/* compiled by scssphp v1.0.6 on Mon, 02 Nov 2020 22:35:29 +0000 (2.1617s) */

/* All core SCSS documents combined using import */
/* SCSS Mixins Document - @import "styles/mixins.scss"; */
/* Border Box: @include border-box(); */
/* Appearance: @include appearance(); */
/* Position: @include position(0px); */
/* Transition: @include transition(all,0.3s,ease,0.0s); */
/* Clearfix: @extend %clearfix; */
/* --------------------------------------------------- 
 TEMPLATE.CORE.CSS contains the default styles for websites
 built in the edit system.
 --------------------------------------------------- */
/* Typekit FOUT Fix */
.wf-loading {
  visibility: visible;
}
.material-icons {
  visibility: hidden;
}
.wf-active {
  visibility: visible;
}
.wf-active .material-icons {
  visibility: visible;
}
/* Main body */
html, body {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 13px;
  text-align: center;
  color: #000000;
  clear: both;
  margin: 0 auto;
}
body .content {
  visibility: hidden;
}
.wf-active body .content {
  visibility: visible;
}
.hide {
  display: none;
}
/* Default links */
a {
  text-decoration: none;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.backgroundimage-content a {
  color: #ffffff;
}
/* Links with no colour */
a .silent, a.silent {
  color: #000000;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #000000;
}
a img {
  border: none;
}
/* Button link */
.readmore, .buynow, .backlink {
  display: inline-block;
}
/* Read more link */
/* Buy now link */
/* Back link */
/* Default headers */
h1, h2 {
  font-weight: 700;
  margin: 0px 0px 0px 0px;
}
article h1, h3, h4, h5, h6 {
  font-weight: 700;
  margin: 0px 0px 0px 0px;
}
h1 {
  font-size: 26px;
  line-height: 1.2;
  margin: 10px 0 22px 0;
}
h2 {
  font-size: 22px;
  line-height: 1.2;
  margin: 10px 0 10px 0;
}
h3 {
  font-size: 18px;
  line-height: 1.2;
  margin: 10px 0 10px 0;
}
h4, article h1 {
  font-size: 16px;
  line-height: 1.2;
  margin: 10px 0 10px 0;
}
h5 {
  font-size: 15px;
  line-height: 1.2;
  margin: 10px 0 10px 0;
}
h6 {
  font-size: 14px;
  line-height: 1.2;
  margin: 10px 0 10px 0;
}
/* Backgrounds */
.background.light {
  background-color: #f9f9f9;
}
.background.dark {
  color: #ffffff;
  background-color: #204659;
}
.background.dark a:hover {
  color: #ffffff;
}
.background.image {
  color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.background.parallax {
  color: #ffffff;
  min-height: 200px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  position: relative;
}
.backgroundimage-content {
  color: #ffffff;
}
.backgroundimage-content h1, .backgroundimage-content h2, .backgroundimage-content h3, .backgroundimage-content h4 {
  color: #ffffff;
}
/* Borders */
.border, .divider, hr {
  border: solid #e1e1e1 0px;
}
.border.full {
  border-width: 1px;
}
.border.top {
  border-top-width: 1px;
}
.border.left {
  border-left-width: 1px;
}
.border.right {
  border-right-width: 1px;
}
.border.bottom {
  border-bottom-width: 1px;
}
/* Standard clearer */
.clearer {
  clear: both;
  display: block;
  font-size: 0;
  line-height: 0;
  height: 0;
  padding: 0 0 0 0;
  margin: 0 auto;
  border: none;
}
/* Standard divider */
.divider, hr {
  background: none;
  clear: both;
  font-size: 0;
  line-height: 20px;
  height: 20px;
  padding: 0 0 0 0;
  margin: 20px 0 0 0;
  border-top-width: 1px;
}
/* Text colours */
.colour.light {
  color: #8c999b;
}
.colour.green {
  color: #5ea90d;
}
.colour.grey {
  color: #8c999b;
}
.error, .checkout-error, .colour.red {
  color: #b60d04;
}
/* Text size */
.tiny {
  font-size: 80%;
}
.small {
  font-size: 90%;
}
.small-center {
  font-size: 90%;
  text-align: center;
  font-style: italic;
}
.large {
  font-size: 110%;
}
.center {
  text-align: center;
}
/* Align divs center */
.align.center {
  text-align: center;
}
.align.right {
  text-align: right;
}
.align.center-vert {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.align.center-horz {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.align.center-horz.center-vert, .align.center-vert.center-horz {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* list element */
ul.af_list li:before {
  display: none;
}
ol {
  counter-reset: item;
  list-style-type: none;
  margin-top: 6px;
  margin-bottom: 6px;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 0;
  padding-left: 0px;
}
ol > li {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 4px;
  margin-left: 0;
  padding-left: 35px;
  position: relative;
}
ol > li:before {
  counter-increment: item;
  content: counter(item) '. ';
  position: absolute;
  left: 5px;
  top: 0px;
  display: inline-block;
  vertical-align: middle;
}
/* Other default elements */
acronym {
  border: none;
}
p {
  padding-top: 0;
  margin-top: 0;
}
/* Hide elements that only work with javascript */
.js-show {
  display: none;
}
/* Hide/show element that should only show on mobile */
.show-on-mobile {
  display: none;
}
/* Legacy gaps to space elements */
.gap1 {
  float: left;
  width: 10px;
}
.gap2 {
  float: left;
  width: 4px;
}
.gap3 {
  float: left;
  width: 30px;
}
/* Embedded */
embed, object, iframe, .map-holder {
  max-width: 100%;
  width: 100%;
}
/* Images default */
img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
}
/* Image holders to hold images to the left or right */
.img-left {
  float: left;
  margin-right: 40px;
  margin-top: 4px;
  margin-bottom: 6px;
  text-align: center;
  max-width: 40%;
}
.img-right {
  clear: right;
  float: right;
  margin-left: 40px;
  margin-top: 4px;
  margin-bottom: 6px;
  text-align: center;
  max-width: 40%;
}
.img-left-small {
  float: left;
  margin-right: 40px;
  margin-top: 4px;
  margin-bottom: 6px;
  text-align: center;
  max-width: 20%;
}
.img-right-small {
  clear: right;
  float: right;
  margin-left: 40px;
  margin-top: 4px;
  margin-bottom: 6px;
  text-align: center;
  max-width: 20%;
}
.img-main, .img-center {
  text-align: center;
  margin-bottom: 6px;
}
.img-left img, .img-right img, .img-left-small img, .img-right-small img, .img-main img, .img-center img {
  vertical-align: middle;
}
img.lazyload {
  opacity: 0;
}
img.lazyloading {
  opacity: 0;
}
img.lazyloaded {
  opacity: 1;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* Random images */
.random-image {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#none {
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  transform: rotate(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  pointer-events: none;
}
/* Standard page elements for laying out the main content of a website. */
#container1 {
  margin: 0 auto;
  margin-left: auto;
  margin-right: auto;
  border: none;
}
#container2 {
  text-align: left;
  margin: 0 auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 0 0;
  border: none;
}
#container-header, #container-navigation, #container-flash, #container-intro, #container-bread, .container-intro, .container-title, .container-main, .container-main-top, .container-main-bottom, #container-footer, #container-base {
  margin: 0 auto;
  margin-left: auto;
  margin-right: auto;
}
.wrap {
  width: 100%;
  max-width: 1080px;
  text-align: left;
  margin: 0 auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 0 0;
  border: none;
}
/* Header */
#container-header {
  background-color: #204659;
}
#container-header.random-image {
  background-color: transparent;
}
#header {
  height: 100px;
}
#container-header.random-image #header {
  background-color: transparent;
}
#header #logo {
  float: left;
  height: 100px;
  line-height: 100px;
  display: inline-block;
  padding-left: 25px;
  max-width: 260px;
}
#header #logo img {
  vertical-align: middle;
}
/* Mobile quick call */
#header #mobile-link {
  display: none;
}
#header #mobile-link a {
  color: #fff;
}
#header #mobile-link h4 {
  display: inline-block;
}
/* Top navigation */
#top-nav {
  float: right;
  display: inline-block;
  height: 22px;
  line-height: 22px;
  color: #ffffff;
  font-size: 11px;
  text-align: right;
  white-space: nowrap;
  margin-top: 10px;
  padding-right: 20px;
}
#top-nav ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
#top-nav ul li {
  float: left;
  display: inline-block;
  line-height: 22px;
  list-style: none;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 0;
  margin-left: 0;
  background: none;
  position: relative;
}
#top-nav ul li:before {
  display: none;
}
#top-nav ul ul.sub-nav {
  position: relative;
  display: none;
  z-index: 950;
}
/* Search */
#header #search {
  float: right;
  display: inline-block;
  height: 22px;
  margin-top: 10px;
  padding-right: 20px;
}
#header #search .search-off {
  color: #000000;
  font-style: italic;
}
#header #search #search-box-input {
  width: 200px;
}
#header #search #search-button {
  margin-left: 6px;
}
/* Main navigation */
#navigation {
  height: 40px;
  line-height: 40px;
  color: #ffffff;
}
#mobile-navigation {
  height: 40px;
  line-height: 40px;
  color: #ffffff;
  display: none;
}
#navigation ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
#navigation ul li {
  float: left;
  display: inline-block;
  line-height: 40px;
  list-style: none;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 0;
  margin-left: 0;
  background: none;
  position: relative;
  z-index: 900;
}
#navigation ul li:before {
  display: none;
}
#navigation ul li.mobile-item {
  display: none;
}
#navigation li > a, #mobile-navigation li > a {
  float: left;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  color: #ffffff;
  padding-left: 15px;
  padding-right: 15px;
  -moz-transition: none;
  -webkit-transition: none;
  transition: none;
}
#navigation li > a strong, #navigation li > a b {
  display: block;
  height: 40px;
  line-height: 40px;
  font-weight: normal;
}
#navigation .material-icons {
  line-height: 40px;
}
#navigation li > a:hover, #navigation li > .over, #navigation li > .on {
  color: #ffffff;
  z-index: 894;
}
#navigation li > a:hover strong, #navigation li > .over strong, #navigation li > .on strong, #navigation li > a:hover b, #navigation li > .over b, #navigation li > .on b {
  cursor: pointer;
}
/* Navigation divider */
#navigation .nav-div {
  display: inline-block;
  float: left;
  width: 0px;
  text-align: center;
  /*font-size:0;*/
  line-height: 40px;
  height: 40px;
  padding: 0 0 0 0;
  margin: 0 auto;
  border: none;
}
#navigation > ul ul {
  display: none;
}
/* Sub navigation */
#navigation .sub-nav {
  position: absolute;
  top: 40px;
  left: 0px;
  display: none;
  font-weight: normal;
  text-transform: none;
  line-height: 14px;
  z-index: 897;
}
/* Align last dropdown to the right */
#navigation > ul > li:last-child .sub-nav {
  left: auto;
  right: 0px;
}
#navigation .sub-nav li {
  width: 220px;
  height: auto;
  line-height: 14px;
}
#navigation .sub-nav li > a {
  float: left;
  display: inline-block;
  width: 220px;
  height: auto;
  line-height: 14px;
  border: none;
  border-radius: 0px;
  color: #ffffff;
  background: none;
  padding: 12px 13px;
  background-color: #204659;
  border-bottom: solid #204659 1px;
  margin: 0 0 0 0;
  z-index: 898;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#navigation .sub-nav li > a:hover, #navigation .sub-nav li > a.over:hover {
  color: #000000;
  border-radius: 0px;
  background-color: #6d9ead;
  border-bottom: solid #6d9ead 1px;
}
#navigation .sub-nav li:last-child a {
  border-bottom: none;
}
#navigation ul li > .sub-nav .sub-nav {
  position: absolute;
  top: 0px;
  left: 220px;
}
/* Second navigation if central logo */
.nav-right #navigation, .nav-right #navigation ul li, .nav-right #navigation a, .nav-right #navigation .nav-div {
  float: right;
}
#container-header #shopping-cart-summery, #container-navigation #shopping-cart-summery {
  font-size: 13px;
  color: #000000;
  text-align: left;
  background-color: #ffffff;
  line-height: 1.6;
  padding: 10px 20px;
}
#container-header #shopping-cart-summery a, #container-navigation #shopping-cart-summery a {
  color: #000000;
}
#container-header #shopping-cart-summery .summery-item, #container-navigation #shopping-cart-summery .summery-item {
  padding-bottom: 10px;
}
.close-menu {
  display: none !important;
}
/* Members bars */
.auth-details {
  height: auto;
  line-height: 1.5;
  text-align: right;
  color: #ffffff;
  background-color: #204659;
  padding: 5px 0;
}
.auth-details .wrap {
  padding: 10px 25px;
  text-align: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.auth-details a {
  color: #ffffff;
}
.auth-details a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.auth-details img {
  vertical-align: middle;
  margin-bottom: 1px;
}
/* Site messages */
#site-messages {
  display: none;
}
.message, #site-messages .error-message, #site-messages .alert-message, #site-messages .success-message {
  line-height: 18px;
  font-size: larger;
  padding: 15px 25px;
}
#site-messages a {
  color: #ffffff;
}
#site-messages a:hover {
  text-decoration: underline;
}
#site-messages .close-msg {
  float: right;
}
#site-messages .error-message {
  color: #ffffff;
  background-color: #b60d04;
}
#site-messages .alert-message {
  color: #ffffff;
  background-color: #999999;
}
#site-messages .success-message {
  color: #ffffff;
  background-color: #5ea90d;
}
#container-flash.backgroundimage-container .backgroundimage-content {
  color: #ffffff;
  text-align: center;
  padding: 40px 0;
  min-height: 80px;
}
#container-flash.backgroundimage-container .backgroundimage-content h1, #container-flash.backgroundimage-container .backgroundimage-content h2, #container-flash.backgroundimage-container .backgroundimage-content h3, #container-flash.backgroundimage-container .backgroundimage-content h4 {
  color: #ffffff;
}
#container-flash.backgroundimage-container .backgroundimage-content a {
  color: #ffffff;
}
/* Breadcrump area */
/* breadcrumb */
#breadcrumb {
  font-size: 12px;
  line-height: 1.8;
  padding: 16px 25px 4px 25px;
}
/* Sub page intro area */
.container-main-intro .content {
  line-height: 1.8;
  padding: 0px 0px;
}
/* Main title area */
.container-main-title .content {
  line-height: 1.8;
  padding: 25px 25px;
  padding-bottom: 0px;
}
/* Main top area */
.container-main-top .content {
  line-height: 1.8;
  padding: 25px 25px;
}
/* Main content area with layouts */
.content {
  line-height: 1.8;
  padding: 25px 25px;
}
.content h1 {
  color: #204659;
}
.background.dark .content h1, .backgroundimage-content .content h1 {
  color: inherit;
}
.content article h1 {
  color: inherit;
}
.content p {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  margin-bottom: 1.8em;
}
.content .main-box {
  padding: 8px 10px;
  background-color: #efefef;
}
.content .main-box p {
  font-size: 13px;
  line-height: 18px;
  font-weight: 300;
  font-style: italic;
}
/* Layout defines main content widths */
/* Layout widths */
.layout.full {
  width: 100%;
}
.layout.half {
  float: left;
  width: 48%;
}
.layout.main {
  float: left;
  width: 74%;
}
.layout.side {
  float: left;
  width: 22%;
}
.layout.middle {
  float: left;
  width: 48%;
}
.layout.third {
  float: left;
  width: 30%;
}
.layout.gap {
  margin-left: 4%;
}
.layout.third.gap {
  margin-left: 5%;
}
/* Full width column */
/* Two column equal */
.layout-two-col-equal .layout.half + .layout.half {
  float: right;
}
/* Two column main left */
.layout-two-col-left .layout.side {
  float: right;
}
/* Two column main right */
.layout-two-col-right .layout.main {
  float: right;
}
/* Three column main middle */
.layout-three-col .layout.middle + .layout.side {
  float: right;
}
/* Three column main left */
.layout-three-col-left .layout.middle + .layout.side + .layout.side {
  float: right;
}
/* Three column main right */
.layout-three-col-right .layout.middle {
  float: right;
}
/* Three column equal */
.layout-three-col-equal .layout.third + .layout.third + .layout.third {
  float: right;
}
/* Layout side content */
.layout.side .img-left {
  float: left;
  margin-right: 10px;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
.layout.side .img-right {
  clear: right;
  float: right;
  margin-left: 10px;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
.layout.side p {
  padding: 10px 0 10px 0;
  margin: 0 0 0 0;
  line-height: 1.8;
  margin-bottom: 1px;
}
.layout.side .side-holder {
  padding: 10px 0 10px 0;
  margin: 0 0 0 0;
  line-height: 1.8;
  margin-bottom: 1px;
}
.layout.side .side-holder p {
  padding: 0 0 10px 0;
}
.layout.side .form-item {
  width: 100%;
}
.layout.side h6 {
  margin-top: 10px;
}
.side-nav {
  padding: 3px 0;
  margin: 0 0 0 0;
}
.side-nav li {
  list-style: none;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  background: none;
  position: relative;
  z-index: 700;
}
.side-nav li a {
  padding: 4px 10px;
}
/* Main bottom area */
.container-main-bottom .content {
  line-height: 1.8;
  padding: 25px 25px;
}
/* Backgrounds */
/* Footer */
#container-footer {
  background: #204659;
}
#container-footer.random-image {
  background-color: transparent;
}
#footer {
  line-height: 1.5;
  color: #ffffff;
  text-align: left;
  padding: 20px 25px;
}
#container-footer.random-image #footer {
  background-color: transparent;
}
#footer a:hover {
  color: #ffffff;
}
#footer a [class^="icon-"], #footer a [class*=" icon-"], #footer a .material-icons {
  display: inline-block;
  font-size: 16px;
  vertical-align: middle;
  margin-top: -1px;
}
#footer h4 {
  color: #204659;
}
#footer .links {
  padding-top: 15px;
}
#footer .footer-contact1 {
  float: left;
  width: 33%;
  text-align: left;
}
#footer .footer-contact2 {
  float: left;
  width: 33%;
  text-align: left;
}
#footer .footer-links1 {
  float: right;
  width: 34%;
  text-align: right;
}
/* Base */
#base {
  line-height: 1.5;
  font-size: smaller;
  color: #cbcccc;
  text-align: center;
  padding: 10px 25px 10px;
}
#base a:hover {
  text-decoration: underline;
}
/* Common styles for database pages. */
/* Module class styles */
/* Grid class styles */
.grid .grid-item {
  float: left;
  display: inline-block;
}
.grid .grid-item img {
  vertical-align: middle;
}
/* 7 column grid */
.grid.seven-column .grid-item {
  width: 13%;
  margin-right: 1.5%;
  margin-bottom: 10px;
}
.grid.seven-column.no-spacing .grid-item {
  width: 14.2857142857%;
  margin-right: 0%;
  margin-bottom: 0px;
}
.grid.seven-column .grid-item:nth-child(7n+7) {
  margin-right: 0%;
}
.grid.seven-column .grid-item:nth-child(7n+8) {
  clear: both;
}
/* 6 column grid */
.grid.six-column .grid-item {
  width: 15%;
  margin-right: 2%;
  margin-bottom: 20px;
}
.grid.six-column.no-spacing .grid-item {
  width: 16.6666666667%;
  margin-right: 0%;
  margin-bottom: 0px;
}
.grid.six-column .grid-item:nth-child(6n+6) {
  margin-right: 0%;
}
.grid.six-column .grid-item:nth-child(6n+7) {
  clear: both;
}
/* 5 column grid */
.grid.five-column .grid-item {
  width: 18%;
  margin-right: 2.5%;
  margin-bottom: 20px;
}
.grid.five-column.no-spacing .grid-item {
  width: 20%;
  margin-right: 0%;
  margin-bottom: 0px;
}
.grid.five-column .grid-item:nth-child(5n+5) {
  margin-right: 0%;
}
.grid.five-column .grid-item:nth-child(5n+6) {
  clear: both;
}
/* 4 column grid */
.grid.four-column .grid-item {
  width: 22%;
  margin-right: 4%;
  margin-bottom: 20px;
}
.grid.four-column.no-spacing .grid-item {
  width: 25%;
  margin-right: 0%;
  margin-bottom: 0px;
}
.grid.four-column .grid-item:nth-child(4n+4) {
  margin-right: 0%;
}
.grid.four-column .grid-item:nth-child(4n+5) {
  clear: both;
}
/* 3 column grid */
.grid.three-column .grid-item {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 100px;
}
.grid.three-column.no-spacing .grid-item {
  width: 33.3333333333%;
  margin-right: 0%;
  margin-bottom: 0px;
}
.grid.three-column .grid-item:nth-child(3n+3) {
  margin-right: 0%;
}
.grid.three-column .grid-item:nth-child(3n+4) {
  clear: both;
}
.layout.side .grid.three-column .grid-item {
  margin-bottom: 12px;
}
/* 2 column grid */
.grid.two-column .grid-item {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 40px;
}
.grid.two-column.no-spacing .grid-item {
  width: 50%;
  margin-right: 0%;
  margin-bottom: 0px;
}
.grid.two-column .grid-item:nth-child(2n+2) {
  margin-right: 0%;
}
.grid.two-column .grid-item:nth-child(2n+3) {
  clear: both;
}
.layout.side .grid-two-column .grid-item {
  margin-bottom: 12px;
}
/* 1 column grid */
.grid.one-column .grid-item {
  clear: both;
  float: none;
  display: block !important;
  width: 100%;
  margin-right: 0%;
  margin-bottom: 20px;
}
.grid.one-column.no-spacing .grid-item {
  margin-bottom: 0px;
}
/* Waypoints */
.waypoint-fade {
  -moz-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  opacity: 0;
}
.waypoint-fade.waypoint-on {
  opacity: 1;
}
/* Paginate class styles */
.paginate {
  clear: both;
  text-align: center;
  margin-bottom: 40px;
}
.paginate .paginate-title {
  display: inline-block;
  line-height: 28px;
  height: 28px;
  margin: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.paginate .paginate-direction {
  display: inline-block;
  line-height: 28px;
  height: 28px;
  margin: 0 10px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.paginate span.paginate-direction {
  color: #e1e1e1;
}
.paginate [class^="icon-"], .paginate [class*=" icon-"], .paginate .material-icons {
  font-size: 22px;
  line-height: 24px;
}
.paginate a.paginate-number {
  display: inline-block;
  min-width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  padding: 0 4px;
  margin: 0 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.paginate a.paginate-number.on, .paginate a.paginate-number:hover {
  color: #ffffff;
  background-color: #204659;
  border-color: #204659;
}
/* Standard table styles */
.standard-table-wrap {
  overflow: auto;
  margin-bottom: 30px;
}
.standard-table tr.row-important td {
  font-weight: bold;
  background-color: #f9f9f9;
}
.standard-table tr td.column-important {
  font-weight: bold;
}
.standard-table td {
  line-height: 1.4;
  padding: 12px 15px;
  white-space: nowrap;
}
/* Older styles for database pages. */
.googlemap-box {
  width: 100%;
  color: #000000;
  overflow: hidden;
}
.googlemap-box .img-right {
  max-width: none !important;
}
.googlemap-box img {
  width: auto;
  max-width: none !important;
}
.googlemap-box a:hover {
  color: #000000;
}
.map-holder img {
  width: auto;
  max-width: none !important;
}
/* VIDEO PAGES */
.video-holder {
  display: block;
}
.video-holder .video-item {
  float: left;
  width: 30%;
  height: auto;
  margin-right: 5%;
  margin-bottom: 14px;
  text-align: center;
  position: relative;
}
.video-holder .video-item img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  vertical-align: bottom;
  /* ie8 */
}
.video-holder div:nth-child(3n+3) {
  margin-right: 0%;
}
.video-holder div:nth-child(3n+4) {
  clear: left;
}
/* Site map */
.sitemap-holder {
  float: left;
  width: 30%;
  margin-bottom: 14px;
}
/* Subscription plans */
.subscription-plans {
  display: block;
}
.subscription-plans .subscription-plan {
  float: left;
  width: 32%;
  height: auto;
  padding: 10px 15px;
  margin-right: 2%;
  margin-bottom: 18px;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.subscription-plans .subscription-plan .subs-plan-desc {
  min-height: 120px;
  padding-bottom: 20px;
}
.subscription-plans .subscription-plan .subs-plan-desc h2 {
  font-size: 24px;
  font-weight: normal;
}
.subscription-plans div.subscription-plan:nth-child(3n+3) {
  margin-right: 0%;
}
.subscription-plans div.subscription-plan:nth-child(3n+4) {
  clear: left;
}
.subscription-payments {
  float: left;
  max-width: 600px;
}
.subscription-table .subscription-left {
  float: left;
  width: 30%;
  padding: 4px 0;
  border-top: solid #f1f1f1 1px;
}
.subscription-table .subscription-middle {
  float: left;
  width: 40%;
  padding: 4px 0;
  border-top: solid #f1f1f1 1px;
}
.subscription-table .full-subscription-middle {
  float: left;
  width: 70%;
  padding: 4px 0;
  text-align: right;
  border-top: solid #f1f1f1 1px;
}
.subscription-table .subscription-right {
  float: left;
  width: 30%;
  padding: 4px 0;
  text-align: right;
  border-top: solid #f1f1f1 1px;
}
/* Laybuy */
.laybuy-info img {
  display: inline-block;
  vertical-align: middle;
  padding: 0 6px;
  margin-top: -2px;
}
/* Shopping cart summary */
#shopping-cart-summery .summery-image {
  float: left;
  width: 20%;
}
#shopping-cart-summery .summery-text {
  float: right;
  width: 75%;
}
/* Shopping cart */
.shopping-cart-list .shopping-cart-list-header {
  font-size: 11px;
  font-weight: bold;
  padding: 4px 0 4px 0;
  border-bottom: solid #e1e1e1 1px;
}
.shopping-cart-list .shopping-cart-list-items {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: solid #e1e1e1 1px;
}
.shopping-cart-list .scl-image {
  float: left;
  width: 15%;
  padding-right: 3%;
}
.shopping-cart-list .scl-image img {
  max-height: 100px;
}
.shopping-cart-list .scl-products {
  float: left;
  width: 55%;
  padding-right: 3%;
}
.shopping-cart-list .scl-products .was-price-line {
  font-style: italic;
}
.shopping-cart-list .scl-products .was-price-line .was-price {
  text-decoration: line-through;
}
.shopping-cart-list .scl-products .scl-products-additional .label {
  width: 100%;
}
.shopping-cart-list .scl-products .cart-msg-type, .shopping-cart-list .scl-products .cart-msg-messages {
  width: 70%;
  margin: 1px 0 6px 0;
}
.shopping-cart-list .scl-products .cart-msg-box textarea {
  width: 70%;
  height: 70px;
}
.shopping-cart-list .scl-quantity {
  float: left;
  width: 10%;
  text-align: center;
  padding-right: 3%;
}
.shopping-cart-list .scl-quantity .scl-quantity-text {
  display: none;
}
.shopping-cart-list .scl-quantity input.text {
  width: 30px;
}
.shopping-cart-list .remove-link {
  font-size: 10px;
}
.shopping-cart-list .scl-price {
  float: right;
  width: 10%;
  text-align: right;
  padding-right: 1%;
}
.shopping-cart-list .shopping-cart-update {
  padding-top: 6px;
  padding-bottom: 6px;
  border-bottom: solid #e1e1e1 1px;
}
.shopping-cart-list .shopping-cart-update .scl-quantity {
  float: right;
  width: auto;
  text-align: right;
  padding-right: 0px;
}
.shopping-cart-totals .shopping-cart-total-item .totals-space {
  float: left;
  width: 45%;
  padding-top: 5px;
}
.shopping-cart-totals .shopping-cart-total-item .totals-space-base {
  float: left;
  padding-top: 10px;
  font-size: 11px;
  font-weight: bold;
  width: 45%;
}
.shopping-cart-totals .shopping-cart-total-item .totals-space select {
  max-width: 96%;
}
.shopping-cart-totals .shopping-cart-total-item .totals-text, .shopping-cart-totals .shopping-cart-total-final .totals-text {
  float: left;
  width: 40%;
  text-align: right;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 2%;
  border-top: solid #e1e1e1 1px;
}
.shopping-cart-totals .shopping-cart-total-item .totals-value, .shopping-cart-totals .shopping-cart-total-final .totals-value {
  float: left;
  width: 12%;
  text-align: right;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 1%;
  border-top: solid #e1e1e1 1px;
}
.shopping-cart-totals .shopping-cart-total-final .totals-space {
  float: left;
  width: 45%;
}
.shopping-cart-totals .shopping-cart-total-final .totals-text {
  font-weight: bold;
  background-color: #f3f3f3;
  border-top: solid #e1e1e1 1px;
  border-bottom: solid #e1e1e1 1px;
}
.shopping-cart-totals .shopping-cart-total-final .totals-value {
  font-weight: bold;
  background-color: #f3f3f3;
  border-top: solid #e1e1e1 1px;
  border-bottom: solid #e1e1e1 1px;
}
.shopping-cart-totals #sc-subtotals .totals-text, .shopping-cart-totals #sc-subtotals .totals-value {
  border-top: none;
}
/* Shopping cart message Holder */
.message-holder {
  padding: 4px 6px;
  background-color: #f3f3f3;
  border: solid #e1e1e1 1px;
  margin-bottom: 16px;
}
.message-holder ul {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.message-holder ul li {
  background: none;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.msg-small {
  font-size: 11px;
  color: #666666;
}
.cart-box-holder {
  padding: 10px 15px;
  border: solid #f1f1f1 1px;
  margin-bottom: 10px;
}
/* Checkout address select */
.address-selector {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 0;
  padding-left: 0;
}
.address-selector li {
  float: left;
  width: 50%;
  line-height: 18px;
  list-style: none;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  background: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.address-selector li:before {
  display: none;
}
.address-selector .address-selector-button {
  position: absolute;
  top: 22px;
  left: 10px;
}
.address-selector .address-selector-address {
  float: left;
  width: 100%;
  padding: 20px 20px 20px 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/* Checkout checkboxes */
.cart-checkradio-holder .checkradio {
  float: left;
  width: 33%;
  padding-bottom: 4px;
}
.cart-checkradio-holder .checkradio .checkradio-button {
  float: left;
  width: 10%;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.cart-checkradio-holder .checkradio label {
  float: left;
  width: 80%;
}
.checkout-error {
  padding-bottom: 16px;
}
.cart-progress .cart-progress-item {
  display: block;
}
/* Checkout order summary */
.order-summary .os-left {
  padding: 2px 4px 2px 0;
}
.order-summary .os-right {
  padding: 2px 0 2px 0;
  text-align: right;
}
.order-summary .os-total {
  padding-top: 6px;
  border-top: solid #c3d0d2 1px;
}
/* Checkout payment holders */
.payment-holder-table {
  margin-bottom: 10px;
  padding: 0 0 0 0;
  border: solid #e1e1e1 1px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.payment-radio-holder {
  position: absolute;
  top: 20px;
  left: 20px;
}
.payment-holder {
  float: left;
  width: 100%;
  padding: 20px 20px 20px 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-position: right top;
  background-repeat: no-repeat;
}
.payment-holder h5 {
  padding-top: 0px;
}
.payment-holder label {
  display: block;
}
.payment-holder img {
  margin-top: 6px;
}
.payment-holder label, .payment-holder h5, .payment-holder p {
  cursor: pointer;
}
/* Checkout country */
#country-line {
  line-height: 28px;
}
.country-holder {
  float: left;
  display: inline-block;
}
.country-changer {
  float: left;
  padding-left: 10px;
  display: inline-block;
}
.country-picker {
  float: left;
  display: none;
  padding-left: 10px;
  padding-top: 4px;
}
/* Cart order history */
.orderhistory-titles {
  padding: 5px 3px;
  background-color: #f9f9f8;
  border-bottom: solid #d9d9d9 1px;
}
.orderhistory-td {
  padding: 5px 3px;
}
.ie-alert {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4;
  color: #ffffff;
  background-color: #1a1a1a;
  border-radius: 2px;
  padding: 15px 20px 15px 20px;
  margin-top: 6px;
  margin-bottom: 10px;
}
/* Tables Module Styles */
.display-table th {
  color: #ffffff;
  text-align: left;
  background-color: #5a5a5a;
}
.display-table td {
  text-align: left;
}
.display-table .dt-colhighlight {
  font-weight: bold;
}
.display-table .dt-modon {
  background-color: #eeeff0;
}
/* User Images */
.user-images .user-image {
  float: left;
  width: 15%;
  height: auto;
  margin-right: 2%;
  margin-bottom: 14px;
  text-align: center;
}
.user-images .user-image img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  vertical-align: bottom;
  /* ie8 */
}
.user-images .user-image:nth-child(6n+6) {
  margin-right: 0%;
}
.user-images .user-image:nth-child(6n+7) {
  clear: left;
}
/* Login */
#login .login-form li {
  padding-left: 0px;
  background: none;
}
#login .login-form li label {
  display: inline-block;
  width: 200px;
}
/* Form styles for standard forms */
form {
  margin: 0 auto;
  padding: 0 0 0 0;
}
.req {
  color: #D60309;
  font-weight: bold;
  font-size: 12px;
}
.form-item {
  clear: both;
  width: 100%;
  max-width: 500px;
  margin-bottom: 7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.form-item .label, .form-item .label2 {
  /*width:38%;*/
  width: 100%;
}
.form-item .label-padding {
  /*margin-left:38%;*/
  margin-left: 0%;
}
.layout.side .form-item .label-padding .layout.third .form-item .label-padding {
  margin-left: 0%;
}
.form-item .subbut, .recaptcha-item .g-recaptcha, .form-footer, #recaptcha_image {
  /*padding-left:38%;*/
  padding-left: 0%;
}
.form-item .input, .form-item .select, .form-item .checkbox, .form-item .radio, .form-item .textarea {
  /*width:62%;*/
  width: 100%;
}
.form-item .label {
  float: left;
  font-weight: bold;
  text-align: left;
  margin: 3px 0 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /*padding-right:10px;*/
}
.form-item .label2 {
  float: left;
  font-weight: bold;
  text-align: left;
  margin: 3px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /*padding-right:10px;*/
}
.layout.side .form-item .label, .layout.third .form-item .label {
  float: none;
  width: 100%;
  margin-right: 0%;
  margin-bottom: 2px;
}
.form-item .label-details {
  clear: both;
  display: block;
  width: 100%;
  margin-right: 0%;
  font-weight: normal;
  font-size: 11px;
  color: #666666;
  line-height: 16px;
  padding-top: 2px;
}
.form-item .input {
  float: left;
  height: auto;
}
.layout.side .form-item .input, .layout.third .form-item .input {
  float: none;
  width: auto;
}
.form-item .input input {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.form-item .select {
  float: left;
  height: auto;
}
.layout.side .form-item .select, .layout.third .form-item .select {
  float: none;
  width: auto;
}
.form-item .select select {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.form-item .checkbox {
  float: left;
  height: auto;
  vertical-align: middle;
}
.layout.side .form-item .checkbox, .layout.third .form-item .checkbox {
  float: none;
  width: auto;
}
.form-item .checkbox-list .checkbox {
  width: 50%;
  margin-right: 0%;
}
.form-item .checkbox-list .checkbox:nth-child(2n+3) {
  clear: both;
}
.form-item .checkbox input[type=checkbox] {
  vertical-align: middle;
  margin-bottom: 2px;
  margin-right: 4px;
}
.form-item .radio {
  float: left;
  height: auto;
}
.layout.side .form-item .radio, .layout.third .form-item .radio {
  float: none;
  width: auto;
}
.form-item .textarea {
  height: auto;
  margin-bottom: 5px;
}
.layout.side .form-item .textarea, .layout.third .form-item .textarea {
  float: none;
  width: auto;
}
.form-item .textarea textarea {
  width: 100%;
  height: 100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.form-item .textarea img {
  padding-top: 3px;
}
.form-item .input.input-small input, .form-item .select.select-small select {
  max-width: 100px;
}
.form-item .input.input-medium input, .form-item .select.select-medium select {
  max-width: 300px;
}
form .input input, form textarea, .product-details-buy-option-quantity input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
form .input input, form select, form textarea, .image-file, .product-details-buy-option-quantity input, .buy-dropdown {
  /* Custom styles here */
  /*border:none;*/
  background: none;
  height: 28px;
  font-size: 13px;
  padding: 4px 8px 4px 8px;
  background-color: #ffffff;
  border: solid #c2c1c1 1px;
  border-radius: 2px;
  vertical-align: middle;
  margin: 0 0 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
form .input input[type=file] {
  height: auto;
  padding: 0 0 0 0;
  border: none;
}
form textarea {
  resize: vertical;
  height: auto;
  padding: 8px 8px 8px 8px;
}
.form-item .image-file {
  clear: both;
  height: auto;
  padding: 8px 8px;
}
.form-item .image-file input[type=file] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background: none;
  width: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}
.form-item .image-file.with-image input[type=file] {
  margin-top: 30px;
  margin-bottom: 0px;
}
.form-item .image-file .image-holder {
  float: left;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  background-color: #f7f7f7;
  margin-right: 15px;
}
.form-item .image-file .image-holder img {
  vertical-align: middle;
  max-width: 100px;
  max-height: 100px;
}
.form-item .subbut, .recaptcha-item .g-recaptcha, #recaptcha_image {
  width: 100%;
  margin-top: 0;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.layout.side .form-item .subbut, .layout.third .form-item .subbut, .layout.side .recaptcha-item .g-recaptcha, .layout.third .recaptcha-item .g-recaptcha, .layout.side #recaptcha_image, .layout.third #recaptcha_image {
  width: 100% !important;
  float: none;
  margin-left: 0%;
  padding-left: 0px;
}
/* Custom button */
.form-item .subbut input, .buy-product input[type=submit], #checkout_button, #continue_button, #add_button, #cancel_button, #checkout_special, #review-submit-button, #update_button {
  /* Custom button styles here*/
  /*appearance:none;
   -moz-appearance:none;
   -webkit-appearance:none;
   border:none;
   background:none;*/
}
.form-item .subbut input:hover, .buy-product input[type=submit]:hover, #checkout_button:hover, #continue_button:hover, #add_button:hover, #cancel_button:hover, #checkout_special:hover, #review-submit-button:hover, #update_button:hover {
  cursor: pointer;
}
#checkout_button {
  margin-left: 5px;
}
.form-footer {
  float: left;
  width: 100%;
  font-size: 12px;
  color: #666666;
  padding-bottom: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.layout.side .form-footer, .layout.third .form-footer {
  float: none;
  width: auto;
}
/* Sub forms */
.subform th {
  background-color: #CCCCCC;
}
.subform td {
  border-bottom: solid #CCCCCC 1px;
}
.sub-button-holder {
  text-align: right;
  margin: 10px 0;
}
.sub-form-holder {
  padding: 10px 0;
  border: solid #CCCCCC 1px;
  display: none;
  margin: 10px 0;
}
.sub-form-holder .subbut2 {
  padding-left: 150px;
}
/* Disabled button */
.form-item .subbut.disabled {
  overflow: hidden;
  position: relative;
  display: inline;
}
.form-item .subbut.disabled:before {
  content: '';
  border: solid 3px #999999;
  border-color: transparent #999999 #999999 #999999;
  border-radius: 100px;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-animation: loading-ring 1.2s linear infinite;
  animation: loading-ring 1.2s linear infinite;
  display: inline-block;
  z-index: 1;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form-item .subbut.disabled input {
  background-color: #e5e5e5 !important;
  color: #e5e5e5 !important;
  overflow: hidden;
}
@keyframes loading-ring {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    -o-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    -ms-transform: translate(-50%, -50%) rotate(360deg);
    -o-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
/* Google reCaptcha widget styles */
.recaptcha-item .g-recaptcha > div > div {
  max-width: 100%;
}
.recaptcha-item .g-recaptcha > div > div > iframe {
  max-width: 100%;
}
.recaptcha-item .g-recaptcha {
  overflow: hidden;
}
#recaptcha_image {
  width: 60% !important;
  margin-left: 40%;
  text-align: center;
  padding: 5px;
  background-color: #ffffff;
  border: solid #e1e1e1 1px;
  margin-bottom: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#recaptcha_image img {
  max-width: 100%;
  max-height: 100%;
}
#recaptcha_image embed, #recaptcha_image object, #recaptcha_image iframe {
  float: left;
  max-width: 0px;
  width: 0px;
  height: 0px;
}
#recaptcha_image br {
  display: none;
}
#recaptcha_image #recaptcha_audio_play_again, #recaptcha_image #recaptcha_audio_download {
  clear: left;
  float: left;
  cursor: pointer;
}
.recaptcha_input {
  position: relative;
}
.recaptcha_input .input {
  padding-right: 90px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.layout.side .input, .layout.third .input {
  padding-right: 0px;
}
.recaptcha_options {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.recaptcha_options li {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.recaptcha_options li a {
  position: absolute;
  top: 4px;
  width: 16px;
  height: 16px;
  text-indent: -5000px;
  overflow: hidden;
}
.recaptcha_options #recaptcha_refresh_button a {
  right: 60px;
}
.recaptcha_options #recaptcha_sound_button a {
  right: 30px;
}
.recaptcha_options #recaptcha_image_button a {
  right: 30px;
}
.recaptcha_options #recaptcha_help_button a {
  right: 0px;
}
.layout.side .recaptcha_options li a, .layout.third .recaptcha_options li a {
  top: 0px;
}
/* Icon set styles */
*[class*='iconblack-'] {
  background-repeat: no-repeat;
}
.iconblack-refresh {
  background-image: url(../images/icons/iconblack_refresh.png);
}
.iconblack-sound {
  background-image: url(../images/icons/iconblack_sound.png);
}
.iconblack-picture {
  background-image: url(../images/icons/iconblack_picture.png);
}
.iconblack-help {
  background-image: url(../images/icons/iconblack_help.png);
}
@font-face {
  font-family: 'social';
  src: url('../images/social/social.eot?dbpphs');
  src: url('../images/social/social.eot?dbpphs#iefix') format('embedded-opentype'), url('../images/social/social.woff2?dbpphs') format('woff2'), url('../images/social/social.ttf?dbpphs') format('truetype'), url('../images/social/social.woff?dbpphs') format('woff'), url('../images/social/social.svg?dbpphs#social') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="social-"], [class*=" social-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'social' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  /* Better Font Rendering =========== */
  -moz-osx-font-smoothing: grayscale;
}
.social-facebook:before {
  content: "\e906";
}
.social-facebook-boxed:before {
  content: "\e907";
}
.social-facebook2:before {
  content: "\e908";
}
.social-facebook2-boxed:before {
  content: "\e909";
}
.social-twitter:before {
  content: "\e905";
}
.social-twitter2:before {
  content: "\e90c";
}
.social-twitter2-boxed:before {
  content: "\e90d";
}
.social-instagram:before {
  content: "\e904";
}
.social-instagram2:before {
  content: "\e90e";
}
.social-google:before {
  content: "\e903";
}
.social-google-plus:before {
  content: "\e902";
}
.social-google-plus-boxed:before {
  content: "\e90a";
}
.social-google2:before {
  content: "\e90f";
}
.social-google-plus2:before {
  content: "\e910";
}
.social-google-plus2-boxed:before {
  content: "\e911";
}
.social-youtube2:before {
  content: "\e912";
}
.social-youtube3:before {
  content: "\e913";
}
.social-youtube3-boxed:before {
  content: "\e914";
}
.social-youtube:before {
  content: "\e901";
}
.social-linkedin:before {
  content: "\e900";
}
.social-linkedin-boxed:before {
  content: "\e90b";
}
.social-linkedin2:before {
  content: "\e915";
}
.social-linkedin2-boxed:before {
  content: "\e916";
}
.social-pinterest:before {
  content: "\e917";
}
.social-pinterest2-boxed:before {
  content: "\e918";
}
/* --------------------------------------------------- 
 TEMPLATE.CSS contains the default styles for websites
 built in the edit system.
 --------------------------------------------------- */
