/* Helpers */
:root {
  --black: #2e2b2b;
  --white: #ffffff;
  --yellow-1: #b2932f;
  --yellow-2: #ebda6f;
  --red: #963e3e;
  --grey-1: #f2efef;
  --container: 1540px;
  --container-padding: 20px;
  --container-margin: calc((100% - var(--container)) / 2);
  --col: calc(var(--container) / 12);
  --admin-bar-margin: 0px;
  --module-padding: 60px;
  --module-header-margin: 30px;
  --font-main: "Noto Sans Hebrew", "Noto Sans", sans-serif;
  --transition-1: 0.25s;
  --shadow-1: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  --pr: 0px;
  --other-border-radius: 6px;
  --img-border-radius: 6px;
}
body {
  --header-offset: 210px;
  --header-height: 210px;
}
body.mixed {
  --header-height: 110px;
}
@media (max-width: 1199px) {
  body {
    --header-offset: 84px;
    --header-height: 84px;
  }
  body.mixed {
    --header-height: 72px;
  }
}
.admin-bar {
  --admin-bar-margin: 32px;
}
@media (max-width: 782px) {
  .admin-bar {
    --admin-bar-margin: 46px;
  }
}
@-webkit-keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* Misc */
/*! 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.15;
  /* 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 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* 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-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
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 {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * 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 {
  border-style: none;
  padding: 0;
}
/**
 * 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 {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  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"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * 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 {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* 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;
}
*, *::before, *::after {
  box-sizing: border-box;
}
* {
  -webkit-tap-highlight-color: transparent;
}
::-moz-selection {
  background: #b8b7b7;
  color: var(--black);
}
::selection {
  background: #b8b7b7;
  color: var(--black);
}
html {
  min-width: 360px;
  height: 100%;
  font-size: 14px;
}
body {
  height: 100%;
  padding-right: var(--pr);
  background: var(--grey-1);
  color: var(--black);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  font-family: var(--font-main);
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
a, button:not(:disabled) {
  cursor: pointer;
}
a, button, svg {
  transition: all 0.3s;
}
a:not(.btn):focus, button:not(.btn):focus, svg:focus, use:focus {
  outline: none;
}
a {
  text-decoration: none;
}
a, a:focus {
  color: var(--black);
}
a:hover {
  color: var(--black);
  text-decoration: none;
}
@media (min-width: 992px) {
  a:hover {
    color: var(--black);
  }
}
input {
  box-shadow: none;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.h1, h1 {
  font-weight: 600;
  font-size: 64px;
  line-height: 1.2;
}
.h2, h2 {
  font-weight: 600;
  font-size: 36px;
  line-height: 1.15;
}
.h3, h3 {
  font-weight: 600;
  font-size: 32px;
  line-height: 1.4;
}
.h4, h4 {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.4;
}
.h5, h5 {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
}
.h6, h6 {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .h1, h1 {
    font-size: 28px;
  }
  .h2, h2 {
    font-size: 24px;
  }
  .h3, h3 {
    font-size: 20px;
  }
  .h4, h4 {
    font-size: 18px;
  }
  .h5, h5 {
    font-size: 16px;
  }
  .h6, h6 {
    font-size: 14px;
  }
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0 0 15px;
}
p {
  margin: 0;
}
b, strong {
  font-weight: 700;
}
.editor {
  font-size: 20px;
  line-height: 1.4;
}
@media (max-width: 991px) {
  .editor {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .editor {
    font-size: 16px;
  }
}
.editor strong {
  font-size: 22px;
}
@media (max-width: 575px) {
  .editor strong {
    font-size: 20px;
  }
}
.editor p {
  margin: 0 0 1.4em;
}
.editor [class*="wp-image"] {
  display: block;
  width: 100%;
  padding: 10px 0 10px;
}
@media (max-width: 991px) {
  .editor [class*="wp-image"] {
    aspect-ratio: 2.7777777778;
    padding: 0;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
/* Vendor */
/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */
:root {
  --swiper-theme-color: #007aff;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden, .swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev, .swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-lock {
  display: none;
}
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
/* Common Styles */
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets, .swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-vertical > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img, .swiper-zoom-container > svg, .swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader, .swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev, .swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-shadow-top, .swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-top, .swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}
.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
:root {
  --popup-modal-top: 20px;
  --popup-modal-bottom: 20px;
  --popup-modal-large: 1080px;
  --popup-modal-medium: 1080px;
  --popup-modal-small: 400px;
  --popup-side-top: 0px;
  --popup-side-bottom: 0px;
  --popup-side-width: 360px;
}
@media (max-width: 575px) {
  :root {
    --popup-side-width: 100%;
  }
}
.admin-bar {
  --popup-side-top: calc(0px + var(--admin-bar-margin));
}
.popup {
  visibility: hidden;
  z-index: 60;
  position: fixed;
  pointer-events: none;
}
.popup.active {
  visibility: visible;
  pointer-events: all;
}
.popup-sidebar {
  top: var(--popup-side-top);
  bottom: var(--popup-side-bottom);
  width: var(--popup-side-width);
  transform: scale(1, 1);
}
.popup-sidebar .popup__body {
  width: 100%;
  height: 100%;
  padding: 20px 15px;
  overflow-x: hidden;
  overflow-y: auto;
  background: #fff;
}
.popup-modal {
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.popup-modal .popup__dialog {
  display: grid;
  align-items: center;
  max-width: 100%;
  min-height: calc(100% - var(--popup-modal-top) - var(--popup-modal-bottom));
  margin: var(--popup-modal-top) auto var(--popup-modal-bottom);
}
.popup-modal .popup__dialog.large {
  max-width: calc(var(--popup-modal-large) + var(--container-padding) * 2);
}
.popup-modal .popup__dialog.medium {
  max-width: calc(var(--popup-modal-medium) + var(--container-padding) * 2);
}
.popup-modal .popup__dialog.small {
  max-width: calc(var(--popup-modal-small) + var(--container-padding) * 2);
}
.popup-modal .popup__body {
  position: relative;
  min-width: 0;
  margin: 0 var(--container-padding);
  padding: 40px;
  transform: scale(0.9, 0.9);
  border-radius: 0px;
  background-color: var(--grey-1);
}
@media (max-width: 767px) {
  .popup-modal .popup__body {
    padding: 20px;
  }
}
.popup-modal .popup__dialog.full .popup__body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 30px 20px 3px;
  border-radius: 0;
}
.popup-sidebar, .popup-modal .popup__body {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: 0.25s ease 0s;
  transition-property: opacity, visibility, transform, left, right, top;
}
.popup-sidebar.active, .popup-modal.active .popup__body {
  visibility: visible;
  transform: scale(1, 1);
  opacity: 1;
  pointer-events: auto;
  transition-delay: 0.2s;
}
.popup-animation--left {
  left: calc(-1 * var(--popup-side-width));
}
.popup-animation--left.active {
  left: 0;
}
.popup-animation--right {
  right: calc(-1 * var(--popup-side-width));
}
.popup-animation--right.active {
  right: 0;
}
.popup-animation--fade {
  right: 0;
  left: 0;
}
.popup-overlay {
  visibility: hidden;
  z-index: 55;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scale(0.9, 0.9);
  transform: scale(1, 1);
  background: rgba(46, 43, 43, 0.8);
  opacity: 0;
  pointer-events: none;
  transition: 0.25s ease 0s;
  transition-property: opacity, visibility, transform, left, right, top;
}
.popup-opened:not([data-simplebar]) {
  overflow: hidden;
}
.popup-opened .popup-overlay {
  visibility: visible;
  transform: scale(1, 1);
  opacity: 1;
  pointer-events: auto;
  transition-delay: 0.2s;
}
[data-spoller] {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
[data-spoller] svg {
  margin: 0 0 0 15px;
  transform: rotate(0deg);
  transform-origin: 50% 50%;
  transition: 0.25s;
}
[data-spoller].active svg, .active > [data-spoller] svg {
  transform: rotate(180deg);
}
[data-spoller] + [hidden] {
  will-change: height;
}
[hidden] {
  display: none;
}
/* Components */
.sticky-buttons {
  display: flex;
  visibility: visible;
  z-index: 10;
  position: fixed;
  bottom: 10px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  opacity: 1;
  pointer-events: all;
  transition: opacity var(--transition-1);
}
.sticky-buttons.hide {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
html:not([dir="rtl"]) .sticky-buttons {
  right: calc(10px + var(--pr));
}
html[dir="rtl"] .sticky-buttons {
  left: 10px;
}
@media (max-width: 991px) {
  .sticky-buttons {
    bottom: 1px;
  }
  html:not([dir="rtl"]) .sticky-buttons {
    right: 1px;
  }
  html[dir="rtl"] .sticky-buttons {
    left: 1px;
  }
}
@media print {
  .sticky-buttons {
    display: none;
  }
}
.sticky-buttons__item {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 132px;
  height: 132px;
  padding: 10px;
  gap: 10px;
  gap: 10px;
  border-radius: 50%;
  background: var(--black);
  color: var(--white);
  transition: var(--transition-1);
}
@media (max-width: 991px) {
  .sticky-buttons__item {
    width: 56px;
    height: 56px;
  }
}
.sticky-buttons__item::after {
  position: absolute;
  top: 7px;
  right: 7px;
  bottom: 7px;
  left: 7px;
  border: 1px solid var(--yellow-2);
  border-radius: 50%;
  content: "";
  opacity: 0.4;
}
.sticky-buttons__item > span {
  display: block;
  max-width: 97px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  text-align: center;
}
@media (max-width: 991px) {
  .sticky-buttons__item > span {
    display: none;
  }
}
.sticky-buttons__item:focus {
  background: var(--black);
  color: var(--white);
}
.sticky-buttons__item:hover {
  background: var(--black);
  color: var(--white);
}
@media (min-width: 992px) {
  .sticky-buttons__item:hover {
    background: var(--yellow-1);
  }
}
@media (max-width: 991px) {
  .sticky-buttons__item > svg {
    width: 24px;
    height: 24px;
  }
}
.sticky-buttons__item .icon-sticky-document {
  fill: var(--white);
}
.sticky-buttons__item .icon-sticky-whatsapp {
  stroke: var(--white);
}
.btn {
  display: inline-flex;
  z-index: 1;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 70px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 39px;
  outline: 1px solid transparent;
  background: none;
  box-shadow: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  touch-action: manipulation;
  -ms-user-select: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}
.btn > span + svg, .btn > svg + span {
  margin-left: 10px;
}
.btn > svg, .btn > span {
  z-index: 3;
  position: relative;
}
html:not([dir="rtl"]) .btn .icon-arrow-left {
  transform: scale(-1, 1);
}
.btn-default, .btn-primary, .btn-success {
  padding: 0 10px;
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
}
.btn-default {
  gap: 24px;
  outline-color: var(--black);
  background: var(--black);
  color: var(--white);
}
@media (max-width: 991px) {
  .btn-default {
    gap: 12px;
  }
}
.btn-default > svg {
  stroke: var(--white);
}
.btn-default::before {
  z-index: 1;
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  border-radius: 39px;
  background: linear-gradient(90deg, #b1932f 0%, #e0cd63 100%);
  content: "";
  opacity: 0;
  transition: var(--transition-1);
}
.btn-default:focus {
  outline-color: var(--black);
  background: var(--black);
  color: var(--white);
}
.btn-default:focus > svg {
  stroke: var(--white);
}
@media (min-width: 992px) {
  .btn-default:focus {
    outline-color: var(--yellow-1);
    background: var(--yellow-1);
    color: var(--white);
  }
  .btn-default:focus > svg {
    stroke: var(--white);
  }
}
.hovered .btn-default, .btn-default:hover {
  outline-color: var(--black);
  background: var(--black);
  color: var(--white);
}
.hovered .btn-default > svg, .btn-default:hover > svg {
  stroke: var(--white);
}
@media (min-width: 992px) {
  .hovered .btn-default, .btn-default:hover {
    outline-color: transparent;
    background: var(--black);
    color: var(--black);
  }
  .hovered .btn-default::before, .btn-default:hover::before {
    opacity: 1;
  }
  .hovered .btn-default > svg, .btn-default:hover > svg {
    stroke: var(--black);
  }
}
.btn-primary {
  gap: 24px;
  background: transparent;
  color: var(--black);
}
@media (max-width: 991px) {
  .btn-primary {
    gap: 12px;
  }
}
.btn-primary > svg {
  stroke: var(--black);
}
.btn-primary::before {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 39px;
  background: linear-gradient(90deg, #b1932f 0%, #e0cd63 100%);
  content: "";
  opacity: 0;
  transition: var(--transition-1);
}
.btn-primary::after {
  z-index: -1;
  position: absolute;
  inset: -1px;
  /* Border thickness (1px) */
  padding: 1px;
  border-radius: 40px;
  /* Match button + border size */
  background: linear-gradient(90deg, #b1932f, #e0cd63);
  content: "";
  /* iOS-compatible masking */
  -webkit-mask: linear-gradient(white 0 0) content-box, linear-gradient(white 0 0);
  -webkit-mask-composite: xor;
  -webkit-mask: linear-gradient(white 0 0) content-box, linear-gradient(white 0 0);
  mask: linear-gradient(white 0 0) content-box, linear-gradient(white 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 1;
  transition: var(--transition-1);
}
.btn-primary:focus {
  outline-color: transparent;
  background: transparent;
  color: var(--black);
}
.btn-primary:focus::before {
  opacity: 0;
}
.btn-primary:focus::after {
  opacity: 1;
}
.btn-primary:focus > svg {
  stroke: var(--black);
}
@media (min-width: 992px) {
  .btn-primary:focus {
    outline-color: var(--yellow-1);
    background: var(--yellow-1);
    color: var(--white);
  }
  .btn-primary:focus::before, .btn-primary:focus::after {
    opacity: 0;
  }
  .btn-primary:focus > svg {
    stroke: var(--white);
  }
}
.btn-primary:hover {
  background: transparent;
  color: var(--black);
}
.btn-primary:hover > svg {
  stroke: var(--black);
}
@media (min-width: 992px) {
  .btn-primary:hover {
    background: transparent;
    color: var(--black);
  }
  .btn-primary:hover::before {
    opacity: 1;
  }
  .btn-primary:hover::after {
    opacity: 0;
  }
  .btn-primary:hover > svg {
    stroke: var(--black);
  }
}
.btn-success {
  gap: 24px;
  background: transparent;
  color: var(--black);
}
@media (max-width: 991px) {
  .btn-success {
    gap: 12px;
  }
}
.btn-success > svg {
  stroke: var(--black);
}
.btn-success::before {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 39px;
  background: linear-gradient(90deg, #b1932f 0%, #e0cd63 100%);
  content: "";
  opacity: 1;
  transition: var(--transition-1);
}
.btn-success::after {
  z-index: -1;
  position: absolute;
  inset: -1px;
  /* Border thickness (1px) */
  padding: 1px;
  border-radius: 40px;
  /* Match button + border size */
  background: linear-gradient(90deg, #b1932f, #e0cd63);
  content: "";
  /* iOS-compatible masking */
  -webkit-mask: linear-gradient(white 0 0) content-box, linear-gradient(white 0 0);
  -webkit-mask-composite: xor;
  -webkit-mask: linear-gradient(white 0 0) content-box, linear-gradient(white 0 0);
  mask: linear-gradient(white 0 0) content-box, linear-gradient(white 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: var(--transition-1);
}
.btn-success:focus {
  outline-color: transparent;
  background: transparent;
  color: var(--black);
}
.btn-success:focus::before {
  opacity: 1;
}
.btn-success:focus::after {
  opacity: 0;
}
.btn-success:focus > svg {
  stroke: var(--black);
}
@media (min-width: 992px) {
  .btn-success:focus {
    outline-color: var(--yellow-1);
    background: var(--yellow-1);
    color: var(--white);
  }
  .btn-success:focus::before, .btn-success:focus::after {
    opacity: 0;
  }
  .btn-success:focus > svg {
    stroke: var(--white);
  }
}
.btn-success:hover {
  background: transparent;
  color: var(--black);
}
.btn-success:hover > svg {
  stroke: var(--black);
}
@media (min-width: 992px) {
  .btn-success:hover {
    background: transparent;
    color: var(--black);
  }
  .btn-success:hover::before {
    opacity: 0;
  }
  .btn-success:hover::after {
    opacity: 1;
  }
  .btn-success:hover > svg {
    stroke: var(--black);
  }
}
.btn-loadmore {
  gap: 24px;
  background: transparent;
  color: var(--black);
}
@media (max-width: 991px) {
  .btn-loadmore {
    gap: 12px;
  }
}
.btn-loadmore > svg {
  stroke: var(--black);
}
.btn-loadmore::before {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 39px;
  background: linear-gradient(90deg, #b1932f 0%, #e0cd63 100%);
  content: "";
  opacity: 0;
  transition: var(--transition-1);
}
.btn-loadmore::after {
  z-index: -1;
  position: absolute;
  inset: -1px;
  /* Border thickness (1px) */
  padding: 1px;
  border-radius: 40px;
  /* Match button + border size */
  background: linear-gradient(90deg, #b1932f, #e0cd63);
  background: var(--black);
  content: "";
  /* iOS-compatible masking */
  -webkit-mask: linear-gradient(white 0 0) content-box, linear-gradient(white 0 0);
  -webkit-mask-composite: xor;
  -webkit-mask: linear-gradient(white 0 0) content-box, linear-gradient(white 0 0);
  mask: linear-gradient(white 0 0) content-box, linear-gradient(white 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 1;
  transition: var(--transition-1);
}
.btn-loadmore:focus {
  outline-color: transparent;
  background: transparent;
  color: var(--black);
}
.btn-loadmore:focus::before {
  opacity: 0;
}
.btn-loadmore:focus::after {
  opacity: 1;
}
.btn-loadmore:focus > svg {
  stroke: var(--black);
}
@media (min-width: 992px) {
  .btn-loadmore:focus {
    outline-color: var(--yellow-1);
    background: var(--yellow-1);
    color: var(--white);
  }
  .btn-loadmore:focus::before, .btn-loadmore:focus::after {
    opacity: 0;
  }
  .btn-loadmore:focus > svg {
    stroke: var(--white);
  }
}
.btn-loadmore:hover {
  background: transparent;
  color: var(--black);
}
.btn-loadmore:hover > svg {
  stroke: var(--black);
}
@media (min-width: 992px) {
  .btn-loadmore:hover {
    background: transparent;
    color: var(--black);
  }
  .btn-loadmore:hover::before {
    opacity: 1;
  }
  .btn-loadmore:hover::after {
    opacity: 0;
  }
  .btn-loadmore:hover > svg {
    stroke: var(--black);
  }
}
.breadcrumbs {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0 0 5px;
  overflow-x: auto;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.35;
  list-style: none;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .breadcrumbs {
    font-size: 16px;
  }
}
.breadcrumbs li + li {
  display: flex;
  align-items: center;
}
.breadcrumbs li + li::before {
  display: block;
  width: 26px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.9875 11L8.875 10.1125L4.7625 6L8.875 1.8875L7.9875 1L2.9875 6L7.9875 11Z' fill='%23B1932F'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-size: 12px;
  background-repeat: no-repeat;
  content: "";
  color: var(--black);
}
html:not([dir="rtl"]) .breadcrumbs li + li::before {
  transform: scale(-1, 1);
}
.breadcrumbs li span > a, .breadcrumbs li span > span {
  color: var(--black);
}
.breadcrumbs li span > a:hover {
  color: var(--black);
}
@media (min-width: 992px) {
  .breadcrumbs li span > a:hover {
    color: var(--yellow-1);
  }
}
.media-links {
  display: grid;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  margin: 0;
  padding: 0;
  gap: 18px;
  list-style: none;
}
.media-links a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.media-links__facebook, .media-links__linkedin {
  stroke: var(--white);
}
.media-links__facebook:hover, .media-links__linkedin:hover {
  stroke: var(--white);
}
@media (min-width: 992px) {
  .media-links__facebook:hover, .media-links__linkedin:hover {
    stroke: var(--yellow-1);
  }
}
.media-links__instagram {
  fill: var(--white);
}
.media-links__instagram:hover {
  fill: var(--white);
}
@media (min-width: 992px) {
  .media-links__instagram:hover {
    fill: var(--yellow-1);
  }
}
.share-box {
  display: flex;
  align-items: center;
  gap: 15px;
}
.share-box__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}
.wpcf7-form {
  display: flex;
  flex-direction: column;
}
html[dir="rtl"] .wpcf7-form {
  direction: rtl;
}
html[dir="rtl"] .wpcf7 input[type="url"], html[dir="rtl"] .wpcf7 input[type="email"], html[dir="rtl"] .wpcf7 input[type="tel"] {
  direction: rtl;
}
.wpcf7-list-item {
  margin: 0;
}
.wpcf7-response-output {
  border: 0 !important;
  outline: none !important;
  color: var(--black);
}
.form-fields {
  display: grid;
  row-gap: 30px;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
.form-field {
  display: flex;
  position: relative;
  align-items: center;
  border-bottom: 2px solid #5a5a5a;
  white-space: nowrap;
}
.form-recaptcha {
  position: relative;
  align-items: unset;
  min-height: 88px;
  padding: 0 0 10px 0;
  gap: 10px;
  border-bottom: 0;
}
@media (max-width: 1199px) {
  .form-recaptcha {
    flex-direction: column;
  }
}
@media (max-width: 379px) {
  .form-recaptcha > span > span > div {
    margin: 0 -10px !important;
  }
}
.form-field.has-error:not(.form-recaptcha) {
  border-bottom-color: var(--yellow-1);
}
.wpcf7-form-control-wrap {
  position: unset;
}
.form-field .wpcf7-not-valid-tip, .form-recaptcha .wpcf7-not-valid-tip {
  position: absolute;
  right: 0;
}
.form-field .wpcf7-not-valid-tip {
  bottom: -32px;
}
.form-recaptcha .wpcf7-not-valid-tip {
  bottom: -18px;
}
.wpcf7-not-valid-tip {
  color: var(--yellow-1);
  font-size: 18px;
}
@media (max-width: 991px) {
  .wpcf7-not-valid-tip {
    font-size: 16px;
  }
}
.form-row {
  display: grid;
  gap: 15px;
}
.form-column {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 40px;
  column-gap: 40px;
  row-gap: 30px;
}
@media (max-width: 1199px) {
  .form-column {
    grid-template-columns: 1fr;
  }
}
.form-label {
  display: block;
  color: var(--black);
  font-weight: 400;
  font-size: 20px;
  -ms-user-select: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}
@media (max-width: 991px) {
  .form-label {
    font-size: 16px;
  }
}
.form-recaptcha .form-label {
  white-space: normal;
}
.form-input, .form-textarea, .form-select:not(.nice-select) {
  width: 100%;
  border: none;
  border: 0;
  border-radius: 0;
  outline: 0;
  background: transparent;
  box-shadow: none;
  color: var(--black);
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  transition: 0.25s;
}
@media (max-width: 991px) {
  .form-input, .form-textarea, .form-select:not(.nice-select) {
    font-size: 16px;
  }
}
.form-input {
  height: 50px;
  padding: 0 20px;
}
.form-textarea {
  height: 80px;
  padding: 5px 20px 0;
}
.form-select:not(.nice-select) {
  height: 40px;
  padding: 0 15px;
}
.form-agree {
  padding: 5px 0;
}
.form-agree label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.form-agree label input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
}
.form-agree label span {
  display: flex;
  position: relative;
  gap: 15px;
  color: var(--black);
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 991px) {
  .form-agree label span {
    max-width: 310px;
    font-size: 16px;
  }
}
.form-agree label span::before, .form-agree label span::after {
  display: block;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  border-radius: 7px;
  content: "";
  transition: var(--transition-1);
}
.form-agree label span::before {
  width: 38px;
  margin: 4px 0 0;
  border: 1px solid #4f4f4f;
}
.form-agree label span::after {
  position: absolute;
  top: 4px;
  right: 0px;
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.9375 22.5L4.8125 15.375L6.59375 13.5938L11.9375 18.9375L23.4063 7.46875L25.1875 9.25L11.9375 22.5Z' fill='white'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
}
html:not([dir="rtl"]) .form-agree label span::after {
  right: unset;
  left: 0px;
}
.form-agree label input:checked + span::before {
  background: #4f4f4f;
}
.form-agree label input:checked + span::after {
  opacity: 1;
}
.footer-from .form-agree label input:checked + span::before {
  background: transparent;
}
.footer-from .form-agree label span::before {
  border: 1px solid #babab9;
}
.form-submit {
  width: 100%;
  max-width: 200px;
  gap: 46px;
  font-size: 24px;
}
@media (max-width: 991px) {
  .form-submit {
    height: 55px;
    font-size: 16px;
  }
}
html:not([dir="rtl"]) .form-submit {
  margin: 20px 0 0 auto;
}
html[dir="rtl"] .form-submit {
  margin: 20px auto 0 0;
}
@media (max-width: 1199px) {
  html[dir="rtl"] .form-submit {
    margin: 20px 0 0 auto;
  }
}
.swiper {
  opacity: 0;
  transition: var(--transition-1);
  transition-property: opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.swiper.swiper-initialized {
  opacity: 1;
}
.swiper:not(.swiper-initialized) .swiper-slide {
  display: none;
}
.swiper:not(.swiper-initialized) .swiper-slide:first-child {
  display: block;
}
.swiper:not(.swiper-initialized) .swiper-button-next, .swiper:not(.swiper-initialized) .swiper-button-prev, .swiper:not(.swiper-initialized) .swiper-pagination {
  display: none;
}
.swiper-slide {
  height: auto;
}
.swiper-lazy-preloader {
  border-color: var(--yellow-1);
  border-top-color: transparent;
}
.swiper-lazy[data-src] {
  opacity: 0;
}
.swiper-pagination {
  display: grid;
  position: relative;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  gap: 10px;
}
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: unset;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}
.swiper-pagination-bullet {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  width: 50px;
  height: 3px;
  padding: 0;
  border: 0;
  border-radius: 39px;
  background: var(--white);
  cursor: pointer;
  opacity: 0.4;
}
.swiper-pagination-bullet::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 20px;
  transform: translate(0, -50%);
  content: "";
}
.swiper-pagination-bullet-active {
  background: linear-gradient(90deg, #b1932f 0%, #e0cd63 100%);
  opacity: 1;
}
.swiper-button-prev, .swiper-button-next {
  display: flex;
  z-index: 2;
  position: absolute;
  top: 50%;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  margin: 0;
  padding: 0;
  transform: translate(0, -50%);
  border-radius: 50%;
}
.swiper-button-prev {
  right: 0;
}
html:not([dir="rtl"]) .swiper-button-prev {
  right: unset;
  left: 0;
}
.swiper-button-next {
  left: 0;
}
html:not([dir="rtl"]) .swiper-button-next {
  right: 0;
  left: unset;
}
html:not([dir="rtl"]) .swiper-button-prev svg, html:not([dir="rtl"]) .swiper-button-next svg {
  transform: scale(-1, 1);
}
.popup-sidebar .popup__body {
  display: flex;
  flex-direction: column;
}
.popup-header {
  position: relative;
  margin: 0 0 15px;
}
.popup-header__title {
  margin: 0;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
}
.popup-close {
  position: absolute;
  top: 25px;
  left: 32px;
  width: 30px;
  height: 30px;
}
@media (max-width: 767px) {
  .popup-close {
    top: 20px;
    left: 24px;
    width: 24px;
    height: 24px;
  }
}
.popup-close svg {
  stroke: var(--black);
  stroke-width: 2px;
}
.popup-modal .popup__body {
  padding: 0px;
}
.popup-sidebar .popup-sidebar-right {
  padding: 0px;
  background: var(--grey-1);
}
.popup-sidebar-right__close {
  position: absolute;
  top: 35px;
  left: 15px;
  width: 45px;
  height: 45px;
  border: 1px solid var(--black);
  border-radius: 0;
}
html:not([dir="rtl"]) .popup-sidebar-right__close {
  right: 15px;
  left: unset;
}
.popup-sidebar-right__close svg {
  stroke: var(--black);
}
.popup-sidebar-right__wrap {
  padding: 0px 40px 40px;
}
.popup-sidebar-right__media span {
  margin: 0 0 10px;
  color: var(--black);
  font-size: 20px;
  line-height: 1.7;
}
.popup-sidebar-right__links {
  margin: 0 0 15px;
}
.popup-sidebar-right__links svg {
  width: 32px;
  height: 32px;
}
.popup-sidebar-right__links.media-links {
  gap: 30px;
}
.popup-sidebar-right__links .media-links__facebook, .popup-sidebar-right__links .media-links__linkedin {
  stroke: var(--black);
}
.popup-sidebar-right__links .media-links__facebook:hover, .popup-sidebar-right__links .media-links__linkedin:hover {
  stroke: var(--black);
}
@media (min-width: 992px) {
  .popup-sidebar-right__links .media-links__facebook:hover, .popup-sidebar-right__links .media-links__linkedin:hover {
    stroke: var(--yellow-1);
  }
}
.popup-sidebar-right__links .media-links__instagram {
  fill: var(--black);
}
.popup-sidebar-right__links .media-links__instagram:hover {
  fill: var(--black);
}
@media (min-width: 992px) {
  .popup-sidebar-right__links .media-links__instagram:hover {
    fill: var(--yellow-1);
  }
}
.popup-sidebar-right__phone {
  display: flex;
  flex-direction: column;
}
.popup-sidebar-right__phone span {
  margin: 0 0 5px;
  color: var(--black);
  font-size: 20px;
  line-height: 1.7;
}
.popup-sidebar-right__number {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--black);
  font-weight: 700;
  font-size: 24px;
}
.popup-sidebar-right__number svg {
  stroke: var(--black);
}
.popup-sidebar-right__number:hover, .popup-sidebar-right__number:first {
  color: var(--black);
}
.popup-sidebar-right__bottom {
  display: flex;
  margin: auto 0 0;
}
.popup-sidebar-right__text {
  fill: var(--white);
  width: 100%;
  height: auto;
}
.menu-popup-l1 {
  display: grid;
  position: relative;
  row-gap: 30px;
  margin: 0 0 20px;
  padding: 45px 40px 35px;
  list-style: none;
}
.menu-popup-l1::after {
  position: absolute;
  position: absolute;
  bottom: 0;
  left: -40px;
  width: 224px;
  height: 9px;
  background: linear-gradient(181.07deg, #b2932f -84.58%, #ebda6f -41.9%, #b2932f 0.77%);
  content: "";
}
.menu-popup-l1__item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.menu-popup-l1__wrap {
  flex: 1 0 100%;
}
.menu-popup-l1__link {
  color: var(--black);
  font-size: 24px;
  line-height: 1.7;
}
.menu-popup-l1__link:focus, .menu-popup-l1__link:hover {
  color: var(--black);
}
.menu-popup-l1__item.active .menu-popup-l1__link {
  font-weight: 700;
}
.menu-popup-l1__toggle {
  width: 30px;
  height: 30px;
}
.menu-popup-l1__toggle svg {
  stroke: var(--black);
  margin: 0;
}
.menu-popup-l2 {
  display: grid;
  row-gap: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu-popup-l2__link {
  color: var(--black);
  font-weight: 700;
  font-size: 20px;
  line-height: 1.7;
}
.menu-popup-l2__link:focus, .menu-popup-l2__link:hover {
  color: var(--black);
}
.popup-form {
  position: relative;
  padding: 65px 0 160px;
  overflow: hidden;
}
.popup-form__logo {
  display: block;
  margin: 0 auto 75px;
}
@media (max-width: 767px) {
  .popup-form__logo {
    max-width: 170px;
    margin: 0 auto 30px;
  }
}
.popup-form__title {
  margin: 0 0 3px;
  color: var(--black);
  font-weight: 600;
  font-size: 40px;
  line-height: 1.35;
  text-align: center;
}
@media (max-width: 767px) {
  .popup-form__title {
    margin: 0 0 7px;
    font-size: 24px;
  }
}
.popup-form__subtitle {
  margin: 0 0 15px;
  color: var(--black);
  font-size: 24px;
  line-height: 1.35;
  text-align: center;
}
@media (max-width: 767px) {
  .popup-form__subtitle {
    font-size: 16px;
  }
}
.popup-form .wpcf7-form {
  z-index: 2;
  position: relative;
  max-width: 550px;
  margin: 0 auto;
  padding: 0 var(--container-padding);
}
.popup-form__text {
  fill: var(--white);
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 210px;
  width: 100%;
  max-width: 682;
  height: auto;
}
@media (max-width: 767px) {
  .popup-form__text {
    bottom: 60px;
  }
}
html:not([dir="rtl"]) .popup-form .form-submit {
  margin: 70px 0 0 auto;
}
html[dir="rtl"] .popup-form .form-submit {
  margin: 70px auto 0 0;
}
@media (max-width: 1199px) {
  html[dir="rtl"] .popup-form .form-submit {
    margin: 15px 0 0 auto;
  }
}
.popup-form__whatsapp {
  position: absolute;
  right: 0px;
  bottom: 0px;
  left: 0px;
  height: 110px;
  padding: 15px;
  border-radius: 0px;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.3;
  text-align: start;
  white-space: normal;
}
@media (max-width: 767px) {
  .popup-form__whatsapp {
    justify-content: space-between;
    height: 85px;
    padding: 0 28px 0 32px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .popup-form__whatsapp > span {
    max-width: 200px;
  }
}
.popup-form__whatsapp > span > span {
  font-weight: 700;
}
.popup-form__whatsapp:not(:hover):not(:focus) > svg {
  stroke: #e0cd63;
}
.popup-form__whatsapp::before {
  border-radius: 0px;
}
.popup-form__whatsapp::after {
  z-index: 1;
  position: absolute;
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  border: 1px solid rgba(224, 205, 99, 0.3);
  content: "";
  transition: var(--transition-1);
}
.popup-form__whatsapp:focus::after {
  border: 1px solid rgba(224, 205, 99, 0.3);
}
@media (min-width: 992px) {
  .popup-form__whatsapp:focus::after {
    border: 1px solid rgba(255, 255, 255, 0.5);
  }
}
.popup-form__whatsapp:hover {
  outline-color: 1px solid rgba(224, 205, 99, 0.3);
}
@media (min-width: 992px) {
  .popup-form__whatsapp:hover {
    outline-color: 1px solid rgba(255, 255, 255, 0.5);
  }
}
.post-box {
  display: block;
  background: var(--white);
}
@media (max-width: 991px) {
  .post-box {
    margin: 0 auto;
  }
}
.post-box__img {
  width: 100%;
}
.post-box__wrap {
  position: relative;
  padding: 30px;
}
.post-box__date {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.3;
}
.post-box__title {
  position: relative;
  padding: 0 0 0 60px;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
}
html:not([dir="rtl"]) .post-box__title {
  padding: 0 60px 0 0;
}
@media (max-width: 1199px) {
  .post-box__title {
    font-size: 16px;
  }
}
.post-box__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
}
html:not([dir="rtl"]) .post-box__link {
  right: 0;
  left: unset;
}
@media (max-width: 991px) {
  .post-box__link {
    transform: translate(0, -40%);
  }
}
.post-box-cat {
  display: flex;
  align-items: center;
  background: var(--white);
}
@media (max-width: 575px) {
  .post-box-cat {
    flex-direction: column;
    align-items: unset;
    margin: 0 auto;
  }
}
.post-box-cat__media {
  flex: 1;
  max-width: 440px;
  height: 100%;
}
@media (max-width: 575px) {
  .post-box-cat__media {
    max-width: 100%;
  }
}
.post-box-cat__inner {
  position: relative;
  height: 100%;
  padding-top: 71.36%;
}
@media (max-width: 575px) {
  .post-box-cat__inner {
    padding-top: 65%;
  }
}
.post-box-cat__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.post-box-cat__wrap {
  position: relative;
  flex: 1;
  padding: 0 60px 0 155px;
}
html:not([dir="rtl"]) .post-box-cat__wrap {
  padding: 0 155px 0 60px;
}
@media (max-width: 1199px) {
  .post-box-cat__wrap {
    padding: 0 30px 0 130px;
  }
  html:not([dir="rtl"]) .post-box-cat__wrap {
    padding: 0 130px 0 30px;
  }
}
@media (max-width: 991px) {
  .post-box-cat__wrap {
    padding: 0 30px;
  }
  html:not([dir="rtl"]) .post-box-cat__wrap {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .post-box-cat__wrap {
    padding: 10px 20px 15px;
  }
  html:not([dir="rtl"]) .post-box-cat__wrap {
    padding: 10px 20px 15px;
  }
}
.post-box-cat__date {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 991px) {
  .post-box-cat__date {
    margin: 0 0 5px;
    font-size: 14px;
  }
}
.post-box-cat__title {
  margin: 0 0 5px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
}
@media (max-width: 991px) {
  .post-box-cat__title {
    margin: 0 0 15px;
    font-size: 16px;
  }
}
.post-box-cat__descr {
  max-width: 585px;
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 991px) {
  .post-box-cat__descr {
    font-size: 16px;
  }
}
.post-box-cat__link {
  position: absolute;
  top: 50%;
  left: 60px;
  flex: 0 0 70px;
  width: 70px;
  height: 70px;
  transform: translate(0, -50%);
  border-radius: 50%;
}
html:not([dir="rtl"]) .post-box-cat__link {
  right: 60px;
  left: unset;
}
@media (max-width: 1199px) {
  .post-box-cat__link {
    left: 30px;
  }
  html:not([dir="rtl"]) .post-box-cat__link {
    right: 30px;
    left: unset;
  }
}
@media (max-width: 991px) {
  .post-box-cat__link {
    display: none;
  }
}
.post-module {
  display: block;
  position: relative;
}
.post-module__content {
  position: absolute;
  top: 144px;
  right: 0;
  left: 30px;
  max-width: 640px;
  padding: 30px 0px 30px 30px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: rgba(46, 43, 43, 0.7);
}
html:not([dir="rtl"]) .post-module__content {
  right: 30px;
  left: 0;
  padding: 30px 30px 30px 0;
}
@media (max-width: 991px) {
  .post-module__content {
    top: 50px;
    left: 55px;
    max-width: 320px;
    padding: 15px 0px 15px 15px;
    font-size: 20px;
  }
  html:not([dir="rtl"]) .post-module__content {
    right: 55px;
    left: 0;
    padding: 15px 15px 15px 0;
  }
}
.post-module__title {
  padding: 18px 160px 18px 30px;
  border: 1px solid rgba(224, 205, 99, 0.3);
  border-right-width: 0;
  color: var(--white);
  font-weight: 400;
  font-size: 32px;
  line-height: 1.3;
}
html:not([dir="rtl"]) .post-module__title {
  padding: 18px 30px 18px 160px;
  border-right-width: 1px;
  border-left-width: 0;
}
@media (max-width: 1439px) {
  .post-module__title {
    padding: 18px 60px 18px 30px;
  }
  html:not([dir="rtl"]) .post-module__title {
    padding: 18px 30px 18px 60px;
  }
}
@media (max-width: 991px) {
  .post-module__title {
    padding: 20px;
    font-size: 20px;
  }
  html:not([dir="rtl"]) .post-module__title {
    padding: 20px;
  }
}
.post-module__title span {
  color: var(--yellow-1);
  font-weight: 700;
}
.post-module__media {
  position: relative;
}
@media (max-width: 991px) {
  .post-module__media {
    padding-top: 147%;
  }
}
.post-module__img {
  display: block;
  width: 100%;
}
@media (max-width: 991px) {
  .post-module__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
/* Modules */
.video-full {
  position: relative;
  height: calc(100vh - var(--admin-bar-margin));
  margin: var(--admin-bar-margin) 0 0;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}
.video-full::before {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--black);
  content: "";
  opacity: 0.32;
}
.video-full::after {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 15%;
  background: linear-gradient(0deg, rgba(46, 43, 43, 0) 0%, #2e2b2b 100%);
  content: "";
}
.video-full__title {
  z-index: 3;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  padding: 0 var(--container-padding);
  transform: translate(0, -50%);
  color: var(--white);
  font-weight: 300;
  font-size: 64px;
  line-height: 0.78;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (max-width: 991px) {
  .video-full__title {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .video-full__title {
    font-size: 24px;
    line-height: 1.3;
  }
}
.video-full__title span {
  display: block;
  font-weight: 700;
  font-size: 55px;
  line-height: 1.1;
  letter-spacing: 0;
}
@media (max-width: 991px) {
  .video-full__title span {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  .video-full__title span {
    font-size: 24px;
    line-height: 1.3;
  }
}
.video-full__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border: 0;
  pointer-events: none;
}
.video-full__control {
  display: flex;
  z-index: 3;
  position: absolute;
  right: 0px;
  bottom: 0px;
  left: 0px;
  justify-content: center;
  margin: 0px 0px 20px;
}
@media (max-width: 575px) {
  .video-full__control {
    margin: 0px 0px 30px;
  }
}
.video-full__btn {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  gap: 10px;
  border: 0;
  background: transparent;
  color: var(--white);
  font-size: 16px;
}
.video-full__btn span {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 2px solid var(--white);
  border-radius: 50%;
}
.video-full__btn span::before, .video-full__btn span::after {
  display: block;
  position: absolute;
  top: 50%;
  width: 2px;
  height: 12px;
  background: var(--white);
  content: "";
}
.video-full__btn span::before {
  transform: translate(3px, -50%);
}
.video-full__btn span::after {
  transform: translate(-3px, -50%);
}
.video-full__btn.pause span::before {
  display: none;
}
.video-full__btn.pause span::after {
  transform: translate(1px, -50%);
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid var(--white);
  background: transparent;
}
.video-full__btn p:nth-child(3) {
  display: none;
}
.video-full__btn.pause p:nth-child(2) {
  display: none;
}
.video-full__btn.pause p:nth-child(3) {
  display: block;
}
.projects {
  position: relative;
  background: var(--grey-1);
}
.projects .module-box__header {
  position: relative;
  margin: 0;
  padding: 110px 0 60px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .projects .module-box__header {
    padding: 50px 0 30px;
  }
}
@media (max-width: 991px) {
  .projects .module-box__title span {
    display: block;
  }
}
.projects__text {
  fill: var(--white);
  z-index: 1;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  width: 100%;
  max-width: 1124px;
  height: auto;
  margin: 0 auto;
  transform: translate(0, calc(-50% + 60px));
}
@media (max-width: 991px) {
  .projects__text {
    transform: translate(0, calc(-50% - 15px));
  }
}
.projects .swiper-pagination {
  position: absolute;
  top: unset;
  bottom: 50px;
}
@media (max-width: 991px) {
  .projects .swiper-pagination {
    bottom: 30px;
  }
}
.project-item {
  position: relative;
}
.project-item__media {
  position: relative;
  height: 790px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .project-item__media {
    height: 520px;
  }
}
.project-item__media::after {
  position: absolute;
  right: -50px;
  bottom: -40px;
  left: -50px;
  height: 216px;
  background: rgba(46, 43, 43, 0.5);
  content: "";
  -webkit-filter: blur(50px);
  filter: blur(50px);
}
.project-item__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.project-item__content {
  position: absolute;
  top: 50%;
  right: var(--container-padding);
  left: var(--container-padding);
  max-width: 1060px;
  margin: 0 auto;
  padding: 34px 50px;
  transform: translate(0, -50%);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: rgba(46, 43, 43, 0.7);
}
@media (max-width: 991px) {
  .project-item__content {
    padding: 20px;
  }
}
.project-item__inner {
  display: flex;
  flex-direction: column;
  padding: 35px;
  border: 1px solid rgba(224, 205, 99, 0.3);
}
@media (max-width: 991px) {
  .project-item__inner {
    padding: 30px 15px 30px;
  }
}
.project-item__title {
  margin: 0 0 15px;
  color: var(--white);
  font-weight: 700;
  font-size: 48px;
  line-height: 1.35;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .project-item__title {
    font-size: 24px;
  }
}
.project-item__subtitle {
  margin: 0 0 15px;
  color: var(--white);
  font-weight: 500;
  font-size: 32px;
  line-height: 1.35;
  text-align: center;
}
@media (max-width: 991px) {
  .project-item__subtitle {
    font-size: 18px;
  }
}
.project-item__descr {
  margin: 0 0 25px;
  color: var(--white);
  font-weight: 500;
  font-size: 20px;
  line-height: 1.35;
  text-align: center;
}
@media (max-width: 991px) {
  .project-item__descr {
    margin: 0 0 15px;
    font-size: 16px;
  }
}
.project-item__btn {
  width: 100%;
  max-width: 390px;
  margin: 0 auto;
  color: var(--white);
  font-size: 24px;
}
@media (max-width: 991px) {
  .project-item__btn {
    max-width: 244px;
    height: 55px;
    font-size: 16px;
  }
}
.project-item__btn svg {
  stroke: var(--white);
}
.project-item__btn:focus, .project-item__btn:hover {
  color: var(--white);
}
.project-item__btn:focus svg, .project-item__btn:hover svg {
  stroke: var(--white);
}
@media (min-width: 992px) {
  .project-item__btn:focus, .project-item__btn:hover {
    color: var(--black);
  }
  .project-item__btn:focus svg, .project-item__btn:hover svg {
    stroke: var(--black);
  }
}
.about-us {
  position: relative;
  overflow: hidden;
  background: var(--grey-1);
}
@media (max-width: 1199px) {
  .about-us {
    padding-bottom: 150px;
  }
}
.about-us .module-box__header {
  margin: 0;
  padding: 85px 0 75px;
}
@media (max-width: 1199px) {
  .about-us .module-box__header {
    padding: 35px 0 20px;
  }
}
.about-us__wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .about-us__wrap {
    flex-direction: column;
    justify-content: unset;
    padding: 0 var(--container-padding);
    gap: 20px;
  }
}
.about-us__media {
  position: relative;
  flex: 1;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 1439px) {
  .about-us__media {
    max-width: 100%;
  }
}
@media (max-width: 1199px) {
  .about-us__media {
    flex: unset;
    order: 1;
    width: 100%;
  }
}
.about-us__inner {
  position: relative;
  height: 100%;
  padding-top: 56.93%;
}
.about-us__inner::after {
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90%;
  height: 9px;
  transform: skewX(-25deg) translateX(-5px);
  background: linear-gradient(181.07deg, #b2932f -84.58%, #ebda6f -41.9%, #b2932f 0.77%);
  content: "";
}
html:not([dir="rtl"]) .about-us__inner::after {
  right: 0;
  left: unset;
  transform: skewX(25deg) translateX(5px);
}
.about-us__video, .about-us__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border: 0;
}
.about-us__content {
  z-index: 2;
  position: relative;
  flex: 1;
  width: 100%;
  max-width: 750px;
  margin-right: calc((100% - 1600px) / 2);
  padding: 60px 0 60px 130px;
}
html:not([dir="rtl"]) .about-us__content {
  margin-right: unset;
  margin-left: calc((100% - 1600px) / 2);
  padding: 60px 130px 60px 0;
}
.about-us__content.pt-0 {
  padding-top: 0;
}
html:not([dir="rtl"]) .about-us__content.pt-0 {
  padding-top: 0;
}
@media (max-width: 1600px) {
  .about-us__content {
    margin-right: var(--container-padding);
  }
  html:not([dir="rtl"]) .about-us__content {
    margin-right: unset;
    margin-left: var(--container-padding);
  }
}
@media (max-width: 1439px) {
  .about-us__content {
    flex: 1;
    width: 50%;
    max-width: 100%;
    padding: 25px 0 30px 30px;
  }
  html:not([dir="rtl"]) .about-us__content {
    padding: 25px 30px 30px 0;
  }
}
@media (max-width: 1199px) {
  .about-us__content {
    flex: unset;
    order: 2;
    width: 100%;
    margin-right: 0;
    padding: 0;
  }
  html:not([dir="rtl"]) .about-us__content {
    margin-right: unset;
    margin-left: 0;
    padding: 0;
  }
}
.about-us__title {
  margin: 0 0 20px;
  color: var(--black);
  font-weight: 500;
  font-size: 40px;
  line-height: 1.35;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .about-us__title {
    font-size: 24px;
  }
}
.about-us__title span {
  color: var(--yellow-1);
  font-weight: 600;
}
.about-us__descr {
  margin: 0 0 60px;
  color: var(--black);
  font-size: 18px;
  line-height: 1.3;
}
@media (max-width: 991px) {
  .about-us__descr {
    font-size: 16px;
  }
}
.about-us__descr strong {
  font-weight: 700;
  font-size: 22px;
}
@media (max-width: 991px) {
  .about-us__descr strong {
    font-size: 18px;
  }
}
.about-us__descr p + p {
  margin: 10px 0 0;
}
.about-us__link {
  width: 100%;
  max-width: 350px;
  font-size: 20px;
}
@media (max-width: 991px) {
  .about-us__link {
    height: 55px;
    font-size: 16px;
  }
}
.about-us__text {
  fill: var(--white);
  z-index: 1;
  position: absolute;
  top: 100%;
  left: 100%;
  transform: translate(-745px, -325px);
}
html:not([dir="rtl"]) .about-us__text {
  right: 100%;
  left: unset;
  transform: translate(745px, -325px);
}
@media (max-width: 1600px) {
  .about-us__text {
    width: 1300px;
    height: 287px;
    transform: translate(-600px, -170px);
  }
  html:not([dir="rtl"]) .about-us__text {
    transform: translate(600px, -170px);
  }
}
@media (max-width: 1199px) {
  .about-us__text {
    width: 736px;
    height: 162px;
    transform: translate(-270px, -130px);
  }
  html:not([dir="rtl"]) .about-us__text {
    transform: translate(270px, -130px);
  }
}
.why-we {
  padding: 0 0 120px;
  background: var(--white);
}
@media (max-width: 991px) {
  .why-we {
    padding: 0 0 50px;
  }
}
.why-we .module-box__header {
  margin: 0;
  padding: 115px 0 65px;
}
@media (max-width: 991px) {
  .why-we .module-box__header {
    padding: 40px 0 30px;
  }
}
.why-we .module-box__title {
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  .why-we .module-box__title {
    margin: 0 0 10px;
  }
}
.why-we .module-box__subtitle {
  font-size: 22px;
  line-height: 1.3;
  text-align: center;
}
@media (max-width: 991px) {
  .why-we .module-box__subtitle {
    font-size: 16px;
  }
}
.why-we .swiper-pagination-bullet {
  width: 25px;
}
.why-we .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  background: rgba(46, 43, 43, 0.2);
}
.why-we .swiper-pagination {
  margin: 40px 0 0;
}
.why-we__list {
  max-width: 1350px;
  margin: 0 auto 60px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .why-we__list {
    margin: 0 auto 50px;
  }
}
.why-we__list .swiper {
  margin: -100px 0 0;
}
@media (max-width: 1199px) {
  .why-we__list .swiper {
    margin: -80px 0 0;
  }
}
@media (max-width: 991px) {
  .why-we__list .swiper {
    margin: -50px 0 0;
  }
}
@media (max-width: 767px) {
  .why-we__list .swiper {
    margin: 0;
  }
}
.why-we__list .swiper-slide {
  margin-top: 0 !important;
  padding-top: 100px;
}
@media (max-width: 1199px) {
  .why-we__list .swiper-slide {
    padding-top: 80px;
  }
}
@media (max-width: 991px) {
  .why-we__list .swiper-slide {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .why-we__list .swiper-slide {
    padding-top: 0;
  }
}
.why-we__bottom {
  display: flex;
  justify-content: center;
}
.why-we__link {
  width: 100%;
  max-width: 430px;
  font-size: 24px;
}
@media (max-width: 991px) {
  .why-we__link {
    max-width: 320px;
    height: 55px;
    font-size: 16px;
  }
}
.why-we-item__img {
  display: block;
  margin: 0 auto 10px;
}
.why-we-item__title {
  margin: 0 0 10px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
  text-align: center;
}
.why-we-item__descr {
  font-size: 18px;
  line-height: 1.3;
  text-align: center;
}
.blog-last {
  position: relative;
  overflow: hidden;
  background: var(--grey-1);
}
.blog-last__wrap {
  display: flex;
  z-index: 2;
  position: relative;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .blog-last__wrap {
    flex-direction: column;
    justify-content: unset;
  }
}
.blog-last__aside {
  flex: 1;
  align-self: center;
  width: 100%;
  max-width: 670px;
  margin: 0 0 0 calc((100% - 1570px) / 2);
  padding: 0 100px 0 0;
}
html:not([dir="rtl"]) .blog-last__aside {
  margin: 0 calc((100% - 1570px) / 2) 0 0;
  padding: 0 0 0 100px;
}
@media (max-width: 1570px) {
  .blog-last__aside {
    margin: 0;
    padding: 0 30px 0 var(--container-padding);
  }
  html:not([dir="rtl"]) .blog-last__aside {
    margin: 0;
    padding: 0 var(--container-padding) 0 30px;
  }
}
@media (max-width: 1439px) {
  .blog-last__aside {
    width: 50%;
    max-width: 100%;
  }
}
@media (max-width: 1199px) {
  .blog-last__aside {
    position: relative;
    flex: unset;
    order: 1;
    width: 100%;
    padding: 40px var(--container-padding) 140px;
  }
  html:not([dir="rtl"]) .blog-last__aside {
    padding: 40px var(--container-padding) 140px;
  }
}
.blog-last .module-box__title {
  z-index: 2;
  position: relative;
  margin: 0 0 20px;
  text-align: start;
}
@media (max-width: 991px) {
  .blog-last .module-box__title {
    margin: 0 0 10px;
  }
}
.blog-last__descr {
  z-index: 2;
  position: relative;
  margin: 0 0 20px;
  font-size: 22px;
  line-height: 1.3;
}
@media (max-width: 991px) {
  .blog-last__descr {
    margin: 0 0 40px;
    font-size: 16px;
  }
}
.blog-last__link {
  z-index: 2;
  position: relative;
  width: 100%;
  max-width: 295px;
}
@media (max-width: 991px) {
  .blog-last__link {
    max-width: 320px;
    height: 55px;
    font-size: 16px;
  }
}
.blog-last__text {
  fill: var(--white);
  z-index: 1;
  position: absolute;
  bottom: -30px;
  left: var(--container-margin);
}
html:not([dir="rtl"]) .blog-last__text {
  right: var(--container-margin);
  left: unset;
}
@media (max-width: 1199px) {
  .blog-last__text {
    right: 0;
    bottom: -10px;
    left: 0;
    width: 320px;
    height: 125px;
    margin: 0 auto;
  }
  html:not([dir="rtl"]) .blog-last__text {
    right: 0;
    left: 0;
  }
}
.blog-last__aside > .blog-last__text {
  display: none;
}
@media (max-width: 1199px) {
  .blog-last__aside > .blog-last__text {
    display: block;
  }
}
.blog-last > .blog-last__text {
  display: block;
}
@media (max-width: 1199px) {
  .blog-last > .blog-last__text {
    display: none;
  }
}
.blog-last__list {
  z-index: 2;
  position: relative;
  flex: 1;
  width: 100%;
  min-width: 0;
}
@media (max-width: 1439px) {
  .blog-last__list {
    max-width: 100%;
  }
}
@media (max-width: 1199px) {
  .blog-last__list {
    flex: unset;
    order: 2;
    width: 100%;
  }
}
.blog-last .swiper-pagination {
  z-index: 1;
  position: absolute;
  right: 164px;
  bottom: 60px;
  left: unset;
  width: auto;
}
@media (max-width: 1570px) {
  .blog-last .swiper-pagination {
    right: 0;
    bottom: 40px;
    left: 0;
    width: 100%;
  }
}
.our-strategy {
  padding: 130px 0 190px;
  background: var(--white);
}
@media (max-width: 991px) {
  .our-strategy {
    padding: 40px 0 55px;
  }
}
.our-strategy .module-box__header {
  margin: 0 0 35px;
}
.our-strategy .module-box__title {
  margin: 0 0 20px;
}
.our-strategy__subtitle {
  max-width: 710px;
  margin: 0 auto;
  font-size: 22px;
  line-height: 1.3;
  text-align: center;
}
@media (max-width: 991px) {
  .our-strategy__subtitle {
    font-size: 16px;
  }
}
.our-strategy__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1450px;
  margin: 0 auto;
}
@media (max-width: 1439px) {
  .our-strategy__list {
    row-gap: 60px;
    justify-content: space-around;
    max-width: 900px;
  }
}
@media (max-width: 767px) {
  .our-strategy__list {
    row-gap: 20px;
    flex-direction: column;
    align-items: center;
    justify-content: unset;
  }
}
.our-strategy-item {
  position: relative;
}
.our-strategy-item__img {
  display: block;
  margin: 0 auto 30px;
}
@media (max-width: 991px) {
  .our-strategy-item__img {
    max-width: 200px;
  }
}
.our-strategy-item__title {
  font-weight: 600;
  font-size: 22px;
  line-height: 1.3;
  text-align: center;
}
@media (max-width: 991px) {
  .our-strategy-item__title {
    font-size: 20px;
  }
}
.reviews {
  position: relative;
  padding: 80px 0 115px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .reviews {
    padding: 40px 0 50px;
  }
}
.reviews::after {
  z-index: 1;
  position: absolute;
  top: -45px;
  right: -50px;
  left: -50px;
  height: 216px;
  background: rgba(46, 43, 43, 0.5);
  content: "";
  -webkit-filter: blur(50px);
  filter: blur(50px);
}
.reviews__bg {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.reviews__inner {
  z-index: 2;
  position: relative;
}
.reviews .module-box__header {
  margin: 0 0 35px;
}
@media (max-width: 991px) {
  .reviews .module-box__header {
    margin: 0 0 25px;
  }
}
.reviews .module-box__title {
  margin: 0 0 10px;
  color: var(--white);
}
.reviews__subtitle {
  color: var(--white);
  font-size: 22px;
  line-height: 1.3;
  text-align: center;
}
@media (max-width: 991px) {
  .reviews__subtitle {
    font-size: 14px;
  }
}
.reviews__list {
  max-width: 1060px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .reviews .swiper-button-prev, .reviews .swiper-button-next {
    width: 56px;
    height: 56px;
  }
}
.reviews .swiper-button-prev {
  right: 90px;
}
html:not([dir="rtl"]) .reviews .swiper-button-prev {
  right: unset;
  left: 90px;
}
@media (max-width: 991px) {
  .reviews .swiper-button-prev {
    top: unset;
    right: 50%;
    bottom: 55px;
    transform: translate(calc(100% + 10px), 0);
  }
  html:not([dir="rtl"]) .reviews .swiper-button-prev {
    right: unset;
    left: 50%;
    transform: translate(calc(-100% - 10px), 0);
  }
}
.reviews .swiper-button-next {
  left: 90px;
}
html:not([dir="rtl"]) .reviews .swiper-button-next {
  right: 90px;
  left: unset;
}
@media (max-width: 991px) {
  .reviews .swiper-button-next {
    top: unset;
    bottom: 55px;
    left: 50%;
    transform: translate(calc(-100% - 10px), 0);
  }
  html:not([dir="rtl"]) .reviews .swiper-button-next {
    right: 50%;
    left: unset;
    transform: translate(calc(100% + 10px), 0);
  }
}
.reviews .swiper-button-prev:not(:hover) svg, .reviews .swiper-button-next:not(:hover) svg {
  stroke: var(--white);
}
@media (max-width: 991px) {
  .reviews .swiper-button-prev:hover svg, .reviews .swiper-button-next:hover svg {
    stroke: var(--white);
  }
}
.review-item {
  padding: 35px 50px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: rgba(46, 43, 43, 0.7);
}
@media (max-width: 991px) {
  .review-item {
    padding: 20px;
  }
}
.review-item__inner {
  padding: 50px 220px 50px 220px;
  border: 1px solid rgba(224, 205, 99, 0.3);
}
@media (max-width: 991px) {
  .review-item__inner {
    padding: 80px 15px 125px;
  }
}
.review-item__title {
  position: relative;
  margin: 0 0 20px;
  color: var(--white);
  font-weight: 700;
  font-size: 36px;
  line-height: 1.3;
}
@media (max-width: 991px) {
  .review-item__title {
    margin: 0 0 15px;
    font-size: 24px;
    text-align: center;
  }
}
.review-item__title svg {
  stroke: var(--white);
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(calc(100% + 15px), 0);
}
html:not([dir="rtl"]) .review-item__title svg {
  right: unset;
  left: 0;
  transform: translate(calc(-100% - 15px), 0) scale(-1, 1);
}
@media (max-width: 991px) {
  .review-item__title svg {
    right: 50%;
    transform: translate(50%, -60px);
  }
  html:not([dir="rtl"]) .review-item__title svg {
    left: 50%;
    transform: translate(-50%, -60px);
  }
}
.review-item__descr {
  margin: 0 0 20px;
  color: var(--white);
  font-size: 18px;
  line-height: 1.4;
}
@media (max-width: 991px) {
  .review-item__descr {
    margin: 0 0 15px;
    font-size: 16px;
    text-align: center;
  }
}
.review-item__name {
  margin: 0 0 15px;
  color: var(--white);
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 991px) {
  .review-item__name {
    font-size: 16px;
  }
}
.review-item__country {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--white);
  font-size: 20px;
}
@media (max-width: 991px) {
  .review-item__country {
    font-size: 14px;
  }
}
.review-item__country svg {
  fill: var(--yellow-1);
}
.faq-banner {
  position: relative;
  padding: 85px 0 135px;
  overflow: hidden;
  background: var(--grey-1);
}
@media (max-width: 991px) {
  .faq-banner {
    padding: 140px 0 55px;
  }
}
.faq-banner .container {
  z-index: 2;
  position: relative;
}
.faq-banner .module-box__header {
  margin: 0 0 20px;
}
.faq-banner .module-box__title {
  margin: 0 0 20px;
}
.faq-banner__subtitle {
  font-size: 22px;
  line-height: 1.3;
  text-align: center;
}
@media (max-width: 991px) {
  .faq-banner__subtitle {
    font-size: 16px;
  }
}
.faq-banner__bottom {
  display: flex;
  justify-content: center;
}
.faq-banner__link {
  width: 100%;
  max-width: 290px;
  padding: 0 20px;
}
@media (max-width: 991px) {
  .faq-banner__link {
    height: 55px;
    font-size: 16px;
  }
}
.faq-banner__eu, .faq-banner__ro, .faq-banner__question {
  fill: var(--white);
  position: absolute;
}
.faq-banner__eu, .faq-banner__ro {
  top: 0;
}
@media (max-width: 1199px) {
  .faq-banner__eu, .faq-banner__ro {
    top: unset;
    bottom: 0;
    transform: translate(0, 50px);
  }
}
.faq-banner__eu {
  left: 0;
}
@media (max-width: 1199px) {
  .faq-banner__eu {
    width: 140px;
    height: 192px;
  }
}
.faq-banner__ro {
  right: 0;
}
@media (max-width: 1199px) {
  .faq-banner__ro {
    width: 160px;
    height: 197px;
  }
}
.faq-banner__question {
  top: 0;
  left: 50%;
  transform: translate(-50%, 30px);
}
@media (max-width: 1199px) {
  .faq-banner__question {
    width: 85px;
    height: 152px;
    transform: translate(-50%, 15px);
  }
}
.founders {
  padding: 82px 0 125px;
  background: var(--white);
}
@media (max-width: 991px) {
  .founders {
    padding: 40px 0 140px;
  }
}
.founders .module-box__title {
  margin: 0 0 80px;
}
.founders__list {
  position: relative;
  max-width: 1345px;
  margin: 0 auto;
}
@media (max-width: 1439px) {
  .founders__list {
    max-width: 1000px;
  }
}
@media (max-width: 991px) {
  .founders__list {
    max-width: 400px;
  }
}
@media (min-width: 992px) {
  .founders__list.centered .swiper-wrapper {
    justify-content: center;
  }
  .founders__list.centered .swiper-slide:last-child {
    margin-right: 0 !important;
  }
}
@media (min-width: 992px) {
  .founders .swiper-button-prev, .founders .swiper-button-next {
    display: none;
  }
}
@media (max-width: 991px) {
  .founders .swiper-button-prev, .founders .swiper-button-next {
    width: 56px;
    height: 56px;
  }
}
.founders .swiper-button-prev {
  top: unset;
  right: 50%;
  bottom: -40px;
  transform: translate(calc(100% + 10px), 100%);
}
html:not([dir="rtl"]) .founders .swiper-button-prev {
  right: unset;
  left: 50%;
  transform: translate(calc(-100% - 10px), 100%);
}
.founders .swiper-button-next {
  top: unset;
  bottom: -40px;
  left: 50%;
  transform: translate(calc(-100% - 10px), 100%);
}
html:not([dir="rtl"]) .founders .swiper-button-next {
  right: 50%;
  left: unset;
  transform: translate(calc(100% + 10px), 100%);
}
.founders-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 15px;
}
.founders-item__img {
  display: block;
  max-width: 210px;
  margin: 0 auto 25px;
}
.founders-item__name {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.3;
  text-align: center;
}
@media (max-width: 991px) {
  .founders-item__name {
    font-size: 24px;
  }
}
.founders-item__position {
  margin: 0 0 15px;
  font-size: 24px;
  text-align: center;
}
@media (max-width: 991px) {
  .founders-item__position {
    font-size: 16px;
  }
}
.founders-item__descr {
  margin: 0 0 20px;
  font-size: 24px;
  text-align: center;
}
@media (max-width: 991px) {
  .founders-item__descr {
    font-size: 16px;
  }
}
.founders-item__linkedin {
  display: flex;
  width: 100%;
  max-width: 270px;
  height: 60px;
  margin: 0 auto;
  padding: 0 30px;
  gap: 15px;
  font-size: 16px;
}
.founders-item__linkedin.btn-default > svg {
  stroke: none;
  fill: var(--white);
}
.founders-item__linkedin.btn-default:focus > svg {
  stroke: none;
  fill: var(--white);
}
@media (min-width: 992px) {
  .founders-item__linkedin.btn-default:focus > svg {
    stroke: none;
    fill: var(--white);
  }
}
.hovered .founders-item__linkedin.btn-default > svg, .founders-item__linkedin.btn-default:hover > svg {
  stroke: none;
  fill: var(--white);
}
@media (min-width: 992px) {
  .hovered .founders-item__linkedin.btn-default > svg, .founders-item__linkedin.btn-default:hover > svg {
    stroke: none;
    fill: var(--black);
  }
}
.faq {
  position: relative;
  padding: 110px 0 185px;
}
@media (max-width: 991px) {
  .faq {
    padding: 135px 0 145px;
  }
}
.faq .module-box__title {
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  .faq .module-box__title {
    margin: 0 0 15px;
  }
}
.faq__subtitle {
  margin: 0 0 20px;
  font-size: 22px;
  line-height: 1.3;
  text-align: center;
}
@media (max-width: 991px) {
  .faq__subtitle {
    margin: 0 0 40px;
    font-size: 16px;
  }
}
.faq__list {
  display: grid;
  z-index: 2;
  position: relative;
  max-width: 1010px;
  margin: 0 auto;
  gap: 10px;
}
.faq__eu, .faq__ro, .faq__question {
  fill: var(--white);
  z-index: 1;
  position: absolute;
}
.faq__eu, .faq__ro {
  bottom: 0;
}
.faq__eu {
  left: 0;
}
@media (max-width: 1199px) {
  .faq__eu {
    width: 130px;
    height: 177px;
  }
}
.faq__ro {
  right: 0;
}
@media (max-width: 1199px) {
  .faq__ro {
    width: 146px;
    height: 180px;
  }
}
.faq__question {
  display: none;
  top: 0;
  left: 50%;
  transform: translate(-50%, 15px);
}
@media (max-width: 991px) {
  .faq__question {
    display: block;
  }
}
.faq-item {
  padding: 12px 30px 12px 20px;
  border: 1px solid var(--black);
  border-radius: 20px;
  background: var(--grey-1);
}
@media (max-width: 991px) {
  .faq-item {
    padding: 15px 15px 20px 10px;
  }
}
.faq-item__title {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
}
.faq-item__title span {
  display: flex;
  flex: 0 0 50px;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 3px;
  background: var(--black);
}
@media (max-width: 991px) {
  .faq-item__title span {
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
  }
}
.faq-item__title svg {
  stroke: var(--white);
  margin: 0;
}
@media (max-width: 991px) {
  .faq-item__title svg {
    width: 15px;
    height: 8px;
  }
}
.faq-item__descr {
  max-width: 750px;
  padding: 15px 0 20px 30px;
  font-size: 18px;
  line-height: 1.3;
}
@media (max-width: 991px) {
  .faq-item__descr {
    font-size: 16px;
  }
}
.text-editor {
  position: relative;
}
.text-editor::after {
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 9px;
  transform: skewX(-25deg) translateX(-5px);
  background: linear-gradient(181.07deg, #b2932f -84.58%, #ebda6f -41.9%, #b2932f 0.77%);
  content: "";
}
@media (max-width: 991px) {
  .text-editor::after {
    height: 4px;
  }
}
.text-editor__spacer {
  position: relative;
  margin-top: 40px;
  padding-top: 15.42%;
}
@media (max-width: 991px) {
  .text-editor__spacer {
    margin-top: 100px;
  }
}
.text-editor__text {
  fill: var(--white);
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 1920px;
  height: auto;
  margin: 0 auto;
  transform: translate(0, 30%);
}
.process {
  position: relative;
  padding: 80px 0 60px;
  overflow: hidden;
  background: var(--white);
}
@media (max-width: 991px) {
  .process {
    padding: 40px 0 45px;
  }
}
.process .module-box__title {
  margin: 0 0 20px;
}
.process__subtitle {
  margin: 0 0 55px;
  font-size: 22px;
  line-height: 1.3;
  text-align: center;
}
@media (max-width: 991px) {
  .process__subtitle {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .process__subtitle {
    margin: 0 0 15px;
  }
}
.process__list {
  margin: 0 0 50px;
  padding: 250px 0 275px;
}
@media (max-width: 767px) {
  .process__list {
    margin: 0 0 10px;
    padding: 180px 0 255px;
  }
}
.process__descr {
  position: relative;
  max-width: 615px;
  margin: 0 auto;
  font-size: 22px;
  line-height: 1.3;
  text-align: center;
}
@media (max-width: 991px) {
  .process__descr {
    padding: 35px 0 0;
    font-size: 16px;
  }
}
.process__descr::after {
  position: absolute;
  top: 0;
  left: 100%;
  width: 21px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.0398 0.599609L12.2398 7.79961L19.5198 5.75961L20.1598 10.6796L13.5198 11.1596L17.8798 16.9596L13.4398 19.3196L10.3998 13.1996L7.71984 19.2796L3.11984 16.9596L7.43984 11.1596L0.839844 10.6396L1.59984 5.75961L8.71984 7.79961L7.91984 0.599609H13.0398Z' fill='%23B1932F'/%3E%3C/svg%3E%0A");
  content: "";
}
@media (max-width: 991px) {
  .process__descr::after {
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.process-scheme {
  position: relative;
  height: 1265px;
}
@media (max-width: 767px) {
  .process-scheme {
    height: 1455px;
  }
}
.process-scheme__line {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: rgba(90, 90, 90, 0.4);
}
.process-scheme__line::before, .process-scheme__line::after {
  position: absolute;
  left: 50%;
  width: 15px;
  height: 15px;
  transform: translate(-50%, 0);
  border-radius: 50%;
  background: var(--yellow-1);
  content: "";
}
.process-scheme__line::before {
  top: 0;
}
.process-scheme__line::after {
  bottom: 0;
}
.process-item {
  position: absolute;
}
@media (max-width: 767px) {
  .process-item {
    padding-bottom: 10px;
  }
}
.process-item__media {
  position: relative;
}
@media (max-width: 767px) {
  .process-item__media {
    position: unset;
  }
}
.process-item__media::after, .process-item__media::before {
  position: absolute;
  bottom: 0;
  content: "";
}
.process-item__media::before {
  z-index: 2;
  width: 15px;
  height: 15px;
  transform: translate(0, 50%);
  border-radius: 50%;
  background: var(--yellow-1);
}
.process-item__media::after {
  z-index: 1;
  width: 270px;
  height: 1px;
  background: rgba(90, 90, 90, 0.4);
}
.process-item__img {
  display: block;
  margin: 0 auto 20px;
}
@media (max-width: 991px) {
  .process-item__img {
    width: 80%;
    margin: 0 auto 10px;
  }
}
.process-item__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.35;
  text-align: center;
}
@media (max-width: 991px) {
  .process-item__title {
    font-size: 16px;
  }
}
.process-item-2, .process-item-4, .process-item-6, .process-item-8 {
  left: 50%;
  transform: translate(-100%, 0);
}
.process-item-2 .process-item__media, .process-item-2 .process-item__title, .process-item-4 .process-item__media, .process-item-4 .process-item__title, .process-item-6 .process-item__media, .process-item-6 .process-item__title, .process-item-8 .process-item__media, .process-item-8 .process-item__title {
  padding-right: 270px;
}
@media (max-width: 1199px) {
  .process-item-2 .process-item__media, .process-item-2 .process-item__title, .process-item-4 .process-item__media, .process-item-4 .process-item__title, .process-item-6 .process-item__media, .process-item-6 .process-item__title, .process-item-8 .process-item__media, .process-item-8 .process-item__title {
    padding-right: 200px;
  }
}
@media (max-width: 991px) {
  .process-item-2 .process-item__media, .process-item-2 .process-item__title, .process-item-4 .process-item__media, .process-item-4 .process-item__title, .process-item-6 .process-item__media, .process-item-6 .process-item__title, .process-item-8 .process-item__media, .process-item-8 .process-item__title {
    padding-right: 100px;
  }
}
@media (max-width: 767px) {
  .process-item-2 .process-item__media, .process-item-2 .process-item__title, .process-item-4 .process-item__media, .process-item-4 .process-item__title, .process-item-6 .process-item__media, .process-item-6 .process-item__title, .process-item-8 .process-item__media, .process-item-8 .process-item__title {
    padding-right: 25px;
  }
}
.process-item-2 .process-item__media::before, .process-item-4 .process-item__media::before, .process-item-6 .process-item__media::before, .process-item-8 .process-item__media::before {
  right: 270px;
}
@media (max-width: 1199px) {
  .process-item-2 .process-item__media::before, .process-item-4 .process-item__media::before, .process-item-6 .process-item__media::before, .process-item-8 .process-item__media::before {
    right: 200px;
  }
}
@media (max-width: 991px) {
  .process-item-2 .process-item__media::before, .process-item-4 .process-item__media::before, .process-item-6 .process-item__media::before, .process-item-8 .process-item__media::before {
    right: 100px;
  }
}
@media (max-width: 767px) {
  .process-item-2 .process-item__media::before, .process-item-4 .process-item__media::before, .process-item-6 .process-item__media::before, .process-item-8 .process-item__media::before {
    right: 46px;
  }
}
.process-item-2 .process-item__media::after {
  right: 0;
  width: 270px;
}
@media (max-width: 1199px) {
  .process-item-2 .process-item__media::after {
    width: 200px;
  }
}
@media (max-width: 991px) {
  .process-item-2 .process-item__media::after {
    width: 100px;
  }
}
@media (max-width: 767px) {
  .process-item-2 .process-item__media::after {
    width: 46px;
  }
}
.process-item-4 .process-item__media::after {
  right: 0;
  width: 270px;
}
@media (max-width: 1199px) {
  .process-item-4 .process-item__media::after {
    width: 200px;
  }
}
@media (max-width: 991px) {
  .process-item-4 .process-item__media::after {
    width: 100px;
  }
}
@media (max-width: 767px) {
  .process-item-4 .process-item__media::after {
    width: 46px;
  }
}
.process-item-6 .process-item__media::after {
  right: 0;
  width: 270px;
}
@media (max-width: 1199px) {
  .process-item-6 .process-item__media::after {
    width: 200px;
  }
}
@media (max-width: 991px) {
  .process-item-6 .process-item__media::after {
    width: 100px;
  }
}
@media (max-width: 767px) {
  .process-item-6 .process-item__media::after {
    width: 46px;
  }
}
.process-item-8 .process-item__media::after {
  right: 0;
  width: 270px;
}
@media (max-width: 1199px) {
  .process-item-8 .process-item__media::after {
    width: 200px;
  }
}
@media (max-width: 991px) {
  .process-item-8 .process-item__media::after {
    width: 100px;
  }
}
@media (max-width: 767px) {
  .process-item-8 .process-item__media::after {
    width: 46px;
  }
}
.process-item-3, .process-item-5, .process-item-7 {
  right: 50%;
  transform: translate(100%, 0);
}
.process-item-3 .process-item__media, .process-item-3 .process-item__title, .process-item-5 .process-item__media, .process-item-5 .process-item__title, .process-item-7 .process-item__media, .process-item-7 .process-item__title {
  padding-left: 260px;
}
@media (max-width: 1199px) {
  .process-item-3 .process-item__media, .process-item-3 .process-item__title, .process-item-5 .process-item__media, .process-item-5 .process-item__title, .process-item-7 .process-item__media, .process-item-7 .process-item__title {
    padding-left: 230px;
  }
}
@media (max-width: 991px) {
  .process-item-3 .process-item__media, .process-item-3 .process-item__title, .process-item-5 .process-item__media, .process-item-5 .process-item__title, .process-item-7 .process-item__media, .process-item-7 .process-item__title {
    padding-left: 130px;
  }
}
@media (max-width: 767px) {
  .process-item-3 .process-item__media, .process-item-3 .process-item__title, .process-item-5 .process-item__media, .process-item-5 .process-item__title, .process-item-7 .process-item__media, .process-item-7 .process-item__title {
    padding-left: 25px;
  }
}
.process-item-3 .process-item__media::before, .process-item-5 .process-item__media::before, .process-item-7 .process-item__media::before {
  left: 230px;
}
@media (max-width: 1199px) {
  .process-item-3 .process-item__media::before, .process-item-5 .process-item__media::before, .process-item-7 .process-item__media::before {
    left: 200px;
  }
}
@media (max-width: 991px) {
  .process-item-3 .process-item__media::before, .process-item-5 .process-item__media::before, .process-item-7 .process-item__media::before {
    left: 100px;
  }
}
@media (max-width: 767px) {
  .process-item-3 .process-item__media::before, .process-item-5 .process-item__media::before, .process-item-7 .process-item__media::before {
    left: 46px;
  }
}
.process-item-3 .process-item__media::after {
  left: 0;
  width: 230px;
}
@media (max-width: 1199px) {
  .process-item-3 .process-item__media::after {
    width: 200px;
  }
}
@media (max-width: 991px) {
  .process-item-3 .process-item__media::after {
    width: 100px;
  }
}
@media (max-width: 767px) {
  .process-item-3 .process-item__media::after {
    width: 46px;
  }
}
.process-item-5 .process-item__media::after {
  left: 0;
  width: 230px;
}
@media (max-width: 1199px) {
  .process-item-5 .process-item__media::after {
    width: 200px;
  }
}
@media (max-width: 991px) {
  .process-item-5 .process-item__media::after {
    width: 100px;
  }
}
@media (max-width: 767px) {
  .process-item-5 .process-item__media::after {
    width: 46px;
  }
}
.process-item-7 .process-item__media::after {
  left: 0;
  width: 230px;
}
@media (max-width: 1199px) {
  .process-item-7 .process-item__media::after {
    width: 200px;
  }
}
@media (max-width: 991px) {
  .process-item-7 .process-item__media::after {
    width: 100px;
  }
}
@media (max-width: 767px) {
  .process-item-7 .process-item__media::after {
    width: 46px;
  }
}
.process-item-1 {
  top: 0;
  left: 50%;
  padding: 0;
  transform: translate(-50%, calc(-100% - 5px));
}
.process-item-1 .process-item__media::before, .process-item-1 .process-item__media::after {
  display: none;
}
.process-item-2 {
  top: -95px;
}
@media (max-width: 767px) {
  .process-item-2 {
    top: 0;
  }
}
.process-item-3 {
  top: 55px;
}
@media (max-width: 767px) {
  .process-item-3 {
    top: 86px;
  }
}
.process-item-4 {
  top: 255px;
}
@media (max-width: 767px) {
  .process-item-4 {
    top: 330px;
  }
}
.process-item-5 {
  top: 400px;
}
@media (max-width: 767px) {
  .process-item-5 {
    top: 495px;
  }
}
.process-item-6 {
  top: 580px;
}
@media (max-width: 767px) {
  .process-item-6 {
    top: 725px;
  }
}
.process-item-7 {
  top: 700px;
}
@media (max-width: 767px) {
  .process-item-7 {
    top: 915px;
  }
}
.process-item-8 {
  top: 900px;
}
@media (max-width: 767px) {
  .process-item-8 {
    top: 1155px;
  }
}
.process-item-9 {
  bottom: 0;
  left: 50%;
  padding: 0;
  transform: translate(-50%, 100%);
  transform: translate(-50%, calc(100% + 5px));
}
.process-item-9 .process-item__media::before, .process-item-9 .process-item__media::after {
  display: none;
}
/* layouts */
#wpadminbar {
  position: fixed;
}
.header {
  z-index: 60;
  position: fixed;
  top: var(--admin-bar-margin);
  right: var(--pr);
  left: 0;
  height: var(--header-height);
  padding: 15px 0 55px;
  transition: transform var(--transition-1);
}
@media (max-width: 1199px) {
  .header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
  }
}
.scrolled .header {
  transform: translate(0, -120%);
}
.scrolled.show-header .header {
  transform: translate(0, 0%);
}
body:not(.home):not(.mixed) .header {
  background: var(--white);
}
body.mixed .header {
  padding: 23px 0;
  -webkit-backdrop-filter: blur(8.05px);
  backdrop-filter: blur(8.05px);
  background: rgba(46, 43, 43, 0.68);
}
@media (max-width: 1199px) {
  body.mixed .header {
    padding: 10px 0;
  }
}
.header-top {
  display: flex;
  justify-content: flex-end;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--container-padding);
  gap: 30px;
}
body:not(.mixed) .header-top {
  max-width: 1640px;
}
@media (max-width: 1199px) {
  .header-top {
    display: none;
  }
}
body.mixed .header-top {
  display: none;
}
body:not(.home):not(.mixed) .header-top__links .media-links__facebook, body:not(.home):not(.mixed) .header-top__links .media-links__linkedin {
  stroke: var(--black);
}
body:not(.home):not(.mixed) .header-top__links .media-links__facebook:hover, body:not(.home):not(.mixed) .header-top__links .media-links__linkedin:hover {
  stroke: var(--black);
}
@media (min-width: 992px) {
  body:not(.home):not(.mixed) .header-top__links .media-links__facebook:hover, body:not(.home):not(.mixed) .header-top__links .media-links__linkedin:hover {
    stroke: var(--yellow-1);
  }
}
body:not(.home):not(.mixed) .header-top__links .media-links__instagram {
  fill: var(--black);
}
body:not(.home):not(.mixed) .header-top__links .media-links__instagram:hover {
  fill: var(--black);
}
@media (min-width: 992px) {
  body:not(.home):not(.mixed) .header-top__links .media-links__instagram:hover {
    fill: var(--yellow-1);
  }
}
.header-top__media {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header-top__media span {
  color: var(--white);
  font-size: 18px;
  line-height: 1.7;
}
body:not(.home):not(.mixed) .header-top__media span {
  color: var(--black);
}
.header-top__phone span {
  color: var(--white);
  font-size: 18px;
  line-height: 1.7;
}
body:not(.home):not(.mixed) .header-top__phone span {
  color: var(--black);
}
.header-top__number {
  color: var(--white);
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
}
body:not(.home):not(.mixed) .header-top__number {
  color: var(--black);
}
.header-top__number:hover {
  color: var(--white);
}
body:not(.home):not(.mixed) .header-top__number:hover {
  color: var(--black);
}
@media (min-width: 992px) {
  .header-top__number:hover {
    color: var(--yellow-1);
  }
  body:not(.home):not(.mixed) .header-top__number:hover {
    color: var(--yellow-1);
  }
}
.header-bottom__inner {
  display: flex;
  align-items: flex-end;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--container-padding);
  gap: 105px;
}
body:not(.mixed) .header-bottom__inner {
  max-width: 1640px;
}
@media (max-width: 1199px) {
  .header-bottom__inner {
    align-items: center;
    justify-content: space-between;
    gap: 30px;
  }
}
body.mixed .header-bottom__inner {
  align-items: center;
}
.header-bottom__logo {
  margin: 0 0 3px;
}
@media (max-width: 1199px) {
  .header-bottom__logo {
    max-width: 155px;
    margin: 0;
  }
}
body.mixed .header-bottom__logo {
  max-width: 205px;
  margin: 0;
}
@media (max-width: 1199px) {
  body.mixed .header-bottom__logo {
    max-width: 134px;
  }
}
body:not(.home):not(.mixed) .header-bottom__logo .logo-white {
  display: none;
}
.header-bottom__logo .logo-black {
  display: none;
}
body:not(.home):not(.mixed) .header-bottom__logo .logo-black {
  display: block;
}
.header-bottom__burger {
  display: none;
}
@media (max-width: 1199px) {
  .header-bottom__burger {
    display: flex;
  }
}
.btn-burger {
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border: 1px solid var(--white);
  border-radius: 0;
}
.btn-burger > span {
  position: relative;
  width: 25px;
  height: 17px;
}
.btn-burger > span > span, .btn-burger > span::before, .btn-burger > span::after {
  position: absolute;
  height: 2px;
  background: var(--white);
  transition: var(--transition-1);
}
.btn-burger > span > span {
  top: 50%;
  right: 0;
  width: 25px;
  transform: translate(0px, -50%);
}
.btn-burger > span::before, .btn-burger > span::after {
  left: 0;
  width: 25px;
  transform: translate(0%, 0%) rotate(0deg);
  content: "";
}
.btn-burger > span::before {
  top: 0px;
}
.btn-burger > span::after {
  bottom: 0px;
}
body:not(.home):not(.mixed) .btn-burger {
  border: 1px solid var(--black);
}
body:not(.home):not(.mixed) .btn-burger > span > span, body:not(.home):not(.mixed) .btn-burger > span::before, body:not(.home):not(.mixed) .btn-burger > span::after {
  background: var(--black);
}
@media (min-width: 1200px) {
  .hide-pc {
    display: none;
  }
}
.menu-main-l1 {
  display: flex;
  margin: 0;
  padding: 0;
  gap: 50px;
  list-style: none;
}
@media (max-width: 1199px) {
  .menu-main-l1 {
    display: none;
  }
}
.menu-main-l1__item {
  position: relative;
}
.menu-main-l1__link {
  display: block;
  position: relative;
  color: var(--white);
  font-weight: 400;
  font-size: 24px;
  line-height: 1.7;
}
.menu-main-l1__link::after {
  position: absolute;
  bottom: 0;
  width: 0%;
  height: 3px;
  border-radius: 50px;
  background: var(--white);
  content: "";
  transition: var(--transition-1);
}
html:not([dir="rtl"]) .menu-main-l1__link:after {
  left: 0;
}
html[dir="rtl"] .menu-main-l1__link:after {
  right: 0;
}
.menu-main-l1__link:focus {
  color: var(--white);
}
.menu-main-l1__link:hover {
  color: var(--white);
  text-decoration: none;
}
@media (min-width: 992px) {
  .menu-main-l1__link:hover::after {
    width: 100%;
  }
}
.active > .menu-main-l1__link::after {
  width: 100%;
}
body:not(.home):not(.mixed) .menu-main-l1__link {
  color: var(--black);
}
body:not(.home):not(.mixed) .menu-main-l1__link::after {
  background: var(--black);
}
body:not(.home):not(.mixed) .menu-main-l1__link:focus {
  color: var(--black);
}
body:not(.home):not(.mixed) .menu-main-l1__link:hover {
  color: var(--black);
}
.menu-main-l2 {
  display: flex;
  visibility: hidden;
  position: absolute;
  top: calc(100% + 15px);
  left: 50%;
  flex-direction: column;
  margin: 0;
  padding: 70px 60px 30px;
  gap: 30px;
  transform: translate(-50%, 0);
  list-style: none;
  opacity: 0;
  pointer-events: none;
  transition: var(--transition-1);
}
.menu-main-l1__item:hover .menu-main-l2 {
  visibility: visible;
  top: 100%;
  opacity: 1;
  pointer-events: all;
}
.menu-main-l2::before {
  z-index: 1;
  position: absolute;
  top: 30px;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 13px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: rgba(46, 43, 43, 0.7);
  content: "";
}
body:not(.home):not(.mixed) .menu-main-l2::before {
  background: var(--grey-1);
}
.menu-main-l2__item {
  z-index: 2;
  position: relative;
}
.menu-main-l2__link {
  display: block;
  color: var(--white);
  font-weight: 400;
  font-size: 24px;
  line-height: 1.7;
  white-space: nowrap;
}
.menu-main-l2__link:focus {
  color: var(--white);
}
.menu-main-l2__link:hover {
  color: var(--white);
  text-decoration: none;
}
@media (min-width: 992px) {
  .menu-main-l2__link:hover {
    color: var(--yellow-1);
  }
}
.active > .menu-main-l2__link::after {
  color: var(--yellow-1);
}
body:not(.home):not(.mixed) .menu-main-l2__link {
  color: var(--black);
}
body:not(.home):not(.mixed) .menu-main-l2__link:focus {
  color: var(--black);
}
body:not(.home):not(.mixed) .menu-main-l2__link:hover {
  color: var(--black);
}
@media (min-width: 992px) {
  body:not(.home):not(.mixed) .menu-main-l2__link:hover {
    color: var(--yellow-1);
  }
}
.footer {
  position: relative;
  padding: 50px 0 60px;
  overflow: hidden;
  background: var(--black);
}
.footer::after {
  position: absolute;
  top: -92px;
  right: 0;
  left: 0;
  height: 136px;
  background: rgba(177, 147, 47, 0.15);
  content: "";
  -webkit-filter: blur(50px);
  filter: blur(50px);
}
@media (max-width: 991px) {
  .footer::after {
    top: -62px;
  }
}
.footer__top, .footer__bottom {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--container-padding);
}
.footer-top {
  display: grid;
  grid-template-columns: 690px 550px;
  justify-content: space-between;
}
@media (max-width: 1300px) {
  .footer-top {
    grid-template-columns: 500px 500px;
  }
}
@media (max-width: 1199px) {
  .footer-top {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1199px) {
  .footer-top__info {
    display: contents;
  }
}
.footer-top__logo {
  display: block;
  max-width: 220px;
  margin: 0 0 28px;
}
@media (max-width: 1199px) {
  .footer-top__logo {
    order: 1;
  }
}
@media (max-width: 991px) {
  .footer-top__logo {
    max-width: 160px;
    margin: 0 auto 20px;
  }
}
.footer-top__address {
  display: flex;
  margin: 0 0 11px;
  gap: 15px;
  color: var(--white);
  font-size: 20px;
  line-height: 1.5;
}
@media (max-width: 1199px) {
  .footer-top__address {
    order: 2;
  }
}
.footer-top__address svg {
  fill: var(--white);
  flex: 0 0 21px;
  margin-top: 5px;
}
.footer-top__phone {
  display: flex;
  align-items: center;
  margin: 0 0 25px;
  gap: 15px;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.3;
}
@media (max-width: 1199px) {
  .footer-top__phone {
    order: 3;
  }
}
.footer-top__phone svg {
  stroke: var(--white);
  flex: 0 0 18px;
}
.footer-top__number {
  color: var(--white);
}
.footer-top__number:focus {
  color: var(--white);
}
.footer-top__number:hover {
  color: var(--white);
}
@media (min-width: 992px) {
  .footer-top__number:hover {
    color: var(--yellow-1);
  }
}
.footer-top__media {
  display: flex;
  align-items: center;
  margin: 0 0 105px;
  gap: 28px;
}
@media (max-width: 1199px) {
  .footer-top__media {
    order: 4;
  }
}
@media (max-width: 991px) {
  .footer-top__media {
    flex-direction: column;
    align-items: center;
    margin-bottom: 27px;
    padding-bottom: 37px;
    border-bottom: 1px solid var(--yellow-1);
  }
}
.footer-top__media span {
  color: var(--white);
  font-size: 20px;
  line-height: 1.5;
}
@media (max-width: 991px) {
  .footer-top__media svg {
    width: 32px;
    height: 32px;
  }
}
.footer-top__descr {
  margin: 0 0 90px;
  color: var(--white);
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
}
@media (max-width: 1199px) {
  .footer-top__descr {
    order: 6;
    margin: 0 0 35px;
  }
}
@media (max-width: 991px) {
  .footer-top__descr {
    font-size: 16px;
  }
}
.footer-top__copyright {
  color: var(--white);
  font-weight: 600;
  font-size: 20px;
  line-height: 1.35;
}
@media (max-width: 1199px) {
  .footer-top__copyright {
    order: 7;
  }
}
@media (max-width: 991px) {
  .footer-top__copyright {
    font-size: 16px;
    text-align: center;
  }
}
@media (max-width: 1199px) {
  .footer-top__form {
    order: 5;
    margin: 0 0 55px;
  }
}
.footer-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 27px;
  padding-top: 35px;
  gap: 35px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
.footer-bottom__created {
  color: var(--white);
  font-size: 20px;
  line-height: 1.35;
}
@media (max-width: 991px) {
  .footer-bottom__created {
    font-size: 16px;
  }
}
.footer-bottom__created a {
  color: var(--white);
}
.footer-bottom__created a:focus {
  color: var(--white);
}
.footer-bottom__created a:hover {
  color: var(--white);
  text-decoration: none;
}
@media (min-width: 992px) {
  .footer-bottom__created a:hover {
    color: var(--yellow-1);
  }
}
.menu-sec-l1 {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  gap: 32px;
  list-style: none;
}
@media (max-width: 991px) {
  .menu-sec-l1 {
    justify-content: center;
    gap: 16px;
  }
}
.menu-sec-l1__item {
  position: relative;
}
.menu-sec-l1__item::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -16px;
  width: 1px;
  background: var(--white);
  content: "";
  opacity: 0.2;
}
@media (max-width: 991px) {
  .menu-sec-l1__item::after {
    left: -8px;
  }
}
html:not([dir="rtl"]) .menu-sec-l1__item:first-child:after {
  display: none;
}
html[dir="rtl"] .menu-sec-l1__item:last-child:after {
  display: none;
}
.menu-sec-l1__link {
  display: block;
  position: relative;
  color: var(--white);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
}
@media (max-width: 991px) {
  .menu-sec-l1__link {
    font-size: 16px;
  }
}
.menu-sec-l1__link::after {
  position: absolute;
  bottom: 0;
  width: 0%;
  height: 2px;
  border-radius: 50px;
  background: var(--white);
  content: "";
  transition: var(--transition-1);
}
html:not([dir="rtl"]) .menu-sec-l1__link:after {
  left: 0;
}
html[dir="rtl"] .menu-sec-l1__link:after {
  right: 0;
}
.menu-sec-l1__link:focus {
  color: var(--white);
}
.menu-sec-l1__link:hover {
  color: var(--white);
  text-decoration: none;
}
@media (min-width: 992px) {
  .menu-sec-l1__link:hover::after {
    width: 100%;
  }
}
.footer-from__title {
  color: var(--white);
  font-weight: 600;
  font-size: 24px;
  line-height: 1.4;
}
@media (max-width: 991px) {
  .footer-from__title {
    font-size: 16px;
  }
}
.footer-from__subtitle {
  margin: 0 0 54px;
  color: var(--white);
  font-size: 24px;
  line-height: 1.4;
}
@media (max-width: 991px) {
  .footer-from__subtitle {
    margin: 0 0 20px;
    font-size: 16px;
  }
}
.footer-from .wpcf7-response-output {
  color: var(--white);
}
.footer-from .form-field {
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}
.footer-from .form-input, .footer-from .form-textarea, .footer-from .form-select:not(.nice-select) {
  color: var(--white);
}
.footer-from .form-label {
  color: var(--white);
}
.footer-from .form-agree label span {
  color: var(--white);
}
.footer-from .form-submit {
  color: var(--white);
}
.footer-from .form-submit svg {
  stroke: var(--white);
}
.footer-from .form-submit:hover {
  color: var(--white);
}
.footer-from .form-submit:hover svg {
  stroke: var(--white);
}
@media (min-width: 992px) {
  .footer-from .form-submit:hover {
    color: var(--black);
  }
  .footer-from .form-submit:hover svg {
    stroke: var(--black);
  }
}
.module-box {
  padding: var(--module-padding) 0;
}
.module-box__header {
  position: relative;
  margin: 0 0 var(--module-header-margin);
}
.module-box__title {
  z-index: 2;
  position: relative;
  margin: 0;
  color: var(--black);
  font-weight: 500;
  font-size: 40px;
  line-height: 1.35;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .module-box__title {
    font-size: 24px;
  }
}
.module-box__title span {
  color: var(--yellow-1);
  font-weight: 600;
}
.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.main {
  flex: 1 1 auto;
}
body:not(.home) .main {
  padding-top: var(--header-offset);
}
body:not(.home).admin-bar .main {
  padding-top: calc(var(--admin-bar-margin) + var(--header-offset));
}
.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--container-padding);
}
.page-banner {
  position: relative;
  padding-top: 25%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .page-banner {
    padding-top: 50%;
  }
}
@media (max-width: 575px) {
  .page-banner {
    padding-top: 87.5%;
  }
}
.page-banner::after {
  position: absolute;
  right: -50px;
  bottom: -40px;
  left: -50px;
  height: 216px;
  background: rgba(46, 43, 43, 0.5);
  content: "";
  -webkit-filter: blur(50px);
  filter: blur(50px);
}
.page-banner__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.page-header {
  margin: 0 0 50px;
}
.page-header .page-title {
  margin: 0;
}
.page-header .page-subtitle {
  margin-top: 20px;
}
@media (max-width: 991px) {
  .page-header .page-subtitle {
    margin-top: 40px;
  }
}
.page-header .page-descr {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .page-header .page-descr {
    margin-top: 15px;
  }
}
.page-breadcrumbs {
  display: flex;
  justify-content: center;
  padding: 25px 0 55px;
}
@media (max-width: 991px) {
  .page-breadcrumbs {
    padding: 10px 0;
  }
}
.page-title {
  z-index: 2;
  position: relative;
  margin: 0 0 50px;
  color: var(--black);
  font-weight: 500;
  font-size: 40px;
  line-height: 1.35;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .page-title {
    margin: 0 0 30px;
    font-size: 24px;
  }
}
.page-title span {
  color: var(--yellow-1);
  font-weight: 600;
}
.page-subtitle {
  margin: 20px 0 0;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.3;
  text-align: center;
}
@media (max-width: 991px) {
  .page-subtitle {
    margin: 40px 0 0;
    font-size: 16px;
  }
}
.page-descr {
  max-width: 980px;
  margin: 30px auto 0;
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
}
@media (max-width: 991px) {
  .page-descr {
    margin: 15px auto 0;
    font-size: 16px;
  }
}
.archive .page-content {
  position: relative;
  padding: 0 0 130px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .archive .page-content {
    padding: 0 0 110px;
  }
}
.archive .page-content__text {
  fill: var(--white);
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 1010px;
  height: auto;
  transform: translate(0, 20%);
}
html:not([dir="rtl"]) .archive .page-content__text {
  right: unset;
  left: 0;
}
@media (max-width: 991px) {
  .archive .page-content__text {
    transform: translate(0, 0);
  }
}
.archive-list {
  display: grid;
  z-index: 2;
  position: relative;
  row-gap: 40px;
}
@media (max-width: 991px) {
  .archive-list {
    row-gap: 15px;
  }
}
.loadmore-button {
  display: flex;
  z-index: 2;
  position: relative;
  width: 100%;
  max-width: 292px;
  height: 70px;
  margin: 40px auto 0;
}
@media (max-width: 991px) {
  .loadmore-button {
    max-width: 320px;
    height: 55px;
    margin: 30px auto 0;
    font-size: 16px;
  }
}
.loadmore-button.loading svg {
  -webkit-animation: 1s rotate infinite;
  animation: 1s rotate infinite;
}
@media print {
  body {
    background: none;
    color: #000;
    font-size: 14pt;
    line-height: 1.6;
  }
  header, footer, #wpadminbar, .page-breadcrumbs, .breadcrumbs, .page-header, .article-content__bottom, .article-content__form, .article-posts, .sticky-buttons, .popup, .popup-overlay {
    display: none !important;
  }
  .container {
    width: 100%;
    margin: 0;
    padding: 0;
    direction: rtl;
  }
  .main {
    padding-top: 0 !important;
  }
  .article-content {
    page-break-inside: avoid;
  }
  a:after {
    content: " (" attr(href) ")";
    font-size: 90%;
  }
}
.page-template-default .page-content {
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .page-template-default .page-content {
    padding-bottom: 50px;
  }
}
.article-gradient {
  z-index: 1;
  position: relative;
}
.article-gradient__inner {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 34%;
  background: linear-gradient(180deg, #f2efef 0%, #ffffff 43.01%);
}
.article-gradient + div {
  z-index: 2;
  position: relative;
}
.single-post {
  background: var(--white);
}
.single-post .page-breadcrumbs {
  justify-content: unset;
  padding: 25px 0 45px;
}
.article-content {
  padding: 0 0 100px;
}
@media (max-width: 991px) {
  .article-content {
    padding: 0 0 25px;
  }
}
.article-content__title {
  margin: 0 0 20px;
  font-weight: 600;
  font-size: 32px;
}
@media (max-width: 991px) {
  .article-content__title {
    margin: 0 0 5px;
    font-size: 24px;
  }
}
.article-content__date {
  margin: 0 0 10px;
  font-weight: 600;
  font-size: 22px;
}
@media (max-width: 991px) {
  .article-content__date {
    margin: 0 0 20px;
    font-size: 16px;
  }
}
.article-content__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 40px;
}
@media (max-width: 767px) {
  .article-content__bottom {
    flex-direction: column;
    align-items: flex-start;
    margin: 0 0 20px;
    gap: 25px;
  }
}
.article-content__btn {
  display: flex;
  align-items: center;
  height: auto;
  gap: 10px;
  color: var(--black);
}
.article-share {
  display: flex;
  align-items: center;
  gap: 15px;
}
.article-form {
  position: relative;
  padding: 55px 65px 85px;
  overflow: hidden;
  background: var(--grey-1);
}
@media (max-width: 991px) {
  .article-form {
    padding: 50px 20px 70px;
  }
}
.article-form .wpcf7 {
  z-index: 2;
  position: relative;
}
.article-form__title {
  color: var(--black);
  font-weight: 600;
  font-size: 32px;
  line-height: 1.35;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .article-form__title {
    font-size: 24px;
  }
}
.article-form__title span {
  color: var(--yellow-1);
  font-weight: 700;
}
.article-form .form-agree label span {
  max-width: 550px;
}
.article-form .form-submit {
  margin-top: -83px !important;
}
@media (max-width: 1199px) {
  .article-form .form-submit {
    margin: 20px auto 0 !important;
  }
}
.article-form__text {
  fill: var(--white);
  z-index: 1;
  position: absolute;
  bottom: -48px;
  left: 0;
  width: 100%;
  max-width: 634px;
}
.article-posts {
  position: relative;
  padding: 90px 0 160px;
  overflow: hidden;
  background-color: var(--grey-1);
}
@media (max-width: 991px) {
  .article-posts {
    padding: 45px 0 120px;
  }
}
.article-posts__title {
  z-index: 2;
  position: relative;
  margin: 0 0 35px;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.3;
}
@media (max-width: 991px) {
  .article-posts__title {
    margin: 0 0 20px;
    font-size: 24px;
  }
}
.article-posts__list {
  display: grid;
  z-index: 2;
  position: relative;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media (max-width: 991px) {
  .article-posts__list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.article-posts__text {
  fill: var(--white);
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 665px;
  height: auto;
}
@media (max-width: 1199px) {
  .article-posts__text {
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .article-posts__text {
    max-width: 286px;
  }
}
.page-contacts {
  position: relative;
  padding: 0 0 105px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-contacts::after {
  z-index: 1;
  position: absolute;
  top: -45px;
  right: -50px;
  left: -50px;
  height: 216px;
  background: rgba(46, 43, 43, 0.5);
  content: "";
  -webkit-filter: blur(50px);
  filter: blur(50px);
}
.page-contacts__breadcrumbs {
  z-index: 2;
  position: relative;
  margin-right: calc(var(--container-margin) + var(--container-padding));
  padding: 40px 0 30px;
}
html:not([dir="rtl"]) .page-contacts__breadcrumbs {
  margin-right: 0;
  margin-left: calc(var(--container-margin) + var(--container-padding));
}
@media (max-width: 1520px) {
  .page-contacts__breadcrumbs {
    margin: 0 var(--container-padding);
  }
  html:not([dir="rtl"]) .page-contacts__breadcrumbs {
    margin: 0 var(--container-padding);
  }
}
@media (max-width: 1199px) {
  .page-contacts__breadcrumbs {
    display: flex;
    justify-content: center;
    padding: 20px 0 35px;
  }
}
.page-contacts .breadcrumbs li + li::before {
  color: var(--white);
}
.page-contacts .breadcrumbs li span > a, .page-contacts .breadcrumbs li span > span {
  color: var(--white);
}
.page-contacts .breadcrumbs li span > a:hover {
  color: var(--white);
}
@media (min-width: 992px) {
  .page-contacts .breadcrumbs li span > a:hover {
    color: var(--yellow-1);
  }
}
.page-contacts .page-title {
  margin: 0 0 40px;
  text-align: start;
}
.page-contacts__subtitle {
  margin: 0 0 15px;
  font-weight: 700;
  font-size: 20px;
}
@media (max-width: 991px) {
  .page-contacts__subtitle {
    font-size: 16px;
  }
}
.page-contacts__address {
  display: flex;
  align-items: center;
  margin: 0 0 10px;
  gap: 15px;
  font-size: 20px;
}
@media (max-width: 991px) {
  .page-contacts__address {
    font-size: 16px;
  }
}
.page-contacts__phone {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
  gap: 15px;
}
.page-contacts__phone svg {
  stroke: var(--black);
}
.page-contacts__number {
  font-weight: 700;
  font-size: 24px;
}
@media (max-width: 991px) {
  .page-contacts__number {
    font-size: 16px;
  }
}
.page-contacts__wrap {
  z-index: 2;
  position: relative;
  max-width: 60%;
  padding: 85px calc(var(--container-margin) + var(--container-padding)) 90px 115px;
  overflow: hidden;
  background: var(--grey-1);
}
html:not([dir="rtl"]) .page-contacts__wrap {
  padding: 85px 115px 90px calc(var(--container-margin) + var(--container-padding));
}
@media (max-width: 1520px) {
  .page-contacts__wrap {
    padding: 85px var(--container-padding) 90px 115px;
  }
  html:not([dir="rtl"]) .page-contacts__wrap {
    padding: 85px 115px 90px var(--container-padding);
  }
}
@media (max-width: 1199px) {
  .page-contacts__wrap {
    max-width: 100%;
    margin: 0 var(--container-padding);
    padding: 85px 40px 90px;
  }
  html:not([dir="rtl"]) .page-contacts__wrap {
    padding: 85px 40px 90px;
  }
}
@media (max-width: 991px) {
  .page-contacts__wrap {
    padding: 40px 20px 95px;
  }
  html:not([dir="rtl"]) .page-contacts__wrap {
    padding: 40px 20px 95px;
  }
}
.page-contacts__form {
  z-index: 2;
  position: relative;
}
.page-contacts__text {
  fill: var(--white);
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 634px;
  height: auto;
}
html:not([dir="rtl"]) .page-contacts__text {
  right: 0;
  left: unset;
}
.contacts-form .form-label {
  display: flex;
  align-items: center;
}
.contacts-form .form-label::before {
  display: block;
  margin: 0 0 -10px 15px;
  content: attr(data-req);
  color: var(--yellow-1);
  font-size: 46px;
  line-height: 27px;
}
html:not([dir="rtl"]) .contacts-form .form-label::before {
  margin: 0 15px -10px 0;
}
.contacts-form .form-submit {
  max-width: 290px;
}
@media (max-width: 991px) {
  .contacts-form .form-submit {
    max-width: 320px;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22file%22%3A%22style.css%22%2C%22sourceRoot%22%3A%22%2F%22%2C%22sources%22%3A%5B%22(stdin)%22%2C%22wp-content%2Fthemes%2Fcustom-jedi%2Fassets%2Fsass%2Fhelpers%2Fvariables.scss%22%2C%22wp-content%2Fthemes%2Fcustom-jedi%2Fassets%2Fsass%2Fhelpers%2Fkeyframes.scss%22%2C%22wp-content%2Fthemes%2Fcustom-jedi%2Fassets%2Fsass%2Fmisc%2Fnormalize.scss%22%2C%22wp-content%2Fthemes%2Fcustom-jedi%2Fassets%2Fsass%2Fmisc%2Fbase.scss%22%2C%22wp-content%2Fthemes%2Fcustom-jedi%2Fassets%2Fsass%2Fmisc%2Ftypography.scss%22%2C%22wp-content%2Fthemes%2Fcustom-jedi%2Fassets%2Fsass%2Fvendors%2Fswiper.min.scss%22%2C%22wp-content%2Fthemes%2Fcustom-jedi%2Fassets%2Fsass%2Fvendors%2Fpopup.scss%22%2C%22wp-content%2Fthemes%2Fcustom-jedi%2Fassets%2Fsass%2Fvendors%2Fspollers.scss%22%2C%22wp-content%2Fthemes%2Fcustom-jedi%2Fassets%2Fsass%2Fcomponents%2Fbuttons.scss%22%2C%22wp-content%2Fthemes%2Fcustom-jedi%2Fassets%2Fsass%2Fcomponents%2Fbreadcrumbs.scss%22%2C%22wp-content%2Fthemes%2Fcustom-jedi%2Fassets%2Fsass%2Fcomponents%2Fmedia-links.scss%22%2C%22wp-content%2Fthemes%2Fcustom-jedi%2Fassets%2Fsass%2Fcomponents%2Fshare-box.scss%22%2C%22wp-content%2Fthemes%2Fcustom-jedi%2Fassets%2Fsass%2Fcomponents%2Fform-box.scss%22%2C%22wp-content%2Fthemes%2Fcustom-jedi%2Fassets%2Fsass%2Fcomponents%2Fswiper.scss%22%2C%22wp-content%2Fthemes%2Fcustom-jedi%2Fassets%2Fsass%2Fcomponents%2Fpopup.scss%22%2C%22wp-content%2Fthemes%2Fcustom-jedi%2Fassets%2Fsass%2Fcomponents%2Fpost-box.scss%22%2C%22wp-content%2Fthemes%2Fcustom-jedi%2Fassets%2Fsass%2Fcomponents%2Fpost-module.scss%22%2C%22wp-content%2Fthemes%2Fcustom-jedi%2Fassets%2Fsass%2Fmodules%2Fvideo.scss%22%2C%22wp-content%2Fthemes%2Fcustom-jedi%2Fassets%2Fsass%2Fmodules%2Fprojects.scss%22%2C%22wp-content%2Fthemes%2Fcustom-jedi%2Fassets%2Fsass%2Fmodules%2Fabout-us.scss%22%2C%22wp-content%2Fthemes%2Fcustom-jedi%2Fassets%2Fsass%2Fmodules%2Fwhy-we.scss%22%2C%22wp-content%2Fthemes%2Fcustom-jedi%2Fassets%2Fsass%2Fmodules%2Fblog.scss%22%2C%22wp-content%2Fthemes%2Fcustom-jedi%2Fassets%2Fsass%2Fmodules%2Four-strategy.scss%22%2C%22wp-content%2Fthemes%2Fcustom-jedi%2Fassets%2Fsass%2Fmodules%2Freviews.scss%22%2C%22wp-content%2Fthemes%2Fcustom-jedi%2Fassets%2Fsass%2Fmodules%2Ffaq-banner.scss%22%2C%22wp-content%2Fthemes%2Fcustom-jedi%2Fassets%2Fsass%2Fmodules%2Ffounders.scss%22%2C%22wp-content%2Fthemes%2Fcustom-jedi%2Fassets%2Fsass%2Fmodules%2Ffaq.scss%22%2C%22wp-content%2Fthemes%2Fcustom-jedi%2Fassets%2Fsass%2Fmodules%2Ftext-editor.scss%22%2C%22wp-content%2Fthemes%2Fcustom-jedi%2Fassets%2Fsass%2Fmodules%2Fprocess.scss%22%2C%22wp-content%2Fthemes%2Fcustom-jedi%2Fassets%2Fsass%2Flayouts%2Fheader.scss%22%2C%22wp-content%2Fthemes%2Fcustom-jedi%2Fassets%2Fsass%2Flayouts%2Ffooter.scss%22%2C%22wp-content%2Fthemes%2Fcustom-jedi%2Fassets%2Fsass%2Flayouts%2Fmodules.scss%22%2C%22wp-content%2Fthemes%2Fcustom-jedi%2Fassets%2Fsass%2Flayouts%2Fpages.scss%22%2C%22wp-content%2Fthemes%2Fcustom-jedi%2Fassets%2Fsass%2Flayouts%2Farticle.scss%22%2C%22wp-content%2Fthemes%2Fcustom-jedi%2Fassets%2Fsass%2Flayouts%2Fcontacts.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BACAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA0BA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACjDF%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAFZF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHVD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGsBA%3BAAAA%3BAAAA%3BAHtBA%3BAAAA%3BAAAA%3BAG8BA%3BAAAA%3BAAAA%3BAH9BA%3BAAAA%3BAAAA%3BAAAA%3BAGuCA%3BAAAA%3BAAAA%3BAAAA%3BAHvCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGoDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHpDA%3BAAAA%3BAAAA%3BAAAA%3BAG%2BDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAH%2FDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAG2EA%3BAAAA%3BAAAA%3BAH3EA%3BAAAA%3BAAAA%3BAAAA%3BAGoFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHpFA%3BAAAA%3BAAAA%3BAG8FA%3BAAAA%3BAAAA%3BAH9FA%3BAAAA%3BAAAA%3BAAAA%3BAGwGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHxGA%3BAAAA%3BAAAA%3BAGmHA%3BAAAA%3BAAAA%3BAHnHA%3BAAAA%3BAAAA%3BAAAA%3BAG4HA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAHxIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGmJA%3BAAAA%3BAAAA%3BAHnJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAG%2BJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAH%2FJA%3BAAAA%3BAAAA%3BAAAA%3BAG%2BKA%3BAAAA%3BAAAA%3BAAAA%3BAH%2FKA%3BAAAA%3BAAAA%3BAAAA%3BAGyLA%3BAAAA%3BAAAA%3BAAAA%3BAHzLA%3BAAAA%3BAAAA%3BAGkMA%3BAAAA%3BAAAA%3BAHlMA%3BAAAA%3BAAAA%3BAG6MA%3BAAAA%3BAAAA%3BAAAA%3BAH7MA%3BAAAA%3BAAAA%3BAGyNA%3BAAAA%3BAAAA%3BAHzNA%3BAAAA%3BAAAA%3BAGoOA%3BAAAA%3BAAAA%3BAHpOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAG%2BOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAH%2FOA%3BAAAA%3BAAAA%3BAG4PA%3BAAAA%3BAAAA%3BAH5PA%3BAAAA%3BAAAA%3BAGoQA%3BAAAA%3BAAAA%3BAHpQA%3BAAAA%3BAAAA%3BAAAA%3BAG6QA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAH7QA%3BAAAA%3BAAAA%3BAGuRA%3BAAAA%3BAAAA%3BAHvRA%3BAAAA%3BAAAA%3BAAAA%3BAGiSA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHjSA%3BAAAA%3BAAAA%3BAG0SA%3BAAAA%3BAAAA%3BAH1SA%3BAAAA%3BAAAA%3BAAAA%3BAGmTA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHnTA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAG%2BTA%3BAAAA%3BAAAA%3BAH%2FTA%3BAAAA%3BAAAA%3BAGuUA%3BAAAA%3BAAAA%3BAHvUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGkVA%3BAAAA%3BAAAA%3BAHlVA%3BAAAA%3BAAAA%3BAG0VA%3BAAAA%3BAAAA%3BAC1VA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC3FA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAACE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAL%2FHJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMYA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BANtDA%3BAM0DA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BANlEA%3BAMwEA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAN%2FGA%3BAMmHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BANlOA%3BAMuOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BANvOA%3BAMgPA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BANxUA%3BAM4UA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAN%2FWA%3BAMmXA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAN7aA%3BAMibA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BANndF%3BAMwdA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACnlBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACrJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAR5BA%3BASAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAwBE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA6BF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA6BF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA8BF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAChlBN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC9CN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACnCN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACLF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAeJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAChSJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAChIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAIA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC1XN%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC9LJ%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjBtFJ%3BAkBAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BACnKJ%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BACvLR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAqBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAChPN%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC1HF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA8BE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC7LJ%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACpEJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAClOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC1FJ%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAACE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaI%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC%2FJR%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACpIJ%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC7BF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQN%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAwBN%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAwBN%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BA7BheF%3BA8BAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAASN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAqBF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAChcR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAASN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAC3XR%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BACvBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC9PF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACjMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */