/* global styles */
@font-face {
  font-family: "aeonikbold";
  src: url("../fonts/aeonik-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "aeoniklight";
  src: url("../fonts/aeonik-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "aeonikmedium";
  src: url("../fonts/aeonik-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "aeonikregular";
  src: url("../fonts/aeonikregular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "sharp_sansmedium";
  src: url("../fonts/sharpsans-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "sharp_sanssemibold";
  src: url("../fonts/sharpsans-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SharpSansRegular";
  src: url("../fonts/SharpSansRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SharpSans-Bold";
  src: url("../fonts/SharpSans-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
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.fontsize {
  font-size: 68% !important;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  height: 100%;
}
.font-icreased-1 {
  font-size: 65.5%;
}
.font-icreased-2 {
  font-size: 68.5%;
}
.font-icreased-3 {
  font-size: 71.5%;
}
body {
  font-size: 1.6rem;
  line-height: 1;
  padding: 0;
  color: #5b5a5a;
  font-family: "aeonikregular", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  font-weight: 400;
  height: 100%;
  opacity: 0;
}
body.loaded {
  opacity: 1;
}
body.loaded:before {
  content: "";
  background: #000;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
  opacity: 0;
  height: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.5s 0.2s;
  transition: opacity 0.5s 0.2s;
}
body.loaded.dark-bg:before,
body.loaded.opened-search:before {
  height: 100%;
  opacity: 0.7;
}
::-ms-clear {
  display: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}
*::-webkit-media-controls-panel,
*::--webkit-media-controls-play-button,
*::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}
img {
  max-width: 100%;
  height: auto;
}
nav ul {
  list-style: none;
}
blockquote {
  quotes: none;
}
select,
button {
  border-radius: 0;
  outline: none;
}
button:focus {
  outline: none;
}
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-family: "SharpSans-Bold", Arial, sans-serif;
  color: #212121;
  margin-bottom: 3rem;
  line-height: 1.3;
}
h1 {
  font-size: 5.2rem;
  margin-bottom: 4rem;
  line-height: 1.31;
  font-family: "SharpSans-Bold", Arial, sans-serif;
  letter-spacing: -0.04rem;
}
h2 {
  font-size: 4rem;
  font-weight: normal;
  margin-bottom: 3rem;
  line-height: 1.2;
  letter-spacing: -0.04rem;
  font-family: "SharpSans-Bold", Arial, sans-serif;
}
h2 span {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
h2 span:after {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  -webkit-transition: width 0.35s 0.5s;
  transition: width 0.35s 0.5s;
  top: 80%;
  background: url(../images/line.png) no-repeat 0 0 / 100% 100%;
  height: 13px;
}
.wow[style*="visible"] h2 span:after {
  width: 100%;
}
h2[style*="visible"] span:after {
  width: 100%;
}
h3 {
  font-size: 2.6rem;
  line-height: 1.08;
  margin-bottom: 2rem;
}
h4 {
  font-size: 2.4rem;
  margin-bottom: 1.5rem;
}
p {
  font-family: "aeonikregular", Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 1.88;
  margin-bottom: 2rem;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #003a70;
}
a:hover,
a:focus {
  text-decoration: none;
}
input:focus,
a:focus,
button:focus,
select:focus {
  outline: none;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  color: #000;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
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 #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
  font-family: "aeonikregular", Arial, sans-serif;
}
iframe {
  max-width: 100%;
}
ol {
  font-size: 1.8rem;
  counter-reset: mcounter calc(var(--start) - 1);
  list-style-type: none;
  line-height: 1.5;
  margin-bottom: 3.5rem;
}
ol li {
  font-family: "aeonikregular", Arial, sans-serif;
  counter-increment: mcounter;
  position: relative;
  padding-left: 40px;
  margin-bottom: 1.5rem;
}
ol li:before {
  content: counter(mcounter) ".";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.6rem;
  font-family: "aeonikbold", Arial, sans-serif;
  color: #003a70;
}
html.overlayed {
  overflow: hidden;
}
html.overlayed body.overlayed {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: hidden;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
body > .mCSB_inside > .mCSB_container {
  margin-right: 0;
}
.tweet-me {
  background: url(../images/twitter-tooltip.png) no-repeat;
  height: 45px;
  width: 40px;
  font-size: 0;
  z-index: 999;
}
::selection {
  background: #c4c4c4;
  /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #c4c4c4;
  /* Gecko Browsers */
}
#wrapper {
  overflow: hidden;
  min-height: 100%;
}
.main-section {
  height: 100%;
}
.overlayed #header {
  overflow-x: hidden;
  overflow-y: scroll;
}
.overlayed #wrapper {
  overflow-x: hidden;
  overflow-y: scroll;
}
.overlayed body > .mCSB_inside > .mCSB_container {
  top: 0 !important;
}
.hidden {
  position: absolute;
  left: 0;
  top: -500px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.wow {
  visibility: hidden;
}
.clear {
  clear: both;
  display: block;
  font-size: 1px;
}
/* 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;
}
.left {
  float: left;
}
.right {
  float: right;
}
#page-in {
  min-height: 100%;
  box-sizing: border-box;
}
.left-50 {
  float: left;
  width: 50%;
  box-sizing: border-box;
}
.right-50 {
  float: right;
  width: 50%;
  box-sizing: border-box;
}
.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: 1200px;
  padding: 0 30px;
  box-sizing: border-box;
  margin: 0 auto;
}
.inner-slim {
  max-width: 950px;
  margin: 0 auto;
}
.inner-min {
  max-width: 1260px;
  margin: 0 auto;
}
#skiptocontent a {
  padding: 6px;
  position: absolute;
  top: -40px;
  left: 0;
  color: #0097d1;
  background: #fff;
  -webkit-transition: top 1s ease-out;
  transition: top 1s ease-out;
  z-index: 100;
}
#skiptocontent a:focus {
  top: 0;
}
video::-internal-media-controls-download-button {
  display: none;
}
video::-webkit-media-controls-enclosure {
  overflow: hidden;
}
video::-webkit-media-controls-panel {
  width: calc(100% + 30px);
  /* Adjust as needed */
}
.content-right-image table {
  width: 100%;
}
.content-right-image table th,
.content-right-image table td {
  border: 1px solid #ccc;
  padding: 10px;
}
/*404 page*/
.error404 #wrapper {
  min-height: 1px;
}
.error404 #wrapper .content-entry {
  padding: 7rem 0 10rem;
}
@media (max-width: 1024px) {
  html {
    font-size: 55%;
  }
  h1 {
    font-size: 4rem;
  }
  h2 {
    font-size: 3.2rem;
  }
  h3 {
    font-size: 2.2rem;
  }
  h4 {
    font-size: 2rem;
  }
}
@media (max-width: 1023px) {
  .error404 #wrapper .content-entry {
    padding: 5rem 0 3rem;
  }
}
@media (max-width: 960px) {
  .inner {
    padding: 0 3rem;
  }
  body.opened-search:before {
    display: none;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 50%;
  }
  ol li {
    padding-left: 20px;
  }
  #wrapper {
    min-height: 1px;
  }
}
@media (max-width: 400px) {
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2.6rem;
  }
  h3 {
    font-size: 2rem;
  }
  h4 {
    font-size: 1.8rem;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.btn {
  display: inline-block;
  vertical-align: top;
  padding: 1.6rem 2.8rem 1.3rem;
  color: #e6192d;
  font-size: 1.4rem;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  line-height: 1;
  font-family: "aeonikmedium", Arial, sans-serif;
  border: 1px solid #e6192d;
  border-radius: 30px;
  letter-spacing: 1px;
  -webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
  transition: background 0.3s, color 0.3s, box-shadow 0.3s;
}
.btn:before {
  content: "";
  position: absolute;
  left: -103%;
  top: 0;
  bottom: -1px;
  background: #e6192d;
  width: 102%;
  -webkit-transition: transform 0.35s;
  transition: transform 0.35s;
  border-radius: 30px;
}
.btn span {
  display: block;
  position: relative;
  padding-right: 3.5rem;
  will-change: transform;
  z-index: 5;
  font-family: "aeonikmedium", Arial, sans-serif;
}
.btn span:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 2.5rem;
  height: 1px;
  background: #e6192d;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.btn.red-btn {
  color: #fff;
}
.btn.red-btn:before {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.btn.red-btn span:before {
  background: #fff;
}
a.btn[target="_blank"] span {
  padding-right: 0;
}
a.btn[target="_blank"] span:before {
  display: none;
}
.desktop-version .form-section .btn.red-btn:hover,
.desktop-version .form-section .btn.red-btn:focus {
  color: #e6192d;
}
.desktop-version .form-section .btn.red-btn:hover span:before,
.desktop-version .form-section .btn.red-btn:focus span:before {
  background: #e6192d;
}
.desktop-version .btn:hover,
.desktop-version .btn:focus {
  color: #fff;
}
.desktop-version .btn:hover:before,
.desktop-version .btn:focus:before {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.desktop-version .btn:hover span:before,
.desktop-version .btn:focus span:before {
  background: #fff;
}
.desktop-version .btn.red-btn:hover,
.desktop-version .btn.red-btn:focus {
  color: #fff;
}
.desktop-version .btn.red-btn:hover:before,
.desktop-version .btn.red-btn:focus:before {
  -webkit-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}
.desktop-version .btn.red-btn:hover span:before,
.desktop-version .btn.red-btn:focus span:before {
  background: #fff;
}
.slick-dots {
  padding-top: 30px;
  text-align: center;
  line-height: 0;
}
.slick-dots li {
  display: inline-block;
  vertical-align: top;
  margin: 0 2px;
  height: 1px;
}
.slick-dots li button {
  overflow: hidden;
  width: 15px;
  border: none;
  display: block;
  padding: 0;
  height: 1px;
  text-indent: 9999px;
  background: #dcdcdc;
}
.slick-dots li.slick-active button {
  background: #212121;
}
.slider-control .slick-dots {
  display: inline-block !important;
  vertical-align: middle;
  padding-top: 0;
  margin: 0 8px;
}
.slider-control button.slick-arrow {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  background: none;
  width: 34px;
  height: 34px;
  border-radius: 34px;
  border: 1px solid #212121;
  position: relative;
  overflow: hidden;
  text-indent: 999px;
  cursor: pointer;
  transition: border 0.35s;
}
.slider-control button.slick-arrow:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 5px;
  height: 5px;
  border-top: 1px solid #212121;
  border-right: 1px solid #212121;
  transition: border 0.35s;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -2.5px;
  margin-left: -2.5px;
}
.slider-control button.slick-arrow.slick-prev:after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.slider-control button.slick-arrow.slick-disabled {
  cursor: default;
  opacity: 0.4 !important;
  pointer-events: none;
}
.slider-control button.slick-arrow:hover,
.slider-control button.slick-arrow:focus {
  border: 1px solid #e6192d;
}
.slider-control button.slick-arrow:hover:after,
.slider-control button.slick-arrow:focus:after {
  border-top: 1px solid #e6192d;
  border-right: 1px solid #e6192d;
}
.sub-title {
  font-family: "aeonikbold", Arial, sans-serif;
  color: #003a70;
  letter-spacing: -0.04rem;
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
}
.down-bottom {
  margin-top: 11rem;
}
.down-bottom a {
  width: 48px;
  height: 48px;
  border-radius: 48px;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.down-bottom a em {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  margin: -6px 0 0 -6px;
}
.down-bottom a em:after {
  content: "";
  position: absolute;
  border: 8px solid transparent;
  border-right: 1px solid #e6192d;
  border-bottom: 1px solid #e6192d;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 50%;
  top: 50%;
  margin-left: -4px;
  margin-top: -8px;
  -webkit-transition: border 0.6s;
  transition: border 0.6s;
}
.down-bottom a em:before {
  content: "";
  position: absolute;
  top: -50px;
  height: 50px;
  width: 1px;
  left: 50%;
  margin-left: -0.5px;
  background: #e6192d;
}
.down-bottom a em span {
  position: absolute;
  top: -50px;
  height: 0;
  width: 1px;
  left: 50%;
  margin-left: -0.5px;
  background: #e6192d;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}
.down-bottom a > strong {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 100%;
  border: 1px solid purple;
  -webkit-transition: border 0.35s;
  transition: border 0.35s;
  transition-delay: 0s;
}
.down-bottom a > strong .b1 {
  height: 48px;
  position: absolute;
  top: -1px;
  left: -1px;
  width: 0;
  overflow: hidden;
  -webkit-transition: width 0.2s 0.6s;
  transition: width 0.2s 0.6s;
  border-radius: 100%;
}
.down-bottom a > strong .b1:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  border-top: 2px solid #e6192d;
}
.down-bottom a > strong .b2 {
  height: 0;
  position: absolute;
  top: -1px;
  overflow: hidden;
  right: -1px;
  width: 48px;
  -webkit-transition: height 0.2s 0.4s;
  transition: height 0.2s 0.4s;
  border-radius: 100%;
}
.down-bottom a > strong .b2:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  border-right: 2px solid #e6192d;
}
.down-bottom a > strong .b3 {
  height: 48px;
  position: absolute;
  bottom: -1px;
  right: -1px;
  width: 0;
  overflow: hidden;
  -webkit-transition: width 0.2s 0.2s;
  transition: width 0.2s 0.2s;
  border-radius: 100%;
}
.down-bottom a > strong .b3:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  border-bottom: 2px solid #e6192d;
}
.down-bottom a > strong .b4 {
  height: 0;
  position: absolute;
  bottom: -1px;
  left: -1px;
  width: 48px;
  overflow: hidden;
  -webkit-transition: height 0.2s 0s;
  transition: height 0.2s 0s;
  border-radius: 100%;
}
.down-bottom a > strong .b4:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  border-left: 2px solid #e6192d;
}
.down-bottom a:hover em span,
.down-bottom a:focus em span {
  height: 50px;
}
.down-bottom a:hover > strong,
.down-bottom a:focus > strong {
  transition-delay: 0.4s;
}
.down-bottom a:hover > strong .b1,
.down-bottom a:focus > strong .b1 {
  width: 48px;
  transition-delay: 0s;
}
.down-bottom a:hover > strong .b2,
.down-bottom a:focus > strong .b2 {
  height: 48px;
  transition-delay: 0.2s;
}
.down-bottom a:hover > strong .b3,
.down-bottom a:focus > strong .b3 {
  width: 48px;
  transition-delay: 0.4s;
}
.down-bottom a:hover > strong .b4,
.down-bottom a:focus > strong .b4 {
  height: 48px;
  transition-delay: 0.6s;
}
.link-arrow {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-left: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #e6192d;
  font-size: 1.4rem;
  font-family: "aeonikbold", Arial, sans-serif;
  border-bottom: 1px solid #e6192d;
  box-sizing: border-box;
  text-transform: uppercase;
  -webkit-transition: padding 0.35s;
  transition: padding 0.35s;
}
.link-arrow:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 6px;
  left: 0;
  top: 50%;
  margin-top: -3px;
  background: url(../images/arrow.svg) no-repeat right 0;
  -webkit-transition: width 0.35s;
  transition: width 0.35s;
}
.link-arrow:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0%;
  height: 1px;
  background: #ccc;
  -webkit-transition: width 0.35s;
  transition: width 0.35s;
}
.link-arrow:hover:before,
.link-arrow:focus:before {
  width: 20px;
}
.link-arrow:hover:after,
.link-arrow:focus:after {
  width: 100%;
}
.learn-more {
  padding: 1rem 68px 1rem 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-size: 1.4rem;
  font-family: "aeonikmedium", Arial, sans-serif;
  color: #e6192d;
  -webkit-transition: color 0.35s;
  transition: color 0.35s;
}
.learn-more.blue {
  color: #003a70;
  text-decoration: underline;
}
.learn-more.external {
  padding-right: 30px;
}
.learn-more i {
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 2rem;
  transform: translate(0, -50%);
}
.learn-more em {
  position: absolute;
  right: 0;
  top: 50%;
  height: 30px;
  width: 30px;
  margin-top: -15px;
  border-radius: 30px;
  border: 1px solid purple;
}
.learn-more em:after {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  width: 42px;
  height: 6px;
  background: #fff url(../images/arrow.svg) no-repeat right 0;
  margin-top: -3px;
  -webkit-transition: right 0.35s;
  transition: right 0.35s;
}
.learn-more em .b1 {
  height: 32px;
  position: absolute;
  top: -1px;
  left: -1px;
  width: 0;
  overflow: hidden;
  -webkit-transition: width 0.2s 0.6s;
  transition: width 0.2s 0.6s;
  border-radius: 32px;
}
.learn-more em .b1:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  border-radius: 32px;
  border-top: 1px solid #e6192d;
}
.learn-more em .b2 {
  height: 0;
  position: absolute;
  top: -1px;
  overflow: hidden;
  right: -1px;
  width: 32px;
  -webkit-transition: height 0.2s 0.4s;
  transition: height 0.2s 0.4s;
  border-radius: 32px;
}
.learn-more em .b2:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
  height: 32px;
  border-radius: 32px;
  border-right: 1px solid #e6192d;
}
.learn-more em .b3 {
  height: 32px;
  position: absolute;
  bottom: -1px;
  right: -1px;
  width: 0;
  overflow: hidden;
  -webkit-transition: width 0.2s 0.2s;
  transition: width 0.2s 0.2s;
  border-radius: 32px;
}
.learn-more em .b3:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 32px;
  height: 32px;
  border-radius: 32px;
  border-bottom: 1px solid #e6192d;
}
.learn-more em .b4 {
  height: 0;
  position: absolute;
  bottom: -1px;
  left: -1px;
  width: 32px;
  overflow: hidden;
  -webkit-transition: height 0.2s 0s;
  transition: height 0.2s 0s;
  border-radius: 32px;
}
.learn-more em .b4:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 32px;
  height: 32px;
  border-radius: 32px;
  border-left: 1px solid #e6192d;
}
.learn-more:hover,
.learn-more:focus {
  color: #e6192d;
}
.learn-more:hover.blue,
.learn-more:focus.blue {
  text-decoration: none;
}
.learn-more:hover em:after,
.learn-more:focus em:after {
  right: 8px;
}
.learn-more:hover em .b1,
.learn-more:focus em .b1 {
  width: 30px;
  transition-delay: 0s;
}
.learn-more:hover em .b2,
.learn-more:focus em .b2 {
  height: 30px;
  transition-delay: 0.2s;
}
.learn-more:hover em .b3,
.learn-more:focus em .b3 {
  width: 30px;
  transition-delay: 0.4s;
}
.learn-more:hover em .b4,
.learn-more:focus em .b4 {
  height: 30px;
  transition-delay: 0.6s;
}
.read-more {
  text-decoration: none;
  color: purple;
  font-size: 1.4rem;
  text-align: center;
  padding-top: 9.5rem;
  position: relative;
  display: block;
  font-family: "aeonikmedium", Arial, sans-serif;
  text-decoration: none !important;
  margin-top: -5rem;
  -webkit-transition: color 0.35s;
  transition: color 0.35s;
  background: -moz-linear-gradient(
    bottom,
    white 0%,
    rgba(255, 255, 255, 0.5) 100%
  );
  background: -webkit-linear-gradient(
    bottom,
    white 0%,
    rgba(255, 255, 255, 0.5) 100%
  );
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0.5) 100%);
}
.read-more:before {
  width: 38px;
  height: 38px;
  border: 1px solid purple;
  content: "";
  border-radius: 38px;
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: -19px;
}
.read-more:after {
  width: 0.8rem;
  height: 0.8rem;
  border-bottom: 2px solid purple;
  border-right: 2px solid purple;
  content: "";
  position: absolute;
  left: 50%;
  top: 47px;
  display: block;
  -webkit-transition: border 0.35s;
  transition: border 0.35s;
  transform: rotate(45deg) translate(-50%, 0);
}
.read-more.clicked {
  background: transparent;
}
.read-more.clicked:after {
  transform: rotate(-135deg) translate(-50%, 0);
  margin: -0.3rem 0 0 -0.7rem;
}
.read-more span:before,
.read-more span:after {
  background: #ecf2f6;
  height: 1px;
  width: calc(50% - 4rem);
  left: 0;
  top: 5rem;
  content: "";
  position: absolute;
  display: block;
}
.read-more span:after {
  left: auto;
  right: 0;
}
.read-more em {
  width: 42px;
  height: 42px;
  border: 1px solid transparent;
  border-radius: 50%;
  position: absolute;
  top: 29px;
  left: 50%;
  box-sizing: border-box;
  margin-left: -20px;
}
.read-more em .b1 {
  height: 39px;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  overflow: hidden;
  -webkit-transition: width 0.2s 0.6s;
  transition: width 0.2s 0.6s;
  border-radius: 39px;
}
.read-more em .b1:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 39px;
  height: 39px;
  border-radius: 38px;
  border-top: 2px solid #e6192d;
}
.read-more em .b2 {
  height: 0;
  position: absolute;
  top: 0;
  overflow: hidden;
  right: 0;
  width: 39px;
  -webkit-transition: height 0.2s 0.4s;
  transition: height 0.2s 0.4s;
  border-radius: 39px;
}
.read-more em .b2:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 39px;
  height: 39px;
  border-radius: 39px;
  border-right: 2px solid #e6192d;
}
.read-more em .b3 {
  height: 39px;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  overflow: hidden;
  -webkit-transition: width 0.2s 0.2s;
  transition: width 0.2s 0.2s;
  border-radius: 39px;
}
.read-more em .b3:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 39px;
  height: 39px;
  border-radius: 39px;
  border-bottom: 2px solid #e6192d;
}
.read-more em .b4 {
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 39px;
  overflow: hidden;
  -webkit-transition: height 0.2s 0s;
  transition: height 0.2s 0s;
  border-radius: 39px;
}
.read-more em .b4:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 39px;
  height: 39px;
  border-radius: 39px;
  border-left: 2px solid #e6192d;
}
.desktop-version .read-more:hover,
.desktop-version .read-more:focus {
  color: #e6192d;
}
.desktop-version .read-more:hover em .b1,
.desktop-version .read-more:focus em .b1 {
  width: 38px;
  transition-delay: 0s;
}
.desktop-version .read-more:hover em .b2,
.desktop-version .read-more:focus em .b2 {
  height: 38px;
  transition-delay: 0.2s;
}
.desktop-version .read-more:hover em .b3,
.desktop-version .read-more:focus em .b3 {
  width: 38px;
  transition-delay: 0.4s;
}
.desktop-version .read-more:hover em .b4,
.desktop-version .read-more:focus em .b4 {
  height: 38px;
  transition-delay: 0.6s;
}
.desktop-version .read-more:hover:after,
.desktop-version .read-more:focus:after {
  border-bottom-color: #e6192d;
  border-right-color: #e6192d;
}
.hidden-part {
  display: none;
}
.wipe-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  bottom: 0;
  z-index: 5;
  animation-fill-mode: forwards;
}
.wipe-image.wow + span,
.wipe-image.wow + img,
.wipe-image.wow + em,
.wipe-image.wow + div {
  visibility: hidden;
}
.wipe-image.wow[style*="visible"] + span,
.wipe-image.wow[style*="visible"] + img,
.wipe-image.wow[style*="visible"] + em,
.wipe-image.wow[style*="visible"] + div {
  visibility: visible;
}
.wipe-bg {
  position: absolute;
  left: 0;
  width: 0%;
  top: 0;
  animation-fill-mode: forwards;
  height: 100%;
  z-index: 1;
}
body .wpa-hide-ltr#skiplinks a:active,
body .wpa-hide-ltr#skiplinks a:focus {
  background-color: #fff;
  color: #e6192d;
}
/* header */
.right-header .search-icon {
  display: none !important;
}
.top-sidebar {
  background: #1a2848;
  overflow: hidden;
  padding: 1rem 0;
}
.top-sidebar .top-menu {
  float: right;
}
.top-sidebar .top-menu ul {
  list-style-type: none;
}
.top-sidebar .top-menu ul li {
  display: inline-block;
  vertical-align: top;
  line-height: 1.75;
  font-size: 1.2rem;
  margin-left: 4rem;
}
.top-sidebar .top-menu ul li a {
  color: #eeeeee;
  display: block;
  position: relative;
  -webkit-transition: color 0.35s;
  transition: color 0.35s;
  padding-bottom: 3px;
}
.top-sidebar .top-menu ul li a:after {
  content: "";
  background: #fff;
  left: 0;
  bottom: 0;
  width: 0;
  position: absolute;
  height: 1px;
  -webkit-transition: width 0.35s;
  transition: width 0.35s;
}
.desktop-version .top-sidebar .top-menu ul li a:hover,
.desktop-version .top-sidebar .top-menu ul li a:focus {
  color: #fff;
}
.desktop-version .top-sidebar .top-menu ul li a:hover:after,
.desktop-version .top-sidebar .top-menu ul li a:focus:after {
  width: 100%;
}
.fixed-header .right-header .search-icon {
  margin-top: 1.7rem;
}
.fixed-header #header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.fixed-header #header .logo {
  max-width: 100px;
}
.fixed-header #header #nav {
  padding-top: 1rem;
}
.fixed-header #header #nav > div > ul > li {
  padding-bottom: 1rem;
}
.fixed-header #header #nav > div > ul > li > .mega-wrap {
  top: calc(100% - 1rem);
}
#header {
  position: relative;
  padding: 2.8rem 0 0;
  background: #fff;
  z-index: 999;
}
#header:after {
  clear: both;
  display: block;
  content: "";
}
.logo {
  float: left;
  width: 165px;
  padding-top: 4px;
}
.logo img {
  width: 100%;
}
.right-header {
  float: right;
  width: calc(100% - 165px);
  text-align: right;
}
.right-header .btn {
  margin-left: 2rem;
}
.right-header .search-icon {
  margin-left: 2rem;
  display: inline-block;
  vertical-align: top;
  margin-top: 2.1rem;
  position: relative;
}
.right-header .search-icon:before,
.right-header .search-icon:after {
  content: "";
  top: 50%;
  position: absolute;
  left: 50%;
  width: 12px;
  margin-left: -6px;
  height: 1px;
  margin-top: -5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #212121;
  opacity: 0;
}
.right-header .search-icon:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.desktop-version .right-header .search-icon:hover svg path,
.desktop-version .right-header .search-icon:focus svg path {
  fill: #e6192d !important;
}
.desktop-version #nav {
  display: inline-block;
  vertical-align: top;
  padding-top: 1.8rem;
  text-align: left;
}
.desktop-version #nav > div > ul > li > a:hover,
.desktop-version #nav > div > ul > li > a:focus {
  color: #e6192d;
}
.desktop-version #nav > div > ul > li > a:hover:after,
.desktop-version #nav > div > ul > li > a:focus:after {
  width: 100%;
}
.opened-search .right-header .search-icon svg {
  opacity: 0;
}
.opened-search .right-header .search-icon:before,
.opened-search .right-header .search-icon:after {
  opacity: 1;
}
#nav {
  display: inline-block;
  vertical-align: top;
  padding-top: 1.8rem;
  text-align: left;
}
#nav > div > ul > li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: -0.4px;
  font-size: 1.4rem;
  color: #212121;
  font-family: "aeonikmedium", Arial, sans-serif;
  padding: 0 2rem 2rem;
}
#nav > div > ul > li strong {
  font-weight: normal;
}
#nav > div > ul > li > a {
  color: #212121;
  position: relative;
  padding: 6px 0;
  display: block;
}
#nav > div > ul > li > a:after {
  content: "";
  left: 0;
  width: 0;
  bottom: 0;
  position: absolute;
  height: 1px;
  background: #e6192d;
  -webkit-transition: width 0.35s;
  transition: width 0.35s;
}
#nav > div > ul > li.menu-item-has-children > a {
  padding-right: 15px;
  position: relative;
}
#nav > div > ul > li.menu-item-has-children > a em {
  position: absolute;
  width: 8px;
  height: 8px;
  right: 0;
  top: 50%;
  margin-top: -4px;
}
#nav > div > ul > li.menu-item-has-children > a em:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #5b5a5a;
}
#nav > div > ul > li.menu-item-has-children > a em:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -1px;
  top: 0;
  width: 2px;
  height: 100%;
  background: #5b5a5a;
}
#nav > div > ul > li.menu-item-has-children.hover > a {
  color: #e6192d;
}
#nav > div > ul > li.menu-item-has-children.hover > a:after {
  width: calc(100% - 15px);
}
#nav > div > ul > li.menu-item-has-children.hover > a em:after {
  opacity: 0;
}
#nav
  > div
  > ul
  > li.menu-item-has-children.hover
  > .mega-wrap
  > div
  > .sub-menu
  > li.active
  > a {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
#nav
  > div
  > ul
  > li.menu-item-has-children.hover
  > .mega-wrap
  > div
  > .sub-menu
  > li.active
  > a:before {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
#nav
  > div
  > ul
  > li.menu-item-has-children.hover
  > .mega-wrap
  > div
  > .sub-menu
  > li:hover
  > a,
#nav
  > div
  > ul
  > li.menu-item-has-children.hover
  > .mega-wrap
  > div
  > .sub-menu
  > li:focus
  > a {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
#nav
  > div
  > ul
  > li.menu-item-has-children.hover
  > .mega-wrap
  > div
  > .sub-menu
  > li:hover
  > a:before,
#nav
  > div
  > ul
  > li.menu-item-has-children.hover
  > .mega-wrap
  > div
  > .sub-menu
  > li:focus
  > a:before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
#nav
  > div
  > ul
  > li.menu-item-has-children.hover
  > .mega-wrap
  > div
  > .sub-menu
  > li:nth-child(1)
  > a
  span
  strong {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
#nav
  > div
  > ul
  > li.menu-item-has-children.hover
  > .mega-wrap
  > div
  > .sub-menu
  > li:nth-child(2)
  > a
  span
  strong {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
#nav
  > div
  > ul
  > li.menu-item-has-children.hover
  > .mega-wrap
  > div
  > .sub-menu
  > li:nth-child(3)
  > a
  span
  strong {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
#nav
  > div
  > ul
  > li.menu-item-has-children.hover
  > .mega-wrap
  > div
  > .sub-menu
  > li:nth-child(4)
  > a
  span
  strong {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
#nav
  > div
  > ul
  > li.menu-item-has-children.hover
  > .mega-wrap
  > div
  > .sub-menu
  > li:nth-child(5)
  > a
  span
  strong {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
#nav
  > div
  > ul
  > li.menu-item-has-children.hover
  > .mega-wrap
  > div
  > .sub-menu
  > li:nth-child(6)
  > a
  span
  strong {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
#nav
  > div
  > ul
  > li.menu-item-has-children.hover
  > .mega-wrap
  > div
  > .sub-menu
  > li:nth-child(7)
  > a
  span
  strong {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
#nav
  > div
  > ul
  > li.menu-item-has-children.hover
  > .mega-wrap
  > div
  > .sub-menu
  > li
  > a
  span
  strong {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#nav > div > ul > li > .mega-wrap {
  top: 100%;
  left: 50%;
  position: absolute;
  margin-left: -50vw;
  height: 0;
  width: 100vw;
  overflow: hidden;
  background: #fff;
  z-index: 999;
  -webkit-transition: height 0.2s 0.1s;
  transition: height 0.2s 0.1s;
}
#nav > div > ul > li > .mega-wrap > div {
  position: relative;
  width: 1140px;
  margin: 0 auto;
  height: 100%;
}
#nav > div > ul > li > .mega-wrap > div:before {
  content: "";
  position: absolute;
  right: 80%;
  top: 0;
  bottom: 0;
  background: #fafafa;
  width: 100vw;
}
#nav > div > ul > li > .mega-wrap > div:after {
  content: "";
  position: absolute;
  left: 20%;
  top: 0;
  bottom: 0;
  background: #fff;
  width: 100vw;
}
#nav > div > ul > li > .mega-wrap > div > .sub-menu {
  position: relative;
  width: 20%;
  padding: 4rem 0;
  z-index: 10;
}
#nav > div > ul > li > .mega-wrap > div > .sub-menu > li {
  font-size: 1.8rem;
  font-family: "aeonikbold", Arial, sans-serif;
  margin-bottom: 0rem;
}
#nav > div > ul > li > .mega-wrap > div > .sub-menu > li.active > a {
  color: #212121;
  padding-left: 55px;
}
#nav > div > ul > li > .mega-wrap > div > .sub-menu > li.active > a:before {
  width: 40px;
}
#nav > div > ul > li > .mega-wrap > div > .sub-menu > li.active > a:after {
  opacity: 1;
}
#nav > div > ul > li > .mega-wrap > div > .sub-menu > li.active > .mega-wrap {
  z-index: 10;
}
#nav
  > div
  > ul
  > li
  > .mega-wrap
  > div
  > .sub-menu
  > li.active
  > .mega-wrap
  .sub-desc {
  opacity: 1;
}
#nav
  > div
  > ul
  > li
  > .mega-wrap
  > div
  > .sub-menu
  > li.active
  > .mega-wrap
  > div
  > .sub-menu {
  opacity: 1;
}
#nav
  > div
  > ul
  > li
  > .mega-wrap
  > div
  > .sub-menu
  > li:nth-child(1)
  > a
  span
  strong {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
#nav
  > div
  > ul
  > li
  > .mega-wrap
  > div
  > .sub-menu
  > li:nth-child(2)
  > a
  span
  strong {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
#nav
  > div
  > ul
  > li
  > .mega-wrap
  > div
  > .sub-menu
  > li:nth-child(3)
  > a
  span
  strong {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
#nav
  > div
  > ul
  > li
  > .mega-wrap
  > div
  > .sub-menu
  > li:nth-child(4)
  > a
  span
  strong {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
#nav
  > div
  > ul
  > li
  > .mega-wrap
  > div
  > .sub-menu
  > li:nth-child(5)
  > a
  span
  strong {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
#nav
  > div
  > ul
  > li
  > .mega-wrap
  > div
  > .sub-menu
  > li:nth-child(6)
  > a
  span
  strong {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
#nav
  > div
  > ul
  > li
  > .mega-wrap
  > div
  > .sub-menu
  > li:nth-child(7)
  > a
  span
  strong {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
#nav > div > ul > li > .mega-wrap > div > .sub-menu > li > a {
  display: block;
  color: #212121;
  padding: 1rem 2rem;
  position: relative;
  -webkit-transition: color 0.5s, padding 0.5s;
  transition: color 0.5s, padding 0.5s;
}
#nav > div > ul > li > .mega-wrap > div > .sub-menu > li > a span {
  overflow: hidden;
  display: block;
}
#nav > div > ul > li > .mega-wrap > div > .sub-menu > li > a span strong {
  display: block;
  line-height: 1.5;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
#nav > div > ul > li > .mega-wrap > div > .sub-menu > li > a:before {
  content: "";
  background: #e6192d;
  height: 2px;
  width: 0;
  left: 0;
  top: 50%;
  margin-top: -1px;
  position: absolute;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}
#nav > div > ul > li > .mega-wrap > div > .sub-menu > li > a:after {
  content: "";
  background: #eeeeee;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  width: 100vw;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
#nav > div > ul > li > .mega-wrap > div > .sub-menu > li > .mega-wrap {
  position: absolute;
  left: 100%;
  top: 0;
  width: 340%;
  box-sizing: border-box;
  padding: 4rem 6.5rem;
}
#nav
  > div
  > ul
  > li
  > .mega-wrap
  > div
  > .sub-menu
  > li
  > .mega-wrap
  > div
  > .sub-menu {
  font-size: 0;
  opacity: 0;
}
#nav
  > div
  > ul
  > li
  > .mega-wrap
  > div
  > .sub-menu
  > li
  > .mega-wrap
  > div
  > .sub-menu
  > li {
  font-size: 1.6rem;
  color: #212121;
  display: inline-block;
  vertical-align: top;
  width: 44%;
  font-family: "aeonikbold", Arial, sans-serif;
  margin-left: 12%;
  margin-bottom: 1rem;
}
#nav
  > div
  > ul
  > li
  > .mega-wrap
  > div
  > .sub-menu
  > li
  > .mega-wrap
  > div
  > .sub-menu
  > li:nth-child(2n + 1) {
  margin-left: 0;
}
#nav
  > div
  > ul
  > li
  > .mega-wrap
  > div
  > .sub-menu
  > li
  > .mega-wrap
  > div
  > .sub-menu
  > li:nth-child(1) {
  border-top: none;
}
#nav
  > div
  > ul
  > li
  > .mega-wrap
  > div
  > .sub-menu
  > li
  > .mega-wrap
  > div
  > .sub-menu
  > li:nth-child(2) {
  border-top: none;
}
#nav
  > div
  > ul
  > li
  > .mega-wrap
  > div
  > .sub-menu
  > li
  > .mega-wrap
  > div
  > .sub-menu
  > li
  > a {
  padding: 2rem 65px 1rem 0;
  color: #212121;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  position: relative;
  display: block;
  border-top: 2px solid #f5f5f5;
}
#nav
  > div
  > ul
  > li
  > .mega-wrap
  > div
  > .sub-menu
  > li
  > .mega-wrap
  > div
  > .sub-menu
  > li
  > a
  em {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 56px;
}
#nav
  > div
  > ul
  > li
  > .mega-wrap
  > div
  > .sub-menu
  > li
  > .mega-wrap
  > div
  > .sub-menu
  > li
  > a
  em:before {
  content: "";
  position: absolute;
  background: url(../images/arrow.svg) no-repeat right 0;
  width: 56px;
  height: 5px;
  left: -100%;
  top: 50%;
  margin-top: -2.5px;
  -webkit-transition: left 0.5s;
  transition: left 0.5s;
}
#nav
  > div
  > ul
  > li
  > .mega-wrap
  > div
  > .sub-menu
  > li
  > .mega-wrap
  > div
  > .sub-menu
  > li
  > a
  em:after {
  content: "";
  position: absolute;
  background: url(../images/arrowicongray.svg) no-repeat right 0;
  width: 56px;
  height: 5px;
  left: 0;
  top: 50%;
  margin-top: -2.5px;
  -webkit-transition: left 0.5s;
  transition: left 0.5s;
}
#nav
  > div
  > ul
  > li
  > .mega-wrap
  > div
  > .sub-menu
  > li
  > .mega-wrap
  > div
  > .sub-menu
  > li
  > a:hover,
#nav
  > div
  > ul
  > li
  > .mega-wrap
  > div
  > .sub-menu
  > li
  > .mega-wrap
  > div
  > .sub-menu
  > li
  > a:focus {
  color: #e6192d;
}
#nav
  > div
  > ul
  > li
  > .mega-wrap
  > div
  > .sub-menu
  > li
  > .mega-wrap
  > div
  > .sub-menu
  > li
  > a:hover
  em:before,
#nav
  > div
  > ul
  > li
  > .mega-wrap
  > div
  > .sub-menu
  > li
  > .mega-wrap
  > div
  > .sub-menu
  > li
  > a:focus
  em:before {
  left: 0;
}
#nav
  > div
  > ul
  > li
  > .mega-wrap
  > div
  > .sub-menu
  > li
  > .mega-wrap
  > div
  > .sub-menu
  > li
  > a:hover
  em:after,
#nav
  > div
  > ul
  > li
  > .mega-wrap
  > div
  > .sub-menu
  > li
  > .mega-wrap
  > div
  > .sub-menu
  > li
  > a:focus
  em:after {
  left: 100%;
}
.sub-desc {
  font-family: "aeonikregular", Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #5b5a5a;
  margin-bottom: 3rem;
  display: block;
  opacity: 0;
}
.search-bar {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
  box-sizing: border-box;
  background: #fff;
  padding: 0;
  max-height: 0;
  -webkit-transition: max-height 0.35s, padding 0.35s;
  transition: max-height 0.35s, padding 0.35s;
}
.search-bar .search-form {
  max-width: 750px;
  margin: 0 auto;
}
.search-bar .search-form form {
  width: 74%;
  float: left;
}
.search-bar .search-form form .search-form-field {
  position: relative;
}
.search-bar .search-form form .search-form-field.error:after {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  content: "Please enter a keyword or phrase to search.";
  color: red;
  font-size: 1.2rem;
  line-height: 1.6;
  font-family: "aeonikmedium", Arial, sans-serif;
}
.search-bar .search-form form .search-form-field input[type="text"] {
  width: 100%;
  height: 3.5rem;
  font-size: 1.4rem;
  font-family: "aeonikmedium", Arial, sans-serif;
  background: none;
  border: none;
  border-bottom: 2px solid #dfdfdf;
  box-sizing: border-box;
  padding-right: 25px;
}
.search-bar
  .search-form
  form
  .search-form-field
  input[type="text"]:focus::-webkit-input-placeholder {
  opacity: 0.4;
}
.search-bar
  .search-form
  form
  .search-form-field
  input[type="text"]:focus:-moz-placeholder {
  opacity: 0.4;
}
.search-bar
  .search-form
  form
  .search-form-field
  input[type="text"]:focus::-moz-placeholder {
  opacity: 0.4;
}
.search-bar
  .search-form
  form
  .search-form-field
  input[type="text"]:focus:-ms-input-placeholder {
  opacity: 0.4;
}
.search-bar .search-form form .search-form-field button {
  position: absolute;
  right: 0;
  width: 14px;
  top: 0;
  padding: 0;
  background: none;
  border: none;
  bottom: 0;
  cursor: pointer;
}
.search-bar .search-form form .search-form-field button svg {
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 0;
}
.search-bar .search-form form .search-form-field button:hover svg path,
.search-bar .search-form form .search-form-field button:focus svg path {
  fill: #e6192d !important;
}
.search-bar .search-form:after {
  clear: both;
  display: block;
  content: "";
}
.dropdown-type {
  position: relative;
}
.dropdown-type.dropdown-type-header {
  float: right;
  width: 22%;
}
.dropdown-type .dropdown-sel {
  position: relative;
  font-size: 1.4rem;
  cursor: pointer;
  font-family: "aeonikmedium", Arial, sans-serif;
  line-height: 3.5rem;
  color: #212121;
  border-bottom: 2px solid #dfdfdf;
}
.dropdown-type .dropdown-sel em {
  position: absolute;
  width: 8px;
  height: 8px;
  right: 0;
  top: 50%;
  margin-top: -4px;
}
.dropdown-type .dropdown-sel em:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #5b5a5a;
}
.dropdown-type .dropdown-sel em:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -1px;
  top: 0;
  width: 2px;
  height: 100%;
  background: #5b5a5a;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.dropdown-type .drop-down-list {
  position: absolute;
  top: 100%;
  list-style-type: none;
  padding: 0;
  z-index: 99;
  width: 100%;
  background: #fff;
  max-height: 0;
  -webkit-transition: max-height 0.35s, padding 0.5s;
  transition: max-height 0.35s, padding 0.5s;
  overflow: hidden;
}
.dropdown-type .drop-down-list li {
  padding: 1rem;
  border-top: 1px solid #dfdfdf;
  font-size: 1.4rem;
  color: #212121;
  cursor: pointer;
  -webkit-transition: color 0.35s;
  transition: color 0.35s;
}
.dropdown-type .drop-down-list li:first-child {
  border-top: none;
}
.dropdown-type .drop-down-list li:hover,
.dropdown-type .drop-down-list li.current,
.dropdown-type .drop-down-list li:focus {
  color: #e6192d;
}
.dropdown-type.hover .drop-down-list {
  max-height: 200px;
  padding: 1rem 0;
}
.dropdown-type.hover .dropdown-sel em:after {
  opacity: 0;
}
.training-list-dropdown .dropdown-type .drop-down-list,
.certification-list-dropdown .dropdown-type .drop-down-list {
  position: static;
  overflow: auto !important;
}
.opened-search .search-bar {
  max-height: 150px;
  overflow: visible;
  padding: 5rem 0;
}
.mobile-menu {
  display: none;
}
.autocomplete-suggestion {
  padding: 1rem;
  border-top: 1px solid #dfdfdf;
  font-size: 1.4rem;
  font-family: "aeonikmedium", Arial, sans-serif;
  color: #212121;
  cursor: pointer;
  -webkit-transition: color 0.35s;
  transition: color 0.35s;
}
.autocomplete-suggestion b {
  color: #e6192d;
}
.desktop-version .autocomplete-suggestion:hover,
.desktop-version .autocomplete-suggestion:focus {
  color: #e6192d;
}
#suggestionLink {
  padding: 1rem 0;
  font-size: 1.8rem;
  font-family: "aeonikmedium", Arial, sans-serif;
  color: #212121;
  cursor: pointer;
}
#suggestionLink:hover,
#suggestionLink:focus {
  color: #e6192d;
}
.menu-icon {
  display: none;
}
.wpml-ls-legacy-list-horizontal {
  font-size: 12px;
  padding: 0 5px 0 25px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #bfbfbf;
  border-radius: 20px;
}
.wpml-ls-legacy-list-horizontal:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 50%;
  margin-top: -9px;
  width: 18px;
  height: 18px;
  background: url(../images/World.svg) no-repeat 0 0;
}
.wpml-ls-legacy-list-horizontal a {
  padding: 5px;
  color: #bfbfbf;
  position: relative;
  -webkit-transition: color 0.35s;
  transition: color 0.35s;
}
.wpml-ls-legacy-list-horizontal a:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 3px;
  background: #fefefe;
  border-radius: 6px 6px 0 0;
  left: 50%;
  margin-left: -3px;
  bottom: 0;
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-current-language a {
  color: #fefefe;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-current-language a:after {
  opacity: 1;
}
#secondary {
  float: left;
}
@media (max-width: 1400px) {
  .fixed-header .right-header .search-icon {
    margin-top: 1.6rem;
  }
}
@media (max-width: 1150px) {
  #nav > div > ul > li {
    margin: 0 0.8rem;
  }
  .right-header .search-icon {
    margin-left: 1rem;
  }
  .right-header .btn {
    margin-left: 1rem;
  }
}
@media (max-width: 960px) {
  .search-bar {
    top: 0;
  }
  .search-bar .search-form form .search-form-field input[type="text"] {
    padding: 0 25px;
  }
  .search-bar .search-form form .search-form-field button {
    right: auto;
    left: 0;
  }
  .search-cl {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -8px;
  }
  .search-cl:before,
  .search-cl:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 16px;
    margin-top: -0.5px;
    margin-left: -8px;
    height: 1px;
    background: #333;
  }
  .search-cl:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .opened-search .search-bar {
    padding: 2rem 0px 5rem;
  }
  .search-bar .search-form form {
    float: none;
    width: auto;
  }
  .dropdown-type.dropdown-type-header {
    display: none;
  }
  .overlay-gmed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s, visibility 0.5s;
    transition: opacity 0.5s, visibility 0.5s;
  }
  .opened-search .overlay-gmed {
    opacity: 1;
    visibility: visible;
    z-index: 99;
  }
  .opened-menu .overlay-gmed {
    opacity: 1;
    visibility: visible;
    z-index: 1000;
  }
  .close-menu {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 25px;
    display: none;
    top: 50%;
    margin-top: -10px;
  }
  .close-menu:before,
  .close-menu:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 20px;
    margin-top: -1px;
    margin-left: -10px;
    height: 2px;
    background: #fff;
  }
  .close-menu:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .top-sidebar {
    display: none;
  }
  .mob-menu-btn {
    display: none;
    text-align: center;
  }
  #header {
    padding: 1rem 0;
    top: 0 !important;
    position: fixed;
    left: 0;
    right: 0;
  }
  .header-space {
    height: 57px !important;
  }
  .logo {
    width: 100px;
  }
  .right-header {
    width: calc(100% - 110px);
  }
  .right-header .btn {
    display: none;
    margin-right: 30px;
    margin-left: 20px;
  }
  .right-header .search-icon {
    margin-top: 12px;
    margin-right: 4rem;
    margin-left: 0;
  }
  #nav {
    display: none;
  }
  .opened-menu .mobile-menu {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .mobile-menu {
    display: block;
    position: fixed;
    max-width: 320px;
    top: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    width: calc(100% - 80px);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0;
    -webkit-transition: opacity 0.5s, transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
    z-index: 9999;
  }
  .mobile-menu .mobile-menu-in {
    position: relative;
    height: 100%;
    width: 100%;
    padding: 60px 25px 25px;
    box-sizing: border-box;
    overflow: hidden;
  }
  .mobile-menu .mobile-menu-in .toggle-lang {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 5px 25px;
    background: #1a2848;
  }
  .mobile-menu .mobile-menu-inner {
    overflow-y: auto;
    height: 100%;
    text-align: left;
  }
  .mobile-menu .mobile-menu-inner .divider {
    position: relative;
    width: 56px;
    display: none;
    vertical-align: top;
  }
  .mobile-menu .mobile-menu-inner .divider:before,
  .mobile-menu .mobile-menu-inner .divider:after,
  .mobile-menu .mobile-menu-inner .divider span:before,
  .mobile-menu .mobile-menu-inner .divider span:after {
    content: "";
    position: absolute;
    width: 11px;
    height: 2px;
    background: #575757;
    top: 0;
  }
  .mobile-menu .mobile-menu-inner .divider:before {
    left: 0;
  }
  .mobile-menu .mobile-menu-inner .divider:after {
    left: 15px;
  }
  .mobile-menu .mobile-menu-inner .divider span:before {
    left: 30px;
  }
  .mobile-menu .mobile-menu-inner .divider span:after {
    left: 45px;
  }
  .mobile-menu .mobile-menu-inner > ul {
    list-style-type: none;
    margin: 0 auto;
  }
  .mobile-menu .mobile-menu-inner > ul.extra-mobile-menu {
    padding-top: 50px;
  }
  .mobile-menu .mobile-menu-inner > ul.extra-mobile-menu > li {
    font-size: 15px;
    font-family: "aeonikregular", Arial, sans-serif;
  }
  .mobile-menu .mobile-menu-inner > ul > li {
    letter-spacing: -0.4px;
    font-size: 17px;
    color: #212121;
    font-family: "aeonikbold", Arial, sans-serif;
    padding-bottom: 11px;
    margin-bottom: 11px;
    border-bottom: 1px solid #e6e6e6;
  }
  .mobile-menu .mobile-menu-inner > ul > li.m-btn a {
    color: #e6192d;
  }
  .mobile-menu .mobile-menu-inner > ul > li a strong {
    font-weight: normal;
  }
  .mobile-menu .mobile-menu-inner > ul > li .sub-desc {
    opacity: 1;
    display: none;
    margin-bottom: 0;
    padding-top: 25px;
  }
  .mobile-menu .mobile-menu-inner > ul > li > a {
    display: inline-block;
    vertical-align: top;
    color: #212121;
  }
  .mobile-menu .mobile-menu-inner > ul > li.menu-item-has-children > a {
    position: relative;
    padding-right: 25px;
    display: block;
  }
  .mobile-menu .mobile-menu-inner > ul > li.menu-item-has-children > a:before {
    content: "";
    position: absolute;
    right: 5px;
    top: 50%;
    width: 8px;
    height: 8px;
    margin-top: -7px;
    border-bottom: 1px solid #e6192d;
    border-right: 1px solid #e6192d;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .mobile-menu .mobile-menu-inner > ul > li.menu-item-has-children ul {
    list-style: none;
    padding-top: 20px;
  }
  .mobile-menu .mobile-menu-inner > ul > li.menu-item-has-children ul li {
    letter-spacing: -0.4px;
    font-size: 17px;
    color: #212121;
    font-family: "aeonikregular", Arial, sans-serif;
    padding-bottom: 23px;
  }
  .mobile-menu .mobile-menu-inner > ul > li.menu-item-has-children ul li a {
    padding-left: 20px;
    color: #212121;
    display: block;
  }
  .mobile-menu
    .mobile-menu-inner
    > ul
    > li.menu-item-has-children.active
    .mob-wrap {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .mobile-menu .mobile-menu-inner > ul > li.menu-item-has-children .mob-wrap {
    position: absolute;
    left: 0;
    top: 37px;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 23px 25px 25px;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: transform 0.5s;
    transition: transform 0.5s;
    background: #fff;
    overflow-y: auto;
    z-index: 99;
  }
  .mobile-menu
    .mobile-menu-inner
    > ul
    > li.menu-item-has-children
    .mob-wrap
    .mob-back {
    font-size: 17px;
    font-family: "aeonikbold", Arial, sans-serif;
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
  }
  .mobile-menu
    .mobile-menu-inner
    > ul
    > li.menu-item-has-children
    .mob-wrap
    .mob-back
    span {
    display: block;
    position: relative;
    padding-left: 20px;
  }
  .mobile-menu
    .mobile-menu-inner
    > ul
    > li.menu-item-has-children
    .mob-wrap
    .mob-back
    span:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    width: 8px;
    height: 8px;
    margin-top: -5px;
    border-bottom: 1px solid #e6192d;
    border-right: 1px solid #e6192d;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .mobile-menu
    .mobile-menu-inner
    > ul
    > li.menu-item-has-children
    .mob-wrap
    .mob-back
    span
    strong {
    font-weight: normal;
  }
  .menu-icon {
    display: block;
    width: 20px;
    height: 12px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -6px;
  }
  .menu-icon em {
    position: absolute;
    height: 2px;
    left: 0;
    top: 50%;
    width: 100%;
    margin-top: -1px;
    background: #212121;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .menu-icon:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #212121;
    -webkit-transition: bottom 0.5s, transform 0.5s;
    transition: bottom 0.5s, transform 0.5s;
  }
  .menu-icon:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 2px;
    background: #212121;
    -webkit-transition: top 0.5s, transform 0.5s;
    transition: top 0.5s, transform 0.5s;
  }
}
@media (max-width: 500px) {
  .mob-menu-btn {
    display: block;
  }
  .right-header .btn {
    display: none;
  }
  .right-header .search-icon {
    margin-left: 0;
    margin-right: 40px;
    margin-top: 11px;
  }
  .top-sidebar .top-menu ul li {
    margin-left: 2rem;
  }
}
/* home page */
.hero {
  padding: 7.5rem 0 8.5rem;
  overflow: hidden;
}
.hero .hero-left {
  width: 65%;
  position: relative;
  z-index: 10;
  float: left;
}
.hero .hero-left .content-entry {
  max-width: 400px;
  margin-left: 2.6rem;
  -webkit-transition: opacity 0.5s 0.6s, transform 0.5s 0.6s;
  transition: opacity 0.5s 0.6s, transform 0.5s 0.6s;
  opacity: 0;
  -webkit-transform: translate3d(0, -2rem, 0);
  transform: translate3d(0, -2rem, 0);
}
.hero .hero-left .sub-title {
  -webkit-transition: opacity 0.5s 0.4s, transform 0.5s 0.4s;
  transition: opacity 0.5s 0.4s, transform 0.5s 0.4s;
  opacity: 0;
  -webkit-transform: translate3d(0, -2rem, 0);
  transform: translate3d(0, -2rem, 0);
}
.hero .hero-left h1 {
  -webkit-transition: opacity 0.5s 0.5s, transform 0.5s 0.5s;
  transition: opacity 0.5s 0.5s, transform 0.5s 0.5s;
  opacity: 0;
  -webkit-transform: translate3d(0, -2rem, 0);
  transform: translate3d(0, -2rem, 0);
}
.hero .hero-left h1 span {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.hero .hero-left h1 span:after {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  top: 80%;
  background: url(../images/line.png) no-repeat 0 0 / 100% 100%;
  height: 13px;
  -webkit-transition: width 0.5s 0.6s;
  transition: width 0.5s 0.6s;
}
.hero .hero-left .down-bottom {
  -webkit-transition: opacity 0.5s 0.7s, transform 0.5s 0.7s;
  transition: opacity 0.5s 0.7s, transform 0.5s 0.7s;
  opacity: 0;
  -webkit-transform: translate3d(0, -2rem, 0);
  transform: translate3d(0, -2rem, 0);
}
.hero .hero-right {
  width: 53%;
  margin-left: -18%;
  float: right;
}
.hero .hero-right .image-wipe {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.hero .hero-right .image-wipe:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1;
  -webkit-transition: width 0.9s 0.1s;
  transition: width 0.9s 0.1s;
}
.company-letter {
  position: relative;
}
.company-letter .svg-bg {
  position: absolute;
  bottom: 8.5rem;
  right: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.5s 0.8s;
  transition: opacity 0.5s 0.8s;
}
.loaded .company-letter .svg-bg {
  opacity: 1;
}
.loaded .hero .hero-right .image-wipe:after {
  width: 0;
}
.loaded .hero .hero-left .sub-title,
.loaded .hero .hero-left h1,
.loaded .hero .hero-left .down-bottom,
.loaded .hero .hero-left .content-entry {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.loaded .hero .hero-left h1 span:after {
  width: 100%;
}
@media (max-width: 1024px) {
  .hero {
    padding: 5rem 0;
  }
  .company-letter .svg-bg {
    transform: scale(0.5);
    transform-origin: right center;
  }
}
@media (max-width: 767px) {
  .hero .down-bottom {
    display: none;
  }
  .hero .hero-left {
    width: auto;
    float: none;
    margin-bottom: 3rem;
  }
  .hero .hero-right {
    width: auto;
    margin-left: 0;
    float: none;
  }
}
.human-heart {
  margin: 5em;
  animation: 2.5s infinite beatHeart;
}
.home-hero-animate {
  position: relative;
  width: 655px;
  height: 581px;
}
@keyframes beatHeart {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.1);
  }
  40% {
    transform: scale(1);
  }
  60% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes graph-1 {
  0% {
    width: 0;
  }
  100% {
    width: 187px;
  }
}
@keyframes graph-2 {
  0% {
    width: 0;
  }
  100% {
    width: 171px;
  }
}
@keyframes graph-3 {
  0% {
    height: 0;
  }
  50% {
    height: 50px;
  }
  100% {
    height: 0;
  }
}
@keyframes dna {
  0% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(360deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes panelGraph {
  0% {
    opacity: 1;
    height: 0;
  }
  70% {
    height: 177px;
    opacity: 1;
  }
  100% {
    height: 177px;
    opacity: 0;
  }
}
@keyframes diagram {
  0% {
    height: 0px;
  }
  50% {
    height: 151px;
  }
  100% {
    height: 0px;
  }
}
@keyframes diagram-05 {
  0% {
    height: 0px;
  }
  50% {
    height: 74px;
  }
  100% {
    height: 0px;
  }
}
@keyframes arm {
  0% {
    width: 32px;
    transform: rotate(0deg);
  }
  25% {
    width: 36px;
  }
  50% {
    width: 25px;
    transform: rotate(20deg);
  }
  100% {
    width: 32px;
    transform: rotate(0deg);
  }
}
@keyframes pulse {
  0% {
    background: white;
  }
  70% {
    background: rgba(255, 255, 255, 0);
  }
  100% {
    background: rgba(255, 255, 255, 0);
  }
}
@keyframes buttonSwitch {
  0% {
    background: #d12b39;
  }
  70% {
    background: #fff;
  }
  100% {
    background: #fff;
  }
}
@keyframes glass {
  0% {
    bottom: -172px;
  }
  50% {
    bottom: -224px;
  }
  100% {
    bottom: -172px;
  }
}
.screen-animation {
  position: absolute;
  top: 32px;
  left: 446px;
  transform: scale(0.234) skewY(30deg);
  transform-origin: 0 0;
  width: 680px;
  height: 396px;
}
.heart-screen {
  position: absolute;
  left: 73px;
  top: 48px;
  background: url("../images/css_sprites.png") no-repeat -271px -10px;
  width: 163px;
  height: 259px;
  animation: 2.5s infinite beatHeart;
}
.cell-animation {
  position: absolute;
  left: 121px;
  top: 176px;
  width: 128px;
  height: 169px;
  background: url("../images/css_sprites.png") no-repeat -10px -501px;
}
.screen-graph-1 {
  position: absolute;
  left: 317px;
  top: 83px;
  width: 217px;
  height: 101px;
  background: url("../images/css_sprites.png") no-repeat -10px -380px;
}
.screen-graph-1 span {
  position: absolute;
  left: 31px;
  top: 21px;
  width: 0;
  height: 41px;
  overflow: hidden;
  animation: 1.5s 0.5s infinite graph-1;
}
.screen-graph-1 span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 187px;
  height: 41px;
  background: url("../images/css_sprites.png") no-repeat -500px -501px;
}
.screen-graph-2 {
  position: absolute;
  left: 314px;
  top: 273px;
  width: 207px;
  height: 58px;
  background: url("../images/css_sprites.png") no-repeat -247px -380px;
}
.screen-graph-2 span {
  position: absolute;
  left: 30px;
  top: 6px;
  width: 0;
  height: 50px;
  overflow: hidden;
  animation: 1.5s infinite graph-2;
}
.screen-graph-2 span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 171px;
  height: 50px;
  background: url("../images/css_sprites.png") no-repeat -158px -562px;
}
.pulse-numb {
  position: absolute;
  left: 595px;
  top: 62px;
}
.pulse-numb span {
  margin-bottom: 20px;
  display: block;
  font-size: 48px;
  color: #fff;
}
.pulse-numb em {
  display: block;
  width: 27px;
  height: 0;
  position: relative;
  bottom: 0;
  overflow: hidden;
}
.pulse-numb-1 em {
  animation: 5s infinite graph-3;
}
.pulse-numb-2 em {
  animation: 5s 1.5s infinite graph-3;
}
.pulse-numb em:after {
  content: "";
  display: block;
  width: 27px;
  height: 50px;
  background: url("../images/css_sprites.png") no-repeat -723px -520px;
}
.pulse-numb.pulse-numb-2 {
  top: 217px;
}
.dna {
  position: absolute;
  left: 313px;
  top: 53px;
  width: 241px;
  height: 350px;
  transform: scale(0.234) skewY(-30deg);
  transform-origin: 0 0;
}
.dna span {
  position: absolute;
  left: 0;
  top: 0;
  width: 241px;
  height: 350px;
  animation: 3s infinite linear dna;
  background: url("../images/css_sprites.png") no-repeat -10px -10px;
}
.heart {
  position: absolute;
  left: 246px;
  top: 91px;
  width: 247px;
  height: 357px;
  transform: scale(0.234) skewY(-30deg);
  transform-origin: 0 0;
}
.heart span {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -55px;
  margin-top: -103px;
  width: 110px;
  height: 206px;
  animation: 1.5s infinite linear beatHeart;
  background: url("../images/css_sprites.png") no-repeat -454px -10px;
}
.panel-graph {
  position: absolute;
  left: 287px;
  top: 213px;
  width: 167px;
  height: 259px;
  transform: scale(0.234) rotate(30deg);
  transform-origin: 0 0;
}
.panel-graph:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 119px;
  height: 184px;
  margin-left: -60px;
  margin-top: -92px;
  background: url("../images/css_sprites.png") no-repeat -584px -10px;
}
.panel-graph span {
  position: absolute;
  left: 50%;
  bottom: 50%;
  margin-left: -57px;
  margin-bottom: -88.5px;
  width: 114px;
  height: 0;
  overflow: hidden;
  animation: 4s infinite panelGraph;
}
.panel-graph span:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 114px;
  height: 177px;
  background: url("../images/css_sprites.png") no-repeat -584px -214px;
}
.panel {
  width: 737px;
  height: 441px;
  position: absolute;
  left: 330px;
  top: 238px;
  transform: scale(0.234) rotate(30deg);
  transform-origin: 0 0;
}
.panel-charts {
  width: 600px;
  height: 185px;
  font-size: 0;
  position: absolute;
  top: 65px;
  left: 50%;
  margin-left: -300px;
}
.panel-chart {
  width: 21px;
  text-align: center;
  margin: 0 32px;
  display: inline-block;
  vertical-align: bottom;
  height: 100%;
  position: relative;
}
.panel-chart div {
  font-size: 12px;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.panel-chart span {
  position: absolute;
  width: 6px;
  height: 151px;
  margin-left: -3px;
  background: #fff;
  bottom: 31px;
  left: 50%;
}
.panel-chart-1 span {
  animation: 5s 0.2s infinite linear diagram;
}
.panel-chart-2 span {
  animation: 5s 0.4s infinite linear diagram-05;
}
.panel-chart-3 span {
  animation: 5s 0.3s infinite linear diagram;
}
.panel-chart-4 span {
  animation: 3s infinite linear diagram;
}
.panel-chart-5 span {
  animation: 4s 0.1s infinite linear diagram-05;
}
.panel-chart-6 span {
  animation: 4s 0.8s infinite linear diagram;
}
.panel-chart-7 span {
  animation: 7s 0.1s infinite linear diagram-05;
}
.panel-buttons {
  position: absolute;
  left: 44px;
  bottom: 87px;
  width: 322px;
  height: 41px;
  background: url("../images/css_sprites.png") no-repeat -158px -501px;
}
.circles-panel {
  width: 303px;
  height: 85px;
  position: absolute;
  right: 50px;
  bottom: 58px;
}
.circle {
  width: 85px;
  height: 85px;
  position: absolute;
  top: 0;
}
.circle-1 {
  left: 0px;
  background: url("../images/css_sprites.png") no-repeat -454px -236px;
  animation: 3s 0.1s infinite linear rotation;
}
.circle-2 {
  left: 109px;
  background: url("../images/css_sprites.png") no-repeat -10px -690px;
  animation: 3s 0.5s infinite linear rotation;
}
.circle-3 {
  left: 218px;
  background: url("../images/css_sprites.png") no-repeat -115px -690px;
  animation: 3s 1s infinite linear rotation;
}
.cylinder {
  width: 40px;
  height: 76px;
  position: absolute;
  top: 36px;
  right: 57px;
  background: url("../images/css_sprites.png") no-repeat -723px -355px;
  animation: 3s infinite linear dna;
}
.man {
  width: 67px;
  height: 129px;
  background: url("../images/css_sprites.png") no-repeat -723px -206px;
  position: absolute;
  left: 300px;
  top: 287px;
  z-index: 10;
  will-change: transform;
}
.man .arm {
  background: url(../images/arm.png) no-repeat 0 0 / 100% 100%;
  position: absolute;
  left: 33px;
  top: 21px;
  width: 33px;
  height: 21px;
  animation: 6s infinite arm;
  transform-origin: 0 0;
}
.screen-man {
  width: 167px;
  height: 260px;
  position: absolute;
  left: 410px;
  top: 239px;
  transform: scale(0.234) rotate(30deg);
}
.screen-man span {
  position: absolute;
  width: 76px;
  height: 176px;
  top: 50%;
  left: 50%;
  margin-top: -88px;
  margin-left: -38px;
  background: url("../images/css_sprites.png") no-repeat -723px -10px;
}
.pulse {
  position: absolute;
  top: 40px;
  left: 29px;
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(255, 255, 255, 0.4);
  animation: pulse 2s infinite;
}
.control {
  width: 71px;
  height: 96px;
  position: absolute;
}
.control-buttons {
  position: absolute;
  bottom: 11px;
  left: 0;
  right: 0;
  text-align: center;
}
.control-buttons span {
  width: 15px;
  height: 9px;
  display: inline-block;
  vertical-align: top;
  background: #a3b7d3;
}
.control-buttons span:last-child {
  background: #d12b39;
  margin-left: 6px;
  animation: buttonSwitch 3s infinite;
}
.control-wave {
  position: absolute;
  left: 50%;
  width: 43px;
  height: 32px;
  margin-left: -22px;
  top: 20px;
  border: 1px solid #fff;
  overflow: hidden;
}
.control-wave em {
  left: 0;
  top: 10px;
  position: absolute;
  width: 43px;
  height: 20px;
  background: url("../images/css_sprites.png") no-repeat -723px -590px;
}
.control-right.control-diagram {
  transform: scale(0.234) rotate(-30deg);
  left: 490px;
  top: 389px;
}
.control-left.control-diagram {
  transform: scale(0.234) rotate(30deg);
  left: 18px;
  top: 494px;
}
.control-left.control-plus {
  transform: scale(0.234) rotate(30deg);
  left: -17px;
  top: 477px;
}
.control-right.control-plus {
  transform: scale(0.234) rotate(-30deg);
  left: 526px;
  top: 370px;
}
.control-p {
  position: absolute;
  left: 50%;
  width: 42px;
  height: 49px;
  margin-left: -21px;
  top: 13px;
  background: url("../images/css_sprites.png") no-repeat -723px -451px;
}
.glas-shadow {
  width: 330px;
  height: 330px;
  border-radius: 330px;
  position: absolute;
  bottom: -176px;
  left: 92px;
  transform: scale(0.234) rotateX(-55deg) rotateY(-6deg);
  transform-origin: 0 0;
  box-shadow: 0 0 10px rgba(185, 195, 214, 0.5);
  animation: glass 3s infinite;
}
@media (max-width: 1250px) {
  .home-hero-animate {
    transform: scale(0.8);
    transform-origin: 0 0;
  }
  .hero-right {
    height: 400px;
  }
}
@media (max-width: 1024px) {
  .home-hero-animate {
    transform: scale(0.65);
  }
}
@media (max-width: 767px) {
  .home-hero-animate {
    transform-origin: center 0;
  }
}
@media (max-width: 570px) {
  .hero .hero-right .image-wipe {
    width: 100%;
  }
  .home-hero-animate {
    left: 50%;
    margin-left: calc((-0.65 * 655px) / 2);
    transform-origin: 0 0;
  }
}
@media (max-width: 460px) {
  .hero .hero-right {
    height: 300px;
  }
  .home-hero-animate {
    left: 50%;
    transform: scale(0.55);
    margin-left: calc((-0.55 * 655px) / 2);
    transform-origin: 0 0;
  }
}
@media (max-width: 360px) {
  .hero .hero-right {
    height: 250px;
  }
  .home-hero-animate {
    left: 50%;
    transform: scale(0.45);
    margin-left: calc((-0.45 * 655px) / 2);
    transform-origin: 0 0;
  }
}
.why-we {
  padding: 8.5rem 0 17rem;
}
.why-we .why-we-inner {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.why-we .why-we-inner .content-entry {
  max-width: 550px;
  margin: 0 auto;
}
.why-we .why-we-inner .content-entry strong {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.why-we .why-we-inner .content-entry strong:after {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  top: 80%;
  -webkit-transition: width 0.5s 0.5s;
  transition: width 0.5s 0.5s;
  background: url(../images/line.png) no-repeat 0 0 / 100% 100%;
  height: 7px;
}
.why-we .why-we-inner .content-entry[style*="visible"] strong:after {
  width: 100%;
}
.stats {
  margin-bottom: 4rem;
  text-align: center;
}
.stats:before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
}
.stats:after {
  width: 100%;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  content: "";
  display: inline-block;
}
.stats .stat-item {
  text-align: center;
  border-left: 2px solid #e9e9e9;
  display: inline-block;
  vertical-align: top;
  padding: 0 1.5rem;
  margin: 0 1rem;
  margin-bottom: 1rem;
  max-width: 220px;
}
.stats .stat-item .stat-value {
  font-size: 8rem;
  font-family: "SharpSans-Bold", Arial, sans-serif;
  color: #003a70;
}
.stats .stat-item .stat-title {
  font-size: 1.8rem;
  font-family: "SharpSans-Bold", Arial, sans-serif;
  color: #003a70;
  letter-spacing: -0.04rem;
  line-height: 1.33;
}
@media (max-width: 1024px) {
  .why-we {
    padding: 5rem 0;
  }
}
@media (max-width: 767px) {
  .stats .stat-item {
    width: calc(33.33% - 3rem - 18px);
    margin-right: 3rem;
  }
  .stats .stat-item .stat-value {
    font-size: 6rem;
  }
}
@media (max-width: 460px) {
  .stats .stat-item .stat-value {
    font-size: 5rem;
  }
}
@media (max-width: 460px) {
  .stats .stat-item {
    width: auto !important;
    max-width: 100% !important;
    display: block;
    text-align: center;
    border-left: none;
    margin-bottom: 4rem;
    margin-right: 0 !important;
  }
}
.page-template-flexible-page
  .image-desc-list
  .image-desc-list-figure
  span
  .wipe-image {
  background: #fff;
}
.image-desc-list {
  margin: 0 2rem;
  padding: 8.5rem 0;
  position: relative;
}
.image-desc-list .wipe-bg {
  background: #ecf2f6;
}
.image-desc-list .image-desc-list-inner {
  position: relative;
  z-index: 5;
}
.image-desc-list .image-desc-list-inner:after {
  content: "";
  clear: both;
  display: block;
}
.image-desc-list .image-desc-list-text {
  float: left;
  width: 48%;
  padding-left: 8%;
  margin-right: 2%;
  box-sizing: border-box;
}
.image-desc-list .image-desc-list-text .content-entry p {
  line-height: 1.5;
}
.image-desc-list .image-desc-list-figure {
  width: 50%;
  padding: 0 4%;
  float: right;
  box-sizing: border-box;
  text-align: center;
  display: table;
}
.image-desc-list .image-desc-list-figure span {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.image-desc-list .image-desc-list-figure span .wipe-image {
  background: #ecf2f6;
}
.image-desc-list.dark .wipe-bg {
  background: #1f2e50;
}
.image-desc-list.dark .sub-title {
  color: #fff;
}
.image-desc-list.dark h2 {
  color: #fff;
}
.image-desc-list.dark .image-desc-list-text .content-entry p {
  color: #bfd1f6;
}
.image-desc-list.dark .image-desc-list-figure span .wipe-image {
  background: #1f2e50;
}
.image-desc-list.right-text .wipe-bg {
  left: auto;
  right: 0;
}
.image-desc-list.right-text .image-desc-list-text {
  float: right;
  padding-left: 0;
  padding-right: 8%;
}
.image-desc-list.right-text .image-desc-list-figure {
  text-align: left;
}
.image-desc-list.right-text .image-desc-list-figure span .wipe-image {
  left: auto;
  right: 0;
}
.dark .list .list-item a {
  color: #fff;
}
.dark .list .list-item a em:after {
  background-color: #1f2e50;
}
.dark .list .list-item a:hover,
.dark .list .list-item a:focus {
  color: #e6192d;
}
.list {
  margin-bottom: 4.5rem;
}
.list .list-item {
  border-bottom: 1px solid #bfd1f6;
  font-size: 1.8rem;
  font-family: "aeonikbold", Arial, sans-serif;
  letter-spacing: -0.04rem;
}
.list .list-item:last-child {
  border-bottom: none;
}
.list .list-item a {
  padding: 2.5rem 70px 2.5rem 0;
  display: block;
  position: relative;
  color: #212121;
  -webkit-transition: color 0.35s, padding 0.35s;
  transition: color 0.35s, padding 0.35s;
}
.list .list-item a em {
  position: absolute;
  right: 0;
  top: 50%;
  height: 30px;
  width: 30px;
  margin-top: -15px;
  border-radius: 30px;
  box-sizing: border-box;
  border: 1px solid purple;
}
.list .list-item a em:after {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  width: 42px;
  height: 6px;
  background: #ecf2f6 url(../images/arrow.svg) no-repeat right 0;
  margin-top: -3px;
  -webkit-transition: width 0.35s;
  transition: width 0.35s;
}
.list .list-item a em .b1 {
  height: 30px;
  position: absolute;
  top: -1px;
  left: -1px;
  width: 0;
  overflow: hidden;
  -webkit-transition: width 0.2s 0.6s;
  transition: width 0.2s 0.6s;
  border-radius: 30px;
}
.list .list-item a em .b1:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  border-top: 1px solid #e6192d;
}
.list .list-item a em .b2 {
  height: 0;
  position: absolute;
  top: -1px;
  overflow: hidden;
  right: -1px;
  width: 30px;
  -webkit-transition: height 0.2s 0.4s;
  transition: height 0.2s 0.4s;
  border-radius: 30px;
}
.list .list-item a em .b2:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  border-right: 1px solid #e6192d;
}
.list .list-item a em .b3 {
  height: 30px;
  position: absolute;
  bottom: -1px;
  right: -1px;
  width: 0;
  overflow: hidden;
  -webkit-transition: width 0.2s 0.2s;
  transition: width 0.2s 0.2s;
  border-radius: 30px;
}
.list .list-item a em .b3:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  border-bottom: 1px solid #e6192d;
}
.list .list-item a em .b4 {
  height: 0;
  position: absolute;
  bottom: -1px;
  left: -1px;
  width: 30px;
  overflow: hidden;
  -webkit-transition: height 0.2s 0s;
  transition: height 0.2s 0s;
  border-radius: 30px;
}
.list .list-item a em .b4:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  border-left: 1px solid #e6192d;
}
.list .list-item a:hover,
.list .list-item a:focus {
  color: #e6192d;
  padding-left: 2rem;
}
.list .list-item a:hover em:after,
.list .list-item a:focus em:after {
  width: 56px;
}
.list .list-item a:hover em .b1,
.list .list-item a:focus em .b1 {
  width: 30px;
  transition-delay: 0s;
}
.list .list-item a:hover em .b2,
.list .list-item a:focus em .b2 {
  height: 30px;
  transition-delay: 0.2s;
}
.list .list-item a:hover em .b3,
.list .list-item a:focus em .b3 {
  width: 30px;
  transition-delay: 0.4s;
}
.list .list-item a:hover em .b4,
.list .list-item a:focus em .b4 {
  height: 30px;
  transition-delay: 0.6s;
}
.desktop-version .image-desc-list-links a:hover:before {
  width: 100%;
}
.image-desc-list-links a {
  font-size: 1.6rem;
  display: inline-block;
  vertical-align: top;
  color: #e6192d;
  position: relative;
  font-family: "aeonikbold", Arial, sans-serif;
  padding-bottom: 3px;
}
.image-desc-list-links a:before {
  position: absolute;
  left: 0;
  width: 0;
  height: 2px;
  background: #e6192d;
  -webkit-transition: width 0.35s;
  transition: width 0.35s;
  content: "";
  bottom: 0;
}
.image-desc-list-links em {
  font-style: normal;
}
.image-desc-list-links em:after {
  content: "|";
  color: #e6192d;
  font-size: 1.6rem;
  margin: 0 10px;
  display: inline-block;
  vertical-align: top;
}
.image-desc-list-links em:last-child:after {
  display: none;
}
@media (max-width: 1024px) {
  .image-desc-list {
    padding: 5rem 0;
  }
}
@media (max-width: 1023px) {
  .image-desc-list .image-desc-list-text {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .image-desc-list {
    margin: 0;
  }
  .image-desc-list .image-desc-list-text {
    padding-left: 0;
    padding-right: 0 !important;
    height: auto !important;
    width: auto;
    margin-right: 0;
    margin-bottom: 3rem;
    float: none !important;
  }
  .image-desc-list .image-desc-list-figure {
    float: none !important;
    height: auto !important;
    display: block;
    width: auto;
    padding: 0;
    margin: 0 auto;
    max-width: 50%;
    text-align: center !important;
  }
  .image-desc-list .image-desc-list-figure span {
    display: block;
  }
  .page-template-flexible-page .image-desc-list .image-desc-list-figure {
    max-width: 100%;
  }
  .page-template-flexible-page
    .image-desc-list
    .image-desc-list-figure
    .hight-image {
    display: block;
  }
  .page-template-flexible-page
    .image-desc-list
    .image-desc-list-figure
    .hight-image
    .hight-image-bg {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 60%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.3;
  }
}
.career-section {
  padding: 20rem 0 24rem;
  position: relative;
  overflow: hidden;
}
.career-section .career-bg {
  position: absolute;
  left: -380px;
  top: -380px;
}
.career-section .career-section-inner {
  max-width: 950px;
  margin: 0 0 0 auto;
  font-size: 0;
}
.career-section .career-section-inner .career-section-left {
  display: inline-block;
  vertical-align: middle;
  width: 55%;
  margin-right: -15%;
  position: relative;
  z-index: 10;
}
.career-section .career-section-inner .career-section-right {
  display: inline-block;
  vertical-align: middle;
  width: 60%;
  position: relative;
}
.career-section .career-section-inner .career-section-right .wipe-image {
  background: #fff;
}
.career-section .career-section-inner .career-section-right span {
  display: inline-block;
  background: #bfd1f6;
  opacity: 0.4;
  overflow: hidden;
  position: relative;
}
.career-section .career-section-inner .career-section-right img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  display: block;
  transform: scale(1.2);
  opacity: 0.3;
}
.flexible-section .career-section {
  padding: 12rem 0;
}
.flexible-section .career-section .wipe-bg {
  background: #ecf2f6;
}
.flexible-section .career-section .inner {
  position: relative;
  z-index: 10;
}
.flexible-section .career-section .career-section-inner {
  margin: 0 auto;
}
.flexible-section .career-section .career-section-inner .career-section-left {
  width: 48%;
  margin-right: 0;
}
.flexible-section .career-section .career-section-inner .career-section-right {
  width: 48%;
  margin-left: 4%;
}
.flex-video {
  position: relative;
  padding-bottom: 60%;
  width: 100%;
}
.flex-video iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.page-template-contact-page .career-section {
  padding: 0 0 8rem;
}
@media (max-width: 1024px) {
  .career-section {
    padding: 10rem 0;
  }
}
@media (max-width: 767px) {
  .career-section {
    padding-bottom: 5rem;
  }
  .career-section .career-bg {
    transform: scale(0.5);
    z-index: -1;
    transform-origin: 0 center;
  }
}
@media (max-width: 600px) {
  .career-section .career-section-inner .career-section-left {
    width: auto;
    margin-right: 0;
    display: block;
    margin-bottom: 3rem;
  }
  .career-section .career-section-inner .career-section-right {
    width: auto;
    display: block;
  }
  .flexible-section .career-section .career-section-inner .career-section-left,
  .flexible-section
    .career-section
    .career-section-inner
    .career-section-right {
    width: auto;
  }
  .page-template-front-page
    .career-section
    .career-section-inner
    .career-section-right {
    display: none;
  }
}
.services-list {
  margin: 0 2rem;
  padding: 12rem 0;
  position: relative;
}
.services-list .wipe-bg {
  background: #1a2848;
}
.services-list .inner {
  position: relative;
  z-index: 10;
}
.services-list.services-list-center {
  text-align: center !important;
}
.services-list.services-list-center .services-hero-svg {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.3;
}
.services-list:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 6.5rem;
  left: 50%;
  bottom: -6.5rem;
  background: #1a2848;
  z-index: 2;
  border-top: 4.5rem solid #fff;
}
.image-desc-list-buttons a {
  margin: 0 1rem;
}
.services-list-inner {
  font-size: 0;
  max-width: 950px;
  margin: 0 auto;
}
.services-list-inner .services-list-item {
  display: inline-block;
  vertical-align: top;
  width: 46%;
  margin-bottom: 4rem;
  margin-left: 6%;
}
.services-list-inner .services-list-item:nth-child(2n + 1) {
  margin-left: 0;
}
.services-list-inner .services-list-item > h3 {
  color: #fff;
}
.services-list-inner .services-list-item .sub-title {
  margin-bottom: 1rem;
  color: #fff;
}
.services-list-inner .services-list-item .content-entry * {
  color: #bfd1f6;
}
.services-list-inner .services-list-item .content-entry p {
  line-height: 1.5;
}
.services-list-inner .services-list-item .content-entry h2,
.services-list-inner .services-list-item .content-entry h3,
.services-list-inner .services-list-item .content-entry h4,
.services-list-inner .services-list-item .content-entry h5,
.services-list-inner .services-list-item .content-entry h6 {
  color: #fff;
}
.page-template-service-page .services-list {
  margin-bottom: 0rem;
  text-align: left;
}
.page-template-service-page .services-list .service-bg {
  position: absolute;
  right: -2rem;
  top: 0;
  z-index: -1;
}
@media (max-width: 1024px) {
  .services-list {
    padding: 6rem 0;
  }
  .services-list:before {
    height: 4rem;
    bottom: -4rem;
    border-top: 2rem solid #fff;
  }
  .page-template-service-page .services-list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .services-list {
    margin: 0;
  }
}
@media (max-width: 600px) {
  .services-list-inner .services-list-item .content-entry p {
    margin-bottom: 2rem;
  }
  .services-list-inner .services-list-item {
    width: auto;
    display: block;
    margin-bottom: 5rem;
    margin-left: 0;
  }
}
.news-front {
  padding: 12rem 0;
  margin-bottom: 8.5rem;
  position: relative;
}
.news-front .wipe-bg {
  background: #ecf2f6;
}
.news-front:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 6.5rem;
  left: 50%;
  bottom: -6.5rem;
  background: #ecf2f6;
  border-top: 4.5rem solid #fff;
}
.news-front .inner {
  position: relative;
  z-index: 5;
}
.news-front-inner {
  font-size: 0;
  position: relative;
}
.news-info {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  -webkit-transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  width: 30%;
  transform: scale(1);
  opacity: 1;
  z-index: 11;
  transition-delay: 0.5s;
}
.news-info:before {
  height: 100%;
  vertical-align: middle;
  display: inline-block;
  width: 0px;
  content: "";
}
.news-info.scale-animation {
  transform: scale(0.7);
  opacity: 0;
  z-index: 1;
  transition-delay: 0s;
}
.news-info .news-info-in {
  width: 100%;
  box-sizing: border-box;
  padding-left: 3rem;
  vertical-align: middle;
  display: inline-block;
}
.slider-control {
  text-align: right;
}
.posts-slider {
  position: relative;
  z-index: 10;
}
.posts-slider:before {
  content: "";
  position: absolute;
  background: #ecf2f6;
  right: 100%;
  top: 0;
  bottom: 0;
  z-index: 5;
  width: 100vw;
}
.posts-slider .slider-control {
  position: absolute;
  bottom: -7.8rem;
  right: 0;
  width: 100%;
  text-align: right;
}
.posts-slider-inner {
  margin-left: -3rem;
}
.posts-slider-inner .slick-list {
  overflow: visible;
}
.posts-slider-inner .post-item.post-item-last .post-item-inner .post-item-in {
  background: #1a2848;
}
.posts-slider-inner
  .post-item.post-item-last
  .post-item-inner
  .post-item-in
  h2 {
  color: #fff;
}
.posts-slider-inner
  .post-item.post-item-last
  .post-item-inner
  .post-item-in
  .post-exerpt {
  color: #fff;
}
.posts-slider-inner
  .post-item.post-item-last
  .post-item-inner
  .post-item-in
  .learn-more
  em:after {
  background-color: #1a2848;
  -webkit-transition: right 0.35s, background-color 0.35s;
  transition: right 0.35s, background-color 0.35s;
}
.posts-slider-inner .post-item .post-item-inner {
  position: relative;
  margin-left: 3rem;
}
.posts-slider-inner .post-item .post-item-inner > a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: none !important;
}
.posts-slider-inner
  .post-item
  .post-item-inner
  > a:hover
  + .img-wrap
  + .post-item-in,
