@charset "UTF-8";
:root {
  --col-gutter: 10px;
}
@media screen and (min-width: 960px) {
  :root {
    --col-gutter: 20px;
  }
}
.reset-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block;
}
audio, canvas, video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden], template {
  display: none;
}
html {
  background: #fff;
  color: #465753;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html, button, input, select, textarea {
  font-family: sans-serif;
}
body {
  margin: 0;
}
a {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b, strong {
  font-weight: bold;
  font-family: 'Roboto Bold';
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: "“" "”" "‘" "’";
}
q:before, q:after {
  content: '';
  content: none;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  max-width: 100%;
  border: 0;
  height: auto;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
}
button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}
button, input {
  line-height: normal;
}
button, select {
  text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled], input[disabled] {
  cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
@font-face {
  font-family: 'Roboto Regular';
  src: url("../../fonts/roboto/Roboto-Regular.eot");
  src: url("../../fonts/roboto/Roboto-Regular.eot?#iefix") format('embedded-opentype'), url("../../fonts/roboto/Roboto-Regular.woff2") format('woff2'), url("../../fonts/roboto/Roboto-Regular.woff") format('woff'), url("../../fonts/roboto/Roboto-Regular.ttf") format('truetype'), url("../../fonts/roboto/Roboto-Regular.svg#Roboto-Regular") format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Bold';
  src: url("../../fonts/roboto/Roboto-Bold.eot");
  src: url("../../fonts/roboto/Roboto-Bold.eot?#iefix") format('embedded-opentype'), url("../../fonts/roboto/Roboto-Bold.woff2") format('woff2'), url("../../fonts/roboto/Roboto-Bold.woff") format('woff'), url("../../fonts/roboto/Roboto-Bold.ttf") format('truetype'), url("../../fonts/roboto/Roboto-Bold.svg#Roboto-Bold") format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Medium';
  src: url("../../fonts/roboto/Roboto-Medium.eot");
  src: url("../../fonts/roboto/Roboto-Medium.eot?#iefix") format('embedded-opentype'), url("../../fonts/roboto/Roboto-Medium.woff2") format('woff2'), url("../../fonts/roboto/Roboto-Medium.woff") format('woff'), url("../../fonts/roboto/Roboto-Medium.ttf") format('truetype'), url("../../fonts/roboto/Roboto-Medium.svg#Roboto-Medium") format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Black';
  src: url("../../fonts/roboto/Roboto-Black.eot");
  src: url("../../fonts/roboto/Roboto-Black.eot?#iefix") format('embedded-opentype'), url("../../fonts/roboto/Roboto-Black.woff2") format('woff2'), url("../../fonts/roboto/Roboto-Black.woff") format('woff'), url("../../fonts/roboto/Roboto-Black.ttf") format('truetype'), url("../../fonts/roboto/Roboto-Black.svg#Roboto-Black") format('svg');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  font-family: 'Roboto Bold';
  margin-top: 0;
  line-height: 1.3em;
}
h1, .h1 {
  font-size: 1.5em;
  margin-top: 0;
}
@media (min-width: 768px) {
  h1, .h1 {
    font-size: 2.2em;
  }
}
h2, .h2 {
  font-size: 1.45em;
  margin-top: 0;
}
@media (min-width: 768px) {
  h2, .h2 {
    font-size: 1.6em;
  }
}
h3, .h3 {
  font-size: 1.25em;
  margin-top: 0.7em;
  margin-bottom: 0.3em;
}
@media (min-width: 768px) {
  h3, .h3 {
    font-size: 1.35em;
  }
}
h4, .h4 {
  font-size: 1.15em;
  margin-top: 0.7em;
  margin-bottom: 0.3em;
}
@media (min-width: 768px) {
  h4, .h4 {
    font-size: 1.15em;
  }
}
@media (min-width: 960px) {
  .hide-for-large-up {
    display: none !important;
  }
}
@media (max-width: 959px) {
  .show-for-large-up {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .hide-for-md-up {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .show-for-md-up {
    display: none !important;
  }
}
@media (min-width: 640px) {
  .hide-for-mobile-up {
    display: none !important;
  }
}
@media (max-width: 639px) {
  .hide-for-mobile {
    display: none !important;
  }
}
.sr-only, .screen-reader-text {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  font-size: 0;
  padding: 0;
  border: 0;
}
.aligncenter {
  text-align: center;
}
.clearall {
  clear: both !important;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: 'Roboto Regular';
  font-size: 18px;
  line-height: 1.7;
  color: #1e1e1c;
}
a {
  color: #0d8484;
  text-decoration: none;
  transition-duration: 0.3s;
}
a:hover {
  color: #3aaa36;
}
p {
  margin: 0 0 1em;
}
p:last-child {
  margin-bottom: 0;
}
.edit-link {
  position: fixed;
  right: 0;
  bottom: 0;
  margin: 20px;
}
hr, .hr {
  color: #d8d9da;
  margin: 30px 0;
}
@media (min-width: 960px) {
  hr, .hr {
    margin: 40px 0;
  }
}
.badge, .tags-links a {
  display: inline-block;
  background: #3aaa36;
  padding: 4px 15px 2px;
  text-transform: capitalize;
  border-radius: 20px;
  color: #fff;
  border-bottom: solid 2px #2d832a;
  font-size: 14px;
  line-height: normal;
}
a.badge:hover, .tags-links a:hover {
  background-color: #2d832a;
  color: #fff;
}
.social-links .link-item {
  display: inline-block;
  margin-right: 10px;
}
.social-links .link-item:last-child {
  margin-right: 0;
}
.social-links a i {
  font-size: 25px;
}
.social-links a i + span {
  display: none;
}
/**
* add loading ajax effect
*/
.loading {
  position: relative;
}
.loading:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 777;
  cursor: progress;
  background: #fff;
  opacity: 0.5;
}
.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1219px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.page-wrapper {
  min-height: 100vh;
}
.page-wrapper .site-main {
  margin-bottom: 50px;
}
@media (min-width: 960px) {
  .page-wrapper {
    display: flex;
    flex-direction: column;
  }
  .page-wrapper .site-main {
    flex: 1 auto;
    width: 100%;
    margin-bottom: 70px;
  }
}
.header-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 5px;
}
.header-container .logo-wrapper {
  width: 40%;
  order: -1;
}
@media (min-width: 960px) {
  .header-container {
    padding-top: 20px;
    padding-bottom: 20px;
    justify-content: flex-end;
    border-bottom: 0;
  }
}
@media (min-width: 640px) {
  .header-container {
    flex-wrap: nowrap;
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .header-container {
    border-bottom: solid 1px #d8d9da;
  }
  .header-container .logo-wrapper {
    order: 10;
  }
}
@media (max-width: 959px) {
  .header-container .logo-wrapper {
    width: 200px;
  }
}
.header-container .header-account {
  display: none;
}
@media (min-width: 960px) {
  .header-container .header-account {
    display: block;
    position: relative;
  }
  .header-container .header-account > a {
    display: block;
    width: 30px;
    height: 28px;
    font-size: 0;
    background-image: url("../../images/account-icon.png");
    background-repeat: no-repeat;
  }
  .header-container .header-account > a:hover {
    opacity: 0.7;
  }
  .header-container .header-account .account-links {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 100px;
    text-align: right;
    border: solid 1px #d8d9da;
    padding: 15px;
    border-radius: 5px;
    background-color: #fff;
    z-index: 10;
  }
  .header-container .header-account:hover .account-links {
    display: block;
  }
}
/**
* Breadcrumbs
*/
.site-breadcrumbs {
  font-family: 'Roboto Medium';
  text-transform: uppercase;
  font-size: 12px;
  color: #868686;
  padding-top: 15px;
  padding-bottom: 15px;
}
/**
* Page Header
*/
.entry-header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
.entry-header.has-border {
  border-bottom: solid 2px #d8d9da;
  padding-bottom: 20px;
}
.entry-header .entry-title {
  line-height: normal;
}
.entry-header .title {
  margin: 0;
  color: #465753;
}
.entry-header .subtitle {
  padding-top: 4px;
  color: #868686;
  white-space: nowrap;
}
.entry-header .description {
  margin-top: 1em;
}
.entry-header .entry-actions {
  width: 40%;
  text-align: right;
  max-width: 165px;
}
.entry-header .entry-actions .btn {
  width: 100%;
  min-width: auto;
}
@media (min-width: 768px) {
  .entry-header {
    margin-bottom: 30px;
  }
  .entry-header.has-border {
    padding-bottom: 35px;
  }
  .entry-header .entry-title {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .entry-header .subtitle {
    font-size: 25px;
  }
  .entry-header .subtitle:before {
    content: "-";
    display: inline-block;
    margin: 0 10px;
  }
}
/**
* Columns content
*/
@media (min-width: 960px) {
  .columns {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .columns .col-main, .columns .col-secondary {
    order: -1;
    background-color: #fff;
  }
  .columns .col-main {
    width: 66%;
    max-width: 790px;
  }
  .columns .col-secondary {
    width: 31%;
    margin-left: 3%;
  }
}
/**
* Sidebar
*/
.page-sidebar {
  display: flex;
  flex-direction: column;
}
.page-sidebar .widget_block img {
  display: block;
}
@media (min-width: 960px) {
  .page-sidebar .widget_block img {
    width: 100%;
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .page-sidebar {
    margin-top: 50px;
  }
  .page-sidebar .widget_block {
    display: flex;
    flex-wrap: wrap;
  }
  .page-sidebar .widget_block img {
    height: 300px;
    width: auto;
    margin-left: 2%;
  }
  .page-sidebar .widget_block > a:first-child > img {
    margin-left: 0;
  }
}
/**
* Page Bottom
*/
#page-bottom-wrapper {
  margin-bottom: 50px;
}
@media (min-width: 960px) {
  #page-bottom-wrapper {
    margin-bottom: 100px;
  }
}
/**
* Site Footer
*/
.site-footer {
  background-color: #000;
  color: #fff;
  font-size: 14px;
}
.site-footer a {
  color: #fff;
}
.site-footer a:hover {
  color: #3aaa36;
}
.site-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer .footer-columns {
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
}
.site-footer .footer-columns .insta-feed .feed-block {
  margin: 0 -10px;
}
.site-footer .footer-columns .insta-feed #sb_instagram #sbi_load {
  display: none;
}
@media (min-width: 960px) {
  .site-footer .footer-columns {
    justify-content: space-between;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .site-footer .footer-columns .footer-col {
    width: 23%;
  }
}
@media (max-width: 959px) {
  .site-footer .footer-columns {
    flex-direction: column;
  }
  .site-footer .footer-columns .footer-col.insta-feed {
    order: -1;
    margin-bottom: 20px;
  }
  .site-footer .footer-columns .footer-col.insta-feed .social-links {
    text-align: center;
    margin-bottom: 25px;
  }
  .site-footer .footer-columns .footer-col.insta-feed .social-links a i {
    font-size: 40px;
  }
  .site-footer .footer-columns .footer-col.insta-feed .col-title {
    display: none;
  }
  .site-footer .footer-columns .footer-col.insta-feed #sb_instagram {
    display: flex;
    flex-direction: column;
  }
  .site-footer .footer-columns .footer-col.insta-feed #sb_instagram #sbi_load {
    order: -1;
  }
  .site-footer .footer-columns .footer-col:nth-child(3) .menu > .menu-item:last-child > a {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }
}
.site-footer .menu {
  margin-bottom: 40px;
}
.site-footer .menu:last-child {
  margin-bottom: 0;
}
.site-footer .menu .menu-item {
  margin-bottom: 10px;
}
.site-footer .menu .menu-item.menu-item-has-children {
  margin-bottom: 0;
}
.site-footer .menu .menu-item:last-child {
  margin-bottom: 0;
}
@media (min-width: 960px) {
  .site-footer .menu .menu-item.menu-item-has-children {
    margin-bottom: 37px;
  }
}
@media (max-width: 959px) {
  .site-footer .menu .menu-item.menu-item-has-children .sub-menu {
    display: none;
    padding-bottom: 20px;
  }
  .site-footer .menu .menu-item.menu-item-has-children > a:after {
    content: "+";
    float: right;
    font-size: 24px;
  }
  .site-footer .menu .menu-item.menu-item-has-children > a.active:after {
    content: "-";
  }
  .site-footer .menu .menu-item.menu-item-has-children > a.active + .sub-menu {
    display: block;
  }
}
.site-footer .menu > .menu-item > a {
  display: block;
  font-family: 'Roboto Bold';
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: solid 1px #868686;
  font-size: 18px;
  line-height: 1em;
}
.site-footer .footer-socials {
  margin-bottom: 30px;
}
.site-footer .col-title {
  display: block;
  font-family: 'Roboto Bold';
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: solid 1px #868686;
  font-size: 18px;
  line-height: 1em;
}
.site-footer .site-info {
  border-top: solid 1px #868686;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}
.site-footer .site-info .links {
  margin-bottom: 10px;
}
.site-footer .site-info .sep {
  display: inline-block;
  margin: 0 5px;
}
.footer-logo {
  padding-top: 30px;
}
.footer-logo img {
  display: block;
  margin: auto;
}
/**
* 404 Error - Not Found
*/
.error404 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .error404 .error-suggestion {
    font-size: 30px;
  }
}
/**
* Loader
*/
.loader-wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  /* Safari */
}
.loader-wrapper:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  border: 10px solid #f1f1f1;
  border-radius: 50%;
  border-top: 10px solid #465753;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.site-navigation {
  background-color: #000;
}
.site-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-navigation .menu {
  display: flex;
}
.site-navigation .menu-item {
  position: relative;
}
.site-navigation .menu-item a {
  display: block;
  position: relative;
  padding: 14px;
  font-family: 'Roboto Bold';
  font-size: 20px;
  color: #fff;
}
.active .site-navigation .menu-item a, .current-menu-item > .site-navigation .menu-item a, .site-navigation .menu-item a:hover {
  background-color: #212121;
}
.site-navigation .sub-menu {
  display: none;
  position: static;
}
.site-navigation .menu-item-has-children > a:after {
  content: "";
  display: inline-block;
  float: right;
  width: 14px;
  height: 10px;
  margin-left: 10px;
  margin-top: 14px;
  background-image: url("../../images/arrow-down-white.png");
  background-repeat: no-repeat;
}
.site-navigation.main-navigation {
  display: none;
}
.site-navigation.main-navigation .sub-menu a {
  padding: 10px 14px;
  border-top: solid 1px #282828;
  font-size: 16px;
}
.site-navigation.mobile-navigation {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 300px;
  z-index: 999;
  transform: translateX(-300px);
  transition: all 0.35s ease;
}
.site-navigation.mobile-navigation.active {
  transform: translateX(0);
}
.site-navigation.mobile-navigation.active ~ .page-wrapper:before {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: rgba(0, 0, 0, 0.2);
  z-index: 998;
}
.site-navigation.mobile-navigation .menu {
  flex-direction: column;
}
.site-navigation.mobile-navigation .menu .menu-item {
  border-top: solid 1px #282828;
}
.site-navigation.mobile-navigation .menu .menu-item:last-child {
  border-bottom: solid 1px #282828;
}
.site-navigation.mobile-navigation .menu .menu-item.menu-item-has-children.active > .sub-menu {
  display: block;
}
.site-navigation.mobile-navigation .title, .site-navigation.mobile-navigation .nav-toggle {
  color: #0d8484;
}
.site-navigation.mobile-navigation .title {
  display: block;
  padding: 14px;
  font-family: 'Roboto Bold';
  font-size: 20px;
  text-transform: uppercase;
}
.site-navigation.mobile-navigation .nav-toggle {
  position: absolute;
  right: 13px;
  top: 13px;
  display: block;
}
@media (min-width: 960px) {
  .site-navigation .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
    background-color: #000;
    width: 300px;
  }
  .site-navigation .menu-item-has-children .menu-item-has-children a:after, .site-navigation.mobile-navigation .menu-item-has-children a:after {
    transform: rotate(-90deg);
    margin-top: 12px;
  }
  .site-navigation .menu-item-has-children .menu-item-has-children .sub-menu, .site-navigation.mobile-navigation .menu-item-has-children .sub-menu {
    left: 100%;
    top: -1px;
  }
  .site-navigation .menu-item-has-children:hover > .sub-menu {
    display: block;
  }
  .site-navigation.main-navigation {
    display: block;
  }
  .site-navigation.main-navigation .navigation-container {
    display: flex;
    align-items: center;
    position: relative;
  }
  .site-navigation.main-navigation .nav-toggle {
    color: #fff;
    margin-right: 15px;
  }
  .site-navigation.main-navigation .menu-item.wide-menu {
    position: static;
  }
  .site-navigation.main-navigation .menu-item.wide-menu > .sub-menu {
    position: absolute;
    min-width: 100%;
  }
  .site-navigation.main-navigation .menu-item.wide-menu > .sub-menu > .menu-item {
    display: none !important;
  }
  .site-navigation.main-navigation .menu-item.wide-menu > .sub-menu a {
    border-top: 0;
    font-family: 'Roboto Regular';
  }
  .site-navigation.main-navigation .menu-item.wide-menu > .sub-menu a:hover, .site-navigation.main-navigation .menu-item.wide-menu > .sub-menu a.active {
    font-family: 'Roboto Bold';
    opacity: 1;
    background: none;
  }
  .site-navigation.main-navigation .menu-item.wide-menu > .sub-menu .wide-menu-container {
    display: flex;
    border-top: solid 1px #282828;
  }
  .site-navigation.main-navigation .menu-item.wide-menu > .sub-menu .nav-column {
    width: 20%;
    padding: 20px 30px;
  }
  .site-navigation.main-navigation .menu-item.wide-menu > .sub-menu .nav-column a {
    border-bottom: solid 1px #282828;
    padding-left: 30px;
  }
  .site-navigation.main-navigation .menu-item.wide-menu > .sub-menu .nav-column a:last-child {
    border-bottom: 0;
  }
  .site-navigation.main-navigation .menu-item.wide-menu > .sub-menu .content-column {
    width: 80%;
    padding: 20px;
    background: #151515;
    position: relative;
  }
  .site-navigation.main-navigation .menu-item.wide-menu > .sub-menu .sub-menu {
    background: none;
    position: static;
  }
  .site-navigation.main-navigation .menu-item.wide-menu > .sub-menu .sub-menu.active {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .site-navigation.main-navigation .menu-item.wide-menu > .sub-menu .sub-menu.active li {
    width: 25%;
  }
  .site-navigation.main-navigation .menu-item.wide-menu > .sub-menu .sub-menu.active .view-all-item {
    width: 100%;
  }
  .site-navigation.main-navigation .menu-item.wide-menu > .sub-menu .sub-menu.active .view-all-item a {
    font-family: 'Roboto Bold';
    text-transform: uppercase;
    width: 25%;
    display: inline-block;
    text-align: left;
  }
  .site-navigation.main-navigation .menu-item.wide-menu > .sub-menu .sub-menu.active .view-all-item a:hover {
    opacity: 0.7;
  }
}
@media (max-width: 959px) {
  .site-navigation .menu-item-has-children.active > a:after {
    transform: rotate(180deg);
    margin-top: 4px;
  }
  .site-navigation .sub-menu a {
    padding: 5px 14px 5px 30px;
    font-size: 16px;
    font-family: 'Roboto Regular';
    background: #0d0d0d;
  }
  .site-navigation .sub-menu .sub-menu a {
    padding-left: 50px;
  }
}
.admin-bar .mobile-navigation {
  top: 32px;
}
.nav-toggle {
  display: block;
  width: 29px;
  height: 24px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  order: -1;
}
.nav-toggle span {
  display: block;
  border: solid 2px;
  position: absolute;
  left: 0;
  right: 0;
  transition: all 0.35s ease;
  pointer-events: none;
}
.nav-toggle span:first-child {
  top: 0;
}
.nav-toggle span:nth-child(2) {
  top: 10px;
}
.nav-toggle span:last-child {
  bottom: 0;
}
.nav-toggle.active, .active .nav-toggle {
  color: #0d8484;
}
.nav-toggle.active span:first-child, .active .nav-toggle span:first-child {
  transform: rotate(45deg);
  top: 9px;
}
.nav-toggle.active span:nth-child(2), .active .nav-toggle span:nth-child(2) {
  opacity: 0;
}
.nav-toggle.active span:last-child, .active .nav-toggle span:last-child {
  transform: rotate(-45deg);
  bottom: 11px;
}
.page-header .nav-toggle {
  order: -1;
}
input, select, textarea {
  padding: 12px 18px;
  border: solid 1px #d8d9da;
  border-radius: 3px;
  color: #465753;
  outline: none;
  max-width: 100%;
}
input::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #868686;
}
input:-moz-placeholder, select:-moz-placeholder, textarea:-moz-placeholder {
  color: #868686;
}
input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #868686;
}
input:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #868686;
}
/**
* Fieldset
*/
.fieldset .field {
  margin-bottom: 20px;
}
.fieldset .control label {
  display: block;
}
.fieldset .control input, .fieldset .control select, .fieldset .control textarea {
  width: 100%;
}
/**
* Custom select
*/
select {
  background: linear-gradient(0deg, #c5c5c5 0%, white 100%);
}
.selectric-wrapper {
  color: #465753;
  font-family: 'Roboto Medium';
}
.selectric-wrapper .selectric {
  background: linear-gradient(0deg, #c5c5c5 0%, white 100%);
  border-radius: 3px;
}
.selectric-wrapper .button {
  background-color: transparent;
  width: 30px;
}
.selectric-wrapper .button:after {
  border: 0;
  height: 100%;
  width: 100%;
  background-image: url("../../images/icons/icon-arrow-down.png");
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center;
}
.selectric-wrapper .label {
  font-size: 1rem;
  min-width: 100px;
}
.selectric-wrapper .selectric-items {
  border-radius: 3px;
}
.selectric-wrapper.selectric-open .selectric {
  background: #fff;
}
/**
* Buttons
*/
.btn, button {
  background-color: #0d8484;
  color: #fff;
  font-size: 16px;
  padding: 14px 30px 12px;
  min-width: 165px;
  text-align: center;
  border-radius: 30px;
  border-bottom: solid 3px #0f4a4a;
  border-top: 0;
  transition-duration: 0.3s;
  font-family: 'Roboto Bold';
  border-left: 0;
  border-right: 0;
  box-shadow: inset 0 4px 3px rgba(181, 207, 207, 0.28);
}
.btn:hover, .btn:focus, button:hover, button:focus {
  color: #fff;
  background-color: #0b6d6d;
}
.btn[disabled], button[disabled] {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.7;
}
@media (max-width: 639px) {
  .btn.mobile-wide, button.mobile-wide {
    width: 100%;
  }
}
a.btn {
  display: inline-block;
  line-height: 1.2em;
}
.wp-block-image figcaption {
  text-align: center;
  font-style: italic;
  font-size: 0.9rem;
  color: #516560;
}
.entry-content .wp-block-image.size-full img {
  width: 100%;
}
@media (max-width: 479px) {
  .wp-block-image .alignright {
    float: none;
  }
}
.wp-block-cover {
  margin-bottom: 25px;
}
.section, section {
  margin-top: 30px;
  margin-bottom: 40px;
}
.widget {
  margin-bottom: 30px;
}
.widget h2, .widget h3 {
  color: #465753;
}
.widget:empty {
  display: none;
}
.widget p:empty {
  display: none;
}
.widget:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .widget {
    margin-bottom: 50px;
  }
}
.ad-banner {
  margin-bottom: 30px;
}
.ad-banner img {
  display: block;
}
.widget .ad-banner {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .ad-banner {
    margin-bottom: 50px;
  }
  .widget .ad-banner {
    margin-bottom: 40px;
  }
}
.wp-block-buttons .wp-block-button__link {
  background-color: #0d8484;
  color: #fff;
  font-size: 16px;
  padding: 14px 30px 12px;
  min-width: 165px;
  text-align: center;
  border-radius: 30px;
  border-bottom: solid 3px #0f4a4a;
  border-top: 0;
  transition-duration: 0.3s;
  font-family: 'Roboto Bold';
  border-left: 0;
  border-right: 0;
  box-shadow: inset 0 4px 3px rgba(181, 207, 207, 0.28);
}
.wp-block-buttons .wp-block-button__link:hover, .wp-block-buttons .wp-block-button__link:focus {
  color: #fff;
  background-color: #0b6d6d;
}
.wp-block-buttons .wp-block-button__link[disabled] {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.7;
}
@media (max-width: 639px) {
  .wp-block-buttons .wp-block-button__link.mobile-wide {
    width: 100%;
  }
}
.wp-block-media-text {
  margin-bottom: 30px;
}
@media (min-width: 960px) {
  .wp-block-media-text {
    margin-bottom: 50px;
  }
}
.wp-block-media-text .wp-block-media-text__content {
  padding: 0 0 0 3%;
}
.wp-block-media-text .wp-block-media-text__content p {
  line-height: 1.5em;
}
.wp-block-media-text .wp-block-media-text__content p:not(:last-child) {
  margin-bottom: 2em;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  padding: 0 3% 0 0;
}
.wp-block-media-text.has-media-on-the-left .wp-block-media-text__content {
  padding: 0 0 0 3%;
}
@media (max-width: 600px) {
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media img, .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media video {
    width: auto;
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    padding: 0 !important;
  }
}
/**
* Latest Blog / Top Reviews
*/
.top-reviews {
  border: solid 7px #dbe1e4;
  padding: 0 10px;
}
.top-reviews .block-title {
  font-size: 1.45em;
  margin-top: 0;
  font-family: 'Roboto Bold';
  border-bottom: solid 2px #dbe1e4;
  padding: 10px 20px;
  margin: 0 -10px;
}
@media (min-width: 768px) {
  .top-reviews .block-title {
    font-size: 1.6em;
  }
}
.top-reviews .review-item {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: solid 2px #dbe1e4;
}
.top-reviews .review-item:last-child {
  border-bottom: 0;
}
.top-reviews .review-item .item-footer, .top-reviews .review-item .item-header {
  font-size: 12px;
}
.top-reviews .review-item .item-header {
  display: block;
  min-height: 28px;
  background-image: url(../../images/account-icon.png);
  background-repeat: no-repeat;
  padding-left: 35px;
  padding-top: 8px;
  margin-bottom: 18px;
  color: #465753;
}
.top-reviews .review-item .item-header span {
  margin: 0;
}
.top-reviews .review-item .item-header .posted-date .fa {
  margin-right: 3px;
}
.top-reviews .review-item .item-header .posted-date:before {
  display: none;
}
.top-reviews .review-item .item-content {
  font-style: italic;
  color: #000;
  font-size: 16px;
}
.top-reviews .review-item .item-footer {
  margin-top: 10px;
  text-align: right;
}
/**
* Sidebar social links
*/
.connect-htg h3 {
  text-align: center;
  border-bottom: solid 2px #d8d9da;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.connect-htg ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.connect-htg ul li {
  margin-top: 25px;
}
.connect-htg ul li:nth-child(odd) {
  margin-right: 30px;
}
.connect-htg a {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #465753;
  line-height: normal;
}
.connect-htg a .fa {
  font-size: 45px;
  color: #3aaa36;
  margin-right: 10px;
}
.connect-htg a .number {
  display: block;
  color: #0d8484;
  font-size: 24px;
}
.connect-htg a:hover {
  color: #0d8484;
}
.connect-htg a:hover .fa {
  color: #0d8484;
}
@media (min-width: 960px) {
  .connect-htg h3 {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 639px) and (max-width: 959px) {
  .connect-htg ul {
    max-width: 640px;
    margin: auto;
  }
  .connect-htg ul li {
    width: auto;
    margin-right: 0 !important;
  }
}
/**
* Lists
*/
ul.specs, ol.specs {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.specs li, ol.specs li {
  padding: 12px 0;
  border-bottom: solid 2px #d8d9da;
}
/**
* Tables
*/
table {
  border: solid 2px #d8d9da;
}
table th, table td {
  padding: 10px;
  border-bottom: solid 2px #d8d9da;
}
table th:not(:last-child), table td:not(:last-child) {
  border-right: solid 2px #d8d9da;
}
/**
* Search form
*/
.search-form {
  position: relative;
  max-width: 700px;
}
.search-form .search-field {
  width: 100%;
  max-width: 100%;
}
.search-form .search-submit {
  position: absolute;
  right: 1px;
  top: 1px;
  bottom: 1px;
  font-size: 0;
  background-color: #fff;
  padding: 0;
  border: 0;
  width: 50px;
  background-image: url("../../images/search-icon.png");
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.7;
}
.search-form .search-submit:hover {
  opacity: 1;
}
@media (max-width: 959px) {
  .site-header .search-form .search-submit {
    right: auto;
    left: 1px;
  }
  .site-header .search-form .search-field {
    padding-left: 50px;
  }
}
@media (min-width: 640px) {
  .header-search {
    width: 60%;
    margin: 0 20px;
  }
}
@media (max-width: 639px) {
  .header-search {
    width: 100%;
  }
  .header-search .search-form {
    margin-right: -10px;
    margin-left: -10px;
  }
  .header-search .search-submit, .header-search .search-field {
    background-color: #f7f5f7;
    border-color: #f7f5f7;
  }
}
/**
* Search results
*/
.search-results-group {
  padding-bottom: 40px;
  margin-bottom: 30px;
  border-bottom: solid 2px #d8d9da;
}
.search-results-group:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.search-results-group .search-group-header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #3aaa36;
}
.search-results-group .search-group-header .group-title {
  margin-right: 0.2em;
}
.search-results-group .search-group-header .results-total {
  font-size: 0.7em;
}
.search-results-group .pagination .show-more {
  color: #3aaa36;
  text-transform: uppercase;
  text-decoration: underline;
  font-family: 'Roboto Bold';
}
.search-results-group.template-type-product .item-actions {
  display: none;
}
@media (min-width: 768px) {
  .search-results-group .product-items {
    flex-direction: column;
  }
  .search-results-group .product-items .list-item {
    display: flex;
    min-width: 100%;
    margin-right: 0;
  }
  .search-results-group .product-items .list-item:last-child {
    margin-bottom: 0;
  }
  .search-results-group .product-items .list-item .item-image {
    margin-right: 2%;
    min-width: 240px;
  }
  .search-results-group .product-items .list-item .item-image img {
    width: 240px;
    height: 240px;
    object-fit: cover;
  }
  .search-results-group .product-items .list-item .item-info {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .search-results-group .product-items .list-item .item-title {
    font-size: 30px;
    margin-top: 0;
  }
  .search-results-group .product-items .list-item .item-excerpt {
    max-height: none;
  }
  .search-results-group .product-items .list-item .item-excerpt p {
    margin-bottom: 1em;
  }
  .search-results-group.template-type-product .item-actions {
    display: block;
  }
  .search-results-group .pagination {
    margin-top: 20px;
  }
  .search-results-group .pagination .show-more {
    font-size: 25px;
  }
}
@media (max-width: 479px) {
  .search-results-group.template-type-post .product-items .list-item {
    min-width: 100%;
    margin-left: 0;
  }
}
/**
* Full page banner
*/
.featured-image-wrapper {
  margin-bottom: 20px;
}
.featured-image-wrapper img {
  display: block;
  min-height: 370px;
  object-fit: cover;
}
.featured-image-wrapper + .columns > article.has-post-thumbnail .entry-header {
  padding-bottom: 1em;
  border-bottom: solid 2px #d8d9da;
}
@media (min-width: 960px) {
  .featured-image-wrapper {
    margin-bottom: 30px;
  }
  .featured-image-wrapper + .columns > article.has-post-thumbnail {
    padding: 20px;
    margin-top: -105px;
  }
  .featured-image-wrapper + .columns > article.has-post-thumbnail .entry-header .title {
    font-size: 1.45em;
    margin-top: 0;
  }
}
@media (min-width: 960px) and (min-width: 768px) {
  .featured-image-wrapper + .columns > article.has-post-thumbnail .entry-header .title {
    font-size: 1.6em;
  }
}
@media (max-width: 959px) {
  .featured-image-wrapper + .columns > article.has-post-thumbnail .entry-header {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: -20px;
    margin-right: -20px;
  }
}
body.home .site-main {
  margin-bottom: 0;
}
.welcome-htg {
  margin-top: 40px;
  padding-top: 30px;
  background: #f7f7f7;
}
.welcome-htg p {
  color: #1e1e1c;
}
.welcome-htg img {
  display: block;
  margin: auto;
}
@media (min-width: 960px) {
  .welcome-htg {
    margin-top: 80px;
  }
  .welcome-htg .container {
    display: flex;
    position: relative;
  }
  .welcome-htg .col-text {
    position: absolute;
    right: 0;
    top: 8%;
    width: 49%;
  }
  .welcome-htg .col-text p {
    line-height: 1.5em;
    margin-bottom: 2em;
  }
  .welcome-htg .col-image {
    transform: translate(-30%, 0%);
  }
}
@media (max-width: 959px) {
  .welcome-htg {
    text-align: center;
    padding-bottom: 30px;
  }
  .welcome-htg .col-text .title {
    margin: 0.7em 0 0.5em;
  }
}
.list-wrapper {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1219px) {
  .list-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.container .list-wrapper {
  padding-left: 0;
  padding-right: 0;
}
.posts-list-items .list-item {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.posts-list-items .list-item .item-image {
  display: block;
  height: 250px;
}
.posts-list-items .list-item .item-image:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.4;
  transition-duration: 0.3s;
}
.posts-list-items .list-item .item-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.posts-list-items .list-item:hover .item-image:before {
  opacity: 0;
}
.posts-list-items .item-info {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 15px;
  color: #fff;
}
.posts-list-items .item-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 0.3em !important;
  overflow: hidden;
}
.posts-list-items .item-title.h2 {
  color: inherit;
}
.posts-list-items a.item-title:hover {
  color: #3aaa36;
}
.posts-list-items .item-excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  width: 100%;
  max-width: 325px;
  line-height: normal;
  margin: 0.7em 0 1em;
}
.posts-list-items .item-meta {
  font-size: 0.95rem;
}
.posts-list-items .item-meta span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.posts-list-items .list-item:hover .item-info:before, .posts-list-items .list-item .item-info:hover:before, .posts-list-items .list-item .item-image:hover + .item-info:before {
  opacity: 0;
  display: none;
}
@media (min-width: 768px) {
  .posts-list-items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .posts-list-items .list-item {
    width: 48%;
    margin-bottom: 50px;
  }
  .posts-list-items .list-item .item-image {
    height: 350px;
  }
  .posts-list-items .list-item .item-info {
    padding: 25px;
  }
  .posts-list-items.latest-items > .list-item {
    margin-bottom: 0;
  }
  .posts-list-items.latest-items > .list-item:first-child .item-image, .posts-list-items.latest-items > .list-item:first-child img {
    height: 100%;
  }
  .posts-list-items.latest-items > .list-item:first-child .item-title {
    font-size: 40px;
    max-height: 50px;
    overflow: hidden;
  }
  .posts-list-items.latest-items > .list-item .list-item {
    width: 100%;
    max-height: 260px;
    overflow: hidden;
    margin-bottom: 10px;
  }
  .posts-list-items.latest-items > .list-item .list-item:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 960px) {
  .posts-list-items.cat-list .list-item {
    width: 32%;
    margin-bottom: 2%;
  }
  .posts-list-items.latest-items > .list-item {
    width: 64%;
  }
  .posts-list-items.latest-items .list-item-group {
    width: 35%;
  }
}
@media (min-width: 768px) {
  .posts-list-items.latest-items .list-item-group .list-item {
    width: 100%;
    margin-bottom: 4%;
    height: 49%;
  }
  .posts-list-items.latest-items .list-item-group .list-item:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 767px) and (max-width: 959px) {
  .posts-list-items.latest-items > .list-item {
    width: 54%;
  }
  .posts-list-items.latest-items .list-item-group {
    width: 45%;
  }
}
.category-view {
  margin-top: 20px;
  width: 100%;
}
.category-view .category-image {
  max-height: 250px;
  margin-bottom: 1em;
}
.category-view .description {
  margin-top: 0;
}
@media (min-width: 768px) {
  .category-view {
    display: flex;
    align-items: center;
    text-align: left;
  }
  .category-view .category-image {
    max-height: 150px;
    margin-right: 20px;
    margin-bottom: 0;
  }
}
.category-landing {
  margin-bottom: 30px;
}
.filters-wrapper {
  background-color: #e1e1e1;
  padding-top: 15px;
  padding-bottom: 15px;
}
.filters-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.filters-wrapper .selectric-wrapper .selectric {
  border-color: #c6c6c6;
  border-radius: 10px;
}
.filters-wrapper form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.filters-wrapper .filter-items {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.filters-wrapper .filter-items .filter-item {
  margin-bottom: 10px;
}
.filters-wrapper .btn {
  padding-top: 7px;
  padding-bottom: 7px;
  border-radius: 10px;
  min-width: 100%;
}
.filters-wrapper .reset-filters {
  display: block;
  text-align: center;
  font-size: 14px;
  margin-top: 5px;
  text-decoration: underline;
  color: #f00;
}
.filters-wrapper .reset-filters:hover {
  color: #ff4d4d;
}
@media (min-width: 960px) {
  .filters-wrapper .filter-items {
    width: 82%;
  }
  .filters-wrapper .filter-items .filter-item {
    margin-top: 10px;
    padding-right: 2%;
    width: 20%;
  }
  .filters-wrapper .filter-actions {
    width: 14%;
  }
}
@media (max-width: 959px) {
  .filters-wrapper .filter-items, .filters-wrapper .filter-actions {
    width: 100%;
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .filters-wrapper .filter-items .filter-item, .filters-wrapper .filter-actions {
    width: 23.5%;
  }
  .filters-wrapper .filter-items .filter-item {
    margin-right: 2%;
  }
  .filters-wrapper .filter-items .filter-item:nth-child(4n) {
    margin-right: 0;
  }
}
@media (max-width: 639px) {
  .filters-wrapper .filter-items .filter-item {
    width: 49%;
    margin-right: 2%;
  }
  .filters-wrapper .filter-items .filter-item:nth-child(2n) {
    margin-right: 0;
  }
  .filters-wrapper .filter-items .filter-item:nth-child(odd):last-child {
    min-width: 100%;
    margin-right: 0;
  }
}
.list-wrapper .mobile-wide {
  margin-bottom: 30px;
}
.catalog-columns {
  margin-top: 50px;
}
.product-items {
  display: flex;
  flex-wrap: wrap;
}
.product-items .list-item {
  margin-bottom: 20px;
  width: 49%;
}
.product-items .list-item .item-title {
  display: block;
  line-height: 1.3em;
  margin: 0.5em 0;
}
.product-items .list-item .item-excerpt {
  font-size: 16px;
  max-height: 80px;
  overflow: hidden;
  color: #465753;
}
.product-items .list-item img {
  display: block;
  width: 100%;
  transition-duration: 0.3s;
}
.product-items .list-item a {
  display: block;
  color: #465753;
}
.product-items .list-item a.btn {
  color: #fff !important;
  margin-top: 1em;
}
.product-items .list-item a:hover {
  color: #3aaa36;
}
.product-items .list-item:hover img {
  opacity: 0.7;
}
.product-items.carousel-items .list-item {
  margin-left: 0 !important;
}
.product-items .posts-navigation {
  width: 100%;
  text-align: center;
}
.product-items .posts-navigation a {
  background-color: #0d8484;
  color: #fff;
  font-size: 16px;
  padding: 14px 30px 12px;
  min-width: 165px;
  text-align: center;
  border-radius: 30px;
  border-bottom: solid 3px #0f4a4a;
  border-top: 0;
  transition-duration: 0.3s;
  font-family: 'Roboto Bold';
  border-left: 0;
  border-right: 0;
  box-shadow: inset 0 4px 3px rgba(181, 207, 207, 0.28);
}
.product-items .posts-navigation a:hover, .product-items .posts-navigation a:focus {
  color: #fff;
  background-color: #0b6d6d;
}
.product-items .posts-navigation a[disabled] {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.7;
}
@media (max-width: 639px) {
  .product-items .posts-navigation a.mobile-wide {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .product-items .list-item:nth-child(2n) {
    margin-left: 2%;
  }
}
@media (min-width: 768px) {
  .product-items .list-item {
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 50px;
  }
  .product-items .list-item:nth-child(4n) {
    margin-right: 0;
  }
  .catalog-columns .product-items .list-item, .product-columns .product-items .list-item {
    width: 31%;
    margin-right: 3.5%;
  }
  .catalog-columns .product-items .list-item:nth-child(3n), .product-columns .product-items .list-item:nth-child(3n) {
    margin-right: 0;
  }
  .product-items .list-item .item-title {
    font-size: 20px;
  }
  .product-items .list-item .read-more {
    max-width: 250px;
  }
}
.letters-navigation {
  border-top: solid 2px #d8d9da;
  border-bottom: solid 2px #d8d9da;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 35px;
}
.letters-navigation .letters-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.letters-navigation .letters-list a {
  display: inline-block;
  font-size: 25px;
  font-family: 'Roboto Bold';
  padding: 0 10px;
  line-height: normal;
}
.letters-navigation .letters-list a.active {
  color: #3aaa36;
}
.breeders-groups .breeders-group {
  margin-bottom: 20px;
  text-transform: uppercase;
}
.breeders-groups .breeders-group strong {
  font-size: 25px;
  font-family: 'Roboto Bold';
  color: #0d8484;
}
.breeders-groups .breeders-group a {
  display: block;
  color: #000;
  font-family: 'Roboto Medium';
  line-height: normal;
  margin-bottom: 5px;
}
.breeders-groups .breeders-group a:hover {
  color: #0d8484;
}
@media (min-width: 768px) {
  .breeders-groups .breeders-group {
    margin-bottom: 30px;
  }
  .breeders-groups .breeders-list {
    display: flex;
    flex-wrap: wrap;
  }
  .breeders-groups .breeders-list li {
    width: 33.333%;
  }
  .breeders-groups .breeders-list li a {
    padding-right: 10px;
  }
}
@media (min-width: 960px) {
  .breeders-groups .breeders-list li {
    width: 25%;
  }
}
.entry-meta {
  line-height: normal;
  font-size: 16px;
}
.entry-meta > span {
  margin-right: 15px;
  display: inline-flex;
  align-items: center;
}
.entry-meta > span:last-child {
  margin-right: 0;
}
.entry-meta > span .fa {
  margin-right: 5px;
  font-size: 18px;
}
@media (max-width: 479px) {
  .hentry .entry-meta .post-author {
    display: block;
    margin-bottom: 5px;
  }
}
.hentry-row {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: solid 2px #d8d9da;
  color: #465753;
  font-family: 'Roboto Medium';
  text-transform: uppercase;
  font-size: 12px;
}
.hentry-row + .entry-content {
  margin-top: 15px;
}
.entry-header + .hentry-row {
  border-top: solid 2px #d8d9da;
}
.hentry .pdf-download {
  margin-left: 20px;
  display: flex;
  align-items: center;
}
.hentry .pdf-download .pdf-icon {
  display: inline-block;
  margin-left: 10px;
  width: 38px;
  height: 38px;
  background-image: url("../../images/icons/icon-pdf.jpg");
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .hentry-row {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .hentry-row + .entry-content {
    margin-top: 30px;
  }
}
.social-share {
  display: flex;
  align-items: center;
}
.social-share .share-label {
  margin-right: 10px;
}
.social-share .a2a_button_facebook_like {
  display: none !important;
}
.social-share a.addtoany_share img {
  display: block;
}
.social-share .fb_iframe_widget {
  margin-left: 20px;
  height: 40px;
}
.posted-date:empty:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background-image: url("../../images/icons/icon-clock.png");
  background-repeat: no-repeat;
  margin-right: 5px;
}
.comments-count:empty:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 18px;
  margin-right: 5px;
  background-image: url("../../images/icons/icon-comment.png");
  background-repeat: no-repeat;
  background-position: -70px 0px;
}
.views-count:empty:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 18px;
  margin-right: 5px;
  background-image: url("../../images/icons/icon-comment.png");
  background-repeat: no-repeat;
}
.entry-content {
  margin-bottom: 30px;
}
.entry-content h2, .entry-content .h2 {
  margin: 20px 0 10px;
  color: #465753;
}
.entry-content h3, .entry-content .h3 {
  color: #0d8484;
}
.entry-content h4, .entry-content .h4 {
  color: #3aaa36;
}
.entry-content img.aligncenter {
  display: block;
  margin: 1em auto;
}
@media (min-width: 768px) {
  .entry-content img.alignleft {
    float: left;
    margin: 10px 10px 0 0;
  }
  .entry-content img.alignright {
    float: right;
    margin: 10px 0 0 10px;
  }
}
@media (min-width: 960px) {
  .entry-content {
    margin-bottom: 40px;
  }
  .entry-content h2, .entry-content .h2 {
    margin: 35px 0 20px;
  }
}
.kb-table-of-content-nav {
  border-bottom: solid 2px #d8d9da;
  padding-bottom: 30px;
}
.kb-table-of-content-nav .kb-table-of-contents-title-wrap {
  font-family: 'Roboto Bold';
  color: #465753;
}
.kb-table-of-content-nav .kb-table-of-content-wrap {
  padding: 0 !important;
}
.wp-block-ideabox-toc {
  border: solid 2px #d8d9da;
  margin-bottom: 30px;
}
.wp-block-ideabox-toc .ib-toc-container .ib-toc-separator {
  background-color: #d8d9da;
}
.wp-block-ideabox-toc .ib-toc-container.ib-toc-collapsed .ib-toc-separator {
  display: none;
}
.wp-block-ideabox-toc .ib-toc-anchors li:before {
  display: none;
}
/**
* Tags
*/
.tags-links {
  padding: 0 0 15px;
}
.tags-links a {
  margin-bottom: 10px;
  margin-right: 10px;
}
.tags-links a:last-child {
  margin-right: 0;
}
/**
* Seed details
*/
.seeddetails .cnttableb {
  margin: 0 auto 20px !important;
}
@media (min-width: 960px) {
  .single-guide .hentry.has-banner, .single-post .hentry.has-banner {
    padding: 30px;
    background-color: #fff;
    transform: translateY(-270px);
    box-shadow: 0 0 1px 1px #ededed;
  }
  .single-guide .hentry.has-banner .wp-block-image.size-full, .single-post .hentry.has-banner .wp-block-image.size-full {
    margin: 30px -30px;
  }
}
.single-guide .entry-header img, .single-post .entry-header img {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.single-guide .why_buy_block, .single-post .why_buy_block {
  background-color: #ecebe9;
  overflow: hidden;
  padding: 10px;
  margin-bottom: 30px;
  border: 5px solid #3aaa36;
}
.single-guide .why_buy_block h2, .single-post .why_buy_block h2 {
  margin: -15px -15px 10px;
  text-align: center;
  padding: 15px;
  background: #3aaa36;
  color: #fff;
}
/**
* Adjust layout
*/
.product-view .entry-header {
  margin-top: 2rem;
}
.product-view .site-breadcrumbs {
  padding: 1em 0 0;
}
/**
* Product Gallery
*/
.product-gallery img {
  display: block;
  margin: auto;
}
.product-gallery .lSPager {
  display: none;
}
@media (min-width: 640px) and (max-width: 959px) {
  .product-gallery .lSAction a {
    height: 90px;
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .product-gallery {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
  }
}
.mfp-arrow {
  min-width: auto;
}
.mfp-arrow:hover {
  background: none;
}
.update-favourites {
  display: inline-flex;
  margin-left: 15px;
  align-items: center;
}
.update-favourites:after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  width: 38px;
  height: 38px;
  border-radius: 3px;
  background-image: url("../../images/icons/icon-heart-white.png");
  background-repeat: no-repeat;
  background-color: #3aaa36;
  background-position: center;
  background-size: 30px;
}
.update-favourites[data-action="remove"]:after {
  background-color: #f00;
}
/**
* Product main column
*/
.product-info .tab-items {
  overflow-x: auto;
  white-space: nowrap;
  text-transform: capitalize;
}
.product-info .tab-items ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.product-info .tab-items li {
  margin: 0 15px 0 0;
}
.product-info .tab-items li:last-child {
  margin-right: 0;
}
.product-info .tab-items a {
  display: block;
  font-family: 'Roboto Black';
  color: #1e1e1c;
  border-bottom: solid 5px #fff;
}
.product-info .tab-items a:hover, .product-info .tab-items a.active {
  color: #0d8484;
  border-color: #0d8484;
}
@media (min-width: 768px) {
  .product-info .tab-items {
    font-size: 20px;
  }
}
.product-info .block {
  margin-top: 30px;
}
/**
* Review rating
*/
.review-ratings {
  border-top: solid 2px #d8d9da;
  border-bottom: solid 2px #d8d9da;
  margin-bottom: 30px;
}
.review-ratings a {
  display: block;
  margin: 10px 0;
  color: #1e1e1c;
  padding-left: 80px;
  line-height: 60px;
  font-family: 'Roboto Medium';
}
.review-ratings a.like {
  background-image: url("../../images/icons/icon-like.png");
  background-repeat: no-repeat;
}
.review-ratings a.dislike {
  background-image: url("../../images/icons/icon-dislike.png");
  background-repeat: no-repeat;
}
.review-ratings a:hover {
  opacity: 0.7;
}
@media (min-width: 768px) {
  .review-ratings {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
  }
}
/**
* Where to buy section
*/
.buy-links-block {
  margin: 30px 0;
}
.buy-links-block .buy-link .item-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 240px;
  border: solid 2px #d8d9da;
  position: relative;
}
.buy-links-block .buy-link .item-image img {
  width: auto;
}
.buy-links-block .lSAction {
  display: none !important;
}
@media (min-width: 768px) {
  .buy-links-block {
    margin-bottom: 0;
  }
}
/**
* Slider Config
*/
.lSSlideWrapper .lSAction a {
  display: block;
  height: 50px;
  width: 50px;
  background-size: contain;
}
.lSSlideWrapper .lSAction a.lSPrev {
  background-image: url("../../images/icons/icon-arrow-left-large.png");
  background-repeat: no-repeat;
}
.lSSlideWrapper .lSAction a.lSNext {
  background-image: url("../../images/icons/icon-arrow-right-large.png");
  background-repeat: no-repeat;
  background-position: right;
}
/**
* Product Reviews
*/
.product-reviews-wrapper {
  margin-top: 50px;
  padding-bottom: 40px;
  border-bottom: solid 2px #d8d9da;
}
.product-reviews-wrapper table td, .product-reviews-wrapper table th {
  padding-left: 0;
  padding-top: 0;
}
.product-reviews-wrapper table td input {
  padding: 5px 10px;
}
.product-reviews-wrapper .wpcr3_respond_1 {
  display: flex;
  flex-direction: column;
}
.product-reviews-wrapper .wpcr3_respond_1 .wpcr3_item_name {
  font-size: 1em;
}
.product-reviews-wrapper .wpcr3_respond_1 .wpcr3_respond_3, .product-reviews-wrapper .wpcr3_respond_1 .wpcr3_respond_2 {
  order: 10;
}
.product-reviews-wrapper .wpcr3_respond_1 .wpcr3_respond_3 + .wpcr3_dotline, .product-reviews-wrapper .wpcr3_respond_1 .wpcr3_respond_2 + .wpcr3_dotline {
  display: none !important;
}
.product-reviews-wrapper .wpcr3_respond_1 .wpcr3_respond_3 p:empty, .product-reviews-wrapper .wpcr3_respond_1 .wpcr3_respond_2 p:empty {
  display: none;
}
.product-reviews-wrapper .wpcr3_respond_1 .wpcr3_content {
  padding-bottom: 0;
}
.product-reviews-wrapper .wpcr3_review_item:empty:before {
  content: "No reviews";
  display: block;
  margin-bottom: 20px;
}
/**
* Products stats
*/
.product-stats ul {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
}
.product-stats li {
  padding: 10px 0 10px 45px;
  border-bottom: solid 2px #d8d9da;
  position: relative;
  background-repeat: no-repeat;
  background-position: 0 center;
  text-transform: capitalize;
}
.product-stats li:last-child {
  border-bottom: 0;
}
.product-stats li img {
  width: 35px !important;
  object-fit: scale-down;
  object-position: center;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media (min-width: 960px) {
  .product-stats {
    margin-bottom: 40px;
  }
}
.hentry.post .entry-header, .hentry.guide .entry-header {
  color: #0d8484;
}
@media (min-width: 768px) {
  .hentry.post h1, .hentry.post .h1, .hentry.guide h1, .hentry.guide .h1 {
    font-size: 30px;
  }
  .hentry.post .entry-header, .hentry.guide .entry-header {
    margin-bottom: 20px;
  }
}
/**
* Post navigation
*/
.post-navigation {
  padding-top: 35px;
  margin-bottom: 30px;
  border-top: solid 2px #d8d9da;
}
.post-navigation .post-nav {
  margin-bottom: 20px;
  max-width: 360px;
}
.post-navigation .nav-link {
  display: flex;
  align-items: center;
  font-family: 'Roboto Bold';
  font-size: 20px;
  margin-bottom: 20px;
  color: #465753;
}
.post-navigation .nav-link:hover {
  opacity: 0.7;
}
.post-navigation .nav-link:before {
  content: "";
  display: inline-block;
  width: 55px;
  height: 50px;
  vertical-align: middle;
}
.post-navigation .post-details {
  display: flex;
  justify-content: space-between;
}
.post-navigation .post-details .post-image {
  min-width: 160px;
}
.post-navigation .post-details .post-image img {
  display: block;
  width: 100%;
  height: 120px;
  object-fit: cover;
}
.post-navigation .post-details .post-info:not(:first-child) {
  padding-left: 20px;
}
.post-navigation .post-details .post-title {
  max-height: 55px;
  overflow: hidden;
  margin: 7px 0 5px;
  font-size: 20px;
}
.post-navigation .post-details .entry-meta {
  font-size: 10px;
}
.post-navigation .post-nav.prev-post .nav-link:before {
  margin-right: 20px;
  background-image: url("../../images/icons/prev-article.png");
  background-repeat: no-repeat;
}
.post-navigation .post-nav.next-post .nav-link {
  flex-direction: row-reverse;
}
.post-navigation .post-nav.next-post .nav-link:before {
  margin-left: 20px;
  background-image: url("../../images/icons/next-article.png");
  background-repeat: no-repeat;
}
.post-navigation .post-nav.next-post .post-info:first-child {
  width: 100%;
  text-align: right;
}
@media (min-width: 640px) {
  .post-navigation {
    display: flex;
    justify-content: space-between;
  }
  .post-navigation .separator {
    width: 2px;
    background: #d8d9da;
    margin: 1% 3%;
  }
  .post-navigation .separator:first-child {
    opacity: 0;
  }
  .post-navigation .post-nav {
    width: 47%;
    margin-bottom: 0;
  }
}
.blog-item {
  margin-bottom: 30px;
}
.blog-item img {
  display: block;
}
.blog-item .item-categories li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 10px;
}
.blog-item .item-image {
  display: block;
  margin-bottom: 15px;
}
.blog-item .item-title {
  display: block;
  margin-top: 0;
  margin-bottom: 0.5em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.blog-item .item-excerpt {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0.8em 0 1em;
}
@media (max-width: 639px) {
  .blog-item .item-categories {
    margin-top: -60px;
    padding-bottom: 15px;
    padding-left: 15px;
  }
  .blog-item .btn {
    width: 100%;
  }
}
@media (min-width: 640px) {
  .blog-item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: solid 2px #d8d9da;
  }
  .blog-item .item-image, .blog-item .item-info {
    width: 49%;
  }
  .blog-item .item-image {
    margin-bottom: 0;
  }
  .blog-item .item-info {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: space-between;
  }
  .blog-item .item-excerpt {
    margin: 1em 0 1.5em;
  }
}
@media (min-width: 768px) {
  .latest-blog .blog-items:after {
    content: "";
    clear: both;
    display: table;
  }
  .latest-blog .blog-items .blog-item {
    position: relative;
    padding-bottom: 23px;
    margin-bottom: 23px;
    float: right;
    clear: right;
    width: 49%;
  }
  .latest-blog .blog-items .blog-item .item-image {
    width: 160px;
    position: absolute;
    top: 0;
    right: 0;
  }
  .latest-blog .blog-items .blog-item .item-info {
    min-width: 100%;
  }
  .latest-blog .blog-items .blog-item .item-title {
    padding-right: 160px;
    height: 80px;
    overflow: hidden;
  }
  .latest-blog .blog-items .blog-item:first-child {
    float: left;
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
  }
  .latest-blog .blog-items .blog-item:first-child .item-image, .latest-blog .blog-items .blog-item:first-child .item-info {
    min-width: 100%;
  }
  .latest-blog .blog-items .blog-item:first-child .item-image {
    margin-bottom: 25px;
    position: static;
  }
  .latest-blog .blog-items .blog-item:first-child .item-excerpt {
    display: block;
  }
  .latest-blog .blog-items .blog-item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
  }
  .latest-blog .blog-items .blog-item .item-info {
    display: block;
  }
  .latest-blog .blog-items .blog-item .item-excerpt {
    margin: 0.5em 0 0;
  }
  .latest-blog .blog-items .blog-item .read-more {
    display: none;
  }
}
.our-categories .cat-items {
  display: flex;
  justify-content: space-between;
}
.our-categories .cat-item .cat-title {
  font-family: 'Roboto Bold';
  text-align: center;
  display: block;
}
@media (min-width: 768px) {
  .our-categories {
    border-top: solid 2px #d8d9da;
    padding-top: 50px;
  }
  .our-categories .cat-items {
    margin: 0 -1%;
  }
  .our-categories .cat-item {
    display: flex;
    justify-content: center;
    position: relative;
    max-width: 375px;
    margin: 0 1%;
  }
  .our-categories .cat-item .cat-title {
    font-size: 1.45em;
    margin-top: 0;
    color: #fff;
    position: absolute;
    bottom: 15%;
    left: 0;
    width: 100%;
    z-index: 1;
  }
  .our-categories .cat-item img {
    display: block;
    margin: auto;
  }
  .our-categories .cat-item a {
    display: block;
  }
  .our-categories .cat-item a:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
  }
  .our-categories .cat-item a:hover:before {
    opacity: 0;
  }
  .post-type-archive-grow_equipment .our-categories .cat-item.products {
    display: none;
  }
  .post-type-archive-guide .our-categories .cat-item.guide {
    display: none;
  }
  .post-type-archive-seed .our-categories .cat-item.seeds {
    display: none;
  }
  .category-blog .our-categories .cat-item.blog {
    display: none;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .our-categories .cat-item .cat-title {
    font-size: 1.6em;
  }
}
@media (max-width: 767px) {
  .our-categories {
    background-color: #ecebe9;
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .container .our-categories {
    margin-left: -10px;
    margin-right: -10px;
    width: auto;
  }
  .our-categories .cats-description {
    text-align: center;
    color: #0d8484;
    line-height: normal;
    margin-bottom: 20px;
  }
  .our-categories .cats-description strong {
    display: block;
  }
  .our-categories .cats-description span {
    font-size: 12px;
  }
  .our-categories .cat-items {
    flex-wrap: wrap;
  }
  .our-categories .cat-item {
    width: 48%;
    margin-bottom: 15px;
  }
  .our-categories .cat-item a {
    background-color: #fff;
    color: #465753;
    border-bottom: solid 2px #7d7d7d;
    box-shadow: 8px 20px 13px -15px #a7a7a7;
    transition-duration: 0.3s;
    position: relative;
    display: block;
    padding: 12px;
    font-size: 16px;
    border-radius: 50px;
  }
  .our-categories .cat-item a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: -1px;
    opacity: 0;
    transition-duration: 0.3s;
    border-radius: 50px;
    background: linear-gradient(to right, #1a8d7c, #128f78, #0d9273, #10946d, #179666, #1a9861, #1f995c, #259b57, #279d53, #2a9f4e, #2ea149, #32a344);
  }
  .our-categories .cat-item a:hover {
    color: #fff;
  }
  .our-categories .cat-item a:hover:before {
    opacity: 1;
  }
  .our-categories .cat-item .cat-title {
    position: relative;
  }
  .our-categories .cat-item img {
    display: none;
  }
}
.subscribe-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
  box-shadow: inset 0 6px 4px rgba(0, 0, 0, 0.15);
}
.subscribe-wrapper .entry-header {
  margin-bottom: 25px;
}
.subscribe-wrapper .entry-header .title {
  color: #fff;
}
.subscribe-wrapper .entry-header .subtitle {
  color: inherit;
}
.subscribe-wrapper .field {
  margin-bottom: 15px;
}
.subscribe-wrapper .field:last-child {
  margin-bottom: 0;
}
.subscribe-wrapper .field [type="email"], .subscribe-wrapper .field button {
  width: 100%;
}
.subscribe-wrapper .field [type="email"] {
  border-radius: 0;
  border: solid 2px #cccccc;
  padding-top: 11px;
  padding-bottom: 11px;
}
@media (min-width: 768px) {
  .subscribe-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .subscribe-wrapper .fieldset {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .subscribe-wrapper .field.email, .subscribe-wrapper .field.actions {
    width: 49%;
    margin-bottom: 25px;
  }
  .subscribe-wrapper .field.confirm {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .subscribe-wrapper .entry-header {
    justify-content: center;
  }
  .subscribe-wrapper .entry-header .subtitle {
    margin-top: 5px;
    display: block;
  }
  .subscribe-wrapper .field, .subscribe-wrapper .field input {
    text-align: center;
  }
  .subscribe-wrapper .field.actions {
    max-width: 130px;
    margin-left: auto;
    margin-right: auto;
  }
  .subscribe-wrapper .field.actions .btn {
    min-width: auto;
  }
}
.testimonials-container {
  border: solid 2px #d8d9da;
  margin-bottom: 30px;
}
.testimonials-container .lSSlideOuter .lSPager.lSpg {
  margin-bottom: 15px;
  transform: translateY(-5px);
}
.testimonials-container .lSSlideOuter .lSPager.lSpg > li > a {
  width: 25px;
  height: 25px;
}
.testimonials-container .lSAction {
  display: none !important;
}
.testimonial-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px 10px;
}
@media (min-width: 768px) {
  .testimonial-item {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
.testimonial-item .avatar .image, .testimonial-item .avatar .title {
  display: block;
}
.testimonial-item .avatar .image {
  border-radius: 50%;
  margin: auto auto 10px;
  width: 70px;
  height: 70px;
  overflow: hidden;
}
.testimonial-item .avatar .initials {
  display: block;
  line-height: 70px;
  color: #fff;
  font-family: 'Roboto Bold';
  text-transform: uppercase;
  background: #000;
}
.testimonial-item .summary {
  font-family: 'Roboto Medium';
  color: #1e1e1c;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.5em;
}
.comments-area {
  width: 100%;
  margin: 30px 0;
  padding-top: 25px;
  border-top: solid 2px #d8d9da;
}
.comments-area .comment-respond {
  margin-top: 25px;
  padding-top: 20px;
  border-top: solid 2px #d8d9da;
}
.comments-area .comment-respond:first-child {
  margin: 0;
  padding: 0;
  border: 0;
}
.comments-area textarea, .comments-area button, .comments-area [type="email"], .comments-area [type="text"] {
  width: 100%;
}
.comments-area .form-submit button {
  border-radius: 0;
}
.comments-area .comment-reply-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.comments-area .comment-list .comment {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: solid 1px #d8d9da;
}
.comments-area .comment-list .comment:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.comments-area .comment-list .comment .children {
  list-style: none;
}
.comments-area .comment-list .comment .comment {
  margin-top: 10px;
}
.comments-area .comment-body .comment-meta {
  position: relative;
  padding-left: 60px;
  font-size: 16px;
}
.comments-area .comment-body .comment-meta img {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
}
.comments-area .comment-body .comment-metadata {
  font-size: 14px;
}
.comments-area .comment-body .comment-content {
  margin-top: 10px;
}
@media (min-width: 960px) {
  .comments-area {
    margin: 50px 0;
    padding-top: 40px;
  }
  .comments-area .comment-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .comments-area .comment-form .comment-form-comment, .comments-area .comment-form .comment-form-cookies-consent {
    width: 100%;
  }
  .comments-area .comment-form .comment-form-cookies-consent {
    order: 10;
  }
  .comments-area .comment-form .comment-form-author, .comments-area .comment-form .comment-form-email, .comments-area .comment-form .form-submit {
    width: 30%;
  }
}
.privacy-policy .page .entry-header {
  padding-bottom: 1em;
  border-bottom: solid 2px #d8d9da;
}
/**
* Contacts page
*/
.page-id-426 .page-sidebar .top-reviews {
  order: 100;
}
.page-id-426 .page-sidebar .connect-htg {
  margin-bottom: 40px;
}
/**
* Contacts form
*/
.wpcf7-form .wpcf7-form-control-wrap input, .wpcf7-form .wpcf7-form-control-wrap textarea, .wpcf7-form .wpcf7-form-control-wrap select {
  background-color: #dedede;
  border-color: #dedede;
  color: #000;
  border-radius: 0;
}
.wpcf7-form .wpcf7-form-control-wrap input::-webkit-input-placeholder, .wpcf7-form .wpcf7-form-control-wrap textarea::-webkit-input-placeholder, .wpcf7-form .wpcf7-form-control-wrap select::-webkit-input-placeholder {
  color: #000;
}
.wpcf7-form .wpcf7-form-control-wrap input:-moz-placeholder, .wpcf7-form .wpcf7-form-control-wrap textarea:-moz-placeholder, .wpcf7-form .wpcf7-form-control-wrap select:-moz-placeholder {
  color: #000;
}
.wpcf7-form .wpcf7-form-control-wrap input::-moz-placeholder, .wpcf7-form .wpcf7-form-control-wrap textarea::-moz-placeholder, .wpcf7-form .wpcf7-form-control-wrap select::-moz-placeholder {
  color: #000;
}
.wpcf7-form .wpcf7-form-control-wrap input:-ms-input-placeholder, .wpcf7-form .wpcf7-form-control-wrap textarea:-ms-input-placeholder, .wpcf7-form .wpcf7-form-control-wrap select:-ms-input-placeholder {
  color: #000;
}
.wpcf7-form .wpcf7-form-control-wrap input[type="text"], .wpcf7-form .wpcf7-form-control-wrap input[type="email"] {
  height: 60px;
}
.wpcf7-form .wpcf7-form-control-wrap select {
  max-width: 400px;
}
.wpcf7-form .wpcf7-list-item {
  margin: 0;
}
@media (min-width: 768px) {
  .wpcf7-form .fieldset .field {
    margin-bottom: 35px;
  }
}
.site-main .um [type="submit"].um-button {
  background-color: #0d8484;
  color: #fff;
  font-size: 16px;
  padding: 14px 30px 12px;
  min-width: 165px;
  text-align: center;
  border-radius: 30px;
  border-bottom: solid 3px #0f4a4a;
  border-top: 0;
  transition-duration: 0.3s;
  font-family: 'Roboto Bold';
  border-left: 0;
  border-right: 0;
  box-shadow: inset 0 4px 3px rgba(181, 207, 207, 0.28);
}
.site-main .um [type="submit"].um-button:hover, .site-main .um [type="submit"].um-button:focus {
  color: #fff;
  background-color: #0b6d6d;
}
.site-main .um [type="submit"].um-button[disabled] {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.7;
}
@media (max-width: 639px) {
  .site-main .um [type="submit"].um-button.mobile-wide {
    width: 100%;
  }
}
.site-main .um .um-field-label, .site-main .um .um-field-checkbox-option, .site-main .um .um-field-radio-option {
  color: #465753 !important;
}
.site-main p.um-notice.success {
  background-color: #3aaa36;
}
/**
* Auth page
*/
.account-auth-container h2 {
  text-align: center;
}
.auth-block {
  max-width: 450px;
  margin: auto;
}
.auth-block .um {
  margin-bottom: 0 !important;
}
.auth-block .um-link-alt {
  text-align: left;
}
/**
* UM account sidebar
*/
.account-dashboard .um-account-side li {
  background: none;
}
.account-dashboard .um-account-side li a {
  background: none;
  text-transform: uppercase;
}
.account-dashboard .um-account-side li a span.um-account-icon {
  padding: 0 !important;
  border: 0 !important;
}
.account-dashboard .um-account-side li a span.um-account-title, .account-dashboard .um-account-side li a span.um-account-icon {
  color: #465753;
}
.account-dashboard .um-account-side li a span.um-account-title {
  font-family: 'Roboto Bold';
}
.account-dashboard .um-account-side li a:hover, .account-dashboard .um-account-side li a.current {
  background: none;
}
.account-dashboard .um-account-side li a:hover span.um-account-title, .account-dashboard .um-account-side li a:hover span.um-account-icon, .account-dashboard .um-account-side li a.current span.um-account-title, .account-dashboard .um-account-side li a.current span.um-account-icon {
  color: #0d8484 !important;
}
.account-dashboard .um-account-main .um-account-heading {
  padding-bottom: 15px;
  border-bottom: solid 2px;
  text-transform: uppercase;
  color: #465753;
}
.account-dashboard .um-account-meta {
  display: none !important;
}
.account-dashboard #um_field_general_user_login {
  display: none !important;
}
.account-dashboard .um-field.um-field-radio .um-field-area {
  display: flex;
  max-width: 240px;
}
.account-dashboard .um-account-tab-favourites .um-col-alt, .account-dashboard .um-account-tab-downloads .um-col-alt {
  display: none !important;
}
.account-dashboard .block {
  margin-top: 30px;
}
.account-dashboard .block:nth-child(3) {
  margin-top: 0;
}
.account-dashboard .user-downloads li {
  padding: 5px 0;
  border-bottom: solid 1px;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22https%3A%2F%2Fhtgm.previewonly.com%2F%22%2C%22sources%22%3A%5B%22wp-content%2Fthemes%2Fhtgm%2Fassets%2Fstyles%2Fscss%2Fconfig%2F_variables.scss%22%2C%22wp-content%2Fthemes%2Fhtgm%2Fassets%2Fstyles%2Fscss%2Fconfig%2F_mixins.scss%22%2C%22wp-content%2Fthemes%2Fhtgm%2Fassets%2Fstyles%2Fscss%2Fconfig%2F_normalize.scss%22%2C%22wp-content%2Fthemes%2Fhtgm%2Fassets%2Fstyles%2Fscss%2Fconfig%2F_typography.scss%22%2C%22wp-content%2Fthemes%2Fhtgm%2Fassets%2Fstyles%2Fscss%2Fconfig%2F_helpers.scss%22%2C%22wp-content%2Fthemes%2Fhtgm%2Fassets%2Fstyles%2Fscss%2Fmodules%2F_general.scss%22%2C%22wp-content%2Fthemes%2Fhtgm%2Fassets%2Fstyles%2Fscss%2Fstyle.scss%22%2C%22wp-content%2Fthemes%2Fhtgm%2Fassets%2Fstyles%2Fscss%2Flayout%2F_layout.scss%22%2C%22wp-content%2Fthemes%2Fhtgm%2Fassets%2Fstyles%2Fscss%2Fmodules%2F_navigation.scss%22%2C%22wp-content%2Fthemes%2Fhtgm%2Fassets%2Fstyles%2Fscss%2Fmodules%2F_form.scss%22%2C%22wp-content%2Fthemes%2Fhtgm%2Fassets%2Fstyles%2Fscss%2Fmodules%2F_blocks.scss%22%2C%22wp-content%2Fthemes%2Fhtgm%2Fassets%2Fstyles%2Fscss%2Fmodules%2F_components.scss%22%2C%22wp-content%2Fthemes%2Fhtgm%2Fassets%2Fstyles%2Fscss%2Fmodules%2F_search.scss%22%2C%22wp-content%2Fthemes%2Fhtgm%2Fassets%2Fstyles%2Fscss%2Fmodules%2F_page.scss%22%2C%22wp-content%2Fthemes%2Fhtgm%2Fassets%2Fstyles%2Fscss%2Fmodules%2F_home.scss%22%2C%22wp-content%2Fthemes%2Fhtgm%2Fassets%2Fstyles%2Fscss%2Fmodules%2F_listing.scss%22%2C%22wp-content%2Fthemes%2Fhtgm%2Fassets%2Fstyles%2Fscss%2Fmodules%2F_catalog.scss%22%2C%22wp-content%2Fthemes%2Fhtgm%2Fassets%2Fstyles%2Fscss%2Fmodules%2F_breeders.scss%22%2C%22wp-content%2Fthemes%2Fhtgm%2Fassets%2Fstyles%2Fscss%2Fmodules%2F_content.scss%22%2C%22wp-content%2Fthemes%2Fhtgm%2Fassets%2Fstyles%2Fscss%2Fmodules%2F_article.scss%22%2C%22wp-content%2Fthemes%2Fhtgm%2Fassets%2Fstyles%2Fscss%2Fmodules%2F_product.scss%22%2C%22wp-content%2Fthemes%2Fhtgm%2Fassets%2Fstyles%2Fscss%2Fmodules%2F_post.scss%22%2C%22wp-content%2Fthemes%2Fhtgm%2Fassets%2Fstyles%2Fscss%2Fmodules%2F_blog.scss%22%2C%22wp-content%2Fthemes%2Fhtgm%2Fassets%2Fstyles%2Fscss%2Fmodules%2F_custom-blocks.scss%22%2C%22wp-content%2Fthemes%2Fhtgm%2Fassets%2Fstyles%2Fscss%2Fmodules%2Fnewsletter.scss%22%2C%22wp-content%2Fthemes%2Fhtgm%2Fassets%2Fstyles%2Fscss%2Fmodules%2F_testimonials.scss%22%2C%22wp-content%2Fthemes%2Fhtgm%2Fassets%2Fstyles%2Fscss%2Fmodules%2F_comments.scss%22%2C%22wp-content%2Fthemes%2Fhtgm%2Fassets%2Fstyles%2Fscss%2Fmodules%2F_privacy.scss%22%2C%22wp-content%2Fthemes%2Fhtgm%2Fassets%2Fstyles%2Fscss%2Fmodules%2F_contact.scss%22%2C%22wp-content%2Fthemes%2Fhtgm%2Fassets%2Fstyles%2Fscss%2Fmodules%2F_account.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAA8DA%3BAAAA%3BAAAA%3BAAGA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BACjDF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACsBA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAqDA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAgBE%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAoDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAiBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAChgBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA4CA%3BAAAA%3BAAAA%3BAAAA%3BAHXI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGgBJ%3BAAAA%3BAAAA%3BAAAA%3BAHhBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGqBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHrBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAG0BJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAH1BI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAI7CJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BACjDA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BALuDI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAK9CJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BACvEN%3BAAAA%3BAAAA%3BADiFA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEnFF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAP2FI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOxFJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAPoFE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAO9EA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAPiEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAVA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAO1CA%3BAAAA%3BAAAA%3BAAAA%3BAPgDA%3BAO3CA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAPwCE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOnCE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcE%3BAAAA%3BAAAA%3BAAAA%3BAD9ER%3BAAAA%3BAAAA%3BACyFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADzFA%3BAAAA%3BAAAA%3BACwGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAPrDA%3BAAAA%3BAAAA%3BAAAA%3BAO6DA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD5JN%3BAAAA%3BAAAA%3BANyFI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOoFA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADtLJ%3BAAAA%3BAAAA%3BACgMA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAP3GA%3BAOiHE%3BAAAA%3BAAAA%3BAAAA%3BAPzHF%3BAAAA%3BAAAA%3BAAAA%3BAOgIA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAD1NR%3BAAAA%3BAAAA%3BACqOA%3BAAAA%3BAAAA%3BAP5II%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMzFJ%3BAAAA%3BAAAA%3BACyPA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAP1LJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOoME%3BAAAA%3BAAAA%3BAAAA%3BAPtMF%3BAAAA%3BAAAA%3BAAAA%3BAO%2BMI%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUR%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAP3PF%3BAO%2BPI%3BAAAA%3BAAAA%3BAAAA%3BAPjQJ%3BAOuQM%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAQV%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BADlZF%3BAAAA%3BAAAA%3BAC8ZE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAPzUE%3BAO6UA%3BAAAA%3BAAAA%3BAAAA%3BADlaJ%3BAAAA%3BAAAA%3BAC2aA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAACE%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAGF%3BAACE%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAC5cJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAkBJ%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAR7BA%3BAQsCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BARjJhB%3BAQ%2BJE%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAC3TF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BARgCE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAKzCF%3BAAAA%3BAAAA%3BAGgBE%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAHvBJ%3BAAAA%3BAAAA%3BAGiCA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAHhEJ%3BAAAA%3BAAAA%3BAGyEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BARZE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BASAJ%3BAAAA%3BAAAA%3BAAAA%3BAC5EE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAVmEA%3BAU7DA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAV2CE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAUnCJ%3BAAAA%3BAAAA%3BAACE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAV8BE%3BAAAA%3BAAAA%3BAAAA%3BAUzBA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BATNA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAUJJ%3BAAAA%3BAAAA%3BAVgBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAUXF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKF%3BAAEI%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAJzGN%3BAAAA%3BAAAA%3BAImHA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAVjCE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAUwCF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAJnKJ%3BAAAA%3BAAAA%3BAI6KE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAV5HF%3BAUmIA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJrON%3BAAAA%3BAAAA%3BAKKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BALPJ%3BAAAA%3BAAAA%3BAKiBA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BALvBJ%3BAAAA%3BAAAA%3BAMGA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAZgEA%3BAY1DE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAZ8CF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAFA%3BAAAA%3BAAAA%3BAAAA%3BAY9BA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BANnDJ%3BAAAA%3BAAAA%3BAM8DA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAZZA%3BAYkBA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAZ9EF%3BAYuFI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BANlKR%3BAAAA%3BAAAA%3BAOGA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAb4EA%3BAAAA%3BAAAA%3BAAAA%3BAapEA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAb4DJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAarDE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACjCJ%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAd6EE%3BAAAA%3BAAAA%3BAAAA%3BAcvEA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAduDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAc9CE%3BAAAA%3BAAAA%3BAAAA%3BACzCN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAf2FI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAezFF%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAqBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAfXA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAewBA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAfpDN%3BAe6DE%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAf1EF%3BAekFI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAEI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BACxLN%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAhB2EE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgBnEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAhBiBA%3BAgBZA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAhBEA%3BAgBGA%3BAAAA%3BAAAA%3BAAAA%3BAhBTA%3BAgBeA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAhBzBF%3BAgB%2BBA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAftHF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAgBuGE%3BAAAA%3BAAAA%3BAAAA%3BAhBrGF%3BAgB4GA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAC%2FMN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAjBwCF%3BAiBjCA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAjB6BJ%3BAiBrBE%3BAAAA%3BAAAA%3BAAAA%3BACpEN%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAlBiEA%3BAkBnDE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlBkCA%3BAkBxBA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAlB7DE%3BAkBoEE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlBpEF%3BAAAA%3BAAAA%3BAAAA%3BAkB8EA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAZpMF%3BAAAA%3BAAAA%3BAY4MA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAZpNJ%3BAAAA%3BAAAA%3BAY8NE%3BAAAA%3BAAAA%3BAlBrIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmBhFI%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAb9BJ%3BAAAA%3BAAAA%3BAcIE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAdPF%3BAAAA%3BAAAA%3BAcgBE%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BApB2DE%3BAoBrDE%3BAAAA%3BAAAA%3BAAAA%3BApBqDF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoBxCJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAdjEF%3BAAAA%3BAAAA%3BAc2EE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BApBZF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoBwBF%3BAAAA%3BAAAA%3BAd7GF%3BAAAA%3BAAAA%3BAcqHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BApBjDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMrFJ%3BAAAA%3BAAAA%3BAcsJA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BApBjFE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMrFJ%3BAAAA%3BAAAA%3BAcmLI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAd3LN%3BAAAA%3BAAAA%3BAcsMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAdjPF%3BAAAA%3BAAAA%3BAc4PE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BApBpLA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqBtFA%3BAAAA%3BAAAA%3BArBkFA%3BAqB9EE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAfVN%3BAAAA%3BAAAA%3BAeoBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BArBhBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqB2BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACjHJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtBiDE%3BAsBxCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAtBqCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsBzBA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAtBeA%3BAsBNE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAC9IN%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAvB2EA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuBhEA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAvBQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuBIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BACvJN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAxB0DA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAwB9CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAxBgCF%3BAwBzBA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAC5ER%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAzBoEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAyBxDA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACpDF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BA1BeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0BNA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAChGJ%3BAAAA%3BAAAA%3BAAAA%3BArBDF%3BAAAA%3BAAAA%3BAsBKI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAtBTJ%3BAAAA%3BAAAA%3BAsBoBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA3BYF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BA2BXI%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BA5B6CE%3BA4BxCA%3BAAAA%3BAAAA%3BAAAA%3BAC3CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA5B2DF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA6BvEA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAvBZF%3BAAAA%3BAAAA%3BAuBqBE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAvBlCF%3BAAAA%3BAAAA%3BAuB2CI%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAASR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%22%7D */