@charset "UTF-8";
/*
Theme Name: Maxbill
Theme URI: https://wordpress.org/themes/twentynineteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our 2019 default theme is designed to show off the power of the block editor. It features custom styles for all the default blocks, and is built so that what you see in the editor looks like what you'll see on your website. Twenty Nineteen is designed to be adaptable to a wide range of websites, whether you’re running a photo blog, launching a new business, or supporting a non-profit. Featuring ample whitespace and modern sans-serif headlines paired with classic serif body text, it's built to be beautiful on all screen sizes.
Requires at least: WordPress 4.9.6
Version: 1.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: twentynineteen
Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready

*/
/*
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/wp-content/themes/twentynineteen/fonts/poppins-google/pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2') format('woff2');
}

@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url('/wp-content/themes/twentynineteen/fonts/poppins-google/pxiDyp8kv8JHgFVrJJLmr19VF9eO.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('/wp-content/themes/twentynineteen/fonts/poppins-google/pxiGyp8kv8JHgFVrJJLucHtA.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/wp-content/themes/twentynineteen/fonts/poppins-google/pxiByp8kv8JHgFVrLGT9Z1xlFQ.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/wp-content/themes/twentynineteen/fonts/poppins-google/pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/wp-content/themes/twentynineteen/fonts/poppins-google/pxiEyp8kv8JHgFVrJJfecg.woff2') format('woff2');
}*/

:root {
  --ratio: 0;
}
.ratio .container {
  max-width: 1000px;
}
.ratio.ratio-25 {
  --ratio: 0.33;
}
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #00305b;
  --secondary: #fcbf00;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 1025px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: 'Poppins', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
*, *::before, *::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}
body {
  margin: 0;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: calc(1.125rem - (1.125rem * var(--ratio)));
  font-weight: 500;
  line-height: 1.4;
  color: #212121;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
.white-color{
color:white;}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title], abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol, ul, dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol, ul ul, ol ul, ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b, strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #00305b;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #00080f;
  text-decoration: underline;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
pre, code, kbd, samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
input, button, select, optgroup, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button, input {
  overflow: visible;
}
button, select {
  text-transform: none;
}
select {
  word-wrap: normal;
}
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
  cursor: pointer;
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="radio"], input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: 'Poppins';
  font-weight: 600;
  line-height: 1.4;
}
h1, .h1 {
  font-size: calc(4rem - (4rem * var(--ratio)));
}
h2, .h2 {
  font-size: calc(2.5rem - (2.5rem * var(--ratio)));
}
h3, .h3 {
  font-size: calc(2rem - (2rem * var(--ratio)));
}
h4, .h4 {
  font-size: calc(1.625rem - (1.625rem * var(--ratio)));
}
h5, .h5 {
  font-size: calc(1.25rem - (1.25rem * var(--ratio)));
}
h6, .h6 {
  font-size: calc(1.125rem - (1.125rem * var(--ratio)));
}
.lead {
  font-size: calc(1.125rem - (1.125rem * var(--ratio))) * 1.25;
  font-weight: 300;
}
.display-1 {
  font-size: 4.75rem;
  font-weight: 300;
  line-height: 1.4;
}
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.4;
}
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.4;
}
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.4;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
small, .small {
  font-size: 80%;
  font-weight: 500;
}
mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: calc(1.125rem - (1.125rem * var(--ratio))) * 1.25;
}
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  width: 100%;
  padding-right: 24px;
  padding-left: 24px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 1025px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1248px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 24px;
  padding-left: 24px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -24px;
  margin-left: -24px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col, .no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 24px;
  padding-left: 24px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  order: -1;
}
.order-last {
  order: 13;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}
.offset-1 {
  margin-left: 8.3333333333%;
}
.offset-2 {
  margin-left: 16.6666666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.3333333333%;
}
.offset-5 {
  margin-left: 41.6666666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.3333333333%;
}
.offset-8 {
  margin-left: 66.6666666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.3333333333%;
}
.offset-11 {
  margin-left: 91.6666666667%;
}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1025px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.4em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: calc(1.125rem - (1.125rem * var(--ratio)));
  font-weight: 500;
  line-height: 1.4;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #0073db;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 48, 91, 0.25);
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.form-control-file, .form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.4;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: calc(1.125rem - (1.125rem * var(--ratio))) * 1.25;
  line-height: 1.5;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: calc(1.125rem - (1.125rem * var(--ratio))) * 0.875;
  line-height: 1.5;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.4;
  color: #212121;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: calc(1.125rem - (1.125rem * var(--ratio))) * 0.875;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: calc(1.125rem - (1.125rem * var(--ratio))) * 1.25;
  line-height: 1.5;
  border-radius: 0.3rem;
}
select.form-control[size], select.form-control[multiple] {
  height: auto;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 32px;
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col, .form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: calc(1.125rem - (1.125rem * var(--ratio))) * 0.875;
  line-height: 1.4;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.4em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.35em + 0.1875rem);
  background-size: calc(0.7em + 0.375rem) calc(0.7em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .form-control.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.4em + 0.75rem);
  background-position: top calc(0.35em + 0.1875rem) right calc(0.35em + 0.1875rem);
}
.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center / 8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem / calc(0.7em + 0.375rem) calc(0.7em + 0.375rem);
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-select:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-control-file:valid ~ .valid-feedback, .was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback, .form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid ~ .valid-feedback, .was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback, .custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid ~ .valid-feedback, .was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback, .custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: calc(1.125rem - (1.125rem * var(--ratio))) * 0.875;
  line-height: 1.4;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.4em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.35em + 0.1875rem);
  background-size: calc(0.7em + 0.375rem) calc(0.7em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.4em + 0.75rem);
  background-position: top calc(0.35em + 0.1875rem) right calc(0.35em + 0.1875rem);
}
.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center / 8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem / calc(0.7em + 0.375rem) calc(0.7em + 0.375rem);
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-control-file:invalid ~ .invalid-feedback, .was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback, .form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback, .was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback, .custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback, .was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback, .custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group, .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: 500;
  color: #212121;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: calc(1.125rem - (1.125rem * var(--ratio)));
  line-height: 1.4;
  border-radius: 0px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212121;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 48, 91, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
a.btn.disabled, fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary {
  color: #fff;
  background-color: #00305b;
  border-color: #00305b;
}
.btn-primary:hover {
  color: #fff;
  background-color: #001c35;
  border-color: #001528;
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 79, 116, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #00305b;
  border-color: #00305b;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #001528;
  border-color: #000e1b;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 79, 116, 0.5);
}
.btn-secondary {
  color: #212529;
  background-color: #fcbf00;
  border-color: #fcbf00;
}
.btn-secondary:hover {
  color: #212529;
  background-color: #d6a200;
  border-color: #c99800;
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(219, 168, 6, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #212529;
  background-color: #fcbf00;
  border-color: #fcbf00;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #c99800;
  border-color: #bc8f00;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(219, 168, 6, 0.5);
}
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-outline-primary {
  color: #00305b;
  border-color: #00305b;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #00305b;
  border-color: #00305b;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 48, 91, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #00305b;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #00305b;
  border-color: #00305b;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 48, 91, 0.5);
}
.btn-outline-secondary {
  color: #fcbf00;
  border-color: #fcbf00;
}
.btn-outline-secondary:hover {
  color: #212529;
  background-color: #fcbf00;
  border-color: #fcbf00;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(252, 191, 0, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #fcbf00;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #212529;
  background-color: #fcbf00;
  border-color: #fcbf00;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(252, 191, 0, 0.5);
}
.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-link {
  font-weight: 500;
  color: #00305b;
  text-decoration: none;
}
.btn-link:hover {
  color: #00080f;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}
.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: calc(1.125rem - (1.125rem * var(--ratio))) * 1.25;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: calc(1.125rem - (1.125rem * var(--ratio))) * 0.875;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
  width: 100%;
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropup, .dropright, .dropdown, .dropleft {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: calc(1.125rem - (1.125rem * var(--ratio)));
  color: #212121;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1025px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 500;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #00305b;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: calc(1.125rem - (1.125rem * var(--ratio))) * 0.875;
  color: #6c757d;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}
.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn, .btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover, .btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active {
  z-index: 1;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn:not(:first-child), .btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child), .btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn, .btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type="radio"], .btn-group-toggle > .btn input[type="checkbox"], .btn-group-toggle > .btn-group > .btn input[type="radio"], .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control, .input-group > .form-control-plaintext, .input-group > .custom-select, .input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control, .input-group > .form-control + .custom-select, .input-group > .form-control + .custom-file, .input-group > .form-control-plaintext + .form-control, .input-group > .form-control-plaintext + .custom-select, .input-group > .form-control-plaintext + .custom-file, .input-group > .custom-select + .form-control, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .custom-file, .input-group > .custom-file + .form-control, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus, .input-group > .custom-select:focus, .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:last-child), .input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child), .input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-prepend, .input-group-append {
  display: flex;
}
.input-group-prepend .btn, .input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus, .input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .input-group-text, .input-group-append .input-group-text + .btn {
  margin-left: -1px;
}
.input-group-prepend {
  margin-right: -1px;
}
.input-group-append {
  margin-left: -1px;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: calc(1.125rem - (1.125rem * var(--ratio)));
  font-weight: 500;
  line-height: 1.4;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type="radio"], .input-group-text input[type="checkbox"] {
  margin-top: 0;
}
.input-group-lg > .form-control:not(textarea), .input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}
.input-group-lg > .form-control, .input-group-lg > .custom-select, .input-group-lg > .input-group-prepend > .input-group-text, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: calc(1.125rem - (1.125rem * var(--ratio))) * 1.25;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.input-group-sm > .form-control:not(textarea), .input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}
.input-group-sm > .form-control, .input-group-sm > .custom-select, .input-group-sm > .input-group-prepend > .input-group-text, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: calc(1.125rem - (1.125rem * var(--ratio))) * 0.875;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.input-group-lg > .custom-select, .input-group-sm > .custom-select {
  padding-right: 1.75rem;
}
.input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text, .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.custom-control {
  position: relative;
  display: block;
  min-height: calc(1.125rem - (1.125rem * var(--ratio))) * 1.4;
  padding-left: 1.5rem;
}
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #00305b;
  background-color: #00305b;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 48, 91, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #0073db;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #0f8dff;
  border-color: #0f8dff;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: calc(1.125rem - (1.125rem * var(--ratio))) * 1.4 - 1rem / 2;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}
.custom-control-label::after {
  position: absolute;
  top: calc(1.125rem - (1.125rem * var(--ratio))) * 1.4 - 1rem / 2;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50% / 50% 50%;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #00305b;
  background-color: #00305b;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 48, 91, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 48, 91, 0.5);
}
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 48, 91, 0.5);
}
.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(calc(1.125rem - (1.125rem * var(--ratio))) * 1.4 - 1rem / 2 + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 48, 91, 0.5);
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.4em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: calc(1.125rem - (1.125rem * var(--ratio)));
  font-weight: 500;
  line-height: 1.4;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center / 8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}
.custom-select:focus {
  border-color: #0073db;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 48, 91, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: calc(1.125rem - (1.125rem * var(--ratio))) * 0.875;
}
.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: calc(1.125rem - (1.125rem * var(--ratio))) * 1.25;
}
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.4em + 0.75rem + 2px);
  margin-bottom: 0;
}
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.4em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #0073db;
  box-shadow: 0 0 0 0.2rem rgba(0, 48, 91, 0.25);
}
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.4em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 500;
  line-height: 1.4;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.4em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.4;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}
.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 48, 91, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 48, 91, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 48, 91, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #00305b;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #0f8dff;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #00305b;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #0f8dff;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #00305b;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #0f8dff;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}
.custom-control-label::before, .custom-file-label, .custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before, .custom-file-label, .custom-select {
    transition: none;
  }
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #00305b;
}
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar > .container, .navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: calc(1.125rem - (1.125rem * var(--ratio))) * 1.41rem - calc(1.125rem - (1.125rem * var(--ratio))) * 1.25 * 1.4 / 2;
  padding-bottom: calc(1.125rem - (1.125rem * var(--ratio))) * 1.41rem - calc(1.125rem - (1.125rem * var(--ratio))) * 1.25 * 1.4 / 2;
  margin-right: 1rem;
  font-size: calc(1.125rem - (1.125rem * var(--ratio))) * 1.25;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: calc(1.125rem - (1.125rem * var(--ratio))) * 1.25;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0px;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}
@media (max-width: 575.98px) {
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1024.98px) {
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1025px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container, .navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container, .navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: '';
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: '';
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header, .modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #00305b;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.4;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 1025px) {
  .modal-lg, .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: calc(1.125rem - (1.125rem * var(--ratio))) * 0.875;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}
.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}
.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc((0.5rem + 1px) * -1);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}
.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: calc(1.125rem - (1.125rem * var(--ratio)));
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212121;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-primary {
  background-color: #00305b !important;
}
a.bg-primary:hover, a.bg-primary:focus, button.bg-primary:hover, button.bg-primary:focus {
  background-color: #001528 !important;
}
.bg-secondary {
  background-color: #fcbf00 !important;
}
a.bg-secondary:hover, a.bg-secondary:focus, button.bg-secondary:hover, button.bg-secondary:focus {
  background-color: #c99800 !important;
}
.bg-success {
  background-color: #28a745 !important;
}
a.bg-success:hover, a.bg-success:focus, button.bg-success:hover, button.bg-success:focus {
  background-color: #1e7e34 !important;
}
.bg-info {
  background-color: #17a2b8 !important;
}
a.bg-info:hover, a.bg-info:focus, button.bg-info:hover, button.bg-info:focus {
  background-color: #117a8b !important;
}
.bg-warning {
  background-color: #ffc107 !important;
}
a.bg-warning:hover, a.bg-warning:focus, button.bg-warning:hover, button.bg-warning:focus {
  background-color: #d39e00 !important;
}
.bg-danger {
  background-color: #dc3545 !important;
}
a.bg-danger:hover, a.bg-danger:focus, button.bg-danger:hover, button.bg-danger:focus {
  background-color: #bd2130 !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}
a.bg-light:hover, a.bg-light:focus, button.bg-light:hover, button.bg-light:focus {
  background-color: #dae0e5 !important;
}
.bg-dark {
  background-color: #343a40 !important;
}
a.bg-dark:hover, a.bg-dark:focus, button.bg-dark:hover, button.bg-dark:focus {
  background-color: #1d2124 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-right {
  border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
  border-left: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #00305b !important;
}
.border-secondary {
  border-color: #fcbf00 !important;
}
.border-success {
  border-color: #28a745 !important;
}
.border-info {
  border-color: #17a2b8 !important;
}
.border-warning {
  border-color: #ffc107 !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-dark {
  border-color: #343a40 !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded-sm {
  border-radius: 0.2rem !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-lg {
  border-radius: 0.3rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1025px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1025px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 1025px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.vw-100 {
  width: 100vw !important;
}
.vh-100 {
  height: 100vh !important;
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
.m-0 {
  margin: 0 !important;
}
.mt-0, .my-0 {
  margin-top: 0 !important;
}
.mr-0, .mx-0 {
  margin-right: 0 !important;
}
.mb-0, .my-0 {
  margin-bottom: 0 !important;
}
.ml-0, .mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1, .my-1 {
  margin-top: 0.25rem !important;
}
.mr-1, .mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1, .my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1, .mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2, .my-2 {
  margin-top: 0.5rem !important;
}
.mr-2, .mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2, .my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2, .mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3, .my-3 {
  margin-top: 1rem !important;
}
.mr-3, .mx-3 {
  margin-right: 1rem !important;
}
.mb-3, .my-3 {
  margin-bottom: 1rem !important;
}
.ml-3, .mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4, .my-4 {
  margin-top: 1.5rem !important;
}
.mr-4, .mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4, .my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4, .mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5, .my-5 {
  margin-top: 3rem !important;
}
.mr-5, .mx-5 {
  margin-right: 3rem !important;
}
.mb-5, .my-5 {
  margin-bottom: 3rem !important;
}
.ml-5, .mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0, .py-0 {
  padding-top: 0 !important;
}
.pr-0, .px-0 {
  padding-right: 0 !important;
}
.pb-0, .py-0 {
  padding-bottom: 0 !important;
}
.pl-0, .px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1, .py-1 {
  padding-top: 0.25rem !important;
}
.pr-1, .px-1 {
  padding-right: 0.25rem !important;
}
.pb-1, .py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1, .px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2, .py-2 {
  padding-top: 0.5rem !important;
}
.pr-2, .px-2 {
  padding-right: 0.5rem !important;
}
.pb-2, .py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2, .px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3, .py-3 {
  padding-top: 1rem !important;
}
.pr-3, .px-3 {
  padding-right: 1rem !important;
}
.pb-3, .py-3 {
  padding-bottom: 1rem !important;
}
.pl-3, .px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4, .py-4 {
  padding-top: 1.5rem !important;
}
.pr-4, .px-4 {
  padding-right: 1.5rem !important;
}
.pb-4, .py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4, .px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5, .py-5 {
  padding-top: 3rem !important;
}
.pr-5, .px-5 {
  padding-right: 3rem !important;
}
.pb-5, .py-5 {
  padding-bottom: 3rem !important;
}
.pl-5, .px-5 {
  padding-left: 3rem !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1, .my-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1, .mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1, .my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1, .mx-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2, .my-n2 {
  margin-top: -0.5rem !important;
}
.mr-n2, .mx-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2, .my-n2 {
  margin-bottom: -0.5rem !important;
}
.ml-n2, .mx-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3, .my-n3 {
  margin-top: -1rem !important;
}
.mr-n3, .mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3, .my-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3, .mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4, .my-n4 {
  margin-top: -1.5rem !important;
}
.mr-n4, .mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4, .my-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4, .mx-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mt-n5, .my-n5 {
  margin-top: -3rem !important;
}
.mr-n5, .mx-n5 {
  margin-right: -3rem !important;
}
.mb-n5, .my-n5 {
  margin-bottom: -3rem !important;
}
.ml-n5, .mx-n5 {
  margin-left: -3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto, .my-auto {
  margin-top: auto !important;
}
.mr-auto, .mx-auto {
  margin-right: auto !important;
}
.mb-auto, .my-auto {
  margin-bottom: auto !important;
}
.ml-auto, .mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0, .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0, .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0, .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0, .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1, .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1, .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1, .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1, .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2, .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2, .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2, .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2, .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3, .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3, .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3, .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3, .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4, .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4, .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4, .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4, .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5, .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5, .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5, .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5, .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0, .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0, .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0, .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0, .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1, .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1, .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1, .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1, .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2, .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2, .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2, .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2, .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3, .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3, .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3, .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3, .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4, .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4, .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4, .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4, .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5, .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5, .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5, .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5, .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1, .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1, .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1, .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1, .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2, .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2, .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2, .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2, .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3, .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3, .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3, .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3, .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4, .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4, .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4, .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4, .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5, .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5, .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5, .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5, .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto, .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto, .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto, .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto, .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0, .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0, .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0, .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0, .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1, .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1, .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1, .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1, .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2, .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2, .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2, .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2, .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3, .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3, .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3, .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3, .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4, .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4, .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4, .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4, .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5, .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5, .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5, .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5, .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0, .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0, .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0, .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0, .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1, .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1, .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1, .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1, .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2, .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2, .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2, .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2, .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3, .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3, .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3, .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3, .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4, .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4, .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4, .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4, .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5, .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5, .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5, .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5, .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1, .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1, .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1, .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1, .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2, .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2, .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2, .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2, .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3, .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3, .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3, .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3, .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4, .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4, .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4, .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4, .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5, .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5, .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5, .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5, .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto, .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto, .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto, .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto, .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1025px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0, .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0, .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0, .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0, .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1, .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1, .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1, .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1, .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2, .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2, .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2, .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2, .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3, .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3, .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3, .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3, .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4, .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4, .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4, .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4, .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5, .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5, .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5, .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5, .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0, .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0, .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0, .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0, .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1, .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1, .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1, .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1, .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2, .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2, .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2, .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2, .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3, .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3, .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3, .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3, .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4, .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4, .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4, .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4, .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5, .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5, .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5, .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5, .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1, .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1, .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1, .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1, .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2, .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2, .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2, .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2, .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3, .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3, .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3, .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3, .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4, .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4, .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4, .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4, .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5, .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5, .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5, .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5, .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto, .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto, .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto, .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto, .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0, .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0, .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0, .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0, .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1, .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1, .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1, .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1, .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2, .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2, .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2, .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2, .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3, .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3, .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3, .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3, .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4, .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4, .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4, .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4, .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5, .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5, .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5, .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5, .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0, .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0, .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0, .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0, .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1, .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1, .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1, .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1, .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2, .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2, .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2, .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2, .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3, .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3, .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3, .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3, .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4, .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4, .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4, .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4, .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5, .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5, .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5, .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5, .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1, .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1, .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1, .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1, .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2, .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2, .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2, .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2, .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3, .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3, .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3, .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3, .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4, .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4, .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4, .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4, .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5, .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5, .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5, .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5, .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto, .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto, .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto, .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto, .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}
.text-justify {
  text-align: justify !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1025px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-lighter {
  font-weight: lighter !important;
}
.font-weight-normal {
  font-weight: 500 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-weight-bolder {
  font-weight: bolder !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #00305b !important;
}
a.text-primary:hover, a.text-primary:focus {
  color: #00080f !important;
}
.text-secondary {
  color: #fcbf00 !important;
}
a.text-secondary:hover, a.text-secondary:focus {
  color: #b08500 !important;
}
.text-success {
  color: #28a745 !important;
}
a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}
.text-info {
  color: #17a2b8 !important;
}
a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}
.text-warning {
  color: #ffc107 !important;
}
a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}
.text-danger {
  color: #dc3545 !important;
}
a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}
.text-light {
  color: #f8f9fa !important;
}
a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}
.text-dark {
  color: #343a40 !important;
}
a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}
.text-body {
  color: #212121 !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}
.text-reset {
  color: inherit !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
/* 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;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}
/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
@font-face {
  font-family: "icomoon";
  src: url("./scss/icons/fonts/icomoon.eot?s43kcj");
  src: url("./scss/icons/fonts/icomoon.eot?s43kcj#iefix") format('embedded-opentype'), url("./scss/icons/fonts/icomoon.ttf?s43kcj") format('truetype'), url("./scss/icons/fonts/icomoon.woff?s43kcj") format('woff'), url("./scss/icons/fonts/icomoon.svg?s43kcj#icomoon") format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-help_black_24dp:before {
  content: "";
}
.icon-help_outline_black_24dp:before {
  content: "";
}
.icon-chevron-link-right:before {
  content: "";
}
.icon-download:before {
  content: "";
}
.icon-icon-attachment-close:before {
  content: "";
}
.icon-icon-select-arrow-down:before {
  content: "";
}
.icon-check_big:before {
  content: "";
}
.icon-keyboard_arrow_down:before {
  content: "";
}
.icon-btn_arrow_right:before {
  content: "";
  color: #00305b;
}
.icon-slider_arrow_left:before {
  content: "";
}
.icon-slider_arrow_right:before {
  content: "";
}
.icon-tooltip-up:before {
  content: "";
}
.icon-arrow_to_top:before {
  content: "";
}
.icon-checkbox:before {
  content: "";
}
.icon-checkbox_checked-1:before {
  content: "";
}
.icon-arrow_schedule_demo:before {
  content: "";
}
.icon-facebook:before {
  content: "";
}
.icon-linkedin:before {
  content: "";
}
.icon-twitter:before {
  content: "";
}
.icon-arrow_down:before {
  content: "";
  color: #00305b;
}
.icon-arrow_up:before {
  content: "";
  color: #00305b;
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0px 0px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 1;
}
.hamburger.is-active:hover {
  opacity: 1;
}
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
  background-color: #fff;
}
.hamburger-box {
  width: 30px;
  height: 19px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 30px;
  height: 3px;
  background-color: #fff;
  border-radius: 0px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -8px;
}
.hamburger-inner::after {
  bottom: -8px;
}
/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}
[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}
[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  transition-duration: 0.1s;
}
[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: 0.1s;
}
[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  transition-duration: 0.15s;
}
[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: 0.15s;
}
[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  transition-duration: 0.2s;
}
[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: 0.2s;
}
[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  transition-duration: 0.25s;
}
[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: 0.25s;
}
[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  transition-duration: 0.3s;
}
[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: 0.3s;
}
[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  transition-duration: 0.35s;
}
[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: 0.35s;
}
[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: 0.4s;
}
[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: 0.4s;
}
[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  transition-duration: 0.45s;
}
[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: 0.45s;
}
[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  transition-duration: 0.5s;
}
[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: 0.5s;
}
[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  transition-duration: 0.55s;
}
[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: 0.55s;
}
[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  transition-duration: 0.6s;
}
[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: 0.6s;
}
[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  transition-duration: 0.65s;
}
[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: 0.65s;
}
[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: 0.7s;
}
[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: 0.7s;
}
[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  transition-duration: 0.75s;
}
[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: 0.75s;
}
[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: 0.8s;
}
[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: 0.8s;
}
[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  transition-duration: 0.85s;
}
[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: 0.85s;
}
[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  transition-duration: 0.9s;
}
[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: 0.9s;
}
[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  transition-duration: 0.95s;
}
[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: 0.95s;
}
[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}
[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}
[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}
[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}
[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}
[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}
[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}
[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}
[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}
[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}
[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}
[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s;
}
[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}
[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}
[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}
[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}
[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}
[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}
[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}
[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}
[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}
[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}
[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}
[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s;
}
[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}
[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}
[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}
[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s;
}
[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}
[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}
[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}
[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s;
}
[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}
[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}
[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}
[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s;
}
[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}
[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}
[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}
[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s;
}
[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}
[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}
[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}
[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s;
}
[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}
[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s;
}
[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}
[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s;
}
[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}
[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s;
}
[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}
[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s;
}
[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}
[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s;
}
[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}
[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s;
}
[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}
[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s;
}
[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}
[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s;
}
[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}
[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s;
}
[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}
[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s;
}
[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}
[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s;
}
[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}
[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s;
}
[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}
[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s;
}
[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}
[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s;
}
[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}
[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s;
}
[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}
[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s;
}
[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}
[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s;
}
[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}
[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s;
}
[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}
[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}
[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease;
}
[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in;
}
[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out;
}
[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out;
}
[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity, transform;
}
[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translateZ(0);
}
[data-aos=fade-up] {
  transform: translate3d(0, 100px, 0);
}
[data-aos=fade-down] {
  transform: translate3d(0, -100px, 0);
}
[data-aos=fade-right] {
  transform: translate3d(-100px, 0, 0);
}
[data-aos=fade-left] {
  transform: translate3d(100px, 0, 0);
}
[data-aos=fade-up-right] {
  transform: translate3d(-100px, 100px, 0);
}
[data-aos=fade-up-left] {
  transform: translate3d(100px, 100px, 0);
}
[data-aos=fade-down-right] {
  transform: translate3d(-100px, -100px, 0);
}
[data-aos=fade-down-left] {
  transform: translate3d(100px, -100px, 0);
}
[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity, transform;
}
[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1);
}
[data-aos=zoom-in] {
  transform: scale(0.6);
}
[data-aos=zoom-in-up] {
  transform: translate3d(0, 100px, 0) scale(0.6);
}
[data-aos=zoom-in-down] {
  transform: translate3d(0, -100px, 0) scale(0.6);
}
[data-aos=zoom-in-right] {
  transform: translate3d(-100px, 0, 0) scale(0.6);
}
[data-aos=zoom-in-left] {
  transform: translate3d(100px, 0, 0) scale(0.6);
}
[data-aos=zoom-out] {
  transform: scale(1.2);
}
[data-aos=zoom-out-up] {
  transform: translate3d(0, 100px, 0) scale(1.2);
}
[data-aos=zoom-out-down] {
  transform: translate3d(0, -100px, 0) scale(1.2);
}
[data-aos=zoom-out-right] {
  transform: translate3d(-100px, 0, 0) scale(1.2);
}
[data-aos=zoom-out-left] {
  transform: translate3d(100px, 0, 0) scale(1.2);
}
[data-aos^=slide][data-aos^=slide] {
  transition-property: transform;
}
[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translateZ(0);
}
[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0);
}
[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0);
}
[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0);
}
[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0);
}
[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform;
}
[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg);
}
[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0);
}
[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg);
}
[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0);
}
[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg);
}
[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0);
}
[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg);
}
[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0);
}
:root {
  --sk-size:40px;
  --sk-color:#333}.sk-center{margin:auto}.sk-plane{width:var(--sk-size);
  height: var(--sk-size);
  background-color: var(--sk-color);
  animation: sk-plane 1.2s infinite ease-in-out;
}
@keyframes sk-plane {
  0% {
    transform: perspective(120px) rotateX(0) rotateY(0);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
.sk-chase {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
  animation: sk-chase 2.5s infinite linear both;
}
.sk-chase-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  animation: sk-chase-dot 2s infinite ease-in-out both;
}
.sk-chase-dot:before {
  content: '';
  display: block;
  width: 25%;
  height: 25%;
  background-color: var(--sk-color);
  border-radius: 100%;
  animation: sk-chase-dot-before 2s infinite ease-in-out both;
}
.sk-chase-dot:nth-child(1) {
  animation-delay: -1.1s;
}
.sk-chase-dot:nth-child(2) {
  animation-delay: -1s;
}
.sk-chase-dot:nth-child(3) {
  animation-delay: -0.9s;
}
.sk-chase-dot:nth-child(4) {
  animation-delay: -0.8s;
}
.sk-chase-dot:nth-child(5) {
  animation-delay: -0.7s;
}
.sk-chase-dot:nth-child(6) {
  animation-delay: -0.6s;
}
.sk-chase-dot:nth-child(1):before {
  animation-delay: -1.1s;
}
.sk-chase-dot:nth-child(2):before {
  animation-delay: -1s;
}
.sk-chase-dot:nth-child(3):before {
  animation-delay: -0.9s;
}
.sk-chase-dot:nth-child(4):before {
  animation-delay: -0.8s;
}
.sk-chase-dot:nth-child(5):before {
  animation-delay: -0.7s;
}
.sk-chase-dot:nth-child(6):before {
  animation-delay: -0.6s;
}
@keyframes sk-chase {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes sk-chase-dot {
  80%, 100% {
    transform: rotate(360deg);
  }
}
@keyframes sk-chase-dot-before {
  50% {
    transform: scale(0.4);
  }
  100%, 0% {
    transform: scale(1);
  }
}
.sk-bounce {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
}
.sk-bounce-dot {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--sk-color);
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-bounce 2s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.sk-bounce-dot:nth-child(2) {
  animation-delay: -1s;
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
  }
  45%, 55% {
    transform: scale(1);
  }
}
.sk-wave {
  width: var(--sk-size);
  height: var(--sk-size);
  display: flex;
  justify-content: space-between;
}
.sk-wave-rect {
  background-color: var(--sk-color);
  height: 100%;
  width: 15%;
  animation: sk-wave 1.2s infinite ease-in-out;
}
.sk-wave-rect:nth-child(1) {
  animation-delay: -1.2s;
}
.sk-wave-rect:nth-child(2) {
  animation-delay: -1.1s;
}
.sk-wave-rect:nth-child(3) {
  animation-delay: -1s;
}
.sk-wave-rect:nth-child(4) {
  animation-delay: -0.9s;
}
.sk-wave-rect:nth-child(5) {
  animation-delay: -0.8s;
}
@keyframes sk-wave {
  0%, 40%, 100% {
    transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
  }
}
.sk-pulse {
  width: var(--sk-size);
  height: var(--sk-size);
  background-color: var(--sk-color);
  border-radius: 100%;
  animation: sk-pulse 1.2s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@keyframes sk-pulse {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.sk-flow {
  width: calc(var(--sk-size) * 1.3);
  height: calc(var(--sk-size) * 1.3);
  display: flex;
  justify-content: space-between;
}
.sk-flow-dot {
  width: 25%;
  height: 25%;
  background-color: var(--sk-color);
  border-radius: 50%;
  animation: sk-flow 1.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s infinite both;
}
.sk-flow-dot:nth-child(1) {
  animation-delay: -0.3s;
}
.sk-flow-dot:nth-child(2) {
  animation-delay: -0.15s;
}
@keyframes sk-flow {
  0%, 80%, 100% {
    transform: scale(0.3);
  }
  40% {
    transform: scale(1);
  }
}
.sk-swing {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
  animation: sk-swing 1.8s infinite linear;
}
.sk-swing-dot {
  width: 45%;
  height: 45%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: var(--sk-color);
  border-radius: 100%;
  animation: sk-swing-dot 2s infinite ease-in-out;
}
.sk-swing-dot:nth-child(2) {
  top: auto;
  bottom: 0;
  animation-delay: -1s;
}
@keyframes sk-swing {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes sk-swing-dot {
  0%, 100% {
    transform: scale(0.2);
  }
  50% {
    transform: scale(1);
  }
}
.sk-circle {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
}
.sk-circle-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-circle-dot:before {
  content: '';
  display: block;
  width: 15%;
  height: 15%;
  background-color: var(--sk-color);
  border-radius: 100%;
  animation: sk-circle 1.2s infinite ease-in-out both;
}
.sk-circle-dot:nth-child(1) {
  transform: rotate(30deg);
}
.sk-circle-dot:nth-child(2) {
  transform: rotate(60deg);
}
.sk-circle-dot:nth-child(3) {
  transform: rotate(90deg);
}
.sk-circle-dot:nth-child(4) {
  transform: rotate(120deg);
}
.sk-circle-dot:nth-child(5) {
  transform: rotate(150deg);
}
.sk-circle-dot:nth-child(6) {
  transform: rotate(180deg);
}
.sk-circle-dot:nth-child(7) {
  transform: rotate(210deg);
}
.sk-circle-dot:nth-child(8) {
  transform: rotate(240deg);
}
.sk-circle-dot:nth-child(9) {
  transform: rotate(270deg);
}
.sk-circle-dot:nth-child(10) {
  transform: rotate(300deg);
}
.sk-circle-dot:nth-child(11) {
  transform: rotate(330deg);
}
.sk-circle-dot:nth-child(1):before {
  animation-delay: -1.1s;
}
.sk-circle-dot:nth-child(2):before {
  animation-delay: -1s;
}
.sk-circle-dot:nth-child(3):before {
  animation-delay: -0.9s;
}
.sk-circle-dot:nth-child(4):before {
  animation-delay: -0.8s;
}
.sk-circle-dot:nth-child(5):before {
  animation-delay: -0.7s;
}
.sk-circle-dot:nth-child(6):before {
  animation-delay: -0.6s;
}
.sk-circle-dot:nth-child(7):before {
  animation-delay: -0.5s;
}
.sk-circle-dot:nth-child(8):before {
  animation-delay: -0.4s;
}
.sk-circle-dot:nth-child(9):before {
  animation-delay: -0.3s;
}
.sk-circle-dot:nth-child(10):before {
  animation-delay: -0.2s;
}
.sk-circle-dot:nth-child(11):before {
  animation-delay: -0.1s;
}
@keyframes sk-circle {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
.sk-circle-fade {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
}
.sk-circle-fade-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-circle-fade-dot:before {
  content: '';
  display: block;
  width: 15%;
  height: 15%;
  background-color: var(--sk-color);
  border-radius: 100%;
  animation: sk-circle-fade 1.2s infinite ease-in-out both;
}
.sk-circle-fade-dot:nth-child(1) {
  transform: rotate(30deg);
}
.sk-circle-fade-dot:nth-child(2) {
  transform: rotate(60deg);
}
.sk-circle-fade-dot:nth-child(3) {
  transform: rotate(90deg);
}
.sk-circle-fade-dot:nth-child(4) {
  transform: rotate(120deg);
}
.sk-circle-fade-dot:nth-child(5) {
  transform: rotate(150deg);
}
.sk-circle-fade-dot:nth-child(6) {
  transform: rotate(180deg);
}
.sk-circle-fade-dot:nth-child(7) {
  transform: rotate(210deg);
}
.sk-circle-fade-dot:nth-child(8) {
  transform: rotate(240deg);
}
.sk-circle-fade-dot:nth-child(9) {
  transform: rotate(270deg);
}
.sk-circle-fade-dot:nth-child(10) {
  transform: rotate(300deg);
}
.sk-circle-fade-dot:nth-child(11) {
  transform: rotate(330deg);
}
.sk-circle-fade-dot:nth-child(1):before {
  animation-delay: -1.1s;
}
.sk-circle-fade-dot:nth-child(2):before {
  animation-delay: -1s;
}
.sk-circle-fade-dot:nth-child(3):before {
  animation-delay: -0.9s;
}
.sk-circle-fade-dot:nth-child(4):before {
  animation-delay: -0.8s;
}
.sk-circle-fade-dot:nth-child(5):before {
  animation-delay: -0.7s;
}
.sk-circle-fade-dot:nth-child(6):before {
  animation-delay: -0.6s;
}
.sk-circle-fade-dot:nth-child(7):before {
  animation-delay: -0.5s;
}
.sk-circle-fade-dot:nth-child(8):before {
  animation-delay: -0.4s;
}
.sk-circle-fade-dot:nth-child(9):before {
  animation-delay: -0.3s;
}
.sk-circle-fade-dot:nth-child(10):before {
  animation-delay: -0.2s;
}
.sk-circle-fade-dot:nth-child(11):before {
  animation-delay: -0.1s;
}
@keyframes sk-circle-fade {
  0%, 39%, 100% {
    opacity: 0;
    transform: scale(0.6);
  }
  40% {
    opacity: 1;
    transform: scale(1);
  }
}
.sk-grid {
  width: var(--sk-size);
  height: var(--sk-size);
}
.sk-grid-cube {
  width: 33.33%;
  height: 33.33%;
  background-color: var(--sk-color);
  float: left;
  animation: sk-grid 1.3s infinite ease-in-out;
}
.sk-grid-cube:nth-child(1) {
  animation-delay: 0.2s;
}
.sk-grid-cube:nth-child(2) {
  animation-delay: 0.3s;
}
.sk-grid-cube:nth-child(3) {
  animation-delay: 0.4s;
}
.sk-grid-cube:nth-child(4) {
  animation-delay: 0.1s;
}
.sk-grid-cube:nth-child(5) {
  animation-delay: 0.2s;
}
.sk-grid-cube:nth-child(6) {
  animation-delay: 0.3s;
}
.sk-grid-cube:nth-child(7) {
  animation-delay: 0s;
}
.sk-grid-cube:nth-child(8) {
  animation-delay: 0.1s;
}
.sk-grid-cube:nth-child(9) {
  animation-delay: 0.2s;
}
@keyframes sk-grid {
  0%, 70%, 100% {
    transform: scale3D(1, 1, 1);
  }
  35% {
    transform: scale3D(0, 0, 1);
  }
}
.sk-fold {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
  transform: rotateZ(45deg);
}
.sk-fold-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  transform: scale(1.1);
}
.sk-fold-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--sk-color);
  animation: sk-fold 2.4s infinite linear both;
  transform-origin: 100% 100%;
}
.sk-fold-cube:nth-child(2) {
  transform: scale(1.1) rotateZ(90deg);
}
.sk-fold-cube:nth-child(4) {
  transform: scale(1.1) rotateZ(180deg);
}
.sk-fold-cube:nth-child(3) {
  transform: scale(1.1) rotateZ(270deg);
}
.sk-fold-cube:nth-child(2):before {
  animation-delay: 0.3s;
}
.sk-fold-cube:nth-child(4):before {
  animation-delay: 0.6s;
}
.sk-fold-cube:nth-child(3):before {
  animation-delay: 0.9s;
}
@keyframes sk-fold {
  0%, 10% {
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    transform: perspective(140px) rotateX(0);
    opacity: 1;
  }
  90%, 100% {
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
.sk-wander {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
}
.sk-wander-cube {
  background-color: var(--sk-color);
  width: 20%;
  height: 20%;
  position: absolute;
  top: 0;
  left: 0;
  --sk-wander-distance:calc(var(--sk-size) * 0.75);
  animation: sk-wander 2s ease-in-out -2s infinite both;
}
.sk-wander-cube:nth-child(2) {
  animation-delay: -0.5s;
}
.sk-wander-cube:nth-child(3) {
  animation-delay: -1s;
}
@keyframes sk-wander {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: translateX(var(--sk-wander-distance)) rotate(-90deg) scale(0.6);
  }
  50% {
    transform: translateX(var(--sk-wander-distance)) translateY(var(--sk-wander-distance)) rotate(-179deg);
  }
  50.1% {
    transform: translateX(var(--sk-wander-distance)) translateY(var(--sk-wander-distance)) rotate(-180deg);
  }
  75% {
    transform: translateX(0) translateY(var(--sk-wander-distance)) rotate(-270deg) scale(0.6);
  }
  100% {
    transform: rotate(-360deg);
  }
}
/**
 * Swiper 5.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 26, 2019
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff}.swiper-container{margin-left:auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
:root {
  --swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}
.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white {
  --swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}
.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option--selectable {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}
.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--group {
  padding: 0;
}
.select2-container--default .select2-results__option--disabled {
  color: #999;
}
.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option--group {
  padding: 0;
}
.select2-container--classic .select2-results__option--disabled {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: #fff;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
.mejs-offscreen {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}
.mejs-container {
  background: #000;
  font-family: Helvetica, Arial, serif;
  position: relative;
  text-align: left;
  text-indent: 0;
  vertical-align: top;
}
.mejs-container, .mejs-container * {
  box-sizing: border-box;
}
.mejs-container video::-webkit-media-controls, .mejs-container video::-webkit-media-controls-panel, .mejs-container video::-webkit-media-controls-panel-container, .mejs-container video::-webkit-media-controls-start-playback-button {
  -webkit-appearance: none;
  display: none !important;
}
.mejs-fill-container, .mejs-fill-container .mejs-container {
  height: 100%;
  width: 100%;
}
.mejs-fill-container {
  background: transparent;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.mejs-container:focus {
  outline: none;
}
.mejs-iframe-overlay {
  height: 100%;
  position: absolute;
  width: 100%;
}
.mejs-embed, .mejs-embed body {
  background: #000;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.mejs-fullscreen {
  overflow: hidden !important;
}
.mejs-container-fullscreen {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}
.mejs-container-fullscreen .mejs-mediaelement, .mejs-container-fullscreen video {
  height: 100% !important;
  width: 100% !important;
}
.mejs-background, .mejs-mediaelement {
  left: 0;
  position: absolute;
  top: 0;
}
.mejs-mediaelement {
  height: 100%;
  width: 100%;
  z-index: 0;
}
.mejs-poster {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1;
}
:root .mejs-poster-img {
  display: none;
}
.mejs-poster-img {
  border: 0;
  padding: 0;
}
.mejs-overlay {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
}
.mejs-layer {
  z-index: 1;
}
.mejs-overlay-play {
  cursor: pointer;
}
.mejs-overlay-button {
  background: url(mejs-controls.svg) no-repeat;
  background-position: 0 -39px;
  height: 80px;
  width: 80px;
}
.mejs-overlay:hover > .mejs-overlay-button {
  background-position: -80px -39px;
}
.mejs-overlay-loading {
  height: 80px;
  width: 80px;
}
.mejs-overlay-loading-bg-img {
  -webkit-animation: a 1s linear infinite;
  animation: a 1s linear infinite;
  background: transparent url(mejs-controls.svg) -160px -40px no-repeat;
  display: block;
  height: 80px;
  width: 80px;
  z-index: 1;
}
@-webkit-keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.mejs-controls {
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  left: 0;
  list-style-type: none;
  margin: 0;
  padding: 0 10px;
  position: absolute;
  width: 100%;
  z-index: 3;
}
.mejs-controls:not([style*="display: none"]) {
  background: rgba(255, 0, 0, 0.7);
  background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.35));
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.35));
}
.mejs-button, .mejs-time, .mejs-time-rail {
  font-size: 10px;
  height: 40px;
  line-height: 10px;
  margin: 0;
  width: 32px;
}
.mejs-button > button {
  background: transparent url(mejs-controls.svg);
  border: 0;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 20px;
  line-height: 0;
  margin: 10px 6px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  text-decoration: none;
  width: 20px;
}
.mejs-button > button:focus {
  outline: 1px dotted #999;
}
.mejs-container-keyboard-inactive [role="slider"], .mejs-container-keyboard-inactive [role="slider"]:focus, .mejs-container-keyboard-inactive a, .mejs-container-keyboard-inactive a:focus, .mejs-container-keyboard-inactive button, .mejs-container-keyboard-inactive button:focus {
  outline: 0;
}
.mejs-time {
  box-sizing: content-box;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  height: 24px;
  overflow: hidden;
  padding: 16px 6px 0;
  text-align: center;
  width: auto;
}
.mejs-play > button {
  background-position: 0 0;
}
.mejs-pause > button {
  background-position: -20px 0;
}
.mejs-replay > button {
  background-position: -160px 0;
}
.mejs-time-rail {
  direction: ltr;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 40px;
  margin: 0 10px;
  padding-top: 10px;
  position: relative;
}
.mejs-time-buffering, .mejs-time-current, .mejs-time-float, .mejs-time-float-corner, .mejs-time-float-current, .mejs-time-hovered, .mejs-time-loaded, .mejs-time-marker, .mejs-time-total {
  border-radius: 2px;
  cursor: pointer;
  display: block;
  height: 10px;
  position: absolute;
}
.mejs-time-total {
  background: rgba(255, 255, 255, 0.3);
  margin: 5px 0 0;
  width: 100%;
}
.mejs-time-buffering {
  -webkit-animation: b 2s linear infinite;
  animation: b 2s linear infinite;
  background: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.4) 25%, transparent 0, transparent 50%, rgba(255, 255, 255, 0.4) 0, rgba(255, 255, 255, 0.4) 75%, transparent 0, transparent);
  background: linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 25%, transparent 0, transparent 50%, rgba(255, 255, 255, 0.4) 0, rgba(255, 255, 255, 0.4) 75%, transparent 0, transparent);
  background-size: 15px 15px;
  width: 100%;
}
@-webkit-keyframes b {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
@keyframes b {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
.mejs-time-loaded {
  background: rgba(255, 255, 255, 0.3);
}
.mejs-time-current, .mejs-time-handle-content {
  background: rgba(255, 255, 255, 0.9);
}
.mejs-time-hovered {
  background: rgba(255, 255, 255, 0.5);
  z-index: 10;
}
.mejs-time-hovered.negative {
  background: rgba(0, 0, 0, 0.2);
}
.mejs-time-buffering, .mejs-time-current, .mejs-time-hovered, .mejs-time-loaded {
  left: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  width: 100%;
}
.mejs-time-buffering {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.mejs-time-hovered {
  -webkit-transition: height 0.1s cubic-bezier(0.44, 0, 1, 1);
  transition: height 0.1s cubic-bezier(0.44, 0, 1, 1);
}
.mejs-time-hovered.no-hover {
  -webkit-transform: scaleX(0) !important;
  -ms-transform: scaleX(0) !important;
  transform: scaleX(0) !important;
}
.mejs-time-handle, .mejs-time-handle-content {
  border: 4px solid transparent;
  cursor: pointer;
  left: 0;
  position: absolute;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  z-index: 11;
}
.mejs-time-handle-content {
  border: 4px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  height: 10px;
  left: -7px;
  top: -4px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  width: 10px;
}
.mejs-time-rail .mejs-time-handle-content:active, .mejs-time-rail .mejs-time-handle-content:focus, .mejs-time-rail:hover .mejs-time-handle-content {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.mejs-time-float {
  background: #eee;
  border: 1px solid #333;
  bottom: 100%;
  color: #111;
  display: none;
  height: 17px;
  margin-bottom: 9px;
  position: absolute;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 36px;
}
.mejs-time-float-current {
  display: block;
  left: 0;
  margin: 2px;
  text-align: center;
  width: 30px;
}
.mejs-time-float-corner {
  border: 5px solid #eee;
  border-color: #eee transparent transparent;
  border-radius: 0;
  display: block;
  height: 0;
  left: 50%;
  line-height: 0;
  position: absolute;
  top: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
}
.mejs-long-video .mejs-time-float {
  margin-left: -23px;
  width: 64px;
}
.mejs-long-video .mejs-time-float-current {
  width: 60px;
}
.mejs-broadcast {
  color: #fff;
  height: 10px;
  position: absolute;
  top: 15px;
  width: 100%;
}
.mejs-fullscreen-button > button {
  background-position: -80px 0;
}
.mejs-unfullscreen > button {
  background-position: -100px 0;
}
.mejs-mute > button {
  background-position: -60px 0;
}
.mejs-unmute > button {
  background-position: -40px 0;
}
.mejs-volume-button {
  position: relative;
}
.mejs-volume-button > .mejs-volume-slider {
  -webkit-backface-visibility: hidden;
  background: rgba(50, 50, 50, 0.7);
  border-radius: 0;
  bottom: 100%;
  display: none;
  height: 115px;
  left: 50%;
  margin: 0;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 25px;
  z-index: 1;
}
.mejs-volume-button:hover {
  border-radius: 0 0 4px 4px;
}
.mejs-volume-total {
  background: rgba(255, 255, 255, 0.5);
  height: 100px;
  left: 50%;
  margin: 0;
  position: absolute;
  top: 8px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2px;
}
.mejs-volume-current {
  left: 0;
  margin: 0;
  width: 100%;
}
.mejs-volume-current, .mejs-volume-handle {
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
}
.mejs-volume-handle {
  border-radius: 1px;
  cursor: ns-resize;
  height: 6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 16px;
}
.mejs-horizontal-volume-slider {
  display: block;
  height: 36px;
  position: relative;
  vertical-align: middle;
  width: 56px;
}
.mejs-horizontal-volume-total {
  background: rgba(50, 50, 50, 0.8);
  height: 8px;
  top: 16px;
  width: 50px;
}
.mejs-horizontal-volume-current, .mejs-horizontal-volume-total {
  border-radius: 2px;
  font-size: 1px;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
}
.mejs-horizontal-volume-current {
  background: rgba(255, 255, 255, 0.8);
  height: 100%;
  top: 0;
  width: 100%;
}
.mejs-horizontal-volume-handle {
  display: none;
}
.mejs-captions-button, .mejs-chapters-button {
  position: relative;
}
.mejs-captions-button > button {
  background-position: -140px 0;
}
.mejs-chapters-button > button {
  background-position: -180px 0;
}
.mejs-captions-button > .mejs-captions-selector, .mejs-chapters-button > .mejs-chapters-selector {
  background: rgba(50, 50, 50, 0.7);
  border: 1px solid transparent;
  border-radius: 0;
  bottom: 100%;
  margin-right: -43px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 50%;
  visibility: visible;
  width: 86px;
}
.mejs-chapters-button > .mejs-chapters-selector {
  margin-right: -55px;
  width: 110px;
}
.mejs-captions-selector-list, .mejs-chapters-selector-list {
  list-style-type: none !important;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.mejs-captions-selector-list-item, .mejs-chapters-selector-list-item {
  color: #fff;
  cursor: pointer;
  display: block;
  list-style-type: none !important;
  margin: 0 0 6px;
  overflow: hidden;
  padding: 0;
}
.mejs-captions-selector-list-item:hover, .mejs-chapters-selector-list-item:hover {
  background-color: #c8c8c8 !important;
  background-color: rgba(255, 255, 255, 0.4) !important;
}
.mejs-captions-selector-input, .mejs-chapters-selector-input {
  clear: both;
  float: left;
  left: -1000px;
  margin: 3px 3px 0 5px;
  position: absolute;
}
.mejs-captions-selector-label, .mejs-chapters-selector-label {
  cursor: pointer;
  float: left;
  font-size: 10px;
  line-height: 15px;
  padding: 4px 10px 0;
  width: 100%;
}
.mejs-captions-selected, .mejs-chapters-selected {
  color: #21f8f8;
}
.mejs-captions-translations {
  font-size: 10px;
  margin: 0 0 5px;
}
.mejs-captions-layer {
  bottom: 0;
  color: #fff;
  font-size: 16px;
  left: 0;
  line-height: 20px;
  position: absolute;
  text-align: center;
}
.mejs-captions-layer a {
  color: #fff;
  text-decoration: underline;
}
.mejs-captions-layer[lang="ar"] {
  font-size: 20px;
  font-weight: 400;
}
.mejs-captions-position {
  bottom: 15px;
  left: 0;
  position: absolute;
  width: 100%;
}
.mejs-captions-position-hover {
  bottom: 35px;
}
.mejs-captions-text, .mejs-captions-text * {
  background: rgba(20, 20, 20, 0.5);
  box-shadow: 5px 0 0 rgba(20, 20, 20, 0.5), -5px 0 0 rgba(20, 20, 20, 0.5);
  padding: 0;
  white-space: pre-wrap;
}
.mejs-container.mejs-hide-cues video::-webkit-media-text-track-container {
  display: none;
}
.mejs-overlay-error {
  position: relative;
}
.mejs-overlay-error > img {
  left: 0;
  max-width: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}
.mejs-cannotplay, .mejs-cannotplay a {
  color: #fff;
  font-size: 0.8em;
}
.mejs-cannotplay {
  position: relative;
}
.mejs-cannotplay a, .mejs-cannotplay p {
  display: inline-block;
  padding: 0 15px;
  width: 100%;
}
/* Icons */
/*Padding*/
.p-0 {
  padding: 0px !important;
}
.p-10 {
  padding: 10px !important;
}
.p-20 {
  padding: 20px !important;
}
.p-30 {
  padding: 30px !important;
}
.p-40 {
  padding: 40px !important;
}
.p-50 {
  padding: 50px !important;
}
.p-60 {
  padding: 60px !important;
}
.p-70 {
  padding: 70px !important;
}
.p-80 {
  padding: 80px !important;
}
.p-90 {
  padding: 90px !important;
}
.p-100 {
  padding: 100px !important;
}
.p-110 {
  padding: 110px !important;
}
.p-120 {
  padding: 120px !important;
}
.p-130 {
  padding: 130px !important;
}
.p-140 {
  padding: 140px !important;
}
.p-150 {
  padding: 150px !important;
}
/*Top Padding*/
.pt-0 {
  padding-top: 0px !important;
}
.pt-1 {
  padding-top: 1px !important;
}
.pt-2 {
  padding-top: 2px !important;
}
.pt-3 {
  padding-top: 3px !important;
}
.pt-4 {
  padding-top: 4px !important;
}
.pt-5 {
  padding-top: 5px !important;
}
.pt-6 {
  padding-top: 6px !important;
}
.pt-7 {
  padding-top: 7px !important;
}
.pt-8 {
  padding-top: 8px !important;
}
.pt-9 {
  padding-top: 9px !important;
}
.pt-10 {
  padding-top: 10px !important;
}
.pt-11 {
  padding-top: 11px !important;
}
.pt-12 {
  padding-top: 12px !important;
}
.pt-13 {
  padding-top: 13px !important;
}
.pt-14 {
  padding-top: 14px !important;
}
.pt-15 {
  padding-top: 15px !important;
}
.pt-16 {
  padding-top: 16px !important;
}
.pt-17 {
  padding-top: 17px !important;
}
.pt-18 {
  padding-top: 18px !important;
}
.pt-19 {
  padding-top: 19px !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.pt-21 {
  padding-top: 21px !important;
}
.pt-22 {
  padding-top: 22px !important;
}
.pt-23 {
  padding-top: 23px !important;
}
.pt-24 {
  padding-top: 24px !important;
}
.pt-25 {
  padding-top: 25px !important;
}
.pt-26 {
  padding-top: 26px !important;
}
.pt-27 {
  padding-top: 27px !important;
}
.pt-28 {
  padding-top: 28px !important;
}
.pt-29 {
  padding-top: 29px !important;
}
.pt-30 {
  padding-top: 30px !important;
}
.pt-31 {
  padding-top: 31px !important;
}
.pt-32 {
  padding-top: 32px !important;
}
.pt-33 {
  padding-top: 33px !important;
}
.pt-34 {
  padding-top: 34px !important;
}
.pt-35 {
  padding-top: 35px !important;
}
.pt-36 {
  padding-top: 36px !important;
}
.pt-37 {
  padding-top: 37px !important;
}
.pt-38 {
  padding-top: 38px !important;
}
.pt-39 {
  padding-top: 39px !important;
}
.pt-40 {
  padding-top: 40px !important;
}
.pt-41 {
  padding-top: 41px !important;
}
.pt-42 {
  padding-top: 42px !important;
}
.pt-43 {
  padding-top: 43px !important;
}
.pt-44 {
  padding-top: 44px !important;
}
.pt-45 {
  padding-top: 45px !important;
}
.pt-46 {
  padding-top: 46px !important;
}
.pt-47 {
  padding-top: 47px !important;
}
.pt-48 {
  padding-top: 48px !important;
}
.pt-49 {
  padding-top: 49px !important;
}
.pt-50 {
  padding-top: 50px !important;
}
.pt-51 {
  padding-top: 51px !important;
}
.pt-52 {
  padding-top: 52px !important;
}
.pt-53 {
  padding-top: 53px !important;
}
.pt-54 {
  padding-top: 54px !important;
}
.pt-55 {
  padding-top: 55px !important;
}
.pt-56 {
  padding-top: 56px !important;
}
.pt-57 {
  padding-top: 57px !important;
}
.pt-58 {
  padding-top: 58px !important;
}
.pt-59 {
  padding-top: 59px !important;
}
.pt-60 {
  padding-top: 60px !important;
}
/*Bottom Padding*/
.pb-0 {
  padding-bottom: 0px !important;
}
.pb-1 {
  padding-bottom: 1px !important;
}
.pb-2 {
  padding-bottom: 2px !important;
}
.pb-3 {
  padding-bottom: 3px !important;
}
.pb-4 {
  padding-bottom: 4px !important;
}
.pb-5 {
  padding-bottom: 5px !important;
}
.pb-6 {
  padding-bottom: 6px !important;
}
.pb-7 {
  padding-bottom: 7px !important;
}
.pb-8 {
  padding-bottom: 8px !important;
}
.pb-9 {
  padding-bottom: 9px !important;
}
.pb-10 {
  padding-bottom: 10px !important;
}
.pb-11 {
  padding-bottom: 11px !important;
}
.pb-12 {
  padding-bottom: 12px !important;
}
.pb-13 {
  padding-bottom: 13px !important;
}
.pb-14 {
  padding-bottom: 14px !important;
}
.pb-15 {
  padding-bottom: 15px !important;
}
.pb-16 {
  padding-bottom: 16px !important;
}
.pb-17 {
  padding-bottom: 17px !important;
}
.pb-18 {
  padding-bottom: 18px !important;
}
.pb-19 {
  padding-bottom: 19px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.pb-21 {
  padding-bottom: 21px !important;
}
.pb-22 {
  padding-bottom: 22px !important;
}
.pb-23 {
  padding-bottom: 23px !important;
}
.pb-24 {
  padding-bottom: 24px !important;
}
.pb-25 {
  padding-bottom: 25px !important;
}
.pb-26 {
  padding-bottom: 26px !important;
}
.pb-27 {
  padding-bottom: 27px !important;
}
.pb-28 {
  padding-bottom: 28px !important;
}
.pb-29 {
  padding-bottom: 29px !important;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.pb-31 {
  padding-bottom: 31px !important;
}
.pb-32 {
  padding-bottom: 32px !important;
}
.pb-33 {
  padding-bottom: 33px !important;
}
.pb-34 {
  padding-bottom: 34px !important;
}
.pb-35 {
  padding-bottom: 35px !important;
}
.pb-36 {
  padding-bottom: 36px !important;
}
.pb-37 {
  padding-bottom: 37px !important;
}
.pb-38 {
  padding-bottom: 38px !important;
}
.pb-39 {
  padding-bottom: 39px !important;
}
.pb-40 {
  padding-bottom: 40px !important;
}
.pb-41 {
  padding-bottom: 41px !important;
}
.pb-42 {
  padding-bottom: 42px !important;
}
.pb-43 {
  padding-bottom: 43px !important;
}
.pb-44 {
  padding-bottom: 44px !important;
}
.pb-45 {
  padding-bottom: 45px !important;
}
.pb-46 {
  padding-bottom: 46px !important;
}
.pb-47 {
  padding-bottom: 47px !important;
}
.pb-48 {
  padding-bottom: 48px !important;
}
.pb-49 {
  padding-bottom: 49px !important;
}
.pb-50 {
  padding-bottom: 50px !important;
}
.pb-51 {
  padding-bottom: 51px !important;
}
.pb-52 {
  padding-bottom: 52px !important;
}
.pb-53 {
  padding-bottom: 53px !important;
}
.pb-54 {
  padding-bottom: 54px !important;
}
.pb-55 {
  padding-bottom: 55px !important;
}
.pb-56 {
  padding-bottom: 56px !important;
}
.pb-57 {
  padding-bottom: 57px !important;
}
.pb-58 {
  padding-bottom: 58px !important;
}
.pb-59 {
  padding-bottom: 59px !important;
}
.pb-60 {
  padding-bottom: 60px !important;
}
/*Left Padding*/
.pl-0 {
  padding-left: 0px !important;
}
.pl-1 {
  padding-left: 1px !important;
}
.pl-2 {
  padding-left: 2px !important;
}
.pl-3 {
  padding-left: 3px !important;
}
.pl-4 {
  padding-left: 4px !important;
}
.pl-5 {
  padding-left: 5px !important;
}
.pl-6 {
  padding-left: 6px !important;
}
.pl-7 {
  padding-left: 7px !important;
}
.pl-8 {
  padding-left: 8px !important;
}
.pl-9 {
  padding-left: 9px !important;
}
.pl-10 {
  padding-left: 10px !important;
}
.pl-11 {
  padding-left: 11px !important;
}
.pl-12 {
  padding-left: 12px !important;
}
.pl-13 {
  padding-left: 13px !important;
}
.pl-14 {
  padding-left: 14px !important;
}
.pl-15 {
  padding-left: 15px !important;
}
.pl-16 {
  padding-left: 16px !important;
}
.pl-17 {
  padding-left: 17px !important;
}
.pl-18 {
  padding-left: 18px !important;
}
.pl-19 {
  padding-left: 19px !important;
}
.pl-20 {
  padding-left: 20px !important;
}
.pl-21 {
  padding-left: 21px !important;
}
.pl-22 {
  padding-left: 22px !important;
}
.pl-23 {
  padding-left: 23px !important;
}
.pl-24 {
  padding-left: 24px !important;
}
.pl-25 {
  padding-left: 25px !important;
}
.pl-26 {
  padding-left: 26px !important;
}
.pl-27 {
  padding-left: 27px !important;
}
.pl-28 {
  padding-left: 28px !important;
}
.pl-29 {
  padding-left: 29px !important;
}
.pl-30 {
  padding-left: 30px !important;
}
.pl-31 {
  padding-left: 31px !important;
}
.pl-32 {
  padding-left: 32px !important;
}
.pl-33 {
  padding-left: 33px !important;
}
.pl-34 {
  padding-left: 34px !important;
}
.pl-35 {
  padding-left: 35px !important;
}
.pl-36 {
  padding-left: 36px !important;
}
.pl-37 {
  padding-left: 37px !important;
}
.pl-38 {
  padding-left: 38px !important;
}
.pl-39 {
  padding-left: 39px !important;
}
.pl-40 {
  padding-left: 40px !important;
}
.pl-41 {
  padding-left: 41px !important;
}
.pl-42 {
  padding-left: 42px !important;
}
.pl-43 {
  padding-left: 43px !important;
}
.pl-44 {
  padding-left: 44px !important;
}
.pl-45 {
  padding-left: 45px !important;
}
.pl-46 {
  padding-left: 46px !important;
}
.pl-47 {
  padding-left: 47px !important;
}
.pl-48 {
  padding-left: 48px !important;
}
.pl-49 {
  padding-left: 49px !important;
}
.pl-50 {
  padding-left: 50px !important;
}
.pl-51 {
  padding-left: 51px !important;
}
.pl-52 {
  padding-left: 52px !important;
}
.pl-53 {
  padding-left: 53px !important;
}
.pl-54 {
  padding-left: 54px !important;
}
.pl-55 {
  padding-left: 55px !important;
}
.pl-56 {
  padding-left: 56px !important;
}
.pl-57 {
  padding-left: 57px !important;
}
.pl-58 {
  padding-left: 58px !important;
}
.pl-59 {
  padding-left: 59px !important;
}
.pl-60 {
  padding-left: 60px !important;
}
/*Right Padding*/
.pr-0 {
  padding-right: 0px !important;
}
.pr-1 {
  padding-right: 1px !important;
}
.pr-2 {
  padding-right: 2px !important;
}
.pr-3 {
  padding-right: 3px !important;
}
.pr-4 {
  padding-right: 4px !important;
}
.pr-5 {
  padding-right: 5px !important;
}
.pr-6 {
  padding-right: 6px !important;
}
.pr-7 {
  padding-right: 7px !important;
}
.pr-8 {
  padding-right: 8px !important;
}
.pr-9 {
  padding-right: 9px !important;
}
.pr-10 {
  padding-right: 10px !important;
}
.pr-11 {
  padding-right: 11px !important;
}
.pr-12 {
  padding-right: 12px !important;
}
.pr-13 {
  padding-right: 13px !important;
}
.pr-14 {
  padding-right: 14px !important;
}
.pr-15 {
  padding-right: 15px !important;
}
.pr-16 {
  padding-right: 16px !important;
}
.pr-17 {
  padding-right: 17px !important;
}
.pr-18 {
  padding-right: 18px !important;
}
.pr-19 {
  padding-right: 19px !important;
}
.pr-20 {
  padding-right: 20px !important;
}
.pr-21 {
  padding-right: 21px !important;
}
.pr-22 {
  padding-right: 22px !important;
}
.pr-23 {
  padding-right: 23px !important;
}
.pr-24 {
  padding-right: 24px !important;
}
.pr-25 {
  padding-right: 25px !important;
}
.pr-26 {
  padding-right: 26px !important;
}
.pr-27 {
  padding-right: 27px !important;
}
.pr-28 {
  padding-right: 28px !important;
}
.pr-29 {
  padding-right: 29px !important;
}
.pr-30 {
  padding-right: 30px !important;
}
.pr-31 {
  padding-right: 31px !important;
}
.pr-32 {
  padding-right: 32px !important;
}
.pr-33 {
  padding-right: 33px !important;
}
.pr-34 {
  padding-right: 34px !important;
}
.pr-35 {
  padding-right: 35px !important;
}
.pr-36 {
  padding-right: 36px !important;
}
.pr-37 {
  padding-right: 37px !important;
}
.pr-38 {
  padding-right: 38px !important;
}
.pr-39 {
  padding-right: 39px !important;
}
.pr-40 {
  padding-right: 40px !important;
}
.pr-41 {
  padding-right: 41px !important;
}
.pr-42 {
  padding-right: 42px !important;
}
.pr-43 {
  padding-right: 43px !important;
}
.pr-44 {
  padding-right: 44px !important;
}
.pr-45 {
  padding-right: 45px !important;
}
.pr-46 {
  padding-right: 46px !important;
}
.pr-47 {
  padding-right: 47px !important;
}
.pr-48 {
  padding-right: 48px !important;
}
.pr-49 {
  padding-right: 49px !important;
}
.pr-50 {
  padding-right: 50px !important;
}
.pr-51 {
  padding-right: 51px !important;
}
.pr-52 {
  padding-right: 52px !important;
}
.pr-53 {
  padding-right: 53px !important;
}
.pr-54 {
  padding-right: 54px !important;
}
.pr-55 {
  padding-right: 55px !important;
}
.pr-56 {
  padding-right: 56px !important;
}
.pr-57 {
  padding-right: 57px !important;
}
.pr-58 {
  padding-right: 58px !important;
}
.pr-59 {
  padding-right: 59px !important;
}
.pr-60 {
  padding-right: 60px !important;
}
/*Margin*/
.m-0 {
  margin: 0px !important;
}
.m-10 {
  margin: 10px !important;
}
.m-20 {
  margin: 20px !important;
}
.m-30 {
  margin: 30px !important;
}
.m-40 {
  margin: 40px !important;
}
.m-50 {
  margin: 50px !important;
}
.m-60 {
  margin: 60px !important;
}
.m-70 {
  margin: 70px !important;
}
.m-80 {
  margin: 80px !important;
}
.m-90 {
  margin: 90px !important;
}
.m-100 {
  margin: 100px !important;
}
.m-110 {
  margin: 110px !important;
}
.m-120 {
  margin: 120px !important;
}
.m-130 {
  margin: 130px !important;
}
.m-140 {
  margin: 140px !important;
}
.m-150 {
  margin: 150px !important;
}
/*Top margin*/
.mt-0 {
  margin-top: 0px !important;
}
.mt-1 {
  margin-top: 1px !important;
}
.mt-2 {
  margin-top: 2px !important;
}
.mt-3 {
  margin-top: 3px !important;
}
.mt-4 {
  margin-top: 4px !important;
}
.mt-5 {
  margin-top: 5px !important;
}
.mt-6 {
  margin-top: 6px !important;
}
.mt-7 {
  margin-top: 7px !important;
}
.mt-8 {
  margin-top: 8px !important;
}
.mt-9 {
  margin-top: 9px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-11 {
  margin-top: 11px !important;
}
.mt-12 {
  margin-top: 12px !important;
}
.mt-13 {
  margin-top: 13px !important;
}
.mt-14 {
  margin-top: 14px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mt-16 {
  margin-top: 16px !important;
}
.mt-17 {
  margin-top: 17px !important;
}
.mt-18 {
  margin-top: 18px !important;
}
.mt-19 {
  margin-top: 19px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-21 {
  margin-top: 21px !important;
}
.mt-22 {
  margin-top: 22px !important;
}
.mt-23 {
  margin-top: 23px !important;
}
.mt-24 {
  margin-top: 24px !important;
}
.mt-25 {
  margin-top: 25px !important;
}
.mt-26 {
  margin-top: 26px !important;
}
.mt-27 {
  margin-top: 27px !important;
}
.mt-28 {
  margin-top: 28px !important;
}
.mt-29 {
  margin-top: 29px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-31 {
  margin-top: 31px !important;
}
.mt-32 {
  margin-top: 32px !important;
}
.mt-33 {
  margin-top: 33px !important;
}
.mt-34 {
  margin-top: 34px !important;
}
.mt-35 {
  margin-top: 35px !important;
}
.mt-36 {
  margin-top: 36px !important;
}
.mt-37 {
  margin-top: 37px !important;
}
.mt-38 {
  margin-top: 38px !important;
}
.mt-39 {
  margin-top: 39px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mt-41 {
  margin-top: 41px !important;
}
.mt-42 {
  margin-top: 42px !important;
}
.mt-43 {
  margin-top: 43px !important;
}
.mt-44 {
  margin-top: 44px !important;
}
.mt-45 {
  margin-top: 45px !important;
}
.mt-46 {
  margin-top: 46px !important;
}
.mt-47 {
  margin-top: 47px !important;
}
.mt-48 {
  margin-top: 48px !important;
}
.mt-49 {
  margin-top: 49px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mt-51 {
  margin-top: 51px !important;
}
.mt-52 {
  margin-top: 52px !important;
}
.mt-53 {
  margin-top: 53px !important;
}
.mt-54 {
  margin-top: 54px !important;
}
.mt-55 {
  margin-top: 55px !important;
}
.mt-56 {
  margin-top: 56px !important;
}
.mt-57 {
  margin-top: 57px !important;
}
.mt-58 {
  margin-top: 58px !important;
}
.mt-59 {
  margin-top: 59px !important;
}
.mt-60 {
  margin-top: 60px !important;
}
/*Bottom margin*/
.mb-0 {
  margin-bottom: 0px !important;
}
.mb-1 {
  margin-bottom: 1px !important;
}
.mb-2 {
  margin-bottom: 2px !important;
}
.mb-3 {
  margin-bottom: 3px !important;
}
.mb-4 {
  margin-bottom: 4px !important;
}
.mb-5 {
  margin-bottom: 5px !important;
}
.mb-6 {
  margin-bottom: 6px !important;
}
.mb-7 {
  margin-bottom: 7px !important;
}
.mb-8 {
  margin-bottom: 8px !important;
}
.mb-9 {
  margin-bottom: 9px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-11 {
  margin-bottom: 11px !important;
}
.mb-12 {
  margin-bottom: 12px !important;
}
.mb-13 {
  margin-bottom: 13px !important;
}
.mb-14 {
  margin-bottom: 14px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.mb-16 {
  margin-bottom: 16px !important;
}
.mb-17 {
  margin-bottom: 17px !important;
}
.mb-18 {
  margin-bottom: 18px !important;
}
.mb-19 {
  margin-bottom: 19px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-21 {
  margin-bottom: 21px !important;
}
.mb-22 {
  margin-bottom: 22px !important;
}
.mb-23 {
  margin-bottom: 23px !important;
}
.mb-24 {
  margin-bottom: 24px !important;
}
.mb-25 {
  margin-bottom: 25px !important;
}
.mb-26 {
  margin-bottom: 26px !important;
}
.mb-27 {
  margin-bottom: 27px !important;
}
.mb-28 {
  margin-bottom: 28px !important;
}
.mb-29 {
  margin-bottom: 29px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-31 {
  margin-bottom: 31px !important;
}
.mb-32 {
  margin-bottom: 32px !important;
}
.mb-33 {
  margin-bottom: 33px !important;
}
.mb-34 {
  margin-bottom: 34px !important;
}
.mb-35 {
  margin-bottom: 35px !important;
}
.mb-36 {
  margin-bottom: 36px !important;
}
.mb-37 {
  margin-bottom: 37px !important;
}
.mb-38 {
  margin-bottom: 38px !important;
}
.mb-39 {
  margin-bottom: 39px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-41 {
  margin-bottom: 41px !important;
}
.mb-42 {
  margin-bottom: 42px !important;
}
.mb-43 {
  margin-bottom: 43px !important;
}
.mb-44 {
  margin-bottom: 44px !important;
}
.mb-45 {
  margin-bottom: 45px !important;
}
.mb-46 {
  margin-bottom: 46px !important;
}
.mb-47 {
  margin-bottom: 47px !important;
}
.mb-48 {
  margin-bottom: 48px !important;
}
.mb-49 {
  margin-bottom: 49px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.mb-51 {
  margin-bottom: 51px !important;
}
.mb-52 {
  margin-bottom: 52px !important;
}
.mb-53 {
  margin-bottom: 53px !important;
}
.mb-54 {
  margin-bottom: 54px !important;
}
.mb-55 {
  margin-bottom: 55px !important;
}
.mb-56 {
  margin-bottom: 56px !important;
}
.mb-57 {
  margin-bottom: 57px !important;
}
.mb-58 {
  margin-bottom: 58px !important;
}
.mb-59 {
  margin-bottom: 59px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
/*Left margin*/
.ml-0 {
  margin-left: 0px !important;
}
.ml-1 {
  margin-left: 1px !important;
}
.ml-2 {
  margin-left: 2px !important;
}
.ml-3 {
  margin-left: 3px !important;
}
.ml-4 {
  margin-left: 4px !important;
}
.ml-5 {
  margin-left: 5px !important;
}
.ml-6 {
  margin-left: 6px !important;
}
.ml-7 {
  margin-left: 7px !important;
}
.ml-8 {
  margin-left: 8px !important;
}
.ml-9 {
  margin-left: 9px !important;
}
.ml-10 {
  margin-left: 10px !important;
}
.ml-11 {
  margin-left: 11px !important;
}
.ml-12 {
  margin-left: 12px !important;
}
.ml-13 {
  margin-left: 13px !important;
}
.ml-14 {
  margin-left: 14px !important;
}
.ml-15 {
  margin-left: 15px !important;
}
.ml-16 {
  margin-left: 16px !important;
}
.ml-17 {
  margin-left: 17px !important;
}
.ml-18 {
  margin-left: 18px !important;
}
.ml-19 {
  margin-left: 19px !important;
}
.ml-20 {
  margin-left: 20px !important;
}
.ml-21 {
  margin-left: 21px !important;
}
.ml-22 {
  margin-left: 22px !important;
}
.ml-23 {
  margin-left: 23px !important;
}
.ml-24 {
  margin-left: 24px !important;
}
.ml-25 {
  margin-left: 25px !important;
}
.ml-26 {
  margin-left: 26px !important;
}
.ml-27 {
  margin-left: 27px !important;
}
.ml-28 {
  margin-left: 28px !important;
}
.ml-29 {
  margin-left: 29px !important;
}
.ml-30 {
  margin-left: 30px !important;
}
.ml-31 {
  margin-left: 31px !important;
}
.ml-32 {
  margin-left: 32px !important;
}
.ml-33 {
  margin-left: 33px !important;
}
.ml-34 {
  margin-left: 34px !important;
}
.ml-35 {
  margin-left: 35px !important;
}
.ml-36 {
  margin-left: 36px !important;
}
.ml-37 {
  margin-left: 37px !important;
}
.ml-38 {
  margin-left: 38px !important;
}
.ml-39 {
  margin-left: 39px !important;
}
.ml-40 {
  margin-left: 40px !important;
}
.ml-41 {
  margin-left: 41px !important;
}
.ml-42 {
  margin-left: 42px !important;
}
.ml-43 {
  margin-left: 43px !important;
}
.ml-44 {
  margin-left: 44px !important;
}
.ml-45 {
  margin-left: 45px !important;
}
.ml-46 {
  margin-left: 46px !important;
}
.ml-47 {
  margin-left: 47px !important;
}
.ml-48 {
  margin-left: 48px !important;
}
.ml-49 {
  margin-left: 49px !important;
}
.ml-50 {
  margin-left: 50px !important;
}
.ml-51 {
  margin-left: 51px !important;
}
.ml-52 {
  margin-left: 52px !important;
}
.ml-53 {
  margin-left: 53px !important;
}
.ml-54 {
  margin-left: 54px !important;
}
.ml-55 {
  margin-left: 55px !important;
}
.ml-56 {
  margin-left: 56px !important;
}
.ml-57 {
  margin-left: 57px !important;
}
.ml-58 {
  margin-left: 58px !important;
}
.ml-59 {
  margin-left: 59px !important;
}
.ml-60 {
  margin-left: 60px !important;
}
/*Right margin*/
.mr-0 {
  margin-right: 0px !important;
}
.mr-1 {
  margin-right: 1px !important;
}
.mr-2 {
  margin-right: 2px !important;
}
.mr-3 {
  margin-right: 3px !important;
}
.mr-4 {
  margin-right: 4px !important;
}
.mr-5 {
  margin-right: 5px !important;
}
.mr-6 {
  margin-right: 6px !important;
}
.mr-7 {
  margin-right: 7px !important;
}
.mr-8 {
  margin-right: 8px !important;
}
.mr-9 {
  margin-right: 9px !important;
}
.mr-10 {
  margin-right: 10px !important;
}
.mr-11 {
  margin-right: 11px !important;
}
.mr-12 {
  margin-right: 12px !important;
}
.mr-13 {
  margin-right: 13px !important;
}
.mr-14 {
  margin-right: 14px !important;
}
.mr-15 {
  margin-right: 15px !important;
}
.mr-16 {
  margin-right: 16px !important;
}
.mr-17 {
  margin-right: 17px !important;
}
.mr-18 {
  margin-right: 18px !important;
}
.mr-19 {
  margin-right: 19px !important;
}
.mr-20 {
  margin-right: 20px !important;
}
.mr-21 {
  margin-right: 21px !important;
}
.mr-22 {
  margin-right: 22px !important;
}
.mr-23 {
  margin-right: 23px !important;
}
.mr-24 {
  margin-right: 24px !important;
}
.mr-25 {
  margin-right: 25px !important;
}
.mr-26 {
  margin-right: 26px !important;
}
.mr-27 {
  margin-right: 27px !important;
}
.mr-28 {
  margin-right: 28px !important;
}
.mr-29 {
  margin-right: 29px !important;
}
.mr-30 {
  margin-right: 30px !important;
}
.mr-31 {
  margin-right: 31px !important;
}
.mr-32 {
  margin-right: 32px !important;
}
.mr-33 {
  margin-right: 33px !important;
}
.mr-34 {
  margin-right: 34px !important;
}
.mr-35 {
  margin-right: 35px !important;
}
.mr-36 {
  margin-right: 36px !important;
}
.mr-37 {
  margin-right: 37px !important;
}
.mr-38 {
  margin-right: 38px !important;
}
.mr-39 {
  margin-right: 39px !important;
}
.mr-40 {
  margin-right: 40px !important;
}
.mr-41 {
  margin-right: 41px !important;
}
.mr-42 {
  margin-right: 42px !important;
}
.mr-43 {
  margin-right: 43px !important;
}
.mr-44 {
  margin-right: 44px !important;
}
.mr-45 {
  margin-right: 45px !important;
}
.mr-46 {
  margin-right: 46px !important;
}
.mr-47 {
  margin-right: 47px !important;
}
.mr-48 {
  margin-right: 48px !important;
}
.mr-49 {
  margin-right: 49px !important;
}
.mr-50 {
  margin-right: 50px !important;
}
.mr-51 {
  margin-right: 51px !important;
}
.mr-52 {
  margin-right: 52px !important;
}
.mr-53 {
  margin-right: 53px !important;
}
.mr-54 {
  margin-right: 54px !important;
}
.mr-55 {
  margin-right: 55px !important;
}
.mr-56 {
  margin-right: 56px !important;
}
.mr-57 {
  margin-right: 57px !important;
}
.mr-58 {
  margin-right: 58px !important;
}
.mr-59 {
  margin-right: 59px !important;
}
.mr-60 {
  margin-right: 60px !important;
}
/*Text*/
.text-1 {
  font-size: 1px !important;
}
.text-2 {
  font-size: 2px !important;
}
.text-3 {
  font-size: 3px !important;
}
.text-4 {
  font-size: 4px !important;
}
.text-5 {
  font-size: 5px !important;
}
.text-6 {
  font-size: 6px !important;
}
.text-7 {
  font-size: 7px !important;
}
.text-8 {
  font-size: 8px !important;
}
.text-9 {
  font-size: 9px !important;
}
.text-10 {
  font-size: 10px !important;
}
.text-11 {
  font-size: 11px !important;
}
.text-12 {
  font-size: 12px !important;
}
.text-13 {
  font-size: 13px !important;
}
.text-14 {
  font-size: 14px !important;
}
.text-15 {
  font-size: 15px !important;
}
.text-16 {
  font-size: 16px !important;
}
.text-17 {
  font-size: 17px !important;
}
.text-18 {
  font-size: 18px !important;
}
.text-19 {
  font-size: 19px !important;
}
.text-20 {
  font-size: 20px !important;
}
.text-21 {
  font-size: 21px !important;
}
.text-22 {
  font-size: 22px !important;
}
.text-23 {
  font-size: 23px !important;
}
.text-24 {
  font-size: 24px !important;
}
.text-25 {
  font-size: 25px !important;
}
.text-26 {
  font-size: 26px !important;
}
.text-27 {
  font-size: 27px !important;
}
.text-28 {
  font-size: 28px !important;
}
.text-29 {
  font-size: 29px !important;
}
.text-30 {
  font-size: 30px !important;
}
.text-31 {
  font-size: 31px !important;
}
.text-32 {
  font-size: 32px !important;
}
.text-33 {
  font-size: 33px !important;
}
.text-34 {
  font-size: 34px !important;
}
.text-35 {
  font-size: 35px !important;
}
.text-36 {
  font-size: 36px !important;
}
.text-37 {
  font-size: 37px !important;
}
.text-38 {
  font-size: 38px !important;
}
.text-39 {
  font-size: 39px !important;
}
.text-40 {
  font-size: 40px !important;
}
.text-41 {
  font-size: 41px !important;
}
.text-42 {
  font-size: 42px !important;
}
.text-43 {
  font-size: 43px !important;
}
.text-44 {
  font-size: 44px !important;
}
.text-45 {
  font-size: 45px !important;
}
.text-46 {
  font-size: 46px !important;
}
.text-47 {
  font-size: 47px !important;
}
.text-48 {
  font-size: 48px !important;
}
.text-49 {
  font-size: 49px !important;
}
.text-50 {
  font-size: 50px !important;
}
.fz-1 {
  font-size: 1px !important;
}
.fz-2 {
  font-size: 2px !important;
}
.fz-3 {
  font-size: 3px !important;
}
.fz-4 {
  font-size: 4px !important;
}
.fz-5 {
  font-size: 5px !important;
}
.fz-6 {
  font-size: 6px !important;
}
.fz-7 {
  font-size: 7px !important;
}
.fz-8 {
  font-size: 8px !important;
}
.fz-9 {
  font-size: 9px !important;
}
.fz-10 {
  font-size: 10px !important;
}
.fz-11 {
  font-size: 11px !important;
}
.fz-12 {
  font-size: 12px !important;
}
.fz-13 {
  font-size: 13px !important;
}
.fz-14 {
  font-size: 14px !important;
}
.fz-15 {
  font-size: 15px !important;
}
.fz-16 {
  font-size: 16px !important;
}
.fz-17 {
  font-size: 17px !important;
}
.fz-18 {
  font-size: 18px !important;
}
.fz-19 {
  font-size: 19px !important;
}
.fz-20 {
  font-size: 20px !important;
}
.fz-21 {
  font-size: 21px !important;
}
.fz-22 {
  font-size: 22px !important;
}
.fz-23 {
  font-size: 23px !important;
}
.fz-24 {
  font-size: 24px !important;
}
.fz-25 {
  font-size: 25px !important;
}
.fz-26 {
  font-size: 26px !important;
}
.fz-27 {
  font-size: 27px !important;
}
.fz-28 {
  font-size: 28px !important;
}
.fz-29 {
  font-size: 29px !important;
}
.fz-30 {
  font-size: 30px !important;
}
.fz-31 {
  font-size: 31px !important;
}
.fz-32 {
  font-size: 32px !important;
}
.fz-33 {
  font-size: 33px !important;
}
.fz-34 {
  font-size: 34px !important;
}
.fz-35 {
  font-size: 35px !important;
}
.fz-36 {
  font-size: 36px !important;
}
.fz-37 {
  font-size: 37px !important;
}
.fz-38 {
  font-size: 38px !important;
}
.fz-39 {
  font-size: 39px !important;
}
.fz-40 {
  font-size: 40px !important;
}
.fz-41 {
  font-size: 41px !important;
}
.fz-42 {
  font-size: 42px !important;
}
.fz-43 {
  font-size: 43px !important;
}
.fz-44 {
  font-size: 44px !important;
}
.fz-45 {
  font-size: 45px !important;
}
.fz-46 {
  font-size: 46px !important;
}
.fz-47 {
  font-size: 47px !important;
}
.fz-48 {
  font-size: 48px !important;
}
.fz-49 {
  font-size: 49px !important;
}
.fz-50 {
  font-size: 50px !important;
}
.text-10 {
  font-weight: 100 !important;
}
.text-20 {
  font-weight: 200 !important;
}
.text-30 {
  font-weight: 300 !important;
}
.text-40 {
  font-weight: 400 !important;
}
.text-50 {
  font-weight: 500 !important;
}
.text-60 {
  font-weight: 600 !important;
}
.text-70 {
  font-weight: 700 !important;
}
.text-80 {
  font-weight: 800 !important;
}
.max-width-0 {
  max-width: 0px !important;
}
.max-width-50 {
  max-width: 50px !important;
}
.max-width-100 {
  max-width: 100px !important;
}
.max-width-150 {
  max-width: 150px !important;
}
.max-width-200 {
  max-width: 200px !important;
}
.max-width-250 {
  max-width: 250px !important;
}
.max-width-300 {
  max-width: 300px !important;
}
.max-width-350 {
  max-width: 350px !important;
}
.max-width-400 {
  max-width: 400px !important;
}
.max-width-450 {
  max-width: 450px !important;
}
.max-width-500 {
  max-width: 500px !important;
}
.max-width-550 {
  max-width: 550px !important;
}
.max-width-600 {
  max-width: 600px !important;
}
.max-width-650 {
  max-width: 650px !important;
}
.max-width-700 {
  max-width: 700px !important;
}
.max-width-750 {
  max-width: 750px !important;
}
.max-width-800 {
  max-width: 800px !important;
}
.max-width-850 {
  max-width: 850px !important;
}
.max-width-900 {
  max-width: 900px !important;
}
.max-width-950 {
  max-width: 950px !important;
}
.max-width-1000 {
  max-width: 1000px !important;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input {
  -webkit-appearance: none;
  border-radius: 0;
}
input[type="radio"], input[type="checkbox"] {
  position: absolute;
  left: -999px;
}
*, *:hover, *:focus, *:active {
  outline: none !important;
  text-decoration: none !important;
}
.btn:focus, .btn.focus, .btn:active, .btn:visited {
  box-shadow: none;
}
img {
  max-width: 100%;
  height: auto;
  pointer-events: none;
}
body {
  min-width: 320px;
  overflow-x: hidden;
}
button, a, .btn {
  transition: all 0.3s;
}
button {
  border: none;
  padding: 0;
  cursor: pointer;
}
textarea {
  resize: none;
}
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.main {
  flex: 1;
}
.main.align-center {
  display: flex;
  align-items: center;
}
.main.no-search-param {
  display: flex;
}
.main.no-search-param .section-top {
  height: inherit;
  flex: 1;
  min-height: 350px;
  border-bottom: 2px solid #fff;
}
.main.no-search-param .section-search {
  display: none;
}
.container {
  max-width: calc(1248px - (1248px * var(--ratio)));
}
@media (max-width: 1450px) {
  .container {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (max-width: 1200px) {
  .container {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 1025px) {
  html {
    font-size: 0.8rem;
  }
  h1, .h1 {
    font-size: 3.8rem;
  }
  h2, .h2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 767px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 540px) {
  h1, .h1 {
    font-size: 3rem;
  }
  h2, .h2 {
    font-size: 2rem;
  }
  h3, .h3 {
    font-size: 1.7rem;
  }
}
@media (max-width: 400px) {
  h1, .h1 {
    font-size: 2.4rem;
  }
}
.img-wrap {
  position: relative;
  background-color: #000;
}
.img-wrap.-ratio-16-9 {
  padding-bottom: 56.25%;
}
.img-wrap.-ratio-4-3 {
  padding-bottom: 75%;
}
.img-wrap.-ratio-1-1 {
  padding-bottom: 100%;
}
.img-wrap > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.-vertical-text-top-bottom {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  display: inline-block;
  margin: 0;
}
.-vertical-text-bottom-top {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  transform: rotate(180deg);
  display: inline-block;
  margin: 0;
}
.visually-hidden {
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  border: none;
  overflow: hidden;
}
.resp-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.resp-img.resp-img--center-right {
  background-position: center right;
}
.order-13 {
  order: 13 !important;
}
.order-14 {
  order: 14 !important;
}
.order-15 {
  order: 15 !important;
}
.order-16 {
  order: 16 !important;
}
.order-17 {
  order: 17 !important;
}
.order-18 {
  order: 18 !important;
}
.order-19 {
  order: 19 !important;
}
.order-20 {
  order: 20 !important;
}
.order-21 {
  order: 21 !important;
}
.order-22 {
  order: 22 !important;
}
.order-23 {
  order: 23 !important;
}
.order-24 {
  order: 24 !important;
}
.order-25 {
  order: 25 !important;
}
.order-26 {
  order: 26 !important;
}
.order-27 {
  order: 27 !important;
}
.order-28 {
  order: 28 !important;
}
.order-29 {
  order: 29 !important;
}
.order-30 {
  order: 30 !important;
}
.row.row-20 {
  margin-left: calc(-20px - (-20px * var(--ratio)));
  margin-right: calc(-20px - (-20px * var(--ratio)));
}
.row.row-20 > [class*="col-"] {
  padding-left: calc(20px - (20px * var(--ratio)));
  padding-right: calc(20px - (20px * var(--ratio)));
}
.i-close {
  width: calc(20px - (20px * var(--ratio)));
  height: calc(20px - (20px * var(--ratio)));
  position: relative;
  background: transparent;
  pointer-events: none;
}
.i-close:before, .i-close:after {
  content: '';
  display: block;
  position: absolute;
  background: #00305b;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  border-radius: 1px;
}
.i-close:before {
  width: 100%;
  height: 2px;
}
.i-close:after {
  height: 100%;
  width: 2px;
}
.mt--120 {
  margin-top: calc(-120px + (120px * var(--ratio))) !important;
}
.font-600 {
  font-weight: 600;
}
.bg-primary {
  background: #00305b;
}
.text-white {
  color: #fff;
}
.grecaptcha-badge {
  display: none !important;
}
.color-grey {
  color: #9E9E9E;
}
.color-primary {
  color: #00305b !important;
}
.color-body {
  color: #212121 !important;
}
.font-500 {
  font-weight: 500;
}
.mb--90 {
  margin-bottom: calc(-90px + (90px * var(--ratio))) !important;
}
.mt-lg {
  margin-top: calc(150px - (150px * var(--ratio))) !important;
}
.pt-lg {
  padding-top: calc(150px - (150px * var(--ratio))) !important;
}
.mt-md {
  margin-top: calc(120px - (120px * var(--ratio))) !important;
}
.pt-md {
  padding-top: calc(120px - (120px * var(--ratio))) !important;
}
.mt-sm {
  margin-top: calc(80px - (80px * var(--ratio))) !important;
}
.pt-sm {
  padding-top: calc(80px - (80px * var(--ratio))) !important;
}
.mt-xs {
  margin-top: calc(60px - (60px * var(--ratio))) !important;
}
.pt-xs {
  padding-top: calc(60px - (60px * var(--ratio))) !important;
}
.mb-lg {
  margin-bottom: calc(150px - (150px * var(--ratio))) !important;
}
.pb-lg {
  padding-bottom: calc(150px - (150px * var(--ratio))) !important;
}
.mb-md {
  margin-bottom: calc(120px - (120px * var(--ratio))) !important;
}
.pb-md {
  padding-bottom: calc(120px - (120px * var(--ratio))) !important;
}
.mb-sm {
  margin-bottom: calc(80px - (80px * var(--ratio))) !important;
}
.pb-sm {
  padding-bottom: calc(80px - (80px * var(--ratio))) !important;
}
.mb-xs {
  margin-bottom: calc(60px - (60px * var(--ratio))) !important;
}
.pb-xs {
  padding-bottom: calc(60px - (60px * var(--ratio))) !important;
}
.mb-40 {
  margin-bottom: calc(40px - (40px * var(--ratio))) !important;
}
.mb-60 {
  margin-bottom: calc(60px - (60px * var(--ratio))) !important;
}
.hidden {
  display: none !important;
}
.transform-none {
  transform: none !important;
}
.bg-grey-half {
  position: relative;
}
.bg-grey-half:before {
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 50%;
  background: #f5f7f9;
}
.bg-grey-bot-20 {
  position: relative;
}
.bg-grey-bot-20:before {
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 80%;
  background: #f5f7f9;
}
.bg-grey {
  background: #f5f7f9;
}
.bg-grey.bg-grey--70 {
  position: relative;
  background: transparent;
}
.bg-grey.bg-grey--70:before {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 30%;
  background: #f5f7f9;
}
.bg-blue-gradient {
  background-image: linear-gradient(to right, #008bd2, #00305b);
}
.mb--150 {
  margin-bottom: calc(-150px + (150px * var(--ratio))) !important;
}
.pt-350 {
  padding-top: calc(350px - (350px * var(--ratio))) !important;
}
.bg-lightgrey {
  background: rgba(0, 48, 91, 0.04) !important;
}
.bg-white {
  background: #fff;
}
.fz-16 {
  font-size: calc(1rem - (1rem * var(--ratio))) !important;
}
.fz-13 {
  font-size: calc(13px - (13px * var(--ratio))) !important;
}
.ovf-hidden {
  overflow: hidden;
}
.pos-rel {
  position: relative;
}
.fz-20 {
  font-size: calc(1.25rem - (1.25rem * var(--ratio))) !important;
}
.top-0 {
  top: 0px;
}
.z-1 {
  z-index: 1;
}
.flex-1 {
  flex: 1;
}
.top-0 {
  top: 0px !important;
}
.fz-18 {
  font-size: calc(1.125rem - (1.125rem * var(--ratio))) !important;
}
.pointer-events-all {
  pointer-events: all;
}
.pointer-events-none {
  pointer-events: none;
}
.cursor-pointer {
  cursor: pointer !important;
}
@media (min-width: 1024px) {
  .pl-lg-0 {
    padding-left: 0px !important;
  }
}
@media (max-width: 1023px) {
  .ovf-hidden-lg {
    overflow: hidden !important;
  }
  .mt-lg-0 {
    margin-top: 0px !important;
  }
  .mb-lg-xs {
    margin-bottom: 60px !important;
  }
  .mt-lg-xs {
    margin-top: 60px !important;
  }
  .mt-lg-md {
    margin-top: 100px !important;
  }
  .mt-lg {
    margin-top: 140px !important;
  }
  .pt-lg {
    padding-top: 140px !important;
  }
  .mt-md {
    margin-top: 100px !important;
  }
  .pt-md {
    padding-top: 100px !important;
  }
  .mt-sm {
    margin-top: 60px !important;
  }
  .pt-sm {
    padding-top: 60px !important;
  }
  .mt-xs {
    margin-top: 40px !important;
  }
  .pt-xs {
    padding-top: 40px !important;
  }
  .mb-lg {
    margin-bottom: 140px !important;
  }
  .pb-lg {
    padding-bottom: 140px !important;
  }
  .mb-md {
    margin-bottom: 100px !important;
  }
  .pb-md {
    padding-bottom: 100px !important;
  }
  .mb-sm {
    margin-bottom: 60px !important;
  }
  .pb-sm {
    padding-bottom: 60px !important;
  }
  .mb-xs {
    margin-bottom: 40px !important;
  }
  .pb-xs {
    padding-bottom: 40px !important;
  }
}
@media (min-width: 767px) {
  .mb-md--150 {
    margin-bottom: calc(-150px + (150px * var(--ratio))) !important;
  }
}
@media (max-width: 767px) {
  .font-18-md {
    font-size: 18px !important;
  }
  .pt-350 {
    padding-top: 100px !important;
  }
  .mt-lg {
    margin-top: 100px !important;
  }
  .mb-md-xxs {
    margin-bottom: 40px;
  }
  .mt-md-xxs {
    margin-top: 40px;
  }
  .pt-lg {
    padding-top: 100px !important;
  }
  .mt-md {
    margin-top: 80px !important;
  }
  .pt-md {
    padding-top: 80px !important;
  }
  .mb-lg {
    margin-bottom: 100px !important;
  }
  .pb-lg {
    padding-bottom: 100px !important;
  }
  .mb-md {
    margin-bottom: 80px !important;
  }
  .pb-md {
    padding-bottom: 80px !important;
  }
  .mt-lg-60 {
    margin-top: 60px !important;
  }
}
.of-contain {
  object-fit: contain !important;
}
@font-face {
  font-family: 'Poppins';
  src: url('./fonts/poppins/Poppins-SemiBold.woff2') format('woff2'), url('./fonts/poppins/Poppins-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('./fonts/poppins/Poppins-Regular.woff2') format('woff2'), url('./fonts/poppins/Poppins-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sarabun';
  src: url('./fonts/sarabun/Sarabun-ExtraLight.woff2') format('woff2'), url('./fonts/sarabun/Sarabun-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sarabun';
  src: url('./fonts/sarabun/Sarabun-Light.woff2') format('woff2'), url('./fonts/sarabun/Sarabun-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
.solution-items {
  display: grid;
  gap: calc(150px - (150px * var(--ratio)));
}
@media only screen and (max-width: 1024px) {
  .solution-items {
    gap: 100px;
  }
}
.solution-items.solution-items--gap-sm {
  gap: calc(50px - (50px * var(--ratio)));
}
@media only screen and (max-width: 1024px) {
  .solution-items.solution-items--gap-sm {
    gap: 100px;
  }
}
.solution-item {
  position: relative;
  display: flex;
  align-items: center;
}
.solution-item.solution-item--sm-preview .solution-item_anim.-center.solution-item_anim--gradient:before {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 50%;
  width: calc(500px - (500px * var(--ratio)));
  background-image: linear-gradient(to left, rgba(0, 139, 210, 0.3) 0%, rgba(0, 139, 210, 0) 100%);
}
.solution-item.solution-item--sm-preview .solution-item_img {
  max-width: calc(450px - (450px * var(--ratio)));
  min-width: calc(450px - (450px * var(--ratio)));
}
@media only screen and (max-width: 1199px) {
  .solution-item.solution-item--sm-preview .solution-item_img {
    max-width: 350px;
    min-width: 350px;
  }
}
@media only screen and (max-width: 575px) {
  .solution-item.solution-item--sm-preview .solution-item_img {
    max-width: 300px;
    min-width: 300px;
  }
}
@media only screen and (max-width: 350px) {
  .solution-item.solution-item--sm-preview .solution-item_img {
    max-width: 250px;
    min-width: 250px;
  }
}
.solution-item.solution-item--sm-preview .solution-item_img_bg {
  display: none;
}
.solution-item.solution-item--sm-preview .solution-item_gravity_item:nth-child(1), .solution-item.solution-item--sm-preview .solution-item_gravity_item:nth-child(2) {
  display: none;
}
.solution-item:nth-child(2n) .solution-item_content {
  order: -1;
  margin-left: 0px;
  margin-right: auto;
}
@media only screen and (max-width: 1024px) {
  .solution-item:nth-child(2n) .solution-item_img {
    margin-right: -80px;
  }
}
@media only screen and (max-width: 767px) {
  .solution-item:nth-child(2n) .solution-item_img {
    margin-right: 0px;
  }
}
.solution-item:nth-child(2n).solution-item--sm-preview .solution-item_anim.-center.solution-item_anim--gradient:before {
  left: 50%;
  right: initial;
  background-image: linear-gradient(to right, rgba(0, 139, 210, 0.3) 0%, rgba(0, 139, 210, 0) 100%);
}
.solution-item_img {
  position: relative;
  max-width: calc(500px - (500px * var(--ratio)));
  min-width: calc(500px - (500px * var(--ratio)));
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .solution-item_img {
    max-width: 350px;
    min-width: 350px;
  }
}
@media only screen and (max-width: 575px) {
  .solution-item_img {
    max-width: 300px;
    min-width: 300px;
  }
}
@media only screen and (max-width: 350px) {
  .solution-item_img {
    max-width: 250px;
    min-width: 250px;
  }
}
@media only screen and (max-width: 1024px) {
  .solution-item_img {
    margin-left: -80px;
  }
}
@media only screen and (max-width: 767px) {
  .solution-item_img {
    margin-left: 0px;
  }
}
.solution-item_img_container {
  position: relative;
  z-index: -1;
  width: calc(420px - (420px * var(--ratio)));
  height: calc(420px - (420px * var(--ratio)));
  border-radius: 50%;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  .solution-item_img_container {
    width: 350px;
    height: 350px;
  }
}
@media only screen and (max-width: 575px) {
  .solution-item_img_container {
    width: 300px;
    height: 300px;
  }
}
@media only screen and (max-width: 350px) {
  .solution-item_img_container {
    width: 250px;
    height: 250px;
  }
}
.solution-item_img_bg {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: -1;
}
.solution-item_img_bg .bg-white {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  border-radius: 50%;
  z-index: 1;
}
.solution-item_img_bg:before {
  content: '';
  position: absolute;
  display: block;
  top: calc(40px - (40px * var(--ratio)));
  left: calc(40px - (40px * var(--ratio)));
  right: calc(40px - (40px * var(--ratio)));
  bottom: calc(40px - (40px * var(--ratio)));
  border-radius: 50%;
  opacity: 1;
  transition: all 0.5s;
  z-index: 3;
  background-image: linear-gradient(to top, #00305b 0%, #008bd2 100%);
}
.solution-item_img_bg:after {
  content: '';
  display: block;
  top: calc(-3px - (3px * var(--ratio)));
  bottom: calc(-3px - (3px * var(--ratio)));
  right: calc(-3px - (3px * var(--ratio)));
  left: calc(-3px - (3px * var(--ratio)));
  border-radius: 50%;
  transition: all 0.5s;
  position: absolute;
  background-image: linear-gradient(to top, #00305b 0%, #008bd2 100%);
}
.solution-item_content {
  max-width: 50%;
  width: 100%;
  margin-left: auto;
}
@media only screen and (max-width: 1199px) {
  .solution-item_content {
    max-width: 45%;
  }
}
.solution-item_title {
  margin-bottom: calc(20px - (20px * var(--ratio)));
}
.solution-item_anim {
  position: absolute;
  max-width: calc(150px - (150px * var(--ratio)));
  width: 100%;
  transition: all 0.3s;
}
.solution-item_anim.-top-left {
  bottom: 50%;
  left: calc(-40px - (40px * var(--ratio)));
}
.solution-item_anim.-top-right {
  bottom: 45%;
  right: calc(-50px - (50px * var(--ratio)));
}
.solution-item_anim.-bot-left {
  top: 70%;
  left: calc(-10px - (10px * var(--ratio)));
}
.solution-item_anim.-bot-right {
  top: 60%;
  right: calc(-30px - (30px * var(--ratio)));
}
.solution-item_anim.-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
  min-width: calc(260px - (260px * var(--ratio)));
  height: calc(260px - (260px * var(--ratio)));
}
.solution-item_anim.-center.solution-item_anim--gradient {
  z-index: 0;
}
.solution-item_anim.-center .solution-item_anim_inner {
  height: 100%;
}
.solution-item_anim.-center .solution-item_anim_inner img {
  height: 100%;
}
.solution-item_anim_inner {
  position: relative;
}
.solution-item_anim_inner img {
  transition: all 0.3s;
}
.solution-item_anim_inner img.-hover {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0;
}
.solution-item_btn {
  margin-top: calc(40px - (40px * var(--ratio)));
  position: relative;
  z-index: 2;
}
.solution-item_gravity {
  position: absolute;
  z-index: 2;
  width: calc(474px - (474px*var(--ratio)));
  height: calc(474px - (474px*var(--ratio)));
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
@media only screen and (max-width: 1024px) {
  .solution-item_gravity {
    width: 350px;
    height: 350px;
  }
}
@media only screen and (max-width: 575px) {
  .solution-item_gravity {
    width: 300px;
    height: 300px;
  }
}
@media only screen and (max-width: 350px) {
  .solution-item_gravity {
    width: 250px;
    height: 250px;
  }
}
.solution-item_gravity_item {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 3;
}
.solution-item_gravity_item:nth-child(1) {
  animation: gravityAnimationToLeft 20s linear infinite;
}
.solution-item_gravity_item:nth-child(2) {
  animation: gravityAnimationToRight 10s linear infinite;
}
.solution-item_gravity_item:nth-child(3) {
  animation: gravityAnimationToLeft 25s linear infinite;
}
.solution-item_gravity_item:nth-child(4) {
  animation: gravityAnimationToRight 30s linear infinite;
}
@keyframes gravityAnimationToRight {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes gravityAnimationToLeft {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
.solution-item.-b2b .solution-item_gravity {
  transform: translate(-50%, -50%) rotate(80deg);
}
.solution-item.-b2b .solution-item_gravity_item:nth-child(1) {
  animation-duration: 22s;
}
.solution-item.-b2b .solution-item_gravity_item:nth-child(2) {
  animation-duration: 15s;
}
.solution-item.-b2b .solution-item_gravity_item:nth-child(3) {
  animation-duration: 25s;
}
.solution-item.-b2b .solution-item_gravity_item:nth-child(4) {
  animation-duration: 35s;
}
.solution-item.-b2b .solution-item_anim.-top-left {
  bottom: 60%;
  left: -20px;
  max-width: calc(180px - (180px * var(--ratio)));
}
.solution-item.-b2b .solution-item_anim.-top-right {
  bottom: 55%;
  right: calc(20px - (20px * var(--ratio)));
  max-width: calc(190px - (190px * var(--ratio)));
}
@media only screen and (max-width: 1024px) {
  .solution-item.-b2b .solution-item_anim.-top-right {
    right: -30px;
  }
}
.solution-item.-b2b .solution-item_anim.-bot-left {
  top: 55%;
  left: -10px;
  max-width: calc(190px - (190px * var(--ratio)));
}
.solution-item.-b2b .solution-item_anim.-bot-right {
  max-width: calc(190px - (190px * var(--ratio)));
  top: 60%;
}
.solution-item.-gaming .solution-item_gravity {
  transform: translate(-50%, -50%) rotate(150deg);
}
.solution-item.-gaming .solution-item_gravity_item:nth-child(1) {
  animation-duration: 15s;
}
.solution-item.-gaming .solution-item_gravity_item:nth-child(2) {
  animation-duration: 35s;
}
.solution-item.-gaming .solution-item_gravity_item:nth-child(3) {
  animation-duration: 25s;
}
.solution-item.-gaming .solution-item_gravity_item:nth-child(4) {
  animation-duration: 22s;
}
.solution-item.-gaming .solution-item_anim.-top-left {
  bottom: 60%;
  left: -20px;
  max-width: calc(195px - (195px * var(--ratio)));
}
.solution-item.-gaming .solution-item_anim.-top-right {
  bottom: 60%;
  right: 10px;
  max-width: calc(190px - (190px * var(--ratio)));
}
.solution-item.-gaming .solution-item_anim.-bot-left {
  top: 55%;
  left: 20px;
  max-width: calc(170px - (170px * var(--ratio)));
}
.solution-item.-gaming .solution-item_anim.-bot-right {
  top: 55%;
  right: -30px;
  max-width: calc(240px - (240px * var(--ratio)));
}
.solution-item.-telecom .solution-item_gravity {
  transform: translate(-50%, -50%) rotate(10deg);
}
.solution-item.-telecom .solution-item_gravity_item:nth-child(1) {
  animation-duration: 30s;
}
.solution-item.-telecom .solution-item_gravity_item:nth-child(2) {
  animation-duration: 25s;
}
.solution-item.-telecom .solution-item_gravity_item:nth-child(3) {
  animation-duration: 17s;
}
.solution-item.-telecom .solution-item_gravity_item:nth-child(4) {
  animation-duration: 15s;
}
.solution-item.-telecom .solution-item_anim.-top-left {
  bottom: 60%;
  left: -20px;
  max-width: calc(210px - (210px * var(--ratio)));
}
.solution-item.-telecom .solution-item_anim.-top-right {
  bottom: 55%;
  right: 0px;
  max-width: calc(175px - (175px * var(--ratio)));
}
.solution-item.-telecom .solution-item_anim.-bot-left {
  top: 70%;
  left: -10px;
  max-width: calc(190px - (190px * var(--ratio)));
}
@media only screen and (max-width: 767px) {
  .solution-item.-telecom .solution-item_anim.-bot-left {
    left: 20px;
  }
}
.solution-item.-telecom .solution-item_anim.-bot-right {
  top: 55%;
  right: -30px;
  max-width: calc(220px - (220px * var(--ratio)));
}
.solution-item.-utility .solution-item_anim.-top-left {
  bottom: 60%;
  left: -20px;
  max-width: calc(180px - (180px * var(--ratio)));
}
.solution-item.-utility .solution-item_anim.-top-right {
  bottom: 55%;
  right: calc(-30px - (-30px * var(--ratio)));
  max-width: calc(190px - (190px * var(--ratio)));
}
.solution-item.-utility .solution-item_anim.-bot-left {
  top: 55%;
  left: calc(-10px - (-10px * var(--ratio)));
  max-width: calc(210px - (210px * var(--ratio)));
}
.solution-item.-utility .solution-item_anim.-bot-right {
  top: 65%;
  right: calc(15px - (15px * var(--ratio)));
}
@media only screen and (max-width: 1024px) {
  .solution-item.-utility .solution-item_anim.-bot-right {
    right: -30px;
    top: 55%;
  }
}
@media (max-width: 1023px) {
  .solution-item_anim:not(.-center) {
    max-width: 190px !important;
    max-height: 180px !important;
    display: flex;
  }
  .solution-item_anim:not(.-center) .solution-item_anim_inner {
    display: flex;
    max-height: 100%;
    align-items: center;
    align-content: center;
  }
  .solution-item_anim.-center {
    min-width: 200px;
    height: 200px;
  }
}
@media (max-width: 767px) {
  .solution-item_anim:not(.-center) {
    max-width: 150px !important;
  }
  .solution-items {
    gap: 100px !important;
  }
  .solution-item {
    flex-direction: column;
  }
  .solution-item_img {
    margin-bottom: 40px;
  }
  .solution-item_content {
    max-width: 100%;
    width: 100%;
    order: 2 !important;
  }
}
@media (max-width: 350px) {
  .solution-item_anim:not(.-center) {
    max-width: 130px !important;
  }
}
.animation-dots {
  position: absolute;
  left: -50px;
  right: -50px;
  height: 100%;
  overflow: hidden;
  z-index: 10;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s;
}
.animation-dots.show {
  opacity: 1;
}
.animation-dots.-demo {
  left: initial;
  right: initial;
  position: relative;
  width: 440px;
  height: 200px;
  background: #000;
}
.animation-dot {
  position: absolute;
}
.animation-dot.-right {
  animation: ease-in-out infinite;
  animation-name: animFullScreenToRight;
}
.animation-dot.-left {
  animation: ease-in-out infinite;
  animation-name: animFullScreenToLeft;
}
.animation-dot.speed-lg {
  animation-duration: 15s;
}
.animation-dot.speed-md {
  animation-duration: 10s;
}
.animation-dot.speed-sm {
  animation-duration: 5s;
}
.animation-dot img {
  display: block;
}
.animation-dot.-lg {
  max-width: 200px;
  width: 100%;
}
.animation-dot.-sm {
  max-width: 100px;
  width: 100%;
}
.animation-dot.animation-dot--1 {
  animation: ease-in-out infinite;
  animation-name: animRightToLeft;
  animation-duration: 2s;
  bottom: 50px;
}
.animation-dot.animation-dot--2 {
  animation: ease-in-out infinite;
  animation-name: animLeftToRight;
  animation-duration: 4.5s;
  top: 20px;
}
.animation-dot.animation-dot--3 {
  animation: ease-in-out infinite;
  animation-name: animRightToLeft;
  animation-duration: 4s;
  animation-delay: 1s;
  left: 110%;
  top: 30px;
}
.animation-dot.animation-dot--4 {
  animation: ease-in-out infinite;
  animation-name: animLeftToRight;
  animation-duration: 2.5s;
  top: 40px;
}
.animation-dot.animation-dot--5 {
  animation: ease-in-out infinite;
  animation-name: animLeftToRight;
  animation-duration: 3s;
  animation-delay: 3s;
  right: 110%;
  bottom: 30px;
}
@media (max-width: 1025px) {
  .animation-dots {
    display: none !important;
  }
}
@keyframes animFullScreenToLeft {
  0% {
    left: 120%;
    transform: translateX(0%);
  }
  100% {
    left: 0%;
    transform: translateX(-120%);
  }
}
@keyframes animFullScreenToRight {
  0% {
    right: 120%;
    transform: translateX(0%);
  }
  100% {
    right: 0%;
    transform: translateX(120%);
  }
}
@keyframes animRightToLeft {
  0% {
    left: 110%;
    transform: translateX(0%);
  }
  40% {
    left: 0%;
    transform: translateX(-100%);
  }
  100% {
    left: 0%;
    transform: translateX(-100%);
  }
}
@keyframes animLeftToRight {
  0% {
    right: 110%;
    transform: translateX(0%);
  }
  40% {
    right: 0%;
    transform: translateX(100%);
  }
  100% {
    right: 0%;
    transform: translateX(100%);
  }
}
.gravity-animation {
  position: absolute;
  top: calc(5px - (5px * var(--ratio)));
  left: calc(5px - (5px * var(--ratio)));
  right: calc(5px - (5px * var(--ratio)));
  bottom: calc(5px - (5px * var(--ratio)));
}
.gravity-animation_item {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.gravity-animation_item:before {
  content: '';
  display: block;
  border-radius: 50%;
  position: absolute;
  background-image: linear-gradient(to right, #bd8510 0%, #fcbf00 100%);
}
.gravity-animation_item.gravity-animation_item--left {
  animation-name: gravityToLeftAnimation !important;
}
.gravity-animation_item.gravity-animation_item--md {
  animation: gravityToRightAnimation 30s linear infinite;
}
.gravity-animation_item.gravity-animation_item--md:before {
  width: calc(14px - (14px * var(--ratio)));
  height: calc(14px - (14px * var(--ratio)));
  top: 0px;
  left: 0px;
}
@media only screen and (max-width: 575px) {
  .gravity-animation_item.gravity-animation_item--md:before {
    width: 10px;
    height: 10px;
  }
}
.gravity-animation_item.gravity-animation_item--sm {
  animation: gravityToRightAnimation 20s linear infinite;
}
.gravity-animation_item.gravity-animation_item--sm:before {
  width: calc(9px - (9px * var(--ratio)));
  height: calc(9px - (9px * var(--ratio)));
  bottom: 0px;
  right: 0px;
}
@media only screen and (max-width: 575px) {
  .gravity-animation_item.gravity-animation_item--sm:before {
    width: 6px;
    height: 6px;
  }
}
@keyframes gravityToRightAnimation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes gravityToLeftAnimation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
.checkbox {
  position: relative;
}
.checkbox.-white {
  color: #fff;
}
.checkbox.-white .wpcf7-list-item-label a {
  color: #fff !important;
}
.checkbox.-white .wpcf7-list-item-label a:hover {
  opacity: 0.5;
}
.checkbox.-white .wpcf7-list-item-label:before {
  color: #fff !important;
}
.checkbox input:checked + .wpcf7-list-item-label:before {
  content: '';
}
.checkbox .wpcf7-checkbox {
  display: flex;
}
.checkbox label {
  display: flex;
}
.checkbox .wpcf7-list-item-label {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding-left: 30px;
  flex-wrap: wrap;
  transition: all 0.3s;
}
.checkbox .wpcf7-list-item-label:hover {
  opacity: 0.8;
}
.checkbox .wpcf7-list-item-label:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: calc(15px - (15px * var(--ratio)));
  font-size: calc(24px - (24px * var(--ratio)));
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #00305b;
  margin-left: -30px;
}
.form-group.-checkbox-list.-mr24 .checkbox {
  margin-bottom: calc(24px - (24px * var(--ratio)));
}
.form-group.-checkbox-list.-mr24 .checkbox:last-child {
  margin-bottom: 0px;
}
.form-group.-checkbox-list .checkbox {
  margin-bottom: calc(12px - (12px * var(--ratio)));
}
.form-group.-checkbox-list .checkbox:last-child {
  margin-bottom: 0px;
}
.form-control {
  height: calc(48px - (48px * var(--ratio)));
  font-weight: 500;
  color: #000;
  font-size: calc(1.125rem - (1.125rem * var(--ratio)));
  border: none !important;
  background: transparent;
  padding: 0 calc(20px - (20px * var(--ratio)));
  padding-left: calc(30px - (30px * var(--ratio)));
  box-shadow: none !important;
  border-radius: 35px;
}
.form-control:-moz-placeholder, .form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.7);
  opacity: 1;
}
.form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.form-control:focus {
  background: transparent;
}
.form-control_label {
  font-size: calc(1.125rem - (1.125rem * var(--ratio)));
  font-weight: 500;
  height: calc(44px - (44px * var(--ratio)));
  display: flex;
  align-items: center;
  white-space: nowrap;
  transition: all 0.3s;
  background: transparent;
  color: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  pointer-events: none;
}
textarea.form-control {
  border-radius: 24px;
  height: calc(136px - (136px * var(--ratio)));
  max-height: calc(136px - (136px * var(--ratio)));
  padding-top: 8px;
}
.textarea-height-140 textarea.form-control {
  height: calc(140px - (140px * var(--ratio)));
}
.form-group {
  position: relative;
}
.form-group.active .form-border_start:before {
  border-color: rgba(0, 48, 91, 0.6);
}
.form-group.active .form-border_center {
  border-top: none !important;
  border-color: rgba(0, 48, 91, 0.6);
}
.form-group.active .form-border_end {
  border-color: rgba(0, 48, 91, 0.6);
}
.form-group.focus.active.active .form-control_label {
  color: #00305b !important;
}
.form-group.focus .form-border_start:before {
  border-color: #00305b !important;
}
.form-group.focus .form-border_center {
  border-top: none !important;
  border-color: #00305b !important;
}
.form-group.focus .form-border_end {
  border-color: #00305b !important;
}
.form-group.active .form-border_center {
  border-top: transparent !important;
}
.form-group.active .form-control_label {
  color: rgba(0, 48, 91, 0.8);
}
.form-group.active .form-control_label {
  font-size: calc(1rem - (1rem * var(--ratio)));
  height: calc(20px - (20px * var(--ratio)));
  top: -10px;
  position: relative;
}
.form-group.-textarea--attach {
  padding-bottom: calc(50px - (50px * var(--ratio)));
}
.form-group.-dark-attach-btn .attach-trigger {
  background-color: #00305b;
  border-radius: 50%;
  width: calc(30px - (30px * var(--ratio)));
  height: calc(30px - (30px * var(--ratio)));
}
.form-group.-dark-attach-btn .attach-trigger .ic-attachment {
  background-size: calc(16px - (16px * var(--ratio)));
}
.form-group.-dark-attach-btn + .attach-block .dnd-upload-status {
  background-color: #00305b;
}
.form-group.-textarea .form-border_start:before {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.form-group.-textarea .form-border_end {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.form-group.-white .form-control:-webkit-autofill, .form-group.-white .form-control:-webkit-autofill:hover, .form-group.-white .form-control:-webkit-autofill:focus, .form-group.-white .form-control:-internal-autofill-selected {
  -webkit-box-shadow: 0 0 0 30px #005186 inset !important;
  -webkit-text-fill-color: #fff !important;
}
.form-group.-white.focus.active .form-control_label {
  color: #fcbf00 !important;
}
.form-group.-white.focus .form-border_start:before {
  border-color: #fcbf00 !important;
}
.form-group.-white.focus .form-border_center {
  border-color: #fcbf00 !important;
}
.form-group.-white.focus .form-border_end {
  border-color: #fcbf00 !important;
}
.form-group.-white.active .form-border_center {
  border-top: transparent !important;
}
.form-group.-white.active .form-control_label {
  color: rgba(255, 255, 255, 0.3) !important;
}
.form-group.-white .form-control {
  color: #fff;
}
.form-group.-white .form-control:-moz-placeholder, .form-group.-white .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
  opacity: 1;
}
.form-group.-white .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.form-group.-white .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.form-group.-white .form-control_label {
  color: rgba(255, 255, 255, 0.7);
}
.form-group.-white .form-border_start:before {
  border: calc(2px - (2px * var(--ratio))) solid rgba(255, 255, 255, 0.3);
}
.form-group.-white .form-border_center {
  border-top: calc(2px - (2px * var(--ratio))) solid rgba(255, 255, 255, 0.3);
  border-bottom: calc(2px - (2px * var(--ratio))) solid rgba(255, 255, 255, 0.3);
}
.form-group.-white .form-border_end {
  border: calc(2px - (2px * var(--ratio))) solid rgba(255, 255, 255, 0.3);
  border-left: none;
}
.form-border {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  pointer-events: none;
}
.form-border_start {
  width: calc(24px - (24px * var(--ratio)));
  position: relative;
  overflow: hidden;
}
.form-border_start:before {
  content: '';
  display: block;
  top: 0;
  left: 0;
  bottom: 0px;
  border-top-left-radius: 200px;
  border-bottom-left-radius: 200px;
  position: absolute;
  width: calc(200px - (48px * var(--ratio)));
  transition: border-color 0.3s;
  border: calc(2px - (2px * var(--ratio))) solid rgba(0, 48, 91, 0.3);
}
.form-border_center {
  width: auto;
  border-top: calc(2px - (2px * var(--ratio))) solid rgba(0, 48, 91, 0.3);
  border-bottom: calc(2px - (2px * var(--ratio))) solid rgba(0, 48, 91, 0.3);
  flex: 0 0 auto;
  display: flex;
  position: relative;
  transition: border-color 0.3s;
  padding-right: calc(5px - (5px * var(--ratio)));
  padding-left: calc(5px - (5px * var(--ratio)));
}
.form-border_end {
  flex: 1;
  border: calc(2px - (2px * var(--ratio))) solid rgba(0, 48, 91, 0.3);
  border-left: none;
  border-top-right-radius: 200px;
  border-bottom-right-radius: 200px;
  transition: border-color 0.3s;
}
.form-is-sent .form-group_submit_btn {
  display: none;
}
.form-is-sent .form-group_submit_thank {
  display: flex;
}
.form-group_help_icon {
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(15px - (15px * var(--ratio)));
  cursor: pointer;
  color: rgba(0, 48, 91, 0.3);
  transition: all 0.3s;
  display: flex;
  align-items: center;
}
.form-group_help_icon i {
  font-size: calc(24px - (24px * var(--ratio)));
}
.form-group_help_icon:hover {
  color: rgba(0, 48, 91, 0.6);
}
.form-group {
  margin-bottom: calc(32px - (32px * var(--ratio)));
}
.form-group_submit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
  width: 100%;
}
.form-group_submit.form-group_submit--vertical {
  flex-direction: column;
  align-items: flex-start;
}
.form-group_submit.form-group_submit--vertical .form-group_submit_text {
  margin-bottom: calc(15px - (15px * var(--ratio)));
  padding-right: 0px;
  width: 100%;
}
.form-group_submit.form-group_submit--vertical .form-group_submit_btn {
  max-width: 100%;
  width: 100%;
}
.form-group_submit_thank {
  display: flex;
  align-items: center;
  display: none;
}
.form-group_submit_thank_message {
  margin-left: 20px;
  font-size: 1rem;
}
.form-group_submit_text {
  font-size: calc(13px - (13px * var(--ratio)));
  padding-right: calc(10px - (10px * var(--ratio)));
}
.form-group_submit_text.-white {
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .form-group_submit_text {
    padding-right: 0px;
    width: 100%;
    margin-bottom: 15px;
  }
}
.form-group_submit_text a {
  font-size: calc(13px - (13px * var(--ratio)));
}
.form-group_submit .checkbox {
  padding-right: 20px;
}
.form-group_title {
  margin-bottom: 20px;
}
.ajax-loader {
  display: none !important;
}
span.wpcf7-list-item {
  margin: 0px;
}
div.wpcf7-response-output {
  display: none !important;
}
@media (max-width: 1023px) {
  .form-group_submit {
    flex-wrap: wrap;
  }
  .form-group_submit .checkbox {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .form-group_submit {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .form-group_submit_text {
    margin-bottom: 20px;
  }
  .form-group_submit_btn {
    max-width: 100%;
    width: 100%;
  }
  .form-group_submit_btn .btn {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 540px) {
  .form-group_submit_thank {
    flex-direction: column;
    max-width: 100%;
    width: 100%;
  }
  .form-group_submit_thank .btn {
    max-width: 100%;
    width: 100%;
    justify-content: center;
  }
  .form-group_submit_thank_message {
    margin-left: 0px;
    text-align: center;
    margin-top: 20px;
  }
}
.form-success {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1005;
  background-image: linear-gradient(152deg, #fcbf00 0%, #bd8510 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: all 0.7s;
}
.form-success_content {
  max-width: calc(450px - (450px * var(--ratio))) !important;
  text-align: center;
  color: #fff;
  padding: 0 24px;
}
.form-success_icon {
  margin-bottom: calc(40px - (40px * var(--ratio))) !important;
  text-align: center;
  display: flex;
  justify-content: center;
}
.form-success_icon svg {
  width: calc(120px - (120px * var(--ratio))) !important;
  height: calc(120px - (120px * var(--ratio))) !important;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #fcbf00;
  background: #fff;
  stroke-miterlimit: 10;
  box-shadow: inset 0px 0px 0px #fff;
}
.form-success_title {
  margin-bottom: calc(30px - (30px * var(--ratio))) !important;
}
.form-success_descr {
  font-size: calc(1.25rem - (1.25rem * var(--ratio))) !important;
  font-weight: 500;
}
.form-success.show {
  opacity: 1;
  pointer-events: all;
}
.form-success.init-animation svg {
  animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
}
.form-success.init-animation .checkmark__circle {
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}
.form-success.init-animation .checkmark__check {
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}
.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #fff;
  fill: none;
}
.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
}
@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #fff;
  }
}
.btn-upload {
  height: calc(48px - (48px * var(--ratio)));
  border-radius: 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border: calc(2px - (2px * var(--ratio))) solid #00305b;
}
.btn-upload > span {
  color: #757575;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 600;
  transition: all 0.3s;
  margin-left: calc(5px - (5px * var(--ratio))) !important;
}
.btn-upload:hover {
  background: #00305b;
  color: #fff;
}
.btn-upload:hover > span {
  color: #fff;
}
.btn-upload .wpcf7-form-control-wrap {
  left: -9999px;
  position: absolute;
}
.upload-button_preview {
  color: #757575;
  font-size: calc(14px - (14px * var(--ratio)));
  display: none;
  margin-top: calc(10px - (10px * var(--ratio)));
  align-items: center;
}
.upload-button_preview i {
  font-size: calc(12px - (12px * var(--ratio)));
  margin-right: calc(5px - (5px * var(--ratio)));
  color: #00305b;
}
.upload-button_preview.has-value {
  display: flex;
}
.radio-grp.radio-grp--column .wpcf7-form-control {
  display: flex;
  flex-direction: column;
}
.radio-grp.radio-grp--column .wpcf7-list-item {
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: calc(20px - (20px * var(--ratio)));
}
.radio-grp.radio-grp--column .wpcf7-list-item:last-child {
  margin-bottom: 0px;
}
.radio-grp.radio-grp--custom .wpcf7-list-item {
  margin-bottom: calc(15px - (15px * var(--ratio)));
}
.radio-grp.radio-grp--custom .wpcf7-list-item label input:checked + .wpcf7-list-item-label {
  font-weight: 600;
}
.radio-grp.radio-grp--custom .wpcf7-list-item label input:checked + .wpcf7-list-item-label:before {
  background: #00305b;
  border-color: #00305b;
}
.radio-grp.radio-grp--custom .wpcf7-list-item label input:checked + .wpcf7-list-item-label:after {
  opacity: 1;
}
.radio-grp.radio-grp--custom .wpcf7-list-item label .wpcf7-list-item-label {
  padding-left: calc(46px - (46px * var(--ratio)));
  min-height: calc(30px - (30px * var(--ratio)));
  font-weight: 400;
  display: inline-flex;
  align-items: center;
}
.radio-grp.radio-grp--custom .wpcf7-list-item label .wpcf7-list-item-label:before {
  width: calc(30px - (30px * var(--ratio)));
  height: calc(30px - (30px * var(--ratio)));
  border-color: #9E9E9E;
}
.radio-grp.radio-grp--custom .wpcf7-list-item label .wpcf7-list-item-label:after {
  content: "";
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-family: icomoon !important;
  width: initial;
  height: initial;
  color: #fff;
  opacity: 0;
  margin-left: calc(1px - (1px * var(--ratio)));
  margin-top: calc(1px - (1px * var(--ratio)));
  font-size: calc(12px - (12px * var(--ratio)));
  transition: none;
}
.radio-grp.radio-grp--custom .wpcf7-list-item:last-child {
  margin-bottom: 0px;
}
.radio-grp.-inline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.radio-grp.-inline .wpcf7-list-item {
  margin-right: calc(30px - (30px * var(--ratio)));
}
.radio-grp.-inline .wpcf7-list-item:last-child {
  margin-right: 0px;
}
.radio-grp_title {
  margin: calc(10px - (10px * var(--ratio))) 0;
  margin-right: calc(30px - (30px * var(--ratio)));
  font-weight: 600;
  font-size: calc(1.25rem - (1.25rem * var(--ratio)));
}
.radio-grp .wpcf7-list-item {
  margin: calc(10px - (10px * var(--ratio))) 0;
}
.radio-grp .wpcf7-list-item label {
  cursor: pointer;
}
.radio-grp .wpcf7-list-item label input:checked + .wpcf7-list-item-label:after {
  opacity: 1;
}
.radio-grp .wpcf7-list-item label .wpcf7-list-item-label {
  padding-left: calc(30px - (30px * var(--ratio)));
  position: relative;
  min-height: calc(24px - (24px * var(--ratio)));
  font-weight: 600;
}
.radio-grp .wpcf7-list-item label .wpcf7-list-item-label:before {
  content: '';
  display: block;
  width: calc(24px - (24px * var(--ratio)));
  height: calc(24px - (24px * var(--ratio)));
  border-radius: 50%;
  border: calc(2px - (2px * var(--ratio))) solid #00305b;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
}
.radio-grp .wpcf7-list-item label .wpcf7-list-item-label:after {
  content: '';
  display: block;
  width: calc(12px - (12px * var(--ratio)));
  height: calc(12px - (12px * var(--ratio)));
  background: #00305b;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: calc(6px - (6px * var(--ratio)));
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.3s;
}
.form-group.-white .select2 .select2-selection .select2-selection__rendered {
  color: #fff;
}
.form-group.-white .select2 .select2-selection__arrow:before {
  background-image: url("./img/icons/icon-select-arrow-down.svg");
}
.form-group.-white .select2-dropdown {
  background-color: rgba(0, 48, 91, 0.9);
  backdrop-filter: blur(1px);
  border: none;
  -webkit-backdrop-filter: blur(1px);
}
.form-group.-white .select2-dropdown .select2-results__option {
  color: #fff;
  background-color: transparent !important;
}
.form-group.-white .select2-dropdown .select2-results__option.select2-results__option--highlighted, .form-group.-white .select2-dropdown .select2-results__option:hover {
  color: #fcbf00;
}
.select2 .select2-selection {
  height: calc(48px - (48px * var(--ratio)));
  background-color: transparent;
  border: none;
}
.select2 .select2-selection .select2-selection__rendered {
  padding: 0 calc(20px - (20px * var(--ratio)));
  padding-right: calc(50px - (50px * var(--ratio)));
  line-height: calc(48px - (48px * var(--ratio)));
}
.select2 .select2-selection .select2-selection__arrow {
  height: calc(48px - (48px * var(--ratio)));
  width: calc(50px - (50px * var(--ratio)));
}
.select2 .select2-selection .select2-selection__rendered {
  font-size: calc(1.125rem - (1.125rem * var(--ratio)));
  font-weight: 500;
}
.select2.select2-container--open .select2-selection__arrow:before {
  transform: translate(-50%, -50%) rotate(180deg);
}
.select2 .select2-selection__arrow {
  position: relative;
}
.select2 .select2-selection__arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(16px - (16px * var(--ratio)));
  height: calc(8px - (8px * var(--ratio)));
  background-image: url("./img/icons/icon-select-arrow-down-primary.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  left: 50%;
  transition: all 0.3s;
}
.select2 .select2-selection__arrow b {
  display: none;
}
.select2-dropdown {
  border-radius: calc(24px - (24px * var(--ratio))) !important;
  background-color: #fff;
  border: calc(2px - (2px * var(--ratio))) solid #00305b !important;
  padding: calc(8px - (8px * var(--ratio))) 0px;
}
.select2-dropdown .select2-results__option {
  height: calc(48px - (48px * var(--ratio)));
  display: flex;
  align-items: center;
  color: #212121;
  font-weight: 400;
  padding: 0 calc(20px - (20px * var(--ratio)));
  background-color: transparent;
}
.select2-dropdown .select2-results__option.select2-results__option--selected {
  font-weight: 600;
}
.select2-dropdown .select2-results__option.select2-results__option--highlighted, .select2-dropdown .select2-results__option:hover {
  background-color: rgba(0, 139, 210, 0.1);
  color: #00305b;
}
.select2-results__options {
  max-height: calc(300px - (300px * var(--ratio))) !important;
}
.select2-results__options .select2-results__option:first-child {
  position: absolute;
  left: -999px;
  opacity: 0;
}
.select2-container {
  width: 100% !important;
}
.attach-trigger {
  position: absolute;
  bottom: calc(20px - (20px * var(--ratio)));
  right: calc(20px - (20px * var(--ratio)));
  width: calc(22px - (22px * var(--ratio)));
  height: calc(22px - (22px * var(--ratio)));
}
.attach-trigger .ic-attachment {
  width: 100%;
  height: 100%;
  background-image: url("./img/icons/icon-attach.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  transition: all 0.3s;
  display: block;
}
.attach-trigger .ic-attachment:hover {
  opacity: 0.7;
}
.attach-block {
  margin-bottom: calc(20px - (20px * var(--ratio)));
}
.attach-block .dnd-upload-counter {
  display: none;
}
.attach-block .codedropz-btn-wrap {
  display: inline-flex;
}
.attach-block .cd-upload-btn {
  font-size: 0px;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
}
.attach-block .cd-upload-btn:before {
  content: "";
  display: inline-flex;
  background-image: url("./img/icons/clip.svg");
  width: calc(21px - (21px * var(--ratio)));
  height: calc(24px - (24px * var(--ratio)));
  margin-right: calc(10px - (10px * var(--ratio)));
  align-items: center;
  background-size: cover;
}
.attach-block .cd-upload-btn:after {
  content: "Attach file";
  display: inline-block;
  font-size: calc(16px - (16px * var(--ratio)));
  font-family: "Inter";
  color: #fff;
}
@media only screen and (max-width: 575px) {
  .attach-block .cd-upload-btn:after {
    font-size: 14px;
  }
}
.attach-block .cd-upload-btn:hover {
  opacity: 0.6;
}
.attach-block .codedropz-upload-handler {
  display: none;
}
.attach-block .dnd-upload-status {
  display: inline-flex;
  height: calc(28px - (28px * var(--ratio)));
  padding-left: calc(12px - (12px * var(--ratio)));
  margin-bottom: calc(10px - (10px * var(--ratio)));
  margin-right: calc(10px - (10px * var(--ratio)));
  max-width: 100%;
  border-radius: 20px;
  background-color: rgba(146, 204, 255, 0.2);
}
@media only screen and (max-width: 767px) {
  .attach-block .dnd-upload-status {
    max-width: 100%;
    width: 100%;
    margin-right: 0px;
  }
}
.attach-block .dnd-upload-status .dnd-upload-image, .attach-block .dnd-upload-status .dnd-progress-bar {
  display: none;
}
.attach-block .dnd-upload-status .dnd-upload-details {
  width: 100%;
  padding: 0px;
  display: flex;
}
.attach-block .dnd-upload-status .dnd-upload-details span.has-error {
  position: absolute;
  font-size: 12px;
  top: 100%;
  left: 0px;
  right: 0px;
  text-align: right;
}
.attach-block .dnd-upload-status .remove-file {
  min-width: calc(34px - (34px * var(--ratio)));
  height: calc(28px - (28px * var(--ratio)));
  position: relative;
  top: initial;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .attach-block .dnd-upload-status .remove-file {
    margin-left: auto;
  }
}
.attach-block .dnd-upload-status .remove-file:before {
  content: "";
  display: block;
  width: calc(12px - (12px * var(--ratio)));
  height: calc(12px - (12px * var(--ratio)));
  background-image: url("./img/icons/icon-attachment-close.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.3s;
}
.attach-block .dnd-upload-status .remove-file:hover:before {
  opacity: 0.5;
}
.attach-block .dnd-upload-status .remove-file span {
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.attach-block .dnd-upload-status .name {
  padding: 0px;
  color: rgba(255, 255, 255, 0.8);
  display: flex;
  font-size: 13px;
  align-items: center;
  overflow: hidden;
  max-width: 100%;
  width: 100%;
}
.attach-block .dnd-upload-status .name span {
  padding-right: 0px;
}
.attach-block .dnd-upload-status .name em {
  display: none;
}
.form-group.-white .form-group_help_icon {
  color: rgba(255, 255, 255, 0.3);
}
.form-group.-white .form-group_help_icon:hover {
  color: rgba(255, 255, 255, 0.6);
}
.form-group.has-helper .form-control {
  padding-right: calc(40px - (40px * var(--ratio)));
}
.wpcf7-form-control-wrap {
  position: initial;
}
span.wpcf7-not-valid-tip {
  position: absolute;
  right: 0px;
  left: 0px;
  width: 100%;
  display: block;
  text-align: right;
  font-size: calc(12px - (12px * var(--ratio)));
  letter-spacing: calc(-.4px - (-.4px * var(--ratio)));
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  background: #fff;
}
.form--warning-color-errors .wpcf7-not-valid-tip, .form--warning-color-errors .dnd-upload-status .dnd-upload-details span.has-error {
  color: #ffc107;
}
.review-video-list {
  display: grid;
  gap: calc(48px - (48px * var(--ratio)));
  grid-template-columns: repeat(3, 1fr);
}
.review-video_item {
  display: block;
  font-weight: 500;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.review-video_item:hover {
  opacity: 0.8;
}
.review-video_item_top {
  position: relative;
  padding: calc(15px - (15px * var(--ratio))) calc(30px - (30px * var(--ratio)));
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  min-height: calc(280px - (280px * var(--ratio)));
}
.review-video_item_play {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  z-index: 5;
}
.review-video_item_play svg {
  width: calc(35px - (35px * var(--ratio)));
  height: calc(35px - (35px * var(--ratio)));
}
.review-video_item_bot {
  margin-top: calc(30px - (30px * var(--ratio)));
}
.review-video_item_company_logo {
  max-width: calc(130px - (130px * var(--ratio)));
}
.review-video_item_bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.review-video_item_bg:before {
  background-image: linear-gradient(180deg, rgba(0, 48, 91, 0) 0%, rgba(0, 48, 91, 0.69) 69%, #00305b 100%);
  position: absolute;
  content: '';
  display: block;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.review-video_item_content {
  flex: 1;
  position: relative;
  z-index: 1;
  color: #fff;
}
.review-video_item_name {
  font-size: calc(1.25rem - (1.25rem * var(--ratio)));
  font-weight: 600;
}
.review-video_item_position {
  font-size: calc(1rem - (1rem * var(--ratio)));
}
@media (max-width: 1023px) {
  .review-video-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .review-video_item_top {
    min-height: 200px;
  }
}
@media (max-width: 540px) {
  .review-video-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.review-list.review-list--col-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: calc(48px - (48px * var(--ratio)));
  row-gap: calc(100px - (100px * var(--ratio)));
}
@media only screen and (max-width: 1024px) {
  .review-list.review-list--col-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .review-list.review-list--col-3 {
    gap: 60px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.review-item {
  margin-bottom: calc(165px - (165px * var(--ratio)));
}
.review-item:last-child {
  margin-bottom: 0px !important;
}
.review-item.-vertical .review-item_bot {
  flex-wrap: wrap;
}
.review-item.-vertical .review-item_descr {
  flex: initial;
  width: 100%;
  order: -1 !important;
}
.review-item.-vertical .review-item_logo {
  padding-left: 0px;
  margin-top: calc(30px - (30px * var(--ratio)));
  max-width: calc(150px - (150px * var(--ratio)));
  text-align: left;
}
.review-item_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: calc(20px - (20px * var(--ratio)));
}
.review-item_top_content {
  display: flex;
  align-items: center;
}
.review-item_top_logo img {
  max-width: calc(130px - (130px * var(--ratio)));
  max-height: calc(130px - (130px * var(--ratio)));
}
.review-item_person_logo {
  margin-right: calc(20px - (20px * var(--ratio)));
}
.review-item_person_logo img {
  width: calc(100px - (100px * var(--ratio)));
  min-width: calc(100px - (100px * var(--ratio)));
  height: calc(100px - (100px * var(--ratio)));
  border-radius: 50%;
}
.review-item_person_info {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
}
.review-item_position {
  font-size: calc(1rem - (1rem * var(--ratio)));
}
.review-item_name {
  font-size: calc(1.25rem - (1.25rem * var(--ratio)));
  font-weight: 600;
  width: 100%;
}
.review-item_descr {
  flex: 1;
}
.review-item_logo {
  min-width: calc(200px - (200px * var(--ratio)));
  text-align: right;
  padding-left: calc(40px - (40px * var(--ratio)));
}
.review-item_logo img {
  max-width: calc(150px - (150px * var(--ratio)));
}
.review-item_bot {
  display: flex;
}
@media (max-width: 767px) {
  .review-item {
    margin-bottom: 120px;
  }
  .review-item_bot {
    flex-wrap: wrap;
  }
  .review-item_logo {
    order: 1;
    width: 100%;
    text-align: left;
    padding-left: 0px;
    margin-bottom: 20px;
  }
  .review-item_descr {
    order: 2;
  }
}
@media (max-width: 540px) {
  .review-item_top {
    flex-wrap: wrap;
  }
  .review-item_top_content {
    margin-bottom: 20px;
  }
}
@media (max-width: 400px) {
  .review-item_top_content {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    max-width: 100%;
    width: 100%;
    margin-bottom: 0px;
  }
  .review-item_top_logo {
    margin-top: 20px;
  }
  .review-item_person_logo {
    margin-bottom: 10px;
    margin-right: 0px;
    width: 100%;
  }
  .review-item_name {
    width: 100%;
  }
  .review-item_position {
    width: 100%;
  }
  .review-item_logo {
    text-align: center;
  }
}
.review-slider_item {
  padding: 0 25px;
}
.video-review-modal .modal-dialog {
  max-width: 710px;
}
.video-review-modal .modal-content {
  padding: 0px;
  border-radius: 0px;
  background: transparent;
}
.video-review-modal .modal-close {
  position: absolute;
  top: -30px;
  right: 0px;
}
.video-review-modal .modal-close:before, .video-review-modal .modal-close:after {
  background: #fff;
}
.review-slider .swiper-slide {
  height: initial;
  display: flex;
}
.review-slider .swiper-slide .review-item.-vertical {
  display: flex;
  flex-direction: column;
}
.review-slider .swiper-slide .review-item.-vertical .review-item_bot {
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
}
.review-slider .swiper-slide .review-item.-vertical .review-item_logo {
  height: 80px;
  max-height: 80px;
  display: flex;
  align-items: center;
}
.review-slider .swiper-slide .review-item.-vertical .review-item_logo img {
  max-height: 100%;
}
.section-top {
/*   height: calc(480px - (480px * var(--ratio))); */
  background: #00305b;
  color: #fff;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  padding: 110px 0 50px;
	
}
/* .section-top.page-default {
  height: calc(360px - (360px * var(--ratio)));
} */
.section-top.page-default .section-top_content {
  padding-top: calc(20px - (20px * var(--ratio)));
}
.section-top .container {
  position: relative;
  z-index: 11;
}
.section-top_video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0px;
  right: 0px;
  max-width: 100%;
  width: 100%;
}
.section-top_video video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.3s;
}
.section-top_video video.active {
  opacity: 1;
}
@media only screen and (max-width: 430px) {
  .section-top_video video {
    max-height: 120%;
  }
}
.section-top_slider {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0px;
  right: 0px;
  max-width: 100%;
  width: 100%;
}
@media only screen and (max-width: 575px) {
  .section-top_slider_item .resp-img.-mob + .resp-img {
    display: none;
  }
}
.section-top_slider .slick-list, .section-top_slider .slick-track {
  height: 100%;
}
.section-top_bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0px;
  right: 0px;
  max-width: 100%;
  width: 100%;
}
.section-top_content {
  display: flex;
  align-items: center;
  flex: 1;
  position: relative;
  z-index: 12;
}
.section-top_btn {
  margin-top: calc(60px - (60px * var(--ratio)));
}
.section-top_date {
  font-size: calc(1rem - (1rem * var(--ratio)));
  margin-bottom: 10px;
}
.section-top.page-about .-mobile {
  display: none;
}
.section-top.page-news {
  height: 540px;
}
.section-top.page-news .section-top_content {
  padding-bottom: 100px;
}
.section-top.page-home {
  height: calc(700px - (700px * var(--ratio)));
}
.section-top.page-home .section-top_title {
  margin-top: calc(100px - (100px * var(--ratio)));
  line-height: 1.3;
  margin-bottom: calc(15px - (15px * var(--ratio)));
}
@media only screen and (max-width: 767px) {
  .section-top.page-home .section-top_title br {
    display: none;
  }
  .section-top {
    padding: 60px 0 20px;
  }
}
@media only screen and (max-width: 575px) {
  .section-top.page-home .section-top_subtitle {
    font-size: 1.8rem;
  }
}
.section-top.page-home .animation-dots .animation-dot.dot-1 {
  bottom: calc(200px - (200px * var(--ratio)));
}
.section-top.page-single-caseStudies .section-top_content {
  padding-top: calc(50px - (50px * var(--ratio)));
}
.section-top.page-single-post:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  background: linear-gradient(to top, rgba(0, 48, 91, 0.6) 0%, rgba(0, 48, 91, 0.6) 100%);
}
.section-top.page-single-post .section-top_content {
  position: relative;
  z-index: 2;
}
.section-top.page-contacts {
  height: calc(800px - (800px * var(--ratio)));
}
.section-top.page-contacts .section-top_content {
  max-height: calc(400px - (400px * var(--ratio)));
}
.section-top.page-contacts .section-top_bot_content {
  flex: 1;
  display: flex;
  align-items: center;
}
.section-top .animation-dots .animation-dot.dot-1 {
  animation-duration: 5s;
  bottom: 30px;
}
.section-top .animation-dots .animation-dot.dot-2 {
  animation-duration: 8s;
  bottom: 20px;
}
.section-top .animation-dots .animation-dot.dot-3 {
  animation-duration: 14s;
  top: 50%;
}
.section-top .animation-dots .animation-dot.dot-4 {
  animation-duration: 13s;
  top: 150px;
}
.section-top .animation-dots .animation-dot.dot-5 {
  animation-duration: 7s;
  top: 150px;
}
@media (max-width: 1023px) {
  .section-top.page-about .-mobile {
    display: block;
  }
  .section-top.page-about .-desctop {
    display: none;
  }
  .section-top.page-contacts {
    height: 600px;
  }
  .ratio.ratio-25 .section-top.page-home video {
    left: 0px;
  }
}
@media (max-width: 600px) {
  .section-top.auto-height {
    height: initial;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 450px) {
  .section-top.page-news {
    height: 450px;
  }
  .section-top.page-404 {
    height: 400px;
  }
  .section-top.page-home {
    height: initial;
    padding-top: 30px;
    padding-bottom: 100px;
  }
}
.section {
  position: relative;
}
.section-subtitle {
  color: #9e9e9e;
  margin-bottom: 5px;
}
.section-title {
  margin-bottom: calc(80px - (80px * var(--ratio)));
  position: relative;
}
.section-title.-mb-xs {
  margin-bottom: calc(40px - (40px * var(--ratio)));
}
.section-title.-mb-sm {
  margin-bottom: calc(60px - (60px * var(--ratio)));
}
.section-title.-md-lg {
  margin-bottom: calc(100px - (100px * var(--ratio)));
}
.section-title.-md-xl {
  margin-bottom: calc(160px - (160px * var(--ratio)));
}
.section-quote {
  margin-bottom: calc(-100px - (100px * var(--ratio)));
}
.section-quote .ellipse img {
  max-width: 200px;
  max-height: 200px;
}
.section-emails {
  background: rgba(0, 48, 91, 0.03);
}
.section-emails + .section-contacts {
  margin-top: 0px !important;
}
.section-features {
  padding-top: calc(230px - (230px * var(--ratio)));
}
.section-inner {
  padding-bottom: calc(150px - (150px * var(--ratio)));
}
.section-features-news {
  margin-top: calc(-120px - (120px * var(--ratio)));
  z-index: 21;
  padding-bottom: calc(110px - (110px * var(--ratio)));
}
.section-about .container {
  position: relative;
  z-index: 12;
}
.section-about.page-about .animation-dots {
  top: 0px;
  bottom: 0px;
  height: initial;
}
.section-about.page-about .animation-dots .animation-dot.dot-1 {
  animation-duration: 5s;
  bottom: 30px;
}
.section-about.page-about .animation-dots .animation-dot.dot-2 {
  animation-duration: 8s;
  bottom: 50px;
}
.section-about.page-about .animation-dots .animation-dot.dot-3 {
  animation-duration: 12s;
  top: 20px;
}
.section-info {
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 30px;
}
.section-info .container {
  position: relative;
  z-index: 11;
}
.section-info .animation-dots {
  top: 0px;
  bottom: 0px;
  height: initial;
}
.section-info .animation-dots .animation-dot.dot-1 {
  animation-duration: 5s;
  bottom: 30px;
}
.section-info .animation-dots .animation-dot.dot-2 {
  animation-duration: 8s;
  bottom: 50px;
}
.section-info .animation-dots .animation-dot.dot-3 {
  animation-duration: 12s;
  top: 20px;
}
.section-p-home-solutions {
  overflow: hidden;
}
.section-p-about {
  padding-top: calc(140px - (140px * var(--ratio)));
}
.section-p-about_content {
  margin-bottom: calc(110px - (110px * var(--ratio)));
}
@media only screen and (max-width: 1024px) {
  .section-p-about_content {
    margin-bottom: 40px;
  }
}
.section-p-about_content_right {
  margin-top: calc(150px - (150px * var(--ratio)));
}
@media only screen and (max-width: 1024px) {
  .section-p-about_content_right {
    margin-top: 40px;
  }
}
.section-p-solutions-about .animation-dots .animation-dot.dot-2 {
  animation-duration: 8s;
  top: calc(50px - (50px * var(--ratio)));
  bottom: initial;
}
@media only screen and (max-width: 767px) {
  .section-p-about-our-people .mt--120 {
    margin-top: 0px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .section-p-about-our-people .ellipse.ellipse--img.ellipse--img-lg {
    margin-bottom: 40px;
    margin-top: 40px;
    margin-right: -100px;
    height: 350px;
  }
  .section-p-about-our-people .ellipse.ellipse--img.ellipse--img-lg .ellipse-bg-image {
    display: block !important;
    width: 100%;
    background-position: center center;
  }
}
@media only screen and (max-width: 767px) {
  .section-p-about-our-people .ellipse.ellipse--img.ellipse--img-lg {
    height: 200px;
    margin-right: -24px;
  }
}
@media only screen and (max-width: 767px) {
  .section-p-about-approach .btn-primary-gradient {
    text-align: left;
    padding-left: 0px !important;
  }
  .section-p-about-approach .btn-primary-gradient:before {
    left: -24px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
}
@media only screen and (max-width: 1024px) {
  .section-p-about-approach .ellipse.ellipse--img.ellipse--img-md {
    margin-bottom: 40px;
    margin-left: -150px;
  }
  .section-p-about-approach .ellipse.ellipse--img.ellipse--img-md .ellipse-bg-image {
    display: block !important;
    width: 100%;
    background-position: center center;
  }
}
@media only screen and (max-width: 767px) {
  .section-p-about-approach .ellipse.ellipse--img.ellipse--img-md {
    height: 300px;
  }
}
.section-covid-shield_content {
  padding-top: calc(80px - (80px * var(--ratio)));
  padding-bottom: calc(110px - (110px * var(--ratio)));
}
@media only screen and (max-width: 1024px) {
  .section-covid-shield_content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.section-covid-shield .ellipse--covid-shield.ellipse--img {
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .section-covid-shield .ellipse--covid-shield.ellipse--img {
    height: 300px;
  }
}
.section-covid-shield .ellipse--covid-shield.ellipse--img .ellipse-bg-image {
  width: calc(850px - (850px * var(--ratio)));
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.section-covid-shield .ellipse--covid-shield.ellipse--img .ellipse-bg-image:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 70%;
  z-index: 1;
  background-image: linear-gradient(to right, #00305b 0%, rgba(0, 48, 91, 0) 100%);
}
@media only screen and (max-width: 1024px) {
  .section-covid-shield .ellipse--covid-shield.ellipse--img .ellipse-bg-image:before {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .section-covid-shield .ellipse--covid-shield.ellipse--img .ellipse-bg-image {
    left: -24px;
    width: initial;
  }
}
.section-team-well_med-block {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .section-team-well_med-block {
    flex-direction: column;
  }
}
.section-team-well_med-block .round-img {
  min-width: 200px;
  height: 200px;
  width: 200px;
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .section-team-well_med-block .round-img {
    margin-bottom: 20px;
    margin-right: 0px;
  }
}
.section-team-well .round-img {
  display: flex;
  max-height: calc(277px - (277px * var(--ratio)));
  height: 100%;
  align-items: center;
}
.section-team-well .round-img img {
  max-height: 100%;
  height: 100%;
}
.section-team-well .ellipse--team-well.ellipse--img {
  height: calc(277px - (277px * var(--ratio)));
}
@media only screen and (max-width: 767px) {
  .section-team-well .ellipse--team-well.ellipse--img {
    height: 150px;
  }
}
.section-team-well .ellipse--team-well.ellipse--img .ellipse-bg-image {
  width: calc(1200px - (1200px * var(--ratio)));
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.section-team-well .ellipse--team-well.ellipse--img .ellipse-bg-image:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 70%;
  z-index: 1;
  background-image: linear-gradient(to left, #f5f7f9 0%, rgba(245, 247, 249, 0) 100%);
}
@media only screen and (max-width: 1024px) {
  .section-team-well .ellipse--team-well.ellipse--img .ellipse-bg-image:before {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .section-team-well .ellipse--team-well.ellipse--img .ellipse-bg-image {
    left: -24px !important;
    right: -24px !important;
    width: initial !important;
    border-radius: 0px !important;
    background-position: center center !important;
  }
}
@media only screen and (max-width: 767px) {
  .section-mentorship {
    overflow: hidden;
  }
}
.section-mentorship .ellipse--mentorship.ellipse--img {
  height: calc(460px - (460px * var(--ratio)));
}
@media only screen and (max-width: 767px) {
  .section-mentorship .ellipse--mentorship.ellipse--img {
    height: 300px;
  }
}
.section-mentorship .ellipse--mentorship.ellipse--img .ellipse-bg-image {
  width: calc(850px - (850px * var(--ratio)));
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.section-mentorship .ellipse--mentorship.ellipse--img .ellipse-bg-image:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 70%;
  z-index: 1;
  background-image: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0) 100%);
}
@media only screen and (max-width: 1024px) {
  .section-mentorship .ellipse--mentorship.ellipse--img .ellipse-bg-image:before {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .section-mentorship .ellipse--mentorship.ellipse--img .ellipse-bg-image {
    left: -24px !important;
    right: -24px !important;
    width: initial !important;
    border-radius: 0px !important;
  }
}
.section-p-corporate-grow {
  padding-bottom: calc(300px - (300px * var(--ratio)));
}
@media only screen and (max-width: 767px) {
  .section-p-corporate-grow {
    padding-bottom: 60px;
  }
}
.section-p-corporate-grow .ellipse--train-program.ellipse--img {
  height: calc(260px - (260px * var(--ratio)));
}
@media only screen and (max-width: 767px) {
  .section-p-corporate-grow .ellipse--train-program.ellipse--img {
    height: 200px;
  }
}
.section-p-corporate-grow .ellipse--train-program.ellipse--img .ellipse-bg-image {
  width: calc(1600px - (1600px * var(--ratio)));
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.section-p-corporate-grow .ellipse--train-program.ellipse--img .ellipse-bg-image:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 70%;
  z-index: 1;
  background-image: linear-gradient(to left, #f5f7f9 0%, rgba(245, 247, 249, 0) 100%);
}
@media only screen and (max-width: 1024px) {
  .section-p-corporate-grow .ellipse--train-program.ellipse--img .ellipse-bg-image:before {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .section-p-corporate-grow .ellipse--train-program.ellipse--img .ellipse-bg-image {
    width: initial;
    left: 0px;
    right: -24px;
  }
}
@media only screen and (max-width: 1024px) {
  .section-p-corporate-together {
    padding-top: 0px !important;
  }
}
.section-p-corporate-together .ellipse--together.ellipse--img {
  height: calc(380px - (380px * var(--ratio)));
}
@media only screen and (max-width: 767px) {
  .section-p-corporate-together .ellipse--together.ellipse--img {
    height: 300px;
  }
  .section-p-corporate-together .ellipse--together.ellipse--img .ellipse-stat-dot {
    left: 0px;
    margin-bottom: -40px;
    width: 80px;
    height: 80px;
  }
  .section-p-corporate-together .ellipse--together.ellipse--img .ellipse-stat-dot_title {
    font-size: 1.7rem;
  }
  .section-p-corporate-together .ellipse--together.ellipse--img .ellipse-stat-dot_descr {
    font-size: 14px;
  }
}
.section-p-corporate-together .ellipse--together.ellipse--img .ellipse-bg-image {
  width: calc(950px - (950px * var(--ratio)));
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.section-p-corporate-together .ellipse--together.ellipse--img .ellipse-bg-image:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 70%;
  z-index: 1;
  background-image: linear-gradient(to right, #f5f7f9 0%, rgba(245, 247, 249, 0) 100%);
}
@media only screen and (max-width: 1024px) {
  .section-p-corporate-together .ellipse--together.ellipse--img .ellipse-bg-image:before {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .section-p-corporate-together .ellipse--together.ellipse--img .ellipse-bg-image {
    left: -24px !important;
    right: -24px !important;
    width: initial !important;
    border-radius: 0px !important;
  }
}
.section-schedule-demo {
  background: linear-gradient(to right, #00305b 0%, #008bd2 100%);
}
@media only screen and (max-width: 1024px) {
  .section-schedule-demo {
    padding-top: 150px !important;
  }
}
.section-schedule-demo_title {
  margin-bottom: calc(60px - (60px * var(--ratio)));
  line-height: 1.2;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .section-schedule-demo_title {
    margin-bottom: 30px;
  }
}
.section-schedule-demo_descr {
  color: #fff;
  font-weight: 600;
}
.section-schedule-demo_form {
  background: #fff;
  padding: calc(40px - (40px * var(--ratio)));
  border-radius: calc(40px - (40px * var(--ratio)));
}
@media only screen and (max-width: 1024px) {
  .section-schedule-demo_form {
    margin-top: 60px;
    padding: 40px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .section-schedule-demo_form {
    padding: 40px 20px;
  }
}
.section-key-challenges__main-title {
  margin-bottom: calc(50px - (50px * var(--ratio)));
}
@media only screen and (min-width: 768px) {
  .section-key-challenges__main-title {
    margin-bottom: calc(90px - (90px * var(--ratio)));
  }
}
.section-key-challenges__item {
  margin-bottom: calc(40px - (40px * var(--ratio)));
  color: #00305b;
}
@media only screen and (min-width: 1025px) {
  .section-key-challenges__item {
    margin-bottom: calc(100px - (100px * var(--ratio)));
  }
}
.section-key-challenges__img-block {
  margin-bottom: calc(35px - (35px * var(--ratio)));
}
@media only screen and (min-width: 1025px) {
  .section-key-challenges__img-block {
    margin-bottom: calc(70px - (70px * var(--ratio)));
  }
}
.section-key-challenges__description {
  font-weight: 600;
  margin-bottom: calc(40px - (40px * var(--ratio)));
}
.section-key-challenges__description p:not(:last-child) {
  margin-bottom: calc(15px - (15px * var(--ratio)));
}
.section-key-challenges__text p:not(:last-child) {
  margin-bottom: calc(15px - (15px * var(--ratio)));
}
.section-blue-banner__title {
  margin-bottom: 20px;
}
@media (min-width: 1025px) {
  .section-blue-banner__title {
    margin-bottom: 0;
  }
}
.section-in-a-nutshell__main-content {
  position: relative;
  z-index: 1;
  padding: calc(60px - (60px * var(--ratio))) 0 calc(75px - (75px * var(--ratio)));
  background-image: linear-gradient(to left, #00305b 0%, #008bd2 100%);
}
@media only screen and (min-width: 576px) {
  .section-in-a-nutshell__main-content {
    padding: calc(100px - (100px * var(--ratio))) 0 calc(95px - (95px * var(--ratio)));
  }
}
@media only screen and (min-width: 1025px) {
  .section-in-a-nutshell__main-content {
    padding: calc(80px - (80px * var(--ratio))) 0 calc(100px - (100px * var(--ratio)));
  }
}
.section-in-a-nutshell__main-content:after {
  position: absolute;
  top: 50%;
  left: calc(10px - (10px * var(--ratio)));
  transform: translate(0, -50%);
  display: block;
  background-image: linear-gradient(to left, #00305b 0%, #008bd2 100%);
  width: calc(530px - (530px * var(--ratio)));
  height: calc(530px - (530px * var(--ratio)));
  border-radius: 50%;
  opacity: 0.6;
}
@media only screen and (min-width: 576px) {
  .section-in-a-nutshell__main-content:after {
    content: '';
  }
}
@media only screen and (min-width: 1025px) {
  .section-in-a-nutshell__main-content:after {
    width: 50vw;
    height: 50vw;
    left: 6vw;
  }
}
.section-in-a-nutshell__main-wrap {
  position: relative;
  z-index: 5;
}
.section-in-a-nutshell__main-title {
  margin-bottom: calc(65px - (65px * var(--ratio))) !important;
  color: #fff;
}
@media only screen and (min-width: 576px) {
  .section-in-a-nutshell__main-title {
    margin-bottom: calc(80px - (80px * var(--ratio))) !important;
  }
}
.anim-default .animation-dots {
  top: 0px;
  bottom: 0px;
  height: initial;
}
.anim-default .animation-dots .animation-dot.dot-1 {
  animation-duration: 5s;
  bottom: calc(30px - (30px * var(--ratio)));
}
.anim-default .animation-dots .animation-dot.dot-2 {
  animation-duration: 8s;
  bottom: calc(50px - (50px * var(--ratio)));
}
.anim-default .animation-dots .animation-dot.dot-3 {
  animation-duration: 12s;
  top: calc(20px - (20px * var(--ratio)));
}
@media (max-width: 1026px) {
  .section-title {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .section-features {
    padding-top: 200px;
  }
  .section-title {
    margin-bottom: 40px;
  }
  .section-features-news {
    padding-bottom: 50px;
  }
}
.ellipse-slider {
  height: calc(470px - (470px * var(--ratio)));
  margin-bottom: 0px;
  margin-left: calc(30px - (30px * var(--ratio)));
}
.ellipse-slider.-left .ellipse-slider_slider:before, .ellipse-slider.-left .ellipse-slider_item:before {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: calc(-650px - (650px * var(--ratio)));
  border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  background: linear-gradient(to right, rgba(0, 139, 210, 0) 230px, #008bd2 calc(500px - (500px * var(--ratio))), #00305b 100%);
  z-index: 1;
  pointer-events: none;
}
.ellipse-slider_slider {
  position: relative;
  z-index: 1;
  height: 100%;
}
.ellipse-slider_slider .slick-list, .ellipse-slider_slider .slick-track {
  height: 100%;
  z-index: 1;
}
.ellipse-slider_slider .slick-slide {
  display: flex;
}
.ellipse-slider_slider .slick-slide > div {
  width: 100%;
}
.ellipse-slider_slider .slick-dots {
  z-index: 5;
  display: inline-flex !important;
  width: initial;
  margin-left: calc(50% + 50px);
  bottom: calc(50px - (50px * var(--ratio)));
}
.ellipse-slider_slider .slick-dots li {
  margin: 0 calc(2px - (2px * var(--ratio)));
}
.ellipse-slider_slider .slick-dots li button {
  height: calc(16px - (16px * var(--ratio)));
  width: calc(16px - (16px * var(--ratio)));
}
.ellipse-slider_item {
  color: #fff;
  height: 100%;
  display: flex !important;
  position: relative;
}
.ellipse-slider_item_img {
  position: relative;
  border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  overflow: hidden;
  width: calc(500px - (500px * var(--ratio)));
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
}
.ellipse-slider_item_img .resp-img {
  background-position: center 20%;
}
.ellipse-slider_item_content {
  padding-bottom: calc(110px - (110px * var(--ratio)));
}
.ellipse-slider_item_content_col {
  display: flex;
  align-items: flex-end;
  padding-left: calc(50px - (50px * var(--ratio)));
}
.ellipse-slider_item_descr {
  font-size: calc(1.25rem - (1.25rem * var(--ratio)));
}
.ellipse-slider_item_bot {
  margin-top: calc(30px - (30px * var(--ratio)));
}
.ellipse-slider_item_spec {
  font-size: calc(1rem - (1rem * var(--ratio)));
  margin-top: calc(2px - (2px * var(--ratio)));
}
.ellipse-slider_item .row {
  flex: 1;
  position: relative;
  z-index: 5;
}
@media (max-width: 1025px) {
  .ellipse-slider {
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .ellipse-slider_slider {
    margin-left: -25px;
    margin-right: -25px;
  }
  .ellipse-slider_slider:before {
    display: none !important;
  }
  .ellipse-slider_slider .slick-dots {
    bottom: 10px;
    left: 0;
    right: 0px;
    margin-left: initial;
    justify-content: center;
  }
  .ellipse-slider.-left .ellipse-slider_slider:before, .ellipse-slider.-left .ellipse-slider_item:before {
    right: 0px;
    border-radius: 0px;
    background: linear-gradient(to bottom, rgba(0, 139, 210, 0) 0px, #008bd2 80%, #00305b 100%);
  }
  .ellipse-slider_item_content {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 50px;
  }
  .ellipse-slider_item_content_col {
    padding-left: 24px;
  }
  .ellipse-slider_item_img {
    border-radius: 0px;
    width: 100%;
  }
}
@media (max-width: 540px) {
  .ellipse-slider_item_img .resp-img {
    background-position: center -50px;
  }
}
.ellipse {
  position: relative;
}
.ellipse.-lg {
  padding: calc(140px - (140px * var(--ratio))) 0;
}
.ellipse.-pd-80 {
  padding-top: calc(80px - (80px * var(--ratio)));
  padding-bottom: calc(80px - (80px * var(--ratio)));
}
.ellipse.-md {
  padding-top: calc(80px - (80px * var(--ratio)));
  padding-bottom: calc(100px - (100px * var(--ratio)));
}
.ellipse.pd-right {
  padding-right: calc(100px - (100px * var(--ratio)));
}
.ellipse.ellipse--r-text {
  padding-right: calc(30px - (30px * var(--ratio)));
}
@media only screen and (max-width: 767px) {
  .ellipse.ellipse--r-text {
    padding-right: 0px;
  }
}
.ellipse.ellipse-link {
  height: calc(64px - (64px * var(--ratio)));
  top: calc(-32px + (32px * var(--ratio)));
  margin-right: calc(50px - (50px * var(--ratio)));
  transition: all 0.3s;
  display: flex;
  align-items: center;
}
.ellipse.ellipse-link:hover {
  margin-right: calc(0px - (0px * var(--ratio)));
}
.ellipse.ellipse-link:hover .ellipse-link_title {
  opacity: 0.8;
}
.ellipse.ellipse-link.ellipse-link-h-sm {
  height: calc(48px - (48px * var(--ratio)));
  top: calc(-24px + (24px * var(--ratio)));
}
.ellipse.ellipse-link.ellipse-link-h-sm .ellipse-link_icon {
  width: calc(48px - (48px * var(--ratio)));
}
.ellipse.ellipse-link.ellipse-link--bot {
  top: initial;
  bottom: calc(-32px + (32px * var(--ratio)));
}
.ellipse.ellipse-link.ellipse-link--dot-secondary .ellipse-link_icon {
  background: #fcbf00;
}
.ellipse.ellipse-link .ellipse-link_title {
  position: relative;
  z-index: 1;
  color: #fff !important;
  transition: all 0.3s;
}
.ellipse.ellipse-link .ellipse-link_icon {
  position: absolute;
  top: 0px;
  bottom: 0px;
  height: 100%;
  right: 0px;
  background: #00305b;
  width: calc(64px - (64px * var(--ratio)));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(24px - (24px * var(--ratio)));
  color: #fff;
  border-radius: 50%;
}
.ellipse.ellipse-link .ellipse-link_icon i {
  margin-left: calc(5px - (5px * var(--ratio)));
}
.ellipse.-primary:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  bottom: 0px;
}
.ellipse.-primary.-left:before {
  left: 0px;
  right: calc(-550px - (550px * var(--ratio)));
  border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  background: linear-gradient(to right, #008bd2 0%, #00305b 100%);
}
.ellipse.-primary.-left.-bg-image:before {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  left: calc(450px - (450px * var(--ratio)));
  background: linear-gradient(to right, rgba(0, 139, 210, 0) 0%, #008bd2 calc(200px - (200px * var(--ratio))), #00305b 100%);
  z-index: 1;
}
.ellipse.-primary.-right.-gradient-reverse:before {
  background: linear-gradient(to right, #008bd2 0%, #00305b 100%);
}
.ellipse.-primary.-right:before {
  right: 0px;
  left: calc(-800px - (800px * var(--ratio)));
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  background: linear-gradient(to right, #00305b 0%, #008bd2 100%);
}
.ellipse.-primary.-right.-bg-image:before {
  background: linear-gradient(to left, rgba(0, 139, 210, 0) 0%, #008bd2 calc(500px - (500px * var(--ratio))), #00305b 100%);
  z-index: 1;
}
.ellipse.-primary.-right.-right-700.-bg-image:before {
  background: linear-gradient(to left, rgba(0, 139, 210, 0) 0%, #008bd2 calc(700px - (700px * var(--ratio))), #00305b 100%);
  z-index: 1;
}
.ellipse.-secondary:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  bottom: 0px;
}
.ellipse.-secondary.-right:before {
  right: 0px;
  left: calc(-650px - (650px * var(--ratio)));
  border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  background: linear-gradient(to right, #fcbf00 0%, #c08710 100%);
}
.ellipse.-right.-bg-image .ellipse-bg-image {
  right: 0;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
}
.ellipse.-left.-bg-image .ellipse-bg-image {
  left: 0;
  border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
}
.ellipse.-bg-image .ellipse-bg-image {
  width: calc(700px - (700px * var(--ratio)));
  position: absolute;
  top: 0;
  bottom: 0;
  background-size: cover;
  z-index: 0;
  background-position: center center;
}
.ellipse-descr_list.-mb-sm .row {
  margin-bottom: calc(-60px + (60px * var(--ratio)));
}
.ellipse-descr_list.-mb-sm .row > * {
  margin-bottom: calc(60px - (60px * var(--ratio)));
}
.ellipse-descr_list .row {
  margin-bottom: calc(-100px + (100px * var(--ratio)));
}
.ellipse-descr_list .row > * {
  margin-bottom: calc(100px - (100px * var(--ratio)));
}
.ellipse-descr_list.-counter {
  counter-reset: ellipseListCounter;
}
.ellipse-descr_list.-counter .ellipse-descr_list_item_title:before {
  counter-increment: ellipseListCounter;
  content: counter(ellipseListCounter) ". ";
}
.ellipse-descr_list_item {
  color: #fff;
}
.ellipse-descr_list_item.-success {
  position: relative;
  padding-left: calc(80px - (80px * var(--ratio)));
}
.ellipse-descr_list_item.-success .icon {
  background: #fcbf00;
  width: calc(56px - (56px * var(--ratio)));
  height: calc(56px - (56px * var(--ratio)));
  border-radius: 50%;
  position: absolute;
  margin-left: calc(-80px - (-80px * var(--ratio)));
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.ellipse-descr_list_item.-success .icon svg {
  width: calc(30px - (30px * var(--ratio)));
  height: calc(30px - (30px * var(--ratio)));
}
.ellipse-descr_list_item_title {
  margin-bottom: calc(20px - (20px * var(--ratio)));
  position: relative;
}
.ellipse-descr_list_item .dot {
  position: absolute;
  top: calc(-40px - (40px * var(--ratio)));
  right: calc(100% - 20px);
}
.ellipse-title {
  position: relative;
  color: #fff;
}
.ellipse-descr {
  color: #fff;
  position: relative;
  margin-top: calc(20px - (20px * var(--ratio)));
  font-size: calc(1.25rem - (1.25rem * var(--ratio)));
}
.ellipse-dot-descr {
  width: calc(370px - (370px * var(--ratio)));
  height: calc(370px - (370px * var(--ratio)));
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #00305b;
  font-size: calc(1.25rem - (1.25rem * var(--ratio)));
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: center;
}
.ellipse-dot-descr_content {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  padding: 0 calc(50px - (50px * var(--ratio)));
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: calc(40px - (40px * var(--ratio)));
}
.ellipse-dot-descr_content:before {
  content: "";
  display: block;
  position: absolute;
  top: calc(80px - (80px * var(--ratio)));
  left: 50%;
  transform: translateX(-50%);
  width: calc(22px - (22px * var(--ratio)));
  height: calc(22px - (22px * var(--ratio)));
  border-radius: 50%;
  background: #fcbf00;
}
.ellipse.-subscribe-sm {
  padding: calc(26px - (26px * var(--ratio))) 0;
  top: -50%;
  position: relative;
}
.ellipse.-subscribe-md {
  padding: calc(50px - (50px * var(--ratio))) 0;
}
.ellipse.ellipse--img.ellipse--img-w-lg .ellipse-bg-image {
  width: calc(950px - (950px*var(--ratio)));
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.ellipse.ellipse--img .ellipse-bg-image {
  border-radius: 1000px;
  width: calc(900px - (900px*var(--ratio)));
  position: absolute;
  top: 0;
  bottom: 0;
  background-size: cover;
  z-index: 0;
}
.ellipse.ellipse--img .ellipse-bg-image.ellipse-bg-image--mob {
  display: none;
}
.ellipse.ellipse--img.ellipse--img-right .ellipse-bg-image {
  background-position: center right;
  right: 0px;
}
.ellipse.ellipse--img.ellipse--img-left {
  border-radius: 1000px;
}
.ellipse.ellipse--img.ellipse--img-left .ellipse-bg-image {
  background-position: center left;
  left: 0px;
}
.ellipse.ellipse--img.ellipse--img-md {
  height: calc(420px - (420px * var(--ratio)));
}
.ellipse.ellipse--img.ellipse--img-lg {
  height: calc(470px - (470px * var(--ratio)));
}
.ellipse.ellipse--border {
  border-radius: 1000px;
  border: 1px solid #E0E0E0;
  padding-top: calc(100px - (100px * var(--ratio)));
  padding-bottom: calc(240px - (240px * var(--ratio)));
  padding-right: calc(50px - (50px * var(--ratio)));
  background: #fff;
}
@media only screen and (max-width: 1024px) {
  .ellipse.ellipse--border {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.ellipse.ellipse--border .ellipse-title {
  color: #212121;
}
.ellipse.ellipse--border .ellipse-descr {
  color: #212121;
}
.ellipse.ellipse--border:before {
  content: '';
  display: block;
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: calc(-600px - (-600px*var(--ratio)));
  right: 100%;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  background: #fff;
}
.ellipse.ellipse--border.ellipse--border-right {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-left: none;
}
.ellipse-stat-dot {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: calc(120px - (120px * var(--ratio)));
  height: calc(120px - (120px * var(--ratio)));
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #00305b;
  color: #fff;
}
.ellipse-stat-dot_title {
  font-size: calc(2.5rem - (2.5rem * var(--ratio)));
  font-weight: 600;
  line-height: 1;
}
.ellipse-stat-dot_descr {
  font-weight: 600;
}
@media (max-width: 1250px) {
  .ellipse.-primary.-left.-bg-image:before {
    left: 45%;
  }
}
@media (max-width: 1023px) {
  .ellipse.-primary.-left.-bg-image:before {
    left: 300px;
  }
  .ellipse.media-bg-lg.-primary.-right:before {
    right: -50px;
    right: -100px;
    border-radius: 0px !important;
  }
  .ellipse.media-bg-lg.-primary.-left:before {
    background: linear-gradient(to right, #008bd2 0%, #00305b 100%);
    left: -100px;
    right: -100px;
    border-radius: 0px !important;
  }
}
@media (max-width: 767px) {
  .ellipse.-lg {
    padding-bottom: 100px;
  }
  .ellipse:not(.ellipse--img-show-mob) .ellipse-bg-image {
    display: none !important;
  }
  .ellipse.ellipse--img.ellipse--img-mob-ver .ellipse-bg-image {
    display: none;
  }
  .ellipse.ellipse--img.ellipse--img-mob-ver .ellipse-bg-image.ellipse-bg-image--mob {
    display: block;
  }
  .ellipse.media-bg-md.-primary.-right:before {
    right: -50px;
    border-radius: 0px !important;
  }
  .ellipse.media-bg-md.-primary.-left:before {
    background: linear-gradient(to right, #008bd2 0%, #00305b 100%);
    left: -50px;
    border-radius: 0px !important;
  }
}
@media (max-width: 540px) {
  .ellipse.pd-right {
    padding-right: 0px;
  }
  .ellipse-dot-descr {
    padding-bottom: 100%;
    max-width: 100%;
    width: 100%;
    height: initial;
  }
  .ellipse-dot-descr_content {
    padding: 0 30px;
  }
  .ellipse-dot-descr_content:before {
    top: 15%;
  }
  .ellipse.media-bg-sm.-secondary.-right:before {
    right: -50px;
    border-radius: 0px !important;
  }
  .ellipse.ellipse-link {
    margin-right: 0px;
  }
  .ellipse.ellipse-link:hover {
    margin-right: 0px;
  }
  .ellipse.-subscribe-sm {
    top: -20%;
  }
  .ellipse.-primary.-border-radius-mobile-none.-right:before {
    border-radius: 0px !important;
    right: -24px;
  }
  .ellipse-descr_list_item.-success {
    padding-left: 60px;
  }
  .ellipse-descr_list_item.-success .icon {
    width: 40px;
    height: 40px;
    margin-left: -60px;
  }
  .ellipse-descr_list_item.-success .icon svg {
    width: 20px;
    height: 20px;
  }
}
.ellipse-border {
  position: sticky;
  border: 1px solid #e0e0e0;
  border-left: none;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
}
.ellipse-border:before {
  content: '';
  display: block;
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -9999px;
  right: 100%;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
@media (max-width: 767px) {
  .ellipse-border--lg-none {
    border: none !important;
  }
  .ellipse-border--lg-none:before {
    display: none !important;
  }
}
.animEllipse {
  position: relative;
  margin-left: calc(-200px - (-200px * var(--ratio)));
  padding-bottom: calc(320px - (320px * var(--ratio)));
}
@media only screen and (max-width: 1024px) {
  .animEllipse {
    margin-left: -70px;
    padding-bottom: 150px;
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .animEllipse {
    margin-left: 0px;
    padding-bottom: 0px;
  }
}
.animEllipse-container_bg {
  position: absolute;
  top: 0px;
  left: 0px;
  height: calc(720px - (720px * var(--ratio)));
  right: calc(-1000px - (-1000px * var(--ratio)));
  border-radius: calc(1000px - (1000px * var(--ratio)));
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center left;
}
@media only screen and (max-width: 1024px) {
  .animEllipse-container_bg {
    height: 400px;
  }
}
@media only screen and (max-width: 575px) {
  .animEllipse-container_bg {
    height: 300px;
  }
}
.animEllipse-dot {
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 calc(20px - (20px * var(--ratio)));
  position: relative;
  z-index: 2;
}
.animEllipse-dot.animEllipse-dot--primary {
  background: #00305b;
  width: calc(720px - (720px * var(--ratio)));
  height: calc(720px - (720px * var(--ratio)));
}
@media only screen and (max-width: 1024px) {
  .animEllipse-dot.animEllipse-dot--primary {
    width: 400px;
    height: 400px;
  }
}
@media only screen and (max-width: 575px) {
  .animEllipse-dot.animEllipse-dot--primary {
    width: 300px;
    height: 300px;
  }
}
.animEllipse-dot.animEllipse-dot--primary .animEllipse-dot_animations_list {
  width: calc(1300px - (1300px * var(--ratio)));
  height: calc(1300px - (1300px * var(--ratio)));
}
@media only screen and (max-width: 1024px) {
  .animEllipse-dot.animEllipse-dot--primary .animEllipse-dot_animations_list {
    width: 900px;
    height: 900px;
  }
}
@media only screen and (max-width: 575px) {
  .animEllipse-dot.animEllipse-dot--primary .animEllipse-dot_animations_list {
    width: 600px;
    height: 600px;
  }
}
.animEllipse-dot.animEllipse-dot--secondary {
  width: calc(660px - (660px * var(--ratio)));
  height: calc(660px - (660px * var(--ratio)));
  background-image: linear-gradient(135deg, #fcbf00 0%, #fcbf00 20%, #bd8510 100%);
  position: absolute;
  right: calc(-150px - (-150px * var(--ratio)));
  bottom: 0px;
}
@media only screen and (max-width: 1024px) {
  .animEllipse-dot.animEllipse-dot--secondary {
    right: -80px;
    width: 350px;
    height: 350px;
  }
}
@media only screen and (max-width: 767px) {
  .animEllipse-dot.animEllipse-dot--secondary {
    position: relative;
    margin-top: 30px;
    z-index: 2;
    right: initial;
  }
}
@media only screen and (max-width: 575px) {
  .animEllipse-dot.animEllipse-dot--secondary {
    width: 290px;
    height: 290px;
    margin-left: auto;
  }
}
.animEllipse-dot.animEllipse-dot--secondary .animEllipse-dot_animations_list {
  width: calc(800px - (800px * var(--ratio)));
  height: calc(800px - (800px * var(--ratio)));
}
@media only screen and (max-width: 1024px) {
  .animEllipse-dot.animEllipse-dot--secondary .animEllipse-dot_animations_list {
    width: 490px;
    height: 490px;
  }
}
@media only screen and (max-width: 575px) {
  .animEllipse-dot.animEllipse-dot--secondary .animEllipse-dot_animations_list {
    width: 375px;
    height: 375px;
  }
}
.animEllipse-dot.animEllipse-dot--with-image {
  position: relative;
  z-index: 2;
  width: calc(250px - (250px * var(--ratio)));
  height: calc(250px - (250px * var(--ratio)));
  background-image: linear-gradient(135deg, #fcbf00 0%, #fcbf00 20%, #bd8510 100%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 1024px) {
  .animEllipse-dot.animEllipse-dot--with-image {
    width: calc(220px - (220px * var(--ratio)));
    height: calc(220px - (220px * var(--ratio)));
  }
}
.animEllipse-dot.animEllipse-dot--with-image .animEllipse-dot_animations_list {
  width: calc(330px - (330px * var(--ratio)));
  height: calc(330px - (330px * var(--ratio)));
}
@media only screen and (max-width: 1024px) {
  .animEllipse-dot.animEllipse-dot--with-image .animEllipse-dot_animations_list {
    width: calc(270px - (270px * var(--ratio)));
    height: calc(270px - (270px * var(--ratio)));
  }
}
.animEllipse-dot.animEllipse-dot--number {
  position: relative;
  z-index: 2;
  width: calc(60px - (60px * var(--ratio)));
  height: calc(60px - (60px * var(--ratio)));
  background-image: linear-gradient(135deg, #fcbf00 0%, #fcbf00 20%, #bd8510 100%);
}
.animEllipse-dot.animEllipse-dot--number .animEllipse-dot_animations_list {
  width: calc(105px - (105px * var(--ratio)));
  height: calc(105px - (105px * var(--ratio)));
}
.animEllipse-dot.animEllipse-dot--number:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: attr(data-number);
  font-size: calc(32px - (32px * var(--ratio)));
  font-weight: 600;
}
.animEllipse-dot .animEllipse-dot_animations_list {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.animEllipse-dot .animEllipse-dot_animations_item {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  animation: gravityAnimationToRight 20s linear infinite;
}
.animEllipse-dot .animEllipse-dot_animations_item.animEllipse-dot_animations_item--anim-left {
  animation: rotateCircleToLeftAnimation 20s linear infinite;
}
.animEllipse-dot .animEllipse-dot_animations_item.duration-5 {
  animation-duration: 5s;
}
.animEllipse-dot .animEllipse-dot_animations_item.duration-10 {
  animation-duration: 10s;
}
.animEllipse-dot_content {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}
@media only screen and (max-width: 1024px) {
  .animEllipse-dot_content * {
    font-size: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .animEllipse-dot_content * {
    font-size: 16px;
  }
}
.animEllipse-dot_animations_list {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  pointer-events: none;
}
.animEllipse-dot_animations-item {
  position: absolute;
}
@keyframes rotateCircleToRightAnimation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotateCircleToLeftAnimation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
.ellipse--stat {
  color: #fff;
  padding-top: calc(60px  - (60px *var(--ratio)));
  padding-bottom: calc(60px  - (60px *var(--ratio)));
  margin-top: calc(-150px  + (150px *var(--ratio)));
}
@media only screen and (max-width: 767px) {
  .ellipse--stat {
    margin-top: 0px;
  }
  .ellipse--stat:before {
    border-radius: 0px !important;
    right: -24px !important;
  }
}
.ellipse-stat_title {
  margin-bottom: calc(30px  - (30px *var(--ratio)));
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .ellipse-stat_list .row {
    display: grid;
    gap: 20px;
  }
}
.ellipse-stat_item.ellipse-stat_item--1 .ellipse-stat_item_time_value {
  min-width: calc(130px  - (130px *var(--ratio)));
}
@media only screen and (max-width: 1024px) {
  .ellipse-stat_item.ellipse-stat_item--1 .ellipse-stat_item_time_value {
    min-width: 105px;
  }
}
.ellipse-stat_item_time {
  font-size: calc(4rem  - (4rem *var(--ratio)));
  font-weight: 600;
  line-height: 1;
  display: flex;
  align-items: baseline;
  color: #fcbf00;
}
.ellipse-stat_item_time span {
  font-size: calc(1.625rem  - (1.625rem *var(--ratio)));
}
.employee-slider {
  padding-bottom: calc(60px - (60px * var(--ratio)));
}
.employee-slider .swiper-slide {
  display: flex;
  height: initial;
}
.employee-slider_item {
  display: flex;
  flex-direction: column;
}
.employee-slider_item_top {
  display: flex;
}
.employee-slider_item_bot {
  flex: 1;
}
.employee-slider_item_content {
  display: flex;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.employee-slider_item_descr {
  margin-top: calc(20px - (20px * var(--ratio)));
  font-size: calc(1.125rem - (1.125rem * var(--ratio)));
}
.employee-slider_item_title {
  margin-bottom: calc(5px - (5px * var(--ratio)));
  width: 100%;
}
.employee-slider_item_img {
  position: relative;
  width: calc(100px - (100px * var(--ratio)));
  min-width: calc(100px - (100px * var(--ratio)));
  height: calc(100px - (100px * var(--ratio)));
  margin-right: calc(20px - (20px * var(--ratio)));
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 1025px) {
  .ellipse-slider_slider {
    margin-top: 60px;
  }
}
.employee-modal_header {
  justify-content: flex-start;
  flex-wrap: initial;
  align-items: center;
}
.employee-modal_header_img {
  margin-right: calc(40px - (40px * var(--ratio)));
}
.employee-modal_header_img img {
  border-radius: 50%;
  min-width: calc(180px - (180px * var(--ratio)));
  height: calc(180px - (180px * var(--ratio)));
}
.employee-modal_header_content {
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  flex: 1;
}
.employee-modal_header_title {
  width: 100%;
}
.employee-modal_header_subtitle {
  width: 100%;
}
@media (max-width: 1025px) {
  .employee-modal_header_img img {
    min-width: 100px;
    height: 100px;
  }
}
@media (max-width: 540px) {
  .employee-modal_header {
    flex-wrap: wrap;
    text-align: center;
  }
  .employee-modal_header_img {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
}
.post-pagination {
  text-align: center;
}
.post-pagination .wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
}
.post-pagination .wp-pagenavi > * {
  width: calc(32px - (32px * var(--ratio)));
  min-width: calc(32px - (32px * var(--ratio)));
  height: calc(32px - (32px * var(--ratio)));
  margin: 0 calc(5px - (5px * var(--ratio)));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #00305b;
  font-weight: 600;
  font-family: 'Poppins';
  font-size: calc(1rem - (1rem * var(--ratio)));
  border: calc(2px - (2px * var(--ratio))) solid transparent;
}
.post-pagination .wp-pagenavi > *.first, .post-pagination .wp-pagenavi > *.last {
  width: initial;
  border: none !important;
}
.post-pagination .wp-pagenavi > *.first:hover, .post-pagination .wp-pagenavi > *.last:hover {
  color: #004b8e;
}
.post-pagination .wp-pagenavi > *.extend {
  width: initial;
  min-width: inherit;
  border-color: transparent !important;
}
.post-pagination .wp-pagenavi > *:hover:not(.current) {
  color: #004b8e;
  border-color: #bdbdbd;
}
.post-pagination .wp-pagenavi > *.current {
  border-color: #bdbdbd;
  color: #212121;
}
.caseStudy-list {
  padding-bottom: calc(40px - (40px * var(--ratio)));
}
.caseStudy-item {
  margin-bottom: calc(100px - (100px * var(--ratio)));
  border: 1px solid #E0E0E0;
  border-radius: 24px;
  flex: 1;
  display: block;
  cursor: pointer;
  position: relative;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  background: #fff;
}
.caseStudy-item:hover .caseStudy-item_link i {
  right: -5px;
}
.caseStudy-item_title {
  position: relative;
  z-index: 1;
  color: #fff;
}
.caseStudy-item_logo {
  min-height: 40px;
  display: flex;
  align-items: center;
  margin-bottom: calc(30px - (30px * var(--ratio)));
}
.caseStudy-item_logo img {
  max-width: calc(140px - (140px * var(--ratio)));
  max-height: calc(40px - (40px * var(--ratio)));
}
.caseStudy-item_descr {
  font-weight: 400;
  font-size: calc(1.125rem - (1.125rem * var(--ratio)));
}
.caseStudy-item_link {
  position: absolute;
  bottom: calc(40px - (40px * var(--ratio)));
  left: calc(40px - (40px * var(--ratio)));
  opacity: 1 !important;
}
.caseStudy-item_top {
  position: relative;
  min-height: calc(140px - (140px * var(--ratio)));
  padding: calc(20px - (20px * var(--ratio))) calc(40px - (40px * var(--ratio)));
  display: flex;
  align-items: flex-end;
}
.caseStudy-item_bot {
  padding: calc(40px - (40px * var(--ratio)));
  padding-bottom: calc(100px - (100px * var(--ratio)));
}
@media (max-width: 767px) {
  .caseStudy-item {
    margin-bottom: 60px;
  }
}
@media (max-width: 540px) {
  .caseStudy-item_top {
    padding: 20px;
  }
  .caseStudy-item_bot {
    padding: 20px;
    padding-bottom: 100px;
  }
  .caseStudy-item_link {
    left: 20px;
  }
}
.caseStudy-single_title {
  margin-bottom: calc(60px - (60px * var(--ratio)));
  position: relative;
  z-index: 1;
}
.caseStudy-single_banner {
  padding: 0px;
  height: calc(400px - (400px * var(--ratio)));
  margin-top: calc(160px - (160px * var(--ratio)));
  position: sticky;
  top: calc(200px - (200px * var(--ratio)));
}
.caseStudy-single_info_logo {
  margin-bottom: calc(80px - (80px * var(--ratio)));
  max-width: calc(300px - (300px * var(--ratio)));
  width: 100%;
}
.caseStudy-single_info_logo img {
  max-height: calc(100px - (100px * var(--ratio)));
}
.caseStudy-single_info_title {
  margin-bottom: calc(20px - (20px * var(--ratio)));
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.caseStudy-single_info .useCase-item_company_list {
  margin-bottom: calc(60px - (60px * var(--ratio)));
}
.caseStudy-single_objectives {
  padding: calc(160px - (160px * var(--ratio))) 0;
  position: relative;
}
.caseStudy-single_objectives:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: calc(-300px - (-300px * var(--ratio)));
  left: -9999px;
  background: #fff;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
}
.caseStudy-single_chalenges {
  padding-top: calc(100px - (100px * var(--ratio)));
  padding-bottom: calc(160px - (160px * var(--ratio)));
}
.caseStudy-single_descr_list {
  position: relative;
  z-index: 1;
  counter-reset: counterList;
}
.caseStudy-single_descr_item {
  margin-bottom: calc(60px - (60px * var(--ratio)));
}
.caseStudy-single_descr_item:last-child {
  margin-bottom: 0px;
}
.caseStudy-single_descr_item.-dot .caseStudy-single_descr_item_title .dot {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(100% + 10px);
}
.caseStudy-single_descr_item.-count {
  padding-left: calc(80px - (80px * var(--ratio)));
  position: relative;
}
.caseStudy-single_descr_item.-count .caseStudy-single_descr_item_title:before {
  counter-increment: counterList;
  content: counter(counterList);
  width: calc(56px - (56px * var(--ratio)));
  height: calc(56px - (56px * var(--ratio)));
  border-radius: 50%;
  border: 2px solid #00305b;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00305b;
  position: absolute;
  font-weight: 700;
  font-family: 'Poppins';
  top: 50%;
  transform: translateY(-50%);
  margin-left: calc(-80px - (-80px * var(--ratio)));
}
.caseStudy-single_descr_item_title {
  position: relative;
  margin-bottom: calc(15px - (15px * var(--ratio)));
}
@media (max-width: 1025px) {
  .caseStudy-single_title {
    margin-bottom: 40px;
  }
  .caseStudy-single_info {
    margin-bottom: 60px;
  }
  .caseStudy-single_info_logo {
    margin-bottom: 40px;
  }
  .caseStudy-single_info .useCase-item_company_list {
    margin-bottom: 40px;
  }
  .caseStudy-single_objectives {
    padding: 60px 0;
  }
  .caseStudy-single_chalenges {
    padding: 60px 0;
  }
  .caseStudy-single_descr_list.solution-list {
    margin-top: 60px;
  }
  .caseStudy-single_descr_item {
    margin-bottom: 40px;
  }
  .caseStudy-single_descr_item.-count {
    padding-left: 60px;
  }
  .caseStudy-single_descr_item.-count .caseStudy-single_descr_item_title:before {
    width: 40px;
    height: 40px;
    margin-left: -60px;
  }
  .caseStudy-single_banner {
    display: none;
  }
}
@media (max-width: 540px) {
  .caseStudy-single_info_logo {
    max-width: 220px;
  }
}
.useCase-item {
  position: relative;
  max-width: 100%;
}
.useCase-item .container {
  position: relative;
  z-index: 1;
  height: 100%;
}
.useCase-item .container .row {
  height: 100%;
}
.useCase-item_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.useCase-item .row > * {
  padding-top: calc(100px - (100px * var(--ratio)));
  padding-bottom: calc(100px - (100px * var(--ratio)));
}
.useCase-item_white_bg {
  position: relative;
}
.useCase-item_white_bg:before {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: -9999px;
  background: #fff;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
}
.useCase-item_company {
  position: relative;
  z-index: 1;
}
.useCase-item_company_logo {
  margin-bottom: calc(20px - (20px * var(--ratio)));
  height: calc(100px - (100px * var(--ratio)));
  display: flex;
  align-items: center;
}
.useCase-item_company_logo img {
  max-width: calc(240px - (240px * var(--ratio)));
  max-height: calc(100px - (100px * var(--ratio)));
}
.useCase-item_company_title {
  font-size: calc(1.25rem - (1.25rem * var(--ratio)));
  margin-bottom: calc(15px - (15px * var(--ratio)));
  font-weight: 600;
}
.useCase-item_company_list_item {
  margin-bottom: calc(20px - (20px * var(--ratio)));
}
.useCase-item_company_list_item:last-child {
  margin-bottom: 0px;
}
.useCase-item_company_list_item .title {
  font-size: calc(1rem - (1rem * var(--ratio)));
}
.useCase-item_company_list_item .descr {
  font-weight: 600;
}
.useCase-item_info {
  color: #fff;
}
.useCase-item_info_top {
  margin-bottom: calc(20px - (20px * var(--ratio)));
  display: flex;
  align-items: center;
}
.useCase-item_info_name {
  font-size: calc(1.25rem - (1.25rem * var(--ratio)));
  font-weight: 600;
  margin-bottom: calc(5px - (5px * var(--ratio)));
}
.useCase-item_info_position {
  font-size: calc(1rem - (1rem * var(--ratio)));
}
.useCase-item_info_descr {
  font-size: calc(1.25rem - (1.25rem * var(--ratio)));
  margin-bottom: calc(40px - (40px * var(--ratio)));
}
.useCase-item_info_person_logo {
  border-radius: 50%;
  overflow: hidden;
  margin-right: calc(20px - (20px * var(--ratio)));
}
.useCase-item_info_person_logo img {
  width: calc(100px - (100px * var(--ratio)));
  height: calc(100px - (100px * var(--ratio)));
}
.useCases-slider .slick-slide {
  overflow: hidden;
  height: initial;
}
.useCases-slider .slick-slide > div {
  height: 100%;
  display: flex;
}
.useCases-slider .slick-track {
  display: flex;
}
@media (max-width: 1025px) {
  .useCases-slider {
    margin-bottom: 0px !important;
  }
  .useCases-slider .slick-dots {
    bottom: 100px;
    text-align: right;
    padding-right: 100px;
  }
  .useCase-item {
    padding-bottom: 140px;
  }
  .useCase-item.no-slider {
    padding-bottom: 0px !important;
  }
  .useCase-item_company {
    display: flex;
  }
  .useCase-item_company_top {
    order: 2;
    display: flex;
    align-items: center;
    padding-left: 80px;
  }
  .useCase-item_company_logo {
    margin-bottom: 0px;
  }
  .useCase-item_white_bg:before {
    right: 50px;
  }
  .useCase-item .row > * {
    padding: 60px 24px;
  }
}
@media (max-width: 600px) {
  .useCases-slider .slick-dots {
    bottom: 40px;
    text-align: right;
    padding-right: 24px;
  }
  .useCase-item {
    padding-bottom: 60px;
  }
  .useCase-item_info_person_logo img {
    width: 80px;
    height: 80px;
  }
  .useCase-item_company {
    display: flex;
    flex-wrap: wrap;
  }
  .useCase-item_company_top {
    order: 0;
    padding-left: 0px;
    width: 100%;
  }
  .useCase-item_company_logo {
    margin-bottom: 40px;
  }
  .useCase-item_company_logo img {
    max-width: 150px;
  }
  .useCase-item_white_bg:before {
    right: 40px;
  }
  .useCase-item .row > * {
    padding: 40px 24px;
  }
}
.single-post_resources .section-contacts {
  margin-top: 0px !important;
}
@media only screen and (max-width: 767px) {
  .resources-single_pdf {
    margin-top: 80px;
  }
}
.resources-single_pdf_content {
  padding-top: calc(100px - (100px*var(--ratio)));
  position: relative;
}
.resources-single_pdf_list_item {
  margin-bottom: calc(60px - (60px*var(--ratio)));
  font-weight: 600;
  position: relative;
  font-size: calc(1.25rem - (1.25rem*var(--ratio)));
}
.resources-single_pdf_list_item:last-child {
  margin-bottom: 0px !important;
}
.resources-single_pdf_list_item .dot {
  position: absolute;
  top: calc(10px - (10px*var(--ratio)));
  right: calc(100% + 10px);
}
.resources-single_pdf_form {
  position: sticky;
  top: 100px;
  padding: calc(40px - (40px * var(--ratio)));
  max-width: calc(370px - (370px * var(--ratio)));
  background: #fff;
  margin-left: auto;
  border-radius: calc(40px - (40px * var(--ratio)));
  pointer-events: all;
}
@media only screen and (max-width: 1024px) {
  .resources-single_pdf_form {
    max-width: 100%;
    width: 100%;
    margin-left: initial;
    padding: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .resources-single_pdf_form {
    padding: 30px 20px;
    position: relative;
    z-index: 1;
    top: initial;
  }
}
.resources-single_pdf_form_title {
  margin-bottom: calc(30px - (30px * var(--ratio)));
}
.resources-single_pdf_form_overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  left: 0px;
  right: 0px;
  pointer-events: none;
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .resources-single_pdf_form_overlay {
    position: relative;
    background: #f5f7f9;
  }
}
.resources-single_pdf_form_container {
  margin-top: calc(-40px - (-40px * var(--ratio)));
  margin-bottom: calc(200px - (200px * var(--ratio)));
}
@media only screen and (max-width: 1024px) {
  .resources-single_pdf_form_container {
    margin-bottom: 60px;
  }
}
.resources-single_pdf_form_wrapper {
  position: relative;
}
.header-gap {
  padding-top: calc(80px - (80px * var(--ratio)));
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  padding: calc(30px - (30px * var(--ratio))) 0;
  z-index: 102;
  transition: background-color 0.3s, padding 0.3s, border-bottom-color 0.3s;
  border-bottom: 1px solid transparent;
}
.header.active {
  background-color: #fff;
  border-bottom-color: #e0e0e0;
}

/* .header img {
  display: none;
} */

.header.active img {
  display: block;
}

.header.active .header__logo-horizontal {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}
.header.active .header__logo-vertical {
  opacity: 0;
  visibility: hidden;
  transform: translate(0, calc(100px - (100px * var(--ratio))));
}
.header.active .hamburger-box .hamburger-inner, .header.active .hamburger-box .hamburger-inner:before, .header.active .hamburger-box .hamburger-inner:after {
  background-color: #00305b;
}
.header.small {
  padding: calc(15px - (15px * var(--ratio))) 0;
}
.header.primary .hamburger-box .hamburger-inner, .header.primary .hamburger-box .hamburger-inner:before, .header.primary .hamburger-box .hamburger-inner:after {
  background-color: #00305b;
}
@media only screen and (min-width: 1600px) {
  .header .container-fluid {
    padding-left: calc(30px - (30px * var(--ratio)));
    padding-right: calc(30px - (30px * var(--ratio)));
  }
}
.header .prognroll-bar {
  position: absolute !important;
  top: auto !important;
  bottom: -1px !important;
}
.header__main-wrap {
  display: flex;
  align-items: center;
}
.header__main-content {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-grow: 1;
  padding-left: calc(20px - (20px * var(--ratio)));
}
.header__logo-block {
  position: relative;
  display: inline-flex;
  flex-shrink: 0;
}
.header__logo-horizontal {
  display: inline-flex;
  width: calc(200px - (200px * var(--ratio)));
  opacity: 0;
  visibility: hidden;
  transform: translate(0, calc(-100px - (-100px * var(--ratio))));
  transition: opacity 0.3s, transform 0.3s;
}
@media only screen and (min-width: 576px) {
  .header__logo-horizontal {
    width: calc(245px - (245px * var(--ratio)));
  }
}
@media only screen and (min-width: 1200px) {
  .header__logo-horizontal {
    width: calc(170px - (170px * var(--ratio)));
  }
}
@media only screen and (min-width: 1340px) {
  .header__logo-horizontal {
    width: calc(245px - (245px * var(--ratio)));
  }
}
.header__logo-horizontal img {
  width: 100%;
}
.header__logo-vertical {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-flex;
  width: calc(110px - (110px * var(--ratio)));
  transform: translate(0, 0);
  transition: opacity 0.3s, transform 0.3s;
}
@media only screen and (min-width: 1340px) {
  .header__logo-vertical {
    width: calc(150px - (150px * var(--ratio)));
  }
}
.header__logo-vertical img {
  width: 100%;
}
.header__search-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: calc(40px - (40px * var(--ratio)));
  height: calc(40px - (40px * var(--ratio)));
  padding: calc(10px - (10px * var(--ratio)));
}
@media only screen and (min-width: 1200px) {
  .header__search-btn {
    margin-left: calc(15px - (15px * var(--ratio)));
  }
}
@media only screen and (min-width: 1600px) {
  .header__search-btn {
    margin-left: calc(30px - (30px * var(--ratio)));
  }
}
.header__search-btn svg {
  max-width: 100%;
}
.header__search-btn svg path {
  transition: fill 0.3s;
  fill: #00305b;
}
@media only screen and (min-width: 1200px) {
  .header__search-btn svg path {
    fill: #fff;
  }
}
.active .header__search-btn svg path, .primary .header__search-btn svg path {
  fill: #00305b;
}
.header__search-btn:hover svg path {
  fill: #fcbf00;
}
@media only screen and (max-width: 1199px) {
  .header__search-and-mob-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: calc(30px - (30px * var(--ratio))) calc(20px - (20px * var(--ratio))) 0 calc(55px - (55px * var(--ratio)));
  }
}
@media only screen and (max-width: 767px) {
  .header__search-and-mob-btn {
    padding-left: calc(24px - (24px * var(--ratio)));
  }
}
.header__btn {
  margin-left: calc(15px - (15px * var(--ratio)));
  flex-shrink: 0;
  font-size: calc(16px - (16px * var(--ratio))) !important;
  padding-left: calc(30px - (30px * var(--ratio)));
  padding-right: calc(30px - (30px * var(--ratio)));
  line-height: 1;
}
@media only screen and (max-width: 575px) {
  .header__btn {
    display: none !important;
  }
}
@media only screen and (min-width: 1200px) {
  .header__btn {
    font-size: calc(14px - (14px * var(--ratio))) !important;
    padding-left: calc(15px - (15px * var(--ratio)));
    padding-right: calc(15px - (15px * var(--ratio)));
  }
}
@media only screen and (min-width: 1340px) {
  .header__btn {
    font-size: calc(20px - (20px * var(--ratio))) !important;
    padding-left: calc(30px - (30px * var(--ratio)));
    padding-right: calc(30px - (30px * var(--ratio)));
    width: calc(170px - (170px * var(--ratio)));
  }
}
@media only screen and (min-width: 1600px) {
  .header__btn {
    margin-left: calc(30px - (30px * var(--ratio)));
    width: auto;
  }
}
.header__navigation-block {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .header__navigation-block {
    position: fixed;
    top: calc(109px - (109px * var(--ratio)));
    left: 0;
    right: 0;
    width: 100%;
    height: calc(100vh - calc(109px - (109px * var(--ratio))));
    height: calc(var(--vh, 1vh) * 100 - calc(109px - (109px * var(--ratio))));
    padding: calc(30px - (30px * var(--ratio))) 0;
    background-color: #fff;
    display: block;
    border-top: 1px solid #E0E0E0;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
  }
}
@media only screen and (max-width: 1199px) {
  .header__navigation-block.open {
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (max-width: 767px) {
  .header__navigation-block {
    padding: calc(16px - (16px * var(--ratio))) 0 calc(30px - (30px * var(--ratio)));
  }
}
@media only screen and (max-width: 575px) {
  .header__navigation-block {
    top: calc(90px - (90px * var(--ratio)));
    height: calc(100vh - calc(90px - (90px * var(--ratio))));
    height: calc(var(--vh, 1vh) * 100 - calc(90px - (90px * var(--ratio))));
  }
}
@media only screen and (max-width: 1199px) {
  .small .header__navigation-block {
    top: calc(79px - (79px * var(--ratio)));
    height: calc(100vh - calc(79px - (79px * var(--ratio))));
    height: calc(var(--vh, 1vh) * 100 - calc(79px - (79px * var(--ratio))));
  }
}
@media only screen and (max-width: 575px) {
  .small .header__navigation-block {
    top: calc(60px - (60px * var(--ratio)));
    height: calc(100vh - calc(60px - (60px * var(--ratio))));
    height: calc(var(--vh, 1vh) * 100 - calc(60px - (60px * var(--ratio))));
  }
}
.header__hamburger {
  line-height: 1;
  margin-left: calc(20px - (20px * var(--ratio)));
}
@media only screen and (min-width: 1200px) {
  .header__hamburger {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .header-navigation {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
@media only screen and (max-width: 1199px) {
  .header-navigation__item {
    position: relative;
    padding: calc(14px - (14px * var(--ratio))) calc(70px - (70px * var(--ratio))) calc(14px - (14px * var(--ratio))) calc(54px - (54px * var(--ratio)));
  }
}
@media only screen and (max-width: 767px) {
  .header-navigation__item {
    padding-left: calc(24px - (24px * var(--ratio)));
  }
}
@media only screen and (max-width: 1199px) {
  .header-navigation__item:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #E0E0E0);
  }
}
@media only screen and (min-width: 1200px) {
  .header-navigation__item:not(:last-child) {
    margin-right: calc(16px - (16px * var(--ratio)));
  }
}
@media only screen and (min-width: 1450px) {
  .header-navigation__item:not(:last-child) {
    margin-right: calc(32px - (32px * var(--ratio)));
  }
}
.header-navigation__link {
  position: relative;
  display: inline-block;
  color: #00305b;
  font-size: calc(20px - (20px * var(--ratio)));
  font-weight: 400;
  transition: color 0.3s;
}
@media only screen and (min-width: 1200px) {
  .header-navigation__link {
    font-size: calc(16px - (16px * var(--ratio)));
    color: #fff;
    padding: calc(10px - (10px * var(--ratio))) 0;
  }
}
@media only screen and (min-width: 1340px) {
  .header-navigation__link {
    font-size: calc(18px - (18px * var(--ratio)));
  }
}
@media only screen and (min-width: 1600px) {
  .header-navigation__link {
    font-size: calc(20px - (20px * var(--ratio)));
  }
}
@media only screen and (min-width: 1921px) {
  .header-navigation__link {
    font-size: calc(24px - (24px * var(--ratio)));
    color: #fff;
    padding: calc(24px - (24px * var(--ratio))) 0;
  }
}
@media only screen and (min-width: 2200px) {
  .header-navigation__link {
    font-size: calc(28px - (28px * var(--ratio)));
    color: #fff;
    padding: calc(28px - (28px * var(--ratio))) 0;
  }
}
.active .header-navigation__link, .primary .header-navigation__link {
  color: #00305b;
}
.header-navigation__link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fcbf00;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.3s cubic-bezier(0.694, 0, 0.335, 1);
}
.header-navigation__link:hover, .header-navigation__link.active {
  color: #fcbf00;
}
.header-navigation__link:hover:before, .header-navigation__link.active:before {
  transform: scaleX(1);
  transform-origin: left center;
}

@media only screen and (min-width: 1200px) {
  .header-navigation__link.with-sub-menu {
    padding-right: calc(20px - (20px * var(--ratio)));
  }
}
@media only screen and (min-width: 1200px) {
  .header-navigation__link.with-sub-menu:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    right: 0px;
    font-size: calc(8px - (8px * var(--ratio)));
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: color 0.1s, transform 0.3s;
  }
}
@media only screen and (min-width: 1200px) {
  .header-navigation__link.with-sub-menu.active:after {
    transform: translateY(-50%) rotate(0deg);
  }
}
@media only screen and (min-width: 1200px) {
  .header-navigation__link.with-sub-menu.active ~ .header-sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
  }
}

.header-navigation__sub-menu-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(70px - (70px * var(--ratio)));
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  font-size: calc(17px - (17px * var(--ratio)));
}
@media only screen and (min-width: 1200px) {
  .header-navigation__sub-menu-btn {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .header-navigation__sub-menu-btn.active ~ .header-sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
  }
	.header-navigation__sub-menu-btn{
		height: calc(56px - (56px * var(--ratio)));
	}
}
.header-sub-menu {
  background-color: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border-bottom: 1px solid #E0E0E0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s, transform 0.5s;
  transform: translate(0, 50px);
}
@media only screen and (max-width: 1199px) {
  .header-sub-menu {
    position: fixed;
    top: calc(109px - (109px * var(--ratio)));
    left: auto;
    right: 0;
    width: 100vw;
    height: calc(100vh - calc(109px - (109px * var(--ratio))));
    height: calc(var(--vh, 1vh) * 100 - calc(109px - (109px * var(--ratio))));
    overflow: auto;
    border-bottom: none;
    border-top: 1px solid #E0E0E0;
    transform: translate(100%, 0);
    z-index: 5;
  }
}
@media only screen and (max-width: 575px) {
  .header-sub-menu {
    top: calc(90px - (90px * var(--ratio)));
    height: calc(100vh - calc(90px - (90px * var(--ratio))));
    height: calc(var(--vh, 1vh) * 100 - calc(90px - (90px * var(--ratio))));
  }
}
@media only screen and (max-width: 1199px) {
  .small .header-sub-menu {
    top: calc(79px - (79px * var(--ratio)));
    height: calc(100vh - calc(79px - (79px * var(--ratio))));
    height: calc(var(--vh, 1vh) * 100 - calc(79px - (79px * var(--ratio))));
  }
}
@media only screen and (max-width: 575px) {
  .small .header-sub-menu {
    top: calc(60px - (60px * var(--ratio)));
    height: calc(100vh - calc(60px - (60px * var(--ratio))));
    height: calc(var(--vh, 1vh) * 100 - calc(60px - (60px * var(--ratio))));
  }
}
@media only screen and (min-width: 1200px) {
  .header-sub-menu:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #E0E0E0);
    content: '';
    display: block;
    width: 100%;
    height: 1px;
  }
}
.header-sub-menu__top-content {
  padding: calc(16px - (16px * var(--ratio))) 0;
  min-height: calc(390px - (390px * var(--ratio)));
  color: #00305b;
}
@media only screen and (min-width: 576px) {
  .header-sub-menu__top-content {
    padding: calc(30px - (30px * var(--ratio))) 0;
  }
}
.header-sub-menu__bottom-line {
  position: relative;
  z-index: 6;
  display: flex;
  align-items: center;
  min-height: calc(63px - (63px * var(--ratio)));
  padding: calc(15px - (15px * var(--ratio))) 0;
}
@media only screen and (min-width: 1200px) {
  .header-sub-menu__bottom-line {
    pointer-events: none;
  }
}
.header-sub-menu__bottom-line:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #E0E0E0);
  content: '';
  display: block;
  width: 100%;
  height: 1px;
}
@media only screen and (min-width: 1200px) {
  .header-sub-menu__bottom-line-content {
    pointer-events: auto;
  }
}
.header-sub-menu__right-banner {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  z-index: 5;
  display: flex;
  align-items: flex-end;
}
@media only screen and (max-width: 1199px) {
  .header-sub-menu__right-banner {
    display: none;
  }
}
.header-sub-menu__back-link-block {
  position: relative;
  padding: calc(14px - (14px * var(--ratio))) 0;
  margin-bottom: calc(30px - (30px * var(--ratio)));
}
@media only screen and (min-width: 1200px) {
  .header-sub-menu__back-link-block {
    display: none;
  }
}
.header-sub-menu__back-link-block:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #E0E0E0);
  content: '';
  display: block;
  width: 100%;
  height: 1px;
}
.header-sub-menu__back-link {
  position: relative;
  display: inline-block;
  font-size: calc(20px - (20px * var(--ratio)));
  font-weight: 400;
  padding-left: calc(26px - (26px * var(--ratio)));
}
@media only screen and (min-width: 768px) {
  .header-sub-menu__back-link {
    margin-left: calc(-26px - (-26px * var(--ratio)));
  }
}
.header-sub-menu__back-link:before {
  content: "";
  display: inline-block;
  font-family: "icomoon" !important;
  position: absolute;
  top: 2px;
  left: 0;
  font-size: calc(17px - (17px * var(--ratio)));
  transform: rotate(180deg);
}
@media only screen and (max-width: 1199px) {
  .header-sub-menu .container {
    padding-left: calc(56px - (56px * var(--ratio)));
    padding-right: calc(56px - (56px * var(--ratio)));
  }
}
@media only screen and (max-width: 1024px) {
  .header-sub-menu .container {
    padding-right: calc(24px - (24px * var(--ratio)));
  }
}
@media only screen and (max-width: 767px) {
  .header-sub-menu .container {
    padding-left: calc(24px - (24px * var(--ratio)));
  }
}
.header-sub-menu__first-col {
  margin-bottom: calc(30px - (30px * var(--ratio)));
}
@media only screen and (min-width: 576px) {
  .header-sub-menu__first-col {
    margin-bottom: 0;
  }
}
.round-links-list {
	display: flex;
    flex-wrap: wrap;
}
.round-links-list.round-links-list-solutions{
	display: grid;
    grid-template-columns: 1fr 1fr;
}
.round-links-list__item {
  display: flex;
  width: 100%;
  margin-bottom: calc(10px - (10px * var(--ratio)));
}
@media only screen and (min-width: 576px) {
  .round-links-list__item {
    display: inline-flex;
    width: auto;
    padding-right: calc(30px - (30px * var(--ratio)));
  }
}
@media only screen and (min-width: 768px) {
  .round-links-list__item {
    margin-bottom: calc(20px - (20px * var(--ratio)));
  }
}
@media only screen and (min-width: 1025px) {
  .round-links-list__item {
    padding-right: calc(70px - (70px * var(--ratio)));
  }
}
@media only screen and (min-width: 1200px) {
  .round-links-list__item {
    padding-right: calc(20px - (20px * var(--ratio)));
  }
}
@media only screen and (min-width: 1600px) {
  .round-links-list__item {
    padding-right: calc(30px - (30px * var(--ratio)));
  }
}
.round-links-list__item:nth-child(1) .round-link-item__bg-img-block, .round-links-list__item:nth-child(5) .round-link-item__bg-img-block {
  background-image: url('img/round-link-item/bg-img-1.svg');
}
.round-links-list__item:nth-child(2) .round-link-item__bg-img-block, .round-links-list__item:nth-child(6) .round-link-item__bg-img-block {
  background-image: url('img/round-link-item/bg-img-2.svg');
}
.round-links-list__item:nth-child(3) .round-link-item__bg-img-block, .round-links-list__item:nth-child(7) .round-link-item__bg-img-block {
  background-image: url('img/round-link-item/bg-img-3.svg');
}
.round-links-list__item:nth-child(4) .round-link-item__bg-img-block, .round-links-list__item:nth-child(8) .round-link-item__bg-img-block {
  background-image: url('img/round-link-item/bg-img-4.svg');
}
.round-links-list__item:nth-child(5) .round-link-item__bg-img-block, .round-links-list__item:nth-child(10) .round-link-item__bg-img-block {
  background-image: url('img/round-link-item/bg-img-4.svg');
}
.round-link-item {
  display: inline-flex;
  align-items: center;
}

.company_round_links_item:nth-child(1) .round-link-item__bg-img-block, 
.company_round_links_item:nth-child(2) .round-link-item__bg-img-block, 
.company_round_links_item:nth-child(3) .round-link-item__bg-img-block, 
.company_round_links_item:nth-child(4) .round-link-item__bg-img-block, 
.company_round_links_item:nth-child(5) .round-link-item__bg-img-block, 
.company_round_links_item:nth-child(6) .round-link-item__bg-img-block, 
.company_round_links_item:nth-child(7) .round-link-item__bg-img-block, 
.company_round_links_item:nth-child(8) .round-link-item__bg-img-block, 
.company_round_links_item:nth-child(9) .round-link-item__bg-img-block, 
.company_round_links_item:nth-child(10) .round-link-item__bg-img-block {
	background: none; 
}
@media only screen and (min-width: 1200px) {
  .round-link-item {
    min-width: calc(250px - (250px * var(--ratio)));
  }
}
@media only screen and (min-width: 1400px) {
  .round-link-item {
    min-width: calc(270px - (270px * var(--ratio)));
  }
}
.round-link-item:hover {
  color: #008bd2;
}
.round-link-item:hover .round-link-item__img.hover {
  opacity: 1;
}
.round-link-item__bg-img-block {
  position: relative;
  width: calc(80px - (80px * var(--ratio)));
  height: calc(80px - (80px * var(--ratio)));
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media only screen and (min-width: 370px) {
  .round-link-item__bg-img-block {
    width: calc(112px - (112px * var(--ratio)));
    height: calc(112px - (112px * var(--ratio)));
  }
}
@media only screen and (min-width: 768px) {
  .round-link-item__bg-img-block {
    width: calc(153px - (153px * var(--ratio)));
    height: calc(153px - (153px * var(--ratio)));
  }
}
@media only screen and (min-width: 1200px) {
  .round-link-item__bg-img-block {
    width: calc(120px - (120px * var(--ratio)));
    height: calc(120px - (120px * var(--ratio)));
  }
}
@media only screen and (min-width: 1600px) {
  .round-link-item__bg-img-block {
    width: calc(153px - (153px * var(--ratio)));
    height: calc(153px - (153px * var(--ratio)));
  }
}
.round-link-item__img-block {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(50px - (50px * var(--ratio)));
  height: calc(50px - (50px * var(--ratio)));
  border-radius: 50%;
  overflow: hidden;
}
@media only screen and (min-width: 370px) {
  .round-link-item__img-block {
    width: calc(71px - (71px * var(--ratio)));
    height: calc(71px - (71px * var(--ratio)));
  }
}
@media only screen and (min-width: 768px) {
  .round-link-item__img-block {
    width: calc(95px - (95px * var(--ratio)));
    height: calc(95px - (95px * var(--ratio)));
  }
}
@media only screen and (min-width: 1200px) {
  .round-link-item__img-block {
    width: calc(75px - (75px * var(--ratio)));
    height: calc(75px - (75px * var(--ratio)));
  }
}
@media only screen and (min-width: 1600px) {
  .round-link-item__img-block {
    width: calc(95px - (95px * var(--ratio)));
    height: calc(95px - (95px * var(--ratio)));
  }
}
.round-link-item__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.round-link-item__img.hover {
  transition: opacity 0.3s;
  opacity: 0;
  z-index: 5;
}
.round-link-item__title {
  margin-bottom: 0;
  padding-left: calc(16px - (16px * var(--ratio)));
  font-size: calc(14px - (14px * var(--ratio)));
}
@media only screen and (min-width: 370px) {
  .round-link-item__title {
    font-size: calc(18px - (18px * var(--ratio)));
  }
}
@media only screen and (min-width: 768px) {
  .round-link-item__title {
    font-size: calc(22px - (22px * var(--ratio)));
  }
}
@media only screen and (min-width: 1200px) {
  .round-link-item__title {
    font-size: calc(20px - (20px * var(--ratio)));
    padding-left: calc(20px - (20px * var(--ratio)));
  }
}
@media only screen and (min-width: 1600px) {
  .round-link-item__title {
    font-size: calc(26px - (26px * var(--ratio)));
  }
}
.link-with-dot-list {
  display: flex;
  flex-wrap: wrap;
}
.link-with-dot-list__item {
  margin-top: calc(5px - (5px * var(--ratio)));
  margin-bottom: calc(5px - (5px * var(--ratio)));
}
.link-with-dot-list__item:not(:last-child) {
  margin-right: calc(30px - (30px * var(--ratio)));
}
.link-with-arrow {
  position: relative;
  display: inline-block;
  font-size: calc(16px - (16px * var(--ratio)));
  font-weight: 600;
  padding-right: calc(15px - (15px * var(--ratio)));
  transition: color 0.3s;
}
.link-with-arrow.with-dot {
  padding-left: calc(15px - (15px * var(--ratio)));
}
.link-with-arrow.with-dot:before {
  content: '';
  position: absolute;
  top: calc(7px - (7px * var(--ratio)));
  left: 0;
  width: calc(8px - (8px * var(--ratio)));
  height: calc(8px - (8px * var(--ratio)));
  border-radius: 50%;
  background-color: #fcbf00;
}
.link-with-arrow.primary {
  color: #00305b;
}
.link-with-arrow.primary:hover {
  color: #008bd2;
}
.link-with-arrow.white {
  color: #fff;
}
.link-with-arrow.white:hover {
  color: #fcbf00;
}
.link-with-arrow:after {
  content: "";
  font-family: "icomoon" !important;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom:0;
  right: -6px;
  transform: rotate(-90deg);
  font-size: calc(6px - (6px * var(--ratio)));
}
.sub-menu-banner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  font-weight: 400;
}
.sub-menu-banner:hover .sub-menu-banner__bg-img-block:after {
  opacity: 0.5;
}
.sub-menu-banner__bg-img-block {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.sub-menu-banner__bg-img-block:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  transition: opacity 0.3s;
}
.sub-menu-banner__bg-img-block.gradient:after {
  background-image: linear-gradient(to right, #00305b 0%, #008bd2 100%);
}
.sub-menu-banner__bg-img-block.red:after {
  background: rgba(223, 0, 36, 0.8);
}
.sub-menu-banner__bg-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sub-menu-banner__main-content {
  position: relative;
  z-index: 5;
  padding: calc(30px - (30px * var(--ratio)));
  color: #fff;
}
@media only screen and (min-width: 1600px) {
  .sub-menu-banner__main-content {
    padding: calc(30px - (30px * var(--ratio))) calc(55px - (55px * var(--ratio)));
  }
}
.sub-menu-banner__title {
  font-size: calc(20px - (20px * var(--ratio)));
}
@media only screen and (min-width: 1600px) {
  .sub-menu-banner__title {
    font-size: calc(26px - (26px * var(--ratio)));
  }
}
.sub-menu-banner__bottom-line {
  display: flex;
  align-items: center;
  min-height: calc(63px - (63px * var(--ratio)));
  padding: calc(15px - (15px * var(--ratio))) calc(30px - (30px * var(--ratio)));
}
@media only screen and (min-width: 1600px) {
  .sub-menu-banner__bottom-line {
    padding: calc(15px - (15px * var(--ratio))) calc(55px - (55px * var(--ratio)));
  }
}
.sub-menu-simple-dots-list {
  font-size: calc(16px - (16px * var(--ratio)));
}
.sub-menu-simple-dots-list.with-secondary-dots .sub-menu-simple-dots-list__link:before {
  background-color: #fcbf00;
}
.sub-menu-simple-dots-list.lg {
  font-size: calc(18px - (18px * var(--ratio)));
}
@media only screen and (min-width: 576px) {
  .sub-menu-simple-dots-list.lg {
    font-size: calc(22px - (22px * var(--ratio)));
  }
}
@media only screen and (min-width: 1025px) {
  .sub-menu-simple-dots-list.lg {
    font-size: calc(26px - (26px * var(--ratio)));
  }
}
@media only screen and (min-width: 1025px) {
  .sub-menu-simple-dots-list.lg .sub-menu-simple-dots-list__item:not(:last-child) {
    margin-bottom: calc(30px - (30px * var(--ratio)));
  }
}
.sub-menu-simple-dots-list.lg .sub-menu-simple-dots-list__link {
  padding-left: calc(28px - (28px * var(--ratio)));
  font-weight: 600;
}
@media only screen and (max-width: 575px) {
  .sub-menu-simple-dots-list.lg .sub-menu-simple-dots-list__link {
    padding-left: 0;
  }
}
.sub-menu-simple-dots-list.lg .sub-menu-simple-dots-list__link:before {
  top: calc(7px - (7px * var(--ratio)));
  width: calc(16px - (16px * var(--ratio)));
  height: calc(16px - (16px * var(--ratio)));
}
@media only screen and (min-width: 1025px) {
  .sub-menu-simple-dots-list.lg .sub-menu-simple-dots-list__link:before {
    top: calc(9px - (9px * var(--ratio)));
  }
}
@media only screen and (max-width: 575px) {
  .sub-menu-simple-dots-list.lg .sub-menu-simple-dots-list__link:before {
    content: none;
  }
}
.sub-menu-simple-dots-list__item:not(:last-child) {
  margin-bottom: calc(20px - (20px * var(--ratio)));
}
.sub-menu-simple-dots-list__link {
  position: relative;
  display: inline-block;
  font-size: inherit;
  font-weight: 400;
  padding-left: calc(16px - (16px * var(--ratio)));
  color: #00305b;
  transition: color 0.3s;
}
.sub-menu-simple-dots-list__link:before {
  content: '';
  position: absolute;
  top: calc(6px - (6px * var(--ratio)));
  left: 0;
  display: block;
  width: calc(8px - (8px * var(--ratio)));
  height: calc(8px - (8px * var(--ratio)));
  border-radius: 50%;
  background-color: #00305b;
  transition: background-color 0.3s;
}
.sub-menu-simple-dots-list__link:hover {
  color: #008bd2;
}
.sub-menu-simple-dots-list__link:hover:before {
  background-color: #008bd2 !important;
}
.header-sub-menu-logos-list {
  display: grid;
  grid-gap: calc(50px - (50px * var(--ratio)));
  grid-template-columns: repeat(2, 1fr);
  max-width: calc(320px - (320px * var(--ratio)));
}
.header-sub-menu-logos-list__item {
  display: inline-flex;
  align-items: center;
  padding-right: calc(30px - (30px * var(--ratio)));
  max-width: calc(170px - (170px * var(--ratio)));
  max-height: calc(55px - (55px * var(--ratio)));
}
@media only screen and (max-width: 575px) {
  .header-sub-menu-logos-list__item:nth-child(n+5) {
    display: none;
  }
}
.header-sub-menu-logos-list__logo {
  max-height: 100%;
}
.sub-menu-quote-item__author-info {
  display: flex;
  align-items: center;
  margin-bottom: calc(20px - (20px * var(--ratio)));
}
.sub-menu-quote-item__author-photo {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.sub-menu-quote-item__author-photo-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sub-menu-quote-item__author-name-and-position {
  padding-left: calc(20px - (20px * var(--ratio)));
}
.sub-menu-quote-item__author-name {
  margin-bottom: calc(4px - (4px * var(--ratio)));
}
.sub-menu-quote-item__author-position {
  font-size: calc(13px - (13px * var(--ratio)));
}
a, .btn, button, input[type="submit"] {
  color: #00305b;
  letter-spacing: 0.4px;
  font-size: calc(1.25rem - (1.25rem * var(--ratio)));
  font-weight: 600;
  font-family: 'Poppins';
}
.btn {
  display: inline-flex;
  align-items: center;
  position: relative;
}
.btn-outline-white {
  color: #fff !important;
  border: 2px solid #fff !important;
}
.btn-outline-white:hover {
  background: #fff;
  border-color: #fff;
  color: #00305b !important;
}
.btn-primary {
  color: #fff !important;
}
.btn-secondary {
  background: #fcbf00;
}
.btn-secondary-gradient {
  background: linear-gradient(138deg, #fcbf00 0%, #eeb203 29%, #c9900c 83%, #bd8510 100%);
  color: #fff !important;
}
.btn-secondary-gradient:hover {
  color: #fff;
  opacity: 0.8;
}
.btn-md {
  border: none;
  height: calc(48px - (48px * var(--ratio)));
  padding: 2px calc(30px - (30px * var(--ratio)));
  border-radius: 50px;
}
.btn-md.btn-primary-gradient {
  height: calc(44px - (44px * var(--ratio)));
}
.btn-long {
  min-width: calc(205px - (205px * var(--ratio)));
  justify-content: center;
}
.btn-long-md {
  min-width: calc(150px - (150px * var(--ratio)));
  justify-content: center;
}
.btn-long-200 {
  justify-content: center;
  min-width: calc(200px - (200px * var(--ratio)));
}
.btn-long-lg {
  min-width: calc(260px - (260px * var(--ratio)));
  justify-content: center;
}
.btn-long-lg.btn-text-icon {
  padding-left: calc(45px - (45px * var(--ratio)));
  padding-right: calc(20px - (20px * var(--ratio)));
}
.btn-long-lg.btn-text-icon i {
  margin-left: auto;
}
.btn-text-icon i {
  font-size: 9px;
  margin-left: 15px;
}
.btn-text-icon i:before {
  transition: all 0.3s;
}
.btn-primary-gradient {
  color: #00305b;
}
.btn-primary-gradient.btn-dot {
  color: #fff;
}
.btn-primary-gradient.gradient-reverse:before {
  background-image: linear-gradient(to right, #00305b 0%, #008bd2 100%);
}
.btn-primary-gradient:before {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 50px;
  background-image: linear-gradient(to left, #00305b 0%, #008bd2 100%);
  z-index: -1;
  bottom: 0px;
  right: 0px;
  margin: -2px;
}
.btn-primary-gradient:hover {
  background: transparent !important;
  color: #fff;
}
.btn-primary-gradient:hover i:before {
  color: #fff;
}
.btn-primary-gradient.full-gradient {
  color: #fff;
}
.btn-primary-gradient.full-gradient:hover {
  opacity: 0.7;
}
.btn-dot {
  position: relative;
}
.btn-dot:hover .btn-dot {
  right: -10px;
}
.btn-dot .btn-dot {
  width: calc(48px - (48px * var(--ratio)));
  height: calc(48px - (48px * var(--ratio)));
  border-radius: 50%;
  background: #fcbf00;
  position: absolute;
  top: -2px;
  right: -2px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(10px - (10px * var(--ratio)));
  transition: all 0.3s;
}
.btn-dot .btn-dot i:before {
  color: #fff;
}
.btn-dot.btn-dot--lg {
  height: calc(64px - (64px * var(--ratio)));
}
.btn-dot.btn-dot--lg.btn-dot-right {
  padding-right: calc(70px - (70px * var(--ratio)));
}
.btn-dot.btn-dot--lg .btn-dot {
  width: calc(64px - (64px * var(--ratio)));
  height: calc(64px - (64px * var(--ratio)));
}
.btn-dot.btn-dot-primary .btn-dot {
  background: #00305b;
  color: #fff;
}
.btn-dot.btn-dot--arrow-right i {
  transform: rotate(-90deg);
}
.btn-dot.btn-dot-right {
  right: 0px;
  padding-left: calc(30px - (30px * var(--ratio)));
  padding-right: calc(70px - (70px * var(--ratio)));
}
.btn-circle {
  width: calc(60px - (60px * var(--ratio)));
  min-width: calc(60px - (60px * var(--ratio)));
  height: calc(60px - (60px * var(--ratio)));
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.btn-circle-primary-gradient {
  background: #fff;
}
.btn-circle-primary-gradient:before {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 50px;
  background-image: linear-gradient(to right, #00305b 0%, #008bd2 100%);
  z-index: -1;
  bottom: 0px;
  right: 0px;
  margin: -2px;
}
.btn-circle-primary-gradient:hover {
  background: transparent;
}
.btn-circle-primary-gradient:hover .close-icon:before, .btn-circle-primary-gradient:hover .close-icon:after {
  background: #fff;
}
.btn-circle-outline-white {
  width: calc(64px - (64px * var(--ratio)));
  height: calc(64px - (64px * var(--ratio)));
  border: calc(2px - (2px * var(--ratio))) solid #fff;
  background: transparent;
}
.btn-circle-outline-white .close-icon:before, .btn-circle-outline-white .close-icon:after {
  background: #fff !important;
}
.btn-circle-outline-white:hover {
  background: #fff;
}
.btn-circle-outline-white:hover .close-icon:before, .btn-circle-outline-white:hover .close-icon:after {
  background: #00305b !important;
}
.btn-circle .close-icon {
  width: calc(20px - (20px * var(--ratio)));
  height: calc(20px - (20px * var(--ratio)));
  position: relative;
  background: transparent;
  pointer-events: none;
}
.btn-circle .close-icon:before, .btn-circle .close-icon:after {
  content: '';
  display: block;
  position: absolute;
  background: #00305b;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  border-radius: 1px;
}
.btn-circle .close-icon:before {
  width: 100%;
  height: 2px;
}
.btn-circle .close-icon:after {
  height: 100%;
  width: 2px;
}
.link {
  background: transparent;
  transition: all 0.3s;
}
.link-icon-circle {
  width: calc(36px - (36px * var(--ratio)));
  height: calc(36px - (36px * var(--ratio)));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.link-underline {
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 500;
  color: #008bd2;
  text-decoration: underline !important;
}
.link-underline:hover {
  opacity: 0.8;
}
.link-circle-primaryLight {
  background: #008bd2;
  color: #fff;
}
.link-circle-primaryLight:hover {
  color: #fff;
  background: #00699f;
}
.link-white {
  color: #fff;
}
.link-white i {
  color: #fff;
}
.link-white:hover {
  color: #fff;
  opacity: 0.6;
}
.link-primary {
  color: #00305b !important;
}
.link-primary.link-primary--h-lightprimary:hover {
  color: #008BD2 !important;
  opacity: 1;
}
.link-primary:hover {
  color: #00305b !important;
  opacity: 0.6;
}
.link-secondary {
  color: #fcbf00;
  background: transparent;
}
.link-secondary:hover {
  color: #fcbf00;
  opacity: 0.8;
}
.link-text-icon {
  display: inline-flex;
  align-items: center;
}
.link-text-icon i {
  font-size: calc(17px - (17px * var(--ratio)));
  margin-left: calc(15px - (15px * var(--ratio)));
}
.link-text-icon.link-text-icon--animate i {
  right: 0px;
  position: relative;
  transition: right 0.3s;
}
.link-text-icon.link-text-icon--animate:hover i {
  right: -5px;
}
.btn-grp {
  display: flex;
  align-items: center;
}
.btn-grp.-or {
  flex-wrap: wrap;
}
@media (max-width: 1025px) {
  .btn-circle {
    min-width: 40px;
    min-height: 40px;
    max-width: 40px;
    max-height: 40px;
  }
}
@media (max-width: 540px) {
  .btn-grp.-or .btn {
    margin: 10px 0px;
    margin-right: 10px;
  }
  .btn-grp.-or span {
    display: none;
  }
}
.develop-bar-active .footer {
  padding-bottom: calc(60px - (60px * var(--ratio)));
}
.footer {
  padding: calc(20px - (20px * var(--ratio))) 0px;
  background: #00305b;
  color: #fff;
  padding-top: calc(60px - (60px * var(--ratio)));
  padding-bottom: calc(40px - (40px * var(--ratio)));
  overflow: hidden;
}
.footer-emails {
  width: 100%;
}
.footer-emails_item {
  margin-bottom: calc(15px - (15px * var(--ratio)));
}
.footer-emails_item:last-child {
  margin-bottom: 0px;
}
.footer-emails_item_link {
  font-size: calc(16px - (16px * var(--ratio)));
  font-weight: 600;
  display: block;
}
.footer-emails_item_title {
  margin-bottom: calc(4px - (4px * var(--ratio)));
  font-weight: 500;
  font-size: calc(13px - (13px * var(--ratio)));
}
.footer-info {
  display: flex;
  justify-content: space-between;
}
.footer-info .social-list {
  flex-wrap: wrap;
  flex-direction: column;
}
.footer-info .social-list li {
  margin-right: 0px;
  margin-bottom: calc(20px - (20px * var(--ratio)));
}
.footer-info .social-list li:last-child {
  margin-bottom: 0px;
}
.footer-info .social-list li a {
  display: flex;
}
.footer-top {
  margin-bottom: calc(40px - (40px * var(--ratio)));
}
.footer-logo {
  display: block;
  max-width: calc(210px - (210px * var(--ratio)));
}
.footer-logo img {
  display: block;
  width: 100%;
}
.footer-bot_links {
  display: flex;
  flex-wrap: wrap;
}
.footer-bot_links a {
  text-decoration: underline !important;
  color: rgba(255, 255, 255, 0.5);
  margin-right: calc(16px - (16px * var(--ratio)));
}
.footer-bot_links a:hover {
  text-decoration: none !important;
  color: #fff;
}
.footer-bot_links a:last-child {
  margin-right: 0px;
}
.footer-copyright {
  color: rgba(255, 255, 255, 0.5);
  text-align: right;
}
@media (max-width: 1023px) {
  .footer-info {
    margin-top: 60px;
    text-align: left;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .develop-bar-active .footer {
    padding-bottom: 100px;
  }
  .footer {
    text-align: center;
  }
  .footer .location-item {
    margin-bottom: 30px;
  }
  .footer-info {
    margin-top: 20px;
    text-align: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .footer-info .social-list {
    flex-direction: row;
    margin-bottom: 30px;
  }
  .footer-info .social-list li {
    margin: 0px;
    margin-right: 20px;
  }
  .footer-info .social-list li:last-child {
    margin-right: 0px;
  }
  .footer-emails {
    margin-bottom: 30px;
  }
  .footer-logo {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 200px;
  }
  .footer-logo img {
    margin: 0 auto;
  }
  .footer-top {
    margin-bottom: 20px;
  }
  .footer-bot_links {
    justify-content: center;
    margin-bottom: 40px;
  }
  .footer-copyright {
    text-align: center;
  }
}
.slick-dots {
  bottom: 0px;
}
.slick-dots li.slick-active button, .slick-dots li:hover button {
  background: #fff;
}
.slick-dots li button {
  border: 2px solid #fff;
  border-radius: 50%;
}
.slick-dots li button:before {
  display: none !important;
}
.slider-arrow {
  position: absolute;
  font-size: calc(40px - (40px * var(--ratio)));
  width: calc(80px - (80px * var(--ratio)));
  height: calc(80px - (80px * var(--ratio)));
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  top: 50%;
  color: #fff;
  background: rgba(0, 48, 91, 0.3);
  transform: translateY(-50%);
  transition: all 0.3s;
  z-index: 20;
  border-radius: 50%;
}
.slider-arrow:hover {
  background: rgba(0, 48, 91, 0.7);
  color: #fff;
}
.slider-arrow.arrow-right {
  right: calc(80px - (80px * var(--ratio)));
}
.slider-arrow.arrow-right i {
  margin-left: 5px;
}
.slider-arrow.arrow-left {
  left: calc(80px - (80px * var(--ratio)));
}
.slider-arrow.arrow-left i {
  margin-right: 5px;
}
.dots-white .slick-dots {
  bottom: -50px;
}
.dots-white .slick-dots li.slick-active button, .dots-white .slick-dots li:hover button {
  background: #fff;
}
.dots-white .slick-dots li button {
  border: 2px solid #fff;
  border-radius: 50%;
}
.dots-white .slick-dots li button:before {
  display: none !important;
}
.dots-primary .slick-dots {
  bottom: -50px;
}
.dots-primary .slick-dots li.slick-active button, .dots-primary .slick-dots li:hover button {
  background: #00305b;
}
.dots-primary .slick-dots li button {
  border: 2px solid #00305b;
  border-radius: 50%;
}
.dots-primary .slick-dots li button:before {
  display: none !important;
}
@media (max-width: 1023px) {
  .slick-dotted {
    margin-bottom: 50px !important;
  }
}
.dot-list {
  margin-left: calc(20px - (20px * var(--ratio)));
  list-style-type: none;
}
.dot-list.dot-list--light-primary li:before {
  background: #008bd2;
}
.dot-list.dot-list--lg {
  margin-left: calc(25px - (25px * var(--ratio)));
}
.dot-list.dot-list--lg li:before {
  width: calc(12px - (12px * var(--ratio)));
  height: calc(12px - (12px * var(--ratio)));
  top: calc(8px - (8px * var(--ratio)));
  left: calc(-25px + (25px * var(--ratio)));
}
.dot-list li {
  position: relative;
  margin-bottom: calc(15px - (15px * var(--ratio)));
}
.dot-list li:before {
  content: '';
  display: block;
  position: absolute;
  left: calc(-20px - (20px * var(--ratio)));
  width: calc(8px - (8px * var(--ratio)));
  height: calc(8px - (8px * var(--ratio)));
  border-radius: 50%;
  background: #00305b;
  top: calc(9px - (9px * var(--ratio)));
}
.dot-list li:last-child {
  margin-bottom: 0px !important;
}
@media (max-width: 1025px) {
  .dot-list.dot-list--lg li:before {
    top: 4px;
  }
}
::-webkit-scrollbar-button {
  background-image: url();
  background-repeat: no-repeat;
  width: 100%;
  height: 0;
}
::-webkit-scrollbar-track {
  background-color: #fff;
}
::-webkit-scrollbar-track:active {
  background-color: white;
}
::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background-color: #00305b;
  background-repeat: no-repeat;
  background-position: center;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #003d75;
}
::-webkit-scrollbar-thumb:active {
  background-color: #002342;
}
::-webkit-scrollbar-thumb:vertical {
  background-image: none;
}
::-webkit-scrollbar-thumb:horizontal {
  background-image: none;
}
::-webkit-resizer {
  background-image: url('');
  background-repeat: no-repeat;
  background-color: #fff;
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
body {
  scrollbar-face-color: #00305b;
  scrollbar-track-color: #fff;
  scrollbar-shadow-color: #00305b;
  scrollbar-arrow-color: #00305b;
}
.dot {
  position: relative;
}
.dot:after {
  content: '';
  display: block;
  position: absolute;
  border-radius: 50%;
  z-index: 1;
}
.dot:before {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0;
  z-index: 0;
}
.dot.-right:before {
  right: 10px;
}
.dot.-right:after {
  right: 0px;
}
.dot.-left.-xs:before {
  left: 5px;
}
.dot.-left.-sm:before {
  left: 5px;
}
.dot.-left.-md:before {
  left: 5px;
}
.dot.-left.-lg:before {
  left: 10px;
}
.dot.-secondary:after {
  background: #fcbf00;
}
.dot.-secondary.-right:before {
  background-image: linear-gradient(to right, rgba(252, 191, 0, 0) 0%, rgba(252, 191, 0, 0.6) 100%);
}
.dot.-secondary.-left:before {
  background-image: linear-gradient(to right, rgba(252, 191, 0, 0.6) 0%, rgba(252, 191, 0, 0) 100%);
}
.dot.-primary:after {
  background: #00305b;
}
.dot.-primary.-right:before {
  background-image: linear-gradient(to right, rgba(0, 139, 210, 0) 0%, rgba(0, 139, 210, 0.6) 100%);
}
.dot.-primary.-left:before {
  background-image: linear-gradient(to right, rgba(0, 139, 210, 0.6) 0%, rgba(0, 139, 210, 0) 100%);
}
.dot.-xs {
  height: calc(8px - (8px * var(--ratio)));
}
.dot.-xs:before {
  right: calc(5px - (5px * var(--ratio)));
}
.dot.-xs:after {
  width: calc(8px - (8px * var(--ratio)));
  height: calc(8px - (8px * var(--ratio)));
}
.dot.-w12 {
  height: calc(12px - (12px * var(--ratio)));
}
.dot.-w12:before {
  right: calc(5px - (5px * var(--ratio)));
}
.dot.-w12:after {
  width: calc(12px - (12px * var(--ratio)));
  height: calc(12px - (12px * var(--ratio)));
}
.dot.-sm {
  height: calc(16px - (16px * var(--ratio)));
}
.dot.-sm:after {
  width: calc(16px - (16px * var(--ratio)));
  height: calc(16px - (16px * var(--ratio)));
}
.dot.-md {
  height: calc(18px - (18px * var(--ratio)));
}
.dot.-md:after {
  width: calc(18px - (18px * var(--ratio)));
  height: calc(18px - (18px * var(--ratio)));
}
.dot.-lg {
  height: calc(22px - (22px * var(--ratio)));
}
.dot.-lg.-width-0 {
  width: 22px;
}
.dot.-lg:after {
  width: calc(22px - (22px * var(--ratio)));
  height: calc(22px - (22px * var(--ratio)));
}
.dot.-width-0 {
  width: 0px;
}
.dot.-width-0:before {
  display: none;
}
.dot.-width-150 {
  width: calc(150px - (150px * var(--ratio)));
}
.dot.-width-180 {
  width: calc(180px - (180px * var(--ratio)));
}
.dot.-width-270 {
  width: calc(270px - (270px * var(--ratio)));
}
.dot.-width-90 {
  width: calc(90px - (90px * var(--ratio)));
}
.dot.-width-200 {
  width: calc(200px - (200px * var(--ratio)));
}
.dot.-width-300 {
  width: calc(300px - (300px * var(--ratio)));
}
.dot.-width-80 {
  width: calc(80px - (80px * var(--ratio)));
}
.dot.-width-70 {
  width: calc(70px - (70px * var(--ratio)));
}
.dot.-width-40 {
  width: calc(40px - (40px * var(--ratio)));
}
.dot.-width-30 {
  width: calc(30px - (30px * var(--ratio)));
}
.dot.-width-100 {
  width: calc(100px - (100px * var(--ratio)));
}
.dot.-width-sm {
  width: calc(180px - (180px * var(--ratio)));
}
.dot.-width-md {
  width: calc(250px - (250px * var(--ratio)));
}
.dot.-width-lg {
  width: calc(250px - (250px * var(--ratio)));
}
.features-post-slider.mobile {
  display: none;
}
.features-menu {
  position: sticky;
  top: calc(150px - (150px * var(--ratio)));
  padding: calc(40px - (40px * var(--ratio))) 0px;
  padding-right: calc(60px - (60px * var(--ratio)));
  margin-left: calc(250px - (250px * var(--ratio)));
  border: 1px solid #e0e0e0;
  border-left: none;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
}
.features-menu:before {
  content: '';
  display: block;
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -999px;
  right: 100%;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.features-menu[data-step='1'] .features-menu_dot {
  top: 0px;
}
.features-menu[data-step='2'] .features-menu_dot {
  top: calc(40px - (40px * var(--ratio)));
}
.features-menu[data-step='3'] .features-menu_dot {
  top: calc(80px - (80px * var(--ratio)));
}
.features-menu[data-step='4'] .features-menu_dot {
  top: calc(120px - (120px * var(--ratio)));
}
.features-menu[data-step='5'] .features-menu_dot {
  top: calc(160px - (160px * var(--ratio)));
}
.features-menu[data-step='6'] .features-menu_dot {
  top: calc(200px - (200px * var(--ratio)));
}
.features-menu_dot {
  position: absolute;
  right: calc(100% + 20px);
  height: calc(35px - (35px * var(--ratio)));
  display: flex;
  align-items: center;
  margin-top: calc(40px - (40px * var(--ratio)));
  transition: all 0.3s;
}
.features-menu li {
  height: calc(40px - (40px * var(--ratio)));
  display: flex;
  align-items: center;
}
.features-menu_item {
  display: block;
  font-size: calc(1rem - (1rem * var(--ratio)));
  padding: 0px;
  font-family: 'Poppins';
  font-weight: 600;
}
.features-menu_item.active {
  color: #212121;
}
.features-menu_wrapper {
  display: inline-block;
  position: absolute;
  top: calc(100px - (100px * var(--ratio)));
  bottom: 0px;
}
.features-block {
  padding-top: calc(100px - (100px * var(--ratio)));
  padding-bottom: calc(160px - (160px * var(--ratio)));
}
.features-block_title {
  margin-bottom: calc(60px - (60px * var(--ratio)));
}
.features-block_descr {
  margin-bottom: calc(60px - (60px * var(--ratio)));
  font-size: calc(1.25rem - (1.25rem * var(--ratio)));
}
.features-block_list {
  position: relative;
  z-index: 1;
}
.features-block_list.active .features-block_list-trigger-show {
  position: absolute;
  left: -99999px;
  opacity: 0;
}
.features-block_list.active .features-block_list-trigger-show:before, .features-block_list.active .features-block_list-trigger-show:after {
  opacity: 0;
}
.features-block_list.active .features-block_list-trigger-hide {
  display: inline-flex;
}
.features-block_list.active .features-item.-hide {
  display: block;
}
.features-block_list .features-block_list-trigger-hide {
  display: none;
}
.features-item {
  margin-bottom: calc(60px - (60px * var(--ratio)));
}
@media (max-width: 768px) {
  .features-item.-dot {
    padding-left: calc(24px - (24px * var(--ratio)));
  }
}
.features-item.-dot .dot {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(100% + 10px);
}
.features-item.-hide {
  display: none;
  margin-top: -2px;
}
.features-item_title {
  position: relative;
  color: #00305b;
  margin-bottom: calc(20px - (20px * var(--ratio)));
}
@media (max-width: 1400px) {
  .features-menu {
    margin-left: 150px;
  }
  .features-menu_dot .dot.-width-md {
    width: 150px;
  }
}
@media (max-width: 1025px) {
  .features-menu_wrapper {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .features-block {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .features-post-slider.desktop {
    display: none;
  }
  .features-post-slider.mobile {
    display: block;
  }
}
.section-contacts {
  background: linear-gradient(180deg, #00305b 0%, #0072b1 100%);
  position: relative;
  z-index: 5;
}
.tabs {
  position: relative;
  display: inline-block;
}
.tabs.-custom .tabs-menu-gradient {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: linear-gradient(to right, #e5b309 0%, #bd8510 100%);
  z-index: 1;
  bottom: 0px;
  right: 0px;
  border-radius: 50px;
  margin: -2px;
}
.tabs.-custom[data-tab="1"] .tabs-menu-bg {
  left: calc(0% + 0px);
}
.tabs.-custom[data-tab="2"] .tabs-menu-bg {
  left: calc(50% - 0px);
}
.tabs.-custom .tabs-menu-bg {
  position: absolute;
  top: 0;
  bottom: 0px;
  left: 0;
  border-radius: 40px;
  width: calc(250px - (250px * var(--ratio)));
  z-index: 2;
  transition: all 0.3s;
  background: #00305b;
}
.tabs.-custom .nav-tabs {
  border: none;
  border-radius: 40px;
  position: relative;
  z-index: 3;
  display: inline-flex;
  height: calc(44px - (44px * var(--ratio)));
}
.tabs.-custom .nav-tabs .nav-item {
  border-radius: 0px;
  width: calc(250px - (250px * var(--ratio)));
}
.tabs.-custom .nav-tabs .nav-item:first-child .nav-link {
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}
.tabs.-custom .nav-tabs .nav-item:last-child .nav-link {
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}
.tabs.-custom .nav-tabs .nav-link {
  padding: 0 5px;
  height: calc(44px - (44px * var(--ratio)));
  width: 100%;
  justify-content: center;
  background: transparent;
  color: #fff;
  border: none;
  display: flex;
  align-items: center;
  border-radius: 0px;
}
@media (max-width: 1024px) {
  .tabs-wrapper {
    text-align: center;
  }
  .tabs.-custom {
    margin-bottom: 30px;
    width: 100%;
  }
  .tabs.-custom .tabs-menu-bg {
    width: 50%;
  }
  .tabs.-custom .nav-tabs {
    width: 100%;
  }
  .tabs.-custom .nav-tabs .nav-item {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .tabs.-custom .tabs-menu-bg {
    display: none;
  }
  .tabs.-custom .nav-tabs {
    overflow: hidden;
  }
  .tabs.-custom .nav-tabs .nav-link {
    border-radius: 50px !important;
  }
  .tabs.-custom .nav-tabs .nav-link.active {
    background: #00305b;
  }
}
@media (max-width: 370px) {
  .tabs.-custom .nav-tabs .nav-link {
    font-size: 14px;
  }
}
.social-list {
  display: flex;
}
.social-list li {
  margin-right: calc(32px - (32px * var(--ratio)));
}
.social-list li:last-child {
  margin-right: 0px;
}
.social-list a {
  font-size: calc(48px - (48px * var(--ratio)));
}
.location-item {
  position: relative;
}
.location-item.-full {
  margin-bottom: calc(200px - (200px * var(--ratio)));
}
.location-item.-full:last-child {
  margin-bottom: 0px !important;
}
.location-item.-full .location-item_title {
  margin-bottom: calc(15px - (15px * var(--ratio)));
}
.location-item.-full .location-item_subtitle {
  font-size: calc(1.25rem - (1.25rem * var(--ratio)));
  margin-bottom: 0px;
}
.location-item.-full .location-item_address {
  font-size: calc(1.25rem - (1.25rem * var(--ratio)));
}
.location-item.-full .animation-dots {
  top: -50px;
  bottom: -50px;
  height: initial;
}
.location-item.-full .animation-dots .animation-dot.dot-1 {
  animation-duration: 5s;
  bottom: 30px;
}
.location-item.-full .animation-dots .animation-dot.dot-2 {
  animation-duration: 8s;
  bottom: 50px;
}
.location-item.-full .animation-dots .animation-dot.dot-3 {
  animation-duration: 12s;
  top: 20px;
}
.location-item.-full.location-item--2 .animation-dots .animation-dot.dot-1 {
  animation-duration: 7s;
  bottom: 20px;
}
.location-item.-full.location-item--2 .animation-dots .animation-dot.dot-2 {
  animation-duration: 13s;
  bottom: 100px;
}
.location-item.-full.location-item--2 .animation-dots .animation-dot.dot-3 {
  animation-duration: 9s;
  top: 50px;
}
.location-item_title {
  margin-bottom: calc(10px - (10px * var(--ratio)));
}
.location-item_subtitle {
  margin-bottom: calc(15px - (15px * var(--ratio)));
  font-size: calc(1rem - (1rem * var(--ratio)));
}
.location-item_address {
  font-size: calc(1rem - (1rem * var(--ratio)));
}
.location-item_phone {
  margin-top: calc(20px - (20px * var(--ratio)));
}
.location-item_content {
  padding-top: calc(40px - (40px * var(--ratio)));
}
.location-item_bg {
  height: calc(470px - (470px * var(--ratio)));
  position: relative;
  z-index: 1;
}
.location-item_bg .ellipse {
  height: 100%;
}
.location-item_map {
  height: calc(370px - (370px * var(--ratio)));
  position: relative;
  margin-top: calc(-100px - (100px * var(--ratio)));
}
.location-item_map.-right .google-map {
  left: 0px;
  right: calc(-500px - (500px * var(--ratio)));
}
.location-item_map .google-map {
  border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  overflow: hidden;
  position: absolute !important;
  top: 0px;
  bottom: 0px;
  left: calc(-500px - (500px * var(--ratio)));
  right: 0px;
}
.ratio.ratio-25 .location-item_map .google-map {
  zoom: 75%;
}
@media (max-width: 1023px) {
  .location-item.-full {
    margin-bottom: 100px;
  }
  .location-item_bg {
    margin-top: 40px;
  }
  .location-item_map.-right .google-map {
    left: 0px;
    right: -24px;
    border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .location-item_map .google-map {
    left: -24px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
}
@media (max-width: 767px) {
  .location-item_content {
    padding-top: 0px;
  }
  .location-item_map {
    margin-top: 20px;
  }
  .location-item_map .google-map {
    border-radius: 0px !important;
    margin-left: -24px !important;
    margin-right: -24px !important;
  }
  .location-item_bg {
    height: initial;
    padding-bottom: 56.25%;
  }
  .location-item_bg .ellipse {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .location-item_bg .ellipse:before {
    display: none !important;
  }
  .location-item_bg .ellipse-bg-image.ellipse-bg-image {
    display: block !important;
    max-width: 100% !important;
    width: 100% !important;
    border-radius: 0px !important;
  }
}
.scroll-top-btn {
  position: fixed;
  bottom: 0;
  right: calc(20px - (20px * var(--ratio)));
  z-index: 100;
  width: calc(60px - (60px * var(--ratio)));
  height: calc(60px - (60px * var(--ratio)));
  border: none;
  border-radius: 50%;
  cursor: pointer;
  background-color: #008bd2;
  transition: 0.3s;
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
  color: #fff;
  font-size: calc(15px - (15px * var(--ratio))) !important;
}
.scroll-top-btn:hover {
  background: #00699f;
}
.scroll-top-btn:active, .scroll-top-btn:focus {
  background: #005886;
}
.scroll-top-btn.-show {
  transform: translate(0, -100px);
}
@media (max-width: 1025px) {
  .scroll-top-btn {
    display: none !important;
  }
}
.prognroll-bar {
  z-index: 10 !important;
  height: calc(4px - (4px * var(--ratio))) !important;
}
.prognroll-bar:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 2px;
  left: 0px;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 139, 210, 0) 0%, #008bd2 100%);
}
.prognroll-bar:after {
  content: '';
  display: block;
  position: absolute;
  right: 0px;
  height: 100%;
  width: calc(4px - (4px * var(--ratio))) !important;
  background: #00305b;
  border-radius: 50%;
}
.descr a {
  color: #008bd2;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.descr a:hover {
  color: #00305b;
}
.descr.font-sm {
  font-size: calc(1rem - (1rem * var(--ratio)));
}
.descr.font-lg {
  font-size: calc(1.25rem - (1.25rem * var(--ratio)));
}
.descr.font-xl {
  font-size: calc(1.625rem - (1.625rem * var(--ratio)));
}
.descr.descr--sm h1, .descr.descr--sm h2, .descr.descr--sm h3, .descr.descr--sm h4, .descr.descr--sm h5, .descr.descr--sm h6 {
  margin-top: calc(40px - (40px * var(--ratio)));
  margin-bottom: calc(20px - (20px * var(--ratio)));
}
.descr.descr--sm blockquote:first-child {
  padding-top: 0px !important;
}
.descr.descr--sm blockquote {
  border: none;
  padding: calc(40px - (40px * var(--ratio))) calc(0px - (0px * var(--ratio)));
}
.descr.descr--sm blockquote p {
  letter-spacing: 0.44px;
  font-style: italic;
  font-family: "Sarabun", sans-serif;
  margin-bottom: calc(5px - (5px * var(--ratio)));
  font-weight: 200;
  font-size: calc(1.25rem - (1.25rem * var(--ratio)));
  line-height: 1.4;
  width: 100%;
}
.descr.descr--sm blockquote cite {
  font-weight: 600;
  color: #212121;
  margin: 0px;
  width: 100%;
  text-align: right;
  font-size: calc(1.125rem - (1.125rem * var(--ratio)));
  display: block;
}
.descr.single-post.descr-block--font-lg p, .descr.single-post.descr-block--font-lg a, .descr.single-post.descr-block--font-lg ul {
  font-size: calc(1.375rem - (1.375rem * var(--ratio)));
}
.descr.single-post h1:first-child, .descr.single-post h2:first-child, .descr.single-post h3:first-child, .descr.single-post h4:first-child, .descr.single-post h5:first-child, .descr.single-post h6:first-child {
  margin-top: 0px !important;
}
.descr.single-post.vacancy ol, .descr.single-post.vacancy ul {
  margin-left: 0px !important;
}
.descr.single-post h1, .descr.single-post h2, .descr.single-post h3, .descr.single-post h4, .descr.single-post h5, .descr.single-post h6 {
  margin-top: calc(80px - (80px * var(--ratio)));
  margin-bottom: calc(60px - (60px * var(--ratio)));
}
.descr.single-post ol {
  margin: calc(40px - (40px * var(--ratio))) 0;
  margin-left: calc(80px - (80px * var(--ratio)));
  list-style-type: decimal;
  line-height: calc(28px - (28px * var(--ratio)));
  font-size: calc(1.25rem - (1.25rem * var(--ratio)));
  counter-reset: counterOL;
  list-style-type: none;
}
.descr.single-post ol li {
  margin-bottom: calc(27px - (27px * var(--ratio)));
  padding-left: calc(35px - (35px * var(--ratio)));
  position: relative;
}
.descr.single-post ol li:before {
  counter-increment: counterOL;
  content: counter(counterOL) ". ";
  font-weight: 600;
  position: absolute;
  left: 0px;
}
.descr.single-post ol li:last-child {
  margin-bottom: 0px !important;
}
.descr.single-post ul {
  margin-left: calc(80px - (80px * var(--ratio)));
  list-style-type: none;
}
.descr.single-post ul.wp-block-gallery {
  margin-left: 0px;
  padding-left: 0px;
}
.descr.single-post ul.wp-block-gallery li {
  margin-bottom: calc(16px - (16px * var(--ratio))) !important;
}
.descr.single-post ul.wp-block-gallery li:last-child {
  margin-bottom: calc(16px - (16px * var(--ratio))) !important;
}
.descr.single-post ul.wp-block-gallery li:before {
  display: none !important;
}
.descr.single-post ul li {
  position: relative;
  margin-bottom: calc(15px - (15px * var(--ratio)));
}
.descr.single-post ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: calc(-20px - (20px * var(--ratio)));
  width: calc(8px - (8px * var(--ratio)));
  height: calc(8px - (8px * var(--ratio)));
  border-radius: 50%;
  background: #00305b;
  top: calc(10px - (10px * var(--ratio)));
}
.descr.single-post ul li:last-child {
  margin-bottom: 0px !important;
}
.descr.single-post ul a {
  color: #008bd2;
  display: inline;
  border-bottom: 1px dashed #008bd2;
}
.descr.single-post ul a:hover {
  color: #00305b;
}
.descr p {
  margin-bottom: calc(30px - (30px * var(--ratio)));
}
@media only screen and (max-width: 767px) {
  .descr p {
    margin-bottom: 20px;
  }
}
.descr p:last-child {
  margin-bottom: 0px !important;
}
.descr h1 {
  margin-bottom: calc(50px - (50px * var(--ratio)));
}
.descr ul {
  margin: calc(30px - (30px * var(--ratio))) 0;
  margin-left: calc(20px - (20px * var(--ratio)));
  padding-left: calc(20px - (20px * var(--ratio)));
  list-style-type: disc;
}
.descr ul:last-child {
  margin-bottom: 0px !important;
}
.descr .wp-block-image {
  margin: calc(60px - (60px * var(--ratio))) 0;
}
.descr .wp-block-quote {
  border: none;
  padding: calc(20px - (20px * var(--ratio))) calc(60px - (60px * var(--ratio)));
}
.descr .wp-block-quote p {
  letter-spacing: 0.44px;
  font-style: italic;
  font-family: "Sarabun", sans-serif;
  margin-bottom: calc(5px - (5px * var(--ratio)));
  font-weight: 200;
  font-size: calc(1.5rem - (1.5rem * var(--ratio)));
  line-height: calc(32px - (32px * var(--ratio)));
  width: 100%;
}
.descr .wp-block-quote cite {
  font-weight: 600;
  color: #212121;
  margin: 0px;
  width: 100%;
  text-align: right;
  font-size: calc(1.125rem - (1.125rem * var(--ratio)));
  display: block;
}
.has-primary-background-color {
  background-color: #0073a8 !important;
}
.has-secondary-background-color {
  background-color: #005075 !important;
}
.has-dark-gray-background-color {
  background-color: #111 !important;
}
.has-light-gray-background-color {
  background-color: #767676 !important;
}
.has-white-background-color {
  background-color: white !important;
}
.has-primary-color {
  color: #0073a8 !important;
}
.has-secondary-color {
  color: #005075 !important;
}
.has-dark-gray-color {
  color: #111 !important;
}
.has-light-gray-color {
  color: #767676 !important;
}
.has-white-color {
  color: white !important;
}
.wp-block-pullquote__citation, .wp-block-pullquote cite, .wp-block-pullquote footer {
  color: inherit;
}
@media (max-width: 1023px) {
  .descr.single-post ul li:before {
    top: 6px;
  }
  .descr.single-post ul, .descr.single-post ol {
    margin-left: 40px !important;
  }
  .descr .wp-block-quote {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .descr.single-post ul, .descr.single-post ol {
    margin-left: 20px !important;
  }
}
@media (max-width: 540px) {
  .descr.single-post .wp-block-quote {
    padding: 15px 10px;
  }
  .descr.single-post .wp-block-quote p {
    font-size: 20px;
  }
  .descr.single-post ol li {
    padding-left: 20px;
  }
  .descr.single-post ul, .descr.single-post ol {
    margin-left: 0px !important;
  }
}
.post-item {
  margin-bottom: calc(80px - (80px * var(--ratio)));
}
.post-item .-wide {
  display: none;
}
.post-item.-horizontal {
  display: flex;
}
.post-item.-horizontal .post-item_img {
  min-width: calc(380px - (380px * var(--ratio)));
  margin-right: calc(48px - (48px * var(--ratio)));
  margin-bottom: 0px;
}
.post-item_title {
  margin-bottom: calc(20px - (20px * var(--ratio)));
  display: block;
  color: #212121;
}
.post-item_title:hover {
  color: #00305b;
}
.post-item_date {
  color: #757575;
  font-size: calc(13px - (13px * var(--ratio)));
  margin: calc(5px - (5px * var(--ratio))) 0;
}
.post-item_media {
  margin-top: calc(20px - (20px * var(--ratio)));
}
.post-item_media img {
  max-width: calc(150px - (150px * var(--ratio)));
}
.post-item_authors {
  font-size: calc(13px - (13px * var(--ratio)));
  margin-top: calc(10px - (10px * var(--ratio)));
  color: #757575;
}
.post-item_author {
  display: inline-flex;
  pointer-events: all;
}
.post-item_author:first-child {
  margin-left: calc(3px - (3px * var(--ratio)));
}
.post-item_author:first-child .post-item_author_divider {
  display: none;
}
.post-item_author_divider {
  margin: 0 calc(5px - (5px * var(--ratio)));
}
.post-item_author_link {
  position: relative;
  font-size: calc(13px - (13px * var(--ratio)));
  z-index: 10;
  font-weight: 600;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.post-item_author_link.link-primary {
  color: #008bd2;
}
.post-item_author_link.link-primary:hover {
  color: #00305b;
  opacity: 1;
}
.post-item_img {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  margin-bottom: calc(24px - (24px * var(--ratio)));
  padding-bottom: calc(230px - (230px * var(--ratio)));
  display: block;
}
.post-item_img:hover .resp-img {
  transform: scale(1.2);
  transition: all 4s;
}
@media only screen and (max-width: 1024px) {
  .post-item_img:hover .resp-img {
    transform: initial;
  }
}
.post-item_img .resp-img {
  transition: all 0.5s;
}
.post-item_content_top {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: calc(10px - (10px * var(--ratio)));
}
.post-item_content_top .post-cat_list {
  margin: calc(5px - (5px * var(--ratio))) 0;
}
@media (max-width: 1023px) {
  .post-slider .slick-slide {
    opacity: 1 !important;
  }
  .post-item.-horizontal {
    flex-wrap: wrap;
  }
  .post-item.-horizontal .post-item_img {
    max-width: 100%;
    width: 100%;
    min-width: initial;
    margin-right: 0px;
    margin-bottom: 24px;
  }
}
@media (max-width: 540px) {
  .post-slider .post-item {
    max-width: 100%;
    width: 100%;
  }
}
.post-cat_list {
  display: flex;
  align-items: center;
  pointer-events: all;
}
.post-cat_list.-lg .post-cat_item {
  font-size: calc(1rem - (1rem * var(--ratio)));
  border: 2px solid #00305b;
  background: transparent;
  color: #00305b;
}
.post-cat_list.-white .post-cat_item {
  background: #fff;
}
.post-cat_list.-white .post-cat_item:hover {
  background: #ccc;
}
.post-cat_item {
  border-radius: calc(15px - (15px * var(--ratio)));
  background-color: #ebeff2;
  color: #00305b;
  padding: 0px calc(10px - (10px * var(--ratio)));
  font-size: calc(13px - (13px * var(--ratio)));
  display: inline-flex;
  margin-right: calc(10px - (10px * var(--ratio)));
  position: relative;
  z-index: 10;
}
.post-cat_item:hover {
  background: #adbeca;
}
.post-feature-item.-tall {
  height: calc(500px - (500px * var(--ratio)));
}
.post-feature-item.-short {
  width: calc(370px - (370px * var(--ratio)));
}
.post-feature-item.-long {
  width: calc(800px - (800px * var(--ratio)));
}
.post-feature-item.-long.-half {
  height: calc(500px - (500px * var(--ratio)));
  display: grid;
  row-gap: calc(45px - (45px * var(--ratio)));
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr;
}
.post-feature-item .post-overlay-item {
  width: 100%;
  height: 100%;
}
.post-overlay-item {
  position: relative;
  z-index: 2;
  border-radius: 20px;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.post-overlay-item:hover .resp-img {
  transform: scale(1.2);
  transition: all 4s;
}
@media only screen and (max-width: 1024px) {
  .post-overlay-item:hover .resp-img {
    transform: initial;
  }
}
.post-overlay-item .post-item_authors {
  color: #fff;
}
.post-overlay-item .resp-img {
  transition: all 0.5s;
}
.post-overlay-item.height-default {
  padding-bottom: calc(460px - (460px * var(--ratio)));
}
.post-overlay-item.-short .post-overlay-item_descr {
  display: block;
}
.post-overlay-item.-half {
  padding-bottom: calc(230px - (230px * var(--ratio)));
}
.post-overlay-item.-short .post-overlay-item_descr {
  font-size: calc(1rem - (1rem * var(--ratio)));
}
.post-overlay-item_link {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.post-overlay-item_image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.post-overlay-item_image:before {
  background-image: linear-gradient(180deg, rgba(0, 48, 91, 0) 20%, rgba(0, 48, 91, 0.5) 70%, rgba(0, 48, 91, 0.5) 70%, rgba(0, 48, 91, 0.5) 100%);
  position: absolute;
  content: "";
  display: block;
  left: 0px;
  width: 100%;
  z-index: 1;
  top: 30px;
  bottom: 0px;
}
.post-overlay-item_content {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  padding: calc(30px - (30px * var(--ratio))) calc(40px - (40px * var(--ratio)));
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 2;
  pointer-events: none;
}
.post-overlay-item_top {
  margin-bottom: calc(15px - (15px * var(--ratio)));
  display: flex;
  align-items: center;
}
.post-overlay-item_date {
  font-size: calc(13px - (13px * var(--ratio)));
}
.post-overlay-item_descr {
  display: none;
  margin-top: calc(20px - (20px * var(--ratio)));
}
.news-sidebar-post {
  margin-bottom: calc(80px - (80px * var(--ratio)));
}
@media (max-width: 1023px) {
  .news-sidebar-post {
    margin-bottom: 40px;
  }
  .post-feature-item.-tall {
    height: 400px;
  }
  .post-feature-item.-short {
    width: 275px;
  }
  .post-feature-item.-long {
    width: 500px;
  }
  .post-feature-item.-long.-half {
    height: 400px;
    display: grid;
    row-gap: 24px;
  }
}
@media (max-width: 767px) {
  .post-feature-item.-long {
    width: 275px;
  }
  .news-sidebar {
    margin-bottom: 40px;
  }
  .post-item_img {
    padding-bottom: 56.25%;
  }
  .post-item .-default {
    display: none;
  }
  .post-item .-wide {
    display: block;
  }
  .post-overlay-item_image:before {
    top: 0px;
  }
  .post-overlay-item_top {
    flex-wrap: wrap;
  }
  .post-overlay-item_top .post-cat_list {
    margin: 3px 0;
  }
  .post-overlay-item_content {
    padding: 15px 20px;
  }
}
.client-list {
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  grid-gap: calc(80px - (80px * var(--ratio)));
}
.client-list.-col-5 {
  grid-template-columns: repeat(5, 1fr);
  grid-auto-flow: initial;
}
.client-list_wrapper .client_list-trigger-hide {
  display: none;
}
.client-list_wrapper.active .client_list-trigger-hide {
  display: inline-flex;
}
.client-list_wrapper.active .client-list-trigger-show {
  display: none;
}
.client-list_wrapper.active .client-item.-hide {
  display: block;
}
.client-item {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.client-item.client-item--link:hover {
  opacity: 0.4;
}
.client-item img {
  max-width: calc(150px - (150px * var(--ratio)));
  max-height: calc(130px - (130px * var(--ratio)));
  width: 100%;
}
.client-item.-hide {
  display: none;
}
.clientsTicker-slider {
  overflow: hidden;
}
.clientsTicker-slider .js-marquee {
  display: flex;
  align-items: center;
}
.clientsTicker-slider .client-item {
  margin-right: calc(100px - (100px * var(--ratio)));
  display: inline-flex;
  width: calc(150px - (150px * var(--ratio)));
  height: calc(130px - (130px * var(--ratio)));
}
@media (max-width: 1023px) {
  .client-list.-col-5 {
    grid-gap: 50px 40px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .client {
    justify-content: center;
  }
  .client-list {
    grid-auto-flow: initial;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: calc(20px - (20px * var(--ratio)));
  }
  .client-list.-col-5 {
    grid-template-columns: repeat(3, 1fr);
  }
  .clientsTicker-slider .client-item {
    margin-right: 50px;
  }
}
@media (max-width: 540px) {
  .client-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .client-list.-col-5 {
    grid-template-columns: repeat(2, 1fr);
  }
  .client-item img {
    max-width: 150px;
  }
}
.modal-content {
  border-radius: calc(40px - (40px * var(--ratio)));
  border: none;
  padding: calc(40px - (40px * var(--ratio)));
}
.modal-dialog {
  max-width: calc(500px - (500px * var(--ratio)));
}
.modal-header {
  border: none;
  padding: 0px;
  flex-wrap: wrap;
  margin-bottom: calc(30px - (30px * var(--ratio)));
}
.modal-header_descr {
  margin-top: calc(20px - (20px * var(--ratio)));
  font-size: calc(1.25rem - (1.25rem * var(--ratio)));
}
.modal-subtitle {
  font-size: calc(1.25rem - (1.25rem * var(--ratio)));
  font-weight: 600;
}
.modal-dialog {
  padding: 0 24px;
}
.modal-close {
  position: absolute;
  top: 0px;
  right: calc(-90px + (90px * var(--ratio)));
}
.modal-body {
  padding: 0px;
}
.request-modal .modal-dialog {
  max-width: calc(818px - (818px * var(--ratio)));
}
@media (min-width: 1024px) {
  .modal-lg, .modal-xl {
    max-width: calc(850px - (850px * var(--ratio)));
  }
}
@media (max-width: 1025px) {
  .modal.modal-default .modal-content {
    margin-top: 50px;
  }
  .modal.modal-default .modal-close {
    top: -50px;
    right: 0px;
  }
  .modal.develop-modal .modal-close {
    top: -50px;
    right: 0px;
  }
  .modal.request-modal {
    padding-top: 50px;
  }
  .modal.request-modal .modal-close {
    top: -50px;
    right: 0px;
  }
  .modal.request-modal .form-group_submit > p {
    max-width: 100%;
    width: 100%;
  }
  .modal.request-modal .form-group_submit > p .btn {
    max-width: 100%;
    width: 100%;
  }
  .modal-dialog {
    max-width: 100%;
  }
  .modal-content {
    padding: 30px;
    border-radius: 30px;
  }
}
@media (max-width: 540px) {
  .modal-content {
    padding: 20px;
  }
  .modal-dialog {
    padding: 0 5px;
  }
}
.employee-list {
  display: grid;
  gap: calc(48px - (48px * var(--ratio)));
  grid-template-columns: repeat(4, 1fr);
}
.employee-list.-single {
  grid-template-columns: 1fr !important;
}
.employee-item.-small .employee-item_img {
  width: calc(100px - (100px * var(--ratio)));
  height: calc(100px - (100px * var(--ratio)));
  border-radius: 50%;
  position: relative;
}
.employee-item.-small .employee-item_img .resp-img {
  background-position: center 20%;
  background-size: 140%;
}
.employee-item.-main {
  display: flex;
}
.employee-item.-main .employee-item_img {
  min-width: calc(350px - (350px * var(--ratio)));
  margin-right: calc(48px - (48px * var(--ratio)));
}
.employee-item.-main .employee-item_name {
  font-family: 'Poppins';
  font-weight: 600;
  font-family: calc(1.375rem - (1.375rem * var(--ratio)));
}
.employee-item.-main .employee-item_position {
  font-size: calc(1.25rem - (1.25rem * var(--ratio)));
}
.employee-item.-main .employee-item_info {
  margin-top: calc(40px - (40px * var(--ratio)));
}
.employee-item_img {
  margin-bottom: calc(20px - (20px * var(--ratio)));
  text-align: center;
  height: calc(360px - (360px * var(--ratio)));
  border-radius: 24px;
  -webkit-mask-image: -webkit-radial-gradient(#fff, #000);
  overflow: hidden;
  width: 100%;
}
.employee-item_img img {
  max-height: 100%;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
}
.employee-item_name {
  margin-bottom: 5px;
  font-size: calc(1.25rem - (1.25rem * var(--ratio)));
  font-weight: 600;
}
.employee-item_position {
  font-size: calc(1rem - (1rem * var(--ratio)));
}
.employee-item_descr {
  margin-top: calc(30px - (30px * var(--ratio)));
}
.employee-item_info {
  margin-top: calc(15px - (15px * var(--ratio)));
}
.employee-item_info a {
  margin-right: calc(15px - (15px * var(--ratio)));
  display: inline-flex;
}
.employee-item_info a svg {
  width: calc(36px - (36px * var(--ratio)));
  height: calc(36px - (36px * var(--ratio)));
}
.employee-item_info a .linkedin-icon .svg-color {
  fill: #0077b5;
}
.employee-item_info a .mail-icon .svg-color {
  fill: #008bd2;
}
.employee-item_info a:last-child {
  margin-right: 0px !important;
}
.employee-item_info a:hover {
  opacity: 0.8;
}
@media (max-width: 1023px) {
  .employee-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .employee-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .employee-item.-main {
    flex-wrap: wrap;
  }
  .employee-item.-main .employee-item_img {
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
  }
}
@media (max-width: 540px) {
  .employee-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.section-single-post {
  margin-top: calc(40px - (40px * var(--ratio)));
}
.section-single-post__sidebar {
  position: sticky;
  top: calc(120px - (120px * var(--ratio)));
}
.single-post_audio {
  margin-bottom: 30px;
}
.single-post_audio .mejs-container {
  max-width: 100% !important;
  width: 100% !important;
}
.single-post_audio button {
  transition: none;
}
.single-post_author_title {
  margin-bottom: calc(25px - (25px * var(--ratio)));
  color: #9e9e9e;
  font-size: 1rem;
}
.single-post_author_block .single-post_footer.-author {
  margin-top: calc(20px - (20px * var(--ratio))) !important;
}
.single-post_back {
  position: absolute;
  left: calc(-100px - (-100px * var(--ratio)));
  top: 0px;
  bottom: 0px;
}
.single-post_back.-default-post {
  margin-bottom: calc(100px - (100px * var(--ratio)));
}
.single-post_back_link {
  position: sticky;
  top: calc(150px - (100px * var(--ratio)));
  height: calc(64px - (64px * var(--ratio)));
  width: calc(64px - (64px * var(--ratio)));
  background: transparent;
}
.single-post_back_link:hover img {
  opacity: 0;
}
.single-post_back_link:hover img.-hover {
  opacity: 1;
}
.single-post_back_link img {
  height: 100%;
  width: 100%;
  transition: all 0.3s;
}
.single-post_back_link img.-hover {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
}
.single-post_top_descr {
  margin-bottom: calc(100px - (100px * var(--ratio)));
  font-size: calc(1.25rem - (1.25rem * var(--ratio)));
  font-weight: 600;
}
.single-post-sidebar {
  margin-top: calc(5px - (5px * var(--ratio)));
}
.single-post-sidebar-block {
  margin-bottom: calc(100px - (100px * var(--ratio)));
}
.single-post-sidebar-block_title {
  margin-bottom: calc(40px - (40px * var(--ratio)));
}
.single-post-sidebar-block:last-child {
  margin-bottom: 0px;
}
.single-post_share {
  margin-top: calc(50px - (50px * var(--ratio)));
}
.single-post_share .addtoany_list a span {
  border-radius: 50% !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.single-post_share .addtoany_list a span svg {
  width: 80%;
  height: 80%;
}
.single-post_share .a2a_svg {
  width: calc(48px - (48px * var(--ratio))) !important;
  height: calc(48px - (48px * var(--ratio))) !important;
  line-height: calc(48px - (48px * var(--ratio))) !important;
}
.single-post_share .a2a_kit a {
  margin-right: calc(20px - (20px * var(--ratio)));
}
.single-post_share .a2a_kit a:last-child {
  margin-right: 0px;
}
.single-post_footer {
  display: flex;
  align-items: center;
}
.single-post_footer.-author {
  cursor: pointer;
  color: #008bd2;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.single-post_footer.-author:hover {
  opacity: 0.6;
}
.single-post_footer + .single-post_footer {
  margin-top: calc(20px - (20px * var(--ratio)));
}
.single-post_footer_author_image {
  width: calc(72px - (72px * var(--ratio)));
  height: calc(72px - (72px * var(--ratio)));
  min-width: calc(72px - (72px * var(--ratio)));
  overflow: hidden;
  border-radius: 50%;
  margin-right: calc(16px - (16px * var(--ratio)));
}
.single-post_footer_author_name {
  font-weight: 600;
  font-size: calc(1.11rem - (1.11rem * var(--ratio)));
  margin-bottom: calc(2px - (2px * var(--ratio)));
}
.single-post_footer_author_position {
  font-size: calc(13px - (13px * var(--ratio)));
  font-weight: 500;
  color: #757575;
}
@media (max-width: 1450px) {
  .single-post_back {
    left: calc(20px - (20px * var(--ratio)));
  }
  .single-post_back_link {
    width: calc(50px - (50px * var(--ratio)));
    height: calc(50px - (50px * var(--ratio)));
  }
}
@media (max-width: 1023px) {
  .single-post_back {
    display: none !important;
  }
  .single-post_author_block {
    margin-top: 50px;
  }
  .single-post_top_descr {
    margin-bottom: 60px;
  }
  .single-post-sidebar {
    margin-top: 50px;
  }
  .single-post-sidebar-block {
    margin-bottom: 70px;
  }
  .single-post_footer {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .section-single-post {
    margin-bottom: 0px !important;
  }
  .single-post_share {
    margin-top: 20px;
  }
  .single-post_share .a2a_kit a {
    margin-right: 15px;
  }
  .single-post_share .a2a_svg {
    width: 30px !important;
    height: 30px !important;
  }
}
.dot-block {
  display: flex;
  align-items: center;
  margin: 60px 0;
}
.dot-block_dot {
  min-width: 56px;
  height: 56px;
  background: #fcbf00;
  border-radius: 50%;
  margin-right: 30px;
}
.dot-block_descr {
  font-weight: 600;
  font-family: 'Poppins';
}
.dot-block_descr p {
  font-size: 1.375rem !important;
}
@media (max-width: 540px) {
  .dot-block_dot {
    min-width: 35px;
    height: 35px;
    margin-right: 15px;
  }
}
.ellipse-subscribe {
  position: relative;
  z-index: 1;
  padding-right: calc(48px - (48px * var(--ratio)));
}
.ellipse-subscribe.-blue form .es_txt_email {
  border-color: #00305b;
  color: #212121;
}
.ellipse-subscribe.-blue form .es_txt_email:-moz-placeholder, .ellipse-subscribe.-blue form .es_txt_email::-moz-placeholder {
  color: #00305b;
  opacity: 1;
}
.ellipse-subscribe.-blue form .es_txt_email::-webkit-input-placeholder {
  color: #00305b;
}
.ellipse-subscribe.-blue form .es_txt_email:-ms-input-placeholder {
  color: #00305b;
}
.ellipse-subscribe.-blue form .es_subscription_form_submit {
  background-image: linear-gradient(to left, #00305b 0%, #008bd2 100%);
  color: #fff;
  border: none !important;
}
.ellipse-subscribe.-blue form .es_subscription_form_submit:hover {
  background-image: linear-gradient(to left, #00305b 0%, #008bd2 100%);
  color: #fff;
  opacity: 0.8;
}
.ellipse-subscribe.-blue form .es_subscription_message.success {
  color: #00305b;
}
.ellipse-subscribe.-blue form .es_subscription_message.error {
  display: block;
  font-size: calc(12px - (12px * var(--ratio)));
  line-height: 1.2;
  padding-top: calc(15px - (15px * var(--ratio)));
}
@media only screen and (max-width: 767px) {
  .ellipse-subscribe.ellipse-subscribe--btn-text .ellipse-subscribe_title {
    text-align: left !important;
  }
  .ellipse-subscribe.ellipse-subscribe--btn-text .ellipse-subscribe_form .btn {
    max-width: 100%;
    width: 100%;
  }
}
.ellipse-subscribe.-title {
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
}
.ellipse-subscribe_title {
  margin-right: calc(40px - (40px * var(--ratio)));
  font-size: calc(1.375rem - (1.375rem * var(--ratio)));
  font-weight: 600;
  font-family: 'Poppins';
}
.ellipse-subscribe_form {
  flex: 1;
}
.ellipse-subscribe_form.-btn-secondary .es_subscription_form_submit {
  background: linear-gradient(138deg, #fcbf00 0%, #eeb203 29%, #c9900c 83%, #bd8510 100%);
  color: #fff;
  border: none !important;
}
.ellipse-subscribe_form.-btn-secondary .es_subscription_form_submit:hover {
  background: linear-gradient(138deg, #fcbf00 0%, #eeb203 29%, #c9900c 83%, #bd8510 100%);
  color: #fff;
  opacity: 0.8;
}
.ellipse-subscribe .emaillist {
  position: relative;
}
.ellipse-subscribe form {
  display: flex;
  align-items: center;
}
.ellipse-subscribe form .es_spinner_image {
  display: none !important;
}
.ellipse-subscribe form .es-field-wrap {
  margin-bottom: 0px;
  margin-right: calc(30px - (30px * var(--ratio)));
  flex: 1;
}
.ellipse-subscribe form .es-field-wrap label {
  width: 100%;
}
.ellipse-subscribe form .es_txt_email {
  border-radius: 24px;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.3);
  height: calc(48px - (48px * var(--ratio)));
  padding: 0px calc(20px - (20px * var(--ratio)));
  font-size: calc(1.25rem - (1.25rem * var(--ratio)));
  color: #fff;
  width: 100%;
}
.ellipse-subscribe form .es_txt_email:-moz-placeholder, .ellipse-subscribe form .es_txt_email::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
  opacity: 1;
}
.ellipse-subscribe form .es_txt_email::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.ellipse-subscribe form .es_txt_email:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.ellipse-subscribe form .es_subscription_form_submit {
  height: calc(48px - (48px * var(--ratio)));
  border-radius: 24px;
  border: 2px solid #fff;
  color: #fff;
  max-width: calc(220px - (220px * var(--ratio)));
  background: transparent;
  width: 100%;
  transition: all 0.3s;
}
.ellipse-subscribe form .es_subscription_form_submit:hover {
  background: #fff;
  color: #00305b;
}
.es_subscription_message.success {
  color: #fff;
}
@media (max-width: 1200px) {
  .ellipse-subscribe_title {
    font-size: 18px;
  }
}
@media (max-width: 1023px) {
  .ellipse-subscribe.-title {
    flex-wrap: wrap;
  }
  .ellipse-subscribe.-title .ellipse-subscribe_title {
    margin-right: 0px;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
  }
  .ellipse-subscribe.-title .ellipse-subscribe_form {
    width: 100%;
    flex: initial;
  }
}
@media (max-width: 767px) {
  .ellipse-subscribe form {
    flex-wrap: wrap;
  }
  .ellipse-subscribe form .es-field-wrap {
    width: 100%;
    margin: 0px;
    flex: inherit;
    margin-bottom: 20px;
  }
  .ellipse-subscribe form .es_subscription_form_submit {
    max-width: 100%;
  }
}
@media (max-width: 540px) {
  .ellipse-subscribe {
    padding-right: 0px;
  }
}
.subscribe-block-in-sidebar .ellipse-subscribe {
  padding-right: 0;
}
.subscribe-block-in-sidebar .ellipse-subscribe form {
  display: block;
}
.subscribe-block-in-sidebar .ellipse-subscribe form .es-field-wrap {
  margin-right: 0;
}
.subscribe-block-in-sidebar .ellipse-subscribe form .es_txt_email {
  margin-bottom: calc(30px - (30px * var(--ratio)));
}
.subscribe-block-in-sidebar .ellipse-subscribe form .es_subscription_form_submit {
  width: auto;
  padding-left: calc(32px - (32px * var(--ratio)));
  padding-right: calc(32px - (32px * var(--ratio)));
}
.highlights {
  border: 1px solid #e0e0e0;
  background: #fff;
  border-radius: 24px;
  margin-bottom: calc(40px - (40px * var(--ratio)));
  padding: calc(30px - (30px * var(--ratio))) calc(40px - (40px * var(--ratio)));
}
.highlights-title {
  margin-bottom: calc(20px - (20px * var(--ratio)));
}
.highlights-list_item {
  color: #212121;
  display: block;
  margin-bottom: calc(10px - (10px * var(--ratio)));
  padding-bottom: calc(10px - (10px * var(--ratio)));
  border-bottom: 1px solid #f5f5f5;
  font-weight: 600;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 24px;
  font-size: calc(1.125rem - (1.125rem * var(--ratio)));
}
.highlights-list_item:hover {
  color: #008bd2;
}
.highlights-list_item:last-child {
  border-bottom: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
@media (max-width: 1026px) {
  .highlights {
    margin-bottom: 40px;
  }
}
@media (max-width: 540px) {
  .highlights {
    padding: 20px;
  }
}
.cat-menu {
  padding: calc(25px - (25px * var(--ratio))) 0;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  left: 0px;
  right: 0px;
  top: calc(80px - (80px * var(--ratio)));
  z-index: 20;
  border-bottom: 1px solid rgba(189, 189, 189, 0.5);
}
.cat-menu_list {
  display: flex;
}
.cat-menu li {
  margin-right: calc(35px - (35px * var(--ratio)));
}
@media only screen and (max-width: 1024px) {
  .cat-menu li {
    margin-right: 25px;
  }
}
@media only screen and (max-width: 575px) {
  .cat-menu li {
    margin-right: 10px;
  }
}
.cat-menu li.gap {
  display: none;
}
.cat-menu li:last-child {
  margin-right: 0px;
}
.cat-menu_item {
  padding: calc(8px - (8px * var(--ratio))) calc(30px - (30px * var(--ratio)));
}
@media only screen and (max-width: 1024px) {
  .cat-menu_item {
    height: 20px !important;
    padding: 2px 17px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 575px) {
  .cat-menu_item {
    padding: 2px 14px;
  }
}
.cat-menu_item:not(.active):before {
  opacity: 0;
  transition: all 0.3s;
}
.cat-menu_item:hover {
  background: #f5f7f9 !important;
  color: #00305b;
}
.cat-menu_item:hover:before {
  opacity: 1;
}
.cat-menu_item.active {
  pointer-events: none;
}
.cat-menu_menu {
  display: none;
  height: calc(40px - (40px * var(--ratio)));
  align-items: center;
  background: #f5f7f9;
  cursor: pointer;
  width: 100%;
}
.cat-menu_menu.open .selected-item i {
  transform: translateY(-50%) rotate(180deg);
}
.cat-menu_menu.open .cat-menu_submenu {
  transform: translateY(calc(0% + 1px));
}
.cat-menu_menu .selected-item {
  color: #000;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  padding-right: 35px;
  padding-left: 30px;
  position: relative;
  font-weight: 600;
  font-family: 'Poppins';
}
.cat-menu_menu .selected-item i {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  bottom: 0px;
  font-size: 20px;
  width: 20px;
  height: 20px;
  transition: all 0.3s;
  cursor: pointer;
}
.cat-menu_menu .selected-item i:hover {
  opacity: 0.7;
}
.cat-menu_submenu {
  position: absolute;
  background: #00305b;
  color: #fff;
  left: 0;
  top: 100%;
  transform: translateY(-100%);
  z-index: -1;
  transition: all 0.3s;
}
.cat-menu_submenu li {
  margin: 10px 0;
}
.cat-menu_submenu li a {
  display: block;
  padding: 10px 30px 10px 30px;
  font-size: 16px;
}
@media (max-width: 1024px) {
  .cat-menu {
    padding: 15px 0px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .cat-menu::-webkit-scrollbar-track {
    background-color: transparent !important;
    width: 0px !important;
    height: 0px !important;
    -webkit-appearance: none;
  }
  .cat-menu::-webkit-scrollbar {
    background-color: transparent !important;
    width: 0px !important;
    height: 0px !important;
    -webkit-appearance: none;
  }
  .cat-menu::-webkit-scrollbar-thumb {
    background-color: transparent !important;
    width: 0px !important;
    height: 0px !important;
    -webkit-appearance: none;
  }
  .cat-menu li.gap {
    display: block;
    opacity: 0;
    width: 0px;
    margin: 0px;
  }
}
.tag-panel {
  padding: calc(30px - (30px * var(--ratio))) 0;
}
.tag-list {
  display: flex;
}
.tag-item {
  font-weight: 500;
  margin-right: calc(8px - (8px * var(--ratio)));
  font-size: calc(1rem - (1rem * var(--ratio)));
  color: #757575;
  padding: calc(2px - (2px * var(--ratio))) calc(10px - (10px * var(--ratio)));
  border-radius: 24px;
  border: calc(1px - (1px * var(--ratio))) solid #e0e0e0;
  background: #fff;
}
.tag-item:last-child {
  margin-right: 0px;
}
.tag-item:hover {
  background: #e0e0e0;
  color: #757575;
}
@media (max-width: 540px) {
  .tag-list {
    flex-wrap: wrap;
  }
  .tag-item {
    margin-bottom: 8px;
  }
}
.principles-item {
  margin-bottom: calc(100px - (100px * var(--ratio)));
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .principles-item {
    margin-bottom: 30px;
  }
}
.principles-item .dot {
  position: absolute;
  right: calc(100% - calc(12px - (12px * var(--ratio)))) !important;
  top: 50%;
  left: initial !important;
  transform: translateY(-50%);
}
.principles-item_title {
  margin-bottom: calc(15px - (15px * var(--ratio)));
  position: relative;
  padding-left: calc(25px - (25px * var(--ratio)));
}
@media (max-width: 540px) {
  .principles-item .dot {
    right: initial;
    left: 0px;
  }
}
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 9999;
}
@media only screen and (max-width: 1024px) {
  .preloader {
    display: none;
  }
}
.preloader-dot {
  position: absolute;
  top: 0px;
  left: 0px;
}
.preloader video {
  max-width: 300px;
}
.preloader_logo {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.preloader_logo .sk-chase {
  width: 80px;
  height: 80px;
}
.preloader_logo .sk-chase-dot:before {
  background: #00305b;
}
.func-list {
  margin-top: calc(100px - (100px * var(--ratio)));
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: calc(48px - (48px * var(--ratio)));
  margin-bottom: calc(80px - (80px * var(--ratio)));
}
@media only screen and (max-width: 767px) {
  .func-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
  }
}
@media only screen and (max-width: 575px) {
  .func-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.func-item_icon {
  width: calc(160px - (160px * var(--ratio)));
  height: calc(160px - (160px * var(--ratio)));
  background: #fff;
  border-radius: 50%;
  margin-bottom: calc(30px - (30px * var(--ratio)));
}
.func-item_icon img {
  border-radius: 50%;
}
.func-item_title {
  margin-bottom: calc(20px - (20px * var(--ratio)));
}
.func-item_descr {
  margin-bottom: calc(30px - (30px * var(--ratio)));
  font-size: calc(1rem - (1rem * var(--ratio)));
}
.func-item_list li {
  font-weight: 600;
  font-family: 'Poppins';
  margin-bottom: calc(12px - (12px * var(--ratio)));
  font-size: calc(1rem - (1rem * var(--ratio)));
}
.func-item_list li:before {
  top: calc(6px - (6px*var(--ratio)));
}
.post-list .mCSB_container {
  display: flex;
}
.post-list .post-item {
  max-width: 360px;
  min-width: 360px;
}
.post-list_inner {
  display: flex;
  padding-bottom: 40px;
}
.post-col {
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 540px) {
  .post-list .post-item {
    max-width: 320px;
    min-width: 320px;
  }
}
.scroll-container {
  position: relative;
}
.scroll-container .arrow {
  position: absolute;
  font-size: calc(40px - (40px * var(--ratio)));
  width: calc(80px - (80px * var(--ratio)));
  height: calc(80px - (80px * var(--ratio)));
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  top: 50%;
  color: #fff;
  background: rgba(0, 48, 91, 0.3);
  transform: translateY(-50%);
  transition: all 0.3s;
  z-index: 20;
  border-radius: 50%;
}
.scroll-container .arrow:hover {
  background: rgba(0, 48, 91, 0.7);
  color: #fff;
}
.scroll-container .arrow.arrow-right {
  right: calc(80px - (80px * var(--ratio)));
}
.scroll-container .arrow.arrow-right i {
  margin-left: 5px;
}
.scroll-container .arrow.arrow-left {
  left: calc(80px - (80px * var(--ratio)));
}
.scroll-container .arrow.arrow-left i {
  margin-right: 5px;
}
.scroll-container .mCSB_scrollTools .mCSB_draggerRail {
  background: transparent !important;
}
.scroll-container .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 10px !important;
}
.scroll-container .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: rgba(0, 48, 91, 0.2);
  border-radius: 50px;
}
.scroll-container .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover {
  background-color: rgba(0, 48, 91, 0.7);
}
@media (max-width: 1023px) {
  .scroll-container .arrow {
    width: 50px;
    height: 50px;
    font-size: 22px;
  }
  .scroll-container .arrow.arrow-left {
    left: 15px;
  }
  .scroll-container .arrow.arrow-left i {
    margin-right: 3px;
  }
  .scroll-container .arrow.arrow-right {
    right: 15px;
  }
  .scroll-container .arrow.arrow-right i {
    margin-left: 3px;
  }
}
.main .alm-btn-wrap {
  z-index: 1;
}
.main .alm-btn-wrap .alm-load-more-btn {
  background: #f5f7f9;
  height: 44px;
  justify-content: center;
  border-radius: 50px;
  color: #00305b;
}
.main .alm-btn-wrap .alm-load-more-btn.done {
  color: #fff;
  background: #fff !important;
}
.main .alm-btn-wrap .alm-load-more-btn.loading {
  background: transparent !important;
}
.main .alm-btn-wrap .alm-load-more-btn.loading:before {
  border-radius: 50px !important;
}
.main .alm-btn-wrap .alm-load-more-btn:after {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 50px;
  background-image: linear-gradient(to left, #00305b 0%, #008bd2 100%);
  z-index: -1;
  bottom: 0px;
  right: 0px;
  margin: -2px;
}
.main .alm-btn-wrap .alm-load-more-btn:hover {
  background: transparent;
}
.swiper-container {
  padding-left: calc(24px - (24px * var(--ratio)));
  padding-right: calc(24px - (24px * var(--ratio)));
}
.swiper-container.features-post-slider {
  padding-bottom: calc(40px - (40px * var(--ratio)));
}
.swiper-container.stat-slider {
  padding-bottom: calc(60px - (60px * var(--ratio)));
}
.swiper-container.stat-slider .swiper-scrollbar.container {
  margin: 0 auto;
  left: 0px;
  right: 0px;
}
.swiper-container.review-slider {
  padding-bottom: calc(60px - (60px * var(--ratio)));
}
.swiper-container.a-nutshell-slider {
  padding: 0 0 calc(150px - (150px * var(--ratio))) 0;
  overflow: visible;
}
@media only screen and (min-width: 576px) {
  .swiper-container.a-nutshell-slider {
    padding: 0 0 calc(80px - (80px * var(--ratio))) 0;
  }
}
.swiper-container.a-nutshell-slider .swiper-slide {
  opacity: 0.6;
}
.swiper-container.a-nutshell-slider .swiper-slide.swiper-slide-next {
  opacity: 0.8;
}
.swiper-container.a-nutshell-slider .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.swiper-container.a-nutshell-slider .swiper-slide:not(.swiper-slide-active) .animEllipse-dot {
  background: #008bd2;
}
.swiper-container.a-nutshell-slider .swiper-slide:not(.swiper-slide-active) .animEllipse-dot .animEllipse-dot_animations_list {
  opacity: 0;
}
.swiper-container.post-slider {
  padding-bottom: 60px;
}
.swiper-container .swiper-scrollbar {
  background: transparent;
}
.swiper-container .swiper-scrollbar-drag {
  background-color: rgba(0, 48, 91, 0.2);
  border-radius: 50px;
}
.swiper-container.scrollbar-on-the-dark .swiper-scrollbar-drag {
  background-color: rgba(255, 255, 255, 0.2);
}
.swiper-button {
  position: absolute;
  font-size: calc(40px - (40px * var(--ratio)));
  width: calc(80px - (80px * var(--ratio)));
  height: calc(80px - (80px * var(--ratio)));
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  top: 50%;
  color: #fff;
  background: rgba(0, 48, 91, 0.3);
  transform: translateY(-50%);
  transition: all 0.3s;
  z-index: 20;
  border-radius: 50%;
}
.swiper-button.swiper-button-disabled {
  opacity: 0;
}
.swiper-button:after {
  display: none !important;
}
.swiper-button:hover {
  background: rgba(0, 48, 91, 0.7);
  color: #fff;
}
.swiper-button.swiper-button-prev {
  left: calc(80px - (80px * var(--ratio)));
}
.swiper-button.swiper-button-prev i {
  margin-right: 5px;
}
.swiper-button.swiper-button-next {
  right: calc(80px - (80px * var(--ratio)));
}
.swiper-button.swiper-button-next i {
  margin-left: 5px;
}
@media (max-width: 1025px) {
  .swiper-button {
    display: none !important;
  }
  .swiper-container.review-slider {
    padding-bottom: 40px;
  }
  .swiper-container.post-slider {
    padding-bottom: 40px;
  }
}
.develop {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: #212121;
  z-index: 101;
}
.develop-content {
  display: inline;
  margin-right: 12px;
}
.develop-top {
  background-image: repeating-linear-gradient(-45deg, #fcbf00 0px, #fcbf00 8px, transparent 8px, transparent 16px, #fcbf00 16px);
  height: 6px;
}
.develop-bot {
  padding: 5px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: relative;
}
.develop-close {
  color: #fff;
  background: transparent;
  position: absolute;
  right: 0px;
  bottom: 0px;
  height: 100%;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.develop-close:hover {
  opacity: 0.8;
}
.develop-close i:before, .develop-close i:after {
  background: #fff;
}
@media (max-width: 767px) {
  .develop {
    padding-bottom: 15px;
  }
  .develop-bot {
    flex-wrap: wrap;
    padding: 5px 50px;
  }
  .develop-content {
    width: 100%;
    text-align: center;
    margin-right: 0px;
    margin-bottom: 5px;
  }
}
.lifestyle-slider {
  padding-bottom: calc(60px - (60px * var(--ratio)));
}
.lifestyle-slider .swiper-slide {
  display: inline-block;
  max-width: 100%;
  width: initial;
}
.lifestyle-slider .swiper-scrollbar {
  height: calc(6px - (6px * var(--ratio)));
  margin-top: calc(30px - (30px * var(--ratio)));
}
.lifestyle-slider_nav {
  position: absolute;
  pointer-events: none;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: calc(calc(56px + 16px) - (calc(56px + 16px) * var(--ratio)));
}
.lifestyle-slider_nav .swiper-button {
  pointer-events: all;
  background-color: rgba(255, 255, 255, 0.2);
}
.lifestyle-slider_nav .swiper-button:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
.lifestyle-slider_wrapper {
  position: relative;
}
.lifestyle-slider_wrapper:before, .lifestyle-slider_wrapper:after {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  bottom: calc(calc(36px + 52px) - (calc(36px + 52px) * var(--ratio)));
  width: calc(360px - (360px * var(--ratio)));
  pointer-events: none;
  z-index: 3;
}
.lifestyle-slider_wrapper:before {
  left: 0px;
  background-image: linear-gradient(to right, #00305b, rgba(0, 48, 91, 0));
}
.lifestyle-slider_wrapper:after {
  right: 0px;
  background-image: linear-gradient(to left, #00305b, rgba(0, 48, 91, 0));
}
.lifestyle-slider_item {
  position: relative;
  padding-bottom: calc(52px - (52px * var(--ratio)));
}
.lifestyle-slider_item_img {
  position: relative;
  display: inline-flex;
}
.lifestyle-slider_item_img img {
  height: calc(600px - (600px * var(--ratio)));
  max-width: inherit;
}
.lifestyle-slider_item_img_wrap {
  display: flex;
}
.lifestyle-slider_item_content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-weight: 600;
  font-size: calc(13px - (13px * var(--ratio)));
  height: calc(36px - (36px * var(--ratio)));
  padding: 0 calc(15px - (15px * var(--ratio)));
}
.lifestyle-slider_item_date {
  color: #757575;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.lifestyle-slider_item_title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.lifestyle-slider.lifestyle-slider--for {
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}
@media (max-width: 1200px) {
  .lifestyle-slider_item_img img {
    height: calc(450px - (450px * var(--ratio)));
  }
}
@media (max-width: 1025px) {
  .lifestyle-slider {
    padding-bottom: 40px;
  }
  .lifestyle-slider_item_img img {
    height: calc(350px - (350px * var(--ratio)));
  }
  .lifestyle-slider_wrapper:before, .lifestyle-slider_wrapper:after {
    width: 100px;
  }
}
@media (max-width: 767px) {
  .lifestyle-slider_item_content {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 540px) {
  .lifestyle-slider .swiper-slide {
    width: 100%;
    display: block;
  }
  .lifestyle-slider_wrapper:before, .lifestyle-slider_wrapper:after {
    display: none;
  }
  .lifestyle-slider_item {
    padding-bottom: 0;
  }
  .lifestyle-slider_item_img {
    padding-bottom: 56.25%;
    display: block;
    width: 100%;
  }
  .lifestyle-slider_item_img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
    max-width: 100%;
  }
  .lifestyle-slider_item_content {
    position: static;
    height: auto;
    padding-top: 10px;
  }
  .lifestyle-slider_item_date, .lifestyle-slider_item_title {
    overflow: inherit;
    white-space: inherit;
    text-overflow: inherit;
  }
}
.vacancy-banner.vacancy-banner--long {
  height: calc(240px - (240px * var(--ratio)));
}
.vacancy-banner.vacancy-banner--long:before {
  background: linear-gradient(to left, rgba(0, 139, 210, 0) calc(500px - (500px * var(--ratio))), #008bd2 calc(700px - (700px * var(--ratio))), #00305b 100%) !important;
}
.vacancy-banner.vacancy-banner--long .ellipse-bg-image {
  width: calc(700px - (700px * var(--ratio)));
}
.vacancy-banner.vacancy-banner--short {
  height: calc(300px - (300px * var(--ratio)));
}
.vacancy-block_banner {
  margin-bottom: calc(60px - (60px * var(--ratio)));
}
.vacancy-block_title {
  margin-bottom: calc(70px - (70px * var(--ratio)));
}
.vacancy-block_list_item {
  display: flex;
  width: 100%;
  margin-bottom: calc(60px - (60px * var(--ratio)));
}
.vacancy-block_list_item:hover .vacancy-block_list_item_content {
  color: #00305b;
}
.vacancy-block_list_item:hover .vacancy-block_list_item_icon img {
  opacity: 0;
}
.vacancy-block_list_item:hover .vacancy-block_list_item_icon img.-hover {
  opacity: 1;
}
.vacancy-block_list_item_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: calc(60px - (60px * var(--ratio)));
  width: 100%;
  max-width: calc(60px - (60px * var(--ratio)));
  margin-right: calc(20px - (20px * var(--ratio)));
  position: relative;
}
.vacancy-block_list_item_icon img {
  transition: all 0.3s;
  width: 100%;
  height: 100%;
}
.vacancy-block_list_item_icon img.-hover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.vacancy-block_list_item_content {
  flex: 1;
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  color: #212121;
}
.vacancy-block_list_item_title {
  position: relative;
  display: inline-block;
}
.vacancy-block_list_item_title_wrapper {
  width: 100%;
  position: relative;
  margin-bottom: calc(5px - (5px * var(--ratio)));
}
.vacancy-block_list_item_title_wrapper.-is-hot {
  padding-right: calc(70px - (70px * var(--ratio)));
}
.vacancy-block_list_item_title_hot {
  position: absolute;
  right: calc(-70px + (70px * var(--ratio)));
  top: calc(-3px + (3px * var(--ratio)));
}
.vacancy-block_list_item_title_hot img {
  width: calc(62px - (62px * var(--ratio)));
  height: calc(28px - (28px * var(--ratio)));
}
.vacancy-block_list_item_pos {
  font-size: calc(1rem - (1rem * var(--ratio)));
}
@media (max-width: 767px) {
  .vacancy-block_title {
    margin-bottom: 40px;
  }
  .vacancy-block_list_item {
    margin-bottom: 30px;
  }
  .vacancy-banner.ellipse .ellipse-bg-image {
    display: block !important;
  }
  .vacancy-banner.vacancy-banner--short {
    margin-top: 60px;
  }
  .vacancy-banner.vacancy-banner--short:before {
    left: 0px !important;
    background: linear-gradient(to right, rgba(0, 139, 210, 0) 10%, #008bd2 30%, #00305b 100%) !important;
  }
}
.offer-steps {
  padding-top: calc(70px - (70px * var(--ratio)));
  padding-bottom: calc(160px - (160px * var(--ratio)));
}
.offer-steps_nav {
  border-bottom: none;
  position: absolute;
  top: 0px;
  transform: translateY(-50%);
}
.offer-steps_nav:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  left: calc(20px - (20px * var(--ratio)));
  right: calc(20px - (20px * var(--ratio)));
  background: #00305b;
  z-index: 0;
}
.offer-steps_nav:after {
  content: '' !important;
  display: block !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  left: -9999px;
  right: -9999px;
  background: #e0e0e0;
  z-index: -1;
}
.offer-steps_nav .nav-item {
  margin: 0px;
  margin-right: calc(20px - (20px * var(--ratio)));
  position: relative;
  z-index: 2;
}
.offer-steps_nav .nav-item:last-child {
  margin-right: 0px;
}
.offer-steps_nav .nav-link {
  width: calc(60px - (60px * var(--ratio)));
  height: calc(60px - (60px * var(--ratio)));
  position: relative;
  border-radius: 50%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(2rem - (2rem * var(--ratio)));
  font-weight: 600;
  padding: 0px;
  color: #00305b;
  background: #fff;
  color: #212121;
}
.offer-steps_nav .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 50px;
  background-image: linear-gradient(to left, #00305b 0%, #008bd2 100%);
  z-index: -1;
  bottom: 0px;
  right: 0px;
  margin: -2px;
}
.offer-steps_nav .nav-link:hover, .offer-steps_nav .nav-link.active {
  color: #fff;
  background: transparent;
}
.offer-steps_body {
  padding-right: calc(100px - (100px * var(--ratio)));
}
.offer-steps_title {
  margin-bottom: calc(30px - (30px * var(--ratio)));
}
.offer-steps_descr {
  font-weight: 500;
  font-size: calc(1.125rem - (1.125rem * var(--ratio)));
}
@media (max-width: 1024px) {
  .offer-steps {
    padding-bottom: 100px;
  }
  .offer-steps_body {
    padding-right: 50px;
  }
}
@media (max-width: 540px) {
  .offer-steps {
    border: none;
  }
  .offer-steps:before {
    display: none;
  }
  .offer-steps_nav:after {
    content: '';
    display: block;
    top: 50%;
    transform: translateY(-50%);
    left: -999px;
    right: -999px;
    position: absolute;
    height: 1px;
    background: #e0e0e0;
    z-index: -1;
  }
}
.technology-item {
  margin-bottom: calc(30px - (30px * var(--ratio)));
}
.technology-item img {
  max-width: calc(200px - (200px * var(--ratio)));
}
.technology-item:last-child {
  margin-bottom: 0px;
}
@media (max-width: 1025px) {
  .technology-item {
    margin-bottom: 20px;
  }
}
.resources-list {
  padding: calc(100px - (100px*var(--ratio))) 0;
}
.resources-item {
  margin-bottom: calc(100px - (100px*var(--ratio)));
  display: flex;
}
.resources-item.resources-item--gap-40 {
  margin-bottom: calc(40px - (40px*var(--ratio)));
}
.resources-item:last-child {
  margin-bottom: 0px !important;
}
.resources-item_img {
  position: relative;
  display: block;
  min-width: calc(380px - (380px*var(--ratio)));
  margin-right: calc(48px - (48px*var(--ratio)));
  padding-bottom: calc(230px - (230px*var(--ratio)));
  transition: all 0.5s;
  overflow: hidden;
  border-radius: 24px;
  -webkit-mask-image: -webkit-radial-gradient(#fff, #000);
}
.resources-item_img:hover .resp-img {
  transform: scale(1.2);
  transition: all 4s;
}
.resources-item_top {
  margin-bottom: calc(10px - (10px*var(--ratio)));
}
.resources-item_title {
  margin-bottom: calc(15px - (15px*var(--ratio)));
  display: block;
}
@media (max-width: 1025px) {
  .resources-item {
    flex-wrap: wrap;
  }
  .resources-item_img {
    max-width: 100%;
    width: 100%;
    min-width: initial;
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.svg-download {
  width: calc(25px - (25px * var(--ratio)));
  height: calc(25px - (25px * var(--ratio)));
}
.section-search {
  margin-top: calc(80px - (80px * var(--ratio)));
}
.search-header {
  margin-bottom: calc(60px - (60px * var(--ratio)));
  font-weight: 700;
}
.search-form label {
  width: 100%;
}
.search-form .is-link-container {
  display: none !important;
}
.search-form .is-search-form input.is-search-input {
  width: 100%;
  height: calc(80px - (80px * var(--ratio)));
  font-weight: 500;
  color: #fff;
  font-size: calc(2.5rem - (2.5rem * var(--ratio)));
  background: transparent;
  padding: 0 calc(40px - (40px * var(--ratio)));
  box-shadow: none !important;
  border-radius: 350px;
  border: calc(2px - (2px * var(--ratio))) solid #fff;
  transition: all 0.3s;
}
.search-form .is-search-form input.is-search-input:-moz-placeholder, .search-form .is-search-form input.is-search-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
  opacity: 1;
}
.search-form .is-search-form input.is-search-input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.search-form .is-search-form input.is-search-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.search-form .is-search-form input.is-search-input:focus {
  border-color: #fcbf00;
}
.search-item {
  margin-bottom: calc(60px - (60px * var(--ratio)));
}
.search-item_top {
  margin-bottom: calc(10px - (10px * var(--ratio)));
}
.search-item_title {
  margin-bottom: calc(15px - (15px * var(--ratio)));
  display: block;
}
.search-item .is-highlight {
  background: #fcbf00 !important;
}
.search-item_descr .attachment, .search-item_descr .wp-block-gallery, .search-item_descr ul, .search-item_descr ol, .search-item_descr p.hide, .search-item_descr .wp-block-image {
  display: none !important;
}
@media (max-width: 1025px) {
  .search-form .is-search-form input.is-search-input {
    height: calc(60px - (60px * var(--ratio)));
    font-size: calc(2rem - (2rem * var(--ratio)));
    padding: 0 30px;
  }
}
@media (max-width: 540px) {
  .search-form .is-search-form input.is-search-input {
    padding: 0 20px;
    font-size: calc(1.5rem - (1.5rem * var(--ratio)));
  }
}
@media (max-width: 350px) {
  .search-form .is-search-form input.is-search-input {
    font-size: calc(1.3rem - (1.3rem * var(--ratio)));
  }
}
.stat-slider_item_top {
  margin-bottom: calc(30px - (30px * var(--ratio)));
  display: flex;
}
.stat-slider_item_top_icon {
  position: relative;
  min-width: calc(160px - (160px * var(--ratio)));
  max-width: calc(160px - (160px * var(--ratio)));
  height: calc(160px - (160px * var(--ratio)));
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: calc(20px - (20px * var(--ratio)));
}
.stat-slider_item_top_icon:before {
  content: '';
  display: block;
  background: transparent linear-gradient(90deg, #00305B 0%, #008BD2 100%) 0% 0% no-repeat padding-box;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  top: 0px;
  left: 0px;
  z-index: -1;
}
.stat-slider_item_top_icon img {
  width: calc(112px - (112px * var(--ratio)));
  height: calc(112px - (112px * var(--ratio)));
}
.stat-slider_item_top_content {
  color: #00305b;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}
.stat-slider_item_top_content_num {
  width: 100%;
  margin: 0px;
  line-height: 1;
}
@media (max-width: 767px) {
  .stat-slider_item_top_icon {
    min-width: 130px;
    max-width: 130px;
    height: 130px;
  }
  .stat-slider_item_top_icon img {
    width: 80px;
    height: 80px;
  }
}
.author {
  display: flex;
}
.author-img {
  min-width: calc(150px - (150px * var(--ratio)));
  height: calc(150px - (150px * var(--ratio)));
  border: calc(2px - (2px * var(--ratio))) solid #fff;
  border-radius: 50%;
}
.author-img_wrapper {
  margin-right: calc(30px - (30px * var(--ratio)));
}
.author-content {
  flex: 1;
}
.author-title {
  margin-bottom: calc(10px - (10px * var(--ratio)));
}
.author-descr {
  font-weight: 500;
  font-size: calc(16px - (16px * var(--ratio)));
}
@media (max-width: 540px) {
  .author {
    flex-wrap: wrap;
  }
  .author-img_wrapper {
    width: 100%;
    margin-bottom: 10px;
  }
  .author-content {
    width: 100%;
  }
}
.emails-list {
  display: flex;
  flex-wrap: wrap;
}
.emails-item {
  margin-right: calc(100px - (100px * var(--ratio)));
  margin-top: calc(12px - (12px * var(--ratio)));
  margin-bottom: calc(12px - (12px * var(--ratio)));
}
@media only screen and (max-width: 767px) {
  .emails-item {
    max-width: 100%;
    width: 100%;
    margin-right: 0px;
  }
}
.emails-item:last-child {
  margin-right: 0px;
}
.emails-item_title {
  font-size: calc(20px - (20px * var(--ratio)));
  font-weight: 500;
  margin-bottom: calc(4px - (4px * var(--ratio)));
}
@media only screen and (max-width: 767px) {
  .emails-item_title {
    font-size: 16px;
  }
}
.emails-item_link {
  font-size: calc(22px - (22px * var(--ratio)));
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .emails-item_link {
    font-size: 18px;
  }
}
.cookies-block {
  min-height: calc(56px - (56px * var(--ratio)));
  color: #fff;
  background-color: #00305b;
  align-items: center;
  position: relative;
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 25;
  display: none;
  padding: 10px 0;
}
.cookies-block.show {
  display: flex;
}
.cookies-block .container {
  display: flex;
}
.cookies-block_content {
  position: relative;
  display: inline-flex;
  margin-left: auto;
  align-items: center;
  justify-content: flex-end;
  padding-left: calc(110px - (110px * var(--ratio)));
}
.cookies-block_descr {
  font-weight: 500;
}
.cookies-block_descr .link {
  margin-left: calc(5px - (5px * var(--ratio)));
  font-size: calc(18px - (18px * var(--ratio)));
  font-weight: 400;
}
.cookies-block_controls {
  margin-left: calc(20px - (20px * var(--ratio)));
}
.cookies-block_controls .btn {
  height: calc(36px - (36px * var(--ratio)));
  border-radius: calc(30px - (30px * var(--ratio)));
  min-width: calc(112px - (112px * var(--ratio)));
  font-weight: 600;
  letter-spacing: 0.36px;
  justify-content: center;
  padding: calc(2px - (2px * var(--ratio))) calc(12px - (12px * var(--ratio)));
}
.cookies-block_img {
  position: absolute;
  left: 0px;
  width: calc(98px - (98px * var(--ratio)));
  height: calc(98px - (98px * var(--ratio)));
  top: calc(-65px + (65px * var(--ratio)));
}
#continually-container {
  z-index: 100 !important;
}
@media (max-width: 1025px) {
  .has-cookie-bar #continually-button-container, .has-cookie-bar #continually-message-container {
    bottom: 80px;
  }
  .cookies-block_descr .link {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .has-cookie-bar #continually-button-container, .has-cookie-bar #continually-message-container {
    bottom: 170px;
  }
  .cookies-block {
    padding-top: 20px;
    padding-bottom: 25px;
  }
  .cookies-block_img {
    position: relative;
    top: initial;
    width: 60px;
    height: 60px;
    min-width: 60px;
    margin-right: 20px;
  }
  .cookies-block_content {
    flex-direction: column;
    padding-left: 0px;
    max-width: 100%;
    width: 100%;
  }
  .cookies-block_content_top {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
  }
  .cookies-block_controls {
    max-width: 100%;
    width: 100%;
    margin-left: 0px;
  }
  .cookies-block_controls .btn {
    max-width: 100%;
    width: 100%;
  }
}
.modal-survey .modal-content {
  padding: 0px;
  overflow: hidden;
}
.modal-survey .modal-dialog {
  max-width: calc(1200px - (1200px * var(--ratio)));
}
.modal-survey_header {
  padding: calc(60px - (60px * var(--ratio))) calc(120px - (120px * var(--ratio)));
  position: relative;
  background-image: linear-gradient(101deg, #fcbf00, #bd8510);
  color: #fff;
  display: flex;
  align-items: center;
}
.modal-survey_header .modal-close {
  position: absolute;
  top: calc(40px - (40px * var(--ratio)));
  right: calc(40px - (40px * var(--ratio)));
  width: calc(30px - (30px * var(--ratio)));
  height: calc(30px - (30px * var(--ratio)));
  min-width: initial;
  min-height: initial;
  border: none;
}
.modal-survey_header .modal-close:hover {
  background-color: transparent;
}
.modal-survey_header .modal-close .close-icon {
  width: 100%;
  height: 100%;
}
.modal-survey_header_icon {
  width: calc(120px - (120px * var(--ratio)));
  min-width: calc(120px - (120px * var(--ratio)));
  height: calc(120px - (120px * var(--ratio)));
  margin-right: calc(40px - (40px * var(--ratio)));
}
.modal-survey_header_icon svg {
  width: 100%;
  height: 100%;
}
.modal-survey_header_content {
  max-width: calc(500px - (500px * var(--ratio)));
  width: 100%;
}
.modal-survey_header_title {
  margin-bottom: calc(10px - (10px * var(--ratio)));
}
.modal-survey_body {
  padding-top: calc(80px - (80px * var(--ratio)));
  padding-bottom: calc(60px - (60px * var(--ratio)));
  padding-left: calc(120px - (120px * var(--ratio)));
  padding-right: calc(120px - (120px * var(--ratio)));
}
.modal-survey_body.modal-survey_body--bg-grey {
  background: rgba(0, 48, 91, 0.03);
}
.modal-survey_link_list {
  display: flex;
  justify-content: space-between;
}
.modal-survey_link_list_title {
  margin-bottom: calc(40px - (40px * var(--ratio)));
}
.modal-survey_link_item:hover {
  opacity: 0.6;
}
.modal-survey_link_item_icon {
  max-width: calc(220px - (220px * var(--ratio)));
  height: calc(220px - (220px * var(--ratio)));
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-survey_link_item_title {
  margin-top: calc(20px - (20px * var(--ratio)));
  text-align: center;
}
.modal-survey_form_title {
  margin-bottom: calc(30px - (30px * var(--ratio)));
}
.modal-survey_form .radio-grp_title {
  font-size: calc(1.125rem - (1.125rem * var(--ratio)));
}
.modal-survey_form .wpcf7-list-item {
  margin-right: calc(100px - (100px * var(--ratio)));
  min-width: calc(110px - (110px * var(--ratio)));
}
.modal-survey_form .wpcf7-list-item:last-child {
  margin-right: 0px;
}
@media (max-width: 1025px) {
  .modal-survey_header {
    padding-left: 60px;
    padding-right: 60px;
  }
  .modal-survey_body {
    padding-left: 60px;
    padding-right: 60px;
  }
  .modal-survey_body.modal-survey_body--bg-grey {
    padding-bottom: 100px;
  }
  .modal-survey_link_item_icon {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .modal-survey_header {
    padding-left: 30px;
    padding-right: 30px;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .modal-survey_header_icon {
    margin-right: 0px;
    margin-bottom: 30px;
    width: 100px;
    height: 100px;
  }
  .modal-survey_body {
    padding: 50px 30px;
  }
  .modal-survey_link_item_icon {
    padding: 0px;
  }
}
@media (max-width: 767px) {
  .modal-survey_link_list {
    flex-direction: column;
  }
  .modal-survey_link_item {
    margin-bottom: 40px;
  }
  .modal-survey_link_item:last-child {
    margin-bottom: 0px;
  }
  .modal-survey_link_item_icon {
    margin-left: auto;
    margin-right: auto;
  }
}
.audio-player .mejs-container {
  border-radius: 20px;
  background-image: linear-gradient(to right, #00305b 0%, #008bd2 100%);
}
.audio-player .mejs-container .mejs-controls {
  background: none !important;
}
.audio-player .mejs-container .audio-player, .audio-player .mejs-container .mejs-time {
  min-width: 40px;
}
.audio-player .mejs-container .mejs-time {
  font-size: 13px;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 500;
}
.audio-player .mejs-container .mejs-time-total {
  background: rgba(255, 255, 255, 0.2);
}
.audio-player .mejs-container .mejs-time-current {
  background: #fff;
}
.audio-player .mejs-container .mejs-time-loaded {
  background: rgba(255, 255, 255, 0.2);
}
.audio-player .mejs-container .mejs-horizontal-volume-total {
  background: rgba(255, 255, 255, 0.2);
}
.audio-player .mejs-button.mejs-play, .audio-player .mejs-button.mejs-mute, .audio-player .mejs-button.mejs-unmute, .audio-player .mejs-button.mejs-pause {
  display: flex;
  align-items: center;
  justify-content: center;
}
.audio-player .mejs-button.mejs-play button, .audio-player .mejs-button.mejs-mute button, .audio-player .mejs-button.mejs-unmute button, .audio-player .mejs-button.mejs-pause button {
  background-position: initial !important;
  width: 24px;
  height: 24px;
  margin: 0px;
}
.audio-player .mejs-button.mejs-unmute button {
  background-image: url(./img/audio-player/audio-volume-off.svg);
}
.audio-player .mejs-button.mejs-mute button {
  background-image: url(./img/audio-player/audio-volume.svg);
}
.audio-player .mejs-button.mejs-play button {
  background-image: url(./img/audio-player/audio-play.svg);
}
.audio-player .mejs-button.mejs-pause button {
  background-image: url(./img/audio-player/audio-pause.svg);
}
.ourValues-list {
  display: grid;
  gap: calc(45px - (45px * var(--ratio)));
}
@media only screen and (max-width: 1024px) {
  .ourValues-list {
    margin-top: 60px;
  }
}
.ourValues-item {
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 1024px) {
  .ourValues-item {
    flex-direction: column;
    margin-left: 0px !important;
  }
}
.ourValues-item:nth-child(1) {
  margin-left: calc(-150px - (-150px * var(--ratio)));
}
.ourValues-item:nth-child(1) .gravity-animation {
  transform: rotate(45deg);
}
.ourValues-item:nth-child(2) {
  margin-left: calc(-100px - (-100px * var(--ratio)));
}
.ourValues-item:nth-child(3) {
  margin-left: calc(-180px - (-180px * var(--ratio)));
}
.ourValues-item:nth-child(3) .gravity-animation {
  transform: rotate(180deg);
}
.ourValues-item_icon {
  margin-right: calc(48px - (48px * var(--ratio)));
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .ourValues-item_icon {
    margin-right: 0px;
    margin-bottom: 20px;
  }
}
.ourValues-item_icon img {
  max-width: calc(160px - (160px * var(--ratio)));
  height: calc(160px - (160px * var(--ratio)));
}
@media only screen and (max-width: 1024px) {
  .ourValues-item_icon img {
    width: 100px;
    height: 100px;
  }
}
.ourValues-item_content {
  display: flex;
  flex-direction: column;
}
.ourValues-item_title {
  margin-bottom: calc(10px - (10px * var(--ratio)));
}
.info-block {
  display: flex;
}
@media only screen and (max-width: 575px) {
  .info-block {
    flex-direction: column;
  }
}
.info-block.-in-blog-content {
  position: relative;
  align-items: center;
  margin: calc(50px - (50px * var(--ratio))) 0;
}
@media only screen and (min-width: 576px) {
  .info-block.-in-blog-content {
    padding-right: calc(50px - (50px * var(--ratio)));
  }
}
.info-block.-in-blog-content .info-block_img {
  margin-right: calc(40px - (40px * var(--ratio)));
}
@media only screen and (min-width: 576px) {
  .info-block.-in-blog-content:after {
    position: absolute;
    top: 50%;
    right: calc(10px - (10px * var(--ratio)));
    transform: translate(0, -50%);
    content: '';
    display: block;
    width: calc(20px - (20px * var(--ratio)));
    height: calc(20px - (20px * var(--ratio)));
    border-radius: 50%;
    background: linear-gradient(138deg, #fcbf00 0%, #eeb203 29%, #c9900c 83%, #bd8510 100%);
  }
}
@media only screen and (min-width: 576px) {
  .info-block.-without-img {
    padding-left: calc(105px - (105px * var(--ratio)));
  }
}
@media only screen and (min-width: 576px) {
  .info-block.-without-img:before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    content: '';
    display: block;
    width: calc(48px - (48px * var(--ratio)));
    height: calc(48px - (48px * var(--ratio)));
    border-radius: 50%;
    background-image: linear-gradient(to left, #00305b 0%, #008bd2 100%);
  }
}
.info-block_img {
  width: calc(160px - (160px * var(--ratio)));
  height: calc(160px - (160px * var(--ratio)));
  min-width: calc(160px - (160px * var(--ratio)));
  border-radius: 50%;
  margin-right: calc(20px - (20px * var(--ratio)));
}
@media only screen and (max-width: 575px) {
  .info-block_img {
    margin-right: 0px;
    margin-bottom: calc(20px - (20px * var(--ratio)));
  }
}
.info-block_img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.info-block_title {
  margin-bottom: calc(10px - (10px * var(--ratio)));
  color: #00305b;
}
.info-block_descr {
  margin-bottom: calc(15px - (15px * var(--ratio)));
}
.acc-item {
  margin-bottom: calc(20px - (32px * var(--ratio)));
}
.acc-item:last-child {
  margin-bottom: 0px;
}
.acc-item_header {
  display: flex;
  align-items: center;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
}
.acc-item_header:hover {
  opacity: 0.8;
}
.acc-item_header[aria-expanded=true] .acc-item_header_icon {
  color: #fff;
  border-color: transparent;
}
.acc-item_header[aria-expanded=true] .acc-item_header_icon:before {
  opacity: 1;
}
.acc-item_header_icon {
  width: calc(32px - (32px * var(--ratio)));
  min-width: calc(32px - (32px * var(--ratio)));
  height: calc(32px - (32px * var(--ratio)));
  border-radius: 50%;
  border: 1px solid #9E9E9E;
  color: #9E9E9E;
  margin-right: calc(16px - (16px * var(--ratio)));
  font-size: calc(16px - (16px * var(--ratio)));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  position: relative;
  z-index: 1;
}
.acc-item_header_icon:before {
  content: '';
  display: block;
  position: absolute;
  background-image: linear-gradient(51deg, #00305b 0%, #008bd2 100%);
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  border-radius: 50%;
  transition: all 0.3s;
}
.acc-item_header_title {
  color: #00305b;
}
.acc-item_body {
  padding-top: calc(20px - (20px * var(--ratio)));
  padding-left: calc(32px - (32px * var(--ratio)));
  padding-bottom: calc(16px - (16px * var(--ratio)));
  position: relative;
  display: flex;
}
.acc-item_body_content p {
  margin-bottom: calc(16px - (16px * var(--ratio))) !important;
}
.acc-item_body_content ul {
  margin-left: 0px !important;
  margin-top: calc(16px - (16px * var(--ratio))) !important;
  margin-bottom: calc(16px - (16px * var(--ratio))) !important;
}
.acc-item_body_content ul li {
  margin-bottom: calc(16px - (16px * var(--ratio)));
}
.acc-item_body_content ul li:last-child {
  margin-bottom: 0px;
}
.acc-item_answer {
  position: relative;
  top: 0px;
  width: calc(32px - (32px * var(--ratio)));
  min-width: calc(32px - (32px * var(--ratio)));
  height: calc(32px - (32px * var(--ratio)));
  border-radius: 50%;
  color: #fff;
  font-size: calc(16px - (16px * var(--ratio)));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: calc(16px - (16px * var(--ratio)));
  z-index: 1;
}
@media only screen and (max-width: 575px) {
  .acc-item_answer {
    display: none;
  }
}
.acc-item_answer:before {
  content: '';
  display: block;
  position: absolute;
  background-image: linear-gradient(51deg, #00305b 0%, #008bd2 100%);
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 50%;
  transition: all 0.3s;
}
.largeCounter-list {
  display: grid;
  gap: calc(50px  - (50px *var(--ratio)));
}
.largeCounter-item {
  position: relative;
}
.largeCounter-item_header {
  margin-bottom: calc(10px  - (10px *var(--ratio)));
  padding-left: calc(80px  - (80px *var(--ratio)));
  position: relative;
}
@media only screen and (max-width: 575px) {
  .largeCounter-item_header {
    padding-left: 60px;
  }
}
.largeCounter-item_header_icon {
  width: calc(60px  - (60px *var(--ratio)));
  height: calc(60px  - (60px *var(--ratio)));
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0px;
  background-image: linear-gradient(60deg, #00305b 0%, #008bd2 100%);
}
@media only screen and (max-width: 575px) {
  .largeCounter-item_header_icon {
    width: 40px;
    height: 40px;
  }
}
.largeCounter-item_content {
  padding-left: calc(80px  - (80px *var(--ratio)));
}
@media only screen and (max-width: 575px) {
  .largeCounter-item_content {
    padding-left: 60px;
  }
}
.largeCounter-item_list {
  display: flex;
  flex-wrap: wrap;
}
.largeCounter-item_list_item {
  margin-right: calc(10px  - (10px *var(--ratio)));
  margin-bottom: calc(10px  - (10px *var(--ratio)));
  padding-left: calc(45px  - (45px *var(--ratio)));
  position: relative;
}
.largeCounter-item_list_item .dot {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.round-img.round-img--abs {
  padding-bottom: 100%;
  border-radius: 50%;
  position: relative;
}
.round-img.round-img--abs img {
  border-radius: 50%;
  object-fit: cover;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  height: 100%;
}
.roundInfo-list {
  display: grid;
  gap: calc(60px  - (60px *var(--ratio)));
}
.roundInfo-item {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .roundInfo-item {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.roundInfo-item:nth-child(2n) .roundInfo-item_content, .roundInfo-item.roundInfo-item--single .roundInfo-item_content {
  order: -1;
}
.roundInfo-item:nth-child(2n) .roundInfo-item_img, .roundInfo-item.roundInfo-item--single .roundInfo-item_img {
  margin-right: 0px;
  margin-left: calc(48px  - (48px *var(--ratio)));
}
@media only screen and (max-width: 1024px) {
  .roundInfo-item:nth-child(2n) .roundInfo-item_img, .roundInfo-item.roundInfo-item--single .roundInfo-item_img {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .roundInfo-item:nth-child(2n) .roundInfo-item_img, .roundInfo-item.roundInfo-item--single .roundInfo-item_img {
    margin-left: 0px;
  }
}
.roundInfo-item_img {
  min-width: calc(368px  - (368px *var(--ratio)));
  width: calc(368px  - (368px *var(--ratio)));
  height: calc(368px  - (368px *var(--ratio)));
  margin-right: calc(48px  - (48px *var(--ratio)));
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .roundInfo-item_img {
    min-width: 200px;
    width: 200px;
    height: 200px;
    margin-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .roundInfo-item_img {
    order: -2;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 20px;
  }
}
.roundInfo-item_img img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.roundInfo-item_title {
  font-weight: 600;
  margin-bottom: calc(10px  - (10px *var(--ratio)));
}
.roundInfo-item_descr {
  margin-bottom: calc(30px  - (30px *var(--ratio)));
}
.popover-body {
  font-size: calc(1rem - (1rem * var(--ratio)));
}
.popover-body * {
  font-size: calc(1rem - (1rem * var(--ratio)));
}
.reviews-slider-banner-block {
  border: calc(2px - (2px * var(--ratio))) solid #e0e0e0;
  border-radius: calc(30px - (30px * var(--ratio)));
  padding: calc(40px - (40px * var(--ratio)));
}
.reviews-slider-banner {
  margin-bottom: 0 !important;
}
.reviews-slider-banner__author-block {
  display: flex;
  align-items: center;
  margin-bottom: calc(20px - (20px * var(--ratio)));
}
.reviews-slider-banner__author-photo {
  position: relative;
  width: 100px;
  height: 100px;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
}
.reviews-slider-banner__photo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.reviews-slider-banner__author-info {
  padding-left: calc(20px - (20px * var(--ratio)));
}
.reviews-slider-banner__author-name {
  margin-bottom: calc(10px - (10px * var(--ratio)));
}
.reviews-slider-banner__author-position {
  font-size: calc(13px - (13px * var(--ratio)));
  color: #757575;
}
.reviews-slider-banner__text {
  font-size: calc(16px - (16px * var(--ratio)));
  margin-bottom: calc(25px - (25px * var(--ratio)));
}
.reviews-slider-banner__text p:not(:last-child) {
  margin-bottom: calc(10px - (10px * var(--ratio)));
}
.reviews-slider-banner__logo {
  max-width: calc(140px - (140px * var(--ratio)));
}
.reviews-slider-banner .slick-dots {
  position: static;
  padding-top: calc(25px - (25px * var(--ratio)));
  line-height: 1;
}
.reviews-slider-banner .slick-dots li {
  margin: calc(5px - (5px * var(--ratio)));
  width: auto;
  height: auto;
}
.reviews-slider-banner .slick-dots li.slick-active button {
  background-color: #008bd2;
}
.reviews-slider-banner .slick-dots button {
  width: calc(10px - (10px * var(--ratio)));
  height: calc(10px - (10px * var(--ratio)));
  padding: 0;
  border: calc(1px - (1px * var(--ratio))) solid #008bd2;
  background-color: transparent;
  transition: background-color 0.3s;
}
@media (max-width: 1023px) {
  .reviews-slider-banner-block {
    margin-top: calc(40px - (40px * var(--ratio)));
  }
  .reviews-slider-banner__author-photo {
    width: calc(75px - (75px * var(--ratio)));
    height: calc(75px - (75px * var(--ratio)));
  }
  .reviews-slider-banner__author-name {
    margin-bottom: 0;
  }
}
.wp-block-gallery ul.blocks-gallery-grid .blocks-gallery-item:before {
  display: none !important;
}
.wp-block-gallery ul.blocks-gallery-grid {
  margin-left: 0px !important;
  padding: 0px !important;
}
mark.is-highlight {
  background: transparent !important;
  color: inherit !important;
}
.company_submenu {
	display: flex;
}

.round-links-list .company_sub_title, 
.submenu_right .company_sub_title {
	font-size: 22px;
	font-weight: 600;
	color: #00305B;
	line-height: 120%;
}

.company_submenu .round-link-item:hover {
	color: #00305B;
}

.company_sub_title {
	font-family: inherit;
}

@media (max-width: 500px) {
	.company_submenu {
		display: block;
	}
	
	.submenu_right {
		padding: 0;
		margin-top: 20px;
	}
	
	.round-links-list .company_sub_title, 
	.submenu_right .company_sub_title  {
		font-size: 18px;
	}
}

/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22https%3A%2F%2Fdev.maxbill.com%2F%22%2C%22sources%22%3A%5B%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2Fstyle.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2F..%2Flibs%2Fbootstrap%2Fscss%2F_root.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2F..%2Flibs%2Fbootstrap%2Fscss%2F_reboot.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2F..%2Flibs%2Fbootstrap%2Fscss%2Fmixins%2F_hover.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2F..%2Flibs%2Fbootstrap%2Fscss%2F_type.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2F..%2Flibs%2Fbootstrap%2Fscss%2F_code.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2F..%2Flibs%2Fbootstrap%2Fscss%2F_grid.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2F..%2Flibs%2Fbootstrap%2Fscss%2Fmixins%2F_breakpoints.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2F..%2Flibs%2Fbootstrap%2Fscss%2Fmixins%2F_grid-framework.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2F..%2Flibs%2Fbootstrap%2Fscss%2F_forms.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2F..%2Flibs%2Fbootstrap%2Fscss%2Fmixins%2F_transition.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2F..%2Flibs%2Fbootstrap%2Fscss%2Fmixins%2F_forms.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2F..%2Flibs%2Fbootstrap%2Fscss%2F_buttons.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2F..%2Flibs%2Fbootstrap%2Fscss%2Fmixins%2F_buttons.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2F..%2Flibs%2Fbootstrap%2Fscss%2F_transitions.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2F..%2Flibs%2Fbootstrap%2Fscss%2F_dropdown.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2F..%2Flibs%2Fbootstrap%2Fscss%2Fmixins%2F_caret.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2F..%2Flibs%2Fbootstrap%2Fscss%2F_button-group.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2F..%2Flibs%2Fbootstrap%2Fscss%2F_input-group.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2F..%2Flibs%2Fbootstrap%2Fscss%2F_custom-forms.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2F..%2Flibs%2Fbootstrap%2Fscss%2F_nav.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2F..%2Flibs%2Fbootstrap%2Fscss%2F_navbar.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2F..%2Flibs%2Fbootstrap%2Fscss%2F_modal.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2F..%2Flibs%2Fbootstrap%2Fscss%2F_popover.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2F..%2Flibs%2Fbootstrap%2Fscss%2Futilities%2F_align.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2F..%2Flibs%2Fbootstrap%2Fscss%2Fmixins%2F_background-variant.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2F..%2Flibs%2Fbootstrap%2Fscss%2Futilities%2F_background.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2F..%2Flibs%2Fbootstrap%2Fscss%2Futilities%2F_borders.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2F..%2Flibs%2Fbootstrap%2Fscss%2Fmixins%2F_clearfix.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2F..%2Flibs%2Fbootstrap%2Fscss%2Futilities%2F_display.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2F..%2Flibs%2Fbootstrap%2Fscss%2Futilities%2F_embed.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2F..%2Flibs%2Fbootstrap%2Fscss%2Futilities%2F_flex.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2F..%2Flibs%2Fbootstrap%2Fscss%2Futilities%2F_float.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2F..%2Flibs%2Fbootstrap%2Fscss%2Futilities%2F_overflow.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2F..%2Flibs%2Fbootstrap%2Fscss%2Futilities%2F_position.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2F..%2Flibs%2Fbootstrap%2Fscss%2Futilities%2F_screenreaders.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2F..%2Flibs%2Fbootstrap%2Fscss%2Fmixins%2F_screen-reader.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2F..%2Flibs%2Fbootstrap%2Fscss%2Futilities%2F_shadows.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2F..%2Flibs%2Fbootstrap%2Fscss%2Futilities%2F_sizing.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2F..%2Flibs%2Fbootstrap%2Fscss%2Futilities%2F_stretched-link.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2F..%2Flibs%2Fbootstrap%2Fscss%2Futilities%2F_spacing.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2F..%2Flibs%2Fbootstrap%2Fscss%2Futilities%2F_text.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2F..%2Flibs%2Fbootstrap%2Fscss%2Fmixins%2F_text-emphasis.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2F..%2Flibs%2Fbootstrap%2Fscss%2Futilities%2F_visibility.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2F..%2Flibs%2Fslick%2Fslick.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2F..%2Flibs%2Fslick%2Fslick-theme.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2F.%2Ficons%2Fstyle.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2F..%2Flibs%2Fhamburgers%2F_base.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2F..%2Flibs%2Fhamburgers%2Ftypes%2F_spin.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2F..%2Flibs%2Faos%2Faos.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2F..%2Flibs%2Fspinkit%2F_spinkit.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2F..%2Flibs%2Fswiper%2Fswiper.min.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2F..%2Flibs%2Fselect2%2Fcss%2Fselect2.min.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2F..%2Flibs%2Fmediaelement%2Fmediaelementplayer-legacy.min.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2F_mixins.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2F_reset.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2F_global.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2F_helpers.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2F_fonts.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2Fcomponents%2Fsolution%2F_item.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2Fcomponents%2Fanimation%2F_animation-dots.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2Fcomponents%2Fanimation%2F_gravity-animation.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2Fcomponents%2Fform%2F_checkbox.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2Fcomponents%2Fform%2F_form-control.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2Fcomponents%2Fform%2F_form.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2Fcomponents%2Fform%2F_form-success.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2Fcomponents%2Fform%2F_upload.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2Fcomponents%2Fform%2F_radio.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2Fcomponents%2Fform%2Fselect.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2Fcomponents%2Fform%2F_attach-block.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2Fcomponents%2Fform%2F_modifications.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2Fcomponents%2Freview%2F_review-video.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2Fcomponents%2Freview%2F_review.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2Fcomponents%2Freview%2F_video-review-modal.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2Fcomponents%2Freview%2F_review-slider.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2Fcomponents%2Fsection%2F_section-top.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2Fcomponents%2Fsection%2F_section.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2Fcomponents%2Fellipse%2F_ellipse-slider.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2Fcomponents%2Fellipse%2F_ellipse.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2Fcomponents%2Fellipse%2F_ellipse-border.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2Fcomponents%2Fellipse%2F_animEllipse.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2Fcomponents%2Fellipse%2F_ellipse-stat.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2Fcomponents%2Femployee%2F_employee-slider.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2Fcomponents%2Femployee%2F_employee-modal.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2Fcomponents%2Fpost%2F_post-pagination.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2Fcomponents%2Fcase-studies%2F_caseStudy.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2Fcomponents%2Fcase-studies%2F_caseStudy-single.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2Fcomponents%2Fcase-studies%2F_useCase-slider.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2Fcomponents%2Fresources%2F_resources-single.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2Fcomponents%2F_header.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2Fcomponents%2F_buttons.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2Fcomponents%2F_footer.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2Fcomponents%2F_slick.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2Fcomponents%2F_list.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2Fcomponents%2F_scrollbar-styling.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2Fcomponents%2F_dot.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2Fcomponents%2F_features.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2Fcomponents%2F_contacts.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2Fcomponents%2F_tabs.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2Fcomponents%2F_social-list.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2Fcomponents%2F_location-list.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2Fcomponents%2F_back_to_top.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2Fcomponents%2F_prognroll.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2Fcomponents%2F_descr-block.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2Fcomponents%2F_post.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2Fcomponents%2F_clients-list.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2Fcomponents%2F_modal.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2Fcomponents%2F_employee.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2Fcomponents%2F_post-single.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2Fcomponents%2F_dot-block.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2Fcomponents%2F_subscribe.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2Fcomponents%2F_highlights.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2Fcomponents%2F_cat-menu.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2Fcomponents%2F_tag.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2Fcomponents%2F_principles.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2Fcomponents%2F_preloader.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2Fcomponents%2F_func.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2Fcomponents%2F_post-list.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2Fcomponents%2F_scroll-container.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2Fcomponents%2F_load-more.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2Fcomponents%2F_swiper-slider.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2Fcomponents%2F_develop-bar.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2Fcomponents%2F_lifestyle-slider.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2Fcomponents%2F_vacancy-block.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2Fcomponents%2F_offer-steps.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2Fcomponents%2F_technology.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2Fcomponents%2F_resources.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2Fcomponents%2F_icons.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2Fcomponents%2F_search.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2Fcomponents%2F_stat-slider.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2Fcomponents%2F_author.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2Fcomponents%2F_emails-list.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2Fcomponents%2F_cookies.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2Fcomponents%2F_modal-survey.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2Fcomponents%2F_audio-player.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2Fcomponents%2F_ourValues.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2Fcomponents%2F_info-block.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2Fcomponents%2F_acc.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2Fcomponents%2F_largeCounter.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2Fcomponents%2F_round-img.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2Fcomponents%2F_roundInfo.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2Fcomponents%2F_popover.scss%22%2C%22wp-content%2Fthemes%2Ftwentynineteen%2Fscss%2F.%2Fcomponents%2F_reviews-slider-banner.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAiBA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BACzBF%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%3BACkBA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACzKE%3BAAAA%3BAAAA%3BAAAA%3BAD0LF%3BAAAA%3BAAAA%3BAAAA%3BACtLE%3BAAAA%3BAAAA%3BAAAA%3BAD%2BLA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAaI%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAE1dA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BACxHF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BACvCE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACuDE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD3CF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAE9BF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAuBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%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%3BADEN%3BAC9BE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADEN%3BAC9BE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADEN%3BAC9BE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADEN%3BAC9BE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACpDV%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADgBF%3BAAAA%3BAAAA%3BAAAA%3BAEdA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFuBA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAYF%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAAA%3BAAeF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAYF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEvMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAA3JN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAFyER%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAF7ME%3BAEmNA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAG%2FTJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAPCF%3BAAAA%3BAAAA%3BAAAA%3BASYA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAiBF%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAT%2FCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAUKA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BADUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAT%2FCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAUKA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BADUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAT%2FCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAUKA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BADUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAT%2FCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAUKA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BADUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAT%2FCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAUKA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BADUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAT%2FCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAUKA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BADUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAT%2FCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAUKA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BADUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAT%2FCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAUKA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BADgBF%3BAAAA%3BAAAA%3BAAAA%3BATrDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAU0DA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BADvBF%3BAAAA%3BAAAA%3BAAAA%3BATrDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAU0DA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BADvBF%3BAAAA%3BAAAA%3BAAAA%3BATrDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAU0DA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BADvBF%3BAAAA%3BAAAA%3BAAAA%3BATrDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAU0DA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BADvBF%3BAAAA%3BAAAA%3BAAAA%3BATrDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAU0DA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BADvBF%3BAAAA%3BAAAA%3BAAAA%3BATrDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAU0DA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BADvBF%3BAAAA%3BAAAA%3BAAAA%3BATrDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAU0DA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BADvBF%3BAAAA%3BAAAA%3BAAAA%3BATrDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAU0DA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BADZJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAThEE%3BAAAA%3BAAAA%3BAAAA%3BAS0EA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAcF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAErIF%3BAAAA%3BAAAA%3BAJWI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIRF%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJHI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAKVJ%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BACqBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA4BA%3BAAAA%3BAAAA%3BADzCJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAyBI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BARcA%3BAQnBA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BARcA%3BAQnBA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BARcA%3BAQnBA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BARcA%3BAQnBA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC3BE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA4BA%3BAAAA%3BAAAA%3BADYF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACxCE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA4BA%3BAAAA%3BAAAA%3BADsBA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACzDE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BADuCA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAZ1GE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAYwIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYF%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEvLA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAdGA%3BAAAA%3BAAAA%3BAcME%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAkBF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAsBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAoBA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACrJJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBE%3BAAAA%3BAAAA%3BAAYF%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAChLA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAWN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BATvKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BASoLA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAaJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAwBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAGF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BATvXE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BASkYA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BATlZE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAS4ZA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAT5aE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BASybA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAT3eI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAUNJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAjBGE%3BAAAA%3BAAAA%3BAiBMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjBxBA%3BAAAA%3BAAAA%3BAiBgCE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BACnGF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlBzBE%3BAAAA%3BAAAA%3BAkB4CF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlB3FE%3BAAAA%3BAAAA%3BAkB0GF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAdjDI%3BAcoEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAdjFJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAc4FI%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAdzGJ%3BAcoEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAdjFJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAc4FI%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAdzGJ%3BAcoEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAdjFJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAc4FI%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAdzGJ%3BAcoEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAdjFJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAc4FI%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAvCJ%3BAAAA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAeN%3BAAAA%3BAAAA%3BAlBjLA%3BAAAA%3BAAAA%3BAkB0LE%3BAAAA%3BAAAA%3BAlB1LF%3BAAAA%3BAAAA%3BAkBiMI%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAlBzNF%3BAAAA%3BAAAA%3BAkBqOA%3BAAAA%3BAAAA%3BAlBrOA%3BAAAA%3BAAAA%3BAkB8OE%3BAAAA%3BAAAA%3BAlB9OF%3BAAAA%3BAAAA%3BAkBqPI%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAlB7QF%3BAAAA%3BAAAA%3BAmBVF%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAZhCE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAYoCF%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAfxHI%3BAemIF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAf5JE%3BAegKF%3BAAAA%3BAAAA%3BAAAA%3BAfhKE%3BAeuKF%3BAAAA%3BAAAA%3BAAAA%3BACnOF%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%3BAAmBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAyBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BACrKA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BACFE%3BAAAA%3BAAAA%3BAtBWA%3BAAAA%3BAAAA%3BAsBXA%3BAAAA%3BAAAA%3BAtBWA%3BAAAA%3BAAAA%3BAsBXA%3BAAAA%3BAAAA%3BAtBWA%3BAAAA%3BAAAA%3BAsBXA%3BAAAA%3BAAAA%3BAtBWA%3BAAAA%3BAAAA%3BAsBXA%3BAAAA%3BAAAA%3BAtBWA%3BAAAA%3BAAAA%3BAsBXA%3BAAAA%3BAAAA%3BAtBWA%3BAAAA%3BAAAA%3BAsBXA%3BAAAA%3BAAAA%3BAtBWA%3BAAAA%3BAAAA%3BAsBXA%3BAAAA%3BAAAA%3BAtBWA%3BAAAA%3BAAAA%3BAuBJF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BACVA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BACvEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACUI%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%3BAtBiDF%3BAsBjDE%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%3BAtBiDF%3BAsBjDE%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%3BAtBiDF%3BAsBjDE%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%3BAtBiDF%3BAsBjDE%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%3BAAUN%3BAAEI%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%3BACrBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAoBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACxBA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAxBYA%3BAwBlDA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAxBYA%3BAwBlDA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAxBYA%3BAwBlDA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAxBYA%3BAwBlDA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAC1CA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAzBoDA%3BAyBtDA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAzBoDA%3BAyBtDA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAzBoDA%3BAyBtDA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAzBoDA%3BAyBtDA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BACLF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACtBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACmBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACrBF%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%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%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BACdE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACKM%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAjCPA%3BAiClDI%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAjCPA%3BAiClDI%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAjCPA%3BAiClDI%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAjCPA%3BAiClDI%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAC7DJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAlCqCA%3BAkCvCA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAlCqCA%3BAkCvCA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAlCqCA%3BAkCvCA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAlCqCA%3BAkCvCA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BACvCE%3BAAAA%3BAAAA%3BAvCWA%3BAAAA%3BAAAA%3BAuCXA%3BAAAA%3BAAAA%3BAvCWA%3BAAAA%3BAAAA%3BAuCXA%3BAAAA%3BAAAA%3BAvCWA%3BAAAA%3BAAAA%3BAuCXA%3BAAAA%3BAAAA%3BAvCWA%3BAAAA%3BAAAA%3BAuCXA%3BAAAA%3BAAAA%3BAvCWA%3BAAAA%3BAAAA%3BAuCXA%3BAAAA%3BAAAA%3BAvCWA%3BAAAA%3BAAAA%3BAuCXA%3BAAAA%3BAAAA%3BAvCWA%3BAAAA%3BAAAA%3BAuCXA%3BAAAA%3BAAAA%3BAvCWA%3BAAAA%3BAAAA%3BAsCkCF%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAEjEA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BA3CVA%3BA4CEA%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%3BA5CjGA%3BA6C4CI%3BAAAA%3BAAAA%3BA7C5CJ%3BA6CmDI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7CnDJ%3BA6C8DA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BA7C5HR%3BA6CoIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYI%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBJ%3BAAAA%3BAAAA%3BAAAA%3BAC1LR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BA9CpIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA%2BCEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBE%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BA%2FClFF%3BAAAA%3BAAAA%3BAgDKI%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACjCR%3BAAAA%3BAAAA%3BAAA6G%3BAAAA%3BAAAA%3BAAAkG%3BAAAA%3BAAAA%3BAAA6H%3BAAAA%3BAAAA%3BAAA%2BG%3BAAAA%3BAAAA%3BAAAoG%3BAAAA%3BAAAA%3BAAA8H%3BAAAA%3BAAAA%3BAAAgH%3BAAAA%3BAAAA%3BAAAoG%3BAAAA%3BAAAA%3BAAA%2BH%3BAAAA%3BAAAA%3BAAA%2BG%3BAAAA%3BAAAA%3BAAAoG%3BAAAA%3BAAAA%3BAAA8H%3BAAAA%3BAAAA%3BAAAgH%3BAAAA%3BAAAA%3BAAAoG%3BAAAA%3BAAAA%3BAAA%2BH%3BAAAA%3BAAAA%3BAAA%2BG%3BAAAA%3BAAAA%3BAAAoG%3BAAAA%3BAAAA%3BAAA8H%3BAAAA%3BAAAA%3BAAAgH%3BAAAA%3BAAAA%3BAAAoG%3BAAAA%3BAAAA%3BAAA%2BH%3BAAAA%3BAAAA%3BAAA%2BG%3BAAAA%3BAAAA%3BAAAoG%3BAAAA%3BAAAA%3BAAA8H%3BAAAA%3BAAAA%3BAAAgH%3BAAAA%3BAAAA%3BAAAoG%3BAAAA%3BAAAA%3BAAA%2BH%3BAAAA%3BAAAA%3BAAA%2BG%3BAAAA%3BAAAA%3BAAAoG%3BAAAA%3BAAAA%3BAAA8H%3BAAAA%3BAAAA%3BAAAgH%3BAAAA%3BAAAA%3BAAAoG%3BAAAA%3BAAAA%3BAAA%2BH%3BAAAA%3BAAAA%3BAAA%2BG%3BAAAA%3BAAAA%3BAAAoG%3BAAAA%3BAAAA%3BAAA8H%3BAAAA%3BAAAA%3BAAAgH%3BAAAA%3BAAAA%3BAAAoG%3BAAAA%3BAAAA%3BAAA%2BH%3BAAAA%3BAAAA%3BAAA%2BG%3BAAAA%3BAAAA%3BAAAoG%3BAAAA%3BAAAA%3BAAA8H%3BAAAA%3BAAAA%3BAAAgH%3BAAAA%3BAAAA%3BAAAoG%3BAAAA%3BAAAA%3BAAA%2BH%3BAAAA%3BAAAA%3BAAA%2BG%3BAAAA%3BAAAA%3BAAAoG%3BAAAA%3BAAAA%3BAAA8H%3BAAAA%3BAAAA%3BAAAgH%3BAAAA%3BAAAA%3BAAAoG%3BAAAA%3BAAAA%3BAAA%2BH%3BAAAA%3BAAAA%3BAAA%2BG%3BAAAA%3BAAAA%3BAAAoG%3BAAAA%3BAAAA%3BAAA8H%3BAAAA%3BAAAA%3BAAAgH%3BAAAA%3BAAAA%3BAAAoG%3BAAAA%3BAAAA%3BAAA%2BH%3BAAAA%3BAAAA%3BAAAgH%3BAAAA%3BAAAA%3BAAAsG%3BAAAA%3BAAAA%3BAAA%2BH%3BAAAA%3BAAAA%3BAAAmH%3BAAAA%3BAAAA%3BAAAsG%3BAAAA%3BAAAA%3BAAAkI%3BAAAA%3BAAAA%3BAAAkH%3BAAAA%3BAAAA%3BAAAsG%3BAAAA%3BAAAA%3BAAAiI%3BAAAA%3BAAAA%3BAAAmH%3BAAAA%3BAAAA%3BAAAsG%3BAAAA%3BAAAA%3BAAAkI%3BAAAA%3BAAAA%3BAAAkH%3BAAAA%3BAAAA%3BAAAsG%3BAAAA%3BAAAA%3BAAAiI%3BAAAA%3BAAAA%3BAAAmH%3BAAAA%3BAAAA%3BAAAsG%3BAAAA%3BAAAA%3BAAAkI%3BAAAA%3BAAAA%3BAAAkH%3BAAAA%3BAAAA%3BAAAsG%3BAAAA%3BAAAA%3BAAAiI%3BAAAA%3BAAAA%3BAAAmH%3BAAAA%3BAAAA%3BAAAsG%3BAAAA%3BAAAA%3BAAAkI%3BAAAA%3BAAAA%3BAAAkH%3BAAAA%3BAAAA%3BAAAsG%3BAAAA%3BAAAA%3BAAAiI%3BAAAA%3BAAAA%3BAAAmH%3BAAAA%3BAAAA%3BAAAsG%3BAAAA%3BAAAA%3BAAAkI%3BAAAA%3BAAAA%3BAAAkH%3BAAAA%3BAAAA%3BAAAsG%3BAAAA%3BAAAA%3BAAAiI%3BAAAA%3BAAAA%3BAAAmH%3BAAAA%3BAAAA%3BAAAsG%3BAAAA%3BAAAA%3BAAAkI%3BAAAA%3BAAAA%3BAAAkH%3BAAAA%3BAAAA%3BAAAsG%3BAAAA%3BAAAA%3BAAAiI%3BAAAA%3BAAAA%3BAAAmH%3BAAAA%3BAAAA%3BAAAsG%3BAAAA%3BAAAA%3BAAAkI%3BAAAA%3BAAAA%3BAAAkH%3BAAAA%3BAAAA%3BAAAsG%3BAAAA%3BAAAA%3BAAAiI%3BAAAA%3BAAAA%3BAAAmH%3BAAAA%3BAAAA%3BAAAsG%3BAAAA%3BAAAA%3BAAAkI%3BAAAA%3BAAAA%3BAAAkH%3BAAAA%3BAAAA%3BAAAsG%3BAAAA%3BAAAA%3BAAAiI%3BAAAA%3BAAAA%3BAAAmH%3BAAAA%3BAAAA%3BAAAsG%3BAAAA%3BAAAA%3BAAAkI%3BAAAA%3BAAAA%3BAAAkH%3BAAAA%3BAAAA%3BAAAsG%3BAAAA%3BAAAA%3BAAAiI%3BAAAA%3BAAAA%3BAAAmH%3BAAAA%3BAAAA%3BAAAsG%3BAAAA%3BAAAA%3BAAAkI%3BAAAA%3BAAAA%3BAAAgH%3BAAAA%3BAAAA%3BAAAsG%3BAAAA%3BAAAA%3BAAA%2BH%3BAAAA%3BAAAA%3BAAAmH%3BAAAA%3BAAAA%3BAAAsG%3BAAAA%3BAAAA%3BAAAkI%3BAAAA%3BAAAA%3BAAAkH%3BAAAA%3BAAAA%3BAAAsG%3BAAAA%3BAAAA%3BAAAiI%3BAAAA%3BAAAA%3BAAAmH%3BAAAA%3BAAAA%3BAAAsG%3BAAAA%3BAAAA%3BAAAkI%3BAAAA%3BAAAA%3BAAAkH%3BAAAA%3BAAAA%3BAAAsG%3BAAAA%3BAAAA%3BAAAiI%3BAAAA%3BAAAA%3BAAAmH%3BAAAA%3BAAAA%3BAAAsG%3BAAAA%3BAAAA%3BAAAkI%3BAAAA%3BAAAA%3BAAAkH%3BAAAA%3BAAAA%3BAAAsG%3BAAAA%3BAAAA%3BAAAiI%3BAAAA%3BAAAA%3BAAAmH%3BAAAA%3BAAAA%3BAAAsG%3BAAAA%3BAAAA%3BAAAkI%3BAAAA%3BAAAA%3BAAAkH%3BAAAA%3BAAAA%3BAAAsG%3BAAAA%3BAAAA%3BAAAiI%3BAAAA%3BAAAA%3BAAAmH%3BAAAA%3BAAAA%3BAAAsG%3BAAAA%3BAAAA%3BAAAkI%3BAAAA%3BAAAA%3BAAAkH%3BAAAA%3BAAAA%3BAAAsG%3BAAAA%3BAAAA%3BAAAiI%3BAAAA%3BAAAA%3BAAAmH%3BAAAA%3BAAAA%3BAAAsG%3BAAAA%3BAAAA%3BAAAkI%3BAAAA%3BAAAA%3BAAAkH%3BAAAA%3BAAAA%3BAAAsG%3BAAAA%3BAAAA%3BAAAiI%3BAAAA%3BAAAA%3BAAAmH%3BAAAA%3BAAAA%3BAAAsG%3BAAAA%3BAAAA%3BAAAkI%3BAAAA%3BAAAA%3BAAAkH%3BAAAA%3BAAAA%3BAAAsG%3BAAAA%3BAAAA%3BAAAiI%3BAAAA%3BAAAA%3BAAAmH%3BAAAA%3BAAAA%3BAAAsG%3BAAAA%3BAAAA%3BAAAkI%3BAAAA%3BAAAA%3BAAAkH%3BAAAA%3BAAAA%3BAAAsG%3BAAAA%3BAAAA%3BAAAiI%3BAAAA%3BAAAA%3BAAAmH%3BAAAA%3BAAAA%3BAAAsG%3BAAAA%3BAAAA%3BAAAkI%3BAAAA%3BAAAA%3BAAAkH%3BAAAA%3BAAAA%3BAAAsG%3BAAAA%3BAAAA%3BAAAiI%3BAAAA%3BAAAA%3BAAAmH%3BAAAA%3BAAAA%3BAAAsG%3BAAAA%3BAAAA%3BAAAkI%3BAAAA%3BAAAA%3BAAAgH%3BAAAA%3BAAAA%3BAAAsG%3BAAAA%3BAAAA%3BAAA%2BH%3BAAAA%3BAAAA%3BAAA8I%3BAAAA%3BAAAA%3BAAAiH%3BAAAA%3BAAAA%3BAAA0H%3BAAAA%3BAAAA%3BAAA6H%3BAAAA%3BAAAA%3BAAAsI%3BAAAA%3BAAAA%3BAAA4J%3BAAAA%3BAAAA%3BAAAgK%3BAAAA%3BAAAA%3BAAAqK%3BAAAA%3BAAAA%3BAAA0J%3BAAAA%3BAAAA%3BAAA4J%3BAAAA%3BAAAA%3BAAAmK%3BAAAA%3BAAAA%3BAAA2J%3BAAAA%3BAAAA%3BAAA4J%3BAAAA%3BAAAA%3BAAAqK%3BAAAA%3BAAAA%3BAAA6J%3BAAAA%3BAAAA%3BAAA8J%3BAAAA%3BAAAA%3BAAAuK%3BAAAA%3BAAAA%3BAAA6J%3BAAAA%3BAAAA%3BAAA8J%3BAAAA%3BAAAA%3BAAAuK%3BAAAA%3BAAAA%3BAAAA%3BAAAiF%3BAAAA%3BAAAA%3BAAAA%3BAAA%2BE%3BAAAA%3BAAAA%3BAAAoD%3BAAAA%3BAAAA%3BAAAuD%3BAAAA%3BAAAA%3BAAAwD%3BAAAA%3BAAAA%3BAAAsD%3BAAAA%3BAAAA%3BAAA%2BD%3BAAAA%3BAAAA%3BAAA6D%3BAAAA%3BAAAA%3BAAAkE%3BAAAA%3BAAAA%3BAAAgE%3BAAAA%3BAAAA%3BAAAA%3BAAAiF%3BAAAA%3BAAAA%3BAAAA%3BAAAwF%3BAAAA%3BAAAA%3BAAAuC%3BAAAA%3BAAAA%3BAAAiE%3BAAAA%3BAAAA%3BAAAoE%3BAAAA%3BAAAA%3BAAAqE%3BAAAA%3BAAAA%3BAAAmE%3BAAAA%3BAAAA%3BAAAyC%3BAAAA%3BAAAA%3BAAAmE%3BAAAA%3BAAAA%3BAAAsE%3BAAAA%3BAAAA%3BAAAuE%3BAAAA%3BAAAA%3BAAAqE%3BAAAA%3BAAAA%3BAAAiE%3BAAAA%3BAAAA%3BAAAuE%3BAAAA%3BAAAA%3BAAAoD%3BAAAA%3BAAAA%3BAAAuD%3BAAAA%3BAAAA%3BAAAwD%3BAAAA%3BAAAA%3BAAAsD%3BAAAA%3BAAAA%3BAAAA%3BAAA0F%3BAAAA%3BAAAA%3BAAAoE%3BAAAA%3BAAAA%3BAAA0E%3BAAAA%3BAAAA%3BAAAoE%3BAAAA%3BAAAA%3BAAA2E%3BAAAA%3BAAAA%3BAAAkE%3BAAAA%3BAAAA%3BAAAwE%3BAAAA%3BAAAA%3BAAAmE%3BAAAA%3BAAAA%3BACA13yB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA8L%3BAAAoB%3BAAAA%3BAAAA%3BAAAsD%3BAAAA%3BAAAA%3BAAA%2BD%3BAAAA%3BAAAA%3BAAAA%3BAAAuE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAoH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA0H%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAoL%3BAAAA%3BAAAA%3BAAAiD%3BAAAA%3BAAAA%3BAAAiD%3BAAAA%3BAAAA%3BAAAiD%3BAAAA%3BAAAA%3BAAAiD%3BAAAA%3BAAAA%3BAAAiD%3BAAAA%3BAAAA%3BAAAiD%3BAAAA%3BAAAA%3BAAAwD%3BAAAA%3BAAAA%3BAAAwD%3BAAAA%3BAAAA%3BAAAwD%3BAAAA%3BAAAA%3BAAAwD%3BAAAA%3BAAAA%3BAAAwD%3BAAAA%3BAAAA%3BAAAwD%3BAAAoB%3BAAAA%3BAAAA%3BAAAA%3BAAA%2BB%3BAAAwB%3BAAAA%3BAAAA%3BAAAA%3BAAAmC%3BAAA%2BB%3BAAAA%3BAAAA%3BAAAyB%3BAAAA%3BAAAA%3BAAAA%3BAAA8B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAwE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAwM%3BAAAA%3BAAAA%3BAAAkD%3BAAAqB%3BAAAA%3BAAAA%3BAAA2B%3BAAAA%3BAAAA%3BAAAA%3BAAA4B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA%2BF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAiH%3BAAAA%3BAAAA%3BAAAiD%3BAAAA%3BAAAA%3BAAAiD%3BAAAA%3BAAAA%3BAAAiD%3BAAAA%3BAAAA%3BAAAiD%3BAAAA%3BAAAA%3BAAAiD%3BAAAmB%3BAAAA%3BAAAA%3BAAAkC%3BAAAA%3BAAAA%3BAAAA%3BAAAyB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA%2BK%3BAAAoB%3BAAAA%3BAAAA%3BAAAsB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAmC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAuH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAkK%3BAAAA%3BAAAA%3BAAAiD%3BAAAA%3BAAAA%3BAAAiD%3BAAAmB%3BAAAA%3BAAAA%3BAAAiC%3BAAAA%3BAAAA%3BAAAA%3BAAAwB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA%2BG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAyL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAiE%3BAAAoB%3BAAAA%3BAAAA%3BAAAA%3BAAA%2BB%3BAAAwB%3BAAAA%3BAAAA%3BAAA6B%3BAAAA%3BAAAA%3BAAAA%3BAAAwB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAwE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAqE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA2K%3BAAAA%3BAAAA%3BAAAoD%3BAAAA%3BAAAA%3BAAAoD%3BAAAA%3BAAAA%3BAAAoD%3BAAAA%3BAAAA%3BAAAqD%3BAAAA%3BAAAA%3BAAAqD%3BAAAA%3BAAAA%3BAAAqD%3BAAAA%3BAAAA%3BAAAqD%3BAAAA%3BAAAA%3BAAAqD%3BAAAA%3BAAAA%3BAAAqD%3BAAAA%3BAAAA%3BAAAsD%3BAAAA%3BAAAA%3BAAAsD%3BAAAA%3BAAAA%3BAAAyD%3BAAAA%3BAAAA%3BAAAuD%3BAAAA%3BAAAA%3BAAAyD%3BAAAA%3BAAAA%3BAAAyD%3BAAAA%3BAAAA%3BAAAyD%3BAAAA%3BAAAA%3BAAAyD%3BAAAA%3BAAAA%3BAAAyD%3BAAAA%3BAAAA%3BAAAyD%3BAAAA%3BAAAA%3BAAAyD%3BAAAA%3BAAAA%3BAAA0D%3BAAAA%3BAAAA%3BAAA0D%3BAAAqB%3BAAAA%3BAAAA%3BAAA%2BB%3BAAAA%3BAAAA%3BAAAA%3BAAAwB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA6E%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA0E%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAqL%3BAAAA%3BAAAA%3BAAAyD%3BAAAA%3BAAAA%3BAAAyD%3BAAAA%3BAAAA%3BAAAyD%3BAAAA%3BAAAA%3BAAA0D%3BAAAA%3BAAAA%3BAAA0D%3BAAAA%3BAAAA%3BAAA0D%3BAAAA%3BAAAA%3BAAA0D%3BAAAA%3BAAAA%3BAAA0D%3BAAAA%3BAAAA%3BAAA0D%3BAAAA%3BAAAA%3BAAA2D%3BAAAA%3BAAAA%3BAAA2D%3BAAAA%3BAAAA%3BAAA8D%3BAAAA%3BAAAA%3BAAA8D%3BAAAA%3BAAAA%3BAAA8D%3BAAAA%3BAAAA%3BAAA8D%3BAAAA%3BAAAA%3BAAA8D%3BAAAA%3BAAAA%3BAAA8D%3BAAAA%3BAAAA%3BAAA8D%3BAAAA%3BAAAA%3BAAA8D%3BAAAA%3BAAAA%3BAAA8D%3BAAAA%3BAAAA%3BAAA%2BD%3BAAAA%3BAAAA%3BAAA%2BD%3BAAA0B%3BAAAA%3BAAAA%3BAAAA%3BAAA2C%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAkC%3BAAAA%3BAAAA%3BAAAA%3BAAAoD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAiI%3BAAAA%3BAAAA%3BAAA%2BC%3BAAAA%3BAAAA%3BAAA%2BC%3BAAAA%3BAAAA%3BAAA%2BC%3BAAAA%3BAAAA%3BAAA%2BC%3BAAAA%3BAAAA%3BAAA%2BC%3BAAAA%3BAAAA%3BAAA%2BC%3BAAAA%3BAAAA%3BAAA8C%3BAAAA%3BAAAA%3BAAA%2BC%3BAAAA%3BAAAA%3BAAA%2BC%3BAAAmB%3BAAAA%3BAAAA%3BAAAqC%3BAAAA%3BAAAA%3BAAAA%3BAAA8B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA%2BF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAqF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA8L%3BAAAA%3BAAAA%3BAAA%2BD%3BAAAA%3BAAAA%3BAAAgE%3BAAAA%3BAAAA%3BAAAgE%3BAAAA%3BAAAA%3BAAAsD%3BAAAA%3BAAAA%3BAAAsD%3BAAAA%3BAAAA%3BAAAsD%3BAAAmB%3BAAAA%3BAAAA%3BAAAA%3BAAA%2BD%3BAAAA%3BAAAA%3BAAAA%3BAAA0D%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAiE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAwE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA%2BM%3BAAAA%3BAAAA%3BAAAmD%3BAAAA%3BAAAA%3BAAAmD%3BAAAqB%3BAAAA%3BAAAA%3BAAAuB%3BAAAA%3BAAAA%3BAAA8E%3BAAAA%3BAAAA%3BAAA0G%3BAAAA%3BAAAA%3BAAA4G%3BAAAA%3BAAAA%3BAAA6F%3BAAAA%3BAAAA%3BAAAA%3BAlDA30S%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmDYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAkxE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA8J%3BAAAA%3BAAAA%3BAAAiE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAqI%3BAAAA%3BAAAA%3BAAAuF%3BAAAA%3BAAAA%3BAAA0D%3BAAAA%3BAAAA%3BAAAA%3BAAAuF%3BAAAA%3BAAAA%3BAAAA%3BAAA8F%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAmG%3BAAAA%3BAAAA%3BAAAgD%3BAAAA%3BAAAA%3BAAAoF%3BAAAA%3BAAAA%3BAAAA%3BAAAyG%3BAAAA%3BAAAA%3BAAAwC%3BAAAA%3BAAAA%3BAAA2U%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAmR%3BAAAA%3BAAAA%3BAAAsH%3BAAAA%3BAAAA%3BAAAwH%3BAAAA%3BAAAA%3BAAAoH%3BAAAA%3BAAAA%3BAAA0H%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAsG%3BAAAA%3BAAAA%3BAAA2E%3BAAAA%3BAAAA%3BAAAuF%3BAAAA%3BAAAA%3BAAAoG%3BAAAA%3BAAAA%3BAAAkG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAqY%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAkI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA6M%3BAAAA%3BAAAA%3BAAAA%3BAAAmF%3BAAAA%3BAAAA%3BAAAyF%3BAAAA%3BAAAA%3BAAAA%3BAAAmF%3BAAAA%3BAAAA%3BAAAyF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA2X%3BAAAA%3BAAAA%3BAAAsD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA4I%3BAAAA%3BAAAA%3BAAAA%3BAAA%2BD%3BAAAA%3BAAAA%3BAAAA%3BAAAoG%3BAAAA%3BAAAA%3BAAAuF%3BAAAA%3BAAAA%3BAAA4F%3BAAAA%3BAAAA%3BAAA8F%3BAAAA%3BAAAA%3BAAAmG%3BAAAA%3BAAAA%3BAAA8F%3BAAAA%3BAAAA%3BAAAmG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAkH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA4I%3BAAAA%3BAAAA%3BAAAsE%3BAAAA%3BAAAA%3BAAAA%3BAAA%2BG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA2G%3BAAAA%3BAAAA%3BAAAA%3BAAA2G%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAqI%3BAAAA%3BAAAA%3BAAAA%3BAAAwK%3BAAAA%3BAAAA%3BAAA%2BF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAiJ%3BAAAA%3BAAAA%3BAAAsJ%3BAAAA%3BAAAA%3BAAAkJ%3BAAAA%3BAAAA%3BAAAA%3BAAA4E%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA0O%3BAAAA%3BAAAA%3BAAAoH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAgM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAgM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAkQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAoH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAgH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA0H%3BAAAA%3BAAAA%3BAAA0C%3BAAAA%3BAAAA%3BAAAoC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAuH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAsI%3BAAAA%3BAAAA%3BAAAiC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAqV%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAwS%3BAAAA%3BAAAA%3BAAAoG%3BAAAA%3BAAAA%3BAAAA%3BAAAqF%3BAAAA%3BAAAA%3BAAAuE%3BAAAA%3BAAAA%3BAAAiI%3BAAAA%3BAAAA%3BAAAwC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA%2BL%3BAAAA%3BAAAA%3BAAAuE%3BAAAA%3BAAAA%3BAAAkF%3BAAAA%3BAAAA%3BAAAiI%3BAAAA%3BAAAA%3BAAAA%3BAAA%2BN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA8Q%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAuL%3BAAAA%3BAAAA%3BAAAwC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAiI%3BAAAA%3BAAAA%3BAAAuE%3BAAAA%3BAAAA%3BAAAiI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACZr1Z%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA8G%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAuJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAuL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA%2BH%3BAAAA%3BAAAA%3BAAAA%3BAAA0H%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA6J%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAsH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAiI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAoR%3BAAAA%3BAAAA%3BAAAwH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA8K%3BAAAA%3BAAAA%3BAAA%2BB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA6D%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA%2BE%3BAAAA%3BAAAA%3BAAAoD%3BAAAA%3BAAAA%3BAAAkD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA8H%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAqH%3BAAAA%3BAAAA%3BAAAA%3BAAAoD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA8F%3BAAAA%3BAAAA%3BAAAuG%3BAAAA%3BAAAA%3BAAA4D%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAmN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA2S%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAqH%3BAAAA%3BAAAA%3BAAAA%3BAAAgH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA6K%3BAAAA%3BAAAA%3BAAAkG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA4I%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA4Q%3BAAAA%3BAAAA%3BAAAuG%3BAAAA%3BAAAA%3BAAAA%3BAAAgH%3BAAAA%3BAAAA%3BAAAA%3BAAAwH%3BAAAA%3BAAAA%3BAAA0H%3BAAAA%3BAAAA%3BAAAA%3BAAA4L%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA2L%3BAAAA%3BAAAA%3BAAAyG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAsM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA4W%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA%2BI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAgU%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAqP%3BAAAA%3BAAAA%3BAAAA%3BAAAiI%3BAAAA%3BAAAA%3BAAAA%3BAAA2I%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAoQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA4I%3BAAAA%3BAAAA%3BAAAA%3BAAAmH%3BAAAA%3BAAAA%3BAAAA%3BAAA0H%3BAAAA%3BAAAA%3BAAAwG%3BAAAA%3BAAAA%3BAAAA%3BAAAqQ%3BAAAA%3BAAAA%3BAAAA%3BAAA2Q%3BAAAA%3BAAAA%3BAAAmG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAqK%3BAAAA%3BAAAA%3BAAAA%3BAAAwG%3BAAAA%3BAAAA%3BAAA%2BF%3BAAAA%3BAAAA%3BAAAqH%3BAAAA%3BAAAA%3BAAAA%3BAAAyI%3BAAAA%3BAAAA%3BAAAA%3BAAAkK%3BAAAA%3BAAAA%3BAAAA%3BAAA2L%3BAAAA%3BAAAA%3BAAAA%3BAAAoN%3BAAAA%3BAAAA%3BAAAA%3BAAA6O%3BAAAA%3BAAAA%3BAAAsE%3BAAAA%3BAAAA%3BAAA0E%3BAAAA%3BAAAA%3BAAAqF%3BAAAA%3BAAAA%3BAAAA%3BAAA2I%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA6F%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAqd%3BAAAA%3BAAAA%3BAAAsF%3BAAAA%3BAAAA%3BAAAA%3BAAAgH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA2J%3BAAAA%3BAAAA%3BAAAkG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAulB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA4Q%3BAAAA%3BAAAA%3BAAAuG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAiO%3BAAAA%3BAAAA%3BAAAwG%3BAAAA%3BAAAA%3BAAAA%3BAAA4I%3BAAAA%3BAAAA%3BAAAA%3BAAA4L%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAwf%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAugB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAmL%3BAAAA%3BAAAA%3BAAAwF%3BAAAA%3BAAAA%3BAAAgG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAmN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA%2BI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAqQ%3BAAAA%3BAAAA%3BAAAA%3BAAA0H%3BAAAA%3BAAAA%3BAAAA%3BAAAiI%3BAAAA%3BAAAA%3BAAAA%3BAAA2I%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAuN%3BAAAA%3BAAAA%3BAAA0G%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA6K%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAsL%3BAAAA%3BAAAA%3BAAAA%3BAAA6G%3BAAAA%3BAAAA%3BAAAA%3BAAAqG%3BAAAA%3BAAAA%3BAAAA%3BAAAiG%3BAAAA%3BAAAA%3BAAAwE%3BAAAA%3BAAAA%3BAAAqE%3BAAAA%3BAAAA%3BAAAA%3BAAAwG%3BAAAA%3BAAAA%3BAAAsE%3BAAAA%3BAAAA%3BAAA0E%3BAAAA%3BAAAA%3BAAAA%3BAAA0I%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA6F%3BAAAA%3BAAAA%3BACA3yf%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA0BA%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArDlpBA%3BAAAA%3BAsD6TE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtD7TF%3BAsDoUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtDpUF%3BAsD2UE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtD3UF%3BAsDkVE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtDlVF%3BAsDyVE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtDzVF%3BAsDgWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtDhWF%3BAsDuWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtDvWF%3BAsD8WE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtD9WF%3BAsDqXE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtDrXF%3BAsD4XE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtD5XF%3BAsDmYE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%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%3BACtZF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAvDDA%3BAuD2FA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BACnLA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAMA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAEE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BACrFF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BACjjBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAuCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC3DE%3BAAAA%3BAAAA%3BAAAA%3BALgQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAK1PE%3BAAAA%3BAAAA%3BAL0PF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAKnPA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASY%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaN%3BAAAA%3BAAAA%3BAAAA%3BAL6NN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAK7MM%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAL0LN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAKvKc%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BALyJF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAKhII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BALgIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAK%2FGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BALgEF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAKxDE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BALTF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAK4BI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAWR%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BALvGN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAKgHM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BALzMN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAKiNM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAL5ON%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAK4PF%3BAAIQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASR%3BAAGM%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAGM%3BAAAA%3BAAAA%3BAAAA%3BAC9iBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC3JF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAPwOV%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAO7NM%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAP2NV%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAO7MF%3BAACI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIJ%3BAACI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAClEJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAwBE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BACpEN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BATCE%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BASCA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAKQ%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAYI%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAThMF%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BASyLI%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAQN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACjQA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAVoMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAU5LI%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAEI%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASN%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAON%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACvIN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BACjGF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BACrCE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAqBJ%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC1GA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAUN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BACnHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAoBE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAfkMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAexLE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAA0BF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAfyJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAe3IE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAf0HF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAe%2FGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BACpLE%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BACtCF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMJ%3BAAEI%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAON%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAC3FA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlB%2BPF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkBhPA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAMJ%3BAAEI%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAON%3BAAEI%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAON%3BAAIQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BACzKF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BACZF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BACjBV%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaI%3BAAAA%3BAAAA%3BArB0NN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqBlNA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArB8MA%3BAqBlMU%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArBgJF%3BAqB3IM%3BAAAA%3BAAAA%3BAAAA%3BArB2IN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqB7HM%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAQN%3BAAGM%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAkBM%3BAAAA%3BAAAA%3BAAAA%3BAAUV%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAEI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAChQJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAASR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAQN%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAtB%2BHF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsBxHI%3BAAAA%3BAAAA%3BAtBwHJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsB5GM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtB4GN%3BAsBjGI%3BAAAA%3BAAAA%3BAAAA%3BAtBiGJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsBvFM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtBuFN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsBxEI%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtBqEN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsB1DM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtB0DN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsB7CE%3BAAAA%3BAAAA%3BAAAA%3BAtB6CF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsBrCE%3BAAAA%3BAAAA%3BAtBqCF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsBhCI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtB4BN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsBDE%3BAAAA%3BAAAA%3BAtBCF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsBII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtBJJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsBeE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAtBzBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsB8BI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtBlCN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsBmEE%3BAAAA%3BAAAA%3BAtBnEF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsBwEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtB5EN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsBwGA%3BAAAA%3BAAAA%3BAtBxGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsB6GE%3BAAAA%3BAAAA%3BAtB7GF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsBkHI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtBtHN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsBqJE%3BAAAA%3BAAAA%3BAtBrJF%3BAAAA%3BAAAA%3BAAAA%3BAsByJM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtB1KN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsBsMA%3BAAAA%3BAAAA%3BAtBtMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsB2ME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtB3MF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsBmNE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtBvNF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsBsOE%3BAAAA%3BAAAA%3BAtBvNF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsB%2BNE%3BAAAA%3BAAAA%3BAAAA%3BAtB%2FNF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsBwOE%3BAAAA%3BAAAA%3BAtBxOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsBgPE%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtB%2FQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsB6RI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtB7RJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsBqTE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAtB1TF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsBsUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAQN%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAEI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAChoBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAON%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BACjKF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAxB%2BOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAwBvOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeE%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAAA%3BAAeN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAxBjJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAwB6JI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAMJ%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAKU%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWV%3BAAEI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWV%3BAAEI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAQN%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACxlBV%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYF%3BAACE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BACrBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA1BiQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0BnPM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA1BmPN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0BjOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA1BuNN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0B1Mc%3BAAAA%3BAAAA%3BAAAA%3BA1B0Md%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0B5LM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA1B4LN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0BpKc%3BAAAA%3BAAAA%3BAAAA%3BA1BoKd%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0BrJM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA1BqJN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0BrIc%3BAAAA%3BAAAA%3BAAAA%3BA1BqId%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0BzHM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQQ%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA1BmEN%3BA0B7Dc%3BAAAA%3BAAAA%3BAAAA%3BA1B6Dd%3BA0BxDc%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAASZ%3BAACI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIJ%3BAACI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAC9OJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA3BiQE%3BAAAA%3BAAAA%3BAAAA%3BA2B1PM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BA3BmPF%3BA2B7OU%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BA3BoOV%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA2B7NM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAC3CZ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYJ%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAC7CF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAASJ%3BAAIQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQR%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAClDN%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BACtCJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYO%3BAAAA%3BAAAA%3BAAQL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAEI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BACzEF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcF%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAoBJ%3BAAAA%3BAAAA%3BAAAA%3BAAWN%3BAAEI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAGM%3BAAAA%3BAAAA%3BAAAA%3BAC1JN%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BACzMF%3BAAAA%3BAAAA%3BAlCgQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkCtPA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlCkOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkC7ME%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlC0MF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkC5LE%3BAAAA%3BAAAA%3BAAAA%3BAlC4LF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkCrLE%3BAAAA%3BAAAA%3BAC5EJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAnCsOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmCvND%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAnC0LC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmC1KA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAnCqKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmCxJA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAnC%2BIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmCnIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAnC4HD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmCpHE%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAnC4FF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmCxED%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAnCwEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmC5DD%3BAAAA%3BAAAA%3BAAAA%3BAnCyCC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmCaD%3BAAAA%3BAAAA%3BAAAA%3BAnCEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAfA%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%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmC8CD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAnClDC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmCgEA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAnC1FD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmC6ID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAnC7IC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAfA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmCwLF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAnCxLE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmCsOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAnCtOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmCgPD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAnChPC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmC4PA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAnC5PA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmC%2BQD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAnC9RC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmC6SD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAnC9RC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmCuSA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAnCrTC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmCgUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAnC%2FUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmC0WD%3BAAAA%3BAAAA%3BAnC3VC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmCoWF%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAnCxWC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmCkYC%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAQH%3BAAAA%3BAAAA%3BAAAA%3BAnCnaE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmC2aD%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAnCrbC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmCkdD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAnCldC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmCifD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAnClgBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmC0hBF%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWG%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeC%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAnC3pBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmCsqBD%3BAAAA%3BAAAA%3BAnCtqBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmC8qBD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAnC9qBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmC0rBF%3BAAAA%3BAAAA%3BAAKG%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAnCzsBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmC4tBA%3BAAAA%3BAAAA%3BAAAA%3BAnC3uBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmCmvBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAnCpuBD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAfA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmCowBA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAnC%2FyBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmC6zBD%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BACpmCD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAASR%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAMF%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAGM%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BACjXJ%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAEI%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAChJJ%3BAAAA%3BAAAA%3BAAKM%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAKM%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAASN%3BAAAA%3BAAAA%3BAAKM%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAQR%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAC%2FFF%3BAAAA%3BAAAA%3BAAAA%3BAAKM%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAMJ%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAC9BF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAChEA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAClLA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYJ%3BAAEI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAQR%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAC5LJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAwBE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQM%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBV%3BAAEI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAQR%3BAAGM%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAUV%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAC3IJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BACPA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAASR%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBJ%3BAAAA%3BAAAA%3BAAKF%3BAAEI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASN%3BAAEI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACvKN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKD%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAChCD%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACdA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcE%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAjD8EA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiDxEE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMA%3BAAGM%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAGM%3BAAAA%3BAAAA%3BAAAA%3BAAQN%3BAAGM%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BACrUJ%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAQN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAlDoKN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkD3JI%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAWR%3BAAEI%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYR%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAlDoBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkDXA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAIA%3BAACE%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASN%3BAAEI%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BACjaF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQM%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAGM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQN%3BAACE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAEI%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAC3GJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKF%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAIM%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAEI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BACrGF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAQR%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAEI%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUV%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BACrIJ%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYN%3BAACE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAACE%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAACE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC9MJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAMJ%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACtBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOM%3BAAAA%3BAAAA%3BAAAA%3BAxDJJ%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAwDCI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAxDmOJ%3BAwDxNI%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASN%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAxDxGF%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAwD0GE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAQN%3BAAAA%3BAAAA%3BAAIA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAEI%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASR%3BAAEI%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAQN%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACpNN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQN%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BACvCF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BA1DgPA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0DtOE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BA1D6NA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0D%2FMI%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUM%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAASN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASN%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC5KJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAEQ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAC5BN%3BAAAA%3BAAAA%3BAAAA%3BA5D6PA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA4DtPE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAGM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAChCN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7DiQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA6DpPA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAC%2FBN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA9D4PA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA8D7OE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAC3CN%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACzBJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAMJ%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BACjER%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAC%2FBJ%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAlE0PA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkElPE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAMJ%3BAACE%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAC3HJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAQN%3BAACE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACxDJ%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAGQ%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKN%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAsCF%3BAAIQ%3BAAAA%3BAAAA%3BAAAA%3BAAQR%3BAACE%3BAAAA%3BAAAA%3BAAKM%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAiBR%3BAAGM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQN%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC9NJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOQ%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAQV%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAON%3BAAEI%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACxHP%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAQN%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAACE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACrGJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMJ%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAChBF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAEI%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC%2FCN%3BAAAA%3BAAAA%3BAAAA%3BACAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA1ElBF%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BA0EqBI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAaN%3BAAGM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASN%3BAAGM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQN%3BAAGM%3BAAAA%3BAAAA%3BAAAA%3BACzFJ%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBN%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC5DJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAACE%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAChCA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7E4PF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA6EnPC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7EgPD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA6ExOC%3BAAAA%3BAAAA%3BAAAA%3BA7EwOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA8EjQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYJ%3BAAAA%3BAAAA%3BAAIA%3BAAGQ%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAMZ%3BAAEQ%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACnHV%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAON%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAQR%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAQR%3BAAGM%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACrKN%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BACzEF%3BAAAA%3BAAAA%3BAAAA%3BAjFgQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiFzPE%3BAAAA%3BAAAA%3BAAAA%3BAjFyPF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiFlPM%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAjF%2BNN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiFxNU%3BAAAA%3BAAAA%3BAAAA%3BAjFwNV%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiF%2FMM%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BACtDR%3BAAAA%3BAAAA%3BAlFiQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkF1PE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlFyQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkFhQM%3BAAAA%3BAAAA%3BAlFgQN%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%3BAkFvNE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlFwMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkF5LM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAChFA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAKR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeJ%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOQ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAOhB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAnF4KN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmF3JU%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACrGR%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BApF0PN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoFnPU%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BApFmPV%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoF5NM%3BAAAA%3BAAAA%3BApF4NN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoFtNM%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAClDZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACJJ%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAtF4PF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsFjPc%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAtF8Od%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsFlOM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtFkON%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsFhNU%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYJ%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAChEJ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BACHR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAACC%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BA9ImDF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%22%7D */

.corporate_billing_wrapper ul {
	padding-left: 22px;
	list-style: disc;
	margin-top: 30px;
}
.corporate_billing_wrapper ul > li {
	margin-bottom: 15px;
}
.corporate_billing_wrapper ul > li p {
	display: none !important;
}
.corporate_billing_wrapper ul > li::marker {
	color: #008BD2;
}

.corporate_billing_wrapper ul > li > ul > li::marker {
	color: #FAC000;
}

.corporate_billing_wrapper select {
	color: #000 !important;
}

.corporate_billing_wrapper .elementor-field-type-html {
	font-size: 14px !important;
	color: #C7C7C7 !important;
}

.corporate_billing_wrapper .elementor-field-type-html p a {
	font-size: 14px !important;
}

@media (max-width: 768px) {
	.corporate_billing_wrapper .elementor-field-type-html {
		text-align: center;
	}
	
	.corporate_billing_wrapper .elementor-field-type-html p a {
    	display: block;
	}
}

@media (max-width: 500px) {
	.corporate_billing_wrapper .elementor-field-type-html {
		text-align: left;
    	font-size: 16px !important;
	}
	
	.corporate_billing_wrapper .elementor-field-type-html p a {
    	display: inline;
    	font-size: 16px !important;
	}
}

.corporate_billing_wrapper .br_blog_slider1 .swiper-pagination-bullets {
	display: none;
}

.corporate_billing_wrapper .br_blog_slider1 .swiper-slide:nth-child(5),
.corporate_billing_wrapper .br_blog_slider1 .swiper-slide:nth-child(6),
.corporate_billing_wrapper .br_blog_slider1 .swiper-slide:nth-child(7),
.corporate_billing_wrapper .br_blog_slider1 .swiper-slide:nth-child(8) {
	display: none;
}

@media (max-width: 1024px) {
	.corporate_billing_wrapper .br_blog_slider1 .swiper-pagination-bullets {
		display: flex;
	}
	
	.corporate_billing_wrapper .br_blog_slider1 .swiper-slide:nth-child(5),
	.corporate_billing_wrapper .br_blog_slider1 .swiper-slide:nth-child(6),
	.corporate_billing_wrapper .br_blog_slider1 .swiper-slide:nth-child(7),
	.corporate_billing_wrapper .br_blog_slider1 .swiper-slide:nth-child(8) {
		display: flex;
	}
}



/* onboarding page */
/* .br_onboarding_list ul,
.br_onboarding_list li {
	list-style: disc !important;
} */
.br_onboarding_list li {
	position: relative !important;
}
.br_onboarding_list li:before {
	position: absolute;
	content: '';
	background: #FAC000;
    left: -22px;
    top: 10px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
} 

.onboarding_wrapper .br_solution_block {
	margin: 0 !important;
}

.onboarding_wrapper .br_solution_block ul {
	padding-left: 22px;
	list-style: disc;
}
.onboarding_wrapper .br_solution_block ul > li {
/* 	margin-bottom: 30px; */
}
.onboarding_wrapper .br_solution_block ul > li a,
.onboarding_wrapper .br_solution_block p > a{
	color: #008BD2;
	font-weight: 600;
}
.onboarding_wrapper .br_solution_block ul > li::marker {
	color: #008BD2;
}

.onboarding_wrapper .br_solution_block ul > li > ul > li::marker {
	color: #FAC000;
}

.onboarding_wrapper .br_accordion li::marker {
	color: #FAC000 !important;
}


@media(max-width: 1440px) {
	.onboarding_wrapper .marquee::before {
		background-image: linear-gradient(90deg, #00305B 0%, #0066C1 100%) !important;
	}
}

@media(max-width: 1200px) {
	.onboarding_wrapper .br_onboarding_list .elementor-widget-divider {
		width: 2px !important;
		height: 100% !important;
		top: 84px !important;
		left: 41px !important;
    	background: #008BD2 !important;
	}

	.br_onboarding_banner {
		position: relative;
	}
	
	.br_onboarding_banner::after {
		position: absolute;
		content: '';
		background: rgba(0, 48, 91, 0.6);
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 1;
	}
	
	
}
/* onboarding page */

.header__logo-block {
	max-height: 109px !important;
}

@media (max-width: 500px) {
	.header__logo-block {
		max-height: 60px !important;
	}
}

#breadcrumbs span,
#breadcrumbs span a {
	color: rgba(255, 255, 255, 0.5);
	font-size: 14px;
	line-height: 150%;
}
#breadcrumbs span a:hover {
	color: #fff;
}

.breadcrumb_last {
	font-size: 14px;
}

.lang_uk a, .lang_uk .btn, .lang_uk button, .lang_uk input[type="submit"] {
	font-family: inherit;
} 


.products_accordeon .e-n-accordion {
	columns: 2;
	column-gap: 60px;
	page-break-inside: avoid;
/*     display: grid;
    grid-template-columns: repeat(auto-fit, minmax(40%, 2fr));
    grid-gap: 0px 60px; */
}

.products_accordeon .e-n-accordion .e-n-accordion-item {
	page-break-inside: avoid;
}

#product-features .type-products:nth-child(2n) .prod_acc_wrapper {
	flex-direction: row-reverse;
}

@media(max-width: 992px) {
	#product-features .type-products:nth-child(2n) .prod_acc_wrapper {
		flex-direction: column;
	}
	#product-features .type-products:nth-child(2n+1) .prod_acc_wrapper {
		flex-direction: column;
	}
}

/* .products_accordeon .e-n-accordion .e-n-accordion-item:nth-child(2n) {
	padding-left: 17px;
} */

@media(max-width: 1024px) {
	.products_accordeon .e-n-accordion {
		columns: 1;
/* 		grid-template-columns: repeat(auto-fit, minmax(100%, 1fr)); */
	}
}

.products_form2::after {
	position: absolute;
	content: '';
    background: linear-gradient(to right, #008bd2, #00305b);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
    opacity: 0.6;
	z-index: -1;
}

.perfect_business::after {
	position: absolute;
	content: '';
    background: linear-gradient(to right, #008bd2, #00305b);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
    opacity: 0.6;
	z-index: 0;
}

.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon span>svg {
	fill: none !important;
}

.product_catalog_block:hover h2 {
	color: #FBBE00 !important;
	transition: color 0.5s ease;
} 

.product_catalog_block img {
	transition: scale 0.5s ease;
}

/* .product_catalog_block:hover img {
	scale: 1.2;
	transition: scale 0.5s ease;
}

@media(max-width: 768px) {
	.product_catalog_block:hover img {
		scale: 1.1;
	}
} */

.product_btns .active a {
    background-color: #008BD2 !important;
    color: #FFFFFF !important;
}

/* .product_catalog_block {
	scroll-margin-top: 200px;
}

@media(max-width: 1800px) {
	.product_catalog_block {
		scroll-margin-top: -120px;
	}
}

@media(max-width: 1200px) {
	.product_catalog_block {
		scroll-margin-top: -79px;
	}
}

@media(max-width: 576px) {
	.product_catalog_block {
		scroll-margin-top: -61px;
	}
} */

/* 26.02.25 Start CPT Videos */
.elementor-select-wrapper .select-caret-down-wrapper{
	inset-inline-end: 16px !important;
}
.single-post_videos .elementor-share-btn__text {
    padding: 0;
}
.single-post .elementor-share-btn.elementor-share-btn_twitter,
.single-post .elementor-share-btn.elementor-share-btn_facebook,
.single-post .elementor-share-btn.elementor-share-btn_linkedin,
.single-post_videos .elementor-share-btn.elementor-share-btn_twitter,
.single-post_videos .elementor-share-btn.elementor-share-btn_facebook,
.single-post_videos .elementor-share-btn.elementor-share-btn_linkedin
{
	font-size: 0 !important;
    height: 40px;
    width: 40px;
}
.single-post .elementor-share-btn.elementor-share-btn_twitter,
.single-post_videos .elementor-share-btn.elementor-share-btn_twitter {
    background-image: url(https://maxbill.com/wp-content/uploads/2025/03/TW-icon_video-page.png);
	background-size: cover;
}
.single-post .elementor-share-btn.elementor-share-btn_facebook,
.single-post_videos .elementor-share-btn.elementor-share-btn_facebook {
    background-image: url(https://maxbill.com/wp-content/uploads/2025/03/X-2.svg);
}
.single-post .elementor-share-btn.elementor-share-btn_linkedin,
.single-post_videos .elementor-share-btn.elementor-share-btn_linkedin {
    background-image: url(https://maxbill.com/wp-content/uploads/2025/03/X.svg);
}
.share-buttons-gap16px .elementor-grid {
    display: flex !important;
    gap: 16px;
}
@media(min-width:1025px){
	form#schedule_demo_page_form .elementor-field-type-html p {
		max-width: 360px;
	}	
}
/* End CPT Videos */

/* start fix blog */
.hbspt-form form {
    width: 100% !important;
}
.hbspt-form form .input {
    margin-right: 0px !important;
}
.wp-block-image:has(figcaption.wp-element-caption) img {
    padding: 30px 0 5px 0 !important;
}
.wp-block-image figcaption{
	color: #797979 !important;
}
.cookies-block.show{
	z-index: 991 !important;
}
/* end fix blog */