.posts-slider-inner
  .post-item
  .post-item-inner
  > a:focus
  + .img-wrap
  + .post-item-in {
  background: rgba(255, 255, 255, 0.8);
}
.posts-slider-inner
  .post-item
  .post-item-inner
  > a:hover
  + .img-wrap
  + .post-item-in
  .learn-more
  em
  .b1,
.posts-slider-inner
  .post-item
  .post-item-inner
  > a:focus
  + .img-wrap
  + .post-item-in
  .learn-more
  em
  .b1 {
  width: 32px;
  transition-delay: 0s;
}
.posts-slider-inner
  .post-item
  .post-item-inner
  > a:hover
  + .img-wrap
  + .post-item-in
  .learn-more
  em
  .b2,
.posts-slider-inner
  .post-item
  .post-item-inner
  > a:focus
  + .img-wrap
  + .post-item-in
  .learn-more
  em
  .b2 {
  height: 32px;
  transition-delay: 0.2s;
}
.posts-slider-inner
  .post-item
  .post-item-inner
  > a:hover
  + .img-wrap
  + .post-item-in
  .learn-more
  em
  .b3,
.posts-slider-inner
  .post-item
  .post-item-inner
  > a:focus
  + .img-wrap
  + .post-item-in
  .learn-more
  em
  .b3 {
  width: 32px;
  transition-delay: 0.4s;
}
.posts-slider-inner
  .post-item
  .post-item-inner
  > a:hover
  + .img-wrap
  + .post-item-in
  .learn-more
  em
  .b4,
.posts-slider-inner
  .post-item
  .post-item-inner
  > a:focus
  + .img-wrap
  + .post-item-in
  .learn-more
  em
  .b4 {
  height: 32px;
  transition-delay: 0.6s;
}
.posts-slider-inner
  .post-item
  .post-item-inner
  > a:hover
  + .img-wrap
  + .post-item-in
  .learn-more
  em:after,
.posts-slider-inner
  .post-item
  .post-item-inner
  > a:focus
  + .img-wrap
  + .post-item-in
  .learn-more
  em:after {
  right: 8px;
}
.posts-slider-inner .post-item .post-item-inner .post-item-in {
  padding: 3.5rem 3rem 7rem 3rem;
  background: #fefefe;
  box-sizing: border-box;
  position: relative;
  -webkit-transition: background 0.35s;
  transition: background 0.35s;
}
.posts-slider-inner .post-item .post-item-inner .post-item-in.no-btn {
  padding-bottom: 3rem;
}
.posts-slider-inner .post-item .post-item-inner .post-item-in h3 {
  font-size: 2rem;
  font-family: "aeonikbold", Arial, sans-serif;
  line-height: 1.5;
  margin-bottom: 0;
}
.posts-slider-inner .post-item .post-item-inner .post-item-in .sub-heading,
.posts-slider-inner .post-item .post-item-inner .post-item-in .workshop-info {
  color: purple;
  font-size: 1.2rem;
  line-height: 1.54;
  margin-bottom: 2rem;
}
.posts-slider-inner .post-item .post-item-inner .post-item-in p {
  font-size: 1.6rem;
  line-height: 1.5;
}
.posts-slider-inner .post-item .post-item-inner .post-item-in .post-date {
  font-size: 12px;
  color: purple;
  margin-bottom: 1rem;
  font-family: "aeonikregular", Arial, sans-serif;
}
.posts-slider-inner .post-item .post-item-inner .post-item-in .text-right {
  position: absolute;
  bottom: 3.5rem;
  left: 3rem;
  right: 3rem;
}
.posts-slider-inner
  .post-item
  .post-item-inner
  .post-item-in
  .text-right
  .learn-more:hover,
.posts-slider-inner
  .post-item
  .post-item-inner
  .post-item-in
  .text-right
  .learn-more:focus {
  color: #e6192d;
}
.full-bio .bio-excerpt {
  max-width: 100%;
}
.full-bio .bio-excerpt h3 {
  font-size: 2rem;
  font-family: "aeonikbold", Arial, sans-serif;
  line-height: 1.5;
}
.full-bio .bio-excerpt .post-exerpt {
  padding-left: 1.5rem;
  position: relative;
}
.full-bio .bio-excerpt .post-exerpt > p {
  margin-bottom: 1rem;
}
.full-bio .bio-excerpt .post-exerpt:before {
  position: absolute;
  top: 0.8rem;
  left: 0;
  border: 1px solid #000;
  content: "";
  border-radius: 50%;
  width: 0.6rem;
  height: 0.6rem;
}
.full-bio .bio-excerpt .sub-heading,
.full-bio .bio-excerpt .workshop-info {
  color: purple;
  font-size: 1.2rem;
  line-height: 1.54;
  margin-bottom: 2rem;
}
.full-bio .bio-excerpt p {
  font-size: 1.5rem;
  line-height: 1.5;
}
.lightbox-overlay {
  content: "";
  background: rgba(0, 0, 0, 0.7);
  left: 0;
  top: 0;
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}
.opened-lightbox .lightbox-overlay {
  opacity: 1;
  visibility: visible;
}
.single-event .full-bio {
  position: absolute;
  z-index: 99999;
  left: -200vw;
  width: 90vw;
  max-width: 1024px;
  background: #fff;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  padding: 15px;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 1s, visibility 1s;
  transition: opacity 1s, visibility 1s;
  pointer-events: none;
}
.single-event .full-bio .full-bio-inner {
  padding-top: 40px;
}
.single-event .full-bio.active {
  left: 50%;
  position: fixed;
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.single-event .full-bio .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 40px;
  z-index: 50;
}
.single-event .full-bio .close:before,
.single-event .full-bio .close:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -1px;
  margin-left: -10px;
  background: #212121;
  width: 20px;
  height: 2px;
  transform: rotate(45deg);
}
.single-event .full-bio .close:after {
  transform: rotate(-45deg);
}
.single-event .full-bio .img-wrap {
  float: left;
  width: 30%;
  height: 100%;
  text-align: right;
  margin-right: 4%;
}
.single-event .full-bio .img-wrap img {
  max-width: 100%;
  max-height: 80%;
  width: 100%;
  display: block;
  margin-bottom: 1rem;
}
.single-event .full-bio .col-r {
  overflow-y: auto;
  max-height: 90vh;
  padding-right: 4rem;
  position: relative;
}
.single-event .full-bio .col-r .entry-content {
  padding-right: 1.5rem;
}
.single-event .full-bio .col-r .entry-content p {
  font-size: 1.5rem;
}
.single-event .full-bio .col-r .entry-content h3 br {
  display: none;
}
.single-event .fake-slide {
  width: 39rem;
}
.single-event .news-front {
  margin-bottom: 0;
}
.single-event .news-info .news-info-in {
  box-sizing: border-box;
}
.single-event .news-front::before {
  top: -6.5rem;
  background: #fff;
  border-top: 6.5rem solid #ecf2f6;
}
.single-event .posts-slider-inner .post-item .post-item-inner .img-wrap {
  position: absolute;
  overflow: hidden;
  width: 20.3rem;
  height: 100%;
}
.single-event .posts-slider-inner .post-item .post-item-inner img {
  float: left;
  max-height: 34.3rem;
  width: auto;
}
.single-event .posts-slider-inner .post-item .post-item-inner .post-item-in {
  width: 29.5rem;
  margin-left: 20.3rem;
}
.single-event .posts-slider-inner .post-item .post-item-inner .post-item-in p {
  margin-bottom: 0.7rem;
}
.single-event
  .posts-slider-inner
  .post-item
  .post-item-inner
  .post-item-in
  .post-exerpt {
  padding-left: 1.5rem;
  position: relative;
}
.single-event
  .posts-slider-inner
  .post-item
  .post-item-inner
  .post-item-in
  .post-exerpt:before {
  position: absolute;
  top: 0.8rem;
  left: 0;
  border: 1px solid #000;
  content: "";
  border-radius: 50%;
  width: 0.6rem;
  height: 0.6rem;
}
.desktop-version
  .posts-slider-inner
  .post-item
  .post-item-inner
  > a:hover
  + .post-item-in,
.desktop-version
  .posts-slider-inner
  .post-item
  .post-item-inner
  > a:focus
  + .post-item-in {
  background: rgba(255, 255, 255, 0.8);
}
.desktop-version
  .posts-slider-inner
  .post-item
  .post-item-inner
  > a:hover
  + .post-item-in
  .learn-more
  em:after,
.desktop-version
  .posts-slider-inner
  .post-item
  .post-item-inner
  > a:focus
  + .post-item-in
  .learn-more
  em:after {
  right: 8px;
}
.desktop-version
  .posts-slider-inner
  .post-item
  .post-item-inner
  > a:hover
  + .post-item-in
  .learn-more
  em
  .b1,
.desktop-version
  .posts-slider-inner
  .post-item
  .post-item-inner
  > a:focus
  + .post-item-in
  .learn-more
  em
  .b1 {
  width: 32px;
  transition-delay: 0s;
}
.desktop-version
  .posts-slider-inner
  .post-item
  .post-item-inner
  > a:hover
  + .post-item-in
  .learn-more
  em
  .b2,
.desktop-version
  .posts-slider-inner
  .post-item
  .post-item-inner
  > a:focus
  + .post-item-in
  .learn-more
  em
  .b2 {
  height: 32px;
  transition-delay: 0.2s;
}
.desktop-version
  .posts-slider-inner
  .post-item
  .post-item-inner
  > a:hover
  + .post-item-in
  .learn-more
  em
  .b3,
.desktop-version
  .posts-slider-inner
  .post-item
  .post-item-inner
  > a:focus
  + .post-item-in
  .learn-more
  em
  .b3 {
  width: 32px;
  transition-delay: 0.4s;
}
.desktop-version
  .posts-slider-inner
  .post-item
  .post-item-inner
  > a:hover
  + .post-item-in
  .learn-more
  em
  .b4,
.desktop-version
  .posts-slider-inner
  .post-item
  .post-item-inner
  > a:focus
  + .post-item-in
  .learn-more
  em
  .b4 {
  height: 32px;
  transition-delay: 0.6s;
}
.desktop-version
  .posts-slider-inner
  .post-item.post-item-last
  .post-item-inner
  > a:hover
  + .post-item-in,
.desktop-version
  .posts-slider-inner
  .post-item.post-item-last
  .post-item-inner
  > a:focus
  + .post-item-in {
  background: #27375c;
}
.desktop-version
  .posts-slider-inner
  .post-item.post-item-last
  .post-item-inner
  > a:hover
  + .post-item-in
  .learn-more
  em:after,