/* Colours */
/* Spacing */
/* Phone link */
/* Header */
/* Navigation */
/* Rotator */
/* Intro */
/* Text */
/* Headings */
/* Links */
/* Content */
/* Footer */
/* Main body */
html, body {
  font-family: 'Work Sans', Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #000000;
  letter-spacing: 0;
  background-color: #ffffff;
}
strong, b {
  font-weight: 600;
}
/* Default links */
a {
  color: #007cc0;
}
/* Links with no colour */
a .silent, a.silent {
  color: #000000;
}
a:hover {
  text-decoration: none;
  color: #000000;
}
/* Button link */
.readmore, .buynow, .backlink {
  display: inline-block;
  width: 205px;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/* Read more link */
/* Buy now link */
/* Back link */
/* Default headers */
h1, h2, h3 {
  font-family: 'Oswald', Helvetica, Arial, sans-serif;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: none;
  margin: 0px 0px 0px 0px;
  color: #000000;
}
article h1, h4, h5, h6 {
  font-family: 'Oswald', Helvetica, Arial, sans-serif;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: none;
  margin: 0px 0px 0px 0px;
  color: #000000;
}
h1 {
  font-size: 70px;
  line-height: 1.2;
  margin: 0px 0 50px 0;
}
h2 {
  font-size: 70px;
  line-height: 1.2;
  margin: 10px 0 30px 0;
}
h3 {
  font-size: 32px;
  line-height: 1.2;
  margin: 10px 0 30px 0;
}
h4, article h1 {
  font-size: 18px;
  line-height: 1.2;
  margin: 10px 0 10px 0;
}
h5 {
  font-size: 16px;
  line-height: 1.2;
  margin: 10px 0 10px 0;
}
h6 {
  font-size: 16px;
  line-height: 1.2;
  margin: 10px 0 10px 0;
}
.large {
  font-size: 110%;
}
.align-right {
  text-align: right;
}
.section-heading {
  margin-top: 0;
  margin-bottom: 60px;
}
.blue {
  color: #007cc0 !important;
}
/* Backgrounds */
.background {
  color: #ffffff;
}
.background.light {
  background-color: #f5f6f7;
}
.background.dark {
  color: #ffffff;
  background-color: #000000;
}
.background.dark a:hover {
  color: #ffffff;
}
.background.dark .content h1 {
  color: #007cc0;
}
.background.image {
  color: #ffffff;
}
.background.parallax {
  color: #ffffff;
}
.background .side-text {
  color: #ffffff;
}
.dark {
  background-color: #000000;
}
.content-container.background .content p, .content-container.background .content h2, .content-container.background .content h1 {
  color: #ffffff;
}
.content-container.background .content .readmore {
  color: #ffffff;
  border-color: #ffffff;
  transition: 0.3s ease;
}
.content-container.background .content .readmore:hover {
  background-color: #ffffff;
  color: #007cc0;
  border-color: #007cc0;
}
/* Borders */
.border, .divider, hr {
  border: solid #f5f6f7 0px;
}
/* Text colours */
.colour.light {
  color: #8c999b;
}
.colour.green {
  color: #5ea90d;
}
.colour.grey {
  color: #8c999b;
}
.error, .checkout-error, .colour.red {
  color: #b60d04;
}
/* list element */
ul:not([class*='uk-']) {
  margin-top: 6px;
  margin-bottom: 1em;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 0;
  padding-left: 0;
}
ul:not([class*='uk-']) > li {
  list-style: none;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 4px;
  margin-left: 0;
  padding-left: 30px;
  position: relative;
}
ul:not([class*='uk-']) > li:before {
  content: '●';
  position: absolute;
  font-size: 14px;
  left: 5px;
  top: 2px;
  display: inline-block;
  vertical-align: middle;
}
ol {
  counter-reset: item;
  list-style-type: none;
  margin-top: 6px;
  margin-bottom: 1em;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 0;
  padding-left: 0px;
}
ol > li {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 4px;
  margin-left: 0;
  padding-left: 30px;
  position: relative;
}
ol > li:before {
  counter-increment: item;
  content: counter(item) '. ';
  position: absolute;
  left: 5px;
  top: 0px;
  display: inline-block;
  vertical-align: middle;
}
#none {
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  transform: rotate(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  pointer-events: none;
}
/* Standard page elements for laying out the main content of a website. */
#container-header, #container-navigation, #container-flash, #container-intro, #container-bread, .container-title, .container-main, .container-main-title, .container-main-top, .container-main-bottom, #container-footer, #container-base {
  background-color: #ffffff;
}
.wrap {
  width: 100%;
  max-width: 1430px;
  padding: 0 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/* Mobile quick call */
#mobile-link {
  display: none;
}
#mobile-link a {
  display: inline-block;
  color: #000000;
  font-family: 'Oswald', Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: 800;
  height: 155px;
  line-height: 155px;
  z-index: 700;
}
#mobile-link a .material-icons {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 5px;
}
/* Header */
#container-header {
  background-color: #000000;
  position: relative;
  border-bottom: 5px solid #007cc0;
}
.home-page #container-header {
  background: transparent;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 300;
  border: none;
}
#container-header .wrap {
  max-width: none;
}
#header {
  height: 155px;
  color: #000000;
}
#container-header.random-image #header {
  background-color: transparent;
}
#header #logo {
  float: left;
  height: auto;
  line-height: 1;
  display: inline-block;
  padding-left: 0;
  max-width: none;
  font-family: 'Oswald', Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: 55px;
  color: #ffffff;
  position: absolute;
  bottom: 10px;
  color: #ffffff !important;
  transition: 0.3s ease;
  z-index: 99;
}
#header #logo img {
  vertical-align: middle;
}
#header #logo a {
  color: #ffffff !important;
}
body:not(.home-page) #header #logo {
  bottom: 50%;
  transform: translateY(50%);
}
.home-page .uk-sticky-placeholder {
  display: none;
}
#navigation {
  float: right;
  height: 155px;
  color: #ffffff;
  font-family: 'Work Sans', Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 155px;
  color: #ffffff;
  position: relative;
}
#contact-icons {
  height: 155px;
  line-height: 155px;
  float: right;
  position: relative;
  z-index: 99;
}
#contact-icons {
  padding-left: 22px;
  right: 0;
}
#contact-icons a:hover i {
  color: #007cc0;
  transition: 0.3s ease;
}
#contact-icons > * + * {
  margin-left: 20px;
}
#contact-icons i {
  color: #ffffff;
  font-size: 22px;
}
/*body:not(.contact) #navigation {
 margin-right: 194.25px;
 }*/
