/* global styles */
/* Theme fonts */
/*Theme colors*/
.my-selections {
  color: green;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  font-size: 2rem;
  line-height: 1.5;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  font-family: 'Suisse', Arial, sans-serif;
  font-weight: 300;
  color: #020b17;
  background: #fff;
  border-left: 1rem solid #fff;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
nav ul {
  list-style: none;
}
ul li {
  list-style-type: none;
}
blockquote {
  quotes: none;
}
select, button {
  border-radius: 0;
  -webkit-appearance: none;
}
blockquote:before, blockquote:after {
  content: '';
  content: none;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 800;
}
h1 {
  font-size: 6rem;
  line-height: 1.16;
}
.site-content > .inner > h1 {
  font-weight: 300;
}
h2 {
  font-size: 4rem;
  line-height: 1;
}
h3 {
  font-size: 3.5rem;
  line-height: 1;
}
.page-template-default h1 {
  margin-bottom: 6rem;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
:focus, *:focus, :active, *:active {
  outline: 0;
}
button:focus {
  outline: none;
}
button::-moz-focus-inner {
  border: 0;
}
ins {
  color: #be5454;
  text-decoration: none;
  margin-right: 0.5rem;
  font-weight: normal !important;
}
ins + i {
  font-style: normal;
  margin-right: 0.5rem;
}
ins.dark {
  color: #000;
}
ins sup {
  display: inline-block;
  vertical-align: top;
  font-size: 0.5em;
  line-height: 1 !important;
}
ins.black {
  color: #020b17;
}
mark {
  color: #000;
  font-weight: bold;
}
del {
  text-decoration: line-through;
  color: #767677;
  font-weight: normal !important;
}
del.dark {
  color: #000;
  text-decoration: none;
  opacity: 1 !important;
}
del sup {
  display: inline-block;
  vertical-align: top;
  font-size: 0.5em;
  line-height: 1 !important;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #e1e1e1;
  margin: 1em 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
input::-ms-clear {
  display: none;
}
iframe {
  max-width: 100%;
}
.wpcf7-form-control-wrap input::-webkit-input-placeholder, .wpcf7-form-control-wrap textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.7rem;
}
.wpcf7-form-control-wrap input:-moz-placeholder, .wpcf7-form-control-wrap textarea:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.7rem;
}
.wpcf7-form-control-wrap input::-moz-placeholder, .wpcf7-form-control-wrap textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.7rem;
}
.wpcf7-form-control-wrap input:-ms-input-placeholder, .wpcf7-form-control-wrap textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.7rem;
}
#snippet-box {
  display: none !important;
}
.wow {
  visibility: hidden;
}
.clear {
  clear: both;
  font-size: 1px;
}
body.overlayed, html.overlayed {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  overflow: hidden;
}
html.overlayed {
  overflow-y: scroll;
}
#content {
  min-height: 75vh;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #181818 inset !important;
}
input:-webkit-autofill {
  -webkit-text-fill-color: #fff !important;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
/* Firefox */
#page {
  position: relative;
  overflow: hidden;
}
.home #page:before {
  transition: height 1s linear;
  height: 0;
}
#page:before {
  position: fixed;
  left: 0;
  top: 0;
  width: 1rem;
  background: #2e5c91;
  content: '';
  height: 100%;
  z-index: 103;
}
.ready #page:before {
  height: 100%;
}
/* displays */
.d-inline-block {
  display: inline-block;
  margin-right: 5rem;
}
.single-case-study .site-content {
  padding-bottom: 10rem;
}
.single-case-study .column-grid .top-part {
  padding-left: 9%;
}
.single-case-study .highlight .inner {
  max-width: 1100px;
}
.single-case-study .highlight .inner .btn {
  margin-right: 2rem;
  margin-bottom: 2rem;
}
.single-case-study .highlight .inner .highlight-txt {
  text-transform: capitalize;
}
.single-case-study .hero-with-image {
  background: #f8f7f6;
}
.single-case-study .hero-with-image .inner .hero-wrap .img-wrap span:before, .single-case-study .hero-with-image .inner .hero-wrap .img-wrap b i {
  background: #f8f7f6;
}
.single-case-study .h3 {
  font-weight: 700;
}
.single-case-study .column-grid .items {
  text-align: center;
}
.single-case-study .column-grid .items .item {
  background: transparent;
  text-align: left;
  margin-bottom: 6rem !important;
}
.single-case-study .product-item {
  width: 100% !important;
  padding: 0;
  margin: 0;
}
.single-case-study .gallery .gallery-modal {
  max-height: 69rem;
}
.single-case-study .gallery .gallery-modal.full-width {
  max-width: 1065px;
  margin: 0 auto;
  padding: 0 3rem;
  box-sizing: border-box;
}
.single-case-study .gallery .gallery-modal .col-r {
  width: 100%;
}
.single-case-study .gallery .gallery-modal .col-r .gallery-wrap {
  padding: 0 !important;
}
.single-case-study .gallery .gallery-modal .col-r .gallery-wrap .big-image {
  height: 72.5%;
}
.single-case-study .gallery .gallery-modal .col-r .gallery-wrap .img-caption {
  height: 14%;
}
.single-case-study .gallery .gallery-modal .col-r .gallery-wrap .img-wrap {
  max-width: 570px;
  margin: 0 auto;
  display: inline-block;
}
.single-case-study .product-item:hover {
  background: transparent;
}
.single-case-study .product-item .product-item-inner {
  position: relative;
}
.single-case-study .product-item .product-item-inner > a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  transition: color 0.35s;
}
.single-case-study .product-item .product-item-inner > a:hover + .product-item-image + .product-item-head h3 {
  color: #2e5c91;
  text-decoration: underline;
}
.single-case-study .d-inline-block {
  margin: 5rem 10rem 0 0;
}
.single-case-study .d-inline-block + .d-inline-block {
  margin-right: 0;
}
.hidden {
  position: absolute;
  left: 0;
  top: -500px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
/* forms */
.input-text {
  border: 1px solid #808080;
  padding: 0.4rem 2rem 0.3rem 2rem;
  font-size: 1.5rem;
  border-radius: 1.7rem;
  color: #262626;
  font-family: 'Suisse', Arial, sans-serif;
}
/* buttons */
.btn, .simplefavorite-button {
  background: #2e5c91;
  line-height: 5.9rem;
  border-radius: 3rem;
  display: block;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 600;
  text-decoration: none;
  padding: 0 3rem;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s;
  display: inline-block;
  letter-spacing: 2px;
}
.btn span, .simplefavorite-button span {
  display: inline-block;
  position: relative;
  padding-right: 1.6rem;
}
.btn span:before, .simplefavorite-button span:before {
  position: absolute;
  right: 0;
  top: 50%;
  content: '';
  width: 0;
  height: 0;
  opacity: 1;
  border-bottom: 3px solid transparent;
  border-top: 3px solid transparent;
  border-left: 5px solid #fff;
  margin-top: -3px;
  transition: border 0.35s;
  transition: transform 0.35s;
  transform: translate3d(0, 0, 0);
}
.btn:hover, .simplefavorite-button:hover {
  text-decoration: none;
  background: #be5454;
}
.btn:hover span:before, .simplefavorite-button:hover span:before {
  transform: translate3d(0.5rem, 0, 0);
}
.btn.slim, .simplefavorite-button.slim {
  color: #2e5c91;
  background: transparent;
  border: 2px solid #2e5c91;
  box-sizing: border-box;
}
.btn.slim span:before, .simplefavorite-button.slim span:before {
  border-left: 5px solid #2e5c91;
}
.btn.slim:hover, .simplefavorite-button.slim:hover {
  border: 2px solid #be5454;
  background: #be5454;
}
.btn.slim:hover span:before, .simplefavorite-button.slim:hover span:before {
  border-left: 5px solid #fff;
}
.btn.btn-default, .simplefavorite-button.btn-default {
  border-color: #6f6f6f;
  background: #6f6f6f;
  color: #fff;
}
.btn.btn-danger, .simplefavorite-button.btn-danger {
  border-color: #f53836;
  background: #f53836;
  color: #fff;
}
.btn.btn-transparent, .simplefavorite-button.btn-transparent {
  border: 1px solid #0e1c2e;
  background: none;
  color: #000;
}
.btn.btn-transparent:hover, .simplefavorite-button.btn-transparent:hover {
  color: #fff;
  background: #0e1c2e;
}
button.btn {
  cursor: pointer;
  -webkit-appearance: none;
  border: none;
}
.label {
  display: inline-block;
  background: #be5454;
  font-weight: 600;
  font-size: 0.8rem;
  line-height: 2.1rem;
  letter-spacing: 1px;
  padding: 0 0.7rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
  color: #fff;
}
.label.grey {
  background: #f8f7f6;
  color: #0e1c2e;
  padding: 0 1rem;
}
.label.dark {
  background: #0e1c2e;
  color: #f8f7f6;
  padding: 0 1rem;
}
/* text aligments */
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center, .aligncenter {
  text-align: center !important;
}
img.aligncenter {
  display: block;
  margin: 0 auto 7rem;
}
img.alignright {
  float: right;
  margin-left: 5rem;
  margin-block: 3rem;
}
img.alignleft {
  float: left;
  margin-right: 5rem;
  margin-block: 3rem;
}
.left {
  float: left;
}
.right {
  float: right;
}
.wp-caption, .wp-caption-text, .bypostauthor {
  font-size: 1.6rem;
}
.sticky {
  font-size: 1.6rem;
}
.screen-reader-text {
  font-size: 1.6rem;
}
.gallery-caption {
  font-size: 1.6rem;
}
.inner {
  max-width: 1350px;
  padding: 0 3rem;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
}
.cleared:after {
  clear: both;
  content: '';
  display: block;
}
video::-internal-media-controls-download-button {
  display: none;
}
video::-webkit-media-controls-enclosure {
  overflow: hidden;
}
sup {
  font-size: 0.6em;
  display: inline-block;
  position: relative;
  vertical-align: top;
  line-height: 1 !important;
}
.error404 .hero-item .entry {
  padding-top: 7rem;
  min-height: 51.7vh;
}
.error404 .hero-item .entry h2 {
  margin-bottom: 3rem;
}
.error-404-title {
  text-align: center;
  padding: 12rem 0 14rem;
  font-weight: 300;
}
.error-404-title span {
  font-weight: bold;
}
.browse .h3 {
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 2rem;
}
.browse ul {
  padding-bottom: 7rem;
}
.browse ul li {
  display: inline-block;
  vertical-align: top;
  width: calc(25% - 4px);
  margin-bottom: 2rem;
  font-size: 2rem;
  box-sizing: border-box;
  padding-right: 1rem;
}
.browse ul li a {
  color: #2e5c91;
  text-decoration: underline;
  transition: color 0.35s;
}
.browse ul li a:hover {
  color: #be5454;
}
.section h2 {
  font-size: 6rem;
}
.section h3 {
  font-weight: 500;
}
.anchors {
  padding: 4rem 0 5rem;
}
.anchors li {
  display: inline;
  margin: 0 3rem 3rem 0;
}
.search h1 {
  font-weight: normal;
}
.search h1 span {
  font-weight: bold;
}
.search .search-tabs {
  padding: 3rem 0 1rem;
  min-height: 2.6rem;
}
.search .search-tabs a {
  font-size: 2.6rem;
  line-height: 1;
  display: inline-block;
  text-decoration: none;
  margin-right: 3rem;
  color: #020b17;
  transition: color 0.35s;
  font-weight: 600;
}
.search .search-tabs a.current {
  pointer-events: none;
  color: #be5454;
}
.search .search-tabs a.disable {
  color: grey;
  pointer-events: none;
  opacity: 0.5;
}
.search .search-tabs a:hover {
  color: #be5454;
}
@media (max-width: 1300px) {
  html {
    font-size: 60%;
  }
  .search h1, .single-case-study h1 {
    font-size: 5rem;
  }
}
@media (max-width: 1100px) {
  html {
    font-size: 58%;
  }
  .single-case-study .gallery .gallery-modal.full-width {
    max-width: 100%;
  }
  .single-case-study .column-grid .top-part {
    padding-left: 0;
  }
  .search h1, .single-case-study h1 {
    font-size: 4rem;
  }
  body {
    font-size: 1.6rem;
  }
  #page {
    padding-top: 12rem;
  }
  .browse ul li {
    width: calc(33.33% - 4px);
  }
}
@media (max-width: 1023px) {
  .inner {
    padding: 0 20px;
  }
  #page:before {
    width: 0.6rem;
  }
  body {
    border-left: 0.6rem solid #fff;
  }
  .btn {
    line-height: 4.9rem;
    padding: 0 2rem;
  }
  .btn span {
    padding-right: 1rem;
  }
  .simplefavorite-button {
    line-height: 4.9rem;
    padding: 0 2rem;
  }
}
@media (min-width: 768px) {
  .items-scroll {
    width: auto !important;
  }
}
@media (max-width: 767px) {
  .search .search-tabs a {
    font-size: 1.8rem;
    margin-right: 3rem;
  }
  .search .search-tabs a:last-child {
    margin-right: 0;
  }
  h1 {
    font-size: 4rem;
  }
  body.single-case-study .items-scroll {
    text-align: left;
  }
  body.single-case-study .section.column-grid {
    padding-top: 2rem;
  }
  body.single-case-study .section.column-grid .items {
    max-width: 100% !important;
    overflow-y: auto;
  }
  body.single-case-study .section.column-grid .items .item {
    display: block;
    width: 65vw !important;
    max-width: 100% !important;
    float: none;
    margin: 0 auto 30px !important;
  }
  .error-404-title {
    padding: 4rem 0 5rem;
  }
  .browse .h3 {
    font-size: 2.2rem;
  }
  .browse ul li {
    width: calc(50% - 4px);
  }
  .single-case-study .gallery .gallery-modal .col-r .gallery-wrap .big-image {
    height: 52%;
  }
  .single-case-study .gallery .gallery-modal .col-r .gallery-wrap .img-wrap {
    max-width: 52vw;
    display: block;
  }
  .btn, .simplefavorite-button {
    font-size: 10px;
    line-height: 5.4rem;
    padding: 0 2.5rem;
  }
  .inner {
    padding: 0 33px;
  }
  .search h1 {
    font-size: 2.6rem;
  }
  .single-case-study .d-inline-block {
    margin-right: 0;
    display: block;
    margin-top: 2rem;
  }
}
.dataTables_wrapper {
  position: relative;
}
.dataTables_wrapper .dataTables_filter {
  width: 100%;
  float: left;
  max-width: 36.7rem;
  border-radius: 2.7rem;
  background: #edeff2;
  height: 5.4rem;
  position: relative;
  margin-bottom: 5.1rem;
}
.dataTables_wrapper .dataTables_filter:after {
  position: absolute;
  right: 0;
  top: 0;
  content: '';
  width: 5.4rem;
  height: 5.4rem;
  border-radius: 50%;
  background: #111f31;
  text-align: center;
  line-height: 5.4rem;
  color: #fff;
  border: none;
}
.dataTables_wrapper .dataTables_filter:before {
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  position: absolute;
  right: 1.8rem;
  top: 1.7rem;
  color: #fff;
  content: '\f002';
  font-size: 1.8rem;
  transition: opacity 0.35s;
  z-index: 2;
}
.dataTables_wrapper .dataTables_filter input {
  padding: 0 7.4rem 0 2rem;
  border: none;
  color: #000;
  font-size: 1.4rem;
  line-height: 5.4rem;
  height: 5.4rem;
  background: transparent;
  font-family: 'Suisse', Arial, sans-serif;
  font-size: 1.4rem;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
}
.dataTables_wrapper .dataTables_filter input::-webkit-input-placeholder {
  font-size: 1.4rem;
  font-family: 'Suisse', Arial, sans-serif;
  color: #0e1c2e;
  opacity: 1;
}
.dataTables_wrapper .dataTables_filter input:-moz-placeholder {
  font-size: 1.4rem;
  font-family: 'Suisse', Arial, sans-serif;
  color: #0e1c2e;
  opacity: 1;
}
.dataTables_wrapper .dataTables_filter input::-moz-placeholder {
  font-size: 1.4rem;
  font-family: 'Suisse', Arial, sans-serif;
  color: #0e1c2e;
  opacity: 1;
}
.dataTables_wrapper .dataTables_filter input:-ms-input-placeholder {
  font-size: 1.4rem;
  font-family: 'Suisse', Arial, sans-serif;
  color: #0e1c2e;
  opacity: 1;
}
.dataTables_wrapper .dataTables_filter input:focus::-webkit-input-placeholder {
  opacity: 0.8;
}
.dataTables_wrapper .dataTables_filter input:focus:-moz-placeholder {
  opacity: 0.8;
}
.dataTables_wrapper .dataTables_filter input:focus::-moz-placeholder {
  opacity: 0.8;
}
.dataTables_wrapper .dataTables_filter input:focus:-ms-input-placeholder {
  opacity: 0.8;
}
.dataTables_wrapper .dataTables_length {
  float: right;
  position: relative;
  background: #eaecef;
  height: 3.2rem;
  border-radius: 1.6rem;
  padding: 0 2.3rem 0 3.5rem;
  font-size: 1.3rem;
  color: #111f31;
  line-height: 3.2rem;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  cursor: pointer;
}
.dataTables_wrapper .dataTables_length:before {
  position: absolute;
  width: 16px;
  height: 12px;
  content: '';
  background: url(../svg/per-page-icon.svg) no-repeat 0 0;
  top: 50%;
  margin-top: -6px;
  left: 1rem;
}
.dataTables_wrapper .dataTables_length:after {
  position: absolute;
  right: 1rem;
  top: 50%;
  content: '';
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #111f31;
  margin-top: -3px;
}
.dataTables_wrapper .dataTables_length select {
  -webkit-appearance: none;
  margin: 0.7rem 0 0;
  padding: 0;
  pointer-events: none;
  background: transparent;
  border: none;
  width: 27px;
  height: 18px;
  float: left;
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.dataTables_wrapper .dataTables_length b {
  margin-right: 0.5rem;
  height: 18px;
  display: inline-block;
  font-weight: normal;
  position: relative;
  top: 1px;
  pointer-events: none;
}
.dataTables_wrapper .dataTables_length label {
  pointer-events: none;
}
.dataTables_wrapper .dataTables_length.expanded ul {
  opacity: 1;
  visibility: visible;
}
.dataTables_wrapper .dataTables_length ul {
  position: absolute;
  top: 100%;
  left: 1.6rem;
  right: 1.6rem;
  background: #eaecef;
  padding: 1rem;
  border-radius: 0 0 1.6rem 1.6rem;
  z-index: 3;
  transition: opcity 0.35s, visibility 0.35s;
  opacity: 0;
  visibility: hidden;
}
.dataTables_wrapper .dataTables_length ul li {
  display: block;
  padding-left: 0;
  margin-left: 0;
  list-style-type: none;
  font-size: 1.3rem;
  line-height: 1.68;
}
.dataTables_wrapper .dataTables_length ul li:before {
  display: none;
}
.dataTables_wrapper .table-wrap {
  position: relative;
  clear: both;
  padding-bottom: 4.9rem;
  border-bottom: 1px dotted #000;
  margin-bottom: 4.1rem;
}
.dataTables_wrapper .table-wrap:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 2px;
  background: #be5454;
  height: 3rem;
  border-radius: 1.5rem;
  content: '';
  z-index: -1;
}
.dataTables_wrapper .table-wrap tfoot th, .dataTables_wrapper .table-wrap thead th {
  background: transparent;
}
tfoot th, thead th {
  background: transparent !important;
  line-height: 30px;
  color: #fff;
  padding: 0 2rem !important;
  font-weight: 600;
  font-size: 0.9rem;
  white-space: nowrap;
  font-family: 'Suisse', Arial, sans-serif;
  border: none !important;
  border-right: 1px solid #ededed !important;
}
tfoot th.column-4.sorting, thead th.column-4.sorting {
  pointer-events: none;
}
tfoot th.column-4.sorting:after, thead th.column-4.sorting:after {
  display: none;
}
tfoot th.column-5.sorting, thead th.column-5.sorting {
  border-right-color: transparent !important;
}
tr td {
  border: 1px solid #ededed !important;
  font-size: 1.3rem;
  line-height: 2rem;
  padding: 2rem !important;
}
tr td:first-child {
  border-left: none !important;
}
tr td:last-child {
  border-right: none !important;
}
tr.row-2 td {
  border-top: none !important;
}
.tablepress .sorting::after, .tablepress .sorting_asc::after, .tablepress .sorting_desc::after {
  right: 9px !important;
}
.tablepress .odd td {
  background-color: #edeff2;
}
.to-top {
  position: relative;
  padding: 0 1.6rem 0 3rem;
  font-size: 1.3rem;
  background: #eaecef;
  color: #111f31;
  margin-top: 0.4rem;
  line-height: 3.2rem;
  border-radius: 1.6rem;
  display: inline-block;
  text-decoration: none !important;
  font-weight: 400 !important;
}
.to-top:after {
  position: absolute;
  left: 1.3rem;
  top: 50%;
  content: '';
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 6px solid #111f31;
  margin-top: -3px;
}
.dataTables_paginate span {
  padding: 0 6px;
}
.dataTables_paginate span a {
  width: 3.7rem;
  height: 3.7rem;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid #7f7f7f;
  text-align: center;
  line-height: 3.7rem;
  transition: background 0.35s, border 0.35s, color 0.35s;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: normal;
  margin: 0 6px;
}
.dataTables_paginate span a:only-child {
  display: none;
}
.dataTables_paginate span a.current {
  background: #be5454;
  border: 1px solid #be5454;
  color: #fff !important;
  font-weight: normal !important;
}
.dataTables_paginate > .paginate_button {
  text-decoration: none;
  position: relative;
  padding-right: 1.6rem;
  font-size: 1.3rem;
  text-transform: uppercase;
}
.dataTables_paginate > .paginate_button:after {
  position: absolute;
  right: 3px;
  top: 50%;
  content: '';
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-left: 4px solid #111f31;
  border-bottom: 6px solid transparent;
  margin-top: -6px;
}
.dataTables_paginate > .paginate_button.previous {
  padding: 0 0 0 1.6rem;
}
.dataTables_paginate > .paginate_button.previous:after {
  border-right: 4px solid #111f31;
  border-left: none;
  right: auto;
  left: 3px;
}
.dataTables_paginate > .paginate_button.first, .dataTables_paginate > .paginate_button.last {
  display: none;
}
.dataTables_paginate > .paginate_button.disabled {
  opacity: 0;
  display: none;
}
input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
.tablepress.fixedHeader-floating {
  background: #be5454 !important;
  border-radius: 1.5rem;
}
@media (max-width: 1200px) {
  .dataTables_wrapper .tablepress {
    width: 1200px;
  }
  .dataTables_wrapper .table-wrap {
    overflow-x: auto;
    margin-bottom: 1rem;
  }
  .dataTables_wrapper .table-wrap:before {
    width: 1200px;
  }
  .dataTables_info {
    margin-bottom: 1rem;
  }
  .dataTables_paginate > .paginate_button {
    display: none;
  }
}
@media (max-width: 1023px) {
  .dataTables_wrapper .dataTables_filter {
    max-width: 30rem;
  }
}
@media (max-width: 767px) {
  .dataTables_wrapper .dataTables_length {
    margin-top: 0;
    position: relative;
    top: 0.5rem;
  }
  .dataTables_wrapper .dataTables_filter {
    max-width: 100%;
    margin-bottom: 7rem;
    margin-top: -3rem;
  }
  .dataTables_info {
    float: right;
  }
}
.page-template-product-selection-guide-page .dataTables_wrapper .dataTables_length, .page-template-product-selection-guide-page .to-top, .page-template-product-selection-guide-page .dataTables_paginate {
  display: none !important;
}
.page-template-product-selection-guide-page .entry-content {
  padding: 0 0 5rem;
  margin-top: 7rem;
  position: relative;
}
.page-template-product-selection-guide-page .tablepress-table-name {
  margin-bottom: 5rem;
  border-bottom: 1px dotted #c8c8c8;
  padding-bottom: 1.8rem;
  cursor: pointer;
  position: relative;
  font-size: 2.8rem;
  line-height: 1;
  font-weight: 300;
  display: none;
  min-width: 38rem;
}
.page-template-product-selection-guide-page .tablepress-table-name.active {
  display: inline-block;
  padding-right: 5rem;
}
.page-template-product-selection-guide-page .tablepress-table-name:after {
  position: absolute;
  right: 0.6rem;
  top: 50%;
  content: '';
  width: 0;
  height: 0;
  border-left: 0.8rem solid transparent;
  border-right: 0.8rem solid transparent;
  border-top: 1rem solid #020b17;
  margin-top: -1.3rem;
  transition: border 0.35s;
}
.page-template-product-selection-guide-page .tablepress-table-name.expanded:after {
  border-bottom: 1rem solid #020b17;
  border-top: none;
}
.page-template-product-selection-guide-page .tablepress, .page-template-product-selection-guide-page .dataTables_wrapper {
  display: none;
}
.page-template-product-selection-guide-page .dataTables_wrapper .tablepress {
  display: table;
}
.page-template-product-selection-guide-page .anchors-list {
  position: absolute;
  top: 4.7rem;
  left: 0;
  padding: 2rem;
  right: 0;
  background: #fff;
  z-index: 7;
  display: none;
  max-width: 43rem;
  box-sizing: border-box;
}
.page-template-product-selection-guide-page .anchors-list.opened + .tablepress-table-name:after {
  border-bottom: 1rem solid #020b17;
  border-top: none;
}
.page-template-product-selection-guide-page .anchors-list .tablepress-table-name {
  margin-bottom: 0.5rem;
  border: none;
  font-size: 2rem;
  display: block;
  font-weight: bold;
  transition: opacity 0.35s;
}
.page-template-product-selection-guide-page .anchors-list .tablepress-table-name.active, .page-template-product-selection-guide-page .anchors-list .tablepress-table-name:hover {
  opacity: 0.6;
}
.page-template-product-selection-guide-page .anchors-list .tablepress-table-name:after {
  display: none;
}
@media (max-width: 767px) {
  .page-template-product-selection-guide-page .anchors-list {
    max-width: 100%;
  }
  .page-template-product-selection-guide-page .tablepress-table-name.active {
    display: block;
    min-width: 1px;
  }
}
/* header styles */
#page {
  padding-top: 21rem;
}
#page.no-promo {
  padding-top: 15rem;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 102;
  padding-bottom: 1rem;
  background: transparent;
  -webkit-transition: transform 0.35s;
  transition: transform 0.35s;
  will-change: transform;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  background: #fff;
  overflow: hidden;
}
#header.loaded {
  overflow: visible;
}
#header.sticky {
  background: #fff;
  transform: translate3d(0, -6rem, 0);
}
#header .external-links {
  display: none;
}
.no-promo #header.sticky {
  transform: translate3d(0, 0, 0);
}
.logged-in.role-administrator #header {
  top: 32px;
}
#header .inner {
  position: relative;
}
#header > .inner:before {
  position: absolute;
  left: 0;
  bottom: -5rem;
  right: 0;
  background: #fff;
  content: '';
  pointer-events: none;
  height: 150%;
  transition: height 1s linear;
  z-index: 20;
  transform: rotate(-5deg);
}
#header nav {
  padding-top: 6.5rem;
  float: left;
}
#header nav .nav-top {
  display: none;
}
#header nav #menu-main-menu.leaved {
  pointer-events: none;
}
#header nav #menu-main-menu > li {
  float: left;
  margin: 0 1rem;
}
#header nav #menu-main-menu > li.last {
  display: none;
}
#header nav #menu-main-menu > li.current-menu-item > a:after {
  width: calc(100% - 2.8rem);
}
#header nav #menu-main-menu > li.single-column {
  position: relative;
}
#header nav #menu-main-menu > li.single-column > ul {
  left: 0;
  padding-bottom: 0;
  right: auto;
  width: 25rem;
}
#header nav #menu-main-menu > li.single-column > ul > li.col-2, #header nav #menu-main-menu > li.single-column > ul > li {
  width: 90%;
  margin: 0 5%;
}
#header nav #menu-main-menu > li.single-column > ul > li.col-2 > ul > li, #header nav #menu-main-menu > li.single-column > ul > li > ul > li {
  margin-bottom: 1.5rem;
}
#header nav #menu-main-menu > li > a:after {
  background: #be5454;
  bottom: 1rem;
  left: 1.2rem;
  right: 1.6rem;
  height: 2px;
  content: '';
  position: absolute;
  transition: width 0.35s;
  width: 0;
  box-sizing: border-box;
}
#header nav #menu-main-menu > li > a:hover:after {
  width: calc(100% - 2.8rem);
}
#header nav #menu-main-menu > li a {
  display: block;
  color: #262626;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 600;
  padding: 1.5rem 1.6rem 1.5rem 1.2rem;
  text-decoration: none;
  font-family: 'Suisse', Arial, sans-serif;
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
#header nav #menu-main-menu > li.menu-item-has-children:hover > a {
  color: #fff;
  background: #111f31;
  text-decoration: none;
}
#header nav #menu-main-menu > li.menu-item-has-children:hover > a:after {
  display: none;
}
#header nav #menu-main-menu > li.menu-item-has-children:hover > a:hover {
  color: #fff;
  text-decoration: none;
  background: #111f31;
}
#header nav #menu-main-menu > li.menu-item-has-children:hover > a:hover:before {
  border-bottom: 6px solid #be5454;
  border-top: none;
}
#header nav #menu-main-menu > li.menu-item-has-children > a {
  position: relative;
  padding-right: 1.8rem;
}
#header nav #menu-main-menu > li.menu-item-has-children > a:after {
  display: none;
}
#header nav #menu-main-menu > li.menu-item-has-children > a:before {
  position: absolute;
  right: 0.6rem;
  top: 50%;
  content: '';
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #be5454;
  margin-top: -3px;
  transition: border 0.35s;
}
#header nav #menu-main-menu > li > ul {
  position: absolute;
  left: 3rem;
  right: 3rem;
  top: 100%;
  background: #111f31;
  opacity: 0;
  max-height: calc(100vh - 200px);
  box-sizing: border-box;
  overflow-y: auto;
  padding: 3.1rem 0 5.4rem;
  visibility: hidden;
  -webkit-transition: opacity 0s, visibility 0s;
  transition: opacity 0s, visibility 0s;
  display: flex;
  flex-wrap: wrap;
}
#header nav #menu-main-menu > li > ul:after {
  display: block;
  content: '';
  overflow: hidden;
}
#header nav #menu-main-menu > li > ul > li {
  float: left;
  width: 95.7%;
  margin: 0 1% 0 3.3%;
}
#header nav #menu-main-menu > li > ul > li.col-2 {
  width: 45.7%;
}
#header nav #menu-main-menu > li > ul > li.col-3 {
  width: 29%;
}
#header nav #menu-main-menu > li > ul > li.col-4 {
  width: 16.7%;
}
#header nav #menu-main-menu > li > ul > li.col-4:last-child {
  width: 29.4%;
  margin: 0 4% 0 3.2%;
  position: relative;
}
#header nav #menu-main-menu > li > ul > li .external-links {
  position: absolute;
  bottom: 3.5rem;
  left: 0;
  right: 0;
  display: block;
}
#header nav #menu-main-menu > li > ul > li .external-links a {
  float: left;
  width: 47%;
  position: relative;
  padding: 0;
  overflow: hidden;
}
#header nav #menu-main-menu > li > ul > li .external-links a:hover em {
  text-decoration: none;
}
#header nav #menu-main-menu > li > ul > li .external-links a:hover img {
  transform: translate3d(0, 0, 1px) scale(1.1);
}
#header nav #menu-main-menu > li > ul > li .external-links a:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  background: #2e5c91;
  opacity: 0.76;
  z-index: 3;
}
#header nav #menu-main-menu > li > ul > li .external-links a img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  will-change: transform;
  transition: transform 1s;
  transform: translate3d(0, 0, 1px);
}
#header nav #menu-main-menu > li > ul > li .external-links a span {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
  text-align: center;
  color: #fff;
  z-index: 4;
}
#header nav #menu-main-menu > li > ul > li .external-links a span b {
  font-size: 1.5rem;
  font-weight: 600;
  display: block;
}
#header nav #menu-main-menu > li > ul > li .external-links a span em {
  font-style: normal;
  display: inline-block;
  font-size: 1rem;
  text-decoration: underline;
}
#header nav #menu-main-menu > li > ul > li .external-links a span em:after {
  content: "\f08e";
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  margin-left: 0.4rem;
}
#header nav #menu-main-menu > li > ul > li .external-links a + a {
  float: right;
}
#header nav #menu-main-menu > li > ul > li > a {
  display: none;
}
#header nav #menu-main-menu > li > ul > li > ul > li {
  margin-bottom: 2.5rem;
}
#header nav #menu-main-menu > li > ul > li > ul > li.view-all {
  display: none;
}
#header nav #menu-main-menu > li > ul > li > ul > li > a {
  display: block;
  font-size: 1.6rem;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  padding: 0.5rem 1.9rem 0.5rem 0;
  position: relative;
  max-width: 21.6rem;
  box-sizing: border-box;
}
#header nav #menu-main-menu > li > ul > li > ul > li > a:after {
  position: relative;
  right: 1rem;
  top: 0%;
  content: '';
  width: 0;
  height: 0;
  opacity: 0;
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
  border-left: 6px solid #fff;
  margin-top: 5px;
  margin-left: 1rem;
  margin-right: -1rem;
  transition: border 0.35s;
  display: inline-block;
  transition: opacity 0.35s, right 0.35s, background 0.35s;
  vertical-align: top;
  line-height: 0;
}
#header nav #menu-main-menu > li > ul > li > ul > li > a:before {
  position: absolute;
  right: 100%;
  top: 0;
  bottom: 0;
  content: '';
  background: #1c314e;
  opacity: 0;
  width: 1.7rem;
  transition: opacity 0.35s;
}
#header nav #menu-main-menu > li > ul > li > ul > li > a:hover {
  background: #1c314e;
}
#header nav #menu-main-menu > li > ul > li > ul > li > a:hover:after {
  right: 0;
  opacity: 1;
}
#header nav #menu-main-menu > li > ul > li > ul > li > a:hover:before {
  opacity: 1;
}
#header nav #menu-main-menu > li > ul > li > ul > li > a + ul {
  border-top: 1px solid #2e5c91;
  padding-top: 1.2rem;
  max-width: 21.6rem;
}
#header nav #menu-main-menu > li > ul > li > ul > li > a + ul li {
  display: block;
  margin-bottom: 1px;
}
#header nav #menu-main-menu > li > ul > li > ul > li > a + ul li.icon-01 a, #header nav #menu-main-menu > li > ul > li > ul > li > a + ul li.icon-02 a, #header nav #menu-main-menu > li > ul > li > ul > li > a + ul li.icon-03 a {
  position: relative;
  padding-left: 2.5rem;
}
#header nav #menu-main-menu > li > ul > li > ul > li > a + ul li.icon-01 a:after, #header nav #menu-main-menu > li > ul > li > ul > li > a + ul li.icon-02 a:after, #header nav #menu-main-menu > li > ul > li > ul > li > a + ul li.icon-03 a:after {
  content: "\f518";
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  position: absolute;
  left: 0;
  top: 0.7rem;
}
#header nav #menu-main-menu > li > ul > li > ul > li > a + ul li.icon-02 a:after {
  content: "\f46d";
}
#header nav #menu-main-menu > li > ul > li > ul > li > a + ul li.icon-03 a:after {
  content: "\f53f";
}
#header nav #menu-main-menu > li > ul > li > ul > li > a + ul a {
  display: block;
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1.46;
  padding: 0.4rem 1.7rem 0.4rem 0;
  color: #fff;
  position: relative;
}
#header nav #menu-main-menu > li > ul > li > ul > li > a + ul a:before {
  position: absolute;
  right: 100%;
  top: 0;
  bottom: 0;
  content: '';
  background: #1c314e;
  opacity: 0;
  width: 1.7rem;
  transition: opacity 0.35s;
}
#header nav #menu-main-menu > li > ul > li > ul > li > a + ul a:hover {
  background: #1c314e;
}
#header nav #menu-main-menu > li > ul > li > ul > li > a + ul a:hover:before {
  opacity: 1;
}
#header nav #menu-main-menu > li.leaved > ul {
  pointer-events: none;
}
#header nav #menu-main-menu > li:hover > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.35s, visibility 0.35s;
  transition: opacity 0.35s, visibility 0.35s;
}
#header .header-right {
  float: right;
  padding-top: 2.7rem;
  padding-right: 1.9rem;
}
#header .header-right .my-selections {
  padding-left: 2.8rem;
  padding-top: 6px;
  line-height: 23px;
  font-size: 1.3rem;
  color: #020b17;
  text-decoration: none;
  float: right;
  margin-bottom: 1.3rem;
  transition: color 0.35s;
  position: relative;
  z-index: 2;
}
#header .header-right .my-selections.added b {
  animation: pulse-black 2s infinite;
}
#header .header-right .my-selections.added i {
  animation: pulse-white 2s infinite;
}
#header .header-right .my-selections b {
  background: #262626;
  width: 2rem;
  height: 2rem;
  content: '';
  position: absolute;
  top: 8px;
  right: 0;
  z-index: -1;
  border-radius: 50%;
  box-shadow: 0 0 0 0 #262626;
}
#header .header-right .my-selections i {
  background: #fcd7d7;
  width: 1.6rem;
  height: 1.6rem;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 50%;
  box-shadow: 0 0 0 0 #fcd7d7;
}
#header .header-right .my-selections:after {
  position: absolute;
  background: url(../png/sprite-deco.png) no-repeat -112px 0;
  top: 0;
  left: 0;
  width: 19px;
  height: 29px;
  z-index: 2;
  content: '';
}
#header .header-right .my-selections span {
  display: inline-block;
  background: #262626;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  text-align: center;
  line-height: 2rem;
  color: #fff;
  margin-left: 5px;
  font-size: 1.1rem;
  font-weight: bold;
}
#header .header-right .my-selections:hover {
  color: #be5454;
}
#header .header-right .searchform {
  float: right;
  background: #fff;
  position: relative;
  width: 30.2rem;
  clear: both;
  border-bottom: 1px solid #ccc;
}
#header .header-right .searchform input {
  float: left;
  color: #020b17;
  position: relative;
  z-index: 2;
  font-weight: 600;
  font-size: 1.6rem;
  font-family: 'Suisse', Arial, sans-serif;
  line-height: 1.3;
  padding: 0.7rem 1rem 0.7rem 0;
  width: calc(100% - 1.7rem);
  box-sizing: border-box;
  border: none;
  background: transparent;
  -webkit-appearance: none;
}
#header .header-right .searchform input::-webkit-input-placeholder {
  color: #ccc;
  font-size: 1.6rem;
  font-weight: 600;
  opacity: 1;
}
#header .header-right .searchform input:-moz-placeholder {
  color: #ccc;
  font-size: 1.6rem;
  font-weight: 600;
  opacity: 1;
}
#header .header-right .searchform input::-moz-placeholder {
  color: #ccc;
  font-size: 1.6rem;
  font-weight: 600;
  opacity: 1;
}
#header .header-right .searchform input:-ms-input-placeholder {
  color: #ccc;
  font-size: 1.6rem;
  font-weight: 600;
  opacity: 1;
}
#header .header-right .searchform input:focus::-webkit-input-placeholder {
  opacity: 0.5;
}
#header .header-right .searchform input:focus:-moz-placeholder {
  opacity: 0.5;
}
#header .header-right .searchform input:focus::-moz-placeholder {
  opacity: 0.5;
}
#header .header-right .searchform input:focus:-ms-input-placeholder {
  opacity: 0.5;
}
#header .header-right .searchform button {
  -webkit-appearance: none;
  width: 1.7rem;
  height: 22px;
  color: #383f49;
  background: transparent;
  border: none;
  cursor: pointer;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  float: left;
  margin-top: 0.5rem;
  position: relative;
  font-size: 1.8rem;
  padding: 0;
  z-index: 2;
  pointer-events: none;
}
#header .header-right .searchform button.ready {
  pointer-events: inherit;
}
#header .header-right .searchform button.ready {
  pointer-events: inherit;
}
#header .header-right .searchform button:hover {
  opacity: 0.7;
}
.ready  .promo-bar:before, .visited  .promo-bar:before {
  height: 100%;
}
.ready  #header > .inner:before, .visited  #header > .inner:before {
  height: 0;
}
.visited  #header {
  overflow: visible;
}
.promo-bar {
  text-align: center;
  color: #fff;
  background: #2e5c91;
  line-height: 2.2rem;
  font-size: 1.4rem;
  position: relative;
  z-index: 9;
  transition: opacity 0.35s, transform 0.35s, height 0.35s;
}
.promo-bar:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2e5c91;
  content: '';
  height: 0;
  transition: height 1s linear;
}
.promo-bar strong {
  font-weight: 600;
}
.promo-bar a.promo-link {
  color: #fff;
  font-weight: 300;
  text-decoration: underline;
  position: relative;
  padding-right: 1rem;
  margin-left: 1rem;
}
.promo-bar a.promo-link:after {
  right: 0;
  top: 50%;
  content: '';
  width: 0;
  height: 0;
  opacity: 1;
  border-bottom: 3px solid transparent;
  border-top: 3px solid transparent;
  border-left: 5px solid #fff;
  margin-top: -3px;
  transition: border 0.35s;
  transition: transform 0.35s;
  transform: translate3d(0, 0, 0);
  position: absolute;
}
.promo-bar a.promo-link:hover:after {
  transform: translate3d(0.5rem, 0, 0);
}
.promo-bar .inner {
  padding-top: 1.9rem;
  padding-bottom: 1.9rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.promo-bar.hide {
  transform: translate(0, -100%);
  opacity: 0;
  height: 0 !important;
}
.promo-bar .close {
  position: absolute;
  right: 2rem;
  top: 1.9rem;
  width: 1.8rem;
  height: 1.8rem;
  text-indent: -9999px;
  transition: opacity 0.35s;
  z-index: 9;
  background: #2e5c91;
  color: #fff;
}
.promo-bar .close:hover {
  opacity: 0.7;
}
.promo-bar .close:before, .promo-bar .close:after {
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  background: #fff;
  top: 0;
  bottom: 0;
  margin-left: -1px;
  content: '';
  transform: rotate(45deg);
}
.promo-bar .close:after {
  transform: rotate(-45deg);
}
.logo {
  float: left;
  width: 118px;
  height: 54px;
  margin: 5.5rem 6% 0 0;
}
.logo a {
  width: 100%;
  height: 100%;
  background: url(../svg/logo.svg) no-repeat 0 0 / contain;
  display: block;
  text-indent: -9999px;
}
@keyframes pulse-white {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(252, 215, 215, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(252, 215, 215, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(252, 215, 215, 0);
  }
}
@keyframes pulse-black {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(38, 38, 38, 0.5);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(38, 38, 38, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(38, 38, 38, 0);
  }
}
@media (max-width: 1400px) {
  .logo {
    margin-right: 1%;
  }
  #header .header-right {
    padding-right: 0;
  }
  #header .header-right .searchform {
    width: 22rem;
  }
}
@media (max-width: 1100px) {
  .logo {
    margin-right: 0;
    margin-top: 3rem;
  }
  #header nav {
    padding-top: 4.5rem;
  }
  #header .header-right {
    padding-top: 0.7rem;
  }
  #header.sticky {
    transform: translate3d(0, -4.2rem, 0);
  }
  .promo-bar .close {
    top: 1rem;
  }
  .promo-bar .inner {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  #page {
    padding-top: 15.4rem;
  }
  #page.no-promo {
    padding-top: 11.4rem;
  }
}
@media (min-width: 1024px) {
  #header nav .menu-main-menu-container, #header .header-right .searchform {
    display: block !important;
  }
}
@media (max-width: 1023px) {
  #page {
    padding-top: 127px;
  }
  #page.no-promo {
    padding-top: 89px;
  }
  #header .header-right .my-selections {
    display: none;
  }
  .show-search {
    height: 40px;
    width: 40px;
    float: right;
    position: relative;
    border: 1px solid #111f31;
    border-radius: 50%;
  }
  .show-search:after {
    content: "\f002";
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    position: absolute;
    left: 50%;
    top: 50%;
    color: #111f31;
    transform: translate(-50%, -50%);
  }
  .mobile-menu {
    display: block;
    box-sizing: border-box;
    position: relative;
    float: right;
    margin: 15px 0 0 0;
    height: 42px;
    width: 42px;
    border-radius: 50%;
    background: #111f31;
    z-index: 11;
    cursor: pointer;
    overflow: hidden;
  }
  .mobile-menu:after {
    background: #fff;
    bottom: 10px;
    content: '';
    height: 3px;
    right: 10px;
    position: absolute;
    border-radius: 2px;
    -webkit-transition: all 0.35s linear;
    transition: all 0.35s linear;
    width: 22px;
  }
  .mobile-menu:before {
    background: #fff;
    content: '';
    height: 3px;
    left: 10px;
    position: absolute;
    top: 11px;
    border-radius: 2px;
    transition: all 0.35s linear;
    width: 22px;
  }
  .mobile-menu span {
    background: #fff;
    content: '';
    height: 3px;
    left: 10px;
    border-radius: 2px;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    -webkit-transition: all 0.35s linear;
    transition: all 0.35s ease 0s;
    width: 22px;
  }
  .active.mobile-menu span {
    opacity: 0;
  }
  .active.mobile-menu:before {
    -webkit-transform: rotate(-225deg) scale(1);
    -moz-transform: rotate(-225deg) scale(1);
    transform: rotate(-225deg) scale(1);
    top: 19px;
    transform-origin: 50% 50%;
  }
  .active.mobile-menu:after {
    -webkit-transform: rotate(225deg) scale(1);
    -moz-transform: rotate(225deg) scale(1);
    transform: rotate(225deg) scale(1);
    top: 19px;
    transform-origin: 50% 50%;
  }
  .logo {
    width: 87px;
    height: 50px;
    margin-top: 13px;
  }
  #header {
    background: transparent !important;
    padding-bottom: 0;
  }
  .show-fixed-menu #header {
    bottom: 0;
    z-index: 103;
  }
  .show-fixed-menu #header .searchform {
    opacity: 0;
  }
  .show-menu #header nav {
    transform: translate3d(0, 0, 0);
    transition: transform 0.35s;
    opacity: 1;
    visibility: visible;
  }
  #header > .inner {
    padding: 0 20px 10px;
    position: relative;
    background: #fff;
    transition: height 0.4s;
  }
  #header .header-right {
    padding-top: 15px;
    margin-right: 1rem;
    float: right;
    position: relative;
  }
  #header .header-right .searchform {
    margin: 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 15px;
    width: calc(100vw - 240px);
    max-width: 100vw;
    box-sizing: border-box;
    border: none;
    right: 0;
    transition: opacity 0.35s, visibility 0.35s;
  }
  #header .header-right .searchform.expanded {
    opacity: 1;
    visibility: visible;
  }
  #header .header-right .searchform input {
    width: 100%;
    padding: 12px 50px 12px 2rem;
    line-height: 14px;
    background: #edeff2;
    border-radius: 42px;
    color: #111f31;
    font-size: 12px;
    font-weight: normal;
  }
  #header .header-right .searchform input::-webkit-input-placeholder {
    color: #111f31;
    font-size: 12px;
    font-weight: 400;
  }
  #header .header-right .searchform input:-moz-placeholder {
    color: #111f31;
    font-size: 12px;
    font-weight: 400;
  }
  #header .header-right .searchform input::-moz-placeholder {
    color: #111f31;
    font-size: 12px;
    font-weight: 400;
  }
  #header .header-right .searchform input:-ms-input-placeholder {
    color: #111f31;
    font-size: 12px;
    font-weight: 400;
  }
  #header .header-right .searchform button {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    margin-top: 0;
    position: absolute;
    right: 0;
    top: 0;
    background: #111f31;
  }
  #header .header-right .searchform button i {
    color: #fff;
  }
  .no-promo #header nav {
    top: 0;
    bottom: 0;
  }
  #header nav {
    position: fixed;
    clear: both;
    left: 0;
    right: 0;
    bottom: -54px;
    top: 36px;
    z-index: 109;
    visibility: hidden;
    background: #111f31;
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
    transition: transform 0.35s, opacity 0.1s ease 0.35s, visibility 0.1s ease 0.35s;
    padding: 0;
  }
  #header nav .nav-top {
    display: block;
    padding: 0 20px;
  }
  #header nav .nav-top .logo a {
    background: url(../svg/logo-white.svg) no-repeat 0 0 / contain;
  }
  #header nav .nav-top .mobile-menu {
    background: #fff;
  }
  #header nav .nav-top .mobile-menu:after, #header nav .nav-top .mobile-menu:before {
    background: #111f31;
  }
  #header nav .menu-main-menu-container {
    position: absolute;
    top: 94px;
    bottom: 20px;
    z-index: 99;
    left: 20px;
    right: 20px;
    width: calc(100vw - 40px);
    box-sizing: border-box;
    display: block;
    padding: 0 0 4rem;
    max-height: 100%;
    overflow-y: auto;
  }
  #header nav .menu-main-menu-container #menu-main-menu > li {
    float: none;
    display: block;
    margin-right: 0;
    margin-left: 0;
    border-top: 1px solid #2e5c91;
  }
  #header nav .menu-main-menu-container #menu-main-menu > li:last-child {
    border-bottom: 1px solid #2e5c91;
  }
  #header nav .menu-main-menu-container #menu-main-menu > li.overed a:before {
    border-top: transparent !important;
    border-bottom: 9px solid #be5454;
  }
  #header nav .menu-main-menu-container #menu-main-menu > li.menu-item-has-children > a::before {
    right: 0.5rem;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 9px solid #be5454;
    margin-top: -2px;
  }
  #header nav .menu-main-menu-container #menu-main-menu > li.menu-item-has-children:hover > a:hover::before {
    border-top: 9px solid #be5454;
    border-bottom: none;
  }
  #header nav .menu-main-menu-container #menu-main-menu > li.menu-item-has-children.overed > a:hover::before {
    border-bottom: 9px solid #be5454;
    border-top: none;
  }
  #header nav .menu-main-menu-container #menu-main-menu > li a {
    font-size: 24px;
    font-weight: 600;
    padding: 0 1.2rem !important;
    line-height: 60px;
    display: block;
    position: relative;
    color: #fff;
  }
  #header nav .menu-main-menu-container #menu-main-menu > li a.my-selections span {
    font-size: 18px;
    display: inline-block;
    position: relative;
    top: -5px;
  }
  #header nav .menu-main-menu-container #menu-main-menu > li a:after {
    display: none;
  }
  #header nav .menu-main-menu-container #menu-main-menu > li ul {
    position: relative;
    padding: 2.2rem 0;
    left: 0;
    opacity: 1;
    visibility: visible;
    border-top: 1px solid #2e5c91;
    display: none;
    max-width: 100vw;
    width: auto;
    overflow-x: hidden;
    max-height: 2000px;
  }
  #header nav .menu-main-menu-container #menu-main-menu > li ul:before, #header nav .menu-main-menu-container #menu-main-menu > li ul:after {
    display: none;
  }
  #header nav .menu-main-menu-container #menu-main-menu > li ul > li {
    display: block;
    margin: 0 !important;
    width: 100% !important;
  }
  #header nav .menu-main-menu-container #menu-main-menu > li ul > li > a {
    display: none;
  }
  #header nav .menu-main-menu-container #menu-main-menu > li ul > li .external-links {
    position: static !important;
    padding: 1rem 0 3rem;
    overflow: hidden;
  }
  #header nav .menu-main-menu-container #menu-main-menu > li ul > li .external-links a {
    width: 100%;
    margin-top: 1.5rem;
    box-sizing: border-box;
    height: 70px;
    overflow: hidden;
  }
  #header nav .menu-main-menu-container #menu-main-menu > li ul > li .external-links a img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    transform: translate3d(0, 0, 0);
  }
  #header nav .menu-main-menu-container #menu-main-menu > li ul > li .external-links a:before {
    border: none !important;
    z-index: 2;
    transform: translate3d(0, 0, 1px);
  }
  #header nav .menu-main-menu-container #menu-main-menu > li ul > li .external-links a b {
    line-height: 1;
    display: block;
    margin-bottom: 1rem;
  }
  #header nav .menu-main-menu-container #menu-main-menu > li ul > li .external-links a span {
    z-index: 3;
    transform: translate3d(0, -50%, 1px);
  }
  #header nav .menu-main-menu-container #menu-main-menu > li ul > li .external-links a em {
    line-height: 1;
    display: block;
  }
  #header nav .menu-main-menu-container #menu-main-menu > li ul > li ul {
    display: block;
    padding: 0;
    border: none;
  }
  #header nav .menu-main-menu-container #menu-main-menu > li ul > li ul li {
    padding-left: 8px;
  }
  #header nav .menu-main-menu-container #menu-main-menu > li ul > li ul li.menu-item-has-children > a:after {
    display: block !important;
  }
  #header nav .menu-main-menu-container #menu-main-menu > li ul > li ul li.overed > a:after {
    transform: rotate(90deg);
  }
  #header nav .menu-main-menu-container #menu-main-menu > li ul > li ul li a {
    display: block;
    font-size: 18px;
    line-height: 21px;
    padding: 10px 0 10px 16px !important;
    text-decoration: none;
    max-width: 100%;
  }
  #header nav .menu-main-menu-container #menu-main-menu > li ul > li ul li a:hover {
    color: #fff;
  }
  #header nav .menu-main-menu-container #menu-main-menu > li ul > li ul li a:hover:after {
    transform: rotate(90deg);
  }
  #header nav .menu-main-menu-container #menu-main-menu > li ul > li ul li a:before {
    display: none !important;
  }
  #header nav .menu-main-menu-container #menu-main-menu > li ul > li ul li a:after {
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    content: '';
    opacity: 1;
    margin-left: 0;
    margin-right: 0;
    margin-top: -1px;
    border-left: 6px solid #be5454;
    top: 16px;
    left: 0;
    position: absolute;
    display: none !important;
  }
  #header nav .menu-main-menu-container #menu-main-menu > li ul > li ul li ul {
    display: none;
  }
  #header nav .menu-main-menu-container #menu-main-menu > li ul > li ul li ul li {
    padding-left: 17px;
  }
  #header nav .menu-main-menu-container #menu-main-menu > li ul > li ul li ul li a {
    padding: 5px 0 5px 0 !important;
    font-size: 16px;
    font-weight: 300;
  }
  #header nav .menu-main-menu-container #menu-main-menu > li ul > li ul li ul li a:hover {
    background: transparent;
  }
  #header nav .menu-main-menu-container #menu-main-menu > li ul > li ul li ul li a:after {
    display: none !important;
  }
}
@media (max-width: 767px) {
  #page {
    padding-top: 124px;
  }
  #page.no-promo {
    padding-top: 73px;
  }
  .promo-bar .inner {
    padding: 8px 30px 8px 10px;
  }
  .promo-bar .close {
    right: 1rem;
    top: 8px;
  }
  #header .header-right .login-icon {
    margin-right: 25px;
  }
}
@media (max-width: 479px) {
  #header .logo.hide {
    opacity: 0;
  }
  #header .header-right .searchform {
    margin-right: 0;
    width: calc(100vw - 90px);
  }
}
/* case front page sections */
.hero {
  padding-top: 4.4rem;
  margin-bottom: 17.1rem;
  position: relative;
}
.hero .hero-banner.ready .slick-current .img-wrap span:before {
  height: 0;
}
.hero .hero-banner.ready .slick-current .img-wrap b i {
  width: 0;
}
.hero .hero-banner.ready .slick-current .img-wrap b img {
  transform: translate3d(0, 0, 1px);
}
.hero .hero-banner.ready .slick-current .img-wrap b:before {
  height: 100%;
}
.hero .hero-banner.ready .slick-current .col-r:before {
  width: 0;
}
.hero .hero-banner.ready .slick-dots button:before {
  height: 0;
}
.hero .hero-banner.ready .slick-dots li.slick-active:after {
  width: 4.2rem;
}
.hero .hero-banner.ready .slick-dots li:after {
  width: 1.5rem;
}
.hero .img-wrap {
  padding-left: 4.7rem;
  position: relative;
  float: left;
  width: 66%;
  box-sizing: border-box;
}
.hero .img-wrap:after {
  position: absolute;
  right: -2px;
  top: 0;
  bottom: 0;
  width: 5px;
  background: #fff;
  content: '';
  z-index: 4;
}
.hero .img-wrap b {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.hero .img-wrap b img {
  transform: translate3d(0, 0, 1px) scale(1.2);
  will-change: transform;
  transition: transform 1.9s ease 0s;
}
.hero .img-wrap b:before {
  position: absolute;
  width: 1rem;
  left: 0;
  background: #be5454;
  bottom: 0;
  content: '';
  transition: height 1s linear;
  height: 0;
  z-index: 2;
}
.hero .img-wrap b:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, .8) 100%);
}
.hero .img-wrap b i {
  position: absolute;
  width: 100%;
  right: 0;
  background: #fff;
  bottom: 0;
  top: 0;
  transition: width 1s linear;
  z-index: 2;
}
.hero .img-wrap span {
  position: absolute;
  top: 2px;
  left: 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.9rem;
  line-height: 3.8rem;
  transform-origin: 100% 0;
  transform: rotate(-90deg);
  width: 30rem;
  margin-left: -29.3rem;
  text-align: right;
  letter-spacing: 1.5px;
}
.hero .img-wrap span:before {
  position: absolute;
  right: 0;
  left: 0;
  background: #fff;
  bottom: 0;
  content: '';
  transition: height 0.5s linear 1s;
  height: 100%;
}
.hero .col-r {
  float: right;
  width: 41.8%;
  margin-left: -26.5%;
  position: relative;
  z-index: 5;
  padding-top: 5rem;
}
.hero .col-r:before {
  position: absolute;
  pointer-events: none;
  right: 0;
  top: 0;
  background: #fff;
  bottom: 0;
  content: '';
  transition: width 0.7s linear 0.3s;
  width: 100%;
}
.hero .col-r .h1 {
  font-size: 7rem;
  line-height: 1.07;
  font-weight: 300;
  margin-bottom: 3.3rem;
  max-width: 87%;
}
.hero .col-r .h1 b {
  font-weight: 600;
}
.hero .col-r .descr {
  font-weight: 300;
  margin-bottom: 4rem;
  max-width: 87%;
}
.hero .slick-dots {
  position: absolute;
  bottom: -5.5rem;
  right: 1rem;
}
.hero .slick-dots li {
  position: relative;
  display: block;
  text-align: right;
}
.hero .slick-dots li:after {
  width: 0;
  content: '';
  display: inline-block;
  height: 1px;
  border-top: 2px solid #ccc;
  vertical-align: middle;
  transition: width 0.35s, background 0.35s;
}
.hero .slick-dots li.slick-active:after {
  border-color: #be5454;
}
.hero .slick-dots li.slick-active button {
  color: #be5454;
}
.hero .slick-dots button {
  -webkit-appearance: none;
  background: transparent;
  color: #757575;
  font-size: 1.3rem;
  line-height: 1.5;
  margin-right: 1.3rem;
  border: none;
  padding: 0;
  display: inline-block;
  transition: color 0.35s;
  vertical-align: middle;
  font-weight: 600;
  cursor: pointer;
  position: relative;
}
.hero .slick-dots button:before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  background: #fff;
  content: '';
  height: 100%;
  transition: height 1s linear;
  z-index: 2;
}
.hero .slick-dots button:hover {
  color: #be5454;
}
.ie .hero .img-wrap b img {
  transition: transform 0s;
}
.ie .hero .hero-banner.ready .slick-current .img-wrap b img {
  transition: transform 1.5s ease 1s;
}
@media (max-width: 1300px) {
  .hero .col-r .descr {
    font-size: 1.8rem;
    max-width: 100%;
  }
  .hero .col-r .h1 {
    font-size: 6rem;
    max-width: 100%;
  }
}
@media (max-width: 1100px) {
  .hero .col-r .descr {
    font-size: 1.6rem;
    max-width: 100%;
  }
  .hero .col-r .h1 {
    font-size: 5rem;
    max-width: 100%;
    margin-bottom: 2rem;
  }
}
@media (max-width: 1023px) {
  .hero {
    padding-top: 0;
    margin-bottom: 14rem;
  }
  .hero .inner {
    padding-left: 0;
  }
  .hero .slick-dots {
    bottom: -8rem;
  }
  .hero .col-r {
    padding-top: 1rem;
  }
  .hero .col-r .descr {
    font-size: 1.6rem;
    max-width: 100%;
    margin-bottom: 1.5rem;
  }
  .hero .col-r .h1 {
    font-size: 4rem;
    max-width: 100%;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .hero {
    margin-bottom: 5rem;
  }
  .hero .inner {
    padding-right: 0;
  }
  .hero .slick-slide {
    overflow: hidden;
  }
  .hero .img-wrap {
    padding-left: 0;
    padding-right: 4.7rem;
    width: 102vw;
  }
  .hero .img-wrap b:before {
    left: auto;
    right: 0;
    width: 0.8rem;
  }
  .hero .img-wrap b:after {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, .8) 100%);
  }
  .hero .img-wrap span {
    left: auto;
    right: 0;
    margin-right: -28.5rem;
    transform: rotate(90deg);
    transform-origin: 0 0;
    text-align: left;
  }
  .hero .col-r {
    width: 100%;
    padding-left: 3.5rem;
    padding-right: 2rem;
    margin-top: -4.5rem;
    box-sizing: border-box;
  }
  .hero .col-r:before {
    transition: width 0.7s linear 0s;
  }
  .hero .col-r .descr {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 1.5rem;
  }
  .hero .col-r .h1 {
    font-size: 40px;
    max-width: 80%;
    margin-bottom: 1.5rem;
  }
  .hero .slick-dots {
    bottom: auto;
    top: 1.5rem;
    right: 4rem;
  }
  .hero .slick-dots li {
    float: left;
  }
  .hero .slick-dots li:after {
    display: none;
  }
  .hero .slick-dots li.slick-active button {
    background: #fff;
  }
  .hero .slick-dots li button {
    text-indent: -9999px;
    width: 1.2rem;
    height: 1.2rem;
    border: 1px solid #fff;
    float: left;
    margin-right: 1rem;
    border-radius: 50%;
  }
  .hero .slick-dots li button:before {
    display: none;
  }
}
@media (max-width: 374px) {
  .hero .col-r .h1 {
    max-width: 88%;
  }
}
.features {
  background: #111f31;
  clear: both;
}
.features .txt {
  color: #fff;
}
.features.overed .item, .features.overed .item.anim {
  color: rgba(219, 219, 219, .3);
}
.features.overed .item .in, .features.overed .item.anim .in {
  transform: translate(0, 0);
  transition: transform 0.35s;
}
.features.overed .item a, .features.overed .item.anim a {
  color: rgba(219, 219, 219, .3);
  opacity: 0;
  visibility: hidden;
}
.features.overed .item:hover, .features.overed .item.anim:hover {
  color: #fff;
}
.features.overed .item:hover .in, .features.overed .item.anim:hover .in {
  transform: translate(0, -2.5rem);
}
.features.overed .item:hover a, .features.overed .item.anim:hover a {
  color: #fff;
  opacity: 1;
  visibility: visible;
}
.features.overed .item:hover a:hover, .features.overed .item.anim:hover a:hover {
  text-decoration: none;
}
.features .inner {
  position: relative;
  padding-top: 13.3rem;
  padding-bottom: 7.7rem;
  max-width: 1130px;
}
.features .deco {
  position: absolute;
  width: 89px;
  height: 63px;
  background: url(../png/sprite-deco.png) no-repeat 0 -263px;
  top: -29px;
  left: 22%;
}
.features .item {
  float: left;
  width: 33.33%;
  box-sizing: border-box;
  padding: 0 4%;
  color: rgba(219, 219, 219, .3);
  font-size: 1.8rem;
  line-height: 1.44;
  transition: color 0.35s;
}
.features .item .in {
  transform: translate(0, 0);
  transition: transform 0.35s;
}
.features .item .h2 {
  font-weight: 600;
  font-size: 0.9rem;
  text-transform: uppercase;
  margin-bottom: 3.3rem;
  letter-spacing: 1.5px;
}
.features .item .descr {
  margin-bottom: 2.5rem;
}
.features .item a {
  font-size: 1.5rem;
  text-decoration: none;
  font-weight: 600;
  color: rgba(219, 219, 219, .3);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s, color 0.35s;
}
.features .item:hover, .features .item.anim {
  color: #fff;
}
.features .item:hover .in, .features .item.anim .in {
  transform: translate(0, -2.5rem);
}
.features .item:hover a, .features .item.anim a {
  color: #be5454 !important;
  opacity: 1;
  text-decoration: underline;
  visibility: visible;
}
.features .item:hover a:hover, .features .item.anim a:hover {
  color: #fff !important;
}
.features .progress {
  position: relative;
  height: 0.7rem;
  clear: both;
  background: #fff;
}
.features .progress b {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: #be5454;
  width: 0;
}
@media (max-width: 767px) {
  .features {
    white-space: nowrap;
  }
  .features .progress b {
    width: 100%;
  }
  .features .inner {
    padding-top: 9rem;
    padding-bottom: 5rem;
    padding-right: 0;
  }
  .features .items-wrap {
    transition: transform 0.35s;
    transform: translate3d(0, 0, 0);
  }
  .features .items-wrap.to-1 {
    transform: translate3d(-80vw, 0, 0);
  }
  .features .items-wrap.to-2 {
    transform: translate3d(-160vw, 0, 0);
  }
  .features .deco {
    width: 77px;
    height: 39px;
    background: url(../png/sprite-deco.png) no-repeat 0 -275px;
    top: -18px;
    left: auto;
    right: 12%;
  }
  .features .item {
    width: 73vw;
    text-align: left;
    display: block;
    padding: 0 4rem 0 0;
    float: left;
  }
  .features .item .h2 {
    margin-bottom: 2rem;
  }
  .features .item .descr {
    white-space: normal;
  }
}
.our-works {
  background: #f8f7f6;
  padding: 11.6rem 0 10.8rem;
}
.our-works.more-space .item {
  margin-bottom: 8rem;
  display: inline-block;
  vertical-align: top;
  float: none;
  margin-right: -4px;
}
.our-works h2 {
  font-size: 7rem;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 3.6rem;
}
.our-works h2 strong {
  font-weight: 600;
}
.our-works .inner {
  max-width: 1260px;
}
.our-works .our-works-top {
  max-width: 1070px;
  margin: 0 auto 10.8rem;
}
.our-works .our-works-top + .item {
  margin-left: 0;
}
.our-works .our-works-top .descr {
  float: left;
  font-size: 2rem;
  line-height: 1.5;
  width: 59%;
}
.our-works .our-works-top .descr a {
  color: #2e5c91;
  transition: color 0.35s;
  text-decoration: underline;
}
.our-works .our-works-top .descr a:hover {
  color: #be5454;
}
.our-works .our-works-top .descr ul {
  list-style-type: none;
  padding: 3rem 0;
}
.our-works .our-works-top .descr ul li {
  display: block;
  position: relative;
  padding-left: 2.3rem;
  font-size: 1.6rem;
  line-height: 1.25;
  margin-bottom: 0.8rem;
  font-weight: 400;
}
.our-works .our-works-top .descr ul li:before {
  position: absolute;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: #be5454;
  content: '';
  left: 0;
  top: 0.6rem;
}
.our-works .btn {
  float: right;
}
.our-works .items .item {
  float: none;
  display: inline-block;
  width: calc(29.1% - 4px);
  vertical-align: top;
  margin-bottom: 3rem;
}
.our-works .items .item:nth-child(3n + 1) {
  margin-left: 0;
}
.our-works .items .item .descr {
  margin-bottom: 0;
}
.our-works .items .item .descr p {
  margin-bottom: 1.5rem;
}
.our-works .item {
  float: left;
  width: 29.1%;
  margin-left: 6.35%;
}
.our-works .item:nth-child(3n + 1) {
  margin-left: 0;
}
.our-works .item .img-wrap {
  display: block;
  overflow: hidden;
  margin-bottom: 1.8rem;
  position: relative;
}
.our-works .item .img-wrap:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  background: #be5454;
  height: 0.8rem;
  transition: height 0.35s;
  z-index: 2;
}
.our-works .item .img-wrap:hover::after {
  height: 2rem;
}
.our-works .item .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  transform: translate3d(0, 0, 1px);
  transition: transform 3s ease-out;
  will-change: transform;
}
.our-works .item .img-wrap:hover img, .our-works .item .img-wrap.over img {
  transform: translate3d(0, 0, 1px) scale(1.15);
  transition: transform 3s ease-out;
}
.our-works .item .title {
  display: inline-block;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.2;
  color: #000;
  transition: color 0.35s;
  margin-bottom: 1.5rem;
}
.our-works .item .title:after {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 0.4rem solid transparent;
  border-bottom: 0.4rem solid transparent;
  border-left: 0.4rem solid #2e5c91;
  transform: rotate(-45deg);
  transition: border 0.35s;
  content: '';
  position: relative;
  top: -1.5rem;
  margin-left: 1px;
}
.our-works .item .title:hover {
  color: #be5454;
  text-decoration: underline;
}
.our-works .item .title:hover:after {
  border-left: 0.4rem solid #be5454;
}
.our-works .item .descr {
  font-size: 1.5rem;
  line-height: 1.46;
  margin-bottom: 2.1rem;
}
.our-works .item .used-prd > a {
  display: inline-block;
  font-weight: 600;
  font-size: 1.5rem;
  color: #000;
  text-decoration: none;
  margin-bottom: 1.6rem;
}
.our-works .item .used-prd > a span {
  font-size: 1rem;
  display: inline-block;
  vertical-align: top;
}
.our-works .item .used-prd > a:after {
  width: 0;
  height: 0;
  border-left: 0.6rem solid transparent;
  border-right: 0.6rem solid transparent;
  content: '';
  border-top: 0.8rem solid #000;
  display: inline-block;
  margin-left: 1rem;
  position: relative;
  top: -0.2rem;
}
.our-works .item .used-prd > a.expanded:after {
  border-bottom: 0.8rem solid #000;
  border-top: none;
}
.our-works .item .used-prd ul {
  padding: 0 0 1.2rem 0.6rem;
  display: none;
}
.our-works .item .used-prd ul li {
  display: block;
  padding-left: 1.4rem;
  line-height: 2rem;
  margin-bottom: 0.5rem;
  font-size: 1.4rem;
  position: relative;
}
.our-works .item .used-prd ul li:before {
  width: 0;
  height: 0;
  border-top: 0.4rem solid transparent;
  border-bottom: 0.4rem solid transparent;
  content: '';
  border-left: 0.4rem solid #be5454;
  top: 0.6rem;
  left: 0;
  position: absolute;
}
.our-works .item .used-prd ul li a {
  font-weight: 300;
  color: #2e5c91;
  transition: color 0.35s;
  text-decoration: underline;
}
.our-works .item .used-prd ul li a:hover {
  color: #be5454;
}
.our-works .item .used-prd ul li span {
  padding-right: 0.5rem;
}
.our-works .item .more {
  font-size: 1.5rem;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
  color: #2e5c91;
  text-decoration: underline;
  transition: color 0.35s;
}
.our-works .item .more:hover {
  color: #be5454;
}
.refine {
  margin-bottom: 3rem;
  position: relative;
}
.refine span {
  display: block;
  color: #020b17;
  position: relative;
  z-index: 2;
  font-weight: 600;
  font-size: 1.6rem;
  font-family: 'Suisse', Arial, sans-serif;
  line-height: 1.3;
  padding: 0.7rem 1rem 0.7rem 0;
  max-width: 30rem;
  box-sizing: border-box;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}