.desktop-version
  .posts-slider-inner
  .post-item.post-item-last
  .post-item-inner
  > a:focus
  + .post-item-in
  .learn-more
  em:after {
  right: 8px;
  background-color: #27375c;
}
@media (max-width: 1024px) {
  .news-front {
    padding: 5rem 0 10rem;
    margin-bottom: 5rem;
  }
}
@media (max-width: 767px) {
  .single-event .full-bio .full-bio-inner {
    position: relative;
    height: 80vh;
    overflow-y: auto;
  }
  .single-event .full-bio .img-wrap {
    float: none;
    width: auto;
    height: auto;
    padding-top: 2rem;
    margin-bottom: 3rem;
  }
  .single-event .full-bio .img-wrap img {
    width: auto;
    margin: 0 auto 1rem;
  }
  .single-event .full-bio .col-r {
    height: auto;
    max-height: inherit;
    padding-right: 0;
    overflow: hidden;
  }
  .single-event .full-bio .col-r .entry-content {
    height: auto;
    position: static;
    padding-right: 0;
    padding-top: 0;
  }
  .single-event .full-bio .col-r .entry-content p {
    font-size: 1.4rem;
  }
  .news-info {
    width: auto;
    display: block;
    padding-right: 0;
    max-width: 350px;
    margin-bottom: 3rem;
  }
  .news-info .content-entry p {
    margin-bottom: 2rem;
  }
  .news-front .news-info {
    width: 44%;
  }
  .posts-slider {
    display: block;
    width: 90%;
  }
  .news-front:before {
    display: none;
  }
  .single-event .fake-slide {
    width: 50vw;
  }
  .single-event .news-info .news-info-in {
    padding-right: 0;
  }
  .single-event .posts-slider-inner .post-item .post-item-inner .img-wrap {
    position: static;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 120%;
  }
  .single-event .posts-slider-inner .post-item .post-item-inner .post-item-in {
    margin-left: 0;
    padding-top: 3rem;
  }
  .news-front .news-info {
    position: static;
    width: auto;
    height: auto !important;
  }
  .news-front .news-info.scale-animation {
    transform: scale(1);
    opacity: 1;
  }
  .news-front .news-info .news-info-in {
    margin-left: 0;
  }
}
@media (max-width: 600px) {
  .news-front .posts-slider .slider-control {
    display: none;
  }
  .news-front .news-info {
    position: static;
    width: auto;
    height: auto !important;
  }
  .news-front .news-info.scale-animation {
    transform: scale(1);
    opacity: 1;
  }
  .news-front .news-info .news-info-in {
    margin-left: 0;
  }
  .news-front .posts-slider-inner .post-item {
    display: none;
  }
  .news-front .posts-slider-inner .post-item.post-item-s {
    display: block;
  }
}
.uppcoming {
  padding: 8.5rem 0 15rem;
}
.uppcoming .uppcoming-inner {
  max-width: 950px;
  margin: 0 auto;
}
.uppcoming .uppcoming-inner:after {
  clear: both;
  display: block;
  content: "";
}
.uppcoming .uppcoming-inner .uppcoming-left {
  float: left;
  padding-top: 6rem;
  width: 310px;
  position: relative;
  z-index: 10;
}
.uppcoming .uppcoming-inner .uppcoming-left h2 {
  font-size: 4.8rem;
  line-height: 1.42;
  letter-spacing: -0.04rem;
  margin-bottom: 0;
}
.uppcoming .uppcoming-inner .uppcoming-right {
  margin-left: -125px;
  float: left;
  width: calc(100% - 195px);
}
.uppcoming-item {
  font-size: 0;
}
.uppcoming-item .uppcoming-item-image {
  width: 48%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.uppcoming-item .uppcoming-item-image .wipe-image {
  background: #fff;
}
.uppcoming-item .uppcoming-item-image span {
  background: #bfd1f6;
  display: inline-block;
  vertical-align: top;
  opacity: 0.4;
  overflow: hidden;
}
.uppcoming-item .uppcoming-item-image span img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  display: block;
  transform: scale(1.2);
  opacity: 0.3;
}
.uppcoming-item .uppcoming-item-text {
  font-size: 1.6rem;
  display: inline-block;
  vertical-align: middle;
  width: 60%;
  margin-left: -8%;
  text-align: right;
  position: relative;
  z-index: 2;
}
.uppcoming-item .uppcoming-item-text h3 {
  max-width: 225px;
  display: inline-block;
  vertical-align: top;
  font-size: 2.8rem;
  line-height: 1.36;
  letter-spacing: -0.04rem;
}
.uppcoming-time {
  padding-bottom: 2rem;
  font-size: 1.8rem;
  font-family: "aeonikmedium", Arial, sans-serif;
  color: purple;
  margin-bottom: 3.3rem;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.uppcoming-time:after {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  -webkit-transition: width 0.35s 0.9s;
  transition: width 0.35s 0.9s;
  bottom: 0;
  background: url(../images/line.png) no-repeat 0 0 / 100% 100%;
  height: 13px;
}
.uppcoming-time span {
  width: 30px;
  height: 1px;
  margin: 0.8rem 1.1rem 0 1.5rem;
  background: #5b5a5a;
  display: inline-block;
  vertical-align: top;
}
.wow[style*="visible"] .uppcoming-time:after {
  width: 100%;
}
.page-template-front-page .upcoming-training {
  padding-bottom: 15rem;
}
@media (max-width: 1024px) {
  .uppcoming .uppcoming-inner .uppcoming-left h2 {
    font-size: 3.2rem;
  }
  .uppcoming-item .uppcoming-item-text h3 {
    font-size: 2.2rem;
  }
}
@media (max-width: 767px) {
  .uppcoming {
    padding: 5rem 0 8rem;
  }
  .uppcoming .uppcoming-inner .uppcoming-left {
    display: block;
    float: none;
    width: auto;
    max-width: 350px;
    margin-bottom: 3rem;
    padding-top: 0;
  }
  .uppcoming .uppcoming-inner .uppcoming-right {
    margin-left: 0;
    width: auto;
    float: none;
  }
  .uppcoming-item .uppcoming-item-image {
    float: right;
  }
  .uppcoming-item .uppcoming-item-text {
    float: left;
    text-align: left;
    margin-right: -8%;
    margin-left: 0;
    padding-top: 5rem;
  }
  .uppcoming-item .uppcoming-item-text .text-right {
    text-align: left !important;
  }
}
@media (max-width: 500px) {
  .uppcoming-item .uppcoming-item-text {
    margin-right: -48%;
    width: 100%;
  }
}
@media (max-width: 400px) {
  .uppcoming .uppcoming-inner .uppcoming-left h2 {
    font-size: 3.2rem;
  }
  .uppcoming-item .uppcoming-item-text h3 {
    font-size: 2rem;
  }
}
/* Flexible page */
.page-template-request-conference .hero-post {
  margin-bottom: 0;
}
.back-events {
  font-family: "aeonikbold", Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  top: 2rem;
  left: 4rem;
  padding-left: 2rem;
  opacity: 0;
  z-index: 2;
  transition: opacity 0.5s ease 0.8s, color 0.35s;
}
.single-job .back-events {
  color: #212121;
}
.single-job .back-events:hover {
  color: #e6192d;
}
.back-events:hover {
  color: #e6192d;
}
.back-events:hover:before {
  left: -0.5rem;
}
.back-events:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 6px;
  left: 0;
  top: 50%;
  margin-top: -3px;
  background: url(../images/arrow-small.svg) no-repeat 0 0;
  -webkit-transition: left 0.35s;
  transition: left 0.35s;
  transform: rotate(180deg);
}
.blog .hero-flex,
.category .hero-flex {
  margin-bottom: 0;
}
.hero-flex {
  margin-bottom: 6rem;
}
.hero-flex + .content-block {
  padding-top: 0;
}
.hero-flex .hero-flex-left {
  width: 58%;
  float: left;
  padding: 17rem 0 13rem 9%;
  box-sizing: border-box;
  position: relative;
}
.hero-flex .hero-flex-left .deco {
  position: absolute;
  position: absolute;
  width: 24.5rem;
  height: 24.2rem;
  overflow: hidden;
  top: 0;
  left: 104%;
}
.hero-flex .hero-flex-left .deco:before {
  position: absolute;
  width: 25.5rem;
  height: 25.5rem;
  border-radius: 50%;
  border: 12.8rem solid #fff;
  left: 0;
  bottom: 0;
  content: "";
}
.hero-flex .hero-flex-left .sub-title {
  -webkit-transform: translate3d(0, -2rem, 0);
  transform: translate3d(0, -2rem, 0);
  opacity: 0;
  -webkit-transition: opacity 0.5s 1s, transform 0.5s 1s;
  transition: opacity 0.5s 1s, transform 0.5s 1s;
}
.hero-flex .hero-flex-left .btn {
  -webkit-transform: translate3d(0, -2rem, 0);
  transform: translate3d(0, -2rem, 0);
  opacity: 0;
  -webkit-transition: opacity 0.5s 1.3s, transform 0.5s 1.3s;
  transition: opacity 0.5s 1.3s, transform 0.5s 1.3s;
}
.hero-flex .hero-flex-left:before {
  content: "";
  position: absolute;
  left: calc(141% - 100vw);
  top: 0;
  bottom: 0;
  background: #ecf2f6;
  width: 0;
  z-index: -1;
  -webkit-transition: width 1.1s 0.2s;
  transition: width 1.1s 0.2s;
}
.hero-flex .hero-flex-left h1 {
  font-size: 4rem;
  line-height: 1.25;
  margin-bottom: 1rem;
  position: relative;
  z-index: 5;
  -webkit-transform: translate3d(0, -2rem, 0);
  transform: translate3d(0, -2rem, 0);
  opacity: 0;
  -webkit-transition: opacity 0.5s 1.1s, transform 0.5s 1.1s;
  transition: opacity 0.5s 1.1s, transform 0.5s 1.1s;
}
.hero-flex .hero-flex-left .hero-description {
  padding-left: 60px;
  position: relative;
  max-width: 78%;
  z-index: 5;
  box-sizing: border-box;
  -webkit-transform: translate3d(0, -2rem, 0);
  transform: translate3d(0, -2rem, 0);
  opacity: 0;
  -webkit-transition: opacity 0.5s 1.2s, transform 0.5s 1.2s;
  transition: opacity 0.5s 1.2s, transform 0.5s 1.2s;
}
.hero-flex .hero-flex-left .hero-description .date-location p {
  color: #fff;
  margin-bottom: 1rem;
}
.hero-flex .hero-flex-left .hero-description:after {
  content: "";
  width: 4rem;
  height: 2px;
  background: #bcbec0;
  position: absolute;
  left: 0;
  top: 1.5rem;
}
.hero-flex .hero-flex-left .hero-description .btn {
  margin-left: 60px;
}
.hero-flex:after {
  content: "";
  display: block;
  clear: both;
}
.hero-flex .hero-flex-right {
  float: right;
  width: 44.5%;
  margin-left: -3.5%;
  padding-top: 8.5rem;
  overflow: hidden;
}
.hero-flex .hero-flex-right .image-wipe {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  position: relative;
}
.hero-flex .hero-flex-right .image-wipe:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 10;
  -webkit-transition: width 0.9s 0.1s;
  transition: width 0.9s 0.1s;
}
.hero-flex .hero-flex-right span {
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
}
.hero-flex .hero-flex-right span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.4;
  background: #bfd1f6;
}
.hero-flex .hero-flex-right span img {
  display: block;
}
.hero-flex .hero-flex-right .btn:hover span:before {
  background: #fff !important;
}
.hero-flex .hero-flex-right span:before {
  top: 50%;
  bottom: auto;
  left: auto;
  right: 0;
  width: 2.5rem;
  height: 1px;
  opacity: 1 !important;
  background: #e6192d !important;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  display: block !important;
}
.hero-flex.hero-dark {
  position: relative;
  z-index: 5;
}
.hero-flex.hero-dark:before {
  top: 0;
  background: #fff;
  position: absolute;
  content: "";
  left: 0;
  width: 2rem;
  height: 100%;
  z-index: 5;
}
.hero-flex.hero-dark .hero-flex-left:before {
  background: #1f2e50;
  left: calc(141% - 100vw);
}
.hero-flex.hero-dark .hero-flex-left .hero-svg {
  position: absolute;
  bottom: 0;
  right: -20%;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.5s 1s;
  transition: opacity 0.5s 1s;
}
.hero-flex.hero-dark .hero-flex-left .sub-title {
  color: #bfbfbf;
}
.hero-flex.hero-dark .hero-flex-left h1 {
  color: #fff;
}
.hero-flex.hero-dark .hero-flex-left .hero-description * {
  color: #bfd1f6;
}
.hero-flex.hero-dark .hero-flex-left .hero-description *.link-arrow span,
.hero-flex.hero-dark .hero-flex-left .hero-description *.link-arrow i {
  color: #e6192d;
}
.hero-flex.hero-dark .hero-flex-left .hero-description *.btn span,
.hero-flex.hero-dark .hero-flex-left .hero-description *.btn i {
  color: #fff;
}
.hero-flex.hero-dark .hero-flex-right {
  margin-right: -10%;
  width: 50%;
}
.hero-flex.hero-small .hero-flex-left {
  width: 63%;
  padding: 8rem 0 8rem 9%;
}
.hero-flex.hero-small .hero-flex-left:before {
  left: calc(130% - 100vw);
}
.hero-flex.hero-small .hero-flex-right {
  margin-left: 0;
  width: 35%;
  text-align: right;
}
.loaded .back-events {
  opacity: 1;
}
.loaded .hero-flex .hero-flex-left:before {
  width: 100vw;
}
.loaded .hero-flex .hero-flex-left .sub-title,
.loaded .hero-flex .hero-flex-left h1,
.loaded .hero-flex .hero-flex-left .hero-description,
.loaded .hero-flex .hero-flex-left .btn {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.loaded .hero-flex .hero-flex-right .image-wipe:after {
  width: 0;
}
.loaded .hero-flex.hero-dark .hero-flex-left .hero-svg {
  opacity: 0.2;
}
.single-training .hero-flex .hero-flex-left h1 {
  max-width: 45rem;
}
.page-template-events-archive-page .hero-flex.hero-dark {
  margin-bottom: 0;
}
.page-template-events-archive-page .hero-flex.hero-dark .hero-flex-left {
  padding: 10rem 0 10rem 9%;
}
@media (max-width: 1024px) {
  .hero-flex .hero-flex-left {
    padding: 7rem 0 3rem 9%;
  }
  .hero-flex .hero-flex-right {
    padding-top: 5rem;
  }
  .hero-flex .hero-flex-left h1 {
    font-size: 4rem;
  }
  .hero-flex.hero-dark .hero-flex-right {
    margin-left: -8%;
    width: 49%;
    margin-right: 0;
  }
  .hero-flex.hero-dark:before {
    display: none;
  }
  .hero-flex.hero-dark .hero-flex-left .hero-svg {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    transform-origin: 100% 100%;
  }
}
@media (max-width: 767px) {
  .hero-flex .hero-flex-left,
  .hero-flex.hero-small .hero-flex-left {
    padding: 4rem 0 2rem 0;
  }
  .hero-flex .hero-flex-left .hero-description {
    max-width: 100%;
  }
  .flexible-section {
    margin-bottom: 5rem;
  }
}
@media (max-width: 600px) {
  .hero-flex .hero-flex-left,
  .hero-flex.hero-small .hero-flex-left {
    float: none;
    width: auto;
    margin-bottom: 2rem;
  }
  .hero-flex .hero-flex-left .deco,
  .hero-flex.hero-small .hero-flex-left .deco {
    left: auto;
    right: -20px;
    width: 15rem;
    height: 15rem;
  }
  .hero-flex .hero-flex-left .deco:before,
  .hero-flex.hero-small .hero-flex-left .deco:before {
    border: 8rem solid #fff;
    width: 15rem;
    height: 15rem;
  }
  .hero-flex .hero-flex-left:before,
  .hero-flex.hero-dark .hero-flex-left:before,
  .hero-flex.hero-small .hero-flex-left:before {
    left: -20px;
  }
  .hero-flex .hero-flex-right {
    float: none;
    width: auto;
    margin-left: 0;
    padding-top: 0;
  }
  .hero-flex.hero-dark .hero-flex-right {
    margin-left: 0;
    width: auto;
  }
  .hero-flex.hero-small .hero-flex-left:before {
    right: 0;
  }
  .hero-flex.hero-small .hero-flex-right {
    width: auto;
  }
  .hero-flex {
    margin-bottom: 5rem;
  }
}
@media (max-width: 400px) {
  .hero-flex .hero-flex-left h1 {
    font-size: 3rem;
  }
}
.content-block {
  padding: 6rem 0 3rem;
}
.content-block:after {
  content: "";
  display: block;
  clear: both;
}
.content-block + .content-block {
  padding-top: 2rem;
}
.content-block .content-block-inner {
  max-width: 950px;
  margin: 0 auto;
}
.content-block .content-block-inner .content-block-left {
  width: 37%;
  float: left;
}
.content-block .content-block-inner .content-block-right {
  margin-left: 41%;
}
.content-block.content-block-wider {
  position: relative;
}
.content-block.content-block-wider.hide-g-bg:before {
  display: none;
}
.content-block.content-block-wider:before {
  position: absolute;
  top: 16.5rem;
  bottom: 6.5rem;
  right: -18rem;
  content: "";
  background: url(../images/g-shape.svg) no-repeat 100% 50% / contain;
  width: 74.9rem;
  z-index: -1;
  height: 74.1rem;
}
.content-block.content-block-wider .content-block-left {
  width: auto;
  float: none;
  max-width: 660px;
}
.content-block.content-block-wider .content-block-left h2 {
  font-size: 4rem;
  line-height: 1.4;
}
.content-block.content-block-wider .content-block-right {
  margin: 0 auto;
  max-width: 750px;
}
.page-template-areers-page .content-block.content-block-wider {
  padding-top: 0;
}
.content-entry iframe {
  width: 100%;
}
.content-entry h4 {
  margin-bottom: 3.5rem;
}
.content-entry .alignleft {
  margin-right: 2rem;
  margin-bottom: 2rem;
}
.content-entry .alignright {
  margin-left: 2rem;
  margin-bottom: 2rem;
}
.content-entry table {
  margin-bottom: 2rem;
}
.content-entry .img-wrap {
  margin-left: -100px;
  margin-right: -100px;
  max-width: calc(100% + 100px);
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.content-entry a {
  text-decoration: underline;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.content-entry a:hover,
.content-entry a:focus {
  opacity: 0.7;
}
.content-entry a.btn {
  text-decoration: none;
  opacity: 1;
}
.content-entry ul {
  list-style-type: none;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 4rem;
  margin-left: 2rem;
}
.content-entry ul li {
  padding-left: 2rem;
  margin-bottom: 1.5rem;
  position: relative;
}
.content-entry ul li:before {
  position: absolute;
  left: 0;
  top: 0.8rem;
  width: 8px;
  border-radius: 8px;
  background: #1a2848;
  height: 8px;
  content: "";
}
.form-left .content-entry p {
  margin-bottom: 2rem;
}
@media (max-width: 1024px) {
  .content-block {
    padding: 5rem 0 1rem;
  }
  .content-block + .content-block {
    padding-top: 2rem;
  }
  .content-block.content-block-wider .content-block-left h2 {
    font-size: 3.8rem;
  }
}
@media (max-width: 960px) {
  .content-entry .alignnone.size-full {
    max-width: 100%;
  }
  .content-entry .img-wrap {
    margin-right: 0;
    margin-left: 0;
    max-width: 100%;
  }
}
@media (max-width: 1023px) {
  .content-block .content-block-inner .content-block-left {
    width: auto;
    float: none;
  }
  .content-block .content-block-inner .content-block-right {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .content-entry ul li {
    padding-left: 20px;
  }
}
@media (max-width: 400px) {
  .content-block.content-block-wider .content-block-left h2 {
    font-size: 3rem;
  }
}
.page-template-flexible-page .image-desc-list {
  background: none;
}
.page-template-flexible-page .list .list-item a em:after {
  background-color: #fff;
}
.hight-image {
  background: #bfd1f6;
  opacity: 0.4;
  display: inline-block;
  vertical-align: middle;
}
.hight-image img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  display: block;
  opacity: 0.3;
}
.benefits {
  padding: 7.5rem 0 6.4rem;
  margin: 0 2rem;
  position: relative;
}
.benefits .wipe-bg {
  background: #ecf2f6;
}
.benefits .inner {
  position: relative;
  z-index: 10;
}
.page-template-flexible-page .benefits {
  margin-bottom: 3rem;
}
.benefits .benefits-inner {
  margin: 0 auto;
  max-width: 950px;
}
.benefits .benefits-inner .benefits-left {
  width: 35%;
  float: left;
  padding-top: 3rem;
}
.benefits .benefits-inner .benefits-right {
  margin-left: 41%;
}
.benefits .benefits-inner .benefits-right ul {
  list-style-type: none;
}
.benefits .benefits-inner .benefits-right ul li {
  padding: 2.7rem 5rem 2.7rem 0;
  position: relative;
  color: #212121;
  font-size: 1.8rem;
  font-family: "aeonikbold", Arial, sans-serif;
  border-bottom: 1px solid #dcddde;
  margin-bottom: 1rem;
  line-height: 1.33;
  opacity: 0;
  transition: opacity 0.35s;
}
.benefits .benefits-inner .benefits-right ul li:last-child {
  border: none;
}
.benefits .benefits-inner .benefits-right ul li:after {
  content: "";
  position: absolute;
  right: 0.8rem;
  top: 50%;
  margin-top: -1.4rem;
  width: 0;
  height: 0;
  border-right: 2px solid #e6192d;
  border-bottom: 2px solid #e6192d;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
  transition: all 0.35s ease 0.2s;
}
.benefits .benefits-inner .benefits-right ul li.animate {
  opacity: 1;
}
.benefits .benefits-inner .benefits-right ul li.animate:after {
  opacity: 1;
  width: 1.2rem;
  height: 2.4rem;
}
.benefits.dark,
.benefits.dark2 {
  background: #1f2e50;
}
.benefits.dark .benefits-inner .benefits-left h2,
.benefits.dark2 .benefits-inner .benefits-left h2 {
  color: #fff;
}
.benefits.dark .benefits-inner .benefits-right ul li,
.benefits.dark2 .benefits-inner .benefits-right ul li {
  border-bottom: 1px solid #576279;
  color: #bfd1f6;
}
.benefits.dark2 {
  background: #1a2848;
}
@media (max-width: 1023px) {
  .benefits {
    padding-bottom: 3rem;
  }
  .benefits .benefits-inner .benefits-left {
    width: 100%;
  }
  .benefits .benefits-inner .benefits-right {
    margin-left: 0;
    clear: both;
  }
}
@media (max-width: 767px) {
  .benefits {
    padding-top: 3rem;
  }
}
.stat-flex {
  padding: 12rem 0 8rem;
}
.stat-flex .stats {
  text-align: center;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .stat-flex {
    padding: 5rem 0;
  }
  .stat-flex .stats .stat-item .stat-value {
    font-size: 7rem;
  }
}
@media (max-width: 1023px) {
  .stat-flex {
    padding: 5rem 0;
  }
  .stat-flex .stats .stat-item {
    margin-right: 3rem;
    margin-bottom: 0;
  }
  .stat-flex .stats .stat-item .stat-value {
    font-size: 6rem;
  }
  .stat-flex .stats .stat-item .stat-title {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .stat-flex {
    padding-bottom: 0;
  }
  .stat-flex .stats .stat-item {
    width: calc(50% - 3rem - 3px);
    box-sizing: border-box;
    max-width: 100vw;
    margin-bottom: 5rem;
  }
}
.table-section {
  position: relative;
  padding: 10rem 0;
  margin: 3rem 2rem;
  color: #fff;
}
.table-section .wipe-bg {
  background: #1f2e50;
}
.table-section .inner {
  position: relative;
  z-index: 10;
}
.table-section .table-section-inner {
  margin: 0 auto;
  max-width: 750px;
}
.table-section .table-section-inner h2 {
  color: #fff;
  text-align: center;
}
.table-section .table-section-inner .table-description {
  text-align: center;
  max-width: 520px;
  margin: 0 auto 6rem;
}
.table-section .table-section-inner .table-description p {
  color: #bfd1f6;
}
.table-section .table-section-inner table {
  width: 100%;
}
.table-section .table-section-inner table th,
.table-section .table-section-inner table td {
  padding: 2.5rem;
  border: 1px solid rgba(220, 220, 220, 0.3);
}
.table-section .table-section-inner table th {
  border-top: none;
  color: #fefefe;
  font-size: 2.4rem;
  text-align: left;
}
.table-section .table-section-inner table td {
  color: #bfd1f6;
  font-size: 1.6rem;
  line-height: 1.5;
}
.table-section .table-section-inner table th:first-child,
.table-section .table-section-inner table td:first-child {
  padding-left: 0;
  border-left: none;
}
.table-section .table-section-inner table th:last-child,
.table-section .table-section-inner table td:last-child {
  border-right: none;
}
.page-template-service-page .table-section {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .table-section {
    padding: 5rem 0;
  }
}
@media (max-width: 500px) {
  .table-section {
    margin-left: 0;
    margin-right: 0;
  }
}
.form-section {
  padding: 10rem 0;
}
.form-section .form-left {
  width: 37.3%;
  float: left;
}
.form-section .form-right {
  float: right;
  width: 57.8%;
}
.form-section .form-right p {
  margin-bottom: 0;
}
.form-section .btn {
  background: transparent;
}
.wpcf7-form-control-wrap.certification {
  display: block;
}
.wpcf7-form-control-wrap.certification .wpcf7-not-valid-tip:after,
.wpcf7-form-control-wrap.certification .wpcf7-not-valid-tip:before {
  display: none;
}
.form-row .form-row-100 .certification .wpcf7-checkbox span.wpcf7-list-item {
  display: block;
}
.cf7sr-g-recaptcha-invalid {
  margin-top: 20px;
}
.notice-file {
  font-size: 12px;
  color: purple;
  margin-bottom: 5px;
}
.wpcf7-response-output {
  border: none;
  font-size: 1.2rem;
  font-family: "aeonikmedium";
  border: none;
  border-left: 2px solid #f7e700;
}
.wpcf7-response-output.wpcf7-validation-errors {
  border: none;
  border-left: 2px solid orange;
  color: orange;
}
.wpcf7-response-output.wpcf7-mail-sent-ok {
  border: none;
  border-left: 2px solid #398f14;
}
.other-option {
  display: none;
}
.form-row .bold {
  margin-bottom: 1rem;
  font-size: 1.4rem;
  color: #212121;
  display: block;
  font-family: "aeonikmedium", Arial, sans-serif;
}
.form-row:after {
  clear: both;
  display: block;
  content: "";
}
.form-row .form-row-50,
.form-row .form-row-100 {
  float: left;
  width: 47.8%;
  margin-bottom: 3rem;
}
.form-row .form-row-50 .training-list-dropdown,
.form-row .form-row-50 .certification-list-dropdown,
.form-row .form-row-50 .dropdown-type,
.form-row .form-row-50 .dropdown-sel,
.form-row .form-row-100 .training-list-dropdown,
.form-row .form-row-100 .certification-list-dropdown,
.form-row .form-row-100 .dropdown-type,
.form-row .form-row-100 .dropdown-sel {
  display: block;
  font-weight: normal;
}
.form-row .form-row-50 .dropdown-type.hover .dropdown-sel em,
.form-row .form-row-100 .dropdown-type.hover .dropdown-sel em {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.form-row .form-row-50 .dropdown-type.hover .drop-down-list,
.form-row .form-row-100 .dropdown-type.hover .drop-down-list {
  max-height: 300px;
  overflow: hidden;
  border-radius: 3px;
  border-width: 1px;
}
.form-row .form-row-50 .dropdown-type .dropdown-sel,
.form-row .form-row-100 .dropdown-type .dropdown-sel {
  padding: 1rem 3rem 1rem 2rem;
  border: 1px solid #bfbfbf;
  border-radius: 3px;
}
.form-row .form-row-50 .dropdown-type .dropdown-sel em,
.form-row .form-row-100 .dropdown-type .dropdown-sel em {
  right: 1rem;
  border-right: 1px solid #5b5a5a;
  border-bottom: 1px solid #5b5a5a;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.form-row .form-row-50 .dropdown-type .dropdown-sel em:before,
.form-row .form-row-50 .dropdown-type .dropdown-sel em:after,
.form-row .form-row-100 .dropdown-type .dropdown-sel em:before,
.form-row .form-row-100 .dropdown-type .dropdown-sel em:after {
  display: none;
}
.form-row .form-row-50 .dropdown-type .drop-down-list,
.form-row .form-row-100 .dropdown-type .drop-down-list {
  border: 0px solid #bfbfbf;
  box-sizing: border-box;
  overflow: hidden;
}
.form-row .form-row-50 .certification-list-dropdown br,
.form-row .form-row-100 .certification-list-dropdown br {
  display: none;
}
.form-row .form-row-50 + .form-row-50,
.form-row .form-row-100 + .form-row-50 {
  float: right;
}
.form-row .form-row-50 > div > span,
.form-row .form-row-50 label > span,
.form-row .form-row-100 > div > span,
.form-row .form-row-100 label > span {
  display: block;
  font-size: 1.2rem;
  position: relative;
  font-family: "aeonikmedium";
  color: #000;
}
.form-row .form-row-50 .with-file .wpcf7-not-valid-tip,
.form-row .form-row-100 .with-file .wpcf7-not-valid-tip {
  bottom: auto;
  top: 105%;
}
.form-row .form-row-50 .with-file .wpcf7-not-valid-tip:before,
.form-row .form-row-50 .with-file .wpcf7-not-valid-tip:after,
.form-row .form-row-100 .with-file .wpcf7-not-valid-tip:before,
.form-row .form-row-100 .with-file .wpcf7-not-valid-tip:after {
  display: none;
}
.form-row .form-row-50 .wpcf7-textarea + .wpcf7-not-valid-tip:after,
.form-row .form-row-50 .wpcf7-textarea + .wpcf7-not-valid-tip:before,
.form-row .form-row-100 .wpcf7-textarea + .wpcf7-not-valid-tip:after,
.form-row .form-row-100 .wpcf7-textarea + .wpcf7-not-valid-tip:before {
  display: none;
}
.form-row .form-row-50 .wpcf7-not-valid-tip,
.form-row .form-row-100 .wpcf7-not-valid-tip {
  position: absolute;
  right: 0;
  bottom: 100%;
  font-size: 1.2rem;
  color: orange;
}
.form-row .form-row-50 .wpcf7-not-valid-tip:after,
.form-row .form-row-50 .wpcf7-not-valid-tip:before,
.form-row .form-row-100 .wpcf7-not-valid-tip:after,
.form-row .form-row-100 .wpcf7-not-valid-tip:before {
  width: 1px;
  height: 1.6rem;
  background: orange;
  content: "";
  position: absolute;
  top: calc(100% + 0.7rem);
  right: 0.7rem;
  transform: rotate(45deg);
  z-index: 10;
}
.form-row .form-row-50 .wpcf7-not-valid-tip:after,
.form-row .form-row-100 .wpcf7-not-valid-tip:after {
  transform: rotate(-45deg) !important;
}
.form-row .form-row-50 div.fancy-select div.trigger,
.form-row .form-row-100 div.fancy-select div.trigger {
  color: rgba(0, 0, 0, 0.4);
}
.form-row .form-row-50 div.fancy-select.changed div.trigger,
.form-row .form-row-100 div.fancy-select.changed div.trigger {
  color: #4d4d4d;
}
.form-row .form-row-50 .select-wrap,
.form-row .form-row-100 .select-wrap {
  display: block;
}
.form-row .form-row-50 .select-wrap > span,
.form-row .form-row-100 .select-wrap > span {
  display: block;
}
.form-row .form-row-50 .select-wrap .wpcf7-not-valid-tip:before,
.form-row .form-row-50 .select-wrap .wpcf7-not-valid-tip:after,
.form-row .form-row-100 .select-wrap .wpcf7-not-valid-tip:before,
.form-row .form-row-100 .select-wrap .wpcf7-not-valid-tip:after {
  display: none;
}
.form-row .form-row-50 div.fancy-select,
.form-row .form-row-100 div.fancy-select {
  position: relative;
  font-size: 1.9rem;
  color: #4d4d4d;
  vertical-align: top;
}
.form-row .form-row-50 div.fancy-select div.trigger,
.form-row .form-row-100 div.fancy-select div.trigger {
  cursor: pointer;
  padding: 1rem 3rem 1rem 2rem;
  border: 1px solid #bfbfbf;
  border-radius: 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  background: transparent;
  -webkit-transition: all 0.24s;
  transition: all 0.24s;
  width: 100%;
  box-sizing: border-box;
  font-family: "aeonikmedium";
  font-size: 1.4rem;
  line-height: 3.5rem;
  color: #dcdcdc;
}
.form-row .form-row-50 div.fancy-select div.trigger:after,
.form-row .form-row-100 div.fancy-select div.trigger:after {
  position: absolute;
  right: 1rem;
  top: 50%;
  width: 0.8rem;
  height: 0.8rem;
  border-right: 1px solid #212121;
  border-bottom: 1px solid #212121;
  content: "";
  margin-top: -0.4rem;
  transform: rotate(45deg);
  z-index: 2;
}
.form-row .form-row-50 div.fancy-select div.trigger.open:after,
.form-row .form-row-100 div.fancy-select div.trigger.open:after {
  transform: scaleY(-1) rotate(45deg);
}
.form-row .form-row-50 div.fancy-select ul.options,
.form-row .form-row-100 div.fancy-select ul.options {
  list-style: none;
  margin: 0;
  box-sizing: border-box;
  position: absolute;
  top: 100%;
  left: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 50;
  max-height: 231px;
  overflow: auto;
  background: #ffffff;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3);
  min-width: 10px;
  font-size: 2.5rem;
  line-height: 0.86;
  width: 100%;
  padding: 0.7rem 1.5rem;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.form-row .form-row-50 div.fancy-select ul.options.open,
.form-row .form-row-100 div.fancy-select ul.options.open {
  visibility: visible;
  top: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.3s, top 0.3s;
  transition: opacity 0.3s, top 0.3s;
}
.form-row .form-row-50 div.fancy-select ul.options.overflowing,
.form-row .form-row-100 div.fancy-select ul.options.overflowing {
  top: auto;
  bottom: 0;
  -webkit-transition: opacity 0.3s, visibility 0.3s, bottom 0.3s;
  transition: opacity 0.3s, visibility 0.3s, bottom 0.3s;
}
.form-row .form-row-50 div.fancy-select ul.options.overflowing.open,
.form-row .form-row-100 div.fancy-select ul.options.overflowing.open {
  top: auto;
  bottom: 100%;
  -webkit-transition: opacity 0.3s, bottom 0.3s;
  transition: opacity 0.3s, bottom 0.3s;
}
.form-row .form-row-50 div.fancy-select ul.options li,
.form-row .form-row-100 div.fancy-select ul.options li {
  line-height: 1;
  padding: 0.8rem 0;
  margin: 0;
  cursor: pointer;
  font-family: "aeonikmedium";
  font-size: 1.4rem;
  line-height: 2rem;
  color: #212121;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.form-row .form-row-50 div.fancy-select ul.options li.selected,
.form-row .form-row-100 div.fancy-select ul.options li.selected {
  font-weight: bold;
}
.form-row .form-row-50 div.fancy-select ul.options li.hover,
.form-row .form-row-100 div.fancy-select ul.options li.hover {
  color: rgba(0, 0, 0, 0.7);
}
.form-row .form-row-50 div.fancy-select ul.options li:before,
.form-row .form-row-100 div.fancy-select ul.options li:before {
  display: none;
}
.form-row .form-row-50 input[type="text"],
.form-row .form-row-50 input[type="date"],
.form-row .form-row-50 input[type="password"],
.form-row .form-row-50 input[type="email"],
.form-row .form-row-50 input[type="tel"],
.form-row .form-row-50 textarea,
.form-row .form-row-100 input[type="text"],
.form-row .form-row-100 input[type="date"],
.form-row .form-row-100 input[type="password"],
.form-row .form-row-100 input[type="email"],
.form-row .form-row-100 input[type="tel"],
.form-row .form-row-100 textarea {
  border: none;
  border-bottom: 1px solid #bfbfbf;
  font-family: "aeonikmedium";
  font-size: 1.4rem;
  line-height: 3rem;
  height: 3rem;
  padding: 0 2.5rem 0 0;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  color: #5b5a5a;
  border-radius: 0;
}
.form-row .form-row-50 input[type="text"].wpcf7-not-valid,
.form-row .form-row-50 input[type="date"].wpcf7-not-valid,
.form-row .form-row-50 input[type="password"].wpcf7-not-valid,
.form-row .form-row-50 input[type="email"].wpcf7-not-valid,
.form-row .form-row-50 input[type="tel"].wpcf7-not-valid,
.form-row .form-row-50 textarea.wpcf7-not-valid,
.form-row .form-row-100 input[type="text"].wpcf7-not-valid,
.form-row .form-row-100 input[type="date"].wpcf7-not-valid,
.form-row .form-row-100 input[type="password"].wpcf7-not-valid,
.form-row .form-row-100 input[type="email"].wpcf7-not-valid,
.form-row .form-row-100 input[type="tel"].wpcf7-not-valid,
.form-row .form-row-100 textarea.wpcf7-not-valid {
  border-bottom: 1px solid orange;
}
.form-row .form-row-50 input[type="text"]::-webkit-input-placeholder,
.form-row .form-row-50 input[type="date"]::-webkit-input-placeholder,
.form-row .form-row-50 input[type="password"]::-webkit-input-placeholder,
.form-row .form-row-50 input[type="email"]::-webkit-input-placeholder,
.form-row .form-row-50 input[type="tel"]::-webkit-input-placeholder,
.form-row .form-row-50 textarea::-webkit-input-placeholder,
.form-row .form-row-100 input[type="text"]::-webkit-input-placeholder,
.form-row .form-row-100 input[type="date"]::-webkit-input-placeholder,
.form-row .form-row-100 input[type="password"]::-webkit-input-placeholder,
.form-row .form-row-100 input[type="email"]::-webkit-input-placeholder,
.form-row .form-row-100 input[type="tel"]::-webkit-input-placeholder,
.form-row .form-row-100 textarea::-webkit-input-placeholder {
  font-size: 1.4rem;
  font-family: "aeonikmedium";
  color: #dcdcdc;
  opacity: 1;
}
.form-row .form-row-50 input[type="text"]:-moz-placeholder,
.form-row .form-row-50 input[type="date"]:-moz-placeholder,
.form-row .form-row-50 input[type="password"]:-moz-placeholder,
.form-row .form-row-50 input[type="email"]:-moz-placeholder,
.form-row .form-row-50 input[type="tel"]:-moz-placeholder,
.form-row .form-row-50 textarea:-moz-placeholder,
.form-row .form-row-100 input[type="text"]:-moz-placeholder,
.form-row .form-row-100 input[type="date"]:-moz-placeholder,
.form-row .form-row-100 input[type="password"]:-moz-placeholder,
.form-row .form-row-100 input[type="email"]:-moz-placeholder,
.form-row .form-row-100 input[type="tel"]:-moz-placeholder,
.form-row .form-row-100 textarea:-moz-placeholder {
  font-size: 1.4rem;
  font-family: "aeonikmedium";
  color: #dcdcdc;
  opacity: 1;
}
.form-row .form-row-50 input[type="text"]::-moz-placeholder,
.form-row .form-row-50 input[type="date"]::-moz-placeholder,
.form-row .form-row-50 input[type="password"]::-moz-placeholder,
.form-row .form-row-50 input[type="email"]::-moz-placeholder,
.form-row .form-row-50 input[type="tel"]::-moz-placeholder,
.form-row .form-row-50 textarea::-moz-placeholder,
.form-row .form-row-100 input[type="text"]::-moz-placeholder,
.form-row .form-row-100 input[type="date"]::-moz-placeholder,
.form-row .form-row-100 input[type="password"]::-moz-placeholder,
.form-row .form-row-100 input[type="email"]::-moz-placeholder,
.form-row .form-row-100 input[type="tel"]::-moz-placeholder,
.form-row .form-row-100 textarea::-moz-placeholder {
  font-size: 1.4rem;
  font-family: "aeonikmedium";
  color: #dcdcdc;
  opacity: 1;
}
.form-row .form-row-50 input[type="text"]:-ms-input-placeholder,
.form-row .form-row-50 input[type="date"]:-ms-input-placeholder,
.form-row .form-row-50 input[type="password"]:-ms-input-placeholder,
.form-row .form-row-50 input[type="email"]:-ms-input-placeholder,
.form-row .form-row-50 input[type="tel"]:-ms-input-placeholder,
.form-row .form-row-50 textarea:-ms-input-placeholder,
.form-row .form-row-100 input[type="text"]:-ms-input-placeholder,
.form-row .form-row-100 input[type="date"]:-ms-input-placeholder,
.form-row .form-row-100 input[type="password"]:-ms-input-placeholder,
.form-row .form-row-100 input[type="email"]:-ms-input-placeholder,
.form-row .form-row-100 input[type="tel"]:-ms-input-placeholder,
.form-row .form-row-100 textarea:-ms-input-placeholder {
  font-size: 1.4rem;
  font-family: "aeonikmedium";
  color: #dcdcdc;
  opacity: 1;
}
.form-row .form-row-50 input[type="text"]:focus,
.form-row .form-row-50 input[type="date"]:focus,
.form-row .form-row-50 input[type="password"]:focus,
.form-row .form-row-50 input[type="email"]:focus,
.form-row .form-row-50 input[type="tel"]:focus,
.form-row .form-row-50 textarea:focus,
.form-row .form-row-100 input[type="text"]:focus,
.form-row .form-row-100 input[type="date"]:focus,
.form-row .form-row-100 input[type="password"]:focus,
.form-row .form-row-100 input[type="email"]:focus,
.form-row .form-row-100 input[type="tel"]:focus,
.form-row .form-row-100 textarea:focus {
  border-bottom: 1px solid #212121;
}
.form-row .form-row-50 input[type="text"]:focus::-webkit-input-placeholder,
.form-row .form-row-50 input[type="date"]:focus::-webkit-input-placeholder,
.form-row .form-row-50 input[type="password"]:focus::-webkit-input-placeholder,
.form-row .form-row-50 input[type="email"]:focus::-webkit-input-placeholder,
.form-row .form-row-50 input[type="tel"]:focus::-webkit-input-placeholder,
.form-row .form-row-50 textarea:focus::-webkit-input-placeholder,
.form-row .form-row-100 input[type="text"]:focus::-webkit-input-placeholder,
.form-row .form-row-100 input[type="date"]:focus::-webkit-input-placeholder,
.form-row .form-row-100 input[type="password"]:focus::-webkit-input-placeholder,
.form-row .form-row-100 input[type="email"]:focus::-webkit-input-placeholder,
.form-row .form-row-100 input[type="tel"]:focus::-webkit-input-placeholder,
.form-row .form-row-100 textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}
.form-row .form-row-50 input[type="text"]:focus:-moz-placeholder,
.form-row .form-row-50 input[type="date"]:focus:-moz-placeholder,
.form-row .form-row-50 input[type="password"]:focus:-moz-placeholder,
.form-row .form-row-50 input[type="email"]:focus:-moz-placeholder,
.form-row .form-row-50 input[type="tel"]:focus:-moz-placeholder,
.form-row .form-row-50 textarea:focus:-moz-placeholder,
.form-row .form-row-100 input[type="text"]:focus:-moz-placeholder,
.form-row .form-row-100 input[type="date"]:focus:-moz-placeholder,
.form-row .form-row-100 input[type="password"]:focus:-moz-placeholder,
.form-row .form-row-100 input[type="email"]:focus:-moz-placeholder,
.form-row .form-row-100 input[type="tel"]:focus:-moz-placeholder,
.form-row .form-row-100 textarea:focus:-moz-placeholder {
  opacity: 0;
}
.form-row .form-row-50 input[type="text"]:focus::-moz-placeholder,
.form-row .form-row-50 input[type="date"]:focus::-moz-placeholder,
.form-row .form-row-50 input[type="password"]:focus::-moz-placeholder,
.form-row .form-row-50 input[type="email"]:focus::-moz-placeholder,
.form-row .form-row-50 input[type="tel"]:focus::-moz-placeholder,
.form-row .form-row-50 textarea:focus::-moz-placeholder,
.form-row .form-row-100 input[type="text"]:focus::-moz-placeholder,
.form-row .form-row-100 input[type="date"]:focus::-moz-placeholder,
.form-row .form-row-100 input[type="password"]:focus::-moz-placeholder,
.form-row .form-row-100 input[type="email"]:focus::-moz-placeholder,
.form-row .form-row-100 input[type="tel"]:focus::-moz-placeholder,
.form-row .form-row-100 textarea:focus::-moz-placeholder {
  opacity: 0;
}
.form-row .form-row-50 input[type="text"]:focus:-ms-input-placeholder,
.form-row .form-row-50 input[type="date"]:focus:-ms-input-placeholder,
.form-row .form-row-50 input[type="password"]:focus:-ms-input-placeholder,
.form-row .form-row-50 input[type="email"]:focus:-ms-input-placeholder,
.form-row .form-row-50 input[type="tel"]:focus:-ms-input-placeholder,
.form-row .form-row-50 textarea:focus:-ms-input-placeholder,
.form-row .form-row-100 input[type="text"]:focus:-ms-input-placeholder,
.form-row .form-row-100 input[type="date"]:focus:-ms-input-placeholder,
.form-row .form-row-100 input[type="password"]:focus:-ms-input-placeholder,
.form-row .form-row-100 input[type="email"]:focus:-ms-input-placeholder,
.form-row .form-row-100 input[type="tel"]:focus:-ms-input-placeholder,
.form-row .form-row-100 textarea:focus:-ms-input-placeholder {
  opacity: 0;
}
.form-row .form-row-50 textarea,
.form-row .form-row-100 textarea {
  height: 17rem;
  border: 1px solid #bfbfbf;
  resize: none;
  padding: 1rem 1.9rem;
  border-radius: 3px;
}
.form-row .form-row-50 textarea:focus,
.form-row .form-row-100 textarea:focus {
  border-bottom: 1px solid #212121;
}
.form-row .form-row-50 textarea:focus::-webkit-input-placeholder,
.form-row .form-row-100 textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}
.form-row .form-row-50 textarea:focus:-moz-placeholder,
.form-row .form-row-100 textarea:focus:-moz-placeholder {
  opacity: 0;
}
.form-row .form-row-50 textarea:focus::-moz-placeholder,
.form-row .form-row-100 textarea:focus::-moz-placeholder {
  opacity: 0;
}
.form-row .form-row-50 textarea:focus:-ms-input-placeholder,
.form-row .form-row-100 textarea:focus:-ms-input-placeholder {
  opacity: 0;
}
.form-row .form-row-50 .wpcf7-radio .wpcf7-list-item,
.form-row .form-row-100 .wpcf7-radio .wpcf7-list-item {
  float: left;
  width: 47.8%;
  margin: 0;
}
.form-row .form-row-50 .wpcf7-radio .wpcf7-list-item + .wpcf7-list-item,
.form-row .form-row-100 .wpcf7-radio .wpcf7-list-item + .wpcf7-list-item {
  float: right;
}
.form-row .form-row-50 .wpcf7-radio .wpcf7-list-item label,
.form-row .form-row-100 .wpcf7-radio .wpcf7-list-item label {
  display: block;
}
.form-row .form-row-50 .wpcf7-radio .wpcf7-list-item label input,
.form-row .form-row-100 .wpcf7-radio .wpcf7-list-item label input {
  display: none;
}
.form-row
  .form-row-50
  .wpcf7-radio
  .wpcf7-list-item
  label
  input:checked
  + .wpcf7-list-item-label,
.form-row
  .form-row-100
  .wpcf7-radio
  .wpcf7-list-item
  label
  input:checked
  + .wpcf7-list-item-label {
  border-color: #212121;
}
.form-row
  .form-row-50
  .wpcf7-radio
  .wpcf7-list-item
  label
  input:checked
  + .wpcf7-list-item-label:before,
.form-row
  .form-row-100
  .wpcf7-radio
  .wpcf7-list-item
  label
  input:checked
  + .wpcf7-list-item-label:before {
  border: 1px solid #003a7d;
}
.form-row
  .form-row-50
  .wpcf7-radio
  .wpcf7-list-item
  label
  input:checked
  + .wpcf7-list-item-label:after,
.form-row
  .form-row-100
  .wpcf7-radio
  .wpcf7-list-item
  label
  input:checked
  + .wpcf7-list-item-label:after {
  opacity: 1;
}
.form-row .form-row-50 .wpcf7-radio .wpcf7-list-item label input:focus,
.form-row .form-row-100 .wpcf7-radio .wpcf7-list-item label input:focus {
  border-bottom: 1px solid #212121;
}
.form-row
  .form-row-50
  .wpcf7-radio
  .wpcf7-list-item
  label
  .wpcf7-list-item-label,
.form-row
  .form-row-100
  .wpcf7-radio
  .wpcf7-list-item
  label
  .wpcf7-list-item-label {
  line-height: 1;
  border: 1px solid #bfbfbf;
  border-radius: 3px;
  position: relative;
  display: block;
  padding: 15px 10px 15px 45px;
  font-size: 1.4rem;
  box-sizing: border-box;
  cursor: pointer;
  color: #5b5a5a;
  font-family: "aeonikmedium";
}
.form-row
  .form-row-50
  .wpcf7-radio
  .wpcf7-list-item
  label
  .wpcf7-list-item-label:before,
.form-row
  .form-row-100
  .wpcf7-radio
  .wpcf7-list-item
  label
  .wpcf7-list-item-label:before {
  position: absolute;
  top: 50%;
  left: 17px;
  width: 18px;
  height: 18px;
  content: "";
  margin-top: -10px;
  border-radius: 50%;
  border: 1px solid #bfbfbf;
}
.form-row
  .form-row-50
  .wpcf7-radio
  .wpcf7-list-item
  label
  .wpcf7-list-item-label:after,
.form-row
  .form-row-100
  .wpcf7-radio
  .wpcf7-list-item
  label
  .wpcf7-list-item-label:after {
  width: 16px;
  height: 16px;
  background: #003a7d;
  content: "";
  border-radius: 50%;
  top: 50%;
  margin-top: -8px;
  left: 19px;
  display: block;
  opacity: 0;
  position: absolute;
}
.form-row .form-row-50 .wpcf7-checkbox,
.form-row .form-row-100 .wpcf7-checkbox {
  position: relative;
}
.form-row .form-row-50 .wpcf7-checkbox span.wpcf7-list-item,
.form-row .form-row-100 .wpcf7-checkbox span.wpcf7-list-item {
  margin-left: 0;
  margin-right: 2rem;
}
.form-row .form-row-50 .wpcf7-checkbox input,
.form-row .form-row-100 .wpcf7-checkbox input {
  display: none;
}
.form-row .form-row-50 .wpcf7-checkbox input[disabled] + .wpcf7-list-item-label,
.form-row
  .form-row-100
  .wpcf7-checkbox
  input[disabled]
  + .wpcf7-list-item-label {
  opacity: 0.5;
}
.form-row .form-row-50 .wpcf7-checkbox input:checked + span:before,
.form-row .form-row-100 .wpcf7-checkbox input:checked + span:before {
  border: 1px solid #003a7d;
}
.form-row .form-row-50 .wpcf7-checkbox input:checked + span:after,
.form-row .form-row-100 .wpcf7-checkbox input:checked + span:after {
  opacity: 1;
}
.form-row .form-row-50 .wpcf7-checkbox label span,
.form-row .form-row-100 .wpcf7-checkbox label span {
  line-height: 2.1rem;
  font-family: "aeonikmedium";
  font-size: 1.4rem;
  padding-left: 30px;
  position: relative;
}
.form-row .form-row-50 .wpcf7-checkbox label span:before,
.form-row .form-row-100 .wpcf7-checkbox label span:before {
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 3px;
  border: 1px solid #bfbfbf;
  content: "";
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 0;
}
.form-row .form-row-50 .wpcf7-checkbox label span:after,
.form-row .form-row-100 .wpcf7-checkbox label span:after {
  position: absolute;
  top: 2px;
  left: 0.6rem;
  content: "";
  width: 0.7rem;
  height: 1.4rem;
  opacity: 0;
  border-right: 1px solid #003a7d;
  border-bottom: 1px solid #003a7d;
  transform: rotate(45deg);
}
.form-row .form-row-50 .with-file,
.form-row .form-row-100 .with-file {
  position: relative;
  margin-bottom: 1.5rem;
}
.form-row .form-row-50 .with-file + .with-file,
.form-row .form-row-100 .with-file + .with-file {
  display: none;
}
.form-row .form-row-50 .with-file.selected .file-name-contact,
.form-row .form-row-100 .with-file.selected .file-name-contact {
  color: #212121;
  background: url(../images/file-icon-green.svg) no-repeat 0 50% / 19px 19px;
}
.form-row .form-row-50 .with-file.selected .remove-file,
.form-row .form-row-100 .with-file.selected .remove-file {
  display: block;
}
.form-row .form-row-50 .with-file .remove-file,
.form-row .form-row-100 .with-file .remove-file {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 10px;
  display: none;
}
.form-row .form-row-50 .with-file .remove-file:before,
.form-row .form-row-50 .with-file .remove-file:after,
.form-row .form-row-100 .with-file .remove-file:before,
.form-row .form-row-100 .with-file .remove-file:after {
  content: "";
  top: 50%;
  position: absolute;
  left: 50%;
  width: 12px;
  margin-left: -6px;
  height: 1px;
  margin-top: 0.5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #212121;
}
.form-row .form-row-50 .with-file .remove-file:after,
.form-row .form-row-100 .with-file .remove-file:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.form-row .form-row-50 .with-file .wpcf7-form-control-wrap,
.form-row .form-row-100 .with-file .wpcf7-form-control-wrap {
  display: block;
  border: 1px dotted #bfbfbf;
  border-radius: 3px;
  cursor: pointer;
}
.form-row .form-row-50 .with-file .wpcf7-form-control-wrap input,
.form-row .form-row-100 .with-file .wpcf7-form-control-wrap input {
  height: 5.8rem;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.form-row .form-row-50 .with-file .file-name-contact,
.form-row .form-row-100 .with-file .file-name-contact {
  position: absolute;
  font-size: 1.4rem;
  font-family: "aeonikmedium";
  left: 1.7rem;
  right: 3rem;
  line-height: 20px;
  padding-left: 3rem;
  bottom: 1.9rem;
  background: url(../images/file-icon.svg) no-repeat 0 50% / 19px 19px;
  color: #bfbfbf;
  pointer-events: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.form-row .form-row-100 {
  width: 100%;
}
.form-row .form-row-100 > span {
  display: block;
  font-size: 1.2rem;
  font-family: "aeonikmedium";
  color: purple;
}
.form-row .form-row-100 > span.bold {
  margin-bottom: 1rem;
  font-size: 1.4rem;
  color: #212121;
}
.ui-datepicker {
  z-index: 99 !important;
}
.option-f {
  display: none;
}
.form-row .form-row-100 .certification .wpcf7-checkbox label span:before,
.option-f.form-row .form-row-100 .wpcf7-checkbox label span:before {
  border-color: #003a7d;
}
.form-row .form-row-100 .certification .wpcf7-checkbox label span:after,
.option-f.form-row .form-row-100 .wpcf7-checkbox label span:after {
  border-right-color: #003a7d;
  border-bottom-color: #003a7d;
}
@media (max-width: 1440px) {
  .form-section {
    padding: 5rem 0;
  }
}
@media (max-width: 1023px) {
  .form-section .form-left {
    width: 100%;
  }
  .form-section .form-left h2 {
    margin-bottom: 1.5rem;
  }
  .form-section .form-right {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .form-section .form-right .form-row .form-row-50 {
    width: 100%;
  }
  .form-row .form-row-50 .wpcf7-radio .wpcf7-list-item,
  .form-row .form-row-100 .wpcf7-radio .wpcf7-list-item {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
  .form-row .form-row-50 .wpcf7-checkbox span.wpcf7-list-item,
  .form-row .form-row-100 .wpcf7-checkbox span.wpcf7-list-item {
    margin-bottom: 10px;
  }
}
.upcoming-single {
  padding: 10rem 0;
}
.upcoming-single .upcoming-single-inner {
  position: relative;
  padding: 12.6rem 0 10.5rem;
}
.upcoming-single .upcoming-single-inner .wipe-image {
  background: #fff;
}
.upcoming-single .upcoming-single-inner .upcoming-single-right {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 68.8%;
  overflow: hidden;
}
.upcoming-single .upcoming-single-inner .upcoming-single-right span {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scale(1.2);
  opacity: 0.2;
}
.upcoming-single .upcoming-single-inner .upcoming-single-right:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: rgba(191, 209, 246, 0.24);
}
.upcoming-single .upcoming-single-inner .upcoming-single-left {
  width: 48%;
  position: relative;
  z-index: 10;
}
.upcoming-single .upcoming-single-inner .upcoming-single-left h2 {
  font-size: 4.8rem;
  margin-bottom: 4rem;
}
.upcoming-single .upcoming-single-inner .upcoming-single-left h3 {
  max-width: 30rem;
  display: block;
  font-size: 2.8rem;
  line-height: 1.36;
  letter-spacing: -0.04rem;
}
.page-template-service-page .upcoming-single {
  padding: 3.5rem 0 12rem;
}
.page-template-service-page
  .upcoming-single
  .upcoming-single-inner
  .upcoming-single-left
  h2 {
  margin-bottom: 7rem;
}
.upcoming-training {
  padding: 10rem 0;
}
.upcoming-training .upcoming-training-inner {
  display: flex;
  justify-content: space-between;
}
.upcoming-training .upcoming-training-inner .upcoming-training-left {
  width: 42.8%;
  margin-right: 6.2%;
  position: relative;
  flex: 1;
}
.upcoming-training
  .upcoming-training-inner
  .upcoming-training-left
  .wipe-image {
  background: #fff;
  left: auto;
  right: 0;
}
.upcoming-training
  .upcoming-training-inner
  .upcoming-training-left
  .upcoming-info-image {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.5rem;
  width: 80.7%;
  overflow: hidden;
}
.upcoming-training
  .upcoming-training-inner
  .upcoming-training-left
  .upcoming-info-image
  span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.2;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.upcoming-training
  .upcoming-training-inner
  .upcoming-training-left
  .upcoming-info-image:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: rgba(191, 209, 246, 0.24);
}
.upcoming-training
  .upcoming-training-inner
  .upcoming-training-left
  .upcoming-info {
  position: absolute;
  top: 50%;
  left: 0;
  right: 7rem;
  transform: translate(0, -50%);
  z-index: 5;
}
.upcoming-training
  .upcoming-training-inner
  .upcoming-training-left
  .upcoming-info
  h2 {
  font-size: 4.8rem;
  line-height: 1.41;
  margin-bottom: 0.5rem;
}
.upcoming-training
  .upcoming-training-inner
  .upcoming-training-left
  .upcoming-info
  p {
  margin-bottom: 3.7rem;
  line-height: 1.6;
}
.upcoming-training .upcoming-training-inner .upcoming-training-right {
  width: 51%;
  flex: 1;
  padding: 11.5rem 0 9rem;
}
.upcoming-training
  .upcoming-training-inner
  .upcoming-training-right
  .uppcoming-item-training {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 4.4rem;
  margin-bottom: 5.4rem;
  margin-left: -1.5rem;
}
.upcoming-training
  .upcoming-training-inner
  .upcoming-training-right
  .uppcoming-item-training:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
.upcoming-training
  .upcoming-training-inner
  .upcoming-training-right
  .uppcoming-item-training
  .learn-more {
  z-index: 30;
}
.upcoming-training
  .upcoming-training-inner
  .upcoming-training-right
  .uppcoming-item-training
  .learn-more:before {
  position: absolute;
  content: "";
  bottom: 0.5rem;
  left: 0;
  width: 100%;
  height: 1px;
  transition: width 0.35s;
}
.upcoming-training
  .upcoming-training-inner
  .upcoming-training-right
  .uppcoming-item-training
  .learn-more.blue {
  text-decoration: none;
  color: #003a70;
  position: relative;
  padding-right: 0;
  margin-right: 68px;
}
.upcoming-training
  .upcoming-training-inner
  .upcoming-training-right
  .uppcoming-item-training
  .learn-more.blue:before {
  background: #003a70;
}
.upcoming-training
  .upcoming-training-inner
  .upcoming-training-right
  .uppcoming-item-training
  .learn-more.blue:hover:before {
  width: 0;
}
.upcoming-training
  .upcoming-training-inner
  .upcoming-training-right
  .uppcoming-item-training
  .learn-more.external:before {
  background: #e6192d;
  width: 0;
}
.upcoming-training
  .upcoming-training-inner
  .upcoming-training-right
  .uppcoming-item-training
  .learn-more.external:hover:before {
  width: 100%;
}
.upcoming-training .upcoming-training-inner .upcoming-training-right h3 {
  font-size: 2.4rem;
  margin-bottom: 3.3rem;
}
.upcoming-training
  .upcoming-training-inner
  .upcoming-training-right
  .uppcoming-time {
  margin-bottom: 0;
}
.upcoming-training
  .upcoming-training-inner
  .upcoming-training-right
  .uppcoming-time:after {
  display: none;
}
.single-training .upcoming-single {
  padding-bottom: 20rem;
}
.single-training
  .upcoming-single
  .upcoming-single-inner
  .upcoming-single-left
  h3 {
  max-width: 100%;
}
.upcoming-single .uppcoming-time:after {
  display: none;
}
@media (max-width: 1440px) {
  .upcoming-single,
  .upcoming-training {
    padding: 5rem 0;
  }
  .single-training .upcoming-single {
    padding-bottom: 10rem;
  }
}
@media (max-width: 1200px) {
  .uppcoming-time .upcoming-single-inner {
    padding: 7rem 0;
  }
  .uppcoming-time .upcoming-single-inner .upcoming-single-right {
    width: 58%;
  }
  .uppcoming-time .upcoming-single-inner .upcoming-single-left {
    width: 55%;
  }
  .uppcoming-time .upcoming-single-inner .upcoming-single-left h3 {
    max-width: 100%;
  }
  .upcoming-training .upcoming-training-inner .upcoming-training-right {
    padding: 5rem 0;
  }
}
@media (max-width: 1024px) {
  .upcoming-single .upcoming-single-inner .upcoming-single-left h2,
  .upcoming-training
    .upcoming-training-inner
    .upcoming-training-left
    .upcoming-info
    h2 {
    font-size: 3.6rem;
  }
  .upcoming-single .upcoming-single-inner .upcoming-single-left h3 {
    font-size: 2.2rem;
  }
  .page-template-service-page .upcoming-single {
    padding: 9rem 0 12rem;
  }
}
@media (max-width: 1023px) {
  .upcoming-training
    .upcoming-training-inner
    .upcoming-training-left
    .upcoming-info {
    right: 5rem;
  }
  .upcoming-training
    .upcoming-training-inner
    .upcoming-training-right
    .uppcoming-item-training
    p {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 767px) {
  .page-template-service-page
    .upcoming-single
    .upcoming-single-inner
    .upcoming-single-left
    h2 {
    margin-bottom: 4rem;
  }
  .page-template-service-page .upcoming-single {
    padding: 5rem 0 8rem;
  }
  .single-training .upcoming-single {
    padding-bottom: 5rem;
  }
  .single-training
    .upcoming-single
    .upcoming-single-inner
    .upcoming-single-right {
    margin-bottom: 0;
  }
  .upcoming-single .upcoming-single-inner {
    padding: 0;
  }
  .upcoming-single .upcoming-single-inner .upcoming-single-right {
    width: 100%;
    margin-bottom: 4rem;
    position: relative;
    padding-top: 56%;
  }
  .upcoming-single .upcoming-single-inner .upcoming-single-left {
    width: 100%;
  }
  .upcoming-training .upcoming-training-inner {
    display: block;
  }
  .upcoming-training .upcoming-training-inner .upcoming-training-left {
    width: 100%;
  }
  .upcoming-training
    .upcoming-training-inner
    .upcoming-training-left
    .upcoming-info-image {
    position: relative;
    padding-top: 56%;
    width: 100%;
    right: auto;
  }
  .upcoming-training
    .upcoming-training-inner
    .upcoming-training-left
    .upcoming-info {
    position: static;
    transform: none;
    margin-bottom: 5rem;
  }
  .upcoming-training
    .upcoming-training-inner
    .upcoming-training-left
    .upcoming-info
    p {
    margin-bottom: 1.5rem;
  }
  .upcoming-training .upcoming-training-inner .upcoming-training-right {
    display: block;
    width: 100%;
    padding-bottom: 0;
  }
  .upcoming-training
    .upcoming-training-inner
    .upcoming-training-right
    .uppcoming-item-training {
    margin-left: 0;
    margin-bottom: 3rem;
    padding-bottom: 3rem;
  }
  .upcoming-single .upcoming-single-inner .upcoming-single-left {
    margin-bottom: 3rem;
  }
}
@media (max-width: 400px) {
  .upcoming-single .upcoming-single-inner .upcoming-single-left h2 {
    font-size: 2.8rem;
  }
}
.tabs-wrap {
  position: relative;
  z-index: 10;
}
.tab-section {
  padding: 7rem 0;
}
.tab-section .tab-section-inner {
  max-width: 750px;
  margin: 0 auto;
}
.tab-section .tab-section-inner .tab-title-list {
  margin-bottom: 8.5rem;
}
.tab-section .tab-section-inner .tab-title-list ul {
  padding: 0;
  margin: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tab-section .tab-section-inner .tab-title-list ul li {
  list-style-type: none;
  display: block;
  width: 100%;
}
.tab-section .tab-section-inner .tab-title-list ul li.current a {
  color: #e6192d;
  pointer-events: none;
}
.tab-section .tab-section-inner .tab-title-list ul li.current a:after {
  width: 100%;
}
.tab-section .tab-section-inner .tab-title-list ul li a {
  display: block;
  position: relative;
  font-size: 1.6rem;
  color: #e6192d;
  color: #5b5a5a;
  border-bottom: 1px solid #5b5a5a;
  padding: 1rem 0;
  text-align: center;
  font-family: "aeonikbold", Arial, sans-serif;
  transition: color 0.35s, border 0.35s;
}
.tab-section .tab-section-inner .tab-title-list ul li a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  background: #e6192d;
  height: 2px;
  -webkit-transition: width 0.35s;
  transition: width 0.35s;
}
.tab-section .tab-section-inner .tab-title-list ul li a:hover,
.tab-section .tab-section-inner .tab-title-list ul li a:focus {
  color: #e6192d;
}
.tab-section .tab-section-inner .tab-title-list ul li a:hover:after,
.tab-section .tab-section-inner .tab-title-list ul li a:focus:after {
  width: 100%;
}
.tab-section .tab-section-inner .tab-title-list .current-tab {
  display: none;
}
.page-template-service-page .tab-section .tab-section-inner {
  max-width: 950px;
}
.tabs-cert:after {
  clear: both;
  display: block;
  content: "";
}
.tabs-cert .tabs-cert-left {
  float: left;
  width: 53%;
  padding-top: 2rem;
}
.tabs-cert .tabs-cert-left > h3 {
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1.5rem;
  font-size: 2.4rem;
  padding-left: 70px;
}
.tabs-cert .tabs-cert-left > h3 span {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  position: absolute;
  left: 0;
  top: 0;
}
.tabs-cert .tabs-cert-left .sub-title {
  margin-bottom: 3rem;
  color: #5b5a5a;
}
.tabs-cert .tabs-cert-left p {
  line-height: 1.5;
}
.tabs-cert .tabs-cert-right {
  margin-left: 59%;
  padding-left: 3%;
  border-left: 1px solid #dcdcdc;
  padding-top: 4rem;
}
.tabs-cert .tabs-cert-right .content-entry {
  margin-bottom: 2.5rem;
}
.tabs-cert .tabs-cert-right .content-entry p {
  line-height: 1.5;
}
.tabs-cert .tabs-cert-right .content-entry p strong {
  color: #212121;
}
.tabs-cert .tabs-cert-right .content-entry ul li:before {
  top: 0;
  margin-top: 0.6rem;
  background: none;
  border: 1px solid #1a2848;
}
.tab-intro {
  margin-bottom: 8rem;
}
.tab-intro .tab-intro-left {
  width: 37%;
  float: left;
}
.tab-intro .tab-intro-right {
  margin-left: 41%;
}
.tab-intro:after {
  clear: both;
  display: block;
  content: "";
}
@media (min-width: 768px) {
  .tab-section .tab-section-inner .tab-title-list ul {
    display: flex !important;
  }
}
@media (max-width: 1440px) {
  .tab-section {
    padding: 5rem 0;
  }
  .tab-section .tab-section-inner .tab-title-list {
    margin-bottom: 5rem;
  }
}
@media (max-width: 1200px) {
  .tab-section .tab-section-inner .tab-title-list ul li a {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .tab-section .tab-section-inner .tab-title-list {
    position: relative;
  }
  .tab-section .tab-section-inner .tab-title-list .current-tab {
    display: block;
    border-bottom: 1px solid #212121;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    font-size: 2rem;
    padding: 1rem 0;
    color: #212121;
    font-family: "SharpSans-Bold", Arial, sans-serif;
  }
  .tab-section .tab-section-inner .tab-title-list .current-tab:after {
    position: absolute;
    right: 0.5rem;
    top: 50%;
    content: "";
    width: 0.9rem;
    height: 0.9rem;
    border-bottom: 1px solid #212121;
    border-right: 1px solid #212121;
    transform: rotate(45deg);
    margin-top: -0.4rem;
  }
  .tab-section .tab-section-inner .tab-title-list ul {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #212121;
    border-top: none;
    padding: 2rem;
    z-index: 99;
    box-sizing: border-box;
    display: none;
  }
  .tab-section .tab-section-inner .tab-title-list ul li {
    display: block;
    border: none;
  }
  .tab-section .tab-section-inner .tab-title-list ul li a {
    border: none !important;
    color: #212121;
    text-align: left;
  }
}
@media (max-width: 600px) {
  .tab-intro .tab-intro-left {
    width: auto;
    float: none;
  }
  .tab-intro .tab-intro-right {
    margin-left: 0;
  }
  .tabs-cert .tabs-cert-left {
    float: none;
    width: auto;
  }
  .tabs-cert .tabs-cert-right {
    margin-left: 0;
    padding-left: 0;
    border: none;
  }
}
.accordion-section {
  padding: 6rem 0;
}
.accordion-section.accordion-full .accordion-section-inner .accordion-left {
  float: none;
  width: auto;
}
.accordion-section.accordion-full .accordion-section-inner .accordion-right {
  float: none;
  width: auto;
}
.accordion-section.hide-numb .accordion-section-inner .accordion-title {
  padding-left: 0;
}
.accordion-section.hide-numb .accordion-section-inner .accordion-title span {
  display: none;
}
.accordion-section .accordion-section-inner .accordion-left {
  float: left;
  width: 45%;
}
.accordion-section .accordion-section-inner .accordion-left h2 {
  position: relative;
  padding-bottom: 0.7rem;
}
.accordion-section .accordion-section-inner .accordion-right {
  float: right;
  width: 48.7%;
}
.accordion-section .accordion-section-inner .accordion-wrap {
  position: relative;
}
.accordion-section .accordion-section-inner .accordion-title {
  position: relative;
  font-size: 1.7rem;
  line-height: 1.5;
  color: #212121;
  cursor: pointer;
  border-bottom: 2px solid #e5e5e5;
  font-family: "SharpSans-Bold";
  padding: 2rem 0 2rem 5.6rem;
}
.accordion-section .accordion-section-inner .accordion-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 2px;
  width: 0;
  background: #e6192d;
  z-index: 9;
  -webkit-transition: width 0.35s;
  transition: width 0.35s;
}
.accordion-section .accordion-section-inner .accordion-title.accordion-title-1 {
  padding-top: 0;
  border-top: none;
}
.accordion-section
  .accordion-section-inner
  .accordion-title.accordion-title-1
  span {
  top: 0;
}
.accordion-section
  .accordion-section-inner
  .accordion-title.expanded
  strong:after {
  opacity: 0;
}
.accordion-section .accordion-section-inner .accordion-title strong {
  font-weight: normal;
  position: relative;
  padding-right: 6.5rem;
  display: block;
}
.accordion-section .accordion-section-inner .accordion-title strong:before {
  width: 2.2rem;
  height: 0.2rem;
  background: #e6192d;
  content: "";
  position: absolute;
  right: 0.4rem;
  top: 50%;
  margin-top: -0.1rem;
}
.accordion-section .accordion-section-inner .accordion-title strong:after {
  width: 0.2rem;
  height: 2.2rem;
  background: #e6192d;
  content: "";
  position: absolute;
  right: 1.4rem;
  top: 50%;
  transition: opacity 0.35s;
  margin-top: -1.1rem;
}
.accordion-section .accordion-section-inner .accordion-title span {
  position: absolute;
  top: 2rem;
  left: 0;
  -webkit-transition: color 0.35s;
  transition: color 0.35s;
  color: #003a70;
  font-size: 3.6rem;
  line-height: 1;
}
.accordion-section .accordion-section-inner .accordion-desc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: none;
  padding-left: 5.6rem;
}
.accordion-image {
  max-width: 360px;
  padding-top: 5rem;
  position: relative;
}
.accordion-image .wipe-image {
  background: #fff;
  right: 0;
  left: auto;
}
.accordion-section .accordion-section-inner .accordion-title.expanded span,
.accordion-section .accordion-section-inner .accordion-title:hover span,
.accordion-section .accordion-section-inner .accordion-title:focus span {
  color: #e6192d;
}
.accordion-section .accordion-section-inner .accordion-title.expanded:after,
.accordion-section .accordion-section-inner .accordion-title:hover:after,
.accordion-section .accordion-section-inner .accordion-title:focus:after {
  width: 100%;
}
.desktop-version
  .accordion-section
  .accordion-section-inner
  .accordion-title:hover
  span,
.desktop-version
  .accordion-section
  .accordion-section-inner
  .accordion-title:focus
  span,
.desktop-version
  .accordion-section
  .accordion-section-inner
  .accordion-title:expanded
  span {
  color: #e6192d;
}
.desktop-version
  .accordion-section
  .accordion-section-inner
  .accordion-title:hover:after,
.desktop-version
  .accordion-section
  .accordion-section-inner
  .accordion-title:focus:after,
.desktop-version
  .accordion-section
  .accordion-section-inner
  .accordion-title:expanded:after {
  width: 100%;
}
@media (max-width: 1440px) {
  .accordion-section {
    padding: 5rem 0;
  }
}
@media (max-width: 1200px) {
  .accordion-section .accordion-section-inner .accordion-left {
    width: 30%;
  }
  .accordion-section .accordion-section-inner .accordion-left h2:after {
    width: 30rem;
    background-size: contain;
  }
  .accordion-section .accordion-section-inner .accordion-right {
    width: 56%;
  }
}
@media (max-width: 1023px) {
  .accordion-section .accordion-section-inner .accordion-left {
    width: 100%;
    margin-bottom: 3rem;
  }
  .accordion-section .accordion-section-inner .accordion-right {
    width: 100%;
  }
  .accordion-section .accordion-section-inner .accordion-desc {
    padding-left: 3.6rem;
  }
  .accordion-section .accordion-section-inner .accordion-title {
    padding-left: 3.6rem;
  }
  .accordion-section .accordion-section-inner .accordion-title span {
    font-size: 3rem;
  }
}
.carousel-section {
  position: relative;
  padding: 8rem 0;
}
.carousel-section .inner {
  position: relative;
  z-index: 2;
}
.carousel-section:before {
  position: absolute;
  top: 6.5rem;
  bottom: 6.5rem;
  right: -18rem;
  content: "";
  background: url(../images/g-shape.svg) no-repeat 100% 50% / contain;
  width: 74.9rem;
  height: 74.1rem;
}
.carousel-section .carousel-section-inner h2 {
  font-size: 4.8rem;
  line-height: 1.41;
  margin-bottom: 3.8rem;
}
.carousel-section .carousel-section-inner .content-entry {
  max-width: 55rem;
}
.carousel-section .carousel-section-inner .content-entry p {
  margin-bottom: 1.7rem;
}
.carousel-section .carousel-slider {
  padding-bottom: 8rem;
}
.carousel-item {
  font-size: 0;
}
.carousel-item-inner-left {
  width: 55%;
  display: inline-block;
  vertical-align: middle;
}
.carousel-item-img {
  width: 40%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5%;
}
@media (max-width: 1024px) {
  .carousel-section .carousel-section-inner h2 {
    font-size: 3.6rem;
    margin-bottom: 2.8rem;
  }
}
@media (max-width: 1023px) {
  .page-template-flexible-page #content {
    padding-bottom: 10rem;
  }
  .carousel-section {
    padding: 5rem 0;
  }
  .carousel-section .carousel-slider {
    padding-bottom: 4rem;
  }
  .carousel-section:before {
    transform: translate(0, -50%);
    top: 50%;
    bottom: auto;
    width: 40rem;
    height: 40rem;
  }
}
@media (max-width: 767px) {
  .page-template-flexible-page #content {
    padding-bottom: 2rem;
  }
}
@media (max-width: 550px) {
  .carousel-item-inner-left {
    width: auto;
    float: none;
    display: block;
  }
  .carousel-item-img {
    margin-right: 0;
    display: block;
    width: auto;
    margin-bottom: 20px;
  }
}
@media (max-width: 400px) {
  .carousel-section .carousel-section-inner h2 {
    font-size: 2.8rem;
    margin-bottom: 1.8rem;
  }
}
.featured-senior {
  padding: 3rem 0;
  position: relative;
  z-index: 5;
}
.featured-senior h2 {
  margin-bottom: 5rem;
}
.featured-senior .featured-senior-in {
  max-width: 850px;
  margin: 0 0 0 auto;
  font-size: 0;
}
.featured-senior .featured-senior-left {
  display: inline-block;
  vertical-align: top;
  text-align: right;
  width: 25%;
}
.featured-senior .featured-senior-right {
  display: inline-block;
  vertical-align: top;
  font-size: 1.6rem;
  width: 75%;
  padding-left: 3rem;
  box-sizing: border-box;
}
.featured-senior .featured-senior-right .featured-senior-name {
  font-size: 2.4rem;
  color: #212121;
  font-family: "SharpSans-Bold", Arial, sans-serif;
  margin-bottom: 2rem;
}
.featured-senior .featured-senior-right .featured-senior-position {
  font-size: 2rem;
  color: #212121;
  font-family: "aeonikregular", Arial, sans-serif;
  margin-bottom: 2.5rem;
}
/* Training page */
.single-training .hero-flex {
  position: relative;
  margin-bottom: 19.6rem;
}
.single-training .hero-flex:before {
  position: absolute;
  width: 1019px;
  height: 1018px;
  content: "";
  background: url(../images/g-shape.svg) no-repeat 0 0 / contain;
  right: -35%;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.single-training .hero-flex .back-events {
  z-index: 10;
  color: #212121;
}
.single-training .hero-flex .inner {
  position: relative;
  z-index: 3;
}
.single-training .hero-flex .uppcoming-time {
  border-top: 1px solid purple;
  color: #212121;
  font-family: "SharpSans-Bold", Arial, sans-serif;
  line-height: 1.2;
  font-size: 2.3rem;
  margin-bottom: 0.3rem;
}
.single-training .hero-flex .uppcoming-time em {
  font-style: normal;
  font-family: "aeonikregular", Arial, sans-serif;
  display: block;
  font-size: 1.8rem;
  padding: 1rem 0 0;
  color: #5b5a5a;
}
.single-training .hero-flex .uppcoming-time em b {
  font-weight: normal;
  font-family: "aeonikbold", Arial, sans-serif;
  font-size: 1.6rem;
  display: block;
  margin-bottom: 1rem;
}
.single-training .hero-flex .uppcoming-time:after {
  display: none;
}
.single-training .hero-flex .hero-flex-right {
  padding-top: 17rem;
}
.single-training .hero-flex .hero-flex-right img {
  max-width: 36.2rem;
  margin-bottom: 4.5rem;
}
.single-training .hero-flex .hero-flex-right span:before {
  display: none;
}
@media (max-width: 1440px) {
  .single-training .hero-flex {
    margin-bottom: 10rem;
  }
  .single-training .hero-flex:before {
    width: 70rem;
    height: 70rem;
  }
  .single-training .hero-flex .uppcoming-time {
    font-size: 2.2rem;
  }
  .single-training .hero-flex .hero-flex-right {
    padding-top: 5rem;
  }
  .single-training .hero-flex .hero-flex-right img {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .single-training .hero-flex {
    margin-bottom: 10rem;
  }
  .single-training .hero-flex:before {
    display: none;
  }
  .single-training .hero-flex .hero-flex-right {
    padding-top: 3rem;
  }
}
.about-training {
  margin-bottom: 17rem;
}
.single-event .about-training {
  margin-bottom: 5rem;
  position: relative;
  z-index: 2;
}
.single-event .about-training:last-child {
  margin-bottom: 17rem;
}
.about-training .about-training-left {
  float: left;
  width: 54.1%;
}
.about-training .about-training-left.full-width {
  width: auto;
  float: none;
}
.about-training .about-training-left h2 {
  margin-bottom: 5.6rem;
}
.about-training .about-training-left .content-entry p {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 2.8rem;
}
.about-training .about-training-left .hidden-part {
  display: none;
}
.about-training .about-training-right {
  float: right;
  width: 38.2%;
}
.about-training .about-training-right .avatar-section {
  border-bottom: 1px solid purple;
  padding-bottom: 3rem;
  margin-bottom: 4rem;
}
.about-training .about-training-right .avatar-section img {
  width: 8.5rem;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  margin-right: 1rem;
}
.about-training .about-training-right .avatar-section p {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 10rem);
}
.about-training .about-training-right .avatar-section p strong {
  font-size: 2.4rem;
  font-weight: normal;
  font-family: "aeonikbold", Arial, sans-serif;
  display: block;
  margin-bottom: 0.7rem;
  line-height: 1;
}
.about-training .about-training-right .avatar-section p span {
  display: block;
  font-size: 1.4rem;
  line-height: 1;
  color: purple;
  font-family: "aeonikmedium", Arial, sans-serif;
}
.about-training .about-training-right .content-entry p {
  line-height: 1.5;
  margin-bottom: 2.4rem;
}
@media (max-width: 1440px) {
  .about-training {
    margin-bottom: 10rem;
  }
}
@media (max-width: 767px) {
  .about-training {
    margin-bottom: 5rem;
  }
  .about-training .about-training-left {
    width: 100%;
    margin-bottom: 6rem;
  }
  .about-training .about-training-left h2 {
    margin-bottom: 2.5rem;
  }
  .about-training .about-training-right {
    width: 100%;
  }
}
.quote {
  padding: 10rem 0 10rem;
  margin: 0 2rem 7rem;
  position: relative;
}
.quote .wipe-bg {
  background: #1a2848;
}
.quote .wipe-bg:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 0;
  left: 50%;
  bottom: -6.5rem;
  background: #1a2848;
  border-top: 0 solid #fff;
  -webkit-transition: height 0.5s 1s, border 0.5s 1.5s;
  transition: height 0.5s 1s, border 0.5s 1.5s;
}
.quote .wipe-bg[style*="visible"]:before {
  border-top-width: 4.5rem;
  height: 6.5rem;
}
.quote .inner {
  position: relative;
  z-index: 10;
}
.quote .quote-txt {
  position: relative;
  padding: 5.5rem 14.3rem 0 10rem;
}
.quote .quote-txt:before {
  background: url(../images/icon-quote-red.png) no-repeat 0 0 / contain;
  position: absolute;
  top: 0;
  left: 3.8rem;
  content: "";
  width: 120px;
  height: 120px;
}
.quote .quote-txt p {
  color: #fff;
  font-size: 3.6rem;
  line-height: 1.61;
  margin-bottom: 2rem;
  position: relative;
  z-index: 2;
}
.quote .quote-txt p strong {
  font-weight: normal;
  font-family: "aeonikbold", Arial, sans-serif;
}
.quote .quote-author {
  border-left: 1px solid purple;
  padding-left: 1rem;
  margin-left: 10rem;
}
.quote .quote-author strong {
  font-size: 1.8rem;
  display: block;
  font-family: "aeonikbold", Arial, sans-serif;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 1rem;
  color: #fff;
}
.quote .quote-author span {
  display: block;
  font-size: 1.6rem;
  line-height: 1;
  color: #bfd1f6;
}
@media (max-width: 1440px) {
  .quote {
    padding: 5rem 0;
  }
  .quote:before {
    border-top: 3.5rem solid #fff;
  }
  .quote .quote-txt p {
    font-size: 3rem;
  }
}
@media (max-width: 1200px) {
  .quote .quote-txt {
    padding-top: 3.5rem;
    padding-right: 3rem;
  }
  .quote .quote-txt:before {
    width: 91px;
    height: 91px;
  }
}
@media (max-width: 1023px) {
  .quote .quote-txt {
    padding-top: 2.5rem;
    padding-right: 0;
  }
  .quote .quote-txt p {
    font-size: 2.8rem;
  }
  .quote .quote-txt:before {
    width: 71px;
    height: 71px;
    left: 0;
  }
  .quote .quote-author {
    margin-left: 6rem;
  }
  .quote .quote-txt {
    padding-left: 6rem;
  }
}
@media (max-width: 767px) {
  .quote .quote-txt p {
    font-size: 2.4rem;
  }
  .quote .quote-txt:before {
    width: 51px;
    height: 51px;
    top: -1rem;
    left: -1.5rem;
  }
  .quote .quote-author {
    margin-left: 0rem;
  }
  .quote .quote-txt {
    padding-left: 0rem;
  }
}
.program-details {
  padding: 13.5rem 0 16rem;
}
.single-event .program-details {
  position: relative;
}
.single-event .program-details:before {
  position: absolute;
  width: 74.9rem;
  height: 75.1rem;
  background: url(../images/g-shape.svg) no-repeat 0 0 / 100% 100%;
  right: -30rem;
  top: -16rem;
  content: "";
  transform: rotate(-27deg);
}
.program-details h2 {
  text-align: center;
  margin-bottom: 7.4rem;
}
.program-details h2 span:after {
  top: 100%;
}
.program-details .day > a {
  background: #f5f5f5;
  display: block;
  padding: 4.5rem 6rem;
  position: relative;
  font-size: 2.4rem;
  line-height: 1.16;
  font-family: "SharpSans-Bold", Arial, sans-serif;
  color: #212121;
  margin: 2.5rem 0 2rem;
  transition: background 0.35s;
  position: relative;
}
.program-details .day > a span {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  height: 2px;
  background: #e6192d;
  width: 0;
  transition: width 0.5s;
}
.program-details .day > a:hover,
.program-details .day > a:focus {
  background: #fafafa;
}
.program-details .day > a:hover span,
.program-details .day > a:focus span {
  width: 100%;
}
.program-details .day > a.expanded {
  background: #f5f5f5;
}
.program-details .day > a.expanded span {
  width: 0;
}
.program-details .day > a.expanded:after {
  height: 0;
}
.program-details .day > a:before {
  position: absolute;
  background: #e6192d;
  right: 6rem;
  top: 50%;
  width: 3rem;
  height: 2px;
  margin-top: -1px;
  content: "";
  display: block;
}
.program-details .day > a:after {
  position: absolute;
  background: #e6192d;
  right: 7.4rem;
  top: 50%;
  width: 2px;
  height: 3rem;
  margin-top: -1.5rem;
  content: "";
  transition: height 0.35s;
  display: block;
}
.program-details .sessions {
  margin: 0 5rem;
  position: relative;
}
.program-details .sessions .deco {
  position: absolute;
  bottom: 1rem;
  left: 0;
}
.program-details .sessions .deco:before {
  position: absolute;
  content: "";
  border: 1px solid #bfd1f6;
  border-radius: 50%;
  background: #fff;
  width: 13px;
  height: 13px;
  left: 0;
  top: 1px;
}
.program-details .sessions .deco:after {
  position: absolute;
  content: "";
  border-radius: 50%;
  background: #bfd1f6;
  width: 7px;
  height: 7px;
  left: 4px;
  top: 5px;
}
.program-details .sessions:before {
  left: 7px;
  width: 1px;
  top: 0;
  position: absolute;
  bottom: 0;
  content: "";
  background: #dcdcdc;
}
.program-details .sessions .session {
  padding-left: 20rem;
  position: relative;
  margin-bottom: 2rem;
  padding-bottom: 0;
}
.program-details .sessions .session.space {
  padding-bottom: 0rem;
}
.program-details .sessions .session.one:before {
  display: none;
}
.program-details .sessions .session:before {
  position: absolute;
  bottom: 0;
  left: 3.8rem;
  width: 2rem;
  height: 2px;
  content: "";
  display: none;
  background: #bfd1f6;
}
.program-details .sessions .session:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.program-details .sessions .session:last-child:after {
  position: absolute;
  top: 16px;
  left: 6px;
  width: 2px;
  bottom: 0;
  background: #fff;
  content: "";
}
.program-details .sessions .session:last-child .content-entry {
  padding-bottom: 0;
}
.program-details .sessions .session .time {
  position: absolute;
  top: 2px;
  left: 0;
  color: purple;
  font-size: 1.4rem;
  font-family: "aeonikmedium", Arial, sans-serif;
  line-height: 1;
  padding-left: 3.8rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.program-details .sessions .session .time:before {
  position: absolute;
  content: "";
  border: 1px solid #bfd1f6;
  border-radius: 50%;
  background: #fff;
  width: 13px;
  height: 13px;
  left: 0;
  top: -1px;
}
.program-details .sessions .session .time:after {
  position: absolute;
  content: "";
  border-radius: 50%;
  background: #bfd1f6;
  width: 7px;
  height: 7px;
  left: 4px;
  top: 3px;
}
.program-details .sessions .session .h3 {
  font-size: 1.8rem;
  font-family: "aeonikbold", Arial, sans-serif;
  line-height: 1;
  color: #003a70;
  margin-bottom: 1rem;
}
.program-details .sessions .session .h3.h3-sub {
  font-size: 1.6rem;
  color: #212121;
}
.program-details .sessions .session .content-entry {
  padding: 0 0 2rem;
}
.program-details .sessions .session .content-entry p {
  margin-bottom: 0;
  line-height: 1.4;
}
.program-details .sessions .session .content-entry ul {
  margin-bottom: 0;
}
.program-details .sessions .session .content-entry ul li {
  margin-bottom: 0.7rem;
  line-height: 1.4;
}
.program-details .sessions .session .content-entry ul li:before {
  background: transparent;
  border: 1px solid #212121;
}
.speakers-list li {
  font-size: 0;
  padding-left: 30px;
  margin-bottom: 1rem;
}
.speakers-list li .speaker-item-name {
  color: #212121;
  font-family: "aeonikbold", Arial, sans-serif;
  padding-left: 30px;
  margin-left: -30px;
  font-size: 1.6rem;
  position: relative;
  margin-right: 5px;
  font-style: italic;
}
.speakers-list li .speaker-item-name:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 1px;
  width: 20px;
  background: #e6192d;
}
.speakers-list li .speaker-item-desc {
  font-size: 1.6rem;
  color: #5b5a5a;
  font-family: "aeonikregular", Arial, sans-serif;
  font-style: italic;
}
@media (max-width: 1440px) {
  .program-details {
    padding: 10rem 0;
  }
}
@media (max-width: 1200px) {
  .program-details {
    padding: 5rem 0;
  }
  .program-details h2 {
    margin-bottom: 5rem;
  }
  .program-details .day > a {
    padding: 3rem 4rem;
  }
  .program-details .day > a:before {
    right: 3rem;
  }
  .program-details .day > a:after {
    right: 4.4rem;
  }
}
@media (max-width: 767px) {
  .program-details {
    padding-bottom: 3rem;
  }
  .program-details .day > a {
    padding: 2rem;
    font-size: 2rem;
  }
  .program-details .sessions {
    margin: 0;
  }
  .program-details .sessions .session {
    padding-left: 4rem;
  }
  .program-details .sessions .session .h3 {
    padding-left: 16rem;
  }
  .program-details .sessions .session .content-entry ul {
    padding-bottom: 2rem !important;
  }
  .program-details .sessions .session .content-entry ul li::before {
    width: 5px;
    height: 5px;
    top: 1rem;
  }
}
.marketing-banner {
  position: relative;
  padding-bottom: 20rem;
}
.marketing-banner .marketing-banner-image {
  position: relative;
  float: left;
  width: 48.7%;
}
.marketing-banner .marketing-banner-image .wipe-image {
  background: #fff;
}
.marketing-banner:before {
  position: absolute;
  width: 74.9rem;
  height: 75.1rem;
  background: url(../images/g-shape.svg) no-repeat 0 0;
  left: -30rem;
  bottom: 0;
  content: "";
  transform: rotateY(-180deg) rotate(-27deg);
}
.marketing-banner .inner {
  padding-top: 8rem;
  position: relative;
}
.marketing-banner .inner img {
  max-width: 555px;
  position: relative;
  z-index: 2;
}
.marketing-banner .inner .headline {
  box-sizing: border-box;
  padding: 17.6rem 0 24.3rem 30%;
  margin-left: -23%;
  width: 74%;
  float: left;
  position: relative;
  color: #fff;
  font-size: 4.8rem;
  line-height: 1.41;
  font-family: "SharpSans-Bold", Arial, sans-serif;
}
.marketing-banner .inner .headline .headline-in {
  position: relative;
  z-index: 10;
}
.marketing-banner .inner .headline .deco {
  position: absolute;
  width: 24.5rem;
  height: 24.2rem;
  right: calc((100vw - 1130px) / 2 * (-1));
  bottom: 0;
  z-index: 2;
  overflow: hidden;
}
.marketing-banner .inner .headline .deco:before {
  position: absolute;
  width: 25.5rem;
  height: 25.5rem;
  border-radius: 50%;
  border: 12.8rem solid #3e4c69;
  left: 0;
  top: 0;
  content: "";
}
.marketing-banner .inner .headline .wipe-bg {
  top: -8rem;
  bottom: 0;
  height: auto;
  left: auto;
  right: calc(100% - 100vw);
  background: #1f2e50;
}
@media (max-width: 1440px) {
  .marketing-banner {
    padding-bottom: 6rem;
  }
  .marketing-banner .inner {
    padding-top: 4rem;
  }
  .marketing-banner .inner .headline {
    font-size: 4rem;
  }
  .marketing-banner .inner .headline:before {
    top: -4rem;
  }
}
@media (max-width: 1200px) {
  .marketing-banner .inner .marketing-banner-image {
    width: 43%;
  }
}
@media (max-width: 1100px) {
  .marketing-banner .inner .headline {
    padding-left: 5%;
    margin-left: 0%;
    width: 57%;
  }
  .marketing-banner .inner .headline .deco {
    right: -4rem;
  }
}
@media (max-width: 1023px) {
  .marketing-banner:before {
    display: none;
  }
  .marketing-banner .inner .headline {
    font-size: 3.2rem;
    padding: 10rem 0 20rem 5%;
  }
  .marketing-banner .inner .headline .deco {
    transform: scale(0.7);
    transform-origin: 100% 100%;
  }
}
@media (max-width: 767px) {
  .marketing-banner .inner .marketing-banner-image {
    width: 80%;
  }
  .marketing-banner .inner .headline {
    margin-top: -5rem;
    width: 100%;
    padding-bottom: 10rem;
  }
  .marketing-banner .inner .headline .deco {
    bottom: 1px;
  }
}
.training-testimonials {
  padding: 6.4rem 0 3rem;
  margin: 0 2rem 21.2rem;
  position: relative;
  overflow: hidden;
}
.training-testimonials .wipe-bg {
  right: 0%;
  left: auto;
  background: #ecf2f6;
  max-width: 30%;
}
.training-testimonials .inner {
  position: relative;
  z-index: 2;
}
.training-testimonials .inner .training-testimonials-inner {
  max-width: 1034px;
  margin: 0 auto;
}
.training-testimonials .inner .training-testimonials-inner h2 {
  padding-left: 4.3rem;
  margin-bottom: 5.6rem;
}
.training-testimonials .inner .training-testimonials-inner .testimonial {
  float: left;
  width: 47%;
  box-sizing: border-box;
  padding-left: 4.3rem;
}
.training-testimonials
  .inner
  .training-testimonials-inner
  .testimonial
  .testimonial-txt {
  margin-bottom: 3rem;
  color: purple;
  font-size: 1.8rem;
  line-height: 1.5;
}
.training-testimonials
  .inner
  .training-testimonials-inner
  .testimonial
  .testimonial-author
  img {
  display: inline-block;
  vertical-align: middle;
  max-width: 60px;
  margin-right: 0.8rem;
  border-radius: 50%;
}
.training-testimonials
  .inner
  .training-testimonials-inner
  .testimonial
  .testimonial-author
  p {
  display: inline-block;
  border-left: 1px solid purple;
  padding-left: 1rem;
  margin-bottom: 0;
  vertical-align: middle;
  max-width: calc(100% - 90px);
}
.training-testimonials
  .inner
  .training-testimonials-inner
  .testimonial
  .testimonial-author
  p
  strong {
  display: block;
  font-size: 1.7rem;
  line-height: 1;
  font-family: "aeonikbold", Arial, sans-serif;
  font-weight: normal;
  margin-bottom: 0.8rem;
}
.training-testimonials
  .inner
  .training-testimonials-inner
  .testimonial
  .testimonial-author
  p
  span {
  display: block;
  font-size: 1.6rem;
  line-height: 1;
}
.training-testimonials .inner .training-testimonials-inner .testimonial:before {
  display: block;
  width: 66px;
  height: 50px;
  background: url(../images/quote-icon.png) no-repeat 0 0;
  content: "";
  margin-bottom: 1rem;
}
.training-testimonials
  .inner
  .training-testimonials-inner
  .testimonial
  + .testimonial {
  float: right;
  width: 45%;
  padding: 4rem 0 0;
}
@media (max-width: 1440px) {
  .training-testimonials {
    padding-top: 5rem;
    margin-bottom: 10rem;
  }
}
@media (max-width: 1200px) {
  .training-testimonials .inner .training-testimonials-inner h2 {
    padding-left: 0;
    margin-bottom: 4rem;
  }
  .training-testimonials .inner .training-testimonials-inner .testimonial {
    padding-left: 0;
  }
  .training-testimonials
    .inner
    .training-testimonials-inner
    .testimonial:before {
    background-size: contain;
    height: 33px;
  }
}
@media (max-width: 1023px) {
  .training-testimonials
    .inner
    .training-testimonials-inner
    .testimonial:before {
    background-size: contain;
    height: 33px;
  }
}
@media (max-width: 767px) {
  .training-testimonials {
    margin-bottom: 5rem;
  }
  .training-testimonials:before {
    display: none;
  }
  .training-testimonials .inner .training-testimonials-inner .testimonial {
    width: 100%;
  }
  .training-testimonials
    .inner
    .training-testimonials-inner
    .testimonial
    + .testimonial {
    width: 100%;
    padding-top: 6rem;
  }
}
.cta-training {
  padding: 17rem 0 14rem;
  margin: 0 2rem;
  position: relative;
}
.cta-training .wipe-bg {
  background: #1f2e50;
}
.cta-training .wipe-bg:before {
  position: absolute;
  content: "";
  top: 0;
  left: 4.3rem;
  width: 43.1rem;
  height: 19.4rem;
  display: block;
  background: url(../images/cta-deco-top.jpg) no-repeat 0 0 / contain;
  opacity: 0;
  -webkit-transition: opacity 0.5s 0.8s;
  transition: opacity 0.5s 0.8s;
}
.cta-training .wipe-bg:after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 36.1rem;
  height: 31.5rem;
  display: block;
  background: url(../images/cta-deco-bottom.jpg) no-repeat 100% 100% / contain;
  opacity: 0;
  -webkit-transition: opacity 0.5s 0.8s;
  transition: opacity 0.5s 0.8s;
}
.cta-training .wipe-bg[style*="visible"]:after,
.cta-training .wipe-bg[style*="visible"]:before {
  opacity: 1;
}
.cta-training .inner {
  text-align: center;
  position: relative;
  z-index: 2;
}
.cta-training .inner .cta-training-inner {
  max-width: 600px;
  margin: 0 auto;
}
.cta-training .inner .cta-training-inner h2 {
  color: #fff;
  font-size: 3.8rem;
  margin-bottom: 1.9rem;
}
.cta-training .inner .cta-training-inner .content-entry {
  color: #bfd1f6;
}
.cta-training .inner .cta-training-inner .content-entry p {
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .cta-training .inner .cta-training-inner h2 {
    font-size: 3.6rem;
  }
}
@media (max-width: 767px) {
  .cta-training {
    padding-bottom: 5rem;
    margin: 0 0 5rem;
  }
  .cta-training:after {
    display: none;
  }
  .cta-training .wipe-bg:after {
    background-size: 50% auto;
  }
}
@media (max-width: 400px) {
  .cta-training .inner .cta-training-inner h2 {
    font-size: 2.8rem;
  }
}
/* Certification page */
.certifications-request {
  margin: 0 2rem;
  position: relative;
}
.certifications-request .wipe-bg {
  background: #1f2e50;
}
.certifications-request .wipe-bg:nth-child(2) {
  left: auto;
  right: -50%;
  background: #1a2848;
}
.certifications-request:after {
  clear: both;
  content: "";
  display: block;
}
.certifications-request .inner {
  position: relative;
  z-index: 10;
}
.certifications-request .certifications-request-left {
  padding: 15rem 10% 11rem 0;
  width: 50%;
  box-sizing: border-box;
  float: left;
}
.certifications-request .certifications-request-left h3 {
  font-size: 2.8rem;
  color: #bfd1f6;
  line-height: 1.5;
  font-family: "aeonikregular", Arial, sans-serif;
  margin-bottom: 3rem;
}
.certifications-request .certifications-request-right {
  padding: 13rem 0 13rem 11%;
  margin-left: 50%;
  color: #fff;
}
.certifications-request .certifications-request-right > h2 {
  color: #fff;
}
.certifications-request .certifications-request-right .content-entry * {
  color: #bfd1f6;
}
.page-template-flexible-page .dark .list .list-item a em:after {
  background-color: #1f2e50;
}
@media (max-width: 1024px) {
  .certifications-request {
    margin: 0;
  }
  .certifications-request .certifications-request-left {
    padding: 5rem 10% 3rem 0;
  }
  .certifications-request .certifications-request-right {
    padding: 5rem 0 5rem 10%;
  }
}
@media (max-width: 767px) {
  .certifications-request {
    margin-bottom: 5rem;
  }
  .certifications-request .wipe-bg:nth-child(1) {
    display: none;
  }
  .certifications-request .wipe-bg:nth-child(2) {
    right: 0;
  }
  .certifications-request .certifications-request-left {
    width: auto;
    float: none;
    padding: 3rem 5%;
    position: relative;
  }
  .certifications-request .certifications-request-left:before {
    content: "";
    position: absolute;
    left: -6rem;
    right: -6rem;
    top: 0;
    bottom: 0;
    z-index: -1;
    background: #1f2e50;
  }
  .certifications-request .certifications-request-right {
    margin-left: 0;
    padding: 3rem calc(20px + 5%);
    margin: 0 -20px;
  }
}
.content-with-image {
  padding: 13rem 0 7rem;
}
.content-with-image .content-with-image-top-left {
  position: relative;
}
.content-with-image .content-with-image-top-left .wipe-image {
  background: #fff;
  left: auto;
  right: 0;
}
.content-with-image .content-with-image-top-left span {
  display: inline-block;
  vertical-align: top;
  background: rgba(191, 209, 246, 0.4);
  overflow: hidden;
}
.content-with-image .content-with-image-top-left span img {
  opacity: 0.3;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  background: #bfd1f6;
}
.content-with-image-top {
  font-size: 0;
  margin: 0 auto 7rem;
  max-width: 950px;
}
.content-with-image-top .content-with-image-top-left {
  display: inline-block;
  vertical-align: middle;
  width: 37%;
}
.content-with-image-top .content-with-image-top-right {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.6rem;
  width: 63%;
  position: relative;
  z-index: 5;
}
.content-with-image-top .content-with-image-top-right > h2 {
  margin-left: -6.5rem;
}
.content-with-image-top .content-with-image-top-right .content-entry {
  margin-left: 22%;
}
.content-with-image-bottom {
  margin: 0 auto;
  max-width: 750px;
}
@media screen and (max-width: 1024px) {
  .content-with-image {
    padding: 5rem 0 2rem;
  }
}
@media screen and (max-width: 767px) {
  .content-with-image-top .content-with-image-top-right .content-entry {
    margin-left: 12%;
  }
  .content-with-image-top .content-with-image-top-left {
    width: 30%;
  }
  .content-with-image-top .content-with-image-top-right {
    width: 70%;
  }
}
@media screen and (max-width: 600px) {
  .content-with-image-top .content-with-image-top-left {
    width: auto;
    display: block;
    margin-bottom: 2rem;
  }
  .content-with-image-top .content-with-image-top-right {
    width: auto;
    display: block;
  }
  .content-with-image-top .content-with-image-top-right > h2 {
    margin-left: 0;
  }
  .content-with-image .content-with-image-top-left span {
    display: block;
    width: 100%;
    padding-bottom: 60%;
    overflow: hidden;
    position: relative;
  }
  .content-with-image .content-with-image-top-left span img {
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    left: 0;
  }
}
.full-image {
  padding: 8rem 0 8rem;
  position: relative;
}
.full-image .full-bg {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .full-image {
    padding: 4rem 0;
  }
}
.type-devices {
  position: relative;
  z-index: 5;
  padding: 12rem 0;
}
.type-devices .type-devices-info {
  margin: 0 auto 2rem;
  max-width: 950px;
}
.type-devices .type-devices-info .type-devices-info-left {
  width: 36%;
  float: left;
}
.type-devices .type-devices-info .type-devices-info-right {
  margin-left: 40%;
}
.type-devices .type-devices-info:after {
  clear: both;
  display: block;
  content: "";
}
.type-devices .type-devices-info.type-devices-full {
  margin-bottom: 4rem;
}
.type-devices .type-devices-info.type-devices-full .type-devices-info-left {
  text-align: center;
  width: auto;
  float: none;
}
.type-devices .type-devices-info.type-devices-full .type-devices-info-right {
  margin-left: 0;
}
.page-template-flexible-page .type-devices {
  padding: 6rem 0;
}
.type-devices-list {
  font-size: 0;
  text-align: center;
}
.type-devices-list.animate .type-devices-list-item {
  opacity: 1;
}
.type-devices-list.two-col .type-devices-list-item {
  width: 48%;
  margin-left: 4%;
}
.type-devices-list.two-col .type-devices-list-item:nth-child(4n + 1) {
  margin-left: 4%;
}
.type-devices-list.two-col .type-devices-list-item:nth-child(2n + 1) {
  margin-left: 0;
}
.type-devices-list.two-col
  .type-devices-list-item
  .type-devices-list-item-in
  h3 {
  font-size: 2.6rem;
}
.type-devices-list.two-col
  .type-devices-list-item
  .type-devices-list-item-in
  p {
  font-size: 1.6rem;
}
.type-devices-list .type-devices-list-item {
  text-align: left;
  width: 23%;
  margin-left: 2.66%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-bottom: 3rem;
  opacity: 0;
  transition: opacity 0.5s;
}
.type-devices-list .type-devices-list-item:nth-child(2) {
  transition: opacity 0.5s ease 0.25s;
}
.type-devices-list .type-devices-list-item:nth-child(3) {
  transition: opacity 0.5s ease 0.5s;
}
.type-devices-list .type-devices-list-item:nth-child(4) {
  transition: opacity 0.5s ease 0.75s;
}
.type-devices-list .type-devices-list-item:nth-child(4n + 1) {
  margin-left: 0;
}
.type-devices-list .type-devices-list-item .type-devices-image {
  width: 100%;
  padding-bottom: 70%;
}
.type-devices-list .type-devices-list-item .type-devices-image.portrait {
  padding-bottom: 108%;
}
.type-devices-list .type-devices-list-item > a {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  z-index: 10;
}
.type-devices-list .type-devices-list-item .type-devices-list-item-in {
  background: #ecf2f6;
  padding: 3rem 2.5rem 7rem 2.5rem;
  position: relative;
  box-sizing: border-box;
  -webkit-transition: background 0.35s;
  transition: background 0.35s;
}
.type-devices-list
  .type-devices-list-item
  .type-devices-list-item-in
  > .text-right {
  position: absolute;
  right: 2.5rem;
  bottom: 3rem;
}
.type-devices-list
  .type-devices-list-item
  .type-devices-list-item-in
  .learn-more
  em:after {
  background-color: #ecf2f6;
}
.type-devices-list .type-devices-list-item .type-devices-list-item-in p {
  margin-bottom: 1.5rem;
}
.type-devices-list .type-devices-list-item .type-devices-list-item-in h3 {
  font-size: 1.9rem;
  padding-bottom: 2.6rem;
  position: relative;
  margin-bottom: 3rem;
  -webkit-transition: color 0.35s;
  transition: color 0.35s;
}
.type-devices-list
  .type-devices-list-item
  .type-devices-list-item-in
  h3:before {
  content: "";
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #e4e7e9;
}
.type-devices-list .type-devices-list-item .type-devices-list-item-in h3:after {
  content: "";
  left: 0;
  bottom: 0;
  position: absolute;
  width: 0;
  height: 2px;
  background: #e6192d;
  -webkit-transition: width 0.35s;
  transition: width 0.35s;
}
.type-devices-list .type-devices-list-item .type-devices-list-item-in .button {
  width: 5rem;
  height: 5rem;
  position: absolute;
  background: #1f2e50;
  right: 0;
  bottom: 0;
  -webkit-transition: background 0.35s;
  transition: background 0.35s;
}
.type-devices-list
  .type-devices-list-item
  .type-devices-list-item-in
  .button:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border-right: 2px solid #ecf2f6;
  border-bottom: 2px solid #ecf2f6;
  width: 1.3rem;
  height: 1.3rem;
  transform: rotate(-45deg);
  margin: -0.6rem 0 0 -0.9rem;
}
.desktop-version
  .type-devices-list
  .type-devices-list-item
  > a:hover
  + .type-devices-list-item-in,
.desktop-version
  .type-devices-list
  .type-devices-list-item
  > a:focus
  + .type-devices-list-item-in {
  background: rgba(236, 242, 246, 0.5);
}
.desktop-version
  .type-devices-list
  .type-devices-list-item
  > a:hover
  + .type-devices-list-item-in
  h3,
.desktop-version
  .type-devices-list
  .type-devices-list-item
  > a:focus
  + .type-devices-list-item-in
  h3 {
  color: #e6192d;
}
.desktop-version
  .type-devices-list
  .type-devices-list-item
  > a:hover
  + .type-devices-list-item-in
  h3:after,
.desktop-version
  .type-devices-list
  .type-devices-list-item
  > a:focus
  + .type-devices-list-item-in
  h3:after {
  width: 100%;
}
.desktop-version
  .type-devices-list
  .type-devices-list-item
  > a:hover
  + .type-devices-list-item-in
  .button,
.desktop-version
  .type-devices-list
  .type-devices-list-item
  > a:focus
  + .type-devices-list-item-in
  .button {
  background: #e6192d;
}
.page-template-flexible-page
  .type-devices-list
  .type-devices-list-item
  .type-devices-list-item-in
  p {
  font-size: 13px;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .type-devices {
    padding: 5rem 0;
  }
  .page-template-flexible-page .type-devices {
    padding: 5rem 0;
  }
}
@media (max-width: 767px) {
  .type-devices-list .type-devices-list-item {
    width: 48%;
    margin-left: 0%;
  }
  .type-devices-list .type-devices-list-item:nth-child(4n + 1) {
    margin-left: 0%;
  }
  .type-devices-list .type-devices-list-item:nth-child(2n + 2) {
    margin-left: 4%;
  }
}
@media (max-width: 600px) {
  .type-devices .type-devices-info .type-devices-info-left {
    width: auto;
    float: none;
    margin-bottom: 3rem;
  }
  .type-devices .type-devices-info .type-devices-info-right {
    margin-left: 0;
  }
}
@media (max-width: 500px) {
  .type-devices-list .type-devices-list-item {
    display: block;
    width: auto;
  }
  .type-devices-list .type-devices-list-item:nth-child(2n + 2) {
    margin-left: 0;
  }
}
.i-scheme-head {
  transition: width 0.5s;
  padding: 2rem 2rem 2rem 5rem;
  box-sizing: border-box;
}
.i-scheme-head h3 {
  color: #1f2e50;
  font-size: 2.4rem;
  line-height: 1.41;
  font-family: "SharpSans-Bold", Arial, sans-serif;
  transform: translate(0, 2rem);
  opacity: 0;
  transition: transform 0.5s, opacity 0.5s;
}
.i-scheme-popup {
  position: absolute;
  z-index: 99;
  top: 100%;
  left: -25px;
  width: 300px;
  padding: 3rem;
  background: #ecf2f6;
  box-shadow: 0 0 10px rgba(0, 58, 112, 0.2);
  display: none;
}
.i-scheme-popup .i-scheme-popup-close {
  display: none;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 1rem;
  right: 2rem;
}
.i-scheme-popup .i-scheme-popup-close:before,
.i-scheme-popup .i-scheme-popup-close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 2px;
  width: 20px;
  margin-top: -1px;
  margin-left: -10px;
  background: #1f2e50;
  transform: rotate(45deg);
}
.i-scheme-popup .i-scheme-popup-close:after {
  transform: rotate(-45deg);
}
.i-scheme-popup-overlay {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000;
  opacity: 0.7;
  display: none;
}
.animate .i-scheme-head h3 {
  opacity: 1;
}
.i-scheme .i-scheme-row .col-33.no-popup .col-in strong {
  padding-left: 0;
}
.i-scheme .i-scheme-row .col-33.no-popup .col-in strong em {
  display: none;
}
.i-scheme .i-scheme-row .col-33 .col-in strong:hover em span {
  transform: translate(0, 0);
}
.i-scheme .i-scheme-row .col-33 .col-in strong:hover em:before,
.i-scheme .i-scheme-row .col-33 .col-in strong:hover em:after {
  background: #fff;
}
.i-scheme {
  position: relative;
  margin-bottom: 5rem;
}
.i-scheme .i-scheme-row-m {
  display: none;
}
.i-scheme.animate .i-scheme-row-center {
  opacity: 1;
}
.i-scheme .i-scheme-row {
  width: 1140px;
  box-sizing: border-box;
}
.i-scheme .i-scheme-row .col-33 {
  display: inline-block;
  width: 18%;
  vertical-align: top;
  text-align: center;
  position: relative;
  box-sizing: border-box;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s, visibility 0.5s;
}
.i-scheme .i-scheme-row .col-33.col-0 {
  width: 22%;
  margin-left: 3%;
}
.i-scheme .i-scheme-row .col-33.col-2 {
  width: 22%;
  margin-left: 5%;
}
.i-scheme .i-scheme-row .col-33.col-4 {
  margin-left: 11%;
  width: 24%;
}
.i-scheme .i-scheme-row .col-33.show {
  opacity: 1;
  visibility: visible;
}
.i-scheme .i-scheme-row .col-33 .col-in {
  text-align: left;
  display: inline-block;
  position: relative;
}
.i-scheme .i-scheme-row .col-33 .col-in strong {
  font-size: 1.7rem;
  line-height: 20px;
  font-weight: normal;
  font-family: "SharpSans-Bold", Arial, sans-serif;
  margin-bottom: 2rem;
  color: #212121;
  position: relative;
  padding-left: 25px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}
.i-scheme .i-scheme-row .col-33 .col-in strong em {
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid #e6192d;
}
.i-scheme .i-scheme-row .col-33 .col-in strong em span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: transform 0.35s;
  background: #e6192d;
  transform: translate(-100%, 0);
}
.i-scheme .i-scheme-row .col-33 .col-in strong em:before,
.i-scheme .i-scheme-row .col-33 .col-in strong em:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 2px;
  width: 10px;
  margin-top: -1px;
  margin-left: -5px;
  z-index: 5;
  background: #e6192d;
}
.i-scheme .i-scheme-row .col-33 .col-in strong em:after {
  transform: rotate(90deg);
}
.i-scheme .i-scheme-row .col-33 .col-in strong.active em span {
  transform: translate(0, 0);
}
.i-scheme .i-scheme-row .col-33 .col-in strong.active em:before,
.i-scheme .i-scheme-row .col-33 .col-in strong.active em:after {
  background: #fff;
}
.i-scheme .i-scheme-row .col-33 .col-in strong.active em:after {
  opacity: 0;
}
.i-scheme .i-scheme-row .col-33 .col-in ul li {
  list-style-type: none;
  position: relative;
  padding-left: 2rem;
  font-size: 1.6rem;
  line-height: 1.22;
  margin-bottom: 1rem;
}
.i-scheme .i-scheme-row .col-33 .col-in ul li:before {
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 0.6rem;
  height: 0.6rem;
  border: 1px solid #212121;
  border-radius: 50%;
  content: "";
}
.i-scheme .i-scheme-row-bottom {
  padding: 1rem 0 0 0;
}
.i-scheme .i-scheme-row-bottom .col-33 {
  vertical-align: top;
}
.i-scheme .i-scheme-row-bottom .col-33.col-1 {
  width: 22%;
  margin-left: 12%;
}
.i-scheme .i-scheme-row-bottom .col-33.col-3 {
  width: 21%;
  margin-left: 14%;
}
.i-scheme .i-scheme-row-bottom .col-33.col-5 {
  width: 22%;
  margin-left: 5%;
}
.i-scheme .i-scheme-row-top {
  position: relative;
  padding-top: 3rem;
}
.i-scheme .i-scheme-row-center {
  text-align: center;
  position: relative;
  opacity: 0;
  transition: opacity 0.5s;
}
.i-scheme .i-scheme-row-center .scheme-wrap {
  display: inline-block;
  position: relative;
}
.i-scheme .i-scheme-row-center .scheme-wrap span {
  position: absolute;
  top: 0;
  left: 0;
  width: 4.1rem;
  height: 4.1rem;
  border-radius: 50%;
  background: rgba(230, 25, 45, 0.3);
  animation: pulse 0.85s infinite;
}
.i-scheme .i-scheme-row-center .scheme-wrap span.hide {
  opacity: 0;
}
.i-scheme .i-scheme-row-center .lines {
  position: absolute;
  width: 617px;
  height: 337px;
  right: -100px;
  bottom: 17px;
  display: none;
}
.i-scheme .i-scheme-row-center .lines.animate .line-01 {
  width: 92px;
}
.i-scheme .i-scheme-row-center .lines.animate .line-02 div {
  height: 100%;
}
.i-scheme .i-scheme-row-center .lines.animate .line-03 {
  width: 92px;
}
.i-scheme .i-scheme-row-center .lines.animate .line-04 {
  width: 501px;
}
.i-scheme .i-scheme-row-center .lines.animate .line-05 {
  height: 54px;
}
.i-scheme .i-scheme-row-center .lines .line-01 {
  width: 0;
  height: 29px;
  position: absolute;
  bottom: 0;
  overflow: hidden;
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
  left: 526px;
}
.i-scheme .i-scheme-row-center .lines .line-01:before {
  content: "";
  position: absolute;
  width: 92px;
  left: 0;
  top: 0;
  background: url(../images/line-red.png) no-repeat -526px 100%;
  height: 29px;
}
.i-scheme .i-scheme-row-center .lines .line-02 {
  width: 1px;
  height: calc(100% - 50px);
  position: absolute;
  bottom: 29px;
  right: 0;
}
.i-scheme .i-scheme-row-center .lines .line-02 div {
  -webkit-transition: height 0.5s 0.2s;
  transition: height 0.5s 0.2s;
  height: 0;
  position: absolute;
  right: 0;
  width: 1px;
  bottom: 0;
  display: block;
  background: url(../images/red-dash.png) repeat-y 0 0;
}
.i-scheme .i-scheme-row-center .lines .line-03 {
  background: url(../images/line-red.png) no-repeat 100% 0%;
  width: 0;
  height: 29px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: width 0.2s 0.7s;
  transition: width 0.2s 0.7s;
}
.i-scheme .i-scheme-row-center .lines .line-04 {
  background: url(../images/line-red.png) no-repeat -92px 0%;
  width: 0;
  -webkit-transition: width 0.5s 0.9s;
  transition: width 0.5s 0.9s;
  height: 29px;
  position: absolute;
  top: 0;
  right: 92px;
}
.i-scheme .i-scheme-row-center .lines .line-05 {
  background: url(../images/line-red.png) no-repeat 0 0;
  width: 24px;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: height 0.1s 1.4s;
  transition: height 0.1s 1.4s;
}
@keyframes pulse {
  0% {
    background-color: rgba(230, 25, 45, 0.1);
  }
  50% {
    background-color: rgba(230, 25, 45, 0.3);
  }
  100% {
    background-color: rgba(230, 25, 45, 0.1);
  }
}
@media screen and (max-width: 1200px) {
  .i-scheme {
    transform-origin: 0 0;
    transform: scale(0.9);
  }
}
@media screen and (max-width: 1023px) {
  .i-scheme {
    transform-origin: 0 0;
    transform: scale(0.64);
    height: 40rem;
  }
  .i-scheme .i-scheme-row-top h3 {
    font-size: 3rem;
  }
  .i-scheme .i-scheme-row .col-33 .col-in strong {
    font-size: 2.6rem;
  }
  .i-scheme .i-scheme-row .col-33 .col-in ul li {
    font-size: 2.4rem;
  }
}
@keyframes pulse-color {
  from {
    background: #ecf1fc;
  }
  50% {
    background: rgba(230, 25, 45, 0.3);
  }
  to {
    background: #ecf1fc;
  }
}
@media screen and (max-width: 767px) {
  .i-scheme-head {
    width: auto;
  }
  .i-scheme-row {
    display: none;
  }
  .i-scheme {
    transform: scale(1);
    height: auto;
  }
  .i-scheme .i-scheme-row-m {
    display: block;
    margin-bottom: 3rem;
  }
  .i-scheme .i-scheme-row-m h3 {
    font-size: 3rem;
    margin-bottom: 3rem;
  }
  .i-scheme .i-scheme-row-m[style*="visible"] .col-in:nth-child(1):before {
    animation: pulse-color 1s 0.5s;
  }
  .i-scheme .i-scheme-row-m[style*="visible"] .col-in:nth-child(2):before {
    animation: pulse-color 1s 1.2s;
  }
  .i-scheme .i-scheme-row-m[style*="visible"] .col-in:nth-child(3):before {
    animation: pulse-color 1s 1.9s;
  }
  .i-scheme .i-scheme-row-m[style*="visible"] .col-in:nth-child(4):before {
    animation: pulse-color 1s 2.6s;
  }
  .i-scheme .i-scheme-row-m[style*="visible"] .col-in:nth-child(5):before {
    animation: pulse-color 1s 3.3s;
  }
  .i-scheme .i-scheme-row-m[style*="visible"] .col-in:nth-child(6):before {
    animation: pulse-color 1s 4s;
  }
  .i-scheme .i-scheme-row-m .col-in {
    text-align: left;
    display: block;
    padding-bottom: 5rem;
    padding-left: 4rem;
    border-left: 2px solid #d2dcea;
    position: relative;
  }
  .i-scheme .i-scheme-row-m .col-in:before {
    position: absolute;
    top: -9px;
    left: -17px;
    content: "";
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #ecf1fc;
  }
  .i-scheme .i-scheme-row-m .col-in:after {
    position: absolute;
    top: 4px;
    left: -4px;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #003a70;
  }
  .i-scheme .i-scheme-row-m .col-in:last-child {
    padding-bottom: 0;
  }
  .i-scheme .i-scheme-row-m .col-in strong {
    font-size: 2rem;
    font-weight: normal;
    display: block;
    font-family: "SharpSans-Bold", Arial, sans-serif;
    color: #212121;
  }
  .i-scheme .i-scheme-row-m .col-in ul {
    padding-top: 2rem;
  }
  .i-scheme .i-scheme-row-m .col-in ul li {
    list-style-type: none;
    position: relative;
    padding-left: 4.9rem;
    font-size: 1.8rem;
    line-height: 1.22;
    margin-bottom: 1rem;
  }
  .i-scheme .i-scheme-row-m .col-in ul li:before {
    position: absolute;
    top: 0.7rem;
    left: 1.1rem;
    width: 0.6rem;
    height: 0.6rem;
    border: 1px solid #212121;
    border-radius: 50%;
    content: "";
  }
}
.certification-animation {
  width: 360px;
  height: 333px;
  position: relative;
}
.certification-animation .dna {
  left: 257px;
  top: 50px;
  transform: scale(0.34) skewY(-30deg);
}
.certification-animation .heart {
  left: 160px;
  top: 105px;
  transform: scale(0.34) skewY(-30deg);
}
.certification-animation .control-right.control-diagram {
  transform: scale(0.34) rotate(-31deg);
  left: 207px;
  top: 229px;
}
.certification-animation .control-right.control-plus {
  transform: scale(0.34) rotate(-33deg);
  left: 298px;
  top: 176px;
}
@media (max-width: 400px) {
  .accordion-image {
    overflow: hidden;
  }
  .accordion-image .certification-animation {
    left: 50%;
    transform: translate(-50%, 0) scale(0.8);
    transform-origin: center 0;
  }
}
/* post page */
.single-job .hero-post .hero-post-inner .deco {
  position: absolute;
  width: 24.5rem;
  height: 24.2rem;
  overflow: hidden;
  top: 0;
  right: 11%;
}
.single-job .hero-post .hero-post-inner .deco:before {
  position: absolute;
  width: 25.5rem;
  height: 25.5rem;
  border-radius: 50%;
  border: 12.8rem solid #fff;
  left: 0;
  bottom: 0;
  content: "";
}
.single-job .hero-post .hero-post-inner:before {
  left: calc(89% - 100vw);
}
.fa-indeed {
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: top;
  background: url(../images/indeed-icon.png) no-repeat 0 0 / 100% 100%;
}
.hero-post {
  position: relative;
  margin-bottom: 8rem;
}
.hero-post:before {
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  background: #fff;
  width: 2rem;
}
.hero-post .hero-post-inner {
  padding: 10rem 0;
  margin: 0 auto;
  max-width: 950px;
  position: relative;
  padding-right: 70px;
  box-sizing: border-box;
}
.hero-post .hero-post-inner:before {
  content: "";
  position: absolute;
  left: calc(39% - 100vw);
  background: #ecf2f6;
  top: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 1s;
  transition: width 1s;
  z-index: -1;
}
.hero-post .hero-post-inner .share-tools {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.hero-post .post-date {
  color: purple;
  font-size: 1.4rem;
  margin-bottom: 1rem;
  opacity: 0;
  -webkit-transform: translate3d(0, -2rem, 0);
  transform: translate3d(0, -2rem, 0);
  -webkit-transition: opacity 0.5s 0.9s, transform 0.5s 0.9s;
  transition: opacity 0.5s 0.9s, transform 0.5s 0.9s;
}
.hero-post .sub-title {
  font-size: 1.8rem;
  margin-bottom: 2rem;
  opacity: 0;
  -webkit-transform: translate3d(0, -2rem, 0);
  transform: translate3d(0, -2rem, 0);
  -webkit-transition: opacity 0.5s 1s, transform 0.5s 1s;
  transition: opacity 0.5s 1s, transform 0.5s 1s;
}
.hero-post h1 {
  max-width: 655px;
  opacity: 0;
  font-size: 4rem;
  -webkit-transform: translate3d(0, -2rem, 0);
  transform: translate3d(0, -2rem, 0);
  -webkit-transition: opacity 0.5s 1.1s, transform 0.5s 1.1s;
  transition: opacity 0.5s 1.1s, transform 0.5s 1.1s;
}
.hero-post .author-header {
  opacity: 0;
  -webkit-transform: translate3d(0, -2rem, 0);
  transform: translate3d(0, -2rem, 0);
  -webkit-transition: opacity 0.5s 1.2s, transform 0.5s 1.2s;
  transition: opacity 0.5s 1.2s, transform 0.5s 1.2s;
}
.hero-post .share-tools {
  opacity: 0;
  -webkit-transition: opacity 0.5s 1.3s, transform 0.5s 1.3s;
  transition: opacity 0.5s 1.3s, transform 0.5s 1.3s;
}
.loaded .hero-post .hero-post-inner:before {
  width: 100vw;
}
.loaded .hero-post .sub-title,
.loaded .hero-post h1,
.loaded .hero-post .post-date,
.loaded .hero-post .author-header {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.loaded .hero-post .share-tools {
  opacity: 1;
}
.author-header {
  font-size: 0;
  margin-bottom: 3rem;
}
.author-header .author-photo {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  border: 1px solid purple;
  border-radius: 100%;
  margin-right: 10px;
}
.author-header .author-info {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 52px);
}
.author-header .author-info .author-name {
  color: #212121;
  font-family: "aeonikbold", Arial, sans-serif;
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
}
.author-header .author-info .author-position {
  color: purple;
  font-family: "aeonikmedium", Arial, sans-serif;
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}
.share-tools.inline {
  overflow: hidden;
  position: relative;
  text-align: center;
  margin-bottom: 2rem;
}
.share-tools.inline div {
  display: inline-block;
  vertical-align: top;
  background: #fff;
  position: relative;
  z-index: 5;
  padding: 0 5px;
}
.share-tools.inline:before {
  content: "";
  top: 50%;
  height: 1px;
  background: #dcdcdc;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
}
.share-tools.inline a {
  display: inline-block;
  vertical-align: top;
  margin: 0 1rem;
}
.share-tools a {
  display: block;
  margin-bottom: 1rem;
  line-height: 45px;
  height: 45px;
  border: 1px solid #dcdcdc;
  width: 45px;
  color: purple;
  border-radius: 50%;
  font-size: 1.6rem;
  transition: color 0.35s;
  position: relative;
  text-align: center;
}
.share-tools a i {
  line-height: 45px;
}
.share-tools a .b1 {
  height: 48px;
  position: absolute;
  top: -1px;
  left: -1px;
  width: 0;
  overflow: hidden;
  -webkit-transition: width 0.2s 0.6s;
  transition: width 0.2s 0.6s;
  border-radius: 100%;
}
.share-tools a .b1:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  border-top: 1px solid #e6192d;
}
.share-tools a .b2 {
  height: 0;
  position: absolute;
  top: -1px;
  overflow: hidden;
  right: -1px;
  width: 48px;
  -webkit-transition: height 0.2s 0.4s;
  transition: height 0.2s 0.4s;
  border-radius: 100%;
}
.share-tools a .b2:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  border-right: 1px solid #e6192d;
}
.share-tools a .b3 {
  height: 48px;
  position: absolute;
  bottom: -1px;
  right: -1px;
  width: 0;
  overflow: hidden;
  -webkit-transition: width 0.2s 0.2s;
  transition: width 0.2s 0.2s;
  border-radius: 100%;
}
.share-tools a .b3:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  border-bottom: 1px solid #e6192d;
}
.share-tools a .b4 {
  height: 0;
  position: absolute;
  bottom: -1px;
  left: -1px;
  width: 48px;
  overflow: hidden;
  -webkit-transition: height 0.2s 0s;
  transition: height 0.2s 0s;
  border-radius: 100%;
}
.share-tools a .b4:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  border-left: 1px solid #e6192d;
}
.desktop-version .share-tools a:hover,
.desktop-version .share-tools a:focus {
  color: #e6192d;
}
.desktop-version .share-tools a:hover .b1,
.desktop-version .share-tools a:focus .b1 {
  width: 48px;
  transition-delay: 0s;
}
.desktop-version .share-tools a:hover .b2,
.desktop-version .share-tools a:focus .b2 {
  height: 48px;
  transition-delay: 0.2s;
}
.desktop-version .share-tools a:hover .b3,
.desktop-version .share-tools a:focus .b3 {
  width: 48px;
  transition-delay: 0.4s;
}
.desktop-version .share-tools a:hover .b4,
.desktop-version .share-tools a:focus .b4 {
  height: 48px;
  transition-delay: 0.6s;
}
.post-content-inner {
  margin: 0 auto;
  max-width: 950px;
}
.post-content-inner:after {
  content: "";
  display: block;
  clear: both;
}
.post-content-left {
  width: 68%;
  float: left;
}
.post-content-left .img-wrap {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
}
.post-content-right {
  margin-left: 76%;
}
.related-post-item {
  margin-bottom: 4rem;
}
.related-post-item .related-post-date {
  font-size: 12px;
  color: purple;
  margin-bottom: 0.5rem;
}
.related-post-item a {
  display: inline-block;
  vertical-align: top;
  color: #212121;
  font-family: "SharpSans-Bold", Arial, sans-serif;
  line-height: 1.5;
  -webkit-transition: color 0.35s;
  transition: color 0.35s;
}
.desktop-version .related-post-item a:hover,
.desktop-version .related-post-item a:focus {
  color: #e6192d;
}
.share-title {
  font-family: "aeonikregular", Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  color: #212121;
  text-align: center;
  margin-bottom: 2rem;
}
.post-content {
  padding-bottom: 15rem;
}
.post-content .content-entry p {
  font-size: 1.8rem;
  line-height: 1.5;
}
.post-meta h3 {
  font-size: 2.8rem;
  margin-bottom: 4.5rem;
}
.post-meta:after {
  display: block;
  clear: both;
  content: "";
}
.post-meta .post-meta-author .content-entry {
  margin-bottom: 4rem;
}
.post-meta .author-header {
  margin-bottom: 4rem;
}
.post-meta .author-header.no-photo .author-info {
  width: auto;
  display: block;
}
.post-meta .author-header .author-photo {
  width: 13.5rem;
  height: 13.5rem;
  border: none;
  margin-right: 1.2rem;
}
.post-meta .author-header .author-info {
  width: calc(100% - 15rem);
}
.post-meta .author-header .author-info .author-name {
  font-size: 2.4rem;
  font-family: "aeonikbold", Arial, sans-serif;
  color: #212121;
}
.post-meta .post-meta-tags .tags a {
  display: inline-block;
  vertical-align: top;
  margin-right: 0.8rem;
  padding: 1.2rem 2rem;
  background: #ecf2f6;
  color: #5b5a5a;
  font-size: 12px;
  border-radius: 20px;
  margin-bottom: 2rem;
  -webkit-transition: background 0.35s;
  transition: background 0.35s;
}
.desktop-version .post-meta .post-meta-tags a:hover,
.desktop-version .post-meta .post-meta-tags a:focus {
  background: rgba(236, 242, 246, 0.2);
}
.post-content-inner {
  position: relative;
}
.post-content-right-in.fixed {
  position: fixed;
  z-index: 99;
}
.post-content-right-in.absolute {
  position: absolute;
  top: auto !important;
  left: auto !important;
  bottom: 0;
  right: 0;
}
.promo-block {
  position: relative;
  margin-bottom: 2rem;
}
.promo-block > a {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 5;
}
.promo-block .promo-block-in {
  background: #1a2848;
  padding: 2rem;
  color: #fff;
  -webkit-transition: background-color 0.35s;
  transition: background-color 0.35s;
}
.promo-block .promo-block-in .learn-more em:after {
  background-color: #1a2848;
  -webkit-transition: background-color 0.35s, right 0.35s;
  transition: background-color 0.35s, right 0.35s;
}
.promo-block .promo-block-in h3 {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.5;
}
.promo-block .promo-block-in p {
  line-height: 1.5;
  font-size: 1.4rem;
}
.desktop-version .promo-block > a:hover + .promo-block-in {
  background: #27375c;
}
.desktop-version .promo-block > a:hover + .promo-block-in .learn-more em .b1 {
  width: 32px;
  transition-delay: 0s;
}
.desktop-version .promo-block > a:hover + .promo-block-in .learn-more em .b2 {
  height: 32px;
  transition-delay: 0.2s;
}
.desktop-version .promo-block > a:hover + .promo-block-in .learn-more em .b3 {
  width: 32px;
  transition-delay: 0.4s;
}
.desktop-version .promo-block > a:hover + .promo-block-in .learn-more em .b4 {
  height: 32px;
  transition-delay: 0.6s;
}
.desktop-version .promo-block > a:hover + .promo-block-in .learn-more em:after {
  background-color: #27375c;
}
#comments {
  display: none;
}
.breadcrumb {
  margin-bottom: 20px;
  font-size: 1.4rem;
  line-height: 1.5;
  color: purple;
  -webkit-transition: color 0.35s;
  transition: color 0.35s;
}
.breadcrumb a {
  color: purple;
}
.breadcrumb a:hover {
  color: #003a70;
}
.apply-job ul {
  list-style-type: none;
}
.apply-job ul li {
  margin-bottom: 2rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1.5rem;
}
.apply-job ul li a {
  position: relative;
  padding-left: 25px;
}
.apply-job ul li a i {
  position: absolute;
  left: 0;
  top: 0;
}
.desktop-version .apply-job .btn.red-btn:hover,
.desktop-version .apply-job .btn.red-btn:focus {
  color: #e6192d;
}
.desktop-version .apply-job .btn.red-btn:hover span:before,
.desktop-version .apply-job .btn.red-btn:focus span:before {
  background: #e6192d;
}
@media (max-width: 1024px) {
  .hero-post:before {
    display: none;
  }
  .hero-post .hero-post-inner {
    padding: 5rem 0;
  }
  .post-content {
    padding-bottom: 5rem;
  }
}
@media (max-width: 980px) {
  .hero-post .hero-post-inner {
    padding-right: 60px;
  }
}
@media (max-width: 767px) {
  .post-content {
    padding-bottom: 3rem;
  }
  .post-content-left {
    width: auto;
    float: none;
    height: auto !important;
  }
  .post-content-right {
    margin-left: 0;
  }
  .post-content-right .post-content-right-in {
    position: static !important;
  }
  .post-meta .post-meta-author {
    width: auto;
    float: none;
    margin-bottom: 3rem;
  }
  .post-meta .post-meta-tags {
    margin-left: 0;
    margin-bottom: 3rem;
  }
}
@media (max-width: 600px) {
  .single-job .hero-post .hero-post-inner:before {
    left: -20px;
  }
  .single-job .hero-post .hero-post-inner .deco {
    left: auto;
    right: -20px;
    width: 15rem;
    height: 15rem;
  }
  .single-job .hero-post .hero-post-inner .deco:before {
    border: 8rem solid #fff;
    width: 15rem;
    height: 15rem;
  }
}
/* Search page */
.search .search-tabs {
  margin-bottom: 6rem;
  border-bottom: 1px solid #bfbfbf;
}
.search .search-tabs ul {
  padding: 0;
  margin: 0;
}
.search .search-tabs ul li {
  list-style-type: none;
  float: left;
  margin-right: 5rem;
  margin-bottom: -1px;
}
.search .search-tabs ul li.current a {
  color: #212121;
  pointer-events: none;
  border-bottom: 1px solid #e6192d;
}
.search .search-tabs ul li a {
  display: block;
  font-size: 1.4rem;
  line-height: 5.7rem;
  font-family: "aeonikmedium", Arial, sans-serif;
  color: purple;
  border-bottom: 1px solid #bfbfbf;
  padding: 1rem 0;
  text-align: center;
  transition: color 0.35s, border 0.35s;
  text-transform: uppercase;
}
.search .search-tabs ul li a:hover,
.search .search-tabs ul li a:focus {
  color: #212121;
  border-bottom: 1px solid #e6192d;
}
.search .search-item {
  padding-bottom: 5rem;
  margin-bottom: 5rem;
  position: relative;
}
.search .search-item:before {
  position: absolute;
  bottom: 0;
  left: 25%;
  right: 0;
  content: "";
  background: #dcdcdc;
  height: 1px;
}
.search .search-item a {
  display: block;
  padding: 0 2rem 0 0;
  transition: padding 0.35s;
}
.search .search-item a .sub-title {
  font-family: "aeonikmedium", Arial, sans-serif;
  font-size: 1.8rem;
  display: block;
  color: purple;
  margin-bottom: 1.5rem;
  text-transform: capitalize;
}
.search .search-item a .h3 {
  font-size: 2.8rem;
  font-family: "SharpSans-Bold", Arial, sans-serif;
  display: block;
  color: #212121;
  transition: color 0.35s;
  margin-bottom: 1rem;
}
.search .search-item a b {
  font-weight: normal;
  display: block;
  line-height: 1.875;
  color: #5b5a5a;
}
.search .search-item a:hover,
.search .search-item a:focus {
  padding: 0 0 0 2rem;
}
.search .search-item a:hover .h3,
.search .search-item a:focus .h3 {
  color: #003a70;
}
.search .hero-post h1 {
  max-width: 100%;
}
.search #content {
  padding-bottom: 10rem;
}
.filter-sels-current {
  display: none;
}
@media (max-width: 767px) {
  .search #content {
    padding-bottom: 0;
  }
  .search .search-tabs ul li {
    margin-right: 3rem;
  }
  .search .search-tabs {
    border: none;
  }
  .search-tabs .inner {
    position: relative;
    max-width: 320px;
    margin: 0 3rem;
    padding: 0;
  }
  .search-tabs .inner .filter-sels-current {
    display: block;
    border: 1px solid #bfbfbf;
    border-radius: 3px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    font-size: 14px;
    padding: 1rem 3rem 1rem 2rem;
    line-height: 3.5rem;
    color: #212121;
    font-family: "aeonikmedium", Arial, sans-serif;
  }
  .search-tabs .inner .filter-sels-current:after {
    position: absolute;
    right: 1rem;
    top: 50%;
    content: "";
    width: 0.9rem;
    height: 0.9rem;
    border-bottom: 1px solid #212121;
    border-right: 1px solid #212121;
    transform: rotate(45deg);
    margin-top: -0.4rem;
  }
  .search-tabs .inner ul {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 0px solid #dfdfdf;
    border-radius: 3px;
    z-index: 2;
    overflow: hidden;
    max-height: 0;
    z-index: 99;
    box-sizing: border-box;
    -webkit-transition: padding 0.5s, max-height 0.5s, border 0.5s;
    transition: padding 0.5s, max-height 0.5s, border 0.5s;
  }
  .search-tabs .inner ul li {
    display: block;
    padding: 1rem;
    border-top: 1px solid #dfdfdf;
    font-size: 1.4rem;
    color: #212121;
    cursor: pointer;
    float: none;
    margin-right: 0;
    -webkit-transition: color 0.35s;
    transition: color 0.35s;
  }
  .search-tabs .inner ul li a {
    color: #212121;
    padding: 5px 0;
    line-height: 1;
    border: none !important;
  }
  .search-tabs .inner ul li a:after {
    display: none;
  }
  .search-tabs .inner ul li.current a {
    color: #e6192d;
  }
  .search-tabs .inner.opened .filter-sel-current:after {
    transform: rotate(-135deg);
  }
  .search-tabs .inner.opened ul {
    max-height: 250px;
    border-width: 1px;
  }
  .search-results {
    min-height: 300px;
  }
}
/* Training page */
.page-template-events-page .hero-post,
.tax-event-category .hero-post {
  margin-bottom: 0;
}
.page-template-events-page .hero-post h1,
.tax-event-category .hero-post h1 {
  margin-bottom: 0;
}
.page-template-events-page .hero-post .hero-post-inner:before,
.tax-event-category .hero-post .hero-post-inner:before {
  right: 42%;
}
.upcoming-events-page .inner:after {
  content: "";
  display: block;
  clear: both;
}
.upcoming-events-page-inner {
  width: 70%;
  float: left;
  padding-bottom: 10rem;
}
.events-list {
  font-size: 0;
  margin-bottom: 6rem;
  display: flex;
  flex-wrap: wrap;
}
.events-list .event-item {
  width: 46%;
  display: inline-block;
  vertical-align: top;
  padding-bottom: 5rem;
  padding-top: 5rem;
  border-top: 1px solid #dcdcdc;
  position: relative;
}
.events-list .event-item:hover .event-item-text {
  background: #ecf2f6;
}
.events-list .event-item > a {
  position: absolute;
  top: 5rem;
  left: 0;
  right: 0;
  bottom: 5rem;
  z-index: 2;
  background: none !important;
}
.events-list .event-item > a:hover {
  background: none !important;
}
.events-list .event-item > a:hover + .event-item-text {
  background: #ecf2f6;
}
.events-list .event-item > a:hover + .event-item-text .learn-more em:after {
  right: 8px;
  background-color: #ecf2f6;
}
.events-list .event-item > a:hover + .event-item-text .learn-more em .b1 {
  width: 32px;
  transition-delay: 0s;
}
.events-list .event-item > a:hover + .event-item-text .learn-more em .b2 {
  height: 32px;
  transition-delay: 0.2s;
}
.events-list .event-item > a:hover + .event-item-text .learn-more em .b3 {
  width: 32px;
  transition-delay: 0.4s;
}
.events-list .event-item > a:hover + .event-item-text .learn-more em .b4 {
  height: 32px;
  transition-delay: 0.6s;
}
.events-list .event-item .event-item-text {
  padding: 2rem;
  height: 100%;
  box-sizing: border-box;
  transition: background 0.35s;
  position: relative;
}
.events-list .event-item .event-item-text .recent-project-item-text-inner {
  margin-bottom: 50px;
}
.events-list .event-item .event-item-text .event-item-link {
  position: absolute;
  left: 2rem;
  bottom: 2rem;
}
.events-list .event-item .event-item-text .event-item-link .learn-more {
  z-index: 30;
}
.events-list .event-item .event-item-text .event-item-link .learn-more:before {
  position: absolute;
  content: "";
  bottom: 0.5rem;
  left: 0;
  width: 100%;
  height: 1px;
  transition: width 0.35s;
}
.events-list .event-item .event-item-text .event-item-link .learn-more.blue {
  text-decoration: none;
  color: #003a70;
  position: relative;
  padding-right: 0;
  margin-right: 68px;
}
.events-list
  .event-item
  .event-item-text
  .event-item-link
  .learn-more.blue:before {
  background: #003a70;
}
.events-list
  .event-item
  .event-item-text
  .event-item-link
  .learn-more.blue:hover:before {
  width: 0;
}
.events-list
  .event-item
  .event-item-text
  .event-item-link
  .learn-more.external:before {
  background: #e6192d;
  width: 0;
}
.events-list
  .event-item
  .event-item-text
  .event-item-link
  .learn-more.external:hover:before {
  width: 100%;
}
.events-list .event-item .event-item-text .learn-more em:after {
  -webkit-transition: background-color 0.35s, right 0.35s;
  transition: background-color 0.35s, right 0.35s;
}
.events-list .event-item:nth-child(2n + 1) {
  margin-right: 8%;
}
.events-list .event-item:first-child {
  border: none;
}
.events-list .event-item:first-child + .event-item {
  border: none;
}
.events-list .event-item .date-location {
  color: purple;
  font-size: 12px;
  font-family: "aeonikregular", Arial, sans-serif;
  margin-bottom: 1.5rem;
}
.events-list .event-item .date-location span {
  display: inline-block;
  padding-left: 4rem;
  position: relative;
}
.events-list .event-item .date-location span::before {
  position: absolute;
  left: 0.5rem;
  top: 50%;
  width: 3rem;
  height: 2px;
  margin-top: -1px;
  content: "";
  background: purple;
}
.events-list .event-item h3 {
  font-size: 2.4rem;
  line-height: 1.35;
}
.events-list .event-item h3 a {
  color: #212121;
}
.events-list .event-item h3 a:hover,
.events-list .event-item h3 a:focus {
  color: #e6192d;
}
.event-list-bottom {
  margin: 0 auto;
  max-width: 555px;
}
.form-left .event-side {
  margin-left: 0;
}
.event-side {
  margin-left: 74%;
}
.event-side .training-side {
  padding: 5rem 0;
  position: relative;
}
.event-side .training-side > a {
  position: absolute;
  top: 5rem;
  bottom: 5rem;
  left: 0;
  right: 0;
  z-index: 10;
}
.event-side .training-side .training-side-in {
  padding: 2rem 2rem 7rem;
  height: 100%;
  box-sizing: border-box;
  transition: background 0.35s;
  background: #1a2848;
  color: #fff;
  position: relative;
}
.event-side .training-side .training-side-in h3 {
  color: #fff;
}
.event-side .training-side .training-side-in .event-item-link {
  position: absolute;
  left: 2rem;
  bottom: 2rem;
}
.event-side .training-side .training-side-in .learn-more em:after {
  background-color: #1a2848;
  -webkit-transition: background-color 0.35s, right 0.35s;
  transition: background-color 0.35s, right 0.35s;
}
.desktop-version .event-side .training-side > a:hover + .training-side-in {
  background: #253458;
}
.desktop-version
  .event-side
  .training-side
  > a:hover
  + .training-side-in
  .learn-more
  em:after {
  right: 8px;
  background-color: #253458;
}
.desktop-version
  .event-side
  .training-side
  > a:hover
  + .training-side-in
  .learn-more
  em
  .b1 {
  width: 32px;
  transition-delay: 0s;
}
.desktop-version
  .event-side
  .training-side
  > a:hover
  + .training-side-in
  .learn-more
  em
  .b2 {
  height: 32px;
  transition-delay: 0.2s;
}
.desktop-version
  .event-side
  .training-side
  > a:hover
  + .training-side-in
  .learn-more
  em
  .b3 {
  width: 32px;
  transition-delay: 0.4s;
}
.desktop-version
  .event-side
  .training-side
  > a:hover
  + .training-side-in
  .learn-more
  em
  .b4 {
  height: 32px;
  transition-delay: 0.6s;
}
@media screen and (max-width: 1024px) {
  .events-list .event-item h3 {
    font-size: 2.2rem;
  }
  .upcoming-events-page-inner {
    padding-bottom: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .events-list {
    margin-bottom: 0;
  }
  .upcoming-events-page-inner {
    float: none;
    width: auto;
    padding-bottom: 0;
  }
  .event-side {
    margin-left: 0;
    margin-bottom: 7rem;
  }
  .event-side .training-side {
    padding: 0;
  }
  .event-side .training-side > a {
    top: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 500px) {
  .events-list .event-item h3 {
    font-size: 2rem;
  }
  .events-list .event-item {
    width: auto;
    display: block;
  }
  .events-list .event-item:nth-child(2n + 1) {
    margin-right: 0;
  }
  .events-list .event-item:first-child + .event-item {
    border-top: 1px solid #dcdcdc;
  }
}
.filter-events {
  border-bottom: 1px solid #dcdcdc;
}
.filter-events .filter-item-list {
  max-width: 950px;
  margin: 0 auto;
}
.filter-events .filter-item-list ul {
  list-style-type: none;
}
.filter-events .filter-item-list ul li {
  line-height: 1;
  font-size: 1.4rem;
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  margin-right: 4rem;
}
.filter-events .filter-item-list ul li a {
  padding: 3rem 0;
  color: purple;
  display: block;
  position: relative;
  font-family: "aeonikmedium", Arial, sans-serif;
  -webkit-transition: color 0.35s;
  transition: color 0.35s;
}
.filter-events .filter-item-list ul li a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  background: #e6192d;
  height: 1px;
  -webkit-transition: width 0.35s;
  transition: width 0.35s;
}
.filter-events .filter-item-list ul li.current a {
  color: #212121;
}
.filter-events .filter-item-list ul li.current a:after {
  width: 100%;
}
.desktop-version .filter-events .filter-item-list ul li a:hover,
.desktop-version .filter-events .filter-item-list ul li a:focus {
  color: #212121;
}
.desktop-version .filter-events .filter-item-list ul li a:hover:after,
.desktop-version .filter-events .filter-item-list ul li a:focus:after {
  width: 100%;
}
.filter-sel-current {
  display: none;
}
.tax-event-category .filter-events .filter-item-list,
.page-template-events-page .filter-events .filter-item-list,
.page-template-events-archive-page .filter-events .filter-item-list {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .blog .hero-flex,
  .category .hero-flex {
    margin-bottom: 20px;
  }
  .filter-post {
    padding-right: 50px !important;
  }
  .filter-events {
    border: none;
  }
  .filter-events .filter-item-list {
    position: relative;
    max-width: 320px;
  }
  .filter-events .filter-item-list .filter-sel-current {
    display: block;
    border: 1px solid #bfbfbf;
    border-radius: 3px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    font-size: 14px;
    padding: 1rem 3rem 1rem 2rem;
    line-height: 3.5rem;
    color: #212121;
    font-family: "aeonikmedium", Arial, sans-serif;
    text-transform: uppercase;
  }
  .filter-events .filter-item-list .filter-sel-current:after {
    position: absolute;
    right: 1rem;
    top: 50%;
    content: "";
    width: 0.9rem;
    height: 0.9rem;
    border-bottom: 1px solid #212121;
    border-right: 1px solid #212121;
    transform: rotate(45deg);
    margin-top: -0.4rem;
  }
  .filter-events .filter-item-list ul {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 0px solid #dfdfdf;
    border-radius: 3px;
    z-index: 2;
    overflow-y: auto;
    max-height: 0;
    z-index: 99;
    box-sizing: border-box;
    -webkit-transition: padding 0.5s, max-height 0.5s, border 0.5s;
    transition: padding 0.5s, max-height 0.5s, border 0.5s;
  }
  .filter-events .filter-item-list ul li {
    display: block;
    padding: 1rem;
    border-top: 1px solid #dfdfdf;
    font-size: 1.4rem;
    color: #212121;
    cursor: pointer;
    margin-right: 0;
    -webkit-transition: color 0.35s;
    transition: color 0.35s;
  }
  .filter-events .filter-item-list ul li a {
    color: #212121;
    padding: 5px 0;
  }
  .filter-events .filter-item-list ul li a:after {
    display: none;
  }
  .filter-events .filter-item-list ul li.current a {
    color: #e6192d;
  }
  .filter-events .filter-item-list.opened .filter-sel-current:after {
    transform: rotate(-135deg);
  }
  .filter-events .filter-item-list.opened ul {
    max-height: 200px;
    border-width: 1px;
  }
}
/* News page */
.blog .hero-post,
.category .hero-post {
  margin-bottom: 0;
}
.blog .hero-post h1,
.category .hero-post h1 {
  margin-bottom: 0;
}
.blog .hero-post .hero-post-inner:before,
.category .hero-post .hero-post-inner:before {
  left: calc(58% - 100vw);
}
.blog .filter-events .filter-item-list,
.category .filter-events .filter-item-list {
  max-width: 100%;
}
.blog .filter-events,
.category .filter-events {
  position: relative;
}
.page-template-flexible-page .posts-list {
  display: flex;
  flex-wrap: wrap;
}
.page-template-flexible-page .posts-list .post-item {
  flex: 1 0 32%;
  max-width: 32%;
}
.page-template-flexible-page .posts-list .post-item .post-item-in {
  height: 100%;
  box-sizing: border-box;
}
.posts-list {
  font-size: 0;
  padding-top: 5rem;
  margin-bottom: 3rem;
  display: flex;
  flex-wrap: wrap;
}
.posts-list .post-item {
  width: 32%;
  display: inline-block;
  vertical-align: top;
  margin-left: 2%;
  margin-bottom: 4rem;
  position: relative;
}
.posts-list .post-item > a {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 5;
}
.posts-list .post-item > a:hover + .post-item-in .learn-more em:after,
.posts-list .post-item > a:focus + .post-item-in .learn-more em:after {
  right: -8px;
}
.posts-list .post-item > a:hover + .post-item-in .learn-more em .b1,
.posts-list .post-item > a:focus + .post-item-in .learn-more em .b1 {
  width: 30px;
  transition-delay: 0s;
}
.posts-list .post-item > a:hover + .post-item-in .learn-more em .b2,
.posts-list .post-item > a:focus + .post-item-in .learn-more em .b2 {
  height: 30px;
  transition-delay: 0.2s;
}
.posts-list .post-item > a:hover + .post-item-in .learn-more em .b3,
.posts-list .post-item > a:focus + .post-item-in .learn-more em .b3 {
  width: 30px;
  transition-delay: 0.4s;
}
.posts-list .post-item > a:hover + .post-item-in .learn-more em .b4,
.posts-list .post-item > a:focus + .post-item-in .learn-more em .b4 {
  height: 30px;
  transition-delay: 0.6s;
}
.posts-list .post-item:nth-child(3n + 1) {
  margin-left: 0;
}
.posts-list .post-item .post-item-in {
  padding: 4rem 3rem 8rem 3rem;
  background: #ecf2f6;
  -webkit-transition: background 0.35s;
  transition: background 0.35s;
  position: relative;
  height: 100%;
  box-sizing: border-box;
}
.posts-list .post-item .post-item-in:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1rem solid #ecf2f6;
}
.posts-list .post-item .post-item-in .post-date {
  font-size: 12px;
  color: purple;
  margin-bottom: 1rem;
  font-family: "aeonikregular", Arial, sans-serif;
}
.posts-list .post-item .post-item-in h3 {
  font-size: 2rem;
  font-family: "aeonikbold", Arial, sans-serif;
  line-height: 1.5;
}
.posts-list .post-item .post-item-in p {
  line-height: 1.5;
}
.posts-list .post-item .post-item-in .text-right {
  position: absolute;
  bottom: 4rem;
  left: 3rem;
  right: 3rem;
}
.posts-list .post-item .post-item-in .learn-more em:after {
  background-color: #ecf2f6;
}
.desktop-version .posts-list .post-item > a:hover + .post-item-in,
.desktop-version .posts-list .post-item > a:focus + .post-item-in {
  background: white;
}
.desktop-version
  .posts-list
  .post-item
  > a:hover
  + .post-item-in
  .learn-more
  em:after,
