@charset "UTF-8";
:root {
  --grid-gutter-width: 30px;
  --border-opacity: 1;
}
.border-example {
  display: flex;
  margin-bottom: 1rem;
}
.border-example span {
  height: 8rem;
  width: 8rem;
  margin-right: 1rem;
  background: #f7f8f9;
}
.border {
  --border-opacity: 1;
  border: 1px solid rgba(51, 70, 192, var(--border-opacity));
}
.border-top {
  border-top: 1px solid rgba(51, 70, 192, var(--border-opacity));
}
.border-bottom {
  border-bottom: 1px solid rgba(51, 70, 192, var(--border-opacity));
}
.border-left {
  border-left: 1px solid rgba(51, 70, 192, var(--border-opacity));
}
.border-right {
  border-right: 1px solid rgba(51, 70, 192, var(--border-opacity));
}
.rounded {
  border-radius: 1.2rem;
}
.rounded--lg {
  border-radius: 2rem;
}
.rounded--xl {
  border-radius: 3rem;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 1rem !important;
}
.mt-1 {
  margin-top: 1rem !important;
}
.ml-1 {
  margin-left: 1rem !important;
}
.mr-1 {
  margin-right: 1rem !important;
}
.mx-1 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}
.my-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.p-1 {
  padding: 1rem !important;
}
.pt-1 {
  padding-top: 1rem !important;
}
.pb-1 {
  padding-bottom: 1rem !important;
}
.pl-1 {
  padding-left: 1rem !important;
}
.pr-1 {
  padding-right: 1rem !important;
}
.px-1 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.py-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.mb-2 {
  margin-bottom: 2rem !important;
}
.mt-2 {
  margin-top: 2rem !important;
}
.ml-2 {
  margin-left: 2rem !important;
}
.mr-2 {
  margin-right: 2rem !important;
}
.mx-2 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}
.my-2 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.p-2 {
  padding: 2rem !important;
}
.pt-2 {
  padding-top: 2rem !important;
}
.pb-2 {
  padding-bottom: 2rem !important;
}
.pl-2 {
  padding-left: 2rem !important;
}
.pr-2 {
  padding-right: 2rem !important;
}
.px-2 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.py-2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.mb-3 {
  margin-bottom: 3rem !important;
}
.mt-3 {
  margin-top: 3rem !important;
}
.ml-3 {
  margin-left: 3rem !important;
}
.mr-3 {
  margin-right: 3rem !important;
}
.mx-3 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}
.my-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.p-3 {
  padding: 3rem !important;
}
.pt-3 {
  padding-top: 3rem !important;
}
.pb-3 {
  padding-bottom: 3rem !important;
}
.pl-3 {
  padding-left: 3rem !important;
}
.pr-3 {
  padding-right: 3rem !important;
}
.px-3 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}
.py-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.mb-4 {
  margin-bottom: 4rem !important;
}
.mt-4 {
  margin-top: 4rem !important;
}
.ml-4 {
  margin-left: 4rem !important;
}
.mr-4 {
  margin-right: 4rem !important;
}
.mx-4 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}
.my-4 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}
.p-4 {
  padding: 4rem !important;
}
.pt-4 {
  padding-top: 4rem !important;
}
.pb-4 {
  padding-bottom: 4rem !important;
}
.pl-4 {
  padding-left: 4rem !important;
}
.pr-4 {
  padding-right: 4rem !important;
}
.px-4 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}
.py-4 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
.mb-5 {
  margin-bottom: 5rem !important;
}
.mt-5 {
  margin-top: 5rem !important;
}
.ml-5 {
  margin-left: 5rem !important;
}
.mr-5 {
  margin-right: 5rem !important;
}
.mx-5 {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}
.my-5 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}
.p-5 {
  padding: 5rem !important;
}
.pt-5 {
  padding-top: 5rem !important;
}
.pb-5 {
  padding-bottom: 5rem !important;
}
.pl-5 {
  padding-left: 5rem !important;
}
.pr-5 {
  padding-right: 5rem !important;
}
.px-5 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}
.py-5 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}
.bg--primary {
  --bg-opacity: 1;
  background-color: rgba(39, 53, 145, var(--bg-opacity)) !important;
}
.text--primary {
  --text-opacity: 1;
  color: rgba(39, 53, 145, var(--text-opacity)) !important;
}
.border--primary {
  --border-opacity: 1;
  border-color: rgba(39, 53, 145, var(--border-opacity)) !important;
}
.bg--secondary {
  --bg-opacity: 1;
  background-color: rgba(28, 38, 105, var(--bg-opacity)) !important;
}
.text--secondary {
  --text-opacity: 1;
  color: rgba(28, 38, 105, var(--text-opacity)) !important;
}
.border--secondary {
  --border-opacity: 1;
  border-color: rgba(28, 38, 105, var(--border-opacity)) !important;
}
.bg--success {
  --bg-opacity: 1;
  background-color: rgba(8, 177, 77, var(--bg-opacity)) !important;
}
.text--success {
  --text-opacity: 1;
  color: rgba(8, 177, 77, var(--text-opacity)) !important;
}
.border--success {
  --border-opacity: 1;
  border-color: rgba(8, 177, 77, var(--border-opacity)) !important;
}
.bg--info {
  --bg-opacity: 1;
  background-color: rgba(51, 70, 192, var(--bg-opacity)) !important;
}
.text--info {
  --text-opacity: 1;
  color: rgba(51, 70, 192, var(--text-opacity)) !important;
}
.border--info {
  --border-opacity: 1;
  border-color: rgba(51, 70, 192, var(--border-opacity)) !important;
}
.bg--warning {
  --bg-opacity: 1;
  background-color: rgba(255, 203, 4, var(--bg-opacity)) !important;
}
.text--warning {
  --text-opacity: 1;
  color: rgba(255, 203, 4, var(--text-opacity)) !important;
}
.border--warning {
  --border-opacity: 1;
  border-color: rgba(255, 203, 4, var(--border-opacity)) !important;
}
.bg--danger {
  --bg-opacity: 1;
  background-color: rgba(203, 19, 52, var(--bg-opacity)) !important;
}
.text--danger {
  --text-opacity: 1;
  color: rgba(203, 19, 52, var(--text-opacity)) !important;
}
.border--danger {
  --border-opacity: 1;
  border-color: rgba(203, 19, 52, var(--border-opacity)) !important;
}
.bg--light {
  --bg-opacity: 1;
  background-color: rgba(247, 248, 249, var(--bg-opacity)) !important;
}
.text--light {
  --text-opacity: 1;
  color: rgba(247, 248, 249, var(--text-opacity)) !important;
}
.border--light {
  --border-opacity: 1;
  border-color: rgba(247, 248, 249, var(--border-opacity)) !important;
}
.bg--dark {
  --bg-opacity: 1;
  background-color: rgba(33, 33, 33, var(--bg-opacity)) !important;
}
.text--dark {
  --text-opacity: 1;
  color: rgba(33, 33, 33, var(--text-opacity)) !important;
}
.border--dark {
  --border-opacity: 1;
  border-color: rgba(33, 33, 33, var(--border-opacity)) !important;
}
.bg--white {
  --bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
}
.text--white {
  --text-opacity: 1;
  color: rgba(255, 255, 255, var(--text-opacity)) !important;
}
.border--white {
  --border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
}
.border-opacity-5 {
  --border-opacity: 0.05;
}
.bg-opacity-5 {
  --bg-opacity: 0.05;
}
.text-opacity-5 {
  --text-opacity: 0.05;
}
.border-opacity-25 {
  --border-opacity: 0.25;
}
.bg-opacity-25 {
  --bg-opacity: 0.25;
}
.text-opacity-25 {
  --text-opacity: 0.25;
}
.border-opacity-50 {
  --border-opacity: 0.5;
}
.bg-opacity-50 {
  --bg-opacity: 0.5;
}
.text-opacity-50 {
  --text-opacity: 0.5;
}
.border-opacity-75 {
  --border-opacity: 0.75;
}
.bg-opacity-75 {
  --bg-opacity: 0.75;
}
.text-opacity-75 {
  --text-opacity: 0.75;
}
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, 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;
  font-stretch: condensed;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  height: 100%;
}
body {
  font-size: 1.6rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  padding: 0;
  color: #212121;
  background: #f7f8f9;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  height: 100%;
}
#snippet-box {
  display: none;
}
.a11y-toolbar .offscreen {
  display: none !important;
}
::-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;
}
main {
  min-height: 100vh;
  box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
}
html.desktop-version {
  margin-top: 0 !important;
}
nav ul {
  list-style: none;
}
blockquote {
  quotes: none;
}
select, button {
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
}
button:focus {
  outline: none;
}
button {
  background: none;
}
blockquote:before, blockquote:after {
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}
input:focus, a:focus, button:focus, select:focus {
  outline: none;
}
input {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
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;
  margin-bottom: 3rem;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
  box-sizing: border-box;
}
iframe {
  max-width: 100%;
}
html.overlayed {
  overflow: hidden;
}
html.overlayed body.overlayed {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: hidden;
}
html.overlayed #wrapper {
  overflow-y: scroll;
  overflow-x: hidden;
}
.alignleft {
  float: left;
  margin: 0 2rem 2rem 0;
}
.alignright {
  float: right;
  margin: 0 0 2rem 2rem;
}
.aligncenter {
  display: block;
  margin: 0 auto;
}
::selection {
  background: #c4c4c4;
  /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #c4c4c4;
  /* Gecko Browsers */
}
#wrapper {
  min-height: 100%;
  position: relative;
  overflow: hidden;
}
#wrapper:after {
  clear: both;
  content: "";
  display: block;
}
.overlayed #wrapper {
  overflow: hidden;
}
.hidden {
  position: absolute;
  left: 0;
  top: -500px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.wow {
  visibility: hidden;
}
/* text aligments */
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center, .aligncenter {
  text-align: center !important;
}
.left {
  float: left;
}
.right {
  float: right;
}
.wp-caption, .wp-caption-text, .bypostauthor {
  font-size: 1.3rem;
}
.wp-caption {
  margin-bottom: 3.5rem;
}
.wp-caption img {
  margin-bottom: 1.2rem;
  vertical-align: top;
}
.inner {
  max-width: 1440px;
  width: 100%;
  padding: 0 4rem;
  box-sizing: border-box;
  margin: 0 auto;
}
.hidden {
  position: absolute;
  left: 0;
  top: -500px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
#content {
  position: relative;
}
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 */
}
svg {
  max-width: 100%;
  height: auto;
}
.slick-dots {
  list-style-type: none;
  display: flex;
  justify-content: center;
  margin: 0;
}
.slick-dots li {
  background: rgba(255, 255, 255, 0.7);
  width: 8px;
  position: relative;
  height: 8px;
  margin: 0 6px;
  border-radius: 50%;
  overflow: hidden;
}
.slick-dots li.slick-active {
  background: #CB1334;
  opacity: 1;
}
.slick-dots li button {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  overflow: hidden;
  text-indent: 999px;
  cursor: pointer;
  white-space: nowrap;
}
.slick-arrow {
  width: 4.8rem;
  height: 4.8rem;
  position: absolute;
  border: none;
  top: 50%;
  left: -6rem;
  transform: translate(0, -50%);
  z-index: 12;
  cursor: pointer;
  overflow: hidden;
  color: transparent;
  padding: 0;
}
.slick-arrow:before {
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  border-left: 2px solid #273591;
  border-top: 2px solid #273591;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  transition: color 0.35s, border 0.35s;
}
.slick-arrow.slick-next {
  left: auto;
  right: -6rem;
  transform: translate(0, -50%) scaleX(-1);
}
.slick-arrow:hover:before {
  border-left: 2px solid #CB1334;
  border-top: 2px solid #CB1334;
}
.cc-banner.cc-bottom {
  width: 720px;
  max-width: 100%;
  border-radius: 2.4rem;
  box-shadow: 0 0 5rem rgba(0, 0, 0, 0.3);
  display: block;
  left: 50%;
  text-align: center;
  transform: translate(-50%, 0);
}
.cc-banner.cc-bottom .cc-message {
  margin-bottom: 2.5rem;
}
.cc-banner.cc-bottom .cc-compliance {
  display: block;
}
.cc-banner.cc-bottom .cc-btn {
  padding: 1.6rem 2.4rem;
  font-size: 1.6rem;
  border-radius: 1rem;
  line-height: 1;
  display: inline-block;
}
@media (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
  .inner {
    padding: 0 2rem;
  }
}
code {
  font-family: "Fira Code", "Source Code Pro", "Consolas", "Courier New", monospace;
  font-size: 16px;
  line-height: 1.5;
  background: #f7f8f9 !important;
}
.text-extra-bold {
  font-weight: 1000 !important;
}
.text-bold {
  font-weight: 800 !important;
}
.text-semi-bold {
  font-weight: 600 !important;
}
.text-medium {
  font-weight: 500 !important;
}
.text-regular {
  font-weight: 400 !important;
}
.text-light {
  font-weight: 300 !important;
}
.text-thin {
  font-weight: 100 !important;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-weight: 500;
  margin-bottom: 3rem;
  line-height: 1.5;
  color: #273591;
  font-family: "Yeseva One", sans-serif;
}
h1 *, .h1 *, h2 *, .h2 *, h3 *, .h3 *, h4 *, .h4 *, h5 *, .h5 *, h6 *, .h6 * {
  font-family: "Yeseva One", sans-serif;
}
h1, .h1 {
  font-size: 5.6rem;
}
h2, .h2 {
  font-size: 3.2rem;
}
h3, .h3 {
  font-size: 2.4rem;
}
h4, .h4 {
  font-size: 2rem;
}
h5, .h5 {
  font-size: 1.8rem;
}
h6, .h6 {
  font-size: 1.6rem;
}
h1, .h1 {
  line-height: 1.1;
}
.fz-1, .fz-2, .fz-3, .fz-4, .fz-6 {
  line-height: 1.2;
}
.fz-1 {
  font-size: 5.6rem;
  line-height: 1.1;
}
.fz-2 {
  font-size: 3.2rem;
}
.fz-3 {
  font-size: 2.4rem;
}
.fz-4 {
  font-size: 2rem;
}
.fz-5 {
  font-size: 1.8rem;
}
.fz-6 {
  font-size: 1.6rem;
}
p, .p1, .p2, .p3, .p4 {
  margin-bottom: 3rem;
}
p, .p1 {
  font-size: 1.6rem;
  line-height: 1.5;
}
.text-upper {
  text-transform: uppercase;
}
.text-lower {
  text-transform: lowercase;
}
ul, ol {
  margin: 0 0 3rem 2.5rem;
}
ul li, ol li {
  margin-bottom: 1.5rem;
  font-size: 1.6rem;
}
ul ul {
  list-style-type: disc;
}
.content-entry__small {
  max-width: 900px;
}
.sub-title {
  color: #CB1334;
  font-size: 1.6rem;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
blockquote {
  padding: 3rem;
  background: #f7f8f9;
  margin-bottom: 3rem;
  border-radius: 2.4rem;
}
.flex-video {
  width: 100%;
}
@media (max-width: 1200px) {
  h1, .h1, .fz-1 {
    font-size: 4rem;
  }
  h2, .h2, .fz-2 {
    font-size: 3rem;
  }
  h3, .h3, .fz-3 {
    font-size: 2.2rem;
  }
  h4, .h4, .fz-4 {
    font-size: 1.8rem;
  }
  h5, .h5, .fz-5 {
    font-size: 1.6rem;
  }
  h6, .h6, .fz-6 {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  h1, .h1, .fz-1 {
    font-size: 3.8rem;
  }
  h2, .h2, .fz-2 {
    font-size: 2.8rem;
  }
  h3, .h3, .fz-3 {
    font-size: 2rem;
  }
  p {
    font-size: 1.4rem;
  }
  .sub-title {
    font-size: 1.4rem;
  }
}
table {
  width: 100%;
  border-collapse: collapse;
}
table th, table td {
  padding: 1rem;
  text-align: left;
  font-size: 1.6rem;
  border: 1px solid #212121;
}
table th {
  border-bottom-width: 4px;
  background-color: #f7f8f9;
  font-weight: 600;
}
table tr {
  border-bottom: 1px solid #212121;
}
table tr:nth-child(even) {
  background-color: #f7f8f9;
}
.ia-gutter-xs-10 {
  --grid-gutter-width: 10px;
}
.ia-gutter-xs-20 {
  --grid-gutter-width: 20px;
}
.ia-gutter-xs-30 {
  --grid-gutter-width: 30px;
}
.ia-gutter-xs-40 {
  --grid-gutter-width: 40px;
}
.ia-gutter-xs-50 {
  --grid-gutter-width: 50px;
}
@media (min-width: 768px) {
  .ia-gutter-sm-10 {
    --grid-gutter-width: 10px;
  }
}
@media (min-width: 768px) {
  .ia-gutter-sm-20 {
    --grid-gutter-width: 20px;
  }
}
@media (min-width: 768px) {
  .ia-gutter-sm-30 {
    --grid-gutter-width: 30px;
  }
}
@media (min-width: 768px) {
  .ia-gutter-sm-40 {
    --grid-gutter-width: 40px;
  }
}
@media (min-width: 768px) {
  .ia-gutter-sm-50 {
    --grid-gutter-width: 50px;
  }
}
@media (min-width: 1024px) {
  .ia-gutter-md-10 {
    --grid-gutter-width: 10px;
  }
}
@media (min-width: 1024px) {
  .ia-gutter-md-20 {
    --grid-gutter-width: 20px;
  }
}
@media (min-width: 1024px) {
  .ia-gutter-md-30 {
    --grid-gutter-width: 30px;
  }
}
@media (min-width: 1024px) {
  .ia-gutter-md-40 {
    --grid-gutter-width: 40px;
  }
}
@media (min-width: 1024px) {
  .ia-gutter-md-50 {
    --grid-gutter-width: 50px;
  }
}
@media (min-width: 1200px) {
  .ia-gutter-lg-10 {
    --grid-gutter-width: 10px;
  }
}
@media (min-width: 1200px) {
  .ia-gutter-lg-20 {
    --grid-gutter-width: 20px;
  }
}
@media (min-width: 1200px) {
  .ia-gutter-lg-30 {
    --grid-gutter-width: 30px;
  }
}
@media (min-width: 1200px) {
  .ia-gutter-lg-40 {
    --grid-gutter-width: 40px;
  }
}
@media (min-width: 1200px) {
  .ia-gutter-lg-50 {
    --grid-gutter-width: 50px;
  }
}
.ia-col-offset-1 {
  margin-left: 8.3333333333%;
}
.ia-col-offset-2 {
  margin-left: 16.6666666667%;
}
.ia-col-offset-3 {
  margin-left: 25%;
}
.ia-col-offset-4 {
  margin-left: 33.3333333333%;
}
.ia-col-offset-5 {
  margin-left: 41.6666666667%;
}
.ia-col-offset-6 {
  margin-left: 50%;
}
.ia-col-offset-7 {
  margin-left: 58.3333333333%;
}
.ia-col-offset-8 {
  margin-left: 66.6666666667%;
}
.ia-col-offset-9 {
  margin-left: 75%;
}
.ia-col-offset-10 {
  margin-left: 83.3333333333%;
}
.ia-col-offset-11 {
  margin-left: 91.6666666667%;
}
.ia-col-offset-12 {
  margin-left: 100%;
}
.ia-col-offset-1 {
  margin-left: 8.3333333333%;
}
.ia-col-1 {
  width: 8.3333333333%;
}
.ia-col-offset-2 {
  margin-left: 16.6666666667%;
}
.ia-col-2 {
  width: 16.6666666667%;
}
.ia-col-offset-3 {
  margin-left: 25%;
}
.ia-col-3 {
  width: 25%;
}
.ia-col-offset-4 {
  margin-left: 33.3333333333%;
}
.ia-col-4 {
  width: 33.3333333333%;
}
.ia-col-offset-5 {
  margin-left: 41.6666666667%;
}
.ia-col-5 {
  width: 41.6666666667%;
}
.ia-col-offset-6 {
  margin-left: 50%;
}
.ia-col-6 {
  width: 50%;
}
.ia-col-offset-7 {
  margin-left: 58.3333333333%;
}
.ia-col-7 {
  width: 58.3333333333%;
}
.ia-col-offset-8 {
  margin-left: 66.6666666667%;
}
.ia-col-8 {
  width: 66.6666666667%;
}
.ia-col-offset-9 {
  margin-left: 75%;
}
.ia-col-9 {
  width: 75%;
}
.ia-col-offset-10 {
  margin-left: 83.3333333333%;
}
.ia-col-10 {
  width: 83.3333333333%;
}
.ia-col-offset-11 {
  margin-left: 91.6666666667%;
}
.ia-col-11 {
  width: 91.6666666667%;
}
.ia-col-offset-12 {
  margin-left: 100%;
}
.ia-col-12 {
  width: 100%;
}
.ia-container {
  box-sizing: border-box;
  width: 100%;
  max-width: 1540px;
  margin-left: auto;
  margin-right: auto;
  padding-left: calc(var(--grid-gutter-width) / 2);
  padding-right: calc(var(--grid-gutter-width) / 2);
}
@media (min-width: 768px) {
  .ia-container {
    padding-left: var(--grid-gutter-width);
    padding-right: var(--grid-gutter-width);
  }
}
.ia-container--small {
  max-width: 1200px;
}
.ia-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(-1*(var(--grid-gutter-width) / 2));
  margin-right: calc(-1*(var(--grid-gutter-width) / 2));
}
.ia-col {
  padding-left: calc(var(--grid-gutter-width) / 2);
  padding-right: calc(var(--grid-gutter-width) / 2);
  box-sizing: border-box;
  margin-bottom: calc(var(--grid-gutter-width));
}
.ia-col-xs-1 {
  width: 8.3333333333%;
}
.ia-col-offset-xs-1 {
  margin-left: 8.3333333333%;
}
.ia-col-xs-2 {
  width: 16.6666666667%;
}
.ia-col-offset-xs-2 {
  margin-left: 16.6666666667%;
}
.ia-col-xs-3 {
  width: 25%;
}
.ia-col-offset-xs-3 {
  margin-left: 25%;
}
.ia-col-xs-4 {
  width: 33.3333333333%;
}
.ia-col-offset-xs-4 {
  margin-left: 33.3333333333%;
}
.ia-col-xs-5 {
  width: 41.6666666667%;
}
.ia-col-offset-xs-5 {
  margin-left: 41.6666666667%;
}
.ia-col-xs-6 {
  width: 50%;
}
.ia-col-offset-xs-6 {
  margin-left: 50%;
}
.ia-col-xs-7 {
  width: 58.3333333333%;
}
.ia-col-offset-xs-7 {
  margin-left: 58.3333333333%;
}
.ia-col-xs-8 {
  width: 66.6666666667%;
}
.ia-col-offset-xs-8 {
  margin-left: 66.6666666667%;
}
.ia-col-xs-9 {
  width: 75%;
}
.ia-col-offset-xs-9 {
  margin-left: 75%;
}
.ia-col-xs-10 {
  width: 83.3333333333%;
}
.ia-col-offset-xs-10 {
  margin-left: 83.3333333333%;
}
.ia-col-xs-11 {
  width: 91.6666666667%;
}
.ia-col-offset-xs-11 {
  margin-left: 91.6666666667%;
}
.ia-col-xs-12 {
  width: 100%;
}
.ia-col-offset-xs-12 {
  margin-left: 100%;
}
@media (min-width: 768px) {
  .ia-col-sm-1 {
    width: 8.3333333333%;
  }
  .ia-col-offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .ia-col-sm-2 {
    width: 16.6666666667%;
  }
  .ia-col-offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .ia-col-sm-3 {
    width: 25%;
  }
  .ia-col-offset-sm-3 {
    margin-left: 25%;
  }
  .ia-col-sm-4 {
    width: 33.3333333333%;
  }
  .ia-col-offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .ia-col-sm-5 {
    width: 41.6666666667%;
  }
  .ia-col-offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .ia-col-sm-6 {
    width: 50%;
  }
  .ia-col-offset-sm-6 {
    margin-left: 50%;
  }
  .ia-col-sm-7 {
    width: 58.3333333333%;
  }
  .ia-col-offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .ia-col-sm-8 {
    width: 66.6666666667%;
  }
  .ia-col-offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .ia-col-sm-9 {
    width: 75%;
  }
  .ia-col-offset-sm-9 {
    margin-left: 75%;
  }
  .ia-col-sm-10 {
    width: 83.3333333333%;
  }
  .ia-col-offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .ia-col-sm-11 {
    width: 91.6666666667%;
  }
  .ia-col-offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  .ia-col-sm-12 {
    width: 100%;
  }
  .ia-col-offset-sm-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1024px) {
  .ia-col-md-1 {
    width: 8.3333333333%;
  }
  .ia-col-offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .ia-col-md-2 {
    width: 16.6666666667%;
  }
  .ia-col-offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .ia-col-md-3 {
    width: 25%;
  }
  .ia-col-offset-md-3 {
    margin-left: 25%;
  }
  .ia-col-md-4 {
    width: 33.3333333333%;
  }
  .ia-col-offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .ia-col-md-5 {
    width: 41.6666666667%;
  }
  .ia-col-offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .ia-col-md-6 {
    width: 50%;
  }
  .ia-col-offset-md-6 {
    margin-left: 50%;
  }
  .ia-col-md-7 {
    width: 58.3333333333%;
  }
  .ia-col-offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .ia-col-md-8 {
    width: 66.6666666667%;
  }
  .ia-col-offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .ia-col-md-9 {
    width: 75%;
  }
  .ia-col-offset-md-9 {
    margin-left: 75%;
  }
  .ia-col-md-10 {
    width: 83.3333333333%;
  }
  .ia-col-offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .ia-col-md-11 {
    width: 91.6666666667%;
  }
  .ia-col-offset-md-11 {
    margin-left: 91.6666666667%;
  }
  .ia-col-md-12 {
    width: 100%;
  }
  .ia-col-offset-md-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .ia-col-lg-1 {
    width: 8.3333333333%;
  }
  .ia-col-offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .ia-col-lg-2 {
    width: 16.6666666667%;
  }
  .ia-col-offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .ia-col-lg-3 {
    width: 25%;
  }
  .ia-col-offset-lg-3 {
    margin-left: 25%;
  }
  .ia-col-lg-4 {
    width: 33.3333333333%;
  }
  .ia-col-offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .ia-col-lg-5 {
    width: 41.6666666667%;
  }
  .ia-col-offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .ia-col-lg-6 {
    width: 50%;
  }
  .ia-col-offset-lg-6 {
    margin-left: 50%;
  }
  .ia-col-lg-7 {
    width: 58.3333333333%;
  }
  .ia-col-offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .ia-col-lg-8 {
    width: 66.6666666667%;
  }
  .ia-col-offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .ia-col-lg-9 {
    width: 75%;
  }
  .ia-col-offset-lg-9 {
    margin-left: 75%;
  }
  .ia-col-lg-10 {
    width: 83.3333333333%;
  }
  .ia-col-offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .ia-col-lg-11 {
    width: 91.6666666667%;
  }
  .ia-col-offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  .ia-col-lg-12 {
    width: 100%;
  }
  .ia-col-offset-lg-12 {
    margin-left: 100%;
  }
}
.module {
  margin: 7rem 0;
}
.module.module--filled {
  padding: 7rem 0;
  margin: 0;
}
@media (max-width: 767px) {
  .module {
    margin: 5rem 0;
  }
  .module.module--filled {
    padding: 5rem 0;
    margin: 0;
  }
}
.ia-btn {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  line-height: 1;
  border: 1px solid transparent;
  transition: all 0.3s;
  box-sizing: border-box;
  font-weight: 600;
}
.ia-btn .material-symbols-outlined {
  transition: all 0.3s;
  margin-right: 1rem;
  font-size: 2.4rem;
  line-height: 2rem;
  vertical-align: middle;
}
.ia-btn:hover, .ia-btn:focus {
  text-decoration: none;
}
.ia-btn--primary {
  background-color: #273591;
  color: #fff;
}
.ia-btn--primary:hover, .ia-btn--primary:focus {
  background-color: #3346C0;
  color: #fff;
}
.ia-btn--outline-primary {
  border-color: #273591;
  background: none;
  color: #273591;
}
.ia-btn--outline-primary:hover, .ia-btn--outline-primary:focus {
  background-color: rgba(39, 53, 145, 0.1);
  color: #273591;
}
.ia-btn--secondary {
  background-color: #1C2669;
  color: #fff;
}
.ia-btn--secondary:hover, .ia-btn--secondary:focus {
  opacity: 0.8;
}
.ia-btn--outline-secondary {
  border-color: #1C2669;
  background: none;
  color: #1C2669;
}
.ia-btn--outline-secondary:hover, .ia-btn--outline-secondary:focus {
  background-color: rgba(28, 38, 105, 0.1);
  color: #1C2669;
}
.ia-btn--success {
  background-color: #08b14d;
  color: #fff;
}
.ia-btn--success:hover, .ia-btn--success:focus {
  opacity: 0.8;
}
.ia-btn--outline-success {
  border-color: #08b14d;
  background: none;
  color: #08b14d;
}
.ia-btn--outline-success:hover, .ia-btn--outline-success:focus {
  background-color: rgba(8, 177, 77, 0.1);
  color: #08b14d;
}
.ia-btn--info {
  background-color: #3346C0;
  color: #273591;
}
.ia-btn--info:hover, .ia-btn--info:focus {
  opacity: 0.8;
}
.ia-btn--outline-info {
  border-color: #3346C0;
  background: none;
  color: #3346C0;
}
.ia-btn--outline-info:hover, .ia-btn--outline-info:focus {
  background-color: rgba(51, 70, 192, 0.1);
  color: #3346C0;
}
.ia-btn--warning {
  background-color: #FFCB04;
  color: #273591;
}
.ia-btn--warning:hover, .ia-btn--warning:focus {
  opacity: 0.8;
}
.ia-btn--outline-warning {
  border-color: #FFCB04;
  background: none;
  color: #FFCB04;
}
.ia-btn--outline-warning:hover, .ia-btn--outline-warning:focus {
  background-color: rgba(255, 203, 4, 0.1);
  color: #FFCB04;
}
.ia-btn--danger {
  background-color: #CB1334;
  color: #fff;
}
.ia-btn--danger:hover, .ia-btn--danger:focus {
  opacity: 0.8;
}
.ia-btn--outline-danger {
  border-color: #CB1334;
  background: none;
  color: #CB1334;
}
.ia-btn--outline-danger:hover, .ia-btn--outline-danger:focus {
  background-color: rgba(203, 19, 52, 0.1);
  color: #CB1334;
}
.ia-btn--light {
  background-color: #f7f8f9;
  color: #273591;
}
.ia-btn--light:hover, .ia-btn--light:focus {
  opacity: 0.8;
}
.ia-btn--outline-light {
  border-color: #f7f8f9;
  background: none;
  color: #f7f8f9;
}
.ia-btn--outline-light:hover, .ia-btn--outline-light:focus {
  background-color: rgba(247, 248, 249, 0.1);
  color: #f7f8f9;
}
.ia-btn--dark {
  background-color: #212121;
  color: #fff;
}
.ia-btn--dark:hover, .ia-btn--dark:focus {
  background-color: #3346C0;
  color: #212121;
}
.ia-btn--outline-dark {
  border-color: #212121;
  background: none;
  color: #212121;
}
.ia-btn--outline-dark:hover, .ia-btn--outline-dark:focus {
  background-color: rgba(33, 33, 33, 0.1);
  color: #212121;
}
.ia-btn--white {
  background-color: #fff;
  color: #273591;
}
.ia-btn--white:hover, .ia-btn--white:focus {
  opacity: 0.8;
}
.ia-btn--outline-white {
  border-color: #fff;
  background: none;
  color: #fff;
}
.ia-btn--outline-white:hover, .ia-btn--outline-white:focus {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.ia-btn--white i.icon-logo-icon {
  color: #273591;
  margin-right: 0.5rem;
}
.ia-btn--white:hover i.icon-logo-icon {
  color: #3346C0;
}
.ia-btn {
  padding: 1.6rem 2.4rem;
  font-size: 1.6rem;
  border-radius: 1rem;
}
.ia-btn--sm {
  padding: 1rem 1.6rem;
  font-size: 1.4rem;
  border-radius: 1rem;
}
.ia-btn--md {
  padding: 1.6rem 2.4rem;
  font-size: 1.6rem;
  border-radius: 1rem;
}
.ia-btn--lg {
  padding: 2rem 2.8rem;
  font-size: 2rem;
  border-radius: 1rem;
}
@media (max-width: 767px) {
  .ia-btn, .ia-btn--md, .ia-btn--lg {
    padding: 1.5rem 2rem;
  }
}
.close {
  position: relative;
  border: none;
  transition: all 0.3s;
  cursor: pointer;
}
.close--sm {
  font-size: 1.2rem;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
}
.close--sm i {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.close--primary {
  background-color: #273591;
  color: #fff !important;
}
.close--primary:hover, .close--primary:focus {
  background-color: #1C2669;
  color: #fff !important;
}
.close--secondary {
  background-color: #1C2669;
  color: #fff !important;
}
.close--secondary:hover, .close--secondary:focus {
  background-color: #212121;
  color: #fff !important;
}
.close--success {
  background-color: #08b14d;
  color: #fff !important;
}
.close--success:hover, .close--success:focus {
  background-color: #212121;
  color: #fff !important;
}
.close--info {
  background-color: #3346C0;
  color: #212121 !important;
}
.close--info:hover, .close--info:focus {
  background-color: #212121;
  color: #fff !important;
}
.close--warning {
  background-color: #FFCB04;
  color: #212121 !important;
}
.close--warning:hover, .close--warning:focus {
  background-color: #212121;
  color: #fff !important;
}
.close--danger {
  background-color: #CB1334;
  color: #fff !important;
}
.close--danger:hover, .close--danger:focus {
  background-color: #212121;
  color: #fff !important;
}
.close--light {
  background-color: #f7f8f9;
  color: #212121 !important;
}
.close--light:hover, .close--light:focus {
  background-color: #212121;
  color: #fff !important;
}
.close--dark {
  background-color: #212121;
  color: #fff !important;
}
.close--dark:hover, .close--dark:focus {
  background-color: #3346C0;
  color: #212121 !important;
}
.close--white {
  background-color: #fff;
  color: #212121 !important;
}
.close--white:hover, .close--white:focus {
  background-color: #212121;
  color: #fff !important;
}
.skip-to-main-content-link {
  position: absolute;
  left: -9999px;
  z-index: 999;
  padding: 1em;
  background-color: black;
  color: white;
  opacity: 0;
}
.skip-to-main-content-link:focus {
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
}
a {
  color: #273591;
}
.ia-link {
  font-size: 1.8rem;
}
.ia-link--primary {
  color: #273591;
  border-bottom-color: #273591;
}
.ia-link--secondary {
  color: #1C2669;
  border-bottom-color: #1C2669;
}
.ia-link--success {
  color: #08b14d;
  border-bottom-color: #08b14d;
}
.ia-link--info {
  color: #3346C0;
  border-bottom-color: #3346C0;
}
.ia-link--warning {
  color: #FFCB04;
  border-bottom-color: #FFCB04;
}
.ia-link--danger {
  color: #CB1334;
  border-bottom-color: #CB1334;
}
.ia-link--light {
  color: #f7f8f9;
  border-bottom-color: #f7f8f9;
}
.ia-link--dark {
  color: #212121;
  border-bottom-color: #212121;
}
.ia-link--white {
  color: #fff;
  border-bottom-color: #fff;
}
.tabs {
  position: relative;
}
.tabs.tabs--dark .tab-list {
  color: #212121;
  background: rgba(33, 33, 33, 0.15);
  border-color: #212121;
}
.tabs.tabs--dark .tab-item {
  color: #212121;
}
.tabs.tabs--dark .tab-item::before {
  background: #212121;
}
.tabs.tabs--dark .tab-item.active {
  color: #fff;
}
.tabs.tabs--dark .tab-content {
  color: #212121;
}
.tabs.tabs--light .tab-list {
  color: #fff;
  background: rgba(33, 33, 33, 0.15);
  border-color: #fff;
}
.tabs.tabs--light .tab-item {
  color: #fff;
}
.tabs.tabs--light .tab-item::before {
  background: #fff;
}
.tabs.tabs--light .tab-item.active {
  color: #212121;
}
.tabs.tabs--light .tab-content {
  color: #fff;
}
.tabs .tab-list {
  display: inline-flex;
  list-style: none;
  padding: 0.6rem;
  margin: 0;
  background: rgba(33, 33, 33, 0.15);
  position: relative;
  z-index: 1;
  border-radius: 50px;
  border: 1px solid #212121;
}
.tabs .tab-item {
  padding: 2rem 4.5rem;
  line-height: 1;
  cursor: pointer;
  position: relative;
  transition: color 0.3s;
  color: #212121;
  border-radius: 50px;
  margin-bottom: 0;
  font-size: 2rem;
}
.tabs .tab-item::after {
  content: "";
  position: absolute;
  left: 4.5rem;
  top: 50%;
  margin-top: -0.4rem;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: #CB1334;
  opacity: 0;
  transition: opacity 0.3s;
}
.tabs .tab-item.active {
  color: #fff;
  padding-left: 6.5rem;
}
.tabs .tab-item.active::after {
  opacity: 1;
}
.tabs .tab-item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #212121;
  transform: scaleX(0);
  transition: transform 0.3s;
  transform-origin: center;
  z-index: -1;
}
.tabs .tab-item.active::before {
  transform: scaleX(1);
}
.tabs .tab-content {
  color: #212121;
}
.tabs .tab-content .tab-pane {
  display: none;
}
.tabs .tab-content .tab-pane.active {
  display: block;
}
.accordion-item {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: none;
}
.accordion-item:first-child {
  border-radius: 1.2rem 1.2rem 0 0;
}
.accordion-item:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0 0 1.2rem 1.2rem;
}
.accordion-button {
  color: #273591;
  padding: 1.6rem 4rem 1.6rem 2.4rem;
  font-family: "Yeseva One", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  border: none;
  display: block;
  text-align: left;
  cursor: pointer;
  width: 100%;
  transition: color 0.35s;
  position: relative;
  box-sizing: border-box;
}
.accordion-button:after {
  content: url('data:image/svg+xml,<svg width="12" height="8" viewBox="0 0 12 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 2L6 8L7.15493e-08 2L1.4 0.6L6 5.2L10.6 0.6L12 2Z" fill="%23273591"/></svg>');
  position: absolute;
  top: 50%;
  right: 3rem;
  height: 8px;
  line-height: 8px;
  margin-top: -4px;
}
.accordion-button.active:after {
  transform: scaleY(-1);
}
.accordion-button:hover {
  color: #3346C0;
}
.accordion-content {
  padding: 0 2.4rem 1px;
}
.accordion-content p:empty {
  display: none;
}
.field {
  color: #212121;
  margin-bottom: 1.4rem;
}
.field label {
  font-weight: 600;
  font-size: 1.4rem;
}
.ia-row label {
  font-weight: 600;
  font-size: 1.4rem;
}
.wpcf7-form-control-wrap {
  display: block;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="password"], select, textarea {
  background: #fff;
  padding: 0 1.6rem;
  border: 1px solid rgba(33, 33, 33, 0.1);
  border-radius: 1.2rem;
  height: 4.8rem;
  width: 100%;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
}
.select {
  position: relative;
}
.select:after {
  content: "";
  position: absolute;
  right: 2rem;
  border: 5px solid transparent;
  border-top: 5px solid #000;
  top: 50%;
  margin-top: -2px;
  pointer-events: none;
}
textarea {
  height: 12rem;
  padding: 1.6rem;
}
.wpcf7 .ia-col {
  margin-bottom: 0;
}
.wpcf7 + .wpcf7 {
  margin-top: 4rem;
}
.form-border {
  padding: 3.2rem 2.4rem;
  border-radius: 1.2rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.form-border .ia-col .field {
  margin-bottom: 2rem;
}
.form-border .field {
  margin-bottom: 3rem;
}
.form-border .field label {
  margin-bottom: 2rem;
  display: block;
}
.form-border .wpcf7-list-item label {
  margin-bottom: 0;
}
.wpcf7-list-item {
  margin-left: 2.4rem;
}
.wpcf7-radio .wpcf7-list-item {
  position: relative;
  cursor: pointer;
}
.wpcf7-radio .wpcf7-list-item input {
  display: none;
}
.wpcf7-radio .wpcf7-list-item input:checked + .wpcf7-list-item-label:before {
  display: block;
}
.wpcf7-radio .wpcf7-list-item input:checked + .wpcf7-list-item-label:after {
  border-color: #273591;
}
.wpcf7-radio .wpcf7-list-item-label {
  position: relative;
  padding-left: 3.2rem;
  font-size: 1.6rem;
  font-weight: 600;
}
.wpcf7-radio .wpcf7-list-item-label:before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  width: 1rem;
  height: 1rem;
  background: #273591;
  border-radius: 1rem;
  display: none;
}
.wpcf7-radio .wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2rem;
  height: 2rem;
  border: 2px solid rgba(33, 33, 33, 0.3);
  border-radius: 2rem;
  box-sizing: border-box;
}
.wpcf7-checkbox .wpcf7-list-item {
  position: relative;
  margin-left: 0;
  display: block;
  margin-bottom: 1.6rem;
}
.wpcf7-checkbox .wpcf7-list-item input:checked + .wpcf7-list-item-label:before {
  opacity: 1;
}
.wpcf7-checkbox .wpcf7-list-item input:checked + .wpcf7-list-item-label:after {
  display: none;
}
.wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
  padding-left: 2.4rem;
}
.wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 2px;
  background: url('data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.6 13.2L14.65 6.15L13.25 4.75L7.6 10.4L4.75 7.55L3.35 8.95L7.6 13.2ZM2 18C1.45 18 0.979167 17.8042 0.5875 17.4125C0.195833 17.0208 0 16.55 0 16V2C0 1.45 0.195833 0.979167 0.5875 0.5875C0.979167 0.195833 1.45 0 2 0H16C16.55 0 17.0208 0.195833 17.4125 0.5875C17.8042 0.979167 18 1.45 18 2V16C18 16.55 17.8042 17.0208 17.4125 17.4125C17.0208 17.8042 16.55 18 16 18H2Z" fill="%23273591"/></svg>') no-repeat 0 0 / 100% 100%;
}
.wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 2px;
  box-sizing: border-box;
  width: 1.8rem;
  height: 1.8rem;
  border: 2px solid rgba(33, 33, 33, 0.3);
}
.code-example {
  margin-bottom: 2rem;
}
/* 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;
}
/* header */
.ready .header {
  opacity: 1;
  transform: translate(0, 0);
}
.header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: #fff;
  z-index: 9999;
  transform: translate(0, -100%);
  opacity: 0;
  transition: transform 0.5s, opacity 0.5s;
}
.header__in {
  padding: 1rem 0 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-left {
  display: flex;
  align-items: center;
}
.header-left nav {
  margin-left: 4rem;
}
.header-right {
  display: flex;
  align-items: center;
}
.header-right > a {
  margin-right: 2.4rem;
}
.header__bottom {
  background: linear-gradient(35deg, #273591 0%, #1C2669 100%);
}
.header__bottom .ia-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__phone {
  font-size: 2.6rem;
  color: #212121;
  padding-left: 3.3rem;
  font-family: "Yeseva One", sans-serif;
  position: relative;
}
.header__phone span {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  color: #273591;
}
.logo {
  color: #fff;
  border: none !important;
}
.navigation {
  display: flex;
  align-items: center;
}
.navigation > a {
  display: inline-block;
  margin-left: 2rem;
}
.navigation > ul {
  margin: 0;
}
.navigation > ul > li {
  display: inline-block;
  position: relative;
  padding: 1.6rem 1.5rem;
  margin-bottom: 0;
  line-height: 1.5;
}
.navigation > ul > li > a {
  color: #fff;
  border: none !important;
  transition: color 0.35s;
}
.navigation > ul > li > a:before {
  content: "";
  height: 3px;
  background: #CB1334;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  transition: width 0.5s;
}
.navigation > ul > li > a:hover:before {
  width: 100%;
}
.navigation > ul > li.current-menu-item > a:before {
  width: 100%;
}
.navigation > ul > li.menu-item-has-children > a {
  position: relative;
  padding-right: 1.5rem;
}
.navigation > ul > li.menu-item-has-children > a:after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="7" height="24" viewBox="0 0 7 24" fill="none"><path d="M0.361803 11.2475C0.195578 10.9151 0.437326 10.5239 0.809017 10.5239H6.19098C6.56267 10.5239 6.80442 10.9151 6.6382 11.2475L3.94721 16.6295C3.76295 16.998 3.23705 16.998 3.05279 16.6295L0.361803 11.2475Z" fill="white"/></svg>');
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  transition: all 0.35s;
}
.navigation > ul > li.menu-item-has-children:hover > a {
  color: #fff;
}
.navigation > ul > li.menu-item-has-children:hover > a:after {
  transform: translate(0, -50%) scaleY(-1);
}
.navigation > ul > li.menu-item-has-children:hover ul {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
.navigation > ul > li ul {
  position: absolute;
  box-sizing: border-box;
  top: 100%;
  left: -25px;
  width: 320px;
  padding: 22px 25px 30px 25px;
  border: 1px solid rgba(10, 92, 251, 0.1);
  background: #fff;
  margin: 0;
  list-style-type: none;
  border-radius: 3rem;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.35);
  opacity: 0;
  visibility: visible;
  transform: scaleY(0);
  transform-origin: center top;
  transition: all 0.5s;
}
.navigation > ul > li ul li {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
.navigation > ul > li ul li:last-child {
  margin-bottom: 0;
}
.navigation > ul > li ul li a {
  color: #212121;
  border: none !important;
  display: block;
}
.navigation > ul > li ul li a:hover {
  color: #273591;
}
.search-open {
  width: 4.8rem;
  height: 4.8rem;
  display: inline-block;
  color: #fff;
  font-size: 2.4rem;
  border-radius: 4.8rem;
  transition: all 0.35s;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
.search-open .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.search-open:hover {
  background: #3346C0;
}
.main-search__wrap {
  position: relative;
  margin-right: 1.5rem;
}
.main-search__wrap.active .main-search {
  z-index: 10;
  opacity: 1;
  visibility: visible;
}
.main-search {
  width: 308px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}
.main-search__close {
  position: absolute;
  right: 1.2rem;
  top: 50%;
  transform: translate(0, -50%);
  border: none;
  padding: 0;
  cursor: pointer;
  transition: color 0.35s;
}
.main-search__close:hover {
  color: #CB1334;
}
.main-search__close span {
  font-size: 2.4rem;
}
.main-search__button {
  width: 3.6rem;
  height: 3.6rem;
  border: none !important;
  font-size: 1.8rem;
  transition: all 0.35s;
  position: absolute;
  left: 0.5rem;
  top: 50%;
  transform: translate(0, -50%);
  color: #D9D9D9;
  padding: 0;
}
.main-search__button .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.main-search form {
  position: relative;
}
.main-search input {
  background: #fff;
  border: none;
  height: 48px;
  font-size: 1.6rem;
  padding: 0 44px;
  width: 100%;
  border-radius: 1.2rem;
}
.main-search input::-webkit-input-placeholder {
  color: rgba(33, 33, 33, 0.5);
  opacity: 1;
}
.main-search input:-moz-placeholder {
  color: rgba(33, 33, 33, 0.5);
  opacity: 1;
}
.main-search input::-moz-placeholder {
  color: rgba(33, 33, 33, 0.5);
  opacity: 1;
}
.main-search input:-ms-input-placeholder {
  color: rgba(33, 33, 33, 0.5);
  opacity: 1;
}
.gt_selector {
  border: none;
  background: #273591;
  font-size: 1.6rem;
  color: #fff;
  font-weight: 600;
  padding: 0 1.6rem;
  height: 5.2rem;
}
.mobile-menu-btn {
  display: none;
}
.mobile-menu-btn .icon-close {
  display: none;
}
.mobile-menu {
  display: none;
}
.header-youtube {
  color: #CB1334;
}
@media (max-width: 1200px) {
  .navigation > ul > li {
    font-size: 1.4rem;
    padding: 1.6rem 1rem;
  }
}
@media (max-width: 1023px) {
  .header__bottom, .header .header__phone {
    display: none;
  }
  .menu-opened .mobile-menu {
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
  }
  .menu-opened .mobile-menu-btn .icon-menu {
    display: none;
  }
  .menu-opened .mobile-menu-btn .icon-close {
    display: block;
  }
  .mobile-menu {
    background: #273591;
    border-radius: 2rem;
    padding: 2rem;
    border: 1px solid rgba(39, 53, 145, 0.05);
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    padding-top: 10rem;
    transform: translate(0, -100%);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.8s, transform 0.8s, visibility 0.8s;
    z-index: 999;
  }
  .mobile-menu form {
    position: relative;
    margin-bottom: 2.8rem;
  }
  .mobile-menu form button {
    position: absolute;
    right: 1rem;
    top: 50%;
    left: auto;
    color: #273591;
  }
  .mobile-menu form button.main-search__close {
    display: none;
  }
  .mobile-menu form input {
    width: 100%;
    height: 5rem;
    border: 1px solid rgba(39, 53, 145, 0.05);
    border-radius: 5rem;
    background: #fff;
    padding: 0 6.5rem 0 2rem;
    font-size: 1.6rem;
  }
  .mobile-menu form input::-webkit-input-placeholder {
    color: rgba(39, 53, 145, 0.75);
  }
  .mobile-menu form input:-moz-placeholder {
    color: rgba(39, 53, 145, 0.75);
  }
  .mobile-menu form input::-moz-placeholder {
    color: rgba(39, 53, 145, 0.75);
  }
  .mobile-menu form input:-ms-input-placeholder {
    color: rgba(39, 53, 145, 0.75);
  }
  .mobile-menu__in {
    overflow-y: auto;
    height: 100%;
  }
  .mobile-menu__in ul {
    list-style-type: none;
    margin-bottom: 0;
  }
  .mobile-menu__in > ul {
    margin-left: 0;
    padding: 0 2rem;
  }
  .mobile-menu__in > ul > li {
    margin-bottom: 0;
    font-size: 2.2rem;
  }
  .mobile-menu__in > ul > li.menu-item-has-children.active > a:after {
    transform: translate(0, -40%) scale(-1);
  }
  .mobile-menu__in > ul > li.menu-item-has-children > a {
    padding-right: 12px;
  }
  .mobile-menu__in > ul > li.menu-item-has-children > a:after {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="7" height="24" viewBox="0 0 7 24" fill="none"><path d="M0.361803 11.2475C0.195578 10.9151 0.437326 10.5239 0.809017 10.5239H6.19098C6.56267 10.5239 6.80442 10.9151 6.6382 11.2475L3.94721 16.6295C3.76295 16.998 3.23705 16.998 3.05279 16.6295L0.361803 11.2475Z" fill="white"/></svg>');
    position: absolute;
    right: 0;
    top: 50%;
    height: 24px;
    transform: translate(0, -50%);
    transition: all 0.35s;
  }
  .mobile-menu__in > ul > li > a {
    margin-bottom: 2rem;
    display: inline-block;
    position: relative;
  }
  .mobile-menu__in > ul > li a {
    border-bottom: none !important;
    color: #fff;
  }
  .mobile-menu__in > ul > li ul {
    margin-left: 2rem;
    display: none;
    padding-bottom: 1px;
  }
  .mobile-menu__in > ul > li ul li {
    font-size: 1.6rem;
    margin-bottom: 2rem;
    font-weight: 500;
  }
  .mobile-menu .ia-btn {
    display: block;
    text-align: left;
  }
  .mobile-menu .header__phone {
    color: #fff;
    margin-left: 2rem;
    margin-bottom: 1rem;
  }
  .mobile-menu .header__phone span {
    color: #fff;
  }
  .mobile-menu-btn {
    display: block;
    width: 4.8rem;
    height: 4.8rem;
    border-radius: 4.8rem;
    background: #273591;
    color: #fff;
    border: none;
    padding: 0;
    position: relative;
    margin-left: 1rem;
  }
  .mobile-menu-btn i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  .header .header-right .ia-btn {
    display: none;
  }
  .logo {
    max-width: 120px;
  }
  .gt_selector {
    height: 4.8rem;
  }
}
/* footer */
.footer {
  background: linear-gradient(35deg, #273591 0%, #1C2669 100%);
}
.footer .ia-container {
  display: flex;
  justify-content: space-between;
}
.footer__address {
  color: #fff;
  padding-left: 3.2rem;
  position: relative;
  margin-bottom: 2rem;
  font-size: 1.4rem;
}
.footer__address .material-symbols-outlined {
  font-size: 2.4rem;
  color: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 0;
  top: 0;
}
.footer__left {
  width: calc(35% - 3rem);
  margin-right: 3rem;
}
.footer__left .content-entry p {
  font-size: 1.4rem;
  color: #fff;
  margin-bottom: 1rem;
}
.footer__center {
  width: calc(25% - 3rem);
  margin-right: 3rem;
}
.footer__center ul {
  list-style-type: none;
  margin: 0;
  font-size: 1.4rem;
  padding: 0.5rem 0;
}
.footer__center ul li a {
  color: #fff;
  display: block;
  position: relative;
  padding-left: 3rem;
  transition: all 0.35s;
}
.footer__center ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 2rem;
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.35s;
  font-family: "Material Symbols Outlined";
}
.footer__center ul li a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.footer__center ul li a:hover:before {
  color: #CB1334;
}
.footer__right {
  width: 40%;
}
.footer__socials {
  list-style-type: none;
  margin-left: 0;
  margin-top: 2rem;
  margin-bottom: 0;
}
.footer__socials li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem;
}
.footer__socials li a {
  color: #fff;
  border: none !important;
  transition: all 0.3s;
  display: block;
  width: 4.8rem;
  height: 4.8rem;
  position: relative;
  border-radius: 50%;
}
.footer__socials li a svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.footer__socials li a[target="_blank"]:after {
  display: none;
}
.footer__socials li a:hover, .footer__socials li a:focus {
  background: #fff;
  color: #273591;
}
.footer__top {
  padding: 4rem 0;
}
.footer__top .header__phone {
  display: inline-block;
  margin-bottom: 2rem;
  color: #fff;
}
.footer__top .header__phone span {
  color: #fff;
  opacity: 0.5;
}
.footer__bottom {
  background: #1C2669;
  padding: 2.4rem 0;
  color: rgba(255, 255, 255, 0.5);
}
.footer__bottom a {
  color: #fff;
  transition: opacity 0.35s;
}
.footer__bottom a:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .footer__left {
    width: auto;
    margin-right: 0;
    margin-bottom: 2rem;
  }
  .footer__center {
    width: auto;
    margin-bottom: 2rem;
  }
  .footer__right {
    width: auto;
  }
  .footer .ia-container {
    display: block;
  }
}
.hero {
  position: relative;
  padding: 30rem 0 20rem;
}
.hero__in {
  max-width: 900px;
}
.hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hero__bg:after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
}
.hero .ia-container {
  position: relative;
  z-index: 10;
}
.hero__btn .ia-btn {
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .hero {
    padding: 10rem 0 5rem;
  }
}
@media (max-width: 500px) {
  .hero__btn .ia-btn {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.services .content-entry__small {
  margin: 0 auto;
}
.services-item {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.services-item__featured {
  border-radius: 3rem;
}
.services-item:hover .services-item__image div {
  transform: translateZ(10px) scale(1.1);
}
.services-item:hover h3 {
  color: #CB1334;
}
.services-item:hover .ia-btn {
  background: #3346C0;
}
.services-item > a:not(.ia-btn) {
  position: absolute;
  inset: 0;
  z-index: 10;
  text-decoration: none;
  border: none;
}
.services-item__image {
  margin-bottom: 3rem;
  overflow: hidden;
  border-radius: 3rem;
}
.services-item__image div {
  width: 100%;
  padding-bottom: 70%;
  transition: transform 0.5s;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transform: translateZ(10px) scale(1);
  will-change: transform;
}
.services-item h3 {
  position: relative;
  z-index: 9;
  margin-bottom: 1rem;
  transition: color 0.35s;
}
.services-item .content-entry {
  flex-grow: 1;
}
@media (max-width: 767px) {
  .services-item h3 {
    margin-bottom: 2rem;
  }
  .services-item__image {
    margin-bottom: 2rem;
  }
  .services-item .content-entry {
    margin-bottom: 2rem;
  }
}
.about-us {
  background: rgba(33, 33, 33, 0.1);
}
.about-us .ia-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about-us__left {
  width: 48%;
  position: relative;
}
.about-us__left:after {
  content: "";
  position: absolute;
  left: -6rem;
  bottom: 6rem;
  background: #273591;
  width: 15rem;
  height: 15rem;
}
.about-us__left:before {
  content: "";
  position: absolute;
  left: 3rem;
  bottom: -3rem;
  background: #CB1334;
  width: 15rem;
  height: 15rem;
}
.about-us__left img {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  display: block;
  position: relative;
  z-index: 10;
}
.about-us__right {
  width: 48%;
}
@media (max-width: 767px) {
  .about-us__left {
    width: auto;
    margin-bottom: 4rem;
  }
  .about-us__right {
    width: auto;
  }
  .about-us .ia-container {
    display: block;
  }
}
.benefits {
  background: url(../images/lawyer.png) no-repeat left center / auto 100%;
}
.benefits .content-entry__small {
  margin: 0 auto;
}
.benefit-item {
  background: #fff;
  padding: 3rem;
  box-sizing: border-box;
  height: 100%;
}
.benefit-item__image {
  height: 7rem;
  position: relative;
  margin-bottom: 2rem;
}
.benefit-item__counter {
  font-family: "Yeseva One", sans-serif;
  font-size: 6rem;
  color: rgba(33, 33, 33, 0.2);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.reviews {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.reviews:before {
  content: "";
  position: absolute;
  inset: 0;
  background: #273591;
  z-index: 1;
  opacity: 0.9;
}
.reviews__bg {
  position: absolute;
  inset: 0;
}
.reviews .ia-container {
  position: relative;
  z-index: 10;
}
.reviews__in {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.reviews__texts {
  width: 31%;
}
.reviews__texts-slider-control {
  position: relative;
  width: 94px;
  height: 2.4rem;
  margin-bottom: 2.5rem;
}
.reviews__texts-slider-control .slick-arrow {
  left: 0;
}
.reviews__texts-slider-control .slick-arrow.slick-next {
  left: auto;
  right: 0;
}
.reviews__images {
  width: 63%;
}
.reviews__image img {
  display: block;
  border-radius: 2.4rem;
}
.reviews__image img:first-child {
  max-width: 90%;
}
.reviews__image img:nth-child(2) {
  max-width: 560px;
  margin: -20% 0 0 auto;
}
@media (max-width: 767px) {
  .reviews__in {
    display: block;
  }
  .reviews__images {
    width: auto;
  }
  .reviews__texts {
    margin-bottom: 3rem;
    width: auto;
  }
}
.contact-info .ia-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact-info__left {
  width: 48%;
}
.contact-info__right {
  width: 48%;
}
.contact-info__map iframe {
  width: 100%;
  height: 350px;
}
@media (max-width: 767px) {
  .contact-info .ia-container {
    display: block;
  }
  .contact-info__left {
    width: auto;
    margin-bottom: 3rem;
  }
  .contact-info__right {
    width: auto;
  }
  .header__phone {
    font-size: 2rem;
  }
}
.blog-item {
  padding: 0 2rem;
  position: relative;
}
.blog-item > a {
  position: absolute;
  inset: 0;
  z-index: 10;
}
.blog-item__img {
  width: 100%;
  padding-bottom: 56%;
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 2rem;
}
.blog-item__img div {
  position: absolute;
  inset: 0;
  transition: transform 0.5s;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.blog-item h3 {
  transition: color 0.35s;
}
.blog-item:hover .blog-item__img div {
  transform: scale(1.1);
}
.blog-item:hover h3 {
  color: #CB1334;
}
.blog__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blog__slider {
  margin: 0 -2rem;
}
.blog__slider .slick-dots li {
  background: #273591;
}
.blog__slider .slick-dots li.slick-active {
  background: #CB1334;
}
@media (max-width: 767px) {
  .blog__head {
    display: block;
  }
  .blog__head-left {
    margin-bottom: 2rem;
  }
}
.hero-default {
  position: relative;
  padding: 18rem 0 17rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hero-default i.bread:after {
  content: url('data:image/svg+xml,<svg width="5" height="10" viewBox="0 0 5 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.00016 5L0.833496 9.16667L0.833496 0.833332L5.00016 5Z" fill="white"/></svg>');
  display: inline-block;
}
.hero-default h1 {
  margin-top: 5.5rem;
  margin-bottom: 0;
}
.hero-default__bg {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
}
.hero-default .ia-container {
  position: relative;
  z-index: 10;
}
.breadcrumbs {
  text-align: center;
  font-size: 1.4rem;
}
.breadcrumbs .bread {
  margin: 0 1.5rem;
}
.breadcrumbs a {
  color: #fff;
  transition: color 0.35s;
}
.breadcrumbs a:hover {
  color: #CB1334;
}
@media (max-width: 767px) {
  .hero-default {
    padding: 13rem 0 10rem;
  }
}
.container-main {
  margin-top: -8rem;
  position: relative;
  z-index: 10;
  margin-bottom: 8rem;
}
.container-main .ia-container {
  padding: 4rem 3rem;
  background: #fff;
  border-radius: 2.4rem;
  box-shadow: 0 0 64px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
}
.container-main__content {
  width: 64%;
}
.container-main__side {
  width: 31%;
}
@media (max-width: 1023px) {
  .container-main .ia-container {
    display: block;
  }
  .container-main__side {
    width: auto;
  }
  .container-main__content {
    width: auto;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .container-main {
    margin-top: -4rem;
  }
}
.side-services__list {
  padding: 2.4rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 1.2rem;
  margin-bottom: 5rem;
}
.side-services__item {
  padding: 0 2rem 0 5.2rem;
  position: relative;
}
.side-services__item > a {
  position: absolute;
  inset: 0;
  z-index: 10;
}
.side-services__item-icon {
  position: absolute;
  width: 3.2rem;
  height: 3.2rem;
  left: 1rem;
  top: 50%;
  transform: translate(0, -50%) scale(1);
  transition: all 0.5s;
}
.side-services__item-text {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 1.4rem 0;
  transition: all 0.35s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.side-services__item:last-child .side-services__item-text {
  border: none;
}
.side-services__item:hover .side-services__item-icon {
  transform: translate(0, -50%) scale(1.2);
}
.side-services__item:hover .side-services__item-text {
  color: #CB1334;
}
.side-pub__list .ia-btn {
  width: 100%;
}
.side-pub__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-bottom: 2.3rem;
}
.side-pub__item > a {
  position: absolute;
  inset: 0;
  z-index: 10;
}
.side-pub__item-img {
  width: 100px;
  overflow: hidden;
  border-radius: 8px;
}
.side-pub__item-img div {
  width: 100%;
  padding-bottom: 56%;
  transition: all 0.5s;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-position: center 0;
}
.side-pub__item-text {
  width: calc(100% - 116px);
  font-size: 1.6rem;
  font-weight: 600;
  transition: all 0.35s;
}
.side-pub__item:hover .side-pub__item-img div {
  transform: scale(1.1);
}
.side-pub__item:hover .side-pub__item-text {
  color: #CB1334;
}
.calculate {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
}
.calculate__value {
  font-family: "Yeseva One", sans-serif;
  font-size: 1.6rem;
  color: #273591;
}
.publication__item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: flex-start;
  margin-bottom: 4rem;
}
.publication__item > a {
  position: absolute;
  inset: 0;
  z-index: 10;
}
.publication__item-img {
  width: 33%;
  border-radius: 0.8rem;
  overflow: hidden;
  position: relative;
}
.publication__item-img div {
  width: 100%;
  padding-bottom: 56%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-position: center 0;
}
.publication__item-img a {
  position: absolute;
  left: 0.85rem;
  bottom: 0.8rem;
  background: #FFCB04;
  border-radius: 1.2rem;
  padding: 1rem 1.2rem;
  font-size: 1.4rem;
  font-weight: 600;
  color: #000;
}
.publication__item-text {
  width: 63%;
}
.publication__item-text .content-entry p:last-child {
  margin-bottom: 0;
}
.categories-list {
  list-style-type: none;
  padding: 2.4rem;
  border-radius: 2.4rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-left: 0;
  margin-bottom: 4rem;
}
.categories-list li a {
  display: block;
  padding: 1rem;
  color: #212121;
  font-weight: 600;
  font-size: 1.6rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.categories-list li:last-child a {
  border: none;
}
.categories-list li.current-cat a {
  color: #CB1334;
}
.contact-tabs__nav {
  display: flex;
}
.contact-tabs__nav-item {
  width: 100%;
  border: none;
  font-size: 1.8rem;
  font-weight: 600;
  position: relative;
  padding: 1.6rem 1.6rem 1.9rem 1.6rem;
  cursor: pointer;
}
.contact-tabs__nav-item:after {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  bottom: 0;
  height: 3px;
  background: #CB1334;
}
.contact-tabs__nav-item.active:after {
  width: 100%;
}
.contact-tabs__container {
  position: relative;
}
.contact-tabs__container:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 7rem;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%);
}
.contact-tabs {
  margin-bottom: 4rem;
}
.contact-tabs__tab {
  display: none;
}
.contact-tabs__tab .wpcf7 {
  padding: 2rem 3rem;
}
.contact-form__map {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact-form__map .ia-btn .material-symbols-outlined {
  font-size: 1.8rem;
}
.contact-form__map form {
  width: calc(100% - 225px);
}
.contact-form__map form fieldset {
  position: relative;
  display: block;
}
.contact-form__map form fieldset input[type="text"] {
  height: 56px;
}
.contact-form__map form fieldset input[type="submit"] {
  border-radius: 1.2rem;
  background: #273591;
  height: 4.8rem;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0.4rem;
  padding: 0;
  border: none;
  width: 80px;
}
.contact-map {
  overflow: hidden;
  width: 100%;
  padding-bottom: 55%;
  border-radius: 1.6rem;
  position: relative;
  margin-bottom: 2.4rem;
}
.contact-map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.contact-phones {
  padding-left: 4rem;
  position: relative;
  margin-bottom: 0.8rem;
}
.contact-phones .material-symbols-outlined {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 2.4rem;
  color: rgba(33, 33, 33, 0.3);
}
.contact-phones div {
  margin-bottom: 1.2rem;
  font-size: 1.6rem;
  font-weight: 600;
}
.contact-address {
  font-size: 1.6rem;
  font-weight: 400;
  position: relative;
  padding-left: 4rem;
}
.contact-address .material-symbols-outlined {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 2.4rem;
  color: rgba(33, 33, 33, 0.3);
}
.form-bottom-notice {
  display: flex;
  justify-content: space-between;
}
.form-bottom-notice__text {
  width: calc(100% - 200px);
}
.form-bottom-notice__btn {
  text-align: right;
}
@media (max-width: 767px) {
  .container-main {
    margin-top: -4rem;
  }
}
.steps {
  border-radius: 1.2rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 2.4rem;
}
.steps.content-entry ul {
  list-style-type: none;
  margin-left: 0.8rem;
}
.steps.content-entry ul li {
  padding-left: 2.4rem;
  position: relative;
}
.steps.content-entry ul li:before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  left: 0;
  top: 0.8rem;
  background: #08b14d;
  border-radius: 0.8rem;
}
.steps.content-entry ul li img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 1rem;
}
.steps-nav {
  margin-bottom: 4rem;
  margin-left: 0;
  list-style-type: none;
}
.steps-nav li a {
  display: block;
  color: #273591;
}
.story-item {
  margin-bottom: 2.4rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.story-item:last-child {
  border-bottom: none;
}
.review-item {
  padding: 2.4rem 0 3.2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.review-item:last-child {
  border: none;
}
.review-rating {
  margin-bottom: 1.6rem;
  position: relative;
  width: 100px;
  height: 20px;
  background: url(../images/rate2.svg) no-repeat 0 0;
}
.review-rating span {
  position: absolute;
  left: 0;
  top: 0;
  height: 20px;
  overflow: hidden;
  background: url(../images/rate.svg) no-repeat 0 0;
}
.step-item {
  border-radius: 1.2rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 6.3rem;
  box-sizing: border-box;
  min-height: 480px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.step-item:first-child {
  background: url(../images/step-bg.png) no-repeat center center / cover;
}
.step-item .qNavi {
  position: absolute;
  top: 1.6rem;
  left: 1.6rem;
  list-style-type: none;
  margin-left: 0;
  margin-top: 0;
}
.step-item .qNavi li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 2rem;
  font-size: 1.4rem;
  font-weight: 600;
}
.step-item .qNavi li a {
  transition: color 0.35s;
}
.step-item .qNavi li a svg {
  margin-right: 1rem;
}
.step-item .qNavi li a:hover {
  color: #CB1334;
}
.step-item .ia-btn--outline-primary {
  width: 100%;
}
.search-item {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #ccc;
}
.search-wrap__count {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem;
}
.wp-pagenavi {
  padding: 3rem 0;
  text-align: center;
}
.wp-pagenavi span, .wp-pagenavi a {
  padding: 0.5rem 1rem;
  background: #273591;
  color: #fff;
  border-radius: 5px;
  transition: all 0.35s;
  border: 1px solid #273591;
}
.wp-pagenavi a:hover {
  background: #fff;
  color: #273591;
}
.wp-pagenavi .pages {
  display: none;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22https%3A%2F%2Fshautsova.com%2F%22%2C%22sources%22%3A%5B%22wp-content%2Fthemes%2Fshautsonva%2Fassets%2Fscss%2Fglobal%2Futils%2Fvariables.scss%22%2C%22wp-content%2Fthemes%2Fshautsonva%2Fassets%2Fscss%2Fglobal%2Futils%2Fborders.scss%22%2C%22wp-content%2Fthemes%2Fshautsonva%2Fassets%2Fscss%2Fglobal%2Futils%2Fspacing.scss%22%2C%22wp-content%2Fthemes%2Fshautsonva%2Fassets%2Fscss%2Fglobal%2Futils%2Fcolors.scss%22%2C%22wp-content%2Fthemes%2Fshautsonva%2Fassets%2Fscss%2Fglobal%2Fbase%2Freset.scss%22%2C%22wp-content%2Fthemes%2Fshautsonva%2Fassets%2Fscss%2Fmain.scss%22%2C%22wp-content%2Fthemes%2Fshautsonva%2Fassets%2Fscss%2Fglobal%2Fcontent%2Ftypography.scss%22%2C%22wp-content%2Fthemes%2Fshautsonva%2Fassets%2Fscss%2Fglobal%2Fcontent%2Ftable.scss%22%2C%22wp-content%2Fthemes%2Fshautsonva%2Fassets%2Fscss%2Fglobal%2Futils%2Fgrid-helper.scss%22%2C%22wp-content%2Fthemes%2Fshautsonva%2Fassets%2Fscss%2Fglobal%2Fmixins%2Fmixin.scss%22%2C%22wp-content%2Fthemes%2Fshautsonva%2Fassets%2Fscss%2Fglobal%2Flayout%2Fgrid.scss%22%2C%22wp-content%2Fthemes%2Fshautsonva%2Fassets%2Fscss%2Fglobal%2Fcomponents%2Fbutton.scss%22%2C%22wp-content%2Fthemes%2Fshautsonva%2Fassets%2Fscss%2Fglobal%2Fcomponents%2Fclose.scss%22%2C%22wp-content%2Fthemes%2Fshautsonva%2Fassets%2Fscss%2Fglobal%2Fcomponents%2Flinks.scss%22%2C%22wp-content%2Fthemes%2Fshautsonva%2Fassets%2Fscss%2Fglobal%2Fcomponents%2Ftabs.scss%22%2C%22wp-content%2Fthemes%2Fshautsonva%2Fassets%2Fscss%2Fglobal%2Fcomponents%2Faccordion.scss%22%2C%22wp-content%2Fthemes%2Fshautsonva%2Fassets%2Fscss%2Fglobal%2Fcomponents%2Fform-elements.scss%22%2C%22wp-content%2Fthemes%2Fshautsonva%2Fassets%2Fscss%2Fpages%2Fglobal-page%2Fgeneral.scss%22%2C%22wp-content%2Fthemes%2Fshautsonva%2Fassets%2Fscss%2Fglobal%2Fslick.scss%22%2C%22wp-content%2Fthemes%2Fshautsonva%2Fassets%2Fscss%2Fheader%2Fheader.scss%22%2C%22wp-content%2Fthemes%2Fshautsonva%2Fassets%2Fscss%2Ffooter%2Ffooter.scss%22%2C%22wp-content%2Fthemes%2Fshautsonva%2Fassets%2Fscss%2Fpages%2Fhome%2Fhero.scss%22%2C%22wp-content%2Fthemes%2Fshautsonva%2Fassets%2Fscss%2Fpages%2Fhome%2Fservices.scss%22%2C%22wp-content%2Fthemes%2Fshautsonva%2Fassets%2Fscss%2Fpages%2Fhome%2Fabout-us.scss%22%2C%22wp-content%2Fthemes%2Fshautsonva%2Fassets%2Fscss%2Fpages%2Fhome%2Fbenefits.scss%22%2C%22wp-content%2Fthemes%2Fshautsonva%2Fassets%2Fscss%2Fpages%2Fhome%2Freviews.scss%22%2C%22wp-content%2Fthemes%2Fshautsonva%2Fassets%2Fscss%2Fpages%2Fhome%2Fcontact-info.scss%22%2C%22wp-content%2Fthemes%2Fshautsonva%2Fassets%2Fscss%2Fpages%2Fhome%2Fblog.scss%22%2C%22wp-content%2Fthemes%2Fshautsonva%2Fassets%2Fscss%2Fpages%2Fservice%2Fhero.scss%22%2C%22wp-content%2Fthemes%2Fshautsonva%2Fassets%2Fscss%2Fpages%2Fservice%2Fcontent.scss%22%2C%22wp-content%2Fthemes%2Fshautsonva%2Fassets%2Fscss%2Fpages%2Fservice%2Fside-services.scss%22%2C%22wp-content%2Fthemes%2Fshautsonva%2Fassets%2Fscss%2Fpages%2Fservice%2Fside-publications.scss%22%2C%22wp-content%2Fthemes%2Fshautsonva%2Fassets%2Fscss%2Fpages%2Fservice%2Fcalculate.scss%22%2C%22wp-content%2Fthemes%2Fshautsonva%2Fassets%2Fscss%2Fpages%2Fpublication%2Fpublication-item.scss%22%2C%22wp-content%2Fthemes%2Fshautsonva%2Fassets%2Fscss%2Fpages%2Fpublication%2Fcategories-list.scss%22%2C%22wp-content%2Fthemes%2Fshautsonva%2Fassets%2Fscss%2Fpages%2Fcontact-page%2Fcontent.scss%22%2C%22wp-content%2Fthemes%2Fshautsonva%2Fassets%2Fscss%2Fpages%2Fasylum-process%2Fgeneral.scss%22%2C%22wp-content%2Fthemes%2Fshautsonva%2Fassets%2Fscss%2Fpages%2Fsuccess-stories%2Fstory-item.scss%22%2C%22wp-content%2Fthemes%2Fshautsonva%2Fassets%2Fscss%2Fpages%2Fclient-review%2Freview-item.scss%22%2C%22wp-content%2Fthemes%2Fshautsonva%2Fassets%2Fscss%2Fpages%2Fquestionnaire%2Fsteps.scss%22%2C%22wp-content%2Fthemes%2Fshautsonva%2Fassets%2Fscss%2Fpages%2Fsearch%2Fgeneral.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACAA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BACvBE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAnDA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAnDA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAnDA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAnDA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAnDA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAClDA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAVA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAVA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAVA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAVA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAVA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAVA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAVA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAVA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAPA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAPA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAPA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAClCF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BACpMA%3BAD2MA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeF%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAEhXF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMH%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAACE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAACE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BACrJF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BACrBF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BACCI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAChBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADAI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACGF%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BADtBE%3BAC6BA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAD9BA%3BACsCA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BADvCA%3BAC%2BCA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAHA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACjFJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAgBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAA5BF%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAgBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAA5BF%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAgBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAA5BF%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAgBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAA5BF%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAgBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAA5BF%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAgBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAA5BF%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAgBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAA5BF%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAgBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAA5BF%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAgBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAYF%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAC3FF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAPF%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAPF%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAPF%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAPF%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAPF%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAPF%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAPF%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAPF%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAC5BJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACtBF%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIF%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%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAC%2FGN%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAC7CF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIM%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASQ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAChKN%3BAAAA%3BAAAA%3BAZHA%3BAaEA%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%3BAbjGA%3BAcCE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAASZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAVhQA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAU2QF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAV7VJ%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAUuWE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAMM%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASR%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%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%3BAAWJ%3BAAEI%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAd3dF%3BAeAA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAQV%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAQN%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAMN%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAChJF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKJ%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACnCA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKF%3BAAGI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BACvEJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAIF%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAChDJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAChBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAUN%3BAAGI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACxEF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAEI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAChCF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAQJ%3BAACE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAC3DJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKJ%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BACzCF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIF%3BAAEI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAClCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BACxCJ%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BACxCJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACLF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYF%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BACtCN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BACvBN%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKK%3BAAAA%3BAAAA%3BAAIH%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAC3IF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BACnCJ%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BACHF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACbF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BACvCF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%22%7D */