.refine span:before {
  position: absolute;
  right: 1.6rem;
  top: 50%;
  content: '';
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #020b17;
  margin-top: -1px;
}
.refine ul {
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  width: 30rem;
  background: #fff;
  padding: 1rem 2rem;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s;
  border: 1px solid #ccc;
  z-index: 9;
}
.refine ul.expanded {
  opacity: 1;
  visibility: visible;
}
.refine ul li {
  display: block;
}
.refine ul li a {
  display: block;
  font-weight: 400;
  font-size: 1.5rem;
  color: #020b17;
  text-decoration: none;
  font-family: 'Suisse', Arial, sans-serif;
  line-height: 1.3;
  padding: 0.7rem 1rem 0.7rem 0;
  transition: color 0.35s;
}
.refine ul li a:hover {
  color: #2e5c91;
}
.page-template-case-studies-page .our-works .item:nth-child(3n + 1), .tax-works .our-works .item:nth-child(3n + 1) {
  margin-left: 0;
}
.page-template-case-studies-page .our-works .item .img-wrap, .tax-works .our-works .item .img-wrap {
  max-width: 308px;
}
@media (max-width: 1023px) {
  .our-works h2 {
    font-size: 6rem;
  }
  .our-works .our-works-top {
    margin-bottom: 6rem;
  }
  .our-works .our-works-top .descr {
    width: 66%;
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .our-works {
    padding: 6rem 0;
  }
  .our-works h2 {
    font-size: 4.25rem;
    margin-bottom: 2rem;
  }
  .our-works .list-items {
    font-size: 0;
  }
  .our-works .item {
    width: 48%;
    margin: 0 0 6rem;
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  .our-works .item:nth-child(2n+1) {
    margin-right: 4%;
  }
  .our-works .our-works-top {
    margin-bottom: 4rem;
  }
  .our-works .our-works-top .descr {
    width: 87%;
    font-size: 1.6rem;
    margin-bottom: 2.7rem;
  }
  .our-works .btn {
    float: none;
  }
}
@media (max-width: 450px) {
  .our-works .list-items {
    font-size: 0;
  }
  .our-works .item {
    width: auto;
    float: none;
    display: block;
  }
  .our-works .item:nth-child(2n+1) {
    margin-right: 0;
  }
}
.carousel {
  background: #f8f7f6;
}
.carousel .inner {
  max-width: 1274px;
}
.carousel .carousel-banner-wrap {
  position: relative;
  padding-top: 7px;
}
.carousel.carousel-light .carousel-banner .img-wrap::after {
  background: #f8f7f6;
}
.carousel .deco {
  transition: width 1s;
  height: 7px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #2e5c91;
  width: 0;
}
.carousel .carousel-banner {
  background: #0e1c2e;
  position: relative;
  padding: 8.7% 11.2% 9.3% 5.9%;
}
.carousel .carousel-banner:before {
  position: absolute;
  top: -60px;
  right: 6.9%;
  content: '';
  width: 63px;
  height: 90px;
  background: url(../png/sprite-deco.png) no-repeat 0 -63px;
}
.carousel .carousel-banner .slick-current .img-wrap img {
  transform: translate3d(0, 0, 1px);
}
.carousel .carousel-banner .slick-current .img-wrap:after {
  width: 0;
}
.carousel .carousel-banner .img-wrap {
  float: left;
  width: 52.3%;
  margin-right: 9%;
  margin-left: 1px;
  position: relative;
}
.carousel .carousel-banner .img-wrap span {
  display: block;
  width: 100%;
  overflow: hidden;
}
.carousel .carousel-banner .img-wrap img {
  transform: translate3d(0, 0, 1px) scale(1.2);
  will-change: transform;
  transition: transform 1.9s ease 0s;
}
.carousel .carousel-banner .img-wrap:after {
  position: absolute;
  right: -5px;
  top: 0;
  bottom: 0;
  width: 100%;
  background: #0e1c2e;
  content: '';
  z-index: 4;
  transition: width 0.75s linear 0.25s;
}
.carousel .carousel-banner .col-r {
  overflow: hidden;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.44;
}
.carousel .carousel-banner .col-r .h2 {
  padding: 1.6rem 0 4rem;
}
.carousel .carousel-banner .col-r .h2 span {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1;
  display: block;
  padding-bottom: 1rem;
}
.carousel .carousel-banner .col-r .h2 b {
  font-weight: 600;
  display: block;
  font-size: 4.5rem;
  line-height: 1;
  letter-spacing: -0.5px;
}
.carousel .carousel-banner .col-r .descr {
  margin-bottom: 4rem;
  font-size: 1.8rem;
}
.carousel .carousel-banner .slick-dots {
  position: absolute;
  z-index: 9;
  left: 5.9%;
  top: 12%;
}
.carousel .carousel-banner .slick-dots > li:only-child {
  display: none !important;
}
.carousel .carousel-banner .slick-dots li {
  float: left;
  margin-right: 0.9rem;
}
.carousel .carousel-banner .slick-dots li.slick-active button {
  background: #fff;
  color: #000;
}
.carousel .carousel-banner .slick-dots li button {
  padding: 0;
  margin: 0;
  border: none;
  background: #111f31;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  -webkit-appearance: none;
  transition: background 0.35s;
  text-indent: -9999px;
  cursor: pointer;
}
.carousel .carousel-banner .slick-dots li button:hover {
  background: #fff;
}
.carousel .carousel-banner .slick-dots li button:focus {
  outline: none;
}
.carousel .carousel-banner .slick-slide {
  height: auto;
}
.carousel .carousel-banner .slick-arrow {
  position: absolute;
  z-index: 9;
  width: 3.4rem;
  height: 3.4rem;
  -webkit-appearance: none;
  cursor: pointer;
  text-indent: -9999px;
  border: 1px solid #fff;
  border-radius: 50%;
  background: transparent;
  transition: background 0.35s;
  left: 5.9%;
  bottom: 15%;
  background: #fff;
  color: #111f31;
  opacity: 0.8;
}
.carousel .carousel-banner .slick-arrow:hover {
  background: #fff;
  opacity: 1;
}
.carousel .carousel-banner .slick-arrow:hover:before {
  border-right: 0.8rem solid #111f31;
}
.carousel .carousel-banner .slick-arrow:before {
  position: absolute;
  left: 50%;
  top: 50%;
  content: '';
  width: 0;
  height: 0;
  border-bottom: 0.5rem solid transparent;
  border-top: 0.5rem solid transparent;
  border-right: 0.8rem solid #111f31;
  margin: -0.5rem 0 0 -0.5rem;
  transition: border 0.35s;
}
.carousel .carousel-banner .slick-arrow.slick-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.carousel .carousel-banner .slick-arrow.slick-next {
  left: calc(5.9% + 45px);
}
.carousel .carousel-banner .slick-arrow.slick-next:before {
  border-left: 0.8rem solid #111f31;
  border-right: none;
  margin: -0.5rem 0 0 -0.2rem;
}
.carousel .carousel-banner .slick-arrow.slick-next:hover:before {
  border-left: 0.8rem solid #111f31;
}
.carousel .carousel-banner .slick-arrow:focus {
  outline: none;
}
@media (max-width: 1100px) {
  .carousel .carousel-banner {
    padding: 6rem 4rem 9.3%;
  }
  .carousel .carousel-banner .img-wrap {
    margin-right: 5%;
  }
  .carousel .carousel-banner .slick-dots {
    top: 3rem;
    left: 4rem;
  }
  .carousel .carousel-banner .col-r .descr {
    font-size: 1.6rem;
    margin-bottom: 3rem;
    line-height: 1.6;
  }
  .carousel .carousel-banner .col-r .h2 b {
    font-size: 4rem;
  }
  .carousel .carousel-banner .slick-arrow {
    left: 4rem;
  }
  .carousel .carousel-banner .slick-arrow.slick-next {
    left: calc(4rem + 45px);
  }
}
@media (max-width: 1023px) {
  .carousel .carousel-banner {
    padding: 6rem 2rem 9.3%;
  }
  .carousel .carousel-banner .img-wrap {
    margin-right: 5%;
  }
  .carousel .carousel-banner .slick-dots {
    top: 3rem;
    left: 2rem;
  }
  .carousel .carousel-banner .col-r .descr {
    margin-bottom: 2rem;
  }
  .carousel .carousel-banner .col-r .h2 {
    padding-bottom: 2rem;
  }
  .carousel .carousel-banner .col-r .h2 b {
    font-size: 3rem;
  }
  .carousel .carousel-banner .slick-arrow {
    bottom: 4rem;
    left: 2rem;
  }
  .carousel .carousel-banner .slick-arrow.slick-next {
    left: calc(2rem + 45px);
  }
  .carousel .label {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .carousel .inner {
    padding: 0;
  }
  .carousel .carousel-banner {
    max-width: 100%;
    padding: 4rem 0 9.3% 2rem;
  }
  .carousel .carousel-banner:before {
    height: 55px;
    top: -38px;
    background: url(../png/sprite-deco.png) no-repeat 0 -86px;
  }
  .carousel .carousel-banner .img-wrap {
    margin-right: 0%;
    width: 70vw;
    margin-right: 5vw;
    margin-bottom: 2.5rem;
  }
  .carousel .carousel-banner .img-wrap:after {
    display: none;
  }
  .carousel .carousel-banner .slick-dots {
    top: 1.5rem;
    left: 2rem;
  }
  .carousel .carousel-banner .col-r {
    padding: 0 2px;
    clear: both;
    margin-right: 5vw;
    width: 62vw;
  }
  .carousel .carousel-banner .col-r .descr {
    margin-bottom: 2rem;
  }
  .carousel .carousel-banner .col-r .h2 {
    padding-bottom: 2rem;
  }
  .carousel .carousel-banner .col-r .h2 b {
    font-size: 3rem;
  }
  .carousel .carousel-banner .slick-arrow {
    bottom: auto;
    top: calc((100vw - 106px) * 0.61 + 6rem);
    right: calc(2rem + 45px);
    left: auto;
  }
  .carousel .carousel-banner .slick-arrow.slick-next {
    right: 2rem;
    left: auto;
  }
  .carousel .label {
    margin-bottom: 0;
  }
}
@media (min-width: 635px) and (max-width: 767px) {
  .carousel .carousel-banner .slick-arrow {
    top: calc((635px - 106px) * 0.61 + 6rem);
  }
}
.our-products {
  padding-bottom: 13.3rem;
}
.our-products .our-works-top {
  margin-bottom: 7.7rem;
}
.our-products .inner {
  max-width: 1127px;
}
.our-products .categories.animate .col:after {
  width: 0;
}
.our-products .categories .col {
  float: left;
  width: 19%;
  margin-left: 1.25%;
  position: relative;
  overflow: hidden;
  margin-bottom: 2rem;
}
.our-products .categories .col:after {
  position: absolute;
  right: 0;
  width: 100%;
  top: 0;
  bottom: 0;
  content: '';
  background: #f8f7f6;
  z-index: 3;
}
.our-products .categories .col:nth-child(1):after {
  transition: width 0.35s;
}
.our-products .categories .col:nth-child(2):after {
  transition: width 0.35s ease 0.15s;
}
.our-products .categories .col:nth-child(3):after {
  transition: width 0.35s ease 0.3s;
}
.our-products .categories .col:nth-child(4):after {
  transition: width 0.35s ease 0.45s;
}
.our-products .categories .col:nth-child(5):after {
  transition: width 0.35s ease 0.6s;
}
.our-products .categories .col:nth-child(6):after {
  transition: width 0.35s ease 0.75s;
}
.our-products .categories .col:nth-child(7):after {
  transition: width 0.35s ease 0.9s;
}
.our-products .categories .col:nth-child(8):after {
  transition: width 0.35s ease 1.05s;
}
.our-products .categories .col:nth-child(9):after {
  transition: width 0.35s ease 1.2s;
}
.our-products .categories .col:nth-child(5n + 1) {
  margin-left: 0;
}
.our-products .categories .col a {
  position: relative;
  display: block;
  overflow: hidden;
  background: #000;
}
.our-products .categories .col a:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(52, 62, 77, 0.85) 100%);
  z-index: 1;
}
.our-products .categories .col a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  background: #be5454;
  height: 0.8rem;
  transition: height 0.35s;
  z-index: 2;
}
.our-products .categories .col a span {
  position: absolute;
  bottom: 4.8rem;
  left: 0;
  right: 0;
  padding: 0 9.8%;
  color: #fff;
  z-index: 3;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 1.5px;
}
.our-products .categories .col a span b {
  display: block;
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 600;
  padding-bottom: 1rem;
  letter-spacing: 0;
}
.our-products .categories .col a img, .our-products .categories .col a .img {
  transform: translate3d(0, 0, 1px);
  transition: transform 0.35s;
  will-change: transform;
  transition: transform 3s ease-out;
}
.our-products .categories .col a .img {
  display: block;
  padding-top: 208%;
}
.our-products .categories .col a:hover:after {
  height: 2rem;
}
.our-products .categories .col a:hover img, .our-products .categories .col a:hover .img {
  transform: translate3d(0, 0, 1px) scale(1.15);
  transition: transform 3s ease-out;
}
@media (max-width: 1023px) {
  .our-products {
    padding-bottom: 9rem;
  }
  .our-products .categories {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
  }
  .our-products .categories .col {
    display: inline-block;
    float: none;
    vertical-align: top;
    width: 202px;
    margin-bottom: 4rem;
  }
}
@media (max-width: 767px) {
  .our-products .our-works-top {
    margin-bottom: 5rem;
  }
  .our-products .categories {
    text-align: left;
    max-width: 416px;
    margin: 0;
  }
  .our-products .categories .col {
    margin-left: 2%;
    width: calc(49% - 2px);
    margin-bottom: 1rem;
    max-width: 202px;
  }
  .our-products .categories .col a {
    max-height: 27rem;
  }
  .our-products .categories .col a span {
    bottom: 2.4rem;
  }
  .our-products .categories .col a span b {
    font-size: 20px;
    padding-bottom: 0.5rem;
  }
  .our-products .categories .col a img {
    width: 100%;
  }
  .our-products .categories .col:nth-child(2n + 1) {
    margin-left: 0;
  }
  .our-products .categories .col:nth-child(5) {
    width: 100%;
    margin-left: 0;
    display: block;
    max-width: 100vw;
  }
  .our-products .categories .col:nth-child(5) a {
    max-height: 15rem;
  }
  .our-products .categories .col:nth-child(5) a span {
    padding: 0 4.9%;
  }
}
.quote {
  position: relative;
}
.quote:hover .bg {
  transform: translate3d(0, 0, 1px) scale(1.15);
}
.quote .bg-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.quote .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translate3d(0, 0, 1px);
  will-change: transform;
  transition: transform 3s ease-out;
}
.quote:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  background: rgba(255, 255, 255, .8);
  z-index: 2;
}
.quote .inner {
  max-width: 930px;
  position: relative;
  padding-top: 16.9rem;
  padding-bottom: 19rem;
  text-align: center;
  z-index: 3;
}
.quote .inner:before {
  position: absolute;
  left: 3rem;
  top: -3rem;
  content: '';
  width: 147px;
  height: 63px;
  background: url(../png/sprite-deco.png) no-repeat 0 -437px;
}
.quote .inner .quote-in {
  font-size: 3.8rem;
  line-height: 1.34;
  font-weight: 300;
  max-width: 730px;
  margin: 0 auto 3.4rem;
  padding-top: 7.9rem;
  position: relative;
}
.quote .inner .quote-in:before {
  content: '“';
  color: #be5454;
  font-size: 12rem;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.quote .inner .quote-in b {
  font-weight: 600;
}
.quote .inner .author {
  color: #2e5c91;
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 300;
  display: block;
}
.quote .inner .author b {
  font-weight: 600;
}
@media (max-width: 1200px) {
  .quote .inner {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
@media (max-width: 1200px) {
  .quote .inner .quote-in {
    font-size: 3rem;
  }
}
/* case flexible page */
.hero-with-image {
  padding: 3rem 0 8.4rem;
}
.hero-with-image.animate .inner .hero-wrap .col-l:after {
  width: 0;
}
.hero-with-image.animate .inner .hero-wrap .img-wrap b:before {
  height: 100%;
}
.hero-with-image.animate .inner .hero-wrap .img-wrap b i {
  width: 0;
}
.hero-with-image.animate .inner .hero-wrap .img-wrap span:before {
  height: 0;
}
.hero-with-image .inner {
  max-width: 1160px;
}
.hero-with-image .inner .hero-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 40rem;
  position: relative;
}
.hero-with-image .inner .hero-wrap .col-l {
  width: 37%;
  margin-right: 5%;
  float: left;
  position: relative;
}
.hero-with-image .inner .hero-wrap .col-l:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  background: #fff;
  content: '';
  transition: width 1s ease 0.5s;
}
.hero-with-image .inner .hero-wrap .col-l .h1, .hero-with-image .inner .hero-wrap .col-l h1 {
  font-size: 6.1rem;
  line-height: 1.06;
  font-weight: 300;
  margin-bottom: 2.5rem;
}
.hero-with-image .inner .hero-wrap .col-l ul {
  list-style-type: none;
  padding: 3rem 0;
}
.hero-with-image .inner .hero-wrap .col-l ul li {
  display: block;
  position: relative;
  padding-left: 2.3rem;
  font-size: 1.6rem;
  line-height: 1.25;
  margin-bottom: 0.8rem;
  font-weight: 400;
}
.hero-with-image .inner .hero-wrap .col-l ul li:before {
  position: absolute;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: #be5454;
  content: '';
  left: 0;
  top: 0.6rem;
}
.hero-with-image .inner .hero-wrap .img-wrap {
  width: 58%;
  float: right;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding-right: 2rem;
  box-sizing: border-box;
}
.hero-with-image .inner .hero-wrap .img-wrap b {
  display: inline-block;
}
.hero-with-image .inner .hero-wrap .img-wrap b:before {
  position: absolute;
  width: 1rem;
  right: 2.6rem;
  background: #be5454;
  bottom: 0;
  content: '';
  transition: height 1s linear;
  height: 0;
  z-index: 2;
}
.hero-with-image .inner .hero-wrap .img-wrap b .img {
  position: absolute;
  top: 0;
  right: 3rem;
  bottom: 0;
  left: 0;
}
.hero-with-image .inner .hero-wrap .img-wrap b i {
  position: absolute;
  width: 100%;
  left: 0;
  background: #fff;
  bottom: 0;
  top: 0;
  transition: width 1s linear;
  z-index: 2;
}
.hero-with-image .inner .hero-wrap .img-wrap span {
  position: absolute;
  bottom: 2px;
  right: -26rem;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.7rem;
  line-height: 3.8rem;
  transform-origin: 0% 100%;
  transform: rotate(-90deg);
  width: 25rem;
  text-align: left;
  letter-spacing: 1px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.hero-with-image .inner .hero-wrap .img-wrap span:before {
  position: absolute;
  right: 0;
  left: 0;
  background: #fff;
  bottom: 0;
  content: '';
  transition: height 0.5s linear 1s;
  height: 100%;
}
.single-case-study .hero-with-image {
  background: #f8f7f6;
  padding: 0;
}
.single-case-study .hero-with-image.animate .inner .img:after {
  width: 0;
}
.single-case-study .hero-with-image.animate .inner .col-l {
  opacity: 1;
  transform: translate(0, 0);
}
.single-case-study .hero-with-image .inner {
  max-width: 1350px;
  position: relative;
}
.single-case-study .hero-with-image .inner .img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 32.5%;
  right: calc(((100vw - 1350px) / 2) * -1);
}
.single-case-study .hero-with-image .inner .img:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  z-index: 1;
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 35%, rgba(255, 255, 255, .8) 100%);
}
.single-case-study .hero-with-image .inner .img:after {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  bottom: 0;
  content: '';
  background: #f8f7f6;
  z-index: 2;
  transition: width 1s;
}
.single-case-study .hero-with-image .inner .col-l {
  position: relative;
  width: 60%;
  z-index: 3;
  padding: 1.5rem 0 2.1rem;
  font-family: 'Suisse', Arial, sans-serif;
  opacity: 0;
  transform: translate(0, 3rem);
  transition: opacity 0.5s ease 0.5s, transform 0.5s ease 0.5s;
}
.single-case-study .hero-with-image .inner .col-l .in {
  padding: 7rem 0 5.5rem 14%;
}
.single-case-study .hero-with-image .inner .col-l .back {
  position: relative;
  padding-left: 1.6rem;
  color: #000;
  text-decoration: underline;
  font-weight: bold;
  font-size: 1.5rem;
}
.single-case-study .hero-with-image .inner .col-l .back:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 0;
  height: 0;
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  border-right: 8px solid #000;
  margin-top: 0.6rem;
  display: inline-block;
}
.single-case-study .hero-with-image .inner .col-l .back:hover {
  text-decoration: none;
}
.single-case-study .hero-with-image .inner .col-l .h1, .single-case-study .hero-with-image .inner .col-l h1 {
  font-size: 6rem;
  line-height: 1.08;
  font-weight: 400;
  margin-bottom: -0.9rem;
}
.single-case-study .hero-with-image .inner .col-l .h1 b, .single-case-study .hero-with-image .inner .col-l h1 b {
  display: block;
  font-weight: 600;
}
.single-case-study .hero-with-image .inner .col-l .pdf {
  color: #020b17;
  font-size: 1.7rem;
  margin-top: 3.4rem;
  display: inline-block;
  color: #2e5c91;
  transition: color 0.35s;
  text-decoration: none;
}
.single-case-study .hero-with-image .inner .col-l .pdf:hover {
  color: #be5454;
}
.single-case-study .hero-with-image .inner .col-l .entry {
  font-size: 1.7rem;
}
.single-case-study .hero-with-image .inner .col-l .entry b {
  font-weight: 600;
  margin-top: 3.4rem;
  display: block;
  padding-bottom: 0.3rem;
  font-size: 2rem;
}
.hero-no-image {
  padding: 6.4rem 0 8.4rem;
  position: relative;
}
.hero-no-image:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  content: '';
  background: #fff;
  pointer-events: none;
  transition: width 2s ease 0.5s;
}
.hero-no-image.animate:before {
  width: 0;
}
.hero-no-image .inner {
  max-width: 1160px;
}
.hero-no-image .inner .h1, .hero-no-image .inner h1 {
  font-size: 6rem;
  line-height: 1.06;
  font-weight: 300;
  margin-bottom: 3.6rem;
}
.hero-no-image .inner .entry {
  max-width: 58.9%;
}
.hero-no-image .inner .entry ul {
  list-style-type: none;
  padding: 3rem 0;
}
.hero-no-image .inner .entry ul li {
  display: block;
  position: relative;
  padding-left: 2.3rem;
  font-size: 1.6rem;
  line-height: 1.25;
  margin-bottom: 0.8rem;
  font-weight: 400;
}
.hero-no-image .inner .entry ul li:before {
  position: absolute;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: #be5454;
  content: '';
  left: 0;
  top: 0.6rem;
}
.page-template-flexible-page b, .single-case-study b {
  font-weight: 600;
}
.page-template-flexible-page .btn, .single-case-study .btn, .page-template-flexible-page .simplefavorite-button, .single-case-study .simplefavorite-button {
  line-height: 2.1rem;
  font-size: 1.1rem;
  padding: 1.5rem 2rem;
}
.page-template-flexible-page .btn.slim, .single-case-study .btn.slim, .page-template-flexible-page .simplefavorite-button.slim, .single-case-study .simplefavorite-button.slim {
  line-height: 1.7rem;
}
.page-template-flexible-page .h3, .single-case-study .h3, .page-template-flexible-page .inner > h2, .single-case-study .inner > h2, .page-template-flexible-page .text > h2, .single-case-study .text > h2 {
  font-size: 4.5rem;
  line-height: 1.18;
}
.page-template-flexible-page .carousel, .single-case-study .carousel {
  background: #fff;
  padding: 7.4rem 0;
}
.page-template-flexible-page .carousel.carousel-light .carousel-banner, .single-case-study .carousel.carousel-light .carousel-banner {
  background: #f8f7f6;
}
.page-template-flexible-page .carousel.carousel-light .carousel-banner:before, .single-case-study .carousel.carousel-light .carousel-banner:before {
  background: url(../png/sprite-deco.png) no-repeat 0 -163px;
}
.page-template-flexible-page .carousel.carousel-light .carousel-banner .label.grey, .single-case-study .carousel.carousel-light .carousel-banner .label.grey {
  background: #111f31;
  color: #fff;
}
.page-template-flexible-page .carousel.carousel-light .carousel-banner .col-r, .single-case-study .carousel.carousel-light .carousel-banner .col-r {
  color: #111f31;
}
.page-template-flexible-page .carousel.carousel-light .carousel-banner .slick-arrow, .single-case-study .carousel.carousel-light .carousel-banner .slick-arrow {
  border-color: #111f31;
}
.page-template-flexible-page .carousel.carousel-light .carousel-banner .slick-arrow.slick-prev:before, .single-case-study .carousel.carousel-light .carousel-banner .slick-arrow.slick-prev:before {
  border-right: 0.8rem solid #111f31;
}
.page-template-flexible-page .carousel.carousel-light .carousel-banner .slick-arrow.slick-next:before, .single-case-study .carousel.carousel-light .carousel-banner .slick-arrow.slick-next:before {
  border-left: 0.8rem solid #111f31;
}
.page-template-flexible-page .carousel.carousel-light .carousel-banner .slick-arrow:hover, .single-case-study .carousel.carousel-light .carousel-banner .slick-arrow:hover {
  background: #111f31;
}
.page-template-flexible-page .carousel.carousel-light .carousel-banner .slick-arrow:hover.slick-prev:before, .single-case-study .carousel.carousel-light .carousel-banner .slick-arrow:hover.slick-prev:before {
  border-right: 0.8rem solid #f8f7f6;
}
.page-template-flexible-page .carousel.carousel-light .carousel-banner .slick-arrow:hover.slick-next:before, .single-case-study .carousel.carousel-light .carousel-banner .slick-arrow:hover.slick-next:before {
  border-left: 0.8rem solid #f8f7f6;
}
.page-template-flexible-page .carousel.carousel-light .carousel-banner .slick-dots li.slick-active button, .single-case-study .carousel.carousel-light .carousel-banner .slick-dots li.slick-active button {
  background: #111f31;
}
.page-template-flexible-page .carousel.carousel-light .carousel-banner .slick-dots li button, .single-case-study .carousel.carousel-light .carousel-banner .slick-dots li button {
  border: 1px solid #111f31;
}
.page-template-flexible-page .carousel.carousel-light .carousel-banner .slick-dots li button:hover, .single-case-study .carousel.carousel-light .carousel-banner .slick-dots li button:hover {
  background: #111f31;
}
.page-template-flexible-page .our-works, .single-case-study .our-works {
  padding: 0;
  margin: 0;
}
.page-template-flexible-page .our-works .inner, .single-case-study .our-works .inner {
  padding-top: 7.4rem;
  padding-bottom: 7.4rem;
}
.page-template-flexible-page .top-part, .single-case-study .top-part {
  margin-bottom: 8.8rem;
  padding-left: 6.4rem;
}
.page-template-flexible-page .top-part .h2, .single-case-study .top-part .h2 {
  font-size: 7rem;
  font-weight: 300;
  line-height: 1.06;
  margin-bottom: 3.5rem;
}
.page-template-flexible-page .top-part.align-center, .single-case-study .top-part.align-center {
  text-align: center;
}
.page-template-flexible-page .top-part ul, .single-case-study .top-part ul {
  list-style-type: none;
  padding: 3rem 0;
}
.page-template-flexible-page .top-part ul li, .single-case-study .top-part ul li {
  display: block;
  position: relative;
  padding-left: 2.3rem;
  font-size: 1.6rem;
  line-height: 1.25;
  margin-bottom: 0.8rem;
  font-weight: 400;
}
.page-template-flexible-page .top-part ul li:before, .single-case-study .top-part ul li:before {
  position: absolute;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: #be5454;
  content: '';
  left: 0;
  top: 0.6rem;
}
.entry a {
  color: #000;
  font-weight: 600;
  transition: color 0.35s;
  text-decoration: underline;
}
.entry a:hover {
  color: #be5454;
}
@media (max-width: 1400px) {
  .hero-with-image .inner .hero-wrap {
    min-height: 40rem;
  }
}
@media (max-width: 1350px) {
  .single-case-study .hero-with-image .inner .img {
    right: 0;
  }
  .single-case-study .hero-with-image .inner .col-l .in {
    padding-left: 0;
  }
}
@media (max-width: 1300px) {
  .hero-with-image .inner .hero-wrap {
    min-height: 30rem;
  }
  .hero-with-image .inner .hero-wrap .img-wrap {
    width: 50%;
    padding-right: 2.6rem;
  }
  .hero-with-image .inner .hero-wrap .img-wrap span {
    right: -26.4rem;
  }
  .hero-with-image .inner .hero-wrap .col-l {
    width: 45%;
  }
  .hero-with-image .inner .hero-wrap .col-l .h1, .hero-with-image .inner .hero-wrap .col-l h1 {
    font-size: 5rem;
  }
  .hero-no-image .inner .h1, .single-case-study .hero-with-image .inner .col-l .h1, .hero-no-image .inner h1, .single-case-study .hero-with-image .inner .col-l h1 {
    font-size: 5rem;
  }
  .page-template-flexible-page .top-part, .single-case-study .top-part {
    padding-left: 0;
    margin-bottom: 6rem;
  }
  .page-template-flexible-page .top-part .h2, .single-case-study .top-part .h2 {
    font-size: 5rem;
    margin-bottom: 2rem;
  }
  .page-template-flexible-page .h3, .single-case-study .h3, .page-template-flexible-page .inner > h2, .single-case-study .inner > h2, .page-template-flexible-page .text > h2, .single-case-study .text > h2 {
    font-size: 4rem;
  }
  .post-type-archive-product .hero-no-image .inner .h1, .post-type-archive-product .hero-no-image .inner h1 {
    margin-bottom: 0;
  }
}
@media (max-width: 1023px) {
  .single-case-study .hero-with-image .inner .col-l .in {
    padding: 4rem 0 2.5rem;
  }
  .single-case-study .hero-with-image .inner .col-l .h1, .single-case-study .hero-with-image .inner .col-l h1 {
    font-size: 4rem;
  }
  .single-case-study .hero-with-image .inner .col-l .entry {
    font-size: 1.4rem;
  }
  .single-case-study .hero-with-image .inner .col-l .entry b {
    margin-top: 3rem;
    font-size: 1.8rem;
  }
  .hero-with-image .inner .hero-wrap .col-l .h1, .hero-with-image .inner .hero-wrap .col-l h1 {
    font-size: 4rem;
  }
  .hero-no-image .inner .h1, .hero-no-image .inner h1 {
    font-size: 4rem;
  }
  .hero-no-image .inner .entry {
    max-width: 80%;
  }
  .page-template-flexible-page .h3, .single-case-study .h3, .page-template-flexible-page .inner > h2, .single-case-study .inner > h2, .page-template-flexible-page .text > h2, .single-case-study .text > h2 {
    font-size: 3.5rem;
  }
  .page-template-flexible-page .top-part .h2, .single-case-study .top-part .h2 {
    font-size: 4rem;
  }
}
@media (max-width: 767px) {
  .single-case-study .hero-with-image .inner .img {
    left: 0;
    bottom: auto;
    height: 25rem;
  }
  .single-case-study .hero-with-image .inner .img:before {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 35%, rgba(255, 255, 255, .8) 100%);
  }
  .single-case-study .hero-with-image .inner .col-l {
    padding: 28rem 3rem 3rem;
    width: auto;
  }
  .single-case-study .hero-with-image .inner .col-l .entry:after {
    clear: both;
    content: '';
    display: block;
  }
  .single-case-study .hero-with-image .inner .col-l .entry br {
    display: none;
  }
  .single-case-study .hero-with-image .inner .col-l .entry div {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding-right: 1.5rem;
  }
  .hero-with-image {
    padding-bottom: 4rem;
  }
  .hero-with-image.animate .inner .hero-wrap .col-l {
    opacity: 1;
    transform: translate(0, 0);
  }
  .hero-with-image .inner {
    padding-right: 0;
    padding-left: 0;
  }
  .hero-with-image .inner .hero-wrap {
    display: block;
    min-height: 1px;
  }
  .hero-with-image .inner .hero-wrap:after {
    clear: both;
    content: '';
    overflow: hidden;
    display: block;
  }
  .hero-with-image .inner .hero-wrap .img-wrap {
    width: 100%;
    position: relative;
    height: 25rem;
  }
  .hero-with-image .inner .hero-wrap .img-wrap b:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, .8) 100%);
  }
  .hero-with-image .inner .hero-wrap .img-wrap span {
    bottom: auto;
    top: -0.6rem;
    right: -23.5rem;
    transform: rotate(90deg);
    line-height: 1;
  }
  .hero-with-image .inner .hero-wrap .col-l {
    width: 100%;
    box-sizing: border-box;
    padding: 0 33px;
    margin-top: -3rem;
    position: relative;
    z-index: 2;
    opacity: 0;
    transform: translate(0, 3rem);
    transition: opacity 0.5s ease 0.3s, transform 0.5s ease 0.3s;
  }
  .hero-with-image .inner .hero-wrap .col-l:after {
    display: none;
  }
  .hero-with-image .inner .hero-wrap .col-l .h1, .hero-with-image .inner .hero-wrap .col-l h1 {
    font-size: 5rem;
  }
  .hero-no-image {
    padding-bottom: 4rem;
  }
  .hero-no-image .inner .entry {
    max-width: 100%;
  }
  .page-template-flexible-page .our-works .inner {
    padding-bottom: 1rem;
  }
}
.text-image {
  padding: 7.4rem 0;
}
.text-image .text-image-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: top;
  flex-direction: row-reverse;
}
.text-image.position-left .text {
  float: left;
}
.text-image.position-left .img-wrap {
  float: right;
}
.text-image .content-entry {
  padding-bottom: 2.5rem;
}
.text-image.position-right .text-image-wrap {
  flex-direction: inherit;
}
.text-image.position-right .text {
  float: right;
  width: 42%;
  margin-left: 7.8%;
  margin-right: 0 !important;
}
.text-image.position-right .img-wrap {
  float: left;
}
.text-image .inner .text {
  width: 43%;
  margin-right: 7.8%;
}
.text-image .inner .text .h3, .text-image .inner .text h2 {
  margin-bottom: 4rem;
  font-weight: 300;
}
.text-image .inner .text p {
  margin-bottom: 3.4rem;
}
.text-image .inner .text p:last-child {
  margin-bottom: 0;
}
.text-image .inner .text .title {
  margin-bottom: 0.5rem;
}
.text-image .inner .img-wrap {
  width: 49.2%;
  overflow: hidden;
}
.text-image .inner .img-wrap a {
  overflow: hidden;
  display: inline-block;
  position: relative;
  max-width: 100%;
}
.text-image .inner .img-wrap a:after {
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  height: 0.7rem;
  background: #2e5c91;
  transition: height 0.35s linear;
  z-index: 2;
  position: absolute;
  transform: translate3d(0, 0, 2px);
}
.text-image .inner .img-wrap a:hover:after {
  height: 1.5rem;
}
.text-image .inner .img-wrap a:hover img {
  transform: translate3d(0, 0, 1px) scale(1.15);
}
.text-image .inner .img-wrap a img {
  will-change: transform;
  transition: transform 1.5s ease-out;
}
.text-image .inner .img-wrap.style-red a:after {
  background: #be5454;
}
.text-image .in-dark {
  background: #111f31;
  color: #fff;
  padding: 13.9rem 0 15rem;
  border-bottom: 0.9rem solid #2e5c91;
  position: relative;
}
.text-image .in-dark:before {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 93%;
  height: 1rem;
  background: #be5454;
  content: '';
}
.text-image .in-dark .text {
  padding-top: 0;
}
.text-image .in-dark .text .content-entry a {
  font-weight: bold;
  color: #fff;
  text-decoration: underline;
  transition: color 0.35s;
}
.text-image .in-dark .text .content-entry a:hover {
  color: #be5454;
}
@media (max-width: 1300px) {
  .text-image {
    padding: 6rem 0;
  }
  .text-image .in-dark {
    padding: 6rem 0;
  }
  .text-image .inner .text p, .text-image .inner .text .h3, .text-image .inner .text h2 {
    margin-bottom: 3rem;
  }
}
@media (max-width: 1023px) {
  .text-image .inner .text p, .text-image .inner .text .h3, .text-image .inner .text h2 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .text-image {
    padding: 4rem 0;
  }
  .text-image .text-image-wrap {
    display: block;
  }
  .text-image .inner .text {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }
  .text-image .inner .img-wrap {
    width: 100%;
    margin-bottom: 3rem;
  }
}
.callout-text {
  padding: 7.4rem 0;
}
.callout-text.callout-white {
  background: #f8f7f6;
  border-bottom: 1rem solid #be5454;
  margin: 7.4rem 0;
}
.callout-text.position-left .inner .column {
  float: right;
}
.callout-text.position-left .inner .column.column-text {
  float: left;
}
.callout-text .inner {
  max-width: 1060px;
}
.callout-text .inner .column {
  float: left;
  width: 26%;
  padding-left: 5%;
}
.callout-text .inner .column .h3 {
  margin-bottom: 4rem;
  line-height: 1.16;
}
.callout-text .inner .column.column-text {
  float: right;
  width: 43.9%;
  padding-left: 0;
  padding-right: 10%;
}
.callout-text .inner .column ul {
  list-style-type: none;
  padding: 0;
}
.callout-text .inner .column ul li {
  display: block;
  position: relative;
  padding-left: 2.3rem;
  font-size: 1.6rem;
  line-height: 1.25;
  margin-bottom: 0.8rem;
  font-weight: 400;
}
.callout-text .inner .column ul li:before {
  position: absolute;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: #be5454;
  content: '';
  left: 0;
  top: 0.6rem;
}
.callout-text.callout-blue .inner {
  max-width: 1060px;
}
.callout-text.callout-blue .inner .column {
  float: left;
  width: 42.8%;
  padding-left: 0;
  box-sizing: border-box;
}
.callout-text.callout-blue .inner .column.column-heading {
  border-left: 0.7rem solid #95bbe6;
  color: #fff;
  background: #2e5c91;
  padding: 5.4rem 4.1rem 7rem;
  position: relative;
}
.callout-text.callout-blue .inner .column.column-heading:before {
  position: absolute;
  content: '';
  top: 2px;
  right: 7px;
  width: 0;
  height: 0;
  border-top: 1rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 1rem solid #fff;
  transform: rotate(-45deg);
}
.callout-text.callout-blue .inner .column.column-heading:after {
  position: absolute;
  content: '';
  bottom: -2rem;
  right: 8.7rem;
  width: 87px;
  height: 53px;
  background: url(../png/sprite-deco.png) no-repeat 0 0;
}
.callout-text.callout-blue .inner .column.column-heading div {
  max-width: 85%;
}
.callout-text.callout-blue .inner .column.column-text {
  float: right;
  width: 46.7%;
  padding: 1.6rem 0 0;
}
@media (max-width: 1300px) {
  .callout-text .inner .column.column-text {
    padding-right: 0;
    width: 50%;
  }
  .callout-text .inner .column {
    padding-left: 0;
    width: 35%;
  }
}
@media (max-width: 1023px) {
  .callout-text {
    padding: 5rem 0 3rem;
  }
  .callout-text .inner .column {
    padding-left: 0;
    width: 45%;
  }
  .callout-text.callout-blue .inner .column.column-heading div {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .callout-text .inner .column {
    width: 100%;
  }
  .callout-text .inner .column.column-text {
    width: 100%;
  }
  .callout-text.callout-blue .inner .column {
    width: 100%;
    margin-bottom: 4rem;
  }
  .callout-text.callout-blue .inner .column.column-text {
    width: 100%;
    margin-bottom: 0;
  }
  .callout-text.callout-blue .inner .column.column-heading {
    padding: 3rem 2rem 7rem;
  }
}
.long-content {
  padding: 7.4rem 0 3.2rem;
}
.long-content .inner {
  max-width: 1440px;
}
.long-content .inner .h3, .long-content .inner > h2 {
  float: left;
  width: 23%;
  padding-left: 7.9%;
  margin-right: 8.6%;
}
.long-content .inner .entry-content {
  overflow: hidden;
}
.long-content .inner .entry-content > div {
  max-width: 83%;
}
.long-content .inner .entry-content > div p {
  max-width: 100%;
}
.entry-content p {
  margin-bottom: 4.2rem;
  max-width: 83%;
}
.entry-content h3 {
  margin-bottom: 2rem;
}
.entry-content ul {
  list-style-type: none;
  margin-bottom: 5.8rem;
  max-width: 83%;
}
.entry-content ul li {
  display: block;
  position: relative;
  padding-left: 2.3rem;
  font-size: 1.6rem;
  line-height: 1.25;
  margin-bottom: 0.8rem;
  font-weight: 400;
}
.entry-content ul li:before {
  position: absolute;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: #be5454;
  content: '';
  left: 0;
  top: 0.6rem;
}
.entry-content ol {
  margin-bottom: 5rem;
  max-width: 83%;
  margin-left: 20px;
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: 400;
}
.entry-content ol li {
  margin-bottom: 0.8rem;
}
.entry-content blockquote {
  border-left: 0.7rem solid #2e5c91;
  background: #f8f7f6;
  padding: 5.8rem 6.8rem 4.5rem 9.1rem;
  position: relative;
  font-size: 2.6rem;
  line-height: 1.38;
  font-weight: 300;
  margin-bottom: 6.4rem;
}
.entry-content blockquote strong {
  font-weight: 600;
}
.entry-content blockquote:before {
  content: '“';
  font-weight: 400;
  font-family: 'Suisse', Arial, sans-serif;
  color: #2e5c91;
  position: absolute;
  top: 8.2rem;
  left: 3rem;
  font-size: 13rem;
  line-height: 0;
}
.entry-content blockquote p {
  max-width: 100%;
  margin-bottom: 0;
}
.entry-content blockquote em {
  display: block;
  padding-top: 2.3rem;
  color: #2e5c91;
  font-size: 1.3rem;
  font-weight: 300;
  font-style: normal;
}
.entry-content blockquote em strong {
  font-weight: 600;
}
.entry-content a {
  font-weight: 600;
  color: #111f31;
  transition: color 0.35s;
  text-decoration: underline;
}
.entry-content a:hover {
  color: #be5454;
}
.entry-content .btn {
  text-decoration: none;
  margin-top: 1.6rem;
  text-align: center;
  color: #fff;
  transition: background 0.35s;
  margin-right: 2.6rem;
}
.entry-content .btn.slim {
  color: #2e5c91;
}
.entry-content .btn.slim span:before {
  border-left: 5px solid #2e5c91;
}
.entry-content .btn:hover {
  color: #fff;
}
.entry-content .btn:hover span:before {
  border-left: 5px solid #fff;
}
@media (max-width: 1300px) {
  .long-content .inner .h3, .long-content .inner > h2 {
    padding-left: 0;
  }
  .entry-content blockquote {
    padding: 5.8rem 3rem 4.5rem 7rem;
  }
  .entry-content blockquote:before {
    top: 7rem;
  }
}
@media (max-width: 1023px) {
  .long-content .inner .h3, .long-content .inner > h2 {
    width: 30%;
    margin-right: 5%;
  }
}
@media (max-width: 767px) {
  .long-content .inner .entry-content {
    clear: both;
  }
  .long-content .inner .entry-content > div {
    max-width: 100%;
  }
  .long-content .inner .h3, .long-content .inner > h2 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3rem;
  }
  .entry-content blockquote {
    font-size: 2rem;
    padding-left: 3rem;
  }
  .entry-content blockquote:before {
    font-size: 10rem;
    left: 1rem;
    top: 5rem;
  }
  .entry-content p {
    max-width: 100%;
  }
}
.column-grid {
  padding: 7.4rem 0;
}
.column-grid .inner {
  max-width: 1380px;
}
.column-grid.columns-3 .inner {
  max-width: 1165px;
}
.column-grid.columns-3 .items .item {
  width: calc(28.1% - 4px);
  margin-left: 7.85%;
}
.column-grid.columns-3 .items .item:nth-child(3n + 1) {
  margin-left: 0;
}
.column-grid.columns-4 .items .item {
  width: calc(20.4% - 4px);
  margin-left: 6.13%;
  margin-bottom: 0;
}
.column-grid.columns-4 .items .item:nth-child(4n + 1) {
  margin-left: 0;
}
.column-grid.columns-2 .items .item {
  width: calc(47.5% - 4px);
  margin-left: 5%;
  background: transparent;
}
.column-grid.columns-2 .items .item.no-image {
  border-top: none;
  padding-top: 0;
}
.column-grid.columns-2 .items .item .img-wrap {
  float: left;
  margin-right: 3.5rem;
  width: 52%;
}
.column-grid.columns-2 .items .item .in {
  overflow: hidden;
  padding: 0;
}
.column-grid.columns-2 .items .item:nth-child(2n + 1) {
  margin-left: 0;
}
.column-grid .items .item {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 4rem;
  background: #f8f7f6;
  font-size: 1.5rem;
  line-height: 1.46;
  overflow: hidden;
  position: relative;
}
.column-grid .items .item .btn:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  content: '';
}
.column-grid .items .item label {
  margin-bottom: 1.9rem;
}
.column-grid .items .item .h4 {
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.column-grid .items .item .descr {
  margin-bottom: 2.5rem;
}
.column-grid .items .item.no-image {
  border-top: 1.4rem solid #be5454;
  padding-top: 2.5rem;
}
.column-grid .items .item .img-wrap {
  margin-bottom: 2.5rem;
}
.column-grid .items .item .img-wrap .img {
  display: block;
  padding-top: 73%;
}
.column-grid .items .item .in {
  padding: 0 1.7rem 2.8rem;
}
@media (max-width: 1300px) {
  .column-grid.columns-4 .items .item {
    width: calc(22.4% - 4px);
    margin-left: 3.46%;
  }
}
@media (max-width: 1023px) {
  .column-grid.columns-2 .items .item .img-wrap {
    width: 42%;
  }
}
@media (max-width: 767px) {
  .column-grid {
    padding-bottom: 1rem;
  }
  .column-grid .items .item {
    width: 100% !important;
    margin-left: 0 !important;
    margin-bottom: 4rem !important;
  }
  .column-grid.columns-4 .items, .column-grid.columns-3 .items, .column-grid.columns-2 .items {
    max-width: 100%;
    font-size: 0;
  }
  .column-grid.columns-4 .items .item, .column-grid.columns-3 .items .item, .column-grid.columns-2 .items .item {
    width: 48% !important;
    margin-left: 4% !important;
  }
  .column-grid.columns-4 .items .item:nth-child(2n+1), .column-grid.columns-3 .items .item:nth-child(2n+1), .column-grid.columns-2 .items .item:nth-child(2n+1) {
    margin-left: 0 !important;
  }
  .column-grid.columns-2 .items .item .img-wrap {
    width: 100%;
    margin-right: 0;
  }
  .column-grid.columns-2 .items .item .in {
    clear: both;
  }
}
@media (max-width: 450px) {
  .column-grid.columns-4 .items, .column-grid.columns-3 .items, .column-grid.columns-2 .items {
    max-width: 100%;
  }
  .column-grid.columns-4 .items .item, .column-grid.columns-3 .items .item, .column-grid.columns-2 .items .item {
    width: 100% !important;
    margin-left: 0% !important;
  }
  .column-grid.columns-4 .items .item:nth-child(2n+1), .column-grid.columns-3 .items .item:nth-child(2n+1), .column-grid.columns-2 .items .item:nth-child(2n+1) {
    margin-left: 0 !important;
  }
}
.highlight {
  padding: 7.4rem 0;
}
.highlight .inner {
  max-width: 1020px;
}
.highlight .inner .in {
  background: #f8f7f6;
  border-top: 0.7rem solid #2e5c91;
  padding: 4.5% 7.8%;
  font-size: 2.6rem;
  line-height: 1.36;
  position: relative;
}
.highlight .inner .in strong {
  font-weight: 600;
}
.highlight .inner .in .highlight-txt {
  max-width: 93%;
  margin-bottom: 3.3rem;
}
.highlight .inner .in .highlight-txt ul {
  list-style-type: none;
  padding: 3rem 0 0;
}
.highlight .inner .in .highlight-txt ul li {
  display: block;
  position: relative;
  padding-left: 2.3rem;
  font-size: 1.6rem;
  line-height: 1.25;
  margin-bottom: 0.8rem;
  font-weight: 400;
}
.highlight .inner .in .highlight-txt ul li:before {
  position: absolute;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: #be5454;
  content: '';
  left: 0;
  top: 0.6rem;
}
.highlight .inner .in:before {
  position: absolute;
  bottom: -42px;
  right: 13.5%;
  content: '';
  width: 63px;
  height: 90px;
  background: url(../png/sprite-deco.png) no-repeat 0 -63px;
}
.highlight .inner .in .btn:hover {
  color: #fff;
}
.highlight.highlight-dark .inner .in {
  background: #2e5c91;
  border-top: 0.7rem solid #111f31;
  color: #fff;
}
.highlight.highlight-dark .inner .in:before {
  background: url(../png/sprite-deco.png) no-repeat 0 -336px;
}
.highlight.highlight-dark .inner .in .btn.dark-slim {
  background: #fff;
  color: #2e5c91;
  border: 2px solid #fff;
}
.highlight.highlight-dark .inner .in .btn.dark-slim:hover {
  color: #fff;
  background: #2e5c91;
}
.highlight.highlight-dark .inner .in .btn.dark-slim:hover span:before {
  border-left: 5px solid #fff;
}
.highlight.highlight-dark .inner .in .btn.dark-slim span:before {
  border-left: 5px solid #2e5c91;
}
.highlight.highlight-dark .inner .in .btn.dark-slim.slim {
  background: #be5454;
  border-color: #be5454;
  color: #fff;
}
.highlight.highlight-dark .inner .in .btn.dark-slim.slim span:before {
  border-left: 5px solid #fff;
}
.highlight.highlight-dark .inner .in .btn.dark-slim.slim:hover {
  color: #be5454;
  background: #fff;
}
.highlight.highlight-dark .inner .in .btn.dark-slim.slim:hover span:before {
  border-left: 5px solid #be5454;
}
@media (max-width: 1300px) {
  .highlight .inner .in .highlight-txt {
    max-width: 83%;
  }
}
@media (max-width: 1023px) {
  .highlight .inner .in .highlight-txt {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .highlight .inner .in {
    padding: 4rem 7.8% 6rem;
  }
}
.gallery {
  padding: 7.4rem 0 3.4rem;
}
.gallery.slim-gallery {
  padding-top: 0;
  text-align: center;
}
.gallery.slim-gallery:after {
  clear: both;
  content: '';
  display: block;
}
.single-case-study .gallery {
  padding-top: 5rem;
}
.gallery .inner {
  max-width: 1165px;
}
.gallery .inner .gallery-wrap > a {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 4rem;
  font-size: 1.5rem;
  line-height: 1.46;
  width: calc(28.1% - 4px);
  margin-left: 7.85%;
  margin-bottom: 4rem;
  text-decoration: none;
  text-align: center;
}
.gallery .inner .gallery-wrap > a .img-wrap {
  display: block;
  overflow: hidden;
  position: relative;
  margin-bottom: 1rem;
}
.gallery .inner .gallery-wrap > a .img-wrap:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  background: #be5454;
  height: 0.8rem;
  transition: height 0.35s;
  z-index: 2;
}
.gallery .inner .gallery-wrap > a .img {
  display: block;
  padding-top: 73%;
  position: relative;
  transform: translate3d(0, 0, 1px);
  transition: transform 3s ease-out;
}
.gallery .inner .gallery-wrap > a:hover .img-wrap:after {
  height: 2rem;
}
.gallery .inner .gallery-wrap > a:hover .img-wrap .img {
  transform: translate3d(0, 0, 1px) scale(1.15);
}
.gallery .inner .gallery-wrap > a:nth-child(3n+1) {
  margin-left: 0;
}
.gallery .inner .gallery-wrap > a img {
  margin-bottom: 1rem;
}
.gallery .inner .gallery-wrap > a strong {
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  color: #020b17;
  display: block;
  transition: color 0.35s;
}
.gallery .inner .gallery-wrap > a:hover strong {
  color: #be5454;
}
.gallery .gallery-modal {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 108.4rem;
  height: 69.1rem;
  max-width: 90vw;
  max-height: 90vh;
}
.gallery .gallery-modal.full-width {
  position: relative;
  opacity: 1;
  visibility: visible;
  top: auto;
  left: auto;
  z-index: 1;
  margin: 0 auto;
  transform: translate(0, 0);
}
.gallery .gallery-modal.full-width .col-r .gallery-wrap.current {
  padding: 0 0 0 6.3%;
}
.gallery .gallery-modal.full-width .gallery-close {
  display: none;
}
.gallery .gallery-modal.full-width .col-l {
  position: relative;
  text-align: left;
  z-index: 10;
}
.gallery .gallery-modal.full-width .col-l strong {
  display: none;
}
.gallery .gallery-modal.full-width .col-l:before {
  top: 0;
  bottom: 0;
  right: 100%;
  content: '';
  position: absolute;
  background: #eaecef;
  width: 100vw;
}
.gallery .gallery-modal.show {
  opacity: 1;
  z-index: 104;
  visibility: visible;
}
.gallery .gallery-modal.show + .gallery-overlay {
  opacity: 1;
  visibility: visible;
}
.gallery .gallery-modal .gallery-close {
  position: absolute;
  top: -2.3rem;
  right: -2.3rem;
  width: 4.7rem;
  height: 4.7rem;
  border-radius: 50%;
  background: #be5454;
  z-index: 3;
  transition: opacity 0.35s;
}
.gallery .gallery-modal .gallery-close:hover {
  opacity: 0.8;
}
.gallery .gallery-modal .gallery-close:before, .gallery .gallery-modal .gallery-close:after {
  position: absolute;
  top: 1.4rem;
  bottom: 1.4rem;
  left: 50%;
  width: 2px;
  margin-left: -1px;
  content: '';
  background: #fff;
  transform: rotate(45deg);
}
.gallery .gallery-modal .gallery-close:after {
  transform: rotate(-45deg);
}
.gallery .gallery-modal .col-l {
  float: left;
  width: 26.9%;
  background: #eaecef;
  box-sizing: border-box;
  padding: 3.2rem 3.6rem 4.2rem 2rem;
  height: 100%;
}
.gallery .gallery-modal .col-l a {
  display: block;
  font-size: 2.1rem;
  line-height: 1;
  font-weight: 300;
  padding: 1.1rem 0;
  text-decoration: none;
  border-bottom: 1px solid #cfdae8;
  color: #737c88;
  transition: color 0.35s;
}
.gallery .gallery-modal .col-l a:hover {
  color: #111f31;
}
.gallery .gallery-modal .col-l a.current {
  font-weight: 600;
  color: #111f31;
}
.gallery .gallery-modal .col-l a span {
  font-size: 1.4rem;
  display: inline-block;
  vertical-align: top;
}
.gallery .gallery-modal .col-r {
  position: relative;
  width: 73.1%;
  box-sizing: border-box;
  height: 100%;
  float: right;
  opacity: 1;
  transition: opacity 0.5s;
}
.gallery .gallery-modal .col-r.fade {
  opacity: 0;
  transition: opacity 0.01s;
}
.gallery .gallery-modal .col-r .gallery-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s;
  padding: 6.3%;
  text-align: center;
}
.gallery .gallery-modal .col-r .gallery-wrap.current {
  opacity: 1;
  visibility: visible;
}
.gallery .gallery-modal .col-r .gallery-wrap .big-image {
  height: 68.5%;
  font-size: 0;
  position: relative;
  transition: opacity 0.25s;
  transform: translate3d(0, 0, 1px);
  will-change: transform;
  background-position: center center;
  background-size: contain;
}
.gallery .gallery-modal .col-r .gallery-wrap .big-image.in-process {
  opacity: 0;
}
.gallery .gallery-modal .col-r .gallery-wrap .big-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 1px);
  max-width: 100%;
  max-height: 100%;
}
.gallery .gallery-modal .col-r .gallery-wrap .img-caption {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 4.1% 0 5.5%;
  font-weight: 300;
  font-size: 2rem;
  line-height: 1.2;
  color: #0e1c2e;
}
.gallery .gallery-modal .col-r .gallery-wrap .img-caption i {
  font-style: normal;
  font-size: 1.5rem;
}
.gallery .gallery-modal .col-r .gallery-wrap .img-caption span {
  text-align: left;
}
.gallery .gallery-modal .col-r .gallery-wrap .img-caption strong {
  font-weight: 600;
  padding-right: 1rem;
}
.gallery .gallery-modal .col-r .gallery-wrap .img-wrap {
  height: 18.8%;
  padding: 0 6rem;
  position: relative;
  display: inline-block;
  max-width: 58rem;
}
.gallery .gallery-modal .col-r .gallery-wrap .img-wrap > div {
  width: 100%;
  transform: translate3d(0, 0, 1px);
  white-space: nowrap;
}
.gallery .gallery-modal .col-r .gallery-wrap .img-wrap > div a {
  width: 79px;
  height: 60px;
  display: inline-block;
  vertical-align: top;
  margin-right: 19px;
  font-size: 0px;
  position: relative;
  opacity: 0.6;
  transition: opacity 0.35s;
}
.gallery .gallery-modal .col-r .gallery-wrap .img-wrap > div a:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 3px solid #111f31;
  content: '';
  opacity: 0;
  transition: opacity 0.35s;
}
.gallery .gallery-modal .col-r .gallery-wrap .img-wrap > div a.current {
  opacity: 1;
}
.gallery .gallery-modal .col-r .gallery-wrap .img-wrap > div a.current:before {
  opacity: 1;
}
.gallery .gallery-modal .col-r .gallery-wrap .img-wrap > div a:last-child {
  margin-right: 0;
}
.gallery .gallery-modal .col-r .gallery-wrap .img-wrap .slick-arrow {
  position: absolute;
  z-index: 9;
  width: 3.4rem;
  height: 3.4rem;
  -webkit-appearance: none;
  cursor: pointer;
  text-indent: -9999px;
  border: 1px solid #000;
  border-radius: 50%;
  background: transparent;
  transition: background 0.35s;
  left: 0;
  top: 1.3rem;
}
.gallery .gallery-modal .col-r .gallery-wrap .img-wrap .slick-arrow:hover {
  background: #000;
}
.gallery .gallery-modal .col-r .gallery-wrap .img-wrap .slick-arrow:hover:before {
  border-right: 0.8rem solid #fff;
}
.gallery .gallery-modal .col-r .gallery-wrap .img-wrap .slick-arrow:before {
  position: absolute;
  left: 50%;
  top: 50%;
  content: '';
  width: 0;
  height: 0;
  border-bottom: 0.5rem solid transparent;
  border-top: 0.5rem solid transparent;
  border-right: 0.8rem solid #000;
  margin: -0.5rem 0 0 -0.5rem;
  transition: border 0.35s;
}
.gallery .gallery-modal .col-r .gallery-wrap .img-wrap .slick-arrow.less-6 {
  display: none;
}
.gallery .gallery-modal .col-r .gallery-wrap .img-wrap .slick-arrow.slick-next {
  right: 0;
  left: auto;
}
.gallery .gallery-modal .col-r .gallery-wrap .img-wrap .slick-arrow.slick-next:hover:before {
  border-left: 0.8rem solid #fff;
}
.gallery .gallery-modal .col-r .gallery-wrap .img-wrap .slick-arrow.slick-next:before {
  border-left: 0.8rem solid #000;
  border-right: none;
  margin: -0.5rem 0 0 -0.2rem;
}
.gallery .gallery-modal .col-r .gallery-wrap .img-wrap .slick-arrow:focus {
  outline: none;
}
.gallery .gallery-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .5);
  z-index: 103;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s;
}
.single-case-study .gallery .inner .gallery-wrap > a {
  width: 100%;
  padding-top: 45%;
  margin-bottom: 0;
  position: relative;
}
.single-case-study .gallery .inner .gallery-wrap > a:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  background: rgba(0, 0, 0, .15);
  opacity: 0;
  transition: opacity 0.35s;
}
.single-case-study .gallery .inner .gallery-wrap > a:hover:after {
  opacity: 1;
}
.single-case-study .gallery .inner .gallery-wrap > a strong {
  margin-bottom: 0;
  background: #fff;
  padding-top: 1rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 1023px) {
  .single-case-study .gallery {
    padding-top: 3rem;
  }
  .gallery .inner .gallery-wrap > a strong {
    font-size: 1.8rem;
  }
  .gallery .gallery-modal .col-r .gallery-wrap .img-caption {
    font-size: 1.6rem;
  }
  .gallery .gallery-modal .col-l a {
    font-size: 1.8rem;
  }
  .gallery .gallery-modal .col-r .gallery-wrap .img-wrap {
    display: block;
  }
  .gallery .gallery-modal .col-r .gallery-wrap .img-wrap[data-count="3"], .gallery .gallery-modal .col-r .gallery-wrap .img-wrap[data-count="2"], .gallery .gallery-modal .col-r .gallery-wrap .img-wrap[data-count="1"] {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .gallery-wrap {
    max-width: 308px;
  }
  .gallery .inner .gallery-wrap > a {
    width: 100%;
    max-width: 308px;
    margin-left: 0;
    margin-bottom: 4rem;
  }
  .gallery .gallery-modal {
    max-height: inherit;
    height: 49rem;
  }
  .gallery .gallery-modal .col-l {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: auto;
    height: auto;
    z-index: 2;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .gallery .gallery-modal .col-l a {
    float: left;
    width: 50%;
  }
  .gallery .gallery-modal .col-r {
    width: 100%;
  }
  .gallery .gallery-modal .col-r .gallery-wrap .img-wrap {
    display: block;
  }
  .gallery .gallery-modal .col-r .gallery-wrap .img-wrap[data-count="3"], .gallery .gallery-modal .col-r .gallery-wrap .img-wrap[data-count="2"], .gallery .gallery-modal .col-r .gallery-wrap .img-wrap[data-count="1"] {
    display: block;
  }
  .gallery .gallery-modal .col-r .gallery-wrap .img-wrap .slick-arrow.less-6 {
    display: block;
  }
  .gallery .gallery-modal .col-r .gallery-wrap .big-image {
    margin-top: 32%;
    height: 180px;
  }
  .gallery.slim-gallery .gallery-modal .col-l a {
    width: 100%;
    padding-left: 1rem;
  }
  .gallery.slim-gallery .gallery-modal .col-r .gallery-wrap .big-image {
    margin-top: 0rem;
  }
  .gallery .gallery-modal.full-width .col-l {
    width: 100%;
    padding-right: 2rem;
    padding: 0;
    transform: translate3d(0, 0, 2px);
  }
  .gallery .gallery-modal.full-width .col-l:before {
    display: none;
  }
  .gallery .gallery-modal.full-width .col-l strong {
    position: relative;
    display: block;
    font-size: 1.8rem;
    padding: 2rem;
  }
  .gallery .gallery-modal.full-width .col-l strong:after {
    position: absolute;
    right: 2.6rem;
    top: 50%;
    content: '';
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #be5454;
    margin-top: -3px;
    transition: border 0.35s;
  }
  .gallery .gallery-modal.full-width .col-l .cat-list {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #eaecef;
    padding-bottom: 1.1rem;
    display: none;
  }
  .gallery .gallery-modal.full-width .col-l .cat-list a:last-child {
    border: none;
  }
  .gallery .gallery-modal.full-width .col-l .cat-list .current {
    display: none;
  }
  .gallery .gallery-modal.full-width .col-r .gallery-wrap.current {
    padding: 6.3% 6.3% 0;
  }
  .gallery .gallery-modal.full-width .col-r .gallery-wrap .img-wrap {
    display: block;
    padding: 0;
  }
  .gallery .gallery-modal.full-width .col-r .gallery-wrap .img-wrap > div a {
    margin-right: 20px;
  }
  .gallery .gallery-modal.full-width .col-r .gallery-wrap .img-wrap .slick-arrow {
    bottom: -6rem;
    left: 50%;
    top: auto;
    margin-left: -4.7rem;
  }
  .gallery .gallery-modal.full-width .col-r .gallery-wrap .img-wrap .slick-arrow.slick-next {
    right: auto;
    left: 50%;
    margin-left: 1.3rem;
  }
}
@media (max-width: 1023px) and (orientation: landscape) {
  .gallery-wrap {
    max-width: 100vw;
  }
  .gallery .gallery-modal {
    max-height: inherit;
  }
}
/* case product page sections */
.product-wrapper {
  overflow: hidden;
  border-top: 1px solid #c8c8c8;
}
.sidebar-left {
  padding: 5rem 0;
  width: 332px;
  float: left;
  margin-left: -4rem;
  position: relative;
}
.sidebar-left .product-cat-list-wrap {
  margin-top: 0;
  transition: margin-top 0.35s;
  overflow-y: auto;
}
.sidebar-left.fixed {
  position: fixed;
  top: 18rem;
  bottom: 0;
}
.sidebar-left.fixed::before {
  top: -10rem;
}
.sidebar-left.fixed .product-cat-list-wrap {
  margin-top: -7rem;
  height: calc(100% + 11rem);
  overflow-y: auto;
}
.sidebar-left.fixed .deco {
  position: absolute;
  top: -7rem;
  right: -20px;
  bottom: 0;
  width: 20px;
  background: #fff;
  z-index: 6;
}
.sidebar-left:before {
  content: "";
  position: absolute;
  background: #0e1c2e;
  top: 0;
  left: -100vw;
  height: 10000px;
  right: 0;
  z-index: 2;
}
.sidebar-left:after {
  content: "";
  position: absolute;
  background: #2e5c91;
  top: 0;
  width: 100vw;
  height: 10000px;
  right: 0;
  z-index: 1;
}
.hideITEM {
  display: none;
  overflow: hidden;
  height: 0px;
  width: 0px;
  position: absolute;
}
.product-cat-list {
  position: relative;
  z-index: 5;
  line-height: 1;
}
.product-cat-list:after {
  clear: both;
  content: '';
  display: block;
  overflow: hidden;
}
.product-cat-list > li {
  position: relative;
  font-weight: 600;
  font-size: 2rem;
  padding-left: 4rem;
  padding-right: 3.8rem;
}
.product-cat-list > li:after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0;
  right: 0;
  height: 1px;
  z-index: 1;
  background: #1e3c5f;
}
.product-cat-list > li > a {
  padding: 1.5rem 15px 1.5rem 0;
  color: #fff;
  display: block;
  position: relative;
}
.product-cat-list > li > a:hover:before {
  opacity: 1;
  background: #1c314e;
}
.product-cat-list > li > a:before {
  content: "";
  position: absolute;
  right: -3.8rem;
  top: 0;
  bottom: 0;
  width: 100vw;
  background: #1c314e;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.product-cat-list > li.has-child.current > a > i:after {
  border-top-color: #be5454;
  transform: rotate(0deg);
}
.product-cat-list > li.has-child > a > i {
  width: 15px;
  height: 15px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7.5px;
  z-index: 10;
}
.product-cat-list > li.has-child > a > i:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  border: 5px solid transparent;
  border-top: 6px solid #fff;
  transform: rotate(-90deg);
  margin-top: -2px;
}
.product-cat-list > li.current > ul.children {
  display: block;
}
.product-cat-list > li.active > a:before {
  opacity: 1;
  background: #2e5c91;
}
.product-cat-list > li.active > a > i:after {
  border-top: 6px solid #fff;
}
.product-cat-list > li ul.children {
  margin-left: 15px;
  display: none;
}
.product-cat-list > li ul.children > li {
  font-weight: 400;
  font-size: 1.4rem;
}
.product-cat-list > li ul.children > li.current > a i:after {
  border: 4px solid transparent;
  border-top: 6px solid #be5454;
}
.product-cat-list > li ul.children > li.current > ul.children {
  display: block;
}
.product-cat-list > li ul.children > li.current > ul.cat-product-list {
  display: block;
}
.product-cat-list > li ul.children > li.active > a:before {
  opacity: 1;
  background: #2e5c91;
}
.product-cat-list > li ul.children > li > a {
  display: block;
  position: relative;
  color: #fff;
  padding: 0.8rem 0 0.8rem 15px;
}
.product-cat-list > li ul.children > li > a > i {
  z-index: 10;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7.5px;
}
.product-cat-list > li ul.children > li > a > i:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 2px;
  border: 4px solid transparent;
  border-left: 6px solid #fff;
}
.product-cat-list > li ul.children > li > a:before {
  content: "";
  position: absolute;
  right: -3.8rem;
  top: 0;
  bottom: 0;
  width: 100vw;
  background: #1c314e;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.product-cat-list > li ul.children > li .cat-product-list {
  margin-left: 15px;
  display: none;
}
.product-cat-list > li ul.children > li .cat-product-list li {
  font-size: 1.3rem;
  font-weight: 300;
}
.product-cat-list > li ul.children > li .cat-product-list li a {
  display: block;
  color: #fff;
  position: relative;
  padding: 0.8rem 3rem 0.8rem 15px;
}
.product-cat-list > li ul.children > li .cat-product-list li a:before {
  content: "";
  position: absolute;
  right: -3.8rem;
  top: 0;
  bottom: 0;
  width: 100vw;
  background: #1c314e;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.product-cat-list > li ul.children > li .cat-product-list li.current a:before {
  background: #2e5c91;
  opacity: 1;
}
.is-desktop .product-cat-list > li ul.children > li .cat-product-list li a:hover:before, .is-desktop .product-cat-list > li ul.children > li > a:hover:before {
  opacity: 1;
}
.toggle-mobile {
  display: none;
}
@media (max-width: 1400px) {
  .sidebar-left.fixed .product-cat-list-wrap {
    margin-top: -10rem;
    height: calc(100% + 14rem);
  }
}
@media (max-width: 1300px) {
  .sidebar-left {
    width: 295px;
  }
  .product-cat-list > li > a {
    font-size: 1.8rem;
  }
  .sidebar-left.fixed .product-cat-list-wrap {
    margin-top: -12rem;
    height: calc(100% + 16rem);
  }
}
@media (max-width: 1023px) {
  .product-wrapper > .inner {
    padding: 0;
  }
  .sidebar-left {
    width: 100%;
    margin-left: 0;
    padding: 0 0 2.5rem;
  }
  .sidebar-left:before, .sidebar-left:after {
    display: none;
  }
  .toggle-mobile {
    display: block;
    background: #edeff2;
    font-size: 1.6rem;
    line-height: 4.3rem;
    padding: 0 3.3rem;
    color: #0e1c2e;
    position: relative;
    z-index: 10;
  }
  .toggle-mobile:after {
    content: "";
    position: absolute;
    right: 3rem;
    top: 50%;
    border: 5px solid transparent;
    border-top-color: transparent;
    border-top-style: solid;
    border-top-width: 5px;
    border-top: 6px solid #0e1c2e;
    margin-top: -2px;
  }
  .toggle-mobile.clicked:after {
    border-bottom: 6px solid #0e1c2e;
    border-top: none;
  }
  .product-cat-list {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    overflow-y: auto;
    transition: height 0.5s;
    background: #111f31;
  }
  .product-cat-list-wrap {
    position: fixed;
    top: calc(125px + 4.3rem);
    left: 0;
    right: 0;
    bottom: 0;
    transition: opacity 0.1s ease 0.5s, visibility 0.1s ease 0.5s;
    z-index: 19;
    opacity: 0;
    visibility: hidden;
  }
  .product-cat-list-wrap.expanded {
    opacity: 1;
    visibility: visible;
    transition: opacity 0s, visibility 0s;
  }
  .product-cat-list-wrap.expanded .product-cat-list {
    height: 100%;
  }
  .no-promo .product-cat-list-wrap {
    top: calc(89px + 4.3rem);
  }
  .overlayed #page {
    position: fixed;
    top: 0;
    left: 0.6rem;
    overflow: visible;
    right: 0;
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .product-wrapper > .inner {
    padding-bottom: 50px;
  }
}
.gallery-big {
  margin-bottom: 2rem;
}
.gallery-big a {
  display: block;
  margin-bottom: 1rem;
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 109%;
}
.gallery-big a.no-zoom {
  pointer-events: none;
}
.gallery-big a img {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 100%;
  max-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  transform: translate3d(-50%, -50%, 1px) scale(1);
  display: block;
  will-change: transform;
  transition: transform 0.35s ease-out;
}
.gallery-big a:hover img {
  transform: translate3d(-50%, -50%, 1px) scale(1.1);
  transition: transform 3s ease-out;
}
.gallery-big a em {
  width: 34px;
  height: 34px;
  position: absolute;
  left: 2rem;
  bottom: 1rem;
  background: #0e1c2e;
  border-radius: 34px;
  text-align: center;
  display: none;
}
.gallery-big a em i {
  color: #fff;
  font-size: 16px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.gallery-big .product-image-title {
  color: #020b17;
  font-size: 13px;
  font-weight: 300;
}
.gallery-list {
  margin: 0 -13px;
}
.gallery-list .slick-track {
  min-width: 100%;
}
.gallery-item a {
  width: calc(100% - 26px);
  display: block;
  height: 0;
  padding-bottom: calc(106% - 26px);
  margin: 0 13px;
  position: relative;
  opacity: 0.7;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  will-change: transform;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.gallery-item a:before {
  opacity: 0;
  content: "";
  border: 2px solid #2e5c91;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.gallery-item.slick-current a {
  opacity: 1;
}
.gallery-item.slick-current a:before {
  opacity: 1;
}
.breadcrumbs {
  color: #afafaf;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 3rem;
}
.breadcrumbs a {
  color: #afafaf;
}
.breadcrumbs .current-item {
  font-weight: 600;
  color: #0e1c2e;
}
.product-content {
  margin-left: 283px;
  padding-left: 6%;
  padding-bottom: 12rem;
  padding-top: 6.5rem;
}
.product-content h1 {
  color: #0e1c2e;
  font-weight: 600;
  font-size: 4.5rem;
  padding-right: 280px;
  margin-bottom: 1.5rem;
}
.product-content .product-head {
  position: relative;
}
.product-content .simplefavorite-button {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1;
  font-size: 11px;
  padding: 2rem 1.8rem 2rem 38px;
  border: 2px solid transparent;
}
.product-content .simplefavorite-button:after {
  position: absolute;
  right: 1rem;
  top: 50%;
  width: 1.8rem;
  height: 1.8rem;
  background: #fff;
  border-radius: 50%;
  content: '';
  margin-top: -0.9rem;
}
.product-content .simplefavorite-button:hover span:before, .product-content .simplefavorite-button:hover span:after {
  background: #be5454;
}
.product-content .simplefavorite-button span {
  position: static;
}
.product-content .simplefavorite-button span:after {
  background: #2e5c91;
  width: 0.2rem;
  top: 50%;
  height: 1rem;
  right: 1.8rem;
  margin-top: -0.5rem;
  position: absolute;
  content: '';
  z-index: 2;
  transition: background 0.35s;
}
.product-content .simplefavorite-button span:before {
  background: #2e5c91;
  height: 0.2rem;
  width: 1rem;
  right: 1.4rem;
  top: 50%;
  margin-top: -0.1rem;
  content: '';
  position: absolute;
  border: none;
  z-index: 2;
  transform: translate3d(0, 0, 0) !important;
  transition: background 0.35s;
}
.product-content .simplefavorite-button .add {
  display: none;
}
.product-content .simplefavorite-button.added {
  border: 2px solid #2e5c91;
  background: #fff;
  color: #2e5c91;
}
.product-content .simplefavorite-button.added:after {
  display: none;
}
.product-content .simplefavorite-button.added:hover {
  background: #be5454;
  border: 2px solid #be5454;
  color: #fff;
}
.product-content .simplefavorite-button.added:hover span:after, .product-content .simplefavorite-button.added:hover span:before {
  background: #fff;
}
.product-content .simplefavorite-button.added:hover .def {
  display: block;
}
.product-content .simplefavorite-button.added:hover .add {
  display: none;
}
.product-content .simplefavorite-button.added span:before {
  transform: translate3d(0, 0, 0) rotate(-45deg) !important;
  height: 2px;
  width: 10px;
  right: 13px;
  margin-top: -1px;
}
.product-content .simplefavorite-button.added span:after {
  width: 2px;
  height: 10px;
  right: 18px;
  margin-top: -5px;
  transform: rotate(-45deg);
  height: 7px;
  right: 22px;
  margin-top: -2px;
}
.product-content .simplefavorite-button.added .def {
  display: none;
}
.product-content .simplefavorite-button.added .add {
  display: block;
}
.product-content .simplefavorite-button svg {
  position: absolute;
  left: 17px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.product-category-title {
  color: #0e1c2e;
  font-size: 2.8rem;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
.prpduct-options {
  margin-bottom: 6.5rem;
}
.prpduct-options .prpduct-option-row {
  display: inline-block;
  vertical-align: top;
  margin-right: 2.5rem;
}
.prpduct-options .prpduct-option-row .product-option-label {
  color: #020b17;
  font-size: 1.3rem;
  font-weight: 600;
  display: inline-block;
  vertical-align: top;
}
.prpduct-options .prpduct-option-row .product-option-value {
  color: #020b17;
  font-size: 1.3rem;
  font-weight: 300;
  display: inline;
  vertical-align: top;
}
.title-bg {
  background: #0e1c2e;
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  padding: 1rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 1px;
}
.title-bg.has-link {
  position: relative;
}
.title-bg a {
  color: #fff;
  font-size: 10px;
  text-decoration: underline;
  font-weight: 400;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  right: 1rem;
}
.title-bg a:hover {
  text-decoration: none;
}
.product-gallery {
  width: 45%;
  float: left;
}
.product-data-info {
  margin-left: 50%;
}
.main-product-data {
  overflow: hidden;
}
.product-data-downloads-inner {
  display: table;
  line-height: 1;
  width: 100%;
  margin-bottom: 2.5rem;
}
.product-data-downloads-inner .right-downloads {
  display: table-row;
  position: relative;
}
.product-data-downloads-inner .right-downloads:last-child:after {
  display: none;
}
.product-data-downloads-inner .right-downloads:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: url(../jpg/line.jpg) repeat-x 0 0;
}
.product-data-downloads-inner .right-downloads .right-downloads-name {
  display: table-cell;
  vertical-align: middle;
  padding: 2.5rem 1rem 2.1rem 1rem;
}
.product-data-downloads-inner .right-downloads .right-downloads-file {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  padding: 2.5rem 0 2.1rem;
  width: 170px;
}
.product-data-downloads-inner .right-downloads .right-downloads-file .download-link.view {
  float: left;
}
.download-link {
  color: #2e5c91;
  font-size: 1.3rem;
  line-height: 1;
  position: relative;
  padding-left: 2.2rem;
  vertical-align: top;
}
.download-link:hover span {
  text-decoration: none;
}
.download-link span {
  display: inline-block;
  vertical-align: top;
  text-decoration: underline;
}
.download-link i {
  font-size: 1.5rem;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.is-desktop .download-link:hover {
  text-decoration: none;
}
.right-brochures {
  font-size: 0;
  padding: 2.5rem 0;
  position: relative;
}
.right-brochures:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: url(../jpg/line.jpg) repeat-x 0 0;
}
.right-brochures .right-brochure-image {
  width: 110px;
  display: inline-block;
  vertical-align: middle;
  padding: 0 1rem;
}
.right-brochures .right-brochure-desc {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 110px - 175px - 2rem);
  font-size: 1.4rem;
  padding: 1rem;
  box-sizing: border-box;
}
.right-brochures .right-brochure-file {
  width: 170px;
  display: inline-block;
  vertical-align: middle;
}
.right-brochures .right-brochure-file .download-link {
  float: right;
}
.right-brochures .right-brochure-file .download-link.view {
  float: left;
}
.main-product-data-inner {
  overflow: hidden;
  margin-bottom: 8.5rem;
}
.product-top {
  position: relative;
}
@media (max-width: 1300px) {
  .product-content {
    margin-bottom: 0;
    margin-left: 225px;
  }
  .product-content h1 {
    font-size: 4rem;
    padding-right: 0;
  }
  .product-content .simplefavorite-button {
    top: auto;
    bottom: calc(100% + 1rem);
    padding: 1.5rem 1.8rem 1.5rem 38px;
  }
  .main-product-data-inner {
    margin-bottom: 5rem;
  }
  .right-brochures .right-brochure-desc {
    width: calc(100% - 77px - 170px - 2rem);
  }
  .right-brochures .right-brochure-image {
    width: 77px;
  }
}
@media (max-width: 1023px) {
  .product-content {
    margin-left: 0;
    padding: 0 33px;
    width: auto;
    clear: both;
  }
  .product-content h1 {
    font-size: 3.5rem;
  }
  .product-content .simplefavorite-button {
    position: relative;
    bottom: auto;
    margin-bottom: 3.5rem;
  }
  .right-brochures {
    margin: 0 -11px;
  }
  .prpduct-options {
    margin-bottom: 2rem;
  }
  .prpduct-options .prpduct-option-row {
    margin-right: 0.9rem;
  }
  .prpduct-options .prpduct-option-row:last-child {
    margin-right: 0;
  }
  .prpduct-options .prpduct-option-row .product-option-label {
    font-size: 11px;
  }
  .product-gallery {
    width: 100%;
    max-width: 420px;
    margin-bottom: 3.5rem;
  }
  .product-data-info {
    margin-left: 0;
    clear: both;
  }
  .title-bg {
    margin-left: -33px;
    margin-right: -33px;
    font-size: 11px;
    padding: 1rem 20px;
  }
  .title-bg a {
    text-transform: capitalize;
    font-size: 10px;
    right: 20px;
  }
  .main-product-data, .main-product-data-inner {
    overflow: visible;
  }
  .product-data-downloads-inner {
    width: calc(100% + 22px);
    margin-left: -11px;
    margin-right: -11px;
  }
  .product-data-downloads-inner .right-downloads:after {
    display: none;
  }
  .product-data-downloads-inner .right-downloads > div {
    border-bottom: 1px solid #edeff2;
  }
  .product-data-downloads-inner .right-downloads .right-downloads-name {
    padding-left: 0;
    font-size: 14px;
  }
  .right-brochures .right-brochure-image {
    float: left;
    padding-left: 0;
  }
  .right-brochures:after {
    display: none;
  }
  .right-brochures .right-brochure-desc {
    width: calc(100% - 77px - 2rem);
    padding: 0.5rem 1rem 2.5rem;
  }
  .right-brochures .right-brochure-file {
    padding-left: 1rem;
    float: right;
    width: 160px;
  }
  .right-brochures .right-brochure-file .download-link {
    float: right;
  }
  .right-brochures .right-brochure-file .download-link.view {
    float: left;
  }
}
@media (max-width: 480px) {
  .product-data-downloads-inner .right-downloads .right-downloads-file {
    width: 160px;
  }
}
.widget-content {
  padding: 4.5rem 0;
}
.widget-content .alignright {
  text-align: right;
  padding-bottom: 1rem;
}
#custom-section {
  font-size: 1.8rem;
}
.widget-title {
  position: relative;
  padding: 1.8rem;
  cursor: pointer;
  background: #efefef;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  border-bottom: 1px dotted #c8c8c8;
}
.widget-title .widget-title-inner {
  font-size: 2.8rem;
  font-weight: 300;
}
.widget-title .widget-title-inner strong {
  font-weight: 600;
}
.widget-title .widget-collapse {
  position: absolute;
  top: 50%;
  right: 1.8rem;
  font-size: 2.8rem;
  font-weight: 600;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.widget-title .widget-collapse span:first-child {
  display: none;
}
.widget-title .widget-collapse span:last-child {
  display: block;
}
.is-desktop .widget-title:hover {
  opacity: 0.7;
}
.widget-section.opened .widget-content {
  padding: 4.5rem 0;
}
.widget-section.opened .widget-content h4 {
  margin-bottom: 2rem;
}
.widget-section.opened .widget-title .widget-collapse span:first-child {
  display: block;
}
.widget-section.opened .widget-title .widget-collapse span:last-child {
  display: none;
}
.content-entry p {
  margin-bottom: 3.5rem;
  max-width: 575px;
}
.content-entry ul {
  list-style-type: none;
  margin-bottom: 3.5rem;
}
.content-entry ul li {
  font-size: 1.6rem;
  font-weight: 400;
  position: relative;
  padding-left: 2.5rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
.content-entry ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.75rem;
  width: 8px;
  height: 8px;
  border-radius: 8rem;
  background: #be5454;
}
.content-entry ol {
  margin-left: 20px;
}
.content-entry ol li {
  font-size: 1.6rem;
  font-weight: 400;
  position: relative;
  line-height: 1;
  margin-bottom: 1.5rem;
}
.downloads-section-row .content-entry {
  padding: 3rem 1.5rem 2rem;
  max-width: 705px;
}
.downloads-section-row .content-entry p {
  max-width: 100%;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.7;
}
.downloads-section-row .content-entry p:last-child {
  margin-bottom: 0;
}
.downloads-section-head {
  background: #0e1c2e;
  padding: 1rem 0;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}
.downloads-section-head .downloads-section-title {
  width: 47%;
  box-sizing: border-box;
  padding-left: 1rem;
  display: inline-block;
  vertical-align: top;
}
.downloads-section-head .downloads-section-type {
  display: inline-block;
  vertical-align: top;
}
.downloads-item {
  padding: 2.5rem 0;
  font-size: 0;
  border-bottom: 1px dotted #c8c8c8;
}
.downloads-item:last-child {
  border: none;
}
.downloads-item .downloads-item-title {
  width: 47%;
  padding-left: 1.5rem;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
}
.downloads-item .downloads-item-title .downloads-item-title-inner {
  font-size: 1.7rem;
  text-transform: uppercase;
}
.downloads-item .downloads-item-title .downloads-item-title-inner i {
  margin-left: 1rem;
  font-size: 2rem;
  cursor: pointer;
  position: relative;
}
.downloads-item .downloads-item-title .downloads-item-title-inner i span {
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -10px, 0);
  transform: translate3d(-50%, -10px, 0);
  -webkit-transition: visibility 0.35s, opacity 0.35s;
  transition: visibility 0.35s, opacity 0.35s;
  opacity: 0;
  visibility: hidden;
  max-width: 200px;
  color: #fff;
  font-size: 10px;
  padding: 1rem;
  line-height: 1.3;
  background: #0e1c2e;
  border-radius: 1rem;
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
}
.downloads-item .downloads-item-title .downloads-item-title-inner i span:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -3px;
  border: 3px solid transparent;
  border-top: 5px solid #0e1c2e;
}
.downloads-item .downloads-item-title .downloads-item-title-inner i:hover span {
  opacity: 1;
  visibility: visible;
}
.downloads-item .downloads-item-type {
  width: calc(100% - 47% - 173px);
  display: inline-block;
  vertical-align: top;
  padding-left: 3px;
  font-size: 1.3rem;
  font-weight: 400;
}
.downloads-item .downloads-item-link {
  width: 170px;
  display: inline-block;
  vertical-align: top;
  text-align: right;
}
.downloads-item .downloads-item-link .download-link {
  float: left;
}
.downloads-item .downloads-item-link .download-link + .download-link, .downloads-item .downloads-item-link .download-link.right {
  float: right;
}
.product-detail-side {
  width: 37%;
  float: left;
}
.product-detail-side > a {
  display: inline-block;
  vertical-align: top;
  margin-top: 4.5rem;
}
.product-detail-side > a img {
  display: block;
}
.product-detail-side .product-detail-tab-title-list .product-detail-tab-title {
  cursor: pointer;
  margin-bottom: 0.8rem;
  padding: 0.5rem 1.5rem 0.5rem 6rem;
  font-size: 1.6rem;
  font-weight: 300;
  position: relative;
  border-radius: 20px 0 0 20px;
  transition: background 0.35s;
}
.product-detail-side .product-detail-tab-title-list .product-detail-tab-title .product-detail-tab-title-number {
  position: absolute;
  top: 0.5rem;
  left: 0.8rem;
  width: 28px;
  height: 28px;
  border-radius: 30px;
  border: 1px solid #020b17;
  color: #000;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  line-height: 28px;
}
.product-detail-side .product-detail-tab-title-list .product-detail-tab-title .product-detail-tab-title-inner {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1;
  display: block;
  padding: 0.7rem 0;
}
.product-detail-side .product-detail-tab-title-list .product-detail-tab-title.current, .product-detail-side .product-detail-tab-title-list .product-detail-tab-title.current:hover {
  background: #020b17;
}
.product-detail-side .product-detail-tab-title-list .product-detail-tab-title.current .product-detail-tab-title-number, .product-detail-side .product-detail-tab-title-list .product-detail-tab-title.current:hover .product-detail-tab-title-number {
  border-color: #fff;
  background: #fff;
  color: #2e5c91;
}
.product-detail-side .product-detail-tab-title-list .product-detail-tab-title.current .product-detail-tab-title-inner, .product-detail-side .product-detail-tab-title-list .product-detail-tab-title.current:hover .product-detail-tab-title-inner {
  color: #fff;
  font-weight: 600;
}
.product-detail-side .product-detail-tab-title-list .product-detail-tab-title:hover {
  background: #d7d7d7;
}
.product-detail-side .product-detail-tab-title-list .product-detail-tab-title:hover .product-detail-tab-title-number {
  background: #fff;
  color: #2e5c91;
}
.product-detail-side .product-detail-tab-title-list .product-detail-tab-title:hover .product-detail-tab-title-inner {
  color: #020b17;
}
.product-detail-content {
  margin-left: 37%;
  padding-left: 6%;
  border-left: 1px solid #d7d7d7;
  transition: opacity 0.35s;
}
.product-detail-content.fade {
  opacity: 0;
}
.product-detail-content .warning {
  text-align: center;
  font-weight: 300;
}
.product-detail-content .warning a {
  color: #020b17;
  text-decoration: underline;
  font-weight: bold;
}
.product-detail-content .warning a:hover {
  text-decoration: none;
}
.product-detail-content .product-detail-content-inner-head {
  padding-bottom: 1.8rem;
  border-bottom: 1px solid #c8c8c8;
  position: relative;
  margin-bottom: 2.2rem;
}
.product-detail-content .product-detail-content-inner-head .product-detail-content-inner-head-title {
  font-size: 1.8rem;
  padding-right: 105px;
}
.product-detail-content .product-detail-content-inner-head .product-detail-content-inner-head-title span {
  font-weight: 600;
}
.product-detail-content .product-detail-content-inner-head .product-detail-content-inner-head-zip {
  width: 105px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
}
.product-detail-content-item {
  overflow: hidden;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #c8c8c8;
}
.product-detail-content-item .product-detail-content-item-image {
  width: 39%;
  float: left;
}
.product-detail-content-item .product-detail-content-item-list {
  margin-left: 41%;
  padding-top: 1rem;
}
.product-detail-content-item .product-detail-content-item-list .product-detail-content-item-list-row {
  margin-bottom: 2.5rem;
  line-height: 1;
}
.product-detail-content-item .product-detail-content-item-list .product-detail-content-item-list-row:last-child {
  margin-bottom: 0;
}
.product-detail-content-item .product-detail-content-item-list .product-detail-content-item-list-row .product-detail-content-item-list-row-title {
  font-size: 13px;
  font-weight: 400;
  width: calc(100% - 170px);
  float: left;
}
.product-detail-content-item .product-detail-content-item-list .product-detail-content-item-list-row .product-detail-content-item-list-row-download {
  margin-left: calc(100% - 170px);
  text-align: right;
}
.product-detail-content-item .product-detail-content-item-list .product-detail-content-item-list-row .product-detail-content-item-list-row-download .view {
  float: left;
}
.product-detail-wrap {
  overflow: hidden;
  padding: 4.5rem 0;
}
.mobile-tab-title {
  display: none;
}
@media (max-width: 1300px) {
  .product-detail-content-item .product-detail-content-item-list .product-detail-content-item-list-row .product-detail-content-item-list-row-title {
    font-size: 12px;
  }
  .product-detail-content-item .product-detail-content-item-image {
    width: 21%;
  }
  .product-detail-content-item .product-detail-content-item-list {
    margin-left: 25%;
  }
  .widget-section.opened .widget-content {
    padding: 4.5rem 0;
  }
  .product-detail-wrap {
    padding: 0;
  }
}
@media (max-width: 1023px) {
  .widget-title .widget-collapse {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #eaecef;
    text-indent: -9999px;
  }
  .widget-title .widget-collapse span:before {
    position: absolute;
    width: 10px;
    height: 2px;
    content: '';
    background: #2e5c91;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -5px;
  }
  .widget-title .widget-collapse span + span:after {
    position: absolute;
    height: 10px;
    width: 2px;
    content: '';
    background: #2e5c91;
    top: 50%;
    left: 50%;
    margin: -5px 0 0 -1px;
  }
  .product-detail-content-item .product-detail-content-item-list {
    clear: both;
    margin-left: 0;
  }
  .product-detail-content-item .product-detail-content-item-image {
    width: 100%;
    text-align: center;
    margin-bottom: 2rem;
  }
  .product-detail-wrap {
    overflow: visible;
  }
  .product-detail-wrap .product-detail-content-inner-head .download-link {
    top: 0.7rem;
  }
  .product-detail-tab-title-list {
    margin: 0 -33px 3rem;
    position: relative;
  }
  .product-detail-tab-title-list .mobile-tab-title {
    display: block;
    background: #edeff2;
    position: relative;
    cursor: pointer;
    margin-bottom: 0.8rem;
    padding: 0 1.5rem 0 3.6rem;
    font-size: 1.6rem;
    line-height: 4.3rem;
    border-bottom: 1px solid #c8c8c8;
    font-weight: 300;
  }
  .product-detail-tab-title-list .mobile-tab-title:after {
    content: "";
    position: absolute;
    right: 3rem;
    top: 50%;
    border: 5px solid transparent;
    border-top-color: transparent;
    border-top-style: solid;
    border-top-width: 5px;
    border-top-color: transparent;
    border-top-style: solid;
    border-top-width: 5px;
    border-top: 6px solid #0e1c2e;
    margin-top: -2px;
  }
  .product-detail-tab-title-list .mobile-tab-title.expanded:after {
    border-bottom: 6px solid #0e1c2e;
    border-top: none;
  }
  .product-detail-tab-title-list .mobile-wrap {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 2;
    padding-top: 0.5rem;
    background: #fff;
    display: none;
  }
  .product-detail-side {
    width: 100%;
  }
  .product-detail-side .product-detail-tab-title-list .product-detail-tab-title {
    border-radius: 0;
    padding-left: 3.6rem;
    margin-bottom: 0;
  }
  .product-detail-side .product-detail-tab-title-list .product-detail-tab-title .product-detail-tab-title-number {
    display: none;
  }
  .product-detail-side .product-detail-tab-title-list .product-detail-tab-title.current {
    background: #fff;
  }
  .product-detail-side .product-detail-tab-title-list .product-detail-tab-title.current .product-detail-tab-title-inner {
    color: #0e1c2e;
  }
  .product-detail-content {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
    clear: both;
  }
  .product-detail-content-inner-head .product-detail-content-inner-head-title span {
    font-size: 15px;
  }
  .downloads-item .downloads-item-type {
    display: none;
  }
  .downloads-item .downloads-item-title {
    padding-left: 0;
    width: 70%;
  }
  .downloads-item .downloads-item-title .downloads-item-title-inner {
    font-size: 14px;
    text-transform: capitalize;
  }
  .downloads-section-row .content-entry {
    padding-left: 0;
    padding-right: 0;
  }
  .downloads-section-head {
    padding-left: 11px;
    padding-right: 11px;
  }
  .downloads-section-head .downloads-section-title {
    width: 100%;
  }
  .downloads-section-head .downloads-section-type {
    display: none;
  }
}
@media (max-width: 1023px) {
  .downloads-item .downloads-item-title {
    width: calc(100% - 150px);
  }
  .downloads-item .downloads-item-link {
    width: 150px;
  }
  .widget-section .widget-content-3, .widget-section.opened .widget-content-3 {
    padding: 4.5rem 33px;
  }
}
@media (max-width: 767px) {
  .widget-content .alignright {
    padding-right: 22px;
  }
  .product-detail-side > a img {
    margin-bottom: 3rem;
  }
  .widget-content-1 {
    padding: 2.5rem 33px;
  }
  .widget-content-2, .widget-content-3 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .widget-content-3 {
    padding-left: 33px;
    padding-right: 33px;
  }
  .widget-title {
    margin: 0;
  }
  .widget-section {
    margin: 0 -33px;
  }
  .downloads-item {
    padding: 2.5rem 22px;
  }
  .widget-section.opened .widget-content {
    padding: 2.5rem 33px;
  }
  #custom-section.widget-section.opened .widget-content {
    padding: 2.5rem 22px;
  }
  #downloads-section.widget-section.opened .widget-content {
    padding: 2.5rem 0;
  }
  #details-section.widget-section.opened .widget-content, #details-section.widget-section .widget-content-3 {
    padding: 2.5rem 33px;
  }
}
@media (max-width: 480px) {
  .downloads-item .downloads-item-title {
    width: calc(100% - 165px);
  }
  .downloads-item .downloads-item-link {
    width: 160px;
    float: right;
    margin-top: 0.3rem;
  }
}
/* case product-cat page sections */
.post-type-archive-products .hero-no-image {
  padding-bottom: 0;
}
.post-type-archive-products .column-grid .items .item .in {
  padding-bottom: 0;
  display: block;
}
.post-type-archive-products .column-grid .items .item .img-wrap {
  padding-top: 100%;
  margin-bottom: 1.5rem;
  display: block;
  overflow: hidden;
  position: relative;
}
.post-type-archive-products .column-grid .items .item .img-wrap i {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  will-change: transform;
  transform: translate3d(0, 0, 1px) scale(1);
  transition: transform 3s ease-out;
}
.post-type-archive-products .column-grid .items .item .img-wrap img {
  display: none;
}
.post-type-archive-products .column-grid .items .item a:hover {
  text-decoration: none;
}
.post-type-archive-products .column-grid .items .item a:hover .img-wrap i {
  transform: translate3d(0, 0, 1px) scale(1.15);
}
.post-type-archive-products .column-grid .items .item a:hover .h4 {
  color: #be5454;
}
.post-type-archive-products .column-grid .items .item .h4 {
  display: block;
  color: #000;
  transition: color 0.35s;
}
.product-list {
  margin: 0 calc(-1 * (6px + 3.5%));
  padding: 5rem 0;
  font-size: 0;
  position: relative;
}
.product-list:before {
  content: "";
  border-bottom: 1px dotted #c8c8c8;
  width: calc(100% - 7% - 12px);
  position: absolute;
  left: calc(3.5% + 6px);
}
.product-content .category-head h1 {
  font-size: 6rem;
  margin-bottom: 3.5rem;
}
.category-head {
  position: relative;
}
.category-head .type-list {
  position: absolute;
  top: 1.5rem;
  right: 0;
}
.category-head .type-list a {
  display: inline-block;
  vertical-align: top;
  padding: 1rem;
  color: #0e1c2e;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  border-radius: 20px;
  -webkit-transition: background 0.35s;
  transition: background 0.35s;
  margin-left: 2rem;
}
.category-head .type-list a:hover, .category-head .type-list a.current {
  background: #eaecef;
}
.category-head .type-list a span {
  display: block;
  position: relative;
  padding-left: 23px;
}
.category-head .type-list a span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 12px;
  background: url(../png/sprite-deco.png) no-repeat -112px -32px;
}
.category-head .type-list a.grid-view span:before {
  background-position: -134px -32px;
}
.category-description {
  padding-bottom: 6.5rem;
}
.category-description p {
  max-width: 635px;
}
.product-list-row {
  position: relative;
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
}
.product-list-row:before {
  content: "";
  left: calc(3.5% + 6px);
  bottom: 0;
  position: absolute;
  width: calc(100% - 3.5% - 12px);
  border-bottom: 1px dotted #e6e6e6;
}
.product-item {
  width: calc(33.33% - 12px);
  margin: 0 6px;
  display: inline-block;
  vertical-align: top;
  padding: 3rem 3.5%;
  position: relative;
  box-sizing: border-box;
  -webkit-transition: background 0.35s;
  transition: background 0.35s;
}
.product-item:nth-child(3n+1):before {
  content: "";
  display: none;
  left: calc(7% + 6px);
  bottom: -2.25rem;
  position: absolute;
  width: calc(300% - 7% - 12px);
  border-bottom: 1px dotted #e6e6e6;
}
.product-item:hover {
  background: #eaecef;
}
.product-item > a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.product-item .product-item-image {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 108%;
  margin-bottom: 2rem;
}
.product-item .product-item-image img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.product-item .product-item-image .fal {
  font-size: 3rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product-item .parent-cat-prod {
  background: #be5454;
  padding: 7px;
  color: #fff;
  font-size: 8px;
  font-weight: 600;
  margin-bottom: 1rem;
  display: inline-block;
  vertical-align: top;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.product-item .child-cat-prod {
  font-size: 1.5rem;
  font-weight: 300;
  color: #000;
  margin-bottom: 1rem;
}
.product-item .product-item-head > h3 {
  color: #0e1c2e;
  font-weight: 600;
  font-size: 1.9rem;
  margin-bottom: 1rem;
}
.product-item .excerpt-prod {
  margin-bottom: 1.5rem;
}
.product-item .excerpt-prod p {
  font-size: 1.3rem;
  line-height: 1.7;
}
.product-item .prpduct-options {
  margin-bottom: 0;
}
.product-item .prpduct-options .prpduct-option-row {
  display: block;
  margin-right: 0;
}
.product-item .prpduct-options .prpduct-option-row .product-option-value, .product-item .prpduct-options .prpduct-option-row .product-option-label {
  font-size: 1.4rem;
  display: block;
}
.product-item .prpduct-options .prpduct-option-row .product-option-label {
  padding-right: 1rem;
}
.product-list.change-to-list {
  margin: 0 -3% 0 -4%;
  padding-top: 1.5rem;
  border-top: 1px dotted #c8c8c8;
  overflow: hidden;
  min-height: 42vh;
}
.product-list.change-to-list.product-list-2, .product-list.change-to-list.product-list-3 {
  display: none;
}
.product-list.change-to-list:before {
  display: none;
}
.product-list.change-to-list .product-list-row {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.product-list.change-to-list .product-list-row:before {
  display: none;
}
.product-list.change-to-list .product-item {
  width: auto;
  font-size: 0;
  padding: 1.7rem 3% 1.7rem 4%;
  margin: 0 0 2.5rem 0;
  display: block;
}
.product-list.change-to-list .product-item:after {
  clear: both;
  display: block;
  content: "";
}
.product-list.change-to-list .product-item:before {
  content: "";
  display: block;
  left: 0;
  bottom: -1.25rem;
  position: absolute;
  width: 100%;
  border-bottom: 1px dotted #e6e6e6;
}
.product-list.change-to-list .product-item:nth-child(3n+1):before {
  bottom: -1.25rem;
}
.product-list.change-to-list .product-item.product-item-pdf .product-item-image {
  width: 8rem;
  padding-bottom: 8rem;
}
.product-list.change-to-list .product-item.product-item-pdf .product-item-head {
  margin-left: 2.5%;
  width: 80%;
}
.product-list.change-to-list .product-item .product-item-image {
  width: 12.5%;
  padding-bottom: 13.5%;
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  background-position: 50% 50% !important;
  background-size: cover !important;
}
.product-list.change-to-list .product-item .product-item-head {
  margin-left: 4.5%;
  display: inline-block;
  vertical-align: middle;
  width: 29%;
}
.product-list.change-to-list .product-item .product-item-head > h3 {
  margin-bottom: 0;
}
.product-list.change-to-list .product-item .excerpt-prod {
  width: 33%;
  display: inline-block;
  vertical-align: middle;
  margin-left: 3%;
  margin-bottom: 0;
}
.product-list.change-to-list .product-item .prpduct-options {
  display: inline-block;
  vertical-align: middle;
  width: 15%;
  margin-left: 3%;
}
.wp-pagenavi {
  clear: both;
  text-align: right;
}
.wp-pagenavi a, .wp-pagenavi span {
  width: 3.7rem;
  height: 3.7rem;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid #7f7f7f;
  color: #020b17;
  text-align: center;
  line-height: 3.7rem;
  transition: background 0.35s, border 0.35s, color 0.35s;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: normal;
  margin: 0 6px;
  transition: all 0.35s;
}
.wp-pagenavi a.current, .wp-pagenavi span.current, .wp-pagenavi a.current:hover, .wp-pagenavi span.current:hover, .wp-pagenavi a:hover, .wp-pagenavi span:hover {
  background: #2e5c91;
  border: 1px solid #2e5c91;
  color: #fff !important;
  font-weight: normal !important;
}
.wp-pagenavi a:hover, .wp-pagenavi span:hover {
  background: rgba(18, 36, 57, .85);
}
@media (max-width: 1300px) {
  .product-content {
    padding-bottom: 0;
  }
  .product-content .category-head h1 {
    font-size: 5rem;
  }
  .category-head .type-list {
    top: auto;
    bottom: calc(100% + 2rem);
  }
  .product-list {
    padding-top: 0;
    margin: 0;
    width: 100%;
  }
  .search .product-list {
    padding-top: 5rem !important;
    min-height: 53vh;
  }
  .product-list:before {
    left: 0;
    width: 100%;
  }
  .product-item {
    padding: 2rem 2.5%;
  }
  .product-list-row:before {
    left: 0;
    width: 100%;
  }
  .category-description {
    padding-bottom: 4rem;
  }
  .product-list.change-to-list {
    margin: 0;
  }
  .product-list.change-to-list .product-item {
    padding: 1.7rem 0 1.7rem 0;
  }
  .product-list.change-to-list .product-item .excerpt-prod {
    width: 27%;
    vertical-align: bottom;
  }
  .product-list.change-to-list .product-item .prpduct-options {
    width: 21%;
    vertical-align: bottom;
  }
}
@media (max-width: 1100px) {
  .search .product-list {
    padding-top: 2rem;
  }
}
@media (max-width: 1023px) {
  .product-content .category-head h1 {
    font-size: 4rem;
  }
  .post-type-archive-products .column-grid .items .item .in {
    padding-left: 0.7rem;
    padding-right: 0.7rem;
  }
  .post-type-archive-products .column-grid .items .item .h4 {
    font-size: 1.8rem;
  }
  .post-type-archive-products .column-grid.columns-3 .items .item {
    width: calc(30% - 4px);
    margin-left: 5.2%;
  }
  .post-type-archive-products .column-grid.columns-3 .items .item:nth-child(3n + 1) {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .search .product-list {
    padding-top: 2rem !important;
  }
  .post-type-archive-products .column-grid.columns-3 .items .item {
    width: calc(48% - 4px) !important;
    margin-left: 4% !important;
  }
  .post-type-archive-products .column-grid.columns-3 .items .item:nth-child(3n + 1) {
    margin-left: 4%;
  }
  .post-type-archive-products .column-grid.columns-3 .items .item:nth-child(2n + 1) {
    margin-left: 0 !important;
  }
  .product-content .category-head h1 {
    margin-bottom: 2rem;
  }
  .category-head .type-list {
    position: static;
    margin-bottom: 2rem;
    display: none;
  }
  .category-head .type-list:after {
    clear: both;
    content: '';
    display: block;
  }
  .category-head .type-list a {
    float: left;
    width: 48%;
    border: 1px solid #eaecef;
    box-sizing: border-box;
  }
  .category-head .type-list a.grid-view {
    margin-left: 4%;
  }
  .category-head .type-list .list-view {
    margin-left: 0;
  }
  .product-item {
    width: calc(48% - 4px);
    display: inline-block;
    margin: 0 1%;
  }
  .product-list-row {
    padding-bottom: 0;
    margin-bottom: 0;
    display: inline;
  }
  .product-list-row:before {
    display: none;
  }
  .breadcrumbs {
    margin-bottom: 1rem;
  }
  .product-item-inner > div {
    width: 100% !important;
    margin: 0 0 2rem !important;
  }
  .product-list.change-to-list {
    padding-top: 0;
  }
  .product-list.change-to-list .product-item {
    padding: 2rem 2.5%;
    margin-bottom: 0;
  }
  .product-list.change-to-list .product-item:before {
    display: none;
  }
  .product-list.change-to-list .product-item.product-item-pdf .product-item-head {
    width: calc(100% - 5rem) !important;
    margin-bottom: 0 !important;
    height: 5rem;
  }
  .product-list.change-to-list .product-item.product-item-pdf .product-item-head h3 {
    font-size: 1.6rem;
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
  }
  .product-list.change-to-list .product-item.product-item-pdf .product-item-image {
    width: 5rem !important;
    padding-bottom: 5rem;
    margin-bottom: 0 !important;
  }
  .product-list.change-to-list .product-item.product-item-pdf .product-item-image .fal {
    font-size: 2rem;
  }
  .product-list.change-to-list .product-item .product-item-image {
    padding-bottom: 33%;
    width: 28% !important;
    float: left;
  }
  .product-list.change-to-list .product-item .product-item-head {
    width: 72% !important;
    box-sizing: border-box;
    padding-left: 1.5rem;
  }
  .product-list.change-to-list .product-item .excerpt-prod {
    display: none;
  }
  .product-list.change-to-list .product-item .prpduct-options {
    width: 72% !important;
    box-sizing: border-box;
    padding-left: 1.5rem;
    float: right;
  }
  .post-type-archive-products .hero-no-image {
    padding: 3rem 0;
  }
  .post-type-archive-products .column-grid {
    padding-top: 0;
  }
}
/* case my-selection page sections */
.myselection-wrap {
  border-top: 1px solid #c8c8c8;
}
.btn-copy {
  position: relative;
}
.btn-copy span {
  position: absolute !important;
}
#email-friend {
  text-align: center;
  overflow: visible;
}
#email-friend .h3 {
  font-weight: 300;
  color: #0e1c2e;
  font-size: 4rem;
}
#email-friend .link-wrap {
  max-width: 42rem;
  font-size: 1.5rem;
  margin: 0 auto 2rem;
}
#email-friend .link-wrap input {
  display: none;
}
#email-friend .link-wrap a {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #020b17;
  font-size: 1.4rem;
}
#email-friend input[type="text"], #email-friend input[type="tel"], #email-friend input[type="email"], #email-friend textarea {
  width: 100%;
  box-sizing: border-box;
  border: none;
  margin: 0;
  border-radius: 0;
  padding: 0 15px 0 0;
  border-bottom: 2px solid #e1e1e1;
  -webkit-appearance: none;
  font-family: 'Suisse', Arial, sans-serif;
  font-size: 1.8rem;
  line-height: 30px;
  height: 30px;
  color: rgba(38, 38, 38, 1);
  background: none;
}
#email-friend input[type="text"]::-webkit-input-placeholder, #email-friend input[type="tel"]::-webkit-input-placeholder, #email-friend input[type="email"]::-webkit-input-placeholder, #email-friend textarea::-webkit-input-placeholder {
  font-size: 2rem;
  font-family: 'Suisse', Arial, sans-serif;
  color: rgba(38, 38, 38, 0.5);
  opacity: 1;
}
#email-friend input[type="text"]:-moz-placeholder, #email-friend input[type="tel"]:-moz-placeholder, #email-friend input[type="email"]:-moz-placeholder, #email-friend textarea:-moz-placeholder {
  font-size: 2rem;
  font-family: 'Suisse', Arial, sans-serif;
  color: rgba(38, 38, 38, 0.5);
  opacity: 1;
}
#email-friend input[type="text"]::-moz-placeholder, #email-friend input[type="tel"]::-moz-placeholder, #email-friend input[type="email"]::-moz-placeholder, #email-friend textarea::-moz-placeholder {
  font-size: 2rem;
  font-family: 'Suisse', Arial, sans-serif;
  color: rgba(38, 38, 38, 0.5);
  opacity: 1;
}
#email-friend input[type="text"]:-ms-input-placeholder, #email-friend input[type="tel"]:-ms-input-placeholder, #email-friend input[type="email"]:-ms-input-placeholder, #email-friend textarea:-ms-input-placeholder {
  font-size: 2rem;
  font-family: 'Suisse', Arial, sans-serif;
  color: rgba(38, 38, 38, 0.5);
  opacity: 1;
}
#email-friend input[type="text"]:focus::-webkit-input-placeholder, #email-friend input[type="tel"]:focus::-webkit-input-placeholder, #email-friend input[type="email"]:focus::-webkit-input-placeholder, #email-friend textarea:focus::-webkit-input-placeholder {
  opacity: 0.5;
}
#email-friend input[type="text"]:focus:-moz-placeholder, #email-friend input[type="tel"]:focus:-moz-placeholder, #email-friend input[type="email"]:focus:-moz-placeholder, #email-friend textarea:focus:-moz-placeholder {
  opacity: 0.5;
}
#email-friend input[type="text"]:focus::-moz-placeholder, #email-friend input[type="tel"]:focus::-moz-placeholder, #email-friend input[type="email"]:focus::-moz-placeholder, #email-friend textarea:focus::-moz-placeholder {
  opacity: 0.5;
}
#email-friend input[type="text"]:focus:-ms-input-placeholder, #email-friend input[type="tel"]:focus:-ms-input-placeholder, #email-friend input[type="email"]:focus:-ms-input-placeholder, #email-friend textarea:focus:-ms-input-placeholder {
  opacity: 0.5;
}
#email-friend input[type="text"].wpcf7-not-valid, #email-friend input[type="tel"].wpcf7-not-valid, #email-friend input[type="email"].wpcf7-not-valid, #email-friend textarea.wpcf7-not-valid {
  border-bottom: 2px solid red;
}
#email-friend span.wpcf7-not-valid-tip {
  font-size: 1.4rem;
}
#email-friend div.wpcf7-response-output {
  max-width: 100%;
  font-size: 1.4rem;
}
#email-friend p {
  margin-bottom: 2.5rem;
}
#email-friend textarea {
  border: 2px solid #e1e1e1;
  resize: none;
  height: 13rem;
  padding: 1rem;
  line-height: 3rem;
}
.myselection-inner {
  max-width: 1070px;
  margin: 0 auto;
}
.myselection-inner .category-head {
  margin-bottom: 5rem;
}
.myselection-inner .category-head .type-list {
  top: 0;
}
.myselection-inner .category-head .mylist-title {
  font-size: 10px;
  letter-spacing: 1px;
}
.myselection-inner .product-list {
  margin: 0;
  border-top: none;
}
.myselection-inner .product-list:before {
  display: none;
}
.myselection-inner .product-list.change-to-list .product-item {
  width: auto;
  margin-left: 0;
}
.myselection-inner .product-list .product-item {
  padding: 0;
  width: 25%;
  margin: 0 0 8rem 12.5%;
}
.myselection-inner .product-list .product-item .product-item-inner {
  position: relative;
}
.myselection-inner .product-list .product-item .product-item-inner > a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 4rem;
  z-index: 2;
  transition: color 0.35s;
}
.myselection-inner .product-list .product-item .product-item-inner > a:hover + .product-item-image + .product-item-head h3 {
  color: #be5454;
  text-decoration: underline;
}
.myselection-inner .product-list .product-item .product-item-inner .prpduct-options .remove-btn {
  position: relative;
  z-index: 15;
}
.myselection-inner .product-list .product-item:before {
  display: none;
}
.myselection-inner .product-list .product-item:nth-child(3n+1) {
  margin-left: 0;
}
.myselection-inner .product-list .product-item:hover {
  background: none;
}
.myselection-inner .product-list .product-item .product-item-head > h3 {
  margin-bottom: 1.5rem;
}
.myselection-inner .product-list .product-item .added-date {
  font-size: 9px;
  color: #b9b9b9;
  font-weight: 600;
  margin-bottom: 2.5rem;
  letter-spacing: 1px;
  line-height: 1;
}
.myselection-inner .product-list .product-item .remove-btn {
  padding: 1rem 1rem 1.2rem 1.5rem;
  line-height: 1;
  font-size: 8px;
  color: #919191;
  font-weight: 600;
  letter-spacing: 1px;
  vertical-align: top;
  display: inline-block;
  border: 1px solid #919191;
  border-radius: 20px;
  margin-top: 2.5rem;
  -webkit-transition: background 0.35s, color 0.35s;
  transition: background 0.35s, color 0.35s;
}
.myselection-inner .product-list .product-item .remove-btn:hover {
  text-decoration: none;
  color: #fff;
  background: #919191;
}
.myselection-inner .product-list .product-item .remove-btn i {
  vertical-align: middle;
  font-size: 1.4rem;
}
.myselection-inner .product-list .product-item .remove-btn span {
  vertical-align: middle;
}
.myselection-head {
  border-bottom: 1px dotted #919191;
  margin-bottom: 5rem;
  padding-top: 7.5rem;
}
.myselection-head h1 {
  font-weight: 300;
  color: #0e1c2e;
  margin-bottom: 3.5rem;
}
.myselection-head h1 strong {
  font-weight: 600;
}
.myselection-desc {
  max-width: 645px;
  padding-bottom: 1.5rem;
}
.myselection-desc a {
  font-weight: 600;
  color: #000;
  text-decoration: underline;
  transition: color 0.35s;
}
.myselection-desc a:hover {
  color: #be5454;
}
.myselection-desc p {
  margin-bottom: 3rem;
}
.create-link-section {
  margin-bottom: 6rem;
  background: #edeff2;
  padding: 1.5rem 1.5rem 1.5rem 2.5rem;
  border-radius: 50px;
  font-size: 0;
}
.create-link-section:after {
  clear: both;
  display: block;
  content: '';
}
.create-link-section .create-link-section-left {
  width: 60%;
  display: inline-block;
  vertical-align: middle;
  font-size: 1.6rem;
  font-weight: 300;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.create-link-section .create-link-section-left .parent-tooltip {
  position: relative;
  display: inline;
  vertical-align: top;
  pointer-events: none;
  font-weight: 600;
  cursor: pointer;
}
.create-link-section .create-link-section-left .parent-tooltip .tooltip {
  position: absolute;
  display: none;
}
.create-link-section .create-link-section-right {
  margin-left: 2%;
  width: 38%;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
}
.create-link-section .create-link-section-right .btn {
  padding: 1.5rem 2.5rem;
  line-height: 1;
  font-size: 11px;
  text-transform: uppercase;
  vertical-align: middle;
}
.create-link-section .create-link-section-right .btn i {
  font-size: 1.6rem;
  vertical-align: middle;
}
.create-link-section .create-link-section-right .btn.btn-transparent {
  margin-right: 1rem;
}
.tooltip-text {
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -15px, 0);
  transform: translate3d(-50%, -15px, 0);
  -webkit-transition: visibility 0.35s, opacity 0.35s;
  transition: visibility 0.35s, opacity 0.35s;
  opacity: 0;
  visibility: hidden;
  color: #fff;
  font-size: 10px;
  padding: 1.5rem;
  letter-spacing: 2px;
  line-height: 1.3;
  background: #0e1c2e;
  white-space: nowrap;
  text-transform: uppercase;
  border-radius: 3rem;
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
}
.tooltip-text:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -8px;
  border: 8px solid transparent;
  border-top: 14px solid #0e1c2e;
}
.tooltip-text:before {
  display: none !important;
}
@media (max-width: 1300px) {
  .myselection-head {
    padding-top: 5rem;
  }
  .myselection-head h1 {
    font-size: 5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 1023px) {
  .myselection-head h1 {
    font-size: 4rem;
  }
  .create-link-section .create-link-section-right {
    width: 48%;
  }
  .create-link-section .create-link-section-left {
    font-size: 1.8rem;
    width: 50%;
  }
  .myselection-inner .product-list .product-item {
    width: 30%;
    margin-left: 4.5%;
  }
}
@media screen and (max-width: 767px) {
  .create-link-section {
    padding: 1.5rem;
  }
  .create-link-section .create-link-section-left {
    font-size: 1.6rem;
  }
  .myselection-inner .product-list .product-item {
    width: 100%;
    margin-left: 0 !important;
  }
  .myselection-inner .product-list .product-item .remove-btn {
    margin-top: 1.5rem;
  }
  .create-link-section .create-link-section-left {
    width: 100%;
    padding: 1rem 0;
    white-space: normal;
  }
  .create-link-section .create-link-section-left .parent-tooltip {
    word-break: break-word;
    display: block;
  }
  .create-link-section .create-link-section-right {
    width: 100%;
    padding: 1rem 0;
    margin-left: 0;
    text-align: center;
  }
  .create-link-section .create-link-section-right .btn {
    padding: 1.5rem 1.5rem;
    font-size: 10px;
    width: 48%;
    box-sizing: border-box;
  }
}
@media (max-width: 359px) {
  .create-link-section .create-link-section-right .btn {
    width: 47%;
    font-size: 8px;
    padding: 1rem;
  }
}
/* case contact page sections */
.page-template-contact-page .site-content .inner {
  max-width: 1120px;
}
.contact-top {
  margin-bottom: 6rem;
}
.contact-top h1 {
  font-size: 6rem;
  line-height: 1;
  margin-bottom: 4rem;
  font-family: 'Suisse', Arial, sans-serif;
  font-weight: 400;
}
.contact-top h1 b {
  font-weight: 600;
}
.contact-top .entry {
  font-size: 2rem;
  line-height: 1.5;
  font-family: 'Suisse', Arial, sans-serif;
  max-width: 65rem;
}
.contact-top .entry a {
  color: #2e5c91;
  font-weight: 600;
  text-decoration: underline;
  transition: color 0.35s;
}
.contact-top .entry a:hover {
  color: #be5454;
}
.regional-map {
  margin-bottom: 8rem;
}
.regional-map .entry {
  margin-bottom: 1rem;
}
.corporate {
  position: relative;
  margin-bottom: 10rem;
}
.corporate:after {
  clear: both;
  content: '';
  display: block;
}
.corporate .col-l {
  font-family: 'Suisse', Arial, sans-serif;
  float: left;
  width: 39.1%;
  box-sizing: border-box;
  background: #2e5c91;
  color: #fff;
  position: relative;
  border-left: 0.7rem solid #95bbe6;
  padding: 8rem 3.6rem 10rem;
}
.corporate .col-l:before {
  position: absolute;
  content: '';
  top: 2px;
  right: 7px;
  width: 0;
  height: 0;
  border-top: 1rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 1rem solid #fff;
  transform: rotate(-45deg);
}
.corporate .col-l:after {
  position: absolute;
  content: '';
  bottom: -2rem;
  right: 8.7rem;
  width: 87px;
  height: 53px;
  background: url(../png/sprite-deco.png) no-repeat 0 0;
}
.corporate .col-l .h2 span {
  display: block;
  font-weight: 300;
  font-size: 1.5rem;
}
.corporate .col-l .h2 strong {
  display: block;
  font-weight: 600;
  font-size: 4.5rem;
  line-height: 1;
  margin-bottom: 4rem;
}
.corporate .col-l p {
  max-width: 26rem;
}
.corporate .col-l a {
  color: #fff;
  font-weight: 600;
  text-decoration: underline;
  transition: color 0.35s;
}
.corporate .col-l a:hover {
  color: #be5454;
}
.corporate.animate .img-wrap:after {
  width: 0;
}
.corporate.animate .img-wrap .caption:before {
  height: 0;
}
.corporate .img-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 59.7%;
  text-align: right;
}
.corporate .img-wrap:after {
  position: absolute;
  width: 100%;
  left: 0;
  background: #fff;
  bottom: 0;
  top: 0;
  transition: width 1s linear;
  z-index: 2;
  content: '';
}
.corporate .img-wrap .img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border-bottom: 0.7rem solid #2e5c91;
  box-sizing: border-box;
  vertical-align: top;
  display: block;
}
.corporate .img-wrap .caption {
  position: absolute;
  bottom: 2px;
  right: -29rem;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.7rem;
  line-height: 3.8rem;
  transform-origin: 0% 100%;
  transform: rotate(-90deg);
  width: 25rem;
  text-align: left;
  letter-spacing: 1px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.corporate .img-wrap .caption:before {
  position: absolute;
  right: 0;
  left: 0;
  background: #fff;
  bottom: 0;
  content: '';
  transition: height 0.5s linear 1s;
  height: 100%;
}
.regional {
  margin-bottom: 10rem;
}
.regional .h3, .regional h2 {
  display: block;
  font-weight: 600;
  font-size: 4.5rem;
  line-height: 1;
  margin-bottom: 4rem;
}
.regional .h4 {
  display: block;
  font-weight: 400;
  font-size: 2.8rem;
  line-height: 2.07;
  margin-bottom: 4rem;
  position: relative;
  border-bottom: 1px solid #c8c8c8;
  cursor: pointer;
}
.regional .h4:after {
  width: 2px;
  height: 18px;
  background: #111f31;
  content: '';
  position: absolute;
  right: 13px;
  top: calc(2.8rem - 9px);
  transition: opacity 0.35s;
}
.regional .h4:before {
  width: 18px;
  height: 2px;
  background: #111f31;
  content: '';
  position: absolute;
  right: 5px;
  top: 2.8rem;
  transition: width 0.35s;
}
.regional .h4 b {
  font-weight: 600;
}
.regional .h4.expanded:after {
  opacity: 0;
}
.regional .h4.expanded:before {
  width: 40px;
}
.regional .offices {
  display: none;
}
.regional .offices .office {
  display: inline-block;
  vertical-align: top;
  width: calc(33.33% - 4px);
  box-sizing: border-box;
  padding-right: 2rem;
  font-size: 1.3rem;
  line-height: 1.69;
  margin-bottom: 4rem;
}
.regional .offices .office .title {
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1;
  padding-bottom: 0.5rem;
}
.regional .offices .office .name {
  font-weight: 600;
  font-size: 1.9rem;
  line-height: 1;
  margin-bottom: 2rem;
}
.regional .offices .office a {
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1;
  text-decoration: underline;
  transition: color 0.35s;
  color: #2e5c91;
}
.regional .offices .office a:hover {
  color: #be5454;
}
.regional .offices .office .label {
  margin: 1rem 0.5rem 0 0;
  background: #2e5c91;
  position: relative;
  cursor: pointer;
}
.regional .offices .office .label i {
  position: absolute;
  font-style: normal;
  left: 0;
  bottom: calc(100% + .6rem);
  background: rgba(92, 92, 92, .9);
  line-height: 2.1rem;
  padding: 0 1rem;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: capitalize;
  transition: opacity 0.35s, visibility 0.35s;
  opacity: 0;
  visibility: hidden;
  white-space: nowrap;
}
.regional .offices .office .label:hover i {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1300px) {
  .contact-top h1 {
    font-size: 5rem;
  }
}
@media (max-width: 1100px) {
  .contact-top .entry {
    font-size: 1.6rem;
  }
}
@media (max-width: 1023px) {
  .contact-top h1 {
    font-size: 4rem;
  }
  .regional .h3, .regional h2 {
    font-size: 3.5rem;
  }
  .regional .h4 {
    font-size: 2.4rem;
    margin-bottom: 2.5rem;
  }
  .regional .h4:before {
    top: 2.4rem;
  }
  .regional .h4:after {
    top: calc(2.4rem - 9px);
  }
  .corporate .col-l .h2 strong {
    font-size: 3.5rem;
  }
  .corporate .img-wrap {
    right: 3rem;
    width: calc(59.7% - 3rem);
  }
}
@media (max-width: 767px) {
  .regional .h4:before {
    right: -18px;
    top: 2.5rem;
  }
  .regional .h4:after {
    right: -10px;
    top: calc(2.5rem - 8px);
  }
  .regional .h4.expanded:before {
    width: 18px;
  }
  .corporate {
    margin-bottom: 7rem;
  }
  .corporate .col-l {
    width: 100%;
    margin-bottom: 5rem;
  }
  .corporate .img-wrap {
    position: relative;
    width: 100%;
    clear: both;
    padding-top: 56%;
    right: 0;
  }
  .regional .offices .office {
    display: block;
    width: 100%;
  }
  .regional .offices .office .label i {
    transform: translate(0, 0);
    left: 0;
  }
}
/*footer*/
#footer {
  background: #2e5c91;
  padding-top: 4rem;
  position: relative;
  color: #fff;
}
#footer > .inner {
  padding-bottom: 4rem;
}
#footer a {
  color: #fff;
}
#footer .bottom {
  background: #111f31;
  padding: 3.4rem 0 3.9rem;
}
#footer .bottom .social {
  float: left;
}
#footer .bottom .social li {
  float: left;
  margin-right: 1.2rem;
}
#footer .bottom .social li a {
  display: block;
  width: 2.6rem;
  height: 2.6rem;
  border: 2px solid #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 1.2rem;
  line-height: 2.6rem;
  transition: background 0.35s;
}
#footer .bottom .social li a i {
  transition: color 0.35s;
}
#footer .bottom .social li a:hover {
  background: #fff;
}
#footer .bottom .social li a:hover i {
  color: #111f31;
}
#footer .bottom .right {
  float: right;
  font-size: 1.3rem;
  padding-top: 0.7rem;
}
#footer .bottom .right ul {
  float: left;
}
#footer .bottom .right ul li {
  float: left;
  margin-left: 3.6rem;
}
#footer .bottom .right ul li a {
  display: block;
}
#footer .bottom .right .copyright, #footer .bottom .right .site-by {
  float: left;
  margin-left: 3.6rem;
}
#footer .bottom .right .site-by {
  text-decoration: underline;
}
#footer .bottom .right .site-by:hover {
  text-decoration: none;
}
#footer .footer-logo {
  float: left;
  width: 118px;
  height: 64px;
  margin: 0 5.4rem 0 0;
}
#footer .footer-logo a {
  width: 100%;
  height: 100%;
  background: url(../svg/logo-white.svg) no-repeat 0 0 / contain;
  display: block;
  text-indent: -9999px;
}
#footer .menu-footer-menu-container {
  float: left;
  padding-top: 2.2rem;
}
#footer .menu-footer-menu-container li {
  float: left;
  margin-left: 4.5rem;
}
#footer .menu-footer-menu-container li a {
  display: block;
  font-size: 1.7rem;
  font-weight: 600;
}
#footer .footer-external-links {
  float: right;
  padding-top: 2.4rem;
}
#footer .footer-external-links li {
  float: left;
  margin-left: 3.6rem;
}
#footer .footer-external-links li:first-child {
  margin-left: 0;
}
#footer .footer-external-links li a {
  font-size: 1.4rem;
  display: block;
  font-weight: 600;
}
@media (max-width: 1300px) {
  #footer .menu-footer-menu-container {
    padding-top: 0;
  }
  #footer .footer-external-links {
    float: left;
    clear: both;
    padding-top: 0;
    margin-left: calc(118px + 9.9rem);
    margin-top: -2rem;
  }
}
@media (max-width: 1023px) {
  #footer .footer-logo {
    margin-right: 0;
  }
  #footer .menu-footer-menu-container li {
    margin-left: 3.5rem;
  }
  #footer .menu-footer-menu-container li a {
    font-size: 1.6rem;
  }
  #footer .footer-external-links {
    margin-left: calc(118px + 3.5rem);
  }
  #footer .bottom .right {
    width: 78%;
  }
  #footer .bottom .right ul li {
    margin-left: 2.6rem;
  }
  #footer .bottom .right .copyright {
    margin-left: 2.6rem;
    float: right;
  }
  #footer .bottom .right .site-by {
    float: right;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  #footer .menu-footer-menu-container li {
    margin-left: 0;
    float: none;
    display: block;
    margin-bottom: 1.3rem;
  }
  #footer .menu-footer-menu-container li a {
    font-size: 17px;
  }
  #footer .footer-external-links {
    margin-left: 0;
    float: right;
    text-align: right;
    width: 60%;
    padding-top: 3.3rem;
    padding-right: 2rem;
  }
  #footer .footer-external-links li {
    float: right;
    margin-top: 1.1rem;
  }
  #footer .footer-external-links li a {
    font-size: 14px;
  }
  #footer .footer-logo {
    width: 91px;
    height: 49px;
    position: absolute;
    bottom: 5.5rem;
    left: 28px;
  }
  #footer > .inner {
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 5rem;
  }
  #footer .inner {
    padding-left: 30px;
    padding-right: 30px;
  }
  #footer .bottom {
    position: relative;
    padding-bottom: 11.9rem;
    padding-top: 4rem;
  }
  #footer .bottom .right {
    width: 100%;
  }
  #footer .bottom .right ul {
    float: none;
  }
  #footer .bottom .right ul li {
    margin-left: 0;
    float: none;
    margin-bottom: 1.5rem;
    display: block;
  }
  #footer .bottom .right ul li a {
    display: inline-block;
  }
  #footer .bottom .right .site-by {
    float: none;
    margin-left: 0;
    margin-bottom: 2.6rem;
  }
  #footer .bottom .right .copyright {
    position: absolute;
    bottom: 2rem;
    left: 30px;
    margin-left: 0;
  }
  #footer .bottom .social {
    position: absolute;
    bottom: 5.4rem;
    left: 33px;
  }
  #footer .bottom .social li a {
    width: 29px;
    height: 29px;
    line-height: 29px;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22%5C%2F%22%2C%22sources%22%3A%5B%22wp-content%5C%2Fthemes%5C%2Farcadiainc-theme%5C%2Fassets%5C%2Fscss%5C%2Fmain.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Farcadiainc-theme%5C%2Fassets%5C%2Fscss%5C%2Fglobal%5C%2Fglobal.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Farcadiainc-theme%5C%2Fassets%5C%2Fscss%5C%2Fglobal%5C%2Freset.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Farcadiainc-theme%5C%2Fassets%5C%2Fscss%5C%2Fglobal%5C%2Fmixin.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Farcadiainc-theme%5C%2Fassets%5C%2Fscss%5C%2Fglobal%5C%2Fdata-tables.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Farcadiainc-theme%5C%2Fassets%5C%2Fscss%5C%2Fheader%5C%2Fheader.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Farcadiainc-theme%5C%2Fassets%5C%2Fscss%5C%2Fsections%5C%2Ffront%5C%2Fhero.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Farcadiainc-theme%5C%2Fassets%5C%2Fscss%5C%2Fsections%5C%2Ffront%5C%2Ffeatures.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Farcadiainc-theme%5C%2Fassets%5C%2Fscss%5C%2Fsections%5C%2Ffront%5C%2Four-works.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Farcadiainc-theme%5C%2Fassets%5C%2Fscss%5C%2Fsections%5C%2Ffront%5C%2Fcarousel.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Farcadiainc-theme%5C%2Fassets%5C%2Fscss%5C%2Fsections%5C%2Ffront%5C%2Four-products.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Farcadiainc-theme%5C%2Fassets%5C%2Fscss%5C%2Fsections%5C%2Ffront%5C%2Fquote.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Farcadiainc-theme%5C%2Fassets%5C%2Fscss%5C%2Fsections%5C%2Fflexible%5C%2Fhero.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Farcadiainc-theme%5C%2Fassets%5C%2Fscss%5C%2Fsections%5C%2Fflexible%5C%2Ftext-image.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Farcadiainc-theme%5C%2Fassets%5C%2Fscss%5C%2Fsections%5C%2Fflexible%5C%2Fcallout-text.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Farcadiainc-theme%5C%2Fassets%5C%2Fscss%5C%2Fsections%5C%2Fflexible%5C%2Flong-content.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Farcadiainc-theme%5C%2Fassets%5C%2Fscss%5C%2Fsections%5C%2Fflexible%5C%2Fcolumn-grid.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Farcadiainc-theme%5C%2Fassets%5C%2Fscss%5C%2Fsections%5C%2Fflexible%5C%2Fhighlight.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Farcadiainc-theme%5C%2Fassets%5C%2Fscss%5C%2Fsections%5C%2Fflexible%5C%2Fgallery.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Farcadiainc-theme%5C%2Fassets%5C%2Fscss%5C%2Fsections%5C%2Fproduct%5C%2Fsidebar.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Farcadiainc-theme%5C%2Fassets%5C%2Fscss%5C%2Fsections%5C%2Fproduct%5C%2Fgallery.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Farcadiainc-theme%5C%2Fassets%5C%2Fscss%5C%2Fsections%5C%2Fproduct%5C%2Fright-info.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Farcadiainc-theme%5C%2Fassets%5C%2Fscss%5C%2Fsections%5C%2Fproduct%5C%2Fbottom-sections.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Farcadiainc-theme%5C%2Fassets%5C%2Fscss%5C%2Fsections%5C%2Fproduct-cat%5C%2Fgeneral.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Farcadiainc-theme%5C%2Fassets%5C%2Fscss%5C%2Fsections%5C%2Fmy-selection%5C%2Fgeneral.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Farcadiainc-theme%5C%2Fassets%5C%2Fscss%5C%2Fsections%5C%2Fcontact%5C%2Fgeneral-contact.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Farcadiainc-theme%5C%2Fassets%5C%2Fscss%5C%2Ffooter%5C%2Ffooter.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAD%2CmBAAA%3BAAAA%2CiBAAA%3BAAAA%2CgBAAA%3BACWC%3BAAAA%2CeAAA%3BAAAA%3BACXD%3BAAAA%3B%3B%3B%3B%3B%3B0BAAA%3BAAAA%3BAASC%3BAAAA%3B%3B6BAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%2BBAAA%3BAAAA%3BAAWA%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAKA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CwBAAA%3BAAAA%3BAAGA%3BAAAA%2CeAAA%3BAAAA%3BAAGA%3BAAAA%3B2BAAA%3BAAAA%3BAAKE%3BAAAA%3BgBAAA%3BAAAA%3BAAKF%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%3BoBAAA%3BAAAA%3BAAIA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%3BiBAAA%3BAAAA%3BAAIA%3BAAAA%3BiBAAA%3BAAAA%3BAAIA%3BAAAA%2CsBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B%3BwBAAA%3BAAAA%3BAAOE%3BAAAA%2C6BAAA%3BAAAA%3BAAIF%3BAAAA%2CaAAA%3BAAAA%3BAAGA%3BAAAA%2CgBAAA%3BAAAA%3BAAGA%3BAAAA%2CYAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3BiCAAA%3BAAAA%3BAAKE%3BAAAA%3BuBAAA%3BAAAA%3BAAIA%3BAAAA%2CcAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B4BAAA%3BAAAA%3BAAMA%3BAAAA%2CiBAAA%3BAAAA%3BAAIF%3BAAAA%3BoBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BiCAAA%3BAAAA%3BAAIE%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B4BAAA%3BAAAA%3BAAOF%3BAAAA%3BeAAA%3BAAAA%3BAAIA%3BAAAA%3BoBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3BaAAA%3BAAAA%3BAAQA%3BAAAA%2CyBAAA%3BAAAA%3BAAGA%3BAAAA%2CgBAAA%3BAAAA%3BAACA%3BAAAA%2CkBAAA%3BAAAA%3BAC%5C%2FHE%3BAAAA%3BoBAAA%3BAAAA%3BAACA%3BAAAA%3BoBAAA%3BAAAA%3BAACA%3BAAAA%3BoBAAA%3BAAAA%3BAACA%3BAAAA%3BoBAAA%3BAAAA%3BADuIF%3BAAAA%2C2BAAA%3BAAAA%3BAAGA%3BAAAA%2CqBAAA%3BAAAA%3BAAGA%3BAAAA%3BiBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAASA%3BAAAA%2CqBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2C0DAAA%3BAAAA%3BAAMA%3BAAAA%2C2CAAA%3BAAAA%3BAAIA%3BAAAA%3BYAAA%3BAAAA%3BAAKA%3BAAAA%2C6BAAA%3BAAAA%3BAFhND%2CaAAA%3BAEoNC%3BAAAA%3BmBAAA%3BAAAA%3BAAII%3BAAAA%3BYAAA%3BAAAA%3BAAKF%3BAAAA%3B%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAAWE%3BAAAA%2CeAAA%3BAAAA%3BAFxOL%2CcAAA%3BAEkPC%3BAAAA%3BqBAAA%3BAAAA%3BAAGE%3BAAAA%2CwBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CoBAAA%3BAAAA%3BAAEE%3BAAAA%3BsBAAA%3BAAAA%3BAAIA%3BAAAA%2C6BAAA%3BAAAA%3BAAIF%3BAAAA%2CsBAAA%3BAAAA%3BAAGI%3BAAAA%2CsBAAA%3BAAAA%3BAAMJ%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CqBAAA%3BAAAA%3BAAEE%3BAAAA%3B%3BiCAAA%3BAAAA%3BAAMF%3BAAAA%3B%3BYAAA%3BAAAA%3BAAMA%3BAAAA%2CoBAAA%3BAAAA%3BAAEE%3BAAAA%3B%3B%3ByBAAA%3BAAAA%3BAAMA%3BAAAA%2CcAAA%3BAAAA%3BAAEE%3BAAAA%2CwBAAA%3BAAAA%3BAAEE%3BAAAA%2CgBAAA%3BAAAA%3BAAGA%3BAAAA%2CcAAA%3BAAAA%3BAAGA%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAUJ%3BAAAA%2C0BAAA%3BAAAA%3BAAGA%3BAAAA%2CqBAAA%3BAAAA%3BAAEE%3BAAAA%3B%3B%3B%3B%3B%3B0BAAA%3BAAAA%3BAAUM%3BAAAA%3B6BAAA%3BAAAA%3BAAUV%3BAAAA%2CyBAAA%3BAAAA%3BAAEE%3BAAAA%2CkBAAA%3BAAAA%3BAAKJ%3BAAAA%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAF3VD%2CWAAA%3BAEoWC%3BAAAA%3B%3B%3B%3B%3B2CAAA%3BAAAA%3BAFpWD%2CaAAA%3BAE8WC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAAgBE%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAIE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BkCAAA%3BAAAA%3BAAiBF%3BAAAA%3BsBAAA%3BAAAA%3BAAGE%3BAAAA%2CuCAAA%3BAAAA%3BAAIF%3BAAAA%3B%3B%3ByBAAA%3BAAAA%3BAAKE%3BAAAA%2CiCAAA%3BAAAA%3BAAGA%3BAAAA%3BsBAAA%3BAAAA%3BAAGE%3BAAAA%2C8BAAA%3BAAAA%3BAAKJ%3BAAAA%3B%3BcAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BcAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BcAAA%3BAAAA%3BAAIE%3BAAAA%3BsBAAA%3BAAAA%3BAAMJ%3BAAAA%3B%3BeAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BcAAA%3BAAAA%3BAAWE%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BkBAAA%3BAAAA%3BAFndH%2CoBAAA%3BAE4dC%3BAAAA%2C8BAAA%3BAAAA%3BAAIA%3BAAAA%2C%2BBAAA%3BAAAA%3BAAIA%3BAAAA%2CgCAAA%3BAAAA%3BAAGA%3BAAAA%3BsBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAKA%3BAAAA%2CcAAA%3BAAAA%3BAAIA%3BAAAA%2CeAAA%3BAAAA%3BAAIA%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%2CoBAAA%3BAAAA%3BAACA%3BAAAA%2CoBAAA%3BAAAA%3BAACA%3BAAAA%2CoBAAA%3BAAAA%3BAAEA%3BAAAA%3B%3B%3B%3BiBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAMA%3BAAAA%2CgBAAA%3BAAAA%3BAAIA%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B4BAAA%3BAAAA%3BAAOA%3BAAAA%3BqBAAA%3BAAAA%3BAAGE%3BAAAA%2CsBAAA%3BAAAA%3BAAIF%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAIE%3BAAAA%2CoBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAKA%3BAAAA%2CuBAAA%3BAAAA%3BAAEE%3BAAAA%3B%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAAQE%3BAAAA%3B%3B0BAAA%3BAAAA%3BAAIE%3BAAAA%2CiBAAA%3BAAAA%3BAAQN%3BAAAA%2CkBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAAEF%3BAAAA%2CuBAAA%3BAAAA%3BAAEE%3BAAAA%3BwBAAA%3BAAAA%3BAAMA%3BAAAA%2CsBAAA%3BAAAA%3BAAEE%3BAAAA%2CoBAAA%3BAAAA%3BAAIF%3BAAAA%3BqBAAA%3BAAAA%3BAAGE%3BAAAA%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAASE%3BAAAA%3BiBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BeAAA%3BAAAA%3BAAKA%3BAAAA%2CiBAAA%3BAAAA%3BAAON%3BAACE%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CoBAAA%3BAAAA%3BAAGA%3BAAAA%2CoBAAA%3BAAAA%3BAAGA%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%2CsBAAA%3BAAAA%3BAAGA%3BAAAA%2CuBAAA%3BAAAA%3BAAKI%3BAAAA%2C8BAAA%3BAAAA%3BAAAA%3BAAMN%3BAACE%3BAAAA%2CoBAAA%3BAAAA%3BAAIE%3BAAAA%2CkBAAA%3BAAAA%3BAAIF%3BAAAA%2CmCAAA%3BAAAA%3BAAGA%3BAAAA%3BoBAAA%3BAAAA%3BAAGE%3BAAAA%2CwBAAA%3BAAAA%3BAAIF%3BAAAA%3BoBAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%2C2BAAA%3BAAAA%3BAAAA%3BAAIF%3BAAEI%3BAAAA%3BuBAAA%3BAAAA%3BAAGE%3BAAAA%2CoBAAA%3BAAAA%3BAAKJ%3BAAAA%2CoBAAA%3BAAAA%3BAAIE%3BAAAA%2CqBAAA%3BAAAA%3BAAGA%3BAAAA%2CsBAAA%3BAAAA%3BAAKE%3BAAAA%3BqBAAA%3BAAAA%3BAAGE%3BAAAA%3B%3B%3B%3BmCAAA%3BAAAA%3BAAaN%3BAAAA%2CyBAAA%3BAAAA%3BAAIE%3BAAAA%2CsBAAA%3BAAAA%3BAAIE%3BAAAA%2C2BAAA%3BAAAA%3BAAKJ%3BAAAA%2CgBAAA%3BAAAA%3BAAGA%3BAAAA%3BmBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAMA%3BAAAA%2CoBAAA%3BAAAA%3BAAGA%3BAAAA%2CsBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAAA%3BAEjwBH%3BAAAA%2CqBAAA%3BAAAA%3BAAEG%3BAAAA%3B%3B%3B%3B%3B%3B%3BwBAAA%3BAAAA%3BAASE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAAcA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BaAAA%3BAAAA%3BAAgBA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BADXF%3BAAAA%3B%3B%3BaAAA%3BAAAA%3BAACA%3BAAAA%3B%3B%3BaAAA%3BAAAA%3BAACA%3BAAAA%3B%3B%3BaAAA%3BAAAA%3BAACA%3BAAAA%3B%3B%3BaAAA%3BAAAA%3BAAHA%3BAAAA%2CeAAA%3BAAAA%3BAACA%3BAAAA%2CeAAA%3BAAAA%3BAACA%3BAAAA%2CeAAA%3BAAAA%3BAACA%3BAAAA%2CeAAA%3BAAAA%3BACkCA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAAaE%3BAAAA%3B%3B%3B%3B%3B%3B%3BaAAA%3BAAAA%3BAAUA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAYA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAcA%3BAAAA%3B%3B%3B%3B%3B%3BuBAAA%3BAAAA%3BAASA%3BAAAA%2CuBAAA%3BAAAA%3BAAIE%3BAAAA%3BsBAAA%3BAAAA%3BAAKF%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAYE%3BAAAA%3B%3B%3B%3B%3BoBAAA%3BAAAA%3BAAOE%3BAAAA%2CgBAAA%3BAAAA%3BAAMN%3BAAAA%3B%3B%3B%3BwBAAA%3BAAAA%3BAAME%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BcAAA%3BAAAA%3BAAWA%3BAAAA%2C0BAAA%3BAAAA%3BAAMJ%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B6CAAA%3BAAAA%3BAAWE%3BAAAA%2CuBAAA%3BAAAA%3BAAEE%3BAAAA%2CgBAAA%3BAAAA%3BAAIF%3BAAAA%2C6CAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B2BAAA%3BAAAA%3BAAKE%3BAAAA%2C%2BBAAA%3BAAAA%3BAAGA%3BAAAA%2CgCAAA%3BAAAA%3BAAKA%3BAAAA%2C8BAAA%3BAAAA%3BAAOJ%3BAAAA%2CwBAAA%3BAAAA%3BAAKA%3BAAAA%2C4BAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B8BAAA%3BAAAA%3BAAYE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAcA%3BAAAA%2CiBAAA%3BAAAA%3BAAEE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BgBAAA%3BAAAA%3BAACE%3BAAAA%2CgBAAA%3BAAAA%3BAAeA%3BAAAA%3B%3B%3BiCAAA%3BAAAA%3BAAQJ%3BAAAA%3B%3B%3B%3B4BAAA%3BAAAA%3BAAME%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAYA%3BAAAA%2CwBAAA%3BAAAA%3BAAEE%3BAAAA%3B%3B%3BYAAA%3BAAAA%3BAAOF%3BAAAA%2CgBAAA%3BAAAA%3BAAIA%3BAAAA%3BgBAAA%3BAAAA%3BAAMJ%3BAAAA%3B%3BYAAA%3BAAAA%3BAACA%3BAAAA%3B%3BYAAA%3BAAAA%3BAACA%3BAAAA%2CgBAAA%3BAAAA%3BAAIA%3BAAAA%3BwBAAA%3BAAAA%3BAAIA%3BAAEI%3BAAAA%2CkBAAA%3BAAAA%3BAAGA%3BAAAA%3BwBAAA%3BAAAA%3BAAGE%3BAAAA%2CkBAAA%3BAAAA%3BAAKJ%3BAAAA%2CwBAAA%3BAAAA%3BAAGA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAAIF%3BAAEI%3BAAAA%3B%3BgBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAMF%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%2C2BAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAWE%3BAAAA%3BsBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B2BAAA%3BAAAA%3BAAaA%3BAAAA%3BmBAAA%3BAAAA%3BAAKF%3BAAAA%2CgBAAA%3BAAAA%3BAAIA%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAWE%3BAAAA%3BmBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAOE%3BAAAA%2CeAAA%3BAAAA%3BAAIA%3BAAAA%2CgBAAA%3BAAAA%3BAAMN%3BAAEI%3BAAAA%2CoBAAA%3BAAAA%3BAAGA%3BAAAA%3BmBAAA%3BAAAA%3BAAAA%3BAJ7cL%2CmBAAA%3BAKAA%3BAAAA%2CqBAAA%3BAAAA%3BAAEE%3BAAAA%2CqBAAA%3BAAAA%3BAAID%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAeC%3BAAAA%2CoBAAA%3BAAAA%3BAAGA%3BAAAA%3BsCAAA%3BAAAA%3BAAIA%3BAAAA%2CgBAAA%3BAAAA%3BAAIC%3BAAAA%2CkCAAA%3BAAAA%3BAAID%3BAAAA%2CYAAA%3BAAAA%3BAAGA%3BAAAA%2CqBAAA%3BAAAA%3BAAIC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B2BAAA%3BAAAA%3BAAcD%3BAAAA%3BcAAA%3BAAAA%3BAAGC%3BAAAA%2CgBAAA%3BAAAA%3BAAGA%3BAAAA%2CuBAAA%3BAAAA%3BAAGA%3BAAAA%3BiBAAA%3BAAAA%3BAAGC%3BAAAA%2CgBAAA%3BAAAA%3BAAIC%3BAAAA%2C6BAAA%3BAAAA%3BAAID%3BAAAA%2CqBAAA%3BAAAA%3BAAEC%3BAAAA%3B%3B%3BeAAA%3BAAAA%3BAAKC%3BAAAA%3BeAAA%3BAAAA%3BAAIC%3BAAAA%2CwBAAA%3BAAAA%3BAAOF%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAaC%3BAAAA%2C6BAAA%3BAAAA%3BAAKF%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BwBAAA%3BAAAA%3BAAYA%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAIC%3BAAAA%2CgBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAIC%3BAAAA%3BmBAAA%3BAAAA%3BAAQD%3BAAAA%3BwBAAA%3BAAAA%3BAAGC%3BAAAA%2CgBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B2BAAA%3BAAAA%3BAAeF%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAAeC%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAIC%3BAAAA%2CeAAA%3BAAAA%3BAAGA%3BAAAA%2CaAAA%3BAAAA%3BAAGA%3BAAAA%2CeAAA%3BAAAA%3BAAGC%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAMD%3BAAAA%3B%3B%3B%3BiBAAA%3BAAAA%3BAAMC%3BAAAA%3B%3B%3B%3BmBAAA%3BAAAA%3BAAOE%3BAAAA%2CwBAAA%3BAAAA%3BAAGA%3BAAAA%2C%2BCAAA%3BAAAA%3BAAID%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BaAAA%3BAAAA%3BAAWA%3BAAAA%3B%3B%3B%3B%3BoCAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3B%3B%3B%3BaAAA%3BAAAA%3BAASC%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B6BAAA%3BAAAA%3BAAKC%3BAAAA%3B%3B%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAAYF%3BAAAA%2CeAAA%3BAAAA%3BAAKF%3BAAAA%2CgBAAA%3BAAAA%3BAAGA%3BAAAA%2CwBAAA%3BAAAA%3BAAEC%3BAAAA%2CgBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAUC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAAoBA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAWA%3BAAAA%2CsBAAA%3BAAAA%3BAAIC%3BAAAA%3BaAAA%3BAAAA%3BAAIA%3BAAAA%2CaAAA%3BAAAA%3BAAID%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAIC%3BAAAA%3BqBAAA%3BAAAA%3BAAME%3BAAAA%3BuBAAA%3BAAAA%3BAAGC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BcAAA%3BAAAA%3BAAcF%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAID%3BAAAA%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAQC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAWA%3BAAAA%2CsBAAA%3BAAAA%3BAAEC%3BAAAA%2CaAAA%3BAAAA%3BAAUP%3BAAAA%2CuBAAA%3BAAAA%3BAAIC%3BAAAA%3B%3B%3B8CAAA%3BAAAA%3BAAQH%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAIC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BaAAA%3BAAAA%3BAAcE%3BAAAA%2CqCAAA%3BAAAA%3BAAGA%3BAAAA%2CqCAAA%3BAAAA%3BAAID%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B8BAAA%3BAAAA%3BAAYA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B8BAAA%3BAAAA%3BAAYA%3BAAAA%3B%3B%3B%3B%3B%3B%3BcAAA%3BAAAA%3BAAUA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BoBAAA%3BAAAA%3BAAaA%3BAAAA%2CiBAAA%3BAAAA%3BAAID%3BAAAA%3B%3B%3B%3B%3BgCAAA%3BAAAA%3BAAOC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B2BAAA%3BAAAA%3BAFtdD%3BAAAA%3B%3B%3BaAAA%3BAAAA%3BAACA%3BAAAA%3B%3B%3BaAAA%3BAAAA%3BAACA%3BAAAA%3B%3B%3BaAAA%3BAAAA%3BAACA%3BAAAA%3B%3B%3BaAAA%3BAAAA%3BAAHA%3BAAAA%2CeAAA%3BAAAA%3BAACA%3BAAAA%2CeAAA%3BAAAA%3BAACA%3BAAAA%2CeAAA%3BAAAA%3BAACA%3BAAAA%2CeAAA%3BAAAA%3BAE8eC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BuBAAA%3BAAAA%3BAAgBC%3BAAAA%2C0BAAA%3BAAAA%3BAAGA%3BAAAA%2C0BAAA%3BAAAA%3BAAGA%3BAAAA%2CeAAA%3BAAAA%3BAASH%3BAAAA%2CeAAA%3BAAAA%3BAAGA%3BAAAA%2CYAAA%3BAAAA%3BAAKA%3BAAAA%2CoBAAA%3BAAAA%3BAAID%3BAAAA%3B%3B%3B%3B%3B%3B%3B2DAAA%3BAAAA%3BAASC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%2BBAAA%3BAAAA%3BAAYA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B%3BoBAAA%3BAAAA%3BAAOC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAgBA%3BAAAA%2CuCAAA%3BAAAA%3BAAID%3BAAAA%3B%3B%3B%3BsBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3BuBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BcAAA%3BAAAA%3BAAWC%3BAAAA%2CeAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B2BAAA%3BAAAA%3BAAaA%3BAAAA%2C4BAAA%3BAAAA%3BAAKF%3BAAAA%3B%3B%3BwBAAA%3BAAAA%3BAAKC%3BAAAA%3B%3B%3B%3BuBAAA%3BAAAA%3BAAQD%3BAACC%3BAAAA%3BiDAAA%3BAAAA%3BAAKA%3BAAAA%3BkDAAA%3BAAAA%3BAAKA%3BAAAA%3B%2BCAAA%3BAAAA%3BAAAA%3BAAMD%3BAACC%3BAAAA%3B8CAAA%3BAAAA%3BAAKA%3BAAAA%3B%2BCAAA%3BAAAA%3BAAKA%3BAAAA%3B4CAAA%3BAAAA%3BAAAA%3BAAMD%3BAACC%3BAAAA%2CqBAAA%3BAAAA%3BAAGA%3BAAAA%2CqBAAA%3BAAAA%3BAAEC%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAKF%3BAACC%3BAAAA%3BqBAAA%3BAAAA%3BAAKC%3BAAAA%2CwBAAA%3BAAAA%3BAAGA%3BAAAA%2CwBAAA%3BAAAA%3BAAGA%3BAAAA%2C0CAAA%3BAAAA%3BAAKA%3BAAAA%2CcAAA%3BAAAA%3BAAGA%3BAAAA%3ByBAAA%3BAAAA%3BAAKD%3BAAAA%2CyBAAA%3BAAAA%3BAAEC%3BAAAA%2CyBAAA%3BAAAA%3BAAAA%3BAAKF%3BAACC%3BAAAA%2C8BAAA%3BAAAA%3BAAAA%3BAAKD%3BAACC%3BAAAA%2CuBAAA%3BAAAA%3BAAEC%3BAAAA%2CsBAAA%3BAAAA%3BAAMC%3BAAAA%2CkBAAA%3BAAAA%3BAAKF%3BAAAA%3B%3B%3B%3B%3BuBAAA%3BAAAA%3BAAOC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BqCAAA%3BAAAA%3BAAgBD%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAcA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BgBAAA%3BAAAA%3BAAYA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BgBAAA%3BAAAA%3BAAWA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BgBAAA%3BAAAA%3BAAaA%3BAAAA%2CeAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B8BAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3B8BAAA%3BAAAA%3BAAOA%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAKA%3BAAAA%3BsBAAA%3BAAAA%3BAAGC%3BAAAA%3BiBAAA%3BAAAA%3BAAGC%3BAAAA%2CeAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3BwBAAA%3BAAAA%3BAAOD%3BAAAA%3B%3B%3B4BAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3BuBAAA%3BAAAA%3BAAKC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BgDAAA%3BAAAA%3BAAYC%3BAAAA%3BwBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3B%3BwBAAA%3BAAAA%3BAFr3BF%3BAAAA%3B%3BqBAAA%3BAAAA%3BAACA%3BAAAA%3B%3BqBAAA%3BAAAA%3BAACA%3BAAAA%3B%3BqBAAA%3BAAAA%3BAACA%3BAAAA%3B%3BqBAAA%3BAAAA%3BAEi4BE%3BAAAA%3B%3B%3B%3B%3B%3B%3BwBAAA%3BAAAA%3BAASC%3BAAAA%2CgBAAA%3BAAAA%3BAAOF%3BAAAA%3BcAAA%3BAAAA%3BAAMD%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAAcC%3BAAAA%3BoBAAA%3BAAAA%3BAAGC%3BAAAA%2CsEAAA%3BAAAA%3BAAGA%3BAAAA%2CqBAAA%3BAAAA%3BAAEC%3BAAAA%2CwBAAA%3BAAAA%3BAAMF%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAcE%3BAAAA%3B%3B%3B%3BkCAAA%3BAAAA%3BAAMC%3BAAAA%2CqCAAA%3BAAAA%3BAAIC%3BAAAA%3BqCAAA%3BAAAA%3BAAKD%3BAAAA%3B%3B%3B%3BqBAAA%3BAAAA%3BAAOA%3BAAAA%3BwBAAA%3BAAAA%3BAAIA%3BAAAA%3BqBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3BgBAAA%3BAAAA%3BAASE%3BAAAA%3B%3B%3BcAAA%3BAAAA%3BAAOD%3BAAAA%2CkBAAA%3BAAAA%3BAAID%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BuBAAA%3BAAAA%3BAAYC%3BAAAA%2CkBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B2BAAA%3BAAAA%3BAAIC%3BAAAA%2CkBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAIC%3BAAAA%3B%3B%3B%3BqBAAA%3BAAAA%3BAAMC%3BAAAA%3B%3B%3B%3B%3B%3BoCAAA%3BAAAA%3BAASA%3BAAAA%3B%3BsCAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAKA%3BAAAA%3ByCAAA%3BAAAA%3BAAIA%3BAAAA%3BmBAAA%3BAAAA%3BAAMF%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAIC%3BAAAA%2CsBAAA%3BAAAA%3BAAMG%3BAAAA%2C8BAAA%3BAAAA%3BAAIF%3BAAAA%2C6BAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B%3BoBAAA%3BAAAA%3BAAOC%3BAAAA%2CgBAAA%3BAAAA%3BAAEC%3BAAAA%2C6BAAA%3BAAAA%3BAAID%3BAAAA%2C6BAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B6BAAA%3BAAAA%3BAAiBD%3BAAAA%2CkBAAA%3BAAAA%3BAAEC%3BAAAA%2CuBAAA%3BAAAA%3BAAEC%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAIC%3BAAAA%2C4BAAA%3BAAAA%3BAAGA%3BAAAA%2C6BAAA%3BAAAA%3BAAAA%3BAAkBb%3BAACC%3BAAAA%2CuBAAA%3BAAAA%3BAAEC%3BAAAA%2CsBAAA%3BAAAA%3BAAKA%3BAAAA%2C%2BBAAA%3BAAAA%3BAAGA%3BAAAA%3BaAAA%3BAAAA%3BAAOC%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAAMH%3BAAEE%3BAAAA%2CeAAA%3BAAAA%3BAAIC%3BAAAA%3B8BAAA%3BAAAA%3BAAAA%3BAL%5C%2FrCJ%2C8BAAA%3BAMAA%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAOS%3BAAAA%2CYAAA%3BAAAA%3BAAIE%3BAAAA%2CWAAA%3BAAAA%3BAAGA%3BAAAA%2CoCAAA%3BAAAA%3BAAGA%3BAAAA%2CeAAA%3BAAAA%3BAAKJ%3BAAAA%2CWAAA%3BAAAA%3BAAKA%3BAAAA%2CYAAA%3BAAAA%3BAAKI%3BAAAA%2CgBAAA%3BAAAA%3BAAIF%3BAAAA%2CgBAAA%3BAAAA%3BAAMN%3BAAAA%3B%3B%3B%3ByBAAA%3BAAAA%3BAAME%3BAAAA%3B%3B%3B%3B%3B%3B%3BaAAA%3BAAAA%3BAAUA%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAIE%3BAAAA%3B%3BqCAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BaAAA%3BAAAA%3BAAWA%3BAAAA%3B%3B%3B%3B%3B%3BkGAAA%3BAAAA%3BAASA%3BAAAA%3B%3B%3B%3B%3B%3B%3BaAAA%3BAAAA%3BAAWF%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BwBAAA%3BAAAA%3BAAcE%3BAAAA%3B%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAAYJ%3BAAAA%3B%3B%3B%3B%3BoBAAA%3BAAAA%3BAAOE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BcAAA%3BAAAA%3BAAWA%3BAAAA%3B%3B%3B%3BiBAAA%3BAAAA%3BAAME%3BAAAA%2CmBAAA%3BAAAA%3BAAIF%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAMF%3BAAAA%3B%3BcAAA%3BAAAA%3BAAIE%3BAAAA%3B%3BoBAAA%3BAAAA%3BAAIE%3BAAAA%3B%3B%3B%3B%3B%3B4CAAA%3BAAAA%3BAAUE%3BAAAA%2CwBAAA%3BAAAA%3BAAGA%3BAAAA%2CiBAAA%3BAAAA%3BAAKJ%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAeE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BaAAA%3BAAAA%3BAAWA%3BAAAA%2CiBAAA%3BAAAA%3BAAMN%3BAAAA%2C2BAAA%3BAAAA%3BAAGA%3BAAAA%2CqCAAA%3BAAAA%3BAAGA%3BAAEI%3BAAAA%3BoBAAA%3BAAAA%3BAAIA%3BAAAA%3BoBAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAEI%3BAAAA%3BoBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAAA%3BAAOJ%3BAACE%3BAAAA%3ByBAAA%3BAAAA%3BAAGE%3BAAAA%2CoBAAA%3BAAAA%3BAAGA%3BAAAA%2CkBAAA%3BAAAA%3BAAGA%3BAAAA%2CsBAAA%3BAAAA%3BAAEE%3BAAAA%3B%3B0BAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAAA%3BAAQN%3BAACE%3BAAAA%2CwBAAA%3BAAAA%3BAAEE%3BAAAA%2CqBAAA%3BAAAA%3BAAGA%3BAAAA%2CqBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAKI%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAKA%3BAAAA%2CqGAAA%3BAAAA%3BAAIF%3BAAAA%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAASF%3BAAAA%3B%3B%3B%3B2BAAA%3BAAAA%3BAAME%3BAAAA%2CqCAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B0BAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B0BAAA%3BAAAA%3BAAMF%3BAAAA%3B%3BgBAAA%3BAAAA%3BAAIE%3BAAAA%2CgBAAA%3BAAAA%3BAAEE%3BAAAA%2CkBAAA%3BAAAA%3BAAIE%3BAAAA%2CqBAAA%3BAAAA%3BAAIF%3BAAAA%3B%3B%3B%3B%3B%3BuBAAA%3BAAAA%3BAAQE%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAQV%3BAACE%3BAAAA%2CmBAAA%3BAAAA%3BAAAA%3BACnWH%3BAAAA%3BcAAA%3BAAAA%3BAAGG%3BAAAA%2CcAAA%3BAAAA%3BAAIE%3BAAAA%2CiCAAA%3BAAAA%3BAAGE%3BAAAA%3B8BAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAKA%3BAAAA%2CcAAA%3BAAAA%3BAAGE%3BAAAA%2CmCAAA%3BAAAA%3BAAGA%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAIE%3BAAAA%2CwBAAA%3BAAAA%3BAAOR%3BAAAA%3B%3B%3BoBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3B%3BYAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3B%3B%3B%3B0BAAA%3BAAAA%3BAASE%3BAAAA%3B8BAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3BwBAAA%3BAAAA%3BAAOA%3BAAAA%2CwBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B%3B%3B2DAAA%3BAAAA%3BAASA%3BAAAA%2CcAAA%3BAAAA%3BAAGE%3BAAAA%2CmCAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3BsBAAA%3BAAAA%3BAAKE%3BAAAA%2CyBAAA%3BAAAA%3BAAMN%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAAKE%3BAAAA%3B%3B%3B%3B%3BWAAA%3BAAAA%3BAAgBJ%3BAACE%3BAAAA%2CwBAAA%3BAAAA%3BAAEE%3BAAAA%2CgBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAKA%3BAAAA%3BoCAAA%3BAAAA%3BAAGE%3BAAAA%2CwCAAA%3BAAAA%3BAAGA%3BAAAA%2CyCAAA%3BAAAA%3BAAIF%3BAAAA%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3BgBAAA%3BAAAA%3BAAME%3BAAAA%2CwBAAA%3BAAAA%3BAAGA%3BAAAA%2CwBAAA%3BAAAA%3BAAAA%3BAC9JP%3BAAAA%3B6BAAA%3BAAAA%3BAAIK%3BAAAA%3B%3B%3B%3BqBAAA%3BAAAA%3BAAQF%3BAAAA%3B%3B%3BwBAAA%3BAAAA%3BAAKE%3BAAAA%2CmBAAA%3BAAAA%3BAAIF%3BAAAA%2CoBAAA%3BAAAA%3BAAGA%3BAAAA%3ByBAAA%3BAAAA%3BAAIE%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3BaAAA%3BAAAA%3BAAKE%3BAAAA%3B%3B6BAAA%3BAAAA%3BAAIE%3BAAAA%2CiBAAA%3BAAAA%3BAAIF%3BAAAA%3BkBAAA%3BAAAA%3BAAGE%3BAAAA%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAQE%3BAAAA%3B%3B%3B%3B%3B%3B%3BcAAA%3BAAAA%3BAAcR%3BAAAA%2CeAAA%3BAAAA%3BAAIE%3BAAAA%3B%3B%3B%3BsBAAA%3BAAAA%3BAAME%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAEE%3BAAAA%2CwBAAA%3BAAAA%3BAAON%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAIE%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAAKE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BaAAA%3BAAAA%3BAAWA%3BAAAA%2CeAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAUE%3BAAAA%3BoCAAA%3BAAAA%3BAAOJ%3BAAAA%3B%3B%3B%3B%3B%3BwBAAA%3BAAAA%3BAAQE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAcA%3BAAAA%3B6BAAA%3BAAAA%3BAAGE%3BAAAA%2CoCAAA%3BAAAA%3BAAKJ%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAME%3BAAAA%3B%3B%3B%3B%3BwBAAA%3BAAAA%3BAAOE%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAAaE%3BAAAA%3BmBAAA%3BAAAA%3BAAMJ%3BAAAA%3BgBAAA%3BAAAA%3BAAGE%3BAAAA%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAOE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAWA%3BAAAA%3B%3B%3B6BAAA%3BAAAA%3BAAKE%3BAAAA%2CiBAAA%3BAAAA%3BAAIF%3BAAAA%2CwBAAA%3BAAAA%3BAAMN%3BAAAA%3B%3B%3B%3B%3B%3B0BAAA%3BAAAA%3BAAQE%3BAAAA%2CiBAAA%3BAAAA%3BAAON%3BAAAA%3BqBAAA%3BAAAA%3BAAGE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAAcE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAaF%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BaAAA%3BAAAA%3BAAaE%3BAAAA%3BsBAAA%3BAAAA%3BAAIA%3BAAAA%2CiBAAA%3BAAAA%3BAAEE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B0BAAA%3BAAAA%3BAAUE%3BAAAA%2CiBAAA%3BAAAA%3BAAUJ%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAKJ%3BAAEI%3BAAAA%2CoBAAA%3BAAAA%3BAAGA%3BAAAA%2CwBAAA%3BAAAA%3BAAEE%3BAAAA%3BsBAAA%3BAAAA%3BAAAA%3BAAON%3BAACE%3BAAAA%2CoBAAA%3BAAAA%3BAAEE%3BAAAA%3BwBAAA%3BAAAA%3BAAIA%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3BwBAAA%3BAAAA%3BAAME%3BAAAA%2CqBAAA%3BAAAA%3BAAIF%3BAAAA%2CwBAAA%3BAAAA%3BAAEE%3BAAAA%3B%3B0BAAA%3BAAAA%3BAAMF%3BAAAA%2CgBAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAEI%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAIE%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BACjYP%3BAAAA%2CsBAAA%3BAAAA%3BAAEG%3BAAAA%2CoBAAA%3BAAAA%3BAAGA%3BAAAA%3BmBAAA%3BAAAA%3BAAKE%3BAAAA%2CsBAAA%3BAAAA%3BAAIF%3BAAAA%3B%3B%3B%3B%3B%3B%3BWAAA%3BAAAA%3BAAUA%3BAAAA%3B%3BgCAAA%3BAAAA%3BAAIE%3BAAAA%3B%3B%3B%3B%3B%3B%2BDAAA%3BAAAA%3BAAWI%3BAAAA%2CoCAAA%3BAAAA%3BAAGA%3BAAAA%2CWAAA%3BAAAA%3BAAKJ%3BAAAA%3B%3B%3B%3BqBAAA%3BAAAA%3BAAME%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BqCAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BuCAAA%3BAAAA%3BAAYF%3BAAAA%3B%3B%3BoBAAA%3BAAAA%3BAAKE%3BAAAA%2CyBAAA%3BAAAA%3BAAEE%3BAAAA%3B%3B%3B%3BuBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3ByBAAA%3BAAAA%3BAAQF%3BAAAA%3BoBAAA%3BAAAA%3BAAKF%3BAAAA%3B%3B%3BWAAA%3BAAAA%3BAAKE%3BAAAA%2C2BAAA%3BAAAA%3BAAGA%3BAAAA%3BuBAAA%3BAAAA%3BAAII%3BAAAA%3BcAAA%3BAAAA%3BAAKF%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAAcE%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CgBAAA%3BAAAA%3BAAMN%3BAAAA%2CeAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAAiBE%3BAAAA%3BaAAA%3BAAAA%3BAAGE%3BAAAA%2CqCAAA%3BAAAA%3BAAIF%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B2BAAA%3BAAAA%3BAAaA%3BAAAA%3BuBAAA%3BAAAA%3BAAIA%3BAAAA%2C0BAAA%3BAAAA%3BAAEE%3BAAAA%3B%3B8BAAA%3BAAAA%3BAAME%3BAAAA%2CoCAAA%3BAAAA%3BAAKJ%3BAAAA%2CgBAAA%3BAAAA%3BAAMN%3BAAEI%3BAAAA%2C4BAAA%3BAAAA%3BAAEE%3BAAAA%2CqBAAA%3BAAAA%3BAAGA%3BAAAA%3BeAAA%3BAAAA%3BAAKE%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAME%3BAAAA%2CoBAAA%3BAAAA%3BAAKJ%3BAAAA%2CeAAA%3BAAAA%3BAAEE%3BAAAA%2C4BAAA%3BAAAA%3BAAAA%3BAAOR%3BAAEI%3BAAAA%2C4BAAA%3BAAAA%3BAAEE%3BAAAA%2CqBAAA%3BAAAA%3BAAGA%3BAAAA%3BeAAA%3BAAAA%3BAAKE%3BAAAA%2CwBAAA%3BAAAA%3BAAGA%3BAAAA%2CyBAAA%3BAAAA%3BAAEE%3BAAAA%2CoBAAA%3BAAAA%3BAAKJ%3BAAAA%3BeAAA%3BAAAA%3BAAGE%3BAAAA%2C4BAAA%3BAAAA%3BAAKJ%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAEI%3BAAAA%2CeAAA%3BAAAA%3BAAGA%3BAAAA%3B8BAAA%3BAAAA%3BAAGE%3BAAAA%3B%3BiEAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B0BAAA%3BAAAA%3BAAKE%3BAAAA%2CkBAAA%3BAAAA%3BAAIF%3BAAAA%3BeAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3BgBAAA%3BAAAA%3BAAKE%3BAAAA%2CwBAAA%3BAAAA%3BAAGA%3BAAAA%2CyBAAA%3BAAAA%3BAAEE%3BAAAA%2CoBAAA%3BAAAA%3BAAKJ%3BAAAA%3B%3B%3BeAAA%3BAAAA%3BAAKE%3BAAAA%3BeAAA%3BAAAA%3BAAMJ%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACE%3BAAAA%2C6CAAA%3BAAAA%3BAAAA%3BAC1UH%3BAAAA%2C0BAAA%3BAAAA%3BAAEG%3BAAAA%2CwBAAA%3BAAAA%3BAAGA%3BAAAA%2CoBAAA%3BAAAA%3BAAMK%3BAAAA%2CWAAA%3BAAAA%3BAAKH%3BAAAA%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAAOE%3BAAAA%3B%3B%3B%3B%3B%3B%3BaAAA%3BAAAA%3BAAYE%3BAAAA%2C0BAAA%3BAAAA%3BAAKA%3BAAAA%2CqCAAA%3BAAAA%3BAAKA%3BAAAA%2CoCAAA%3BAAAA%3BAAKA%3BAAAA%2CqCAAA%3BAAAA%3BAAKA%3BAAAA%2CoCAAA%3BAAAA%3BAAKA%3BAAAA%2CqCAAA%3BAAAA%3BAAKA%3BAAAA%2CoCAAA%3BAAAA%3BAAKA%3BAAAA%2CqCAAA%3BAAAA%3BAAKA%3BAAAA%2CoCAAA%3BAAAA%3BAAIF%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAAKE%3BAAAA%3B%3B%3B%3B%3B%3B%3BaAAA%3BAAAA%3BAAUA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BaAAA%3BAAAA%3BAAWA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BwBAAA%3BAAAA%3BAAWE%3BAAAA%3B%3B%3B%3B%3BoBAAA%3BAAAA%3BAASF%3BAAAA%3B%3B%3BoCAAA%3BAAAA%3BAAOA%3BAAAA%3BoBAAA%3BAAAA%3BAAKE%3BAAAA%2CeAAA%3BAAAA%3BAAGA%3BAAAA%3BoCAAA%3BAAAA%3BAAUV%3BAACE%3BAAAA%2CyBAAA%3BAAAA%3BAAEE%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAIE%3BAAAA%3B%3B%3B%3BwBAAA%3BAAAA%3BAAAA%3BAAUN%3BAAEI%3BAAAA%2CwBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3BcAAA%3BAAAA%3BAAIE%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAAKE%3BAAAA%2CsBAAA%3BAAAA%3BAAEE%3BAAAA%2CmBAAA%3BAAAA%3BAAEE%3BAAAA%3B2BAAA%3BAAAA%3BAAKF%3BAAAA%2CgBAAA%3BAAAA%3BAAIF%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAAKE%3BAAAA%2CsBAAA%3BAAAA%3BAAEE%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAC%5C%2FMb%3BAAAA%2CqBAAA%3BAAAA%3BAAGK%3BAAAA%2CgDAAA%3BAAAA%3BAAIF%3BAAAA%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3B%3B%3B%3BoCAAA%3BAAAA%3BAAUA%3BAAAA%3B%3B%3B%3B%3B%3B%3BaAAA%3BAAAA%3BAAUA%3BAAAA%3B%3B%3B%3B%3BaAAA%3BAAAA%3BAAOE%3BAAAA%3B%3B%3B%3B%3B%3BgEAAA%3BAAAA%3BAASA%3BAAAA%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAQE%3BAAAA%3B%3B%3B%3B%3B%3B%3BgCAAA%3BAAAA%3BAAUA%3BAAAA%2CmBAAA%3BAAAA%3BAAIF%3BAAAA%3B%3B%3B%3BiBAAA%3BAAAA%3BAAME%3BAAAA%2CmBAAA%3BAAAA%3BAAMN%3BAAEI%3BAAAA%3B0BAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAGM%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAXhGP%2CwBAAA%3BAYAA%3BAAAA%2CyBAAA%3BAAAA%3BAAIO%3BAAAA%2CWAAA%3BAAAA%3BAAKI%3BAAAA%2CeAAA%3BAAAA%3BAAGA%3BAAAA%2CWAAA%3BAAAA%3BAAIF%3BAAAA%2CYAAA%3BAAAA%3BAAMN%3BAAAA%2CoBAAA%3BAAAA%3BAAEE%3BAAAA%3B%3B%3B%3BqBAAA%3BAAAA%3BAAOE%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAAKE%3BAAAA%3B%3B%3B%3B%3B%3B%3BiCAAA%3BAAAA%3BAAUA%3BAAAA%3B%3B%3BwBAAA%3BAAAA%3BAAOA%3BAAAA%3BkBAAA%3BAAAA%3BAAGE%3BAAAA%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAQE%3BAAAA%3B%3B%3B%3B%3B%3B%3BcAAA%3BAAAA%3BAAaN%3BAAAA%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAASE%3BAAAA%2CwBAAA%3BAAAA%3BAAEE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BaAAA%3BAAAA%3BAAWA%3BAAAA%3B%3B%3B%3BUAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3B%3B%3B%3BaAAA%3BAAAA%3BAAWF%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B0BAAA%3BAAAA%3BAAgBE%3BAAAA%3B%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAAcR%3BAAAA%3BaAAA%3BAAAA%3BAAKM%3BAAAA%2CWAAA%3BAAAA%3BAAGA%3BAAAA%3B6BAAA%3BAAAA%3BAAMJ%3BAAAA%3BqBAAA%3BAAAA%3BAAGE%3BAAAA%3B%3B%3B%3B2CAAA%3BAAAA%3BAAME%3BAAAA%3B%3B%3B%3B%3B%3B%3BiGAAA%3BAAAA%3BAAUA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BuBAAA%3BAAAA%3BAAYF%3BAAAA%3B%3B%3B%3B%3B%3B%3B%2BDAAA%3BAAAA%3BAASE%3BAAAA%2C6BAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B%3BoBAAA%3BAAAA%3BAAOE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BwBAAA%3BAAAA%3BAAaA%3BAAAA%2CwBAAA%3BAAAA%3BAAIF%3BAAAA%3B%3B%3ByBAAA%3BAAAA%3BAAME%3BAAAA%3BmBAAA%3BAAAA%3BAAKF%3BAAAA%3B%3B%3B%3B%3B%3BwBAAA%3BAAAA%3BAAQE%3BAAAA%2CiBAAA%3BAAAA%3BAAIF%3BAAAA%2CoBAAA%3BAAAA%3BAAEE%3BAAAA%3B%3B%3B%3BkBAAA%3BAAAA%3BAAYV%3BAAAA%3BqBAAA%3BAAAA%3BAAGE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BiCAAA%3BAAAA%3BAAWA%3BAAAA%2CWAAA%3BAAAA%3BAAGA%3BAAAA%2CoBAAA%3BAAAA%3BAAEE%3BAAAA%3B%3B%3BwBAAA%3BAAAA%3BAAQA%3BAAAA%2CmBAAA%3BAAAA%3BAAEE%3BAAAA%3BkBAAA%3BAAAA%3BAAGE%3BAAAA%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAQE%3BAAAA%3B%3B%3B%3B%3B%3B%3BcAAA%3BAAAA%3BAAiBR%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3BuBAAA%3BAAAA%3BAAIE%3BAAAA%2CsBAAA%3BAAAA%3BAAIF%3BAAAA%3BoBAAA%3BAAAA%3BAAMA%3BAAAA%3BoBAAA%3BAAAA%3BAAII%3BAAAA%2CsBAAA%3BAAAA%3BAAEE%3BAAAA%2CgEAAA%3BAAAA%3BAAGA%3BAAAA%3BcAAA%3BAAAA%3BAAIA%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%2CwBAAA%3BAAAA%3BAAEE%3BAAAA%2CqCAAA%3BAAAA%3BAAGA%3BAAAA%2CoCAAA%3BAAAA%3BAAGA%3BAAAA%2CsBAAA%3BAAAA%3BAAEE%3BAAAA%2CqCAAA%3BAAAA%3BAAGA%3BAAAA%2CoCAAA%3BAAAA%3BAAOA%3BAAAA%2CsBAAA%3BAAAA%3BAAIF%3BAAAA%2C4BAAA%3BAAAA%3BAAEE%3BAAAA%2CsBAAA%3BAAAA%3BAAQV%3BAAAA%3BYAAA%3BAAAA%3BAAGE%3BAAAA%3ByBAAA%3BAAAA%3BAAKF%3BAAAA%3BuBAAA%3BAAAA%3BAAGE%3BAAAA%3B%3B%3BwBAAA%3BAAAA%3BAAMA%3BAAAA%2CqBAAA%3BAAAA%3BAAGA%3BAAAA%3BkBAAA%3BAAAA%3BAAGE%3BAAAA%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAQE%3BAAAA%3B%3B%3B%3B%3B%3B%3BcAAA%3BAAAA%3BAAeN%3BAAAA%3B%3B%3B6BAAA%3BAAAA%3BAAKE%3BAAAA%2CiBAAA%3BAAAA%3BAAKJ%3BAACE%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAAIF%3BAAEI%3BAAAA%2CaAAA%3BAAAA%3BAAGA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACE%3BAAAA%2CsBAAA%3BAAAA%3BAAEE%3BAAAA%3B0BAAA%3BAAAA%3BAAGE%3BAAAA%2CoBAAA%3BAAAA%3BAAIF%3BAAAA%2CeAAA%3BAAAA%3BAAEE%3BAAAA%2CoBAAA%3BAAAA%3BAAMJ%3BAAAA%2CoBAAA%3BAAAA%3BAAQE%3BAAAA%3BwBAAA%3BAAAA%3BAAGE%3BAAAA%3BwBAAA%3BAAAA%3BAAKF%3BAAAA%2CoBAAA%3BAAAA%3BAAOA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAEI%3BAAAA%2C2BAAA%3BAAAA%3BAAGA%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%2CsBAAA%3BAAAA%3BAACE%3BAAAA%3BsBAAA%3BAAAA%3BAASA%3BAAAA%2CoBAAA%3BAAAA%3BAAOF%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%2CmBAAA%3BAAAA%3BAAMA%3BAAAA%2CsBAAA%3BAAAA%3BAAKA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAEI%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAIE%3BAAAA%2CqGAAA%3BAAAA%3BAAIF%3BAAAA%3BgBAAA%3BAAAA%3BAAII%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAKA%3BAAAA%2CkBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B0BAAA%3BAAAA%3BAASN%3BAAAA%2CyBAAA%3BAAAA%3BAAIM%3BAAAA%3B%2BBAAA%3BAAAA%3BAAMJ%3BAAAA%3BoBAAA%3BAAAA%3BAAGE%3BAAAA%3BoBAAA%3BAAAA%3BAAGE%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAKI%3BAAAA%3B%3B%3B%3B%3B%3BqGAAA%3BAAAA%3BAAUF%3BAAAA%3B%3B%3B%3BmBAAA%3BAAAA%3BAAQF%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BiEAAA%3BAAAA%3BAAUE%3BAAAA%2CkBAAA%3BAAAA%3BAAGA%3BAAAA%2CoBAAA%3BAAAA%3BAAQR%3BAAAA%2CyBAAA%3BAAAA%3BAAGI%3BAAAA%2CoBAAA%3BAAAA%3BAAKJ%3BAAAA%2CyBAAA%3BAAAA%3BAAAA%3BAClpBH%3BAAAA%2CoBAAA%3BAAAA%3BAAEG%3BAAAA%3B%3B%3B8BAAA%3BAAAA%3BAAOE%3BAAAA%2CcAAA%3BAAAA%3BAAGA%3BAAAA%2CeAAA%3BAAAA%3BAAIF%3BAAAA%2CyBAAA%3BAAAA%3BAAIE%3BAAAA%2C0BAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B6BAAA%3BAAAA%3BAAMA%3BAAAA%2CcAAA%3BAAAA%3BAAMA%3BAAAA%3BqBAAA%3BAAAA%3BAAGE%3BAAAA%3BmBAAA%3BAAAA%3BAAKA%3BAAAA%2CwBAAA%3BAAAA%3BAAEE%3BAAAA%2CmBAAA%3BAAAA%3BAAIF%3BAAAA%2CwBAAA%3BAAAA%3BAAIF%3BAAAA%3BmBAAA%3BAAAA%3BAAGE%3BAAAA%3B%3B%3BkBAAA%3BAAAA%3BAAKE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BoCAAA%3BAAAA%3BAAaE%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%2CgDAAA%3BAAAA%3BAAIF%3BAAAA%3BsCAAA%3BAAAA%3BAAOE%3BAAAA%2CsBAAA%3BAAAA%3BAAOR%3BAAAA%3B%3B%3B%3BqBAAA%3BAAAA%3BAAME%3BAAAA%3B%3B%3B%3B%3B%3BcAAA%3BAAAA%3BAASA%3BAAAA%2CiBAAA%3BAAAA%3BAAEE%3BAAAA%3B%3B%3B0BAAA%3BAAAA%3BAAKE%3BAAAA%2CiBAAA%3BAAAA%3BAAOR%3BAACE%3BAAAA%2CoBAAA%3BAAAA%3BAAEE%3BAAAA%2CoBAAA%3BAAAA%3BAAIE%3BAAAA%2CwBAAA%3BAAAA%3BAAAA%3BAAMN%3BAAGM%3BAAAA%2CwBAAA%3BAAAA%3BAAAA%3BAAMN%3BAACE%3BAAAA%2CoBAAA%3BAAAA%3BAAEE%3BAAAA%2CmBAAA%3BAAAA%3BAAIE%3BAAAA%3B%3BgBAAA%3BAAAA%3BAAKA%3BAAAA%3BwBAAA%3BAAAA%3BAAAA%3BAC9JP%3BAAAA%2CoBAAA%3BAAAA%3BAAEG%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAOI%3BAAAA%2CeAAA%3BAAAA%3BAAEE%3BAAAA%2CcAAA%3BAAAA%3BAAMN%3BAAAA%2CoBAAA%3BAAAA%3BAAEE%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAIE%3BAAAA%3BoBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAAMA%3BAAAA%3BaAAA%3BAAAA%3BAAGE%3BAAAA%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAQE%3BAAAA%3B%3B%3B%3B%3B%3B%3BcAAA%3BAAAA%3BAAeN%3BAAAA%2CoBAAA%3BAAAA%3BAAEE%3BAAAA%3B%3B%3ByBAAA%3BAAAA%3BAAME%3BAAAA%3B%3B%3B%3BqBAAA%3BAAAA%3BAAME%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAYA%3BAAAA%3B%3B%3B%3B%3B%3B2DAAA%3BAAAA%3BAAYA%3BAAAA%2CiBAAA%3BAAAA%3BAAIF%3BAAAA%3B%3BsBAAA%3BAAAA%3BAASR%3BAAEI%3BAAAA%3BeAAA%3BAAAA%3BAAIA%3BAAAA%3BeAAA%3BAAAA%3BAAAA%3BAAMJ%3BAACE%3BAAAA%2CyBAAA%3BAAAA%3BAAGI%3BAAAA%3BeAAA%3BAAAA%3BAAKF%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAGM%3BAAAA%2CgBAAA%3BAAAA%3BAAEE%3BAAAA%2CgBAAA%3BAAAA%3BAAKJ%3BAAAA%3BwBAAA%3BAAAA%3BAAGE%3BAAAA%3BqBAAA%3BAAAA%3BAAIA%3BAAAA%2C4BAAA%3BAAAA%3BAAAA%3BACzJP%3BAAAA%2C2BAAA%3BAAAA%3BAAEG%3BAAAA%2CoBAAA%3BAAAA%3BAAEE%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAAOA%3BAAAA%2CmBAAA%3BAAAA%3BAAEE%3BAAAA%2CiBAAA%3BAAAA%3BAAEE%3BAAAA%2CkBAAA%3BAAAA%3BAASN%3BAAAA%3BiBAAA%3BAAAA%3BAAIA%3BAAAA%2CsBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAIE%3BAAAA%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAQE%3BAAAA%3B%3B%3B%3B%3B%3B%3BcAAA%3BAAAA%3BAAYJ%3BAAAA%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAOE%3BAAAA%2CwBAAA%3BAAAA%3BAAIF%3BAAAA%3B%3B%3B%3B%3B%3B%3BwBAAA%3BAAAA%3BAASE%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAAWA%3BAAAA%3BmBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAOE%3BAAAA%2CmBAAA%3BAAAA%3BAAKJ%3BAAAA%3B%3B%3B6BAAA%3BAAAA%3BAAKE%3BAAAA%2CiBAAA%3BAAAA%3BAAIF%3BAAAA%3B%3B%3B%3B%3BuBAAA%3BAAAA%3BAAOE%3BAAAA%2CiBAAA%3BAAAA%3BAAEE%3BAAAA%2CiCAAA%3BAAAA%3BAAIF%3BAAAA%2CcAAA%3BAAAA%3BAAEE%3BAAAA%2C8BAAA%3BAAAA%3BAAMN%3BAACE%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%2CqCAAA%3BAAAA%3BAAEE%3BAAAA%2CcAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACE%3BAAAA%3BqBAAA%3BAAAA%3BAAAA%3BAAMF%3BAAEI%3BAAAA%2CgBAAA%3BAAAA%3BAAEE%3BAAAA%2CoBAAA%3BAAAA%3BAAIF%3BAAAA%3B%3BwBAAA%3BAAAA%3BAASA%3BAAAA%3BuBAAA%3BAAAA%3BAAGE%3BAAAA%3B%3BcAAA%3BAAAA%3BAAMF%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BACpLL%3BAAAA%2CoBAAA%3BAAAA%3BAAEG%3BAAAA%2CoBAAA%3BAAAA%3BAAIE%3BAAAA%2CoBAAA%3BAAAA%3BAAIE%3BAAAA%3BqBAAA%3BAAAA%3BAAGE%3BAAAA%2CiBAAA%3BAAAA%3BAAQF%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAIE%3BAAAA%2CiBAAA%3BAAAA%3BAAQF%3BAAAA%3B%3B0BAAA%3BAAAA%3BAAIE%3BAAAA%3BiBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BaAAA%3BAAAA%3BAAKA%3BAAAA%3BaAAA%3BAAAA%3BAAIA%3BAAAA%2CiBAAA%3BAAAA%3BAAOJ%3BAAAA%3B%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAASE%3BAAAA%3B%3B%3B%3B%3BcAAA%3BAAAA%3BAAQA%3BAAAA%2CwBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAKA%3BAAAA%2CwBAAA%3BAAAA%3BAAGA%3BAAAA%3BsBAAA%3BAAAA%3BAAIA%3BAAAA%2CwBAAA%3BAAAA%3BAAEE%3BAAAA%3BmBAAA%3BAAAA%3BAAKF%3BAAAA%2C2BAAA%3BAAAA%3BAAMN%3BAACE%3BAAAA%3BuBAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%2CeAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%2CyBAAA%3BAAAA%3BAAEE%3BAAAA%3B%3BmCAAA%3BAAAA%3BAAKA%3BAAAA%3BiBAAA%3BAAAA%3BAAKE%3BAAAA%3B%2BBAAA%3BAAAA%3BAAGE%3BAAAA%2C8BAAA%3BAAAA%3BAAOF%3BAAAA%3BoBAAA%3BAAAA%3BAAIA%3BAAAA%2CgBAAA%3BAAAA%3BAAAA%3BAAMN%3BAAEI%3BAAAA%2CoBAAA%3BAAAA%3BAAIE%3BAAAA%3B%2BBAAA%3BAAAA%3BAAGE%3BAAAA%2C8BAAA%3BAAAA%3BAAAA%3BAC3JT%3BAAAA%2CoBAAA%3BAAAA%3BAAEG%3BAAAA%2CoBAAA%3BAAAA%3BAAEE%3BAAAA%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAOE%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%3BwBAAA%3BAAAA%3BAAGE%3BAAAA%3BoBAAA%3BAAAA%3BAAGE%3BAAAA%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAQE%3BAAAA%3B%3B%3B%3B%3B%3B%3BcAAA%3BAAAA%3BAAaN%3BAAAA%3B%3B%3B%3B%3B%3B%2BDAAA%3BAAAA%3BAASA%3BAAAA%2CcAAA%3BAAAA%3BAAOA%3BAAAA%3B%3BcAAA%3BAAAA%3BAAIE%3BAAAA%2CgEAAA%3BAAAA%3BAAGA%3BAAAA%3B%3ByBAAA%3BAAAA%3BAAIE%3BAAAA%3BsBAAA%3BAAAA%3BAAGE%3BAAAA%2C8BAAA%3BAAAA%3BAAIF%3BAAAA%2CiCAAA%3BAAAA%3BAAGA%3BAAAA%3B%3BcAAA%3BAAAA%3BAAIE%3BAAAA%2C8BAAA%3BAAAA%3BAAGA%3BAAAA%3BmBAAA%3BAAAA%3BAAGE%3BAAAA%2CiCAAA%3BAAAA%3BAAUd%3BAACE%3BAAAA%2CmBAAA%3BAAAA%3BAAAA%3BAAIF%3BAAEI%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACE%3BAAAA%2C4BAAA%3BAAAA%3BAAAA%3BAC%5C%2FGH%3BAAAA%2C2BAAA%3BAAAA%3BAAEG%3BAAAA%3BqBAAA%3BAAAA%3BAAGE%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAMF%3BAAAA%2CoBAAA%3BAAAA%3BAAGA%3BAAAA%2CoBAAA%3BAAAA%3BAAEE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAWE%3BAAAA%3B%3B%3BsBAAA%3BAAAA%3BAAKE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BaAAA%3BAAAA%3BAAYF%3BAAAA%3B%3B%3B%3BoCAAA%3BAAAA%3BAASI%3BAAAA%2CeAAA%3BAAAA%3BAAGA%3BAAAA%2CgDAAA%3BAAAA%3BAAKJ%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%2CsBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B%3B0BAAA%3BAAAA%3BAASE%3BAAAA%2CiBAAA%3BAAAA%3BAAMN%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAcE%3BAAAA%3B%3B%3B%3B%3B%3B%3B6BAAA%3BAAAA%3BAASE%3BAAAA%2CsBAAA%3BAAAA%3BAAGA%3BAAAA%2CgBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3BcAAA%3BAAAA%3BAAIE%3BAAAA%2CgBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAAWJ%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAIE%3BAAAA%3BsBAAA%3BAAAA%3BAAKF%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAUE%3BAAAA%2CeAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B2BAAA%3BAAAA%3BAAYA%3BAAAA%2C4BAAA%3BAAAA%3BAAIF%3BAAAA%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAAOE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B0BAAA%3BAAAA%3BAAUE%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%3BiBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAOJ%3BAAAA%3B%3B%3B%3B%3B%3B2BAAA%3BAAAA%3BAAQE%3BAAAA%3B4BAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAWE%3BAAAA%3BsBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3B%3B2BAAA%3BAAAA%3BAASE%3BAAAA%2CaAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAASF%3BAAAA%3B%3B%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAASE%3BAAAA%3BoBAAA%3BAAAA%3BAAIA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%3BsBAAA%3BAAAA%3BAAKF%3BAAAA%3B%3B%3B%3BmBAAA%3BAAAA%3BAAME%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAIE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAUE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAWA%3BAAAA%2CaAAA%3BAAAA%3BAAEE%3BAAAA%2CaAAA%3BAAAA%3BAAIF%3BAAAA%2CkBAAA%3BAAAA%3BAAMJ%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BcAAA%3BAAAA%3BAAcE%3BAAAA%2CmBAAA%3BAAAA%3BAAEE%3BAAAA%2CkCAAA%3BAAAA%3BAAIF%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B2BAAA%3BAAAA%3BAAaA%3BAAAA%2CgBAAA%3BAAAA%3BAAGA%3BAAAA%3BaAAA%3BAAAA%3BAAII%3BAAAA%2CiCAAA%3BAAAA%3BAAIF%3BAAAA%3B%3B8BAAA%3BAAAA%3BAAMF%3BAAAA%2CgBAAA%3BAAAA%3BAAQV%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B8CAAA%3BAAAA%3BAAcA%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAAKE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAWA%3BAAAA%2CaAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3BaAAA%3BAAAA%3BAASJ%3BAACE%3BAAAA%2CsBAAA%3BAAAA%3BAAIE%3BAAAA%2CsBAAA%3BAAAA%3BAAIE%3BAAAA%2CsBAAA%3BAAAA%3BAAGA%3BAAAA%2CsBAAA%3BAAAA%3BAAKJ%3BAAAA%2CmBAAA%3BAAAA%3BAAEE%3BAAAA%2C0BAAA%3BAAAA%3BAAAA%3BAAOJ%3BAACE%3BAAAA%2CqBAAA%3BAAAA%3BAAIE%3BAAAA%3B%3B%3BwBAAA%3BAAAA%3BAAMA%3BAAAA%3BkBAAA%3BAAAA%3BAAGE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAUE%3BAAAA%3BeAAA%3BAAAA%3BAAKF%3BAAAA%2CgBAAA%3BAAAA%3BAAEE%3BAAAA%2CmBAAA%3BAAAA%3BAAEE%3BAAAA%2CmBAAA%3BAAAA%3BAAKA%3BAAAA%2CmBAAA%3BAAAA%3BAAIF%3BAAAA%3BkBAAA%3BAAAA%3BAAQA%3BAAAA%3BuBAAA%3BAAAA%3BAAIA%3BAAAA%2CqBAAA%3BAAAA%3BAAOJ%3BAAAA%3B%3B%3BsCAAA%3BAAAA%3BAAKE%3BAAAA%2CkBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3BkBAAA%3BAAAA%3BAAKE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B6BAAA%3BAAAA%3BAAcF%3BAAAA%3B%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAAQE%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%2CkBAAA%3BAAAA%3BAAMF%3BAAAA%2CyBAAA%3BAAAA%3BAAGA%3BAAAA%3BeAAA%3BAAAA%3BAAGE%3BAAAA%2CuBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3ByBAAA%3BAAAA%3BAAKE%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAAA%3BAAUV%3BAACE%3BAAAA%2CqBAAA%3BAAAA%3BAAGA%3BAAAA%2CwBAAA%3BAAAA%3BAAAA%3BAlBzjBH%2CgCAAA%3BAmBOC%3BAAAA%3BgCAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3BqBAAA%3BAAAA%3BAAMC%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BYAAA%3BAAAA%3BAAIC%3BAAAA%2CcAAA%3BAAAA%3BAAGA%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3B%3B%3BaAAA%3BAAAA%3BAAUD%3BAAAA%3B%3B%3B%3B%3B%3B%3BaAAA%3BAAAA%3BAAUA%3BAAAA%3B%3B%3B%3B%3B%3B%3BaAAA%3BAAAA%3BAAWD%3BAAAA%3B%3B%3B%3BqBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAIC%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3BwBAAA%3BAAAA%3BAAMC%3BAAAA%3B%3B%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAAUA%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAAME%3BAAAA%3BsBAAA%3BAAAA%3BAAKD%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAcA%3BAAAA%3B0BAAA%3BAAAA%3BAAKC%3BAAAA%3B%3B%3B%3B%3B%3BcAAA%3BAAAA%3BAAQC%3BAAAA%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAeF%3BAAAA%2CiBAAA%3BAAAA%3BAAMC%3BAAAA%3BsBAAA%3BAAAA%3BAAKC%3BAAAA%2C6BAAA%3BAAAA%3BAAMH%3BAAAA%3BgBAAA%3BAAAA%3BAAGC%3BAAAA%3BoBAAA%3BAAAA%3BAAMI%3BAAAA%3BgCAAA%3BAAAA%3BAAMF%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%2CiBAAA%3BAAAA%3BAAOC%3BAAAA%3BsBAAA%3BAAAA%3BAAMF%3BAAAA%3B%3B%3BgCAAA%3BAAAA%3BAAKC%3BAAAA%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAQC%3BAAAA%3B%3B%3B%3B%3B%3B8BAAA%3BAAAA%3BAAUD%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAaD%3BAAAA%3BgBAAA%3BAAAA%3BAAGC%3BAAAA%3BmBAAA%3BAAAA%3BAAGC%3BAAAA%3B%3B%3BmCAAA%3BAAAA%3BAAKC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAeC%3BAAAA%3BaAAA%3BAAAA%3BAAeN%3BAAAA%2CaAAA%3BAAAA%3BAAKF%3BAAAA%2CgBAAA%3BAAAA%3BAAGA%3BAACC%3BAAAA%3B%2BBAAA%3BAAAA%3BAAAA%3BAAKD%3BAACC%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%2CsBAAA%3BAAAA%3BAAGA%3BAAAA%3B%2BBAAA%3BAAAA%3BAAAA%3BAAKD%3BAACC%3BAAAA%2CeAAA%3BAAAA%3BAAGA%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAIC%3BAAAA%2CkBAAA%3BAAAA%3BAAKD%3BAAAA%3B%3B%3B%3B%3B%3B%3BgBAAA%3BAAAA%3BAASC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAYA%3BAAAA%3BqBAAA%3BAAAA%3BAAKD%3BAAAA%3B%3B%3B%3B%3B%3B%3BwBAAA%3BAAAA%3BAAUA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BuBAAA%3BAAAA%3BAAUC%3BAAAA%3B%3B0CAAA%3BAAAA%3BAAIC%3BAAAA%2CiBAAA%3BAAAA%3BAAKD%3BAAAA%2C6BAAA%3BAAAA%3BAAID%3BAAAA%3B%3B%3B%3B%3BcAAA%3BAAAA%3BAAAA%3BAASD%3BAACC%3BAAAA%2CyBAAA%3BAAAA%3BAAAA%3BAClYF%3BAAAA%2CsBAAA%3BAAAA%3BAAEE%3BAAAA%3B%3B%3B%3B%3BuBAAA%3BAAAA%3BAAOC%3BAAAA%2CuBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BuCAAA%3BAAAA%3BAAeC%3BAAAA%3BoCAAA%3BAAAA%3BAAKD%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BgBAAA%3BAAAA%3BAAUC%3BAAAA%3B%3B%3B%3B%3B%3BwCAAA%3BAAAA%3BAAUF%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAMD%3BAAAA%2CkBAAA%3BAAAA%3BAAEC%3BAAAA%2CkBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BkCAAA%3BAAAA%3BAAYC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAcA%3BAAAA%2CaAAA%3BAAAA%3BAAEC%3BAAAA%2CaAAA%3BAAAA%3BAC7FJ%3BAAAA%3B%3B%3B%3BsBAAA%3BAAAA%3BAAME%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%3BiBAAA%3BAAAA%3BAAKD%3BAAAA%3B%3B%3BsBAAA%3BAAAA%3BAAKC%3BAAAA%3B%3B%3B%3BwBAAA%3BAAAA%3BAAOA%3BAAAA%2CqBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B%3B%3BgCAAA%3BAAAA%3BAAQC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAAaE%3BAAAA%2CsBAAA%3BAAAA%3BAAMF%3BAAAA%2CmBAAA%3BAAAA%3BAAEC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%2BBAAA%3BAAAA%3BAAYA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%2BBAAA%3BAAAA%3BAAeD%3BAAAA%2CgBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAIC%3BAAAA%2CgBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3BcAAA%3BAAAA%3BAAKE%3BAAAA%2CmBAAA%3BAAAA%3BAAKD%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%2CgBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3BmBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAWD%3BAAAA%2CgBAAA%3BAAAA%3BAAGA%3BAAAA%2CiBAAA%3BAAAA%3BAAID%3BAAAA%3B%3B%3B%3BqCAAA%3BAAAA%3BAAQF%3BAAAA%3B%3B%3B%3BwBAAA%3BAAAA%3BAAOA%3BAAAA%2CwBAAA%3BAAAA%3BAAEC%3BAAAA%3B%3BuBAAA%3BAAAA%3BAAIC%3BAAAA%3B%3B%3B%3BsBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3BsBAAA%3BAAAA%3BAASF%3BAAAA%3B%3B%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAASC%3BAAAA%2CqBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BcAAA%3BAAAA%3BAASC%3BAAAA%2CwBAAA%3BAAAA%3BAAKF%3BAAAA%3BcAAA%3BAAAA%3BAAKA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3BwBAAA%3BAAAA%3BAAKC%3BAAAA%3BqBAAA%3BAAAA%3BAAIE%3BAAAA%2CgBAAA%3BAAAA%3BAAID%3BAAAA%3B%3B%3B%3B%3B%3BmDAAA%3BAAAA%3BAAUA%3BAAAA%3B%3BmCAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3BeAAA%3BAAAA%3BAAMC%3BAAAA%2CcAAA%3BAAAA%3BAAMH%3BAAAA%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAAOC%3BAAAA%2CwBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B6BAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3BqCAAA%3BAAAA%3BAAUC%3BAAAA%2CwBAAA%3BAAAA%3BAAKF%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAIC%3BAAAA%3B%3B%3B%3B%3B%3BmDAAA%3BAAAA%3BAASA%3BAAAA%3B%3B%3BkBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3ByBAAA%3BAAAA%3BAAIC%3BAAAA%2CeAAA%3BAAAA%3BAAEC%3BAAAA%2CcAAA%3BAAAA%3BAAMH%3BAAAA%3BwBAAA%3BAAAA%3BAAIA%3BAAAA%2CqBAAA%3BAAAA%3BAAGA%3BAACC%3BAAAA%3BuBAAA%3BAAAA%3BAAGC%3BAAAA%3BqBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BuCAAA%3BAAAA%3BAAMD%3BAAAA%2CwBAAA%3BAAAA%3BAAIC%3BAAAA%2C4CAAA%3BAAAA%3BAAGA%3BAAAA%2CgBAAA%3BAAAA%3BAAAA%3BAAKF%3BAACC%3BAAAA%3B%3B%3BgBAAA%3BAAAA%3BAAKC%3BAAAA%2CsBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B0BAAA%3BAAAA%3BAAMD%3BAAAA%2CoBAAA%3BAAAA%3BAAGA%3BAAAA%2CwBAAA%3BAAAA%3BAAEC%3BAAAA%2CyBAAA%3BAAAA%3BAAEC%3BAAAA%2CoBAAA%3BAAAA%3BAAGA%3BAAAA%2CoBAAA%3BAAAA%3BAAKF%3BAAAA%3B%3B0BAAA%3BAAAA%3BAAKA%3BAAAA%3BgBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3BuBAAA%3BAAAA%3BAAKC%3BAAAA%3B%3BgBAAA%3BAAAA%3BAAMD%3BAAAA%2CsBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAKE%3BAAAA%2CkBAAA%3BAAAA%3BAAGA%3BAAAA%2CqCAAA%3BAAAA%3BAAGA%3BAAAA%3BoBAAA%3BAAAA%3BAAOD%3BAAAA%3BoBAAA%3BAAAA%3BAAIA%3BAAAA%2CkBAAA%3BAAAA%3BAAGA%3BAAAA%3BgCAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAIC%3BAAAA%2CiBAAA%3BAAAA%3BAAEC%3BAAAA%2CgBAAA%3BAAAA%3BAAAA%3BAAOJ%3BAACC%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BACpcF%3BAAAA%2CoBAAA%3BAAAA%3BAAYE%3BAAAA%3BuBAAA%3BAAAA%3BAAKD%3BAAAA%2CoBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B%3B%3BoCAAA%3BAAAA%3BAAOC%3BAAAA%3BmBAAA%3BAAAA%3BAAGC%3BAAAA%2CmBAAA%3BAAAA%3BAAID%3BAAAA%3B%3B%3B%3B%3B%3BqCAAA%3BAAAA%3BAAOC%3BAAAA%2CgBAAA%3BAAAA%3BAAGA%3BAAAA%2CiBAAA%3BAAAA%3BAAMD%3BAAAA%2CeAAA%3BAAAA%3BAAMC%3BAAAA%2CoBAAA%3BAAAA%3BAAEC%3BAAAA%2CsBAAA%3BAAAA%3BAAWC%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%2CgBAAA%3BAAAA%3BAA2BH%3BAAAA%3BmBAAA%3BAAAA%3BAAIA%3BAAAA%3BwBAAA%3BAAAA%3BAAGC%3BAAAA%3B%3B%3B%3B%3BwBAAA%3BAAAA%3BAAOC%3BAAAA%3B%3B%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAAYF%3BAAAA%2CoBAAA%3BAAAA%3BAAEC%3BAAAA%3B%3B%3B%3BwBAAA%3BAAAA%3BAAUD%3BAAAA%3BmBAAA%3BAAAA%3BAAGC%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAAKC%3BAAAA%2CmBAAA%3BAAAA%3BAAMH%3BAAAA%3B%3B%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAASC%3BAAAA%3B%3B%3B%3BsBAAA%3BAAAA%3BAAOA%3BAAAA%3BsBAAA%3BAAAA%3BAAKD%3BAAAA%3B%3BoCAAA%3BAAAA%3BAAIC%3BAAAA%2CeAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3ByBAAA%3BAAAA%3BAAMC%3BAAAA%3B4BAAA%3BAAAA%3BAAGC%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAAKC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%2BCAAA%3BAAAA%3BAAgBC%3BAAAA%3B%3B%3B%3B%3B%3BgCAAA%3BAAAA%3BAAWA%3BAAAA%3BsBAAA%3BAAAA%3BAAQJ%3BAAAA%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3BoBAAA%3BAAAA%3BAAKC%3BAAAA%2CcAAA%3BAAAA%3BAAEC%3BAAAA%2CeAAA%3BAAAA%3BAAOH%3BAAAA%3BcAAA%3BAAAA%3BAAGC%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAIC%3BAAAA%2CiBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%2BBAAA%3BAAAA%3BAASC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BoBAAA%3BAAAA%3BAAcA%3BAAAA%3B%3B%3B%3BoBAAA%3BAAAA%3BAAOA%3BAAAA%2CsBAAA%3BAAAA%3BAAGC%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAKA%3BAAAA%3BmBAAA%3BAAAA%3BAAKD%3BAAAA%2CsBAAA%3BAAAA%3BAAEC%3BAAAA%3BiBAAA%3BAAAA%3BAAKA%3BAAAA%2CiBAAA%3BAAAA%3BAAOJ%3BAAAA%3B%3B%3B4BAAA%3BAAAA%3BAAKC%3BAAAA%2CaAAA%3BAAAA%3BAAGA%3BAAAA%3BmBAAA%3BAAAA%3BAAGC%3BAAAA%3B%3BoBAAA%3BAAAA%3BAAIC%3BAAAA%2CwBAAA%3BAAAA%3BAAKF%3BAAAA%3B%3B%3BwBAAA%3BAAAA%3BAAKC%3BAAAA%3BuBAAA%3BAAAA%3BAAGC%3BAAAA%2CmBAAA%3BAAAA%3BAAID%3BAAAA%3B%3B%3B%3BoBAAA%3BAAAA%3BAASF%3BAAAA%3B%3B%3BmCAAA%3BAAAA%3BAAKC%3BAAAA%3BcAAA%3BAAAA%3BAAIA%3BAAAA%3BoBAAA%3BAAAA%3BAAGC%3BAAAA%3BiBAAA%3BAAAA%3BAAIC%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3BcAAA%3BAAAA%3BAAMA%3BAAAA%3BoBAAA%3BAAAA%3BAAGC%3BAAAA%2CcAAA%3BAAAA%3BAAOJ%3BAAAA%3BoBAAA%3BAAAA%3BAAIA%3BAAAA%2CgBAAA%3BAAAA%3BAAIA%3BAAEE%3BAAAA%2CoBAAA%3BAAAA%3BAAGA%3BAAAA%2CeAAA%3BAAAA%3BAAGA%3BAAAA%2CqBAAA%3BAAAA%3BAAID%3BAAAA%2CsBAAA%3BAAAA%3BAAGA%3BAAAA%2CeAAA%3BAAAA%3BAAAA%3BAAID%3BAACC%3BAAAA%3B%3B%3B%3ByBAAA%3BAAAA%3BAAMC%3BAAAA%3B%3B%3B%3B%3B%3B%3B0BAAA%3BAAAA%3BAAUA%3BAAAA%3B%3B%3B%3B%3B%3B%3B0BAAA%3BAAAA%3BAAYA%3BAAAA%3BmBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAMD%3BAAAA%2CsBAAA%3BAAAA%3BAAGE%3BAAAA%2CgBAAA%3BAAAA%3BAAKF%3BAAAA%3BuBAAA%3BAAAA%3BAAGC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAWC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAiBA%3BAAAA%3BqBAAA%3BAAAA%3BAAKD%3BAAAA%3B%3B%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAAWD%3BAAAA%2CgBAAA%3BAAAA%3BAAEC%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAIC%3BAAAA%2CkBAAA%3BAAAA%3BAAGA%3BAAAA%2CqBAAA%3BAAAA%3BAAEC%3BAAAA%2CmBAAA%3BAAAA%3BAAMH%3BAAAA%3B%3B%3BgBAAA%3BAAAA%3BAAMA%3BAAAA%2CoBAAA%3BAAAA%3BAAIC%3BAAAA%2CkBAAA%3BAAAA%3BAAGA%3BAAAA%3BeAAA%3BAAAA%3BAAGC%3BAAAA%3B%2BBAAA%3BAAAA%3BAAMF%3BAAAA%3BqBAAA%3BAAAA%3BAAOA%3BAAAA%3BwBAAA%3BAAAA%3BAAIC%3BAAAA%2CgBAAA%3BAAAA%3BAAGA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAMF%3BAAEE%3BAAAA%2C8BAAA%3BAAAA%3BAAGA%3BAAAA%2CiBAAA%3BAAAA%3BAAID%3BAAAA%2CyBAAA%3BAAAA%3BAAAA%3BAAKD%3BAACC%3BAAAA%2CwBAAA%3BAAAA%3BAAGA%3BAAAA%2CwBAAA%3BAAAA%3BAAGA%3BAAAA%2CyBAAA%3BAAAA%3BAAGA%3BAAAA%3B2BAAA%3BAAAA%3BAAKA%3BAAAA%3BwBAAA%3BAAAA%3BAAIA%3BAAAA%2CcAAA%3BAAAA%3BAAGA%3BAAAA%2CoBAAA%3BAAAA%3BAAGA%3BAAAA%2CyBAAA%3BAAAA%3BAAGA%3BAAAA%2CyBAAA%3BAAAA%3BAAGA%3BAAAA%2CyBAAA%3BAAAA%3BAAGA%3BAAAA%2CsBAAA%3BAAAA%3BAAGA%3BAAAA%2CyBAAA%3BAAAA%3BAAAA%3BAAKD%3BAAEE%3BAAAA%2C8BAAA%3BAAAA%3BAAGA%3BAAAA%3B%3BuBAAA%3BAAAA%3BAAAA%3BAtB5nBH%2CoCAAA%3BAuBCE%3BAAAA%2CoBAAA%3BAAAA%3BAAIC%3BAAAA%3BiBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3BqBAAA%3BAAAA%3BAAMC%3BAAAA%3B%3B%3B%3B%3B%3B%3BoCAAA%3BAAAA%3BAAUA%3BAAAA%2CgBAAA%3BAAAA%3BAAID%3BAAAA%2CwBAAA%3BAAAA%3BAAEC%3BAAAA%2CgDAAA%3BAAAA%3BAAGA%3BAAAA%2CiBAAA%3BAAAA%3BAAID%3BAAAA%3B%3B0BAAA%3BAAAA%3BAAOF%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAAKC%3BAAAA%3B%3B%3B%3ByBAAA%3BAAAA%3BAAQD%3BAAAA%3BwBAAA%3BAAAA%3BAAIA%3BAAAA%2CqBAAA%3BAAAA%3BAAEC%3BAAAA%3B%3BWAAA%3BAAAA%3BAAIC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BoBAAA%3BAAAA%3BAAYC%3BAAAA%2CsBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAIC%3BAAAA%3B%3B%3B%3B%3B%3BoEAAA%3BAAAA%3BAAYC%3BAAAA%2CoCAAA%3BAAAA%3BAAQL%3BAAAA%2CyBAAA%3BAAAA%3BAAGC%3BAAAA%2CmBAAA%3BAAAA%3BAAID%3BAAAA%3B%3ByBAAA%3BAAAA%3BAAIC%3BAAAA%3B%3B%3B%3B%3BoCAAA%3BAAAA%3BAASD%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%2BBAAA%3BAAAA%3BAAWE%3BAAAA%3B%3B%3B%3B%3B%3BoCAAA%3BAAAA%3BAAUD%3BAAAA%2CsBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B%3BcAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3BsBAAA%3BAAAA%3BAAMC%3BAAAA%3B%3B%3B%3B%3B%3BwCAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3BmCAAA%3BAAAA%3BAAQD%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAYA%3BAAAA%3B%3B%3BsBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3BsBAAA%3BAAAA%3BAAMA%3BAAAA%2CwBAAA%3BAAAA%3BAAEC%3BAAAA%3BmBAAA%3BAAAA%3BAAMD%3BAAAA%2CmBAAA%3BAAAA%3BAAEC%3BAAAA%3BkBAAA%3BAAAA%3BAAGC%3BAAAA%3BiBAAA%3BAAAA%3BAAKA%3BAAAA%2CsBAAA%3BAAAA%3BAAMH%3BAAAA%3B%3B%3B%3BmBAAA%3BAAAA%3BAAMC%3BAAAA%2CgBAAA%3BAAAA%3BAAIA%3BAAAA%2CgBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3BoBAAA%3BAAAA%3BAAIC%3BAAAA%2CgBAAA%3BAAAA%3BAAID%3BAAAA%3B%3B%3B%3BiBAAA%3BAAAA%3BAAMC%3BAAAA%3B%3BcAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3B%3BoCAAA%3BAAAA%3BAAUC%3BAAAA%2CmBAAA%3BAAAA%3BAAKA%3BAAAA%3BuBAAA%3BAAAA%3BAAIA%3BAAAA%3BaAAA%3BAAAA%3BAAKD%3BAAAA%3B%3B%3B%3B%3B%3BoCAAA%3BAAAA%3BAASA%3BAAAA%3B%3B%3BaAAA%3BAAAA%3BAAKC%3BAAAA%2CmBAAA%3BAAAA%3BAAKD%3BAAAA%3B%3B%3B%3BmBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3BkBAAA%3BAAAA%3BAAQF%3BAAAA%3BoBAAA%3BAAAA%3BAAGC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BwBAAA%3BAAAA%3BAAgBC%3BAAAA%3B%3B%3BiCAAA%3BAAAA%3BAAQA%3BAAAA%2CoCAAA%3BAAAA%3BAAKF%3BAACC%3BAAAA%2CsBAAA%3BAAAA%3BAAEC%3BAAAA%2CoBAAA%3BAAAA%3BAAID%3BAAAA%3B8BAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BgBAAA%3BAAAA%3BAACC%3BAAAA%3BqBAAA%3BAAAA%3BAAOA%3BAAAA%3BgBAAA%3BAAAA%3BAAKD%3BAAAA%2CuBAAA%3BAAAA%3BAAGA%3BAAAA%3BgBAAA%3BAAAA%3BAAIA%3BAAAA%2CyBAAA%3BAAAA%3BAAGA%3BAAAA%2CcAAA%3BAAAA%3BAAEC%3BAAAA%2C%2BBAAA%3BAAAA%3BAAEC%3BAAAA%3B2BAAA%3BAAAA%3BAAIA%3BAAAA%3B2BAAA%3BAAAA%3BAAAA%3BAAQH%3BAAEE%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAAKF%3BAACC%3BAAAA%2CoBAAA%3BAAAA%3BAAKE%3BAAAA%3B0BAAA%3BAAAA%3BAAIA%3BAAAA%2CsBAAA%3BAAAA%3BAAID%3BAAAA%3BsBAAA%3BAAAA%3BAAGC%3BAAAA%2CmBAAA%3BAAAA%3BAAAA%3BAAMH%3BAACC%3BAAAA%2CiCAAA%3BAAAA%3BAAIC%3BAAAA%3B%2BBAAA%3BAAAA%3BAAGC%3BAAAA%2CoBAAA%3BAAAA%3BAAGA%3BAAAA%2C8BAAA%3BAAAA%3BAAKF%3BAAAA%2CwBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAIC%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B2BAAA%3BAAAA%3BAAKC%3BAAAA%2CoBAAA%3BAAAA%3BAAID%3BAAAA%2CmBAAA%3BAAAA%3BAAID%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3BoBAAA%3BAAAA%3BAAIC%3BAAAA%2CkBAAA%3BAAAA%3BAAID%3BAAAA%2CwBAAA%3BAAAA%3BAAGA%3BAAAA%3BgCAAA%3BAAAA%3BAAIA%3BAAAA%2CmBAAA%3BAAAA%3BAAEC%3BAAAA%3BqBAAA%3BAAAA%3BAAGC%3BAAAA%2CkBAAA%3BAAAA%3BAAIC%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAIC%3BAAAA%3B%3B%3BkCAAA%3BAAAA%3BAAOD%3BAAAA%3B%3BgCAAA%3BAAAA%3BAAIC%3BAAAA%2CoBAAA%3BAAAA%3BAAKF%3BAAAA%3B%3BgBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3ByBAAA%3BAAAA%3BAAKA%3BAAAA%2CkBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3BiBAAA%3BAAAA%3BAASD%3BAAAA%2CoBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAAA%3BAvBtiBH%2CqCAAA%3BAwBAA%3BAAAA%2CgCAAA%3BAAAA%3BAAGC%3BAAAA%2CqBAAA%3BAAAA%3BAAEC%3BAAAA%2CgCAAA%3BAAAA%3BAAID%3BAAAA%3BoBAAA%3BAAAA%3BAAGC%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAIC%3BAAAA%2CgBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B%3BoBAAA%3BAAAA%3BAASD%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BArBHC%3BAAAA%3B%3B%3BaAAA%3BAAAA%3BAACA%3BAAAA%3B%3B%3BaAAA%3BAAAA%3BAACA%3BAAAA%3B%3B%3BaAAA%3BAAAA%3BAACA%3BAAAA%3B%3B%3BaAAA%3BAAAA%3BAAHA%3BAAAA%2CeAAA%3BAAAA%3BAACA%3BAAAA%2CeAAA%3BAAAA%3BAACA%3BAAAA%2CeAAA%3BAAAA%3BAACA%3BAAAA%2CeAAA%3BAAAA%3BAqB6BA%3BAAAA%2C%2BBAAA%3BAAAA%3BAAID%3BAAAA%2CoBAAA%3BAAAA%3BAAGA%3BAAAA%3BoBAAA%3BAAAA%3BAAIA%3BAAAA%2CwBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3BoBAAA%3BAAAA%3BAAQD%3BAAAA%3BiBAAA%3BAAAA%3BAAGC%3BAAAA%2CsBAAA%3BAAAA%3BAAEC%3BAAAA%2CSAAA%3BAAAA%3BAAGA%3BAAAA%3BsBAAA%3BAAAA%3BAAKD%3BAAAA%3BmBAAA%3BAAAA%3BAAGC%3BAAAA%2CgBAAA%3BAAAA%3BAAIC%3BAAAA%3BiBAAA%3BAAAA%3BAAKD%3BAAAA%3B%3ByBAAA%3BAAAA%3BAAIC%3BAAAA%2CqBAAA%3BAAAA%3BAAEC%3BAAAA%3B%3B%3B%3B%3B%3B0BAAA%3BAAAA%3BAAUG%3BAAAA%3B6BAAA%3BAAAA%3BAASF%3BAAAA%3BcAAA%3BAAAA%3BAAMF%3BAAAA%2CgBAAA%3BAAAA%3BAAGA%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CwBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B4CAAA%3BAAAA%3BAAaC%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAKA%3BAAAA%3BoBAAA%3BAAAA%3BAAIA%3BAAAA%2CyBAAA%3BAAAA%3BAAQJ%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAKC%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAIC%3BAAAA%2CmBAAA%3BAAAA%3BAAKF%3BAAAA%3ByBAAA%3BAAAA%3BAAGC%3BAAAA%3B%3B%3B0BAAA%3BAAAA%3BAAKC%3BAAAA%2CiBAAA%3BAAAA%3BAAID%3BAAAA%2CsBAAA%3BAAAA%3BAAID%3BAAAA%3B%3B%3B%3BeAAA%3BAAAA%3BAAMC%3BAAAA%3B%3BcAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3B%3B%3B0BAAA%3BAAAA%3BAASC%3BAAAA%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAAOC%3BAAAA%3BgBAAA%3BAAAA%3BAAMF%3BAAAA%3B%3B%3B%3BoBAAA%3BAAAA%3BAAMC%3BAAAA%3B%3B%3B%3ByBAAA%3BAAAA%3BAAMC%3BAAAA%3ByBAAA%3BAAAA%3BAAIA%3BAAAA%2CqBAAA%3BAAAA%3BAAMH%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%2BCAAA%3BAAAA%3BAAoBC%3BAAAA%3B%3B%3B%3B%3B%3BiCAAA%3BAAAA%3BAASA%3BAAAA%2C2BAAA%3BAAAA%3BAAID%3BAACC%3BAAAA%2CsBAAA%3BAAAA%3BAAEC%3BAAAA%3BwBAAA%3BAAAA%3BAAAA%3BAAMF%3BAACC%3BAAAA%2CoBAAA%3BAAAA%3BAAIC%3BAAAA%2CeAAA%3BAAAA%3BAAGA%3BAAAA%3BeAAA%3BAAAA%3BAAKD%3BAAAA%3BsBAAA%3BAAAA%3BAAAA%3BAAKD%3BAACC%3BAAAA%2CoBAAA%3BAAAA%3BAAEC%3BAAAA%2CsBAAA%3BAAAA%3BAAID%3BAAAA%3B8BAAA%3BAAAA%3BAAGC%3BAAAA%2CuBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAIC%3BAAAA%3BmBAAA%3BAAAA%3BAAKD%3BAAAA%3B%3B%3BuBAAA%3BAAAA%3BAAKC%3BAAAA%3B%3B%3B2BAAA%3BAAAA%3BAAAA%3BAASH%3BAACC%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAAA%3BAxBtXF%2CgCAAA%3BAyBAA%3BAAAA%2CoBAAA%3BAAAA%3BAAGC%3BAAAA%2CsBAAA%3BAAAA%3BAAEC%3BAAAA%3B%3B%3B%3BmBAAA%3BAAAA%3BAAMC%3BAAAA%2CmBAAA%3BAAAA%3BAAID%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAAKC%3BAAAA%3B%3B%3B0BAAA%3BAAAA%3BAAKC%3BAAAA%2CiBAAA%3BAAAA%3BAAMH%3BAAAA%2CsBAAA%3BAAAA%3BAAEC%3BAAAA%2CsBAAA%3BAAAA%3BAAKD%3BAAAA%3BuBAAA%3BAAAA%3BAAGC%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B6BAAA%3BAAAA%3BAAUC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAYA%3BAAAA%3B%3B%3B%3B%3B%3B2DAAA%3BAAAA%3BAAUC%3BAAAA%3B%3BoBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3BsBAAA%3BAAAA%3BAAQD%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B0BAAA%3BAAAA%3BAAKC%3BAAAA%2CiBAAA%3BAAAA%3BAAOA%3BAAAA%2CWAAA%3BAAAA%3BAAGA%3BAAAA%2CYAAA%3BAAAA%3BAAKF%3BAAAA%3B%3B%3B%3B%3BoBAAA%3BAAAA%3BAAOC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BcAAA%3BAAAA%3BAAWA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAAWA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B0BAAA%3BAAAA%3BAAgBC%3BAAAA%3B%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAAeH%3BAAAA%2CuBAAA%3BAAAA%3BAAEC%3BAAAA%3B%3B%3B%3BsBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAASC%3BAAAA%3B%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAUA%3BAAAA%3B%3B%3B%3B%3B%3B%3B0BAAA%3BAAAA%3BAAUA%3BAAAA%2CmBAAA%3BAAAA%3BAAIC%3BAAAA%2CaAAA%3BAAAA%3BAAGA%3BAAAA%2CcAAA%3BAAAA%3BAAKF%3BAAAA%2CgBAAA%3BAAAA%3BAAEC%3BAAAA%3B%3B%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAASC%3BAAAA%3B%3B%3ByBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3BsBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAAOC%3BAAAA%2CiBAAA%3BAAAA%3BAAID%3BAAAA%3B%3B%3BkBAAA%3BAAAA%3BAAKC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAAgBA%3BAAAA%3BsBAAA%3BAAAA%3BAAQJ%3BAACC%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAID%3BAACC%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAAID%3BAACC%3BAAAA%2CoBAAA%3BAAAA%3BAAGA%3BAAAA%2CsBAAA%3BAAAA%3BAAIA%3BAAAA%3B0BAAA%3BAAAA%3BAAGC%3BAAAA%2CgBAAA%3BAAAA%3BAAGA%3BAAAA%2C4BAAA%3BAAAA%3BAAID%3BAAAA%2CsBAAA%3BAAAA%3BAAGA%3BAAAA%3B8BAAA%3BAAAA%3BAAAA%3BAAKD%3BAAEE%3BAAAA%3BgBAAA%3BAAAA%3BAAIA%3BAAAA%3B4BAAA%3BAAAA%3BAAIA%3BAAAA%2CgBAAA%3BAAAA%3BAAID%3BAAAA%2CwBAAA%3BAAAA%3BAAEC%3BAAAA%3BwBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3BaAAA%3BAAAA%3BAAQD%3BAAAA%3BgBAAA%3BAAAA%3BAAGC%3BAAAA%3BYAAA%3BAAAA%3BAAAA%3BAzBnWH%2CUAAA%3BA0BAA%3BAAAA%3B%3B%3BcAAA%3BAAAA%3BAAKG%3BAAAA%2CuBAAA%3BAAAA%3BAAGA%3BAAAA%2CcAAA%3BAAAA%3BAAGA%3BAAAA%3B2BAAA%3BAAAA%3BAAGE%3BAAAA%2CcAAA%3BAAAA%3BAAEE%3BAAAA%3BuBAAA%3BAAAA%3BAAGE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%2BBAAA%3BAAAA%3BAAUE%3BAAAA%2C0BAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAEE%3BAAAA%2CiBAAA%3BAAAA%3BAAOR%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAIE%3BAAAA%2CcAAA%3BAAAA%3BAAEE%3BAAAA%3BsBAAA%3BAAAA%3BAAGE%3BAAAA%2CiBAAA%3BAAAA%3BAAKJ%3BAAAA%3BsBAAA%3BAAAA%3BAAKA%3BAAAA%2C6BAAA%3BAAAA%3BAAEE%3BAAAA%2CwBAAA%3BAAAA%3BAAMN%3BAAAA%3B%3B%3BuBAAA%3BAAAA%3BAAKE%3BAAAA%3B%3B%3B%3BuBAAA%3BAAAA%3BAAQF%3BAAAA%3BsBAAA%3BAAAA%3BAAGE%3BAAAA%3BsBAAA%3BAAAA%3BAAGE%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAOJ%3BAAAA%3BsBAAA%3BAAAA%3BAAGE%3BAAAA%3BsBAAA%3BAAAA%3BAAGE%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAQN%3BAAEI%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3BsBAAA%3BAAAA%3BAAAA%3BAASJ%3BAAEI%3BAAAA%2CoBAAA%3BAAAA%3BAAGA%3BAAAA%2CwBAAA%3BAAAA%3BAAEE%3BAAAA%2CsBAAA%3BAAAA%3BAAIF%3BAAAA%2CsCAAA%3BAAAA%3BAAIE%3BAAAA%2CeAAA%3BAAAA%3BAAEE%3BAAAA%2CwBAAA%3BAAAA%3BAAGA%3BAAAA%3BiBAAA%3BAAAA%3BAAIA%3BAAAA%3BqBAAA%3BAAAA%3BAAAA%3BAAQR%3BAAGM%3BAAAA%3B%3B%3B0BAAA%3BAAAA%3BAAKE%3BAAAA%2CoBAAA%3BAAAA%3BAAKJ%3BAAAA%3B%3B%3B%3B%3BwBAAA%3BAAAA%3BAAOE%3BAAAA%3BuBAAA%3BAAAA%3BAAGE%3BAAAA%2CoBAAA%3BAAAA%3BAAKJ%3BAAAA%3B%3B%3B%3BeAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3ByBAAA%3BAAAA%3BAAMA%3BAAAA%3BwBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAIE%3BAAAA%2CgBAAA%3BAAAA%3BAAEE%3BAAAA%2CgBAAA%3BAAAA%3BAAEE%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAAKE%3BAAAA%2C0BAAA%3BAAAA%3BAAKJ%3BAAAA%3B%3B0BAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAAOF%3BAAAA%3B%3BeAAA%3BAAAA%3BAAIE%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAAA%22%7D */