.desktop-version
  .posts-list
  .post-item
  > a:focus
  + .post-item-in
  .learn-more
  em:after {
  right: 8px;
  background-color: #fff;
}
.posts-section {
  padding-bottom: 23rem;
}
.page-template-flexible-page .posts-section,
.page-template-flexible-page .trainings-section,
.page-template-flexible-page .jobs-section {
  padding-bottom: 7rem;
}
.post-opened-search .post-search-bar {
  max-height: 200px;
  overflow: visible;
  padding: 5rem 0;
}
.clear-seach {
  display: inline-block;
  vertical-align: middle;
  visibility: hidden;
  cursor: pointer;
  margin-left: 1rem;
  color: #212121;
}
.clear-seach.show {
  visibility: visible;
}
.post-search-bar {
  overflow: hidden;
  box-sizing: border-box;
  background: #fafafa;
  padding: 0;
  max-height: 0;
  -webkit-transition: max-height 0.35s, padding 0.35s;
  transition: max-height 0.35s, padding 0.35s;
}
.post-search-bar .post-search-form {
  text-align: center;
}
.post-search-bar .post-search-form form {
  display: inline-block;
  vertical-align: middle;
  width: 450px;
}
.post-search-bar .post-search-form form .post-search-form-field {
  position: relative;
}
.post-search-bar .post-search-form form .post-search-form-field input {
  width: 100%;
  height: 3.5rem;
  font-size: 1.4rem;
  font-family: "aeonikmedium", Arial, sans-serif;
  background: none;
  border: none;
  border-bottom: 2px solid #dfdfdf;
  box-sizing: border-box;
  padding-right: 25px;
}
.post-search-bar .post-search-form form .post-search-form-field button {
  position: absolute;
  right: 0;
  width: 14px;
  top: 0;
  padding: 0;
  background: none;
  border: none;
  bottom: 0;
  cursor: pointer;
}
.post-search-bar .post-search-form form .post-search-form-field button i {
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  right: 0;
  font-size: 14px;
  color: #212121;
}
.filter-post {
  padding-right: 30px;
  position: relative;
}
.filter-post .post-search {
  position: absolute;
  top: 50%;
  right: 0;
  width: 30px;
  height: 30px;
  border-radius: 25px;
  border: 1px solid #ecf2f6;
  display: none;
  vertical-align: top;
  margin-top: -15px;
}
.filter-post .post-search svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.filter-post .post-search:before,
.filter-post .post-search:after {
  content: "";
  top: 50%;
  position: absolute;
  left: 50%;
  width: 12px;
  margin-left: -6px;
  height: 1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #212121;
  opacity: 0;
}
.filter-post .post-search:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.post-opened-search .filter-post .post-search svg {
  opacity: 0;
}
.post-opened-search .filter-post .post-search:before,
.post-opened-search .filter-post .post-search:after {
  opacity: 1;
}
@media (max-width: 1024px) {
  .posts-section {
    padding-bottom: 8rem;
  }
}
@media (max-width: 767px) {
  .posts-list .post-item {
    width: 48%;
    margin-left: 0;
  }
  .posts-list .post-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .posts-list .post-item:nth-child(2n + 2) {
    margin-left: 4%;
  }
  .page-template-flexible-page .posts-list {
    display: block;
  }
  .page-template-flexible-page .posts-list .post-item {
    max-width: 100%;
  }
  .page-template-flexible-page .posts-list .post-item .post-item-in {
    height: auto;
  }
}
@media (max-width: 500px) {
  .posts-list .post-item {
    width: auto;
    display: block;
  }
  .posts-list .post-item:nth-child(2n + 2) {
    margin-left: 0;
  }
}
@media (max-width: 450px) {
  .post-search-bar .post-search-form form {
    width: 200px;
    margin-bottom: 1rem;
  }
}
/* FAQ page */
.page-template-faq-page .hero-post .hero-post-inner {
  max-width: 100%;
}
.page-template-faq-page .hero-post h1 {
  max-width: 100%;
  margin-bottom: 0;
}
.page-template-faq-page .accordion-section {
  padding: 0 0 12rem;
}
.page-template-faq-page
  .accordion-section
  .accordion-section-inner
  .accordion-wrap {
  border-top: none;
  border-bottom: 2px solid #e5e5e5;
}
.page-template-faq-page
  .accordion-section
  .accordion-section-inner
  .accordion-title {
  padding-left: 0;
}
.page-template-faq-page
  .accordion-section
  .accordion-section-inner
  .accordion-title
  span {
  display: none;
}
/* Careers page */
.page-template-areers-page .hero-flex {
  margin-bottom: 16rem;
}
.page-template-areers-page .open-positions {
  padding-bottom: 25rem;
}
.page-template-areers-page .open-positions h2 {
  margin-bottom: 5.7rem;
}
.page-template-areers-page .position {
  background: #fefefe;
  padding: 0 3.8rem;
  border: 2px solid #eeeeee;
  border-radius: 1rem;
  margin-bottom: 0.8rem;
  transition: border 0.35s;
}
.page-template-areers-page .position:hover,
.page-template-areers-page .position.expanded,
.page-template-areers-page .position:focus {
  border-color: #e6192d;
}
.page-template-areers-page .position.expanded .arrow {
  pointer-events: inherit !important;
}
.page-template-areers-page .position:after {
  clear: both;
  content: "";
  display: block;
}
.page-template-areers-page .position .position-heading {
  position: relative;
  display: block;
  padding: 3rem 0;
}
.page-template-areers-page .position .position-heading:hover .arrow:after {
  right: 8px;
}
.page-template-areers-page .position .position-heading:after {
  clear: both;
  content: "";
  display: block;
}
.page-template-areers-page .position .position-heading .col-l {
  float: left;
  width: 52%;
}
.page-template-areers-page .position .position-heading .col-r {
  float: left;
  width: 41%;
}
.page-template-areers-page .position .position-heading .col-r strong {
  font-size: 1.6rem;
  line-height: 2rem;
}
.page-template-areers-page .position .position-heading strong {
  display: block;
  font-size: 2rem;
  line-height: 1;
  font-weight: normal;
  font-family: "SharpSans-Bold", Arial, sans-serif;
  color: #212121;
}
.page-template-areers-page .position .position-heading em {
  font-style: normal;
  color: purple;
  font-size: 1.4rem;
  line-height: 1;
  font-family: "aeonikmedium", Arial, sans-serif;
  display: block;
  padding-top: 0.5rem;
}
.page-template-areers-page .position .position-heading .arrow:hover:after,
.page-template-areers-page .position .position-heading .arrow:focus:after {
  right: 8px;
}
.page-template-areers-page .position .position-heading .arrow {
  position: absolute;
  right: 0;
  top: 50%;
  height: 30px;
  width: 30px;
  transform: translate(0, -50%);
  border-radius: 30px;
  border: 1px solid purple;
}
.page-template-areers-page .position .position-heading .arrow:after {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  width: 42px;
  height: 6px;
  background: #fff url(../images/arrow.svg) no-repeat right 0;
  margin-top: -3px;
  -webkit-transition: right 0.35s;
  transition: right 0.35s;
}
.page-template-areers-page .position .position-desc {
  display: none;
}
.single-job .post-content {
  padding-bottom: 6rem;
}
.single-job .form-section {
  padding-top: 0;
  padding-bottom: 15rem;
}
.single-job .form-left {
  width: 100%;
  float: none;
}
.single-job .form-right {
  width: 100%;
  max-width: 66rem;
  float: none;
}
@media (max-width: 1440px) {
  .page-template-areers-page .open-positions {
    padding-bottom: 10rem;
  }
  .page-template-areers-page .hero-flex {
    margin-bottom: 10rem;
  }
}
@media (max-width: 767px) {
  .single-job .form-section {
    padding-bottom: 5rem;
  }
  .page-template-areers-page .hero-flex {
    margin-bottom: 5rem;
  }
  .page-template-areers-page .open-positions {
    padding-bottom: 5rem;
  }
  .page-template-areers-page .open-positions h2 br {
    display: none;
  }
  .page-template-areers-page .open-positions .position {
    padding: 0 1.8rem;
  }
  .page-template-areers-page .open-positions .position .position-heading {
    padding: 2rem 0;
  }
  .page-template-areers-page
    .open-positions
    .position
    .position-heading
    .col-l {
    width: 76%;
    margin-bottom: 1.5rem;
  }
  .page-template-areers-page
    .open-positions
    .position
    .position-heading
    .col-r {
    width: 76%;
  }
}
/* Clients Directory page */
.cd-inner {
  max-width: 740px;
  margin: 0 auto 30px;
}
.cd-inner .content-entry {
  padding-bottom: 12rem;
}
.cd-inner .content-entry p {
  font-size: 1.8rem;
  line-height: 1.5;
}
.cd-inner .cd-search {
  padding-bottom: 5rem;
}
.cd-inner .cd-search h2 {
  font-size: 2.8rem;
  margin-bottom: 6.6rem;
}
.cd-inner .cd-search form {
  padding-bottom: 4rem;
  position: relative;
}
.cd-inner .cd-search form .form-in {
  padding-right: 14rem;
}
.cd-inner .cd-search form .form-in .col {
  position: relative;
}
.cd-inner .cd-search form .form-in .col.error:before {
  position: absolute;
  top: 100%;
  left: 0;
  color: #e6192d;
  font-size: 1.1rem;
  content: attr(data-error);
  font-family: "aeonikmedium", Arial, sans-serif;
  padding-top: 1rem;
}
.cd-inner .cd-search form .form-in .col input[name="company_name"] {
  display: block;
  font-family: "aeonikmedium", Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 1;
  padding: 0.8rem 0 1.2rem;
  border-radius: 0;
  border: none;
  border-bottom: 2px solid #919191;
  text-align: left;
  width: 100%;
  max-width: 50rem;
}
.cd-inner .cd-search form .form-in .col input[name="company_name"].error {
  border-bottom: 2px solid #e6192d;
}
.cd-inner .cd-search form .btn {
  position: absolute;
  top: 0.5rem;
  background: transparent;
  right: 0;
}
.cd-inner .cd-search form label {
  font-size: 1.4rem;
  font-family: "aeonikmedium", Arial, sans-serif;
  color: purple;
  line-height: 1;
  display: block;
}
.cd-inner .cd-search form .inputs-wrap {
  position: relative;
}
.cd-inner .cd-search form .inputs-wrap.error input {
  border-bottom: 2px solid #e6192d;
}
.cd-inner .cd-search form .inputs-wrap.error:before {
  position: absolute;
  top: 100%;
  left: 0;
  color: #e6192d;
  font-size: 1.1rem;
  content: "Please enter valid Certification Number.";
  font-family: "aeonikmedium", Arial, sans-serif;
  padding-top: 1rem;
}
.cd-inner .cd-search form .inputs-wrap input {
  float: left;
  font-family: "aeonikmedium", Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 1;
  padding: 0.8rem 0 1.2rem;
  border-radius: 0;
  border: none;
  border-bottom: 2px solid #919191;
  margin-right: 0.3rem;
  width: 1.3rem;
  text-align: center;
}
.cd-inner .cd-search form .inputs-wrap input.white {
  color: #fff;
}
.cd-inner .cd-search form .inputs-wrap input.disabled {
  pointer-events: none;
}
.cd-inner .cd-search form .inputs-wrap input.with-dash {
  margin-right: 1.7rem;
}
.cd-inner .cd-search form .inputs-wrap .dash {
  position: absolute;
  left: 9.6rem;
  width: 1.1rem;
  top: 0;
  bottom: 0;
}
.cd-inner .cd-search form .inputs-wrap .dash:before {
  position: absolute;
  top: 50%;
  left: 0.3rem;
  width: 0.5rem;
  height: 0.2rem;
  content: "";
  background: #919191;
  margin: -0.3rem 0 0;
}
.cd-results {
  background: #ecf2f6;
}
.cd-results.show {
  padding: 8.6rem 0 14rem;
}
.cd-results h2 {
  text-align: center;
}
.cd-results .sub-title {
  margin-bottom: 1.7rem;
}
.cd-results .cd-results-inner {
  max-width: 740px;
  margin: 0 auto 3rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #ccc;
}
.cd-results .cd-results-inner h3 {
  margin-bottom: 3rem;
}
.cd-results .cd-results-inner .certificate-meta div {
  float: left;
  width: 33.33%;
  font-size: 1.6rem;
  line-height: 1.875;
  color: #5b5a5a;
  box-sizing: border-box;
}
.cd-results .cd-results-inner .certificate-meta div.meta-location {
  padding-right: 5%;
}
.cd-results .cd-results-inner .certificate-meta div.meta-location span {
  display: block;
}
.cd-results .cd-results-inner .certificate-meta div strong {
  font-weight: normal;
  font-family: "aeonikmedium", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 1.4rem;
  line-height: 1;
  color: #212121;
  margin-bottom: 1.5rem;
  display: block;
}
.cd-results .cd-results-inner .certificate-scope {
  padding-top: 3rem;
  font-size: 1.6rem;
  line-height: 1.875;
}
.cd-results .cd-results-inner .certificate-scope .h3 {
  display: block;
  font-weight: normal;
  font-family: "aeonikmedium", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 1.4rem;
  line-height: 1;
  color: #212121;
  margin-bottom: 1.5rem;
}
@media (max-width: 1023px) {
  .cd-inner .cd-search form {
    padding-bottom: 0;
  }
  .page-template-client-directory #wrapper {
    min-height: 1px;
  }
  .cd-results.show {
    padding: 3rem 0 5rem;
  }
}
@media (max-width: 767px) {
  .cd-inner .content-entry {
    padding-bottom: 0;
  }
  .cd-inner .cd-search form .form-in {
    padding-right: 0;
  }
  .cd-inner .cd-search form .form-in .col {
    width: 100%;
    margin-bottom: 3rem;
  }
  .cd-inner .cd-search form .form-in .col input[name="company_name"] {
    font-size: 1.6rem;
  }
  .cd-inner .cd-search form .form-in .col label {
    font-size: 1.4rem;
  }
  .cd-inner .cd-search form .btn {
    position: relative;
    float: left;
  }
  .cd-inner .cd-search form .inputs-wrap input {
    width: 2.5rem;
    font-size: 1.6rem;
  }
  .cd-inner .cd-search form .inputs-wrap .dash {
    left: 16.8rem;
  }
  .cd-results.show {
    padding-bottom: 1rem;
  }
  .cd-results .cd-results-inner .certificate-scope {
    padding-top: 2rem;
  }
  .cd-results .cd-results-inner .certificate-meta div {
    width: calc(50% - 3px);
    margin-bottom: 3.5rem;
    float: none;
    display: inline-block;
  }
  .cd-results .cd-results-inner .certificate-meta div strong {
    margin-bottom: 0.7rem;
  }
}
/* Event page */
.register-section {
  margin: 0 2rem;
  padding: 10rem 0;
  position: relative;
  overflow: hidden;
}
.register-section .wipe-bg {
  background: #1f2e50;
}
.register-section .inner {
  position: relative;
  z-index: 10;
}
.register-section .register-section-inner {
  font-size: 0;
  position: relative;
  z-index: 5;
}
.register-section .register-section-inner .register-section-left {
  display: inline-block;
  vertical-align: middle;
  width: 48%;
  font-size: 1.6rem;
}
.register-section .register-section-inner .register-section-left .sub-title,
.register-section .register-section-inner .register-section-left h2 {
  color: #fff;
}
.register-section .register-section-inner .register-section-left p {
  color: #bfd1f6;
}
.register-section .register-section-inner .register-section-right {
  display: inline-block;
  vertical-align: middle;
  width: 48%;
  margin-left: 4%;
  position: relative;
  text-align: right;
}
.register-section .register-section-inner .register-section-right .wipe-image {
  background: #1f2e50;
}
.register-section .deco {
  position: absolute;
  width: 24.5rem;
  height: 24.2rem;
  right: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
}
.register-section .deco:before {
  position: absolute;
  width: 25.5rem;
  height: 25.5rem;
  border-radius: 50%;
  border: 12.8rem solid #3e4c69;
  left: 0;
  top: 0;
  content: "";
}
.page-template-service-page .register-section .register-section-inner {
  margin: 0 auto;
}
.page-template-service-page
  .register-section
  .register-section-inner
  .register-section-left {
  width: 60%;
}
.page-template-service-page
  .register-section
  .register-section-inner
  .register-section-right {
  width: 36%;
}
@media (max-width: 1024px) {
  .register-section {
    padding: 5rem 0;
  }
}
@media (max-width: 500px) {
  .page-template-service-page .register-section,
  .register-section {
    margin: 0 0 5rem;
  }
  .page-template-service-page
    .register-section
    .register-section-inner
    .register-section-left,
  .register-section .register-section-inner .register-section-left {
    width: auto;
    display: block;
    margin-bottom: 3rem;
  }
  .page-template-service-page
    .register-section
    .register-section-inner
    .register-section-right,
  .register-section .register-section-inner .register-section-right {
    width: auto;
    text-align: center;
  }
  .page-template-service-page
    .register-section
    .register-section-inner
    .register-section-right
    img,
  .register-section .register-section-inner .register-section-right img {
    max-width: 50%;
  }
}
.event-speakers {
  margin-bottom: 10rem;
}
.event-speakers .event-speakers-inner {
  margin: 0 0 0 auto;
  max-width: 1045px;
  position: relative;
  padding-bottom: 7rem;
}
.event-speakers .event-speakers-inner:before {
  content: "";
  background: #ecf2f6;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 17%;
  width: 100vw;
  z-index: -1;
}
.event-speakers .slider-control {
  text-align: right;
}
.event-speakers .slider-control .slick-dots {
  font-size: 0;
}
.event-speakers .slider-control button.slick-arrow:not(.slick-disabled) {
  border-color: #e6192d;
}
.event-speakers .slider-control button.slick-arrow:not(.slick-disabled):after {
  border-top-color: #e6192d;
  border-right-color: #e6192d;
}
.linkedin-speaker {
  margin-bottom: 1rem;
  font-size: 1.7rem;
  text-align: center;
}
.linkedin-speaker a {
  display: inline-block;
  vertical-align: top;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.linkedin-speaker a i {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}
.linkedin-speaker a span {
  display: inline-block;
  vertical-align: middle;
}
.linkedin-speaker a:hover {
  opacity: 0.7;
}
.event-speaker .event-speaker-left {
  width: 49%;
  float: right;
  padding: 14rem 0 1rem;
}
.event-speaker .event-speaker-left h3 {
  color: #212121;
  margin-bottom: 1rem;
}
.event-speaker .event-speaker-left .content-entry * {
  color: #212121;
}
.event-speaker .event-speaker-left .content-entry h1,
.event-speaker .event-speaker-left .content-entry h2,
.event-speaker .event-speaker-left .content-entry h3,
.event-speaker .event-speaker-left .content-entry h4,
.event-speaker .event-speaker-left .content-entry h5,
.event-speaker .event-speaker-left .content-entry h6 {
  color: #212121;
}
.event-speaker .event-speaker-left .content-entry p {
  font-size: 1.8rem;
  line-height: 1.5;
}
.event-speaker .event-speaker-left .event-speaker-meta {
  font-size: 0;
  margin-bottom: 5rem;
}
.event-speaker
  .event-speaker-left
  .event-speaker-meta
  .event-speaker-meta-left {
  display: inline-block;
  vertical-align: top;
  font-size: 1.6rem;
  color: #212121;
  width: 48%;
}
.event-speaker
  .event-speaker-left
  .event-speaker-meta
  .event-speaker-meta-right {
  font-size: 1.6rem;
  color: #212121;
  display: inline-block;
  vertical-align: top;
  width: 48%;
  margin-left: 4%;
}
.event-speaker .event-speaker-right {
  margin-right: 61%;
  padding-top: 8rem;
}
.event-speaker:after {
  clear: both;
  display: block;
  content: "";
}
@media (max-width: 1024px) {
  .event-speaker .event-speaker-right {
    padding-top: 4rem;
  }
  .event-speaker .event-speaker-left {
    padding-top: 8rem;
  }
}
@media (max-width: 767px) {
  .event-speaker .event-speaker-right {
    margin-right: 75%;
  }
  .event-speaker .event-speaker-left {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .event-speaker .event-speaker-right {
    margin-right: 75%;
  }
  .event-speaker .event-speaker-left {
    width: 70%;
  }
}
@media (max-width: 500px) {
  .event-speaker
    .event-speaker-left
    .event-speaker-meta
    .event-speaker-meta-left,
  .event-speaker
    .event-speaker-left
    .event-speaker-meta
    .event-speaker-meta-right {
    display: block;
    width: auto;
    margin-left: 0;
  }
  .event-speaker
    .event-speaker-left
    .event-speaker-meta
    .event-speaker-meta-left {
    margin-bottom: 2rem;
  }
  .event-speaker .event-speaker-left {
    width: auto;
    float: none;
    padding-top: 5rem;
  }
  .event-speaker .event-speaker-right {
    margin-bottom: 3rem;
    margin-right: 0;
    padding-top: 0;
  }
  .event-speakers .event-speakers-inner:before {
    left: -20px;
  }
}
.page-template-request-conference .form-section {
  padding-bottom: 15rem;
}
.page-template-request-conference .form-section .form-left,
.page-template-contact-page .form-section .form-left {
  float: right;
}
.page-template-request-conference .form-section .form-left .content-entry ul li,
.page-template-contact-page .form-section .form-left .content-entry ul li {
  margin-bottom: 3.5rem;
}
.page-template-request-conference
  .form-section
  .form-left
  .content-entry
  ul
  li
  i,
.page-template-contact-page .form-section .form-left .content-entry ul li i {
  position: absolute;
  left: 0;
  top: 5px;
}
.page-template-request-conference
  .form-section
  .form-left
  .content-entry
  ul
  li:before,
.page-template-contact-page
  .form-section
  .form-left
  .content-entry
  ul
  li:before {
  display: none;
}
.page-template-request-conference .form-section .form-right,
.page-template-contact-page .form-section .form-right {
  float: left;
}
.page-template-contact-page .form-section {
  padding-top: 0;
}
.contact-offices {
  padding-bottom: 10rem;
}
.contact-list {
  font-size: 0;
}
.contact-list-item {
  margin-bottom: 4rem;
  font-size: 1.4rem;
  width: 33.33%;
  padding: 2rem;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: background 0.35s;
  transition: background 0.35s;
}
.contact-list-item .contact-list-item-img {
  width: 80px;
  float: left;
}
.contact-list-item .contact-list-item-text.content-entry {
  margin-left: 100px;
}
.contact-list-item .contact-list-item-text.content-entry h2 {
  font-family: "aeonikbold", Arial, sans-serif;
  color: #003a70;
  letter-spacing: -0.04rem;
  font-size: 2rem;
  margin-bottom: 1rem;
}
.contact-list-item .contact-list-item-text.content-entry p {
  line-height: 1.3;
  margin-bottom: 2rem;
  font-size: 1.5rem;
}
.contact-list-item .contact-list-item-text.content-entry p strong {
  font-size: 1.6rem;
}
.desktop-version .contact-list-item:hover {
  background: #ecf2f6;
}
a.tooltip {
  position: relative;
}
a.tooltip span {
  display: none;
  padding: 5px;
  margin-left: 8px;
  width: 130px;
  font-size: 12px;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, -10px);
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  color: #000;
  border-radius: 5px;
}
a.tooltip span:before {
  content: "";
  left: 50%;
  border: 5px solid transparent;
  border-top: 5px solid #fff;
  position: absolute;
  top: 100%;
  position: absolute;
  margin-left: -5px;
}
a.tooltip:hover span {
  display: inline;
}
@media (max-width: 1440px) {
  .page-template-request-conference .form-section {
    padding-bottom: 10rem;
  }
}
@media (max-width: 1024px) {
  .page-template-request-conference .hero-post,
  .page-template-contact-page .hero-post {
    margin-bottom: 0;
  }
  .page-template-request-conference .hero-post h1,
  .page-template-contact-page .hero-post h1 {
    margin-bottom: 0;
  }
  .page-template-request-conference .form-section,
  .page-template-contact-page .form-section {
    padding-bottom: 8rem;
  }
  .contact-list-item .contact-list-item-img {
    width: 50px;
  }
  .contact-list-item .contact-list-item-text.content-entry {
    margin-left: 60px;
  }
}
@media (max-width: 767px) {
  .contact-list-item {
    width: auto;
    display: block;
    margin: 0 auto 3rem;
    max-width: 280px;
  }
  .page-template-request-conference .form-section,
  .page-template-contact-page .form-section {
    padding-bottom: 4rem;
  }
}
/* footer */
footer {
  position: relative;
  z-index: 15;
}
.single-training footer {
  padding-top: 0;
  position: relative;
}
footer .footer-in {
  padding: 11.7rem 0 0;
  position: relative;
}
footer .footer-in .wipe-bg {
  background: #fafafa;
}
footer .footer-in .inner {
  position: relative;
  z-index: 10;
}
footer .ada-footer {
  float: left;
}
footer .a11y-toolbar {
  position: static;
  right: 0;
  float: none;
  margin-top: 20px;
}
footer .a11y-toolbar ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
footer .a11y-toolbar ul li button {
  border-radius: 30px !important;
  height: 30px;
  width: 30px;
  color: purple !important;
  border: 1px solid #dcdcdc !important;
  background: none;
  -webkit-transition: color 0.5s, border 0.5s;
  transition: color 0.5s, border 0.5s;
}
footer .a11y-toolbar ul li button.active {
  background: none;
}
footer .a11y-toolbar ul li button .offscreen {
  display: none !important;
}
footer .a11y-toolbar ul li button:hover {
  cursor: pointer;
  color: #e6192d !important;
  border: 1px solid #e6192d !important;
  background: none;
}
footer .newsletter {
  float: left;
  width: 27.4%;
  box-sizing: border-box;
  padding: 2.8%;
  background: #1a2848;
  color: #fefefe;
  margin-top: -17.7rem;
}
footer .newsletter .h3 {
  font-family: "SharpSans-Bold";
  font-size: 2.4rem;
  line-height: 1.42;
  letter-spacing: -0.4px;
  margin-bottom: 3.5rem;
}
footer .newsletter p {
  font-family: "aeonikregular";
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 1.5rem;
  color: #bfd1f6;
}
footer .newsletter .bordered-el {
  border-radius: 2.6rem;
  border: 1px solid #fefefe;
  padding: 0 1.8rem;
}
footer .newsletter .bordered-el br {
  display: none;
}
footer .newsletter .bordered-el i {
  float: left;
  margin: 1.8rem 1rem 0 0;
  color: #bfbfbf;
}
footer .newsletter .bordered-el .wpcf7-form-control-wrap {
  float: left;
  width: calc(100% - 5rem);
}
footer .newsletter .bordered-el input {
  line-height: 5.2rem;
  height: 5.2rem;
  background: transparent;
  border: none;
  border-radius: 0px;
  opacity: 1;
  font-family: "aeonikmedium";
  font-size: 1.4rem;
  letter-spacing: -0.4px;
  color: #fff;
  width: 100%;
}
footer .newsletter .bordered-el input::-webkit-input-placeholder {
  opacity: 0.7;
}
footer .newsletter .bordered-el input:-moz-placeholder {
  opacity: 0.7;
}
footer .newsletter .bordered-el input::-moz-placeholder {
  opacity: 0.7;
}
footer .newsletter .bordered-el input:-ms-input-placeholder {
  opacity: 0.7;
}
footer .newsletter .bordered-el input:focus::-webkit-input-placeholder {
  opacity: 0.35;
}
footer .newsletter .bordered-el input:focus:-moz-placeholder {
  opacity: 0.35;
}
footer .newsletter .bordered-el input:focus::-moz-placeholder {
  opacity: 0.35;
}
footer .newsletter .bordered-el input:focus:-ms-input-placeholder {
  opacity: 0.35;
}
footer .newsletter .bordered-el button {
  position: absolute;
  cursor: pointer;
  border: none;
  background: transparent;
  text-indent: -9999px;
  width: 2.3rem;
  height: 5.2rem;
  overflow: hidden;
  -webkit-transition: width 0.35s;
  transition: width 0.35s;
}
footer .newsletter .bordered-el button:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 42px;
  height: 6px;
  background: url(../images/arrow.svg) no-repeat right 0;
  margin-top: -3px;
  -webkit-transition: right 0.35s;
  transition: right 0.35s;
}
footer .newsletter .bordered-el button:hover,
footer .newsletter .bordered-el button:focus {
  width: 3.3rem;
}
.cleared:after {
  clear: both;
  content: "";
  display: block;
}
.newsletter span.wpcf7-not-valid-tip {
  font-size: 12px;
  position: absolute;
  top: calc(100% + 10px);
  left: -3rem;
  right: -3rem;
  color: orange;
}
.newsletter div.wpcf7-validation-errors,
.newsletter div.wpcf7-acceptance-missing {
  color: orange;
  display: none !important;
}
.newsletter div.wpcf7-mail-sent-ok {
  color: #398f14;
  display: block !important;
  padding: 0;
  margin: 0.9rem 0 0 1.5rem;
  border: none;
  font-size: 12px;
  text-align: left;
  position: absolute;
}
.menu-footer-menu-container {
  float: right;
  width: 66%;
}
.menu-footer-menu-container .menu {
  padding: 0;
  margin: 0;
}
.menu-footer-menu-container .menu > li {
  width: 21.9%;
  float: left;
  list-style-type: none;
  margin-left: 4.13%;
}
.menu-footer-menu-container .menu > li:first-child {
  margin-left: 0;
}
.menu-footer-menu-container .menu > li > a {
  display: block;
  position: none;
  color: #212121;
  font-family: "aeonikbold";
  font-size: 1.6rem;
  letter-spacing: -0.4px;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 1.5rem;
  margin-bottom: 1rem;
}
.menu-footer-menu-container .menu > li ul li {
  list-style-type: none;
  margin-bottom: 1rem;
}
.menu-footer-menu-container .menu > li ul li a {
  display: block;
  font-family: "aeonikmedium";
  font-size: 1.4rem;
  line-height: 1.5;
  color: #5b5a5a;
  transition: color 0.35s;
}
.menu-footer-menu-container .menu > li ul li a:hover,
.menu-footer-menu-container .menu > li ul li a:focus {
  color: #e6192d;
}
.footer-row {
  clear: both;
  padding: 6.4rem 0 3.5rem;
}
.footer-row .addresses {
  float: left;
  width: 66%;
}
.footer-row .addresses ul {
  padding: 0;
  margin: 0;
}
.footer-row .addresses ul li {
  list-style-type: none;
  width: 50%;
  float: left;
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-family: "aeonikregular";
  font-size: 1.2rem;
  color: #212121;
}
.footer-row .addresses ul li i {
  color: #afafaf;
  display: inline-block;
  vertical-align: middle;
}
.footer-row .addresses ul li p {
  display: inline-block;
  text-transform: uppercase;
  font-family: "aeonikregular";
  font-size: 1.2rem;
  vertical-align: middle;
  padding-left: 2.2rem;
  margin-bottom: 0;
  padding: 0;
}
.footer-row .addresses ul li p strong {
  font-family: "aeonikbold";
  font-weight: normal;
}
.footer-row .addresses ul li p a {
  color: #212121;
}
.footer-row .addresses ul li:first-child a {
  border-left: 5px solid #e6192d;
  padding-left: 1rem;
  font-family: "aeonikbold";
  font-size: 1.2rem;
  line-height: 2rem;
  color: #212121;
  text-decoration: none;
  display: inline-block;
}
.footer-row .socials {
  float: right;
}
.footer-row .socials strong {
  display: inline-block;
  vertical-align: middle;
  font-family: "aeonikregular";
  font-size: 1.2rem;
  text-transform: uppercase;
}
.footer-row .socials ul {
  padding: 0;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}
