@charset "UTF-8";
/*!
	Theme Name: Dotspice
	Theme URI: https://dotspice.com/
	Author: Ivan Romanets
	Author URI: https://dotspice.com/
	Version: 1.3.0
*/
/**
 * Global
 */
/**
  * Header
  */
/**
  * Content
  */
/* Std List */
/* Buttons */
/* Form */
/**
  * Thumbnail Hover
  */
/**
  * Woocommerce
  */
/**
  * Woocommerce | Archive
  */
/**
  * Woocommerce | Single
  */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #ffd900;
  --bs-secondary: #111111;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}
*, *::before, *::after {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #cccccc;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
hr {
  margin: 15px 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}
hr:not([size]) {
  height: 1px;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 0;
  margin-bottom: 7.5px;
  font-weight: 500;
  line-height: 1.2;
}
h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}
h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}
h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}
h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}
h5, .h5 {
  font-size: 1.25rem;
}
h6, .h6 {
  font-size: 1rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title], abbr[data-bs-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol, ul {
  padding-left: 2rem;
}
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, .small {
  font-size: 0.875em;
}
mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
sub, sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #ffd900;
  text-decoration: underline;
}
a:hover {
  color: #ccae00;
}
a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
pre, code, kbd, samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}
figure {
  margin: 0 0 1rem;
}
img, svg {
  vertical-align: middle;
}
table {
  caption-side: bottom;
  border-collapse: collapse;
}
caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
thead, tbody, tfoot, tr, td, th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus {
  outline: dotted 1px;
  outline: -webkit-focus-ring-color auto 5px;
}
input, button, select, optgroup, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button, select {
  text-transform: none;
}
[role="button"] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
[list]::-webkit-calendar-picker-indicator {
  display: none;
}
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;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
textarea {
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}
::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}
/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::file-selector-button {
  font: inherit;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
iframe {
  border: 0;
}
summary {
  display: list-item;
  cursor: pointer;
}
progress {
  vertical-align: baseline;
}
[hidden] {
  display: none !important;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}
.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}
.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}
.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}
.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}
.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}
.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: 0.875em;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 15px;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}
.blockquote-footer {
  margin-top: -15px;
  margin-bottom: 15px;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 7.5px;
  line-height: 1;
}
.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}
.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}
.col {
  flex: 1 0 0%;
}
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.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%;
}
.g-0, .gx-0 {
  --bs-gutter-x: 0;
}
.g-0, .gy-0 {
  --bs-gutter-y: 0;
}
.g-1, .gx-1 {
  --bs-gutter-x: 3.75px;
}
.g-1, .gy-1 {
  --bs-gutter-y: 3.75px;
}
.g-2, .gx-2 {
  --bs-gutter-x: 7.5px;
}
.g-2, .gy-2 {
  --bs-gutter-y: 7.5px;
}
.g-3, .gx-3 {
  --bs-gutter-x: 15px;
}
.g-3, .gy-3 {
  --bs-gutter-y: 15px;
}
.g-4, .gx-4 {
  --bs-gutter-x: 22.5px;
}
.g-4, .gy-4 {
  --bs-gutter-y: 22.5px;
}
.g-5, .gx-5 {
  --bs-gutter-x: 45px;
}
.g-5, .gy-5 {
  --bs-gutter-y: 45px;
}
@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .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%;
  }
  .g-sm-0, .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0, .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1, .gx-sm-1 {
    --bs-gutter-x: 3.75px;
  }
  .g-sm-1, .gy-sm-1 {
    --bs-gutter-y: 3.75px;
  }
  .g-sm-2, .gx-sm-2 {
    --bs-gutter-x: 7.5px;
  }
  .g-sm-2, .gy-sm-2 {
    --bs-gutter-y: 7.5px;
  }
  .g-sm-3, .gx-sm-3 {
    --bs-gutter-x: 15px;
  }
  .g-sm-3, .gy-sm-3 {
    --bs-gutter-y: 15px;
  }
  .g-sm-4, .gx-sm-4 {
    --bs-gutter-x: 22.5px;
  }
  .g-sm-4, .gy-sm-4 {
    --bs-gutter-y: 22.5px;
  }
  .g-sm-5, .gx-sm-5 {
    --bs-gutter-x: 45px;
  }
  .g-sm-5, .gy-sm-5 {
    --bs-gutter-y: 45px;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .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%;
  }
  .g-md-0, .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0, .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1, .gx-md-1 {
    --bs-gutter-x: 3.75px;
  }
  .g-md-1, .gy-md-1 {
    --bs-gutter-y: 3.75px;
  }
  .g-md-2, .gx-md-2 {
    --bs-gutter-x: 7.5px;
  }
  .g-md-2, .gy-md-2 {
    --bs-gutter-y: 7.5px;
  }
  .g-md-3, .gx-md-3 {
    --bs-gutter-x: 15px;
  }
  .g-md-3, .gy-md-3 {
    --bs-gutter-y: 15px;
  }
  .g-md-4, .gx-md-4 {
    --bs-gutter-x: 22.5px;
  }
  .g-md-4, .gy-md-4 {
    --bs-gutter-y: 22.5px;
  }
  .g-md-5, .gx-md-5 {
    --bs-gutter-x: 45px;
  }
  .g-md-5, .gy-md-5 {
    --bs-gutter-y: 45px;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .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%;
  }
  .g-lg-0, .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0, .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1, .gx-lg-1 {
    --bs-gutter-x: 3.75px;
  }
  .g-lg-1, .gy-lg-1 {
    --bs-gutter-y: 3.75px;
  }
  .g-lg-2, .gx-lg-2 {
    --bs-gutter-x: 7.5px;
  }
  .g-lg-2, .gy-lg-2 {
    --bs-gutter-y: 7.5px;
  }
  .g-lg-3, .gx-lg-3 {
    --bs-gutter-x: 15px;
  }
  .g-lg-3, .gy-lg-3 {
    --bs-gutter-y: 15px;
  }
  .g-lg-4, .gx-lg-4 {
    --bs-gutter-x: 22.5px;
  }
  .g-lg-4, .gy-lg-4 {
    --bs-gutter-y: 22.5px;
  }
  .g-lg-5, .gx-lg-5 {
    --bs-gutter-x: 45px;
  }
  .g-lg-5, .gy-lg-5 {
    --bs-gutter-y: 45px;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .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%;
  }
  .g-xl-0, .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0, .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1, .gx-xl-1 {
    --bs-gutter-x: 3.75px;
  }
  .g-xl-1, .gy-xl-1 {
    --bs-gutter-y: 3.75px;
  }
  .g-xl-2, .gx-xl-2 {
    --bs-gutter-x: 7.5px;
  }
  .g-xl-2, .gy-xl-2 {
    --bs-gutter-y: 7.5px;
  }
  .g-xl-3, .gx-xl-3 {
    --bs-gutter-x: 15px;
  }
  .g-xl-3, .gy-xl-3 {
    --bs-gutter-y: 15px;
  }
  .g-xl-4, .gx-xl-4 {
    --bs-gutter-x: 22.5px;
  }
  .g-xl-4, .gy-xl-4 {
    --bs-gutter-y: 22.5px;
  }
  .g-xl-5, .gx-xl-5 {
    --bs-gutter-x: 45px;
  }
  .g-xl-5, .gy-xl-5 {
    --bs-gutter-y: 45px;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
  .g-xxl-0, .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0, .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1, .gx-xxl-1 {
    --bs-gutter-x: 3.75px;
  }
  .g-xxl-1, .gy-xxl-1 {
    --bs-gutter-y: 3.75px;
  }
  .g-xxl-2, .gx-xxl-2 {
    --bs-gutter-x: 7.5px;
  }
  .g-xxl-2, .gy-xxl-2 {
    --bs-gutter-y: 7.5px;
  }
  .g-xxl-3, .gx-xxl-3 {
    --bs-gutter-x: 15px;
  }
  .g-xxl-3, .gy-xxl-3 {
    --bs-gutter-y: 15px;
  }
  .g-xxl-4, .gx-xxl-4 {
    --bs-gutter-x: 22.5px;
  }
  .g-xxl-4, .gy-xxl-4 {
    --bs-gutter-y: 22.5px;
  }
  .g-xxl-5, .gx-xxl-5 {
    --bs-gutter-x: 45px;
  }
  .g-xxl-5, .gy-xxl-5 {
    --bs-gutter-y: 45px;
  }
}
.table, .shop_table {
  --bs-table-bg: transparent;
  --bs-table-striped-color: #cccccc;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #cccccc;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #cccccc;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 15px;
  color: #cccccc;
  vertical-align: top;
  border-color: #d7d7d7;
}
.table > :not(caption) > * > *, .shop_table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  background-image: linear-gradient(var(--bs-table-accent-bg), var(--bs-table-accent-bg));
  border-bottom-width: 1px;
}
.table > tbody, .shop_table > tbody {
  vertical-align: inherit;
}
.table > thead, .shop_table > thead {
  vertical-align: bottom;
}
.table > :not(:last-child) > :last-child > *, .shop_table > :not(:last-child) > :last-child > * {
  border-bottom-color: inherit;
}
.caption-top {
  caption-side: top;
}
.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}
.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}
.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}
.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}
.table-hover > tbody > tr:hover {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}
.table-primary {
  --bs-table-bg: #fff7cc;
  --bs-table-striped-bg: #f2ebc2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6deb8;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece4bd;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6deb8;
}
.table-secondary {
  --bs-table-bg: #cfcfcf;
  --bs-table-striped-bg: #c5c5c5;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bababa;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfbfbf;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bababa;
}
.table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bcd0c7;
}
.table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #badce3;
}
.table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6dbb9;
}
.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfc2c4;
}
.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfe0e1;
}
.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #373b3e;
}
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}
.col-form-label {
  padding-top: 9px;
  padding-bottom: 9px;
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}
.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}
.form-control, .input-text, .woocommerce-Reviews #review_form input[type="text"], .woocommerce-Reviews #review_form input[type="email"], .woocommerce-Reviews #review_form textarea {
  display: block;
  width: 100%;
  padding: 8px 14px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #cccccc;
  background-color: #fff;
  border: 1px solid #d7d7d7;
  appearance: none;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control, .input-text, .woocommerce-Reviews #review_form input[type="text"], .woocommerce-Reviews #review_form input[type="email"], .woocommerce-Reviews #review_form textarea {
    transition: none;
  }
}
.form-control[type="file"], .input-text[type="file"], .woocommerce-Reviews #review_form input[type="text"][type="file"], .woocommerce-Reviews #review_form input[type="email"][type="file"], .woocommerce-Reviews #review_form textarea[type="file"] {
  overflow: hidden;
}
.form-control[type="file"]:not(:disabled):not([readonly]), .input-text[type="file"]:not(:disabled):not([readonly]), .woocommerce-Reviews #review_form input[type="text"][type="file"]:not(:disabled):not([readonly]), .woocommerce-Reviews #review_form input[type="email"][type="file"]:not(:disabled):not([readonly]), .woocommerce-Reviews #review_form textarea[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus, .input-text:focus, .woocommerce-Reviews #review_form input[type="text"]:focus, .woocommerce-Reviews #review_form input[type="email"]:focus, .woocommerce-Reviews #review_form textarea:focus {
  color: #cccccc;
  background-color: #fff;
  border-color: #ffd900;
  outline: 0;
  box-shadow: 0 0 0 4px rgba(255, 217, 0, 0.25);
}
.form-control::-webkit-date-and-time-value, .input-text::-webkit-date-and-time-value, .woocommerce-Reviews #review_form input[type="text"]::-webkit-date-and-time-value, .woocommerce-Reviews #review_form input[type="email"]::-webkit-date-and-time-value, .woocommerce-Reviews #review_form textarea::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::placeholder, .input-text::placeholder, .woocommerce-Reviews #review_form input[type="text"]::placeholder, .woocommerce-Reviews #review_form input[type="email"]::placeholder, .woocommerce-Reviews #review_form textarea::placeholder {
  color: #aaa;
  opacity: 1;
}
.form-control:disabled, .input-text:disabled, .woocommerce-Reviews #review_form input[type="text"]:disabled, .woocommerce-Reviews #review_form input[type="email"]:disabled, .woocommerce-Reviews #review_form textarea:disabled, .form-control[readonly], .input-text[readonly], .woocommerce-Reviews #review_form input[type="text"][readonly], .woocommerce-Reviews #review_form input[type="email"][readonly], .woocommerce-Reviews #review_form textarea[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button, .input-text::file-selector-button, .woocommerce-Reviews #review_form input[type="text"]::file-selector-button, .woocommerce-Reviews #review_form input[type="email"]::file-selector-button, .woocommerce-Reviews #review_form textarea::file-selector-button {
  padding: 8px 14px;
  margin: -8px -14px;
  margin-inline-end: 14px;
  color: #cccccc;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  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) {
  .form-control::file-selector-button, .input-text::file-selector-button, .woocommerce-Reviews #review_form input[type="text"]::file-selector-button, .woocommerce-Reviews #review_form input[type="email"]::file-selector-button, .woocommerce-Reviews #review_form textarea::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button, .input-text:hover:not(:disabled):not([readonly])::file-selector-button, .woocommerce-Reviews #review_form input[type="text"]:hover:not(:disabled):not([readonly])::file-selector-button, .woocommerce-Reviews #review_form input[type="email"]:hover:not(:disabled):not([readonly])::file-selector-button, .woocommerce-Reviews #review_form textarea:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button, .input-text::-webkit-file-upload-button, .woocommerce-Reviews #review_form input[type="text"]::-webkit-file-upload-button, .woocommerce-Reviews #review_form input[type="email"]::-webkit-file-upload-button, .woocommerce-Reviews #review_form textarea::-webkit-file-upload-button {
  padding: 8px 14px;
  margin: -8px -14px;
  margin-inline-end: 14px;
  color: #cccccc;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  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) {
  .form-control::-webkit-file-upload-button, .input-text::-webkit-file-upload-button, .woocommerce-Reviews #review_form input[type="text"]::-webkit-file-upload-button, .woocommerce-Reviews #review_form input[type="email"]::-webkit-file-upload-button, .woocommerce-Reviews #review_form textarea::-webkit-file-upload-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button, .input-text:hover:not(:disabled):not([readonly])::-webkit-file-upload-button, .woocommerce-Reviews #review_form input[type="text"]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button, .woocommerce-Reviews #review_form input[type="email"]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button, .woocommerce-Reviews #review_form textarea:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 8px 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #cccccc;
  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 {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}
textarea.form-control, textarea.input-text, .woocommerce-Reviews #review_form textarea {
  min-height: calc(1.5em + 18px);
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}
.form-control-color {
  max-width: 3rem;
  height: auto;
  padding: 8px;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0;
}
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0;
}
.form-select, .sidebar .widget select, .form-row select, .woocommerce-ordering select, .form-row > .woocommerce-input-wrapper > strong, .single-prod-content .variations td.value select {
  display: block;
  width: 100%;
  padding: 8px 34px 8px 14px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #cccccc;
  vertical-align: middle;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 16px 12px;
  border: 1px solid #d7d7d7;
  border-radius: 0;
  appearance: none;
}
.form-select:focus, .sidebar .widget select:focus, .form-row select:focus, .woocommerce-ordering select:focus, .form-row > .woocommerce-input-wrapper > strong:focus, .single-prod-content .variations td.value select:focus {
  border-color: #ffd900;
  outline: 0;
  box-shadow: 0 0 0 4px rgba(255, 217, 0, 0.25);
}
.form-select[multiple], .sidebar .widget select[multiple], .form-row select[multiple], .woocommerce-ordering select[multiple], .form-row > .woocommerce-input-wrapper > strong[multiple], .single-prod-content .variations td.value select[multiple], .form-select[size]:not([size="1"]), .sidebar .widget select[size]:not([size="1"]), .form-row select[size]:not([size="1"]), .woocommerce-ordering select[size]:not([size="1"]), .form-row > .woocommerce-input-wrapper > strong[size]:not([size="1"]), .single-prod-content .variations td.value select[size]:not([size="1"]) {
  padding-right: 14px;
  background-image: none;
}
.form-select:disabled, .sidebar .widget select:disabled, .form-row select:disabled, .woocommerce-ordering select:disabled, .form-row > .woocommerce-input-wrapper > strong:disabled, .single-prod-content .variations td.value select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.form-select:-moz-focusring, .sidebar .widget select:-moz-focusring, .form-row select:-moz-focusring, .woocommerce-ordering select:-moz-focusring, .form-row > .woocommerce-input-wrapper > strong:-moz-focusring, .single-prod-content .variations td.value select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #cccccc;
}
.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}
.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}
.form-check, .woocommerce-form__label-for-checkbox, .woocommerce-shipping-methods li, .wc_payment_method, #order_review .methods .tpay-amPmCheckbox {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input, .woocommerce-form__label-for-checkbox .form-check-input, .woocommerce-form__label-for-checkbox .input-radio, .woocommerce-form__label-for-checkbox .shipping_method, .woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox, .woocommerce-form__label-for-checkbox #tpay-accept-regulations-checkbox, .woocommerce-form__label-for-checkbox .woocommerce-Reviews #review_form input[type="checkbox"], .woocommerce-Reviews #review_form .woocommerce-form__label-for-checkbox input[type="checkbox"], .woocommerce-shipping-methods li .form-check-input, .woocommerce-shipping-methods li .input-radio, .woocommerce-shipping-methods li .shipping_method, .woocommerce-shipping-methods li .woocommerce-form__input-checkbox, .woocommerce-shipping-methods li #tpay-accept-regulations-checkbox, .woocommerce-shipping-methods li .woocommerce-Reviews #review_form input[type="checkbox"], .woocommerce-Reviews #review_form .woocommerce-shipping-methods li input[type="checkbox"], .wc_payment_method .form-check-input, .wc_payment_method .input-radio, .wc_payment_method .shipping_method, .wc_payment_method .woocommerce-form__input-checkbox, .wc_payment_method #tpay-accept-regulations-checkbox, .wc_payment_method .woocommerce-Reviews #review_form input[type="checkbox"], .woocommerce-Reviews #review_form .wc_payment_method input[type="checkbox"], #order_review .methods .tpay-amPmCheckbox .form-check-input, #order_review .methods .tpay-amPmCheckbox .input-radio, #order_review .methods .tpay-amPmCheckbox .shipping_method, #order_review .methods .tpay-amPmCheckbox .woocommerce-form__input-checkbox, #order_review .methods .tpay-amPmCheckbox #tpay-accept-regulations-checkbox, #order_review .methods .tpay-amPmCheckbox .woocommerce-Reviews #review_form input[type="checkbox"], .woocommerce-Reviews #review_form #order_review .methods .tpay-amPmCheckbox input[type="checkbox"], .form-check .input-radio, .form-check .shipping_method, .form-check .woocommerce-form__input-checkbox, .form-check #tpay-accept-regulations-checkbox, .form-check .woocommerce-Reviews #review_form input[type="checkbox"], .woocommerce-Reviews #review_form .form-check input[type="checkbox"] {
  float: left;
  margin-left: -1.5em;
}
.form-check-input, .input-radio, .shipping_method, .woocommerce-form__input-checkbox, #tpay-accept-regulations-checkbox, .woocommerce-Reviews #review_form input[type="checkbox"] {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  appearance: none;
  color-adjust: exact;
  transition: background-color 0.15s ease-in-out, background-position 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-check-input, .input-radio, .shipping_method, .woocommerce-form__input-checkbox, #tpay-accept-regulations-checkbox, .woocommerce-Reviews #review_form input[type="checkbox"] {
    transition: none;
  }
}
.form-check-input[type="checkbox"], .input-radio[type="checkbox"], .shipping_method[type="checkbox"], .woocommerce-form__input-checkbox[type="checkbox"], #tpay-accept-regulations-checkbox[type="checkbox"], .woocommerce-Reviews #review_form input[type="checkbox"] {
  border-radius: 0.25em;
}
.form-check-input[type="radio"], .input-radio[type="radio"], .shipping_method[type="radio"], .woocommerce-form__input-checkbox[type="radio"], #tpay-accept-regulations-checkbox[type="radio"], .woocommerce-Reviews #review_form input[type="checkbox"][type="radio"] {
  border-radius: 50%;
}
.form-check-input:active, .input-radio:active, .shipping_method:active, .woocommerce-form__input-checkbox:active, #tpay-accept-regulations-checkbox:active, .woocommerce-Reviews #review_form input[type="checkbox"]:active {
  filter: brightness(90%);
}
.form-check-input:focus, .input-radio:focus, .shipping_method:focus, .woocommerce-form__input-checkbox:focus, #tpay-accept-regulations-checkbox:focus, .woocommerce-Reviews #review_form input[type="checkbox"]:focus {
  border-color: #ffd900;
  outline: 0;
  box-shadow: 0 0 0 4px rgba(255, 217, 0, 0.25);
}
.form-check-input:checked, .input-radio:checked, .shipping_method:checked, .woocommerce-form__input-checkbox:checked, #tpay-accept-regulations-checkbox:checked, .woocommerce-Reviews #review_form input[type="checkbox"]:checked {
  background-color: #ffd900;
  border-color: #ffd900;
}
.form-check-input:checked[type="checkbox"], .input-radio[type="checkbox"]:checked, .shipping_method[type="checkbox"]:checked, .woocommerce-form__input-checkbox[type="checkbox"]:checked, #tpay-accept-regulations-checkbox[type="checkbox"]:checked, .woocommerce-Reviews #review_form input[type="checkbox"]:checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type="radio"], .input-radio[type="radio"]:checked, .shipping_method[type="radio"]:checked, .woocommerce-form__input-checkbox[type="radio"]:checked, #tpay-accept-regulations-checkbox[type="radio"]:checked, .woocommerce-Reviews #review_form input[type="checkbox"][type="radio"]:checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type="checkbox"]:indeterminate, .input-radio[type="checkbox"]:indeterminate, .shipping_method[type="checkbox"]:indeterminate, .woocommerce-form__input-checkbox[type="checkbox"]:indeterminate, #tpay-accept-regulations-checkbox[type="checkbox"]:indeterminate, .woocommerce-Reviews #review_form input[type="checkbox"]:indeterminate {
  background-color: #ffd900;
  border-color: #ffd900;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled, .input-radio:disabled, .shipping_method:disabled, .woocommerce-form__input-checkbox:disabled, #tpay-accept-regulations-checkbox:disabled, .woocommerce-Reviews #review_form input[type="checkbox"]:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .input-radio[disabled] ~ .form-check-label, .shipping_method[disabled] ~ .form-check-label, .woocommerce-form__input-checkbox[disabled] ~ .form-check-label, #tpay-accept-regulations-checkbox[disabled] ~ .form-check-label, .woocommerce-Reviews #review_form input[type="checkbox"][disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label, .input-radio:disabled ~ .form-check-label, .shipping_method:disabled ~ .form-check-label, .woocommerce-form__input-checkbox:disabled ~ .form-check-label, #tpay-accept-regulations-checkbox:disabled ~ .form-check-label, .woocommerce-Reviews #review_form input[type="checkbox"]:disabled ~ .form-check-label {
  opacity: 0.5;
}
.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input, .form-switch .input-radio, .form-switch .shipping_method, .form-switch .woocommerce-form__input-checkbox, .form-switch #tpay-accept-regulations-checkbox, .form-switch .woocommerce-Reviews #review_form input[type="checkbox"], .woocommerce-Reviews #review_form .form-switch input[type="checkbox"] {
  width: 2em;
  margin-left: -2.5em;
  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='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
}
.form-switch .form-check-input:focus, .form-switch .input-radio:focus, .form-switch .shipping_method:focus, .form-switch .woocommerce-form__input-checkbox:focus, .form-switch #tpay-accept-regulations-checkbox:focus, .form-switch .woocommerce-Reviews #review_form input[type="checkbox"]:focus, .woocommerce-Reviews #review_form .form-switch input[type="checkbox"]:focus {
  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='%23ffd900'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked, .form-switch .input-radio:checked, .form-switch .shipping_method:checked, .form-switch .woocommerce-form__input-checkbox:checked, .form-switch #tpay-accept-regulations-checkbox:checked, .form-switch .woocommerce-Reviews #review_form input[type="checkbox"]:checked, .woocommerce-Reviews #review_form .form-switch input[type="checkbox"]:checked {
  background-position: right center;
  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");
}
.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}
.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}
.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.form-range:focus {
  outline: none;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 4px rgba(255, 217, 0, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 4px rgba(255, 217, 0, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #ffd900;
  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) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #fff4b3;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #ffd900;
  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) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #fff4b3;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.form-floating {
  position: relative;
}
.form-floating > .form-control, .form-floating > .input-text, .woocommerce-Reviews #review_form .form-floating > input[type="text"], .woocommerce-Reviews #review_form .form-floating > input[type="email"], .woocommerce-Reviews #review_form .form-floating > textarea, .form-floating > .form-select, .sidebar .widget .form-floating > select, .form-row .form-floating > select, .woocommerce-ordering .form-floating > select, .form-row > .woocommerce-input-wrapper.form-floating > strong, .single-prod-content .variations td.value .form-floating > select {
  height: calc(3.5rem + 2px);
  padding: 1rem 14px;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 14px;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control::placeholder, .form-floating > .input-text::placeholder, .woocommerce-Reviews #review_form .form-floating > input[type="text"]::placeholder, .woocommerce-Reviews #review_form .form-floating > input[type="email"]::placeholder, .woocommerce-Reviews #review_form .form-floating > textarea::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .input-text:focus, .woocommerce-Reviews #review_form .form-floating > input[type="text"]:focus, .woocommerce-Reviews #review_form .form-floating > input[type="email"]:focus, .woocommerce-Reviews #review_form .form-floating > textarea:focus, .form-floating > .form-control:not(:placeholder-shown), .form-floating > .input-text:not(:placeholder-shown), .woocommerce-Reviews #review_form .form-floating > input[type="text"]:not(:placeholder-shown), .woocommerce-Reviews #review_form .form-floating > input[type="email"]:not(:placeholder-shown), .woocommerce-Reviews #review_form .form-floating > textarea:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill, .form-floating > .input-text:-webkit-autofill, .woocommerce-Reviews #review_form .form-floating > input[type="text"]:-webkit-autofill, .woocommerce-Reviews #review_form .form-floating > input[type="email"]:-webkit-autofill, .woocommerce-Reviews #review_form .form-floating > textarea:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select, .sidebar .widget .form-floating > select, .form-row .form-floating > select, .woocommerce-ordering .form-floating > select, .form-row > .woocommerce-input-wrapper.form-floating > strong, .single-prod-content .variations td.value .form-floating > select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus ~ label, .form-floating > .input-text:focus ~ label, .woocommerce-Reviews #review_form .form-floating > input[type="text"]:focus ~ label, .woocommerce-Reviews #review_form .form-floating > input[type="email"]:focus ~ label, .woocommerce-Reviews #review_form .form-floating > textarea:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .input-text:not(:placeholder-shown) ~ label, .woocommerce-Reviews #review_form .form-floating > input[type="text"]:not(:placeholder-shown) ~ label, .woocommerce-Reviews #review_form .form-floating > input[type="email"]:not(:placeholder-shown) ~ label, .woocommerce-Reviews #review_form .form-floating > textarea:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label, .sidebar .widget .form-floating > select ~ label, .form-row .form-floating > select ~ label, .woocommerce-ordering .form-floating > select ~ label, .form-row > .woocommerce-input-wrapper.form-floating > strong ~ label, .single-prod-content .variations td.value .form-floating > select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label, .form-floating > .input-text:-webkit-autofill ~ label, .woocommerce-Reviews #review_form .form-floating > input[type="text"]:-webkit-autofill ~ label, .woocommerce-Reviews #review_form .form-floating > input[type="email"]:-webkit-autofill ~ label, .woocommerce-Reviews #review_form .form-floating > textarea:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control, .input-group > .input-text, .woocommerce-Reviews #review_form .input-group > input[type="text"], .woocommerce-Reviews #review_form .input-group > input[type="email"], .woocommerce-Reviews #review_form .input-group > textarea, .input-group > .form-select, .sidebar .widget .input-group > select, .form-row .input-group > select, .woocommerce-ordering .input-group > select, .form-row > .woocommerce-input-wrapper.input-group > strong, .single-prod-content .variations td.value .input-group > select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus, .input-group > .input-text:focus, .woocommerce-Reviews #review_form .input-group > input[type="text"]:focus, .woocommerce-Reviews #review_form .input-group > input[type="email"]:focus, .woocommerce-Reviews #review_form .input-group > textarea:focus, .input-group > .form-select:focus, .sidebar .widget .input-group > select:focus, .form-row .input-group > select:focus, .woocommerce-ordering .input-group > select:focus, .form-row > .woocommerce-input-wrapper.input-group > strong:focus, .single-prod-content .variations td.value .input-group > select:focus {
  z-index: 3;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 3;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 8px 14px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #cccccc;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #d7d7d7;
  border-radius: 0;
}
.input-group-lg > .form-control, .input-group-lg > .input-text, .woocommerce-Reviews #review_form .input-group-lg > input[type="text"], .woocommerce-Reviews #review_form .input-group-lg > input[type="email"], .woocommerce-Reviews #review_form .input-group-lg > textarea, .input-group-lg > .form-select, .sidebar .widget .input-group-lg > select, .form-row .input-group-lg > select, .woocommerce-ordering .input-group-lg > select, .form-row > .woocommerce-input-wrapper.input-group-lg > strong, .single-prod-content .variations td.value .input-group-lg > select, .input-group-lg > .input-group-text, .input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.input-group-sm > .form-control, .input-group-sm > .input-text, .woocommerce-Reviews #review_form .input-group-sm > input[type="text"], .woocommerce-Reviews #review_form .input-group-sm > input[type="email"], .woocommerce-Reviews #review_form .input-group-sm > textarea, .input-group-sm > .form-select, .sidebar .widget .input-group-sm > select, .form-row .input-group-sm > select, .woocommerce-ordering .input-group-sm > select, .form-row > .woocommerce-input-wrapper.input-group-sm > strong, .single-prod-content .variations td.value .input-group-sm > select, .input-group-sm > .input-group-text, .input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.input-group-lg > .form-select, .sidebar .widget .input-group-lg > select, .form-row .input-group-lg > select, .woocommerce-ordering .input-group-lg > select, .form-row > .woocommerce-input-wrapper.input-group-lg > strong, .single-prod-content .variations td.value .input-group-lg > select, .input-group-sm > .form-select, .sidebar .widget .input-group-sm > select, .form-row .input-group-sm > select, .woocommerce-ordering .input-group-sm > select, .form-row > .woocommerce-input-wrapper.input-group-sm > strong, .single-prod-content .variations td.value .input-group-sm > select {
  padding-right: 34px;
}
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu), .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu), .input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 3.75px 7.5px;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.25rem;
}
.was-validated :valid ~ .valid-feedback, .was-validated :valid ~ .valid-tooltip, .is-valid ~ .valid-feedback, .is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-control:valid, .was-validated .input-text:valid, .was-validated .woocommerce-Reviews #review_form input[type="text"]:valid, .woocommerce-Reviews #review_form .was-validated input[type="text"]:valid, .was-validated .woocommerce-Reviews #review_form input[type="email"]:valid, .woocommerce-Reviews #review_form .was-validated input[type="email"]:valid, .was-validated .woocommerce-Reviews #review_form textarea:valid, .woocommerce-Reviews #review_form .was-validated textarea:valid, .form-control.is-valid, .is-valid.input-text, .woocommerce-Reviews #review_form input.is-valid[type="text"], .woocommerce-Reviews #review_form input.is-valid[type="email"], .woocommerce-Reviews #review_form textarea.is-valid {
  border-color: #198754;
  padding-right: calc(1.5em + 16px);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' 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: right calc(0.375em + 4px) center;
  background-size: calc(0.75em + 8px) calc(0.75em + 8px);
}
.was-validated .form-control:valid:focus, .was-validated .input-text:valid:focus, .was-validated .woocommerce-Reviews #review_form input[type="text"]:valid:focus, .woocommerce-Reviews #review_form .was-validated input[type="text"]:valid:focus, .was-validated .woocommerce-Reviews #review_form input[type="email"]:valid:focus, .woocommerce-Reviews #review_form .was-validated input[type="email"]:valid:focus, .was-validated .woocommerce-Reviews #review_form textarea:valid:focus, .woocommerce-Reviews #review_form .was-validated textarea:valid:focus, .form-control.is-valid:focus, .is-valid.input-text:focus, .woocommerce-Reviews #review_form input.is-valid[type="text"]:focus, .woocommerce-Reviews #review_form input.is-valid[type="email"]:focus, .woocommerce-Reviews #review_form textarea.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated textarea.form-control:valid, .was-validated textarea.input-text:valid, .was-validated .woocommerce-Reviews #review_form textarea:valid, .woocommerce-Reviews #review_form .was-validated textarea:valid, textarea.form-control.is-valid, textarea.is-valid.input-text, .woocommerce-Reviews #review_form textarea.is-valid {
  padding-right: calc(1.5em + 16px);
  background-position: top calc(0.375em + 4px) right calc(0.375em + 4px);
}
.was-validated .form-select:valid, .was-validated .sidebar .widget select:valid, .sidebar .widget .was-validated select:valid, .was-validated .form-row select:valid, .form-row .was-validated select:valid, .was-validated .woocommerce-ordering select:valid, .woocommerce-ordering .was-validated select:valid, .was-validated .form-row > .woocommerce-input-wrapper > strong:valid, .was-validated .single-prod-content .variations td.value select:valid, .single-prod-content .variations td.value .was-validated select:valid, .form-select.is-valid, .sidebar .widget select.is-valid, .form-row select.is-valid, .woocommerce-ordering select.is-valid, .form-row > .woocommerce-input-wrapper > strong.is-valid, .single-prod-content .variations td.value select.is-valid {
  border-color: #198754;
  padding-right: calc(0.75em + 46px);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' 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-position: right 14px center, center right 34px;
  background-size: 16px 12px, calc(0.75em + 8px) calc(0.75em + 8px);
}
.was-validated .form-select:valid:focus, .was-validated .sidebar .widget select:valid:focus, .sidebar .widget .was-validated select:valid:focus, .was-validated .form-row select:valid:focus, .form-row .was-validated select:valid:focus, .was-validated .woocommerce-ordering select:valid:focus, .woocommerce-ordering .was-validated select:valid:focus, .was-validated .form-row > .woocommerce-input-wrapper > strong:valid:focus, .was-validated .single-prod-content .variations td.value select:valid:focus, .single-prod-content .variations td.value .was-validated select:valid:focus, .form-select.is-valid:focus, .sidebar .widget select.is-valid:focus, .form-row select.is-valid:focus, .woocommerce-ordering select.is-valid:focus, .form-row > .woocommerce-input-wrapper > strong.is-valid:focus, .single-prod-content .variations td.value select.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid, .was-validated .input-radio:valid, .was-validated .shipping_method:valid, .was-validated .woocommerce-form__input-checkbox:valid, .was-validated #tpay-accept-regulations-checkbox:valid, .was-validated .woocommerce-Reviews #review_form input[type="checkbox"]:valid, .woocommerce-Reviews #review_form .was-validated input[type="checkbox"]:valid, .form-check-input.is-valid, .is-valid.input-radio, .is-valid.shipping_method, .is-valid.woocommerce-form__input-checkbox, .is-valid#tpay-accept-regulations-checkbox, .woocommerce-Reviews #review_form input.is-valid[type="checkbox"] {
  border-color: #198754;
}
.was-validated .form-check-input:valid:checked, .was-validated .input-radio:valid:checked, .was-validated .shipping_method:valid:checked, .was-validated .woocommerce-form__input-checkbox:valid:checked, .was-validated #tpay-accept-regulations-checkbox:valid:checked, .was-validated .woocommerce-Reviews #review_form input[type="checkbox"]:valid:checked, .woocommerce-Reviews #review_form .was-validated input[type="checkbox"]:valid:checked, .form-check-input.is-valid:checked, .is-valid.input-radio:checked, .is-valid.shipping_method:checked, .is-valid.woocommerce-form__input-checkbox:checked, .is-valid#tpay-accept-regulations-checkbox:checked, .woocommerce-Reviews #review_form input.is-valid[type="checkbox"]:checked {
  background-color: #198754;
}
.was-validated .form-check-input:valid:focus, .was-validated .input-radio:valid:focus, .was-validated .shipping_method:valid:focus, .was-validated .woocommerce-form__input-checkbox:valid:focus, .was-validated #tpay-accept-regulations-checkbox:valid:focus, .was-validated .woocommerce-Reviews #review_form input[type="checkbox"]:valid:focus, .woocommerce-Reviews #review_form .was-validated input[type="checkbox"]:valid:focus, .form-check-input.is-valid:focus, .is-valid.input-radio:focus, .is-valid.shipping_method:focus, .is-valid.woocommerce-form__input-checkbox:focus, .is-valid#tpay-accept-regulations-checkbox:focus, .woocommerce-Reviews #review_form input.is-valid[type="checkbox"]:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .was-validated .input-radio:valid ~ .form-check-label, .was-validated .shipping_method:valid ~ .form-check-label, .was-validated .woocommerce-form__input-checkbox:valid ~ .form-check-label, .was-validated #tpay-accept-regulations-checkbox:valid ~ .form-check-label, .was-validated .woocommerce-Reviews #review_form input[type="checkbox"]:valid ~ .form-check-label, .woocommerce-Reviews #review_form .was-validated input[type="checkbox"]:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label, .is-valid.input-radio ~ .form-check-label, .is-valid.shipping_method ~ .form-check-label, .is-valid.woocommerce-form__input-checkbox ~ .form-check-label, .is-valid#tpay-accept-regulations-checkbox ~ .form-check-label, .woocommerce-Reviews #review_form input.is-valid[type="checkbox"] ~ .form-check-label {
  color: #198754;
}
.form-check-inline .form-check-input ~ .valid-feedback, .form-check-inline .input-radio ~ .valid-feedback, .form-check-inline .shipping_method ~ .valid-feedback, .form-check-inline .woocommerce-form__input-checkbox ~ .valid-feedback, .form-check-inline #tpay-accept-regulations-checkbox ~ .valid-feedback, .form-check-inline .woocommerce-Reviews #review_form input[type="checkbox"] ~ .valid-feedback, .woocommerce-Reviews #review_form .form-check-inline input[type="checkbox"] ~ .valid-feedback {
  margin-left: 0.5em;
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 3.75px 7.5px;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip, .is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-control:invalid, .was-validated .input-text:invalid, .was-validated .woocommerce-Reviews #review_form input[type="text"]:invalid, .woocommerce-Reviews #review_form .was-validated input[type="text"]:invalid, .was-validated .woocommerce-Reviews #review_form input[type="email"]:invalid, .woocommerce-Reviews #review_form .was-validated input[type="email"]:invalid, .was-validated .woocommerce-Reviews #review_form textarea:invalid, .woocommerce-Reviews #review_form .was-validated textarea:invalid, .form-control.is-invalid, .is-invalid.input-text, .woocommerce-Reviews #review_form input.is-invalid[type="text"], .woocommerce-Reviews #review_form input.is-invalid[type="email"], .woocommerce-Reviews #review_form textarea.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 16px);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 4px) center;
  background-size: calc(0.75em + 8px) calc(0.75em + 8px);
}
.was-validated .form-control:invalid:focus, .was-validated .input-text:invalid:focus, .was-validated .woocommerce-Reviews #review_form input[type="text"]:invalid:focus, .woocommerce-Reviews #review_form .was-validated input[type="text"]:invalid:focus, .was-validated .woocommerce-Reviews #review_form input[type="email"]:invalid:focus, .woocommerce-Reviews #review_form .was-validated input[type="email"]:invalid:focus, .was-validated .woocommerce-Reviews #review_form textarea:invalid:focus, .woocommerce-Reviews #review_form .was-validated textarea:invalid:focus, .form-control.is-invalid:focus, .is-invalid.input-text:focus, .woocommerce-Reviews #review_form input.is-invalid[type="text"]:focus, .woocommerce-Reviews #review_form input.is-invalid[type="email"]:focus, .woocommerce-Reviews #review_form textarea.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated textarea.form-control:invalid, .was-validated textarea.input-text:invalid, .was-validated .woocommerce-Reviews #review_form textarea:invalid, .woocommerce-Reviews #review_form .was-validated textarea:invalid, textarea.form-control.is-invalid, textarea.is-invalid.input-text, .woocommerce-Reviews #review_form textarea.is-invalid {
  padding-right: calc(1.5em + 16px);
  background-position: top calc(0.375em + 4px) right calc(0.375em + 4px);
}
.was-validated .form-select:invalid, .was-validated .sidebar .widget select:invalid, .sidebar .widget .was-validated select:invalid, .was-validated .form-row select:invalid, .form-row .was-validated select:invalid, .was-validated .woocommerce-ordering select:invalid, .woocommerce-ordering .was-validated select:invalid, .was-validated .form-row > .woocommerce-input-wrapper > strong:invalid, .was-validated .single-prod-content .variations td.value select:invalid, .single-prod-content .variations td.value .was-validated select:invalid, .form-select.is-invalid, .sidebar .widget select.is-invalid, .form-row select.is-invalid, .woocommerce-ordering select.is-invalid, .form-row > .woocommerce-input-wrapper > strong.is-invalid, .single-prod-content .variations td.value select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 46px);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 14px center, center right 34px;
  background-size: 16px 12px, calc(0.75em + 8px) calc(0.75em + 8px);
}
.was-validated .form-select:invalid:focus, .was-validated .sidebar .widget select:invalid:focus, .sidebar .widget .was-validated select:invalid:focus, .was-validated .form-row select:invalid:focus, .form-row .was-validated select:invalid:focus, .was-validated .woocommerce-ordering select:invalid:focus, .woocommerce-ordering .was-validated select:invalid:focus, .was-validated .form-row > .woocommerce-input-wrapper > strong:invalid:focus, .was-validated .single-prod-content .variations td.value select:invalid:focus, .single-prod-content .variations td.value .was-validated select:invalid:focus, .form-select.is-invalid:focus, .sidebar .widget select.is-invalid:focus, .form-row select.is-invalid:focus, .woocommerce-ordering select.is-invalid:focus, .form-row > .woocommerce-input-wrapper > strong.is-invalid:focus, .single-prod-content .variations td.value select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid, .was-validated .input-radio:invalid, .was-validated .shipping_method:invalid, .was-validated .woocommerce-form__input-checkbox:invalid, .was-validated #tpay-accept-regulations-checkbox:invalid, .was-validated .woocommerce-Reviews #review_form input[type="checkbox"]:invalid, .woocommerce-Reviews #review_form .was-validated input[type="checkbox"]:invalid, .form-check-input.is-invalid, .is-invalid.input-radio, .is-invalid.shipping_method, .is-invalid.woocommerce-form__input-checkbox, .is-invalid#tpay-accept-regulations-checkbox, .woocommerce-Reviews #review_form input.is-invalid[type="checkbox"] {
  border-color: #dc3545;
}
.was-validated .form-check-input:invalid:checked, .was-validated .input-radio:invalid:checked, .was-validated .shipping_method:invalid:checked, .was-validated .woocommerce-form__input-checkbox:invalid:checked, .was-validated #tpay-accept-regulations-checkbox:invalid:checked, .was-validated .woocommerce-Reviews #review_form input[type="checkbox"]:invalid:checked, .woocommerce-Reviews #review_form .was-validated input[type="checkbox"]:invalid:checked, .form-check-input.is-invalid:checked, .is-invalid.input-radio:checked, .is-invalid.shipping_method:checked, .is-invalid.woocommerce-form__input-checkbox:checked, .is-invalid#tpay-accept-regulations-checkbox:checked, .woocommerce-Reviews #review_form input.is-invalid[type="checkbox"]:checked {
  background-color: #dc3545;
}
.was-validated .form-check-input:invalid:focus, .was-validated .input-radio:invalid:focus, .was-validated .shipping_method:invalid:focus, .was-validated .woocommerce-form__input-checkbox:invalid:focus, .was-validated #tpay-accept-regulations-checkbox:invalid:focus, .was-validated .woocommerce-Reviews #review_form input[type="checkbox"]:invalid:focus, .woocommerce-Reviews #review_form .was-validated input[type="checkbox"]:invalid:focus, .form-check-input.is-invalid:focus, .is-invalid.input-radio:focus, .is-invalid.shipping_method:focus, .is-invalid.woocommerce-form__input-checkbox:focus, .is-invalid#tpay-accept-regulations-checkbox:focus, .woocommerce-Reviews #review_form input.is-invalid[type="checkbox"]:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .was-validated .input-radio:invalid ~ .form-check-label, .was-validated .shipping_method:invalid ~ .form-check-label, .was-validated .woocommerce-form__input-checkbox:invalid ~ .form-check-label, .was-validated #tpay-accept-regulations-checkbox:invalid ~ .form-check-label, .was-validated .woocommerce-Reviews #review_form input[type="checkbox"]:invalid ~ .form-check-label, .woocommerce-Reviews #review_form .was-validated input[type="checkbox"]:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label, .is-invalid.input-radio ~ .form-check-label, .is-invalid.shipping_method ~ .form-check-label, .is-invalid.woocommerce-form__input-checkbox ~ .form-check-label, .is-invalid#tpay-accept-regulations-checkbox ~ .form-check-label, .woocommerce-Reviews #review_form input.is-invalid[type="checkbox"] ~ .form-check-label {
  color: #dc3545;
}
.form-check-inline .form-check-input ~ .invalid-feedback, .form-check-inline .input-radio ~ .invalid-feedback, .form-check-inline .shipping_method ~ .invalid-feedback, .form-check-inline .woocommerce-form__input-checkbox ~ .invalid-feedback, .form-check-inline #tpay-accept-regulations-checkbox ~ .invalid-feedback, .form-check-inline .woocommerce-Reviews #review_form input[type="checkbox"] ~ .invalid-feedback, .woocommerce-Reviews #review_form .form-check-inline input[type="checkbox"] ~ .invalid-feedback {
  margin-left: 0.5em;
}
.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #cccccc;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  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: #cccccc;
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 4px rgba(255, 217, 0, 0.25);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}
.btn-primary {
  color: #000;
  background-color: #ffd900;
  border-color: #ffd900;
}
.btn-primary:hover {
  color: #000;
  background-color: #ffdf26;
  border-color: #ffdd1a;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #000;
  background-color: #ffdf26;
  border-color: #ffdd1a;
  box-shadow: 0 0 0 0.25rem rgba(217, 184, 0, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #000;
  background-color: #ffe133;
  border-color: #ffdd1a;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 184, 0, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #000;
  background-color: #ffd900;
  border-color: #ffd900;
}
.btn-secondary {
  color: #fff;
  background-color: #111111;
  border-color: #111111;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #0e0e0e;
  border-color: #0e0e0e;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #fff;
  background-color: #0e0e0e;
  border-color: #0e0e0e;
  box-shadow: 0 0 0 0.25rem rgba(53, 53, 53, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #0e0e0e;
  border-color: #0d0d0d;
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(53, 53, 53, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #fff;
  background-color: #111111;
  border-color: #111111;
}
.btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-success:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f;
}
.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-success:disabled, .btn-success.disabled {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-info:hover {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
}
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: #3dd5f3;
  border-color: #25cff2;
}
.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffcd39;
  border-color: #ffc720;
}
.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834;
}
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-light:disabled, .btn-light.disabled {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-dark:hover {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f;
}
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-outline-primary {
  color: #ffd900;
  border-color: #ffd900;
}
.btn-outline-primary:hover {
  color: #000;
  background-color: #ffd900;
  border-color: #ffd900;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 217, 0, 0.5);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #000;
  background-color: #ffd900;
  border-color: #ffd900;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 217, 0, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #ffd900;
  background-color: transparent;
}
.btn-outline-secondary {
  color: #111111;
  border-color: #111111;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #111111;
  border-color: #111111;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(17, 17, 17, 0.5);
}
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: #111111;
  border-color: #111111;
}
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(17, 17, 17, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #111111;
  background-color: transparent;
}
.btn-outline-success {
  color: #198754;
  border-color: #198754;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #198754;
  background-color: transparent;
}
.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-outline-info:hover {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #0dcaf0;
  background-color: transparent;
}
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-dark {
  color: #212529;
  border-color: #212529;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #212529;
  background-color: transparent;
}
.btn-link {
  font-weight: 400;
  color: #ffd900;
  text-decoration: underline;
}
.btn-link:hover {
  color: #ccae00;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}
.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.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 {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropup, .dropend, .dropdown, .dropstart {
  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;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #cccccc;
  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[style] {
  right: auto !important;
}
.dropdown-menu-start {
  --bs-position: start;
  right: auto /* rtl:ignore */;
  left: 0 /* rtl:ignore */;
}
.dropdown-menu-end {
  --bs-position: end;
  right: 0 /* rtl:ignore */;
  left: auto /* rtl:ignore */;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
.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;
}
.dropend .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropend .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;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}
.dropstart .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .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;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-divider {
  height: 0;
  margin: 7.5px 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 3.75px 15px;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #1e2125;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #ffd900;
}
.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 15px;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 3.75px 15px;
  color: #212529;
}
.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #ffd900;
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}
.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-check:checked + .btn, .btn-group > .btn-check:focus + .btn, .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn-check:checked + .btn, .btn-group-vertical > .btn-check:focus + .btn, .btn-group-vertical > .btn:hover, .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:nth-child(n + 3), .btn-group > :not(.btn-check) + .btn, .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, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .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 ~ .btn, .btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #000;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  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: #ffd900;
}
.nav-fill > .nav-link, .nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified > .nav-link, .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-top: 7.5px;
  padding-bottom: 7.5px;
}
.navbar > .container, .navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl, .navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}
.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;
}
.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-collapse {
  align-items: center;
  width: 100%;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: 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 .navbar-collapse {
    display: flex !important;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: 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 .navbar-collapse {
    display: flex !important;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: 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 .navbar-collapse {
    display: flex !important;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: 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 .navbar-collapse {
    display: flex !important;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.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 .navbar-collapse {
  display: flex !important;
}
.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.55);
}
.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 .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-text a, .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.55);
}
.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 .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-text a, .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group, .card > .list-group + .card-footer {
  border-top: 0;
}
.card-body {
  flex: 1 1 auto;
  padding: 15px 15px;
}
.card-title {
  margin-bottom: 7.5px;
}
.card-subtitle {
  margin-top: -3.75px;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 15px /* rtl:ignore */;
}
.card-header {
  padding: 7.5px 15px;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-footer {
  padding: 7.5px 15px;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
  margin-right: -7.5px;
  margin-bottom: -7.5px;
  margin-left: -7.5px;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -7.5px;
  margin-left: -7.5px;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15px;
  border-radius: calc(0.25rem - 1px);
}
.card-img, .card-img-top, .card-img-bottom {
  width: 100%;
}
.card-img, .card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-img, .card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top, .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom, .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top, .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom, .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #cccccc;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
  overflow-anchor: none;
  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, border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button.collapsed {
  border-bottom-width: 0;
}
.accordion-button:not(.collapsed) {
  color: #e6c300;
  background-color: #fffbe6;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23e6c300'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23cccccc'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #ffd900;
  outline: 0;
  box-shadow: 0 0 0 4px rgba(255, 217, 0, 0.25);
}
.accordion-header {
  margin-bottom: 0;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-width: 1px;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-width: 1px;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-collapse {
  border: solid rgba(0, 0, 0, 0.125);
  border-width: 0 1px;
}
.accordion-body {
  padding: 1rem 1.25rem;
}
.accordion-flush .accordion-button {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item:first-of-type .accordion-button {
  border-top-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion-flush .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-width: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}
.page-link {
  position: relative;
  display: block;
  color: #ffd900;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  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) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: #ccae00;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  color: #ccae00;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 4px rgba(255, 217, 0, 0.25);
}
.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #ffd900;
  border-color: #ffd900;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}
.page-link {
  padding: 0.375rem 0.75rem;
}
.page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #cccccc;
  background-color: #e9ecef;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 7.5px 15px;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #ffd900;
  border-color: #ffd900;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}
.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}
@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.list-group-item-primary {
  color: #665700;
  background-color: #fff7cc;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #665700;
  background-color: #e6deb8;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #665700;
  border-color: #665700;
}
.list-group-item-secondary {
  color: #0a0a0a;
  background-color: #cfcfcf;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #0a0a0a;
  background-color: #bababa;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #0a0a0a;
  border-color: #0a0a0a;
}
.list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #0f5132;
  background-color: #bcd0c7;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0f5132;
  border-color: #0f5132;
}
.list-group-item-info {
  color: #055160;
  background-color: #cff4fc;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #055160;
  background-color: #badce3;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #055160;
  border-color: #055160;
}
.list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #664d03;
  background-color: #e6dbb9;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #664d03;
  border-color: #664d03;
}
.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #842029;
  background-color: #dfc2c4;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029;
}
.list-group-item-light {
  color: #636464;
  background-color: #fefefe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #636464;
  background-color: #e5e5e5;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #636464;
  border-color: #636464;
}
.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #141619;
  background-color: #bebebf;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141619;
  border-color: #141619;
}
.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center / 1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: none;
  box-shadow: 0 0 0 4px rgba(255, 217, 0, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: 0.25;
}
.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}
.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: 10px;
  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.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  height: calc(100% - 20px);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 20px);
}
.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: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 15px 15px;
  border-bottom: 1px solid #d7d7d7;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
  padding: 7.5px 7.5px;
  margin: -7.5px -7.5px -7.5px auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 15px;
}
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 10px;
  border-top: 1px solid #d7d7d7;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 5px;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 18px auto;
  }
  .modal-dialog-scrollable {
    height: calc(100% - 36px);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 36px);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg, .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  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: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^="top"] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^="right"] {
  padding: 0 0.4rem;
}
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^="bottom"] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow {
  top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^="left"] {
  padding: 0 0.4rem;
}
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3.75px 7.5px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  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: 0.875rem;
  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 .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-top, .bs-popover-auto[data-popper-placement^="top"] {
  margin-bottom: 0.5rem !important;
}
.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}
.bs-popover-end, .bs-popover-auto[data-popper-placement^="right"] {
  margin-left: 0.5rem !important;
}
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}
.bs-popover-bottom, .bs-popover-auto[data-popper-placement^="bottom"] {
  margin-top: 0.5rem !important;
}
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-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 > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-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[data-popper-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}
.bs-popover-start, .bs-popover-auto[data-popper-placement^="left"] {
  margin-right: 0.5rem !important;
}
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}
.popover-header {
  padding: 0.5rem 15px;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid #d8d8d8;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 15px 15px;
  color: #cccccc;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.link-primary {
  color: #ffd900;
}
.link-primary:hover, .link-primary:focus {
  color: #ffe133;
}
.link-secondary {
  color: #111111;
}
.link-secondary:hover, .link-secondary:focus {
  color: #0e0e0e;
}
.link-success {
  color: #198754;
}
.link-success:hover, .link-success:focus {
  color: #146c43;
}
.link-info {
  color: #0dcaf0;
}
.link-info:hover, .link-info:focus {
  color: #3dd5f3;
}
.link-warning {
  color: #ffc107;
}
.link-warning:hover, .link-warning:focus {
  color: #ffcd39;
}
.link-danger {
  color: #dc3545;
}
.link-danger:hover, .link-danger:focus {
  color: #b02a37;
}
.link-light {
  color: #f8f9fa;
}
.link-light:hover, .link-light:focus {
  color: #f9fafb;
}
.link-dark {
  color: #212529;
}
.link-dark:hover, .link-dark:focus {
  color: #1a1e21;
}
.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ratio-1x1 {
  --aspect-ratio: 100%;
}
.ratio-4x3 {
  --aspect-ratio: calc(3 / 4 * 100%);
}
.ratio-16x9 {
  --aspect-ratio: calc(9 / 16 * 100%);
}
.ratio-21x9 {
  --aspect-ratio: calc(9 / 21 * 100%);
}
.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;
}
.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}
@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.visually-hidden, .visually-hidden-focusable:not(:focus) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.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;
}
.float-start {
  float: left !important;
}
.float-end {
  float: right !important;
}
.float-none {
  float: none !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-visible {
  overflow: visible !important;
}
.overflow-scroll {
  overflow: scroll !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-grid {
  display: grid !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;
}
.d-none {
  display: none !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !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;
}
.top-0 {
  top: 0 !important;
}
.top-50 {
  top: 50% !important;
}
.top-100 {
  top: 100% !important;
}
.bottom-0 {
  bottom: 0 !important;
}
.bottom-50 {
  bottom: 50% !important;
}
.bottom-100 {
  bottom: 100% !important;
}
.start-0 {
  left: 0 !important;
}
.start-50 {
  left: 50% !important;
}
.start-100 {
  left: 100% !important;
}
.end-0 {
  right: 0 !important;
}
.end-50 {
  right: 50% !important;
}
.end-100 {
  right: 100% !important;
}
.translate-middle {
  transform: translate(-50%, -50%) !important;
}
.translate-middle-x {
  transform: translateX(-50%) !important;
}
.translate-middle-y {
  transform: translateY(-50%) !important;
}
.border {
  border: 1px solid #d7d7d7 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top {
  border-top: 1px solid #d7d7d7 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-end {
  border-right: 1px solid #d7d7d7 !important;
}
.border-end-0 {
  border-right: 0 !important;
}
.border-bottom {
  border-bottom: 1px solid #d7d7d7 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-start {
  border-left: 1px solid #d7d7d7 !important;
}
.border-start-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #ffd900 !important;
}
.border-secondary {
  border-color: #111111 !important;
}
.border-success {
  border-color: #198754 !important;
}
.border-info {
  border-color: #0dcaf0 !important;
}
.border-warning {
  border-color: #ffc107 !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-dark {
  border-color: #212529 !important;
}
.border-white {
  border-color: #fff !important;
}
.border-0 {
  border-width: 0 !important;
}
.border-1 {
  border-width: 1px !important;
}
.border-2 {
  border-width: 2px !important;
}
.border-3 {
  border-width: 3px !important;
}
.border-4 {
  border-width: 4px !important;
}
.border-5 {
  border-width: 5px !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;
}
.mw-100 {
  max-width: 100% !important;
}
.vw-100 {
  width: 100vw !important;
}
.min-vw-100 {
  min-width: 100vw !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;
}
.mh-100 {
  max-height: 100% !important;
}
.vh-100 {
  height: 100vh !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.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-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;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.gap-0 {
  gap: 0 !important;
}
.gap-1 {
  gap: 3.75px !important;
}
.gap-2 {
  gap: 7.5px !important;
}
.gap-3 {
  gap: 15px !important;
}
.gap-4 {
  gap: 22.5px !important;
}
.gap-5 {
  gap: 45px !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;
}
.justify-content-evenly {
  justify-content: space-evenly !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;
}
.order-first {
  order: -1 !important;
}
.order-0 {
  order: 0 !important;
}
.order-1 {
  order: 1 !important;
}
.order-2 {
  order: 2 !important;
}
.order-3 {
  order: 3 !important;
}
.order-4 {
  order: 4 !important;
}
.order-5 {
  order: 5 !important;
}
.order-last {
  order: 6 !important;
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 3.75px !important;
}
.m-2 {
  margin: 7.5px !important;
}
.m-3 {
  margin: 15px !important;
}
.m-4 {
  margin: 22.5px !important;
}
.m-5 {
  margin: 45px !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-1 {
  margin-right: 3.75px !important;
  margin-left: 3.75px !important;
}
.mx-2 {
  margin-right: 7.5px !important;
  margin-left: 7.5px !important;
}
.mx-3 {
  margin-right: 15px !important;
  margin-left: 15px !important;
}
.mx-4 {
  margin-right: 22.5px !important;
  margin-left: 22.5px !important;
}
.mx-5 {
  margin-right: 45px !important;
  margin-left: 45px !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: 3.75px !important;
  margin-bottom: 3.75px !important;
}
.my-2 {
  margin-top: 7.5px !important;
  margin-bottom: 7.5px !important;
}
.my-3 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.my-4 {
  margin-top: 22.5px !important;
  margin-bottom: 22.5px !important;
}
.my-5 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 3.75px !important;
}
.mt-2 {
  margin-top: 7.5px !important;
}
.mt-3 {
  margin-top: 15px !important;
}
.mt-4 {
  margin-top: 22.5px !important;
}
.mt-5 {
  margin-top: 45px !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-0 {
  margin-right: 0 !important;
}
.me-1 {
  margin-right: 3.75px !important;
}
.me-2 {
  margin-right: 7.5px !important;
}
.me-3 {
  margin-right: 15px !important;
}
.me-4 {
  margin-right: 22.5px !important;
}
.me-5 {
  margin-right: 45px !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 3.75px !important;
}
.mb-2 {
  margin-bottom: 7.5px !important;
}
.mb-3 {
  margin-bottom: 15px !important;
}
.mb-4 {
  margin-bottom: 22.5px !important;
}
.mb-5 {
  margin-bottom: 45px !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-1 {
  margin-left: 3.75px !important;
}
.ms-2 {
  margin-left: 7.5px !important;
}
.ms-3 {
  margin-left: 15px !important;
}
.ms-4 {
  margin-left: 22.5px !important;
}
.ms-5 {
  margin-left: 45px !important;
}
.ms-auto {
  margin-left: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 3.75px !important;
}
.p-2 {
  padding: 7.5px !important;
}
.p-3 {
  padding: 15px !important;
}
.p-4 {
  padding: 22.5px !important;
}
.p-5 {
  padding: 45px !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-1 {
  padding-right: 3.75px !important;
  padding-left: 3.75px !important;
}
.px-2 {
  padding-right: 7.5px !important;
  padding-left: 7.5px !important;
}
.px-3 {
  padding-right: 15px !important;
  padding-left: 15px !important;
}
.px-4 {
  padding-right: 22.5px !important;
  padding-left: 22.5px !important;
}
.px-5 {
  padding-right: 45px !important;
  padding-left: 45px !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: 3.75px !important;
  padding-bottom: 3.75px !important;
}
.py-2 {
  padding-top: 7.5px !important;
  padding-bottom: 7.5px !important;
}
.py-3 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.py-4 {
  padding-top: 22.5px !important;
  padding-bottom: 22.5px !important;
}
.py-5 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 3.75px !important;
}
.pt-2 {
  padding-top: 7.5px !important;
}
.pt-3 {
  padding-top: 15px !important;
}
.pt-4 {
  padding-top: 22.5px !important;
}
.pt-5 {
  padding-top: 45px !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pe-1 {
  padding-right: 3.75px !important;
}
.pe-2 {
  padding-right: 7.5px !important;
}
.pe-3 {
  padding-right: 15px !important;
}
.pe-4 {
  padding-right: 22.5px !important;
}
.pe-5 {
  padding-right: 45px !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 3.75px !important;
}
.pb-2 {
  padding-bottom: 7.5px !important;
}
.pb-3 {
  padding-bottom: 15px !important;
}
.pb-4 {
  padding-bottom: 22.5px !important;
}
.pb-5 {
  padding-bottom: 45px !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-1 {
  padding-left: 3.75px !important;
}
.ps-2 {
  padding-left: 7.5px !important;
}
.ps-3 {
  padding-left: 15px !important;
}
.ps-4 {
  padding-left: 22.5px !important;
}
.ps-5 {
  padding-left: 45px !important;
}
.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}
.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}
.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}
.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}
.fs-5 {
  font-size: 1.25rem !important;
}
.fs-6 {
  font-size: 1rem !important;
}
.fst-italic {
  font-style: italic !important;
}
.fst-normal {
  font-style: normal !important;
}
.fw-light {
  font-weight: 300 !important;
}
.fw-lighter {
  font-weight: lighter !important;
}
.fw-normal {
  font-weight: 400 !important;
}
.fw-bold {
  font-weight: 700 !important;
}
.fw-bolder {
  font-weight: bolder !important;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.text-start {
  text-align: left !important;
}
.text-end {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-primary {
  color: #ffd900 !important;
}
.text-secondary {
  color: #111111 !important;
}
.text-success {
  color: #198754 !important;
}
.text-info {
  color: #0dcaf0 !important;
}
.text-warning {
  color: #ffc107 !important;
}
.text-danger {
  color: #dc3545 !important;
}
.text-light {
  color: #f8f9fa !important;
}
.text-dark {
  color: #212529 !important;
}
.text-white {
  color: #fff !important;
}
.text-body {
  color: #cccccc !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-reset {
  color: inherit !important;
}
.lh-1 {
  line-height: 1 !important;
}
.lh-sm {
  line-height: 1.25 !important;
}
.lh-base {
  line-height: 1.5 !important;
}
.lh-lg {
  line-height: 2 !important;
}
.bg-primary {
  background-color: #ffd900 !important;
}
.bg-secondary {
  background-color: #111111 !important;
}
.bg-success {
  background-color: #198754 !important;
}
.bg-info {
  background-color: #0dcaf0 !important;
}
.bg-warning {
  background-color: #ffc107 !important;
}
.bg-danger {
  background-color: #dc3545 !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}
.bg-dark {
  background-color: #212529 !important;
}
.bg-body {
  background-color: #fff !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.bg-gradient {
  background-image: var(--bs-gradient) !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-decoration-underline {
  text-decoration: underline !important;
}
.text-decoration-line-through {
  text-decoration: line-through !important;
}
/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
/* rtl:end:remove */
.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}
.user-select-all {
  user-select: all !important;
}
.user-select-auto {
  user-select: auto !important;
}
.user-select-none {
  user-select: none !important;
}
.pe-none {
  pointer-events: none !important;
}
.pe-auto {
  pointer-events: auto !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.rounded-1 {
  border-radius: 0.2rem !important;
}
.rounded-2 {
  border-radius: 0.25rem !important;
}
.rounded-3 {
  border-radius: 0.3rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.rounded-end {
  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-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !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;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .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-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;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 3.75px !important;
  }
  .gap-sm-2 {
    gap: 7.5px !important;
  }
  .gap-sm-3 {
    gap: 15px !important;
  }
  .gap-sm-4 {
    gap: 22.5px !important;
  }
  .gap-sm-5 {
    gap: 45px !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;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !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;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 3.75px !important;
  }
  .m-sm-2 {
    margin: 7.5px !important;
  }
  .m-sm-3 {
    margin: 15px !important;
  }
  .m-sm-4 {
    margin: 22.5px !important;
  }
  .m-sm-5 {
    margin: 45px !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 3.75px !important;
    margin-left: 3.75px !important;
  }
  .mx-sm-2 {
    margin-right: 7.5px !important;
    margin-left: 7.5px !important;
  }
  .mx-sm-3 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
  .mx-sm-4 {
    margin-right: 22.5px !important;
    margin-left: 22.5px !important;
  }
  .mx-sm-5 {
    margin-right: 45px !important;
    margin-left: 45px !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 3.75px !important;
    margin-bottom: 3.75px !important;
  }
  .my-sm-2 {
    margin-top: 7.5px !important;
    margin-bottom: 7.5px !important;
  }
  .my-sm-3 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .my-sm-4 {
    margin-top: 22.5px !important;
    margin-bottom: 22.5px !important;
  }
  .my-sm-5 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 3.75px !important;
  }
  .mt-sm-2 {
    margin-top: 7.5px !important;
  }
  .mt-sm-3 {
    margin-top: 15px !important;
  }
  .mt-sm-4 {
    margin-top: 22.5px !important;
  }
  .mt-sm-5 {
    margin-top: 45px !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 3.75px !important;
  }
  .me-sm-2 {
    margin-right: 7.5px !important;
  }
  .me-sm-3 {
    margin-right: 15px !important;
  }
  .me-sm-4 {
    margin-right: 22.5px !important;
  }
  .me-sm-5 {
    margin-right: 45px !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 3.75px !important;
  }
  .mb-sm-2 {
    margin-bottom: 7.5px !important;
  }
  .mb-sm-3 {
    margin-bottom: 15px !important;
  }
  .mb-sm-4 {
    margin-bottom: 22.5px !important;
  }
  .mb-sm-5 {
    margin-bottom: 45px !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 3.75px !important;
  }
  .ms-sm-2 {
    margin-left: 7.5px !important;
  }
  .ms-sm-3 {
    margin-left: 15px !important;
  }
  .ms-sm-4 {
    margin-left: 22.5px !important;
  }
  .ms-sm-5 {
    margin-left: 45px !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 3.75px !important;
  }
  .p-sm-2 {
    padding: 7.5px !important;
  }
  .p-sm-3 {
    padding: 15px !important;
  }
  .p-sm-4 {
    padding: 22.5px !important;
  }
  .p-sm-5 {
    padding: 45px !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 3.75px !important;
    padding-left: 3.75px !important;
  }
  .px-sm-2 {
    padding-right: 7.5px !important;
    padding-left: 7.5px !important;
  }
  .px-sm-3 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .px-sm-4 {
    padding-right: 22.5px !important;
    padding-left: 22.5px !important;
  }
  .px-sm-5 {
    padding-right: 45px !important;
    padding-left: 45px !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 3.75px !important;
    padding-bottom: 3.75px !important;
  }
  .py-sm-2 {
    padding-top: 7.5px !important;
    padding-bottom: 7.5px !important;
  }
  .py-sm-3 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .py-sm-4 {
    padding-top: 22.5px !important;
    padding-bottom: 22.5px !important;
  }
  .py-sm-5 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 3.75px !important;
  }
  .pt-sm-2 {
    padding-top: 7.5px !important;
  }
  .pt-sm-3 {
    padding-top: 15px !important;
  }
  .pt-sm-4 {
    padding-top: 22.5px !important;
  }
  .pt-sm-5 {
    padding-top: 45px !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 3.75px !important;
  }
  .pe-sm-2 {
    padding-right: 7.5px !important;
  }
  .pe-sm-3 {
    padding-right: 15px !important;
  }
  .pe-sm-4 {
    padding-right: 22.5px !important;
  }
  .pe-sm-5 {
    padding-right: 45px !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 3.75px !important;
  }
  .pb-sm-2 {
    padding-bottom: 7.5px !important;
  }
  .pb-sm-3 {
    padding-bottom: 15px !important;
  }
  .pb-sm-4 {
    padding-bottom: 22.5px !important;
  }
  .pb-sm-5 {
    padding-bottom: 45px !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 3.75px !important;
  }
  .ps-sm-2 {
    padding-left: 7.5px !important;
  }
  .ps-sm-3 {
    padding-left: 15px !important;
  }
  .ps-sm-4 {
    padding-left: 22.5px !important;
  }
  .ps-sm-5 {
    padding-left: 45px !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !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;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .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-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;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 3.75px !important;
  }
  .gap-md-2 {
    gap: 7.5px !important;
  }
  .gap-md-3 {
    gap: 15px !important;
  }
  .gap-md-4 {
    gap: 22.5px !important;
  }
  .gap-md-5 {
    gap: 45px !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;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !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;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 3.75px !important;
  }
  .m-md-2 {
    margin: 7.5px !important;
  }
  .m-md-3 {
    margin: 15px !important;
  }
  .m-md-4 {
    margin: 22.5px !important;
  }
  .m-md-5 {
    margin: 45px !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 3.75px !important;
    margin-left: 3.75px !important;
  }
  .mx-md-2 {
    margin-right: 7.5px !important;
    margin-left: 7.5px !important;
  }
  .mx-md-3 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
  .mx-md-4 {
    margin-right: 22.5px !important;
    margin-left: 22.5px !important;
  }
  .mx-md-5 {
    margin-right: 45px !important;
    margin-left: 45px !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 3.75px !important;
    margin-bottom: 3.75px !important;
  }
  .my-md-2 {
    margin-top: 7.5px !important;
    margin-bottom: 7.5px !important;
  }
  .my-md-3 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .my-md-4 {
    margin-top: 22.5px !important;
    margin-bottom: 22.5px !important;
  }
  .my-md-5 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 3.75px !important;
  }
  .mt-md-2 {
    margin-top: 7.5px !important;
  }
  .mt-md-3 {
    margin-top: 15px !important;
  }
  .mt-md-4 {
    margin-top: 22.5px !important;
  }
  .mt-md-5 {
    margin-top: 45px !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 3.75px !important;
  }
  .me-md-2 {
    margin-right: 7.5px !important;
  }
  .me-md-3 {
    margin-right: 15px !important;
  }
  .me-md-4 {
    margin-right: 22.5px !important;
  }
  .me-md-5 {
    margin-right: 45px !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 3.75px !important;
  }
  .mb-md-2 {
    margin-bottom: 7.5px !important;
  }
  .mb-md-3 {
    margin-bottom: 15px !important;
  }
  .mb-md-4 {
    margin-bottom: 22.5px !important;
  }
  .mb-md-5 {
    margin-bottom: 45px !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 3.75px !important;
  }
  .ms-md-2 {
    margin-left: 7.5px !important;
  }
  .ms-md-3 {
    margin-left: 15px !important;
  }
  .ms-md-4 {
    margin-left: 22.5px !important;
  }
  .ms-md-5 {
    margin-left: 45px !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 3.75px !important;
  }
  .p-md-2 {
    padding: 7.5px !important;
  }
  .p-md-3 {
    padding: 15px !important;
  }
  .p-md-4 {
    padding: 22.5px !important;
  }
  .p-md-5 {
    padding: 45px !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 3.75px !important;
    padding-left: 3.75px !important;
  }
  .px-md-2 {
    padding-right: 7.5px !important;
    padding-left: 7.5px !important;
  }
  .px-md-3 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .px-md-4 {
    padding-right: 22.5px !important;
    padding-left: 22.5px !important;
  }
  .px-md-5 {
    padding-right: 45px !important;
    padding-left: 45px !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 3.75px !important;
    padding-bottom: 3.75px !important;
  }
  .py-md-2 {
    padding-top: 7.5px !important;
    padding-bottom: 7.5px !important;
  }
  .py-md-3 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .py-md-4 {
    padding-top: 22.5px !important;
    padding-bottom: 22.5px !important;
  }
  .py-md-5 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 3.75px !important;
  }
  .pt-md-2 {
    padding-top: 7.5px !important;
  }
  .pt-md-3 {
    padding-top: 15px !important;
  }
  .pt-md-4 {
    padding-top: 22.5px !important;
  }
  .pt-md-5 {
    padding-top: 45px !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 3.75px !important;
  }
  .pe-md-2 {
    padding-right: 7.5px !important;
  }
  .pe-md-3 {
    padding-right: 15px !important;
  }
  .pe-md-4 {
    padding-right: 22.5px !important;
  }
  .pe-md-5 {
    padding-right: 45px !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 3.75px !important;
  }
  .pb-md-2 {
    padding-bottom: 7.5px !important;
  }
  .pb-md-3 {
    padding-bottom: 15px !important;
  }
  .pb-md-4 {
    padding-bottom: 22.5px !important;
  }
  .pb-md-5 {
    padding-bottom: 45px !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 3.75px !important;
  }
  .ps-md-2 {
    padding-left: 7.5px !important;
  }
  .ps-md-3 {
    padding-left: 15px !important;
  }
  .ps-md-4 {
    padding-left: 22.5px !important;
  }
  .ps-md-5 {
    padding-left: 45px !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !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;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .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-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;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 3.75px !important;
  }
  .gap-lg-2 {
    gap: 7.5px !important;
  }
  .gap-lg-3 {
    gap: 15px !important;
  }
  .gap-lg-4 {
    gap: 22.5px !important;
  }
  .gap-lg-5 {
    gap: 45px !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;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !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;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 3.75px !important;
  }
  .m-lg-2 {
    margin: 7.5px !important;
  }
  .m-lg-3 {
    margin: 15px !important;
  }
  .m-lg-4 {
    margin: 22.5px !important;
  }
  .m-lg-5 {
    margin: 45px !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 3.75px !important;
    margin-left: 3.75px !important;
  }
  .mx-lg-2 {
    margin-right: 7.5px !important;
    margin-left: 7.5px !important;
  }
  .mx-lg-3 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
  .mx-lg-4 {
    margin-right: 22.5px !important;
    margin-left: 22.5px !important;
  }
  .mx-lg-5 {
    margin-right: 45px !important;
    margin-left: 45px !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 3.75px !important;
    margin-bottom: 3.75px !important;
  }
  .my-lg-2 {
    margin-top: 7.5px !important;
    margin-bottom: 7.5px !important;
  }
  .my-lg-3 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .my-lg-4 {
    margin-top: 22.5px !important;
    margin-bottom: 22.5px !important;
  }
  .my-lg-5 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 3.75px !important;
  }
  .mt-lg-2 {
    margin-top: 7.5px !important;
  }
  .mt-lg-3 {
    margin-top: 15px !important;
  }
  .mt-lg-4 {
    margin-top: 22.5px !important;
  }
  .mt-lg-5 {
    margin-top: 45px !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 3.75px !important;
  }
  .me-lg-2 {
    margin-right: 7.5px !important;
  }
  .me-lg-3 {
    margin-right: 15px !important;
  }
  .me-lg-4 {
    margin-right: 22.5px !important;
  }
  .me-lg-5 {
    margin-right: 45px !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 3.75px !important;
  }
  .mb-lg-2 {
    margin-bottom: 7.5px !important;
  }
  .mb-lg-3 {
    margin-bottom: 15px !important;
  }
  .mb-lg-4 {
    margin-bottom: 22.5px !important;
  }
  .mb-lg-5 {
    margin-bottom: 45px !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 3.75px !important;
  }
  .ms-lg-2 {
    margin-left: 7.5px !important;
  }
  .ms-lg-3 {
    margin-left: 15px !important;
  }
  .ms-lg-4 {
    margin-left: 22.5px !important;
  }
  .ms-lg-5 {
    margin-left: 45px !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 3.75px !important;
  }
  .p-lg-2 {
    padding: 7.5px !important;
  }
  .p-lg-3 {
    padding: 15px !important;
  }
  .p-lg-4 {
    padding: 22.5px !important;
  }
  .p-lg-5 {
    padding: 45px !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 3.75px !important;
    padding-left: 3.75px !important;
  }
  .px-lg-2 {
    padding-right: 7.5px !important;
    padding-left: 7.5px !important;
  }
  .px-lg-3 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .px-lg-4 {
    padding-right: 22.5px !important;
    padding-left: 22.5px !important;
  }
  .px-lg-5 {
    padding-right: 45px !important;
    padding-left: 45px !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 3.75px !important;
    padding-bottom: 3.75px !important;
  }
  .py-lg-2 {
    padding-top: 7.5px !important;
    padding-bottom: 7.5px !important;
  }
  .py-lg-3 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .py-lg-4 {
    padding-top: 22.5px !important;
    padding-bottom: 22.5px !important;
  }
  .py-lg-5 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 3.75px !important;
  }
  .pt-lg-2 {
    padding-top: 7.5px !important;
  }
  .pt-lg-3 {
    padding-top: 15px !important;
  }
  .pt-lg-4 {
    padding-top: 22.5px !important;
  }
  .pt-lg-5 {
    padding-top: 45px !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 3.75px !important;
  }
  .pe-lg-2 {
    padding-right: 7.5px !important;
  }
  .pe-lg-3 {
    padding-right: 15px !important;
  }
  .pe-lg-4 {
    padding-right: 22.5px !important;
  }
  .pe-lg-5 {
    padding-right: 45px !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 3.75px !important;
  }
  .pb-lg-2 {
    padding-bottom: 7.5px !important;
  }
  .pb-lg-3 {
    padding-bottom: 15px !important;
  }
  .pb-lg-4 {
    padding-bottom: 22.5px !important;
  }
  .pb-lg-5 {
    padding-bottom: 45px !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 3.75px !important;
  }
  .ps-lg-2 {
    padding-left: 7.5px !important;
  }
  .ps-lg-3 {
    padding-left: 15px !important;
  }
  .ps-lg-4 {
    padding-left: 22.5px !important;
  }
  .ps-lg-5 {
    padding-left: 45px !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !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;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .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-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;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 3.75px !important;
  }
  .gap-xl-2 {
    gap: 7.5px !important;
  }
  .gap-xl-3 {
    gap: 15px !important;
  }
  .gap-xl-4 {
    gap: 22.5px !important;
  }
  .gap-xl-5 {
    gap: 45px !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;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !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;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 3.75px !important;
  }
  .m-xl-2 {
    margin: 7.5px !important;
  }
  .m-xl-3 {
    margin: 15px !important;
  }
  .m-xl-4 {
    margin: 22.5px !important;
  }
  .m-xl-5 {
    margin: 45px !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 3.75px !important;
    margin-left: 3.75px !important;
  }
  .mx-xl-2 {
    margin-right: 7.5px !important;
    margin-left: 7.5px !important;
  }
  .mx-xl-3 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
  .mx-xl-4 {
    margin-right: 22.5px !important;
    margin-left: 22.5px !important;
  }
  .mx-xl-5 {
    margin-right: 45px !important;
    margin-left: 45px !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 3.75px !important;
    margin-bottom: 3.75px !important;
  }
  .my-xl-2 {
    margin-top: 7.5px !important;
    margin-bottom: 7.5px !important;
  }
  .my-xl-3 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .my-xl-4 {
    margin-top: 22.5px !important;
    margin-bottom: 22.5px !important;
  }
  .my-xl-5 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 3.75px !important;
  }
  .mt-xl-2 {
    margin-top: 7.5px !important;
  }
  .mt-xl-3 {
    margin-top: 15px !important;
  }
  .mt-xl-4 {
    margin-top: 22.5px !important;
  }
  .mt-xl-5 {
    margin-top: 45px !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 3.75px !important;
  }
  .me-xl-2 {
    margin-right: 7.5px !important;
  }
  .me-xl-3 {
    margin-right: 15px !important;
  }
  .me-xl-4 {
    margin-right: 22.5px !important;
  }
  .me-xl-5 {
    margin-right: 45px !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 3.75px !important;
  }
  .mb-xl-2 {
    margin-bottom: 7.5px !important;
  }
  .mb-xl-3 {
    margin-bottom: 15px !important;
  }
  .mb-xl-4 {
    margin-bottom: 22.5px !important;
  }
  .mb-xl-5 {
    margin-bottom: 45px !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 3.75px !important;
  }
  .ms-xl-2 {
    margin-left: 7.5px !important;
  }
  .ms-xl-3 {
    margin-left: 15px !important;
  }
  .ms-xl-4 {
    margin-left: 22.5px !important;
  }
  .ms-xl-5 {
    margin-left: 45px !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 3.75px !important;
  }
  .p-xl-2 {
    padding: 7.5px !important;
  }
  .p-xl-3 {
    padding: 15px !important;
  }
  .p-xl-4 {
    padding: 22.5px !important;
  }
  .p-xl-5 {
    padding: 45px !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 3.75px !important;
    padding-left: 3.75px !important;
  }
  .px-xl-2 {
    padding-right: 7.5px !important;
    padding-left: 7.5px !important;
  }
  .px-xl-3 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .px-xl-4 {
    padding-right: 22.5px !important;
    padding-left: 22.5px !important;
  }
  .px-xl-5 {
    padding-right: 45px !important;
    padding-left: 45px !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 3.75px !important;
    padding-bottom: 3.75px !important;
  }
  .py-xl-2 {
    padding-top: 7.5px !important;
    padding-bottom: 7.5px !important;
  }
  .py-xl-3 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .py-xl-4 {
    padding-top: 22.5px !important;
    padding-bottom: 22.5px !important;
  }
  .py-xl-5 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 3.75px !important;
  }
  .pt-xl-2 {
    padding-top: 7.5px !important;
  }
  .pt-xl-3 {
    padding-top: 15px !important;
  }
  .pt-xl-4 {
    padding-top: 22.5px !important;
  }
  .pt-xl-5 {
    padding-top: 45px !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 3.75px !important;
  }
  .pe-xl-2 {
    padding-right: 7.5px !important;
  }
  .pe-xl-3 {
    padding-right: 15px !important;
  }
  .pe-xl-4 {
    padding-right: 22.5px !important;
  }
  .pe-xl-5 {
    padding-right: 45px !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 3.75px !important;
  }
  .pb-xl-2 {
    padding-bottom: 7.5px !important;
  }
  .pb-xl-3 {
    padding-bottom: 15px !important;
  }
  .pb-xl-4 {
    padding-bottom: 22.5px !important;
  }
  .pb-xl-5 {
    padding-bottom: 45px !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 3.75px !important;
  }
  .ps-xl-2 {
    padding-left: 7.5px !important;
  }
  .ps-xl-3 {
    padding-left: 15px !important;
  }
  .ps-xl-4 {
    padding-left: 22.5px !important;
  }
  .ps-xl-5 {
    padding-left: 45px !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 3.75px !important;
  }
  .gap-xxl-2 {
    gap: 7.5px !important;
  }
  .gap-xxl-3 {
    gap: 15px !important;
  }
  .gap-xxl-4 {
    gap: 22.5px !important;
  }
  .gap-xxl-5 {
    gap: 45px !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 3.75px !important;
  }
  .m-xxl-2 {
    margin: 7.5px !important;
  }
  .m-xxl-3 {
    margin: 15px !important;
  }
  .m-xxl-4 {
    margin: 22.5px !important;
  }
  .m-xxl-5 {
    margin: 45px !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 3.75px !important;
    margin-left: 3.75px !important;
  }
  .mx-xxl-2 {
    margin-right: 7.5px !important;
    margin-left: 7.5px !important;
  }
  .mx-xxl-3 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
  .mx-xxl-4 {
    margin-right: 22.5px !important;
    margin-left: 22.5px !important;
  }
  .mx-xxl-5 {
    margin-right: 45px !important;
    margin-left: 45px !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 3.75px !important;
    margin-bottom: 3.75px !important;
  }
  .my-xxl-2 {
    margin-top: 7.5px !important;
    margin-bottom: 7.5px !important;
  }
  .my-xxl-3 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .my-xxl-4 {
    margin-top: 22.5px !important;
    margin-bottom: 22.5px !important;
  }
  .my-xxl-5 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 3.75px !important;
  }
  .mt-xxl-2 {
    margin-top: 7.5px !important;
  }
  .mt-xxl-3 {
    margin-top: 15px !important;
  }
  .mt-xxl-4 {
    margin-top: 22.5px !important;
  }
  .mt-xxl-5 {
    margin-top: 45px !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 3.75px !important;
  }
  .me-xxl-2 {
    margin-right: 7.5px !important;
  }
  .me-xxl-3 {
    margin-right: 15px !important;
  }
  .me-xxl-4 {
    margin-right: 22.5px !important;
  }
  .me-xxl-5 {
    margin-right: 45px !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 3.75px !important;
  }
  .mb-xxl-2 {
    margin-bottom: 7.5px !important;
  }
  .mb-xxl-3 {
    margin-bottom: 15px !important;
  }
  .mb-xxl-4 {
    margin-bottom: 22.5px !important;
  }
  .mb-xxl-5 {
    margin-bottom: 45px !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 3.75px !important;
  }
  .ms-xxl-2 {
    margin-left: 7.5px !important;
  }
  .ms-xxl-3 {
    margin-left: 15px !important;
  }
  .ms-xxl-4 {
    margin-left: 22.5px !important;
  }
  .ms-xxl-5 {
    margin-left: 45px !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 3.75px !important;
  }
  .p-xxl-2 {
    padding: 7.5px !important;
  }
  .p-xxl-3 {
    padding: 15px !important;
  }
  .p-xxl-4 {
    padding: 22.5px !important;
  }
  .p-xxl-5 {
    padding: 45px !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 3.75px !important;
    padding-left: 3.75px !important;
  }
  .px-xxl-2 {
    padding-right: 7.5px !important;
    padding-left: 7.5px !important;
  }
  .px-xxl-3 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .px-xxl-4 {
    padding-right: 22.5px !important;
    padding-left: 22.5px !important;
  }
  .px-xxl-5 {
    padding-right: 45px !important;
    padding-left: 45px !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 3.75px !important;
    padding-bottom: 3.75px !important;
  }
  .py-xxl-2 {
    padding-top: 7.5px !important;
    padding-bottom: 7.5px !important;
  }
  .py-xxl-3 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .py-xxl-4 {
    padding-top: 22.5px !important;
    padding-bottom: 22.5px !important;
  }
  .py-xxl-5 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 3.75px !important;
  }
  .pt-xxl-2 {
    padding-top: 7.5px !important;
  }
  .pt-xxl-3 {
    padding-top: 15px !important;
  }
  .pt-xxl-4 {
    padding-top: 22.5px !important;
  }
  .pt-xxl-5 {
    padding-top: 45px !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 3.75px !important;
  }
  .pe-xxl-2 {
    padding-right: 7.5px !important;
  }
  .pe-xxl-3 {
    padding-right: 15px !important;
  }
  .pe-xxl-4 {
    padding-right: 22.5px !important;
  }
  .pe-xxl-5 {
    padding-right: 45px !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 3.75px !important;
  }
  .pb-xxl-2 {
    padding-bottom: 7.5px !important;
  }
  .pb-xxl-3 {
    padding-bottom: 15px !important;
  }
  .pb-xxl-4 {
    padding-bottom: 22.5px !important;
  }
  .pb-xxl-5 {
    padding-bottom: 45px !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 3.75px !important;
  }
  .ps-xxl-2 {
    padding-left: 7.5px !important;
  }
  .ps-xxl-3 {
    padding-left: 15px !important;
  }
  .ps-xxl-4 {
    padding-left: 22.5px !important;
  }
  .ps-xxl-5 {
    padding-left: 45px !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
  .fs-sm-1 {
    font-size: 2.5rem !important;
  }
  .fs-sm-2 {
    font-size: 2rem !important;
  }
  .fs-sm-3 {
    font-size: 1.75rem !important;
  }
  .fs-sm-4 {
    font-size: 1.5rem !important;
  }
  .fs-md-1 {
    font-size: 2.5rem !important;
  }
  .fs-md-2 {
    font-size: 2rem !important;
  }
  .fs-md-3 {
    font-size: 1.75rem !important;
  }
  .fs-md-4 {
    font-size: 1.5rem !important;
  }
  .fs-lg-1 {
    font-size: 2.5rem !important;
  }
  .fs-lg-2 {
    font-size: 2rem !important;
  }
  .fs-lg-3 {
    font-size: 1.75rem !important;
  }
  .fs-lg-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !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;
  }
  .d-print-none {
    display: none !important;
  }
}
body[data-aos-duration="50"] [data-aos], [data-aos][data-aos][data-aos-duration="50"] {
  transition-duration: 50ms;
}
body[data-aos-delay="50"] [data-aos], [data-aos][data-aos][data-aos-delay="50"] {
  transition-delay: 0s;
}
body[data-aos-delay="50"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="50"].aos-animate {
  transition-delay: 50ms;
}
body[data-aos-duration="100"] [data-aos], [data-aos][data-aos][data-aos-duration="100"] {
  transition-duration: 100ms;
}
body[data-aos-delay="100"] [data-aos], [data-aos][data-aos][data-aos-delay="100"] {
  transition-delay: 0s;
}
body[data-aos-delay="100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="100"].aos-animate {
  transition-delay: 100ms;
}
body[data-aos-duration="150"] [data-aos], [data-aos][data-aos][data-aos-duration="150"] {
  transition-duration: 150ms;
}
body[data-aos-delay="150"] [data-aos], [data-aos][data-aos][data-aos-delay="150"] {
  transition-delay: 0s;
}
body[data-aos-delay="150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="150"].aos-animate {
  transition-delay: 150ms;
}
body[data-aos-duration="200"] [data-aos], [data-aos][data-aos][data-aos-duration="200"] {
  transition-duration: 200ms;
}
body[data-aos-delay="200"] [data-aos], [data-aos][data-aos][data-aos-delay="200"] {
  transition-delay: 0s;
}
body[data-aos-delay="200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="200"].aos-animate {
  transition-delay: 200ms;
}
body[data-aos-duration="250"] [data-aos], [data-aos][data-aos][data-aos-duration="250"] {
  transition-duration: 250ms;
}
body[data-aos-delay="250"] [data-aos], [data-aos][data-aos][data-aos-delay="250"] {
  transition-delay: 0s;
}
body[data-aos-delay="250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="250"].aos-animate {
  transition-delay: 250ms;
}
body[data-aos-duration="300"] [data-aos], [data-aos][data-aos][data-aos-duration="300"] {
  transition-duration: 300ms;
}
body[data-aos-delay="300"] [data-aos], [data-aos][data-aos][data-aos-delay="300"] {
  transition-delay: 0s;
}
body[data-aos-delay="300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="300"].aos-animate {
  transition-delay: 300ms;
}
body[data-aos-duration="350"] [data-aos], [data-aos][data-aos][data-aos-duration="350"] {
  transition-duration: 350ms;
}
body[data-aos-delay="350"] [data-aos], [data-aos][data-aos][data-aos-delay="350"] {
  transition-delay: 0s;
}
body[data-aos-delay="350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="350"].aos-animate {
  transition-delay: 350ms;
}
body[data-aos-duration="400"] [data-aos], [data-aos][data-aos][data-aos-duration="400"] {
  transition-duration: 400ms;
}
body[data-aos-delay="400"] [data-aos], [data-aos][data-aos][data-aos-delay="400"] {
  transition-delay: 0s;
}
body[data-aos-delay="400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="400"].aos-animate {
  transition-delay: 400ms;
}
body[data-aos-duration="450"] [data-aos], [data-aos][data-aos][data-aos-duration="450"] {
  transition-duration: 450ms;
}
body[data-aos-delay="450"] [data-aos], [data-aos][data-aos][data-aos-delay="450"] {
  transition-delay: 0s;
}
body[data-aos-delay="450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="450"].aos-animate {
  transition-delay: 450ms;
}
body[data-aos-duration="500"] [data-aos], [data-aos][data-aos][data-aos-duration="500"] {
  transition-duration: 500ms;
}
body[data-aos-delay="500"] [data-aos], [data-aos][data-aos][data-aos-delay="500"] {
  transition-delay: 0s;
}
body[data-aos-delay="500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="500"].aos-animate {
  transition-delay: 500ms;
}
body[data-aos-duration="550"] [data-aos], [data-aos][data-aos][data-aos-duration="550"] {
  transition-duration: 550ms;
}
body[data-aos-delay="550"] [data-aos], [data-aos][data-aos][data-aos-delay="550"] {
  transition-delay: 0s;
}
body[data-aos-delay="550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="550"].aos-animate {
  transition-delay: 550ms;
}
body[data-aos-duration="600"] [data-aos], [data-aos][data-aos][data-aos-duration="600"] {
  transition-duration: 600ms;
}
body[data-aos-delay="600"] [data-aos], [data-aos][data-aos][data-aos-delay="600"] {
  transition-delay: 0s;
}
body[data-aos-delay="600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="600"].aos-animate {
  transition-delay: 600ms;
}
body[data-aos-duration="650"] [data-aos], [data-aos][data-aos][data-aos-duration="650"] {
  transition-duration: 650ms;
}
body[data-aos-delay="650"] [data-aos], [data-aos][data-aos][data-aos-delay="650"] {
  transition-delay: 0s;
}
body[data-aos-delay="650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="650"].aos-animate {
  transition-delay: 650ms;
}
body[data-aos-duration="700"] [data-aos], [data-aos][data-aos][data-aos-duration="700"] {
  transition-duration: 700ms;
}
body[data-aos-delay="700"] [data-aos], [data-aos][data-aos][data-aos-delay="700"] {
  transition-delay: 0s;
}
body[data-aos-delay="700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="700"].aos-animate {
  transition-delay: 700ms;
}
body[data-aos-duration="750"] [data-aos], [data-aos][data-aos][data-aos-duration="750"] {
  transition-duration: 750ms;
}
body[data-aos-delay="750"] [data-aos], [data-aos][data-aos][data-aos-delay="750"] {
  transition-delay: 0s;
}
body[data-aos-delay="750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="750"].aos-animate {
  transition-delay: 750ms;
}
body[data-aos-duration="800"] [data-aos], [data-aos][data-aos][data-aos-duration="800"] {
  transition-duration: 800ms;
}
body[data-aos-delay="800"] [data-aos], [data-aos][data-aos][data-aos-delay="800"] {
  transition-delay: 0s;
}
body[data-aos-delay="800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="800"].aos-animate {
  transition-delay: 800ms;
}
body[data-aos-duration="850"] [data-aos], [data-aos][data-aos][data-aos-duration="850"] {
  transition-duration: 850ms;
}
body[data-aos-delay="850"] [data-aos], [data-aos][data-aos][data-aos-delay="850"] {
  transition-delay: 0s;
}
body[data-aos-delay="850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="850"].aos-animate {
  transition-delay: 850ms;
}
body[data-aos-duration="900"] [data-aos], [data-aos][data-aos][data-aos-duration="900"] {
  transition-duration: 900ms;
}
body[data-aos-delay="900"] [data-aos], [data-aos][data-aos][data-aos-delay="900"] {
  transition-delay: 0s;
}
body[data-aos-delay="900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="900"].aos-animate {
  transition-delay: 900ms;
}
body[data-aos-duration="950"] [data-aos], [data-aos][data-aos][data-aos-duration="950"] {
  transition-duration: 950ms;
}
body[data-aos-delay="950"] [data-aos], [data-aos][data-aos][data-aos-delay="950"] {
  transition-delay: 0s;
}
body[data-aos-delay="950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="950"].aos-animate {
  transition-delay: 950ms;
}
body[data-aos-duration="1000"] [data-aos], [data-aos][data-aos][data-aos-duration="1000"] {
  transition-duration: 1000ms;
}
body[data-aos-delay="1000"] [data-aos], [data-aos][data-aos][data-aos-delay="1000"] {
  transition-delay: 0s;
}
body[data-aos-delay="1000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1000"].aos-animate {
  transition-delay: 1000ms;
}
body[data-aos-duration="1050"] [data-aos], [data-aos][data-aos][data-aos-duration="1050"] {
  transition-duration: 1050ms;
}
body[data-aos-delay="1050"] [data-aos], [data-aos][data-aos][data-aos-delay="1050"] {
  transition-delay: 0s;
}
body[data-aos-delay="1050"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1050"].aos-animate {
  transition-delay: 1050ms;
}
body[data-aos-duration="1100"] [data-aos], [data-aos][data-aos][data-aos-duration="1100"] {
  transition-duration: 1100ms;
}
body[data-aos-delay="1100"] [data-aos], [data-aos][data-aos][data-aos-delay="1100"] {
  transition-delay: 0s;
}
body[data-aos-delay="1100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1100"].aos-animate {
  transition-delay: 1100ms;
}
body[data-aos-duration="1150"] [data-aos], [data-aos][data-aos][data-aos-duration="1150"] {
  transition-duration: 1150ms;
}
body[data-aos-delay="1150"] [data-aos], [data-aos][data-aos][data-aos-delay="1150"] {
  transition-delay: 0s;
}
body[data-aos-delay="1150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1150"].aos-animate {
  transition-delay: 1150ms;
}
body[data-aos-duration="1200"] [data-aos], [data-aos][data-aos][data-aos-duration="1200"] {
  transition-duration: 1200ms;
}
body[data-aos-delay="1200"] [data-aos], [data-aos][data-aos][data-aos-delay="1200"] {
  transition-delay: 0s;
}
body[data-aos-delay="1200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1200"].aos-animate {
  transition-delay: 1200ms;
}
body[data-aos-duration="1250"] [data-aos], [data-aos][data-aos][data-aos-duration="1250"] {
  transition-duration: 1250ms;
}
body[data-aos-delay="1250"] [data-aos], [data-aos][data-aos][data-aos-delay="1250"] {
  transition-delay: 0s;
}
body[data-aos-delay="1250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1250"].aos-animate {
  transition-delay: 1250ms;
}
body[data-aos-duration="1300"] [data-aos], [data-aos][data-aos][data-aos-duration="1300"] {
  transition-duration: 1300ms;
}
body[data-aos-delay="1300"] [data-aos], [data-aos][data-aos][data-aos-delay="1300"] {
  transition-delay: 0s;
}
body[data-aos-delay="1300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1300"].aos-animate {
  transition-delay: 1300ms;
}
body[data-aos-duration="1350"] [data-aos], [data-aos][data-aos][data-aos-duration="1350"] {
  transition-duration: 1350ms;
}
body[data-aos-delay="1350"] [data-aos], [data-aos][data-aos][data-aos-delay="1350"] {
  transition-delay: 0s;
}
body[data-aos-delay="1350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1350"].aos-animate {
  transition-delay: 1350ms;
}
body[data-aos-duration="1400"] [data-aos], [data-aos][data-aos][data-aos-duration="1400"] {
  transition-duration: 1400ms;
}
body[data-aos-delay="1400"] [data-aos], [data-aos][data-aos][data-aos-delay="1400"] {
  transition-delay: 0s;
}
body[data-aos-delay="1400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1400"].aos-animate {
  transition-delay: 1400ms;
}
body[data-aos-duration="1450"] [data-aos], [data-aos][data-aos][data-aos-duration="1450"] {
  transition-duration: 1450ms;
}
body[data-aos-delay="1450"] [data-aos], [data-aos][data-aos][data-aos-delay="1450"] {
  transition-delay: 0s;
}
body[data-aos-delay="1450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1450"].aos-animate {
  transition-delay: 1450ms;
}
body[data-aos-duration="1500"] [data-aos], [data-aos][data-aos][data-aos-duration="1500"] {
  transition-duration: 1500ms;
}
body[data-aos-delay="1500"] [data-aos], [data-aos][data-aos][data-aos-delay="1500"] {
  transition-delay: 0s;
}
body[data-aos-delay="1500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1500"].aos-animate {
  transition-delay: 1500ms;
}
[data-aos] {
  pointer-events: none;
}
[data-aos].aos-animate {
  pointer-events: auto;
}
body[data-aos-easing="linear"] [data-aos], [data-aos][data-aos][data-aos-easing="linear"] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
body[data-aos-easing="ease"] [data-aos], [data-aos][data-aos][data-aos-easing="ease"] {
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}
body[data-aos-easing="ease-in"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in"] {
  transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
}
body[data-aos-easing="ease-out"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out"] {
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}
body[data-aos-easing="ease-in-out"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out"] {
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
body[data-aos-easing="ease-in-back"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-back"] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
body[data-aos-easing="ease-out-back"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-back"] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
body[data-aos-easing="ease-in-out-back"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-back"] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
body[data-aos-easing="ease-in-sine"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-sine"] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
body[data-aos-easing="ease-out-sine"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-sine"] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
body[data-aos-easing="ease-in-out-sine"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-sine"] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
body[data-aos-easing="ease-in-quad"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-quad"] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing="ease-out-quad"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-quad"] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing="ease-in-out-quad"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-quad"] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
body[data-aos-easing="ease-in-cubic"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-cubic"] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing="ease-out-cubic"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-cubic"] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing="ease-in-out-cubic"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-cubic"] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
body[data-aos-easing="ease-in-quart"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-quart"] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing="ease-out-quart"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-quart"] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing="ease-in-out-quart"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-quart"] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media screen {
  html:not(.no-js) {
    /**
    * Fade animations:
    * fade
    * fade-up, fade-down, fade-left, fade-right
    * fade-up-right, fade-up-left, fade-down-right, fade-down-left
    */
    /**
    * Zoom animations:
    * zoom-in, zoom-in-up, zoom-in-down, zoom-in-left, zoom-in-right
    * zoom-out, zoom-out-up, zoom-out-down, zoom-out-left, zoom-out-right
    */
    /**
    * Slide animations
    */
    /**
    * Flip animations:
    * flip-left, flip-right, flip-up, flip-down
    */
  }
  html:not(.no-js) [data-aos^="fade"][data-aos^="fade"] {
    opacity: 0;
    transition-property: opacity, transform;
  }
  html:not(.no-js) [data-aos^="fade"][data-aos^="fade"].aos-animate {
    opacity: 1;
    transform: none;
  }
  html:not(.no-js) [data-aos="fade-up"] {
    transform: translate3d(0, 100px, 0);
  }
  html:not(.no-js) [data-aos="fade-down"] {
    transform: translate3d(0, -100px, 0);
  }
  html:not(.no-js) [data-aos="fade-right"] {
    transform: translate3d(-100px, 0, 0);
  }
  html:not(.no-js) [data-aos="fade-left"] {
    transform: translate3d(100px, 0, 0);
  }
  html:not(.no-js) [data-aos="fade-up-right"] {
    transform: translate3d(-100px, 100px, 0);
  }
  html:not(.no-js) [data-aos="fade-up-left"] {
    transform: translate3d(100px, 100px, 0);
  }
  html:not(.no-js) [data-aos="fade-down-right"] {
    transform: translate3d(-100px, -100px, 0);
  }
  html:not(.no-js) [data-aos="fade-down-left"] {
    transform: translate3d(100px, -100px, 0);
  }
  html:not(.no-js) [data-aos^="zoom"][data-aos^="zoom"] {
    opacity: 0;
    transition-property: opacity, transform;
  }
  html:not(.no-js) [data-aos^="zoom"][data-aos^="zoom"].aos-animate {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
  html:not(.no-js) [data-aos="zoom-in"] {
    transform: scale(0.6);
  }
  html:not(.no-js) [data-aos="zoom-in-up"] {
    transform: translate3d(0, 100px, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos="zoom-in-down"] {
    transform: translate3d(0, -100px, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos="zoom-in-right"] {
    transform: translate3d(-100px, 0, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos="zoom-in-left"] {
    transform: translate3d(100px, 0, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos="zoom-out"] {
    transform: scale(1.2);
  }
  html:not(.no-js) [data-aos="zoom-out-up"] {
    transform: translate3d(0, 100px, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos="zoom-out-down"] {
    transform: translate3d(0, -100px, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos="zoom-out-right"] {
    transform: translate3d(-100px, 0, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos="zoom-out-left"] {
    transform: translate3d(100px, 0, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos^="slide"][data-aos^="slide"] {
    transition-property: transform;
    visibility: hidden;
  }
  html:not(.no-js) [data-aos^="slide"][data-aos^="slide"].aos-animate {
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  html:not(.no-js) [data-aos="slide-up"] {
    transform: translate3d(0, 100%, 0);
  }
  html:not(.no-js) [data-aos="slide-down"] {
    transform: translate3d(0, -100%, 0);
  }
  html:not(.no-js) [data-aos="slide-right"] {
    transform: translate3d(-100%, 0, 0);
  }
  html:not(.no-js) [data-aos="slide-left"] {
    transform: translate3d(100%, 0, 0);
  }
  html:not(.no-js) [data-aos^="flip"][data-aos^="flip"] {
    backface-visibility: hidden;
    transition-property: transform;
  }
  html:not(.no-js) [data-aos="flip-left"] {
    transform: perspective(2500px) rotateY(-100deg);
  }
  html:not(.no-js) [data-aos="flip-left"].aos-animate {
    transform: perspective(2500px) rotateY(0);
  }
  html:not(.no-js) [data-aos="flip-right"] {
    transform: perspective(2500px) rotateY(100deg);
  }
  html:not(.no-js) [data-aos="flip-right"].aos-animate {
    transform: perspective(2500px) rotateY(0);
  }
  html:not(.no-js) [data-aos="flip-up"] {
    transform: perspective(2500px) rotateX(-100deg);
  }
  html:not(.no-js) [data-aos="flip-up"].aos-animate {
    transform: perspective(2500px) rotateX(0);
  }
  html:not(.no-js) [data-aos="flip-down"] {
    transform: perspective(2500px) rotateX(100deg);
  }
  html:not(.no-js) [data-aos="flip-down"].aos-animate {
    transform: perspective(2500px) rotateX(0);
  }
}
/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.2;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1, .h1 {
  margin: 0.67em 0;
  font-size: 2em;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  overflow: visible;
  /* 2 */
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-size: 1em;
  /* 2 */
  font-family: monospace, monospace;
  /* 1 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-size: 1em;
  /* 2 */
  font-family: monospace, monospace;
  /* 1 */
}
/**
 * Add the correct font size in all browsers.
 */
small, .small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  margin: 0;
  /* 2 */
  font-size: 100%;
  /* 1 */
  font-family: inherit;
  /* 1 */
  line-height: 1.15;
  /* 1 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  display: table;
  /* 1 */
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 3 */
  max-width: 100%;
  /* 1 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 2 */
  -webkit-appearance: textfield;
  /* 1 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  font: inherit;
  /* 2 */
  -webkit-appearance: button;
  /* 1 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/**
 * Table of Contents:

 * 1.0 - link
 * 2.0 - link-color
 * 3.0 - link-underline
 */
/* 1.0 - link */
.home .jumbotron .swiper-slide .slide__button, .jumbotron__breadcrumbs a, .widget-posts__list .widget-post__h a, .home .section-one a, .home .section-four a, .archive .page-description a, .section-one a, .post-content a:not(.button), .page-content a:not(.button), .blog-post__h__link, .site-footer__widgets .menu li a, .site-footer__widgets .widgets-area p a, .site-footer__copy a, .woocommerce-form-coupon-toggle a, .single-prod-content .product_meta > span > span, .single-prod-content .product_meta > span > a {
  transition: background-size 0.35s ease 0s, color 0.35s ease 0.35s;
  background-image: linear-gradient(#111111, #111111);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: 0% 1px;
}
.home .jumbotron .swiper-slide .slide__button:hover, .jumbotron__breadcrumbs a:hover, .widget-posts__list .widget-post__h a:hover, .home .section-one a:hover, .home .section-four a:hover, .archive .page-description a:hover, .section-one a:hover, .post-content a:not(.button):hover, .page-content a:not(.button):hover, .blog-post__h__link:hover, .site-footer__widgets .menu li a:hover, .site-footer__widgets .widgets-area p a:hover, .site-footer__copy a:hover, .woocommerce-form-coupon-toggle a:hover, .single-prod-content .product_meta > span > span:hover, .single-prod-content .product_meta > span > a:hover {
  color: #111111;
  background-size: 100% 1px;
  background-position: 0 100%;
}
/* 1.1 - link-color */
.home .jumbotron .swiper-slide .slide__button, .jumbotron__breadcrumbs a, .widget-posts__list .widget-post__h a, .home .section-one a, .home .section-four a, .archive .page-description a, .section-one a, .post-content a:not(.button), .page-content a:not(.button), .blog-post__h__link, .site-footer__widgets .menu li a, .site-footer__widgets .widgets-area p a, .site-footer__copy a, .woocommerce-form-coupon-toggle a, .single-prod-content .product_meta > span > span, .single-prod-content .product_meta > span > a {
  color: currentColor;
  background-image: linear-gradient(currentColor, currentColor);
}
.home .jumbotron .swiper-slide .slide__button:hover, .jumbotron__breadcrumbs a:hover, .widget-posts__list .widget-post__h a:hover, .home .section-one a:hover, .home .section-four a:hover, .archive .page-description a:hover, .section-one a:hover, .post-content a:not(.button):hover, .page-content a:not(.button):hover, .blog-post__h__link:hover, .site-footer__widgets .menu li a:hover, .site-footer__widgets .widgets-area p a:hover, .site-footer__copy a:hover, .woocommerce-form-coupon-toggle a:hover, .single-prod-content .product_meta > span > span:hover, .single-prod-content .product_meta > span > a:hover {
  color: currentColor;
}
/* 3.0 - link-underline */
/**
 * Table of Contents:

 * 1.0 - swiper-box
 * 2.0 - swiper-slider
	* 2.1 - type-default
	* 2.2 - type-custom
	* 2.3 - type-post
	* 2.4 - type-product
	* 2.5 - grid
 * 3.0 - swiper-wrapper
 * 4.0 - swiper-slide
	* 4.1 - slide__container
	* 4.2 - slide__content
	* 4.3 - slide__sub-h
	* 4.4 - slide__h
	* 4.5 - slide__desc
	* 4.6 - slide__button
 * 5.0 - swiper-button
	* 5.1 - swiper-button-prev
	* 5.2 - swiper-button-next
 * 6.0 - swiper-scrollbar
 * 7.0 - swiper-pagination
 */
.slide__button-wrap {
  display: none;
}
@-webkit-keyframes fadeInUpPx {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    -moz-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
  }
}
@-moz-keyframes fadeInUpPx {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    -moz-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
  }
}
@keyframes fadeInUpPx {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    -moz-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
  }
}
.home .jumbotron .swiper {
  /* 1.0 - swiper-box */
  /* 2.0 - swiper-slider */
  /* 3.0 - swiper-wrapper */
  /* 4.0 - swiper-slide */
  /* 5.0 - swiper-button */
  /* 6.0 - swiper-scrollbar */
}
.home .jumbotron .swiper-box {
  position: relative;
}
.home .jumbotron .swiper-slider {
  /* 2.1 - type-default */
  /* 2.2 - type-custom */
  /* 2.3 - type-post */
  /* 2.4 - type-product */
  /* 2.5 - grid */
}
.home .jumbotron .swiper-slider.type-default:not(.grid) .slide {
  height: 900px;
}
@media only screen and (max-width: 767.98px) {
  .home .jumbotron .swiper-slider.type-default:not(.grid) .slide {
    height: 700px;
  }
}
.home .jumbotron .swiper-slider.type-custom:not(.grid) .slide {
  height: 750px;
}
@media only screen and (max-width: 767.98px) {
  .home .jumbotron .swiper-slider.type-custom:not(.grid) .slide {
    height: 450px;
  }
}
.home .jumbotron .swiper-slider.grid .swiper-wrapper {
  align-items: stretch !important;
}
.home .jumbotron .swiper-slider.grid .swiper-slide {
  display: flex;
  align-items: stretch;
  height: auto;
}
.home .jumbotron .swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}
.home .jumbotron .swiper-slide [class*="col-"] {
  padding: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.home .jumbotron .swiper-slide .slide {
  /* 4.1 - slide__container */
  /* 4.2 - slide__content */
  /* 4.3 - slide__sub-h */
  /* 4.4 - slide__h */
  /* 4.5 - slide__desc */
  /* 4.6 - slide__button */
}
.home .jumbotron .swiper-slide .slide__button-CTA .added_to_cart {
  display: none;
}
.home .jumbotron .swiper-slide .slide__button-CTA .button, .home .jumbotron .swiper-slide .slide__button-CTA #catapult-cookie-bar .ctcc-inner button#catapultCookie, #catapult-cookie-bar .ctcc-inner .home .jumbotron .swiper-slide .slide__button-CTA button#catapultCookie, .home .jumbotron .swiper-slide .slide__button-CTA .woocommerce-Reviews #review_form p.form-submit input[type="submit"], .woocommerce-Reviews #review_form p.form-submit .home .jumbotron .swiper-slide .slide__button-CTA input[type="submit"] {
  position: absolute;
  top: auto;
  right: 0;
  bottom: -255px;
  left: 0;
  margin: auto;
  width: fit-content;
  padding: 30px 50px;
  border-radius: 50px;
  background: transparent;
  color: #ffd900;
  border-color: #ffd900;
  box-shadow: 0 0 0 rgba(255, 217, 0, 0.4);
  animation: pulse 1.5s infinite;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 217, 0, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 15px rgba(255, 217, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 217, 0, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 217, 0, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 217, 0, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 15px rgba(255, 217, 0, 0);
    box-shadow: 0 0 0 15px rgba(255, 217, 0, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 217, 0, 0);
    box-shadow: 0 0 0 0 rgba(255, 217, 0, 0);
  }
}
.home .jumbotron .swiper-slide .slide__button-CTA .button:hover, .home .jumbotron .swiper-slide .slide__button-CTA #catapult-cookie-bar .ctcc-inner button#catapultCookie:hover, #catapult-cookie-bar .ctcc-inner .home .jumbotron .swiper-slide .slide__button-CTA button#catapultCookie:hover, .home .jumbotron .swiper-slide .slide__button-CTA .woocommerce-Reviews #review_form p.form-submit input[type="submit"]:hover, .woocommerce-Reviews #review_form p.form-submit .home .jumbotron .swiper-slide .slide__button-CTA input[type="submit"]:hover {
  background: #ffd900;
  color: #000;
  border-color: #ffd900;
  animation: none;
}
.home .jumbotron .swiper-slide .slide__container {
  text-align: start;
  position: relative;
  max-width: 1550px;
}
@media only screen and (min-width: 1200px) {
  .home .jumbotron .swiper-slide .slide__content {
    max-width: 55%;
  }
}
.home .jumbotron .swiper-slide .slide__section-right {
  position: absolute;
  top: 0;
  right: 100px;
  bottom: 0;
  left: auto;
  margin: auto 0;
  display: flex;
  align-items: center;
}
.home .jumbotron .swiper-slide .slide__sub-h {
  font-size: 16px;
  line-height: 48px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Montserrat";
  margin-bottom: 15px;
}
.home .jumbotron .swiper-slide .slide__h {
  font-size: 60px;
  line-height: 70px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Poppins";
  margin-bottom: 10px;
}
@media only screen and (max-width: 1200px) {
  .home .jumbotron .swiper-slide .slide__h {
    font-size: 35px;
    line-height: 40px;
  }
}
.home .jumbotron .swiper-slide .slide__h span {
  font-weight: extrabold;
  font-weight: 800;
}
.home .jumbotron .swiper-slide .slide__h span.yellow {
  color: #ffd900;
}
.home .jumbotron .swiper-slide .slide__desc {
  font-size: 20px;
  line-height: 48px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Montserrat";
  margin-bottom: 20px;
}
.home .jumbotron .swiper-slide .slide__button {
  font-size: 15px;
  letter-spacing: 2px;
  line-height: 15px;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "Poppins";
  position: relative;
  margin-left: 60px;
}
.home .jumbotron .swiper-slide .slide__button:hover {
  color: #ffd900;
}
.home .jumbotron .swiper-slide .slide__button:hover:before {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: -50px;
}
.home .jumbotron .swiper-slide .slide__button:before {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: -60px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("/wp-content/uploads/2022/10/slider__main-before_button.png");
  margin: auto 0;
  content: "";
  width: 36px;
  height: 16px;
  transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.home .jumbotron .swiper-slide .slide__button-CTA {
  transform: translateY(-50px);
}
.home .jumbotron .swiper-slide .slide__sub-h, .home .jumbotron .swiper-slide .slide__h, .home .jumbotron .swiper-slide .slide__desc, .home .jumbotron .swiper-slide .slide__button-wrap {
  opacity: 0;
}
.home .jumbotron .swiper-slide-active .slide__sub-h {
  -webkit-animation: 0.8s 0.9s fadeInUpPx both;
  -moz-animation: 0.8s 0.9s fadeInUpPx both;
  animation: 0.8s 0.9s fadeInUpPx both;
}
.home .jumbotron .swiper-slide-active .slide__h {
  -webkit-animation: 0.8s 0.8s fadeInUpPx both;
  -moz-animation: 0.8s 0.8s fadeInUpPx both;
  animation: 0.8s 0.8s fadeInUpPx both;
}
.home .jumbotron .swiper-slide-active .slide__desc {
  -webkit-animation: 0.8s 0.7s fadeInUpPx both;
  -moz-animation: 0.8s 0.7s fadeInUpPx both;
  animation: 0.8s 0.7s fadeInUpPx both;
}
.home .jumbotron .swiper-slide-active .slide__button-wrap {
  -webkit-animation: 0.8s 0.6s fadeInUpPx both;
  -moz-animation: 0.8s 0.6s fadeInUpPx both;
  animation: 0.8s 0.6s fadeInUpPx both;
}
.home .jumbotron .swiper-slide-active .slide__bootle-right {
  -webkit-animation: 0.8s 0.6s fadeInUpPx both;
  -moz-animation: 0.8s 0.6s fadeInUpPx both;
  animation: 0.8s 0.6s fadeInUpPx both;
}
@media only screen and (max-width: 1200px) {
  .home .jumbotron .swiper-slide-active .slide__bootle-right {
    display: none;
  }
}
.home .jumbotron .swiper-box .swiper-button {
  transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  background: transparent;
  padding: 4px;
  border: 2px solid #ffd900;
  border-radius: 100%;
  /* 5.1 - swiper-button-prev */
  /* 5.2 - swiper-button-next */
}
.home .jumbotron .swiper-box .swiper-button .svg-icon {
  width: 10px;
}
.home .jumbotron .swiper-box .swiper-button .svg-icon__path {
  fill: #fff;
}
.home .jumbotron .swiper-box .swiper-button-prev {
  left: 20px;
  transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  width: 50px;
  height: 50px;
}
.home .jumbotron .swiper-box .swiper-button-prev .svg-icon {
  margin-left: -3px;
}
@media only screen and (max-width: 1600px) {
  .home .jumbotron .swiper-box .swiper-button-prev {
    top: 95%;
  }
}
.home .jumbotron .swiper-box .swiper-button-prev:hover {
  left: 15px;
  background: #ffd900;
  border-color: #ffd900;
}
.home .jumbotron .swiper-box .swiper-button-prev:hover .svg-icon {
  margin-left: -3px;
}
.home .jumbotron .swiper-box .swiper-button-prev:hover .svg-icon__path {
  fill: #000;
}
.home .jumbotron .swiper-box .swiper-button-next {
  right: 20px;
  transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  width: 50px;
  height: 50px;
}
.home .jumbotron .swiper-box .swiper-button-next .svg-icon {
  margin-left: 3px;
}
@media only screen and (max-width: 1600px) {
  .home .jumbotron .swiper-box .swiper-button-next {
    top: 95%;
  }
}
.home .jumbotron .swiper-box .swiper-button-next:hover {
  right: 15px;
  background: #ffd900;
  border-color: #ffd900;
}
.home .jumbotron .swiper-box .swiper-button-next:hover .svg-icon {
  margin-left: 3px;
}
.home .jumbotron .swiper-box .swiper-button-next:hover .svg-icon__path {
  fill: #000;
}
.home .jumbotron .swiper-box .swiper-pagination {
  font-size: 0;
  left: 0;
  right: 0;
  bottom: 50px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 1200px) {
  .home .jumbotron .swiper-box .swiper-pagination {
    bottom: 20px;
  }
}
.home .jumbotron .swiper-box .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 5px;
  margin: 0 5px;
  border: 2px solid #ffd900;
  opacity: 0.3;
  transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  background: transparent;
  border-radius: 100%;
}
.home .jumbotron .swiper-box .swiper-pagination-bullet-active {
  opacity: 1;
  border: 3px solid #ffd900;
  background: #ffd900;
}
.swiper {
  /* 1.0 - swiper-box */
  /* 2.0 - swiper-slider */
  /* 3.0 - swiper-wrapper */
  /* 4.0 - swiper-slide */
  /* 5.0 - swiper-button */
  /* 6.0 - swiper-scrollbar */
  /* 7.0 - swiper-pagination */
}
.swiper-box {
  position: relative;
}
.swiper-slider {
  /* 2.1 - type-default */
  /* 2.2 - type-custom */
  /* 2.3 - type-post */
  /* 2.4 - type-product */
  /* 2.5 - grid */
}
.swiper-slider.type-default:not(.grid) .slide {
  height: 1000px;
}
@media only screen and (max-width: 767.98px) {
  .swiper-slider.type-default:not(.grid) .slide {
    height: 900px;
  }
}
.swiper-slider.type-custom:not(.grid) .slide {
  height: 750px;
}
@media only screen and (max-width: 767.98px) {
  .swiper-slider.type-custom:not(.grid) .slide {
    height: 450px;
  }
}
.swiper-slider.grid .swiper-wrapper {
  align-items: stretch !important;
}
.swiper-slider.grid .swiper-slide {
  display: flex;
  align-items: stretch;
  height: auto;
}
.swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}
.swiper-slide [class*="col-"] {
  padding: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.swiper-slide .slide {
  /* 4.1 - slide__container */
  /* 4.2 - slide__content */
  /* 4.3 - slide__sub-h */
  /* 4.4 - slide__h */
  /* 4.5 - slide__desc */
  /* 4.6 - slide__button */
}
.swiper-slide .slide__container {
  text-align: start;
}
.swiper-slide .slide__sub-h, .swiper-slide .slide__h, .swiper-slide .slide__desc, .swiper-slide .slide__button-wrap {
  opacity: 0;
}
.swiper-slide-active .slide__sub-h {
  -webkit-animation: 0.8s 0.9s fadeInUpPx both;
  -moz-animation: 0.8s 0.9s fadeInUpPx both;
  animation: 0.8s 0.9s fadeInUpPx both;
}
.swiper-slide-active .slide__h {
  -webkit-animation: 0.8s 0.8s fadeInUpPx both;
  -moz-animation: 0.8s 0.8s fadeInUpPx both;
  animation: 0.8s 0.8s fadeInUpPx both;
}
.swiper-slide-active .slide__desc {
  -webkit-animation: 0.8s 0.7s fadeInUpPx both;
  -moz-animation: 0.8s 0.7s fadeInUpPx both;
  animation: 0.8s 0.7s fadeInUpPx both;
}
.swiper-slide-active .slide__button-wrap {
  -webkit-animation: 0.8s 0.6s fadeInUpPx both;
  -moz-animation: 0.8s 0.6s fadeInUpPx both;
  animation: 0.8s 0.6s fadeInUpPx both;
}
.swiper-box .swiper-button {
  /* 5.1 - swiper-button-prev */
  /* 5.2 - swiper-button-next */
}
.swiper-box .swiper-pagination {
  font-size: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/**
 * Global
 */
/**
  * Header
  */
/**
  * Content
  */
/* Std List */
/* Buttons */
/* Form */
/**
  * Thumbnail Hover
  */
/**
  * Woocommerce
  */
/**
  * Woocommerce | Archive
  */
/**
  * Woocommerce | Single
  */
/**
 * Table of Contents:

 * 1.0  - container
 * 2.0  - content
 * 3.0  - data-aos
 * 4.0  - reset css
 * 5.0  - img
 * 6.0  - full__width
	* 6.1 - full__left
	* 6.2 - full__right
 * 7.0  - form search
 * 8.0  - gallery
 * 9.0  - thumbnail hover
 * 10.0 - pagination
 * 11.0 - woocommerce-pagination
 * 12.0 - margins & paddings
 * 13.0 - modal
 * 14.0 - catapult-cookie-bar
 * 15.0 - keyframes
 * 16.0 - accordion
 */
::-webkit-scrollbar {
  width: 15px;
}
::-webkit-scrollbar-thumb {
  background: #ffd900;
}
::-webkit-scrollbar-thumb:hover {
  transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  background: #ccae00;
}
.fab {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  z-index: 70;
}
.fab:hover .pulse {
  border-color: #22ed28;
}
.fab__button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffd900;
  cursor: pointer;
  color: #ffffff;
  border: 0;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  z-index: 2;
  box-shadow: 0px 6px 14px 0px rgba(0, 0, 0, 0.3);
  transition: background-color 300ms ease;
}
.fab__button:hover {
  background-color: #22ed28;
}
.fab__button .lp-icon {
  font-size: 36px;
}
.fab .pulse-rings {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fab .pulse {
  position: absolute;
  border-radius: 50%;
  z-index: 1;
  opacity: 0;
  border-color: #ffd900;
  border-style: solid;
  transition: background-color 300ms ease;
}
.fab .pulse-1 {
  height: 54px;
  width: 54px;
  border-width: 3px;
  animation: 1.5s ease-out 0s infinite pulsate;
}
.fab .pulse-2 {
  height: 64px;
  width: 64px;
  border-width: 2px;
  animation: 1.5s ease-out 0s infinite pulsate;
}
.fab .pulse-3 {
  height: 74px;
  width: 74px;
  border-width: 1px;
  animation: 1.5s ease-out 0s infinite pulsate;
}
@-webkit-keyframes pulsate {
  0% {
    transform: scale(1, 1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
#wrapper {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("/wp-content/themes/dotspice/images/wrapper__bg-pattern.jpg");
      background-image: image-set(
        url('/wp-content/themes/dotspice/images/wrapper__bg-pattern.avif') type('image/avif'),
        url('/wp-content/themes/dotspice/images/wrapper__bg-pattern.webp') type('image/webp'),
        url('/wp-content/themes/dotspice/images/wrapper__bg-pattern.jpg') type('image/jpeg')
    );
  background-repeat: repeat;
  background-size: auto;
}
/* 1.0  - container */
.container {
  max-width: 1200px;
}
.container .container {
  padding-left: 0;
  padding-right: 0;
}
.container.large {
  max-width: 1920px;
}
/* 2.0  - content */
.content {
  padding: 80px 0 80px;
}
.content.front-content {
  padding: 0;
}
/* 3.0  - data-aos */
@media only screen and (max-width: 767.98px) {
  [data-aos] {
    opacity: 1 !important;
    transform: none !important;
    transition-delay: 0s !important;
  }
}
.row.nc-2 > [data-aos]:not([data-aos-delay]):nth-child(2n + 1), .row.columns-2 > [data-aos]:not([data-aos-delay]):nth-child(2n + 1) {
  transition-delay: 0.1s;
}
.row.nc-2 > [data-aos]:not([data-aos-delay]):nth-child(2n + 2), .row.columns-2 > [data-aos]:not([data-aos-delay]):nth-child(2n + 2) {
  transition-delay: 0.2s;
}
.row.nc-3 > [data-aos]:not([data-aos-delay]):nth-child(3n + 1), .row.columns-3 > [data-aos]:not([data-aos-delay]):nth-child(3n + 1) {
  transition-delay: 0.1s;
}
.row.nc-3 > [data-aos]:not([data-aos-delay]):nth-child(3n + 2), .row.columns-3 > [data-aos]:not([data-aos-delay]):nth-child(3n + 2) {
  transition-delay: 0.2s;
}
.row.nc-3 > [data-aos]:not([data-aos-delay]):nth-child(3n + 3), .row.columns-3 > [data-aos]:not([data-aos-delay]):nth-child(3n + 3) {
  transition-delay: 0.3s;
}
.row.nc-4 > [data-aos]:not([data-aos-delay]):nth-child(4n + 1), .row.columns-4 > [data-aos]:not([data-aos-delay]):nth-child(4n + 1) {
  transition-delay: 0.1s;
}
.row.nc-4 > [data-aos]:not([data-aos-delay]):nth-child(4n + 2), .row.columns-4 > [data-aos]:not([data-aos-delay]):nth-child(4n + 2) {
  transition-delay: 0.2s;
}
.row.nc-4 > [data-aos]:not([data-aos-delay]):nth-child(4n + 3), .row.columns-4 > [data-aos]:not([data-aos-delay]):nth-child(4n + 3) {
  transition-delay: 0.3s;
}
.row.nc-4 > [data-aos]:not([data-aos-delay]):nth-child(4n + 4), .row.columns-4 > [data-aos]:not([data-aos-delay]):nth-child(4n + 4) {
  transition-delay: 0.4s;
}
.row.nc-5 > [data-aos]:not([data-aos-delay]):nth-child(5n + 1), .row.columns-5 > [data-aos]:not([data-aos-delay]):nth-child(5n + 1) {
  transition-delay: 0.1s;
}
.row.nc-5 > [data-aos]:not([data-aos-delay]):nth-child(5n + 2), .row.columns-5 > [data-aos]:not([data-aos-delay]):nth-child(5n + 2) {
  transition-delay: 0.2s;
}
.row.nc-5 > [data-aos]:not([data-aos-delay]):nth-child(5n + 3), .row.columns-5 > [data-aos]:not([data-aos-delay]):nth-child(5n + 3) {
  transition-delay: 0.3s;
}
.row.nc-5 > [data-aos]:not([data-aos-delay]):nth-child(5n + 4), .row.columns-5 > [data-aos]:not([data-aos-delay]):nth-child(5n + 4) {
  transition-delay: 0.4s;
}
.row.nc-5 > [data-aos]:not([data-aos-delay]):nth-child(5n + 5), .row.columns-5 > [data-aos]:not([data-aos-delay]):nth-child(5n + 5) {
  transition-delay: 0.5s;
}
/* 4.0  - reset css */
.screen-reader-text {
  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 !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}
:focus, *:focus {
  outline: none !important;
}
::-moz-selection {
  background: #ffd900;
  color: #fff;
}
::selection {
  background: #ffd900;
  color: #fff;
}
body {
  overflow-x: hidden;
  max-width: 100vw;
  margin: 0 auto;
}
html {
  max-width: 100vw;
  margin: 0 auto;
}
@media only screen and (max-width: 1199.98px) {
  html {
    overflow-x: hidden;
  }
}
p:empty {
  display: none;
}
.clear {
  clear: both;
}
.col-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.col-flex--center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.col-flex--bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
/* 5.0  - img */
img {
  max-width: 100%;
  height: auto;
}
img.alignnone {
  margin: 30px 0;
}
img.alignleft {
  float: left;
  margin: 30px 30px 30px 0;
}
@media only screen and (max-width: 767.98px) {
  img.alignleft {
    margin: 30px auto;
    float: none;
  }
}
img.alignright {
  float: right;
  margin: 30px 0 30px 30px;
}
img.aligncenter {
  display: block;
  margin: 30px auto;
}
img.alignnone:first-child, img.alignleft:first-child, img.alignright:first-child, img.aligncenter:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 767.98px) {
  img.alignnone, img.alignleft, img.alignright, img.aligncenter {
    margin: 30px auto;
    float: none;
  }
}
/* 6.0  - full__width */
.full {
  /* 6.1 - full__left */
  /* 6.2 - full__right */
}
.full__width {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 100vw;
}
@media (min-width: 100vw) {
  .full__width {
    margin-left: calc((100vw * (-0.5)) + 50%);
    margin-right: calc((100vw * (-0.5)) + 50%);
  }
}
.full__left [class^="col-"]:first-child {
  width: calc(100vw / 2);
  flex: 0 0 calc(100vw / 2);
  max-width: calc(100vw / 2);
  margin-left: calc((100vw * (-0.5)) + 50%);
  padding-left: 0;
  text-align: right;
}
@media only screen and (max-width: 767.98px) {
  .full__left [class^="col-"]:first-child {
    padding-left: 15px;
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.full__right [class^="col-"]:last-child {
  width: calc(100vw / 2);
  flex: 0 0 calc(100vw / 2);
  max-width: calc(100vw / 2);
  margin-right: calc((100vw * (-0.5)) + 50%);
  padding-right: 0;
}
@media only screen and (max-width: 767.98px) {
  .full__right [class^="col-"]:last-child {
    padding-right: 15px;
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/* 7.0  - form search */
form[role=search] {
  position: relative;
}
form[role=search] input[type=search] {
  padding-right: 44px;
}
form[role=search] button, form[role=search] input[type=submit] {
  border: 0;
  background: transparent;
  color: #aaa;
  padding: 0 14px;
  font-size: 13px;
  line-height: 1;
  border-radius: 0;
  letter-spacing: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
}
form[role=search] button:hover, form[role=search] input[type=submit]:hover {
  color: #333;
}
form[role=search] .svg-icon__path {
  stroke: #aaa;
}
form[role=search] .svg-icon:hover .svg-icon__path {
  stroke: #333;
}
/* 8.0  - gallery */
.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 30px -15px 20px;
}
@media only screen and (max-width: 575.98px) {
  .gallery {
    margin: -7.5px;
  }
}
.gallery-item {
  margin: 0;
  padding: 15px;
}
@media only screen and (max-width: 575.98px) {
  .gallery-item {
    padding: 7.5px;
  }
}
.gallery-item a, .gallery-item img, .gallery-item picture {
  width: 100%;
  display: block;
}
.gallery.gallery-columns-6 > .gallery-item {
  -ms-flex: 0 0 16.6666666%;
  flex: 0 0 16.6666666%;
  max-width: 16.6666666%;
}
@media only screen and (max-width: 1199.98px) {
  .gallery.gallery-columns-6 > .gallery-item {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media only screen and (max-width: 991.98px) {
  .gallery.gallery-columns-6 > .gallery-item {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media only screen and (max-width: 767.98px) {
  .gallery.gallery-columns-6 > .gallery-item {
    -ms-flex: 0 0 33.3333333%;
    flex: 0 0 33.3333333%;
    max-width: 33.3333333%;
  }
}
@media only screen and (max-width: 575.98px) {
  .gallery.gallery-columns-6 > .gallery-item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.gallery.gallery-columns-5 > .gallery-item {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media only screen and (max-width: 991.98px) {
  .gallery.gallery-columns-5 > .gallery-item {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media only screen and (max-width: 767.98px) {
  .gallery.gallery-columns-5 > .gallery-item {
    -ms-flex: 0 0 33.3333333%;
    flex: 0 0 33.3333333%;
    max-width: 33.3333333%;
  }
}
@media only screen and (max-width: 575.98px) {
  .gallery.gallery-columns-5 > .gallery-item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.gallery.gallery-columns-4 > .gallery-item {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
@media only screen and (max-width: 991.98px) {
  .gallery.gallery-columns-4 > .gallery-item {
    -ms-flex: 0 0 33.3333333%;
    flex: 0 0 33.3333333%;
    max-width: 33.3333333%;
  }
}
@media only screen and (max-width: 767.98px) {
  .gallery.gallery-columns-4 > .gallery-item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.gallery.gallery-columns-3 > .gallery-item {
  -ms-flex: 0 0 33.3333333%;
  flex: 0 0 33.3333333%;
  max-width: 33.3333333%;
}
@media only screen and (max-width: 767.98px) {
  .gallery.gallery-columns-3 > .gallery-item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.gallery.gallery-columns-2 > .gallery-item {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.gallery.gallery-columns-1 > .gallery-item {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
/* 9.0  - thumbnail hover */
.gallery .gallery-item .gallery-icon > a, .product-col .product-box-img, .product-box > a:not(.product-box__link), .woocommerce-product-gallery__image > a, .blog-post__img__link {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 9;
}
.gallery .gallery-item .gallery-icon > a:before, .product-col .product-box-img:before, .product-box > a:not(.product-box__link):before, .woocommerce-product-gallery__image > a:before, .blog-post__img__link:before {
  content: "";
  background: #000;
  opacity: 0;
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.gallery .gallery-item .gallery-icon > a:after, .product-col .product-box-img:after, .product-box > a:not(.product-box__link):after, .woocommerce-product-gallery__image > a:after, .blog-post__img__link:after {
  z-index: 3;
  width: 40px;
  height: 40px;
  background-color: #ffd900;
  text-align: center;
  line-height: 38px;
  border: 1px solid #ffd900;
  border-radius: 50%;
  opacity: 0;
  margin-top: -40px;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.gallery .gallery-item .gallery-icon > a:hover:before, .product-col .product-box-img:hover:before, .product-box > a:not(.product-box__link):hover:before, .woocommerce-product-gallery__image > a:hover:before, .blog-post__img__link:hover:before {
  opacity: 0.5;
}
.gallery .gallery-item .gallery-icon > a:hover:after, .product-col .product-box-img:hover:after, .product-box > a:not(.product-box__link):hover:after, .woocommerce-product-gallery__image > a:hover:after, .blog-post__img__link:hover:after {
  margin-top: 0;
  opacity: 1;
}
.slb_details {
  display: none;
}
/* 10.0 - pagination */
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 25px;
}
.pagination a, .pagination span {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: black;
  margin-left: -1px;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
  -o-border-image: initial;
  border-image: initial;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.pagination a:hover, .pagination a.current, .pagination span:hover, .pagination span.current {
  color: white;
  background: black;
  border-color: black;
  text-decoration: none;
}
/* 11.0 - woocommerce-pagination */
nav.woocommerce-pagination {
  margin-top: 25px;
}
nav.woocommerce-pagination ul.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  padding: 0;
}
nav.woocommerce-pagination ul.page-numbers a, nav.woocommerce-pagination ul.page-numbers span {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: black;
  margin-left: -1px;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
  -o-border-image: initial;
  border-image: initial;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
nav.woocommerce-pagination ul.page-numbers a:hover, nav.woocommerce-pagination ul.page-numbers a.current, nav.woocommerce-pagination ul.page-numbers span:hover, nav.woocommerce-pagination ul.page-numbers span.current {
  color: white;
  background: black;
  border-color: black;
  text-decoration: none;
}
a.prev.page-numbers, a.next.page-numbers {
  padding-bottom: 2px;
}
/* 12.0 - margins & paddings */
.mb-100 {
  margin-bottom: 100px !important;
}
.mb-n100 {
  margin-bottom: -100px !important;
}
.mt-100 {
  margin-top: 100px !important;
}
.mt-n100 {
  margin-top: -100px !important;
}
.pb-100 {
  padding-bottom: 100px !important;
}
.pb-n100 {
  padding-bottom: -100px !important;
}
.pt-100 {
  padding-top: 100px !important;
}
.pt-n100 {
  padding-top: -100px !important;
}
.mb-95 {
  margin-bottom: 95px !important;
}
.mb-n95 {
  margin-bottom: -95px !important;
}
.mt-95 {
  margin-top: 95px !important;
}
.mt-n95 {
  margin-top: -95px !important;
}
.pb-95 {
  padding-bottom: 95px !important;
}
.pb-n95 {
  padding-bottom: -95px !important;
}
.pt-95 {
  padding-top: 95px !important;
}
.pt-n95 {
  padding-top: -95px !important;
}
.mb-90 {
  margin-bottom: 90px !important;
}
.mb-n90 {
  margin-bottom: -90px !important;
}
.mt-90 {
  margin-top: 90px !important;
}
.mt-n90 {
  margin-top: -90px !important;
}
.pb-90 {
  padding-bottom: 90px !important;
}
.pb-n90 {
  padding-bottom: -90px !important;
}
.pt-90 {
  padding-top: 90px !important;
}
.pt-n90 {
  padding-top: -90px !important;
}
.mb-85 {
  margin-bottom: 85px !important;
}
.mb-n85 {
  margin-bottom: -85px !important;
}
.mt-85 {
  margin-top: 85px !important;
}
.mt-n85 {
  margin-top: -85px !important;
}
.pb-85 {
  padding-bottom: 85px !important;
}
.pb-n85 {
  padding-bottom: -85px !important;
}
.pt-85 {
  padding-top: 85px !important;
}
.pt-n85 {
  padding-top: -85px !important;
}
.mb-80 {
  margin-bottom: 80px !important;
}
.mb-n80 {
  margin-bottom: -80px !important;
}
.mt-80 {
  margin-top: 80px !important;
}
.mt-n80 {
  margin-top: -80px !important;
}
.pb-80 {
  padding-bottom: 80px !important;
}
.pb-n80 {
  padding-bottom: -80px !important;
}
.pt-80 {
  padding-top: 80px !important;
}
.pt-n80 {
  padding-top: -80px !important;
}
.mb-75 {
  margin-bottom: 75px !important;
}
.mb-n75 {
  margin-bottom: -75px !important;
}
.mt-75 {
  margin-top: 75px !important;
}
.mt-n75 {
  margin-top: -75px !important;
}
.pb-75 {
  padding-bottom: 75px !important;
}
.pb-n75 {
  padding-bottom: -75px !important;
}
.pt-75 {
  padding-top: 75px !important;
}
.pt-n75 {
  padding-top: -75px !important;
}
.mb-70 {
  margin-bottom: 70px !important;
}
.mb-n70 {
  margin-bottom: -70px !important;
}
.mt-70 {
  margin-top: 70px !important;
}
.mt-n70 {
  margin-top: -70px !important;
}
.pb-70 {
  padding-bottom: 70px !important;
}
.pb-n70 {
  padding-bottom: -70px !important;
}
.pt-70 {
  padding-top: 70px !important;
}
.pt-n70 {
  padding-top: -70px !important;
}
.mb-65 {
  margin-bottom: 65px !important;
}
.mb-n65 {
  margin-bottom: -65px !important;
}
.mt-65 {
  margin-top: 65px !important;
}
.mt-n65 {
  margin-top: -65px !important;
}
.pb-65 {
  padding-bottom: 65px !important;
}
.pb-n65 {
  padding-bottom: -65px !important;
}
.pt-65 {
  padding-top: 65px !important;
}
.pt-n65 {
  padding-top: -65px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.mb-n60 {
  margin-bottom: -60px !important;
}
.mt-60 {
  margin-top: 60px !important;
}
.mt-n60 {
  margin-top: -60px !important;
}
.pb-60 {
  padding-bottom: 60px !important;
}
.pb-n60 {
  padding-bottom: -60px !important;
}
.pt-60 {
  padding-top: 60px !important;
}
.pt-n60 {
  padding-top: -60px !important;
}
.mb-55 {
  margin-bottom: 55px !important;
}
.mb-n55 {
  margin-bottom: -55px !important;
}
.mt-55 {
  margin-top: 55px !important;
}
.mt-n55 {
  margin-top: -55px !important;
}
.pb-55 {
  padding-bottom: 55px !important;
}
.pb-n55 {
  padding-bottom: -55px !important;
}
.pt-55 {
  padding-top: 55px !important;
}
.pt-n55 {
  padding-top: -55px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.mb-n50 {
  margin-bottom: -50px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mt-n50 {
  margin-top: -50px !important;
}
.pb-50 {
  padding-bottom: 50px !important;
}
.pb-n50 {
  padding-bottom: -50px !important;
}
.pt-50 {
  padding-top: 50px !important;
}
.pt-n50 {
  padding-top: -50px !important;
}
.mb-45 {
  margin-bottom: 45px !important;
}
.mb-n45 {
  margin-bottom: -45px !important;
}
.mt-45 {
  margin-top: 45px !important;
}
.mt-n45 {
  margin-top: -45px !important;
}
.pb-45 {
  padding-bottom: 45px !important;
}
.pb-n45 {
  padding-bottom: -45px !important;
}
.pt-45 {
  padding-top: 45px !important;
}
.pt-n45 {
  padding-top: -45px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-n40 {
  margin-bottom: -40px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mt-n40 {
  margin-top: -40px !important;
}
.pb-40 {
  padding-bottom: 40px !important;
}
.pb-n40 {
  padding-bottom: -40px !important;
}
.pt-40 {
  padding-top: 40px !important;
}
.pt-n40 {
  padding-top: -40px !important;
}
.mb-35 {
  margin-bottom: 35px !important;
}
.mb-n35 {
  margin-bottom: -35px !important;
}
.mt-35 {
  margin-top: 35px !important;
}
.mt-n35 {
  margin-top: -35px !important;
}
.pb-35 {
  padding-bottom: 35px !important;
}
.pb-n35 {
  padding-bottom: -35px !important;
}
.pt-35 {
  padding-top: 35px !important;
}
.pt-n35 {
  padding-top: -35px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-n30 {
  margin-bottom: -30px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-n30 {
  margin-top: -30px !important;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.pb-n30 {
  padding-bottom: -30px !important;
}
.pt-30 {
  padding-top: 30px !important;
}
.pt-n30 {
  padding-top: -30px !important;
}
.mb-25 {
  margin-bottom: 25px !important;
}
.mb-n25 {
  margin-bottom: -25px !important;
}
.mt-25 {
  margin-top: 25px !important;
}
.mt-n25 {
  margin-top: -25px !important;
}
.pb-25 {
  padding-bottom: 25px !important;
}
.pb-n25 {
  padding-bottom: -25px !important;
}
.pt-25 {
  padding-top: 25px !important;
}
.pt-n25 {
  padding-top: -25px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-n20 {
  margin-bottom: -20px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-n20 {
  margin-top: -20px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.pb-n20 {
  padding-bottom: -20px !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.pt-n20 {
  padding-top: -20px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.mb-n15 {
  margin-bottom: -15px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mt-n15 {
  margin-top: -15px !important;
}
.pb-15 {
  padding-bottom: 15px !important;
}
.pb-n15 {
  padding-bottom: -15px !important;
}
.pt-15 {
  padding-top: 15px !important;
}
.pt-n15 {
  padding-top: -15px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-n10 {
  margin-bottom: -10px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-n10 {
  margin-top: -10px !important;
}
.pb-10 {
  padding-bottom: 10px !important;
}
.pb-n10 {
  padding-bottom: -10px !important;
}
.pt-10 {
  padding-top: 10px !important;
}
.pt-n10 {
  padding-top: -10px !important;
}
.mb-5 {
  margin-bottom: 5px !important;
}
.mb-n5 {
  margin-bottom: -5px !important;
}
.mt-5 {
  margin-top: 5px !important;
}
.mt-n5 {
  margin-top: -5px !important;
}
.pb-5 {
  padding-bottom: 5px !important;
}
.pb-n5 {
  padding-bottom: -5px !important;
}
.pt-5 {
  padding-top: 5px !important;
}
.pt-n5 {
  padding-top: -5px !important;
}
.mb-0 {
  margin-bottom: 0px !important;
}
.mb-n0 {
  margin-bottom: -0px !important;
}
.mt-0 {
  margin-top: 0px !important;
}
.mt-n0 {
  margin-top: -0px !important;
}
.pb-0 {
  padding-bottom: 0px !important;
}
.pb-n0 {
  padding-bottom: -0px !important;
}
.pt-0 {
  padding-top: 0px !important;
}
.pt-n0 {
  padding-top: -0px !important;
}
.margin-0 {
  margin: 0 !important;
}
.padding-0 {
  padding: 0 !important;
}
/* 13.0 - modal */
.modal-header {
  padding: 15px 20px;
}
.modal-header h1, .modal-header .h1, .modal-header h2, .modal-header .h2, .modal-header h3, .modal-header .h3, .modal-header h4, .modal-header .h4, .modal-header .h {
  margin-top: 0;
}
.modal-header .close {
  padding: 10px 20px;
  margin-top: 0;
}
.modal-header .close:hover {
  color: #ffd900;
  background: transparent;
}
.modal-body {
  padding: 20px;
}
/* 14.0 - catapult-cookie-bar */
#catapult-cookie-bar {
  color: #ddd;
  background-color: #464646;
  box-sizing: border-box;
  padding: 15px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  overflow: hidden;
  transform: translateY(100%);
  -webkit-transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
#catapult-cookie-bar .ctcc-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767.98px) {
  #catapult-cookie-bar .ctcc-inner {
    text-align: center;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) {
  #catapult-cookie-bar .ctcc-inner .ctcc-left-side {
    margin-right: 15px;
  }
}
#catapult-cookie-bar .ctcc-inner .ctcc-left-side a {
  color: inherit;
  -webkit-transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
#catapult-cookie-bar .ctcc-inner .ctcc-left-side a:hover {
  opacity: 0.65;
}
#catapult-cookie-bar .ctcc-inner button#catapultCookie {
  padding: 7px 10px !important;
}
@media only screen and (max-width: 767.98px) {
  #catapult-cookie-bar .ctcc-inner button#catapultCookie {
    margin: 15px 0 0;
  }
}
.has-cookie-bar #catapult-cookie-bar {
  transform: translateY(0);
}
/* 15.0 - keyframes */
@-webkit-keyframes loading {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-moz-keyframes loading {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes loading {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* 16.0 - accordion */
.accordion-collapse {
  transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.accordion-header {
  margin-top: 0;
}
/**
 * Global
 */
/**
  * Header
  */
/**
  * Content
  */
/* Std List */
/* Buttons */
/* Form */
/**
  * Thumbnail Hover
  */
/**
  * Woocommerce
  */
/**
  * Woocommerce | Archive
  */
/**
  * Woocommerce | Single
  */
/**
 * Table of Contents:

 * 1.0 - global
 * 2.0 - ul | ol
 * 3.0 - svg-icon
 */
/* 1.0 - global */
body, .p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #cccccc;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}
p, .p, ol, ul {
  margin: 0 0 20px;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .h {
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  line-height: 1.2;
  color: #000;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  margin: 40px 0 20px;
  margin-top: 0;
}
@media only screen and (max-width: 767.98px) {
  h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .h {
    font-size: 20px;
    letter-spacing: 0;
    margin: 40px 0 20px;
  }
}
a {
  color: #ffd900;
  text-decoration: none;
  -webkit-transition: color 0.35s;
  -moz-transition: color 0.35s;
  transition: color 0.35s;
}
a:hover {
  color: #111111;
  text-decoration: none;
}
/* 2.0 - ul | ol */
.std-list ul, .std-list ol, .page-content ul, .page-content ol, .post-content ul, .post-content ol {
  list-style: none;
  padding: 0;
  margin-top: 0;
}
.std-list ul li, .std-list ol li, .page-content ul li, .page-content ol li, .post-content ul li, .post-content ol li {
  padding-left: 25px;
  position: relative;
}
.std-list ul li:before, .std-list ol li:before, .page-content ul li:before, .page-content ol li:before, .post-content ul li:before, .post-content ol li:before {
  position: absolute;
  content: "";
  left: 0px;
}
.std-list ul > li:before, .page-content ul > li:before, .post-content ul > li:before {
  top: 4px;
  width: 16px;
  height: 16px;
}
.std-list ol, .page-content ol, .post-content ol {
  counter-reset: item;
}
.std-list ol > li, .page-content ol > li, .post-content ol > li {
  counter-increment: item;
}
.std-list ol > li:before, .page-content ol > li:before, .post-content ol > li:before {
  top: auto;
  background: none !important;
  color: #ffd900;
  content: counter(item) ". ";
  /*
				01     | content: counter(item, decimal-leading-zero) '. ';
				1.2.3. | content: counters(item, '.') '. ';
				*/
}
.std-list ol[type="a"] li, .page-content ol[type="a"] li, .post-content ol[type="a"] li {
  counter-increment: chapter;
}
.std-list ol[type="a"] li:before, .page-content ol[type="a"] li:before, .post-content ol[type="a"] li:before {
  content: counter(chapter, lower-alpha) ". ";
}
/* 3.0 - svg-icon */
.svg-icon {
  width: 20px;
  stroke-width: 0px;
  stroke-linejoin: round;
  stroke-linecap: round;
}
.svg-icon__path {
  fill: currentColor;
}
.svg-icon[width] {
  width: auto;
}
/**
 * Global
 */
/**
  * Header
  */
/**
  * Content
  */
/* Std List */
/* Buttons */
/* Form */
/**
  * Thumbnail Hover
  */
/**
  * Woocommerce
  */
/**
  * Woocommerce | Archive
  */
/**
  * Woocommerce | Single
  */
/**
 * Table of Contents:

 * 1.0 - button
 * 2.0 - button--reverse
 */
/* 1.0 - button */
.button, #catapult-cookie-bar .ctcc-inner button#catapultCookie, .woocommerce-Reviews #review_form p.form-submit input[type="submit"] {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 15px;
  color: #fff;
  font-weight: 700;
  padding: 15px 28px;
  border: 2px solid #ffd900;
  border-radius: 30px;
  background: #ffd900;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;
  /* 2.0 - reverse */
}
.button:hover, #catapult-cookie-bar .ctcc-inner button#catapultCookie:hover, .woocommerce-Reviews #review_form p.form-submit input[type="submit"]:hover {
  color: #fff;
  border-color: #111111;
  background: #111111;
  text-decoration: none;
}
.button:disabled, #catapult-cookie-bar .ctcc-inner button#catapultCookie:disabled, .woocommerce-Reviews #review_form p.form-submit input[type="submit"]:disabled, .button[disabled], #catapult-cookie-bar .ctcc-inner button#catapultCookie[disabled], .woocommerce-Reviews #review_form p.form-submit input[type="submit"][disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}
.button--reverse {
  color: #fff;
  border-color: #111111;
  background: #111111;
}
.button--reverse:hover {
  color: #fff;
  border: 2px solid #ffd900;
  background: #ffd900;
}
.button--3 {
  color: #fff;
  border-color: #ff5400;
  background: #ff5400;
  width: 100%;
}
.button--3:hover {
  color: #fff;
  border: 2px solid #ffd900;
  background: #ffd900;
}
.button-2 {
  background: #ffd900;
  color: #000 !important;
  padding: 14px 35px;
  border-radius: 40px;
  font-weight: 700;
  margin-left: 0px !important;
  margin-top: 20px !important;
  display: inline-block;
  font-family: "Montserrat", sans-serif !important;
  border: 2px solid #ffd900;
  transition: ease-in-out 0.3s !important;
}
.button-2:hover {
  background: transparent;
  color: #fff !important;
}
.button-2:before {
  display: none;
}
/**
 * Global
 */
/**
  * Header
  */
/**
  * Content
  */
/* Std List */
/* Buttons */
/* Form */
/**
  * Thumbnail Hover
  */
/**
  * Woocommerce
  */
/**
  * Woocommerce | Archive
  */
/**
  * Woocommerce | Single
  */
/**
 * Table of Contents:

 * 1.0 - before-header
 * 2.0 - site-header
 * 3.0 - navbar
	* 3.1 - navbar-brand
	* 3.2 - navbar-nav
		* 3.2.1 - navbar-nav__menu
		* 3.2.2 - nav-item lvl 1
		* 3.2.3 - dropdown-menu
		* 3.2.4 - nav-item lvl 2
		* 3.2.5 - nav-item lvl n
	* 3.3 - navbar-btns
	* 3.4 - navbar-btn
		* 3.4.1 - navbar-btn__wrap
		* 3.4.2 - navbar-btn__content
		* 3.4.3 - navbar-btn__menu
	* 3.5 - navbar-overlay
 * 4.0 - navbar-nav-mobile
	* 4.1 - navbar-nav__menu
	* 4.2 - nav-item lvl 1
	* 4.3 - dropdown-menu
	* 4.4 - nav-item lvl n
*/
/* 1.0 - before-header */
.before-header {
  padding: 10px;
  text-align: center;
  background: #ffd900;
  font-weight: 700;
}
@media only screen and (max-width: 767.98px) {
  .before-header {
    display: none;
  }
}
.before-header a {
  color: #000;
}
.before-header a:hover {
  color: #fff;
}
.before-header svg {
  color: #000;
}
/* 2.0 - site-header */
.site-header {
  position: relative;
  background: transparent;
  z-index: 50;
  right: 0;
  left: 0;
}
@media only screen and (min-width: 1200px) {
  .site-header {
    margin-top: 20px;
  }
}
.site-header .container {
  margin-right: 0;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
}
.site-header ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.site-header .sticky-area {
  background: #FFF;
}
.site-header .sticky-area.sticky {
  position: fixed;
  z-index: 999;
  width: 100%;
  margin: 0 auto;
  top: -80px;
  -webkit-transition: top 0.6s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: top 0.6s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  transition: top 0.6s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.site-header .sticky-area.sticky.pinned {
  top: 0;
  -webkit-box-shadow: 0 2px 4px 0 rgba(50, 50, 50, 0.15);
  -moz-box-shadow: 0 2px 4px 0 rgba(50, 50, 50, 0.15);
  box-shadow: 0 2px 4px 0 rgba(50, 50, 50, 0.15);
}
.site-header .sticky-area.no-transition {
  -webkit-transition: 0s;
  -moz-transition: 0s;
  transition: 0s;
}
/* navbar */
.navbar {
  flex-wrap: nowrap;
  padding: 0 20px 0 0;
  height: 80px;
  background: #ffd900;
  border-radius: 30px;
  /* 3.1 - navbar-brand */
  /* 3.2 - navbar-nav */
  /* 3.3 - navbar-btns */
  /* 3.4 - navbar-btn */
  /* 3.5 - navbar-overlay */
}
@media only screen and (min-width: 1367px) {
  .navbar {
    margin-right: 20px;
    margin-left: auto;
    width: fit-content;
    padding: 0 25px;
  }
}
@media only screen and (max-width: 1200px) {
  .navbar {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .navbar {
    height: 100px;
  }
}
.navbar-brand {
  font-size: 0;
  display: inline-block;
  margin: 0;
  transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
@media only screen and (min-width: 1600px) {
  .navbar-brand {
    margin-left: 165px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .navbar-brand {
    height: 100px;
    padding: 10px 0;
  }
}
.navbar-brand__image {
  width: auto;
  object-fit: contain;
}
@media only screen and (max-width: 1199.98px) {
  .navbar-brand__image {
    height: 100%;
  }
}
.navbar-nav {
  flex-direction: row;
  justify-content: flex-end;
  flex-grow: 1;
  /* 3.2.1 - navbar-nav__menu */
}
@media only screen and (max-width: 1199.98px) {
  .navbar-nav {
    flex-grow: 0;
  }
}
.navbar-nav__menu {
  display: flex;
  /* 3.2.2 - nav-item lvl 1 */
}
.navbar-nav__menu .nav-item {
  margin: 0 0 0 10px;
  /* 3.2.3 - dropdown-menu */
  /* 3.2.5 - nav-item lvl n */
}
.navbar-nav__menu .nav-item .nav-link {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 15px;
  margin: 32.5px 20px;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #000;
  border-radius: 0;
  background: transparent;
  -webkit-transition: color 0.35s cubic-bezier(0.22, 1, 0.36, 1), background 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: color 0.35s cubic-bezier(0.22, 1, 0.36, 1), background 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  transition: color 0.35s cubic-bezier(0.22, 1, 0.36, 1), background 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
@media only screen and (max-width: 1200px) {
  .navbar-nav__menu .nav-item .nav-link {
    margin: 10px 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .navbar-nav__menu .nav-item .nav-link {
    position: relative;
  }
  .navbar-nav__menu .nav-item .nav-link:before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0%;
    right: 100%;
    background: #000;
    height: 4px;
    transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
    border-radius: 20px;
  }
}
.navbar-nav__menu .nav-item .nav-link .svg-icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 2px;
  text-align: center;
}
.navbar-nav__menu .nav-item .nav-link .svg-icon__path {
  -webkit-transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), fill 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), fill 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), fill 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  transform-origin: center;
}
.navbar-nav__menu .nav-item.show > .nav-link, .navbar-nav__menu .nav-item.active > .nav-link, .navbar-nav__menu .nav-item.current-nav-item > .nav-link, .navbar-nav__menu .nav-item.current-menu-item > .nav-link, .navbar-nav__menu .nav-item.current-menu-parent > .nav-link, .navbar-nav__menu .nav-item.current-menu-ancestor > .nav-link, .navbar-nav__menu .nav-item.current_page_parent > .nav-link, .navbar-nav__menu .nav-item.current-page-ancestor > .nav-link, .navbar-nav__menu .nav-item:hover:not(.active) > .nav-link {
  color: #000;
  background: transparent;
  position: relative;
  opacity: 1;
}
@media only screen and (min-width: 1200px) {
  .navbar-nav__menu .nav-item.show > .nav-link:before, .navbar-nav__menu .nav-item.active > .nav-link:before, .navbar-nav__menu .nav-item.current-nav-item > .nav-link:before, .navbar-nav__menu .nav-item.current-menu-item > .nav-link:before, .navbar-nav__menu .nav-item.current-menu-parent > .nav-link:before, .navbar-nav__menu .nav-item.current-menu-ancestor > .nav-link:before, .navbar-nav__menu .nav-item.current_page_parent > .nav-link:before, .navbar-nav__menu .nav-item.current-page-ancestor > .nav-link:before, .navbar-nav__menu .nav-item:hover:not(.active) > .nav-link:before {
    right: 0%;
  }
}
@media only screen and (min-width: 1200px) {
  .navbar-nav__menu .nav-item.hide-on-desktop {
    display: none;
  }
}
.navbar-nav__menu .nav-item .dropdown-menu {
  position: absolute;
  top: 90%;
  left: -1000px;
  display: block;
  visibility: hidden;
  min-width: 250px;
  margin: 0;
  padding: 20px 0;
  transition-delay: 0.2s;
  transform: translateY(25px);
  opacity: 0;
  border: 1px solid transparent;
  border-radius: 0;
  background: #FFF;
  /* 3.2.4 - nav-item lvl 2 */
}
.navbar-nav__menu .nav-item .dropdown-menu .nav-item .nav-link {
  padding: 10px 40px 10px 25px;
  text-transform: none;
  margin: 10px;
  text-transform: uppercase;
  line-height: 20px;
}
.navbar-nav__menu .nav-item .dropdown-menu .nav-item .nav-link .svg-icon {
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -7px;
}
.navbar-nav__menu .nav-item:hover > .nav-link .svg-icon__path {
  transform: rotate(180deg);
}
.navbar-nav__menu .nav-item:hover > .dropdown-menu {
  left: -10px;
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: opacity 0.35s cubic-bezier(0.22, 1, 0.36, 1) 0.35s, transform 0.35s cubic-bezier(0.22, 1, 0.36, 1) 0.35s;
  -moz-transition: opacity 0.35s cubic-bezier(0.22, 1, 0.36, 1) 0.35s, transform 0.35s cubic-bezier(0.22, 1, 0.36, 1) 0.35s;
  transition: opacity 0.35s cubic-bezier(0.22, 1, 0.36, 1) 0.35s, transform 0.35s cubic-bezier(0.22, 1, 0.36, 1) 0.35s;
}
.navbar-nav__menu .nav-item.click > .dropdown-menu {
  display: none;
  visibility: visible;
  transform: none;
  opacity: 1;
}
.navbar-nav__menu .nav-item.click:hover > .nav-link .svg-icon__path {
  transform: none;
}
.navbar-nav__menu .nav-item.click.show > .nav-link .svg-icon__path {
  transform: rotate(180deg);
}
.navbar-nav__menu .nav-item.click.show > .dropdown-menu {
  left: 0;
  display: block;
}
.navbar-nav__menu .nav-item:not(.click) .nav-link[href="#"] {
  pointer-events: none;
}
.navbar-nav__menu .nav-item:not(.click) .nav-link[href="#"] .svg-icon {
  pointer-events: auto;
}
.navbar-nav__menu .nav-item .nav-item {
  margin: 0;
}
.navbar-nav__menu .nav-item .nav-item .dropdown-menu {
  top: -21px;
  transform: translateX(25px);
}
.navbar-nav__menu .nav-item .nav-item:hover > .dropdown-menu {
  left: 100%;
  transform: translateX(0);
}
.navbar-btns {
  display: flex;
  justify-content: flex-end;
  order: 1;
  margin: 0 0 0 10px;
}
.navbar-btns .dgwt-wcas-search-wrapp {
  background: transparent;
  padding: 0 25px 0 25px;
  width: 300px;
}
@media only screen and (max-width: 1600px) {
  .navbar-btns .dgwt-wcas-search-wrapp {
    display: none;
  }
}
.navbar-btns .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp {
  display: flex;
}
.navbar-btns .dgwt-wcas-search-wrapp .dgwt-wcas-search-submit {
  background: transparent;
  font-size: 14px;
  line-height: 14px;
  color: #000000;
  font-weight: 600;
  position: relative;
  text-shadow: unset;
}
.navbar-btns .dgwt-wcas-search-wrapp .dgwt-wcas-search-submit:before {
  display: none;
}
.navbar-btns .dgwt-wcas-search-wrapp .dgwt-wcas-search-form #placeholder {
  display: none;
}
.navbar-btns .dgwt-wcas-search-wrapp input[type=search].dgwt-wcas-search-input {
  width: 100%;
  height: 30px;
  font-size: 14px;
  line-height: 100%;
  padding: 10px 0;
  margin: 0;
  background: transparent;
  border: unset;
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  box-sizing: border-box;
  border-bottom: 2px solid #000;
  box-shadow: unset !important;
}
@media only screen and (max-width: 1199.98px) {
  .navbar-btns {
    order: 0;
    flex-grow: 1;
    margin-left: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .navbar-btns .navbar-btn__menu {
    display: none;
  }
}
.navbar-btn {
  display: block;
  min-width: 40px;
  height: 40px;
  margin: 0;
  background: transparent;
  padding: 5px 18px;
  cursor: pointer;
  text-align: center;
  color: #000;
  /* 3.4.1 - navbar-btn__wrap */
  /* 3.4.2 - navbar-btn__content */
  /* 3.4.3 - navbar-btn__menu */
}
@media only screen and (max-width: 1199.98px) {
  .navbar-btn {
    margin: 0;
  }
}
.navbar-btn:after {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  bottom: auto;
  left: 0;
}
.navbar-btn > span {
  position: relative;
  top: -1px;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 15px;
  letter-spacing: 0px;
  text-transform: uppercase;
  -webkit-transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.navbar-btn > span img {
  max-height: 100%;
}
.navbar-btn .svg-icon {
  width: 20px;
  height: 20px;
  -webkit-transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.navbar-btn .svg-icon.shopping-basket-fa {
  height: 22px;
  width: 22px;
}
.navbar-btn.mini-cart:hover .svg-icon__path, .navbar-btn.account:hover .svg-icon__path {
  fill: #111111;
}
.navbar-btn .count {
  height: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  font-weight: 400;
  width: 15px;
  line-height: 10px;
  color: #000 !important;
  background: #fff;
  border: 1px solid #ffd900;
  border-radius: 50%;
  font-family: "Arial";
  position: absolute;
  top: 6px;
  right: 3px;
  bottom: auto;
  left: auto;
}
.navbar-btn .count[data-count="0"] {
  display: none;
}
.navbar-btn__wrap {
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .navbar-btn__wrap.menu {
    order: 5;
    margin: 0 10px;
  }
}
.navbar-btn__wrap:hover .navbar-btn {
  background: transparent;
  color: #000;
}
.navbar-btn__wrap:hover .navbar-btn:hover:after {
  height: 20px;
}
@media only screen and (max-width: 1199.98px) {
  .navbar-btn__wrap:hover .navbar-btn:hover:after {
    height: 30px;
  }
}
.navbar-btn__wrap:hover .navbar-btn__content {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: opacity 0.35s cubic-bezier(0.22, 1, 0.36, 1) 0.35s, transform 0.35s cubic-bezier(0.22, 1, 0.36, 1) 0.35s;
  -moz-transition: opacity 0.35s cubic-bezier(0.22, 1, 0.36, 1) 0.35s, transform 0.35s cubic-bezier(0.22, 1, 0.36, 1) 0.35s;
  transition: opacity 0.35s cubic-bezier(0.22, 1, 0.36, 1) 0.35s, transform 0.35s cubic-bezier(0.22, 1, 0.36, 1) 0.35s;
}
.navbar-btn__content {
  position: absolute;
  top: calc(100% + 20px);
  right: 0;
  display: block;
  visibility: hidden;
  min-width: 250px;
  transition-delay: 0.2s;
  transform: translateY(25px);
  opacity: 0;
  border-width: 0px;
  border-style: solid;
  border-color: #d7d7d7;
  background: #FFF;
  color: #888888;
  /* 3.4.2.1 - languages */
}
@media only screen and (max-width: 1199.98px) {
  .navbar-btn__content {
    top: calc(100% + 30px);
  }
}
.navbar-btn__content input[type="search"] {
  border-color: transparent;
  background: #FFF;
  color: #888888;
}
.navbar-btn__content input[type="search"]::-webkit-input-placeholder {
  color: #888888;
  opacity: 1;
}
.navbar-btn__content input[type="search"]::-moz-placeholder {
  color: #888888;
  opacity: 1;
}
.navbar-btn__content input[type="search"]:-ms-input-placeholder {
  color: #888888;
  opacity: 1;
}
.navbar-btn__content input[type="search"]::-ms-input-placeholder {
  color: #888888;
  opacity: 1;
}
.navbar-btn__content input[type="search"]::placeholder {
  color: #888888;
  opacity: 1;
}
.navbar-btn__content.languages {
  padding: 20px 0;
  min-width: auto;
}
.navbar-btn__content.languages .lang.current {
  opacity: 0.5;
  cursor: default;
}
.navbar-btn__content.languages .lang__box {
  padding: 10px 40px 10px 25px;
  display: flex;
  align-items: center;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 15px;
  letter-spacing: 0px;
  color: #000;
  -webkit-transition: color 0.35s cubic-bezier(0.22, 1, 0.36, 1), background 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: color 0.35s cubic-bezier(0.22, 1, 0.36, 1), background 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  transition: color 0.35s cubic-bezier(0.22, 1, 0.36, 1), background 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.navbar-btn__content.languages .lang__box[href]:hover {
  color: #000;
}
.navbar-btn__content.languages .lang img {
  min-width: 32px;
  width: 32px;
  margin-right: 10px;
  border: 1px solid #d7d7d7;
}
.navbar-btn__menu {
  position: relative;
}
.navbar-btn__menu span {
  height: 2px;
  border-radius: 1px;
  background: #000;
  position: absolute;
  top: 48%;
  right: 7px;
  bottom: auto;
  left: 7px;
  -webkit-transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.navbar-btn__menu span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navbar-btn__menu.collapsed span {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  transform: rotate(0);
}
.navbar-btn__menu.collapsed span:nth-child(1) {
  top: 10px;
}
.navbar-btn__menu.collapsed span:nth-child(2) {
  top: 19px;
}
.navbar-btn__menu.collapsed span:nth-child(3) {
  top: 28px;
}
.navbar-btn__menu:hover > span {
  background: #000;
}
.navbar-overlay {
  position: fixed;
  z-index: 98;
  top: 0;
  left: 0;
  display: flex;
  visibility: hidden;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding: 100px;
  content: "";
  opacity: 0;
  background: rgba(54, 54, 54, 0.6);
  -webkit-transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
@media only screen and (max-width: 1199.98px) {
  .navbar-overlay {
    padding: 50px 15px;
  }
}
.navbar-overlay .navbar-btn {
  -webkit-transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.navbar-overlay .navbar-btn span {
  background: #fff;
}
.navbar-overlay .navbar-btn:hover {
  opacity: 0.75;
}
.navbar-btn:not(.collapsed) + .navbar-overlay {
  visibility: visible;
  opacity: 1;
}
@media only screen and (min-width: 1200px) {
  .navbar-btn:not(.collapsed) + .navbar-overlay[data-target*="__primary"] {
    visibility: hidden;
    opacity: 0;
  }
}
/* 4.0 - navbar-nav-mobile */
@media only screen and (max-width: 1199.98px) {
  .navbar-nav {
    position: fixed;
    z-index: 99;
    top: 0;
    bottom: 0;
    left: -315px;
    display: block;
    overflow-y: auto;
    width: 315px;
    height: auto;
    background: #FFF;
    -webkit-transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
    -moz-transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
    transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
    /* 4.1 - navbar-nav__menu */
  }
  .navbar-nav.active {
    left: 0 !important;
  }
  .navbar-nav .navbar-nav__menu {
    display: block;
    width: 100%;
    padding: 100px 20px 60px;
    /* 4.2 - nav-item lvl 1 */
    /* 4.3 - dropdown-menu */
  }
  .navbar-nav .navbar-nav__menu .nav-item {
    margin: 0;
    border-width: 1px 0 0;
    border-style: solid;
    border-color: #d7d7d7;
  }
  .navbar-nav .navbar-nav__menu .nav-item:last-child {
    border-width: 1px 0;
  }
  .navbar-nav .navbar-nav__menu .nav-item .nav-link {
    position: relative;
    padding: 15px 40px 15px 0 !important;
    text-transform: none;
    word-wrap: break-word;
  }
  .navbar-nav .navbar-nav__menu .nav-item .nav-link .svg-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    margin: 0;
    padding: 18px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
  }
  .navbar-nav .navbar-nav__menu .nav-item:hover > .nav-link .svg-icon__path {
    transform: none;
  }
  .navbar-nav .navbar-nav__menu .nav-item.active > .nav-link .svg-icon__path {
    transform: rotate(180deg);
  }
  .navbar-nav .navbar-nav__menu .dropdown-menu {
    position: static;
    display: none;
    visibility: visible;
    min-width: auto;
    transform: none !important;
    opacity: 1;
    padding: 0;
    border-width: 0 0 0 1px;
    border-style: dashed;
    border-color: #d7d7d7;
    -webkit-transition: 0s;
    -moz-transition: 0s;
    transition: 0s;
    /* 4.4 - nav-item lvl n */
  }
  .navbar-nav .navbar-nav__menu .dropdown-menu .nav-item {
    padding-left: 20px;
  }
  .navbar-nav .navbar-nav__menu .dropdown-menu .nav-item:last-child {
    border-width: 1px 0 0;
  }
  .navbar-nav .navbar-nav__menu .dropdown-menu .nav-item .nav-link .svg-icon {
    margin: 0;
    top: 0;
    right: 0;
  }
  .navbar-nav .navbar-nav__menu .dropdown-menu .nav-item .nav-link .svg-icon__path {
    transform: rotate(90deg);
  }
  .navbar-nav .navbar-nav__menu .dropdown-menu .nav-item.active > .nav-link .svg-icon__path {
    transform: rotate(270deg);
  }
}
@media only screen and (max-width: 1199.98px) and (max-width: 575.98px) {
  .navbar-nav {
    left: calc(-100% - 80px);
    width: calc(100% - 80px);
  }
}
@media only screen and (max-width: 1199.98px) and (max-width: 575.98px) {
  .navbar-nav .navbar-nav__menu {
    padding: 60px 20px;
  }
}
.navbar-nav__additional {
  position: fixed;
  z-index: 99;
  top: 0;
  bottom: 0;
  left: -315px;
  display: block;
  overflow-y: auto;
  width: 315px;
  height: auto;
  background: #FFF;
  -webkit-transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  /* 4.1 - navbar-nav__menu */
}
@media only screen and (max-width: 575.98px) {
  .navbar-nav__additional {
    left: calc(-100% - 80px);
    width: calc(100% - 80px);
  }
}
.navbar-nav__additional.active {
  left: 0 !important;
}
.navbar-nav__additional .navbar-nav__menu {
  display: block;
  width: 100%;
  padding: 100px 20px 60px;
  /* 4.2 - nav-item lvl 1 */
  /* 4.3 - dropdown-menu */
}
@media only screen and (max-width: 575.98px) {
  .navbar-nav__additional .navbar-nav__menu {
    padding: 60px 20px;
  }
}
.navbar-nav__additional .navbar-nav__menu .nav-item {
  margin: 0;
  border-width: 1px 0 0;
  border-style: solid;
  border-color: #d7d7d7;
}
.navbar-nav__additional .navbar-nav__menu .nav-item:last-child {
  border-width: 1px 0;
}
.navbar-nav__additional .navbar-nav__menu .nav-item .nav-link {
  position: relative;
  padding: 15px 40px 15px 0 !important;
  text-transform: none;
  word-wrap: break-word;
}
.navbar-nav__additional .navbar-nav__menu .nav-item .nav-link .svg-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin: 0;
  padding: 18px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}
.navbar-nav__additional .navbar-nav__menu .nav-item:hover > .nav-link .svg-icon__path {
  transform: none;
}
.navbar-nav__additional .navbar-nav__menu .nav-item.active > .nav-link .svg-icon__path {
  transform: rotate(180deg);
}
.navbar-nav__additional .navbar-nav__menu .dropdown-menu {
  position: static;
  display: none;
  visibility: visible;
  min-width: auto;
  transform: none !important;
  opacity: 1;
  padding: 0;
  border-width: 0 0 0 1px;
  border-style: dashed;
  border-color: #d7d7d7;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  transition: 0s;
  /* 4.4 - nav-item lvl n */
}
.navbar-nav__additional .navbar-nav__menu .dropdown-menu .nav-item {
  padding-left: 20px;
}
.navbar-nav__additional .navbar-nav__menu .dropdown-menu .nav-item:last-child {
  border-width: 1px 0 0;
}
.navbar-nav__additional .navbar-nav__menu .dropdown-menu .nav-item .nav-link .svg-icon {
  margin: 0;
  top: 0;
  right: 0;
}
.navbar-nav__additional .navbar-nav__menu .dropdown-menu .nav-item .nav-link .svg-icon__path {
  transform: rotate(90deg);
}
.navbar-nav__additional .navbar-nav__menu .dropdown-menu .nav-item.active > .nav-link .svg-icon__path {
  transform: rotate(270deg);
}
.navbar-nav__additional .navbar-btn__menu {
  display: block;
}
/**
 * Global
 */
/**
  * Header
  */
/**
  * Content
  */
/* Std List */
/* Buttons */
/* Form */
/**
  * Thumbnail Hover
  */
/**
  * Woocommerce
  */
/**
  * Woocommerce | Archive
  */
/**
  * Woocommerce | Single
  */
/**
 * Table of Contents:

 * 1.0 - jumbotron
	* 1.1 - jumbotron__h
	* 1.2 - jumbotron__p
	* 1.3 - jumbotron__breadcrumbs
 * 2.0 - textwidget
 */
body .jumbotron {
  margin-top: -120px;
}
body.home .jumbotron {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("/wp-content/themes/dotspice/images/slider__main-bg.jpg");
  background-image: image-set(
        url('/wp-content/themes/dotspice/images/slider__main-bg.avif') type('image/avif'),
        url('/wp-content/themes/dotspice/images/slider__main-bg.webp') type('image/webp'),
        url('/wp-content/themes/dotspice/images/slider__main-bg.jpg') type('image/jpeg')
    );

}
body.home .jumbotron:after {
  content: "";
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("/wp-content/uploads/2022/10/slider__main-bootle.png");
  position: absolute;
  top: 0;
  right: 250px;
  bottom: 0;
  left: auto;
  width: 561px;
  height: 730px;
  margin: auto 0;
}
@media only screen and (max-width: 1600px) {
  body.home .jumbotron:after {
    position: absolute;
    top: 100px;
    right: 60px;
    bottom: 0;
    left: auto;
  }
}
@media only screen and (max-width: 1367px) {
  body.home .jumbotron:after {
    position: absolute;
    top: 100px;
    right: 0;
    bottom: 0;
    left: auto;
  }
}
@media only screen and (max-width: 1200px) {
  body.home .jumbotron:after {
    display: none;
  }
}
body:not(.home) .jumbotron {
  text-align: start;
  padding-left: 165px;
}
@media only screen and (max-width: 1200px) {
  body:not(.home) .jumbotron {
    padding-left: 15px;
  }
}
/* 1.0  - jumbotron */
.jumbotron {
  min-height: 550px;
  padding: 180px 0 40px 0;
  background-color: transparent;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-radius: 0;
  margin: 0;
  position: relative;
  /* 1.1 - jumbotron__h */
  /* 1.2 - jumbotron__p */
  /* 1.2 - jumbotron__breadcrumbs */
  /* 1.2 - jumbotron .container */
  /* 2.0 - textwidget */
}
.jumbotron .slide__button-CTA .added_to_cart {
  display: none;
}
.jumbotron .slide__button-CTA .button, .jumbotron .slide__button-CTA #catapult-cookie-bar .ctcc-inner button#catapultCookie, #catapult-cookie-bar .ctcc-inner .jumbotron .slide__button-CTA button#catapultCookie, .jumbotron .slide__button-CTA .woocommerce-Reviews #review_form p.form-submit input[type="submit"], .woocommerce-Reviews #review_form p.form-submit .jumbotron .slide__button-CTA input[type="submit"] {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 50px;
  left: 0;
  margin: auto;
  width: fit-content;
  padding: 30px 50px;
  border-radius: 50px;
  background: #ff5400;
  color: #fff;
  border-color: #ff5400;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.4);
  animation: pulse 1.5s infinite;
}
@media only screen and (max-width: 1200px) {
  .jumbotron .slide__button-CTA .button, .jumbotron .slide__button-CTA #catapult-cookie-bar .ctcc-inner button#catapultCookie, #catapult-cookie-bar .ctcc-inner .jumbotron .slide__button-CTA button#catapultCookie, .jumbotron .slide__button-CTA .woocommerce-Reviews #review_form p.form-submit input[type="submit"], .woocommerce-Reviews #review_form p.form-submit .jumbotron .slide__button-CTA input[type="submit"] {
    bottom: 20px;
    width: 85%;
    padding: 20px 50px;
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
.jumbotron .slide__button-CTA .button:hover, .jumbotron .slide__button-CTA #catapult-cookie-bar .ctcc-inner button#catapultCookie:hover, #catapult-cookie-bar .ctcc-inner .jumbotron .slide__button-CTA button#catapultCookie:hover, .jumbotron .slide__button-CTA .woocommerce-Reviews #review_form p.form-submit input[type="submit"]:hover, .woocommerce-Reviews #review_form p.form-submit .jumbotron .slide__button-CTA input[type="submit"]:hover {
  background: transparent;
  color: #000;
  border-color: #000;
  animation: none;
}
@media only screen and (max-width: 1200px) {
  .jumbotron {
    min-height: 500px;
    padding: 180px 0 40px 0;
  }
}
.home .jumbotron {
  padding: 0;
  min-height: unset;
}
.jumbotron__h {
  font-size: 46px;
  letter-spacing: 0px;
  line-height: 46px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  margin-bottom: 30px;
  position: relative;
  padding-left: 30px;
}
@media only screen and (max-width: 1200px) {
  .jumbotron__h {
    font-size: 35px;
    letter-spacing: 0px;
    line-height: 35px;
  }
}
.jumbotron__h:before {
  content: "";
  width: 7px;
  height: 100%;
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  margin: auto 0;
  background: #ffd900;
}
.jumbotron__p {
  font-size: 16px;
  line-height: 27px;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 15px;
}
.jumbotron__breadcrumbs {
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
}
.jumbotron__breadcrumbs .sep {
  padding: 0 8px;
}
.jumbotron__breadcrumbs a {
  color: #fff;
}
.jumbotron__breadcrumbs a a {
  color: #fff;
}
.jumbotron__breadcrumbs * {
  color: inherit;
}
.jumbotron .container {
  max-width: 100%;
  text-align: start;
}
.jumbotron .textwidget {
  width: 100%;
}
/**
 * Global
 */
/**
  * Header
  */
/**
  * Content
  */
/* Std List */
/* Buttons */
/* Form */
/**
  * Thumbnail Hover
  */
/**
  * Woocommerce
  */
/**
  * Woocommerce | Archive
  */
/**
  * Woocommerce | Single
  */
/**
 * Table of Contents:

 * 1.0 - ul
 * 2.0 - widget_product_categories
 * 3.0 - widget-posts
*/
.sidebar {
  /* 2.0 - widget_product_categories */
}
.sidebar .widget {
  margin: 0 0 20px;
  padding: 20px 30px;
  border: 1px solid #fff;
  /* 1.0 - ul */
}
.sidebar .widget:first-of-type {
  margin: 0 0 20px;
}
.sidebar .widget_product_search .search-form .search-submit {
  margin-right: 10px;
}
.sidebar .widget_product_search .search-form:hover .form-control, .sidebar .widget_product_search .search-form:hover .input-text, .sidebar .widget_product_search .search-form:hover .woocommerce-Reviews #review_form input[type="text"], .woocommerce-Reviews #review_form .sidebar .widget_product_search .search-form:hover input[type="text"], .sidebar .widget_product_search .search-form:hover .woocommerce-Reviews #review_form input[type="email"], .woocommerce-Reviews #review_form .sidebar .widget_product_search .search-form:hover input[type="email"], .sidebar .widget_product_search .search-form:hover .woocommerce-Reviews #review_form textarea, .woocommerce-Reviews #review_form .sidebar .widget_product_search .search-form:hover textarea {
  border: 1px solid #BFBFBF;
}
.sidebar .widget_product_search .search-form:hover .svg-icon__path {
  fill: #ffd900;
}
.sidebar .widget_product_search .search-form .form-control, .sidebar .widget_product_search .search-form .input-text, .sidebar .widget_product_search .search-form .woocommerce-Reviews #review_form input[type="text"], .woocommerce-Reviews #review_form .sidebar .widget_product_search .search-form input[type="text"], .sidebar .widget_product_search .search-form .woocommerce-Reviews #review_form input[type="email"], .woocommerce-Reviews #review_form .sidebar .widget_product_search .search-form input[type="email"], .sidebar .widget_product_search .search-form .woocommerce-Reviews #review_form textarea, .woocommerce-Reviews #review_form .sidebar .widget_product_search .search-form textarea {
  padding: 20px;
  color: #eee;
  border: 1px solid #BFBFBF;
  background: transparent;
}
.sidebar .widget_product_search .search-form .form-control:focus, .sidebar .widget_product_search .search-form .input-text:focus, .sidebar .widget_product_search .search-form .woocommerce-Reviews #review_form input[type="text"]:focus, .woocommerce-Reviews #review_form .sidebar .widget_product_search .search-form input[type="text"]:focus, .sidebar .widget_product_search .search-form .woocommerce-Reviews #review_form input[type="email"]:focus, .woocommerce-Reviews #review_form .sidebar .widget_product_search .search-form input[type="email"]:focus, .sidebar .widget_product_search .search-form .woocommerce-Reviews #review_form textarea:focus, .woocommerce-Reviews #review_form .sidebar .widget_product_search .search-form textarea:focus {
  box-shadow: unset;
}
.sidebar .widget#woocommerce_product_search-3, .sidebar .widget#woocommerce_product_search-2 {
  padding: 0;
  border: unset;
}
.sidebar .widget .cat-item.cat-item-15 {
  display: none;
}
.sidebar .widget .product-categories {
  list-style: none;
  margin: 0;
  padding-left: 0;
  border: unset;
}
.sidebar .widget .product-categories li {
  padding-left: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.sidebar .widget .product-categories li:last-of-type {
  border-bottom: unset;
}
.sidebar .widget .product-categories li:before {
  display: none;
}
.sidebar .widget .product-categories li a {
  padding: 0;
  padding: 15px 0;
  color: #eee;
  border: unset;
  background-image: unset;
  transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.sidebar .widget .product-categories li a:hover {
  color: #ffd900;
  transform: translateX(10px);
}
.sidebar .widget-title {
  font-size: 25px;
  line-height: 25px;
  color: #fff !important;
  font-weight: 600;
  padding: 10px 0;
  margin-bottom: 10px;
  font-family: "Poppins", sans-serif;
}
.sidebar .widget > ul {
  border-bottom: 1px solid #d7d7d7;
}
.sidebar .widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar .widget ul a {
  display: block;
  border-top: 1px solid #d7d7d7;
  padding: 9px 10px;
  color: #cccccc;
  line-height: 1.5;
}
.sidebar .widget ul a:hover {
  color: #ffd900;
}
.sidebar .widget ul ul {
  display: block;
  border-left: 1px dashed #d7d7d7;
  margin-left: 15px;
}
@media only screen and (max-width: 575.98px) {
  .sidebar .widget_product_categories#woocommerce_product_categories-2 {
    display: none;
  }
}
@media only screen and (min-width: 576px) {
  .sidebar .widget_product_categories#woocommerce_product_categories-3 {
    display: none;
  }
}
.sidebar .widget_product_categories .cat-parent {
  position: relative;
  pointer-events: none;
}
.sidebar .widget_product_categories .cat-parent:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 30px;
  cursor: pointer;
  z-index: 2;
  pointer-events: auto;
  background-position: right 12px top 16px;
  background-repeat: no-repeat;
}
.sidebar .widget_product_categories .cat-parent > a {
  padding-right: 30px;
  pointer-events: auto;
}
.sidebar .widget_product_categories .cat-parent > ul {
  display: none;
  pointer-events: auto;
}
.sidebar .widget_product_categories .cat-parent.active:after {
  color: #ffd900;
  transform: rotate(180deg);
  background-position: left 12px bottom 16px;
}
.sidebar .widget_product_categories .cat-parent.current-cat:after, .sidebar .widget_product_categories .cat-parent.current-cat-parent:after {
  color: #ffd900;
  transform: rotate(180deg);
  background-position: left 12px bottom 16px;
  cursor: default;
}
.sidebar .widget_product_categories .cat-parent.current-cat > ul, .sidebar .widget_product_categories .cat-parent.current-cat-parent > ul {
  display: block;
}
.sidebar .widget_product_categories .current-cat > a, .sidebar .widget_product_categories .current-cat-parent > a {
  color: #ffd900;
}
.sidebar .widget_product_categories .cat-item-none {
  border-top: 1px solid #d7d7d7;
  padding: 9px 10px;
}
/* 3.0 - widget-posts */
.widget-posts__list {
  margin-top: 20px;
}
.widget-posts__list .widget-post {
  display: flex;
  align-items: center;
}
.widget-posts__list .widget-post:not(:first-child) {
  margin-top: 20px;
}
.widget-posts__list .widget-post__img-link {
  width: 90px;
  min-width: 90px;
  margin-right: 15px;
  -webkit-transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  background-image: unset !important;
}
.widget-posts__list .widget-post__img-link img {
  border-radius: 10px;
}
.widget-posts__list .widget-post__img-link:hover {
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
}
.widget-posts__list .widget-post__date {
  margin-top: 10px;
  font-size: 14px;
  line-height: 14px;
  color: #555555;
  font-weight: 400;
}
.widget-posts__list .widget-post__h {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  color: #191919;
}
.widget-posts__list .widget-post__h a {
  color: #191919 !important;
}
.widget-posts__list .widget-post__h a:hover {
  color: #191919;
}
input#dgwt-wcas-search-input-2 {
  border-color: #fff;
}
/**
 * Global
 */
/**
  * Header
  */
/**
  * Content
  */
/* Std List */
/* Buttons */
/* Form */
/**
  * Thumbnail Hover
  */
/**
  * Woocommerce
  */
/**
  * Woocommerce | Archive
  */
/**
  * Woocommerce | Single
  */
.sub-title {
  font-size: 14px;
  letter-spacing: 4px;
  line-height: 22px;
  text-transform: uppercase;
  color: #ffd900;
  font-weight: 600;
  font-family: "Montserrat";
  margin-bottom: 20px;
}
.main-title {
  font-size: 39px;
  letter-spacing: 1px;
  line-height: 48px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1200px) {
  .main-title {
    font-size: 32px;
    letter-spacing: 1px;
    line-height: 42px;
  }
}
.main-title span {
  font-weight: 800;
}
/* Homepage */
.home .section-one {
  position: relative;
  padding: 100px 0;
  z-index: 10;
}
.home .section-one__imgLeft {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  margin: auto 0;
  max-width: 48%;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1200px) {
  .home .section-one__imgLeft {
    display: none;
  }
}
.home .section-one__imgLeft img {
  object-fit: cover;
  object-position: center;
}
.home .section-one a {
  font-size: 15px;
  letter-spacing: 2px;
  line-height: 15px;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  position: relative;
  margin-left: 60px;
}
.home .section-one a:hover {
  color: #ffd900;
}
.home .section-one a:hover:before {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: -50px;
}
.home .section-one a:before {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: -60px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("/wp-content/uploads/2022/10/slider__main-before_button.png");
  margin: auto 0;
  content: "";
  width: 36px;
  height: 16px;
  transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.home .section-two {
  padding-bottom: 60px;
}
@media only screen and (min-width: 1200px) {
  .home .section-two {
    margin-top: -50px;
  }
}
.home .section-two .col-sm-12 {
  position: relative;
}
.home .section-two p {
  font-size: 14px;
  letter-spacing: 4px;
  line-height: 22px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  transform: rotate(-90deg);
  position: absolute;
  top: auto;
  right: auto;
  bottom: 190px;
  left: -170px;
}
.home .section-two p span {
  color: #ffd900;
}
.home .section-four {
  position: relative;
  padding: 100px 0;
}
.home .section-four .container-fluid, .home .section-four .container-sm, .home .section-four .container-md, .home .section-four .container-lg, .home .section-four .container-xl, .home .section-four .container-xxl {
  padding: 0 130px;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 1200px) {
  .home .section-four .container-fluid, .home .section-four .container-sm, .home .section-four .container-md, .home .section-four .container-lg, .home .section-four .container-xl, .home .section-four .container-xxl {
    padding: 0 15px;
  }
}
.home .section-four__imgRight {
  position: absolute;
  top: auto;
  right: 130px;
  bottom: 0;
  left: auto;
  max-width: 48%;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1200px) {
  .home .section-four__imgRight {
    display: none;
  }
}
.home .section-four__imgRight img {
  object-fit: cover;
  object-position: center;
}
.home .section-four a {
  font-size: 15px;
  letter-spacing: 2px;
  line-height: 15px;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  position: relative;
  margin-left: 60px;
}
.home .section-four a:hover {
  color: #ffd900;
}
.home .section-four a:hover:before {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: -50px;
}
.home .section-four a:before {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: -60px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("/wp-content/uploads/2022/10/slider__main-before_button.png");
  margin: auto 0;
  content: "";
  width: 36px;
  height: 16px;
  transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.home .section-five {
  background: #ffd900;
  padding: 110px 0 80px 0;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .home .section-five .text-end, .home .section-five .text-start {
    text-align: center !important;
  }
}
@media only screen and (max-width: 1200px) {
  .home .section-five .text-end {
    margin-top: 30px;
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
.home .section-five .contanier {
  position: relative;
  z-index: 10;
}
.home .section-five .main-title {
  margin-bottom: 0;
  font-size: 34px;
  letter-spacing: 0px;
  line-height: 38px;
  color: #0d0f16;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
.home .section-five .button, .home .section-five #catapult-cookie-bar .ctcc-inner button#catapultCookie, #catapult-cookie-bar .ctcc-inner .home .section-five button#catapultCookie, .home .section-five .woocommerce-Reviews #review_form p.form-submit input[type="submit"], .woocommerce-Reviews #review_form p.form-submit .home .section-five input[type="submit"] {
  background: #ff5400;
  color: #fff;
  border-color: #df5502;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.4);
  animation: pulse 1.5s infinite;
}
.home .section-five .button:hover, .home .section-five #catapult-cookie-bar .ctcc-inner button#catapultCookie:hover, #catapult-cookie-bar .ctcc-inner .home .section-five button#catapultCookie:hover, .home .section-five .woocommerce-Reviews #review_form p.form-submit input[type="submit"]:hover, .woocommerce-Reviews #review_form p.form-submit .home .section-five input[type="submit"]:hover {
  background: #0d0f16;
  border-color: #0d0f16;
  color: #fff;
  animation: none;
}
.home .section-five__imgCenter {
  position: absolute;
  top: -480px;
  right: 0;
  bottom: auto;
  left: -210px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 1200px) {
  .home .section-five__imgCenter {
    display: none;
  }
}
.home .section-five__imgCenter img {
  object-fit: cover;
  object-position: center;
}
.home .section-six {
  padding: 80px 0 100px 0;
  position: relative;
}
.home .section-six .contanier {
  position: relative;
  z-index: 10;
}
.home .section-six .swiper {
  /* 4.0 - swiper-slide */
  /* 5.0 - swiper-button */
}
.home .section-six .swiper-slider.type-custom:not(.grid) .slide {
  height: 350px;
}
@media only screen and (max-width: 767.98px) {
  .home .section-six .swiper-slider.type-custom:not(.grid) .slide {
    height: 450px;
  }
}
.home .section-six .swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}
.home .section-six .swiper-slide [class*="col-"] {
  padding: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.home .section-six .swiper-slide-active .slide__sub-h {
  -webkit-animation: 0.8s 0.9s fadeInUpPx both;
  -moz-animation: 0.8s 0.9s fadeInUpPx both;
  animation: 0.8s 0.9s fadeInUpPx both;
}
.home .section-six .swiper-slide-active .slide__h {
  -webkit-animation: 0.8s 0.8s fadeInUpPx both;
  -moz-animation: 0.8s 0.8s fadeInUpPx both;
  animation: 0.8s 0.8s fadeInUpPx both;
}
.home .section-six .swiper-slide-active .slide__desc {
  -webkit-animation: 0.8s 0.7s fadeInUpPx both;
  -moz-animation: 0.8s 0.7s fadeInUpPx both;
  animation: 0.8s 0.7s fadeInUpPx both;
}
.home .section-six .swiper-slide-active .slide__button-wrap {
  -webkit-animation: 0.8s 0.6s fadeInUpPx both;
  -moz-animation: 0.8s 0.6s fadeInUpPx both;
  animation: 0.8s 0.6s fadeInUpPx both;
}
.home .section-six .swiper-slide-active .slide__bootle-right {
  -webkit-animation: 0.8s 0.6s fadeInUpPx both;
  -moz-animation: 0.8s 0.6s fadeInUpPx both;
  animation: 0.8s 0.6s fadeInUpPx both;
}
.home .section-six .swiper-box .swiper-button {
  transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  background: transparent;
  padding: 4px;
  border: 2px solid #ffd900;
  border-radius: 100%;
  /* 5.1 - swiper-button-prev */
  /* 5.2 - swiper-button-next */
}
.home .section-six .swiper-box .swiper-button .svg-icon {
  width: 10px;
}
.home .section-six .swiper-box .swiper-button .svg-icon__path {
  fill: #fff;
}
.home .section-six .swiper-box .swiper-button-prev {
  left: 300px;
  transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  width: 50px;
  height: 50px;
  top: 70%;
}
.home .section-six .swiper-box .swiper-button-prev .svg-icon {
  margin-left: -3px;
}
@media only screen and (max-width: 1200px) {
  .home .section-six .swiper-box .swiper-button-prev {
    top: 90%;
  }
}
.home .section-six .swiper-box .swiper-button-prev:hover {
  left: 290px;
  background: #ffd900;
  border-color: #ffd900;
}
.home .section-six .swiper-box .swiper-button-prev:hover .svg-icon {
  margin-left: -3px;
}
.home .section-six .swiper-box .swiper-button-prev:hover .svg-icon__path {
  fill: #000;
}
.home .section-six .swiper-box .swiper-button-next {
  right: 300px;
  transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  width: 50px;
  height: 50px;
  top: 70%;
}
.home .section-six .swiper-box .swiper-button-next .svg-icon {
  margin-left: 3px;
}
@media only screen and (max-width: 1200px) {
  .home .section-six .swiper-box .swiper-button-next {
    top: 90%;
  }
}
.home .section-six .swiper-box .swiper-button-next:hover {
  right: 290px;
  background: #ffd900;
  border-color: #ffd900;
}
.home .section-six .swiper-box .swiper-button-next:hover .svg-icon {
  margin-left: 3px;
}
.home .section-six .swiper-box .swiper-button-next:hover .svg-icon__path {
  fill: #000;
}
.home .section-six .swiper-box .swiper-pagination {
  font-size: 0;
  left: 0;
  right: 0;
  bottom: -30px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.home .section-six .swiper-box .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 5px;
  margin: 0 5px;
  border: 2px solid #ffd900;
  opacity: 0.3;
  transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  background: transparent;
  border-radius: 100%;
}
.home .section-six .swiper-box .swiper-pagination-bullet-active {
  opacity: 1;
  border: 3px solid #ffd900;
  background: #ffd900;
}
.home .section-six blockquote {
  text-align: center;
  margin-bottom: 0;
}
.home .section-six blockquote .desc {
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 36px;
  color: #d7d7d7;
  font-weight: 400;
}
.home .section-six blockquote .avatar img {
  margin-bottom: 15px;
}
.home .section-six blockquote .avatar .name {
  font-size: 19px;
  letter-spacing: 0px;
  line-height: 28px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 10px;
}
.home .section-six blockquote .avatar .desc {
  font-size: 14px;
  letter-spacing: 4px;
  line-height: 14px;
  text-transform: uppercase;
  color: #878787;
  font-weight: 600;
  margin-bottom: 0;
}
.home .section-seven {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
    background-image: url("/wp-content/themes/dotspice/images/section-seven__bg.jpg");
        background-image: image-set(
        url('/wp-content/themes/dotspice/images/section-seven__bg.avif') type('image/avif'),
        url('/wp-content/themes/dotspice/images/section-seven__bg.webp') type('image/webp'),
        url('/wp-content/themes/dotspice/images/section-seven__bg.jpg') type('image/jpeg')
    );

  background-position: top;
  padding: 140px 0 80px 0;
}
.home .section-seven .wpcf7 .text-start {
  text-align: center !important;
}
.home .section-seven .wpcf7 .button:hover, .home .section-seven .wpcf7 #catapult-cookie-bar .ctcc-inner button#catapultCookie:hover, #catapult-cookie-bar .ctcc-inner .home .section-seven .wpcf7 button#catapultCookie:hover, .home .section-seven .wpcf7 .woocommerce-Reviews #review_form p.form-submit input[type="submit"]:hover, .woocommerce-Reviews #review_form p.form-submit .home .section-seven .wpcf7 input[type="submit"]:hover {
  border-color: #000000;
  color: #000000;
  background: transparent;
}
.home .section-seven .sub-title, .home .section-seven .main-title {
  color: #0d0d0d;
}
.section-three {
  padding: 130px 0 200px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("/wp-content/themes/dotspice/images/section-three__bg.jpg");
        background-image: image-set(
        url('/wp-content/themes/dotspice/images/section-three__bg.avif') type('image/avif'),
        url('/wp-content/themes/dotspice/images/section-three__bg.webp') type('image/webp'),
        url('/wp-content/themes/dotspice/images/section-three__bg.jpg') type('image/jpeg')
    );
}
.section-three .main-title {
  color: #0d0d0d;
  font-size: 51px;
  line-height: 70px;
  color: #0d0d0d;
}
@media only screen and (max-width: 1200px) {
  .section-three .main-title {
    font-size: 45px;
    letter-spacing: 1px;
    line-height: 52px;
  }
}
.section-three__imgCenter {
  position: relative;
}
.section-three__imgCenter:before {
  content: "";
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("/wp-content/uploads/2022/10/lvl-3-person-model.png");
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: contain;
  width: 100%;
  height: 800px;
}
@media only screen and (max-width: 1200px) {
  .section-three__imgCenter:before {
    display: none;
  }
}
.section-three__singleLeft {
  padding: 50px 0;
}
.section-three__singleLeft:nth-child(2) {
  transform: translateX(-50px) !important;
}
@media only screen and (max-width: 1200px) {
  .section-three__singleLeft:nth-child(2) {
    transform: translateX(0) !important;
  }
}
.section-three__singleLeft .title {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767.98px) {
  .section-three__singleLeft .title {
    flex-direction: row-reverse;
    justify-content: start;
  }
}
.section-three__singleLeft .title .icon {
  margin-left: 15px;
  flex: 55px 1 1;
}
@media only screen and (max-width: 767.98px) {
  .section-three__singleLeft .title .icon {
    max-width: 60px;
  }
}
.section-three__singleLeft .title .text {
  font-size: 22px;
  letter-spacing: 1px;
  line-height: 26px;
  text-transform: uppercase;
  color: #1a1a1a;
  font-family: "Poppins", sans-serif;
  text-align: end;
  font-weight: 700;
}
@media only screen and (max-width: 1200px) {
  .section-three__singleLeft .title .text {
    text-align: center;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-three__singleLeft .title .text {
    text-align: left;
  }
}
.section-three__singleLeft .desc {
  text-align: right;
  font-size: 15px;
  letter-spacing: 0px;
  line-height: 25px;
  color: #262626;
  font-weight: 500;
}
@media only screen and (max-width: 1200px) {
  .section-three__singleLeft .desc {
    text-align: center;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-three__singleLeft .desc {
    text-align: left;
  }
}
.section-three__singleRight {
  padding: 50px 0;
}
.section-three__singleRight:nth-child(2) {
  transform: translateX(50px) !important;
}
@media only screen and (max-width: 1200px) {
  .section-three__singleRight:nth-child(2) {
    transform: translateX(0) !important;
  }
}
.section-three__singleRight .title {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767.98px) {
  .section-three__singleRight .title {
    justify-content: start;
  }
}
.section-three__singleRight .title .icon {
  margin-right: 15px;
  flex: 55px 1 1;
}
@media only screen and (max-width: 767.98px) {
  .section-three__singleRight .title .icon {
    max-width: 60px;
  }
}
.section-three__singleRight .title .text {
  font-size: 22px;
  letter-spacing: 1px;
  line-height: 26px;
  text-transform: uppercase;
  color: #1a1a1a;
  font-family: "Poppins", sans-serif;
  text-align: start;
  font-weight: 700;
}
@media only screen and (max-width: 1200px) {
  .section-three__singleRight .title .text {
    text-align: center;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-three__singleRight .title .text {
    text-align: left;
  }
}
.section-three__singleRight .desc {
  text-align: start;
  font-size: 15px;
  letter-spacing: 0px;
  line-height: 25px;
  color: #262626;
  font-weight: 500;
}
@media only screen and (max-width: 1200px) {
  .section-three__singleRight .desc {
    text-align: center;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-three__singleRight .desc {
    text-align: left;
  }
}
/**
 * Global
 */
/**
  * Header
  */
/**
  * Content
  */
/* Std List */
/* Buttons */
/* Form */
/**
  * Thumbnail Hover
  */
/**
  * Woocommerce
  */
/**
  * Woocommerce | Archive
  */
/**
  * Woocommerce | Single
  */
.rx-review-form-area-style-2 #respond input#submit {
  border-radius: 0px !important;
  padding: 20px 30px;
  border-radius: 30px !important;
  color: #000 !important;
}
.reviewx_recommended_title {
  color: #373747 !important;
}
.page-zamowienie .woocommerce-notices-wrapper {
  margin-bottom: 80px;
}
.ul__shop {
  columns: 3;
  list-style: none !important;
  padding-left: 0;
  margin-top: 25px !important;
  margin-bottom: 25px;
}
.ul__shop li {
  padding-left: 0 !important;
}
.ul__shop li:before {
  display: none;
}
.page-description .section-one__single ul {
  list-style: none;
}
.page-description .section-one__single ul li img {
  margin-right: 10px;
}
.archive .page-description a {
  color: #ffd900;
}
.page-kontakt.content {
  padding: 0;
}
.page-o-nas .section-eight {
  background-image: url("/wp-content/uploads/2022/11/section-eight__bga.png") !important;
}
.page-o-nas .section-eight__imgRight {
  display: none !important;
}
.page-o-nas .section-nine {
  background-image: unset !important;
}
.page-o-nas .section-nine .alert-box {
  background: rgba(255, 217, 0, 0.08);
  border: 2px solid #ffd900;
  padding: 25px;
  border-radius: 15px;
}
.page-o-nas .section-nine .alert-box p:last-of-type {
  margin-bottom: 0;
}
.page-o-nas .section-nine .nav-tabs {
  z-index: 20;
  position: relative;
  border-bottom: unset;
  justify-content: center;
}
.page-o-nas .section-nine .nav-tabs li {
  padding-left: 0;
}
.page-o-nas .section-nine .nav-tabs li:before {
  display: none;
}
.page-o-nas .section-nine .nav-tabs li a {
  font-size: 18px;
  line-height: 18px;
  padding: 10px 15px;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  margin: 5px 10px;
  border-radius: 100px;
  opacity: 0.3;
  transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  background-image: unset;
}
.page-o-nas .section-nine .nav-tabs li a h2, .page-o-nas .section-nine .nav-tabs li a .h2 {
  font-family: unset;
  font-size: unset;
  line-height: unset;
  color: unset;
  font-weight: unset;
  letter-spacing: unset;
  text-transform: unset;
  margin: unset;
  margin-top: unset;
}
.page-o-nas .section-nine .nav-tabs li a:hover {
  opacity: 1;
}
.page-o-nas .section-nine .nav-tabs li a.active {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  opacity: 1;
}
.page-faq a {
  margin-left: 0px !important;
}
.page-faq a:before {
  display: none !important;
}
.page-faq table tr, .page-faq td {
  padding: 10px 15px;
  border: 1px solid #000;
}
.page-faq .accordion-body {
  color: #262626;
  font-size: 15px;
}
.page-faq .accordion-button {
  font-size: 18px;
  line-height: 32px;
  color: #0d0d0d;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  box-shadow: unset;
  border: unset;
}
.page-faq .accordion-button:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.page-faq .accordion-button:not(.collapsed) {
  background-color: #ffd900;
}
.page-faq .accordion-button:not(.collapsed):after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.page-faq .accordion-item {
  background: #fff;
  margin-bottom: 20px;
}
.page-faq .accordion-item:first-of-type {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.page-faq .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.page-faq .accordion-item:last-of-type {
  margin-bottom: 0;
}
.page-sklad-i-dawkowanie .section-one__imgLeft {
  display: none !important;
}
.page-sklad-i-dawkowanie .section-one .table, .page-sklad-i-dawkowanie .section-one .shop_table {
  color: #eee;
  border-color: #4f4f4f;
}
.page-sklad-i-dawkowanie .section-eight .table, .page-sklad-i-dawkowanie .section-eight .shop_table {
  background: #fff;
  color: #000;
  border-color: #000;
}
.page-sklad-i-dawkowanie .section-nine {
  background-image: unset !important;
}
@media only screen and (max-width: 767.98px) {
  .page-sklad-i-dawkowanie .section-nine ul.nav.nav-tabs {
    align-items: flex-start;
    flex-direction: column;
  }
  .page-sklad-i-dawkowanie .section-nine ul.nav.nav-tabs li a {
    margin: 0;
    padding: 10px;
  }
}
.page-sklad-i-dawkowanie .section-nine .nav-tabs {
  z-index: 20;
  position: relative;
  border-bottom: unset;
  justify-content: center;
}
.page-sklad-i-dawkowanie .section-nine .nav-tabs li {
  padding-left: 0;
}
.page-sklad-i-dawkowanie .section-nine .nav-tabs li:before {
  display: none;
}
.page-sklad-i-dawkowanie .section-nine .nav-tabs li a {
  font-size: 18px;
  line-height: 18px;
  padding: 10px 15px;
  color: #ffd900;
  font-weight: 600;
  text-align: center;
  margin: 5px 10px;
  border-radius: 100px;
  opacity: 0.9;
  transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  background-image: unset;
}
.page-sklad-i-dawkowanie .section-nine .nav-tabs li a h2, .page-sklad-i-dawkowanie .section-nine .nav-tabs li a .h2 {
  font-family: unset;
  font-size: unset;
  line-height: unset;
  color: unset;
  font-weight: unset;
  letter-spacing: unset;
  text-transform: unset;
  margin: unset;
  margin-top: unset;
}
.page-sklad-i-dawkowanie .section-nine .nav-tabs li a:hover {
  opacity: 1;
}
.page-sklad-i-dawkowanie .section-nine .nav-tabs li a.active {
  background: transparent;
  border: 2px solid #fff;
  color: #ffd900;
  opacity: 1;
}
.section-one {
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.section-one .container {
  position: relative;
  z-index: 10;
}
.section-one:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
      background-image: url("/wp-content/themes/dotspice/images/section-one__before.jpg");
        background-image: image-set(
        url('/wp-content/themes/dotspice/images/section-one__before.avif') type('image/avif'),
        url('/wp-content/themes/dotspice/images/section-one__before.webp') type('image/webp'),
        url('/wp-content/themes/dotspice/images/section-one__before.jpg') type('image/jpeg')
    );

  margin: auto 0;
  width: 196px;
  height: 842px;
}
@media only screen and (max-width: 1200px) {
  .section-one:before {
    opacity: 0.5;
  }
}
.section-one__imgLeft {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  margin: auto 0;
  max-width: 48%;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1200px) {
  .section-one__imgLeft {
    display: none;
  }
}
.section-one__imgLeft img {
  object-fit: cover;
  object-position: center;
}
.section-one a {
  font-size: 15px;
  letter-spacing: 2px;
  line-height: 15px;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  position: relative;
  margin-left: 60px;
}
.section-one a:hover {
  color: #ffd900;
}
.section-one a:hover:before {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: -50px;
}
.section-one a:before {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: -60px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("/wp-content/uploads/2022/10/slider__main-before_button.png");
  margin: auto 0;
  content: "";
  width: 36px;
  height: 16px;
  transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.section-eight {
  padding: 120px;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("/wp-content/uploads/2022/10/section-eight__bg.png");
}
@media only screen and (max-width: 1200px) {
  .section-eight {
    padding: 120px 15px;
  }
}
.section-eight .main-title {
  color: #1a1a1a;
}
.section-eight__single {
  padding: 25px 0;
}
.section-eight__single .number {
  font-size: 40px;
  line-height: 27px;
  color: #ffd900;
  font-weight: 700;
  margin-bottom: 15px;
}
.section-eight__single .title {
  font-size: 21px;
  line-height: 29px;
  color: #1a1a1a;
  font-family: "Poppins", sans-serif;
  margin-bottom: 10px;
  font-weight: 800;
}
.section-eight__single .desc {
  font-size: 16px;
  line-height: 26px;
  color: #1a1a1a;
  font-weight: 400;
}
.section-eight__imgRight {
  position: absolute;
  top: 0;
  right: -100px;
  bottom: 0;
  left: auto;
  margin: auto 0;
  max-width: 44%;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1200px) {
  .section-eight__imgRight {
    display: none;
  }
}
.section-eight__imgRight img {
  object-fit: cover;
  object-position: center;
  transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.section-nine {
  padding: 160px 0 100px 0;
  position: relative;
  margin-top: -100px;
  margin-bottom: -100px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("/wp-content/uploads/2022/10/section-nine__bg.png");
}
.section-nine .accordion-body {
  color: #262626;
  font-size: 15px;
}
.section-nine .accordion-button {
  font-size: 18px;
  line-height: 32px;
  color: #0d0d0d;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  box-shadow: unset;
  border: unset;
}
.section-nine .accordion-button:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.section-nine .accordion-button:not(.collapsed) {
  background-color: #ffd900;
}
.section-nine .accordion-button:not(.collapsed):after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.section-nine .accordion-item {
  background: #fff;
  margin-bottom: 20px;
}
.section-nine .accordion-item:first-of-type {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.section-nine .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.section-nine .accordion-item:last-of-type {
  margin-bottom: 0;
}
.section-ten {
  padding: 90px 0 50px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("/wp-content/uploads/2022/10/section-ten__bg.jpg");
}
.section-ten .col-sm-12.col-md-7.pr-0 {
  padding-right: 0;
}
.section-ten .col-sm-12.col-md-7 img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.section-ten .col-sm-12.col-md-5.pl-0 {
  padding-left: 0;
}
.section-ten__singleBox {
  padding: 40px;
  text-align: center;
  filter: drop-shadow(0px 9px 10px rgba(193, 193, 193, 0.5));
  background: #fff;
  margin: 30px 0;
}
.section-ten__singleBox .title {
  font-size: 23px;
  line-height: 23px;
  color: #1c1c1c;
  font-family: "Poppins", sans-serif;
  text-align: center;
  font-weight: 800;
  margin-bottom: 15px;
}
.section-ten__singleBox p {
  color: #222222;
  font-weight: 400;
  font-size: 17px;
}
.section-ten__rightBox {
  padding: 50px 0;
  padding-left: 50px;
  background: #fff;
  filter: drop-shadow(0px 9px 20px rgba(193, 193, 193, 0.3));
  width: 100%;
}
.section-ten__rightBox p {
  font-size: 20px;
  line-height: 29px;
  color: #222222;
  font-weight: 400;
}
.section-ten__rightBox .contact_single {
  position: relative;
}
.section-ten__rightBox .contact_single .svg-icon {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 25px;
}
.section-ten__rightBox .contact_single .svg-icon__path {
  fill: #ffd900;
}
.section-ten__rightBox .contact_single__text {
  padding-left: 60px;
}
.section-ten__rightBox .contact_single__text a {
  font-size: 23px;
  color: #222222;
  font-weight: 600;
}
.section-ten .main-title {
  font-size: 34px;
  letter-spacing: 1px;
  line-height: 48px;
  color: #0d0d0d;
  font-weight: 600;
  margin-bottom: 0;
}
.section-ten .descRight {
  font-size: 16px;
  line-height: 31px;
  color: #1c1c1c;
  font-weight: 400;
}
.section-ten .main-title__top {
  font-size: 30px;
  line-height: 35px;
  color: #1c1c1c;
  font-family: "Poppins", sans-serif;
  position: relative;
  padding-left: 30px;
  margin-bottom: 30px;
}
.section-ten .main-title__top span {
  font-weight: 800;
}
.section-ten .main-title__top:before {
  content: "";
  width: 6px;
  height: 100%;
  background: #ffd900;
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  margin: auto 0;
}
.section-eleven {
  position: relative;
  padding: 60px 0;
}
.section-eleven .sub-title {
  color: #fff;
}
.section-eleven__imgLeft {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  margin: auto 0;
  max-width: 46%;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1200px) {
  .section-eleven__imgLeft {
    display: none;
  }
}
.section-eleven__imgLeft img {
  object-fit: cover;
  object-position: center;
  height: 100%;
}
.front-content .added_to_cart.wc-forward {
  display: none;
}
/* Pages */
.post-content .added_to_cart.wc-forward, .page-content .added_to_cart.wc-forward {
  display: none;
}
.post-content__img, .page-content__img {
  margin: 40px 0 20px;
}
.post-content a:not(.button), .page-content a:not(.button) {
  color: #ffd900;
}
.post-content__text:first-child, .page-content__text:first-child {
  margin: 40px 0 20px;
}
.post-content__text > h1:first-child, .post-content__text > .h1:first-child, .post-content__text > h2:first-child, .post-content__text > .h2:first-child, .post-content__text > h3:first-child, .post-content__text > .h3:first-child, .post-content__text > .h:first-child, .page-content__text > h1:first-child, .page-content__text > .h1:first-child, .page-content__text > h2:first-child, .page-content__text > .h2:first-child, .page-content__text > h3:first-child, .page-content__text > .h3:first-child, .page-content__text > .h:first-child {
  margin-top: 20px;
}
ul.accordion-list {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  list-style: none;
}
ul.accordion-list .panel {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  background-color: #FFF;
  padding: 0;
  margin: 0 auto 15px auto;
  border-radius: 5px;
  cursor: pointer;
}
ul.accordion-list .panel.active h3, ul.accordion-list .panel.active .h3 {
  background-color: #ffd900;
}
ul.accordion-list .panel.active h3:after, ul.accordion-list .panel.active .h3:after {
  transform: rotate(180deg);
}
ul.accordion-list .panel h3, ul.accordion-list .panel .h3 {
  font-size: 18px;
  line-height: 32px;
  color: #0d0d0d;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  box-shadow: unset;
  position: relative;
  background-color: #fff;
  padding: 16px 20px;
}
ul.accordion-list .panel h3:after, ul.accordion-list .panel .h3:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 20px;
  width: 20px;
  height: 20px;
  background-size: contain;
}
ul.accordion-list .panel div.answer {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 20px;
  cursor: pointer;
}
ul.accordion-list .panel div.answer p {
  color: #262626;
  font-size: 15px;
}
ul.accordion-list .panel div.answer li {
  color: #262626;
  font-size: 15px;
}
/**
 * Global
 */
/**
  * Header
  */
/**
  * Content
  */
/* Std List */
/* Buttons */
/* Form */
/**
  * Thumbnail Hover
  */
/**
  * Woocommerce
  */
/**
  * Woocommerce | Archive
  */
/**
  * Woocommerce | Single
  */
/**
 * Table of Contents:

 * 1.0 - variables
	* 1.1 - wpcf7
	* 1.2 - input
	* 1.3 - output
	* 1.4 - ajax-loader
 * 2.0 - acf-map
 * 3.0 - contact
 */
/* 1.0 - variables */
.page-kontakt {
  /* 1.1 - wpcf7 */
}
.page-kontakt .wpcf7 {
  position: relative;
  /* 1.2 - input */
  /* 1.4 - ajax-loader */
}
.page-kontakt .wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0;
}
.page-kontakt .wpcf7-form-control-wrap {
  display: block;
  margin: 0 0 30px 0;
}
.page-kontakt .wpcf7-list-item-label {
  padding-left: 0.5em;
  margin-right: 1rem;
}
.page-kontakt .wpcf7-not-valid {
  border-color: #dc3545;
}
.page-kontakt .wpcf7-not-valid-tip {
  color: #dc3545;
  font-size: 13px;
}
.page-kontakt .wpcf7 .form-control, .page-kontakt .wpcf7 .input-text, .page-kontakt .wpcf7 .woocommerce-Reviews #review_form input[type="text"], .woocommerce-Reviews #review_form .page-kontakt .wpcf7 input[type="text"], .page-kontakt .wpcf7 .woocommerce-Reviews #review_form input[type="email"], .woocommerce-Reviews #review_form .page-kontakt .wpcf7 input[type="email"], .page-kontakt .wpcf7 .woocommerce-Reviews #review_form textarea, .woocommerce-Reviews #review_form .page-kontakt .wpcf7 textarea {
  display: block;
  width: 100%;
  padding: 15px 20px;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
  color: #555555;
  background-color: #fff;
  border: 2px solid #fff;
  appearance: none;
  border-radius: 5px;
}
.page-kontakt .wpcf7 .form-control:focus, .page-kontakt .wpcf7 .input-text:focus, .page-kontakt .wpcf7 .woocommerce-Reviews #review_form input[type="text"]:focus, .woocommerce-Reviews #review_form .page-kontakt .wpcf7 input[type="text"]:focus, .page-kontakt .wpcf7 .woocommerce-Reviews #review_form input[type="email"]:focus, .woocommerce-Reviews #review_form .page-kontakt .wpcf7 input[type="email"]:focus, .page-kontakt .wpcf7 .woocommerce-Reviews #review_form textarea:focus, .woocommerce-Reviews #review_form .page-kontakt .wpcf7 textarea:focus {
  box-shadow: unset;
  border-color: #ffd900;
  color: #fff;
}
.page-kontakt .wpcf7 .form-control:focus::placeholder, .page-kontakt .wpcf7 .input-text:focus::placeholder, .page-kontakt .wpcf7 .woocommerce-Reviews #review_form input[type="text"]:focus::placeholder, .woocommerce-Reviews #review_form .page-kontakt .wpcf7 input[type="text"]:focus::placeholder, .page-kontakt .wpcf7 .woocommerce-Reviews #review_form input[type="email"]:focus::placeholder, .woocommerce-Reviews #review_form .page-kontakt .wpcf7 input[type="email"]:focus::placeholder, .page-kontakt .wpcf7 .woocommerce-Reviews #review_form textarea:focus::placeholder, .woocommerce-Reviews #review_form .page-kontakt .wpcf7 textarea:focus::placeholder {
  color: #000 !important;
}
.page-kontakt .wpcf7 .form-control::placeholder, .page-kontakt .wpcf7 .input-text::placeholder, .page-kontakt .wpcf7 .woocommerce-Reviews #review_form input[type="text"]::placeholder, .woocommerce-Reviews #review_form .page-kontakt .wpcf7 input[type="text"]::placeholder, .page-kontakt .wpcf7 .woocommerce-Reviews #review_form input[type="email"]::placeholder, .woocommerce-Reviews #review_form .page-kontakt .wpcf7 input[type="email"]::placeholder, .page-kontakt .wpcf7 .woocommerce-Reviews #review_form textarea::placeholder, .woocommerce-Reviews #review_form .page-kontakt .wpcf7 textarea::placeholder {
  color: #000000;
}
.page-kontakt .wpcf7 .button, .page-kontakt .wpcf7 #catapult-cookie-bar .ctcc-inner button#catapultCookie, #catapult-cookie-bar .ctcc-inner .page-kontakt .wpcf7 button#catapultCookie, .page-kontakt .wpcf7 .woocommerce-Reviews #review_form p.form-submit input[type="submit"], .woocommerce-Reviews #review_form p.form-submit .page-kontakt .wpcf7 input[type="submit"] {
  color: #000;
  text-transform: unset;
}
.page-kontakt .wpcf7 .button:hover, .page-kontakt .wpcf7 #catapult-cookie-bar .ctcc-inner button#catapultCookie:hover, #catapult-cookie-bar .ctcc-inner .page-kontakt .wpcf7 button#catapultCookie:hover, .page-kontakt .wpcf7 .woocommerce-Reviews #review_form p.form-submit input[type="submit"]:hover, .woocommerce-Reviews #review_form p.form-submit .page-kontakt .wpcf7 input[type="submit"]:hover {
  background: transparent;
  border-color: #ffd900;
  color: #ffd900;
}
.page-kontakt .wpcf7 textarea {
  height: 140px;
}
.page-kontakt .wpcf7 .wpcf7-list-item-label {
  font-size: 13px;
  vertical-align: middle;
  color: #fff;
}
.page-kontakt .wpcf7-response-output {
  font-size: 16px;
  padding: 8px 14px;
  margin: 0 0 30px 0;
  background: #fff;
  line-height: 1.5;
  border-width: 1px;
  border-style: solid;
  border-radius: 0;
}
.page-kontakt .wpcf7-response-output:empty {
  display: none;
  margin: 0;
}
form.failed .page-kontakt .wpcf7-response-output, form.aborted .page-kontakt .wpcf7-response-output {
  border-color: #dc3545;
}
form.invalid .page-kontakt .wpcf7-response-output, form.unaccepted .page-kontakt .wpcf7-response-output {
  border-color: #ffc107;
}
form.spam .page-kontakt .wpcf7-response-output {
  border-color: #fd7e14;
}
form.sent .page-kontakt .wpcf7-response-output {
  border-color: #198754;
}
.page-kontakt .wpcf7 .ajax-loader {
  background: rgba(255, 255, 255, 0.75);
  height: 100%;
  width: 100%;
  margin: 0;
  color: #ffd900;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.page-kontakt .wpcf7 .ajax-loader:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  margin: auto;
  height: 40px;
  width: 40px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-animation: loading 2s infinite linear;
  -moz-animation: loading 2s infinite linear;
  animation: loading 2s infinite linear;
}
.page-kontakt .wpcf7 .submitting .ajax-loader {
  opacity: 1;
  visibility: visible;
}
/* 1.1 - wpcf7 */
.wpcf7 {
  position: relative;
  /* 1.2 - input */
  /* 1.4 - ajax-loader */
}
.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0;
}
.wpcf7-form-control-wrap {
  display: block;
  margin: 0 0 30px 0;
}
.wpcf7-list-item-label {
  padding-left: 0.5em;
  margin-right: 1rem;
}
.wpcf7-not-valid {
  border-color: #dc3545;
}
.wpcf7-not-valid-tip {
  color: #dc3545;
}
.wpcf7 .form-control, .wpcf7 .input-text, .wpcf7 .woocommerce-Reviews #review_form input[type="text"], .woocommerce-Reviews #review_form .wpcf7 input[type="text"], .wpcf7 .woocommerce-Reviews #review_form input[type="email"], .woocommerce-Reviews #review_form .wpcf7 input[type="email"], .wpcf7 .woocommerce-Reviews #review_form textarea, .woocommerce-Reviews #review_form .wpcf7 textarea {
  display: block;
  width: 100%;
  padding: 15px 20px;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  background-color: transparent;
  border: 2px solid #000000;
  appearance: none;
  border-radius: 5px;
}
.wpcf7 .form-control:focus, .wpcf7 .input-text:focus, .wpcf7 .woocommerce-Reviews #review_form input[type="text"]:focus, .woocommerce-Reviews #review_form .wpcf7 input[type="text"]:focus, .wpcf7 .woocommerce-Reviews #review_form input[type="email"]:focus, .woocommerce-Reviews #review_form .wpcf7 input[type="email"]:focus, .wpcf7 .woocommerce-Reviews #review_form textarea:focus, .woocommerce-Reviews #review_form .wpcf7 textarea:focus {
  box-shadow: unset;
  background: #000000;
  border-color: #ffd900;
  color: #fff;
}
.wpcf7 .form-control:focus::placeholder, .wpcf7 .input-text:focus::placeholder, .wpcf7 .woocommerce-Reviews #review_form input[type="text"]:focus::placeholder, .woocommerce-Reviews #review_form .wpcf7 input[type="text"]:focus::placeholder, .wpcf7 .woocommerce-Reviews #review_form input[type="email"]:focus::placeholder, .woocommerce-Reviews #review_form .wpcf7 input[type="email"]:focus::placeholder, .wpcf7 .woocommerce-Reviews #review_form textarea:focus::placeholder, .woocommerce-Reviews #review_form .wpcf7 textarea:focus::placeholder {
  color: #fff !important;
}
.wpcf7 .form-control::placeholder, .wpcf7 .input-text::placeholder, .wpcf7 .woocommerce-Reviews #review_form input[type="text"]::placeholder, .woocommerce-Reviews #review_form .wpcf7 input[type="text"]::placeholder, .wpcf7 .woocommerce-Reviews #review_form input[type="email"]::placeholder, .woocommerce-Reviews #review_form .wpcf7 input[type="email"]::placeholder, .wpcf7 .woocommerce-Reviews #review_form textarea::placeholder, .woocommerce-Reviews #review_form .wpcf7 textarea::placeholder {
  color: #000000;
}
.wpcf7 .button, .wpcf7 #catapult-cookie-bar .ctcc-inner button#catapultCookie, #catapult-cookie-bar .ctcc-inner .wpcf7 button#catapultCookie, .wpcf7 .woocommerce-Reviews #review_form p.form-submit input[type="submit"], .woocommerce-Reviews #review_form p.form-submit .wpcf7 input[type="submit"] {
  padding: 20px 28px;
  color: #000;
  text-transform: unset;
}
.wpcf7 textarea {
  height: 140px;
}
.wpcf7 .wpcf7-list-item-label {
  font-size: 13px;
  vertical-align: middle;
  color: #000;
}
.wpcf7-response-output {
  font-size: 16px;
  padding: 8px 14px;
  margin: 0 0 30px 0;
  background: #fff;
  line-height: 1.5;
  border-width: 1px;
  border-style: solid;
  border-radius: 0;
}
.wpcf7-response-output:empty {
  display: none;
  margin: 0;
}
form.failed .wpcf7-response-output, form.aborted .wpcf7-response-output {
  border-color: #dc3545;
}
form.invalid .wpcf7-response-output, form.unaccepted .wpcf7-response-output {
  border-color: #ffc107;
}
form.spam .wpcf7-response-output {
  border-color: #fd7e14;
}
form.sent .wpcf7-response-output {
  border-color: #198754;
}
.wpcf7 .ajax-loader {
  background: rgba(255, 255, 255, 0.75);
  height: 100%;
  width: 100%;
  margin: 0;
  color: #ffd900;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.wpcf7 .ajax-loader:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  margin: auto;
  height: 40px;
  width: 40px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-animation: loading 2s infinite linear;
  -moz-animation: loading 2s infinite linear;
  animation: loading 2s infinite linear;
}
.wpcf7 .submitting .ajax-loader {
  opacity: 1;
  visibility: visible;
}
/* 2.0 - acf-map */
.acf-map {
  width: 100%;
  height: 400px;
  background: #E5E3DF;
}
.acf-map > .marker {
  display: none;
}
.acf-map .gm-style-mtc li label {
  font-weight: 400;
  font-size: 14px;
  margin: 0 0 0 7px;
}
.acf-map .gm-style-mtc li img {
  position: relative;
  top: -3px;
}
.acf-map img {
  max-width: inherit !important;
}
/* 3.0 - contact */
/**
 * Global
 */
/**
  * Header
  */
/**
  * Content
  */
/* Std List */
/* Buttons */
/* Form */
/**
  * Thumbnail Hover
  */
/**
  * Woocommerce
  */
/**
  * Woocommerce | Archive
  */
/**
  * Woocommerce | Single
  */
/**
 * Table of Contents:

 * 1.0 - blog-post
 * 2.0 - blog-post__list
 * 3.0 - blog-post__img
 * 4.0 - blog-post__content
	* 4.1 - blog-post__date
	* 4.2 - blog-post__h
	* 4.3 - blog-post__text
	* 4.4 - blog-post__btn
*/
/* 1.0 - blog-post */
.blog-post {
  margin: 10px 0 20px;
  position: relative;
  flex-grow: 1;
  /* 2.0 - blog-post__list */
  /* 3.0 - blog-post__img */
  /* 4.0 - blog-post__content */
  /* 4.1 - blog-post__date */
  /* 4.2 - blog-post__h */
  /* 4.3 - blog-post__text */
  /* 4.4 - blog-post__btn */
}
@media only screen and (max-width: 575.98px) {
  .blog-post {
    margin: 30px 0;
  }
}
.blog-post__list {
  margin-top: 40px;
}
.blog-post__img {
  width: 100%;
}
.blog-post__content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.blog-post__date {
  position: absolute;
  top: 15px;
  right: auto;
  bottom: auto;
  left: 15px;
  margin: 0;
  line-height: 1;
  background: #ffd900;
  color: #fff;
  padding: 7px 10px;
  font-size: 13px;
  border-radius: 0;
  z-index: 9;
}
.blog-post__h {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  margin: 25px 0 15px;
}
.blog-post__h__link {
  color: inherit;
}
.blog-post__text {
  flex-grow: 1;
  margin: 0 0 20px;
}
.blog-post__text p {
  margin: 0;
}
/**
 * Global
 */
/**
  * Header
  */
/**
  * Content
  */
/* Std List */
/* Buttons */
/* Form */
/**
  * Thumbnail Hover
  */
/**
  * Woocommerce
  */
/**
  * Woocommerce | Archive
  */
/**
  * Woocommerce | Single
  */
/**
 * Table of Contents:

 * 1.0 - error-404__number
 * 2.0 - error-404__products
*/
.error-404 {
  /* 1.0 - error-404__number */
  /* 2.0 - error-404__products */
}
.error-404__number {
  font-family: "Montserrat", sans-serif;
  font-size: 200px;
  font-weight: 700;
  color: #000;
  line-height: 1;
  margin: 30px 0 0;
}
@media only screen and (max-width: 575.98px) {
  .error-404__number {
    font-size: 130px;
  }
}
.error-404__products {
  margin-top: 100px;
}
/**
 * Global
 */
/**
  * Header
  */
/**
  * Content
  */
/* Std List */
/* Buttons */
/* Form */
/**
  * Thumbnail Hover
  */
/**
  * Woocommerce
  */
/**
  * Woocommerce | Archive
  */
/**
  * Woocommerce | Single
  */
/**
 * Table of Contents:

 * 1.0 - site-footer
 * 2.0 - site-footer__widgets
 	* 2.1  - widgets-area
 	* 2.2  - widget
 * 3.0 - site-footer__copy
 */
/* 1.0 - site-footer */
.site-footer {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("/wp-content/themes/dotspice/images/site__footer-bg.jpg");
    background-image: image-set(
        url('/wp-content/themes/dotspice/images/site__footer-bg.avif') type('image/avif'),
        url('/wp-content/themes/dotspice/images/site__footer-bg.webp') type('image/webp'),
        url('/wp-content/themes/dotspice/images/site__footer-bg.jpg') type('image/jpeg')
    );
  /* 2.0 - site-footer__widgets */
  /* 3.0 - site-footer__copy */
}
.site-footer .added_to_cart.wc-forward {
  display: none;
}
.site-footer__banner {
  background: #fff;
  padding: 15px 40px;
  color: #000;
  display: flex;
  justify-content: space-between;
  border-radius: 100px;
  margin-bottom: -20px;
  font-size: 16px !important;
}
@media only screen and (max-width: 1200px) {
  .site-footer__banner {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center !important;
    margin-bottom: 30px;
    padding: 30px 40px;
  }
  .site-footer__banner .text-start {
    text-align: center !important;
  }
}
@media only screen and (min-width: 1200px) {
  .site-footer__banner {
    transform: translateY(-55px);
  }
}
@media only screen and (max-width: 1200px) {
  .site-footer__banner-singleBox {
    text-align: center !important;
  }
}
.site-footer__banner-singleBox p {
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 28px;
  color: #282828;
  font-weight: 700;
}
@media only screen and (min-width: 1200px) {
  .site-footer__banner-singleBox:nth-child(1) {
    flex: 20%;
  }
  .site-footer__banner-singleBox:nth-child(2) {
    flex: 57%;
  }
  .site-footer__banner-singleBox:nth-child(3) {
    flex: 23%;
  }
}
.site-footer__banner-singleBox .navbar-brand {
  background-image: unset;
  margin-left: 0;
}
.site-footer__banner-singleBox .button, .site-footer__banner-singleBox #catapult-cookie-bar .ctcc-inner button#catapultCookie, #catapult-cookie-bar .ctcc-inner .site-footer__banner-singleBox button#catapultCookie, .site-footer__banner-singleBox .woocommerce-Reviews #review_form p.form-submit input[type="submit"], .woocommerce-Reviews #review_form p.form-submit .site-footer__banner-singleBox input[type="submit"] {
  border-color: #ffd900;
  background: #ffd900;
  color: #1A1A1A;
  transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
@media only screen and (max-width: 1200px) {
  .site-footer__banner-singleBox .button, .site-footer__banner-singleBox #catapult-cookie-bar .ctcc-inner button#catapultCookie, #catapult-cookie-bar .ctcc-inner .site-footer__banner-singleBox button#catapultCookie, .site-footer__banner-singleBox .woocommerce-Reviews #review_form p.form-submit input[type="submit"], .woocommerce-Reviews #review_form p.form-submit .site-footer__banner-singleBox input[type="submit"] {
    margin-top: 20px;
  }
}
.site-footer__banner-singleBox .button:hover, .site-footer__banner-singleBox #catapult-cookie-bar .ctcc-inner button#catapultCookie:hover, #catapult-cookie-bar .ctcc-inner .site-footer__banner-singleBox button#catapultCookie:hover, .site-footer__banner-singleBox .woocommerce-Reviews #review_form p.form-submit input[type="submit"]:hover, .woocommerce-Reviews #review_form p.form-submit .site-footer__banner-singleBox input[type="submit"]:hover {
  border-color: #111111;
  background: transparent;
  color: #111111;
  box-shadow: unset;
}
.site-footer__widgets {
  padding: 100px 0 130px;
  /* 2.1  - widgets-area */
  /* 2.2  - widget */
}
.site-footer__widgets .menu {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.site-footer__widgets .menu li a {
  padding: 0;
  margin: 10px 0;
  width: fit-content;
  color: #D9D9D9;
  font-weight: 500;
  font-size: 15px;
}
.site-footer__widgets .menu li a:hover {
  color: #ffd900;
}
.site-footer__widgets .widgets-area {
  flex: 1 1 0;
  padding-left: 15px;
  padding-right: 15px;
}
.site-footer__widgets .widgets-area .social-icons p {
  margin-right: 15px;
}
.site-footer__widgets .widgets-area .social-icons a {
  background-image: unset !important;
  transition: all 500ms !important;
}
.site-footer__widgets .widgets-area .social-icons a .svg-icon {
  width: 22px !important;
}
.site-footer__widgets .widgets-area .social-icons a .svg-icon__path {
  transition: all 500ms !important;
}
.site-footer__widgets .widgets-area .social-icons a:hover {
  color: #ffd900;
}
.site-footer__widgets .widgets-area .social-icons a:hover .svg-icon__path {
  fill: #ffd900;
}
.site-footer__widgets .widgets-area p {
  margin-bottom: 0;
  color: #fff;
  font-size: 15px;
}
.site-footer__widgets .widgets-area p .svg-icon {
  margin-right: 8px;
  margin-top: -2px;
  width: 16px;
}
.site-footer__widgets .widgets-area p .svg-icon__path {
  fill: #E5E5E5;
}
.site-footer__widgets .widgets-area p a {
  color: #fff;
}
.site-footer__widgets .widgets-area p a:hover {
  color: #ffd900;
}
@media only screen and (min-width: 1200px) {
  .site-footer__widgets .widgets-area.area-1 {
    flex: 19%;
    padding-right: 50px;
  }
}
@media only screen and (max-width: 767.98px) {
  .site-footer__widgets .widgets-area {
    flex: 1 1 auto;
    width: 100%;
  }
}
.site-footer__widgets .widget {
  color: #D9D9D9;
}
.site-footer__widgets .widget-title {
  color: #fff;
  font-weight: bold;
  font-size: 19px;
  margin-bottom: 20px;
}
.site-footer__copy {
  padding: 0 0 30px 0;
  background: #111111;
  color: #AFAFAF;
  text-align: center;
  font-size: 15px;
}
.site-footer__copy a {
  color: #D9D9D9;
}
.site-footer__copy a:hover {
  color: #fff;
}
/**
 * Global
 */
/**
  * Header
  */
/**
  * Content
  */
/* Std List */
/* Buttons */
/* Form */
/**
  * Thumbnail Hover
  */
/**
  * Woocommerce
  */
/**
  * Woocommerce | Archive
  */
/**
  * Woocommerce | Single
  */
/**
 * Table of Contents:

 * 1.0 - Bootstrap extends
	* 1.1 - fields
	* 1.2 - tables
*/
.woocommerce-cart .product-name a {
  color: #fff !important;
}
.woocommerce-cart h2, .woocommerce-cart .h2 {
  color: #fff;
}
@media only screen and (min-width: 1200px) {
  .woocommerce-cart .quantity input[type="number"] {
    width: 45px;
  }
}
.woocommerce-account h2, .woocommerce-account .h2 {
  color: #fff;
}
.woocommerce h3, .woocommerce .h3, .woocommerce h2, .woocommerce .h2 {
  color: #fff;
}
.woocommerce-ordering {
  margin: 0 0 54px !important;
}
.woocommerce-ordering > select {
  border: 1px solid #BFBFBF;
}
.woocommerce-ordering > select:focus {
  box-shadow: unset;
}
/* 1.0 - Bootstrap extends */
/* 1.1 - fields */
.woocommerce-shipping-methods li:first-child:last-child {
  padding-left: 0;
}
.form-row select, .woocommerce-ordering select {
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-row select, .woocommerce-ordering select {
    transition: none;
  }
}
.form-row > .woocommerce-input-wrapper > strong {
  color: #6c757d;
  background-color: #e9ecef;
}
.acc-form label, .shipping_address label, .shipping-calculator-form label, .woocommerce-billing-fields label, .woocommerce-address-fields label, .woocommerce-additional-fields label, #ship-to-different-address label {
  margin: 0 0 3px;
  font-weight: 700;
}
.acc-form .form-row > span, .shipping_address .form-row > span, .shipping-calculator-form .form-row > span, .woocommerce-billing-fields .form-row > span, .woocommerce-address-fields .form-row > span, .woocommerce-additional-fields .form-row > span, #ship-to-different-address .form-row > span {
  display: block;
  width: 100%;
}
.acc-form .form-row > span input, .acc-form .form-row > span > span, .acc-form .form-row > span > strong, .shipping_address .form-row > span input, .shipping_address .form-row > span > span, .shipping_address .form-row > span > strong, .shipping-calculator-form .form-row > span input, .shipping-calculator-form .form-row > span > span, .shipping-calculator-form .form-row > span > strong, .woocommerce-billing-fields .form-row > span input, .woocommerce-billing-fields .form-row > span > span, .woocommerce-billing-fields .form-row > span > strong, .woocommerce-address-fields .form-row > span input, .woocommerce-address-fields .form-row > span > span, .woocommerce-address-fields .form-row > span > strong, .woocommerce-additional-fields .form-row > span input, .woocommerce-additional-fields .form-row > span > span, .woocommerce-additional-fields .form-row > span > strong, #ship-to-different-address .form-row > span input, #ship-to-different-address .form-row > span > span, #ship-to-different-address .form-row > span > strong {
  max-width: 555px;
  display: block;
}
.acc-form textarea, .shipping_address textarea, .shipping-calculator-form textarea, .woocommerce-billing-fields textarea, .woocommerce-address-fields textarea, .woocommerce-additional-fields textarea, #ship-to-different-address textarea {
  max-width: 555px;
  height: 120px;
}
.acc-form select, .shipping_address select, .shipping-calculator-form select, .woocommerce-billing-fields select, .woocommerce-address-fields select, .woocommerce-additional-fields select, #ship-to-different-address select {
  max-width: 555px;
}
.acc-form .form-row, .shipping_address .form-row, .shipping-calculator-form .form-row, .woocommerce-billing-fields .form-row, .woocommerce-address-fields .form-row, .woocommerce-additional-fields .form-row, #ship-to-different-address .form-row {
  max-width: 555px;
}
.create-account {
  margin: 0;
}
.create-account .form-row {
  display: block;
}
.create-account .form-row label {
  display: block;
}
.create-account .form-row input {
  max-width: 555px;
}
#ship-to-different-address {
  font-weight: 700;
}
/* 1.2 - tables */
/**
 * Global
 */
/**
  * Header
  */
/**
  * Content
  */
/* Std List */
/* Buttons */
/* Form */
/**
  * Thumbnail Hover
  */
/**
  * Woocommerce
  */
/**
  * Woocommerce | Archive
  */
/**
  * Woocommerce | Single
  */
/**
 * Table of Contents:

 * 1.0 - blockUI
 * 2.0 - woocommerce-mini-cart
	* 2.1 - woocommerce-mini-cart-item
		* 2.1.1 - a:not([class])
		* 2.1.2 - remove
		* 2.1.3 - quantity
		* 2.1.4 - variation
	* 2.2 - woocommerce-mini-cart__total
	* 2.3 - woocommerce-mini-cart__buttons
	* 2.4 - woocommerce-mini-cart__empty-message
*/
/* 1.0 - blockUI */
.blockUI.blockOverlay {
  position: relative;
  opacity: 1 !important;
  background: rgba(255, 255, 255, 0.75) !important;
}
.blockUI.blockOverlay:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  height: 30px;
  width: 30px;
  margin: auto;
  background: none;
  z-index: 99999;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-animation: loading 2s infinite linear;
  -moz-animation: loading 2s infinite linear;
  animation: loading 2s infinite linear;
}
/* 2.0 - woocommerce-mini-cart */
.woocommerce-mini-cart {
  line-height: 1.4;
  font-size: 12px;
  /* 2.1 - woocommerce-mini-cart-item */
  /* 2.2 - woocommerce-mini-cart__total */
  /* 2.3 - woocommerce-mini-cart__buttons */
  /* 2.4 - woocommerce-mini-cart__empty-message */
}
.woocommerce-mini-cart-item {
  display: block;
  position: relative;
  padding: 15px;
  display: block;
  width: 100%;
  min-height: 85px;
  clear: both;
  -webkit-transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  /* 2.1.1 - a:not([class]) */
  /* 2.1.2 - remove */
  /* 2.1.3 - quantity */
  /* 2.1.4 - variation */
}
.woocommerce-mini-cart-item:after {
  content: "";
  display: table;
  clear: both;
}
.woocommerce-mini-cart-item:nth-child(even) {
  background: rgba(230, 230, 230, 0.3);
}
.woocommerce-mini-cart-item:hover {
  background-color: rgba(230, 230, 230, 0.5);
}
.woocommerce-mini-cart-item.more {
  min-height: unset;
}
.woocommerce-mini-cart-item a:not([class]) {
  text-align: left;
  display: block;
  color: #666666;
  margin-left: 70px;
}
.woocommerce-mini-cart-item a:not([class]) > img {
  float: left;
  width: 55px;
  border: 1px solid #d7d7d7;
  padding: 1px;
  margin-right: 15px;
  margin-left: -70px;
}
.woocommerce-mini-cart-item a:not([class]):after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.woocommerce-mini-cart-item a:not([class]):hover {
  text-decoration: none;
}
.woocommerce-mini-cart-item .remove {
  position: absolute;
  z-index: 10;
  left: 17px;
  top: 17px;
  width: 16px;
  height: 16px;
  background: #f95555;
  color: #fff;
  border: 0;
  text-align: center;
  font-size: 0;
  display: block;
  -webkit-transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.woocommerce-mini-cart-item .remove:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
}
.woocommerce-mini-cart-item .remove:hover {
  background: #555;
  text-decoration: none;
}
.woocommerce-mini-cart-item .quantity {
  margin-left: 70px;
  margin-top: 7px;
  display: block;
}
.woocommerce-mini-cart-item .variation {
  margin: 0;
  padding-left: 70px;
}
.woocommerce-mini-cart-item .variation dt {
  display: inline;
  margin: 0;
  font-weight: 700;
}
.woocommerce-mini-cart-item .variation dt:before {
  content: " ";
  display: block;
}
.woocommerce-mini-cart-item .variation dd {
  display: inline;
  margin: 0;
}
.woocommerce-mini-cart-item .variation dd p {
  display: inline;
  margin: 0;
}
.woocommerce-mini-cart__total {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  padding: 15px 15px 0;
  border-top: 1px solid #d7d7d7;
  margin: 0;
  text-align: center;
}
.woocommerce-mini-cart__total strong {
  font-weight: 400;
}
.woocommerce-mini-cart__total .amount {
  font-weight: 700;
}
.woocommerce-mini-cart__buttons {
  margin: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.woocommerce-mini-cart__buttons .button, .woocommerce-mini-cart__buttons #catapult-cookie-bar .ctcc-inner button#catapultCookie, #catapult-cookie-bar .ctcc-inner .woocommerce-mini-cart__buttons button#catapultCookie, .woocommerce-mini-cart__buttons .woocommerce-Reviews #review_form p.form-submit input[type="submit"], .woocommerce-Reviews #review_form p.form-submit .woocommerce-mini-cart__buttons input[type="submit"] {
  font-size: 11px;
  padding: 5px 15px 15px;
  letter-spacing: 0;
  border: 0;
  text-transform: none;
  white-space: unset;
  text-align: left;
  min-height: auto;
  color: #666666;
  position: relative;
  background: transparent;
  font-weight: 400;
  line-height: inherit;
}
.woocommerce-mini-cart__buttons .button .svg-icon, .woocommerce-mini-cart__buttons #catapult-cookie-bar .ctcc-inner button#catapultCookie .svg-icon, #catapult-cookie-bar .ctcc-inner .woocommerce-mini-cart__buttons button#catapultCookie .svg-icon, .woocommerce-mini-cart__buttons .woocommerce-Reviews #review_form p.form-submit input[type="submit"] .svg-icon, .woocommerce-Reviews #review_form p.form-submit .woocommerce-mini-cart__buttons input[type="submit"] .svg-icon {
  width: 12px;
  margin-right: 5px;
  position: relative;
  top: -1px;
}
.woocommerce-mini-cart__buttons .button:hover, .woocommerce-mini-cart__buttons #catapult-cookie-bar .ctcc-inner button#catapultCookie:hover, #catapult-cookie-bar .ctcc-inner .woocommerce-mini-cart__buttons button#catapultCookie:hover, .woocommerce-mini-cart__buttons .woocommerce-Reviews #review_form p.form-submit input[type="submit"]:hover, .woocommerce-Reviews #review_form p.form-submit .woocommerce-mini-cart__buttons input[type="submit"]:hover {
  color: #ffd900;
  background: transparent;
}
.woocommerce-mini-cart__empty-message {
  padding: 20px;
  text-transform: uppercase;
  margin: 0;
  font-size: 12px;
}
/**
 * Global
 */
/**
  * Header
  */
/**
  * Content
  */
/* Std List */
/* Buttons */
/* Form */
/**
  * Thumbnail Hover
  */
/**
  * Woocommerce
  */
/**
  * Woocommerce | Archive
  */
/**
  * Woocommerce | Single
  */
/**
 * Table of Contents:

 * 1.0 - shop_table
	 * 1.1 - shop_table.cart
		* 1.1.1 - product-remove
		* 1.1.2 - product-thumbnail
		* 1.1.3 - product-name
		* 1.1.4 - product-quantity
		* 1.1.5 - product-subtotal
	 * 1.2 - shop_table.cart mobile
 	 * 1.3 - actions
 * 2.0 - cart_totals
	 * 2.1 - shop_table
	 * 2.2 - woocommerce-shipping-calculator
	 * 2.3 - wc-proceed-to-checkout
*/
/* 1.0 - shop_table */
.shop_table {
  width: 100%;
  /* 1.1 - shop_table.cart */
  /* 1.3 - actions */
}
.shop_table th {
  font-weight: 700;
}
.shop_table th, .shop_table td {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #d7d7d7;
}
.shop_table p, .shop_table label, .shop_table ul, .shop_table ol {
  margin: 0;
  list-style: none;
  padding: 0;
}
.shop_table.cart {
  margin: 40px 0 20px;
  /* 1.1.1 - product-remove */
  /* 1.1.2 - product-thumbnail */
  /* 1.1.3 - product-name */
  /* 1.1.4 - product-quantity */
  /* 1.1.5 - product-subtotal */
  /* 1.2 - shop_table.cart mobile */
}
.shop_table.cart tr:not(:last-child) {
  -webkit-transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.shop_table.cart tr:not(:last-child):nth-child(even) {
  background: rgba(230, 230, 230, 0.3);
}
.shop_table.cart tr:not(:last-child):hover {
  background-color: rgba(230, 230, 230, 0.5);
}
.shop_table.cart th, .shop_table.cart td {
  vertical-align: middle;
  padding: 10px;
}
.shop_table.cart .product-remove {
  width: 38px;
  padding: 0;
  text-align: right;
}
.shop_table.cart .product-remove a {
  display: inline-block;
  width: 28px;
  line-height: 30px;
  height: 28px;
  text-align: center;
  font-size: 24px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  color: #dc3545;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.shop_table.cart .product-remove a:hover {
  text-decoration: none;
  background: #dc3545;
  color: #fff;
}
.shop_table.cart .product-thumbnail {
  width: 105px;
  min-width: 80px;
}
.shop_table.cart .product-name {
  min-width: 220px;
}
.shop_table.cart .product-name a {
  font-family: "Montserrat", sans-serif;
  color: #000;
  font-weight: 400;
}
.shop_table.cart .product-name .variation {
  margin: 0;
  font-size: 80%;
  line-height: 1.6;
}
.shop_table.cart .product-name .variation dt {
  display: inline;
  font-weight: 700;
}
.shop_table.cart .product-name .variation dt:before {
  content: " ";
  display: block;
}
.shop_table.cart .product-name .variation dd {
  display: inline;
}
.shop_table.cart .product-name .variation dd p {
  display: inline;
}
.shop_table.cart .product-quantity {
  width: 220px;
}
.shop_table.cart .product-quantity .quantity {
  float: left;
}
.shop_table.cart .product-subtotal {
  font-weight: 700;
}
@media only screen and (max-width: 767.98px) {
  .shop_table.cart thead {
    display: none;
  }
  .shop_table.cart tr {
    display: block;
    position: relative;
    border: 1px solid #d7d7d7;
  }
  .shop_table.cart tr + tr {
    margin-top: 30px;
  }
  .shop_table.cart tr td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: right;
  }
  .shop_table.cart tr td:before {
    content: attr(data-title) ": ";
    font-weight: 700;
    text-align: left;
    margin-right: 15px;
    flex-grow: 1;
  }
  .shop_table.cart tr td.product-remove {
    width: 28px;
    height: 28px;
    position: absolute;
    top: 10px;
    right: auto;
    bottom: auto;
    left: 10px;
  }
  .shop_table.cart tr td.product-remove:before, .shop_table.cart tr td.product-remove:after {
    content: none !important;
  }
  .shop_table.cart tr td.product-remove a {
    background: #dc3545;
    color: #FFFFFF;
  }
  .shop_table.cart tr td.product-remove a:hover {
    background: #FFFFFF;
    color: #dc3545;
  }
  .shop_table.cart tr td.product-thumbnail {
    width: 100%;
    justify-content: center;
  }
  .shop_table.cart tr td.product-thumbnail:before, .shop_table.cart tr td.product-thumbnail:after {
    content: none !important;
  }
  .shop_table.cart tr td.product-quantity {
    width: 100%;
  }
  .shop_table.cart tr td.product-quantity .product-price__box {
    justify-content: flex-end;
  }
  .shop_table.cart tr td.product-subtotal {
    border: 0;
  }
}
.shop_table .actions:before {
  content: none !important;
}
@media only screen and (max-width: 767.98px) {
  .shop_table .actions {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.shop_table .actions .coupon {
  display: flex;
  float: left;
}
@media only screen and (max-width: 767.98px) {
  .shop_table .actions .coupon {
    float: none;
    width: 100%;
  }
}
@media only screen and (max-width: 575.98px) {
  .shop_table .actions .coupon {
    flex-wrap: wrap;
  }
}
.shop_table .actions .coupon label {
  display: none;
}
.shop_table .actions input {
  margin: 5px;
}
.shop_table .actions .button, .shop_table .actions #catapult-cookie-bar .ctcc-inner button#catapultCookie, #catapult-cookie-bar .ctcc-inner .shop_table .actions button#catapultCookie, .shop_table .actions .woocommerce-Reviews #review_form p.form-submit input[type="submit"], .woocommerce-Reviews #review_form p.form-submit .shop_table .actions input[type="submit"] {
  white-space: nowrap;
  margin: 5px;
  float: right;
}
@media only screen and (max-width: 767.98px) {
  .shop_table .actions .button, .shop_table .actions #catapult-cookie-bar .ctcc-inner button#catapultCookie, #catapult-cookie-bar .ctcc-inner .shop_table .actions button#catapultCookie, .shop_table .actions .woocommerce-Reviews #review_form p.form-submit input[type="submit"], .woocommerce-Reviews #review_form p.form-submit .shop_table .actions input[type="submit"] {
    float: none;
  }
}
/* 2.0 - cart_totals */
.cart_totals {
  /* 2.1 - shop_table */
  /* 2.2 - woocommerce-shipping-calculator */
  /* 2.3 - wc-proceed-to-checkout */
}
.cart_totals > h2, .cart_totals > .h2 {
  margin-top: 80px;
}
@media only screen and (max-width: 767.98px) {
  .cart_totals .shop_table {
    display: block;
  }
  .cart_totals .shop_table tbody {
    display: block;
  }
  .cart_totals .shop_table tr {
    display: block;
    border-bottom: 1px solid #d7d7d7;
  }
  .cart_totals .shop_table td, .cart_totals .shop_table th {
    display: block;
    border-bottom-width: 0 !important;
  }
  .cart_totals .shop_table th {
    padding-bottom: 0 !important;
  }
}
.cart_totals .shipping-calculator-form {
  padding: 15px 0;
}
.cart_totals .shipping-calculator-form .form-row {
  margin: 0 0 20px;
}
.cart_totals .wc-proceed-to-checkout {
  margin: 40px 0 20px;
  text-align: right;
}
/**
 * Global
 */
/**
  * Header
  */
/**
  * Content
  */
/* Std List */
/* Buttons */
/* Form */
/**
  * Thumbnail Hover
  */
/**
  * Woocommerce
  */
/**
  * Woocommerce | Archive
  */
/**
  * Woocommerce | Single
  */
/**
 * Table of Contents:

 * 1.0 - checkout_coupon
 * 2.0 - order_review
*/
#paczkomat_id {
  max-width: 100%;
}
.shipping paczkomaty-shipping .select2-container {
  width: 100%;
}
#order_review .woocommerce-shipping-totals label {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
#order_review th, #order_review td {
  padding: 20px;
}
@media only screen and (max-width: 1200px) {
  #order_review th, #order_review td {
    padding: 5px;
  }
}
#order_review thead, #order_review tbody, #order_review tfoot, #order_review tr, #order_review td, #order_review th {
  border: 1px solid #D7D7D7;
}
.woocommerce-checkout .wpmc-nav-wrapper {
  margin-top: 50px;
}
@media only screen and (max-width: 1200px) {
  .woocommerce-checkout .wpmc-nav-wrapper {
    flex-direction: column;
  }
}
@media only screen and (max-width: 1200px) {
  .woocommerce-checkout .wpmc-nav-wrapper .button, .woocommerce-checkout .wpmc-nav-wrapper #catapult-cookie-bar .ctcc-inner button#catapultCookie, #catapult-cookie-bar .ctcc-inner .woocommerce-checkout .wpmc-nav-wrapper button#catapultCookie, .woocommerce-checkout .wpmc-nav-wrapper .woocommerce-Reviews #review_form p.form-submit input[type="submit"], .woocommerce-Reviews #review_form p.form-submit .woocommerce-checkout .wpmc-nav-wrapper input[type="submit"] {
    margin-top: 10px;
    width: 100%;
  }
}
.woocommerce-checkout .content {
  padding: 0 0 60px;
}
@keyframes pulse {
  to {
    box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
  }
}
.place-order button#place_order {
  width: 100%;
  animation: pulse 1.5s infinite cubic-bezier(0.66, 0, 0, 1);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.15);
}
.place-order button#place_order:hover {
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  animation: none;
  color: #ffffff;
}
h3#payment_heading, #payment_heading.h3 {
  color: #fff;
  font-family: "Poppins", sans-serif;
  margin-bottom: 30px;
  margin-top: 40px;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
}
h3#order_review_heading, #order_review_heading.h3 {
  color: #fff;
  font-family: "Poppins", sans-serif;
  margin-bottom: 30px;
  margin-top: 40px;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
}
.woocommerce-billing-fields h3, .woocommerce-billing-fields .h3 {
  color: #fff;
  font-family: "Poppins", sans-serif;
  margin-bottom: 30px;
  margin-top: 40px;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
}
.acc-form label, .shipping_address label, .shipping-calculator-form label, .woocommerce-billing-fields label, .woocommerce-address-fields label, .woocommerce-additional-fields label, #ship-to-different-address label {
  margin: 0 0 3px;
  font-weight: 400;
}
.acc-form .form-row, .shipping_address .form-row, .shipping-calculator-form .form-row, .woocommerce-billing-fields .form-row, .woocommerce-address-fields .form-row, .woocommerce-additional-fields .form-row, #ship-to-different-address .form-row {
  max-width: 100%;
  margin: 0 auto;
  padding: 10px 0;
}
.acc-form .form-row > span input, .acc-form .form-row > span > span, .acc-form .form-row > span > strong, .shipping_address .form-row > span input, .shipping_address .form-row > span > span, .shipping_address .form-row > span > strong, .shipping-calculator-form .form-row > span input, .shipping-calculator-form .form-row > span > span, .shipping-calculator-form .form-row > span > strong, .woocommerce-billing-fields .form-row > span input, .woocommerce-billing-fields .form-row > span > span, .woocommerce-billing-fields .form-row > span > strong, .woocommerce-address-fields .form-row > span input, .woocommerce-address-fields .form-row > span > span, .woocommerce-address-fields .form-row > span > strong, .woocommerce-additional-fields .form-row > span input, .woocommerce-additional-fields .form-row > span > span, .woocommerce-additional-fields .form-row > span > strong, .acc-form select, .shipping_address select, .shipping-calculator-form select, .woocommerce-billing-fields select, .woocommerce-address-fields select, .woocommerce-additional-fields select, #ship-to-different-address select, #ship-to-different-address .form-row > span input, #ship-to-different-address .form-row > span > span, #ship-to-different-address .form-row > span > strong {
  max-width: 100%;
  display: block;
}
#ship-to-different-address {
  font-weight: 700;
  max-width: 100%;
  margin: 20px auto;
}
.wpmc-tabs-wrapper .wpmc-tab-item .wpmc-tab-number {
  display: inline-block;
  line-height: 36px;
  text-align: center;
  vertical-align: middle;
  width: 40px;
  min-width: 40px;
  min-height: 40px;
  height: 40px;
  margin-top: -19px !important;
  color: #999;
  background: #fff;
  border-radius: 100%;
  position: relative;
  font-size: 18px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
.acc-form textarea, .shipping_address textarea, .shipping-calculator-form textarea, .woocommerce-billing-fields textarea, .woocommerce-address-fields textarea, .woocommerce-additional-fields textarea, #ship-to-different-address textarea {
  max-width: 100%;
  height: 120px;
}
.woocommerce-additional-fields #order_comments_field {
  margin: 0 auto;
}
.woocommerce-billing-fields__field-wrapper .form-row {
  margin: 0 auto;
  padding: 10px 0;
}
.wpmc-steps-wrapper {
  margin-top: 30px;
  max-width: 100%;
  margin: 0 auto;
}
.wpmc-tabs-wrapper {
  margin-top: 20px;
  max-width: 100%;
}
.wpmc-tabs-wrapper .wpmc-tab-item:before {
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}
.wpmc-tabs-wrapper .wpmc-tab-item.current::before {
  border-bottom: 2px solid #ffd900;
}
.wpmc-tabs-wrapper .wpmc-tab-item.current .wpmc-tab-number {
  border-color: #ffd900;
  background: #ffd900;
}
.wpmc-tabs-wrapper .wpmc-tab-item .wpmc-tab-text {
  font-size: 15px;
  margin-top: 10px;
}
#ship-to-different-address label span {
  position: relative;
  top: 3px;
  color: #fff;
}
.wpmc-tabs-wrapper .wpmc-tab-item.current .wpmc-tab-text {
  color: #ffd900;
  font-weight: 800;
}
/* 1.0 - checkout_coupon */
.checkout_coupon .form-row {
  float: left;
  margin: 0 0 10px;
}
.checkout_coupon .form-row-first {
  margin-right: 15px;
}
/* 2.0 - order_review */
#order_review {
  margin: 40px 0 20px;
}
#order_review th {
  border-bottom: 1px solid #d7d7d7;
}
#order_review dl {
  margin: 0;
  display: flex;
  flex-direction: column;
}
#order_review dd {
  margin: 0 0 0 5px;
}
#order_review .methods {
  list-style: none;
  padding: 0;
}
#order_review .methods .payment_method_przelewy24 img {
  margin-left: 10px;
  position: relative;
  top: -4px;
}
#order_review .methods .tpay-row {
  overflow: unset;
}
#order_review .methods .tpay-insidebg {
  margin: 10px auto 0 !important;
}
#order_review .methods .tpay-info-label {
  padding: 0 !important;
}
#order_review .methods .tpay-amPmCheckbox {
  padding-left: 30px;
}
#order_review .methods .tpay-amPmCheckbox input[type="checkbox"] {
  display: block !important;
}
#order_review .methods .tpay-amPmCheckbox input[type="checkbox"] + label {
  background: none !important;
  font-family: inherit !important;
}
#order_review .woocommerce-shipping-totals input[type="radio"] {
  position: relative;
  top: 2px;
}
#order_review .woocommerce-shipping-totals label {
  display: inline;
  cursor: pointer;
}
#order_review .woocommerce-shipping-totals .woocommerce-shipping-methods {
  line-height: 1.5;
}
@media only screen and (min-width: 1200px) {
  #order_review .woocommerce-shipping-totals .woocommerce-shipping-methods {
    min-width: 200px;
  }
}
#order_review .place-order button {
  margin: 0 0 20px 0 0 20px 0 0 20px auto;
}
#ship-to-different-address label {
  font-size: 16px;
}
#ship-to-different-address label span {
  position: relative;
  top: 3px;
}
/**
 * Global
 */
/**
  * Header
  */
/**
  * Content
  */
/* Std List */
/* Buttons */
/* Form */
/**
  * Thumbnail Hover
  */
/**
  * Woocommerce
  */
/**
  * Woocommerce | Archive
  */
/**
  * Woocommerce | Single
  */
/**
 * Table of Contents:

 * 1.0 - woocommerce-MyAccount
	* 1.1 - woocommerce-MyAccount-navigation
	* 1.2 - woocommerce-MyAccount-content
 * 2.0 - woocommerce-form
 * 3.0 - woocommerce-ResetPassword
*/
/* 1.0 - woocommerce-MyAccount */
.woocommerce-MyAccount {
  /* 1.1 - woocommerce-MyAccount-navigation */
  /* 1.2 - woocommerce-MyAccount-content */
}
.woocommerce-MyAccount-navigation {
  margin: 40px 0 20px;
}
.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
}
.woocommerce-MyAccount-navigation-link {
  border-width: 1px 0;
  border-style: solid;
  border-color: #d7d7d7;
}
.woocommerce-MyAccount-navigation-link + li {
  border-width: 0 0 1px 0;
}
.woocommerce-MyAccount-navigation-link a {
  display: block;
  padding: 5px 15px;
  color: #fff;
  text-transform: uppercase;
}
.woocommerce-MyAccount-navigation-link.is-active a, .woocommerce-MyAccount-navigation-link a:hover {
  background: #d7d7d7;
  color: #000;
  text-decoration: none;
}
.woocommerce-MyAccount-content {
  margin: 40px 0 20px;
}
.woocommerce-MyAccount-content .woocommerce-message, .woocommerce-MyAccount-content .woocommerce-Message {
  margin-top: 0;
}
/* 2.0 - woocommerce-form */
.woocommerce-form .password-input {
  display: block;
  width: 100%;
}
.woocommerce-form-login__rememberme {
  width: 100%;
}
/* 3.0 - woocommerce-ResetPassword */
.woocommerce-ResetPassword {
  margin: 40px 0 20px;
}
/**
 * Global
 */
/**
  * Header
  */
/**
  * Content
  */
/* Std List */
/* Buttons */
/* Form */
/**
  * Thumbnail Hover
  */
/**
  * Woocommerce
  */
/**
  * Woocommerce | Archive
  */
/**
  * Woocommerce | Single
  */
/**
 * Table of Contents:

 * 1.0 - woocommerce
	* 1.1 - woocommerce-ordering
	* 1.2 - onsale
	* 1.3 - woocommerce-message
 * 2.0 - product-col
	* 2.1 - product-box
	* 2.2 - product-box-img
	* 2.3 - product-box-desc
		* 2.3.1 - product-box-desc__h
		* 2.3.2 - product-box-desc__p
		* 2.3.3 - product-box-desc__price
		* 2.3.4 - product-box-desc__btn-box
	* 2.4 - product-box__add-to-cart
	* 2.5 - product-box__link
*/
/* 1.0 - woocommerce */
/* 1.1 - woocommerce-ordering */
.woocommerce-ordering {
  margin: 40px 0 20px;
}
.woocommerce-ordering > select {
  max-width: 300px;
  display: block;
  margin-left: auto;
}
@media only screen and (max-width: 767.98px) {
  .woocommerce-ordering > select {
    max-width: 100%;
  }
}
/* 1.2 - onsale */
.onsale {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 15px;
  right: auto;
  bottom: auto;
  text-transform: uppercase;
  background: #ffd900;
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 4px 15px;
}
/* 1.3 - woocommerce-message */
.woocommerce-message, .woocommerce-Message, .woocommerce-form-coupon-toggle, .woocommerce-info, .woocommerce-error, .cart-empty {
  background: rgba(230, 230, 230, 0.3);
  border: 1px solid #d7d7d7;
  padding: 20px;
  margin: 40px 0 20px;
}
@media only screen and (max-width: 575.98px) {
  .woocommerce-message, .woocommerce-Message, .woocommerce-form-coupon-toggle, .woocommerce-info, .woocommerce-error, .cart-empty {
    text-align: center;
  }
}
.woocommerce-message .button, .woocommerce-message #catapult-cookie-bar .ctcc-inner button#catapultCookie, #catapult-cookie-bar .ctcc-inner .woocommerce-message button#catapultCookie, .woocommerce-message .woocommerce-Reviews #review_form p.form-submit input[type="submit"], .woocommerce-Reviews #review_form p.form-submit .woocommerce-message input[type="submit"], .woocommerce-Message .button, .woocommerce-Message #catapult-cookie-bar .ctcc-inner button#catapultCookie, #catapult-cookie-bar .ctcc-inner .woocommerce-Message button#catapultCookie, .woocommerce-Message .woocommerce-Reviews #review_form p.form-submit input[type="submit"], .woocommerce-Reviews #review_form p.form-submit .woocommerce-Message input[type="submit"], .woocommerce-form-coupon-toggle .button, .woocommerce-form-coupon-toggle #catapult-cookie-bar .ctcc-inner button#catapultCookie, #catapult-cookie-bar .ctcc-inner .woocommerce-form-coupon-toggle button#catapultCookie, .woocommerce-form-coupon-toggle .woocommerce-Reviews #review_form p.form-submit input[type="submit"], .woocommerce-Reviews #review_form p.form-submit .woocommerce-form-coupon-toggle input[type="submit"], .woocommerce-info .button, .woocommerce-info #catapult-cookie-bar .ctcc-inner button#catapultCookie, #catapult-cookie-bar .ctcc-inner .woocommerce-info button#catapultCookie, .woocommerce-info .woocommerce-Reviews #review_form p.form-submit input[type="submit"], .woocommerce-Reviews #review_form p.form-submit .woocommerce-info input[type="submit"], .woocommerce-error .button, .woocommerce-error #catapult-cookie-bar .ctcc-inner button#catapultCookie, #catapult-cookie-bar .ctcc-inner .woocommerce-error button#catapultCookie, .woocommerce-error .woocommerce-Reviews #review_form p.form-submit input[type="submit"], .woocommerce-Reviews #review_form p.form-submit .woocommerce-error input[type="submit"], .cart-empty .button, .cart-empty #catapult-cookie-bar .ctcc-inner button#catapultCookie, #catapult-cookie-bar .ctcc-inner .cart-empty button#catapultCookie, .cart-empty .woocommerce-Reviews #review_form p.form-submit input[type="submit"], .woocommerce-Reviews #review_form p.form-submit .cart-empty input[type="submit"] {
  margin-right: 15px;
  display: inline-flex;
}
@media only screen and (max-width: 575.98px) {
  .woocommerce-message .button, .woocommerce-message #catapult-cookie-bar .ctcc-inner button#catapultCookie, #catapult-cookie-bar .ctcc-inner .woocommerce-message button#catapultCookie, .woocommerce-message .woocommerce-Reviews #review_form p.form-submit input[type="submit"], .woocommerce-Reviews #review_form p.form-submit .woocommerce-message input[type="submit"], .woocommerce-Message .button, .woocommerce-Message #catapult-cookie-bar .ctcc-inner button#catapultCookie, #catapult-cookie-bar .ctcc-inner .woocommerce-Message button#catapultCookie, .woocommerce-Message .woocommerce-Reviews #review_form p.form-submit input[type="submit"], .woocommerce-Reviews #review_form p.form-submit .woocommerce-Message input[type="submit"], .woocommerce-form-coupon-toggle .button, .woocommerce-form-coupon-toggle #catapult-cookie-bar .ctcc-inner button#catapultCookie, #catapult-cookie-bar .ctcc-inner .woocommerce-form-coupon-toggle button#catapultCookie, .woocommerce-form-coupon-toggle .woocommerce-Reviews #review_form p.form-submit input[type="submit"], .woocommerce-Reviews #review_form p.form-submit .woocommerce-form-coupon-toggle input[type="submit"], .woocommerce-info .button, .woocommerce-info #catapult-cookie-bar .ctcc-inner button#catapultCookie, #catapult-cookie-bar .ctcc-inner .woocommerce-info button#catapultCookie, .woocommerce-info .woocommerce-Reviews #review_form p.form-submit input[type="submit"], .woocommerce-Reviews #review_form p.form-submit .woocommerce-info input[type="submit"], .woocommerce-error .button, .woocommerce-error #catapult-cookie-bar .ctcc-inner button#catapultCookie, #catapult-cookie-bar .ctcc-inner .woocommerce-error button#catapultCookie, .woocommerce-error .woocommerce-Reviews #review_form p.form-submit input[type="submit"], .woocommerce-Reviews #review_form p.form-submit .woocommerce-error input[type="submit"], .cart-empty .button, .cart-empty #catapult-cookie-bar .ctcc-inner button#catapultCookie, #catapult-cookie-bar .ctcc-inner .cart-empty button#catapultCookie, .cart-empty .woocommerce-Reviews #review_form p.form-submit input[type="submit"], .woocommerce-Reviews #review_form p.form-submit .cart-empty input[type="submit"] {
    display: block;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.woocommerce-message .woocommerce-error, .woocommerce-message .woocommerce-info, .woocommerce-Message .woocommerce-error, .woocommerce-Message .woocommerce-info, .woocommerce-form-coupon-toggle .woocommerce-error, .woocommerce-form-coupon-toggle .woocommerce-info, .woocommerce-info .woocommerce-error, .woocommerce-info .woocommerce-info, .woocommerce-error .woocommerce-error, .woocommerce-error .woocommerce-info, .cart-empty .woocommerce-error, .cart-empty .woocommerce-info {
  background: none;
  padding: 0;
  border: 0;
  margin: 0;
}
.woocommerce-error {
  border-color: #ff0000;
  background: #ffe2e2;
  color: #C10000;
  list-style-position: inside;
}
.gallery .gallery-item .gallery-icon > a:before, .product-col .product-box-img:before, .product-box > a:not(.product-box__link):before, .woocommerce-product-gallery__image > a:before, .blog-post__img__link:before {
  background: rgba(0, 0, 0, 0.5);
}
.single_add_to_cart_button:hover {
  background: transparent;
  color: #ffd900;
  border-color: #ffd900;
}
/* 2.0 - product-col */
.product-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0 20px;
  padding: 0 15px;
  /* 2.1 - product-box */
  /* 2.2 - product-box-img */
  /* 2.3 - product-box-desc */
  /* 2.4 - product-box__add-to-cart */
  /* 2.5 - product-box__link */
}
@media only screen and (max-width: 575.98px) {
  .product-col {
    margin: 0 0 30px;
  }
}
.product-col .product-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: unset;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  background: transparent;
  -webkit-transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  border: 1px solid #BFBFBF;
}
.product-col .product-box:hover {
  border-color: unset;
  background: unset;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
}
.product-col .product-box:hover .product-box-img__hov {
  left: 0;
  opacity: 1;
}
.product-col .product-box-img, .product-col .product-box-img__hov {
  height: 350px;
  padding: 0;
  position: relative;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.product-col .product-box-img img, .product-col .product-box-img__hov img {
  width: 100%;
  max-height: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-col .product-box-img__hov {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  opacity: 1;
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;
}
.product-col .product-box-desc {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 20px 0 20px 0;
  text-align: center;
  /* 2.3.1 - product-box-desc__h */
  /* 2.3.2 - product-box-desc__p */
  /* 2.3.3 - product-box-desc__price */
  /* 2.3.4 - product-box-desc__btn-box */
}
.product-col .product-box-desc__h, .product-col .product-box-desc .woocommerce-loop-category__title {
  font-family: "Montserrat", sans-serif;
  color: #eee;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  margin: 0 0 0;
  margin-bottom: 10px;
}
.product-col .product-box-desc__p {
  font-family: "Montserrat", sans-serif;
  color: #eee;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  margin: 0 0 5px;
}
.product-col .product-box-desc__price {
  font-family: "Montserrat", sans-serif;
  color: #eee;
  font-size: 17px;
  line-height: 1.8;
  font-weight: 600;
  margin: 0;
  letter-spacing: 1px;
}
.product-col .product-box-desc__price del {
  color: #777;
  font-size: 14px;
  font-weight: 400;
  margin-right: 5px;
}
.product-col .product-box-desc__price ins {
  text-decoration: none;
}
.product-col .product-box-desc__price .star-rating {
  margin: 7px 0 5px;
}
.product-col .product-box-desc__btn-box {
  display: block;
  padding: 0 15px 20px;
  position: relative;
  z-index: 7;
  text-align: center;
}
.product-col .product-box-desc__btn-box .add_to_cart_button {
  width: auto;
  position: relative;
  font-size: 14px;
  color: #ffd900;
  border-color: #ffd900;
  background: transparent;
}
.product-col .product-box-desc__btn-box .add_to_cart_button:hover {
  color: #fff;
  background: #ffd900;
  border-color: #ffd900;
}
.product-col .product-box-desc__btn-box .add_to_cart_button:after {
  display: none;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
}
.product-col .product-box-desc__btn-box .add_to_cart_button.loading:after {
  display: inline-block;
  -webkit-animation: loading 2s infinite linear;
  -moz-animation: loading 2s infinite linear;
  animation: loading 2s infinite linear;
}
.product-col .product-box-desc__btn-box .add_to_cart_button.added:after {
  display: inline-block;
}
.product-col .product-box-desc__btn-box .add_to_cart_button + .added_to_cart {
  display: none !important;
}
.product-col .product-type-simple .product-box-desc {
  padding: 20px 0 20px 0;
}
.product-col .product-box__add-to-cart {
  position: absolute;
  left: auto;
  top: 20px;
  right: 15px;
  bottom: auto;
  width: auto;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #d7d7d7;
  color: #000;
  background: #fff;
  z-index: 9;
  margin: auto;
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;
  text-align: start;
}
.product-col .product-box__add-to-cart:hover {
  border-color: #d7d7d7;
  color: #000;
  background: #d7d7d7;
}
.product-col .product-box__add-to-cart .icon {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.product-col .product-box__add-to-cart.loading .icon {
  -webkit-animation: loading 2s infinite linear;
  -moz-animation: loading 2s infinite linear;
  animation: loading 2s infinite linear;
}
.product-col .product-box__add-to-cart + .added_to_cart {
  display: none !important;
}
.product-col .product-box__link {
  display: block;
  z-index: 5;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
/**
 * Global
 */
/**
  * Header
  */
/**
  * Content
  */
/* Std List */
/* Buttons */
/* Form */
/**
  * Thumbnail Hover
  */
/**
  * Woocommerce
  */
/**
  * Woocommerce | Archive
  */
/**
  * Woocommerce | Single
  */
/**
 * Table of Contents:

 * 1.0 - single-prod-content
	* 1.1 - product_title
	* 1.2 - woocommerce-product-rating
	* 1.3 - price
	* 1.4 - description
	* 1.5 - variations
	* 1.6 - cart | variations_button
	* 1.7 - product_meta
	* 1.8 - tabs
	* 1.9 - woocommerce-product-attributes
 * 2.0 - single-prod-gal
 * 3.0 - quantity
 * 4.0 - star-rating
 * 5.0 - woocommerce-Reviews
	* 5.1 - woocommerce-Reviews-title
	* 5.2 - comments
	* 5.3 - review_form
 * 6.0 - related
*/
.quantity-buttons {
  flex-direction: row-reverse !important;
}
figure.woocommerce-product-gallery__wrapper {
  margin: 0;
}
.single-prod .single-prod-gal {
  border: 1px solid #898989;
}
.single-prod .row .col-12.col-sm-6:last-of-type {
  display: flex;
  align-items: center;
}
.single-prod-content .variations td {
  padding: 0 !important;
}
.single-prod-content .variations {
  margin-bottom: 25px !important;
}
.single-prod-content .variations td.value select {
  padding-left: 8px;
  border: 1px solid #0D0D0D;
}
.single-product .before_product {
  padding: 80px 0;
  background-color: #fff;
  margin-top: 80px;
}
.single-product .before_product .main-title {
  font-size: 30px;
}
/* 1.0 - single-prod-content */
.single-prod-content {
  /* 1.1 - product_title */
  /* 1.2 - woocommerce-product-rating */
  /* 1.3 - price */
  /* 1.4 - description */
  /* 1.5 - variations */
  /* 1.6 - cart | variations_button */
  /* 1.7 - product_meta */
  /* 1.8 - tabs */
  /* 1.9 - woocommerce-product-attributes */
}
.single-prod-content .single_add_to_cart_button {
  width: auto;
  position: relative;
  font-size: 14px;
  color: #ffd900;
  border-color: #ffd900;
  background: transparent;
}
.single-prod-content .single_add_to_cart_button:hover {
  color: #fff;
  background: #ffd900;
  border-color: #ffd900;
}
@media only screen and (max-width: 1200px) {
  .single-prod-content .single_add_to_cart_button {
    margin-top: 20px;
  }
}
.single-prod-content .product_title {
  font-size: 35px;
  color: #fff;
  font-weight: 600;
  font-family: "Poppins";
  margin: 20px 0 10px 0;
}
@media only screen and (max-width: 575.98px) {
  .single-prod-content .product_title {
    margin: 40px 0 20px;
  }
}
.single-prod-content .woocommerce-product-rating {
  margin: 0 0 20px;
}
.single-prod-content .woocommerce-product-rating .star-rating {
  margin: 4px 10px 0 0;
  float: left;
}
.single-prod-content .woocommerce-product-rating .woocommerce-review-link {
  font-size: 14px;
}
.single-prod-content .price {
  font-size: 34px;
  color: #ffd900;
  font-weight: 700;
  margin-bottom: 20px;
}
.single-prod-content .price del {
  color: #777;
  font-size: 18px;
  font-weight: 400;
  margin-right: 10px;
}
.single-prod-content .price ins {
  text-decoration: none;
}
.single-prod-content .description {
  margin: 0 0 20px;
}
.single-prod-content .variations {
  width: 100%;
  margin: 0;
}
.single-prod-content .variations td {
  padding: 0 0 15px;
}
.single-prod-content .variations td.label {
  font-weight: 700;
}
.single-prod-content .variations td.label label {
  margin: 0;
}
.single-prod-content .variations td.value {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.single-prod-content .variations td.value .reset_variations {
  margin-left: 15px;
}
.single-prod-content .variations td.value select {
  padding-left: 8px;
}
.single-prod-content .variations .single_variation_wrap {
  margin: 20px 0 0;
}
.single-prod-content .cart, .single-prod-content .variations_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.single-prod-content .cart .quantity-buttons, .single-prod-content .variations_button .quantity-buttons {
  margin-right: 15px;
}
.single-prod-content .product_meta {
  margin: 30px 0 20px 0;
}
.single-prod-content .product_meta > span {
  display: block;
  font-weight: 700;
}
.single-prod-content .product_meta > span > span, .single-prod-content .product_meta > span > a {
  font-weight: 400;
  color: #fff;
}
.single-prod-content .tabs.wc-tabs {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  border-bottom: 1px solid #d7d7d7;
  display: none;
}
.single-prod-content .tabs.wc-tabs:after {
  content: " ";
  display: block;
  clear: both;
}
.single-prod-content .tabs.wc-tabs li {
  float: left;
  padding: 0;
}
.single-prod-content .tabs.wc-tabs li a {
  color: #aaa;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 700;
  padding: 8px 15px;
  display: block;
  border-bottom: 1px solid transparent;
  margin-bottom: -1px;
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;
}
.single-prod-content .tabs.wc-tabs li a:hover {
  border-color: #000;
  color: #000;
  text-decoration: none;
}
.single-prod-content .tabs.wc-tabs li.active a {
  border-color: #000;
  color: #000;
  text-decoration: none;
}
.single-prod-content .woocommerce-product-attributes {
  margin: 0 0 20px;
}
.single-prod-content .woocommerce-product-attributes-item__label {
  font-weight: 700;
  padding-right: 10px;
}
.single-prod-content .woocommerce-product-attributes-item__value p {
  margin: 0;
}
/* 2.0 - single-prod-gal */
.single-prod-gal {
  position: relative;
  margin: 40px 0 20px;
}
.single-prod-gal .flex-control-nav.flex-control-thumbs {
  list-style: none;
  padding: 0 15px;
  margin: 0 -7.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 15px;
}
.single-prod-gal .flex-control-nav.flex-control-thumbs > li {
  float: left;
  width: 25%;
  padding: 0 7.5px;
  margin-bottom: 15px;
  cursor: pointer;
}
.single-prod-gal .flex-control-nav.flex-control-thumbs > li > img {
  width: 100%;
}
/* 3.0 - quantity */
.quantity input[type="number"] {
  width: 60px;
  height: 60px;
  text-align: center;
  padding-left: 8px !important;
  padding-right: 8px !important;
  border-radius: 0 0 0 0;
  border: 1px solid #ffd900;
  -moz-appearance: textfield;
  background: transparent;
  color: #ffd900;
}
.quantity input[type="number"]:focus {
  box-shadow: none;
}
.quantity input[type="number"]::-webkit-inner-spin-button, .quantity input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.quantity-buttons {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  width: 30px;
  flex-direction: row;
  width: 120px;
}
@media only screen and (min-width: 1200px) {
  .quantity-buttons {
    height: 42px;
  }
}
.quantity-buttons button {
  height: 60px !important;
  width: 60px;
  font-size: 18px;
  line-height: 23px;
  border-width: 1px;
  border-style: solid;
  border-color: #ffd900;
  color: #888;
  border-radius: 0 0 0 0;
  border-left: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  background: transparent;
  color: #cccccc;
  font-weight: 400;
  letter-spacing: 0;
  -webkit-transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.quantity-buttons button + button {
  height: 21px;
}
.quantity-buttons button:hover {
  border-color: #ffd900 !important;
  background: transparent !important;
  color: #ffd900 !important;
}
.quantity-buttons button.quantity-buttons__plus {
  color: #888;
}
.quantity-buttons button.quantity-buttons__minus {
  color: #888;
  border-top: 1px solid #ffd900;
}
.quantity + .quantity-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.quantity.hidden + .quantity-buttons {
  display: none !important;
}
/* 4.0 - star-rating */
.star-rating {
  overflow: hidden;
  position: relative;
  height: 14px;
  line-height: 1;
  width: 80px;
  margin: 8px auto 9px;
}
.star-rating:before {
  height: 14px;
  width: 100%;
  content: "";
  background-repeat: repeat-x;
  background-size: 16px 14px;
  position: absolute;
  top: 0;
  left: 0;
}
.star-rating span {
  overflow: hidden;
  padding-top: 14px;
  background-repeat: repeat-x;
  background-size: 16px 14px;
  position: absolute;
  top: 0;
  left: 0;
}
/* 5.0 - woocommerce-Reviews */
.woocommerce-Reviews {
  /* 5.1 - woocommerce-Reviews-title */
  /* 5.2 - comments */
  /* 5.3 - review_form */
}
.woocommerce-Reviews-title, .woocommerce-Reviews .comment-reply-title {
  font-family: "Montserrat", sans-serif;
  font-size: 110%;
  line-height: 1.2;
  color: #000;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  margin: 40px 0 10px;
  display: block;
}
.woocommerce-Reviews #comments ol.commentlist {
  margin: 0;
  width: 100%;
  background: 0 0;
  list-style: none;
  padding: 0;
}
.woocommerce-Reviews #comments ol.commentlist li {
  padding: 0;
  margin: 0 0 20px;
  border: 0;
  position: relative;
  background: 0;
  border: 0;
}
.woocommerce-Reviews #comments ol.commentlist img.avatar {
  display: none;
}
.woocommerce-Reviews #comments ol.commentlist .comment-text {
  margin: 0;
  border: 1px solid #d7d7d7;
  border-radius: 0;
  padding: 15px 15px;
}
.woocommerce-Reviews #comments ol.commentlist .star-rating {
  margin: 0 0 10px;
}
.woocommerce-Reviews #comments ol.commentlist .meta {
  margin: 0 0 10px;
}
.woocommerce-Reviews #comments ol.commentlist .description {
  margin: 0;
  font-size: 90%;
  font-style: italic;
}
.woocommerce-Reviews #comments ol.commentlist .description p {
  margin: 0;
}
.woocommerce-Reviews #review_form #comment {
  resize: none;
  height: 120px;
}
.woocommerce-Reviews #review_form p {
  margin: 0 0 10px;
}
.woocommerce-Reviews #review_form p.comment-form-author {
  margin-top: -10px;
}
.woocommerce-Reviews #review_form .comment-form-cookies-consent label {
  display: inline;
}
.woocommerce-Reviews #review_form p.form-submit {
  margin: 0 0 20px;
}
.woocommerce-Reviews #review_form p.stars {
  display: block;
  pointer-events: none;
}
.woocommerce-Reviews #review_form p.stars > span {
  display: inline-flex;
}
.woocommerce-Reviews #review_form p.stars a {
  display: block;
  width: 22px;
  height: 18px;
  position: relative;
  text-indent: -999em;
  text-decoration: none;
  pointer-events: auto;
}
.woocommerce-Reviews #review_form p.stars a:before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  text-indent: 0;
  background-size: 22px 18px;
  position: absolute;
  top: 0;
  left: 0;
}
/* 6.0 - related */
.related {
  padding-top: 50px;
  text-align: center;
}
.related h2, .related .h2 {
  font-size: 30px !important;
  color: #000000 !important;
  font-weight: 600 !important;
  font-family: "Poppins" !important;
  margin-bottom: 20px;
}
.blue-section {
  background: #0d0b0d;
  color: #fff;
  padding: 30px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .blue-section {
    margin-left: 60px;
    margin-right: 60px;
    margin-top: -140px;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22http%3A%2F%2Flocalhost%3A10059%2F%22%2C%22sources%22%3A%5B%22wp-content%2Fthemes%2Fdotspice%2Fscss%2Fstyle.scss%22%2C%22wp-content%2Fthemes%2Fdotspice%2Fscss%2Fbootstrap%2F_root.scss%22%2C%22wp-content%2Fthemes%2Fdotspice%2Fscss%2Fbootstrap%2F_reboot.scss%22%2C%22wp-content%2Fthemes%2Fdotspice%2Fscss%2Fbootstrap%2Fvendor%2F_rfs.scss%22%2C%22wp-content%2Fthemes%2Fdotspice%2Fscss%2Fbootstrap%2F_type.scss%22%2C%22wp-content%2Fthemes%2Fdotspice%2Fscss%2Fbootstrap%2F_images.scss%22%2C%22wp-content%2Fthemes%2Fdotspice%2Fscss%2Fbootstrap%2F_containers.scss%22%2C%22wp-content%2Fthemes%2Fdotspice%2Fscss%2Fbootstrap%2Fmixins%2F_breakpoints.scss%22%2C%22wp-content%2Fthemes%2Fdotspice%2Fscss%2Fbootstrap%2F_grid.scss%22%2C%22wp-content%2Fthemes%2Fdotspice%2Fscss%2Fbootstrap%2Fmixins%2F_grid.scss%22%2C%22wp-content%2Fthemes%2Fdotspice%2Fscss%2Fbootstrap%2F_tables.scss%22%2C%22wp-content%2Fthemes%2Fdotspice%2Fscss%2Fbootstrap%2Fmixins%2F_table-variants.scss%22%2C%22wp-content%2Fthemes%2Fdotspice%2Fscss%2Fbootstrap%2Fforms%2F_labels.scss%22%2C%22wp-content%2Fthemes%2Fdotspice%2Fscss%2Fbootstrap%2Fforms%2F_form-text.scss%22%2C%22wp-content%2Fthemes%2Fdotspice%2Fscss%2Fbootstrap%2Fforms%2F_form-control.scss%22%2C%22wp-content%2Fthemes%2Fdotspice%2Fscss%2Fbootstrap%2Fmixins%2F_transition.scss%22%2C%22wp-content%2Fthemes%2Fdotspice%2Fscss%2Fbootstrap%2Fforms%2F_form-select.scss%22%2C%22wp-content%2Fthemes%2Fdotspice%2Fscss%2Fbootstrap%2Fforms%2F_form-check.scss%22%2C%22wp-content%2Fthemes%2Fdotspice%2Fscss%2Fbootstrap%2Fforms%2F_form-range.scss%22%2C%22wp-content%2Fthemes%2Fdotspice%2Fscss%2Fbootstrap%2Fforms%2F_floating-labels.scss%22%2C%22wp-content%2Fthemes%2Fdotspice%2Fscss%2Fbootstrap%2Fforms%2F_input-group.scss%22%2C%22wp-content%2Fthemes%2Fdotspice%2Fscss%2Fbootstrap%2Fmixins%2F_forms.scss%22%2C%22wp-content%2Fthemes%2Fdotspice%2Fscss%2Fbootstrap%2F_buttons.scss%22%2C%22wp-content%2Fthemes%2Fdotspice%2Fscss%2Fbootstrap%2Fmixins%2F_buttons.scss%22%2C%22wp-content%2Fthemes%2Fdotspice%2Fscss%2Fbootstrap%2F_transitions.scss%22%2C%22wp-content%2Fthemes%2Fdotspice%2Fscss%2Fbootstrap%2F_dropdown.scss%22%2C%22wp-content%2Fthemes%2Fdotspice%2Fscss%2Fbootstrap%2Fmixins%2F_caret.scss%22%2C%22wp-content%2Fthemes%2Fdotspice%2Fscss%2Fbootstrap%2F_button-group.scss%22%2C%22wp-content%2Fthemes%2Fdotspice%2Fscss%2Fbootstrap%2F_nav.scss%22%2C%22wp-content%2Fthemes%2Fdotspice%2Fscss%2Fbootstrap%2F_navbar.scss%22%2C%22wp-content%2Fthemes%2Fdotspice%2Fscss%2Fbootstrap%2F_card.scss%22%2C%22wp-content%2Fthemes%2Fdotspice%2Fscss%2Fbootstrap%2F_accordion.scss%22%2C%22wp-content%2Fthemes%2Fdotspice%2Fscss%2Fbootstrap%2F_pagination.scss%22%2C%22wp-content%2Fthemes%2Fdotspice%2Fscss%2Fbootstrap%2Fmixins%2F_pagination.scss%22%2C%22wp-content%2Fthemes%2Fdotspice%2Fscss%2Fbootstrap%2F_list-group.scss%22%2C%22wp-content%2Fthemes%2Fdotspice%2Fscss%2Fbootstrap%2Fmixins%2F_list-group.scss%22%2C%22wp-content%2Fthemes%2Fdotspice%2Fscss%2Fbootstrap%2F_close.scss%22%2C%22wp-content%2Fthemes%2Fdotspice%2Fscss%2Fbootstrap%2F_modal.scss%22%2C%22wp-content%2Fthemes%2Fdotspice%2Fscss%2Fbootstrap%2F_tooltip.scss%22%2C%22wp-content%2Fthemes%2Fdotspice%2Fscss%2Fbootstrap%2F_popover.scss%22%2C%22wp-content%2Fthemes%2Fdotspice%2Fscss%2Fbootstrap%2Fmixins%2F_clearfix.scss%22%2C%22wp-content%2Fthemes%2Fdotspice%2Fscss%2Fbootstrap%2Fhelpers%2F_colored-links.scss%22%2C%22wp-content%2Fthemes%2Fdotspice%2Fscss%2Fbootstrap%2Fhelpers%2F_ratio.scss%22%2C%22wp-content%2Fthemes%2Fdotspice%2Fscss%2Fbootstrap%2Fhelpers%2F_position.scss%22%2C%22wp-content%2Fthemes%2Fdotspice%2Fscss%2Fbootstrap%2Fhelpers%2F_visually-hidden.scss%22%2C%22wp-content%2Fthemes%2Fdotspice%2Fscss%2Fbootstrap%2Fhelpers%2F_stretched-link.scss%22%2C%22wp-content%2Fthemes%2Fdotspice%2Fscss%2Fbootstrap%2Fhelpers%2F_text-truncation.scss%22%2C%22wp-content%2Fthemes%2Fdotspice%2Fscss%2Fbootstrap%2Fmixins%2F_utilities.scss%22%2C%22wp-content%2Fthemes%2Fdotspice%2Fscss%2Fbootstrap%2Futilities%2F_api.scss%22%2C%22wp-content%2Fthemes%2Fdotspice%2Fscss%2Faos%2F_core.scss%22%2C%22wp-content%2Fthemes%2Fdotspice%2Fscss%2Faos%2F_easing.scss%22%2C%22wp-content%2Fthemes%2Fdotspice%2Fscss%2Faos%2F_animations.scss%22%2C%22wp-content%2Fthemes%2Fdotspice%2Fscss%2F_normalize.scss%22%2C%22wp-content%2Fthemes%2Fdotspice%2Fscss%2F_extends.scss%22%2C%22wp-content%2Fthemes%2Fdotspice%2Fscss%2F_sliders.scss%22%2C%22wp-content%2Fthemes%2Fdotspice%2Fscss%2F_mixin.scss%22%2C%22wp-content%2Fthemes%2Fdotspice%2Fscss%2F_defaults.scss%22%2C%22wp-content%2Fthemes%2Fdotspice%2Fscss%2F_fonts.scss%22%2C%22wp-content%2Fthemes%2Fdotspice%2Fscss%2F_buttons.scss%22%2C%22wp-content%2Fthemes%2Fdotspice%2Fscss%2F_navbar.scss%22%2C%22wp-content%2Fthemes%2Fdotspice%2Fscss%2F_jumbotron.scss%22%2C%22wp-content%2Fthemes%2Fdotspice%2Fscss%2F_sidebar.scss%22%2C%22wp-content%2Fthemes%2Fdotspice%2Fscss%2F_homepage.scss%22%2C%22wp-content%2Fthemes%2Fdotspice%2Fscss%2F_pages.scss%22%2C%22wp-content%2Fthemes%2Fdotspice%2Fscss%2F_contact.scss%22%2C%22wp-content%2Fthemes%2Fdotspice%2Fscss%2F_blog.scss%22%2C%22wp-content%2Fthemes%2Fdotspice%2Fscss%2F_404.scss%22%2C%22wp-content%2Fthemes%2Fdotspice%2Fscss%2F_footer.scss%22%2C%22wp-content%2Fthemes%2Fdotspice%2Fscss%2F_woo-global.scss%22%2C%22wp-content%2Fthemes%2Fdotspice%2Fscss%2F_woo-mini-cart.scss%22%2C%22wp-content%2Fthemes%2Fdotspice%2Fscss%2F_woo-cart.scss%22%2C%22wp-content%2Fthemes%2Fdotspice%2Fscss%2F_woo-checkout.scss%22%2C%22wp-content%2Fthemes%2Fdotspice%2Fscss%2F_woo-my-account.scss%22%2C%22wp-content%2Fthemes%2Fdotspice%2Fscss%2F_woo-archive.scss%22%2C%22wp-content%2Fthemes%2Fdotspice%2Fscss%2F_woo-single.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACeA%3BAAAA%3BAAAA%3BAAgBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAuBA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BACdI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADmBJ%3BAAAA%3BAAAA%3BACnBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADwBJ%3BAAAA%3BAAAA%3BACxBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD6BJ%3BAAAA%3BAAAA%3BAC7BI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADkCJ%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYF%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACpaI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD6aF%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAFtiBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAE2jBA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAE5lBA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD0DE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC1DF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD0DE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC1DF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD0DE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC1DF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD0DE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC1DF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD0DE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC1DF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD0DE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACpCJ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAC7FF%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAChCE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACyDE%3BAD5CE%3BAAAA%3BAAAA%3BAAAA%3BAC4CF%3BAD5CE%3BAAAA%3BAAAA%3BAAAA%3BAC4CF%3BAD5CE%3BAAAA%3BAAAA%3BAAAA%3BAC4CF%3BAD5CE%3BAAAA%3BAAAA%3BAAAA%3BAC4CF%3BAD5CE%3BAAAA%3BAAAA%3BAAAA%3BAEdJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC0DE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAArBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiCI%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAALA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAALA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAALA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAALA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAALA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAFjDJ%3BAEGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAArBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiCI%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAALA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAALA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAALA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAALA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAALA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAFjDJ%3BAEGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAArBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiCI%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAALA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAALA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAALA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAALA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAALA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAFjDJ%3BAEGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAArBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiCI%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAALA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAALA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAALA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAALA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAALA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAFjDJ%3BAEGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAArBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiCI%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAALA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAALA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAALA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAALA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAALA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAFjDJ%3BAEGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAArBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiCI%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAALA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAALA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAALA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAALA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAALA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAC5GR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAoBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BACrHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD8IE%3BAAAA%3BAAAA%3BAAAA%3BAHpEA%3BAGoEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHpEA%3BAGoEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHpEA%3BAGoEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHpEA%3BAGoEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHpEA%3BAGoEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAE5IJ%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC3BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACgBM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADGJ%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACvDI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADuEJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC3EI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD0FJ%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAcF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAEpNF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAoBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC1DA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFIM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEUJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAeJ%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAYJ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC1IJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAGF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHNI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGiBF%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHjCI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAG2CF%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BACtFJ%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJWI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIGF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAClDJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAYJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAqBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAeI%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACpGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBE%3BAAAA%3BAAAA%3BAArCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAuDE%3BAAAA%3BAAAA%3BAAAA%3BAAvDF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmFE%3BAAAA%3BAAAA%3BAAAA%3BAAnFF%3BAAAA%3BAAAA%3BAA8FE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAhGF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBE%3BAAAA%3BAAAA%3BAArCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAuDE%3BAAAA%3BAAAA%3BAAAA%3BAAvDF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmFE%3BAAAA%3BAAAA%3BAAAA%3BAAnFF%3BAAAA%3BAAAA%3BAA8FE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAC5GJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAPgBM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOCJ%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAiBA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAClCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADNA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAClCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADNA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAClCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADNA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAClCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADNA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAClCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADNA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAClCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADNA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAClCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADNA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAClCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADAA%3BAAAA%3BAAAA%3BAAAA%3BACoBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BADlDA%3BAAAA%3BAAAA%3BAAAA%3BACoBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BADlDA%3BAAAA%3BAAAA%3BAAAA%3BACoBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BADlDA%3BAAAA%3BAAAA%3BAAAA%3BACoBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BADlDA%3BAAAA%3BAAAA%3BAAAA%3BACoBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BADlDA%3BAAAA%3BAAAA%3BAAAA%3BACoBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BADlDA%3BAAAA%3BAAAA%3BAAAA%3BACoBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BADlDA%3BAAAA%3BAAAA%3BAAAA%3BACoBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BADvCF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAaF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAE1GA%3BAAAA%3BAAAA%3BAToBM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BASjBJ%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BATMM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAUnBN%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%3BAAoBE%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlBQA%3BAkBdA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlBQA%3BAkBdA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlBQA%3BAkBdA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlBQA%3BAkBdA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlBQA%3BAkBdA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACtCE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA4BA%3BAAAA%3BAAAA%3BADuBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACnDE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA4BA%3BAAAA%3BAAAA%3BADiCA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACpEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BADkDA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAyBE%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAEtOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAmBF%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%3BACjIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAbOM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAaSJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKA%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%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAC3GF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAwBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAdlGM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAc2GJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtB7EI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsBoGI%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAtBrHJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsBoGI%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAtBrHJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsBoGI%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAtBrHJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsBoGI%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAtBrHJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsBoGI%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAtBJ%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAeN%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAC1RJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAvBlGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuB2GA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BACzMV%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAhBgBM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgBFJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAhBbI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgByBJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACtHN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjBeM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiBNJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACxCA%3BAAAA%3BAAAA%3BAAQM%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAdN%3BAAAA%3BAAAA%3BAAAA%3BAAQM%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAdN%3BAAAA%3BAAAA%3BAAAA%3BAAQM%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BACbR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BA3BvDN%3BA2BiCA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA3BvDN%3BA2BiCA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA3BvDN%3BA2BiCA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA3BvDN%3BA2BiCA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA3BvDN%3BA2BiCA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBV%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BACzIF%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAXJ%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAXJ%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAXJ%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAXJ%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAXJ%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAXJ%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAXJ%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACTN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAC%2FBA%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%3BAtBvBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsB2BJ%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%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%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA9BnGI%3BA8B8GF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BA9B%2FHE%3BA8BmIF%3BAAAA%3BAAAA%3BAAAA%3BA9BnIE%3BA8B0IF%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BA9BzJF%3BA8BqIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BA9BzJF%3BA8BqIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BA9BzJF%3BA8BqIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BA9BzJF%3BA8BqIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BA9BzJF%3BA8BqIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BACpON%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAwBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC3GA%3BAAAA%3BAAAA%3BAAAA%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%3BAAIE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAIE%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%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAwBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BACvKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACDA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAJJ%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAJJ%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAJJ%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAJJ%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAJJ%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAJJ%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAJJ%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BACHN%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACpBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BApCwCA%3BAoCxCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BApCwCA%3BAoCxCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BApCwCA%3BAoCxCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BApCwCA%3BAoCxCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BApCwCA%3BAoCxCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACnBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACCE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACDF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC6CM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAFE%3BAAEF%3BAAAA%3BAAAA%3BAAAA%3BAAcE%3BAAdF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAxCcF%3BAwCdE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAxCcF%3BAwCdE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAxCcF%3BAwCdE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAxCcF%3BAwCdE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAxCcF%3BAwCdE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC9BN%3BAD8BM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACXN%3BADWM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAE9CF%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAATF%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAATF%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAATF%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAATF%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAATF%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAATF%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAATF%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAATF%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAATF%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAATF%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAATF%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAATF%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAATF%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAATF%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAATF%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAATF%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAATF%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAATF%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAATF%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAATF%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAATF%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAATF%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAATF%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAATF%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAATF%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAATF%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAATF%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAATF%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAATF%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BACaE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC%2FBJ%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%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%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAnDhLN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoDUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BApDVA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoDyBA%3BAAAA%3BAAAA%3BApDzBA%3BAAAA%3BAAAA%3BAoDiCA%3BAAAA%3BAAAA%3BApDjCA%3BAAAA%3BAAAA%3BAAAA%3BAoD0CA%3BAAAA%3BAAAA%3BAAAA%3BApD1CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoDuDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BApDvDA%3BAAAA%3BAAAA%3BAAAA%3BAoDqEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BApDrEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoDmFA%3BAAAA%3BAAAA%3BApDnFA%3BAAAA%3BAAAA%3BAAAA%3BAoD4FA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BApD5FA%3BAAAA%3BAAAA%3BAoDyGA%3BAAAA%3BAAAA%3BApDzGA%3BAAAA%3BAAAA%3BAAAA%3BAoDmHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BApDnHA%3BAAAA%3BAAAA%3BAoDgIA%3BAAAA%3BAAAA%3BApDhIA%3BAAAA%3BAAAA%3BAAAA%3BAoDyIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BApDrJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoDgKA%3BAAAA%3BAAAA%3BApDhKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoD4KA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BApD5KA%3BAAAA%3BAAAA%3BAAAA%3BAoDgMA%3BAAAA%3BAAAA%3BAAAA%3BApDhMA%3BAAAA%3BAAAA%3BAAAA%3BAoD2MA%3BAAAA%3BAAAA%3BAAAA%3BApD3MA%3BAAAA%3BAAAA%3BAoDqNA%3BAAAA%3BAAAA%3BApDrNA%3BAAAA%3BAAAA%3BAoDgOA%3BAAAA%3BAAAA%3BAAAA%3BApDhOA%3BAAAA%3BAAAA%3BAoD4OA%3BAAAA%3BAAAA%3BApD5OA%3BAAAA%3BAAAA%3BAoDuPA%3BAAAA%3BAAAA%3BApDvPA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoDkQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BApDlQA%3BAAAA%3BAAAA%3BAoDqRA%3BAAAA%3BAAAA%3BApDrRA%3BAAAA%3BAAAA%3BAoD6RA%3BAAAA%3BAAAA%3BApD7RA%3BAAAA%3BAAAA%3BAAAA%3BAoDsSA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BApDtSA%3BAAAA%3BAAAA%3BAoDkTA%3BAAAA%3BAAAA%3BApDlTA%3BAAAA%3BAAAA%3BAAAA%3BAoD4TA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BApD5TA%3BAAAA%3BAAAA%3BAoDwUA%3BAAAA%3BAAAA%3BApDxUA%3BAAAA%3BAAAA%3BAAAA%3BAoDiVA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BApDjVA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoDgWA%3BAAAA%3BAAAA%3BApDhWA%3BAAAA%3BAAAA%3BAoDwWA%3BAAAA%3BAAAA%3BApDxWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoDmXA%3BAAAA%3BAAAA%3BApDnXA%3BAAAA%3BAAAA%3BAoD2XA%3BAAAA%3BAAAA%3BApD3XA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqDUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArDjBN%3BAqD0BA%3BAAAA%3BAAAA%3BAAAA%3BAAKM%3BAAAA%3BAAAA%3BArD%2FBN%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsD0BA%3BAAAA%3BAAAA%3BACiEC%3BAD5DK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC0DL%3BAD%2FDK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC6DL%3BADlEK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGM%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKY%3BAAAA%3BAAAA%3BAClB5B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD8B4B%3BAAAA%3BAAAA%3BAC9B5B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADkD4B%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIY%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYM%3BAACM%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKN%3BAACM%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC9J5B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD4K4B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACpK5B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADiLkC%3BAAAA%3BAAAA%3BAAAA%3BAAIM%3BAAAA%3BAAAA%3BAAQZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWM%3BAAAA%3BAAAA%3BAAGM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAS3B%3BAAAA%3BAAAA%3BAAMqB%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACnQ5B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD%2BQgB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOM%3BAAAA%3BAAAA%3BAAGM%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMM%3BAAAA%3BAAAA%3BACtS5B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD8S4B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKM%3BAAAA%3BAAAA%3BAAGM%3BAAAA%3BAAAA%3BAASlB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMM%3BAAAA%3BAAAA%3BACrU5B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD6U4B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKM%3BAAAA%3BAAAA%3BAAGM%3BAAAA%3BAAAA%3BAAaxB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAClWhB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD%2BWsB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAW9B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGM%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKY%3BAAAA%3BAAAA%3BAClahB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD8agB%3BAAAA%3BAAAA%3BAC9ahB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADkcgB%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGM%3BAAAA%3BAAAA%3BAAyBA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQZ%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtDtlBN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAwDyBA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASU%3BAAAA%3BAAAA%3BAAKL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBK%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASV%3BAACK%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAML%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAxDtIA%3BAwD6IA%3BAAAA%3BAAAA%3BAAGK%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAxDrJL%3BAwD4JA%3BAAAA%3BAAAA%3BAAGK%3BAAAA%3BAAAA%3BAxD%2FJL%3BAuDwCE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC6IuB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAxDrLzB%3BAwDgMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAuBL%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BADvME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACgNF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAxDzRL%3BAwDkSA%3BAAAA%3BAAAA%3BAAAA%3BAAIK%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BADlQH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC4QG%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAUK%3BAAAA%3BAAAA%3BAD5RR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAvDxCF%3BAwDiVA%3BAAAA%3BAAAA%3BAAAA%3BAACK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADzTb%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC%2BUa%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD%2FUb%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAvDxCF%3BAwD2YA%3BAAAA%3BAAAA%3BAAGK%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYK%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKK%3BAAAA%3BAAAA%3BAxDzaf%3BAwDkbA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD%2FYE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC2ZG%3BAAAA%3BAAAA%3BAAAA%3BAD3ZH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACmaQ%3BAAAA%3BAAAA%3BAAAA%3BAAQL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD5ZH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAALA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAALA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAALA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC%2BbG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADrbH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAALA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAALA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC%2BcG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADrcH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAALA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACsdG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADtdH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC8dG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAxD1gBL%3BAwDihBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAoBK%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAOV%3BAAAA%3BAAAA%3BAxDnkBA%3BAwDykBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA0BK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAxDlnBV%3BAwD8nBA%3BAAAA%3BAAAA%3BAAGK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA0BK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWf%3BAAAA%3BAAAA%3BAxDtrBA%3BAwDgsBK%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAA5BA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAA5BA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAA5BA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAA5BA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAA5BA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAA5BA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAA5BA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAA5BA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAA5BA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAA5BA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAA5BA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAA5BA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAA5BA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAA5BA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAA5BA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAA5BA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAA5BA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAA5BA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAA5BA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAA5BA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKL%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAxDruBA%3BAwD4uBK%3BAAAA%3BAAAA%3BAAGK%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAIK%3BAAAA%3BAAAA%3BAAAA%3BAAOV%3BAAAA%3BAAAA%3BAxDlwBL%3BAwDywBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD%2FuBH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA5BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC0xBa%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIK%3BAAAA%3BAAAA%3BAAMV%3BAAAA%3BAAAA%3BADxwBR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACmxBF%3BAAAA%3BAAAA%3BAxD3zBA%3BAuD2FC%3BACuuBI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BADxuBJ%3BACouBI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BADruBJ%3BACiuBI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAxDt0BL%3BAwD60BK%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAxDj1BL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAyDYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEcF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKM%3BAAAA%3BAAAA%3BAAAA%3BAzD3DN%3BAyDuEM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMM%3BAAAA%3BAAAA%3BAAAA%3BAAIM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAGM%3BAAAA%3BAAAA%3BAAGM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAGM%3BAAAA%3BAAAA%3BAzDxHxB%3BAyDkIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMM%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAzD5IN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0DWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMT%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKS%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BA1DvFJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA2D8BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIFD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BA3D5CD%3BA2DmDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJxBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAImCI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA3D9FZ%3BA2DsGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJ3EE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA4BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAALA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAI2EI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJlGJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAuBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAI0FU%3BAAAA%3BAAAA%3BAAAA%3BAJ1FV%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIsGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJtGJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIiHU%3BAAAA%3BAAAA%3BAAAA%3BAAKM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJpHtB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA5BA%3BAAAA%3BAAAA%3BAAAA%3BAIoKkC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJxM5B%3BAI%2BMwC%3BAAAA%3BAAAA%3BAAAA%3BAJpNxC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAImOsB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBY%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWZ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAKM%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAQN%3BAAAA%3BAAAA%3BAAGM%3BAAAA%3BAAAA%3BAAQZ%3BAAAA%3BAAAA%3BAAGM%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAWxB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJjTV%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAI0TgB%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASM%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJvVhB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA5BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIoZI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJxXJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIuYU%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWM%3BAAAA%3BAAAA%3BAAKN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKM%3BAAAA%3BAAAA%3BAAAA%3BAAUY%3BAAAA%3BAAAA%3BAAOlB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBM%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAJncV%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAI8csB%3BAAAA%3BAAAA%3BAAAA%3BAAIM%3BAAAA%3BAAAA%3BAJvd5B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAI%2Bd4B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAalB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJ5eV%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIggBgB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJlajB%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAI0ZiB%3BAAAA%3BAAAA%3BAAAA%3BAAKY%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYM%3BAAAA%3BAAAA%3BAAKN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYlB%3BAAAA%3BAAAA%3BAAGM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGM%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAASlB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJ3lBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAI%2BmBU%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGM%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAAA%3BAJzpBV%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAvDtBF%3BAuDkDE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAI%2BpBI%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMM%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYN%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeM%3BAAAA%3BAAAA%3BAAGM%3BAAAA%3BAAAA%3BAAKM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKM%3BAAAA%3BAAAA%3BAAMZ%3BAAAA%3BAAAA%3BAAAA%3BAJxwBtB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIqxBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJrxBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAI8qBI%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJprBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAI%2BrBU%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMM%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYN%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeM%3BAAAA%3BAAAA%3BAAGM%3BAAAA%3BAAAA%3BAAKM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKM%3BAAAA%3BAAAA%3BAAMZ%3BAAAA%3BAAAA%3BAAgBZ%3BAAAA%3BAAAA%3BA3D3zBZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA4DaM%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BALgCV%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAKRI%3BAAAA%3BAAAA%3BAAAA%3BALQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAvDvDF%3BA4D0DA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeK%3BAAAA%3BAAAA%3BAAIO%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BALtBV%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAKwCgB%3BAACM%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKN%3BAACM%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BALvEhB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAKqFI%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAL5FJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAK6GU%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMM%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIM%3BAAAA%3BAAAA%3BAAKN%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BA5D1NN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA6DWA%3BAAAA%3BAAAA%3BAACM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKM%3BAAAA%3BAAAA%3BAAOY%3BAAAA%3BAAAA%3BAAKM%3BAAAA%3BAAAA%3BAAKM%3BAAAA%3BAAAA%3BAAMZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMM%3BAAAA%3BAAAA%3BAAOlB%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMM%3BAAAA%3BAAAA%3BAAAA%3BAAKM%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQM%3BAAAA%3BAAAA%3BAAAA%3BAAQlB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOM%3BAAAA%3BAAAA%3BAAKN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BANhGhB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA5BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMuJU%3BAAAA%3BAAAA%3BAAAA%3BAAIM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAQN%3BAAAA%3BAAAA%3BAAKN%3BAAAA%3BAAAA%3BAAAA%3BA7DrNZ%3BA6D8NA%3BAAAA%3BAAAA%3BAAGM%3BAAAA%3BAAAA%3BAAAA%3BAAIM%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOM%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMM%3BAAAA%3BAAAA%3BAAIM%3BAAAA%3BAAAA%3BAAQxB%3BAAAA%3BAAAA%3BA7DnRA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA8DEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAP0CE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAO3BA%3BAAAA%3BAAAA%3BA9D5BF%3BA8DoCI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAPcJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOHM%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYJ%3BAAAA%3BAAAA%3BAP9DF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOqEI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAPjEJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAO2EI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAP3EJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOqFM%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAP1HF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAO4II%3BAACE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAPzMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOmNM%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAGM%3BAAAA%3BAAAA%3BAPrPV%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOgQM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAP9SV%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOsTU%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAQN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAP7UV%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOqVU%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASN%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAASN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAPzcF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOsdE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAPzdJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOueE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAP1eJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOkfI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAPjgBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAO2gBM%3BAAAA%3BAAAA%3BAAAA%3BAP3gBN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOmhBM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAPpgBN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAfA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOsiBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAPvhBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAfA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOujBE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAP3iBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOmjBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAPlkBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAO2kBM%3BAAAA%3BAAAA%3BAAAA%3BAP3kBN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOolBM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAPrkBN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAfA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOymBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAP1lBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAfA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAvDxCF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA%2BDWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOM%3BAAAA%3BAAAA%3BAAGM%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIY%3BAAAA%3BAAAA%3BAAUZ%3BAAAA%3BAAAA%3BAAQN%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGM%3BAAAA%3BAAAA%3BAAKN%3BAAAA%3BAAAA%3BAAGM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOY%3BAAAA%3BAAAA%3BAAMZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMM%3BAAAA%3BAAAA%3BAAGM%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcxB%3BAAAA%3BAAAA%3BAAGM%3BAAAA%3BAAAA%3BAAKN%3BAAAA%3BAAAA%3BAAAA%3BAAOM%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASM%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGM%3BAAAA%3BAAAA%3BAAQZ%3BAAAA%3BAAAA%3BAAAA%3BAAIM%3BAAAA%3BAAAA%3BAAAA%3BAAMM%3BAAAA%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAASN%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BARzMJ%3BAQ6MgB%3BAAAA%3BAAAA%3BAAAA%3BAAIM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMM%3BAAAA%3BAAAA%3BAAGM%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaxB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKM%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAR1QV%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQuRU%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BARvRV%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQkSgB%3BAAAA%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWM%3BAAAA%3BAAAA%3BAAGM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BARvUJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQgVU%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BARhXV%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQ2XgB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQY%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASM%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGM%3BAAAA%3BAAAA%3BAAQZ%3BAAAA%3BAAAA%3BAAAA%3BAAIM%3BAAAA%3BAAAA%3BAAAA%3BAAMM%3BAAAA%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAOlB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKY%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAKN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIM%3BAAAA%3BAAAA%3BAAKN%3BAAAA%3BAAAA%3BAAGM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASlB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASM%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWZ%3BAAAA%3BAAAA%3BAAAA%3BAAIM%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BARnkBV%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQ8kBgB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUZ%3BAAAA%3BAAAA%3BA%2FD%2FoBN%3BA%2BDwpBM%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKM%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAQM%3BAAAA%3BAAAA%3BAAOlB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYY%3BAAAA%3BAAAA%3BAAGM%3BAAAA%3BAAAA%3BAAMZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASM%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BA%2FD3vBlB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgEuBA%3BAAAA%3BAAAA%3BAAGM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGM%3BAAAA%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKM%3BAAAA%3BAAAA%3BAAKN%3BAAAA%3BAAAA%3BAAKN%3BAAAA%3BAAAA%3BAAAA%3BAAIM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUM%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaN%3BAAAA%3BAAAA%3BAAAA%3BAhEjLZ%3BAgE0LA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGM%3BAAAA%3BAAAA%3BAAKN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMM%3BAAAA%3BAAAA%3BAAKN%3BAAAA%3BAAAA%3BAAKN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUM%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaN%3BAAAA%3BAAAA%3BAAAA%3BAhE5UN%3BAgEoVA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKM%3BAAAA%3BAAAA%3BAAKM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAhE1WN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiEiBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAVkBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAUPD%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAjEnFF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAkEUA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAXsBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAWPD%3BAAAA%3BAAAA%3BAlE5BD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmEcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAZkCH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAYhBa%3BAAAA%3BAAAA%3BAAAA%3BAZZb%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA4BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAYFa%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAZ1Bb%3BAYmCkB%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKL%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAZzBb%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAYmCkB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYf%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMU%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASK%3BAAAA%3BAAAA%3BAASf%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMU%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIK%3BAAAA%3BAAAA%3BAAGK%3BAAAA%3BAAAA%3BAAKL%3BAAAA%3BAAAA%3BAAIU%3BAAAA%3BAAAA%3BAAQpB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKK%3BAAAA%3BAAAA%3BAAKL%3BAAAA%3BAAAA%3BAAIK%3BAAAA%3BAAAA%3BAZ3JvB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAYmKQ%3BAAAA%3BAAAA%3BAACK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaV%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOK%3BAAAA%3BAAAA%3BAAIK%3BAAAA%3BAAAA%3BAnEpOf%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoEUA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAbaE%3BAaRD%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGM%3BAAAA%3BAAAA%3BAAGM%3BAAAA%3BAAAA%3BApExCZ%3BAAAA%3BAoE0DA%3BAAAA%3BAAAA%3BAAaM%3BAAAA%3BAAAA%3BArDnDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqDyDN%3BAAAA%3BAAAA%3BAAAA%3BAAcM%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIM%3BAAAA%3BAAAA%3BAAAA%3BAAQN%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKN%3BAAAA%3BAAAA%3BAAGM%3BAAAA%3BAAAA%3BAAGM%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMZ%3BAAAA%3BAAAA%3BApE1IA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqEqBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArE1BF%3BAqE4CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAduDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAc7CC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAUH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArEnOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsEsBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAASH%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAfpGA%3BAe2GC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAf5DJ%3BAAAA%3BAAAA%3BAekEK%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAf7EJ%3BAAAA%3BAAAA%3BAekFI%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAWH%3BAAAA%3BAAAA%3BAf7KA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAeqLA%3BAAAA%3BAAAA%3BAAAA%3BAfrLA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAALA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAesMC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAfxMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAvDxCF%3BAsE8PA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAfvNC%3BAAAA%3BAAAA%3BAAAA%3BAeiOC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAtEtSD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAuESA%3BAAAA%3BAAAA%3BAAKM%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAhB6BJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgBpBI%3BAAAA%3BAAAA%3BAAiBA%3BAAAA%3BAAAA%3BAhBGJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgBYI%3BAAAA%3BAAAA%3BAAKN%3BAACM%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWN%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAgCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAYM%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAvE1QA%3BAuEiRM%3BAAAA%3BAAAA%3BAAAA%3BAAIM%3BAAAA%3BAAAA%3BAvErRZ%3BAuE6RA%3BAAAA%3BAAAA%3BAAGM%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKY%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIM%3BAAAA%3BAAAA%3BAAGM%3BAAAA%3BAAAA%3BAAAA%3BAAUlB%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAhBvUV%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgBgVI%3BAAAA%3BAAAA%3BAAKN%3BAAAA%3BAAAA%3BAAGM%3BAAAA%3BAAAA%3BAAAA%3BAvEnXN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAwEcA%3BAAAA%3BAAAA%3BAAAA%3BAAIM%3BAAAA%3BAAAA%3BAAGM%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKM%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWZ%3BAAAA%3BAAAA%3BAAGM%3BAAAA%3BAAAA%3BAxExDZ%3BAwEkEM%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAxEvEN%3BAwE8EA%3BAAAA%3BAAAA%3BAxE9EA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAyEwBA%3BAAAA%3BAAAA%3BAAGM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlBaJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAvDxCF%3BAyEwCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAzExCA%3BAyEyDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlBtBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkBqCI%3BAAAA%3BAAAA%3BAAAA%3BAlBrCJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkBgDI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAASM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAzE7GN%3BAyEqHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlBlFE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkB8FI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKM%3BAAAA%3BAAAA%3BAAAA%3BAASZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMkB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAKN%3BAAAA%3BAAAA%3BAAOlB%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%3BAA6BM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAzE3WN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0EwBA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKM%3BAAAA%3BAAAA%3BAAMY%3BAAAA%3BAAAA%3BAAAA%3BAAQlB%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKM%3BAAAA%3BAAAA%3BA1ElEZ%3BA0EyEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAnB5BV%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmBwCI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAnB5DJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmByEI%3BAAAA%3BAAAA%3BAAGM%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIM%3BAAAA%3BAAAA%3BAAGM%3BAAAA%3BAAAA%3BAAGM%3BAAAA%3BAAAA%3BAAKN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQM%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAOZ%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQM%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAGM%3BAAAA%3BAAAA%3BAAAA%3BAAIM%3BAAAA%3BAAAA%3BAAAA%3BAAUZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASZ%3BAAAA%3BAAAA%3BAAGM%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BA1E7QZ%3BA0EoRA%3BAAAA%3BAAAA%3BAAAA%3BAAIM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOM%3BAAAA%3BAAAA%3BA1E9SlB%3BA0EuTM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYM%3BAAAA%3BAAAA%3BAAKN%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAnBzTJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmBqUU%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA%2BBM%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAOZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BA1E1ZN%3BA0EgaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA1EnbN%3BA0E%2BbA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKM%3BAAAA%3BAAAA%3BAASZ%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAIM%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA1EtjBxB%3BA0EukBA%3BAAAA%3BAAAA%3BAAAA%3BAAIM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAnBnkBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */


.free-shipping-single-info {
      background: #ffd900;
    color: #000;
    border-radius: 25px;
    margin-top: 10px;
    font-weight: 700;
    text-align: center;
    max-width: 320px;}