#mobile-navigation {
  height: 155px;
  line-height: 155px;
  color: #ffffff;
  display: none;
}
#navigation ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
#navigation ul li {
  float: left;
  display: inline-block;
  line-height: 155px;
  list-style: none;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 0;
  margin-left: 0;
  background: none;
  position: relative;
  z-index: 900;
}
#navigation ul li:before {
  display: none;
}
#navigation ul li.mobile-item {
  display: none;
}
#navigation li > a, #mobile-navigation a {
  float: left;
  display: inline-block;
  height: 155px;
  line-height: 155px;
  color: #ffffff;
  text-transform: none;
  padding-top: 0px;
  padding-left: 22px;
  padding-right: 22px;
  position: relative;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}
#mobile-navigation a {
  font-family: 'Oswald', Helvetica, Arial, sans-serif;
  font-size: 25px;
}
#navigation li > a strong, #navigation li > a b {
  display: block;
  height: auto;
  line-height: normal;
  font-weight: 300;
  transition: 0.3s ease;
}
#navigation li > a[title="Home"] strong {
  background-color: #007cc0;
  padding: 15px 60px;
  border: 1px solid #007cc0;
  color: #ffffff !important;
}
#navigation li > a[title="Home"]:hover strong {
  background-color: transparent;
  color: #007cc0 !important;
}
#navigation li > a[title="Contact"] strong {
  border: 1px solid #ffffff;
  padding: 15px 36px;
}
#navigation li > a[title="Contact"]:hover strong {
  border: 1px solid #ffffff;
  padding: 15px 36px;
  background-color: #ffffff;
  color: #007cc0 !important;
}
#navigation li > a[title="Contact"]:hover strong.dark {
  border: 1px solid #000000;
}
body:not(.contact) #navigation li > a[title="Contact"] {
  /*position: fixed;*/
}
#navigation > ul > li > a:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px;
  display: block;
  height: 0px;
  background-color: #007cc0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#navigation .material-icons {
  line-height: 155px;
}
#navigation li > a:hover, #navigation li > .over, #navigation li > .on {
  color: #ffffff;
  z-index: 894;
}
#navigation li > a:hover strong, #navigation li > .over strong, #navigation li > .on strong, #navigation li > a:hover b, #navigation li > .over b, #navigation li > .on b {
  cursor: pointer;
  color: #007cc0;
}
#navigation > ul > li.drop > a:hover:after {
  height: 0px;
}
/* Navigation divider */
#navigation .nav-div {
  display: inline-block;
  float: left;
  width: 5px;
  color: #f9f9f9;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  line-height: 155px;
  height: 155px;
  padding: 0 0 0 0;
  margin: 0 auto;
  border: none;
}
#navigation > ul ul {
  display: none;
}
/* Sub navigation */
#navigation .sub-nav {
  position: absolute;
  top: 155px;
  left: 0px;
  display: none;
  color: #000000;
  font-weight: normal;
  text-transform: none;
  line-height: 14px;
  padding: 10px 0;
  background-color: #f5f6f7;
  z-index: 897;
}
/* Align last dropdown to the right */
#navigation > ul > li:last-child .sub-nav {
  left: auto;
  right: 0px;
}
#navigation .sub-nav li {
  width: 220px;
  height: auto;
  line-height: 14px;
}
#navigation .sub-nav li > a {
  float: left;
  display: inline-block;
  width: 220px;
  height: auto;
  line-height: 14px;
  border: none;
  border-radius: 0px;
  font-size: 16px;
  color: #000000;
  background: none;
  padding: 12px 22px;
  text-transform: none;
  background-color: #f5f6f7;
  border-bottom: solid #f5f6f7 1px;
  margin: 0 0 0 0;
  z-index: 898;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#navigation .sub-nav li > a:hover, #navigation .sub-nav li > a.over:hover {
  color: #ffffff;
  border-radius: 0px;
  background-color: #007cc0;
  border-bottom: solid #007cc0 1px;
}
#navigation .sub-nav li:last-child > a {
  border-bottom: none;
}
#navigation ul li > .sub-nav .sub-nav {
  position: absolute;
  top: 0px;
  left: 220px;
}
/* Second navigation if central logo */
.nav-right #navigation, .nav-right #navigation ul li, .nav-right #navigation a, .nav-right #navigation .nav-div {
  float: right;
}
/* Mobile menu button */
#mobile-menu {
  display: none;
}
/* Members bars */
.auth-details {
  height: auto;
  line-height: 1.65;
  text-align: right;
  color: #ffffff;
  background-color: #000000;
  padding: 5px 0;
}
.auth-details .wrap {
  padding: 10px 0;
  text-align: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.auth-details a {
  color: #ffffff;
}
.auth-details a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.auth-details img {
  vertical-align: middle;
  margin-bottom: 1px;
}
/* Site messages */
#site-messages {
  display: none;
}
.message, #site-messages .error-message, #site-messages .alert-message, #site-messages .success-message {
  line-height: 18px;
  font-size: larger;
  padding: 15px 25px;
}
#site-messages a {
  color: #ffffff;
}
#site-messages a:hover {
  text-decoration: underline;
}
#site-messages .close-msg {
  float: right;
}
#site-messages .error-message {
  color: #ffffff;
  background-color: #b60d04;
}
#site-messages .alert-message {
  color: #ffffff;
  background-color: #999999;
}
#site-messages .success-message {
  color: #ffffff;
  background-color: #5ea90d;
}
#site-messages .error-message .wrap, #site-messages .alert-message .wrap, #site-messages .success-message .wrap {
  text-align: center;
}
/* Random images */
#container-flash.random-image {
  color: #ffffff;
  text-align: center;
  padding: 120px 0;
  min-height: 80px;
}
#container-flash.random-image a {
  color: #ffffff;
}
#container-flash.backgroundimage-container .backgroundimage-content {
  text-align: left;
  padding: 100px 50px;
}
#container-flash.backgroundimage-container .backgroundimage-content h1 {
  color: #ffffff;
  font-family: 'Oswald', Helvetica, Arial, sans-serif;
  font-size: 70px;
  font-weight: 800;
  line-height: 0.9;
  text-transform: uppercase;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  padding: 0 0 0 0;
}
#container-flash.backgroundimage-container .backgroundimage-content p {
  color: #ffffff;
  font-family: 'Oswald', Helvetica, Arial, sans-serif;
  font-size: 130%;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: -0.3px;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  max-width: 600px;
  margin-top: 30px;
}
/* Rotating images */
.sliderimg .backgroundimage-content .wrap {
  max-width: 1160px;
}
.sliderimg .slidertext {
  color: #ffffff;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.65;
  text-align: right;
  width: 100%;
}
.sliderimg .slidertext h2 {
  color: #007cc0;
  font-family: 'Oswald', Helvetica, Arial, sans-serif;
  font-size: 75px;
  font-weight: 800;
  line-height: 0.9;
  text-transform: uppercase;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  padding: 0 0 0 0;
}
.image-rotator-title {
  color: #007cc0;
  font-family: 'Oswald', Helvetica, Arial, sans-serif;
  font-size: 75px;
  font-weight: 800;
  position: absolute;
  right: 50px;
  bottom: 50px;
  padding: 0;
  text-align: right;
  text-transform: uppercase;
  margin: 0;
}
.image-rotator-title span, .sliderimg .slidertext span {
  background-color: #007cc0;
  padding: 0 30px;
  line-height: 1.4;
  color: #ffffff;
}
.image-rotator-title span:nth-of-type(2), .sliderimg .slidertext span:nth-of-type(2) {
  padding-left: 40px;
}
.image-rotator-title span:nth-of-type(3), .sliderimg .slidertext span:nth-of-type(3) {
  padding-left: 50px;
}
.sliderimg .slidertext h3 {
  color: #ffffff;
  font-family: 'Oswald', Helvetica, Arial, sans-serif;
  font-size: 90px;
  font-weight: 800;
  line-height: 0.9;
  text-transform: uppercase;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  padding: 0 0 0 0;
}
/* Breadcrump area */
/* breadcrumb */
#breadcrumb {
  font-size: 12px;
  line-height: 1.65;
  padding: 16px 0 4px 0;
}
/* Main title area */
.container-main-title .content {
  line-height: 1.65;
  padding: 100px 0;
  padding-bottom: 0px;
}
/* Main title area spacing */
.container-main-title + .container-main-title .content {
  padding-top: 0px;
}
.container-main-top + .container-main-title .content {
  padding-top: 0px;
}
.container-main + .container-main-title .content {
  padding-top: 0px;
}
.container-main-bottom + .container-main-title .content {
  padding-top: 0px;
}
/* Main top area */
.container-main-top .content {
  line-height: 1.65;
  padding: 100px 0;
}
/* Main top area spacing */
.container-main-title + .container-main-top .content {
  padding-top: 0px;
}
.container-main-top + .container-main-top .content {
  padding-top: 0px;
}
.container-main + .container-main-top .content {
  padding-top: 0px;
}
.container-main-bottom + .container-main-top .content {
  padding-top: 0px;
}
/* Main content area with layouts */
.content {
  line-height: 1.65;
  padding: 100px 0;
}
.content h1 {
  color: #000000;
}
.content article h1 {
  color: inherit;
}
.content h5:first-of-type, .content h6:first-of-type {
  padding-top: 15px;
}
.content p {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  margin-bottom: 1.8em;
}
.content .main-box {
  padding: 8px 10px;
  background-color: #efefef;
}
.content .main-box p {
  font-size: 13px;
  line-height: 18px;
  font-weight: 300;
  font-style: italic;
}
/* Layout defines main content widths */
/* Layout widths */
.layout.full {
  width: 100%;
}
.layout.half {
  float: left;
  width: 48%;
}
.layout.main {
  float: left;
  width: 74%;
}
.layout.side {
  float: left;
  width: 22%;
  overflow-x: hidden;
}
.layout.middle {
  float: left;
  width: 48%;
}
.layout.third {
  float: left;
  width: 30%;
}
.layout.gap {
  margin-left: 4%;
}
.layout.third.gap {
  margin-left: 5%;
}
/* Layout side content */
.layout.side .img-left {
  float: left;
  margin-right: 10px;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
.layout.side .img-right {
  clear: right;
  float: right;
  margin-left: 10px;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
.layout.side p {
  padding: 10px 0 10px 0;
  margin: 0 0 0 0;
  line-height: 1.65;
  margin-bottom: 1px;
}
.layout.side .side-holder {
  padding: 10px 0 10px 0;
  margin: 0 0 0 0;
  line-height: 1.65;
  margin-bottom: 1px;
}
.layout.side .side-holder p {
  padding: 0 0 10px 0;
}
.layout.side .form-item {
  width: 100%;
}
.layout.side h6 {
  margin-top: 10px;
}
.side-nav {
  padding: 3px 0;
  margin: 0 0 0 0;
}
.side-nav li {
  list-style: none;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  background: none;
  position: relative;
  z-index: 700;
}
.side-nav li a {
  padding: 4px 10px;
}
/* Main areas spacing */
.container-main-title + .container-main .content {
  padding-top: 0px;
}
.container-main-top + .container-main .content {
  padding-top: 0px;
}
.container-main + .container-main .content {
  padding-top: 0px;
}
.container-main-bottom + .container-main .content {
  padding-top: 0px;
}
/* Main bottom area */
.container-main-bottom .content {
  line-height: 1.65;
  padding: 100px 0;
}
/* Backgrounds */
.container-main-title.background .content, .container-main-top.background .content, .container-main.background .content, .container-main-bottom.background .content {
  padding-top: 100px;
  padding-bottom: 100px;
}
.container-main-title.backgroundimage-container .content, .container-main-top.backgroundimage-container .content, .container-main.backgroundimage-container .content, .container-main-bottom.backgroundimage-container .content {
  padding-top: 100px;
  padding-bottom: 100px;
}
/* Overwrite padding for areas adjacent to backgrounds */
.container-main-title + .container-main-title.background .content, .container-main-title + .container-main-top.background .content, .container-main-title + .container-main.background .content, .container-main-title + .container-main-bottom.background .content, .container-main-top + .container-main-title.background .content, .container-main-top + .container-main-top.background .content, .container-main-top + .container-main.background .content, .container-main-top + .container-main-bottom.background .content, .container-main + .container-main-title.background .content, .container-main + .container-main-top.background .content, .container-main + .container-main.background .content, .container-main + .container-main-bottom.background .content, .container-main-bottom + .container-main-title.background .content, .container-main-bottom + .container-main-top.background .content, .container-main-bottom + .container-main.background .content, .container-main-bottom + .container-main-bottom.background .content {
  padding-top: 100px;
}
/* Overwrite padding for areas adjacent to backgrounds */
.container-main-title + .container-main-title.backgroundimage-container .content, .container-main-title + .container-main-top.backgroundimage-container .content, .container-main-title + .container-main.backgroundimage-container .content, .container-main-title + .container-main-bottom.backgroundimage-container .content, .container-main-top + .container-main-title.backgroundimage-container .content, .container-main-top + .container-main-top.backgroundimage-container .content, .container-main-top + .container-main.backgroundimage-container .content, .container-main-top + .container-main-bottom.backgroundimage-container .content, .container-main + .container-main-title.backgroundimage-container .content, .container-main + .container-main-top.backgroundimage-container .content, .container-main + .container-main.backgroundimage-container .content, .container-main + .container-main-bottom.backgroundimage-container .content, .container-main-bottom + .container-main-title.backgroundimage-container .content, .container-main-bottom + .container-main-top.backgroundimage-container .content, .container-main-bottom + .container-main.backgroundimage-container .content, .container-main-bottomr + .container-main-bottom.backgroundimage-container .content {
  padding-top: 100px;
}
/* Image boxes */
.imageboxes.textunder .module-image {
  position: relative;
}
.imageboxes.textunder .module-text {
  color: #000000;
  text-align: center;
  padding: 30px 0 0 0 !important;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.imageboxes.textunder .module-text h2 {
  font-family: 'Oswald', Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #000000;
  padding: 0 0 0 0;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  vertical-align: middle;
}
/* Services */
.services.textunder .module-image {
  position: relative;
}
.services.textunder .module-text {
  color: #000000;
  text-align: left;
  padding: 0 0 0 0 !important;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  text-align: center;
}
.services.textunder .module-text h1 {
  font-family: 'Oswald', Helvetica, Arial, sans-serif;
  font-size: 23px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0px;
  text-transform: uppercase;
  padding: 0 0 0 0;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  vertical-align: middle;
  margin-top: 45px;
}
.services .module-text p {
  margin-top: 35px;
  display: block;
}
/* Staff */
.staff.textunder .module-image {
  position: relative;
}
.staff.textunder .module-image:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px;
  height: 5px;
  background-color: #007cc0;
}
.staff.textunder .module-image:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #007cc0;
  mix-blend-mode: hard-light;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  z-index: 1;
}
.staff.textunder .staff-item:hover .module-image:after {
  opacity: 0.7;
}
.staff.textunder .module-image .view {
  display: none;
}
.staff.textunder .staff-item:hover .module-image {
  opacity: 1;
}
.staff.textunder .module-text {
  color: #000000;
  text-align: left;
  padding: 30px 0 0 0 !important;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.staff.textunder .module-text h4 {
  font-family: 'Oswald', Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #000000;
  padding: 0 0 18px 0;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  vertical-align: middle;
}
/* Photo gallery */
.gallery.textunder .module-image {
  position: relative;
}
.gallery.textunder .module-image:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.4);
  mix-blend-mode: hard-light;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  z-index: 1;
}
.gallery.textunder .gallery-item:hover .module-image:after {
  opacity: 0.7;
}
.gallery.textunder .module-image .view {
  display: none;
}
.gallery.textunder .gallery-item:hover .module-image {
  opacity: 1;
}
.gallery.textunder .module-text {
  color: #000000;
  text-align: left;
  padding: 30px 0 0 0 !important;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.gallery.textunder .module-text h4 {
  font-family: 'Oswald', Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #000000;
  padding: 0 0 18px 0;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  vertical-align: middle;
}
/* News */
.news.mainfirst .module-image {
  position: relative;
}
.news.mainfirst .module-image:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px;
  height: 5px;
  background-color: #007cc0;
}
.news.mainfirst .module-image:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #007cc0;
  mix-blend-mode: hard-light;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  z-index: 1;
}
.news.mainfirst .news-item:hover .module-image:after {
  opacity: 0.7;
}
.news.mainfirst .module-image .view {
  display: none;
}
.news.mainfirst a.news-item:hover .module-image {
  opacity: 1 !important;
}
.news.mainfirst .module-text {
  display: block;
  color: #000000;
  text-align: left;
  padding: 30px 0 0 0 !important;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.news.mainfirst .news-item-text-date {
  color: #007cc0;
  font-weight: 600 !important;
}
.news.mainfirst .module-text h4 {
  font-family: 'Oswald', Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #000000;
  padding: 0 0 18px 0;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  vertical-align: middle;
}
.news.mainfirst.one-column .news-item {
  margin-bottom: 50px !important;
}
.news-details-date {
  font-weight: 600 !important;
}
/* Testimonials */
.testimonials.speechbubble .testimonial-item-image {
  display: none;
  width: 32%;
  margin-bottom: 10px;
}
.testimonials.speechbubble .hasimage .testimonial-item-image {
  display: inline-block;
}
.testimonials.speechbubble .testimonial-item {
  color: #ffffff;
  padding: 20px 25px;
  border-radius: 0px !important;
  border: none;
  background-color: #000000;
  border-bottom: solid #ffffff 40px;
  position: relative;
}
.testimonials.speechbubble .testimonial-item:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px !important;
  width: auto !important;
  height: 5px !important;
  background-color: #007cc0;
  border: none !important;
}
.testimonials.speechbubble .testimonial-item-person {
  color: #000000;
  margin-top: 18px !important;
}
.testimonials.speechbubble .testimonial-item:after {
  right: 31px;
  border-color: #000000 transparent transparent transparent !important;
}
.testimonials.slider .testimonial-item-person {
  display: block;
  margin-top: 30px;
}
#footer-testimonials .button {
  color: #ffffff;
  border: 1px solid #ffffff;
  width: 33%;
  margin: 50px auto 0px auto;
  display: block;
}
#footer-testimonials .button:hover {
  border: 1px solid #000000;
  background-color: #000000;
  -webkit-box-shadow: 0px 3px 3px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 3px 3px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 3px 3px 1px rgba(0, 0, 0, 0.5);
}
.testimonial-item {
  text-align: center;
  display: block;
  font-size: 25px;
  line-height: 1.8;
}
/* Home page */
#home-container {
  position: relative;
}
#home-bottom-container {
  position: relative;
}
/* Contact page */
#contact-us-bottom-container .wrap {
  /*max-width:none;*/
}
#contact-us-bottom-container .content {
  /*padding-bottom:0px;*/
}
#contact-us-bottom-container .map-holder {
  /*width:100% !important;*/
}
.side-text {
  position: absolute;
  top: 50%;
  width: fit-content;
  letter-spacing: 8px;
  font-family: 'Work Sans', Helvetica, Arial, sans-serif;
  font-weight: 500;
}
.side-text.right {
  left: 100%;
  transform-origin: top left;
  transform: rotate(90deg) translateX(-50%);
}
.side-text.left {
  right: 100%;
  transform-origin: top right;
  transform: rotate(-90deg) translateX(50%);
}
.content h5.side-text:first-of-type, h5.side-text {
  padding-top: 50px;
}
.warranty {
  margin-top: -185px;
  margin-left: -20px;
}
/* Footer */
#footer-testimonials {
  background-color: #007cc0;
}
#footer-testimonials .wrap {
  max-width: 1190px;
}
#container-footer {
  background: #181718;
}
#footer {
  color: #ffffff;
  font-size: 16px;
  text-align: left;
  line-height: 2.3;
  padding: 100px 0;
}
#container-footer.random-image #footer {
  background-color: transparent;
}
#footer a {
  color: #ffffff;
}
#footer a:hover {
  color: #007cc0;
}
#footer a [class^="icon-"], #footer a [class*=" icon-"], #footer a .material-icons {
  display: inline-block;
  font-size: 16px;
  vertical-align: middle;
  margin-top: -1px;
}
#footer h4 {
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 50px;
  font-size: 22px;
}
#footer h3 {
  font-size: 30px;
  color: #007cc0;
  padding: 8px 0 12px;
}
#footer h3 a {
  color: #007cc0;
}
#footer h3 a:hover {
  color: #ffffff;
}
#footer .links {
  padding-top: 15px;
}
#footer .footer-left {
  float: left;
  width: 27%;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/* Round social link styles */
#footer .links.iconlinks a.link-item {
  /*width:30px;
   height:30px;
   background-color:#ffffff;
   border-radius:30px;*/
}
#footer .links.iconlinks a.link-item:hover {
  /*background-color:$color-backgrounds-light;*/
}
#footer .footer-middle {
  float: left;
  width: 34%;
  text-align: left;
  padding-left: 8%;
  padding-right: 2%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
#footer .footer-middle img {
  max-width: 240px;
}
#footer .footer-middle a {
  display: block;
}
#footer .footer-right {
  float: right;
  width: 39%;
  text-align: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#footer .footer-right img {
  margin-bottom: 40px;
}
.sitemap1, .sitemap2 {
  width: 50%;
  float: left;
}
#footer .button {
  line-height: 1;
  background-color: #007cc0;
  padding-left: 60px;
  padding-right: 60px;
}
#footer .button:hover {
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
}
/* Base */
#container-base {
  background: #181718;
  border-top: solid rgba(255, 255, 255, 0.1) 1px;
}
#base {
  color: #ffffff;
  font-size: smaller;
  line-height: 2.3;
  text-align: left;
  padding: 20px 0;
}
#base a {
  color: #ffffff;
}
#base a:hover {
  text-decoration: underline;
}
/* Grid */
.grid.two-column .grid-item {
  margin-bottom: 50px;
}
.grid.four-column .grid-item {
  margin-bottom: 50px;
}
/* Form */
.req {
  color: #D60309;
  font-weight: 600;
  font-size: 12px;
}
.form-item {
  clear: both;
  width: 100%;
  max-width: none;
  margin-bottom: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.form-item .label {
  float: left;
  font-weight: 600;
  text-align: left;
  margin: 10px 0 4px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /*padding-right:10px;*/
}
.form-item .label2 {
  float: left;
  font-weight: bold;
  text-align: left;
  margin: 3px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /*padding-right:10px;*/
}
form .input input, form textarea, .product-details-buy-option-quantity input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-family: 'Work Sans', Helvetica, Arial, sans-serif;
}
form .input input::placeholder, form textarea::placeholder {
  color: #898989;
  font-weight: 500;
}
form .input input, form select, form textarea, .image-file, .product-details-buy-option-quantity input, .buy-dropdown {
  /* Custom styles here */
  /*border:none;*/
  background: none;
  height: 38px;
  font-size: 15px;
  padding: 8px 8px 8px 8px;
  padding-left: 20px;
  background-color: #ffffff;
  border: none;
  border-radius: 0px;
  vertical-align: middle;
  margin: 0 0 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
form .input input[type=file] {
  height: auto;
  padding: 0 0 0 0;
  border: none;
}
.form-item .textarea textarea {
  resize: vertical;
  height: auto;
  padding: 20px;
  height: 155px;
}
.form-item.recaptcha-item, .form-item.submit-item {
  padding-top: 0;
}
.form-item.submit-item {
  margin-bottom: 0;
}
.form-item .input input {
  height: 65px;
}
@media screen and (min-width: 750px) {
  .form-item.submit-item {
    position: absolute;
    top: 180px;
    right: 0;
    text-align: right;
  }
  .contact-form {
    position: relative;
  }
  .contact-form .form-item {
    width: 49%;
    float: left;
  }
  .contact-form .edit51423ed0ea959-item {
    position: absolute;
    right: 0;
    top: 0;
  }
}
/* Custom button */
.readmore, .button, .form-item .subbut input, .buy-product input[type=submit], #checkout_button, #continue_button, #add_button, #cancel_button, #checkout_special, #review-submit-button, #update_button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background: none;
  color: #007cc0;
  border: 1px solid #007cc0;
  font-family: 'Work Sans', Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 20px 40px;
  background-color: transparent;
  display: inline-block;
  transition: 0.3s ease;
  text-align: center;
}
.readmore:hover, .button:hover, .form-item .subbut input:hover, .buy-product input[type=submit]:hover, #checkout_button:hover, #continue_button:hover, #add_button:hover, #cancel_button:hover, #checkout_special:hover, #review-submit-button:hover, #update_button:hover {
  cursor: pointer;
  color: #ffffff;
  background-color: #007cc0;
}
.button-holder {
  margin-top: 90px;
}
/* UIkit */
.uk-dotnav {
  margin-top: 50px;
  justify-content: center;
}
.uk-dotnav > .uk-active > * {
  background-color: transparent;
  border: 1px solid #3396cd;
}
.uk-dotnav > * > :focus, .uk-dotnav > * > :hover {
  background-color: transparent;
  border: 1px solid #3396cd;
}
.uk-dotnav > * > * {
  background-color: #3396cd;
  border: 1px solid #3396cd;
}
/* --------------------------------------------------- 
 TEMPLATE.RESPONSIVE.SCSS contains responsive design styles
 to effect the design layout based on screen resolution
 --------------------------------------------------- */
/* Mobile layout spacing */
/* Phone link */
/* Mobile menu */
/* Responsive start */
@media screen and (max-width: 1515px) {
  .content h5.side-text:first-of-type, h5.side-text {
    padding-top: 10px;
  }
}
@media screen and (max-width: 1260px) {
  .sliderimg .slidertext {
    padding-left: 50px;
    padding-right: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1190px) {
  #navigation li > a {
    padding-left: 15px;
    padding-right: 15px;
  }
  #contact-icons {
    padding-left: 15px;
  }
}
@media screen and (max-width: 1090px) {
  #header #logo {
    bottom: 30px;
    font-size: 42px;
  }
}
/* Small Screens / Tablets */
@media screen and (max-width: 1000px) {
  html {
    -webkit-text-size-adjust: none;
  }
  #none {
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  img {
    max-width: 100%;
    height: auto;
    width: auto\9;
    /* ie8 */
  }
  embed, object, iframe, .map-holder {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  .img-left, .img-right {
    max-width: 50%;
    /* Hide/show element that should only show on mobile */
  }
  .hide-on-mobile {
    display: none;
  }
  .show-on-mobile {
    display: inline;
  }
  #container2, #container-header, #container-navigation, #container-flash, #container-bread, #container-intro, .container-main, .container-main-title, .container-main-top, .container-main-bottom, #container-footer, #container-base {
    width: 100%;
  }
  #container1, .wrap {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  #header {
    height: auto;
    /* Hide navigation for mobile */
  }
  #navigation {
    display: none !important;
  }
  #mobile-navigation {
    display: none;
    height: auto;
    font-size: 18px;
    line-height: 1.4;
    color: #ffffff;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #007cc0;
    color: #ffffff;
    padding-top: 150px;
    padding-bottom: 20px;
    z-index: 9;
  }
  #mobile-navigation a {
    float: none;
    display: block;
    height: auto;
    width: 100%;
    line-height: 1.4;
    text-align: left;
    color: #ffffff;
    padding: 5px 0;
    margin-bottom: 6px;
  }
  #mobile-menu {
    display: inline-block;
  }
  #mobile-link {
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 140px;
  }
  #site-messages .wrap {
    padding: 0 0px;
  }
  #site-messages .error-message, #site-messages .alert-message, #site-messages .success-message {
    padding: 15px 0px;
  }
  .sliderimg .slidertext h2 {
    font-size: calc(30px + 6vw);
  }
  .sliderimg .slidertext h3 {
    font-size: calc(30px + 6vw);
  }
  #container-flash.backgroundimage-container .backgroundimage-content h1 {
    font-size: calc(30px + 4vw);
  }
  #home-container:after {
    left: 70%;
  }
  #footer .footer-left {
    width: 47%;
  }
  #footer .footer-right {
    width: 47%;
  }
  #footer .footer-middle {
    width: 100%;
    margin-top: 30px;
    padding: 0;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-right: none;
    border-left: none;
    /* Grid class styles */
  }
  .grid .grid-item {
    float: left;
    display: inline-block;
  }
  .grid .grid-item img {
    vertical-align: middle;
    /* 7 column grid to 4 column */
  }
  .grid.seven-column .grid-item {
    width: 22%;
    margin-right: 4%;
    margin-bottom: 20px;
  }
  .grid.seven-column .grid-item:nth-child(7n+7) {
    margin-right: 4%;
  }
  .grid.seven-column .grid-item:nth-child(7n+8) {
    clear: none;
  }
  .grid.seven-column .grid-item:nth-child(4n+4) {
    margin-right: 0%;
  }
  .grid.seven-column .grid-item:nth-child(4n+5) {
    clear: both;
    /* 6,5,4,3 column grid to 2 column */
  }
  .grid.six-column .grid-item, .grid.five-column .grid-item, .grid.four-column .grid-item, .grid.three-column .grid-item {
    width: 47%;
    margin-right: 6%;
    margin-bottom: 50px;
  }
  .grid.six-column .grid-item:nth-child(6n+6) {
    margin-right: 6%;
  }
  .grid.six-column .grid-item:nth-child(6n+7) {
    clear: none;
  }
  .grid.six-column .grid-item:nth-child(2n+2) {
    margin-right: 0%;
  }
  .grid.six-column .grid-item:nth-child(2n+3) {
    clear: both;
  }
  .grid.five-column .grid-item:nth-child(5n+5) {
    margin-right: 6%;
  }
  .grid.five-column .grid-item:nth-child(5n+6) {
    clear: none;
  }
  .grid.five-column .grid-item:nth-child(2n+2) {
    margin-right: 0%;
  }
  .grid.five-column .grid-item:nth-child(2n+3) {
    clear: both;
  }
  .grid.four-column .grid-item:nth-child(4n+4) {
    margin-right: 6%;
  }
  .grid.four-column .grid-item:nth-child(4n+5) {
    clear: none;
  }
  .grid.four-column .grid-item:nth-child(2n+2) {
    margin-right: 0%;
  }
  .grid.four-column .grid-item:nth-child(2n+3) {
    clear: both;
  }
  .grid.three-column .grid-item:nth-child(3n+3) {
    margin-right: 6%;
  }
  .grid.three-column .grid-item:nth-child(3n+4) {
    clear: none;
  }
  .grid.three-column .grid-item:nth-child(2n+2) {
    margin-right: 0%;
  }
  .grid.three-column .grid-item:nth-child(2n+3) {
    clear: both;
  }
  .product-item {
    width: 32%;
    margin-right: 2%;
  }
  .products-holder div:nth-child(4n+4) {
    margin-right: 2%;
  }
  .products-holder div:nth-child(4n+5) {
    clear: none;
  }
  .products-holder div:nth-child(3n+3) {
    margin-right: 0%;
  }
  .products-holder div:nth-child(3n+4) {
    clear: both;
  }
  .image-rotator-title {
    font-size: calc(3vw + 14px);
    bottom: 20px;
  }
  .content h5.side-text:first-of-type, h5.side-text {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .showcase .showcase-item {
    grid-template-columns: repeat(2, 1fr) !important;
    grid-gap: 15px !important;
  }
  .showcase .showcase-main-image.showcase-image {
    padding-bottom: 33.4% !important;
  }
  .showcase .showcase-image {
    height: 150px;
  }
  .showcase .showcase-item:nth-of-type(odd) .showcase-image:nth-of-type(2):after {
    right: -6px !important;
  }
  .showcase .showcase-item:nth-of-type(odd) .showcase-image:nth-of-type(4):after {
    right: -5px !important;
  }
  .showcase .showcase-item:nth-of-type(odd) .showcase-image:nth-of-type(2):before {
    right: -32px !important;
    background-size: 0.8vw !important;
  }
  .showcase .showcase-item:nth-of-type(even) .showcase-image:nth-of-type(3):after {
    right: -6px !important;
  }
  .showcase .showcase-item:nth-of-type(even) .showcase-image:nth-of-type(5):after {
    right: -6px !important;
  }
  .showcase .showcase-item:nth-of-type(even) .showcase-image:nth-of-type(2):before {
    left: -32px !important;
    background-size: 0.8vw !important;
  }
}
@media screen and (max-width: 850px) {
  #home-container .layout.half {
    float: left;
    width: 100%;
    margin-left: 0;
  }
  #home-container:before {
    top: 0px;
    left: 0px;
    right: 0%;
    bottom: 0px;
    transform: rotate(0deg);
  }
  #home-container:after {
    display: none;
  }
  #footer .button {
    padding: 20px 40px;
  }
}
/* Small Tablets */
@media screen and (max-width: 650px) {
  #mobile-link {
    position: relative;
    top: auto;
    right: auto;
    display: block;
  }
  #mobile-link a {
    display: block;
    color: #ffffff;
    height: 40px;
    line-height: 40px;
    background-color: #181718;
  }
  #mobile-menu {
    top: 40px;
  }
  #mobile-navigation {
    padding-top: 125px;
    /* Three column equal */
  }
  .layout-three-col-equal .layout.third {
    float: none;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 18px;
  }
  .layout-three-col-equal .layout.third.gap {
    margin-left: 0%;
  }
  .layout.half, .layout.main, .layout.side, .layout.middle, .layout.third {
    float: none !important;
    width: 100% !important;
  }
  .layout.gap, .layout.third.gap {
    margin-left: 0%;
  }
  .layout.main {
    margin-bottom: 50px;
  }
  .layout-two-col-equal .layout.half + .layout.half {
    margin-top: 50px;
  }
  #contact-icons {
    height: 130px;
    line-height: 130px;
  }
  #contact-icons a:hover i {
    color: #ffffff;
  }
  #footer-testimonials .button {
    width: 70%;
  }
  #footer .footer-left {
    float: none;
    display: block;
    width: 100%;
    text-align: left;
  }
  #footer .footer-right {
    float: none;
    display: block;
    width: 100%;
    text-align: left;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    /* 7,6,5,4,3,2 column grid to 1 column */
  }
  .grid.seven-column .grid-item, .grid.six-column .grid-item, .grid.five-column .grid-item, .grid.four-column .grid-item, .grid.three-column .grid-item, .grid.two-column .grid-item {
    width: 100% !important;
    margin-right: 0% !important;
    margin-bottom: 40px;
    /* Videos */
  }
  .video-holder .video-item {
    width: 45%;
    margin-right: 10%;
  }
  .video-holder div:nth-child(3n+3) {
    margin-right: 10%;
  }
  .video-holder div:nth-child(3n+4) {
    clear: none;
  }
  .video-holder div:nth-child(2n+2) {
    margin-right: 0%;
  }
  .video-holder div:nth-child(2n+3) {
    clear: left;
  }
  .subscription-plans .subscription-plan {
    width: 47%;
    margin-right: 6%;
  }
  .subscription-plans div.subscription-plan:nth-child(3n+3) {
    margin-right: 6%;
  }
  .subscription-plans div.subscription-plan:nth-child(3n+4) {
    clear: none;
  }
  .subscription-plans div.subscription-plan:nth-child(2n+2) {
    margin-right: 0%;
  }
  .subscription-plans div.subscription-plan:nth-child(2n+3) {
    clear: left;
  }
  .pricelist-header .pricelist-price, .pricelist-header .pricelist-inclusive {
    display: none;
  }
  .pricelist-product {
    float: left;
    width: 75%;
    margin-right: 2%;
    padding-bottom: 6px;
  }
  .pricelist-price {
    clear: left;
    float: left;
    width: auto;
    display: inline-block;
    margin-right: 2%;
  }
  .pricelist-inclusive {
    float: left;
    width: auto;
    display: inline-block;
    margin-right: 2%;
  }
  .pricelist-qty {
    float: right;
    width: 23%;
  }
  .product-item {
    width: 47%;
    margin-right: 6%;
  }
  .products-holder div:nth-child(3n+3) {
    margin-right: 6%;
  }
  .products-holder div:nth-child(3n+4) {
    clear: none;
  }
  .products-holder div:nth-child(2n+2) {
    margin-right: 0%;
  }
  .products-holder div:nth-child(2n+3) {
    clear: both;
  }
  .form-item .label, .form-item .label2 {
    margin-bottom: 2px;
  }
  .form-item .label, .form-item .label2, .form-item .input, .form-item .select, .form-item .checkbox, .form-item .radio, .form-item .textarea, .form-item .label-padding, .form-item .subbut, .form-item .g-recaptcha, #recaptcha_image {
    width: 100% !important;
    padding-left: 0px;
    margin-left: 0%;
  }
  .form-item .g-recaptcha > div > div {
    max-width: 100%;
    overflow: hidden;
  }
  .recaptcha_input .input {
    padding-right: 0px;
  }
  .recaptcha_options li a {
    top: 0px;
  }
  .shopping-cart-list .shopping-cart-list-header {
    display: none;
  }
  .shopping-cart-list .shopping-cart-list-items {
    padding: 4px 10px;
    border: solid #f0e8e6 1px;
    border-radius: 3px;
    margin-bottom: 15px;
    position: relative;
  }
  .shopping-cart-list .scl-image {
    float: right;
    position: absolute;
    text-align: center;
    right: 5px;
    top: 8px;
    width: 20%;
    max-height: 60px;
  }
  .shopping-cart-list .scl-image img {
    max-height: 60px;
  }
  .shopping-cart-list .scl-products {
    width: 100%;
    min-height: 60px;
    padding-right: 0%;
  }
  .shopping-cart-list .scl-products-title {
    float: left;
    width: 68%;
  }
  .shopping-cart-list .scl-products-additional {
    clear: both;
    width: 100%;
  }
  .shopping-cart-list .scl-products .cart-msg-box, .shopping-cart-list .scl-products .cart-msg-type, .shopping-cart-list .scl-products .cart-msg-messages {
    width: 98%;
  }
  .msg-small {
    font-size: 13px;
    line-height: 17px;
  }
  .shopping-cart-list .scl-quantity {
    clear: both;
    width: 59%;
    text-align: left;
    padding-right: 0px;
    margin-top: 8px;
    padding-top: 8px;
    border-top: solid #f0e8e6 1px;
  }
  .shopping-cart-list .scl-quantity .scl-quantity-text {
    float: left;
    display: inline-block;
    padding-right: 3%;
    line-height: 26px;
    font-size: 14px;
  }
  .shopping-cart-list .scl-quantity input {
    float: left;
    font-size: 15px;
    display: inline-block;
    margin-right: 12%;
  }
  .shopping-cart-list .remove-link {
    float: left;
    display: inline-block;
    text-align: left;
    line-height: 26px;
    font-size: 12px;
  }
  .shopping-cart-list .scl-price {
    width: 40%;
    font-size: 16px;
    font-weight: 600;
    text-align: right;
    padding-right: 1%;
    margin-top: 8px;
    padding-top: 8px;
    border-top: solid #f0e8e6 1px;
  }
  .shopping-cart-totals .shopping-cart-total-item .totals-space, .shopping-cart-totals .shopping-cart-total-final .totals-space, #sc-subtotals .totals-space-base {
    display: none;
  }
  .shopping-cart-totals .shopping-cart-total-item, .shopping-cart-totals .shopping-cart-total-final {
    display: block;
  }
  .shopping-cart-totals .shopping-cart-total-item .totals-text, .shopping-cart-totals .shopping-cart-total-final .totals-text {
    float: left;
    width: 66%;
    text-align: left;
    padding-right: 0;
    padding-left: 4%;
    margin: 0 0 0 0;
  }
  .shopping-cart-totals .shopping-cart-total-item .totals-value, .shopping-cart-totals .shopping-cart-total-final .totals-value {
    float: left;
    width: 26%;
    font-size: 15px;
    padding-right: 4%;
    margin: 0 0 0 0;
  }
  .address-selector li {
    width: 48%;
  }
  .cart-checkradio-holder .checkradio {
    width: 50%;
  }
  .payment-radio-holder {
    width: 10%;
  }
  .payment-holder {
    width: 90%;
  }
}
@media screen and (max-width: 540px) {
  .home-page #container-flash #image-rotator .uk-slideshow-items {
    height: 100vh;
  }
  .wrap, #container-flash.backgroundimage-container .backgroundimage-content {
    max-width: 480px;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .image-rotator-title {
    left: 0;
    right: 0;
    text-align: center;
  }
  .image-rotator-title span {
    padding: 0 20px !important;
  }
  .image-rotator-title span {
    margin-top: 5px;
    display: inline-block;
  }
  .showcase .showcase-item:nth-of-type(odd) .showcase-image:nth-of-type(2):before {
    background-size: 1vw !important;
  }
  .showcase .showcase-item:nth-of-type(even) .showcase-image:nth-of-type(2):before {
    background-size: 1vw !important;
  }
  .image-rotator-title {
    bottom: 20px;
  }
}
/* Phones */
@media screen and (max-width: 480px) {
  html {
    -webkit-text-size-adjust: none;
  }
  img {
    max-width: 100%;
    height: auto;
    width: auto\9;
    /* ie8 */
  }
  embed, object, iframe, .map-holder {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  ul li {
    line-height: 26px;
    padding-bottom: 8px;
    background-position: 5px 9px;
  }
  ul > li:before {
    top: 0px;
  }
  #container1 {
    width: 100%;
  }
  #container2 {
    width: 100%;
  }
  #header {
    height: 80px;
  }
  #header #logo {
    max-width: 120px;
    bottom: -15px;
    font-size: 21px;
  }
  .home-page #header #logo {
    height: 80px;
  }
  #mobile-menu a {
    line-height: 80px;
  }
  #contact-icons {
    height: 80px;
    line-height: 87px;
  }
  .home-page #contact-icons {
    line-height: 80px;
  }
  #mobile-navigation {
    padding-top: 90px;
  }
  #slider, #flash, #image-rotator {
    display: block !important;
  }
  .sliderimg .slidertext {
    padding-left: 20px;
    padding-right: 20px;
  }
  .image-rotator-title {
    bottom: 40px;
  }
  .content {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .content .img-left, .content .img-right, .content .img-center {
    float: none;
    display: block;
    width: 100%;
    max-width: none;
    padding: 10px 0;
    margin: 0 0 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .content, .layout.side p, .layout.side .side-holder {
    font-size: 16px;
    line-height: 24px;
  }
  .content h1 {
    font-size: 38px;
    line-height: 38px;
    margin: 0px 0 25px 0;
  }
  .content h2 {
    font-size: 32px;
    line-height: 32px;
    margin: 0px 0 35px 0;
  }
  .content h3 {
    font-size: 26px;
    line-height: 24px;
  }
  .content h4 {
    font-size: 22px;
    line-height: 24px;
  }
  .layout.side h5 {
    font-size: 18px;
    line-height: 24px;
  }
  .layout.side h6 {
    font-size: 18px;
    line-height: 24px;
  }
  .small {
    font-size: 15px;
    line-height: 23px;
  }
  .large {
    font-size: 17px;
    line-height: 25px;
    /* Set new spacing for mobile*/
    /* Breadcrump area */
  }
  /* breadcrumb */
  #breadcrumb {
    padding: 16px 0px 4px 0px;
  }
  #container-flash.backgroundimage-container .backgroundimage-content {
    padding-top: 50px;
    padding-bottom: 35px;
    /* Main title area */
  }
  .container-main-title .content {
    padding: 35px 0px;
    padding-bottom: 0px;
    /* Main title area spacing */
  }
  .container-main-title + .container-main-title .content {
    padding-top: 0px;
  }
  .container-main-top + .container-main-title .content {
    padding-top: 0px;
  }
  .container-main + .container-main-title .content {
    padding-top: 0px;
  }
  .container-main-bottom + .container-main-title .content {
    padding-top: 0px;
    /* Main top area */
  }
  .container-main-top .content {
    padding: 35px 0px;
    /* Main top area spacing */
  }
  .container-main-title + .container-main-top .content {
    padding-top: 0px;
  }
  .container-main-top + .container-main-top .content {
    padding-top: 0px;
  }
  .container-main + .container-main-top .content {
    padding-top: 0px;
  }
  .container-main-bottom + .container-main-top .content {
    padding-top: 0px;
    /* Main content area with layouts */
  }
  .content {
    padding: 35px 0px;
    /* Main areas spacing */
  }
  .container-main-title + .container-main .content {
    padding-top: 0px;
  }
  .container-main-top + .container-main .content {
    padding-top: 0px;
  }
  .container-main + .container-main .content {
    padding-top: 0px;
  }
  .container-main-bottom + .container-main .content {
    padding-top: 0px;
    /* Main bottom area */
  }
  .container-main-bottom .content {
    padding: 35px 0px;
    /* Main bottom areas spacing */
  }
  .container-main-top + .container-main-bottom .content {
    padding-top: 0px;
  }
  .container-main + .container-main-bottom .content {
    padding-top: 0px;
  }
  .container-main-bottom + .container-main-bottom .content {
    padding-top: 0px;
    /* Backgrounds */
  }
  .container-main-title.background .content, .container-main-top.background .content, .container-main.background .content, .container-main-bottom.background .content {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .container-main-title.backgroundimage-container .content, .container-main-top.backgroundimage-container .content, .container-main.backgroundimage-container .content, .container-main-bottom.backgroundimage-container .content {
    padding-top: 35px;
    padding-bottom: 35px;
    /* Overwrite padding for areas adjacent to backgrounds */
  }
  .container-main-title + .container-main-title.background .content, .container-main-title + .container-main-top.background .content, .container-main-title + .container-main.background .content, .container-main-title + .container-main-bottom.background .content, .container-main-top + .container-main-title.background .content, .container-main-top + .container-main-top.background .content, .container-main-top + .container-main.background .content, .container-main-top + .container-main-bottom.background .content, .container-main + .container-main-title.background .content, .container-main + .container-main-top.background .content, .container-main + .container-main.background .content, .container-main + .container-main-bottom.background .content, .container-main-bottom + .container-main-title.background .content, .container-main-bottom + .container-main-top.background .content, .container-main-bottom + .container-main.background .content, .container-main-bottom + .container-main-bottom.background .content {
    padding-top: 35px;
    /* Overwrite padding for areas adjacent to backgrounds */
  }
  .container-main-title + .container-main-title.backgroundimage-container .content, .container-main-title + .container-main-top.backgroundimage-container .content, .container-main-title + .container-main.backgroundimage-container .content, .container-main-title + .container-main-bottom.backgroundimage-container .content, .container-main-top + .container-main-title.backgroundimage-container .content, .container-main-top + .container-main-top.backgroundimage-container .content, .container-main-top + .container-main.backgroundimage-container .content, .container-main-top + .container-main-bottom.backgroundimage-container .content, .container-main + .container-main-title.backgroundimage-container .content, .container-main + .container-main-top.backgroundimage-container .content, .container-main + .container-main.backgroundimage-container .content, .container-main + .container-main-bottom.backgroundimage-container .content, .container-main-bottom + .container-main-title.backgroundimage-container .content, .container-main-bottom + .container-main-top.backgroundimage-container .content, .container-main-bottom + .container-main.backgroundimage-container .content, .container-main-bottomr + .container-main-bottom.backgroundimage-container .content {
    padding-top: 40px;
  }
  #footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #footer h4 {
    margin-bottom: 25px;
    /* Site Map */
  }
  .sitemap-holder {
    width: 100%;
    /* Grid */
  }
  .grid .grid-item {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    /* Video */
  }
  .video-holder .video-item {
    width: 100%;
    margin-right: 0%;
  }
  .product-item {
    width: 100%;
    margin-right: 0%;
  }
  .products-holder div:nth-child(3n+3) {
    margin-right: 0%;
  }
  .subscription-plans .subscription-plan {
    width: 100%;
    margin-right: 0%;
  }
  .subscription-plans div.subscription-plan:nth-child(2n+2) {
    margin-right: 0%;
  }
  .subscription-plans div.subscription-plan:nth-child(2n+3) {
    clear: none;
  }
  .subscription-table .subscription-left, .subscription-table .subscription-middle, .subscription-table .full-subscription-middle, .subscription-table .subscription-right {
    float: none;
    width: 100%;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    border: solid #f1f1f1 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .subscription-table .subscription-left {
    padding-top: 8px;
    border-bottom: none;
  }
  .subscription-table .subscription-middle {
    border-top: none;
    border-bottom: none;
  }
  .subscription-table .full-subscription-middle {
    padding-bottom: 8px;
    border-top: none;
  }
  .subscription-table .subscription-right {
    padding-bottom: 8px;
    border-top: none;
  }
  .address-selector li {
    width: 100%;
    margin-bottom: 18px;
  }
  .cart-checkradio-holder .checkradio {
    width: 100%;
  }
  .warranty {
    margin-top: -145px;
    margin-left: -10px;
    max-width: 142px;
  }
  .layout-two-col-equal .layout.half + .layout.half {
    margin-bottom: 35px;
  }
  #home-container .layout-two-col-equal {
    display: flex;
    flex-direction: column-reverse;
  }
  #home-container .layout.half {
    margin-top: 0;
  }
  #home-container .layout.half.gap {
    margin-bottom: 35px;
  }
  .button-holder {
    margin-top: 35px;
  }
  .testimonial-item {
    font-size: 16px;
  }
  .uk-dotnav {
    margin-top: 20px;
    /* iPhone zoom fix */
  }
  select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
    font-size: 16px !important;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22%2F%22%2C%22sources%22%3A%5B%22edit%2Fall.scss%22%2C%22template.core.scss%22%2C%22template.scss%22%2C%22template.responsive.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%2CmDAAA%3BAAAA%2C0DAAA%3BAAAA%2CwCAAA%3BAAAA%2CwCAAA%3BAAAA%2CuCAAA%3BAAAA%2C0DAAA%3BAAAA%2CkCAAA%3BAAAA%3B%3B%3BuDAAA%3BAAAA%2CsBAAA%3BACcA%3BAAAA%2CsBAAA%3BAAAA%3BAACA%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CsBAAA%3BAAAA%3BAACA%3BAAAA%2CsBAAA%3BAAAA%3BADjBA%2CeAAA%3BACqBA%3BAAAA%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAASC%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CsBAAA%3BAAAA%3BAAGD%3BAAAA%2CgBAAA%3BAAAA%3BADlCA%2CmBAAA%3BACsCA%3BAAAA%3B%3B%3B4BAAA%3BAAAA%3BAAMC%3BAAAA%2CiBAAA%3BAAAA%3BAD5CD%2C0BAAA%3BACiDC%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%2CwBAAA%3BAAAA%3BAACA%3BAAAA%3BiBAAA%3BAAAA%3BAACA%3BAAAA%2CeAAA%3BAAAA%3BADtDD%2CiBAAA%3BACyDC%3BAAAA%2CwBAAA%3BAAAA%3BADzDD%2CoBAAA%3BAAAA%2CkBAAA%3BAAAA%2CeAAA%3BAAAA%2CqBAAA%3BACgFA%3BAAAA%3B0BAAA%3BAAAA%3BAAKA%3BAAAA%3B0BAAA%3BAAAA%3BAAKC%3BAAAA%3B%3BwBAAA%3BAAAA%3BAACA%3BAAAA%3B%3BwBAAA%3BAAAA%3BAACA%3BAAAA%3B%3BwBAAA%3BAAAA%3BAACA%3BAAAA%3B%3BwBAAA%3BAAAA%3BAACA%3BAAAA%3B%3BwBAAA%3BAAAA%3BAACA%3BAAAA%3B%3BwBAAA%3BAAAA%3BAD%2FFD%2CiBAAA%3BACqGC%3BAAAA%2C4BAAA%3BAAAA%3BAAIA%3BAAAA%3B4BAAA%3BAAAA%3BAAIC%3BAAAA%2CiBAAA%3BAAAA%3BAAED%3BAAAA%3B%3B%3ByBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAuBA%3BAAAA%2CiBAAA%3BAAAA%3BAAGC%3BAAAA%2CiBAAA%3BAAAA%3BADhJF%2CaAAA%3BACwJA%3BAAAA%2C4BAAA%3BAAAA%3BAAMC%3BAAAA%2CoBAAA%3BAAAA%3BAACA%3BAAAA%2CwBAAA%3BAAAA%3BAACA%3BAAAA%2CyBAAA%3BAAAA%3BAACA%3BAAAA%2C0BAAA%3BAAAA%3BAACA%3BAAAA%2C2BAAA%3BAAAA%3BADlKD%2CsBAAA%3BACsKA%3BAAAA%3B%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BADtKA%2CsBAAA%3BACmLA%3BAAAA%3B%3B%3B%3B%3B%3B%3BwBAAA%3BAAAA%3BADnLA%2CkBAAA%3BACkMC%3BAAAA%2CiBAAA%3BAAAA%3BAACA%3BAAAA%2CiBAAA%3BAAAA%3BAACA%3BAAAA%2CiBAAA%3BAAAA%3BAAEA%3BAAAA%2CiBAAA%3BAAAA%3BADtMD%2CeAAA%3BAC8MC%3BAAAA%2CiBAAA%3BAAAA%3BAACA%3BAAAA%2CiBAAA%3BAAAA%3BAACA%3BAAAA%3B%3BqBAAA%3BAAAA%3BAACA%3BAAAA%2CkBAAA%3BAAAA%3BAACA%3BAAAA%2CqBAAA%3BAAAA%3BADlND%2CuBAAA%3BACwNC%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3B8BAAA%3BAAAA%3BAAUA%3BAAAA%3B%3B%3B%3B%3B%3B8BAAA%3BAAAA%3BAAUA%3BAAAA%3B%3B%3B%3BmCAAA%3BAAAA%3BADpPD%2CkBAAA%3BACgQE%3BAAAA%2CgBAAA%3BAAAA%3BAAEF%3BAAAA%3B%3B%3B%3B%3B%3B%3BoBAAA%3BAAAA%3BAAUC%3BAAAA%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAQC%3BAAAA%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BADpRF%2C4BAAA%3BACgSA%3BAAAA%2CeAAA%3BAAAA%3BAACA%3BAAAA%3BgBAAA%3BAAAA%3BADjSA%2CkDAAA%3BACoSA%3BAAAA%2CgBAAA%3BAAAA%3BADpSA%2CuDAAA%3BACwSA%3BAAAA%2CgBAAA%3BAAAA%3BADxSA%2CmCAAA%3BAC2SA%3BAAAA%3BcAAA%3BAAAA%3BAACA%3BAAAA%3BaAAA%3BAAAA%3BAACA%3BAAAA%3BcAAA%3BAAAA%3BAD7SA%2CcAAA%3BACgTA%3BAAAA%3BcAAA%3BAAAA%3BADhTA%2CoBAAA%3BACyTA%3BAAAA%3B%3B%3BWAAA%3BAAAA%3BADzTA%2CuDAAA%3BACgUA%3BAAAA%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAACA%3BAAAA%3B%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAACA%3BAAAA%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAACA%3BAAAA%3B%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAACA%3BAAAA%3BqBAAA%3BAAAA%3BAAEC%3BAAAA%2CyBAAA%3BAAAA%3BAASA%3BAAAA%2CaAAA%3BAAAA%3BAAEC%3BAAAA%2CaAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B4BAAA%3BAAAA%3BADrVF%2CmBAAA%3BAC8VA%3BAAAA%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BuBAAA%3BAAAA%3BADtWA%2C0EAAA%3BACuXA%3BAAAA%3B%3B%3BeAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAASA%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAiBA%3BAAAA%3B%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BADxZA%2CYAAA%3BACqaA%3BAAAA%2C4BAAA%3BAAAA%3BAAGC%3BAAAA%2CgCAAA%3BAAAA%3BAAEA%3BAAAA%2CgBAAA%3BAAAA%3BAAIC%3BAAAA%2CgCAAA%3BAAAA%3BAAEA%3BAAAA%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAQC%3BAAAA%2CyBAAA%3BAAAA%3BADxbH%2CuBAAA%3BAC8bE%3BAAAA%2CgBAAA%3BAAAA%3BAAGC%3BAAAA%2CcAAA%3BAAAA%3BAACA%3BAAAA%2CwBAAA%3BAAAA%3BADlcH%2CoBAAA%3BACscE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAAYC%3BAAAA%3BmBAAA%3BAAAA%3BAAKC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAaC%3BAAAA%2CgBAAA%3BAAAA%3BAAEA%3BAAAA%3B%3BeAAA%3BAAAA%3BADteL%2CYAAA%3BAC8eE%3BAAAA%3B%3B%3B%3BsBAAA%3BAAAA%3BAAOC%3BAAAA%3BqBAAA%3BAAAA%3BAAKA%3BAAAA%2CeAAA%3BAAAA%3BAAIA%3BAAAA%2CmBAAA%3BAAAA%3BAD9fH%2CqBAAA%3BACygBE%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3BgBAAA%3BAAAA%3BAAOA%3BAAAA%3BmBAAA%3BAAAA%3BAAIC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAAcC%3BAAAA%2CgBAAA%3BAAAA%3BAAED%3BAAAA%2CgBAAA%3BAAAA%3BAAID%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAaC%3BAAAA%3B%3B%3BsBAAA%3BAAAA%3BAAQA%3BAAAA%2CoBAAA%3BAAAA%3BAAEA%3BAAAA%3BeAAA%3BAAAA%3BAAMC%3BAAAA%2CkBAAA%3BAAAA%3BAD3kBJ%2CwBAAA%3BACqmBG%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAAaC%3BAAAA%2CgBAAA%3BAAAA%3BADlnBJ%2CoBAAA%3BACunBI%3BAAAA%3B%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BADvnBJ%2CsCAAA%3BACmoBK%3BAAAA%3BaAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BoBAAA%3BAAAA%3BAAKC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAiBC%3BAAAA%3B%3B%3BmCAAA%3BAAAA%3BAAaD%3BAAAA%2CsBAAA%3BAAAA%3BAAKD%3BAAAA%3B%3BcAAA%3BAAAA%3BADhrBL%2CuCAAA%3BACurBE%3BAAAA%2CeAAA%3BAAAA%3BAAQD%3BAAAA%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAUC%3BAAAA%2CiBAAA%3BAAAA%3BAAKA%3BAAAA%2CuBAAA%3BAAAA%3BAAMD%3BAAAA%2C2BAAA%3BAAAA%3BADptBD%2CkBAAA%3BAC2tBC%3BAAAA%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAAQC%3BAAAA%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAMA%3BAAAA%2CiBAAA%3BAAAA%3BAACA%3BAAAA%3B6BAAA%3BAAAA%3BAACA%3BAAAA%3BqBAAA%3BAAAA%3BAD3uBF%2CmBAAA%3BACkvBC%3BAAAA%2CgBAAA%3BAAAA%3BAAIC%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAKC%3BAAAA%2CiBAAA%3BAAAA%3BAACA%3BAAAA%2C6BAAA%3BAAAA%3BAAEA%3BAAAA%2CeAAA%3BAAAA%3BAAIA%3BAAAA%3B4BAAA%3BAAAA%3BAAMA%3BAAAA%3B4BAAA%3BAAAA%3BAAMA%3BAAAA%3B4BAAA%3BAAAA%3BAASF%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAAMC%3BAAAA%2CiBAAA%3BAAAA%3BAAOA%3BAAAA%2CiBAAA%3BAAAA%3BADpyBF%2CqBAAA%3BAAAA%2CgBAAA%3BAC4yBC%3BAAAA%3B%3B8BAAA%3BAAAA%3BAD5yBD%2CyBAAA%3BACszBC%3BAAAA%3BmBAAA%3BAAAA%3BADtzBD%2CqBAAA%3BAC%2BzBC%3BAAAA%3B%3BsBAAA%3BAAAA%3BAD%2FzBD%2CmBAAA%3BACy0BC%3BAAAA%3BqBAAA%3BAAAA%3BADz0BD%2CoCAAA%3BACk1BC%3BAAAA%3BqBAAA%3BAAAA%3BAAKC%3BAAAA%2CiBAAA%3BAAAA%3BAAGC%3BAAAA%2CiBAAA%3BAAAA%3BAAKA%3BAAAA%2CiBAAA%3BAAAA%3BAAID%3BAAAA%3B%3BuBAAA%3BAAAA%3BAAMA%3BAAAA%3B4BAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAD92BF%2CwCAAA%3BAAAA%2CmBAAA%3BAC23BE%3BAAAA%2CcAAA%3BAAAA%3BAACA%3BAAAA%3BaAAA%3BAAAA%3BAACA%3BAAAA%3BaAAA%3BAAAA%3BAACA%3BAAAA%3BaAAA%3BAAAA%3BAACA%3BAAAA%3BaAAA%3BAAAA%3BAACA%3BAAAA%3BaAAA%3BAAAA%3BAACA%3BAAAA%2CkBAAA%3BAAAA%3BAACA%3BAAAA%2CkBAAA%3BAAAA%3BADl4BF%2CuBAAA%3BAAAA%2CsBAAA%3BAC04BG%3BAAAA%2CeAAA%3BAAAA%3BAD14BH%2C0BAAA%3BAC84BG%3BAAAA%2CeAAA%3BAAAA%3BAD94BH%2C2BAAA%3BACk5BG%3BAAAA%2CeAAA%3BAAAA%3BADl5BH%2C8BAAA%3BACs5BG%3BAAAA%2CeAAA%3BAAAA%3BADt5BH%2C4BAAA%3BAC05BG%3BAAAA%2CeAAA%3BAAAA%3BAD15BH%2C6BAAA%3BAC85BG%3BAAAA%2CeAAA%3BAAAA%3BAD95BH%2CwBAAA%3BACk6BG%3BAAAA%2CeAAA%3BAAAA%3BADl6BH%2CyBAAA%3BACy6BG%3BAAAA%3B%3B%3B%3BqBAAA%3BAAAA%3BAACA%3BAAAA%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAEA%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAAMC%3BAAAA%2CsBAAA%3BAAAA%3BAAIA%3BAAAA%2CcAAA%3BAAAA%3BAAID%3BAAAA%2CmBAAA%3BAAAA%3BAASA%3BAAAA%3BkBAAA%3BAAAA%3BAAIC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAAWC%3BAAAA%2CoBAAA%3BAAAA%3BADz9BL%2CsBAAA%3BACm%2BBC%3BAAAA%3BqBAAA%3BAAAA%3BADn%2BBD%2CiBAAA%3BAAAA%2CYAAA%3BAC%2B%2BBA%3BAAAA%2CsBAAA%3BAAAA%3BAAIC%3BAAAA%2CgCAAA%3BAAAA%3BAAEA%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAAOC%3BAAAA%2CgCAAA%3BAAAA%3BAAGA%3BAAAA%2CiBAAA%3BAAAA%3BAAEA%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAASA%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%2CoBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BoBAAA%3BAAAA%3BAD%2FhCF%2CUAAA%3BAC2iCC%3BAAAA%3B%3B%3B%3B0BAAA%3BAAAA%3BAAQC%3BAAAA%2C6BAAA%3BAAAA%3BADnjCF%2CuCAAA%3BAAAA%2CyBAAA%3BAAAA%2CuBAAA%3BACwkCE%3BAAAA%3BwBAAA%3BAAAA%3BAAIC%3BAAAA%2CyBAAA%3BAAAA%3BAD5kCH%2CmBAAA%3BACilCE%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAKC%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAMA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CcAAA%3BAAAA%3BAD7lCH%2CmBAAA%3BACgmCE%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAKC%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAMA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CcAAA%3BAAAA%3BAD5mCH%2CmBAAA%3BAC%2BmCE%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAKC%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAMA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CcAAA%3BAAAA%3BAD3nCH%2CmBAAA%3BAC8nCE%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAKC%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAMA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CcAAA%3BAAAA%3BAD1oCH%2CmBAAA%3BAC6oCE%3BAAAA%3B%3BuBAAA%3BAAAA%3BAAKC%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAMA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CcAAA%3BAAAA%3BAAEA%3BAAAA%2CsBAAA%3BAAAA%3BAD3pCH%2CmBAAA%3BAC8pCE%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAKC%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAMA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CcAAA%3BAAAA%3BAAEA%3BAAAA%2CsBAAA%3BAAAA%3BAD5qCH%2CmBAAA%3BAC%2BqCE%3BAAAA%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAAQC%3BAAAA%2CqBAAA%3BAAAA%3BADvrCH%2CeAAA%3BACgsCE%3BAAAA%3B%3B%3BaAAA%3BAAAA%3BAAOC%3BAAAA%2CaAAA%3BAAAA%3BADvsCH%2C2BAAA%3BAC8sCC%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAMC%3BAAAA%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAQC%3BAAAA%2CiBAAA%3BAAAA%3BAAEA%3BAAAA%3BoBAAA%3BAAAA%3BAAOD%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAWC%3BAAAA%3B%3BwBAAA%3BAAAA%3BADxvCH%2C2BAAA%3BACkwCC%3BAAAA%3BsBAAA%3BAAAA%3BAAQC%3BAAAA%3B4BAAA%3BAAAA%3BAAKA%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BsBAAA%3BAAAA%3BADnxCF%2CsCAAA%3BAC8xCC%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAKC%3BAAAA%2C6BAAA%3BAAAA%3BAAIA%3BAAAA%3B6BAAA%3BAAAA%3BAAKA%3BAAAA%2CiBAAA%3BAAAA%3BAAMA%3BAAAA%3B6BAAA%3BAAAA%3BADlzCF%2CiBAAA%3BACyzCC%3BAAAA%2CiBAAA%3BAAAA%3BAACC%3BAAAA%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAUC%3BAAAA%3B%3B%3B%3BWAAA%3BAAAA%3BAAOA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CcAAA%3BAAAA%3BAD50CH%2CcAAA%3BACk1CC%3BAAAA%3B%3BsBAAA%3BAAAA%3BADl1CD%2CwBAAA%3BAC21CC%3BAAAA%2CiBAAA%3BAAAA%3BAACC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAUC%3BAAAA%3BuBAAA%3BAAAA%3BAAIC%3BAAAA%3BsBAAA%3BAAAA%3BAAKD%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CcAAA%3BAAAA%3BAAGF%3BAAAA%3BmBAAA%3BAAAA%3BAAQC%3BAAAA%3B%3B%3BgCAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3BgCAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3BgCAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3BgCAAA%3BAAAA%3BADj5CF%2CYAAA%3BAC65CE%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAD75CF%2C2BAAA%3BAC86CE%3BAAAA%3BaAAA%3BAAAA%3BAAKA%3BAAAA%3BaAAA%3BAAAA%3BADn7CF%2CmBAAA%3BACg8CE%3BAAAA%3B%3B%3BmCAAA%3BAAAA%3BAAOA%3BAAAA%3B%3BmCAAA%3BAAAA%3BAAMC%3BAAAA%3B%3BoBAAA%3BAAAA%3BAAKC%3BAAAA%2CoBAAA%3BAAAA%3BAAID%3BAAAA%3B%3BoBAAA%3BAAAA%3BAAMC%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%2CgCAAA%3BAAAA%3BAAIA%3BAAAA%2CcAAA%3BAAAA%3BAAIA%3BAAAA%3BsBAAA%3BAAAA%3BAAMA%3BAAAA%3BeAAA%3BAAAA%3BAAKD%3BAAAA%3B%3B%3BoBAAA%3BAAAA%3BAAMC%3BAAAA%2CgBAAA%3BAAAA%3BAAEA%3BAAAA%2CcAAA%3BAAAA%3BAAIA%3BAAAA%2CkBAAA%3BAAAA%3BAAID%3BAAAA%3B%3B%3BoBAAA%3BAAAA%3BAAQD%3BAAAA%3B%3BmCAAA%3BAAAA%3BAAMC%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAAUD%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3BaAAA%3BAAAA%3BAAOC%3BAAAA%2CiBAAA%3BAAAA%3BAAID%3BAAAA%3B%3B%3B%3B%3B%3BgCAAA%3BAAAA%3BAAWA%3BAAAA%3B%3B%3B%3B%3B%3BgCAAA%3BAAAA%3BAAYA%3BAAAA%3BaAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3BmCAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3BmCAAA%3BAAAA%3BAAOC%3BAAAA%2CmBAAA%3BAAAA%3BADtlDH%2CkCAAA%3BACgmDC%3BAAAA%3B%3B%3BsBAAA%3BAAAA%3BAAMC%3BAAAA%3BkBAAA%3BAAAA%3BAAIC%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAOF%3BAAAA%3BiBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BsBAAA%3BAAAA%3BADvnDD%2C6BAAA%3BACioDC%3BAAAA%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAAQC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAWC%3BAAAA%2CgBAAA%3BAAAA%3BAAEA%3BAAAA%3B%3BaAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAD5pDH%2CyBAAA%3BACuqDE%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAKC%3BAAAA%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAOA%3BAAAA%3BaAAA%3BAAAA%3BAAMF%3BAAAA%2CuBAAA%3BAAAA%3BAAKC%3BAAAA%2CiBAAA%3BAAAA%3BAD9rDF%2C4BAAA%3BACqsDE%3BAAAA%2CyBAAA%3BAAAA%3BAAIA%3BAAAA%3BoBAAA%3BAAAA%3BAAKA%3BAAAA%3BgCAAA%3BAAAA%3BAD9sDF%2C8BAAA%3BACqtDC%3BAAAA%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3BaAAA%3BAAAA%3BAAMC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%2BBAAA%3BAAAA%3BAASC%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%2CkBAAA%3BAAAA%3BAAIA%3BAAAA%2CkBAAA%3BAAAA%3BADxvDH%2CsBAAA%3BACgwDC%3BAAAA%2CoBAAA%3BAAAA%3BAAGC%3BAAAA%3BwBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAD9wDF%2CwBAAA%3BACuxDC%3BAAAA%3B%3BmCAAA%3BAAAA%3BAAMA%3BAAAA%2CmBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BADlyDD%2C0BAAA%3BACozDE%3BAAAA%3B%3B4BAAA%3BAAAA%3BAAMA%3BAAAA%2CmBAAA%3BAAAA%3BAAKA%3BAAAA%2CoBAAA%3BAAAA%3BAAEA%3BAAAA%2C4BAAA%3BAAAA%3BADj0DF%2CiBAAA%3BAC00DE%3BAAAA%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAQC%3BAAAA%3B%3B%3B%3BWAAA%3BAAAA%3BAAOD%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CcAAA%3BAAAA%3BAD11DF%2CWAAA%3BACm2DG%3BAAAA%3BmBAAA%3BAAAA%3BAAKC%3BAAAA%3BeAAA%3BAAAA%3BADx2DJ%2CoCAAA%3BACi3DC%3BAAAA%3BmBAAA%3BAAAA%3BAAKC%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAASC%3BAAAA%3BcAAA%3BAAAA%3BAAMA%3BAAAA%3BkBAAA%3BAAAA%3BAAKC%3BAAAA%2CkBAAA%3BAAAA%3BAAKD%3BAAAA%3BmBAAA%3BAAAA%3BAAQA%3BAAAA%3BcAAA%3BAAAA%3BAAWD%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAASA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAASC%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAAQD%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAYA%3BAAAA%3BeAAA%3BAAAA%3BAAIC%3BAAAA%3BcAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3ByBAAA%3BAAAA%3BAAMD%3BAAAA%3BeAAA%3BAAAA%3BAAIC%3BAAAA%3BcAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3ByBAAA%3BAAAA%3BAAMD%3BAAAA%3B%3ByBAAA%3BAAAA%3BAAKC%3BAAAA%3BcAAA%3BAAAA%3BAAOA%3BAAAA%3BmBAAA%3BAAAA%3BAAIC%3BAAAA%2CcAAA%3BAAAA%3BAAGD%3BAAAA%3B%3BoBAAA%3BAAAA%3BAAOD%3BAAAA%3BeAAA%3BAAAA%3BAAIC%3BAAAA%3BcAAA%3BAAAA%3BAAOD%3BAAAA%3BqBAAA%3BAAAA%3BAAIC%3BAAAA%3BcAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAMA%3BAAAA%2CmBAAA%3BAAAA%3BAAKA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B2BAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAoBA%3BAAAA%3B%3BeAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B2BAAA%3BAAAA%3BAAOA%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAMC%3BAAAA%3B%3B%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAAWA%3BAAAA%3BqBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAASC%3BAAAA%3B%3BoBAAA%3BAAAA%3BAAOH%3BAAAA%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAQC%3BAAAA%3B%3B%3BoBAAA%3BAAAA%3BADtoEH%2CmBAAA%3BACopEI%3BAAAA%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAkBC%3BAAAA%2CkBAAA%3BAAAA%3BAAYF%3BAAAA%2CmBAAA%3BAAAA%3BAAKD%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAQC%3BAAAA%3BcAAA%3BAAAA%3BAD%2FrEH%2CeAAA%3BACysEG%3BAAAA%2C4BAAA%3BAAAA%3BAAIA%3BAAAA%2CmCAAA%3BAAAA%3BAAIA%3BAAAA%3BiBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3BiBAAA%3BAAAA%3BAAOC%3BAAAA%2CsBAAA%3BAAAA%3BAD7tEJ%2CqBAAA%3BACmuEC%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAKC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAA2BA%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAMA%3BAACC%3BAAAA%3B%3B%3B%3BkDAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3BoDAAA%3BAAAA%3BAAAA%3BADjxEH%2CoCAAA%3BAC4xEC%3BAAAA%2CkBAAA%3BAAAA%3BAACA%3BAAAA%2CkBAAA%3BAAAA%3BAAEA%3BAAAA%2CmBAAA%3BAAAA%3BAAEA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAUC%3BAAAA%3BmBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3BcAAA%3BAAAA%3BAASA%3BAAAA%2CgBAAA%3BAAAA%3BAAEA%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAQD%3BAAAA%2CqBAAA%3BAAAA%3BAAGC%3BAAAA%3B%3B%3B%3ByBAAA%3BAAAA%3BAAKC%3BAAAA%2CqBAAA%3BAAAA%3BAAMF%3BAAAA%3BmBAAA%3BAAAA%3BAAIC%3BAAAA%3BmBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAQC%3BAAAA%2CcAAA%3BAAAA%3BAACA%3BAAAA%2CcAAA%3BAAAA%3BAACA%3BAAAA%2CcAAA%3BAAAA%3BAACA%3BAAAA%2CaAAA%3BAAAA%3BAAIA%3BAAAA%2CWAAA%3BAAAA%3BADz2EH%2CqBAAA%3BACi3EC%3BAAAA%2C%2BBAAA%3BAAAA%3BAAIC%3BAAAA%2C%2BDAAA%3BAAAA%3BAACA%3BAAAA%2C6DAAA%3BAAAA%3BAACA%3BAAAA%2C%2BDAAA%3BAAAA%3BAACA%3BAAAA%2C4DAAA%3BAAAA%3BAAKD%3BAAAA%3B%3B%3B%3BqBAAA%3BAAAA%3BAAYA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BqCAAA%3BAAAA%3BAAeA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BADh%2BED%3B%3B%3BuDAAA%3BAAAA%2CaAAA%3BAAAA%2CaAAA%3BAAAA%2CgBAAA%3BAAAA%2CYAAA%3BAAAA%2CgBAAA%3BAAAA%2CaAAA%3BAAAA%2CWAAA%3BAAAA%2CUAAA%3BAAAA%2CcAAA%3BAAAA%2CWAAA%3BAAAA%2CaAAA%3BAAAA%2CYAAA%3BAAAA%2CeAAA%3BAEoIA%3BAAAA%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAUA%3BAAAA%2CmBAAA%3BAAAA%3BAF9IA%2CmBAAA%3BAEkJA%3BAAAA%2CiBAAA%3BAAAA%3BAFlJA%2C0BAAA%3BAEuJC%3BAAAA%2CiBAAA%3BAAAA%3BAAEA%3BAAAA%3BiBAAA%3BAAAA%3BAFzJD%2CiBAAA%3BAE4JC%3BAAAA%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAF5JD%2CoBAAA%3BAAAA%2CkBAAA%3BAAAA%2CeAAA%3BAAAA%2CqBAAA%3BAEsLA%3BAAAA%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAASA%3BAAAA%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAASC%3BAAAA%3B%3BuBAAA%3BAAAA%3BAACA%3BAAAA%3B%3BwBAAA%3BAAAA%3BAACA%3BAAAA%3B%3BwBAAA%3BAAAA%3BAACA%3BAAAA%3B%3BwBAAA%3BAAAA%3BAACA%3BAAAA%3B%3BwBAAA%3BAAAA%3BAACA%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAEA%3BAAAA%2CkBAAA%3BAAAA%3BAAID%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%3BsBAAA%3BAAAA%3BAAKA%3BAAAA%2C4BAAA%3BAAAA%3BAF5NA%2CiBAAA%3BAEkOA%3BAAAA%2CiBAAA%3BAAAA%3BAAEC%3BAAAA%2C4BAAA%3BAAAA%3BAAIA%3BAAAA%3B4BAAA%3BAAAA%3BAAIC%3BAAAA%2CiBAAA%3BAAAA%3BAAEF%3BAAAA%2CiBAAA%3BAAAA%3BAAIC%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%2CiBAAA%3BAAAA%3BAAID%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%2C4BAAA%3BAAAA%3BAAIA%3BAAAA%2CiBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BwBAAA%3BAAAA%3BAF9QA%2CaAAA%3BAEqRA%3BAAAA%2C4BAAA%3BAAAA%3BAFrRA%2CkBAAA%3BAE8RC%3BAAAA%2CiBAAA%3BAAAA%3BAACA%3BAAAA%2CiBAAA%3BAAAA%3BAACA%3BAAAA%2CiBAAA%3BAAAA%3BAAEA%3BAAAA%2CiBAAA%3BAAAA%3BAFlSD%2CkBAAA%3BAEwSA%3BAAAA%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAAQC%3BAAAA%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAASC%3BAAAA%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAUF%3BAAAA%3B%3B%3B%3B%3B%3B%3BoBAAA%3BAAAA%3BAAUC%3BAAAA%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAQC%3BAAAA%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAWF%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BuBAAA%3BAAAA%3BAFhWA%2C0EAAA%3BAEoXA%3BAAAA%2C4BAAA%3BAAAA%3BAAeA%3BAAAA%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAFnYA%2CuBAAA%3BAE4YA%3BAAAA%2CgBAAA%3BAAAA%3BAAGC%3BAAAA%3B%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAAUC%3BAAAA%3B%3B%3BoBAAA%3BAAAA%3BAFzZF%2CYAAA%3BAEkaA%3BAAAA%3B%3BmCAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAAUA%3BAAAA%2CkBAAA%3BAAAA%3BAAIC%3BAAAA%3BiBAAA%3BAAAA%3BAAKC%3BAAAA%2CgCAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BcAAA%3BAAAA%3BAAiBC%3BAAAA%2CyBAAA%3BAAAA%3BAAIA%3BAAAA%2C4BAAA%3BAAAA%3BAAIH%3BAAAA%3B6BAAA%3BAAAA%3BAAKA%3BAAAA%2CgBAAA%3BAAAA%3BAAOE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAaA%3BAAAA%3B%3B%3B%3BcAAA%3BAAAA%3BAAQF%3BAAAA%3BWAAA%3BAAAA%3BAAKA%3BAAAA%3BwBAAA%3BAAAA%3BAAKC%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%3BkBAAA%3BAAAA%3BAFxgBD%3B%3BIAAA%3BAEihBE%3BAAAA%3B%3B%3BgBAAA%3BAAAA%3BAAOA%3BAAAA%3BmBAAA%3BAAAA%3BAAIC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAAcC%3BAAAA%2CgBAAA%3BAAAA%3BAAED%3BAAAA%2CgBAAA%3BAAAA%3BAAID%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B0BAAA%3BAAAA%3BAAoBC%3BAAAA%3BkBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3BwBAAA%3BAAAA%3BAASA%3BAAAA%3B%3B%3B4BAAA%3BAAAA%3BAAOC%3BAAAA%3B4BAAA%3BAAAA%3BAAKD%3BAAAA%3BqBAAA%3BAAAA%3BAAKC%3BAAAA%3B%3B%3B4BAAA%3BAAAA%3BAAOD%3BAAAA%2C4BAAA%3BAAAA%3BAAIA%3BAAAA%2CsBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAcA%3BAAAA%2CqBAAA%3BAAAA%3BAAEA%3BAAAA%3BeAAA%3BAAAA%3BAAMC%3BAAAA%3BiBAAA%3BAAAA%3BAAaA%3BAAAA%2CcAAA%3BAAAA%3BAFrpBJ%2CwBAAA%3BAE0qBG%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAAeC%3BAAAA%2CgBAAA%3BAAAA%3BAFzrBJ%2CoBAAA%3BAE8rBI%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAF9rBJ%2CsCAAA%3BAE6sBK%3BAAAA%3BaAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BoBAAA%3BAAAA%3BAAKC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAmBC%3BAAAA%3B%3B%3BmCAAA%3BAAAA%3BAAaD%3BAAAA%2CsBAAA%3BAAAA%3BAAKD%3BAAAA%3B%3BcAAA%3BAAAA%3BAF5vBL%2CuCAAA%3BAEmwBE%3BAAAA%2CeAAA%3BAAAA%3BAFnwBF%2CwBAAA%3BAEmxBC%3BAAAA%2CgBAAA%3BAAAA%3BAFnxBD%2CkBAAA%3BAE2xBC%3BAAAA%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAAQC%3BAAAA%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAMA%3BAAAA%2CiBAAA%3BAAAA%3BAACA%3BAAAA%3B6BAAA%3BAAAA%3BAACA%3BAAAA%3BqBAAA%3BAAAA%3BAF3yBF%2CmBAAA%3BAEkzBC%3BAAAA%2CgBAAA%3BAAAA%3BAAIC%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAMC%3BAAAA%2CiBAAA%3BAAAA%3BAACA%3BAAAA%2C6BAAA%3BAAAA%3BAAEA%3BAAAA%2CeAAA%3BAAAA%3BAAIA%3BAAAA%3B4BAAA%3BAAAA%3BAAMA%3BAAAA%3B4BAAA%3BAAAA%3BAAMA%3BAAAA%3B4BAAA%3BAAAA%3BAAMA%3BAAAA%2CqBAAA%3BAAAA%3BAFr1BH%2CmBAAA%3BAE61BC%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAAOC%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%3BsBAAA%3BAAAA%3BAAIC%3BAAAA%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAWA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAFt3BH%2CqBAAA%3BAEs4BE%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3BcAAA%3BAAAA%3BAASC%3BAAAA%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAYH%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BYAAA%3BAAAA%3BAAcA%3BAAAA%3B%3B%3BiBAAA%3BAAAA%3BAAQA%3BAAAA%2CqBAAA%3BAAAA%3BAAKA%3BAAAA%2CqBAAA%3BAAAA%3BAAMG%3BAAAA%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAFh8BH%2CqBAAA%3BAAAA%2CgBAAA%3BAEg9BC%3BAAAA%3B%3BwBAAA%3BAAAA%3BAFh9BD%2CqBAAA%3BAE29BC%3BAAAA%3B%3BsBAAA%3BAAAA%3BAF39BD%2C6BAAA%3BAEk%2BBC%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAFr%2BBD%2CmBAAA%3BAE2%2BBC%3BAAAA%3BmBAAA%3BAAAA%3BAF3%2BBD%2C2BAAA%3BAEi%2FBC%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAFp%2FBD%2CoCAAA%3BAE0%2FBC%3BAAAA%3BmBAAA%3BAAAA%3BAAKC%3BAAAA%2CiBAAA%3BAAAA%3BAAGC%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%2CoBAAA%3BAAAA%3BAAKD%3BAAAA%3B%3BuBAAA%3BAAAA%3BAAMA%3BAAAA%3B4BAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAFthCF%2CwCAAA%3BAAAA%2CmBAAA%3BAEmiCE%3BAAAA%2CcAAA%3BAAAA%3BAACA%3BAAAA%3BaAAA%3BAAAA%3BAACA%3BAAAA%3BaAAA%3BAAAA%3BAACA%3BAAAA%3B%3BqBAAA%3BAAAA%3BAACA%3BAAAA%3BaAAA%3BAAAA%3BAACA%3BAAAA%3BaAAA%3BAAAA%3BAACA%3BAAAA%2CkBAAA%3BAAAA%3BAACA%3BAAAA%2CkBAAA%3BAAAA%3BAF1iCF%2CyBAAA%3BAEgjCG%3BAAAA%3B%3B%3B%3BqBAAA%3BAAAA%3BAACA%3BAAAA%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAEA%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAAMC%3BAAAA%2CsBAAA%3BAAAA%3BAAIA%3BAAAA%2CcAAA%3BAAAA%3BAAID%3BAAAA%2CmBAAA%3BAAAA%3BAASA%3BAAAA%3BkBAAA%3BAAAA%3BAAIC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAAWC%3BAAAA%2CoBAAA%3BAAAA%3BAFhmCL%2CwBAAA%3BAEqmCC%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAFxmCD%2CsBAAA%3BAEgnCC%3BAAAA%3BmBAAA%3BAAAA%3BAFhnCD%2CiBAAA%3BAE0nCE%3BAAAA%3BwBAAA%3BAAAA%3BAAQA%3BAAAA%3BwBAAA%3BAAAA%3BAFloCF%2CyDAAA%3BAE2oCE%3BAAAA%2CqBAAA%3BAAAA%3BAF3oCF%2CyDAAA%3BAE%2BpCE%3BAAAA%2CqBAAA%3BAAAA%3BAF%2FpCF%2CiBAAA%3BAEurCE%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BaAAA%3BAAAA%3BAAWC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAFtsCH%2CcAAA%3BAEytCE%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAYC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAeA%3BAAAA%3BiBAAA%3BAAAA%3BAFxvCH%2CWAAA%3BAEiwCE%3BAAAA%2CqBAAA%3BAAAA%3BAAGC%3BAAAA%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAUA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BaAAA%3BAAAA%3BAAeC%3BAAAA%2CeAAA%3BAAAA%3BAAID%3BAAAA%2CgBAAA%3BAAAA%3BAAEA%3BAAAA%2CaAAA%3BAAAA%3BAAID%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BaAAA%3BAAAA%3BAAWC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAFlzCH%2CmBAAA%3BAEs0CE%3BAAAA%2CqBAAA%3BAAAA%3BAAGC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BaAAA%3BAAAA%3BAAeC%3BAAAA%2CeAAA%3BAAAA%3BAAID%3BAAAA%2CgBAAA%3BAAAA%3BAAEA%3BAAAA%2CaAAA%3BAAAA%3BAAID%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BaAAA%3BAAAA%3BAAWC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAF72CH%2CUAAA%3BAEg4CE%3BAAAA%2CqBAAA%3BAAAA%3BAAGC%3BAAAA%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAUA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BaAAA%3BAAAA%3BAAeC%3BAAAA%2CeAAA%3BAAAA%3BAAID%3BAAAA%2CgBAAA%3BAAAA%3BAAEA%3BAAAA%2CwBAAA%3BAAAA%3BAAID%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BaAAA%3BAAAA%3BAAYC%3BAAAA%3B8BAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAgBD%3BAAAA%2CiCAAA%3BAAAA%3BAAIC%3BAAAA%2C8BAAA%3BAAAA%3BAF38CH%2CkBAAA%3BAEm9CE%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAKC%3BAAAA%2CwBAAA%3BAAAA%3BAAID%3BAAAA%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAASC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B0BAAA%3BAAAA%3BAAYD%3BAAAA%3B8BAAA%3BAAAA%3BAAKA%3BAAAA%3BuEAAA%3BAAAA%3BAAKF%3BAAAA%3BmBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3BiBAAA%3BAAAA%3BAAOC%3BAAAA%3B%3B%3B%3BiDAAA%3BAAAA%3BAASD%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAFhhDA%2CeAAA%3BAEwhDA%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%2CqBAAA%3BAAAA%3BAF5hDA%2CkBAAA%3BAEmiDC%3BAAAA%2CqBAAA%3BAAAA%3BAAGC%3BAAAA%2CyBAAA%3BAAAA%3BAAIA%3BAAAA%2C4BAAA%3BAAAA%3BAAKF%3BAAAA%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAASA%3BAAAA%3B%3B4CAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B4CAAA%3BAAAA%3BAAMA%3BAAAA%2CoBAAA%3BAAAA%3BAAKA%3BAAAA%3BqBAAA%3BAAAA%3BAFzkDA%2CYAAA%3BAE%2BkDA%3BAAAA%2C4BAAA%3BAAAA%3BAAIA%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%2CsBAAA%3BAAAA%3BAAIC%3BAAAA%3B%3B%3B%3BmBAAA%3BAAAA%3BAAQC%3BAAAA%2CgCAAA%3BAAAA%3BAAEA%3BAAAA%2CiBAAA%3BAAAA%3BAACA%3BAAAA%2CiBAAA%3BAAAA%3BAAEA%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAASA%3BAAAA%3B%3B%3B%3BkBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAKC%3BAAAA%2CiBAAA%3BAAAA%3BAAGC%3BAAAA%2CiBAAA%3BAAAA%3BAAIF%3BAAAA%2CoBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAF1oDF%2C8BAAA%3BAEmpDG%3BAAAA%3B%3B%3BwBAAA%3BAAAA%3BAAOC%3BAAAA%2CgDAAA%3BAAAA%3BAAIF%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BkDAAA%3BAAAA%3BAAUC%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%2CiBAAA%3BAAAA%3BAAID%3BAAAA%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAOA%3BAAAA%2CsBAAA%3BAAAA%3BAAIF%3BAAAA%3BcAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3BsBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3BwBAAA%3BAAAA%3BAFxsDA%2CUAAA%3BAE%2BsDA%3BAAAA%3BiDAAA%3BAAAA%3BAAKC%3BAAAA%3B%3B%3B%3BkBAAA%3BAAAA%3BAAOC%3BAAAA%2CiBAAA%3BAAAA%3BAACA%3BAAAA%2C6BAAA%3BAAAA%3BAF5tDF%2CUAAA%3BAEmuDC%3BAAAA%2CsBAAA%3BAAAA%3BAAIA%3BAAAA%2CsBAAA%3BAAAA%3BAFvuDD%2CUAAA%3BAEmvDE%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAASA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAUC%3BAAAA%3B%3B%3ByDAAA%3BAAAA%3BAASA%3BAAAA%3BmBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAqBA%3BAAAA%3B%3BeAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3BgBAAA%3BAAAA%3BAAOA%3BAAAA%2CiBAAA%3BAAAA%3BAAKA%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%2CeAAA%3BAAAA%3BAAIH%3BAAEC%3BAAAA%3B%3B%3BsBAAA%3BAAAA%3BAAOA%3BAAAA%2CuBAAA%3BAAAA%3BAAGC%3BAAAA%3BgBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BWAAA%3BAAAA%3BAAAA%3BAFp2DF%2CmBAAA%3BAE42DI%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAA8BC%3BAAAA%3B%3B4BAAA%3BAAAA%3BAAgBL%3BAAAA%2CmBAAA%3BAAAA%3BAF15DA%2CWAAA%3BAEg6DA%3BAAAA%3B0BAAA%3BAAAA%3BAAKA%3BAAAA%3B4BAAA%3BAAAA%3BAAKA%3BAAAA%3B4BAAA%3BAAAA%3BAAKA%3BAAAA%3B4BAAA%3BAAAA%3BAF%2F6DA%3B%3B%3BuDAAA%3BAAAA%2C2BAAA%3BAAAA%2CgBAAA%3BAAAA%2CiBAAA%3BAAAA%2CsBAAA%3BAG0BA%3BAAEC%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAAKD%3BAAEC%3BAAAA%3B%3B%3B%3B%3B2BAAA%3BAAAA%3BAAAA%3BAAQD%3BAAEC%3BAAAA%3BwBAAA%3BAAAA%3BAAKA%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAAKD%3BAAEC%3BAAAA%3BoBAAA%3BAAAA%3BAAAA%3BAHzDD%2C6BAAA%3BAGgEA%3BAAEC%3BAAAA%2CmCAAA%3BAAAA%3BAAIC%3BAAAA%3B%3B%3B%3B%3B%3B2BAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3BaAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAUD%3BAAAA%3B2DAAA%3BAAAA%3BAAOA%3BAAAA%2CkBAAA%3BAAAA%3BAACA%3BAAAA%2CoBAAA%3BAAAA%3BAAGA%3BAAAA%2CgBAAA%3BAAAA%3BAAeA%3BAAAA%3B%3B%3B%3B2BAAA%3BAAAA%3BAAKC%3BAAAA%3BoCAAA%3BAAAA%3BAAMD%3BAAAA%2C6BAAA%3BAAAA%3BAAEA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAAkBC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BuBAAA%3BAAAA%3BAAaD%3BAAAA%2C0BAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3BiBAAA%3BAAAA%3BAASC%3BAAAA%2CmBAAA%3BAAAA%3BAAEA%3BAAAA%2CsBAAA%3BAAAA%3BAASA%3BAAAA%2CgCAAA%3BAAAA%3BAAIA%3BAAAA%2CgCAAA%3BAAAA%3BAAIA%3BAAAA%2CgCAAA%3BAAAA%3BAAKD%3BAAAA%2CcAAA%3BAAAA%3BAAOC%3BAAAA%2CeAAA%3BAAAA%3BAAIA%3BAAAA%2CeAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3B%3B2BAAA%3BAAAA%3BAAcA%3BAAAA%3B0BAAA%3BAAAA%3BAAIC%3BAAAA%3BmCAAA%3BAAAA%3BAAKD%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAKC%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CgBAAA%3BAAAA%3BAACA%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%3ByCAAA%3BAAAA%3BAAGD%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAQC%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CgBAAA%3BAAAA%3BAACA%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CgBAAA%3BAAAA%3BAAEA%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CgBAAA%3BAAAA%3BAACA%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CgBAAA%3BAAAA%3BAAEA%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CgBAAA%3BAAAA%3BAACA%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CgBAAA%3BAAAA%3BAAEA%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CgBAAA%3BAAAA%3BAACA%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CgBAAA%3BAAAA%3BAAGF%3BAAAA%3BqBAAA%3BAAAA%3BAAKC%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CgBAAA%3BAAAA%3BAACA%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CgBAAA%3BAAAA%3BAAED%3BAAAA%3BiBAAA%3BAAAA%3BAAKA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAMD%3BAAEC%3BAAAA%3B8BAAA%3BAAAA%3BAAKA%3BAAAA%2CqCAAA%3BAAAA%3BAAIA%3BAAAA%2CkBAAA%3BAAAA%3BAAIA%3BAAAA%2C2BAAA%3BAAAA%3BAAIA%3BAAAA%2C2BAAA%3BAAAA%3BAAIA%3BAAAA%3BsCAAA%3BAAAA%3BAAKA%3BAAAA%2C2BAAA%3BAAAA%3BAAIA%3BAAAA%2C2BAAA%3BAAAA%3BAAIA%3BAAAA%3BsCAAA%3BAAAA%3BAAAA%3BAAOD%3BAAEC%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3B4BAAA%3BAAAA%3BAAQA%3BAAAA%2CkBAAA%3BAAAA%3BAAIA%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAH3WD%2CmBAAA%3BAGkXA%3BAAOC%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAAMC%3BAAAA%3B%3B%3B%3B8BAAA%3BAAAA%3BAAQD%3BAAAA%2CcAAA%3BAAAA%3BAAIA%3BAAAA%3B4BAAA%3BAAAA%3BAAOE%3BAAAA%3B%3B%3BwBAAA%3BAAAA%3BAAOA%3BAAAA%2CoBAAA%3BAAAA%3BAAKD%3BAAAA%3B2BAAA%3BAAAA%3BAASA%3BAAAA%2CoBAAA%3BAAAA%3BAAGC%3BAAAA%2CwBAAA%3BAAAA%3BAAIA%3BAAAA%2CqBAAA%3BAAAA%3BAAIF%3BAAAA%3BuBAAA%3BAAAA%3BAAKA%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%2CeAAA%3BAAAA%3BAAMC%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3B%3B%3B%3B6CAAA%3BAAAA%3BAAaA%3BAAAA%3B%3B%3BgBAAA%3BAAAA%3BAAaD%3BAAAA%3BsBAAA%3BAAAA%3BAAIC%3BAAAA%2CsBAAA%3BAAAA%3BAACA%3BAAAA%2CgBAAA%3BAAAA%3BAACA%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CgBAAA%3BAAAA%3BAAGD%3BAAAA%3BqBAAA%3BAAAA%3BAAIC%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CgBAAA%3BAAAA%3BAACA%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CgBAAA%3BAAAA%3BAAMC%3BAAAA%2CkBAAA%3BAAAA%3BAAGD%3BAAAA%3B%3B%3BwBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3BqBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAAOA%3BAAAA%3BeAAA%3BAAAA%3BAAMD%3BAAAA%3BqBAAA%3BAAAA%3BAAKC%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CgBAAA%3BAAAA%3BAACA%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CgBAAA%3BAAAA%3BAAOA%3BAAAA%2CuBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BoBAAA%3BAAAA%3BAAgBA%3BAAAA%3BqBAAA%3BAAAA%3BAAEA%3BAAAA%2CuBAAA%3BAAAA%3BAAEA%3BAAAA%2CaAAA%3BAAAA%3BAAMA%3BAAAA%2CkBAAA%3BAAAA%3BAAEA%3BAAAA%3B%3B%3B%3BuBAAA%3BAAAA%3BAAQC%3BAAAA%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAASC%3BAAAA%2CqBAAA%3BAAAA%3BAAID%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAKC%3BAAAA%3BeAAA%3BAAAA%3BAAKA%3BAAAA%3BgBAAA%3BAAAA%3BAAKA%3BAAAA%2CeAAA%3BAAAA%3BAAMA%3BAAAA%3BsBAAA%3BAAAA%3BAAMD%3BAAAA%3B%3B%3B%3B%3B%3BkCAAA%3BAAAA%3BAASC%3BAAAA%3B%3B%3B%3BoBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3BsBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3BoBAAA%3BAAAA%3BAAQD%3BAAAA%3B%3B%3B%3B%3B%3B%3BkCAAA%3BAAAA%3BAAaA%3BAAAA%2CkBAAA%3BAAAA%3BAAKA%3BAAAA%2CmBAAA%3BAAAA%3BAAKC%3BAAAA%3B%3B%3B%3B%3BoBAAA%3BAAAA%3BAAUA%3BAAAA%3B%3B%3B%3BoBAAA%3BAAAA%3BAAWF%3BAAAA%2CeAAA%3BAAAA%3BAASA%3BAAAA%2CeAAA%3BAAAA%3BAAID%3BAAAA%2CeAAA%3BAAAA%3BAACC%3BAAAA%2CeAAA%3BAAAA%3BAAAA%3BAAKF%3BAAEI%3BAAAA%2CkBAAA%3BAAAA%3BAAIH%3BAAAA%3B%3B%3B%3B%3B%3B2BAAA%3BAAAA%3BAAQA%3BAAAA%3B%3BuBAAA%3BAAAA%3BAAMA%3BAAAA%2C%2BBAAA%3BAAAA%3BAAIA%3BAAAA%3B0BAAA%3BAAAA%3BAAKA%3BAAAA%2CoCAAA%3BAAAA%3BAAIA%3BAAAA%2CoCAAA%3BAAAA%3BAAIA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAH5vBD%2CYAAA%3BAGmwBA%3BAAEC%3BAAAA%2CmCAAA%3BAAAA%3BAAIC%3BAAAA%3B%3B%3BaAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAWD%3BAAAA%3B%3BiCAAA%3BAAAA%3BAAKC%3BAAAA%2CaAAA%3BAAAA%3BAAKD%3BAAAA%2CgBAAA%3BAAAA%3BAAIA%3BAAAA%2CgBAAA%3BAAAA%3BAAIA%3BAAAA%2CiBAAA%3BAAAA%3BAAIC%3BAAAA%3B%3BoBAAA%3BAAAA%3BAAMA%3BAAAA%2CiBAAA%3BAAAA%3BAAID%3BAAAA%2CsBAAA%3BAAAA%3BAAIA%3BAAAA%3BsBAAA%3BAAAA%3BAAKC%3BAAAA%2CsBAAA%3BAAAA%3BAAID%3BAAAA%2CsBAAA%3BAAAA%3BAAIA%3BAAAA%2C8BAAA%3BAAAA%3BAAMC%3BAAAA%3BwBAAA%3BAAAA%3BAAKD%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B2BAAA%3BAAAA%3BAAIC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B2BAAA%3BAAAA%3BAAYD%3BAAAA%3BsBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3ByBAAA%3BAAAA%3BAACA%3BAAAA%3B%3ByBAAA%3BAAAA%3BAACA%3BAAAA%3BsBAAA%3BAAAA%3BAACA%3BAAAA%3BsBAAA%3BAAAA%3BAACA%3BAAAA%3BsBAAA%3BAAAA%3BAACA%3BAAAA%3BsBAAA%3BAAAA%3BAAEA%3BAAAA%3BsBAAA%3BAAAA%3BAACA%3BAAAA%3B%3B%3ByBAAA%3BAAAA%3BAAKA%2CkBAAA%3BAAGC%3BAAAA%2C8BAAA%3BAAAA%3BAAMD%3BAAAA%3B%3ByBAAA%3BAAAA%3BAASC%3BAAAA%3B%3BiCAAA%3BAAAA%3BAAMA%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%3BuBAAA%3BAAAA%3BAAMA%3BAAAA%3B%2BBAAA%3BAAAA%3BAAKA%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%3BwCAAA%3BAAAA%3BAAMA%3BAAAA%3B4BAAA%3BAAAA%3BAAKA%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%3B0BAAA%3BAAAA%3BAAMA%3BAAAA%3BmCAAA%3BAAAA%3BAAMA%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%3BqBAAA%3BAAAA%3BAAMC%3BAAAA%3ByBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B6DAAA%3BAAAA%3BAASA%3BAAAA%3B6DAAA%3BAAAA%3BAAoBA%3BAAAA%2CsBAAA%3BAAAA%3BAAoBF%3BAAAA%3ByBAAA%3BAAAA%3BAAIC%3BAAAA%3BkBAAA%3BAAAA%3BAAKD%3BAAAA%3BcAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3BeAAA%3BAAAA%3BAAQA%3BAAAA%3BqBAAA%3BAAAA%3BAAMA%3BAAAA%3BqBAAA%3BAAAA%3BAAKC%3BAAAA%2CqBAAA%3BAAAA%3BAAGD%3BAAAA%3BqBAAA%3BAAAA%3BAAIC%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CgBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B2BAAA%3BAAAA%3BAAaA%3BAAAA%3BwBAAA%3BAAAA%3BAAKA%3BAAAA%3BwBAAA%3BAAAA%3BAAKA%3BAAAA%3BqBAAA%3BAAAA%3BAAKA%3BAAAA%3BqBAAA%3BAAAA%3BAAOA%3BAAAA%3BwBAAA%3BAAAA%3BAASA%3BAAAA%2CgBAAA%3BAAAA%3BAAGD%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAMA%3BAAAA%2CwBAAA%3BAAAA%3BAAIA%3BAAAA%3BmCAAA%3BAAAA%3BAAKA%3BAAAA%2CkBAAA%3BAAAA%3BAAIA%3BAAAA%2CwBAAA%3BAAAA%3BAAIA%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%3ByBAAA%3BAAAA%3BAAKA%3BAAAA%2C%2BBAAA%3BAAAA%3BAAAA%22%7D */