.footer-row .socials ul li {
  list-style-type: none;
  vertical-align: middle;
  margin-left: 1.3rem;
  text-align: center;
  display: inline-block;
}
.footer-row .socials ul li a {
  display: inline-block;
  line-height: 47px;
  border: 1px solid #dcdcdc;
  width: 47px;
  color: purple;
  border-radius: 50%;
  transition: color 0.35s, border 0.35s;
  position: relative;
}
.footer-row .socials ul li a .b1 {
  height: 48px;
  position: absolute;
  top: -1px;
  left: -1px;
  width: 0;
  overflow: hidden;
  -webkit-transition: width 0.2s 0.6s;
  transition: width 0.2s 0.6s;
  border-radius: 100%;
}
.footer-row .socials ul li a .b1:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  border-top: 1px solid #e6192d;
}
.footer-row .socials ul li a .b2 {
  height: 0;
  position: absolute;
  top: -1px;
  overflow: hidden;
  right: -1px;
  width: 48px;
  -webkit-transition: height 0.2s 0.4s;
  transition: height 0.2s 0.4s;
  border-radius: 100%;
}
.footer-row .socials ul li a .b2:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  border-right: 1px solid #e6192d;
}
.footer-row .socials ul li a .b3 {
  height: 48px;
  position: absolute;
  bottom: -1px;
  right: -1px;
  width: 0;
  overflow: hidden;
  -webkit-transition: width 0.2s 0.2s;
  transition: width 0.2s 0.2s;
  border-radius: 100%;
}
.footer-row .socials ul li a .b3:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  border-bottom: 1px solid #e6192d;
}
.footer-row .socials ul li a .b4 {
  height: 0;
  position: absolute;
  bottom: -1px;
  left: -1px;
  width: 48px;
  overflow: hidden;
  -webkit-transition: height 0.2s 0s;
  transition: height 0.2s 0s;
  border-radius: 100%;
}
.footer-row .socials ul li a .b4:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  border-left: 1px solid #e6192d;
}
.footer-row .socials ul li a:hover,
.footer-row .socials ul li a:focus {
  color: #e6192d;
}
.footer-row .socials ul li a:hover .b1,
.footer-row .socials ul li a:focus .b1 {
  width: 48px;
  transition-delay: 0s;
}
.footer-row .socials ul li a:hover .b2,
.footer-row .socials ul li a:focus .b2 {
  height: 48px;
  transition-delay: 0.2s;
}
.footer-row .socials ul li a:hover .b3,
.footer-row .socials ul li a:focus .b3 {
  width: 48px;
  transition-delay: 0.4s;
}
.footer-row .socials ul li a:hover .b4,
.footer-row .socials ul li a:focus .b4 {
  height: 48px;
  transition-delay: 0.6s;
}
.footer-bottom {
  background: #1a2848;
  padding: 1.5rem 0;
}
.footer-bottom p {
  text-align: center;
  padding: 0;
  margin: 0;
  font-family: "aeonikregular";
  font-size: 1.1rem;
  line-height: 1.55;
  letter-spacing: normal;
  color: #bfbfbf;
}
.footer-bottom p a {
  text-decoration: underline;
  color: #fefefe;
  font-family: "aeonikmedium";
}
footer .a11y-toolbar ul li button.active {
  border-color: #e6192d;
}
footer .a11y-toolbar ul li button.active .aticon-font::before {
  color: #e6192d;
}
.notice-bottom {
  background: #1f2e50;
  color: #fff;
  font-size: 1.5rem;
  padding: 1.7rem 0;
  overflow: hidden;
  max-height: 200px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  font-family: "aeonikmedium", Arial, sans-serif;
}
.notice-bottom:after {
  clear: both;
  display: block;
  content: "";
}
.notice-bottom.hide-notice {
  max-height: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  transition: max-height 0.5s, padding 0.5s, opacity 0.5s, visibility 0.5s;
}
.notice-bottom .notice-text-in {
  width: calc(100% - 200px);
  float: left;
}
.notice-bottom .notice-text {
  display: inline-block;
  vertical-align: middle;
  padding-top: 1rem;
}
.notice-bottom ul {
  display: inline-block;
  vertical-align: middle;
  list-style-type: none;
  margin-left: 8px;
  padding-top: 1rem;
}
.notice-bottom ul li {
  display: inline-block;
  vertical-align: top;
  font-size: 1.4rem;
  line-height: 1.4;
  font-family: "aeonikregular", Arial, sans-serif;
  padding-right: 10px;
  margin-right: 7px;
  position: relative;
}
.notice-bottom ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.notice-bottom ul li:last-child:after {
  display: none;
}
.notice-bottom ul li:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  height: 1px;
  width: 4px;
  background: #fff;
}
.notice-bottom ul li a {
  color: #fff;
  text-decoration: underline;
}
.notice-bottom .accept {
  background: #fff;
  color: #000;
  font-size: 1.4rem;
  padding: 1.2rem 1.5rem;
  float: right;
  font-family: "aeonikbold", Arial, sans-serif;
  border: none;
  cursor: pointer;
  transition: opacity 0.35s;
}
@media (max-width: 1200px) {
  footer .newsletter {
    margin-top: -12rem;
  }
  footer .footer-in {
    padding-top: 7rem;
  }
}
@media (max-width: 1023px) {
  .notice-bottom {
    text-align: center;
  }
  .notice-bottom .notice-text-in {
    float: none;
    width: 100%;
    margin-bottom: 2rem;
  }
  .notice-bottom .notice-text {
    display: block;
    margin-bottom: 1rem;
  }
  .notice-bottom .accept {
    float: none;
    width: 200px;
    display: inline-block;
    vertical-align: top;
  }
  footer .footer-in {
    padding-top: 5rem;
  }
  footer .newsletter {
    padding: 2%;
    margin-top: -60px;
  }
  footer .newsletter .h3 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
  .footer-row {
    padding-top: 1rem;
  }
  .footer-row .socials {
    float: left;
    padding-top: 2rem;
  }
  .footer-row .addresses {
    width: 100%;
  }
  .menu-footer-menu-container #menu-footer-menu > li {
    display: inline-block;
    width: calc(48% - 3px);
    margin-left: 4%;
    float: none;
    margin-bottom: 3rem;
    vertical-align: top;
  }
  .menu-footer-menu-container #menu-footer-menu > li:nth-child(2n + 1) {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  footer .newsletter {
    width: 100%;
    box-sizing: border-box;
    padding: 4rem 2rem;
    margin-bottom: 3rem;
  }
  footer .newsletter .bordered-el {
    position: relative;
    padding: 0 4rem;
  }
  footer .newsletter .bordered-el i {
    margin-top: 0;
    position: absolute;
    left: 1.8rem;
    top: 50%;
    transform: translate(0, -50%);
  }
  footer .newsletter .bordered-el button {
    height: 5.6rem;
    top: 50%;
    transform: translate(0, -50%);
    right: 1.8rem;
  }
  .menu-footer-menu-container {
    width: 100%;
  }
  .footer-row .addresses ul li {
    width: 100%;
  }
  .menu-footer-menu-container .menu > li {
    margin-bottom: 0;
  }
  .menu-footer-menu-container .menu > li > a {
    position: relative;
    padding-right: 30px;
  }
  .menu-footer-menu-container .menu > li > a:after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 0;
    top: 0;
    box-sizing: border-box;
    border-right: 1px solid #e6192d;
    border-bottom: 1px solid #e6192d;
  }
  .menu-footer-menu-container .menu > li > a.active:after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: 3px;
  }
  .menu-footer-menu-container .menu > li .sub-menu {
    display: none;
  }
}
@media (max-width: 500px) {
  .menu-footer-menu-container .menu > li {
    width: auto;
    display: block;
    float: none;
    margin-left: 0;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22https%3A%2F%2Flne-gmed.com%2F%22%2C%22sources%22%3A%5B%22wp-content%2Fthemes%2Fgmed%2Fassets%2Fscss%2Fmain.scss%22%2C%22wp-content%2Fthemes%2Fgmed%2Fassets%2Fscss%2Fglobal%2Fglobal.scss%22%2C%22wp-content%2Fthemes%2Fgmed%2Fassets%2Fscss%2Fglobal%2Freset.scss%22%2C%22wp-content%2Fthemes%2Fgmed%2Fassets%2Fscss%2Fglobal%2Fslick.scss%22%2C%22wp-content%2Fthemes%2Fgmed%2Fassets%2Fscss%2Fglobal%2Fglobal-elements.scss%22%2C%22wp-content%2Fthemes%2Fgmed%2Fassets%2Fscss%2Fheader%2Fheader.scss%22%2C%22wp-content%2Fthemes%2Fgmed%2Fassets%2Fscss%2Fglobal%2Fmixin.scss%22%2C%22wp-content%2Fthemes%2Fgmed%2Fassets%2Fscss%2Fpages%2Ffront-page%2Fhero.scss%22%2C%22wp-content%2Fthemes%2Fgmed%2Fassets%2Fscss%2Fpages%2Ffront-page%2Fhero-animation.scss%22%2C%22wp-content%2Fthemes%2Fgmed%2Fassets%2Fscss%2Fpages%2Ffront-page%2Fwhy-we.scss%22%2C%22wp-content%2Fthemes%2Fgmed%2Fassets%2Fscss%2Fpages%2Ffront-page%2Fimage-desc-list.scss%22%2C%22wp-content%2Fthemes%2Fgmed%2Fassets%2Fscss%2Fpages%2Ffront-page%2Fcareer-section.scss%22%2C%22wp-content%2Fthemes%2Fgmed%2Fassets%2Fscss%2Fpages%2Ffront-page%2Fservices-list.scss%22%2C%22wp-content%2Fthemes%2Fgmed%2Fassets%2Fscss%2Fpages%2Ffront-page%2Fnews.scss%22%2C%22wp-content%2Fthemes%2Fgmed%2Fassets%2Fscss%2Fpages%2Ffront-page%2Fevent.scss%22%2C%22wp-content%2Fthemes%2Fgmed%2Fassets%2Fscss%2Fpages%2Fflexible%2Fhero.scss%22%2C%22wp-content%2Fthemes%2Fgmed%2Fassets%2Fscss%2Fpages%2Fflexible%2Fcontent.scss%22%2C%22wp-content%2Fthemes%2Fgmed%2Fassets%2Fscss%2Fpages%2Fflexible%2Flist-block.scss%22%2C%22wp-content%2Fthemes%2Fgmed%2Fassets%2Fscss%2Fpages%2Fflexible%2Fbenefits.scss%22%2C%22wp-content%2Fthemes%2Fgmed%2Fassets%2Fscss%2Fpages%2Fflexible%2Fstatistics.scss%22%2C%22wp-content%2Fthemes%2Fgmed%2Fassets%2Fscss%2Fpages%2Fflexible%2Ftable.scss%22%2C%22wp-content%2Fthemes%2Fgmed%2Fassets%2Fscss%2Fpages%2Fflexible%2Fform.scss%22%2C%22wp-content%2Fthemes%2Fgmed%2Fassets%2Fscss%2Fpages%2Fflexible%2Ftraining.scss%22%2C%22wp-content%2Fthemes%2Fgmed%2Fassets%2Fscss%2Fpages%2Fflexible%2Ftabs.scss%22%2C%22wp-content%2Fthemes%2Fgmed%2Fassets%2Fscss%2Fpages%2Fflexible%2Faccordions.scss%22%2C%22wp-content%2Fthemes%2Fgmed%2Fassets%2Fscss%2Fpages%2Fflexible%2Fcarousel.scss%22%2C%22wp-content%2Fthemes%2Fgmed%2Fassets%2Fscss%2Fpages%2Fflexible%2Ffeatured-senior.scss%22%2C%22wp-content%2Fthemes%2Fgmed%2Fassets%2Fscss%2Fpages%2Ftraining%2Fhero.scss%22%2C%22wp-content%2Fthemes%2Fgmed%2Fassets%2Fscss%2Fpages%2Ftraining%2Fabout.scss%22%2C%22wp-content%2Fthemes%2Fgmed%2Fassets%2Fscss%2Fpages%2Ftraining%2Fquote.scss%22%2C%22wp-content%2Fthemes%2Fgmed%2Fassets%2Fscss%2Fpages%2Ftraining%2Fprogram-details.scss%22%2C%22wp-content%2Fthemes%2Fgmed%2Fassets%2Fscss%2Fpages%2Ftraining%2Fmarketing-banner.scss%22%2C%22wp-content%2Fthemes%2Fgmed%2Fassets%2Fscss%2Fpages%2Ftraining%2Ftestimonials.scss%22%2C%22wp-content%2Fthemes%2Fgmed%2Fassets%2Fscss%2Fpages%2Ftraining%2Fcta.scss%22%2C%22wp-content%2Fthemes%2Fgmed%2Fassets%2Fscss%2Fpages%2Fcertification%2Fcertifications-request.scss%22%2C%22wp-content%2Fthemes%2Fgmed%2Fassets%2Fscss%2Fpages%2Fcertification%2Fcontent-with-image.scss%22%2C%22wp-content%2Fthemes%2Fgmed%2Fassets%2Fscss%2Fpages%2Fcertification%2Fimage.scss%22%2C%22wp-content%2Fthemes%2Fgmed%2Fassets%2Fscss%2Fpages%2Fcertification%2Ftype-devices.scss%22%2C%22wp-content%2Fthemes%2Fgmed%2Fassets%2Fscss%2Fpages%2Fcertification%2Fi-scheme.scss%22%2C%22wp-content%2Fthemes%2Fgmed%2Fassets%2Fscss%2Fpages%2Fcertification%2Fanimation.scss%22%2C%22wp-content%2Fthemes%2Fgmed%2Fassets%2Fscss%2Fpages%2Fpost%2Fgeneral.scss%22%2C%22wp-content%2Fthemes%2Fgmed%2Fassets%2Fscss%2Fpages%2Fsearch%2Fgeneral.scss%22%2C%22wp-content%2Fthemes%2Fgmed%2Fassets%2Fscss%2Fpages%2Fevents%2Flist.scss%22%2C%22wp-content%2Fthemes%2Fgmed%2Fassets%2Fscss%2Fpages%2Fevents%2Fnav-bar.scss%22%2C%22wp-content%2Fthemes%2Fgmed%2Fassets%2Fscss%2Fpages%2Fnews%2Flist.scss%22%2C%22wp-content%2Fthemes%2Fgmed%2Fassets%2Fscss%2Fpages%2Ffaq%2Fgeneral.scss%22%2C%22wp-content%2Fthemes%2Fgmed%2Fassets%2Fscss%2Fpages%2Fcareers%2Fgeneral.scss%22%2C%22wp-content%2Fthemes%2Fgmed%2Fassets%2Fscss%2Fpages%2Fclients-directory%2Fgeneral.scss%22%2C%22wp-content%2Fthemes%2Fgmed%2Fassets%2Fscss%2Fpages%2Fevent%2Fregister.scss%22%2C%22wp-content%2Fthemes%2Fgmed%2Fassets%2Fscss%2Fpages%2Fevent%2Fspeakers.scss%22%2C%22wp-content%2Fthemes%2Fgmed%2Fassets%2Fscss%2Fpages%2Frequest-certification%2Fgeneral.scss%22%2C%22wp-content%2Fthemes%2Fgmed%2Fassets%2Fscss%2Ffooter%2Ffooter.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BACAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACjDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeE%3BAAAA%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeE%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAF%2FTA%3BAE0VA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAF1aF%3BAEmbE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAiBJ%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAGM%3BAAAA%3BAAAA%3BAAAA%3BAAMN%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAF7fF%3BAGEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAChGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAQN%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAASV%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeE%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAASN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYJ%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAQN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcJ%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAqBI%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAASN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAJ1zBD%3BAKAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAoBA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAUL%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASK%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAaJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAASL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAMH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYD%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAiBd%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC3mBF%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BADwnBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAMH%3BAAAA%3BAAAA%3BAAUA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAACC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAACC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaD%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAWR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYF%3BAACC%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAL9wCD%3BAOAA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcH%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAMG%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAQL%3BAACC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAChIF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACzoBF%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYF%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACrGD%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAWD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYN%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIK%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAYN%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAMJ%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAACC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACtVJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUH%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAGA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAAEC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BACzHF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYD%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAACC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAACC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACtGD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAMG%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQH%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAASN%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAsBE%3BAAAA%3BAAAA%3BAAIG%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAeF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAaT%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAKG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAEE%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BACnjBF%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGA%3BAACC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAACC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAOH%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAACC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAdtKD%3BAeAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBF%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAKD%3BAACC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAC%2FYD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcH%3BAAAA%3BAAAA%3BAAGA%3BAACC%3BAAAA%3BAAAA%3BAAEG%3BAAAA%3BAAAA%3BAAIH%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAACC%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BACnKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACdD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWL%3BAAAA%3BAAAA%3BAAKG%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAID%3BAACC%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOH%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAC1GD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAACC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAMH%3BAACC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACjCF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAGA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACjED%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAoBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBE%3BAAAA%3BAAAA%3BAf1RJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAegSI%3BAAAA%3BAAAA%3BAfnSJ%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAeuSE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAfhTJ%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAesTI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBR%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeN%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQN%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAEI%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAC%2FkBF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYJ%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAOF%3BAACE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAEI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACE%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAC1TF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAcJ%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUR%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAEI%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUV%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC9OF%3BAAAA%3BAAAA%3BAAIG%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAeD%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMH%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAAGG%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAMH%3BAAGG%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BACzMJ%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAACC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC5FD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA1B%2FBF%3BA2BCE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMN%3BAAEI%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAEI%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BACxFN%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAON%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAC5FJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAACC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAMH%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOH%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAGG%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAC3IF%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWD%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcF%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAWL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAACC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAMH%3BAACC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACnTL%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWH%3BAACC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOH%3BAAGG%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BACnIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWH%3BAAMG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOH%3BAACC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC9HH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaC%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAUJ%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAjClFD%3BAkCEA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAGA%3BAACC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC1FF%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAACC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACtFF%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BACXD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAMH%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBF%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAMH%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAACC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAEG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAClOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeV%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYN%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAMN%3BAACE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACpfZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAACC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAvC5BF%3BAwCEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWD%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcL%3BAAAA%3BAAAA%3BAAGG%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBC%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYD%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAQL%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUH%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKF%3BAAGE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAACC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAxCxmBH%3BAyCCC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAMH%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAGA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAzChMD%3BA0CEC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYF%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAACC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAACC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQH%3BAACC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BACpSH%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAUL%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAID%3BAACC%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA3CpJJ%3BA4CEC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUG%3BAAAA%3BAAAA%3BAAGG%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAYP%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAEG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaL%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAOH%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA5CxTD%3BA6CCE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BA7CjBR%3BA8CCE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeJ%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAEI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAACE%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BA9ChKV%3BA%2BCAA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAMH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeL%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaH%3BAACC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAAEE%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BA%2FCtPJ%3BAgDAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKF%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAACC%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAC9FJ%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAACC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAACC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAACC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BACrJA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWD%3BAAAA%3BAAAA%3BAAKA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAAGE%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAlDzJF%3BAmDAA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7CpEJ%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BA6CsFI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAASN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAUV%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeR%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAWZ%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcF%3BAAEI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAMN%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */
