@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;600;700&display=swap");
html, body, div, span, applet, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.


fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}
table thead,
table tbody,
table tr,
table th,
table td {
  border: 0;
}

td,
th {
  padding: 0;
}

*, *::after, *::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
}

.nowrap {
  white-space: nowrap;
}

.regular {
  font-weight: normal;
}

.bold {
  font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
}

.nowrap {
  white-space: nowrap;
}

.regular {
  font-weight: normal;
}

.bold {
  font-weight: bold;
}

.loader-shown {
  position: relative;
}

.loader-shown > * {
  opacity: 0.3;
}

.loader-shown > .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  margin: -35px 0 0 -35px;
  background-color: #333;
  opacity: 1;
  border-radius: 100%;
  -webkit-animation: loader-scaleout 1s infinite ease-in-out;
  animation: loader-scaleout 1s infinite ease-in-out;
}

@-webkit-keyframes loader-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes loader-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
/* Flexbox shortcuts */
.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.f-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.f-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.f-row-rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.f-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.f-nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.align-items-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.align-items-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.align-items-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.justify-content-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.justify-content-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.justify-content-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.justify-content-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.justify-content-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

/* Page content width */
.txt-white {
  color: #fff;
}

.w-full {
  width: 100%;
}

.txt-center {
  text-align: center;
}

ul {
  list-style: none;
  padding: 0 0 0 16px;
  margin: 0;
}
ul li {
  position: relative;
}
ul li:before {
  content: "";
  position: absolute;
  top: 7px;
  left: -16px;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 10px;
  background-color: #F03676;
}
ul li ul li:before {
  background-color: #54BEE1;
}

.ul li {
  padding: 0 0 32px;
}
.ul li ul {
  padding: 32px 0 0 16px;
}
@media (min-width: 640px) {
  .ul li ul {
    padding: 32px 0 0 24px;
  }
}
.ul li ul li:last-child {
  padding: 0;
}

ol {
  counter-reset: item;
}
ol li {
  display: block;
}
ol li:before {
  content: counters(item, ".") ". ";
  counter-increment: item;
}

.ol li {
  padding: 0 0 32px;
}
.ol li ol {
  padding: 32px 0 0 10px;
}
@media (min-width: 640px) {
  .ol li ol {
    padding: 32px 0 0 32px;
  }
}
.ol li ol li:last-child {
  padding: 0;
}
.ol .more-info {
  padding: 32px 0 0;
}

a,
.link {
  color: #00A3D6;
  border-bottom: 1px solid rgba(0, 163, 214, 0.2);
  vertical-align: top;
}
a:hover,
.link:hover {
  border-color: rgba(0, 163, 214, 0.6);
}
a.dashed,
.link.dashed {
  border-bottom: 1px dashed rgba(0, 163, 214, 0.4);
}
a.dashed:hover,
.link.dashed:hover {
  border-color: rgba(0, 163, 214, 0.8);
}
a.black,
.link.black {
  color: #273747;
  border-color: rgba(39, 55, 71, 0.2);
}
a.black:hover,
.link.black:hover {
  color: #00A3D6;
  border-color: rgba(0, 163, 214, 0.6);
}
a.dashed-black,
.link.dashed-black {
  color: #273747;
  border-bottom: 1px dashed rgba(39, 55, 71, 0.3);
}
a.dashed-black:hover,
.link.dashed-black:hover {
  color: #00A3D6;
  border-color: rgba(0, 163, 214, 0.8);
}
a.no-link,
.link.no-link {
  color: inherit;
  border-bottom: none;
}

svg.source-icon {
  width: 12px;
  height: 12px;
  fill: #54BEE1;
  margin: 0 0 0 8px;
}

a.menu-link {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
  color: #D8DFE6;
}
a.menu-link:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.6);
}
a.menu-link.cur {
  color: #fff;
  font-weight: bold;
}

a.submenu-link {
  border-bottom: 1px solid transparent;
  color: #273747;
  font-size: 21px;
  line-height: 30px;
  font-weight: 300;
}
a.submenu-link:hover {
  color: #00A3D6;
  border-color: rgba(0, 163, 214, 0.6);
}
a.submenu-link.cur {
  color: #273747;
  font-weight: bold;
  border-color: transparent;
  cursor: default;
}

.button-holder {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.button {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  height: 46px;
  padding: 0 20px;
  border: none;
  border-radius: 50px;
  text-decoration: none;
  background-color: #54BEE1;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.07em;
  line-height: 21px;
  font-weight: normal;
  text-transform: uppercase;
  cursor: pointer;
}
.button svg.icon {
  width: 20px;
  height: 20px;
  margin: 0 8px 0 0;
  fill: #fff;
}
.button:hover {
  background-color: rgba(84, 190, 225, 0.8);
}
.button.grey-btn {
  background-color: #8C97A3;
}
.button.grey-btn:hover {
  background-color: rgba(140, 151, 163, 0.8);
}
.button.black-btn {
  background-color: #000;
}
.button.black-btn:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.button.white-btn {
  background-color: #fff;
  color: #F25645;
}
.button.white-btn:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.button.pink-btn {
  background-color: #F03676;
}
.button.pink-btn:hover {
  background-color: rgba(240, 54, 118, 0.8);
}

button span {
  padding: 1px 0 0;
}

.social-links {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.social-links a {
  display: block;
  width: 36px;
  height: 36px;
  margin: 0 0 0 16px;
  border: none;
}
@media (min-width: 1024px) {
  .social-links a {
    width: 24px;
    height: 24px;
    margin: 0 0 0 12px;
  }
}
.social-links a svg {
  width: 36px;
  height: 36px;
}
@media (min-width: 1024px) {
  .social-links a svg {
    width: 24px;
    height: 24px;
  }
}
.social-links a:first-child {
  margin: 0;
}
.social-links a:hover {
  opacity: 0.8;
}

.row-block {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.row-block .icon-holder {
  min-width: 20px;
  width: 20px;
  height: 20px;
  margin: 2px 10px 0 0;
}
.row-block .icon-holder svg.icon {
  width: 20px;
  height: 20px;
  fill: #F03676;
}

.compare-table {
  margin: 0 0 40px;
}
@media (min-width: 640px) {
  .compare-table {
    width: 100%;
    max-width: 970px;
    margin: 0 auto 48px;
  }
}
@media (min-width: 1024px) {
  .compare-table {
    margin: 0 auto 42px;
  }
}
@media (min-width: 640px) {
  .compare-table .mobile-table {
    display: none;
  }
}
.compare-table .mobile-table .row {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(39, 55, 71, 0.1);
  padding: 24px 0;
}
.compare-table .mobile-table .row .row-title {
  width: 100%;
  padding: 0 8px 24px;
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  text-align: center;
}
.compare-table .mobile-table .row .col {
  width: 50%;
  padding: 0 10px 0;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
.compare-table .mobile-table .row .col.col-1 {
  padding: 0 10px 0 8px;
}
.compare-table .mobile-table .row .col.col-2 {
  padding: 0 8px 0 10px;
}
.compare-table .mobile-table .row .col.widecol {
  width: 100%;
}
.compare-table .mobile-table .row.head-row {
  padding: 0 0 24px;
}
.compare-table .mobile-table .row.head-row .row-title {
  font-size: 21px;
  line-height: 30px;
  font-weight: normal;
}
.compare-table .mobile-table .row.head-row .col {
  font-size: 18px;
  line-height: 27px;
  font-weight: normal;
}
.compare-table table.desktop-table {
  width: 100%;
}
@media (max-width: 639px) {
  .compare-table table.desktop-table {
    display: none;
  }
}
.compare-table table.desktop-table tr {
  border-bottom: 1px solid rgba(39, 55, 71, 0.1);
}
.compare-table table.desktop-table tr td {
  padding: 24px 16px;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
}
.compare-table table.desktop-table tr td:first-child {
  padding: 24px 16px 24px 8px;
  text-align: left;
}
.compare-table table.desktop-table tr td:last-child {
  padding: 24px 8px 24px 16px;
}
@media (min-width: 1024px) {
  .compare-table table.desktop-table tr td {
    padding: 21px 16px 24px;
  }
  .compare-table table.desktop-table tr td:first-child {
    padding: 21px 16px 24px 8px;
    text-align: left;
  }
  .compare-table table.desktop-table tr td:last-child {
    padding: 21px 8px 24px 16px;
  }
}
.compare-table table.desktop-table thead tr th {
  padding: 0 16px 24px;
  font-size: 21px;
  line-height: 30px;
  font-weight: normal;
}
.compare-table table.desktop-table thead tr th:first-child {
  padding: 0 16px 24px 8px;
  text-align: left;
}
.compare-table table.desktop-table thead tr th:last-child {
  padding: 0 8px 24px 16px;
}
@media (min-width: 1024px) {
  .compare-table table.desktop-table thead tr th {
    padding: 0 16px 23px;
  }
  .compare-table table.desktop-table thead tr th:first-child {
    padding: 0 16px 23px 8px;
    text-align: left;
  }
  .compare-table table.desktop-table thead tr th:last-child {
    padding: 0 8px 23px 16px;
  }
}

.white-box {
  padding: 0 12px;
}
@media (min-width: 640px) {
  .white-box {
    padding: 0 16px;
  }
}
@media (min-width: 1024px) {
  .white-box {
    padding: 0 18px;
  }
}
@media (min-width: 1280px) {
  .white-box {
    padding: 0;
  }
}
.white-box .box-inner {
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: 1170px;
  padding: 32px 20px 40px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0px 12px 24px 0px rgba(39, 55, 71, 0.16);
  box-shadow: 0px 12px 24px 0px rgba(39, 55, 71, 0.16);
}
@media (min-width: 640px) {
  .white-box .box-inner {
    padding: 40px 24px 48px;
  }
}
@media (min-width: 1280px) {
  .white-box .box-inner {
    padding: 40px 40px 48px;
  }
}

.input {
  position: relative;
}
.input input,
.input textarea {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  width: 100%;
  height: 46px;
  padding: 0 10px;
  font-size: 18px;
  line-height: 27px;
  border: 1px solid #D8DFE6;
  border-radius: 2px;
  background-color: #fff;
  outline: 0;
}
.input input:focus,
.input textarea:focus {
  border-bottom: 1px solid #54BEE1;
}
.input input::-webkit-input-placeholder,
.input textarea::-webkit-input-placeholder {
  color: #8C97A3;
}
.input input::-moz-placeholder,
.input textarea::-moz-placeholder {
  color: #8C97A3;
}
.input input:-ms-input-placeholder,
.input textarea:-ms-input-placeholder {
  color: #8C97A3;
}
.input input:-moz-placeholder,
.input textarea:-moz-placeholder {
  color: #8C97A3;
}
.input textarea {
  height: 130px;
}
.input .erase-input {
  position: absolute;
  top: 0;
  right: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  height: 46px;
  cursor: pointer;
}
.input .erase-input svg {
  width: 20px;
  height: 20px;
}
.input .erase-input svg path {
  fill: #D8DFE6;
}
.input .erase-input:hover svg path {
  fill: #8C97A3;
}
.input .error-text {
  display: none;
  position: absolute;
  top: -20px;
  width: 100%;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.05em;
  color: #F25645;
}
.input.error .error-text {
  display: block;
}
.input.error input {
  background-color: #FEF3F1;
}
.input.error input:focus {
  border-bottom: 1px solid #F25645;
}
.input.empty .erase-input {
  display: none;
}
.input.file-input {
  position: relative;
}
.input.file-input .customfile {
  width: 100% !important;
}
.input.file-input .customfile .innersec {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  width: 100%;
  height: 46px;
  padding: 0 10px;
  border: 1px solid #D8DFE6;
  border-radius: 2px;
  background-color: #fff;
}
.input.file-input .customfile .innersec input {
  z-index: 1;
  cursor: pointer;
}
.input.file-input .customfile .innersec .cust-field {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  width: 100%;
  height: 46px;
  padding: 0 10px;
  font-size: 18px;
  line-height: 27px;
}
.input.file-input .customfile .innersec .cust-btn {
  position: absolute;
  top: 6px;
  right: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  min-width: 90px;
  height: 34px;
  padding: 0 12px;
  border: 1px solid #54BEE1;
  border-radius: 50px;
  background-color: #fff;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.07em;
  font-weight: normal;
  text-transform: uppercase;
  color: #00A3D6;
  cursor: pointer;
}
.input.file-input .customfile .innersec:hover .cust-btn {
  opacity: 0.6;
}
.input.file-input .file-remove {
  display: none;
  position: absolute;
  top: 13px;
  right: 16px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: none;
  outline: 0;
}
.input.file-input .file-remove svg {
  width: 20px;
  height: 20px;
  fill: #54616E;
}
.input.file-input .file-remove:hover {
  opacity: 0.6;
}
.input.file-input.has-file .file-btn {
  display: none;
}
.input.file-input.has-file .file-remove {
  display: block;
}

label.checkbox {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  text-transform: none;
  cursor: pointer;
}
label.checkbox .custom-checkbox {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
  margin: 4px 8px 0 0;
  border: 1px solid #D8DFE6;
  border-radius: 1px;
  background-color: #fff;
}
label.checkbox .custom-checkbox svg {
  width: 11px;
  fill: #fff;
}
label.checkbox .touch-checkbox {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  width: 56px;
  min-width: 56px;
  height: 30px;
  min-height: 30px;
  padding: 0 0 0 8px;
  border-radius: 23px;
  background-color: #8C97A3;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
label.checkbox .touch-checkbox svg {
  width: 16px;
  height: 16px;
  fill: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
label.checkbox .touch-checkbox .touch-checkbox-circle {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  border-radius: 50px;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(39, 55, 71, 0.3);
  box-shadow: 0px 3px 6px 0px rgba(39, 55, 71, 0.3);
  -webkit-transition: left 0.3s;
  transition: left 0.3s;
}
label.checkbox input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  display: none;
}
label.checkbox input[type=checkbox]:checked ~ .touch-checkbox {
  background-color: #F03676;
}
label.checkbox input[type=checkbox]:checked ~ .touch-checkbox svg {
  opacity: 1;
}
label.checkbox input[type=checkbox]:checked ~ .touch-checkbox .touch-checkbox-circle {
  left: 29px;
  right: 3px;
}
label.checkbox input[type=checkbox]:checked ~ .custom-checkbox {
  background-color: #F03676;
  border-color: #F03676;
}

.terms-checkbox.error label.checkbox {
  position: relative;
}
.terms-checkbox.error label.checkbox:before {
  content: "";
  position: absolute;
  top: -7px;
  left: -20px;
  right: -20px;
  bottom: -7px;
  border-radius: 20px;
  background-color: rgba(242, 86, 69, 0.2);
}

.radio-btn label {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.radio-btn label input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  display: none;
}
.radio-btn label .circle {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  border: 1px solid #F03676;
  border-radius: 30px;
  background-color: #fff;
}
@media (min-width: 1024px) {
  .radio-btn label .circle {
    width: 16px;
    min-width: 16px;
    height: 16px;
    min-height: 16px;
  }
}
.radio-btn label .circle .circle-checked {
  display: none;
  width: 10px;
  height: 10px;
  border-radius: 15px;
  background-color: #F03676;
}
@media (min-width: 1024px) {
  .radio-btn label .circle .circle-checked {
    width: 8px;
    height: 8px;
  }
}
.radio-btn label .radio-title {
  padding: 0 0 0 9px;
  font-size: 16px;
  line-height: 24px;
}
.radio-btn label input[type=radio]:checked ~ .circle .circle-checked {
  display: block;
}

.mode-switch {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  box-direction: normal;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
}
@media (min-width: 640px) {
  .mode-switch {
    -webkit-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    box-direction: normal;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
  }
}
.mode-switch a {
  padding: 10px 25px;
  border: 1px solid transparent;
  border-radius: 34px;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.07em;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  color: #00A3D6;
}
.mode-switch a span {
  border-bottom: 1px dashed rgba(0, 163, 214, 0.4);
}
.mode-switch a:hover span {
  border-color: rgba(0, 163, 214, 0.8);
}
.mode-switch a.active {
  border-color: #F03676;
  color: #F03676;
  cursor: default;
}
.mode-switch a.active span {
  border: none;
}

@media (min-width: 640px) {
  .filter-switch {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    box-pack: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
  }
}
.filter-switch label.checkbox {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  box-pack: justify;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  padding: 0 0 20px;
}
@media (min-width: 640px) {
  .filter-switch label.checkbox {
    -webkit-box-pack: start;
    box-pack: start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    padding: 0 24px;
  }
}
.filter-switch label.checkbox .checkbox-name {
  font-size: 18px;
  line-height: 27px;
  padding: 0 40px 0 0;
}
@media (min-width: 640px) {
  .filter-switch label.checkbox .checkbox-name {
    padding: 0 16px 0 0;
  }
}

.pricing-table {
  position: relative;
}
@media (min-width: 640px) and (max-width: 1023px) {
  .pricing-table .tooltip-popup-bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    display: none;
    background-color: rgba(39, 55, 71, 0.12);
  }
  .pricing-table .tooltip-popup-bg.active {
    display: block;
  }
}
.pricing-table .mode-switch {
  padding: 0 0 29px;
}
@media (min-width: 640px) {
  .pricing-table .mode-switch {
    padding: 0 0 37px;
  }
}
@media (min-width: 1024px) {
  .pricing-table .mode-switch {
    padding: 0 0 40px;
  }
}
@media (min-width: 1280px) {
  .pricing-table .mode-switch {
    padding: 0 0 48px;
  }
}
.pricing-table .filter-switch {
  padding: 0 0 12px;
}
@media (min-width: 640px) {
  .pricing-table .filter-switch {
    padding: 0 0 32px;
  }
}
@media (min-width: 1280px) {
  .pricing-table .filter-switch {
    padding: 0 0 40px;
  }
}
.pricing-table .packs .pack {
  margin: 0 0 16px;
  border-radius: 8px;
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(39, 55, 71, 0.16);
  box-shadow: 0px 1px 2px 0px rgba(39, 55, 71, 0.16);
}
@media (min-width: 640px) {
  .pricing-table .packs .pack {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1280px) {
  .pricing-table .packs .pack {
    margin: 0 0 20px;
  }
}
.pricing-table .packs .pack:last-child {
  margin: 0;
}
.pricing-table .packs .pack .info-icon {
  width: 24px;
  height: 24px;
}
.pricing-table .packs .pack .info-icon svg {
  width: 24px;
  height: 24px;
}
.pricing-table .packs .pack .pack-header {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  box-pack: justify;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  height: 44px;
  padding: 0 16px;
  border-radius: 8px 8px 0 0;
  background-color: #8C97A3;
}
@media (min-width: 640px) {
  .pricing-table .packs .pack .pack-header {
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    box-direction: normal;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    min-width: 44px;
    width: 44px;
    min-height: 160px;
    height: auto;
    padding: 12px 0;
    border-radius: 8px 0 0 8px;
  }
}
@media (min-width: 1024px) {
  .pricing-table .packs .pack .pack-header {
    min-height: 120px;
  }
}
.pricing-table .packs .pack .pack-header .pack-title {
  font-size: 18px;
  line-height: 27px;
  font-weight: normal;
  text-transform: uppercase;
  color: #fff;
}
@media (min-width: 640px) {
  .pricing-table .packs .pack .pack-header .pack-title {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -moz-flex-grow: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    -ms-flex-positive: 1;
  }
}
@media (min-width: 640px) {
  .pricing-table .packs .pack .pack-header .pack-title .title-inner {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}
@media (min-width: 640px) {
  .pricing-table .packs .pack .pack-header .header-info-icon {
    margin: 12px 0 0;
  }
}
@media (min-width: 1024px) {
  .pricing-table .packs .pack .pack-header .header-info-icon {
    display: none;
  }
}
.pricing-table .packs .pack .pack-header .header-info-icon svg {
  fill: #fff;
}
.pricing-table .packs .pack .pack-content {
  width: 100%;
  border: 1px solid #F5F7FA;
  border-top: none;
  border-radius: 0 0 8px 8px;
}
@media (min-width: 640px) {
  .pricing-table .packs .pack .pack-content {
    border-top: 1px solid #F5F7FA;
    border-left: none;
    border-radius: 0 8px 8px 0;
  }
}
.pricing-table .packs .pack .pack-content .pack-inner {
  position: relative;
  padding: 22px 20px 24px;
  width: 100%;
}
@media (min-width: 640px) {
  .pricing-table .packs .pack .pack-content .pack-inner {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    box-pack: justify;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    width: 100%;
    padding: 14px 24px 20px;
  }
}
.pricing-table .packs .pack .pack-content .pack-inner .content-info-icon {
  display: none;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .pricing-table .packs .pack .pack-content .pack-inner .content-info-icon {
    display: block;
  }
}
.pricing-table .packs .pack .pack-content .pack-inner .content-info-icon svg {
  fill: #8C97A3;
}
.pricing-table .packs .pack .pack-content .pack-inner .content-info-icon:hover svg {
  fill: #F03676;
}
.pricing-table .packs .pack .pack-content .pack-inner .info-tooltip {
  overflow-y: auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: none;
  padding: 92px 20px 20px;
  background: #fff;
}
@media (min-width: 640px) {
  .pricing-table .packs .pack .pack-content .pack-inner .info-tooltip {
    position: absolute;
    top: auto;
    left: -44px;
    right: 0;
    bottom: auto;
    padding: 32px 64px 32px 24px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(39, 55, 71, 0.3);
    box-shadow: 0px 10px 20px 0px rgba(39, 55, 71, 0.3);
  }
}
@media (min-width: 1024px) {
  .pricing-table .packs .pack .pack-content .pack-inner .info-tooltip {
    overflow-y: visible;
    position: absolute;
    left: 67px;
    right: auto;
    padding: 32px 40px;
    margin-top: -5px;
  }
  .pricing-table .packs .pack .pack-content .pack-inner .info-tooltip:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 9px 14px 9px 0px;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
  }
}
.pricing-table .packs .pack .pack-content .pack-inner .info-tooltip .close-tooltip {
  position: absolute;
  top: 0;
  right: 0;
  padding: 16px;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .pricing-table .packs .pack .pack-content .pack-inner .info-tooltip .close-tooltip {
    padding: 10px;
  }
}
.pricing-table .packs .pack .pack-content .pack-inner .info-tooltip .close-tooltip svg {
  fill: #8C97A3;
}
.pricing-table .packs .pack .pack-content .pack-inner .info-tooltip .close-tooltip svg.close-svg-mobile {
  width: 30px;
  height: 30px;
}
@media (min-width: 1024px) {
  .pricing-table .packs .pack .pack-content .pack-inner .info-tooltip .close-tooltip svg.close-svg-mobile {
    display: none;
  }
}
.pricing-table .packs .pack .pack-content .pack-inner .info-tooltip .close-tooltip svg.close-svg-desktop {
  display: none;
  width: 16px;
  height: 16px;
}
@media (min-width: 1024px) {
  .pricing-table .packs .pack .pack-content .pack-inner .info-tooltip .close-tooltip svg.close-svg-desktop {
    display: block;
  }
}
.pricing-table .packs .pack .pack-content .pack-inner .info-tooltip .close-tooltip:hover svg {
  fill: #F03676;
}
@media (min-width: 640px) {
  .pricing-table .packs .pack .pack-content .pack-inner .pack-cta {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
  }
}
.pricing-table .packs .pack .pack-content .pack-inner .pack-cta .pack-price {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  padding: 11px 0 0;
  color: #8C97A3;
}
@media (min-width: 640px) {
  .pricing-table .packs .pack .pack-content .pack-inner .pack-cta .pack-price {
    width: 124px;
    padding: 0;
  }
}
.pricing-table .packs .pack .pack-content .pack-inner .pack-cta .pack-price .left-part {
  font-size: 72px;
  line-height: 79px;
  letter-spacing: -0.015em;
  line-height: 72px;
}
.pricing-table .packs .pack .pack-content .pack-inner .pack-cta .pack-price .right-part .cents {
  display: block;
  padding: 4px 0 4px 4px;
  font-size: 32px;
  line-height: 41px;
  letter-spacing: -0.005em;
  line-height: 32px;
  font-weight: normal;
}
.pricing-table .packs .pack .pack-content .pack-inner .pack-cta .pack-price .right-part .value {
  display: block;
  padding: 0 0 0 6px;
  white-space: nowrap;
}
.pricing-table .packs .pack .pack-content .pack-inner .pack-cta .button-holder {
  padding: 16px 0 0;
}
@media (min-width: 640px) {
  .pricing-table .packs .pack .pack-content .pack-inner .pack-cta .button-holder {
    padding: 0 0 0 24px;
  }
}
.pricing-table .packs .pack .pack-content .pack-inner .pack-cta .button-holder .button {
  width: 100%;
}
@media (min-width: 640px) {
  .pricing-table .packs .pack .pack-content .pack-inner .pack-cta .button-holder .button {
    width: 150px;
  }
}
.pricing-table .packs .pack .pack-content .pack-filter-footer {
  padding: 16px 32px 0 40px;
  background-color: #F5F7FA;
  border-radius: 0 0 8px 8px;
}
@media (min-width: 640px) {
  .pricing-table .packs .pack .pack-content .pack-filter-footer {
    border-radius: 0 0 8px 0;
  }
}
@media (min-width: 640px) {
  .pricing-table .packs .pack .pack-content .pack-filter-footer {
    padding: 14px 20px 2px 40px;
  }
}
@media (min-width: 1024px) {
  .pricing-table .packs .pack .pack-content .pack-filter-footer {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 14px 0 16px 90px;
  }
}
.pricing-table .packs .pack .pack-content .pack-filter-footer .filter-feature {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 16px;
}
@media (min-width: 640px) {
  .pricing-table .packs .pack .pack-content .pack-filter-footer .filter-feature {
    padding: 0 0 14px;
  }
}
@media (min-width: 1024px) {
  .pricing-table .packs .pack .pack-content .pack-filter-footer .filter-feature {
    padding: 0 32px 0 0;
  }
}
.pricing-table .packs .pack .pack-content .pack-filter-footer .filter-feature svg.check-icon {
  min-width: 16px;
  width: 16px;
  min-height: 16px;
  height: 16px;
  margin-top: 3px;
  fill: #F03676;
}
.pricing-table .packs .pack .pack-content .pack-filter-footer .filter-feature .feature-text {
  padding: 0 0 0 6px;
}
.pricing-table .packs .pack .pack-content .pack-filter-footer .filter-feature .feature-text span {
  display: block;
}
@media (min-width: 640px) {
  .pricing-table .packs .pack .pack-content .pack-filter-footer .filter-feature .feature-text span {
    display: inline;
  }
}
.pricing-table .packs .pack.active-tooltip .pack-content .pack-inner .content-info-icon svg {
  fill: #F03676;
}
.pricing-table .packs .pack.active-tooltip .pack-content .pack-inner .info-tooltip {
  display: block;
}
.pricing-table .packs .pack.grey .pack-header {
  background-color: #8C97A3;
}
.pricing-table .packs .pack.grey .pack-content .pack-inner .pack-cta .pack-price .left-part,
.pricing-table .packs .pack.grey .pack-content .pack-inner .pack-cta .pack-price .right-part .cents {
  color: #8C97A3;
}
.pricing-table .packs .pack.grey .pack-content .pack-inner .pack-cta .button-holder .button {
  background-color: #8C97A3;
}
.pricing-table .packs .pack.grey .pack-content .pack-inner .pack-cta .button-holder .button:hover {
  background-color: rgba(140, 151, 163, 0.8);
}
.pricing-table .packs .pack.green .pack-header {
  background-color: #88C852;
}
.pricing-table .packs .pack.green .pack-content .pack-inner .pack-cta .pack-price .left-part,
.pricing-table .packs .pack.green .pack-content .pack-inner .pack-cta .pack-price .right-part .cents {
  color: #88C852;
}
.pricing-table .packs .pack.green .pack-content .pack-inner .pack-cta .button-holder .button {
  background-color: #88C852;
}
.pricing-table .packs .pack.green .pack-content .pack-inner .pack-cta .button-holder .button:hover {
  background-color: rgba(136, 200, 82, 0.8);
}
.pricing-table .packs .pack.blue .pack-header {
  background-color: #54BEE1;
}
.pricing-table .packs .pack.blue .pack-content .pack-inner .pack-cta .pack-price .left-part,
.pricing-table .packs .pack.blue .pack-content .pack-inner .pack-cta .pack-price .right-part .cents {
  color: #54BEE1;
}
.pricing-table .packs .pack.blue .pack-content .pack-inner .pack-cta .button-holder .button {
  background-color: #54BEE1;
}
.pricing-table .packs .pack.blue .pack-content .pack-inner .pack-cta .button-holder .button:hover {
  background-color: rgba(84, 190, 225, 0.8);
}
.pricing-table .packs .pack.yellow .pack-header {
  background-color: #F89C38;
}
.pricing-table .packs .pack.yellow .pack-content .pack-inner .pack-cta .pack-price .left-part,
.pricing-table .packs .pack.yellow .pack-content .pack-inner .pack-cta .pack-price .right-part .cents {
  color: #F89C38;
}
.pricing-table .packs .pack.yellow .pack-content .pack-inner .pack-cta .button-holder .button {
  background-color: #F89C38;
}
.pricing-table .packs .pack.yellow .pack-content .pack-inner .pack-cta .button-holder .button:hover {
  background-color: rgba(248, 156, 56, 0.8);
}
.pricing-table .packs .pack.pink .pack-header {
  background-color: #F03676;
}
.pricing-table .packs .pack.pink .pack-content .pack-inner .pack-cta .pack-price .left-part,
.pricing-table .packs .pack.pink .pack-content .pack-inner .pack-cta .pack-price .right-part .cents {
  color: #F03676;
}
.pricing-table .packs .pack.pink .pack-content .pack-inner .pack-cta .button-holder .button {
  background-color: #F03676;
}
.pricing-table .packs .pack.pink .pack-content .pack-inner .pack-cta .button-holder .button:hover {
  background-color: rgba(240, 54, 118, 0.8);
}
.pricing-table .packs .pack.purple .pack-header {
  background-color: #7F09AB;
}
.pricing-table .packs .pack.purple .pack-content .pack-inner .pack-cta .pack-price .left-part,
.pricing-table .packs .pack.purple .pack-content .pack-inner .pack-cta .pack-price .right-part .cents {
  color: #7F09AB;
}
.pricing-table .packs .pack.purple .pack-content .pack-inner .pack-cta .button-holder .button {
  background-color: #7F09AB;
}
.pricing-table .packs .pack.purple .pack-content .pack-inner .pack-cta .button-holder .button:hover {
  background-color: rgba(127, 9, 171, 0.8);
}
.pricing-table[data-term=termless] .term-24months, .pricing-table[data-term=termless] .term-seniors, .pricing-table[data-term="24months"] .term-termless, .pricing-table[data-term="24months"] .term-seniors, .pricing-table[data-term=seniors] .term-24months, .pricing-table[data-term=seniors] .term-termless, .pricing-table[data-interactive="0"][data-phone="0"] .packs .pack .pack-content .phone-or-interactive, .pricing-table[data-phone="0"] .packs .pack .pack-content .pack-filter-footer .phone-only, .pricing-table[data-interactive="0"] .packs .pack .pack-content .pack-filter-footer .interactive-only, .pricing-table[data-interactive="0"] .interactive-only, .pricing-table[data-interactive="0"] .pack.plan-smallest, .pricing-table[data-interactive="0"] .pack.plan-smallestint, .pricing-table[data-interactive="1"] .pack.plan-eco, .pricing-table[data-interactive="0"] .pack.plan-eco_38, .pricing-table[data-interactive="0"] .pack.plan-basic_38, .pricing-table[data-interactive="0"] .pack.plan-premium_38, .pricing-table[data-interactive="0"] .pack.plan-premiumplus_38, .pricing-table[data-interactive="1"] .non-interactive-only, .pricing-table[data-term=seniors] .no-seniors {
  display: none;
}

@media (min-width: 640px) {
  .channel-list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px;
  }
}
@media (min-width: 1024px) {
  .channel-list {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}
.channel-list .channel-group.hidden {
  display: none;
}
.channel-list .channel {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  margin: 0 0 8px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
}
@media (min-width: 640px) {
  .channel-list .channel {
    margin: 0 0 12px;
  }
}
.channel-list .channel.hidden {
  display: none;
}
.channel-list .channel .channel-logo {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  width: 32px;
  height: 32px;
}
.channel-list .channel .channel-logo img {
  max-width: 100%;
  max-height: 100%;
}
.channel-list .channel .channel-logo svg {
  width: 100%;
  height: auto;
}
.channel-list .channel .channel-name {
  padding: 0 12px;
}
.channel-list .channel .channel-icons {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.channel-list .channel .channel-icons svg {
  width: 20px;
  height: 20px;
  margin: 0 8px 0 0;
}
.channel-list .channel .channel-icons svg.hd-icon-svg {
  width: 30px;
  height: 19px;
}
.channel-list .channel .channel-icons svg.uhd-icon-svg {
  width: 40px;
  height: 19px;
}
.channel-list .channel .channel-icons svg.gift-icon-svg {
  fill: #F03676;
}
.channel-list .channel .channel-icons svg.time-icon-svg {
  fill: #F89C38;
}
.channel-list .channel .channel-icons svg.info-icon-svg {
  fill: #F25645;
}
.channel-list .channel .channel-tooltip {
  display: none;
  position: absolute;
  top: 44px;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 20px;
  border-radius: 8px;
  background-color: #F25645;
  color: #fff;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(39, 55, 71, 0.3);
  box-shadow: 0px 10px 20px 0px rgba(39, 55, 71, 0.3);
  cursor: default;
}
@media (min-width: 640px) {
  .channel-list .channel .channel-tooltip {
    left: -10px;
    right: -10px;
  }
}
.channel-list .channel .channel-tooltip:after {
  content: "";
  position: absolute;
  top: -14px;
  left: 14px;
  border-width: 0 14px 14px 14px;
  border-style: solid;
  border-color: transparent transparent #F25645 transparent;
}
.channel-list .channel.has-tooltip {
  cursor: pointer;
}
.channel-list .channel.has-tooltip:hover .channel-name {
  color: #F25645;
}
.channel-list .channel.has-tooltip:hover .channel-tooltip {
  display: block;
}
.channel-list .channel-group {
  padding: 0 0 24px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
}
@media (min-width: 640px) {
  .channel-list .channel-group {
    padding: 0 0 28px;
  }
}
.channel-list .channel-group .group-title {
  padding: 0 0 20px;
  font-size: 21px;
  line-height: 30px;
  font-weight: normal;
  text-align: center;
}
@media (min-width: 640px) {
  .channel-list .channel-group .group-title {
    font-size: 25px;
    line-height: 34px;
    padding: 0 0 24px;
    text-align: left;
  }
}
.channel-list .channel-group .filter-group {
  position: relative;
}
.channel-list .channel-group .filter-group:before {
  content: "";
  position: absolute;
  top: -3px;
  left: -11px;
  right: -11px;
  bottom: -3px;
  background-color: #F5F7FA;
  border: 1px solid #D8DFE6;
  border-radius: 22px;
}
@media (min-width: 640px) {
  .channel-list .channel-group .filter-group:before {
    top: -5px;
    bottom: -5px;
  }
}
.channel-list .channel-group .filter-group .channel {
  position: relative;
}
.channel-list .channel-group.channel-group-baltijaspaka {
  position: relative;
}
.channel-list .channel-group.channel-group-baltijaspaka .group-tooltip {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 20px;
  border-radius: 8px;
  background-color: #F25645;
  color: #fff;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(39, 55, 71, 0.3);
  box-shadow: 0px 10px 20px 0px rgba(39, 55, 71, 0.3);
  cursor: default;
}
@media (min-width: 640px) {
  .channel-list .channel-group.channel-group-baltijaspaka .group-tooltip {
    left: -10px;
    right: -10px;
  }
}
.channel-list .channel-group.channel-group-baltijaspaka .group-tooltip:after {
  content: "";
  position: absolute;
  top: -14px;
  left: 50%;
  margin-left: -14px;
  border-width: 0 14px 14px 14px;
  border-style: solid;
  border-color: transparent transparent #F25645 transparent;
}
@media (min-width: 640px) {
  .channel-list .channel-group.channel-group-baltijaspaka .group-tooltip:after {
    left: 30px;
    margin-left: auto;
  }
}
.channel-list .channel-group.channel-group-baltijaspaka .group-title {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
@media (min-width: 640px) {
  .channel-list .channel-group.channel-group-baltijaspaka .group-title {
    -webkit-box-pack: start;
    box-pack: start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
  }
}
.channel-list .channel-group.channel-group-baltijaspaka .group-title svg {
  width: 20px;
  height: 20px;
  margin: 0 0 0 8px;
  fill: #F25645;
}
.channel-list .channel-group.channel-group-baltijaspaka:hover .group-title {
  color: #F25645;
}
.channel-list .channel-group.channel-group-baltijaspaka:hover .group-tooltip {
  display: block;
}
.channel-list[data-mode=eco_38] .channel-icons, .channel-list[data-mode=basic_38] .channel-icons, .channel-list[data-mode=premium_38] .channel-icons, .channel-list[data-mode=premiumplus_38] .channel-icons, .channel-list[data-mode=analog] .channel-icons, .channel-list[data-mode=ecoint] .channel-icons, .channel-list[data-mode=analog_eco] .channel-icons {
  display: none;
}

@media (min-width: 640px) {
  .popup {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    box-pack: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    min-height: 100vh;
    padding: 16px;
    background-color: rgba(39, 55, 71, 0.12);
  }
}
@media (min-width: 1024px) {
  .popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 15;
  }
}
.popup.hidden {
  display: none;
}
.popup .plan-eco, .popup .plan-ecoplus, .popup .plan-basic, .popup .plan-premium, .popup .plan-premiumplus,
.popup .plan-eco-38, .popup .plan-basic-38, .popup .plan-premium-38, .popup .plan-premiumplus-38,
.popup .plan-business-mini, .popup .plan-business-eco, .popup .plan-business-basic, .popup .plan-business-premium, .popup .plan-business-premium-plus,
.popup .plan-smallest, .popup .plan-analog, .popup .plan-ecoint, .popup .plan-extended, .popup .plan-digital, .popup .plan-interactive,
.popup .plan-family, .popup .plan-fun, .popup .plan-adult {
  display: none;
}
.popup .popup-inner {
  position: relative;
  background-color: #fff;
}
@media (min-width: 640px) {
  .popup .popup-inner {
    border-radius: 8px;
    background-color: #fff;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(39, 55, 71, 0.3);
    box-shadow: 0px 10px 20px 0px rgba(39, 55, 71, 0.3);
  }
}
.popup .popup-inner .popup-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  padding: 16px;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .popup .popup-inner .popup-close {
    padding: 13px;
  }
}
.popup .popup-inner .popup-close svg {
  fill: #8C97A3;
}
.popup .popup-inner .popup-close svg.mobile-icon {
  width: 31px;
  height: 31px;
}
@media (min-width: 1024px) {
  .popup .popup-inner .popup-close svg.mobile-icon {
    display: none;
  }
}
.popup .popup-inner .popup-close svg.desktop-icon {
  display: none;
  width: 13px;
  height: 13px;
}
@media (min-width: 1024px) {
  .popup .popup-inner .popup-close svg.desktop-icon {
    display: block;
  }
}
.popup .popup-inner .popup-close:hover svg {
  fill: #F03676;
}
@media (min-width: 1024px) {
  .popup.form-popup .popup-inner {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 800px;
  }
}
.popup.form-popup .popup-inner .popup-content {
  padding: 32px 20px 24px;
  background-color: #fff;
}
@media (min-width: 640px) {
  .popup.form-popup .popup-inner .popup-content {
    padding: 32px 64px;
    border-radius: 8px 8px 0 0;
  }
}
@media (min-width: 1024px) {
  .popup.form-popup .popup-inner .popup-content {
    width: 50%;
    padding: 32px;
    border-radius: 8px 0 0 8px;
  }
}
.popup.form-popup .popup-inner .popup-content.pack-content .pack-features .feature .feature-icon svg {
  fill: #F03676;
}
.popup.form-popup .popup-inner .popup-content.pack-content.grey .pack-features .feature .feature-icon svg {
  fill: #8C97A3;
}
.popup.form-popup .popup-inner .popup-content.pack-content.green .pack-features .feature .feature-icon svg {
  fill: #88C852;
}
.popup.form-popup .popup-inner .popup-content.pack-content.blue .pack-features .feature .feature-icon svg {
  fill: #54BEE1;
}
.popup.form-popup .popup-inner .popup-content.pack-content.yellow .pack-features .feature .feature-icon svg {
  fill: #F89C38;
}
.popup.form-popup .popup-inner .popup-content.pack-content.pink .pack-features .feature .feature-icon svg {
  fill: #F03676;
}
.popup.form-popup .popup-inner .popup-content.pack-content .pack-title {
  padding: 0 0 24px;
  font-size: 21px;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 640px) {
  .popup.form-popup .popup-inner .popup-content.pack-content .pack-title {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    box-pack: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    padding: 0 0 32px;
    font-size: 25px;
    line-height: 34px;
    font-weight: normal;
  }
}
@media (min-width: 640px) {
  .popup.form-popup .popup-inner .popup-content.pack-content .pack-title .title-text {
    padding: 0 6px 0 0;
  }
}
.popup.form-popup .popup-inner .popup-content.pack-content .pack-title .pack-name {
  color: #8C97A3;
  text-transform: uppercase;
}
.popup.form-popup .popup-inner .popup-content.pack-content .pack-info {
  padding: 0 0 24px;
}
@media (min-width: 640px) {
  .popup.form-popup .popup-inner .popup-content.pack-content .pack-info {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    box-pack: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    padding: 0 0 32px;
  }
}
.popup.form-popup .popup-inner .popup-content.pack-content .pack-info .info-part {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  padding: 0 0 10px;
}
@media (min-width: 640px) {
  .popup.form-popup .popup-inner .popup-content.pack-content .pack-info .info-part {
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    box-direction: normal;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: start;
    box-pack: start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-align: center;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    padding: 0 16px;
  }
}
.popup.form-popup .popup-inner .popup-content.pack-content .pack-info .info-part .part-name {
  padding: 0 6px 0 0;
  color: #8C97A3;
}
@media (min-width: 640px) {
  .popup.form-popup .popup-inner .popup-content.pack-content .pack-info .info-part .part-name {
    padding: 0 0 10px;
  }
}
.popup.form-popup .popup-inner .popup-content.pack-content .pack-info .info-part .part-value {
  font-size: 18px;
  line-height: 27px;
  font-weight: bold;
}
@media (min-width: 640px) {
  .popup.form-popup .popup-inner .popup-content.pack-content .pack-info .info-part .part-value {
    font-size: 21px;
    line-height: 30px;
  }
}
.popup.form-popup .popup-inner .popup-content.pack-content .pack-info .info-part .part-value.hd-channels .including-hd {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  padding: 10px 0 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}
.popup.form-popup .popup-inner .popup-content.pack-content .pack-info .info-part .part-value.hd-channels .including-hd svg.hd-icon-svg {
  width: 30px;
  height: 19px;
  margin: 0 0 0 5px;
}
.popup.form-popup .popup-inner .popup-content.pack-content .filter-features .feature {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #F5F7FA;
  padding: 12px;
  margin: 0 -12px 12px;
}
.popup.form-popup .popup-inner .popup-content.pack-content .filter-features .feature .feature-icon {
  width: 16px;
  height: 16px;
}
.popup.form-popup .popup-inner .popup-content.pack-content .filter-features .feature .feature-icon svg {
  width: 16px;
  height: 16px;
  margin-top: 4px;
  fill: #F03676;
}
.popup.form-popup .popup-inner .popup-content.pack-content .filter-features .feature .feature-title {
  padding: 0 0 0 6px;
}
@media (min-width: 640px) {
  .popup.form-popup .popup-inner .popup-content.pack-content .pack-cta {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    box-pack: justify;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
  }
}
@media (min-width: 1024px) {
  .popup.form-popup .popup-inner .popup-content.pack-content .pack-cta {
    display: block;
  }
}
.popup.form-popup .popup-inner .popup-content.pack-content .pack-cta .pack-features .feature {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 16px;
}
@media (min-width: 640px) {
  .popup.form-popup .popup-inner .popup-content.pack-content .pack-cta .pack-features .feature:last-child {
    padding: 0;
  }
}
.popup.form-popup .popup-inner .popup-content.pack-content .pack-cta .pack-features .feature .feature-icon {
  width: 16px;
  height: 16px;
}
.popup.form-popup .popup-inner .popup-content.pack-content .pack-cta .pack-features .feature .feature-icon svg {
  width: 16px;
  height: 16px;
  margin-top: 4px;
}
.popup.form-popup .popup-inner .popup-content.pack-content .pack-cta .pack-features .feature .feature-title {
  padding: 0 0 0 6px;
}
.popup.form-popup .popup-inner .popup-content.pack-content .pack-cta .pack-price {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  color: #8C97A3;
  padding: 0 0 0 24px;
}
@media (min-width: 1024px) {
  .popup.form-popup .popup-inner .popup-content.pack-content .pack-cta .pack-price {
    padding: 24px 0 0;
  }
}
.popup.form-popup .popup-inner .popup-content.pack-content .pack-cta .pack-price .left-part {
  font-size: 72px;
  line-height: 79px;
  letter-spacing: -0.015em;
  line-height: 72px;
}
.popup.form-popup .popup-inner .popup-content.pack-content .pack-cta .pack-price .right-part .cents {
  display: block;
  padding: 4px 0 4px 4px;
  font-size: 32px;
  line-height: 41px;
  letter-spacing: -0.005em;
  line-height: 32px;
  font-weight: normal;
}
.popup.form-popup .popup-inner .popup-content.pack-content .pack-cta .pack-price .right-part .value {
  display: block;
  padding: 0 0 0 6px;
  white-space: nowrap;
}
.popup.form-popup .popup-inner .popup-content.pack-content.tv-pack-content .pack-title {
  padding: 0 0 20px;
  font-weight: normal;
}
@media (min-width: 640px) {
  .popup.form-popup .popup-inner .popup-content.pack-content.tv-pack-content .pack-title {
    padding: 0 0 32px;
  }
}
.popup.form-popup .popup-inner .popup-content.pack-content.tv-pack-content .pack-title .pack-name {
  text-transform: none;
}
.popup.form-popup .popup-inner .popup-content.pack-content.tv-pack-content .channel-number {
  padding: 0 0 24px;
  text-align: center;
}
@media (min-width: 640px) {
  .popup.form-popup .popup-inner .popup-content.pack-content.tv-pack-content .channel-number {
    padding: 0 0 32px;
  }
}
.popup.form-popup .popup-inner .popup-content.pack-content.tv-pack-content .channel-number .channel-number-text {
  font-size: 18px;
  line-height: 27px;
  font-weight: bold;
}
@media (min-width: 640px) {
  .popup.form-popup .popup-inner .popup-content.pack-content.tv-pack-content .channel-number .channel-number-text {
    font-size: 21px;
    line-height: 30px;
  }
}
.popup.form-popup .popup-inner .popup-content.pack-content.tv-pack-content .channel-number .channel-number-hd {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  padding: 12px 0 0;
}
@media (min-width: 640px) {
  .popup.form-popup .popup-inner .popup-content.pack-content.tv-pack-content .channel-number .channel-number-hd {
    padding: 10px 0 0;
  }
}
.popup.form-popup .popup-inner .popup-content.pack-content.tv-pack-content .channel-number .channel-number-hd svg.hd-icon-svg {
  width: 30px;
  height: 19px;
  margin: 0 0 0 5px;
}
.popup.form-popup .popup-inner .popup-content.pack-content.thematic-content .pack-title {
  padding: 0 0 20px;
  font-weight: normal;
}
@media (min-width: 640px) {
  .popup.form-popup .popup-inner .popup-content.pack-content.thematic-content .pack-title {
    padding: 0 0 32px;
  }
}
.popup.form-popup .popup-inner .popup-content.pack-content.thematic-content .pack-title .pack-name {
  text-transform: none;
}
.popup.form-popup .popup-inner .popup-content.pack-content.thematic-content .channel-number {
  padding: 0 0 24px;
  text-align: center;
}
@media (min-width: 640px) {
  .popup.form-popup .popup-inner .popup-content.pack-content.thematic-content .channel-number {
    padding: 0 0 32px;
  }
}
.popup.form-popup .popup-inner .popup-content.pack-content.thematic-content .channel-number .channel-number-text {
  font-size: 18px;
  line-height: 27px;
  font-weight: bold;
}
@media (min-width: 640px) {
  .popup.form-popup .popup-inner .popup-content.pack-content.thematic-content .channel-number .channel-number-text {
    font-size: 21px;
    line-height: 30px;
  }
}
.popup.form-popup .popup-inner .popup-content.pack-content.thematic-content .channel-number .channel-number-hd {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  padding: 12px 0 0;
}
@media (min-width: 640px) {
  .popup.form-popup .popup-inner .popup-content.pack-content.thematic-content .channel-number .channel-number-hd {
    padding: 10px 0 0;
  }
}
.popup.form-popup .popup-inner .popup-content.pack-content.thematic-content .channel-number .channel-number-hd svg.hd-icon-svg {
  width: 30px;
  height: 19px;
  margin: 0 0 0 5px;
}
.popup.form-popup .popup-inner .popup-content.pack-content.thematic-content .pack-cta .bundle-price {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
@media (min-width: 640px) {
  .popup.form-popup .popup-inner .popup-content.pack-content.thematic-content .pack-cta .bundle-price {
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    box-direction: normal;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    padding: 0 0 0 64px;
  }
}
@media (min-width: 1024px) {
  .popup.form-popup .popup-inner .popup-content.pack-content.thematic-content .pack-cta .bundle-price {
    -webkit-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    box-direction: normal;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    padding: 20px 0 0;
  }
}
.popup.form-popup .popup-inner .popup-content.pack-content.thematic-content .pack-cta .bundle-price .old-price {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 3px;
  color: #8C97A3;
}
.popup.form-popup .popup-inner .popup-content.pack-content.thematic-content .pack-cta .bundle-price .old-price .left-part {
  font-size: 46px;
  line-height: 57px;
  letter-spacing: -0.015em;
  line-height: 46px;
}
.popup.form-popup .popup-inner .popup-content.pack-content.thematic-content .pack-cta .bundle-price .old-price .right-part {
  padding: 4px 0 4px 4px;
  font-size: 25px;
  line-height: 34px;
  line-height: 25px;
  font-weight: normal;
}
.popup.form-popup .popup-inner .popup-content.pack-content.thematic-content .pack-cta .bundle-price .old-price:before {
  content: "";
  width: 100%;
  position: absolute;
  right: 0;
  top: 42%;
  border-bottom: 1px solid #8C97A3;
  -webkit-transform: skewY(-30deg);
  transform: skewY(-30deg);
}
.popup.form-popup .popup-inner .popup-content.pack-content.thematic-content .pack-cta .bundle-price .new-price {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  padding: 0 16px;
  color: #54BEE1;
}
@media (min-width: 1024px) {
  .popup.form-popup .popup-inner .popup-content.pack-content.thematic-content .pack-cta .bundle-price .new-price {
    padding: 0 20px;
  }
}
.popup.form-popup .popup-inner .popup-content.pack-content.thematic-content .pack-cta .bundle-price .new-price .left-part {
  font-size: 72px;
  line-height: 79px;
  letter-spacing: -0.015em;
  line-height: 72px;
}
.popup.form-popup .popup-inner .popup-content.pack-content.thematic-content .pack-cta .bundle-price .new-price .right-part .cents {
  display: block;
  padding: 4px 0 4px 4px;
  font-size: 32px;
  line-height: 41px;
  letter-spacing: -0.005em;
  line-height: 32px;
  font-weight: normal;
}
.popup.form-popup .popup-inner .popup-content.pack-content.thematic-content .pack-cta .bundle-price .new-price .right-part .value {
  display: block;
  padding: 0 0 0 6px;
  white-space: nowrap;
  color: #8C97A3;
}
.popup.form-popup .popup-inner .popup-content.pack-content.thematic-content .pack-cta .bundle-price .price-period {
  color: #8C97A3;
}
@media (min-width: 640px) {
  .popup.form-popup .popup-inner .popup-content.pack-content.product-content {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1024px) {
  .popup.form-popup .popup-inner .popup-content.pack-content.product-content {
    display: block;
  }
}
.popup.form-popup .popup-inner .popup-content.pack-content.product-content .product-image {
  width: 200px;
  height: 200px;
  margin: 0 auto;
}
.popup.form-popup .popup-inner .popup-content.pack-content.product-content .product-image img {
  width: auto;
  height: 100%;
  vertical-align: top;
}
.popup.form-popup .popup-inner .popup-content.pack-content.product-content .product-inner {
  padding: 20px 0 0;
  text-align: center;
}
@media (min-width: 640px) {
  .popup.form-popup .popup-inner .popup-content.pack-content.product-content .product-inner {
    padding: 0 0 0 32px;
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .popup.form-popup .popup-inner .popup-content.pack-content.product-content .product-inner {
    padding: 24px 0 0;
    text-align: center;
  }
}
.popup.form-popup .popup-inner .popup-content.pack-content.product-content .product-inner .product-desc {
  padding: 0 0 15px;
}
.popup.form-popup .popup-inner .popup-content.pack-content.product-content .product-inner .product-desc .product-name {
  padding: 0 0 24px;
  font-size: 18px;
  line-height: 27px;
  font-weight: normal;
}
@media (min-width: 640px) {
  .popup.form-popup .popup-inner .popup-content.pack-content.product-content .product-inner .product-desc .product-name {
    font-size: 21px;
    line-height: 30px;
    padding: 0 0 20px;
  }
}
.popup.form-popup .popup-inner .popup-content.pack-content.product-content .product-inner .product-desc .feature {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.popup.form-popup .popup-inner .popup-content.pack-content.product-content .product-inner .product-desc .feature .feature-icon {
  width: 16px;
  height: 16px;
}
.popup.form-popup .popup-inner .popup-content.pack-content.product-content .product-inner .product-desc .feature .feature-icon svg {
  width: 16px;
  height: 16px;
  margin-top: 4px;
  fill: #F03676;
}
.popup.form-popup .popup-inner .popup-content.pack-content.product-content .product-inner .product-desc .feature .feature-title {
  padding: 0 0 0 8px;
  text-align: left;
}
.popup.form-popup .popup-inner .popup-content.pack-content.product-content .product-inner .product-desc .router-speed .speed-title {
  padding: 0 0 12px;
  color: #8C97A3;
}
.popup.form-popup .popup-inner .popup-content.pack-content.product-content .product-inner .product-desc .router-speed .speed-number {
  font-size: 18px;
  line-height: 27px;
  font-weight: bold;
}
@media (min-width: 640px) {
  .popup.form-popup .popup-inner .popup-content.pack-content.product-content .product-inner .product-desc .router-speed .speed-number {
    font-size: 21px;
    line-height: 30px;
  }
}
.popup.form-popup .popup-inner .popup-content.pack-content.product-content .product-inner .product-cta .product-price {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  color: #8C97A3;
  text-align: left;
}
@media (min-width: 640px) {
  .popup.form-popup .popup-inner .popup-content.pack-content.product-content .product-inner .product-cta .product-price {
    -webkit-box-pack: start;
    box-pack: start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
  }
}
@media (min-width: 1024px) {
  .popup.form-popup .popup-inner .popup-content.pack-content.product-content .product-inner .product-cta .product-price {
    -webkit-box-pack: center;
    box-pack: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}
.popup.form-popup .popup-inner .popup-content.pack-content.product-content .product-inner .product-cta .product-price .left-part {
  font-size: 72px;
  line-height: 79px;
  letter-spacing: -0.015em;
  line-height: 72px;
}
.popup.form-popup .popup-inner .popup-content.pack-content.product-content .product-inner .product-cta .product-price .right-part .cents {
  display: block;
  padding: 4px 0 4px 4px;
  font-size: 32px;
  line-height: 41px;
  letter-spacing: -0.005em;
  line-height: 32px;
  font-weight: normal;
}
.popup.form-popup .popup-inner .popup-content.pack-content.product-content .product-inner .product-cta .product-price .right-part .value {
  display: block;
  padding: 0 0 0 6px;
  white-space: nowrap;
  color: #8C97A3;
}
.popup.form-popup .popup-inner .popup-content.pack-content.product-content .product-inner .product-cta .product-rent {
  padding: 0 0 0 24px;
  text-align: left;
}
@media (min-width: 640px) {
  .popup.form-popup .popup-inner .popup-content.pack-content.product-content .product-inner .product-cta .product-rent {
    padding: 0 0 0 32px;
  }
}
.popup.form-popup .popup-inner .popup-content.pack-content.product-content .product-inner .product-cta .product-rent .rent-title {
  display: block;
}
.popup.form-popup .popup-inner .popup-content.pack-content.product-content .product-inner .product-cta .product-rent .rent-price {
  font-weight: bold;
}
.popup.form-popup .popup-inner .popup-content.pack-content.blue .pack-title .pack-name,
.popup.form-popup .popup-inner .popup-content.pack-content.blue .pack-cta .pack-price .left-part,
.popup.form-popup .popup-inner .popup-content.pack-content.blue .pack-cta .pack-price .right-part .cents,
.popup.form-popup .popup-inner .popup-content.pack-content.blue .pack-cta .bundle-price .new-price .left-part,
.popup.form-popup .popup-inner .popup-content.pack-content.blue .pack-cta .bundle-price .new-price .right-part .cents,
.popup.form-popup .popup-inner .popup-content.pack-content.blue .product-cta .product-price .left-part,
.popup.form-popup .popup-inner .popup-content.pack-content.blue .product-cta .product-price .right-part .cents {
  color: #54BEE1;
}
.popup.form-popup .popup-inner .popup-content.pack-content.green .pack-title .pack-name,
.popup.form-popup .popup-inner .popup-content.pack-content.green .pack-cta .pack-price .left-part,
.popup.form-popup .popup-inner .popup-content.pack-content.green .pack-cta .pack-price .right-part .cents,
.popup.form-popup .popup-inner .popup-content.pack-content.green .pack-cta .bundle-price .new-price .left-part,
.popup.form-popup .popup-inner .popup-content.pack-content.green .pack-cta .bundle-price .new-price .right-part .cents,
.popup.form-popup .popup-inner .popup-content.pack-content.green .product-cta .product-price .left-part,
.popup.form-popup .popup-inner .popup-content.pack-content.green .product-cta .product-price .right-part .cents {
  color: #88C852;
}
.popup.form-popup .popup-inner .popup-content.pack-content.yellow .pack-title .pack-name,
.popup.form-popup .popup-inner .popup-content.pack-content.yellow .pack-cta .pack-price .left-part,
.popup.form-popup .popup-inner .popup-content.pack-content.yellow .pack-cta .pack-price .right-part .cents,
.popup.form-popup .popup-inner .popup-content.pack-content.yellow .pack-cta .bundle-price .new-price .left-part,
.popup.form-popup .popup-inner .popup-content.pack-content.yellow .pack-cta .bundle-price .new-price .right-part .cents,
.popup.form-popup .popup-inner .popup-content.pack-content.yellow .product-cta .product-price .left-part,
.popup.form-popup .popup-inner .popup-content.pack-content.yellow .product-cta .product-price .right-part .cents {
  color: #F89C38;
}
.popup.form-popup .popup-inner .popup-content.pack-content.red .pack-title .pack-name,
.popup.form-popup .popup-inner .popup-content.pack-content.red .pack-cta .pack-price .left-part,
.popup.form-popup .popup-inner .popup-content.pack-content.red .pack-cta .pack-price .right-part .cents,
.popup.form-popup .popup-inner .popup-content.pack-content.red .pack-cta .bundle-price .new-price .left-part,
.popup.form-popup .popup-inner .popup-content.pack-content.red .pack-cta .bundle-price .new-price .right-part .cents,
.popup.form-popup .popup-inner .popup-content.pack-content.red .product-cta .product-price .left-part,
.popup.form-popup .popup-inner .popup-content.pack-content.red .product-cta .product-price .right-part .cents {
  color: #F25645;
}
.popup.form-popup .popup-inner .popup-content.pack-content.pink .pack-title .pack-name,
.popup.form-popup .popup-inner .popup-content.pack-content.pink .pack-cta .pack-price .left-part,
.popup.form-popup .popup-inner .popup-content.pack-content.pink .pack-cta .pack-price .right-part .cents,
.popup.form-popup .popup-inner .popup-content.pack-content.pink .pack-cta .bundle-price .new-price .left-part,
.popup.form-popup .popup-inner .popup-content.pack-content.pink .pack-cta .bundle-price .new-price .right-part .cents,
.popup.form-popup .popup-inner .popup-content.pack-content.pink .product-cta .product-price .left-part,
.popup.form-popup .popup-inner .popup-content.pack-content.pink .product-cta .product-price .right-part .cents {
  color: #F03676;
}
.popup.form-popup .popup-inner .popup-content.pack-content.purple .pack-title .pack-name,
.popup.form-popup .popup-inner .popup-content.pack-content.purple .pack-cta .pack-price .left-part,
.popup.form-popup .popup-inner .popup-content.pack-content.purple .pack-cta .pack-price .right-part .cents,
.popup.form-popup .popup-inner .popup-content.pack-content.purple .pack-cta .bundle-price .new-price .left-part,
.popup.form-popup .popup-inner .popup-content.pack-content.purple .pack-cta .bundle-price .new-price .right-part .cents,
.popup.form-popup .popup-inner .popup-content.pack-content.purple .product-cta .product-price .left-part,
.popup.form-popup .popup-inner .popup-content.pack-content.purple .product-cta .product-price .right-part .cents {
  color: #7F09AB;
}
.popup.form-popup .popup-inner .popup-content.manager-content {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  box-direction: normal;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  padding: 32px 20px;
}
@media (min-width: 640px) {
  .popup.form-popup .popup-inner .popup-content.manager-content {
    -webkit-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    box-direction: normal;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-align: start;
    box-align: start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
    padding: 40px 32px;
  }
}
@media (min-width: 1024px) {
  .popup.form-popup .popup-inner .popup-content.manager-content {
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    box-direction: normal;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
  }
}
.popup.form-popup .popup-inner .popup-content.manager-content .manager-photo {
  overflow: hidden;
  width: 130px;
  height: 130px;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-width: 640px) {
  .popup.form-popup .popup-inner .popup-content.manager-content .manager-photo {
    min-width: 160px;
    width: 160px;
    max-height: 160px;
    height: 160px;
  }
}
.popup.form-popup .popup-inner .popup-content.manager-content[data-manager=garina] .manager-photo {
  background-image: url("../images/garina.png");
}
.popup.form-popup .popup-inner .popup-content.manager-content[data-manager=iesalnieks] .manager-photo {
  background-image: url("../images/iesalnieks.png");
}
.popup.form-popup .popup-inner .popup-content.manager-content[data-manager=kalinin] .manager-photo {
  background-image: url("../images/kalinin.png");
}
.popup.form-popup .popup-inner .popup-content.manager-content .content-inner {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  box-direction: normal;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  padding: 20px 0 0;
  text-align: center;
}
@media (min-width: 640px) {
  .popup.form-popup .popup-inner .popup-content.manager-content .content-inner {
    -webkit-box-align: start;
    box-align: start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
    padding: 0 0 0 30px;
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .popup.form-popup .popup-inner .popup-content.manager-content .content-inner {
    -webkit-box-align: center;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    padding: 12px 0 0;
    text-align: center;
    width: 100%;
  }
}
.popup.form-popup .popup-inner .popup-content.manager-content .content-inner .manager-name {
  padding: 0 0 12px;
  font-size: 21px;
  line-height: 30px;
  font-weight: normal;
}
@media (min-width: 640px) {
  .popup.form-popup .popup-inner .popup-content.manager-content .content-inner .manager-name {
    padding: 5px 0 10px;
    font-size: 25px;
    line-height: 34px;
  }
}
.popup.form-popup .popup-inner .popup-content.manager-content .content-inner .manager-position {
  padding: 0 0 24px;
  color: #8C97A3;
}
@media (min-width: 1024px) {
  .popup.form-popup .popup-inner .popup-content.manager-content .content-inner .manager-position {
    padding: 0 0 20px;
  }
}
.popup.form-popup .popup-inner .popup-content.manager-content .content-inner .manager-about {
  width: 100%;
  padding: 0 0 24px;
}
@media (min-width: 1024px) {
  .popup.form-popup .popup-inner .popup-content.manager-content .content-inner .manager-about {
    padding: 0 0 20px;
  }
}
.popup.form-popup .popup-inner .popup-content.manager-content .content-inner .manager-phone {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.popup.form-popup .popup-inner .popup-content.manager-content .content-inner .manager-phone .phone-icon {
  width: 10px;
  height: 24px;
}
.popup.form-popup .popup-inner .popup-content.manager-content .content-inner .manager-phone .phone-icon svg {
  width: 10px;
  height: 24px;
  margin-top: -2px;
  fill: #F03676;
}
.popup.form-popup .popup-inner .popup-content.manager-content .content-inner .manager-phone .phone-number {
  padding: 0 0 0 8px;
  font-size: 21px;
  line-height: 30px;
}
.popup.form-popup .popup-inner .popup-content.manager-content .manager-garina,
.popup.form-popup .popup-inner .popup-content.manager-content .manager-iesalnieks,
.popup.form-popup .popup-inner .popup-content.manager-content .manager-kalinin {
  display: none;
}
.popup.form-popup .popup-inner .popup-content.manager-content[data-manager=garina] .manager-garina, .popup.form-popup .popup-inner .popup-content.manager-content[data-manager=iesalnieks] .manager-iesalnieks, .popup.form-popup .popup-inner .popup-content.manager-content[data-manager=kalinin] .manager-kalinin {
  display: inline-block;
}
.popup.form-popup .popup-inner form.form {
  padding: 32px 20px;
  background-color: #F5F7FA;
}
@media (min-width: 640px) {
  .popup.form-popup .popup-inner form.form {
    padding: 32px 64px;
    border-radius: 0 0 8px 8px;
  }
}
@media (min-width: 1024px) {
  .popup.form-popup .popup-inner form.form {
    width: 50%;
    padding: 32px;
    border-radius: 0 8px 8px 0;
  }
}
.popup.form-popup .popup-inner form.form .form-title {
  padding: 0 0 24px;
  font-size: 21px;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 640px) {
  .popup.form-popup .popup-inner form.form .form-title {
    font-size: 25px;
    line-height: 34px;
    font-weight: normal;
  }
}
@media (min-width: 1024px) {
  .popup.form-popup .popup-inner form.form .form-title {
    padding: 0 0 24px;
    text-align: left;
  }
}
.popup.form-popup .popup-inner form.form .form-subtitle {
  padding: 0 0 24px;
  color: #8C97A3;
  text-align: center;
}
@media (min-width: 1024px) {
  .popup.form-popup .popup-inner form.form .form-subtitle {
    text-align: left;
  }
}
.popup.form-popup .popup-inner form.form .input {
  max-width: 336px;
  padding: 0 0 24px;
  margin: 0 auto;
}
.popup.form-popup .popup-inner form.form label.checkbox {
  -webkit-box-pack: center;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  text-align: center;
}
@media (min-width: 1024px) {
  .popup.form-popup .popup-inner form.form label.checkbox {
    -webkit-box-pack: start;
    box-pack: start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    text-align: left;
  }
}
.popup.form-popup .popup-inner form.form .button-holder {
  padding: 24px 0;
}
@media (min-width: 1024px) {
  .popup.form-popup .popup-inner form.form .button-holder {
    -webkit-box-pack: start;
    box-pack: start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
  }
}
.popup.form-popup .popup-inner form.form .button-holder .button {
  width: 100%;
}
@media (min-width: 640px) {
  .popup.form-popup .popup-inner form.form .button-holder .button {
    width: 150px;
  }
}
.popup.form-popup .popup-inner form.form .privacy-text {
  font-size: 13px;
  line-height: 21px;
  text-align: center;
  color: #54616E;
}
@media (min-width: 1024px) {
  .popup.form-popup .popup-inner form.form .privacy-text {
    text-align: left;
  }
}
.popup.form-popup .popup-inner form.form .privacy-text svg {
  width: 11px;
  height: 14px;
  margin: 0 6px 0 0;
  fill: #8C97A3;
}
.popup.form-popup.no-content .popup-inner {
  background-color: #F5F7FA;
}
@media (min-width: 640px) {
  .popup.form-popup.no-content .popup-inner form.form {
    border-radius: 8px;
  }
}
@media (min-width: 1024px) {
  .popup.form-popup.no-content .popup-inner form.form {
    width: 400px;
    margin: 0 auto;
  }
}
.popup.form-popup[data-plan=eco] .plan-eco, .popup.form-popup[data-plan=eco_38] .plan-eco-38, .popup.form-popup[data-plan=ecoplus] .plan-ecoplus, .popup.form-popup[data-plan=basic] .plan-basic, .popup.form-popup[data-plan=basic_38] .plan-basic-38, .popup.form-popup[data-plan=premium] .plan-premium, .popup.form-popup[data-plan=premium_38] .plan-premium-38, .popup.form-popup[data-plan=premiumplus] .plan-premiumplus, .popup.form-popup[data-plan=premiumplus_38] .plan-premiumplus-38, .popup.form-popup[data-plan=business-mini] .plan-business-mini, .popup.form-popup[data-plan=business-eco] .plan-business-eco, .popup.form-popup[data-plan=business-basic] .plan-business-basic, .popup.form-popup[data-plan=business-premium] .plan-business-premium, .popup.form-popup[data-plan=business-premium-plus] .plan-business-premium-plus, .popup.form-popup[data-plan=smallest] .plan-smallest, .popup.form-popup[data-plan=analog] .plan-analog, .popup.form-popup[data-plan=ecoint] .plan-ecoint, .popup.form-popup[data-plan=extended] .plan-extended, .popup.form-popup[data-plan=digital] .plan-digital, .popup.form-popup[data-plan=interactive] .plan-interactive, .popup.form-popup[data-plan=family] .plan-family, .popup.form-popup[data-plan=fun] .plan-fun, .popup.form-popup[data-plan=adult] .plan-adult {
  display: inline-block;
}
.popup.form-popup[data-plan=family] .popup-inner .popup-content.pack-content.thematic-content .pack-cta .bundle-price .old-price {
  display: none;
}
.popup.form-popup[data-interactive="0"][data-phone="0"] .phone-or-interactive, .popup.form-popup[data-phone="0"] .popup-inner .popup-content.pack-content .filter-features .phone-only, .popup.form-popup[data-interactive="0"] .popup-inner .popup-content.pack-content .filter-features .interactive-only, .popup.form-popup[data-term=termless] .term-24months, .popup.form-popup[data-term=termless] .term-seniors, .popup.form-popup[data-term="24months"] .term-termless, .popup.form-popup[data-term="24months"] .term-seniors, .popup.form-popup[data-term=seniors] .term-24months, .popup.form-popup[data-term=seniors] .term-termless, .popup.form-popup[data-business="0"] span.business-price, .popup.form-popup[data-business="1"] span.home-price, .popup.form-popup[data-interactive="0"] .interactive-only, .popup.form-popup[data-interactive="1"] .non-interactive-only {
  display: none;
}
.popup.form-popup[data-product-type=inrouter] .popup-inner .popup-content.pack-content.product-content .product-inner .product-desc .feature {
  display: none;
}
.popup.form-popup[data-product-type=tvrouter] .router-speed {
  display: none;
}
.popup.form-popup[data-product-type=tvrouter] .product-cta {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.popup.form-b2b-popup .popup-inner {
  width: 400px;
  max-width: 100%;
  padding: 0;
}
.popup.form-b2b-popup .popup-inner .popup-content {
  width: 100%;
}
.popup.form-b2b-popup .popup-inner .cta-form {
  width: 100% !important;
  padding: 40px 30px !important;
  max-width: 600px;
  border: 0;
}
.popup.form-b2b-popup .popup-inner .cta-form .form-title {
  font-weight: bold !important;
}
.popup.form-b2b-popup .popup-inner .cta-form .inputs {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.popup.form-b2b-popup .popup-inner .cta-form .custom_checkbox {
  margin-bottom: 20px;
}
.popup.form-b2b-popup .popup-inner .cta-form .custom_checkbox .text {
  font-size: 0.875em;
}
.popup.form-b2b-popup .popup-inner .cta-form .button {
  width: 240px !important;
  height: 60px;
  font-size: 0.975em;
}
.popup.form-b2b-popup .popup-inner .cta-form .no_obligation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.popup.form-b2b-popup .popup-inner .cta-form .mob_call {
  display: none;
}
.popup.form-b2b-popup .popup-inner .cta-form .or_call {
  display: inline-block;
}
.popup.form-b2b-popup .popup-inner .cta-form .phone-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1023px) {
  .popup.form-b2b-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 1000;
    background-color: rgba(39, 55, 71, 0.12);
  }
  .popup.form-b2b-popup .popup-inner {
    overflow-y: auto;
    background-color: #fff;
    border-radius: 6px;
  }
}
@media (max-width: 767px) {
  .popup.form-b2b-popup .popup-inner {
    max-width: 350px;
  }
}

/* Splide */
.splide .splide__arrows {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: -16px -16px 0;
}
.splide .splide__arrows .splide__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 34px;
  height: 34px;
  border-radius: 100px;
  cursor: pointer;
  background-color: #000;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.splide .splide__arrows .splide__arrow svg {
  stroke: #fff;
  fill: transparent;
  -webkit-transition: stroke 0.3s;
  transition: stroke 0.3s;
}
.splide .splide__arrows .splide__arrow:hover {
  background-color: #54BEE1;
}
.splide .splide__track .splide__list .splide__slide:before {
  display: none;
}
.splide .splide__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: auto;
  padding: 16px 0 0;
}
.splide .splide__pagination li {
  padding: 0 3px;
}
.splide .splide__pagination li:before {
  display: none;
}
.splide .splide__pagination li .splide__pagination__page {
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 20px;
  border: 1px solid #D1D1D1;
  background-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.splide .splide__pagination li .splide__pagination__page.is-active {
  background-color: #000;
  border-color: #000;
}
.splide.on-dark .splide__arrows .splide__arrow {
  background-color: #fff;
}
.splide.on-dark .splide__arrows .splide__arrow svg {
  stroke: #000;
}
.splide.on-dark .splide__arrows .splide__arrow:hover {
  background-color: #54BEE1;
}
.splide.on-dark .splide__arrows .splide__arrow:hover svg {
  stroke: #fff;
}
.splide.on-dark .splide__pagination li .splide__pagination__page.is-active {
  background-color: #54BEE1;
  border-color: #54BEE1;
}

/* Reset */
a,
button,
svg path,
svg rect,
svg circle,
input,
textarea {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

a {
  text-decoration: none;
}
a:hover {
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

/* Layout */
.page {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  box-direction: normal;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  min-height: 100vh;
}
.page .boxed {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
}
@media (min-width: 1280px) {
  .page .boxed {
    max-width: 1170px;
  }
}
.page .main {
  -moz-flex-grow: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  -ms-flex-positive: 1;
}

/* Popups on Mobiles */
@media (max-width: 1023px) {
  body.popup-shown .page {
    display: none;
  }
}

/* Magic starts here */
body {
  font-family: "Roboto", sans-serif;
  color: #273747;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}

.page {
  /* Mobile header */
}
.page header.mobile-header {
  font-family: "proxima-nova", Arial, sans-serif;
}
@media (min-width: 1024px) {
  .page header.mobile-header {
    display: none;
  }
}
.page header.mobile-header .top-bar {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  box-pack: justify;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  height: 64px;
  padding: 0 20px;
  background-color: #273747;
}
@media (min-width: 640px) {
  .page header.mobile-header .top-bar {
    padding: 12px 32px;
  }
}
.page header.mobile-header .top-bar .top-bar-inner {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.page header.mobile-header .top-bar .top-bar-inner .mobile-menu-toggle {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.page header.mobile-header .top-bar .top-bar-inner .mobile-menu-toggle svg {
  width: 40px;
}
.page header.mobile-header .top-bar .top-bar-inner .mobile-menu-toggle svg path {
  fill: #fff;
}
.page header.mobile-header .top-bar .top-bar-inner .cur-menu-item {
  padding: 0 0 0 22px;
  font-size: 21px;
  line-height: 30px;
  color: #fff;
}
.page header.mobile-header .top-bar .languages {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.page header.mobile-header .top-bar .languages a.language {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  width: 50px;
  height: 40px;
  border: 1px solid transparent;
  border-radius: 48px;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.07em;
  color: #fff;
  text-transform: uppercase;
}
.page header.mobile-header .top-bar .languages a.language.cur {
  border-color: #8C97A3;
  font-weight: bold;
}
.page header.mobile-header a.logo {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  padding: 24px 0 32px;
  border: none;
  background-color: #fff;
}
.page header.mobile-header a.logo svg.logo-svg {
  width: 160px;
  height: 35px;
}
@media (min-width: 640px) {
  .page header.mobile-header a.logo svg.logo-svg {
    width: 180px;
    height: 39px;
  }
}
.page header.mobile-header a.logo svg.logo-svg .logo-color-1 {
  fill: #273747;
}
.page header.mobile-header a.logo svg.logo-svg .logo-color-2 {
  fill: #54BEE1;
}
.page header.mobile-header a.logo svg.logo-svg .logo-color-3 {
  fill: #273747;
}
.page {
  /* Mobile menu */
}
.page nav.mobile-menu {
  font-family: "proxima-nova", Arial, sans-serif;
  overflow-y: auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  background-color: #fff;
}
@media (min-width: 1024px) {
  .page nav.mobile-menu {
    display: none;
  }
}
.page nav.mobile-menu.hidden {
  display: none;
}
.page nav.mobile-menu .mobile-menu-top {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  box-pack: justify;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  height: 64px;
  padding: 12px 20px;
}
@media (min-width: 640px) {
  .page nav.mobile-menu .mobile-menu-top {
    padding: 12px 32px;
  }
}
.page nav.mobile-menu .mobile-menu-top .close-mobile-menu {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  width: 40px;
  height: 40px;
}
.page nav.mobile-menu .mobile-menu-top .close-mobile-menu svg {
  width: 31px;
  height: 31px;
  fill: #273747;
}
.page nav.mobile-menu .mobile-menu-top a.my-balticom {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  border: none;
}
.page nav.mobile-menu .mobile-menu-top a.my-balticom svg.icon {
  width: 20px;
  height: 20px;
  fill: #F03676;
}
.page nav.mobile-menu .mobile-menu-top a.my-balticom .title {
  padding: 0 0 0 8px;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #273747;
}
.page nav.mobile-menu .mobile-menu-inner {
  padding: 32px 24px 0;
}
@media (min-width: 640px) {
  .page nav.mobile-menu .mobile-menu-inner {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 57px 20px 0 48px;
  }
}
@media (min-width: 640px) {
  .page nav.mobile-menu .mobile-menu-inner .menu-item {
    width: 50%;
  }
}
.page nav.mobile-menu .mobile-menu-inner .menu-item .title {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  margin: 0 0 20px;
}
@media (min-width: 640px) {
  .page nav.mobile-menu .mobile-menu-inner .menu-item .title {
    margin: 0 0 40px;
  }
}
.page nav.mobile-menu .mobile-menu-inner .menu-item .title .icon-holder {
  width: 16px;
  height: 16px;
}
.page nav.mobile-menu .mobile-menu-inner .menu-item .title .icon-holder .icon {
  width: 16px;
  height: 16px;
  fill: #F03676;
}
.page nav.mobile-menu .mobile-menu-inner .menu-item .title .icon-holder .icon.minus {
  display: none;
}
@media (min-width: 640px) {
  .page nav.mobile-menu .mobile-menu-inner .menu-item .title .icon-holder {
    display: none;
  }
}
.page nav.mobile-menu .mobile-menu-inner .menu-item .title .text {
  padding: 0 0 0 12px;
  font-size: 21px;
  line-height: 30px;
  color: #273747;
}
@media (min-width: 640px) {
  .page nav.mobile-menu .mobile-menu-inner .menu-item .title .text {
    padding: 0 0 0 16px;
    font-size: 25px;
    line-height: 34px;
  }
}
.page nav.mobile-menu .mobile-menu-inner .menu-item .submenu {
  display: none;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  box-direction: normal;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  padding: 0 0 8px 28px;
}
@media (min-width: 640px) {
  .page nav.mobile-menu .mobile-menu-inner .menu-item .submenu {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 25px;
  }
}
.page nav.mobile-menu .mobile-menu-inner .menu-item .submenu a.submenu-item {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  margin: 0 0 32px;
  border: none;
  font-size: 16px;
  line-height: 24px;
  color: #54616E;
}
.page nav.mobile-menu .mobile-menu-inner .menu-item .submenu a.submenu-item:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  margin: 0 10px 0 0;
  border-radius: 10px;
  background-color: transparent;
}
.page nav.mobile-menu .mobile-menu-inner .menu-item .submenu a.submenu-item.cur {
  font-weight: bold;
  color: #273747;
}
.page nav.mobile-menu .mobile-menu-inner .menu-item .submenu a.submenu-item.cur:before {
  background-color: #F03676;
}
.page nav.mobile-menu .mobile-menu-inner .menu-item .submenu .contacts-info {
  padding: 0 0 0 16px;
}
.page nav.mobile-menu .mobile-menu-inner .menu-item .submenu .contacts-info .info-title {
  padding: 0 0 24px;
  font-weight: bold;
}
.page nav.mobile-menu .mobile-menu-inner .menu-item .submenu .contacts-info .info-title.other-phones {
  padding: 16px 0 32px;
}
.page nav.mobile-menu .mobile-menu-inner .menu-item .submenu .contacts-info .phone {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  padding: 0 0 24px;
}
.page nav.mobile-menu .mobile-menu-inner .menu-item .submenu .contacts-info .phone .phone-type {
  padding: 0 8px 0 0;
}
.page nav.mobile-menu .mobile-menu-inner .menu-item .submenu .contacts-info .phone a {
  font-size: 21px;
  line-height: 30px;
  color: #54616E;
  border-color: transparent;
}
.page nav.mobile-menu .mobile-menu-inner .menu-item .submenu .fb-link {
  padding: 8px 0 0 16px;
}
.page nav.mobile-menu .mobile-menu-inner .menu-item.opened .title .icon-holder .icon.plus {
  display: none;
}
.page nav.mobile-menu .mobile-menu-inner .menu-item.opened .title .icon-holder .icon.minus {
  display: block;
}
.page nav.mobile-menu .mobile-menu-inner .menu-item.opened .submenu {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 640px) {
  .page nav.mobile-menu .mobile-menu-inner .menu-item.contacts-menu-item {
    display: none;
  }
}
.page {
  /* Desktop header */
}
.page .header {
  font-family: "proxima-nova", Arial, sans-serif;
  display: none;
}
@media (min-width: 1024px) {
  .page .header {
    display: block;
  }
}
.page .header .top-bar {
  background-color: #273747;
}
.page .header .top-bar .top-bar-inner {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  box-pack: justify;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  height: 46px;
}
.page .header .top-bar .top-bar-inner nav.menu {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.page .header .top-bar .top-bar-inner nav.menu a.menu-link {
  margin: 0 24px 0 0;
}
.page .header .top-bar .top-bar-inner nav.menu a.menu-link:nth-of-type(5) {
  display: none;
}
.page .header .top-bar .top-bar-inner nav.menu a.my-balticom {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  height: 46px;
  padding: 0 20px;
  border-radius: 50px;
  margin: 0 0 0 14px;
  background-color: #54616E;
}
.page .header .top-bar .top-bar-inner nav.menu a.my-balticom svg.icon {
  width: 20px;
  height: 20px;
  fill: #fff;
}
.page .header .top-bar .top-bar-inner nav.menu a.my-balticom .title {
  padding: 0 0 0 8px;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #fff;
}
.page .header .top-bar .top-bar-inner nav.menu a.my-balticom:hover {
  background-color: rgba(84, 97, 110, 0.8);
}
.page .header .top-bar .top-bar-inner .info {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.page .header .top-bar .top-bar-inner .info .phone {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.page .header .top-bar .top-bar-inner .info .phone svg.icon {
  width: 10px;
  height: 24px;
  fill: #54BEE1;
}
.page .header .top-bar .top-bar-inner .info .phone .phone-inner {
  padding: 2px 0 0 8px;
  color: #fff;
}
.page .header .top-bar .top-bar-inner .info .phone .phone-inner a {
  font-size: 21px;
  line-height: 30px;
  color: #fff;
  border: none;
}
.page .header .top-bar .top-bar-inner .info .phone .phone-inner a:hover {
  color: #54BEE1;
}
.page .header .top-bar .top-bar-inner .info .languages {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  padding: 0 0 0 30px;
}
.page .header .top-bar .top-bar-inner .info .languages a.menu-link {
  margin: 0 0 0 11px;
  text-transform: uppercase;
}
.page .header nav.nav {
  background-color: #fff;
  /*border: 1px solid #D8DFE6;*/
}
.page .header nav.nav .nav-inner {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  box-pack: justify;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.page .header nav.nav .nav-inner a.logo {
  width: 180px;
  height: 39px;
  margin: 24px 0 32px;
  border: none;
}
@media (min-width: 1280px) {
  .page .header nav.nav .nav-inner a.logo {
    margin: 32px 0 40px;
  }
}
.page .header nav.nav .nav-inner a.logo svg.logo-svg {
  width: 180px;
  height: 39px;
}
.page .header nav.nav .nav-inner a.logo svg.logo-drop-svg {
  display: none;
  width: 53px;
  height: 62px;
}
.page .header nav.nav .nav-inner a.logo svg .logo-color-1 {
  fill: #273747;
}
.page .header nav.nav .nav-inner a.logo svg .logo-color-2 {
  fill: #54BEE1;
}
.page .header nav.nav .nav-inner a.logo svg .logo-color-3 {
  fill: #273747;
}
.page .header nav.nav .nav-inner a.logo svg .logo-color-4 {
  fill: #fff;
}
.page .header nav.nav .nav-inner .submenu {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  box-pack: end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
}
.page .header nav.nav .nav-inner .submenu .submenu-link {
  margin: 11px 0 11px 32px;
}
.page .main .section {
  padding: 0 20px;
}
@media (min-width: 640px) {
  .page .main .section {
    padding: 0 32px;
  }
}
@media (min-width: 1024px) {
  .page .main .section {
    padding: 0 42px;
  }
}
.page .main .page-title-section {
  background-color: #F5F7FA;
}
.page .main .page-title-section .section-inner {
  padding: 32px 0;
}
@media (min-width: 640px) {
  .page .main .page-title-section .section-inner {
    padding: 40px 0;
  }
}
.page .main .page-title-section .section-inner h1.page-title {
  font-size: 32px;
  line-height: 41px;
  letter-spacing: -0.005em;
  text-align: center;
  color: #54616E;
}
@media (min-width: 640px) {
  .page .main .page-title-section .section-inner h1.page-title {
    font-size: 46px;
    line-height: 57px;
    letter-spacing: -0.015em;
  }
}
@media (min-width: 1024px) {
  .page .main .page-title-section .section-inner h1.page-title {
    text-align: left;
  }
}
@media (min-width: 640px) {
  .page .main .page-title-section .section-inner h1.page-title .show-on-mobile {
    display: none;
  }
}
.page .main .page-title-section .section-inner h1.page-title .hide-on-mobile {
  display: none;
}
@media (min-width: 640px) {
  .page .main .page-title-section .section-inner h1.page-title .hide-on-mobile {
    display: inline;
  }
}
.page .main .page-title-section .section-inner h1.page-title.smaller {
  font-size: 25px;
  line-height: 34px;
}
@media (min-width: 640px) {
  .page .main .page-title-section .section-inner h1.page-title.smaller {
    font-size: 32px;
    line-height: 41px;
    letter-spacing: -0.005em;
  }
}
@media (min-width: 1024px) {
  .page .main .page-title-section .section-inner h1.page-title.smaller {
    font-size: 46px;
    line-height: 57px;
    letter-spacing: -0.015em;
  }
}
.page .main .warning-section {
  background-color: #f16d45;
}
.page .main .warning-section .section-inner {
  max-width: 970px;
  padding: 20px 10px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 27px;
  font-weight: normal;
  text-align: center;
  color: #fff;
  text-shadow: 0px 1px 2px rgba(39, 55, 71, 0.3);
}
@media (min-width: 640px) {
  .page .main .warning-section .section-inner {
    font-size: 21px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  .page .main .warning-section .section-inner {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    box-pack: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    padding: 10px 0;
  }
}
@media (min-width: 1280px) {
  .page .main .warning-section .section-inner {
    max-width: 1170px;
  }
}
.page .main .warning-section .section-inner.flexblock {
  display: block;
  letter-spacing: -0.07px;
}
.page .main .warning-section .section-inner.flexblock a {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.page .main .check-form-section .white-box .box-inner {
  text-align: center;
}
.page .main .check-form-section .white-box .box-inner .title {
  padding: 0 0 32px;
  font-size: 25px;
  line-height: 34px;
}
@media (min-width: 640px) {
  .page .main .check-form-section .white-box .box-inner .title {
    padding: 0 0 40px;
    font-size: 32px;
    line-height: 41px;
    letter-spacing: -0.005em;
  }
}
.page .main .check-form-section .white-box .box-inner .subtitle {
  padding: 0 0 40px;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.05em;
  line-height: 14px;
  color: #54616E;
}
.page .main .check-form-section .white-box .box-inner .form .input-group {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  box-direction: normal;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
@media (min-width: 1024px) {
  .page .main .check-form-section .white-box .box-inner .form .input-group {
    -webkit-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    box-direction: normal;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: center;
    box-pack: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    max-width: 800px;
    padding: 0 0 30px;
    margin: 0 auto;
  }
}
.page .main .check-form-section .white-box .box-inner .form .input-group .input {
  max-width: 300px;
  width: 100%;
  margin: 0 0 24px;
}
@media (min-width: 1024px) {
  .page .main .check-form-section .white-box .box-inner .form .input-group .input {
    margin: 0 24px 0 0;
  }
}
.page .main .check-form-section .white-box .box-inner .form .input-group .button-holder {
  width: 100%;
  padding: 0 0 24px;
}
@media (min-width: 1024px) {
  .page .main .check-form-section .white-box .box-inner .form .input-group .button-holder {
    width: auto;
    padding: 0;
  }
}
.page .main .check-form-section .white-box .box-inner .form .input-group .button-holder .button {
  width: 100%;
}
@media (min-width: 640px) {
  .page .main .check-form-section .white-box .box-inner .form .input-group .button-holder .button {
    width: auto;
  }
}
.page .main .check-form-section .white-box .box-inner .form-info {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  box-direction: normal;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
@media (min-width: 1024px) {
  .page .main .check-form-section .white-box .box-inner .form-info {
    -webkit-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    box-direction: normal;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: justify;
    box-pack: justify;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    max-width: 804px;
    margin: 0 auto;
  }
}
.page .main .check-form-section .white-box .box-inner .form-info .terms-checkbox {
  padding: 0 0 24px;
  text-align: left;
}
@media (min-width: 1024px) {
  .page .main .check-form-section .white-box .box-inner .form-info .terms-checkbox {
    padding: 0 20px 0 0;
  }
}
.page .main .check-form-section .white-box .box-inner .form-info .terms-checkbox label.checkbox {
  max-width: 190px;
}
@media (min-width: 640px) {
  .page .main .check-form-section .white-box .box-inner .form-info .terms-checkbox label.checkbox {
    max-width: none;
  }
}
@media (min-width: 1024px) {
  .page .main .check-form-section .white-box .box-inner .form-info .callback {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
  }
}
.page .main .check-form-section .white-box .box-inner .form-info .callback .callback-text {
  padding: 0 0 12px;
  color: #8C97A3;
}
@media (min-width: 1024px) {
  .page .main .check-form-section .white-box .box-inner .form-info .callback .callback-text {
    padding: 0 12px 0 0;
  }
}
.page .main .check-form-section .white-box .box-inner .form-info .callback .phone {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.page .main .check-form-section .white-box .box-inner .form-info .callback .phone svg.icon {
  min-width: 10px;
  width: 10px;
  height: 24px;
  fill: #54BEE1;
}
.page .main .check-form-section .white-box .box-inner .form-info .callback .phone .phone-inner {
  padding: 0 0 0 8px;
  color: #fff;
}
.page .main .check-form-section .white-box .box-inner .form-info .callback .phone .phone-inner a {
  font-size: 18px;
  line-height: 27px;
  border: none;
  color: #273747;
}
.page .main .check-form-section .white-box .box-inner .form-info .callback .phone .phone-inner a:hover {
  color: #54BEE1;
}
.page .main .price-form-section .white-box .box-inner {
  text-align: center;
}
.page .main .price-form-section .white-box .box-inner .title {
  padding: 0 0 20px;
  font-size: 25px;
  line-height: 34px;
}
@media (min-width: 640px) {
  .page .main .price-form-section .white-box .box-inner .title {
    padding: 0 0 24px;
    font-size: 32px;
    line-height: 41px;
    letter-spacing: -0.005em;
  }
}
.page .main .price-form-section .white-box .box-inner .subtitle {
  padding: 0 0 20px;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.05em;
  color: #54616E;
}
@media (min-width: 640px) {
  .page .main .price-form-section .white-box .box-inner .subtitle {
    padding: 0 0 40px;
  }
}
@media (min-width: 1024px) {
  .page .main .price-form-section .white-box .box-inner .form {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    box-pack: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    margin: 0 0 34px;
  }
}
.page .main .price-form-section .white-box .box-inner .form .radio-group {
  position: relative;
}
@media (min-width: 640px) {
  .page .main .price-form-section .white-box .box-inner .form .radio-group {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    box-pack: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    margin: 0 0 40px;
  }
}
@media (min-width: 1024px) {
  .page .main .price-form-section .white-box .box-inner .form .radio-group {
    margin: 0 35px 0 0;
  }
}
.page .main .price-form-section .white-box .box-inner .form .radio-group.error:before {
  content: "";
  position: absolute;
  top: -7px;
  left: -20px;
  right: -20px;
  bottom: -7px;
  border-radius: 20px;
  background-color: rgba(242, 86, 69, 0.2);
  z-index: -1; /*!FIXME test this*/
}
.page .main .price-form-section .white-box .box-inner .form .radio-group .radio-btn {
  padding: 0 0 20px 25px;
}
@media (min-width: 640px) {
  .page .main .price-form-section .white-box .box-inner .form .radio-group .radio-btn {
    padding: 0 0 0 25px;
  }
  .page .main .price-form-section .white-box .box-inner .form .radio-group .radio-btn:first-child {
    padding: 0;
  }
}
.page .main .price-form-section .white-box .box-inner .form .radio-group .radio-btn label .radio-title {
  font-size: 18px;
  line-height: 27px;
}
@media (min-width: 640px) {
  .page .main .price-form-section .white-box .box-inner .form .input-group {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    box-pack: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    padding: 0 0 40px;
  }
}
@media (min-width: 1024px) {
  .page .main .price-form-section .white-box .box-inner .form .input-group {
    padding: 0;
  }
}
.page .main .price-form-section .white-box .box-inner .form .input-group .input {
  margin: 12px 0 24px;
}
@media (min-width: 640px) {
  .page .main .price-form-section .white-box .box-inner .form .input-group .input {
    width: 300px;
    margin: 0 24px 0 0;
  }
}
.page .main .price-form-section .white-box .box-inner .form .input-group .button-holder {
  padding: 0 0 32px;
}
@media (min-width: 640px) {
  .page .main .price-form-section .white-box .box-inner .form .input-group .button-holder {
    padding: 0;
  }
}
.page .main .price-form-section .white-box .box-inner .form .input-group .button-holder .button {
  width: 100%;
}
@media (min-width: 640px) {
  .page .main .price-form-section .white-box .box-inner .form .input-group .button-holder .button {
    width: auto;
  }
}
.page .main .price-form-section .white-box .box-inner .form-info {
  display: none;
}
.page .main .price-form-section .white-box .box-inner .form-info.shown {
  display: block;
}
@media (min-width: 640px) {
  .page .main .price-form-section .white-box .box-inner .form-info.shown {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    box-pack: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}
.page .main .price-form-section .white-box .box-inner .form-info .item {
  padding: 0 0 32px;
}
@media (min-width: 640px) {
  .page .main .price-form-section .white-box .box-inner .form-info .item {
    width: 50%;
    padding: 0 0 0 24px;
  }
  .page .main .price-form-section .white-box .box-inner .form-info .item:first-child {
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .page .main .price-form-section .white-box .box-inner .form-info .item {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    width: auto;
    padding: 0 0 0 28px;
  }
}
.page .main .price-form-section .white-box .box-inner .form-info .item .item-title {
  padding: 0 0 16px;
  font-size: 18px;
  line-height: 27px;
}
@media (min-width: 640px) {
  .page .main .price-form-section .white-box .box-inner .form-info .item .item-title {
    padding: 0 0 20px;
  }
}
@media (min-width: 1024px) {
  .page .main .price-form-section .white-box .box-inner .form-info .item .item-title {
    padding: 0 18px 0 0;
  }
}
.page .main .price-form-section .white-box .box-inner .form-info .item .item-content {
  font-size: 21px;
  line-height: 30px;
  font-weight: normal;
}
.page .main .price-form-section .white-box .box-inner .form-info .item.cost .item-content {
  color: #F03676;
}
.page .main .grey-to-white {
  position: relative;
  background-color: #fff;
}
.page .main .grey-to-white:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 50%;
  background-color: #F5F7FA;
}
.page .main .grey-to-white .section-inner {
  position: relative;
}
.page .main .white-to-grey {
  position: relative;
  background-color: #F5F7FA;
}
.page .main .white-to-grey:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 50%;
  background-color: #fff;
}
.page .main .white-to-grey .section-inner {
  position: relative;
}
.page .main .channel-list-section .section-inner {
  padding: 0 0 16px;
}
@media (min-width: 640px) {
  .page .main .channel-list-section .section-inner {
    padding: 0 0 24px;
  }
}
@media (min-width: 1280px) {
  .page .main .channel-list-section .section-inner {
    padding: 0 0 40px;
  }
}
.page .main .channel-list-section .section-inner .mode-switch {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 40px 12px 21px;
}
@media (min-width: 640px) {
  .page .main .channel-list-section .section-inner .mode-switch {
    padding: 48px 0 29px;
  }
}
@media (min-width: 1024px) {
  .page .main .channel-list-section .section-inner .mode-switch {
    padding: 48px 0 40px;
  }
}
@media (min-width: 1280px) {
  .page .main .channel-list-section .section-inner .mode-switch {
    padding: 64px 0 48px;
  }
}
@media (min-width: 1024px) {
  .page .main .channel-list-section .section-inner .mode-switch {
    -webkit-box-lines: single;
    -moz-box-lines: single;
    box-lines: single;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.page .main .channel-list-section .section-inner .mode-switch a {
  padding: 10px 17px;
  margin: 0 0 6px;
}
@media (min-width: 1024px) {
  .page .main .channel-list-section .section-inner .mode-switch a {
    padding: 14px 20px;
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .page .main .channel-list-section .section-inner .mode-switch a b {
    display: block;
  }
}
@media (min-width: 1280px) {
  .page .main .channel-list-section .section-inner .mode-switch a b {
    display: inline;
  }
}
.page .main .channel-list-section .section-inner .filter-switch {
  padding: 0 20px;
}
@media (min-width: 640px) {
  .page .main .channel-list-section .section-inner .filter-switch {
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    box-direction: normal;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
  }
}
@media (min-width: 1024px) {
  .page .main .channel-list-section .section-inner .filter-switch {
    -webkit-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    box-direction: normal;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 0 2px;
    margin: 0 -4px;
  }
}
@media (min-width: 1280px) {
  .page .main .channel-list-section .section-inner .filter-switch {
    padding: 0;
    margin: 0;
  }
}
.page .main .channel-list-section .section-inner .filter-switch .filter-title {
  padding: 0 0 24px;
  font-size: 18px;
  line-height: 27px;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 640px) {
  .page .main .channel-list-section .section-inner .filter-switch .filter-title {
    width: 100%;
    padding: 0 0 32px;
  }
}
@media (min-width: 1024px) {
  .page .main .channel-list-section .section-inner .filter-switch .filter-title {
    -webkit-align-self: flex-start;
    align-self: flex-start;
    -ms-flex-item-align: start;
    width: auto;
    padding: 2px 16px 0;
  }
}
@media (min-width: 1280px) {
  .page .main .channel-list-section .section-inner .filter-switch .filter-title {
    padding: 2px 0 0;
  }
}
.page .main .channel-list-section .section-inner .filter-switch label.checkbox {
  padding: 0 0 24px;
}
@media (min-width: 640px) {
  .page .main .channel-list-section .section-inner .filter-switch label.checkbox {
    -webkit-box-pack: justify;
    box-pack: justify;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    width: 350px;
    padding: 0 24px 24px;
  }
}
@media (min-width: 1024px) {
  .page .main .channel-list-section .section-inner .filter-switch label.checkbox {
    -webkit-box-pack: start;
    box-pack: start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    width: auto;
    padding: 0 16px 24px;
  }
}
@media (min-width: 1280px) {
  .page .main .channel-list-section .section-inner .filter-switch label.checkbox {
    padding: 0 20px 24px;
  }
}
.page .main .channel-list-section .section-inner .filter-switch label.checkbox.disabled {
  opacity: 0.5;
  cursor: default;
}
.page .main .channel-list-section .section-inner .filter-switch label.checkbox .checkbox-name {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 640px) {
  .page .main .channel-list-section .section-inner .filter-switch label.checkbox .checkbox-name {
    -webkit-box-align: center;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
  }
}
.page .main .channel-list-section .section-inner .filter-switch label.checkbox .checkbox-name .name-icon {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 3px 0 0;
}
@media (min-width: 640px) {
  .page .main .channel-list-section .section-inner .filter-switch label.checkbox .checkbox-name .name-icon {
    -webkit-box-align: center;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    padding: 0;
  }
}
.page .main .channel-list-section .section-inner .filter-switch label.checkbox .checkbox-name .name-icon svg.hd-icon-svg {
  width: 30px;
  height: 19px;
}
.page .main .channel-list-section .section-inner .filter-switch label.checkbox .checkbox-name .name-icon svg.uhd-icon-svg {
  width: 40px;
  height: 19px;
}
.page .main .channel-list-section .section-inner .filter-switch label.checkbox .checkbox-name .name-icon svg.gift-icon-svg {
  width: 20px;
  height: 20px;
  fill: #F03676;
}
.page .main .channel-list-section .section-inner .filter-switch label.checkbox .checkbox-name .name-icon svg.time-icon-svg {
  width: 20px;
  height: 20px;
  fill: #F89C38;
}
.page .main .channel-list-section .section-inner .filter-switch label.checkbox .checkbox-name .name-text {
  padding: 0 0 0 8px;
}
.page .main .channel-list-section .section-inner .mode-message,
.page .main .channel-list-section .section-inner .interactive-tv-message {
  padding: 0 20px 32px;
  text-align: center;
  color: #8C97A3;
}
@media (min-width: 640px) {
  .page .main .channel-list-section .section-inner .mode-message,
  .page .main .channel-list-section .section-inner .interactive-tv-message {
    padding: 0 32px 40px;
  }
}
@media (min-width: 1024px) {
  .page .main .channel-list-section .section-inner .mode-message,
  .page .main .channel-list-section .section-inner .interactive-tv-message {
    padding: 0 42px 48px;
  }
}
.page .main .channel-list-section .section-inner .mode-message {
  color: #F03676;
}
.page .main .channel-list-section .section-inner .mode-message.hidden {
  display: none;
}
.page .main .channel-list-section .section-inner .mode-message.visible {
  display: block;
}
.page .main .channel-list-section .section-inner .channel-list {
  padding: 0 20px;
}
@media (min-width: 640px) {
  .page .main .channel-list-section .section-inner .channel-list {
    padding: 0 32px;
  }
}
@media (min-width: 1024px) {
  .page .main .channel-list-section .section-inner .channel-list {
    padding: 0;
  }
}
.page .main .channel-list-section.hide-filters .section-inner .filter-switch,
.page .main .channel-list-section.hide-filters .section-inner .mode-message,
.page .main .channel-list-section.hide-filters .section-inner .interactive-tv-message {
  display: none;
}
@media (min-width: 1280px) {
  .page .main .thematic-packs-section .section-inner {
    max-width: 970px;
  }
}
.page .main .thematic-packs-section .section-inner .thematic-packs .bundle {
  padding: 0 20px;
  margin: 0 0 16px;
  border-radius: 8px;
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(39, 55, 71, 0.16);
  box-shadow: 0px 1px 2px 0px rgba(39, 55, 71, 0.16);
}
@media (min-width: 1280px) {
  .page .main .thematic-packs-section .section-inner .thematic-packs .bundle {
    margin: 0 0 20px;
  }
}
.page .main .thematic-packs-section .section-inner .thematic-packs .bundle .bundle-header {
  position: relative;
  padding: 24px 0 0;
  border-bottom: 1px solid #D8DFE6;
}
@media (min-width: 640px) {
  .page .main .thematic-packs-section .section-inner .thematic-packs .bundle .bundle-header {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    box-pack: justify;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    padding: 0 4px 24px;
  }
}
@media (min-width: 1024px) {
  .page .main .thematic-packs-section .section-inner .thematic-packs .bundle .bundle-header {
    -webkit-box-align: center;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    padding: 0 4px;
    min-height: 120px;
  }
}
@media (min-width: 1280px) {
  .page .main .thematic-packs-section .section-inner .thematic-packs .bundle .bundle-header {
    padding: 0 12px;
  }
}
.page .main .thematic-packs-section .section-inner .thematic-packs .bundle .bundle-header .info-icon {
  position: absolute;
  top: 24px;
  right: -4px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
@media (min-width: 640px) {
  .page .main .thematic-packs-section .section-inner .thematic-packs .bundle .bundle-header .info-icon {
    position: static;
    margin: 48px 0 0;
  }
}
@media (min-width: 1024px) {
  .page .main .thematic-packs-section .section-inner .thematic-packs .bundle .bundle-header .info-icon {
    margin: 0;
  }
}
.page .main .thematic-packs-section .section-inner .thematic-packs .bundle .bundle-header .info-icon svg {
  width: 24px;
  height: 24px;
}
.page .main .thematic-packs-section .section-inner .thematic-packs .bundle .bundle-header .info-icon svg path, .page .main .thematic-packs-section .section-inner .thematic-packs .bundle .bundle-header .info-icon svg circle {
  fill: #8C97A3;
}
.page .main .thematic-packs-section .section-inner .thematic-packs .bundle .bundle-header .info-icon:hover svg path, .page .main .thematic-packs-section .section-inner .thematic-packs .bundle .bundle-header .info-icon:hover svg circle {
  fill: #F03676;
}
.page .main .thematic-packs-section .section-inner .thematic-packs .bundle .bundle-header .info-tooltip {
  display: none;
  overflow-y: auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  padding: 92px 20px 20px;
  background: #fff;
}
@media (min-width: 640px) {
  .page .main .thematic-packs-section .section-inner .thematic-packs .bundle .bundle-header .info-tooltip {
    position: absolute;
    top: auto;
    left: -20px;
    right: -20px;
    bottom: auto;
    padding: 32px 64px 32px 24px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(39, 55, 71, 0.3);
    box-shadow: 0px 10px 20px 0px rgba(39, 55, 71, 0.3);
  }
}
@media (min-width: 1024px) {
  .page .main .thematic-packs-section .section-inner .thematic-packs .bundle .bundle-header .info-tooltip {
    overflow-y: visible;
    position: absolute;
    left: 57px;
    right: auto;
    padding: 32px 40px;
    margin-top: -5px;
  }
  .page .main .thematic-packs-section .section-inner .thematic-packs .bundle .bundle-header .info-tooltip:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 9px 14px 9px 0px;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
  }
}
.page .main .thematic-packs-section .section-inner .thematic-packs .bundle .bundle-header .info-tooltip .close-tooltip {
  position: absolute;
  top: 0;
  right: 0;
  padding: 16px;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .page .main .thematic-packs-section .section-inner .thematic-packs .bundle .bundle-header .info-tooltip .close-tooltip {
    padding: 10px;
  }
}
.page .main .thematic-packs-section .section-inner .thematic-packs .bundle .bundle-header .info-tooltip .close-tooltip svg {
  fill: #8C97A3;
}
.page .main .thematic-packs-section .section-inner .thematic-packs .bundle .bundle-header .info-tooltip .close-tooltip svg.close-svg-mobile {
  width: 30px;
  height: 30px;
}
@media (min-width: 1024px) {
  .page .main .thematic-packs-section .section-inner .thematic-packs .bundle .bundle-header .info-tooltip .close-tooltip svg.close-svg-mobile {
    display: none;
  }
}
.page .main .thematic-packs-section .section-inner .thematic-packs .bundle .bundle-header .info-tooltip .close-tooltip svg.close-svg-desktop {
  display: none;
  width: 16px;
  height: 16px;
}
@media (min-width: 1024px) {
  .page .main .thematic-packs-section .section-inner .thematic-packs .bundle .bundle-header .info-tooltip .close-tooltip svg.close-svg-desktop {
    display: block;
  }
}
.page .main .thematic-packs-section .section-inner .thematic-packs .bundle .bundle-header .info-tooltip .close-tooltip:hover svg {
  fill: #F03676;
}
@media (min-width: 640px) {
  .page .main .thematic-packs-section .section-inner .thematic-packs .bundle .bundle-header .bundle-cta {
    padding: 28px 0 0;
  }
}
@media (min-width: 1024px) {
  .page .main .thematic-packs-section .section-inner .thematic-packs .bundle .bundle-header .bundle-cta {
    -moz-flex-grow: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    -ms-flex-positive: 1;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    box-pack: justify;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    padding: 0 24px;
  }
}
@media (min-width: 1280px) {
  .page .main .thematic-packs-section .section-inner .thematic-packs .bundle .bundle-header .bundle-cta {
    padding: 0 32px;
  }
}
.page .main .thematic-packs-section .section-inner .thematic-packs .bundle .bundle-header .bundle-cta .bundle-title {
  padding: 0 0 15px;
  text-align: center;
}
@media (min-width: 1024px) {
  .page .main .thematic-packs-section .section-inner .thematic-packs .bundle .bundle-header .bundle-cta .bundle-title {
    -moz-flex-grow: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    -ms-flex-positive: 1;
    padding: 0;
  }
}
.page .main .thematic-packs-section .section-inner .thematic-packs .bundle .bundle-header .bundle-cta .bundle-title .bundle-name {
  padding: 0 0 14px;
  font-size: 32px;
  line-height: 41px;
  letter-spacing: -0.005em;
  color: #54BEE1;
  max-width: 185px;
  margin: 0 auto;
}
@media (min-width: 640px) {
  .page .main .thematic-packs-section .section-inner .thematic-packs .bundle .bundle-header .bundle-cta .bundle-title .bundle-name {
    max-width: none;
    padding: 0 0 6px;
  }
}
.page .main .thematic-packs-section .section-inner .thematic-packs .bundle .bundle-header .bundle-cta .bundle-price {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.page .main .thematic-packs-section .section-inner .thematic-packs .bundle .bundle-header .bundle-cta .bundle-price .old-price {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 3px;
  color: #8C97A3;
}
.page .main .thematic-packs-section .section-inner .thematic-packs .bundle .bundle-header .bundle-cta .bundle-price .old-price .left-part {
  font-size: 46px;
  line-height: 57px;
  letter-spacing: -0.015em;
  line-height: 46px;
}
.page .main .thematic-packs-section .section-inner .thematic-packs .bundle .bundle-header .bundle-cta .bundle-price .old-price .right-part {
  padding: 4px 0 4px 4px;
  font-size: 25px;
  line-height: 34px;
  line-height: 25px;
  font-weight: normal;
}
.page .main .thematic-packs-section .section-inner .thematic-packs .bundle .bundle-header .bundle-cta .bundle-price .old-price:before {
  content: "";
  width: 100%;
  position: absolute;
  right: 0;
  top: 42%;
  border-bottom: 1px solid #8C97A3;
  -webkit-transform: skewY(-30deg);
  transform: skewY(-30deg);
}
.page .main .thematic-packs-section .section-inner .thematic-packs .bundle .bundle-header .bundle-cta .bundle-price .new-price {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  padding: 0 16px;
  color: #54BEE1;
}
@media (min-width: 640px) {
  .page .main .thematic-packs-section .section-inner .thematic-packs .bundle .bundle-header .bundle-cta .bundle-price .new-price {
    padding: 0 20px;
  }
}
.page .main .thematic-packs-section .section-inner .thematic-packs .bundle .bundle-header .bundle-cta .bundle-price .new-price .left-part {
  font-size: 72px;
  line-height: 79px;
  letter-spacing: -0.015em;
  line-height: 72px;
}
.page .main .thematic-packs-section .section-inner .thematic-packs .bundle .bundle-header .bundle-cta .bundle-price .new-price .right-part .cents {
  display: block;
  padding: 4px 0 4px 4px;
  font-size: 32px;
  line-height: 41px;
  letter-spacing: -0.005em;
  line-height: 32px;
  font-weight: normal;
}
.page .main .thematic-packs-section .section-inner .thematic-packs .bundle .bundle-header .bundle-cta .bundle-price .new-price .right-part .value {
  display: block;
  padding: 0 0 0 6px;
  white-space: nowrap;
  color: #8C97A3;
}
.page .main .thematic-packs-section .section-inner .thematic-packs .bundle .bundle-header .bundle-cta .bundle-price .price-period {
  color: #8C97A3;
}
.page .main .thematic-packs-section .section-inner .thematic-packs .bundle .bundle-header .button-holder {
  padding: 16px 0 32px;
}
@media (min-width: 640px) {
  .page .main .thematic-packs-section .section-inner .thematic-packs .bundle .bundle-header .button-holder {
    padding: 37px 0 0;
  }
}
@media (min-width: 1024px) {
  .page .main .thematic-packs-section .section-inner .thematic-packs .bundle .bundle-header .button-holder {
    padding: 0;
  }
}
.page .main .thematic-packs-section .section-inner .thematic-packs .bundle .bundle-header .button-holder a.button {
  width: 100%;
}
@media (min-width: 640px) {
  .page .main .thematic-packs-section .section-inner .thematic-packs .bundle .bundle-header .button-holder a.button {
    width: 150px;
  }
}
.page .main .thematic-packs-section .section-inner .thematic-packs .bundle .channel-list {
  padding: 32px 0 0;
}
@media (min-width: 640px) {
  .page .main .thematic-packs-section .section-inner .thematic-packs .bundle .channel-list {
    padding: 32px 20px 0;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}
@media (min-width: 1280px) {
  .page .main .thematic-packs-section .section-inner .thematic-packs .bundle .channel-list {
    padding: 32px 28px 0;
  }
}
.page .main .thematic-packs-section .section-inner .thematic-packs .bundle .channel-list.ungrouped {
  padding: 32px 0 24px;
}
@media (min-width: 640px) {
  .page .main .thematic-packs-section .section-inner .thematic-packs .bundle .channel-list.ungrouped {
    padding: 32px 20px 28px;
  }
}
@media (min-width: 1280px) {
  .page .main .thematic-packs-section .section-inner .thematic-packs .bundle .channel-list.ungrouped {
    padding: 32px 28px 28px;
  }
}
@media (min-width: 640px) {
  .page .main .thematic-packs-section .section-inner .thematic-packs .bundle .channel-list .channel-group {
    padding: 0 0 20px;
  }
}
.page .main .thematic-packs-section .section-inner .thematic-packs .bundle .notice {
  padding: 0 0 20px;
  color: #8C97A3;
  text-align: center;
}
.page .main .thematic-packs-section .section-inner .thematic-packs .bundle.active-tooltip .bundle-header .info-tooltip {
  display: block;
}
.page .main .thematic-packs-section .section-inner .thematic-packs .bundle.pink .bundle-header .bundle-cta .bundle-title .bundle-name,
.page .main .thematic-packs-section .section-inner .thematic-packs .bundle.pink .bundle-header .bundle-cta .bundle-price .new-price {
  color: #F03676;
}
.page .main .thematic-packs-section .section-inner .thematic-packs .bundle.pink .bundle-header .button-holder a.button {
  background-color: #F03676;
}
.page .main .thematic-packs-section .section-inner .thematic-packs .bundle.pink .bundle-header .button-holder a.button:hover {
  background-color: rgba(240, 54, 118, 0.8);
}
.page .main .thematic-packs-section .section-inner .thematic-packs .bundle.blue .bundle-header .bundle-cta .bundle-title .bundle-name,
.page .main .thematic-packs-section .section-inner .thematic-packs .bundle.blue .bundle-header .bundle-cta .bundle-price .new-price {
  color: #54BEE1;
}
.page .main .thematic-packs-section .section-inner .thematic-packs .bundle.blue .bundle-header .button-holder a.button {
  background-color: #54BEE1;
}
.page .main .thematic-packs-section .section-inner .thematic-packs .bundle.blue .bundle-header .button-holder a.button:hover {
  background-color: rgba(84, 190, 225, 0.8);
}
@media (min-width: 1024px) {
  .page .main .two-column-image-section .section-inner {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.page .main .two-column-image-section .section-inner .section-image {
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  .page .main .two-column-image-section .section-inner .section-image {
    width: 50%;
    height: auto;
    min-height: 440px;
  }
}
@media (min-width: 1024px) {
  .page .main .two-column-image-section .section-inner .section-content {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    box-pack: start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-align: center;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    width: 50%;
  }
}
.page .main .two-column-image-section .section-inner .section-content .content-inner {
  padding: 40px 20px 48px;
}
@media (min-width: 640px) {
  .page .main .two-column-image-section .section-inner .section-content .content-inner {
    padding: 48px 32px 64px;
  }
}
@media (min-width: 1024px) {
  .page .main .two-column-image-section .section-inner .section-content .content-inner {
    width: 470px;
    padding: 48px 0 48px 64px;
  }
}
@media (min-width: 1280px) {
  .page .main .two-column-image-section .section-inner .section-content .content-inner {
    width: 585px;
  }
}
@media (min-width: 1024px) {
  .page .main .two-column-image-section.image-right .section-inner .section-image {
    -webkit-box-ordinal-group: 2;
    box-ordinal-group: 2;
    -moz-order: 2;
    order: 2;
    -ms-flex-order: 2;
  }
}
@media (min-width: 1024px) {
  .page .main .two-column-image-section.image-right .section-inner .section-content {
    -webkit-box-ordinal-group: 1;
    box-ordinal-group: 1;
    -moz-order: 1;
    order: 1;
    -ms-flex-order: 1;
    -webkit-box-pack: end;
    box-pack: end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
  }
}
@media (min-width: 1024px) {
  .page .main .two-column-image-section.image-right .section-inner .section-content .content-inner {
    padding: 0 48px 0;
  }
}
@media (min-width: 1280px) {
  .page .main .two-column-image-section.image-boxed .section-inner {
    width: 100%;
    max-width: 1520px;
    margin: 0 auto;
  }
}
.page .main .two-column-image-section.image-boxed .section-inner .section-content {
  background-color: #F5F7FA;
}
.page .main .two-column-image-section.thematic-package-section .section-inner .section-image {
  background-image: url("/assets/images/television.jpg");
}
@media (min-width: 1280px) {
  .page .main .two-column-image-section.thematic-package-section .section-inner .section-image {
    background-image: url("/assets/images/television_big.jpg");
  }
}
.page .main .two-column-image-section.thematic-package-section .section-inner .section-content .content-inner .section-title {
  padding: 0 0 24px;
  font-size: 21px;
  line-height: 30px;
  text-align: center;
}
@media (min-width: 640px) {
  .page .main .two-column-image-section.thematic-package-section .section-inner .section-content .content-inner .section-title {
    padding: 0 0 32px;
    font-size: 25px;
    line-height: 34px;
  }
}
@media (min-width: 1024px) {
  .page .main .two-column-image-section.thematic-package-section .section-inner .section-content .content-inner .section-title {
    text-align: left;
    max-width: 520px;
  }
}
.page .main .two-column-image-section.thematic-package-section .section-inner .section-content .content-inner .ul {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  box-direction: normal;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
@media (min-width: 640px) {
  .page .main .two-column-image-section.thematic-package-section .section-inner .section-content .content-inner .ul {
    padding: 0 0 8px;
  }
}
@media (min-width: 1024px) {
  .page .main .two-column-image-section.thematic-package-section .section-inner .section-content .content-inner .ul {
    max-width: 500px;
    padding: 0 0 8px 20px;
  }
}
.page .main .two-column-image-section.thematic-package-section .section-inner .section-content .content-inner .ul li {
  padding: 0 0 24px;
}
@media (min-width: 640px) {
  .page .main .two-column-image-section.thematic-package-section .section-inner .section-content .content-inner .ul li {
    width: 488px;
  }
}
@media (min-width: 1024px) {
  .page .main .two-column-image-section.thematic-package-section .section-inner .section-content .content-inner .ul li {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .page .main .two-column-image-section.thematic-package-section .section-inner .section-content .content-inner .button-holder {
    -webkit-box-pack: start;
    box-pack: start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
  }
}
.page .main .two-column-image-section.thematic-package-section .section-inner .section-content .content-inner .button-holder .button {
  width: 100%;
}
@media (min-width: 640px) {
  .page .main .two-column-image-section.thematic-package-section .section-inner .section-content .content-inner .button-holder .button {
    width: auto;
  }
}
.page .main .two-column-image-section.inter-tv-section .section-inner .section-image {
  background-size: contain;
  background-position: 100% 50%;
  background-image: url("/assets/images/intertv_lv.jpg");
}
@media (min-width: 1280px) {
  .page .main .two-column-image-section.inter-tv-section .section-inner .section-image {
    background-image: url("/assets/images/intertv_big_lv.jpg");
  }
}
.page .main .two-column-image-section.inter-tv-section .section-inner .section-image__ru {
  background-image: url("/assets/images/intertv_ru.jpg");
}
@media (min-width: 1280px) {
  .page .main .two-column-image-section.inter-tv-section .section-inner .section-image__ru {
    background-image: url("/assets/images/intertv_big_ru.jpg");
  }
}
.page .main .two-column-image-section.inter-tv-section .section-inner .section-image__en {
  background-image: url("/assets/images/intertv_en.jpg");
}
@media (min-width: 1280px) {
  .page .main .two-column-image-section.inter-tv-section .section-inner .section-image__en {
    background-image: url("/assets/images/intertv_big_en.jpg");
  }
}
.page .main .two-column-image-section.inter-tv-section .section-inner .section-content .content-inner .section-title {
  padding: 0 0 24px;
  font-size: 21px;
  line-height: 30px;
  text-align: center;
}
@media (min-width: 640px) {
  .page .main .two-column-image-section.inter-tv-section .section-inner .section-content .content-inner .section-title {
    padding: 0 0 32px;
    font-size: 25px;
    line-height: 34px;
  }
}
@media (min-width: 1024px) {
  .page .main .two-column-image-section.inter-tv-section .section-inner .section-content .content-inner .section-title {
    text-align: left;
    max-width: 520px;
  }
}
.page .main .two-column-image-section.inter-tv-section .section-inner .section-content .content-inner .section-title .new-itv {
  display: block;
}
.page .main .two-column-image-section.inter-tv-section .section-inner .section-content .content-inner .section-title .itv-3-0 {
  display: block;
  font-weight: bold;
}
.page .main .two-column-image-section.inter-tv-section .section-inner .section-content .content-inner .ul {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  box-direction: normal;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
@media (min-width: 640px) {
  .page .main .two-column-image-section.inter-tv-section .section-inner .section-content .content-inner .ul {
    padding: 0 0 8px;
  }
}
@media (min-width: 1024px) {
  .page .main .two-column-image-section.inter-tv-section .section-inner .section-content .content-inner .ul {
    max-width: 500px;
    padding: 0 0 8px 20px;
  }
}
.page .main .two-column-image-section.inter-tv-section .section-inner .section-content .content-inner .ul li {
  padding: 0 0 24px;
}
@media (min-width: 640px) {
  .page .main .two-column-image-section.inter-tv-section .section-inner .section-content .content-inner .ul li {
    width: 488px;
  }
}
@media (min-width: 1024px) {
  .page .main .two-column-image-section.inter-tv-section .section-inner .section-content .content-inner .ul li {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .page .main .two-column-image-section.inter-tv-section .section-inner .section-content .content-inner .button-holder {
    -webkit-box-pack: start;
    box-pack: start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
  }
}
.page .main .two-column-image-section.inter-tv-section .section-inner .section-content .content-inner .button-holder .button {
  width: 100%;
}
@media (min-width: 640px) {
  .page .main .two-column-image-section.inter-tv-section .section-inner .section-content .content-inner .button-holder .button {
    width: auto;
  }
}
@media (min-width: 1024px) {
  .page .main .two-column-image-section.family-gift-section .section-inner {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.page .main .two-column-image-section.family-gift-section .section-inner .section-image {
  background-image: url("/assets/images/thematic.jpg");
}
@media (min-width: 1280px) {
  .page .main .two-column-image-section.family-gift-section .section-inner .section-image {
    background-image: url("/assets/images/thematic_big.jpg");
  }
}
.page .main .two-column-image-section.family-gift-section .section-inner .section-content {
  background-color: #F5F7FA;
}
.page .main .two-column-image-section.family-gift-section .section-inner .section-content .content-inner .section-title {
  padding: 0 0 24px;
  font-size: 21px;
  line-height: 30px;
  text-align: center;
}
@media (min-width: 640px) {
  .page .main .two-column-image-section.family-gift-section .section-inner .section-content .content-inner .section-title {
    padding: 0 0 32px;
    font-size: 25px;
    line-height: 34px;
  }
}
@media (min-width: 1024px) {
  .page .main .two-column-image-section.family-gift-section .section-inner .section-content .content-inner .section-title {
    text-align: left;
    max-width: 520px;
  }
}
.page .main .two-column-image-section.family-gift-section .section-inner .section-content .content-inner .ul {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  box-direction: normal;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
@media (min-width: 640px) {
  .page .main .two-column-image-section.family-gift-section .section-inner .section-content .content-inner .ul {
    padding: 0 0 8px;
  }
}
@media (min-width: 1024px) {
  .page .main .two-column-image-section.family-gift-section .section-inner .section-content .content-inner .ul {
    max-width: 500px;
    padding: 0 0 8px 20px;
  }
}
.page .main .two-column-image-section.family-gift-section .section-inner .section-content .content-inner .ul li {
  padding: 0 0 24px;
}
.page .main .two-column-image-section.family-gift-section .section-inner .section-content .content-inner .ul li:last-child {
  padding: 0;
}
@media (min-width: 640px) {
  .page .main .two-column-image-section.family-gift-section .section-inner .section-content .content-inner .ul li {
    width: 488px;
  }
}
@media (min-width: 1024px) {
  .page .main .two-column-image-section.family-gift-section .section-inner .section-content .content-inner .ul li {
    width: 100%;
  }
}
.page .main .manager-section .white-box .box-inner {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  box-direction: normal;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  max-width: 770px;
}
@media (min-width: 640px) {
  .page .main .manager-section .white-box .box-inner {
    -webkit-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    box-direction: normal;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-align: start;
    box-align: start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
    padding: 40px;
  }
}
@media (min-width: 1024px) {
  .page .main .manager-section .white-box .box-inner {
    padding: 40px 48px;
  }
}
.page .main .manager-section .white-box .box-inner .manager-photo {
  overflow: hidden;
  width: 130px;
  height: 130px;
  border-radius: 100%;
  background-image: url("../images/garina.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-width: 640px) {
  .page .main .manager-section .white-box .box-inner .manager-photo {
    min-width: 160px;
    width: 160px;
    max-height: 160px;
    height: 160px;
  }
}
.page .main .manager-section .white-box .box-inner .manager-content {
  padding: 20px 0 0;
  text-align: center;
}
@media (min-width: 640px) {
  .page .main .manager-section .white-box .box-inner .manager-content {
    padding: 0 0 0 40px;
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .page .main .manager-section .white-box .box-inner .manager-content .manager-header {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    box-pack: justify;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: start;
    box-align: start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
  }
}
.page .main .manager-section .white-box .box-inner .manager-content .manager-header .manager-title .manager-name {
  padding: 0 0 12px;
  font-size: 25px;
  line-height: 34px;
}
@media (min-width: 640px) {
  .page .main .manager-section .white-box .box-inner .manager-content .manager-header .manager-title .manager-name {
    padding: 4px 0 10px;
    font-size: 32px;
    line-height: 41px;
    letter-spacing: -0.005em;
  }
}
.page .main .manager-section .white-box .box-inner .manager-content .manager-header .manager-title .manager-position {
  padding: 0 0 24px;
  color: #8C97A3;
}
.page .main .manager-section .white-box .box-inner .manager-content .manager-header .manager-phone {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
@media (min-width: 640px) {
  .page .main .manager-section .white-box .box-inner .manager-content .manager-header .manager-phone {
    -webkit-box-pack: start;
    box-pack: start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
  }
}
@media (min-width: 1024px) {
  .page .main .manager-section .white-box .box-inner .manager-content .manager-header .manager-phone {
    padding: 10px 0 0;
  }
}
.page .main .manager-section .white-box .box-inner .manager-content .manager-header .manager-phone .phone-icon {
  width: 10px;
  height: 24px;
}
.page .main .manager-section .white-box .box-inner .manager-content .manager-header .manager-phone .phone-icon svg {
  width: 10px;
  height: 24px;
  margin-top: -2px;
  fill: #F03676;
}
.page .main .manager-section .white-box .box-inner .manager-content .manager-header .manager-phone .phone-number {
  padding: 0 0 0 8px;
  font-size: 21px;
  line-height: 30px;
}
.page .main .manager-section .white-box .box-inner .manager-content .manager-header .manager-phone .phone-number a {
  color: #273747;
  border-color: transparent;
}
.page .main .manager-section .white-box .box-inner .manager-content .manager-header .manager-phone .phone-number:hover a {
  color: #00A3D6;
  border-color: rgba(0, 163, 214, 0.6);
}
.page .main .manager-section .white-box .box-inner .manager-content .manager-about {
  padding: 24px 0;
}
@media (min-width: 1024px) {
  .page .main .manager-section .white-box .box-inner .manager-content .manager-about {
    padding: 0 0 24px;
  }
}
@media (min-width: 640px) {
  .page .main .manager-section .white-box .box-inner .manager-content .button-holder {
    -webkit-box-pack: start;
    box-pack: start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
  }
}
.page .main .manager-section .white-box .box-inner .manager-content .button-holder .button {
  width: 100%;
}
@media (min-width: 640px) {
  .page .main .manager-section .white-box .box-inner .manager-content .button-holder .button {
    width: auto;
  }
}
.page .main .advantages-section .section-inner {
  padding: 48px 0 8px;
}
@media (min-width: 640px) {
  .page .main .advantages-section .section-inner {
    padding: 64px 0 16px;
  }
}
@media (min-width: 1280px) {
  .page .main .advantages-section .section-inner {
    padding: 80px 0;
  }
}
.page .main .advantages-section .section-inner .section-title {
  padding: 0 0 40px;
  font-size: 32px;
  line-height: 41px;
  letter-spacing: -0.005em;
  text-align: center;
  color: #54616E;
}
@media (min-width: 640px) {
  .page .main .advantages-section .section-inner .section-title {
    padding: 0 0 48px;
    font-size: 46px;
    line-height: 57px;
    letter-spacing: -0.015em;
  }
}
@media (min-width: 1024px) {
  .page .main .advantages-section .section-inner .advantages {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    box-pack: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    margin: 0 -20px;
  }
}
@media (min-width: 1280px) {
  .page .main .advantages-section .section-inner .advantages {
    margin: 0 -32px;
  }
}
.page .main .advantages-section .section-inner .advantages .advantage {
  max-width: 280px;
  padding: 0 0 40px;
  margin: 0 auto;
}
@media (min-width: 640px) {
  .page .main .advantages-section .section-inner .advantages .advantage {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    box-pack: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    padding: 0 0 48px;
    margin: 0;
    max-width: none;
  }
}
@media (min-width: 1024px) {
  .page .main .advantages-section .section-inner .advantages .advantage {
    width: 50%;
    padding: 0 20px 48px;
  }
}
@media (min-width: 1280px) {
  .page .main .advantages-section .section-inner .advantages .advantage {
    width: auto;
    padding: 0 32px 64px;
  }
}
@media (min-width: 640px) {
  .page .main .advantages-section .section-inner .advantages .advantage .advantage-inner {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    width: 500px;
  }
}
@media (min-width: 1024px) {
  .page .main .advantages-section .section-inner .advantages .advantage .advantage-inner {
    width: auto;
  }
}
.page .main .advantages-section .section-inner .advantages .advantage .advantage-inner .icon {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  padding: 2px 0 0;
}
.page .main .advantages-section .section-inner .advantages .advantage .advantage-inner .icon .test-icon {
  width: 80px;
  height: 80px;
  border: 1px solid #54BEE1;
  border-radius: 160px;
}
.page .main .advantages-section .section-inner .advantages .advantage .advantage-inner .icon svg {
  width: 80px;
  height: 80px;
}
.page .main .advantages-section .section-inner .advantages .advantage .advantage-inner .advantage-content {
  margin: 20px 0 0;
  text-align: center;
}
@media (min-width: 640px) {
  .page .main .advantages-section .section-inner .advantages .advantage .advantage-inner .advantage-content {
    margin: 0 0 0 24px;
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .page .main .advantages-section .section-inner .advantages .advantage .advantage-inner .advantage-content {
    width: 100%;
    max-width: 350px;
  }
}
.page .main .advantages-section .section-inner .advantages .advantage .advantage-inner .advantage-content .title {
  padding: 0 0 12px;
  font-size: 18px;
  line-height: 27px;
  font-weight: normal;
}
@media (min-width: 640px) {
  .page .main .advantages-section .section-inner .advantages .advantage .advantage-inner .advantage-content .title {
    font-size: 21px;
    line-height: 30px;
  }
}
.page .main .advantages-section .section-inner .advantages .advantage .advantage-inner .advantage-content .desc {
  color: #54616E;
}
.page .main .advantages-section.grey-bg {
  background-color: #F5F7FA;
}
.page .main .tv-advantages-section {
  background-color: #F5F7FA;
}
.page .main .tv-advantages-section .section-inner {
  padding: 48px 0;
}
@media (min-width: 640px) {
  .page .main .tv-advantages-section .section-inner {
    padding: 64px 0;
  }
}
@media (min-width: 1024px) {
  .page .main .tv-advantages-section .section-inner {
    padding: 64px 0 20px;
  }
}
@media (min-width: 1280px) {
  .page .main .tv-advantages-section .section-inner {
    padding: 80px 0 32px;
  }
}
.page .main .tv-advantages-section .section-inner .section-title {
  padding: 0 20px 40px;
  font-size: 32px;
  line-height: 41px;
  letter-spacing: -0.005em;
  text-align: center;
}
@media (min-width: 640px) {
  .page .main .tv-advantages-section .section-inner .section-title {
    padding: 0 32px 48px;
    font-size: 46px;
    line-height: 57px;
    letter-spacing: -0.015em;
  }
}
@media (min-width: 1024px) {
  .page .main .tv-advantages-section .section-inner .section-title {
    padding: 0 42px 0;
  }
}
.page .main .tv-advantages-section .section-inner .advantages {
  position: relative;
  padding: 0 12px;
}
@media (min-width: 640px) {
  .page .main .tv-advantages-section .section-inner .advantages {
    padding: 0 32px;
  }
}
@media (min-width: 1024px) {
  .page .main .tv-advantages-section .section-inner .advantages {
    height: 734px;
    background: url("../images/tv.png");
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media (min-width: 1280px) {
  .page .main .tv-advantages-section .section-inner .advantages {
    height: 867px;
    background: url("../images/tv-big.png");
    background-repeat: no-repeat;
    background-position: center;
  }
}
.page .main .tv-advantages-section .section-inner .advantages .advantages-inner {
  position: relative;
  padding: 40px 20px 0;
  margin: 0 auto;
  border-radius: 8px;
  background-color: #fff;
}
@media (min-width: 640px) {
  .page .main .tv-advantages-section .section-inner .advantages .advantages-inner {
    padding: 48px 80px 0;
  }
}
@media (min-width: 1024px) {
  .page .main .tv-advantages-section .section-inner .advantages .advantages-inner {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    box-pack: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    max-width: 960px;
    padding: 120px 0 0;
    background-color: transparent;
  }
}
@media (min-width: 1280px) {
  .page .main .tv-advantages-section .section-inner .advantages .advantages-inner {
    max-width: 1140px;
    padding: 160px 0 0;
  }
}
.page .main .tv-advantages-section .section-inner .advantages .advantages-inner .advantage {
  padding: 0 0 40px;
}
@media (min-width: 640px) {
  .page .main .tv-advantages-section .section-inner .advantages .advantages-inner .advantage {
    padding: 0 0 48px;
  }
}
@media (min-width: 1024px) {
  .page .main .tv-advantages-section .section-inner .advantages .advantages-inner .advantage {
    padding: 0 20px 60px;
  }
}
@media (min-width: 1280px) {
  .page .main .tv-advantages-section .section-inner .advantages .advantages-inner .advantage {
    padding: 0 40px 80px;
  }
}
@media (min-width: 640px) {
  .page .main .tv-advantages-section .section-inner .advantages .advantages-inner .advantage .advantage-inner {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    box-pack: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}
.page .main .tv-advantages-section .section-inner .advantages .advantages-inner .advantage .advantage-inner .icon {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.page .main .tv-advantages-section .section-inner .advantages .advantages-inner .advantage .advantage-inner .icon svg {
  width: 80px;
  height: 80px;
}
.page .main .tv-advantages-section .section-inner .advantages .advantages-inner .advantage .advantage-inner .icon svg .red {
  fill: #F25645;
}
.page .main .tv-advantages-section .section-inner .advantages .advantages-inner .advantage .advantage-inner .icon svg .blue {
  fill: #54BEE1;
}
.page .main .tv-advantages-section .section-inner .advantages .advantages-inner .advantage .advantage-inner .icon svg .pink {
  fill: #F03676;
}
.page .main .tv-advantages-section .section-inner .advantages .advantages-inner .advantage .advantage-inner .icon svg .white {
  fill: #fff;
}
.page .main .tv-advantages-section .section-inner .advantages .advantages-inner .advantage .advantage-inner .icon svg .yellow {
  fill: #F89C38;
}
.page .main .tv-advantages-section .section-inner .advantages .advantages-inner .advantage .advantage-inner .icon svg .purple {
  fill: #7F09AB;
}
.page .main .tv-advantages-section .section-inner .advantages .advantages-inner .advantage .advantage-inner .advantage-content {
  padding: 20px 0 0;
  text-align: center;
}
@media (min-width: 640px) {
  .page .main .tv-advantages-section .section-inner .advantages .advantages-inner .advantage .advantage-inner .advantage-content {
    width: 336px;
    padding: 0 0 0 24px;
    text-align: left;
  }
}
.page .main .tv-advantages-section .section-inner .advantages .advantages-inner .advantage .advantage-inner .advantage-content .title {
  padding: 0 0 12px;
  font-size: 25px;
  line-height: 34px;
}
@media (min-width: 640px) {
  .page .main .tv-advantages-section .section-inner .advantages .advantages-inner .advantage .advantage-inner .advantage-content .title {
    padding: 0 0 10px;
  }
}
.page .main .family-choice-section {
  background-color: #F5F7FA;
}
.page .main .family-choice-section .section-inner {
  padding: 48px 0 8px;
}
@media (min-width: 640px) {
  .page .main .family-choice-section .section-inner {
    padding: 64px 0 16px;
  }
}
@media (min-width: 1280px) {
  .page .main .family-choice-section .section-inner {
    padding: 80px 0 32px;
  }
}
.page .main .family-choice-section .section-inner .section-title {
  padding: 0 0 40px;
  font-size: 32px;
  line-height: 41px;
  letter-spacing: -0.005em;
  text-align: center;
}
@media (min-width: 640px) {
  .page .main .family-choice-section .section-inner .section-title {
    padding: 0 0 48px;
    font-size: 46px;
    line-height: 57px;
    letter-spacing: -0.015em;
  }
}
@media (min-width: 1280px) {
  .page .main .family-choice-section .section-inner .section-title {
    padding: 0 0 64px;
  }
}
@media (min-width: 1024px) {
  .page .main .family-choice-section .section-inner .advantages .advantages-inner {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    box-pack: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    margin: 0 -10px;
  }
}
@media (min-width: 1280px) {
  .page .main .family-choice-section .section-inner .advantages .advantages-inner {
    margin: 0 -15px;
  }
}
.page .main .family-choice-section .section-inner .advantages .advantages-inner .advantage {
  padding: 0 0 40px;
}
@media (min-width: 640px) {
  .page .main .family-choice-section .section-inner .advantages .advantages-inner .advantage {
    padding: 0 0 48px;
  }
}
@media (min-width: 1024px) {
  .page .main .family-choice-section .section-inner .advantages .advantages-inner .advantage {
    padding: 0 10px 48px;
  }
}
@media (min-width: 1280px) {
  .page .main .family-choice-section .section-inner .advantages .advantages-inner .advantage {
    padding: 0 15px 48px;
  }
}
@media (min-width: 640px) {
  .page .main .family-choice-section .section-inner .advantages .advantages-inner .advantage .advantage-inner {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 504px;
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  .page .main .family-choice-section .section-inner .advantages .advantages-inner .advantage .advantage-inner {
    max-width: 460px;
    margin: 0;
  }
}
@media (min-width: 1280px) {
  .page .main .family-choice-section .section-inner .advantages .advantages-inner .advantage .advantage-inner {
    max-width: 370px;
  }
}
.page .main .family-choice-section .section-inner .advantages .advantages-inner .advantage .advantage-inner .icon {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.page .main .family-choice-section .section-inner .advantages .advantages-inner .advantage .advantage-inner .icon svg {
  min-width: 80px;
  width: 80px;
  height: 80px;
}
.page .main .family-choice-section .section-inner .advantages .advantages-inner .advantage .advantage-inner .icon svg .red {
  fill: #F25645;
}
.page .main .family-choice-section .section-inner .advantages .advantages-inner .advantage .advantage-inner .icon svg .blue {
  fill: #54BEE1;
}
.page .main .family-choice-section .section-inner .advantages .advantages-inner .advantage .advantage-inner .icon svg .pink {
  fill: #F03676;
}
.page .main .family-choice-section .section-inner .advantages .advantages-inner .advantage .advantage-inner .icon svg .white {
  fill: #fff;
}
.page .main .family-choice-section .section-inner .advantages .advantages-inner .advantage .advantage-inner .icon svg .yellow {
  fill: #F89C38;
}
.page .main .family-choice-section .section-inner .advantages .advantages-inner .advantage .advantage-inner .icon svg .purple {
  fill: #7F09AB;
}
.page .main .family-choice-section .section-inner .advantages .advantages-inner .advantage .advantage-inner .advantage-content {
  padding: 20px 0 0;
  text-align: center;
}
@media (min-width: 640px) {
  .page .main .family-choice-section .section-inner .advantages .advantages-inner .advantage .advantage-inner .advantage-content {
    padding: 0 0 0 24px;
    text-align: left;
  }
}
.page .main .family-choice-section .section-inner .advantages .advantages-inner .advantage .advantage-inner .advantage-content .title {
  padding: 0 0 12px;
  font-size: 18px;
  line-height: 27px;
  font-weight: normal;
}
@media (min-width: 640px) {
  .page .main .family-choice-section .section-inner .advantages .advantages-inner .advantage .advantage-inner .advantage-content .title {
    font-size: 21px;
    line-height: 30px;
  }
}
@media (min-width: 1280px) {
  .page .main .family-choice-section .section-inner .advantages .advantages-inner .advantage .advantage-inner .advantage-content .title.title-extend-fix {
    margin-right: -5px;
  }
}
.page .main .family-choice-section .section-inner .advantages .advantages-inner .advantage .advantage-inner .advantage-content .desc {
  color: #54616E;
}
.page .main .services-section .section-inner .section-title {
  font-size: 32px;
  line-height: 41px;
  letter-spacing: -0.005em;
  text-align: center;
}
@media (min-width: 640px) {
  .page .main .services-section .section-inner .section-title {
    font-size: 38px;
  }
}
.page .main .services-section .section-inner .services {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .page .main .services-section .section-inner .services {
    -webkit-box-lines: single;
    -moz-box-lines: single;
    box-lines: single;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.page .main .services-section .section-inner .services a.service {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  width: 50%;
  color: #fff;
  border: none;
  border-radius: 20px;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 249px;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.page .main .services-section .section-inner .services a.service:hover {
  -webkit-filter: drop-shadow(0px 12px 25px rgba(136, 142, 145, 0.58));
          filter: drop-shadow(0px 12px 25px rgba(136, 142, 145, 0.58));
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.page .main .services-section .section-inner .services a.service.blue-gradient {
  background: linear-gradient(309.51deg, #6622BE -16.62%, #25CFFE 73.85%);
}
.page .main .services-section .section-inner .services a.service.yellow-gradient {
  background: linear-gradient(309.51deg, #F16421 -16.62%, #FDBE39 73.85%);
}
.page .main .services-section .section-inner .services a.service.violet-gradient {
  background: linear-gradient(309.51deg, #691EC9 -16.62%, #BD1ECB 73.85%);
}
@media (min-width: 1024px) {
  .page .main .services-section .section-inner .services a.service {
    width: 375px;
    height: 320px;
  }
}
.page .main .services-section .section-inner .services a.service .service-inner {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  box-direction: normal;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
@media (min-width: 640px) {
  .page .main .services-section .section-inner .services a.service .service-inner {
    -webkit-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    box-direction: normal;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .page .main .services-section .section-inner .services a.service .service-inner {
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    box-direction: normal;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
  }
}
.page .main .services-section .section-inner .services a.service .service-inner .icon {
  position: absolute;
  top: 64px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  /*@media (min-width: 640px) {
    margin: 0 20px 0 0;
  }
  @media (min-width: 1024px) {
    margin: 0 0 13px;
  }
  @media (min-width: 1280px) {
    margin: 0 16px 0 0;
  }
  svg {
    width: 100px;
    height: 100px;
  }*/
}
.page .main .services-section .section-inner .services a.service .service-inner span.link {
  border: 0;
  color: #fff;
  font-size: 26px;
  font-weight: 500;
  line-height: 26px;
}
.page .main .services-section .section-inner .services a.service {
  /*&.red:hover .link {
    color: $red;
    border-color: rgba($red, 0.6);
  }
  &.blue:hover .link {
    color: $blue;
    border-color: rgba($blue, 0.6);
  }
  &.green:hover .link {
    color: $green;
    border-color: rgba($green, 0.6);
  }
  &.yellow:hover .link {
    color: $yellow;
    border-color: rgba($yellow, 0.6);
  }*/
}
.page .main .quote-section {
  padding: 0 12px;
}
@media (min-width: 640px) {
  .page .main .quote-section {
    padding: 0 32px;
  }
}
@media (min-width: 1024px) {
  .page .main .quote-section {
    padding: 0 42px;
  }
}
.page .main .quote-section .section-inner {
  width: 100%;
  max-width: 940px;
  padding: 48px 0;
  margin: 0 auto;
}
@media (min-width: 640px) {
  .page .main .quote-section .section-inner {
    padding: 64px 0;
  }
}
@media (min-width: 1280px) {
  .page .main .quote-section .section-inner {
    padding: 80px 0;
  }
}
@media (min-width: 1024px) {
  .page .main .quote-section .section-inner {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
  }
}
@media (min-width: 1280px) {
  .page .main .quote-section .section-inner {
    max-width: 970px;
  }
}
.page .main .quote-section .section-inner .quote {
  position: relative;
  padding: 32px 24px;
  border-radius: 8px;
  border: 1px solid #F89C38;
}
@media (min-width: 640px) {
  .page .main .quote-section .section-inner .quote {
    padding: 40px;
  }
}
@media (min-width: 1024px) {
  .page .main .quote-section .section-inner .quote {
    -webkit-box-ordinal-group: 2;
    box-ordinal-group: 2;
    -moz-order: 2;
    order: 2;
    -ms-flex-order: 2;
  }
}
.page .main .quote-section .section-inner .quote .quote-title {
  padding: 0 0 32px;
  font-size: 21px;
  line-height: 30px;
}
@media (min-width: 640px) {
  .page .main .quote-section .section-inner .quote .quote-title {
    font-size: 25px;
    line-height: 34px;
  }
}
.page .main .quote-section .section-inner .quote .quote-content {
  color: #54616E;
}
.page .main .quote-section .section-inner .quote:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -41px;
  right: 48px;
  z-index: 1;
  width: 0;
  height: 0;
  overflow: hidden;
  border: 41px solid transparent;
  border-top-color: #F89C38;
  border-bottom: 0;
  border-left: 0;
}
@media (min-width: 640px) {
  .page .main .quote-section .section-inner .quote:before {
    right: 55%;
  }
}
@media (min-width: 1024px) {
  .page .main .quote-section .section-inner .quote:before {
    top: 90px;
    left: -41px;
    right: auto;
    bottom: auto;
    border: 41px solid transparent;
    border-right-color: #F89C38;
    border-left: 0;
    border-top: 0;
  }
}
.page .main .quote-section .section-inner .quote:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -39px;
  right: 49px;
  z-index: 2;
  width: 0;
  height: 0;
  overflow: hidden;
  border: 39px solid transparent;
  border-top-color: #fff;
  border-bottom: 0;
  border-left: 0;
}
@media (min-width: 640px) {
  .page .main .quote-section .section-inner .quote:after {
    right: calc(55% + 1px);
  }
}
@media (min-width: 1024px) {
  .page .main .quote-section .section-inner .quote:after {
    top: 91px;
    left: -39px;
    right: auto;
    bottom: auto;
    border: 39px solid transparent;
    border-right-color: #fff;
    border-left: 0;
    border-top: 0;
  }
}
.page .main .quote-section .section-inner .person {
  padding: 50px 8px 0;
}
@media (min-width: 640px) {
  .page .main .quote-section .section-inner .person {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    box-pack: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    padding: 56px 0 0;
  }
}
@media (min-width: 1024px) {
  .page .main .quote-section .section-inner .person {
    -webkit-box-ordinal-group: 1;
    box-ordinal-group: 1;
    -moz-order: 1;
    order: 1;
    -ms-flex-order: 1;
    display: block;
    min-width: 230px;
    padding: 0;
    margin: 0 70px 0 0;
  }
}
.page .main .quote-section .section-inner .person .person-photo {
  overflow: hidden;
  min-width: 130px;
  width: 130px;
  max-height: 130px;
  height: 130px;
  margin: 0 auto;
  border-radius: 100%;
  background-image: url("../images/kalinin2.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-width: 640px) {
  .page .main .quote-section .section-inner .person .person-photo {
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .page .main .quote-section .section-inner .person .person-photo {
    min-width: 180px;
    width: 180px;
    max-height: 180px;
    height: 180px;
    margin: 0 auto;
  }
}
.page .main .quote-section .section-inner .person .person-content {
  padding: 20px 0 0;
  text-align: center;
}
@media (min-width: 640px) {
  .page .main .quote-section .section-inner .person .person-content {
    padding: 0 0 0 24px;
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .page .main .quote-section .section-inner .person .person-content {
    padding: 20px 0 0;
    text-align: center;
  }
}
.page .main .quote-section .section-inner .person .person-content .person-name {
  padding: 0 0 12px;
  font-size: 25px;
  line-height: 34px;
}
@media (min-width: 640px) {
  .page .main .quote-section .section-inner .person .person-content .person-name {
    padding: 0 0 10px;
  }
}
@media (min-width: 1024px) {
  .page .main .quote-section .section-inner .person .person-content .person-name {
    padding: 0 0 12px;
  }
}
.page .main .quote-section .section-inner .person .person-content .person-position {
  padding: 0 0 24px;
  color: #8C97A3;
}
@media (min-width: 640px) {
  .page .main .quote-section .section-inner .person .person-content .button-holder {
    -webkit-box-pack: start;
    box-pack: start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
  }
}
@media (min-width: 1024px) {
  .page .main .quote-section .section-inner .person .person-content .button-holder {
    -webkit-box-pack: center;
    box-pack: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}
.page .main .quote-section .section-inner .person .person-content .button-holder .button {
  width: 100%;
}
@media (min-width: 640px) {
  .page .main .quote-section .section-inner .person .person-content .button-holder .button {
    width: auto;
  }
}
.page .main .links-section .section-inner {
  padding: 48px 0 24px;
}
@media (min-width: 640px) {
  .page .main .links-section .section-inner {
    padding: 64px 0;
  }
}
@media (min-width: 1280px) {
  .page .main .links-section .section-inner {
    padding: 80px 0;
  }
}
@media (min-width: 640px) {
  .page .main .links-section .section-inner .links {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    box-pack: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}
.page .main .links-section .section-inner .links .item {
  padding: 0 0 24px;
}
@media (min-width: 640px) {
  .page .main .links-section .section-inner .links .item {
    width: 33.3333333333%;
    padding: 0 24px;
  }
}
@media (min-width: 1024px) {
  .page .main .links-section .section-inner .links .item {
    width: auto;
  }
}
@media (min-width: 1280px) {
  .page .main .links-section .section-inner .links .item {
    padding: 0 32px;
  }
}
.page .main .links-section .section-inner .links .item .item-inner {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
@media (min-width: 640px) {
  .page .main .links-section .section-inner .links .item .item-inner {
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    box-direction: normal;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
  }
}
@media (min-width: 1024px) {
  .page .main .links-section .section-inner .links .item .item-inner {
    -webkit-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    box-direction: normal;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
  }
}
.page .main .links-section .section-inner .links .item .item-inner .icon-holder {
  width: 48px;
  height: 48px;
}
.page .main .links-section .section-inner .links .item .item-inner .icon-holder svg {
  width: 48px;
  height: 48px;
  fill: #8C97A3;
}
.page .main .links-section .section-inner .links .item .item-inner .item-link {
  width: 204px;
  padding: 0 0 0 12px;
  white-space: nowrap;
}
@media (min-width: 640px) {
  .page .main .links-section .section-inner .links .item .item-inner .item-link {
    width: 150px;
    white-space: normal;
    padding: 16px 0 0;
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .page .main .links-section .section-inner .links .item .item-inner .item-link {
    width: auto;
    padding: 0 0 0 16px;
  }
}
.page .main .links-section .section-inner .links .item .item-inner .item-link a {
  font-size: 18px;
  line-height: 27px;
}
@media (min-width: 640px) {
  .page .main .links-section .section-inner .links .item .item-inner .item-link a {
    font-size: 21px;
    line-height: 30px;
  }
}
.page .main .district-section .section-inner .section-content h3.title {
  padding: 0 0 24px;
  font-size: 25px;
  line-height: 34px;
  text-align: center;
}
@media (min-width: 640px) {
  .page .main .district-section .section-inner .section-content h3.title {
    padding: 0 0 32px;
    font-size: 32px;
    line-height: 41px;
    letter-spacing: -0.005em;
  }
}
@media (min-width: 1024px) {
  .page .main .district-section .section-inner .section-content h3.title {
    text-align: left;
  }
}
.page .main .district-section .section-inner .section-content .text {
  color: #54616E;
}
.page .main .regions-section {
  background-color: #F5F7FA;
}
.page .main .regions-section .section-inner {
  max-width: 970px;
  padding: 48px 0;
}
@media (min-width: 1024px) {
  .page .main .regions-section .section-inner {
    padding: 64px 0;
  }
}
@media (min-width: 1280px) {
  .page .main .regions-section .section-inner {
    padding: 80px 0;
  }
}
.page .main .regions-section .section-inner .section-title {
  padding: 0 0 40px;
  font-size: 25px;
  line-height: 34px;
  text-align: center;
}
.page .main .regions-section .section-inner .regions {
  color: #00A3D6;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}
@media (min-width: 640px) {
  .page .main .regions-section .section-inner .regions {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}
@media (min-width: 1024px) {
  .page .main .regions-section .section-inner .regions {
    -webkit-column-count: 5;
       -moz-column-count: 5;
            column-count: 5;
  }
}
.page .agreement {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background-color: #F5F7FA;
  border-top: 1px solid rgba(39, 55, 71, 0.1);
}
.page .agreement .agreement-inner {
  padding: 20px 20px 24px;
}
@media (min-width: 640px) {
  .page .agreement .agreement-inner {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    box-pack: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    padding: 20px 32px;
  }
}
.page .agreement .agreement-inner .agreement-text {
  padding: 0 0 20px;
  text-align: center;
}
@media (min-width: 640px) {
  .page .agreement .agreement-inner .agreement-text {
    padding: 0 40px 0 0;
    text-align: left;
  }
}
@media (min-width: 640px) {
  .page .agreement .agreement-inner .agreement-button .button {
    width: 150px;
  }
}
.page .footer {
  font-weight: 400;
  padding: 0 20px;
}
@media (min-width: 640px) {
  .page .footer {
    padding: 0 32px;
  }
}
@media (min-width: 1024px) {
  .page .footer {
    padding: 0 42px;
  }
}
.page .footer .footer-inner {
  padding: 46px 0 40px;
}
@media (min-width: 640px) {
  .page .footer .footer-inner {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 64px 0 20px;
    margin: 0 -12px;
  }
}
@media (min-width: 1024px) {
  .page .footer .footer-inner {
    padding: 64px 0 40px;
    margin: 0 -16px;
  }
}
@media (min-width: 1280px) {
  .page .footer .footer-inner {
    padding: 78px 0 48px;
    margin: 0 auto;
    max-width: 1170px;
  }
}
.page .footer .footer-inner .footer-block {
  display: none;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.05em;
}
@media (min-width: 640px) {
  .page .footer .footer-inner .footer-block {
    display: block;
    width: 33.3333333333%;
    padding: 0 12px 20px;
  }
}
@media (min-width: 1024px) {
  .page .footer .footer-inner .footer-block {
    width: 20%;
    padding: 0 16px 0;
  }
}
@media (min-width: 1280px) {
  .page .footer .footer-inner .footer-block {
    padding: 0 32px 0 0;
  }
  .page .footer .footer-inner .footer-block:last-child {
    padding: 0;
  }
}
.page .footer .footer-inner .footer-block .block-title {
  padding: 0 0 24px;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.07em;
  font-weight: normal;
  text-transform: uppercase;
  cursor: default;
}
@media (min-width: 1024px) {
  .page .footer .footer-inner .footer-block .block-title {
    padding: 0 0 16px;
  }
}
.page .footer .footer-inner .footer-block .block-content {
  color: #54616E;
}
.page .footer .footer-inner .footer-block .block-content .link-wrap {
  padding: 0 0 20px;
}
@media (min-width: 1024px) {
  .page .footer .footer-inner .footer-block .block-content .link-wrap {
    padding: 0 0 18px;
  }
}
.page .footer .footer-inner .footer-block .block-content a {
  border-color: transparent;
  color: #54616E;
}
.page .footer .footer-inner .footer-block .block-content a:hover {
  border-color: rgba(39, 55, 71, 0.4);
}
.page .footer .footer-inner .footer-block.phone-block {
  display: block;
}
@media (max-width: 639px) {
  .page .footer .footer-inner .footer-block.phone-block {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    box-direction: normal;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
  }
}
.page .footer .footer-inner .footer-block.phone-block .block-title {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  padding: 0 0 22px;
}
@media (min-width: 640px) {
  .page .footer .footer-inner .footer-block.phone-block .block-title {
    padding: 0 0 24px;
  }
}
.page .footer .footer-inner .footer-block.phone-block .block-title .icon-holder {
  position: relative;
  width: 10px;
  height: 22px;
}
.page .footer .footer-inner .footer-block.phone-block .block-title .icon-holder svg.icon {
  position: absolute;
  top: -2px;
  left: 0;
  width: 10px;
  height: 24px;
  fill: #F03676;
}
.page .footer .footer-inner .footer-block.phone-block .block-title .text {
  padding: 0 0 0 8px;
  font-weight: bold;
}
.page .footer .footer-inner .footer-block.phone-block .block-content {
  padding: 0 0 24px;
}
@media (min-width: 1024px) {
  .page .footer .footer-inner .footer-block.phone-block .block-content {
    padding: 0 0 17px;
  }
}
@media (min-width: 1280px) {
  .page .footer .footer-inner .footer-block.phone-block .block-content {
    padding: 0 0 12px;
  }
}
.page .footer .footer-inner .footer-block.phone-block .block-content .phone-number {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.page .footer .footer-inner .footer-block.phone-block .block-content .phone-number .phone-type {
  padding: 0 8px 0 0;
}
.page .footer .footer-inner .footer-block.phone-block .block-content .phone-number a {
  font-size: 21px;
  line-height: 30px;
  margin: 0;
}
@media (min-width: 640px) {
  .page .footer .footer-inner .footer-block.phone-block .social-links,
  .page .footer .footer-inner .footer-block.phone-block .copy-text {
    display: none;
  }
}
@media (min-width: 1024px) {
  .page .footer .footer-inner .footer-block.phone-block .social-links,
  .page .footer .footer-inner .footer-block.phone-block .copy-text {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.page .footer .footer-inner .footer-block.phone-block .copy-text {
  padding: 30px 0 0;
  color: #8C97A3;
  white-space: nowrap;
}
@media (min-width: 640px) {
  .page .footer .footer-inner .footer-block.phone-block .copy-text {
    padding: 100px 0 0;
  }
}
@media (min-width: 1280px) {
  .page .footer .footer-inner .footer-block.phone-block .copy-text {
    padding: 16px 0 0;
  }
}
.page .footer .footer-inner .footer-block.other-phones-block {
  width: 66.6666666667%;
}
@media (min-width: 1024px) {
  .page .footer .footer-inner .footer-block.other-phones-block {
    width: 20%;
  }
}
.page .footer .footer-inner .footer-block.other-phones-block .block-content {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  box-direction: normal;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
}
@media (min-width: 1024px) {
  .page .footer .footer-inner .footer-block.other-phones-block .block-content {
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    box-direction: normal;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
  }
}
.page .footer .footer-inner .footer-block.other-phones-block .block-content .link-group {
  width: 50%;
}
@media (min-width: 1024px) {
  .page .footer .footer-inner .footer-block.other-phones-block .block-content .link-group {
    width: auto;
  }
}
.page .footer .footer-inner .footer-block.other-phones-block .block-content .link-group:first-child {
  padding: 0 24px 0 0;
}
@media (min-width: 1024px) {
  .page .footer .footer-inner .footer-block.other-phones-block .block-content .link-group:first-child {
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .page .footer .footer-inner .footer-block.social-block {
    display: none;
  }
}
.page .footer .footer-inner .footer-block.copy-block {
  color: #8C97A3;
}
@media (min-width: 640px) {
  .page .footer .footer-inner .footer-block.copy-block {
    padding: 8px 12px 20px;
  }
}
@media (min-width: 1024px) {
  .page .footer .footer-inner .footer-block.copy-block {
    display: none;
  }
}

/* Pages */
.error_404_page .main .text-section .section-inner {
  padding: 50px 0 0;
}
.error_404_page .main .text-section .section-inner .section-title {
  padding: 0 0 20px;
  font-size: 25px;
  line-height: 34px;
}
.error_404_page .main .text-section .section-inner .section-title span {
  color: #F03676;
}
.error_404_page .main .text-section .section-inner .subtitle {
  padding: 0 0 40px;
  font-size: 21px;
  line-height: 30px;
}
.error_404_page .main .text-section .section-inner .ol {
  max-width: 640px;
  padding: 0 20px 50px;
  font-size: 18px;
  line-height: 27px;
}

@media (min-width: 1024px) {
  .login_page {
    background-color: #F5F7FA;
  }
}
.login_page .login-header {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  height: 64px;
  border-bottom: 1px solid #F5F7FA;
}
@media (min-width: 1024px) {
  .login_page .login-header {
    height: auto;
    border: none;
  }
}
.login_page .login-header .back-btn {
  position: absolute;
  top: 12px;
  left: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  width: 40px;
  height: 40px;
  border: none;
}
.login_page .login-header .back-btn svg.icon {
  width: 36px;
  height: 25px;
  fill: #54616E;
}
@media (min-width: 1024px) {
  .login_page .login-header .back-btn {
    display: none;
  }
}
.login_page .login-header h1.title {
  font-size: 18px;
  line-height: 27px;
}
@media (min-width: 1024px) {
  .login_page .login-header h1.title {
    display: none;
  }
}
.login_page .login-header a.logo {
  display: none;
  padding: 48px 0 0;
  border: none;
}
@media (min-width: 1024px) {
  .login_page .login-header a.logo {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    box-pack: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}
.login_page .login-header a.logo svg.logo-svg {
  width: 180px;
  height: 39px;
}
.login_page .login-header a.logo svg.logo-svg .logo-color-1 {
  fill: #273747;
}
.login_page .login-header a.logo svg.logo-svg .logo-color-2 {
  fill: #54BEE1;
}
.login_page .login-header a.logo svg.logo-svg .logo-color-3 {
  fill: #273747;
}
@media (min-width: 640px) {
  .login_page .main {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    box-pack: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}
@media (min-width: 1024px) {
  .login_page .main {
    -webkit-box-align: center;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
  }
}
@media (min-width: 1024px) {
  .login_page .main .login-box {
    background-color: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 0px 12px 24px 0px rgba(39, 55, 71, 0.16);
    box-shadow: 0px 12px 24px 0px rgba(39, 55, 71, 0.16);
  }
}
.login_page .main .login-box .box-inner {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  box-direction: normal;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
@media (min-width: 1024px) {
  .login_page .main .login-box .box-inner {
    -webkit-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    box-direction: normal;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: center;
    box-pack: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: start;
    box-align: start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
  }
}
.login_page .main .login-box .box-inner .mode-switch {
  padding: 32px 12px 30px;
}
@media (min-width: 640px) {
  .login_page .main .login-box .box-inner .mode-switch {
    padding: 80px 0 76px;
  }
}
@media (min-width: 1024px) {
  .login_page .main .login-box .box-inner .mode-switch {
    display: none;
  }
}
.login_page .main .login-box .box-inner .box-content {
  display: none;
  padding: 0 20px 40px;
}
@media (min-width: 640px) {
  .login_page .main .login-box .box-inner .box-content {
    padding: 0 20px 40px;
  }
}
@media (min-width: 1024px) {
  .login_page .main .login-box .box-inner .box-content {
    padding: 36px 42px 40px;
  }
}
.login_page .main .login-box .box-inner .box-content h2.section-title {
  padding: 0 0 32px;
  font-size: 25px;
  line-height: 34px;
  text-align: center;
}
@media (min-width: 640px) {
  .login_page .main .login-box .box-inner .box-content h2.section-title {
    padding: 0 0 40px;
    font-size: 32px;
    line-height: 41px;
    letter-spacing: -0.005em;
  }
}
.login_page .main .login-box .box-inner .box-content .form {
  min-width: 300px;
  max-width: 300px;
}
.login_page .main .login-box .box-inner .box-content .form .input {
  padding: 0 0 24px;
}
.login_page .main .login-box .box-inner .box-content .form .button-holder .button {
  width: 100%;
}
@media (min-width: 1024px) {
  .login_page .main .login-box .box-inner .box-content.login-content {
    padding: 16px 40px 20px;
    margin: 20px 0;
    border-right: 1px solid #D8DFE6;
  }
}
.login_page .main .login-box .box-inner .box-content.login-content .form .button-holder {
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  box-direction: normal;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
}
.login_page .main .login-box .box-inner .box-content.login-content .form .button-holder .button {
  margin: 0 0 16px;
}
.login_page .main .login-box .box-inner .box-content.login-content .form .button-holder .button.grey-btn {
  margin: 0;
}
.login_page .main .login-box .box-inner .box-content.login-content .forgot-pass {
  padding: 22px 0 0;
  text-align: center;
}
@media (min-width: 640px) {
  .login_page .main .login-box .box-inner .box-content.login-content .forgot-pass {
    padding: 30px 0 0;
  }
}
@media (min-width: 1024px) {
  .login_page .main .login-box .box-inner .box-content.webmail-content {
    padding: 16px 40px 20px;
    margin: 20px 0;
    border-right: 1px solid #D8DFE6;
  }
}
.login_page .main .login-box .box-inner .box-content.registration-content h2.section-title {
  padding: 0 0 24px;
}
@media (min-width: 640px) {
  .login_page .main .login-box .box-inner .box-content.registration-content h2.section-title {
    padding: 0 0 32px;
  }
}
.login_page .main .login-box .box-inner .box-content.registration-content .register-text {
  max-width: 400px;
  padding: 0 0 24px;
  text-align: center;
}
@media (min-width: 640px) {
  .login_page .main .login-box .box-inner .box-content.registration-content .register-text {
    padding: 0 0 32px;
  }
}
.login_page .main .login-box .box-inner .box-content.registration-content .button-holder {
  width: 100%;
}
.login_page .main .login-box .box-inner .box-content.registration-content .button-holder .button {
  width: 100%;
}
@media (min-width: 640px) {
  .login_page .main .login-box .box-inner .box-content.registration-content .button-holder .button {
    width: 300px;
  }
}
@media (min-width: 1024px) {
  .login_page .main .login-box .box-inner .box-content.registration-content .button-holder .button {
    width: 150px;
  }
}
.login_page .main .login-box .box-inner .box-content.forgot-pass-content .form .button-holder .button {
  margin: 0;
}
@media (min-width: 1024px) {
  .login_page .main .login-box .box-inner .box-content.forgot-pass-content .form .button-holder .button {
    width: 160px;
  }
}
.login_page .main .login-box .box-inner .box-content.forgot-pass-content .cancel-back {
  margin: 30px 0 0;
  text-align: center;
}
.login_page .main .login-box[data-login-box=login] .box-inner .login-content {
  display: block;
}
.login_page .main .login-box[data-login-box=webmail] .box-inner .webmail-content {
  display: block;
}
.login_page .main .login-box[data-login-box=registration] .box-inner .registration-content {
  display: block;
}
.login_page .main .login-box[data-login-box=forgot-pass] .box-inner .forgot-pass-content {
  display: block;
}
@media (min-width: 1024px) {
  .login_page .main .login-box[data-login-box=login] .box-inner .login-content,
  .login_page .main .login-box[data-login-box=login] .box-inner .webmail-content, .login_page .main .login-box[data-login-box=webmail] .box-inner .login-content,
  .login_page .main .login-box[data-login-box=webmail] .box-inner .webmail-content {
    display: block;
  }
}

.success_page .main {
  background: #F5F7FA;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.success_page .main .quote-section .section-inner .quote {
  padding: 32px;
  border: none;
  -webkit-box-shadow: 0px 12px 24px 0px rgba(39, 55, 71, 0.16);
  box-shadow: 0px 12px 24px 0px rgba(39, 55, 71, 0.16);
  background: #fff;
}
@media (min-width: 640px) {
  .success_page .main .quote-section .section-inner .quote {
    padding: 40px;
  }
}
.success_page .main .quote-section .section-inner .quote:before {
  border: none;
}
.success_page .main .quote-section .section-inner .quote .quote-title {
  font-size: 25px;
  line-height: 34px;
}
@media (min-width: 640px) {
  .success_page .main .quote-section .section-inner .quote .quote-title {
    font-size: 32px;
    line-height: 41px;
    letter-spacing: -0.005em;
  }
}
.success_page .main .quote-section .section-inner .quote .quote-content .button-holder {
  padding: 24px 0 32px;
}
@media (min-width: 640px) {
  .success_page .main .quote-section .section-inner .quote .quote-content .button-holder {
    -webkit-box-pack: start;
    box-pack: start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
  }
}
.success_page .main .quote-section .section-inner .quote .quote-content .button-holder .button {
  width: 100%;
  font-size: 18px;
  line-height: 27px;
  font-weight: 300;
}
@media (min-width: 640px) {
  .success_page .main .quote-section .section-inner .quote .quote-content .button-holder .button {
    width: auto;
  }
}
@media (min-width: 1024px) {
  .success_page .main .quote-section .section-inner .quote .quote-content .button-holder .button {
    height: auto;
    padding: 0;
    color: #273747;
    font-size: 21px;
    line-height: 30px;
    background: transparent;
  }
  .success_page .main .quote-section .section-inner .quote .quote-content .button-holder .button:hover {
    color: #54BEE1;
  }
}
.success_page .main .quote-section .section-inner .quote .quote-content .button-holder .button svg {
  width: 10px;
  height: 24px;
}
@media (min-width: 1024px) {
  .success_page .main .quote-section .section-inner .quote .quote-content .button-holder .button svg {
    margin-top: -2px;
    fill: #54BEE1;
  }
}
.success_page .main .quote-section .section-inner .quote .quote-content .row-block {
  padding: 24px 0 32px;
}
.success_page .main .quote-section .section-inner .quote .quote-content .row-block .icon-holder {
  min-width: 30px;
  width: 30px;
  height: 30px;
}
.success_page .main .quote-section .section-inner .quote .quote-content .row-block .icon-holder svg.icon {
  width: 30px;
  height: 30px;
  fill: #54BEE1;
}
.success_page .main .quote-section .section-inner .quote .quote-content .row-block .text {
  font-size: 18px;
  line-height: 27px;
}
@media (min-width: 1024px) {
  .success_page .main .quote-section .section-inner .quote .quote-content .row-block .text {
    font-size: 21px;
    line-height: 30px;
  }
}
.success_page .main .quote-section .section-inner .person .person-photo {
  background-image: url("../images/garina.png");
  border: 8px solid #fff;
}

/* Custom Styles */
.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.f-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.f-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.f-row-rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.f-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.f-nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.align-items-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.align-items-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.align-items-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.justify-content-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.justify-content-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.justify-content-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.justify-content-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.justify-content-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.home_index_page .main .section-title {
  font-size: 38px;
  font-weight: 500;
  line-height: 41px;
  margin-bottom: 40px;
  text-align: left;
}
@media (max-width: 767px) {
  .home_index_page .main .section-title {
    font-size: 25px;
    line-height: 34px;
    text-align: center;
  }
}
.home_index_page .main .main-cta-section {
  position: relative;
}
.home_index_page .main .main-cta-section .slick-arrow {
  cursor: pointer;
  height: 50px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 50;
}
.home_index_page .main .main-cta-section .slick-arrow.slick-prev {
  left: 30px;
}
.home_index_page .main .main-cta-section .slick-arrow.slick-prev svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.home_index_page .main .main-cta-section .slick-arrow.slick-next {
  right: 30px;
}
.home_index_page .main .main-cta-section .slick-arrow svg {
  width: 50px;
  height: 50px;
  fill: #273747;
}
@media (max-width: 1279px) {
  .home_index_page .main .main-cta-section .slick-arrow.slick-prev {
    left: 10px;
  }
  .home_index_page .main .main-cta-section .slick-arrow.slick-next {
    right: 10px;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .main-cta-section .slick-arrow {
    height: 35px;
  }
  .home_index_page .main .main-cta-section .slick-arrow.slick-prev {
    left: 10px;
  }
  .home_index_page .main .main-cta-section .slick-arrow.slick-next {
    right: 10px;
  }
  .home_index_page .main .main-cta-section .slick-arrow svg {
    width: 35px;
    height: 35px;
  }
}
.home_index_page .main .cta-section {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  height: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.home_index_page .main .cta-section.march2026 {
  background-image: url(/assets/images/march2026/bg-first-screen-march2026-1920-inet.jpg);
  height: auto;
  position: relative;
  background-size: cover;
  overflow: hidden;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.march2026 {
    background-image: url(/assets/images/march2026/bg-first-screen-march2026-1024-inet.jpg);
    background-position: center -2px;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.march2026 {
    background-image: url(/assets/images/march2026/bg-first-screen-march2026-768-inet.jpg);
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.march2026 {
    background-image: url(/assets/images/march2026/bg-first-screen-march2026-480-inet.jpg);
  }
}
@media (max-width: 479px) {
  .home_index_page .main .cta-section.march2026 {
    background-image: url(/assets/images/march2026/bg-first-screen-march2026-375-inet.jpg);
  }
}
.home_index_page .main .cta-section.march2026 .cta-inner {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 38px;
  padding-bottom: 55px;
  z-index: 5;
}
.home_index_page .main .cta-section.march2026 .cta-inner .img {
  display: none;
  height: auto;
  position: absolute;
  image-rendering: -webkit-optimize-contrast;
  z-index: 5;
}
.home_index_page .main .cta-section.march2026 .cta-inner .img.img-main-1920 {
  display: block;
  width: 563px;
  right: 252px;
  top: 222px;
}
.home_index_page .main .cta-section.march2026 .cta-inner .img.img-main-1024 {
  width: 467px;
  right: 164px;
  top: 179px;
  z-index: 5;
}
.home_index_page .main .cta-section.march2026 .cta-inner .img.img-main-768 {
  width: 467px;
  right: -108px;
  top: 202px;
}
.home_index_page .main .cta-section.march2026 .cta-inner .img.img-main-480 {
  width: 372px;
  right: -115px;
  top: 235px;
}
.home_index_page .main .cta-section.march2026 .cta-inner .img.img-main-375 {
  width: 351px;
  right: -123px;
  top: 221px;
}
@media (min-width: 480px) {
  .home_index_page .main .cta-section.march2026 .cta-inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 450px;
    height: auto;
    padding: 58px 0 35px;
  }
}
@media (min-width: 768px) {
  .home_index_page .main .cta-section.march2026 .cta-inner {
    width: 720px;
    height: auto;
    padding: 36px 0 90px;
  }
}
@media (min-width: 1024px) {
  .home_index_page .main .cta-section.march2026 .cta-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 940px;
    height: auto;
    padding: 41px 0 120px;
  }
}
@media (min-width: 1280px) {
  .home_index_page .main .cta-section.march2026 .cta-inner {
    width: 1170px;
    min-height: 875px;
    height: auto;
    padding: 105px 0 110px;
  }
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.march2026 .cta-inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .home_index_page .main .cta-section.march2026 .cta-inner .img.img-main-1920 {
    display: none;
  }
  .home_index_page .main .cta-section.march2026 .cta-inner .img.img-main-1024 {
    display: block;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.march2026 .cta-inner .img.img-main-1024 {
    display: none;
  }
  .home_index_page .main .cta-section.march2026 .cta-inner .img.img-main-768 {
    display: block;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.march2026 .cta-inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .home_index_page .main .cta-section.march2026 .cta-inner .img.img-main-768 {
    display: none;
  }
  .home_index_page .main .cta-section.march2026 .cta-inner .img.img-main-480 {
    display: block;
  }
}
@media (max-width: 479px) {
  .home_index_page .main .cta-section.march2026 .cta-inner .img.img-main-480 {
    display: none;
  }
  .home_index_page .main .cta-section.march2026 .cta-inner .img.img-main-375 {
    display: block;
  }
}
.home_index_page .main .cta-section.march2026 .cta-content {
  max-width: 815px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #fff;
  font-family: "Roboto", sans-serif;
  padding: 0;
  position: relative;
  z-index: 15;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.march2026 .cta-content {
    max-width: 515px;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.march2026 .cta-content {
    margin-bottom: 55px;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.march2026 .cta-content {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
    max-width: 100%;
    padding: 0 !important;
    margin-bottom: 50px;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.march2026 .cta-content {
    padding: 0 15px !important;
  }
}
.home_index_page .main .cta-section.march2026 .cta-content.hidden {
  display: none;
}
.home_index_page .main .cta-section.march2026 .cta-content .sale-block {
  background-color: #D62432;
  border-radius: 10px;
  -webkit-box-shadow: 7px 4px 40px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 7px 4px 40px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  font-weight: 600;
  font-size: 25px;
  line-height: 105%;
  text-transform: uppercase;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 12px 22px;
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.march2026 .cta-content .sale-block {
    font-size: 18px;
    margin-bottom: 28px;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.march2026 .cta-content .sale-block {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.march2026 .cta-content .sale-block {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    font-size: 18px;
    margin-bottom: 40px;
  }
}
@media (max-width: 479px) {
  .home_index_page .main .cta-section.march2026 .cta-content .sale-block {
    font-size: 15px;
    margin-bottom: 17px;
    padding: 9px 22px;
  }
}
.home_index_page .main .cta-section.march2026 .cta-content .text-above-h1 {
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: 800;
  font-size: 44px;
  line-height: 105%;
  text-transform: uppercase;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 12px;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.march2026 .cta-content .text-above-h1 {
    font-size: 32px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.march2026 .cta-content .text-above-h1 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
  }
}
@media (max-width: 479px) {
  .home_index_page .main .cta-section.march2026 .cta-content .text-above-h1 {
    font-size: 24px;
  }
}
.home_index_page .main .cta-section.march2026 .cta-content h1.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: auto;
  color: #fff;
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: 700;
  font-size: 100px;
  line-height: 105%;
  text-transform: uppercase;
  text-shadow: 3px 3px 4px #EA5DA2;
  margin-bottom: 21px;
  position: relative;
  z-index: 6;
}
.home_index_page .main .cta-section.march2026 .cta-content h1.title.lv .title-svg {
  width: 539px;
  height: 184px;
  background-image: url("data:image/svg+xml,%3Csvg width='539' height='184' viewBox='0 0 539 184' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.2 159H6V92.3H23.2V159ZM97.1992 159H80.5992L52.3992 120.4V159H35.1992V92.3H52.8992L79.8992 129V92.3H97.1992V159ZM141.323 159H124.123V107.3H105.423V92.3H159.923V107.3H141.323V159ZM217.009 159H168.109V92.3H217.009V107.3H185.309V117.7H216.309V132.7H185.309V144H217.009V159ZM283.896 159H264.196L252.996 136.6H244.196V159H226.996V92.3H260.396C275.196 92.3 283.596 102.1 283.596 114.5C283.596 126.1 276.496 132.3 270.296 134.5L283.896 159ZM257.796 121.6C262.296 121.6 266.096 119.1 266.096 114.4C266.096 109.9 262.296 107.3 257.796 107.3H244.196V121.6H257.796ZM355.109 159H338.509L310.309 120.4V159H293.109V92.3H310.809L337.809 129V92.3H355.109V159ZM416.033 159H367.133V92.3H416.033V107.3H384.333V117.7H415.333V132.7H384.333V144H416.033V159ZM458.12 159H440.92V107.3H422.22V92.3H476.72V107.3H458.12V159ZM508.925 160.2C495.425 160.2 486.025 156 479.325 149.6L488.425 136.7C493.225 141.5 500.625 145.5 509.725 145.5C515.625 145.5 519.225 143.2 519.225 140C519.225 130.9 481.425 138.2 481.425 112.5C481.425 101.3 490.925 91.3 508.025 91.3C518.725 91.3 528.025 94.5 535.125 100.6L525.725 112.9C520.125 108.3 512.825 106 506.225 106C501.225 106 499.025 108 499.025 110.8C499.025 119.3 536.725 113.1 536.725 137.9C536.725 151.3 526.825 160.2 508.925 160.2Z' fill='white'/%3E%3Cpath d='M16.0916 91.0596C18.5756 91.2379 20.705 90.7679 23.2 90.4891L24.9667 90.447L25.0109 92.3C25.1478 93.5252 25.2386 94.8385 25.1838 96.3252C25.0177 100.839 24.3941 101.516 24.5344 106.685C24.6747 111.855 24.2482 117.028 24.5044 119.33C24.7607 121.632 23.9859 121.874 24.158 125.143C24.33 128.412 24.2289 130.393 23.977 133.252C23.7252 136.111 23.5102 144.893 23.8196 148.087C24.1289 151.281 23.5922 154.923 23.4648 157.114C23.4252 157.796 23.3709 158.333 23.3144 158.745C23.2905 158.919 23.2404 159 23.191 159C23.191 159 23.1909 159 23.1909 159C23.1293 159 23.0688 158.875 23.061 158.651C23.0233 157.563 22.9237 155.937 22.7004 154.016C22.2842 150.434 22.7442 150.043 22.5303 145.206C22.3164 140.369 21.8888 137.463 22.1653 131.772C22.4418 126.081 21.2847 124.774 21.9404 116.741C22.5961 108.708 21.386 107.863 21.2251 99.8573C21.1769 97.4604 21.203 94.8753 21.2618 92.3L23.2 94.2382C17.1741 94.1008 11.2021 93.7847 7.82129 93.8235C7.23765 93.8302 6.62979 93.8381 6 93.8466L7.54665 92.3C7.60855 96.8774 7.7005 102.613 7.56011 108.627C7.40041 115.468 7.80355 123.913 7.51861 131.464C7.23367 139.015 6.87378 149.691 6.63262 154.624C6.54174 156.482 6.47738 157.811 6.44035 159L6 158.56C7.96525 158.621 9.54687 158.607 12.505 158.516C15.2338 158.431 18.9929 158.511 22.1682 158.822C23.7662 158.979 23.4041 159.197 21.7957 159.302C19.4436 159.454 17.5128 159.352 16.3009 159.625C13.8792 160.17 12.85 160.38 9.79281 160.062C8.17103 159.894 7.00422 160.018 6 160.159L4.86941 160.186L4.84114 159C4.7163 158.111 4.57803 157.35 4.617 156.513C4.70003 154.731 5.12535 154.76 4.79766 145.699C4.46996 136.638 4.38634 131.67 4.30767 128.239C4.229 124.807 4.59813 117.642 4.4649 112.049C4.34672 107.089 4.42944 97.5834 4.29742 92.3L4.25783 90.6389L6 90.5974C6.67314 90.5806 7.27775 90.5603 7.79568 90.5356C12.3787 90.3175 12.3881 90.7936 16.0916 91.0596ZM55.7551 94.0887C60.3918 100.84 65.1573 105.334 70.9361 113.469C75.728 120.215 76.8098 122.449 80.9651 128.216L78.5759 129C78.5904 127.536 78.5888 125.875 78.5648 123.924C78.4245 112.498 78.851 101.065 78.5948 95.9778C78.5173 94.4393 78.5341 93.317 78.5905 92.3L78.5766 91.0056L79.8992 90.9913C82.2451 91.1214 84.0305 91.4621 89.0703 91.342C92.18 91.268 94.7624 91.2445 97.1992 91.2619L98.226 91.2509L98.2373 92.3C98.2142 95.5242 98.1197 98.4934 97.9763 102.092C97.7244 108.41 97.5094 127.822 97.8188 134.881C98.1282 141.939 97.5914 149.99 97.4641 154.832C97.4244 156.34 97.3701 157.526 97.3137 158.436C97.2897 158.822 97.2396 159 97.1902 159C97.1902 159 97.1901 159 97.1901 159C97.1286 159 97.068 158.724 97.0602 158.228C97.0225 155.824 96.9229 152.23 96.6997 147.984C96.2834 140.068 96.7434 139.203 96.5295 128.513C96.3156 117.823 95.888 111.4 96.1645 98.8224C96.2192 96.3319 96.2178 94.2213 96.1853 92.3L97.1992 93.3139C91.4427 93.4111 87.3848 93.7867 79.8992 93.7628L81.362 92.3C81.3536 94.9341 81.2957 97.9927 81.1588 101.699C80.6527 115.403 81.2582 119.643 81.6348 129L81.6075 134.297L78.5012 130.028C76.7726 127.867 74.7951 125.333 72.3735 122.103C65.5491 113.002 57.8638 102.152 51.554 93.2897L52.8992 93.9701C46.858 93.8761 41.562 93.8037 37.7537 93.8235C36.9239 93.8278 36.0719 93.8326 35.1992 93.8378L36.737 92.3C36.7982 102.645 36.9066 115.912 36.7593 129.856C36.6657 138.722 36.7656 148.808 36.8068 159L35.1992 157.392C40.9659 157.369 46.7664 157.365 52.3992 157.425L50.8238 159C50.8386 157.612 50.8573 156.234 50.8806 154.87C51.058 144.48 51.2644 131.414 51.4532 120.4L51.468 117.497L53.1631 119.842C57.0102 125.302 60.4174 130.149 62.7713 133.525C69.0068 142.469 70.5303 144.646 76.8387 153.031C78.1115 154.723 79.5333 156.653 81.0109 158.699L80.5992 158.49C85.2657 158.515 90.3641 158.62 94.9188 158.822C98.4506 158.979 97.6503 159.197 94.0954 159.302C88.897 159.454 84.6296 159.352 81.951 159.625C81.4781 159.673 81.0293 159.719 80.5992 159.762L80.2206 159.766L79.9842 159.449C77.01 156.127 75.4539 154.248 72.0537 149.104C68.3242 143.461 65.8639 141.315 63.6074 138.086C61.4701 135.027 61.6996 134.688 51.4653 121.082L53.5558 120.4C53.569 121.349 53.5843 122.351 53.6016 123.408C53.8885 140.944 53.9883 151.543 54.0615 159L54.0792 160.644L52.3992 160.662C51.3398 160.673 50.3439 160.683 49.4004 160.692C45.9839 160.728 40.8928 160.672 35.1992 160.613L33.6039 160.63L33.5863 159C33.6588 152.055 33.7373 144.213 33.6641 137.42C33.5408 125.979 33.6362 103.599 33.4781 92.3L33.4598 90.5977L35.1992 90.5789C36.1072 90.5662 36.9436 90.5519 37.6971 90.5356C46.3401 90.3495 47.6234 90.6689 52.8992 90.9318L53.5764 90.9245L54.0013 91.4892C54.5024 92.2467 55.0749 93.0983 55.7551 94.0887ZM138.601 91.0596C143.951 91.3255 148.163 90.15 154.684 90.3162C156.921 90.3731 158.505 90.4839 159.923 90.5993L161.595 90.5717L161.623 92.3C161.402 95.0161 161.165 97.1206 161.257 102.028C161.29 103.803 161.292 105.58 161.278 107.3L161.3 108.632L159.923 108.655C154.408 108.61 149.464 108.409 146.929 108.604C144.419 108.798 143.604 108.404 141.323 108.273L142.296 107.3C142.253 108.04 142.238 108.935 142.281 110.091C142.453 114.813 142.352 117.675 142.1 121.805C141.848 125.934 141.633 138.622 141.942 143.235C142.252 147.849 141.715 153.111 141.587 156.275C141.548 157.261 141.494 158.037 141.437 158.632C141.413 158.884 141.363 159 141.314 159C141.314 159 141.314 159 141.314 159C141.252 159 141.191 158.819 141.184 158.496C141.146 156.924 141.046 154.575 140.823 151.8C140.407 146.626 140.867 146.06 140.653 139.073C140.439 132.086 140.011 127.889 140.288 119.668C140.467 114.342 140.045 111.674 139.903 107.3L139.927 105.857L141.323 105.88C143.7 105.803 146.582 105.809 150.669 106.04C154.728 106.27 157.517 106.271 159.923 106.168L158.791 107.3C158.602 102.856 158.059 99.7208 157.95 92.3L159.923 94.2729C159.877 94.2736 159.832 94.2743 159.787 94.2749C148.222 94.4358 133.625 93.7681 126.654 93.8235C120.868 93.8694 113.434 93.9744 105.423 93.9174L107.04 92.3C107.028 93.9406 107.01 95.6054 106.983 97.2852C106.932 100.428 106.938 103.805 106.961 107.3L105.423 105.762C111.502 105.722 117.938 105.632 124.123 105.703L125.746 105.73L125.72 107.3C125.703 108.742 125.678 110.169 125.641 111.576C125.356 122.484 124.996 137.906 124.755 145.031C124.536 151.509 124.471 153.532 124.572 159L124.123 158.551C124.669 158.541 125.25 158.529 125.873 158.516C129.815 158.431 135.245 158.511 139.832 158.822C142.141 158.979 141.617 159.197 139.294 159.302C135.896 159.454 133.107 159.352 131.356 159.625C128.501 160.07 126.985 160.291 124.123 160.185L122.958 160.204L122.938 159C122.962 158.356 123.002 157.643 123.06 156.832C123.378 152.416 122.657 150.335 122.74 147.761C122.823 145.187 123.248 145.229 122.92 132.139C122.601 119.383 122.513 112.243 122.436 107.3L124.123 108.986C123.993 108.988 123.865 108.99 123.739 108.992C119.775 109.055 112.364 108.832 105.423 108.808L103.94 108.832L103.915 107.3C103.921 105.56 103.914 103.849 103.888 102.23C103.844 99.5966 103.828 96.0774 103.818 92.3L103.792 90.7223L105.423 90.6954C113.236 90.6751 122.154 90.6827 126.617 90.5356C133.237 90.3175 133.251 90.7936 138.601 91.0596ZM196.763 108.54C192.733 108.404 189.142 108.646 185.309 108.892L186.901 107.3C187.105 110.472 187.312 113.81 187.309 117.7L185.309 115.7C185.898 115.7 186.5 115.706 187.116 115.716C196.709 115.882 198.146 116.506 209.133 116.366C211.547 116.335 213.96 116.331 216.309 116.342L217.652 116.327L217.667 117.7C217.642 123.382 217.533 128.688 217.53 132.7L217.544 133.907L216.309 133.921C214.429 133.919 212.833 133.941 211.615 134.004C206.723 134.261 206.207 133.486 199.26 133.658C193.629 133.797 189.796 133.757 185.309 133.603L186.212 132.7C186.176 133.748 186.134 134.831 186.086 135.981C186.012 137.77 185.941 140.652 185.886 144L185.309 143.423C193.33 143.556 204.03 143.599 208.818 143.38C211.483 143.259 214.295 143.268 217.009 143.331L217.67 143.324L217.678 144C217.58 148.199 217.352 152.164 217.274 154.992C217.235 156.442 217.18 157.583 217.124 158.458C217.1 158.829 217.05 159 217 159C217 159 217 159 217 159C216.939 159 216.878 158.734 216.87 158.258C216.833 155.946 216.733 152.49 216.51 148.408C216.413 146.641 216.364 145.239 216.342 144L217.009 144.667C212.91 144.739 210.587 144.505 202.695 144.67C196.092 144.807 191.182 145.033 185.309 145.103L184.194 145.091L184.206 144C184.167 140.73 184.176 137.162 184.275 132.837C184.276 132.791 184.277 132.746 184.278 132.7L184.289 131.657L185.309 131.668C197.096 131.929 200.016 130.824 216.309 131.41L215.02 132.7C215.029 132.435 215.039 132.166 215.05 131.894C215.292 125.592 215.28 121.372 215.16 117.7L216.309 118.849C210.032 119.054 205.355 119.573 194.622 119.675C191.628 119.703 188.495 119.706 185.309 119.691L183.296 119.669L183.318 117.7C183.334 114.259 183.37 110.756 183.415 107.3L183.436 105.384L185.309 105.405C196.831 105.556 207.839 105.812 214.339 105.777C215.205 105.772 216.095 105.767 217.009 105.761L215.47 107.3C215.442 102.801 215.405 97.7354 215.387 92.3L217.009 93.9224C210.465 93.9446 203.384 93.94 196.113 93.8601C187.593 93.7665 177.902 93.8662 168.109 93.9075L169.717 92.3C169.746 99.2177 169.746 106.186 169.628 112.83C169.368 127.461 169.046 147.613 168.808 159L168.109 158.301C169.211 158.324 170.231 158.346 171.156 158.367C181.638 158.609 184.192 158.663 194.281 158.516C200.08 158.431 208.069 158.511 214.817 158.822C218.213 158.979 217.443 159.197 214.025 159.302C209.026 159.454 204.923 159.352 202.348 159.625C197.201 160.17 195.014 160.38 188.517 160.062C182.02 159.745 178.959 160.466 175.172 160.383C173.005 160.335 172.098 160.176 168.109 160.109L167.013 160.122L167 159C167.05 156.019 167.047 151.317 166.907 143.081C166.579 123.824 166.496 113.267 166.417 105.975C166.382 102.686 166.437 97.7826 166.497 92.3L166.479 90.7056L168.109 90.6873C174.783 90.7598 182.314 90.838 188.839 90.7649C195.804 90.6868 206.985 90.6964 217.009 90.6739L218.617 90.6558L218.635 92.3C218.648 98.0051 218.672 103.335 218.727 107.3L218.746 108.999L217.009 109.018C216.053 109.031 215.177 109.047 214.393 109.064C204.654 109.282 204.634 108.806 196.763 108.54ZM225.756 93.5807C225.774 93.1478 225.786 92.7214 225.791 92.3L225.774 91.1123L226.996 91.095C232.658 91.1691 237.41 90.1615 244.498 90.3162C251.628 90.4717 253.082 91.0282 260.396 90.9834C260.923 90.9805 261.461 90.986 262.042 91.0053C271.464 90.9129 279.164 97.7626 281.196 101.23C283.457 104.697 283.164 105.413 284.327 110.972C284.531 112.235 284.617 113.401 284.63 114.5C284.635 118.301 283.991 121.345 282.176 124.794C280.915 127.521 276.356 133.057 270.453 134.941L270.706 134.273C272.577 137.668 274.362 140.8 275.503 142.603C278.388 147.163 280.901 152.797 282.583 156.09C283.107 157.115 283.5 157.934 283.787 158.568C283.909 158.837 283.931 158.98 283.888 159.004C283.888 159.004 283.888 159.004 283.888 159.004C283.834 159.034 283.679 158.879 283.489 158.553C282.565 156.966 281.146 154.616 279.378 151.891C276.082 146.81 276.164 146.009 272.016 138.979C271.152 137.513 270.348 136.176 269.576 134.899L269.111 134.033L270.021 133.724C274.918 131.565 278.743 128.51 281.43 121.817C282.46 118.974 282.573 116.642 282.483 114.5C282.011 110.283 281.879 106.018 276.467 99.4528C270.117 93.3263 265.58 93.8132 260.396 93.9006C257.779 94.0688 254.719 94.2241 250.456 94.2749C243.018 94.3635 234.504 94.2008 226.996 94.0459L228.742 92.3C228.616 98.4224 228.495 103.876 228.52 107.533C228.575 115.674 228.716 126.607 228.556 138.148C228.468 144.512 228.551 151.698 228.596 159L226.996 157.4C232.773 157.365 238.623 157.354 244.196 157.471L242.667 159C242.671 158.841 242.674 158.683 242.677 158.525C242.825 151.937 242.992 143.939 243.153 136.6L243.168 135.542L244.196 135.557C247.3 135.625 250.285 135.692 252.996 135.755L253.53 135.763L253.752 136.222C255.147 139.185 256.368 141.787 257.294 143.781C260.544 150.781 261.518 152.871 264.603 158.796L264.196 158.545C264.72 158.536 265.271 158.526 265.854 158.516C270.457 158.431 276.799 158.511 282.155 158.822C284.851 158.979 284.24 159.197 281.527 159.302C277.559 159.454 274.302 159.352 272.257 159.625C269.053 160.053 267.294 160.274 264.196 160.196L263.474 160.206L263.126 159.535C262.764 158.763 262.377 157.891 261.941 156.865C259.919 152.111 258.187 150.26 256.917 147.534C255.868 145.284 255.959 144.791 252.018 137.089L252.996 137.694C251.163 137.711 248.958 137.745 246.285 137.802C245.574 137.818 244.878 137.832 244.196 137.847L245.443 136.6C245.657 146.861 245.756 153.834 245.824 159L245.846 160.604L244.196 160.628C242.328 160.652 240.695 160.672 239.229 160.692C236.346 160.732 231.899 160.66 226.996 160.594L225.425 160.616L225.402 159C225.468 154.06 225.528 148.657 225.461 143.922C225.328 134.488 225.45 115.308 225.232 107.576C225.014 99.8443 225.49 99.8285 225.756 93.5807ZM245.365 108.54C244.958 108.466 244.575 108.504 244.196 108.594L245.49 107.3C245.722 108.28 246.3 109.234 246.18 110.516C246.014 112.294 245.39 112.56 245.531 114.596C245.671 116.632 245.244 118.67 245.5 119.576C245.738 120.416 245.09 120.56 245.131 121.6L244.196 120.665C244.279 120.662 244.367 120.655 244.462 120.642C245.749 120.47 246.529 120.571 247.655 120.823C248.781 121.075 252.24 121.29 253.498 120.98C254.756 120.671 256.191 121.208 257.053 121.335C257.322 121.375 257.534 121.429 257.696 121.486C257.764 121.509 257.796 121.56 257.796 121.609C257.796 121.609 257.796 121.609 257.796 121.609C257.796 121.671 257.747 121.731 257.659 121.739C257.23 121.777 256.59 121.876 255.833 122.1C254.422 122.516 254.268 122.056 252.363 122.27C250.459 122.484 249.314 122.911 247.073 122.635C245.832 122.482 245.121 122.768 244.196 122.943L242.777 122.857L242.853 121.6C242.712 120.854 242.644 119.969 242.937 118.557C243.592 115.393 242.382 115.06 242.221 111.907C242.147 110.452 242.249 108.821 242.375 107.3L242.492 105.376L244.196 105.479C245.972 105.626 247.598 105.806 248.622 105.777C250.523 105.721 253.075 105.58 255.769 105.74C256.413 105.778 257.093 105.784 257.796 105.775C260.279 105.718 263.377 106.394 265.243 108.565C266.57 110.01 267.35 112.422 267.125 114.4C267 116.137 266.293 117.628 265.665 118.406C264.251 120.013 263.789 120.225 262.096 121.242C261.092 121.792 259.488 122.056 258.208 121.771C257.566 121.625 257.726 121.411 258.335 121.286C259.222 121.093 259.964 121.047 260.335 120.671C261.056 119.903 261.245 119.634 262.301 119.4C263.38 119.094 263.224 118.179 263.612 117.834C263.811 117.642 263.999 117.608 264.279 117.264C264.532 116.923 264.97 116.232 264.888 114.689C264.881 114.593 264.873 114.496 264.863 114.4C264.473 111.559 263.047 110.777 262.238 110.233C261.485 109.736 259.653 108.729 257.796 108.809C257.565 108.813 257.338 108.822 257.117 108.835C254.915 108.968 250.437 108.846 248.632 109.064C246.827 109.282 246.823 108.806 245.365 108.54ZM313.665 94.0887C318.302 100.84 323.068 105.334 328.846 113.469C333.638 120.215 334.72 122.449 338.875 128.216L336.486 129C336.501 127.536 336.499 125.875 336.475 123.924C336.335 112.498 336.761 101.065 336.505 95.9778C336.427 94.4393 336.444 93.317 336.501 92.3L336.487 91.0056L337.809 90.9913C340.155 91.1214 341.941 91.4621 346.98 91.342C350.09 91.268 352.673 91.2445 355.109 91.2619L356.136 91.2509L356.147 92.3C356.124 95.5242 356.03 98.4934 355.886 102.092C355.635 108.41 355.42 127.822 355.729 134.881C356.038 141.939 355.502 149.99 355.374 154.832C355.335 156.34 355.28 157.526 355.224 158.436C355.2 158.822 355.15 159 355.1 159C355.1 159 355.1 159 355.1 159C355.039 159 354.978 158.724 354.97 158.228C354.933 155.824 354.833 152.23 354.61 147.984C354.194 140.068 354.654 139.203 354.44 128.513C354.226 117.823 353.798 111.4 354.075 98.8224C354.129 96.3319 354.128 94.2213 354.095 92.3L355.109 93.3139C349.353 93.4111 345.295 93.7867 337.809 93.7628L339.272 92.3C339.264 94.9341 339.206 97.9927 339.069 101.699C338.563 115.403 339.168 119.643 339.545 129L339.518 134.297L336.411 130.028C334.683 127.867 332.705 125.333 330.284 122.103C323.459 113.002 315.774 102.152 309.464 93.2897L310.809 93.9701C304.768 93.8761 299.472 93.8037 295.664 93.8235C294.834 93.8278 293.982 93.8326 293.109 93.8378L294.647 92.3C294.708 102.645 294.817 115.912 294.669 129.856C294.576 138.722 294.676 148.808 294.717 159L293.109 157.392C298.876 157.369 304.677 157.365 310.309 157.425L308.734 159C308.749 157.612 308.767 156.234 308.791 154.87C308.968 144.48 309.175 131.414 309.363 120.4L309.378 117.497L311.073 119.842C314.92 125.302 318.328 130.149 320.681 133.525C326.917 142.469 328.44 144.646 334.749 153.031C336.022 154.723 337.443 156.653 338.921 158.699L338.509 158.49C343.176 158.515 348.274 158.62 352.829 158.822C356.361 158.979 355.56 159.197 352.006 159.302C346.807 159.454 342.54 159.352 339.861 159.625C339.388 159.673 338.939 159.719 338.509 159.762L338.131 159.766L337.894 159.449C334.92 156.127 333.364 154.248 329.964 149.104C326.234 143.461 323.774 141.315 321.518 138.086C319.38 135.027 319.61 134.688 309.375 121.082L311.466 120.4C311.479 121.349 311.494 122.351 311.512 123.408C311.799 140.944 311.898 151.543 311.972 159L311.989 160.644L310.309 160.662C309.25 160.673 308.254 160.683 307.311 160.692C303.894 160.728 298.803 160.672 293.109 160.613L291.514 160.63L291.496 159C291.569 152.055 291.647 144.213 291.574 137.42C291.451 125.979 291.546 103.599 291.388 92.3L291.37 90.5977L293.109 90.5789C294.017 90.5662 294.854 90.5519 295.607 90.5356C304.25 90.3495 305.534 90.6689 310.809 90.9318L311.487 90.9245L311.911 91.4892C312.413 92.2467 312.985 93.0983 313.665 94.0887ZM395.787 108.54C391.757 108.404 388.166 108.646 384.333 108.892L385.925 107.3C386.128 110.472 386.335 113.81 386.333 117.7L384.333 115.7C384.922 115.7 385.524 115.706 386.139 115.716C395.733 115.882 397.17 116.506 408.157 116.366C410.57 116.335 412.984 116.331 415.333 116.342L416.675 116.327L416.691 117.7C416.665 123.382 416.557 128.688 416.554 132.7L416.567 133.907L415.333 133.921C413.453 133.919 411.856 133.941 410.638 134.004C405.746 134.261 405.23 133.486 398.283 133.658C392.652 133.797 388.819 133.757 384.333 133.603L385.236 132.7C385.2 133.748 385.158 134.831 385.11 135.981C385.036 137.77 384.965 140.652 384.909 144L384.333 143.423C392.353 143.556 403.053 143.599 407.841 143.38C410.506 143.259 413.318 143.268 416.033 143.331L416.694 143.324L416.701 144C416.603 148.199 416.375 152.164 416.298 154.992C416.258 156.442 416.204 157.583 416.147 158.458C416.123 158.829 416.073 159 416.024 159C416.024 159 416.024 159 416.024 159C415.962 159 415.902 158.734 415.894 158.258C415.856 155.946 415.756 152.49 415.533 148.408C415.437 146.641 415.387 145.239 415.366 144L416.033 144.667C411.934 144.739 409.611 144.505 401.718 144.67C395.115 144.807 390.206 145.033 384.333 145.103L383.217 145.091L383.23 144C383.19 140.73 383.199 137.162 383.298 132.837C383.299 132.791 383.3 132.746 383.301 132.7L383.313 131.657L384.333 131.668C396.119 131.929 399.039 130.824 415.333 131.41L414.043 132.7C414.053 132.435 414.063 132.166 414.073 131.894C414.315 125.592 414.303 121.372 414.183 117.7L415.333 118.849C409.056 119.054 404.379 119.573 393.646 119.675C390.651 119.703 387.518 119.706 384.333 119.691L382.319 119.669L382.341 117.7C382.357 114.259 382.393 110.756 382.438 107.3L382.46 105.384L384.333 105.405C395.855 105.556 406.862 105.812 413.362 105.777C414.228 105.772 415.119 105.767 416.033 105.761L414.494 107.3C414.466 102.801 414.429 97.7354 414.41 92.3L416.033 93.9224C409.488 93.9446 402.408 93.94 395.136 93.8601C386.616 93.7665 376.926 93.8662 367.133 93.9075L368.74 92.3C368.769 99.2177 368.769 106.186 368.651 112.83C368.392 127.461 368.07 147.613 367.832 159L367.133 158.301C368.235 158.324 369.255 158.346 370.18 158.367C380.661 158.609 383.216 158.663 393.304 158.516C399.103 158.431 407.092 158.511 413.84 158.822C417.236 158.979 416.467 159.197 413.048 159.302C408.05 159.454 403.947 159.352 401.371 159.625C396.225 160.17 394.037 160.38 387.541 160.062C381.044 159.745 377.983 160.466 374.196 160.383C372.028 160.335 371.121 160.176 367.133 160.109L366.036 160.122L366.023 159C366.073 156.019 366.071 151.317 365.93 143.081C365.603 123.824 365.519 113.267 365.44 105.975C365.405 102.686 365.461 97.7826 365.52 92.3L365.502 90.7056L367.133 90.6873C373.806 90.7598 381.338 90.838 387.862 90.7649C394.827 90.6868 406.009 90.6964 416.033 90.6739L417.641 90.6558L417.659 92.3C417.672 98.0051 417.695 103.335 417.751 107.3L417.77 108.999L416.033 109.018C415.077 109.031 414.2 109.047 413.417 109.064C403.677 109.282 403.657 108.806 395.787 108.54ZM455.398 91.0596C460.748 91.3255 464.96 90.15 471.481 90.3162C473.717 90.3731 475.302 90.4839 476.72 90.5993L478.392 90.5717L478.42 92.3C478.199 95.0161 477.962 97.1206 478.054 102.028C478.087 103.803 478.089 105.58 478.075 107.3L478.097 108.632L476.72 108.655C471.205 108.61 466.261 108.409 463.726 108.604C461.216 108.798 460.401 108.404 458.12 108.273L459.092 107.3C459.05 108.04 459.035 108.935 459.077 110.091C459.25 114.813 459.148 117.675 458.897 121.805C458.645 125.934 458.43 138.622 458.739 143.235C459.048 147.849 458.512 153.111 458.384 156.275C458.345 157.261 458.29 158.037 458.234 158.632C458.21 158.884 458.16 159 458.111 159C458.11 159 458.11 159 458.11 159C458.049 159 457.988 158.819 457.981 158.496C457.943 156.924 457.843 154.575 457.62 151.8C457.204 146.626 457.664 146.06 457.45 139.073C457.236 132.086 456.808 127.889 457.085 119.668C457.264 114.342 456.841 111.674 456.7 107.3L456.724 105.857L458.12 105.88C460.497 105.803 463.379 105.809 467.466 106.04C471.525 106.27 474.314 106.271 476.72 106.168L475.588 107.3C475.399 102.856 474.856 99.7208 474.747 92.3L476.72 94.2729C476.674 94.2736 476.629 94.2743 476.583 94.2749C465.019 94.4358 450.422 93.7681 443.451 93.8235C437.664 93.8694 430.231 93.9744 422.22 93.9174L423.837 92.3C423.825 93.9406 423.807 95.6054 423.78 97.2852C423.729 100.428 423.735 103.805 423.758 107.3L422.22 105.762C428.299 105.722 434.735 105.632 440.92 105.703L442.543 105.73L442.517 107.3C442.5 108.742 442.475 110.169 442.438 111.576C442.153 122.484 441.793 137.906 441.552 145.031C441.333 151.509 441.268 153.532 441.369 159L440.92 158.551C441.466 158.541 442.047 158.529 442.67 158.516C446.612 158.431 452.042 158.511 456.629 158.822C458.937 158.979 458.414 159.197 456.091 159.302C452.693 159.454 449.904 159.352 448.153 159.625C445.298 160.07 443.782 160.291 440.92 160.185L439.754 160.204L439.735 159C439.759 158.356 439.799 157.643 439.857 156.832C440.175 152.416 439.454 150.335 439.537 147.761C439.62 145.187 440.045 145.229 439.717 132.139C439.398 119.383 439.31 112.243 439.233 107.3L440.92 108.986C440.79 108.988 440.662 108.99 440.536 108.992C436.572 109.055 429.161 108.832 422.22 108.808L420.737 108.832L420.712 107.3C420.718 105.56 420.711 103.849 420.684 102.23C420.641 99.5966 420.625 96.0774 420.615 92.3L420.589 90.7223L422.22 90.6954C430.033 90.6751 438.951 90.6827 443.414 90.5356C450.034 90.3175 450.048 90.7936 455.398 91.0596ZM525.27 93.212C529.273 94.9991 532.758 96.7413 536.214 99.3321L537.408 100.334L536.453 101.615C534.713 104.23 532.821 107 530.362 110.099C529.125 111.659 528.094 112.913 527.173 114.007L526.058 115.503L524.568 114.309C520.925 111.293 518.836 109.277 511.115 107.759C509.485 107.503 507.84 107.365 506.225 107.363C503.027 107.286 500.161 108.45 500.302 110.8C500.148 111.934 502.183 112.974 503.755 113.494C505.393 114.052 506.876 114.37 508.035 114.579C512.588 115.388 512.961 116.056 519.456 117.696C525.863 119.541 529.999 121.487 533.748 126.299C535.322 128.287 537.418 132.774 537.24 137.9C537.498 145.011 533.106 152.059 530.069 154.438C525.074 159.168 517.117 160.184 512.767 160.321C511.376 160.387 510.283 160.359 509.448 160.312C509.091 160.291 508.925 160.24 508.925 160.191C508.925 160.191 508.925 160.191 508.925 160.191C508.925 160.129 509.182 160.07 509.636 160.056C511.826 159.984 515.138 159.728 518.826 158.622C522.241 157.557 524.027 156.744 526.029 155.686C527.948 154.564 530.389 153.249 532.952 149.243C535.263 145.384 535.777 141.635 535.705 137.9C535.559 133.759 534.594 129.357 530.391 125.385C521.504 118.486 518.049 120.727 502.241 115.582C500.377 114.779 497.898 113.412 497.93 110.8C497.863 108.298 499.809 106.339 501.474 105.72C503.18 105.006 504.742 104.859 506.225 104.783C511.545 104.768 516.816 104.676 525.179 110.006C525.792 110.429 526.397 110.88 526.989 111.361L524.143 111.691C527.138 107.726 530.386 103.543 533.607 99.4399L533.88 102.049C525.757 94.6717 514.569 92.7325 508.428 92.8251C508.295 92.8248 508.16 92.8251 508.025 92.8259C499.101 92.465 484.314 97.5147 483.051 110.962C483.001 111.468 482.973 111.98 482.969 112.5C482.633 118.998 486.537 125.454 493.305 128.306C499.919 131.436 507.613 132.078 514.938 134.381C516.045 134.773 517.123 135.183 518.291 135.967C519.404 136.675 520.701 138.219 520.62 140C520.644 142.77 518.312 144.828 516.243 145.618C514.105 146.491 511.878 146.705 509.725 146.677C500.554 146.645 492.266 141.924 487.909 137.216L489.022 137.121C488.065 138.418 487.197 139.592 486.439 140.613C483.369 144.749 481.497 147.273 479.661 149.837L479.609 149.303C481.726 151.315 484.037 153.219 488.159 155.266C493.026 157.756 500.434 159.553 506.839 159.988C510.061 160.198 509.345 160.442 506.066 160.437C501.264 160.38 497.396 159.465 494.935 159.056C490.047 158.123 487.734 157.554 482.628 153.718C481.018 152.436 479.735 151.324 478.622 150.336L477.99 149.746L478.494 149.014C480.159 146.463 481.13 144.544 482.586 142.578C483.957 140.726 484.581 140.176 487.534 136.071L488.261 135.015L489.196 135.929C491.13 137.836 494.297 140.727 500.375 142.754C503.682 143.815 506.849 144.178 509.725 144.131C514.062 144.175 517.956 142.225 517.683 140C517.819 138.747 515.245 137.7 513.347 137.182C511.336 136.617 509.465 136.258 507.779 135.915C501.752 134.564 483.617 131.819 480.537 118.099C480.108 116.449 479.858 114.601 479.848 112.5C479.563 105.998 483.808 97.9899 490.334 94.2096C496.742 90.2262 503.82 89.6355 508.025 89.5438C508.152 89.5412 508.278 89.5389 508.4 89.5369C517.988 89.7882 518.087 90.4755 525.27 93.212Z' fill='%23171717'/%3E%3Cpath d='M26.74 60.84C23.2867 60.84 20.1367 60.2333 17.29 59.02C14.4433 57.8067 11.9933 56.1267 9.94 53.98C7.93333 51.7867 6.37 49.22 5.25 46.28C4.13 43.34 3.57 40.1433 3.57 36.69C3.57 33.2367 4.13 30.04 5.25 27.1C6.37 24.16 7.93333 21.6167 9.94 19.47C11.9933 17.2767 14.4433 15.5733 17.29 14.36C20.1367 13.1467 23.2867 12.54 26.74 12.54C30.1933 12.54 33.3433 13.1467 36.19 14.36C39.0367 15.5733 41.4633 17.2767 43.47 19.47C45.5233 21.6167 47.11 24.16 48.23 27.1C49.35 30.04 49.91 33.2367 49.91 36.69C49.91 40.1433 49.35 43.34 48.23 46.28C47.11 49.22 45.5233 51.7867 43.47 53.98C41.4633 56.1267 39.0367 57.8067 36.19 59.02C33.3433 60.2333 30.1933 60.84 26.74 60.84ZM26.74 55.66C29.3533 55.66 31.71 55.1933 33.81 54.26C35.91 53.28 37.7067 51.95 39.2 50.27C40.6933 48.5433 41.8367 46.5367 42.63 44.25C43.47 41.9167 43.89 39.3967 43.89 36.69C43.89 33.9833 43.47 31.4633 42.63 29.13C41.8367 26.7967 40.6933 24.79 39.2 23.11C37.7067 21.43 35.91 20.1233 33.81 19.19C31.71 18.21 29.3533 17.72 26.74 17.72C24.1267 17.72 21.7467 18.21 19.6 19.19C17.5 20.1233 15.7033 21.43 14.21 23.11C12.7167 24.79 11.5733 26.7967 10.78 29.13C9.98667 31.4633 9.59 33.9833 9.59 36.69C9.59 39.3967 9.98667 41.9167 10.78 44.25C11.5733 46.5367 12.7167 48.5433 14.21 50.27C15.7033 51.95 17.5 53.28 19.6 54.26C21.7467 55.1933 24.1267 55.66 26.74 55.66ZM58.9854 60V13.31H77.7454C80.0787 13.31 82.1554 13.6833 83.9754 14.43C85.7954 15.1767 87.3121 16.2033 88.5254 17.51C89.7854 18.77 90.7421 20.2633 91.3954 21.99C92.0487 23.67 92.3754 25.4667 92.3754 27.38C92.3754 29.2933 92.0487 31.1133 91.3954 32.84C90.7421 34.52 89.7854 36.0133 88.5254 37.32C87.2654 38.58 85.7254 39.5833 83.9054 40.33C82.0854 41.0767 80.0321 41.45 77.7454 41.45H64.7954V60H58.9854ZM77.0454 36.27C79.8454 36.27 82.0854 35.4533 83.7654 33.82C85.4921 32.1867 86.3554 30.04 86.3554 27.38C86.3554 24.72 85.4921 22.5733 83.7654 20.94C82.0854 19.3067 79.8454 18.49 77.0454 18.49H64.7954V36.27H77.0454ZM111.619 60V18.49H96.8494V13.31H132.269V18.49H117.429V60H111.619ZM139.991 60V13.31H145.801V60H139.991ZM171.859 60.84C167.753 60.84 164.229 60.1633 161.289 58.81C158.349 57.41 155.899 55.6133 153.939 53.42L157.369 49.01C158.116 49.85 159.003 50.69 160.029 51.53C161.056 52.3233 162.176 53.0233 163.389 53.63C164.649 54.2367 166.003 54.7267 167.449 55.1C168.896 55.4733 170.436 55.66 172.069 55.66C174.169 55.66 175.919 55.4033 177.319 54.89C178.719 54.3767 179.839 53.7467 180.679 53C181.519 52.2067 182.126 51.3433 182.499 50.41C182.873 49.43 183.059 48.4967 183.059 47.61C183.059 46.1167 182.663 44.88 181.869 43.9C181.076 42.92 180.026 42.1033 178.719 41.45C177.459 40.75 175.989 40.19 174.309 39.77C172.676 39.3033 170.973 38.8367 169.199 38.37C167.473 37.8567 165.769 37.2967 164.089 36.69C162.456 36.0833 160.986 35.3133 159.679 34.38C158.419 33.4 157.393 32.21 156.599 30.81C155.806 29.41 155.409 27.66 155.409 25.56C155.409 23.6467 155.806 21.8967 156.599 20.31C157.439 18.7233 158.559 17.37 159.959 16.25C161.406 15.0833 163.109 14.1967 165.069 13.59C167.029 12.9367 169.153 12.61 171.439 12.61C175.033 12.61 178.206 13.17 180.959 14.29C183.713 15.41 186.069 17.02 188.029 19.12L184.529 23.39C182.756 21.43 180.703 20.0067 178.369 19.12C176.036 18.2333 173.586 17.79 171.019 17.79C168.219 17.79 165.909 18.4667 164.089 19.82C162.316 21.1733 161.429 22.97 161.429 25.21C161.429 26.5167 161.826 27.59 162.619 28.43C163.413 29.27 164.439 29.9933 165.699 30.6C167.006 31.2067 168.476 31.7433 170.109 32.21C171.789 32.63 173.493 33.0967 175.219 33.61C176.993 34.0767 178.696 34.6367 180.329 35.29C182.009 35.9433 183.479 36.7833 184.739 37.81C186.046 38.8367 187.096 40.0967 187.889 41.59C188.683 43.0833 189.079 44.9267 189.079 47.12C189.079 48.8 188.776 50.48 188.169 52.16C187.563 53.7933 186.559 55.2633 185.159 56.57C183.806 57.83 182.033 58.8567 179.839 59.65C177.646 60.4433 174.986 60.84 171.859 60.84ZM225.965 60L208.255 39L203.565 44.32V60H197.755V13.31H203.565V37.46L224.215 13.31H231.495L212.035 35.5L233.175 60H225.965ZM273.116 60L268.986 49.64H245.746L241.616 60H234.966L253.726 13.31H260.936L279.766 60H273.116ZM257.366 19.33L247.426 44.46H267.236L257.366 19.33ZM285.87 60V13.31H291.68V60H285.87ZM317.738 60.84C313.632 60.84 310.108 60.1633 307.168 58.81C304.228 57.41 301.778 55.6133 299.818 53.42L303.248 49.01C303.995 49.85 304.882 50.69 305.908 51.53C306.935 52.3233 308.055 53.0233 309.268 53.63C310.528 54.2367 311.882 54.7267 313.328 55.1C314.775 55.4733 316.315 55.66 317.948 55.66C320.048 55.66 321.798 55.4033 323.198 54.89C324.598 54.3767 325.718 53.7467 326.558 53C327.398 52.2067 328.005 51.3433 328.378 50.41C328.752 49.43 328.938 48.4967 328.938 47.61C328.938 46.1167 328.542 44.88 327.748 43.9C326.955 42.92 325.905 42.1033 324.598 41.45C323.338 40.75 321.868 40.19 320.188 39.77C318.555 39.3033 316.852 38.8367 315.078 38.37C313.352 37.8567 311.648 37.2967 309.968 36.69C308.335 36.0833 306.865 35.3133 305.558 34.38C304.298 33.4 303.272 32.21 302.478 30.81C301.685 29.41 301.288 27.66 301.288 25.56C301.288 23.6467 301.685 21.8967 302.478 20.31C303.318 18.7233 304.438 17.37 305.838 16.25C307.285 15.0833 308.988 14.1967 310.948 13.59C312.908 12.9367 315.032 12.61 317.318 12.61C320.912 12.61 324.085 13.17 326.838 14.29C329.592 15.41 331.948 17.02 333.908 19.12L330.408 23.39C328.635 21.43 326.582 20.0067 324.248 19.12C321.915 18.2333 319.465 17.79 316.898 17.79C314.098 17.79 311.788 18.4667 309.968 19.82C308.195 21.1733 307.308 22.97 307.308 25.21C307.308 26.5167 307.705 27.59 308.498 28.43C309.292 29.27 310.318 29.9933 311.578 30.6C312.885 31.2067 314.355 31.7433 315.988 32.21C317.668 32.63 319.372 33.0967 321.098 33.61C322.872 34.0767 324.575 34.6367 326.208 35.29C327.888 35.9433 329.358 36.7833 330.618 37.81C331.925 38.8367 332.975 40.0967 333.768 41.59C334.562 43.0833 334.958 44.9267 334.958 47.12C334.958 48.8 334.655 50.48 334.048 52.16C333.442 53.7933 332.438 55.2633 331.038 56.57C329.685 57.83 327.912 58.8567 325.718 59.65C323.525 60.4433 320.865 60.84 317.738 60.84Z' fill='white'/%3E%3Cpath d='M18.1758 14.8357C17.974 14.9026 17.7773 14.9753 17.5855 15.0532C14.9459 16.164 13.2201 17.9258 10.8495 20.3215C10.7882 20.3848 10.7259 20.4494 10.6631 20.5147C8.25139 23.2335 7.53439 23.6827 6.02163 27.394C5.96418 27.5505 5.907 27.7133 5.8504 27.8828C4.78031 31.0228 4.32541 34.3616 4.33308 36.69C4.33104 37.4951 4.37567 38.1755 4.45125 38.6861C4.79242 40.6527 4.27271 40.9489 5.04944 43.7095C5.32112 44.5919 5.59155 45.3483 5.85935 46.0479C6.42816 47.5126 6.94258 48.7468 7.73339 50.249C8.1563 51.049 9.001 52.4043 10.1897 53.7516C12.289 56.1448 15.6675 58.0932 17.3799 58.6373C17.4011 58.6447 17.4223 58.6521 17.4436 58.6596C20.0541 59.6131 23.1253 60.4545 25.0642 60.6252C25.6684 60.6858 26.1453 60.7292 26.5123 60.7676C26.6676 60.7837 26.74 60.8147 26.74 60.8456C26.74 60.8457 26.74 60.8457 26.74 60.8457C26.74 60.8841 26.6275 60.9224 26.4269 60.9252C25.4505 60.9376 23.9898 60.9398 22.2508 60.7862C19.8354 60.5295 19.0566 60.1594 17.1401 59.3718C16.4896 59.088 15.7072 58.7366 14.7132 58.2143C12.5555 57.063 10.9751 55.9254 9.45828 54.4408L9.44817 54.43C8.27389 53.2084 7.13474 51.7456 6.08946 49.6664C5.47613 48.4336 5.03136 47.4359 4.63362 46.5148C3.62705 43.9817 2.58669 41.9451 2.76814 36.69C2.77285 36.601 2.77808 36.5112 2.78388 36.4208C3.18396 31.5688 3.56982 29.6124 4.33684 26.7521C4.77548 25.3105 5.37736 23.6184 6.77346 21.469C7.41694 20.4891 8.17458 19.523 9.02878 18.6182C11.2055 16.2863 14.0741 14.4495 16.8624 13.3568C20.0325 12.0851 23.0566 11.7652 25.0432 11.6364C25.5867 11.6006 26.1528 11.5786 26.74 11.5732C29.6447 11.5422 33.1591 11.9431 36.5898 13.422C38.1171 14.0766 39.626 14.9237 41.0184 15.9734C42.1053 16.7914 43.177 17.7437 44.1721 18.8277L44.1577 18.8122C46.2613 20.985 48.0355 23.7503 49.1753 26.7399C50.103 29.1385 50.62 31.6823 50.7553 34.1232C50.802 34.9443 50.8166 35.8055 50.7944 36.69C50.731 39.9052 50.0858 43.4798 48.8233 46.506C47.5266 49.7198 45.6299 52.2697 44.2264 53.7352C44.0607 53.911 43.8992 54.0769 43.7416 54.2343C40.9077 56.8709 39.8563 57.5488 36.3076 59.296C36.269 59.3135 36.2299 59.331 36.1905 59.3485C33.9408 60.3929 30.5238 61.0773 27.6661 60.9364C26.2294 60.8615 26.5636 60.7353 27.9871 60.6243C30.0671 60.4405 31.7645 60.1736 32.7596 59.7513C34.0596 59.1913 34.8167 58.7834 35.8933 58.324C36.4571 58.0774 37.106 57.8123 37.9374 57.4347C40.3603 56.2894 41.029 55.0698 42.1635 54.0774C42.4359 53.8301 42.6475 53.6483 42.8862 53.4342C43.5222 52.7019 45.1033 51.9692 47.3699 46.4164C47.4207 46.2796 47.4696 46.144 47.5173 46.0085C48.8284 42.2191 48.9646 39.1073 48.9375 36.69C48.8957 34.5193 48.6589 32.8764 48.3854 31.5408C48.1705 30.4985 47.8435 29.0501 47.2681 27.4664C46.3811 24.9482 44.7835 22.1377 42.7857 20.1245L42.7714 20.1092C42.5495 19.871 42.3241 19.6427 42.0967 19.4251C40.7036 18.0672 38.4567 16.3916 35.7952 15.2863C32.7204 13.9509 29.1892 13.5387 26.74 13.6039C26.154 13.6144 25.6306 13.6455 25.1844 13.6866C21.3007 14.1882 21.2522 13.9633 18.1758 14.8357ZM33.7289 18.3038C33.864 18.3724 33.9974 18.4395 34.1294 18.5055L34.1168 18.4997C36.1554 19.4998 38.1962 20.1241 40.1339 22.2798C40.245 22.4064 40.3547 22.5383 40.4625 22.6756C42.3006 25.218 42.2753 25.9625 43.4095 28.865L43.4047 28.8511C43.4726 29.0338 43.5427 29.2263 43.6147 29.4297C44.5517 32.0352 44.6685 34.8229 44.653 36.69C44.6516 37.3265 44.6419 37.8663 44.6572 38.28C44.6802 39.9213 44.2287 40.0443 43.8398 42.3015C43.6774 43.1327 43.4755 43.8328 43.2434 44.4708C42.8553 45.5629 42.3879 46.4929 41.6863 47.5562C41.2603 48.2019 40.4844 49.3546 39.4508 50.4869C37.7994 52.3302 35.3641 53.8509 34.1651 54.5203C34.1045 54.5562 34.043 54.5914 33.9808 54.626C32.0167 55.698 29.4859 55.795 28.0402 55.786C27.5683 55.7901 27.1983 55.7637 26.9152 55.7308C26.7955 55.7168 26.74 55.6852 26.74 55.6544C26.74 55.6543 26.74 55.6543 26.74 55.6543C26.7401 55.6158 26.8257 55.5783 26.978 55.5718C27.7178 55.5399 28.831 55.4287 30.0797 55.0651C31.7393 54.5502 32.3392 54.4412 33.654 53.909C34.1502 53.684 34.7535 53.3767 35.4989 52.8644C36.8874 51.8968 37.813 50.9242 38.7097 49.8341C39.5007 48.8262 40.2849 47.7103 41.1489 46.1391C41.5729 45.3595 41.831 44.6739 42.0185 44.0378C42.5792 41.9863 42.7281 40.5679 43.0861 36.69C43.0914 36.6163 43.0967 36.5418 43.1018 36.4665C43.2829 32.8286 42.5815 31.4244 41.6934 29.4672L41.6875 29.4504C41.2522 28.5207 40.733 27.4539 39.864 26.0774C39.4001 25.3495 38.8692 24.6242 38.2691 23.9374C36.9131 22.3675 35.1701 21.0485 33.368 20.1844L33.3498 20.1761C31.33 19.1401 29.2627 18.7698 27.877 18.7056C27.5133 18.6879 27.1337 18.6809 26.74 18.686C24.7023 18.7088 22.3163 19.0737 20.0236 20.118L20.0143 20.1222C18.9301 20.5994 17.868 21.2036 16.8764 21.9405C16.1925 22.4478 15.5314 23.0523 14.9208 23.7418C13.5262 25.3045 12.4443 27.3088 11.7365 29.4552C11.1438 31.2291 10.7937 33.0813 10.6021 34.8851C10.5406 35.4587 10.4972 36.0637 10.4755 36.69C10.3824 39.0677 10.6643 41.7294 11.3759 44.0474C12.0825 46.3859 13.2137 48.3201 14.082 49.4976C14.2201 49.6877 14.3548 49.8649 14.4861 50.0312C16.2857 52.1014 17.0569 52.7301 19.7279 53.9859C19.7234 53.9837 19.7261 53.9848 19.7289 53.9859C21.4211 54.6937 23.8788 55.2979 26.0377 55.5374C27.1223 55.6532 26.885 55.7982 25.7708 55.8269C24.1372 55.8506 22.8274 55.5239 21.968 55.4794C20.8704 55.4173 20.157 55.3018 19.2988 54.9527L19.2806 54.9445C18.7987 54.7289 18.2695 54.4314 17.6274 53.9611C15.8999 52.6557 14.8749 52.2714 13.999 51.3158C13.8382 51.1334 13.7187 50.9771 13.5997 50.8125L13.5924 50.8042C13.1986 50.0343 12.2122 49.4615 10.132 44.6723C10.1091 44.6142 10.0866 44.5562 10.0645 44.4983C8.88675 41.3168 8.67351 38.7026 8.61672 36.69C8.58009 34.9326 8.70824 33.5738 8.8668 32.4552C8.99916 31.5271 9.29397 30.2212 9.8099 28.8002C10.567 26.6534 11.9198 24.271 13.4996 22.4786C13.6156 22.3444 13.7319 22.2132 13.8487 22.0847C14.9704 20.8232 16.9087 19.2675 19.1909 18.2695L19.1817 18.2736C21.7734 17.0535 24.7327 16.6806 26.74 16.6547C27.2027 16.6444 27.6203 16.6469 27.9812 16.6533C31.3027 16.8431 31.3113 17.2168 33.7289 18.3038ZM77.5377 14.0853C74.2638 13.919 71.6866 14.6537 67.6963 14.5499C63.8399 14.4495 63.1522 14.0822 58.9854 14.1368L59.8122 13.31C59.8141 13.4547 59.8165 13.6036 59.8194 13.757C59.9071 18.3267 59.6405 22.899 59.8006 24.9338C59.9608 26.9685 59.4766 27.1832 59.5841 30.0726C59.6917 32.9619 59.6284 34.7131 59.471 37.24C59.3136 39.7671 59.1793 47.5305 59.3726 50.3536C59.566 53.1766 59.2305 56.3965 59.1509 58.3329C59.1261 58.936 59.0922 59.4107 59.0569 59.7746C59.042 59.9287 59.0107 60 58.9798 60C58.9797 60 58.9797 60 58.9797 60C58.9412 59.9999 58.9034 59.8895 58.8985 59.6914C58.8749 58.7297 58.8127 57.2923 58.6732 55.5942C58.413 52.4281 58.7005 52.0821 58.5668 47.8068C58.4331 43.5314 58.1659 40.9628 58.3387 35.9323C58.5115 30.902 57.7883 29.7465 58.1982 22.6456C58.4665 17.9968 58.2349 16.0712 58.0148 13.31L58.0314 12.3233L58.9854 12.3394C60.4418 12.2233 62.1306 12.1104 64.574 12.0757C68.7651 12.0161 73.6073 12.1382 77.7454 12.2405C80.34 12.2884 82.6769 12.8502 84.3361 13.5507C84.5884 13.6549 84.8266 13.7594 85.0501 13.862C86.4491 14.5026 87.9561 15.4509 89.2556 16.8319L89.23 16.8054C90.5301 18.0759 91.6443 19.7417 92.3505 21.6286C93.0436 23.3993 93.3894 25.3893 93.3563 27.38C93.3544 27.5086 93.3511 27.6373 93.3462 27.766C93.2837 29.5081 92.9668 31.3708 92.2895 33.1783C91.6248 34.9268 90.586 36.6071 89.2431 38.0121L89.2304 38.025C87.8314 39.4508 86.0955 40.5391 84.289 41.2649C82.9168 41.8206 81.4821 42.1375 80.0857 42.2658C79.3331 42.3354 78.5483 42.3605 77.7454 42.3403C73.5641 42.2316 68.7307 42.1113 64.7954 42.0034L65.3488 41.45C65.2914 43.545 65.2375 45.3856 65.1908 46.7378C65.0401 51.0973 65.0061 52.1599 65.0982 56.3562C65.1218 57.4319 65.1249 58.6887 65.1039 60L65.0986 60.3136L64.7954 60.3085C63.1661 60.2824 61.4525 60.219 59.8974 60.1111C58.4849 60.0131 58.805 59.8767 60.2267 59.8114C62.1282 59.7241 63.7181 59.77 64.7954 59.6481L64.4435 60C64.4321 59.8993 64.4192 59.8031 64.4046 59.7116C64.0639 57.571 63.9332 56.6612 64.1315 53.9588C64.3298 51.2566 63.8791 49.9833 63.931 48.4081C63.9765 47.0259 64.1868 46.8764 64.0993 41.45L64.0878 40.7658L64.7954 40.7539C65.5535 40.7417 66.4146 40.7236 67.3964 40.6985C71.8249 40.5853 75.1472 40.5187 77.7454 40.4735C79.7503 40.435 81.2567 40.121 82.448 39.7304C82.7653 39.6259 83.1206 39.5003 83.5014 39.3453C84.8084 38.8169 86.4403 37.9658 87.8249 36.6195L87.8123 36.6324C88.9656 35.4857 89.9299 34.0358 90.5181 32.4988C90.7628 31.8502 90.9511 31.187 91.0807 30.5393C91.2589 29.6553 91.3908 28.5749 91.3827 27.38C91.3787 25.7794 91.1061 24.0026 90.4549 22.3557C89.8489 20.7438 88.8954 19.3082 87.7981 18.2373L87.7717 18.2099C86.5717 16.9313 85.1966 16.1563 84.1974 15.7318C83.9687 15.6342 83.7527 15.5481 83.5487 15.4702C80.7373 14.5621 80.4816 14.363 77.7454 14.0962C77.6776 14.0925 77.6084 14.0889 77.5377 14.0853ZM74.6821 17.7147C75.5135 17.8026 76.2514 17.6388 77.0454 17.4801C77.8006 17.3405 78.6495 17.2489 79.6367 17.4906C81.7017 18.1175 81.9143 18.5437 83.8764 19.9153C84.0436 20.0466 84.2039 20.1855 84.3575 20.331L84.3491 20.3229C86.0258 21.8174 86.5732 23.9729 86.8982 24.8594C87.2551 25.85 86.8433 26.0488 86.9465 27.38C86.9486 27.4186 86.951 27.458 86.9536 27.4985C87.0305 28.9563 86.7979 29.8888 86.2085 31.039C85.8843 31.6936 85.0679 33.062 83.9686 34.0349C83.1609 34.8115 82.238 35.3729 81.7158 35.7056C80.4909 36.5167 78.7786 36.4523 77.8558 36.4121C77.5619 36.4045 77.3297 36.375 77.1546 36.3411C77.08 36.3267 77.0454 36.2952 77.0454 36.2644C77.0454 36.2643 77.0454 36.2643 77.0454 36.2643C77.0454 36.2258 77.0987 36.1882 77.1931 36.1824C77.6501 36.1538 78.3406 36.0631 79.0997 35.7904C80.4613 35.2206 80.7591 35.5279 82.3815 34.4056C82.7866 34.0915 83.1078 33.7643 83.3882 33.4321C84.1806 32.4837 84.7226 31.6095 85.3382 30.0848C85.7464 28.9822 85.6353 28.2268 85.5362 27.38C85.4192 26.5923 85.356 25.7158 85.0521 24.2621C84.666 22.6818 83.9179 22.0389 83.1908 21.5475L83.1825 21.5395C82.4815 21.0879 81.7431 20.7211 80.4157 20.2669C79.4185 19.9357 78.2467 19.7269 77.0454 19.6771C74.716 19.5833 72.4828 19.42 71.1698 19.4422C69.4369 19.4714 67.2011 19.539 64.7954 19.4987L65.8041 18.49C65.7968 18.9292 65.7859 19.3742 65.7705 19.8227C65.6706 22.728 65.9226 26.3145 65.7445 29.5214C65.6315 31.5573 65.4995 34.1281 65.3797 36.27L64.7954 35.6857C66.0273 35.7546 67.1174 35.8196 67.8823 35.8746C69.9768 36.0253 70.4873 36.0593 72.5034 35.9672C73.6623 35.9143 75.2587 35.9642 76.6072 36.1589C77.2859 36.2569 77.1321 36.3933 76.449 36.4586C75.4501 36.554 74.6301 36.4902 74.1154 36.6607C73.087 37.0015 72.6499 37.1322 71.3516 36.9339C70.0533 36.7356 69.4416 37.1862 68.6848 37.1344C67.9771 37.0859 67.942 36.8503 64.7954 36.9873L64.1041 37.0115L64.0781 36.27C64.0686 36.0511 64.0573 35.8171 64.0439 35.5668C63.8391 31.7185 63.7869 29.6089 63.7377 28.1516C63.6885 26.6943 63.9192 23.6513 63.836 21.2763C63.8099 20.5332 63.7995 19.55 63.7933 18.49L63.7594 17.5242L64.7954 17.4879C67.1234 17.4742 69.8215 17.481 71.159 17.3873C73.1053 17.251 73.1093 17.5485 74.6821 17.7147ZM107.623 14.0853C104.032 13.9206 101.198 14.6402 96.8494 14.5526L98.0919 13.31C98.0911 13.3506 98.0902 13.3914 98.0893 13.4323C98.0344 15.7655 97.8998 17.051 97.798 18.49L96.8494 17.5414C98.1351 17.6324 99.5434 17.6974 101.931 17.656C105.484 17.5944 109.038 17.7075 111.619 17.7249L112.373 17.7134L112.384 18.49C112.377 19.585 112.387 20.5052 112.435 21.1761C112.595 23.4288 112.111 23.6665 112.218 26.8656C112.326 30.0645 112.262 32.0033 112.105 34.801C111.948 37.5989 111.813 46.1943 112.007 49.3198C112.2 52.4454 111.864 56.0103 111.785 58.1542C111.76 58.822 111.726 59.3475 111.691 59.7504C111.676 59.9211 111.645 60 111.614 60C111.614 60 111.614 60 111.614 60C111.575 59.9999 111.537 59.8777 111.533 59.6583C111.509 58.5935 111.447 57.0021 111.307 55.1221C111.047 51.6167 111.334 51.2337 111.201 46.5001C111.067 41.7667 110.8 38.9228 110.973 33.3532C111.145 27.7838 110.422 26.5045 110.832 18.6427C110.835 18.5915 110.837 18.5406 110.84 18.49L111.619 19.2694C104.463 18.9059 103.195 19.5213 96.8494 19.6927L95.6286 19.6742L95.6466 18.49C95.6331 17.9897 95.6224 17.4579 95.6151 16.8891C95.6002 15.7331 95.5967 14.5323 95.6012 13.31L95.6205 12.0432L96.8494 12.0619C103.911 12.0884 111.691 12.3873 115.717 12.3578C120.155 12.3253 126.023 12.2456 132.269 12.3189L133.275 12.3342L133.261 13.31C133.256 13.7113 133.25 14.1142 133.244 14.5184C133.225 15.7911 133.219 17.1206 133.22 18.49L133.206 19.4552L132.269 19.4409C127.567 19.4446 122.394 19.5349 117.429 19.4943L118.434 18.49C118.424 19.6848 118.406 20.8675 118.379 22.0286C118.2 29.4188 117.975 39.867 117.825 44.694C117.674 49.5207 117.64 50.6972 117.732 55.3432C117.759 56.7034 117.759 58.3253 117.727 60L117.723 60.3025L117.429 60.2981C115.816 60.2673 114.154 60.2066 112.629 60.1111C111.065 60.0131 111.42 59.8767 112.994 59.8114C114.758 59.7383 116.281 59.7587 117.429 59.6954L117.125 60C117.105 59.6502 117.078 59.335 117.039 59.0581C116.698 56.6881 116.567 55.6808 116.766 52.6889C116.964 49.6971 116.513 48.2873 116.565 46.5433C116.617 44.7992 116.883 44.8279 116.678 35.9598C116.473 27.0917 116.421 22.2302 116.372 18.8719C116.37 18.7493 116.368 18.622 116.367 18.49L116.351 17.4444L117.429 17.428C120.78 17.4006 127.101 17.5947 132.269 17.5386L131.318 18.49C131.316 18.2807 131.313 18.0733 131.31 17.868C131.291 16.6009 131.28 15.0307 131.273 13.31L132.269 14.3062C126.558 14.3288 119.189 14.3079 115.742 14.4127C111.257 14.549 111.248 14.2515 107.623 14.0853ZM140.767 13.8148C140.6 16.1324 141.335 17.9568 141.231 20.7815C141.127 23.6063 140.738 24.0294 140.825 27.2645C140.913 30.4994 140.646 33.7361 140.806 35.1765C140.967 36.6169 140.482 36.7689 140.59 38.8143C140.698 40.8596 140.634 42.0993 140.477 43.8881C140.32 45.677 140.185 51.1728 140.378 53.1713C140.572 55.1697 140.236 57.449 140.157 58.8198C140.132 59.2468 140.098 59.5828 140.063 59.8404C140.048 59.9495 140.017 60 139.986 60C139.986 60 139.986 60 139.986 60C139.947 60 139.909 59.9218 139.904 59.7815C139.881 59.1007 139.819 58.0832 139.679 56.8812C139.419 54.6398 139.706 54.3949 139.573 51.3684C139.439 48.3419 139.172 46.5235 139.345 42.9624C139.517 39.4014 138.794 38.5835 139.204 33.5567C139.614 28.5301 138.858 28.001 138.757 22.9918C138.695 19.9033 138.83 16.3152 138.934 13.31L138.96 12.2284L139.991 12.253C141.86 12.3179 143.504 12.3711 144.662 12.3578C145.027 12.3536 145.407 12.3487 145.801 12.3433L146.79 12.3669L146.768 13.31C146.807 16.1743 146.864 19.7634 146.776 23.5263C146.677 27.8071 146.928 33.0915 146.75 37.8168C146.572 42.542 146.347 49.2224 146.197 52.3087C146.046 55.3948 146.012 56.1471 146.104 59.1177C146.113 59.3961 146.119 59.6917 146.122 60L146.114 60.3277L145.801 60.3203C144.219 60.3356 142.3 60.2741 140.637 60.1111C139.637 60.0131 139.864 59.8767 140.87 59.8114C142.342 59.716 143.55 59.7798 144.308 59.6093C144.895 59.4773 145.351 59.3768 145.801 59.3148L145.116 60C145.018 59.2884 145.016 58.5926 145.137 57.4205C145.336 55.5076 144.885 54.6062 144.937 53.4911C144.989 52.376 145.255 52.3943 145.05 46.7242C144.845 41.054 144.793 37.9457 144.744 35.7984C144.694 33.6511 144.925 29.1675 144.842 25.6681C144.768 22.5641 144.82 16.616 144.737 13.31L145.801 14.3741C145.38 14.3846 145.002 14.3973 144.678 14.4127C142.035 14.5383 141.822 14.2955 139.991 14.1265L140.808 13.31C140.793 13.4657 140.78 13.6331 140.767 13.8148ZM158.184 19.2226C157.828 19.6825 157.523 20.1649 157.263 20.6615L157.271 20.646C156.506 22.1977 156.274 23.8655 156.386 25.56C156.494 27.1567 156.825 28.7839 157.671 30.2026C158.097 30.9132 158.601 31.6126 159.215 32.2881C159.62 32.7333 160.023 33.1081 160.415 33.4344L160.376 33.4052C161.907 34.5561 163.12 35.2025 164.427 35.782C165.792 36.3551 167.238 36.9211 169.433 37.5825L169.408 37.5755C170.076 37.7528 170.81 37.9445 171.626 38.1561C172.605 38.4099 173.581 38.6763 174.543 38.9506L174.516 38.9433C176.144 39.3489 177.721 39.9322 179.121 40.7277L179.089 40.711C180.438 41.3963 181.625 42.3274 182.477 43.408C183.574 44.7802 183.82 46.3963 183.826 47.61C183.831 48.4594 183.7 49.1821 183.569 49.7633C183.489 50.1165 183.392 50.4289 183.289 50.711L183.284 50.724C182.727 52.0936 182.037 52.7441 181.149 53.4972L181.134 53.5112C180.324 54.1284 179.28 54.7587 177.524 55.4487C177.471 55.4694 177.417 55.4901 177.362 55.5104C175.378 56.2209 173.653 56.3049 172.069 56.3086C170.458 56.294 168.931 56.0979 167.314 55.6253C166.834 55.4836 166.344 55.3225 165.842 55.1359C165.165 54.8844 164.246 54.5206 163.213 53.9959C162.15 53.4367 160.969 52.7096 159.822 51.7983C158.897 51.0221 157.976 50.1615 157.143 49.2115L157.609 49.1962C156.416 50.7084 155.229 52.23 154.174 53.6028L154.161 53.2215C155.429 54.6254 156.743 55.641 157.693 56.2579C158.882 57.0325 160.166 57.7701 161.477 58.4167C164.216 59.7383 167.181 60.3664 169.234 60.5757C170.179 60.6734 170.928 60.7253 171.503 60.7668C171.745 60.7839 171.859 60.8146 171.859 60.8456C171.859 60.8457 171.859 60.8457 171.859 60.8457C171.859 60.884 171.684 60.9228 171.369 60.9236C169.843 60.9217 167.55 60.8845 164.865 60.3742C163.227 60.0547 162.098 59.6443 161.111 59.1967C159.158 58.1819 157.482 57.4318 154.117 54.2289C153.945 54.0559 153.778 53.8824 153.616 53.7087L153.375 53.4332L153.597 53.154C154.811 51.5225 155.871 50.0699 156.911 48.6536L157.349 48.1025L157.803 48.6243C158.615 49.4846 159.496 50.2587 160.452 51.0134L160.437 51.0018C161.41 51.7243 162.481 52.3883 163.704 53.0012L163.694 52.9965C164.846 53.5514 166.135 54.0491 167.614 54.4627C167.782 54.51 167.954 54.5552 168.128 54.5981C169.596 54.9571 170.895 55.0444 172.069 55.0266C173.936 54.9861 175.516 54.7423 177.04 54.1281C178.065 53.6998 179.131 53.1694 180.076 52.3213L180.056 52.3398C180.678 51.7362 181.271 51.0061 181.661 50.0747L181.656 50.0886C181.951 49.3419 182.186 48.5118 182.218 47.61C182.233 47.1325 182.207 46.6402 182.109 46.1476C181.971 45.4469 181.691 44.8433 181.313 44.3501C180.469 43.2509 179.421 42.5449 178.421 42.0467L178.395 42.0331C176.896 41.2162 175.49 40.8125 174.119 40.5303L174.094 40.5235C172.45 40.1323 170.855 39.7971 168.933 39.3812L168.901 39.3722C167.402 38.9962 165.713 38.523 163.678 37.8279L163.668 37.8241C163.071 37.6133 162.451 37.3641 161.81 37.0626C160.837 36.6049 159.872 36.0521 158.953 35.3968L158.912 35.3664C157.557 34.3209 156.378 32.956 155.525 31.4188C154.489 29.5601 154.208 27.4806 154.229 25.56C154.244 23.5587 154.712 21.5383 155.613 19.8168L155.625 19.794C156.582 18.0344 157.898 16.5527 159.321 15.4526C161.136 14.0287 163.091 13.1921 164.787 12.678L164.767 12.6843C165.603 12.411 166.388 12.2159 167.098 12.0707C168.446 11.7945 169.907 11.6418 171.439 11.6334C174.489 11.6188 177.944 11.9736 181.343 13.3456C184.033 14.4249 186.655 16.1385 188.76 18.4379L189.357 19.0914L188.802 19.7537C188.195 20.485 187.581 21.2206 186.963 21.959C186.407 22.6228 185.842 23.3026 185.269 23.9961L184.55 24.8547L183.82 24.0314C182.291 22.3162 180.32 20.8712 178.027 20.0208C175.832 19.194 173.438 18.7765 171.019 18.7916C168.716 18.7938 166.437 19.3274 164.693 20.6321L164.703 20.6245C163.199 21.7315 162.394 23.3818 162.389 25.21C162.386 25.3962 162.392 25.5787 162.408 25.7577C162.475 26.5201 162.745 27.2305 163.275 27.8111C164.008 28.6196 164.978 29.2988 166.063 29.8436L166.053 29.8386C167.392 30.4879 168.836 31.0256 170.319 31.476L170.294 31.4694C172.019 31.9299 173.737 32.4328 175.412 32.9607L175.392 32.955C177.195 33.4602 178.932 34.0658 180.548 34.7441C182.268 35.4427 183.81 36.3687 185.054 37.4232C186.579 38.6585 187.605 40.1257 188.245 41.4011C188.298 41.5072 188.349 41.6126 188.397 41.717C189.333 43.854 189.368 45.6293 189.366 47.12C189.324 48.9673 189.02 50.496 188.409 52.2464C187.94 53.5171 187.192 54.8925 185.861 56.306C185.705 56.4707 185.542 56.6347 185.371 56.7973C183.992 58.1211 182.042 59.2084 179.94 59.9277C177.774 60.6775 175.431 60.925 173.308 60.9214C171.06 60.8698 171.582 60.7552 173.814 60.596C176.211 60.3907 178.265 59.968 179.738 59.3704C180.272 59.1565 180.735 58.9343 181.118 58.7127C182.705 57.7785 183.654 56.991 184.653 56.0262C185.456 55.2151 186.35 54.2995 187.215 52.717C187.355 52.4552 187.475 52.1958 187.579 51.9406C188.344 49.972 188.39 48.4291 188.307 47.12C188.244 46.22 188.133 45.4126 187.994 44.5605C187.817 43.5962 187.74 43.0302 187.24 41.9347C186.805 41.081 186.144 39.799 184.322 38.3413L184.312 38.3338C183.305 37.5173 181.937 36.6579 180.068 35.9612C179.457 35.7262 178.808 35.4947 178.112 35.2687C177.049 34.9232 176.015 34.6333 175.015 34.3866L174.99 34.3797C173.168 33.8682 171.473 33.4349 169.896 33.0636L169.868 33.056C168.19 32.6009 166.668 32.0677 165.303 31.4531L165.291 31.4475C163.971 30.8316 162.811 30.0491 161.904 29.1055C160.787 27.9688 160.405 26.4287 160.409 25.21C160.385 23.5929 160.839 22.0921 161.573 20.9656C162.009 20.2809 162.645 19.5786 163.444 18.9747L163.455 18.9667C165.303 17.5495 168.138 16.7268 171.019 16.7895C173.55 16.8059 176.245 17.2853 178.705 18.2378C180.552 18.9413 182.234 19.9825 183.626 21.1654C184.16 21.6165 184.71 22.1402 185.254 22.7343L183.773 22.7704C184.815 21.483 185.999 20.0279 187.257 18.4866L187.299 19.8017C185.519 17.8834 183.153 16.2559 180.578 15.2276C177.487 13.9698 174.157 13.633 171.439 13.6587C169.899 13.6701 168.565 13.85 167.533 14.0794C166.715 14.2604 166.025 14.465 165.428 14.6676L165.405 14.6751C162.939 15.5043 161.95 16.0512 160.549 16.9813C159.85 17.4754 159.058 18.107 158.184 19.2226ZM200.948 14.0853C199.845 14.0508 198.791 14.0551 197.755 14.0826L198.528 13.31C198.633 17.2677 199.077 20.9615 198.995 26.0964C198.891 32.5756 198.501 33.546 198.589 40.9664C198.677 48.3864 198.41 55.8106 198.57 59.1146C198.586 59.4353 198.595 59.7283 198.6 60L197.755 59.1552C199.912 59.1192 200.735 59.3948 203.565 59.4158L202.981 60C202.984 59.515 202.98 58.971 202.966 58.3513C202.859 53.6599 202.922 50.8165 203.079 46.7134C203.103 46.0917 203.126 45.2747 203.148 44.32L203.147 44.1669L203.252 44.0444C204.577 42.6095 206.277 40.7383 208.021 38.7934L208.255 38.5216L208.494 38.7986C211.392 42.2952 214.492 45.9562 216.163 47.7766C219.266 51.1561 222.38 55.369 224.346 57.8239C224.959 58.5886 225.43 59.1996 225.784 59.6741C225.934 59.8751 225.984 59.9837 225.961 60.0036C225.961 60.0036 225.961 60.0037 225.961 60.0037C225.931 60.0284 225.787 59.9157 225.575 59.6729C224.551 58.4944 222.998 56.7504 221.114 54.7326C217.601 50.9703 217.459 50.3555 212.881 45.1348C210.987 42.975 209.382 41.1926 207.787 39.3948L208.714 39.405C207.281 41.1162 205.833 42.8205 204.092 44.7844L204.267 44.32C204.263 45.6996 204.247 47.1866 204.212 48.8367C204.11 53.6565 204.32 56.2855 204.425 60L204.416 60.8687L203.565 60.8598C201.931 60.9061 200.087 60.932 197.755 60.9022L196.843 60.8927L196.853 60C196.87 58.6485 196.906 57.133 196.968 55.3991C197.378 43.8694 196.621 42.6558 196.521 31.166C196.471 25.5228 196.547 19.1525 196.632 13.31L196.644 12.1758L197.755 12.1874C199.772 12.2169 201.726 12.2476 203.565 12.2748L204.611 12.2857L204.6 13.31C204.546 16.9912 204.505 20.2137 204.517 22.5639C204.538 26.7865 204.579 31.8924 204.585 37.46L202.789 36.7968C205.103 34.085 207.551 31.2385 210.071 28.3508C214.181 23.642 218.789 18.1316 223.447 12.6533L223.76 12.2949L224.215 12.2996C226.653 12.2928 229.091 12.2929 231.495 12.3076L233.715 12.324L232.249 13.9709C231.156 15.2013 230.07 16.4148 228.994 17.601C223.975 23.1377 217.535 30.2621 212.451 35.8651L212.454 35.1383C214.637 37.7562 216.552 40.0585 217.953 41.7539C222.464 47.2118 223.565 48.5404 228.086 53.639C229.644 55.3962 231.522 57.58 233.385 59.8184L233.78 60.2826L233.175 60.278C231.23 60.2438 229.271 60.1891 227.446 60.1111C225.152 60.0131 225.672 59.8767 227.981 59.8114C229.945 59.7559 231.704 59.7543 233.175 59.729L232.97 60.177C232.266 59.3886 231.649 58.7211 231.12 58.2169C228.592 55.808 227.528 54.7749 224.811 51.3232C222.095 47.8716 220.403 46.6007 218.771 44.6303C217.339 42.9003 217.34 42.5799 211.508 35.9548L211.112 35.5059L211.511 35.0409C212.311 34.1102 213.216 33.0509 214.244 31.8408C222.666 21.9274 227.327 16.5325 230.538 12.7971C230.59 12.7361 230.644 12.6741 230.698 12.6112L231.495 14.3699C229.639 14.3845 227.09 14.3634 224.215 14.335L224.994 13.9761C221.776 17.6655 217.927 22.0602 214.734 25.8743C212.149 28.962 208.177 33.6095 204.334 38.1172L202.57 40.2045L202.554 37.46C202.545 31.5757 202.53 25.8787 202.462 22.6006C202.353 17.3194 202.523 16.2696 202.68 13.31L203.565 14.1945C202.838 14.1559 201.996 14.118 200.948 14.0853ZM243.566 40.6764C242.039 44.0289 241.641 46.9907 239.873 51.1138C238.13 55.1776 237.51 55.7004 235.737 60.3096L234.966 59.1695C235.038 59.1684 235.111 59.1672 235.185 59.166C237.405 59.1281 239.625 59.1564 241.616 59.1878L240.861 59.6992C241.868 57.2856 242.733 55.2425 243.129 54.0027C243.769 52.0015 244.275 51.7965 245.204 49.424L245.342 49.0626L245.746 49.0566C245.978 49.0551 246.229 49.0503 246.5 49.0413C249.748 48.9337 251.716 48.9969 254.557 49.1543C257.309 49.3069 265.589 49.4378 268.986 49.2698L269.231 49.2661L269.33 49.5029C269.375 49.6017 269.419 49.6958 269.461 49.7848C270.815 52.6608 271.844 56.1468 272.576 58.198C272.804 58.837 272.97 59.3451 273.089 59.7381C273.139 59.9046 273.139 59.9906 273.111 60.0021C273.111 60.0021 273.111 60.0021 273.111 60.0021C273.075 60.0163 272.994 59.915 272.907 59.71C272.485 58.7146 271.828 57.2369 270.992 55.5156C269.766 52.9929 269.58 52.1642 268.632 49.7811L268.986 50.0211C268.288 50.0207 267.462 50.03 266.434 50.0586C261.628 50.1923 258.741 50.4595 253.087 50.2867C249.92 50.1899 248.119 50.3742 245.746 50.4831L246.529 49.9522C245.918 51.7157 245.133 53.7903 243.665 56.9852C243.091 58.2352 242.627 59.3015 242.238 60.2481L242.06 60.6766L241.616 60.67C238.867 60.6411 237.12 60.7946 234.966 60.9502L233.547 60.9301L234.084 59.6457C234.605 58.0203 235.219 56.1585 236.268 53.4477C239.14 46.03 243.271 36.8696 245.026 32.4078C246.782 27.946 249.101 21.938 251.728 15.6684C252.094 14.793 252.466 13.8862 252.843 12.9552L253.097 12.3489L253.726 12.3583C256.029 12.3637 258.459 12.3442 260.936 12.3255L261.615 12.3357L261.849 12.9418C263.442 16.8071 265.082 20.7958 266.509 24.5911C269.15 31.6158 272.909 41.5371 274.602 46.1382C276.295 50.7391 276.71 51.8595 278.56 56.1993C279.021 57.2816 279.536 58.5499 280.054 59.884L280.221 60.3166L279.766 60.3102C277.899 60.2852 275.927 60.2213 274.141 60.1111C272.553 60.0131 272.913 59.8767 274.511 59.8114C276.72 59.7212 278.555 59.7732 279.766 59.6353L279.428 60.1364C279.394 60.0742 279.36 60.0142 279.327 59.9564C278.111 57.8524 277.607 56.9529 276.655 54.0618C275.703 51.1707 274.75 50.012 274.136 48.3505C273.522 46.689 273.779 46.6166 270.222 38.3438C266.664 30.0708 264.77 25.5131 263.449 22.3696C262.632 20.4242 261.382 17.1213 260.038 13.6721L260.936 14.2782C258.656 14.2516 256.311 14.2377 254.193 14.2694C254.042 14.2717 253.886 14.2739 253.726 14.2759L254.622 13.6701C252.564 18.9867 248.471 28.9909 246.943 33.1503C245.371 37.4263 245.092 37.324 243.566 40.6764ZM252.878 45.2353C251.248 45.069 249.965 45.8037 247.979 45.6999C247.779 45.6894 247.596 45.6761 247.426 45.6606L245.7 45.7161L246.31 44.0184C246.995 42.6619 247.445 42.3595 248.124 40.4284C248.879 38.2809 249.964 36.2625 250.188 35.2617C250.411 34.261 250.901 34.3397 251.33 32.9627C251.759 31.5857 252.138 30.7984 252.747 29.6866C253.356 28.5748 254.903 25.0306 255.24 23.6527C255.577 22.2749 256.478 20.9079 256.907 20.0408C257.04 19.7707 257.159 19.5635 257.258 19.408C257.3 19.3422 257.342 19.3207 257.371 19.3321C257.371 19.3321 257.371 19.3321 257.371 19.3321C257.407 19.3463 257.422 19.4113 257.39 19.5048C257.236 19.9586 257.031 20.6469 256.85 21.4842C256.512 23.0454 256.181 23.0998 255.523 25.128C254.864 27.1562 254.642 28.4434 253.561 30.7084C252.479 32.9733 252.94 33.7741 251.259 36.9103C249.578 40.0464 250.144 40.6705 248.942 43.9829C248.831 44.2901 248.712 44.6031 248.588 44.9197L247.426 43.2103C250.752 43.1986 254.59 43.5392 256.517 43.5078C258.64 43.4732 261.492 43.3851 264.502 43.4849C265.364 43.5135 266.284 43.5132 267.236 43.5025L266.345 44.81C265.453 42.6118 264.427 40.252 263.678 37.9986C262.63 34.8408 261.122 30.3863 260.469 28.3112C259.816 26.2362 259.654 25.7314 258.804 23.8208C258.316 22.7226 257.758 21.1648 257.428 19.7932C257.263 19.1029 257.448 19.2013 257.767 19.8362C258.235 20.7646 258.486 21.5787 258.839 22.0127C259.546 22.8799 259.833 23.2537 260.14 24.5782C260.448 25.9027 261.099 26.3279 261.337 27.0767C261.576 27.8256 261.323 27.9108 262.972 31.547C264.62 35.1832 265.467 37.1986 266.065 38.586C266.567 39.7508 267.309 42.0657 268.112 44.1159L268.646 45.3558L267.236 45.4011C266.815 45.4008 266.403 45.4061 266.008 45.4194C263.547 45.5027 258.545 45.4264 256.528 45.5627C254.511 45.699 254.507 45.4015 252.878 45.2353ZM286.645 13.8148C286.479 16.1324 287.214 17.9568 287.11 20.7815C287.006 23.6063 286.616 24.0294 286.704 27.2645C286.792 30.4994 286.525 33.7361 286.685 35.1765C286.846 36.6169 286.361 36.7689 286.469 38.8143C286.576 40.8596 286.513 42.0993 286.356 43.8881C286.198 45.677 286.064 51.1728 286.257 53.1713C286.451 55.1697 286.115 57.449 286.036 58.8198C286.011 59.2468 285.977 59.5828 285.942 59.8404C285.927 59.9495 285.895 60 285.865 60C285.865 60 285.864 60 285.864 60C285.826 60 285.788 59.9218 285.783 59.7815C285.76 59.1007 285.697 58.0832 285.558 56.8812C285.298 54.6398 285.585 54.3949 285.452 51.3684C285.318 48.3419 285.051 46.5235 285.223 42.9624C285.396 39.4014 284.673 38.5835 285.083 33.5567C285.493 28.5301 284.736 28.001 284.636 22.9918C284.574 19.9033 284.709 16.3152 284.813 13.31L284.839 12.2284L285.87 12.253C287.739 12.3179 289.383 12.3711 290.54 12.3578C290.906 12.3536 291.286 12.3487 291.68 12.3433L292.669 12.3669L292.647 13.31C292.686 16.1743 292.743 19.7634 292.655 23.5263C292.555 27.8071 292.807 33.0915 292.629 37.8168C292.451 42.542 292.226 49.2224 292.076 52.3087C291.925 55.3948 291.891 56.1471 291.983 59.1177C291.992 59.3961 291.997 59.6917 292 60L291.993 60.3277L291.68 60.3203C290.098 60.3356 288.179 60.2741 286.516 60.1111C285.516 60.0131 285.742 59.8767 286.749 59.8114C288.221 59.716 289.429 59.7798 290.187 59.6093C290.774 59.4773 291.23 59.3768 291.68 59.3148L290.995 60C290.897 59.2884 290.895 58.5926 291.016 57.4205C291.215 55.5076 290.764 54.6062 290.816 53.4911C290.868 52.376 291.134 52.3943 290.929 46.7242C290.724 41.054 290.672 37.9457 290.622 35.7984C290.573 33.6511 290.804 29.1675 290.721 25.6681C290.647 22.5641 290.699 16.616 290.616 13.31L291.68 14.3741C291.259 14.3846 290.881 14.3973 290.557 14.4127C287.913 14.5383 287.701 14.2955 285.87 14.1265L286.687 13.31C286.672 13.4657 286.658 13.6331 286.645 13.8148ZM304.063 19.2226C303.707 19.6825 303.402 20.1649 303.142 20.6615L303.15 20.646C302.385 22.1977 302.153 23.8655 302.265 25.56C302.373 27.1567 302.704 28.7839 303.55 30.2026C303.975 30.9132 304.48 31.6126 305.094 32.2881C305.498 32.7333 305.901 33.1081 306.294 33.4344L306.255 33.4052C307.786 34.5561 308.999 35.2025 310.305 35.782C311.671 36.3551 313.116 36.9211 315.312 37.5825L315.287 37.5755C315.955 37.7528 316.689 37.9445 317.505 38.1561C318.484 38.4099 319.46 38.6763 320.422 38.9506L320.395 38.9433C322.023 39.3489 323.6 39.9322 324.999 40.7277L324.968 40.711C326.316 41.3963 327.504 42.3274 328.356 43.408C329.453 44.7802 329.699 46.3963 329.705 47.61C329.71 48.4594 329.579 49.1821 329.448 49.7633C329.368 50.1165 329.271 50.4289 329.168 50.711L329.163 50.724C328.606 52.0936 327.915 52.7441 327.028 53.4972L327.013 53.5112C326.203 54.1284 325.158 54.7587 323.403 55.4487C323.35 55.4694 323.296 55.4901 323.241 55.5104C321.257 56.2209 319.531 56.3049 317.948 56.3086C316.337 56.294 314.81 56.0979 313.193 55.6253C312.713 55.4836 312.223 55.3225 311.72 55.1359C311.044 54.8844 310.125 54.5206 309.092 53.9959C308.029 53.4367 306.848 52.7096 305.701 51.7983C304.776 51.0221 303.855 50.1615 303.022 49.2115L303.488 49.1962C302.295 50.7084 301.108 52.23 300.053 53.6028L300.04 53.2215C301.308 54.6254 302.622 55.641 303.572 56.2579C304.761 57.0325 306.045 57.7701 307.355 58.4167C310.095 59.7383 313.06 60.3664 315.113 60.5757C316.058 60.6734 316.807 60.7253 317.382 60.7668C317.624 60.7839 317.738 60.8146 317.738 60.8456C317.738 60.8457 317.738 60.8457 317.738 60.8457C317.738 60.884 317.563 60.9228 317.248 60.9236C315.722 60.9217 313.428 60.8845 310.744 60.3742C309.106 60.0547 307.976 59.6443 306.99 59.1967C305.037 58.1819 303.361 57.4318 299.996 54.2289C299.824 54.0559 299.657 53.8824 299.495 53.7087L299.254 53.4332L299.476 53.154C300.69 51.5225 301.75 50.0699 302.79 48.6536L303.228 48.1025L303.682 48.6243C304.493 49.4846 305.375 50.2587 306.331 51.0134L306.316 51.0018C307.289 51.7243 308.36 52.3883 309.583 53.0012L309.573 52.9965C310.725 53.5514 312.014 54.0491 313.493 54.4627C313.661 54.51 313.833 54.5552 314.007 54.5981C315.475 54.9571 316.774 55.0444 317.948 55.0266C319.815 54.9861 321.395 54.7423 322.919 54.1281C323.944 53.6998 325.01 53.1694 325.955 52.3213L325.935 52.3398C326.557 51.7362 327.15 51.0061 327.54 50.0747L327.535 50.0886C327.83 49.3419 328.065 48.5118 328.096 47.61C328.112 47.1325 328.085 46.6402 327.988 46.1476C327.85 45.4469 327.569 44.8433 327.192 44.3501C326.348 43.2509 325.3 42.5449 324.3 42.0467L324.274 42.0331C322.775 41.2162 321.368 40.8125 319.998 40.5303L319.973 40.5235C318.328 40.1323 316.734 39.7971 314.812 39.3812L314.78 39.3722C313.281 38.9962 311.592 38.523 309.557 37.8279L309.547 37.8241C308.95 37.6133 308.33 37.3641 307.689 37.0626C306.716 36.6049 305.751 36.0521 304.832 35.3968L304.791 35.3664C303.436 34.3209 302.257 32.956 301.404 31.4188C300.368 29.5601 300.087 27.4806 300.108 25.56C300.123 23.5587 300.591 21.5383 301.492 19.8168L301.504 19.794C302.461 18.0344 303.777 16.5527 305.2 15.4526C307.015 14.0287 308.97 13.1921 310.666 12.678L310.646 12.6843C311.482 12.411 312.267 12.2159 312.977 12.0707C314.325 11.7945 315.786 11.6418 317.318 11.6334C320.368 11.6188 323.823 11.9736 327.222 13.3456C329.912 14.4249 332.534 16.1385 334.639 18.4379L335.236 19.0914L334.681 19.7537C334.074 20.485 333.46 21.2206 332.842 21.959C332.286 22.6228 331.721 23.3026 331.148 23.9961L330.428 24.8547L329.699 24.0314C328.17 22.3162 326.199 20.8712 323.906 20.0208C321.711 19.194 319.317 18.7765 316.898 18.7916C314.594 18.7938 312.316 19.3274 310.572 20.6321L310.582 20.6245C309.077 21.7315 308.273 23.3818 308.268 25.21C308.264 25.3962 308.27 25.5787 308.287 25.7577C308.353 26.5201 308.623 27.2305 309.154 27.8111C309.887 28.6196 310.857 29.2988 311.942 29.8436L311.932 29.8386C313.271 30.4879 314.715 31.0256 316.198 31.476L316.173 31.4694C317.898 31.9299 319.616 32.4328 321.291 32.9607L321.271 32.955C323.074 33.4602 324.811 34.0658 326.427 34.7441C328.146 35.4427 329.689 36.3687 330.933 37.4232C332.458 38.6585 333.484 40.1257 334.124 41.4011C334.177 41.5072 334.228 41.6126 334.275 41.717C335.212 43.854 335.247 45.6293 335.245 47.12C335.203 48.9673 334.899 50.496 334.288 52.2464C333.819 53.5171 333.071 54.8925 331.74 56.306C331.584 56.4707 331.421 56.6347 331.25 56.7973C329.871 58.1211 327.921 59.2084 325.819 59.9277C323.653 60.6775 321.309 60.925 319.187 60.9214C316.939 60.8698 317.461 60.7552 319.693 60.596C322.09 60.3907 324.143 59.968 325.617 59.3704C326.151 59.1565 326.614 58.9343 326.997 58.7127C328.584 57.7785 329.533 56.991 330.532 56.0262C331.335 55.2151 332.229 54.2995 333.094 52.717C333.234 52.4552 333.354 52.1958 333.458 51.9406C334.223 49.972 334.268 48.4291 334.186 47.12C334.123 46.22 334.011 45.4126 333.873 44.5605C333.696 43.5962 333.619 43.0302 333.119 41.9347C332.684 41.081 332.023 39.799 330.201 38.3413L330.191 38.3338C329.184 37.5173 327.816 36.6579 325.947 35.9612C325.336 35.7262 324.687 35.4947 323.991 35.2687C322.928 34.9232 321.894 34.6333 320.894 34.3866L320.869 34.3797C319.047 33.8682 317.352 33.4349 315.775 33.0636L315.746 33.056C314.069 32.6009 312.547 32.0677 311.182 31.4531L311.17 31.4475C309.85 30.8316 308.689 30.0491 307.783 29.1055C306.666 27.9688 306.284 26.4287 306.288 25.21C306.264 23.5929 306.718 22.0921 307.452 20.9656C307.888 20.2809 308.523 19.5786 309.323 18.9747L309.334 18.9667C311.182 17.5495 314.017 16.7268 316.898 16.7895C319.429 16.8059 322.124 17.2853 324.583 18.2378C326.431 18.9413 328.113 19.9825 329.505 21.1654C330.039 21.6165 330.589 22.1402 331.133 22.7343L329.652 22.7704C330.694 21.483 331.878 20.0279 333.136 18.4866L333.178 19.8017C331.397 17.8834 329.032 16.2559 326.457 15.2276C323.366 13.9698 320.036 13.633 317.318 13.6587C315.778 13.6701 314.444 13.85 313.412 14.0794C312.594 14.2604 311.904 14.465 311.307 14.6676L311.284 14.6751C308.818 15.5043 307.829 16.0512 306.428 16.9813C305.729 17.4754 304.937 18.107 304.063 19.2226Z' fill='%23171717'/%3E%3C/svg%3E%0A");
}
.home_index_page .main .cta-section.march2026 .cta-content h1.title.en .title-svg {
  width: 471px;
  height: 184px;
  background-image: url("data:image/svg+xml,%3Csvg width='471' height='184' viewBox='0 0 471 184' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.57 36.69C3.57 22.9 12.88 12.54 26.74 12.54C40.53 12.54 49.91 22.9 49.91 36.69C49.91 50.48 40.53 60.84 26.74 60.84C12.88 60.84 3.57 50.48 3.57 36.69ZM43.89 36.69C43.89 25.77 37.17 17.72 26.74 17.72C16.24 17.72 9.59 25.77 9.59 36.69C9.59 47.54 16.24 55.66 26.74 55.66C37.17 55.66 43.89 47.54 43.89 36.69ZM58.9854 60V13.31H77.7454C87.1254 13.31 92.3754 19.75 92.3754 27.38C92.3754 35.01 86.9854 41.45 77.7454 41.45H64.7954V60H58.9854ZM86.3554 27.38C86.3554 22.13 82.5754 18.49 77.0454 18.49H64.7954V36.27H77.0454C82.5754 36.27 86.3554 32.63 86.3554 27.38ZM111.619 60V18.49H96.8494V13.31H132.269V18.49H117.429V60H111.619ZM139.991 60V13.31H145.801V60H139.991ZM178.649 60.84C165.419 60.84 154.849 51.04 154.849 36.69C154.849 22.34 165.419 12.54 178.649 12.54C187.119 12.54 192.859 16.53 196.569 21.78L191.669 24.51C189.009 20.59 184.179 17.72 178.649 17.72C168.639 17.72 160.869 25.56 160.869 36.69C160.869 47.75 168.639 55.66 178.649 55.66C184.179 55.66 189.009 52.86 191.669 48.87L196.639 51.6C192.719 56.92 187.119 60.84 178.649 60.84ZM237.369 60L233.239 49.64H209.579L205.449 60H199.009L217.769 13.31H224.979L243.809 60H237.369ZM221.409 18.49L211.259 44.46H231.489L221.409 18.49ZM249.913 60V13.31H255.723V54.82H277.423V60H249.913Z' fill='white'/%3E%3Cpath d='M47.754 28.0711C46.8164 24.9722 44.9923 23.0354 42.5125 20.2083C39.855 17.5327 39.569 16.7411 35.4808 14.9898C32.3906 13.8035 29.0648 13.2928 26.74 13.3031C25.9334 13.3012 25.264 13.3501 24.7549 13.4299C22.8017 13.7927 22.4931 13.2735 19.7617 14.12C17.0784 15.0706 15.5259 15.8047 13.3829 17.0935C11.0029 18.124 6.07163 24.3723 5.59306 27.2637C4.76722 29.9427 3.94975 33.0571 3.78238 35.0121C3.72357 35.6216 3.68073 36.0905 3.64239 36.4611C3.62632 36.6173 3.59532 36.69 3.56437 36.69C3.56435 36.69 3.56433 36.69 3.56431 36.69C3.52592 36.69 3.48762 36.5771 3.48476 36.3752C3.47137 35.4019 3.46921 33.938 3.59674 32.2014C3.95713 28.9761 4.19001 28.6218 5.8825 24.5794C7.82311 20.6805 9.38527 18.1819 13.8583 15.415C18.393 13.145 19.5374 11.7138 26.74 11.7378C26.8319 11.7426 26.9245 11.7481 27.0179 11.7541C34.2488 12.7213 35.4646 12.1681 41.8282 16.2619C48.3314 20.7643 50.8489 30.6694 50.8165 35.0088C50.8503 35.5514 50.8712 36.1028 50.8767 36.69C50.9386 40.8844 50.0323 46.378 46.9212 51.1008C43.6246 56.5607 36.4146 61.3933 29.3081 61.6703C28.4911 61.726 27.6311 61.7467 26.74 61.7246C19.9609 61.8813 12.4381 57.6715 9.98771 54.5382C7.0986 51.1139 6.58508 50.1009 4.87862 46.173C3.95374 43.8786 3.33485 40.4759 3.47298 37.6176C3.54878 36.1785 3.67576 36.5181 3.78439 37.9375C3.96474 40.0203 4.20439 41.7213 4.60105 42.7278C5.43189 44.724 5.77609 45.5206 6.70207 48.0141C7.71776 50.4987 8.88484 51.2484 9.79724 52.4551C10.2748 53.0528 10.4591 53.395 11.2625 54.2407C12.0866 55.0374 13.4875 56.5392 17.088 58.1061C20.9931 59.7103 24.2456 59.8926 26.74 59.8673C28.8996 59.8247 30.528 59.5583 31.8492 59.2566C34.7103 58.7686 40.6169 56.34 43.5577 52.4271C46.5538 49.3207 49.242 41.3085 48.8459 36.69C48.8353 36.1032 48.8054 35.5919 48.7659 35.143C48.2891 31.2411 48.5149 31.1934 47.754 28.0711ZM9.81157 29.6371C10.7538 27.2262 10.9648 24.9153 13.2073 22.3932C15.5829 20.0636 16.2041 19.9855 19.4965 18.2977C22.0372 17.1284 24.8577 16.9371 26.74 16.957C27.3958 16.9588 27.9411 16.9761 28.3647 16.9689C30.0209 16.9884 30.1383 17.4315 32.3764 17.9641C34.6126 18.5949 35.8718 19.3765 37.3831 20.7129C39.1216 21.8854 42.4827 27.0521 43.1196 29.2181C44.0347 31.2869 44.0462 33.8931 44.0235 35.3901C44.022 35.8643 43.9942 36.2282 43.9609 36.5138C43.9467 36.6343 43.9152 36.69 43.8844 36.69C43.8843 36.69 43.8843 36.69 43.8843 36.69C43.8458 36.6899 43.8083 36.6038 43.8021 36.4504C43.7719 35.7111 43.6681 34.5966 43.3533 33.33C42.6901 31.0121 43.0044 30.6346 41.6554 27.6764C40.1197 24.826 38.806 23.3519 35.9034 21.0369C32.7957 19.0271 31.7331 19.1477 26.74 18.5227C26.6719 18.5177 26.6032 18.5129 26.5339 18.5083C21.256 18.5075 20.5965 19.4728 16.6583 22.4477C12.6481 25.6549 10.5242 32.2901 10.5712 35.4737C10.5566 35.8658 10.5515 36.2648 10.5568 36.69C10.588 39.6994 11.2155 43.4967 13.0665 46.9274C15.0711 50.9588 20.0177 54.1277 24.9144 54.622C25.4883 54.7002 26.0999 54.7539 26.74 54.7761C31.539 55.1953 36.9821 52.3147 38.8547 50.0667C41.0585 47.6265 41.4897 46.8202 42.5022 43.8021C43.0442 42.0388 43.5343 39.5563 43.7693 37.3946C43.8822 36.3057 44.0255 36.5496 44.0607 37.6582C44.0966 39.2881 43.8236 40.6005 43.8272 41.4592C43.807 43.1703 43.7529 43.9711 42.7404 45.8954C41.6812 47.7738 41.468 48.8472 40.6598 49.8573C40.2461 50.3469 39.9919 50.5483 39.2981 51.2178C38.579 51.8478 37.4991 53.1087 34.6403 54.6689C31.5297 56.2775 28.8055 56.5719 26.74 56.6322C24.9318 56.6685 23.5414 56.4774 22.4076 56.2466C19.9213 55.8961 15.1351 53.2667 12.7433 49.9444C10.2379 47.2342 8.37629 40.4602 8.52622 36.69C8.5157 36.1998 8.51551 35.771 8.51775 35.3934C8.6308 32.1196 8.98186 32.1193 9.81157 29.6371ZM77.5382 14.0853C74.2643 13.919 71.6871 14.6537 67.6967 14.5499C63.8401 14.4495 63.1526 14.0821 58.9854 14.1368L59.8122 13.31C59.8141 13.4546 59.8165 13.6034 59.8194 13.7567C59.9071 18.3264 59.6405 22.8988 59.8006 24.9335C59.9608 26.9682 59.4766 27.183 59.5841 30.0724C59.6917 32.9617 59.6284 34.7129 59.471 37.2398C59.3136 39.7669 59.1793 47.5304 59.3726 50.3535C59.566 53.1766 59.2305 56.3964 59.1509 58.3328C59.1261 58.936 59.0922 59.4107 59.0569 59.7746C59.042 59.9287 59.0107 60 58.9798 60C58.9797 60 58.9797 60 58.9797 60C58.9412 59.9999 58.9034 59.8895 58.8985 59.6914C58.8749 58.7296 58.8127 57.2923 58.6732 55.5942C58.413 52.4281 58.7005 52.0821 58.5668 47.8067C58.4331 43.5313 58.1659 40.9627 58.3387 35.9322C58.5115 30.9017 57.7883 29.7463 58.1982 22.6453C58.4664 17.9967 58.235 16.071 58.0148 13.31L58.0315 12.3234L58.9854 12.3395C60.4418 12.2233 62.1308 12.1104 64.5744 12.0757C68.7654 12.0161 73.6074 12.1382 77.7454 12.2405C80.7591 12.2935 83.3654 13.0766 85.0497 13.855C89.2104 15.4653 93.6301 20.9729 93.356 27.38C93.3542 27.5028 93.3511 27.6254 93.3465 27.7478C93.6355 34.2189 87.4753 42.0577 80.0905 42.2609C79.3316 42.3332 78.5574 42.3602 77.7454 42.3403C73.564 42.2315 68.7307 42.1113 64.7954 42.0034L65.3488 41.45C65.2914 43.545 65.2375 45.3855 65.1908 46.7376C65.0401 51.0972 65.0061 52.1598 65.0982 56.3562C65.1218 57.4318 65.1249 58.6886 65.1039 60L65.0986 60.3136L64.7954 60.3085C63.1661 60.2824 61.4525 60.219 59.8974 60.1111C58.4849 60.0131 58.805 59.8767 60.2268 59.8114C62.1282 59.7241 63.7181 59.77 64.7954 59.6481L64.4435 60C64.4321 59.8993 64.4192 59.8031 64.4046 59.7115C64.0639 57.5709 63.9332 56.6611 64.1315 53.9587C64.3298 51.2565 63.8791 49.9832 63.931 48.4079C63.9765 47.0257 64.1868 46.8763 64.0993 41.45L64.0878 40.7658L64.7954 40.7539C65.5535 40.7417 66.4147 40.7236 67.3966 40.6985C71.825 40.5853 75.1472 40.5187 77.7454 40.4735C79.7497 40.4334 81.2523 40.1107 82.4541 39.7236C85.1968 39.1651 90.4045 35.3482 91.0778 30.5182C91.257 29.6403 91.3906 28.5667 91.3828 27.38C91.7785 22.2266 87.2274 16.512 84.21 15.7307C80.7725 14.5309 80.6707 14.4167 77.7454 14.0962C77.6778 14.0925 77.6087 14.0888 77.5382 14.0853ZM64.0201 23.0983C64.183 21.5587 63.481 20.3401 63.5502 18.49L63.5081 17.29L64.7954 17.2448C64.8336 17.2462 64.8721 17.248 64.9109 17.2501C66.8262 17.354 67.1131 17.7437 69.3066 17.656C71.5 17.5683 73.6947 17.8349 74.6714 17.6748C75.6258 17.5182 75.7459 17.9772 77.0454 17.8977C77.0773 17.8959 77.1099 17.8938 77.1432 17.8916C78.5966 17.8115 79.5151 18.0336 80.6762 18.5701C81.2566 18.84 82.4294 19.4066 83.4218 20.2529C84.432 21.0798 85.2001 22.161 85.6146 22.7411C86.5001 23.9143 86.5209 25.6434 86.4905 26.567C86.4879 26.8631 86.4597 27.0931 86.4264 27.2703C86.4121 27.3453 86.3806 27.38 86.3498 27.38C86.3497 27.38 86.3497 27.38 86.3497 27.38C86.3112 27.3799 86.2736 27.3266 86.2675 27.2321C86.238 26.7775 86.1361 26.0878 85.8342 25.3444C85.2087 24.018 85.4935 23.7062 84.2774 22.1558C82.9278 20.7335 81.8428 20.2803 79.7547 19.4756C78.6371 19.1003 77.8881 19.2067 77.0454 19.3068C76.1996 19.4088 75.2191 19.4752 73.573 19.2772C70.1647 18.8674 69.806 19.6237 66.4095 19.7243C65.8887 19.7397 65.3469 19.743 64.7954 19.7375L66.0429 18.49C66.0129 21.5347 65.7183 24.8738 65.7476 26.6073C65.7822 28.6547 65.8703 31.4046 65.7705 34.3072C65.7489 34.9333 65.7438 35.5911 65.7471 36.27L64.7954 35.3183C67.2634 35.306 70.0094 35.1812 72.5221 35.3209C73.8863 35.3967 75.4909 35.481 77.0454 35.5645C79.0332 35.703 80.9146 35.1812 81.9409 34.6673C83.6951 33.7298 84.141 33.3095 85.0515 31.6094C85.5458 30.6076 86.0042 29.1422 86.2355 27.8136C86.3471 27.1462 86.4903 27.2882 86.5271 27.9869C86.5663 29.0142 86.3035 29.8243 86.3082 30.382C86.2913 31.4975 86.2085 32.0753 85.2446 33.1177C84.2548 34.0997 84.0245 34.8275 83.3101 35.2898C82.9518 35.5035 82.7388 35.5537 82.1714 35.802C81.5967 36.0252 80.6773 36.5325 78.6538 36.9204C78.0882 37.0219 77.5521 37.0757 77.0454 37.099C74.1395 37.2409 72.4056 37.2854 71.1536 37.3277C69.8002 37.3734 67.078 37.1773 64.7954 37.2163L63.8834 37.2483L63.8491 36.27C63.8461 36.097 63.8418 35.9265 63.836 35.7594C63.7527 33.3865 63.829 28.5627 63.6927 26.6181C63.5564 24.6736 63.8539 24.6696 64.0201 23.0983ZM107.623 14.0853C104.032 13.9206 101.198 14.6402 96.8494 14.5526L98.0919 13.31C98.0911 13.3506 98.0902 13.3914 98.0893 13.4323C98.0344 15.7655 97.8998 17.051 97.798 18.49L96.8494 17.5414C98.1351 17.6324 99.5434 17.6974 101.931 17.656C105.484 17.5944 109.038 17.7075 111.619 17.7249L112.373 17.7134L112.384 18.49C112.377 19.585 112.387 20.5052 112.435 21.1761C112.595 23.4288 112.111 23.6665 112.218 26.8656C112.326 30.0645 112.262 32.0033 112.105 34.801C111.948 37.5989 111.813 46.1943 112.007 49.3198C112.2 52.4454 111.864 56.0103 111.785 58.1542C111.76 58.822 111.726 59.3475 111.691 59.7504C111.676 59.9211 111.645 60 111.614 60C111.614 60 111.614 60 111.614 60C111.575 59.9999 111.537 59.8777 111.533 59.6583C111.509 58.5935 111.447 57.0021 111.307 55.1221C111.047 51.6167 111.334 51.2337 111.201 46.5001C111.067 41.7667 110.8 38.9228 110.973 33.3532C111.145 27.7838 110.422 26.5045 110.832 18.6427C110.835 18.5915 110.837 18.5406 110.84 18.49L111.619 19.2694C104.463 18.9059 103.195 19.5213 96.8494 19.6927L95.6286 19.6742L95.6466 18.49C95.6331 17.9897 95.6224 17.4579 95.6151 16.8891C95.6002 15.7331 95.5967 14.5323 95.6012 13.31L95.6205 12.0432L96.8494 12.0619C103.911 12.0884 111.691 12.3873 115.717 12.3578C120.155 12.3253 126.023 12.2456 132.269 12.3189L133.275 12.3342L133.261 13.31C133.256 13.7113 133.25 14.1142 133.244 14.5184C133.225 15.7911 133.219 17.1206 133.22 18.49L133.206 19.4552L132.269 19.4409C127.567 19.4446 122.394 19.5349 117.429 19.4943L118.434 18.49C118.424 19.6848 118.406 20.8675 118.379 22.0286C118.2 29.4188 117.975 39.867 117.825 44.694C117.674 49.5207 117.64 50.6972 117.732 55.3432C117.759 56.7034 117.759 58.3253 117.727 60L117.723 60.3025L117.429 60.2981C115.816 60.2673 114.154 60.2066 112.629 60.1111C111.065 60.0131 111.42 59.8767 112.994 59.8114C114.758 59.7383 116.281 59.7587 117.429 59.6954L117.125 60C117.105 59.6502 117.078 59.335 117.039 59.0581C116.698 56.6881 116.567 55.6808 116.766 52.6889C116.964 49.6971 116.513 48.2873 116.565 46.5433C116.617 44.7992 116.883 44.8279 116.678 35.9598C116.473 27.0917 116.421 22.2302 116.372 18.8719C116.37 18.7493 116.368 18.622 116.367 18.49L116.351 17.4444L117.429 17.428C120.78 17.4006 127.101 17.5947 132.269 17.5386L131.318 18.49C131.316 18.2807 131.313 18.0733 131.31 17.868C131.291 16.6009 131.28 15.0307 131.273 13.31L132.269 14.3062C126.558 14.3288 119.189 14.3079 115.742 14.4127C111.257 14.549 111.248 14.2515 107.623 14.0853ZM140.767 13.8148C140.6 16.1324 141.335 17.9568 141.231 20.7815C141.127 23.6063 140.738 24.0294 140.825 27.2645C140.913 30.4994 140.646 33.7361 140.806 35.1765C140.967 36.6169 140.482 36.7689 140.59 38.8143C140.698 40.8596 140.634 42.0993 140.477 43.8881C140.32 45.677 140.185 51.1728 140.378 53.1713C140.572 55.1697 140.236 57.449 140.157 58.8198C140.132 59.2468 140.098 59.5828 140.063 59.8404C140.048 59.9495 140.017 60 139.986 60C139.986 60 139.986 60 139.986 60C139.947 60 139.909 59.9218 139.904 59.7815C139.881 59.1007 139.819 58.0832 139.679 56.8812C139.419 54.6398 139.706 54.3949 139.573 51.3684C139.439 48.3419 139.172 46.5235 139.345 42.9624C139.517 39.4014 138.794 38.5835 139.204 33.5567C139.614 28.5301 138.858 28.001 138.757 22.9918C138.695 19.9033 138.83 16.3152 138.934 13.31L138.96 12.2284L139.991 12.253C141.86 12.3179 143.504 12.3711 144.662 12.3578C145.027 12.3536 145.407 12.3487 145.801 12.3433L146.79 12.3669L146.768 13.31C146.807 16.1743 146.864 19.7634 146.776 23.5263C146.677 27.8071 146.928 33.0915 146.75 37.8168C146.572 42.542 146.347 49.2224 146.197 52.3087C146.046 55.3948 146.012 56.1471 146.104 59.1177C146.113 59.3961 146.119 59.6917 146.122 60L146.114 60.3277L145.801 60.3203C144.219 60.3356 142.3 60.2741 140.637 60.1111C139.637 60.0131 139.864 59.8767 140.87 59.8114C142.342 59.716 143.55 59.7798 144.308 59.6093C144.895 59.4773 145.351 59.3768 145.801 59.3148L145.116 60C145.018 59.2884 145.016 58.5926 145.137 57.4205C145.336 55.5076 144.885 54.6062 144.937 53.4911C144.989 52.376 145.255 52.3943 145.05 46.7242C144.845 41.054 144.793 37.9457 144.744 35.7984C144.694 33.6511 144.925 29.1675 144.842 25.6681C144.768 22.5641 144.82 16.616 144.737 13.31L145.801 14.3741C145.38 14.3846 145.002 14.3973 144.678 14.4127C142.035 14.5383 141.822 14.2955 139.991 14.1265L140.808 13.31C140.793 13.4657 140.78 13.6331 140.767 13.8148ZM195.352 21.4351C192.556 17.6801 189.119 15.8098 183.864 14.3655C181.61 13.8041 180.098 13.6554 178.649 13.5544C176.661 13.4742 174.716 13.3863 171.128 14.5382C164.865 16.4897 160.198 21.5293 158.979 24.1284C157.757 26.7136 157.046 26.7794 156.089 30.8249C155.644 33.0994 155.522 34.9115 155.482 36.69C155.458 38.0952 155.497 39.4815 155.685 41.0765C155.876 42.875 156.715 46.5842 158.725 49.8152C160.661 53.0894 163.685 55.6147 165.452 56.6157C168.918 58.7566 173.391 60.2762 176.22 60.5619C177.09 60.6677 177.785 60.7241 178.318 60.7664C178.544 60.784 178.649 60.8146 178.649 60.8456C178.649 60.8457 178.649 60.8457 178.649 60.8457C178.649 60.884 178.485 60.9229 178.193 60.923C176.777 60.9221 174.65 60.8384 172.167 60.3378C167.634 59.1386 166.995 58.8895 162.014 54.9418C157.448 50.5755 155.074 46.833 154.32 39.3072C154.256 38.3553 154.232 37.4949 154.229 36.69C154.56 31.3604 153.75 27.9744 159.602 20.4642C167.105 13.467 168.855 12.3199 178.649 11.3172C178.98 11.3128 179.309 11.3145 179.657 11.324C186.448 11.2152 194.006 15.6398 197.433 21.1697L198.108 22.1486L197.084 22.7039C195.301 23.6583 193.631 24.5538 192.143 25.3601L191.35 25.7902L190.864 25.0564C190.061 23.8405 189.139 22.8944 188.305 22.2003C185.996 20.2577 182.543 18.7099 178.649 18.7352C174.966 18.7248 170.987 19.9626 167.876 22.5974C164.14 25.6362 161.772 31.0963 161.872 36.69C161.872 40.8788 163.142 45.0625 165.506 48.2708C168.106 52.0419 173.366 55.0144 178.649 54.9935C184.104 55.1622 188.666 52.0877 190.607 49.6504C190.888 49.3177 191.139 48.989 191.365 48.6673L191.557 48.3869L191.845 48.5497C193.905 49.7444 195.351 50.5791 196.764 51.3723L197.025 51.5196L196.848 51.7541C195.599 53.3723 194.366 54.9526 191.829 56.9635C189.043 59.2573 184.155 61.01 179.995 60.9174C177.909 60.8722 178.396 60.7593 180.459 60.5893C183.475 60.293 185.883 59.5737 187.236 58.8124C189.886 57.2125 190.908 56.4745 193.807 53.9308C194.85 52.9596 195.559 52.0413 196.115 51.2136L196.326 52.1709C194.756 51.3976 193.55 50.9264 192.285 50.1942C191.899 49.9707 191.593 49.7824 191.277 49.5847L192.348 49.3223C191.842 49.9728 191.306 50.6952 189.896 51.9938C188.468 53.2052 186.101 55.308 181.176 56.2227C180.315 56.3672 179.469 56.4398 178.649 56.4528C167.593 56.2687 163.389 49.26 161.659 45.6785C160.718 43.6789 159.804 40.3834 159.866 36.69C159.863 32.56 161.176 27.944 163.491 24.6083C165.733 20.8368 172.158 16.4679 178.649 16.7045C183.464 16.6512 187.547 18.8943 189.603 20.6062C191.14 21.853 191.993 22.9599 192.597 23.8805L191.124 23.5306C192.915 22.5874 193.897 22.2074 196.173 21.068L195.904 22.2504C195.74 21.9942 195.557 21.7228 195.352 21.4351ZM207.53 40.8712C206.004 44.2238 205.606 47.1856 203.837 51.3087C202.119 55.3142 201.493 55.8795 199.777 60.3086L199.009 59.1723C199.148 59.1706 199.291 59.1685 199.438 59.166C201.503 59.1307 203.568 59.1528 205.449 59.1813L204.688 59.6968C205.763 57.1147 206.7 54.9183 207.118 53.6125C207.72 51.7268 208.205 51.436 209.036 49.4235L209.174 49.0615L209.579 49.0554C209.923 49.0596 210.31 49.056 210.753 49.0413C214.001 48.9337 215.969 48.9969 218.809 49.1543C221.562 49.3069 229.842 49.4378 233.239 49.2698L233.484 49.2661L233.583 49.5029C233.628 49.6017 233.672 49.6958 233.714 49.7848C235.068 52.6608 236.097 56.1468 236.829 58.198C237.057 58.837 237.223 59.3451 237.342 59.7381C237.392 59.9046 237.392 59.9906 237.364 60.0021C237.364 60.0021 237.364 60.0021 237.364 60.0021C237.328 60.0163 237.247 59.915 237.16 59.71C236.738 58.7146 236.081 57.2369 235.245 55.5156C234.019 52.9929 233.833 52.1642 232.885 49.7811L233.239 50.0211C232.541 50.0207 231.715 50.03 230.687 50.0586C225.881 50.1923 222.994 50.4595 217.34 50.2867C213.989 50.1843 212.168 50.3966 209.579 50.5012L210.379 49.9589C209.787 51.6387 209.013 53.6366 207.654 56.595C206.999 58.0193 206.489 59.205 206.068 60.247L205.891 60.6736L205.449 60.6669C202.852 60.6567 201.148 60.8128 199.009 60.9653L197.567 60.9448L198.113 59.6401C198.62 58.0616 199.226 56.2426 200.233 53.6426C203.105 46.2249 207.236 37.0644 208.991 32.6027C210.746 28.1409 213.065 22.1328 215.692 15.8632C216.084 14.927 216.483 13.9548 216.886 12.9553L217.14 12.3493L217.769 12.3587C220.074 12.3626 222.505 12.3425 224.979 12.3239L225.659 12.3341L225.893 12.9412C227.461 16.7458 229.07 20.6646 230.473 24.3963C233.114 31.421 236.873 41.3424 238.566 45.9434C240.259 50.5443 240.674 51.6647 242.524 56.0046C243.008 57.1397 243.551 58.4795 244.094 59.8851L244.26 60.3136L243.809 60.3072C242.005 60.2803 240.113 60.2172 238.394 60.1111C236.806 60.0131 237.166 59.8767 238.764 59.8114C240.849 59.7263 242.6 59.7678 243.809 59.6568L243.491 60.1284C243.423 59.9977 243.357 59.8753 243.291 59.7616C242.076 57.6577 241.572 56.7582 240.62 53.867C239.668 50.976 238.714 49.8172 238.1 48.1558C237.486 46.4943 237.743 46.4218 234.186 38.149C230.629 29.876 228.734 25.3183 227.414 22.1748C226.612 20.2663 225.394 17.0511 224.079 13.6731L224.979 14.2807C222.633 14.2525 220.209 14.2367 218.026 14.2694C217.942 14.2707 217.856 14.2719 217.769 14.2731L218.663 13.6691C216.631 18.9322 212.455 29.1341 210.907 33.3452C209.336 37.6211 209.056 37.5189 207.53 40.8712ZM216.792 45.2353C215.115 45.069 213.795 45.8037 211.752 45.6999C211.575 45.6909 211.412 45.6798 211.259 45.6671L209.531 45.7212L210.135 44.0206C210.85 42.5616 211.306 42.2677 212.01 40.2465C212.781 38.0347 213.881 35.9505 214.112 34.9215C214.342 33.8926 214.833 33.9664 215.271 32.5488C215.71 31.1314 216.095 30.319 216.713 29.1708C217.331 28.0226 218.903 24.368 219.25 22.9509C219.596 21.5337 220.509 20.1198 220.944 19.2251C221.079 18.9463 221.2 18.7323 221.3 18.5715C221.343 18.5034 221.385 18.4808 221.414 18.492C221.414 18.4921 221.414 18.4921 221.414 18.4921C221.45 18.5061 221.465 18.5725 221.432 18.6688C221.275 19.1362 221.065 19.8446 220.878 20.7054C220.53 22.3105 220.198 22.3709 219.525 24.4591C218.853 26.5473 218.623 27.87 217.524 30.2068C216.425 32.5437 216.883 33.3581 215.177 36.5964C213.472 39.8346 214.037 40.4665 212.811 43.8788C212.689 44.2182 212.559 44.5645 212.423 44.915L211.259 43.2101C214.663 43.2037 218.569 43.539 220.537 43.5078C222.721 43.4732 225.656 43.3851 228.753 43.4849C229.617 43.5128 230.537 43.5132 231.489 43.5033L230.597 44.8062C229.682 42.52 228.625 40.0599 227.853 37.715C226.782 34.4634 225.242 29.876 224.575 27.7397C223.908 25.6036 223.742 25.0839 222.879 23.1136C222.382 21.981 221.813 20.3763 221.474 18.9657C221.304 18.2558 221.49 18.3592 221.815 19.0145C222.289 19.9727 222.546 20.8107 222.903 21.2605C223.618 22.1593 223.908 22.5464 224.224 23.9085C224.54 25.2705 225.196 25.7154 225.44 26.4864C225.683 27.2573 225.431 27.3411 227.106 31.0915C228.782 34.842 229.644 36.9197 230.252 38.3502C230.768 39.5649 231.537 41.989 232.366 44.1195L232.892 45.3572L231.489 45.4011C231.083 45.4015 230.685 45.4069 230.303 45.4194C227.771 45.5027 222.623 45.4264 220.548 45.5627C218.473 45.699 218.469 45.4015 216.792 45.2353ZM254.948 26.0851C255.114 22.8096 254.379 20.2311 254.483 16.2387C254.515 15.0139 254.574 14.1086 254.637 13.31L255.723 14.3956C254.001 14.2584 252.775 14.0986 249.913 14.1371L250.74 13.31C250.742 13.4474 250.744 13.5886 250.747 13.7338C250.835 18.3058 250.568 22.8804 250.728 24.9162C250.889 26.9518 250.404 27.1667 250.512 30.0576C250.619 32.9483 250.556 34.7003 250.399 37.2285C250.241 39.7569 250.107 47.5243 250.3 50.3487C250.494 53.1732 250.158 56.3946 250.079 58.332C250.054 58.9355 250.02 59.4104 249.985 59.7745C249.97 59.9287 249.938 60 249.907 60C249.907 60 249.907 60 249.907 60C249.869 59.9999 249.831 59.8895 249.826 59.6912C249.803 58.729 249.74 57.2909 249.601 55.592C249.341 52.4243 249.628 52.0782 249.495 47.8006C249.361 43.5232 249.094 40.9532 249.266 35.9202C249.439 30.8873 248.716 29.7313 249.126 22.6268C249.393 17.9889 249.164 16.06 248.944 13.31L248.961 12.3253L249.913 12.3413C251.376 12.2245 253.07 12.1106 255.528 12.0757C255.593 12.0748 255.658 12.0739 255.723 12.073L256.981 12.0942L256.96 13.31C257.05 20.3581 256.641 29.1706 256.675 33.3993C256.71 37.667 256.798 43.399 256.698 49.4491C256.67 51.1442 256.67 52.9507 256.68 54.82L255.723 53.8632C260.525 53.8373 265.742 53.7427 270.549 53.8709C272.649 53.9269 275.021 53.9875 277.423 54.049L278.207 54.0622L278.194 54.82C278.15 56.5622 278.105 58.3198 278.06 60L278.05 60.6479L277.423 60.6373C274.051 60.5489 270.991 60.4644 268.995 60.3954C264.633 60.2447 263.57 60.2107 259.372 60.3028C256.958 60.3557 253.634 60.3058 250.826 60.1111C249.412 60.0131 249.733 59.8767 251.155 59.8114C253.235 59.716 254.943 59.7798 256.015 59.6093C258.156 59.2685 259.067 59.1378 261.77 59.3361C264.474 59.5344 265.748 59.0838 267.324 59.1356C268.9 59.1875 268.874 59.4533 276.888 59.2485C277.068 59.2439 277.246 59.2394 277.423 59.2349L276.658 60C276.609 58.0686 276.57 56.3531 276.537 54.82L277.423 55.7063C272.864 55.8041 269.917 55.8417 267.697 55.8777C265.125 55.9194 260.182 55.76 255.723 55.7611L254.798 55.7767L254.782 54.82C254.782 54.0174 254.776 53.2306 254.764 52.4761C254.68 47.5301 254.757 37.4752 254.62 33.4219C254.484 29.3688 254.782 29.3605 254.948 26.0851Z' fill='%23171717'/%3E%3Cpath d='M6.6 161V94.3H20.8V161H6.6ZM80.0414 161L48.2414 116.2V161H34.0414V94.3H48.6414L79.5414 137.5V94.3H93.7414V161H80.0414ZM122.293 161V106.8H102.793V94.3H155.993V106.8H136.593V161H122.293ZM165.096 161V94.3H212.296V106.5H179.296V121H211.596V133.2H179.296V148.7H212.296V161H165.096ZM261.097 161L247.997 137.1H237.597V161H223.397V94.3H254.597C268.497 94.3 276.997 103.4 276.997 115.8C276.997 127.6 269.597 133.9 262.397 135.6L277.397 161H261.097ZM262.497 115.7C262.497 110.1 258.197 106.5 252.497 106.5H237.597V124.9H252.497C258.197 124.9 262.497 121.3 262.497 115.7ZM333.655 161L301.855 116.2V161H287.655V94.3H302.255L333.155 137.5V94.3H347.355V161H333.655ZM360.506 161V94.3H407.706V106.5H374.706V121H407.006V133.2H374.706V148.7H407.706V161H360.506ZM434.207 161V106.8H414.707V94.3H467.907V106.8H448.507V161H434.207Z' fill='white'/%3E%3Cpath d='M4.62034 159.459C4.56823 158.552 4.62395 157.364 4.70042 156.46C4.72413 156.177 4.83015 156.321 4.8513 156.125C4.89252 155.743 4.84052 155.387 4.88963 155.009C4.90642 154.884 5.07435 155.04 5.08811 154.909C5.16233 154.189 5.11955 153.509 5.15525 152.781C5.33137 149.192 5.39441 145.664 5.47092 142.032C5.49601 140.834 5.64841 139.378 5.58176 138.141C5.57383 137.996 5.42643 138.082 5.41428 138.055C5.2283 137.624 5.52587 137.767 5.5654 137.486C5.72151 136.369 5.73508 135.127 5.6782 134.052C5.65356 133.595 5.36079 134.053 5.52512 133.593C5.53622 133.561 5.69275 133.677 5.70945 133.552C5.747 133.267 5.71902 132.728 5.73142 132.507C5.75611 132.083 5.75454 132.012 5.75632 131.611C5.76012 131.061 5.83793 130.408 5.80246 129.819C5.79443 129.693 5.63397 129.859 5.60666 129.659C5.5794 129.458 5.59301 128.927 5.63083 128.748C5.66868 128.569 5.7948 128.645 5.8237 128.613C6.0677 128.353 5.72977 127.738 5.72141 127.659C5.57901 126.218 5.77152 124.982 5.77097 123.629C5.77015 122.602 5.70659 121.503 5.71531 120.526C5.72631 119.362 5.81326 118.375 5.79831 117.244C5.79692 117.124 5.60826 117.264 5.60618 117.118C5.58422 115.569 5.60479 114.031 5.73215 112.488C5.74509 112.334 5.91074 112.533 5.93357 112.379C6.0697 111.432 6.39671 109.935 5.67551 109.373C5.70367 108.732 5.73277 107.954 5.87815 107.381C5.97172 107.011 6.15217 107.37 6.07517 106.916C6.05801 106.814 5.89998 106.947 5.8862 106.793C5.82835 106.147 5.87972 105.44 5.79807 104.8C5.78109 104.67 5.63949 104.706 5.61399 104.669C5.40748 104.359 5.74885 103.843 5.77366 103.731C5.95863 102.874 5.88584 102.249 5.89036 101.451C5.89148 101.266 5.70128 101.485 5.69553 101.307C5.66827 100.383 5.68462 99.426 5.76902 98.5214C5.78825 98.3202 5.95027 98.5052 5.96775 98.4091C6.04285 97.9851 5.73683 97.8911 5.80295 97.4845C5.8165 97.3987 5.9552 97.4471 5.97043 97.4314C6.20956 97.1867 5.87074 96.974 5.86326 96.9111C5.76105 96.1148 6.11476 95.6058 6.06467 94.8366C6.05832 94.7446 5.88282 94.9521 5.87571 94.6934C5.87204 94.5628 5.86892 94.4316 5.86636 94.3L5.84868 93.5849L6.6 93.5664C8.20554 93.5351 9.88191 93.5861 11.4585 93.7158C11.7237 93.7374 11.5344 93.8693 11.5511 93.8855C11.8231 94.1395 11.9991 93.7992 12.0856 93.7864C12.7679 93.6942 13.4052 93.9795 13.8687 93.5742C16.1872 93.6871 18.4972 93.5629 20.8 93.6969L21.3878 93.6824L21.4031 94.3C21.3701 94.8671 21.3214 95.4337 21.2496 95.9999C21.2454 96.0364 21.0779 95.9711 21.0702 96.0438C20.9761 96.919 21.2365 96.7509 21.5551 97.33C21.635 97.4759 21.2505 97.9197 21.2223 97.959C21.1184 98.1021 20.8691 97.9537 20.849 98.0016C20.691 98.398 21.5155 98.3334 21.5157 98.8682C21.5144 98.8849 21.3626 98.8146 21.3475 98.8595C21.3002 98.999 21.3605 99.1372 21.3082 99.2737C21.1874 99.586 20.7867 99.6972 21.0199 100.174C21.0502 100.235 21.5178 100.142 21.4957 100.62C21.4865 100.81 21.4945 101.653 21.4642 101.889C21.434 102.125 21.2833 101.963 21.2767 101.98C21.0775 102.615 20.9949 102.374 20.6998 102.692C20.4059 103.011 21.1069 102.923 21.1852 103.052C21.2632 103.182 21.0988 103.648 21.0416 103.763C20.9844 103.877 20.8887 103.734 20.8563 103.836C20.6449 104.511 21.2043 104.132 21.3156 104.355C21.579 104.879 21.0591 105.287 21.0082 105.767C20.9944 105.897 21.1128 105.791 21.1239 105.906C21.1662 106.364 21.004 106.64 21.1527 107.161C21.177 107.246 21.4895 107.667 21.2601 107.939C21.2271 107.978 21.0975 107.868 21.0685 108.063C21.0249 108.355 20.9966 108.88 21.0399 109.194C21.072 109.425 21.2854 109.16 21.2191 109.451C21.1895 109.58 21.0646 109.341 21.0194 109.584C20.9742 109.826 20.9797 110.444 20.984 110.679C20.9884 110.914 21.1503 110.786 21.1613 110.805C21.2237 110.919 21.3018 111.37 21.3016 111.41C21.3214 113.419 21.0485 115.272 21.1388 117.229C21.1457 117.382 21.3164 117.28 21.3192 117.303C21.3908 117.829 20.9368 117.414 20.7848 117.782C21.1313 117.729 21.0686 117.945 21.1066 118.316C21.1252 118.494 21.2593 118.397 21.2731 118.413C21.4769 118.678 21.2136 118.862 21.1598 118.909C20.9617 119.084 21.1958 119.275 21.0634 119.394C20.9319 119.514 20.7371 119.239 20.7396 119.594C20.8637 119.694 21.1878 119.43 21.2404 119.7C21.4391 120.717 21.1847 122.616 21.1583 123.433C21.1319 124.25 21.1548 124.513 21.11 124.989C21.0289 125.848 21.2694 125.533 21.3795 126.067C21.4896 126.602 20.8978 126.341 20.7706 126.418C20.6435 126.494 20.7744 126.576 20.7045 126.67C20.6346 126.764 20.5481 126.561 20.5219 126.781C20.4956 127.002 20.7219 127.604 20.8549 127.682C21.1367 127.847 21.4324 127.575 21.3285 128.158C21.3223 128.192 21.1667 128.083 21.151 128.211C21.0312 129.231 21.0238 130.29 20.9179 131.308C20.903 131.448 20.7299 131.323 20.7194 131.404C20.6086 132.253 20.9005 131.95 21.2247 132.415C20.7933 132.31 20.5293 132.567 20.5267 133.211C20.5251 133.599 20.7135 133.532 20.8463 133.782C20.8864 133.858 20.757 134.131 20.8456 134.181C21.1353 134.345 21.4596 134.087 21.3304 134.751C21.3243 134.78 21.1657 134.687 21.1561 134.788C21.0933 135.439 21.3963 135.516 21.433 136.22C21.4618 136.771 21.277 137.752 21.247 138.379C20.7619 138.366 20.8729 138.959 21.2074 139.2C21.1937 139.607 21.2126 140.047 21.1664 140.441C21.1506 140.576 21.0102 140.487 20.995 140.505C20.7569 140.767 21.0823 140.944 21.0951 141.032C21.2191 141.985 20.9725 142.761 21.2135 143.671C21.2222 143.703 21.5591 143.755 21.3131 143.999C21.2962 144.014 21.1428 143.714 21.131 144.142C21.1191 144.57 20.9385 145.377 21.0946 145.971C21.1322 146.114 21.4057 146.478 21.192 146.77C21.163 146.809 21.0664 146.766 21.0126 146.822C20.8412 147.004 21.1818 147.103 20.8925 147.316C20.6031 147.529 20.3864 147.973 20.5861 148.572C20.5919 148.591 20.8618 148.733 20.8575 148.922C20.8505 149.222 20.7943 149.649 20.796 149.963C20.797 150.114 20.9646 150.018 20.9677 150.044C21.0616 151.055 20.9121 151.774 20.8473 152.858C20.8351 153.056 21.0637 153.627 20.8829 154.011C20.6851 154.433 19.8622 154 20.0582 154.97C20.1367 155.361 21.1807 155.856 20.6398 156.56C20.7738 157.924 20.497 159.185 20.6884 160.552C20.6968 160.614 20.9882 160.808 20.9843 160.953C20.9838 160.969 20.9825 160.985 20.9807 161L20.985 161.176L20.8 161.181C20.6143 161.158 20.5029 161.041 20.3612 161.033C19.719 160.992 19.1313 161.108 18.512 161.09C18.277 161.083 18.3592 160.943 18.0788 160.935C17.7985 160.927 17.6117 161.112 17.2319 161.023C16.9451 160.955 16.6584 160.576 16.2777 160.531C16.2632 160.905 16.0017 160.898 15.537 160.996C15.4477 161.015 15.5435 161.146 15.5012 161.161C15.3293 161.228 15.1701 161.121 15.0069 161.194C14.9671 161.211 14.9653 161.339 14.9328 161.36C14.6567 161.548 14.2017 161.261 14.1236 161.211C13.8242 161.021 13.6842 161.187 13.4545 161.112C13.2252 161.038 13.5681 160.944 13.3002 160.899C12.745 160.805 12.0316 160.826 11.4677 160.82C11.2427 160.818 11.3962 160.989 11.364 160.992C10.8988 161.036 10.4283 160.854 10.1703 161.194C9.84775 160.316 9.88977 161.279 9.22474 161.103C9.17236 161.089 9.10572 160.674 9.30683 160.613C9.50794 160.552 9.81291 160.682 10.0919 160.587C10.158 160.565 10.5365 160.176 10.5882 160.152C10.9927 159.968 11.0501 160.588 11.0715 160.622C11.3142 160.99 11.7767 160.571 11.8985 160.542C12.4558 160.409 12.9292 160.496 13.3953 160.402C13.7001 160.341 13.7299 159.934 13.9693 159.947C14.765 159.988 15.0428 160.555 15.7926 160.063C15.9534 159.958 15.7936 159.514 16.3697 159.863C16.4059 159.885 16.8336 160.205 17.0807 160.003C17.1117 159.977 17.1108 159.848 17.1517 159.837C17.426 159.767 17.609 159.87 17.9078 159.82C18.2066 159.771 18.5659 159.697 18.9071 159.741C19.1127 159.768 19.3765 160.009 19.4749 160.068C19.7528 160.238 20.0508 159.959 20.223 160.165C20.3966 160.372 20.0572 160.686 20.5125 160.82C20.5293 160.484 20.568 160.139 20.5952 159.8C20.6635 159.801 20.7318 159.803 20.8 159.804L19.6042 161C19.6266 160.072 19.72 159.157 19.7062 158.224C19.704 158.1 19.5232 158.227 19.5162 158.094C19.4875 157.533 19.6164 157.042 19.5651 156.46C19.5247 156.01 19.3333 155.516 19.285 155.044C19.6698 154.757 19.5392 154.057 19.5743 153.549C19.5865 153.372 19.6893 153.383 19.7228 153.257C19.8468 152.78 19.5068 153.003 19.4533 152.872C19.2249 152.311 19.9945 152.263 19.9755 151.601C19.9747 151.566 19.5645 151.137 19.5389 151.078C19.3724 150.703 19.6817 151.016 19.712 150.781C19.7674 150.353 19.8654 150.055 19.7452 149.552C19.7097 149.405 19.454 149.053 19.6517 148.768C19.6776 148.731 19.8132 148.752 19.8212 148.722C19.9535 148.176 19.5275 148.161 19.3832 147.849C19.2389 147.537 19.533 147.056 19.6178 146.958C19.8371 146.701 19.7115 147.154 19.733 147.168C19.9891 147.331 19.945 146.98 19.9667 146.711C20.3844 146.672 20.3594 146.297 19.9874 146.433C19.9468 146.448 19.9858 146.657 19.9667 146.711C19.5568 146.476 19.5043 146.063 19.8873 145.607C20.0669 145.394 20.2762 145.595 20.1996 144.947C20.165 144.653 19.8774 144.767 19.799 144.507C19.62 143.914 19.8884 143.144 19.8461 142.532C19.8307 142.31 19.6733 142.526 19.6574 142.375C19.6146 141.972 19.7328 141.617 19.6722 141.213C19.6666 141.176 19.5017 141.266 19.4996 141.14C19.4805 140.187 19.5861 139.358 19.589 138.363C19.5903 137.882 19.4994 137.023 19.5177 136.525C19.5484 135.662 19.7881 134.6 19.7299 133.863C19.6926 133.382 19.5277 133.487 19.4154 133.281C19.1977 132.884 19.5877 132.18 19.6481 132.085C19.6501 132.082 19.6889 132.496 19.7736 132.275C19.9499 132.147 19.6488 132.09 19.6481 132.085C19.6871 132.023 19.7245 131.196 19.693 131.032C19.6758 130.943 19.5196 130.993 19.5136 130.946C19.3738 129.841 19.3341 128.734 19.4071 127.613C19.4103 127.593 19.585 127.623 19.5902 127.576C19.6679 126.927 19.4542 126.512 19.3273 125.976C19.2004 125.441 19.2429 125.017 19.5429 124.7C19.5051 124.296 19.6377 123.717 19.7181 123.383C19.7986 123.05 19.4585 123.004 19.4518 122.974C19.2366 122.059 19.4313 121.53 19.4616 120.581C19.4765 120.13 19.4272 119.235 19.39 118.746C19.3601 118.36 19.4398 118.128 19.3888 117.772C19.382 117.724 19.2306 117.772 19.2247 117.758C19.0436 117.36 19.4138 117.551 19.4799 117.469C19.7203 117.172 19.8483 116.988 19.7352 116.48C19.7093 116.363 19.1763 116.021 19.1452 115.807C19.1056 115.529 19.2967 115.634 19.2504 115.343C19.2466 115.318 19.1287 115.323 19.1339 115.144C19.1565 114.31 19.2251 113.401 19.2133 112.534C19.2121 112.416 19.0252 112.567 19.0204 112.396C18.9982 111.594 19.0052 110.714 19.0927 109.932C19.1148 109.74 19.2457 109.861 19.2846 109.819C19.5197 109.562 19.178 109.199 19.1715 109.139C19.0073 107.707 19.3165 106.612 19.1693 105.153C19.1607 105.073 18.7944 104.462 19.1085 104.189C19.1294 104.171 19.4508 103.901 19.2311 103.662C19.2173 103.647 19.0519 103.815 19.0687 103.522C19.0856 103.229 18.9751 102.756 19.1569 102.353C19.2141 102.225 19.5348 101.923 19.2792 101.543C19.2613 101.518 18.6834 100.93 19.0822 100.72C19.1478 100.686 19.5697 100.721 19.3534 100.267C19.3115 100.18 19.2173 100.338 19.1586 100.109C19.068 99.7582 19.181 99.2936 18.9931 98.8626C18.9598 98.7874 18.6734 98.4675 18.8908 98.2108C18.9248 98.1706 19.0657 98.247 19.0814 98.1115C19.157 97.4669 19.0628 96.792 19.1603 96.1376C19.1945 95.9058 19.4223 96.0243 19.4833 95.7827C19.5443 95.541 19.603 95.0542 19.4989 94.8013C19.3948 94.5484 19.0319 94.8247 19.0028 94.4458C18.9991 94.3972 18.9957 94.3486 18.9925 94.3L20.8 96.1075C19.2023 96.2109 17.6184 96.0095 16.0222 95.9793C15.7783 95.9746 15.9805 96.1045 15.621 96.1069C14.2957 96.1166 12.0074 96.2384 10.8573 95.9624C9.93587 95.7414 11.0955 95.5731 10.3913 95.4832C10.0515 95.4403 9.68394 95.8622 9.60191 95.8755C8.80061 96.0104 8.24372 95.8235 7.5225 95.8809C7.37357 95.8928 7.51964 96.0638 7.39288 96.072C7.13198 96.0899 6.86306 96.0693 6.6 96.0531L8.35314 94.3C8.34248 94.4735 8.33377 94.6444 8.33932 94.8088C8.34598 94.9944 8.4766 94.9602 8.46652 95.131C8.4439 95.5397 8.38899 95.901 8.26657 96.2994C8.25541 96.3357 8.09293 96.0909 8.08688 96.3932C8.07756 96.8826 7.95679 97.49 8.08151 98.0529C8.11903 98.22 8.41756 98.2265 8.21139 98.5856C8.16833 98.6609 7.80986 98.5648 8.1196 98.9831C8.17107 99.0534 8.58884 99.7561 8.31955 100.101C8.24867 100.192 7.95533 100.424 8.00143 100.625C8.00879 100.652 8.16914 100.543 8.18478 100.709C8.23711 101.296 8.22001 101.911 8.27023 102.514C8.28396 102.675 8.44989 102.435 8.46505 102.675C8.507 103.334 8.46475 104.158 8.41281 104.803C8.39334 105.041 8.25589 104.876 8.24093 104.894C7.99763 105.172 8.32603 105.336 8.34518 105.429C8.45984 106.003 8.30558 106.44 8.3464 106.97C8.35725 107.116 8.51384 107.012 8.5278 107.041C8.66422 107.343 8.38301 107.118 8.35202 107.309C8.26425 107.844 8.27683 108.441 8.29684 108.981C8.30442 109.18 8.48598 108.957 8.49069 109.135C8.52197 110.19 8.5046 111.288 8.40451 112.317C8.38533 112.511 8.24552 112.389 8.21359 112.43C7.99018 112.708 8.29491 113.117 8.32394 113.211C8.45648 113.638 8.33285 113.804 8.35592 114.181C8.47082 116.024 8.38893 118.299 8.33835 120.038C8.27324 122.305 8.14023 124.064 8.17477 126.225C8.17679 126.363 8.36278 126.224 8.36691 126.343C8.41175 127.872 8.33907 129.377 8.39279 130.909C8.39687 131.034 8.57319 130.853 8.58566 131.055C8.61248 131.469 8.6029 131.993 8.5466 132.412C8.51947 132.616 8.36817 132.342 8.34396 132.547C8.28724 133.026 8.27468 133.539 8.30295 134.03C8.31536 134.239 8.49569 133.924 8.49777 134.195C8.51566 136.047 8.54672 137.865 8.3132 139.736C8.29716 139.864 7.93066 139.977 8.00094 140.25C8.10266 140.27 8.2223 140.269 8.33102 140.278C8.38958 142.973 8.26253 145.641 8.24289 148.344C8.2421 148.458 8.43629 148.261 8.43576 148.482C8.43289 149.759 8.48668 150.999 8.29367 152.305C8.27479 152.434 7.93316 152.368 7.98483 152.75C7.99426 152.817 8.03982 153.392 8.11398 153.541C8.12517 153.561 8.28463 153.456 8.28927 153.642C8.31349 154.719 8.27708 155.847 8.17965 156.923C8.16362 157.096 7.99381 156.911 7.98092 157.035C7.89078 157.912 8.01987 158.865 7.86569 159.703C7.76188 160.264 7.46835 160.056 7.17941 160.354C7.13865 160.397 7.13219 160.744 6.96408 160.762C6.54136 160.808 6.07848 160.64 5.6279 160.709C5.53085 160.723 5.63538 161.188 5.40085 160.913C5.38516 160.894 5.30732 160.557 5.22776 160.474C5.17275 160.416 5.00179 160.52 4.93137 160.402C4.86103 160.284 5.00434 160.154 4.92161 159.959C4.83785 159.763 4.64336 159.849 4.62034 159.459ZM20.0778 121.882C20.2411 121.574 19.6429 121.528 19.786 121.862C19.7936 121.878 20.0698 121.898 20.0778 121.882ZM20.1722 159.231C20.4361 158.827 20.0481 158.551 19.8444 158.836C19.6408 159.121 20.0923 159.354 20.1722 159.231ZM18.3843 160.565C18.8559 160.773 18.9302 159.925 18.425 160.096C18.3956 160.106 18.3567 160.553 18.3843 160.565ZM7.09714 158.972C7.08919 158.977 7.08145 159.226 7.08933 159.232C7.27931 159.365 7.29466 158.866 7.09714 158.972ZM14.2316 160.775C14.3789 160.889 14.8028 160.757 14.6199 160.614C14.4726 160.499 14.0483 160.632 14.2316 160.775ZM20.7162 105.78C20.7251 105.775 20.7331 105.596 20.6827 105.6C20.5205 105.612 20.5663 105.861 20.7162 105.78ZM7.17372 160.784C8.2165 160.816 8.84874 161.517 7.71317 161.438C7.50753 161.424 8.15638 161.214 7.89464 161.151C7.41571 161.036 7.0977 161.476 6.60897 161.24C6.52049 161.197 7.11424 160.781 7.17558 160.783C7.17496 160.784 7.17434 160.784 7.17372 160.784ZM20.7963 121.705C20.8042 121.698 20.8117 121.451 20.8038 121.445C20.6139 121.311 20.5987 121.81 20.7963 121.705ZM21.0861 95.3371C21.1029 95.3234 21.1187 94.7485 21.1032 94.7297C20.7926 94.4298 20.7598 95.5921 21.0861 95.3371ZM21.234 138.389C21.4251 138.66 21.4476 138.983 21.2076 139.199C21.2204 138.93 21.2223 138.659 21.234 138.389ZM76.2981 159.147C75.0031 157.412 73.4067 155.067 72.2213 153.265C71.8495 152.7 72.134 152.918 71.8813 152.525C71.387 151.757 70.8527 151.095 70.371 150.331C70.2118 150.078 70.5639 150.284 70.3939 150.02C69.4608 148.578 68.4861 147.278 67.5087 145.84C62.6948 138.754 57.8731 131.852 52.9173 124.738C51.2832 122.393 49.3961 119.471 47.6327 117.102C47.4267 116.825 47.4254 117.078 47.3776 117.032C47.3307 116.986 47.2885 116.943 47.2505 116.903L49.4566 116.2C49.5768 117.012 49.3131 116.751 49.276 117.38C49.1199 120.046 49.1063 123.01 49.1632 125.575C49.1878 126.666 49.4806 125.572 49.3163 126.671C49.3052 126.747 49.1487 126.47 49.132 126.769C49.0944 127.448 49.1224 128.736 49.11 129.262C49.0853 130.276 49.0869 130.443 49.0851 131.402C49.0813 132.713 49.0035 134.272 49.0389 135.678C49.047 135.979 49.2074 135.581 49.2347 136.06C49.262 136.539 49.2484 137.807 49.2106 138.234C49.1727 138.662 49.0466 138.48 49.0177 138.555C48.7737 139.178 49.1116 140.644 49.12 140.833C49.2624 144.273 49.0699 147.223 49.0704 150.452C49.0713 152.903 49.1348 155.524 49.1261 157.857C49.1217 158.955 49.1055 159.987 49.0885 161L49.0971 161.838L48.2414 161.847C46.6906 161.821 45.1838 161.793 43.5509 161.802C43.266 161.803 43.5999 161.992 43.2519 161.994C40.1707 162.012 37.1074 162.001 34.0414 161.923L33.1282 161.932L33.1185 161C33.1341 160.387 33.1523 159.774 33.1736 159.161C33.1865 158.792 33.3521 159.268 33.375 158.899C33.5111 156.641 33.8381 153.068 33.1169 151.727C33.1451 150.197 33.1742 148.34 33.3196 146.972C33.4131 146.089 33.5936 146.946 33.5166 145.862C33.4994 145.618 33.3414 145.936 33.3276 145.569C33.2698 144.026 33.3211 142.34 33.2395 140.813C33.2225 140.502 33.0809 140.587 33.0554 140.499C32.8489 139.759 33.1903 138.528 33.2151 138.26C33.4 136.216 33.3272 134.724 33.3318 132.82C33.3329 132.378 33.1427 132.9 33.1369 132.475C33.1097 130.27 33.126 127.986 33.2104 125.827C33.2297 125.347 33.3917 125.789 33.4092 125.559C33.4843 124.547 33.1782 124.323 33.2444 123.353C33.2579 123.148 33.3966 123.263 33.4118 123.226C33.651 122.642 33.3121 122.134 33.3047 121.984C33.2025 120.084 33.5562 118.869 33.5061 117.033C33.4997 116.813 33.3242 117.309 33.3171 116.691C33.2687 112.578 33.3169 108.228 33.4572 104.157C33.4788 103.524 33.6107 103.976 33.6269 103.936C33.8809 103.287 33.5406 102.867 33.5278 102.66C33.4356 101.032 33.7209 99.5111 33.3156 98.4048C33.3436 97.0353 33.357 95.667 33.3634 94.3L33.3564 93.6291L34.0414 93.622C38.9226 93.6448 43.7885 93.5782 48.6414 93.7642L48.9114 93.7614L49.0772 93.9883C49.425 94.5161 49.7693 95.0463 50.1093 95.5793C50.1564 95.6524 49.9295 95.6232 50.0242 95.7687C51.1629 97.5224 51.1413 97.0446 52.2045 97.9835C52.4721 98.2202 52.7755 99.3054 52.8071 99.398C52.9212 99.7361 52.5124 99.5931 52.5626 99.6978C52.9845 100.559 53.5654 99.9542 54.3081 100.992C54.3302 101.025 54.1093 100.977 54.1593 101.073C54.3144 101.371 54.5554 101.605 54.7024 101.9C55.0377 102.576 54.8663 103.025 55.7182 103.816C55.8266 103.915 56.079 103.464 56.7239 104.404C56.9807 104.779 58.1571 106.41 58.4603 106.886C58.7631 107.361 58.4157 107.134 58.4338 107.171C59.154 108.52 58.7523 108.101 58.9544 108.89C59.1573 109.679 59.6049 109.1 59.8487 109.306C60.0927 109.513 60.6059 110.513 60.7184 110.769C60.8307 111.024 60.5547 110.803 60.6696 111.019C61.4345 112.452 61.3638 111.392 61.763 111.759C62.705 112.623 62.849 113.718 63.4738 114.679C63.6429 114.939 63.5921 114.664 63.7616 114.882C64.4317 115.746 64.6822 116.375 65.5264 117.3C65.6644 117.451 66.5034 118.087 66.6953 118.749C66.722 118.844 66.4643 118.706 66.7117 119.102C67.081 119.693 67.7872 120.729 68.2576 121.312C68.6049 121.743 68.4103 121.104 68.7607 121.708C68.9163 121.976 68.4817 121.583 68.7825 122.081C69.0816 122.577 69.9446 123.774 70.2749 124.229C70.6046 124.682 70.5578 124.338 70.593 124.369C70.8033 124.555 71.4927 125.385 71.5479 125.462C74.3538 129.351 76.7045 133.107 79.4942 136.852C79.713 137.146 79.7099 136.848 79.7447 136.892C79.8443 137.015 79.9162 137.115 79.9666 137.196L79.0186 137.5C79.0606 136.842 79.4239 137.5 79.5566 136.735C79.2101 136.862 79.2728 136.344 79.2348 135.461C79.2162 135.035 79.0821 135.267 79.0683 135.228C78.8645 134.597 79.1278 134.157 79.1816 134.044C79.3797 133.625 79.1457 133.17 79.2781 132.886C79.4095 132.601 79.6043 133.256 79.6018 132.409C79.4777 132.171 79.1536 132.8 79.1011 132.157C78.9023 129.729 79.1567 125.198 79.1831 123.246C79.2095 121.298 79.1866 120.669 79.2314 119.534C79.3125 117.484 79.072 118.235 78.9619 116.962C78.8518 115.685 79.4436 116.306 79.5708 116.122C79.6979 115.942 79.567 115.746 79.6369 115.521C79.7068 115.298 79.7933 115.782 79.8195 115.256C79.8458 114.731 79.6196 113.293 79.4865 113.107C79.2048 112.713 78.909 113.361 79.0129 111.97C79.0191 111.89 79.1747 112.149 79.1904 111.843C79.3102 109.41 79.3176 106.883 79.4236 104.453C79.4384 104.119 79.6115 104.417 79.622 104.223C79.7328 102.198 79.4409 102.922 79.1167 101.812C79.5481 102.061 79.8121 101.447 79.8147 99.9099C79.8164 98.9859 79.6279 99.145 79.4951 98.5474C79.4551 98.3681 79.5844 97.7142 79.4958 97.5958C79.2061 97.2051 78.8818 97.8209 79.011 96.2361C79.0171 96.1666 79.1757 96.388 79.1853 96.1478C79.221 95.2653 79.1386 94.8243 79.054 94.3L79.049 93.8177L79.5414 93.8126C79.9398 93.7484 80.3863 93.6829 81.1111 93.667C82.427 93.6382 84.7671 93.823 86.2654 93.853C86.2339 94.3381 87.649 94.2271 88.2231 93.8926C89.1954 93.9063 90.2456 93.8874 91.1854 93.9336C91.5088 93.9494 91.2963 94.0898 91.3371 94.105C91.9625 94.3431 92.3852 94.0177 92.5951 94.0049C92.9885 93.9835 93.3694 93.9731 93.7414 93.9694L94.0686 93.966L94.072 94.3C94.0898 96.079 93.9556 97.6571 94.1549 99.4525C94.1636 99.5295 94.5006 99.6544 94.2545 100.235C94.2376 100.272 94.0843 99.5553 94.0724 100.576C94.0605 101.598 93.8799 103.523 94.036 104.941C94.0736 105.284 94.3472 106.152 94.1334 106.849C94.1044 106.942 94.0078 106.84 93.954 106.974C93.7826 107.407 94.1232 107.643 93.8339 108.152C93.5445 108.661 93.3279 109.72 93.5275 111.15C93.5333 111.196 93.8032 111.534 93.799 111.984C93.7919 112.702 93.7357 113.721 93.7374 114.47C93.7384 114.829 93.906 114.599 93.9091 114.662C94.003 117.075 93.8536 118.792 93.7887 121.377C93.7765 121.851 94.0051 123.213 93.8243 124.131C93.6265 125.138 92.8036 124.103 92.9996 126.418C93.0781 127.352 94.1221 128.535 93.5812 130.213C93.7152 133.468 93.4384 136.478 93.6298 139.742C93.6383 139.889 93.9296 140.353 93.9257 140.698C93.9192 141.21 93.783 141.492 93.7741 141.857C93.733 143.39 93.8496 144.793 93.8314 146.271C93.8248 146.832 93.684 146.636 93.6762 147.305C93.6684 147.974 93.8538 148.42 93.7643 149.326C93.696 150.01 93.317 150.695 93.2728 151.603C93.6467 151.638 93.639 152.262 93.7377 153.371C93.7568 153.584 93.8869 153.355 93.9027 153.456C93.9698 153.867 93.8619 154.246 93.9349 154.636C93.9525 154.731 94.0802 154.735 94.1017 154.813C94.2897 155.472 94.0025 156.558 93.9525 156.744C93.7626 157.459 93.9287 157.793 93.8539 158.341C93.7791 158.888 93.6856 158.07 93.6403 158.709C93.591 159.404 93.5733 160.203 93.5667 161L93.7414 160.825C93.0191 160.819 92.2986 160.823 91.6587 160.82C91.1217 160.818 91.4881 160.989 91.4113 160.992C90.3009 161.036 89.178 160.854 88.5624 161.194C87.7925 160.316 87.8928 161.279 86.3056 161.103C86.1806 161.089 86.0216 160.674 86.5015 160.613C86.9815 160.552 87.7093 160.682 88.3753 160.587C88.533 160.565 89.4364 160.176 89.5596 160.152C90.5251 159.968 90.6619 160.588 90.713 160.622C91.2923 160.99 92.3962 160.571 92.6869 160.542C93.0522 160.505 93.4025 160.486 93.7414 160.474L93.2155 161C93.1849 160.105 93.2119 159.289 93.1432 158.482C93.082 157.755 92.6757 157.684 92.6881 157.112C92.7292 155.213 93.296 154.55 92.8046 152.761C92.6998 152.377 92.2557 152.759 92.6049 151.384C92.6269 151.297 92.9463 150.276 92.7443 149.687C92.7188 149.613 92.5894 149.615 92.5785 149.517C92.5082 148.863 92.6113 148.426 92.5619 147.713C92.5125 147 92.4389 146.142 92.4828 145.328C92.509 144.837 92.7502 144.208 92.8092 143.973C92.9793 143.309 92.7004 142.598 92.9064 142.187C93.1134 141.773 93.4277 142.583 93.5614 141.496C93.2252 141.456 92.88 141.364 92.5419 141.299C92.5537 138.918 92.6625 136.575 92.6476 134.186C92.6454 133.89 92.4646 134.192 92.4577 133.875C92.4289 132.535 92.5578 131.365 92.5065 129.976C92.4661 128.9 92.2747 127.721 92.2265 126.597C92.6112 125.91 92.4806 124.241 92.5158 123.029C92.5279 122.604 92.6307 122.633 92.6642 122.331C92.7882 121.191 92.4482 121.725 92.3947 121.413C92.1663 120.073 92.9359 119.958 92.9169 118.378C92.9161 118.295 92.5059 117.272 92.4804 117.131C92.3138 116.235 92.6231 116.982 92.6535 116.422C92.7088 115.399 92.8068 114.688 92.6867 113.488C92.6511 113.138 92.3954 112.298 92.5932 111.618C92.619 111.529 92.7546 111.578 92.7626 111.507C92.895 110.204 92.4689 110.17 92.3246 109.425C92.1803 108.681 92.4744 107.531 92.5592 107.297C92.7785 106.684 92.6529 107.766 92.6745 107.799C92.9305 108.188 92.8865 107.35 92.9081 106.709C93.3258 106.616 93.3008 105.72 92.9288 106.044C92.8882 106.081 92.9272 106.58 92.9081 106.709C92.4982 106.146 92.4457 105.161 92.8287 104.073C93.0083 103.564 93.2176 104.046 93.141 102.499C93.1064 101.797 92.8188 102.068 92.7404 101.448C92.5614 100.033 92.8298 98.1939 92.7875 96.7347C92.7721 96.2051 92.6147 96.721 92.5988 96.3591C92.5668 95.6415 92.6247 94.9873 92.6308 94.3L93.7414 95.4106C93.5087 95.4086 93.2722 95.4124 93.0282 95.4277C92.9408 95.4334 93.1543 95.5983 92.8544 95.6003C90.5802 95.6195 88.6 95.5139 86.2256 95.511C85.0784 95.5097 83.0273 95.6006 81.8388 95.5823C81.1136 95.5715 80.3297 95.5348 79.5414 95.4943L80.7357 94.3C80.6612 95.7506 80.5738 97.2158 80.6115 98.3559C80.6488 99.5035 80.8137 99.2517 80.926 99.7435C81.1437 100.692 80.7537 102.372 80.6933 102.598C80.6913 102.605 80.6525 101.618 80.5678 102.145C80.3915 102.451 80.6926 102.587 80.6933 102.598C80.6543 102.747 80.6169 104.72 80.6484 105.111C80.6656 105.324 80.8218 105.205 80.8279 105.316C80.9676 107.954 81.0073 110.597 80.9343 113.272C80.9311 113.319 80.7564 113.248 80.7512 113.359C80.6735 114.908 80.8872 115.9 81.0141 117.177C81.141 118.454 81.0985 119.467 80.7986 120.223C80.8363 121.187 80.7037 122.57 80.6233 123.365C80.5428 124.161 80.8829 124.272 80.8896 124.342C81.1048 126.526 80.9101 127.788 80.8799 130.053C80.8649 131.13 80.9142 133.266 80.9514 134.433C80.9813 135.354 80.9016 135.909 80.9526 136.758C80.9594 136.873 81.1108 136.757 81.1167 136.792C81.2978 137.74 80.9277 137.285 80.8615 137.48C80.8593 137.487 80.8571 137.493 80.8549 137.5L80.8353 141.6L78.4731 138.264C78.2591 137.559 78.1037 137.128 77.3131 136.215C77.1292 136.002 76.2213 135.649 75.899 135.252C75.4809 134.736 75.782 134.828 75.3402 134.29C75.3025 134.244 75.2139 134.323 74.9687 133.971C73.8292 132.339 72.6227 130.534 71.4099 128.859C71.2446 128.63 71.3032 129.033 71.0619 128.704C69.9296 127.159 68.7139 125.448 67.6996 123.879C67.4504 123.493 67.7243 123.651 67.698 123.547C67.5332 122.912 66.7502 122.405 66.6616 122.293C64.5405 119.609 63.2709 117.303 61.1254 114.556C61.0081 114.407 59.8614 113.434 59.7383 112.721C59.7293 112.673 59.6161 111.962 59.1061 111.627C59.0743 111.606 59.1732 112.029 58.7795 111.449C58.3858 110.87 57.6402 110.018 57.228 109.129C57.0973 108.848 56.939 108.075 56.2023 107.485C56.1533 107.447 54.8668 106.642 54.8997 106.002C54.9058 105.898 55.2985 105.722 54.4913 104.965C54.3366 104.821 54.479 105.182 54.1134 104.772C53.553 104.144 52.9999 103.176 52.2486 102.449C52.1171 102.322 51.4399 101.868 51.2604 101.243C51.2323 101.145 51.4529 101.212 51.2775 100.939C50.4441 99.6443 49.4304 98.389 48.601 97.062C48.307 96.5921 48.6568 96.6896 48.3709 96.1851C48.2045 95.8915 47.9223 95.4372 47.6294 95.0238L48.6414 95.5442C48.2774 95.5425 47.9275 95.5576 47.6752 95.6011C47.0716 95.7052 47.7309 96.0681 46.8267 96.0972C42.8956 96.2233 39.0014 96.0104 35.0761 95.9793C34.4939 95.9746 34.9766 96.1045 34.1186 96.1069C34.093 96.107 34.0673 96.1071 34.0414 96.1072L35.8486 94.3C35.86 97.4741 35.9776 102.869 35.7038 105.592C35.4828 107.791 35.3145 105.023 35.2246 106.704C35.1817 107.515 35.6036 108.392 35.6169 108.588C35.7519 110.5 35.5649 111.83 35.6223 113.551C35.6342 113.906 35.8052 113.558 35.8134 113.86C35.8431 114.893 35.7668 115.979 35.7807 116.967C35.7874 117.41 35.918 117.328 35.9079 117.736C35.8853 118.711 35.8304 119.573 35.708 120.524C35.6968 120.611 35.5343 120.027 35.5283 120.748C35.519 121.916 35.3982 123.366 35.5229 124.709C35.5604 125.108 35.859 125.123 35.6528 125.98C35.6097 126.16 35.2513 125.931 35.561 126.929C35.6125 127.097 36.0302 128.774 35.761 129.597C35.6901 129.814 35.3967 130.368 35.4428 130.847C35.4502 130.912 35.6105 130.652 35.6262 131.049C35.6785 132.449 35.6614 133.917 35.7116 135.355C35.7254 135.739 35.8913 135.167 35.9065 135.739C35.9484 137.314 35.9062 139.279 35.8542 140.819C35.8348 141.386 35.6973 140.994 35.6823 141.035C35.439 141.699 35.7674 142.092 35.7866 142.312C35.9012 143.683 35.747 144.727 35.7878 145.99C35.7987 146.339 35.9552 146.092 35.9692 146.161C36.1056 146.881 35.8244 146.345 35.7934 146.801C35.7057 148.077 35.7182 149.5 35.7382 150.791C35.7458 151.265 35.9274 150.732 35.9321 151.158C35.9634 153.677 35.946 156.295 35.8459 158.753C35.8267 159.216 35.6869 158.925 35.655 159.021C35.4316 159.686 35.7363 160.66 35.7653 160.885C35.7705 160.924 35.7752 160.962 35.7796 161L34.0414 159.262C34.9767 159.153 35.3761 159.266 36.2416 159.244C39.969 159.147 44.438 159.191 48.2414 159.237L46.4786 161C46.4869 160.316 46.4953 159.653 46.5031 159.02C46.5682 153.611 46.7012 149.413 46.6666 144.255C46.6646 143.927 46.4786 144.257 46.4745 143.975C46.4297 140.326 46.5023 136.733 46.4486 133.077C46.4445 132.777 46.2682 133.209 46.2557 132.728C46.2289 131.74 46.2385 130.489 46.2948 129.49C46.3219 129.003 46.4732 129.656 46.4974 129.166C46.5542 128.024 46.5667 126.8 46.5385 125.628C46.526 125.129 46.3457 125.882 46.3436 125.233C46.3314 122.207 46.313 119.218 46.3776 116.2L46.4053 110.345L49.7613 115.121C50.5408 116.271 51.3096 117.436 52.0641 118.626C52.2282 118.885 52.0848 119.316 52.5189 119.806C52.6302 119.787 52.7262 119.715 52.8273 119.67C56.5983 124.881 60.18 130.147 63.8977 135.418C64.0545 135.641 63.9408 135.145 64.2451 135.575C66.0068 138.061 67.7636 140.443 69.4105 143.097C69.5742 143.36 69.2037 143.429 69.7735 144.142C69.8742 144.268 70.7059 145.361 70.9719 145.607C71.0089 145.64 70.9939 145.343 71.2538 145.701C72.7615 147.784 74.2911 150.002 75.697 152.151C75.9237 152.498 75.5299 152.236 75.6902 152.484C76.8279 154.243 78.2505 156.024 79.2822 157.744C79.9722 158.895 79.446 158.661 79.6221 159.408C79.6471 159.514 80.1215 160.193 80.0092 160.326C79.7282 160.66 79.1184 160.601 78.8463 160.996C78.7873 161.08 79.515 161.925 78.9434 161.525C78.904 161.496 78.3748 160.885 78.1952 160.77C78.0704 160.689 78.075 160.991 77.8546 160.802C77.6342 160.613 77.5721 160.278 77.2344 159.945C76.8961 159.613 76.8562 159.893 76.2981 159.147ZM80.2636 126.948C80.1003 127.685 80.6985 127.793 80.5554 126.997C80.5478 126.958 80.2717 126.91 80.2636 126.948ZM93.1137 136.588C93.3775 135.625 92.9895 134.966 92.7858 135.646C92.5822 136.325 93.0337 136.882 93.1137 136.588ZM93.3063 146.576C93.5143 145.45 92.6661 145.273 92.8375 146.478C92.8472 146.548 93.2942 146.641 93.3063 146.576ZM77.6459 156.766C77.6453 156.779 77.9839 157.27 77.9985 157.277C78.3371 157.425 77.66 156.445 77.6459 156.766ZM93.516 156.486C93.6307 156.135 93.4983 155.123 93.3556 155.56C93.2408 155.911 93.3733 156.924 93.516 156.486ZM63.2543 114.874C63.2548 114.859 63.0128 114.507 62.9768 114.543C62.8617 114.661 63.2448 115.118 63.2543 114.874ZM81.4107 160.784C83.8993 160.816 85.4083 161.517 82.6981 161.438C82.2073 161.424 83.7559 161.214 83.1312 161.151C81.9882 161.036 81.2292 161.476 80.0628 161.24C79.8517 161.197 81.2687 160.781 81.4151 160.783C81.4136 160.784 81.4121 160.784 81.4107 160.784ZM79.5451 127.372C79.5372 127.387 79.5297 127.978 79.5376 127.992C79.7275 128.312 79.7427 127.121 79.5451 127.372ZM49.0558 94.3876C49.0542 94.3769 48.9842 94.2705 48.8854 94.1255L48.7925 93.9985L48.6414 94C48.2246 93.9905 47.5358 93.9859 47.5043 93.9968C47.0398 94.1984 48.0448 94.2829 48.6414 94.2283L48.6775 94.2279L48.6997 94.2583C48.9116 94.5037 49.087 94.6281 49.0558 94.3876ZM86.2889 93.866C86.9341 93.6749 87.7058 93.6524 88.2201 93.8923C87.579 93.8796 86.9336 93.8777 86.2889 93.866ZM120.313 158.716C120.261 157.372 120.317 155.611 120.393 154.272C120.417 153.852 120.523 154.065 120.544 153.775C120.585 153.209 120.533 152.681 120.583 152.121C120.599 151.936 120.767 152.167 120.781 151.972C120.855 150.906 120.813 149.898 120.848 148.818C121.024 143.499 121.087 138.271 121.164 132.887C121.189 131.112 121.341 128.954 121.275 127.121C121.267 126.907 121.119 127.034 121.107 126.994C120.921 126.355 121.219 126.567 121.258 126.15C121.414 124.495 121.428 122.654 121.371 121.061C121.347 120.384 121.054 121.063 121.218 120.381C121.229 120.333 121.386 120.505 121.402 120.319C121.44 119.898 121.412 119.098 121.424 118.772C121.449 118.142 121.448 118.038 121.449 117.443C121.453 116.629 121.531 115.66 121.495 114.787C121.487 114.601 121.327 114.847 121.3 114.55C121.272 114.252 121.286 113.465 121.324 113.2C121.362 112.934 121.488 113.047 121.517 113C121.761 112.614 121.423 111.703 121.414 111.586C121.3 109.878 121.401 108.364 121.445 106.8L122.293 107.648C121.902 107.637 121.507 107.629 121.106 107.629C119.583 107.63 117.956 107.693 116.507 107.685C114.782 107.674 113.319 107.587 111.643 107.602C111.466 107.603 111.673 107.792 111.457 107.794C109.161 107.816 106.881 107.795 104.595 107.668C104.366 107.655 104.661 107.489 104.432 107.466C103.952 107.42 103.376 107.351 102.793 107.309L102.292 107.318L102.284 106.8C102.364 105.68 102.343 104.533 101.868 103.985C101.897 103.035 101.926 101.882 102.071 101.032C102.165 100.485 102.345 101.017 102.268 100.344C102.251 100.192 102.093 100.389 102.079 100.162C102.021 99.2032 102.073 98.156 101.991 97.2078C101.974 97.015 101.832 97.0676 101.807 97.013C101.6 96.5538 101.942 95.7892 101.967 95.6226C102.036 95.1437 102.07 94.7135 102.084 94.3L102.072 93.603L102.793 93.5909C103.475 93.6147 104.112 93.5875 104.849 93.5903C105.123 93.5915 104.799 93.4013 105.063 93.3955C106.432 93.3683 107.85 93.3846 109.191 93.469C109.489 93.4882 109.215 93.6503 109.358 93.6677C109.986 93.7428 110.125 93.4368 110.728 93.5029C110.855 93.5165 110.783 93.6552 110.807 93.6704C111.169 93.9096 111.484 93.5707 111.578 93.5632C112.758 93.461 113.512 93.8148 114.652 93.7647C114.789 93.7583 114.481 93.5828 114.864 93.5757C117.419 93.5273 120.12 93.5755 122.648 93.7158C123.041 93.7374 122.761 93.8693 122.785 93.8855C123.189 94.1395 123.449 93.7992 123.578 93.7864C124.589 93.6942 125.533 93.9795 126.22 93.5742C130.503 93.7149 134.765 93.4873 139.012 93.8504C139.066 93.8546 138.97 94.0221 139.077 94.0298C140.375 94.1239 140.125 93.8635 140.984 93.5449C141.2 93.465 141.858 93.8495 141.916 93.8777C142.128 93.9816 141.908 94.2309 141.979 94.251C142.567 94.409 142.471 93.5845 143.263 93.5842C143.288 93.5856 143.184 93.7374 143.251 93.7525C143.457 93.7998 143.662 93.7395 143.864 93.7918C144.327 93.9126 144.492 94.3132 145.199 94.0801C145.288 94.0498 145.152 93.5822 145.859 93.6043C146.142 93.6135 147.39 93.6055 147.74 93.6358C148.09 93.666 147.85 93.8167 147.875 93.8233C148.816 94.0225 148.459 94.1051 148.931 94.4002C149.403 94.6941 149.272 93.9931 149.465 93.9148C149.657 93.8368 150.348 94.0012 150.517 94.0584C150.687 94.1155 150.475 94.2113 150.626 94.2437C151.626 94.4551 151.065 93.8957 151.395 93.7844C152.172 93.521 152.777 94.0409 153.488 94.0918C153.68 94.1056 153.523 93.9872 153.694 93.9761C154.373 93.9338 154.781 94.096 155.553 93.9473C155.613 93.9358 155.785 93.8593 155.993 93.8066L156.478 93.7985L156.486 94.3C156.545 94.5296 156.574 94.8025 156.453 95.0147C156.42 95.0719 156.29 94.9093 156.261 95.1986C156.218 95.6306 156.19 96.409 156.233 96.8735C156.265 97.2164 156.478 96.8233 156.412 97.2549C156.382 97.4467 156.258 97.0913 156.212 97.4516C156.167 97.8101 156.173 98.7266 156.177 99.0753C156.181 99.4234 156.343 99.2329 156.354 99.261C156.417 99.4313 156.495 100.099 156.495 100.158C156.51 102.451 156.352 104.606 156.319 106.8L156.324 107.121L155.993 107.126C155.337 107.116 154.678 107.118 154.011 107.139C153.784 107.146 153.935 107.316 153.9 107.319C153.121 107.391 153.736 106.937 153.191 106.785C153.27 107.131 152.949 107.069 152.4 107.107C152.136 107.125 152.28 107.259 152.256 107.273C151.864 107.477 151.59 107.214 151.52 107.16C151.26 106.962 150.978 107.196 150.801 107.063C150.625 106.932 151.031 106.737 150.505 106.74C150.357 106.864 150.748 107.188 150.348 107.24C148.841 107.439 146.027 107.185 144.815 107.158C143.605 107.132 143.215 107.155 142.51 107.11C141.236 107.029 141.703 107.269 140.913 107.38C140.12 107.49 140.505 106.898 140.391 106.771C140.279 106.643 140.157 106.774 140.018 106.704C139.879 106.635 140.179 106.548 139.853 106.522C139.527 106.496 138.634 106.722 138.519 106.855C138.274 107.137 138.676 107.432 137.812 107.328C137.763 107.322 137.924 107.167 137.734 107.151C137.357 107.121 136.976 107.098 136.593 107.079L136.872 106.8C136.814 107.95 136.79 109.116 136.711 110.249C136.696 110.456 136.523 110.271 136.512 110.391C136.402 111.649 136.693 111.199 137.018 111.889C136.586 111.734 136.322 112.115 136.32 113.07C136.318 113.644 136.506 113.545 136.639 113.916C136.679 114.027 136.55 114.433 136.639 114.507C136.928 114.75 137.253 114.367 137.123 115.351C137.117 115.394 136.959 115.257 136.949 115.406C136.886 116.371 137.189 116.486 137.226 117.528C137.255 118.345 137.07 119.799 137.04 120.729C136.555 120.71 136.666 121.588 137 121.945C136.987 122.549 137.006 123.201 136.959 123.784C136.944 123.985 136.803 123.853 136.788 123.879C136.55 124.267 136.875 124.53 136.888 124.66C137.012 126.072 136.765 127.223 137.006 128.571C137.015 128.619 137.352 128.697 137.106 129.057C137.089 129.08 136.936 128.635 136.924 129.269C136.912 129.904 136.731 131.099 136.888 131.98C136.925 132.193 137.199 132.732 136.985 133.164C136.956 133.222 136.859 133.159 136.806 133.242C136.634 133.511 136.975 133.658 136.685 133.974C136.396 134.29 136.179 134.948 136.379 135.836C136.385 135.864 136.655 136.074 136.651 136.353C136.643 136.799 136.587 137.432 136.589 137.897C136.59 138.12 136.758 137.978 136.761 138.016C136.855 139.515 136.705 140.581 136.64 142.187C136.628 142.481 136.857 143.327 136.676 143.896C136.478 144.522 135.655 143.879 135.851 145.317C135.93 145.897 136.974 146.631 136.433 147.674C136.567 149.695 136.29 151.564 136.481 153.591C136.49 153.682 136.781 153.971 136.777 154.185C136.771 154.503 136.635 154.678 136.626 154.905C136.585 155.857 136.701 156.728 136.683 157.645C136.676 157.994 136.536 157.872 136.528 158.288C136.52 158.703 136.705 158.98 136.616 159.543C136.548 159.968 136.169 160.393 136.124 160.957C136.189 160.961 136.242 160.975 136.286 161L136.593 160.693C136.473 160.906 136.109 160.915 135.538 160.996C135.406 161.015 135.548 161.146 135.485 161.161C135.23 161.228 134.995 161.121 134.753 161.194C134.694 161.211 134.691 161.339 134.643 161.36C134.234 161.548 133.559 161.261 133.444 161.211C133 161.021 132.792 161.187 132.452 161.112C132.112 161.038 132.62 160.944 132.223 160.899C131.4 160.805 130.343 160.826 129.507 160.82C129.174 160.818 129.401 160.989 129.354 160.992C128.664 161.036 127.967 160.854 127.584 161.194C127.106 160.316 127.169 161.279 126.183 161.103C126.105 161.089 126.007 160.674 126.305 160.613C126.603 160.552 127.055 160.682 127.468 160.587C127.566 160.565 128.127 160.176 128.204 160.152C128.803 159.968 128.888 160.588 128.92 160.622C129.28 160.99 129.965 160.571 130.146 160.542C130.972 160.409 131.673 160.496 132.364 160.402C132.816 160.341 132.86 159.934 133.215 159.947C134.394 159.988 134.806 160.555 135.917 160.063C136.137 159.966 135.952 159.581 136.593 159.796L135.389 161C135.407 160.946 135.429 160.887 135.456 160.821C135.478 160.767 135.798 160.133 135.596 159.767C135.57 159.721 135.441 159.722 135.43 159.662C135.36 159.255 135.463 158.984 135.413 158.541C135.364 158.098 135.29 157.566 135.334 157.06C135.361 156.755 135.602 156.364 135.661 156.218C135.831 155.807 135.552 155.365 135.758 155.11C135.965 154.852 136.279 155.355 136.413 154.681C136.077 154.656 135.732 154.598 135.393 154.558C135.405 153.079 135.514 151.624 135.499 150.141C135.497 149.957 135.316 150.145 135.309 149.948C135.28 149.116 135.409 148.389 135.358 147.526C135.318 146.858 135.126 146.126 135.078 145.428C135.463 145.001 135.332 143.965 135.367 143.212C135.379 142.949 135.482 142.966 135.516 142.779C135.64 142.071 135.3 142.403 135.246 142.209C135.018 141.377 135.787 141.305 135.768 140.324C135.768 140.272 135.357 139.637 135.332 139.55C135.165 138.994 135.475 139.457 135.505 139.11C135.56 138.474 135.658 138.033 135.538 137.287C135.503 137.07 135.247 136.549 135.445 136.126C135.471 136.071 135.606 136.102 135.614 136.057C135.747 135.248 135.32 135.227 135.176 134.764C135.032 134.302 135.326 133.588 135.411 133.443C135.63 133.062 135.504 133.734 135.526 133.754C135.782 133.996 135.738 133.476 135.76 133.078C136.177 133.02 136.152 132.463 135.78 132.665C135.74 132.688 135.779 132.998 135.76 133.078C135.35 132.728 135.297 132.117 135.68 131.441C135.86 131.125 136.069 131.424 135.993 130.463C135.958 130.027 135.67 130.196 135.592 129.811C135.413 128.932 135.681 127.79 135.639 126.884C135.624 126.555 135.466 126.875 135.45 126.65C135.408 126.054 135.526 125.528 135.465 124.929C135.46 124.875 135.295 125.007 135.293 124.821C135.273 123.409 135.379 122.179 135.382 120.704C135.383 119.992 135.292 118.718 135.311 117.98C135.341 116.701 135.581 115.128 135.523 114.035C135.486 113.322 135.321 113.479 135.208 113.173C134.991 112.584 135.381 111.541 135.441 111.4C135.443 111.396 135.482 112.009 135.567 111.682C135.743 111.492 135.442 111.407 135.441 111.4C135.48 111.308 135.517 110.083 135.486 109.84C135.469 109.708 135.313 109.782 135.307 109.713C135.224 108.744 135.176 107.774 135.166 106.8L135.19 105.35L136.593 105.373C137.266 105.366 137.942 105.377 138.621 105.407C138.65 105.41 138.606 105.585 138.675 105.59C139.637 105.668 140.253 105.454 141.046 105.327C141.839 105.2 142.468 105.243 142.938 105.543C143.536 105.505 144.395 105.638 144.889 105.718C145.383 105.799 145.452 105.459 145.495 105.452C146.851 105.237 147.635 105.431 149.042 105.462C149.711 105.477 151.038 105.427 151.762 105.39C152.334 105.36 152.679 105.44 153.206 105.389C153.277 105.382 153.205 105.231 153.227 105.225C153.816 105.044 153.533 105.414 153.654 105.48C154.095 105.72 154.367 105.848 155.121 105.735C155.273 105.713 155.681 105.3 155.993 105.178L154.371 106.8C154.353 106.756 154.342 106.714 154.338 106.675C154.299 106.263 154.49 106.419 154.443 105.987C154.44 105.95 154.322 105.958 154.327 105.692C154.349 104.456 154.418 103.109 154.406 101.824C154.405 101.649 154.218 101.874 154.213 101.62C154.191 100.431 154.198 99.1272 154.286 97.9685C154.308 97.6833 154.439 97.8621 154.478 97.8001C154.713 97.42 154.371 96.881 154.364 96.7921C154.295 95.8989 154.31 95.094 154.339 94.3L155.993 95.9535C154.901 95.9132 153.83 95.8454 152.577 95.9307C152.46 95.9393 151.554 96.3056 151.15 95.9915C151.122 95.9706 150.722 95.6491 150.368 95.8689C150.346 95.8827 150.596 96.0481 150.161 96.0313C149.726 96.0144 149.026 96.1249 148.428 95.9431C148.239 95.8859 147.792 95.5652 147.227 95.8208C147.19 95.8387 146.319 96.4166 146.008 96.0178C145.957 95.9522 146.01 95.5303 145.336 95.7466C145.207 95.7885 145.441 95.8826 145.102 95.9414C144.582 96.032 143.894 95.919 143.255 96.1069C143.144 96.1402 142.669 96.4266 142.289 96.2092C142.23 96.1752 142.343 96.0343 142.142 96.0186C141.187 95.9429 140.186 96.0372 139.216 95.9397C138.873 95.9055 139.049 95.6777 138.69 95.6167C138.332 95.5557 137.611 95.497 137.236 95.6011C136.861 95.7052 137.271 96.0681 136.709 96.0972C134.268 96.2233 131.85 96.0104 129.412 95.9793C129.05 95.9746 129.35 96.1045 128.817 96.1069C126.853 96.1166 123.462 96.2384 121.757 95.9624C120.391 95.7414 122.11 95.5731 121.067 95.4832C120.563 95.4403 120.018 95.8622 119.897 95.8755C118.709 96.0104 117.884 95.8235 116.815 95.8809C116.594 95.8928 116.81 96.0638 116.623 96.072C115.981 96.1017 115.307 96.0254 114.693 96.0393C114.418 96.046 114.469 96.1766 114.216 96.1665C113.61 96.1439 113.075 96.089 112.484 95.9666C112.43 95.9554 112.793 95.7929 112.345 95.7869C111.62 95.7776 110.72 95.6568 109.885 95.7815C109.638 95.819 109.628 96.1176 109.096 95.9114C108.984 95.8683 109.127 95.5099 108.507 95.8196C108.403 95.8711 107.361 96.2888 106.85 96.0195C106.715 95.9487 106.371 95.6553 106.074 95.7014C106.033 95.7088 106.195 95.8691 105.948 95.8848C105.079 95.9371 104.168 95.92 103.274 95.9702C103.036 95.984 103.391 96.1499 103.036 96.165C102.956 96.1684 102.875 96.1713 102.793 96.1736L104.667 94.3C104.693 95.2314 104.653 96.3331 104.606 97.2115C104.586 97.5639 104.449 97.3203 104.434 97.346C104.191 97.7584 104.519 98.0022 104.538 98.1391C104.653 98.9904 104.499 99.6386 104.539 100.423C104.55 100.64 104.707 100.486 104.721 100.529C104.857 100.976 104.576 100.643 104.545 100.926C104.457 101.719 104.47 102.603 104.49 103.404C104.497 103.699 104.679 103.368 104.684 103.632C104.705 104.677 104.704 105.749 104.671 106.8L102.793 104.922C103.316 104.938 103.835 104.962 104.342 104.995C104.629 105.015 104.448 105.154 104.508 105.186C104.921 105.41 105.526 105.105 105.665 105.076C106.298 104.944 106.544 105.067 107.103 105.044C109.835 104.929 113.207 105.011 115.785 105.062C118.173 105.108 120.181 105.189 122.293 105.219L123.9 105.246L123.874 106.8C123.862 107.659 123.858 108.535 123.868 109.461C123.87 109.665 124.056 109.46 124.06 109.635C124.105 111.901 124.032 114.132 124.086 116.402C124.09 116.589 124.266 116.32 124.279 116.619C124.305 117.233 124.296 118.01 124.24 118.63C124.212 118.932 124.061 118.527 124.037 118.831C123.98 119.54 123.968 120.3 123.996 121.028C124.008 121.338 124.189 120.871 124.191 121.274C124.209 124.018 124.24 126.713 124.006 129.485C123.99 129.676 123.624 129.842 123.694 130.247C123.796 130.277 123.915 130.275 124.024 130.289C124.083 134.283 123.956 138.237 123.936 142.243C123.935 142.412 124.129 142.12 124.129 142.447C124.126 144.339 124.18 146.177 123.987 148.113C123.968 148.305 123.626 148.206 123.678 148.772C123.687 148.872 123.733 149.725 123.807 149.945C123.818 149.975 123.978 149.82 123.982 150.094C124.006 151.691 123.97 153.364 123.873 154.957C123.857 155.214 123.687 154.94 123.674 155.124C123.584 156.423 123.713 157.836 123.559 159.078C123.455 159.909 123.161 159.602 122.872 160.043C122.832 160.106 122.825 160.62 122.657 160.647C122.234 160.715 121.771 160.466 121.321 160.568C121.224 160.59 121.328 161.279 121.094 160.871C121.078 160.843 121 160.343 120.921 160.22C120.866 160.134 120.695 160.288 120.624 160.114C120.554 159.939 120.697 159.747 120.615 159.457C120.531 159.167 120.336 159.295 120.313 158.716ZM147.114 106.078C147.571 106.241 147.639 105.643 147.144 105.786C147.12 105.794 147.09 106.07 147.114 106.078ZM135.965 151.633C136.229 151.035 135.841 150.625 135.637 151.047C135.434 151.469 135.885 151.815 135.965 151.633ZM136.158 157.835C136.366 157.136 135.518 157.026 135.689 157.774C135.699 157.818 136.146 157.876 136.158 157.835ZM122.79 157.995C122.782 158.001 122.774 158.371 122.782 158.38C122.972 158.577 122.988 157.837 122.79 157.995ZM133.604 160.775C133.822 160.889 134.45 160.757 134.179 160.614C133.961 160.499 133.332 160.632 133.604 160.775ZM153.507 94.3838C153.5 94.3749 153.234 94.3669 153.24 94.4173C153.258 94.5795 153.627 94.5337 153.507 94.3838ZM123.143 160.784C124.689 160.816 125.626 161.517 123.943 161.438C123.638 161.424 124.6 161.214 124.212 161.151C123.502 161.036 123.031 161.476 122.306 161.24C122.175 161.197 123.055 160.781 123.146 160.783C123.145 160.784 123.144 160.784 123.143 160.784ZM147.377 106.796C147.386 106.804 147.753 106.812 147.762 106.804C147.961 106.614 147.221 106.599 147.377 106.796ZM138.03 94.0139C138.01 93.9971 137.158 93.9813 137.13 93.9968C136.685 94.3074 138.408 94.3402 138.03 94.0139ZM137.027 120.744C137.218 121.144 137.241 121.624 137.001 121.943C137.013 121.545 137.015 121.144 137.027 120.744ZM163.116 157.586C163.064 155.578 163.12 152.945 163.197 150.944C163.22 150.317 163.326 150.635 163.347 150.202C163.389 149.355 163.337 148.567 163.386 147.73C163.403 147.453 163.57 147.798 163.584 147.507C163.658 145.914 163.616 144.407 163.651 142.793C163.827 134.844 163.891 127.03 163.967 118.984C163.992 116.33 164.145 113.105 164.078 110.365C164.07 110.045 163.923 110.236 163.91 110.175C163.724 109.22 164.022 109.538 164.061 108.914C164.218 106.44 164.231 103.689 164.174 101.309C164.15 100.296 163.857 101.311 164.021 100.291C164.032 100.221 164.189 100.478 164.206 100.2C164.243 99.5698 164.215 98.3747 164.228 97.8865C164.252 96.9456 164.251 96.7899 164.252 95.9C164.254 95.3972 164.268 94.8551 164.282 94.3L164.273 93.4949L165.096 93.4857C165.884 93.5051 166.699 93.5233 167.465 93.5025C167.744 93.4944 167.375 93.334 167.819 93.3067C168.264 93.2794 169.441 93.293 169.837 93.3308C170.234 93.3687 170.065 93.4948 170.135 93.5237C170.713 93.7677 172.074 93.4298 172.249 93.4214C175.442 93.279 178.18 93.4715 181.177 93.471C183.452 93.4701 185.885 93.4066 188.049 93.4153C190.629 93.4263 192.815 93.5133 195.32 93.4983C195.585 93.4969 195.275 93.3083 195.598 93.3062C199.029 93.2842 202.437 93.3048 205.853 93.4321C206.196 93.4451 205.754 93.6107 206.096 93.6336C207.972 93.7554 210.825 94.0301 212.296 93.5696L213.018 93.5615L213.027 94.3C213.081 94.4727 213.145 94.6264 213.221 94.7572C213.192 96.1768 213.163 97.9004 213.018 99.1705C212.924 99.9894 212.744 99.194 212.821 100.2C212.838 100.427 212.996 100.132 213.01 100.472C213.068 101.905 213.016 103.47 213.098 104.887C213.115 105.175 213.257 105.096 213.282 105.178C213.396 105.555 213.344 106.071 213.269 106.5L213.28 107.462L212.296 107.473C211.945 107.413 211.652 107.338 211.54 107.326C209.643 107.141 208.258 107.214 206.491 107.21C206.081 107.209 206.566 107.399 206.171 107.404C204.125 107.432 202.005 107.415 200.001 107.331C199.555 107.312 199.965 107.15 199.752 107.132C198.813 107.057 198.605 107.363 197.704 107.297C197.514 107.284 197.621 107.145 197.587 107.13C197.044 106.89 196.573 107.229 196.434 107.237C194.67 107.339 193.543 106.985 191.839 107.035C191.635 107.042 192.095 107.217 191.522 107.224C187.704 107.273 183.667 107.225 179.888 107.084C179.301 107.063 179.72 106.931 179.683 106.914C179.543 106.855 179.414 106.828 179.296 106.822L179.618 106.5C179.598 106.887 179.8 107.15 179.81 107.297C179.902 108.808 179.617 110.22 180.022 111.247C179.95 114.505 179.974 117.756 179.967 121L179.296 120.329C182.424 120.336 185.546 120.372 188.662 120.55C188.742 120.555 188.598 120.722 188.759 120.73C190.697 120.824 190.325 120.563 191.608 120.245C191.931 120.165 192.914 120.55 193.001 120.578C193.318 120.682 192.989 120.931 193.095 120.951C193.973 121.109 193.83 120.285 195.015 120.284C195.052 120.286 194.896 120.437 194.996 120.452C195.305 120.5 195.611 120.44 195.913 120.492C196.605 120.613 196.851 121.013 197.908 120.78C198.042 120.75 197.837 120.282 198.895 120.304C199.317 120.313 201.183 120.305 201.706 120.336C202.228 120.366 201.87 120.517 201.907 120.523C203.315 120.723 202.781 120.805 203.486 121.1C204.191 121.394 203.996 120.693 204.283 120.615C204.571 120.537 205.603 120.701 205.857 120.758C206.11 120.816 205.794 120.911 206.019 120.944C207.514 121.155 206.675 120.596 207.168 120.484C208.329 120.221 209.233 120.741 210.296 120.792C210.584 120.806 210.349 120.687 210.605 120.676C210.974 120.661 211.289 120.672 211.596 120.686L211.906 120.683L211.91 121C211.885 121.538 211.854 122.052 211.949 122.787C211.973 122.976 212.286 123.909 212.056 124.512C212.023 124.598 211.894 124.355 211.865 124.787C211.821 125.433 211.793 126.596 211.836 127.291C211.868 127.803 212.082 127.216 212.015 127.861C211.986 128.147 211.861 127.616 211.816 128.155C211.77 128.69 211.776 130.06 211.78 130.581C211.785 131.102 211.946 130.817 211.957 130.859C212.02 131.113 212.098 132.112 212.098 132.2C212.099 132.535 212.099 132.869 212.098 133.2L212.103 133.696L211.596 133.701C207.526 133.682 203.715 133.455 199.707 133.539C199.367 133.546 199.594 133.716 199.542 133.719C198.378 133.791 199.296 133.337 198.482 133.185C198.6 133.531 198.12 133.469 197.3 133.507C196.905 133.525 197.12 133.659 197.084 133.673C196.498 133.877 196.09 133.614 195.985 133.56C195.596 133.362 195.174 133.596 194.91 133.463C194.646 133.332 195.253 133.137 194.467 133.14C194.246 133.264 194.83 133.588 194.233 133.64C191.98 133.839 187.775 133.585 185.963 133.558C184.155 133.532 183.571 133.555 182.518 133.51C180.615 133.429 181.312 133.669 180.131 133.78C178.946 133.89 179.522 133.298 179.351 133.171C179.333 133.157 179.315 133.146 179.296 133.138L179.234 133.137L179.234 133.2C179.166 133.352 179.263 133.517 179.201 133.703C179.131 133.91 179.044 133.461 179.018 133.949C178.992 134.437 179.218 135.77 179.351 135.943C179.633 136.309 179.929 135.708 179.825 136.999C179.818 137.073 179.663 136.832 179.647 137.116C179.527 139.375 179.52 141.72 179.414 143.976C179.399 144.286 179.226 144.008 179.215 144.189C179.105 146.069 179.397 145.397 179.721 146.427C179.289 146.196 179.025 146.765 179.023 148.192C179.022 148.423 179.036 148.581 179.058 148.7L179.055 148.935L179.296 148.938C179.617 148.877 179.648 148.751 180.053 148.654C180.219 148.614 180.826 148.743 180.936 148.654C181.299 148.365 180.727 148.04 182.198 148.17C182.262 148.176 182.057 148.334 182.28 148.344C183.721 148.407 183.894 148.104 185.452 148.067C186.673 148.038 188.845 148.223 190.236 148.253C190.206 148.738 191.52 148.627 192.053 148.293C192.955 148.306 193.93 148.287 194.802 148.334C195.102 148.349 194.905 148.49 194.943 148.505C195.523 148.743 195.916 148.418 196.11 148.405C198.222 148.281 199.942 148.528 201.957 148.286C202.028 148.278 202.144 147.941 202.683 148.187C202.717 148.204 202.052 148.357 203 148.369C203.948 148.381 205.735 148.562 207.051 148.405C207.369 148.368 208.175 148.094 208.821 148.308C208.907 148.337 208.813 148.434 208.937 148.487C209.339 148.659 209.559 148.318 210.031 148.608C210.44 148.858 211.231 149.054 212.296 148.973L212.023 148.7C212.036 148.866 212.055 149.038 212.082 149.217C212.088 149.26 212.358 149.574 212.354 149.991C212.347 150.657 212.29 151.603 212.292 152.299C212.293 152.632 212.461 152.419 212.464 152.477C212.558 154.716 212.408 156.31 212.343 158.71C212.332 159.106 212.517 160.17 212.421 161L212.423 161.124L212.296 161.125C212.204 161.115 212.116 161.101 212.031 161.083C211.096 160.885 212.057 160.062 209.908 160.258C209.041 160.337 207.944 161.381 206.386 160.84C203.365 160.974 200.571 160.697 197.542 160.888C197.405 160.897 196.975 161.188 196.654 161.184C196.179 161.178 195.918 161.042 195.578 161.033C194.156 160.992 192.854 161.108 191.482 161.09C190.961 161.083 191.144 160.943 190.522 160.935C189.902 160.927 189.488 161.112 188.647 161.023C188.011 160.955 187.376 160.576 186.533 160.531C186.501 160.905 185.922 160.898 184.892 160.996C184.695 161.015 184.907 161.146 184.813 161.161C184.432 161.228 184.08 161.121 183.718 161.194C183.63 161.211 183.626 161.339 183.554 161.36C182.942 161.548 181.935 161.261 181.762 161.211C181.098 161.021 180.788 161.187 180.279 161.112C179.772 161.038 180.531 160.944 179.938 160.899C178.708 160.805 177.128 160.826 175.878 160.82C175.38 160.818 175.72 160.989 175.649 160.992C174.618 161.036 173.576 160.854 173.005 161.194C172.29 160.316 172.383 161.279 170.91 161.103C170.794 161.089 170.646 160.674 171.092 160.613C171.537 160.552 172.213 160.682 172.831 160.587C172.977 160.565 173.816 160.176 173.93 160.152C174.826 159.968 174.953 160.588 175.001 160.622C175.538 160.99 176.563 160.571 176.833 160.542C178.067 160.409 179.116 160.496 180.148 160.402C180.823 160.341 180.889 159.934 181.42 159.947C183.182 159.988 183.797 160.555 185.458 160.063C185.815 159.958 185.461 159.514 186.737 159.863C186.817 159.885 187.764 160.205 188.312 160.003C188.38 159.977 188.378 159.848 188.469 159.837C189.077 159.767 189.482 159.87 190.144 159.82C190.806 159.771 191.602 159.697 192.357 159.741C192.813 159.768 193.397 160.009 193.615 160.068C194.231 160.238 194.891 159.959 195.272 160.165C195.657 160.372 194.905 160.686 195.913 160.82C195.951 160.484 196.036 160.139 196.096 159.8C198.307 159.812 200.481 159.921 202.699 159.906C202.974 159.904 202.692 159.723 202.987 159.716C204.231 159.688 205.317 159.816 206.606 159.765C207.604 159.725 208.699 159.533 209.742 159.485C210.245 159.788 211.315 159.771 212.296 159.768L211.064 161C211.063 160.737 211.063 160.48 211.07 160.242C211.083 159.848 211.185 159.875 211.219 159.594C211.343 158.537 211.003 159.032 210.949 158.743C210.721 157.499 211.491 157.392 211.472 155.926C211.471 155.848 211.061 154.899 211.035 154.768C210.868 153.937 211.178 154.631 211.208 154.11C211.264 153.161 211.361 152.501 211.241 151.387C211.206 151.062 210.95 150.283 211.148 149.652C211.174 149.569 211.309 149.615 211.317 149.548C211.359 149.168 211.345 148.904 211.303 148.7L212.296 149.693C211.85 149.786 211.686 150.018 211.212 150.117C210.521 150.261 209.454 149.967 209.237 149.882C208.669 149.663 209.672 149.788 209.703 149.767C210.065 149.511 209.286 149.555 208.691 149.533C208.605 149.116 207.773 149.141 208.075 149.513C208.109 149.553 208.572 149.514 208.691 149.533C208.169 149.943 207.255 149.996 206.245 149.613C205.773 149.433 206.22 149.224 204.784 149.3C204.132 149.335 204.384 149.623 203.809 149.701C202.495 149.88 200.788 149.612 199.434 149.654C198.943 149.669 199.421 149.827 199.085 149.843C198.194 149.885 197.408 149.767 196.512 149.828C196.431 149.833 196.629 149.998 196.351 150C194.24 150.02 192.402 149.914 190.199 149.911C189.134 149.91 187.23 150.001 186.127 149.982C184.215 149.952 181.864 149.712 180.231 149.77C179.607 149.792 179.428 149.858 179.296 149.931L178.052 149.917L178.065 148.7C178.014 148.606 177.958 148.536 177.911 148.347C177.694 147.466 178.084 145.907 178.144 145.697C178.146 145.691 178.185 146.607 178.27 146.118C178.446 145.834 178.145 145.707 178.144 145.697C178.183 145.559 178.221 143.728 178.189 143.365C178.172 143.167 178.016 143.277 178.01 143.174C177.87 140.726 177.83 138.273 177.903 135.79C177.906 135.747 178.081 135.812 178.086 135.71C178.14 134.711 178.054 133.962 177.953 133.2L177.968 131.842L179.296 131.857C179.631 131.813 179.968 131.766 180.33 131.727C181.516 131.6 182.456 131.643 183.158 131.943C184.052 131.905 185.335 132.038 186.074 132.118C186.812 132.199 186.915 131.859 186.98 131.852C189.007 131.637 190.178 131.831 192.281 131.862C193.28 131.877 195.263 131.827 196.346 131.79C197.201 131.76 197.716 131.84 198.504 131.789C198.611 131.782 198.503 131.631 198.536 131.625C199.415 131.444 198.993 131.814 199.174 131.88C199.833 132.12 200.239 132.248 201.366 132.135C201.626 132.109 202.382 131.576 202.856 131.545C203.472 131.506 203.239 131.697 203.884 131.65C203.939 131.647 203.928 131.529 204.326 131.534C206.173 131.556 208.187 131.625 210.106 131.613C210.368 131.612 210.032 131.425 210.411 131.42C210.799 131.416 211.196 131.412 211.596 131.411L209.807 133.2C209.801 131.767 209.82 130.281 209.889 128.927C209.911 128.501 210.042 128.768 210.081 128.676C210.316 128.107 209.974 127.302 209.968 127.169C209.851 124.923 209.973 123.05 210.001 121L211.596 122.595C210.752 122.584 209.878 122.588 208.936 122.631C208.76 122.639 207.406 123.006 206.801 122.691C206.76 122.671 206.162 122.349 205.634 122.569C205.601 122.583 205.974 122.748 205.324 122.731C204.674 122.714 203.628 122.825 202.734 122.643C202.451 122.586 201.783 122.265 200.939 122.521C200.884 122.539 199.581 123.117 199.117 122.718C199.041 122.652 199.12 122.23 198.113 122.447C197.921 122.489 198.27 122.583 197.763 122.641C196.986 122.732 195.957 122.619 195.003 122.807C194.836 122.84 194.127 123.127 193.559 122.909C193.47 122.875 193.639 122.734 193.339 122.719C191.911 122.643 190.416 122.737 188.966 122.64C188.453 122.605 188.716 122.378 188.18 122.317C187.645 122.256 186.567 122.197 186.007 122.301C185.446 122.405 186.058 122.768 185.219 122.797C183.238 122.866 181.267 122.834 179.296 122.786L177.49 122.766L177.51 121C177.55 119.341 177.603 117.682 177.617 116.017C177.621 115.476 177.492 115.924 177.489 115.128C177.482 112.817 177.404 109.184 177.507 106.5L177.527 104.691L179.296 104.711C180.022 104.738 180.678 104.779 181.22 104.838C183.261 105.059 180.692 105.227 182.252 105.317C183.005 105.36 183.819 104.938 184.001 104.924C185.776 104.79 187.009 104.976 188.607 104.919C188.937 104.907 188.613 104.736 188.894 104.728C189.853 104.698 190.861 104.775 191.777 104.761C192.188 104.754 192.113 104.623 192.491 104.633C193.396 104.656 194.197 104.711 195.079 104.833C195.16 104.845 194.617 105.007 195.287 105.013C196.371 105.022 197.716 105.143 198.963 105.018C199.333 104.981 199.348 104.682 200.143 104.889C200.31 104.932 200.097 105.29 201.024 104.98C201.179 104.929 202.736 104.511 203.5 104.78C203.701 104.851 204.215 105.145 204.66 105.099C204.721 105.091 204.479 104.931 204.848 104.915C206.147 104.863 207.509 104.88 208.844 104.83C209.2 104.816 208.669 104.65 209.201 104.635C210.149 104.608 211.25 104.616 212.296 104.639L210.435 106.5C210.448 105.934 210.465 105.383 210.483 104.881C210.503 104.354 210.64 104.719 210.655 104.68C210.898 104.064 210.57 103.699 210.551 103.495C210.436 102.223 210.591 101.254 210.55 100.081C210.539 99.7574 210.382 99.9868 210.368 99.9224C210.232 99.2543 210.513 99.752 210.544 99.329C210.632 98.1443 210.619 96.8235 210.599 95.6253C210.592 95.1852 210.41 95.6799 210.405 95.2849C210.401 94.9582 210.398 94.6297 210.395 94.3L212.296 96.2009C210.267 96.2155 208.194 96.1906 206.232 96.1045C205.802 96.0853 206.072 95.9455 205.983 95.9136C205.366 95.6902 204.462 95.9949 204.253 96.0239C203.307 96.1565 202.94 96.0328 202.104 96.0559C198.022 96.1708 192.983 96.0889 189.13 96.0383C184.109 95.9732 180.213 95.8402 175.425 95.8748C175.121 95.8768 175.427 96.0628 175.165 96.0669C171.793 96.1115 168.474 96.0397 165.096 96.0921L166.888 94.3C166.888 94.3151 166.889 94.3303 166.889 94.3455C166.893 94.6239 167.069 94.2225 167.082 94.6695C167.109 95.5863 167.099 96.7476 167.043 97.6746C167.016 98.1267 166.864 97.5203 166.84 97.9754C166.783 99.035 166.771 100.171 166.799 101.259C166.811 101.723 166.992 101.024 166.994 101.626C167.012 105.727 167.043 109.755 166.809 113.899C166.793 114.183 166.427 114.432 166.497 115.037C166.599 115.082 166.718 115.08 166.827 115.099C166.886 121.07 166.759 126.979 166.739 132.966C166.738 133.218 166.932 132.782 166.932 133.271C166.929 136.099 166.983 138.846 166.79 141.739C166.771 142.026 166.429 141.879 166.481 142.725C166.49 142.874 166.536 144.148 166.61 144.478C166.621 144.522 166.781 144.29 166.785 144.7C166.81 147.086 166.773 149.587 166.676 151.968C166.66 152.353 166.49 151.943 166.477 152.217C166.387 154.159 166.516 156.272 166.362 158.128C166.258 159.37 165.964 158.91 165.676 159.57C165.635 159.663 165.628 160.433 165.46 160.472C165.037 160.574 164.575 160.202 164.124 160.355C164.027 160.387 164.131 161.417 163.897 160.807C163.881 160.765 163.803 160.018 163.724 159.834C163.669 159.706 163.498 159.937 163.427 159.675C163.357 159.414 163.5 159.127 163.418 158.694C163.334 158.261 163.139 158.451 163.116 157.586ZM189.399 132.478C190.083 132.641 190.183 132.043 189.444 132.186C189.408 132.194 189.364 132.47 189.399 132.478ZM200.469 160.372C201.363 160.636 201.974 160.248 201.344 160.044C200.713 159.841 200.196 160.292 200.469 160.372ZM191.199 160.565C192.244 160.773 192.408 159.925 191.289 160.096C191.224 160.106 191.138 160.553 191.199 160.565ZM165.593 156.509C165.585 156.518 165.578 157.071 165.585 157.084C165.775 157.379 165.791 156.273 165.593 156.509ZM182.001 160.775C182.327 160.889 183.266 160.757 182.861 160.614C182.535 160.499 181.595 160.632 182.001 160.775ZM210.325 121.084C210.314 121.075 209.918 121.067 209.926 121.117C209.952 121.28 210.504 121.234 210.325 121.084ZM166.367 160.784C168.677 160.816 170.077 161.517 167.562 161.438C167.106 161.424 168.544 161.214 167.964 161.151C166.903 161.036 166.199 161.476 165.116 161.24C164.92 161.197 166.235 160.781 166.371 160.783C166.37 160.784 166.368 160.784 166.367 160.784ZM189.793 133.196C189.806 133.204 190.355 133.212 190.368 133.204C190.665 133.014 189.56 132.999 189.793 133.196ZM187.193 120.714C187.163 120.697 185.889 120.681 185.848 120.697C185.184 121.007 187.758 121.04 187.193 120.714ZM190.258 148.266C190.856 148.075 191.573 148.052 192.05 148.292C191.455 148.28 190.856 148.278 190.258 148.266ZM258.074 159.604C257.271 158.248 256.328 156.411 255.641 154.998C255.425 154.556 255.638 154.723 255.493 154.415C255.21 153.813 254.868 153.296 254.595 152.697C254.506 152.498 254.783 152.655 254.685 152.448C254.15 151.317 253.544 150.301 252.967 149.174C250.987 145.305 248.983 141.508 246.946 137.676L247.997 138.298C246.11 138.274 244.215 138.252 242.303 138.229C240.858 138.212 239.197 138.133 237.597 138.109L238.605 137.1C238.595 137.804 238.595 138.496 238.615 139.153C238.623 139.404 238.77 139.254 238.783 139.302C238.969 140.051 238.671 139.802 238.631 140.29C238.475 142.23 238.462 144.388 238.519 146.255C238.543 147.049 238.836 146.253 238.672 147.052C238.661 147.108 238.504 146.906 238.487 147.124C238.45 147.618 238.478 148.555 238.465 148.938C238.441 149.676 238.442 149.798 238.441 150.496C238.437 151.45 238.359 152.585 238.394 153.609C238.402 153.827 238.563 153.538 238.59 153.886C238.617 154.235 238.604 155.158 238.566 155.469C238.528 155.78 238.402 155.647 238.373 155.702C238.129 156.155 238.467 157.223 238.475 157.36C238.548 158.642 238.533 159.83 238.502 161L238.514 161.892L237.597 161.905C236.482 161.874 235.383 161.829 234.236 161.829C232.452 161.83 230.544 161.893 228.846 161.885C226.911 161.874 225.258 161.794 223.397 161.8L222.608 161.812L222.597 161C222.596 160.916 222.596 160.832 222.595 160.748C222.594 160.54 222.405 160.783 222.403 160.53C222.381 157.839 222.402 155.167 222.529 152.488C222.542 152.219 222.708 152.566 222.73 152.297C222.867 150.654 223.194 148.053 222.472 147.077C222.501 145.964 222.53 144.612 222.675 143.616C222.769 142.974 222.949 143.598 222.872 142.809C222.855 142.631 222.697 142.862 222.683 142.595C222.625 141.472 222.677 140.245 222.595 139.133C222.578 138.907 222.436 138.969 222.411 138.905C222.204 138.367 222.546 137.471 222.571 137.275C222.756 135.788 222.683 134.702 222.687 133.316C222.688 132.994 222.498 133.375 222.492 133.065C222.465 131.46 222.481 129.798 222.566 128.227C222.585 127.877 222.747 128.198 222.765 128.031C222.84 127.295 222.534 127.132 222.6 126.425C222.613 126.276 222.752 126.36 222.767 126.333C223.006 125.908 222.668 125.539 222.66 125.429C222.558 124.046 222.912 123.162 222.862 121.826C222.855 121.666 222.68 122.026 222.673 121.577C222.624 118.584 222.672 115.417 222.813 112.454C222.834 111.994 222.966 112.322 222.982 112.293C223.236 111.821 222.896 111.515 222.883 111.365C222.791 110.18 223.076 109.073 222.671 108.268C222.802 103.593 222.614 98.9384 222.881 94.3L222.873 93.7911L223.397 93.7836C223.739 93.8033 224.08 93.8254 224.422 93.8504C224.485 93.8546 224.372 94.0221 224.498 94.0298C226.019 94.1239 225.727 93.8635 226.733 93.5449C226.986 93.465 227.757 93.8495 227.825 93.8777C228.074 93.9816 227.816 94.2309 227.899 94.251C228.588 94.409 228.475 93.5845 229.404 93.5842C229.433 93.5856 229.311 93.7374 229.389 93.7525C229.631 93.7998 229.872 93.7395 230.109 93.7918C230.651 93.9126 230.844 94.3132 231.673 94.0801C231.778 94.0498 231.618 93.5822 232.447 93.6043C232.778 93.6135 234.241 93.6055 234.651 93.6358C235.061 93.666 234.78 93.8167 234.809 93.8233C235.913 94.0225 235.494 94.1051 236.047 94.4002C236.6 94.6941 236.447 93.9931 236.672 93.9148C236.898 93.8368 237.707 94.0012 237.906 94.0584C238.105 94.1155 237.857 94.2113 238.034 94.2437C239.206 94.4551 238.548 93.8957 238.935 93.7844C239.845 93.521 240.554 94.0409 241.388 94.0918C241.613 94.1056 241.429 93.9872 241.63 93.9761C242.425 93.9338 242.904 94.096 243.808 93.9473C243.956 93.923 244.688 93.6105 245.162 93.8399C245.229 93.8729 245.038 94.0025 245.377 94.0315C245.883 94.0751 246.796 94.1034 247.34 94.0601C247.742 94.028 247.281 93.8146 247.787 93.8809C248.012 93.9105 247.595 94.0354 248.018 94.0806C248.438 94.1258 249.512 94.1203 249.921 94.116C250.329 94.1116 250.105 93.9496 250.138 93.9387C250.338 93.8762 251.121 93.7982 251.19 93.7984C252.35 93.7918 253.48 93.8176 254.597 93.8516C256.883 93.9229 259.067 94.2514 261.321 94.7407C261.585 94.7992 261.452 94.5902 261.492 94.5974C262.408 94.7634 261.586 95.0134 262.163 95.3321C262.169 94.9747 262.52 95.1331 263.149 95.3011C263.454 95.3839 263.334 95.2024 263.366 95.1985C263.88 95.1585 264.093 95.5233 264.152 95.6033C264.37 95.8988 264.767 95.8096 264.908 96.0144C265.046 96.2178 264.533 96.2055 265.097 96.451C265.308 96.4098 265.015 95.922 265.473 96.0715C267.242 96.5848 269.924 98.743 270.903 99.799C271.925 100.818 272.231 101.174 272.729 101.851C273.588 103.102 273.44 102.517 274.069 103.245C274.675 103.995 273.919 103.912 273.883 104.093C273.842 104.271 274.027 104.327 274.048 104.503C274.068 104.677 273.821 104.419 273.984 104.759C274.152 105.094 274.816 105.917 274.991 105.99C275.365 106.137 275.447 105.573 275.762 106.567C275.779 106.624 275.562 106.507 275.634 106.722C276.211 108.432 276.683 110.237 276.839 112.015C276.86 112.259 276.657 112.068 276.667 112.209C276.742 113.677 276.962 113.126 277.356 113.912C276.908 113.761 276.698 114.231 276.719 115.33C276.723 115.562 276.745 115.7 276.781 115.8C276.846 115.987 276.957 116.038 277.038 116.324C277.077 116.458 276.932 116.92 277.016 117.015C277.288 117.314 277.65 116.883 277.436 118.043C277.426 118.094 277.282 117.916 277.257 118.094C277.084 119.23 277.372 119.4 277.186 120.648C277.043 121.627 276.403 123.273 275.961 124.294C275.519 124.103 275.241 125.09 275.353 125.616C275.034 126.264 274.677 126.96 274.268 127.53C274.128 127.724 274.092 127.516 274.064 127.534C273.619 127.794 273.713 128.226 273.634 128.362C272.754 129.819 271.644 130.663 270.59 131.894C270.553 131.937 270.699 132.26 270.204 132.344C270.173 132.347 270.49 131.897 269.892 132.359C269.29 132.828 268.022 133.472 267.172 134.095C266.97 134.249 266.511 134.791 265.948 134.807C265.873 134.809 265.903 134.69 265.79 134.681C265.431 134.652 265.402 135.034 264.946 134.902C264.489 134.768 263.723 134.83 262.784 135.283C262.758 135.295 262.636 135.525 262.406 135.639L262.432 135.579C262.466 135.615 262.497 135.655 262.524 135.701C262.783 136.155 263.112 136.822 263.391 137.291C263.524 137.515 263.584 137.286 263.609 137.324C264.583 138.788 265.09 139.94 265.991 141.594C266.156 141.897 266.857 142.634 267.041 143.301C267.243 144.033 266.152 143.803 267.178 145.154C267.591 145.699 268.927 145.909 269.083 147.236C270.403 149.208 271.278 151.235 272.651 153.184C272.713 153.271 273.136 153.414 273.26 153.632C273.444 153.957 273.431 154.202 273.558 154.436C274.09 155.417 274.71 156.237 275.241 157.173C275.443 157.528 275.249 157.476 275.49 157.9C275.731 158.323 276.056 158.508 276.314 159.121C276.509 159.585 276.436 160.207 276.734 160.799C276.939 160.696 277.102 160.803 277.312 161.05L277.397 160.901C277.194 160.936 276.934 160.958 276.621 160.996C276.466 161.015 276.632 161.146 276.559 161.161C276.26 161.228 275.984 161.121 275.7 161.194C275.631 161.211 275.628 161.339 275.571 161.36C275.092 161.548 274.301 161.261 274.166 161.211C273.646 161.021 273.403 161.187 273.004 161.112C272.605 161.038 273.201 160.944 272.736 160.899C271.771 160.805 270.532 160.826 269.552 160.82C269.161 160.818 269.428 160.989 269.372 160.992C268.564 161.036 267.747 160.854 267.299 161.194C266.738 160.316 266.811 161.279 265.656 161.103C265.565 161.089 265.449 160.674 265.799 160.613C266.148 160.552 266.678 160.682 267.163 160.587C267.277 160.565 267.935 160.176 268.025 160.152C268.727 159.968 268.827 160.588 268.864 160.622C269.286 160.99 270.089 160.571 270.301 160.542C271.269 160.409 272.091 160.496 272.901 160.402C273.43 160.341 273.482 159.934 273.898 159.947C275.28 159.988 275.762 160.555 277.065 160.063C277.243 159.996 277.194 159.791 277.397 159.742L276.314 161.64C276.232 161.555 276.153 161.376 276.077 161.001C276.064 160.935 275.962 160.133 275.569 159.866C275.52 159.833 275.409 159.9 275.364 159.844C275.061 159.47 274.988 159.144 274.682 158.722C274.375 158.3 273.995 157.8 273.731 157.268C273.572 156.947 273.547 156.43 273.51 156.252C273.411 155.75 272.908 155.446 272.933 155.084C272.958 154.719 273.529 155.067 273.242 154.318C272.937 154.464 272.606 154.581 272.291 154.713C271.42 153.214 270.646 151.691 269.749 150.201C269.638 150.016 269.594 150.298 269.471 150.103C268.95 149.278 268.628 148.479 268.069 147.634C267.637 146.981 267.035 146.339 266.578 145.659C266.655 145.033 265.925 144.053 265.506 143.276C265.36 143.003 265.459 142.969 265.376 142.763C265.061 141.986 264.966 142.493 264.804 142.325C264.111 141.601 264.732 141.138 264.131 140.157C264.099 140.105 263.367 139.673 263.293 139.597C262.818 139.121 263.361 139.432 263.18 139.065C262.849 138.396 262.67 137.901 262.122 137.209C261.974 137.023 261.51 136.671 261.376 136.203L260.568 134.791L262.124 134.446C262.162 134.448 262.199 134.451 262.237 134.458C262.302 134.468 262.302 134.608 262.352 134.604C263.259 134.507 263.162 134.077 263.591 133.788C264.02 133.498 264.84 133.483 265.023 133.494C265.496 133.528 264.764 133.707 264.75 133.732C264.597 134.069 265.12 133.816 265.535 133.649C265.766 134.006 266.333 133.705 265.963 133.471C265.922 133.446 265.625 133.63 265.535 133.649C265.724 133.113 266.283 132.786 267.123 132.738C267.517 132.709 267.347 133.079 268.221 132.42C268.61 132.114 268.292 131.984 268.592 131.673C269.271 130.964 270.394 130.335 271.055 129.562C271.293 129.283 270.936 129.437 271.091 129.244C271.498 128.733 271.958 128.355 272.296 127.788C272.327 127.736 272.108 127.757 272.226 127.591C273.096 126.33 273.834 125.184 274.423 123.673C274.716 122.943 275.027 121.569 275.206 120.776C275.544 119.408 275.957 117.675 275.919 116.436C275.91 116.067 275.865 115.902 275.812 115.8C275.749 115.682 275.673 115.648 275.61 115.464C275.392 114.819 275.699 113.647 275.738 113.48C275.742 113.477 275.835 114.154 275.891 113.784C276.049 113.557 275.74 113.487 275.738 113.48C275.777 113.371 275.644 112.005 275.556 111.745C275.514 111.603 275.374 111.71 275.355 111.637C274.901 109.871 274.339 108.173 273.63 106.5C273.619 106.469 273.798 106.438 273.77 106.368C273.379 105.377 272.844 104.889 272.269 104.244C271.689 103.598 271.31 103.054 271.208 102.467C270.762 101.988 270.205 101.221 269.856 100.792C269.507 100.36 269.222 100.572 269.183 100.545C267.921 99.7605 267.344 99.1196 266.012 98.3323C265.38 97.9532 264.036 97.3921 263.27 97.1624C262.672 96.9755 262.333 96.7829 261.76 96.6688C261.683 96.6535 261.717 96.8211 261.693 96.82C261.021 96.8205 261.419 96.5486 261.306 96.449C260.899 96.0956 260.619 95.8894 259.769 95.8377C259.567 95.824 258.925 96.2527 258.578 96.2353C258.123 96.2112 258.315 96.0435 257.839 96.0324C257.798 96.0318 257.794 96.1486 257.502 96.1126C256.576 96.0011 255.597 95.9137 254.597 95.8958C254.109 95.8874 253.622 95.883 253.143 95.8867C252.937 95.8879 253.201 96.0748 252.903 96.0796C251.509 96.1018 249.982 96.0948 248.623 96.0073C248.289 95.9852 248.499 95.8543 248.426 95.8154C247.981 95.5803 247.349 95.922 247.245 95.9285C244.758 96.0927 242.855 95.7834 240.321 95.9307C240.183 95.9393 239.121 96.3056 238.647 95.9915C238.615 95.9706 238.146 95.6491 237.732 95.8689C237.706 95.8827 237.998 96.0481 237.488 96.0313C236.979 96.0144 236.158 96.1249 235.458 95.9431C235.236 95.8859 234.712 95.5652 234.05 95.8208C234.007 95.8387 232.985 96.4166 232.621 96.0178C232.562 95.9522 232.623 95.5303 231.834 95.7466C231.683 95.7885 231.957 95.8826 231.559 95.9414C230.95 96.032 230.143 95.919 229.395 96.1069C229.264 96.1402 228.708 96.4266 228.262 96.2092C228.193 96.1752 228.325 96.0343 228.09 96.0186C226.97 95.9429 225.798 96.0372 224.661 95.9397C224.259 95.9055 224.464 95.6777 224.045 95.6167C223.878 95.5925 223.645 95.5687 223.397 95.5553L224.652 94.3C224.632 94.6783 224.635 95.0917 224.698 95.3569C224.802 95.7962 225.165 95.3163 225.194 95.9744C225.32 98.8356 225.107 101.67 225.076 104.527C225.071 104.951 225.201 104.599 225.204 105.224C225.213 107.526 225.335 111.501 225.059 113.499C224.838 115.099 224.67 113.085 224.58 114.308C224.537 114.898 224.959 115.537 224.972 115.679C225.107 117.071 224.92 118.039 224.978 119.291C224.99 119.55 225.161 119.296 225.169 119.516C225.199 120.269 225.122 121.059 225.136 121.778C225.143 122.1 225.273 122.041 225.263 122.337C225.241 123.047 225.186 123.675 225.063 124.367C225.052 124.43 224.89 124.005 224.884 124.53C224.874 125.38 224.754 126.435 224.878 127.413C224.916 127.703 225.214 127.714 225.008 128.338C224.965 128.469 224.607 128.302 224.916 129.028C224.968 129.151 225.386 130.371 225.116 130.97C225.046 131.128 224.752 131.531 224.798 131.88C224.806 131.928 224.966 131.738 224.982 132.027C225.034 133.046 225.017 134.114 225.067 135.161C225.081 135.441 225.247 135.024 225.262 135.441C225.304 136.587 225.262 138.017 225.21 139.138C225.19 139.551 225.053 139.265 225.038 139.295C224.795 139.779 225.123 140.064 225.142 140.225C225.257 141.223 225.102 141.982 225.143 142.902C225.154 143.156 225.311 142.976 225.325 143.026C225.461 143.55 225.18 143.16 225.149 143.492C225.061 144.421 225.074 145.456 225.094 146.396C225.101 146.741 225.283 146.353 225.288 146.663C225.319 148.496 225.301 150.402 225.201 152.191C225.182 152.528 225.042 152.316 225.01 152.386C224.787 152.87 225.092 153.579 225.121 153.742C225.253 154.484 225.13 154.772 225.153 155.428C225.215 157.155 225.219 159.1 225.203 161L223.397 159.194C225.019 159.208 226.608 159.238 227.999 159.262C231.527 159.32 234.347 159.433 237.597 159.431L236.028 161C236.027 160.623 236.026 160.241 236.022 159.851C236.02 159.612 235.834 159.853 235.83 159.647C235.785 156.991 235.858 154.376 235.804 151.715C235.8 151.497 235.624 151.812 235.611 151.461C235.584 150.742 235.594 149.831 235.65 149.105C235.677 148.75 235.829 149.226 235.853 148.869C235.91 148.038 235.922 147.147 235.894 146.293C235.882 145.93 235.701 146.478 235.699 146.006C235.683 143.027 235.655 140.098 235.836 137.1L235.862 135.315L237.597 135.339C237.836 135.354 238.075 135.37 238.315 135.387C238.538 135.403 238.734 135.769 239.207 135.699C239.243 135.597 239.241 135.478 239.257 135.369C242.18 135.332 245.085 135.368 247.997 135.405L249.025 135.42L249.483 136.285C250.306 137.832 251.13 139.382 251.971 140.932C252.065 141.106 252.071 140.713 252.255 141.049C253.319 142.996 254.401 144.859 255.322 146.941C255.414 147.147 255.059 147.21 255.423 147.767C255.487 147.865 256.008 148.72 256.197 148.91C256.224 148.936 256.276 148.699 256.435 148.979C257.355 150.608 258.266 152.345 259.078 154.03C259.209 154.302 258.906 154.102 258.997 154.297C259.65 155.676 260.56 157.066 261.124 158.416C261.501 159.321 261.071 159.145 261.066 159.738C261.065 159.822 261.35 160.354 261.217 160.462C260.885 160.736 260.339 160.702 260.001 161.024C259.928 161.092 260.408 161.751 259.973 161.444C259.943 161.422 259.593 160.946 259.454 160.858C259.357 160.796 259.295 161.037 259.134 160.891C258.974 160.745 258.992 160.479 258.756 160.221C258.519 159.963 258.42 160.188 258.074 159.604ZM268.155 98.9465C267.823 98.5161 267.428 98.972 267.959 99.1654C267.985 99.1743 268.172 98.9683 268.155 98.9465ZM271.04 151.47C270.91 150.732 270.332 150.516 270.408 151.045C270.485 151.575 271.079 151.694 271.04 151.47ZM274.902 157.631C274.664 156.82 273.868 157.14 274.462 157.808C274.497 157.847 274.916 157.678 274.902 157.631ZM259.84 157.673C259.837 157.683 260.038 158.067 260.05 158.072C260.328 158.183 259.924 157.416 259.84 157.673ZM274.353 160.775C274.609 160.889 275.346 160.757 275.028 160.614C274.772 160.499 274.035 160.632 274.353 160.775ZM241.41 94.3838C241.402 94.3749 241.091 94.3669 241.097 94.4173C241.118 94.5795 241.551 94.5337 241.41 94.3838ZM262.093 160.784C263.905 160.816 265.003 161.517 263.031 161.438C262.673 161.424 263.8 161.214 263.346 161.151C262.514 161.036 261.961 161.476 261.112 161.24C260.959 161.197 261.99 160.781 262.097 160.783C262.096 160.784 262.095 160.784 262.093 160.784ZM268.317 98.184C268.313 98.1706 267.959 97.9251 267.945 97.9268C267.649 97.9579 268.356 98.4469 268.317 98.184ZM223.111 94.4263C223.094 94.45 223.078 95.4487 223.094 95.4813C223.404 96.0022 223.437 93.9832 223.111 94.4263ZM275.942 124.305C275.951 124.818 275.735 125.372 275.354 125.614C275.568 125.19 275.761 124.744 275.942 124.305ZM260.496 115.09C260.421 114.74 260.411 114.282 260.407 113.924C260.406 113.813 260.522 113.842 260.524 113.763C260.529 113.608 260.441 113.485 260.445 113.33C260.447 113.278 260.625 113.287 260.623 113.233C260.606 112.932 260.468 112.689 260.38 112.407C259.947 111.009 258.969 109.815 257.676 108.956C257.255 108.671 256.739 108.259 256.201 108.137C256.138 108.123 256.124 108.275 256.109 108.282C255.872 108.396 256.029 108.136 255.924 108.059C255.506 107.756 254.955 107.608 254.471 107.585C254.265 107.576 254.421 107.897 254.245 107.704C254.233 107.69 254.308 107.543 254.255 107.519C254.134 107.462 253.887 107.459 253.79 107.437C253.602 107.392 253.567 107.391 253.387 107.376C253.14 107.354 252.844 107.264 252.573 107.298C252.515 107.306 252.59 107.466 252.499 107.493C252.498 107.494 252.498 107.494 252.497 107.494C252.398 107.52 252.142 107.507 252.056 107.469C251.969 107.431 252.006 107.305 251.991 107.276C251.864 107.032 251.565 107.37 251.526 107.379C250.825 107.521 250.224 107.328 249.566 107.329C249.067 107.33 248.533 107.393 248.057 107.385C247.491 107.374 247.011 107.287 246.461 107.302C246.403 107.303 246.471 107.492 246.4 107.494C245.647 107.516 244.899 107.495 244.148 107.368C244.073 107.355 244.17 107.189 244.095 107.166C243.635 107.03 242.907 106.703 242.633 107.424C242.322 107.396 241.943 107.367 241.665 107.222C241.485 107.128 241.659 106.948 241.439 107.025C241.389 107.042 241.453 107.2 241.379 107.214C241.064 107.272 240.721 107.22 240.41 107.302C240.346 107.319 240.363 107.461 240.346 107.486C240.195 107.693 239.944 107.351 239.889 107.326C239.473 107.141 239.169 107.214 238.781 107.21C238.691 107.209 238.797 107.399 238.711 107.404C238.342 107.427 237.964 107.42 237.597 107.37L238.467 106.5C238.456 106.581 238.443 106.661 238.428 106.741C238.409 106.839 238.247 106.749 238.229 106.796C238.154 107.002 238.46 107.048 238.394 107.245C238.38 107.287 238.242 107.264 238.226 107.271C237.987 107.39 238.326 107.494 238.334 107.524C238.436 107.911 238.082 108.159 238.132 108.533C238.139 108.578 238.314 108.477 238.321 108.603C238.37 109.441 238.321 110.327 238.181 111.157C238.159 111.286 238.028 111.194 238.011 111.202C237.757 111.334 238.098 111.42 238.11 111.462C238.203 111.794 237.917 112.104 238.323 112.329C238.182 113.734 238.41 115.133 238.047 116.527C238.042 116.544 237.875 116.513 237.867 116.548C237.773 116.974 238.033 116.892 238.352 117.174C238.432 117.245 238.047 117.46 238.019 117.479C237.915 117.549 237.666 117.477 237.646 117.5C237.488 117.693 238.312 117.662 238.313 117.922C238.311 117.93 238.16 117.896 238.144 117.917C238.097 117.985 238.157 118.053 238.105 118.119C237.984 118.271 237.584 118.325 237.817 118.557C237.847 118.586 238.315 118.541 238.293 118.774C238.283 118.866 238.291 119.276 238.261 119.391C238.231 119.505 238.08 119.427 238.074 119.435C237.874 119.744 237.792 119.627 237.497 119.782C237.203 119.936 237.904 119.893 237.982 119.957C238.06 120.02 237.896 120.246 237.839 120.302C237.781 120.358 237.686 120.288 237.653 120.338C237.442 120.666 238.001 120.482 238.112 120.59C238.376 120.845 237.856 121.043 237.805 121.277C237.791 121.34 237.91 121.288 237.921 121.345C237.963 121.567 237.801 121.701 237.95 121.954C237.974 121.996 238.286 122.201 238.057 122.333C238.024 122.352 237.894 122.299 237.865 122.394C237.822 122.535 237.793 122.791 237.837 122.943C237.869 123.056 238.082 122.927 238.016 123.068C237.986 123.131 237.861 123.015 237.816 123.133C237.771 123.251 237.777 123.551 237.781 123.666C237.785 123.78 237.947 123.717 237.958 123.727C238.021 123.783 238.099 124.002 238.099 124.021C238.105 124.32 238.083 124.612 238.053 124.9L237.597 124.444C238.251 124.512 238.887 124.624 239.548 124.561C239.622 124.554 239.573 124.384 239.584 124.381C239.84 124.309 239.638 124.763 239.817 124.915C239.791 124.569 239.896 124.631 240.076 124.593C240.163 124.575 240.116 124.441 240.124 124.427C240.253 124.223 240.342 124.486 240.365 124.54C240.45 124.738 240.543 124.504 240.601 124.637C240.659 124.768 240.526 124.963 240.698 124.96C240.747 124.836 240.619 124.512 240.75 124.46C241.244 124.261 242.168 124.515 242.565 124.542C242.962 124.568 243.091 124.545 243.322 124.59C243.74 124.671 243.587 124.431 243.846 124.32C244.106 124.21 243.98 124.802 244.017 124.929C244.054 125.057 244.094 124.926 244.14 124.996C244.185 125.065 244.087 125.152 244.194 125.178C244.301 125.204 244.594 124.978 244.632 124.845C244.712 124.563 244.58 124.268 244.863 124.372C244.88 124.378 244.827 124.533 244.889 124.549C245.385 124.669 245.9 124.676 246.395 124.782C246.463 124.797 246.402 124.97 246.442 124.981C246.855 125.091 246.707 124.799 246.933 124.475C246.883 124.907 247.008 125.171 247.321 125.173C247.509 125.175 247.477 124.986 247.598 124.854C247.635 124.814 247.768 124.943 247.792 124.854C247.872 124.565 247.747 124.24 248.069 124.37C248.084 124.376 248.039 124.534 248.087 124.544C248.404 124.607 248.442 124.304 248.784 124.267C249.052 124.238 249.529 124.423 249.834 124.453C249.828 124.938 250.116 124.827 250.233 124.493C250.431 124.506 250.645 124.487 250.837 124.534C250.903 124.549 250.859 124.69 250.868 124.705C250.995 124.943 251.081 124.618 251.124 124.605C251.588 124.481 251.965 124.728 252.408 124.486C252.42 124.48 252.437 124.283 252.497 124.298C252.515 124.302 252.537 124.328 252.565 124.387C252.573 124.404 252.43 124.558 252.634 124.568C252.835 124.579 253.232 124.745 253.502 124.566C253.569 124.524 253.712 124.236 253.87 124.434C253.891 124.461 253.882 124.559 253.914 124.609C254.021 124.77 254.025 124.426 254.164 124.7C254.303 124.973 254.559 125.158 254.819 124.907C254.827 124.899 254.846 124.622 254.935 124.608C255.078 124.587 255.295 124.597 255.442 124.559C255.513 124.54 255.427 124.389 255.438 124.383C255.884 124.172 256.249 124.216 256.766 124.088C256.861 124.064 257.025 123.75 257.265 123.838C257.533 123.93 257.689 124.774 258.058 124.37C258.215 124.2 257.908 123.181 258.476 123.466C258.968 123.001 259.638 122.83 259.996 122.215C260.012 122.187 259.873 121.914 259.923 121.868C259.999 121.8 260.136 121.852 260.194 121.803C260.436 121.601 260.528 121.306 260.719 121.079C260.791 120.992 260.882 121.107 260.968 121C261.053 120.891 260.95 120.713 261.123 120.607C261.254 120.528 261.654 120.599 261.789 120.448C261.465 120.259 261.537 120.151 261.551 119.903C261.553 119.856 261.416 119.839 261.411 119.814C261.387 119.712 261.517 119.69 261.484 119.588C261.476 119.564 261.36 119.51 261.347 119.487C261.23 119.294 261.574 119.215 261.635 119.197C261.864 119.134 261.733 119.01 261.841 118.934C261.948 118.855 261.98 119.043 262.067 118.935C262.248 118.707 262.329 118.359 262.4 118.089C262.427 117.982 262.243 118.016 262.244 118C262.254 117.772 262.475 117.577 262.161 117.397C263.052 117.386 262.103 117.248 262.317 116.962C262.334 116.939 262.751 116.955 262.798 117.063C262.846 117.173 262.696 117.305 262.766 117.46C262.783 117.495 263.131 117.758 263.148 117.791C263.287 118.039 262.672 117.939 262.637 117.941C262.253 117.979 262.605 118.295 262.615 118.368C262.669 118.68 262.511 118.888 262.52 119.146C262.524 119.314 262.897 119.474 262.838 119.592C262.634 119.987 262.064 119.867 262.322 120.445C262.375 120.569 262.809 120.705 262.348 120.817C262.318 120.826 261.927 120.864 262.029 121.082C262.042 121.11 262.152 121.178 262.15 121.203C262.128 121.369 261.986 121.398 261.933 121.562C261.881 121.727 261.821 121.934 261.668 122.058C261.577 122.134 261.297 122.095 261.218 122.097C260.994 122.102 261.097 122.406 260.881 122.337C260.668 122.264 260.551 121.927 260.299 122.002C260.538 122.239 260.776 122.49 261.011 122.733C260.62 123.129 260.143 123.407 259.717 123.746C259.664 123.788 259.829 123.891 259.774 123.941C259.538 124.151 259.241 124.196 258.997 124.407C258.808 124.571 258.664 124.873 258.449 125.039C258.13 124.772 257.848 125.055 257.577 125.131C257.483 125.158 257.449 125.06 257.373 125.056C257.09 125.037 257.327 125.307 257.28 125.383C257.07 125.708 256.779 124.996 256.462 125.121C256.447 125.127 256.349 125.588 256.325 125.621C256.177 125.838 256.252 125.494 256.123 125.499C255.887 125.508 255.713 125.453 255.48 125.629C255.414 125.681 255.279 125.972 255.091 125.806C255.066 125.785 255.052 125.649 255.035 125.645C254.729 125.567 254.794 125.986 254.648 126.155C254.502 126.325 254.199 126.066 254.141 125.987C253.982 125.785 254.232 125.882 254.238 125.86C254.291 125.595 254.114 125.662 253.974 125.655C253.909 125.242 253.724 125.286 253.828 125.649C253.84 125.689 253.944 125.639 253.974 125.655C253.898 126.076 253.669 126.151 253.409 125.783C253.287 125.611 253.379 125.398 253.052 125.489C252.905 125.529 252.972 125.815 252.839 125.897C252.735 125.96 252.618 125.971 252.497 125.958C252.28 125.933 252.05 125.826 251.854 125.854C251.746 125.869 251.851 126.027 251.777 126.043C251.581 126.085 251.409 125.967 251.212 126.028C251.194 126.033 251.238 126.198 251.177 126.2C250.713 126.219 250.31 126.114 249.826 126.111C249.592 126.11 249.174 126.201 248.932 126.182C248.512 126.152 247.996 125.912 247.638 125.97C247.404 126.007 247.455 126.172 247.355 126.285C247.161 126.502 246.819 126.112 246.773 126.052C246.772 126.05 246.973 126.011 246.865 125.926C246.803 125.75 246.775 126.051 246.773 126.052C246.743 126.013 246.341 125.975 246.261 126.007C246.218 126.024 246.242 126.18 246.219 126.186C245.682 126.326 245.143 126.366 244.598 126.293C244.588 126.29 244.603 126.115 244.58 126.11C244.265 126.032 244.062 126.246 243.802 126.373C243.542 126.5 243.336 126.457 243.181 126.157C242.985 126.195 242.703 126.062 242.541 125.982C242.379 125.901 242.356 126.241 242.342 126.248C241.897 126.463 241.64 126.269 241.178 126.238C240.959 126.223 240.524 126.273 240.286 126.31C240.098 126.34 239.985 126.26 239.812 126.311C239.789 126.318 239.812 126.469 239.805 126.475C239.612 126.656 239.705 126.286 239.665 126.22C239.52 125.98 239.431 125.852 239.184 125.965C239.127 125.991 238.96 126.524 238.857 126.555C238.721 126.594 238.772 126.403 238.631 126.45C238.619 126.453 238.621 126.571 238.534 126.566C238.234 126.549 237.914 126.507 237.597 126.492L235.929 126.407L236.005 124.9C236.011 124.789 236.013 124.677 236.01 124.568C236.009 124.51 235.822 124.584 235.817 124.501C235.795 124.111 235.802 123.683 235.89 123.303C235.912 123.209 236.043 123.268 236.081 123.247C236.317 123.123 235.975 122.946 235.968 122.917C235.804 122.22 236.113 121.688 235.966 120.978C235.958 120.939 235.591 120.642 235.905 120.509C235.926 120.5 236.248 120.369 236.028 120.253C236.014 120.246 235.849 120.328 235.866 120.185C235.882 120.042 235.772 119.813 235.954 119.616C236.011 119.554 236.332 119.408 236.076 119.222C236.058 119.21 235.48 118.924 235.879 118.822C235.945 118.806 236.367 118.823 236.15 118.602C236.108 118.56 236.014 118.636 235.955 118.525C235.865 118.354 235.978 118.129 235.79 117.919C235.757 117.882 235.47 117.727 235.688 117.602C235.722 117.582 235.863 117.62 235.878 117.554C235.954 117.24 235.86 116.912 235.957 116.594C235.991 116.481 236.219 116.539 236.28 116.421C236.341 116.304 236.4 116.067 236.296 115.944C236.192 115.821 235.829 115.955 235.8 115.771C235.674 114.97 235.886 114.176 235.918 113.376C235.922 113.258 235.792 113.356 235.79 113.181C235.78 112.537 235.658 111.424 235.934 110.865C236.155 110.416 236.324 110.98 236.414 110.638C236.457 110.473 236.035 110.294 236.021 110.254C235.886 109.864 236.073 109.593 236.016 109.243C236.004 109.17 235.833 109.241 235.825 109.18C235.795 108.969 235.872 108.748 235.858 108.547C235.851 108.456 235.72 108.473 235.73 108.39C235.753 108.191 235.808 108.015 235.93 107.822C235.941 107.804 236.104 107.923 236.11 107.776C236.119 107.538 236.24 107.243 236.115 106.969C236.078 106.888 235.779 106.884 235.985 106.71C236.029 106.673 236.387 106.72 236.077 106.517C236.073 106.513 236.065 106.508 236.055 106.5L236.137 104.884L237.597 104.958C237.675 104.859 237.971 104.536 238.124 104.78C238.168 104.851 238.281 105.145 238.379 105.099C238.392 105.091 238.339 104.931 238.42 104.915C238.705 104.863 239.004 104.88 239.297 104.83C239.376 104.816 239.259 104.65 239.376 104.635C239.697 104.593 240.097 104.635 240.411 104.687C240.526 104.707 240.446 104.844 240.455 104.859C240.59 105.102 240.67 104.774 240.715 104.755C240.994 104.64 241.207 104.794 241.465 104.754C241.536 104.743 241.485 104.586 241.499 104.572C241.646 104.436 241.537 104.717 241.63 104.748C241.89 104.836 242.18 104.823 242.443 104.803C242.54 104.796 242.431 104.614 242.518 104.609C243.031 104.578 243.564 104.595 244.065 104.695C244.16 104.715 244.1 104.854 244.12 104.886C244.255 105.11 244.454 104.805 244.5 104.776C244.707 104.644 244.788 104.767 244.972 104.744C245.868 104.629 246.974 104.711 247.82 104.762C248.923 104.827 249.778 104.96 250.829 104.925C250.896 104.923 250.829 104.737 250.886 104.733C251.426 104.701 251.96 104.73 252.497 104.728C252.728 104.727 252.956 104.727 253.19 104.723C253.26 104.722 253.167 104.541 253.281 104.534C253.514 104.519 253.808 104.551 254.037 104.632C254.148 104.671 253.98 104.805 254.091 104.842C254.347 104.926 254.628 104.978 254.9 104.995C255.018 105.003 254.873 104.795 255.025 104.819C256.053 104.982 257.09 105.257 257.97 105.91C258.031 105.955 257.935 106.313 258.101 106.315C258.155 106.228 258.207 106.12 258.259 106.024C259.678 106.644 260.877 107.716 261.846 108.947C261.887 108.999 261.965 108.787 262.047 108.889C262.514 109.479 262.963 110.092 263.124 110.866C263.139 110.942 262.816 111.054 262.953 111.228C262.978 111.259 263.148 111.538 263.248 111.591C263.262 111.598 263.388 111.482 263.432 111.581C263.685 112.154 263.833 112.801 263.857 113.42C263.86 113.519 263.673 113.45 263.674 113.52C263.678 114.013 263.869 114.525 263.742 114.994C263.654 115.306 263.355 115.204 263.071 115.368C263.032 115.39 263.029 115.569 262.86 115.579C262.438 115.605 261.974 115.532 261.524 115.57C261.427 115.578 261.532 115.783 261.298 115.662C261.282 115.653 261.203 115.508 261.122 115.475C261.066 115.452 260.897 115.5 260.825 115.453C260.753 115.407 260.895 115.349 260.808 115.273C260.721 115.197 260.529 115.242 260.496 115.09ZM241.811 125.622C241.661 125.459 241.639 126.057 241.801 125.914C241.809 125.906 241.819 125.63 241.811 125.622ZM259.847 123.047C259.52 122.978 259.649 123.368 259.894 123.433C260.144 123.493 259.949 123.065 259.847 123.047ZM261.179 121.339C260.871 121.406 261.517 121.957 261.545 121.633C261.547 121.615 261.197 121.335 261.179 121.339ZM262.946 114.668C262.939 114.671 262.942 114.798 262.95 114.8C263.145 114.853 263.138 114.595 262.946 114.668ZM262.019 119.41C261.886 119.434 261.923 119.679 262.09 119.652C262.227 119.629 262.186 119.378 262.019 119.41ZM237.513 121.283C237.522 121.281 237.53 121.194 237.48 121.195C237.317 121.201 237.363 121.322 237.513 121.283ZM262.709 115.986C262.659 116.511 261.931 116.741 262.046 116.219C262.066 116.122 262.257 116.442 262.327 116.321C262.455 116.093 262.02 115.935 262.256 115.704C262.3 115.66 262.714 115.954 262.71 115.987C262.709 115.987 262.709 115.986 262.709 115.986ZM241.725 124.904C241.722 124.896 241.601 124.888 241.598 124.896C241.533 125.086 241.776 125.101 241.725 124.904ZM237.883 116.204C237.9 116.198 237.916 115.918 237.9 115.909C237.589 115.763 237.557 116.328 237.883 116.204ZM249.839 124.466C249.97 124.275 250.128 124.252 250.233 124.492C250.102 124.48 249.97 124.478 249.839 124.466ZM329.911 159.147C328.616 157.412 327.02 155.067 325.835 153.265C325.463 152.7 325.747 152.918 325.495 152.525C325 151.757 324.466 151.095 323.984 150.331C323.825 150.078 324.177 150.284 324.007 150.02C323.074 148.578 322.099 147.278 321.122 145.84C316.308 138.754 311.486 131.852 306.531 124.738C304.896 122.393 303.009 119.471 301.246 117.102C301.04 116.825 301.039 117.078 300.991 117.032C300.944 116.986 300.902 116.943 300.864 116.903L303.07 116.2C303.19 117.012 302.926 116.751 302.889 117.38C302.733 120.046 302.72 123.01 302.776 125.575C302.801 126.666 303.094 125.572 302.93 126.671C302.918 126.747 302.762 126.47 302.745 126.769C302.708 127.448 302.736 128.736 302.723 129.262C302.699 130.276 302.7 130.443 302.698 131.402C302.695 132.713 302.617 134.272 302.652 135.678C302.66 135.979 302.821 135.581 302.848 136.06C302.875 136.539 302.862 137.807 302.824 138.234C302.786 138.662 302.66 138.48 302.631 138.555C302.387 139.178 302.725 140.644 302.733 140.833C302.876 144.273 302.683 147.223 302.684 150.452C302.685 152.903 302.748 155.524 302.739 157.857C302.735 158.955 302.719 159.987 302.702 161L302.71 161.838L301.855 161.847C300.304 161.821 298.797 161.793 297.164 161.802C296.879 161.803 297.213 161.992 296.865 161.994C293.784 162.012 290.721 162.001 287.655 161.923L286.741 161.932L286.732 161C286.747 160.387 286.766 159.774 286.787 159.161C286.8 158.792 286.965 159.268 286.988 158.899C287.124 156.641 287.451 153.068 286.73 151.727C286.758 150.197 286.787 148.34 286.933 146.972C287.026 146.089 287.207 146.946 287.13 145.862C287.113 145.618 286.955 145.936 286.941 145.569C286.883 144.026 286.934 142.34 286.853 140.813C286.836 140.502 286.694 140.587 286.669 140.499C286.462 139.759 286.804 138.528 286.828 138.26C287.013 136.216 286.941 134.724 286.945 132.82C286.946 132.378 286.756 132.9 286.75 132.475C286.723 130.27 286.739 127.986 286.824 125.827C286.843 125.347 287.005 125.789 287.022 125.559C287.098 124.547 286.792 124.323 286.858 123.353C286.871 123.148 287.01 123.263 287.025 123.226C287.264 122.642 286.925 122.134 286.918 121.984C286.816 120.084 287.169 118.869 287.119 117.033C287.113 116.813 286.938 117.309 286.93 116.691C286.882 112.578 286.93 108.228 287.071 104.157C287.092 103.524 287.224 103.976 287.24 103.936C287.494 103.287 287.154 102.867 287.141 102.66C287.049 101.032 287.334 99.5111 286.929 98.4048C286.957 97.0353 286.97 95.667 286.977 94.3L286.97 93.6291L287.655 93.622C292.536 93.6448 297.402 93.5782 302.255 93.7642L302.525 93.7614L302.69 93.9883C303.038 94.5161 303.383 95.0463 303.723 95.5793C303.77 95.6524 303.543 95.6232 303.637 95.7687C304.776 97.5224 304.755 97.0446 305.818 97.9835C306.085 98.2202 306.389 99.3054 306.42 99.398C306.535 99.7361 306.126 99.5931 306.176 99.6978C306.598 100.559 307.179 99.9542 307.921 100.992C307.944 101.025 307.723 100.977 307.773 101.073C307.928 101.371 308.169 101.605 308.316 101.9C308.651 102.576 308.48 103.025 309.331 103.816C309.44 103.915 309.692 103.464 310.337 104.404C310.594 104.779 311.77 106.41 312.074 106.886C312.376 107.361 312.029 107.134 312.047 107.171C312.767 108.52 312.366 108.101 312.568 108.89C312.771 109.679 313.218 109.1 313.462 109.306C313.706 109.513 314.219 110.513 314.332 110.769C314.444 111.024 314.168 110.803 314.283 111.019C315.048 112.452 314.977 111.392 315.376 111.759C316.318 112.623 316.462 113.718 317.087 114.679C317.256 114.939 317.205 114.664 317.375 114.882C318.045 115.746 318.295 116.375 319.14 117.3C319.278 117.451 320.117 118.087 320.309 118.749C320.335 118.844 320.078 118.706 320.325 119.102C320.694 119.693 321.401 120.729 321.871 121.312C322.218 121.743 322.024 121.104 322.374 121.708C322.53 121.976 322.095 121.583 322.396 122.081C322.695 122.577 323.558 123.774 323.888 124.229C324.218 124.682 324.171 124.338 324.206 124.369C324.417 124.555 325.106 125.385 325.161 125.462C327.967 129.351 330.318 133.107 333.108 136.852C333.326 137.146 333.323 136.848 333.358 136.892C333.458 137.015 333.53 137.115 333.58 137.196L332.632 137.5C332.674 136.842 333.037 137.5 333.17 136.735C332.823 136.862 332.886 136.344 332.848 135.461C332.83 135.035 332.695 135.267 332.682 135.228C332.478 134.597 332.741 134.157 332.795 134.044C332.993 133.625 332.759 133.17 332.891 132.886C333.023 132.601 333.218 133.256 333.215 132.409C333.091 132.171 332.767 132.8 332.714 132.157C332.516 129.729 332.77 125.198 332.796 123.246C332.823 121.298 332.8 120.669 332.845 119.534C332.926 117.484 332.685 118.235 332.575 116.962C332.465 115.685 333.057 116.306 333.184 116.122C333.311 115.942 333.18 115.746 333.25 115.521C333.32 115.298 333.407 115.782 333.433 115.256C333.459 114.731 333.233 113.293 333.1 113.107C332.818 112.713 332.522 113.361 332.626 111.97C332.632 111.89 332.788 112.149 332.804 111.843C332.923 109.41 332.931 106.883 333.037 104.453C333.052 104.119 333.225 104.417 333.235 104.223C333.346 102.198 333.054 102.922 332.73 101.812C333.161 102.061 333.425 101.447 333.428 99.9099C333.43 98.9859 333.241 99.145 333.108 98.5474C333.068 98.3681 333.198 97.7142 333.109 97.5958C332.819 97.2051 332.495 97.8209 332.624 96.2361C332.63 96.1666 332.789 96.388 332.799 96.1478C332.834 95.2653 332.752 94.8243 332.667 94.3L332.662 93.8177L333.155 93.8126C333.553 93.7484 334 93.6829 334.724 93.667C336.04 93.6382 338.38 93.823 339.879 93.853C339.847 94.3381 341.262 94.2271 341.836 93.8926C342.809 93.9063 343.859 93.8874 344.799 93.9336C345.122 93.9494 344.91 94.0898 344.95 94.105C345.576 94.3431 345.999 94.0177 346.208 94.0049C346.602 93.9835 346.983 93.9731 347.355 93.9694L347.682 93.966L347.685 94.3C347.703 96.079 347.569 97.6571 347.768 99.4525C347.777 99.5295 348.114 99.6544 347.868 100.235C347.851 100.272 347.698 99.5553 347.686 100.576C347.674 101.598 347.493 103.523 347.649 104.941C347.687 105.284 347.96 106.152 347.747 106.849C347.718 106.942 347.621 106.84 347.567 106.974C347.396 107.407 347.737 107.643 347.447 108.152C347.158 108.661 346.941 109.72 347.141 111.15C347.147 111.196 347.417 111.534 347.412 111.984C347.405 112.702 347.349 113.721 347.351 114.47C347.352 114.829 347.519 114.599 347.522 114.662C347.616 117.075 347.467 118.792 347.402 121.377C347.39 121.851 347.618 123.213 347.438 124.131C347.24 125.138 346.417 124.103 346.613 126.418C346.691 127.352 347.735 128.535 347.194 130.213C347.328 133.468 347.052 136.478 347.243 139.742C347.252 139.889 347.543 140.353 347.539 140.698C347.533 141.21 347.396 141.492 347.387 141.857C347.346 143.39 347.463 144.793 347.445 146.271C347.438 146.832 347.297 146.636 347.289 147.305C347.282 147.974 347.467 148.42 347.378 149.326C347.309 150.01 346.93 150.695 346.886 151.603C347.26 151.638 347.252 152.262 347.351 153.371C347.37 153.584 347.5 153.355 347.516 153.456C347.583 153.867 347.475 154.246 347.548 154.636C347.566 154.731 347.693 154.735 347.715 154.813C347.903 155.472 347.616 156.558 347.566 156.744C347.376 157.459 347.542 157.793 347.467 158.341C347.392 158.888 347.299 158.07 347.254 158.709C347.204 159.404 347.187 160.203 347.18 161L347.355 160.825C346.632 160.819 345.912 160.823 345.272 160.82C344.735 160.818 345.101 160.989 345.025 160.992C343.914 161.036 342.791 160.854 342.176 161.194C341.406 160.316 341.506 161.279 339.919 161.103C339.794 161.089 339.635 160.674 340.115 160.613C340.595 160.552 341.323 160.682 341.989 160.587C342.146 160.565 343.05 160.176 343.173 160.152C344.138 159.968 344.275 160.588 344.326 160.622C344.906 160.99 346.009 160.571 346.3 160.542C346.666 160.505 347.016 160.486 347.355 160.474L346.829 161C346.798 160.105 346.825 159.289 346.756 158.482C346.695 157.755 346.289 157.684 346.301 157.112C346.342 155.213 346.909 154.55 346.418 152.761C346.313 152.377 345.869 152.759 346.218 151.384C346.24 151.297 346.56 150.276 346.358 149.687C346.332 149.613 346.203 149.615 346.192 149.517C346.121 148.863 346.225 148.426 346.175 147.713C346.126 147 346.052 146.142 346.096 145.328C346.122 144.837 346.363 144.208 346.422 143.973C346.593 143.309 346.314 142.598 346.52 142.187C346.727 141.773 347.041 142.583 347.175 141.496C346.838 141.456 346.493 141.364 346.155 141.299C346.167 138.918 346.276 136.575 346.261 134.186C346.259 133.89 346.078 134.192 346.071 133.875C346.042 132.535 346.171 131.365 346.12 129.976C346.079 128.9 345.888 127.721 345.84 126.597C346.224 125.91 346.094 124.241 346.129 123.029C346.141 122.604 346.244 122.633 346.277 122.331C346.401 121.191 346.061 121.725 346.008 121.413C345.78 120.073 346.549 119.958 346.53 118.378C346.529 118.295 346.119 117.272 346.094 117.131C345.927 116.235 346.236 116.982 346.267 116.422C346.322 115.399 346.42 114.688 346.3 113.488C346.264 113.138 346.009 112.298 346.206 111.618C346.232 111.529 346.368 111.578 346.376 111.507C346.508 110.204 346.082 110.17 345.938 109.425C345.794 108.681 346.088 107.531 346.172 107.297C346.392 106.684 346.266 107.766 346.288 107.799C346.544 108.188 346.5 107.35 346.521 106.709C346.939 106.616 346.914 105.72 346.542 106.044C346.501 106.081 346.54 106.58 346.521 106.709C346.112 106.146 346.059 105.161 346.442 104.073C346.622 103.564 346.831 104.046 346.754 102.499C346.72 101.797 346.432 102.068 346.354 101.448C346.175 100.033 346.443 98.1939 346.401 96.7347C346.385 96.2051 346.228 96.721 346.212 96.3591C346.18 95.6415 346.238 94.9873 346.244 94.3L347.355 95.4106C347.122 95.4086 346.885 95.4124 346.641 95.4277C346.554 95.4334 346.768 95.5983 346.468 95.6003C344.194 95.6195 342.213 95.5139 339.839 95.511C338.692 95.5097 336.641 95.6006 335.452 95.5823C334.727 95.5715 333.943 95.5348 333.155 95.4943L334.349 94.3C334.274 95.7506 334.187 97.2158 334.225 98.3559C334.262 99.5035 334.427 99.2517 334.539 99.7435C334.757 100.692 334.367 102.372 334.307 102.598C334.305 102.605 334.266 101.618 334.181 102.145C334.005 102.451 334.306 102.587 334.307 102.598C334.268 102.747 334.23 104.72 334.262 105.111C334.279 105.324 334.435 105.205 334.441 105.316C334.581 107.954 334.621 110.597 334.548 113.272C334.544 113.319 334.37 113.248 334.364 113.359C334.287 114.908 334.501 115.9 334.627 117.177C334.754 118.454 334.712 119.467 334.412 120.223C334.45 121.187 334.317 122.57 334.237 123.365C334.156 124.161 334.496 124.272 334.503 124.342C334.718 126.526 334.523 127.788 334.493 130.053C334.478 131.13 334.527 133.266 334.565 134.433C334.595 135.354 334.515 135.909 334.566 136.758C334.573 136.873 334.724 136.757 334.73 136.792C334.911 137.74 334.541 137.285 334.475 137.48C334.473 137.487 334.47 137.493 334.468 137.5L334.449 141.6L332.086 138.264C331.872 137.559 331.717 137.128 330.926 136.215C330.742 136.002 329.835 135.649 329.512 135.252C329.094 134.736 329.395 134.828 328.953 134.29C328.916 134.244 328.827 134.323 328.582 133.971C327.442 132.339 326.236 130.534 325.023 128.859C324.858 128.63 324.917 129.033 324.675 128.704C323.543 127.159 322.327 125.448 321.313 123.879C321.064 123.493 321.338 123.651 321.311 123.547C321.146 122.912 320.364 122.405 320.275 122.293C318.154 119.609 316.884 117.303 314.739 114.556C314.621 114.407 313.475 113.434 313.352 112.721C313.343 112.673 313.229 111.962 312.719 111.627C312.688 111.606 312.786 112.029 312.393 111.449C311.999 110.87 311.253 110.018 310.841 109.129C310.711 108.848 310.552 108.075 309.816 107.485C309.767 107.447 308.48 106.642 308.513 106.002C308.519 105.898 308.912 105.722 308.105 104.965C307.95 104.821 308.092 105.182 307.727 104.772C307.166 104.144 306.613 103.176 305.862 102.449C305.73 102.322 305.053 101.868 304.874 101.243C304.846 101.145 305.066 101.212 304.891 100.939C304.057 99.6443 303.044 98.389 302.214 97.062C301.92 96.5921 302.27 96.6896 301.984 96.1851C301.818 95.8915 301.536 95.4372 301.243 95.0238L302.255 95.5442C301.891 95.5425 301.541 95.5576 301.288 95.6011C300.685 95.7052 301.344 96.0681 300.44 96.0972C296.509 96.2233 292.615 96.0104 288.689 95.9793C288.107 95.9746 288.59 96.1045 287.732 96.1069C287.706 96.107 287.681 96.1071 287.655 96.1072L289.462 94.3C289.473 97.4741 289.591 102.869 289.317 105.592C289.096 107.791 288.928 105.023 288.838 106.704C288.795 107.515 289.217 108.392 289.23 108.588C289.365 110.5 289.178 111.83 289.236 113.551C289.247 113.906 289.418 113.558 289.427 113.86C289.456 114.893 289.38 115.979 289.394 116.967C289.401 117.41 289.531 117.328 289.521 117.736C289.499 118.711 289.444 119.573 289.321 120.524C289.31 120.611 289.148 120.027 289.142 120.748C289.132 121.916 289.011 123.366 289.136 124.709C289.174 125.108 289.472 125.123 289.266 125.98C289.223 126.16 288.865 125.931 289.174 126.929C289.226 127.097 289.644 128.774 289.374 129.597C289.303 129.814 289.01 130.368 289.056 130.847C289.063 130.912 289.224 130.652 289.239 131.049C289.292 132.449 289.275 133.917 289.325 135.355C289.339 135.739 289.505 135.167 289.52 135.739C289.562 137.314 289.519 139.279 289.467 140.819C289.448 141.386 289.311 140.994 289.296 141.035C289.052 141.699 289.381 142.092 289.4 142.312C289.515 143.683 289.36 144.727 289.401 145.99C289.412 146.339 289.569 146.092 289.582 146.161C289.719 146.881 289.438 146.345 289.407 146.801C289.319 148.077 289.332 149.5 289.352 150.791C289.359 151.265 289.541 150.732 289.545 151.158C289.577 153.677 289.559 156.295 289.459 158.753C289.44 159.216 289.3 158.925 289.268 159.021C289.045 159.686 289.35 160.66 289.379 160.885C289.384 160.924 289.388 160.962 289.393 161L287.655 159.262C288.59 159.153 288.989 159.266 289.855 159.244C293.582 159.147 298.051 159.191 301.855 159.237L300.092 161C300.1 160.316 300.109 159.653 300.116 159.02C300.181 153.611 300.314 149.413 300.28 144.255C300.278 143.927 300.092 144.257 300.088 143.975C300.043 140.326 300.116 136.733 300.062 133.077C300.058 132.777 299.882 133.209 299.869 132.728C299.842 131.74 299.852 130.489 299.908 129.49C299.935 129.003 300.087 129.656 300.111 129.166C300.167 128.024 300.18 126.8 300.152 125.628C300.139 125.129 299.959 125.882 299.957 125.233C299.945 122.207 299.926 119.218 299.991 116.2L300.019 110.345L303.375 115.121C304.154 116.271 304.923 117.436 305.677 118.626C305.841 118.885 305.698 119.316 306.132 119.806C306.243 119.787 306.34 119.715 306.441 119.67C310.212 124.881 313.793 130.147 317.511 135.418C317.668 135.641 317.554 135.145 317.858 135.575C319.62 138.061 321.377 140.443 323.024 143.097C323.187 143.36 322.817 143.429 323.387 144.142C323.487 144.268 324.319 145.361 324.585 145.607C324.622 145.64 324.607 145.343 324.867 145.701C326.375 147.784 327.904 150.002 329.31 152.151C329.537 152.498 329.143 152.236 329.303 152.484C330.441 154.243 331.864 156.024 332.895 157.744C333.585 158.895 333.059 158.661 333.235 159.408C333.26 159.514 333.735 160.193 333.623 160.326C333.341 160.66 332.732 160.601 332.46 160.996C332.401 161.08 333.128 161.925 332.557 161.525C332.517 161.496 331.988 160.885 331.808 160.77C331.684 160.689 331.688 160.991 331.468 160.802C331.248 160.613 331.185 160.278 330.848 159.945C330.509 159.613 330.469 159.893 329.911 159.147ZM333.877 126.948C333.714 127.685 334.312 127.793 334.169 126.997C334.161 126.958 333.885 126.91 333.877 126.948ZM346.727 136.588C346.991 135.625 346.603 134.966 346.399 135.646C346.195 136.325 346.647 136.882 346.727 136.588ZM346.92 146.576C347.128 145.45 346.279 145.273 346.451 146.478C346.461 146.548 346.907 146.641 346.92 146.576ZM331.259 156.766C331.259 156.779 331.597 157.27 331.612 157.277C331.95 157.425 331.273 156.445 331.259 156.766ZM347.129 156.486C347.244 156.135 347.112 155.123 346.969 155.56C346.854 155.911 346.987 156.924 347.129 156.486ZM316.868 114.874C316.868 114.859 316.626 114.507 316.59 114.543C316.475 114.661 316.858 115.118 316.868 114.874ZM335.024 160.784C337.513 160.816 339.022 161.517 336.311 161.438C335.821 161.424 337.369 161.214 336.744 161.151C335.601 161.036 334.842 161.476 333.676 161.24C333.465 161.197 334.882 160.781 335.028 160.783C335.027 160.784 335.025 160.784 335.024 160.784ZM333.158 127.372C333.151 127.387 333.143 127.978 333.151 127.992C333.341 128.312 333.356 127.121 333.158 127.372ZM302.669 94.3876C302.668 94.3769 302.597 94.2705 302.499 94.1255L302.406 93.9985L302.255 94C301.838 93.9905 301.149 93.9859 301.118 93.9968C300.653 94.1984 301.658 94.2829 302.255 94.2283L302.291 94.2279L302.313 94.2583C302.525 94.5037 302.7 94.6281 302.669 94.3876ZM339.902 93.866C340.547 93.6749 341.319 93.6524 341.833 93.8923C341.192 93.8796 340.547 93.8777 339.902 93.866ZM358.527 157.586C358.474 155.578 358.53 152.945 358.607 150.944C358.63 150.317 358.736 150.635 358.758 150.202C358.799 149.355 358.747 148.567 358.796 147.73C358.813 147.453 358.981 147.798 358.994 147.507C359.069 145.914 359.026 144.407 359.061 142.793C359.238 134.844 359.301 127.03 359.377 118.984C359.402 116.33 359.555 113.105 359.488 110.365C359.48 110.045 359.333 110.236 359.321 110.175C359.135 109.22 359.432 109.538 359.472 108.914C359.628 106.44 359.641 103.689 359.584 101.309C359.56 100.296 359.267 101.311 359.431 100.291C359.442 100.221 359.599 100.478 359.616 100.2C359.653 99.5698 359.625 98.3747 359.638 97.8865C359.662 96.9456 359.661 96.7899 359.663 95.9C359.664 95.3972 359.678 94.8551 359.692 94.3L359.683 93.4949L360.506 93.4857C361.295 93.5051 362.109 93.5233 362.875 93.5025C363.154 93.4944 362.785 93.334 363.229 93.3067C363.674 93.2794 364.851 93.293 365.247 93.3308C365.644 93.3687 365.475 93.4948 365.545 93.5237C366.123 93.7677 367.484 93.4298 367.659 93.4214C370.852 93.279 373.59 93.4715 376.587 93.471C378.862 93.4701 381.295 93.4066 383.46 93.4153C386.039 93.4263 388.225 93.5133 390.73 93.4983C390.995 93.4969 390.685 93.3083 391.008 93.3062C394.439 93.2842 397.847 93.3048 401.263 93.4321C401.606 93.4451 401.164 93.6107 401.507 93.6336C403.382 93.7554 406.235 94.0301 407.706 93.5696L408.428 93.5615L408.437 94.3C408.491 94.4727 408.555 94.6264 408.631 94.7572C408.603 96.1768 408.573 97.9004 408.428 99.1705C408.335 99.9894 408.154 99.194 408.231 100.2C408.248 100.427 408.406 100.132 408.42 100.472C408.478 101.905 408.427 103.47 408.508 104.887C408.525 105.175 408.667 105.096 408.692 105.178C408.806 105.555 408.754 106.071 408.68 106.5L408.69 107.462L407.706 107.473C407.355 107.413 407.062 107.338 406.95 107.326C405.053 107.141 403.668 107.214 401.901 107.21C401.491 107.209 401.976 107.399 401.581 107.404C399.535 107.432 397.415 107.415 395.411 107.331C394.965 107.312 395.375 107.15 395.162 107.132C394.223 107.057 394.015 107.363 393.114 107.297C392.924 107.284 393.031 107.145 392.997 107.13C392.455 106.89 391.984 107.229 391.844 107.237C390.08 107.339 388.953 106.985 387.249 107.035C387.045 107.042 387.505 107.217 386.932 107.224C383.114 107.273 379.077 107.225 375.298 107.084C374.711 107.063 375.13 106.931 375.093 106.914C374.953 106.855 374.824 106.828 374.706 106.822L375.028 106.5C375.008 106.887 375.21 107.15 375.22 107.297C375.312 108.808 375.027 110.22 375.432 111.247C375.36 114.505 375.384 117.756 375.377 121L374.706 120.329C377.834 120.336 380.956 120.372 384.072 120.55C384.152 120.555 384.008 120.722 384.169 120.73C386.108 120.824 385.735 120.563 387.018 120.245C387.341 120.165 388.324 120.55 388.411 120.578C388.728 120.682 388.399 120.931 388.506 120.951C389.384 121.109 389.241 120.285 390.425 120.284C390.462 120.286 390.307 120.437 390.406 120.452C390.715 120.5 391.021 120.44 391.323 120.492C392.015 120.613 392.262 121.013 393.318 120.78C393.452 120.75 393.248 120.282 394.305 120.304C394.727 120.313 396.593 120.305 397.116 120.336C397.639 120.366 397.28 120.517 397.317 120.523C398.725 120.723 398.191 120.805 398.896 121.1C399.601 121.394 399.406 120.693 399.693 120.615C399.981 120.537 401.013 120.701 401.267 120.758C401.52 120.816 401.204 120.911 401.43 120.944C402.924 121.155 402.086 120.596 402.578 120.484C403.739 120.221 404.643 120.741 405.706 120.792C405.994 120.806 405.759 120.687 406.015 120.676C406.384 120.661 406.699 120.672 407.006 120.686L407.316 120.683L407.32 121C407.296 121.538 407.264 122.052 407.359 122.787C407.383 122.976 407.696 123.909 407.466 124.512C407.433 124.598 407.304 124.355 407.275 124.787C407.231 125.433 407.203 126.596 407.246 127.291C407.278 127.803 407.492 127.216 407.425 127.861C407.396 128.147 407.271 127.616 407.226 128.155C407.18 128.69 407.186 130.06 407.19 130.581C407.195 131.102 407.357 130.817 407.367 130.859C407.43 131.113 407.508 132.112 407.508 132.2C407.509 132.535 407.509 132.869 407.508 133.2L407.513 133.696L407.006 133.701C402.936 133.682 399.125 133.455 395.118 133.539C394.778 133.546 395.004 133.716 394.952 133.719C393.788 133.791 394.706 133.337 393.893 133.185C394.01 133.531 393.53 133.469 392.71 133.507C392.315 133.525 392.53 133.659 392.494 133.673C391.908 133.877 391.5 133.614 391.395 133.56C391.007 133.362 390.584 133.596 390.32 133.463C390.056 133.332 390.664 133.137 389.877 133.14C389.657 133.264 390.241 133.588 389.643 133.64C387.39 133.839 383.185 133.585 381.373 133.558C379.565 133.532 378.981 133.555 377.928 133.51C376.025 133.429 376.722 133.669 375.541 133.78C374.356 133.89 374.932 133.298 374.762 133.171C374.743 133.157 374.725 133.146 374.706 133.138L374.645 133.137L374.644 133.2C374.576 133.352 374.673 133.517 374.611 133.703C374.541 133.91 374.454 133.461 374.428 133.949C374.402 134.437 374.628 135.77 374.761 135.943C375.043 136.309 375.339 135.708 375.235 136.999C375.229 137.073 375.073 136.832 375.057 137.116C374.937 139.375 374.93 141.72 374.824 143.976C374.809 144.286 374.636 144.008 374.626 144.189C374.515 146.069 374.807 145.397 375.131 146.427C374.7 146.196 374.436 146.765 374.433 148.192C374.433 148.423 374.446 148.581 374.468 148.7L374.466 148.935L374.706 148.938C375.027 148.877 375.058 148.751 375.463 148.654C375.629 148.614 376.236 148.743 376.346 148.654C376.709 148.365 376.137 148.04 377.608 148.17C377.673 148.176 377.467 148.334 377.69 148.344C379.132 148.407 379.304 148.104 380.862 148.067C382.083 148.038 384.255 148.223 385.646 148.253C385.617 148.738 386.93 148.627 387.463 148.293C388.365 148.306 389.34 148.287 390.212 148.334C390.512 148.349 390.315 148.49 390.353 148.505C390.934 148.743 391.326 148.418 391.521 148.405C393.632 148.281 395.352 148.528 397.367 148.286C397.438 148.278 397.554 147.941 398.093 148.187C398.128 148.204 397.462 148.357 398.41 148.369C399.358 148.381 401.145 148.562 402.461 148.405C402.779 148.368 403.585 148.094 404.231 148.308C404.318 148.337 404.223 148.434 404.348 148.487C404.75 148.659 404.969 148.318 405.441 148.608C405.85 148.858 406.641 149.054 407.706 148.973L407.433 148.7C407.446 148.866 407.465 149.038 407.492 149.217C407.498 149.26 407.768 149.574 407.764 149.991C407.757 150.657 407.701 151.603 407.702 152.299C407.703 152.632 407.871 152.419 407.874 152.477C407.968 154.716 407.818 156.31 407.754 158.71C407.743 159.106 407.927 160.17 407.832 161L407.833 161.124L407.706 161.125C407.615 161.115 407.526 161.101 407.441 161.083C406.506 160.885 407.467 160.062 405.318 160.258C404.451 160.337 403.354 161.381 401.796 160.84C398.775 160.974 395.981 160.697 392.952 160.888C392.816 160.897 392.385 161.188 392.064 161.184C391.589 161.178 391.328 161.042 390.988 161.033C389.566 160.992 388.264 161.108 386.892 161.09C386.372 161.083 386.554 160.943 385.933 160.935C385.312 160.927 384.898 161.112 384.057 161.023C383.422 160.955 382.786 160.576 381.943 160.531C381.911 160.905 381.332 160.898 380.303 160.996C380.105 161.015 380.317 161.146 380.223 161.161C379.842 161.228 379.49 161.121 379.128 161.194C379.04 161.211 379.036 161.339 378.964 161.36C378.352 161.548 377.345 161.261 377.172 161.211C376.508 161.021 376.198 161.187 375.69 161.112C375.182 161.038 375.941 160.944 375.348 160.899C374.118 160.805 372.538 160.826 371.289 160.82C370.79 160.818 371.13 160.989 371.059 160.992C370.028 161.036 368.986 160.854 368.415 161.194C367.7 160.316 367.793 161.279 366.32 161.103C366.204 161.089 366.057 160.674 366.502 160.613C366.948 160.552 367.623 160.682 368.241 160.587C368.388 160.565 369.226 160.176 369.34 160.152C370.237 159.968 370.363 160.588 370.411 160.622C370.949 160.99 371.973 160.571 372.243 160.542C373.477 160.409 374.526 160.496 375.558 160.402C376.234 160.341 376.3 159.934 376.83 159.947C378.592 159.988 379.208 160.555 380.869 160.063C381.225 159.958 380.871 159.514 382.147 159.863C382.227 159.885 383.174 160.205 383.722 160.003C383.791 159.977 383.788 159.848 383.879 159.837C384.487 159.767 384.892 159.87 385.554 159.82C386.216 159.771 387.012 159.697 387.767 159.741C388.223 159.768 388.807 160.009 389.025 160.068C389.641 160.238 390.301 159.959 390.682 160.165C391.067 160.372 390.315 160.686 391.323 160.82C391.361 160.484 391.447 160.139 391.507 159.8C393.717 159.812 395.891 159.921 398.109 159.906C398.384 159.904 398.103 159.723 398.397 159.716C399.641 159.688 400.727 159.816 402.016 159.765C403.014 159.725 404.109 159.533 405.153 159.485C405.655 159.788 406.725 159.771 407.706 159.768L406.474 161C406.473 160.737 406.473 160.48 406.481 160.242C406.493 159.848 406.596 159.875 406.629 159.594C406.753 158.537 406.413 159.032 406.359 158.743C406.131 157.499 406.901 157.392 406.882 155.926C406.881 155.848 406.471 154.899 406.445 154.768C406.279 153.937 406.588 154.631 406.618 154.11C406.674 153.161 406.772 152.501 406.651 151.387C406.616 151.062 406.36 150.283 406.558 149.652C406.584 149.569 406.719 149.615 406.727 149.548C406.769 149.168 406.755 148.904 406.713 148.7L407.706 149.693C407.26 149.786 407.096 150.018 406.623 150.117C405.932 150.261 404.864 149.967 404.647 149.882C404.079 149.663 405.082 149.788 405.113 149.767C405.475 149.511 404.696 149.555 404.102 149.533C404.015 149.116 403.184 149.141 403.485 149.513C403.519 149.553 403.982 149.514 404.102 149.533C403.579 149.943 402.665 149.996 401.656 149.613C401.183 149.433 401.63 149.224 400.194 149.3C399.542 149.335 399.794 149.623 399.219 149.701C397.906 149.88 396.199 149.612 394.844 149.654C394.353 149.669 394.832 149.827 394.496 149.843C393.604 149.885 392.818 149.767 391.923 149.828C391.841 149.833 392.04 149.998 391.761 150C389.651 150.02 387.813 149.914 385.609 149.911C384.544 149.91 382.64 150.001 381.537 149.982C379.626 149.952 377.274 149.712 375.641 149.77C375.017 149.792 374.839 149.858 374.706 149.931L373.462 149.917L373.476 148.7C373.424 148.606 373.368 148.536 373.322 148.347C373.104 147.466 373.494 145.907 373.554 145.697C373.556 145.691 373.595 146.607 373.68 146.118C373.856 145.834 373.555 145.707 373.554 145.697C373.593 145.559 373.631 143.728 373.599 143.365C373.582 143.167 373.426 143.277 373.42 143.174C373.28 140.726 373.24 138.273 373.313 135.79C373.317 135.747 373.491 135.812 373.496 135.71C373.55 134.711 373.464 133.962 373.363 133.2L373.378 131.842L374.706 131.857C375.041 131.813 375.378 131.766 375.74 131.727C376.926 131.6 377.866 131.643 378.568 131.943C379.462 131.905 380.745 132.038 381.484 132.118C382.222 132.199 382.325 131.859 382.39 131.852C384.417 131.637 385.589 131.831 387.691 131.862C388.691 131.877 390.673 131.827 391.756 131.79C392.611 131.76 393.126 131.84 393.914 131.789C394.021 131.782 393.913 131.631 393.946 131.625C394.826 131.444 394.403 131.814 394.584 131.88C395.243 132.12 395.65 132.248 396.776 132.135C397.036 132.109 397.793 131.576 398.266 131.545C398.882 131.506 398.65 131.697 399.294 131.65C399.35 131.647 399.338 131.529 399.736 131.534C401.583 131.556 403.597 131.625 405.516 131.613C405.779 131.612 405.442 131.425 405.821 131.42C406.21 131.416 406.606 131.412 407.006 131.411L405.217 133.2C405.211 131.767 405.231 130.281 405.299 128.927C405.321 128.501 405.452 128.768 405.491 128.676C405.726 128.107 405.384 127.302 405.378 127.169C405.261 124.923 405.383 123.05 405.411 121L407.006 122.595C406.162 122.584 405.288 122.588 404.346 122.631C404.17 122.639 402.816 123.006 402.212 122.691C402.17 122.671 401.573 122.349 401.044 122.569C401.011 122.583 401.384 122.748 400.734 122.731C400.084 122.714 399.038 122.825 398.144 122.643C397.861 122.586 397.193 122.265 396.349 122.521C396.294 122.539 394.992 123.117 394.527 122.718C394.451 122.652 394.53 122.23 393.523 122.447C393.331 122.489 393.68 122.583 393.173 122.641C392.397 122.732 391.367 122.619 390.413 122.807C390.246 122.84 389.538 123.127 388.969 122.909C388.88 122.875 389.049 122.734 388.749 122.719C387.321 122.643 385.826 122.737 384.377 122.64C383.863 122.605 384.126 122.378 383.591 122.317C383.055 122.256 381.977 122.197 381.417 122.301C380.856 122.405 381.468 122.768 380.629 122.797C378.648 122.866 376.677 122.834 374.706 122.786L372.9 122.766L372.92 121C372.961 119.341 373.013 117.682 373.027 116.017C373.032 115.476 372.902 115.924 372.899 115.128C372.892 112.817 372.815 109.184 372.917 106.5L372.937 104.691L374.706 104.711C375.432 104.738 376.088 104.779 376.63 104.838C378.671 105.059 376.103 105.227 377.662 105.317C378.415 105.36 379.229 104.938 379.411 104.924C381.186 104.79 382.419 104.976 384.017 104.919C384.347 104.907 384.023 104.736 384.304 104.728C385.263 104.698 386.271 104.775 387.188 104.761C387.599 104.754 387.523 104.623 387.901 104.633C388.806 104.656 389.607 104.711 390.489 104.833C390.57 104.845 390.027 105.007 390.697 105.013C391.781 105.022 393.126 105.143 394.373 105.018C394.743 104.981 394.758 104.682 395.553 104.889C395.72 104.932 395.507 105.29 396.434 104.98C396.59 104.929 398.146 104.511 398.91 104.78C399.111 104.851 399.626 105.145 400.071 105.099C400.131 105.091 399.889 104.931 400.258 104.915C401.557 104.863 402.919 104.88 404.254 104.83C404.611 104.816 404.08 104.65 404.611 104.635C405.559 104.608 406.66 104.616 407.706 104.639L405.846 106.5C405.858 105.934 405.875 105.383 405.893 104.881C405.913 104.354 406.05 104.719 406.065 104.68C406.309 104.064 405.98 103.699 405.961 103.495C405.846 102.223 406.001 101.254 405.96 100.081C405.949 99.7574 405.792 99.9868 405.778 99.9224C405.642 99.2543 405.923 99.752 405.954 99.329C406.042 98.1443 406.029 96.8235 406.009 95.6253C406.002 95.1852 405.82 95.6799 405.816 95.2849C405.811 94.9582 405.808 94.6297 405.805 94.3L407.706 96.2009C405.677 96.2155 403.604 96.1906 401.642 96.1045C401.212 96.0853 401.483 95.9455 401.393 95.9136C400.776 95.6902 399.872 95.9949 399.664 96.0239C398.717 96.1565 398.35 96.0328 397.514 96.0559C393.433 96.1708 388.393 96.0889 384.54 96.0383C379.519 95.9732 375.623 95.8402 370.835 95.8748C370.531 95.8768 370.838 96.0628 370.575 96.0669C367.204 96.1115 363.884 96.0397 360.506 96.0921L362.298 94.3C362.299 94.3151 362.299 94.3303 362.299 94.3455C362.303 94.6239 362.479 94.2225 362.492 94.6695C362.519 95.5863 362.509 96.7476 362.453 97.6746C362.426 98.1267 362.274 97.5203 362.25 97.9754C362.193 99.035 362.181 100.171 362.209 101.259C362.222 101.723 362.402 101.024 362.404 101.626C362.422 105.727 362.453 109.755 362.219 113.899C362.203 114.183 361.837 114.432 361.907 115.037C362.009 115.082 362.129 115.08 362.237 115.099C362.296 121.07 362.169 126.979 362.149 132.966C362.148 133.218 362.343 132.782 362.342 133.271C362.339 136.099 362.393 138.846 362.2 141.739C362.181 142.026 361.839 141.879 361.891 142.725C361.901 142.874 361.946 144.148 362.02 144.478C362.031 144.522 362.191 144.29 362.196 144.7C362.22 147.086 362.183 149.587 362.086 151.968C362.07 152.353 361.9 151.943 361.887 152.217C361.797 154.159 361.926 156.272 361.772 158.128C361.668 159.37 361.375 158.91 361.086 159.57C361.045 159.663 361.038 160.433 360.87 160.472C360.448 160.574 359.985 160.202 359.534 160.355C359.437 160.387 359.542 161.417 359.307 160.807C359.291 160.765 359.214 160.018 359.134 159.834C359.079 159.706 358.908 159.937 358.838 159.675C358.767 159.414 358.911 159.127 358.828 158.694C358.744 158.261 358.55 158.451 358.527 157.586ZM384.809 132.478C385.493 132.641 385.594 132.043 384.854 132.186C384.818 132.194 384.774 132.47 384.809 132.478ZM395.879 160.372C396.773 160.636 397.385 160.248 396.754 160.044C396.123 159.841 395.607 160.292 395.879 160.372ZM386.609 160.565C387.654 160.773 387.819 159.925 386.7 160.096C386.635 160.106 386.548 160.553 386.609 160.565ZM361.003 156.509C360.995 156.518 360.988 157.071 360.996 157.084C361.186 157.379 361.201 156.273 361.003 156.509ZM377.411 160.775C377.737 160.889 378.676 160.757 378.271 160.614C377.945 160.499 377.005 160.632 377.411 160.775ZM405.735 121.084C405.724 121.075 405.328 121.067 405.336 121.117C405.363 121.28 405.914 121.234 405.735 121.084ZM361.777 160.784C364.087 160.816 365.487 161.517 362.972 161.438C362.517 161.424 363.954 161.214 363.374 161.151C362.313 161.036 361.609 161.476 360.526 161.24C360.33 161.197 361.645 160.781 361.781 160.783C361.78 160.784 361.778 160.784 361.777 160.784ZM385.203 133.196C385.216 133.204 385.765 133.212 385.778 133.204C386.075 133.014 384.97 132.999 385.203 133.196ZM382.603 120.714C382.573 120.697 381.3 120.681 381.258 120.697C380.594 121.007 383.168 121.04 382.603 120.714ZM385.668 148.266C386.266 148.075 386.983 148.052 387.46 148.292C386.865 148.28 386.266 148.278 385.668 148.266ZM432.227 158.716C432.175 157.372 432.231 155.611 432.307 154.272C432.331 153.852 432.437 154.065 432.458 153.775C432.5 153.209 432.448 152.681 432.497 152.121C432.513 151.936 432.681 152.167 432.695 151.972C432.769 150.906 432.727 149.898 432.762 148.818C432.938 143.499 433.001 138.271 433.078 132.887C433.103 131.112 433.255 128.954 433.189 127.121C433.181 126.907 433.033 127.034 433.021 126.994C432.835 126.355 433.133 126.567 433.172 126.15C433.329 124.495 433.342 122.654 433.285 121.061C433.261 120.384 432.968 121.063 433.132 120.381C433.143 120.333 433.3 120.505 433.316 120.319C433.354 119.898 433.326 119.098 433.338 118.772C433.363 118.142 433.362 118.038 433.363 117.443C433.367 116.629 433.445 115.66 433.409 114.787C433.401 114.601 433.241 114.847 433.214 114.55C433.186 114.252 433.2 113.465 433.238 113.2C433.276 112.934 433.402 113.047 433.431 113C433.675 112.614 433.337 111.703 433.328 111.586C433.215 109.878 433.315 108.364 433.359 106.8L434.207 107.648C433.816 107.637 433.421 107.629 433.02 107.629C431.498 107.63 429.87 107.693 428.421 107.685C426.696 107.674 425.233 107.587 423.557 107.602C423.38 107.603 423.587 107.792 423.371 107.794C421.075 107.816 418.795 107.795 416.509 107.668C416.28 107.655 416.575 107.489 416.346 107.466C415.866 107.42 415.29 107.351 414.707 107.309L414.206 107.318L414.198 106.8C414.278 105.68 414.257 104.533 413.783 103.985C413.811 103.035 413.84 101.882 413.985 101.032C414.079 100.485 414.259 101.017 414.182 100.344C414.165 100.192 414.007 100.389 413.993 100.162C413.935 99.2032 413.987 98.156 413.905 97.2078C413.888 97.015 413.747 97.0676 413.721 97.013C413.515 96.5538 413.856 95.7892 413.881 95.6226C413.951 95.1437 413.984 94.7135 413.998 94.3L413.986 93.603L414.707 93.5909C415.389 93.6147 416.027 93.5875 416.763 93.5903C417.037 93.5915 416.713 93.4013 416.977 93.3955C418.346 93.3683 419.764 93.3846 421.105 93.469C421.403 93.4882 421.129 93.6503 421.272 93.6677C421.9 93.7428 422.039 93.4368 422.642 93.5029C422.769 93.5165 422.697 93.6552 422.721 93.6704C423.083 93.9096 423.398 93.5707 423.492 93.5632C424.672 93.461 425.426 93.8148 426.566 93.7647C426.703 93.7583 426.395 93.5828 426.778 93.5757C429.333 93.5273 432.034 93.5755 434.562 93.7158C434.955 93.7374 434.675 93.8693 434.699 93.8855C435.103 94.1395 435.363 93.7992 435.492 93.7864C436.503 93.6942 437.447 93.9795 438.134 93.5742C442.417 93.7149 446.68 93.4873 450.926 93.8504C450.98 93.8546 450.884 94.0221 450.991 94.0298C452.289 94.1239 452.039 93.8635 452.898 93.5449C453.114 93.465 453.772 93.8495 453.83 93.8777C454.042 93.9816 453.822 94.2309 453.893 94.251C454.481 94.409 454.385 93.5845 455.177 93.5842C455.202 93.5856 455.098 93.7374 455.165 93.7525C455.371 93.7998 455.576 93.7395 455.778 93.7918C456.241 93.9126 456.406 94.3132 457.113 94.0801C457.203 94.0498 457.066 93.5822 457.773 93.6043C458.056 93.6135 459.304 93.6055 459.654 93.6358C460.004 93.666 459.764 93.8167 459.789 93.8233C460.731 94.0225 460.373 94.1051 460.845 94.4002C461.317 94.6941 461.186 93.9931 461.379 93.9148C461.571 93.8368 462.262 94.0012 462.432 94.0584C462.601 94.1155 462.39 94.2113 462.54 94.2437C463.54 94.4551 462.979 93.8957 463.309 93.7844C464.086 93.521 464.691 94.0409 465.402 94.0918C465.594 94.1056 465.437 93.9872 465.608 93.9761C466.287 93.9338 466.695 94.096 467.467 93.9473C467.527 93.9358 467.699 93.8593 467.907 93.8066L468.392 93.7985L468.4 94.3C468.459 94.5296 468.488 94.8025 468.367 95.0147C468.334 95.0719 468.205 94.9093 468.176 95.1986C468.132 95.6306 468.104 96.409 468.147 96.8735C468.179 97.2164 468.392 96.8233 468.326 97.2549C468.297 97.4467 468.172 97.0913 468.126 97.4516C468.081 97.8101 468.087 98.7266 468.091 99.0753C468.095 99.4234 468.257 99.2329 468.268 99.261C468.331 99.4313 468.409 100.099 468.409 100.158C468.424 102.451 468.266 104.606 468.233 106.8L468.239 107.121L467.907 107.126C467.251 107.116 466.592 107.118 465.925 107.139C465.698 107.146 465.849 107.316 465.814 107.319C465.035 107.391 465.65 106.937 465.105 106.785C465.184 107.131 464.863 107.069 464.314 107.107C464.05 107.125 464.194 107.259 464.17 107.273C463.778 107.477 463.505 107.214 463.434 107.16C463.175 106.962 462.892 107.196 462.715 107.063C462.539 106.932 462.945 106.737 462.419 106.74C462.271 106.864 462.662 107.188 462.262 107.24C460.755 107.439 457.941 107.185 456.729 107.158C455.519 107.132 455.129 107.155 454.424 107.11C453.151 107.029 453.617 107.269 452.827 107.38C452.034 107.49 452.419 106.898 452.305 106.771C452.193 106.643 452.071 106.774 451.932 106.704C451.793 106.635 452.094 106.548 451.767 106.522C451.441 106.496 450.548 106.722 450.433 106.855C450.188 107.137 450.59 107.432 449.726 107.328C449.677 107.322 449.838 107.167 449.648 107.151C449.271 107.121 448.89 107.098 448.507 107.079L448.786 106.8C448.728 107.95 448.704 109.116 448.625 110.249C448.61 110.456 448.437 110.271 448.426 110.391C448.316 111.649 448.608 111.199 448.932 111.889C448.5 111.734 448.236 112.115 448.234 113.07C448.232 113.644 448.421 113.545 448.553 113.916C448.593 114.027 448.464 114.433 448.553 114.507C448.842 114.75 449.167 114.367 449.037 115.351C449.031 115.394 448.873 115.257 448.863 115.406C448.8 116.371 449.103 116.486 449.14 117.528C449.169 118.345 448.984 119.799 448.954 120.729C448.469 120.71 448.58 121.588 448.914 121.945C448.901 122.549 448.92 123.201 448.873 123.784C448.858 123.985 448.717 123.853 448.702 123.879C448.464 124.267 448.789 124.53 448.802 124.66C448.926 126.072 448.68 127.223 448.921 128.571C448.929 128.619 449.266 128.697 449.02 129.057C449.003 129.08 448.85 128.635 448.838 129.269C448.826 129.904 448.646 131.099 448.802 131.98C448.839 132.193 449.113 132.732 448.899 133.164C448.87 133.222 448.773 133.159 448.72 133.242C448.548 133.511 448.889 133.658 448.599 133.974C448.31 134.29 448.093 134.948 448.293 135.836C448.299 135.864 448.569 136.074 448.565 136.353C448.558 136.799 448.501 137.432 448.503 137.897C448.504 138.12 448.672 137.978 448.675 138.016C448.769 139.515 448.619 140.581 448.554 142.187C448.542 142.481 448.771 143.327 448.59 143.896C448.392 144.522 447.569 143.879 447.765 145.317C447.844 145.897 448.888 146.631 448.347 147.674C448.481 149.695 448.204 151.564 448.395 153.591C448.404 153.682 448.695 153.971 448.691 154.185C448.685 154.503 448.549 154.678 448.54 154.905C448.499 155.857 448.615 156.728 448.597 157.645C448.59 157.994 448.45 157.872 448.442 158.288C448.434 158.703 448.619 158.98 448.53 159.543C448.462 159.968 448.083 160.393 448.038 160.957C448.103 160.961 448.156 160.975 448.2 161L448.507 160.693C448.387 160.906 448.023 160.915 447.452 160.996C447.32 161.015 447.462 161.146 447.399 161.161C447.145 161.228 446.909 161.121 446.667 161.194C446.608 161.211 446.605 161.339 446.557 161.36C446.148 161.548 445.473 161.261 445.358 161.211C444.914 161.021 444.706 161.187 444.366 161.112C444.026 161.038 444.534 160.944 444.137 160.899C443.314 160.805 442.257 160.826 441.421 160.82C441.088 160.818 441.315 160.989 441.268 160.992C440.578 161.036 439.881 160.854 439.499 161.194C439.02 160.316 439.083 161.279 438.097 161.103C438.019 161.089 437.921 160.674 438.219 160.613C438.517 160.552 438.969 160.682 439.382 160.587C439.48 160.565 440.041 160.176 440.118 160.152C440.717 159.968 440.802 160.588 440.834 160.622C441.194 160.99 441.879 160.571 442.06 160.542C442.886 160.409 443.587 160.496 444.278 160.402C444.73 160.341 444.774 159.934 445.129 159.947C446.308 159.988 446.72 160.555 447.831 160.063C448.051 159.966 447.866 159.581 448.507 159.796L447.303 161C447.321 160.946 447.343 160.887 447.37 160.821C447.393 160.767 447.712 160.133 447.51 159.767C447.484 159.721 447.355 159.722 447.344 159.662C447.274 159.255 447.377 158.984 447.328 158.541C447.278 158.098 447.205 157.566 447.248 157.06C447.275 156.755 447.516 156.364 447.575 156.218C447.745 155.807 447.466 155.365 447.672 155.11C447.879 154.852 448.193 155.355 448.327 154.681C447.991 154.656 447.646 154.598 447.307 154.558C447.319 153.079 447.428 151.624 447.413 150.141C447.411 149.957 447.23 150.145 447.223 149.948C447.195 149.116 447.323 148.389 447.272 147.526C447.232 146.858 447.04 146.126 446.992 145.428C447.377 145.001 447.246 143.965 447.281 143.212C447.294 142.949 447.396 142.966 447.43 142.779C447.554 142.071 447.214 142.403 447.16 142.209C446.932 141.377 447.702 141.305 447.682 140.324C447.682 140.272 447.272 139.637 447.246 139.55C447.079 138.994 447.389 139.457 447.419 139.11C447.474 138.474 447.572 138.033 447.452 137.287C447.417 137.07 447.161 136.549 447.359 136.126C447.385 136.071 447.52 136.102 447.528 136.057C447.661 135.248 447.235 135.227 447.09 134.764C446.946 134.302 447.24 133.588 447.325 133.443C447.544 133.062 447.419 133.734 447.44 133.754C447.696 133.996 447.652 133.476 447.674 133.078C448.091 133.02 448.066 132.463 447.694 132.665C447.654 132.688 447.693 132.998 447.674 133.078C447.264 132.728 447.211 132.117 447.594 131.441C447.774 131.125 447.983 131.424 447.907 130.463C447.872 130.027 447.584 130.196 447.506 129.811C447.327 128.932 447.595 127.79 447.553 126.884C447.538 126.555 447.38 126.875 447.364 126.65C447.322 126.054 447.44 125.528 447.379 124.929C447.374 124.875 447.209 125.007 447.207 124.821C447.188 123.409 447.293 122.179 447.296 120.704C447.297 119.992 447.206 118.718 447.225 117.98C447.255 116.701 447.495 115.128 447.437 114.035C447.4 113.322 447.235 113.479 447.122 113.173C446.905 112.584 447.295 111.541 447.355 111.4C447.357 111.396 447.396 112.009 447.481 111.682C447.657 111.492 447.356 111.407 447.355 111.4C447.394 111.308 447.432 110.083 447.4 109.84C447.383 109.708 447.227 109.782 447.221 109.713C447.138 108.744 447.09 107.774 447.08 106.8L447.104 105.35L448.507 105.373C449.18 105.366 449.856 105.377 450.535 105.407C450.564 105.41 450.52 105.585 450.589 105.59C451.551 105.668 452.167 105.454 452.96 105.327C453.753 105.2 454.382 105.243 454.852 105.543C455.45 105.505 456.309 105.638 456.803 105.718C457.297 105.799 457.366 105.459 457.41 105.452C458.766 105.237 459.549 105.431 460.956 105.462C461.625 105.477 462.952 105.427 463.676 105.39C464.248 105.36 464.593 105.44 465.12 105.389C465.191 105.382 465.119 105.231 465.141 105.225C465.73 105.044 465.447 105.414 465.568 105.48C466.009 105.72 466.281 105.848 467.035 105.735C467.187 105.713 467.595 105.3 467.907 105.178L466.285 106.8C466.267 106.756 466.256 106.714 466.252 106.675C466.213 106.263 466.404 106.419 466.357 105.987C466.354 105.95 466.236 105.958 466.241 105.692C466.264 104.456 466.332 103.109 466.32 101.824C466.319 101.649 466.132 101.874 466.127 101.62C466.105 100.431 466.112 99.1272 466.2 97.9685C466.222 97.6833 466.353 97.8621 466.392 97.8001C466.627 97.42 466.285 96.881 466.279 96.7921C466.209 95.8989 466.224 95.094 466.254 94.3L467.907 95.9535C466.815 95.9132 465.744 95.8454 464.492 95.9307C464.374 95.9393 463.468 96.3056 463.064 95.9915C463.036 95.9706 462.636 95.6491 462.282 95.8689C462.26 95.8827 462.51 96.0481 462.075 96.0313C461.64 96.0144 460.94 96.1249 460.342 95.9431C460.153 95.8859 459.706 95.5652 459.141 95.8208C459.104 95.8387 458.233 96.4166 457.922 96.0178C457.871 95.9522 457.924 95.5303 457.25 95.7466C457.122 95.7885 457.355 95.8826 457.016 95.9414C456.496 96.032 455.808 95.919 455.169 96.1069C455.058 96.1402 454.584 96.4266 454.203 96.2092C454.144 96.1752 454.257 96.0343 454.056 96.0186C453.101 95.9429 452.1 96.0372 451.13 95.9397C450.787 95.9055 450.963 95.6777 450.604 95.6167C450.246 95.5557 449.525 95.497 449.15 95.6011C448.775 95.7052 449.185 96.0681 448.623 96.0972C446.182 96.2233 443.764 96.0104 441.326 95.9793C440.964 95.9746 441.264 96.1045 440.731 96.1069C438.767 96.1166 435.376 96.2384 433.671 95.9624C432.306 95.7414 434.024 95.5731 432.981 95.4832C432.477 95.4403 431.932 95.8622 431.811 95.8755C430.623 96.0104 429.798 95.8235 428.729 95.8809C428.508 95.8928 428.725 96.0638 428.537 96.072C427.895 96.1017 427.221 96.0254 426.607 96.0393C426.332 96.046 426.383 96.1766 426.13 96.1665C425.524 96.1439 424.989 96.089 424.398 95.9666C424.344 95.9554 424.707 95.7929 424.259 95.7869C423.534 95.7776 422.634 95.6568 421.799 95.7815C421.552 95.819 421.542 96.1176 421.01 95.9114C420.898 95.8683 421.041 95.5099 420.421 95.8196C420.317 95.8711 419.275 96.2888 418.764 96.0195C418.629 95.9487 418.285 95.6553 417.988 95.7014C417.947 95.7088 418.109 95.8691 417.862 95.8848C416.993 95.9371 416.082 95.92 415.188 95.9702C414.95 95.984 415.305 96.1499 414.95 96.165C414.87 96.1684 414.789 96.1713 414.707 96.1736L416.581 94.3C416.607 95.2314 416.568 96.3331 416.52 97.2115C416.5 97.5639 416.363 97.3203 416.348 97.346C416.105 97.7584 416.433 98.0022 416.452 98.1391C416.567 98.9904 416.413 99.6386 416.453 100.423C416.464 100.64 416.621 100.486 416.635 100.529C416.771 100.976 416.49 100.643 416.459 100.926C416.371 101.719 416.384 102.603 416.404 103.404C416.411 103.699 416.593 103.368 416.598 103.632C416.619 104.677 416.618 105.749 416.585 106.8L414.707 104.922C415.23 104.938 415.749 104.962 416.256 104.995C416.543 105.015 416.362 105.154 416.422 105.186C416.835 105.41 417.44 105.105 417.579 105.076C418.213 104.944 418.458 105.067 419.018 105.044C421.749 104.929 425.121 105.011 427.699 105.062C430.087 105.108 432.095 105.189 434.207 105.219L435.814 105.246L435.788 106.8C435.776 107.659 435.772 108.535 435.782 109.461C435.784 109.665 435.97 109.46 435.974 109.635C436.019 111.901 435.946 114.132 436 116.402C436.004 116.589 436.18 116.32 436.193 116.619C436.22 117.233 436.21 118.01 436.154 118.63C436.126 118.932 435.975 118.527 435.951 118.831C435.894 119.54 435.882 120.3 435.91 121.028C435.922 121.338 436.103 120.871 436.105 121.274C436.123 124.018 436.154 126.713 435.92 129.485C435.904 129.676 435.538 129.842 435.608 130.247C435.71 130.277 435.829 130.275 435.938 130.289C435.997 134.283 435.87 138.237 435.85 142.243C435.849 142.412 436.043 142.12 436.043 142.447C436.04 144.339 436.094 146.177 435.901 148.113C435.882 148.305 435.54 148.206 435.592 148.772C435.601 148.872 435.647 149.725 435.721 149.945C435.732 149.975 435.892 149.82 435.896 150.094C435.921 151.691 435.884 153.364 435.787 154.957C435.771 155.214 435.601 154.94 435.588 155.124C435.498 156.423 435.627 157.836 435.473 159.078C435.369 159.909 435.075 159.602 434.786 160.043C434.746 160.106 434.739 160.62 434.571 160.647C434.148 160.715 433.686 160.466 433.235 160.568C433.138 160.59 433.242 161.279 433.008 160.871C432.992 160.843 432.914 160.343 432.835 160.22C432.78 160.134 432.609 160.288 432.538 160.114C432.468 159.939 432.611 159.747 432.529 159.457C432.445 159.167 432.25 159.295 432.227 158.716ZM459.028 106.078C459.485 106.241 459.553 105.643 459.058 105.786C459.034 105.794 459.004 106.07 459.028 106.078ZM447.879 151.633C448.143 151.035 447.755 150.625 447.551 151.047C447.348 151.469 447.799 151.815 447.879 151.633ZM448.072 157.835C448.28 157.136 447.432 157.026 447.603 157.774C447.613 157.818 448.06 157.876 448.072 157.835ZM434.704 157.995C434.696 158.001 434.688 158.371 434.696 158.38C434.886 158.577 434.902 157.837 434.704 157.995ZM445.518 160.775C445.736 160.889 446.364 160.757 446.093 160.614C445.875 160.499 445.246 160.632 445.518 160.775ZM465.421 94.3838C465.414 94.3749 465.148 94.3669 465.154 94.4173C465.172 94.5795 465.541 94.5337 465.421 94.3838ZM435.057 160.784C436.603 160.816 437.54 161.517 435.857 161.438C435.552 161.424 436.514 161.214 436.126 161.151C435.416 161.036 434.945 161.476 434.22 161.24C434.089 161.197 434.969 160.781 435.06 160.783C435.059 160.784 435.058 160.784 435.057 160.784ZM459.291 106.796C459.3 106.804 459.668 106.812 459.676 106.804C459.875 106.614 459.135 106.599 459.291 106.796ZM449.944 94.0139C449.924 93.9971 449.072 93.9813 449.044 93.9968C448.599 94.3074 450.322 94.3402 449.944 94.0139ZM448.941 120.744C449.132 121.144 449.155 121.624 448.915 121.943C448.927 121.545 448.929 121.144 448.941 120.744Z' fill='black'/%3E%3C/svg%3E%0A");
}
.home_index_page .main .cta-section.march2026 .cta-content h1.title .title-svg {
  display: block;
  width: 523px;
  height: 184px;
  background-image: url("data:image/svg+xml,%3Csvg width='523' height='184' viewBox='0 0 523 184' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.6 159H6V92.3H23.2V131.6L50.2 92.3H68V159H50.7V117.8L22.6 159ZM142.123 159H124.923V132.2H97.2234V159H80.0234V92.3H97.2234V117.2H124.923V92.3H142.123V159ZM186.245 159H169.045V107.3H150.345V92.3H204.845V107.3H186.245V159ZM261.931 159H213.031V92.3H261.931V107.3H230.231V117.7H261.231V132.7H230.231V144H261.931V159ZM289.118 159H271.918V92.3H305.318C320.318 92.3 328.518 102.4 328.518 114.5C328.518 126.5 320.318 136.6 305.318 136.6H289.118V159ZM303.018 121.6C307.618 121.6 311.018 119 311.018 114.5C311.018 109.9 307.618 107.3 303.018 107.3H289.118V121.6H303.018ZM398.276 159H381.076V132.2H353.376V159H336.176V92.3H353.376V117.2H381.076V92.3H398.276V159ZM459.197 159H410.297V92.3H459.197V107.3H427.497V117.7H458.497V132.7H427.497V144H459.197V159ZM501.284 159H484.084V107.3H465.384V92.3H519.884V107.3H501.284V159Z' fill='white'/%3E%3Cpath d='M69.2404 100.069C68.9745 108.464 70.15 115.073 69.9838 125.306C69.8177 135.538 69.1941 137.071 69.3344 148.789C69.3758 152.248 69.3679 155.708 69.3426 159L69.3566 160.328L68 160.343C60.8948 160.288 54.567 160.153 50.7 160.261L49.4521 160.274L49.4387 159C49.4272 158.588 49.413 158.204 49.3956 157.85C49.1393 152.633 49.9141 152.082 49.742 144.673C49.57 137.264 49.6711 132.773 49.923 126.293C49.9967 124.395 50.0673 121.346 50.1225 117.8L51.1771 118.125C46.2431 125.123 39.7535 134.561 37.0499 138.913C33.2264 145.068 28.1307 151.587 25.2276 155.617C24.3234 156.873 23.5927 157.848 23.0203 158.587C22.7778 158.9 22.6335 159.023 22.5926 158.995C22.5925 158.995 22.5925 158.995 22.5925 158.995C22.5417 158.96 22.6512 158.692 22.9311 158.268C24.2895 156.209 26.284 153.108 28.5531 149.385C32.7839 142.443 33.6638 141.969 39.6645 132.792C43.5315 126.877 46.3011 122.414 49.788 117.178L51.8203 114.228L51.8039 117.8C51.8423 121.271 51.833 125.06 51.7347 129.646C51.484 141.343 52.412 144.87 52.0984 159L50.7 157.602C52.1536 157.634 53.7193 157.679 55.4177 157.74C60.729 157.932 64.654 157.964 68 157.91L66.9103 159C66.7794 150.875 66.1391 146.165 66.0251 133.312C65.9071 120.002 66.2349 104.131 66.3961 92.3L68 93.9039C63.7022 93.8453 59.9377 93.8087 57.0229 93.8235C54.8847 93.8343 52.6031 93.8484 50.2 93.8629L51.4882 93.185C45.9368 101.371 39.2259 111.255 32.0557 121.465C29.6278 124.922 27.0815 128.626 24.4607 132.466L21.6476 136.521L21.6704 131.6C21.631 119.182 21.4741 105.656 21.6814 93.2025C21.6864 92.9038 21.6914 92.6029 21.6964 92.3L23.2 93.8036C17.9031 93.7159 11.9794 93.6215 6 93.5259L7.22593 92.3C7.01382 105.573 6.79598 119.12 6.63262 126.693C6.39147 137.872 6.33708 140.597 6.48443 151.358C6.51578 153.647 6.52459 156.256 6.50745 159L6 158.493C10.6692 158.522 15.7278 158.626 20.2612 158.822C23.8834 158.979 23.0626 159.197 19.4168 159.302C14.0854 159.454 9.70887 159.352 6.96182 159.625C6.63027 159.658 6.31023 159.69 6 159.72L5.28739 159.728L5.27974 159C4.80627 154.174 4.63964 151.721 4.9378 145.21C5.25508 138.281 4.534 135.016 4.617 130.976C4.70003 126.937 5.12535 127.003 4.79766 106.464C4.71298 101.156 4.6446 96.4683 4.58839 92.3L4.5737 90.9034L6 90.8884C13.0629 90.7931 18.634 90.7328 23.2 90.6874L24.7954 90.6706L24.8126 92.3C24.8441 95.4675 24.8684 98.1513 24.8923 100.514C24.9598 107.182 24.6981 120.07 24.706 131.6L21.9587 130.747C23.0444 129.165 24.1027 127.609 25.1114 126.107C30.9349 117.437 41.9343 101.539 48.8174 91.3501L49.2997 90.632L50.2 90.6225C52.8284 90.6019 55.1352 90.5741 56.9649 90.5356C62.8157 90.4128 65.3781 90.5102 68 90.6662L69.6165 90.6492L69.6338 92.3C69.5128 94.3333 69.3566 96.4025 69.2404 100.069ZM98.4639 94.9108C98.2134 102.415 99.2414 108.415 99.2232 117.2L97.2234 115.2C97.7669 115.201 98.3209 115.206 98.8867 115.216C108.598 115.382 110.053 116.006 121.176 115.866C122.428 115.85 123.68 115.841 124.923 115.838L123.561 117.2C123.536 107.399 123.846 98.1402 123.619 93.7455C123.592 93.2177 123.576 92.7403 123.57 92.3L123.555 90.9616L124.923 90.9464C128.615 90.8937 129.702 91.4958 135.985 91.342C138.27 91.2861 140.263 91.2591 142.123 91.2566L143.155 91.2452L143.167 92.3C143.172 96.1634 143.07 99.4544 142.9 103.606C142.649 109.756 142.434 128.651 142.743 135.522C143.052 142.393 142.516 150.23 142.388 154.942C142.349 156.41 142.294 157.566 142.238 158.451C142.214 158.827 142.164 159 142.114 159C142.114 159 142.114 159 142.114 159C142.053 159 141.992 158.731 141.984 158.249C141.947 155.908 141.847 152.41 141.624 148.277C141.208 140.571 141.668 139.729 141.454 129.324C141.24 118.918 140.812 112.667 141.089 100.423C141.161 97.2098 141.135 94.6462 141.069 92.3L142.123 93.3546C136.901 93.502 132.756 93.848 124.923 93.745L126.368 92.3C126.341 94.3555 126.284 96.665 126.183 99.3146C125.862 107.775 125.988 112.53 126.22 117.2L126.205 118.51L124.923 118.496C120.054 118.737 115.277 119.093 106.486 119.175C103.506 119.203 100.391 119.206 97.2234 119.192L95.2096 119.17L95.2314 117.2C95.268 108.758 95.4236 99.9391 95.5463 92.3L97.2234 93.9771C91.1606 93.8798 85.8407 93.8032 82.0417 93.8235C81.383 93.827 80.7101 93.8309 80.0234 93.835L81.5584 92.3C81.619 102.436 81.7331 115.541 81.5835 129.325C81.4858 138.334 81.5989 148.637 81.6361 159L80.0234 157.387C85.8094 157.367 91.6143 157.37 97.2234 157.446L95.6697 159C95.68 158.244 95.6917 157.492 95.7048 156.743C95.8344 149.354 95.9795 140.575 96.1219 132.2L96.1342 131.086L97.2234 131.098C107.262 131.269 116.72 131.436 122.505 131.567C123.36 131.587 124.164 131.605 124.923 131.622L125.508 131.629L125.501 132.2C125.307 140.858 125.272 143.802 125.408 153.191C125.433 154.958 125.444 156.926 125.438 159L124.923 158.486C129.74 158.5 135.129 158.604 139.904 158.822C143.342 158.979 142.563 159.197 139.102 159.302C134.042 159.454 129.888 159.352 127.281 159.625C126.425 159.715 125.65 159.795 124.923 159.866L124.067 159.875L124.058 159C123.699 155.302 123.596 152.853 123.861 147.356C124.179 140.779 123.457 137.68 123.54 133.847C123.554 133.229 123.576 132.713 123.603 132.2L124.923 133.521C122.249 133.383 119.661 133.127 103.305 133.402C101.175 133.438 99.1502 133.471 97.2234 133.501L98.5248 132.2C98.7182 144.506 98.8055 152.816 98.868 159L98.886 160.626L97.2234 160.645C95.5131 160.662 93.9654 160.677 92.5407 160.692C89.4787 160.725 85.0347 160.681 80.0234 160.627L78.4148 160.645L78.3965 159C78.4722 151.929 78.5663 143.729 78.4883 136.688C78.3632 125.391 78.4632 103.137 78.2954 92.3L78.2764 90.5913L80.0234 90.5719C80.7282 90.561 81.3846 90.549 81.9866 90.5356C90.6345 90.3443 91.713 90.6871 97.2234 90.9537L98.5547 90.9389L98.5698 92.3C98.5324 93.0722 98.4966 93.9315 98.4639 94.9108ZM183.523 91.0596C188.873 91.3255 193.085 90.15 199.606 90.3162C201.842 90.3731 203.427 90.4839 204.845 90.5993L206.517 90.5717L206.545 92.3C206.324 95.0161 206.087 97.1206 206.179 102.028C206.212 103.803 206.214 105.58 206.2 107.3L206.222 108.632L204.845 108.655C199.33 108.61 194.386 108.409 191.851 108.604C189.341 108.798 188.526 108.404 186.245 108.273L187.217 107.3C187.175 108.04 187.16 108.935 187.202 110.091C187.375 114.813 187.273 117.675 187.022 121.805C186.77 125.934 186.555 138.622 186.864 143.235C187.173 147.849 186.637 153.111 186.509 156.275C186.47 157.261 186.415 158.037 186.359 158.632C186.335 158.884 186.285 159 186.236 159C186.235 159 186.235 159 186.235 159C186.174 159 186.113 158.819 186.106 158.496C186.068 156.924 185.968 154.575 185.745 151.8C185.329 146.626 185.789 146.06 185.575 139.073C185.361 132.086 184.933 127.889 185.21 119.668C185.389 114.342 184.966 111.674 184.825 107.3L184.849 105.857L186.245 105.88C188.622 105.803 191.504 105.809 195.591 106.04C199.65 106.27 202.439 106.271 204.845 106.168L203.713 107.3C203.524 102.856 202.981 99.7208 202.872 92.3L204.845 94.2729C204.799 94.2736 204.754 94.2743 204.708 94.2749C193.144 94.4358 178.547 93.7681 171.576 93.8235C165.789 93.8694 158.356 93.9744 150.345 93.9174L151.962 92.3C151.95 93.9406 151.932 95.6054 151.905 97.2852C151.854 100.428 151.86 103.805 151.883 107.3L150.345 105.762C156.424 105.722 162.86 105.632 169.045 105.703L170.668 105.73L170.642 107.3C170.625 108.742 170.6 110.169 170.563 111.576C170.278 122.484 169.918 137.906 169.677 145.031C169.458 151.509 169.393 153.532 169.494 159L169.045 158.551C169.591 158.541 170.172 158.529 170.795 158.516C174.737 158.431 180.167 158.511 184.754 158.822C187.062 158.979 186.539 159.197 184.216 159.302C180.818 159.454 178.029 159.352 176.278 159.625C173.423 160.07 171.907 160.291 169.045 160.185L167.879 160.204L167.86 159C167.884 158.356 167.924 157.643 167.982 156.832C168.3 152.416 167.579 150.335 167.662 147.761C167.745 145.187 168.17 145.229 167.842 132.139C167.523 119.383 167.435 112.243 167.358 107.3L169.045 108.986C168.915 108.988 168.787 108.99 168.661 108.992C164.697 109.055 157.286 108.832 150.345 108.808L148.862 108.832L148.837 107.3C148.843 105.56 148.836 103.849 148.809 102.23C148.766 99.5966 148.75 96.0774 148.74 92.3L148.714 90.7223L150.345 90.6954C158.158 90.6751 167.076 90.6827 171.539 90.5356C178.159 90.3175 178.173 90.7936 183.523 91.0596ZM241.685 108.54C237.655 108.404 234.064 108.646 230.231 108.892L231.823 107.3C232.027 110.472 232.234 113.81 232.231 117.7L230.231 115.7C230.82 115.7 231.422 115.706 232.038 115.716C241.631 115.882 243.068 116.506 254.055 116.366C256.468 116.335 258.882 116.331 261.231 116.342L262.574 116.327L262.589 117.7C262.564 123.382 262.455 128.688 262.452 132.7L262.466 133.907L261.231 133.921C259.351 133.919 257.755 133.941 256.536 134.004C251.645 134.261 251.129 133.486 244.182 133.658C238.551 133.797 234.718 133.757 230.231 133.603L231.134 132.7C231.098 133.748 231.056 134.831 231.008 135.981C230.934 137.77 230.863 140.652 230.808 144L230.231 143.423C238.252 143.556 248.951 143.599 253.74 143.38C256.405 143.259 259.217 143.268 261.931 143.331L262.592 143.324L262.6 144C262.502 148.199 262.273 152.164 262.196 154.992C262.156 156.442 262.102 157.583 262.046 158.458C262.022 158.829 261.972 159 261.922 159C261.922 159 261.922 159 261.922 159C261.861 159 261.8 158.734 261.792 158.258C261.755 155.946 261.655 152.49 261.432 148.408C261.335 146.641 261.286 145.239 261.264 144L261.931 144.667C257.832 144.739 255.509 144.505 247.617 144.67C241.014 144.807 236.104 145.033 230.231 145.103L229.116 145.091L229.128 144C229.089 140.73 229.098 137.162 229.197 132.837C229.198 132.791 229.199 132.746 229.2 132.7L229.211 131.657L230.231 131.668C242.017 131.929 244.938 130.824 261.231 131.41L259.942 132.7C259.951 132.435 259.961 132.166 259.972 131.894C260.214 125.592 260.202 121.372 260.082 117.7L261.231 118.849C254.954 119.054 250.277 119.573 239.544 119.675C236.55 119.703 233.417 119.706 230.231 119.691L228.218 119.669L228.24 117.7C228.256 114.259 228.291 110.756 228.337 107.3L228.358 105.384L230.231 105.405C241.753 105.556 252.761 105.812 259.261 105.777C260.126 105.772 261.017 105.767 261.931 105.761L260.392 107.3C260.364 102.801 260.327 97.7354 260.309 92.3L261.931 93.9224C255.387 93.9446 248.306 93.94 241.035 93.8601C232.515 93.7665 222.824 93.8662 213.031 93.9075L214.639 92.3C214.668 99.2177 214.668 106.186 214.55 112.83C214.29 127.461 213.968 147.613 213.73 159L213.031 158.301C214.133 158.324 215.153 158.346 216.078 158.367C226.559 158.609 229.114 158.663 239.203 158.516C245.002 158.431 252.991 158.511 259.739 158.822C263.135 158.979 262.365 159.197 258.947 159.302C253.948 159.454 249.845 159.352 247.27 159.625C242.123 160.17 239.936 160.38 233.439 160.062C226.942 159.745 223.881 160.466 220.094 160.383C217.927 160.335 217.02 160.176 213.031 160.109L211.934 160.122L211.922 159C211.971 156.019 211.969 151.317 211.829 143.081C211.501 123.824 211.418 113.267 211.339 105.975C211.303 102.686 211.359 97.7826 211.419 92.3L211.401 90.7056L213.031 90.6873C219.705 90.7598 227.236 90.838 233.761 90.7649C240.726 90.6868 251.907 90.6964 261.931 90.6739L263.539 90.6558L263.557 92.3C263.57 98.0051 263.593 103.335 263.649 107.3L263.668 108.999L261.931 109.018C260.975 109.031 260.099 109.047 259.315 109.064C249.576 109.282 249.556 108.806 241.685 108.54ZM315.983 93.0163C320.609 95.2877 325.134 97.2334 328.087 103.419C330.095 108.421 329.781 110.263 329.849 114.5C329.825 115.549 329.771 116.753 329.597 118.203C328.893 125.82 323.147 131.585 320.544 133.466C317.875 135.483 317.223 135.117 312.899 136.617C309.943 137.498 307.662 137.65 305.318 137.575C304.175 137.529 303.008 137.461 301.708 137.377C299.331 137.223 293.939 137.083 289.118 137.068L289.586 136.6C289.576 139.658 289.617 142.486 289.738 144.17C290.047 148.51 289.51 153.46 289.383 156.437C289.343 157.364 289.289 158.094 289.232 158.653C289.208 158.89 289.158 159 289.109 159C289.109 159 289.109 159 289.109 159C289.047 159 288.987 158.83 288.979 158.526C288.941 157.047 288.842 154.837 288.618 152.227C288.202 147.359 288.662 146.827 288.448 140.255C288.406 138.95 288.355 137.748 288.303 136.6L288.317 135.771L289.118 135.785C293.753 135.574 297.52 135.344 303.718 135.565C304.281 135.585 304.812 135.598 305.318 135.604C311.454 135.209 314.077 134.881 321.569 129.244C327.287 123.395 326.799 119.941 326.757 114.5C326.653 112.999 326.457 111.279 325.952 109.246C324.35 99.1543 311.91 93.0699 305.318 93.8202C305.037 93.8202 304.766 93.8213 304.507 93.8235C297.949 93.8789 289.142 94.0198 279.845 93.8601C277.339 93.8171 274.674 93.8149 271.918 93.8292L273.447 92.3C273.486 99.7685 273.645 107.912 273.437 115.407C273.152 125.669 272.792 140.177 272.551 146.879C272.346 152.553 272.276 154.594 272.349 159L271.918 158.569C272.717 158.556 273.594 158.538 274.584 158.516C278.292 158.431 283.401 158.511 287.716 158.822C289.887 158.979 289.395 159.197 287.21 159.302C284.013 159.454 281.389 159.352 279.743 159.625C276.736 160.123 275.309 160.341 271.918 160.133L270.805 160.152L270.785 159C270.805 158.679 270.828 158.34 270.856 157.981C271.173 153.826 270.452 151.869 270.535 149.447C270.618 147.025 271.043 147.065 270.716 134.751C270.388 122.438 270.304 115.687 270.226 111.024C270.158 107.009 270.422 99.2344 270.412 92.3L270.386 90.8208L271.918 90.7939C273.038 90.7922 274.137 90.7834 275.194 90.7649C282.794 90.6317 298.244 90.7538 304.472 90.5356C304.768 90.5253 305.049 90.5165 305.318 90.5092C311.018 90.5956 311.329 91.1231 315.983 93.0163ZM290.071 108.54C289.741 108.48 289.427 108.494 289.118 108.549L290.367 107.3C290.554 108.361 291.23 109.363 291.102 110.744C290.936 112.527 290.312 112.794 290.452 114.837C290.593 116.878 290.166 118.922 290.422 119.831C290.638 120.597 290.122 120.786 290.057 121.6L289.118 120.661C289.269 120.673 289.443 120.669 289.645 120.642C290.936 120.47 291.719 120.571 292.848 120.823C293.977 121.075 297.446 121.29 298.707 120.98C299.969 120.671 301.408 121.208 302.273 121.335C302.543 121.375 302.755 121.429 302.917 121.486C302.986 121.509 303.018 121.56 303.018 121.609C303.018 121.609 303.018 121.609 303.018 121.609C303.018 121.671 302.969 121.731 302.88 121.739C302.45 121.777 301.808 121.876 301.049 122.1C299.635 122.516 299.48 122.056 297.569 122.27C295.659 122.484 294.511 122.911 292.263 122.635C290.906 122.468 290.18 122.824 289.118 122.987L287.652 122.899L287.731 121.6C287.623 120.904 287.599 120.065 287.858 118.808C288.514 115.635 287.304 115.301 287.143 112.139C287.065 110.61 287.181 108.887 287.315 107.3L287.43 105.396L289.118 105.497C290.813 105.641 292.354 105.805 293.338 105.777C295.244 105.721 297.804 105.58 300.506 105.74C301.297 105.787 302.143 105.785 303.018 105.767C305.35 105.693 308.274 106.299 310.059 108.32C311.531 109.866 312.251 112.473 312.015 114.5C311.896 116.079 311.321 117.433 310.784 118.194C309.463 119.887 309.006 120.137 307.33 121.204C306.331 121.783 304.714 122.057 303.432 121.771C302.787 121.625 302.948 121.411 303.559 121.286C304.448 121.093 305.19 121.042 305.557 120.663C306.268 119.887 306.443 119.619 307.481 119.357C308.541 119.015 308.336 118.107 308.701 117.745C308.887 117.542 309.074 117.497 309.333 117.136C309.568 116.777 309.96 116.06 309.816 114.5C309.816 114.5 309.816 114.499 309.816 114.499C309.405 111.36 307.923 110.575 307.09 110.048C306.386 109.62 304.78 108.781 303.018 108.806C302.62 108.804 302.23 108.813 301.858 108.835C299.649 108.968 295.158 108.846 293.348 109.064C291.538 109.282 291.534 108.806 290.071 108.54ZM354.616 94.9108C354.366 102.415 355.394 108.415 355.376 117.2L353.376 115.2C353.919 115.201 354.473 115.206 355.039 115.216C364.751 115.382 366.205 116.006 377.328 115.866C378.58 115.85 379.832 115.841 381.076 115.838L379.714 117.2C379.688 107.399 379.999 98.1402 379.771 93.7455C379.744 93.2177 379.728 92.7403 379.722 92.3L379.707 90.9616L381.076 90.9464C384.768 90.8937 385.854 91.4958 392.137 91.342C394.423 91.2861 396.416 91.2591 398.276 91.2566L399.307 91.2452L399.319 92.3C399.324 96.1634 399.223 99.4544 399.053 103.606C398.801 109.756 398.586 128.651 398.895 135.522C399.205 142.393 398.668 150.23 398.541 154.942C398.501 156.41 398.447 157.566 398.39 158.451C398.366 158.827 398.316 159 398.267 159C398.267 159 398.267 159 398.267 159C398.205 159 398.145 158.731 398.137 158.249C398.099 155.908 397.999 152.41 397.776 148.277C397.36 140.571 397.82 139.729 397.606 129.324C397.392 118.918 396.965 112.667 397.241 100.423C397.314 97.2098 397.287 94.6462 397.221 92.3L398.276 93.3546C393.053 93.502 388.909 93.848 381.076 93.745L382.521 92.3C382.494 94.3555 382.436 96.665 382.335 99.3146C382.014 107.775 382.141 112.53 382.372 117.2L382.357 118.51L381.076 118.496C376.206 118.737 371.429 119.093 362.638 119.175C359.658 119.203 356.544 119.206 353.376 119.192L351.362 119.17L351.384 117.2C351.42 108.758 351.576 99.9391 351.699 92.3L353.376 93.9771C347.313 93.8798 341.993 93.8032 338.194 93.8235C337.535 93.827 336.862 93.8309 336.176 93.835L337.711 92.3C337.771 102.436 337.885 115.541 337.736 129.325C337.638 138.334 337.751 148.637 337.788 159L336.176 157.387C341.962 157.367 347.767 157.37 353.376 157.446L351.822 159C351.832 158.244 351.844 157.492 351.857 156.743C351.987 149.354 352.132 140.575 352.274 132.2L352.287 131.086L353.376 131.098C363.415 131.269 372.872 131.436 378.657 131.567C379.513 131.587 380.316 131.605 381.076 131.622L381.66 131.629L381.654 132.2C381.46 140.858 381.425 143.802 381.56 153.191C381.586 154.958 381.596 156.926 381.59 159L381.076 158.486C385.892 158.5 391.281 158.604 396.056 158.822C399.494 158.979 398.715 159.197 395.255 159.302C390.194 159.454 386.041 159.352 383.433 159.625C382.577 159.715 381.803 159.795 381.076 159.866L380.22 159.875L380.21 159C379.851 155.302 379.748 152.853 380.014 147.356C380.331 140.779 379.61 137.68 379.693 133.847C379.706 133.229 379.728 132.713 379.755 132.2L381.076 133.521C378.402 133.383 375.813 133.127 359.457 133.402C357.327 133.438 355.303 133.471 353.376 133.501L354.677 132.2C354.871 144.506 354.958 152.816 355.02 159L355.038 160.626L353.376 160.645C351.665 160.662 350.118 160.677 348.693 160.692C345.631 160.725 341.187 160.681 336.176 160.627L334.567 160.645L334.549 159C334.625 151.929 334.719 143.729 334.641 136.688C334.516 125.391 334.616 103.137 334.448 92.3L334.429 90.5913L336.176 90.5719C336.88 90.561 337.537 90.549 338.139 90.5356C346.787 90.3443 347.865 90.6871 353.376 90.9537L354.707 90.9389L354.722 92.3C354.685 93.0722 354.649 93.9315 354.616 94.9108ZM438.951 108.54C434.921 108.404 431.33 108.646 427.497 108.892L429.089 107.3C429.293 110.472 429.499 113.81 429.497 117.7L427.497 115.7C428.086 115.7 428.688 115.706 429.304 115.716C438.897 115.882 440.334 116.506 451.321 116.366C453.734 116.335 456.148 116.331 458.497 116.342L459.84 116.327L459.855 117.7C459.829 123.382 459.721 128.688 459.718 132.7L459.731 133.907L458.497 133.921C456.617 133.919 455.02 133.941 453.802 134.004C448.91 134.261 448.394 133.486 441.447 133.658C435.816 133.797 431.983 133.757 427.497 133.603L428.4 132.7C428.364 133.748 428.322 134.831 428.274 135.981C428.2 137.77 428.129 140.652 428.073 144L427.497 143.423C435.517 143.556 446.217 143.599 451.005 143.38C453.67 143.259 456.482 143.268 459.197 143.331L459.858 143.324L459.866 144C459.767 148.199 459.539 152.164 459.462 154.992C459.422 156.442 459.368 157.583 459.311 158.458C459.287 158.829 459.237 159 459.188 159C459.188 159 459.188 159 459.188 159C459.126 159 459.066 158.734 459.058 158.258C459.02 155.946 458.921 152.49 458.697 148.408C458.601 146.641 458.551 145.239 458.53 144L459.197 144.667C455.098 144.739 452.775 144.505 444.882 144.67C438.279 144.807 433.37 145.033 427.497 145.103L426.381 145.091L426.394 144C426.354 140.73 426.363 137.162 426.462 132.837C426.463 132.791 426.464 132.746 426.465 132.7L426.477 131.657L427.497 131.668C439.283 131.929 442.203 130.824 458.497 131.41L457.207 132.7C457.217 132.435 457.227 132.166 457.237 131.894C457.479 125.592 457.467 121.372 457.347 117.7L458.497 118.849C452.22 119.054 447.543 119.573 436.81 119.675C433.815 119.703 430.682 119.706 427.497 119.691L425.483 119.669L425.506 117.7C425.521 114.259 425.557 110.756 425.602 107.3L425.624 105.384L427.497 105.405C439.019 105.556 450.026 105.812 456.526 105.777C457.392 105.772 458.283 105.767 459.197 105.761L457.658 107.3C457.63 102.801 457.593 97.7354 457.574 92.3L459.197 93.9224C452.652 93.9446 445.572 93.94 438.3 93.8601C429.78 93.7665 420.09 93.8662 410.297 93.9075L411.904 92.3C411.933 99.2177 411.933 106.186 411.815 112.83C411.556 127.461 411.234 147.613 410.996 159L410.297 158.301C411.399 158.324 412.419 158.346 413.344 158.367C423.825 158.609 426.38 158.663 436.468 158.516C442.267 158.431 450.256 158.511 457.004 158.822C460.4 158.979 459.631 159.197 456.212 159.302C451.214 159.454 447.111 159.352 444.535 159.625C439.389 160.17 437.202 160.38 430.705 160.062C424.208 159.745 421.147 160.466 417.36 160.383C415.192 160.335 414.286 160.176 410.297 160.109L409.2 160.122L409.187 159C409.237 156.019 409.235 151.317 409.095 143.081C408.767 123.824 408.683 113.267 408.605 105.975C408.569 102.686 408.625 97.7826 408.684 92.3L408.666 90.7056L410.297 90.6873C416.97 90.7598 424.502 90.838 431.026 90.7649C437.991 90.6868 449.173 90.6964 459.197 90.6739L460.805 90.6558L460.823 92.3C460.836 98.0051 460.859 103.335 460.915 107.3L460.934 108.999L459.197 109.018C458.241 109.031 457.364 109.047 456.581 109.064C446.841 109.282 446.821 108.806 438.951 108.54ZM498.562 91.0596C503.912 91.3255 508.124 90.15 514.645 90.3162C516.882 90.3731 518.466 90.4839 519.884 90.5993L521.556 90.5717L521.584 92.3C521.363 95.0161 521.126 97.1206 521.218 102.028C521.251 103.803 521.253 105.58 521.239 107.3L521.261 108.632L519.884 108.655C514.369 108.61 509.425 108.409 506.89 108.604C504.38 108.798 503.565 108.404 501.284 108.273L502.256 107.3C502.214 108.04 502.199 108.935 502.242 110.091C502.414 114.813 502.312 117.675 502.061 121.805C501.809 125.934 501.594 138.622 501.903 143.235C502.213 147.849 501.676 153.111 501.548 156.275C501.509 157.261 501.454 158.037 501.398 158.632C501.374 158.884 501.324 159 501.275 159C501.275 159 501.275 159 501.274 159C501.213 159 501.152 158.819 501.145 158.496C501.107 156.924 501.007 154.575 500.784 151.8C500.368 146.626 500.828 146.06 500.614 139.073C500.4 132.086 499.972 127.889 500.249 119.668C500.428 114.342 500.005 111.674 499.864 107.3L499.888 105.857L501.284 105.88C503.661 105.803 506.543 105.809 510.63 106.04C514.689 106.27 517.478 106.271 519.884 106.168L518.752 107.3C518.563 102.856 518.02 99.7208 517.911 92.3L519.884 94.2729C519.838 94.2736 519.793 94.2743 519.747 94.2749C508.183 94.4358 493.586 93.7681 486.615 93.8235C480.828 93.8694 473.395 93.9744 465.384 93.9174L467.001 92.3C466.989 93.9406 466.971 95.6054 466.944 97.2852C466.893 100.428 466.899 103.805 466.922 107.3L465.384 105.762C471.463 105.722 477.899 105.632 484.084 105.703L485.707 105.73L485.681 107.3C485.664 108.742 485.639 110.169 485.602 111.576C485.317 122.484 484.957 137.906 484.716 145.031C484.497 151.509 484.432 153.532 484.533 159L484.084 158.551C484.63 158.541 485.211 158.529 485.834 158.516C489.776 158.431 495.206 158.511 499.793 158.822C502.102 158.979 501.578 159.197 499.255 159.302C495.857 159.454 493.068 159.352 491.317 159.625C488.462 160.07 486.946 160.291 484.084 160.185L482.919 160.204L482.899 159C482.923 158.356 482.963 157.643 483.021 156.832C483.339 152.416 482.618 150.335 482.701 147.761C482.784 145.187 483.209 145.229 482.881 132.139C482.562 119.383 482.474 112.243 482.397 107.3L484.084 108.986C483.954 108.988 483.826 108.99 483.7 108.992C479.736 109.055 472.325 108.832 465.384 108.808L463.901 108.832L463.876 107.3C463.882 105.56 463.875 103.849 463.848 102.23C463.805 99.5966 463.789 96.0774 463.779 92.3L463.753 90.7223L465.384 90.6954C473.197 90.6751 482.115 90.6827 486.578 90.5356C493.198 90.3175 493.212 90.7936 498.562 91.0596Z' fill='%23171717'/%3E%3Cpath d='M3.57 36.69C3.57 22.9 12.88 12.54 26.74 12.54C40.53 12.54 49.91 22.9 49.91 36.69C49.91 50.48 40.53 60.84 26.74 60.84C12.88 60.84 3.57 50.48 3.57 36.69ZM43.89 36.69C43.89 25.77 37.17 17.72 26.74 17.72C16.24 17.72 9.59 25.77 9.59 36.69C9.59 47.54 16.24 55.66 26.74 55.66C37.17 55.66 43.89 47.54 43.89 36.69ZM92.0954 60V18.49H64.7954V60H58.9854V13.31H97.9054V60H92.0954ZM120.369 60V18.49H105.599V13.31H141.019V18.49H126.179V60H120.369ZM148.741 13.31H154.551V51.04L181.431 13.31H187.381V60H181.571V21.57L154.341 60H148.741V13.31ZM202.712 26.33C202.712 34.31 205.512 37.11 212.932 37.11C217.202 37.11 221.332 36.34 224.342 34.94V13.31H230.152V60H224.342V39.63C221.262 40.96 216.852 42.29 211.322 42.29C201.242 42.29 196.902 37.74 196.902 26.26V13.31H202.712V26.33ZM241.095 60V13.31H271.685V18.49H246.905V33.54H271.195V38.72H246.905V54.82H271.685V60H241.095ZM302.858 60.84C289.628 60.84 279.058 51.04 279.058 36.69C279.058 22.34 289.628 12.54 302.858 12.54C311.328 12.54 317.068 16.53 320.778 21.78L315.878 24.51C313.218 20.59 308.388 17.72 302.858 17.72C292.848 17.72 285.078 25.56 285.078 36.69C285.078 47.75 292.848 55.66 302.858 55.66C308.388 55.66 313.218 52.86 315.878 48.87L320.848 51.6C316.928 56.92 311.328 60.84 302.858 60.84ZM356.463 60L338.753 39L334.063 44.32V60H328.253V13.31H334.063V37.46L354.713 13.31H361.993L342.533 35.5L363.673 60H356.463ZM370.294 13.31H376.104V51.04L402.984 13.31H408.934V60H403.124V21.57L375.894 60H370.294V13.31ZM439.175 9.81C434.555 9.81 430.425 7.64 427.765 4.07L430.775 1.62C432.735 4.28 435.675 5.96 439.175 5.96C442.675 5.96 445.615 4.28 447.505 1.62L450.515 4.07C447.925 7.64 443.865 9.81 439.175 9.81ZM419.855 13.31H425.665V51.04L452.545 13.31H458.495V60H452.685V21.57L425.455 60H419.855V13.31Z' fill='white'/%3E%3Cpath d='M47.754 28.0711C46.8164 24.9722 44.9923 23.0354 42.5125 20.2083C39.855 17.5327 39.569 16.7411 35.4808 14.9898C32.3906 13.8035 29.0648 13.2928 26.74 13.3031C25.9334 13.3012 25.264 13.3501 24.7549 13.4299C22.8017 13.7927 22.4931 13.2735 19.7617 14.12C17.0784 15.0706 15.5259 15.8047 13.3829 17.0935C11.0029 18.124 6.07163 24.3723 5.59306 27.2637C4.76722 29.9427 3.94975 33.0571 3.78238 35.0121C3.72357 35.6216 3.68073 36.0905 3.64239 36.4611C3.62632 36.6173 3.59532 36.69 3.56437 36.69C3.56435 36.69 3.56433 36.69 3.56431 36.69C3.52592 36.69 3.48762 36.5771 3.48476 36.3752C3.47137 35.4019 3.46921 33.938 3.59674 32.2014C3.95713 28.9761 4.19001 28.6218 5.8825 24.5794C7.82311 20.6805 9.38527 18.1819 13.8583 15.415C18.393 13.145 19.5374 11.7138 26.74 11.7378C26.8319 11.7426 26.9245 11.7481 27.0179 11.7541C34.2488 12.7213 35.4646 12.1681 41.8282 16.2619C48.3314 20.7643 50.8489 30.6694 50.8165 35.0088C50.8503 35.5514 50.8712 36.1028 50.8767 36.69C50.9386 40.8844 50.0323 46.378 46.9212 51.1008C43.6246 56.5607 36.4146 61.3933 29.3081 61.6703C28.4911 61.726 27.6311 61.7467 26.74 61.7246C19.9609 61.8813 12.4381 57.6715 9.98771 54.5382C7.0986 51.1139 6.58508 50.1009 4.87862 46.173C3.95374 43.8786 3.33485 40.4759 3.47298 37.6176C3.54878 36.1785 3.67576 36.5181 3.78439 37.9375C3.96474 40.0203 4.20439 41.7213 4.60105 42.7278C5.43189 44.724 5.77609 45.5206 6.70207 48.0141C7.71776 50.4987 8.88484 51.2484 9.79724 52.4551C10.2748 53.0528 10.4591 53.395 11.2625 54.2407C12.0866 55.0374 13.4875 56.5392 17.088 58.1061C20.9931 59.7103 24.2456 59.8926 26.74 59.8673C28.8996 59.8247 30.528 59.5583 31.8492 59.2566C34.7103 58.7686 40.6169 56.34 43.5577 52.4271C46.5538 49.3207 49.242 41.3085 48.8459 36.69C48.8353 36.1032 48.8054 35.5919 48.7659 35.143C48.2891 31.2411 48.5149 31.1934 47.754 28.0711ZM9.81157 29.6371C10.7538 27.2262 10.9648 24.9153 13.2073 22.3932C15.5829 20.0636 16.2041 19.9855 19.4965 18.2977C22.0372 17.1284 24.8577 16.9371 26.74 16.957C27.3958 16.9588 27.9411 16.9761 28.3647 16.9689C30.0209 16.9884 30.1383 17.4315 32.3764 17.9641C34.6126 18.5949 35.8718 19.3765 37.3831 20.7129C39.1216 21.8854 42.4827 27.0521 43.1196 29.2181C44.0347 31.2869 44.0462 33.8931 44.0235 35.3901C44.022 35.8643 43.9942 36.2282 43.9609 36.5138C43.9467 36.6343 43.9152 36.69 43.8844 36.69C43.8843 36.69 43.8843 36.69 43.8843 36.69C43.8458 36.6899 43.8083 36.6038 43.8021 36.4504C43.7719 35.7111 43.6681 34.5966 43.3533 33.33C42.6901 31.0121 43.0044 30.6346 41.6554 27.6764C40.1197 24.826 38.806 23.3519 35.9034 21.0369C32.7957 19.0271 31.7331 19.1477 26.74 18.5227C26.6719 18.5177 26.6032 18.5129 26.5339 18.5083C21.256 18.5075 20.5965 19.4728 16.6583 22.4477C12.6481 25.6549 10.5242 32.2901 10.5712 35.4737C10.5566 35.8658 10.5515 36.2648 10.5568 36.69C10.588 39.6994 11.2155 43.4967 13.0665 46.9274C15.0711 50.9588 20.0177 54.1277 24.9144 54.622C25.4883 54.7002 26.0999 54.7539 26.74 54.7761C31.539 55.1953 36.9821 52.3147 38.8547 50.0667C41.0585 47.6265 41.4897 46.8202 42.5022 43.8021C43.0442 42.0388 43.5343 39.5563 43.7693 37.3946C43.8822 36.3057 44.0255 36.5496 44.0607 37.6582C44.0966 39.2881 43.8236 40.6005 43.8272 41.4592C43.807 43.1703 43.7529 43.9711 42.7404 45.8954C41.6812 47.7738 41.468 48.8472 40.6598 49.8573C40.2461 50.3469 39.9919 50.5483 39.2981 51.2178C38.579 51.8478 37.4991 53.1087 34.6403 54.6689C31.5297 56.2775 28.8055 56.5719 26.74 56.6322C24.9318 56.6685 23.5414 56.4774 22.4076 56.2466C19.9213 55.8961 15.1351 53.2667 12.7433 49.9444C10.2379 47.2342 8.37629 40.4602 8.52622 36.69C8.5157 36.1998 8.51551 35.771 8.51775 35.3934C8.6308 32.1196 8.98186 32.1193 9.81157 29.6371ZM63.2856 59.2247C63.7979 59.2399 64.3002 59.2476 64.7954 59.2491L64.0444 60C64.0592 55.0714 63.4611 50.8563 63.5555 44.6409C63.6593 37.8013 64.0491 36.7769 63.9614 28.9437C63.9208 25.3159 63.9562 21.6871 63.9899 18.49L63.9821 17.6925L64.7954 17.6845C68.5012 17.7237 71.6271 17.7607 73.4995 17.6748C76.987 17.5146 77.3551 17.9988 82.3078 17.8913C86.2562 17.8055 88.9646 17.8283 92.0954 17.9209L92.6589 17.9153L92.6645 18.49C92.641 19.2861 92.613 20.1096 92.581 20.9877C92.4236 25.3193 92.2893 38.6265 92.4826 43.4653C92.676 48.3043 92.3405 53.8233 92.2609 57.1424C92.2361 58.1762 92.2022 58.9898 92.1669 59.6136C92.152 59.8778 92.1207 59.9999 92.0898 60C92.0897 60 92.0897 60 92.0897 60C92.0512 59.9999 92.0134 59.8106 92.0085 59.471C91.9849 57.8226 91.9227 55.3588 91.7832 52.4482C91.523 47.0213 91.8105 46.4282 91.6768 39.1C91.5431 31.7718 91.2759 27.3689 91.4487 18.7464C91.4504 18.6602 91.4521 18.5748 91.4536 18.49L92.0954 19.1318C83.6888 18.9782 81.6273 19.683 69.5774 19.2772C67.7661 19.2162 66.196 19.1811 64.7954 19.1657L65.4711 18.49C65.3834 26.5007 65.9441 28.9652 66.0297 39.2892C66.0841 45.8518 65.9869 53.3456 65.8917 60L65.8809 61.107L64.7954 61.0963C62.7637 61.0673 60.8102 61.0384 58.9854 61.0141L57.9614 61.004L57.9713 60C58.0145 56.7552 58.0434 53.9172 58.0332 51.7695C57.9986 44.4579 57.9105 34.6379 58.0103 24.2728C58.0434 20.8394 58.0378 17.1392 58.0221 13.31L58.0317 12.3374L58.9854 12.3467C66.7161 12.315 74.9731 12.2418 82.6245 12.3609C87.2415 12.4327 92.6295 12.5122 97.9054 12.5914L98.631 12.5985L98.624 13.31C98.507 21.1082 98.3907 28.6615 98.3008 33.1188C98.1501 40.5914 98.1161 42.4128 98.2082 49.6056C98.2461 52.5687 98.2312 56.3336 98.1481 60L98.1457 60.245L97.9054 60.2427C96.4559 60.2098 95.0218 60.1663 93.6587 60.1111C91.2375 60.0131 91.7861 59.8767 94.2232 59.8114C95.5462 59.776 96.7813 59.7625 97.9054 59.7508L97.6562 60C97.6364 58.0965 97.6218 56.5114 97.5146 55.3569C97.1739 51.6878 97.0432 50.1283 97.2415 45.4963C97.4398 40.8645 96.9891 38.682 97.041 35.9819C97.0929 33.2817 97.3587 33.3261 97.1539 19.597C97.1203 17.3393 97.0907 15.2494 97.0646 13.31L97.9054 14.1508C88.0506 14.2834 82.0816 14.3266 77.7373 14.3677C73.6675 14.4062 66.1315 14.2732 58.9854 14.2535L59.9289 13.31C59.9235 15.2932 59.9267 17.2463 59.9448 19.0869C60.0281 27.5604 59.9518 44.7866 60.0881 51.7307C60.1777 56.2956 60.0798 57.8657 59.955 60L58.9854 59.0304C60.0976 59.0954 61.3631 59.1678 63.2856 59.2247ZM116.373 14.0853C112.782 13.9206 109.948 14.6402 105.599 14.5526L106.842 13.31C106.841 13.3506 106.84 13.3914 106.839 13.4323C106.784 15.7655 106.65 17.051 106.548 18.49L105.599 17.5414C106.885 17.6324 108.293 17.6974 110.681 17.656C114.234 17.5944 117.788 17.7075 120.369 17.7249L121.123 17.7134L121.134 18.49C121.127 19.585 121.137 20.5052 121.185 21.1761C121.345 23.4288 120.861 23.6665 120.968 26.8656C121.076 30.0645 121.012 32.0033 120.855 34.801C120.698 37.5989 120.563 46.1943 120.757 49.3198C120.95 52.4454 120.614 56.0103 120.535 58.1542C120.51 58.822 120.476 59.3475 120.441 59.7504C120.426 59.9211 120.395 60 120.364 60C120.364 60 120.364 60 120.364 60C120.325 59.9999 120.287 59.8777 120.283 59.6583C120.259 58.5935 120.197 57.0021 120.057 55.1221C119.797 51.6167 120.084 51.2337 119.951 46.5001C119.817 41.7667 119.55 38.9228 119.723 33.3532C119.895 27.7838 119.172 26.5045 119.582 18.6427C119.585 18.5915 119.587 18.5406 119.59 18.49L120.369 19.2694C113.213 18.9059 111.945 19.5213 105.599 19.6927L104.379 19.6742L104.397 18.49C104.383 17.9897 104.372 17.4579 104.365 16.8891C104.35 15.7331 104.347 14.5323 104.351 13.31L104.371 12.0432L105.599 12.0619C112.661 12.0884 120.441 12.3873 124.467 12.3578C128.905 12.3253 134.773 12.2456 141.019 12.3189L142.025 12.3342L142.011 13.31C142.006 13.7113 142 14.1142 141.994 14.5184C141.975 15.7911 141.969 17.1206 141.97 18.49L141.956 19.4552L141.019 19.4409C136.317 19.4446 131.144 19.5349 126.179 19.4943L127.184 18.49C127.174 19.6848 127.156 20.8675 127.129 22.0286C126.95 29.4188 126.725 39.867 126.575 44.694C126.424 49.5207 126.39 50.6972 126.482 55.3432C126.509 56.7034 126.509 58.3253 126.477 60L126.473 60.3025L126.179 60.2981C124.566 60.2673 122.904 60.2066 121.379 60.1111C119.815 60.0131 120.17 59.8767 121.744 59.8114C123.508 59.7383 125.031 59.7587 126.179 59.6954L125.875 60C125.855 59.6502 125.828 59.335 125.789 59.0581C125.448 56.6881 125.317 55.6808 125.516 52.6889C125.714 49.6971 125.263 48.2873 125.315 46.5433C125.367 44.7992 125.633 44.8279 125.428 35.9598C125.223 27.0917 125.171 22.2302 125.122 18.8719C125.12 18.7493 125.118 18.622 125.117 18.49L125.101 17.4444L126.179 17.428C129.53 17.4006 135.851 17.5947 141.019 17.5386L140.068 18.49C140.066 18.2807 140.063 18.0733 140.06 17.868C140.041 16.6009 140.03 15.0307 140.023 13.31L141.019 14.3062C135.308 14.3288 127.939 14.3079 124.492 14.4127C120.007 14.549 119.998 14.2515 116.373 14.0853ZM186.606 43.3533C186.772 37.0377 186.038 32.066 186.141 24.3682C186.212 19.1498 186.414 16.9392 186.509 13.31L187.381 14.1824C185.793 14.1406 183.933 14.1193 181.431 14.1382L182.106 13.7906C181.983 13.9663 181.857 14.1461 181.729 14.3301C176.685 21.5607 171.35 28.5898 169.203 31.8797C167.056 35.1694 166.421 35.2258 163.274 39.8279C160.128 44.4298 158.116 47.1445 155.159 51.0233C155.089 51.116 155.015 51.2134 154.938 51.3153L154.083 52.5254L154.077 51.04C154.229 45.8212 154.353 31.4248 154.164 26.109C154.01 21.7843 154.19 16.9769 154.311 13.31L154.551 13.5504C153.601 13.5191 152.726 13.4919 151.957 13.4755C150.794 13.4507 149.878 13.4168 149.176 13.3815C148.879 13.3666 148.741 13.3353 148.741 13.3044C148.741 13.3043 148.741 13.3043 148.741 13.3043C148.741 13.2658 148.954 13.228 149.337 13.2231C150.659 13.2063 152.447 13.1699 154.551 13.0998L154.763 13.1017L154.761 13.31C154.79 14.1583 154.823 15.058 154.863 15.9991C155.124 22.1069 154.836 22.7744 154.97 31.022C155.09 38.4098 155.317 43.1559 155.238 51.04L153.992 50.6413C154.531 49.8994 155.099 49.1252 155.701 48.3118C161.472 40.5086 162.177 38.2736 170.459 27.3547C175.811 20.298 177.797 17.1283 180.648 12.7517L180.944 12.3436L181.431 12.3479C183.169 12.2755 185.071 12.2036 187.381 12.1504L188.551 12.1606L188.541 13.31C188.575 14.7974 188.602 16.4541 188.616 18.3451C188.716 31.9958 188.299 49.2272 188.333 57.456C188.337 58.2766 188.341 59.1254 188.345 60L188.337 60.9722L187.381 60.9639C185.551 60.9728 183.608 60.9831 181.571 60.9924L180.57 60.9836L180.579 60C180.548 53.25 180.527 45.4756 180.596 37.4078C180.638 32.5061 180.618 27.1215 180.594 21.57L182.369 22.1352C177.967 28.405 173.388 34.9388 168.988 40.971C164.737 46.798 159.507 53.9805 154.853 60.3625L154.66 60.6299L154.341 60.6271C152.402 60.6006 150.522 60.5745 148.741 60.5491L148.187 60.5443L148.192 60C148.248 56.084 148.3 52.6454 148.346 50.1024C148.497 41.6923 148.531 39.6424 148.438 31.5473C148.386 26.8941 148.435 20.4839 148.63 15.0694C148.728 12.3445 148.865 12.962 148.93 15.7047C149.025 19.7155 148.962 23.0079 149.132 25.0745C149.473 29.2039 149.603 30.959 149.405 36.1721C149.207 41.385 149.658 43.8413 149.606 46.8801C149.561 49.5206 149.354 49.8291 149.435 60L148.741 59.3064C150.276 59.2942 152.036 59.2754 154.062 59.2485C154.155 59.2473 154.248 59.2461 154.341 59.2448L153.725 59.5634C162.391 46.9836 167.208 40.0967 170.53 35.3229C172.769 32.1064 176.761 26.6326 180.789 21.016L182.518 18.5562L182.53 21.57C182.51 24.979 182.503 28.4215 182.531 31.5713C182.592 38.5659 182.567 50.8596 182.603 60L181.571 58.968C183.718 58.9595 185.692 58.9476 187.381 58.9305L186.312 60C186.302 59.0757 186.291 58.2363 186.279 57.4996C186.142 49.6847 186.44 49.6686 186.606 43.3533ZM229.377 44.5727C229.543 40.1674 228.808 36.6996 228.912 31.3302C229.016 25.9609 229.405 25.1567 229.318 19.0074C229.29 17.0732 229.298 15.1386 229.316 13.31L230.152 14.1459C228.013 14.1246 226.02 14.0886 224.342 14.0768L225.109 13.31C225.098 14.7586 225.106 15.9724 225.157 16.8419C225.317 19.5797 224.833 19.8687 224.941 23.7566C225.048 27.6444 224.985 30.0007 224.827 33.4009C224.808 33.8169 224.789 34.3382 224.771 34.94L224.775 35.2085L224.523 35.3294C221.749 36.5983 216.826 37.4369 212.932 37.4055C211.127 37.4223 209.53 37.2508 208.462 37.021C206.534 36.6826 204.517 35.3148 203.686 33.4842C202.813 31.692 202.713 29.8857 202.633 28.587C202.591 27.7742 202.612 27.1206 202.642 26.6376C202.655 26.4287 202.687 26.3299 202.717 26.33C202.717 26.33 202.717 26.33 202.717 26.33C202.756 26.3299 202.793 26.4826 202.801 26.7478C202.857 28.0174 202.945 30.0162 203.81 32.0705C204.662 33.9493 205.511 34.7086 206.578 35.4074C207.671 36.0662 209.135 36.6272 211.965 36.6742C212.3 36.6787 212.609 36.6754 212.932 36.6669C217.076 36.48 220.14 35.9541 224.047 34.3051L223.642 34.94C223.648 33.9228 223.665 32.8334 223.695 31.6414C223.868 24.8726 223.145 23.3178 223.555 13.7629C223.561 13.6098 223.567 13.4588 223.573 13.31L223.583 12.5321L224.342 12.5416C226.729 12.6374 228.569 12.6582 230.152 12.6347L230.835 12.6433L230.827 13.31C230.893 17.7862 231.313 20.2077 231.386 27.129C231.487 36.6506 231.069 48.6698 231.104 54.4096C231.114 56.113 231.129 57.9899 231.143 60L231.13 61.0031L230.152 60.9908C228.316 61.003 226.369 61.0139 224.342 61.0187L223.311 61.0058L223.323 60C223.316 56.7678 223.324 53.3313 223.367 49.8148C223.406 46.6502 223.391 43.197 223.37 39.63L224.727 40.5226C220.586 42.3546 215.869 43.3405 211.322 43.2889C210.072 43.2783 208.828 43.1958 207.603 43.0019C204.287 42.5718 200.086 40.6834 198.289 36.9825C196.448 33.4051 196.333 29.4837 196.369 26.26C196.419 23.8551 196.465 21.7447 196.506 20.1434C196.586 17.058 196.633 15.1999 196.646 13.31L196.649 13.051L196.902 13.0542C198.541 13.0658 200.204 13.052 202.712 13.0121L203.013 13.0158L203.01 13.31C203.011 13.4084 203.013 13.5081 203.015 13.6091C203.068 16.8548 203.018 21.326 202.823 25.1028C202.725 27.0035 202.589 26.5728 202.523 24.6596C202.428 21.8621 202.492 19.5655 202.321 18.1241C202.091 16.1821 201.957 14.993 201.955 13.31L202.712 14.0671C201.898 14.0682 200.97 14.0385 199.785 13.9739C198.664 13.9127 197.726 13.9133 196.902 13.9418L197.534 13.31C197.598 15.158 197.802 16.4297 197.766 17.8958C197.723 19.6669 197.53 19.9338 197.587 26.26C197.601 27.488 197.659 28.9459 197.915 30.653C199.353 41.6382 207.986 41.1163 211.322 41.2352C211.4 41.2342 211.478 41.233 211.555 41.2315C214.346 41.216 219.388 40.7475 223.964 38.7562L225.276 38.1713L225.294 39.63C225.279 41.7226 225.277 43.8121 225.301 45.7438C225.346 49.2953 225.345 54.8054 225.355 60L224.342 58.987C226.372 58.9831 228.354 58.9774 230.152 58.9666L229.118 60C229.105 57.7817 229.084 55.8434 229.049 54.44C228.913 48.9889 229.21 48.9777 229.377 44.5727ZM246.13 22.4024C246.17 21.0453 246.157 19.7584 246.116 18.49L246.108 17.709L246.905 17.7011C250.849 17.5731 254.615 17.1715 259.759 17.2501C265.311 17.3349 267.008 17.6104 271.685 17.6608L270.856 18.49C270.867 17.4404 270.867 16.2406 270.851 14.8135C270.845 14.312 270.841 13.8104 270.838 13.31L271.685 14.1567C264.417 14.1991 257.39 13.9754 254.147 14.1252C250.68 14.2854 250.314 13.8012 245.392 13.9087C243.792 13.9437 242.397 13.9606 241.095 13.9621L241.747 13.31C241.75 16.0144 241.687 18.3181 241.58 21.224C241.423 25.5294 241.289 38.7559 241.482 43.5655C241.675 48.3751 241.34 53.8607 241.26 57.1597C241.236 58.1873 241.202 58.996 241.166 59.6159C241.151 59.8786 241.12 59.9999 241.089 60C241.089 60 241.089 60 241.089 60C241.051 59.9999 241.013 59.8118 241.008 59.4742C240.984 57.8357 240.922 55.3869 240.783 52.494C240.522 47.0999 240.81 46.5105 240.676 39.2266C240.542 31.9427 240.275 27.5666 240.448 18.9962C240.493 16.7469 240.477 14.9523 240.436 13.31L240.442 12.6444L241.095 12.6509C245.71 12.5345 249.122 12.2205 258.045 12.5228C264.643 12.7463 268.021 12.6229 271.685 12.4482L272.555 12.4568L272.547 13.31C272.622 14.8899 272.707 16.5228 272.777 18.49L272.767 19.5933L271.685 19.5826C269.85 19.6486 267.723 19.7022 265.078 19.7243C259.338 19.7722 252.88 19.7027 246.905 19.6204L248.035 18.49C247.955 24.3477 247.862 29.7413 247.855 33.54L246.905 32.5895C247.368 32.5903 247.808 32.5898 248.222 32.5878C254.456 32.5581 262.524 32.4891 271.195 32.5331L272.212 32.5431L272.202 33.54C272.194 34.9777 272.184 36.4321 272.17 37.8973C272.167 38.1699 272.165 38.4441 272.163 38.72L272.153 39.6973L271.195 39.6879C263.814 39.63 255.273 39.738 246.905 39.7347L247.919 38.72C247.918 41.8612 247.901 44.9779 247.854 47.9997C247.82 50.1365 247.785 52.4395 247.749 54.82L246.905 53.9754C255.559 54.1062 265.238 54.2482 271.685 54.3629L272.146 54.3674L272.142 54.82C272.12 56.0371 272.1 57.1389 272.08 58.0969C272.066 58.7753 272.054 59.4069 272.042 60L272.038 60.3605L271.685 60.357C265.785 60.2395 263.697 60.2191 257.201 60.3028C253.092 60.3557 247.43 60.3058 242.649 60.1111C240.242 60.0131 240.787 59.8767 243.21 59.8114C246.752 59.716 249.659 59.7798 251.485 59.6093C255.131 59.2685 256.681 59.1378 261.285 59.3361C265.889 59.5344 268.058 59.0838 270.742 59.1356C271.09 59.1424 271.393 59.1527 271.685 59.1651L270.85 60C270.899 58.8484 270.981 57.8532 271.004 54.82L271.685 55.5012C269.555 55.4851 266.421 55.4979 261.522 55.5715C255.59 55.6605 250.823 55.7207 246.905 55.7644L245.97 55.7736L245.96 54.82C245.904 49.7242 245.875 46.0635 245.847 43.1421C245.836 41.9392 245.839 40.4315 245.851 38.72L245.84 37.6765L246.905 37.666C252.546 37.7035 260.401 37.8244 266.863 37.7606C268.131 37.748 269.597 37.7391 271.195 37.7325L270.207 38.72C270.201 37.1064 270.196 35.3576 270.193 33.54L271.195 34.5415C262.858 34.556 253.074 34.5476 248.261 34.6427C247.776 34.6523 247.326 34.6597 246.905 34.6652L245.791 34.6762L245.78 33.54C245.707 27.9646 245.975 27.5883 246.13 22.4024ZM319.561 21.4351C316.765 17.6801 313.328 15.8098 308.073 14.3655C305.819 13.8041 304.307 13.6554 302.858 13.5544C300.87 13.4742 298.925 13.3863 295.337 14.5382C289.074 16.4897 284.407 21.5293 283.188 24.1284C281.966 26.7136 281.255 26.7794 280.298 30.8249C279.853 33.0994 279.731 34.9115 279.691 36.69C279.667 38.0952 279.706 39.4815 279.894 41.0765C280.085 42.875 280.924 46.5842 282.934 49.8152C284.87 53.0894 287.894 55.6147 289.661 56.6157C293.127 58.7566 297.6 60.2762 300.429 60.5619C301.299 60.6677 301.994 60.7241 302.527 60.7664C302.753 60.784 302.858 60.8146 302.858 60.8456C302.858 60.8457 302.858 60.8457 302.858 60.8457C302.858 60.884 302.694 60.9229 302.402 60.923C300.986 60.9221 298.859 60.8384 296.376 60.3378C291.843 59.1386 291.204 58.8895 286.223 54.9418C281.657 50.5755 279.283 46.833 278.529 39.3072C278.465 38.3553 278.441 37.4949 278.438 36.69C278.769 31.3604 277.959 27.9744 283.811 20.4642C291.314 13.467 293.064 12.3199 302.858 11.3172C303.189 11.3128 303.518 11.3145 303.866 11.324C310.657 11.2152 318.215 15.6398 321.642 21.1697L322.317 22.1486L321.293 22.7039C319.51 23.6583 317.84 24.5538 316.352 25.3601L315.559 25.7902L315.073 25.0564C314.27 23.8405 313.348 22.8944 312.514 22.2003C310.205 20.2577 306.752 18.7099 302.858 18.7352C299.175 18.7248 295.196 19.9626 292.085 22.5974C288.349 25.6362 285.981 31.0963 286.081 36.69C286.081 40.8788 287.351 45.0625 289.715 48.2708C292.315 52.0419 297.575 55.0144 302.858 54.9935C308.313 55.1622 312.875 52.0877 314.816 49.6504C315.097 49.3177 315.348 48.989 315.574 48.6673L315.766 48.3869L316.054 48.5497C318.114 49.7444 319.56 50.5791 320.973 51.3723L321.234 51.5196L321.057 51.7541C319.808 53.3723 318.575 54.9526 316.038 56.9635C313.252 59.2573 308.364 61.01 304.204 60.9174C302.118 60.8722 302.605 60.7593 304.668 60.5893C307.684 60.293 310.092 59.5737 311.445 58.8124C314.095 57.2125 315.117 56.4745 318.016 53.9308C319.059 52.9596 319.768 52.0413 320.324 51.2136L320.535 52.1709C318.965 51.3976 317.759 50.9264 316.494 50.1942C316.108 49.9707 315.802 49.7824 315.486 49.5847L316.557 49.3223C316.051 49.9728 315.515 50.6952 314.105 51.9938C312.677 53.2052 310.31 55.308 305.385 56.2227C304.524 56.3672 303.678 56.4398 302.858 56.4528C291.802 56.2687 287.598 49.26 285.868 45.6785C284.927 43.6789 284.013 40.3834 284.075 36.69C284.072 32.56 285.385 27.944 287.699 24.6083C289.942 20.8368 296.367 16.4679 302.858 16.7045C307.673 16.6512 311.756 18.8943 313.812 20.6062C315.349 21.853 316.202 22.9599 316.806 23.8805L315.333 23.5306C317.124 22.5874 318.106 22.2074 320.382 21.068L320.113 22.2504C319.949 21.9942 319.766 21.7228 319.561 21.4351ZM331.447 14.0853C330.344 14.0508 329.289 14.0551 328.253 14.0826L329.026 13.31C329.131 17.2677 329.575 20.9615 329.493 26.0964C329.389 32.5756 328.999 33.546 329.087 40.9664C329.175 48.3864 328.908 55.8106 329.068 59.1146C329.084 59.4353 329.093 59.7283 329.098 60L328.253 59.1552C330.41 59.1192 331.233 59.3948 334.063 59.4158L333.479 60C333.482 59.515 333.478 58.971 333.464 58.3513C333.357 53.6599 333.42 50.8165 333.577 46.7134C333.601 46.0917 333.624 45.2747 333.646 44.32L333.645 44.1669L333.75 44.0444C335.075 42.6095 336.775 40.7383 338.519 38.7934L338.753 38.5216L338.992 38.7986C341.89 42.2952 344.99 45.9562 346.661 47.7766C349.764 51.1561 352.878 55.369 354.844 57.8239C355.457 58.5886 355.928 59.1996 356.282 59.6741C356.432 59.8751 356.482 59.9837 356.459 60.0036C356.459 60.0036 356.459 60.0037 356.459 60.0037C356.429 60.0284 356.285 59.9157 356.074 59.6729C355.049 58.4944 353.497 56.7504 351.612 54.7326C348.099 50.9703 347.957 50.3555 343.379 45.1348C341.485 42.975 339.88 41.1926 338.285 39.3948L339.212 39.405C337.779 41.1162 336.331 42.8205 334.59 44.7844L334.765 44.32C334.762 45.6996 334.745 47.1866 334.71 48.8367C334.608 53.6565 334.818 56.2855 334.923 60L334.914 60.8687L334.063 60.8598C332.429 60.9061 330.585 60.932 328.253 60.9022L327.342 60.8927L327.351 60C327.368 58.6485 327.404 57.133 327.466 55.3991C327.876 43.8694 327.119 42.6558 327.019 31.166C326.969 25.5228 327.045 19.1525 327.13 13.31L327.142 12.1758L328.253 12.1874C330.27 12.2169 332.224 12.2476 334.063 12.2748L335.109 12.2857L335.098 13.31C335.044 16.9912 335.003 20.2137 335.015 22.5639C335.036 26.7865 335.077 31.8924 335.083 37.46L333.287 36.7968C335.601 34.085 338.049 31.2385 340.569 28.3508C344.679 23.642 349.287 18.1316 353.945 12.6533L354.258 12.2949L354.713 12.2996C357.151 12.2928 359.589 12.2929 361.993 12.3076L364.213 12.324L362.747 13.9709C361.654 15.2013 360.568 16.4148 359.492 17.601C354.474 23.1377 348.033 30.2621 342.949 35.8651L342.952 35.1383C345.135 37.7562 347.05 40.0585 348.451 41.7539C352.962 47.2118 354.063 48.5404 358.584 53.639C360.142 55.3962 362.02 57.58 363.883 59.8184L364.278 60.2826L363.673 60.278C361.728 60.2438 359.769 60.1891 357.944 60.1111C355.65 60.0131 356.17 59.8767 358.479 59.8114C360.443 59.7559 362.202 59.7543 363.673 59.729L363.468 60.177C362.764 59.3886 362.148 58.7211 361.618 58.2169C359.09 55.808 358.026 54.7749 355.309 51.3232C352.593 47.8716 350.901 46.6007 349.269 44.6303C347.837 42.9003 347.838 42.5799 342.006 35.9548L341.61 35.5059L342.009 35.0409C342.809 34.1102 343.715 33.0509 344.742 31.8408C353.164 21.9274 357.826 16.5325 361.036 12.7971C361.088 12.7361 361.142 12.6741 361.196 12.6112L361.993 14.3699C360.137 14.3845 357.588 14.3634 354.713 14.335L355.492 13.9761C352.274 17.6655 348.425 22.0602 345.232 25.8743C342.647 28.962 338.675 33.6095 334.832 38.1172L333.068 40.2045L333.052 37.46C333.043 31.5757 333.028 25.8787 332.96 22.6006C332.851 17.3194 333.021 16.2696 333.178 13.31L334.063 14.1945C333.336 14.1559 332.494 14.118 331.447 14.0853ZM408.159 43.3533C408.325 37.0377 407.59 32.066 407.694 24.3682C407.764 19.1498 407.966 16.9392 408.062 13.31L408.934 14.1824C407.346 14.1406 405.486 14.1193 402.984 14.1382L403.659 13.7906C403.535 13.9663 403.41 14.1461 403.281 14.3301C398.238 21.5607 392.903 28.5898 390.755 31.8797C388.608 35.1694 387.974 35.2258 384.827 39.8279C381.68 44.4298 379.669 47.1445 376.712 51.0233C376.642 51.116 376.568 51.2134 376.49 51.3153L375.636 52.5254L375.63 51.04C375.782 45.8212 375.905 31.4248 375.717 26.109C375.563 21.7843 375.743 16.9769 375.864 13.31L376.104 13.5504C375.153 13.5191 374.279 13.4919 373.51 13.4755C372.347 13.4507 371.431 13.4168 370.729 13.3815C370.431 13.3666 370.294 13.3353 370.294 13.3044C370.294 13.3043 370.294 13.3043 370.294 13.3043C370.294 13.2658 370.507 13.228 370.889 13.2231C372.212 13.2063 374 13.1699 376.104 13.0998L376.316 13.1017L376.314 13.31C376.342 14.1583 376.376 15.058 376.416 15.9991C376.676 22.1069 376.389 22.7744 376.523 31.022C376.642 38.4098 376.869 43.1559 376.791 51.04L375.544 50.6413C376.084 49.8994 376.652 49.1252 377.254 48.3118C383.025 40.5086 383.729 38.2736 392.012 27.3547C397.364 20.298 399.349 17.1283 402.2 12.7517L402.497 12.3436L402.984 12.3479C404.721 12.2755 406.624 12.2036 408.934 12.1504L410.104 12.1606L410.094 13.31C410.128 14.7974 410.154 16.4541 410.168 18.3451C410.269 31.9958 409.852 49.2272 409.886 57.456C409.89 58.2766 409.894 59.1254 409.898 60L409.889 60.9722L408.934 60.9639C407.104 60.9728 405.161 60.9831 403.124 60.9924L402.123 60.9836L402.132 60C402.101 53.25 402.08 45.4756 402.149 37.4078C402.191 32.5061 402.171 27.1215 402.146 21.57L403.922 22.1352C399.52 28.405 394.941 34.9388 390.54 40.971C386.289 46.798 381.06 53.9805 376.406 60.3625L376.213 60.6299L375.894 60.6271C373.955 60.6006 372.075 60.5745 370.294 60.5491L369.74 60.5443L369.745 60C369.801 56.084 369.853 52.6454 369.899 50.1024C370.049 41.6923 370.083 39.6424 369.991 31.5473C369.938 26.8941 369.988 20.4839 370.183 15.0694C370.281 12.3445 370.417 12.962 370.483 15.7047C370.578 19.7155 370.514 23.0079 370.685 25.0745C371.025 29.2039 371.156 30.959 370.958 36.1721C370.76 41.385 371.21 43.8413 371.158 46.8801C371.113 49.5206 370.907 49.8291 370.988 60L370.294 59.3064C371.829 59.2942 373.588 59.2754 375.615 59.2485C375.708 59.2473 375.801 59.2461 375.894 59.2448L375.278 59.5634C383.944 46.9836 388.76 40.0967 392.083 35.3229C394.322 32.1064 398.314 26.6326 402.342 21.016L404.07 18.5562L404.082 21.57C404.063 24.979 404.056 28.4215 404.083 31.5713C404.145 38.5659 404.12 50.8596 404.156 60L403.124 58.968C405.271 58.9595 407.244 58.9476 408.934 58.9305L407.864 60C407.855 59.0757 407.844 58.2363 407.831 57.4996C407.695 49.6847 407.992 49.6686 408.159 43.3533ZM435.7 6.18429C434.578 5.62328 433.296 5.81842 432.05 4.72509C430.965 3.68864 431.003 3.22385 430.113 2.10756L431.293 2.25745C431.208 2.32877 431.119 2.40657 431.025 2.49186C430.034 3.389 428.898 4.10852 428.247 4.66288L428.378 3.61325C428.499 3.7684 428.615 3.89228 428.725 3.97906C429.29 4.40869 428.966 4.79648 429.761 5.43305C430.564 6.04472 430.993 6.45617 431.641 7.08125C432.246 7.75979 434.759 9.03242 435.802 9.01301C436.803 9.07071 437.875 9.52904 438.576 9.63216C438.792 9.66581 438.961 9.70216 439.093 9.73824C439.149 9.7535 439.174 9.78472 439.175 9.81563C439.175 9.81565 439.175 9.81567 439.175 9.81569C439.175 9.85415 439.134 9.8921 439.062 9.89643C438.711 9.91733 438.185 9.96339 437.545 10.033C436.342 10.132 436.252 9.85593 434.693 9.53519C433.15 9.15405 432.092 8.97215 430.608 7.74647C429.274 6.52587 428.392 6.69464 427.098 4.56665L426.631 3.87539L427.24 3.42532C427.323 3.37432 427.41 3.32258 427.5 3.27007C429.071 2.35928 429.419 1.71532 430.136 0.83503L431.026 0.176262L431.589 1.0196C431.935 1.31672 432.324 1.65872 432.838 2.12336C434.453 3.72306 437.139 5.02301 438.598 4.99094C438.781 4.99723 438.974 4.99786 439.175 4.99205C440.508 4.95973 442.126 4.60548 443.662 3.82951C444.792 3.27293 445.863 2.23404 446.681 1.03493L447.374 0.149731L448.142 0.836594C448.868 1.41178 449.581 2.00252 450.229 2.6138C450.492 2.86234 450.772 3.12576 451.062 3.39779L451.702 3.97053L451.216 4.57897C449.708 6.47215 447.308 8.03023 446.013 8.52555C444.492 9.12207 444.123 9.21634 442.644 9.70654C441.79 9.97457 440.539 10.0975 439.508 9.91747C438.99 9.82524 439.114 9.69119 439.619 9.61481C440.359 9.49764 440.971 9.4848 441.32 9.2594C442.013 8.79994 442.266 8.62132 443.216 8.54782C444.177 8.45148 444.414 7.84607 444.913 7.67058C445.382 7.4451 445.651 7.85897 447.707 5.99932C448.67 5.05128 449.283 4.20303 449.737 3.50607L449.908 4.81479C449.161 4.26665 448.611 3.85188 448.16 3.51726C447.819 3.26453 447.368 2.86764 446.858 2.41413L448.339 2.21307C447.617 3.1612 446.581 4.12826 445.626 4.86689C444.319 6.04801 441.054 7.06736 439.175 7.02177C438.915 7.03274 438.683 7.0377 438.486 7.04282C436.852 7.03259 436.872 6.69998 435.7 6.18429ZM457.719 43.3533C457.885 37.0377 457.151 32.066 457.255 24.3682C457.325 19.1498 457.527 16.9392 457.622 13.31L458.495 14.1824C456.906 14.1406 455.047 14.1193 452.545 14.1382L453.219 13.7906C453.096 13.9663 452.97 14.1461 452.842 14.3301C447.798 21.5607 442.463 28.5898 440.316 31.8797C438.169 35.1694 437.534 35.2258 434.387 39.8279C431.241 44.4298 429.229 47.1445 426.273 51.0233C426.202 51.116 426.128 51.2134 426.051 51.3153L425.196 52.5254L425.19 51.04C425.342 45.8212 425.466 31.4248 425.277 26.109C425.124 21.7843 425.304 16.9769 425.424 13.31L425.665 13.5504C424.714 13.5191 423.84 13.4919 423.071 13.4755C421.907 13.4507 420.991 13.4168 420.289 13.3815C419.992 13.3666 419.855 13.3353 419.855 13.3044C419.855 13.3043 419.855 13.3043 419.855 13.3043C419.855 13.2658 420.068 13.228 420.45 13.2231C421.772 13.2063 423.56 13.1699 425.665 13.0998L425.877 13.1017L425.875 13.31C425.903 14.1583 425.937 15.058 425.977 15.9991C426.237 22.1069 425.949 22.7744 426.083 31.022C426.203 38.4098 426.43 43.1559 426.352 51.04L425.105 50.6413C425.645 49.8994 426.213 49.1252 426.814 48.3118C432.586 40.5086 433.29 38.2736 441.572 27.3547C446.925 20.298 448.91 17.1283 451.761 12.7517L452.057 12.3436L452.545 12.3479C454.282 12.2755 456.184 12.2036 458.495 12.1504L459.664 12.1606L459.654 13.31C459.688 14.7974 459.715 16.4541 459.729 18.3451C459.829 31.9958 459.412 49.2272 459.447 57.456C459.45 58.2766 459.454 59.1254 459.458 60L459.45 60.9722L458.495 60.9639C456.665 60.9728 454.721 60.9831 452.685 60.9924L451.684 60.9836L451.692 60C451.661 53.25 451.64 45.4756 451.709 37.4078C451.751 32.5061 451.731 27.1215 451.707 21.57L453.482 22.1352C449.081 28.405 444.502 34.9388 440.101 40.971C435.85 46.798 430.62 53.9805 425.966 60.3625L425.773 60.6299L425.455 60.6271C423.515 60.6006 421.636 60.5745 419.855 60.5491L419.301 60.5443L419.305 60C419.361 56.084 419.414 52.6454 419.459 50.1024C419.61 41.6923 419.644 39.6424 419.552 31.5473C419.499 26.8941 419.549 20.4839 419.743 15.0694C419.841 12.3445 419.978 12.962 420.043 15.7047C420.139 19.7155 420.075 23.0079 420.245 25.0745C420.586 29.2039 420.717 30.959 420.518 36.1721C420.32 41.385 420.771 43.8413 420.719 46.8801C420.674 49.5206 420.467 49.8291 420.548 60L419.855 59.3064C421.389 59.2942 423.149 59.2754 425.175 59.2485C425.268 59.2473 425.362 59.2461 425.455 59.2448L424.838 59.5634C433.505 46.9836 438.321 40.0967 441.643 35.3229C443.882 32.1064 447.874 26.6326 451.903 21.016L453.631 18.5562L453.643 21.57C453.623 24.979 453.616 28.4215 453.644 31.5713C453.705 38.5659 453.68 50.8596 453.717 60L452.685 58.968C454.832 58.9595 456.805 58.9476 458.495 58.9305L457.425 60C457.416 59.0757 457.405 58.2363 457.392 57.4996C457.255 49.6847 457.553 49.6686 457.719 43.3533Z' fill='%23171717'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.home_index_page .main .cta-section.march2026 .cta-content h1.title span {
  font-weight: 400;
  font-size: 70px;
  line-height: 105%;
}
.home_index_page .main .cta-section.march2026 .cta-content h1.title .speed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  -webkit-box-shadow: 3px 3px 13px 0 rgba(39, 55, 71, 0.25);
          box-shadow: 3px 3px 13px 0 rgba(39, 55, 71, 0.25);
  color: #F04F75;
  font-weight: 700;
  font-size: 24px;
  line-height: 108%;
  text-transform: none;
  text-shadow: none;
  padding: 10px 20px;
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.march2026 .cta-content h1.title {
    font-size: 80px;
  }
  .home_index_page .main .cta-section.march2026 .cta-content h1.title.lv .title-svg {
    width: 453px;
    height: 160px;
    background-image: url("data:image/svg+xml,%3Csvg width='453' height='160' viewBox='0 0 453 160' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.488 139H5.04V82.972H19.488V139ZM81.6473 139H67.7033L44.0153 106.576V139H29.5673V82.972H44.4353L67.1153 113.8V82.972H81.6473V139ZM118.711 139H104.263V95.572H88.555V82.972H134.335V95.572H118.711V139ZM182.288 139H141.212V82.972H182.288V95.572H155.66V104.308H181.7V116.908H155.66V126.4H182.288V139ZM238.473 139H221.925L212.517 120.184H205.125V139H190.677V82.972H218.733C231.165 82.972 238.221 91.204 238.221 101.62C238.221 111.364 232.257 116.572 227.049 118.42L238.473 139ZM216.549 107.584C220.329 107.584 223.521 105.484 223.521 101.536C223.521 97.756 220.329 95.572 216.549 95.572H205.125V107.584H216.549ZM298.292 139H284.348L260.66 106.576V139H246.212V82.972H261.08L283.76 113.8V82.972H298.292V139ZM349.468 139H308.392V82.972H349.468V95.572H322.84V104.308H348.88V116.908H322.84V126.4H349.468V139ZM384.82 139H370.372V95.572H354.664V82.972H400.444V95.572H384.82V139ZM427.497 140.008C416.157 140.008 408.261 136.48 402.633 131.104L410.277 120.268C414.309 124.3 420.525 127.66 428.169 127.66C433.125 127.66 436.149 125.728 436.149 123.04C436.149 115.396 404.397 121.528 404.397 99.94C404.397 90.532 412.377 82.132 426.741 82.132C435.729 82.132 443.541 84.82 449.505 89.944L441.609 100.276C436.905 96.412 430.773 94.48 425.229 94.48C421.029 94.48 419.181 96.16 419.181 98.512C419.181 105.652 450.849 100.444 450.849 121.276C450.849 132.532 442.533 140.008 427.497 140.008Z' fill='white'/%3E%3Cpath d='M13.517 81.7316C15.6035 81.9099 17.3922 81.4399 19.488 81.1611L21.246 81.1113L21.2988 82.972C21.4358 84.0011 21.5266 85.1043 21.4718 86.3531C21.3057 90.1451 20.6821 90.713 20.8224 95.0558C20.9627 99.3983 20.5362 103.743 20.7924 105.677C21.0487 107.61 20.2739 107.815 20.446 110.56C20.618 113.306 20.5169 114.97 20.265 117.371C20.0132 119.773 19.7982 127.15 20.1076 129.833C20.4169 132.516 19.8802 135.576 19.7528 137.416C19.7132 137.989 19.6589 138.44 19.6024 138.786C19.5785 138.932 19.5284 139 19.479 139C19.479 139 19.4789 139 19.4789 139C19.4173 139 19.3568 138.895 19.349 138.707C19.3113 137.793 19.2117 136.427 18.9884 134.813C18.5722 131.805 19.0322 131.476 18.8183 127.413C18.6044 123.35 18.1768 120.909 18.4533 116.129C18.7298 111.348 17.5727 110.25 18.2284 103.503C18.8841 96.7547 17.674 96.0445 17.5131 89.3202C17.4649 87.3068 17.491 85.1353 17.5498 82.972L19.488 84.9102C14.4263 84.7728 9.40976 84.4567 6.56988 84.4955C6.07962 84.5022 5.56902 84.5101 5.04 84.5186L6.58665 82.972C6.64855 86.817 6.7405 91.635 6.60011 96.6864C6.44041 102.433 6.84355 109.527 6.55861 115.87C6.27367 122.213 5.91378 131.181 5.67262 135.324C5.58174 136.885 5.51738 138.002 5.48035 139L5.04 138.56C6.69081 138.621 8.01937 138.607 10.5042 138.516C12.7964 138.431 15.9541 138.511 18.6213 138.822C19.9636 138.979 19.6594 139.197 18.3084 139.302C16.3326 139.454 14.7108 139.352 13.6927 139.625C11.6586 140.17 10.794 140.38 8.22596 140.062C6.86367 139.894 5.88355 140.018 5.04 140.159L3.91493 140.191L3.88114 139C3.7563 138.253 3.61803 137.614 3.657 136.911C3.74003 135.414 4.16535 135.439 3.83766 127.827C3.50996 120.216 3.42634 116.043 3.34767 113.16C3.269 110.278 3.63813 104.259 3.5049 99.5615C3.38672 95.3946 3.46944 87.41 3.33742 82.972L3.29052 81.3191L5.04 81.2694C5.60544 81.2526 6.11331 81.2323 6.54837 81.2076C10.3981 80.9895 10.406 81.4656 13.517 81.7316ZM46.9942 84.3569C50.8547 90.0532 55.0093 93.7166 59.842 100.566C63.8494 106.246 64.6998 108.165 68.1812 113.016L65.7921 113.8C65.8066 112.571 65.8049 111.175 65.7809 109.536C65.6407 99.9382 66.0671 90.335 65.811 86.0614C65.7335 84.769 65.7503 83.8263 65.8066 82.972L65.7901 81.6803L67.1153 81.6633C69.0859 81.7934 70.5856 82.1341 74.819 82.014C77.4312 81.94 79.6004 81.9165 81.6473 81.9339L82.6719 81.9208L82.6854 82.972C82.6624 85.6803 82.5678 88.1745 82.4244 91.1972C82.1726 96.5048 81.9576 112.81 82.2669 118.74C82.5763 124.669 82.0395 131.431 81.9122 135.498C81.8725 136.765 81.8183 137.762 81.7618 138.527C81.7379 138.85 81.6878 139 81.6383 139C81.6383 139 81.6383 139 81.6382 139C81.5767 139 81.5162 138.768 81.5084 138.352C81.4706 136.332 81.371 133.313 81.1478 129.747C80.7315 123.097 81.1915 122.37 80.9776 113.391C80.7637 104.411 80.3361 99.0162 80.6126 88.4508C80.6674 86.3588 80.6659 84.5859 80.6335 82.972L81.6473 83.9859C76.8118 84.0831 73.4033 84.4587 67.1153 84.4348L68.5781 82.972C68.5697 85.1847 68.5118 87.7539 68.3749 90.8673C67.8688 102.379 68.4743 105.94 68.8509 113.8L68.8184 119.098L65.7174 114.828C64.2509 113.023 62.5781 110.903 60.5392 108.194C54.7934 100.558 48.3686 91.422 43.0901 83.9617L44.4353 84.6421C39.3607 84.5481 34.9121 84.4757 31.7131 84.4955C31.0161 84.4998 30.3004 84.5046 29.5673 84.5098L31.1051 82.972C31.1663 91.6617 31.2747 102.806 31.1275 114.519C31.0338 121.967 31.1337 130.439 31.1749 139L29.5673 137.392C34.4113 137.369 39.2838 137.365 44.0153 137.425L42.44 139C42.4547 137.834 42.4734 136.677 42.4967 135.531C42.6741 126.803 42.8806 115.828 43.0693 106.576L43.087 103.672L44.7792 106.018C47.996 110.615 50.8441 114.696 52.8096 117.541C58.0163 125.077 59.289 126.911 64.6071 133.941C65.6801 135.359 66.8756 136.979 68.1151 138.699L67.7033 138.49C71.6232 138.515 75.9058 138.62 79.7318 138.822C82.6985 138.979 82.0263 139.197 79.0401 139.302C74.6734 139.454 71.0889 139.352 68.8389 139.625C68.4417 139.673 68.0646 139.719 67.7033 139.762L67.3263 139.767L67.0883 139.449C64.5329 136.7 63.2067 135.136 60.3879 130.787C57.2961 126.017 55.1362 124.283 53.2515 121.563C51.4663 118.986 51.709 118.664 43.0815 107.258L45.1719 106.576C45.1852 107.373 45.2004 108.215 45.2177 109.103C45.5046 123.833 45.6044 132.736 45.6776 139L45.6987 140.641L44.0153 140.662C43.1255 140.673 42.2888 140.683 41.4963 140.692C38.6265 140.728 34.3499 140.672 29.5673 140.613L27.9754 140.633L27.9545 139C28.027 133.166 28.1055 126.579 28.0322 120.873C27.9089 111.263 28.0044 92.4633 27.8463 82.972L27.8245 81.2733L29.5673 81.2509C30.33 81.2382 31.0326 81.2239 31.6655 81.2076C38.9257 81.0215 40.0036 81.3409 44.4353 81.6038L45.1097 81.5951L45.5374 82.1612C45.9526 82.8018 46.4278 83.5212 46.9942 84.3569ZM116.425 81.7316C120.919 81.9975 124.457 80.822 129.935 80.9882C131.813 81.0451 133.144 81.1559 134.335 81.2713L136.002 81.2385L136.036 82.972C135.815 85.2535 135.577 87.0213 135.669 91.1432C135.703 92.6349 135.704 94.1268 135.69 95.572L135.716 96.9L134.335 96.9271C129.703 96.8825 125.55 96.6811 123.421 96.8764C121.312 97.0699 120.627 96.6756 118.711 96.5449L119.684 95.572C119.641 96.1937 119.627 96.945 119.669 97.9167C119.841 101.883 119.74 104.287 119.488 107.756C119.236 111.225 119.021 121.882 119.331 125.758C119.64 129.633 119.103 134.053 118.976 136.711C118.936 137.539 118.882 138.191 118.825 138.691C118.802 138.902 118.751 139 118.702 139C118.702 139 118.702 139 118.702 139C118.64 139 118.58 138.848 118.572 138.576C118.534 137.256 118.435 135.283 118.211 132.952C117.795 128.606 118.255 128.131 118.041 122.262C117.827 116.393 117.4 112.866 117.676 105.961C117.855 101.487 117.433 99.246 117.291 95.572L117.32 94.125L118.711 94.1523C120.708 94.0754 123.129 94.0815 126.562 94.3124C129.972 94.5418 132.314 94.5429 134.335 94.4404L133.203 95.572C133.014 91.8393 132.471 89.2055 132.362 82.972L134.335 84.945C134.297 84.9456 134.259 84.9463 134.221 84.9469C124.507 85.1078 112.245 84.4401 106.389 84.4955C101.529 84.5414 95.2843 84.6464 88.555 84.5894L90.1724 82.972C90.1608 84.3501 90.1423 85.7485 90.1151 87.1595C90.0644 89.7993 90.0705 92.636 90.0933 95.572L88.555 94.0337C93.6614 93.994 99.0683 93.9038 104.263 93.9748L105.891 94.0068L105.86 95.572C105.844 96.7829 105.818 97.9822 105.782 99.1635C105.497 108.327 105.137 121.281 104.896 127.266C104.676 132.707 104.612 134.407 104.712 139L104.263 138.551C104.722 138.541 105.21 138.529 105.733 138.516C109.044 138.431 113.606 138.511 117.459 138.822C119.398 138.979 118.959 139.197 117.007 139.302C114.153 139.454 111.81 139.352 110.339 139.625C107.941 140.07 106.668 140.291 104.263 140.185L103.102 140.208L103.078 139C103.102 138.459 103.143 137.861 103.201 137.179C103.518 133.47 102.797 131.722 102.88 129.559C102.963 127.397 103.388 127.432 103.061 116.437C102.741 105.722 102.654 99.7244 102.577 95.572L104.263 97.2583C104.154 97.2603 104.047 97.2623 103.941 97.2643C100.611 97.3272 94.3857 97.1039 88.555 97.0799L87.0773 97.1089L87.0471 95.572C87.0532 94.1102 87.0466 92.6731 87.0199 91.3128C86.9765 89.1012 86.9602 86.145 86.9504 82.972L86.9195 81.3995L88.555 81.3674C95.1182 81.3471 102.609 81.3547 106.358 81.2076C111.919 80.9895 111.931 81.4656 116.425 81.7316ZM165.281 96.8124C161.896 96.6762 158.879 96.918 155.66 97.164L157.252 95.572C157.456 98.2368 157.662 101.041 157.66 104.308L155.66 102.308C156.155 102.308 156.66 102.313 157.177 102.324C165.236 102.49 166.443 103.114 175.672 102.974C177.699 102.943 179.727 102.939 181.7 102.95L183.04 102.932L183.058 104.308C183.032 109.081 182.924 113.538 182.921 116.908L182.937 118.112L181.7 118.129C180.12 118.127 178.779 118.149 177.756 118.212C173.647 118.469 173.214 117.694 167.378 117.866C162.648 118.005 159.428 117.965 155.66 117.811L156.563 116.908C156.527 117.788 156.485 118.698 156.437 119.664C156.363 121.167 156.292 123.587 156.236 126.4L155.66 125.823C162.397 125.956 171.385 125.999 175.407 125.78C177.645 125.659 180.008 125.668 182.288 125.731L182.947 125.723L182.957 126.4C182.858 129.927 182.63 133.258 182.553 135.633C182.513 136.851 182.459 137.81 182.402 138.545C182.378 138.856 182.328 139 182.279 139C182.279 139 182.279 139 182.279 139C182.217 139 182.157 138.777 182.149 138.377C182.111 136.435 182.012 133.532 181.788 130.103C181.692 128.618 181.642 127.441 181.621 126.4L182.288 127.067C178.844 127.139 176.893 126.905 170.264 127.07C164.717 127.207 160.593 127.433 155.66 127.503L154.542 127.488L154.557 126.4C154.517 123.654 154.526 120.656 154.625 117.023C154.626 116.985 154.627 116.946 154.628 116.908L154.642 115.863L155.66 115.876C165.56 116.137 168.013 115.032 181.7 115.618L180.41 116.908C180.42 116.685 180.43 116.459 180.44 116.231C180.682 110.938 180.67 107.393 180.55 104.308L181.7 105.457C176.427 105.662 172.499 106.181 163.483 106.283C160.967 106.311 158.336 106.314 155.66 106.299L153.642 106.272L153.669 104.308C153.684 101.417 153.72 98.4753 153.765 95.572L153.791 93.6525L155.66 93.6774C165.338 93.8282 174.585 94.0836 180.045 94.0485C180.772 94.0438 181.52 94.0386 182.288 94.0329L180.749 95.572C180.721 91.793 180.684 87.5378 180.665 82.972L182.288 84.5944C176.79 84.6166 170.843 84.612 164.735 84.5321C157.578 84.4385 149.438 84.5382 141.212 84.5795L142.819 82.972C142.848 88.7828 142.848 94.6366 142.73 100.217C142.471 112.507 142.149 129.435 141.911 139L141.212 138.301C142.138 138.324 142.994 138.346 143.771 138.367C152.576 138.609 154.721 138.663 163.196 138.516C168.067 138.431 174.778 138.511 180.446 138.822C183.299 138.979 182.652 139.197 179.781 139.302C175.582 139.454 172.136 139.352 169.972 139.625C165.649 140.17 163.812 140.38 158.354 140.062C152.897 139.745 150.326 140.466 147.145 140.383C145.324 140.335 144.562 140.176 141.212 140.109L140.117 140.124L140.102 139C140.152 136.496 140.15 132.546 140.01 125.628C139.682 109.452 139.598 100.585 139.52 94.4589C139.484 91.6961 139.54 87.5774 139.599 82.972L139.578 81.3811L141.212 81.3593C146.817 81.4318 153.144 81.51 158.625 81.4369C164.475 81.3588 173.868 81.3684 182.288 81.3459L183.892 81.3244L183.914 82.972C183.927 87.7642 183.95 92.2416 184.006 95.572L184.029 97.2668L182.288 97.29C181.485 97.3035 180.748 97.3188 180.09 97.3363C171.909 97.5545 171.892 97.0784 165.281 96.8124ZM189.436 84.0477C189.455 83.6842 189.466 83.326 189.472 82.972L189.452 81.7876L190.677 81.767C195.433 81.8411 199.424 80.8335 205.378 80.9882C211.367 81.1437 212.589 81.7002 218.733 81.6554C219.178 81.6525 219.634 81.6562 220.126 81.6712C228.113 81.5718 234.629 87.4406 236.38 90.3599C238.337 93.2907 237.978 93.9443 238.987 98.6366C239.165 99.7042 239.242 100.69 239.254 101.62C239.266 104.834 238.703 107.416 237.14 110.321C236.05 112.62 232.185 117.275 227.205 118.861L227.458 118.193C229.029 121.046 230.534 123.673 231.509 125.178C233.976 128.985 236.012 133.759 237.407 136.535C237.842 137.399 238.164 138.091 238.397 138.628C238.496 138.856 238.508 138.98 238.465 139.004C238.465 139.004 238.465 139.004 238.465 139.004C238.411 139.034 238.272 138.909 238.111 138.635C237.33 137.305 236.124 135.339 234.608 133.067C231.781 128.831 231.914 128.123 228.4 122.234C227.668 121.007 226.985 119.887 226.329 118.819L225.865 117.95L226.773 117.644C230.844 115.809 233.976 113.259 236.244 107.714C237.116 105.353 237.2 103.405 237.108 101.62C236.677 98.0979 236.513 94.6068 232.091 89.124C226.868 83.9778 223.038 84.4341 218.733 84.5726C216.534 84.7408 213.964 84.8961 210.383 84.9469C204.135 85.0355 196.983 84.8728 190.677 84.7179L192.423 82.972C192.296 88.1148 192.175 92.6958 192.2 95.7674C192.256 102.606 192.397 111.79 192.237 121.484C192.149 126.83 192.232 132.866 192.276 139L190.677 137.4C195.529 137.365 200.443 137.354 205.125 137.471L203.596 139C203.599 138.867 203.603 138.734 203.606 138.601C203.753 133.067 203.921 126.348 204.082 120.184L204.099 119.124L205.125 119.141C207.732 119.209 210.239 119.276 212.517 119.339L213.053 119.348L213.272 119.806C214.434 122.3 215.449 124.491 216.217 126.171C218.916 132.067 219.725 133.827 222.332 138.796L221.925 138.545C222.365 138.536 222.828 138.526 223.317 138.516C227.184 138.431 232.511 138.511 237.011 138.822C239.275 138.979 238.762 139.197 236.483 139.302C233.15 139.454 230.414 139.352 228.696 139.625C226.005 140.053 224.527 140.274 221.925 140.196L221.206 140.208L220.855 139.535C220.554 138.885 220.235 138.149 219.879 137.283C218.225 133.266 216.667 131.763 215.612 129.467C214.741 127.573 214.861 127.137 211.539 120.673L212.517 121.278C210.977 121.295 209.125 121.329 206.88 121.386C206.282 121.402 205.697 121.416 205.125 121.431L206.371 120.184C206.585 128.803 206.685 134.66 206.752 139L206.779 140.6L205.125 140.628C203.555 140.652 202.184 140.672 200.953 140.692C198.53 140.732 194.795 140.66 190.677 140.594L189.11 140.62L189.083 139C189.149 134.851 189.208 130.312 189.142 126.335C189.008 118.41 189.13 102.298 188.912 95.8037C188.694 89.3093 189.17 89.2959 189.436 84.0477ZM206.106 96.8124C205.765 96.7382 205.443 96.7762 205.125 96.866L206.419 95.572C206.651 96.3949 207.228 97.1967 207.109 98.2735C206.942 99.767 206.319 99.9906 206.459 101.701C206.599 103.411 206.173 105.123 206.429 105.884C206.667 106.589 206.019 106.71 206.059 107.584L205.125 106.649C205.194 106.646 205.268 106.639 205.348 106.626C206.429 106.454 207.085 106.555 208.03 106.807C208.976 107.059 211.882 107.274 212.938 106.964C213.995 106.655 215.2 107.192 215.925 107.319C216.151 107.359 216.328 107.413 216.464 107.47C216.522 107.493 216.549 107.544 216.549 107.593C216.549 107.593 216.549 107.593 216.549 107.593C216.549 107.655 216.507 107.715 216.433 107.723C216.073 107.761 215.535 107.86 214.9 108.084C213.715 108.5 213.585 108.04 211.985 108.254C210.385 108.468 209.424 108.895 207.541 108.619C206.499 108.466 205.901 108.752 205.125 108.927L203.693 108.823L203.782 107.584C203.641 106.957 203.572 106.214 203.865 105.028C204.521 102.37 203.311 102.09 203.15 99.4421C203.076 98.22 203.178 96.85 203.304 95.572L203.444 93.6301L205.125 93.7512C206.616 93.8984 207.983 94.0783 208.842 94.0485C210.439 93.9931 212.583 93.8522 214.846 94.0119C215.387 94.0501 215.958 94.0561 216.549 94.047C218.675 93.9927 221.367 94.5513 222.975 96.4617C224.116 97.7328 224.767 99.8401 224.55 101.536C224.422 103.025 223.796 104.298 223.245 104.954C222.008 106.307 221.619 106.47 220.191 107.354C219.345 107.833 217.976 108.046 216.896 107.756C216.354 107.608 216.491 107.394 217 107.272C217.738 107.086 218.359 107.064 218.657 106.707C219.232 105.98 219.356 105.729 220.245 105.59C221.16 105.387 220.943 104.543 221.26 104.284C221.425 104.136 221.596 104.124 221.834 103.855C222.051 103.588 222.411 103.027 222.314 101.772C222.306 101.693 222.298 101.614 222.288 101.536C221.909 99.2449 220.779 98.688 220.127 98.2593C219.529 97.8807 218.071 97.0104 216.549 97.0812C216.355 97.0854 216.164 97.0938 215.979 97.1071C214.128 97.2403 210.367 97.1182 208.851 97.3363C207.335 97.5545 207.332 97.0784 206.106 96.8124ZM263.639 84.3569C267.499 90.0532 271.654 93.7166 276.486 100.566C280.494 106.246 281.344 108.165 284.826 113.016L282.437 113.8C282.451 112.571 282.449 111.175 282.425 109.536C282.285 99.9382 282.712 90.335 282.455 86.0614C282.378 84.769 282.395 83.8263 282.451 82.972L282.435 81.6803L283.76 81.6633C285.73 81.7934 287.23 82.1341 291.464 82.014C294.076 81.94 296.245 81.9165 298.292 81.9339L299.316 81.9208L299.33 82.972C299.307 85.6803 299.212 88.1745 299.069 91.1972C298.817 96.5048 298.602 112.81 298.911 118.74C299.221 124.669 298.684 131.431 298.557 135.498C298.517 136.765 298.463 137.762 298.406 138.527C298.382 138.85 298.332 139 298.283 139C298.283 139 298.283 139 298.283 139C298.221 139 298.161 138.768 298.153 138.352C298.115 136.332 298.016 133.313 297.792 129.747C297.376 123.097 297.836 122.37 297.622 113.391C297.408 104.411 296.981 99.0162 297.257 88.4508C297.312 86.3588 297.31 84.5859 297.278 82.972L298.292 83.9859C293.456 84.0831 290.048 84.4587 283.76 84.4348L285.223 82.972C285.214 85.1847 285.156 87.7539 285.019 90.8673C284.513 102.379 285.119 105.94 285.495 113.8L285.463 119.098L282.362 114.828C280.895 113.023 279.223 110.903 277.184 108.194C271.438 100.558 265.013 91.422 259.735 83.9617L261.08 84.6421C256.005 84.5481 251.557 84.4757 248.358 84.4955C247.661 84.4998 246.945 84.5046 246.212 84.5098L247.75 82.972C247.811 91.6617 247.919 102.806 247.772 114.519C247.678 121.967 247.778 130.439 247.819 139L246.212 137.392C251.056 137.369 255.928 137.365 260.66 137.425L259.085 139C259.099 137.834 259.118 136.677 259.141 135.531C259.319 126.803 259.525 115.828 259.714 106.576L259.731 103.672L261.424 106.018C264.641 110.615 267.489 114.696 269.454 117.541C274.661 125.077 275.934 126.911 281.252 133.941C282.325 135.359 283.52 136.979 284.76 138.699L284.348 138.49C288.268 138.515 292.55 138.62 296.376 138.822C299.343 138.979 298.671 139.197 295.685 139.302C291.318 139.454 287.733 139.352 285.483 139.625C285.086 139.673 284.709 139.719 284.348 139.762L283.971 139.767L283.733 139.449C281.177 136.7 279.851 135.136 277.032 130.787C273.941 126.017 271.781 124.283 269.896 121.563C268.111 118.986 268.354 118.664 259.726 107.258L261.816 106.576C261.83 107.373 261.845 108.215 261.862 109.103C262.149 123.833 262.249 132.736 262.322 139L262.343 140.641L260.66 140.662C259.77 140.673 258.933 140.683 258.141 140.692C255.271 140.728 250.994 140.672 246.212 140.613L244.62 140.633L244.599 139C244.672 133.166 244.75 126.579 244.677 120.873C244.553 111.263 244.649 92.4633 244.491 82.972L244.469 81.2733L246.212 81.2509C246.975 81.2382 247.677 81.2239 248.31 81.2076C255.57 81.0215 256.648 81.3409 261.08 81.6038L261.754 81.5951L262.182 82.1612C262.597 82.8018 263.072 83.5212 263.639 84.3569ZM332.461 96.8124C329.076 96.6762 326.059 96.918 322.84 97.164L324.432 95.572C324.635 98.2368 324.842 101.041 324.84 104.308L322.84 102.308C323.334 102.308 323.84 102.313 324.357 102.324C332.416 102.49 333.623 103.114 342.852 102.974C344.879 102.943 346.906 102.939 348.88 102.95L350.219 102.932L350.238 104.308C350.212 109.081 350.104 113.538 350.1 116.908L350.116 118.112L348.88 118.129C347.3 118.127 345.959 118.149 344.936 118.212C340.827 118.469 340.393 117.694 334.558 117.866C329.828 118.005 326.608 117.965 322.84 117.811L323.743 116.908C323.707 117.788 323.664 118.698 323.617 119.664C323.542 121.167 323.471 123.587 323.416 126.4L322.84 125.823C329.577 125.956 338.565 125.999 342.587 125.78C344.825 125.659 347.187 125.668 349.468 125.731L350.127 125.723L350.136 126.4C350.038 129.927 349.81 133.258 349.732 135.633C349.693 136.851 349.638 137.81 349.582 138.545C349.558 138.856 349.508 139 349.459 139C349.459 139 349.458 139 349.458 139C349.397 139 349.336 138.777 349.329 138.377C349.291 136.435 349.191 133.532 348.968 130.103C348.871 128.618 348.822 127.441 348.8 126.4L349.468 127.067C346.024 127.139 344.073 126.905 337.443 127.07C331.897 127.207 327.773 127.433 322.84 127.503L321.722 127.488L321.736 126.4C321.697 123.654 321.706 120.656 321.805 117.023C321.806 116.985 321.807 116.946 321.808 116.908L321.822 115.863L322.84 115.876C332.74 116.137 335.193 115.032 348.88 115.618L347.59 116.908C347.6 116.685 347.61 116.459 347.62 116.231C347.862 110.938 347.85 107.393 347.73 104.308L348.88 105.457C343.607 105.662 339.678 106.181 330.663 106.283C328.147 106.311 325.515 106.314 322.84 106.299L320.822 106.272L320.848 104.308C320.864 101.417 320.9 98.4753 320.945 95.572L320.971 93.6525L322.84 93.6774C332.518 93.8282 341.764 94.0836 347.224 94.0485C347.951 94.0438 348.7 94.0386 349.468 94.0329L347.928 95.572C347.901 91.793 347.864 87.5378 347.845 82.972L349.468 84.5944C343.97 84.6166 338.023 84.612 331.914 84.5321C324.758 84.4385 316.618 84.5382 308.392 84.5795L309.999 82.972C310.028 88.7828 310.028 94.6366 309.91 100.217C309.65 112.507 309.328 129.435 309.091 139L308.392 138.301C309.317 138.324 310.174 138.346 310.951 138.367C319.755 138.609 321.901 138.663 330.376 138.516C335.247 138.431 341.957 138.511 347.626 138.822C350.478 138.979 349.832 139.197 346.961 139.302C342.762 139.454 339.315 139.352 337.152 139.625C332.829 140.17 330.991 140.38 325.534 140.062C320.077 139.745 317.505 140.466 314.324 140.383C312.504 140.335 311.742 140.176 308.392 140.109L307.297 140.124L307.282 139C307.332 136.496 307.329 132.546 307.189 125.628C306.862 109.452 306.778 100.585 306.699 94.4589C306.664 91.6961 306.719 87.5774 306.779 82.972L306.758 81.3811L308.392 81.3593C313.997 81.4318 320.324 81.51 325.804 81.4369C331.655 81.3588 341.047 81.3684 349.468 81.3459L351.072 81.3244L351.094 82.972C351.107 87.7642 351.13 92.2416 351.186 95.572L351.208 97.2668L349.468 97.29C348.664 97.3035 347.928 97.3188 347.27 97.3363C339.089 97.5545 339.072 97.0784 332.461 96.8124ZM382.534 81.7316C387.028 81.9975 390.566 80.822 396.044 80.9882C397.923 81.0451 399.254 81.1559 400.444 81.2713L402.111 81.2385L402.145 82.972C401.924 85.2535 401.687 87.0213 401.779 91.1432C401.812 92.6349 401.813 94.1268 401.8 95.572L401.826 96.9L400.444 96.9271C395.812 96.8825 391.659 96.6811 389.53 96.8764C387.421 97.0699 386.737 96.6756 384.82 96.5449L385.793 95.572C385.751 96.1937 385.736 96.945 385.778 97.9167C385.95 101.883 385.849 104.287 385.597 107.756C385.346 111.225 385.131 121.882 385.44 125.758C385.749 129.633 385.213 134.053 385.085 136.711C385.046 137.539 384.991 138.191 384.935 138.691C384.911 138.902 384.861 139 384.811 139C384.811 139 384.811 139 384.811 139C384.75 139 384.689 138.848 384.681 138.576C384.644 137.256 384.544 135.283 384.321 132.952C383.905 128.606 384.365 128.131 384.151 122.262C383.937 116.393 383.509 112.866 383.786 105.961C383.965 101.487 383.542 99.246 383.401 95.572L383.429 94.125L384.82 94.1523C386.818 94.0754 389.238 94.0815 392.671 94.3124C396.081 94.5418 398.424 94.5429 400.444 94.4404L399.313 95.572C399.123 91.8393 398.581 89.2055 398.471 82.972L400.444 84.945C400.406 84.9456 400.368 84.9463 400.33 84.9469C390.616 85.1078 378.354 84.4401 372.498 84.4955C367.638 84.5414 361.394 84.6464 354.664 84.5894L356.282 82.972C356.27 84.3501 356.252 85.7485 356.225 87.1595C356.174 89.7993 356.18 92.636 356.203 95.572L354.664 94.0337C359.771 93.994 365.178 93.9038 370.372 93.9748L372 94.0068L371.97 95.572C371.953 96.7829 371.928 97.9822 371.891 99.1635C371.606 108.327 371.246 121.281 371.005 127.266C370.786 132.707 370.721 134.407 370.822 139L370.372 138.551C370.831 138.541 371.319 138.529 371.843 138.516C375.154 138.431 379.715 138.511 383.568 138.822C385.507 138.979 385.068 139.197 383.116 139.302C380.262 139.454 377.919 139.352 376.449 139.625C374.05 140.07 372.777 140.291 370.372 140.185L369.211 140.208L369.187 139C369.211 138.459 369.252 137.861 369.31 137.179C369.627 133.47 368.906 131.722 368.989 129.559C369.072 127.397 369.498 127.432 369.17 116.437C368.851 105.722 368.763 99.7244 368.686 95.572L370.372 97.2583C370.264 97.2603 370.156 97.2623 370.05 97.2643C366.721 97.3272 360.495 97.1039 354.664 97.0799L353.187 97.1089L353.157 95.572C353.163 94.1102 353.156 92.6731 353.129 91.3128C353.086 89.1012 353.07 86.145 353.06 82.972L353.029 81.3995L354.664 81.3674C361.228 81.3471 368.718 81.3547 372.467 81.2076C378.029 80.9895 378.04 81.4656 382.534 81.7316ZM441.301 83.5539C444.673 85.0852 447.638 86.5121 450.594 88.6761L451.788 89.6728L450.833 90.959C449.397 93.1756 447.831 95.5197 445.757 98.1158C444.712 99.4227 443.839 100.47 443.057 101.383L441.947 102.878L440.452 101.685C437.46 99.1546 435.739 97.4149 429.3 96.1677C427.942 95.9581 426.573 95.8452 425.229 95.8432C422.553 95.7917 420.353 96.7055 420.458 98.512C420.282 99.2486 421.898 100.17 423.218 100.59C424.579 101.055 425.823 101.318 426.797 101.484C430.625 102.121 430.912 102.803 436.387 104.158C441.792 105.686 445.299 107.35 448.445 111.454C449.768 113.149 451.524 116.955 451.364 121.276C451.569 127.27 447.869 133.213 445.322 135.244C441.122 139.282 434.379 140.058 430.727 140.152C429.557 140.201 428.639 140.169 427.936 140.12C427.637 140.099 427.497 140.048 427.497 139.999C427.497 139.999 427.497 139.999 427.497 139.999C427.497 139.937 427.713 139.878 428.094 139.865C429.932 139.799 432.714 139.567 435.795 138.605C438.647 137.68 440.136 137.003 441.812 136.124C443.418 135.193 445.466 134.098 447.59 130.747C449.502 127.517 449.906 124.389 449.829 121.276C449.686 117.822 448.887 114.202 445.418 110.887C438.022 105.097 435.13 107.157 421.81 102.717C420.24 102.025 418.061 100.84 418.086 98.512C418.028 96.3384 419.74 94.6152 421.171 94.0853C422.64 93.4673 423.969 93.3375 425.229 93.263C429.732 93.2152 434.212 93.0661 441.332 97.5868C441.854 97.9451 442.369 98.3286 442.873 98.7374L440.027 99.0669C442.54 95.7333 445.273 92.2241 447.987 88.7839L448.26 91.3931C441.533 85.2444 432.212 83.5724 427.078 83.6568C426.966 83.6567 426.854 83.6571 426.741 83.6579C419.276 83.3723 407.071 87.589 406.011 98.6695C405.969 99.0876 405.945 99.51 405.941 99.94C405.665 105.339 408.86 110.612 414.486 112.987C419.992 115.587 426.423 116.121 432.623 118.089C433.563 118.425 434.481 118.775 435.494 119.458C436.456 120.069 437.62 121.453 437.543 123.04C437.56 125.485 435.5 127.279 433.726 127.948C431.888 128.693 429.995 128.866 428.169 128.837C420.41 128.785 413.423 124.771 409.761 120.784L410.874 120.689C410.066 121.775 409.332 122.758 408.691 123.613C406.096 127.076 404.514 129.19 402.969 131.341L402.917 130.807C404.689 132.496 406.63 134.09 410.088 135.794C414.172 137.868 420.369 139.386 425.746 139.801C428.45 140.003 427.851 140.243 425.093 140.255C421.053 140.231 417.802 139.446 415.719 139.144C411.578 138.441 409.594 137.983 405.309 134.701C403.958 133.605 402.875 132.669 401.93 131.84L401.298 131.253L401.802 130.518C403.187 128.365 403.961 126.724 405.191 125.078C406.35 123.527 406.899 123.083 409.386 119.639L410.109 118.584L411.048 119.497C412.656 121.089 415.305 123.501 420.377 125.171C423.136 126.045 425.774 126.338 428.169 126.291C431.79 126.324 434.883 124.644 434.607 123.04C434.78 122.279 432.734 121.331 431.137 120.923C429.464 120.457 427.894 120.158 426.478 119.873C421.436 118.745 406.082 116.413 403.413 104.702C403.045 103.296 402.83 101.724 402.82 99.94C402.571 94.4013 406.196 87.5687 411.743 84.3554C417.191 80.9679 423.183 80.468 426.741 80.3758C426.849 80.3732 426.954 80.3708 427.058 80.3687C435.166 80.5473 435.249 81.2034 441.301 83.5539Z' fill='%23171717'/%3E%3Cpath d='M24.448 54.768C21.2907 54.768 18.4107 54.2133 15.808 53.104C13.2053 51.9947 10.9653 50.4587 9.088 48.496C7.25333 46.4907 5.824 44.144 4.8 41.456C3.776 38.768 3.264 35.8453 3.264 32.688C3.264 29.5307 3.776 26.608 4.8 23.92C5.824 21.232 7.25333 18.9067 9.088 16.944C10.9653 14.9387 13.2053 13.3813 15.808 12.272C18.4107 11.1627 21.2907 10.608 24.448 10.608C27.6053 10.608 30.4853 11.1627 33.088 12.272C35.6907 13.3813 37.9093 14.9387 39.744 16.944C41.6213 18.9067 43.072 21.232 44.096 23.92C45.12 26.608 45.632 29.5307 45.632 32.688C45.632 35.8453 45.12 38.768 44.096 41.456C43.072 44.144 41.6213 46.4907 39.744 48.496C37.9093 50.4587 35.6907 51.9947 33.088 53.104C30.4853 54.2133 27.6053 54.768 24.448 54.768ZM24.448 50.032C26.8373 50.032 28.992 49.6053 30.912 48.752C32.832 47.856 34.4747 46.64 35.84 45.104C37.2053 43.5253 38.2507 41.6907 38.976 39.6C39.744 37.4667 40.128 35.1627 40.128 32.688C40.128 30.2133 39.744 27.9093 38.976 25.776C38.2507 23.6427 37.2053 21.808 35.84 20.272C34.4747 18.736 32.832 17.5413 30.912 16.688C28.992 15.792 26.8373 15.344 24.448 15.344C22.0587 15.344 19.8827 15.792 17.92 16.688C16 17.5413 14.3573 18.736 12.992 20.272C11.6267 21.808 10.5813 23.6427 9.856 25.776C9.13067 27.9093 8.768 30.2133 8.768 32.688C8.768 35.1627 9.13067 37.4667 9.856 39.6C10.5813 41.6907 11.6267 43.5253 12.992 45.104C14.3573 46.64 16 47.856 17.92 48.752C19.8827 49.6053 22.0587 50.032 24.448 50.032ZM53.9295 54V11.312H71.0815C73.2148 11.312 75.1135 11.6533 76.7775 12.336C78.4415 13.0187 79.8282 13.9573 80.9375 15.152C82.0895 16.304 82.9642 17.6693 83.5615 19.248C84.1588 20.784 84.4575 22.4267 84.4575 24.176C84.4575 25.9253 84.1588 27.5893 83.5615 29.168C82.9642 30.704 82.0895 32.0693 80.9375 33.264C79.7855 34.416 78.3775 35.3333 76.7135 36.016C75.0495 36.6987 73.1722 37.04 71.0815 37.04H59.2415V54H53.9295ZM70.4415 32.304C73.0015 32.304 75.0495 31.5573 76.5855 30.064C78.1642 28.5707 78.9535 26.608 78.9535 24.176C78.9535 21.744 78.1642 19.7813 76.5855 18.288C75.0495 16.7947 73.0015 16.048 70.4415 16.048H59.2415V32.304H70.4415ZM102.052 54V16.048H88.548V11.312H120.932V16.048H107.364V54H102.052ZM127.992 54V11.312H133.304V54H127.992ZM157.128 54.768C153.374 54.768 150.153 54.1493 147.465 52.912C144.777 51.632 142.537 49.9893 140.745 47.984L143.881 43.952C144.563 44.72 145.374 45.488 146.312 46.256C147.251 46.9813 148.275 47.6213 149.385 48.176C150.537 48.7307 151.774 49.1787 153.097 49.52C154.419 49.8613 155.827 50.032 157.321 50.032C159.241 50.032 160.841 49.7973 162.121 49.328C163.401 48.8587 164.425 48.2827 165.193 47.6C165.961 46.8747 166.515 46.0853 166.857 45.232C167.198 44.336 167.369 43.4827 167.369 42.672C167.369 41.3067 167.006 40.176 166.281 39.28C165.555 38.384 164.595 37.6373 163.401 37.04C162.249 36.4 160.905 35.888 159.369 35.504C157.875 35.0773 156.318 34.6507 154.697 34.224C153.118 33.7547 151.561 33.2427 150.025 32.688C148.531 32.1333 147.187 31.4293 145.993 30.576C144.841 29.68 143.902 28.592 143.177 27.312C142.451 26.032 142.089 24.432 142.089 22.512C142.089 20.7627 142.451 19.1627 143.177 17.712C143.945 16.2613 144.969 15.024 146.249 14C147.571 12.9333 149.129 12.1227 150.921 11.568C152.713 10.9707 154.654 10.672 156.745 10.672C160.03 10.672 162.931 11.184 165.449 12.208C167.966 13.232 170.121 14.704 171.913 16.624L168.713 20.528C167.091 18.736 165.214 17.4347 163.081 16.624C160.947 15.8133 158.707 15.408 156.361 15.408C153.801 15.408 151.689 16.0267 150.025 17.264C148.403 18.5013 147.593 20.144 147.593 22.192C147.593 23.3867 147.955 24.368 148.681 25.136C149.406 25.904 150.345 26.5653 151.497 27.12C152.691 27.6747 154.035 28.1653 155.529 28.592C157.065 28.976 158.622 29.4027 160.201 29.872C161.822 30.2987 163.379 30.8107 164.873 31.408C166.409 32.0053 167.753 32.7733 168.905 33.712C170.099 34.6507 171.059 35.8027 171.785 37.168C172.51 38.5333 172.873 40.2187 172.873 42.224C172.873 43.76 172.595 45.296 172.041 46.832C171.486 48.3253 170.569 49.6693 169.289 50.864C168.051 52.016 166.43 52.9547 164.425 53.68C162.419 54.4053 159.987 54.768 157.128 54.768ZM206.597 54L190.405 34.8L186.117 39.664V54H180.805V11.312H186.117V33.392L204.997 11.312H211.653L193.861 31.6L213.189 54H206.597ZM249.706 54L245.93 44.528H224.682L220.906 54H214.826L231.978 11.312H238.57L255.786 54H249.706ZM235.306 16.816L226.218 39.792H244.33L235.306 16.816ZM261.367 54V11.312H266.679V54H261.367ZM290.503 54.768C286.749 54.768 283.528 54.1493 280.84 52.912C278.152 51.632 275.912 49.9893 274.12 47.984L277.256 43.952C277.938 44.72 278.749 45.488 279.688 46.256C280.626 46.9813 281.65 47.6213 282.76 48.176C283.912 48.7307 285.149 49.1787 286.472 49.52C287.794 49.8613 289.202 50.032 290.696 50.032C292.616 50.032 294.216 49.7973 295.496 49.328C296.776 48.8587 297.8 48.2827 298.568 47.6C299.336 46.8747 299.89 46.0853 300.232 45.232C300.573 44.336 300.744 43.4827 300.744 42.672C300.744 41.3067 300.381 40.176 299.656 39.28C298.93 38.384 297.97 37.6373 296.776 37.04C295.624 36.4 294.28 35.888 292.744 35.504C291.25 35.0773 289.693 34.6507 288.072 34.224C286.493 33.7547 284.936 33.2427 283.4 32.688C281.906 32.1333 280.562 31.4293 279.368 30.576C278.216 29.68 277.277 28.592 276.552 27.312C275.826 26.032 275.464 24.432 275.464 22.512C275.464 20.7627 275.826 19.1627 276.552 17.712C277.32 16.2613 278.344 15.024 279.624 14C280.946 12.9333 282.504 12.1227 284.296 11.568C286.088 10.9707 288.029 10.672 290.12 10.672C293.405 10.672 296.306 11.184 298.824 12.208C301.341 13.232 303.496 14.704 305.288 16.624L302.088 20.528C300.466 18.736 298.589 17.4347 296.456 16.624C294.322 15.8133 292.082 15.408 289.736 15.408C287.176 15.408 285.064 16.0267 283.4 17.264C281.778 18.5013 280.968 20.144 280.968 22.192C280.968 23.3867 281.33 24.368 282.056 25.136C282.781 25.904 283.72 26.5653 284.872 27.12C286.066 27.6747 287.41 28.1653 288.904 28.592C290.44 28.976 291.997 29.4027 293.576 29.872C295.197 30.2987 296.754 30.8107 298.248 31.408C299.784 32.0053 301.128 32.7733 302.28 33.712C303.474 34.6507 304.434 35.8027 305.16 37.168C305.885 38.5333 306.248 40.2187 306.248 42.224C306.248 43.76 305.97 45.296 305.416 46.832C304.861 48.3253 303.944 49.6693 302.664 50.864C301.426 52.016 299.805 52.9547 297.8 53.68C295.794 54.4053 293.362 54.768 290.503 54.768Z' fill='white'/%3E%3Cpath d='M16.6421 12.7688C16.4578 12.8289 16.2784 12.8945 16.1035 12.9652C13.6934 13.975 12.1538 15.6236 9.99754 17.7955C9.94178 17.8529 9.88498 17.9115 9.82774 17.9707C7.62887 20.4358 6.9467 20.8288 5.57163 24.214C5.51945 24.3566 5.46757 24.5051 5.41628 24.6597C4.44686 27.522 4.02064 30.5634 4.02708 32.688C4.02505 33.4224 4.0669 34.043 4.13944 34.5083C4.46452 36.2996 3.94829 36.5754 4.66622 39.0926C4.91699 39.8968 5.16501 40.5859 5.40935 41.2239C5.9285 42.5598 6.39234 43.6874 7.10598 45.063C7.48763 45.7955 8.25474 47.0353 9.3377 48.2676C11.2496 50.4558 14.3358 52.2369 15.9033 52.7236C15.9227 52.7302 15.9421 52.7369 15.9616 52.7436C18.3486 53.5984 21.1438 54.3944 22.9167 54.5574C23.4686 54.615 23.9044 54.6575 24.2399 54.6957C24.3818 54.7117 24.448 54.7427 24.448 54.7736C24.448 54.7737 24.448 54.7737 24.448 54.7737C24.448 54.8121 24.3452 54.8504 24.1616 54.8533C23.2686 54.8666 21.9328 54.8741 20.3391 54.7452C18.1247 54.5263 17.4123 54.178 15.6581 53.4558C15.0626 53.1956 14.3461 52.8744 13.4344 52.3986C11.4552 51.3497 10.0006 50.3147 8.60628 48.9568L8.59617 48.946C7.51686 47.8289 6.47116 46.4873 5.51877 44.5786C4.96002 43.4469 4.55136 42.5336 4.18362 41.6908C3.2523 39.374 2.27267 37.506 2.46214 32.688C2.46685 32.6064 2.47205 32.5242 2.47778 32.4413C2.86716 27.9964 3.20002 26.2039 3.88684 23.5721C4.28042 22.2464 4.82479 20.6889 6.10524 18.7124C6.6954 17.8114 7.39149 16.9233 8.17678 16.0922C10.1781 13.9499 12.8186 12.2665 15.3804 11.2688C18.2948 10.1067 21.0701 9.81987 22.8919 9.70041C23.3904 9.6672 23.9096 9.64658 24.448 9.64121C27.1113 9.61057 30.3377 9.97529 33.4878 11.334C34.8895 11.9352 36.2746 12.7139 37.5517 13.6796C38.5488 14.4321 39.5324 15.3066 40.4461 16.3017L40.4317 16.2862C42.3629 18.2801 43.9946 20.8171 45.0413 23.5599C45.8934 25.7608 46.367 28.0958 46.486 30.3345C46.527 31.0877 46.5386 31.8772 46.5164 32.688C46.4516 35.635 45.8529 38.911 44.6893 41.682C43.4942 44.6244 41.7505 46.9565 40.461 48.2946C40.3088 48.4551 40.1604 48.6066 40.0156 48.7503C37.4125 51.1571 36.451 51.7741 33.2056 53.38C33.1703 53.3961 33.1346 53.4122 33.0985 53.4283C31.0406 54.3887 27.9091 55.0113 25.295 54.8657C23.9808 54.7888 24.2872 54.6617 25.5875 54.5546C27.4872 54.3785 29.0386 54.1401 29.9436 53.7401C31.1255 53.21 31.8106 52.8273 32.7913 52.408C33.3051 52.1829 33.8974 51.9437 34.6582 51.6047C36.8771 50.5749 37.4628 49.4312 38.4979 48.5319C38.7467 48.3075 38.941 48.1435 39.1602 47.9502C39.745 47.2887 41.1957 46.6253 43.2498 41.5568C43.2958 41.4319 43.3401 41.3081 43.3833 41.1845C44.5697 37.7275 44.688 34.8918 44.6595 32.688C44.618 30.7093 44.4001 29.213 44.149 27.9971C43.9518 27.0481 43.6557 25.7292 43.1341 24.2864C42.3299 21.9918 40.8802 19.4298 39.0597 17.5985L39.0454 17.5832C38.8433 17.3666 38.6378 17.159 38.4305 16.9614C37.1605 15.7278 35.1165 14.2041 32.6932 13.1983C29.8951 11.9838 26.6797 11.6086 24.448 11.6719C23.9141 11.6824 23.4374 11.7118 23.0311 11.7507C19.4966 12.2195 19.4506 11.9878 16.6421 12.7688ZM30.8642 15.8168C30.988 15.8805 31.1103 15.9426 31.2314 16.0035L31.2188 15.9977C33.0859 16.9192 34.9893 17.4546 36.7739 19.4418C36.8761 19.5584 36.9769 19.68 37.0758 19.8067C38.7621 22.1522 38.7123 22.8491 39.7555 25.511L39.7507 25.4971C39.8132 25.6647 39.8778 25.8413 39.9443 26.0278C40.8094 28.4178 40.9056 30.977 40.891 32.688C40.8896 33.2715 40.8818 33.7664 40.8992 34.146C40.9335 35.6529 40.4796 35.7607 40.1319 37.8306C39.9863 38.5934 39.8025 39.2358 39.5894 39.8208C39.2334 40.8214 38.7998 41.6726 38.1496 42.6431C37.7547 43.2325 37.0397 44.2859 36.0909 45.3209C34.5742 47.0063 32.3451 48.3975 31.251 49.0199C31.1957 49.0532 31.1396 49.0859 31.0828 49.118C29.2856 50.1133 26.9594 50.1764 25.6376 50.1614C25.2057 50.163 24.8671 50.1359 24.6083 50.1029C24.4987 50.0888 24.448 50.0572 24.448 50.0264C24.448 50.0263 24.448 50.0263 24.448 50.0263C24.4481 49.9878 24.5264 49.9503 24.6655 49.944C25.3415 49.9127 26.3591 49.8057 27.4968 49.4618C29.008 48.9758 29.5557 48.885 30.756 48.401C31.2084 48.1966 31.7589 47.9158 32.437 47.4456C33.7002 46.5579 34.5371 45.6644 35.3497 44.6681C36.0661 43.7472 36.7782 42.7313 37.572 41.3029C37.9617 40.5941 38.1963 39.9685 38.3645 39.3878C38.8674 37.5127 38.9727 36.2205 39.3241 32.688C39.3294 32.6208 39.3347 32.5529 39.3399 32.4842C39.5296 29.1664 38.8666 27.8862 38.0394 26.1132L38.0335 26.0964C37.6283 25.2534 37.1479 24.2877 36.3568 23.0401C35.9344 22.3804 35.4528 21.7228 34.9091 21.0994C33.6806 19.6746 32.1048 18.4733 30.47 17.6824L30.4518 17.6741C28.6225 16.7275 26.7437 16.3835 25.4827 16.3266C25.1517 16.3108 24.8063 16.3049 24.448 16.31C22.5931 16.3332 20.4258 16.6684 18.3436 17.616L18.3343 17.6202C17.3488 18.0536 16.3836 18.6013 15.4811 19.2687C14.8588 19.7281 14.2576 20.2771 13.7028 20.9038C12.4356 22.3243 11.4554 24.1478 10.8125 26.1012C10.2742 27.7157 9.95484 29.4008 9.77449 31.0436C9.71668 31.5659 9.67517 32.1171 9.65351 32.688C9.56135 34.8552 9.8103 37.2818 10.4519 39.3974C11.0888 41.5313 12.1138 43.2987 12.9015 44.3766C13.0267 44.5507 13.149 44.7129 13.2681 44.8652C14.9016 46.7611 15.6065 47.3383 18.0479 48.4779C18.0431 48.4756 18.0457 48.4766 18.0482 48.4776C19.5943 49.1191 21.8337 49.6746 23.8062 49.9104C24.7971 50.0247 24.581 50.169 23.5611 50.2007C22.0655 50.2305 20.8674 49.9262 20.0768 49.8993C19.0666 49.86 18.4073 49.7641 17.6188 49.4447L17.6006 49.4365C17.1581 49.2393 16.6731 48.9641 16.0871 48.5275C14.512 47.3167 13.5481 46.993 12.7456 46.1114C12.5984 45.9433 12.4897 45.7988 12.3817 45.6465L12.3744 45.6382C12.0179 44.9262 11.1236 44.3952 9.20285 40.0078C9.18175 39.9545 9.16095 39.9014 9.14045 39.8483C8.05157 36.9322 7.85044 34.5338 7.79472 32.688C7.75793 31.0761 7.87358 29.8288 8.01732 28.8016C8.13731 27.9493 8.40982 26.7503 8.8859 25.4462C9.58464 23.4759 10.8316 21.2897 12.2816 19.6406C12.388 19.5172 12.4948 19.3964 12.6019 19.2781C13.6309 18.1165 15.4136 16.6851 17.5109 15.7675L17.5017 15.7716C19.885 14.649 22.6047 14.3061 24.448 14.2787C24.8729 14.2684 25.2567 14.2697 25.5884 14.2744C28.6429 14.4379 28.6492 14.8059 30.8642 15.8168ZM70.8916 12.0873C67.8983 11.921 65.5421 12.6557 61.8937 12.5519C58.3679 12.4515 57.7392 12.0842 53.9295 12.1388L54.7563 11.312C54.7582 11.4443 54.7606 11.5805 54.7635 11.7207C54.8512 15.8987 54.5846 20.0791 54.7447 21.9395C54.9049 23.7997 54.4207 23.9961 54.5282 26.6378C54.6358 29.2795 54.5726 30.8805 54.4152 33.1908C54.2578 35.5013 54.1234 42.5993 54.3167 45.1804C54.5101 47.7615 54.1746 50.7053 54.095 52.4757C54.0702 53.0272 54.0363 53.4612 54.001 53.7939C53.9861 53.9348 53.9548 54 53.9239 54C53.9238 54 53.9238 54 53.9238 54C53.8853 53.9999 53.8475 53.899 53.8426 53.7178C53.819 52.8386 53.7568 51.5244 53.6173 49.9719C53.3571 47.0771 53.6446 46.7608 53.5109 42.8519C53.3772 38.943 53.11 36.5946 53.2828 31.9953C53.4556 27.3961 52.7324 26.3397 53.1423 19.8474C53.4106 15.5971 53.179 13.8365 52.9589 11.312L52.9771 10.3239L53.9295 10.3414C55.261 10.2253 56.8051 10.1124 59.0391 10.0777C62.871 10.0181 67.2981 10.1402 71.0815 10.2425C73.464 10.2914 75.6117 10.8119 77.1382 11.4567C77.3701 11.5525 77.5891 11.6486 77.7947 11.7428C79.0815 12.3309 80.4698 13.2026 81.6677 14.4739L81.6421 14.4474C82.8398 15.6161 83.8669 17.1504 84.5166 18.8866C85.154 20.5152 85.4712 22.3466 85.4384 24.176C85.4365 24.2942 85.4333 24.4125 85.4287 24.5308C85.369 26.1317 85.0776 27.8442 84.4556 29.5063C83.8447 31.1154 82.8898 32.6629 81.6553 33.9561L81.6425 33.969C80.3553 35.2824 78.7578 36.2846 77.0971 36.9509C75.834 37.4618 74.514 37.7516 73.2307 37.8666C72.5391 37.9291 71.8184 37.9505 71.0815 37.9303C67.2586 37.8216 62.8395 37.7013 59.2415 37.5934L59.7949 37.04C59.7375 38.9555 59.6836 40.6383 59.6369 41.8745C59.4862 45.8604 59.4522 46.8319 59.5443 50.6686C59.5679 51.652 59.571 52.8011 59.55 54L59.5442 54.3141L59.2415 54.3085C57.7519 54.2824 56.1852 54.219 54.7634 54.1111C53.4719 54.0131 53.7645 53.8767 55.0645 53.8114C56.8029 53.7241 58.2566 53.77 59.2415 53.6481L58.8896 54C58.8782 53.908 58.8653 53.82 58.8508 53.7363C58.51 51.7792 58.3793 50.9474 58.5776 48.4766C58.7759 46.006 58.3253 44.8419 58.3771 43.4017C58.4227 42.1379 58.6329 42.0013 58.5454 37.04L58.5328 36.357L59.2415 36.3439C59.9346 36.3317 60.7219 36.3136 61.6196 36.2885C65.6685 36.1753 68.706 36.1087 71.0815 36.0635C72.9062 36.0252 74.2738 35.7375 75.3542 35.3813C75.6419 35.2859 75.9641 35.1718 76.3095 35.0313C77.4972 34.5515 78.9791 33.7823 80.237 32.5635L80.2244 32.5764C81.2732 31.5371 82.1502 30.2226 82.6843 28.8268C82.9062 28.2382 83.0768 27.6355 83.1935 27.0469C83.3539 26.2435 83.4728 25.2621 83.4648 24.176C83.4603 22.7211 83.2124 21.1084 82.621 19.6137C82.0703 18.1501 81.2058 16.8495 80.2102 15.8793L80.1838 15.8519C79.0959 14.6946 77.8485 13.9936 76.9402 13.6117C76.7324 13.524 76.5361 13.4464 76.3508 13.3762C73.8005 12.5599 73.5739 12.355 71.0815 12.0982C71.0195 12.0945 70.9563 12.0909 70.8916 12.0873ZM68.2808 15.2727C69.0409 15.3606 69.7155 15.1968 70.4415 15.0381C71.136 14.8983 71.9202 14.8031 72.8313 15.03C74.7381 15.6171 74.9208 16.0379 76.7331 17.2965C76.8877 17.4172 77.0359 17.545 77.1776 17.679L77.1692 17.6709C78.7178 19.0487 79.2077 21.0431 79.5179 21.8557C79.8588 22.7667 79.4439 22.9546 79.5446 24.176C79.5467 24.2114 79.5491 24.2477 79.5517 24.2848C79.6313 25.6238 79.4118 26.4838 78.858 27.5363C78.5533 28.1356 77.7978 29.3881 76.7887 30.2789C76.0473 30.9901 75.2023 31.5063 74.7257 31.818C73.6059 32.5778 72.0267 32.492 71.1833 32.4481C70.9141 32.439 70.7016 32.4091 70.5414 32.3752C70.4731 32.3607 70.4415 32.3292 70.4415 32.2984C70.4415 32.2983 70.4415 32.2983 70.4415 32.2983C70.4415 32.2598 70.4902 32.2222 70.5765 32.2164C70.9939 32.1884 71.6251 32.1 72.3151 31.8391C73.5504 31.2976 73.8287 31.6017 75.3002 30.5696C75.667 30.2813 75.9564 29.9807 76.2083 29.6761C76.9215 28.805 77.4007 28.0118 77.9704 26.6331C78.349 25.6343 78.2345 24.9445 78.1343 24.176C78.0187 23.46 77.9558 22.6699 77.6987 21.3488C77.3677 19.9101 76.6792 19.3285 76.0109 18.8955L76.0026 18.8875C75.358 18.4887 74.6824 18.176 73.4865 17.772C72.5877 17.4772 71.5309 17.2852 70.4415 17.2351C68.3118 17.1413 66.27 16.978 65.0696 17.0002C63.4851 17.0294 61.441 17.097 59.2415 17.0567L60.2503 16.048C60.2429 16.4496 60.232 16.8564 60.2166 17.2665C60.1168 19.9227 60.3687 23.2018 60.1906 26.1339C60.0776 27.9953 59.9456 30.3457 59.8258 32.304L59.2415 31.7197C60.3679 31.7886 61.3645 31.8536 62.0638 31.9086C63.9788 32.0593 64.4455 32.0933 66.2888 32.0012C67.3484 31.9483 68.808 31.9982 70.0409 32.1929C70.6613 32.2909 70.5208 32.4273 69.8962 32.4926C68.983 32.588 68.2333 32.5242 67.7627 32.6947C66.8224 33.0355 66.4228 33.1662 65.2357 32.9679C64.0487 32.7696 63.4894 33.2202 62.7975 33.1684C62.1505 33.1199 62.1184 32.8843 59.2415 33.0213L58.5528 33.0477L58.5242 32.304C58.5147 32.1038 58.5034 31.8899 58.49 31.661C58.2852 28.1426 58.233 26.2138 58.1838 24.8814C58.1346 23.549 58.3653 20.7669 58.2821 18.5955C58.256 17.9161 58.2456 17.0171 58.2394 16.048L58.2024 15.0857L59.2415 15.0459C61.3699 15.0322 63.8368 15.039 65.0596 14.9453C66.8391 14.809 66.8428 15.1065 68.2808 15.2727ZM98.3982 12.0873C95.1149 11.9226 92.5238 12.6422 88.548 12.5546L89.7906 11.312C89.7897 11.3492 89.7889 11.3864 89.7879 11.4239C89.7331 13.557 89.5985 14.7324 89.4966 16.048L88.548 15.0994C89.7236 15.1904 91.0111 15.2554 93.194 15.214C96.4421 15.1524 99.6915 15.2655 102.052 15.2829L102.804 15.2704L102.817 16.048C102.81 17.0492 102.82 17.8904 102.867 18.5039C103.027 20.5635 102.543 20.7808 102.651 23.7057C102.758 26.6304 102.695 28.403 102.538 30.9609C102.38 33.519 102.246 41.3776 102.439 44.2353C102.633 47.093 102.297 50.3523 102.218 52.3124C102.193 52.923 102.159 53.4034 102.124 53.7718C102.109 53.9278 102.077 53.9999 102.046 54C102.046 54 102.046 54 102.046 54C102.008 53.9999 101.97 53.8882 101.965 53.6876C101.942 52.7141 101.879 51.2591 101.74 49.5402C101.48 46.3353 101.767 45.9851 101.633 41.6573C101.5 37.3295 101.232 34.7294 101.405 29.6372C101.578 24.5452 100.855 23.3756 101.265 16.1876C101.267 16.1408 101.27 16.0943 101.273 16.048L102.052 16.8274C95.5094 16.4639 94.35 17.0793 88.548 17.2507L87.3256 17.2304L87.3453 16.048C87.3317 15.5906 87.321 15.1044 87.3137 14.5844C87.2988 13.5274 87.2953 12.4296 87.2999 11.312L87.321 10.0434L88.548 10.0639C95.0041 10.0904 102.118 10.3893 105.798 10.3598C109.856 10.3273 115.221 10.2476 120.932 10.3209L121.939 10.3376L121.923 11.312C121.918 11.6789 121.913 12.0473 121.907 12.4168C121.888 13.5804 121.882 14.796 121.883 16.048L121.867 17.0145L120.932 16.9989C116.633 17.0026 111.903 17.0929 107.364 17.0522L108.368 16.048C108.358 17.1404 108.341 18.2217 108.313 19.2833C108.135 26.04 107.91 35.5927 107.759 40.0059C107.609 44.4189 107.575 45.4946 107.667 49.7423C107.694 50.986 107.694 52.4688 107.662 54L107.657 54.303L107.364 54.2981C105.889 54.2673 104.369 54.2066 102.975 54.1111C101.545 54.0131 101.869 53.8767 103.309 53.8114C104.922 53.7383 106.314 53.7587 107.364 53.6954L107.059 54C107.04 53.6801 107.013 53.392 106.973 53.1388C106.633 50.972 106.502 50.051 106.7 47.3155C106.898 44.5802 106.448 43.2913 106.5 41.6967C106.552 40.1021 106.817 40.1283 106.613 32.0204C106.408 23.9124 106.355 19.4676 106.306 16.3971C106.305 16.2851 106.303 16.1687 106.302 16.048L106.285 15.004L107.364 14.986C110.427 14.9586 116.207 15.1527 120.932 15.0966L119.981 16.048C119.978 15.8566 119.976 15.667 119.973 15.4794C119.953 14.3208 119.943 12.8852 119.936 11.312L120.932 12.3082C115.71 12.3308 108.973 12.31 105.821 12.4147C101.72 12.551 101.712 12.2535 98.3982 12.0873ZM128.767 11.7735C128.601 13.8924 129.336 15.5605 129.232 18.1431C129.128 20.7258 128.738 21.1126 128.826 24.0704C128.914 27.028 128.647 29.9873 128.807 31.3043C128.967 32.6211 128.483 32.7601 128.591 34.6302C128.698 36.5003 128.635 37.6336 128.478 39.2691C128.32 40.9047 128.186 45.9294 128.379 47.7566C128.573 49.5837 128.237 51.6677 128.158 52.921C128.133 53.3113 128.099 53.6186 128.064 53.8541C128.049 53.9539 128.017 54 127.986 54C127.986 54 127.986 54 127.986 54C127.948 54 127.91 53.9285 127.905 53.8003C127.882 53.1778 127.819 52.2475 127.68 51.1485C127.42 49.0993 127.707 48.8754 127.573 46.1082C127.44 43.3411 127.172 41.6786 127.345 38.4228C127.518 35.167 126.795 34.4192 127.205 29.8233C127.615 25.2275 126.858 24.7438 126.758 20.1639C126.696 17.3401 126.831 14.0596 126.935 11.312L126.963 10.2282L127.992 10.255C129.701 10.3199 131.203 10.3731 132.262 10.3598C132.596 10.3556 132.944 10.3507 133.304 10.3453L134.295 10.3712L134.271 11.312C134.309 13.9308 134.367 17.2122 134.279 20.6527C134.179 24.5665 134.431 29.398 134.253 33.7182C134.075 38.0384 133.85 44.1462 133.699 46.9679C133.549 49.7896 133.515 50.4773 133.607 53.1933C133.615 53.4478 133.621 53.7181 133.624 54L133.616 54.3284L133.304 54.3203C131.857 54.3356 130.103 54.2741 128.582 54.1111C127.668 54.0131 127.875 53.8767 128.795 53.8114C130.141 53.716 131.246 53.7798 131.939 53.6093C132.476 53.4773 132.893 53.3768 133.304 53.3148L132.619 54C132.521 53.3494 132.519 52.7133 132.64 51.6416C132.838 49.8927 132.388 49.0686 132.44 48.049C132.492 47.0294 132.757 47.0462 132.553 41.8621C132.348 36.678 132.295 33.836 132.246 31.8728C132.197 29.9096 132.428 25.8103 132.345 22.6108C132.271 19.7729 132.322 14.3347 132.24 11.312L133.304 12.3761C132.919 12.3866 132.573 12.3993 132.277 12.4147C129.86 12.5403 129.666 12.2975 127.992 12.1285L128.809 11.312C128.794 11.4544 128.78 11.6074 128.767 11.7735ZM144.68 16.7567C144.354 17.1736 144.076 17.6119 143.84 18.0635L143.848 18.048C143.154 19.4576 142.954 20.974 143.065 22.512C143.173 23.9637 143.485 25.4344 144.248 26.7046C144.635 27.3469 145.091 27.9786 145.645 28.5905C146.01 28.9938 146.374 29.3338 146.728 29.6304L146.689 29.6012C148.076 30.6505 149.175 31.246 150.362 31.78C151.606 32.3095 152.925 32.8319 154.931 33.4365L154.906 33.4295C155.517 33.5918 156.187 33.7667 156.934 33.9595C157.83 34.1906 158.722 34.4337 159.603 34.6846L159.575 34.6773C161.069 35.0493 162.516 35.5855 163.802 36.3177L163.77 36.301C165.01 36.9322 166.104 37.791 166.888 38.788C167.904 40.0596 168.129 41.5542 168.135 42.672C168.141 43.4565 168.021 44.123 167.902 44.6593C167.829 44.9851 167.741 45.2731 167.647 45.533L167.642 45.546C167.128 46.8131 166.483 47.4092 165.662 48.0972L165.647 48.1112C164.897 48.6763 163.934 49.2508 162.325 49.8867C162.277 49.9058 162.227 49.9249 162.176 49.9437C160.354 50.6003 158.771 50.678 157.32 50.6806C155.843 50.6663 154.443 50.4833 152.961 50.0453C152.522 49.9141 152.074 49.7649 151.614 49.5924C150.994 49.3598 150.154 49.0244 149.208 48.5419C148.235 48.0276 147.155 47.36 146.105 46.5243C145.259 45.8124 144.417 45.0239 143.654 44.1535L144.12 44.1382C143.029 45.5201 141.943 46.9111 140.98 48.1668L140.967 47.7856C142.124 49.0666 143.326 49.9921 144.196 50.5516C145.284 51.2543 146.456 51.9267 147.652 52.5187C150.148 53.7275 152.853 54.3163 154.729 54.5122C155.593 54.6036 156.277 54.654 156.803 54.6949C157.024 54.7119 157.129 54.7426 157.128 54.7736C157.128 54.7737 157.128 54.7737 157.128 54.7737C157.128 54.812 156.968 54.8507 156.68 54.8519C155.285 54.8521 153.187 54.8237 150.727 54.3681C149.226 54.0827 148.19 53.7087 147.287 53.2987C145.497 52.3693 143.968 51.6763 140.881 48.7484C140.723 48.5902 140.57 48.4316 140.421 48.2727L140.181 47.9967L140.403 47.718C141.509 46.224 142.475 44.8931 143.422 43.5956L143.861 43.0445L144.314 43.5663C145.056 44.3484 145.862 45.0524 146.735 45.7394L146.721 45.7278C147.608 46.3846 148.584 46.9885 149.699 47.5472L149.689 47.5425C150.739 48.0482 151.914 48.5029 153.261 48.8827C153.415 48.9261 153.571 48.9675 153.729 49.0071C155.065 49.337 156.25 49.4166 157.32 49.3986C159.023 49.3591 160.463 49.1288 161.841 48.5661C162.772 48.173 163.738 47.6871 164.589 46.9213L164.569 46.9398C165.132 46.3926 165.666 45.734 166.018 44.8967L166.013 44.9106C166.282 44.2343 166.496 43.4845 166.527 42.672C166.542 42.24 166.52 41.7952 166.434 41.3509C166.312 40.7187 166.063 40.1753 165.725 39.7301C164.962 38.7322 164.011 38.0893 163.102 37.6367L163.077 37.6231C161.712 36.8801 160.429 36.516 159.178 36.2642L159.153 36.2575C157.648 35.9062 156.189 35.6081 154.43 35.2352L154.399 35.2262C153.025 34.8876 151.477 34.4593 149.614 33.8259L149.603 33.8221C149.055 33.6292 148.484 33.4008 147.895 33.124C147 32.7038 146.112 32.1957 145.266 31.5928L145.225 31.5624C143.975 30.5985 142.888 29.3384 142.102 27.9208C141.143 26.198 140.887 24.2786 140.908 22.512C140.924 20.6688 141.358 18.8052 142.19 17.2188L142.202 17.196C143.085 15.5769 144.299 14.2134 145.611 13.2026C147.282 11.8944 149.08 11.1274 150.638 10.656L150.619 10.6623C151.386 10.4116 152.107 10.2325 152.759 10.0989C153.997 9.84471 155.339 9.70383 156.745 9.6954C159.54 9.68061 162.71 10.0038 165.833 11.2636C168.302 12.254 170.711 13.8289 172.643 15.9419L173.24 16.5967L172.686 17.2577C172.13 17.926 171.568 18.5981 171.002 19.2726C170.494 19.879 169.976 20.5002 169.452 21.1341L168.731 21.9927L168.004 21.1694C166.613 19.6085 164.822 18.2965 162.738 17.5248C160.74 16.7733 158.562 16.3949 156.361 16.4096C154.266 16.4127 152.204 16.898 150.628 18.0761L150.638 18.0685C149.281 19.0687 148.562 20.5398 148.552 22.192C148.549 22.3595 148.554 22.5233 148.568 22.6838C148.627 23.3675 148.864 23.9976 149.336 24.5171C149.997 25.2488 150.875 25.8667 151.861 26.3636L151.85 26.3586C153.069 26.9522 154.386 27.4449 155.738 27.858L155.714 27.8514C157.291 28.2751 158.862 28.7375 160.394 29.2227L160.373 29.217C162.023 29.682 163.613 30.2388 165.091 30.8621C166.666 31.5048 168.08 32.3562 169.22 33.3252C170.616 34.4606 171.556 35.8086 172.14 36.9791C172.189 37.0766 172.235 37.1735 172.279 37.2694C173.134 39.2329 173.163 40.859 173.159 42.224C173.118 43.9162 172.839 45.3156 172.28 46.9184C171.851 48.0831 171.167 49.3441 169.949 50.6407C169.806 50.7917 169.657 50.9422 169.501 51.0913C168.237 52.3059 166.45 53.3017 164.525 53.9577C162.541 54.642 160.395 54.8631 158.454 54.852C156.398 54.7964 156.876 54.6799 158.914 54.5288C161.104 54.3352 162.98 53.9503 164.323 53.4004C164.811 53.2035 165.232 52.9983 165.58 52.7925C167.021 51.9251 167.877 51.1991 168.782 50.3202C169.51 49.5802 170.323 48.751 171.117 47.3169C171.245 47.0797 171.355 46.8443 171.45 46.6126C172.152 44.8212 172.183 43.4139 172.1 42.224C172.038 41.4045 171.931 40.6712 171.808 39.8976C171.649 39.022 171.585 38.5074 171.136 37.5127C170.743 36.7351 170.144 35.5683 168.487 34.2433L168.478 34.2358C167.561 33.493 166.315 32.7115 164.611 32.0792C164.052 31.8652 163.46 31.6547 162.825 31.4494C161.854 31.1356 160.91 30.8724 159.996 30.6486L159.972 30.6417C158.305 30.1767 156.757 29.783 155.315 29.4456L155.287 29.438C153.749 29.0229 152.354 28.5357 151.1 27.9731L151.088 27.9675C149.874 27.4023 148.803 26.6824 147.965 25.8115C146.925 24.755 146.569 23.3197 146.573 22.192C146.549 20.6988 146.968 19.3062 147.648 18.2618C148.052 17.627 148.64 16.9764 149.379 16.4187L149.39 16.4107C151.097 15.1024 153.714 14.3473 156.361 14.4075C158.683 14.4246 161.158 14.8668 163.416 15.7418C165.114 16.3889 166.66 17.3459 167.94 18.4318C168.431 18.8459 168.937 19.3268 169.437 19.8723L167.957 19.9084C168.908 18.7307 169.99 17.4001 171.14 15.9907L171.182 17.3057C169.562 15.561 167.411 14.0813 165.067 13.1456C162.256 12.0019 159.222 11.6953 156.745 11.7207C155.342 11.7323 154.129 11.8975 153.191 12.1082C152.448 12.2744 151.822 12.4612 151.28 12.6456L151.256 12.6531C149.017 13.4078 148.117 13.8947 146.838 14.7313C146.2 15.1761 145.477 15.7455 144.68 16.7567ZM183.724 12.0873C182.716 12.0528 181.752 12.0571 180.805 12.0846L181.577 11.312C181.682 14.9305 182.127 18.3076 182.044 23.0024C181.941 28.9263 181.551 29.8135 181.639 36.5979C181.726 43.3818 181.46 50.1697 181.62 53.1905C181.635 53.4837 181.645 53.7516 181.649 54L180.805 53.1552C182.777 53.1192 183.529 53.3948 186.117 53.4158L185.532 54C185.536 53.5566 185.532 53.0592 185.518 52.4926C185.41 48.2033 185.473 45.6036 185.631 41.8523C185.655 41.2838 185.678 40.5369 185.7 39.664L185.698 39.5113L185.804 39.3884C187.017 38.079 188.574 36.3703 190.17 34.5934L190.404 34.3216L190.643 34.5986C193.291 37.7976 196.125 41.1443 197.66 42.8029C200.51 45.882 203.335 49.7524 205.127 52.0013C205.686 52.7018 206.114 53.2623 206.435 53.6981C206.572 53.8826 206.616 53.9837 206.592 54.0036C206.592 54.0036 206.592 54.0037 206.592 54.0037C206.563 54.0284 206.428 53.9275 206.235 53.7058C205.296 52.6295 203.873 51.0384 202.141 49.2013C198.912 45.7759 198.801 45.1979 194.607 40.4321C192.872 38.4605 191.399 36.8351 189.936 35.1948L190.864 35.205C189.557 36.7727 188.235 38.3332 186.643 40.1284L186.819 39.664C186.815 40.9254 186.798 42.2849 186.763 43.7935C186.661 48.2002 186.871 50.6039 186.976 54L186.966 54.8695L186.117 54.8598C184.623 54.9061 182.937 54.932 180.805 54.9022L179.892 54.8918L179.902 54C179.92 52.7644 179.956 51.3787 180.017 49.7935C180.427 39.252 179.671 38.1425 179.57 27.6375C179.521 22.478 179.596 16.6537 179.682 11.312L179.695 10.1768L180.805 10.1894C182.648 10.2189 184.435 10.2496 186.117 10.2768L187.163 10.2887L187.152 11.312C187.097 14.6777 187.057 17.624 187.069 19.7727C187.09 23.6334 187.131 28.3016 187.137 33.392L185.341 32.7288C187.456 30.2492 189.694 27.6473 192.001 25.0093C195.763 20.7076 199.971 15.6651 204.229 10.6553L204.543 10.2964L204.997 10.3016C207.225 10.2948 209.455 10.2949 211.652 10.3096L213.873 10.3276L212.406 11.9729C211.407 13.0973 210.412 14.2058 209.427 15.2889C204.831 20.344 198.933 26.8496 194.277 31.9651L194.28 31.2383C196.272 33.6351 198.019 35.743 199.297 37.2957C203.411 42.2943 204.416 43.5108 208.556 48.1672C209.982 49.772 211.698 51.769 213.399 53.8184L213.793 54.283L213.189 54.278C211.41 54.2438 209.619 54.1891 207.95 54.1111C205.853 54.0131 206.329 53.8767 208.439 53.8114C210.235 53.7559 211.844 53.7543 213.189 53.729L212.983 54.177C212.338 53.4572 211.773 52.8486 211.285 52.3917C208.951 50.2083 207.969 49.2711 205.499 46.1041C203.028 42.9373 201.452 41.8005 199.963 39.9961C198.657 38.4119 198.672 38.1071 193.333 32.0548L192.938 31.6068L193.337 31.1409C194.068 30.2893 194.894 29.3198 195.832 28.212C203.518 19.1367 207.777 14.2013 210.709 10.7833C210.757 10.7275 210.806 10.6708 210.856 10.6132L211.652 12.3719C209.956 12.3865 207.625 12.3654 204.997 12.337L205.776 11.9781C202.83 15.3486 199.307 19.3627 196.391 22.8528C194.03 25.6781 190.398 29.9274 186.885 34.0492L185.123 36.1371L185.105 33.392C185.097 28.0121 185.082 22.8034 185.014 19.8063C184.904 14.9778 185.075 14.0179 185.232 11.312L186.117 12.1966C185.452 12.1579 184.682 12.12 183.724 12.0873ZM222.75 36.3575C221.342 39.4173 221.036 42.1488 219.411 45.9151C217.809 49.6273 217.212 50.0931 215.597 54.3096L214.826 53.1695C214.892 53.1684 214.958 53.1672 215.026 53.166C217.056 53.1281 219.086 53.1564 220.906 53.1878L220.152 53.6992C221.075 51.4938 221.869 49.6273 222.225 48.4908C222.798 46.6566 223.292 46.4817 224.14 44.312L224.277 43.9512L224.682 43.9446C224.895 43.9431 225.124 43.9383 225.372 43.9293C228.341 43.8217 230.141 43.8849 232.737 44.0423C235.254 44.1949 242.824 44.3258 245.93 44.1578L246.175 44.1538L246.274 44.3909C246.316 44.4811 246.356 44.5669 246.395 44.6481C247.649 47.2714 248.562 50.4693 249.225 52.3472C249.432 52.9322 249.581 53.3979 249.687 53.7583C249.731 53.911 249.729 53.9906 249.701 54.0021C249.701 54.0021 249.701 54.0021 249.701 54.0021C249.665 54.0163 249.588 53.9249 249.508 53.7376C249.12 52.8282 248.515 51.4792 247.739 49.9099C246.602 47.6099 246.443 46.848 245.576 44.6691L245.93 44.9091C245.292 44.9087 244.537 44.918 243.596 44.9466C239.203 45.0803 236.563 45.3475 231.394 45.1747C228.498 45.0779 226.852 45.2622 224.682 45.3711L225.465 44.8402C224.913 46.4552 224.199 48.3533 222.842 51.2686C222.312 52.4092 221.885 53.383 221.528 54.2481L221.349 54.6772L220.906 54.67C218.392 54.6411 216.795 54.7946 214.826 54.9502L213.406 54.9282L213.944 53.6457C214.41 52.1557 214.962 50.4495 215.919 47.9699C218.537 41.1848 222.346 32.8229 223.948 28.7424C225.551 24.662 227.664 19.1661 230.073 13.4371C230.41 12.6372 230.75 11.8084 231.095 10.9572L231.351 10.35L231.978 10.3603C234.083 10.3657 236.305 10.3462 238.57 10.3275L239.25 10.3387L239.483 10.9438C240.942 14.4767 242.444 18.1226 243.741 21.5957C246.141 28.024 249.56 37.1021 251.096 41.3137C252.632 45.525 253.009 46.5505 254.707 50.5154C255.131 51.5042 255.602 52.6637 256.074 53.884L256.241 54.3172L255.786 54.3102C254.079 54.2852 252.276 54.2213 250.643 54.1111C249.192 54.0131 249.521 53.8767 250.982 53.8114C253.001 53.7212 254.679 53.7732 255.786 53.6353L255.448 54.1364C255.416 54.0798 255.385 54.0252 255.354 53.9727C254.215 52.06 253.744 51.2418 252.889 48.592C252.034 45.9425 251.127 44.8975 250.57 43.3768C250.012 41.856 250.269 41.7813 247 34.2241C243.731 26.6668 241.995 22.5015 240.784 19.6289C240.034 17.8513 238.898 14.829 237.672 11.6741L238.57 12.2802C236.485 12.2536 234.342 12.2397 232.405 12.2714C232.267 12.2737 232.124 12.2759 231.978 12.2779L232.874 11.6721C230.999 16.5353 227.251 25.6798 225.864 29.487C224.438 33.4008 224.159 33.2978 222.75 36.3575ZM231.202 40.5673C229.713 40.401 228.54 41.1357 226.724 41.0319C226.54 41.0214 226.373 41.0081 226.218 40.9926L224.496 41.0531L225.102 39.3504C225.739 38.1146 226.175 37.8477 226.79 36.0796C227.473 34.1135 228.486 32.2765 228.678 31.3564C228.87 30.4364 229.356 30.5237 229.74 29.2613C230.123 27.999 230.475 27.2811 231.044 26.2696C231.614 25.258 233.038 22.0219 233.331 20.756C233.624 19.4902 234.475 18.2509 234.873 17.4607C234.997 17.2145 235.108 17.0261 235.202 16.8851C235.241 16.8254 235.283 16.8067 235.311 16.8181C235.311 16.8181 235.311 16.8181 235.311 16.8181C235.347 16.8323 235.364 16.8929 235.335 16.9785C235.196 17.3942 235.013 18.0254 234.859 18.7954C234.571 20.231 234.246 20.2717 233.654 22.1302C233.063 23.9888 232.881 25.1741 231.879 27.2395C230.876 29.3048 231.355 30.0598 229.785 32.9142C228.215 35.7686 228.794 36.3631 227.702 39.3947C227.601 39.6759 227.493 39.9622 227.38 40.2517L226.218 38.5423C229.259 38.5306 232.768 38.8712 234.53 38.8398C236.471 38.8052 239.078 38.7171 241.83 38.8169C242.619 38.8455 243.46 38.8452 244.33 38.8345L243.439 40.142C242.621 38.1331 241.676 35.9784 241.002 33.9142C240.057 31.0215 238.696 26.9417 238.111 25.0397C237.526 23.1379 237.381 22.6753 236.597 20.9314C236.146 19.929 235.64 18.5031 235.354 17.243C235.211 16.6088 235.391 16.6945 235.688 17.2729C236.123 18.1187 236.347 18.865 236.684 19.2565C237.358 20.0387 237.631 20.3763 237.896 21.5936C238.161 22.8108 238.792 23.1854 239.006 23.8716C239.22 24.5579 238.968 24.6441 240.491 27.9622C242.014 31.2804 242.794 33.1214 243.344 34.3883C243.806 35.452 244.472 37.5734 245.206 39.4479L245.742 40.6834L244.33 40.7332C243.945 40.7328 243.568 40.7381 243.207 40.7514C240.957 40.8347 236.384 40.7584 234.54 40.8947C232.696 41.031 232.692 40.7335 231.202 40.5673ZM262.142 11.7735C261.976 13.8924 262.711 15.5605 262.607 18.1431C262.503 20.7258 262.113 21.1126 262.201 24.0704C262.289 27.028 262.022 29.9873 262.182 31.3043C262.342 32.6211 261.858 32.7601 261.966 34.6302C262.073 36.5003 262.01 37.6336 261.853 39.2691C261.695 40.9047 261.561 45.9294 261.754 47.7566C261.948 49.5837 261.612 51.6677 261.533 52.921C261.508 53.3113 261.474 53.6186 261.439 53.8541C261.424 53.9539 261.392 54 261.361 54C261.361 54 261.361 54 261.361 54C261.323 54 261.285 53.9285 261.28 53.8003C261.257 53.1778 261.194 52.2475 261.055 51.1485C260.795 49.0993 261.082 48.8754 260.948 46.1082C260.815 43.3411 260.547 41.6786 260.72 38.4228C260.893 35.167 260.17 34.4192 260.58 29.8233C260.99 25.2275 260.233 24.7438 260.133 20.1639C260.071 17.3401 260.206 14.0596 260.31 11.312L260.338 10.2282L261.367 10.255C263.076 10.3199 264.578 10.3731 265.637 10.3598C265.971 10.3556 266.319 10.3507 266.679 10.3453L267.67 10.3712L267.646 11.312C267.684 13.9308 267.742 17.2122 267.654 20.6527C267.554 24.5665 267.806 29.398 267.628 33.7182C267.45 38.0384 267.225 44.1462 267.074 46.9679C266.924 49.7896 266.89 50.4773 266.982 53.1933C266.99 53.4478 266.996 53.7181 266.999 54L266.991 54.3284L266.679 54.3203C265.232 54.3356 263.478 54.2741 261.957 54.1111C261.043 54.0131 261.25 53.8767 262.17 53.8114C263.516 53.716 264.621 53.7798 265.314 53.6093C265.851 53.4773 266.268 53.3768 266.679 53.3148L265.994 54C265.896 53.3494 265.894 52.7133 266.015 51.6416C266.213 49.8927 265.763 49.0686 265.815 48.049C265.867 47.0294 266.132 47.0462 265.928 41.8621C265.723 36.678 265.67 33.836 265.621 31.8728C265.572 29.9096 265.803 25.8103 265.72 22.6108C265.646 19.7729 265.697 14.3347 265.615 11.312L266.679 12.3761C266.294 12.3866 265.948 12.3993 265.652 12.4147C263.235 12.5403 263.041 12.2975 261.367 12.1285L262.184 11.312C262.169 11.4544 262.155 11.6074 262.142 11.7735ZM278.055 16.7567C277.729 17.1736 277.451 17.6119 277.215 18.0635L277.223 18.048C276.529 19.4576 276.329 20.974 276.44 22.512C276.548 23.9637 276.86 25.4344 277.623 26.7046C278.01 27.3469 278.466 27.9786 279.02 28.5905C279.385 28.9938 279.749 29.3338 280.103 29.6304L280.064 29.6012C281.451 30.6505 282.55 31.246 283.737 31.78C284.981 32.3095 286.3 32.8319 288.306 33.4365L288.281 33.4295C288.892 33.5918 289.562 33.7667 290.309 33.9595C291.205 34.1906 292.097 34.4337 292.978 34.6846L292.95 34.6773C294.444 35.0493 295.891 35.5855 297.177 36.3177L297.145 36.301C298.385 36.9322 299.479 37.791 300.263 38.788C301.279 40.0596 301.504 41.5542 301.51 42.672C301.516 43.4565 301.396 44.123 301.277 44.6593C301.204 44.9851 301.116 45.2731 301.022 45.533L301.017 45.546C300.503 46.8131 299.858 47.4092 299.037 48.0972L299.022 48.1112C298.272 48.6763 297.309 49.2508 295.7 49.8867C295.652 49.9058 295.602 49.9249 295.551 49.9437C293.729 50.6003 292.146 50.678 290.695 50.6806C289.218 50.6663 287.818 50.4833 286.336 50.0453C285.897 49.9141 285.449 49.7649 284.989 49.5924C284.369 49.3598 283.529 49.0244 282.583 48.5419C281.61 48.0276 280.53 47.36 279.48 46.5243C278.634 45.8124 277.792 45.0239 277.029 44.1535L277.495 44.1382C276.404 45.5201 275.318 46.9111 274.355 48.1668L274.342 47.7856C275.499 49.0666 276.701 49.9921 277.571 50.5516C278.659 51.2543 279.831 51.9267 281.027 52.5187C283.523 53.7275 286.228 54.3163 288.104 54.5122C288.968 54.6036 289.652 54.654 290.178 54.6949C290.399 54.7119 290.504 54.7426 290.504 54.7736C290.504 54.7737 290.504 54.7737 290.504 54.7737C290.503 54.812 290.343 54.8507 290.055 54.8519C288.66 54.8521 286.562 54.8237 284.102 54.3681C282.601 54.0827 281.565 53.7087 280.662 53.2987C278.872 52.3693 277.343 51.6763 274.256 48.7484C274.098 48.5902 273.945 48.4316 273.796 48.2727L273.556 47.9967L273.778 47.718C274.884 46.224 275.85 44.8931 276.797 43.5956L277.236 43.0445L277.689 43.5663C278.431 44.3484 279.237 45.0524 280.11 45.7394L280.096 45.7278C280.983 46.3846 281.959 46.9885 283.074 47.5472L283.065 47.5425C284.114 48.0482 285.289 48.5029 286.636 48.8827C286.79 48.9261 286.946 48.9675 287.104 49.0071C288.44 49.337 289.625 49.4166 290.695 49.3986C292.398 49.3591 293.838 49.1288 295.216 48.5661C296.147 48.173 297.113 47.6871 297.964 46.9213L297.944 46.9398C298.507 46.3926 299.041 45.734 299.393 44.8967L299.388 44.9106C299.657 44.2343 299.871 43.4845 299.902 42.672C299.917 42.24 299.895 41.7952 299.809 41.3509C299.687 40.7187 299.438 40.1753 299.099 39.7301C298.337 38.7322 297.386 38.0893 296.477 37.6367L296.452 37.6231C295.087 36.8801 293.804 36.516 292.553 36.2642L292.528 36.2575C291.023 35.9062 289.564 35.6081 287.805 35.2352L287.774 35.2262C286.4 34.8876 284.852 34.4593 282.989 33.8259L282.978 33.8221C282.43 33.6292 281.859 33.4008 281.27 33.124C280.375 32.7038 279.487 32.1957 278.641 31.5928L278.6 31.5624C277.35 30.5985 276.263 29.3384 275.477 27.9208C274.518 26.198 274.262 24.2786 274.283 22.512C274.299 20.6688 274.733 18.8052 275.565 17.2188L275.577 17.196C276.46 15.5769 277.674 14.2134 278.986 13.2026C280.657 11.8944 282.455 11.1274 284.013 10.656L283.994 10.6623C284.761 10.4116 285.482 10.2325 286.134 10.0989C287.372 9.84471 288.714 9.70383 290.12 9.6954C292.915 9.68061 296.085 10.0038 299.208 11.2636C301.677 12.254 304.086 13.8289 306.018 15.9419L306.615 16.5967L306.061 17.2577C305.505 17.926 304.943 18.5981 304.377 19.2726C303.869 19.879 303.351 20.5002 302.827 21.1341L302.106 21.9927L301.379 21.1694C299.988 19.6085 298.197 18.2965 296.113 17.5248C294.115 16.7733 291.937 16.3949 289.736 16.4096C287.641 16.4127 285.579 16.898 284.003 18.0761L284.013 18.0685C282.656 19.0687 281.936 20.5398 281.927 22.192C281.924 22.3595 281.929 22.5233 281.943 22.6838C282.002 23.3675 282.239 23.9976 282.711 24.5171C283.372 25.2488 284.25 25.8667 285.236 26.3636L285.225 26.3586C286.444 26.9522 287.761 27.4449 289.113 27.858L289.089 27.8514C290.666 28.2751 292.237 28.7375 293.769 29.2227L293.748 29.217C295.398 29.682 296.988 30.2388 298.466 30.8621C300.041 31.5048 301.455 32.3562 302.595 33.3252C303.991 34.4606 304.931 35.8086 305.515 36.9791C305.564 37.0766 305.61 37.1735 305.654 37.2694C306.509 39.2329 306.538 40.859 306.534 42.224C306.493 43.9162 306.214 45.3156 305.655 46.9184C305.226 48.0831 304.542 49.3441 303.324 50.6407C303.181 50.7917 303.032 50.9422 302.876 51.0913C301.612 52.3059 299.825 53.3017 297.9 53.9577C295.915 54.642 293.77 54.8631 291.829 54.852C289.773 54.7964 290.251 54.6799 292.289 54.5288C294.479 54.3352 296.355 53.9503 297.698 53.4004C298.186 53.2035 298.607 52.9983 298.955 52.7925C300.396 51.9251 301.252 51.1991 302.157 50.3202C302.885 49.5802 303.698 48.751 304.492 47.3169C304.62 47.0797 304.73 46.8443 304.825 46.6126C305.527 44.8212 305.558 43.4139 305.475 42.224C305.413 41.4045 305.306 40.6712 305.183 39.8976C305.024 39.022 304.96 38.5074 304.511 37.5127C304.118 36.7351 303.519 35.5683 301.862 34.2433L301.853 34.2358C300.936 33.493 299.69 32.7115 297.986 32.0792C297.427 31.8652 296.835 31.6547 296.2 31.4494C295.229 31.1356 294.285 30.8724 293.371 30.6486L293.347 30.6417C291.68 30.1767 290.132 29.783 288.69 29.4456L288.662 29.438C287.124 29.0229 285.729 28.5357 284.475 27.9731L284.463 27.9675C283.249 27.4023 282.178 26.6824 281.34 25.8115C280.3 24.755 279.944 23.3197 279.948 22.192C279.924 20.6988 280.343 19.3062 281.023 18.2618C281.427 17.627 282.015 16.9764 282.754 16.4187L282.765 16.4107C284.472 15.1024 287.089 14.3473 289.736 14.4075C292.058 14.4246 294.533 14.8668 296.791 15.7418C298.489 16.3889 300.035 17.3459 301.315 18.4318C301.806 18.8459 302.312 19.3268 302.812 19.8723L301.332 19.9084C302.283 18.7307 303.365 17.4001 304.515 15.9907L304.557 17.3057C302.937 15.561 300.786 14.0813 298.442 13.1456C295.631 12.0019 292.597 11.6953 290.12 11.7207C288.717 11.7323 287.504 11.8975 286.566 12.1082C285.823 12.2744 285.197 12.4612 284.655 12.6456L284.631 12.6531C282.392 13.4078 281.492 13.8947 280.213 14.7313C279.575 15.1761 278.852 15.7455 278.055 16.7567Z' fill='%23171717'/%3E%3C/svg%3E%0A");
  }
  .home_index_page .main .cta-section.march2026 .cta-content h1.title.en .title-svg {
    width: 396px;
    height: 167px;
    background-image: url("data:image/svg+xml,%3Csvg width='396' height='167' viewBox='0 0 396 167' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.264 32.688C3.264 20.08 11.776 10.608 24.448 10.608C37.056 10.608 45.632 20.08 45.632 32.688C45.632 45.296 37.056 54.768 24.448 54.768C11.776 54.768 3.264 45.296 3.264 32.688ZM40.128 32.688C40.128 22.704 33.984 15.344 24.448 15.344C14.848 15.344 8.768 22.704 8.768 32.688C8.768 42.608 14.848 50.032 24.448 50.032C33.984 50.032 40.128 42.608 40.128 32.688ZM53.9295 54V11.312H71.0815C79.6575 11.312 84.4575 17.2 84.4575 24.176C84.4575 31.152 79.5295 37.04 71.0815 37.04H59.2415V54H53.9295ZM78.9535 24.176C78.9535 19.376 75.4975 16.048 70.4415 16.048H59.2415V32.304H70.4415C75.4975 32.304 78.9535 28.976 78.9535 24.176ZM102.052 54V16.048H88.548V11.312H120.932V16.048H107.364V54H102.052ZM127.992 54V11.312H133.304V54H127.992ZM163.337 54.768C151.241 54.768 141.577 45.808 141.577 32.688C141.577 19.568 151.241 10.608 163.337 10.608C171.081 10.608 176.329 14.256 179.721 19.056L175.241 21.552C172.809 17.968 168.393 15.344 163.337 15.344C154.185 15.344 147.081 22.512 147.081 32.688C147.081 42.8 154.185 50.032 163.337 50.032C168.393 50.032 172.809 47.472 175.241 43.824L179.785 46.32C176.201 51.184 171.081 54.768 163.337 54.768ZM217.023 54L213.247 44.528H191.615L187.839 54H181.951L199.103 11.312H205.695L222.911 54H217.023ZM202.431 16.048L193.151 39.792H211.647L202.431 16.048ZM228.492 54V11.312H233.804V49.264H253.644V54H228.492Z' fill='white'/%3E%3Cpath d='M43.5979 24.8293C42.7558 21.9965 41.0366 20.2654 38.7916 17.6923C36.3834 15.2542 36.1415 14.5028 32.4131 12.9142C29.5968 11.8392 26.5685 11.3622 24.448 11.3711C23.7124 11.3692 23.1022 11.4149 22.6383 11.4913C20.8602 11.836 20.5723 11.3204 18.0825 12.1018C15.6382 12.9778 14.2231 13.6407 12.26 14.8051C10.0817 15.7322 5.56581 21.435 5.14476 24.0813C4.40712 26.5313 3.63238 29.3673 3.47234 31.1547C3.41647 31.7115 3.37439 32.14 3.33632 32.4788C3.32034 32.6215 3.28932 32.688 3.25837 32.688C3.25835 32.688 3.25833 32.688 3.25831 32.688C3.21991 32.688 3.18165 32.5847 3.17862 32.4001C3.16438 31.5099 3.15699 30.1712 3.262 28.5801C3.57043 25.623 3.80698 25.3046 5.3462 21.5994C7.11237 18.0247 8.53079 15.7151 12.6411 13.1896C16.8011 11.1224 17.8386 9.753 24.448 9.80584C24.5322 9.81063 24.6172 9.81602 24.7028 9.82202C31.3257 10.743 32.4513 10.1703 38.3079 13.9274C44.2927 18.0638 46.5702 27.1723 46.5423 31.1464C46.5736 31.644 46.5933 32.1496 46.5987 32.688C46.6588 36.5333 45.8319 41.5767 42.9701 45.9082C39.9406 50.913 33.3273 55.3684 26.8035 55.6082C26.054 55.6575 25.2651 55.6747 24.448 55.6526C18.231 55.7823 11.3423 51.9068 9.10743 49.0301C6.47098 45.8854 6.00551 44.9595 4.43607 41.367C3.5852 39.2685 3.02271 36.151 3.16578 33.5364C3.24347 32.2199 3.37128 32.5313 3.47616 33.8279C3.64915 35.7303 3.8627 37.285 4.23938 38.2011C5.02693 40.0171 5.35058 40.7359 6.17886 43.0167C7.0901 45.2914 8.18763 45.9533 9.01425 47.0542C9.4474 47.6 9.61 47.9165 10.3393 48.6902C11.0871 49.4191 12.3647 50.7901 15.6497 52.2097C19.212 53.6624 22.175 53.8223 24.448 53.7953C26.4157 53.753 27.898 53.5083 29.1003 53.2316C31.7023 52.7837 37.088 50.5915 39.7614 47.0232C42.4831 44.1922 44.9358 36.8977 44.5679 32.688C44.5573 32.1534 44.529 31.6875 44.4916 31.2787C44.0451 27.7261 44.2776 27.6804 43.5979 24.8293ZM8.90696 26.2204C9.78346 24.0156 9.92267 21.8661 11.9949 19.547C14.1885 17.4076 14.7772 17.3628 17.7974 15.8064C20.13 14.7272 22.722 14.5623 24.448 14.581C25.0497 14.5828 25.55 14.5976 25.939 14.5877C27.4613 14.5925 27.5626 15.0386 29.6168 15.5182C31.6711 16.0884 32.8269 16.8118 34.2044 18.0475C35.7912 19.1347 38.8563 23.8682 39.4552 25.846C40.3091 27.7371 40.292 30.1301 40.2642 31.4988C40.2608 31.9328 40.2324 32.2657 40.199 32.5269C40.1847 32.637 40.1532 32.688 40.1224 32.688C40.1223 32.688 40.1223 32.688 40.1223 32.688C40.0838 32.6879 40.0462 32.6092 40.0402 32.469C40.0105 31.7934 39.9103 30.7747 39.6108 29.6197C38.9831 27.5077 39.2942 27.1576 38.0522 24.4617C36.6395 21.8649 35.4271 20.5419 32.7949 18.4225C29.9681 16.5775 28.9877 16.7487 24.448 16.1467C24.386 16.1417 24.3234 16.1369 24.2603 16.1322C19.4469 16.0947 18.8595 17.0443 15.2989 19.7472C11.672 22.6558 9.70132 28.6745 9.74658 31.5799C9.73371 31.9371 9.7295 32.3006 9.73484 32.688C9.76673 35.4303 10.3432 38.8839 12.0192 42.0067C13.8382 45.6796 18.338 48.5365 22.7869 49.002C23.3087 49.0751 23.8652 49.1259 24.448 49.1481C28.8154 49.5448 33.7806 46.9392 35.4991 44.8955C37.5196 42.6782 37.9179 41.9405 38.8345 39.1824C39.3248 37.5711 39.7765 35.3072 40.0081 33.332C40.1198 32.337 40.2625 32.5593 40.3002 33.5738C40.3411 35.0656 40.086 36.266 40.1035 37.0549C40.1132 38.6275 40.073 39.3684 39.1292 41.1271C38.1433 42.8419 37.9799 43.8453 37.2336 44.7716C36.8519 45.22 36.6135 45.4008 35.9738 46.0127C35.3106 46.5885 34.3202 47.7438 31.6993 49.1838C28.8468 50.669 26.3445 50.9453 24.448 51.0042C22.7877 51.0408 21.5096 50.8672 20.4669 50.6567C18.1789 50.338 13.787 47.9037 11.5856 44.8562C9.27792 42.3678 7.57315 36.1462 7.70422 32.688C7.6937 32.2382 7.69246 31.8447 7.69324 31.4981C7.78585 28.4918 8.13268 28.4933 8.90696 26.2204ZM70.892 12.0873C67.8988 11.921 65.5424 12.6557 61.8941 12.5519C58.3681 12.4515 57.7395 12.0841 53.9295 12.1388L54.7563 11.312C54.7582 11.4442 54.7606 11.5803 54.7635 11.7204C54.8512 15.8984 54.5846 20.0789 54.7447 21.9392C54.9049 23.7995 54.4207 23.9959 54.5282 26.6376C54.6358 29.2793 54.5726 30.8803 54.4152 33.1907C54.2578 35.5012 54.1234 42.5993 54.3167 45.1803C54.5101 47.7614 54.1746 50.7053 54.095 52.4757C54.0702 53.0272 54.0363 53.4612 54.001 53.7939C53.9861 53.9348 53.9548 54 53.9239 54C53.9238 54 53.9238 54 53.9238 54C53.8853 53.9999 53.8475 53.899 53.8426 53.7178C53.819 52.8385 53.7568 51.5244 53.6173 49.9719C53.3571 47.0771 53.6446 46.7608 53.5109 42.8518C53.3772 38.9429 53.11 36.5944 53.2828 31.9951C53.4556 27.3959 52.7324 26.3395 53.1423 19.8472C53.4106 15.597 53.1791 13.8364 52.959 11.312L52.9772 10.3239L53.9295 10.3415C55.2611 10.2253 56.8053 10.1124 59.0395 10.0777C62.8712 10.0181 67.2982 10.1402 71.0815 10.2425C73.8498 10.2969 76.2443 11.0213 77.7939 11.7362C81.622 13.2128 85.6988 18.2865 85.4381 24.176C85.4363 24.2889 85.4333 24.4016 85.4289 24.5141C85.6917 30.4568 80.0276 37.6906 73.2354 37.8621C72.538 37.927 71.8269 37.9502 71.0815 37.9303C67.2585 37.8215 62.8395 37.7013 59.2415 37.5934L59.7949 37.04C59.7375 38.9554 59.6836 40.6382 59.6369 41.8744C59.4862 45.8603 59.4522 46.8318 59.5443 50.6685C59.5679 51.652 59.571 52.801 59.55 54L59.5442 54.3141L59.2415 54.3085C57.7519 54.2824 56.1852 54.219 54.7634 54.1111C53.4719 54.0131 53.7645 53.8767 55.0645 53.8114C56.8029 53.7241 58.2565 53.77 59.2415 53.6481L58.8896 54C58.8782 53.9079 58.8653 53.82 58.8508 53.7363C58.51 51.7791 58.3793 50.9473 58.5776 48.4766C58.7759 46.0059 58.3253 44.8418 58.3771 43.4016C58.4227 42.1378 58.6329 42.0011 58.5454 37.04L58.5328 36.357L59.2415 36.3439C59.9347 36.3317 60.722 36.3136 61.6197 36.2885C65.6685 36.1753 68.706 36.1087 71.0815 36.0635C72.9051 36.0237 74.2696 35.7282 75.3601 35.3749C77.8462 34.8642 82.5837 31.4196 83.1908 27.0274C83.3521 26.2297 83.4726 25.2543 83.4649 24.176C83.8206 19.4919 79.6929 14.3112 76.9524 13.611C73.8306 12.5347 73.7457 12.4049 71.0815 12.0982C71.0197 12.0945 70.9566 12.0908 70.892 12.0873ZM58.4662 20.2613C58.6291 18.8536 57.9271 17.7395 57.9963 16.048L57.9504 14.8524L59.2415 14.8028C59.2765 14.8042 59.3117 14.806 59.3471 14.8081C61.0983 14.9119 61.3605 15.3017 63.366 15.214C65.3715 15.1263 67.378 15.3929 68.271 15.2328C69.1436 15.0762 69.2534 15.5352 70.4415 15.4557C70.4708 15.4539 70.5007 15.4518 70.5313 15.4496C71.8661 15.3672 72.712 15.5768 73.7743 16.0817C74.3054 16.3358 75.3789 16.8613 76.2877 17.6394C77.2128 18.3999 77.9177 19.39 78.3053 19.9188C79.1332 20.9904 79.1262 22.5873 79.0911 23.4316C79.0867 23.7029 79.0581 23.9135 79.0245 24.0756C79.0102 24.1443 78.9787 24.176 78.9479 24.176C78.9478 24.176 78.9478 24.176 78.9478 24.176C78.9093 24.1759 78.8717 24.1272 78.8657 24.0409C78.8367 23.6256 78.7381 22.9954 78.4508 22.3205C77.859 21.1189 78.1422 20.8267 77.0251 19.4213C75.7862 18.1342 74.7947 17.7486 72.9043 17.0027C71.8906 16.6536 71.2066 16.7638 70.4415 16.8648C69.6682 16.9668 68.7718 17.0332 67.2668 16.8352C64.1506 16.4254 63.8227 17.1817 60.7173 17.2823C60.2411 17.2977 59.7457 17.301 59.2415 17.2955L60.489 16.048C60.459 18.8317 60.1644 21.8846 60.1937 23.4695C60.2283 25.3415 60.3164 27.8557 60.2166 30.5094C60.195 31.0819 60.1899 31.6833 60.1932 32.304L59.2415 31.3523C61.498 31.34 64.0086 31.2152 66.3059 31.3549C67.5532 31.4307 69.0203 31.515 70.4415 31.5985C72.2487 31.7347 73.9624 31.2703 74.9006 30.8092C76.5044 29.9677 76.9163 29.5837 77.7384 28.0307C78.1845 27.1157 78.6061 25.785 78.8344 24.572C78.9448 23.9628 79.0874 24.0915 79.1266 24.7318C79.1705 25.6735 78.9246 26.4149 78.9424 26.9305C78.9536 27.9629 78.8846 28.5045 77.9839 29.4555C77.0613 30.3487 76.8742 31.0444 76.2118 31.4684C75.8802 31.6639 75.6804 31.7049 75.1563 31.9303C74.6252 32.1325 73.78 32.5976 71.9203 32.9625C71.4004 33.0582 70.9075 33.1097 70.4415 33.133C67.7847 33.2749 66.1994 33.3194 65.0547 33.3617C63.8173 33.4074 61.3285 33.2113 59.2415 33.2503L58.3329 33.2852L58.2952 32.304C58.2922 32.1458 58.2879 31.99 58.2821 31.8371C58.1988 29.6677 58.2751 25.2573 58.1388 23.4794C58.0025 21.7016 58.3 21.6979 58.4662 20.2613ZM98.3982 12.0873C95.1149 11.9226 92.5238 12.6422 88.548 12.5546L89.7906 11.312C89.7897 11.3492 89.7889 11.3864 89.7879 11.4239C89.7331 13.557 89.5985 14.7324 89.4966 16.048L88.548 15.0994C89.7236 15.1904 91.0111 15.2554 93.194 15.214C96.4421 15.1524 99.6915 15.2655 102.052 15.2829L102.804 15.2704L102.817 16.048C102.81 17.0492 102.82 17.8904 102.867 18.5039C103.027 20.5635 102.543 20.7808 102.651 23.7057C102.758 26.6304 102.695 28.403 102.538 30.9609C102.38 33.519 102.246 41.3776 102.439 44.2353C102.633 47.093 102.297 50.3523 102.218 52.3124C102.193 52.923 102.159 53.4034 102.124 53.7718C102.109 53.9278 102.077 53.9999 102.046 54C102.046 54 102.046 54 102.046 54C102.008 53.9999 101.97 53.8882 101.965 53.6876C101.942 52.7141 101.879 51.2591 101.74 49.5402C101.48 46.3353 101.767 45.9851 101.633 41.6573C101.5 37.3295 101.232 34.7294 101.405 29.6372C101.578 24.5452 100.855 23.3756 101.265 16.1876C101.267 16.1408 101.27 16.0943 101.273 16.048L102.052 16.8274C95.5094 16.4639 94.35 17.0793 88.548 17.2507L87.3256 17.2304L87.3453 16.048C87.3317 15.5906 87.321 15.1044 87.3137 14.5844C87.2988 13.5274 87.2953 12.4296 87.2999 11.312L87.321 10.0434L88.548 10.0639C95.0041 10.0904 102.118 10.3893 105.798 10.3598C109.856 10.3273 115.221 10.2476 120.932 10.3209L121.939 10.3376L121.923 11.312C121.918 11.6789 121.913 12.0473 121.907 12.4168C121.888 13.5804 121.882 14.796 121.883 16.048L121.867 17.0145L120.932 16.9989C116.633 17.0026 111.903 17.0929 107.364 17.0522L108.368 16.048C108.358 17.1404 108.341 18.2217 108.313 19.2833C108.135 26.04 107.91 35.5927 107.759 40.0059C107.609 44.4189 107.575 45.4946 107.667 49.7423C107.694 50.986 107.694 52.4688 107.662 54L107.657 54.303L107.364 54.2981C105.889 54.2673 104.369 54.2066 102.975 54.1111C101.545 54.0131 101.869 53.8767 103.309 53.8114C104.922 53.7383 106.314 53.7587 107.364 53.6954L107.059 54C107.04 53.6801 107.013 53.392 106.973 53.1388C106.633 50.972 106.502 50.051 106.7 47.3155C106.898 44.5802 106.448 43.2913 106.5 41.6967C106.552 40.1021 106.817 40.1283 106.613 32.0204C106.408 23.9124 106.355 19.4676 106.306 16.3971C106.305 16.2851 106.303 16.1687 106.302 16.048L106.285 15.004L107.364 14.986C110.427 14.9586 116.207 15.1527 120.932 15.0966L119.981 16.048C119.978 15.8566 119.976 15.667 119.973 15.4794C119.953 14.3208 119.943 12.8852 119.936 11.312L120.932 12.3082C115.71 12.3308 108.973 12.31 105.821 12.4147C101.72 12.551 101.712 12.2535 98.3982 12.0873ZM128.767 11.7735C128.601 13.8924 129.336 15.5605 129.232 18.1431C129.128 20.7258 128.738 21.1126 128.826 24.0704C128.914 27.028 128.647 29.9873 128.807 31.3043C128.967 32.6211 128.483 32.7601 128.591 34.6302C128.698 36.5003 128.635 37.6336 128.478 39.2691C128.32 40.9047 128.186 45.9294 128.379 47.7566C128.573 49.5837 128.237 51.6677 128.158 52.921C128.133 53.3113 128.099 53.6186 128.064 53.8541C128.049 53.9539 128.017 54 127.986 54C127.986 54 127.986 54 127.986 54C127.948 54 127.91 53.9285 127.905 53.8003C127.882 53.1778 127.819 52.2475 127.68 51.1485C127.42 49.0993 127.707 48.8754 127.573 46.1082C127.44 43.3411 127.172 41.6786 127.345 38.4228C127.518 35.167 126.795 34.4192 127.205 29.8233C127.615 25.2275 126.858 24.7438 126.758 20.1639C126.696 17.3401 126.831 14.0596 126.935 11.312L126.963 10.2282L127.992 10.255C129.701 10.3199 131.203 10.3731 132.262 10.3598C132.596 10.3556 132.944 10.3507 133.304 10.3453L134.295 10.3712L134.271 11.312C134.309 13.9308 134.367 17.2122 134.279 20.6527C134.179 24.5665 134.431 29.398 134.253 33.7182C134.075 38.0384 133.85 44.1462 133.699 46.9679C133.549 49.7896 133.515 50.4773 133.607 53.1933C133.615 53.4478 133.621 53.7181 133.624 54L133.616 54.3284L133.304 54.3203C131.857 54.3356 130.103 54.2741 128.582 54.1111C127.668 54.0131 127.875 53.8767 128.795 53.8114C130.141 53.716 131.246 53.7798 131.939 53.6093C132.476 53.4773 132.893 53.3768 133.304 53.3148L132.619 54C132.521 53.3494 132.519 52.7133 132.64 51.6416C132.838 49.8927 132.388 49.0686 132.44 48.049C132.492 47.0294 132.757 47.0462 132.553 41.8621C132.348 36.678 132.295 33.836 132.246 31.8728C132.197 29.9096 132.428 25.8103 132.345 22.6108C132.271 19.7729 132.322 14.3347 132.24 11.312L133.304 12.3761C132.919 12.3866 132.573 12.3993 132.277 12.4147C129.86 12.5403 129.666 12.2975 127.992 12.1285L128.809 11.312C128.794 11.4544 128.78 11.6074 128.767 11.7735ZM178.555 18.7812C176.014 15.3451 172.848 13.6995 168.079 12.3804C166.031 11.8663 164.657 11.7222 163.337 11.6224C161.525 11.5385 159.751 11.4488 156.482 12.503C150.78 14.2868 146.513 18.8617 145.412 21.239C144.311 23.6002 143.624 23.6427 142.76 27.337C142.359 29.4129 142.249 31.0653 142.209 32.688C142.185 33.9701 142.216 35.2351 142.382 36.6918C142.549 38.3341 143.309 41.7227 145.142 44.6745C146.908 47.6656 149.671 49.9715 151.288 50.8781C154.459 52.8168 158.53 54.231 161.117 54.4996C161.912 54.5984 162.547 54.6528 163.033 54.6946C163.24 54.712 163.336 54.7426 163.337 54.7736C163.337 54.7737 163.337 54.7737 163.337 54.7737C163.337 54.812 163.187 54.8508 162.919 54.8513C161.624 54.8524 159.679 54.7815 157.403 54.3347C153.246 53.2575 152.67 53.0074 148.103 49.4017C143.914 45.4129 141.714 41.9855 141.037 35.0859C140.98 34.2135 140.959 33.4254 140.956 32.688C141.257 27.8094 140.476 24.6856 145.87 17.8102C152.77 11.42 154.339 10.3189 163.337 9.38518C163.64 9.38077 163.942 9.38202 164.262 9.39048C170.499 9.28398 177.45 13.3668 180.584 18.4457L181.259 19.4263L180.235 19.9799C178.604 20.8499 177.075 21.6664 175.714 22.4021L174.92 22.8318L174.435 22.0984C173.707 20.9935 172.87 20.133 172.112 19.5027C170.013 17.7384 166.873 16.3349 163.337 16.3592C159.987 16.3512 156.372 17.4752 153.541 19.8667C150.141 22.6257 147.989 27.5951 148.083 32.688C148.086 36.5021 149.24 40.3053 151.384 43.227C153.743 46.6609 158.522 49.3755 163.337 49.3655C168.304 49.5284 172.468 46.7349 174.243 44.5163C174.5 44.2135 174.73 43.9142 174.936 43.6213L175.129 43.3408L175.416 43.5037C177.298 44.6002 178.618 45.366 179.91 46.0923L180.171 46.24L179.994 46.4741C178.849 47.9538 177.723 49.4003 175.402 51.2445C172.855 53.3484 168.373 54.9501 164.568 54.8483C162.659 54.7986 163.106 54.6836 164.99 54.5226C167.744 54.2438 169.945 53.592 171.174 52.8833C173.581 51.3957 174.499 50.718 177.154 48.4113C178.11 47.5301 178.757 46.6911 179.26 45.9336L179.471 46.8909C178.033 46.1898 176.923 45.7715 175.767 45.0996C175.415 44.8946 175.136 44.7211 174.848 44.5387L175.919 44.2763C175.451 44.8722 174.955 45.5328 173.659 46.7234C172.347 47.834 170.176 49.7636 165.657 50.6102C164.866 50.744 164.09 50.8118 163.337 50.8248C153.187 50.6713 149.31 44.2322 147.72 40.9431C146.853 39.1065 146.017 36.0776 146.078 32.688C146.078 28.8975 147.286 24.6614 149.409 21.5952C151.466 18.1279 157.374 14.1116 163.337 14.3285C167.763 14.2788 171.518 16.3393 173.412 17.9104C174.828 19.0548 175.614 20.0739 176.168 20.9225L174.695 20.5726C176.335 19.7139 177.238 19.3773 179.324 18.344L179.055 19.5264C178.906 19.2922 178.741 19.044 178.555 18.7812ZM189.804 36.5356C188.395 39.5955 188.089 42.3269 186.464 46.0933C184.885 49.7522 184.283 50.2572 182.719 54.3086L181.951 53.1723C182.078 53.1706 182.209 53.1685 182.343 53.166C184.231 53.1307 186.12 53.1528 187.839 53.1813L187.078 53.6968C188.065 51.3374 188.926 49.331 189.3 48.1341C189.84 46.4057 190.31 46.1507 191.072 44.3115L191.209 43.95L191.615 43.9434C191.93 43.9476 192.284 43.944 192.689 43.9293C195.658 43.8217 197.458 43.8849 200.054 44.0423C202.571 44.1949 210.141 44.3258 213.247 44.1578L213.492 44.1538L213.591 44.3909C213.633 44.4811 213.673 44.5669 213.712 44.6481C214.966 47.2714 215.879 50.4693 216.542 52.3472C216.749 52.9322 216.898 53.3979 217.004 53.7583C217.048 53.911 217.046 53.9906 217.018 54.0021C217.018 54.0021 217.018 54.0021 217.018 54.0021C216.982 54.0163 216.905 53.9249 216.825 53.7376C216.437 52.8282 215.832 51.4792 215.056 49.9099C213.919 47.6099 213.76 46.848 212.893 44.6691L213.247 44.9091C212.609 44.9087 211.854 44.918 210.913 44.9466C206.52 45.0803 203.88 45.3475 198.711 45.1747C195.647 45.0723 193.982 45.2846 191.615 45.3892L192.415 44.8469C191.879 46.385 191.173 48.2123 189.918 50.9119C189.313 52.2115 188.843 53.2944 188.459 54.247L188.28 54.6742L187.839 54.6669C185.465 54.6567 183.907 54.8128 181.951 54.9653L180.508 54.9429L181.055 53.6401C181.51 52.1931 182.054 50.5263 182.972 48.1481C185.59 41.363 189.4 33.001 191.002 28.9206C192.604 24.8401 194.717 19.3442 197.127 13.6152C197.487 12.7597 197.851 11.871 198.22 10.9573L198.476 10.3504L199.103 10.3607C201.211 10.3646 203.433 10.3445 205.695 10.3259L206.377 10.3371L206.609 10.9432C208.045 14.4207 209.519 18.0027 210.794 21.4177C213.194 27.8459 216.613 36.9241 218.149 41.1356C219.685 45.3469 220.062 46.3724 221.76 50.3373C222.205 51.3744 222.702 52.5992 223.196 53.8851L223.361 54.3142L222.911 54.3072C221.261 54.2803 219.532 54.2172 217.96 54.1111C216.509 54.0131 216.838 53.8767 218.299 53.8114C220.205 53.7263 221.806 53.7678 222.911 53.6568L222.593 54.1284C222.53 54.0094 222.468 53.8979 222.407 53.7946C221.268 51.8819 220.797 51.0637 219.942 48.414C219.088 45.7644 218.18 44.7194 217.623 43.1987C217.065 41.6779 217.322 41.6032 214.053 34.046C210.785 26.4887 209.048 22.3234 207.837 19.4509C207.101 17.7069 205.994 14.7649 204.795 11.6751L205.695 12.2827C203.55 12.2545 201.334 12.2387 199.338 12.2714C199.261 12.2727 199.183 12.2739 199.103 12.2751L199.997 11.6711C198.146 16.4855 194.321 25.8107 192.917 29.6651C191.491 33.5789 191.212 33.4759 189.804 36.5356ZM198.21 40.5673C196.677 40.401 195.47 41.1357 193.601 41.0319C193.44 41.0229 193.291 41.0118 193.151 40.9991L191.427 41.0582L192.027 39.3526C192.691 38.0229 193.134 37.764 193.771 35.9137C194.469 33.8886 195.496 31.9914 195.694 31.0457C195.892 30.0999 196.379 30.1825 196.772 28.8831C197.164 27.5838 197.521 26.843 198.099 25.7982C198.676 24.7533 200.125 21.4161 200.426 20.1144C200.727 18.8127 201.588 17.5305 201.993 16.7149C202.119 16.4608 202.231 16.2662 202.326 16.1203C202.366 16.0585 202.407 16.0388 202.436 16.05C202.436 16.0501 202.436 16.0501 202.436 16.0501C202.472 16.0641 202.489 16.126 202.459 16.2142C202.317 16.6423 202.13 17.2919 201.971 18.0833C201.673 19.5589 201.347 19.6051 200.742 21.5185C200.138 23.4319 199.949 24.6496 198.931 26.7807C197.912 28.9119 198.389 29.6791 196.797 32.627C195.204 35.5749 195.781 36.1762 194.669 39.2991C194.558 39.6097 194.44 39.9265 194.315 40.247L193.151 38.5421C196.264 38.5357 199.835 38.871 201.633 38.8398C203.631 38.8052 206.314 38.7171 209.146 38.8169C209.935 38.8448 210.777 38.8452 211.647 38.8353L210.755 40.1382C209.917 38.0488 208.943 35.8025 208.247 33.6545C207.282 30.6761 205.892 26.475 205.294 24.5172C204.696 22.5594 204.548 22.0833 203.751 20.2846C203.293 19.2508 202.776 17.7821 202.482 16.4864C202.334 15.8343 202.515 15.9246 202.817 16.5217C203.258 17.3948 203.488 18.1629 203.829 18.5689C204.509 19.3801 204.785 19.73 205.058 20.9815C205.331 22.2329 205.967 22.6257 206.185 23.3322C206.404 24.0386 206.152 24.1235 207.7 27.5461C209.248 30.9687 210.041 32.8667 210.601 34.1731C211.076 35.2824 211.766 37.5037 212.524 39.4515L213.052 40.685L211.647 40.7331C211.276 40.7335 210.912 40.7389 210.562 40.7514C208.247 40.8347 203.541 40.7584 201.644 40.8947C199.747 41.031 199.743 40.7335 198.21 40.5673ZM233.029 22.9921C233.195 19.9973 232.46 17.6399 232.564 13.9897C232.596 12.8699 232.655 12.0422 232.718 11.312L233.804 12.3976C232.23 12.2604 231.109 12.1006 228.492 12.1391L229.319 11.312C229.321 11.4376 229.323 11.5667 229.326 11.6994C229.414 15.8795 229.147 20.0621 229.307 21.9233C229.467 23.7845 228.983 23.981 229.091 26.6241C229.198 29.267 229.135 30.8689 228.978 33.1804C228.82 35.492 228.686 42.5936 228.879 45.176C229.073 47.7583 228.737 50.7037 228.658 52.475C228.633 53.0267 228.599 53.4609 228.564 53.7938C228.549 53.9348 228.517 54 228.486 54C228.486 54 228.486 54 228.486 54C228.448 54 228.41 53.8989 228.405 53.7177C228.382 52.838 228.319 51.5231 228.18 49.9699C227.92 47.0737 228.207 46.7572 228.073 42.8463C227.94 38.9355 227.672 36.5858 227.845 31.9842C228.018 27.3827 227.295 26.3258 227.705 19.8302C227.972 15.5898 227.743 13.8263 227.523 11.312L227.541 10.3258L228.492 10.3433C229.829 10.2265 231.378 10.1126 233.626 10.0777C233.685 10.0768 233.744 10.0759 233.804 10.075L235.063 10.0983L235.041 11.312C235.131 17.756 234.722 25.8131 234.756 29.6793C234.791 33.5813 234.879 38.822 234.779 44.3535C234.751 45.9033 234.751 47.555 234.761 49.264L233.804 48.3072C238.195 48.2813 242.964 48.1867 247.359 48.3149C249.279 48.3709 251.448 48.4315 253.644 48.4929L254.429 48.5074L254.415 49.264C254.37 50.8568 254.325 52.4638 254.281 54L254.269 54.6489L253.644 54.6373C250.561 54.5489 247.763 54.4644 245.938 54.3954C241.95 54.2447 240.978 54.2107 237.14 54.3028C234.933 54.3557 231.894 54.3058 229.326 54.1111C228.034 54.0131 228.327 53.8767 229.628 53.8114C231.529 53.716 233.091 53.7798 234.07 53.6093C236.029 53.2685 236.861 53.1378 239.333 53.3361C241.805 53.5344 242.969 53.0838 244.41 53.1356C245.851 53.1875 245.828 53.4533 253.154 53.2485C253.319 53.2439 253.482 53.2394 253.644 53.2349L252.879 54C252.83 52.2341 252.791 50.6657 252.758 49.264L253.644 50.1503C249.475 50.2481 246.781 50.2857 244.751 50.3217C242.4 50.3634 237.88 50.204 233.804 50.2051L232.881 50.2222L232.863 49.264C232.863 48.5302 232.857 47.8108 232.845 47.121C232.761 42.599 232.838 33.4059 232.701 29.7C232.565 25.9943 232.863 25.9867 233.029 22.9921Z' fill='%23171717'/%3E%3Cpath d='M5.544 148V91.972H17.472V148H5.544ZM67.2348 148L40.5228 110.368V148H28.5948V91.972H40.8588L66.8148 128.26V91.972H78.7428V148H67.2348ZM102.726 148V102.472H86.3461V91.972H131.034V102.472H114.738V148H102.726ZM138.681 148V91.972H178.329V102.22H150.609V114.4H177.741V124.648H150.609V137.668H178.329V148H138.681ZM219.321 148L208.317 127.924H199.581V148H187.653V91.972H213.861C225.537 91.972 232.677 99.616 232.677 110.032C232.677 119.944 226.461 125.236 220.413 126.664L233.013 148H219.321ZM220.497 109.948C220.497 105.244 216.885 102.22 212.097 102.22H199.581V117.676H212.097C216.885 117.676 220.497 114.652 220.497 109.948ZM280.27 148L253.558 110.368V148H241.63V91.972H253.894L279.85 128.26V91.972H291.778V148H280.27ZM302.825 148V91.972H342.473V102.22H314.753V114.4H341.885V124.648H314.753V137.668H342.473V148H302.825ZM364.734 148V102.472H348.354V91.972H393.042V102.472H376.746V148H364.734Z' fill='white'/%3E%3Cpath d='M3.56434 146.705C3.51223 145.944 3.56795 144.945 3.64442 144.187C3.66813 143.949 3.77415 144.069 3.7953 143.905C3.83652 143.584 3.78452 143.285 3.83363 142.968C3.85042 142.863 4.01835 142.994 4.03211 142.883C4.10633 142.279 4.06355 141.708 4.09925 141.096C4.27537 138.081 4.33841 135.118 4.41492 132.067C4.44001 131.06 4.59241 129.837 4.52576 128.798C4.51783 128.677 4.37043 128.749 4.35828 128.726C4.1723 128.364 4.46987 128.484 4.50941 128.248C4.66551 127.31 4.67908 126.267 4.6222 125.364C4.59756 124.98 4.30479 125.365 4.46912 124.978C4.48023 124.951 4.63675 125.049 4.65345 124.943C4.691 124.705 4.66302 124.251 4.67542 124.066C4.70011 123.709 4.69854 123.65 4.70032 123.313C4.70412 122.851 4.78193 122.303 4.74646 121.808C4.73843 121.702 4.57797 121.842 4.55066 121.673C4.5234 121.505 4.53701 121.059 4.57483 120.908C4.61268 120.758 4.7388 120.822 4.7677 120.795C5.0117 120.576 4.67377 120.06 4.66541 119.994C4.52301 118.783 4.71552 117.745 4.71497 116.608C4.71415 115.745 4.65059 114.823 4.65931 114.002C4.67031 113.024 4.75726 112.195 4.74231 111.245C4.74092 111.144 4.55226 111.262 4.55018 111.139C4.52822 109.838 4.54879 108.546 4.67615 107.25C4.68909 107.12 4.85474 107.288 4.87757 107.158C5.0137 106.363 5.34071 105.106 4.61951 104.634C4.64767 104.095 4.67677 103.442 4.82215 102.96C4.91572 102.649 5.09617 102.951 5.01917 102.57C5.00201 102.484 4.84398 102.595 4.8302 102.466C4.77235 101.923 4.82372 101.33 4.74207 100.792C4.72509 100.683 4.58349 100.713 4.55799 100.682C4.35148 100.422 4.69285 99.9883 4.71766 99.8938C4.90263 99.1745 4.82984 98.6492 4.83436 97.9791C4.83548 97.8236 4.64528 98.0074 4.63953 97.8578C4.61227 97.0818 4.62862 96.2778 4.71302 95.518C4.73225 95.3489 4.89427 95.5044 4.91175 95.4236C4.98685 95.0675 4.68083 94.9885 4.74695 94.647C4.7605 94.5749 4.8992 94.6155 4.91443 94.6024C5.15356 94.3968 4.81474 94.2182 4.80726 94.1653C4.70505 93.4964 5.05876 93.0689 5.00867 92.4227C5.00232 92.3454 4.82682 92.5198 4.81971 92.3025C4.81604 92.1928 4.81292 92.0826 4.81036 91.972L4.78942 91.2606L5.544 91.2383C6.89265 91.2071 8.3008 91.2581 9.62515 91.3878C9.84793 91.4094 9.6889 91.5413 9.70292 91.5575C9.93141 91.8115 10.0793 91.4712 10.1519 91.4584C10.725 91.3662 11.2604 91.6515 11.6497 91.2462C13.5973 91.3591 15.5377 91.2349 17.472 91.3689L18.0568 91.3517L18.0751 91.972C18.0421 92.4483 17.9934 92.9243 17.9216 93.4C17.9174 93.4306 17.7499 93.3757 17.7422 93.4368C17.6481 94.172 17.9085 94.0308 18.2271 94.5172C18.307 94.6398 17.9225 95.0126 17.8943 95.0456C17.7904 95.1657 17.5411 95.0411 17.521 95.0813C17.363 95.4143 18.1875 95.3601 18.1877 95.8093C18.1864 95.8233 18.0346 95.7643 18.0195 95.802C17.9722 95.9191 18.0325 96.0353 17.9802 96.1499C17.8594 96.4122 17.4587 96.5056 17.6919 96.9063C17.7222 96.957 18.1898 96.8796 18.1677 97.2807C18.1585 97.4405 18.1665 98.1483 18.1362 98.3466C18.106 98.5447 17.9553 98.4087 17.9487 98.4228C17.7495 98.9566 17.6669 98.7542 17.3718 99.0217C17.0779 99.2891 17.7789 99.2149 17.8572 99.3239C17.9352 99.4331 17.7708 99.8245 17.7136 99.9207C17.6564 100.017 17.5607 99.8969 17.5283 99.9824C17.3169 100.549 17.8763 100.231 17.9876 100.418C18.251 100.858 17.7311 101.201 17.6802 101.604C17.6664 101.713 17.7848 101.624 17.7959 101.721C17.8382 102.106 17.676 102.337 17.8247 102.775C17.849 102.846 18.1615 103.2 17.9321 103.429C17.8991 103.462 17.7695 103.369 17.7405 103.533C17.6969 103.778 17.6686 104.219 17.7119 104.483C17.744 104.677 17.9574 104.454 17.8911 104.699C17.8615 104.808 17.7366 104.606 17.6914 104.81C17.6462 105.013 17.6517 105.533 17.656 105.731C17.6604 105.928 17.8223 105.82 17.8333 105.836C17.8957 105.932 17.9738 106.311 17.9736 106.344C17.9934 108.032 17.7205 109.589 17.8108 111.232C17.8177 111.361 17.9884 111.275 17.9912 111.295C18.0628 111.736 17.6088 111.388 17.4568 111.697C17.8033 111.652 17.7406 111.834 17.7786 112.145C17.7972 112.295 17.9313 112.213 17.9451 112.227C18.1489 112.449 17.8856 112.604 17.8318 112.644C17.6337 112.791 17.8678 112.951 17.7354 113.051C17.6039 113.151 17.4091 112.921 17.4116 113.219C17.5357 113.303 17.8598 113.081 17.9124 113.308C18.1111 114.162 17.8567 115.757 17.8303 116.444C17.8039 117.13 17.8268 117.351 17.782 117.751C17.7009 118.472 17.9414 118.208 18.0515 118.656C18.1616 119.105 17.5698 118.887 17.4426 118.951C17.3155 119.015 17.4464 119.084 17.3765 119.163C17.3066 119.242 17.2201 119.071 17.1939 119.256C17.1676 119.441 17.3939 119.947 17.5269 120.013C17.8087 120.151 18.1044 119.923 18.0005 120.413C17.9943 120.441 17.8387 120.35 17.823 120.458C17.7032 121.314 17.6958 122.203 17.5898 123.059C17.575 123.176 17.4019 123.071 17.3914 123.14C17.2806 123.852 17.5725 123.598 17.8967 123.988C17.4653 123.901 17.2013 124.117 17.1987 124.658C17.1971 124.983 17.3855 124.927 17.5183 125.137C17.5584 125.2 17.429 125.43 17.5176 125.472C17.8073 125.61 18.1316 125.393 18.0024 125.951C17.9963 125.975 17.8377 125.897 17.8281 125.982C17.7653 126.528 18.0683 126.594 18.105 127.185C18.1338 127.648 17.949 128.471 17.919 128.999C17.4339 128.988 17.5449 129.486 17.8794 129.688C17.8657 130.03 17.8846 130.4 17.8384 130.73C17.8226 130.844 17.6822 130.769 17.667 130.784C17.4289 131.004 17.7543 131.153 17.7671 131.227C17.8911 132.027 17.6445 132.679 17.8855 133.444C17.8942 133.471 18.2311 133.515 17.9851 133.719C17.9682 133.732 17.8148 133.48 17.803 133.839C17.7911 134.199 17.6105 134.876 17.7666 135.375C17.8042 135.496 18.0777 135.802 17.864 136.047C17.835 136.079 17.7384 136.044 17.6846 136.091C17.5132 136.243 17.8538 136.326 17.5645 136.506C17.2751 136.685 17.0584 137.057 17.2581 137.561C17.2639 137.577 17.5338 137.696 17.5295 137.854C17.5225 138.107 17.4663 138.465 17.468 138.729C17.469 138.856 17.6366 138.775 17.6397 138.797C17.7336 139.646 17.5841 140.25 17.5193 141.16C17.5071 141.327 17.7357 141.806 17.5549 142.129C17.3571 142.484 16.5342 142.12 16.7302 142.935C16.8087 143.263 17.8527 143.679 17.3118 144.27C17.4458 145.416 17.169 146.475 17.3604 147.624C17.3688 147.676 17.6602 147.839 17.6563 147.961C17.6558 147.974 17.6545 147.987 17.6527 148L17.6578 148.175L17.472 148.181C17.3161 148.158 17.2225 148.041 17.1034 148.033C16.5639 147.992 16.0703 148.108 15.5501 148.09C15.3526 148.083 15.4217 147.943 15.1862 147.935C14.9508 147.927 14.7938 148.112 14.4748 148.023C14.2339 147.955 13.993 147.576 13.6733 147.531C13.6611 147.905 13.4415 147.898 13.0511 147.996C12.9761 148.015 13.0565 148.146 13.021 148.161C12.8766 148.228 12.7429 148.121 12.6058 148.194C12.5724 148.211 12.5708 148.339 12.5435 148.36C12.3116 148.548 11.9295 148.261 11.8638 148.211C11.6123 148.021 11.4948 148.187 11.3018 148.112C11.1092 148.038 11.3972 147.944 11.1722 147.899C10.7058 147.805 10.1066 147.826 9.63288 147.82C9.44389 147.818 9.57283 147.989 9.54578 147.992C9.15497 148.036 8.75977 147.854 8.54307 148.194C8.27211 147.316 8.30741 148.279 7.74879 148.103C7.70478 148.089 7.6488 147.674 7.81774 147.613C7.98667 147.552 8.24284 147.682 8.47723 147.587C8.53273 147.565 8.85069 147.176 8.89407 147.152C9.23389 146.968 9.28205 147.588 9.30003 147.622C9.50391 147.99 9.89246 147.571 9.99477 147.542C10.4629 147.409 10.8605 147.496 11.252 147.402C11.5081 147.341 11.5332 146.934 11.7342 146.947C12.4026 146.988 12.6359 147.555 13.2658 147.063C13.4008 146.958 13.2666 146.514 13.7505 146.863C13.7809 146.885 14.1402 147.205 14.3478 147.003C14.3739 146.977 14.373 146.848 14.4074 146.837C14.6378 146.767 14.7915 146.87 15.0425 146.82C15.2935 146.771 15.5954 146.697 15.8819 146.741C16.0546 146.768 16.2762 147.009 16.3589 147.068C16.5924 147.238 16.8427 146.959 16.9873 147.165C17.1331 147.372 16.848 147.686 17.2305 147.82C17.2446 147.484 17.2772 147.139 17.2999 146.8C17.3573 146.801 17.4147 146.803 17.472 146.804L16.2762 148C16.2986 147.221 16.392 146.452 16.3782 145.668C16.376 145.564 16.1952 145.671 16.1882 145.559C16.1595 145.087 16.2884 144.676 16.2371 144.187C16.1967 143.808 16.0053 143.393 15.957 142.997C16.3418 142.756 16.2112 142.168 16.2463 141.742C16.2585 141.592 16.3613 141.602 16.3948 141.496C16.5188 141.095 16.1788 141.283 16.1253 141.173C15.8969 140.701 16.6665 140.661 16.6475 140.105C16.6467 140.075 16.2365 139.715 16.2109 139.666C16.0444 139.35 16.3537 139.613 16.384 139.416C16.4394 139.056 16.5374 138.806 16.4172 138.383C16.3817 138.26 16.126 137.965 16.3237 137.726C16.3496 137.694 16.4852 137.711 16.4932 137.686C16.6255 137.228 16.1995 137.216 16.0552 136.954C15.9109 136.691 16.205 136.287 16.2898 136.204C16.5091 135.989 16.3835 136.369 16.405 136.381C16.6611 136.518 16.617 136.223 16.6387 135.997C17.0564 135.965 17.0314 135.649 16.6594 135.764C16.6188 135.777 16.6578 135.952 16.6387 135.997C16.2288 135.8 16.1763 135.453 16.5593 135.07C16.7389 134.891 16.9482 135.06 16.8716 134.516C16.837 134.269 16.5494 134.364 16.471 134.146C16.292 133.648 16.5604 133.001 16.5181 132.487C16.5027 132.301 16.3453 132.482 16.3294 132.355C16.2866 132.017 16.4048 131.719 16.3442 131.379C16.3386 131.348 16.1737 131.423 16.1716 131.318C16.1525 130.517 16.2581 129.82 16.261 128.985C16.2623 128.581 16.1714 127.859 16.1897 127.441C16.2204 126.716 16.4601 125.824 16.4019 125.205C16.3646 124.801 16.1997 124.889 16.0874 124.716C15.8697 124.382 16.2597 123.791 16.3201 123.711C16.3221 123.709 16.3609 124.057 16.4456 123.871C16.6219 123.763 16.3208 123.715 16.3201 123.711C16.3591 123.659 16.3965 122.965 16.365 122.827C16.3478 122.752 16.1916 122.794 16.1856 122.755C16.0458 121.826 16.0061 120.896 16.0791 119.955C16.0823 119.938 16.257 119.963 16.2622 119.924C16.3399 119.379 16.1262 119.03 15.9993 118.58C15.8724 118.131 15.9149 117.774 16.2149 117.508C16.1771 117.169 16.3097 116.682 16.3901 116.402C16.4706 116.122 16.1305 116.083 16.1238 116.058C15.9086 115.29 16.1033 114.846 16.1336 114.048C16.1485 113.669 16.0992 112.917 16.062 112.507C16.0321 112.183 16.1118 111.987 16.0608 111.688C16.054 111.648 15.9026 111.689 15.8967 111.676C15.7156 111.343 16.0858 111.503 16.1519 111.434C16.3923 111.185 16.5203 111.03 16.4072 110.603C16.3813 110.505 15.8483 110.218 15.8172 110.038C15.7776 109.804 15.9687 109.893 15.9224 109.648C15.9186 109.627 15.8007 109.632 15.8059 109.481C15.8285 108.78 15.8971 108.016 15.8853 107.289C15.8841 107.189 15.6972 107.317 15.6924 107.173C15.6702 106.499 15.6772 105.76 15.7647 105.103C15.7868 104.942 15.9177 105.043 15.9566 105.008C16.1917 104.792 15.85 104.487 15.8435 104.437C15.6793 103.234 15.9885 102.314 15.8413 101.088C15.8327 101.022 15.4664 100.508 15.7805 100.279C15.8014 100.263 16.1228 100.037 15.9031 99.8362C15.8893 99.8237 15.7239 99.965 15.7407 99.7185C15.7576 99.472 15.6471 99.0753 15.8289 98.7365C15.8861 98.6292 16.2068 98.3757 15.9512 98.0558C15.9333 98.0349 15.3554 97.541 15.7542 97.3646C15.8198 97.3361 16.2417 97.366 16.0254 96.9841C15.9835 96.9111 15.8893 97.0436 15.8306 96.8514C15.74 96.5569 15.853 96.1666 15.6651 95.8046C15.6318 95.7414 15.3454 95.4727 15.5628 95.2571C15.5968 95.2233 15.7377 95.2875 15.7534 95.1736C15.829 94.6322 15.7348 94.0653 15.8323 93.5156C15.8665 93.3209 16.0943 93.4204 16.1553 93.2175C16.2163 93.0144 16.275 92.6055 16.1709 92.3931C16.0668 92.1806 15.7039 92.4127 15.6748 92.0945C15.6711 92.0536 15.6677 92.0128 15.6645 91.972L17.472 93.7795C16.13 93.8829 14.7995 93.6815 13.4587 93.6513C13.2538 93.6466 13.4236 93.7765 13.1217 93.7789C12.0084 93.7886 10.0862 93.9104 9.12016 93.6344C8.34613 93.4134 9.3202 93.2451 8.72872 93.1552C8.4433 93.1123 8.13451 93.5342 8.06561 93.5475C7.39251 93.6824 6.92473 93.4955 6.3189 93.5529C6.1938 93.5648 6.3165 93.7358 6.21002 93.744C5.99087 93.7619 5.76497 93.7413 5.544 93.7251L7.29714 91.972C7.28648 92.1177 7.27777 92.2613 7.28332 92.3994C7.28998 92.5553 7.4206 92.5266 7.41052 92.6701C7.3879 93.0133 7.33299 93.3169 7.21057 93.6515C7.19941 93.682 7.03692 93.4764 7.03088 93.7303C7.02156 94.1414 6.90079 94.6516 7.02551 95.1245C7.06303 95.2648 7.36156 95.2703 7.15539 95.5719C7.11233 95.6352 6.75386 95.5544 7.0636 95.9058C7.11507 95.9649 7.53284 96.5551 7.26355 96.8447C7.19267 96.9211 6.89933 97.1162 6.94543 97.2849C6.95279 97.3078 7.11314 97.2161 7.12878 97.3559C7.18111 97.8487 7.16401 98.3652 7.21423 98.8714C7.22796 99.0066 7.39389 98.8052 7.40905 99.0067C7.45099 99.5608 7.40875 100.253 7.35681 100.794C7.33734 100.994 7.19989 100.856 7.18493 100.871C6.94163 101.104 7.27003 101.243 7.28918 101.32C7.40384 101.803 7.24958 102.17 7.2904 102.615C7.30125 102.737 7.45784 102.65 7.4718 102.675C7.60822 102.928 7.32701 102.739 7.29602 102.9C7.20825 103.349 7.22083 103.85 7.24084 104.304C7.24842 104.471 7.42998 104.284 7.43469 104.433C7.46597 105.32 7.4486 106.242 7.34851 107.107C7.32933 107.27 7.18952 107.167 7.15759 107.201C6.93418 107.435 7.23891 107.778 7.26794 107.857C7.40048 108.216 7.27685 108.355 7.29992 108.672C7.41482 110.22 7.33293 112.131 7.28235 113.592C7.21724 115.496 7.08423 116.974 7.11877 118.789C7.12079 118.905 7.30678 118.788 7.31091 118.888C7.35575 120.172 7.28307 121.436 7.33679 122.723C7.34087 122.829 7.51719 122.677 7.52966 122.846C7.55648 123.194 7.5469 123.634 7.4906 123.986C7.46347 124.157 7.31217 123.927 7.28796 124.1C7.23124 124.502 7.21868 124.932 7.24694 125.345C7.25936 125.521 7.43969 125.256 7.44177 125.484C7.45966 127.039 7.49072 128.567 7.2572 130.138C7.24116 130.246 6.87466 130.341 6.94494 130.57C7.04666 130.587 7.1663 130.586 7.27502 130.594C7.33358 132.858 7.20653 135.099 7.18689 137.369C7.1861 137.465 7.38029 137.299 7.37976 137.485C7.37689 138.557 7.43068 139.599 7.23767 140.696C7.21879 140.805 6.87716 140.749 6.92883 141.07C6.93826 141.126 6.98382 141.609 7.05798 141.734C7.06917 141.751 7.22863 141.663 7.23327 141.819C7.25749 142.724 7.22108 143.672 7.12365 144.575C7.10763 144.721 6.93781 144.566 6.92492 144.669C6.83478 145.406 6.96387 146.207 6.80969 146.911C6.70588 147.382 6.41235 147.207 6.12341 147.458C6.08265 147.493 6.07619 147.785 5.90808 147.8C5.48536 147.839 5.02248 147.697 4.5719 147.755C4.47485 147.768 4.57938 148.158 4.34485 147.927C4.32916 147.911 4.25132 147.628 4.17176 147.558C4.11675 147.509 3.94579 147.597 3.87537 147.498C3.80503 147.399 3.94834 147.29 3.86561 147.125C3.78185 146.961 3.58736 147.033 3.56434 146.705ZM16.7498 115.141C16.9131 114.882 16.3149 114.844 16.458 115.124C16.4656 115.138 16.7418 115.155 16.7498 115.141ZM16.8442 146.514C17.1081 146.175 16.7201 145.943 16.5164 146.182C16.3128 146.421 16.7643 146.617 16.8442 146.514ZM15.4428 147.565C15.839 147.773 15.9014 146.925 15.477 147.096C15.4523 147.106 15.4196 147.553 15.4428 147.565ZM6.04114 146.297C6.03319 146.3 6.02545 146.51 6.03333 146.515C6.22331 146.627 6.23866 146.208 6.04114 146.297ZM11.9546 147.775C12.0782 147.889 12.4344 147.757 12.2807 147.614C12.157 147.499 11.8005 147.632 11.9546 147.775ZM17.3882 101.615C17.3971 101.611 17.4051 101.461 17.3547 101.464C17.1925 101.474 17.2383 101.683 17.3882 101.615ZM6.02593 147.784C6.90186 147.816 7.43294 148.517 6.47907 148.438C6.30633 148.424 6.85136 148.214 6.63149 148.151C6.2292 148.036 5.96207 148.476 5.55153 148.24C5.47721 148.197 5.97596 147.781 6.02748 147.783C6.02697 147.784 6.02645 147.784 6.02593 147.784ZM17.4683 114.992C17.4762 114.987 17.4837 114.779 17.4758 114.774C17.2859 114.661 17.2707 115.08 17.4683 114.992ZM17.7581 92.8431C17.7749 92.8316 17.7907 92.3487 17.7752 92.333C17.4646 92.081 17.4318 93.0574 17.7581 92.8431ZM17.906 129.007C18.0971 129.234 18.1196 129.506 17.8796 129.687C17.8924 129.461 17.8943 129.234 17.906 129.007ZM63.8321 146.626C62.7375 145.174 61.4038 143.199 60.418 141.678C60.1089 141.202 60.3617 141.375 60.1521 141.043C59.7423 140.394 59.2867 139.842 58.8885 139.197C58.7569 138.982 59.0747 139.14 58.9336 138.917C58.1595 137.699 57.3351 136.611 56.5188 135.399C52.4981 129.431 48.4561 123.627 44.3033 117.645C42.9338 115.672 41.3685 113.203 39.8786 111.22C39.7045 110.988 39.6842 111.214 39.6425 111.176C39.6016 111.139 39.5648 111.104 39.5318 111.071L41.738 110.368C41.8581 111.05 41.5944 110.831 41.5574 111.359C41.4013 113.598 41.3877 116.088 41.4446 118.243C41.4692 119.159 41.762 118.24 41.5977 119.163C41.5866 119.227 41.43 118.995 41.4133 119.246C41.3758 119.816 41.4038 120.898 41.3914 121.34C41.3667 122.191 41.3682 122.332 41.3665 123.138C41.3627 124.239 41.2849 125.548 41.3203 126.73C41.3284 126.982 41.4888 126.648 41.5161 127.05C41.5434 127.453 41.5298 128.518 41.4919 128.877C41.4541 129.236 41.328 129.083 41.2991 129.146C41.0551 129.669 41.393 130.901 41.4014 131.059C41.5438 133.949 41.3513 136.427 41.3518 139.139C41.3526 141.199 41.4162 143.4 41.4075 145.36C41.4031 146.282 41.3869 147.149 41.3698 148L41.3801 148.836L40.5228 148.847C39.2201 148.821 37.9544 148.793 36.5828 148.802C36.3434 148.803 36.6239 148.992 36.3316 148.994C33.7434 149.012 31.1702 149.001 28.5948 148.923L27.6834 148.934L27.6719 148C27.6875 147.485 27.7057 146.97 27.7269 146.455C27.7399 146.145 27.9055 146.545 27.9283 146.235C28.0645 144.338 28.3915 141.337 27.6703 140.21C27.6985 138.925 27.7276 137.366 27.8729 136.216C27.9665 135.475 28.1469 136.195 28.07 135.284C28.0528 135.079 27.8948 135.346 27.881 135.038C27.8231 133.742 27.8745 132.325 27.7929 131.043C27.7759 130.782 27.6343 130.853 27.6088 130.779C27.4023 130.158 27.7436 129.124 27.7684 128.898C27.9534 127.182 27.8806 125.928 27.8851 124.329C27.8863 123.958 27.6961 124.396 27.6903 124.039C27.6631 122.187 27.6794 120.268 27.7638 118.455C27.783 118.051 27.945 118.422 27.9625 118.23C28.0376 117.38 27.7316 117.191 27.7977 116.376C27.8113 116.204 27.95 116.301 27.9652 116.27C28.2043 115.779 27.8655 115.353 27.858 115.227C27.7558 113.63 28.1095 112.61 28.0595 111.068C28.0531 110.883 27.8776 111.299 27.8705 110.781C27.822 107.326 27.8703 103.672 28.0106 100.252C28.0322 99.7203 28.164 100.1 28.1803 100.066C28.4342 99.521 28.094 99.1682 28.0812 98.9948C27.9889 97.627 28.2743 96.3494 27.869 95.42C27.897 94.2697 27.9104 93.1203 27.9168 91.972L27.9085 91.3024L28.5948 91.294C32.695 91.3168 36.7824 91.2502 40.8588 91.4362L41.1277 91.4328L41.2946 91.6603C41.5836 92.1059 41.8691 92.5539 42.1503 93.0047C42.1894 93.0666 41.9769 93.0576 42.0555 93.1806C42.9997 94.6625 43.0155 94.2369 43.95 94.9959C44.1852 95.1872 44.39 96.1346 44.4129 96.215C44.4953 96.5087 44.1194 96.4118 44.159 96.5016C44.4928 97.2399 45.088 96.6549 45.712 97.5267C45.7303 97.5548 45.525 97.5285 45.5651 97.6105C45.6892 97.8654 45.8995 98.0558 46.0161 98.3087C46.282 98.8882 46.0859 99.3026 46.8319 99.9448C46.9269 100.026 47.1998 99.6032 47.7386 100.395C47.9532 100.71 48.9423 102.079 49.1931 102.482C49.4435 102.884 49.1321 102.708 49.1464 102.739C49.7255 103.891 49.3773 103.546 49.5086 104.237C49.6408 104.927 50.1081 104.375 50.3231 104.542C50.5381 104.708 50.9478 105.563 51.0349 105.783C51.1218 106.003 50.8775 105.826 50.9698 106.011C51.5848 107.234 51.5982 106.291 51.948 106.589C52.7736 107.291 52.8269 108.259 53.3451 109.071C53.4853 109.29 53.458 109.049 53.6019 109.231C54.1703 109.953 54.3596 110.496 55.0881 111.259C55.2072 111.384 55.9526 111.889 56.0839 112.467C56.1021 112.549 55.8687 112.445 56.0727 112.781C56.3773 113.281 56.9669 114.154 57.3676 114.64C57.6635 114.998 57.5278 114.442 57.8135 114.955C57.9404 115.184 57.5591 114.865 57.8059 115.288C58.0512 115.709 58.7769 116.714 59.0548 117.095C59.3324 117.475 59.3141 117.171 59.3451 117.196C59.5299 117.347 60.1192 118.037 60.1655 118.102C62.525 121.366 64.4641 124.547 66.8192 127.684C67.0039 127.93 67.0235 127.664 67.0531 127.701C67.138 127.804 67.1985 127.887 67.24 127.956L66.292 128.26C66.334 127.708 66.6972 128.26 66.83 127.617C66.4835 127.724 66.5462 127.289 66.5082 126.547C66.4896 126.189 66.3554 126.384 66.3417 126.351C66.1379 125.821 66.4011 125.452 66.455 125.357C66.6531 125.005 66.419 124.623 66.5514 124.384C66.6828 124.145 66.8777 124.695 66.8752 123.983C66.7511 123.784 66.427 124.312 66.3744 123.772C66.1757 121.733 66.43 117.926 66.4565 116.287C66.4828 114.651 66.46 114.122 66.5048 113.169C66.5858 111.446 66.3454 112.077 66.2353 111.008C66.1252 109.936 66.7169 110.457 66.8441 110.303C66.9713 110.152 66.8404 109.986 66.9103 109.798C66.9802 109.61 67.0667 110.017 67.0929 109.575C67.1191 109.134 66.8929 107.926 66.7599 107.77C66.4781 107.439 66.1824 107.983 66.2863 106.815C66.2925 106.747 66.4481 106.966 66.4638 106.708C66.5836 104.665 66.591 102.542 66.6969 100.5C66.7117 100.22 66.8848 100.471 66.8954 100.307C67.0061 98.6061 66.7143 99.2142 66.39 98.2818C66.8215 98.4912 67.0855 97.9755 67.088 96.6843C67.0897 95.9082 66.9013 96.0418 66.7685 95.5398C66.7284 95.3892 66.8578 94.84 66.7692 94.7404C66.4795 94.4123 66.1552 94.9296 66.2843 93.5984C66.2905 93.54 66.4491 93.7259 66.4586 93.5241C66.4944 92.7829 66.412 92.4124 66.3274 91.972L66.3215 91.4907L66.8148 91.4846C67.1494 91.4204 67.5245 91.3549 68.1334 91.339C69.2386 91.3102 71.2044 91.495 72.4629 91.525C72.4364 92.0101 73.6252 91.8991 74.1074 91.5646C74.9241 91.5783 75.8063 91.5594 76.5957 91.6056C76.8674 91.6214 76.6889 91.7618 76.7232 91.777C77.2485 92.0151 77.6036 91.6897 77.7799 91.6769C78.1104 91.6555 78.4303 91.6451 78.7428 91.6414L79.0693 91.6374L79.0734 91.972C79.0912 93.4663 78.957 94.792 79.1563 96.3001C79.165 96.3648 79.5019 96.4697 79.2559 96.9571C79.2389 96.9887 79.0856 96.3864 79.0738 97.2442C79.0619 98.1021 78.8812 99.7195 79.0374 100.911C79.075 101.199 79.3485 101.928 79.1348 102.513C79.1058 102.591 79.0091 102.506 78.9554 102.618C78.784 102.982 79.1246 103.18 78.8352 103.608C78.5459 104.036 78.3292 104.925 78.5289 106.126C78.5347 106.164 78.8046 106.449 78.8003 106.826C78.7933 107.429 78.7371 108.285 78.7388 108.915C78.7397 109.217 78.9074 109.024 78.9104 109.076C79.0044 111.103 78.8549 112.546 78.7901 114.717C78.7779 115.115 79.0064 116.259 78.8257 117.03C78.6279 117.876 77.805 117.006 78.001 118.951C78.0794 119.736 79.1235 120.729 78.5826 122.139C78.7166 124.873 78.4398 127.402 78.6311 130.143C78.6396 130.267 78.931 130.657 78.927 130.946C78.9206 131.377 78.7844 131.613 78.7754 131.92C78.7344 133.208 78.8509 134.386 78.8328 135.627C78.8262 136.099 78.6854 135.934 78.6775 136.496C78.6698 137.058 78.8552 137.432 78.7657 138.194C78.6974 138.769 78.3184 139.343 78.2742 140.107C78.6481 140.136 78.6404 140.66 78.7391 141.591C78.7582 141.771 78.8883 141.579 78.9041 141.663C78.9712 142.008 78.8633 142.327 78.9363 142.654C78.9539 142.734 79.0815 142.738 79.1031 142.803C79.2911 143.356 79.0039 144.268 78.9539 144.425C78.764 145.025 78.93 145.306 78.8553 145.766C78.7805 146.226 78.687 145.539 78.6416 146.076C78.5924 146.66 78.5747 147.331 78.5681 148L78.7428 147.825C78.1361 147.819 77.5308 147.823 76.9933 147.82C76.5423 147.818 76.85 147.989 76.7854 147.992C75.8527 148.036 74.9095 147.854 74.3924 148.194C73.7457 147.316 73.8299 148.279 72.4967 148.103C72.3917 148.089 72.2581 147.674 72.6613 147.613C73.0645 147.552 73.6758 147.682 74.2352 147.587C74.3677 147.565 75.1265 147.176 75.2301 147.152C76.0411 146.968 76.156 147.588 76.1989 147.622C76.6855 147.99 77.6128 147.571 77.857 147.542C78.1639 147.505 78.4581 147.486 78.7428 147.474L78.2168 148C78.1862 147.248 78.2133 146.563 78.1446 145.885C78.0834 145.274 77.6771 145.214 77.6895 144.734C77.7306 143.139 78.2974 142.582 77.806 141.079C77.7011 140.757 77.257 141.077 77.6062 139.922C77.6283 139.85 77.9477 138.992 77.7457 138.497C77.7202 138.435 77.5908 138.437 77.5799 138.355C77.5096 137.805 77.6127 137.438 77.5633 136.839C77.5139 136.24 77.4403 135.519 77.4842 134.835C77.5104 134.423 77.7516 133.894 77.8106 133.697C77.9807 133.14 77.7018 132.543 77.9078 132.197C78.1147 131.849 78.4291 132.53 78.5628 131.617C78.2265 131.583 77.8814 131.506 77.5433 131.451C77.5551 129.451 77.6638 127.483 77.649 125.476C77.6468 125.227 77.466 125.482 77.459 125.215C77.4303 124.09 77.5592 123.107 77.5079 121.94C77.4674 121.036 77.276 120.046 77.2278 119.101C77.6126 118.524 77.482 117.122 77.5171 116.104C77.5293 115.747 77.632 115.771 77.6656 115.518C77.7896 114.561 77.4496 115.009 77.396 114.747C77.1677 113.621 77.9373 113.525 77.9183 112.198C77.9175 112.128 77.5073 111.268 77.4817 111.15C77.3152 110.398 77.6245 111.025 77.6548 110.555C77.7102 109.695 77.8082 109.098 77.688 108.09C77.6524 107.796 77.3968 107.09 77.5945 106.52C77.6204 106.444 77.756 106.486 77.764 106.425C77.8963 105.331 77.4703 105.302 77.326 104.677C77.1817 104.052 77.4758 103.086 77.5606 102.889C77.7799 102.375 77.6543 103.283 77.6758 103.311C77.9319 103.638 77.8878 102.934 77.9095 102.395C78.3272 102.317 78.3021 101.565 77.9302 101.837C77.8896 101.868 77.9286 102.287 77.9095 102.395C77.4996 101.923 77.4471 101.096 77.8301 100.182C78.0096 99.754 78.2189 100.158 78.1424 98.859C78.1078 98.2693 77.8202 98.4971 77.7417 97.9767C77.5628 96.7878 77.8311 95.2429 77.7889 94.0171C77.7735 93.5723 77.6161 94.0056 77.6001 93.7016C77.5682 93.0989 77.6261 92.5493 77.6322 91.972L78.7428 93.0826C78.5473 93.0806 78.3486 93.0844 78.1437 93.0997C78.0703 93.1054 78.2496 93.2703 77.9977 93.2724C76.0874 93.2915 74.424 93.1859 72.4295 93.183C71.4658 93.1817 69.7429 93.2726 68.7446 93.2543C68.1355 93.2435 67.4769 93.2068 66.8148 93.1663L68.0091 91.972C67.9345 93.1905 67.8472 94.4212 67.8849 95.3789C67.9222 96.3429 68.0871 96.1315 68.1994 96.5445C68.4171 97.3416 68.0271 98.7525 67.9667 98.9425C67.9647 98.9483 67.9258 98.1188 67.8412 98.5614C67.6649 98.8188 67.9659 98.9332 67.9667 98.9425C67.9277 99.0673 67.8903 100.724 67.9218 101.053C67.939 101.232 68.0952 101.132 68.1012 101.225C68.241 103.441 68.2807 105.661 68.2077 107.909C68.2045 107.948 68.0298 107.888 68.0246 107.982C67.9469 109.283 68.1606 110.116 68.2875 111.189C68.4143 112.262 68.3719 113.113 68.0719 113.748C68.1097 114.557 67.9771 115.719 67.8966 116.387C67.8162 117.055 68.1563 117.149 68.163 117.207C68.3782 119.041 68.1835 120.102 68.1532 122.005C68.1382 122.909 68.1876 124.704 68.2248 125.683C68.2547 126.457 68.175 126.924 68.226 127.637C68.2328 127.734 68.3842 127.636 68.39 127.666C68.5712 128.462 68.201 128.079 68.1349 128.243C68.1327 128.249 68.1305 128.254 68.1282 128.26L68.1049 132.361L65.7465 129.024C65.5975 128.41 65.4832 128.036 64.8044 127.28C64.6466 127.103 63.8146 126.856 63.5398 126.526C63.1835 126.096 63.4612 126.156 63.0841 125.708C63.052 125.67 62.9621 125.747 62.7569 125.451C61.8026 124.078 60.7981 122.555 59.7778 121.149C59.6388 120.957 59.6637 121.313 59.4604 121.037C58.5064 119.741 57.4861 118.303 56.6455 116.977C56.439 116.651 56.6862 116.771 56.6691 116.681C56.5612 116.126 55.8591 115.731 55.7839 115.637C53.9808 113.399 52.9545 111.432 51.1332 109.139C51.0335 109.015 50.0226 108.231 49.96 107.603C49.9552 107.561 49.9019 106.934 49.4449 106.673C49.4165 106.657 49.478 107.027 49.1495 106.539C48.8209 106.05 48.1803 105.345 47.8577 104.581C47.7554 104.34 47.6641 103.661 47.012 103.189C46.9686 103.159 45.8127 102.536 45.8922 101.962C45.9059 101.868 46.2906 101.681 45.5844 101.065C45.449 100.948 45.5564 101.26 45.2417 100.921C44.7591 100.402 44.3092 99.5787 43.6536 98.9853C43.5389 98.8821 42.9328 98.527 42.8103 97.982C42.7911 97.8967 42.9947 97.9393 42.8494 97.7091C42.1592 96.6141 41.2954 95.5685 40.6114 94.4447C40.369 94.0468 40.6924 94.1075 40.4602 93.6781C40.3251 93.4281 40.0925 93.0433 39.8468 92.6958L40.8588 93.2162C40.553 93.2145 40.2591 93.2296 40.0471 93.2731C39.5401 93.3772 40.094 93.7401 39.3344 93.7692C36.0323 93.8953 32.7612 93.6824 29.4639 93.6513C28.9749 93.6466 29.3803 93.7765 28.6596 93.7789C28.6381 93.779 28.6165 93.7791 28.5948 93.7792L30.402 91.972C30.4133 94.6383 30.5309 99.1702 30.2572 101.457C30.0362 103.304 29.8679 100.98 29.778 102.391C29.735 103.073 30.157 103.81 30.1703 103.974C30.3052 105.58 30.1183 106.697 30.1757 108.143C30.1876 108.441 30.3586 108.148 30.3668 108.403C30.3965 109.27 30.3201 110.183 30.3341 111.012C30.3408 111.384 30.4714 111.316 30.4613 111.658C30.4387 112.477 30.3838 113.202 30.2613 114C30.2502 114.073 30.0877 113.582 30.0817 114.188C30.0723 115.169 29.9516 116.387 30.0763 117.516C30.1138 117.851 30.4123 117.864 30.2062 118.584C30.1631 118.735 29.8046 118.542 30.1144 119.38C30.1658 119.521 30.5836 120.93 30.3143 121.621C30.2435 121.804 29.9501 122.269 29.9962 122.672C30.0036 122.726 30.1639 122.508 30.1796 122.841C30.2319 124.017 30.2148 125.25 30.265 126.458C30.2787 126.781 30.4447 126.3 30.4598 126.781C30.5018 128.104 30.4595 129.754 30.4076 131.048C30.3881 131.524 30.2507 131.195 30.2357 131.229C29.9924 131.787 30.3208 132.117 30.34 132.302C30.4546 133.454 30.3004 134.331 30.3412 135.392C30.352 135.685 30.5086 135.477 30.5226 135.536C30.659 136.14 30.3778 135.69 30.3468 136.073C30.259 137.145 30.2716 138.34 30.2916 139.425C30.2992 139.823 30.4808 139.375 30.4855 139.733C30.5168 141.848 30.4994 144.048 30.3993 146.113C30.3801 146.501 30.2403 146.257 30.2084 146.338C29.985 146.896 30.2897 147.715 30.3187 147.903C30.3238 147.936 30.3286 147.968 30.333 148L28.5948 146.262C29.3804 146.153 29.7159 146.266 30.4429 146.244C33.574 146.147 37.3279 146.191 40.5228 146.237L38.7599 148C38.7683 147.425 38.7767 146.869 38.7844 146.337C38.8495 141.793 38.9825 138.267 38.948 133.934C38.946 133.658 38.76 133.936 38.7559 133.699C38.711 130.634 38.7837 127.616 38.73 124.545C38.7259 124.293 38.5496 124.656 38.5371 124.251C38.5103 123.422 38.5199 122.371 38.5762 121.532C38.6033 121.122 38.7546 121.671 38.7788 121.259C38.8355 120.3 38.8481 119.272 38.8198 118.287C38.8074 117.868 38.6271 118.501 38.625 117.956C38.6128 115.414 38.5943 112.903 38.6589 110.368L38.692 104.512L42.0427 109.289C42.6936 110.258 43.3332 111.24 43.9574 112.247C44.0931 112.466 43.9249 112.862 44.2986 113.267C44.4054 113.242 44.5017 113.171 44.6007 113.122C47.7761 117.495 50.7681 121.929 53.8884 126.359C54.02 126.546 53.9498 126.112 54.2054 126.473C55.6848 128.562 57.1676 130.558 58.5258 132.805C58.6608 133.028 58.3051 133.117 58.7904 133.711C58.8762 133.816 59.5808 134.73 59.8139 134.93C59.8465 134.956 59.8547 134.692 60.0736 134.993C61.3432 136.74 62.6233 138.606 63.7916 140.42C63.9799 140.713 63.627 140.509 63.7599 140.719C64.7038 142.204 65.9157 143.689 66.7622 145.148C67.3282 146.124 66.848 145.955 66.9581 146.609C66.9738 146.702 67.3715 147.273 67.2553 147.4C66.9641 147.72 66.3914 147.713 66.1041 148.086C66.0419 148.167 66.6668 148.866 66.156 148.552C66.1209 148.53 65.6661 148.023 65.5049 147.934C65.393 147.871 65.3744 148.14 65.1801 147.988C64.9859 147.836 64.9523 147.541 64.6579 147.269C64.3628 146.998 64.3039 147.251 63.8321 146.626ZM67.537 119.396C67.3737 120.015 67.9719 120.106 67.8288 119.437C67.8211 119.405 67.545 119.364 67.537 119.396ZM78.115 127.494C78.3789 126.685 77.9909 126.132 77.7872 126.702C77.5836 127.273 78.035 127.741 78.115 127.494ZM78.3077 135.884C78.5157 134.938 77.6674 134.789 77.8389 135.802C77.8486 135.861 78.2956 135.939 78.3077 135.884ZM65.2874 144.398C65.2859 144.409 65.5693 144.822 65.5826 144.827C65.8918 144.934 65.3251 144.109 65.2874 144.398ZM78.5174 144.209C78.6321 143.913 78.4997 143.063 78.357 143.43C78.2422 143.725 78.3746 144.576 78.5174 144.209ZM53.1227 109.262C53.1243 109.249 52.9221 108.952 52.8853 108.987C52.7675 109.102 53.0952 109.481 53.1227 109.262ZM68.385 147.784C70.4754 147.816 71.7429 148.517 69.4664 148.438C69.0542 148.424 70.3549 148.214 69.8302 148.151C68.8701 148.036 68.2325 148.476 67.2528 148.24C67.0754 148.197 68.2657 147.781 68.3887 147.783C68.3874 147.784 68.3862 147.784 68.385 147.784ZM66.8185 119.753C66.8106 119.765 66.8031 120.262 66.8109 120.274C67.0009 120.542 67.0161 119.542 66.8185 119.753ZM41.2441 92.019C41.2434 92.0095 41.1852 91.9197 41.1028 91.7975L41.0093 91.6702L40.8588 91.672C40.5087 91.6625 39.9301 91.6579 39.9036 91.6688C39.5135 91.8704 40.3576 91.9549 40.8588 91.9003L40.8948 91.8999L40.9171 91.9303C41.0989 92.1337 41.2554 92.2317 41.2441 92.019ZM72.4827 91.538C73.0246 91.3469 73.6729 91.3244 74.1049 91.5644C73.5664 91.5516 73.0242 91.5497 72.4827 91.538ZM100.746 146.081C100.694 144.953 100.75 143.473 100.827 142.348C100.85 141.996 100.956 142.174 100.977 141.931C101.019 141.455 100.967 141.012 101.016 140.542C101.033 140.386 101.2 140.58 101.214 140.417C101.288 139.521 101.246 138.674 101.281 137.767C101.457 133.299 101.521 128.908 101.597 124.385C101.622 122.894 101.775 121.082 101.708 119.541C101.7 119.362 101.553 119.469 101.54 119.435C101.354 118.898 101.652 119.076 101.691 118.726C101.848 117.336 101.861 115.79 101.804 114.452C101.78 113.882 101.487 114.453 101.651 113.88C101.662 113.84 101.819 113.984 101.836 113.828C101.873 113.474 101.845 112.803 101.858 112.528C101.882 111.999 101.881 111.912 101.882 111.412C101.886 110.728 101.964 109.915 101.929 109.181C101.921 109.024 101.76 109.232 101.733 108.982C101.705 108.732 101.719 108.071 101.757 107.848C101.795 107.625 101.921 107.72 101.95 107.68C102.194 107.356 101.856 106.591 101.848 106.492C101.734 105.057 101.834 103.785 101.878 102.472L102.726 103.32C102.397 103.309 102.066 103.301 101.729 103.301C100.45 103.302 99.0828 103.365 97.8661 103.357C96.4165 103.346 95.1879 103.259 93.7797 103.274C93.6311 103.275 93.8052 103.464 93.6237 103.466C91.6952 103.488 89.7801 103.467 87.8599 103.34C87.6674 103.327 87.9155 103.161 87.7232 103.138C87.3198 103.092 86.836 103.023 86.3461 102.981L85.8472 102.991L85.8369 102.472C85.9168 101.531 85.8959 100.568 85.4216 100.108C85.4498 99.3098 85.4789 98.3411 85.6242 97.6273C85.7178 97.167 85.8983 97.6141 85.8213 97.0487C85.8041 96.9212 85.6461 97.087 85.6323 96.8958C85.5744 96.0907 85.6258 95.2111 85.5442 94.4146C85.5272 94.2526 85.3856 94.2968 85.3601 94.2509C85.1536 93.8652 85.4949 93.223 85.5198 93.0829C85.5895 92.6807 85.6226 92.3194 85.637 91.972L85.6232 91.2773L86.3461 91.2629C86.9193 91.2867 87.4545 91.2595 88.0729 91.2624C88.3033 91.2635 88.0309 91.0733 88.2527 91.0675C89.4028 91.0403 90.5943 91.0566 91.7205 91.141C91.971 91.1602 91.7406 91.3223 91.8603 91.3397C92.3882 91.4148 92.5052 91.1088 93.0114 91.1749C93.1181 91.1885 93.058 91.3272 93.0775 91.3424C93.3821 91.5816 93.6469 91.2427 93.7252 91.2353C94.7165 91.133 95.3502 91.4868 96.3078 91.4367C96.4224 91.4303 96.1641 91.2548 96.4861 91.2477C98.6316 91.1993 100.901 91.2475 103.024 91.3878C103.355 91.4094 103.119 91.5413 103.14 91.5575C103.478 91.8115 103.698 91.4712 103.805 91.4584C104.655 91.3662 105.448 91.6515 106.025 91.2462C109.622 91.3869 113.203 91.1593 116.77 91.5224C116.816 91.5266 116.735 91.6941 116.825 91.7018C117.915 91.7959 117.705 91.5355 118.426 91.2169C118.608 91.137 119.16 91.5215 119.209 91.5497C119.387 91.6536 119.203 91.9029 119.262 91.923C119.756 92.081 119.675 91.2565 120.341 91.2562C120.362 91.2576 120.275 91.4094 120.33 91.4245C120.504 91.4718 120.676 91.4115 120.846 91.4638C121.235 91.5846 121.373 91.9852 121.967 91.7521C122.042 91.7218 121.928 91.2542 122.522 91.2763C122.759 91.2855 123.808 91.2775 124.102 91.3078C124.395 91.338 124.194 91.4887 124.215 91.4953C125.006 91.6945 124.706 91.7771 125.102 92.0722C125.499 92.3661 125.389 91.6651 125.55 91.5868C125.712 91.5088 126.292 91.6732 126.435 91.7304C126.577 91.7875 126.399 91.8833 126.526 91.9157C127.366 92.1271 126.895 91.5677 127.172 91.4564C127.824 91.193 128.332 91.7129 128.93 91.7638C129.091 91.7776 128.959 91.6592 129.103 91.6481C129.673 91.6058 130.016 91.768 130.665 91.6193C130.715 91.6078 130.86 91.5313 131.034 91.4786L131.517 91.469L131.527 91.972C131.586 92.1649 131.615 92.3941 131.494 92.5723C131.461 92.6204 131.332 92.4838 131.303 92.7268C131.259 93.0897 131.231 93.7436 131.274 94.1337C131.306 94.4218 131.52 94.0916 131.453 94.4542C131.424 94.6153 131.299 94.3167 131.254 94.6194C131.208 94.9205 131.214 95.6903 131.218 95.9833C131.223 96.2757 131.384 96.1156 131.395 96.1393C131.458 96.2823 131.536 96.8435 131.536 96.8931C131.551 98.8189 131.393 100.629 131.36 102.472L131.367 102.792L131.034 102.798C130.483 102.788 129.93 102.79 129.369 102.811C129.178 102.818 129.305 102.988 129.276 102.991C128.622 103.063 129.138 102.609 128.681 102.457C128.747 102.803 128.477 102.741 128.016 102.779C127.794 102.797 127.915 102.931 127.895 102.945C127.565 103.149 127.336 102.886 127.277 102.832C127.059 102.634 126.821 102.868 126.673 102.735C126.525 102.604 126.866 102.409 126.424 102.412C126.3 102.536 126.628 102.86 126.293 102.912C125.026 103.111 122.663 102.857 121.645 102.83C120.628 102.804 120.3 102.827 119.708 102.782C118.639 102.701 119.031 102.941 118.367 103.052C117.7 103.162 118.024 102.57 117.929 102.443C117.835 102.315 117.732 102.446 117.615 102.376C117.498 102.307 117.751 102.22 117.477 102.194C117.202 102.168 116.453 102.394 116.356 102.527C116.15 102.809 116.488 103.104 115.762 103C115.721 102.994 115.856 102.839 115.696 102.823C115.379 102.793 115.06 102.77 114.738 102.751L115.017 102.472C114.959 103.438 114.935 104.418 114.856 105.369C114.841 105.543 114.668 105.387 114.657 105.489C114.547 106.545 114.839 106.168 115.163 106.747C114.731 106.617 114.467 106.937 114.465 107.739C114.463 108.221 114.652 108.138 114.784 108.449C114.824 108.543 114.695 108.884 114.784 108.946C115.073 109.15 115.398 108.828 115.269 109.655C115.262 109.691 115.104 109.576 115.094 109.701C115.031 110.511 115.334 110.608 115.371 111.484C115.4 112.17 115.215 113.391 115.185 114.172C114.7 114.156 114.811 114.894 115.145 115.194C115.132 115.701 115.151 116.249 115.104 116.739C115.089 116.908 114.948 116.797 114.933 116.818C114.695 117.144 115.02 117.365 115.033 117.474C115.157 118.661 114.911 119.628 115.152 120.76C115.16 120.8 115.497 120.865 115.251 121.168C115.234 121.188 115.081 120.814 115.069 121.346C115.057 121.879 114.877 122.883 115.033 123.623C115.07 123.802 115.344 124.255 115.13 124.618C115.101 124.667 115.004 124.614 114.951 124.683C114.779 124.909 115.12 125.033 114.831 125.298C114.541 125.564 114.325 126.116 114.524 126.862C114.53 126.886 114.8 127.062 114.796 127.297C114.789 127.671 114.732 128.203 114.734 128.594C114.735 128.781 114.903 128.661 114.906 128.694C115 129.953 114.85 130.848 114.785 132.197C114.773 132.444 115.002 133.154 114.821 133.633C114.623 134.159 113.8 133.619 113.996 134.826C114.075 135.314 115.119 135.93 114.578 136.806C114.712 138.504 114.435 140.074 114.626 141.777C114.635 141.853 114.926 142.095 114.922 142.275C114.916 142.543 114.78 142.689 114.771 142.88C114.73 143.68 114.846 144.411 114.828 145.182C114.822 145.475 114.681 145.373 114.673 145.722C114.665 146.07 114.851 146.303 114.761 146.776C114.693 147.133 114.314 147.49 114.27 147.964C114.334 147.967 114.387 147.979 114.431 148L114.738 147.693C114.637 147.906 114.331 147.915 113.852 147.996C113.741 148.015 113.86 148.146 113.808 148.161C113.594 148.228 113.395 148.121 113.192 148.194C113.143 148.211 113.14 148.339 113.1 148.36C112.756 148.548 112.19 148.261 112.093 148.211C111.72 148.021 111.546 148.187 111.26 148.112C110.974 148.038 111.401 147.944 111.068 147.899C110.376 147.805 109.488 147.826 108.786 147.82C108.506 147.818 108.697 147.989 108.657 147.992C108.078 148.036 107.492 147.854 107.171 148.194C106.769 147.316 106.822 148.279 105.994 148.103C105.929 148.089 105.846 147.674 106.096 147.613C106.346 147.552 106.726 147.682 107.073 147.587C107.156 147.565 107.627 147.176 107.691 147.152C108.195 146.968 108.266 147.588 108.293 147.622C108.595 147.99 109.171 147.571 109.322 147.542C110.016 147.409 110.606 147.496 111.186 147.402C111.565 147.341 111.602 146.934 111.9 146.947C112.891 146.988 113.237 147.555 114.17 147.063C114.355 146.966 114.2 146.581 114.738 146.796L113.534 148C113.552 147.955 113.575 147.905 113.602 147.849C113.624 147.804 113.943 147.272 113.741 146.964C113.715 146.925 113.586 146.927 113.575 146.876C113.505 146.534 113.608 146.306 113.559 145.934C113.509 145.562 113.436 145.115 113.479 144.69C113.506 144.434 113.747 144.106 113.806 143.983C113.976 143.637 113.697 143.267 113.903 143.052C114.11 142.836 114.424 143.259 114.558 142.692C114.222 142.671 113.877 142.623 113.539 142.589C113.55 141.347 113.659 140.124 113.644 138.878C113.642 138.724 113.461 138.882 113.454 138.716C113.426 138.017 113.554 137.407 113.503 136.682C113.463 136.121 113.271 135.506 113.223 134.919C113.608 134.561 113.477 133.691 113.512 133.058C113.525 132.837 113.627 132.852 113.661 132.694C113.785 132.1 113.445 132.378 113.391 132.215C113.163 131.516 113.933 131.457 113.914 130.632C113.913 130.589 113.503 130.055 113.477 129.982C113.31 129.515 113.62 129.904 113.65 129.612C113.706 129.078 113.803 128.707 113.683 128.081C113.648 127.899 113.392 127.461 113.59 127.106C113.616 127.06 113.751 127.085 113.759 127.048C113.892 126.368 113.466 126.35 113.321 125.962C113.177 125.574 113.471 124.974 113.556 124.852C113.775 124.532 113.65 125.096 113.671 125.114C113.927 125.317 113.883 124.879 113.905 124.545C114.323 124.497 114.297 124.029 113.926 124.199C113.885 124.218 113.924 124.478 113.905 124.545C113.495 124.252 113.442 123.738 113.825 123.17C114.005 122.905 114.214 123.156 114.138 122.349C114.103 121.983 113.815 122.124 113.737 121.801C113.558 121.063 113.826 120.103 113.784 119.342C113.769 119.066 113.611 119.335 113.595 119.146C113.553 118.645 113.671 118.203 113.61 117.7C113.605 117.655 113.44 117.766 113.438 117.61C113.419 116.423 113.524 115.39 113.527 114.152C113.528 113.553 113.438 112.483 113.456 111.863C113.487 110.789 113.726 109.467 113.668 108.549C113.631 107.951 113.466 108.082 113.354 107.825C113.136 107.33 113.526 106.454 113.586 106.336C113.588 106.333 113.627 106.848 113.712 106.573C113.888 106.413 113.587 106.342 113.586 106.336C113.625 106.259 113.663 105.23 113.631 105.025C113.614 104.914 113.458 104.976 113.452 104.919C113.369 104.105 113.321 103.29 113.311 102.472L113.34 101.017L114.738 101.045C115.304 101.038 115.871 101.049 116.442 101.079C116.466 101.082 116.429 101.257 116.487 101.262C117.295 101.34 117.812 101.126 118.479 100.999C119.145 100.872 119.673 100.915 120.068 101.215C120.57 101.177 121.292 101.31 121.707 101.39C122.122 101.471 122.18 101.131 122.216 101.124C123.355 100.909 124.014 101.103 125.195 101.134C125.757 101.149 126.872 101.099 127.48 101.062C127.961 101.032 128.25 101.112 128.693 101.061C128.753 101.054 128.692 100.903 128.711 100.897C129.205 100.716 128.968 101.086 129.07 101.152C129.44 101.392 129.668 101.52 130.301 101.407C130.429 101.385 130.772 100.972 131.034 100.85L129.412 102.472C129.395 102.435 129.383 102.4 129.379 102.367C129.34 102.021 129.531 102.152 129.484 101.789C129.481 101.758 129.363 101.765 129.368 101.541C129.391 100.503 129.459 99.3712 129.447 98.2923C129.446 98.145 129.259 98.3339 129.254 98.121C129.232 97.1219 129.239 96.0268 129.327 95.0535C129.349 94.8139 129.48 94.9641 129.519 94.9121C129.754 94.5928 129.412 94.14 129.406 94.0653C129.336 93.3151 129.351 92.639 129.381 91.972L131.034 93.6255C130.117 93.5852 129.217 93.5174 128.165 93.6027C128.066 93.6113 127.305 93.9776 126.966 93.6635C126.942 93.6426 126.606 93.3212 126.309 93.5409C126.291 93.5547 126.5 93.7201 126.135 93.7033C125.77 93.6864 125.182 93.7969 124.68 93.6151C124.521 93.5579 124.145 93.2372 123.671 93.4928C123.64 93.5107 122.908 94.0886 122.646 93.6898C122.604 93.6242 122.648 93.2023 122.082 93.4186C121.974 93.4605 122.171 93.5546 121.886 93.6134C121.449 93.704 120.871 93.591 120.334 93.7789C120.241 93.8122 119.842 94.0986 119.523 93.8812C119.473 93.8472 119.568 93.7063 119.399 93.6906C118.597 93.6149 117.757 93.7092 116.942 93.6117C116.653 93.5775 116.801 93.3497 116.5 93.2887C116.199 93.2277 115.593 93.169 115.278 93.2731C114.963 93.3772 115.307 93.7401 114.836 93.7692C112.785 93.8953 110.754 93.6824 108.706 93.6513C108.402 93.6466 108.654 93.7765 108.207 93.7789C106.557 93.7886 103.708 93.9104 102.276 93.6344C101.129 93.4134 102.573 93.2451 101.696 93.1552C101.273 93.1123 100.815 93.5342 100.713 93.5475C99.7155 93.6824 99.0222 93.4955 98.1243 93.5529C97.9389 93.5648 98.1208 93.7358 97.963 93.744C97.424 93.7737 96.8575 93.6974 96.3424 93.7113C96.1114 93.718 96.1539 93.8486 95.9413 93.8385C95.4326 93.8159 94.9827 93.761 94.4867 93.6386C94.4415 93.6274 94.7463 93.4649 94.3699 93.4589C93.7607 93.4496 93.0046 93.3288 92.3037 93.4535C92.0957 93.491 92.0876 93.7896 91.6406 93.5834C91.5468 93.5403 91.6664 93.1819 91.1457 93.4916C91.0581 93.5431 90.1834 93.9608 89.7541 93.6915C89.6409 93.6207 89.3518 93.3273 89.1017 93.3734C89.0678 93.3808 89.2037 93.5411 88.9965 93.5568C88.2661 93.6091 87.5007 93.592 86.7504 93.6422C86.5501 93.656 86.8485 93.8219 86.5499 93.837C86.4832 93.8405 86.4152 93.8433 86.3461 93.8456L88.2197 91.972C88.2462 92.7544 88.2066 93.6798 88.1589 94.4177C88.1394 94.7137 88.002 94.5091 87.987 94.5306C87.7437 94.877 88.0721 95.0819 88.0913 95.1968C88.2059 95.9119 88.0517 96.4564 88.0925 97.1155C88.1033 97.2974 88.2599 97.1684 88.2739 97.2047C88.4103 97.5802 88.1291 97.3004 88.0981 97.5382C88.0103 98.204 88.0229 98.9464 88.0429 99.6198C88.0505 99.8671 88.2321 99.5891 88.2368 99.8111C88.2577 100.688 88.2569 101.589 88.2242 102.472L86.3461 100.594C86.7857 100.61 87.221 100.634 87.6471 100.667C87.8885 100.687 87.7366 100.826 87.7869 100.858C88.1337 101.082 88.642 100.777 88.759 100.748C89.2907 100.616 89.4973 100.739 89.9669 100.716C92.261 100.601 95.0936 100.683 97.259 100.734C99.2651 100.78 100.952 100.861 102.726 100.891L104.338 100.923L104.307 102.472C104.295 103.194 104.291 103.93 104.301 104.707C104.303 104.878 104.489 104.706 104.493 104.853C104.538 106.757 104.465 108.631 104.519 110.538C104.523 110.695 104.699 110.469 104.712 110.72C104.739 111.235 104.729 111.888 104.673 112.409C104.646 112.663 104.494 112.322 104.47 112.578C104.413 113.174 104.401 113.812 104.429 114.424C104.441 114.684 104.622 114.291 104.624 114.63C104.642 116.935 104.673 119.199 104.439 121.528C104.423 121.687 104.057 121.828 104.127 122.167C104.229 122.193 104.348 122.191 104.457 122.202C104.516 125.558 104.389 128.879 104.369 132.244C104.368 132.386 104.562 132.141 104.562 132.415C104.559 134.005 104.613 135.549 104.42 137.175C104.401 137.336 104.059 137.253 104.111 137.729C104.12 137.813 104.166 138.529 104.24 138.714C104.251 138.739 104.411 138.608 104.415 138.839C104.44 140.18 104.403 141.585 104.306 142.924C104.29 143.14 104.12 142.91 104.107 143.064C104.017 144.155 104.146 145.343 103.992 146.386C103.888 147.084 103.594 146.825 103.306 147.196C103.265 147.249 103.258 147.681 103.09 147.703C102.667 147.761 102.205 147.551 101.754 147.637C101.657 147.656 101.761 148.235 101.527 147.892C101.511 147.868 101.433 147.448 101.354 147.345C101.299 147.273 101.128 147.402 101.057 147.255C100.987 147.109 101.13 146.947 101.048 146.704C100.964 146.46 100.769 146.567 100.746 146.081ZM123.576 101.75C123.96 101.913 124.017 101.315 123.601 101.458C123.581 101.466 123.556 101.742 123.576 101.75ZM114.11 140.131C114.374 139.629 113.986 139.285 113.782 139.64C113.579 139.994 114.03 140.285 114.11 140.131ZM114.303 145.341C114.511 144.754 113.663 144.662 113.834 145.291C113.844 145.327 114.291 145.376 114.303 145.341ZM103.223 145.476C103.215 145.481 103.208 145.792 103.215 145.799C103.405 145.965 103.421 145.343 103.223 145.476ZM112.227 147.775C112.41 147.889 112.938 147.757 112.71 147.614C112.527 147.499 111.999 147.632 112.227 147.775ZM128.946 92.0558C128.94 92.0469 128.717 92.0389 128.721 92.0893C128.737 92.2515 129.047 92.2057 128.946 92.0558ZM103.44 147.784C104.739 147.816 105.526 148.517 104.112 148.438C103.856 148.424 104.664 148.214 104.338 148.151C103.742 148.036 103.346 148.476 102.737 148.24C102.627 148.197 103.366 147.781 103.443 147.783C103.442 147.784 103.441 147.784 103.44 147.784ZM123.797 102.468C123.805 102.476 124.113 102.484 124.12 102.476C124.287 102.286 123.666 102.271 123.797 102.468ZM115.945 91.6859C115.928 91.6691 115.212 91.6533 115.189 91.6688C114.816 91.9794 116.263 92.0122 115.945 91.6859ZM115.172 114.185C115.363 114.521 115.386 114.924 115.146 115.192C115.158 114.858 115.16 114.521 115.172 114.185ZM136.701 145.132C136.649 143.445 136.705 141.234 136.781 139.553C136.805 139.027 136.911 139.293 136.932 138.93C136.973 138.219 136.921 137.556 136.97 136.853C136.987 136.62 137.155 136.91 137.169 136.666C137.243 135.328 137.2 134.062 137.236 132.706C137.412 126.029 137.475 119.465 137.552 112.706C137.577 110.478 137.729 107.768 137.662 105.466C137.655 105.198 137.507 105.358 137.495 105.307C137.309 104.505 137.607 104.772 137.646 104.248C137.802 102.17 137.816 99.8591 137.759 97.8592C137.734 97.0084 137.442 97.8614 137.606 97.0048C137.617 96.9453 137.773 97.1611 137.79 96.9278C137.828 96.3987 137.8 95.3948 137.812 94.9846C137.837 94.1943 137.835 94.0635 137.837 93.316C137.839 92.8937 137.853 92.4383 137.866 91.972L137.856 91.1687L138.681 91.1577C139.343 91.1771 140.027 91.1953 140.671 91.1745C140.905 91.1664 140.595 91.006 140.968 90.9787C141.342 90.9514 142.33 90.965 142.663 91.0028C142.997 91.0407 142.855 91.1668 142.914 91.1957C143.399 91.4397 144.542 91.1018 144.689 91.0934C147.371 90.951 149.671 91.1435 152.188 91.143C154.1 91.1421 156.143 91.0786 157.962 91.0873C160.128 91.0983 161.964 91.1853 164.069 91.1703C164.291 91.1689 164.031 90.9803 164.302 90.9782C167.184 90.9562 170.047 90.9768 172.917 91.1041C173.204 91.1171 172.833 91.2827 173.121 91.3056C174.697 91.4274 177.093 91.7021 178.329 91.2416L179.049 91.232L179.059 91.972C179.113 92.1171 179.177 92.2462 179.253 92.356C179.225 93.5485 179.196 94.9963 179.051 96.0632C178.957 96.7511 178.777 96.083 178.854 96.928C178.871 97.1185 179.029 96.8707 179.043 97.1565C179.1 98.3598 179.049 99.6744 179.131 100.865C179.148 101.107 179.289 101.041 179.315 101.109C179.428 101.427 179.376 101.86 179.302 102.22L179.315 103.18L178.329 103.193C178.034 103.133 177.788 103.058 177.694 103.046C176.1 102.861 174.937 102.934 173.452 102.93C173.108 102.929 173.515 103.119 173.184 103.124C171.465 103.152 169.684 103.135 168.001 103.051C167.626 103.032 167.971 102.87 167.792 102.852C167.003 102.777 166.828 103.083 166.071 103.017C165.912 103.003 166.002 102.865 165.973 102.85C165.517 102.61 165.122 102.949 165.005 102.957C163.523 103.059 162.576 102.705 161.145 102.755C160.973 102.762 161.36 102.937 160.878 102.944C157.672 102.993 154.28 102.945 151.106 102.804C150.613 102.783 150.965 102.651 150.934 102.634C150.816 102.575 150.707 102.548 150.609 102.542L150.931 102.22C150.91 102.545 151.112 102.766 151.122 102.889C151.215 104.159 150.929 105.345 151.334 106.207C151.263 108.944 151.287 111.675 151.279 114.4L150.609 113.729C153.236 113.736 155.858 113.772 158.476 113.95C158.544 113.955 158.422 114.122 158.557 114.13C160.186 114.224 159.873 113.963 160.951 113.645C161.222 113.565 162.048 113.95 162.121 113.978C162.387 114.082 162.111 114.331 162.2 114.351C162.938 114.509 162.818 113.685 163.813 113.684C163.844 113.686 163.713 113.837 163.796 113.852C164.056 113.9 164.313 113.84 164.567 113.892C165.148 114.013 165.355 114.413 166.243 114.18C166.355 114.15 166.183 113.682 167.072 113.704C167.426 113.713 168.994 113.705 169.433 113.736C169.872 113.766 169.571 113.917 169.602 113.923C170.784 114.123 170.336 114.205 170.928 114.5C171.521 114.794 171.356 114.093 171.598 114.015C171.84 113.937 172.707 114.101 172.92 114.158C173.133 114.216 172.867 114.311 173.056 114.344C174.312 114.555 173.607 113.996 174.021 113.884C174.996 113.621 175.756 114.141 176.649 114.192C176.89 114.206 176.693 114.087 176.908 114.076C177.218 114.061 177.483 114.072 177.741 114.086L178.05 114.082L178.054 114.4C178.03 114.852 177.999 115.284 178.093 115.901C178.118 116.06 178.43 116.843 178.201 117.35C178.168 117.422 178.038 117.218 178.009 117.581C177.966 118.124 177.937 119.101 177.981 119.684C178.013 120.115 178.226 119.621 178.16 120.163C178.13 120.404 178.005 119.957 177.96 120.41C177.915 120.86 177.92 122.011 177.925 122.448C177.929 122.885 178.091 122.646 178.102 122.682C178.164 122.895 178.243 123.734 178.242 123.808C178.244 124.09 178.244 124.37 178.242 124.648L178.249 125.143L177.741 125.149C174.322 125.13 171.12 124.903 167.754 124.987C167.469 124.994 167.659 125.164 167.615 125.167C166.637 125.239 167.408 124.785 166.725 124.633C166.824 124.979 166.421 124.917 165.732 124.955C165.4 124.973 165.581 125.107 165.55 125.121C165.058 125.325 164.715 125.062 164.627 125.008C164.301 124.81 163.946 125.044 163.724 124.911C163.503 124.78 164.013 124.585 163.352 124.588C163.167 124.712 163.657 125.036 163.156 125.088C161.263 125.287 157.731 125.033 156.209 125.006C154.69 124.98 154.2 125.003 153.315 124.958C151.716 124.877 152.302 125.117 151.31 125.228C150.314 125.338 150.798 124.746 150.655 124.619C150.64 124.605 150.624 124.594 150.609 124.586L150.547 124.585L150.546 124.648C150.478 124.776 150.575 124.914 150.513 125.07C150.443 125.244 150.357 124.867 150.331 125.277C150.304 125.687 150.531 126.807 150.664 126.952C150.945 127.26 151.241 126.755 151.137 127.839C151.131 127.901 150.975 127.699 150.96 127.938C150.84 129.835 150.833 131.805 150.727 133.7C150.712 133.96 150.539 133.727 150.528 133.879C150.417 135.458 150.709 134.893 151.033 135.759C150.602 135.564 150.338 136.043 150.335 137.241C150.335 137.436 150.348 137.568 150.371 137.668L150.368 137.903L150.609 137.906C150.878 137.845 150.904 137.719 151.244 137.622C151.384 137.582 151.894 137.711 151.986 137.622C152.291 137.333 151.811 137.008 153.046 137.138C153.1 137.144 152.928 137.302 153.115 137.312C154.326 137.375 154.471 137.072 155.78 137.035C156.805 137.006 158.63 137.191 159.798 137.221C159.773 137.706 160.877 137.595 161.324 137.261C162.082 137.274 162.901 137.255 163.634 137.302C163.886 137.317 163.72 137.458 163.752 137.473C164.24 137.711 164.569 137.386 164.733 137.373C166.506 137.249 167.951 137.496 169.644 137.254C169.704 137.246 169.801 136.909 170.253 137.155C170.283 137.172 169.724 137.325 170.52 137.337C171.316 137.349 172.817 137.53 173.923 137.373C174.19 137.336 174.867 137.062 175.41 137.276C175.482 137.305 175.403 137.402 175.507 137.455C175.845 137.627 176.029 137.286 176.426 137.576C176.77 137.826 177.434 138.022 178.329 137.941L178.056 137.668C178.069 137.807 178.088 137.952 178.115 138.103C178.121 138.138 178.391 138.402 178.386 138.753C178.379 139.312 178.323 140.107 178.325 140.691C178.326 140.971 178.493 140.792 178.496 140.84C178.59 142.722 178.441 144.061 178.376 146.076C178.365 146.409 178.549 147.303 178.454 148L178.456 148.124L178.329 148.125C178.252 148.115 178.177 148.101 178.106 148.083C177.321 147.885 178.128 147.062 176.323 147.258C175.594 147.337 174.673 148.381 173.364 147.84C170.827 147.974 168.48 147.697 165.935 147.888C165.821 147.897 165.459 148.188 165.19 148.184C164.79 148.178 164.571 148.042 164.286 148.033C163.091 147.992 161.997 148.108 160.845 148.09C160.408 148.083 160.561 147.943 160.039 147.935C159.517 147.927 159.17 148.112 158.463 148.023C157.93 147.955 157.396 147.576 156.688 147.531C156.661 147.905 156.174 147.898 155.31 147.996C155.143 148.015 155.322 148.146 155.243 148.161C154.923 148.228 154.627 148.121 154.323 148.194C154.249 148.211 154.246 148.339 154.185 148.36C153.671 148.548 152.825 148.261 152.68 148.211C152.122 148.021 151.862 148.187 151.435 148.112C151.008 148.038 151.646 147.944 151.148 147.899C150.115 147.805 148.787 147.826 147.738 147.82C147.319 147.818 147.605 147.989 147.545 147.992C146.679 148.036 145.804 147.854 145.324 148.194C144.724 147.316 144.802 148.279 143.564 148.103C143.467 148.089 143.343 147.674 143.717 147.613C144.091 147.552 144.659 147.682 145.178 147.587C145.301 147.565 146.005 147.176 146.101 147.152C146.854 146.968 146.961 147.588 147.001 147.622C147.452 147.99 148.313 147.571 148.54 147.542C149.576 147.409 150.457 147.496 151.325 147.402C151.892 147.341 151.947 146.934 152.393 146.947C153.873 146.988 154.39 147.555 155.785 147.063C156.084 146.958 155.787 146.514 156.859 146.863C156.926 146.885 157.722 147.205 158.182 147.003C158.24 146.977 158.238 146.848 158.314 146.837C158.824 146.767 159.165 146.87 159.721 146.82C160.277 146.771 160.945 146.697 161.58 146.741C161.963 146.768 162.454 147.009 162.637 147.068C163.154 147.238 163.708 146.959 164.029 147.165C164.352 147.372 163.72 147.686 164.567 147.82C164.599 147.484 164.671 147.139 164.721 146.8C166.578 146.812 168.404 146.921 170.267 146.906C170.498 146.904 170.262 146.723 170.509 146.716C171.554 146.688 172.466 146.816 173.549 146.765C174.388 146.725 175.307 146.533 176.184 146.485C176.606 146.788 177.504 146.771 178.329 146.768L177.097 148C177.096 147.779 177.096 147.563 177.103 147.364C177.115 147.033 177.218 147.055 177.252 146.819C177.376 145.931 177.035 146.347 176.982 146.104C176.754 145.059 177.523 144.97 177.504 143.738C177.503 143.673 177.093 142.875 177.068 142.765C176.901 142.067 177.21 142.65 177.241 142.213C177.296 141.415 177.394 140.861 177.274 139.925C177.238 139.652 176.983 138.998 177.18 138.468C177.206 138.398 177.342 138.437 177.35 138.38C177.391 138.061 177.378 137.84 177.335 137.668L178.329 138.661C177.954 138.754 177.816 138.986 177.418 139.085C176.838 139.229 175.941 138.935 175.759 138.85C175.282 138.631 176.125 138.756 176.151 138.735C176.454 138.479 175.8 138.523 175.301 138.501C175.228 138.084 174.53 138.109 174.783 138.481C174.812 138.521 175.2 138.482 175.301 138.501C174.862 138.911 174.094 138.964 173.246 138.581C172.849 138.401 173.224 138.192 172.018 138.268C171.471 138.303 171.683 138.591 171.2 138.669C170.096 138.848 168.662 138.58 167.525 138.622C167.112 138.637 167.514 138.795 167.232 138.811C166.483 138.853 165.823 138.735 165.07 138.796C165.002 138.801 165.169 138.966 164.935 138.968C163.162 138.987 161.618 138.882 159.767 138.879C158.872 138.878 157.273 138.969 156.347 138.95C154.741 138.92 152.766 138.68 151.394 138.738C150.87 138.76 150.72 138.826 150.609 138.899L149.362 138.882L149.378 137.668C149.326 137.589 149.271 137.53 149.224 137.371C149.006 136.631 149.396 135.322 149.457 135.145C149.459 135.14 149.498 135.91 149.582 135.499C149.759 135.26 149.458 135.154 149.457 135.145C149.496 135.03 149.533 133.492 149.502 133.186C149.484 133.02 149.328 133.113 149.322 133.027C149.182 130.97 149.143 128.91 149.216 126.824C149.219 126.787 149.394 126.842 149.399 126.756C149.453 125.917 149.366 125.288 149.266 124.648L149.284 123.287L150.609 123.305C150.89 123.261 151.173 123.214 151.477 123.175C152.473 123.048 153.263 123.091 153.852 123.391C154.604 123.353 155.682 123.486 156.302 123.566C156.922 123.647 157.009 123.307 157.063 123.3C158.766 123.085 159.75 123.279 161.516 123.31C162.356 123.325 164.021 123.275 164.93 123.238C165.649 123.208 166.082 123.288 166.744 123.237C166.833 123.23 166.743 123.079 166.77 123.073C167.509 122.892 167.154 123.262 167.306 123.328C167.859 123.568 168.201 123.696 169.147 123.583C169.366 123.557 170.001 123.024 170.399 122.993C170.916 122.954 170.721 123.145 171.263 123.098C171.309 123.095 171.299 122.977 171.634 122.982C173.185 123.004 174.877 123.073 176.489 123.061C176.71 123.06 176.427 122.873 176.745 122.868C177.071 122.864 177.404 122.86 177.741 122.859L175.951 124.648C175.946 123.444 175.965 122.196 176.033 121.059C176.056 120.701 176.186 120.925 176.225 120.847C176.46 120.37 176.119 119.694 176.112 119.582C175.996 117.695 176.117 116.122 176.145 114.4L177.741 115.995C177.032 115.984 176.298 115.988 175.506 116.031C175.358 116.039 174.221 116.406 173.713 116.091C173.679 116.071 173.176 115.749 172.732 115.969C172.705 115.983 173.018 116.148 172.472 116.131C171.926 116.114 171.047 116.225 170.297 116.043C170.059 115.986 169.497 115.665 168.789 115.921C168.743 115.939 167.648 116.517 167.258 116.118C167.195 116.052 167.261 115.63 166.415 115.847C166.253 115.889 166.547 115.983 166.121 116.041C165.469 116.132 164.604 116.019 163.802 116.207C163.662 116.24 163.067 116.527 162.589 116.309C162.515 116.275 162.657 116.134 162.405 116.119C161.205 116.043 159.95 116.137 158.732 116.04C158.301 116.005 158.521 115.778 158.072 115.717C157.622 115.656 156.716 115.597 156.245 115.701C155.775 115.805 156.289 116.168 155.584 116.197C153.92 116.266 152.264 116.234 150.609 116.186L148.799 116.162L148.823 114.4C148.863 113.006 148.915 111.613 148.929 110.214C148.934 109.76 148.804 110.137 148.802 109.468C148.794 107.526 148.717 104.475 148.819 102.22L148.843 100.407L150.609 100.431C151.218 100.458 151.769 100.499 152.225 100.558C153.939 100.779 151.782 100.947 153.092 101.037C153.724 101.08 154.408 100.658 154.561 100.644C156.052 100.51 157.088 100.696 158.43 100.639C158.707 100.627 158.435 100.456 158.671 100.448C159.477 100.418 160.323 100.495 161.093 100.481C161.438 100.474 161.375 100.343 161.692 100.353C162.453 100.376 163.125 100.431 163.866 100.553C163.934 100.565 163.478 100.727 164.041 100.733C164.952 100.742 166.082 100.863 167.129 100.738C167.44 100.701 167.452 100.402 168.12 100.609C168.26 100.652 168.082 101.01 168.86 100.7C168.991 100.649 170.298 100.231 170.94 100.5C171.109 100.571 171.541 100.865 171.915 100.819C171.965 100.811 171.762 100.651 172.072 100.635C173.164 100.583 174.308 100.6 175.429 100.55C175.728 100.536 175.282 100.37 175.729 100.355C176.525 100.328 177.45 100.336 178.329 100.359L176.468 102.22C176.481 101.744 176.498 101.282 176.516 100.86C176.535 100.418 176.673 100.724 176.688 100.691C176.931 100.174 176.603 99.8675 176.584 99.6957C176.469 98.627 176.623 97.8132 176.582 96.828C176.571 96.5562 176.415 96.749 176.401 96.6948C176.264 96.1336 176.546 96.5517 176.577 96.1964C176.664 95.2012 176.652 94.0917 176.632 93.0853C176.624 92.7156 176.443 93.1311 176.438 92.7993C176.434 92.5249 176.43 92.2489 176.428 91.972L178.329 93.8729C176.624 93.8875 174.883 93.8626 173.235 93.7765C172.874 93.7573 173.101 93.6175 173.026 93.5856C172.507 93.3622 171.748 93.6669 171.573 93.6959C170.778 93.8285 170.469 93.7048 169.768 93.7279C166.339 93.8428 162.105 93.7609 158.869 93.7103C154.651 93.6452 151.379 93.5122 147.357 93.5468C147.101 93.5488 147.359 93.7348 147.139 93.7389C144.307 93.7835 141.518 93.7117 138.681 93.7641L140.473 91.972C140.473 91.9847 140.473 91.9975 140.474 92.0102C140.478 92.2441 140.654 91.9069 140.666 92.2824C140.693 93.0525 140.684 94.028 140.627 94.8066C140.6 95.1864 140.449 94.677 140.425 95.0593C140.368 95.9494 140.355 96.9036 140.384 97.8178C140.396 98.2069 140.576 97.6199 140.578 98.1256C140.596 101.571 140.627 104.954 140.394 108.435C140.378 108.674 140.011 108.883 140.082 109.391C140.183 109.429 140.303 109.427 140.412 109.444C140.47 114.458 140.343 119.422 140.324 124.451C140.323 124.663 140.517 124.297 140.516 124.707C140.514 127.083 140.567 129.391 140.374 131.821C140.356 132.062 140.014 131.938 140.066 132.649C140.075 132.774 140.121 133.844 140.195 134.121C140.206 134.159 140.365 133.964 140.37 134.308C140.394 136.313 140.358 138.413 140.26 140.413C140.244 140.736 140.075 140.393 140.062 140.622C139.971 142.254 140.101 144.028 139.946 145.587C139.843 146.631 139.549 146.244 139.26 146.799C139.219 146.877 139.213 147.523 139.045 147.557C138.622 147.643 138.159 147.33 137.709 147.458C137.612 147.485 137.716 148.35 137.482 147.838C137.466 147.802 137.388 147.175 137.308 147.02C137.253 146.913 137.083 147.107 137.012 146.887C136.942 146.668 137.085 146.427 137.002 146.063C136.919 145.699 136.724 145.859 136.701 145.132ZM159.095 123.926C159.669 124.089 159.754 123.491 159.133 123.634C159.103 123.642 159.065 123.918 159.095 123.926ZM168.394 147.372C169.145 147.636 169.658 147.248 169.129 147.044C168.599 146.841 168.165 147.292 168.394 147.372ZM160.607 147.565C161.485 147.773 161.623 146.925 160.683 147.096C160.628 147.106 160.556 147.553 160.607 147.565ZM139.178 144.227C139.17 144.235 139.162 144.7 139.17 144.711C139.36 144.958 139.375 144.03 139.178 144.227ZM152.881 147.775C153.155 147.889 153.943 147.757 153.603 147.614C153.329 147.499 152.539 147.632 152.881 147.775ZM176.673 114.484C176.664 114.475 176.331 114.467 176.337 114.517C176.36 114.68 176.823 114.634 176.673 114.484ZM139.748 147.784C141.688 147.816 142.865 148.517 140.752 148.438C140.369 148.424 141.577 148.214 141.09 148.151C140.198 148.036 139.607 148.476 138.697 148.24C138.533 148.197 139.638 147.781 139.752 147.783C139.751 147.784 139.749 147.784 139.748 147.784ZM159.426 124.644C159.437 124.652 159.898 124.66 159.909 124.652C160.159 124.462 159.23 124.447 159.426 124.644ZM157.242 114.114C157.217 114.097 156.147 114.081 156.112 114.097C155.554 114.407 157.717 114.44 157.242 114.114ZM159.816 137.234C160.319 137.043 160.921 137.02 161.322 137.26C160.822 137.248 160.319 137.246 159.816 137.234ZM216.505 146.98C215.823 145.845 215.038 144.297 214.472 143.105C214.294 142.731 214.488 142.863 214.369 142.603C214.137 142.094 213.842 141.664 213.62 141.157C213.547 140.989 213.804 141.107 213.724 140.933C213.284 139.977 212.77 139.127 212.29 138.177C210.643 134.918 208.97 131.723 207.266 128.5L208.317 129.122C206.733 129.098 205.14 129.076 203.534 129.053C202.321 129.036 200.925 128.957 199.581 128.933L200.59 127.924C200.579 128.515 200.579 129.097 200.6 129.648C200.608 129.859 200.755 129.734 200.767 129.774C200.953 130.402 200.656 130.193 200.616 130.604C200.46 132.234 200.446 134.046 200.503 135.614C200.528 136.281 200.821 135.612 200.656 136.284C200.645 136.331 200.489 136.161 200.472 136.344C200.434 136.759 200.462 137.547 200.45 137.868C200.425 138.488 200.427 138.591 200.425 139.177C200.421 139.978 200.343 140.931 200.379 141.791C200.387 141.975 200.547 141.732 200.575 142.024C200.602 142.317 200.588 143.092 200.551 143.354C200.513 143.615 200.387 143.504 200.358 143.55C200.114 143.931 200.452 144.827 200.46 144.942C200.533 146.019 200.518 147.017 200.486 148L200.501 148.889L199.581 148.905C198.644 148.874 197.722 148.829 196.758 148.829C195.259 148.83 193.657 148.893 192.231 148.885C190.605 148.874 189.216 148.794 187.653 148.8L186.867 148.814L186.853 148C186.853 147.93 186.852 147.859 186.852 147.788C186.85 147.614 186.662 147.818 186.66 147.605C186.638 145.345 186.658 143.1 186.786 140.85C186.798 140.624 186.964 140.915 186.987 140.69C187.123 139.309 187.45 137.125 186.729 136.305C186.757 135.369 186.786 134.234 186.932 133.397C187.025 132.858 187.206 133.382 187.129 132.719C187.111 132.57 186.953 132.764 186.94 132.54C186.882 131.596 186.933 130.566 186.851 129.632C186.834 129.442 186.693 129.494 186.667 129.44C186.461 128.988 186.802 128.235 186.827 128.071C187.012 126.822 186.939 125.909 186.944 124.745C186.945 124.475 186.755 124.795 186.749 124.535C186.722 123.187 186.738 121.79 186.822 120.47C186.842 120.177 187.004 120.447 187.021 120.306C187.096 119.688 186.79 119.551 186.856 118.957C186.87 118.832 187.009 118.903 187.024 118.88C187.263 118.523 186.924 118.212 186.917 118.121C186.814 116.959 187.168 116.216 187.118 115.094C187.112 114.959 186.936 115.262 186.929 114.885C186.881 112.37 186.929 109.711 187.069 107.222C187.091 106.835 187.223 107.111 187.239 107.087C187.493 106.69 187.153 106.433 187.14 106.307C187.048 105.311 187.333 104.381 186.928 103.705C187.059 99.7781 186.87 95.8682 187.137 91.972L187.128 91.4645L187.653 91.4556C187.941 91.4753 188.228 91.4974 188.515 91.5224C188.568 91.5266 188.472 91.6941 188.578 91.7018C189.856 91.7959 189.61 91.5355 190.455 91.2169C190.668 91.137 191.316 91.5215 191.373 91.5497C191.582 91.6536 191.365 91.9029 191.435 91.923C192.014 92.081 191.919 91.2565 192.7 91.2562C192.724 91.2576 192.622 91.4094 192.687 91.4245C192.89 91.4718 193.092 91.4115 193.291 91.4638C193.747 91.5846 193.909 91.9852 194.605 91.7521C194.693 91.7218 194.559 91.2542 195.255 91.2763C195.533 91.2855 196.763 91.2775 197.107 91.3078C197.451 91.338 197.215 91.4887 197.24 91.4953C198.167 91.6945 197.815 91.7771 198.28 92.0722C198.744 92.3661 198.615 91.6651 198.805 91.5868C198.994 91.5088 199.674 91.6732 199.841 91.7304C200.008 91.7875 199.8 91.8833 199.949 91.9157C200.933 92.1271 200.381 91.5677 200.705 91.4564C201.47 91.193 202.065 91.7129 202.766 91.7638C202.955 91.7776 202.8 91.6592 202.969 91.6481C203.637 91.6058 204.039 91.768 204.799 91.6193C204.923 91.595 205.538 91.2825 205.936 91.5119C205.992 91.5449 205.832 91.6745 206.117 91.7035C206.542 91.7471 207.308 91.7754 207.766 91.7321C208.103 91.7 207.716 91.4866 208.141 91.5529C208.33 91.5825 207.98 91.7074 208.335 91.7526C208.688 91.7978 209.59 91.7923 209.933 91.788C210.276 91.7836 210.089 91.6216 210.116 91.6107C210.284 91.5482 210.942 91.4702 211 91.4704C211.974 91.4638 212.923 91.4896 213.861 91.5236C215.787 91.5945 217.623 91.8869 219.522 92.2895C219.745 92.3378 219.639 92.1356 219.674 92.1413C220.449 92.2704 219.738 92.5501 220.216 92.8413C220.237 92.4878 220.529 92.6306 221.06 92.7663C221.318 92.8334 221.224 92.6604 221.252 92.6551C221.696 92.5913 221.862 92.9378 221.908 93.013C222.08 93.291 222.429 93.1816 222.539 93.3734C222.647 93.5636 222.204 93.5819 222.678 93.7876C222.863 93.7351 222.637 93.2775 223.027 93.396C224.533 93.8013 226.777 95.6576 227.598 96.5494C228.456 97.4113 228.717 97.7088 229.132 98.2835C229.845 99.3452 229.75 98.8297 230.295 99.4353C230.823 100.06 230.105 100.038 230.058 100.201C230.006 100.36 230.18 100.397 230.187 100.55C230.194 100.702 229.975 100.492 230.108 100.779C230.245 101.061 230.834 101.735 231 101.788C231.355 101.892 231.467 101.398 231.718 102.244C231.732 102.293 231.526 102.203 231.585 102.385C232.053 103.833 232.449 105.352 232.564 106.85C232.579 107.055 232.381 106.898 232.388 107.018C232.433 108.251 232.664 107.783 233.046 108.442C232.601 108.319 232.383 108.717 232.401 109.638C232.403 109.833 232.426 109.948 232.461 110.032C232.527 110.189 232.637 110.232 232.72 110.472C232.758 110.585 232.616 110.973 232.701 111.053C232.976 111.307 233.331 110.946 233.131 111.923C233.121 111.966 232.975 111.814 232.953 111.964C232.797 112.919 233.088 113.068 232.936 114.124C232.819 114.952 232.251 116.334 231.874 117.192C231.43 117.005 231.213 117.839 231.356 118.306C231.085 118.851 230.786 119.439 230.435 119.916C230.315 120.079 230.266 119.891 230.24 119.905C229.834 120.103 229.957 120.495 229.891 120.611C229.164 121.851 228.201 122.536 227.338 123.602C227.308 123.638 227.465 123.951 227.023 123.993C226.995 123.993 227.247 123.595 226.742 123.984C226.232 124.378 225.151 124.895 224.447 125.441C224.28 125.576 223.911 126.072 223.422 126.055C223.357 126.052 223.376 125.938 223.278 125.923C222.964 125.873 222.961 126.245 222.56 126.092C222.159 125.936 221.508 125.954 220.73 126.365C220.709 126.375 220.613 126.598 220.423 126.703L220.448 126.643C220.478 126.672 220.506 126.706 220.528 126.744C220.745 127.126 221.013 127.691 221.248 128.085C221.36 128.273 221.433 128.067 221.455 128.098C222.286 129.321 222.691 130.301 223.439 131.695C223.576 131.95 224.196 132.551 224.326 133.126C224.469 133.757 223.438 133.63 224.327 134.75C224.685 135.201 225.951 135.293 226.007 136.452C227.135 138.097 227.832 139.822 229.012 141.443C229.065 141.516 229.46 141.612 229.564 141.796C229.717 142.069 229.688 142.286 229.794 142.484C230.235 143.311 230.771 143.99 231.215 144.778C231.384 145.076 231.202 145.045 231.403 145.401C231.604 145.757 231.902 145.898 232.107 146.42C232.261 146.815 232.147 147.368 232.392 147.869C232.595 147.764 232.744 147.847 232.928 148.05L233.013 147.901C232.843 147.936 232.625 147.958 232.362 147.996C232.231 148.015 232.371 148.146 232.309 148.161C232.058 148.228 231.826 148.121 231.588 148.194C231.53 148.211 231.527 148.339 231.48 148.36C231.077 148.548 230.413 148.261 230.299 148.211C229.862 148.021 229.658 148.187 229.323 148.112C228.988 148.038 229.489 147.944 229.098 147.899C228.288 147.805 227.247 147.826 226.424 147.82C226.096 147.818 226.32 147.989 226.273 147.992C225.594 148.036 224.907 147.854 224.531 148.194C224.06 147.316 224.122 148.279 223.151 148.103C223.075 148.089 222.978 147.674 223.271 147.613C223.564 147.552 224.009 147.682 224.417 147.587C224.513 147.565 225.065 147.176 225.141 147.152C225.731 146.968 225.815 147.588 225.846 147.622C226.2 147.99 226.875 147.571 227.053 147.542C227.866 147.409 228.556 147.496 229.237 147.402C229.681 147.341 229.725 146.934 230.074 146.947C231.235 146.988 231.64 147.555 232.734 147.063C232.884 146.996 232.843 146.791 233.013 146.742L231.93 148.64C231.858 148.571 231.794 148.418 231.748 148.093C231.74 148.036 231.698 147.337 231.341 147.129C231.296 147.103 231.185 147.17 231.145 147.124C230.881 146.815 230.834 146.533 230.57 146.182C230.306 145.832 229.976 145.418 229.761 144.967C229.631 144.696 229.643 144.241 229.62 144.088C229.561 143.652 229.099 143.42 229.149 143.098C229.198 142.775 229.721 143.042 229.498 142.402C229.196 142.552 228.87 142.678 228.559 142.816C227.829 141.557 227.194 140.268 226.439 139.018C226.345 138.863 226.283 139.114 226.178 138.951C225.737 138.26 225.484 137.578 225.008 136.873C224.639 136.328 224.108 135.804 223.717 135.237C223.834 134.679 223.203 133.867 222.857 133.211C222.735 132.982 222.832 132.944 222.767 132.768C222.52 132.106 222.393 132.559 222.25 132.422C221.637 131.833 222.264 131.381 221.756 130.559C221.729 130.516 221.058 130.186 220.992 130.124C220.571 129.738 221.069 129.974 220.921 129.663C220.651 129.097 220.514 128.673 220.038 128.102C219.909 127.948 219.488 127.67 219.392 127.267L218.587 125.85L220.141 125.51C220.172 125.513 220.204 125.518 220.236 125.526C220.291 125.539 220.296 125.677 220.338 125.675C221.098 125.616 220.998 125.19 221.345 124.927C221.69 124.663 222.387 124.699 222.545 124.721C222.953 124.784 222.336 124.913 222.326 124.937C222.214 125.257 222.647 125.04 222.994 124.904C223.216 125.265 223.688 125.009 223.352 124.759C223.315 124.732 223.07 124.891 222.994 124.904C223.123 124.395 223.579 124.118 224.31 124.134C224.653 124.135 224.529 124.473 225.252 123.913C225.574 123.653 225.281 123.505 225.523 123.236C226.068 122.623 227.03 122.136 227.575 121.487C227.77 121.254 227.455 121.363 227.581 121.202C227.913 120.774 228.31 120.473 228.583 119.996C228.607 119.952 228.404 119.953 228.5 119.815C229.218 118.77 229.845 117.83 230.334 116.576C230.578 115.97 230.821 114.826 230.973 114.168C231.258 113.035 231.642 111.596 231.601 110.563C231.591 110.255 231.546 110.117 231.492 110.032C231.429 109.933 231.353 109.905 231.291 109.753C231.073 109.218 231.394 108.241 231.437 108.1C231.44 108.097 231.524 108.661 231.584 108.351C231.746 108.16 231.438 108.106 231.437 108.1C231.475 108.009 231.371 106.871 231.292 106.655C231.255 106.538 231.112 106.632 231.095 106.571C230.695 105.108 230.223 103.706 229.648 102.315C229.639 102.29 229.815 102.251 229.792 102.192C229.479 101.364 229.003 100.976 228.51 100.455C228.011 99.933 227.706 99.4814 227.661 98.9617C227.286 98.5695 226.842 97.9185 226.561 97.5519C226.28 97.1829 226.005 97.4022 225.972 97.3811C224.904 96.7603 224.449 96.2045 223.347 95.5467C222.824 95.2303 221.706 94.7725 221.069 94.588C220.571 94.4379 220.294 94.2651 219.816 94.1787C219.751 94.1672 219.773 94.331 219.752 94.3311C219.188 94.3614 219.534 94.0749 219.443 93.9814C219.115 93.6484 218.886 93.4555 218.174 93.431C218.004 93.4237 217.455 93.8687 217.167 93.8596C216.789 93.8463 216.952 93.6749 216.556 93.6735C216.522 93.6736 216.516 93.7905 216.275 93.7598C215.506 93.6646 214.693 93.5858 213.861 93.5678C213.452 93.5594 213.042 93.555 212.64 93.5587C212.467 93.5599 212.688 93.7468 212.439 93.7516C211.268 93.7738 209.984 93.7668 208.844 93.6793C208.563 93.6572 208.739 93.5263 208.678 93.4874C208.304 93.2523 207.773 93.594 207.686 93.6005C205.597 93.7647 203.998 93.4554 201.869 93.6027C201.754 93.6113 200.862 93.9776 200.464 93.6635C200.436 93.6426 200.043 93.3212 199.695 93.5409C199.673 93.5547 199.918 93.7201 199.49 93.7033C199.062 93.6864 198.373 93.7969 197.784 93.6151C197.598 93.5579 197.158 93.2372 196.602 93.4928C196.566 93.5107 195.708 94.0886 195.401 93.6898C195.352 93.6242 195.404 93.2023 194.74 93.4186C194.614 93.4605 194.844 93.5546 194.51 93.6134C193.998 93.704 193.32 93.591 192.691 93.7789C192.582 93.8122 192.115 94.0986 191.74 93.8812C191.682 93.8472 191.793 93.7063 191.595 93.6906C190.655 93.6149 189.67 93.7092 188.715 93.6117C188.377 93.5775 188.55 93.3497 188.198 93.2887C188.058 93.2645 187.862 93.2407 187.653 93.2273L188.909 91.972C188.888 92.2898 188.892 92.637 188.954 92.8598C189.059 93.2288 189.422 92.8257 189.451 93.3785C189.577 95.7819 189.364 98.1627 189.333 100.563C189.328 100.919 189.458 100.623 189.46 101.148C189.47 103.082 189.592 106.421 189.316 108.099C189.095 109.443 188.926 107.751 188.837 108.779C188.794 109.275 189.216 109.811 189.229 109.931C189.364 111.1 189.177 111.912 189.234 112.965C189.246 113.182 189.417 112.969 189.425 113.154C189.455 113.786 189.379 114.45 189.393 115.053C189.399 115.324 189.53 115.274 189.52 115.523C189.497 116.12 189.442 116.647 189.32 117.228C189.309 117.281 189.146 116.924 189.14 117.365C189.131 118.079 189.01 118.965 189.135 119.787C189.172 120.03 189.471 120.04 189.265 120.564C189.222 120.674 188.863 120.534 189.173 121.144C189.224 121.247 189.642 122.272 189.373 122.775C189.302 122.908 189.009 123.246 189.055 123.54C189.062 123.579 189.223 123.42 189.238 123.663C189.29 124.519 189.273 125.416 189.324 126.295C189.337 126.53 189.503 126.18 189.518 126.53C189.56 127.493 189.518 128.694 189.466 129.636C189.447 129.983 189.309 129.743 189.294 129.768C189.051 130.174 189.379 130.414 189.399 130.549C189.513 131.387 189.359 132.025 189.4 132.798C189.411 133.011 189.567 132.86 189.581 132.902C189.718 133.342 189.436 133.014 189.405 133.293C189.318 134.073 189.33 134.943 189.35 135.733C189.358 136.023 189.539 135.697 189.544 135.957C189.575 137.497 189.558 139.098 189.458 140.6C189.439 140.883 189.299 140.705 189.267 140.764C189.044 141.171 189.348 141.766 189.377 141.904C189.51 142.527 189.386 142.769 189.409 143.319C189.471 144.77 189.476 146.404 189.459 148L187.653 146.194C189.016 146.208 190.35 146.238 191.519 146.262C194.483 146.32 196.852 146.433 199.581 146.431L198.012 148C198.012 147.684 198.01 147.362 198.007 147.034C198.005 146.834 197.819 147.036 197.814 146.863C197.77 144.632 197.842 142.436 197.789 140.201C197.785 140.017 197.608 140.282 197.596 139.987C197.569 139.383 197.578 138.618 197.635 138.008C197.662 137.71 197.813 138.109 197.837 137.81C197.894 137.112 197.907 136.363 197.878 135.646C197.866 135.341 197.686 135.802 197.684 135.405C197.667 132.903 197.639 130.443 197.821 127.924L197.851 126.134L199.581 126.163C199.782 126.178 199.983 126.194 200.185 126.211C200.372 126.227 200.536 126.593 200.934 126.523C200.964 126.421 200.963 126.302 200.976 126.193C203.431 126.156 205.871 126.192 208.317 126.229L209.35 126.247L209.804 127.109C210.492 128.411 211.18 129.714 211.886 131.017C211.965 131.163 211.997 130.818 212.152 131.1C213.045 132.735 213.962 134.296 214.708 136.06C214.783 136.235 214.436 136.314 214.75 136.778C214.805 136.86 215.248 137.574 215.418 137.728C215.442 137.749 215.508 137.538 215.642 137.773C216.419 139.139 217.178 140.601 217.847 142.024C217.955 142.253 217.676 142.099 217.752 142.263C218.287 143.428 219.069 144.586 219.522 145.732C219.824 146.5 219.421 146.375 219.377 146.895C219.371 146.969 219.608 147.416 219.474 147.52C219.135 147.782 218.611 147.79 218.265 148.095C218.19 148.16 218.608 148.705 218.209 148.465C218.182 148.448 217.877 148.054 217.749 147.986C217.66 147.938 217.583 148.154 217.439 148.037C217.294 147.92 217.329 147.685 217.119 147.474C216.909 147.265 216.799 147.468 216.505 146.98ZM225.183 95.9694C224.921 95.5879 224.537 96.0509 224.992 96.1916C225.014 96.1979 225.197 95.9887 225.183 95.9694ZM227.587 140.046C227.515 139.404 226.976 139.255 227.011 139.716C227.047 140.177 227.609 140.241 227.587 140.046ZM230.858 145.205C230.687 144.507 229.901 144.845 230.424 145.392C230.454 145.424 230.868 145.246 230.858 145.205ZM218.335 145.167C218.331 145.176 218.5 145.499 218.511 145.503C218.771 145.582 218.434 144.936 218.335 145.167ZM230.457 147.775C230.672 147.889 231.29 147.757 231.023 147.614C230.808 147.499 230.189 147.632 230.457 147.775ZM202.784 92.0558C202.777 92.0469 202.516 92.0389 202.522 92.0893C202.539 92.2515 202.903 92.2057 202.784 92.0558ZM220.159 147.784C221.68 147.816 222.603 148.517 220.946 148.438C220.646 148.424 221.592 148.214 221.21 148.151C220.512 148.036 220.048 148.476 219.334 148.24C219.205 148.197 220.072 147.781 220.161 147.783C220.16 147.784 220.159 147.784 220.159 147.784ZM225.386 95.235C225.384 95.2228 225.086 95.0155 225.074 95.018C224.809 95.0698 225.401 95.4818 225.386 95.235ZM187.367 92.0781C187.35 92.098 187.335 92.9369 187.35 92.9643C187.661 93.4019 187.694 91.7059 187.367 92.0781ZM231.856 117.201C231.892 117.644 231.712 118.116 231.357 118.304C231.539 117.947 231.701 117.57 231.856 117.201ZM218.501 109.458C218.43 109.178 218.434 108.812 218.446 108.523C218.449 108.433 218.562 108.452 218.569 108.387C218.58 108.261 218.5 108.164 218.512 108.038C218.517 107.995 218.692 107.993 218.692 107.948C218.692 107.701 218.573 107.507 218.509 107.277C218.189 106.134 217.405 105.152 216.355 104.438C216.013 104.202 215.6 103.837 215.153 103.748C215.101 103.738 215.081 103.887 215.067 103.896C214.863 104.021 215.009 103.757 214.924 103.687C214.589 103.411 214.133 103.286 213.731 103.277C213.56 103.273 213.68 103.589 213.54 103.401C213.53 103.388 213.596 103.24 213.553 103.217C213.454 103.163 213.248 103.166 213.169 103.145C213.013 103.104 212.985 103.103 212.835 103.09C212.631 103.071 212.386 102.983 212.16 103.018C212.112 103.026 212.174 103.186 212.099 103.213C212.098 103.214 212.098 103.214 212.097 103.214C212.014 103.24 211.8 103.227 211.727 103.189C211.654 103.151 211.685 103.025 211.672 102.996C211.566 102.752 211.315 103.09 211.282 103.099C210.693 103.241 210.188 103.048 209.636 103.049C209.216 103.05 208.767 103.113 208.368 103.105C207.893 103.094 207.489 103.007 207.027 103.022C206.978 103.023 207.036 103.212 206.976 103.214C206.343 103.236 205.715 103.215 205.085 103.088C205.022 103.075 205.103 102.909 205.04 102.886C204.653 102.75 204.042 102.423 203.812 103.144C203.55 103.116 203.232 103.087 202.998 102.942C202.847 102.848 202.994 102.668 202.808 102.745C202.766 102.762 202.821 102.92 202.758 102.934C202.494 102.992 202.205 102.94 201.944 103.022C201.891 103.039 201.905 103.181 201.89 103.206C201.764 103.413 201.553 103.071 201.507 103.046C201.157 102.861 200.902 102.934 200.576 102.93C200.5 102.929 200.59 103.119 200.517 103.124C200.208 103.147 199.889 103.14 199.581 103.09L200.452 102.22C200.441 102.288 200.428 102.356 200.412 102.422C200.393 102.505 200.231 102.429 200.214 102.468C200.139 102.642 200.445 102.68 200.378 102.846C200.365 102.881 200.226 102.861 200.211 102.868C199.972 102.968 200.311 103.055 200.318 103.08C200.42 103.406 200.067 103.614 200.117 103.928C200.123 103.965 200.299 103.881 200.306 103.986C200.354 104.69 200.306 105.435 200.166 106.132C200.144 106.24 200.012 106.163 199.996 106.17C199.742 106.281 200.082 106.353 200.095 106.388C200.187 106.667 199.902 106.927 200.307 107.116C200.167 108.297 200.394 109.472 200.031 110.642C200.027 110.657 199.859 110.631 199.852 110.66C199.757 111.018 200.018 110.949 200.336 111.186C200.416 111.245 200.032 111.427 200.004 111.443C199.9 111.501 199.65 111.441 199.63 111.46C199.472 111.622 200.297 111.596 200.297 111.814C200.296 111.821 200.144 111.792 200.129 111.811C200.082 111.868 200.142 111.924 200.09 111.98C199.969 112.107 199.568 112.153 199.801 112.348C199.832 112.372 200.299 112.335 200.277 112.53C200.268 112.608 200.276 112.952 200.246 113.048C200.215 113.145 200.065 113.078 200.058 113.085C199.859 113.345 199.776 113.246 199.481 113.376C199.187 113.507 199.888 113.47 199.967 113.523C200.045 113.577 199.88 113.767 199.823 113.814C199.766 113.86 199.67 113.802 199.638 113.844C199.426 114.119 199.986 113.965 200.097 114.056C200.36 114.27 199.84 114.436 199.79 114.632C199.776 114.685 199.894 114.642 199.905 114.689C199.948 114.876 199.785 114.989 199.934 115.202C199.958 115.237 200.271 115.409 200.042 115.52C200.008 115.536 199.879 115.491 199.85 115.571C199.806 115.69 199.778 115.904 199.821 116.032C199.853 116.127 200.067 116.019 200 116.137C199.971 116.19 199.846 116.092 199.801 116.192C199.756 116.291 199.761 116.543 199.765 116.639C199.77 116.735 199.932 116.683 199.943 116.69C200.005 116.737 200.083 116.922 200.083 116.938C200.089 117.189 200.068 117.434 200.038 117.676L199.581 117.22C200.131 117.288 200.665 117.4 201.22 117.337C201.283 117.33 201.241 117.16 201.251 117.157C201.465 117.085 201.296 117.539 201.446 117.691C201.424 117.345 201.513 117.407 201.664 117.369C201.737 117.351 201.697 117.217 201.704 117.203C201.812 116.999 201.887 117.262 201.907 117.316C201.978 117.514 202.056 117.28 202.105 117.413C202.154 117.544 202.042 117.739 202.187 117.736C202.227 117.612 202.12 117.288 202.23 117.236C202.645 117.037 203.421 117.291 203.755 117.318C204.088 117.344 204.196 117.321 204.39 117.366C204.741 117.447 204.613 117.207 204.831 117.096C205.049 116.986 204.943 117.578 204.974 117.705C205.005 117.833 205.039 117.702 205.077 117.772C205.115 117.841 205.033 117.928 205.123 117.954C205.213 117.98 205.459 117.754 205.491 117.621C205.558 117.339 205.447 117.044 205.685 117.148C205.699 117.154 205.654 117.309 205.707 117.325C206.123 117.445 206.556 117.452 206.972 117.558C207.029 117.573 206.978 117.746 207.011 117.757C207.358 117.867 207.234 117.575 207.424 117.251C207.381 117.683 207.486 117.947 207.75 117.949C207.908 117.951 207.88 117.762 207.983 117.63C208.013 117.59 208.125 117.719 208.146 117.63C208.212 117.341 208.107 117.016 208.378 117.146C208.39 117.152 208.352 117.31 208.393 117.32C208.659 117.383 208.691 117.08 208.978 117.043C209.204 117.014 209.604 117.199 209.861 117.229C209.855 117.714 210.098 117.603 210.196 117.269C210.362 117.282 210.542 117.263 210.703 117.31C210.758 117.325 210.722 117.466 210.729 117.481C210.836 117.719 210.908 117.394 210.944 117.381C211.334 117.257 211.651 117.504 212.022 117.262C212.032 117.256 212.047 117.059 212.097 117.074C212.112 117.078 212.131 117.104 212.154 117.163C212.161 117.18 212.041 117.334 212.212 117.344C212.38 117.356 212.714 117.524 212.938 117.349C212.994 117.307 213.109 117.022 213.244 117.222C213.262 117.249 213.256 117.347 213.284 117.398C213.377 117.56 213.374 117.218 213.496 117.493C213.619 117.769 213.84 117.958 214.054 117.715C214.061 117.708 214.069 117.432 214.144 117.422C214.264 117.405 214.448 117.422 214.572 117.39C214.631 117.374 214.552 117.221 214.562 117.215C214.931 117.024 215.243 117.085 215.68 116.987C215.762 116.969 215.884 116.671 216.097 116.772C216.336 116.878 216.522 117.706 216.823 117.337C216.953 117.181 216.612 116.18 217.134 116.493C217.536 116.085 218.128 115.974 218.409 115.433C218.422 115.409 218.272 115.146 218.314 115.109C218.378 115.052 218.51 115.111 218.559 115.071C218.767 114.905 218.83 114.646 218.992 114.458C219.053 114.386 219.148 114.496 219.221 114.406C219.294 114.315 219.183 114.149 219.34 114.068C219.459 114.008 219.848 114.098 219.968 113.973C219.644 113.785 219.706 113.694 219.703 113.479C219.702 113.438 219.569 113.415 219.562 113.392C219.532 113.302 219.657 113.291 219.618 113.201C219.609 113.179 219.493 113.125 219.479 113.105C219.353 112.931 219.683 112.885 219.742 112.873C219.963 112.832 219.828 112.718 219.929 112.658C220.031 112.596 220.072 112.759 220.152 112.671C220.318 112.484 220.383 112.189 220.444 111.962C220.467 111.871 220.286 111.894 220.286 111.88C220.287 111.688 220.502 111.528 220.185 111.368C221.072 111.382 220.122 111.241 220.33 111.006C220.347 110.987 220.762 111.008 220.812 111.101C220.862 111.195 220.715 111.304 220.789 111.438C220.807 111.468 221.16 111.701 221.178 111.73C221.322 111.948 220.709 111.843 220.674 111.843C220.294 111.863 220.655 112.145 220.668 112.208C220.732 112.478 220.586 112.651 220.607 112.875C220.619 113.021 220.993 113.178 220.941 113.279C220.76 113.617 220.199 113.477 220.484 114.003C220.542 114.116 220.97 114.263 220.531 114.336C220.502 114.342 220.128 114.351 220.24 114.553C220.254 114.579 220.364 114.646 220.363 114.669C220.353 114.817 220.219 114.834 220.18 114.979C220.14 115.124 220.096 115.309 219.96 115.413C219.878 115.476 219.612 115.421 219.538 115.417C219.327 115.405 219.446 115.692 219.239 115.613C219.035 115.53 218.901 115.212 218.672 115.262C218.913 115.497 219.152 115.746 219.388 115.988C219.051 116.327 218.631 116.554 218.268 116.846C218.223 116.883 218.379 116.992 218.332 117.035C218.132 117.219 217.867 117.243 217.661 117.43C217.501 117.576 217.391 117.859 217.208 118.008C216.91 117.73 216.676 117.989 216.442 118.05C216.361 118.072 216.326 117.975 216.259 117.966C216.01 117.933 216.231 118.21 216.193 118.283C216.024 118.592 215.738 117.878 215.469 117.987C215.456 117.993 215.391 118.443 215.37 118.475C215.25 118.684 215.303 118.346 215.191 118.347C214.987 118.347 214.835 118.285 214.641 118.453C214.585 118.502 214.477 118.787 214.311 118.618C214.29 118.596 214.273 118.461 214.258 118.455C213.995 118.37 214.06 118.789 213.939 118.955C213.816 119.12 213.552 118.857 213.5 118.777C213.361 118.573 213.577 118.674 213.581 118.651C213.621 118.388 213.472 118.452 213.352 118.443C213.29 118.03 213.135 118.07 213.228 118.435C213.239 118.475 213.327 118.427 213.352 118.443C213.295 118.861 213.098 118.933 212.873 118.564C212.767 118.39 212.844 118.178 212.568 118.267C212.443 118.306 212.502 118.592 212.389 118.674C212.3 118.737 212.201 118.747 212.097 118.734C211.915 118.709 211.722 118.602 211.557 118.63C211.467 118.645 211.555 118.803 211.493 118.819C211.328 118.861 211.183 118.743 211.018 118.804C211.003 118.809 211.04 118.974 210.989 118.976C210.599 118.995 210.26 118.89 209.854 118.887C209.658 118.886 209.306 118.977 209.103 118.958C208.75 118.928 208.317 118.688 208.016 118.746C207.819 118.783 207.862 118.948 207.778 119.061C207.616 119.278 207.328 118.888 207.289 118.828C207.288 118.826 207.457 118.787 207.367 118.702C207.315 118.526 207.291 118.827 207.289 118.828C207.264 118.789 206.926 118.751 206.859 118.783C206.823 118.8 206.843 118.956 206.824 118.962C206.373 119.102 205.92 119.142 205.462 119.069C205.454 119.066 205.466 118.891 205.447 118.886C205.182 118.808 205.013 119.022 204.794 119.149C204.575 119.276 204.402 119.233 204.272 118.933C204.107 118.971 203.871 118.838 203.735 118.758C203.598 118.677 203.579 119.017 203.567 119.024C203.194 119.239 202.978 119.045 202.59 119.014C202.405 118.999 202.04 119.049 201.84 119.086C201.682 119.116 201.587 119.036 201.442 119.087C201.422 119.094 201.442 119.245 201.436 119.251C201.274 119.432 201.352 119.062 201.319 118.996C201.197 118.756 201.122 118.628 200.914 118.741C200.866 118.767 200.727 119.3 200.639 119.331C200.526 119.37 200.569 119.179 200.45 119.226C200.44 119.229 200.442 119.347 200.368 119.342C200.116 119.325 199.848 119.283 199.581 119.268L197.9 119.166L197.99 117.676C197.995 117.582 197.998 117.489 197.995 117.397C197.993 117.349 197.807 117.411 197.802 117.341C197.78 117.013 197.787 116.654 197.874 116.334C197.896 116.256 198.027 116.305 198.066 116.288C198.301 116.183 197.959 116.034 197.953 116.01C197.789 115.425 198.098 114.978 197.951 114.382C197.942 114.349 197.576 114.099 197.89 113.988C197.911 113.98 198.232 113.87 198.012 113.773C197.999 113.767 197.833 113.835 197.85 113.715C197.867 113.596 197.756 113.403 197.938 113.238C197.996 113.186 198.316 113.062 198.061 112.907C198.043 112.897 197.465 112.656 197.864 112.571C197.929 112.557 198.351 112.571 198.135 112.386C198.093 112.35 197.999 112.414 197.94 112.321C197.849 112.178 197.962 111.988 197.774 111.812C197.741 111.781 197.455 111.65 197.672 111.546C197.706 111.529 197.847 111.56 197.863 111.505C197.938 111.242 197.844 110.966 197.942 110.699C197.976 110.604 198.204 110.652 198.265 110.554C198.326 110.455 198.384 110.256 198.28 110.153C198.176 110.049 197.813 110.162 197.784 110.008C197.658 109.335 197.871 108.668 197.902 107.996C197.907 107.897 197.777 107.979 197.774 107.832C197.765 107.291 197.643 106.356 197.919 105.886C198.14 105.51 198.308 105.984 198.398 105.696C198.441 105.557 198.019 105.407 198.006 105.373C197.871 105.046 198.058 104.819 198.001 104.524C197.989 104.463 197.818 104.523 197.809 104.471C197.78 104.294 197.856 104.108 197.842 103.939C197.835 103.863 197.705 103.877 197.715 103.808C197.737 103.641 197.792 103.493 197.915 103.33C197.926 103.315 198.088 103.415 198.094 103.292C198.104 103.092 198.225 102.844 198.1 102.614C198.062 102.546 197.764 102.543 197.97 102.396C198.013 102.365 198.372 102.405 198.062 102.234C198.057 102.231 198.049 102.227 198.04 102.22L198.138 100.591L199.581 100.678C199.647 100.579 199.896 100.256 200.024 100.5C200.061 100.571 200.156 100.865 200.238 100.819C200.249 100.811 200.205 100.651 200.273 100.635C200.512 100.583 200.764 100.6 201.01 100.55C201.076 100.536 200.978 100.37 201.076 100.355C201.345 100.313 201.681 100.355 201.945 100.407C202.042 100.427 201.975 100.564 201.982 100.579C202.096 100.822 202.163 100.494 202.201 100.475C202.435 100.36 202.614 100.514 202.83 100.474C202.89 100.463 202.848 100.306 202.86 100.292C202.983 100.156 202.891 100.437 202.969 100.468C203.187 100.556 203.431 100.543 203.652 100.523C203.733 100.516 203.642 100.334 203.715 100.329C204.146 100.298 204.594 100.315 205.015 100.415C205.094 100.435 205.044 100.574 205.061 100.606C205.175 100.83 205.341 100.525 205.38 100.496C205.554 100.364 205.622 100.487 205.776 100.464C206.529 100.349 207.458 100.431 208.169 100.482C209.095 100.547 209.813 100.68 210.697 100.645C210.753 100.643 210.696 100.457 210.744 100.453C211.198 100.421 211.646 100.45 212.097 100.448C212.296 100.447 212.492 100.446 212.692 100.441C212.753 100.44 212.674 100.259 212.772 100.252C212.973 100.235 213.227 100.264 213.423 100.341C213.518 100.378 213.372 100.515 213.467 100.55C213.686 100.63 213.927 100.676 214.162 100.688C214.263 100.692 214.143 100.489 214.274 100.509C215.16 100.647 216.06 100.881 216.808 101.474C216.859 101.515 216.755 101.87 216.902 101.862C216.955 101.775 217.006 101.667 217.058 101.571C218.289 102.1 219.318 103.042 220.155 104.11C220.19 104.155 220.278 103.955 220.349 104.044C220.754 104.556 221.152 105.086 221.268 105.769C221.279 105.836 220.958 105.953 221.082 106.1C221.105 106.126 221.258 106.365 221.353 106.407C221.367 106.412 221.496 106.303 221.534 106.389C221.756 106.884 221.881 107.447 221.887 107.984C221.888 108.069 221.704 108.014 221.703 108.075C221.694 108.501 221.876 108.939 221.745 109.343C221.656 109.611 221.357 109.526 221.073 109.666C221.033 109.686 221.029 109.837 220.861 109.846C220.438 109.868 219.975 109.808 219.525 109.841C219.428 109.847 219.533 110.016 219.298 109.917C219.283 109.91 219.203 109.791 219.123 109.764C219.067 109.746 218.897 109.785 218.826 109.748C218.755 109.711 218.897 109.663 218.811 109.602C218.724 109.542 218.532 109.579 218.501 109.458ZM203.121 118.398C202.995 118.235 202.977 118.833 203.113 118.69C203.12 118.682 203.128 118.406 203.121 118.398ZM218.336 116.196C218.033 116.107 218.179 116.484 218.407 116.563C218.64 116.636 218.431 116.221 218.336 116.196ZM219.447 114.726C219.161 114.763 219.81 115.309 219.814 115.017C219.815 115.001 219.464 114.723 219.447 114.726ZM220.954 109.074C220.946 109.076 220.948 109.184 220.956 109.186C221.15 109.228 221.147 109.009 220.954 109.074ZM220.129 113.078C220.001 113.091 220.051 113.306 220.213 113.293C220.344 113.28 220.291 113.059 220.129 113.078ZM199.498 114.638C199.506 114.636 199.515 114.563 199.464 114.564C199.302 114.569 199.348 114.671 199.498 114.638ZM220.71 110.189C220.663 110.633 219.939 110.814 220.049 110.381C220.067 110.3 220.262 110.569 220.331 110.468C220.457 110.277 220.021 110.144 220.257 109.952C220.301 109.914 220.715 110.162 220.711 110.19C220.711 110.19 220.71 110.189 220.71 110.189ZM203.049 117.68C203.046 117.672 202.945 117.664 202.943 117.672C202.888 117.862 203.092 117.877 203.049 117.68ZM199.867 110.372C199.884 110.366 199.9 110.131 199.885 110.124C199.574 110.001 199.541 110.476 199.867 110.372ZM209.865 117.242C209.975 117.051 210.107 117.028 210.195 117.268C210.086 117.256 209.975 117.254 209.865 117.242ZM276.867 146.626C275.773 145.174 274.439 143.199 273.453 141.678C273.144 141.202 273.397 141.375 273.187 141.043C272.777 140.394 272.322 139.842 271.924 139.197C271.792 138.982 272.11 139.14 271.969 138.917C271.195 137.699 270.37 136.611 269.554 135.399C265.533 129.431 261.491 123.627 257.338 117.645C255.969 115.672 254.404 113.203 252.914 111.22C252.74 110.988 252.719 111.214 252.678 111.176C252.637 111.139 252.6 111.104 252.567 111.071L254.773 110.368C254.893 111.05 254.63 110.831 254.593 111.359C254.436 113.598 254.423 116.088 254.48 118.243C254.504 119.159 254.797 118.24 254.633 119.163C254.622 119.227 254.465 118.995 254.448 119.246C254.411 119.816 254.439 120.898 254.427 121.34C254.402 122.191 254.403 122.332 254.402 123.138C254.398 124.239 254.32 125.548 254.355 126.73C254.364 126.982 254.524 126.648 254.551 127.05C254.579 127.453 254.565 128.518 254.527 128.877C254.489 129.236 254.363 129.083 254.334 129.146C254.09 129.669 254.428 130.901 254.437 131.059C254.579 133.949 254.386 136.427 254.387 139.139C254.388 141.199 254.451 143.4 254.443 145.36C254.438 146.282 254.422 147.149 254.405 148L254.415 148.836L253.558 148.847C252.255 148.821 250.99 148.793 249.618 148.802C249.379 148.803 249.659 148.992 249.367 148.994C246.779 149.012 244.205 149.001 241.63 148.923L240.719 148.934L240.707 148C240.723 147.485 240.741 146.97 240.762 146.455C240.775 146.145 240.941 146.545 240.964 146.235C241.1 144.338 241.427 141.337 240.705 140.21C240.734 138.925 240.763 137.366 240.908 136.216C241.002 135.475 241.182 136.195 241.105 135.284C241.088 135.079 240.93 135.346 240.916 135.038C240.858 133.742 240.91 132.325 240.828 131.043C240.811 130.782 240.669 130.853 240.644 130.779C240.437 130.158 240.779 129.124 240.804 128.898C240.989 127.182 240.916 125.928 240.92 124.329C240.921 123.958 240.731 124.396 240.725 124.039C240.698 122.187 240.715 120.268 240.799 118.455C240.818 118.051 240.98 118.422 240.998 118.23C241.073 117.38 240.767 117.191 240.833 116.376C240.846 116.204 240.985 116.301 241 116.27C241.239 115.779 240.901 115.353 240.893 115.227C240.791 113.63 241.145 112.61 241.095 111.068C241.088 110.883 240.913 111.299 240.906 110.781C240.857 107.326 240.905 103.672 241.046 100.252C241.067 99.7203 241.199 100.1 241.215 100.066C241.469 99.521 241.129 99.1682 241.116 98.9948C241.024 97.627 241.309 96.3494 240.904 95.42C240.932 94.2697 240.946 93.1203 240.952 91.972L240.944 91.3024L241.63 91.294C245.73 91.3168 249.818 91.2502 253.894 91.4362L254.163 91.4328L254.33 91.6603C254.619 92.1059 254.904 92.5539 255.185 93.0047C255.225 93.0666 255.012 93.0576 255.091 93.1806C256.035 94.6625 256.051 94.2369 256.985 94.9959C257.22 95.1872 257.425 96.1346 257.448 96.215C257.53 96.5087 257.155 96.4118 257.194 96.5016C257.528 97.2399 258.123 96.6549 258.747 97.5267C258.766 97.5548 258.56 97.5285 258.6 97.6105C258.724 97.8654 258.935 98.0558 259.051 98.3087C259.317 98.8882 259.121 99.3026 259.867 99.9448C259.962 100.026 260.235 99.6032 260.774 100.395C260.988 100.71 261.977 102.079 262.228 102.482C262.479 102.884 262.167 102.708 262.182 102.739C262.761 103.891 262.412 103.546 262.544 104.237C262.676 104.927 263.143 104.375 263.358 104.542C263.573 104.708 263.983 105.563 264.07 105.783C264.157 106.003 263.913 105.826 264.005 106.011C264.62 107.234 264.633 106.291 264.983 106.589C265.809 107.291 265.862 108.259 266.38 109.071C266.52 109.29 266.493 109.049 266.637 109.231C267.205 109.953 267.395 110.496 268.123 111.259C268.242 111.384 268.988 111.889 269.119 112.467C269.137 112.549 268.904 112.445 269.108 112.781C269.412 113.281 270.002 114.154 270.403 114.64C270.699 114.998 270.563 114.442 270.849 114.955C270.976 115.184 270.594 114.865 270.841 115.288C271.086 115.709 271.812 116.714 272.09 117.095C272.368 117.475 272.349 117.171 272.38 117.196C272.565 117.347 273.154 118.037 273.201 118.102C275.56 121.366 277.499 124.547 279.854 127.684C280.039 127.93 280.059 127.664 280.088 127.701C280.173 127.804 280.234 127.887 280.275 127.956L279.327 128.26C279.369 127.708 279.732 128.26 279.865 127.617C279.519 127.724 279.581 127.289 279.543 126.547C279.525 126.189 279.391 126.384 279.377 126.351C279.173 125.821 279.436 125.452 279.49 125.357C279.688 125.005 279.454 124.623 279.587 124.384C279.718 124.145 279.913 124.695 279.91 123.983C279.786 123.784 279.462 124.312 279.41 123.772C279.211 121.733 279.465 117.926 279.492 116.287C279.518 114.651 279.495 114.122 279.54 113.169C279.621 111.446 279.38 112.077 279.27 111.008C279.16 109.936 279.752 110.457 279.879 110.303C280.006 110.152 279.876 109.986 279.945 109.798C280.015 109.61 280.102 110.017 280.128 109.575C280.154 109.134 279.928 107.926 279.795 107.77C279.513 107.439 279.218 107.983 279.321 106.815C279.328 106.747 279.483 106.966 279.499 106.708C279.619 104.665 279.626 102.542 279.732 100.5C279.747 100.22 279.92 100.471 279.931 100.307C280.041 98.6061 279.749 99.2142 279.425 98.2818C279.857 98.4912 280.121 97.9755 280.123 96.6843C280.125 95.9082 279.936 96.0418 279.804 95.5398C279.764 95.3892 279.893 94.84 279.804 94.7404C279.515 94.4123 279.19 94.9296 279.319 93.5984C279.326 93.54 279.484 93.7259 279.494 93.5241C279.53 92.7829 279.447 92.4124 279.363 91.972L279.357 91.4907L279.85 91.4846C280.185 91.4204 280.56 91.3549 281.169 91.339C282.274 91.3102 284.24 91.495 285.498 91.525C285.472 92.0101 286.66 91.8991 287.143 91.5646C287.959 91.5783 288.841 91.5594 289.631 91.6056C289.903 91.6214 289.724 91.7618 289.758 91.777C290.284 92.0151 290.639 91.6897 290.815 91.6769C291.146 91.6555 291.465 91.6451 291.778 91.6414L292.104 91.6374L292.109 91.972C292.126 93.4663 291.992 94.792 292.191 96.3001C292.2 96.3648 292.537 96.4697 292.291 96.9571C292.274 96.9887 292.121 96.3864 292.109 97.2442C292.097 98.1021 291.916 99.7195 292.073 100.911C292.11 101.199 292.384 101.928 292.17 102.513C292.141 102.591 292.044 102.506 291.991 102.618C291.819 102.982 292.16 103.18 291.87 103.608C291.581 104.036 291.364 104.925 291.564 106.126C291.57 106.164 291.84 106.449 291.835 106.826C291.828 107.429 291.772 108.285 291.774 108.915C291.775 109.217 291.943 109.024 291.946 109.076C292.04 111.103 291.89 112.546 291.825 114.717C291.813 115.115 292.042 116.259 291.861 117.03C291.663 117.876 290.84 117.006 291.036 118.951C291.115 119.736 292.159 120.729 291.618 122.139C291.752 124.873 291.475 127.402 291.666 130.143C291.675 130.267 291.966 130.657 291.962 130.946C291.956 131.377 291.82 131.613 291.811 131.92C291.77 133.208 291.886 134.386 291.868 135.627C291.861 136.099 291.721 135.934 291.713 136.496C291.705 137.058 291.89 137.432 291.801 138.194C291.733 138.769 291.354 139.343 291.309 140.107C291.683 140.136 291.676 140.66 291.774 141.591C291.793 141.771 291.923 141.579 291.939 141.663C292.006 142.008 291.898 142.327 291.971 142.654C291.989 142.734 292.117 142.738 292.138 142.803C292.326 143.356 292.039 144.268 291.989 144.425C291.799 145.025 291.965 145.306 291.89 145.766C291.816 146.226 291.722 145.539 291.677 146.076C291.628 146.66 291.61 147.331 291.603 148L291.778 147.825C291.171 147.819 290.566 147.823 290.028 147.82C289.577 147.818 289.885 147.989 289.821 147.992C288.888 148.036 287.945 147.854 287.428 148.194C286.781 147.316 286.865 148.279 285.532 148.103C285.427 148.089 285.293 147.674 285.696 147.613C286.1 147.552 286.711 147.682 287.27 147.587C287.403 147.565 288.162 147.176 288.265 147.152C289.076 146.968 289.191 147.588 289.234 147.622C289.721 147.99 290.648 147.571 290.892 147.542C291.199 147.505 291.493 147.486 291.778 147.474L291.252 148C291.221 147.248 291.248 146.563 291.18 145.885C291.119 145.274 290.712 145.214 290.725 144.734C290.766 143.139 291.333 142.582 290.841 141.079C290.736 140.757 290.292 141.077 290.641 139.922C290.663 139.85 290.983 138.992 290.781 138.497C290.755 138.435 290.626 138.437 290.615 138.355C290.545 137.805 290.648 137.438 290.598 136.839C290.549 136.24 290.475 135.519 290.519 134.835C290.546 134.423 290.787 133.894 290.846 133.697C291.016 133.14 290.737 132.543 290.943 132.197C291.15 131.849 291.464 132.53 291.598 131.617C291.262 131.583 290.917 131.506 290.578 131.451C290.59 129.451 290.699 127.483 290.684 125.476C290.682 125.227 290.501 125.482 290.494 125.215C290.465 124.09 290.594 123.107 290.543 121.94C290.503 121.036 290.311 120.046 290.263 119.101C290.648 118.524 290.517 117.122 290.552 116.104C290.564 115.747 290.667 115.771 290.701 115.518C290.825 114.561 290.485 115.009 290.431 114.747C290.203 113.621 290.972 113.525 290.953 112.198C290.953 112.128 290.542 111.268 290.517 111.15C290.35 110.398 290.66 111.025 290.69 110.555C290.745 109.695 290.843 109.098 290.723 108.09C290.688 107.796 290.432 107.09 290.63 106.52C290.656 106.444 290.791 106.486 290.799 106.425C290.931 105.331 290.505 105.302 290.361 104.677C290.217 104.052 290.511 103.086 290.596 102.889C290.815 102.375 290.689 103.283 290.711 103.311C290.967 103.638 290.923 102.934 290.945 102.395C291.362 102.317 291.337 101.565 290.965 101.837C290.925 101.868 290.964 102.287 290.945 102.395C290.535 101.923 290.482 101.096 290.865 100.182C291.045 99.754 291.254 100.158 291.178 98.859C291.143 98.2693 290.855 98.4971 290.777 97.9767C290.598 96.7878 290.866 95.2429 290.824 94.0171C290.809 93.5723 290.651 94.0056 290.635 93.7016C290.603 93.0989 290.661 92.5493 290.667 91.972L291.778 93.0826C291.582 93.0806 291.384 93.0844 291.179 93.0997C291.105 93.1054 291.285 93.2703 291.033 93.2724C289.123 93.2915 287.459 93.1859 285.465 93.183C284.501 93.1817 282.778 93.2726 281.78 93.2543C281.171 93.2435 280.512 93.2068 279.85 93.1663L281.044 91.972C280.97 93.1905 280.882 94.4212 280.92 95.3789C280.957 96.3429 281.122 96.1315 281.235 96.5445C281.452 97.3416 281.062 98.7525 281.002 98.9425C281 98.9483 280.961 98.1188 280.876 98.5614C280.7 98.8188 281.001 98.9332 281.002 98.9425C280.963 99.0673 280.925 100.724 280.957 101.053C280.974 101.232 281.13 101.132 281.136 101.225C281.276 103.441 281.316 105.661 281.243 107.909C281.24 107.948 281.065 107.888 281.06 107.982C280.982 109.283 281.196 110.116 281.323 111.189C281.449 112.262 281.407 113.113 281.107 113.748C281.145 114.557 281.012 115.719 280.932 116.387C280.851 117.055 281.191 117.149 281.198 117.207C281.413 119.041 281.219 120.102 281.188 122.005C281.173 122.909 281.223 124.704 281.26 125.683C281.29 126.457 281.21 126.924 281.261 127.637C281.268 127.734 281.419 127.636 281.425 127.666C281.606 128.462 281.236 128.079 281.17 128.243C281.168 128.249 281.166 128.254 281.163 128.26L281.14 132.361L278.782 129.024C278.633 128.41 278.518 128.036 277.84 127.28C277.682 127.103 276.85 126.856 276.575 126.526C276.219 126.096 276.496 126.156 276.119 125.708C276.087 125.67 275.997 125.747 275.792 125.451C274.838 124.078 273.833 122.555 272.813 121.149C272.674 120.957 272.699 121.313 272.496 121.037C271.542 119.741 270.521 118.303 269.681 116.977C269.474 116.651 269.721 116.771 269.704 116.681C269.596 116.126 268.894 115.731 268.819 115.637C267.016 113.399 265.99 111.432 264.168 109.139C264.069 109.015 263.058 108.231 262.995 107.603C262.99 107.561 262.937 106.934 262.48 106.673C262.452 106.657 262.513 107.027 262.185 106.539C261.856 106.05 261.215 105.345 260.893 104.581C260.791 104.34 260.699 103.661 260.047 103.189C260.004 103.159 258.848 102.536 258.927 101.962C258.941 101.868 259.326 101.681 258.62 101.065C258.484 100.948 258.592 101.26 258.277 100.921C257.794 100.402 257.344 99.5787 256.689 98.9853C256.574 98.8821 255.968 98.527 255.845 97.982C255.826 97.8967 256.03 97.9393 255.885 97.7091C255.194 96.6141 254.331 95.5685 253.647 94.4447C253.404 94.0468 253.728 94.1075 253.495 93.6781C253.36 93.4281 253.128 93.0433 252.882 92.6958L253.894 93.2162C253.588 93.2145 253.294 93.2296 253.082 93.2731C252.575 93.3772 253.129 93.7401 252.37 93.7692C249.067 93.8953 245.796 93.6824 242.499 93.6513C242.01 93.6466 242.415 93.7765 241.695 93.7789C241.673 93.779 241.652 93.7791 241.63 93.7792L243.437 91.972C243.448 94.6383 243.566 99.1702 243.292 101.457C243.071 103.304 242.903 100.98 242.813 102.391C242.77 103.073 243.192 103.81 243.205 103.974C243.34 105.58 243.153 106.697 243.211 108.143C243.223 108.441 243.394 108.148 243.402 108.403C243.432 109.27 243.355 110.183 243.369 111.012C243.376 111.384 243.507 111.316 243.496 111.658C243.474 112.477 243.419 113.202 243.297 114C243.285 114.073 243.123 113.582 243.117 114.188C243.107 115.169 242.987 116.387 243.111 117.516C243.149 117.851 243.447 117.864 243.241 118.584C243.198 118.735 242.84 118.542 243.15 119.38C243.201 119.521 243.619 120.93 243.349 121.621C243.279 121.804 242.985 122.269 243.031 122.672C243.039 122.726 243.199 122.508 243.215 122.841C243.267 124.017 243.25 125.25 243.3 126.458C243.314 126.781 243.48 126.3 243.495 126.781C243.537 128.104 243.495 129.754 243.443 131.048C243.423 131.524 243.286 131.195 243.271 131.229C243.028 131.787 243.356 132.117 243.375 132.302C243.49 133.454 243.336 134.331 243.376 135.392C243.387 135.685 243.544 135.477 243.558 135.536C243.694 136.14 243.413 135.69 243.382 136.073C243.294 137.145 243.307 138.34 243.327 139.425C243.334 139.823 243.516 139.375 243.521 139.733C243.552 141.848 243.535 144.048 243.434 146.113C243.415 146.501 243.275 146.257 243.244 146.338C243.02 146.896 243.325 147.715 243.354 147.903C243.359 147.936 243.364 147.968 243.368 148L241.63 146.262C242.416 146.153 242.751 146.266 243.478 146.244C246.609 146.147 250.363 146.191 253.558 146.237L251.795 148C251.803 147.425 251.812 146.869 251.82 146.337C251.885 141.793 252.018 138.267 251.983 133.934C251.981 133.658 251.795 133.936 251.791 133.699C251.746 130.634 251.819 127.616 251.765 124.545C251.761 124.293 251.585 124.656 251.572 124.251C251.545 123.422 251.555 122.371 251.611 121.532C251.638 121.122 251.79 121.671 251.814 121.259C251.871 120.3 251.883 119.272 251.855 118.287C251.843 117.868 251.662 118.501 251.66 117.956C251.648 115.414 251.629 112.903 251.694 110.368L251.727 104.512L255.078 109.289C255.729 110.258 256.368 111.24 256.993 112.247C257.128 112.466 256.96 112.862 257.334 113.267C257.441 113.242 257.537 113.171 257.636 113.122C260.811 117.495 263.803 121.929 266.924 126.359C267.055 126.546 266.985 126.112 267.241 126.473C268.72 128.562 270.203 130.558 271.561 132.805C271.696 133.028 271.34 133.117 271.826 133.711C271.911 133.816 272.616 134.73 272.849 134.93C272.882 134.956 272.89 134.692 273.109 134.993C274.378 136.74 275.659 138.606 276.827 140.42C277.015 140.713 276.662 140.509 276.795 140.719C277.739 142.204 278.951 143.689 279.797 145.148C280.363 146.124 279.883 145.955 279.993 146.609C280.009 146.702 280.407 147.273 280.29 147.4C279.999 147.72 279.427 147.713 279.139 148.086C279.077 148.167 279.702 148.866 279.191 148.552C279.156 148.53 278.701 148.023 278.54 147.934C278.428 147.871 278.41 148.14 278.215 147.988C278.021 147.836 277.987 147.541 277.693 147.269C277.398 146.998 277.339 147.251 276.867 146.626ZM280.572 119.396C280.409 120.015 281.007 120.106 280.864 119.437C280.856 119.405 280.58 119.364 280.572 119.396ZM291.15 127.494C291.414 126.685 291.026 126.132 290.822 126.702C290.619 127.273 291.07 127.741 291.15 127.494ZM291.343 135.884C291.551 134.938 290.703 134.789 290.874 135.802C290.884 135.861 291.331 135.939 291.343 135.884ZM278.323 144.398C278.321 144.409 278.604 144.822 278.618 144.827C278.927 144.934 278.36 144.109 278.323 144.398ZM291.553 144.209C291.667 143.913 291.535 143.063 291.392 143.43C291.277 143.725 291.41 144.576 291.553 144.209ZM266.158 109.262C266.159 109.249 265.957 108.952 265.92 108.987C265.803 109.102 266.13 109.481 266.158 109.262ZM281.42 147.784C283.511 147.816 284.778 148.517 282.502 148.438C282.089 148.424 283.39 148.214 282.865 148.151C281.905 148.036 281.268 148.476 280.288 148.24C280.111 148.197 281.301 147.781 281.424 147.783C281.423 147.784 281.421 147.784 281.42 147.784ZM279.854 119.753C279.846 119.765 279.838 120.262 279.846 120.274C280.036 120.542 280.051 119.542 279.854 119.753ZM254.279 92.019C254.279 92.0095 254.22 91.9197 254.138 91.7975L254.044 91.6702L253.894 91.672C253.544 91.6625 252.965 91.6579 252.939 91.6688C252.549 91.8704 253.393 91.9549 253.894 91.9003L253.93 91.8999L253.952 91.9303C254.134 92.1337 254.291 92.2317 254.279 92.019ZM285.518 91.538C286.06 91.3469 286.708 91.3244 287.14 91.5644C286.602 91.5516 286.059 91.5497 285.518 91.538ZM300.846 145.132C300.793 143.445 300.849 141.234 300.926 139.553C300.949 139.027 301.055 139.293 301.077 138.93C301.118 138.219 301.066 137.556 301.115 136.853C301.132 136.62 301.3 136.91 301.313 136.666C301.388 135.328 301.345 134.062 301.38 132.706C301.557 126.029 301.62 119.465 301.696 112.706C301.721 110.478 301.874 107.768 301.807 105.466C301.799 105.198 301.652 105.358 301.64 105.307C301.454 104.505 301.751 104.772 301.791 104.248C301.947 102.17 301.96 99.8591 301.903 97.8592C301.879 97.0084 301.586 97.8614 301.75 97.0048C301.761 96.9453 301.918 97.1611 301.935 96.9278C301.972 96.3987 301.944 95.3948 301.957 94.9846C301.981 94.1943 301.98 94.0635 301.982 93.316C301.983 92.8937 301.997 92.4383 302.011 91.972L302 91.1687L302.825 91.1577C303.487 91.1771 304.172 91.1953 304.815 91.1745C305.049 91.1664 304.739 91.006 305.113 90.9787C305.486 90.9514 306.475 90.965 306.808 91.0028C307.141 91.0407 306.999 91.1668 307.058 91.1957C307.543 91.4397 308.687 91.1018 308.834 91.0934C311.516 90.951 313.815 91.1435 316.333 91.143C318.244 91.1421 320.288 91.0786 322.106 91.0873C324.273 91.0983 326.109 91.1853 328.214 91.1703C328.436 91.1689 328.175 90.9803 328.447 90.9782C331.329 90.9562 334.191 90.9768 337.061 91.1041C337.349 91.1171 336.978 91.2827 337.266 91.3056C338.841 91.4274 341.238 91.7021 342.473 91.2416L343.194 91.232L343.204 91.972C343.258 92.1171 343.322 92.2462 343.398 92.356C343.37 93.5485 343.34 94.9963 343.195 96.0632C343.102 96.7511 342.921 96.083 342.998 96.928C343.015 97.1185 343.173 96.8707 343.187 97.1565C343.245 98.3598 343.194 99.6744 343.275 100.865C343.292 101.107 343.434 101.041 343.459 101.109C343.573 101.427 343.521 101.86 343.447 102.22L343.459 103.18L342.473 103.193C342.178 103.133 341.932 103.058 341.838 103.046C340.245 102.861 339.081 102.934 337.597 102.93C337.253 102.929 337.66 103.119 337.328 103.124C335.609 103.152 333.829 103.135 332.145 103.051C331.771 103.032 332.115 102.87 331.936 102.852C331.147 102.777 330.973 103.083 330.216 103.017C330.056 103.003 330.146 102.865 330.117 102.85C329.662 102.61 329.266 102.949 329.149 102.957C327.668 103.059 326.72 102.705 325.289 102.755C325.118 102.762 325.504 102.937 325.023 102.944C321.816 102.993 318.425 102.945 315.251 102.804C314.757 102.783 315.109 102.651 315.078 102.634C314.96 102.575 314.852 102.548 314.753 102.542L315.075 102.22C315.055 102.545 315.257 102.766 315.267 102.889C315.359 104.159 315.074 105.345 315.479 106.207C315.407 108.944 315.431 111.675 315.424 114.4L314.753 113.729C317.381 113.736 320.003 113.772 322.62 113.95C322.688 113.955 322.567 114.122 322.702 114.13C324.33 114.224 324.018 113.963 325.095 113.645C325.367 113.565 326.192 113.95 326.265 113.978C326.532 114.082 326.256 114.331 326.345 114.351C327.082 114.509 326.962 113.685 327.957 113.684C327.988 113.686 327.858 113.837 327.941 113.852C328.2 113.9 328.458 113.84 328.712 113.892C329.293 114.013 329.5 114.413 330.387 114.18C330.5 114.15 330.328 113.682 331.216 113.704C331.57 113.713 333.138 113.705 333.578 113.736C334.016 113.766 333.715 113.917 333.746 113.923C334.929 114.123 334.48 114.205 335.073 114.5C335.665 114.794 335.501 114.093 335.742 114.015C335.984 113.937 336.851 114.101 337.064 114.158C337.277 114.216 337.012 114.311 337.201 114.344C338.456 114.555 337.752 113.996 338.166 113.884C339.141 113.621 339.9 114.141 340.793 114.192C341.035 114.206 340.838 114.087 341.053 114.076C341.362 114.061 341.627 114.072 341.885 114.086L342.195 114.082L342.199 114.4C342.175 114.852 342.143 115.284 342.238 115.901C342.262 116.06 342.575 116.843 342.345 117.35C342.312 117.422 342.183 117.218 342.154 117.581C342.11 118.124 342.082 119.101 342.125 119.684C342.157 120.115 342.371 119.621 342.304 120.163C342.275 120.404 342.15 119.957 342.105 120.41C342.059 120.86 342.065 122.011 342.069 122.448C342.074 122.885 342.236 122.646 342.247 122.682C342.309 122.895 342.387 123.734 342.387 123.808C342.388 124.09 342.388 124.37 342.387 124.648L342.393 125.143L341.885 125.149C338.466 125.13 335.265 124.903 331.899 124.987C331.613 124.994 331.803 125.164 331.76 125.167C330.782 125.239 331.553 124.785 330.87 124.633C330.969 124.979 330.565 124.917 329.876 124.955C329.544 124.973 329.725 125.107 329.695 125.121C329.203 125.325 328.86 125.062 328.772 125.008C328.446 124.81 328.091 125.044 327.869 124.911C327.647 124.78 328.157 124.585 327.497 124.588C327.312 124.712 327.802 125.036 327.3 125.088C325.408 125.287 321.875 125.033 320.354 125.006C318.835 124.98 318.344 125.003 317.459 124.958C315.861 124.877 316.447 125.117 315.454 125.228C314.459 125.338 314.943 124.746 314.8 124.619C314.784 124.605 314.769 124.594 314.753 124.586L314.692 124.585L314.691 124.648C314.623 124.776 314.72 124.914 314.658 125.07C314.588 125.244 314.501 124.867 314.475 125.277C314.449 125.687 314.675 126.807 314.808 126.952C315.09 127.26 315.386 126.755 315.282 127.839C315.276 127.901 315.12 127.699 315.104 127.938C314.984 129.835 314.977 131.805 314.871 133.7C314.856 133.96 314.683 133.727 314.673 133.879C314.562 135.458 314.854 134.893 315.178 135.759C314.747 135.564 314.483 136.043 314.48 137.241C314.48 137.436 314.493 137.568 314.515 137.668L314.512 137.903L314.753 137.906C315.023 137.845 315.049 137.719 315.389 137.622C315.529 137.582 316.038 137.711 316.131 137.622C316.435 137.333 315.955 137.008 317.191 137.138C317.245 137.144 317.072 137.302 317.26 137.312C318.47 137.375 318.615 137.072 319.924 137.035C320.95 137.006 322.774 137.191 323.942 137.221C323.918 137.706 325.021 137.595 325.469 137.261C326.227 137.274 327.046 137.255 327.778 137.302C328.03 137.317 327.865 137.458 327.897 137.473C328.384 137.711 328.714 137.386 328.877 137.373C330.651 137.249 332.096 137.496 333.788 137.254C333.848 137.246 333.945 136.909 334.398 137.155C334.427 137.172 333.868 137.325 334.664 137.337C335.461 137.349 336.962 137.53 338.067 137.373C338.335 137.336 339.011 137.062 339.554 137.276C339.627 137.305 339.548 137.402 339.652 137.455C339.99 137.627 340.174 137.286 340.571 137.576C340.914 137.826 341.578 138.022 342.473 137.941L342.2 137.668C342.213 137.807 342.232 137.952 342.259 138.103C342.265 138.138 342.535 138.402 342.531 138.753C342.524 139.312 342.468 140.107 342.469 140.691C342.47 140.971 342.638 140.792 342.641 140.84C342.735 142.722 342.585 144.061 342.521 146.076C342.51 146.409 342.694 147.303 342.599 148L342.6 148.124L342.473 148.125C342.396 148.115 342.322 148.101 342.251 148.083C341.465 147.885 342.272 147.062 340.467 147.258C339.739 147.337 338.817 148.381 337.509 147.84C334.971 147.974 332.624 147.697 330.079 147.888C329.965 147.897 329.603 148.188 329.334 148.184C328.935 148.178 328.716 148.042 328.43 148.033C327.235 147.992 326.142 148.108 324.99 148.09C324.552 148.083 324.705 147.943 324.183 147.935C323.662 147.927 323.314 148.112 322.608 148.023C322.074 147.955 321.541 147.576 320.832 147.531C320.805 147.905 320.319 147.898 319.454 147.996C319.288 148.015 319.466 148.146 319.388 148.161C319.068 148.228 318.771 148.121 318.468 148.194C318.394 148.211 318.39 148.339 318.33 148.36C317.816 148.548 316.97 148.261 316.824 148.211C316.267 148.021 316.007 148.187 315.579 148.112C315.153 148.038 315.791 147.944 315.292 147.899C314.259 147.805 312.932 147.826 311.882 147.82C311.464 147.818 311.749 147.989 311.69 147.992C310.824 148.036 309.948 147.854 309.468 148.194C308.868 147.316 308.946 148.279 307.709 148.103C307.612 148.089 307.488 147.674 307.862 147.613C308.236 147.552 308.803 147.682 309.323 147.587C309.446 147.565 310.15 147.176 310.246 147.152C310.999 146.968 311.105 147.588 311.145 147.622C311.597 147.99 312.457 147.571 312.684 147.542C313.721 147.409 314.602 147.496 315.469 147.402C316.036 147.341 316.092 146.934 316.537 146.947C318.018 146.988 318.534 147.555 319.93 147.063C320.229 146.958 319.931 146.514 321.003 146.863C321.071 146.885 321.867 147.205 322.326 147.003C322.384 146.977 322.382 146.848 322.458 146.837C322.969 146.767 323.309 146.87 323.865 146.82C324.421 146.771 325.09 146.697 325.725 146.741C326.107 146.768 326.598 147.009 326.781 147.068C327.298 147.238 327.853 146.959 328.173 147.165C328.496 147.372 327.865 147.686 328.712 147.82C328.743 147.484 328.815 147.139 328.866 146.8C330.722 146.812 332.549 146.921 334.411 146.906C334.642 146.904 334.406 146.723 334.654 146.716C335.698 146.688 336.61 146.816 337.694 146.765C338.532 146.725 339.451 146.533 340.328 146.485C340.75 146.788 341.649 146.771 342.473 146.768L341.241 148C341.24 147.779 341.24 147.563 341.248 147.364C341.26 147.033 341.363 147.055 341.396 146.819C341.52 145.931 341.18 146.347 341.127 146.104C340.898 145.059 341.668 144.97 341.649 143.738C341.648 143.673 341.238 142.875 341.212 142.765C341.046 142.067 341.355 142.65 341.385 142.213C341.441 141.415 341.539 140.861 341.418 139.925C341.383 139.652 341.127 138.998 341.325 138.468C341.351 138.398 341.486 138.437 341.494 138.38C341.536 138.061 341.522 137.84 341.48 137.668L342.473 138.661C342.099 138.754 341.961 138.986 341.563 139.085C340.982 139.229 340.086 138.935 339.903 138.85C339.426 138.631 340.269 138.756 340.295 138.735C340.599 138.479 339.945 138.523 339.445 138.501C339.373 138.084 338.674 138.109 338.927 138.481C338.956 138.521 339.345 138.482 339.445 138.501C339.007 138.911 338.239 138.964 337.391 138.581C336.994 138.401 337.369 138.192 336.163 138.268C335.616 138.303 335.827 138.591 335.344 138.669C334.241 138.848 332.807 138.58 331.669 138.622C331.256 138.637 331.659 138.795 331.376 138.811C330.627 138.853 329.967 138.735 329.215 138.796C329.147 138.801 329.313 138.966 329.079 138.968C327.306 138.987 325.763 138.882 323.911 138.879C323.017 138.878 321.418 138.969 320.491 138.95C318.886 138.92 316.91 138.68 315.538 138.738C315.014 138.76 314.864 138.826 314.753 138.899L313.506 138.882L313.523 137.668C313.471 137.589 313.415 137.53 313.369 137.371C313.151 136.631 313.541 135.322 313.601 135.145C313.603 135.14 313.642 135.91 313.727 135.499C313.903 135.26 313.602 135.154 313.601 135.145C313.64 135.03 313.678 133.492 313.646 133.186C313.629 133.02 313.473 133.113 313.467 133.027C313.327 130.97 313.287 128.91 313.36 126.824C313.364 126.787 313.538 126.842 313.543 126.756C313.597 125.917 313.511 125.288 313.41 124.648L313.428 123.287L314.753 123.305C315.035 123.261 315.318 123.214 315.622 123.175C316.618 123.048 317.407 123.091 317.997 123.391C318.748 123.353 319.826 123.486 320.447 123.566C321.067 123.647 321.153 123.307 321.208 123.3C322.91 123.085 323.894 123.279 325.66 123.31C326.5 123.325 328.166 123.275 329.075 123.238C329.793 123.208 330.226 123.288 330.888 123.237C330.978 123.23 330.887 123.079 330.915 123.073C331.653 122.892 331.298 123.262 331.451 123.328C332.004 123.568 332.346 123.696 333.292 123.583C333.51 123.557 334.146 123.024 334.544 122.993C335.061 122.954 334.866 123.145 335.407 123.098C335.454 123.095 335.444 122.977 335.778 122.982C337.33 123.004 339.021 123.073 340.634 123.061C340.854 123.06 340.572 122.873 340.89 122.868C341.216 122.864 341.549 122.86 341.885 122.859L340.096 124.648C340.09 123.444 340.109 122.196 340.178 121.059C340.2 120.701 340.331 120.925 340.37 120.847C340.605 120.37 340.263 119.694 340.257 119.582C340.14 117.695 340.262 116.122 340.29 114.4L341.885 115.995C341.176 115.984 340.442 115.988 339.651 116.031C339.503 116.039 338.365 116.406 337.858 116.091C337.823 116.071 337.321 115.749 336.877 115.969C336.849 115.983 337.162 116.148 336.616 116.131C336.07 116.114 335.192 116.225 334.441 116.043C334.204 115.986 333.642 115.665 332.933 115.921C332.887 115.939 331.793 116.517 331.402 116.118C331.339 116.052 331.405 115.63 330.559 115.847C330.398 115.889 330.691 115.983 330.265 116.041C329.613 116.132 328.749 116.019 327.947 116.207C327.807 116.24 327.212 116.527 326.734 116.309C326.659 116.275 326.801 116.134 326.549 116.119C325.35 116.043 324.094 116.137 322.876 116.04C322.445 116.005 322.666 115.778 322.216 115.717C321.766 115.656 320.861 115.597 320.39 115.701C319.919 115.805 320.434 116.168 319.729 116.197C318.064 116.266 316.409 116.234 314.753 116.186L312.944 116.162L312.967 114.4C313.008 113.006 313.06 111.613 313.074 110.214C313.079 109.76 312.949 110.137 312.946 109.468C312.939 107.526 312.862 104.475 312.964 102.22L312.988 100.407L314.753 100.431C315.363 100.458 315.914 100.499 316.369 100.558C318.084 100.779 315.926 100.947 317.236 101.037C317.869 101.08 318.553 100.658 318.705 100.644C320.196 100.51 321.232 100.696 322.574 100.639C322.851 100.627 322.58 100.456 322.815 100.448C323.621 100.418 324.468 100.495 325.237 100.481C325.583 100.474 325.519 100.343 325.837 100.353C326.597 100.376 327.27 100.431 328.011 100.553C328.079 100.565 327.623 100.727 328.186 100.733C329.096 100.742 330.226 100.863 331.274 100.738C331.585 100.701 331.597 100.402 332.265 100.609C332.405 100.652 332.226 101.01 333.004 100.7C333.135 100.649 334.443 100.231 335.084 100.5C335.253 100.571 335.685 100.865 336.059 100.819C336.11 100.811 335.907 100.651 336.217 100.635C337.308 100.583 338.452 100.6 339.573 100.55C339.873 100.536 339.427 100.37 339.873 100.355C340.67 100.328 341.594 100.336 342.473 100.359L340.613 102.22C340.625 101.744 340.642 101.282 340.66 100.86C340.68 100.418 340.817 100.724 340.832 100.691C341.076 100.174 340.747 99.8675 340.728 99.6957C340.613 98.627 340.768 97.8132 340.727 96.828C340.716 96.5562 340.559 96.749 340.545 96.6948C340.409 96.1336 340.69 96.5517 340.721 96.1964C340.809 95.2012 340.796 94.0917 340.776 93.0853C340.769 92.7156 340.587 93.1311 340.583 92.7993C340.578 92.5249 340.575 92.2489 340.572 91.972L342.473 93.8729C340.769 93.8875 339.028 93.8626 337.379 93.7765C337.018 93.7573 337.245 93.6175 337.17 93.5856C336.652 93.3622 335.892 93.6669 335.717 93.6959C334.923 93.8285 334.614 93.7048 333.912 93.7279C330.483 93.8428 326.25 93.7609 323.013 93.7103C318.796 93.6452 315.523 93.5122 311.501 93.5468C311.246 93.5488 311.504 93.7348 311.283 93.7389C308.451 93.7835 305.663 93.7117 302.825 93.7641L304.617 91.972C304.618 91.9847 304.618 91.9975 304.618 92.0102C304.622 92.2441 304.798 91.9069 304.811 92.2824C304.838 93.0525 304.828 94.028 304.772 94.8066C304.745 95.1864 304.593 94.677 304.569 95.0593C304.512 95.9494 304.5 96.9036 304.528 97.8178C304.541 98.2069 304.721 97.6199 304.723 98.1256C304.741 101.571 304.772 104.954 304.538 108.435C304.522 108.674 304.156 108.883 304.226 109.391C304.328 109.429 304.448 109.427 304.556 109.444C304.615 114.458 304.488 119.422 304.468 124.451C304.467 124.663 304.662 124.297 304.661 124.707C304.658 127.083 304.712 129.391 304.519 131.821C304.5 132.062 304.158 131.938 304.21 132.649C304.22 132.774 304.265 133.844 304.339 134.121C304.35 134.159 304.51 133.964 304.515 134.308C304.539 136.313 304.502 138.413 304.405 140.413C304.389 140.736 304.219 140.393 304.206 140.622C304.116 142.254 304.245 144.028 304.091 145.587C303.987 146.631 303.694 146.244 303.405 146.799C303.364 146.877 303.357 147.523 303.189 147.557C302.767 147.643 302.304 147.33 301.853 147.458C301.756 147.485 301.861 148.35 301.626 147.838C301.61 147.802 301.533 147.175 301.453 147.02C301.398 146.913 301.227 147.107 301.157 146.887C301.086 146.668 301.23 146.427 301.147 146.063C301.063 145.699 300.869 145.859 300.846 145.132ZM323.24 123.926C323.814 124.089 323.899 123.491 323.277 123.634C323.247 123.642 323.21 123.918 323.24 123.926ZM332.538 147.372C333.289 147.636 333.803 147.248 333.273 147.044C332.744 146.841 332.31 147.292 332.538 147.372ZM324.752 147.565C325.629 147.773 325.768 146.925 324.828 147.096C324.773 147.106 324.701 147.553 324.752 147.565ZM303.322 144.227C303.314 144.235 303.307 144.7 303.315 144.711C303.505 144.958 303.52 144.03 303.322 144.227ZM317.025 147.775C317.299 147.889 318.088 147.757 317.748 147.614C317.474 147.499 316.684 147.632 317.025 147.775ZM340.817 114.484C340.808 114.475 340.475 114.467 340.482 114.517C340.505 114.68 340.968 114.634 340.817 114.484ZM303.893 147.784C305.833 147.816 307.009 148.517 304.896 148.438C304.514 148.424 305.721 148.214 305.234 148.151C304.343 148.036 303.751 148.476 302.842 148.24C302.677 148.197 303.782 147.781 303.896 147.783C303.895 147.784 303.894 147.784 303.893 147.784ZM323.57 124.644C323.582 124.652 324.043 124.66 324.054 124.652C324.303 124.462 323.375 124.447 323.57 124.644ZM321.387 114.114C321.361 114.097 320.292 114.081 320.257 114.097C319.699 114.407 321.861 114.44 321.387 114.114ZM323.961 137.234C324.464 137.043 325.065 137.02 325.466 137.26C324.967 137.248 324.463 137.246 323.961 137.234ZM362.754 146.081C362.702 144.953 362.758 143.473 362.834 142.348C362.858 141.996 362.964 142.174 362.985 141.931C363.026 141.455 362.974 141.012 363.024 140.542C363.04 140.386 363.208 140.58 363.222 140.417C363.296 139.521 363.253 138.674 363.289 137.767C363.465 133.299 363.528 128.908 363.605 124.385C363.63 122.894 363.782 121.082 363.716 119.541C363.708 119.362 363.56 119.469 363.548 119.435C363.362 118.898 363.66 119.076 363.699 118.726C363.855 117.336 363.869 115.79 363.812 114.452C363.787 113.882 363.495 114.453 363.659 113.88C363.67 113.84 363.827 113.984 363.843 113.828C363.881 113.474 363.853 112.803 363.865 112.528C363.89 111.999 363.888 111.912 363.89 111.412C363.894 110.728 363.972 109.915 363.936 109.181C363.928 109.024 363.768 109.232 363.741 108.982C363.713 108.732 363.727 108.071 363.765 107.848C363.803 107.625 363.929 107.72 363.958 107.68C364.202 107.356 363.864 106.591 363.855 106.492C363.741 105.057 363.842 103.785 363.886 102.472L364.734 103.32C364.405 103.309 364.074 103.301 363.737 103.301C362.458 103.302 361.091 103.365 359.874 103.357C358.424 103.346 357.196 103.259 355.788 103.274C355.639 103.275 355.813 103.464 355.632 103.466C353.703 103.488 351.788 103.467 349.868 103.34C349.675 103.327 349.923 103.161 349.731 103.138C349.328 103.092 348.844 103.023 348.354 102.981L347.855 102.991L347.845 102.472C347.925 101.531 347.904 100.568 347.429 100.108C347.458 99.3098 347.487 98.3411 347.632 97.6273C347.726 97.167 347.906 97.6141 347.829 97.0487C347.812 96.9212 347.654 97.087 347.64 96.8958C347.582 96.0907 347.634 95.2111 347.552 94.4146C347.535 94.2526 347.393 94.2968 347.368 94.2509C347.161 93.8652 347.503 93.223 347.528 93.0829C347.597 92.6807 347.63 92.3194 347.645 91.972L347.631 91.2773L348.354 91.2629C348.927 91.2867 349.462 91.2595 350.081 91.2624C350.311 91.2635 350.039 91.0733 350.26 91.0675C351.411 91.0403 352.602 91.0566 353.728 91.141C353.979 91.1602 353.748 91.3223 353.868 91.3397C354.396 91.4148 354.513 91.1088 355.019 91.1749C355.126 91.1885 355.066 91.3272 355.085 91.3424C355.39 91.5816 355.655 91.2427 355.733 91.2353C356.724 91.133 357.358 91.4868 358.316 91.4367C358.43 91.4303 358.172 91.2548 358.494 91.2477C360.639 91.1993 362.909 91.2475 365.032 91.3878C365.362 91.4094 365.127 91.5413 365.148 91.5575C365.486 91.8115 365.705 91.4712 365.813 91.4584C366.662 91.3662 367.456 91.6515 368.033 91.2462C371.63 91.3869 375.211 91.1593 378.778 91.5224C378.824 91.5266 378.742 91.6941 378.833 91.7018C379.922 91.7959 379.713 91.5355 380.434 91.2169C380.616 91.137 381.168 91.5215 381.217 91.5497C381.395 91.6536 381.211 91.9029 381.27 91.923C381.764 92.081 381.683 91.2565 382.349 91.2562C382.37 91.2576 382.282 91.4094 382.338 91.4245C382.512 91.4718 382.684 91.4115 382.854 91.4638C383.243 91.5846 383.381 91.9852 383.975 91.7521C384.05 91.7218 383.935 91.2542 384.53 91.2763C384.767 91.2855 385.816 91.2775 386.11 91.3078C386.403 91.338 386.202 91.4887 386.223 91.4953C387.014 91.6945 386.714 91.7771 387.11 92.0722C387.506 92.3661 387.396 91.6651 387.558 91.5868C387.72 91.5088 388.3 91.6732 388.442 91.7304C388.585 91.7875 388.407 91.8833 388.534 91.9157C389.374 92.1271 388.903 91.5677 389.179 91.4564C389.832 91.193 390.34 91.7129 390.937 91.7638C391.099 91.7776 390.967 91.6592 391.111 91.6481C391.681 91.6058 392.024 91.768 392.673 91.6193C392.723 91.6078 392.868 91.5313 393.042 91.4786L393.525 91.469L393.535 91.972C393.594 92.1649 393.623 92.3941 393.502 92.5723C393.469 92.6204 393.339 92.4838 393.31 92.7268C393.267 93.0897 393.239 93.7436 393.282 94.1337C393.314 94.4218 393.527 94.0916 393.461 94.4542C393.431 94.6153 393.307 94.3167 393.261 94.6194C393.216 94.9205 393.222 95.6903 393.226 95.9833C393.23 96.2757 393.392 96.1156 393.403 96.1393C393.466 96.2823 393.544 96.8435 393.544 96.8931C393.559 98.8189 393.4 100.629 393.368 102.472L393.374 102.792L393.042 102.798C392.491 102.788 391.938 102.79 391.377 102.811C391.186 102.818 391.313 102.988 391.284 102.991C390.63 103.063 391.146 102.609 390.689 102.457C390.755 102.803 390.485 102.741 390.024 102.779C389.802 102.797 389.923 102.931 389.903 102.945C389.573 103.149 389.344 102.886 389.285 102.832C389.067 102.634 388.829 102.868 388.681 102.735C388.532 102.604 388.874 102.409 388.432 102.412C388.308 102.536 388.636 102.86 388.3 102.912C387.034 103.111 384.67 102.857 383.652 102.83C382.636 102.804 382.308 102.827 381.716 102.782C380.646 102.701 381.038 102.941 380.374 103.052C379.708 103.162 380.032 102.57 379.936 102.443C379.842 102.315 379.74 102.446 379.623 102.376C379.506 102.307 379.759 102.22 379.484 102.194C379.21 102.168 378.461 102.394 378.363 102.527C378.158 102.809 378.496 103.104 377.77 103C377.728 102.994 377.864 102.839 377.704 102.823C377.387 102.793 377.067 102.77 376.746 102.751L377.025 102.472C376.967 103.438 376.943 104.418 376.864 105.369C376.849 105.543 376.676 105.387 376.665 105.489C376.555 106.545 376.846 106.168 377.171 106.747C376.739 106.617 376.475 106.937 376.473 107.739C376.471 108.221 376.659 108.138 376.792 108.449C376.832 108.543 376.703 108.884 376.792 108.946C377.081 109.15 377.405 108.828 377.276 109.655C377.27 109.691 377.112 109.576 377.102 109.701C377.039 110.511 377.342 110.608 377.379 111.484C377.408 112.17 377.223 113.391 377.193 114.172C376.708 114.156 376.819 114.894 377.153 115.194C377.14 115.701 377.159 116.249 377.112 116.739C377.097 116.908 376.956 116.797 376.941 116.818C376.703 117.144 377.028 117.365 377.041 117.474C377.165 118.661 376.918 119.628 377.159 120.76C377.168 120.8 377.505 120.865 377.259 121.168C377.242 121.188 377.089 120.814 377.077 121.346C377.065 121.879 376.884 122.883 377.041 123.623C377.078 123.802 377.352 124.255 377.138 124.618C377.109 124.667 377.012 124.614 376.958 124.683C376.787 124.909 377.128 125.033 376.838 125.298C376.549 125.564 376.332 126.116 376.532 126.862C376.538 126.886 376.808 127.062 376.803 127.297C376.796 127.671 376.74 128.203 376.742 128.594C376.743 128.781 376.91 128.661 376.914 128.694C377.008 129.953 376.858 130.848 376.793 132.197C376.781 132.444 377.01 133.154 376.829 133.633C376.631 134.159 375.808 133.619 376.004 134.826C376.083 135.314 377.127 135.93 376.586 136.806C376.72 138.504 376.443 140.074 376.634 141.777C376.643 141.853 376.934 142.095 376.93 142.275C376.924 142.543 376.788 142.689 376.779 142.88C376.738 143.68 376.854 144.411 376.836 145.182C376.829 145.475 376.689 145.373 376.681 145.722C376.673 146.07 376.858 146.303 376.769 146.776C376.701 147.133 376.322 147.49 376.277 147.964C376.342 147.967 376.394 147.979 376.439 148L376.746 147.693C376.645 147.906 376.339 147.915 375.86 147.996C375.749 148.015 375.868 148.146 375.815 148.161C375.601 148.228 375.403 148.121 375.2 148.194C375.151 148.211 375.148 148.339 375.108 148.36C374.764 148.548 374.198 148.261 374.1 148.211C373.728 148.021 373.553 148.187 373.267 148.112C372.982 148.038 373.409 147.944 373.075 147.899C372.384 147.805 371.496 147.826 370.794 147.82C370.514 147.818 370.705 147.989 370.665 147.992C370.086 148.036 369.5 147.854 369.179 148.194C368.777 147.316 368.829 148.279 368.002 148.103C367.936 148.089 367.853 147.674 368.104 147.613C368.354 147.552 368.734 147.682 369.081 147.587C369.163 147.565 369.635 147.176 369.699 147.152C370.203 146.968 370.274 147.588 370.301 147.622C370.603 147.99 371.179 147.571 371.33 147.542C372.024 147.409 372.613 147.496 373.194 147.402C373.573 147.341 373.61 146.934 373.908 146.947C374.899 146.988 375.245 147.555 376.178 147.063C376.363 146.966 376.208 146.581 376.746 146.796L375.542 148C375.56 147.955 375.582 147.905 375.609 147.849C375.631 147.804 375.951 147.272 375.749 146.964C375.723 146.925 375.594 146.927 375.583 146.876C375.513 146.534 375.616 146.306 375.566 145.934C375.517 145.562 375.443 145.115 375.487 144.69C375.514 144.434 375.755 144.106 375.814 143.983C375.984 143.637 375.705 143.267 375.911 143.052C376.118 142.836 376.432 143.259 376.566 142.692C376.23 142.671 375.885 142.623 375.546 142.589C375.558 141.347 375.667 140.124 375.652 138.878C375.65 138.724 375.469 138.882 375.462 138.716C375.433 138.017 375.562 137.407 375.511 136.682C375.471 136.121 375.279 135.506 375.231 134.919C375.616 134.561 375.485 133.691 375.52 133.058C375.532 132.837 375.635 132.852 375.669 132.694C375.793 132.1 375.453 132.378 375.399 132.215C375.171 131.516 375.94 131.457 375.921 130.632C375.921 130.589 375.51 130.055 375.485 129.982C375.318 129.515 375.628 129.904 375.658 129.612C375.713 129.078 375.811 128.707 375.691 128.081C375.656 127.899 375.4 127.461 375.598 127.106C375.624 127.06 375.759 127.085 375.767 127.048C375.899 126.368 375.473 126.35 375.329 125.962C375.185 125.574 375.479 124.974 375.564 124.852C375.783 124.532 375.657 125.096 375.679 125.114C375.935 125.317 375.891 124.879 375.913 124.545C376.33 124.497 376.305 124.029 375.933 124.199C375.893 124.218 375.932 124.478 375.913 124.545C375.503 124.252 375.45 123.738 375.833 123.17C376.013 122.905 376.222 123.156 376.146 122.349C376.111 121.983 375.823 122.124 375.745 121.801C375.566 121.063 375.834 120.103 375.792 119.342C375.777 119.066 375.619 119.335 375.603 119.146C375.561 118.645 375.679 118.203 375.618 117.7C375.612 117.655 375.448 117.766 375.446 117.61C375.426 116.423 375.532 115.39 375.535 114.152C375.536 113.553 375.445 112.483 375.464 111.863C375.494 110.789 375.734 109.467 375.676 108.549C375.638 107.951 375.474 108.082 375.361 107.825C375.144 107.33 375.534 106.454 375.594 106.336C375.596 106.333 375.635 106.848 375.719 106.573C375.896 106.413 375.595 106.342 375.594 106.336C375.633 106.259 375.67 105.23 375.639 105.025C375.622 104.914 375.465 104.976 375.459 104.919C375.377 104.105 375.329 103.29 375.319 102.472L375.348 101.017L376.746 101.045C377.312 101.038 377.879 101.049 378.449 101.079C378.474 101.082 378.437 101.257 378.495 101.262C379.303 101.34 379.82 101.126 380.487 100.999C381.153 100.872 381.681 100.915 382.076 101.215C382.578 101.177 383.3 101.31 383.715 101.39C384.13 101.471 384.188 101.131 384.224 101.124C385.363 100.909 386.021 101.103 387.203 101.134C387.765 101.149 388.879 101.099 389.488 101.062C389.968 101.032 390.258 101.112 390.701 101.061C390.761 101.054 390.7 100.903 390.719 100.897C391.213 100.716 390.975 101.086 391.077 101.152C391.447 101.392 391.676 101.52 392.309 101.407C392.437 101.385 392.78 100.972 393.042 100.85L391.42 102.472C391.402 102.435 391.391 102.4 391.387 102.367C391.348 102.021 391.539 102.152 391.492 101.789C391.488 101.758 391.371 101.765 391.376 101.541C391.398 100.503 391.467 99.3712 391.455 98.2923C391.454 98.145 391.267 98.3339 391.262 98.121C391.24 97.1219 391.247 96.0268 391.335 95.0535C391.357 94.8139 391.488 94.9641 391.526 94.9121C391.762 94.5928 391.42 94.14 391.413 94.0653C391.344 93.3151 391.359 92.639 391.388 91.972L393.042 93.6255C392.125 93.5852 391.225 93.5174 390.173 93.6027C390.074 93.6113 389.313 93.9776 388.973 93.6635C388.95 93.6426 388.614 93.3212 388.317 93.5409C388.299 93.5547 388.508 93.7201 388.143 93.7033C387.777 93.6864 387.19 93.7969 386.687 93.6151C386.528 93.5579 386.153 93.2372 385.679 93.4928C385.648 93.5107 384.916 94.0886 384.654 93.6898C384.612 93.6242 384.656 93.2023 384.09 93.4186C383.982 93.4605 384.178 93.5546 383.894 93.6134C383.457 93.704 382.879 93.591 382.342 93.7789C382.249 93.8122 381.85 94.0986 381.531 93.8812C381.481 93.8472 381.576 93.7063 381.407 93.6906C380.605 93.6149 379.764 93.7092 378.95 93.6117C378.661 93.5775 378.809 93.3497 378.508 93.2887C378.207 93.2277 377.601 93.169 377.286 93.2731C376.971 93.3772 377.315 93.7401 376.843 93.7692C374.793 93.8953 372.761 93.6824 370.714 93.6513C370.41 93.6466 370.662 93.7765 370.214 93.7789C368.564 93.7886 365.716 93.9104 364.284 93.6344C363.137 93.4134 364.58 93.2451 363.704 93.1552C363.281 93.1123 362.823 93.5342 362.721 93.5475C361.723 93.6824 361.03 93.4955 360.132 93.5529C359.947 93.5648 360.129 93.7358 359.971 93.744C359.432 93.7737 358.865 93.6974 358.35 93.7113C358.119 93.718 358.162 93.8486 357.949 93.8385C357.44 93.8159 356.99 93.761 356.495 93.6386C356.449 93.6274 356.754 93.4649 356.378 93.4589C355.769 93.4496 355.012 93.3288 354.311 93.4535C354.104 93.491 354.095 93.7896 353.648 93.5834C353.555 93.5403 353.674 93.1819 353.154 93.4916C353.066 93.5431 352.191 93.9608 351.762 93.6915C351.649 93.6207 351.36 93.3273 351.11 93.3734C351.076 93.3808 351.212 93.5411 351.004 93.5568C350.274 93.6091 349.509 93.592 348.758 93.6422C348.558 93.656 348.856 93.8219 348.558 93.837C348.491 93.8405 348.423 93.8433 348.354 93.8456L350.228 91.972C350.254 92.7544 350.214 93.6798 350.167 94.4177C350.147 94.7137 350.01 94.5091 349.995 94.5306C349.752 94.877 350.08 95.0819 350.099 95.1968C350.214 95.9119 350.059 96.4564 350.1 97.1155C350.111 97.2974 350.268 97.1684 350.282 97.2047C350.418 97.5802 350.137 97.3004 350.106 97.5382C350.018 98.204 350.031 98.9464 350.051 99.6198C350.058 99.8671 350.24 99.5891 350.245 99.8111C350.265 100.688 350.265 101.589 350.232 102.472L348.354 100.594C348.793 100.61 349.229 100.634 349.655 100.667C349.896 100.687 349.744 100.826 349.795 100.858C350.142 101.082 350.65 100.777 350.767 100.748C351.299 100.616 351.505 100.739 351.975 100.716C354.269 100.601 357.101 100.683 359.267 100.734C361.273 100.78 362.96 100.861 364.734 100.891L366.346 100.923L366.315 102.472C366.303 103.194 366.299 103.93 366.309 104.707C366.311 104.878 366.497 104.706 366.501 104.853C366.546 106.757 366.473 108.631 366.527 110.538C366.531 110.695 366.707 110.469 366.72 110.72C366.746 111.235 366.737 111.888 366.681 112.409C366.653 112.663 366.502 112.322 366.478 112.578C366.421 113.174 366.409 113.812 366.437 114.424C366.449 114.684 366.63 114.291 366.632 114.63C366.65 116.935 366.681 119.199 366.447 121.528C366.431 121.687 366.065 121.828 366.135 122.167C366.237 122.193 366.356 122.191 366.465 122.202C366.523 125.558 366.396 128.879 366.377 132.244C366.376 132.386 366.57 132.141 366.57 132.415C366.567 134.005 366.621 135.549 366.428 137.175C366.409 137.336 366.067 137.253 366.119 137.729C366.128 137.813 366.174 138.529 366.248 138.714C366.259 138.739 366.419 138.608 366.423 138.839C366.447 140.18 366.411 141.585 366.314 142.924C366.298 143.14 366.128 142.91 366.115 143.064C366.025 144.155 366.154 145.343 366 146.386C365.896 147.084 365.602 146.825 365.313 147.196C365.273 147.249 365.266 147.681 365.098 147.703C364.675 147.761 364.212 147.551 363.762 147.637C363.665 147.656 363.769 148.235 363.535 147.892C363.519 147.868 363.441 147.448 363.362 147.345C363.307 147.273 363.136 147.402 363.065 147.255C362.995 147.109 363.138 146.947 363.056 146.704C362.972 146.46 362.777 146.567 362.754 146.081ZM385.583 101.75C385.968 101.913 386.024 101.315 385.609 101.458C385.589 101.466 385.564 101.742 385.583 101.75ZM376.118 140.131C376.382 139.629 375.994 139.285 375.79 139.64C375.587 139.994 376.038 140.285 376.118 140.131ZM376.311 145.341C376.519 144.754 375.671 144.662 375.842 145.291C375.852 145.327 376.299 145.376 376.311 145.341ZM365.231 145.476C365.223 145.481 365.215 145.792 365.223 145.799C365.413 145.965 365.429 145.343 365.231 145.476ZM374.235 147.775C374.418 147.889 374.946 147.757 374.718 147.614C374.535 147.499 374.007 147.632 374.235 147.775ZM390.954 92.0558C390.948 92.0469 390.725 92.0389 390.729 92.0893C390.744 92.2515 391.054 92.2057 390.954 92.0558ZM365.448 147.784C366.746 147.816 367.533 148.517 366.12 148.438C365.864 148.424 366.672 148.214 366.346 148.151C365.749 148.036 365.354 148.476 364.745 148.24C364.635 148.197 365.374 147.781 365.45 147.783C365.45 147.784 365.449 147.784 365.448 147.784ZM385.805 102.468C385.812 102.476 386.121 102.484 386.128 102.476C386.295 102.286 385.674 102.271 385.805 102.468ZM377.953 91.6859C377.936 91.6691 377.22 91.6533 377.197 91.6688C376.823 91.9794 378.271 92.0122 377.953 91.6859ZM377.18 114.185C377.371 114.521 377.393 114.924 377.154 115.192C377.166 114.858 377.168 114.521 377.18 114.185Z' fill='black'/%3E%3C/svg%3E%0A");
  }
  .home_index_page .main .cta-section.march2026 .cta-content h1.title .title-svg {
    width: 430px;
    height: 160px;
    background-image: url("data:image/svg+xml,%3Csvg width='439' height='160' viewBox='0 0 439 160' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.984 139H5.04V82.972H19.488V115.984L42.168 82.972H57.12V139H42.588V104.392L18.984 139ZM119.384 139H104.936V116.488H81.6677V139H67.2197V82.972H81.6677V103.888H104.936V82.972H119.384V139ZM156.445 139H141.997V95.572H126.289V82.972H172.069V95.572H156.445V139ZM220.022 139H178.946V82.972H220.022V95.572H193.394V104.308H219.434V116.908H193.394V126.4H220.022V139ZM242.859 139H228.411V82.972H256.467C269.067 82.972 275.955 91.456 275.955 101.62C275.955 111.7 269.067 120.184 256.467 120.184H242.859V139ZM254.535 107.584C258.399 107.584 261.255 105.4 261.255 101.62C261.255 97.756 258.399 95.572 254.535 95.572H242.859V107.584H254.535ZM334.552 139H320.104V116.488H296.836V139H282.388V82.972H296.836V103.888H320.104V82.972H334.552V139ZM385.725 139H344.649V82.972H385.725V95.572H359.097V104.308H385.137V116.908H359.097V126.4H385.725V139ZM421.078 139H406.63V95.572H390.922V82.972H436.702V95.572H421.078V139Z' fill='white'/%3E%3Cpath d='M58.3604 89.4981C58.0945 96.5501 59.27 102.101 59.1038 110.697C58.9377 119.292 58.3141 120.579 58.4544 130.423C58.4958 133.328 58.4879 136.234 58.4626 139L58.4792 140.326L57.12 140.343C51.1516 140.288 45.8363 140.153 42.588 140.261L41.3427 140.277L41.3267 139C41.3152 138.654 41.301 138.331 41.2836 138.034C41.0273 133.651 41.8021 133.189 41.63 126.965C41.458 120.741 41.5591 116.969 41.811 111.526C41.8847 109.932 41.9553 107.37 42.0105 104.392L43.0651 104.717C38.9029 110.583 33.4459 118.507 31.2038 122.183C28.033 127.381 23.6816 132.808 21.2262 136.182C20.4614 137.233 19.8405 138.048 19.3521 138.663C19.1453 138.924 19.0175 139.023 18.9766 138.995C18.9765 138.995 18.9765 138.995 18.9765 138.995C18.9257 138.96 19.0097 138.729 19.2437 138.373C20.3798 136.64 22.0421 134.026 23.9186 130.878C27.4174 125.01 28.2173 124.653 33.2297 116.924C36.4597 111.944 38.7562 108.175 41.676 103.77L43.7114 100.821L43.6919 104.392C43.7303 107.308 43.721 110.49 43.6227 114.343C43.372 124.168 44.3 127.13 43.9864 139L42.588 137.602C43.809 137.634 45.1242 137.679 46.5509 137.74C51.0123 137.932 54.3094 137.964 57.12 137.91L56.0303 139C55.8994 132.175 55.2591 128.218 55.1451 117.422C55.0271 106.241 55.3549 92.9096 55.5161 82.972L57.12 84.5759C53.5099 84.5173 50.3477 84.4807 47.8992 84.4955C46.1031 84.5063 44.1866 84.5204 42.168 84.5349L43.4562 83.857C38.8009 90.7382 33.1724 99.0475 27.1326 107.612C25.0873 110.512 22.9482 113.623 20.7487 116.85L17.9313 120.903L17.9584 115.984C17.919 105.553 17.7621 94.1912 17.9694 83.7301C17.9744 83.4792 17.9794 83.2264 17.9844 82.972L19.488 84.4756C15.0386 84.3879 10.0627 84.2935 5.04 84.1979L6.26593 82.972C6.05382 94.1212 5.83598 105.501 5.67262 111.862C5.43147 121.253 5.37708 123.542 5.52443 132.58C5.55578 134.503 5.56459 136.695 5.54745 139L5.04 138.493C8.96217 138.522 13.2113 138.626 17.0194 138.822C20.0621 138.979 19.3726 139.197 16.3101 139.302C11.8317 139.454 8.15545 139.352 5.84793 139.625C5.56943 139.658 5.30059 139.69 5.04 139.72L4.32887 139.729L4.31974 139C3.84627 134.946 3.67964 132.886 3.9778 127.416C4.29508 121.596 3.574 118.853 3.657 115.46C3.74003 112.067 4.16535 112.123 3.83766 94.8696C3.75298 90.4112 3.6846 86.4734 3.62839 82.972L3.61094 81.5783L5.04 81.5604C10.9729 81.4651 15.6526 81.4048 19.488 81.3594L21.0801 81.3395L21.1006 82.972C21.1321 85.6327 21.1564 87.8871 21.1803 89.8716C21.2478 95.4729 20.9861 106.299 20.994 115.984L18.2467 115.131C19.1586 113.802 20.0463 112.494 20.8911 111.231C25.7684 103.938 35.0163 90.5892 40.7854 82.0221L41.2644 81.3058L42.168 81.2945C44.3758 81.2739 46.3136 81.2461 47.8505 81.2076C52.7652 81.0848 54.9176 81.1822 57.12 81.3382L58.7331 81.318L58.7538 82.972C58.6328 84.68 58.4766 86.4181 58.3604 89.4981ZM82.9081 85.1651C82.6576 91.4684 83.6856 96.5084 83.6674 103.888L81.6677 101.888C82.1242 101.889 82.5896 101.894 83.0648 101.904C91.2227 102.07 92.4445 102.694 101.787 102.554C102.839 102.538 103.891 102.529 104.936 102.526L103.574 103.888C103.548 95.6548 103.859 87.8778 103.631 84.1862C103.604 83.7429 103.588 83.3419 103.582 82.972L103.564 81.6365L104.936 81.6184C108.037 81.5657 108.95 82.1678 114.227 82.014C116.147 81.9581 117.821 81.9311 119.384 81.9286L120.413 81.9151L120.427 82.972C120.432 86.2172 120.331 88.9817 120.161 92.4688C119.909 97.6353 119.694 113.507 120.003 119.279C120.313 125.05 119.776 131.633 119.649 135.592C119.609 136.825 119.555 137.795 119.498 138.539C119.474 138.854 119.424 139 119.375 139C119.375 139 119.375 139 119.375 139C119.313 139 119.253 138.774 119.245 138.369C119.207 136.403 119.107 133.464 118.884 129.993C118.468 123.52 118.928 122.813 118.714 114.072C118.5 105.331 118.072 100.08 118.349 89.7955C118.422 87.0963 118.395 84.9428 118.329 82.972L119.384 84.0266C114.997 84.174 111.515 84.52 104.936 84.417L106.381 82.972C106.354 84.6986 106.296 86.6386 106.195 88.8642C105.874 95.9712 106 99.965 106.232 103.888L106.214 105.201L104.936 105.184C100.845 105.425 96.8323 105.781 89.448 105.863C86.9451 105.891 84.3287 105.894 81.6677 105.88L79.6497 105.853L79.6756 103.888C79.7122 96.7965 79.8679 89.3889 79.9905 82.972L81.6677 84.6491C76.5749 84.5518 72.1062 84.4752 68.915 84.4955C68.3618 84.499 67.7964 84.5029 67.2197 84.507L68.7547 82.972C68.8152 91.4862 68.9294 102.494 68.7798 114.073C68.682 121.641 68.7952 130.295 68.8323 139L67.2197 137.387C72.0799 137.367 76.956 137.37 81.6677 137.446L80.114 139C80.1243 138.365 80.136 137.733 80.1491 137.104C80.2787 130.898 80.4238 123.523 80.5662 116.488L80.5809 115.372L81.6677 115.386C90.1003 115.557 98.0446 115.724 102.904 115.855C103.623 115.875 104.298 115.893 104.936 115.91L105.521 115.918L105.514 116.488C105.32 123.761 105.285 126.233 105.42 134.121C105.446 135.605 105.456 137.258 105.45 139L104.936 138.486C108.981 138.5 113.508 138.604 117.519 138.822C120.407 138.979 119.753 139.197 116.846 139.302C112.595 139.454 109.106 139.352 106.916 139.625C106.197 139.715 105.546 139.795 104.936 139.866L104.081 139.877L104.07 139C103.711 135.894 103.608 133.836 103.873 129.219C104.191 123.695 103.47 121.092 103.553 117.871C103.566 117.353 103.588 116.919 103.615 116.488L104.936 117.809C102.689 117.671 100.515 117.415 86.776 117.69C84.9869 117.726 83.2862 117.759 81.6677 117.789L82.969 116.488C83.1624 126.825 83.2498 133.805 83.3122 139L83.3336 140.623L81.6677 140.645C80.231 140.662 78.9309 140.677 77.7342 140.692C75.1621 140.725 71.4291 140.681 67.2197 140.627L65.6145 140.648L65.5928 139C65.6685 133.061 65.7626 126.173 65.6846 120.258C65.5595 110.769 65.6595 92.0754 65.4916 82.972L65.4691 81.267L67.2197 81.2439C67.8117 81.233 68.3631 81.221 68.8688 81.2076C76.1329 81.0163 77.0389 81.3591 81.6677 81.6257L82.996 81.6081L83.014 82.972C82.9767 83.6207 82.9408 84.3424 82.9081 85.1651ZM154.159 81.7316C158.653 81.9975 162.191 80.822 167.669 80.9882C169.548 81.0451 170.879 81.1559 172.069 81.2713L173.736 81.2385L173.77 82.972C173.549 85.2535 173.312 87.0213 173.404 91.1432C173.437 92.6349 173.438 94.1268 173.425 95.572L173.451 96.9L172.069 96.9271C167.437 96.8825 163.284 96.6811 161.155 96.8764C159.046 97.0699 158.362 96.6756 156.445 96.5449L157.418 95.572C157.376 96.1937 157.361 96.945 157.403 97.9167C157.575 101.883 157.474 104.287 157.222 107.756C156.971 111.225 156.756 121.882 157.065 125.758C157.374 129.633 156.838 134.053 156.71 136.711C156.671 137.539 156.616 138.191 156.56 138.691C156.536 138.902 156.486 139 156.436 139C156.436 139 156.436 139 156.436 139C156.375 139 156.314 138.848 156.306 138.576C156.269 137.256 156.169 135.283 155.946 132.952C155.53 128.606 155.99 128.131 155.776 122.262C155.562 116.393 155.134 112.866 155.411 105.961C155.59 101.487 155.167 99.246 155.026 95.572L155.054 94.125L156.445 94.1523C158.443 94.0754 160.863 94.0815 164.296 94.3124C167.706 94.5418 170.049 94.5429 172.069 94.4404L170.938 95.572C170.748 91.8393 170.206 89.2055 170.096 82.972L172.069 84.945C172.031 84.9456 171.993 84.9463 171.955 84.9469C162.241 85.1078 149.979 84.4401 144.123 84.4955C139.263 84.5414 133.019 84.6464 126.289 84.5894L127.907 82.972C127.895 84.3501 127.877 85.7485 127.85 87.1595C127.799 89.7993 127.805 92.636 127.828 95.572L126.289 94.0337C131.396 93.994 136.803 93.9038 141.997 93.9748L143.625 94.0068L143.595 95.572C143.578 96.7829 143.553 97.9822 143.516 99.1635C143.231 108.327 142.871 121.281 142.63 127.266C142.411 132.707 142.346 134.407 142.447 139L141.997 138.551C142.456 138.541 142.944 138.529 143.468 138.516C146.779 138.431 151.34 138.511 155.193 138.822C157.132 138.979 156.693 139.197 154.741 139.302C151.887 139.454 149.544 139.352 148.074 139.625C145.675 140.07 144.402 140.291 141.997 140.185L140.836 140.208L140.812 139C140.836 138.459 140.877 137.861 140.935 137.179C141.252 133.47 140.531 131.722 140.614 129.559C140.697 127.397 141.123 127.432 140.795 116.437C140.476 105.722 140.388 99.7244 140.311 95.572L141.997 97.2583C141.889 97.2603 141.781 97.2623 141.675 97.2643C138.346 97.3272 132.12 97.1039 126.289 97.0799L124.812 97.1089L124.782 95.572C124.788 94.1102 124.781 92.6731 124.754 91.3128C124.711 89.1012 124.695 86.145 124.685 82.972L124.654 81.3995L126.289 81.3674C132.853 81.3471 140.343 81.3547 144.092 81.2076C149.654 80.9895 149.665 81.4656 154.159 81.7316ZM203.015 96.8124C199.63 96.6762 196.614 96.918 193.394 97.164L194.986 95.572C195.19 98.2368 195.397 101.041 195.394 104.308L193.394 102.308C193.889 102.308 194.395 102.313 194.912 102.324C202.97 102.49 204.177 103.114 213.406 102.974C215.433 102.943 217.461 102.939 219.434 102.95L220.774 102.932L220.792 104.308C220.767 109.081 220.658 113.538 220.655 116.908L220.671 118.112L219.434 118.129C217.855 118.127 216.514 118.149 215.491 118.212C211.382 118.469 210.948 117.694 205.113 117.866C200.382 118.005 197.163 117.965 193.394 117.811L194.297 116.908C194.261 117.788 194.219 118.698 194.171 119.664C194.097 121.167 194.026 123.587 193.971 126.4L193.394 125.823C200.131 125.956 209.119 125.999 213.141 125.78C215.38 125.659 217.742 125.668 220.022 125.731L220.682 125.723L220.691 126.4C220.593 129.927 220.364 133.258 220.287 135.633C220.247 136.851 220.193 137.81 220.137 138.545C220.113 138.856 220.063 139 220.013 139C220.013 139 220.013 139 220.013 139C219.952 139 219.891 138.777 219.883 138.377C219.846 136.435 219.746 133.532 219.523 130.103C219.426 128.618 219.377 127.441 219.355 126.4L220.022 127.067C216.579 127.139 214.628 126.905 207.998 127.07C202.452 127.207 198.328 127.433 193.394 127.503L192.277 127.488L192.291 126.4C192.252 123.654 192.261 120.656 192.36 117.023C192.361 116.985 192.362 116.946 192.363 116.908L192.377 115.863L193.394 115.876C203.295 116.137 205.748 115.032 219.434 115.618L218.145 116.908C218.154 116.685 218.164 116.459 218.175 116.231C218.417 110.938 218.405 107.393 218.285 104.308L219.434 105.457C214.161 105.662 210.233 106.181 201.217 106.283C198.702 106.311 196.07 106.314 193.394 106.299L191.377 106.272L191.403 104.308C191.419 101.417 191.454 98.4753 191.5 95.572L191.525 93.6525L193.394 93.6774C203.073 93.8282 212.319 94.0836 217.779 94.0485C218.506 94.0438 219.254 94.0386 220.022 94.0329L218.483 95.572C218.455 91.793 218.418 87.5378 218.4 82.972L220.022 84.5944C214.525 84.6166 208.577 84.612 202.469 84.5321C195.312 84.4385 187.172 84.5382 178.946 84.5795L180.554 82.972C180.583 88.7828 180.583 94.6366 180.465 100.217C180.205 112.507 179.883 129.435 179.645 139L178.946 138.301C179.872 138.324 180.729 138.346 181.506 138.367C190.31 138.609 192.456 138.663 200.93 138.516C205.802 138.431 212.512 138.511 218.18 138.822C221.033 138.979 220.387 139.197 217.515 139.302C213.317 139.454 209.87 139.352 207.706 139.625C203.384 140.17 201.546 140.38 196.089 140.062C190.632 139.745 188.06 140.466 184.879 140.383C183.058 140.335 182.297 140.176 178.946 140.109L177.852 140.124L177.837 139C177.886 136.496 177.884 132.546 177.744 125.628C177.416 109.452 177.333 100.585 177.254 94.4589C177.218 91.6961 177.274 87.5774 177.334 82.972L177.312 81.3811L178.946 81.3593C184.552 81.4318 190.879 81.51 196.359 81.4369C202.21 81.3588 211.602 81.3684 220.022 81.3459L221.626 81.3244L221.648 82.972C221.661 87.7642 221.684 92.2416 221.74 95.572L221.763 97.2668L220.022 97.29C219.219 97.3035 218.483 97.3188 217.825 97.3363C209.644 97.5545 209.627 97.0784 203.015 96.8124ZM265.501 83.39C269.395 85.3449 273.369 86.8678 275.879 92.1748C277.576 96.4541 277.241 98.0292 277.286 101.62C277.263 102.51 277.216 103.53 277.073 104.76C276.494 111.234 271.562 116.098 269.377 117.722C267.128 119.47 266.52 119.054 262.875 120.347C260.378 121.109 258.447 121.237 256.467 121.159C255.507 121.113 254.527 121.045 253.435 120.961C251.438 120.807 246.909 120.667 242.859 120.652L243.327 120.184C243.318 122.752 243.359 125.128 243.479 126.543C243.788 130.188 243.251 134.346 243.124 136.847C243.084 137.626 243.03 138.239 242.974 138.709C242.95 138.908 242.9 139 242.85 139C242.85 139 242.85 139 242.85 139C242.788 139 242.728 138.857 242.72 138.601C242.682 137.36 242.583 135.503 242.36 133.311C241.943 129.222 242.403 128.775 242.189 123.254C242.147 122.158 242.096 121.149 242.044 120.184L242.061 119.352L242.859 119.369C246.753 119.158 249.917 118.928 255.123 119.149C255.596 119.169 256.042 119.182 256.467 119.188C261.605 118.869 263.716 118.444 269.975 113.863C274.793 109.061 274.297 106.118 274.194 101.62C274.091 100.376 273.915 98.955 273.492 97.2788C272.155 88.9875 261.988 83.8851 256.467 84.4922C256.231 84.4922 256.004 84.4933 255.786 84.4955C250.277 84.5508 242.879 84.6918 235.07 84.5321C232.965 84.4891 230.727 84.4869 228.411 84.5012L229.94 82.972C229.979 89.2456 230.138 96.0859 229.93 102.382C229.645 111.002 229.285 123.188 229.044 128.819C228.84 133.584 228.769 135.299 228.842 139L228.411 138.569C229.082 138.556 229.819 138.538 230.651 138.516C233.766 138.431 238.057 138.511 241.681 138.822C243.505 138.979 243.092 139.197 241.256 139.302C238.571 139.454 236.367 139.352 234.984 139.625C232.459 140.123 231.26 140.341 228.411 140.133L227.302 140.156L227.278 139C227.298 138.73 227.321 138.446 227.349 138.144C227.666 134.654 226.945 133.01 227.028 130.976C227.111 128.941 227.536 128.975 227.209 118.631C226.881 108.288 226.797 102.617 226.719 98.7001C226.651 95.3279 226.915 88.7969 226.905 82.972L226.874 81.498L228.411 81.4659C229.352 81.4642 230.275 81.4554 231.163 81.4369C237.547 81.3037 250.525 81.4258 255.757 81.2076C256.005 81.1973 256.241 81.1885 256.467 81.1812C261.305 81.2321 261.569 81.7482 265.501 83.39ZM243.66 96.8124C243.383 96.7524 243.119 96.7658 242.859 96.8205L244.108 95.572C244.296 96.4635 244.972 97.3053 244.843 98.4652C244.677 99.963 244.053 100.187 244.194 101.903C244.334 103.618 243.907 105.334 244.163 106.098C244.38 106.742 243.863 106.9 243.798 107.584L242.859 106.645C242.986 106.657 243.132 106.653 243.302 106.626C244.386 106.454 245.044 106.555 245.992 106.807C246.941 107.059 249.855 107.274 250.914 106.964C251.974 106.655 253.182 107.192 253.909 107.319C254.136 107.359 254.314 107.413 254.45 107.47C254.508 107.493 254.535 107.544 254.535 107.593C254.535 107.593 254.535 107.593 254.535 107.593C254.535 107.655 254.494 107.715 254.419 107.723C254.058 107.761 253.519 107.86 252.881 108.084C251.693 108.5 251.563 108.04 249.958 108.254C248.354 108.468 247.389 108.895 245.501 108.619C244.361 108.452 243.751 108.808 242.859 108.971L241.38 108.865L241.472 107.584C241.364 107 241.34 106.294 241.6 105.239C242.255 102.574 241.045 102.293 240.884 99.6372C240.806 98.3527 240.922 96.9054 241.057 95.572L241.195 93.6499L242.859 93.7695C244.283 93.9129 245.577 94.0771 246.404 94.0485C248.005 93.9931 250.155 93.8522 252.425 94.0119C253.09 94.0587 253.8 94.0572 254.535 94.0388C256.531 93.9684 259.077 94.4715 260.618 96.2533C261.887 97.6169 262.481 99.8888 262.252 101.62C262.131 102.972 261.62 104.128 261.148 104.771C259.988 106.199 259.604 106.394 258.19 107.321C257.347 107.826 255.965 108.047 254.884 107.756C254.34 107.608 254.478 107.394 254.987 107.272C255.727 107.086 256.349 107.06 256.643 106.7C257.207 105.967 257.318 105.719 258.191 105.558C259.091 105.325 258.828 104.492 259.127 104.22C259.282 104.063 259.453 104.041 259.674 103.757C259.877 103.475 260.201 102.892 260.053 101.62C260.053 101.62 260.053 101.619 260.053 101.619C259.65 99.0664 258.474 98.5212 257.808 98.1074C257.251 97.7847 255.982 97.0605 254.535 97.078C254.201 97.0765 253.874 97.0846 253.561 97.1071C251.705 97.2403 247.933 97.1182 246.412 97.3363C244.892 97.5545 244.889 97.0784 243.66 96.8124ZM298.076 85.1651C297.826 91.4684 298.854 96.5084 298.835 103.888L296.836 101.888C297.292 101.889 297.758 101.894 298.233 101.904C306.391 102.07 307.613 102.694 316.955 102.554C318.007 102.538 319.059 102.529 320.104 102.526L318.742 103.888C318.716 95.6548 319.027 87.8778 318.799 84.1862C318.772 83.7429 318.756 83.3419 318.75 82.972L318.732 81.6365L320.104 81.6184C323.205 81.5657 324.118 82.1678 329.395 82.014C331.315 81.9581 332.989 81.9311 334.552 81.9286L335.581 81.9151L335.595 82.972C335.6 86.2172 335.499 88.9817 335.329 92.4688C335.077 97.6353 334.862 113.507 335.171 119.279C335.481 125.05 334.944 131.633 334.816 135.592C334.777 136.825 334.723 137.795 334.666 138.539C334.642 138.854 334.592 139 334.543 139C334.543 139 334.543 139 334.543 139C334.481 139 334.42 138.774 334.413 138.369C334.375 136.403 334.275 133.464 334.052 129.993C333.636 123.52 334.096 122.813 333.882 114.072C333.668 105.331 333.24 100.08 333.517 89.7955C333.59 87.0963 333.563 84.9428 333.497 82.972L334.552 84.0266C330.165 84.174 326.683 84.52 320.104 84.417L321.549 82.972C321.522 84.6986 321.464 86.6386 321.363 88.8642C321.042 95.9712 321.168 99.965 321.4 103.888L321.382 105.201L320.104 105.184C316.013 105.425 312 105.781 304.616 105.863C302.113 105.891 299.497 105.894 296.836 105.88L294.818 105.853L294.844 103.888C294.88 96.7965 295.036 89.3889 295.159 82.972L296.836 84.6491C291.743 84.5518 287.274 84.4752 284.083 84.4955C283.53 84.499 282.964 84.5029 282.388 84.507L283.923 82.972C283.983 91.4862 284.097 102.494 283.948 114.073C283.85 121.641 283.963 130.295 284 139L282.388 137.387C287.248 137.367 292.124 137.37 296.836 137.446L295.282 139C295.292 138.365 295.304 137.733 295.317 137.104C295.447 130.898 295.592 123.523 295.734 116.488L295.749 115.372L296.836 115.386C305.268 115.557 313.213 115.724 318.072 115.855C318.791 115.875 319.466 115.893 320.104 115.91L320.689 115.918L320.682 116.488C320.488 123.761 320.453 126.233 320.588 134.121C320.614 135.605 320.624 137.258 320.618 139L320.104 138.486C324.149 138.5 328.676 138.604 332.687 138.822C335.575 138.979 334.921 139.197 332.014 139.302C327.763 139.454 324.274 139.352 322.084 139.625C321.365 139.715 320.714 139.795 320.104 139.866L319.249 139.877L319.238 139C318.879 135.894 318.776 133.836 319.041 129.219C319.359 123.695 318.638 121.092 318.721 117.871C318.734 117.353 318.756 116.919 318.783 116.488L320.104 117.809C317.857 117.671 315.683 117.415 301.944 117.69C300.155 117.726 298.454 117.759 296.836 117.789L298.137 116.488C298.33 126.825 298.418 133.805 298.48 139L298.502 140.623L296.836 140.645C295.399 140.662 294.099 140.677 292.902 140.692C290.33 140.725 286.597 140.681 282.388 140.627L280.783 140.648L280.761 139C280.836 133.061 280.931 126.173 280.853 120.258C280.727 110.769 280.827 92.0754 280.66 82.972L280.637 81.267L282.388 81.2439C282.98 81.233 283.531 81.221 284.037 81.2076C291.301 81.0163 292.207 81.3591 296.836 81.6257L298.164 81.6081L298.182 82.972C298.145 83.6207 298.109 84.3424 298.076 85.1651ZM368.719 96.8124C365.333 96.6762 362.317 96.918 359.097 97.164L360.689 95.572C360.893 98.2368 361.1 101.041 361.097 104.308L359.097 102.308C359.592 102.308 360.098 102.313 360.615 102.324C368.673 102.49 369.88 103.114 379.109 102.974C381.137 102.943 383.164 102.939 385.137 102.95L386.477 102.932L386.495 104.308C386.47 109.081 386.361 113.538 386.358 116.908L386.374 118.112L385.137 118.129C383.558 118.127 382.217 118.149 381.194 118.212C377.085 118.469 376.651 117.694 370.816 117.866C366.086 118.005 362.866 117.965 359.097 117.811L360 116.908C359.964 117.788 359.922 118.698 359.874 119.664C359.8 121.167 359.729 123.587 359.674 126.4L359.097 125.823C365.835 125.956 374.822 125.999 378.844 125.78C381.083 125.659 383.445 125.668 385.725 125.731L386.385 125.723L386.394 126.4C386.296 129.927 386.068 133.258 385.99 135.633C385.951 136.851 385.896 137.81 385.84 138.545C385.816 138.856 385.766 139 385.716 139C385.716 139 385.716 139 385.716 139C385.655 139 385.594 138.777 385.586 138.377C385.549 136.435 385.449 133.532 385.226 130.103C385.129 128.618 385.08 127.441 385.058 126.4L385.725 127.067C382.282 127.139 380.331 126.905 373.701 127.07C368.155 127.207 364.031 127.433 359.097 127.503L357.98 127.488L357.994 126.4C357.955 123.654 357.964 120.656 358.063 117.023C358.064 116.985 358.065 116.946 358.066 116.908L358.08 115.863L359.097 115.876C368.998 116.137 371.451 115.032 385.137 115.618L383.848 116.908C383.857 116.685 383.867 116.459 383.878 116.231C384.12 110.938 384.108 107.393 383.988 104.308L385.137 105.457C379.865 105.662 375.936 106.181 366.92 106.283C364.405 106.311 361.773 106.314 359.097 106.299L357.08 106.272L357.106 104.308C357.122 101.417 357.158 98.4753 357.203 95.572L357.228 93.6525L359.097 93.6774C368.776 93.8282 378.022 94.0836 383.482 94.0485C384.209 94.0438 384.958 94.0386 385.725 94.0329L384.186 95.572C384.158 91.793 384.121 87.5378 384.103 82.972L385.725 84.5944C380.228 84.6166 374.28 84.612 368.172 84.5321C361.016 84.4385 352.875 84.5382 344.649 84.5795L346.257 82.972C346.286 88.7828 346.286 94.6366 346.168 100.217C345.908 112.507 345.586 129.435 345.348 139L344.649 138.301C345.575 138.324 346.432 138.346 347.209 138.367C356.013 138.609 358.159 138.663 366.633 138.516C371.505 138.431 378.215 138.511 383.884 138.822C386.736 138.979 386.09 139.197 383.218 139.302C379.02 139.454 375.573 139.352 373.41 139.625C369.087 140.17 367.249 140.38 361.792 140.062C356.335 139.745 353.763 140.466 350.582 140.383C348.761 140.335 348 140.176 344.649 140.109L343.555 140.124L343.54 139C343.59 136.496 343.587 132.546 343.447 125.628C343.119 109.452 343.036 100.585 342.957 94.4589C342.922 91.6961 342.977 87.5774 343.037 82.972L343.015 81.3811L344.649 81.3593C350.255 81.4318 356.582 81.51 362.062 81.4369C367.913 81.3588 377.305 81.3684 385.725 81.3459L387.329 81.3244L387.352 82.972C387.364 87.7642 387.388 92.2416 387.443 95.572L387.466 97.2668L385.725 97.29C384.922 97.3035 384.186 97.3188 383.528 97.3363C375.347 97.5545 375.33 97.0784 368.719 96.8124ZM418.792 81.7316C423.286 81.9975 426.824 80.822 432.302 80.9882C434.18 81.0451 435.511 81.1559 436.702 81.2713L438.369 81.2385L438.403 82.972C438.182 85.2535 437.944 87.0213 438.037 91.1432C438.07 92.6349 438.071 94.1268 438.057 95.572L438.083 96.9L436.702 96.9271C432.07 96.8825 427.917 96.6811 425.788 96.8764C423.679 97.0699 422.994 96.6756 421.078 96.5449L422.051 95.572C422.009 96.1937 421.994 96.945 422.036 97.9167C422.208 101.883 422.107 104.287 421.855 107.756C421.603 111.225 421.388 121.882 421.698 125.758C422.007 129.633 421.47 134.053 421.343 136.711C421.303 137.539 421.249 138.191 421.193 138.691C421.169 138.902 421.119 139 421.069 139C421.069 139 421.069 139 421.069 139C421.008 139 420.947 138.848 420.939 138.576C420.901 137.256 420.802 135.283 420.579 132.952C420.162 128.606 420.622 128.131 420.408 122.262C420.195 116.393 419.767 112.866 420.043 105.961C420.223 101.487 419.8 99.246 419.659 95.572L419.687 94.125L421.078 94.1523C423.075 94.0754 425.496 94.0815 428.929 94.3124C432.339 94.5418 434.682 94.5429 436.702 94.4404L435.571 95.572C435.381 91.8393 434.839 89.2055 434.729 82.972L436.702 84.945C436.664 84.9456 436.626 84.9463 436.588 84.9469C426.874 85.1078 414.612 84.4401 408.756 84.4955C403.896 84.5414 397.651 84.6464 390.922 84.5894L392.54 82.972C392.528 84.3501 392.509 85.7485 392.482 87.1595C392.432 89.7993 392.438 92.636 392.461 95.572L390.922 94.0337C396.029 93.994 401.435 93.9038 406.63 93.9748L408.258 94.0068L408.227 95.572C408.211 96.7829 408.186 97.9822 408.149 99.1635C407.864 108.327 407.504 121.281 407.263 127.266C407.044 132.707 406.979 134.407 407.079 139L406.63 138.551C407.089 138.541 407.577 138.529 408.1 138.516C411.412 138.431 415.973 138.511 419.826 138.822C421.765 138.979 421.326 139.197 419.374 139.302C416.52 139.454 414.177 139.352 412.707 139.625C410.308 140.07 409.035 140.291 406.63 140.185L405.469 140.208L405.445 139C405.469 138.459 405.51 137.861 405.568 137.179C405.885 133.47 405.164 131.722 405.247 129.559C405.33 127.397 405.756 127.432 405.428 116.437C405.109 105.722 405.021 99.7244 404.944 95.572L406.63 97.2583C406.521 97.2603 406.414 97.2623 406.308 97.2643C402.978 97.3272 396.753 97.1039 390.922 97.0799L389.445 97.1089L389.414 95.572C389.42 94.1102 389.414 92.6731 389.387 91.3128C389.344 89.1012 389.327 86.145 389.318 82.972L389.287 81.3995L390.922 81.3674C397.485 81.3471 404.976 81.3547 408.725 81.2076C414.286 80.9895 414.298 81.4656 418.792 81.7316Z' fill='%23171717'/%3E%3Cpath d='M3.264 32.688C3.264 20.08 11.776 10.608 24.448 10.608C37.056 10.608 45.632 20.08 45.632 32.688C45.632 45.296 37.056 54.768 24.448 54.768C11.776 54.768 3.264 45.296 3.264 32.688ZM40.128 32.688C40.128 22.704 33.984 15.344 24.448 15.344C14.848 15.344 8.768 22.704 8.768 32.688C8.768 42.608 14.848 50.032 24.448 50.032C33.984 50.032 40.128 42.608 40.128 32.688ZM53.9295 54V11.312H71.0815C79.6575 11.312 84.4575 17.2 84.4575 24.176C84.4575 31.152 79.5295 37.04 71.0815 37.04H59.2415V54H53.9295ZM78.9535 24.176C78.9535 19.376 75.4975 16.048 70.4415 16.048H59.2415V32.304H70.4415C75.4975 32.304 78.9535 28.976 78.9535 24.176ZM102.052 54V16.048H88.548V11.312H120.932V16.048H107.364V54H102.052ZM127.992 54V11.312H133.304V54H127.992ZM140.745 47.984L143.881 43.952C146.697 47.088 151.305 50.032 157.321 50.032C164.937 50.032 167.369 45.936 167.369 42.672C167.369 37.552 162.185 36.144 156.553 34.608C149.705 32.816 142.089 30.896 142.089 22.512C142.089 15.472 148.361 10.672 156.745 10.672C163.273 10.672 168.329 12.848 171.913 16.624L168.713 20.528C165.513 17.008 161.033 15.408 156.361 15.408C151.241 15.408 147.593 18.16 147.593 22.192C147.593 26.48 152.521 27.76 157.961 29.232C164.937 31.088 172.873 33.264 172.873 42.224C172.873 48.432 168.649 54.768 157.128 54.768C149.705 54.768 144.265 51.952 140.745 47.984ZM206.597 54L190.405 34.8L186.117 39.664V54H180.805V11.312H186.117V33.392L204.997 11.312H211.653L193.861 31.6L213.189 54H206.597ZM249.898 54L246.122 44.528H224.49L220.714 54H214.826L231.978 11.312H238.57L255.786 54H249.898ZM235.306 16.048L226.026 39.792H244.522L235.306 16.048ZM261.367 54V11.312H266.679V54H261.367ZM274.12 47.984L277.256 43.952C280.072 47.088 284.68 50.032 290.696 50.032C298.312 50.032 300.744 45.936 300.744 42.672C300.744 37.552 295.56 36.144 289.928 34.608C283.08 32.816 275.464 30.896 275.464 22.512C275.464 15.472 281.736 10.672 290.12 10.672C296.648 10.672 301.704 12.848 305.288 16.624L302.088 20.528C298.888 17.008 294.408 15.408 289.736 15.408C284.616 15.408 280.968 18.16 280.968 22.192C280.968 26.48 285.896 27.76 291.336 29.232C298.312 31.088 306.248 33.264 306.248 42.224C306.248 48.432 302.024 54.768 290.503 54.768C283.08 54.768 277.64 51.952 274.12 47.984Z' fill='white'/%3E%3Cpath d='M43.5979 24.8293C42.7558 21.9965 41.0366 20.2654 38.7916 17.6923C36.3834 15.2542 36.1415 14.5028 32.4131 12.9142C29.5968 11.8392 26.5685 11.3622 24.448 11.3711C23.7124 11.3692 23.1022 11.4149 22.6383 11.4913C20.8602 11.836 20.5723 11.3204 18.0825 12.1018C15.6382 12.9778 14.2231 13.6407 12.26 14.8051C10.0817 15.7322 5.56581 21.435 5.14476 24.0813C4.40712 26.5313 3.63238 29.3673 3.47234 31.1547C3.41647 31.7115 3.37439 32.14 3.33632 32.4788C3.32034 32.6215 3.28932 32.688 3.25837 32.688C3.25835 32.688 3.25833 32.688 3.25831 32.688C3.21991 32.688 3.18165 32.5847 3.17862 32.4001C3.16438 31.5099 3.15699 30.1712 3.262 28.5801C3.57043 25.623 3.80698 25.3046 5.3462 21.5994C7.11237 18.0247 8.53079 15.7151 12.6411 13.1896C16.8011 11.1224 17.8386 9.753 24.448 9.80584C24.5322 9.81063 24.6172 9.81602 24.7028 9.82202C31.3257 10.743 32.4513 10.1703 38.3079 13.9274C44.2927 18.0638 46.5702 27.1723 46.5423 31.1464C46.5736 31.644 46.5933 32.1496 46.5987 32.688C46.6588 36.5333 45.8319 41.5767 42.9701 45.9082C39.9406 50.913 33.3273 55.3684 26.8035 55.6082C26.054 55.6575 25.2651 55.6747 24.448 55.6526C18.231 55.7823 11.3423 51.9068 9.10743 49.0301C6.47098 45.8854 6.00551 44.9595 4.43607 41.367C3.5852 39.2685 3.02271 36.151 3.16578 33.5364C3.24347 32.2199 3.37128 32.5313 3.47616 33.8279C3.64915 35.7303 3.8627 37.285 4.23938 38.2011C5.02693 40.0171 5.35058 40.7359 6.17886 43.0167C7.0901 45.2914 8.18763 45.9533 9.01425 47.0542C9.4474 47.6 9.61 47.9165 10.3393 48.6902C11.0871 49.4191 12.3647 50.7901 15.6497 52.2097C19.212 53.6624 22.175 53.8223 24.448 53.7953C26.4157 53.753 27.898 53.5083 29.1003 53.2316C31.7023 52.7837 37.088 50.5915 39.7614 47.0232C42.4831 44.1922 44.9358 36.8977 44.5679 32.688C44.5573 32.1534 44.529 31.6875 44.4916 31.2787C44.0451 27.7261 44.2776 27.6804 43.5979 24.8293ZM8.90696 26.2204C9.78346 24.0156 9.92267 21.8661 11.9949 19.547C14.1885 17.4076 14.7772 17.3628 17.7974 15.8064C20.13 14.7272 22.722 14.5623 24.448 14.581C25.0497 14.5828 25.55 14.5976 25.939 14.5877C27.4613 14.5925 27.5626 15.0386 29.6168 15.5182C31.6711 16.0884 32.8269 16.8118 34.2044 18.0475C35.7912 19.1347 38.8563 23.8682 39.4552 25.846C40.3091 27.7371 40.292 30.1301 40.2642 31.4988C40.2608 31.9328 40.2324 32.2657 40.199 32.5269C40.1847 32.637 40.1532 32.688 40.1224 32.688C40.1223 32.688 40.1223 32.688 40.1223 32.688C40.0838 32.6879 40.0462 32.6092 40.0402 32.469C40.0105 31.7934 39.9103 30.7747 39.6108 29.6197C38.9831 27.5077 39.2942 27.1576 38.0522 24.4617C36.6395 21.8649 35.4271 20.5419 32.7949 18.4225C29.9681 16.5775 28.9877 16.7487 24.448 16.1467C24.386 16.1417 24.3234 16.1369 24.2603 16.1322C19.4469 16.0947 18.8595 17.0443 15.2989 19.7472C11.672 22.6558 9.70132 28.6745 9.74658 31.5799C9.73371 31.9371 9.7295 32.3006 9.73484 32.688C9.76673 35.4303 10.3432 38.8839 12.0192 42.0067C13.8382 45.6796 18.338 48.5365 22.7869 49.002C23.3087 49.0751 23.8652 49.1259 24.448 49.1481C28.8154 49.5448 33.7806 46.9392 35.4991 44.8955C37.5196 42.6782 37.9179 41.9405 38.8345 39.1824C39.3248 37.5711 39.7765 35.3072 40.0081 33.332C40.1198 32.337 40.2625 32.5593 40.3002 33.5738C40.3411 35.0656 40.086 36.266 40.1035 37.0549C40.1132 38.6275 40.073 39.3684 39.1292 41.1271C38.1433 42.8419 37.9799 43.8453 37.2336 44.7716C36.8519 45.22 36.6135 45.4008 35.9738 46.0127C35.3106 46.5885 34.3202 47.7438 31.6993 49.1838C28.8468 50.669 26.3445 50.9453 24.448 51.0042C22.7877 51.0408 21.5096 50.8672 20.4669 50.6567C18.1789 50.338 13.787 47.9037 11.5856 44.8562C9.27792 42.3678 7.57315 36.1462 7.70422 32.688C7.6937 32.2382 7.69246 31.8447 7.69324 31.4981C7.78585 28.4918 8.13268 28.4933 8.90696 26.2204ZM70.892 12.0873C67.8988 11.921 65.5424 12.6557 61.8941 12.5519C58.3681 12.4515 57.7395 12.0841 53.9295 12.1388L54.7563 11.312C54.7582 11.4442 54.7606 11.5803 54.7635 11.7204C54.8512 15.8984 54.5846 20.0789 54.7447 21.9392C54.9049 23.7995 54.4207 23.9959 54.5282 26.6376C54.6358 29.2793 54.5726 30.8803 54.4152 33.1907C54.2578 35.5012 54.1234 42.5993 54.3167 45.1803C54.5101 47.7614 54.1746 50.7053 54.095 52.4757C54.0702 53.0272 54.0363 53.4612 54.001 53.7939C53.9861 53.9348 53.9548 54 53.9239 54C53.9238 54 53.9238 54 53.9238 54C53.8853 53.9999 53.8475 53.899 53.8426 53.7178C53.819 52.8385 53.7568 51.5244 53.6173 49.9719C53.3571 47.0771 53.6446 46.7608 53.5109 42.8518C53.3772 38.9429 53.11 36.5944 53.2828 31.9951C53.4556 27.3959 52.7324 26.3395 53.1423 19.8472C53.4106 15.597 53.1791 13.8364 52.959 11.312L52.9772 10.3239L53.9295 10.3415C55.2611 10.2253 56.8053 10.1124 59.0395 10.0777C62.8712 10.0181 67.2982 10.1402 71.0815 10.2425C73.8498 10.2969 76.2443 11.0213 77.7939 11.7362C81.622 13.2128 85.6988 18.2865 85.4381 24.176C85.4363 24.2889 85.4333 24.4016 85.4289 24.5141C85.6917 30.4568 80.0276 37.6906 73.2354 37.8621C72.538 37.927 71.8269 37.9502 71.0815 37.9303C67.2585 37.8215 62.8395 37.7013 59.2415 37.5934L59.7949 37.04C59.7375 38.9554 59.6836 40.6382 59.6369 41.8744C59.4862 45.8603 59.4522 46.8318 59.5443 50.6685C59.5679 51.652 59.571 52.801 59.55 54L59.5442 54.3141L59.2415 54.3085C57.7519 54.2824 56.1852 54.219 54.7634 54.1111C53.4719 54.0131 53.7645 53.8767 55.0645 53.8114C56.8029 53.7241 58.2565 53.77 59.2415 53.6481L58.8896 54C58.8782 53.9079 58.8653 53.82 58.8508 53.7363C58.51 51.7791 58.3793 50.9473 58.5776 48.4766C58.7759 46.0059 58.3253 44.8418 58.3771 43.4016C58.4227 42.1378 58.6329 42.0011 58.5454 37.04L58.5328 36.357L59.2415 36.3439C59.9347 36.3317 60.722 36.3136 61.6197 36.2885C65.6685 36.1753 68.706 36.1087 71.0815 36.0635C72.9051 36.0237 74.2696 35.7282 75.3601 35.3749C77.8462 34.8642 82.5837 31.4196 83.1908 27.0274C83.3521 26.2297 83.4726 25.2543 83.4649 24.176C83.8206 19.4919 79.6929 14.3112 76.9524 13.611C73.8306 12.5347 73.7457 12.4049 71.0815 12.0982C71.0197 12.0945 70.9566 12.0908 70.892 12.0873ZM58.4662 20.2613C58.6291 18.8536 57.9271 17.7395 57.9963 16.048L57.9504 14.8524L59.2415 14.8028C59.2765 14.8042 59.3117 14.806 59.3471 14.8081C61.0983 14.9119 61.3605 15.3017 63.366 15.214C65.3715 15.1263 67.378 15.3929 68.271 15.2328C69.1436 15.0762 69.2534 15.5352 70.4415 15.4557C70.4708 15.4539 70.5007 15.4518 70.5313 15.4496C71.8661 15.3672 72.712 15.5768 73.7743 16.0817C74.3054 16.3358 75.3789 16.8613 76.2877 17.6394C77.2128 18.3999 77.9177 19.39 78.3053 19.9188C79.1332 20.9904 79.1262 22.5873 79.0911 23.4316C79.0867 23.7029 79.0581 23.9135 79.0245 24.0756C79.0102 24.1443 78.9787 24.176 78.9479 24.176C78.9478 24.176 78.9478 24.176 78.9478 24.176C78.9093 24.1759 78.8717 24.1272 78.8657 24.0409C78.8367 23.6256 78.7381 22.9954 78.4508 22.3205C77.859 21.1189 78.1422 20.8267 77.0251 19.4213C75.7862 18.1342 74.7947 17.7486 72.9043 17.0027C71.8906 16.6536 71.2066 16.7638 70.4415 16.8648C69.6682 16.9668 68.7718 17.0332 67.2668 16.8352C64.1506 16.4254 63.8227 17.1817 60.7173 17.2823C60.2411 17.2977 59.7457 17.301 59.2415 17.2955L60.489 16.048C60.459 18.8317 60.1644 21.8846 60.1937 23.4695C60.2283 25.3415 60.3164 27.8557 60.2166 30.5094C60.195 31.0819 60.1899 31.6833 60.1932 32.304L59.2415 31.3523C61.498 31.34 64.0086 31.2152 66.3059 31.3549C67.5532 31.4307 69.0203 31.515 70.4415 31.5985C72.2487 31.7347 73.9624 31.2703 74.9006 30.8092C76.5044 29.9677 76.9163 29.5837 77.7384 28.0307C78.1845 27.1157 78.6061 25.785 78.8344 24.572C78.9448 23.9628 79.0874 24.0915 79.1266 24.7318C79.1705 25.6735 78.9246 26.4149 78.9424 26.9305C78.9536 27.9629 78.8846 28.5045 77.9839 29.4555C77.0613 30.3487 76.8742 31.0444 76.2118 31.4684C75.8802 31.6639 75.6804 31.7049 75.1563 31.9303C74.6252 32.1325 73.78 32.5976 71.9203 32.9625C71.4004 33.0582 70.9075 33.1097 70.4415 33.133C67.7847 33.2749 66.1994 33.3194 65.0547 33.3617C63.8173 33.4074 61.3285 33.2113 59.2415 33.2503L58.3329 33.2852L58.2952 32.304C58.2922 32.1458 58.2879 31.99 58.2821 31.8371C58.1988 29.6677 58.2751 25.2573 58.1388 23.4794C58.0025 21.7016 58.3 21.6979 58.4662 20.2613ZM98.3982 12.0873C95.1149 11.9226 92.5238 12.6422 88.548 12.5546L89.7906 11.312C89.7897 11.3492 89.7889 11.3864 89.7879 11.4239C89.7331 13.557 89.5985 14.7324 89.4966 16.048L88.548 15.0994C89.7236 15.1904 91.0111 15.2554 93.194 15.214C96.4421 15.1524 99.6915 15.2655 102.052 15.2829L102.804 15.2704L102.817 16.048C102.81 17.0492 102.82 17.8904 102.867 18.5039C103.027 20.5635 102.543 20.7808 102.651 23.7057C102.758 26.6304 102.695 28.403 102.538 30.9609C102.38 33.519 102.246 41.3776 102.439 44.2353C102.633 47.093 102.297 50.3523 102.218 52.3124C102.193 52.923 102.159 53.4034 102.124 53.7718C102.109 53.9278 102.077 53.9999 102.046 54C102.046 54 102.046 54 102.046 54C102.008 53.9999 101.97 53.8882 101.965 53.6876C101.942 52.7141 101.879 51.2591 101.74 49.5402C101.48 46.3353 101.767 45.9851 101.633 41.6573C101.5 37.3295 101.232 34.7294 101.405 29.6372C101.578 24.5452 100.855 23.3756 101.265 16.1876C101.267 16.1408 101.27 16.0943 101.273 16.048L102.052 16.8274C95.5094 16.4639 94.35 17.0793 88.548 17.2507L87.3256 17.2304L87.3453 16.048C87.3317 15.5906 87.321 15.1044 87.3137 14.5844C87.2988 13.5274 87.2953 12.4296 87.2999 11.312L87.321 10.0434L88.548 10.0639C95.0041 10.0904 102.118 10.3893 105.798 10.3598C109.856 10.3273 115.221 10.2476 120.932 10.3209L121.939 10.3376L121.923 11.312C121.918 11.6789 121.913 12.0473 121.907 12.4168C121.888 13.5804 121.882 14.796 121.883 16.048L121.867 17.0145L120.932 16.9989C116.633 17.0026 111.903 17.0929 107.364 17.0522L108.368 16.048C108.358 17.1404 108.341 18.2217 108.313 19.2833C108.135 26.04 107.91 35.5927 107.759 40.0059C107.609 44.4189 107.575 45.4946 107.667 49.7423C107.694 50.986 107.694 52.4688 107.662 54L107.657 54.303L107.364 54.2981C105.889 54.2673 104.369 54.2066 102.975 54.1111C101.545 54.0131 101.869 53.8767 103.309 53.8114C104.922 53.7383 106.314 53.7587 107.364 53.6954L107.059 54C107.04 53.6801 107.013 53.392 106.973 53.1388C106.633 50.972 106.502 50.051 106.7 47.3155C106.898 44.5802 106.448 43.2913 106.5 41.6967C106.552 40.1021 106.817 40.1283 106.613 32.0204C106.408 23.9124 106.355 19.4676 106.306 16.3971C106.305 16.2851 106.303 16.1687 106.302 16.048L106.285 15.004L107.364 14.986C110.427 14.9586 116.207 15.1527 120.932 15.0966L119.981 16.048C119.978 15.8566 119.976 15.667 119.973 15.4794C119.953 14.3208 119.943 12.8852 119.936 11.312L120.932 12.3082C115.71 12.3308 108.973 12.31 105.821 12.4147C101.72 12.551 101.712 12.2535 98.3982 12.0873ZM128.767 11.7735C128.601 13.8924 129.336 15.5605 129.232 18.1431C129.128 20.7258 128.738 21.1126 128.826 24.0704C128.914 27.028 128.647 29.9873 128.807 31.3043C128.967 32.6211 128.483 32.7601 128.591 34.6302C128.698 36.5003 128.635 37.6336 128.478 39.2691C128.32 40.9047 128.186 45.9294 128.379 47.7566C128.573 49.5837 128.237 51.6677 128.158 52.921C128.133 53.3113 128.099 53.6186 128.064 53.8541C128.049 53.9539 128.017 54 127.986 54C127.986 54 127.986 54 127.986 54C127.948 54 127.91 53.9285 127.905 53.8003C127.882 53.1778 127.819 52.2475 127.68 51.1485C127.42 49.0993 127.707 48.8754 127.573 46.1082C127.44 43.3411 127.172 41.6786 127.345 38.4228C127.518 35.167 126.795 34.4192 127.205 29.8233C127.615 25.2275 126.858 24.7438 126.758 20.1639C126.696 17.3401 126.831 14.0596 126.935 11.312L126.963 10.2282L127.992 10.255C129.701 10.3199 131.203 10.3731 132.262 10.3598C132.596 10.3556 132.944 10.3507 133.304 10.3453L134.295 10.3712L134.271 11.312C134.309 13.9308 134.367 17.2122 134.279 20.6527C134.179 24.5665 134.431 29.398 134.253 33.7182C134.075 38.0384 133.85 44.1462 133.699 46.9679C133.549 49.7896 133.515 50.4773 133.607 53.1933C133.615 53.4478 133.621 53.7181 133.624 54L133.616 54.3284L133.304 54.3203C131.857 54.3356 130.103 54.2741 128.582 54.1111C127.668 54.0131 127.875 53.8767 128.795 53.8114C130.141 53.716 131.246 53.7798 131.939 53.6093C132.476 53.4773 132.893 53.3768 133.304 53.3148L132.619 54C132.521 53.3494 132.519 52.7133 132.64 51.6416C132.838 49.8927 132.388 49.0686 132.44 48.049C132.492 47.0294 132.757 47.0462 132.553 41.8621C132.348 36.678 132.295 33.836 132.246 31.8728C132.197 29.9096 132.428 25.8103 132.345 22.6108C132.271 19.7729 132.322 14.3347 132.24 11.312L133.304 12.3761C132.919 12.3866 132.573 12.3993 132.277 12.4147C129.86 12.5403 129.666 12.2975 127.992 12.1285L128.809 11.312C128.794 11.4544 128.78 11.6074 128.767 11.7735ZM160.463 11.7087C159.186 11.4749 157.958 11.4259 156.745 11.4828C153.706 11.6721 150.751 12.4715 147.602 14.5061C144.156 17.1732 143.241 18.5158 142.913 22.512C142.908 23.2395 142.965 24.0452 143.181 24.9273C144.652 31.1725 152.416 32.653 154.966 33.3462C155.702 33.5015 156.267 33.6493 156.763 33.8031C158.201 34.2891 159.092 34.6746 162.102 35.6954C165.571 36.8501 168.14 39.3302 167.908 42.672C167.892 43.13 167.83 43.5972 167.716 44.0695C167.456 45.2912 166.481 47.3672 164.418 48.6238C162.396 49.9152 159.71 50.3321 157.32 50.3236C154.7 50.3376 152.374 49.7393 150.981 49.2793C148.07 48.3693 145.352 46.2152 143.677 44.1346L144.096 44.1198C143.444 44.8861 142.849 45.583 142.357 46.1801C141.801 46.8543 141.353 47.376 141.001 47.7703C140.853 47.9373 140.764 47.9995 140.74 47.9805C140.74 47.9805 140.74 47.9805 140.74 47.9805C140.71 47.9568 140.778 47.8074 140.95 47.5779C141.638 46.6618 142.592 45.3619 143.687 43.8016L143.871 43.5701L144.063 43.7883C144.348 44.0757 144.654 44.3624 144.979 44.6439C148.541 47.2813 148.806 48.2304 154.742 49.4243C155.645 49.5379 156.502 49.57 157.32 49.5459C161.519 49.3483 166.208 48.1577 166.709 42.672C166.713 42.4918 166.711 42.3224 166.701 42.1415C166.527 39.4423 164.625 38.2871 162.929 37.5194C161.151 36.7479 159.19 36.2882 156.312 35.4888C154.911 35.1093 153.264 34.664 151.328 33.9457C144.011 31.1849 141.425 28.074 141.018 22.512C140.948 20.7068 141.234 18.4239 142.719 16.044C145.56 11.4294 151.63 9.37613 156.745 9.53328C162.809 9.5101 168.155 12.0111 170.799 14.2942C171.414 14.7899 172.023 15.3443 172.614 15.9585L173.201 16.5921L172.66 17.2368C171.665 18.467 170.603 19.7815 169.485 21.1613L168.734 22.0563L167.973 21.2C165.345 18.261 161.012 16.401 156.361 16.4033C155.723 16.3977 155.084 16.4368 154.456 16.5288C151.563 16.8621 148.449 18.9831 148.561 22.192C148.503 26.0443 154.172 27.0626 158.224 28.2586C159.98 28.7346 161.744 29.2282 163.446 29.8538C165.781 30.7246 168.441 31.903 170.534 34.0641C172.672 36.2015 173.631 39.3839 173.531 42.224C173.603 48.0199 169.288 52.197 166.375 53.3142C162.225 55.0352 160.006 54.9165 157.128 55.0213C155.831 55.0215 154.373 54.9753 152.498 54.6811C148.997 54.2098 144.314 52.118 141.576 49.0201C140.227 47.4605 140.63 47.755 142.127 49.1327C144.37 51.1001 146.57 52.2566 148.039 52.6811C151.002 53.4359 152.232 53.6405 156.025 54.0825C156.413 54.1179 156.776 54.1376 157.128 54.1456C160.241 54.187 161.834 53.5131 163.698 53.0163C164.73 52.7018 165.282 52.6232 166.731 51.8698C167.985 51.0739 171.092 49.5585 171.988 44.0516C172.068 43.4306 172.098 42.8191 172.087 42.224C172.102 37.1521 168.861 34.3909 166.122 33.0641C163.315 31.6832 160.88 31.1151 158.905 30.5801C158.533 30.4838 158.125 30.377 157.687 30.2608C156.063 29.8093 153.987 29.297 151.719 28.3543C149.591 27.532 146.482 25.4417 146.644 22.192C146.602 19.8331 147.963 17.5652 149.698 16.3599C151.311 15.1577 153.75 14.4021 156.361 14.4104C160.954 14.2898 166.41 16.3075 169.472 19.8374L167.918 19.8772C169.092 18.4336 170.173 17.0955 171.09 15.9495L171.141 17.3565C170.571 16.7712 170.018 16.2902 169.524 15.9065C164.972 12.8653 164.875 12.8238 160.463 11.7087ZM183.724 12.0873C182.716 12.0528 181.752 12.0571 180.805 12.0846L181.577 11.312C181.682 14.9305 182.127 18.3076 182.044 23.0024C181.941 28.9263 181.551 29.8135 181.639 36.5979C181.726 43.3818 181.46 50.1697 181.62 53.1905C181.635 53.4837 181.645 53.7516 181.649 54L180.805 53.1552C182.777 53.1192 183.529 53.3948 186.117 53.4158L185.532 54C185.536 53.5566 185.532 53.0592 185.518 52.4926C185.41 48.2033 185.473 45.6036 185.631 41.8523C185.655 41.2838 185.678 40.5369 185.7 39.664L185.698 39.5113L185.804 39.3884C187.017 38.079 188.574 36.3703 190.17 34.5934L190.404 34.3216L190.643 34.5986C193.291 37.7976 196.125 41.1443 197.66 42.8029C200.51 45.882 203.335 49.7524 205.127 52.0013C205.686 52.7018 206.114 53.2623 206.435 53.6981C206.572 53.8826 206.616 53.9837 206.592 54.0036C206.592 54.0036 206.592 54.0037 206.592 54.0037C206.563 54.0284 206.428 53.9275 206.235 53.7058C205.296 52.6295 203.873 51.0384 202.141 49.2013C198.912 45.7759 198.801 45.1979 194.607 40.4321C192.872 38.4605 191.399 36.8351 189.936 35.1948L190.864 35.205C189.557 36.7727 188.235 38.3332 186.643 40.1284L186.819 39.664C186.815 40.9254 186.798 42.2849 186.763 43.7935C186.661 48.2002 186.871 50.6039 186.976 54L186.966 54.8695L186.117 54.8598C184.623 54.9061 182.937 54.932 180.805 54.9022L179.892 54.8918L179.902 54C179.92 52.7644 179.956 51.3787 180.017 49.7935C180.427 39.252 179.671 38.1425 179.57 27.6375C179.521 22.478 179.596 16.6537 179.682 11.312L179.695 10.1768L180.805 10.1894C182.648 10.2189 184.435 10.2496 186.117 10.2768L187.163 10.2887L187.152 11.312C187.097 14.6777 187.057 17.624 187.069 19.7727C187.09 23.6334 187.131 28.3016 187.137 33.392L185.341 32.7288C187.456 30.2492 189.694 27.6473 192.001 25.0093C195.763 20.7076 199.971 15.6651 204.229 10.6553L204.543 10.2964L204.997 10.3016C207.225 10.2948 209.455 10.2949 211.652 10.3096L213.873 10.3276L212.406 11.9729C211.407 13.0973 210.412 14.2058 209.427 15.2889C204.831 20.344 198.933 26.8496 194.277 31.9651L194.28 31.2383C196.272 33.6351 198.019 35.743 199.297 37.2957C203.411 42.2943 204.416 43.5108 208.556 48.1672C209.982 49.772 211.698 51.769 213.399 53.8184L213.793 54.283L213.189 54.278C211.41 54.2438 209.619 54.1891 207.95 54.1111C205.853 54.0131 206.329 53.8767 208.439 53.8114C210.235 53.7559 211.844 53.7543 213.189 53.729L212.983 54.177C212.338 53.4572 211.773 52.8486 211.285 52.3917C208.951 50.2083 207.969 49.2711 205.499 46.1041C203.028 42.9373 201.452 41.8005 199.963 39.9961C198.657 38.4119 198.672 38.1071 193.333 32.0548L192.938 31.6068L193.337 31.1409C194.068 30.2893 194.894 29.3198 195.832 28.212C203.518 19.1367 207.777 14.2013 210.709 10.7833C210.757 10.7275 210.806 10.6708 210.856 10.6132L211.652 12.3719C209.956 12.3865 207.625 12.3654 204.997 12.337L205.776 11.9781C202.83 15.3486 199.307 19.3627 196.391 22.8528C194.03 25.6781 190.398 29.9274 186.885 34.0492L185.123 36.1371L185.105 33.392C185.097 28.0121 185.082 22.8034 185.014 19.8063C184.904 14.9778 185.075 14.0179 185.232 11.312L186.117 12.1966C185.452 12.1579 184.682 12.12 183.724 12.0873ZM222.679 36.5356C221.27 39.5955 220.964 42.3269 219.339 46.0933C217.76 49.7522 217.158 50.2572 215.594 54.3086L214.826 53.1723C214.953 53.1706 215.084 53.1685 215.218 53.166C217.106 53.1307 218.995 53.1528 220.714 53.1813L219.953 53.6968C220.94 51.3374 221.801 49.331 222.175 48.1341C222.715 46.4057 223.185 46.1507 223.947 44.3115L224.084 43.95L224.49 43.9434C224.805 43.9476 225.159 43.944 225.564 43.9293C228.533 43.8217 230.333 43.8849 232.929 44.0423C235.446 44.1949 243.016 44.3258 246.122 44.1578L246.367 44.1538L246.466 44.3909C246.508 44.4811 246.548 44.5669 246.587 44.6481C247.841 47.2714 248.754 50.4693 249.417 52.3472C249.624 52.9322 249.773 53.3979 249.879 53.7583C249.923 53.911 249.921 53.9906 249.893 54.0021C249.893 54.0021 249.893 54.0021 249.893 54.0021C249.857 54.0163 249.78 53.9249 249.7 53.7376C249.312 52.8282 248.707 51.4792 247.931 49.9099C246.794 47.6099 246.635 46.848 245.768 44.6691L246.122 44.9091C245.484 44.9087 244.729 44.918 243.788 44.9466C239.395 45.0803 236.755 45.3475 231.586 45.1747C228.522 45.0723 226.857 45.2846 224.49 45.3892L225.29 44.8469C224.754 46.385 224.048 48.2123 222.793 50.9119C222.188 52.2115 221.718 53.2944 221.334 54.247L221.155 54.6742L220.714 54.6669C218.34 54.6567 216.782 54.8128 214.826 54.9653L213.383 54.9429L213.93 53.6401C214.385 52.1931 214.929 50.5263 215.847 48.1481C218.465 41.363 222.275 33.001 223.877 28.9206C225.479 24.8401 227.592 19.3442 230.002 13.6152C230.362 12.7597 230.726 11.871 231.095 10.9573L231.351 10.3504L231.978 10.3607C234.086 10.3646 236.308 10.3445 238.57 10.3259L239.252 10.3371L239.484 10.9432C240.92 14.4207 242.394 18.0027 243.669 21.4177C246.069 27.8459 249.488 36.9241 251.024 41.1356C252.56 45.3469 252.937 46.3724 254.635 50.3373C255.08 51.3744 255.577 52.5992 256.071 53.8851L256.236 54.3142L255.786 54.3072C254.136 54.2803 252.407 54.2172 250.835 54.1111C249.384 54.0131 249.713 53.8767 251.174 53.8114C253.08 53.7263 254.681 53.7678 255.786 53.6568L255.468 54.1284C255.405 54.0094 255.343 53.8979 255.282 53.7946C254.143 51.8819 253.672 51.0637 252.817 48.414C251.963 45.7644 251.055 44.7194 250.498 43.1987C249.94 41.6779 250.197 41.6032 246.928 34.046C243.66 26.4887 241.923 22.3234 240.712 19.4509C239.976 17.7069 238.869 14.7649 237.67 11.6751L238.57 12.2827C236.425 12.2545 234.209 12.2387 232.213 12.2714C232.136 12.2727 232.058 12.2739 231.978 12.2751L232.872 11.6711C231.021 16.4855 227.196 25.8107 225.792 29.6651C224.366 33.5789 224.087 33.4759 222.679 36.5356ZM231.085 40.5673C229.552 40.401 228.345 41.1357 226.476 41.0319C226.315 41.0229 226.166 41.0118 226.026 40.9991L224.302 41.0582L224.902 39.3526C225.566 38.0229 226.009 37.764 226.646 35.9137C227.344 33.8886 228.371 31.9914 228.569 31.0457C228.767 30.0999 229.254 30.1825 229.647 28.8831C230.039 27.5838 230.396 26.843 230.974 25.7982C231.551 24.7533 233 21.4161 233.301 20.1144C233.602 18.8127 234.463 17.5305 234.868 16.7149C234.994 16.4608 235.106 16.2662 235.201 16.1203C235.241 16.0585 235.282 16.0388 235.311 16.05C235.311 16.0501 235.311 16.0501 235.311 16.0501C235.347 16.0641 235.364 16.126 235.334 16.2142C235.192 16.6423 235.005 17.2919 234.846 18.0833C234.548 19.5589 234.222 19.6051 233.617 21.5185C233.013 23.4319 232.824 24.6496 231.806 26.7807C230.787 28.9119 231.264 29.6791 229.672 32.627C228.079 35.5749 228.656 36.1762 227.544 39.2991C227.433 39.6097 227.315 39.9265 227.19 40.247L226.026 38.5421C229.139 38.5357 232.71 38.871 234.508 38.8398C236.506 38.8052 239.189 38.7171 242.021 38.8169C242.81 38.8448 243.652 38.8452 244.522 38.8353L243.63 40.1382C242.792 38.0488 241.818 35.8025 241.122 33.6545C240.157 30.6761 238.767 26.475 238.169 24.5172C237.571 22.5594 237.423 22.0833 236.626 20.2846C236.168 19.2508 235.651 17.7821 235.357 16.4864C235.209 15.8343 235.39 15.9246 235.692 16.5217C236.133 17.3948 236.363 18.1629 236.704 18.5689C237.384 19.3801 237.66 19.73 237.933 20.9815C238.206 22.2329 238.842 22.6257 239.06 23.3322C239.279 24.0386 239.027 24.1235 240.575 27.5461C242.123 30.9687 242.916 32.8667 243.476 34.1731C243.951 35.2824 244.641 37.5037 245.399 39.4515L245.927 40.685L244.522 40.7331C244.151 40.7335 243.787 40.7389 243.437 40.7514C241.122 40.8347 236.416 40.7584 234.519 40.8947C232.622 41.031 232.618 40.7335 231.085 40.5673ZM262.142 11.7735C261.976 13.8924 262.711 15.5605 262.607 18.1431C262.503 20.7258 262.113 21.1126 262.201 24.0704C262.289 27.028 262.022 29.9873 262.182 31.3043C262.342 32.6211 261.858 32.7601 261.966 34.6302C262.073 36.5003 262.01 37.6336 261.853 39.2691C261.695 40.9047 261.561 45.9294 261.754 47.7566C261.948 49.5837 261.612 51.6677 261.533 52.921C261.508 53.3113 261.474 53.6186 261.439 53.8541C261.424 53.9539 261.392 54 261.361 54C261.361 54 261.361 54 261.361 54C261.323 54 261.285 53.9285 261.28 53.8003C261.257 53.1778 261.194 52.2475 261.055 51.1485C260.795 49.0993 261.082 48.8754 260.948 46.1082C260.815 43.3411 260.547 41.6786 260.72 38.4228C260.893 35.167 260.17 34.4192 260.58 29.8233C260.99 25.2275 260.233 24.7438 260.133 20.1639C260.071 17.3401 260.206 14.0596 260.31 11.312L260.338 10.2282L261.367 10.255C263.076 10.3199 264.578 10.3731 265.637 10.3598C265.971 10.3556 266.319 10.3507 266.679 10.3453L267.67 10.3712L267.646 11.312C267.684 13.9308 267.742 17.2122 267.654 20.6527C267.554 24.5665 267.806 29.398 267.628 33.7182C267.45 38.0384 267.225 44.1462 267.074 46.9679C266.924 49.7896 266.89 50.4773 266.982 53.1933C266.99 53.4478 266.996 53.7181 266.999 54L266.991 54.3284L266.679 54.3203C265.232 54.3356 263.478 54.2741 261.957 54.1111C261.043 54.0131 261.25 53.8767 262.17 53.8114C263.516 53.716 264.621 53.7798 265.314 53.6093C265.851 53.4773 266.268 53.3768 266.679 53.3148L265.994 54C265.896 53.3494 265.894 52.7133 266.015 51.6416C266.213 49.8927 265.763 49.0686 265.815 48.049C265.867 47.0294 266.132 47.0462 265.928 41.8621C265.723 36.678 265.67 33.836 265.621 31.8728C265.572 29.9096 265.803 25.8103 265.72 22.6108C265.646 19.7729 265.697 14.3347 265.615 11.312L266.679 12.3761C266.294 12.3866 265.948 12.3993 265.652 12.4147C263.235 12.5403 263.041 12.2975 261.367 12.1285L262.184 11.312C262.169 11.4544 262.155 11.6074 262.142 11.7735ZM293.838 11.7087C292.561 11.4749 291.333 11.4259 290.12 11.4828C287.081 11.6721 284.126 12.4715 280.977 14.5061C277.531 17.1732 276.616 18.5158 276.288 22.512C276.283 23.2395 276.34 24.0452 276.556 24.9273C278.027 31.1725 285.791 32.653 288.341 33.3462C289.077 33.5015 289.642 33.6493 290.138 33.8031C291.576 34.2891 292.467 34.6746 295.477 35.6954C298.946 36.8501 301.515 39.3302 301.283 42.672C301.267 43.13 301.205 43.5972 301.091 44.0695C300.831 45.2912 299.856 47.3672 297.793 48.6238C295.771 49.9152 293.085 50.3321 290.695 50.3236C288.075 50.3376 285.749 49.7393 284.356 49.2793C281.445 48.3693 278.727 46.2152 277.052 44.1346L277.471 44.1198C276.819 44.8861 276.224 45.583 275.732 46.1801C275.176 46.8543 274.728 47.376 274.376 47.7703C274.228 47.9373 274.139 47.9995 274.115 47.9805C274.115 47.9805 274.115 47.9805 274.115 47.9805C274.085 47.9568 274.153 47.8074 274.325 47.5779C275.013 46.6618 275.967 45.3619 277.062 43.8016L277.246 43.5701L277.438 43.7883C277.723 44.0757 278.029 44.3624 278.354 44.6439C281.916 47.2813 282.181 48.2304 288.117 49.4243C289.02 49.5379 289.877 49.57 290.695 49.5459C294.894 49.3483 299.583 48.1577 300.084 42.672C300.088 42.4918 300.086 42.3224 300.076 42.1415C299.902 39.4423 298 38.2871 296.304 37.5194C294.526 36.7479 292.565 36.2882 289.687 35.4888C288.286 35.1093 286.639 34.664 284.703 33.9457C277.386 31.1849 274.799 28.074 274.393 22.512C274.323 20.7068 274.609 18.4239 276.094 16.044C278.935 11.4294 285.005 9.37613 290.12 9.53328C296.184 9.5101 301.53 12.0111 304.174 14.2942C304.789 14.7899 305.398 15.3443 305.989 15.9585L306.576 16.5921L306.035 17.2368C305.04 18.467 303.978 19.7815 302.86 21.1613L302.109 22.0563L301.348 21.2C298.72 18.261 294.387 16.401 289.736 16.4033C289.098 16.3977 288.459 16.4368 287.831 16.5288C284.938 16.8621 281.824 18.9831 281.936 22.192C281.879 26.0443 287.547 27.0626 291.599 28.2586C293.355 28.7346 295.119 29.2282 296.821 29.8538C299.156 30.7246 301.816 31.903 303.909 34.0641C306.047 36.2015 307.006 39.3839 306.906 42.224C306.978 48.0199 302.663 52.197 299.75 53.3142C295.6 55.0352 293.381 54.9165 290.504 55.0213C289.206 55.0215 287.748 54.9753 285.873 54.6811C282.372 54.2098 277.689 52.118 274.951 49.0201C273.602 47.4605 274.005 47.755 275.502 49.1327C277.745 51.1001 279.945 52.2566 281.414 52.6811C284.377 53.4359 285.607 53.6405 289.4 54.0825C289.788 54.1179 290.151 54.1376 290.504 54.1456C293.616 54.187 295.209 53.5131 297.073 53.0163C298.105 52.7018 298.657 52.6232 300.106 51.8698C301.36 51.0739 304.467 49.5585 305.363 44.0516C305.443 43.4306 305.473 42.8191 305.462 42.224C305.477 37.1521 302.236 34.3909 299.497 33.0641C296.69 31.6832 294.255 31.1151 292.28 30.5801C291.908 30.4838 291.5 30.377 291.062 30.2608C289.438 29.8093 287.362 29.297 285.094 28.3543C282.966 27.532 279.857 25.4417 280.019 22.192C279.977 19.8331 281.338 17.5652 283.073 16.3599C284.686 15.1577 287.125 14.4021 289.736 14.4104C294.329 14.2898 299.785 16.3075 302.847 19.8374L301.293 19.8772C302.467 18.4336 303.548 17.0955 304.465 15.9495L304.516 17.3565C303.946 16.7712 303.393 16.2902 302.899 15.9065C298.347 12.8653 298.25 12.8238 293.838 11.7087Z' fill='%23171717'/%3E%3C/svg%3E%0A");
  }
  .home_index_page .main .cta-section.march2026 .cta-content h1.title span {
    font-size: 60px;
  }
}
@media (max-width: 479px) {
  .home_index_page .main .cta-section.march2026 .cta-content h1.title {
    font-size: 64px;
    margin-bottom: 20px;
  }
  .home_index_page .main .cta-section.march2026 .cta-content h1.title.lv .title-svg {
    width: 356px;
    height: 129px;
    background-image: url("data:image/svg+xml,%3Csvg width='356' height='129' viewBox='0 0 356 129' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.312 113H3.96V68.978H15.312V113ZM64.1515 113H53.1955L34.5835 87.524V113H23.2315V68.978H34.9135L52.7335 93.2V68.978H64.1515V113ZM93.273 113H81.921V78.878H69.579V68.978H105.549V78.878H93.273V113ZM143.226 113H110.952V68.978H143.226V78.878H122.304V85.742H142.764V95.642H122.304V103.1H143.226V113ZM187.371 113H174.369L166.977 98.216H161.169V113H149.817V68.978H171.861C181.629 68.978 187.173 75.446 187.173 83.63C187.173 91.286 182.487 95.378 178.395 96.83L187.371 113ZM170.145 88.316C173.115 88.316 175.623 86.666 175.623 83.564C175.623 80.594 173.115 78.878 170.145 78.878H161.169V88.316H170.145ZM234.372 113H223.416L204.804 87.524V113H193.452V68.978H205.134L222.954 93.2V68.978H234.372V113ZM274.582 113H242.308V68.978H274.582V78.878H253.66V85.742H274.12V95.642H253.66V103.1H274.582V113ZM302.359 113H291.007V78.878H278.665V68.978H314.635V78.878H302.359V113ZM335.891 113.792C326.981 113.792 320.777 111.02 316.355 106.796L322.361 98.282C325.529 101.45 330.413 104.09 336.419 104.09C340.313 104.09 342.689 102.572 342.689 100.46C342.689 94.454 317.74 99.272 317.74 82.31C317.74 74.918 324.011 68.318 335.297 68.318C342.359 68.318 348.497 70.43 353.183 74.456L346.979 82.574C343.283 79.538 338.465 78.02 334.109 78.02C330.809 78.02 329.357 79.34 329.357 81.188C329.357 86.798 354.239 82.706 354.239 99.074C354.239 107.918 347.705 113.792 335.891 113.792Z' fill='white'/%3E%3Cpath d='M10.6205 68.0477C12.2599 68.1815 13.6653 67.829 15.312 67.6199L16.6324 67.5841L16.6701 68.978C16.7728 69.7866 16.8409 70.6534 16.7999 71.6346C16.6753 74.614 16.2076 75.0602 16.3128 78.4724C16.418 81.8844 16.0982 85.2983 16.2903 86.8176C16.4825 88.3368 15.9014 88.4972 16.0305 90.6546C16.1595 92.8119 16.0837 94.1194 15.8948 96.0061C15.7059 97.893 15.5447 103.69 15.7767 105.797C16.0087 107.905 15.6061 110.309 15.5106 111.755C15.4809 112.206 15.4402 112.56 15.3978 112.832C15.3799 112.947 15.3423 113 15.3052 113C15.3052 113 15.3052 113 15.3052 113C15.259 113 15.2136 112.918 15.2078 112.77C15.1795 112.051 15.1048 110.978 14.9373 109.71C14.6251 107.346 14.9701 107.088 14.8097 103.896C14.6493 100.704 14.3286 98.7858 14.536 95.0297C14.7433 91.2738 13.8755 90.4111 14.3673 85.1091C14.8591 79.8073 13.9515 79.2493 13.8308 73.9658C13.7947 72.3839 13.8143 70.6777 13.8583 68.978L15.312 70.4317C11.3349 70.3286 7.39338 70.0915 5.16205 70.1206C4.77685 70.1256 4.37566 70.1316 3.96 70.138L5.11999 68.978C5.16642 71.9991 5.23538 75.7846 5.13008 79.7536C5.01031 84.2687 5.31266 89.8424 5.09896 94.8264C4.88525 99.8102 4.61533 106.856 4.43447 110.112C4.3663 111.338 4.31803 112.215 4.29026 113L3.96 112.67C5.25707 112.716 6.30093 112.706 8.25329 112.637C10.0543 112.573 12.5353 112.633 14.631 112.867C15.6857 112.984 15.4467 113.148 14.3851 113.226C12.8328 113.341 11.5585 113.264 10.7586 113.469C9.16029 113.878 8.48099 114.035 6.46326 113.797C5.39288 113.67 4.62278 113.763 3.96 113.869L3.11502 113.892L3.09085 113C2.99723 112.413 2.89352 111.911 2.92275 111.359C2.98502 110.183 3.30401 110.202 3.05825 104.221C2.81247 98.2408 2.74976 94.9623 2.69075 92.6975C2.63175 90.4327 2.9086 85.7036 2.80867 82.0126C2.72004 78.7387 2.78208 72.465 2.68307 68.978L2.64944 67.7366L3.96 67.7011C4.40427 67.6884 4.80331 67.6732 5.14515 67.6547C8.16993 67.4912 8.17614 67.8482 10.6205 68.0477ZM36.8883 70.0924C39.9292 74.5624 43.1597 77.4657 46.9616 82.8438C50.1143 87.3035 50.7955 88.8018 53.5329 92.6119L51.741 93.2C51.7519 92.234 51.7506 91.1374 51.7327 89.8497C51.6275 82.3086 51.9473 74.7632 51.7552 71.4054C51.6971 70.39 51.7097 69.6492 51.752 68.978L51.7401 68.0086L52.7335 67.9965C54.2818 68.094 55.4601 68.3496 58.7864 68.2595C60.8388 68.204 62.5432 68.1864 64.1515 68.1995L64.9204 68.19L64.93 68.978C64.9128 71.1059 64.8418 73.0657 64.7343 75.4406C64.5454 79.6109 64.3841 92.4225 64.6162 97.0811C64.8482 101.74 64.4456 107.053 64.3501 110.249C64.3204 111.244 64.2797 112.027 64.2373 112.628C64.2194 112.882 64.1818 113 64.1447 113C64.1447 113 64.1447 113 64.1447 113C64.0985 113 64.0531 112.818 64.0473 112.491C64.0189 110.904 63.9442 108.532 63.7768 105.729C63.4646 100.505 63.8096 99.9337 63.6492 92.8783C63.4888 85.8231 63.1681 81.5842 63.3754 73.2828C63.4165 71.6391 63.4154 70.2461 63.3911 68.978L64.1515 69.7384C60.3522 69.8114 57.674 70.093 52.7335 70.0751L53.8306 68.978C53.8243 70.7165 53.7808 72.7352 53.6782 75.1814C53.2986 84.226 53.7527 87.0242 54.0352 93.2L54.0119 97.1733L51.685 93.9714C50.536 92.5505 49.2243 90.883 47.6234 88.7535C43.1118 82.752 38.0568 75.5784 33.9045 69.7203L34.9135 70.2306C30.9263 70.1601 27.4309 70.1058 24.9174 70.1206C24.3698 70.1238 23.8075 70.1275 23.2315 70.1313L24.3848 68.978C24.4307 75.8056 24.512 84.562 24.4016 93.7647C24.3313 99.6167 24.4063 106.273 24.4372 113L23.2315 111.794C27.0375 111.777 30.8658 111.773 34.5835 111.818L33.4019 113C33.413 112.084 33.4271 111.175 33.4445 110.274C33.5776 103.417 33.7324 94.7931 33.874 87.524L33.8866 85.346L35.1564 87.1054C37.6872 90.715 39.9281 93.9196 41.475 96.1528C45.573 102.069 46.5745 103.509 50.7488 109.035C51.5909 110.15 52.53 111.423 53.5043 112.774L53.1955 112.618C56.2754 112.637 59.6403 112.715 62.6464 112.867C64.9774 112.984 64.4492 113.148 62.103 113.226C58.672 113.341 55.8555 113.264 54.0877 113.469C53.7756 113.505 53.4793 113.539 53.1955 113.571L52.9124 113.575L52.7342 113.337C50.7391 111.168 49.7014 109.936 47.4783 106.525C45.0398 102.784 43.3636 101.406 41.8804 99.2703C40.4755 97.2472 40.655 97.0025 33.8831 88.0357L35.4509 87.524C35.4609 88.1504 35.4723 88.8114 35.4852 89.5094C35.7004 101.083 35.7753 108.078 35.8302 113L35.8453 114.231L34.5835 114.247C33.8843 114.255 33.2269 114.262 32.6043 114.269C30.3494 114.296 26.9892 114.254 23.2315 114.21L22.0368 114.224L22.0218 113C22.0762 108.416 22.1351 103.24 22.0802 98.7574C21.9877 91.2063 22.0592 76.4354 21.9407 68.978L21.9251 67.7032L23.2315 67.6872C23.8307 67.6777 24.3828 67.6669 24.8801 67.6547C30.5845 67.5152 31.4314 67.7546 34.9135 67.9518L35.4198 67.9456L35.74 68.3699C36.0675 68.8722 36.4422 69.4366 36.8883 70.0924ZM91.4765 68.0477C95.0077 68.2472 97.7875 67.3655 102.091 67.4901C103.568 67.5329 104.613 67.616 105.549 67.7024L106.8 67.679L106.825 68.978C106.659 70.7706 106.481 72.1596 106.55 75.3983C106.575 76.5703 106.576 77.7425 106.565 78.878L106.584 79.8749L105.549 79.8944C101.909 79.8608 98.6462 79.7098 96.9734 79.8563C95.3164 80.0014 94.7785 79.7057 93.2729 79.6077L94.0026 78.878C93.9708 79.3665 93.9598 79.9568 93.9914 80.7203C94.1205 83.8367 94.0446 85.7255 93.8557 88.451C93.6669 91.1767 93.5056 99.5504 93.7376 102.595C93.9697 105.64 93.5671 109.113 93.4716 111.202C93.4418 111.852 93.4011 112.364 93.3588 112.757C93.3408 112.923 93.3033 113 93.2662 113C93.2662 113 93.2661 113 93.2661 113C93.22 113 93.1746 112.881 93.1687 112.667C93.1404 111.63 93.0657 110.079 92.8983 108.248C92.5861 104.833 92.9311 104.46 92.7707 99.8484C92.6102 95.237 92.2895 92.4664 92.4969 87.0406C92.6313 83.5256 92.3144 81.7647 92.2082 78.878L92.2285 77.7937L93.2729 77.8132C94.8422 77.7555 96.7442 77.7601 99.4415 77.9333C102.121 78.1054 103.961 78.1061 105.549 78.0293L104.7 78.878C104.558 75.9451 104.151 73.8757 104.069 68.978L105.549 70.4577C105.519 70.4582 105.489 70.4587 105.459 70.4592C97.8267 70.5799 88.1923 70.0791 83.5914 70.1206C79.7726 70.1551 74.8662 70.2338 69.579 70.191L70.792 68.978C70.7832 70.0608 70.7694 71.1595 70.749 72.2682C70.7109 74.3423 70.7155 76.5711 70.7327 78.878L69.579 77.7243C73.5911 77.6945 77.8394 77.6269 81.921 77.6801L83.1409 77.703L83.1188 78.878C83.1064 79.8294 83.0875 80.7717 83.0599 81.6999C82.8462 88.8995 82.5763 99.0782 82.3954 103.781C82.231 108.056 82.1823 109.391 82.2579 113L81.921 112.663C82.2816 112.656 82.6649 112.647 83.0761 112.637C85.6778 112.573 89.2619 112.633 92.2892 112.867C93.8128 112.984 93.4676 113.148 91.934 113.226C89.6915 113.341 87.8507 113.264 86.6952 113.469C84.8104 113.803 83.8103 113.969 81.921 113.889L81.0492 113.905L81.0322 113C81.0502 112.575 81.0806 112.105 81.1243 111.569C81.3623 108.655 80.8215 107.281 80.8837 105.582C80.946 103.883 81.265 103.911 81.0192 95.2718C80.7797 86.8529 80.714 82.1406 80.6562 78.878L81.921 80.1427C81.8355 80.1442 81.7511 80.1457 81.6676 80.1472C79.0517 80.1944 74.1602 80.0269 69.579 80.0089L68.4696 80.0297L68.448 78.878C68.4525 77.7294 68.4477 76.6003 68.4276 75.5315C68.3951 73.7938 68.3828 71.4711 68.3755 68.978L68.3534 67.7975L69.579 67.7745C74.7357 67.7593 80.6214 67.765 83.567 67.6547C87.9365 67.4912 87.9455 67.8482 91.4765 68.0477ZM129.864 79.8083C127.204 79.7062 124.834 79.8875 122.304 80.072L123.498 78.878C123.651 80.9717 123.806 83.1748 123.804 85.742L122.304 84.242C122.693 84.2423 123.09 84.2461 123.497 84.2541C129.828 84.3787 130.777 84.8464 138.028 84.7412C139.621 84.7181 141.214 84.7155 142.764 84.7235L143.77 84.7106L143.783 85.742C143.763 89.4923 143.682 92.9939 143.68 95.642L143.691 96.5457L142.764 96.5575C141.523 96.5564 140.47 96.5724 139.666 96.6203C136.437 96.8125 136.096 96.2314 131.512 96.3605C127.795 96.4651 125.265 96.435 122.304 96.3193L122.981 95.642C122.954 96.3334 122.923 97.0484 122.887 97.8074C122.831 98.9884 122.778 100.89 122.737 103.1L122.304 102.668C127.598 102.767 134.66 102.799 137.82 102.635C139.579 102.544 141.435 102.551 143.226 102.599L143.721 102.592L143.728 103.1C143.654 105.871 143.483 108.489 143.425 110.355C143.395 111.312 143.354 112.065 143.312 112.642C143.294 112.887 143.257 113 143.219 113C143.219 113 143.219 113 143.219 113C143.173 113 143.128 112.825 143.122 112.51C143.094 110.984 143.019 108.704 142.852 106.009C142.779 104.843 142.742 103.918 142.726 103.1L143.226 103.6C140.521 103.654 138.988 103.479 133.779 103.602C129.421 103.705 126.18 103.875 122.304 103.927L121.466 103.917L121.477 103.1C121.447 100.942 121.454 98.5871 121.528 95.7325C121.529 95.7023 121.53 95.6721 121.53 95.642L121.54 94.8585L122.304 94.8683C130.083 95.0636 132.011 94.2346 142.764 94.6748L141.797 95.642C141.804 95.4669 141.812 95.2895 141.82 95.1097C142.001 90.951 141.992 88.1658 141.902 85.742L142.764 86.6041C138.621 86.7577 135.535 87.147 128.451 87.2232C126.474 87.2444 124.407 87.2464 122.304 87.2355L120.792 87.2162L120.811 85.742C120.822 83.4709 120.849 81.1592 120.883 78.878L120.902 77.4392L122.304 77.4571C129.909 77.5702 137.174 77.7617 141.464 77.7354C142.035 77.7319 142.623 77.7279 143.226 77.7237L142.072 78.878C142.051 75.9088 142.023 72.5654 142.009 68.978L143.226 70.1948C138.907 70.2115 134.234 70.208 129.434 70.1481C123.811 70.0779 117.416 70.1527 110.952 70.1836L112.158 68.978C112.18 73.5436 112.18 78.143 112.091 82.5276C111.896 92.1844 111.655 105.485 111.477 113L110.952 112.476C111.68 112.493 112.353 112.51 112.963 112.526C119.881 112.706 121.567 112.747 128.225 112.637C132.053 112.573 137.325 112.633 141.779 112.867C144.02 112.984 143.512 113.148 141.256 113.226C137.957 113.341 135.249 113.264 133.55 113.469C130.153 113.878 128.709 114.035 124.421 113.797C120.134 113.559 118.113 114.099 115.614 114.037C114.183 114.002 113.585 113.882 110.952 113.832L110.131 113.843L110.12 113C110.157 111.033 110.156 107.929 110.05 102.493C109.805 89.7839 109.742 82.8165 109.683 78.0034C109.656 75.8326 109.698 72.5965 109.743 68.978L109.727 67.7841L110.952 67.7685C115.357 67.8228 120.328 67.8815 124.634 67.8267C129.231 67.7681 136.61 67.7753 143.226 67.7584L144.43 67.7431L144.446 68.978C144.455 72.7433 144.473 76.2613 144.515 78.878L144.531 80.1499L143.226 80.1665C142.595 80.1766 142.017 80.1881 141.5 80.2013C135.071 80.3648 135.058 80.0078 129.864 79.8083ZM148.887 69.8232C148.901 69.5376 148.91 69.2561 148.914 68.978L148.899 68.089L149.817 68.0743C153.554 68.1298 156.69 67.3741 161.368 67.4901C166.074 67.6068 167.034 68.0242 171.861 67.9906C172.211 67.9883 172.568 67.9915 172.954 68.0035C179.213 67.9303 184.322 72.5158 185.688 74.808C187.212 77.1067 186.956 77.6086 187.742 81.2903C187.88 82.1277 187.939 82.9009 187.949 83.63C187.956 86.1508 187.519 88.1738 186.299 90.4545C185.45 92.2587 182.421 95.9157 178.513 97.1611L178.703 96.6595C179.937 98.9012 181.118 100.966 181.88 102.151C183.809 105.147 185.426 108.889 186.526 111.068C186.869 111.746 187.123 112.289 187.309 112.71C187.387 112.889 187.398 112.985 187.366 113.003C187.365 113.003 187.365 113.003 187.365 113.003C187.325 113.026 187.218 112.926 187.092 112.711C186.479 111.665 185.535 110.119 184.35 108.33C182.142 104.994 182.232 104.446 179.478 99.8153C178.904 98.8499 178.369 97.9695 177.856 97.1296L177.507 96.4779L178.189 96.2482C181.397 94.8109 183.876 92.8038 185.656 88.4296C186.339 86.5685 186.408 85.0358 186.339 83.63C186.008 80.8581 185.891 78.0947 182.389 73.7796C178.26 69.7362 175.255 70.0841 171.861 70.1784C170.134 70.3046 168.115 70.4211 165.301 70.4592C160.392 70.5257 154.773 70.4036 149.817 70.2874L151.127 68.978C151.032 73.0188 150.941 76.6181 150.96 79.0315C151.002 84.4045 151.107 91.6209 150.988 99.2378C150.921 103.438 150.984 108.18 151.017 113L149.817 111.8C153.63 111.774 157.491 111.766 161.169 111.853L160.023 113C160.025 112.895 160.028 112.791 160.03 112.687C160.141 108.338 160.267 103.059 160.387 98.216L160.4 97.4213L161.169 97.4336C163.218 97.4846 165.188 97.5346 166.977 97.5823L167.379 97.5887L167.544 97.9326C168.459 99.8909 169.259 101.611 169.865 102.93C171.992 107.559 172.63 108.941 174.675 112.847L174.369 112.658C174.715 112.652 175.079 112.645 175.463 112.637C178.502 112.573 182.687 112.633 186.223 112.867C188.002 112.984 187.599 113.148 185.808 113.226C183.189 113.341 181.039 113.264 179.69 113.469C177.575 113.79 176.414 113.955 174.369 113.897L173.83 113.906L173.567 113.401C173.33 112.891 173.078 112.313 172.796 111.634C171.486 108.483 170.285 107.29 169.454 105.488C168.767 104 168.852 103.663 166.244 98.5828L166.977 99.0362C165.767 99.0491 164.313 99.0748 162.548 99.1178C162.079 99.1292 161.619 99.1402 161.169 99.1509L162.104 98.216C162.265 104.988 162.34 109.59 162.39 113L162.41 114.201L161.169 114.221C159.936 114.239 158.859 114.254 157.891 114.269C155.988 114.299 153.053 114.245 149.817 114.195L148.641 114.214L148.622 113C148.671 109.74 148.716 106.174 148.666 103.049C148.566 96.8219 148.658 84.163 148.494 79.0601C148.331 73.9573 148.688 73.9468 148.887 69.8232ZM161.941 79.8083C161.672 79.7527 161.42 79.7812 161.169 79.8485L162.14 78.878C162.314 79.5245 162.747 80.1546 162.657 81.0006C162.533 82.174 162.065 82.3498 162.17 83.6936C162.275 85.0374 161.956 86.382 162.148 86.9803C162.326 87.5346 161.84 87.6296 161.87 88.316L161.169 87.6151C161.224 87.6127 161.282 87.607 161.345 87.5975C162.195 87.4685 162.709 87.5443 163.453 87.7332C164.196 87.9221 166.479 88.0833 167.309 87.8513C168.139 87.6193 169.086 88.0219 169.655 88.1174C169.833 88.1471 169.972 88.1878 170.079 88.2302C170.124 88.2481 170.145 88.2857 170.145 88.3228C170.145 88.3228 170.145 88.3228 170.145 88.3228C170.145 88.369 170.113 88.4144 170.055 88.4202C169.772 88.4485 169.349 88.5232 168.85 88.6907C167.919 89.0029 167.817 88.6579 166.56 88.8183C165.303 88.9787 164.547 89.2994 163.068 89.092C162.249 88.9773 161.78 89.1919 161.169 89.323L160.098 89.2493L160.162 88.316C160.057 87.8237 160.005 87.2399 160.225 86.3074C160.717 84.2194 159.809 83.9996 159.688 81.9188C159.633 80.9586 159.709 79.8822 159.804 78.878L159.904 77.4253L161.169 77.5124C162.341 77.6228 163.415 77.7577 164.091 77.7354C165.345 77.6939 167.03 77.5881 168.808 77.7079C169.233 77.7365 169.682 77.7411 170.145 77.7343C171.807 77.6929 173.902 78.134 175.156 79.6156C176.047 80.6015 176.56 82.2391 176.395 83.564C176.3 84.7275 175.815 85.7228 175.387 86.2375C174.426 87.2999 174.121 87.4316 173 88.1197C172.336 88.4924 171.265 88.6613 170.418 88.4447C169.993 88.3345 170.1 88.1736 170.5 88.0815C171.082 87.9409 171.57 87.9196 171.807 87.6486C172.266 87.0955 172.371 86.9041 173.069 86.7821C173.786 86.6101 173.635 85.9638 173.886 85.7538C174.016 85.6344 174.148 85.6213 174.334 85.4054C174.503 85.1911 174.788 84.7462 174.718 83.7508C174.713 83.6883 174.706 83.626 174.699 83.564C174.412 81.7425 173.51 81.2827 172.991 80.9396C172.513 80.6334 171.35 79.9551 170.145 80.0099C169.993 80.0131 169.843 80.0193 169.698 80.0293C168.244 80.1292 165.289 80.0377 164.097 80.2013C162.906 80.3648 162.903 80.0078 161.941 79.8083ZM207.109 70.0924C210.15 74.5624 213.38 77.4657 217.182 82.8438C220.335 87.3035 221.016 88.8018 223.754 92.6119L221.962 93.2C221.973 92.234 221.971 91.1374 221.953 89.8497C221.848 82.3086 222.168 74.7632 221.976 71.4054C221.918 70.39 221.93 69.6492 221.973 68.978L221.961 68.0086L222.954 67.9965C224.502 68.094 225.681 68.3496 229.007 68.2595C231.059 68.204 232.764 68.1864 234.372 68.1995L235.141 68.19L235.151 68.978C235.133 71.1059 235.063 73.0657 234.955 75.4406C234.766 79.6109 234.605 92.4225 234.837 97.0811C235.069 101.74 234.666 107.053 234.571 110.249C234.541 111.244 234.5 112.027 234.458 112.628C234.44 112.882 234.402 113 234.365 113C234.365 113 234.365 113 234.365 113C234.319 113 234.274 112.818 234.268 112.491C234.24 110.904 234.165 108.532 233.998 105.729C233.685 100.505 234.03 99.9337 233.87 92.8783C233.709 85.8231 233.389 81.5842 233.596 73.2828C233.637 71.6391 233.636 70.2461 233.612 68.978L234.372 69.7384C230.573 69.8114 227.895 70.093 222.954 70.0751L224.051 68.978C224.045 70.7165 224.002 72.7352 223.899 75.1814C223.519 84.226 223.973 87.0242 224.256 93.2L224.233 97.1733L221.906 93.9714C220.757 92.5505 219.445 90.883 217.844 88.7535C213.332 82.752 208.277 75.5784 204.125 69.7203L205.134 70.2306C201.147 70.1601 197.652 70.1058 195.138 70.1206C194.59 70.1238 194.028 70.1275 193.452 70.1313L194.606 68.978C194.651 75.8056 194.733 84.562 194.622 93.7647C194.552 99.6167 194.627 106.273 194.658 113L193.452 111.794C197.258 111.777 201.087 111.773 204.804 111.818L203.623 113C203.634 112.084 203.648 111.175 203.665 110.274C203.798 103.417 203.953 94.7931 204.095 87.524L204.107 85.346L205.377 87.1054C207.908 90.715 210.149 93.9196 211.696 96.1528C215.794 102.069 216.795 103.509 220.969 109.035C221.812 110.15 222.751 111.423 223.725 112.774L223.416 112.618C226.496 112.637 229.861 112.715 232.867 112.867C235.198 112.984 234.67 113.148 232.324 113.226C228.893 113.341 226.076 113.264 224.308 113.469C223.996 113.505 223.7 113.539 223.416 113.571L223.133 113.575L222.955 113.337C220.96 111.168 219.922 109.936 217.699 106.525C215.261 102.784 213.584 101.406 212.101 99.2703C210.696 97.2472 210.876 97.0025 204.104 88.0357L205.672 87.524C205.682 88.1504 205.693 88.8114 205.706 89.5094C205.921 101.083 205.996 108.078 206.051 113L206.066 114.231L204.804 114.247C204.105 114.255 203.448 114.262 202.825 114.269C200.57 114.296 197.21 114.254 193.452 114.21L192.258 114.224L192.243 113C192.297 108.416 192.356 103.24 192.301 98.7574C192.208 91.2063 192.28 76.4354 192.161 68.978L192.146 67.7032L193.452 67.6872C194.051 67.6777 194.603 67.6669 195.101 67.6547C200.805 67.5152 201.652 67.7546 205.134 67.9518L205.641 67.9456L205.961 68.3699C206.288 68.8722 206.663 69.4366 207.109 70.0924ZM261.219 79.8083C258.559 79.7062 256.189 79.8875 253.66 80.072L254.854 78.878C255.006 80.9717 255.161 83.1748 255.16 85.742L253.66 84.242C254.048 84.2423 254.446 84.2461 254.852 84.2541C261.184 84.3787 262.132 84.8464 269.383 84.7412C270.976 84.7181 272.569 84.7155 274.12 84.7235L275.125 84.7106L275.138 85.742C275.119 89.4923 275.038 92.9939 275.035 95.642L275.047 96.5457L274.12 96.5575C272.879 96.5564 271.825 96.5724 271.021 96.6203C267.793 96.8125 267.452 96.2314 262.867 96.3605C259.15 96.4651 256.621 96.435 253.66 96.3193L254.337 95.642C254.31 96.3334 254.278 97.0484 254.242 97.8074C254.187 98.9884 254.134 100.89 254.092 103.1L253.66 102.668C258.953 102.767 266.015 102.799 269.175 102.635C270.934 102.544 272.79 102.551 274.582 102.599L275.077 102.592L275.083 103.1C275.01 105.871 274.838 108.489 274.78 110.355C274.751 111.312 274.71 112.065 274.667 112.642C274.65 112.887 274.612 113 274.575 113C274.575 113 274.575 113 274.575 113C274.529 113 274.483 112.825 274.477 112.51C274.449 110.984 274.374 108.704 274.207 106.009C274.135 104.843 274.097 103.918 274.081 103.1L274.582 103.6C271.876 103.654 270.343 103.479 265.134 103.602C260.776 103.705 257.536 103.875 253.66 103.927L252.822 103.917L252.832 103.1C252.803 100.942 252.809 98.5871 252.884 95.7325C252.884 95.7023 252.885 95.6721 252.886 95.642L252.896 94.8585L253.66 94.8683C261.439 95.0636 263.366 94.2346 274.12 94.6748L273.152 95.642C273.16 95.4669 273.167 95.2895 273.175 95.1097C273.357 90.951 273.347 88.1658 273.258 85.742L274.12 86.6041C269.977 86.7577 266.89 87.147 259.806 87.2232C257.83 87.2444 255.762 87.2464 253.66 87.2355L252.147 87.2162L252.166 85.742C252.178 83.4709 252.205 81.1592 252.239 78.878L252.257 77.4392L253.66 77.4571C261.264 77.5702 268.529 77.7617 272.819 77.7354C273.39 77.7319 273.978 77.7279 274.582 77.7237L273.427 78.878C273.406 75.9088 273.379 72.5654 273.365 68.978L274.582 70.1948C270.262 70.2115 265.589 70.208 260.79 70.1481C255.167 70.0779 248.771 70.1527 242.308 70.1836L243.513 68.978C243.535 73.5436 243.535 78.143 243.447 82.5276C243.252 92.1844 243.01 105.485 242.832 113L242.308 112.476C243.035 112.493 243.708 112.51 244.319 112.526C251.236 112.706 252.922 112.747 259.581 112.637C263.408 112.573 268.681 112.633 273.134 112.867C275.376 112.984 274.868 113.148 272.612 113.226C269.313 113.341 266.605 113.264 264.905 113.469C261.508 113.878 260.065 114.035 255.777 113.797C251.489 113.559 249.469 114.099 246.969 114.037C245.539 114.002 244.94 113.882 242.308 113.832L241.486 113.843L241.476 113C241.513 111.033 241.511 107.929 241.406 102.493C241.16 89.7839 241.097 82.8165 241.038 78.0034C241.012 75.8326 241.054 72.5965 241.098 68.978L241.083 67.7841L242.308 67.7685C246.712 67.8228 251.683 67.8815 255.989 67.8267C260.586 67.7681 267.966 67.7753 274.582 67.7584L275.786 67.7431L275.801 68.978C275.811 72.7433 275.828 76.2613 275.87 78.878L275.886 80.1499L274.582 80.1665C273.951 80.1766 273.372 80.1881 272.855 80.2013C266.427 80.3648 266.414 80.0078 261.219 79.8083ZM300.562 68.0477C304.094 68.2472 306.873 67.3655 311.177 67.4901C312.654 67.5329 313.699 67.616 314.635 67.7024L315.886 67.679L315.91 68.978C315.745 70.7706 315.567 72.1596 315.636 75.3983C315.661 76.5703 315.662 77.7425 315.651 78.878L315.67 79.8749L314.635 79.8944C310.995 79.8608 307.732 79.7098 306.059 79.8563C304.402 80.0014 303.864 79.7057 302.359 79.6077L303.089 78.878C303.057 79.3665 303.046 79.9568 303.077 80.7203C303.206 83.8367 303.131 85.7255 302.942 88.451C302.753 91.1767 302.592 99.5504 302.824 102.595C303.056 105.64 302.653 109.113 302.558 111.202C302.528 111.852 302.487 112.364 302.445 112.757C302.427 112.923 302.389 113 302.352 113C302.352 113 302.352 113 302.352 113C302.306 113 302.26 112.881 302.255 112.667C302.226 111.63 302.152 110.079 301.984 108.248C301.672 104.833 302.017 104.46 301.857 99.8484C301.696 95.237 301.375 92.4664 301.583 87.0406C301.717 83.5256 301.4 81.7647 301.294 78.878L301.314 77.7937L302.359 77.8132C303.928 77.7555 305.83 77.7601 308.527 77.9333C311.207 78.1054 313.047 78.1061 314.635 78.0293L313.786 78.878C313.644 75.9451 313.237 73.8757 313.155 68.978L314.635 70.4577C314.605 70.4582 314.575 70.4587 314.545 70.4592C306.913 70.5799 297.278 70.0791 292.677 70.1206C288.858 70.1551 283.952 70.2338 278.665 70.191L279.878 68.978C279.869 70.0608 279.855 71.1595 279.835 72.2682C279.797 74.3423 279.801 76.5711 279.819 78.878L278.665 77.7243C282.677 77.6945 286.925 77.6269 291.007 77.6801L292.227 77.703L292.205 78.878C292.192 79.8294 292.173 80.7717 292.146 81.6999C291.932 88.8995 291.662 99.0782 291.481 103.781C291.317 108.056 291.268 109.391 291.344 113L291.007 112.663C291.368 112.656 291.751 112.647 292.162 112.637C294.764 112.573 298.348 112.633 301.375 112.867C302.899 112.984 302.553 113.148 301.02 113.226C298.777 113.341 296.937 113.264 295.781 113.469C293.896 113.803 292.896 113.969 291.007 113.889L290.135 113.905L290.118 113C290.136 112.575 290.167 112.105 290.21 111.569C290.448 108.655 289.907 107.281 289.97 105.582C290.032 103.883 290.351 103.911 290.105 95.2718C289.866 86.8529 289.8 82.1406 289.742 78.878L291.007 80.1427C290.921 80.1442 290.837 80.1457 290.754 80.1472C288.138 80.1944 283.246 80.0269 278.665 80.0089L277.556 80.0297L277.534 78.878C277.538 77.7294 277.534 76.6003 277.514 75.5315C277.481 73.7938 277.469 71.4711 277.461 68.978L277.439 67.7975L278.665 67.7745C283.822 67.7593 289.707 67.765 292.653 67.6547C297.022 67.4912 297.031 67.8482 300.562 68.0477ZM346.72 69.4763C349.367 70.6727 351.689 71.8021 353.999 73.5051L354.895 74.2537L354.179 75.2172C353.044 76.9544 351.809 78.7923 350.181 80.8337C349.362 81.8613 348.677 82.6858 348.065 83.4041L347.231 84.5258L346.111 83.6304C343.745 81.642 342.385 80.2853 337.315 79.2991C336.246 79.1332 335.167 79.0439 334.108 79.0424C332.004 78.9991 330.229 79.7312 330.314 81.188C330.186 81.8149 331.477 82.5281 332.514 82.8623C333.587 83.2279 334.565 83.436 335.33 83.5681C338.337 84.0784 338.568 84.5871 342.866 85.6567C347.107 86.8621 349.855 88.1634 352.328 91.3739C353.367 92.6999 354.748 95.6823 354.625 99.074C354.789 103.779 351.883 108.443 349.882 110.032C346.583 113.19 341.298 113.817 338.428 113.896C337.509 113.936 336.787 113.913 336.236 113.876C336 113.86 335.89 113.822 335.891 113.785C335.891 113.785 335.891 113.785 335.891 113.785C335.891 113.739 336.06 113.694 336.36 113.685C337.804 113.634 339.99 113.455 342.415 112.707C344.659 111.987 345.831 111.453 347.15 110.761C348.413 110.027 350.023 109.164 351.698 106.528C353.207 103.988 353.53 101.526 353.473 99.074C353.366 96.3547 352.735 93.4932 349.996 90.8836C344.17 86.333 341.895 87.912 331.439 84.45C330.206 83.9105 328.515 82.9873 328.535 81.188C328.49 79.4962 329.818 78.1595 330.935 77.7456C332.081 77.264 333.122 77.1634 334.108 77.1072C337.639 77.0775 341.147 76.9764 346.72 80.5187C347.129 80.7995 347.532 81.0999 347.926 81.42L345.792 81.6672C347.767 79.0485 349.913 76.2904 352.044 73.5859L352.249 75.5428C346.942 70.7009 339.601 69.3968 335.562 69.4616C335.474 69.4615 335.385 69.4618 335.297 69.4624C329.424 69.2341 319.786 72.5528 318.953 81.307C318.92 81.6371 318.902 81.9706 318.898 82.31C318.68 86.5656 321.21 90.7419 325.643 92.6126C329.98 94.662 335.04 95.0827 339.901 96.6215C340.638 96.8841 341.356 97.1578 342.145 97.6889C342.895 98.1655 343.793 99.2333 343.734 100.46C343.748 102.355 342.152 103.75 340.766 104.274C339.331 104.857 337.849 104.994 336.418 104.973C330.335 104.937 324.85 101.794 321.973 98.6692L322.808 98.5976C322.174 99.4517 321.599 100.225 321.096 100.897C319.061 103.621 317.82 105.283 316.606 106.974L316.567 106.573C317.961 107.9 319.486 109.154 322.204 110.497C325.414 112.13 330.289 113.321 334.514 113.636C336.64 113.789 336.168 113.969 334.002 113.976C330.829 113.951 328.275 113.338 326.642 113.091C323.397 112.521 321.847 112.157 318.479 109.591C317.417 108.735 316.568 107.999 315.827 107.348L315.353 106.907L315.731 106.356C316.822 104.667 317.44 103.384 318.405 102.09C319.314 100.87 319.74 100.517 321.692 97.8106L322.235 97.0186L322.939 97.7037C324.206 98.957 326.29 100.856 330.282 102.175C332.455 102.866 334.532 103.098 336.418 103.063C339.269 103.09 341.739 101.779 341.532 100.46C341.655 99.7969 340.022 99.0675 338.767 98.7407C337.449 98.3727 336.215 98.1374 335.103 97.9128C331.136 97.0245 319.1 95.1982 317.02 86.0387C316.733 84.9383 316.566 83.7073 316.558 82.31C316.364 77.9755 319.199 72.6305 323.543 70.1142C327.809 67.4619 332.507 67.0699 335.297 67.0009C335.381 66.9989 335.464 66.9971 335.545 66.9956C341.904 67.1431 341.969 67.6411 346.72 69.4763Z' fill='%23171717'/%3E%3Cpath d='M22.92 51.72C19.96 51.72 17.26 51.2 14.82 50.16C12.38 49.12 10.28 47.68 8.52 45.84C6.8 43.96 5.46 41.76 4.5 39.24C3.54 36.72 3.06 33.98 3.06 31.02C3.06 28.06 3.54 25.32 4.5 22.8C5.46 20.28 6.8 18.1 8.52 16.26C10.28 14.38 12.38 12.92 14.82 11.88C17.26 10.84 19.96 10.32 22.92 10.32C25.88 10.32 28.58 10.84 31.02 11.88C33.46 12.92 35.54 14.38 37.26 16.26C39.02 18.1 40.38 20.28 41.34 22.8C42.3 25.32 42.78 28.06 42.78 31.02C42.78 33.98 42.3 36.72 41.34 39.24C40.38 41.76 39.02 43.96 37.26 45.84C35.54 47.68 33.46 49.12 31.02 50.16C28.58 51.2 25.88 51.72 22.92 51.72ZM22.92 47.28C25.16 47.28 27.18 46.88 28.98 46.08C30.78 45.24 32.32 44.1 33.6 42.66C34.88 41.18 35.86 39.46 36.54 37.5C37.26 35.5 37.62 33.34 37.62 31.02C37.62 28.7 37.26 26.54 36.54 24.54C35.86 22.54 34.88 20.82 33.6 19.38C32.32 17.94 30.78 16.82 28.98 16.02C27.18 15.18 25.16 14.76 22.92 14.76C20.68 14.76 18.64 15.18 16.8 16.02C15 16.82 13.46 17.94 12.18 19.38C10.9 20.82 9.92 22.54 9.24 24.54C8.56 26.54 8.22 28.7 8.22 31.02C8.22 33.34 8.56 35.5 9.24 37.5C9.92 39.46 10.9 41.18 12.18 42.66C13.46 44.1 15 45.24 16.8 46.08C18.64 46.88 20.68 47.28 22.92 47.28ZM50.5589 51V10.98H66.6389C68.6389 10.98 70.4189 11.3 71.9789 11.94C73.5389 12.58 74.8389 13.46 75.8789 14.58C76.9589 15.66 77.7789 16.94 78.3389 18.42C78.8989 19.86 79.1789 21.4 79.1789 23.04C79.1789 24.68 78.8989 26.24 78.3389 27.72C77.7789 29.16 76.9589 30.44 75.8789 31.56C74.7989 32.64 73.4789 33.5 71.9189 34.14C70.3589 34.78 68.5989 35.1 66.6389 35.1H55.5389V51H50.5589ZM66.0389 30.66C68.4389 30.66 70.3589 29.96 71.7989 28.56C73.2789 27.16 74.0189 25.32 74.0189 23.04C74.0189 20.76 73.2789 18.92 71.7989 17.52C70.3589 16.12 68.4389 15.42 66.0389 15.42H55.5389V30.66H66.0389ZM95.6738 51V15.42H83.0138V10.98H113.374V15.42H100.654V51H95.6738ZM119.993 51V10.98H124.973V51H119.993ZM147.308 51.72C143.788 51.72 140.768 51.14 138.248 49.98C135.728 48.78 133.628 47.24 131.948 45.36L134.888 41.58C135.528 42.3 136.288 43.02 137.168 43.74C138.048 44.42 139.008 45.02 140.048 45.54C141.128 46.06 142.288 46.48 143.528 46.8C144.768 47.12 146.088 47.28 147.488 47.28C149.288 47.28 150.788 47.06 151.988 46.62C153.188 46.18 154.148 45.64 154.868 45C155.588 44.32 156.108 43.58 156.428 42.78C156.748 41.94 156.908 41.14 156.908 40.38C156.908 39.1 156.568 38.04 155.888 37.2C155.208 36.36 154.308 35.66 153.188 35.1C152.108 34.5 150.848 34.02 149.408 33.66C148.008 33.26 146.548 32.86 145.028 32.46C143.548 32.02 142.088 31.54 140.648 31.02C139.248 30.5 137.988 29.84 136.868 29.04C135.788 28.2 134.908 27.18 134.228 25.98C133.548 24.78 133.208 23.28 133.208 21.48C133.208 19.84 133.548 18.34 134.228 16.98C134.948 15.62 135.908 14.46 137.108 13.5C138.348 12.5 139.808 11.74 141.488 11.22C143.168 10.66 144.988 10.38 146.948 10.38C150.028 10.38 152.748 10.86 155.108 11.82C157.468 12.78 159.488 14.16 161.168 15.96L158.168 19.62C156.648 17.94 154.888 16.72 152.888 15.96C150.888 15.2 148.788 14.82 146.588 14.82C144.188 14.82 142.208 15.4 140.648 16.56C139.128 17.72 138.368 19.26 138.368 21.18C138.368 22.3 138.708 23.22 139.388 23.94C140.068 24.66 140.948 25.28 142.028 25.8C143.148 26.32 144.408 26.78 145.808 27.18C147.248 27.54 148.708 27.94 150.188 28.38C151.708 28.78 153.168 29.26 154.568 29.82C156.008 30.38 157.268 31.1 158.348 31.98C159.468 32.86 160.368 33.94 161.048 35.22C161.728 36.5 162.068 38.08 162.068 39.96C162.068 41.4 161.808 42.84 161.288 44.28C160.768 45.68 159.908 46.94 158.708 48.06C157.548 49.14 156.028 50.02 154.148 50.7C152.268 51.38 149.988 51.72 147.308 51.72ZM193.684 51L178.504 33L174.484 37.56V51H169.504V10.98H174.484V31.68L192.184 10.98H198.424L181.744 30L199.864 51H193.684ZM234.099 51L230.559 42.12H210.639L207.099 51H201.399L217.479 10.98H223.659L239.799 51H234.099ZM220.599 16.14L212.079 37.68H229.059L220.599 16.14ZM245.032 51V10.98H250.012V51H245.032ZM272.347 51.72C268.827 51.72 265.807 51.14 263.287 49.98C260.767 48.78 258.667 47.24 256.987 45.36L259.927 41.58C260.567 42.3 261.327 43.02 262.207 43.74C263.087 44.42 264.047 45.02 265.087 45.54C266.167 46.06 267.327 46.48 268.567 46.8C269.807 47.12 271.127 47.28 272.527 47.28C274.327 47.28 275.827 47.06 277.027 46.62C278.227 46.18 279.187 45.64 279.907 45C280.627 44.32 281.147 43.58 281.467 42.78C281.787 41.94 281.947 41.14 281.947 40.38C281.947 39.1 281.607 38.04 280.927 37.2C280.247 36.36 279.347 35.66 278.227 35.1C277.147 34.5 275.887 34.02 274.447 33.66C273.047 33.26 271.587 32.86 270.067 32.46C268.587 32.02 267.127 31.54 265.687 31.02C264.287 30.5 263.027 29.84 261.907 29.04C260.827 28.2 259.947 27.18 259.267 25.98C258.587 24.78 258.247 23.28 258.247 21.48C258.247 19.84 258.587 18.34 259.267 16.98C259.987 15.62 260.947 14.46 262.147 13.5C263.387 12.5 264.847 11.74 266.527 11.22C268.207 10.66 270.027 10.38 271.987 10.38C275.067 10.38 277.787 10.86 280.147 11.82C282.507 12.78 284.527 14.16 286.207 15.96L283.207 19.62C281.687 17.94 279.927 16.72 277.927 15.96C275.927 15.2 273.827 14.82 271.627 14.82C269.227 14.82 267.247 15.4 265.687 16.56C264.167 17.72 263.407 19.26 263.407 21.18C263.407 22.3 263.747 23.22 264.427 23.94C265.107 24.66 265.987 25.28 267.067 25.8C268.187 26.32 269.447 26.78 270.847 27.18C272.287 27.54 273.747 27.94 275.227 28.38C276.747 28.78 278.207 29.26 279.607 29.82C281.047 30.38 282.307 31.1 283.387 31.98C284.507 32.86 285.407 33.94 286.087 35.22C286.767 36.5 287.107 38.08 287.107 39.96C287.107 41.4 286.847 42.84 286.327 44.28C285.807 45.68 284.947 46.94 283.747 48.06C282.587 49.14 281.067 50.02 279.187 50.7C277.307 51.38 275.027 51.72 272.347 51.72Z' fill='white'/%3E%3Cpath d='M15.6196 12.3909C15.4471 12.4464 15.2791 12.5074 15.1155 12.5732C12.8585 13.5156 11.443 15.0888 9.42954 17.1115C9.37746 17.1649 9.32435 17.2195 9.27081 17.2747C7.21387 19.5707 6.55492 19.9262 5.27163 23.094C5.22296 23.2274 5.17462 23.3663 5.12688 23.511C4.22456 26.1882 3.81746 29.0312 3.82308 31.02C3.82105 31.7073 3.86105 32.288 3.93156 32.7232C4.24592 34.3974 3.73201 34.6598 4.41074 37.0147C4.64757 37.7667 4.88064 38.411 5.10935 39.0079C5.59539 40.258 6.02552 41.3144 6.68771 42.6057C7.04184 43.2932 7.75723 44.456 8.7697 45.6116C10.5566 47.6632 13.448 49.3326 14.9189 49.7811C14.9371 49.7873 14.9553 49.7934 14.9736 49.7996C17.2116 50.5886 19.8228 51.3543 21.485 51.5122C22.0021 51.5677 22.4105 51.6098 22.7249 51.6477C22.858 51.6637 22.92 51.6947 22.92 51.7256C22.92 51.7257 22.92 51.7257 22.92 51.7257C22.92 51.7641 22.8236 51.8023 22.6515 51.8054C21.814 51.8194 20.5615 51.8304 19.0646 51.7179C16.9842 51.5241 16.3161 51.1904 14.6701 50.5118C14.1113 50.2673 13.4387 49.9663 12.5819 49.5214C10.7217 48.5408 9.35085 47.5742 8.03828 46.3008L8.02817 46.29C7.01217 45.2426 6.02877 43.9818 5.13831 42.1867C4.61595 41.1225 4.23136 40.2654 3.88362 39.4748C3.00247 37.3022 2.06333 35.5466 2.25814 31.02C2.26285 30.9434 2.26803 30.8662 2.27372 30.7883C2.65595 26.6149 2.95349 24.9317 3.58684 22.4521C3.95037 21.2037 4.45641 19.7358 5.65977 17.8747C6.21437 17.0262 6.86943 16.1902 7.60878 15.4082C9.49317 13.3922 11.9815 11.8111 14.3924 10.8768C17.1364 9.78778 19.7457 9.52298 21.4577 9.40972C21.9262 9.37826 22.4141 9.35858 22.92 9.35321C25.4225 9.32279 28.4567 9.66338 31.4198 10.942C32.7378 11.5075 34.0403 12.2407 35.2407 13.1504C36.1777 13.8592 37.1026 14.682 37.9621 15.6177L37.9477 15.6022C39.764 17.4769 41.3006 19.8616 42.2853 22.4399C43.087 24.5091 43.5317 26.7047 43.6397 28.8087C43.677 29.5166 43.6866 30.2584 43.6644 31.02C43.5987 33.7883 43.0309 36.8652 41.9333 39.466C40.806 42.2274 39.1642 44.4143 37.9507 45.6675C37.8074 45.8179 37.6678 45.9597 37.5316 46.0943C35.0824 48.348 34.1808 48.9242 31.1376 50.436C31.1045 50.4511 31.071 50.4663 31.0372 50.4814C29.1072 51.3858 26.166 51.9673 23.7143 51.8185C22.4817 51.7403 22.7696 51.6126 23.9878 51.5082C25.7673 51.3372 27.2213 51.1177 28.0663 50.7326C29.1694 50.2225 29.8066 49.8565 30.7233 49.464C31.2037 49.2531 31.7584 49.0312 32.4721 48.7181C34.555 47.7653 35.0853 46.6721 36.0542 45.8349C36.2872 45.6258 36.47 45.4737 36.6762 45.2942C37.2269 44.6799 38.5906 44.0627 40.5031 39.317C40.5459 39.2001 40.5871 39.0842 40.6273 38.9685C41.7305 35.7331 41.8369 33.0814 41.8075 31.02C41.7661 29.1692 41.5609 27.7708 41.3248 26.6346C41.1393 25.7479 40.8638 24.5152 40.3781 23.1664C39.6292 21.0209 38.278 18.6246 36.5757 16.9145L36.5614 16.8992C36.3724 16.6969 36.1803 16.5032 35.9864 16.3189C34.7984 15.1682 32.8897 13.7459 30.6252 12.8063C28.0116 11.6723 25.0066 11.3218 22.92 11.3839C22.4208 11.3944 21.9753 11.4228 21.5956 11.4601C18.2939 11.9071 18.2496 11.6708 15.6196 12.3909ZM28.9544 15.1588C29.0706 15.2192 29.1855 15.278 29.2994 15.3355L29.2868 15.3297C31.0395 16.1988 32.8513 16.6749 34.5339 18.5498C34.6302 18.6598 34.725 18.7744 34.818 18.894C36.403 21.1083 36.337 21.7735 37.3195 24.275L37.3147 24.2611C37.3735 24.4186 37.4345 24.5846 37.4973 24.7598C38.3146 27.0062 38.397 29.4131 38.383 31.02C38.3816 31.5681 38.3751 32.0331 38.3938 32.3899C38.4356 33.8073 37.9801 33.9049 37.66 35.8501C37.5256 36.5672 37.3538 37.1712 37.1534 37.7208C36.8188 38.6604 36.4078 39.459 35.7918 40.3677C35.4176 40.9195 34.7433 41.9068 33.8508 42.8769C32.424 44.4571 30.3325 45.762 29.3083 46.353C29.2566 46.3846 29.204 46.4156 29.1508 46.446C27.4649 47.3902 25.275 47.4307 24.0359 47.4116C23.6307 47.4116 23.313 47.3841 23.0703 47.3509C22.9676 47.3367 22.92 47.3052 22.92 47.2744C22.92 47.2743 22.92 47.2743 22.92 47.2743C22.9201 47.2358 22.9935 47.1983 23.1238 47.192C23.7574 47.1613 24.7111 47.057 25.7748 46.7262C27.1871 46.2595 27.7001 46.1808 28.824 45.729C29.2472 45.5383 29.7624 45.2751 30.3957 44.8332C31.5754 43.9986 32.3532 43.1579 33.1097 42.2241C33.7763 41.3612 34.4404 40.4119 35.1874 39.0788C35.5542 38.4171 35.7732 37.8316 35.9285 37.2878C36.3929 35.5303 36.4691 34.3223 36.8161 31.02C36.8214 30.9571 36.8267 30.8936 36.8319 30.8294C37.0275 27.725 36.39 26.5274 35.6034 24.8772L35.5975 24.8604C35.2123 24.0752 34.7579 23.1769 34.0186 22.0153C33.624 21.401 33.1752 20.7885 32.6691 20.2074C31.5255 18.8793 30.0613 17.7565 28.538 17.0144L28.5198 17.0061C26.8175 16.1191 25.0643 15.7927 23.8864 15.7406C23.5774 15.7261 23.2547 15.7209 22.92 15.726C21.187 15.7494 19.1654 16.0648 17.2236 16.948L17.2143 16.9522C16.2946 17.3564 15.394 17.8664 14.551 18.4875C13.9696 18.9151 13.4084 19.4269 12.8908 20.0118C11.7085 21.3375 10.7961 23.0405 10.1965 24.8652C9.69447 26.3734 9.39559 27.9472 9.22276 29.4826C9.16737 29.9708 9.12718 30.4861 9.10551 31.02C9.014 33.0468 9.24098 35.3167 9.83588 37.2974C10.4263 39.2948 11.3805 40.9511 12.1144 41.9627C12.2311 42.126 12.345 42.2783 12.4561 42.4212C13.9789 44.2009 14.6395 44.7439 16.9279 45.8059C16.923 45.8035 16.9253 45.8044 16.9277 45.8054C18.3765 46.4028 20.4703 46.9257 22.3185 47.1591C23.247 47.2723 23.0451 47.4161 22.088 47.4499C20.6843 47.4838 19.5607 47.1944 18.816 47.1793C17.864 47.1552 17.2409 47.0722 16.4988 46.7727L16.4806 46.7645C16.0643 46.5796 15.6089 46.3192 15.0602 45.905C13.5867 44.7574 12.6635 44.4741 11.91 43.6418C11.7719 43.4833 11.6704 43.3465 11.5697 43.2025L11.5624 43.1942C11.2308 42.5208 10.3978 42.0178 8.58344 37.8981C8.56349 37.8481 8.54383 37.7981 8.52445 37.7483C7.49477 35.0092 7.30172 32.7546 7.24672 31.02C7.20982 29.5051 7.31714 28.332 7.451 27.3658C7.56274 26.564 7.82038 25.4364 8.2699 24.2102C8.92976 22.3575 10.1062 20.3022 11.4696 18.7486C11.5697 18.6323 11.6701 18.5185 11.7707 18.407C12.7379 17.3121 14.4169 15.9635 16.3909 15.0995L16.3817 15.1036C18.626 14.0461 21.186 13.7231 22.92 13.6947C23.3198 13.6844 23.6809 13.6849 23.9932 13.6884C26.8697 13.8343 26.8745 14.1985 28.9544 15.1588ZM66.4609 11.7553C63.6547 11.589 61.4457 12.3237 58.0254 12.2199C54.7199 12.1195 54.1305 11.7522 50.5589 11.8068L51.3857 10.98C51.3876 11.104 51.39 11.2317 51.3929 11.3632C51.4806 15.2801 51.214 19.1992 51.3741 20.9433C51.5343 22.6873 51.0501 22.8713 51.1576 25.348C51.2652 27.8245 51.202 29.3255 51.0446 31.4914C50.8872 33.6575 50.7528 40.3119 50.9461 42.7316C51.1395 45.1514 50.804 47.9113 50.7244 49.571C50.6996 50.088 50.6657 50.4949 50.6304 50.8068C50.6155 50.9389 50.5842 51 50.5533 51C50.5533 51 50.5532 51 50.5532 51C50.5147 50.9999 50.4769 50.9053 50.472 50.7355C50.4485 49.9111 50.3862 48.6791 50.2467 47.2236C49.9865 44.5098 50.274 44.2133 50.1403 40.5487C50.0066 36.8841 49.7394 34.6824 49.9122 30.3706C50.085 26.0588 49.3618 25.0685 49.7717 18.9819C50.04 14.9973 49.8084 13.3467 49.5883 10.98L49.6078 9.99072L50.5589 10.0094C51.8072 9.89333 53.2548 9.78041 55.3492 9.74568C58.9415 9.68612 63.092 9.80822 66.6389 9.9105C68.8801 9.96014 70.9017 10.453 72.3396 11.0607C72.5579 11.151 72.7642 11.2413 72.9578 11.33C74.1697 11.8831 75.479 12.7037 76.6091 13.9019L76.5835 13.8754C77.7129 14.9763 78.682 16.4228 79.294 18.0586C79.8944 19.5924 80.1924 21.3181 80.1598 23.04C80.1579 23.1513 80.1548 23.2626 80.1503 23.3739C80.0925 24.8808 79.8182 26.4931 79.233 28.0583C78.658 29.5745 77.759 31.0334 76.5967 32.2521L76.584 32.265C75.3713 33.5035 73.866 34.4482 72.3025 35.0749C71.1122 35.5559 69.8686 35.8278 68.6607 35.9339C68.0098 35.9915 67.3318 36.0105 66.6389 35.9903C63.0549 35.8816 58.912 35.7613 55.5389 35.6534L56.0923 35.1C56.0349 36.8958 55.981 38.4734 55.9343 39.6324C55.7836 43.3691 55.7496 44.2799 55.8417 47.8768C55.8653 48.7988 55.8684 49.876 55.8474 51L55.8412 51.3145L55.5389 51.3085C54.1424 51.2824 52.6736 51.219 51.3407 51.1111C50.1299 51.0131 50.4043 50.8767 51.6229 50.8114C53.2527 50.7241 54.6155 50.77 55.5389 50.6481L55.187 51C55.1756 50.9137 55.1627 50.8313 55.1482 50.7528C54.8074 48.918 54.6767 48.1382 54.875 45.8219C55.0733 43.5057 54.6227 42.4143 54.6745 41.0641C54.7201 39.8793 54.9303 39.7512 54.8428 35.1L54.8294 34.4179L55.5389 34.4039C56.1887 34.3917 56.9268 34.3736 57.7683 34.3485C61.5642 34.2353 64.4119 34.1687 66.6389 34.1235C68.3434 34.0853 69.6185 33.8152 70.625 33.4818C70.893 33.3925 71.1932 33.2861 71.5149 33.1553C72.623 32.7078 74.005 31.9932 75.1784 30.8595L75.1658 30.8724C76.145 29.9047 76.9637 28.6805 77.4617 27.3788C77.6685 26.8302 77.8272 26.2679 77.9353 25.7186C78.0839 24.969 78.1941 24.0535 78.1862 23.04C78.1814 21.6822 77.9499 20.1789 77.3984 18.7857C76.8846 17.4209 76.0794 16.2104 75.1516 15.3073L75.1252 15.2799C74.1121 14.2034 72.9497 13.5518 72.1021 13.1984C71.9082 13.1172 71.7251 13.0453 71.5522 12.9802C69.1759 12.225 68.9687 12.0163 66.6389 11.7662C66.5808 11.7625 66.5215 11.7589 66.4609 11.7553ZM64.0132 14.6447C64.7258 14.7326 65.3583 14.5688 66.0389 14.4101C66.693 14.2702 67.434 14.1726 68.2943 14.3896C70.0957 14.9502 70.2585 15.3674 71.9709 16.5507C72.1171 16.6642 72.2571 16.7846 72.391 16.911L72.3826 16.9029C73.8458 18.2029 74.2975 20.0899 74.5977 20.8533C74.928 21.7111 74.511 21.8918 74.61 23.04C74.6121 23.0733 74.6145 23.1074 74.6172 23.1423C74.6985 24.4022 74.4878 25.2137 73.9577 26.2011C73.6659 26.7636 72.951 27.9388 72.0022 28.7749C71.3049 29.4424 70.5118 29.9286 70.0657 30.2263C69.0159 30.9519 67.5254 30.8517 66.735 30.8054C66.4823 30.7954 66.2828 30.7652 66.1326 30.7312C66.0686 30.7167 66.0389 30.6852 66.0389 30.6544C66.0389 30.6543 66.0389 30.6543 66.0389 30.6543C66.039 30.6158 66.0846 30.5782 66.1654 30.5725C66.5565 30.5447 67.1481 30.4579 67.7921 30.2049C68.9431 29.6823 69.2085 29.9842 70.5794 29.0123C70.9206 28.7411 71.1887 28.4583 71.4218 28.1721C72.0821 27.3525 72.5195 26.6132 73.0586 25.3319C73.4174 24.4023 73.3006 23.7564 73.1997 23.04C73.0851 22.3718 73.0223 21.6394 72.7963 20.4065C72.5022 19.0623 71.8534 18.5215 71.2243 18.1275L71.216 18.1195C70.609 17.7558 69.9753 17.4793 68.8671 17.1086C68.0338 16.8382 67.0536 16.6574 66.0389 16.6071C64.0423 16.5133 62.1281 16.35 61.0027 16.3722C59.5173 16.4014 57.601 16.469 55.5389 16.4287L56.5477 15.42C56.5403 15.7965 56.5294 16.1778 56.514 16.5623C56.4142 19.0526 56.6661 22.1267 56.488 24.8755C56.375 26.6206 56.243 28.8241 56.1232 30.66L55.5389 30.0757C56.5949 30.1446 57.5292 30.2096 58.1848 30.2646C59.9801 30.4153 60.4177 30.4493 62.1458 30.3572C63.1391 30.3043 64.5075 30.3542 65.6633 30.5489C66.245 30.6469 66.1132 30.7833 65.5277 30.8486C64.6715 30.944 63.9687 30.8802 63.5275 31.0507C62.646 31.3915 62.2714 31.5222 61.1585 31.3239C60.0457 31.1256 59.5213 31.5762 58.8726 31.5244C58.2661 31.4759 58.236 31.2403 55.5389 31.3773L54.8521 31.4054L54.8216 30.66C54.8121 30.4723 54.8008 30.2718 54.7874 30.0572C54.5826 26.7587 54.5304 24.9505 54.4812 23.7013C54.432 22.4522 54.6627 19.844 54.5795 17.8082C54.5534 17.1713 54.543 16.3285 54.5368 15.42L54.4975 14.4605L55.5389 14.4179C57.5343 14.4042 59.847 14.411 60.9934 14.3173C62.6617 14.181 62.6651 14.4785 64.0132 14.6447ZM92.2483 11.7553C89.1702 11.5906 86.7411 12.3102 83.0137 12.2226L84.2563 10.98C84.2555 11.0148 84.2546 11.0498 84.2536 11.0849C84.1988 13.0847 84.0642 14.1866 83.9623 15.42L83.0137 14.4714C84.1158 14.5624 85.3229 14.6274 87.3694 14.586C90.4145 14.5244 93.4608 14.6375 95.6738 14.6549L96.425 14.6416L96.4388 15.42C96.4315 16.3586 96.4413 17.1473 96.489 17.7224C96.6492 19.6532 96.1649 19.857 96.2725 22.5991C96.38 25.341 96.3168 27.0028 96.1594 29.4008C96.002 31.799 95.8676 39.1665 96.061 41.8456C96.2543 44.5246 95.9188 47.5803 95.8393 49.4179C95.8145 49.9903 95.7806 50.4407 95.7453 50.7861C95.7303 50.9324 95.699 51 95.6681 51C95.6681 51 95.6681 51 95.6681 51C95.6296 50.9999 95.5918 50.8952 95.5869 50.7071C95.5633 49.7945 95.501 48.4304 95.3615 46.819C95.1014 43.8143 95.3888 43.486 95.2552 39.4287C95.1215 35.3714 94.8542 32.9338 95.0271 28.1599C95.1999 23.3861 94.4767 22.2896 94.8865 15.5509C94.8892 15.507 94.8918 15.4634 94.8944 15.42L95.6738 16.1994C89.5401 15.8359 88.4531 16.4513 83.0137 16.6227L81.79 16.601L81.811 15.42C81.7975 14.9912 81.7867 14.5353 81.7794 14.0478C81.7646 13.0569 81.761 12.0277 81.7656 10.98L81.7882 9.71011L83.0137 9.73187C89.0664 9.75843 95.7352 10.0573 99.186 10.0278C102.99 9.9953 108.02 9.91555 113.374 9.98885L114.382 10.0068L114.365 10.98C114.36 11.324 114.355 11.6693 114.349 12.0157C114.33 13.1067 114.324 14.2462 114.325 15.42L114.307 16.3875L113.374 16.3709C109.343 16.3746 104.909 16.4649 100.654 16.4243L101.658 15.42C101.648 16.4441 101.631 17.4579 101.603 18.4531C101.425 24.7875 101.2 33.7431 101.049 37.8805C100.898 42.0177 100.864 43.0262 100.957 47.0084C100.983 48.1744 100.984 49.5645 100.952 51L100.946 51.3033L100.654 51.2981C99.271 51.2673 97.8462 51.2066 96.5393 51.1111C95.1988 51.0131 95.5025 50.8767 96.8518 50.8114C98.3643 50.7383 99.6691 50.7587 100.654 50.6954L100.349 51C100.33 50.7001 100.303 50.43 100.263 50.1926C99.9223 48.1612 99.7915 47.2978 99.9899 44.7333C100.188 42.1689 99.7375 40.9606 99.7894 39.4657C99.8413 37.9707 100.107 37.9953 99.9023 30.3941C99.6975 22.7929 99.6452 18.6259 99.596 15.7473C99.5943 15.6423 99.5928 15.5331 99.5918 15.42L99.5732 14.3772L100.654 14.358C103.525 14.3306 108.944 14.5247 113.374 14.4686L112.422 15.42C112.42 15.2406 112.417 15.0628 112.414 14.8869C112.395 13.8008 112.384 12.4549 112.378 10.98L113.374 11.9762C108.478 11.9988 102.162 11.978 99.2074 12.0827C95.363 12.219 95.3551 11.9215 92.2483 11.7553ZM120.768 11.4127C120.602 13.3992 121.336 14.9629 121.232 17.3842C121.129 19.8054 120.739 20.168 120.827 22.941C120.914 25.7137 120.648 28.4881 120.808 29.7227C120.968 30.9573 120.484 31.0876 120.591 32.8409C120.699 34.594 120.636 35.6565 120.478 37.1898C120.321 38.7232 120.186 43.4339 120.38 45.1468C120.573 46.8598 120.238 48.8135 120.158 49.9884C120.133 50.3544 120.099 50.6424 120.064 50.8632C120.049 50.9567 120.018 51 119.987 51C119.987 51 119.987 51 119.987 51C119.948 51 119.911 50.933 119.906 50.8127C119.882 50.2292 119.82 49.357 119.68 48.3267C119.42 46.4056 119.708 46.1956 119.574 43.6015C119.44 41.0073 119.173 39.4487 119.346 36.3964C119.519 33.3441 118.795 32.643 119.205 28.3343C119.615 24.0258 118.859 23.5723 118.758 19.2787C118.696 16.6314 118.831 13.5559 118.935 10.98L118.966 9.89444L119.993 9.92297C121.594 9.98791 123.003 10.0411 123.996 10.0278C124.309 10.0236 124.635 10.0187 124.973 10.0133L125.965 10.0409L125.939 10.98C125.978 13.4351 126.035 16.5114 125.948 19.7369C125.848 23.4061 126.1 27.9356 125.922 31.9858C125.744 36.036 125.519 41.7621 125.368 44.4075C125.217 47.0527 125.183 47.6975 125.275 50.2437C125.284 50.4824 125.29 50.7357 125.293 51L125.284 51.3289L124.973 51.3203C123.616 51.3356 121.971 51.2741 120.546 51.1111C119.689 51.0131 119.883 50.8767 120.746 50.8114C122.007 50.716 123.043 50.7798 123.693 50.6093C124.196 50.4773 124.587 50.3768 124.973 50.3148L124.287 51C124.189 50.39 124.187 49.7937 124.309 48.789C124.507 47.1494 124.056 46.3768 124.108 45.421C124.16 44.4651 124.426 44.4808 124.221 39.6208C124.016 34.7606 123.964 32.0963 123.915 30.2558C123.866 28.4153 124.096 24.5722 124.013 21.5726C123.939 18.912 123.991 13.8138 123.908 10.98L124.973 12.0441C124.611 12.0546 124.287 12.0673 124.009 12.0827C121.744 12.2084 121.562 11.9655 119.993 11.7965L120.809 10.98C120.795 11.1135 120.781 11.257 120.768 11.4127ZM135.676 16.1128C135.372 16.501 135.112 16.9098 134.892 17.3315L134.9 17.316C134.253 18.6308 134.073 20.0464 134.185 21.48C134.292 22.8351 134.592 24.2015 135.3 25.3726C135.661 25.9693 136.085 26.5559 136.599 27.1254C136.938 27.5008 137.275 27.8176 137.603 28.0944L137.564 28.0652C138.855 29.0468 139.878 29.6083 140.985 30.112C142.148 30.6125 143.383 31.1057 145.262 31.6725L145.237 31.6655C145.81 31.8178 146.439 31.9816 147.139 32.1617C147.979 32.3777 148.817 32.6054 149.642 32.8406L149.615 32.8333C151.018 33.1828 152.38 33.6877 153.589 34.3777L153.557 34.361C154.725 34.9562 155.756 35.7667 156.496 36.708C157.456 37.9126 157.668 39.3261 157.675 40.38C157.68 41.1213 157.568 41.7504 157.457 42.2566C157.39 42.5642 157.307 42.836 157.218 43.081L157.213 43.094C156.728 44.2928 156.114 44.8526 155.338 45.4972L155.322 45.5112C154.612 46.0415 153.704 46.5789 152.193 47.1787C152.147 47.1967 152.1 47.2148 152.053 47.2326C150.338 47.8533 148.851 47.9268 147.488 47.9286C146.1 47.9145 144.784 47.7402 143.392 47.3253C142.98 47.2011 142.56 47.0599 142.128 46.8967C141.547 46.6767 140.759 46.3603 139.872 45.9059C138.959 45.4216 137.945 44.7937 136.961 44.0083C136.167 43.3393 135.377 42.5988 134.661 41.7815L135.127 41.7662C134.104 43.0612 133.086 44.3652 132.183 45.5428L132.17 45.1616C133.255 46.3608 134.382 47.2262 135.198 47.7474C136.219 48.4021 137.316 49.0311 138.435 49.5867C140.769 50.7203 143.301 51.283 145.059 51.4699C145.869 51.5571 146.51 51.6065 147.003 51.647C147.21 51.6639 147.308 51.6946 147.308 51.7256C147.308 51.7257 147.308 51.7257 147.308 51.7257C147.308 51.764 147.157 51.8027 146.888 51.8041C145.579 51.8057 143.613 51.7831 141.302 51.3641C139.892 51.1013 138.919 50.7516 138.07 50.3667C136.39 49.4942 134.959 48.8392 132.057 46.0947C131.909 45.9464 131.765 45.7976 131.625 45.6487L131.384 45.3722L131.606 45.094C132.641 43.6917 133.544 42.4419 134.43 41.2236L134.869 40.6725L135.322 41.1943C136.017 41.9243 136.772 42.5815 137.591 43.2234L137.576 43.2118C138.407 43.8247 139.32 44.3886 140.362 44.9112L140.353 44.9065C141.334 45.3793 142.432 45.8054 143.692 46.1627C143.836 46.2035 143.982 46.2425 144.13 46.2797C145.379 46.5902 146.486 46.6647 147.488 46.6466C149.081 46.6077 150.427 46.3864 151.709 45.8581C152.577 45.4884 153.477 45.0323 154.265 44.3213L154.244 44.3398C154.768 43.8302 155.262 43.2192 155.59 42.4447L155.584 42.4586C155.835 41.8292 156.035 41.1329 156.066 40.38C156.081 39.9783 156.062 39.5653 155.984 39.153C155.873 38.5666 155.644 38.0633 155.332 37.6501C154.625 36.7197 153.739 36.119 152.89 35.6967L152.864 35.6831C151.589 34.9894 150.388 34.6516 149.218 34.4202L149.193 34.4135C147.781 34.0888 146.411 33.8154 144.762 33.4712L144.73 33.4622C143.44 33.1485 141.986 32.7502 140.237 32.1579L140.227 32.1541C139.71 31.9732 139.173 31.7586 138.618 31.4983C137.775 31.1031 136.939 30.6248 136.142 30.0568L136.101 30.0264C134.921 29.1168 133.894 27.9266 133.154 26.5888C132.246 24.9566 132.007 23.1439 132.028 21.48C132.044 19.7422 132.454 17.9832 133.242 16.4868L133.253 16.464C134.087 14.9385 135.234 13.6539 136.47 12.7026C138.046 11.4715 139.74 10.751 141.206 10.308L141.186 10.3143C141.908 10.0787 142.587 9.91024 143.2 9.78436C144.364 9.54484 145.626 9.41187 146.948 9.4034C149.574 9.38845 152.553 9.69065 155.492 10.8756C157.815 11.8068 160.082 13.2892 161.899 15.2779L162.496 15.9338L161.941 16.5937C161.419 17.22 160.893 17.8498 160.362 18.4817C159.884 19.0499 159.399 19.632 158.907 20.2261L158.186 21.0847L157.459 20.2614C156.161 18.8034 154.49 17.58 152.546 16.8608C150.679 16.1595 148.645 15.8071 146.588 15.8216C144.632 15.8253 142.715 16.2785 141.252 17.3721L141.262 17.3645C140.003 18.2935 139.34 19.6451 139.328 21.18C139.324 21.335 139.329 21.4864 139.341 21.6345C139.395 22.2658 139.611 22.8423 140.043 23.3211C140.656 24.0017 141.473 24.5787 142.392 25.0436L142.381 25.0386C143.521 25.5951 144.752 26.0577 146.018 26.446L145.993 26.4394C147.472 26.8385 148.945 27.2739 150.381 27.7307L150.36 27.725C151.909 28.1632 153.4 28.6875 154.786 29.2741C156.265 29.8795 157.593 30.6812 158.663 31.5932C159.975 32.662 160.856 33.9305 161.404 35.0311C161.45 35.1229 161.493 35.2141 161.534 35.3043C162.336 37.1522 162.359 38.6788 162.355 39.96C162.315 41.5487 162.052 42.8619 161.527 44.3665C161.125 45.4604 160.483 46.6452 159.34 47.8638C159.207 48.0058 159.067 48.1472 158.92 48.2873C157.734 49.4291 156.055 50.364 154.248 50.9777C152.385 51.6182 150.371 51.8219 148.551 51.8057C146.622 51.7474 147.072 51.6297 148.982 51.4839C151.033 51.2982 152.79 50.9385 154.047 50.4204C154.503 50.2348 154.897 50.041 155.221 49.8457C156.565 49.0228 157.359 48.3379 158.202 47.5162C158.88 46.8236 159.639 46.052 160.384 44.7169C160.505 44.496 160.609 44.2766 160.697 44.0606C161.358 42.3873 161.379 41.0705 161.295 39.96C161.233 39.1942 161.131 38.5103 161.017 37.7889C160.87 36.9726 160.814 36.4922 160.399 35.5647C160.035 34.8378 159.477 33.7478 157.93 32.5113L157.921 32.5038C157.065 31.8101 155.9 31.0807 154.307 30.4912C153.783 30.2912 153.228 30.0947 152.633 29.9033C151.723 29.6106 150.839 29.3652 149.984 29.1566L149.959 29.1497C148.397 28.7158 146.945 28.3483 145.595 28.0336L145.566 28.026C144.122 27.6376 142.81 27.1811 141.632 26.6531L141.62 26.6475C140.476 26.1162 139.465 25.438 138.673 24.6155C137.684 23.6124 137.345 22.247 137.348 21.18C137.325 19.7694 137.721 18.449 138.365 17.4593C138.747 16.8576 139.304 16.2417 140.003 15.7147L140.014 15.7067C141.626 14.471 144.097 13.7609 146.588 13.8195C148.772 13.837 151.1 14.2544 153.223 15.0778C154.822 15.6873 156.278 16.5882 157.483 17.6094C157.945 17.9989 158.422 18.4512 158.893 18.9643L157.412 19.0004C158.304 17.8959 159.318 16.6481 160.395 15.3266L160.438 16.6417C158.924 15.0127 156.916 13.6315 154.727 12.7576C152.101 11.69 149.265 11.4034 146.948 11.4287C145.638 11.4403 144.505 11.5959 143.63 11.794C142.936 11.9504 142.353 12.1254 141.847 12.2976L141.824 12.3051C139.735 13.0101 138.895 13.4571 137.698 14.2313C137.1 14.6432 136.423 15.1712 135.676 16.1128ZM172.242 11.7553C171.296 11.7208 170.392 11.7251 169.504 11.7526L170.277 10.98C170.382 14.3724 170.826 17.5384 170.744 21.9397C170.64 27.4934 170.251 28.3251 170.338 34.6855C170.426 41.0455 170.159 47.4091 170.319 50.2411C170.335 50.516 170.344 50.7671 170.349 51L169.504 50.1552C171.353 50.1192 172.058 50.3948 174.484 50.4158L173.9 51C173.904 50.5843 173.9 50.118 173.885 49.5868C173.778 45.5656 173.841 43.1284 173.999 39.6115C174.022 39.0786 174.046 38.3783 174.067 37.56L174.066 37.4076L174.172 37.2844C175.311 36.0587 176.773 34.4584 178.27 32.7934L178.504 32.5216L178.743 32.7986C181.223 35.7992 183.881 38.9364 185.325 40.4871C188.006 43.366 190.638 47.008 192.315 49.1195C192.837 49.7772 193.237 50.3041 193.537 50.714C193.664 50.8877 193.703 50.9837 193.68 51.0036C193.68 51.0036 193.68 51.0037 193.68 51.0037C193.65 51.0284 193.522 50.9353 193.341 50.7277C192.46 49.7196 191.123 48.2305 189.492 46.5138C186.453 43.313 186.362 42.7595 182.424 38.297C180.795 36.4508 179.41 34.9302 178.036 33.3948L178.964 33.405C177.741 34.8771 176.504 36.3417 175.011 38.0244L175.187 37.56C175.183 38.7425 175.166 40.0171 175.131 41.4314C175.029 45.5627 175.239 47.8161 175.344 51L175.334 51.8701L174.484 51.8598C173.084 51.9061 171.504 51.932 169.504 51.9022L168.591 51.8911L168.602 51C168.619 49.8416 168.655 48.5426 168.717 47.0564C169.127 37.1737 168.37 36.1336 168.27 26.2852C168.221 21.4481 168.296 15.9878 168.382 10.98L168.395 9.84395L169.504 9.85738C171.233 9.88691 172.908 9.91764 174.484 9.94484L175.532 9.95752L175.519 10.98C175.465 14.1353 175.425 16.8975 175.436 18.9119C175.458 22.5313 175.498 26.9078 175.505 31.68L173.709 31.0168C175.691 28.692 177.79 26.2531 179.955 23.7816C183.485 19.7514 187.426 15.0208 191.416 10.3233L191.731 9.96409L192.184 9.96958C194.274 9.96284 196.364 9.96289 198.424 9.97758L200.645 9.99677L199.178 11.6409C198.24 12.6946 197.307 13.7331 196.383 14.7474C192.068 19.4815 186.531 25.5746 182.161 30.3651L182.163 29.6383C184.028 31.8876 185.664 33.866 186.86 35.3236C190.71 40.0159 191.65 41.1578 195.535 45.5194C196.874 47.0226 198.483 48.895 200.075 50.8184L200.469 51.2833L199.864 51.278C198.197 51.2438 196.518 51.1891 194.954 51.1111C192.988 51.0131 193.433 50.8767 195.412 50.8114C197.095 50.7559 198.604 50.7543 199.864 50.729L199.659 51.177C199.053 50.5029 198.522 49.9336 198.061 49.5081C195.857 47.4751 194.93 46.6018 192.624 43.6247C190.317 40.6477 188.818 39.6004 187.425 37.9066C186.202 36.4196 186.226 36.1252 181.217 30.4548L180.822 30.0075L181.221 29.5409C181.905 28.742 182.679 27.8324 183.557 26.7928C190.754 18.2763 194.744 13.6471 197.49 10.4407C197.535 10.3884 197.581 10.3352 197.627 10.2812L198.424 12.0399C196.834 12.0545 194.649 12.0334 192.184 12.005L192.963 11.6461C190.2 14.804 186.893 18.5644 184.162 21.8385C181.95 24.4889 178.546 28.4727 175.253 32.3372L173.492 34.4255L173.473 31.68C173.465 26.6363 173.449 21.7532 173.382 18.9434C173.272 14.4167 173.442 13.5168 173.6 10.98L174.484 11.8646C173.861 11.8259 173.14 11.788 172.242 11.7553ZM208.873 34.4782C207.543 37.3429 207.299 39.9208 205.769 43.4493C204.262 46.9271 203.68 47.3549 202.17 51.3096L201.399 50.1695C201.461 50.1684 201.524 50.1672 201.587 50.166C203.49 50.1281 205.393 50.1564 207.099 50.1878L206.345 50.6992C207.213 48.6326 207.96 46.8839 208.288 45.8163C208.817 44.0933 209.303 43.9384 210.097 41.9039L210.234 41.5437L210.639 41.5366C210.839 41.5351 211.053 41.5303 211.286 41.5213C214.07 41.4137 215.757 41.4769 218.191 41.6343C220.551 41.7869 227.647 41.9178 230.559 41.7498L230.804 41.7455L230.903 41.9829C230.943 42.0673 230.981 42.1477 231.018 42.2236C232.204 44.6785 233.041 47.6843 233.658 49.4467C233.851 49.9957 233.988 50.433 234.085 50.7718C234.126 50.9153 234.123 50.9906 234.094 51.0021C234.094 51.0021 234.094 51.0021 234.094 51.0021C234.058 51.0163 233.984 50.9315 233.909 50.756C233.544 49.904 232.973 48.6407 232.238 47.1727C231.16 45.0212 231.018 44.3038 230.205 42.2611L230.559 42.5011C229.961 42.5007 229.253 42.51 228.372 42.5386C224.253 42.6723 221.778 42.9395 216.932 42.7667C214.217 42.6699 212.674 42.8542 210.639 42.9631L211.422 42.4322C210.91 43.9483 210.242 45.7286 208.96 48.4575C208.459 49.5252 208.057 50.4373 207.722 51.2481L207.542 51.6777L207.099 51.67C204.743 51.6411 203.246 51.7946 201.399 51.9502L199.978 51.9267L200.518 50.6457C200.948 49.246 201.457 47.6435 202.352 45.318C204.801 38.9546 208.396 31.1251 209.896 27.2988C211.396 23.4726 213.372 18.3182 215.637 12.9495C215.953 12.2 216.273 11.4231 216.596 10.6252L216.853 10.0173L217.479 10.0283C219.453 10.0337 221.536 10.0142 223.659 9.99551L224.341 10.0074L224.572 10.6118C225.942 13.9232 227.352 17.3405 228.562 20.5988C230.802 26.6295 233.994 35.1455 235.425 39.0973C236.857 43.049 237.208 44.0111 238.805 47.7261C239.204 48.6526 239.646 49.7395 240.087 50.884L240.254 51.3177L239.799 51.3102C238.199 51.2852 236.509 51.2213 234.978 51.1111C233.617 51.0131 233.926 50.8767 235.295 50.8114C237.188 50.7212 238.761 50.7732 239.799 50.6353L239.461 51.1364C239.431 51.0835 239.401 51.0325 239.371 50.9835C238.284 49.1983 237.835 48.4343 237.045 45.9456C236.255 43.4569 235.378 42.4878 234.859 41.0609C234.339 39.634 234.595 39.5577 231.519 32.4777C228.443 25.3975 226.812 21.4937 225.673 18.8019C224.969 17.1361 223.908 14.3008 222.761 11.3421L223.659 11.9482C221.705 11.9216 219.695 11.9077 217.88 11.9394C217.75 11.9417 217.616 11.9439 217.479 11.9459L218.376 11.3401C216.622 15.9011 213.104 24.4724 211.811 28.0447C210.483 31.7171 210.203 31.6136 208.873 34.4782ZM216.752 38.4553C215.355 38.289 214.256 39.0237 212.553 38.9199C212.382 38.9094 212.225 38.8961 212.079 38.8806L210.361 38.9451L210.963 37.2384C211.569 36.083 211.995 35.8399 212.567 34.1805C213.202 32.3352 214.168 30.6191 214.338 29.7529C214.509 28.8867 214.993 28.9797 215.346 27.7937C215.699 26.6078 216.033 25.9363 216.576 24.9916C217.119 24.0468 218.462 21.016 218.725 19.8249C218.989 18.6337 219.806 17.4796 220.184 16.7406C220.302 16.5104 220.408 16.3345 220.497 16.2031C220.536 16.1475 220.576 16.1307 220.605 16.1421C220.605 16.1421 220.605 16.1421 220.605 16.1421C220.64 16.1563 220.658 16.214 220.632 16.2944C220.503 16.6846 220.335 17.2778 220.198 18.0029C219.943 19.3547 219.622 19.3863 219.075 21.1317C218.528 22.8772 218.374 23.9946 217.424 25.9269C216.474 27.8592 216.965 28.5836 215.469 31.2502C213.974 33.9167 214.56 34.4914 213.543 37.3359C213.449 37.5998 213.348 37.8682 213.241 38.1397L212.079 36.4303C214.93 36.4186 218.22 36.7592 219.871 36.7278C221.691 36.6932 224.136 36.6051 226.716 36.7049C227.455 36.7335 228.243 36.7332 229.059 36.7225L228.168 38.03C227.4 36.1472 226.509 34.1294 225.884 32.1912C225.009 29.4753 223.746 25.6453 223.206 23.8588C222.666 22.0724 222.532 21.6379 221.792 20.0051C221.367 19.0665 220.895 17.7287 220.638 16.5428C220.509 15.946 220.686 16.0233 220.969 16.564C221.382 17.3548 221.589 18.0559 221.914 18.419C222.565 19.1446 222.829 19.4581 223.066 20.6038C223.303 21.7495 223.921 22.0904 224.118 22.7349C224.316 23.3795 224.064 23.4664 225.504 26.5724C226.944 29.6785 227.678 31.4032 228.197 32.5899C228.632 33.5862 229.247 35.5785 229.935 37.3359L230.474 38.568L229.059 38.6212C228.699 38.6208 228.345 38.6261 228.007 38.6394C225.898 38.7227 221.61 38.6464 219.881 38.7827C218.153 38.919 218.149 38.6215 216.752 38.4553ZM245.807 11.4127C245.641 13.3992 246.375 14.9629 246.271 17.3842C246.168 19.8054 245.778 20.168 245.866 22.941C245.953 25.7137 245.687 28.4881 245.847 29.7227C246.007 30.9573 245.523 31.0876 245.63 32.8409C245.738 34.594 245.675 35.6565 245.517 37.1898C245.36 38.7232 245.225 43.4339 245.419 45.1468C245.612 46.8598 245.277 48.8135 245.197 49.9884C245.172 50.3544 245.138 50.6424 245.103 50.8632C245.088 50.9567 245.057 51 245.026 51C245.026 51 245.026 51 245.026 51C244.987 51 244.95 50.933 244.945 50.8127C244.921 50.2292 244.859 49.357 244.719 48.3267C244.459 46.4056 244.747 46.1956 244.613 43.6015C244.479 41.0073 244.212 39.4487 244.385 36.3964C244.558 33.3441 243.834 32.643 244.244 28.3343C244.654 24.0258 243.898 23.5723 243.797 19.2787C243.735 16.6314 243.87 13.5559 243.975 10.98L244.005 9.89444L245.032 9.92297C246.634 9.98791 248.042 10.0411 249.035 10.0278C249.348 10.0236 249.674 10.0187 250.012 10.0133L251.004 10.0409L250.978 10.98C251.017 13.4351 251.074 16.5114 250.987 19.7369C250.887 23.4061 251.139 27.9356 250.961 31.9858C250.783 36.036 250.558 41.7621 250.407 44.4075C250.256 47.0527 250.222 47.6975 250.314 50.2437C250.323 50.4824 250.329 50.7357 250.332 51L250.323 51.3289L250.012 51.3203C248.655 51.3356 247.01 51.2741 245.585 51.1111C244.728 51.0131 244.922 50.8767 245.785 50.8114C247.046 50.716 248.082 50.7798 248.732 50.6093C249.235 50.4773 249.626 50.3768 250.012 50.3148L249.326 51C249.228 50.39 249.226 49.7937 249.348 48.789C249.546 47.1494 249.095 46.3768 249.147 45.421C249.199 44.4651 249.465 44.4808 249.26 39.6208C249.055 34.7606 249.003 32.0963 248.954 30.2558C248.905 28.4153 249.135 24.5722 249.052 21.5726C248.978 18.912 249.03 13.8138 248.947 10.98L250.012 12.0441C249.651 12.0546 249.326 12.0673 249.048 12.0827C246.783 12.2084 246.601 11.9655 245.032 11.7965L245.848 10.98C245.834 11.1135 245.82 11.257 245.807 11.4127ZM260.716 16.1128C260.411 16.501 260.151 16.9098 259.931 17.3315L259.939 17.316C259.292 18.6308 259.112 20.0464 259.224 21.48C259.331 22.8351 259.631 24.2015 260.339 25.3726C260.7 25.9693 261.124 26.5559 261.638 27.1254C261.977 27.5008 262.314 27.8176 262.643 28.0944L262.603 28.0652C263.894 29.0468 264.917 29.6083 266.024 30.112C267.188 30.6125 268.422 31.1057 270.301 31.6725L270.276 31.6655C270.849 31.8178 271.478 31.9816 272.179 32.1617C273.018 32.3777 273.856 32.6054 274.681 32.8406L274.654 32.8333C276.057 33.1828 277.419 33.6877 278.628 34.3777L278.597 34.361C279.764 34.9562 280.795 35.7667 281.535 36.708C282.495 37.9126 282.707 39.3261 282.714 40.38C282.719 41.1213 282.607 41.7504 282.496 42.2566C282.429 42.5642 282.346 42.836 282.257 43.081L282.252 43.094C281.767 44.2928 281.153 44.8526 280.377 45.4972L280.361 45.5112C279.651 46.0415 278.743 46.5789 277.232 47.1787C277.186 47.1967 277.139 47.2148 277.092 47.2326C275.377 47.8533 273.89 47.9268 272.527 47.9286C271.139 47.9145 269.823 47.7402 268.431 47.3253C268.019 47.2011 267.599 47.0599 267.167 46.8967C266.586 46.6767 265.798 46.3603 264.911 45.9059C263.998 45.4216 262.984 44.7937 262 44.0083C261.206 43.3393 260.416 42.5988 259.7 41.7815L260.166 41.7662C259.143 43.0612 258.125 44.3652 257.222 45.5428L257.209 45.1616C258.294 46.3608 259.421 47.2262 260.237 47.7474C261.258 48.4021 262.355 49.0311 263.474 49.5867C265.808 50.7203 268.34 51.283 270.098 51.4699C270.908 51.5571 271.549 51.6065 272.042 51.647C272.249 51.6639 272.347 51.6946 272.347 51.7256C272.347 51.7257 272.347 51.7257 272.347 51.7257C272.347 51.764 272.196 51.8027 271.927 51.8041C270.618 51.8057 268.652 51.7831 266.341 51.3641C264.931 51.1013 263.958 50.7516 263.109 50.3667C261.429 49.4942 259.998 48.8392 257.096 46.0947C256.948 45.9464 256.804 45.7976 256.664 45.6487L256.423 45.3722L256.645 45.094C257.68 43.6917 258.583 42.4419 259.469 41.2236L259.908 40.6725L260.361 41.1943C261.056 41.9243 261.811 42.5815 262.63 43.2234L262.615 43.2118C263.446 43.8247 264.359 44.3886 265.401 44.9112L265.392 44.9065C266.373 45.3793 267.471 45.8054 268.731 46.1627C268.875 46.2035 269.021 46.2425 269.169 46.2797C270.418 46.5902 271.525 46.6647 272.527 46.6466C274.12 46.6077 275.466 46.3864 276.748 45.8581C277.616 45.4884 278.516 45.0323 279.304 44.3213L279.284 44.3398C279.807 43.8302 280.301 43.2192 280.629 42.4447L280.623 42.4586C280.874 41.8292 281.074 41.1329 281.105 40.38C281.121 39.9783 281.101 39.5653 281.023 39.153C280.913 38.5666 280.683 38.0633 280.371 37.6501C279.664 36.7197 278.778 36.119 277.929 35.6967L277.903 35.6831C276.628 34.9894 275.427 34.6516 274.257 34.4202L274.232 34.4135C272.82 34.0888 271.45 33.8154 269.801 33.4712L269.769 33.4622C268.479 33.1485 267.025 32.7502 265.276 32.1579L265.266 32.1541C264.749 31.9732 264.212 31.7586 263.657 31.4983C262.814 31.1031 261.978 30.6248 261.181 30.0568L261.14 30.0264C259.96 29.1168 258.933 27.9266 258.193 26.5888C257.285 24.9566 257.046 23.1439 257.067 21.48C257.083 19.7422 257.494 17.9832 258.281 16.4868L258.292 16.464C259.126 14.9385 260.273 13.6539 261.509 12.7026C263.085 11.4715 264.779 10.751 266.245 10.308L266.225 10.3143C266.948 10.0787 267.626 9.91024 268.239 9.78436C269.404 9.54484 270.665 9.41187 271.987 9.4034C274.613 9.38845 277.593 9.69065 280.531 10.8756C282.854 11.8068 285.121 13.2892 286.938 15.2779L287.535 15.9338L286.98 16.5937C286.459 17.22 285.932 17.8498 285.401 18.4817C284.923 19.0499 284.438 19.632 283.946 20.2261L283.225 21.0847L282.498 20.2614C281.2 18.8034 279.529 17.58 277.585 16.8608C275.718 16.1595 273.684 15.8071 271.627 15.8216C269.671 15.8253 267.754 16.2785 266.291 17.3721L266.301 17.3645C265.042 18.2935 264.379 19.6451 264.367 21.18C264.363 21.335 264.368 21.4864 264.38 21.6345C264.434 22.2658 264.65 22.8423 265.082 23.3211C265.695 24.0017 266.512 24.5787 267.431 25.0436L267.421 25.0386C268.56 25.5951 269.791 26.0577 271.057 26.446L271.032 26.4394C272.511 26.8385 273.984 27.2739 275.42 27.7307L275.399 27.725C276.948 28.1632 278.439 28.6875 279.825 29.2741C281.305 29.8795 282.632 30.6812 283.702 31.5932C285.014 32.662 285.895 33.9305 286.443 35.0311C286.489 35.1229 286.532 35.2141 286.573 35.3043C287.375 37.1522 287.398 38.6788 287.394 39.96C287.354 41.5487 287.091 42.8619 286.566 44.3665C286.164 45.4604 285.522 46.6452 284.379 47.8638C284.246 48.0058 284.106 48.1472 283.959 48.2873C282.773 49.4291 281.094 50.364 279.287 50.9777C277.424 51.6182 275.41 51.8219 273.59 51.8057C271.661 51.7474 272.111 51.6297 274.021 51.4839C276.072 51.2982 277.829 50.9385 279.086 50.4204C279.542 50.2348 279.936 50.041 280.26 49.8457C281.604 49.0228 282.398 48.3379 283.241 47.5162C283.919 46.8236 284.678 46.052 285.423 44.7169C285.544 44.496 285.648 44.2766 285.736 44.0606C286.397 42.3873 286.418 41.0705 286.334 39.96C286.272 39.1942 286.17 38.5103 286.056 37.7889C285.909 36.9726 285.853 36.4922 285.438 35.5647C285.074 34.8378 284.516 33.7478 282.97 32.5113L282.96 32.5038C282.104 31.8101 280.939 31.0807 279.346 30.4912C278.822 30.2912 278.267 30.0947 277.672 29.9033C276.762 29.6106 275.878 29.3652 275.023 29.1566L274.998 29.1497C273.436 28.7158 271.985 28.3483 270.634 28.0336L270.605 28.026C269.161 27.6376 267.85 27.1811 266.671 26.6531L266.659 26.6475C265.515 26.1162 264.504 25.438 263.712 24.6155C262.723 23.6124 262.384 22.247 262.387 21.18C262.364 19.7694 262.76 18.449 263.404 17.4593C263.786 16.8576 264.343 16.2417 265.042 15.7147L265.053 15.7067C266.665 14.471 269.136 13.7609 271.627 13.8195C273.811 13.837 276.139 14.2544 278.262 15.0778C279.861 15.6873 281.317 16.5882 282.522 17.6094C282.985 17.9989 283.461 18.4512 283.932 18.9643L282.451 19.0004C283.343 17.8959 284.357 16.6481 285.434 15.3266L285.477 16.6417C283.963 15.0127 281.955 13.6315 279.766 12.7576C277.141 11.69 274.304 11.4034 271.987 11.4287C270.677 11.4403 269.544 11.5959 268.669 11.794C267.976 11.9504 267.392 12.1254 266.886 12.2976L266.863 12.3051C264.774 13.0101 263.934 13.4571 262.737 14.2313C262.139 14.6432 261.462 15.1712 260.716 16.1128Z' fill='%23171717'/%3E%3C/svg%3E%0A");
  }
  .home_index_page .main .cta-section.march2026 .cta-content h1.title.en .title-svg {
    width: 330px;
    height: 127px;
    background-image: url("data:image/svg+xml,%3Csvg width='330' height='127' viewBox='0 0 330 127' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.06 31.02C3.06 19.2 11.04 10.32 22.92 10.32C34.74 10.32 42.78 19.2 42.78 31.02C42.78 42.84 34.74 51.72 22.92 51.72C11.04 51.72 3.06 42.84 3.06 31.02ZM37.62 31.02C37.62 21.66 31.86 14.76 22.92 14.76C13.92 14.76 8.22 21.66 8.22 31.02C8.22 40.32 13.92 47.28 22.92 47.28C31.86 47.28 37.62 40.32 37.62 31.02ZM50.5589 51V10.98H66.6389C74.6789 10.98 79.1789 16.5 79.1789 23.04C79.1789 29.58 74.5589 35.1 66.6389 35.1H55.5389V51H50.5589ZM74.0189 23.04C74.0189 18.54 70.7789 15.42 66.0389 15.42H55.5389V30.66H66.0389C70.7789 30.66 74.0189 27.54 74.0189 23.04ZM95.6738 51V15.42H83.0138V10.98H113.374V15.42H100.654V51H95.6738ZM119.993 51V10.98H124.973V51H119.993ZM153.128 51.72C141.788 51.72 132.728 43.32 132.728 31.02C132.728 18.72 141.788 10.32 153.128 10.32C160.388 10.32 165.308 13.74 168.488 18.24L164.288 20.58C162.008 17.22 157.868 14.76 153.128 14.76C144.548 14.76 137.888 21.48 137.888 31.02C137.888 40.5 144.548 47.28 153.128 47.28C157.868 47.28 162.008 44.88 164.288 41.46L168.548 43.8C165.188 48.36 160.388 51.72 153.128 51.72ZM203.459 51L199.919 42.12H179.639L176.099 51H170.579L186.659 10.98H192.839L208.979 51H203.459ZM189.779 15.42L181.079 37.68H198.419L189.779 15.42ZM214.211 51V10.98H219.191V46.56H237.791V51H214.211Z' fill='white'/%3E%3Cpath d='M40.8272 23.6681C40.0487 21.0127 38.3995 19.4187 36.3111 17.0151C34.0689 14.7352 33.8565 14.0107 30.368 12.5305C27.7343 11.5297 24.9044 11.0752 22.92 11.0831C22.2318 11.0812 21.6609 11.1248 21.2273 11.1989C19.5659 11.5315 19.2917 11.0182 16.963 11.7563C14.6781 12.5826 13.3546 13.198 11.5114 14.2795C9.46759 15.1376 5.22859 20.4768 4.84588 22.9596C4.16706 25.257 3.42079 27.9074 3.26565 29.5831C3.21173 30.1048 3.17017 30.5063 3.13227 30.8239C3.11635 30.9577 3.08532 31.02 3.05437 31.02C3.05435 31.02 3.05433 31.02 3.05431 31.02C3.01591 31.02 2.97767 30.9232 2.97453 30.75C2.95972 29.9152 2.94885 28.66 3.03884 27.1658C3.31263 24.3877 3.55163 24.0931 4.98867 20.6127C6.63854 17.2542 7.96114 15.0706 11.8297 12.7059C15.7397 10.774 16.7062 9.44584 22.92 9.51784C22.9991 9.52264 23.0789 9.528 23.1593 9.53394C29.377 10.4241 30.4424 9.83843 35.9611 13.3711C41.6003 17.2635 43.7177 25.841 43.6929 29.5715C43.7225 30.0391 43.7413 30.5141 43.7467 31.02C43.8056 34.6326 43.0317 39.3758 40.3359 43.4465C37.4845 48.1479 31.2691 52.3518 25.1338 52.5667C24.4292 52.6118 23.6878 52.6267 22.92 52.6046C17.0778 52.7164 10.6118 49.0637 8.52059 46.3581C6.05256 43.3998 5.61913 42.532 4.14103 39.1631C3.33951 37.1951 2.81462 34.2678 2.96097 31.8156C3.03992 30.5809 3.16829 30.8734 3.27067 32.0881C3.43876 33.8703 3.63491 35.3275 3.99827 36.1833C4.75696 37.8792 5.0669 38.5461 5.83005 40.6852C6.67166 42.8199 7.72282 43.4232 8.49225 44.4536C8.8958 44.9648 9.04392 45.2641 9.72378 45.9899C10.4208 46.6737 11.6161 47.9573 14.6909 49.2788C18.0247 50.6305 20.7946 50.7754 22.92 50.7473C24.7597 50.7052 26.1447 50.475 27.2678 50.215C29.697 49.7937 34.7353 47.7592 37.2305 44.4205C39.7693 41.7732 42.065 34.9571 41.7159 31.02C41.7053 30.5201 41.678 30.0846 41.642 29.7025C41.2158 26.3828 41.4528 26.3385 40.8272 23.6681ZM8.30389 24.9426C9.13658 22.8753 9.22792 20.8333 11.1867 18.6496C13.2588 16.6369 13.826 16.6143 16.6647 15.1455C18.8586 14.1263 21.2982 13.979 22.92 13.997C23.4855 13.9988 23.9559 14.0119 24.3219 14.0001C25.755 13.9953 25.8454 14.4433 27.7771 14.8877C29.7101 15.4174 30.7969 16.102 32.0852 17.2705C33.571 18.3009 36.4387 22.7455 37.0122 24.598C37.8254 26.3706 37.7891 28.6215 37.758 29.9046C37.7533 30.3117 37.7245 30.624 37.691 30.8689C37.6767 30.9722 37.6452 31.02 37.6144 31.02C37.6143 31.02 37.6143 31.02 37.6143 31.02C37.5758 31.0199 37.5382 30.9462 37.5322 30.8147C37.503 30.1815 37.4051 29.2267 37.1158 28.1461C36.5118 26.1714 36.8208 25.8396 35.6501 23.3186C34.3194 20.8908 33.1746 19.6686 30.7225 17.6795C28.083 15.9444 27.1574 16.1493 22.92 15.5627C22.862 15.5577 22.8036 15.5529 22.7445 15.5481C18.2408 15.4861 17.7015 16.4253 14.3926 18.9468C11.0212 21.6564 9.15273 27.2641 9.19686 29.984C9.1851 30.3179 9.1815 30.6578 9.18684 31.02C9.21922 33.5843 9.76175 36.8087 11.321 39.7263C13.0162 43.1602 17.2182 45.809 21.3686 46.2554C21.8557 46.325 22.3755 46.3739 22.92 46.3961C26.9997 46.7777 31.6463 44.3556 33.2619 42.4481C35.1603 40.3792 35.5367 39.6873 36.3894 37.1026C36.8453 35.5926 37.2713 33.4744 37.5007 31.6235C37.6115 30.6911 37.7538 30.899 37.7932 31.8508C37.8375 33.2507 37.5943 34.3763 37.621 35.1187C37.6506 36.599 37.6198 37.2999 36.7216 38.9482C35.7847 40.5539 35.6546 41.5108 34.9495 42.3811C34.5892 42.802 34.3612 42.9692 33.7576 43.5427C33.1317 44.0822 32.201 45.1672 29.7386 46.5271C27.0582 47.9301 24.7038 48.1941 22.92 48.2522C21.3583 48.2889 20.155 48.127 19.1731 47.9302C17.0173 47.6325 12.8883 45.3284 10.8138 42.4641C8.63793 40.1235 7.03773 34.2701 7.15622 31.02C7.14569 30.5971 7.14377 30.2271 7.14357 29.9012C7.22254 27.0733 7.56656 27.0759 8.30389 24.9426ZM66.4613 11.7553C63.6551 11.589 61.446 12.3237 58.0257 12.2199C54.7201 12.1195 54.1308 11.7521 50.5589 11.8068L51.3857 10.98C51.3876 11.104 51.39 11.2315 51.3929 11.3629C51.4806 15.2798 51.214 19.1989 51.3741 20.943C51.5343 22.687 51.0501 22.8711 51.1576 25.3478C51.2652 27.8243 51.202 29.3253 51.0446 31.4913C50.8872 33.6573 50.7528 40.3118 50.9461 42.7316C51.1395 45.1513 50.804 47.9112 50.7244 49.571C50.6996 50.088 50.6657 50.4949 50.6304 50.8068C50.6155 50.9389 50.5842 51 50.5533 51C50.5533 51 50.5532 51 50.5532 51C50.5147 50.9999 50.4769 50.9053 50.472 50.7355C50.4485 49.9111 50.3862 48.6791 50.2467 47.2236C49.9865 44.5098 50.274 44.2132 50.1403 40.5486C50.0066 36.884 49.7394 34.6823 49.9122 30.3704C50.085 26.0586 49.3618 25.0683 49.7717 18.9817C50.04 14.9972 49.8085 13.3466 49.5884 10.98L49.6078 9.99075L50.5589 10.0095C51.8073 9.89335 53.2549 9.78041 55.3495 9.74568C58.9417 9.68612 63.092 9.80821 66.6389 9.91049C69.2436 9.96588 71.4968 10.651 72.9566 11.3236C76.563 12.7111 80.4114 17.4957 80.1595 23.04C80.1577 23.1462 80.1547 23.2523 80.1506 23.3583C80.3959 28.9487 75.0625 35.7791 68.6653 35.9296C68.0089 35.9896 67.3399 36.0102 66.6389 35.9903C63.0549 35.8815 58.912 35.7613 55.5389 35.6534L56.0923 35.1C56.0349 36.8957 55.981 38.4733 55.9343 39.6322C55.7836 43.369 55.7496 44.2799 55.8417 47.8767C55.8653 48.7987 55.8684 49.876 55.8474 51L55.8412 51.3145L55.5389 51.3085C54.1424 51.2824 52.6736 51.219 51.3407 51.1111C50.1299 51.0131 50.4043 50.8767 51.6229 50.8114C53.2527 50.7241 54.6155 50.77 55.5389 50.6481L55.187 51C55.1756 50.9137 55.1627 50.8312 55.1482 50.7528C54.8074 48.9179 54.6767 48.1381 54.875 45.8218C55.0733 43.5056 54.6227 42.4142 54.6745 41.064C54.7201 39.8792 54.9303 39.7511 54.8428 35.1L54.8294 34.4179L55.5389 34.4039C56.1887 34.3917 56.9269 34.3736 57.7685 34.3485C61.5643 34.2353 64.4119 34.1687 66.6389 34.1235C68.342 34.0839 69.6145 33.8066 70.6307 33.4758C72.9458 32.9969 77.3698 29.8005 77.9328 25.7002C78.0822 24.9559 78.1939 24.0461 78.1863 23.04C78.5153 18.6688 74.67 13.844 72.114 13.1979C69.2027 12.204 69.1291 12.0637 66.6389 11.7662C66.581 11.7625 66.5218 11.7588 66.4613 11.7553ZM54.7636 19.37C54.9265 18.0503 54.2245 17.0058 54.2937 15.42L54.2449 14.2278L55.5389 14.1748C55.5717 14.1762 55.6047 14.178 55.6379 14.1801C57.2796 14.284 57.5255 14.6737 59.4057 14.586C61.2857 14.4983 63.1669 14.7649 64.004 14.6048C64.8221 14.4482 64.9251 14.9072 66.0389 14.8277C66.0665 14.8259 66.0946 14.8238 66.1233 14.8216C67.3791 14.7376 68.1767 14.9389 69.1731 15.4229C69.6713 15.6663 70.6786 16.1644 71.5317 16.8971C72.4001 17.6133 73.0628 18.5426 73.4325 19.0373C74.2219 20.0411 74.1964 21.55 74.1583 22.3413C74.1526 22.5961 74.1236 22.7938 74.09 22.9459C74.0756 23.0103 74.0441 23.04 74.0133 23.04C74.0133 23.04 74.0132 23.04 74.0132 23.04C73.9747 23.0399 73.9371 22.9943 73.9312 22.9134C73.9025 22.5244 73.8061 21.9339 73.5286 21.3045C72.9592 20.1862 73.2413 19.907 72.1902 18.5984C71.0252 17.4014 70.0959 17.0608 68.3374 16.3541C67.393 16.0226 66.7522 16.1352 66.0389 16.2368C65.3139 16.3388 64.4735 16.4052 63.0626 16.2072C60.1412 15.7974 59.8337 16.5537 56.9225 16.6543C56.476 16.6697 56.0116 16.673 55.5389 16.6675L56.7864 15.42C56.7564 18.0297 56.4618 20.8918 56.4911 22.3776C56.5257 24.1326 56.6138 26.4897 56.514 28.9776C56.4924 29.5143 56.4873 30.0781 56.4906 30.66L55.5389 29.7083C57.6543 29.696 60.008 29.5712 62.1618 29.7109C63.3312 29.7867 64.7065 29.871 66.0389 29.9545C67.7256 30.0891 69.3277 29.663 70.2071 29.2372C71.7106 28.4596 72.0998 28.0998 72.8631 26.6449C73.2769 25.7878 73.674 24.5468 73.9003 23.411C74.0099 22.8405 74.1522 22.9603 74.193 23.5617C74.24 24.4464 74.0053 25.142 74.0318 25.6296C74.0618 26.6066 74.002 27.1239 73.1434 28.014C72.2655 28.8481 72.1073 29.5223 71.4796 29.9209C71.1658 30.1042 70.9748 30.1391 70.4796 30.3491C69.9776 30.5374 69.1817 30.9744 67.4313 31.3239C66.9419 31.4157 66.4777 31.4658 66.0389 31.489C63.5481 31.6309 62.0619 31.6754 60.9888 31.7177C59.8288 31.7634 57.4955 31.5673 55.5389 31.6063L54.6329 31.6434L54.5926 30.66C54.5896 30.5117 54.5853 30.3656 54.5795 30.2223C54.4962 28.1885 54.5725 24.0537 54.4362 22.387C54.2999 20.7203 54.5974 20.7168 54.7636 19.37ZM92.2483 11.7553C89.1702 11.5906 86.7411 12.3102 83.0137 12.2226L84.2563 10.98C84.2555 11.0148 84.2546 11.0498 84.2536 11.0849C84.1988 13.0847 84.0642 14.1866 83.9623 15.42L83.0137 14.4714C84.1158 14.5624 85.3229 14.6274 87.3694 14.586C90.4145 14.5244 93.4608 14.6375 95.6738 14.6549L96.425 14.6416L96.4388 15.42C96.4315 16.3586 96.4413 17.1473 96.489 17.7224C96.6492 19.6532 96.1649 19.857 96.2725 22.5991C96.38 25.341 96.3168 27.0028 96.1594 29.4008C96.002 31.799 95.8676 39.1665 96.061 41.8456C96.2543 44.5246 95.9188 47.5803 95.8393 49.4179C95.8145 49.9903 95.7806 50.4407 95.7453 50.7861C95.7303 50.9324 95.699 51 95.6681 51C95.6681 51 95.6681 51 95.6681 51C95.6296 50.9999 95.5918 50.8952 95.5869 50.7071C95.5633 49.7945 95.501 48.4304 95.3615 46.819C95.1014 43.8143 95.3888 43.486 95.2552 39.4287C95.1215 35.3714 94.8542 32.9338 95.0271 28.1599C95.1999 23.3861 94.4767 22.2896 94.8865 15.5509C94.8892 15.507 94.8918 15.4634 94.8944 15.42L95.6738 16.1994C89.5401 15.8359 88.4531 16.4513 83.0137 16.6227L81.79 16.601L81.811 15.42C81.7975 14.9912 81.7867 14.5353 81.7794 14.0478C81.7646 13.0569 81.761 12.0277 81.7656 10.98L81.7882 9.71011L83.0137 9.73187C89.0664 9.75843 95.7352 10.0573 99.186 10.0278C102.99 9.9953 108.02 9.91555 113.374 9.98885L114.382 10.0068L114.365 10.98C114.36 11.324 114.355 11.6693 114.349 12.0157C114.33 13.1067 114.324 14.2462 114.325 15.42L114.307 16.3875L113.374 16.3709C109.343 16.3746 104.909 16.4649 100.654 16.4243L101.658 15.42C101.648 16.4441 101.631 17.4579 101.603 18.4531C101.425 24.7875 101.2 33.7431 101.049 37.8805C100.898 42.0177 100.864 43.0262 100.957 47.0084C100.983 48.1744 100.984 49.5645 100.952 51L100.946 51.3033L100.654 51.2981C99.271 51.2673 97.8462 51.2066 96.5393 51.1111C95.1988 51.0131 95.5025 50.8767 96.8518 50.8114C98.3643 50.7383 99.6691 50.7587 100.654 50.6954L100.349 51C100.33 50.7001 100.303 50.43 100.263 50.1926C99.9223 48.1612 99.7915 47.2978 99.9899 44.7333C100.188 42.1689 99.7375 40.9606 99.7894 39.4657C99.8413 37.9707 100.107 37.9953 99.9023 30.3941C99.6975 22.7929 99.6452 18.6259 99.596 15.7473C99.5943 15.6423 99.5928 15.5331 99.5918 15.42L99.5732 14.3772L100.654 14.358C103.525 14.3306 108.944 14.5247 113.374 14.4686L112.422 15.42C112.42 15.2406 112.417 15.0628 112.414 14.8869C112.395 13.8008 112.384 12.4549 112.378 10.98L113.374 11.9762C108.478 11.9988 102.162 11.978 99.2074 12.0827C95.363 12.219 95.3551 11.9215 92.2483 11.7553ZM120.768 11.4127C120.602 13.3992 121.336 14.9629 121.232 17.3842C121.129 19.8054 120.739 20.168 120.827 22.941C120.914 25.7137 120.648 28.4881 120.808 29.7227C120.968 30.9573 120.484 31.0876 120.591 32.8409C120.699 34.594 120.636 35.6565 120.478 37.1898C120.321 38.7232 120.186 43.4339 120.38 45.1468C120.573 46.8598 120.238 48.8135 120.158 49.9884C120.133 50.3544 120.099 50.6424 120.064 50.8632C120.049 50.9567 120.018 51 119.987 51C119.987 51 119.987 51 119.987 51C119.948 51 119.911 50.933 119.906 50.8127C119.882 50.2292 119.82 49.357 119.68 48.3267C119.42 46.4056 119.708 46.1956 119.574 43.6015C119.44 41.0073 119.173 39.4487 119.346 36.3964C119.519 33.3441 118.795 32.643 119.205 28.3343C119.615 24.0258 118.859 23.5723 118.758 19.2787C118.696 16.6314 118.831 13.5559 118.935 10.98L118.966 9.89444L119.993 9.92297C121.594 9.98791 123.003 10.0411 123.996 10.0278C124.309 10.0236 124.635 10.0187 124.973 10.0133L125.965 10.0409L125.939 10.98C125.978 13.4351 126.035 16.5114 125.948 19.7369C125.848 23.4061 126.1 27.9356 125.922 31.9858C125.744 36.036 125.519 41.7621 125.368 44.4075C125.217 47.0527 125.183 47.6975 125.275 50.2437C125.284 50.4824 125.29 50.7357 125.293 51L125.284 51.3289L124.973 51.3203C123.616 51.3356 121.971 51.2741 120.546 51.1111C119.689 51.0131 119.883 50.8767 120.746 50.8114C122.007 50.716 123.043 50.7798 123.693 50.6093C124.196 50.4773 124.587 50.3768 124.973 50.3148L124.287 51C124.189 50.39 124.187 49.7937 124.309 48.789C124.507 47.1494 124.056 46.3768 124.108 45.421C124.16 44.4651 124.426 44.4808 124.221 39.6208C124.016 34.7606 123.964 32.0963 123.915 30.2558C123.866 28.4153 124.096 24.5722 124.013 21.5726C123.939 18.912 123.991 13.8138 123.908 10.98L124.973 12.0441C124.611 12.0546 124.287 12.0673 124.009 12.0827C121.744 12.2084 121.562 11.9655 119.993 11.7965L120.809 10.98C120.795 11.1135 120.781 11.257 120.768 11.4127ZM167.357 18.0119C164.985 14.7884 162 13.2926 157.557 12.057C155.646 11.5743 154.362 11.4334 153.128 11.3344C151.435 11.248 149.773 11.1572 146.718 12.1461C141.391 13.8182 137.389 18.0832 136.368 20.3127C135.348 22.5246 134.676 22.5516 133.874 26.0117C133.503 27.9552 133.4 29.5011 133.36 31.02C133.336 32.2201 133.362 33.4042 133.513 34.7686C133.665 36.3069 134.371 39.4816 136.087 42.2473C137.739 45.0497 140.329 47.2094 141.846 48.053C144.82 49.857 148.623 51.2009 151.048 51.4581C151.793 51.5522 152.388 51.6054 152.844 51.6467C153.038 51.6639 153.128 51.6946 153.128 51.7256C153.128 51.7257 153.128 51.7257 153.128 51.7257C153.128 51.764 152.987 51.8028 152.737 51.8035C151.522 51.806 149.698 51.7435 147.561 51.3327C143.654 50.3367 143.12 50.0859 138.828 46.7082C134.891 42.9711 132.807 39.7538 132.182 33.2717C132.13 32.4524 132.111 31.7123 132.108 31.02C132.388 26.4421 131.626 23.4932 136.715 17.0408C143.214 11.0553 144.662 9.98491 153.128 9.09718C153.413 9.09277 153.698 9.09372 153.998 9.10148C159.866 8.99648 166.412 12.8515 169.352 17.6297L170.026 18.6115L169.003 19.1639C167.472 19.9777 166.038 20.7415 164.762 21.4301L163.966 21.8595L163.483 21.1264C162.805 20.0955 162.024 19.292 161.317 18.7043C159.357 17.0589 156.427 15.7516 153.128 15.7752C150 15.7687 146.629 16.8169 143.985 19.0463C140.809 21.6186 138.801 26.2611 138.891 31.02C138.894 34.5844 139.973 38.1338 141.97 40.8645C144.167 44.0735 148.626 46.6162 153.128 46.6135C157.77 46.7726 161.669 44.1664 163.333 42.0935C163.574 41.8106 163.79 41.531 163.984 41.2573L164.176 40.9767L164.464 41.1397C166.226 42.1707 167.463 42.8905 168.673 43.5723L168.934 43.7203L168.757 43.9541C167.682 45.3416 166.627 46.6989 164.451 48.4319C162.062 50.4091 157.851 51.9101 154.282 51.8022C152.493 51.7496 152.912 51.6332 154.677 51.4782C157.257 51.211 159.319 50.6042 160.466 49.9306C162.71 48.5178 163.559 47.8803 166.052 45.7317C166.95 44.9105 167.555 44.1243 168.024 43.4136L168.234 44.3709C166.884 43.7179 165.838 43.3349 164.756 42.7032C164.426 42.5105 164.165 42.3468 163.895 42.1747L164.966 41.9123C164.524 42.4717 164.055 43.0912 162.834 44.2098C161.599 45.2532 159.56 47.0673 155.31 47.8685C154.567 47.9952 153.836 48.0598 153.128 48.0728C143.582 47.9397 139.925 41.8803 138.427 38.7861C137.61 37.0582 136.826 34.207 136.885 31.02C136.888 27.4559 138.027 23.473 140.022 20.5864C141.954 17.322 147.517 13.5407 153.128 13.7445C157.296 13.6972 160.831 15.6359 162.618 17.1132C163.954 18.1893 164.695 19.1499 165.216 19.9505L163.742 19.6006C165.282 18.7982 166.133 18.4906 168.091 17.528L167.822 18.7104C167.684 18.4908 167.53 18.2582 167.357 18.0119ZM177.986 34.6452C176.656 37.51 176.412 40.0878 174.882 43.6163C173.396 47.0442 172.81 47.5091 171.347 51.3086L170.579 50.1723C170.699 50.1706 170.821 50.1685 170.946 50.166C172.717 50.1307 174.487 50.1528 176.099 50.1813L175.339 50.6968C176.266 48.4859 177.076 46.6062 177.421 45.4819C177.92 43.8583 178.38 43.6271 179.096 41.9035L179.233 41.5425L179.639 41.5354C179.934 41.5396 180.266 41.536 180.646 41.5213C183.429 41.4137 185.117 41.4769 187.551 41.6343C189.91 41.7869 197.007 41.9178 199.919 41.7498L200.163 41.7455L200.263 41.9829C200.302 42.0673 200.341 42.1477 200.377 42.2236C201.564 44.6785 202.401 47.6843 203.018 49.4467C203.21 49.9957 203.348 50.433 203.445 50.7718C203.486 50.9153 203.483 50.9906 203.454 51.0021C203.454 51.0021 203.454 51.0021 203.454 51.0021C203.418 51.0163 203.343 50.9315 203.268 50.756C202.903 49.904 202.333 48.6407 201.597 47.1727C200.519 45.0212 200.377 44.3038 199.565 42.2611L199.919 42.5011C199.321 42.5007 198.613 42.51 197.731 42.5386C193.612 42.6723 191.138 42.9395 186.291 42.7667C183.419 42.6643 181.858 42.8766 179.639 42.9812L180.439 42.4389C179.941 43.8825 179.281 45.5961 178.093 48.1231C177.522 49.3396 177.079 50.3541 176.719 51.247L176.539 51.6746L176.099 51.6669C173.873 51.6567 172.413 51.8128 170.579 51.9653L169.135 51.9414L169.683 50.6401C170.102 49.2808 170.607 47.7155 171.465 45.485C173.913 39.1217 177.509 31.2921 179.009 27.4659C180.509 23.6396 182.485 18.4852 184.75 13.1166C185.088 12.3148 185.43 11.4819 185.776 10.6253L186.033 10.0178L186.659 10.0287C188.635 10.0326 190.718 10.0125 192.839 9.99393L193.522 10.0059L193.754 10.6112C195.101 13.8706 196.484 17.2281 197.674 20.4319C199.915 26.4625 203.106 34.9786 204.538 38.9304C205.969 42.882 206.32 43.8442 207.918 47.5592C208.336 48.5309 208.802 49.6791 209.264 50.8851L209.429 51.3147L208.979 51.3072C207.433 51.2803 205.811 51.2172 204.338 51.1111C202.977 51.0131 203.285 50.8767 204.655 50.8114C206.442 50.7263 207.943 50.7678 208.979 50.6568L208.661 51.1284C208.601 51.0171 208.543 50.913 208.484 50.8166C207.396 49.0314 206.947 48.2674 206.157 45.7786C205.368 43.29 204.491 42.3209 203.971 40.894C203.452 39.4671 203.708 39.3908 200.631 32.3107C197.555 25.2306 195.924 21.3268 194.786 18.6349C194.095 17.0006 193.061 14.2408 191.939 11.3431L192.839 11.9507C190.829 11.9225 188.751 11.9067 186.88 11.9394C186.807 11.9407 186.734 11.9419 186.659 11.9431L187.553 11.3391C185.822 15.8544 182.232 24.5951 180.924 28.2117C179.595 31.8841 179.316 31.7806 177.986 34.6452ZM185.822 38.4553C184.385 38.289 183.253 39.0237 181.501 38.9199C181.35 38.9109 181.21 38.8998 181.079 38.8871L179.358 38.95L179.955 37.2406C180.585 35.9971 181.019 35.7616 181.612 34.0251C182.261 32.1246 183.24 30.352 183.416 29.4618C183.592 28.5715 184.077 28.6599 184.439 27.4393C184.8 26.2187 185.139 25.5257 185.689 24.5498C186.24 23.5737 187.606 20.4482 187.877 19.2234C188.148 17.9987 188.975 16.8043 189.358 16.0414C189.478 15.8038 189.585 15.6221 189.676 15.4861C189.715 15.4286 189.756 15.4108 189.784 15.422C189.784 15.4221 189.784 15.4221 189.784 15.4221C189.82 15.4361 189.838 15.495 189.811 15.5778C189.679 15.9796 189.507 16.59 189.366 17.3352C189.102 18.7245 188.779 18.7613 188.22 20.5582C187.662 22.355 187.5 23.5026 186.535 25.4966C185.57 27.4907 186.059 28.2264 184.543 30.9807C183.026 33.735 183.611 34.3159 182.574 37.246C182.471 37.5374 182.36 37.8345 182.243 38.135L181.079 36.4301C183.997 36.4237 187.345 36.759 189.031 36.7278C190.904 36.6932 193.419 36.6051 196.074 36.7049C196.814 36.7328 197.603 36.7332 198.419 36.7233L197.527 38.0262C196.74 36.068 195.821 33.9642 195.176 31.9476C194.282 29.1513 192.992 25.2077 192.44 23.3688C191.888 21.53 191.751 21.0828 190.999 19.3987C190.566 18.4307 190.085 17.0526 189.82 15.8335C189.687 15.2199 189.865 15.3015 190.152 15.8598C190.571 16.6762 190.783 17.3978 191.112 17.7745C191.77 18.5273 192.036 18.8524 192.281 20.0301C192.525 21.2078 193.147 21.5659 193.349 22.2293C193.551 22.8928 193.299 22.9784 194.762 26.1825C196.226 29.3865 196.972 31.1647 197.5 32.3884C197.948 33.4274 198.586 35.5134 199.296 37.3395L199.826 38.5697L198.419 38.6211C198.071 38.6215 197.73 38.6269 197.402 38.6394C195.232 38.7227 190.82 38.6464 189.041 38.7827C187.263 38.919 187.259 38.6215 185.822 38.4553ZM218.416 21.9301C218.582 19.1225 217.848 16.9124 217.951 13.4903C217.983 12.4405 218.042 11.6645 218.106 10.98L219.191 12.0656C217.715 11.9284 216.665 11.7686 214.211 11.8071L215.038 10.98C215.04 11.0978 215.042 11.2188 215.045 11.3432C215.133 15.2621 214.866 19.1832 215.026 20.9281C215.187 22.673 214.702 22.8572 214.81 25.3351C214.918 27.8128 214.854 29.3146 214.697 31.4816C214.54 33.6487 214.405 40.3065 214.598 42.7275C214.792 45.1484 214.456 47.9097 214.377 49.5703C214.352 50.0875 214.318 50.4946 214.283 50.8067C214.268 50.9389 214.237 51 214.206 51C214.206 51 214.206 51 214.206 51C214.167 50.9999 214.129 50.9053 214.124 50.7354C214.101 49.9106 214.039 48.6779 213.899 47.2217C213.639 44.5066 213.926 44.2099 213.793 40.5434C213.659 36.877 213.392 34.6742 213.565 30.3602C213.737 26.0463 213.014 25.0554 213.424 18.9658C213.692 14.9905 213.462 13.3372 213.243 10.98L213.262 9.99264L214.211 10.0113C215.465 9.89455 216.917 9.7806 219.024 9.74568C219.08 9.74476 219.135 9.74388 219.191 9.74305L220.452 9.76783L220.428 10.98C220.519 17.0212 220.109 24.5748 220.143 28.1994C220.178 31.8575 220.266 36.7706 220.166 41.9564C220.138 43.4093 220.138 44.9578 220.148 46.56L219.191 45.6032C223.308 45.5773 227.779 45.4827 231.899 45.6109C233.699 45.6669 235.732 45.7275 237.791 45.7889L238.577 45.8044L238.562 46.56C238.518 48.0533 238.473 49.5599 238.429 51L238.416 51.6496L237.791 51.6373C234.901 51.5489 232.278 51.4644 230.567 51.3954C226.828 51.2447 225.917 51.2107 222.319 51.3028C220.25 51.3557 217.4 51.3058 214.993 51.1111C213.782 51.0131 214.057 50.8767 215.276 50.8114C217.059 50.716 218.522 50.7798 219.441 50.6093C221.277 50.2685 222.057 50.1378 224.375 50.3361C226.692 50.5344 227.784 50.0838 229.135 50.1356C230.486 50.1875 230.463 50.4533 237.332 50.2485C237.487 50.2439 237.64 50.2394 237.791 50.2349L237.026 51C236.977 49.3445 236.938 47.8741 236.905 46.56L237.791 47.4463C233.883 47.5441 231.357 47.5817 229.454 47.6177C227.25 47.6594 223.013 47.5 219.191 47.5011L218.269 47.5193L218.25 46.56C218.25 45.8721 218.245 45.1976 218.232 44.5509C218.149 40.3115 218.225 31.693 218.089 28.2188C217.952 24.7447 218.25 24.7375 218.416 21.9301Z' fill='%23171717'/%3E%3Cpath d='M4.62 111V64.31H14.56V111H4.62ZM56.029 111L33.769 79.64V111H23.829V64.31H34.049L55.679 94.55V64.31H65.619V111H56.029ZM85.6051 111V73.06H71.9551V64.31H109.195V73.06H95.6151V111H85.6051ZM115.567 111V64.31H148.607V72.85H125.507V83H148.117V91.54H125.507V102.39H148.607V111H115.567ZM182.768 111L173.598 94.27H166.318V111H156.378V64.31H178.218C187.948 64.31 193.898 70.68 193.898 79.36C193.898 87.62 188.718 92.03 183.678 93.22L194.178 111H182.768ZM183.748 79.29C183.748 75.37 180.738 72.85 176.748 72.85H166.318V85.73H176.748C180.738 85.73 183.748 83.21 183.748 79.29ZM233.558 111L211.298 79.64V111H201.358V64.31H211.578L233.208 94.55V64.31H243.148V111H233.558ZM252.354 111V64.31H285.394V72.85H262.294V83H284.904V91.54H262.294V102.39H285.394V111H252.354ZM303.945 111V73.06H290.295V64.31H327.535V73.06H313.955V111H303.945Z' fill='white'/%3E%3Cpath d='M2.64034 109.921C2.58823 109.287 2.64395 108.455 2.72042 107.822C2.74413 107.624 2.85015 107.724 2.8713 107.588C2.91252 107.32 2.86052 107.071 2.90963 106.807C2.92642 106.719 3.09435 106.828 3.10811 106.736C3.18233 106.233 3.13955 105.756 3.17525 105.246C3.35137 102.734 3.41441 100.265 3.49092 97.7222C3.51601 96.8837 3.66841 95.8645 3.60176 94.9985C3.59383 94.8974 3.44643 94.9577 3.43428 94.9384C3.2483 94.6368 3.54587 94.7371 3.5854 94.5401C3.74151 93.7583 3.75508 92.8889 3.6982 92.1366C3.67356 91.8165 3.38079 92.1374 3.54512 91.8151C3.55622 91.7927 3.71275 91.874 3.72945 91.7862C3.767 91.5871 3.73902 91.2094 3.75142 91.0551C3.77611 90.7578 3.77454 90.7086 3.77632 90.4274C3.78012 90.0429 3.85793 89.5856 3.82246 89.1731C3.81443 89.0851 3.65397 89.2016 3.62666 89.0612C3.5994 88.9207 3.61301 88.5489 3.65083 88.4235C3.68868 88.2981 3.8148 88.3515 3.8437 88.3293C4.0877 88.1468 3.74977 87.7167 3.74141 87.6614C3.59901 86.6524 3.79152 85.7872 3.79097 84.8401C3.79015 84.1211 3.72659 83.3523 3.73531 82.6681C3.74631 81.8531 3.83326 81.1623 3.81831 80.3705C3.81692 80.2869 3.62826 80.3848 3.62618 80.2828C3.60422 79.1984 3.62479 78.1216 3.75215 77.0419C3.76509 76.9336 3.93074 77.0732 3.95357 76.965C4.0897 76.3027 4.41671 75.2547 3.69551 74.8613C3.72367 74.4127 3.75277 73.868 3.89815 73.4667C3.99172 73.2079 4.17217 73.4592 4.09517 73.1413C4.07801 73.0696 3.91998 73.1629 3.9062 73.0554C3.84835 72.6027 3.89972 72.1081 3.81807 71.6603C3.80109 71.5692 3.65949 71.594 3.63399 71.5682C3.42748 71.3513 3.76885 70.9902 3.79366 70.9115C3.97863 70.3121 3.90584 69.8743 3.91036 69.3159C3.91148 69.1864 3.72128 69.3395 3.71553 69.2148C3.68827 68.5681 3.70462 67.8982 3.78902 67.265C3.80825 67.1241 3.97027 67.2537 3.98775 67.1863C4.06285 66.8896 3.75683 66.8238 3.82295 66.5391C3.8365 66.4791 3.9752 66.5129 3.99043 66.502C4.22956 66.3307 3.89074 66.1818 3.88326 66.1378C3.78105 65.5804 4.13476 65.2241 4.08467 64.6856C4.07832 64.6212 3.90282 64.7665 3.89571 64.5854C3.89204 64.494 3.88892 64.4021 3.88636 64.31L3.86139 63.6031L4.62 63.5764C5.74388 63.5451 6.91734 63.5961 8.02096 63.7258C8.20661 63.7474 8.07408 63.8793 8.08576 63.8955C8.27618 64.1495 8.39939 63.8092 8.45992 63.7964C8.9375 63.7042 9.38363 63.9895 9.70812 63.5842C11.3311 63.6971 12.948 63.5729 14.56 63.7069L15.141 63.6864L15.1631 64.31C15.1301 64.707 15.0814 65.1036 15.0096 65.5C15.0054 65.5255 14.8379 65.4798 14.8302 65.5306C14.7361 66.1433 14.9965 66.0256 15.3151 66.431C15.395 66.5332 15.0105 66.8438 14.9823 66.8713C14.8784 66.9714 14.6291 66.8676 14.609 66.9011C14.451 67.1786 15.2755 67.1334 15.2757 67.5077C15.2744 67.5194 15.1226 67.4703 15.1075 67.5017C15.0602 67.5993 15.1205 67.6961 15.0682 67.7916C14.9474 68.0102 14.5467 68.088 14.7799 68.4219C14.8102 68.4642 15.2778 68.3997 15.2557 68.7339C15.2465 68.8671 15.2545 69.4569 15.2242 69.6222C15.194 69.7873 15.0433 69.6739 15.0367 69.6857C14.8375 70.1305 14.7549 69.9618 14.4598 70.1847C14.1659 70.4076 14.8669 70.3458 14.9452 70.4366C15.0232 70.5276 14.8588 70.8537 14.8016 70.9339C14.7444 71.014 14.6487 70.9141 14.6163 70.9853C14.4049 71.4576 14.9643 71.1926 15.0756 71.3482C15.339 71.7151 14.8191 72.0009 14.7682 72.3368C14.7544 72.4277 14.8728 72.3535 14.8839 72.4344C14.9262 72.7549 14.764 72.9477 14.9127 73.3124C14.937 73.372 15.2495 73.6668 15.0201 73.8576C14.9871 73.8846 14.8575 73.8078 14.8285 73.9444C14.7849 74.1485 14.7566 74.5162 14.7999 74.7355C14.832 74.8975 15.0454 74.7119 14.9791 74.9157C14.9495 75.0063 14.8246 74.8384 14.7794 75.0086C14.7342 75.1779 14.7397 75.6108 14.744 75.7755C14.7484 75.9399 14.9103 75.8499 14.9213 75.8632C14.9837 75.9436 15.0618 76.2592 15.0616 76.287C15.0814 77.6936 14.8085 78.9906 14.8988 80.36C14.9057 80.4675 15.0764 80.3959 15.0792 80.4123C15.1508 80.7802 14.6968 80.4901 14.5448 80.7471C14.8913 80.71 14.8286 80.8617 14.8666 81.1209C14.8852 81.2457 15.0193 81.1777 15.0331 81.1891C15.2369 81.3743 14.9736 81.5033 14.9198 81.5365C14.7217 81.6591 14.9558 81.7926 14.8234 81.8761C14.6919 81.9595 14.4971 81.7675 14.4996 82.0161C14.6237 82.0858 14.9478 81.9012 15.0004 82.0899C15.1991 82.8019 14.9447 84.131 14.9183 84.7034C14.8919 85.2748 14.9148 85.4593 14.87 85.7922C14.7889 86.3936 15.0294 86.1732 15.1395 86.5466C15.2496 86.9211 14.6578 86.739 14.5306 86.7929C14.4035 86.8457 14.5344 86.9034 14.4645 86.9691C14.3946 87.0346 14.3081 86.8928 14.2819 87.0469C14.2556 87.2011 14.4819 87.6226 14.6149 87.6773C14.8967 87.7928 15.1924 87.6028 15.0885 88.0108C15.0823 88.0343 14.9267 87.9581 14.911 88.048C14.7912 88.7616 14.7838 89.5029 14.6778 90.2156C14.663 90.3136 14.4899 90.226 14.4794 90.283C14.3686 90.877 14.6605 90.6647 14.9847 90.9903C14.5533 90.9171 14.2893 91.0972 14.2867 91.548C14.2851 91.819 14.4735 91.7724 14.6063 91.9477C14.6464 92.0003 14.517 92.192 14.6056 92.2268C14.8953 92.3414 15.2196 92.1607 15.0904 92.6256C15.0843 92.646 14.9257 92.581 14.9161 92.6515C14.8533 93.107 15.1563 93.1615 15.193 93.6539C15.2218 94.0398 15.037 94.7262 15.007 95.1656C14.5219 95.1564 14.6329 95.5714 14.9674 95.7398C14.9537 96.025 14.9726 96.333 14.9264 96.6087C14.9106 96.7035 14.7702 96.6412 14.755 96.6532C14.5169 96.8366 14.8423 96.9606 14.8551 97.0222C14.9791 97.6893 14.7325 98.2329 14.9735 98.8696C14.9822 98.8922 15.3191 98.9288 15.0731 99.099C15.0562 99.11 14.9028 98.8998 14.891 99.1993C14.8791 99.4988 14.6985 100.064 14.8546 100.479C14.8922 100.58 15.1657 100.835 14.952 101.039C14.923 101.066 14.8264 101.036 14.7726 101.076C14.6012 101.203 14.9418 101.272 14.6525 101.421C14.3631 101.571 14.1464 101.881 14.3461 102.301C14.3519 102.314 14.6218 102.413 14.6175 102.545C14.6105 102.756 14.5543 103.055 14.556 103.274C14.557 103.38 14.7246 103.312 14.7277 103.331C14.8216 104.038 14.6721 104.542 14.6073 105.3C14.5951 105.439 14.8237 105.839 14.6429 106.108C14.4451 106.403 13.6222 106.1 13.8182 106.779C13.8967 107.053 14.9407 107.399 14.3998 107.892C14.5338 108.846 14.257 109.729 14.4484 110.687C14.4568 110.73 14.7482 110.866 14.7443 110.967C14.7438 110.978 14.7425 110.989 14.7407 111L14.7468 111.174L14.56 111.181C14.43 111.158 14.3521 111.041 14.2529 111.033C13.8033 110.992 13.3919 111.108 12.9584 111.09C12.7939 111.083 12.8514 110.943 12.6551 110.935C12.459 110.927 12.3282 111.112 12.0624 111.023C11.8616 110.955 11.6609 110.576 11.3944 110.531C11.3842 110.905 11.2012 110.898 10.8759 110.996C10.8134 111.015 10.8805 111.146 10.8509 111.161C10.7305 111.228 10.6191 111.121 10.5048 111.194C10.477 111.211 10.4757 111.339 10.453 111.36C10.2597 111.548 9.94122 111.261 9.88653 111.211C9.67692 111.021 9.57896 111.187 9.41818 111.112C9.25767 111.038 9.49768 110.944 9.31017 110.899C8.92151 110.805 8.42213 110.826 8.0274 110.82C7.86991 110.818 7.97736 110.989 7.95482 110.992C7.62914 111.036 7.29981 110.854 7.11923 111.194C6.89342 110.316 6.92284 111.279 6.45732 111.103C6.42065 111.089 6.374 110.674 6.51478 110.613C6.65556 110.552 6.86903 110.682 7.06436 110.587C7.11061 110.565 7.37558 110.176 7.41173 110.152C7.69491 109.968 7.73504 110.588 7.75003 110.622C7.91992 110.99 8.24371 110.571 8.32898 110.542C8.71905 110.409 9.05045 110.496 9.37671 110.402C9.59009 110.341 9.61096 109.934 9.77852 109.947C10.3355 109.988 10.5299 110.555 11.0548 110.063C11.1673 109.958 11.0555 109.514 11.4588 109.863C11.4841 109.885 11.7835 110.205 11.9565 110.003C11.9782 109.977 11.9775 109.848 12.0062 109.837C12.1982 109.767 12.3263 109.87 12.5354 109.82C12.7446 109.771 12.9961 109.697 13.2349 109.741C13.3789 109.768 13.5635 110.009 13.6324 110.068C13.827 110.238 14.0356 109.959 14.1561 110.165C14.2776 110.372 14.04 110.686 14.3587 110.82C14.3705 110.484 14.3976 110.139 14.4166 109.8C14.4645 109.801 14.5123 109.803 14.56 109.804L13.3642 111C13.3866 110.351 13.48 109.71 13.4662 109.057C13.464 108.97 13.2832 109.059 13.2762 108.966C13.2475 108.573 13.3764 108.23 13.3251 107.822C13.2847 107.507 13.0933 107.161 13.045 106.831C13.4298 106.63 13.2992 106.14 13.3343 105.785C13.3465 105.66 13.4493 105.668 13.4828 105.58C13.6068 105.246 13.2668 105.402 13.2133 105.311C12.9849 104.918 13.7545 104.884 13.7355 104.421C13.7347 104.396 13.3245 104.096 13.2989 104.055C13.1324 103.792 13.4417 104.011 13.472 103.847C13.5274 103.547 13.6254 103.338 13.5052 102.986C13.4697 102.884 13.214 102.637 13.4117 102.438C13.4376 102.412 13.5732 102.426 13.5812 102.405C13.7135 102.023 13.2875 102.013 13.1432 101.795C12.9989 101.576 13.293 101.239 13.3778 101.17C13.5971 100.991 13.4715 101.308 13.493 101.318C13.7491 101.432 13.705 101.186 13.7267 100.998C14.1444 100.971 14.1194 100.708 13.7474 100.803C13.7068 100.814 13.7458 100.96 13.7267 100.998C13.3168 100.833 13.2643 100.544 13.6473 100.225C13.8269 100.076 14.0362 100.217 13.9596 99.7631C13.925 99.5572 13.6374 99.6368 13.559 99.455C13.38 99.0399 13.6484 98.5005 13.6061 98.0725C13.5907 97.9171 13.4333 98.0685 13.4174 97.9623C13.3746 97.6806 13.4928 97.4321 13.4322 97.1492C13.4266 97.1235 13.2617 97.1862 13.2596 97.0982C13.2405 96.4312 13.3461 95.8504 13.349 95.154C13.3503 94.8175 13.2594 94.2159 13.2777 93.8673C13.3084 93.2632 13.5481 92.52 13.4899 92.0039C13.4526 91.6672 13.2877 91.7411 13.1754 91.5969C12.9577 91.3185 13.3477 90.8259 13.4081 90.7595C13.4101 90.7575 13.4489 91.0472 13.5336 90.8926C13.7099 90.8027 13.4088 90.7628 13.4081 90.7595C13.4471 90.716 13.4845 90.1373 13.453 90.0225C13.4358 89.96 13.2796 89.9949 13.2736 89.9624C13.1338 89.1887 13.0941 88.4136 13.1671 87.6289C13.1703 87.6151 13.345 87.6359 13.3502 87.6034C13.4279 87.1491 13.2142 86.8582 13.0873 86.4835C12.9604 86.1089 13.0029 85.8118 13.3029 85.59C13.2651 85.3074 13.3977 84.9018 13.4781 84.6684C13.5586 84.4351 13.2185 84.4025 13.2118 84.382C12.9966 83.7416 13.1913 83.3713 13.2216 82.7069C13.2365 82.391 13.1872 81.7644 13.15 81.4224C13.1201 81.1521 13.1998 80.9893 13.1488 80.7402C13.142 80.7065 12.9906 80.7406 12.9847 80.7303C12.8036 80.4523 13.1738 80.5859 13.2399 80.5285C13.4803 80.3204 13.6083 80.1919 13.4952 79.8359C13.4693 79.7538 12.9363 79.5147 12.9052 79.365C12.8656 79.1704 13.0567 79.2438 13.0104 79.0401C13.0066 79.0227 12.8887 79.0263 12.8939 78.9005C12.9165 78.3168 12.9851 77.6804 12.9733 77.0738C12.9721 76.991 12.7852 77.0972 12.7804 76.9775C12.7582 76.4157 12.7652 75.8 12.8527 75.2527C12.8748 75.118 13.0057 75.2024 13.0446 75.1732C13.2797 74.9937 12.938 74.7391 12.9315 74.6971C12.7673 73.6951 13.0765 72.9282 12.9293 71.9069C12.9207 71.8513 12.5544 71.4234 12.8685 71.2324C12.8894 71.2194 13.2108 71.0305 12.9911 70.8635C12.9773 70.8531 12.8119 70.9708 12.8287 70.7654C12.8456 70.56 12.7351 70.2294 12.9169 69.9471C12.9741 69.8577 13.2948 69.6464 13.0392 69.3798C13.0213 69.3624 12.4434 68.9508 12.8422 68.8039C12.9078 68.7801 13.3297 68.805 13.1134 68.4867C13.0715 68.4259 12.9773 68.5363 12.9186 68.3761C12.828 68.1307 12.941 67.8055 12.7531 67.5038C12.7198 67.4512 12.4334 67.2272 12.6508 67.0476C12.6848 67.0194 12.8257 67.0729 12.8414 66.978C12.917 66.5268 12.8228 66.0544 12.9203 65.5963C12.9545 65.4341 13.1823 65.517 13.2433 65.3479C13.3043 65.1787 13.363 64.8379 13.2589 64.6609C13.1548 64.4839 12.7919 64.6773 12.7628 64.412C12.7591 64.378 12.7557 64.344 12.7525 64.31L14.56 66.1175C13.4416 66.2209 12.3329 66.0195 11.2156 65.9893C11.0448 65.9846 11.1864 66.1145 10.9347 66.1169C10.007 66.1266 8.40518 66.2484 7.60013 65.9724C6.95511 65.7514 7.76684 65.5831 7.27393 65.4932C7.03608 65.4503 6.77876 65.8722 6.72134 65.8855C6.16042 66.0204 5.7706 65.8335 5.26575 65.8909C5.1615 65.9028 5.26375 66.0738 5.17502 66.082C4.99239 66.0999 4.80415 66.0793 4.62 66.0631L6.37314 64.31C6.36248 64.4314 6.35377 64.5511 6.35932 64.6662C6.36598 64.7961 6.4966 64.7722 6.48652 64.8917C6.4639 65.1778 6.40899 65.4307 6.28657 65.7096C6.27541 65.735 6.11293 65.5636 6.10688 65.7753C6.09756 66.1178 5.97679 66.543 6.10151 66.9371C6.13903 67.054 6.43756 67.0586 6.23139 67.3099C6.18833 67.3626 5.82986 67.2954 6.1396 67.5882C6.19107 67.6374 6.60884 68.1292 6.33955 68.3706C6.26867 68.4343 5.97533 68.5968 6.02143 68.7374C6.02879 68.7565 6.18914 68.6801 6.20478 68.7966C6.25711 69.2073 6.24001 69.6376 6.29023 70.0595C6.30396 70.1722 6.46989 70.0044 6.48505 70.1723C6.52699 70.634 6.48475 71.2105 6.43281 71.662C6.41334 71.8284 6.27589 71.7134 6.26093 71.7255C6.01763 71.9203 6.34603 72.0354 6.36518 72.1001C6.47984 72.5021 6.32558 72.8083 6.3664 73.1789C6.37725 73.2812 6.53384 73.2087 6.5478 73.229C6.68422 73.4402 6.40301 73.2829 6.37202 73.4166C6.28425 73.791 6.29683 74.2084 6.31684 74.587C6.32442 74.7261 6.50598 74.5698 6.51069 74.6946C6.54198 75.4333 6.5246 76.2013 6.42451 76.9222C6.40533 77.058 6.26552 76.9726 6.23359 77.0009C6.01018 77.1959 6.31491 77.4817 6.34394 77.5474C6.47648 77.8464 6.35285 77.9626 6.37592 78.2266C6.49082 79.5165 6.40893 81.1092 6.35835 82.3268C6.29324 83.9135 6.16023 85.1447 6.19477 86.6577C6.19679 86.7539 6.38278 86.6569 6.38691 86.7398C6.43175 87.8101 6.35907 88.8637 6.41279 89.9361C6.41687 90.0241 6.59319 89.8973 6.60566 90.0385C6.63248 90.3282 6.6229 90.6952 6.5666 90.9882C6.53947 91.1311 6.38817 90.9394 6.36396 91.0832C6.30724 91.4181 6.29468 91.7771 6.32295 92.121C6.33536 92.2674 6.51569 92.0466 6.51777 92.2368C6.53566 93.5328 6.56672 94.8057 6.3332 96.1154C6.31716 96.2051 5.95066 96.2839 6.02094 96.4748C6.12266 96.4892 6.2423 96.4884 6.35102 96.4947C6.40958 98.3814 6.28253 100.249 6.26289 102.141C6.2621 102.221 6.45629 102.083 6.45576 102.237C6.45289 103.131 6.50668 103.999 6.31367 104.913C6.29479 105.004 5.95316 104.957 6.00483 105.225C6.01426 105.272 6.05982 105.675 6.13398 105.779C6.14517 105.793 6.30463 105.719 6.30927 105.849C6.33349 106.603 6.29708 107.393 6.19965 108.146C6.18363 108.267 6.01381 108.138 6.00092 108.225C5.91078 108.838 6.03987 109.506 5.88569 110.092C5.78188 110.485 5.48835 110.34 5.19941 110.548C5.15865 110.578 5.15219 110.821 4.98408 110.833C4.56136 110.866 4.09848 110.748 3.6479 110.796C3.55085 110.806 3.65538 111.132 3.42085 110.939C3.40516 110.926 3.32732 110.69 3.24776 110.631C3.19275 110.591 3.02179 110.664 2.95137 110.581C2.88103 110.499 3.02434 110.408 2.94161 110.271C2.85785 110.134 2.66336 110.194 2.64034 109.921ZM13.8378 83.6177C14.0011 83.4016 13.4029 83.3697 13.546 83.6034C13.5536 83.6147 13.8298 83.6288 13.8378 83.6177ZM13.9322 109.762C14.1961 109.479 13.8081 109.286 13.6044 109.485C13.4008 109.684 13.8523 109.848 13.9322 109.762ZM12.869 110.565C13.1992 110.773 13.2511 109.925 12.8975 110.096C12.8769 110.106 12.8497 110.553 12.869 110.565ZM5.11714 109.581C5.10919 109.584 5.10145 109.758 5.10933 109.763C5.29931 109.856 5.31466 109.506 5.11714 109.581ZM9.96214 110.775C10.0652 110.889 10.362 110.757 10.2339 110.614C10.1308 110.499 9.83378 110.632 9.96214 110.775ZM14.4762 72.3458C14.4851 72.3424 14.4931 72.2172 14.4427 72.2197C14.2805 72.2282 14.3263 72.4025 14.4762 72.3458ZM5.02161 110.784C5.75155 110.816 6.19412 111.517 5.39922 111.438C5.25527 111.424 5.70946 111.214 5.52625 111.151C5.191 111.036 4.96839 111.476 4.62628 111.24C4.56435 111.197 4.97997 110.781 5.0229 110.783C5.02247 110.784 5.02204 110.784 5.02161 110.784ZM14.5563 83.4933C14.5642 83.4889 14.5717 83.3155 14.5638 83.3114C14.3739 83.2175 14.3587 83.5668 14.5563 83.4933ZM14.8461 65.0359C14.8629 65.0264 14.8787 64.6239 14.8632 64.6108C14.5526 64.4008 14.5198 65.2145 14.8461 65.0359ZM14.994 95.1725C15.1851 95.3618 15.2076 95.5881 14.9676 95.739C14.9804 95.5509 14.9823 95.3616 14.994 95.1725ZM52.9244 110.046C52.0051 108.841 50.9013 107.19 50.0902 105.915C49.8358 105.516 50.0608 105.65 49.8891 105.371C49.5532 104.827 49.1665 104.372 48.8413 103.829C48.7339 103.649 49.0215 103.764 48.9058 103.577C48.2709 102.554 47.5781 101.652 46.9027 100.639C43.576 95.6479 40.2162 90.8058 36.7659 85.8127C35.6281 84.1665 34.3445 82.0947 33.0938 80.4479C32.9476 80.2557 32.9107 80.4584 32.8742 80.428C32.8386 80.3979 32.8066 80.3698 32.778 80.3434L34.9842 79.64C35.1043 80.2081 34.8406 80.0255 34.8036 80.4661C34.6475 82.3319 34.6339 84.4067 34.6908 86.2023C34.7154 86.9662 35.0082 86.2003 34.8439 86.9695C34.8328 87.0229 34.6762 86.8291 34.6595 87.0386C34.622 87.5137 34.65 88.415 34.6376 88.7832C34.6129 89.4929 34.6144 89.6103 34.6127 90.2815C34.6089 91.1991 34.5311 92.2904 34.5665 93.2749C34.5746 93.485 34.735 93.2068 34.7623 93.542C34.7896 93.8774 34.776 94.7648 34.7382 95.0639C34.7003 95.3632 34.5742 95.2358 34.5453 95.2887C34.3013 95.7244 34.6392 96.7508 34.6476 96.8829C34.79 99.2909 34.5975 101.356 34.598 103.616C34.5988 105.332 34.6624 107.167 34.6537 108.8C34.6493 109.568 34.6331 110.291 34.616 111L34.6284 111.834L33.769 111.847C32.6834 111.821 31.6286 111.793 30.4856 111.802C30.2862 111.803 30.5199 111.992 30.2763 111.994C28.1195 112.012 25.9752 112.001 23.829 111.923L22.9199 111.936L22.9061 111C22.9217 110.571 22.9399 110.142 22.9611 109.713C22.9741 109.454 23.1397 109.787 23.1626 109.529C23.2987 107.948 23.6257 105.447 22.9045 104.509C22.9327 103.438 22.9618 102.138 23.1071 101.18C23.2007 100.562 23.3812 101.162 23.3042 100.404C23.287 100.233 23.129 100.455 23.1152 100.198C23.0573 99.118 23.1087 97.9377 23.0271 96.8689C23.0101 96.6515 22.8685 96.7108 22.843 96.6492C22.6365 96.1316 22.9778 95.2698 23.0026 95.0819C23.1876 93.6513 23.1148 92.6066 23.1193 91.2739C23.1205 90.9646 22.9303 91.3302 22.9245 91.0326C22.8973 89.4892 22.9136 87.8903 22.998 86.3791C23.0172 86.0429 23.1793 86.352 23.1967 86.1914C23.2718 85.4831 22.9658 85.3261 23.0319 84.6468C23.0455 84.5035 23.1842 84.5842 23.1994 84.5581C23.4385 84.1492 23.0997 83.794 23.0922 83.6888C22.99 82.3586 23.3437 81.5083 23.2937 80.2232C23.2873 80.0694 23.1118 80.4161 23.1047 79.9839C23.0562 77.1048 23.1045 74.0598 23.2448 71.21C23.2664 70.7669 23.3983 71.0832 23.4145 71.0553C23.6684 70.6008 23.3282 70.3068 23.3154 70.1623C23.2231 69.0225 23.5085 67.9578 23.1032 67.1834C23.1312 66.2247 23.1446 65.2669 23.151 64.31L23.1411 63.6422L23.829 63.632C27.2458 63.6548 30.652 63.5882 34.049 63.7742L34.3165 63.7702L34.4848 63.9983C34.7224 64.372 34.9564 64.7481 35.1862 65.127C35.2182 65.179 35.0184 65.1877 35.0828 65.2909C35.857 66.535 35.9054 66.1551 36.7274 66.7567C36.9342 66.9084 37.0528 67.7351 37.068 67.8049C37.1226 68.0597 36.7756 68.0031 36.8058 68.0799C37.0626 68.7105 37.6704 68.1431 38.1903 68.8695C38.2055 68.8931 38.0138 68.8859 38.0451 68.9557C38.1421 69.1727 38.3255 69.3255 38.4157 69.5413C38.6209 70.0359 38.4031 70.4202 39.0564 70.9327C39.1397 70.9971 39.4304 70.5997 39.8765 71.2614C40.054 71.5253 40.8794 72.6655 41.0843 73.004C41.2889 73.3421 41.0089 73.2097 41.02 73.2364C41.4755 74.2158 41.1741 73.9364 41.2436 74.5407C41.3139 75.1442 41.7983 74.6164 41.9881 74.7473C42.1779 74.8785 42.497 75.6073 42.5618 75.7961C42.6265 75.9848 42.4099 75.8466 42.4825 76.0037C42.9663 77.0435 43.0533 76.2037 43.3599 76.441C44.0836 77 44.0575 77.8571 44.4824 78.5387C44.5974 78.7232 44.5908 78.5103 44.7121 78.661C45.1916 79.2585 45.3273 79.7271 45.9546 80.3484C46.0571 80.4501 46.7206 80.8405 46.799 81.3443C46.8096 81.416 46.5976 81.3423 46.7637 81.6244C47.0116 82.0458 47.4991 82.776 47.8388 83.1766C48.0898 83.4724 48.0057 82.9878 48.2347 83.4221C48.3364 83.6152 48.0018 83.3619 48.2013 83.7186C48.3996 84.0735 49.0051 84.9106 49.2373 85.2279C49.4692 85.5445 49.4759 85.2756 49.5032 85.295C49.6657 85.4147 50.1674 85.9818 50.2059 86.0361C52.1749 88.7548 53.7537 91.4313 55.7286 94.037C55.8834 94.2417 55.9229 94.0034 55.948 94.0336C56.0199 94.1186 56.0704 94.1881 56.1042 94.2458L55.1562 94.55C55.1982 94.0897 55.5614 94.5502 55.6942 94.0144C55.3477 94.1031 55.4104 93.741 55.3724 93.1225C55.3538 92.8245 55.2196 92.9868 55.2059 92.9596C55.0021 92.5176 55.2653 92.2098 55.3192 92.1305C55.5173 91.8378 55.2832 91.5193 55.4156 91.3201C55.547 91.121 55.7419 91.5792 55.7394 90.986C55.6153 90.8196 55.2912 91.26 55.2386 90.8097C55.0399 89.1104 55.2942 85.9385 55.3207 84.5723C55.3471 83.2088 55.3242 82.7684 55.369 81.9738C55.4501 80.5386 55.2096 81.0646 55.0995 80.1734C54.9894 79.2797 55.5811 79.7142 55.7084 79.5857C55.8355 79.4596 55.7046 79.3219 55.7745 79.165C55.8444 79.0086 55.9309 79.3471 55.9571 78.9794C55.9833 78.6114 55.7571 77.6054 55.6241 77.4749C55.3423 77.1992 55.0466 77.6526 55.1505 76.6789C55.1567 76.6229 55.3123 76.8046 55.328 76.5902C55.4478 74.8872 55.4552 73.1179 55.5611 71.417C55.5759 71.1831 55.749 71.3922 55.7596 71.2561C55.8703 69.8384 55.5785 70.3452 55.2543 69.5682C55.6857 69.7426 55.9497 69.3129 55.9522 68.237C55.9539 67.5901 55.7655 67.7015 55.6327 67.2832C55.5926 67.1576 55.722 66.7 55.6334 66.617C55.3437 66.3436 55.0194 66.7747 55.1485 65.6653C55.1547 65.6166 55.3133 65.7716 55.3229 65.6034C55.3586 64.9857 55.2762 64.677 55.1916 64.31L55.1845 63.8299L55.679 63.8226C55.9579 63.7584 56.2704 63.6929 56.7778 63.677C57.6989 63.6482 59.337 63.833 60.3858 63.863C60.3637 64.3481 61.3543 64.2371 61.7561 63.9026C62.4368 63.9163 63.1719 63.8974 63.8298 63.9436C64.0562 63.9594 63.9074 64.0998 63.936 64.115C64.3738 64.3531 64.6697 64.0277 64.8166 64.0149C65.092 63.9935 65.3586 63.9831 65.619 63.9794L65.9446 63.9746L65.9496 64.31C65.9674 65.5553 65.8332 66.66 66.0325 67.9167C66.0412 67.9707 66.3781 68.0581 66.1321 68.4643C66.1151 68.4906 65.9618 67.9887 65.95 68.7035C65.9381 69.4184 65.7574 70.7662 65.9136 71.7588C65.9512 71.999 66.2247 72.6065 66.011 73.0941C65.982 73.1591 65.8853 73.088 65.8316 73.1817C65.6602 73.4849 66.0008 73.6504 65.7114 74.0067C65.4221 74.3629 65.2054 75.104 65.4051 76.105C65.4109 76.1369 65.6808 76.3739 65.6765 76.6887C65.6695 77.1912 65.6133 77.9045 65.615 78.4292C65.616 78.6804 65.7836 78.5196 65.7866 78.5633C65.8806 80.2524 65.7311 81.4546 65.6663 83.2642C65.6541 83.596 65.8826 84.5492 65.7019 85.1914C65.5041 85.8966 64.6812 85.172 64.8772 86.7928C64.9556 87.4465 65.9997 88.2742 65.4588 89.449C65.5928 91.7275 65.316 93.8346 65.5073 96.1195C65.5158 96.2222 65.8072 96.5471 65.8032 96.7887C65.7968 97.1473 65.6606 97.3441 65.6516 97.6002C65.6106 98.6731 65.7271 99.655 65.709 100.689C65.7024 101.082 65.5616 100.945 65.5537 101.413C65.546 101.881 65.7314 102.194 65.6419 102.828C65.5736 103.307 65.1946 103.786 65.1504 104.422C65.5243 104.446 65.5166 104.883 65.6153 105.66C65.6344 105.809 65.7645 105.649 65.7803 105.719C65.8474 106.007 65.7395 106.273 65.8125 106.545C65.8301 106.612 65.9577 106.615 65.9793 106.669C66.1673 107.13 65.8801 107.89 65.8301 108.021C65.6402 108.521 65.8062 108.755 65.7315 109.139C65.6567 109.522 65.5632 108.949 65.5178 109.396C65.4686 109.883 65.4509 110.442 65.4443 111L65.619 110.825C65.1134 110.819 64.609 110.823 64.1611 110.82C63.7852 110.818 64.0417 110.989 63.9879 110.992C63.2106 111.036 62.4246 110.854 61.9936 111.194C61.4548 110.316 61.5249 111.279 60.4139 111.103C60.3264 111.089 60.2151 110.674 60.5511 110.613C60.8871 110.552 61.3965 110.682 61.8627 110.587C61.9731 110.565 62.6055 110.176 62.6917 110.152C63.3676 109.968 63.4633 110.588 63.4991 110.622C63.9046 110.99 64.6774 110.571 64.8808 110.542C65.1366 110.505 65.3817 110.486 65.619 110.474L65.093 111C65.0624 110.374 65.0895 109.802 65.0208 109.238C64.9596 108.728 64.5533 108.679 64.5657 108.279C64.6068 106.949 65.1736 106.485 64.6822 105.233C64.5773 104.964 64.1333 105.231 64.4825 104.269C64.5045 104.208 64.8239 103.494 64.6218 103.081C64.5964 103.029 64.4669 103.03 64.4561 102.962C64.3858 102.504 64.4889 102.198 64.4395 101.699C64.3901 101.2 64.3165 100.6 64.3604 100.03C64.3866 99.6861 64.6278 99.2453 64.6868 99.0809C64.8569 98.6166 64.578 98.1188 64.784 97.8312C64.9909 97.5411 65.3053 98.1082 65.439 97.3475C65.1027 97.3194 64.7576 97.2547 64.4195 97.2094C64.4313 95.5425 64.54 93.9024 64.5252 92.23C64.523 92.0227 64.3422 92.2347 64.3352 92.0124C64.3065 91.0746 64.4354 90.2555 64.3841 89.283C64.3436 88.5302 64.1523 87.7047 64.104 86.9176C64.4888 86.4367 64.3582 85.2687 64.3933 84.4201C64.4055 84.1229 64.5082 84.1428 64.5418 83.9314C64.6658 83.1339 64.3258 83.5076 64.2722 83.289C64.0439 82.351 64.8135 82.2707 64.7945 81.1648C64.7937 81.1063 64.3835 80.3901 64.3579 80.2915C64.1914 79.6647 64.5007 80.1877 64.531 79.7955C64.5864 79.0793 64.6844 78.5817 64.5642 77.7414C64.5286 77.4964 64.2729 76.9087 64.4707 76.4329C64.4966 76.3703 64.6322 76.4049 64.6402 76.3546C64.7725 75.4426 64.3465 75.4187 64.2022 74.8976C64.0579 74.3764 64.352 73.5714 64.4368 73.4076C64.6561 72.979 64.5305 73.736 64.552 73.7592C64.8081 74.0318 64.764 73.4447 64.7857 72.9961C65.2034 72.9312 65.1783 72.3039 64.8064 72.5311C64.7658 72.5569 64.8047 72.9061 64.7857 72.9961C64.3758 72.6024 64.3233 71.9129 64.7063 71.1514C64.8858 70.795 65.0952 71.1319 65.0186 70.0491C64.984 69.5577 64.6964 69.7476 64.6179 69.3139C64.439 68.3232 64.7073 67.0357 64.6651 66.0143C64.6497 65.6436 64.4923 66.0047 64.4763 65.7513C64.4444 65.2491 64.5023 64.7911 64.5084 64.31L65.619 65.4206C65.4561 65.4186 65.2905 65.4224 65.1197 65.4377C65.0585 65.4434 65.208 65.6083 64.9981 65.6104C63.4062 65.6295 62.02 65.5239 60.3579 65.521C59.5549 65.5197 58.1191 65.6106 57.2872 65.5923C56.7795 65.5815 56.2308 65.5448 55.679 65.5043L56.8733 64.31C56.7987 65.3254 56.7114 66.351 56.7491 67.1491C56.7864 67.9525 56.9512 67.7762 57.0636 68.1204C57.2813 68.7847 56.8913 69.9605 56.8309 70.1188C56.8289 70.1236 56.79 69.4323 56.7054 69.8012C56.5291 70.0157 56.8301 70.111 56.8309 70.1188C56.7919 70.2228 56.7545 71.6037 56.786 71.8779C56.8032 72.0269 56.9594 71.9436 56.9654 72.0212C57.1052 73.8678 57.1449 75.7176 57.0719 77.5904C57.0687 77.6234 56.894 77.5737 56.8888 77.6513C56.8111 78.7355 57.0248 79.4298 57.1517 80.324C57.2785 81.2181 57.2361 81.9271 56.9361 82.4564C56.9739 83.131 56.8413 84.0988 56.7608 84.6558C56.6804 85.2127 57.0205 85.2905 57.0272 85.3395C57.2424 86.8679 57.0477 87.7515 57.0174 89.3372C57.0024 90.0911 57.0518 91.5865 57.089 92.4028C57.1189 93.0479 57.0392 93.4365 57.0902 94.0309C57.097 94.1113 57.2484 94.0301 57.2542 94.0546C57.4354 94.718 57.0652 94.3992 56.9991 94.5362C56.9969 94.5408 56.9947 94.5454 56.9924 94.55L56.9644 98.6527L54.6107 95.3141C54.5185 94.7794 54.4402 94.4556 53.8594 93.8363C53.7243 93.692 52.9587 93.5378 52.7255 93.2654C52.4232 92.9107 52.6806 92.9421 52.36 92.5735C52.3327 92.5419 52.2419 92.6175 52.0715 92.3704C51.2794 91.2241 50.4516 89.9489 49.5997 88.7783C49.4837 88.6181 49.4792 88.9331 49.3091 88.7034C48.5111 87.6259 47.6618 86.4266 46.9731 85.3134C46.8041 85.039 47.0278 85.1268 47.0188 85.0474C46.9608 84.5621 46.3294 84.2667 46.2658 84.189C44.741 82.3394 43.9277 80.6709 42.3899 78.7741C42.3057 78.6712 41.4136 78.0536 41.404 77.5002C41.4029 77.4627 41.4021 76.9091 40.9914 76.7127C40.9658 76.7006 40.9947 77.0253 40.7232 76.6168C40.4517 76.2083 39.9028 75.6309 39.6587 74.9771C39.5812 74.7702 39.5486 74.1736 38.9705 73.8047C38.9319 73.7814 37.8903 73.3185 38.0106 72.8014C38.0309 72.7169 38.4087 72.5199 37.7909 72.028C37.6724 71.9344 37.7491 72.2034 37.4789 71.9266C37.0645 71.5029 36.7049 70.8059 36.1331 70.3296C36.033 70.2468 35.4891 69.9787 35.4164 69.5035C35.405 69.4291 35.5938 69.4509 35.4749 69.2575C34.91 68.3377 34.1774 67.4755 33.6206 66.5296C33.4232 66.1947 33.7236 66.2232 33.5384 65.8594C33.4306 65.6477 33.2414 65.3236 33.037 65.0338L34.049 65.5542C33.7942 65.5525 33.5492 65.5676 33.3726 65.6111C32.9501 65.7152 33.4117 66.0781 32.7787 66.1072C30.0269 66.2333 27.301 66.0204 24.5533 65.9893C24.1457 65.9846 24.4836 66.1145 23.883 66.1169C23.8651 66.117 23.8471 66.1171 23.829 66.1172L25.6362 64.31C25.6475 66.5319 25.7651 70.3085 25.4914 72.2143C25.2704 73.7537 25.1021 71.8164 25.0122 72.9928C24.9692 73.5605 25.3912 74.1746 25.4045 74.3116C25.5394 75.6503 25.3525 76.5807 25.4099 77.7855C25.4218 78.0344 25.5928 77.7903 25.601 78.0021C25.6307 78.7254 25.5543 79.4856 25.5683 80.1768C25.575 80.4868 25.7056 80.4297 25.6955 80.715C25.6729 81.3977 25.618 82.0014 25.4956 82.667C25.4844 82.7276 25.3219 82.3186 25.3159 82.8237C25.3065 83.6412 25.1858 84.6559 25.3105 85.5964C25.348 85.8755 25.6465 85.8864 25.4404 86.4863C25.3973 86.6121 25.0388 86.4516 25.3486 87.1504C25.4001 87.2679 25.8178 88.4417 25.5485 89.0178C25.4777 89.1697 25.1843 89.5576 25.2304 89.8932C25.2378 89.9387 25.3981 89.7564 25.4138 90.0345C25.4661 91.0145 25.449 92.0416 25.4992 93.0485C25.5129 93.3174 25.6789 92.9169 25.694 93.3176C25.736 94.4196 25.6937 95.7954 25.6418 96.873C25.6223 97.2703 25.4849 96.9957 25.4699 97.0246C25.2266 97.4894 25.555 97.7643 25.5742 97.9186C25.6888 98.8781 25.5346 99.6088 25.5754 100.493C25.5862 100.737 25.7428 100.564 25.7568 100.613C25.8932 101.117 25.612 100.741 25.581 101.06C25.4932 101.954 25.5058 102.95 25.5258 103.854C25.5334 104.186 25.715 103.813 25.7197 104.111C25.751 105.874 25.7336 107.706 25.6335 109.427C25.6143 109.751 25.4745 109.547 25.4426 109.615C25.2192 110.08 25.5239 110.762 25.5529 110.919C25.558 110.947 25.5628 110.974 25.5672 111L23.829 109.262C24.4837 109.153 24.7633 109.266 25.3691 109.244C27.9783 109.147 31.1066 109.191 33.769 109.237L32.0061 111C32.0145 110.521 32.0229 110.057 32.0306 109.614C32.0957 105.828 32.2288 102.889 32.1942 99.2782C32.1922 99.0487 32.0062 99.2801 32.0021 99.0823C31.9572 96.528 32.0299 94.0133 31.9762 91.4539C31.9721 91.2439 31.7958 91.5466 31.7833 91.2095C31.7565 90.5181 31.7661 89.6422 31.8224 88.9431C31.8495 88.6021 32.0008 89.0595 32.025 88.7162C32.0817 87.917 32.0943 87.0603 32.066 86.2394C32.0536 85.8901 31.8733 86.4172 31.8712 85.9631C31.859 83.8448 31.8405 81.7524 31.9051 79.64L31.9448 73.7818L35.2889 78.5612C35.8273 79.3711 36.3538 80.1946 36.864 81.0405C36.9749 81.2245 36.7849 81.5899 37.1059 81.9208C37.2087 81.8899 37.3052 81.8191 37.4025 81.7684C40.0566 85.4063 42.5327 89.1141 45.1303 92.8076C45.2399 92.9633 45.2078 92.5826 45.4207 92.8835C46.6531 94.6247 47.8961 96.2828 49.0017 98.1739C49.1116 98.3614 48.7688 98.4685 49.1802 98.9589C49.253 99.0452 49.8464 99.8024 50.0507 99.9621C50.0793 99.9832 50.1079 99.7479 50.2909 99.9977C51.3522 101.451 52.414 103.01 53.3744 104.531C53.5291 104.777 53.2119 104.623 53.3209 104.799C54.0953 106.046 55.1227 107.27 55.8072 108.501C56.2648 109.325 55.8247 109.212 55.8772 109.785C55.8847 109.866 56.2153 110.343 56.0955 110.465C55.7954 110.772 55.2553 110.811 54.9546 111.166C54.8896 111.242 55.4245 111.815 54.967 111.576C54.9356 111.558 54.5461 111.144 54.4009 111.077C54.3002 111.03 54.2615 111.271 54.09 111.151C53.9186 111.031 53.9101 110.772 53.6535 110.553C53.3962 110.335 53.3207 110.565 52.9244 110.046ZM56.4012 87.1635C56.2379 87.6792 56.8361 87.7553 56.693 87.1976C56.6853 87.1706 56.4092 87.1369 56.4012 87.1635ZM64.9912 93.9118C65.2551 93.2376 64.8671 92.7762 64.6634 93.2519C64.4598 93.7274 64.9113 94.1172 64.9912 93.9118ZM65.1839 100.903C65.3919 100.115 64.5436 99.9909 64.7151 100.835C64.7248 100.884 65.1718 100.949 65.1839 100.903ZM54.4738 107.95C54.4714 107.961 54.7065 108.305 54.7187 108.309C55.0021 108.38 54.532 107.691 54.4738 107.95ZM65.3936 107.84C65.5083 107.594 65.3759 106.886 65.2332 107.192C65.1184 107.438 65.2508 108.147 65.3936 107.84ZM44.2576 78.7262C44.2601 78.7144 44.0927 78.4666 44.0552 78.5008C43.935 78.6117 44.2143 78.9235 44.2576 78.7262ZM56.9875 110.784C58.7295 110.816 59.7858 111.517 57.8887 111.438C57.5451 111.424 58.6291 111.214 58.1918 111.151C57.3917 111.036 56.8605 111.476 56.044 111.24C55.8962 111.197 56.8881 110.781 56.9906 110.783C56.9895 110.784 56.9885 110.784 56.9875 110.784ZM55.6827 87.4605C55.6748 87.4708 55.6673 87.8847 55.6751 87.8946C55.8651 88.1187 55.8803 87.285 55.6827 87.4605ZM34.4089 64.3214C34.409 64.313 34.3612 64.2377 34.293 64.1355L34.1988 64.0078L34.049 64.01C33.7572 64.0005 33.2751 63.9959 33.253 64.0068C32.9279 64.2084 33.6313 64.2929 34.049 64.2383L34.0848 64.2378L34.1073 64.2683C34.2628 64.4349 34.4027 64.5098 34.4089 64.3214ZM60.4023 63.876C60.8539 63.6849 61.3941 63.6624 61.7541 63.9024C61.3053 63.8896 60.8535 63.8877 60.4023 63.876ZM83.6254 109.401C83.5733 108.46 83.629 107.227 83.7055 106.29C83.7292 105.997 83.8352 106.145 83.8564 105.943C83.8976 105.546 83.8456 105.177 83.8947 104.785C83.9115 104.655 84.0794 104.817 84.0932 104.681C84.1674 103.934 84.1246 103.229 84.1603 102.473C84.3364 98.7496 84.3995 95.0899 84.476 91.3212C84.5011 90.0786 84.6535 88.568 84.5868 87.2845C84.5789 87.1347 84.4315 87.224 84.4194 87.1955C84.2334 86.7484 84.5309 86.8971 84.5705 86.6051C84.7266 85.4465 84.7402 84.158 84.6833 83.043C84.6586 82.5686 84.3659 83.0442 84.5302 82.5665C84.5413 82.5334 84.6978 82.6537 84.7145 82.5236C84.7521 82.2286 84.7241 81.6689 84.7365 81.4402C84.7612 80.9995 84.7596 80.9266 84.7614 80.5098C84.7652 79.94 84.843 79.2622 84.8075 78.6509C84.7995 78.5204 84.6391 78.6931 84.6117 78.485C84.5845 78.2767 84.5981 77.7257 84.6359 77.5399C84.6738 77.3541 84.7999 77.4332 84.8288 77.4003C85.0728 77.1298 84.7348 76.4923 84.7265 76.4104C84.6126 75.2143 84.713 74.1545 84.7574 73.06L85.6051 73.9077C85.3311 73.8965 85.055 73.8889 84.774 73.889C83.7084 73.8899 82.569 73.9534 81.5551 73.9447C80.3471 73.9337 79.3233 73.8467 78.1498 73.8617C78.0259 73.8631 78.171 74.0517 78.0198 74.0538C76.4127 74.0758 74.8168 74.0552 73.2166 73.9278C73.0561 73.9149 73.2629 73.7493 73.1026 73.7264C72.7665 73.6798 72.3633 73.6108 71.9551 73.5692L71.4583 73.581L71.4459 73.06C71.5258 72.276 71.5048 71.4731 71.0306 71.0897C71.0588 70.4248 71.0879 69.6176 71.2332 69.0227C71.3268 68.6392 71.5072 69.0117 71.4302 68.5406C71.4131 68.4343 71.2551 68.5725 71.2413 68.4131C71.1834 67.7422 71.2348 67.0092 71.1531 66.3455C71.1362 66.2105 70.9946 66.2474 70.9691 66.2091C70.7626 65.8876 71.1039 65.3525 71.1287 65.2358C71.1985 64.9006 71.2316 64.5995 71.246 64.31L71.2295 63.6182L71.9551 63.6009C72.4327 63.6247 72.8787 63.5975 73.3941 63.6003C73.5861 63.6015 73.3591 63.4113 73.5439 63.4055C74.5024 63.3783 75.4952 63.3946 76.4337 63.479C76.6425 63.4982 76.4505 63.6603 76.5503 63.6777C76.9901 63.7528 77.0876 63.4468 77.5095 63.513C77.5984 63.5265 77.5483 63.6652 77.5646 63.6804C77.8185 63.9196 78.0391 63.5807 78.1044 63.5733C78.9305 63.471 79.4585 63.8248 80.2565 63.7747C80.352 63.7683 80.1367 63.5928 80.4051 63.5857C82.193 63.5373 84.084 63.5855 85.8537 63.7258C86.1289 63.7474 85.9324 63.8793 85.9498 63.8955C86.232 64.1495 86.4146 63.8092 86.5043 63.7964C87.2121 63.7042 87.8733 63.9895 88.3542 63.5842C91.3519 63.7249 94.3358 63.4973 97.3087 63.8604C97.3465 63.8646 97.2788 64.0321 97.3542 64.0398C98.2622 64.1339 98.0878 63.8735 98.6886 63.5549C98.84 63.475 99.3004 63.8595 99.3411 63.8877C99.4895 63.9916 99.3356 64.2409 99.3853 64.261C99.7966 64.419 99.7295 63.5945 100.284 63.5942C100.302 63.5956 100.229 63.7474 100.275 63.7625C100.42 63.8098 100.563 63.7495 100.705 63.8018C101.029 63.9226 101.144 64.3232 101.639 64.0901C101.702 64.0598 101.606 63.5922 102.102 63.6143C102.299 63.6235 103.173 63.6155 103.418 63.6458C103.663 63.676 103.495 63.8267 103.512 63.8333C104.172 64.0325 103.922 64.1151 104.252 64.4102C104.582 64.7041 104.491 64.0031 104.625 63.9248C104.76 63.8468 105.243 64.0112 105.362 64.0684C105.481 64.1255 105.333 64.2213 105.438 64.2537C106.138 64.4651 105.746 63.9057 105.976 63.7944C106.52 63.531 106.944 64.0509 107.441 64.1018C107.576 64.1156 107.466 63.9972 107.586 63.9861C108.061 63.9438 108.347 64.106 108.887 63.9573C108.929 63.9458 109.05 63.8693 109.195 63.8166L109.676 63.8052L109.688 64.31C109.747 64.4707 109.776 64.6618 109.655 64.8103C109.622 64.8503 109.493 64.7365 109.464 64.939C109.42 65.2414 109.392 65.7863 109.435 66.1114C109.467 66.3515 109.681 66.0763 109.614 66.3785C109.585 66.5127 109.46 66.2639 109.414 66.5161C109.369 66.767 109.375 67.4086 109.379 67.6527C109.383 67.8964 109.545 67.763 109.556 67.7827C109.619 67.9019 109.697 68.3696 109.697 68.4109C109.712 70.0158 109.554 71.5245 109.521 73.06L109.529 73.3782L109.195 73.3861C108.736 73.3765 108.275 73.378 107.808 73.3988C107.648 73.4056 107.755 73.5764 107.73 73.5792C107.185 73.6508 107.615 73.1968 107.234 73.0448C107.289 73.3913 107.064 73.3286 106.68 73.3666C106.495 73.3852 106.596 73.5193 106.579 73.5331C106.304 73.7369 106.113 73.4736 106.064 73.4198C105.882 73.2217 105.684 73.4558 105.561 73.3234C105.437 73.1919 105.722 72.9971 105.353 72.9996C105.25 73.1237 105.523 73.4478 105.244 73.5004C104.189 73.6991 102.219 73.4447 101.37 73.4183C100.524 73.3919 100.25 73.4148 99.7568 73.37C98.8655 73.2889 99.1922 73.5294 98.6388 73.6395C98.0837 73.7496 98.3535 73.1578 98.2738 73.0306C98.1954 72.9035 98.1099 73.0344 98.0125 72.9645C97.9154 72.8946 98.1256 72.8081 97.8972 72.7819C97.6687 72.7556 97.044 72.9818 96.963 73.1149C96.7918 73.3967 97.0733 73.6924 96.4687 73.5885C96.4339 73.5823 96.5467 73.4267 96.4136 73.411C96.1495 73.3811 95.8829 73.3582 95.6151 73.339L95.8941 73.06C95.8364 73.865 95.8124 74.6815 95.7329 75.4741C95.7181 75.6193 95.545 75.4894 95.5344 75.5739C95.4237 76.4544 95.7156 76.1396 96.0398 76.6222C95.6083 76.5138 95.3444 76.7807 95.3418 77.4489C95.3401 77.8505 95.5286 77.7814 95.6614 78.0412C95.7014 78.1191 95.572 78.4033 95.6607 78.4548C95.9504 78.6246 96.2747 78.3569 96.1455 79.0459C96.1394 79.0761 95.9808 78.9798 95.9712 79.0843C95.9083 79.7594 96.2114 79.8401 96.2481 80.5699C96.2769 81.1418 96.0921 82.1591 96.062 82.8104C95.5769 82.7967 95.688 83.4119 96.0225 83.6614C96.0088 84.0841 96.0277 84.5406 95.9815 84.9491C95.9657 85.0897 95.8253 84.9973 95.8101 85.0151C95.572 85.2869 95.8974 85.4707 95.9102 85.5619C96.0342 86.5507 95.7876 87.3563 96.0286 88.3C96.0373 88.3335 96.3742 88.3877 96.1282 88.64C96.1112 88.6563 95.9579 88.3447 95.9461 88.7886C95.9342 89.2326 95.7535 90.0695 95.9097 90.6859C95.9473 90.835 96.2208 91.2123 96.0071 91.5151C95.9781 91.5555 95.8814 91.5113 95.8277 91.5695C95.6563 91.7578 95.9969 91.8606 95.7075 92.0818C95.4182 92.3031 95.2015 92.7633 95.4011 93.3849C95.4069 93.4047 95.6769 93.5518 95.6726 93.7473C95.6656 94.0594 95.6093 94.5024 95.6111 94.8282C95.612 94.9842 95.7797 94.8844 95.7827 94.9115C95.8767 95.9604 95.7272 96.707 95.6624 97.8308C95.6502 98.0368 95.8787 98.6287 95.698 99.0275C95.5002 99.4655 94.6773 99.0155 94.8733 100.022C94.9517 100.428 95.9958 100.942 95.4548 101.672C95.5889 103.086 95.312 104.395 95.5034 105.814C95.5119 105.878 95.8033 106.079 95.7993 106.229C95.7929 106.452 95.6567 106.574 95.6477 106.733C95.6067 107.4 95.7232 108.009 95.7051 108.652C95.6985 108.896 95.5577 108.81 95.5498 109.101C95.5421 109.392 95.7275 109.586 95.638 109.98C95.5697 110.277 95.1907 110.575 95.1465 110.97C95.2107 110.972 95.2636 110.983 95.3078 111L95.6151 110.693C95.5309 110.906 95.2762 110.915 94.8768 110.996C94.7842 111.015 94.8836 111.146 94.8397 111.161C94.6613 111.228 94.4962 111.121 94.3268 111.194C94.2856 111.211 94.2836 111.339 94.25 111.36C93.9635 111.548 93.4915 111.261 93.4105 111.211C93.0998 111.021 92.9546 111.187 92.7164 111.112C92.4785 111.038 92.8342 110.944 92.5563 110.899C91.9802 110.805 91.2401 110.826 90.6551 110.82C90.4217 110.818 90.5809 110.989 90.5475 110.992C90.0649 111.036 89.5768 110.854 89.3091 111.194C88.9745 110.316 89.0181 111.279 88.3281 111.103C88.2738 111.089 88.2046 110.674 88.4133 110.613C88.6219 110.552 88.9383 110.682 89.2278 110.587C89.2964 110.565 89.6891 110.176 89.7426 110.152C90.1623 109.968 90.2218 110.588 90.244 110.622C90.4958 110.99 90.9757 110.571 91.1021 110.542C91.6802 110.409 92.1713 110.496 92.6549 110.402C92.9711 110.341 93.0021 109.934 93.2504 109.947C94.0759 109.988 94.3641 110.555 95.142 110.063C95.2958 109.966 95.1667 109.581 95.6151 109.796L94.4112 111C94.4292 110.962 94.4515 110.921 94.4785 110.874C94.5005 110.837 94.82 110.393 94.6179 110.137C94.5925 110.105 94.463 110.106 94.4522 110.063C94.3818 109.779 94.485 109.589 94.4356 109.279C94.3862 108.969 94.3126 108.596 94.3565 108.242C94.3827 108.029 94.6238 107.755 94.6829 107.653C94.853 107.365 94.5741 107.055 94.7801 106.877C94.987 106.697 95.3013 107.049 95.4351 106.576C95.0988 106.559 94.7537 106.519 94.4156 106.491C94.4274 105.456 94.5361 104.437 94.5213 103.398C94.5191 103.27 94.3383 103.401 94.3313 103.263C94.3026 102.681 94.4315 102.172 94.3801 101.568C94.3397 101.101 94.1483 100.588 94.1001 100.099C94.4849 99.8009 94.3543 99.0755 94.3894 98.5486C94.4016 98.364 94.5043 98.3763 94.5379 98.2451C94.6618 97.7498 94.3218 97.9819 94.2683 97.8461C94.04 97.2636 94.8096 97.2138 94.7906 96.527C94.7898 96.4907 94.3796 96.0459 94.354 95.9847C94.1874 95.5955 94.4968 95.9202 94.5271 95.6767C94.5825 95.2319 94.6805 94.9229 94.5603 94.4011C94.5247 94.249 94.269 93.884 94.4668 93.5885C94.4927 93.5497 94.6283 93.5711 94.6363 93.5399C94.7686 92.9736 94.3426 92.9587 94.1983 92.6351C94.054 92.3114 94.3481 91.8115 94.4329 91.7098C94.6522 91.4436 94.5266 91.9137 94.5481 91.9281C94.8042 92.0975 94.7601 91.7329 94.7818 91.4543C95.1995 91.414 95.1744 91.0244 94.8025 91.1655C94.7619 91.1816 94.8008 91.3983 94.7818 91.4543C94.3719 91.2098 94.3194 90.7816 94.7024 90.3087C94.8819 90.0874 95.0912 90.2966 95.0147 89.6242C94.9801 89.319 94.6925 89.437 94.614 89.1676C94.4351 88.5524 94.7034 87.7529 94.6612 87.1186C94.6458 86.8884 94.4883 87.1126 94.4724 86.9553C94.4297 86.5377 94.5478 86.1695 94.4873 85.7502C94.4816 85.7122 94.3168 85.805 94.3147 85.6746C94.2956 84.686 94.4012 83.8253 94.4041 82.7931C94.4054 82.2944 94.3145 81.4028 94.3328 80.8862C94.3635 79.9908 94.6032 78.8893 94.5449 78.1244C94.5077 77.6255 94.3428 77.735 94.2305 77.5212C94.0128 77.1087 94.4028 76.3786 94.4632 76.2802C94.4652 76.2772 94.504 76.7065 94.5886 76.4775C94.765 76.3443 94.4639 76.2851 94.4632 76.2802C94.5022 76.2157 94.5396 75.3581 94.5081 75.1878C94.4909 75.0953 94.3347 75.1471 94.3286 75.0988C94.246 74.4208 94.1983 73.742 94.1883 73.06L94.2231 71.6L95.6151 71.6332C96.0865 71.6262 96.5594 71.6373 97.0347 71.6671C97.0552 71.6703 97.0244 71.845 97.0725 71.8502C97.7458 71.9279 98.1769 71.7142 98.7322 71.5873C99.2875 71.4604 99.7278 71.5029 100.056 71.8028C100.475 71.7651 101.076 71.8977 101.422 71.9781C101.768 72.0586 101.816 71.7185 101.847 71.7118C102.796 71.4966 103.345 71.6913 104.329 71.7215C104.798 71.7365 105.726 71.6872 106.233 71.65C106.634 71.6201 106.875 71.6998 107.244 71.6488C107.294 71.642 107.244 71.4906 107.259 71.4847C107.671 71.3036 107.473 71.6737 107.558 71.7399C107.866 71.9803 108.057 72.1083 108.584 71.9952C108.691 71.9725 108.977 71.56 109.195 71.4376L107.573 73.06C107.556 73.0293 107.544 73 107.54 72.9726C107.501 72.6842 107.692 72.7931 107.645 72.4911C107.642 72.4653 107.524 72.4707 107.529 72.2843C107.552 71.4192 107.62 70.476 107.608 69.5769C107.607 69.4541 107.42 69.6116 107.415 69.4342C107.393 68.6016 107.4 67.689 107.488 66.8779C107.51 66.6783 107.641 66.8034 107.68 66.7601C107.915 66.494 107.573 66.1167 107.567 66.0545C107.497 65.4292 107.512 64.8658 107.542 64.31L109.195 65.9635C108.431 65.9232 107.681 65.8554 106.804 65.9407C106.722 65.9493 106.088 66.3156 105.805 66.0015C105.785 65.9806 105.505 65.6591 105.258 65.8789C105.242 65.8927 105.417 66.0581 105.112 66.0413C104.808 66.0244 104.318 66.1349 103.9 65.9531C103.767 65.8959 103.454 65.5752 103.059 65.8308C103.033 65.8487 102.423 66.4266 102.205 66.0278C102.17 65.9622 102.207 65.5403 101.735 65.7566C101.645 65.7985 101.809 65.8927 101.571 65.9514C101.208 66.042 100.726 65.929 100.279 66.1169C100.201 66.1502 99.8687 66.4366 99.6024 66.2192C99.5607 66.1852 99.6399 66.0443 99.4993 66.0286C98.8306 65.9529 98.1304 66.0472 97.4515 65.9497C97.211 65.9155 97.334 65.6877 97.0833 65.6267C96.8326 65.5657 96.3275 65.507 96.0652 65.6111C95.8028 65.7152 96.0894 66.0781 95.6963 66.1072C93.9875 66.2333 92.2947 66.0204 90.5884 65.9893C90.3353 65.9846 90.5451 66.1145 90.1721 66.1169C88.7971 66.1266 86.4232 66.2484 85.23 65.9724C84.274 65.7514 85.4771 65.5831 84.7466 65.4932C84.3941 65.4503 84.0127 65.8722 83.9276 65.8855C83.0963 66.0204 82.5185 65.8335 81.7703 65.8909C81.6158 65.9028 81.7673 66.0738 81.6358 66.082C81.1866 66.1117 80.7146 66.0354 80.2853 66.0493C80.0928 66.056 80.1283 66.1866 79.9511 66.1765C79.5271 66.1539 79.1522 66.099 78.7389 65.9766C78.7013 65.9654 78.9553 65.8029 78.6416 65.7969C78.1339 65.7876 77.5038 65.6668 76.9197 65.7915C76.7464 65.829 76.7396 66.1276 76.3671 65.9214C76.289 65.8783 76.3887 65.5199 75.9548 65.8296C75.8818 65.8811 75.1528 66.2988 74.7951 66.0295C74.7007 65.9587 74.4599 65.6653 74.2515 65.7114C74.2232 65.7188 74.3364 65.8791 74.1637 65.8948C73.5551 65.9471 72.9173 65.93 72.292 65.9802C72.1251 65.994 72.3737 66.1599 72.1249 66.175C72.0694 66.1785 72.0127 66.1813 71.9551 66.1836L73.8287 64.31C73.8551 64.962 73.8156 65.7332 73.7679 66.3481C73.7484 66.5948 73.611 66.4242 73.596 66.4422C73.3527 66.7309 73.6811 66.9016 73.7003 66.9974C73.8149 67.5932 73.6607 68.047 73.7015 68.5963C73.7123 68.7479 73.8689 68.6404 73.8829 68.6706C74.0193 68.9835 73.7381 68.7504 73.7071 68.9485C73.6193 69.5034 73.6319 70.122 73.6519 70.6831C73.6595 70.8893 73.8411 70.6576 73.8458 70.8426C73.8667 71.5736 73.8659 72.324 73.8332 73.06L71.9551 71.1819C72.3214 71.1981 72.6842 71.2222 73.0392 71.2555C73.2404 71.2747 73.1138 71.4145 73.1558 71.4464C73.4448 71.6698 73.8683 71.3651 73.9658 71.3361C74.4089 71.2035 74.5811 71.3271 74.9724 71.3041C76.8842 71.1892 79.2446 71.2711 81.0492 71.3217C82.721 71.3679 84.1265 71.4485 85.6051 71.4789L87.223 71.5174L87.1862 73.06C87.1739 73.6613 87.1699 74.2746 87.1799 74.9228C87.1819 75.0654 87.3679 74.9217 87.372 75.0445C87.4168 76.6307 87.3441 78.1923 87.3979 79.7817C87.4019 79.9122 87.5783 79.7241 87.5907 79.9335C87.6176 80.3629 87.608 80.9068 87.5517 81.3409C87.5246 81.5527 87.3733 81.2687 87.349 81.4818C87.2923 81.9781 87.2798 82.5101 87.308 83.0199C87.3204 83.2368 87.5008 82.9095 87.5028 83.1915C87.5207 85.1123 87.5518 86.9988 87.3183 88.9398C87.3022 89.0729 86.9357 89.1896 87.006 89.4726C87.1077 89.4939 87.2274 89.4927 87.3361 89.502C87.3947 92.2982 87.2676 95.0659 87.248 97.8699C87.2472 97.9882 87.4414 97.7839 87.4408 98.0127C87.438 99.3375 87.4918 100.624 87.2987 101.979C87.2799 102.113 86.9382 102.044 86.9899 102.441C86.9993 102.511 87.0449 103.107 87.1191 103.262C87.1302 103.283 87.2897 103.174 87.2943 103.366C87.3186 104.483 87.2822 105.654 87.1847 106.77C87.1687 106.95 86.9989 106.758 86.986 106.887C86.8959 107.796 87.0249 108.786 86.8708 109.655C86.767 110.236 86.4734 110.021 86.1845 110.33C86.1437 110.374 86.1373 110.734 85.9692 110.753C85.5464 110.801 85.0836 110.626 84.633 110.698C84.5359 110.713 84.6405 111.195 84.4059 110.91C84.3902 110.89 84.3124 110.54 84.2328 110.454C84.1778 110.394 84.0069 110.502 83.9365 110.38C83.8661 110.257 84.0094 110.123 83.9267 109.92C83.8429 109.717 83.6484 109.806 83.6254 109.401ZM102.98 72.3378C103.3 72.5011 103.347 71.9029 103.001 72.046C102.984 72.0536 102.963 72.3298 102.98 72.3378ZM94.9873 104.443C95.2512 104.024 94.8632 103.738 94.6594 104.033C94.4559 104.328 94.9073 104.57 94.9873 104.443ZM95.1799 108.784C95.388 108.295 94.5397 108.218 94.7112 108.742C94.7209 108.773 95.1679 108.813 95.1799 108.784ZM86.1022 108.897C86.0943 108.901 86.0865 109.16 86.0944 109.166C86.2844 109.304 86.2997 108.786 86.1022 108.897ZM93.5225 110.775C93.6753 110.889 94.1151 110.757 93.9253 110.614C93.7725 110.499 93.3323 110.632 93.5225 110.775ZM107.455 64.3938C107.45 64.3849 107.264 64.3769 107.268 64.4273C107.28 64.5895 107.539 64.5437 107.455 64.3938ZM86.2003 110.784C87.2821 110.816 87.938 111.517 86.7599 111.438C86.5466 111.424 87.2197 111.214 86.9482 111.151C86.4513 111.036 86.1214 111.476 85.6144 111.24C85.5226 111.197 86.1386 110.781 86.2022 110.783C86.2016 110.784 86.2009 110.784 86.2003 110.784ZM103.164 73.0563C103.17 73.0642 103.427 73.0717 103.434 73.0638C103.573 72.8739 103.055 72.8587 103.164 73.0563ZM96.621 64.0239C96.6068 64.0071 96.0103 63.9913 95.9909 64.0068C95.6797 64.3174 96.8856 64.3502 96.621 64.0239ZM96.0491 82.8206C96.2401 83.1011 96.2626 83.4366 96.0227 83.6601C96.0355 83.3814 96.0373 83.1009 96.0491 82.8206ZM113.588 108.61C113.535 107.204 113.591 105.362 113.668 103.961C113.691 103.522 113.797 103.744 113.819 103.441C113.86 102.849 113.808 102.297 113.857 101.711C113.874 101.517 114.042 101.759 114.055 101.555C114.13 100.44 114.087 99.3849 114.123 98.2553C114.299 92.6908 114.362 87.2211 114.438 81.5885C114.463 79.7313 114.616 77.4737 114.549 75.5554C114.541 75.3314 114.394 75.4649 114.382 75.4224C114.196 74.7541 114.493 74.9763 114.533 74.54C114.689 72.8082 114.702 70.8826 114.645 69.216C114.621 68.507 114.328 69.2179 114.492 68.504C114.503 68.4544 114.66 68.6343 114.677 68.4398C114.714 67.9989 114.686 67.1623 114.699 66.8205C114.723 66.1619 114.722 66.0529 114.724 65.43C114.725 65.0781 114.739 64.6986 114.753 64.31L114.74 63.5089L115.567 63.4957C116.119 63.5151 116.689 63.5333 117.226 63.5125C117.421 63.5044 117.162 63.344 117.473 63.3167C117.785 63.2894 118.608 63.303 118.886 63.3408C119.164 63.3787 119.045 63.5048 119.095 63.5337C119.499 63.7777 120.452 63.4398 120.574 63.4314C122.809 63.289 124.726 63.4815 126.824 63.481C128.416 63.4801 130.119 63.4166 131.635 63.4253C133.44 63.4363 134.97 63.5233 136.724 63.5083C136.909 63.5069 136.692 63.3183 136.918 63.3162C139.32 63.2942 141.706 63.3148 144.097 63.4422C144.337 63.4551 144.028 63.6207 144.267 63.6436C145.58 63.7654 147.578 64.0401 148.607 63.5796L149.326 63.5681L149.338 64.31C149.392 64.4309 149.456 64.5385 149.532 64.63C149.504 65.6238 149.475 66.8303 149.329 67.7193C149.236 68.2925 149.055 67.7358 149.132 68.44C149.149 68.5988 149.307 68.3922 149.321 68.6304C149.379 69.6332 149.328 70.7287 149.409 71.7207C149.426 71.9224 149.568 71.8673 149.593 71.9245C149.707 72.1888 149.655 72.5497 149.581 72.85L149.596 73.8076L148.607 73.8234C148.362 73.7628 148.157 73.6875 148.078 73.6763C146.75 73.4914 145.781 73.5642 144.544 73.5596C144.257 73.5585 144.596 73.7487 144.32 73.7545C142.887 73.7817 141.403 73.7654 140.001 73.681C139.689 73.6618 139.976 73.4997 139.827 73.4823C139.169 73.4072 139.023 73.7132 138.393 73.647C138.26 73.6335 138.335 73.4948 138.311 73.4796C137.931 73.2404 137.601 73.5793 137.504 73.5867C136.269 73.689 135.48 73.3352 134.287 73.3853C134.145 73.3917 134.466 73.5672 134.065 73.5743C131.393 73.6227 128.567 73.5745 125.922 73.4342C125.511 73.4126 125.804 73.2807 125.778 73.2645C125.68 73.2053 125.59 73.1783 125.507 73.1721L125.829 72.85C125.809 73.1206 126.011 73.305 126.021 73.4078C126.113 74.4657 125.828 75.4539 126.233 76.1727C126.161 78.4536 126.185 80.7292 126.178 83L125.507 82.3293C127.697 82.3362 129.882 82.3721 132.063 82.5504C132.12 82.5546 132.018 82.7221 132.131 82.7298C133.488 82.8239 133.228 82.5635 134.126 82.2449C134.352 82.165 135.04 82.5495 135.101 82.5777C135.323 82.6816 135.092 82.9309 135.167 82.951C135.781 83.109 135.681 82.2845 136.51 82.2843C136.536 82.2856 136.427 82.4374 136.497 82.4525C136.713 82.4998 136.928 82.4395 137.139 82.4918C137.623 82.6126 137.796 83.0133 138.536 82.7801C138.629 82.7498 138.486 82.2822 139.227 82.3043C139.522 82.3135 140.828 82.3055 141.194 82.3358C141.56 82.366 141.309 82.5167 141.335 82.5233C142.32 82.7225 141.947 82.8051 142.44 83.1002C142.934 83.3941 142.797 82.6931 142.998 82.6148C143.2 82.5368 143.922 82.7012 144.1 82.7584C144.277 82.8156 144.056 82.9113 144.214 82.9437C145.26 83.1551 144.673 82.5957 145.018 82.4844C145.83 82.221 146.463 82.7409 147.207 82.7918C147.409 82.8056 147.244 82.6872 147.424 82.6761C147.682 82.6607 147.902 82.6724 148.117 82.6863L148.426 82.6814L148.431 83C148.407 83.3768 148.375 83.7367 148.47 84.2509C148.494 84.3831 148.807 85.036 148.577 85.4587C148.544 85.5186 148.415 85.3485 148.386 85.6511C148.342 86.1031 148.314 86.9175 148.357 87.4034C148.389 87.7621 148.603 87.3509 148.536 87.8025C148.507 88.0032 148.382 87.6312 148.337 88.0082C148.291 88.3833 148.297 89.3421 148.301 89.707C148.306 90.0712 148.468 89.8718 148.479 89.9013C148.541 90.0794 148.619 90.7783 148.619 90.8401C148.62 91.0747 148.62 91.308 148.619 91.54L148.627 92.0333L148.117 92.0414C145.268 92.0224 142.6 91.7953 139.795 91.8788C139.557 91.8857 139.716 92.0564 139.679 92.0592C138.864 92.1308 139.507 91.6768 138.938 91.5248C139.02 91.8713 138.684 91.8086 138.11 91.8466C137.833 91.8652 137.984 91.9993 137.959 92.0131C137.548 92.2169 137.263 91.9536 137.189 91.8998C136.918 91.7017 136.622 91.9358 136.437 91.8034C136.252 91.6719 136.677 91.4771 136.127 91.4796C135.973 91.6037 136.381 91.9278 135.963 91.9804C134.386 92.1791 131.442 91.9247 130.174 91.8983C128.909 91.8719 128.5 91.8948 127.762 91.85C126.43 91.7689 126.919 92.0094 126.091 92.1195C125.262 92.2296 125.665 91.6378 125.546 91.5106C125.533 91.4968 125.52 91.486 125.507 91.4777L125.446 91.4767L125.445 91.54C125.377 91.6465 125.474 91.7621 125.412 91.8918C125.342 92.0369 125.255 91.7227 125.229 92.0641C125.203 92.4056 125.429 93.3393 125.562 93.4604C125.844 93.7163 126.14 93.2955 126.036 94.1992C126.03 94.2512 125.874 94.0825 125.858 94.2815C125.738 95.8622 125.731 97.5042 125.625 99.0829C125.61 99.3 125.437 99.1059 125.427 99.2322C125.316 100.548 125.608 100.078 125.932 100.799C125.501 100.637 125.237 101.036 125.234 102.034C125.234 102.196 125.247 102.307 125.269 102.39L125.266 102.624L125.507 102.628C125.732 102.567 125.753 102.441 126.037 102.344C126.153 102.304 126.578 102.433 126.655 102.344C126.909 102.055 126.509 101.73 127.539 101.86C127.584 101.866 127.44 102.024 127.596 102.034C128.605 102.097 128.726 101.794 129.816 101.757C130.671 101.728 132.192 101.913 133.165 101.943C133.144 102.428 134.064 102.317 134.437 101.983C135.069 101.996 135.751 101.977 136.361 102.024C136.572 102.039 136.434 102.18 136.46 102.195C136.866 102.433 137.141 102.108 137.277 102.095C138.755 101.971 139.959 102.218 141.37 101.976C141.42 101.968 141.501 101.631 141.878 101.877C141.902 101.894 141.436 102.047 142.1 102.059C142.763 102.071 144.014 102.252 144.936 102.095C145.158 102.058 145.722 101.784 146.175 101.998C146.235 102.027 146.169 102.124 146.256 102.177C146.538 102.349 146.691 102.008 147.022 102.298C147.308 102.548 147.861 102.744 148.607 102.663L148.334 102.39C148.347 102.506 148.366 102.627 148.393 102.752C148.399 102.782 148.669 103.002 148.665 103.294C148.658 103.76 148.602 104.422 148.603 104.909C148.604 105.142 148.772 104.993 148.775 105.034C148.869 106.601 148.719 107.717 148.655 109.397C148.644 109.674 148.828 110.419 148.733 111L148.735 111.123L148.607 111.125C148.543 111.115 148.481 111.101 148.422 111.083C147.767 110.885 148.44 110.062 146.936 110.258C146.329 110.337 145.561 111.381 144.47 110.84C142.355 110.974 140.4 110.697 138.279 110.888C138.184 110.897 137.882 111.188 137.658 111.184C137.325 111.178 137.142 111.042 136.905 111.033C135.909 110.992 134.998 111.108 134.038 111.09C133.673 111.083 133.8 110.943 133.366 110.935C132.931 110.927 132.641 111.112 132.053 111.023C131.608 110.955 131.163 110.576 130.573 110.531C130.551 110.905 130.145 110.898 129.425 110.996C129.286 111.015 129.435 111.146 129.369 111.161C129.103 111.228 128.856 111.121 128.603 111.194C128.541 111.211 128.538 111.339 128.488 111.36C128.06 111.548 127.354 111.261 127.233 111.211C126.769 111.021 126.552 111.187 126.196 111.112C125.84 111.038 126.372 110.944 125.956 110.899C125.095 110.805 123.989 110.826 123.115 110.82C122.766 110.818 123.004 110.989 122.954 110.992C122.233 111.036 121.503 110.854 121.103 111.194C120.603 110.316 120.668 111.279 119.637 111.103C119.556 111.089 119.453 110.674 119.764 110.613C120.076 110.552 120.549 110.682 120.982 110.587C121.084 110.565 121.671 110.176 121.751 110.152C122.378 109.968 122.467 110.588 122.501 110.622C122.877 110.99 123.594 110.571 123.783 110.542C124.647 110.409 125.381 110.496 126.104 110.402C126.576 110.341 126.623 109.934 126.994 109.947C128.228 109.988 128.658 110.555 129.821 110.063C130.07 109.958 129.822 109.514 130.716 109.863C130.772 109.885 131.435 110.205 131.818 110.003C131.866 109.977 131.865 109.848 131.928 109.837C132.354 109.767 132.637 109.87 133.101 109.82C133.564 109.771 134.121 109.697 134.65 109.741C134.969 109.768 135.378 110.009 135.531 110.068C135.961 110.238 136.423 109.959 136.69 110.165C136.96 110.372 136.433 110.686 137.139 110.82C137.165 110.484 137.226 110.139 137.268 109.8C138.815 109.812 140.337 109.921 141.889 109.906C142.081 109.904 141.885 109.723 142.091 109.716C142.961 109.688 143.722 109.816 144.624 109.765C145.323 109.725 146.089 109.533 146.82 109.485C147.172 109.788 147.92 109.771 148.607 109.768L147.375 111C147.374 110.816 147.374 110.636 147.382 110.47C147.394 110.194 147.497 110.212 147.53 110.016C147.654 109.276 147.314 109.623 147.261 109.42C147.032 108.549 147.802 108.475 147.783 107.448C147.782 107.394 147.372 106.729 147.346 106.638C147.18 106.056 147.489 106.541 147.519 106.177C147.575 105.513 147.673 105.051 147.553 104.271C147.517 104.044 147.261 103.498 147.459 103.056C147.485 102.998 147.62 103.03 147.628 102.984C147.67 102.718 147.656 102.533 147.614 102.39L148.607 103.383C148.295 103.476 148.18 103.708 147.849 103.807C147.365 103.951 146.618 103.657 146.466 103.572C146.068 103.353 146.771 103.478 146.792 103.457C147.045 103.201 146.5 103.245 146.084 103.223C146.024 102.806 145.441 102.831 145.652 103.203C145.676 103.243 146 103.204 146.084 103.223C145.718 103.633 145.079 103.686 144.372 103.303C144.041 103.123 144.354 102.914 143.349 102.99C142.893 103.025 143.069 103.313 142.666 103.391C141.747 103.57 140.552 103.302 139.604 103.344C139.26 103.359 139.595 103.517 139.36 103.533C138.736 103.575 138.185 103.457 137.559 103.518C137.502 103.523 137.641 103.688 137.446 103.69C135.968 103.709 134.682 103.604 133.139 103.601C132.394 103.6 131.061 103.691 130.289 103.672C128.951 103.642 127.305 103.402 126.161 103.46C125.725 103.482 125.6 103.548 125.507 103.621L124.257 103.601L124.277 102.39C124.225 102.324 124.169 102.275 124.123 102.143C123.905 101.526 124.295 100.435 124.355 100.288C124.357 100.283 124.396 100.925 124.481 100.583C124.657 100.384 124.356 100.295 124.355 100.288C124.394 100.191 124.432 98.9097 124.4 98.6552C124.383 98.5169 124.227 98.5942 124.221 98.5221C124.081 96.8083 124.041 95.0914 124.114 93.3532C124.118 93.3226 124.292 93.3687 124.297 93.2967C124.351 92.5977 124.265 92.0733 124.164 91.54L124.186 90.176L125.507 90.197C125.742 90.1529 125.978 90.106 126.231 90.0673C127.061 89.9404 127.719 89.9829 128.21 90.2829C128.836 90.2451 129.735 90.3777 130.252 90.4581C130.769 90.5386 130.841 90.1985 130.886 90.1918C132.305 89.9766 133.125 90.1713 134.597 90.2016C135.296 90.2165 136.684 90.1672 137.442 90.13C138.041 90.1001 138.401 90.1798 138.953 90.1288C139.028 90.122 138.952 89.9706 138.975 89.9647C139.591 89.7836 139.295 90.1537 139.422 90.2199C139.883 90.4603 140.168 90.5883 140.956 90.4752C141.138 90.4493 141.668 89.9163 141.999 89.8851C142.43 89.8456 142.268 90.0367 142.719 89.9904C142.758 89.9866 142.75 89.8687 143.028 89.8739C144.321 89.8965 145.731 89.9651 147.074 89.9533C147.258 89.9521 147.023 89.7651 147.288 89.7604C147.56 89.7556 147.837 89.7521 148.117 89.7506L146.328 91.54C146.322 90.5367 146.342 89.4965 146.41 88.549C146.432 88.2506 146.563 88.4376 146.602 88.3729C146.837 87.9752 146.495 87.4113 146.489 87.3182C146.372 85.7459 146.494 84.435 146.522 83L148.117 84.5953C147.527 84.5836 146.915 84.5877 146.255 84.6307C146.132 84.6393 145.184 85.0056 144.761 84.6915C144.732 84.6706 144.314 84.3492 143.944 84.5689C143.921 84.5827 144.181 84.7481 143.727 84.7313C143.272 84.7144 142.539 84.8249 141.914 84.6431C141.716 84.5859 141.248 84.2652 140.657 84.5208C140.619 84.5387 139.707 85.1166 139.382 84.7178C139.329 84.6522 139.384 84.2303 138.679 84.4466C138.544 84.4885 138.789 84.5827 138.434 84.6414C137.89 84.732 137.17 84.619 136.502 84.8069C136.385 84.8402 135.889 85.1266 135.491 84.9092C135.429 84.8752 135.547 84.7343 135.337 84.7186C134.338 84.643 133.291 84.7372 132.277 84.6397C131.917 84.6055 132.101 84.3777 131.726 84.3167C131.352 84.2557 130.597 84.197 130.205 84.3011C129.812 84.4052 130.241 84.7681 129.653 84.7972C128.267 84.8657 126.887 84.8342 125.507 84.7861L123.693 84.7572L123.721 83C123.762 81.8387 123.814 80.6773 123.828 79.5118C123.833 79.1335 123.703 79.4471 123.7 78.8897C123.693 77.2719 123.616 74.7289 123.718 72.85L123.747 71.0325L125.507 71.0605C126.015 71.0882 126.474 71.1289 126.854 71.1876C128.283 71.4086 126.485 71.5769 127.576 71.6668C128.103 71.7097 128.673 71.2878 128.801 71.2745C130.043 71.1396 130.906 71.3265 132.025 71.2691C132.256 71.2572 132.029 71.0862 132.226 71.078C132.897 71.0483 133.603 71.1246 134.244 71.1107C134.532 71.104 134.479 70.9734 134.744 70.9835C135.377 71.0061 135.938 71.061 136.555 71.1834C136.612 71.1946 136.232 71.3571 136.701 71.3631C137.46 71.3724 138.401 71.4932 139.274 71.3685C139.533 71.331 139.543 71.0324 140.1 71.2386C140.217 71.2817 140.068 71.6401 140.717 71.3304C140.826 71.2789 141.915 70.8612 142.45 71.1305C142.591 71.2013 142.951 71.4947 143.262 71.4486C143.305 71.4412 143.135 71.2809 143.393 71.2652C144.303 71.2129 145.256 71.23 146.191 71.1798C146.44 71.166 146.069 71.0001 146.441 70.9849C147.104 70.9577 147.875 70.966 148.607 70.9893L146.747 72.85C146.759 72.4535 146.776 72.0681 146.794 71.7168C146.814 71.3481 146.951 71.603 146.966 71.5762C147.21 71.1447 146.881 70.8896 146.862 70.7464C146.747 69.8558 146.902 69.1776 146.861 68.3567C146.85 68.1301 146.693 68.2908 146.679 68.2457C146.543 67.778 146.824 68.1264 146.855 67.8303C146.943 67.001 146.93 66.0764 146.91 65.2377C146.903 64.9297 146.721 65.2759 146.717 64.9994C146.712 64.7707 146.709 64.5408 146.706 64.31L148.607 66.2109C147.187 66.2255 145.736 66.2006 144.362 66.1145C144.062 66.0953 144.251 65.9555 144.188 65.9236C143.756 65.7002 143.123 66.0049 142.977 66.0339C142.315 66.1665 142.058 66.0428 141.473 66.0659C138.616 66.1808 135.088 66.0989 132.391 66.0483C128.876 65.9832 126.149 65.8502 122.797 65.8848C122.584 65.8868 122.799 66.0728 122.616 66.0769C120.255 66.1215 117.932 66.0497 115.567 66.1021L117.359 64.31C117.36 64.3206 117.36 64.3312 117.36 64.3418C117.364 64.5368 117.54 64.2558 117.553 64.5686C117.58 65.2104 117.57 66.0233 117.514 66.6722C117.487 66.9887 117.335 66.5642 117.311 66.8827C117.255 67.6245 117.242 68.4196 117.27 69.1815C117.283 69.5058 117.463 69.0166 117.465 69.438C117.483 72.3088 117.514 75.1282 117.28 78.0293C117.264 78.2282 116.898 78.4027 116.968 78.8256C117.07 78.8574 117.19 78.8557 117.298 78.8696C117.357 83.0487 117.23 87.1852 117.21 91.3761C117.209 91.5528 117.404 91.2474 117.403 91.5895C117.4 93.5695 117.454 95.4921 117.261 97.5174C117.242 97.7183 116.9 97.6152 116.952 98.2074C116.962 98.3118 117.007 99.2037 117.081 99.4343C117.092 99.4656 117.252 99.3029 117.257 99.5903C117.281 101.26 117.244 103.011 117.147 104.678C117.131 104.947 116.961 104.66 116.948 104.852C116.858 106.212 116.987 107.69 116.833 108.989C116.729 109.859 116.436 109.537 116.147 109.999C116.106 110.064 116.099 110.603 115.931 110.631C115.509 110.702 115.046 110.441 114.595 110.548C114.498 110.571 114.603 111.292 114.368 110.865C114.352 110.835 114.275 110.312 114.195 110.184C114.14 110.094 113.969 110.256 113.899 110.073C113.828 109.89 113.972 109.689 113.889 109.386C113.805 109.082 113.611 109.216 113.588 108.61ZM132.579 90.8178C133.058 90.9811 133.128 90.3829 132.611 90.526C132.586 90.5336 132.554 90.8097 132.579 90.8178ZM140.328 110.372C140.954 110.636 141.382 110.248 140.941 110.044C140.499 109.841 140.137 110.292 140.328 110.372ZM133.839 110.565C134.571 110.773 134.686 109.925 133.903 110.096C133.857 110.106 133.797 110.553 133.839 110.565ZM116.064 107.856C116.056 107.863 116.049 108.25 116.057 108.259C116.247 108.465 116.262 107.691 116.064 107.856ZM127.401 110.775C127.629 110.889 128.286 110.757 128.003 110.614C127.774 110.499 127.116 110.632 127.401 110.775ZM147.227 83.0838C147.22 83.0749 146.942 83.0669 146.948 83.1173C146.967 83.2795 147.353 83.2337 147.227 83.0838ZM116.457 110.784C118.074 110.816 119.054 111.517 117.293 111.438C116.974 111.424 117.981 111.214 117.575 111.151C116.832 111.036 116.339 111.476 115.581 111.24C115.444 111.197 116.365 110.781 116.46 110.783C116.459 110.784 116.458 110.784 116.457 110.784ZM132.855 91.5363C132.864 91.5442 133.248 91.5517 133.258 91.5438C133.466 91.3539 132.692 91.3387 132.855 91.5363ZM131.035 82.7139C131.014 82.6971 130.123 82.6813 130.094 82.6968C129.629 83.0074 131.431 83.0402 131.035 82.7139ZM133.18 101.956C133.599 101.765 134.101 101.742 134.435 101.982C134.018 101.97 133.599 101.968 133.18 101.956ZM180.131 110.308C179.556 109.367 178.91 108.072 178.449 107.073C178.304 106.759 178.481 106.861 178.385 106.643C178.198 106.215 177.944 105.861 177.767 105.434C177.708 105.293 177.947 105.378 177.882 105.232C177.527 104.429 177.092 103.724 176.697 102.93C175.343 100.204 173.958 97.5364 172.547 94.846L173.598 95.4684C172.277 95.4442 170.95 95.4223 169.612 95.3991C168.601 95.3817 167.438 95.3028 166.318 95.2786L167.326 94.27C167.316 94.7628 167.316 95.2474 167.336 95.707C167.344 95.8826 167.491 95.778 167.504 95.8114C167.69 96.3354 167.392 96.1612 167.352 96.5033C167.196 97.8613 167.183 99.3714 167.24 100.678C167.264 101.234 167.557 100.677 167.393 101.237C167.382 101.276 167.225 101.135 167.208 101.287C167.171 101.633 167.199 102.289 167.186 102.557C167.162 103.073 167.163 103.159 167.161 103.647C167.158 104.315 167.08 105.109 167.115 105.826C167.123 105.979 167.284 105.776 167.311 106.02C167.338 106.265 167.325 106.91 167.287 107.128C167.249 107.346 167.123 107.253 167.094 107.292C166.85 107.609 167.188 108.356 167.196 108.452C167.269 109.349 167.254 110.181 167.223 111L167.241 111.886L166.318 111.905C165.537 111.874 164.768 111.829 163.965 111.829C162.716 111.83 161.381 111.893 160.192 111.885C158.837 111.874 157.68 111.794 156.378 111.8L155.594 111.816L155.577 111C155.577 110.941 155.577 110.883 155.576 110.823C155.575 110.678 155.386 110.848 155.384 110.671C155.362 108.787 155.383 106.917 155.51 105.042C155.523 104.853 155.689 105.096 155.711 104.908C155.848 103.757 156.175 101.937 155.453 101.254C155.481 100.474 155.511 99.5284 155.656 98.8312C155.75 98.3817 155.93 98.8183 155.853 98.2661C155.836 98.1415 155.678 98.3035 155.664 98.1167C155.606 97.3304 155.658 96.4713 155.576 95.6934C155.559 95.5351 155.417 95.5784 155.392 95.5335C155.185 95.1567 155.527 94.5295 155.551 94.3928C155.736 93.3515 155.664 92.5911 155.668 91.6212C155.669 91.3961 155.479 91.6622 155.473 91.4456C155.446 90.3222 155.462 89.1585 155.547 88.0586C155.566 87.8139 155.728 88.0389 155.746 87.922C155.821 87.4064 155.515 87.2922 155.581 86.7977C155.594 86.6935 155.733 86.7522 155.748 86.7332C155.987 86.4356 155.649 86.1771 155.641 86.1005C155.539 85.1323 155.893 84.5134 155.842 83.5781C155.836 83.4662 155.661 83.7185 155.654 83.404C155.605 81.3085 155.653 79.0922 155.794 77.018C155.815 76.6955 155.947 76.9257 155.963 76.9054C156.217 76.5747 155.877 76.3607 155.864 76.2555C155.772 75.4259 156.057 74.651 155.652 74.0873C155.783 70.8151 155.595 67.5569 155.861 64.31L155.851 63.8043L156.378 63.7936C156.617 63.8133 156.856 63.8354 157.095 63.8604C157.14 63.8646 157.06 64.0321 157.149 64.0398C158.213 64.1339 158.009 63.8735 158.713 63.5549C158.89 63.475 159.43 63.8595 159.478 63.8877C159.651 63.9916 159.471 64.2409 159.529 64.261C160.011 64.419 159.933 63.5945 160.583 63.5942C160.603 63.5956 160.518 63.7474 160.572 63.7625C160.742 63.8098 160.91 63.7495 161.076 63.8018C161.456 63.9226 161.591 64.3232 162.171 64.0901C162.244 64.0598 162.132 63.5922 162.713 63.6143C162.944 63.6235 163.969 63.6155 164.256 63.6458C164.543 63.676 164.346 63.8267 164.366 63.8333C165.139 64.0325 164.846 64.1151 165.233 64.4102C165.62 64.7041 165.513 64.0031 165.671 63.9248C165.829 63.8468 166.395 64.0112 166.534 64.0684C166.674 64.1255 166.5 64.2213 166.624 64.2537C167.444 64.4651 166.984 63.9057 167.254 63.7944C167.891 63.531 168.388 64.0509 168.971 64.1018C169.129 64.1156 169 63.9972 169.141 63.9861C169.698 63.9438 170.033 64.106 170.666 63.9573C170.77 63.933 171.282 63.6205 171.613 63.8499C171.66 63.8829 171.527 64.0125 171.764 64.0415C172.118 64.0851 172.757 64.1134 173.138 64.0701C173.419 64.038 173.097 63.8246 173.451 63.8909C173.608 63.9205 173.317 64.0454 173.612 64.0906C173.906 64.1358 174.658 64.1303 174.945 64.126C175.23 64.1216 175.074 63.9596 175.097 63.9487C175.237 63.8862 175.785 63.8082 175.833 63.8084C176.645 63.8018 177.436 63.8276 178.218 63.8616C179.828 63.9321 181.359 64.1929 182.949 64.5198C183.135 64.559 183.054 64.3629 183.083 64.3671C183.734 64.464 183.121 64.7697 183.513 65.0368C183.546 64.6867 183.787 64.8159 184.233 64.9235C184.45 64.9766 184.378 64.8112 184.402 64.8046C184.785 64.7199 184.91 65.0505 184.945 65.1215C185.077 65.3842 185.382 65.2571 185.467 65.4375C185.548 65.6162 185.166 65.6612 185.561 65.8322C185.724 65.7697 185.557 65.3386 185.886 65.4299C187.163 65.7407 189.024 67.3329 189.706 68.081C190.421 68.8054 190.642 69.0519 190.983 69.5373C191.569 70.4333 191.522 69.9784 191.994 70.4768C192.451 70.9917 191.768 71.0227 191.711 71.17C191.649 71.3138 191.813 71.3326 191.809 71.4663C191.804 71.5984 191.609 71.4316 191.716 71.6723C191.826 71.9083 192.35 72.4504 192.508 72.4864C192.847 72.5539 192.985 72.1201 193.18 72.836C193.19 72.8771 192.995 72.8116 193.041 72.9655C193.415 74.1832 193.744 75.4527 193.822 76.705C193.833 76.8771 193.639 76.7503 193.643 76.85C193.663 77.8794 193.903 77.4834 194.276 78.0296C193.833 77.9325 193.608 78.2677 193.622 79.0322C193.624 79.1943 193.646 79.2905 193.682 79.36C193.747 79.4905 193.858 79.5262 193.941 79.7268C193.98 79.8212 193.84 80.1435 193.925 80.2109C194.202 80.4253 194.553 80.1264 194.364 80.9433C194.355 80.9793 194.207 80.8501 194.187 80.9752C194.046 81.7723 194.338 81.9031 194.217 82.7895C194.123 83.4855 193.618 84.6371 193.298 85.3537C192.852 85.169 192.69 85.8689 192.858 86.2835C192.629 86.7392 192.381 87.2337 192.081 87.6288C191.978 87.7636 191.918 87.5948 191.894 87.6048C191.522 87.7491 191.67 88.1056 191.617 88.204C191.024 89.2549 190.189 89.7993 189.494 90.7203C189.469 90.7518 189.636 91.0564 189.24 91.0608C189.214 91.0589 189.41 90.7063 188.986 91.0298C188.557 91.3586 187.638 91.7653 187.063 92.2441C186.927 92.3617 186.636 92.8179 186.212 92.7722C186.156 92.7655 186.164 92.6558 186.079 92.6349C185.806 92.5675 185.824 92.9297 185.472 92.7574C185.119 92.5834 184.57 92.5622 183.932 92.9362C183.915 92.9456 183.844 93.1618 183.687 93.2594L183.713 93.1994C183.74 93.2226 183.763 93.2499 183.781 93.2821C183.961 93.6006 184.177 94.0763 184.373 94.4042C184.466 94.5612 184.551 94.3752 184.57 94.401C185.276 95.4118 185.592 96.2412 186.206 97.4083C186.318 97.6224 186.868 98.1036 186.95 98.598C187.041 99.1405 186.064 99.1048 186.833 100.021C187.142 100.391 188.347 100.379 188.316 101.39C189.275 102.75 189.817 104.211 190.827 105.546C190.872 105.606 191.244 105.661 191.33 105.815C191.457 106.043 191.412 106.235 191.499 106.4C191.861 107.093 192.325 107.65 192.692 108.307C192.832 108.557 192.66 108.542 192.826 108.84C192.993 109.137 193.268 109.238 193.426 109.682C193.544 110.017 193.395 110.509 193.593 110.93C193.795 110.823 193.932 110.886 194.092 111.05L194.178 110.901C194.036 110.936 193.854 110.958 193.635 110.996C193.526 111.015 193.643 111.146 193.591 111.161C193.382 111.228 193.189 111.121 192.99 111.194C192.942 111.211 192.939 111.339 192.9 111.36C192.564 111.548 192.011 111.261 191.916 111.211C191.552 111.021 191.382 111.187 191.102 111.112C190.824 111.038 191.241 110.944 190.915 110.899C190.24 110.805 189.372 110.826 188.687 110.82C188.413 110.818 188.6 110.989 188.561 110.992C187.995 111.036 187.423 110.854 187.109 111.194C186.717 110.316 186.768 111.279 185.959 111.103C185.896 111.089 185.815 110.674 186.059 110.613C186.304 110.552 186.674 110.682 187.014 110.587C187.094 110.565 187.554 110.176 187.617 110.152C188.109 109.968 188.179 110.588 188.205 110.622C188.5 110.99 189.062 110.571 189.21 110.542C189.888 110.409 190.464 110.496 191.03 110.402C191.401 110.341 191.437 109.934 191.728 109.947C192.696 109.988 193.034 110.555 193.945 110.063C194.07 109.996 194.036 109.791 194.178 109.742L193.095 111.64C193.03 111.585 192.981 111.456 192.961 111.174C192.957 111.125 192.968 110.515 192.641 110.359C192.6 110.339 192.489 110.406 192.454 110.369C192.224 110.117 192.2 109.873 191.973 109.585C191.745 109.298 191.46 108.959 191.287 108.579C191.182 108.351 191.227 107.952 191.217 107.819C191.191 107.441 190.767 107.271 190.838 106.986C190.909 106.699 191.389 106.895 191.223 106.35C190.923 106.503 190.602 106.638 190.294 106.782C189.687 105.731 189.174 104.648 188.542 103.607C188.463 103.479 188.386 103.703 188.298 103.568C187.926 102.995 187.734 102.416 187.33 101.832C187.016 101.381 186.546 100.961 186.213 100.492C186.366 99.9953 185.822 99.3297 185.538 98.78C185.438 98.5876 185.534 98.5477 185.485 98.3982C185.296 97.8354 185.142 98.2425 185.015 98.1327C184.471 97.661 185.104 97.2193 184.678 96.5359C184.656 96.4996 184.038 96.2594 183.979 96.2105C183.604 95.9025 184.064 96.0729 183.945 95.8117C183.727 95.3347 183.628 94.973 183.213 94.5075C183.101 94.3823 182.719 94.1693 182.657 93.8229L181.854 92.4L183.405 92.066C183.431 92.0702 183.458 92.0766 183.485 92.0856C183.531 92.1009 183.541 92.2381 183.576 92.2377C184.207 92.2114 184.104 91.7882 184.379 91.5485C184.652 91.3084 185.24 91.388 185.377 91.4195C185.727 91.5074 185.211 91.5926 185.205 91.6159C185.13 91.9217 185.483 91.7355 185.771 91.6268C185.984 91.9911 186.374 91.7753 186.067 91.5104C186.034 91.4821 185.835 91.6193 185.771 91.6268C185.848 91.1415 186.212 90.9081 186.848 90.9802C187.147 91.0086 187.064 91.3189 187.655 90.8443C187.917 90.6242 187.647 90.4614 187.837 90.2284C188.266 89.7002 189.086 89.337 189.53 88.7972C189.689 88.6036 189.408 88.6745 189.51 88.54C189.776 88.184 190.119 87.9506 190.334 87.5525C190.353 87.5164 190.162 87.4994 190.241 87.3864C190.824 86.5301 191.355 85.7701 191.757 84.7414C191.957 84.2442 192.141 83.3009 192.268 82.7618C192.508 81.8341 192.866 80.6522 192.822 79.7979C192.811 79.5438 192.766 79.4299 192.713 79.36C192.65 79.2787 192.574 79.2555 192.512 79.1306C192.294 78.6918 192.627 77.8865 192.673 77.7682C192.676 77.7657 192.752 78.2299 192.816 77.9733C192.98 77.8128 192.674 77.7728 192.673 77.7682C192.711 77.6927 192.632 76.7536 192.562 76.577C192.528 76.4806 192.383 76.5628 192.368 76.5127C192.014 75.3152 191.622 74.1722 191.163 73.0283C191.157 73.0073 191.329 72.9623 191.312 72.9134C191.067 72.2274 190.642 71.927 190.22 71.5145C189.794 71.1013 189.553 70.7306 189.557 70.2698C189.246 69.9532 188.899 69.4037 188.678 69.0918C188.456 68.7779 188.191 69.0038 188.163 68.9875C187.265 68.5102 186.916 68.0288 186.015 67.4844C185.588 67.2227 184.667 66.8554 184.142 66.7105C183.733 66.5925 183.51 66.4371 183.115 66.375C183.062 66.3667 183.072 66.5272 183.055 66.5283C182.584 66.5848 182.885 66.2854 182.813 66.1972C182.555 65.8822 182.369 65.7009 181.778 65.7001C181.637 65.6985 181.169 66.1577 180.933 66.1559C180.621 66.1521 180.76 65.9774 180.434 65.9845C180.406 65.9852 180.398 66.1022 180.2 66.076C179.57 65.9952 178.902 65.9238 178.218 65.9058C177.876 65.8974 177.535 65.893 177.2 65.8967C177.056 65.8979 177.24 66.0848 177.032 66.0896C176.057 66.1118 174.987 66.1048 174.036 66.0173C173.802 65.9952 173.949 65.8643 173.898 65.8254C173.586 65.5903 173.144 65.932 173.071 65.9385C171.331 66.1027 169.999 65.7934 168.225 65.9407C168.128 65.9493 167.385 66.3156 167.053 66.0015C167.03 65.9806 166.702 65.6591 166.412 65.8789C166.394 65.8927 166.599 66.0581 166.242 66.0413C165.885 66.0244 165.311 66.1349 164.82 65.9531C164.665 65.8959 164.298 65.5752 163.835 65.8308C163.805 65.8487 163.09 66.4266 162.835 66.0278C162.793 65.9622 162.836 65.5403 162.284 65.7566C162.178 65.7985 162.37 65.8927 162.092 65.9514C161.665 66.042 161.1 65.929 160.576 66.1169C160.485 66.1502 160.096 66.4366 159.784 66.2192C159.735 66.1852 159.828 66.0443 159.663 66.0286C158.879 65.9529 158.059 66.0472 157.263 65.9497C156.981 65.9155 157.125 65.6877 156.831 65.6267C156.715 65.6025 156.552 65.5787 156.378 65.5653L157.633 64.31C157.613 64.5748 157.616 64.8642 157.679 65.0498C157.783 65.3574 158.146 65.0214 158.175 65.4821C158.301 67.4849 158.088 69.469 158.057 71.4688C158.052 71.7654 158.182 71.5195 158.185 71.9567C158.194 73.5682 158.316 76.3506 158.04 77.749C157.819 78.8694 157.651 77.4594 157.561 78.3156C157.518 78.7288 157.94 79.1758 157.953 79.2755C158.088 80.2498 157.901 80.927 157.959 81.8039C157.971 81.985 158.142 81.8074 158.15 81.9615C158.18 82.488 158.103 83.0413 158.117 83.5443C158.124 83.77 158.254 83.7284 158.244 83.9361C158.222 84.433 158.167 84.8724 158.044 85.3568C158.033 85.4009 157.871 85.1032 157.865 85.4709C157.855 86.0658 157.735 86.8044 157.859 87.4889C157.897 87.6921 158.195 87.7 157.989 88.1366C157.946 88.2282 157.588 88.1114 157.897 88.6199C157.949 88.7055 158.367 89.5598 158.097 89.9791C158.026 90.0897 157.733 90.372 157.779 90.6163C157.787 90.6494 157.947 90.5167 157.963 90.7191C158.015 91.4324 157.998 92.18 158.048 92.9128C158.062 93.1085 158.228 92.817 158.243 93.1087C158.285 93.9107 158.243 94.9121 158.191 95.6964C158.171 95.9855 158.034 95.7857 158.019 95.8067C157.775 96.145 158.104 96.3451 158.123 96.4574C158.238 97.1558 158.083 97.6876 158.124 98.3314C158.135 98.509 158.292 98.3831 158.306 98.4184C158.442 98.7852 158.161 98.512 158.13 98.7441C158.042 99.3945 158.055 100.12 158.075 100.777C158.082 101.019 158.264 100.747 158.268 100.964C158.3 102.247 158.282 103.581 158.182 104.834C158.163 105.069 158.023 104.921 157.991 104.97C157.768 105.309 158.073 105.805 158.102 105.92C158.234 106.439 158.111 106.641 158.134 107.099C158.196 108.308 158.2 109.67 158.184 111L156.378 109.194C157.513 109.208 158.625 109.238 159.599 109.262C162.069 109.32 164.043 109.433 166.318 109.431L164.749 111C164.748 110.736 164.747 110.468 164.743 110.195C164.741 110.028 164.555 110.197 164.551 110.053C164.506 108.194 164.579 106.363 164.525 104.501C164.521 104.348 164.345 104.568 164.332 104.323C164.305 103.819 164.315 103.182 164.371 102.673C164.398 102.425 164.55 102.758 164.574 102.508C164.631 101.926 164.643 101.303 164.615 100.705C164.602 100.451 164.422 100.835 164.42 100.504C164.403 98.4192 164.376 96.3688 164.557 94.27L164.594 92.4742L166.318 92.5093C166.485 92.5238 166.653 92.5396 166.821 92.5568C166.977 92.5728 167.114 92.9393 167.445 92.8691C167.47 92.7673 167.469 92.6477 167.48 92.539C169.526 92.5024 171.559 92.5382 173.598 92.575L174.636 92.5961L175.084 93.4553C175.654 94.5415 176.225 95.6296 176.812 96.7156C176.878 96.8375 176.933 96.5342 177.061 96.7697C177.805 98.1326 178.577 99.4289 179.171 100.914C179.23 101.062 178.892 101.155 179.16 101.537C179.208 101.605 179.584 102.196 179.736 102.319C179.758 102.335 179.836 102.147 179.949 102.342C180.599 103.479 181.227 104.7 181.77 105.893C181.857 106.086 181.601 105.971 181.661 106.109C182.095 107.087 182.765 108.042 183.12 109.009C183.357 109.657 182.978 109.577 182.899 110.033C182.887 110.098 183.085 110.471 182.948 110.571C182.604 110.823 182.1 110.866 181.745 111.157C181.669 111.219 182.032 111.664 181.665 111.484C181.64 111.471 181.375 111.149 181.257 111.098C181.175 111.063 181.086 111.256 180.955 111.164C180.824 111.072 180.874 110.865 180.687 110.697C180.5 110.528 180.379 110.713 180.131 110.308ZM187.583 67.7394C187.383 67.4008 187.008 67.8699 187.396 67.9645C187.415 67.9686 187.593 67.7565 187.583 67.7394ZM189.566 104.424C189.543 103.868 189.038 103.776 189.039 104.178C189.04 104.579 189.573 104.594 189.566 104.424ZM192.319 108.708C192.206 108.108 191.43 108.462 191.89 108.904C191.917 108.929 192.326 108.743 192.319 108.708ZM182.019 108.599C182.014 108.608 182.153 108.877 182.164 108.88C182.408 108.93 182.13 108.391 182.019 108.599ZM192.047 110.775C192.226 110.889 192.742 110.757 192.519 110.614C192.34 110.499 191.824 110.632 192.047 110.775ZM168.987 64.3938C168.981 64.3849 168.764 64.3769 168.768 64.4273C168.783 64.5895 169.086 64.5437 168.987 64.3938ZM183.465 110.784C184.733 110.816 185.502 111.517 184.121 111.438C183.871 111.424 184.66 111.214 184.342 111.151C183.76 111.036 183.373 111.476 182.779 111.24C182.671 111.197 183.393 110.781 183.468 110.783C183.467 110.784 183.466 110.784 183.465 110.784ZM187.821 67.0297C187.82 67.0184 187.573 66.8446 187.562 66.8478C187.324 66.9177 187.815 67.2624 187.821 67.0297ZM156.092 64.3984C156.075 64.415 156.059 65.1141 156.075 65.1369C156.385 65.5016 156.418 64.0882 156.092 64.3984ZM193.281 85.3606C193.34 85.7425 193.191 86.1412 192.859 86.2822C193.013 85.984 193.15 85.6689 193.281 85.3606ZM181.755 78.905C181.688 78.6866 181.703 78.4011 181.729 78.172C181.737 78.1003 181.848 78.1099 181.857 78.0581C181.875 77.9567 181.801 77.8843 181.821 77.7822C181.828 77.7476 182 77.7351 182.003 77.6991C182.018 77.4981 181.915 77.3477 181.871 77.163C181.652 76.243 181.037 75.4473 180.199 74.86C179.927 74.6658 179.604 74.344 179.236 74.2832C179.194 74.2762 179.168 74.4236 179.156 74.4323C178.979 74.5672 179.116 74.2999 179.05 74.236C178.787 73.9843 178.413 73.8794 178.084 73.8821C177.943 73.8838 178.033 74.1948 177.924 74.0114C177.916 73.9989 177.974 73.8494 177.939 73.8272C177.859 73.7768 177.69 73.7839 177.625 73.7648C177.498 73.7269 177.475 73.7265 177.353 73.7153C177.185 73.6992 176.985 73.6131 176.799 73.6477C176.76 73.6556 176.811 73.8162 176.749 73.8433C176.749 73.8435 176.748 73.8437 176.748 73.8439C176.678 73.8704 176.5 73.8567 176.439 73.8192C176.378 73.7813 176.404 73.6552 176.393 73.6263C176.305 73.3823 176.095 73.7202 176.069 73.7286C175.578 73.871 175.157 73.6785 174.696 73.679C174.347 73.6799 173.973 73.7434 173.64 73.7347C173.244 73.7237 172.908 73.6367 172.523 73.6517C172.482 73.6531 172.53 73.8417 172.48 73.8438C171.953 73.8658 171.429 73.8452 170.904 73.7178C170.851 73.7049 170.919 73.5393 170.867 73.5164C170.544 73.3803 170.035 73.0533 169.843 73.7745C169.625 73.7463 169.36 73.7172 169.165 73.5718C169.039 73.4783 169.162 73.2978 169.007 73.3748C168.972 73.392 169.017 73.55 168.965 73.5638C168.745 73.6216 168.504 73.5703 168.287 73.6519C168.242 73.6689 168.254 73.8105 168.242 73.836C168.136 74.0425 167.961 73.7011 167.923 73.6763C167.631 73.4914 167.418 73.5642 167.147 73.5596C167.084 73.5585 167.158 73.7487 167.097 73.7545C166.84 73.7768 166.575 73.7699 166.318 73.7203L167.188 72.85C167.177 72.9067 167.164 72.963 167.149 73.0187C167.13 73.0872 166.968 73.0242 166.95 73.057C166.875 73.2013 167.181 73.2333 167.115 73.3717C167.101 73.4009 166.963 73.3845 166.947 73.3898C166.708 73.4731 167.047 73.5455 167.055 73.5669C167.157 73.838 166.803 74.0113 166.853 74.2732C166.859 74.3045 167.035 74.2338 167.042 74.3219C167.091 74.9086 167.042 75.5291 166.902 76.1098C166.88 76.2001 166.749 76.1357 166.732 76.1414C166.478 76.234 166.819 76.2939 166.831 76.3233C166.924 76.5556 166.638 76.7726 167.044 76.9304C166.903 77.914 167.131 78.8932 166.767 79.8687C166.763 79.8811 166.596 79.8589 166.588 79.8836C166.494 80.1816 166.754 80.1244 167.073 80.3215C167.153 80.3712 166.768 80.5223 166.74 80.5356C166.636 80.5843 166.387 80.5338 166.367 80.5501C166.209 80.6851 167.033 80.6631 167.034 80.8452C167.032 80.8509 166.88 80.8269 166.865 80.8422C166.818 80.8897 166.878 80.9368 166.826 80.9832C166.705 81.0895 166.305 81.1274 166.538 81.2898C166.568 81.3103 167.036 81.2789 167.014 81.4415C167.004 81.5063 167.012 81.7931 166.982 81.8735C166.952 81.9538 166.801 81.8987 166.795 81.9044C166.595 82.1207 166.513 82.0387 166.218 82.1471C165.924 82.2554 166.625 82.2254 166.703 82.2696C166.781 82.3138 166.617 82.4724 166.559 82.5114C166.502 82.5504 166.406 82.5018 166.374 82.5364C166.163 82.7661 166.722 82.6372 166.833 82.7129C167.097 82.8914 166.577 83.0303 166.526 83.1937C166.512 83.2379 166.631 83.2018 166.642 83.2412C166.684 83.3971 166.522 83.4908 166.671 83.6681C166.695 83.6972 167.007 83.8405 166.778 83.9333C166.745 83.9465 166.615 83.9091 166.586 83.9756C166.543 84.0748 166.514 84.2536 166.558 84.3603C166.59 84.439 166.803 84.3488 166.737 84.4479C166.707 84.492 166.582 84.4103 166.537 84.4931C166.492 84.5754 166.498 84.7859 166.502 84.8661C166.506 84.946 166.668 84.9022 166.679 84.9087C166.742 84.9478 166.82 85.1013 166.819 85.1148C166.826 85.324 166.804 85.5282 166.774 85.73L166.318 85.2736C166.776 85.3416 167.221 85.4539 167.683 85.3912C167.736 85.3843 167.701 85.2136 167.709 85.2108C167.888 85.1392 167.747 85.5932 167.872 85.7452C167.854 85.3987 167.927 85.4614 168.053 85.4234C168.114 85.4048 168.081 85.2707 168.087 85.2569C168.177 85.0531 168.239 85.3164 168.256 85.3702C168.315 85.5683 168.38 85.3342 168.421 85.4666C168.461 85.5981 168.368 85.7929 168.489 85.7904C168.523 85.6663 168.433 85.3422 168.525 85.2896C168.871 85.0909 169.517 85.3453 169.796 85.3717C170.074 85.3981 170.163 85.3752 170.325 85.42C170.618 85.5011 170.511 85.2606 170.692 85.1505C170.874 85.0404 170.786 85.6322 170.812 85.7594C170.838 85.8865 170.866 85.7556 170.898 85.8255C170.93 85.8954 170.861 85.9819 170.936 86.0081C171.011 86.0344 171.216 85.8081 171.242 85.6751C171.298 85.3933 171.206 85.0976 171.404 85.2015C171.416 85.2077 171.379 85.3633 171.422 85.379C171.769 85.4988 172.13 85.5062 172.477 85.6121C172.524 85.627 172.482 85.8001 172.509 85.8106C172.798 85.9213 172.695 85.6295 172.853 85.3053C172.818 85.7367 172.905 86.0007 173.125 86.0033C173.256 86.0049 173.234 85.8165 173.319 85.6837C173.345 85.6436 173.438 85.773 173.455 85.6844C173.51 85.3947 173.423 85.0704 173.649 85.1996C173.659 85.2057 173.627 85.3643 173.661 85.3739C173.883 85.4367 173.909 85.1337 174.149 85.097C174.336 85.0682 174.67 85.253 174.884 85.283C174.879 85.7681 175.081 85.6571 175.163 85.3226C175.302 85.3363 175.452 85.3174 175.586 85.3636C175.632 85.3794 175.602 85.5198 175.607 85.535C175.697 85.7731 175.757 85.4477 175.787 85.4349C176.111 85.3109 176.376 85.5575 176.685 85.3165C176.694 85.3099 176.706 85.1134 176.748 85.1279C176.76 85.1325 176.775 85.158 176.795 85.2168C176.8 85.2337 176.701 85.3876 176.843 85.3985C176.981 85.4098 177.261 85.5803 177.445 85.4083C177.49 85.3671 177.581 85.0847 177.696 85.2868C177.712 85.3143 177.709 85.4119 177.733 85.4633C177.813 85.6266 177.804 85.2848 177.911 85.5625C178.019 85.8401 178.211 86.0328 178.385 85.798C178.391 85.791 178.389 85.5168 178.451 85.5088C178.551 85.4963 178.707 85.5195 178.81 85.4921C178.859 85.479 178.787 85.3242 178.795 85.3191C179.097 85.1451 179.362 85.2199 179.731 85.1481C179.799 85.135 179.886 84.8525 180.075 84.9641C180.288 85.0824 180.5 85.8973 180.742 85.5571C180.849 85.4135 180.478 84.4284 180.959 84.7667C181.282 84.4078 181.806 84.3503 182.02 83.8741C182.03 83.8526 181.871 83.5998 181.907 83.5692C181.96 83.5232 182.086 83.5879 182.128 83.5557C182.307 83.422 182.344 83.1939 182.481 83.0395C182.533 82.9799 182.631 83.0853 182.693 83.011C182.755 82.9355 182.637 82.7807 182.78 82.7214C182.889 82.6775 183.267 82.7843 183.375 82.682C183.051 82.4952 183.103 82.4196 183.087 82.2329C183.083 82.1973 182.952 82.168 182.944 82.1483C182.909 82.0682 183.029 82.0675 182.986 81.9874C182.976 81.9682 182.86 81.9142 182.845 81.8957C182.71 81.7392 183.029 81.7217 183.085 81.714C183.299 81.6922 183.161 81.5869 183.257 81.542C183.353 81.4946 183.402 81.6358 183.476 81.5644C183.629 81.4133 183.681 81.1649 183.732 80.9754C183.752 80.8994 183.574 80.9122 183.573 80.9004C183.567 80.7387 183.776 80.6111 183.456 80.4677C184.339 80.504 183.389 80.3595 183.591 80.1696C183.607 80.1545 184.023 80.1795 184.074 80.2591C184.125 80.3394 183.982 80.4279 184.059 80.5428C184.077 80.5683 184.435 80.7765 184.453 80.8021C184.603 80.993 183.991 80.8839 183.956 80.883C183.58 80.8865 183.949 81.1381 183.963 81.1931C184.038 81.4266 183.901 81.5685 183.933 81.7626C183.952 81.8891 184.327 82.0448 184.281 82.1303C184.12 82.418 183.568 82.2611 183.875 82.741C183.938 82.8446 184.361 83.0008 183.94 83.0392C183.913 83.0434 183.554 83.0276 183.675 83.2148C183.69 83.2387 183.8 83.3067 183.801 83.3267C183.8 83.4593 183.673 83.4661 183.645 83.5942C183.617 83.7224 183.588 83.8878 183.466 83.9726C183.393 84.0247 183.138 83.9556 183.068 83.9469C182.869 83.9205 183.001 84.1916 182.803 84.1043C182.606 84.0127 182.456 83.7115 182.249 83.7387C182.49 83.973 182.731 84.2202 182.969 84.4609C182.678 84.7507 182.309 84.933 182 85.1843C181.961 85.2159 182.111 85.3299 182.071 85.3681C181.902 85.5289 181.664 85.5343 181.492 85.7004C181.359 85.8302 181.277 86.0964 181.123 86.2306C180.842 85.9441 180.652 86.1821 180.449 86.2295C180.379 86.2463 180.343 86.1496 180.284 86.1377C180.065 86.0928 180.272 86.3755 180.243 86.4447C180.11 86.7402 179.826 86.0251 179.599 86.1201C179.589 86.1247 179.552 86.566 179.535 86.5972C179.44 86.7989 179.472 86.4674 179.375 86.4635C179.199 86.4556 179.067 86.3888 178.906 86.549C178.86 86.5961 178.776 86.8761 178.629 86.7027C178.61 86.68 178.592 86.5454 178.579 86.5397C178.352 86.4473 178.419 86.8668 178.319 87.0289C178.217 87.1911 177.985 86.9239 177.94 86.8434C177.818 86.6369 178.003 86.7417 178.006 86.7193C178.036 86.4574 177.91 86.5183 177.808 86.5072C177.749 86.0937 177.619 86.1316 177.703 86.4971C177.713 86.537 177.786 86.4904 177.808 86.5072C177.767 86.924 177.599 86.993 177.404 86.6216C177.313 86.447 177.376 86.2354 177.144 86.3225C177.039 86.361 177.09 86.6471 176.994 86.7281C176.92 86.7907 176.835 86.801 176.748 86.7883C176.596 86.7635 176.435 86.656 176.298 86.6839C176.222 86.6993 176.296 86.8567 176.244 86.8726C176.107 86.9154 175.986 86.7972 175.849 86.8577C175.836 86.8634 175.867 87.0283 175.824 87.0304C175.499 87.0495 175.217 86.9439 174.878 86.941C174.715 86.9397 174.422 87.0306 174.253 87.0123C173.959 86.9816 173.597 86.7419 173.346 86.8001C173.183 86.8374 173.218 87.0023 173.148 87.1146C173.013 87.3323 172.773 86.9423 172.741 86.8819C172.74 86.8799 172.881 86.8411 172.806 86.7564C172.762 86.5801 172.743 86.8812 172.741 86.8819C172.72 86.8429 172.439 86.8055 172.383 86.837C172.352 86.8542 172.369 87.0104 172.353 87.0164C171.977 87.1562 171.6 87.1959 171.219 87.1229C171.212 87.1197 171.222 86.945 171.206 86.9398C170.985 86.8621 170.844 87.0758 170.662 87.2027C170.479 87.3296 170.335 87.2871 170.227 86.9871C170.09 87.0249 169.892 86.8923 169.779 86.8119C169.665 86.7314 169.649 87.0715 169.639 87.0782C169.328 87.2934 169.148 87.0987 168.825 87.0684C168.671 87.0535 168.367 87.1028 168.2 87.14C168.069 87.1699 167.99 87.0902 167.868 87.1412C167.852 87.148 167.869 87.2994 167.864 87.3053C167.728 87.4864 167.793 87.1162 167.765 87.0501C167.664 86.8097 167.602 86.6817 167.429 86.7948C167.389 86.8207 167.272 87.3537 167.2 87.3848C167.105 87.4244 167.141 87.2333 167.042 87.2796C167.033 87.2834 167.035 87.4013 166.974 87.3961C166.764 87.3794 166.54 87.3375 166.318 87.3216L164.62 87.1983L164.726 85.73C164.732 85.652 164.734 85.5742 164.731 85.4975C164.73 85.4572 164.543 85.5088 164.538 85.4506C164.516 85.1774 164.523 84.878 164.61 84.6118C164.633 84.5463 164.764 84.5874 164.802 84.5731C165.038 84.4858 164.696 84.362 164.689 84.3416C164.525 83.8543 164.834 83.4813 164.687 82.9846C164.678 82.9576 164.312 82.7495 164.626 82.6566C164.647 82.6503 164.969 82.5584 164.749 82.4772C164.735 82.4721 164.57 82.5294 164.587 82.4295C164.603 82.3296 164.493 82.1688 164.675 82.0315C164.732 81.988 165.053 81.8853 164.797 81.7556C164.779 81.7472 164.201 81.547 164.6 81.4755C164.666 81.4639 165.088 81.4761 164.871 81.3213C164.829 81.2917 164.735 81.3454 164.676 81.2675C164.586 81.1481 164.699 80.99 164.511 80.8433C164.478 80.8177 164.191 80.7087 164.409 80.6214C164.443 80.6077 164.583 80.6337 164.599 80.5875C164.675 80.3681 164.581 80.1384 164.678 79.9156C164.712 79.8367 164.94 79.877 165.001 79.7948C165.062 79.7125 165.121 79.5467 165.017 79.4607C164.913 79.3746 164.55 79.4686 164.521 79.3396C164.395 78.7789 164.607 78.2234 164.639 77.6635C164.643 77.5804 164.513 77.6493 164.511 77.5269C164.501 77.0757 164.379 76.2967 164.655 75.9052C164.876 75.5915 165.045 75.9863 165.135 75.7465C165.178 75.6309 164.756 75.5057 164.742 75.4778C164.607 75.205 164.794 75.0154 164.737 74.7699C164.725 74.7192 164.554 74.7689 164.546 74.7258C164.516 74.5784 164.592 74.4235 164.578 74.2826C164.572 74.2194 164.441 74.2311 164.451 74.1729C164.474 74.0338 164.529 73.9108 164.651 73.7752C164.662 73.7628 164.825 73.8462 164.831 73.7432C164.84 73.5766 164.961 73.3699 164.836 73.1782C164.799 73.1213 164.5 73.1191 164.706 72.9969C164.749 72.9712 165.108 73.004 164.798 72.8616C164.794 72.8594 164.786 72.8555 164.776 72.85L164.895 71.2049L166.318 71.3082C166.373 71.2089 166.58 70.8856 166.687 71.1305C166.718 71.2013 166.797 71.4947 166.865 71.4486C166.874 71.4412 166.837 71.2809 166.894 71.2652C167.094 71.2129 167.303 71.23 167.508 71.1798C167.563 71.166 167.481 71.0001 167.563 70.9849C167.788 70.943 168.068 70.9853 168.287 71.0372C168.368 71.0567 168.312 71.1941 168.318 71.2091C168.413 71.4524 168.469 71.124 168.501 71.1048C168.696 70.9902 168.845 71.1444 169.025 71.1036C169.075 71.0927 169.04 70.9362 169.05 70.9222C169.152 70.7858 169.076 71.067 169.141 71.098C169.323 71.1857 169.526 71.1732 169.71 71.1532C169.778 71.1456 169.702 70.964 169.762 70.9593C170.122 70.928 170.495 70.9454 170.846 71.0455C170.912 71.0647 170.87 71.2045 170.884 71.2364C170.979 71.4598 171.118 71.1551 171.15 71.1261C171.295 70.9935 171.352 71.1172 171.48 71.0941C172.107 70.9792 172.882 71.0611 173.474 71.1117C174.246 71.1768 174.845 71.3098 175.58 71.2752C175.627 71.2732 175.58 71.0872 175.62 71.0831C175.998 71.0505 176.372 71.0799 176.748 71.0779C176.918 71.0772 177.086 71.0757 177.257 71.0689C177.309 71.0672 177.243 70.8875 177.327 70.8792C177.5 70.8609 177.718 70.8873 177.886 70.9616C177.968 70.9974 177.839 71.136 177.92 71.169C178.107 71.2463 178.313 71.2874 178.516 71.2931C178.603 71.2955 178.504 71.0954 178.617 71.1129C179.379 71.2287 180.159 71.4272 180.791 71.9682C180.834 72.0055 180.723 72.3572 180.853 72.3417C180.905 72.2537 180.956 72.1458 181.007 72.0496C182.073 72.4986 182.954 73.328 183.675 74.2524C183.706 74.2918 183.802 74.1018 183.863 74.1789C184.214 74.6237 184.567 75.082 184.644 75.6845C184.651 75.7439 184.332 75.8648 184.445 75.9883C184.467 76.01 184.604 76.2128 184.695 76.2452C184.709 76.2493 184.84 76.1474 184.874 76.2209C185.069 76.6484 185.172 77.1365 185.164 77.6015C185.163 77.6758 184.981 77.6331 184.978 77.6855C184.958 78.053 185.133 78.4261 184.998 78.7731C184.907 79.003 184.609 78.9321 184.324 79.0524C184.284 79.0689 184.28 79.1963 184.111 79.2043C183.689 79.2237 183.225 79.1746 182.775 79.2028C182.678 79.2084 182.783 79.3452 182.549 79.2648C182.533 79.2589 182.454 79.1631 182.374 79.1425C182.318 79.128 182.148 79.1601 182.077 79.1306C182.006 79.1019 182.148 79.0625 182.063 79.0149C181.977 78.9679 181.784 78.9997 181.755 78.905ZM169.268 86.4522C169.163 86.2889 169.147 86.8871 169.261 86.744C169.266 86.7364 169.273 86.4602 169.268 86.4522ZM182.014 84.5767C181.732 84.4695 181.893 84.8353 182.106 84.9263C182.324 85.0121 182.102 84.6068 182.014 84.5767ZM182.931 83.3145C182.664 83.3255 183.317 83.868 183.3 83.6037C183.299 83.5883 182.947 83.3133 182.931 83.3145ZM184.211 78.5537C184.203 78.556 184.203 78.6466 184.211 78.6481C184.405 78.6817 184.404 78.4958 184.211 78.5537ZM183.476 81.9128C183.351 81.9165 183.413 82.1048 183.569 82.103C183.697 82.0996 183.633 81.9056 183.476 81.9128ZM166.234 83.1981C166.243 83.1964 166.251 83.1355 166.201 83.1367C166.038 83.1409 166.084 83.2257 166.234 83.1981ZM183.961 79.4919C183.916 79.8651 183.197 80.0027 183.301 79.6468C183.319 79.5799 183.516 79.8044 183.584 79.7222C183.708 79.5641 183.271 79.4516 183.507 79.293C183.551 79.2612 183.966 79.4686 183.962 79.4926C183.961 79.4923 183.961 79.4921 183.961 79.4919ZM169.207 85.7337C169.205 85.7258 169.121 85.7183 169.119 85.7262C169.073 85.9161 169.243 85.9313 169.207 85.7337ZM166.604 79.643C166.621 79.6384 166.636 79.4427 166.621 79.4363C166.31 79.3342 166.278 79.7299 166.604 79.643ZM174.887 85.296C174.979 85.1049 175.089 85.0824 175.163 85.3224C175.071 85.3096 174.979 85.3077 174.887 85.296ZM230.454 110.046C229.534 108.841 228.431 107.19 227.619 105.915C227.365 105.516 227.59 105.65 227.418 105.371C227.082 104.827 226.696 104.372 226.371 103.829C226.263 103.649 226.551 103.764 226.435 103.577C225.8 102.554 225.107 101.652 224.432 100.639C221.105 95.6479 217.746 90.8058 214.295 85.8127C213.157 84.1665 211.874 82.0947 210.623 80.4479C210.477 80.2557 210.44 80.4584 210.404 80.428C210.368 80.3979 210.336 80.3698 210.307 80.3434L212.513 79.64C212.634 80.2081 212.37 80.0255 212.333 80.4661C212.177 82.3319 212.163 84.4067 212.22 86.2023C212.245 86.9662 212.537 86.2003 212.373 86.9695C212.362 87.0229 212.206 86.8291 212.189 87.0386C212.151 87.5137 212.179 88.415 212.167 88.7832C212.142 89.4929 212.144 89.6103 212.142 90.2815C212.138 91.1991 212.06 92.2904 212.096 93.2749C212.104 93.485 212.264 93.2068 212.292 93.542C212.319 93.8774 212.305 94.7648 212.267 95.0639C212.23 95.3632 212.103 95.2358 212.075 95.2887C211.831 95.7244 212.169 96.7508 212.177 96.8829C212.319 99.2909 212.127 101.356 212.127 103.616C212.128 105.332 212.192 107.167 212.183 108.8C212.179 109.568 212.162 110.291 212.145 111L212.158 111.834L211.298 111.847C210.213 111.821 209.158 111.793 208.015 111.802C207.815 111.803 208.049 111.992 207.806 111.994C205.649 112.012 203.504 112.001 201.358 111.923L200.449 111.936L200.435 111C200.451 110.571 200.469 110.142 200.49 109.713C200.503 109.454 200.669 109.787 200.692 109.529C200.828 107.948 201.155 105.447 200.434 104.509C200.462 103.438 200.491 102.138 200.636 101.18C200.73 100.562 200.91 101.162 200.833 100.404C200.816 100.233 200.658 100.455 200.644 100.198C200.587 99.118 200.638 97.9377 200.556 96.8689C200.539 96.6515 200.398 96.7108 200.372 96.6492C200.166 96.1316 200.507 95.2698 200.532 95.0819C200.717 93.6513 200.644 92.6066 200.649 91.2739C200.65 90.9646 200.46 91.3302 200.454 91.0326C200.427 89.4892 200.443 87.8903 200.527 86.3791C200.547 86.0429 200.709 86.352 200.726 86.1914C200.801 85.4831 200.495 85.3261 200.561 84.6468C200.575 84.5035 200.713 84.5842 200.729 84.5581C200.968 84.1492 200.629 83.794 200.622 83.6888C200.519 82.3586 200.873 81.5083 200.823 80.2232C200.817 80.0694 200.641 80.4161 200.634 79.9839C200.586 77.1048 200.634 74.0598 200.774 71.21C200.796 70.7669 200.928 71.0832 200.944 71.0553C201.198 70.6008 200.857 70.3068 200.845 70.1623C200.752 69.0225 201.038 67.9578 200.633 67.1834C200.66 66.2247 200.674 65.2669 200.68 64.31L200.67 63.6422L201.358 63.632C204.775 63.6548 208.181 63.5882 211.578 63.7742L211.846 63.7702L212.014 63.9983C212.252 64.372 212.486 64.7481 212.715 65.127C212.747 65.179 212.548 65.1877 212.612 65.2909C213.386 66.535 213.435 66.1551 214.257 66.7567C214.464 66.9084 214.582 67.7351 214.597 67.8049C214.652 68.0597 214.305 68.0031 214.335 68.0799C214.592 68.7105 215.2 68.1431 215.72 68.8695C215.735 68.8931 215.543 68.8859 215.574 68.9557C215.671 69.1727 215.855 69.3255 215.945 69.5413C216.15 70.0359 215.932 70.4202 216.586 70.9327C216.669 70.9971 216.96 70.5997 217.406 71.2614C217.583 71.5253 218.409 72.6655 218.614 73.004C218.818 73.3421 218.538 73.2097 218.549 73.2364C219.005 74.2158 218.703 73.9364 218.773 74.5407C218.843 75.1442 219.328 74.6164 219.517 74.7473C219.707 74.8785 220.026 75.6073 220.091 75.7961C220.156 75.9848 219.939 75.8466 220.012 76.0037C220.496 77.0435 220.583 76.2037 220.889 76.441C221.613 77 221.587 77.8571 222.012 78.5387C222.127 78.7232 222.12 78.5103 222.241 78.661C222.721 79.2585 222.857 79.7271 223.484 80.3484C223.586 80.4501 224.25 80.8405 224.328 81.3443C224.339 81.416 224.127 81.3423 224.293 81.6244C224.541 82.0458 225.028 82.776 225.368 83.1766C225.619 83.4724 225.535 82.9878 225.764 83.4221C225.866 83.6152 225.531 83.3619 225.731 83.7186C225.929 84.0735 226.534 84.9106 226.767 85.2279C226.998 85.5445 227.005 85.2756 227.033 85.295C227.195 85.4147 227.697 85.9818 227.735 86.0361C229.704 88.7548 231.283 91.4313 233.258 94.037C233.413 94.2417 233.452 94.0034 233.477 94.0336C233.549 94.1186 233.6 94.1881 233.634 94.2458L232.685 94.55C232.728 94.0897 233.091 94.5502 233.223 94.0144C232.877 94.1031 232.94 93.741 232.902 93.1225C232.883 92.8245 232.749 92.9868 232.735 92.9596C232.531 92.5176 232.795 92.2098 232.848 92.1305C233.047 91.8378 232.813 91.5193 232.945 91.3201C233.076 91.121 233.271 91.5792 233.269 90.986C233.145 90.8196 232.82 91.26 232.768 90.8097C232.569 89.1104 232.824 85.9385 232.85 84.5723C232.876 83.2088 232.853 82.7684 232.898 81.9738C232.979 80.5386 232.739 81.0646 232.629 80.1734C232.519 79.2797 233.11 79.7142 233.238 79.5857C233.365 79.4596 233.234 79.3219 233.304 79.165C233.374 79.0086 233.46 79.3471 233.486 78.9794C233.513 78.6114 233.286 77.6054 233.153 77.4749C232.872 77.1992 232.576 77.6526 232.68 76.6789C232.686 76.6229 232.842 76.8046 232.857 76.5902C232.977 74.8872 232.984 73.1179 233.09 71.417C233.105 71.1831 233.278 71.3922 233.289 71.2561C233.4 69.8384 233.108 70.3452 232.784 69.5682C233.215 69.7426 233.479 69.3129 233.482 68.237C233.483 67.5901 233.295 67.7015 233.162 67.2832C233.122 67.1576 233.251 66.7 233.163 66.617C232.873 66.3436 232.549 66.7747 232.678 65.6653C232.684 65.6166 232.843 65.7716 232.852 65.6034C232.888 64.9857 232.805 64.677 232.721 64.31L232.714 63.8299L233.208 63.8226C233.487 63.7584 233.8 63.6929 234.307 63.677C235.228 63.6482 236.866 63.833 237.915 63.863C237.893 64.3481 238.884 64.2371 239.285 63.9026C239.966 63.9163 240.701 63.8974 241.359 63.9436C241.585 63.9594 241.437 64.0998 241.465 64.115C241.903 64.3531 242.199 64.0277 242.346 64.0149C242.621 63.9935 242.888 63.9831 243.148 63.9794L243.474 63.9746L243.479 64.31C243.497 65.5553 243.362 66.66 243.562 67.9167C243.57 67.9707 243.907 68.0581 243.661 68.4643C243.644 68.4906 243.491 67.9887 243.479 68.7035C243.467 69.4184 243.287 70.7662 243.443 71.7588C243.48 71.999 243.754 72.6065 243.54 73.0941C243.511 73.1591 243.415 73.088 243.361 73.1817C243.189 73.4849 243.53 73.6504 243.241 74.0067C242.951 74.3629 242.735 75.104 242.934 76.105C242.94 76.1369 243.21 76.3739 243.206 76.6887C243.199 77.1912 243.143 77.9045 243.144 78.4292C243.145 78.6804 243.313 78.5196 243.316 78.5633C243.41 80.2524 243.26 81.4546 243.196 83.2642C243.183 83.596 243.412 84.5492 243.231 85.1914C243.033 85.8966 242.21 85.172 242.407 86.7928C242.485 87.4465 243.529 88.2742 242.988 89.449C243.122 91.7275 242.845 93.8346 243.037 96.1195C243.045 96.2222 243.337 96.5471 243.333 96.7887C243.326 97.1473 243.19 97.3441 243.181 97.6002C243.14 98.6731 243.256 99.655 243.238 100.689C243.232 101.082 243.091 100.945 243.083 101.413C243.075 101.881 243.261 102.194 243.171 102.828C243.103 103.307 242.724 103.786 242.68 104.422C243.054 104.446 243.046 104.883 243.145 105.66C243.164 105.809 243.294 105.649 243.31 105.719C243.377 106.007 243.269 106.273 243.342 106.545C243.359 106.612 243.487 106.615 243.509 106.669C243.697 107.13 243.409 107.89 243.359 108.021C243.169 108.521 243.336 108.755 243.261 109.139C243.186 109.522 243.093 108.949 243.047 109.396C242.998 109.883 242.98 110.442 242.974 111L243.148 110.825C242.643 110.819 242.138 110.823 241.69 110.82C241.315 110.818 241.571 110.989 241.517 110.992C240.74 111.036 239.954 110.854 239.523 111.194C238.984 110.316 239.054 111.279 237.943 111.103C237.856 111.089 237.744 110.674 238.08 110.613C238.416 110.552 238.926 110.682 239.392 110.587C239.502 110.565 240.135 110.176 240.221 110.152C240.897 109.968 240.993 110.588 241.028 110.622C241.434 110.99 242.207 110.571 242.41 110.542C242.666 110.505 242.911 110.486 243.148 110.474L242.622 111C242.592 110.374 242.619 109.802 242.55 109.238C242.489 108.728 242.083 108.679 242.095 108.279C242.136 106.949 242.703 106.485 242.211 105.233C242.107 104.964 241.663 105.231 242.012 104.269C242.034 104.208 242.353 103.494 242.151 103.081C242.126 103.029 241.996 103.03 241.985 102.962C241.915 102.504 242.018 102.198 241.969 101.699C241.919 101.2 241.846 100.6 241.89 100.03C241.916 99.6861 242.157 99.2453 242.216 99.0809C242.386 98.6166 242.107 98.1188 242.313 97.8312C242.52 97.5411 242.835 98.1082 242.968 97.3475C242.632 97.3194 242.287 97.2547 241.949 97.2094C241.961 95.5425 242.069 93.9024 242.054 92.23C242.052 92.0227 241.872 92.2347 241.865 92.0124C241.836 91.0746 241.965 90.2555 241.913 89.283C241.873 88.5302 241.682 87.7047 241.633 86.9176C242.018 86.4367 241.887 85.2687 241.923 84.4201C241.935 84.1229 242.038 84.1428 242.071 83.9314C242.195 83.1339 241.855 83.5076 241.802 83.289C241.573 82.351 242.343 82.2707 242.324 81.1648C242.323 81.1063 241.913 80.3901 241.887 80.2915C241.721 79.6647 242.03 80.1877 242.06 79.7955C242.116 79.0793 242.214 78.5817 242.094 77.7414C242.058 77.4964 241.802 76.9087 242 76.4329C242.026 76.3703 242.162 76.4049 242.169 76.3546C242.302 75.4426 241.876 75.4187 241.731 74.8976C241.587 74.3764 241.881 73.5714 241.966 73.4076C242.185 72.979 242.06 73.736 242.081 73.7592C242.337 74.0318 242.293 73.4447 242.315 72.9961C242.733 72.9312 242.708 72.3039 242.336 72.5311C242.295 72.5569 242.334 72.9061 242.315 72.9961C241.905 72.6024 241.853 71.9129 242.236 71.1514C242.415 70.795 242.624 71.1319 242.548 70.0491C242.513 69.5577 242.226 69.7476 242.147 69.3139C241.968 68.3232 242.237 67.0357 242.194 66.0143C242.179 65.6436 242.022 66.0047 242.006 65.7513C241.974 65.2491 242.032 64.7911 242.038 64.31L243.148 65.4206C242.985 65.4186 242.82 65.4224 242.649 65.4377C242.588 65.4434 242.737 65.6083 242.527 65.6104C240.935 65.6295 239.549 65.5239 237.887 65.521C237.084 65.5197 235.648 65.6106 234.816 65.5923C234.309 65.5815 233.76 65.5448 233.208 65.5043L234.403 64.31C234.328 65.3254 234.241 66.351 234.278 67.1491C234.316 67.9525 234.481 67.7762 234.593 68.1204C234.811 68.7847 234.421 69.9605 234.36 70.1188C234.358 70.1236 234.319 69.4323 234.235 69.8012C234.058 70.0157 234.359 70.111 234.36 70.1188C234.321 70.2228 234.284 71.6037 234.315 71.8779C234.333 72.0269 234.489 71.9436 234.495 72.0212C234.635 73.8678 234.674 75.7176 234.601 77.5904C234.598 77.6234 234.423 77.5737 234.418 77.6513C234.34 78.7355 234.554 79.4298 234.681 80.324C234.808 81.2181 234.765 81.9271 234.465 82.4564C234.503 83.131 234.371 84.0988 234.29 84.6558C234.21 85.2127 234.55 85.2905 234.556 85.3395C234.772 86.8679 234.577 87.7515 234.547 89.3372C234.532 90.0911 234.581 91.5865 234.618 92.4028C234.648 93.0479 234.569 93.4365 234.619 94.0309C234.626 94.1113 234.778 94.0301 234.784 94.0546C234.965 94.718 234.595 94.3992 234.528 94.5362C234.526 94.5408 234.524 94.5454 234.522 94.55L234.494 98.6527L232.14 95.3141C232.048 94.7794 231.969 94.4556 231.389 93.8363C231.254 93.692 230.488 93.5378 230.255 93.2654C229.952 92.9107 230.21 92.9421 229.889 92.5735C229.862 92.5419 229.771 92.6175 229.601 92.3704C228.809 91.2241 227.981 89.9489 227.129 88.7783C227.013 88.6181 227.008 88.9331 226.838 88.7034C226.04 87.6259 225.191 86.4266 224.502 85.3134C224.333 85.039 224.557 85.1268 224.548 85.0474C224.49 84.5621 223.859 84.2667 223.795 84.189C222.27 82.3394 221.457 80.6709 219.919 78.7741C219.835 78.6712 218.943 78.0536 218.933 77.5002C218.932 77.4627 218.931 76.9091 218.521 76.7127C218.495 76.7006 218.524 77.0253 218.253 76.6168C217.981 76.2083 217.432 75.6309 217.188 74.9771C217.11 74.7702 217.078 74.1736 216.5 73.8047C216.461 73.7814 215.42 73.3185 215.54 72.8014C215.56 72.7169 215.938 72.5199 215.32 72.028C215.202 71.9344 215.278 72.2034 215.008 71.9266C214.594 71.5029 214.234 70.8059 213.662 70.3296C213.562 70.2468 213.018 69.9787 212.946 69.5035C212.934 69.4291 213.123 69.4509 213.004 69.2575C212.439 68.3377 211.707 67.4755 211.15 66.5296C210.952 66.1947 211.253 66.2232 211.068 65.8594C210.96 65.6477 210.771 65.3236 210.566 65.0338L211.578 65.5542C211.324 65.5525 211.079 65.5676 210.902 65.6111C210.479 65.7152 210.941 66.0781 210.308 66.1072C207.556 66.2333 204.83 66.0204 202.083 65.9893C201.675 65.9846 202.013 66.1145 201.412 66.1169C201.394 66.117 201.376 66.1171 201.358 66.1172L203.165 64.31C203.177 66.5319 203.294 70.3085 203.021 72.2143C202.8 73.7537 202.631 71.8164 202.541 72.9928C202.499 73.5605 202.921 74.1746 202.934 74.3116C203.069 75.6503 202.882 76.5807 202.939 77.7855C202.951 78.0344 203.122 77.7903 203.13 78.0021C203.16 78.7254 203.084 79.4856 203.098 80.1768C203.104 80.4868 203.235 80.4297 203.225 80.715C203.202 81.3977 203.147 82.0014 203.025 82.667C203.014 82.7276 202.851 82.3186 202.845 82.8237C202.836 83.6412 202.715 84.6559 202.84 85.5964C202.877 85.8755 203.176 85.8864 202.97 86.4863C202.927 86.6121 202.568 86.4516 202.878 87.1504C202.929 87.2679 203.347 88.4417 203.078 89.0178C203.007 89.1697 202.714 89.5576 202.76 89.8932C202.767 89.9387 202.927 89.7564 202.943 90.0345C202.995 91.0145 202.978 92.0416 203.029 93.0485C203.042 93.3174 203.208 92.9169 203.223 93.3176C203.265 94.4196 203.223 95.7954 203.171 96.873C203.152 97.2703 203.014 96.9957 202.999 97.0246C202.756 97.4894 203.084 97.7643 203.103 97.9186C203.218 98.8781 203.064 99.6088 203.105 100.493C203.116 100.737 203.272 100.564 203.286 100.613C203.423 101.117 203.141 100.741 203.11 101.06C203.023 101.954 203.035 102.95 203.055 103.854C203.063 104.186 203.244 103.813 203.249 104.111C203.28 105.874 203.263 107.706 203.163 109.427C203.144 109.751 203.004 109.547 202.972 109.615C202.748 110.08 203.053 110.762 203.082 110.919C203.087 110.947 203.092 110.974 203.096 111L201.358 109.262C202.013 109.153 202.293 109.266 202.898 109.244C205.508 109.147 208.636 109.191 211.298 109.237L209.535 111C209.544 110.521 209.552 110.057 209.56 109.614C209.625 105.828 209.758 102.889 209.724 99.2782C209.721 99.0487 209.536 99.2801 209.531 99.0823C209.487 96.528 209.559 94.0133 209.505 91.4539C209.501 91.2439 209.325 91.5466 209.313 91.2095C209.286 90.5181 209.295 89.6422 209.352 88.9431C209.379 88.6021 209.53 89.0595 209.554 88.7162C209.611 87.917 209.624 87.0603 209.595 86.2394C209.583 85.8901 209.403 86.4172 209.401 85.9631C209.388 83.8448 209.37 81.7524 209.434 79.64L209.474 73.7818L212.818 78.5612C213.357 79.3711 213.883 80.1946 214.393 81.0405C214.504 81.2245 214.314 81.5899 214.635 81.9208C214.738 81.8899 214.835 81.8191 214.932 81.7684C217.586 85.4063 220.062 89.1141 222.66 92.8076C222.769 92.9633 222.737 92.5826 222.95 92.8835C224.182 94.6247 225.425 96.2828 226.531 98.1739C226.641 98.3614 226.298 98.4685 226.709 98.9589C226.782 99.0452 227.376 99.8024 227.58 99.9621C227.609 99.9832 227.637 99.7479 227.82 99.9977C228.882 101.451 229.943 103.01 230.904 104.531C231.058 104.777 230.741 104.623 230.85 104.799C231.625 106.046 232.652 107.27 233.336 108.501C233.794 109.325 233.354 109.212 233.406 109.785C233.414 109.866 233.745 110.343 233.625 110.465C233.325 110.772 232.785 110.811 232.484 111.166C232.419 111.242 232.954 111.815 232.496 111.576C232.465 111.558 232.075 111.144 231.93 111.077C231.829 111.03 231.791 111.271 231.619 111.151C231.448 111.031 231.439 110.772 231.183 110.553C230.925 110.335 230.85 110.565 230.454 110.046ZM233.931 87.1635C233.767 87.6792 234.365 87.7553 234.222 87.1976C234.215 87.1706 233.939 87.1369 233.931 87.1635ZM242.521 93.9118C242.784 93.2376 242.396 92.7762 242.193 93.2519C241.989 93.7274 242.441 94.1172 242.521 93.9118ZM242.713 100.903C242.921 100.115 242.073 99.9909 242.244 100.835C242.254 100.884 242.701 100.949 242.713 100.903ZM232.003 107.95C232.001 107.961 232.236 108.305 232.248 108.309C232.531 108.38 232.061 107.691 232.003 107.95ZM242.923 107.84C243.038 107.594 242.905 106.886 242.762 107.192C242.648 107.438 242.78 108.147 242.923 107.84ZM221.787 78.7262C221.789 78.7144 221.622 78.4666 221.584 78.5008C221.464 78.6117 221.744 78.9235 221.787 78.7262ZM234.517 110.784C236.259 110.816 237.315 111.517 235.418 111.438C235.074 111.424 236.158 111.214 235.721 111.151C234.921 111.036 234.39 111.476 233.573 111.24C233.425 111.197 234.417 110.781 234.52 110.783C234.519 110.784 234.518 110.784 234.517 110.784ZM233.212 87.4605C233.204 87.4708 233.197 87.8847 233.204 87.8946C233.394 88.1187 233.41 87.285 233.212 87.4605ZM211.938 64.3214C211.938 64.313 211.89 64.2377 211.822 64.1355L211.728 64.0078L211.578 64.01C211.287 64.0005 210.804 63.9959 210.782 64.0068C210.457 64.2084 211.161 64.2929 211.578 64.2383L211.614 64.2378L211.637 64.2683C211.792 64.4349 211.932 64.5098 211.938 64.3214ZM237.932 63.876C238.383 63.6849 238.923 63.6624 239.283 63.9024C238.835 63.8896 238.383 63.8877 237.932 63.876ZM250.375 108.61C250.323 107.204 250.378 105.362 250.455 103.961C250.479 103.522 250.585 103.744 250.606 103.441C250.647 102.849 250.595 102.297 250.644 101.711C250.661 101.517 250.829 101.759 250.842 101.555C250.917 100.44 250.874 99.3849 250.91 98.2553C251.086 92.6908 251.149 87.2211 251.225 81.5885C251.25 79.7313 251.403 77.4737 251.336 75.5554C251.328 75.3314 251.181 75.4649 251.169 75.4224C250.983 74.7541 251.28 74.9763 251.32 74.54C251.476 72.8082 251.489 70.8826 251.433 69.216C251.408 68.507 251.115 69.2179 251.279 68.504C251.291 68.4544 251.447 68.6343 251.464 68.4398C251.501 67.9989 251.473 67.1623 251.486 66.8205C251.51 66.1619 251.509 66.0529 251.511 65.43C251.512 65.0781 251.526 64.6986 251.54 64.31L251.527 63.5089L252.354 63.4957C252.906 63.5151 253.477 63.5333 254.013 63.5125C254.208 63.5044 253.949 63.344 254.261 63.3167C254.572 63.2894 255.395 63.303 255.673 63.3408C255.951 63.3787 255.833 63.5048 255.882 63.5337C256.286 63.7777 257.239 63.4398 257.361 63.4314C259.596 63.289 261.513 63.4815 263.611 63.481C265.203 63.4801 266.906 63.4166 268.422 63.4253C270.227 63.4363 271.757 63.5233 273.511 63.5083C273.696 63.5069 273.479 63.3183 273.706 63.3162C276.107 63.2942 278.493 63.3148 280.884 63.4422C281.124 63.4551 280.815 63.6207 281.055 63.6436C282.368 63.7654 284.365 64.0401 285.394 63.5796L286.113 63.5681L286.125 64.31C286.179 64.4309 286.243 64.5385 286.319 64.63C286.291 65.6238 286.262 66.8303 286.116 67.7193C286.023 68.2925 285.842 67.7358 285.919 68.44C285.936 68.5988 286.094 68.3922 286.108 68.6304C286.166 69.6332 286.115 70.7287 286.196 71.7207C286.213 71.9224 286.355 71.8673 286.38 71.9245C286.494 72.1888 286.442 72.5497 286.368 72.85L286.383 73.8076L285.394 73.8234C285.149 73.7628 284.944 73.6875 284.865 73.6763C283.537 73.4914 282.568 73.5642 281.331 73.5596C281.044 73.5585 281.383 73.7487 281.107 73.7545C279.674 73.7817 278.19 73.7654 276.788 73.681C276.476 73.6618 276.763 73.4997 276.614 73.4823C275.956 73.4072 275.81 73.7132 275.18 73.647C275.047 73.6335 275.122 73.4948 275.098 73.4796C274.718 73.2404 274.389 73.5793 274.291 73.5867C273.056 73.689 272.267 73.3352 271.074 73.3853C270.932 73.3917 271.253 73.5672 270.852 73.5743C268.18 73.6227 265.354 73.5745 262.709 73.4342C262.298 73.4126 262.591 73.2807 262.565 73.2645C262.467 73.2053 262.377 73.1783 262.294 73.1721L262.616 72.85C262.596 73.1206 262.798 73.305 262.808 73.4078C262.9 74.4657 262.615 75.4539 263.02 76.1727C262.949 78.4536 262.972 80.7292 262.965 83L262.294 82.3293C264.484 82.3362 266.669 82.3721 268.85 82.5504C268.907 82.5546 268.805 82.7221 268.918 82.7298C270.275 82.8239 270.015 82.5635 270.913 82.2449C271.139 82.165 271.827 82.5495 271.888 82.5777C272.11 82.6816 271.88 82.9309 271.954 82.951C272.569 83.109 272.468 82.2845 273.298 82.2843C273.324 82.2856 273.215 82.4374 273.284 82.4525C273.5 82.4998 273.715 82.4395 273.926 82.4918C274.411 82.6126 274.583 83.0133 275.323 82.7801C275.416 82.7498 275.273 82.2822 276.014 82.3043C276.309 82.3135 277.615 82.3055 277.981 82.3358C278.347 82.366 278.096 82.5167 278.122 82.5233C279.107 82.7225 278.734 82.8051 279.227 83.1002C279.721 83.3941 279.584 82.6931 279.785 82.6148C279.987 82.5368 280.709 82.7012 280.887 82.7584C281.064 82.8156 280.843 82.9113 281.001 82.9437C282.047 83.1551 281.46 82.5957 281.805 82.4844C282.617 82.221 283.25 82.7409 283.994 82.7918C284.196 82.8056 284.031 82.6872 284.211 82.6761C284.469 82.6607 284.689 82.6724 284.904 82.6863L285.213 82.6814L285.218 83C285.194 83.3768 285.162 83.7367 285.257 84.2509C285.281 84.3831 285.594 85.036 285.365 85.4587C285.331 85.5186 285.202 85.3485 285.173 85.6511C285.129 86.1031 285.101 86.9175 285.144 87.4034C285.176 87.7621 285.39 87.3509 285.323 87.8025C285.294 88.0032 285.169 87.6312 285.124 88.0082C285.079 88.3833 285.084 89.3421 285.088 89.707C285.093 90.0712 285.255 89.8718 285.266 89.9013C285.328 90.0794 285.406 90.7783 285.406 90.8401C285.408 91.0747 285.407 91.308 285.406 91.54L285.414 92.0333L284.904 92.0414C282.055 92.0224 279.387 91.7953 276.582 91.8788C276.344 91.8857 276.503 92.0564 276.467 92.0592C275.652 92.1308 276.294 91.6768 275.725 91.5248C275.807 91.8713 275.471 91.8086 274.897 91.8466C274.62 91.8652 274.771 91.9993 274.746 92.0131C274.336 92.2169 274.05 91.9536 273.976 91.8998C273.705 91.7017 273.409 91.9358 273.224 91.8034C273.039 91.6719 273.465 91.4771 272.914 91.4796C272.76 91.6037 273.168 91.9278 272.75 91.9804C271.173 92.1791 268.229 91.9247 266.961 91.8983C265.696 91.8719 265.287 91.8948 264.55 91.85C263.217 91.7689 263.706 92.0094 262.879 92.1195C262.049 92.2296 262.452 91.6378 262.333 91.5106C262.32 91.4968 262.307 91.486 262.294 91.4777L262.233 91.4767L262.232 91.54C262.164 91.6465 262.261 91.7621 262.199 91.8918C262.129 92.0369 262.042 91.7227 262.016 92.0641C261.99 92.4056 262.216 93.3393 262.349 93.4604C262.631 93.7163 262.927 93.2955 262.823 94.1992C262.817 94.2512 262.661 94.0825 262.645 94.2815C262.526 95.8622 262.518 97.5042 262.412 99.0829C262.397 99.3 262.224 99.1059 262.214 99.2322C262.103 100.548 262.395 100.078 262.719 100.799C262.288 100.637 262.024 101.036 262.021 102.034C262.021 102.196 262.034 102.307 262.056 102.39L262.053 102.624L262.294 102.628C262.519 102.567 262.54 102.441 262.824 102.344C262.941 102.304 263.365 102.433 263.442 102.344C263.696 102.055 263.296 101.73 264.326 101.86C264.371 101.866 264.227 102.024 264.383 102.034C265.392 102.097 265.513 101.794 266.603 101.757C267.458 101.728 268.979 101.913 269.952 101.943C269.932 102.428 270.851 102.317 271.224 101.983C271.856 101.996 272.538 101.977 273.149 102.024C273.359 102.039 273.221 102.18 273.247 102.195C273.653 102.433 273.928 102.108 274.064 102.095C275.542 101.971 276.746 102.218 278.157 101.976C278.207 101.968 278.288 101.631 278.665 101.877C278.689 101.894 278.223 102.047 278.887 102.059C279.55 102.071 280.801 102.252 281.723 102.095C281.946 102.058 282.509 101.784 282.962 101.998C283.022 102.027 282.956 102.124 283.043 102.177C283.325 102.349 283.478 102.008 283.809 102.298C284.095 102.548 284.649 102.744 285.394 102.663L285.122 102.39C285.134 102.506 285.154 102.627 285.18 102.752C285.186 102.782 285.456 103.002 285.452 103.294C285.445 103.76 285.389 104.422 285.39 104.909C285.391 105.142 285.559 104.993 285.562 105.034C285.656 106.601 285.507 107.717 285.442 109.397C285.431 109.674 285.615 110.419 285.52 111L285.522 111.123L285.394 111.125C285.33 111.115 285.268 111.101 285.209 111.083C284.554 110.885 285.227 110.062 283.723 110.258C283.116 110.337 282.348 111.381 281.257 110.84C279.143 110.974 277.187 110.697 275.066 110.888C274.971 110.897 274.669 111.188 274.445 111.184C274.112 111.178 273.93 111.042 273.692 111.033C272.696 110.992 271.785 111.108 270.825 111.09C270.46 111.083 270.588 110.943 270.153 110.935C269.718 110.927 269.429 111.112 268.84 111.023C268.395 110.955 267.95 110.576 267.36 110.531C267.338 110.905 266.932 110.898 266.212 110.996C266.073 111.015 266.222 111.146 266.156 111.161C265.89 111.228 265.643 111.121 265.39 111.194C265.328 111.211 265.325 111.339 265.275 111.36C264.847 111.548 264.141 111.261 264.02 111.211C263.556 111.021 263.339 111.187 262.983 111.112C262.627 111.038 263.159 110.944 262.743 110.899C261.883 110.805 260.776 110.826 259.902 110.82C259.553 110.818 259.791 110.989 259.741 110.992C259.02 111.036 258.29 110.854 257.89 111.194C257.39 110.316 257.455 111.279 256.424 111.103C256.343 111.089 256.24 110.674 256.551 110.613C256.863 110.552 257.336 110.682 257.769 110.587C257.871 110.565 258.458 110.176 258.538 110.152C259.166 109.968 259.254 110.588 259.288 110.622C259.664 110.99 260.381 110.571 260.57 110.542C261.434 110.409 262.168 110.496 262.891 110.402C263.364 110.341 263.41 109.934 263.781 109.947C265.015 109.988 265.445 110.555 266.608 110.063C266.857 109.958 266.61 109.514 267.503 109.863C267.559 109.885 268.222 110.205 268.605 110.003C268.653 109.977 268.652 109.848 268.715 109.837C269.141 109.767 269.424 109.87 269.888 109.82C270.351 109.771 270.908 109.697 271.437 109.741C271.756 109.768 272.165 110.009 272.318 110.068C272.749 110.238 273.211 109.959 273.478 110.165C273.747 110.372 273.22 110.686 273.926 110.82C273.953 110.484 274.013 110.139 274.055 109.8C275.602 109.812 277.124 109.921 278.676 109.906C278.869 109.904 278.672 109.723 278.878 109.716C279.749 109.688 280.509 109.816 281.411 109.765C282.11 109.725 282.876 109.533 283.607 109.485C283.959 109.788 284.707 109.771 285.394 109.768L284.162 111C284.161 110.816 284.161 110.636 284.169 110.47C284.181 110.194 284.284 110.212 284.317 110.016C284.441 109.276 284.101 109.623 284.048 109.42C283.819 108.549 284.589 108.475 284.57 107.448C284.569 107.394 284.159 106.729 284.133 106.638C283.967 106.056 284.276 106.541 284.306 106.177C284.362 105.513 284.46 105.051 284.34 104.271C284.304 104.044 284.048 103.498 284.246 103.056C284.272 102.998 284.408 103.03 284.416 102.984C284.457 102.718 284.444 102.533 284.401 102.39L285.394 103.383C285.082 103.476 284.967 103.708 284.636 103.807C284.152 103.951 283.405 103.657 283.253 103.572C282.855 103.353 283.558 103.478 283.579 103.457C283.832 103.201 283.287 103.245 282.871 103.223C282.811 102.806 282.229 102.831 282.439 103.203C282.463 103.243 282.787 103.204 282.871 103.223C282.506 103.633 281.866 103.686 281.159 103.303C280.828 103.123 281.141 102.914 280.136 102.99C279.68 103.025 279.856 103.313 279.453 103.391C278.534 103.57 277.339 103.302 276.391 103.344C276.047 103.359 276.382 103.517 276.147 103.533C275.523 103.575 274.973 103.457 274.346 103.518C274.289 103.523 274.428 103.688 274.233 103.69C272.755 103.709 271.469 103.604 269.926 103.601C269.181 103.6 267.848 103.691 267.076 103.672C265.738 103.642 264.092 103.402 262.948 103.46C262.512 103.482 262.387 103.548 262.294 103.621L261.044 103.601L261.064 102.39C261.012 102.324 260.956 102.275 260.91 102.143C260.692 101.526 261.082 100.435 261.142 100.288C261.144 100.283 261.183 100.925 261.268 100.583C261.444 100.384 261.143 100.295 261.142 100.288C261.181 100.191 261.219 98.9097 261.187 98.6552C261.17 98.5169 261.014 98.5942 261.008 98.5221C260.868 96.8083 260.828 95.0914 260.901 93.3532C260.905 93.3226 261.079 93.3687 261.085 93.2967C261.139 92.5977 261.052 92.0733 260.951 91.54L260.973 90.176L262.294 90.197C262.529 90.1529 262.765 90.106 263.018 90.0673C263.848 89.9404 264.506 89.9829 264.997 90.2829C265.624 90.2451 266.522 90.3777 267.039 90.4581C267.556 90.5386 267.628 90.1985 267.673 90.1918C269.092 89.9766 269.912 90.1713 271.384 90.2016C272.083 90.2165 273.471 90.1672 274.229 90.13C274.828 90.1001 275.188 90.1798 275.74 90.1288C275.815 90.122 275.739 89.9706 275.762 89.9647C276.378 89.7836 276.082 90.1537 276.209 90.2199C276.67 90.4603 276.955 90.5883 277.743 90.4752C277.925 90.4493 278.455 89.9163 278.786 89.8851C279.217 89.8456 279.055 90.0367 279.506 89.9904C279.545 89.9866 279.537 89.8687 279.815 89.8739C281.108 89.8965 282.518 89.9651 283.862 89.9533C284.045 89.9521 283.81 89.7651 284.075 89.7604C284.347 89.7556 284.624 89.7521 284.904 89.7506L283.115 91.54C283.109 90.5367 283.129 89.4965 283.197 88.549C283.219 88.2506 283.35 88.4376 283.389 88.3729C283.624 87.9752 283.282 87.4113 283.276 87.3182C283.16 85.7459 283.281 84.435 283.309 83L284.904 84.5953C284.314 84.5836 283.702 84.5877 283.042 84.6307C282.919 84.6393 281.971 85.0056 281.548 84.6915C281.519 84.6706 281.101 84.3492 280.731 84.5689C280.708 84.5827 280.969 84.7481 280.514 84.7313C280.059 84.7144 279.326 84.8249 278.701 84.6431C278.503 84.5859 278.035 84.2652 277.444 84.5208C277.406 84.5387 276.494 85.1166 276.169 84.7178C276.116 84.6522 276.171 84.2303 275.466 84.4466C275.332 84.4885 275.576 84.5827 275.221 84.6414C274.678 84.732 273.957 84.619 273.289 84.8069C273.172 84.8402 272.676 85.1266 272.278 84.9092C272.216 84.8752 272.334 84.7343 272.124 84.7186C271.125 84.643 270.078 84.7372 269.064 84.6397C268.704 84.6055 268.888 84.3777 268.513 84.3167C268.139 84.2557 267.384 84.197 266.992 84.3011C266.6 84.4052 267.028 84.7681 266.44 84.7972C265.054 84.8657 263.674 84.8342 262.294 84.7861L260.48 84.7572L260.508 83C260.549 81.8387 260.601 80.6773 260.615 79.5118C260.62 79.1335 260.49 79.4471 260.487 78.8897C260.48 77.2719 260.403 74.7289 260.505 72.85L260.534 71.0325L262.294 71.0605C262.802 71.0882 263.262 71.1289 263.641 71.1876C265.07 71.4086 263.272 71.5769 264.364 71.6668C264.89 71.7097 265.46 71.2878 265.588 71.2745C266.83 71.1396 267.694 71.3265 268.812 71.2691C269.043 71.2572 268.816 71.0862 269.013 71.078C269.684 71.0483 270.39 71.1246 271.031 71.1107C271.319 71.104 271.266 70.9734 271.531 70.9835C272.164 71.0061 272.725 71.061 273.342 71.1834C273.399 71.1946 273.019 71.3571 273.488 71.3631C274.247 71.3724 275.188 71.4932 276.061 71.3685C276.32 71.331 276.331 71.0324 276.887 71.2386C277.004 71.2817 276.855 71.6401 277.504 71.3304C277.613 71.2789 278.702 70.8612 279.237 71.1305C279.378 71.2013 279.738 71.4947 280.049 71.4486C280.092 71.4412 279.922 71.2809 280.18 71.2652C281.09 71.2129 282.043 71.23 282.978 71.1798C283.227 71.166 282.856 71.0001 283.228 70.9849C283.891 70.9577 284.662 70.966 285.394 70.9893L283.534 72.85C283.546 72.4535 283.563 72.0681 283.582 71.7168C283.601 71.3481 283.738 71.603 283.753 71.5762C283.997 71.1447 283.668 70.8896 283.649 70.7464C283.535 69.8558 283.689 69.1776 283.648 68.3567C283.637 68.1301 283.481 68.2908 283.467 68.2457C283.33 67.778 283.611 68.1264 283.642 67.8303C283.73 67.001 283.718 66.0764 283.698 65.2377C283.69 64.9297 283.508 65.2759 283.504 64.9994C283.499 64.7707 283.496 64.5408 283.494 64.31L285.394 66.2109C283.974 66.2255 282.523 66.2006 281.149 66.1145C280.849 66.0953 281.038 65.9555 280.975 65.9236C280.543 65.7002 279.91 66.0049 279.765 66.0339C279.102 66.1665 278.845 66.0428 278.26 66.0659C275.403 66.1808 271.875 66.0989 269.178 66.0483C265.663 65.9832 262.936 65.8502 259.585 65.8848C259.371 65.8868 259.586 66.0728 259.403 66.0769C257.043 66.1215 254.719 66.0497 252.354 66.1021L254.146 64.31C254.147 64.3206 254.147 64.3312 254.147 64.3418C254.151 64.5368 254.328 64.2558 254.34 64.5686C254.367 65.2104 254.357 66.0233 254.301 66.6722C254.274 66.9887 254.123 66.5642 254.098 66.8827C254.042 67.6245 254.029 68.4196 254.057 69.1815C254.07 69.5058 254.25 69.0166 254.252 69.438C254.27 72.3088 254.301 75.1282 254.068 78.0293C254.052 78.2282 253.685 78.4027 253.755 78.8256C253.857 78.8574 253.977 78.8557 254.085 78.8696C254.144 83.0487 254.017 87.1852 253.997 91.3761C253.996 91.5528 254.191 91.2474 254.19 91.5895C254.187 93.5695 254.241 95.4921 254.048 97.5174C254.029 97.7183 253.688 97.6152 253.739 98.2074C253.749 98.3118 253.794 99.2037 253.868 99.4343C253.88 99.4656 254.039 99.3029 254.044 99.5903C254.068 101.26 254.031 103.011 253.934 104.678C253.918 104.947 253.748 104.66 253.735 104.852C253.645 106.212 253.774 107.69 253.62 108.989C253.516 109.859 253.223 109.537 252.934 109.999C252.893 110.064 252.887 110.603 252.718 110.631C252.296 110.702 251.833 110.441 251.382 110.548C251.285 110.571 251.39 111.292 251.155 110.865C251.14 110.835 251.062 110.312 250.982 110.184C250.927 110.094 250.756 110.256 250.686 110.073C250.615 109.89 250.759 109.689 250.676 109.386C250.592 109.082 250.398 109.216 250.375 108.61ZM269.366 90.8178C269.845 90.9811 269.916 90.3829 269.398 90.526C269.373 90.5336 269.342 90.8097 269.366 90.8178ZM277.115 110.372C277.741 110.636 278.169 110.248 277.728 110.044C277.286 109.841 276.925 110.292 277.115 110.372ZM270.627 110.565C271.358 110.773 271.473 109.925 270.69 110.096C270.644 110.106 270.584 110.553 270.627 110.565ZM252.852 107.856C252.844 107.863 252.836 108.25 252.844 108.259C253.034 108.465 253.049 107.691 252.852 107.856ZM264.188 110.775C264.416 110.889 265.073 110.757 264.79 110.614C264.561 110.499 263.903 110.632 264.188 110.775ZM284.014 83.0838C284.007 83.0749 283.729 83.0669 283.735 83.1173C283.754 83.2795 284.14 83.2337 284.014 83.0838ZM253.244 110.784C254.861 110.816 255.841 111.517 254.08 111.438C253.762 111.424 254.768 111.214 254.362 111.151C253.619 111.036 253.126 111.476 252.368 111.24C252.231 111.197 253.152 110.781 253.247 110.783C253.246 110.784 253.245 110.784 253.244 110.784ZM269.642 91.5363C269.651 91.5442 270.036 91.5517 270.045 91.5438C270.253 91.3539 269.479 91.3387 269.642 91.5363ZM267.822 82.7139C267.801 82.6971 266.91 82.6813 266.881 82.6968C266.416 83.0074 268.218 83.0402 267.822 82.7139ZM269.967 101.956C270.387 101.765 270.888 101.742 271.222 101.982C270.806 101.97 270.386 101.968 269.967 101.956ZM301.965 109.401C301.913 108.46 301.969 107.227 302.045 106.29C302.069 105.997 302.175 106.145 302.196 105.943C302.237 105.546 302.185 105.177 302.235 104.785C302.251 104.655 302.419 104.817 302.433 104.681C302.507 103.934 302.464 103.229 302.5 102.473C302.676 98.7496 302.739 95.0899 302.816 91.3212C302.841 90.0786 302.993 88.568 302.927 87.2845C302.919 87.1347 302.771 87.224 302.759 87.1955C302.573 86.7484 302.871 86.8971 302.91 86.6051C303.066 85.4465 303.08 84.158 303.023 83.043C302.998 82.5686 302.706 83.0442 302.87 82.5665C302.881 82.5334 303.038 82.6537 303.054 82.5236C303.092 82.2286 303.064 81.6689 303.076 81.4402C303.101 80.9995 303.099 80.9266 303.101 80.5098C303.105 79.94 303.183 79.2622 303.147 78.6509C303.139 78.5204 302.979 78.6931 302.952 78.485C302.924 78.2767 302.938 77.7257 302.976 77.5399C303.014 77.3541 303.14 77.4332 303.169 77.4003C303.413 77.1298 303.075 76.4923 303.066 76.4104C302.952 75.2143 303.053 74.1545 303.097 73.06L303.945 73.9077C303.671 73.8965 303.395 73.8889 303.114 73.889C302.048 73.8899 300.909 73.9534 299.895 73.9447C298.687 73.9337 297.663 73.8467 296.49 73.8617C296.366 73.8631 296.511 74.0517 296.36 74.0538C294.753 74.0758 293.157 74.0552 291.556 73.9278C291.396 73.9149 291.603 73.7493 291.442 73.7264C291.106 73.6798 290.703 73.6108 290.295 73.5692L289.798 73.581L289.786 73.06C289.866 72.276 289.845 71.4731 289.37 71.0897C289.399 70.4248 289.428 69.6176 289.573 69.0227C289.667 68.6392 289.847 69.0117 289.77 68.5406C289.753 68.4343 289.595 68.5725 289.581 68.4131C289.523 67.7422 289.575 67.0092 289.493 66.3455C289.476 66.2105 289.334 66.2474 289.309 66.2091C289.102 65.8876 289.444 65.3525 289.469 65.2358C289.538 64.9006 289.571 64.5995 289.586 64.31L289.569 63.6182L290.295 63.6009C290.773 63.6247 291.219 63.5975 291.734 63.6003C291.926 63.6015 291.699 63.4113 291.884 63.4055C292.842 63.3783 293.835 63.3946 294.774 63.479C294.982 63.4982 294.79 63.6603 294.89 63.6777C295.33 63.7528 295.427 63.4468 295.849 63.513C295.938 63.5265 295.888 63.6652 295.904 63.6804C296.158 63.9196 296.379 63.5807 296.444 63.5733C297.27 63.471 297.798 63.8248 298.596 63.7747C298.692 63.7683 298.477 63.5928 298.745 63.5857C300.533 63.5373 302.424 63.5855 304.194 63.7258C304.469 63.7474 304.272 63.8793 304.29 63.8955C304.572 64.1495 304.754 63.8092 304.844 63.7964C305.552 63.7042 306.213 63.9895 306.694 63.5842C309.692 63.7249 312.676 63.4973 315.649 63.8604C315.686 63.8646 315.619 64.0321 315.694 64.0398C316.602 64.1339 316.428 63.8735 317.028 63.5549C317.18 63.475 317.64 63.8595 317.681 63.8877C317.829 63.9916 317.675 64.2409 317.725 64.261C318.136 64.419 318.069 63.5945 318.624 63.5942C318.642 63.5956 318.569 63.7474 318.615 63.7625C318.76 63.8098 318.903 63.7495 319.045 63.8018C319.369 63.9226 319.484 64.3232 319.979 64.0901C320.042 64.0598 319.946 63.5922 320.441 63.6143C320.639 63.6235 321.513 63.6155 321.758 63.6458C322.003 63.676 321.835 63.8267 321.852 63.8333C322.511 64.0325 322.261 64.1151 322.592 64.4102C322.922 64.7041 322.83 64.0031 322.965 63.9248C323.1 63.8468 323.583 64.0112 323.702 64.0684C323.821 64.1255 323.673 64.2213 323.778 64.2537C324.478 64.4651 324.086 63.9057 324.316 63.7944C324.86 63.531 325.283 64.0509 325.781 64.1018C325.916 64.1156 325.806 63.9972 325.926 63.9861C326.401 63.9438 326.687 64.106 327.227 63.9573C327.269 63.9458 327.39 63.8693 327.535 63.8166L328.016 63.8052L328.028 64.31C328.087 64.4707 328.116 64.6618 327.995 64.8103C327.962 64.8503 327.832 64.7365 327.803 64.939C327.76 65.2414 327.732 65.7863 327.775 66.1114C327.807 66.3515 328.02 66.0763 327.954 66.3785C327.924 66.5127 327.8 66.2639 327.754 66.5161C327.709 66.767 327.715 67.4086 327.719 67.6527C327.723 67.8964 327.885 67.763 327.896 67.7827C327.959 67.9019 328.037 68.3696 328.037 68.4109C328.052 70.0158 327.893 71.5245 327.861 73.06L327.869 73.3782L327.535 73.3861C327.076 73.3765 326.615 73.378 326.148 73.3988C325.988 73.4056 326.094 73.5764 326.07 73.5792C325.525 73.6508 325.955 73.1968 325.574 73.0448C325.629 73.3913 325.404 73.3286 325.02 73.3666C324.835 73.3852 324.936 73.5193 324.919 73.5331C324.644 73.7369 324.453 73.4736 324.404 73.4198C324.222 73.2217 324.024 73.4558 323.901 73.3234C323.777 73.1919 324.062 72.9971 323.693 72.9996C323.59 73.1237 323.863 73.4478 323.584 73.5004C322.528 73.6991 320.559 73.4447 319.71 73.4183C318.864 73.3919 318.59 73.4148 318.097 73.37C317.205 73.2889 317.532 73.5294 316.979 73.6395C316.424 73.7496 316.693 73.1578 316.614 73.0306C316.535 72.9035 316.45 73.0344 316.352 72.9645C316.255 72.8946 316.465 72.8081 316.237 72.7819C316.009 72.7556 315.384 72.9818 315.303 73.1149C315.132 73.3967 315.413 73.6924 314.809 73.5885C314.774 73.5823 314.887 73.4267 314.753 73.411C314.489 73.3811 314.223 73.3582 313.955 73.339L314.234 73.06C314.176 73.865 314.152 74.6815 314.073 75.4741C314.058 75.6193 313.885 75.4894 313.874 75.5739C313.764 76.4544 314.055 76.1396 314.38 76.6222C313.948 76.5138 313.684 76.7807 313.682 77.4489C313.68 77.8505 313.868 77.7814 314.001 78.0412C314.041 78.1191 313.912 78.4033 314.001 78.4548C314.29 78.6246 314.615 78.3569 314.485 79.0459C314.479 79.0761 314.321 78.9798 314.311 79.0843C314.248 79.7594 314.551 79.8401 314.588 80.5699C314.617 81.1418 314.432 82.1591 314.402 82.8104C313.917 82.7967 314.028 83.4119 314.362 83.6614C314.349 84.0841 314.368 84.5406 314.321 84.9491C314.306 85.0897 314.165 84.9973 314.15 85.0151C313.912 85.2869 314.237 85.4707 314.25 85.5619C314.374 86.5507 314.127 87.3563 314.368 88.3C314.377 88.3335 314.714 88.3877 314.468 88.64C314.451 88.6563 314.298 88.3447 314.286 88.7886C314.274 89.2326 314.093 90.0695 314.25 90.6859C314.287 90.835 314.561 91.2123 314.347 91.5151C314.318 91.5555 314.221 91.5113 314.168 91.5695C313.996 91.7578 314.337 91.8606 314.047 92.0818C313.758 92.3031 313.541 92.7633 313.741 93.3849C313.747 93.4047 314.017 93.5518 314.012 93.7473C314.005 94.0594 313.949 94.5024 313.951 94.8282C313.952 94.9842 314.12 94.8844 314.123 94.9115C314.216 95.9604 314.067 96.707 314.002 97.8308C313.99 98.0368 314.219 98.6287 314.038 99.0275C313.84 99.4655 313.017 99.0155 313.213 100.022C313.292 100.428 314.336 100.942 313.795 101.672C313.929 103.086 313.652 104.395 313.843 105.814C313.852 105.878 314.143 106.079 314.139 106.229C314.133 106.452 313.997 106.574 313.988 106.733C313.947 107.4 314.063 108.009 314.045 108.652C314.038 108.896 313.898 108.81 313.89 109.101C313.882 109.392 314.067 109.586 313.978 109.98C313.91 110.277 313.531 110.575 313.486 110.97C313.551 110.972 313.603 110.983 313.648 111L313.955 110.693C313.871 110.906 313.616 110.915 313.217 110.996C313.124 111.015 313.223 111.146 313.18 111.161C313.001 111.228 312.836 111.121 312.667 111.194C312.625 111.211 312.624 111.339 312.59 111.36C312.303 111.548 311.831 111.261 311.75 111.211C311.44 111.021 311.294 111.187 311.056 111.112C310.818 111.038 311.174 110.944 310.896 110.899C310.32 110.805 309.58 110.826 308.995 110.82C308.762 110.818 308.921 110.989 308.887 110.992C308.405 111.036 307.917 110.854 307.649 111.194C307.314 110.316 307.358 111.279 306.668 111.103C306.614 111.089 306.544 110.674 306.753 110.613C306.962 110.552 307.278 110.682 307.568 110.587C307.636 110.565 308.029 110.176 308.082 110.152C308.502 109.968 308.562 110.588 308.584 110.622C308.836 110.99 309.316 110.571 309.442 110.542C310.02 110.409 310.511 110.496 310.995 110.402C311.311 110.341 311.342 109.934 311.59 109.947C312.416 109.988 312.704 110.555 313.482 110.063C313.636 109.966 313.507 109.581 313.955 109.796L312.751 111C312.769 110.962 312.791 110.921 312.818 110.874C312.84 110.837 313.16 110.393 312.958 110.137C312.932 110.105 312.803 110.106 312.792 110.063C312.722 109.779 312.825 109.589 312.775 109.279C312.726 108.969 312.652 108.596 312.696 108.242C312.723 108.029 312.964 107.755 313.023 107.653C313.193 107.365 312.914 107.055 313.12 106.877C313.327 106.697 313.641 107.049 313.775 106.576C313.439 106.559 313.094 106.519 312.755 106.491C312.767 105.456 312.876 104.437 312.861 103.398C312.859 103.27 312.678 103.401 312.671 103.263C312.642 102.681 312.771 102.172 312.72 101.568C312.68 101.101 312.488 100.588 312.44 100.099C312.825 99.8009 312.694 99.0755 312.729 98.5486C312.741 98.364 312.844 98.3763 312.878 98.2451C313.002 97.7498 312.662 97.9819 312.608 97.8461C312.38 97.2636 313.149 97.2138 313.13 96.527C313.13 96.4907 312.719 96.0459 312.694 95.9847C312.527 95.5955 312.837 95.9202 312.867 95.6767C312.922 95.2319 313.02 94.9229 312.9 94.4011C312.865 94.249 312.609 93.884 312.807 93.5885C312.833 93.5497 312.968 93.5711 312.976 93.5399C313.108 92.9736 312.682 92.9587 312.538 92.6351C312.394 92.3114 312.688 91.8115 312.773 91.7098C312.992 91.4436 312.866 91.9137 312.888 91.9281C313.144 92.0975 313.1 91.7329 313.122 91.4543C313.539 91.414 313.514 91.0244 313.142 91.1655C313.102 91.1816 313.141 91.3983 313.122 91.4543C312.712 91.2098 312.659 90.7816 313.042 90.3087C313.222 90.0874 313.431 90.2966 313.355 89.6242C313.32 89.319 313.032 89.437 312.954 89.1676C312.775 88.5524 313.043 87.7529 313.001 87.1186C312.986 86.8884 312.828 87.1126 312.812 86.9553C312.77 86.5377 312.888 86.1695 312.827 85.7502C312.821 85.7122 312.657 85.805 312.655 85.6746C312.635 84.686 312.741 83.8253 312.744 82.7931C312.745 82.2944 312.654 81.4028 312.673 80.8862C312.703 79.9908 312.943 78.8893 312.885 78.1244C312.848 77.6255 312.683 77.735 312.57 77.5212C312.353 77.1087 312.743 76.3786 312.803 76.2802C312.805 76.2772 312.844 76.7065 312.928 76.4775C313.105 76.3443 312.804 76.2851 312.803 76.2802C312.842 76.2157 312.879 75.3581 312.848 75.1878C312.831 75.0953 312.674 75.1471 312.668 75.0988C312.586 74.4208 312.538 73.742 312.528 73.06L312.563 71.6L313.955 71.6332C314.426 71.6262 314.899 71.6373 315.375 71.6671C315.395 71.6703 315.364 71.845 315.412 71.8502C316.086 71.9279 316.517 71.7142 317.072 71.5873C317.627 71.4604 318.068 71.5029 318.396 71.8028C318.815 71.7651 319.416 71.8977 319.762 71.9781C320.108 72.0586 320.156 71.7185 320.187 71.7118C321.136 71.4966 321.685 71.6913 322.669 71.7215C323.137 71.7365 324.066 71.6872 324.573 71.65C324.974 71.6201 325.215 71.6998 325.584 71.6488C325.634 71.642 325.584 71.4906 325.599 71.4847C326.011 71.3036 325.813 71.6737 325.898 71.7399C326.206 71.9803 326.397 72.1083 326.924 71.9952C327.031 71.9725 327.317 71.56 327.535 71.4376L325.913 73.06C325.895 73.0293 325.884 73 325.88 72.9726C325.841 72.6842 326.032 72.7931 325.985 72.4911C325.982 72.4653 325.864 72.4707 325.869 72.2843C325.891 71.4192 325.96 70.476 325.948 69.5769C325.947 69.4541 325.76 69.6116 325.755 69.4342C325.733 68.6016 325.74 67.689 325.828 66.8779C325.85 66.6783 325.981 66.8034 326.019 66.7601C326.255 66.494 325.913 66.1167 325.906 66.0545C325.837 65.4292 325.852 64.8658 325.881 64.31L327.535 65.9635C326.771 65.9232 326.021 65.8554 325.144 65.9407C325.062 65.9493 324.427 66.3156 324.145 66.0015C324.125 65.9806 323.845 65.6591 323.598 65.8789C323.582 65.8927 323.757 66.0581 323.452 66.0413C323.148 66.0244 322.658 66.1349 322.24 65.9531C322.107 65.8959 321.794 65.5752 321.399 65.8308C321.373 65.8487 320.763 66.4266 320.545 66.0278C320.51 65.9622 320.547 65.5403 320.075 65.7566C319.985 65.7985 320.149 65.8927 319.911 65.9514C319.548 66.042 319.066 65.929 318.618 66.1169C318.54 66.1502 318.208 66.4366 317.942 66.2192C317.901 66.1852 317.98 66.0443 317.839 66.0286C317.17 65.9529 316.47 66.0472 315.791 65.9497C315.551 65.9155 315.674 65.6877 315.423 65.6267C315.172 65.5657 314.667 65.507 314.405 65.6111C314.143 65.7152 314.429 66.0781 314.036 66.1072C312.327 66.2333 310.635 66.0204 308.928 65.9893C308.675 65.9846 308.885 66.1145 308.512 66.1169C307.137 66.1266 304.763 66.2484 303.57 65.9724C302.614 65.7514 303.817 65.5831 303.086 65.4932C302.734 65.4503 302.353 65.8722 302.267 65.8855C301.436 66.0204 300.858 65.8335 300.11 65.8909C299.956 65.9028 300.107 66.0738 299.976 66.082C299.526 66.1117 299.054 66.0354 298.625 66.0493C298.433 66.056 298.468 66.1866 298.291 66.1765C297.867 66.1539 297.492 66.099 297.079 65.9766C297.041 65.9654 297.295 65.8029 296.981 65.7969C296.474 65.7876 295.844 65.6668 295.26 65.7915C295.086 65.829 295.079 66.1276 294.707 65.9214C294.629 65.8783 294.729 65.5199 294.295 65.8296C294.222 65.8811 293.493 66.2988 293.135 66.0295C293.041 65.9587 292.8 65.6653 292.591 65.7114C292.563 65.7188 292.676 65.8791 292.504 65.8948C291.895 65.9471 291.257 65.93 290.632 65.9802C290.465 65.994 290.714 66.1599 290.465 66.175C290.409 66.1785 290.353 66.1813 290.295 66.1836L292.169 64.31C292.195 64.962 292.155 65.7332 292.108 66.3481C292.088 66.5948 291.951 66.4242 291.936 66.4422C291.693 66.7309 292.021 66.9016 292.04 66.9974C292.155 67.5932 292 68.047 292.041 68.5963C292.052 68.7479 292.209 68.6404 292.223 68.6706C292.359 68.9835 292.078 68.7504 292.047 68.9485C291.959 69.5034 291.972 70.122 291.992 70.6831C291.999 70.8893 292.181 70.6576 292.186 70.8426C292.207 71.5736 292.206 72.324 292.173 73.06L290.295 71.1819C290.661 71.1981 291.024 71.2222 291.379 71.2555C291.58 71.2747 291.454 71.4145 291.496 71.4464C291.785 71.6698 292.208 71.3651 292.306 71.3361C292.749 71.2035 292.921 71.3271 293.312 71.3041C295.224 71.1892 297.584 71.2711 299.389 71.3217C301.061 71.3679 302.466 71.4485 303.945 71.4789L305.563 71.5174L305.526 73.06C305.514 73.6613 305.51 74.2746 305.52 74.9228C305.522 75.0654 305.708 74.9217 305.712 75.0445C305.757 76.6307 305.684 78.1923 305.738 79.7817C305.742 79.9122 305.918 79.7241 305.931 79.9335C305.957 80.3629 305.948 80.9068 305.892 81.3409C305.864 81.5527 305.713 81.2687 305.689 81.4818C305.632 81.9781 305.62 82.5101 305.648 83.0199C305.66 83.2368 305.841 82.9095 305.843 83.1915C305.861 85.1123 305.892 86.9988 305.658 88.9398C305.642 89.0729 305.276 89.1896 305.346 89.4726C305.448 89.4939 305.567 89.4927 305.676 89.502C305.734 92.2982 305.607 95.0659 305.588 97.8699C305.587 97.9882 305.781 97.7839 305.781 98.0127C305.778 99.3375 305.832 100.624 305.639 101.979C305.62 102.113 305.278 102.044 305.33 102.441C305.339 102.511 305.385 103.107 305.459 103.262C305.47 103.283 305.63 103.174 305.634 103.366C305.658 104.483 305.622 105.654 305.525 106.77C305.509 106.95 305.339 106.758 305.326 106.887C305.236 107.796 305.365 108.786 305.211 109.655C305.107 110.236 304.813 110.021 304.524 110.33C304.484 110.374 304.477 110.734 304.309 110.753C303.886 110.801 303.423 110.626 302.973 110.698C302.876 110.713 302.98 111.195 302.746 110.91C302.73 110.89 302.652 110.54 302.573 110.454C302.518 110.394 302.347 110.502 302.276 110.38C302.206 110.257 302.349 110.123 302.267 109.92C302.183 109.717 301.988 109.806 301.965 109.401ZM321.319 72.3378C321.64 72.5011 321.687 71.9029 321.341 72.046C321.324 72.0536 321.303 72.3298 321.319 72.3378ZM313.327 104.443C313.591 104.024 313.203 103.738 312.999 104.033C312.796 104.328 313.247 104.57 313.327 104.443ZM313.52 108.784C313.728 108.295 312.88 108.218 313.051 108.742C313.061 108.773 313.508 108.813 313.52 108.784ZM304.442 108.897C304.434 108.901 304.426 109.16 304.434 109.166C304.624 109.304 304.64 108.786 304.442 108.897ZM311.862 110.775C312.015 110.889 312.455 110.757 312.265 110.614C312.112 110.499 311.672 110.632 311.862 110.775ZM325.795 64.3938C325.79 64.3849 325.604 64.3769 325.608 64.4273C325.62 64.5895 325.879 64.5437 325.795 64.3938ZM304.54 110.784C305.622 110.816 306.278 111.517 305.1 111.438C304.886 111.424 305.56 111.214 305.288 111.151C304.791 111.036 304.461 111.476 303.954 111.24C303.862 111.197 304.478 110.781 304.542 110.783C304.541 110.784 304.541 110.784 304.54 110.784ZM321.504 73.0563C321.51 73.0642 321.767 73.0717 321.773 73.0638C321.913 72.8739 321.395 72.8587 321.504 73.0563ZM314.961 64.0239C314.947 64.0071 314.35 63.9913 314.331 64.0068C314.02 64.3174 315.225 64.3502 314.961 64.0239ZM314.389 82.8206C314.58 83.1011 314.602 83.4366 314.363 83.6601C314.375 83.3814 314.377 83.1009 314.389 82.8206Z' fill='black'/%3E%3C/svg%3E%0A");
  }
  .home_index_page .main .cta-section.march2026 .cta-content h1.title .title-svg {
    width: 345px;
    height: 126px;
    background-image: url("data:image/svg+xml,%3Csvg width='345' height='126' viewBox='0 0 345 126' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.916 109.172H3.96V65.1499H15.312V91.0879L33.132 65.1499H44.88V109.172H33.462V81.9799L14.916 109.172ZM93.8015 109.172H82.4495V91.4839H64.1675V109.172H52.8155V65.1499H64.1675V81.5839H82.4495V65.1499H93.8015V109.172ZM122.921 109.172H111.569V75.0499H99.2274V65.1499H135.197V75.0499H122.921V109.172ZM172.875 109.172H140.601V65.1499H172.875V75.0499H151.953V81.9139H172.413V91.8139H151.953V99.2719H172.875V109.172ZM190.818 109.172H179.466V65.1499H201.51C211.41 65.1499 216.822 71.8159 216.822 79.8019C216.822 87.7219 211.41 94.3879 201.51 94.3879H190.818V109.172ZM199.992 84.4879C203.028 84.4879 205.272 82.7719 205.272 79.8019C205.272 76.7659 203.028 75.0499 199.992 75.0499H190.818V84.4879H199.992ZM262.862 109.172H251.51V91.4839H233.228V109.172H221.876V65.1499H233.228V81.5839H251.51V65.1499H262.862V109.172ZM303.07 109.172H270.796V65.1499H303.07V75.0499H282.148V81.9139H302.608V91.8139H282.148V99.2719H303.07V109.172ZM330.847 109.172H319.495V75.0499H307.153V65.1499H343.123V75.0499H330.847V109.172Z' fill='white'/%3E%3Cpath d='M45.8103 70.2775C45.6108 75.8184 46.4925 80.1801 46.3679 86.9336C46.2433 93.687 45.7756 94.6984 45.8808 102.433C45.9119 104.716 45.9059 106.999 45.887 109.172L45.8989 110.167L44.88 110.179C40.1906 110.138 36.0142 110.037 33.462 110.118L32.5275 110.129L32.516 109.172C32.5074 108.9 32.4967 108.647 32.4837 108.413C32.2915 104.969 32.8726 104.606 32.7435 99.7157C32.6145 94.8258 32.6903 91.8621 32.8792 87.5855C32.9345 86.3329 32.9875 84.3201 33.0289 81.9799L33.8198 82.2239C30.5535 86.8356 26.2671 93.0625 24.499 95.9461C21.9985 100.024 18.5954 104.299 16.6699 106.953C16.0702 107.779 15.5839 108.42 15.2019 108.905C15.0401 109.11 14.9411 109.189 14.9104 109.168C14.9104 109.168 14.9104 109.168 14.9104 109.168C14.8723 109.142 14.9401 108.962 15.1242 108.682C16.0179 107.321 17.3269 105.269 18.8079 102.801C21.5693 98.1979 22.1842 97.9085 26.1288 91.8403C28.6707 87.9299 30.4818 84.9729 32.778 81.5134L34.3039 79.3011L34.2899 81.9799C34.3188 84.2708 34.3118 86.7713 34.238 89.7986C34.05 97.5181 34.746 99.8458 34.5108 109.172L33.462 108.123C34.4214 108.147 35.4548 108.181 36.5757 108.227C40.0811 108.371 42.6717 108.395 44.88 108.355L44.0627 109.172C43.9646 103.809 43.4843 100.7 43.3988 92.2178C43.3103 83.433 43.5562 72.958 43.6771 65.1499L44.88 66.3528C42.0435 66.3089 39.5589 66.2814 37.6351 66.2925C36.2239 66.3006 34.718 66.3112 33.132 66.322L34.0981 65.8136C30.4387 71.2191 26.0144 77.7465 21.2725 84.4784C19.6668 86.7579 17.9861 89.2019 16.2576 91.7375L14.1454 94.7775L14.1648 91.0879C14.1353 82.8921 14.0176 73.965 14.173 65.7455C14.1768 65.5484 14.1805 65.3498 14.1843 65.1499L15.312 66.2776C11.8161 66.2118 7.9064 66.141 3.96 66.0693L4.87945 65.1499C4.72036 73.91 4.55698 82.851 4.43447 87.8492C4.2536 95.2275 4.21281 97.0259 4.32332 104.128C4.34683 105.639 4.35344 107.361 4.34059 109.172L3.96 108.791C7.0417 108.813 10.3803 108.891 13.3724 109.039C15.7631 109.156 15.2213 109.32 12.8151 109.398C9.29635 109.513 6.40785 109.436 4.5948 109.641C4.37598 109.665 4.16475 109.689 3.96 109.712L3.42634 109.718L3.4198 109.172C3.06471 105.987 2.93973 104.368 3.16335 100.07C3.40131 95.4971 2.8605 93.3421 2.92275 90.6761C2.98502 88.01 3.30401 88.0539 3.05825 74.498C2.99474 70.995 2.94345 67.901 2.90129 65.1499L2.88879 64.104L3.96 64.0912C8.62153 64.0197 12.2985 63.9745 15.312 63.9404L16.5068 63.9262L16.5214 65.1499C16.5451 67.2404 16.5633 69.0117 16.5812 70.571C16.6318 74.972 16.4356 83.4783 16.4415 91.0879L14.381 90.4483C15.0975 89.4037 15.7953 88.3764 16.4596 87.3842C20.295 81.6562 27.5593 71.1668 32.095 64.4374L32.455 63.8998L33.132 63.8917C34.8667 63.8763 36.3892 63.8554 37.5968 63.8266C41.4584 63.7345 43.1495 63.8075 44.88 63.9245L46.0906 63.91L46.1054 65.1499C46.0146 66.4919 45.8974 67.8576 45.8103 70.2775ZM65.0978 66.873C64.9099 71.8256 65.6809 75.7856 65.6673 81.5839L64.1675 80.0841C64.5261 80.0849 64.8918 80.0887 65.2652 80.096C71.675 80.2206 72.635 80.6883 79.9758 80.5831C80.8023 80.5712 81.6288 80.5648 82.4495 80.5624L81.4279 81.5839C81.409 75.1149 81.6417 69.0044 81.4712 66.1039C81.4507 65.7556 81.439 65.4405 81.4343 65.1499L81.4217 64.1476L82.4495 64.1347C84.8861 64.0952 85.6034 64.5467 89.7502 64.4314C91.2585 64.3895 92.5738 64.3692 93.8015 64.3674L94.574 64.3576L94.584 65.1499C94.5877 67.6997 94.5117 69.8718 94.3843 72.6117C94.1954 76.671 94.0341 89.1418 94.2662 93.6765C94.4982 98.2113 94.0956 103.383 94.0001 106.494C93.9704 107.463 93.9297 108.225 93.8873 108.81C93.8694 109.057 93.8318 109.172 93.7947 109.172C93.7947 109.172 93.7947 109.172 93.7946 109.172C93.7485 109.172 93.7031 108.994 93.6973 108.676C93.6689 107.131 93.5942 104.822 93.4268 102.095C93.1146 97.0089 93.4596 96.4532 93.2992 89.5855C93.1388 82.7179 92.818 78.5918 93.0254 70.5112C93.0799 68.3904 93.0602 66.6983 93.0105 65.1499L93.8015 65.9408C90.3547 66.0514 87.6192 66.3109 82.4495 66.2337L83.5332 65.1499C83.513 66.5065 83.4696 68.0308 83.3941 69.7795C83.1534 75.3635 83.248 78.5015 83.4215 81.5839L83.4091 82.568L82.4495 82.5559C79.2357 82.7368 76.0825 83.0034 70.2805 83.0651C68.314 83.0859 66.2582 83.0882 64.1675 83.0779L62.6549 83.0589L62.6734 81.5839C62.7009 76.012 62.8176 70.1917 62.9096 65.1499L64.1675 66.4077C60.166 66.3347 56.6549 66.2773 54.1475 66.2925C53.7128 66.2951 53.2686 66.298 52.8155 66.3011L53.9667 65.1499C54.0121 71.8396 54.0977 80.4889 53.9856 89.5862C53.9122 95.5325 53.9971 102.332 54.0249 109.172L52.8155 107.962C56.6342 107.947 60.4654 107.949 64.1675 108.007L63.0022 109.172C63.0099 108.673 63.0187 108.176 63.0285 107.682C63.1257 102.806 63.2345 97.0114 63.3413 91.4839L63.3519 90.6475L64.1675 90.6577C70.7931 90.7857 77.0351 90.9108 80.8531 91.0094C81.4178 91.024 81.9482 91.0377 82.4495 91.0504L82.8883 91.056L82.8829 91.4839C82.7375 97.1985 82.7112 99.1409 82.8128 105.338C82.8319 106.504 82.8399 107.803 82.8352 109.172L82.4495 108.786C85.6283 108.797 89.1849 108.875 92.3364 109.039C94.6054 109.156 94.0913 109.32 91.8074 109.398C88.4677 109.513 85.7262 109.436 84.0054 109.641C83.4406 109.708 82.9291 109.768 82.4495 109.821L81.8084 109.829L81.8001 109.172C81.5308 106.731 81.4539 105.115 81.6528 101.487C81.8908 97.1463 81.35 95.1009 81.4122 92.5706C81.4222 92.1632 81.4389 91.8225 81.4588 91.4839L82.4495 92.4745C80.6846 92.3708 78.9761 92.1794 68.1811 92.3856C66.7754 92.4125 65.4391 92.4371 64.1675 92.4599L65.1435 91.4839C65.2885 99.6056 65.354 105.09 65.4009 109.172L65.4162 110.39L64.1675 110.405C63.0387 110.418 62.0172 110.43 61.0769 110.441C59.0559 110.466 56.1229 110.432 52.8155 110.392L51.6108 110.407L51.5953 109.172C51.6521 104.505 51.7226 99.0933 51.6641 94.4461C51.5703 86.9901 51.6453 72.3025 51.5194 65.1499L51.5033 63.8703L52.8155 63.8538C53.2806 63.8456 53.7138 63.8366 54.1112 63.8266C59.8187 63.6831 60.5306 63.9402 64.1675 64.1401L65.1644 64.1276L65.1772 65.1499C65.1492 65.6595 65.1223 66.2266 65.0978 66.873ZM121.125 64.2196C124.656 64.419 127.436 63.5374 131.74 63.662C133.216 63.7047 134.262 63.7878 135.197 63.8743L136.449 63.8509L136.473 65.1499C136.307 66.9425 136.129 68.3315 136.198 71.5701C136.223 72.7422 136.224 73.9144 136.214 75.0499L136.232 76.0468L135.197 76.0662C131.558 76.0327 128.295 75.8817 126.622 76.0282C124.965 76.1733 124.427 75.8776 122.921 75.7795L123.651 75.0499C123.619 75.5384 123.608 76.1287 123.64 76.8922C123.769 80.0085 123.693 81.8973 123.504 84.6229C123.315 87.3486 123.154 95.7223 123.386 98.7672C123.618 101.812 123.215 105.285 123.12 107.374C123.09 108.024 123.05 108.536 123.007 108.929C122.989 109.095 122.952 109.172 122.915 109.172C122.915 109.172 122.915 109.172 122.915 109.172C122.868 109.172 122.823 109.053 122.817 108.839C122.789 107.802 122.714 106.251 122.547 104.42C122.235 101.005 122.58 100.632 122.419 96.0202C122.259 91.4089 121.938 88.6383 122.145 83.2125C122.28 79.6975 121.963 77.9366 121.857 75.0499L121.877 73.9655L122.921 73.9851C124.491 73.9274 126.393 73.932 129.09 74.1052C131.769 74.2772 133.61 74.278 135.197 74.2011L134.349 75.0499C134.207 72.117 133.8 70.0476 133.718 65.1499L135.197 66.6296C135.168 66.6301 135.138 66.6306 135.108 66.6311C127.475 66.7517 117.841 66.251 113.24 66.2925C109.421 66.327 104.515 66.4056 99.2274 66.3629L100.44 65.1499C100.432 66.2327 100.418 67.3314 100.397 68.4401C100.359 70.5142 100.364 72.743 100.381 75.0499L99.2274 73.8962C103.24 73.8664 107.488 73.7988 111.569 73.852L112.789 73.8749L112.767 75.0499C112.755 76.0013 112.736 76.9436 112.708 77.8718C112.495 85.0714 112.225 95.2501 112.044 99.9525C111.879 104.228 111.831 105.563 111.906 109.172L111.569 108.835C111.93 108.827 112.313 108.819 112.725 108.809C115.326 108.745 118.91 108.805 121.938 109.039C123.461 109.156 123.116 109.32 121.582 109.398C119.34 109.513 117.499 109.436 116.344 109.641C114.459 109.975 113.459 110.14 111.569 110.061L110.698 110.077L110.681 109.172C110.699 108.747 110.729 108.277 110.773 107.741C111.011 104.827 110.47 103.453 110.532 101.754C110.594 100.055 110.913 100.083 110.668 91.4437C110.428 83.0248 110.362 78.3124 110.305 75.0499L111.569 76.3146C111.484 76.3161 111.4 76.3176 111.316 76.3191C108.7 76.3663 103.809 76.1988 99.2274 76.1808L98.1181 76.2016L98.0965 75.0499C98.101 73.9013 98.0961 72.7722 98.0761 71.7034C98.0435 69.9656 98.0313 67.6429 98.0239 65.1499L98.0018 63.9694L99.2274 63.9464C104.384 63.9312 110.27 63.9369 113.215 63.8266C117.585 63.663 117.594 64.0201 121.125 64.2196ZM159.512 75.9802C156.852 75.8781 154.482 76.0594 151.953 76.2439L153.147 75.0499C153.299 77.1436 153.454 79.3467 153.453 81.9139L151.953 80.4139C152.341 80.4141 152.739 80.418 153.145 80.426C159.477 80.5506 160.425 81.0183 167.676 80.9131C169.269 80.8899 170.862 80.8874 172.413 80.8953L173.418 80.8825L173.431 81.9139C173.412 85.6642 173.331 89.1657 173.328 91.8139L173.34 92.7176L172.413 92.7294C171.172 92.7282 170.118 92.7443 169.314 92.7922C166.086 92.9844 165.745 92.4033 161.16 92.5323C157.443 92.637 154.914 92.6069 151.953 92.4911L152.63 91.8139C152.603 92.5053 152.571 93.2202 152.535 93.9793C152.48 95.1603 152.427 97.062 152.385 99.2719L151.953 98.8394C157.246 98.9388 164.308 98.9709 167.468 98.8072C169.227 98.7161 171.083 98.7228 172.875 98.7704L173.37 98.7641L173.376 99.2719C173.303 102.043 173.131 104.66 173.073 106.527C173.044 107.484 173.003 108.237 172.96 108.814C172.943 109.059 172.905 109.172 172.868 109.172C172.868 109.172 172.868 109.172 172.868 109.172C172.822 109.172 172.776 108.997 172.77 108.682C172.742 107.156 172.667 104.875 172.5 102.181C172.427 101.015 172.39 100.09 172.374 99.2719L172.875 99.7723C170.169 99.8258 168.636 99.651 163.427 99.7742C159.069 99.8772 155.829 100.046 151.953 100.099L151.115 100.089L151.125 99.2719C151.096 97.114 151.102 94.759 151.177 91.9044C151.177 91.8741 151.178 91.844 151.179 91.8139L151.189 91.0304L151.953 91.0401C159.731 91.2355 161.659 90.4065 172.413 90.8467L171.445 91.8139C171.453 91.6388 171.46 91.4614 171.468 91.2816C171.649 87.1229 171.64 84.3376 171.551 81.9139L172.413 82.776C168.27 82.9296 165.183 83.3189 158.099 83.3951C156.123 83.4163 154.055 83.4183 151.953 83.4074L150.44 83.3881L150.459 81.9139C150.471 79.6428 150.498 77.3311 150.532 75.0499L150.55 73.6111L151.953 73.629C159.557 73.742 166.822 73.9336 171.112 73.9073C171.683 73.9038 172.271 73.8998 172.875 73.8955L171.72 75.0499C171.699 72.0807 171.672 68.7373 171.658 65.1499L172.875 66.3667C168.555 66.3834 163.882 66.3799 159.083 66.32C153.46 66.2498 147.064 66.3245 140.601 66.3555L141.806 65.1499C141.828 69.7155 141.828 74.3149 141.74 78.6995C141.545 88.3563 141.303 101.656 141.125 109.172L140.601 108.648C141.328 108.665 142.001 108.681 142.612 108.697C149.529 108.878 151.215 108.919 157.874 108.809C161.701 108.745 166.974 108.805 171.427 109.039C173.669 109.156 173.161 109.32 170.905 109.398C167.606 109.513 164.898 109.436 163.198 109.641C159.801 110.05 158.358 110.207 154.07 109.969C149.782 109.731 147.762 110.271 145.262 110.209C143.831 110.173 143.233 110.054 140.601 110.004L139.779 110.014L139.769 109.172C139.806 107.205 139.804 104.101 139.699 98.6654C139.453 85.9558 139.39 78.9884 139.331 74.1753C139.305 72.0045 139.346 68.7684 139.391 65.1499L139.376 63.956L140.601 63.9404C145.005 63.9947 149.976 64.0534 154.282 63.9985C158.879 63.94 166.259 63.9472 172.875 63.9303L174.078 63.9149L174.094 65.1499C174.104 68.9152 174.121 72.4332 174.163 75.0499L174.179 76.3218L172.875 76.3384C172.244 76.3485 171.665 76.36 171.148 76.3731C164.72 76.5367 164.707 76.1797 159.512 75.9802ZM208.591 65.5193C211.649 67.0449 214.732 68.2663 216.698 72.4112C218.029 75.7562 217.782 76.9876 217.82 79.8019C217.803 80.4991 217.766 81.2985 217.653 82.2625C217.195 87.3324 213.344 91.1494 211.627 92.4155C209.861 93.7766 209.397 93.4744 206.536 94.4827C204.577 95.0764 203.063 95.1768 201.51 95.1189C200.755 95.0844 199.985 95.0339 199.127 94.9707C197.558 94.8551 194 94.7498 190.818 94.7387L191.169 94.3879C191.162 96.4059 191.193 98.2725 191.283 99.3841C191.515 102.249 191.112 105.516 191.016 107.48C190.987 108.092 190.946 108.574 190.904 108.943C190.886 109.1 190.848 109.172 190.811 109.172C190.811 109.172 190.811 109.172 190.811 109.172C190.765 109.172 190.719 109.06 190.714 108.859C190.685 107.883 190.611 106.424 190.443 104.702C190.131 101.489 190.476 101.138 190.316 96.8C190.284 95.9387 190.246 95.1457 190.206 94.3879L190.219 93.7645L190.818 93.7765C193.877 93.6186 196.363 93.4456 200.454 93.6118C200.826 93.6269 201.176 93.6363 201.51 93.641C205.551 93.3874 207.23 93.0871 212.155 89.4532C215.937 85.6554 215.567 83.3521 215.501 79.8019C215.424 78.8204 215.288 77.6989 214.955 76.3749C213.903 69.8187 205.851 65.8079 201.51 66.29C201.324 66.2901 201.146 66.2908 200.975 66.2925C196.647 66.334 190.834 66.4397 184.698 66.32C183.044 66.2877 181.285 66.2861 179.466 66.2967L180.613 65.1499C180.642 70.0791 180.761 75.4537 180.605 80.4006C180.391 87.1733 180.121 96.7485 179.94 101.172C179.787 104.917 179.734 106.264 179.789 109.172L179.466 108.849C179.993 108.839 180.572 108.826 181.226 108.809C183.673 108.745 187.045 108.805 189.892 109.039C191.326 109.156 191.001 109.32 189.558 109.398C187.449 109.513 185.717 109.436 184.63 109.641C182.646 110.014 181.704 110.177 179.466 110.022L178.633 110.038L178.616 109.172C178.631 108.96 178.649 108.736 178.669 108.499C178.907 105.757 178.366 104.465 178.429 102.867C178.491 101.269 178.81 101.295 178.564 93.1678C178.318 85.0407 178.256 80.5853 178.197 77.5076C178.146 74.8581 178.344 69.7266 178.336 65.1499L178.314 64.0432L179.466 64.0203C180.205 64.0191 180.93 64.0124 181.628 63.9985C186.644 63.8986 196.841 63.9902 200.952 63.8266C201.147 63.8188 201.333 63.8123 201.51 63.8068C205.3 63.8516 205.507 64.2408 208.591 65.5193ZM191.447 75.9802C191.229 75.9352 191.022 75.9452 190.818 75.9863L191.754 75.0499C191.895 75.7503 192.402 76.4118 192.306 77.3231C192.181 78.5 191.713 78.6762 191.819 80.024C191.924 81.3717 191.604 82.7201 191.796 83.3202C191.958 83.8261 191.571 83.9505 191.522 84.4879L190.818 83.7834C190.918 83.7924 191.032 83.7897 191.166 83.7694C192.018 83.6404 192.534 83.7162 193.28 83.9051C194.025 84.094 196.314 84.2552 197.147 84.0232C197.98 83.7912 198.929 84.1938 199.5 84.2892C199.678 84.319 199.818 84.3597 199.925 84.402C199.971 84.42 199.992 84.4576 199.992 84.4946C199.992 84.4947 199.992 84.4947 199.992 84.4947C199.992 84.5409 199.959 84.5863 199.901 84.5921C199.617 84.6204 199.193 84.6951 198.693 84.8625C197.759 85.1747 197.657 84.8298 196.396 84.9902C195.135 85.1506 194.377 85.4713 192.894 85.2639C191.998 85.1386 191.518 85.4058 190.818 85.5285L189.711 85.4526L189.777 84.4879C189.697 84.0287 189.678 83.4745 189.873 82.6454C190.365 80.5512 189.457 80.3308 189.337 78.2439C189.278 77.2347 189.365 76.0975 189.466 75.0499L189.565 73.612L190.818 73.698C191.937 73.8055 192.953 73.9287 193.603 73.9073C194.861 73.8657 196.551 73.76 198.334 73.8798C198.856 73.9149 199.414 73.9137 199.992 73.9C201.552 73.8466 203.532 74.2431 204.734 75.6243C205.724 76.6814 206.193 78.4479 206.02 79.8019C205.929 80.8583 205.534 81.7626 205.168 82.2667C204.268 83.3878 203.966 83.544 202.856 84.2658C202.195 84.6582 201.115 84.8339 200.265 84.6166C199.839 84.5064 199.947 84.3455 200.348 84.2534C200.931 84.1127 201.42 84.0886 201.653 83.8153C202.104 83.2569 202.199 83.0674 202.885 82.9275C203.59 82.7325 203.404 82.0935 203.641 81.8727C203.763 81.7467 203.893 81.7259 204.067 81.4983C204.225 81.2719 204.481 80.8098 204.37 79.8019C204.37 79.8016 204.37 79.8013 204.37 79.8011C204.066 77.7767 203.127 77.3228 202.596 76.9912C202.151 76.7295 201.136 76.1649 199.992 76.1794C199.729 76.1782 199.472 76.1844 199.226 76.2012C197.768 76.3011 194.804 76.2095 193.61 76.3731C192.415 76.5367 192.412 76.1797 191.447 75.9802ZM234.158 66.873C233.97 71.8256 234.741 75.7856 234.728 81.5839L233.228 80.0841C233.587 80.0849 233.952 80.0887 234.326 80.096C240.736 80.2206 241.696 80.6883 249.036 80.5831C249.863 80.5712 250.689 80.5648 251.51 80.5624L250.488 81.5839C250.47 75.1149 250.702 69.0044 250.532 66.1039C250.511 65.7556 250.5 65.4405 250.495 65.1499L250.482 64.1476L251.51 64.1347C253.947 64.0952 254.664 64.5467 258.811 64.4314C260.319 64.3895 261.634 64.3692 262.862 64.3674L263.635 64.3576L263.645 65.1499C263.648 67.6997 263.572 69.8718 263.445 72.6117C263.256 76.671 263.095 89.1418 263.327 93.6765C263.559 98.2113 263.156 103.383 263.061 106.494C263.031 107.463 262.99 108.225 262.948 108.81C262.93 109.057 262.892 109.172 262.855 109.172C262.855 109.172 262.855 109.172 262.855 109.172C262.809 109.172 262.764 108.994 262.758 108.676C262.729 107.131 262.655 104.822 262.487 102.095C262.175 97.0089 262.52 96.4532 262.36 89.5855C262.199 82.7179 261.879 78.5918 262.086 70.5112C262.14 68.3904 262.121 66.6983 262.071 65.1499L262.862 65.9408C259.415 66.0514 256.68 66.3109 251.51 66.2337L252.594 65.1499C252.574 66.5065 252.53 68.0308 252.455 69.7795C252.214 75.3635 252.309 78.5015 252.482 81.5839L252.47 82.568L251.51 82.5559C248.296 82.7368 245.143 83.0034 239.341 83.0651C237.375 83.0859 235.319 83.0882 233.228 83.0779L231.715 83.0589L231.734 81.5839C231.761 76.012 231.878 70.1917 231.97 65.1499L233.228 66.4077C229.227 66.3347 225.715 66.2773 223.208 66.2925C222.773 66.2951 222.329 66.298 221.876 66.3011L223.027 65.1499C223.073 71.8396 223.158 80.4889 223.046 89.5862C222.973 95.5325 223.058 102.332 223.085 109.172L221.876 107.962C225.695 107.947 229.526 107.949 233.228 108.007L232.063 109.172C232.07 108.673 232.079 108.176 232.089 107.682C232.186 102.806 232.295 97.0114 232.402 91.4839L232.412 90.6475L233.228 90.6577C239.854 90.7857 246.096 90.9108 249.914 91.0094C250.478 91.024 251.009 91.0377 251.51 91.0504L251.949 91.056L251.943 91.4839C251.798 97.1985 251.772 99.1409 251.873 105.338C251.892 106.504 251.9 107.803 251.896 109.172L251.51 108.786C254.689 108.797 258.245 108.875 261.397 109.039C263.666 109.156 263.152 109.32 260.868 109.398C257.528 109.513 254.787 109.436 253.066 109.641C252.501 109.708 251.99 109.768 251.51 109.821L250.869 109.829L250.861 109.172C250.591 106.731 250.514 105.115 250.713 101.487C250.951 97.1463 250.411 95.1009 250.473 92.5706C250.483 92.1632 250.499 91.8225 250.519 91.4839L251.51 92.4745C249.745 92.3708 248.037 92.1794 237.242 92.3856C235.836 92.4125 234.5 92.4371 233.228 92.4599L234.204 91.4839C234.349 99.6056 234.415 105.09 234.461 109.172L234.477 110.39L233.228 110.405C232.099 110.418 231.078 110.43 230.137 110.441C228.116 110.466 225.183 110.432 221.876 110.392L220.671 110.407L220.656 109.172C220.713 104.505 220.783 99.0933 220.725 94.4461C220.631 86.9901 220.706 72.3025 220.58 65.1499L220.564 63.8703L221.876 63.8538C222.341 63.8456 222.774 63.8366 223.172 63.8266C228.879 63.6831 229.591 63.9402 233.228 64.1401L234.225 64.1276L234.238 65.1499C234.21 65.6595 234.183 66.2266 234.158 66.873ZM289.707 75.9802C287.048 75.8781 284.678 76.0594 282.148 76.2439L283.342 75.0499C283.495 77.1436 283.65 79.3467 283.648 81.9139L282.148 80.4139C282.537 80.4141 282.934 80.418 283.34 80.426C289.672 80.5506 290.62 81.0183 297.872 80.9131C299.464 80.8899 301.057 80.8874 302.608 80.8953L303.613 80.8825L303.626 81.9139C303.607 85.6642 303.526 89.1657 303.523 91.8139L303.535 92.7176L302.608 92.7294C301.367 92.7282 300.313 92.7443 299.509 92.7922C296.281 92.9844 295.94 92.4033 291.355 92.5323C287.639 92.637 285.109 92.6069 282.148 92.4911L282.825 91.8139C282.798 92.5053 282.766 93.2202 282.731 93.9793C282.675 95.1603 282.622 97.062 282.58 99.2719L282.148 98.8394C287.441 98.9388 294.503 98.9709 297.663 98.8072C299.422 98.7161 301.278 98.7228 303.07 98.7704L303.565 98.7641L303.571 99.2719C303.498 102.043 303.327 104.66 303.269 106.527C303.239 107.484 303.198 108.237 303.156 108.814C303.138 109.059 303.1 109.172 303.063 109.172C303.063 109.172 303.063 109.172 303.063 109.172C303.017 109.172 302.972 108.997 302.966 108.682C302.937 107.156 302.863 104.875 302.695 102.181C302.623 101.015 302.586 100.09 302.57 99.2719L303.07 99.7723C300.364 99.8258 298.831 99.651 293.622 99.7742C289.264 99.8772 286.024 100.046 282.148 100.099L281.31 100.089L281.321 99.2719C281.291 97.114 281.298 94.759 281.372 91.9044C281.373 91.8741 281.373 91.844 281.374 91.8139L281.384 91.0304L282.148 91.0401C289.927 91.2355 291.854 90.4065 302.608 90.8467L301.641 91.8139C301.648 91.6388 301.655 91.4614 301.663 91.2816C301.845 87.1229 301.836 84.3376 301.746 81.9139L302.608 82.776C298.465 82.9296 295.378 83.3189 288.295 83.3951C286.318 83.4163 284.25 83.4183 282.148 83.4074L280.636 83.3881L280.654 81.9139C280.666 79.6428 280.693 77.3311 280.727 75.0499L280.745 73.6111L282.148 73.629C289.752 73.742 297.017 73.9336 301.307 73.9073C301.879 73.9038 302.467 73.8998 303.07 73.8955L301.916 75.0499C301.895 72.0807 301.867 68.7373 301.853 65.1499L303.07 66.3667C298.751 66.3834 294.077 66.3799 289.278 66.32C283.655 66.2498 277.259 66.3245 270.796 66.3555L272.002 65.1499C272.023 69.7155 272.023 74.3149 271.935 78.6995C271.74 88.3563 271.498 101.656 271.32 109.172L270.796 108.648C271.523 108.665 272.197 108.681 272.807 108.697C279.725 108.878 281.411 108.919 288.069 108.809C291.897 108.745 297.169 108.805 301.623 109.039C303.864 109.156 303.356 109.32 301.1 109.398C297.801 109.513 295.093 109.436 293.393 109.641C289.997 110.05 288.553 110.207 284.265 109.969C279.977 109.731 277.957 110.271 275.457 110.209C274.027 110.173 273.428 110.054 270.796 110.004L269.975 110.014L269.964 109.172C270.001 107.205 269.999 104.101 269.894 98.6654C269.648 85.9558 269.586 78.9884 269.527 74.1753C269.5 72.0045 269.542 68.7684 269.586 65.1499L269.571 63.956L270.796 63.9404C275.2 63.9947 280.171 64.0534 284.477 63.9985C289.074 63.94 296.454 63.9472 303.07 63.9303L304.274 63.9149L304.29 65.1499C304.299 68.9152 304.317 72.4332 304.358 75.0499L304.375 76.3218L303.07 76.3384C302.439 76.3485 301.86 76.36 301.343 76.3731C294.915 76.5367 294.902 76.1797 289.707 75.9802ZM329.051 64.2196C332.582 64.419 335.362 63.5374 339.666 63.662C341.142 63.7047 342.187 63.7878 343.123 63.8743L344.374 63.8509L344.399 65.1499C344.233 66.9425 344.055 68.3315 344.124 71.5701C344.149 72.7422 344.15 73.9144 344.14 75.0499L344.158 76.0468L343.123 76.0662C339.483 76.0327 336.22 75.8817 334.548 76.0282C332.891 76.1733 332.353 75.8776 330.847 75.7795L331.577 75.0499C331.545 75.5384 331.534 76.1287 331.566 76.8922C331.695 80.0085 331.619 81.8973 331.43 84.6229C331.241 87.3486 331.08 95.7223 331.312 98.7672C331.544 101.812 331.141 105.285 331.046 107.374C331.016 108.024 330.975 108.536 330.933 108.929C330.915 109.095 330.878 109.172 330.84 109.172C330.84 109.172 330.84 109.172 330.84 109.172C330.794 109.172 330.749 109.053 330.743 108.839C330.715 107.802 330.64 106.251 330.473 104.42C330.16 101.005 330.505 100.632 330.345 96.0202C330.184 91.4089 329.864 88.6383 330.071 83.2125C330.205 79.6975 329.889 77.9366 329.782 75.0499L329.803 73.9655L330.847 73.9851C332.416 73.9274 334.318 73.932 337.016 74.1052C339.695 74.2772 341.536 74.278 343.123 74.2011L342.274 75.0499C342.132 72.117 341.725 70.0476 341.643 65.1499L343.123 66.6296C343.093 66.6301 343.063 66.6306 343.033 66.6311C335.401 66.7517 325.767 66.251 321.166 66.2925C317.347 66.327 312.44 66.4056 307.153 66.3629L308.366 65.1499C308.357 66.2327 308.344 67.3314 308.323 68.4401C308.285 70.5142 308.29 72.743 308.307 75.0499L307.153 73.8962C311.165 73.8664 315.414 73.7988 319.495 73.852L320.715 73.8749L320.693 75.0499C320.681 76.0013 320.662 76.9436 320.634 77.8718C320.42 85.0714 320.151 95.2501 319.97 99.9525C319.805 104.228 319.757 105.563 319.832 109.172L319.495 108.835C319.856 108.827 320.239 108.819 320.65 108.809C323.252 108.745 326.836 108.805 329.863 109.039C331.387 109.156 331.042 109.32 329.508 109.398C327.266 109.513 325.425 109.436 324.269 109.641C322.385 109.975 321.385 110.14 319.495 110.061L318.623 110.077L318.606 109.172C318.624 108.747 318.655 108.277 318.699 107.741C318.936 104.827 318.396 103.453 318.458 101.754C318.52 100.055 318.839 100.083 318.593 91.4437C318.354 83.0248 318.288 78.3124 318.23 75.0499L319.495 76.3146C319.41 76.3161 319.325 76.3176 319.242 76.3191C316.626 76.3663 311.734 76.1988 307.153 76.1808L306.044 76.2016L306.022 75.0499C306.027 73.9013 306.022 72.7722 306.002 71.7034C305.969 69.9656 305.957 67.6429 305.95 65.1499L305.928 63.9694L307.153 63.9464C312.31 63.9312 318.196 63.9369 321.141 63.8266C325.511 63.663 325.52 64.0201 329.051 64.2196Z' fill='%23171717'/%3E%3Cpath d='M2.55 26.5219C2.55 16.6719 9.2 9.27187 19.1 9.27187C28.95 9.27187 35.65 16.6719 35.65 26.5219C35.65 36.3719 28.95 43.7719 19.1 43.7719C9.2 43.7719 2.55 36.3719 2.55 26.5219ZM31.35 26.5219C31.35 18.7219 26.55 12.9719 19.1 12.9719C11.6 12.9719 6.85 18.7219 6.85 26.5219C6.85 34.2719 11.6 40.0719 19.1 40.0719C26.55 40.0719 31.35 34.2719 31.35 26.5219ZM65.7824 43.1719V13.5219H46.2824V43.1719H42.1324V9.82187H69.9324V43.1719H65.7824ZM85.9781 43.1719V13.5219H75.4281V9.82187H100.728V13.5219H90.1281V43.1719H85.9781ZM106.244 9.82187H110.394V36.7719L129.594 9.82187H133.844V43.1719H129.694V15.7219L110.244 43.1719H106.244V9.82187ZM144.794 19.1219C144.794 24.8219 146.794 26.8219 152.094 26.8219C155.144 26.8219 158.094 26.2719 160.244 25.2719V9.82187H164.394V43.1719H160.244V28.6219C158.044 29.5719 154.894 30.5219 150.944 30.5219C143.744 30.5219 140.644 27.2719 140.644 19.0719V9.82187H144.794V19.1219ZM172.211 43.1719V9.82187H194.061V13.5219H176.361V24.2719H193.711V27.9719H176.361V39.4719H194.061V43.1719H172.211ZM216.327 43.7719C206.877 43.7719 199.327 36.7719 199.327 26.5219C199.327 16.2719 206.877 9.27187 216.327 9.27187C222.377 9.27187 226.477 12.1219 229.127 15.8719L225.627 17.8219C223.727 15.0219 220.277 12.9719 216.327 12.9719C209.177 12.9719 203.627 18.5719 203.627 26.5219C203.627 34.4219 209.177 40.0719 216.327 40.0719C220.277 40.0719 223.727 38.0719 225.627 35.2219L229.177 37.1719C226.377 40.9719 222.377 43.7719 216.327 43.7719ZM254.616 43.1719L241.966 28.1719L238.616 31.9719V43.1719H234.466V9.82187H238.616V27.0719L253.366 9.82187H258.566L244.666 25.6719L259.766 43.1719H254.616ZM264.496 9.82187H268.646V36.7719L287.846 9.82187H292.096V43.1719H287.946V15.7219L268.496 43.1719H264.496V9.82187ZM313.696 7.32187C310.396 7.32187 307.446 5.77187 305.546 3.22187L307.696 1.47187C309.096 3.37187 311.196 4.57187 313.696 4.57187C316.196 4.57187 318.296 3.37187 319.646 1.47187L321.796 3.22187C319.946 5.77187 317.046 7.32187 313.696 7.32187ZM299.896 9.82187H304.046V36.7719L323.246 9.82187H327.496V43.1719H323.346V15.7219L303.896 43.1719H299.896V9.82187Z' fill='white'/%3E%3Cpath d='M33.9004 20.437C33.2811 18.225 31.8067 16.9738 30.1098 14.9938C28.2829 13.1096 28.144 12.4521 25.2552 11.243C23.078 10.4277 20.744 10.0295 19.1 10.0349C18.5303 10.0331 18.0578 10.0714 17.6997 10.1398C16.3301 10.4423 16.0904 9.93486 14.1642 10.5644C12.2779 11.2665 11.1833 11.7631 9.63981 12.6373C7.93226 13.3231 4.38556 17.7531 4.09871 19.8275C3.56691 21.7432 2.89183 23.9295 2.74892 25.326C2.6999 25.76 2.65961 26.0941 2.62214 26.3585C2.60639 26.4699 2.57531 26.5218 2.54437 26.5219C2.54435 26.5219 2.54433 26.5219 2.54431 26.5219C2.50589 26.5219 2.46773 26.4412 2.4643 26.2968C2.44807 25.6005 2.42849 24.5539 2.48094 23.3021C2.66812 20.9712 2.91326 20.7364 4.09484 17.8179C5.45396 14.9999 6.53701 13.1311 9.801 11.1687C13.0864 9.57495 13.875 8.34979 19.1 8.46971C19.1664 8.47451 19.2333 8.47981 19.3007 8.48563C24.5052 9.29874 25.4202 8.68062 30.0939 11.6521C34.8692 14.9346 36.5865 22.1844 36.5692 25.3061C36.5948 25.6986 36.6113 26.0973 36.6167 26.5219C36.6727 29.5526 36.0311 33.5456 33.7507 36.9641C31.3444 40.9068 26.1237 44.4822 20.9596 44.635C20.3673 44.6696 19.7445 44.6786 19.1 44.6565C14.1947 44.7234 8.78551 41.6277 7.05346 39.3497C5.00652 36.8576 4.65318 36.135 3.40344 33.325C2.72529 31.6835 2.29439 29.2315 2.44897 27.1854C2.53106 26.1552 2.66082 26.4006 2.75696 27.4107C2.91277 28.8922 3.06543 30.1057 3.3955 30.8106C4.08202 32.2063 4.35771 32.7435 4.95804 34.5281C5.62555 36.313 6.56081 36.7699 7.18725 37.624C7.51681 38.0488 7.62871 38.3051 8.18502 38.911C8.75501 39.4818 9.74473 40.5472 12.2937 41.6233C15.0562 42.7226 17.3436 42.8301 19.1 42.7992C20.6198 42.7576 21.7614 42.5635 22.6863 42.3453C24.6838 41.9906 28.8538 40.3502 30.9032 37.5858C32.9847 35.3977 34.8879 29.7776 34.5859 26.5219C34.5753 26.1088 34.5505 25.7492 34.5182 25.4338C34.1426 22.6963 34.3906 22.6555 33.9004 20.437ZM6.79621 21.4201C7.51937 19.6962 7.49105 17.9232 9.16612 16.0778C10.9347 14.382 11.4479 14.4149 13.8329 13.1652C15.68 12.2961 17.7387 12.1928 19.1 12.2088C19.5753 12.2106 19.9706 12.2196 20.2791 12.2032C21.4891 12.174 21.5526 12.6269 23.1778 12.9832C24.8075 13.4118 25.7219 13.9993 26.7874 15.0001C28.0204 15.8883 30.3947 19.6108 30.9047 21.1498C31.616 22.6261 31.532 24.5219 31.4926 25.591C31.4845 25.931 31.4549 26.1916 31.4211 26.3959C31.4067 26.4821 31.3752 26.5219 31.3444 26.5219C31.3443 26.5219 31.3443 26.5219 31.3443 26.5219C31.3058 26.5218 31.2682 26.4604 31.2624 26.351C31.2341 25.8238 31.142 25.0286 30.8782 24.134C30.3335 22.5027 30.6373 22.2165 29.6448 20.1326C28.5191 18.1275 27.5432 17.1571 25.5417 15.4941C23.3702 14.0335 22.5818 14.3229 19.1 13.7745C19.0522 13.7696 19.0039 13.7647 18.9552 13.7599C15.2257 13.6366 14.8065 14.5497 12.1269 16.6178C9.39426 18.8297 7.78127 23.4099 7.82256 25.6661C7.81359 25.942 7.81149 26.2227 7.81684 26.5219C7.85046 28.641 8.30805 31.2926 9.5756 33.697C10.9614 36.5336 14.4187 38.6622 17.8228 39.0606C18.2232 39.1216 18.6511 39.1658 19.1 39.188C22.4604 39.532 26.3106 37.5683 27.6692 36.0014C29.2621 34.3038 29.5837 33.7262 30.2765 31.575C30.6465 30.3183 31.0083 28.5644 31.2321 27.0243C31.3407 26.2485 31.4821 26.4203 31.5257 27.2154C31.5784 28.3852 31.365 29.324 31.4147 29.9501C31.4941 31.1996 31.4867 31.8006 30.7028 33.1728C29.8883 34.5058 29.8412 35.3463 29.2391 36.0767C28.9322 36.4291 28.7304 36.562 28.2171 37.0394C27.6844 37.4885 26.9028 38.3976 24.8369 39.5571C22.5867 40.7546 20.602 40.9882 19.1 41.0441C17.7847 41.0812 16.7687 40.9484 15.9387 40.7856C14.1134 40.5408 10.6415 38.562 8.88437 36.1556C7.03795 34.1847 5.69917 29.2519 5.78622 26.5219C5.77569 26.1664 5.77203 25.8552 5.7694 25.5808C5.81428 23.1989 6.15127 23.2044 6.79621 21.4201ZM45.204 42.3966C45.5699 42.4118 45.9287 42.4195 46.2824 42.4209L45.5315 43.1719C45.5462 39.6515 44.9482 36.6406 45.0425 32.2011C45.1464 27.3156 45.5361 26.5839 45.4484 20.9888C45.4078 18.3975 45.4432 15.8055 45.477 13.5219L45.466 12.7277L46.2824 12.7164C48.9294 12.7556 51.1622 12.7926 52.4996 12.7066C54.9907 12.5465 55.2537 13.0307 58.7913 12.9232C61.6116 12.8374 63.5461 12.8602 65.7824 12.9527L66.3436 12.945L66.3516 13.5219C66.328 14.0905 66.3 14.6787 66.2681 15.306C66.1107 18.4 65.9763 27.9051 66.1697 31.3614C66.363 34.8178 66.0275 38.7599 65.9479 41.1307C65.9232 41.8692 65.8892 42.4503 65.854 42.8959C65.839 43.0846 65.8077 43.1718 65.7768 43.1719C65.7768 43.1719 65.7767 43.1719 65.7767 43.1719C65.7383 43.1718 65.7004 43.0366 65.6956 42.794C65.672 41.6166 65.6097 39.8567 65.4702 37.7778C65.21 33.9014 65.4975 33.4778 65.3638 28.2433C65.2302 23.0089 64.9629 19.864 65.1357 13.705C65.1375 13.6435 65.1391 13.5824 65.1406 13.5219L65.7824 14.1637C59.7777 14.0101 58.3052 14.7149 49.6981 14.3091C48.4043 14.2481 47.2828 14.213 46.2824 14.1976L46.9582 13.5219C46.8704 19.2438 47.4311 21.0042 47.5167 28.3785C47.5712 33.066 47.474 38.4188 47.3788 43.1719L47.3635 44.2831L46.2824 44.2682C44.8312 44.2392 43.4359 44.2103 42.1324 44.186L41.1046 44.1718L41.1183 43.1719C41.1616 40.8542 41.1904 38.8271 41.1802 37.2929C41.1456 32.0704 41.0575 25.0561 41.1574 17.6525C41.1904 15.2 41.1849 12.557 41.1692 9.82187L41.1826 8.84554L42.1324 8.85861C47.6544 8.82688 53.5522 8.75365 59.0175 8.87274C62.3153 8.94461 66.1639 9.0241 69.9324 9.10327L70.6608 9.1133L70.651 9.82187C70.534 15.392 70.4177 20.7873 70.3278 23.971C70.1771 29.3086 70.1431 30.6096 70.2352 35.7473C70.2731 37.8638 70.2582 40.553 70.1751 43.1719L70.1717 43.4179L69.9324 43.4146C68.8971 43.3817 67.8727 43.3382 66.8991 43.283C65.1696 43.185 65.5615 43.0486 67.3023 42.9833C68.2473 42.9479 69.1295 42.9344 69.9324 42.9227L69.6832 43.1719C69.6635 41.8122 69.6489 40.68 69.5417 39.8554C69.2009 37.2346 69.0702 36.1207 69.2685 32.8121C69.4668 29.5036 69.0162 27.9447 69.068 26.0161C69.1199 24.0874 69.3858 24.1191 69.181 14.3126C69.1473 12.7 69.1177 11.2072 69.0916 9.82187L69.9324 10.6627C62.8933 10.7953 58.6297 10.8385 55.5267 10.8796C52.6197 10.9181 47.2368 10.7851 42.1324 10.7654L43.076 9.82187C43.0705 11.2384 43.0738 12.6335 43.0919 13.9483C43.1751 20.0007 43.0988 32.3052 43.2351 37.2652C43.3248 40.5259 43.2269 41.6474 43.1021 43.1719L42.1324 42.2022C42.9269 42.2673 43.8308 42.3397 45.204 42.3966ZM83.1236 10.5971C80.5585 10.4324 78.5342 11.1521 75.4281 11.0644L76.6707 9.82187C76.6699 9.85091 76.669 9.88004 76.668 9.90926C76.6132 11.5758 76.4786 12.494 76.3767 13.5219L75.4281 12.5733C76.3465 12.6643 77.3524 12.7292 79.0578 12.6879C81.5954 12.6263 84.134 12.7394 85.9781 12.7568L86.7266 12.7408L86.7432 13.5219C86.7358 14.304 86.7457 14.9613 86.7934 15.4405C86.9535 17.0496 86.4693 17.2194 86.5768 19.5044C86.6844 21.7894 86.6212 23.1742 86.4638 25.1726C86.3064 27.1711 86.172 33.3107 86.3654 35.5432C86.5587 37.7757 86.2232 40.3221 86.1437 41.8534C86.1189 42.3304 86.0849 42.7058 86.0497 42.9936C86.0347 43.1155 86.0034 43.1718 85.9725 43.1719C85.9725 43.1719 85.9725 43.1719 85.9724 43.1719C85.934 43.1718 85.8961 43.0845 85.8913 42.9278C85.8677 42.1673 85.8054 41.0305 85.6659 39.6877C85.4057 37.1838 85.6932 36.9102 85.5595 33.5291C85.4259 30.1481 85.1586 28.1167 85.3314 24.1385C85.5042 20.1603 84.781 19.2466 85.1909 13.6309C85.1936 13.5944 85.1962 13.558 85.1987 13.5219L85.9781 14.3012C80.8667 13.9378 79.9609 14.5532 75.4281 14.7246L74.2003 14.6984L74.2254 13.5219C74.2119 13.1645 74.2011 12.7847 74.1938 12.3784C74.179 11.5527 74.1754 10.695 74.18 9.82187L74.2072 8.54773L75.4281 8.57375C80.472 8.6003 86.0294 8.89919 88.905 8.86969C92.0747 8.83718 96.2663 8.75743 100.728 8.83073L101.74 8.85229L101.719 9.82187C101.715 10.1085 101.709 10.3963 101.703 10.685C101.684 11.5941 101.678 12.5437 101.679 13.5219L101.658 14.4926L100.728 14.4728C97.3693 14.4765 93.674 14.5668 90.1281 14.5261L91.1324 13.5219C91.1226 14.3753 91.1052 15.2201 91.0773 16.0494C90.8992 21.3282 90.6742 28.7912 90.5235 32.239C90.3728 35.6867 90.3388 36.527 90.4309 39.8456C90.4579 40.8172 90.4581 41.9757 90.4262 43.1719L90.4197 43.4762L90.1281 43.47C88.9758 43.4392 87.7885 43.3785 86.6994 43.283C85.5823 43.185 85.8354 43.0486 86.9598 42.9833C88.2202 42.9101 89.3075 42.9305 90.1281 42.8672L89.8235 43.1719C89.8042 42.922 89.7772 42.6968 89.7374 42.4991C89.3966 40.8062 89.2659 40.0867 89.4642 37.9496C89.6626 35.8126 89.2119 34.8057 89.2637 33.5599C89.3156 32.3141 89.5815 32.3346 89.3767 26.0003C89.1718 19.6659 89.1196 16.1934 89.0704 13.7946C89.0686 13.7071 89.0672 13.6161 89.0661 13.5219L89.044 12.483L90.1281 12.4599C92.5212 12.4325 97.0364 12.6266 100.728 12.5705L99.7768 13.5219C99.7745 13.3724 99.7718 13.2242 99.7687 13.0776C99.7494 12.1725 99.7387 11.0509 99.7319 9.82187L100.728 10.8181C96.6486 10.8406 91.3849 10.8198 88.9229 10.9246C85.7191 11.0609 85.7125 10.7634 83.1236 10.5971ZM133.068 31.2814C133.235 26.7702 132.5 23.219 132.604 17.7206C132.674 13.9932 132.876 12.4141 132.971 9.82187L133.844 10.6942C132.709 10.6525 131.381 10.6312 129.594 10.6501L130.268 10.3024C130.181 10.4283 130.091 10.557 130 10.6888C126.418 15.868 122.545 20.8447 121.049 23.2211C119.552 25.5974 118.986 25.5574 116.764 28.8625C114.541 32.1674 113.09 34.096 110.941 36.8405C110.89 36.9061 110.836 36.975 110.78 37.0471L109.928 38.258L109.919 36.7719C110.072 33.0442 110.195 22.761 110.007 18.964C109.853 15.8749 110.033 12.4411 110.153 9.82187L110.394 10.0622C109.715 10.031 109.09 10.0038 108.541 9.9874C107.71 9.96261 107.056 9.92869 106.554 9.8934C106.342 9.87844 106.244 9.84714 106.244 9.81624C106.244 9.81622 106.244 9.8162 106.244 9.81618C106.244 9.77771 106.396 9.73988 106.669 9.73502C107.613 9.7182 108.891 9.68175 110.394 9.61169L110.606 9.61429L110.604 9.82187C110.632 10.4278 110.666 11.0704 110.706 11.7427C110.966 16.1054 110.679 16.5821 110.812 22.4733C110.932 27.7503 111.159 31.1404 111.081 36.7719L109.834 36.3732C110.222 35.8448 110.63 35.294 111.064 34.716C115.227 29.1709 115.562 27.4546 121.573 19.7233C125.458 14.7267 126.824 12.4258 128.81 9.26362L129.11 8.85385L129.594 8.85977C130.835 8.78736 132.193 8.71547 133.844 8.66226L135.017 8.67662L135.003 9.82187C135.038 10.8843 135.064 12.0677 135.078 13.4184C135.179 23.1689 134.761 35.477 134.796 41.3547C134.799 41.9409 134.803 42.5471 134.808 43.1719L134.796 44.1474L133.844 44.1358C132.537 44.1447 131.148 44.1549 129.694 44.1643L128.689 44.152L128.701 43.1719C128.671 38.3504 128.65 32.7973 128.719 27.0346C128.761 23.5334 128.74 19.6873 128.716 15.7219L130.491 16.287C127.355 20.7711 124.094 25.4448 120.927 29.7365C117.867 33.8822 114.105 38.9937 110.755 43.5344L110.56 43.8028L110.244 43.7989C108.859 43.7725 107.516 43.7464 106.244 43.721L105.688 43.7142L105.695 43.1719C105.75 40.3747 105.803 37.9186 105.848 36.1021C105.999 30.0949 106.033 28.6307 105.941 22.8485C105.888 19.5248 105.938 14.9461 106.133 11.0786C106.231 9.13222 106.367 9.57327 106.432 11.5324C106.528 14.3972 106.464 16.7489 106.634 18.2251C106.975 21.1747 107.106 22.4283 106.908 26.152C106.709 29.8755 107.16 31.63 107.108 33.8005C107.063 35.6866 106.856 35.9069 106.937 43.1719L106.244 42.4782C107.34 42.466 108.597 42.4473 110.044 42.4204C110.111 42.4192 110.177 42.4179 110.244 42.4167L109.628 42.7353C115.771 33.7164 119.199 28.7886 121.561 25.3706C123.152 23.0677 126.025 19.1732 128.912 15.1678L130.635 12.7066L130.652 15.7219C130.632 18.1569 130.626 20.6158 130.653 22.8657C130.714 27.8618 130.689 36.643 130.726 43.1719L129.694 42.1399C131.227 42.1314 132.637 42.1195 133.844 42.1023L132.774 43.1719C132.765 42.5117 132.754 41.9121 132.741 41.3859C132.605 35.8038 132.902 35.7923 133.068 31.2814ZM163.619 32.1524C163.785 29.0057 163.05 26.5287 163.154 22.6934C163.258 18.8582 163.648 18.2838 163.56 13.8915C163.533 12.5099 163.54 11.128 163.558 9.82187L164.394 10.6578C162.867 10.6365 161.443 10.6005 160.244 10.5886L161.011 9.82187C161.001 10.8566 161.009 11.7236 161.059 12.3446C161.22 14.3002 160.735 14.5066 160.843 17.2838C160.95 20.0607 160.887 21.7438 160.73 24.1725C160.711 24.4696 160.692 24.8421 160.674 25.2719L160.678 25.5382L160.425 25.6613C158.411 26.5542 154.885 27.1333 152.094 27.1173C150.8 27.1321 149.651 27.0174 148.874 26.8654C147.472 26.6495 145.981 25.6273 145.395 24.2837C144.776 22.9687 144.738 21.6694 144.691 20.7379C144.668 20.155 144.692 19.6872 144.724 19.3418C144.737 19.1924 144.769 19.1218 144.8 19.1219C144.8 19.1219 144.8 19.1219 144.8 19.1219C144.838 19.1218 144.876 19.2308 144.883 19.42C144.928 20.3243 145.013 21.7561 145.663 23.1919C146.299 24.4997 146.877 25.0093 147.616 25.5043C148.372 25.9682 149.399 26.3771 151.408 26.391C151.646 26.392 151.865 26.3873 152.094 26.3788C155.04 26.2141 157.205 25.7872 159.949 24.637L159.544 25.2719C159.55 24.5453 159.567 23.7672 159.597 22.9157C159.77 18.0809 159.047 16.9703 159.457 10.1454C159.463 10.036 159.47 9.92817 159.476 9.82187L159.489 9.04022L160.244 9.05345C161.949 9.14932 163.263 9.17004 164.394 9.14659L165.081 9.15863L165.069 9.82187C165.136 13.0192 165.555 14.7488 165.628 19.6926C165.729 26.4938 165.312 35.0789 165.346 39.1787C165.357 40.3955 165.372 41.7361 165.385 43.1719L165.367 44.1798L164.394 44.1627C163.083 44.1749 161.692 44.1858 160.244 44.1906L159.208 44.1724L159.225 43.1719C159.218 40.8632 159.226 38.4085 159.269 35.8968C159.308 33.6363 159.294 31.1697 159.272 28.6219L160.63 29.5145C157.64 30.8452 154.229 31.5686 150.944 31.5208C150.041 31.5102 149.14 31.4463 148.25 31.299C145.848 30.974 142.747 29.5571 141.45 26.8334C140.122 24.2058 140.069 21.3858 140.111 19.0719C140.161 17.3541 140.208 15.8467 140.249 14.7029C140.328 12.499 140.375 11.1718 140.388 9.82187L140.393 9.56166L140.644 9.56607C141.815 9.57763 143.003 9.56388 144.794 9.52393L145.097 9.52924L145.092 9.82187C145.094 9.89215 145.095 9.96336 145.097 10.0355C145.15 12.3539 145.1 15.5476 144.905 18.2453C144.807 19.6029 144.671 19.2953 144.606 17.9288C144.51 15.9305 144.574 14.2901 144.403 13.2605C144.174 11.8734 144.039 11.024 144.037 9.82187L144.794 10.5789C144.213 10.5801 143.55 10.5504 142.704 10.4857C141.903 10.4246 141.233 10.4252 140.644 10.4537L141.276 9.82187C141.34 11.1419 141.544 12.0503 141.509 13.0975C141.465 14.3625 141.272 14.5532 141.33 19.0719C141.343 19.9435 141.39 20.9778 141.581 22.1815C142.68 29.8713 148.548 29.3659 150.944 29.467C151 29.4661 151.054 29.4649 151.109 29.4636C153.076 29.4423 156.632 29.1439 159.867 27.7481L161.172 27.1589L161.196 28.6219C161.182 30.1166 161.179 31.6091 161.204 32.9889C161.248 35.5256 161.247 39.4614 161.257 43.1719L160.244 42.1589C161.694 42.1549 163.11 42.1493 164.394 42.1385L163.361 43.1719C163.348 41.5874 163.327 40.2029 163.291 39.2005C163.155 35.3068 163.453 35.2988 163.619 32.1524ZM175.585 16.3165C175.626 15.3471 175.613 14.4279 175.572 13.5219L175.561 12.7441L176.361 12.733C179.178 12.6049 181.868 12.2034 185.542 12.282C189.508 12.3668 190.72 12.6423 194.061 12.6927L193.231 13.5219C193.243 12.7721 193.243 11.9152 193.227 10.8958C193.221 10.5376 193.217 10.1793 193.214 9.82187L194.061 10.6686C188.869 10.711 183.85 10.4873 181.533 10.6371C179.057 10.7973 178.796 10.313 175.28 10.4206C174.137 10.4555 173.141 10.4725 172.211 10.474L172.863 9.82187C172.866 11.7536 172.802 13.3991 172.696 15.4747C172.539 18.55 172.404 27.9975 172.598 31.4329C172.791 34.8684 172.456 38.7867 172.376 41.1431C172.351 41.8771 172.317 42.4547 172.282 42.8976C172.267 43.0851 172.236 43.1718 172.205 43.1719C172.205 43.1719 172.205 43.1719 172.205 43.1719C172.166 43.1718 172.129 43.0374 172.124 42.7963C172.1 41.626 172.038 39.8768 171.898 37.8104C171.638 33.9575 171.926 33.5365 171.792 28.3337C171.658 23.131 171.391 20.0051 171.564 13.8835C171.609 12.2768 171.593 10.995 171.551 9.82187L171.561 9.15376L172.211 9.16276C175.507 9.04641 177.945 8.73236 184.318 9.03464C189.031 9.25815 191.444 9.13479 194.061 8.96011L194.934 8.97221L194.922 9.82187C194.998 10.9504 195.082 12.1168 195.153 13.5219L195.138 14.6294L194.061 14.6145C192.75 14.6805 191.231 14.7341 189.342 14.7562C185.241 14.8041 180.628 14.7345 176.361 14.6523L177.491 13.5219C177.41 17.7059 177.317 21.5585 177.311 24.2719L176.361 23.3214C176.692 23.3222 177.006 23.3217 177.301 23.3197C181.754 23.29 187.517 23.221 193.711 23.2649L194.731 23.2791L194.717 24.2719C194.71 25.2988 194.7 26.3376 194.686 27.3843C194.683 27.5789 194.681 27.7748 194.678 27.9719L194.665 28.953L193.711 28.9397C188.438 28.8819 182.338 28.9899 176.361 28.9865L177.375 27.9719C177.374 30.2156 177.357 32.4418 177.31 34.6002C177.276 36.1265 177.241 37.7715 177.205 39.4719L176.361 38.6273C182.542 38.7581 189.456 38.9001 194.061 39.0147L194.524 39.0211L194.518 39.4719C194.496 40.3412 194.475 41.1282 194.456 41.8125C194.442 42.2971 194.429 42.7482 194.418 43.1719L194.413 43.5338L194.061 43.5289C189.847 43.4114 188.355 43.391 183.715 43.4746C180.78 43.5276 176.736 43.4777 173.32 43.283C171.601 43.185 171.991 43.0486 173.721 42.9833C176.251 42.8879 178.328 42.9516 179.632 42.7811C182.237 42.4404 183.344 42.3097 186.632 42.508C189.921 42.7063 191.47 42.2556 193.387 42.3075C193.636 42.3142 193.852 42.3246 194.061 42.337L193.226 43.1719C193.275 42.3493 193.356 41.6384 193.379 39.4719L194.061 40.1531C192.539 40.1369 190.3 40.1498 186.801 40.2233C182.564 40.3124 179.159 40.3726 176.361 40.4162L175.429 40.4291L175.416 39.4719C175.359 35.832 175.331 33.2172 175.303 31.1305C175.291 30.2713 175.295 29.1944 175.307 27.9719L175.292 26.9326L176.361 26.9178C180.39 26.9554 186.001 27.0763 190.616 27.0124C191.522 26.9999 192.569 26.991 193.711 26.9844L192.723 27.9719C192.716 26.8193 192.712 25.5701 192.709 24.2719L193.711 25.2734C187.755 25.2879 180.767 25.2795 177.329 25.3746C176.983 25.3842 176.661 25.3916 176.361 25.3971L175.251 25.4124L175.235 24.2719C175.163 20.2894 175.431 20.0207 175.585 16.3165ZM228.083 15.7605C226.135 13.0685 223.601 11.9472 219.97 10.9205C218.403 10.5164 217.346 10.3833 216.327 10.2863C214.93 10.1937 213.551 10.1 211.029 10.9259C206.637 12.3186 203.3 15.809 202.477 17.6688C201.66 19.5076 201.028 19.4956 200.38 22.3704C200.082 23.983 199.998 25.2626 199.96 26.5219C199.935 27.5168 199.948 28.4987 200.062 29.6326C200.174 30.9107 200.749 33.5508 202.17 35.8512C203.538 38.1818 205.693 39.9759 206.961 40.6621C209.443 42.1293 212.576 43.2976 214.596 43.5261C215.216 43.6086 215.711 43.6585 216.091 43.6989C216.252 43.7157 216.327 43.7465 216.327 43.7775C216.327 43.7775 216.327 43.7775 216.327 43.7776C216.327 43.8159 216.21 43.8545 216.001 43.856C214.988 43.8619 213.467 43.8205 211.675 43.4995C208.394 42.7065 207.965 42.4543 204.364 39.6465C201.055 36.5387 199.261 33.8465 198.765 28.408C198.725 27.7213 198.71 27.1016 198.707 26.5219C198.938 22.6956 198.222 20.1838 202.548 14.7893C205.153 12.0363 207.054 10.9984 208.877 9.99121C210.732 9.06646 212.699 8.16666 216.327 8.04906C216.567 8.04463 216.807 8.04482 217.06 8.05086C222.004 7.94959 227.539 11.2351 229.991 15.2615L230.664 16.2475L229.642 16.7957C228.364 17.469 227.167 18.101 226.101 18.672L225.302 19.1005L224.822 18.3683C224.27 17.5223 223.631 16.8615 223.049 16.3801C221.438 15.032 219.032 13.9652 216.327 13.9871C213.755 13.9845 210.991 14.843 208.814 16.667C206.198 18.773 204.551 22.5978 204.63 26.5219C204.637 29.4619 205.524 32.377 207.155 34.6299C208.949 37.277 212.607 39.3898 216.327 39.4054C220.156 39.5548 223.392 37.4171 224.78 35.7085C224.981 35.4754 225.161 35.2449 225.323 35.0191L225.517 34.7383L225.803 34.9016C227.267 35.7688 228.295 36.3739 229.302 36.9442L229.564 37.0933L229.386 37.326C228.486 38.4828 227.608 39.6171 225.793 41.0721C223.802 42.7328 220.269 43.9821 217.29 43.8589C215.797 43.7987 216.149 43.6789 217.616 43.539C219.76 43.301 221.476 42.8065 222.417 42.2207C224.255 40.995 224.93 40.4579 227.018 38.7045C227.77 38.0333 228.271 37.3791 228.653 36.7855L228.864 37.7427C227.732 37.21 226.847 36.9154 225.948 36.3842C225.674 36.2221 225.458 36.0831 225.235 35.9366L226.306 35.6742C225.927 36.1425 225.524 36.6591 224.494 37.5976C223.451 38.473 221.74 39.9985 218.164 40.6861C217.539 40.7951 216.924 40.8516 216.327 40.8647C208.292 40.7825 205.182 35.6724 203.916 33.0655C203.223 31.6093 202.568 29.2025 202.624 26.5219C202.634 23.5238 203.598 20.1739 205.274 17.7363C206.896 14.9791 211.597 11.7853 216.327 11.9564C219.849 11.9151 222.837 13.5493 224.354 14.7921C225.488 15.6975 226.117 16.5119 226.555 17.1923L225.082 16.8425C226.368 16.1808 227.089 15.9457 228.731 15.1598L228.462 16.3423C228.349 16.1593 228.224 15.9656 228.083 15.7605ZM236.748 10.5971C235.96 10.5626 235.207 10.5669 234.466 10.5945L235.239 9.82187C235.344 12.6488 235.789 15.2872 235.706 18.955C235.602 23.583 235.213 24.2762 235.3 29.5765C235.388 34.8764 235.122 40.1795 235.282 42.5394C235.297 42.7685 235.307 42.9778 235.311 43.1719L234.466 42.3271C236.007 42.2911 236.595 42.5667 238.616 42.5876L238.032 43.1719C238.036 42.8254 238.032 42.4369 238.018 41.9942C237.91 38.6432 237.973 36.6122 238.131 33.6815C238.155 33.2374 238.178 32.6538 238.2 31.9719L238.197 31.8205L238.304 31.6963C239.259 30.6797 240.482 29.3503 241.732 27.9653L241.965 27.6935L242.205 27.9705C244.267 30.4751 246.483 33.0884 247.7 34.3695C249.958 36.7478 252.109 39.8189 253.496 41.587C253.928 42.1378 254.257 42.5805 254.503 42.9259C254.606 43.0722 254.636 43.1555 254.612 43.1755C254.612 43.1755 254.612 43.1755 254.612 43.1755C254.583 43.2003 254.471 43.1268 254.319 42.9543C253.582 42.1168 252.46 40.8825 251.083 39.4669C248.517 36.8275 248.478 36.3354 245.179 32.631C243.815 31.0985 242.651 29.8397 241.498 28.5667L242.426 28.5769C241.414 29.8098 240.388 31.0348 239.143 32.4363L239.319 31.9719C239.315 32.9573 239.298 34.0194 239.263 35.1981C239.161 38.6408 239.371 40.5187 239.476 43.1719L239.464 44.044L238.616 44.0317C237.449 44.0779 236.132 44.1039 234.466 44.074L233.551 44.0607L233.564 43.1719C233.582 42.2065 233.618 41.124 233.679 39.8855C234.089 31.65 233.333 30.7832 233.232 22.5762C233.183 18.5453 233.258 13.9951 233.344 9.82187L233.36 8.68318L234.466 8.69925C235.907 8.72879 237.303 8.75952 238.616 8.78671L239.666 8.80197L239.652 9.82187C239.597 12.4513 239.557 14.7531 239.569 16.4318C239.59 19.448 239.631 23.095 239.637 27.0719L237.841 26.4087C239.493 24.4709 241.243 22.4396 243.052 20.3843C246.001 17.0326 249.276 13.0819 252.598 9.16522L252.916 8.8049L253.366 8.81145C255.108 8.80471 256.85 8.80476 258.566 8.81946L260.789 8.84249L259.32 10.4828C258.538 11.3597 257.758 12.2233 256.984 13.0657C253.373 16.9973 248.741 22.0589 245.083 26.0369L245.086 25.3102C246.632 27.1909 247.989 28.8454 248.979 30.0651C252.168 33.9918 252.948 34.9471 256.197 38.5718C257.317 39.821 258.657 41.3819 259.977 42.9902L260.371 43.4562L259.766 43.4499C258.377 43.4157 256.978 43.361 255.674 43.283C254.036 43.185 254.407 43.0486 256.056 42.9833C257.459 42.9278 258.716 42.9261 259.766 42.9009L259.561 43.3489C259.054 42.7891 258.608 42.318 258.214 41.9712C256.334 40.3141 255.546 39.6006 253.649 37.0981C251.751 34.5957 250.445 33.772 249.291 32.3549C248.278 31.1107 248.324 30.8425 244.139 26.1267L243.744 25.6816L244.143 25.2128C244.712 24.5457 245.354 23.7857 246.083 22.9166C252.054 15.797 255.373 11.9337 257.656 9.25626C257.693 9.21256 257.731 9.16815 257.77 9.12304L258.566 10.8818C257.241 10.8964 255.42 10.8752 253.366 10.8469L254.145 10.488C251.836 13.1143 249.072 16.2406 246.803 18.9745C244.965 21.1878 242.128 24.5077 239.385 27.7291L237.628 29.8187L237.605 27.0719C237.597 22.8688 237.582 18.7995 237.514 16.458C237.404 12.6858 237.574 11.9359 237.732 9.82187L238.616 10.7064C238.097 10.6678 237.496 10.6299 236.748 10.5971ZM291.32 31.2814C291.487 26.7702 290.752 23.219 290.856 17.7206C290.926 13.9932 291.128 12.4141 291.223 9.82187L292.096 10.6942C290.961 10.6525 289.633 10.6312 287.846 10.6501L288.52 10.3024C288.433 10.4283 288.343 10.557 288.252 10.6888C284.67 15.868 280.797 20.8447 279.301 23.2211C277.804 25.5974 277.238 25.5574 275.016 28.8625C272.793 32.1674 271.342 34.096 269.193 36.8405C269.142 36.9061 269.088 36.975 269.032 37.0471L268.18 38.258L268.171 36.7719C268.324 33.0442 268.447 22.761 268.258 18.964C268.105 15.8749 268.285 12.4411 268.405 9.82187L268.646 10.0622C267.967 10.031 267.342 10.0038 266.793 9.9874C265.962 9.96261 265.308 9.92869 264.806 9.8934C264.594 9.87844 264.496 9.84714 264.496 9.81624C264.496 9.81622 264.496 9.8162 264.496 9.81618C264.496 9.77771 264.648 9.73988 264.921 9.73502C265.865 9.7182 267.143 9.68175 268.646 9.61169L268.858 9.61429L268.856 9.82187C268.884 10.4278 268.918 11.0704 268.958 11.7427C269.218 16.1054 268.931 16.5821 269.064 22.4733C269.184 27.7503 269.411 31.1404 269.333 36.7719L268.086 36.3732C268.474 35.8448 268.882 35.294 269.316 34.716C273.479 29.1709 273.814 27.4546 279.825 19.7233C283.71 14.7267 285.076 12.4258 287.062 9.26362L287.362 8.85385L287.846 8.85977C289.087 8.78736 290.445 8.71547 292.096 8.66226L293.269 8.67662L293.255 9.82187C293.29 10.8843 293.316 12.0677 293.33 13.4184C293.431 23.1689 293.013 35.477 293.048 41.3547C293.051 41.9409 293.055 42.5471 293.06 43.1719L293.048 44.1474L292.096 44.1358C290.789 44.1447 289.4 44.1549 287.946 44.1643L286.941 44.152L286.953 43.1719C286.922 38.3504 286.902 32.7973 286.971 27.0346C287.013 23.5334 286.992 19.6873 286.968 15.7219L288.743 16.287C285.607 20.7711 282.346 25.4448 279.179 29.7365C276.119 33.8822 272.357 38.9937 269.007 43.5344L268.812 43.8028L268.496 43.7989C267.111 43.7725 265.768 43.7464 264.496 43.721L263.94 43.7142L263.947 43.1719C264.002 40.3747 264.055 37.9186 264.1 36.1021C264.251 30.0949 264.285 28.6307 264.193 22.8485C264.14 19.5248 264.19 14.9461 264.385 11.0786C264.483 9.13222 264.619 9.57327 264.684 11.5324C264.78 14.3972 264.716 16.7489 264.886 18.2251C265.227 21.1747 265.358 22.4283 265.16 26.152C264.961 29.8755 265.412 31.63 265.36 33.8005C265.315 35.6866 265.108 35.9069 265.189 43.1719L264.496 42.4782C265.592 42.466 266.849 42.4473 268.296 42.4204C268.363 42.4192 268.429 42.4179 268.496 42.4167L267.88 42.7353C274.023 33.7164 277.451 28.7886 279.813 25.3706C281.404 23.0677 284.277 19.1732 287.164 15.1678L288.887 12.7066L288.904 15.7219C288.884 18.1569 288.878 20.6158 288.905 22.8657C288.966 27.8618 288.941 36.643 288.978 43.1719L287.946 42.1399C289.479 42.1314 290.889 42.1195 292.096 42.1023L291.026 43.1719C291.017 42.5117 291.006 41.9121 290.993 41.3859C290.857 35.8038 291.154 35.7923 291.32 31.2814ZM311.145 4.94239C310.342 4.49182 309.306 4.80704 308.387 3.96717C307.594 3.17608 307.69 2.77336 307.034 1.95944L308.215 2.10933C308.154 2.16059 308.091 2.21703 308.025 2.27944C307.33 2.93589 306.49 3.41461 306.029 3.81475L306.159 2.76513C306.245 2.8727 306.33 2.9565 306.414 3.01111C306.844 3.27858 306.508 3.64639 307.091 4.07219C307.676 4.47799 307.961 4.77781 308.391 5.25693C308.788 5.77239 310.563 6.71421 311.314 6.64523C312.031 6.63007 312.77 7.0509 313.271 7.14759C313.424 7.17868 313.544 7.21433 313.638 7.25018C313.678 7.26535 313.696 7.2966 313.696 7.32751C313.696 7.32753 313.696 7.32755 313.696 7.32757C313.696 7.36602 313.667 7.40394 313.615 7.40842C313.364 7.43006 312.988 7.48086 312.522 7.5698C311.644 7.7129 311.593 7.43502 310.458 7.23949C309.335 7.00056 308.525 6.93011 307.47 5.99867C306.533 5.08 305.763 5.32915 304.88 3.71852L304.418 3.00653L305.021 2.5772C305.083 2.54363 305.148 2.50992 305.215 2.47606C306.389 1.88871 306.587 1.36672 307.057 0.686905L307.974 0.0345383L308.511 0.871479C308.774 1.05736 309.062 1.27172 309.417 1.57975C310.523 2.63216 312.284 3.63628 313.3 3.60811C313.426 3.611 313.558 3.60973 313.696 3.60392C314.614 3.56879 315.704 3.31199 316.765 2.80743C317.547 2.44394 318.268 1.71203 318.823 0.88681L319.543 0.000961304L320.284 0.688473C320.804 1.0967 321.313 1.52032 321.763 1.97141C321.947 2.15483 322.142 2.3491 322.343 2.54967L322.984 3.1445L322.498 3.73085C321.36 5.08904 319.585 6.17842 318.634 6.50406C317.516 6.89754 317.253 6.95379 316.195 7.33208C315.583 7.53965 314.674 7.61469 313.935 7.43038C313.563 7.33653 313.654 7.20176 314.012 7.1286C314.536 7.01779 314.972 7.02699 315.212 6.8182C315.686 6.3947 315.845 6.23321 316.527 6.23905C317.22 6.22728 317.337 5.6775 317.688 5.57092C318.019 5.4295 318.252 5.78508 319.652 4.43579C320.305 3.75112 320.715 3.14977 321.019 2.65794L321.19 3.96666C320.648 3.58543 320.25 3.2949 319.923 3.06144C319.677 2.88511 319.358 2.59662 319 2.266L320.481 2.06495C319.937 2.75803 319.162 3.45719 318.464 4.01361C317.508 4.90321 315.084 5.64758 313.696 5.63365C313.504 5.64461 313.332 5.65177 313.186 5.65985C311.97 5.6874 311.992 5.3632 311.145 4.94239ZM326.721 31.2814C326.887 26.7702 326.152 23.219 326.256 17.7206C326.327 13.9932 326.528 12.4141 326.624 9.82187L327.496 10.6942C326.362 10.6525 325.033 10.6312 323.246 10.6501L323.921 10.3024C323.833 10.4283 323.744 10.557 323.652 10.6888C320.07 15.868 316.198 20.8447 314.701 23.2211C313.205 25.5974 312.639 25.5574 310.416 28.8625C308.194 32.1674 306.742 34.096 304.594 36.8405C304.542 36.9061 304.488 36.975 304.432 37.0471L303.58 38.258L303.572 36.7719C303.724 33.0442 303.848 22.761 303.659 18.964C303.505 15.8749 303.685 12.4411 303.806 9.82187L304.046 10.0622C303.367 10.031 302.743 10.0038 302.193 9.9874C301.362 9.96261 300.708 9.92869 300.207 9.8934C299.994 9.87844 299.896 9.84714 299.896 9.81624C299.896 9.81622 299.896 9.8162 299.896 9.81618C299.896 9.77771 300.048 9.73988 300.321 9.73502C301.266 9.7182 302.543 9.68175 304.046 9.61169L304.259 9.61429L304.256 9.82187C304.285 10.4278 304.318 11.0704 304.358 11.7427C304.618 16.1054 304.331 16.5821 304.465 22.4733C304.584 27.7503 304.811 31.1404 304.733 36.7719L303.487 36.3732C303.874 35.8448 304.283 35.294 304.717 34.716C308.879 29.1709 309.214 27.4546 315.225 19.7233C319.11 14.7267 320.477 12.4258 322.463 9.26362L322.762 8.85385L323.246 8.85977C324.487 8.78736 325.846 8.71547 327.496 8.66226L328.67 8.67662L328.656 9.82187C328.69 10.8843 328.716 12.0677 328.73 13.4184C328.831 23.1689 328.414 35.477 328.448 41.3547C328.452 41.9409 328.456 42.5471 328.46 43.1719L328.448 44.1474L327.496 44.1358C326.189 44.1447 324.801 44.1549 323.346 44.1643L322.342 44.152L322.354 43.1719C322.323 38.3504 322.302 32.7973 322.371 27.0346C322.413 23.5334 322.393 19.6873 322.369 15.7219L324.144 16.287C321.008 20.7711 317.747 25.4448 314.579 29.7365C311.519 33.8822 307.757 38.9937 304.408 43.5344L304.213 43.8028L303.896 43.7989C302.511 43.7725 301.168 43.7464 299.896 43.721L299.34 43.7142L299.347 43.1719C299.403 40.3747 299.455 37.9186 299.501 36.1021C299.651 30.0949 299.685 28.6307 299.593 22.8485C299.54 19.5248 299.59 14.9461 299.785 11.0786C299.883 9.13222 300.019 9.57327 300.085 11.5324C300.18 14.3972 300.116 16.7489 300.287 18.2251C300.628 21.1747 300.758 22.4283 300.56 26.152C300.362 29.8755 300.812 31.63 300.76 33.8005C300.715 35.6866 300.509 35.9069 300.59 43.1719L299.896 42.4782C300.992 42.466 302.249 42.4473 303.697 42.4204C303.763 42.4192 303.83 42.4179 303.896 42.4167L303.28 42.7353C309.423 33.7164 312.851 28.7886 315.213 25.3706C316.804 23.0677 319.677 19.1732 322.564 15.1678L324.288 12.7066L324.304 15.7219C324.285 18.1569 324.278 20.6158 324.306 22.8657C324.367 27.8618 324.342 36.643 324.378 43.1719L323.346 42.1399C324.88 42.1314 326.289 42.1195 327.496 42.1023L326.427 43.1719C326.417 42.5117 326.406 41.9121 326.393 41.3859C326.257 35.8038 326.555 35.7923 326.721 31.2814Z' fill='%23171717'/%3E%3C/svg%3E%0A");
  }
  .home_index_page .main .cta-section.march2026 .cta-content h1.title span {
    font-size: 48px;
  }
  .home_index_page .main .cta-section.march2026 .cta-content h1.title .speed {
    font-size: 18px;
    padding: 8px 15px;
  }
}
.home_index_page .main .cta-section.march2026 .cta-content .list-tariff {
  margin-bottom: 20px;
  position: relative;
}
.home_index_page .main .cta-section.march2026 .cta-content .list-tariff .list-item {
  border-radius: 8px;
  font-size: 22px;
  font-weight: 400;
  line-height: 100%;
  padding: 14px;
  margin-right: 10px;
}
.home_index_page .main .cta-section.march2026 .cta-content .list-tariff .list-item b {
  font-weight: 700;
  margin-left: 4px;
}
.home_index_page .main .cta-section.march2026 .cta-content .list-tariff .list-item:last-of-type {
  margin-right: 0;
}
.home_index_page .main .cta-section.march2026 .cta-content .list-tariff .list-item.item-speed {
  background: -webkit-gradient(linear, left top, right top, from(#ff8e2e), to(#e03a00));
  background: linear-gradient(90deg, #ff8e2e 0%, #e03a00 100%);
}
.home_index_page .main .cta-section.march2026 .cta-content .list-tariff .list-item.item-shield {
  background: rgba(255, 255, 255, 0.16);
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.march2026 .cta-content .list-tariff .list-item.item-speed {
    position: absolute;
    height: 52px;
    right: 0;
    top: -75px;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.march2026 .cta-content .list-tariff {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 30px;
  }
  .home_index_page .main .cta-section.march2026 .cta-content .list-tariff .list-item {
    margin-bottom: 10px;
  }
  .home_index_page .main .cta-section.march2026 .cta-content .list-tariff .list-item.item-speed {
    position: relative;
    height: 62px;
    right: auto;
    top: auto;
  }
  .home_index_page .main .cta-section.march2026 .cta-content .list-tariff .list-item:last-of-type {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.march2026 .cta-content .list-tariff {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 40px;
  }
}
@media (max-width: 479px) {
  .home_index_page .main .cta-section.march2026 .cta-content .list-tariff .list-item {
    font-size: 18px;
  }
}
.home_index_page .main .cta-section.march2026 .cta-content .title-points {
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.march2026 .cta-content .title-points {
    text-align: center;
  }
}
.home_index_page .main .cta-section.march2026 .cta-content .points {
  margin-bottom: 58px;
  position: relative;
  z-index: 6;
}
.home_index_page .main .cta-section.march2026 .cta-content .points .point {
  font-weight: 500;
  font-size: 22px;
  line-height: 120%;
  margin-bottom: 20px;
}
.home_index_page .main .cta-section.march2026 .cta-content .points .point:last-of-type {
  margin-bottom: 0;
}
.home_index_page .main .cta-section.march2026 .cta-content .points .point svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 9px;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 8px;
}
.home_index_page .main .cta-section.march2026 .cta-content .points .point b {
  margin-right: 5px;
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.march2026 .cta-content .points {
    margin-bottom: 132px;
  }
  .home_index_page .main .cta-section.march2026 .cta-content .points .point {
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  .home_index_page .main .cta-section.march2026 .cta-content .points {
    margin-bottom: 130px;
  }
  .home_index_page .main .cta-section.march2026 .cta-content .points.en .point {
    font-size: 15px;
  }
  .home_index_page .main .cta-section.march2026 .cta-content .points .point {
    margin-bottom: 14px;
  }
}
.home_index_page .main .cta-section.march2026 .cta-content .discount-block {
  height: 139px;
  background: #FBED22 url(/assets/images/march2026/bg-price-dots.png) center bottom no-repeat;
  background-size: cover;
  border-radius: 20px;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 15px 15px 12px;
  margin-bottom: 75px;
  position: relative;
}
.home_index_page .main .cta-section.march2026 .cta-content .discount-block .new_price {
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: 700;
  margin-top: -13px;
  position: relative;
}
.home_index_page .main .cta-section.march2026 .cta-content .discount-block .new_price .euro {
  font-weight: 700;
  font-size: 210px;
  line-height: 87%;
  text-shadow: 3px 3px 3px rgba(39, 55, 71, 0.25);
}
.home_index_page .main .cta-section.march2026 .cta-content .discount-block .new_price .right-part {
  position: relative;
  margin-top: 5px;
}
.home_index_page .main .cta-section.march2026 .cta-content .discount-block .new_price .right-part .cents {
  font-weight: 700;
  font-size: 115px;
  line-height: 88%;
  text-shadow: 3px 3px 3px rgba(39, 55, 71, 0.25);
  margin-bottom: -8px;
  position: relative;
}
.home_index_page .main .cta-section.march2026 .cta-content .discount-block .new_price .right-part .value {
  font-weight: 600;
  font-size: 34px;
  line-height: 100%;
  -webkit-text-stroke: 1px #171717;
}
.home_index_page .main .cta-section.march2026 .cta-content .discount-block .new_price .right-part .until {
  width: 100%;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
  margin-top: 2px;
  position: relative;
  left: auto;
  bottom: auto;
  -webkit-transform: none;
          transform: none;
}
.home_index_page .main .cta-section.march2026 .cta-content .discount-block .old_price {
  font-family: "proxima-nova", Arial, sans-serif;
  color: #fff;
  position: absolute;
  bottom: -50px;
  right: -115px;
  z-index: 1;
}
.home_index_page .main .cta-section.march2026 .cta-content .discount-block .old_price:before {
  content: "";
  display: block;
  width: 105%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 48%;
  left: 48%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-23deg);
          transform: translateX(-50%) translateY(-50%) rotate(-23deg);
}
.home_index_page .main .cta-section.march2026 .cta-content .discount-block .old_price .euro {
  font-size: 64px;
  line-height: 85%;
}
.home_index_page .main .cta-section.march2026 .cta-content .discount-block .old_price .right-part {
  margin-top: 4px;
  margin-left: 3px;
}
.home_index_page .main .cta-section.march2026 .cta-content .discount-block .old_price .right-part .cents {
  font-size: 34px;
  line-height: 100%;
  margin-top: -3px;
}
.home_index_page .main .cta-section.march2026 .cta-content .discount-block .old_price .right-part .value {
  font-size: 18px;
  line-height: 100%;
  margin-top: 1px;
}
.home_index_page .main .cta-section.march2026 .cta-content .discount-block .bottom-quote-row {
  position: absolute;
  left: 0;
  bottom: -29px;
}
.home_index_page .main .cta-section.march2026 .cta-content .discount-block .bottom-quote-row .until {
  width: auto;
  color: #fff;
  font-size: 16px;
  line-height: 120%;
  margin-right: 7px;
}
.home_index_page .main .cta-section.march2026 .cta-content .discount-block .bottom-quote-row .text-agreement-terms {
  width: auto;
}
.home_index_page .main .cta-section.march2026 .cta-content .discount-block .bottom-quote-row .text-agreement-terms > * {
  color: #fff;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  text-decoration: underline;
  position: relative;
  z-index: 5;
}
.home_index_page .main .cta-section.march2026 .cta-content .discount-block .bottom-quote-row .text-agreement-terms > *:hover {
  opacity: 0.8;
}
.home_index_page .main .cta-section.march2026 .cta-content .discount-block .bottom-quote-row .text-agreement-terms > *:hover svg {
  opacity: 0.8;
}
.home_index_page .main .cta-section.march2026 .cta-content .discount-block .bottom-quote-row .text-agreement-terms svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 6px;
}
.home_index_page .main .cta-section.march2026 .cta-content .discount-block .bottom-quote-row .text-agreement-terms .rules {
  display: none;
}
.home_index_page .main .cta-section.march2026 .cta-content .discount-block .until {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -21px;
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.march2026 .cta-content .discount-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 107px;
    padding: 0 16px 15px 14px;
  }
  .home_index_page .main .cta-section.march2026 .cta-content .discount-block .new_price {
    margin-top: 0;
  }
  .home_index_page .main .cta-section.march2026 .cta-content .discount-block .new_price .euro {
    font-size: 160px;
    line-height: 87%;
  }
  .home_index_page .main .cta-section.march2026 .cta-content .discount-block .new_price .euro svg {
    width: 167px;
  }
  .home_index_page .main .cta-section.march2026 .cta-content .discount-block .new_price .right-part {
    position: relative;
    margin-top: 12px;
  }
  .home_index_page .main .cta-section.march2026 .cta-content .discount-block .new_price .right-part .cents {
    font-size: 100px;
    margin-bottom: -13px;
  }
  .home_index_page .main .cta-section.march2026 .cta-content .discount-block .new_price .right-part .cents svg {
    width: 125px;
  }
  .home_index_page .main .cta-section.march2026 .cta-content .discount-block .new_price .right-part .value {
    font-size: 24px;
  }
  .home_index_page .main .cta-section.march2026 .cta-content .discount-block .new_price .right-part .until {
    font-size: 15px;
  }
  .home_index_page .main .cta-section.march2026 .cta-content .discount-block .old_price {
    top: -95px;
    left: 0;
    right: auto;
    bottom: auto;
  }
  .home_index_page .main .cta-section.march2026 .cta-content .discount-block .old_price .euro {
    font-size: 64px;
    line-height: 85%;
  }
  .home_index_page .main .cta-section.march2026 .cta-content .discount-block .old_price .right-part {
    margin-top: 4px;
    margin-left: 3px;
  }
  .home_index_page .main .cta-section.march2026 .cta-content .discount-block .old_price .right-part .cents {
    font-size: 34px;
    line-height: 100%;
    margin-top: -3px;
  }
  .home_index_page .main .cta-section.march2026 .cta-content .discount-block .old_price .right-part .value {
    font-size: 18px;
    line-height: 100%;
    margin-top: 1px;
  }
  .home_index_page .main .cta-section.march2026 .cta-content .discount-block .bottom-quote-row {
    position: absolute;
    left: 0;
  }
  .home_index_page .main .cta-section.march2026 .cta-content .discount-block .bottom-quote-row .until {
    width: auto;
    color: #fff;
    font-size: 16px;
    line-height: 120%;
    margin-right: 7px;
  }
  .home_index_page .main .cta-section.march2026 .cta-content .discount-block .bottom-quote-row .text-agreement-terms > * {
    font-size: 16px;
    line-height: 120%;
  }
  .home_index_page .main .cta-section.march2026 .cta-content .discount-block .bottom-quote-row .text-agreement-terms svg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 6px;
  }
  .home_index_page .main .cta-section.march2026 .cta-content .discount-block .bottom-quote-row .text-agreement-terms .rules {
    display: none;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.march2026 .cta-content .bottom-block {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.home_index_page .main .cta-section.march2026 .cta-content .button {
  width: 250px;
  height: 60px;
  color: #040707;
  font-size: 20px;
  font-weight: 600;
  padding: 0 15px;
  font-family: "Roboto", sans-serif;
  border: 0;
  background: #fff;
  z-index: 10;
}
.home_index_page .main .cta-section.march2026 .cta-content .button a {
  color: #040707;
  letter-spacing: 0;
  text-decoration: none;
  border-bottom: none;
  text-transform: none;
}
.home_index_page .main .cta-section.march2026 .cta-content .link-agreement {
  display: block;
  width: 250px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  text-decoration: underline;
  border-bottom: none;
  margin-top: 10px;
  position: absolute;
  bottom: -28px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.march2026 .cta-content .link-agreement {
    display: block;
  }
}
.home_index_page .main .cta-section.march2026 .check-form-section {
  display: block;
  position: relative;
}
.home_index_page .main .cta-section.march2026 .check-form-section .white-box {
  margin-top: 0;
}
.home_index_page .main .cta-section.march2026 .check-form-section .white-box .box-inner .title {
  font-weight: 500;
  line-height: 132%;
}
.home_index_page .main .cta-section.march2026 .check-form-section .white-box .box-inner .title .highlight-text {
  color: #427ABE !important;
}
.home_index_page .main .cta-section.march2026 .check-form-section .white-box .box-inner .form .input input {
  border-color: #f5f5f5;
  border-radius: 30px;
  background: #f5f5f5;
  font-size: 16px;
  padding: 0 25px;
  height: 50px;
}
.home_index_page .main .cta-section.march2026 .check-form-section .white-box .box-inner .form .form-info .callback .phone svg.icon {
  fill: #427ABE !important;
}
.home_index_page .main .cta-section.march2026 .check-form-section .white-box .box-inner .form .form-info .terms-checkbox label.checkbox {
  max-width: 100% !important;
}
.home_index_page .main .cta-section.march2026 .check-form-section .white-box .box-inner .form .form-info .terms-checkbox label.checkbox input[type=checkbox]:checked ~ .custom-checkbox {
  background-color: #427ABE !important;
  border-color: #427ABE !important;
}
.home_index_page .main .cta-section.march2026 .check-form-section .white-box .box-inner .form .form-info .terms-checkbox label.checkbox .checkbox-name a {
  border-color: #427ABE !important;
  color: 2DA8D3 !important;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.home_index_page .main .cta-section.march2026 .check-form-section .white-box .box-inner .form .form-info .terms-checkbox label.checkbox .checkbox-name a:hover {
  border-color: #F04F75 !important;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.home_index_page .main .cta-section.march2026 .check-form-section .white-box .box-inner .form .button-holder .button {
  background: #F04F75 !important;
  color: #fff;
  font-weight: 600;
  max-width: 260px;
  width: 100% !important;
  height: 55px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.home_index_page .main .cta-section.march2026 .check-form-section .white-box .box-inner .form .button-holder .button svg {
  fill: #fff;
}
.home_index_page .main .cta-section.march2026 .check-form-section .white-box .box-inner .form .button-holder .button:hover {
  background: 2DA8D3 !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.march2026 .check-form-section {
    display: block !important;
  }
  .home_index_page .main .cta-section.march2026 .check-form-section .white-box {
    margin-top: 20px !important;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.march2026 .check-form-section {
    /*&:before {
      content: '';
      display: block;
      width: 387px;
      height: 560px;
      background-image: url(/assets/images/november2025/img-november2025-480.png);
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      position: absolute;
      top: -535px;
      right: 55%;
      transform: translateX(50%);
      z-index: 3;
    }*/
  }
}
@media (max-width: 479px) {
  .home_index_page .main .cta-section.march2026 .check-form-section {
    /*&:before {
      width: 375px;
      height: 545px;
      background-image: url(/assets/images/november2025/img-november2025-375.png);
      top: -500px;
      right: 52%;
    }*/
  }
}
.home_index_page .main .cta-section.february2026 {
  background-image: url(/assets/images/february2026/bg-first-screen-february2026-1920.jpg);
  height: auto;
  position: relative;
  background-size: cover;
  overflow: hidden;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.february2026 {
    background-image: url(/assets/images/february2026/bg-first-screen-february2026-1024.jpg);
    background-position: center -2px;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.february2026 {
    background-image: url(/assets/images/february2026/bg-first-screen-february2026-768-inet.jpg);
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.february2026 {
    background-image: url(/assets/images/february2026/bg-first-screen-february2026-480-inet.jpg);
  }
}
@media (max-width: 479px) {
  .home_index_page .main .cta-section.february2026 {
    background-image: url(/assets/images/february2026/bg-first-screen-february2026-375-inet.jpg);
  }
}
.home_index_page .main .cta-section.february2026 .cta-inner {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 38px;
  padding-bottom: 55px;
  z-index: 5;
}
.home_index_page .main .cta-section.february2026 .cta-inner .img {
  display: none;
  height: auto;
  position: absolute;
  image-rendering: -webkit-optimize-contrast;
  z-index: 5;
}
.home_index_page .main .cta-section.february2026 .cta-inner .img.img-main-1920 {
  display: block;
  width: 533px;
  right: 287px;
  bottom: -20px;
}
.home_index_page .main .cta-section.february2026 .cta-inner .img.img-main-1024 {
  width: 477px;
  right: 230px;
  bottom: 0;
  z-index: 5;
}
.home_index_page .main .cta-section.february2026 .cta-inner .img.img-main-768 {
  width: 439px;
  right: -70px;
  top: 145px;
}
.home_index_page .main .cta-section.february2026 .cta-inner .img.img-main-480 {
  width: 481px;
  left: -130px;
  top: 215px;
}
.home_index_page .main .cta-section.february2026 .cta-inner .img.img-main-375 {
  width: 404px;
  left: -100px;
  top: 160px;
}
@media (min-width: 480px) {
  .home_index_page .main .cta-section.february2026 .cta-inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 450px;
    height: auto;
    padding: 58px 0 35px;
  }
}
@media (min-width: 768px) {
  .home_index_page .main .cta-section.february2026 .cta-inner {
    width: 720px;
    height: auto;
    padding: 36px 0 90px;
  }
}
@media (min-width: 1024px) {
  .home_index_page .main .cta-section.february2026 .cta-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 940px;
    height: auto;
    padding: 41px 0 120px;
  }
}
@media (min-width: 1280px) {
  .home_index_page .main .cta-section.february2026 .cta-inner {
    width: 1170px;
    min-height: 875px;
    height: auto;
    padding: 105px 0 110px;
  }
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.february2026 .cta-inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .home_index_page .main .cta-section.february2026 .cta-inner .img.img-main-1920 {
    display: none;
  }
  .home_index_page .main .cta-section.february2026 .cta-inner .img.img-main-1024 {
    display: block;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.february2026 .cta-inner .img.img-main-1024 {
    display: none;
  }
  .home_index_page .main .cta-section.february2026 .cta-inner .img.img-main-768 {
    display: block;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.february2026 .cta-inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .home_index_page .main .cta-section.february2026 .cta-inner .img.img-main-768 {
    display: none;
  }
  .home_index_page .main .cta-section.february2026 .cta-inner .img.img-main-480 {
    display: block;
  }
}
@media (max-width: 479px) {
  .home_index_page .main .cta-section.february2026 .cta-inner .img.img-main-480 {
    display: none;
  }
  .home_index_page .main .cta-section.february2026 .cta-inner .img.img-main-375 {
    display: block;
  }
}
.home_index_page .main .cta-section.february2026 .cta-content {
  max-width: 815px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #fff;
  font-family: "Roboto", sans-serif;
  padding: 0;
  position: relative;
  z-index: 15;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.february2026 .cta-content {
    max-width: 515px;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.february2026 .cta-content {
    margin-bottom: 55px;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.february2026 .cta-content {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    max-width: 100%;
    padding: 0 !important;
    margin-bottom: 50px;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.february2026 .cta-content {
    padding: 0 15px !important;
  }
}
.home_index_page .main .cta-section.february2026 .cta-content.hidden {
  display: none;
}
.home_index_page .main .cta-section.february2026 .cta-content .sale-block {
  background-color: #D62432;
  border-radius: 10px;
  -webkit-box-shadow: 7px 4px 40px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 7px 4px 40px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  font-weight: 600;
  font-size: 25px;
  line-height: 105%;
  text-transform: uppercase;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 12px 22px;
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.february2026 .cta-content .sale-block {
    font-size: 18px;
    margin-bottom: 28px;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.february2026 .cta-content .sale-block {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.february2026 .cta-content .sale-block {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    font-size: 18px;
    margin-bottom: 40px;
  }
}
@media (max-width: 479px) {
  .home_index_page .main .cta-section.february2026 .cta-content .sale-block {
    font-size: 15px;
    margin-bottom: 17px;
    padding: 9px 22px;
  }
}
.home_index_page .main .cta-section.february2026 .cta-content .text-above-h1 {
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: 800;
  font-size: 44px;
  line-height: 105%;
  text-transform: uppercase;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 12px;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.february2026 .cta-content .text-above-h1 {
    font-size: 32px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.february2026 .cta-content .text-above-h1 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
  }
}
@media (max-width: 479px) {
  .home_index_page .main .cta-section.february2026 .cta-content .text-above-h1 {
    font-size: 24px;
  }
}
.home_index_page .main .cta-section.february2026 .cta-content h1.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: auto;
  color: #fff;
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: 700;
  font-size: 100px;
  line-height: 105%;
  text-transform: uppercase;
  text-shadow: 3px 3px 4px #EA5DA2;
  margin-bottom: 150px;
  position: relative;
  z-index: 6;
}
.home_index_page .main .cta-section.february2026 .cta-content h1.title span {
  font-weight: 400;
  font-size: 70px;
  line-height: 105%;
}
.home_index_page .main .cta-section.february2026 .cta-content h1.title .speed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #EA5DA2;
  -webkit-box-shadow: 3px 2px 8px 0 rgba(24, 62, 98, 0.18), 10px 9px 14px 0 rgba(24, 62, 98, 0.15), 23px 21px 19px 0 rgba(24, 62, 98, 0.09), 41px 38px 22px 0 rgba(24, 62, 98, 0.03), 64px 59px 24px 0 rgba(24, 62, 98, 0);
          box-shadow: 3px 2px 8px 0 rgba(24, 62, 98, 0.18), 10px 9px 14px 0 rgba(24, 62, 98, 0.15), 23px 21px 19px 0 rgba(24, 62, 98, 0.09), 41px 38px 22px 0 rgba(24, 62, 98, 0.03), 64px 59px 24px 0 rgba(24, 62, 98, 0);
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  line-height: 108%;
  text-transform: none;
  text-shadow: none;
  padding: 10px 20px;
  margin-top: 10px;
  position: relative;
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
  z-index: 3;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.february2026 .cta-content h1.title {
    margin-bottom: 160px;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.february2026 .cta-content h1.title {
    margin-bottom: 140px;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.february2026 .cta-content h1.title {
    font-size: 80px;
    margin-bottom: 250px;
  }
  .home_index_page .main .cta-section.february2026 .cta-content h1.title span {
    font-size: 60px;
  }
  .home_index_page .main .cta-section.february2026 .cta-content h1.title .speed {
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin-top: 8px;
    margin-right: -20px;
  }
}
@media (max-width: 479px) {
  .home_index_page .main .cta-section.february2026 .cta-content h1.title {
    font-size: 64px;
    margin-bottom: 210px;
  }
  .home_index_page .main .cta-section.february2026 .cta-content h1.title span {
    font-size: 48px;
  }
  .home_index_page .main .cta-section.february2026 .cta-content h1.title .speed {
    font-size: 18px;
    padding: 8px 15px;
    margin-top: 4px;
    margin-right: -5px;
  }
}
.home_index_page .main .cta-section.february2026 .cta-content .list-tariff {
  margin-bottom: 20px;
  position: relative;
}
.home_index_page .main .cta-section.february2026 .cta-content .list-tariff .list-item {
  border-radius: 8px;
  font-size: 22px;
  font-weight: 400;
  line-height: 100%;
  padding: 14px;
  margin-right: 10px;
}
.home_index_page .main .cta-section.february2026 .cta-content .list-tariff .list-item b {
  font-weight: 700;
  margin-left: 4px;
}
.home_index_page .main .cta-section.february2026 .cta-content .list-tariff .list-item:last-of-type {
  margin-right: 0;
}
.home_index_page .main .cta-section.february2026 .cta-content .list-tariff .list-item.item-speed {
  background: -webkit-gradient(linear, left top, right top, from(#ff8e2e), to(#e03a00));
  background: linear-gradient(90deg, #ff8e2e 0%, #e03a00 100%);
}
.home_index_page .main .cta-section.february2026 .cta-content .list-tariff .list-item.item-shield {
  background: rgba(255, 255, 255, 0.16);
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.february2026 .cta-content .list-tariff .list-item.item-speed {
    position: absolute;
    height: 52px;
    right: 0;
    top: -75px;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.february2026 .cta-content .list-tariff {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 30px;
  }
  .home_index_page .main .cta-section.february2026 .cta-content .list-tariff .list-item {
    margin-bottom: 10px;
  }
  .home_index_page .main .cta-section.february2026 .cta-content .list-tariff .list-item.item-speed {
    position: relative;
    height: 62px;
    right: auto;
    top: auto;
  }
  .home_index_page .main .cta-section.february2026 .cta-content .list-tariff .list-item:last-of-type {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.february2026 .cta-content .list-tariff {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 40px;
  }
}
@media (max-width: 479px) {
  .home_index_page .main .cta-section.february2026 .cta-content .list-tariff .list-item {
    font-size: 18px;
  }
}
.home_index_page .main .cta-section.february2026 .cta-content .title-points {
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.february2026 .cta-content .title-points {
    text-align: center;
  }
}
.home_index_page .main .cta-section.february2026 .cta-content .points {
  margin-bottom: 90px;
  position: relative;
  z-index: 6;
}
.home_index_page .main .cta-section.february2026 .cta-content .points .point {
  font-weight: 500;
  font-size: 22px;
  line-height: 120%;
  margin-bottom: 25px;
}
.home_index_page .main .cta-section.february2026 .cta-content .points .point:last-of-type {
  margin-bottom: 0;
}
.home_index_page .main .cta-section.february2026 .cta-content .points .point svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 22px;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 8px;
}
.home_index_page .main .cta-section.february2026 .cta-content .points .point b {
  margin-right: 5px;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.february2026 .cta-content .points {
    margin-bottom: 90px;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.february2026 .cta-content .points {
    margin-bottom: 110px;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.february2026 .cta-content .points {
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin-bottom: 216px;
  }
  .home_index_page .main .cta-section.february2026 .cta-content .points .point {
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  .home_index_page .main .cta-section.february2026 .cta-content .points {
    margin-bottom: 169px;
  }
  .home_index_page .main .cta-section.february2026 .cta-content .points.en .point {
    font-size: 15px;
  }
  .home_index_page .main .cta-section.february2026 .cta-content .points .point {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.home_index_page .main .cta-section.february2026 .cta-content .discount-block {
  height: 139px;
  background: #EA5DA2;
  border-radius: 20px;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 25px 15px 20px;
  margin-bottom: 75px;
  position: relative;
}
.home_index_page .main .cta-section.february2026 .cta-content .discount-block .new_price {
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: 700;
  margin-top: -30px;
  position: relative;
}
.home_index_page .main .cta-section.february2026 .cta-content .discount-block .new_price .euro {
  font-weight: 700;
  font-size: 210px;
  line-height: 87%;
  text-shadow: 3px 3px 3px rgba(39, 55, 71, 0.25);
}
.home_index_page .main .cta-section.february2026 .cta-content .discount-block .new_price .right-part {
  position: relative;
  margin-top: 7px;
}
.home_index_page .main .cta-section.february2026 .cta-content .discount-block .new_price .right-part .cents {
  font-weight: 700;
  font-size: 115px;
  line-height: 88%;
  text-shadow: 3px 3px 3px rgba(39, 55, 71, 0.25);
  margin-bottom: 3px;
  position: relative;
}
.home_index_page .main .cta-section.february2026 .cta-content .discount-block .new_price .right-part .value {
  font-weight: 700;
  font-size: 34px;
  line-height: 100%;
}
.home_index_page .main .cta-section.february2026 .cta-content .discount-block .new_price .right-part .until {
  width: 100%;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
  margin-top: 2px;
  position: relative;
  left: auto;
  bottom: auto;
  -webkit-transform: none;
          transform: none;
}
.home_index_page .main .cta-section.february2026 .cta-content .discount-block .old_price {
  font-family: "proxima-nova", Arial, sans-serif;
  color: #fff;
  position: absolute;
  top: -98px;
  right: 5px;
  z-index: 1;
}
.home_index_page .main .cta-section.february2026 .cta-content .discount-block .old_price:before {
  content: "";
  display: block;
  width: 105%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 48%;
  left: 48%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-23deg);
          transform: translateX(-50%) translateY(-50%) rotate(-23deg);
}
.home_index_page .main .cta-section.february2026 .cta-content .discount-block .old_price .euro {
  font-size: 64px;
  line-height: 85%;
}
.home_index_page .main .cta-section.february2026 .cta-content .discount-block .old_price .right-part {
  margin-top: 4px;
  margin-left: 3px;
}
.home_index_page .main .cta-section.february2026 .cta-content .discount-block .old_price .right-part .cents {
  font-size: 34px;
  line-height: 100%;
  margin-top: -3px;
}
.home_index_page .main .cta-section.february2026 .cta-content .discount-block .old_price .right-part .value {
  font-size: 18px;
  line-height: 100%;
  margin-top: 1px;
}
.home_index_page .main .cta-section.february2026 .cta-content .discount-block .bottom-quote-row {
  position: absolute;
  left: 0;
  bottom: -29px;
}
.home_index_page .main .cta-section.february2026 .cta-content .discount-block .bottom-quote-row .until {
  width: auto;
  color: #fff;
  font-size: 16px;
  line-height: 120%;
  margin-right: 7px;
}
.home_index_page .main .cta-section.february2026 .cta-content .discount-block .bottom-quote-row .text-agreement-terms {
  width: auto;
}
.home_index_page .main .cta-section.february2026 .cta-content .discount-block .bottom-quote-row .text-agreement-terms > * {
  color: #fff;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  text-decoration: underline;
  position: relative;
  z-index: 5;
}
.home_index_page .main .cta-section.february2026 .cta-content .discount-block .bottom-quote-row .text-agreement-terms > *:hover {
  opacity: 0.8;
}
.home_index_page .main .cta-section.february2026 .cta-content .discount-block .bottom-quote-row .text-agreement-terms > *:hover svg {
  opacity: 0.8;
}
.home_index_page .main .cta-section.february2026 .cta-content .discount-block .bottom-quote-row .text-agreement-terms svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 6px;
}
.home_index_page .main .cta-section.february2026 .cta-content .discount-block .bottom-quote-row .text-agreement-terms .rules {
  display: none;
}
.home_index_page .main .cta-section.february2026 .cta-content .discount-block .until {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -21px;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.february2026 .cta-content .discount-block .old_price {
    right: auto;
    left: 5px;
    top: -100px;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.february2026 .cta-content .discount-block {
    margin-bottom: 65px;
  }
  .home_index_page .main .cta-section.february2026 .cta-content .discount-block .old_price {
    right: -45px;
    left: auto;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.february2026 .cta-content .discount-block {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-item-align: end;
        align-self: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 107px;
    padding: 0 12px 15px 10px;
  }
  .home_index_page .main .cta-section.february2026 .cta-content .discount-block .new_price {
    margin-top: -30px;
  }
  .home_index_page .main .cta-section.february2026 .cta-content .discount-block .new_price .euro {
    font-size: 160px;
    line-height: 87%;
  }
  .home_index_page .main .cta-section.february2026 .cta-content .discount-block .new_price .right-part {
    position: relative;
    margin-top: 7px;
  }
  .home_index_page .main .cta-section.february2026 .cta-content .discount-block .new_price .right-part .cents {
    font-size: 100px;
  }
  .home_index_page .main .cta-section.february2026 .cta-content .discount-block .new_price .right-part .value {
    font-size: 20px;
    line-height: 100%;
  }
  .home_index_page .main .cta-section.february2026 .cta-content .discount-block .new_price .right-part .until {
    font-size: 15px;
  }
  .home_index_page .main .cta-section.february2026 .cta-content .discount-block .old_price {
    top: -105px;
    left: auto;
    right: 20px;
  }
  .home_index_page .main .cta-section.february2026 .cta-content .discount-block .old_price .euro {
    font-size: 64px;
    line-height: 85%;
  }
  .home_index_page .main .cta-section.february2026 .cta-content .discount-block .old_price .right-part {
    margin-top: 4px;
    margin-left: 3px;
  }
  .home_index_page .main .cta-section.february2026 .cta-content .discount-block .old_price .right-part .cents {
    font-size: 34px;
    line-height: 100%;
    margin-top: -3px;
  }
  .home_index_page .main .cta-section.february2026 .cta-content .discount-block .old_price .right-part .value {
    font-size: 18px;
    line-height: 100%;
    margin-top: 1px;
  }
  .home_index_page .main .cta-section.february2026 .cta-content .discount-block .bottom-quote-row {
    position: absolute;
    left: 0;
  }
  .home_index_page .main .cta-section.february2026 .cta-content .discount-block .bottom-quote-row .until {
    width: auto;
    color: #fff;
    font-size: 16px;
    line-height: 120%;
    margin-right: 7px;
  }
  .home_index_page .main .cta-section.february2026 .cta-content .discount-block .bottom-quote-row .text-agreement-terms > * {
    font-size: 16px;
    line-height: 120%;
  }
  .home_index_page .main .cta-section.february2026 .cta-content .discount-block .bottom-quote-row .text-agreement-terms svg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 6px;
  }
  .home_index_page .main .cta-section.february2026 .cta-content .discount-block .bottom-quote-row .text-agreement-terms .rules {
    display: none;
  }
}
@media (max-width: 479px) {
  .home_index_page .main .cta-section.february2026 .cta-content .discount-block .old_price {
    top: -105px;
    right: 12px;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.february2026 .cta-content .bottom-block {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.home_index_page .main .cta-section.february2026 .cta-content .button {
  width: 250px;
  height: 60px;
  color: #040707;
  font-size: 20px;
  font-weight: 600;
  padding: 0 15px;
  font-family: "Roboto", sans-serif;
  border: 0;
  background: #fff;
  z-index: 10;
}
.home_index_page .main .cta-section.february2026 .cta-content .button a {
  color: #040707;
  letter-spacing: 0;
  text-decoration: none;
  border-bottom: none;
  text-transform: none;
}
.home_index_page .main .cta-section.february2026 .cta-content .link-agreement {
  display: block;
  width: 250px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  text-decoration: underline;
  border-bottom: none;
  margin-top: 10px;
  position: absolute;
  bottom: -28px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.february2026 .cta-content .link-agreement {
    display: block;
  }
}
.home_index_page .main .cta-section.february2026 .check-form-section {
  display: block;
  position: relative;
}
.home_index_page .main .cta-section.february2026 .check-form-section .white-box {
  margin-top: 0;
}
.home_index_page .main .cta-section.february2026 .check-form-section .white-box .box-inner .title {
  font-weight: 500;
  line-height: 132%;
}
.home_index_page .main .cta-section.february2026 .check-form-section .white-box .box-inner .title .highlight-text {
  color: #2DA8D3 !important;
}
.home_index_page .main .cta-section.february2026 .check-form-section .white-box .box-inner .form .input input {
  border-color: #f5f5f5;
  border-radius: 30px;
  background: #f5f5f5;
  font-size: 16px;
  padding: 0 25px;
  height: 50px;
}
.home_index_page .main .cta-section.february2026 .check-form-section .white-box .box-inner .form .form-info .callback .phone svg.icon {
  fill: #2DA8D3 !important;
}
.home_index_page .main .cta-section.february2026 .check-form-section .white-box .box-inner .form .form-info .terms-checkbox label.checkbox {
  max-width: 100% !important;
}
.home_index_page .main .cta-section.february2026 .check-form-section .white-box .box-inner .form .form-info .terms-checkbox label.checkbox input[type=checkbox]:checked ~ .custom-checkbox {
  background-color: #2DA8D3 !important;
  border-color: #2DA8D3 !important;
}
.home_index_page .main .cta-section.february2026 .check-form-section .white-box .box-inner .form .form-info .terms-checkbox label.checkbox .checkbox-name a {
  border-color: #2DA8D3 !important;
  color: 2DA8D3 !important;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.home_index_page .main .cta-section.february2026 .check-form-section .white-box .box-inner .form .form-info .terms-checkbox label.checkbox .checkbox-name a:hover {
  border-color: #EA5DA2 !important;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.home_index_page .main .cta-section.february2026 .check-form-section .white-box .box-inner .form .button-holder .button {
  background: #EA5DA2 !important;
  color: #fff;
  font-weight: 600;
  max-width: 260px;
  width: 100% !important;
  height: 55px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.home_index_page .main .cta-section.february2026 .check-form-section .white-box .box-inner .form .button-holder .button svg {
  fill: #fff;
}
.home_index_page .main .cta-section.february2026 .check-form-section .white-box .box-inner .form .button-holder .button:hover {
  background: 2DA8D3 !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.february2026 .check-form-section {
    display: block !important;
  }
  .home_index_page .main .cta-section.february2026 .check-form-section .white-box {
    margin-top: 20px !important;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.february2026 .check-form-section {
    /*&:before {
      content: '';
      display: block;
      width: 387px;
      height: 560px;
      background-image: url(/assets/images/november2025/img-november2025-480.png);
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      position: absolute;
      top: -535px;
      right: 55%;
      transform: translateX(50%);
      z-index: 3;
    }*/
  }
}
@media (max-width: 479px) {
  .home_index_page .main .cta-section.february2026 .check-form-section {
    /*&:before {
      width: 375px;
      height: 545px;
      background-image: url(/assets/images/november2025/img-november2025-375.png);
      top: -500px;
      right: 52%;
    }*/
  }
}
.home_index_page .main .cta-section.january2026 {
  background-image: url(/assets/images/january2026/bg-first-screen-january-1920-inet.jpg);
  height: auto;
  position: relative;
  background-size: cover;
  overflow: hidden;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.january2026 {
    background-image: url(/assets/images/january2026/bg-first-screen-january-1024-inet.jpg);
    background-position: center -2px;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.january2026 {
    background-image: url(/assets/images/january2026/bg-first-screen-january-768-inet.jpg);
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.january2026 {
    background-image: url(/assets/images/january2026/bg-first-screen-january-480-inet.jpg);
  }
}
@media (max-width: 479px) {
  .home_index_page .main .cta-section.january2026 {
    background-image: url(/assets/images/january2026/bg-first-screen-january-375-inet.jpg);
  }
}
.home_index_page .main .cta-section.january2026 .cta-inner {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 38px;
  padding-bottom: 55px;
  z-index: 5;
}
.home_index_page .main .cta-section.january2026 .cta-inner .img {
  display: none;
  height: auto;
  position: absolute;
  image-rendering: -webkit-optimize-contrast;
  z-index: 5;
}
.home_index_page .main .cta-section.january2026 .cta-inner .img.img-main-1920 {
  display: block;
  width: 613px;
  right: 212px;
  bottom: -20px;
}
.home_index_page .main .cta-section.january2026 .cta-inner .img.img-main-1024 {
  width: 465px;
  right: 240px;
  bottom: 25px;
  z-index: 5;
}
.home_index_page .main .cta-section.january2026 .cta-inner .img.img-main-768 {
  width: 584px;
  right: -120px;
  top: 165px;
}
.home_index_page .main .cta-section.january2026 .cta-inner .img.img-main-480 {
  width: 436px;
  left: -135px;
  top: 166px;
}
.home_index_page .main .cta-section.january2026 .cta-inner .img.img-main-375 {
  width: 361px;
  left: -147px;
  top: 150px;
}
@media (min-width: 480px) {
  .home_index_page .main .cta-section.january2026 .cta-inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 450px;
    height: auto;
    padding: 58px 0 35px;
  }
}
@media (min-width: 768px) {
  .home_index_page .main .cta-section.january2026 .cta-inner {
    width: 720px;
    height: auto;
    padding: 36px 0 90px;
  }
}
@media (min-width: 1024px) {
  .home_index_page .main .cta-section.january2026 .cta-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 940px;
    height: auto;
    padding: 41px 0 120px;
  }
}
@media (min-width: 1280px) {
  .home_index_page .main .cta-section.january2026 .cta-inner {
    width: 1170px;
    min-height: 875px;
    height: auto;
    padding: 105px 0 110px;
  }
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.january2026 .cta-inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .home_index_page .main .cta-section.january2026 .cta-inner .img.img-main-1920 {
    display: none;
  }
  .home_index_page .main .cta-section.january2026 .cta-inner .img.img-main-1024 {
    display: block;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.january2026 .cta-inner .img.img-main-1024 {
    display: none;
  }
  .home_index_page .main .cta-section.january2026 .cta-inner .img.img-main-768 {
    display: block;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.january2026 .cta-inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .home_index_page .main .cta-section.january2026 .cta-inner .img.img-main-768 {
    display: none;
  }
  .home_index_page .main .cta-section.january2026 .cta-inner .img.img-main-480 {
    display: block;
  }
}
@media (max-width: 479px) {
  .home_index_page .main .cta-section.january2026 .cta-inner .img.img-main-480 {
    display: none;
  }
  .home_index_page .main .cta-section.january2026 .cta-inner .img.img-main-375 {
    display: block;
  }
}
.home_index_page .main .cta-section.january2026 .cta-content {
  max-width: 815px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #fff;
  font-family: "Roboto", sans-serif;
  padding: 0;
  position: relative;
  z-index: 15;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.january2026 .cta-content {
    max-width: 515px;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.january2026 .cta-content {
    margin-bottom: 55px;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.january2026 .cta-content {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    max-width: 100%;
    padding: 0 !important;
    margin-bottom: 50px;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.january2026 .cta-content {
    padding: 0 15px !important;
  }
}
.home_index_page .main .cta-section.january2026 .cta-content.hidden {
  display: none;
}
.home_index_page .main .cta-section.january2026 .cta-content .sale-block {
  background-color: #D62432;
  border-radius: 10px;
  -webkit-box-shadow: 7px 4px 40px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 7px 4px 40px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  font-weight: 600;
  font-size: 25px;
  line-height: 105%;
  text-transform: uppercase;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 12px 22px;
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.january2026 .cta-content .sale-block {
    font-size: 18px;
    margin-bottom: 28px;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.january2026 .cta-content .sale-block {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.january2026 .cta-content .sale-block {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    font-size: 18px;
    margin-bottom: 40px;
  }
}
@media (max-width: 479px) {
  .home_index_page .main .cta-section.january2026 .cta-content .sale-block {
    font-size: 15px;
    margin-bottom: 17px;
    padding: 9px 22px;
  }
}
.home_index_page .main .cta-section.january2026 .cta-content .text-above-h1 {
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: 800;
  font-size: 44px;
  line-height: 105%;
  text-transform: uppercase;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 12px;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.january2026 .cta-content .text-above-h1 {
    font-size: 32px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.january2026 .cta-content .text-above-h1 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
  }
}
@media (max-width: 479px) {
  .home_index_page .main .cta-section.january2026 .cta-content .text-above-h1 {
    font-size: 24px;
  }
}
.home_index_page .main .cta-section.january2026 .cta-content h1.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: auto;
  color: #fff;
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: 700;
  font-size: 100px;
  line-height: 105%;
  text-transform: uppercase;
  text-shadow: 3px 3px 4px #e93f25;
  margin-bottom: 30px;
  position: relative;
  z-index: 6;
}
.home_index_page .main .cta-section.january2026 .cta-content h1.title span {
  font-weight: 400;
  font-size: 70px;
  line-height: 105%;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.january2026 .cta-content h1.title {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.january2026 .cta-content h1.title {
    font-size: 80px;
    margin-bottom: 20px;
  }
  .home_index_page .main .cta-section.january2026 .cta-content h1.title span {
    font-size: 60px;
  }
}
@media (max-width: 479px) {
  .home_index_page .main .cta-section.january2026 .cta-content h1.title {
    font-size: 64px;
    margin-bottom: 20px;
  }
  .home_index_page .main .cta-section.january2026 .cta-content h1.title span {
    font-size: 48px;
  }
}
.home_index_page .main .cta-section.january2026 .cta-content .list-tariff {
  margin-bottom: 20px;
  position: relative;
}
.home_index_page .main .cta-section.january2026 .cta-content .list-tariff .list-item {
  border-radius: 8px;
  font-size: 22px;
  font-weight: 400;
  line-height: 100%;
  padding: 14px;
  margin-right: 10px;
}
.home_index_page .main .cta-section.january2026 .cta-content .list-tariff .list-item b {
  font-weight: 700;
  margin-left: 4px;
}
.home_index_page .main .cta-section.january2026 .cta-content .list-tariff .list-item:last-of-type {
  margin-right: 0;
}
.home_index_page .main .cta-section.january2026 .cta-content .list-tariff .list-item.item-speed {
  background: -webkit-gradient(linear, left top, right top, from(#ff8e2e), to(#e03a00));
  background: linear-gradient(90deg, #ff8e2e 0%, #e03a00 100%);
}
.home_index_page .main .cta-section.january2026 .cta-content .list-tariff .list-item.item-shield {
  background: rgba(255, 255, 255, 0.16);
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.january2026 .cta-content .list-tariff .list-item.item-speed {
    position: absolute;
    height: 52px;
    right: 0;
    top: -75px;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.january2026 .cta-content .list-tariff {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 30px;
  }
  .home_index_page .main .cta-section.january2026 .cta-content .list-tariff .list-item {
    margin-bottom: 10px;
  }
  .home_index_page .main .cta-section.january2026 .cta-content .list-tariff .list-item.item-speed {
    position: relative;
    height: 62px;
    right: auto;
    top: auto;
  }
  .home_index_page .main .cta-section.january2026 .cta-content .list-tariff .list-item:last-of-type {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.january2026 .cta-content .list-tariff {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 40px;
  }
}
@media (max-width: 479px) {
  .home_index_page .main .cta-section.january2026 .cta-content .list-tariff .list-item {
    font-size: 18px;
  }
}
.home_index_page .main .cta-section.january2026 .cta-content .title-points {
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.january2026 .cta-content .title-points {
    text-align: center;
  }
}
.home_index_page .main .cta-section.january2026 .cta-content .points {
  margin-bottom: 90px;
  position: relative;
  z-index: 6;
}
.home_index_page .main .cta-section.january2026 .cta-content .points .point {
  font-weight: 500;
  font-size: 22px;
  line-height: 120%;
  margin-bottom: 25px;
}
.home_index_page .main .cta-section.january2026 .cta-content .points .point:last-of-type {
  margin-bottom: 0;
}
.home_index_page .main .cta-section.january2026 .cta-content .points .point svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 22px;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 8px;
}
.home_index_page .main .cta-section.january2026 .cta-content .points .point b {
  margin-right: 5px;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.january2026 .cta-content .points {
    margin-bottom: 90px;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.january2026 .cta-content .points {
    margin-bottom: 110px;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.january2026 .cta-content .points {
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin-bottom: 216px;
  }
  .home_index_page .main .cta-section.january2026 .cta-content .points .point {
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  .home_index_page .main .cta-section.january2026 .cta-content .points {
    margin-bottom: 169px;
  }
  .home_index_page .main .cta-section.january2026 .cta-content .points.en .point {
    font-size: 15px;
  }
  .home_index_page .main .cta-section.january2026 .cta-content .points .point {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.home_index_page .main .cta-section.january2026 .cta-content .discount-block {
  height: 139px;
  background: -webkit-gradient(linear, left top, right top, from(#4265b0), to(#4fb4e6));
  background: linear-gradient(90deg, #4265b0 0%, #4fb4e6 100%);
  border-radius: 20px;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 25px 15px 20px;
  margin-bottom: 75px;
  position: relative;
}
.home_index_page .main .cta-section.january2026 .cta-content .discount-block .new_price {
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: 700;
  margin-top: -30px;
  position: relative;
}
.home_index_page .main .cta-section.january2026 .cta-content .discount-block .new_price .euro {
  font-weight: 700;
  font-size: 210px;
  line-height: 87%;
  text-shadow: 3px 3px 3px rgba(39, 55, 71, 0.25);
}
.home_index_page .main .cta-section.january2026 .cta-content .discount-block .new_price .right-part {
  position: relative;
  margin-top: 7px;
  margin-left: 7px;
}
.home_index_page .main .cta-section.january2026 .cta-content .discount-block .new_price .right-part .cents {
  font-weight: 700;
  font-size: 115px;
  line-height: 88%;
  text-shadow: 3px 3px 3px rgba(39, 55, 71, 0.25);
  margin-bottom: 20px;
  position: relative;
}
.home_index_page .main .cta-section.january2026 .cta-content .discount-block .new_price .right-part .value {
  font-weight: 700;
  font-size: 34px;
  line-height: 100%;
}
.home_index_page .main .cta-section.january2026 .cta-content .discount-block .new_price .right-part .until {
  width: auto;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  margin-top: 5px;
  margin-left: 6px;
}
.home_index_page .main .cta-section.january2026 .cta-content .discount-block .old_price {
  font-family: "proxima-nova", Arial, sans-serif;
  color: #fff;
  position: absolute;
  top: -58px;
  right: -120px;
  z-index: 1;
}
.home_index_page .main .cta-section.january2026 .cta-content .discount-block .old_price:before {
  content: "";
  display: block;
  width: 105%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 48%;
  left: 48%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-23deg);
          transform: translateX(-50%) translateY(-50%) rotate(-23deg);
}
.home_index_page .main .cta-section.january2026 .cta-content .discount-block .old_price .euro {
  font-size: 64px;
  line-height: 85%;
}
.home_index_page .main .cta-section.january2026 .cta-content .discount-block .old_price .right-part {
  margin-top: 4px;
  margin-left: 3px;
}
.home_index_page .main .cta-section.january2026 .cta-content .discount-block .old_price .right-part .cents {
  font-size: 34px;
  line-height: 100%;
  margin-top: -3px;
}
.home_index_page .main .cta-section.january2026 .cta-content .discount-block .old_price .right-part .value {
  font-size: 18px;
  line-height: 100%;
  margin-top: 1px;
}
.home_index_page .main .cta-section.january2026 .cta-content .discount-block .bottom-quote-row {
  position: absolute;
  left: 0;
  bottom: -29px;
}
.home_index_page .main .cta-section.january2026 .cta-content .discount-block .bottom-quote-row .until {
  width: auto;
  color: #fff;
  font-size: 16px;
  line-height: 120%;
  margin-right: 7px;
}
.home_index_page .main .cta-section.january2026 .cta-content .discount-block .bottom-quote-row .text-agreement-terms {
  width: auto;
}
.home_index_page .main .cta-section.january2026 .cta-content .discount-block .bottom-quote-row .text-agreement-terms > * {
  color: #fff;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  text-decoration: underline;
  position: relative;
  z-index: 5;
}
.home_index_page .main .cta-section.january2026 .cta-content .discount-block .bottom-quote-row .text-agreement-terms > *:hover {
  opacity: 0.8;
}
.home_index_page .main .cta-section.january2026 .cta-content .discount-block .bottom-quote-row .text-agreement-terms > *:hover svg {
  opacity: 0.8;
}
.home_index_page .main .cta-section.january2026 .cta-content .discount-block .bottom-quote-row .text-agreement-terms svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 6px;
}
.home_index_page .main .cta-section.january2026 .cta-content .discount-block .bottom-quote-row .text-agreement-terms .rules {
  display: none;
}
.home_index_page .main .cta-section.january2026 .cta-content .discount-block .until {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -21px;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.january2026 .cta-content .discount-block .old_price {
    right: -40px;
    top: -85px;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.january2026 .cta-content .discount-block {
    margin-bottom: 65px;
  }
  .home_index_page .main .cta-section.january2026 .cta-content .discount-block .old_price {
    top: -90px;
    right: -70px;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.january2026 .cta-content .discount-block {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-item-align: end;
        align-self: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 107px;
    padding: 0 25px 15px 20px;
  }
  .home_index_page .main .cta-section.january2026 .cta-content .discount-block .new_price {
    margin-top: -30px;
  }
  .home_index_page .main .cta-section.january2026 .cta-content .discount-block .new_price .euro {
    font-size: 160px;
    line-height: 87%;
  }
  .home_index_page .main .cta-section.january2026 .cta-content .discount-block .new_price .right-part {
    position: relative;
    margin-top: 7px;
    margin-left: 7px;
  }
  .home_index_page .main .cta-section.january2026 .cta-content .discount-block .new_price .right-part .cents {
    font-size: 100px;
    margin-bottom: 11px;
  }
  .home_index_page .main .cta-section.january2026 .cta-content .discount-block .new_price .right-part .value {
    font-size: 20px;
    line-height: 100%;
  }
  .home_index_page .main .cta-section.january2026 .cta-content .discount-block .old_price {
    top: -105px;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  .home_index_page .main .cta-section.january2026 .cta-content .discount-block .old_price .euro {
    font-size: 64px;
    line-height: 85%;
  }
  .home_index_page .main .cta-section.january2026 .cta-content .discount-block .old_price .right-part {
    margin-top: 4px;
    margin-left: 3px;
  }
  .home_index_page .main .cta-section.january2026 .cta-content .discount-block .old_price .right-part .cents {
    font-size: 34px;
    line-height: 100%;
    margin-top: -3px;
  }
  .home_index_page .main .cta-section.january2026 .cta-content .discount-block .old_price .right-part .value {
    font-size: 18px;
    line-height: 100%;
    margin-top: 1px;
  }
  .home_index_page .main .cta-section.january2026 .cta-content .discount-block .bottom-quote-row {
    position: absolute;
    left: 0;
  }
  .home_index_page .main .cta-section.january2026 .cta-content .discount-block .bottom-quote-row .until {
    width: auto;
    color: #fff;
    font-size: 16px;
    line-height: 120%;
    margin-right: 7px;
  }
  .home_index_page .main .cta-section.january2026 .cta-content .discount-block .bottom-quote-row .text-agreement-terms > * {
    font-size: 16px;
    line-height: 120%;
  }
  .home_index_page .main .cta-section.january2026 .cta-content .discount-block .bottom-quote-row .text-agreement-terms svg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 6px;
  }
  .home_index_page .main .cta-section.january2026 .cta-content .discount-block .bottom-quote-row .text-agreement-terms .rules {
    display: none;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.january2026 .cta-content .bottom-block {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.home_index_page .main .cta-section.january2026 .cta-content .button {
  width: 250px;
  height: 60px;
  color: #040707;
  font-size: 20px;
  font-weight: 600;
  padding: 0 15px;
  font-family: "Roboto", sans-serif;
  border: 0;
  background: #fff;
  z-index: 10;
}
.home_index_page .main .cta-section.january2026 .cta-content .button a {
  color: #040707;
  letter-spacing: 0;
  text-decoration: none;
  border-bottom: none;
  text-transform: none;
}
.home_index_page .main .cta-section.january2026 .cta-content .link-agreement {
  display: block;
  width: 250px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  text-decoration: underline;
  border-bottom: none;
  margin-top: 10px;
  position: absolute;
  bottom: -28px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.january2026 .cta-content .link-agreement {
    display: block;
  }
}
.home_index_page .main .cta-section.january2026 .check-form-section {
  display: block;
  position: relative;
}
.home_index_page .main .cta-section.january2026 .check-form-section .white-box {
  margin-top: 0;
}
.home_index_page .main .cta-section.january2026 .check-form-section .white-box .box-inner .title {
  font-weight: 500;
  line-height: 132%;
}
.home_index_page .main .cta-section.january2026 .check-form-section .white-box .box-inner .title .highlight-text {
  color: #4265B0 !important;
}
.home_index_page .main .cta-section.january2026 .check-form-section .white-box .box-inner .form .input input {
  border-color: #f5f5f5;
  border-radius: 30px;
  background: #f5f5f5;
  font-size: 16px;
  padding: 0 25px;
  height: 50px;
}
.home_index_page .main .cta-section.january2026 .check-form-section .white-box .box-inner .form .form-info .callback .phone svg.icon {
  fill: #4265B0 !important;
}
.home_index_page .main .cta-section.january2026 .check-form-section .white-box .box-inner .form .form-info .terms-checkbox label.checkbox {
  max-width: 100% !important;
}
.home_index_page .main .cta-section.january2026 .check-form-section .white-box .box-inner .form .form-info .terms-checkbox label.checkbox input[type=checkbox]:checked ~ .custom-checkbox {
  background-color: #4265B0 !important;
  border-color: #4265B0 !important;
}
.home_index_page .main .cta-section.january2026 .check-form-section .white-box .box-inner .form .form-info .terms-checkbox label.checkbox .checkbox-name a {
  border-color: #4265B0 !important;
  color: #4265B0 !important;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.home_index_page .main .cta-section.january2026 .check-form-section .white-box .box-inner .form .form-info .terms-checkbox label.checkbox .checkbox-name a:hover {
  border-color: #E83B25 !important;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.home_index_page .main .cta-section.january2026 .check-form-section .white-box .box-inner .form .button-holder .button {
  background: #E83B25 !important;
  color: #fff;
  font-weight: 600;
  max-width: 260px;
  width: 100% !important;
  height: 55px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.home_index_page .main .cta-section.january2026 .check-form-section .white-box .box-inner .form .button-holder .button svg {
  fill: #fff;
}
.home_index_page .main .cta-section.january2026 .check-form-section .white-box .box-inner .form .button-holder .button:hover {
  background: #2B2E74 !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.january2026 .check-form-section {
    display: block !important;
  }
  .home_index_page .main .cta-section.january2026 .check-form-section .white-box {
    margin-top: 20px !important;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.january2026 .check-form-section {
    /*&:before {
      content: '';
      display: block;
      width: 387px;
      height: 560px;
      background-image: url(/assets/images/november2025/img-november2025-480.png);
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      position: absolute;
      top: -535px;
      right: 55%;
      transform: translateX(50%);
      z-index: 3;
    }*/
  }
}
@media (max-width: 479px) {
  .home_index_page .main .cta-section.january2026 .check-form-section {
    /*&:before {
      width: 375px;
      height: 545px;
      background-image: url(/assets/images/november2025/img-november2025-375.png);
      top: -500px;
      right: 52%;
    }*/
  }
}
.home_index_page .main .cta-section.december2025 {
  background-image: url(/assets/images/december2025/bg-first-screen-december-1920.jpg);
  height: auto;
  position: relative;
  background-size: cover;
  overflow: hidden;
}
.home_index_page .main .cta-section.december2025:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.december2025 {
    background-image: url(/assets/images/december2025/bg-first-screen-december-1024.jpg);
    background-position: center -2px;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.december2025 {
    background-image: url(/assets/images/december2025/bg-first-screen-december_768.jpg);
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.december2025 {
    background-image: url(/assets/images/december2025/bg-first-screen-december-480.jpg);
  }
}
@media (max-width: 479px) {
  .home_index_page .main .cta-section.december2025 {
    background-image: url(/assets/images/december2025/bg-first-screen-december-375.jpg);
  }
}
.home_index_page .main .cta-section.december2025 .cta-inner {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 50px;
  padding-bottom: 55px;
  z-index: 5;
}
.home_index_page .main .cta-section.december2025 .cta-inner:after {
  content: "";
  display: block;
  width: 997px;
  height: 881px;
  background-image: url(/assets/images/december2025/img-snowflakes_1920.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: -227px;
  bottom: 0;
  z-index: 3;
}
.home_index_page .main .cta-section.december2025 .cta-inner .img {
  display: none;
  height: auto;
  position: absolute;
  image-rendering: -webkit-optimize-contrast;
  z-index: 5;
}
.home_index_page .main .cta-section.december2025 .cta-inner .img.img-main-1920 {
  display: block;
  width: 370px;
  right: 355px;
  bottom: 0;
}
.home_index_page .main .cta-section.december2025 .cta-inner .img.img-main-1024 {
  width: 300px;
  right: 275px;
  bottom: 0;
  z-index: 5;
}
.home_index_page .main .cta-section.december2025 .cta-inner .img.img-main-768 {
  width: 328px;
  right: -15px;
  top: 335px;
}
.home_index_page .main .cta-section.december2025 .cta-inner .img.img-main-480 {
  width: 328px;
  left: -100px;
  top: 194px;
}
.home_index_page .main .cta-section.december2025 .cta-inner .img.img-main-375 {
  width: 273px;
  left: -100px;
  top: 165px;
}
@media (min-width: 480px) {
  .home_index_page .main .cta-section.december2025 .cta-inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 450px;
    height: auto;
    padding: 50px 0 35px;
  }
}
@media (min-width: 768px) {
  .home_index_page .main .cta-section.december2025 .cta-inner {
    width: 720px;
    height: auto;
    padding: 62px 0 90px;
  }
}
@media (min-width: 1024px) {
  .home_index_page .main .cta-section.december2025 .cta-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 940px;
    height: auto;
    padding: 41px 0 120px;
  }
}
@media (min-width: 1280px) {
  .home_index_page .main .cta-section.december2025 .cta-inner {
    width: 1170px;
    min-height: 875px;
    height: auto;
    padding: 105px 0 110px;
  }
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.december2025 .cta-inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .home_index_page .main .cta-section.december2025 .cta-inner:after {
    width: 130px;
    height: 137px;
    background-image: url(/assets/images/december2025/img-snowflakes-1024.png);
    left: 205px;
    bottom: -25px;
  }
  .home_index_page .main .cta-section.december2025 .cta-inner .img.img-main-1920 {
    display: none;
  }
  .home_index_page .main .cta-section.december2025 .cta-inner .img.img-main-1024 {
    display: block;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.december2025 .cta-inner:after {
    width: 130px;
    height: 135px;
    background-image: url(/assets/images/december2025/img-snowflakes_768.png);
    right: 30px;
    top: 35px;
    left: auto;
  }
  .home_index_page .main .cta-section.december2025 .cta-inner .img.img-main-1024 {
    display: none;
  }
  .home_index_page .main .cta-section.december2025 .cta-inner .img.img-main-768 {
    display: block;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.december2025 .cta-inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .home_index_page .main .cta-section.december2025 .cta-inner:after {
    display: none;
  }
  .home_index_page .main .cta-section.december2025 .cta-inner .img.img-main-768 {
    display: none;
  }
  .home_index_page .main .cta-section.december2025 .cta-inner .img.img-main-480 {
    display: block;
  }
}
@media (max-width: 479px) {
  .home_index_page .main .cta-section.december2025 .cta-inner .img.img-main-480 {
    display: none;
  }
  .home_index_page .main .cta-section.december2025 .cta-inner .img.img-main-375 {
    display: block;
  }
}
.home_index_page .main .cta-section.december2025 .cta-content {
  max-width: 815px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #fff;
  font-family: "Roboto", sans-serif;
  padding: 0;
  position: relative;
  z-index: 15;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.december2025 .cta-content {
    max-width: 515px;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.december2025 .cta-content {
    margin-bottom: 55px;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.december2025 .cta-content {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    max-width: 100%;
    padding: 0 !important;
    margin-bottom: 50px;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.december2025 .cta-content {
    padding: 0 15px !important;
  }
}
.home_index_page .main .cta-section.december2025 .cta-content.hidden {
  display: none;
}
.home_index_page .main .cta-section.december2025 .cta-content .sale-block {
  background-color: #D62432;
  border-radius: 10px;
  -webkit-box-shadow: 7px 4px 40px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 7px 4px 40px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  font-weight: 600;
  font-size: 25px;
  line-height: 105%;
  text-transform: uppercase;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 12px 22px;
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.december2025 .cta-content .sale-block {
    font-size: 18px;
    margin-bottom: 28px;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.december2025 .cta-content .sale-block {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.december2025 .cta-content .sale-block {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    font-size: 18px;
    margin-bottom: 40px;
  }
}
@media (max-width: 479px) {
  .home_index_page .main .cta-section.december2025 .cta-content .sale-block {
    font-size: 15px;
    margin-bottom: 17px;
    padding: 9px 22px;
  }
}
.home_index_page .main .cta-section.december2025 .cta-content .text-above-h1 {
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: 800;
  font-size: 44px;
  line-height: 105%;
  text-transform: uppercase;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 12px;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.december2025 .cta-content .text-above-h1 {
    font-size: 32px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.december2025 .cta-content .text-above-h1 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
  }
}
@media (max-width: 479px) {
  .home_index_page .main .cta-section.december2025 .cta-content .text-above-h1 {
    font-size: 24px;
  }
}
.home_index_page .main .cta-section.december2025 .cta-content h1.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: auto;
  color: #fff;
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: 700;
  font-size: 100px;
  line-height: 108%;
  text-transform: uppercase;
  margin-left: 6px;
  margin-bottom: 50px;
  position: relative;
  z-index: 6;
}
.home_index_page .main .cta-section.december2025 .cta-content h1.title.lv .top-row:before {
  width: 347px;
  height: 67px;
  background-image: url("data:image/svg+xml,%3Csvg width='347' height='67' viewBox='0 0 347 67' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.368528 41.7701C2.20361 56.2814 11.4009 62.7546 15.7701 64.1773L22.353 65.8011C27.492 67.0688 32.8693 67.0067 37.9776 65.6205C40.6379 64.8987 43.3822 64.533 46.1386 64.533H58.0426H78.6872L92.2469 65.3076C95.6452 65.5017 99.0544 65.2563 102.39 64.5775C106.013 63.8401 109.722 63.6145 113.408 63.9072L121.287 64.533H137.672L148.823 65.2592C152.3 65.4856 155.791 65.2948 159.221 64.6909C163.831 63.8796 168.542 63.8153 173.172 64.5006L176.095 64.9333C179.094 65.3771 182.122 65.6 185.154 65.6H187.694C191.038 65.6 194.372 65.2423 197.64 64.533C200.907 63.8237 204.241 63.466 207.585 63.466H211.819C215.021 63.466 218.207 63.9146 221.285 64.7988C225.579 66.0324 230.072 66.4149 234.512 65.9248L247.121 64.533L255.358 63.1424C259.652 62.4173 264.05 62.5781 268.28 63.6148C270.768 64.2247 273.321 64.533 275.883 64.533H295.292L297.998 64.266C303.383 63.7347 308.813 63.8692 314.164 64.6664L319.529 65.4656C321.712 65.7909 323.929 65.8258 326.122 65.5696L334.76 64.5598C340.344 63.9071 344.877 59.7425 346 54.234L346.777 47.4977C347.236 43.5226 345.932 39.5458 343.21 36.6136L337.592 30.5639C335.852 28.6898 335.862 25.7876 337.615 23.9255C337.8 23.7294 338 23.5491 338.214 23.3863L341.186 21.1302C343.558 19.329 344.833 16.4311 344.557 13.4652C344.284 10.5198 342.52 7.92006 339.884 6.57759L333.846 3.50238C330.905 2.00452 327.652 1.2237 324.351 1.2237H310.346C306.873 1.2237 303.407 1.56746 300.001 2.24995L288.45 4.56454C285.438 5.1682 282.312 4.83594 279.494 3.61236C278.02 2.9725 276.454 2.57261 274.853 2.42788L270.483 2.03258C264.763 1.51521 259.075 3.32054 254.7 7.04204L253.424 8.12776C250.818 10.3445 247.179 13.1699 244.172 11.5381C243.772 11.3212 239.538 7.92093 236 5.05638C234.032 3.46322 231.815 2.20643 229.434 1.345C224.754 -0.347969 219.646 -0.445389 214.906 1.06793L205.137 4.18618C201.785 5.25628 198.157 5.05858 194.941 3.63062C193.474 2.97907 191.907 2.57817 190.307 2.44459L181.403 1.70116C177.61 1.38451 173.792 1.61701 170.066 2.39146L168.77 2.6608C163.199 3.81856 157.428 3.57274 151.976 1.94548C148.792 0.995109 145.487 0.512359 142.164 0.512359H127.887C123.498 0.512359 119.119 0.940315 114.812 1.79016L109.541 2.83044C103.037 4.11385 96.3279 3.91254 89.9131 2.24154L88.9766 1.99759C85.1983 1.01337 81.2903 0.620061 77.3917 0.831639L67.9786 1.34247C65.1593 1.49547 62.4846 2.63899 60.426 4.5714C55.5231 9.17378 47.7054 8.75711 41.7964 5.54718C36.6164 2.7333 30.0523 0.658153 22.9793 1.57937C6.59469 3.71339 -1.92532 23.6309 0.368528 41.7701Z' fill='white' /%3E%3C/svg%3E");
  top: 52%;
}
.home_index_page .main .cta-section.december2025 .cta-content h1.title.lv .bottom-row {
  margin-top: -20px;
}
.home_index_page .main .cta-section.december2025 .cta-content h1.title.lv .bottom-row:before {
  width: 543px;
  height: 94px;
  background-image: url("data:image/svg+xml,%3Csvg width='543' height='94' viewBox='0 0 543 94' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.59305 44.2054C3.88658 45.5337 2.20177 61.195 0.840473 73.0714C0.319157 77.6196 1.91885 82.1559 5.19328 85.3551C8.17758 88.2709 12.2576 89.7858 16.4216 89.524L55.4295 87.0724C57.3693 86.9505 59.2463 86.3371 60.8838 85.29C65.4491 82.3708 71.4352 83.0486 75.2322 86.9146L76.6281 88.3359C80.0759 91.8464 85.1213 93.2748 89.8976 92.0928L104.451 88.4912C108.745 87.4287 113.184 87.0822 117.59 87.4656L141.363 89.5344C144.35 89.7943 147.34 89.066 149.873 87.4613C154.344 84.6285 160.048 84.6285 164.52 87.4613L165.179 87.879C167.308 89.2278 169.744 90.0151 172.259 90.1676L186.009 91.0009L186.01 91.001C186.274 91.017 186.406 91.025 186.538 91.0324C191.216 91.2971 195.908 91.063 200.536 90.3341C200.666 90.3136 200.796 90.2925 201.055 90.2506L201.059 90.25L208.189 89.0977C210.779 88.6791 212.075 88.4697 213.369 88.3127C219.011 87.6282 224.718 87.6754 230.348 88.4531C231.64 88.6315 232.931 88.8622 235.515 89.3236L235.515 89.3238C237.78 89.7283 238.913 89.9307 240.046 90.0928C244.986 90.7993 249.99 90.9434 254.963 90.5221C256.104 90.4254 257.246 90.2886 259.531 90.0148L278.312 87.7652C283.156 87.1849 288.067 87.5522 292.771 88.8467C298.996 90.5597 305.557 90.6421 311.823 89.086L313.246 88.7327C318.164 87.5114 323.258 87.1642 328.296 87.707L344.313 89.4329C347.336 89.7585 350.381 89.0736 352.973 87.4852C357.168 84.9143 362.418 84.7804 366.739 87.1341L367.802 87.7136C370.465 89.1641 373.489 89.8203 376.513 89.6041L406.478 87.4631L406.48 87.463C409.503 87.247 411.015 87.1389 412.529 87.1004C413.874 87.0662 415.221 87.0731 416.566 87.1211C418.079 87.1752 419.59 87.2988 422.612 87.5459L443.826 89.2809C444.457 89.3325 444.773 89.3583 445.088 89.381C449.567 89.7042 454.068 89.5694 458.52 88.9787C458.832 88.9372 459.146 88.8925 459.773 88.8032L461.96 88.4916C469.406 87.431 476.985 87.7795 484.303 89.5191L485.493 89.802C492.907 91.5647 500.61 91.7459 508.099 90.3338L517.499 88.5614C523.257 87.4758 528.489 84.5034 532.369 80.1134C538.899 72.7261 540.762 62.3129 537.198 53.1199L535.276 48.164C533.023 42.351 533.037 35.9033 535.317 30.1005L536.973 25.8843C539.301 19.9581 538.181 13.2316 534.057 8.38005C531.151 4.9607 527.028 2.80645 522.562 2.37333L498.087 0H451.826H393.888L325.62 3.04865L270.826 0L215.134 3.04865L134.739 0H59.6486C54.0514 0 48.4888 0.876682 43.1629 2.59817L37.4176 4.45522C34.0682 5.53788 30.5288 5.90546 27.0283 5.5342L21.3517 4.93214C11.3623 3.87265 2.26516 10.7478 0.557789 20.647C0.188645 22.7873 0.187528 24.9745 0.557355 27.1147C1.6808 33.616 3.28936 42.8311 3.59305 44.2054Z' fill='white' /%3E%3C/svg%3E");
  top: 52%;
}
.home_index_page .main .cta-section.december2025 .cta-content h1.title.lv .speed:before {
  width: 248px;
  height: 48px;
  background-image: url("data:image/svg+xml,%3Csvg width='248' height='48' viewBox='0 0 248 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.849256 28.0267L0.578612 31.4619C0.214322 36.0857 2.04594 40.6115 5.52349 43.6805C8.64069 46.4315 12.7741 47.7393 16.9063 47.2821L26.0661 46.2687L56.3519 44.5L80.0292 46.2687C80.0292 46.2687 101.569 47.5124 109.389 46.2687C117.209 45.0249 142.537 45 142.537 45C142.537 45 155.37 46.2687 167.161 46.2687C178.953 46.2687 192.733 45 192.733 45L227.49 46.1219C230.465 46.2179 233.409 45.4989 236.005 44.0426C242.936 40.1543 246.061 31.8405 243.407 24.3497L242.929 23L240.547 15.0042C238.869 9.37423 233.693 5.51493 227.818 5.51493C226.845 5.51493 225.876 5.40804 224.926 5.1962L215.373 3.06478C210.737 2.03046 205.951 1.85979 201.253 2.56132C199.364 2.84344 197.456 2.98507 195.546 2.98507H190.998C187.111 2.98507 183.232 2.63642 179.408 1.94331C172.309 0.656748 165.045 0.561136 157.914 1.66039L157.58 1.71192C152.095 2.55742 146.527 2.71842 141.003 2.19123L129.544 1.09769C121.886 0.366857 114.185 0.191614 106.502 0.57334L27.4656 4.5L20.3269 5.54688C14.0462 6.46793 8.49563 10.1227 5.16784 15.5284C4.56486 16.5079 4.04162 17.5343 3.60316 18.5976L2.41715 21.474C1.55577 23.563 1.02674 25.774 0.849256 28.0267Z' fill='white' /%3E%3C/svg%3E");
  top: -1px;
}
.home_index_page .main .cta-section.december2025 .cta-content h1.title.en .top-row:before {
  width: 310px;
  height: 67px;
  background-image: url("data:image/svg+xml,%3Csvg width='347' height='67' viewBox='0 0 347 67' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.368528 41.7701C2.20361 56.2814 11.4009 62.7546 15.7701 64.1773L22.353 65.8011C27.492 67.0688 32.8693 67.0067 37.9776 65.6205C40.6379 64.8987 43.3822 64.533 46.1386 64.533H58.0426H78.6872L92.2469 65.3076C95.6452 65.5017 99.0544 65.2563 102.39 64.5775C106.013 63.8401 109.722 63.6145 113.408 63.9072L121.287 64.533H137.672L148.823 65.2592C152.3 65.4856 155.791 65.2948 159.221 64.6909C163.831 63.8796 168.542 63.8153 173.172 64.5006L176.095 64.9333C179.094 65.3771 182.122 65.6 185.154 65.6H187.694C191.038 65.6 194.372 65.2423 197.64 64.533C200.907 63.8237 204.241 63.466 207.585 63.466H211.819C215.021 63.466 218.207 63.9146 221.285 64.7988C225.579 66.0324 230.072 66.4149 234.512 65.9248L247.121 64.533L255.358 63.1424C259.652 62.4173 264.05 62.5781 268.28 63.6148C270.768 64.2247 273.321 64.533 275.883 64.533H295.292L297.998 64.266C303.383 63.7347 308.813 63.8692 314.164 64.6664L319.529 65.4656C321.712 65.7909 323.929 65.8258 326.122 65.5696L334.76 64.5598C340.344 63.9071 344.877 59.7425 346 54.234L346.777 47.4977C347.236 43.5226 345.932 39.5458 343.21 36.6136L337.592 30.5639C335.852 28.6898 335.862 25.7876 337.615 23.9255C337.8 23.7294 338 23.5491 338.214 23.3863L341.186 21.1302C343.558 19.329 344.833 16.4311 344.557 13.4652C344.284 10.5198 342.52 7.92006 339.884 6.57759L333.846 3.50238C330.905 2.00452 327.652 1.2237 324.351 1.2237H310.346C306.873 1.2237 303.407 1.56746 300.001 2.24995L288.45 4.56454C285.438 5.1682 282.312 4.83594 279.494 3.61236C278.02 2.9725 276.454 2.57261 274.853 2.42788L270.483 2.03258C264.763 1.51521 259.075 3.32054 254.7 7.04204L253.424 8.12776C250.818 10.3445 247.179 13.1699 244.172 11.5381C243.772 11.3212 239.538 7.92093 236 5.05638C234.032 3.46322 231.815 2.20643 229.434 1.345C224.754 -0.347969 219.646 -0.445389 214.906 1.06793L205.137 4.18618C201.785 5.25628 198.157 5.05858 194.941 3.63062C193.474 2.97907 191.907 2.57817 190.307 2.44459L181.403 1.70116C177.61 1.38451 173.792 1.61701 170.066 2.39146L168.77 2.6608C163.199 3.81856 157.428 3.57274 151.976 1.94548C148.792 0.995109 145.487 0.512359 142.164 0.512359H127.887C123.498 0.512359 119.119 0.940315 114.812 1.79016L109.541 2.83044C103.037 4.11385 96.3279 3.91254 89.9131 2.24154L88.9766 1.99759C85.1983 1.01337 81.2903 0.620061 77.3917 0.831639L67.9786 1.34247C65.1593 1.49547 62.4846 2.63899 60.426 4.5714C55.5231 9.17378 47.7054 8.75711 41.7964 5.54718C36.6164 2.7333 30.0523 0.658153 22.9793 1.57937C6.59469 3.71339 -1.92532 23.6309 0.368528 41.7701Z' fill='white' /%3E%3C/svg%3E");
  top: 44%;
}
.home_index_page .main .cta-section.december2025 .cta-content h1.title.en .bottom-row {
  margin-top: -30px;
}
.home_index_page .main .cta-section.december2025 .cta-content h1.title.en .bottom-row:before {
  width: 501px;
  height: 94px;
  background-image: url("data:image/svg+xml,%3Csvg width='543' height='94' viewBox='0 0 543 94' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.59305 44.2054C3.88658 45.5337 2.20177 61.195 0.840473 73.0714C0.319157 77.6196 1.91885 82.1559 5.19328 85.3551C8.17758 88.2709 12.2576 89.7858 16.4216 89.524L55.4295 87.0724C57.3693 86.9505 59.2463 86.3371 60.8838 85.29C65.4491 82.3708 71.4352 83.0486 75.2322 86.9146L76.6281 88.3359C80.0759 91.8464 85.1213 93.2748 89.8976 92.0928L104.451 88.4912C108.745 87.4287 113.184 87.0822 117.59 87.4656L141.363 89.5344C144.35 89.7943 147.34 89.066 149.873 87.4613C154.344 84.6285 160.048 84.6285 164.52 87.4613L165.179 87.879C167.308 89.2278 169.744 90.0151 172.259 90.1676L186.009 91.0009L186.01 91.001C186.274 91.017 186.406 91.025 186.538 91.0324C191.216 91.2971 195.908 91.063 200.536 90.3341C200.666 90.3136 200.796 90.2925 201.055 90.2506L201.059 90.25L208.189 89.0977C210.779 88.6791 212.075 88.4697 213.369 88.3127C219.011 87.6282 224.718 87.6754 230.348 88.4531C231.64 88.6315 232.931 88.8622 235.515 89.3236L235.515 89.3238C237.78 89.7283 238.913 89.9307 240.046 90.0928C244.986 90.7993 249.99 90.9434 254.963 90.5221C256.104 90.4254 257.246 90.2886 259.531 90.0148L278.312 87.7652C283.156 87.1849 288.067 87.5522 292.771 88.8467C298.996 90.5597 305.557 90.6421 311.823 89.086L313.246 88.7327C318.164 87.5114 323.258 87.1642 328.296 87.707L344.313 89.4329C347.336 89.7585 350.381 89.0736 352.973 87.4852C357.168 84.9143 362.418 84.7804 366.739 87.1341L367.802 87.7136C370.465 89.1641 373.489 89.8203 376.513 89.6041L406.478 87.4631L406.48 87.463C409.503 87.247 411.015 87.1389 412.529 87.1004C413.874 87.0662 415.221 87.0731 416.566 87.1211C418.079 87.1752 419.59 87.2988 422.612 87.5459L443.826 89.2809C444.457 89.3325 444.773 89.3583 445.088 89.381C449.567 89.7042 454.068 89.5694 458.52 88.9787C458.832 88.9372 459.146 88.8925 459.773 88.8032L461.96 88.4916C469.406 87.431 476.985 87.7795 484.303 89.5191L485.493 89.802C492.907 91.5647 500.61 91.7459 508.099 90.3338L517.499 88.5614C523.257 87.4758 528.489 84.5034 532.369 80.1134C538.899 72.7261 540.762 62.3129 537.198 53.1199L535.276 48.164C533.023 42.351 533.037 35.9033 535.317 30.1005L536.973 25.8843C539.301 19.9581 538.181 13.2316 534.057 8.38005C531.151 4.9607 527.028 2.80645 522.562 2.37333L498.087 0H451.826H393.888L325.62 3.04865L270.826 0L215.134 3.04865L134.739 0H59.6486C54.0514 0 48.4888 0.876682 43.1629 2.59817L37.4176 4.45522C34.0682 5.53788 30.5288 5.90546 27.0283 5.5342L21.3517 4.93214C11.3623 3.87265 2.26516 10.7478 0.557789 20.647C0.188645 22.7873 0.187528 24.9745 0.557355 27.1147C1.6808 33.616 3.28936 42.8311 3.59305 44.2054Z' fill='white' /%3E%3C/svg%3E");
  top: 51%;
}
.home_index_page .main .cta-section.december2025 .cta-content h1.title.en .speed:before {
  width: 270px;
  height: 48px;
  background-image: url("data:image/svg+xml,%3Csvg width='248' height='48' viewBox='0 0 248 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.849256 28.0267L0.578612 31.4619C0.214322 36.0857 2.04594 40.6115 5.52349 43.6805C8.64069 46.4315 12.7741 47.7393 16.9063 47.2821L26.0661 46.2687L56.3519 44.5L80.0292 46.2687C80.0292 46.2687 101.569 47.5124 109.389 46.2687C117.209 45.0249 142.537 45 142.537 45C142.537 45 155.37 46.2687 167.161 46.2687C178.953 46.2687 192.733 45 192.733 45L227.49 46.1219C230.465 46.2179 233.409 45.4989 236.005 44.0426C242.936 40.1543 246.061 31.8405 243.407 24.3497L242.929 23L240.547 15.0042C238.869 9.37423 233.693 5.51493 227.818 5.51493C226.845 5.51493 225.876 5.40804 224.926 5.1962L215.373 3.06478C210.737 2.03046 205.951 1.85979 201.253 2.56132C199.364 2.84344 197.456 2.98507 195.546 2.98507H190.998C187.111 2.98507 183.232 2.63642 179.408 1.94331C172.309 0.656748 165.045 0.561136 157.914 1.66039L157.58 1.71192C152.095 2.55742 146.527 2.71842 141.003 2.19123L129.544 1.09769C121.886 0.366857 114.185 0.191614 106.502 0.57334L27.4656 4.5L20.3269 5.54688C14.0462 6.46793 8.49563 10.1227 5.16784 15.5284C4.56486 16.5079 4.04162 17.5343 3.60316 18.5976L2.41715 21.474C1.55577 23.563 1.02674 25.774 0.849256 28.0267Z' fill='white' /%3E%3C/svg%3E");
  top: -1px;
}
.home_index_page .main .cta-section.december2025 .cta-content h1.title .top-row {
  color: #2B2E74;
  font-weight: 400;
  font-size: 70px;
  line-height: 108%;
  margin-left: 16px;
  position: relative;
  z-index: 2;
}
.home_index_page .main .cta-section.december2025 .cta-content h1.title .top-row:before {
  content: "";
  display: block;
  width: 485px;
  height: 80px;
  background-image: url("data:image/svg+xml,%3Csvg width='485' height='80' viewBox='0 0 485 80' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.616016 49.0429C3.21235 66.7445 16.225 74.6408 22.4067 76.3763L31.7535 78.3641C39.0327 79.9122 46.5637 79.8359 53.81 78.1407C57.5891 77.2566 61.4573 76.8101 65.3385 76.8101H82.2154H111.424L130.642 77.7566C135.433 77.9926 140.236 77.6933 144.961 76.8642C150.093 75.9637 155.315 75.6885 160.514 76.0444L171.696 76.8101H194.878L210.677 77.6972C215.586 77.9728 220.509 77.7399 225.37 77.0023C231.901 76.0113 238.538 75.9327 245.091 76.7689L255.614 78.1117H265.693L265.742 78.1117C270.416 78.1102 275.08 77.6775 279.675 76.8191L279.723 76.8101L279.771 76.8011C284.365 75.9427 289.029 75.51 293.704 75.5085L293.752 75.5085H299.839C304.338 75.5085 308.821 76.0555 313.189 77.1374C319.27 78.6438 325.563 79.1101 331.8 78.5166L349.731 76.8101L361.43 75.1071C367.492 74.2247 373.662 74.4213 379.655 75.6877C383.187 76.4339 386.787 76.8101 390.396 76.8101H417.885L421.457 76.5062C425.1 76.1963 426.921 76.0414 428.744 75.9741C431.698 75.8651 434.655 75.9285 437.602 76.1641C439.42 76.3094 441.233 76.5422 444.859 77.008L453.642 78.136C455.761 78.4082 457.904 78.4484 460.031 78.2559L464.356 77.8646C471.619 77.2074 478.049 72.901 481.422 66.4351C482.517 64.3364 483.257 62.0708 483.611 59.7303L483.92 57.6856C484.693 52.5774 484.285 47.36 482.728 42.4339L482.366 41.2876C481.164 37.4856 480.552 33.5218 480.552 29.5344V23.9254C480.552 21.7685 480.191 19.6269 479.484 17.5892L479.019 16.2488C478.045 13.4434 476.247 10.9976 473.859 9.23186L473.796 9.18509C472.588 8.2917 471.529 7.21281 470.659 5.98845C467.823 2.00132 463.139 -0.251354 458.254 0.0223708L440.207 1.0336C436.867 1.22075 433.615 2.16959 430.698 3.8075C426.072 6.4051 420.662 7.23754 415.469 6.15053L401.902 3.31031C395.6 1.99107 389.125 1.71469 382.733 2.49217L378.013 3.0663C374.377 3.50862 370.783 4.24438 367.266 5.26638L362.71 6.58994C357.541 8.092 351.688 10.1181 346.812 7.83656C346.49 7.6862 344.629 7.82697 342.22 7.75268C335.298 7.5392 328.68 4.49189 321.902 3.07458C316.342 1.91181 310.626 1.68606 304.99 2.40666L288.122 4.5637C284.739 4.99637 281.301 4.58456 278.115 3.36504C274.616 2.02562 270.819 1.66277 267.13 2.31534L248.659 5.5826L238.792 7.35081C230.935 8.75865 222.868 8.45773 215.138 6.46853C210.613 5.30407 205.959 4.71487 201.287 4.71487H181.004C178.118 4.71487 176.675 4.71487 175.235 4.76947C172.888 4.8585 170.546 5.05633 168.217 5.36231C166.788 5.54996 165.366 5.79197 162.521 6.27599L153.761 7.76654C145.399 9.18929 136.839 8.96501 128.563 7.10629C121.514 5.52304 114.25 5.12376 107.069 5.9248L76.6774 9.3152C74.3076 9.57957 72.0032 10.2606 69.8704 11.327C62.2111 15.1567 54.1184 11.8466 46.1121 8.80822C42.5378 7.45174 37.6165 6.87019 30.0945 7.71487C6.91294 10.318 -2.62941 26.9159 0.616016 49.0429Z' fill='white' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 48%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
.home_index_page .main .cta-section.december2025 .cta-content h1.title .bottom-row {
  color: #F26824;
  font-weight: 700;
  font-size: 100px;
  line-height: 108%;
  margin-top: -18px;
  margin-bottom: 2px;
  margin-left: 0;
  position: relative;
  z-index: 1;
}
.home_index_page .main .cta-section.december2025 .cta-content h1.title .bottom-row:before {
  content: "";
  display: block;
  width: 526px;
  height: 92px;
  background-image: url("data:image/svg+xml,%3Csvg width='526' height='92' viewBox='0 0 526 92' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.26275 44.2054C3.55261 45.5392 1.88074 61.3253 0.539141 73.2191C0.0358807 77.6807 1.58908 82.1288 4.77423 85.2933C7.74541 88.2452 11.8392 89.7822 16.019 89.5151L54.5009 87.0557C56.2624 86.9431 58.0099 86.67 59.7216 86.2396L65.079 84.8926C70.2822 83.5844 75.7979 84.7254 80.0549 87.9907C84.5618 91.4476 90.462 92.5122 95.8929 90.8485L102.895 88.7035C106.812 87.5035 110.924 87.0722 115.005 87.4333L137.621 89.4346C141.218 89.7529 144.779 88.5135 147.401 86.0306C151.963 81.7113 159.009 81.4091 163.924 85.322L164.482 85.7665C166.321 87.2299 168.51 88.1854 170.833 88.5378L181.617 90.1734C187.235 91.0255 192.952 90.9902 198.559 90.0687L204.466 89.098C206.65 88.739 207.742 88.5595 208.833 88.4175C214.862 87.6319 220.971 87.6832 226.986 88.5699C228.074 88.7303 229.163 88.9281 231.34 89.3236C233.25 89.6706 234.205 89.844 235.16 89.9888C240.438 90.7887 245.794 90.9454 251.11 90.4552C252.072 90.3665 253.035 90.2492 254.962 90.0145L273.422 87.7659C278.189 87.1854 283.023 87.5526 287.647 88.8465C293.766 90.5587 300.226 90.641 306.387 89.0853L307.784 88.7325C312.618 87.5116 317.632 87.1646 322.589 87.7076L334.629 89.0268C340.05 89.6207 345.529 88.6976 350.456 86.3604C357.05 83.2321 364.571 82.6646 371.56 84.7678L373.651 85.397C376.933 86.3847 380.342 86.8865 383.77 86.8865H407.407L436.138 89.2758C441.352 89.7094 446.595 88.9218 451.452 86.9756L454.698 85.6748C461.339 83.0132 468.79 83.2445 475.253 86.3128L477.517 87.3875C484.176 90.5487 492 90.0222 498.176 85.9973C503.946 82.2366 507.528 75.9065 507.782 69.0238L508.074 61.0833C508.27 55.7589 509.629 50.542 512.055 45.7983L517.321 35.5L523.173 25.2791C525.446 21.3101 525.792 16.5236 524.114 12.2689C521.908 6.67337 516.584 2.92669 510.572 2.73843L486.992 2H438.266L387.089 0L319.953 3.04865L266.067 0L211.298 3.04865L132.235 0H74.0876C70.4452 0 68.6239 0 66.8086 0.100092C65.1952 0.18905 63.5855 0.337231 61.983 0.544334C60.1799 0.777357 58.3893 1.10986 54.8081 1.77487L54.808 1.77487L35.2971 5.39792C32.7995 5.86169 30.2477 5.95893 27.7221 5.68654L21.0677 4.96888C11.0646 3.89006 1.9505 10.7852 0.268009 20.7047C-0.0886268 22.8073 -0.0898353 24.9537 0.267431 27.0562C1.37269 33.5606 2.96319 42.827 3.26275 44.2054Z' fill='white' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
.home_index_page .main .cta-section.december2025 .cta-content h1.title .speed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #2B2E74;
  font-weight: 700;
  font-size: 32px;
  line-height: 108%;
  text-transform: none;
  padding: 7px 18px 7px 13px;
  margin-left: 20px;
  position: relative;
  z-index: 3;
}
.home_index_page .main .cta-section.december2025 .cta-content h1.title .speed:before {
  content: "";
  display: block;
  width: 258px;
  height: 48px;
  background-image: url("data:image/svg+xml,%3Csvg width='258' height='48' viewBox='0 0 258 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.292347 28.0515L0.0524528 30.9352C-0.358042 35.8698 1.65836 40.6955 5.45764 43.871C8.61547 46.5104 12.7078 47.7579 16.801 47.329L26.92 46.2687L58.8977 44.5L83.8977 46.2687C83.8977 46.2687 106.641 47.5124 114.898 46.2687C123.154 45.0249 149.898 45 149.898 45C149.898 45 163.447 46.2687 175.898 46.2687C188.348 46.2687 202.898 45 202.898 45L239.967 46.1332C242.87 46.222 245.747 45.5517 248.313 44.1886C255.716 40.2549 259.056 31.4418 256.118 23.5896L255.898 23L253.55 15.5349C251.674 9.57148 246.145 5.51493 239.894 5.51493C238.899 5.51493 237.907 5.41127 236.934 5.20563L229.773 3.69244C222.909 2.24198 215.844 2.00259 208.898 2.98507H201.059C196.959 2.98507 192.866 2.63638 188.825 1.94276C181.326 0.65565 173.671 0.559949 166.142 1.65919L165.781 1.71187C159.988 2.55773 154.115 2.71881 148.284 2.19178L124.034 0L28.3977 4.5L20.3923 5.61187C14.0442 6.49354 8.3913 10.0868 4.8985 15.4603C4.23245 16.485 3.65252 17.5632 3.16468 18.6837L1.94896 21.4761C1.04064 23.5625 0.480989 25.7838 0.292347 28.0515Z' fill='white' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.december2025 .cta-content h1.title {
    margin-top: 40px;
    margin-bottom: 87px;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.december2025 .cta-content h1.title {
    margin-top: 0;
    margin-left: -3px;
    margin-bottom: 34px;
  }
  .home_index_page .main .cta-section.december2025 .cta-content h1.title.lv .top-row:before {
    width: 252px;
    height: 51px;
    background-image: url("data:image/svg+xml,%3Csvg width='252' height='51' viewBox='0 0 252 51' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.267249 31.9298C1.59801 43.0268 8.26767 47.9768 11.4362 49.0648L16.2027 50.3046C19.9275 51.2735 23.844 51.2261 27.5443 50.1674C29.4701 49.6163 31.4634 49.3368 33.4665 49.3368H42.0913H57.0624L66.8884 49.9287C69.3564 50.0773 71.8333 49.8897 74.2508 49.3709C76.8772 48.8073 79.5725 48.6347 82.2493 48.8589L87.9551 49.3368H99.8369L107.919 49.8918C110.442 50.065 112.977 49.9192 115.463 49.4577C118.804 48.8376 122.226 48.7885 125.584 49.3125L127.702 49.6431C129.876 49.9823 132.072 50.1527 134.272 50.1527H136.103C138.533 50.1527 140.956 49.879 143.324 49.3368C145.693 48.7945 148.116 48.5208 150.546 48.5208H153.595C155.924 48.5208 158.24 48.864 160.469 49.5392C163.581 50.4821 166.854 50.7747 170.084 50.3987L179.207 49.3368L185.17 48.2751C188.288 47.7201 191.488 47.843 194.553 48.6353C196.356 49.101 198.21 49.3368 200.071 49.3368H214.14L216.099 49.133C220.004 48.7266 223.946 48.8294 227.825 49.4388L231.617 50.0344C233.265 50.2933 234.942 50.3211 236.598 50.117L242.411 49.4004C246.666 48.876 250.099 45.6702 250.912 41.4611L251.484 36.2312C251.813 33.2299 250.863 30.2289 248.868 27.963L244.803 23.3473C243.53 21.9017 243.538 19.733 244.821 18.2961C244.962 18.1381 245.116 17.9922 245.281 17.8598L247.352 16.2015C249.123 14.7836 250.068 12.5739 249.869 10.314C249.668 8.03793 248.335 6.01578 246.322 4.9347L242.253 2.74904C240.022 1.55086 237.529 0.923779 234.996 0.923779H225.066C222.541 0.923779 220.024 1.18682 217.555 1.70865L209.207 3.47247C207.009 3.93688 204.72 3.68281 202.678 2.74769C201.613 2.26048 200.475 1.95497 199.31 1.84384L196.314 1.55806C192.075 1.15378 187.86 2.54134 184.691 5.38465L183.713 6.26151C181.869 7.91572 179.219 10.0417 177.069 8.81129C176.776 8.64389 173.652 5.99729 171.072 3.79449C169.692 2.61626 168.122 1.68101 166.427 1.03421C163.014 -0.267999 159.254 -0.342746 155.791 0.822773L148.784 3.18158C146.348 4.00183 143.688 3.85118 141.36 2.76097C140.301 2.26531 139.164 1.95926 138 1.85674L131.557 1.28955C128.804 1.04711 126.029 1.22484 123.329 1.81665L122.407 2.01865C118.362 2.90518 114.156 2.71749 110.206 1.47425C107.901 0.748883 105.499 0.379813 103.083 0.379813H92.7481C89.5612 0.379813 86.3827 0.707023 83.2627 1.3563L79.4501 2.14968C74.7317 3.13156 69.8476 2.97789 65.2003 1.70132L64.556 1.52436C61.7967 0.766394 58.9322 0.463197 56.0753 0.626688L49.3382 1.01223C47.2716 1.1305 45.3193 1.99938 43.8482 3.4556C40.3352 6.93298 34.5302 6.63004 30.2335 4.18639C26.4891 2.05682 21.7586 0.496066 16.6641 1.19576C4.78234 2.82766 -1.3962 18.0587 0.267249 31.9298Z' fill='white' /%3E%3C/svg%3E");
    top: 52%;
  }
  .home_index_page .main .cta-section.december2025 .cta-content h1.title.lv .bottom-row {
    margin-top: -20px;
  }
  .home_index_page .main .cta-section.december2025 .cta-content h1.title.lv .bottom-row:before {
    width: 437px;
    height: 76px;
    background-image: url("data:image/svg+xml,%3Csvg width='437' height='76' viewBox='0 0 437 76' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.89165 35.576C3.12788 36.645 1.77196 49.2491 0.676403 58.807C0.256854 62.4673 1.54427 66.1181 4.17949 68.6928C6.58122 71.0394 9.86474 72.2585 13.2159 72.0479L44.609 70.0748C46.1701 69.9767 47.6807 69.4831 48.9986 68.6404C52.6727 66.291 57.4902 66.8365 60.546 69.9479L61.6694 71.0917C64.4441 73.9169 68.5046 75.0665 72.3485 74.1152L84.0611 71.2167C87.5164 70.3616 91.0891 70.0827 94.6353 70.3913L113.767 72.0562C116.171 72.2654 118.577 71.6793 120.616 70.3878C124.214 68.108 128.805 68.108 132.403 70.3878L132.934 70.724C134.647 71.8094 136.608 72.4431 138.632 72.5658L149.698 73.2364C153.745 73.4817 157.807 73.2791 161.81 72.6321L167.548 71.7048C174.836 70.5269 182.271 70.5883 189.539 71.8866C195.919 73.0262 202.433 73.2137 208.868 72.4429L223.982 70.6324C227.881 70.1654 231.833 70.461 235.618 71.5027C240.628 72.8814 245.909 72.9477 250.951 71.6954L252.097 71.411C256.054 70.4281 260.154 70.1488 264.208 70.5856L277.099 71.9745C279.532 72.2366 281.983 71.6854 284.069 70.4071C287.445 68.3381 291.669 68.2303 295.147 70.1245L296.003 70.5909C298.146 71.7582 300.579 72.2863 303.013 72.1124L326.507 70.4338C328.579 70.2857 329.615 70.2117 330.651 70.1703C332.631 70.0912 334.614 70.1014 336.593 70.2008C337.629 70.2528 338.665 70.3375 340.735 70.5068L357.186 71.8522C361.465 72.2021 365.77 72.0732 370.02 71.4678L371.78 71.217C377.773 70.3634 383.872 70.6439 389.761 72.0439L390.719 72.2716C396.686 73.6902 402.885 73.836 408.912 72.6996L416.477 71.2732C421.111 70.3995 425.321 68.0073 428.444 64.4743C433.699 58.5291 435.199 50.1487 432.33 42.7503L430.784 38.7618C428.97 34.0836 428.982 28.8945 430.817 24.2245L432.15 20.8314C434.023 16.062 433.122 10.6486 429.803 6.74416C427.464 3.99231 424.146 2.2586 420.552 1.91003L400.854 0H363.625H316.997L262.055 2.45352L217.958 0L173.137 2.45352L108.437 0H48.0045C43.4999 0 39.0232 0.705543 34.737 2.09098L30.1133 3.58551C27.4177 4.45682 24.5692 4.75265 21.7521 4.45386L17.1836 3.96933C9.14421 3.11667 1.82297 8.64966 0.448902 16.6165C0.15182 18.339 0.15092 20.0992 0.448553 21.8216C1.35269 27.0538 2.64724 34.47 2.89165 35.576Z' fill='white' /%3E%3C/svg%3E");
    top: 52%;
  }
  .home_index_page .main .cta-section.december2025 .cta-content h1.title.lv .speed:before {
    width: 189px;
    height: 38px;
    background-image: url("data:image/svg+xml,%3Csvg width='189' height='38' viewBox='0 0 189 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.256726 21.8814L0.0339797 24.7724C-0.240571 28.3359 1.15259 31.8252 3.80589 34.2196C6.25927 36.4336 9.54459 37.4887 12.8283 37.1172L19.7788 36.3308L43.2259 34.9306L61.5567 36.3308C61.5567 36.3308 78.2328 37.3155 84.2869 36.3308C90.3409 35.3461 109.95 35.3264 109.95 35.3264C109.95 35.3264 119.885 36.3308 129.014 36.3308C138.143 36.3308 148.811 35.3264 148.811 35.3264L175.602 36.2107C177.981 36.2892 180.334 35.7036 182.398 34.5196C187.735 31.4577 190.14 25.0325 188.126 19.2183L187.672 17.9098L185.78 11.4124C184.512 7.06008 180.523 4.06743 175.989 4.06743C175.226 4.06743 174.465 3.98174 173.721 3.81196L166.336 2.12707C162.751 1.30899 159.043 1.17401 155.407 1.72921C153.945 1.9525 152.468 2.06463 150.989 2.06463H147.47C144.46 2.06463 141.456 1.78863 138.496 1.24009C133.001 0.221756 127.373 0.146095 121.852 1.01635L121.596 1.05674C117.351 1.72596 113.038 1.85339 108.76 1.43598L99.8911 0.57046C93.9625 -0.00808823 87.9993 -0.146816 82.0502 0.155413L20.8623 3.26395L15.4828 4.07066C10.531 4.8132 6.169 7.7267 3.58651 12.0164C3.12834 12.7775 2.73129 13.5737 2.39908 14.3975L1.4701 16.7014C0.802985 18.3558 0.393762 20.1028 0.256726 21.8814Z' fill='white' /%3E%3C/svg%3E");
    top: -1px;
  }
  .home_index_page .main .cta-section.december2025 .cta-content h1.title.en .top-row:before {
    width: 218px;
    height: 67px;
    background-image: url("data:image/svg+xml,%3Csvg width='347' height='67' viewBox='0 0 347 67' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.368528 41.7701C2.20361 56.2814 11.4009 62.7546 15.7701 64.1773L22.353 65.8011C27.492 67.0688 32.8693 67.0067 37.9776 65.6205C40.6379 64.8987 43.3822 64.533 46.1386 64.533H58.0426H78.6872L92.2469 65.3076C95.6452 65.5017 99.0544 65.2563 102.39 64.5775C106.013 63.8401 109.722 63.6145 113.408 63.9072L121.287 64.533H137.672L148.823 65.2592C152.3 65.4856 155.791 65.2948 159.221 64.6909C163.831 63.8796 168.542 63.8153 173.172 64.5006L176.095 64.9333C179.094 65.3771 182.122 65.6 185.154 65.6H187.694C191.038 65.6 194.372 65.2423 197.64 64.533C200.907 63.8237 204.241 63.466 207.585 63.466H211.819C215.021 63.466 218.207 63.9146 221.285 64.7988C225.579 66.0324 230.072 66.4149 234.512 65.9248L247.121 64.533L255.358 63.1424C259.652 62.4173 264.05 62.5781 268.28 63.6148C270.768 64.2247 273.321 64.533 275.883 64.533H295.292L297.998 64.266C303.383 63.7347 308.813 63.8692 314.164 64.6664L319.529 65.4656C321.712 65.7909 323.929 65.8258 326.122 65.5696L334.76 64.5598C340.344 63.9071 344.877 59.7425 346 54.234L346.777 47.4977C347.236 43.5226 345.932 39.5458 343.21 36.6136L337.592 30.5639C335.852 28.6898 335.862 25.7876 337.615 23.9255C337.8 23.7294 338 23.5491 338.214 23.3863L341.186 21.1302C343.558 19.329 344.833 16.4311 344.557 13.4652C344.284 10.5198 342.52 7.92006 339.884 6.57759L333.846 3.50238C330.905 2.00452 327.652 1.2237 324.351 1.2237H310.346C306.873 1.2237 303.407 1.56746 300.001 2.24995L288.45 4.56454C285.438 5.1682 282.312 4.83594 279.494 3.61236C278.02 2.9725 276.454 2.57261 274.853 2.42788L270.483 2.03258C264.763 1.51521 259.075 3.32054 254.7 7.04204L253.424 8.12776C250.818 10.3445 247.179 13.1699 244.172 11.5381C243.772 11.3212 239.538 7.92093 236 5.05638C234.032 3.46322 231.815 2.20643 229.434 1.345C224.754 -0.347969 219.646 -0.445389 214.906 1.06793L205.137 4.18618C201.785 5.25628 198.157 5.05858 194.941 3.63062C193.474 2.97907 191.907 2.57817 190.307 2.44459L181.403 1.70116C177.61 1.38451 173.792 1.61701 170.066 2.39146L168.77 2.6608C163.199 3.81856 157.428 3.57274 151.976 1.94548C148.792 0.995109 145.487 0.512359 142.164 0.512359H127.887C123.498 0.512359 119.119 0.940315 114.812 1.79016L109.541 2.83044C103.037 4.11385 96.3279 3.91254 89.9131 2.24154L88.9766 1.99759C85.1983 1.01337 81.2903 0.620061 77.3917 0.831639L67.9786 1.34247C65.1593 1.49547 62.4846 2.63899 60.426 4.5714C55.5231 9.17378 47.7054 8.75711 41.7964 5.54718C36.6164 2.7333 30.0523 0.658153 22.9793 1.57937C6.59469 3.71339 -1.92532 23.6309 0.368528 41.7701Z' fill='white' /%3E%3C/svg%3E");
    top: 45%;
  }
  .home_index_page .main .cta-section.december2025 .cta-content h1.title.en .bottom-row {
    margin-top: -22px;
  }
  .home_index_page .main .cta-section.december2025 .cta-content h1.title.en .bottom-row:before {
    width: 411px;
    height: 94px;
    background-image: url("data:image/svg+xml,%3Csvg width='543' height='94' viewBox='0 0 543 94' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.59305 44.2054C3.88658 45.5337 2.20177 61.195 0.840473 73.0714C0.319157 77.6196 1.91885 82.1559 5.19328 85.3551C8.17758 88.2709 12.2576 89.7858 16.4216 89.524L55.4295 87.0724C57.3693 86.9505 59.2463 86.3371 60.8838 85.29C65.4491 82.3708 71.4352 83.0486 75.2322 86.9146L76.6281 88.3359C80.0759 91.8464 85.1213 93.2748 89.8976 92.0928L104.451 88.4912C108.745 87.4287 113.184 87.0822 117.59 87.4656L141.363 89.5344C144.35 89.7943 147.34 89.066 149.873 87.4613C154.344 84.6285 160.048 84.6285 164.52 87.4613L165.179 87.879C167.308 89.2278 169.744 90.0151 172.259 90.1676L186.009 91.0009L186.01 91.001C186.274 91.017 186.406 91.025 186.538 91.0324C191.216 91.2971 195.908 91.063 200.536 90.3341C200.666 90.3136 200.796 90.2925 201.055 90.2506L201.059 90.25L208.189 89.0977C210.779 88.6791 212.075 88.4697 213.369 88.3127C219.011 87.6282 224.718 87.6754 230.348 88.4531C231.64 88.6315 232.931 88.8622 235.515 89.3236L235.515 89.3238C237.78 89.7283 238.913 89.9307 240.046 90.0928C244.986 90.7993 249.99 90.9434 254.963 90.5221C256.104 90.4254 257.246 90.2886 259.531 90.0148L278.312 87.7652C283.156 87.1849 288.067 87.5522 292.771 88.8467C298.996 90.5597 305.557 90.6421 311.823 89.086L313.246 88.7327C318.164 87.5114 323.258 87.1642 328.296 87.707L344.313 89.4329C347.336 89.7585 350.381 89.0736 352.973 87.4852C357.168 84.9143 362.418 84.7804 366.739 87.1341L367.802 87.7136C370.465 89.1641 373.489 89.8203 376.513 89.6041L406.478 87.4631L406.48 87.463C409.503 87.247 411.015 87.1389 412.529 87.1004C413.874 87.0662 415.221 87.0731 416.566 87.1211C418.079 87.1752 419.59 87.2988 422.612 87.5459L443.826 89.2809C444.457 89.3325 444.773 89.3583 445.088 89.381C449.567 89.7042 454.068 89.5694 458.52 88.9787C458.832 88.9372 459.146 88.8925 459.773 88.8032L461.96 88.4916C469.406 87.431 476.985 87.7795 484.303 89.5191L485.493 89.802C492.907 91.5647 500.61 91.7459 508.099 90.3338L517.499 88.5614C523.257 87.4758 528.489 84.5034 532.369 80.1134C538.899 72.7261 540.762 62.3129 537.198 53.1199L535.276 48.164C533.023 42.351 533.037 35.9033 535.317 30.1005L536.973 25.8843C539.301 19.9581 538.181 13.2316 534.057 8.38005C531.151 4.9607 527.028 2.80645 522.562 2.37333L498.087 0H451.826H393.888L325.62 3.04865L270.826 0L215.134 3.04865L134.739 0H59.6486C54.0514 0 48.4888 0.876682 43.1629 2.59817L37.4176 4.45522C34.0682 5.53788 30.5288 5.90546 27.0283 5.5342L21.3517 4.93214C11.3623 3.87265 2.26516 10.7478 0.557789 20.647C0.188645 22.7873 0.187528 24.9745 0.557355 27.1147C1.6808 33.616 3.28936 42.8311 3.59305 44.2054Z' fill='white' /%3E%3C/svg%3E");
    top: 51%;
  }
  .home_index_page .main .cta-section.december2025 .cta-content h1.title.en .speed:before {
    width: 215px;
    height: 48px;
    background-image: url("data:image/svg+xml,%3Csvg width='248' height='48' viewBox='0 0 248 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.849256 28.0267L0.578612 31.4619C0.214322 36.0857 2.04594 40.6115 5.52349 43.6805C8.64069 46.4315 12.7741 47.7393 16.9063 47.2821L26.0661 46.2687L56.3519 44.5L80.0292 46.2687C80.0292 46.2687 101.569 47.5124 109.389 46.2687C117.209 45.0249 142.537 45 142.537 45C142.537 45 155.37 46.2687 167.161 46.2687C178.953 46.2687 192.733 45 192.733 45L227.49 46.1219C230.465 46.2179 233.409 45.4989 236.005 44.0426C242.936 40.1543 246.061 31.8405 243.407 24.3497L242.929 23L240.547 15.0042C238.869 9.37423 233.693 5.51493 227.818 5.51493C226.845 5.51493 225.876 5.40804 224.926 5.1962L215.373 3.06478C210.737 2.03046 205.951 1.85979 201.253 2.56132C199.364 2.84344 197.456 2.98507 195.546 2.98507H190.998C187.111 2.98507 183.232 2.63642 179.408 1.94331C172.309 0.656748 165.045 0.561136 157.914 1.66039L157.58 1.71192C152.095 2.55742 146.527 2.71842 141.003 2.19123L129.544 1.09769C121.886 0.366857 114.185 0.191614 106.502 0.57334L27.4656 4.5L20.3269 5.54688C14.0462 6.46793 8.49563 10.1227 5.16784 15.5284C4.56486 16.5079 4.04162 17.5343 3.60316 18.5976L2.41715 21.474C1.55577 23.563 1.02674 25.774 0.849256 28.0267Z' fill='white' /%3E%3C/svg%3E");
    top: -6px;
    background-size: contain;
  }
  .home_index_page .main .cta-section.december2025 .cta-content h1.title .top-row {
    font-size: 50px;
  }
  .home_index_page .main .cta-section.december2025 .cta-content h1.title .top-row:before {
    width: 349px;
    height: 58px;
    background-image: url("data:image/svg+xml,%3Csvg width='349' height='58' viewBox='0 0 349 58' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.443191 35.6618C2.31112 48.5345 11.673 54.2768 16.1205 55.5388L22.8435 56.9841C28.0801 58.1098 33.5017 58.0543 38.7142 56.8217C41.4324 56.179 44.216 55.8543 47.0092 55.8543H59.1497H80.1639L93.9883 56.5425C97.4362 56.7142 100.893 56.4965 104.292 55.8937C107.984 55.2389 111.742 55.0387 115.483 55.2976L123.526 55.8543H140.204L151.57 56.4994C155.102 56.6998 158.645 56.5305 162.142 55.9941C166.84 55.2735 171.616 55.2163 176.33 55.8244L183.901 56.8008H191.15C194.537 56.8008 197.917 56.484 201.246 55.8543C204.574 55.2247 207.954 54.9078 211.341 54.9078H215.716C218.954 54.9078 222.181 55.3056 225.322 56.0922C229.697 57.1876 234.227 57.5267 238.716 57.0949L251.613 55.8543L260.028 54.6162C264.39 53.9744 268.831 54.1173 273.142 55.0382C275.683 55.5808 278.273 55.8543 280.871 55.8543H300.646L303.215 55.6334L303.48 55.6106C303.593 55.601 303.675 55.5941 303.757 55.5873C309.007 55.1548 314.287 55.2692 319.514 55.9287C319.648 55.9457 319.783 55.9632 320.052 55.9982L326.359 56.8169C327.892 57.0159 329.442 57.0453 330.981 56.9045L333.984 56.6299C339.267 56.1468 343.937 53.0008 346.37 48.2871C347.15 46.7756 347.676 45.1462 347.928 43.464L348.156 41.9423C348.711 38.2295 348.418 34.4391 347.297 30.8561L347.037 30.023C346.172 27.2572 345.732 24.3762 345.732 21.4783V17.3829C345.732 15.823 345.474 14.2738 344.967 12.7984L344.622 11.7925C343.926 9.76591 342.636 7.99586 340.92 6.71291L340.869 6.67489C340.001 6.02654 339.242 5.24508 338.619 4.35949C336.577 1.45796 333.183 -0.184135 329.641 0.0164842L316.713 0.748701C314.306 0.88501 311.963 1.575 309.867 2.76494C306.54 4.65355 302.636 5.25897 298.893 4.46696L289.149 2.40518C284.615 1.44565 279.952 1.24463 275.352 1.81028L271.962 2.22717C269.345 2.54888 266.759 3.08383 264.23 3.82666L260.947 4.79076C257.231 5.88216 253.014 7.35216 249.513 5.69624C249.281 5.58658 247.934 5.68986 246.194 5.63476C241.221 5.47733 236.471 3.26462 231.603 2.23567C227.595 1.38865 223.474 1.2242 219.411 1.74927L207.293 3.31564C204.857 3.63054 202.38 3.33111 200.089 2.4446C197.573 1.47088 194.838 1.20708 192.182 1.68197L178.897 4.05714L171.802 5.3423C166.148 6.3663 160.34 6.14751 154.779 4.70114C151.525 3.85458 148.176 3.42612 144.813 3.42612H130.224C130.014 3.42612 129.909 3.42612 129.805 3.42641C125.627 3.43792 121.458 3.79382 117.339 4.49051C117.236 4.50792 117.133 4.52563 116.928 4.56095L116.926 4.56127L110.625 5.64494C104.609 6.67961 98.4472 6.51656 92.4941 5.16513C87.4232 4.01399 82.1949 3.72367 77.0278 4.30631L55.168 6.77122C53.4615 6.96364 51.8031 7.45876 50.2704 8.23335C44.7689 11.0138 38.9456 8.62629 33.1936 6.4099C30.6206 5.41842 27.076 4.99202 21.6514 5.60775C4.9735 7.50079 -1.89172 19.5709 0.443191 35.6618Z' fill='white' /%3E%3C/svg%3E");
  }
  .home_index_page .main .cta-section.december2025 .cta-content h1.title .bottom-row {
    font-size: 80px;
    margin-top: -16px;
  }
  .home_index_page .main .cta-section.december2025 .cta-content h1.title .bottom-row:before {
    width: 430px;
    height: 75px;
    background-image: url("data:image/svg+xml,%3Csvg width='430' height='75' viewBox='0 0 430 75' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.66647 35.9317C2.90316 37.0142 1.54037 49.8091 0.444071 59.4718C0.029738 63.1237 1.30584 66.7651 3.92098 69.3476C6.33997 71.7363 9.66349 72.9791 13.0563 72.7636L44.5689 70.7618C46.0087 70.6703 47.4372 70.4483 48.8368 70.0986L53.2306 69.0005C57.4802 67.9385 61.9822 68.8663 65.4656 71.5221C69.1534 74.3336 73.9685 75.1994 78.4046 73.8486L84.1442 72.1009C87.3473 71.1256 90.708 70.7751 94.0434 71.0685L112.55 72.6963C115.488 72.9546 118.395 71.9467 120.542 69.9259C124.277 66.4114 130.023 66.1651 134.045 69.3474L134.505 69.7113C136.01 70.9027 137.801 71.68 139.7 71.9662L148.529 73.2973C153.118 73.9891 157.787 73.9604 162.367 73.2123L167.206 72.4218C174.489 71.2322 181.921 71.2943 189.183 72.6053C195.558 73.7562 202.069 73.9455 208.499 73.1669L223.598 71.3389C227.495 70.8671 231.447 71.1656 235.229 72.2175C240.234 73.6095 245.515 73.6764 250.553 72.4118L251.696 72.1248C255.65 71.1324 259.749 70.8502 263.802 71.2916L273.656 72.3647C278.086 72.8471 282.563 72.0967 286.594 70.1962C291.988 67.6527 298.131 67.1912 303.845 68.9002L305.561 69.4134C308.245 70.2164 311.032 70.6243 313.834 70.6243H333.166L356.666 72.5668C360.928 72.919 365.213 72.2788 369.186 70.6964L371.842 69.6384C377.274 67.4745 383.36 67.6627 388.649 70.1579L390.545 71.0525C395.967 73.611 402.327 73.1844 407.359 69.9246C412.098 66.8544 415.044 61.6674 415.253 56.0245L415.489 49.6606C415.649 45.3267 416.761 41.0812 418.745 37.2249L423.051 28.8556L427.825 20.568C429.69 17.3309 429.974 13.4195 428.596 9.94714C426.797 5.41279 422.478 2.37982 417.602 2.22806L398.249 1.62567H358.401L316.55 0L261.648 2.47805L217.581 0L172.792 2.47805L108.137 0H62.2991C58.6782 0 56.8678 0 55.0631 0.0989129C53.4592 0.186823 51.8591 0.333259 50.2658 0.537928C48.4732 0.768213 46.6928 1.09681 43.1321 1.75401L28.8521 4.3897C26.817 4.76531 24.7382 4.84406 22.6806 4.62349L17.1254 4.02799C8.99848 3.15681 1.59523 8.75558 0.220329 16.8126C-0.073206 18.5327 -0.0741642 20.2893 0.219898 22.0093C1.12363 27.2955 2.42176 34.8124 2.66647 35.9317Z' fill='white' /%3E%3C/svg%3E");
  }
  .home_index_page .main .cta-section.december2025 .cta-content h1.title .speed {
    -ms-flex-item-align: end;
        align-self: flex-end;
    font-size: 24px;
    padding: 6px 17px 6px 13px;
    margin-right: -16px;
  }
  .home_index_page .main .cta-section.december2025 .cta-content h1.title .speed:before {
    width: 201px;
    height: 38px;
    background-image: url("data:image/svg+xml,%3Csvg width='201' height='38' viewBox='0 0 201 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.237496 22.2016L0.03982 24.6163C-0.273913 28.4487 1.27803 32.1976 4.20883 34.6868C6.69972 36.8025 9.94918 37.8041 13.1989 37.4581L20.9815 36.6294L45.894 35.2292L65.3705 36.6294C65.3705 36.6294 83.0888 37.614 89.5213 36.6294C95.9537 35.6447 116.788 35.625 116.788 35.625C116.788 35.625 127.344 36.6294 137.044 36.6294C146.744 36.6294 158.078 35.625 158.078 35.625L186.874 36.5195C189.19 36.5915 191.483 36.0496 193.522 34.949C199.271 31.8449 201.864 24.9867 199.607 18.8553L199.368 18.2083L197.5 12.1726C196.063 7.53077 191.771 4.36598 186.912 4.36598C186.129 4.36598 185.349 4.28318 184.585 4.11895L176.707 2.42735C172.888 1.6073 168.954 1.47196 165.087 2.02764C163.533 2.25105 161.965 2.36318 160.394 2.36318H156.648C153.452 2.36318 150.263 2.08714 147.116 1.53814C141.274 0.519303 135.307 0.44356 129.442 1.31379L129.162 1.35524C124.65 2.0248 120.073 2.1523 115.53 1.73503L96.6391 0L22.1327 3.5625L16.0013 4.42787C10.992 5.13486 6.54115 7.99384 3.81519 12.2555C3.30313 13.056 2.85773 13.8973 2.4835 14.7708L1.52789 17.0013C0.819939 18.6537 0.38417 20.4099 0.237496 22.2016Z' fill='white' /%3E%3C/svg%3E");
  }
}
@media (max-width: 479px) {
  .home_index_page .main .cta-section.december2025 .cta-content h1.title {
    margin-bottom: 38px;
  }
  .home_index_page .main .cta-section.december2025 .cta-content h1.title.lv .top-row:before {
    width: 200px;
    height: 41px;
    background-image: url("data:image/svg+xml,%3Csvg width='200' height='41' viewBox='0 0 200 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.212102 25.4152C1.26826 34.2482 6.56164 38.1884 9.07631 39.0543L12.8589 40.0412C15.8151 40.8124 18.9242 40.7747 21.8607 39.9319C23.389 39.4934 24.9711 39.2708 26.5611 39.2708H33.4058H45.2876L53.0857 39.742C55.0446 39.8603 57.0106 39.711 58.9292 39.298C61.0136 38.8494 63.153 38.7121 65.2776 38.8905L69.8056 39.2708H79.2357L85.6498 39.7126C87.6523 39.8505 89.6643 39.7344 91.6377 39.3671C94.2892 38.8735 97.0053 38.8345 99.6699 39.2516L101.351 39.5147C103.076 39.7847 104.819 39.9203 106.565 39.9203H108.018C109.947 39.9203 111.87 39.7024 113.749 39.2708C115.629 38.8392 117.552 38.6214 119.481 38.6214H121.9C123.749 38.6214 125.587 38.8945 127.356 39.432C129.826 40.1825 132.424 40.4153 134.988 40.116L142.228 39.2708L146.96 38.4259C149.434 37.9841 151.975 38.0819 154.408 38.7125C155.838 39.0832 157.309 39.2708 158.787 39.2708H169.952L171.507 39.1087C174.606 38.7852 177.735 38.867 180.814 39.3521L183.818 39.8254C185.13 40.032 186.463 40.0542 187.78 39.8913L192.374 39.3235C195.76 38.9049 198.491 36.3522 199.137 33.0019L199.591 28.8357C199.852 26.4483 199.098 24.0612 197.513 22.2566L194.288 18.583C193.277 17.4318 193.283 15.7077 194.302 14.5634C194.414 14.4373 194.537 14.3208 194.668 14.2151L196.308 12.898C197.716 11.7676 198.466 10.009 198.309 8.21053C198.15 6.39776 197.089 4.78665 195.487 3.92369L192.271 2.19136C190.496 1.23526 188.511 0.734763 186.495 0.734763H178.624C176.62 0.734763 174.622 0.94415 172.662 1.35951L166.039 2.7632C164.294 3.133 162.476 2.93076 160.855 2.18644C160.011 1.79873 159.107 1.55556 158.182 1.46708L155.812 1.24037C152.444 0.918165 149.095 2.02296 146.579 4.28609L145.801 4.98614C144.34 6.30104 142.236 7.99173 140.531 7.01311C140.298 6.8798 137.816 4.77106 135.768 3.01711C134.675 2.08106 133.431 1.33777 132.087 0.823468C129.377 -0.213413 126.391 -0.272919 123.642 0.655194L118.084 2.53159C116.15 3.18459 114.038 3.0647 112.19 2.19699C111.35 1.80257 110.448 1.55898 109.523 1.47736L104.411 1.02594C102.225 0.832953 100.023 0.974421 97.88 1.44547L97.1494 1.60608C93.9388 2.31179 90.5993 2.16241 87.4645 1.17286C85.6357 0.595544 83.7292 0.301773 81.8114 0.301773H73.6099C71.0805 0.301773 68.5577 0.562227 66.0816 1.07901L63.0563 1.71044C59.3114 2.49202 55.4342 2.36971 51.7461 1.35364L51.2364 1.21321C49.0455 0.609645 46.7708 0.368194 44.5021 0.498408L39.1592 0.805065C37.518 0.89926 35.968 1.59062 34.8014 2.74878C32.0153 5.51482 27.402 5.27438 23.9914 3.32978C21.0202 1.63568 17.2672 0.394526 13.2255 0.951259C3.79551 2.25023 -1.1081 14.3739 0.212102 25.4152Z' fill='white' /%3E%3C/svg%3E");
    top: 52%;
  }
  .home_index_page .main .cta-section.december2025 .cta-content h1.title.lv .bottom-row {
    margin-top: -12px;
  }
  .home_index_page .main .cta-section.december2025 .cta-content h1.title.lv .bottom-row:before {
    width: 337px;
    height: 58px;
    background-image: url("data:image/svg+xml,%3Csvg width='337' height='58' viewBox='0 0 337 58' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.06544 27.2757C2.24815 28.0928 1.20308 37.7014 0.354543 45.0214C0.0248263 47.8657 1.03242 50.7037 3.09221 52.6927C4.93909 54.4761 7.45047 55.4012 10.0129 55.2421L34.4308 53.7253C35.64 53.6502 36.8107 53.2715 37.8349 52.6243C40.691 50.8193 44.4174 51.2402 46.799 53.6367L47.659 54.5022C49.8161 56.6729 52.9523 57.5555 55.9249 56.8284L65.0371 54.5997C67.7146 53.9448 70.4811 53.7313 73.2274 53.9675L88.0832 55.2452C89.9446 55.4053 91.8077 54.9557 93.3912 53.9642C96.1865 52.2139 99.7359 52.2139 102.531 53.9642L102.942 54.2212C104.273 55.055 105.793 55.5411 107.361 55.6351L115.957 56.1499C119.092 56.3377 122.238 56.1825 125.34 55.6871L129.797 54.9751C135.452 54.0719 141.217 54.119 146.856 55.1146C151.806 55.9884 156.857 56.1322 161.849 55.5412L173.578 54.1527C176.601 53.7948 179.665 54.0215 182.602 54.8204C186.49 55.8777 190.582 55.9286 194.495 54.9683L195.384 54.75C198.455 53.9963 201.634 53.782 204.778 54.1169L214.787 55.1827C216.671 55.3833 218.568 54.9605 220.188 53.9792C222.811 52.3911 226.077 52.3082 228.777 53.7614L229.443 54.1202C231.107 55.0162 232.992 55.4212 234.878 55.2881L253.112 54.0004C253.643 53.9629 253.909 53.9441 254.174 53.9275C257.14 53.7421 260.116 53.7572 263.08 53.9727C263.345 53.992 263.61 54.0135 264.141 54.0564L276.908 55.0883C280.227 55.3565 283.565 55.2577 286.863 54.7935L288.231 54.6008C292.879 53.9465 297.608 54.1616 302.177 55.2352L302.943 55.4152C307.558 56.4995 312.348 56.611 317.009 55.7425L322.996 54.6268C326.531 53.9681 329.748 52.1573 332.145 49.4772C336.24 44.8985 337.408 38.4042 335.164 32.6857L334.001 29.7206C332.595 26.1352 332.604 22.1494 334.026 18.5705L335.035 16.0341C336.501 12.3446 335.798 8.14595 333.209 5.13572C331.413 3.0473 328.879 1.73434 326.137 1.47156L310.783 0H281.902H245.73L203.11 1.88108L168.902 0L134.132 1.88108L83.9414 0H37.0566C33.565 0 30.0944 0.540885 26.7684 1.60342L23.1641 2.75482C21.0846 3.41915 18.8898 3.64465 16.7186 3.41706L13.0025 3.02753C6.84495 2.38208 1.23928 6.61523 0.17492 12.7143C-0.0584258 14.0515 -0.059089 15.4189 0.174702 16.7559C0.87587 20.7659 1.87624 26.4295 2.06544 27.2757Z' fill='white' /%3E%3C/svg%3E");
    top: 52%;
  }
  .home_index_page .main .cta-section.december2025 .cta-content h1.title.lv .speed {
    font-size: 20px;
    margin-left: 0;
    margin-right: -5px;
  }
  .home_index_page .main .cta-section.december2025 .cta-content h1.title.lv .speed:before {
    width: 156px;
    height: 32px;
    background-image: url("data:image/svg+xml,%3Csvg width='156' height='32' viewBox='0 0 156 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.221749 18.4197L0.0275055 20.9996C-0.192218 23.9179 0.933109 26.7767 3.08313 28.7622C5.13598 30.6579 7.91381 31.5637 10.6896 31.2423L16.2863 30.5943L35.5813 29.4152L50.666 30.5943C50.666 30.5943 64.3891 31.4235 69.371 30.5943C74.353 29.7651 90.4896 29.7485 90.4896 29.7485C90.4896 29.7485 98.6652 30.5943 106.178 30.5943C113.69 30.5943 122.469 29.7485 122.469 29.7485L144.413 30.4897C146.436 30.558 148.436 30.0504 150.182 29.0259C154.548 26.4623 156.515 21.185 154.891 16.3888L154.449 15.0819L152.85 9.46731C151.832 5.89159 148.566 3.42515 144.848 3.42515C144.211 3.42515 143.576 3.35204 142.956 3.20725L136.888 1.79057C133.941 1.10234 130.888 0.988795 127.897 1.45616C126.694 1.64416 125.478 1.73858 124.26 1.73858H121.368C118.889 1.73858 116.417 1.50618 113.982 1.04441C109.46 0.187041 104.825 0.123354 100.282 0.856201L100.073 0.889848C96.5804 1.45328 93.0293 1.56057 89.5089 1.20902L82.2121 0.480343C77.3336 -0.00682831 72.4253 -0.123647 67.5292 0.130889L17.1779 2.74854L12.8793 3.40817C8.72668 4.04542 5.08077 6.51647 2.95046 10.1376C2.58068 10.7661 2.26064 11.4227 1.99329 12.1012L1.21979 14.0642C0.670651 15.4578 0.33421 16.926 0.221749 18.4197Z' fill='white' /%3E%3C/svg%3E");
  }
  .home_index_page .main .cta-section.december2025 .cta-content h1.title.en .top-row:before {
    width: 190px;
    height: 41px;
    background-image: url("data:image/svg+xml,%3Csvg width='200' height='41' viewBox='0 0 200 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.212102 25.4152C1.26826 34.2482 6.56164 38.1884 9.07631 39.0543L12.8589 40.0412C15.8151 40.8124 18.9242 40.7747 21.8607 39.9319C23.389 39.4934 24.9711 39.2708 26.5611 39.2708H33.4058H45.2876L53.0857 39.742C55.0446 39.8603 57.0106 39.711 58.9292 39.298C61.0136 38.8494 63.153 38.7121 65.2776 38.8905L69.8056 39.2708H79.2357L85.6498 39.7126C87.6523 39.8505 89.6643 39.7344 91.6377 39.3671C94.2892 38.8735 97.0053 38.8345 99.6699 39.2516L101.351 39.5147C103.076 39.7847 104.819 39.9203 106.565 39.9203H108.018C109.947 39.9203 111.87 39.7024 113.749 39.2708C115.629 38.8392 117.552 38.6214 119.481 38.6214H121.9C123.749 38.6214 125.587 38.8945 127.356 39.432C129.826 40.1825 132.424 40.4153 134.988 40.116L142.228 39.2708L146.96 38.4259C149.434 37.9841 151.975 38.0819 154.408 38.7125C155.838 39.0832 157.309 39.2708 158.787 39.2708H169.952L171.507 39.1087C174.606 38.7852 177.735 38.867 180.814 39.3521L183.818 39.8254C185.13 40.032 186.463 40.0542 187.78 39.8913L192.374 39.3235C195.76 38.9049 198.491 36.3522 199.137 33.0019L199.591 28.8357C199.852 26.4483 199.098 24.0612 197.513 22.2566L194.288 18.583C193.277 17.4318 193.283 15.7077 194.302 14.5634C194.414 14.4373 194.537 14.3208 194.668 14.2151L196.308 12.898C197.716 11.7676 198.466 10.009 198.309 8.21053C198.15 6.39776 197.089 4.78665 195.487 3.92369L192.271 2.19136C190.496 1.23526 188.511 0.734763 186.495 0.734763H178.624C176.62 0.734763 174.622 0.94415 172.662 1.35951L166.039 2.7632C164.294 3.133 162.476 2.93076 160.855 2.18644C160.011 1.79873 159.107 1.55556 158.182 1.46708L155.812 1.24037C152.444 0.918165 149.095 2.02296 146.579 4.28609L145.801 4.98614C144.34 6.30104 142.236 7.99173 140.531 7.01311C140.298 6.8798 137.816 4.77106 135.768 3.01711C134.675 2.08106 133.431 1.33777 132.087 0.823468C129.377 -0.213413 126.391 -0.272919 123.642 0.655194L118.084 2.53159C116.15 3.18459 114.038 3.0647 112.19 2.19699C111.35 1.80257 110.448 1.55898 109.523 1.47736L104.411 1.02594C102.225 0.832953 100.023 0.974421 97.88 1.44547L97.1494 1.60608C93.9388 2.31179 90.5993 2.16241 87.4645 1.17286C85.6357 0.595544 83.7292 0.301773 81.8114 0.301773H73.6099C71.0805 0.301773 68.5577 0.562227 66.0816 1.07901L63.0563 1.71044C59.3114 2.49202 55.4342 2.36971 51.7461 1.35364L51.2364 1.21321C49.0455 0.609645 46.7708 0.368194 44.5021 0.498408L39.1592 0.805065C37.518 0.89926 35.968 1.59062 34.8014 2.74878C32.0153 5.51482 27.402 5.27438 23.9914 3.32978C21.0202 1.63568 17.2672 0.394526 13.2255 0.951259C3.79551 2.25023 -1.1081 14.3739 0.212102 25.4152Z' fill='white' /%3E%3C/svg%3E");
    top: 48%;
  }
  .home_index_page .main .cta-section.december2025 .cta-content h1.title.en .bottom-row {
    margin-top: -15px;
  }
  .home_index_page .main .cta-section.december2025 .cta-content h1.title.en .bottom-row:before {
    width: 319px;
    height: 58px;
    background-image: url("data:image/svg+xml,%3Csvg width='337' height='58' viewBox='0 0 337 58' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.06544 27.2757C2.24815 28.0928 1.20308 37.7014 0.354543 45.0214C0.0248263 47.8657 1.03242 50.7037 3.09221 52.6927C4.93909 54.4761 7.45047 55.4012 10.0129 55.2421L34.4308 53.7253C35.64 53.6502 36.8107 53.2715 37.8349 52.6243C40.691 50.8193 44.4174 51.2402 46.799 53.6367L47.659 54.5022C49.8161 56.6729 52.9523 57.5555 55.9249 56.8284L65.0371 54.5997C67.7146 53.9448 70.4811 53.7313 73.2274 53.9675L88.0832 55.2452C89.9446 55.4053 91.8077 54.9557 93.3912 53.9642C96.1865 52.2139 99.7359 52.2139 102.531 53.9642L102.942 54.2212C104.273 55.055 105.793 55.5411 107.361 55.6351L115.957 56.1499C119.092 56.3377 122.238 56.1825 125.34 55.6871L129.797 54.9751C135.452 54.0719 141.217 54.119 146.856 55.1146C151.806 55.9884 156.857 56.1322 161.849 55.5412L173.578 54.1527C176.601 53.7948 179.665 54.0215 182.602 54.8204C186.49 55.8777 190.582 55.9286 194.495 54.9683L195.384 54.75C198.455 53.9963 201.634 53.782 204.778 54.1169L214.787 55.1827C216.671 55.3833 218.568 54.9605 220.188 53.9792C222.811 52.3911 226.077 52.3082 228.777 53.7614L229.443 54.1202C231.107 55.0162 232.992 55.4212 234.878 55.2881L253.112 54.0004C253.643 53.9629 253.909 53.9441 254.174 53.9275C257.14 53.7421 260.116 53.7572 263.08 53.9727C263.345 53.992 263.61 54.0135 264.141 54.0564L276.908 55.0883C280.227 55.3565 283.565 55.2577 286.863 54.7935L288.231 54.6008C292.879 53.9465 297.608 54.1616 302.177 55.2352L302.943 55.4152C307.558 56.4995 312.348 56.611 317.009 55.7425L322.996 54.6268C326.531 53.9681 329.748 52.1573 332.145 49.4772C336.24 44.8985 337.408 38.4042 335.164 32.6857L334.001 29.7206C332.595 26.1352 332.604 22.1494 334.026 18.5705L335.035 16.0341C336.501 12.3446 335.798 8.14595 333.209 5.13572C331.413 3.0473 328.879 1.73434 326.137 1.47156L310.783 0H281.902H245.73L203.11 1.88108L168.902 0L134.132 1.88108L83.9414 0H37.0566C33.565 0 30.0944 0.540885 26.7684 1.60342L23.1641 2.75482C21.0846 3.41915 18.8898 3.64465 16.7186 3.41706L13.0025 3.02753C6.84495 2.38208 1.23928 6.61523 0.17492 12.7143C-0.0584258 14.0515 -0.059089 15.4189 0.174702 16.7559C0.87587 20.7659 1.87624 26.4295 2.06544 27.2757Z' fill='white' /%3E%3C/svg%3E");
    top: 49%;
  }
  .home_index_page .main .cta-section.december2025 .cta-content h1.title.en .speed {
    font-size: 20px;
    margin-left: 0;
    margin-right: -5px;
  }
  .home_index_page .main .cta-section.december2025 .cta-content h1.title.en .speed:before {
    width: 173px;
    background-image: url("data:image/svg+xml,%3Csvg width='156' height='32' viewBox='0 0 156 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.221749 18.4197L0.0275055 20.9996C-0.192218 23.9179 0.933109 26.7767 3.08313 28.7622C5.13598 30.6579 7.91381 31.5637 10.6896 31.2423L16.2863 30.5943L35.5813 29.4152L50.666 30.5943C50.666 30.5943 64.3891 31.4235 69.371 30.5943C74.353 29.7651 90.4896 29.7485 90.4896 29.7485C90.4896 29.7485 98.6652 30.5943 106.178 30.5943C113.69 30.5943 122.469 29.7485 122.469 29.7485L144.413 30.4897C146.436 30.558 148.436 30.0504 150.182 29.0259C154.548 26.4623 156.515 21.185 154.891 16.3888L154.449 15.0819L152.85 9.46731C151.832 5.89159 148.566 3.42515 144.848 3.42515C144.211 3.42515 143.576 3.35204 142.956 3.20725L136.888 1.79057C133.941 1.10234 130.888 0.988795 127.897 1.45616C126.694 1.64416 125.478 1.73858 124.26 1.73858H121.368C118.889 1.73858 116.417 1.50618 113.982 1.04441C109.46 0.187041 104.825 0.123354 100.282 0.856201L100.073 0.889848C96.5804 1.45328 93.0293 1.56057 89.5089 1.20902L82.2121 0.480343C77.3336 -0.00682831 72.4253 -0.123647 67.5292 0.130889L17.1779 2.74854L12.8793 3.40817C8.72668 4.04542 5.08077 6.51647 2.95046 10.1376C2.58068 10.7661 2.26064 11.4227 1.99329 12.1012L1.21979 14.0642C0.670651 15.4578 0.33421 16.926 0.221749 18.4197Z' fill='white' /%3E%3C/svg%3E");
    top: -10px;
  }
  .home_index_page .main .cta-section.december2025 .cta-content h1.title .top-row {
    font-size: 40px;
  }
  .home_index_page .main .cta-section.december2025 .cta-content h1.title .top-row:before {
    width: 275px;
    height: 45px;
    background-image: url("data:image/svg+xml,%3Csvg width='275' height='45' viewBox='0 0 275 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.349219 27.2055C1.82108 37.0237 9.19792 41.4034 12.7024 42.366L18.0034 43.469C22.1305 44.3278 26.3944 44.2855 30.5037 43.3449C32.6471 42.8543 34.839 42.6066 37.0379 42.6066H46.6079H63.1664L74.063 43.1317C76.7781 43.2625 79.4994 43.0965 82.1785 42.6366C85.0882 42.1371 88.0469 41.9844 90.9926 42.1817L97.3346 42.6066H110.476L119.434 43.0987C122.216 43.2515 125.006 43.1224 127.762 42.7132C131.465 42.1634 135.226 42.1198 138.941 42.5836L144.907 43.3285H150.624C153.291 43.3285 155.952 43.0869 158.575 42.6066C161.198 42.1263 163.859 41.8847 166.525 41.8847H169.982C172.531 41.8847 175.071 42.188 177.548 42.7884C180.996 43.624 184.558 43.8826 188.091 43.5537L198.262 42.6066L204.898 41.6616C208.333 41.1723 211.827 41.2814 215.226 41.9839C217.228 42.398 219.268 42.6066 221.313 42.6066H236.899L238.925 42.438C243.345 42.0701 247.79 42.1634 252.19 42.7164L257.189 43.3445C258.378 43.4939 259.578 43.5159 260.772 43.4103L263.394 43.1782C267.422 42.8216 270.997 40.4554 272.899 36.8873C273.532 35.7003 273.961 34.415 274.166 33.0855L274.333 32.0064C274.772 29.17 274.54 26.2703 273.658 23.5392L273.453 22.9026C272.772 20.7953 272.425 18.5944 272.425 16.3799V13.2952C272.425 12.0853 272.218 10.8843 271.814 9.74394L271.568 9.04976C271.008 7.47241 269.964 6.08913 268.608 5.10799C267.921 4.61049 267.307 4.00074 266.808 3.3143C265.203 1.10602 262.587 -0.137354 259.861 0.0120913L249.543 0.577764C247.656 0.681237 245.816 1.20754 244.159 2.11776C241.536 3.55909 238.485 4.0207 235.553 3.42011L227.835 1.83926C224.263 1.10781 220.598 0.954564 216.978 1.38539L214.294 1.70478C212.234 1.95003 210.196 2.35828 208.2 2.9257L205.626 3.65738C202.691 4.49189 199.382 5.62077 196.607 4.35045C196.426 4.26753 195.382 4.34425 194.028 4.30462C190.094 4.18952 186.324 2.49434 182.469 1.70562C179.327 1.06288 176.101 0.938095 172.92 1.33619L163.33 2.53599C161.415 2.77558 159.47 2.54712 157.663 1.87021C155.678 1.12681 153.531 0.925468 151.443 1.28689L140.965 3.10029L135.365 4.08208C130.913 4.86263 126.346 4.69565 121.963 3.59205C119.396 2.94583 116.76 2.61901 114.113 2.61901H102.609C99.0986 2.61901 95.5946 2.90867 92.1321 3.48505L87.1634 4.31218C82.4233 5.10125 77.576 4.97678 72.8827 3.94548C68.8849 3.06703 64.7708 2.84551 60.7019 3.28962L43.4642 5.17104C42.1232 5.31741 40.8177 5.6954 39.6059 6.28819C35.2497 8.41926 30.6635 6.55355 26.1122 4.87877C24.0883 4.13399 21.3047 3.81667 17.0606 4.28296C3.91894 5.72681 -1.49061 14.9328 0.349219 27.2055Z' fill='white' /%3E%3C/svg%3E");
  }
  .home_index_page .main .cta-section.december2025 .cta-content h1.title .bottom-row {
    font-size: 62px;
    margin-top: -10px;
  }
  .home_index_page .main .cta-section.december2025 .cta-content h1.title .bottom-row:before {
    width: 331px;
    height: 58px;
    background-image: url("data:image/svg+xml,%3Csvg width='331' height='58' viewBox='0 0 331 58' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.05595 27.8943C2.23862 28.7363 1.18449 38.7056 0.339193 46.2119C0.022776 49.0217 0.999897 51.8229 3.00406 53.8174C4.87805 55.6825 7.4622 56.6538 10.1007 56.4849L34.3324 54.9336C35.4421 54.8625 36.5431 54.6901 37.6214 54.4185L40.9935 53.5693C44.2723 52.7435 47.7487 53.4634 50.4299 55.5235C53.2685 57.7045 56.9874 58.3762 60.4096 57.326L64.8175 55.9734C67.285 55.2161 69.8759 54.944 72.447 55.1719L86.6907 56.4345C88.9577 56.6354 91.2019 55.8535 92.8532 54.2873C95.7261 51.5625 100.168 51.372 103.263 53.8407L103.614 54.1206C104.772 55.0436 106.151 55.6465 107.615 55.8688L114.406 56.9006C117.946 57.4384 121.549 57.4161 125.082 56.8345L128.801 56.2223C134.41 55.2988 140.137 55.347 145.73 56.3647C150.64 57.258 155.657 57.405 160.61 56.8005L172.238 55.3818C175.241 55.0154 178.286 55.2471 181.199 56.0635C185.053 57.1439 189.124 57.1959 193.004 56.2142L193.884 55.9916C196.93 55.2213 200.088 55.0023 203.211 55.345L210.794 56.1772C214.209 56.552 217.661 55.9695 220.765 54.4949C224.918 52.5211 229.657 52.163 234.061 53.4902L235.376 53.8869C237.444 54.5101 239.591 54.8268 241.751 54.8268H256.64L274.738 56.3344C278.023 56.608 281.326 56.1111 284.385 54.8831L286.43 54.0624C290.613 52.383 295.308 52.5289 299.379 54.4647L300.795 55.1383C304.995 57.1355 309.932 56.803 313.826 54.2606C317.456 51.8905 319.71 47.9052 319.869 43.5727L320.054 38.5423C320.177 35.1839 321.033 31.893 322.561 28.8998L325.879 22.4011L329.568 15.9471C330.998 13.445 331.216 10.4292 330.16 7.74749C328.769 4.21353 325.408 1.84659 321.612 1.72751L306.773 1.26203H276.079L243.841 0L201.55 1.92375L167.605 0L133.104 1.92375L83.3003 0H48.664C46.6351 0 45.6207 0 44.6085 0.0310638C41.913 0.113796 39.225 0.361667 36.5598 0.773283C35.559 0.927834 34.5617 1.11335 32.567 1.48439L22.2379 3.40571C20.663 3.69866 19.0538 3.76008 17.4612 3.58802L13.2942 3.13785C6.98114 2.45583 1.22891 6.80808 0.168835 13.0687C-0.0554124 14.3931 -0.0561803 15.7449 0.168462 17.0691C0.864726 21.1737 1.86719 27.0242 2.05595 27.8943Z' fill='white' /%3E%3C/svg%3E");
    top: 48%;
  }
  .home_index_page .main .cta-section.december2025 .cta-content h1.title .speed {
    font-size: 20px;
    padding: 5px 13px 5px 9px;
    margin-left: 0;
    margin-right: -5px;
  }
  .home_index_page .main .cta-section.december2025 .cta-content h1.title .speed:before {
    width: 165px;
    height: 32px;
    background-image: url("data:image/svg+xml,%3Csvg width='165' height='32' viewBox='0 0 165 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.208358 18.4361L0.0313718 20.6601C-0.21691 23.78 1.02619 26.8333 3.38308 28.8925C5.46648 30.7128 8.21706 31.5772 10.9672 31.276L17.1893 30.5944L37.5834 29.4153L53.5273 30.5944C53.5273 30.5944 68.0321 31.4236 73.2978 30.5944C78.5636 29.7652 95.6194 29.7486 95.6194 29.7486C95.6194 29.7486 104.261 30.5944 112.201 30.5944C120.142 30.5944 129.421 29.7486 129.421 29.7486L152.87 30.498C154.845 30.5611 156.8 30.0879 158.527 29.1286C163.205 26.5305 165.314 20.9278 163.511 15.8898L163.222 15.082L161.637 9.81564C160.496 6.02207 157.002 3.42526 153.041 3.42526C152.39 3.42526 151.74 3.35441 151.104 3.21395L144.667 1.79207C141.544 1.10225 138.322 0.988418 135.158 1.45617C133.886 1.64427 132.602 1.73869 131.315 1.73869H128.252C125.635 1.73869 123.023 1.50625 120.447 1.04411C115.666 0.186333 110.777 0.12258 105.975 0.855415L105.749 0.889917C102.056 1.45363 98.3067 1.56097 94.5871 1.20953L86.8701 0.480433C81.7132 -0.00680037 76.5279 -0.123631 71.3542 0.130842L18.1317 2.74864L13.2681 3.45476C9.07299 4.06383 5.36029 6.49274 3.12182 10.0926C2.71236 10.7511 2.35684 11.4416 2.05872 12.1574L1.26432 14.0648C0.684393 15.4572 0.328016 16.9325 0.208358 18.4361Z' fill='white' /%3E%3C/svg%3E");
  }
}
.home_index_page .main .cta-section.december2025 .cta-content .list-tariff {
  margin-bottom: 20px;
  position: relative;
}
.home_index_page .main .cta-section.december2025 .cta-content .list-tariff .list-item {
  border-radius: 8px;
  font-size: 22px;
  font-weight: 400;
  line-height: 100%;
  padding: 14px;
  margin-right: 10px;
}
.home_index_page .main .cta-section.december2025 .cta-content .list-tariff .list-item b {
  font-weight: 700;
  margin-left: 4px;
}
.home_index_page .main .cta-section.december2025 .cta-content .list-tariff .list-item:last-of-type {
  margin-right: 0;
}
.home_index_page .main .cta-section.december2025 .cta-content .list-tariff .list-item.item-speed {
  background: -webkit-gradient(linear, left top, right top, from(#ff8e2e), to(#e03a00));
  background: linear-gradient(90deg, #ff8e2e 0%, #e03a00 100%);
}
.home_index_page .main .cta-section.december2025 .cta-content .list-tariff .list-item.item-shield {
  background: rgba(255, 255, 255, 0.16);
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.december2025 .cta-content .list-tariff .list-item.item-speed {
    position: absolute;
    height: 52px;
    right: 0;
    top: -75px;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.december2025 .cta-content .list-tariff {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 30px;
  }
  .home_index_page .main .cta-section.december2025 .cta-content .list-tariff .list-item {
    margin-bottom: 10px;
  }
  .home_index_page .main .cta-section.december2025 .cta-content .list-tariff .list-item.item-speed {
    position: relative;
    height: 62px;
    right: auto;
    top: auto;
  }
  .home_index_page .main .cta-section.december2025 .cta-content .list-tariff .list-item:last-of-type {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.december2025 .cta-content .list-tariff {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 40px;
  }
}
@media (max-width: 479px) {
  .home_index_page .main .cta-section.december2025 .cta-content .list-tariff .list-item {
    font-size: 18px;
  }
}
.home_index_page .main .cta-section.december2025 .cta-content .title-points {
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.december2025 .cta-content .title-points {
    text-align: center;
  }
}
.home_index_page .main .cta-section.december2025 .cta-content .points {
  margin-bottom: 33px;
  position: relative;
  z-index: 6;
}
.home_index_page .main .cta-section.december2025 .cta-content .points.en {
  margin-bottom: 68px;
}
.home_index_page .main .cta-section.december2025 .cta-content .points .point {
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 24px;
}
.home_index_page .main .cta-section.december2025 .cta-content .points .point:last-of-type {
  margin-bottom: 0;
}
.home_index_page .main .cta-section.december2025 .cta-content .points .point svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 8px;
}
.home_index_page .main .cta-section.december2025 .cta-content .points .point b {
  margin-right: 5px;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.december2025 .cta-content .points {
    margin-bottom: 82px;
  }
  .home_index_page .main .cta-section.december2025 .cta-content .points.en {
    margin-bottom: 82px;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.december2025 .cta-content .points {
    margin-bottom: 92px;
  }
  .home_index_page .main .cta-section.december2025 .cta-content .points.en {
    margin-bottom: 92px;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.december2025 .cta-content .points {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 118px;
  }
  .home_index_page .main .cta-section.december2025 .cta-content .points.en {
    margin-bottom: 118px;
  }
  .home_index_page .main .cta-section.december2025 .cta-content .points .point {
    text-align: center;
  }
}
@media (max-width: 479px) {
  .home_index_page .main .cta-section.december2025 .cta-content .points {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 127px;
  }
  .home_index_page .main .cta-section.december2025 .cta-content .points.en {
    margin-bottom: 127px;
  }
  .home_index_page .main .cta-section.december2025 .cta-content .points .point {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .home_index_page .main .cta-section.december2025 .cta-content .points .point svg {
    width: 20px;
    height: auto;
  }
}
.home_index_page .main .cta-section.december2025 .cta-content .discount-block {
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 18px;
  margin-bottom: 120px;
  position: relative;
}
.home_index_page .main .cta-section.december2025 .cta-content .discount-block.lv .old_price {
  right: -180px;
}
.home_index_page .main .cta-section.december2025 .cta-content .discount-block .new_price {
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: 700;
  position: relative;
}
.home_index_page .main .cta-section.december2025 .cta-content .discount-block .new_price .text-start-price {
  -ms-flex-item-align: end;
      align-self: flex-end;
  font-size: 34px;
  font-weight: 400;
  line-height: 100%;
  text-transform: lowercase;
  margin-right: 6px;
}
.home_index_page .main .cta-section.december2025 .cta-content .discount-block .new_price .euro {
  font-weight: 700;
  font-size: 190px;
  line-height: 73%;
  letter-spacing: -0.02em;
  -webkit-text-stroke: 2px #F26824;
}
.home_index_page .main .cta-section.december2025 .cta-content .discount-block .new_price .right-part {
  position: relative;
  margin-left: 7px;
}
.home_index_page .main .cta-section.december2025 .cta-content .discount-block .new_price .right-part .cents {
  font-weight: 700;
  font-size: 90px;
  line-height: 85%;
  -webkit-text-stroke: 2px #F26824;
  margin-bottom: 5px;
  position: relative;
}
.home_index_page .main .cta-section.december2025 .cta-content .discount-block .new_price .right-part .cents .icon-quote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: -3px;
  right: -15px;
}
.home_index_page .main .cta-section.december2025 .cta-content .discount-block .new_price .right-part .value {
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  margin-left: 6px;
}
.home_index_page .main .cta-section.december2025 .cta-content .discount-block .new_price .right-part .until {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  margin-top: 5px;
  margin-left: 5px;
  position: relative;
  left: auto;
  bottom: auto;
  -webkit-transform: none;
          transform: none;
}
.home_index_page .main .cta-section.december2025 .cta-content .discount-block .old_price {
  font-family: "proxima-nova", Arial, sans-serif;
  color: #cdf1ff;
  width: 133px;
  height: 120px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 8px;
  right: -185px;
}
.home_index_page .main .cta-section.december2025 .cta-content .discount-block .old_price:before {
  content: "";
  display: block;
  width: 90%;
  height: 2px;
  background-color: #cdf1ff;
  position: absolute;
  top: 52%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-23deg);
          transform: translateX(-50%) translateY(-50%) rotate(-23deg);
}
.home_index_page .main .cta-section.december2025 .cta-content .discount-block .old_price:after {
  content: "";
  display: block;
  width: 172px;
  height: 214px;
  background-image: url("/assets/images/december2025/ice-old-price.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: -20px;
  left: -19px;
  z-index: -1;
}
.home_index_page .main .cta-section.december2025 .cta-content .discount-block .old_price .euro {
  font-weight: 600;
  font-size: 60px;
  line-height: 105%;
  letter-spacing: -0.04em;
}
.home_index_page .main .cta-section.december2025 .cta-content .discount-block .old_price .right-part {
  margin-left: 5px;
}
.home_index_page .main .cta-section.december2025 .cta-content .discount-block .old_price .right-part .cents {
  font-weight: 600;
  font-size: 30px;
  line-height: 105%;
  margin-top: -3px;
}
.home_index_page .main .cta-section.december2025 .cta-content .discount-block .old_price .right-part .value {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  margin-top: -1px;
}
.home_index_page .main .cta-section.december2025 .cta-content .discount-block .bottom-quote-row {
  position: absolute;
  left: 0;
  bottom: -11px;
}
.home_index_page .main .cta-section.december2025 .cta-content .discount-block .bottom-quote-row .until {
  width: auto;
  color: #fff;
  font-size: 16px;
  line-height: 120%;
  margin-right: 7px;
}
.home_index_page .main .cta-section.december2025 .cta-content .discount-block .bottom-quote-row .text-agreement-terms {
  width: auto;
}
.home_index_page .main .cta-section.december2025 .cta-content .discount-block .bottom-quote-row .text-agreement-terms > * {
  color: #fff;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  text-decoration: underline;
  position: relative;
  z-index: 5;
}
.home_index_page .main .cta-section.december2025 .cta-content .discount-block .bottom-quote-row .text-agreement-terms > *:hover {
  opacity: 0.8;
}
.home_index_page .main .cta-section.december2025 .cta-content .discount-block .bottom-quote-row .text-agreement-terms > *:hover svg {
  opacity: 0.8;
}
.home_index_page .main .cta-section.december2025 .cta-content .discount-block .bottom-quote-row .text-agreement-terms svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 6px;
}
.home_index_page .main .cta-section.december2025 .cta-content .discount-block .bottom-quote-row .text-agreement-terms .rules {
  display: none;
}
.home_index_page .main .cta-section.december2025 .cta-content .discount-block .until {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -21px;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.december2025 .cta-content .discount-block {
    margin-bottom: 100px;
  }
  .home_index_page .main .cta-section.december2025 .cta-content .discount-block .old_price {
    top: -50px;
    right: -170px;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.december2025 .cta-content .discount-block {
    margin-bottom: 72px;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.december2025 .cta-content .discount-block {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-item-align: end;
        align-self: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home_index_page .main .cta-section.december2025 .cta-content .discount-block.lv {
    margin-right: 15px;
  }
  .home_index_page .main .cta-section.december2025 .cta-content .discount-block.lv .old_price {
    right: auto;
  }
  .home_index_page .main .cta-section.december2025 .cta-content .discount-block .old_price {
    margin-top: 70px;
    position: relative;
    top: auto;
    right: auto;
  }
  .home_index_page .main .cta-section.december2025 .cta-content .discount-block .bottom-quote-row {
    bottom: 175px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 479px) {
  .home_index_page .main .cta-section.december2025 .cta-content .discount-block.lv, .home_index_page .main .cta-section.december2025 .cta-content .discount-block.en {
    margin-right: 8px;
  }
  .home_index_page .main .cta-section.december2025 .cta-content .discount-block .new_price .euro {
    font-size: 150px;
  }
  .home_index_page .main .cta-section.december2025 .cta-content .discount-block .new_price .right-part .cents {
    font-size: 70px;
  }
  .home_index_page .main .cta-section.december2025 .cta-content .discount-block .new_price .right-part .cents .icon-quote svg {
    width: 13px;
  }
  .home_index_page .main .cta-section.december2025 .cta-content .discount-block .new_price .right-part .value {
    font-size: 18px;
    margin-top: 7px;
  }
  .home_index_page .main .cta-section.december2025 .cta-content .discount-block .new_price .right-part .until {
    font-size: 14px;
    margin-top: 8px;
  }
  .home_index_page .main .cta-section.december2025 .cta-content .discount-block .old_price {
    width: 98px;
    height: 89px;
    margin-top: 75px;
  }
  .home_index_page .main .cta-section.december2025 .cta-content .discount-block .old_price:after {
    width: 131px;
    height: 159px;
    background-image: url("/assets/images/december2025/ice-old-price-mobile.png");
    top: -15px;
    left: -18px;
  }
  .home_index_page .main .cta-section.december2025 .cta-content .discount-block .old_price .euro {
    font-size: 46px;
  }
  .home_index_page .main .cta-section.december2025 .cta-content .discount-block .old_price .right-part {
    margin-top: 1px;
  }
  .home_index_page .main .cta-section.december2025 .cta-content .discount-block .old_price .right-part .cents {
    font-size: 22px;
  }
  .home_index_page .main .cta-section.december2025 .cta-content .discount-block .old_price .right-part .value {
    font-size: 12px;
    margin-top: 0;
  }
  .home_index_page .main .cta-section.december2025 .cta-content .discount-block .bottom-quote-row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    bottom: -15px;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.december2025 .cta-content .bottom-block {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.home_index_page .main .cta-section.december2025 .cta-content .button {
  width: 250px;
  height: 60px;
  color: #040707;
  font-size: 20px;
  font-weight: 600;
  padding: 0 15px;
  font-family: "Roboto", sans-serif;
  border: 0;
  background: #fff;
  z-index: 10;
}
.home_index_page .main .cta-section.december2025 .cta-content .button a {
  color: #040707;
  letter-spacing: 0;
  text-decoration: none;
  border-bottom: none;
  text-transform: none;
}
.home_index_page .main .cta-section.december2025 .cta-content .link-agreement {
  display: block;
  width: 250px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  text-decoration: underline;
  border-bottom: none;
  margin-top: 10px;
  position: absolute;
  bottom: -28px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.december2025 .cta-content .link-agreement {
    display: block;
  }
}
.home_index_page .main .cta-section.december2025 .check-form-section {
  display: block;
  position: relative;
}
.home_index_page .main .cta-section.december2025 .check-form-section .white-box {
  margin-top: 0;
}
.home_index_page .main .cta-section.december2025 .check-form-section .white-box .box-inner .title {
  font-weight: 500;
  line-height: 132%;
}
.home_index_page .main .cta-section.december2025 .check-form-section .white-box .box-inner .title .highlight-text {
  color: #2B2E74 !important;
}
.home_index_page .main .cta-section.december2025 .check-form-section .white-box .box-inner .form .input input {
  border-color: #f5f5f5;
  border-radius: 30px;
  background: #f5f5f5;
  font-size: 16px;
  padding: 0 25px;
  height: 50px;
}
.home_index_page .main .cta-section.december2025 .check-form-section .white-box .box-inner .form .form-info .callback .phone svg.icon {
  fill: #2B2E74 !important;
}
.home_index_page .main .cta-section.december2025 .check-form-section .white-box .box-inner .form .form-info .terms-checkbox label.checkbox {
  max-width: 100% !important;
}
.home_index_page .main .cta-section.december2025 .check-form-section .white-box .box-inner .form .form-info .terms-checkbox label.checkbox input[type=checkbox]:checked ~ .custom-checkbox {
  background-color: #2B2E74 !important;
  border-color: #2B2E74 !important;
}
.home_index_page .main .cta-section.december2025 .check-form-section .white-box .box-inner .form .form-info .terms-checkbox label.checkbox .checkbox-name a {
  border-color: #2B2E74 !important;
  color: #2B2E74 !important;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.home_index_page .main .cta-section.december2025 .check-form-section .white-box .box-inner .form .form-info .terms-checkbox label.checkbox .checkbox-name a:hover {
  border-color: #F26824 !important;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.home_index_page .main .cta-section.december2025 .check-form-section .white-box .box-inner .form .button-holder .button {
  background: #F26824 !important;
  color: #fff;
  font-weight: 600;
  max-width: 260px;
  width: 100% !important;
  height: 55px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.home_index_page .main .cta-section.december2025 .check-form-section .white-box .box-inner .form .button-holder .button svg {
  fill: #fff;
}
.home_index_page .main .cta-section.december2025 .check-form-section .white-box .box-inner .form .button-holder .button:hover {
  background: #2B2E74 !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.december2025 .check-form-section {
    display: block !important;
  }
  .home_index_page .main .cta-section.december2025 .check-form-section .white-box {
    margin-top: 20px !important;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.december2025 .check-form-section {
    /*&:before {
      content: '';
      display: block;
      width: 387px;
      height: 560px;
      background-image: url(/assets/images/november2025/img-november2025-480.png);
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      position: absolute;
      top: -535px;
      right: 55%;
      transform: translateX(50%);
      z-index: 3;
    }*/
  }
}
@media (max-width: 479px) {
  .home_index_page .main .cta-section.december2025 .check-form-section {
    /*&:before {
      width: 375px;
      height: 545px;
      background-image: url(/assets/images/november2025/img-november2025-375.png);
      top: -500px;
      right: 52%;
    }*/
  }
}
.home_index_page .main .cta-section.september2025 {
  background-image: url(/assets/images/november2025/bg-first-screen-1920.jpg);
  height: auto;
  position: relative;
  background-size: cover;
  overflow: hidden;
}
.home_index_page .main .cta-section.september2025:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.september2025 {
    background-image: url(/assets/images/november2025/bg-first-screen-1024.jpg);
    background-position: center -2px;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.september2025 {
    background-image: url(/assets/images/november2025/bg-first-screen-768.jpg);
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.september2025 {
    background-image: url(/assets/images/november2025/bg-first-screen-480.jpg);
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.september2025 {
    background-image: url(/assets/images/november2025/bg-first-screen-375.jpg);
  }
}
.home_index_page .main .cta-section.september2025 .cta-inner {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 44px;
  padding-bottom: 55px;
  z-index: 5;
}
.home_index_page .main .cta-section.september2025 .cta-inner:after {
  content: "";
  display: block;
  width: 1588px;
  height: 424px;
  background-image: url("data:image/svg+xml,%3Csvg width='1588' height='424' viewBox='0 0 1588 424' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_8064_14130)'%3E%3Cpath d='M102.446 57.2162L133.746 110.651L108.264 80.6711L93.7393 96.9988L62.8712 51.2597L44.6853 82.6104L14.5245 26.5325L43.3199 58.2411L59.4746 25.0835L92.6614 77.7598L102.446 57.2162Z' fill='%23F8ED51' /%3E%3C/g%3E%3Cg filter='url(%23filter1_d_8064_14130)'%3E%3Cpath d='M1502.5 388.726L1433.42 403.429L1475.02 386.604L1462.56 365.019L1523.16 348.02L1495.74 317.078L1567.28 304.556L1522.62 324.348L1552.71 353.74L1483.77 370.758L1502.5 388.726Z' fill='%23F8ED51' /%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_8064_14130' x='4.52454' y='25.084' width='139.221' height='105.567' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix' /%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha' /%3E%3CfeOffset dy='10' /%3E%3CfeGaussianBlur stdDeviation='5' /%3E%3CfeComposite in2='hardAlpha' operator='out' /%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.35 0' /%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_8064_14130' /%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_8064_14130' result='shape' /%3E%3C/filter%3E%3Cfilter id='filter1_d_8064_14130' x='1423.42' y='304.557' width='153.865' height='118.872' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix' /%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha' /%3E%3CfeOffset dy='10' /%3E%3CfeGaussianBlur stdDeviation='5' /%3E%3CfeComposite in2='hardAlpha' operator='out' /%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.35 0' /%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_8064_14130' /%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_8064_14130' result='shape' /%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  bottom: 98px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
.home_index_page .main .cta-section.september2025 .cta-inner .img {
  display: none;
  height: auto;
  position: absolute;
  image-rendering: -webkit-optimize-contrast;
  z-index: 5;
}
.home_index_page .main .cta-section.september2025 .cta-inner .img.img-main-1920 {
  display: block;
  width: 420px;
  right: 330px;
  bottom: 0;
}
.home_index_page .main .cta-section.september2025 .cta-inner .img.img-main-1024 {
  width: 349px;
  right: 305px;
  bottom: 0;
  z-index: 5;
}
.home_index_page .main .cta-section.september2025 .cta-inner .img.img-main-768 {
  width: 413px;
  right: -15px;
  top: 293px;
}
@media (min-width: 640px) {
  .home_index_page .main .cta-section.september2025 .cta-inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 450px;
    height: auto;
    padding: 50px 0 35px;
  }
}
@media (min-width: 768px) {
  .home_index_page .main .cta-section.september2025 .cta-inner {
    width: 720px;
    height: auto;
    padding: 62px 0;
  }
}
@media (min-width: 1024px) {
  .home_index_page .main .cta-section.september2025 .cta-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 940px;
    height: auto;
    padding: 41px 0 64px;
  }
}
@media (min-width: 1280px) {
  .home_index_page .main .cta-section.september2025 .cta-inner {
    width: 1170px;
    height: auto;
    padding: 87px 0 76px;
  }
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.september2025 .cta-inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .home_index_page .main .cta-section.september2025 .cta-inner:after {
    bottom: 159px;
    left: 29%;
  }
  .home_index_page .main .cta-section.september2025 .cta-inner .img.img-main-1920 {
    display: none;
  }
  .home_index_page .main .cta-section.september2025 .cta-inner .img.img-main-1024 {
    display: block;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.september2025 .cta-inner .img.img-main-1024 {
    display: none;
  }
  .home_index_page .main .cta-section.september2025 .cta-inner .img.img-main-768 {
    display: block;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.september2025 .cta-inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .home_index_page .main .cta-section.september2025 .cta-inner:after {
    display: none;
  }
  .home_index_page .main .cta-section.september2025 .cta-inner .img.img-main-768 {
    display: none;
  }
  .home_index_page .main .cta-section.september2025 .cta-inner .img.img-main-480 {
    display: block;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.september2025 .cta-inner .img.img-main-480 {
    display: none;
  }
  .home_index_page .main .cta-section.september2025 .cta-inner .img.img-main-375 {
    display: block;
  }
}
.home_index_page .main .cta-section.september2025 .cta-content {
  max-width: 815px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #fff;
  font-family: "Roboto", sans-serif;
  padding: 0;
  position: relative;
  z-index: 15;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.september2025 .cta-content {
    max-width: 515px;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.september2025 .cta-content {
    margin-bottom: 55px;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.september2025 .cta-content {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    max-width: 100%;
    padding: 0 !important;
    margin-bottom: 549px;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.september2025 .cta-content {
    padding: 0 15px !important;
    margin-bottom: 504px;
  }
}
.home_index_page .main .cta-section.september2025 .cta-content.hidden {
  display: none;
}
.home_index_page .main .cta-section.september2025 .cta-content .sale-block {
  background-color: #D62432;
  border-radius: 10px;
  -webkit-box-shadow: 7px 4px 40px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 7px 4px 40px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  font-weight: 600;
  font-size: 25px;
  line-height: 105%;
  text-transform: uppercase;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 12px 22px;
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.september2025 .cta-content .sale-block {
    font-size: 18px;
    margin-bottom: 28px;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.september2025 .cta-content .sale-block {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.september2025 .cta-content .sale-block {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    font-size: 18px;
    margin-bottom: 40px;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.september2025 .cta-content .sale-block {
    font-size: 15px;
    margin-bottom: 17px;
    padding: 9px 22px;
  }
}
.home_index_page .main .cta-section.september2025 .cta-content .text-above-h1 {
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: 800;
  font-size: 44px;
  line-height: 105%;
  text-transform: uppercase;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 12px;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.september2025 .cta-content .text-above-h1 {
    font-size: 32px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.september2025 .cta-content .text-above-h1 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.september2025 .cta-content .text-above-h1 {
    font-size: 24px;
  }
}
.home_index_page .main .cta-section.september2025 .cta-content h1.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: auto;
  color: #fff;
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: 700;
  font-size: 100px;
  line-height: 108%;
  text-transform: uppercase;
  margin-left: -11px;
  margin-bottom: 23px;
  position: relative;
  z-index: 6;
}
.home_index_page .main .cta-section.september2025 .cta-content h1.title.lv .top-row, .home_index_page .main .cta-section.september2025 .cta-content h1.title.en .top-row {
  padding: 26px 29px;
}
.home_index_page .main .cta-section.september2025 .cta-content h1.title.lv .top-row:before, .home_index_page .main .cta-section.september2025 .cta-content h1.title.en .top-row:before {
  background-image: url("data:image/svg+xml,%3Csvg width='392' height='127' viewBox='0 0 392 127' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_6605_33437)'%3E%3Cpath d='M11.6211 77.5V107H21.3474H38.8549L79.7057 105.5L86.19 107L111.479 105.5L132.552 107L139.685 105.5H168.54L194.153 102L247.324 99L263.859 105.5L306.006 102L338.103 99L380.251 102V75.5L381.872 53L378.306 27.5L380.251 15V0H367.931L342.967 2H315.733L284.284 5H252.187L211.336 7H194.153L168.54 11L153.302 9H94.6195H56.6866L40.476 13.5H11.6211V32L10 46.5V55.5C10 57 11.6211 74.5 11.6211 77.5Z' fill='white' /%3E%3Crect width='358.484' height='80.9957' transform='matrix(0.999784 -0.020774 0.00873609 0.999962 15.8164 18.7031)' fill='%23F6B228' /%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_6605_33437' x='0' y='0' width='391.872' height='127' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix' /%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha' /%3E%3CfeOffset dy='10' /%3E%3CfeGaussianBlur stdDeviation='5' /%3E%3CfeComposite in2='hardAlpha' operator='out' /%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.35 0' /%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_6605_33437' /%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_6605_33437' result='shape' /%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
}
.home_index_page .main .cta-section.september2025 .cta-content h1.title.lv .bottom-row, .home_index_page .main .cta-section.september2025 .cta-content h1.title.en .bottom-row {
  margin-top: -32px;
  margin-left: -13px;
  padding: 28px 41px;
}
.home_index_page .main .cta-section.september2025 .cta-content h1.title.lv .bottom-row:before, .home_index_page .main .cta-section.september2025 .cta-content h1.title.en .bottom-row:before {
  top: 57%;
  background-image: url("data:image/svg+xml,%3Csvg width='484' height='134' viewBox='0 0 484 134' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_8056_24015)'%3E%3Cg filter='url(%23filter0_d_8056_24015)'%3E%3Cpath d='M471.977 82.5701V114H459.841H437.997L387.025 112.402L378.935 114L347.381 112.402L321.086 114L312.187 112.402H276.183L244.225 108.673L177.881 105.477L157.25 112.402L104.661 108.673L64.612 105.477L12.0227 108.673V80.4392L10 56.4673L14.4499 29.2991L12.0227 15.9813V0H27.395L58.544 2.13084H92.5248L131.765 5.3271H171.813L222.785 7.45794H244.225L276.183 11.7196L295.196 9.58878H368.417H415.747L435.974 14.3832H471.977V34.0935L474 49.5421V59.1308C474 60.729 471.977 79.3738 471.977 82.5701Z' fill='white' /%3E%3Cpath d='M19.5434 11.9915L466.742 19.9258L465.859 106.217L18.6605 98.2827L19.5434 11.9915Z' fill='%23F26724' /%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_8056_24015' x='0' y='0' width='484' height='134' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix' /%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha' /%3E%3CfeOffset dy='10' /%3E%3CfeGaussianBlur stdDeviation='5' /%3E%3CfeComposite in2='hardAlpha' operator='out' /%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.35 0' /%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_8056_24015' /%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_8056_24015' result='shape' /%3E%3C/filter%3E%3CclipPath id='clip0_8056_24015'%3E%3Crect width='484' height='134' fill='white' /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.home_index_page .main .cta-section.september2025 .cta-content h1.title.lv .speed, .home_index_page .main .cta-section.september2025 .cta-content h1.title.en .speed {
  top: 87px;
  right: 8px;
}
.home_index_page .main .cta-section.september2025 .cta-content h1.title .top-row {
  font-weight: 400;
  font-size: 70px;
  line-height: 108%;
  padding: 26px 31px;
  position: relative;
  z-index: 2;
}
.home_index_page .main .cta-section.september2025 .cta-content h1.title .top-row:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='525' height='127' viewBox='0 0 525 127' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_6605_33437)'%3E%3Cpath d='M12.2002 77.5V107H25.4017H49.1643L104.61 105.5L113.411 107L147.735 105.5L176.338 107L186.019 105.5H225.183L259.947 102L332.115 99L354.558 105.5L411.764 102L455.329 99L512.535 102V75.5L514.735 53L509.895 27.5L512.535 15V0H495.813L461.929 2H424.965L382.281 5H338.716L283.27 7H259.947L225.183 11L204.501 9H124.853H73.3669L51.3645 13.5H12.2002V32L10 46.5V55.5C10 57 12.2002 74.5 12.2002 77.5Z' fill='white' /%3E%3Crect width='486.516' height='80.9983' transform='matrix(0.999883 -0.0153071 0.011857 0.99993 17.8945 18.7031)' fill='%23F6B228' /%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_6605_33437' x='0' y='0' width='524.735' height='127' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix' /%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha' /%3E%3CfeOffset dy='10' /%3E%3CfeGaussianBlur stdDeviation='5' /%3E%3CfeComposite in2='hardAlpha' operator='out' /%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.35 0' /%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_6605_33437' /%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_6605_33437' result='shape' /%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 54%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
.home_index_page .main .cta-section.september2025 .cta-content h1.title .bottom-row {
  margin-top: -27px;
  padding: 25px 33px;
  position: relative;
  z-index: 1;
}
.home_index_page .main .cta-section.september2025 .cta-content h1.title .bottom-row:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='579' height='157' viewBox='0 0 579 157' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_6605_33432)'%3E%3Cpath d='M566.563 98.5765V136.099H551.942H525.625L464.218 134.191L454.471 136.099L416.457 134.191L384.779 136.099L374.057 134.191H330.682L292.18 129.739L212.254 125.923L187.398 134.191L124.042 129.739L75.7934 125.923L12.4368 129.739V96.0326L10 67.4136L15.361 34.9787L12.4368 19.0793V0H30.9564L68.483 2.54391H109.421L156.695 6.35977H204.943L266.35 8.90368H292.18L330.682 13.9915L353.588 11.4476H441.799H498.82L523.188 17.1714H566.563V40.7025L569 59.1459V70.5935C569 72.5014 566.563 94.7606 566.563 98.5765Z' fill='white' /%3E%3Crect width='538.842' height='103.024' transform='matrix(-0.999845 -0.0175792 -0.0103242 0.999947 560.258 23.7891)' fill='%23F26724' /%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_6605_33432' x='0' y='0' width='579' height='156.098' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix' /%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha' /%3E%3CfeOffset dy='10' /%3E%3CfeGaussianBlur stdDeviation='5' /%3E%3CfeComposite in2='hardAlpha' operator='out' /%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.35 0' /%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_6605_33432' /%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_6605_33432' result='shape' /%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 53%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
.home_index_page .main .cta-section.september2025 .cta-content h1.title .speed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #642570;
  font-weight: 700;
  font-size: 32px;
  line-height: 108%;
  text-transform: none;
  width: 258px;
  height: 50px;
  position: absolute;
  top: 84px;
  right: -22px;
  z-index: 3;
}
.home_index_page .main .cta-section.september2025 .cta-content h1.title .speed:before {
  content: "";
  display: block;
  width: 278px;
  height: 70px;
  background-image: url("data:image/svg+xml,%3Csvg width='278' height='70' viewBox='0 0 278 70' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_6487_8951)'%3E%3Cpath d='M10 38.806L11.1484 47.7612L36.7953 46.2687L67.0356 50H106.463H131.344C139.383 48.7562 155.843 46.2687 157.374 46.2687H195.653L214.027 50H266.852L264.938 37.3134L268 26.8657L264.938 14.1791L266.852 8.20895V0H251.923H214.027H183.404L163.499 2.98507L131.344 0H11.1484V6.71642L10 14.9254L11.1484 24.6269L10 38.806Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_6487_8951' x='0' y='0' width='278' height='70' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='10'/%3E%3CfeGaussianBlur stdDeviation='5'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.35 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_6487_8951'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_6487_8951' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.september2025 .cta-content h1.title {
    font-size: 96px;
    margin-bottom: 22px;
  }
  .home_index_page .main .cta-section.september2025 .cta-content h1.title.lv .speed, .home_index_page .main .cta-section.september2025 .cta-content h1.title.en .speed {
    top: 76px;
    right: 6px;
  }
  .home_index_page .main .cta-section.september2025 .cta-content h1.title .top-row {
    font-size: 64px;
    padding: 26px 29px;
  }
  .home_index_page .main .cta-section.september2025 .cta-content h1.title .bottom-row {
    margin-top: -39px;
    margin-left: 2px;
    padding: 32px 29px 26px;
  }
  .home_index_page .main .cta-section.september2025 .cta-content h1.title .bottom-row:before {
    top: 58%;
  }
  .home_index_page .main .cta-section.september2025 .cta-content h1.title .speed {
    width: 201px;
    height: 42px;
    font-size: 24px;
    top: 76px;
    right: -22px;
  }
  .home_index_page .main .cta-section.september2025 .cta-content h1.title .speed:before {
    width: 221px;
    height: 62px;
    background-image: url("data:image/svg+xml,%3Csvg width='221' height='62' viewBox='0 0 221 62' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_6487_10652)'%3E%3Cpath d='M10 32.597L10.8947 40.1194L30.8754 38.8657L54.4347 42H85.1513H104.536C110.798 40.9552 123.622 38.8657 124.815 38.8657H154.637L168.951 42H210.105L208.614 31.3433L211 22.5672L208.614 11.9104L210.105 6.89552V0H198.475H168.951H145.093L129.586 2.50746L104.536 0H10.8947V5.64179L10 12.5373L10.8947 20.6866L10 32.597Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_6487_10652' x='0' y='0' width='221' height='62' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='10'/%3E%3CfeGaussianBlur stdDeviation='5'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.35 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_6487_10652'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_6487_10652' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.september2025 .cta-content h1.title {
    font-size: 80px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    margin-left: -3px;
    margin-bottom: 25px;
  }
  .home_index_page .main .cta-section.september2025 .cta-content h1.title.lv .bottom-row, .home_index_page .main .cta-section.september2025 .cta-content h1.title.en .bottom-row {
    padding: 32px 29px 26px;
    margin-left: 2px;
    margin-top: -22px;
  }
  .home_index_page .main .cta-section.september2025 .cta-content h1.title.lv .bottom-row:before, .home_index_page .main .cta-section.september2025 .cta-content h1.title.en .bottom-row:before {
    top: 58%;
  }
  .home_index_page .main .cta-section.september2025 .cta-content h1.title.lv .speed, .home_index_page .main .cta-section.september2025 .cta-content h1.title.en .speed {
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  .home_index_page .main .cta-section.september2025 .cta-content h1.title .top-row {
    font-size: 54px;
    padding: 26px 27px;
  }
  .home_index_page .main .cta-section.september2025 .cta-content h1.title .top-row:before {
    background-image: url("data:image/svg+xml,%3Csvg width='411' height='109' viewBox='0 0 411 109' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_8057_24023)'%3E%3Cg filter='url(%23filter0_d_8057_24023)'%3E%3Cpath d='M11.7028 63.99V88.3475H21.9197H40.31L83.2208 87.1089L90.032 88.3475L116.596 87.1089L138.732 88.3475L146.225 87.1089H176.535L203.439 84.2191L259.291 81.742L276.66 87.1089L320.933 84.2191L354.649 81.742L398.922 84.2191V62.3386L400.624 43.7609L396.878 22.7061L398.922 12.3852V0H385.98L359.757 1.65135H331.15L298.115 4.12839H264.4L221.489 5.77974H203.439L176.535 9.08245L160.528 7.43109H98.8867H59.0409L42.0128 11.1466H11.7028V26.4217L10 38.394V45.8251C10 47.0636 11.7028 61.5129 11.7028 63.99Z' fill='white' /%3E%3Cpath d='M392.59 9.29271L16.1094 15.4417L16.8526 82.3154L393.334 76.1665L392.59 9.29271Z' fill='%23EE4F3E' /%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_8057_24023' x='0' y='0' width='410.623' height='108.347' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix' /%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha' /%3E%3CfeOffset dy='10' /%3E%3CfeGaussianBlur stdDeviation='5' /%3E%3CfeComposite in2='hardAlpha' operator='out' /%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.35 0' /%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_8057_24023' /%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_8057_24023' result='shape' /%3E%3C/filter%3E%3CclipPath id='clip0_8057_24023'%3E%3Crect width='411' height='109' fill='white' /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    top: 58%;
  }
  .home_index_page .main .cta-section.september2025 .cta-content h1.title .bottom-row {
    margin-top: -18px;
  }
  .home_index_page .main .cta-section.september2025 .cta-content h1.title .bottom-row:before {
    top: 56%;
  }
  .home_index_page .main .cta-section.september2025 .cta-content h1.title .speed {
    top: 80px;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.september2025 .cta-content h1.title {
    font-size: 64px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    margin-bottom: 26px;
  }
  .home_index_page .main .cta-section.september2025 .cta-content h1.title.lv, .home_index_page .main .cta-section.september2025 .cta-content h1.title.en {
    font-size: 60px;
  }
  .home_index_page .main .cta-section.september2025 .cta-content h1.title.lv .top-row:before, .home_index_page .main .cta-section.september2025 .cta-content h1.title.en .top-row:before {
    top: 57%;
  }
  .home_index_page .main .cta-section.september2025 .cta-content h1.title.lv .bottom-row, .home_index_page .main .cta-section.september2025 .cta-content h1.title.en .bottom-row {
    padding: 32px 29px 26px;
    margin-left: 2px;
    margin-top: -25px;
  }
  .home_index_page .main .cta-section.september2025 .cta-content h1.title.lv .bottom-row:before, .home_index_page .main .cta-section.september2025 .cta-content h1.title.en .bottom-row:before {
    top: 59%;
  }
  .home_index_page .main .cta-section.september2025 .cta-content h1.title.lv .speed, .home_index_page .main .cta-section.september2025 .cta-content h1.title.en .speed {
    top: 73px;
  }
  .home_index_page .main .cta-section.september2025 .cta-content h1.title .top-row {
    font-size: 44px;
    padding: 22px 21px;
  }
  .home_index_page .main .cta-section.september2025 .cta-content h1.title .top-row:before {
    top: 61%;
    background-image: url("data:image/svg+xml,%3Csvg width='334' height='92' viewBox='0 0 334 92' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_6605_33534)'%3E%3Cpath d='M11.3661 52.1495V72H19.5625H34.316L68.7408 70.9907L74.2051 72L95.5157 70.9907L113.275 72L119.285 70.9907H143.601L165.185 68.6355L209.992 66.6168L223.926 70.9907L259.444 68.6355L286.492 66.6168L322.009 68.6355V50.8037L323.375 35.6636L320.37 18.5047L322.009 10.0935V0H311.627L290.59 1.34579H267.64L241.138 3.36449H214.09L179.665 4.71028H165.185L143.601 7.40187L130.76 6.05608H81.3086H49.3427L35.682 9.08411H11.3661V21.5327L10 31.2897V37.3458C10 38.3551 11.3661 50.1308 11.3661 52.1495Z' fill='white' /%3E%3Crect width='302.07' height='54.503' transform='matrix(0.999862 -0.0165894 0.0109403 0.99994 14.9023 12.5859)' fill='%23F6B228' /%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_6605_33534' x='0' y='0' width='333.375' height='92' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix' /%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha' /%3E%3CfeOffset dy='10' /%3E%3CfeGaussianBlur stdDeviation='5' /%3E%3CfeComposite in2='hardAlpha' operator='out' /%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.35 0' /%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_6605_33534' /%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_6605_33534' result='shape' /%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
  }
  .home_index_page .main .cta-section.september2025 .cta-content h1.title .bottom-row {
    padding: 27px 23px 21px;
    margin-top: -18px;
  }
  .home_index_page .main .cta-section.september2025 .cta-content h1.title .bottom-row:before {
    top: 60%;
    background-image: url("data:image/svg+xml,%3Csvg width='375' height='117' viewBox='0 0 375 117' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_6605_33539)'%3E%3Cpath d='M366.431 69.6863V96.2121H357.015H340.066L300.52 94.8633L294.242 96.2121L269.761 94.8633L249.36 96.2121L242.455 94.8633H214.521L189.726 91.7162L138.253 89.0186L122.246 94.8633L81.4438 91.7162L50.3714 89.0186L9.56931 91.7162V67.888L7.99997 47.6564L11.4525 24.7274L9.56931 13.4877V0H21.4961L45.6635 1.79836H72.0279L102.473 4.49589H133.545L173.092 6.29425H189.726L214.521 9.89096L229.273 8.0926H286.082H322.804L338.497 12.1389H366.431V28.7737L368 41.8118V49.9044C368 51.2532 366.431 66.9888 366.431 69.6863Z' fill='white' /%3E%3Crect width='347.029' height='72.83' transform='matrix(-0.999814 -0.0192961 -0.00940541 0.999956 362.369 16.8164)' fill='%23F26724' /%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_6605_33539' x='-2' y='0' width='380' height='116.211' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix' /%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha' /%3E%3CfeOffset dy='10' /%3E%3CfeGaussianBlur stdDeviation='5' /%3E%3CfeComposite in2='hardAlpha' operator='out' /%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.35 0' /%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_6605_33539' /%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_6605_33539' result='shape' /%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
  }
  .home_index_page .main .cta-section.september2025 .cta-content h1.title .speed {
    width: 159px;
    height: 34px;
    font-size: 18px;
    top: 68px;
  }
  .home_index_page .main .cta-section.september2025 .cta-content h1.title .speed:before {
    width: 179px;
    height: 54px;
    background-image: url("data:image/svg+xml,%3Csvg width='179' height='54' viewBox='0 0 179 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_6488_12672)'%3E%3Cpath d='M10 26.3881L10.7077 32.4776L26.5134 31.4627L45.1499 34H69.4481H84.7819C89.7359 33.1542 99.8798 31.4627 100.823 31.4627H124.414L135.737 34H168.292L167.113 25.3731L169 18.2687L167.113 9.64179L168.292 5.58209V0H159.092H135.737H116.865L104.598 2.02985L84.7819 0H10.7077V4.56716L10 10.1493L10.7077 16.7463L10 26.3881Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_6488_12672' x='0' y='0' width='179' height='54' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='10'/%3E%3CfeGaussianBlur stdDeviation='5'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.35 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_6488_12672'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_6488_12672' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
  }
}
.home_index_page .main .cta-section.september2025 .cta-content .list-tariff {
  margin-bottom: 20px;
  position: relative;
}
.home_index_page .main .cta-section.september2025 .cta-content .list-tariff .list-item {
  border-radius: 8px;
  font-size: 22px;
  font-weight: 400;
  line-height: 100%;
  padding: 14px;
  margin-right: 10px;
}
.home_index_page .main .cta-section.september2025 .cta-content .list-tariff .list-item b {
  font-weight: 700;
  margin-left: 4px;
}
.home_index_page .main .cta-section.september2025 .cta-content .list-tariff .list-item:last-of-type {
  margin-right: 0;
}
.home_index_page .main .cta-section.september2025 .cta-content .list-tariff .list-item.item-speed {
  background: -webkit-gradient(linear, left top, right top, from(#ff8e2e), to(#e03a00));
  background: linear-gradient(90deg, #ff8e2e 0%, #e03a00 100%);
}
.home_index_page .main .cta-section.september2025 .cta-content .list-tariff .list-item.item-shield {
  background: rgba(255, 255, 255, 0.16);
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.september2025 .cta-content .list-tariff .list-item.item-speed {
    position: absolute;
    height: 52px;
    right: 0;
    top: -75px;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.september2025 .cta-content .list-tariff {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 30px;
  }
  .home_index_page .main .cta-section.september2025 .cta-content .list-tariff .list-item {
    margin-bottom: 10px;
  }
  .home_index_page .main .cta-section.september2025 .cta-content .list-tariff .list-item.item-speed {
    position: relative;
    height: 62px;
    right: auto;
    top: auto;
  }
  .home_index_page .main .cta-section.september2025 .cta-content .list-tariff .list-item:last-of-type {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.september2025 .cta-content .list-tariff {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 40px;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.september2025 .cta-content .list-tariff .list-item {
    font-size: 18px;
  }
}
.home_index_page .main .cta-section.september2025 .cta-content .title-points {
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.september2025 .cta-content .title-points {
    text-align: center;
  }
}
.home_index_page .main .cta-section.september2025 .cta-content .points {
  margin-bottom: 33px;
  position: relative;
  z-index: 6;
}
.home_index_page .main .cta-section.september2025 .cta-content .points.en {
  margin-bottom: 68px;
}
.home_index_page .main .cta-section.september2025 .cta-content .points .point {
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 24px;
}
.home_index_page .main .cta-section.september2025 .cta-content .points .point:last-of-type {
  margin-bottom: 0;
}
.home_index_page .main .cta-section.september2025 .cta-content .points .point svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 8px;
}
.home_index_page .main .cta-section.september2025 .cta-content .points .point b {
  margin-right: 5px;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.september2025 .cta-content .points {
    margin-bottom: 82px;
  }
  .home_index_page .main .cta-section.september2025 .cta-content .points.en {
    margin-bottom: 82px;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.september2025 .cta-content .points {
    margin-bottom: 92px;
  }
  .home_index_page .main .cta-section.september2025 .cta-content .points.en {
    margin-bottom: 92px;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.september2025 .cta-content .points {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 118px;
  }
  .home_index_page .main .cta-section.september2025 .cta-content .points.en {
    margin-bottom: 118px;
  }
  .home_index_page .main .cta-section.september2025 .cta-content .points .point {
    text-align: center;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.september2025 .cta-content .points {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 127px;
  }
  .home_index_page .main .cta-section.september2025 .cta-content .points.en {
    margin-bottom: 127px;
  }
  .home_index_page .main .cta-section.september2025 .cta-content .points .point {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .home_index_page .main .cta-section.september2025 .cta-content .points .point svg {
    width: 20px;
    height: auto;
  }
}
.home_index_page .main .cta-section.september2025 .cta-content .discount-block {
  width: 323px;
  height: 211px;
  background-image: url("data:image/svg+xml,%3Csvg width='323' height='211' viewBox='0 0 323 211' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_6605_33423)'%3E%3Cpath d='M59.2551 0L13.4456 4.30529L11.9948 17.1175L13.4456 40.0214L11.9948 49.8373L10 61.0556V87.2314L13.4456 115.277V149.867L21.0141 191L68.417 185.26L105.065 191L135.737 185.26L170.791 191L183.538 185.26L196.285 191L243.29 185.26H274.361L291.091 191H306.626L309.415 171.865V133.596L313 95.3269L309.415 88.1514V69.4952V13.5264H302.245C296.801 12.5697 285.275 10.6562 282.726 10.6562H256.037L236.916 5.39423H226.559L203.854 10.6562L187.123 5.39423H170.791L162.028 7.17548H154.459L141.712 4.30529L119.803 7.17548L105.065 4.30529H98.6911H74.7905L59.2551 0Z' fill='white'/%3E%3Cpath d='M25 14L161.5 14.3636L298 24.7273V175H25V14Z' fill='%23642570'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_6605_33423' x='0' y='0' width='323' height='211' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='10'/%3E%3CfeGaussianBlur stdDeviation='5'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.35 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_6605_33423'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_6605_33423' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 10px;
  padding-bottom: 18px;
  margin-left: -10px;
  margin-bottom: 45px;
  position: relative;
}
.home_index_page .main .cta-section.september2025 .cta-content .discount-block .new_price {
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: 700;
  position: relative;
}
.home_index_page .main .cta-section.september2025 .cta-content .discount-block .new_price .text-start-price {
  -ms-flex-item-align: end;
      align-self: flex-end;
  font-size: 34px;
  font-weight: 400;
  line-height: 100%;
  text-transform: lowercase;
  margin-right: 6px;
}
.home_index_page .main .cta-section.september2025 .cta-content .discount-block .new_price .euro {
  font-size: 170px;
  line-height: 75%;
  letter-spacing: -0.02em;
}
.home_index_page .main .cta-section.september2025 .cta-content .discount-block .new_price .right-part {
  position: relative;
  margin-left: 7px;
}
.home_index_page .main .cta-section.september2025 .cta-content .discount-block .new_price .right-part .cents {
  font-size: 90px;
  line-height: 85%;
  margin-bottom: 5px;
  position: relative;
}
.home_index_page .main .cta-section.september2025 .cta-content .discount-block .new_price .right-part .cents .icon-quote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 3px;
  right: -15px;
}
.home_index_page .main .cta-section.september2025 .cta-content .discount-block .new_price .right-part .value {
  font-weight: 700;
  font-size: 34px;
  line-height: 100%;
  margin-left: 6px;
}
.home_index_page .main .cta-section.september2025 .cta-content .discount-block .old_price {
  font-family: "proxima-nova", Arial, sans-serif;
  color: #fff;
  position: absolute;
  top: -60px;
  right: -120px;
}
.home_index_page .main .cta-section.september2025 .cta-content .discount-block .old_price:before {
  content: "";
  display: block;
  width: 105%;
  height: 1.5px;
  background-color: #fff;
  position: absolute;
  top: 45%;
  left: 45%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-23deg);
          transform: translateX(-50%) translateY(-50%) rotate(-23deg);
}
.home_index_page .main .cta-section.september2025 .cta-content .discount-block .old_price .euro {
  font-weight: 400;
  font-size: 64px;
  line-height: 120%;
}
.home_index_page .main .cta-section.september2025 .cta-content .discount-block .old_price .right-part {
  margin-left: 3px;
}
.home_index_page .main .cta-section.september2025 .cta-content .discount-block .old_price .right-part .cents {
  font-size: 32px;
  line-height: 1;
  letter-spacing: 1px;
  margin-top: 11px;
}
.home_index_page .main .cta-section.september2025 .cta-content .discount-block .old_price .right-part .value {
  font-size: 18px;
  line-height: 120%;
}
.home_index_page .main .cta-section.september2025 .cta-content .discount-block .bottom-quote-row {
  position: absolute;
  left: 0;
  bottom: -11px;
}
.home_index_page .main .cta-section.september2025 .cta-content .discount-block .bottom-quote-row .until {
  width: auto;
  color: #fff;
  font-size: 16px;
  line-height: 120%;
  margin-right: 7px;
}
.home_index_page .main .cta-section.september2025 .cta-content .discount-block .bottom-quote-row .text-agreement-terms {
  width: auto;
}
.home_index_page .main .cta-section.september2025 .cta-content .discount-block .bottom-quote-row .text-agreement-terms > * {
  color: #fff;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  text-decoration: underline;
  position: relative;
  z-index: 5;
}
.home_index_page .main .cta-section.september2025 .cta-content .discount-block .bottom-quote-row .text-agreement-terms > *:hover {
  opacity: 0.8;
}
.home_index_page .main .cta-section.september2025 .cta-content .discount-block .bottom-quote-row .text-agreement-terms > *:hover svg {
  opacity: 0.8;
}
.home_index_page .main .cta-section.september2025 .cta-content .discount-block .bottom-quote-row .text-agreement-terms svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 6px;
}
.home_index_page .main .cta-section.september2025 .cta-content .discount-block .bottom-quote-row .text-agreement-terms .rules {
  display: none;
}
.home_index_page .main .cta-section.september2025 .cta-content .discount-block .until {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -21px;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.september2025 .cta-content .discount-block {
    margin-bottom: 37px;
  }
  .home_index_page .main .cta-section.september2025 .cta-content .discount-block .old_price {
    top: -72px;
    right: -10px;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.september2025 .cta-content .discount-block {
    margin-bottom: 10px;
  }
  .home_index_page .main .cta-section.september2025 .cta-content .discount-block .old_price {
    right: -30px;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.september2025 .cta-content .discount-block {
    margin-left: -3px;
  }
  .home_index_page .main .cta-section.september2025 .cta-content .discount-block .old_price {
    top: -90px;
    right: auto;
    left: 52%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .home_index_page .main .cta-section.september2025 .cta-content .discount-block .bottom-quote-row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.september2025 .cta-content .discount-block {
    width: 267px;
    height: 189px;
    padding-bottom: 15px;
    margin-left: -5px;
    background-image: url("data:image/svg+xml,%3Csvg width='268' height='189' viewBox='0 0 268 189' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_6605_33558)'%3E%3Cpath d='M50.3144 0L12.8202 3.80939L11.6327 15.1459L12.8202 35.4116L11.6327 44.0969L10 54.023V77.1838L12.8202 101.999V132.604L19.0149 169L57.8133 163.921L87.8087 169L112.914 163.921L141.605 169L152.038 163.921L162.471 169L200.944 163.921H226.374L240.068 169H252.783L255.066 152.069V118.208L258 84.3469L255.066 77.9979V61.4905V11.9684H249.197C244.741 11.1219 235.308 9.42883 233.221 9.42883H211.377L195.727 4.77291H187.25L168.666 9.42883L154.972 4.77291H141.605L134.432 6.34899H128.237L117.804 3.80939L99.872 6.34898L87.8087 3.80939H82.5921H63.0299L50.3144 0Z' fill='white'/%3E%3Cpath d='M22 12L134 12.323L246 21.5279V155H22V12Z' fill='%23642570'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_6605_33558' x='0' y='0' width='268' height='189' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='10'/%3E%3CfeGaussianBlur stdDeviation='5'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.35 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_6605_33558'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_6605_33558' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
  }
  .home_index_page .main .cta-section.september2025 .cta-content .discount-block .new_price .euro {
    font-size: 150px;
  }
  .home_index_page .main .cta-section.september2025 .cta-content .discount-block .new_price .right-part .cents {
    font-size: 70px;
  }
  .home_index_page .main .cta-section.september2025 .cta-content .discount-block .new_price .right-part .cents .icon-quote svg {
    width: 15px;
    height: auto;
  }
  .home_index_page .main .cta-section.september2025 .cta-content .discount-block .new_price .right-part .value {
    font-size: 26px;
  }
  .home_index_page .main .cta-section.september2025 .cta-content .discount-block .old_price {
    top: -100px;
  }
  .home_index_page .main .cta-section.september2025 .cta-content .discount-block .bottom-quote-row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    bottom: -15px;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.september2025 .cta-content .bottom-block {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.home_index_page .main .cta-section.september2025 .cta-content .button {
  width: 250px;
  height: 60px;
  color: #040707;
  font-size: 20px;
  font-weight: 600;
  padding: 0 15px;
  font-family: "Roboto", sans-serif;
  border: 0;
  background: #fff;
  z-index: 10;
}
.home_index_page .main .cta-section.september2025 .cta-content .button a {
  color: #040707;
  letter-spacing: 0;
  text-decoration: none;
  border-bottom: none;
  text-transform: none;
}
.home_index_page .main .cta-section.september2025 .cta-content .link-agreement {
  display: none;
  width: 250px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  text-decoration: underline;
  border-bottom: none;
  margin-top: 10px;
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.september2025 .cta-content .link-agreement {
    display: block;
  }
}
.home_index_page .main .cta-section.september2025 .check-form-section {
  display: block;
  position: relative;
}
.home_index_page .main .cta-section.september2025 .check-form-section .white-box {
  margin-top: 0;
}
.home_index_page .main .cta-section.september2025 .check-form-section .white-box .box-inner .title {
  font-weight: 500;
  line-height: 132%;
}
.home_index_page .main .cta-section.september2025 .check-form-section .white-box .box-inner .title .highlight-text {
  color: #F26724 !important;
}
.home_index_page .main .cta-section.september2025 .check-form-section .white-box .box-inner .form .input input {
  border-color: #f5f5f5;
  border-radius: 30px;
  background: #f5f5f5;
  font-size: 16px;
  padding: 0 25px;
  height: 50px;
}
.home_index_page .main .cta-section.september2025 .check-form-section .white-box .box-inner .form .form-info .callback .phone svg.icon {
  fill: #F26724 !important;
}
.home_index_page .main .cta-section.september2025 .check-form-section .white-box .box-inner .form .form-info .terms-checkbox label.checkbox {
  max-width: 100% !important;
}
.home_index_page .main .cta-section.september2025 .check-form-section .white-box .box-inner .form .form-info .terms-checkbox label.checkbox input[type=checkbox]:checked ~ .custom-checkbox {
  background-color: #F26724 !important;
  border-color: #F26724 !important;
}
.home_index_page .main .cta-section.september2025 .check-form-section .white-box .box-inner .form .form-info .terms-checkbox label.checkbox .checkbox-name a {
  border-color: #F26724 !important;
  color: #F26724 !important;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.home_index_page .main .cta-section.september2025 .check-form-section .white-box .box-inner .form .form-info .terms-checkbox label.checkbox .checkbox-name a:hover {
  border-color: #F6B228 !important;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.home_index_page .main .cta-section.september2025 .check-form-section .white-box .box-inner .form .button-holder .button {
  background: #F6B228 !important;
  color: #fff;
  font-weight: 600;
  max-width: 260px;
  width: 100% !important;
  height: 55px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.home_index_page .main .cta-section.september2025 .check-form-section .white-box .box-inner .form .button-holder .button svg {
  fill: #fff;
}
.home_index_page .main .cta-section.september2025 .check-form-section .white-box .box-inner .form .button-holder .button:hover {
  background: #F26724 !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.september2025 .check-form-section {
    display: block !important;
  }
  .home_index_page .main .cta-section.september2025 .check-form-section .white-box {
    margin-top: 20px !important;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.september2025 .check-form-section:before {
    content: "";
    display: block;
    width: 387px;
    height: 560px;
    background-image: url(/assets/images/november2025/img-november2025-480.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: -535px;
    right: 55%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    z-index: 3;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.september2025 .check-form-section:before {
    width: 375px;
    height: 545px;
    background-image: url(/assets/images/november2025/img-november2025-375.png);
    top: -500px;
    right: 52%;
  }
}
.home_index_page .main .cta-section.august2025 {
  background-image: url(/assets/images/august2025/bg-first-screen-1920.jpg);
  height: auto;
  position: relative;
  background-size: cover;
  overflow: hidden;
}
.home_index_page .main .cta-section.august2025:after {
  content: "";
  display: block;
  width: 632px;
  height: 632px;
  background-color: #E9FF59;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 100%;
  -webkit-filter: blur(200.6799926758px);
          filter: blur(200.6799926758px);
  position: absolute;
  top: 177px;
  right: calc((100% - 1110px) / 2);
  z-index: 1;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.august2025 {
    background-image: url(/assets/images/august2025/bg-first-screen-1024.jpg);
    background-position: center -2px;
  }
  .home_index_page .main .cta-section.august2025:after {
    width: 444px;
    height: 444px;
    -webkit-filter: blur(130.7245483398px);
            filter: blur(130.7245483398px);
    top: 220px;
    right: calc((100% - 700px) / 2);
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.august2025:after {
    top: 170px;
    right: calc((100% - 850px) / 2);
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.august2025 {
    background-image: url(/assets/images/august2025/bg-first-screen-480.jpg);
  }
  .home_index_page .main .cta-section.august2025:after {
    top: 610px;
    right: calc((100% - 470px) / 2);
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.august2025 {
    background-image: url(/assets/images/august2025/bg-first-screen-375.jpg);
  }
  .home_index_page .main .cta-section.august2025:after {
    top: 550px;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}
.home_index_page .main .cta-section.august2025 .cta-inner {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 63px;
  padding-bottom: 55px;
  z-index: 5;
}
.home_index_page .main .cta-section.august2025 .cta-inner:after {
  content: "";
  display: block;
  width: 1899px;
  height: 1075px;
  background-image: url(/assets/images/august2025/img-onion-1920.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: -76px;
  left: 43%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.home_index_page .main .cta-section.august2025 .cta-inner .img {
  display: none;
  height: auto;
  position: absolute;
  image-rendering: -webkit-optimize-contrast;
  z-index: 5;
}
.home_index_page .main .cta-section.august2025 .cta-inner .img.img-main-1920 {
  display: block;
  width: 496px;
  right: 290px;
  bottom: 50px;
}
.home_index_page .main .cta-section.august2025 .cta-inner .img.img-main-1024 {
  width: 408px;
  right: 237px;
  bottom: 170px;
  z-index: 5;
}
.home_index_page .main .cta-section.august2025 .cta-inner .img.img-main-768 {
  width: 503px;
  right: -150px;
  top: 220px;
}
@media (min-width: 640px) {
  .home_index_page .main .cta-section.august2025 .cta-inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 450px;
    height: auto;
    padding: 65px 0 35px;
  }
}
@media (min-width: 768px) {
  .home_index_page .main .cta-section.august2025 .cta-inner {
    width: 720px;
    height: auto;
    padding: 65px 0;
  }
}
@media (min-width: 1024px) {
  .home_index_page .main .cta-section.august2025 .cta-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 940px;
    height: auto;
    padding: 45px 0 125px;
  }
}
@media (min-width: 1280px) {
  .home_index_page .main .cta-section.august2025 .cta-inner {
    width: 1170px;
    height: auto;
    padding: 105px 0 125px;
  }
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.august2025 .cta-inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .home_index_page .main .cta-section.august2025 .cta-inner:after {
    width: 771px;
    height: 268px;
    background-image: url(/assets/images/august2025/img-onion-1024.png);
    top: auto;
    bottom: -125px;
    left: 50%;
  }
  .home_index_page .main .cta-section.august2025 .cta-inner .img.img-main-1920 {
    display: none;
  }
  .home_index_page .main .cta-section.august2025 .cta-inner .img.img-main-1024 {
    display: block;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.august2025 .cta-inner:after {
    width: 661px;
    height: 1025px;
    background-image: url(/assets/images/august2025/img-onion-768.png);
    top: -140px;
    left: auto;
    right: -120px;
    -webkit-transform: none;
            transform: none;
  }
  .home_index_page .main .cta-section.august2025 .cta-inner .img.img-main-1024 {
    display: none;
  }
  .home_index_page .main .cta-section.august2025 .cta-inner .img.img-main-768 {
    display: block;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.august2025 .cta-inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .home_index_page .main .cta-section.august2025 .cta-inner:after {
    width: 273px;
    height: 267px;
    background-image: url(/assets/images/august2025/img-onion-480.png);
    top: 565px;
    right: auto;
    left: -225px;
  }
  .home_index_page .main .cta-section.august2025 .cta-inner .img.img-main-768 {
    display: none;
  }
  .home_index_page .main .cta-section.august2025 .cta-inner .img.img-main-480 {
    display: block;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.august2025 .cta-inner:after {
    width: 201px;
    height: 196px;
    background-image: url(/assets/images/august2025/img-onion-375.png);
    top: 565px;
    right: auto;
    left: -225px;
  }
  .home_index_page .main .cta-section.august2025 .cta-inner .img.img-main-480 {
    display: none;
  }
  .home_index_page .main .cta-section.august2025 .cta-inner .img.img-main-375 {
    display: block;
  }
}
.home_index_page .main .cta-section.august2025 .cta-content {
  max-width: 815px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #fff;
  font-family: "Roboto", sans-serif;
  padding: 0;
  position: relative;
  z-index: 15;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.august2025 .cta-content {
    max-width: 515px;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.august2025 .cta-content {
    margin-bottom: 55px;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.august2025 .cta-content {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    max-width: 100%;
    padding: 0 !important;
    margin-bottom: 400px;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.august2025 .cta-content {
    padding: 0 15px !important;
    margin-bottom: 320px;
  }
}
.home_index_page .main .cta-section.august2025 .cta-content.hidden {
  display: none;
}
.home_index_page .main .cta-section.august2025 .cta-content .sale-block {
  background-color: #D62432;
  border-radius: 10px;
  -webkit-box-shadow: 7px 4px 40px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 7px 4px 40px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  font-weight: 600;
  font-size: 25px;
  line-height: 105%;
  text-transform: uppercase;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 12px 22px;
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.august2025 .cta-content .sale-block {
    font-size: 18px;
    margin-bottom: 28px;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.august2025 .cta-content .sale-block {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.august2025 .cta-content .sale-block {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    font-size: 18px;
    margin-bottom: 40px;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.august2025 .cta-content .sale-block {
    font-size: 15px;
    margin-bottom: 17px;
    padding: 9px 22px;
  }
}
.home_index_page .main .cta-section.august2025 .cta-content .text-above-h1 {
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: 800;
  font-size: 44px;
  line-height: 105%;
  text-transform: uppercase;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 12px;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.august2025 .cta-content .text-above-h1 {
    font-size: 32px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.august2025 .cta-content .text-above-h1 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.august2025 .cta-content .text-above-h1 {
    font-size: 24px;
  }
}
.home_index_page .main .cta-section.august2025 .cta-content h1.title {
  width: 100%;
  color: #fff;
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: 700;
  font-size: 93px;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 150px;
  position: relative;
  z-index: 6;
}
.home_index_page .main .cta-section.august2025 .cta-content h1.title span {
  display: block;
  font-size: 65px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 125%;
}
.home_index_page .main .cta-section.august2025 .cta-content h1.title span.speed {
  display: block;
  font-size: 48px;
  letter-spacing: -0.3px;
  line-height: 125%;
  text-transform: none;
  margin-top: -5px;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.august2025 .cta-content h1.title {
    font-size: 90px;
    margin-bottom: 170px;
  }
  .home_index_page .main .cta-section.august2025 .cta-content h1.title span {
    font-size: 59px;
    line-height: 97%;
  }
  .home_index_page .main .cta-section.august2025 .cta-content h1.title span.speed {
    margin-top: 0;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.august2025 .cta-content h1.title {
    margin-bottom: 168px;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.august2025 .cta-content h1.title {
    font-size: 80px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    margin-bottom: 175px;
  }
  .home_index_page .main .cta-section.august2025 .cta-content h1.title span {
    font-size: 54px;
  }
  .home_index_page .main .cta-section.august2025 .cta-content h1.title span.speed {
    font-size: 36px;
    margin-top: 5px;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.august2025 .cta-content h1.title {
    font-size: 64px;
  }
  .home_index_page .main .cta-section.august2025 .cta-content h1.title span {
    font-size: 44px;
  }
  .home_index_page .main .cta-section.august2025 .cta-content h1.title span.speed {
    font-size: 32px;
  }
  .home_index_page .main .cta-section.august2025 .cta-content h1.title.ru, .home_index_page .main .cta-section.august2025 .cta-content h1.title.en {
    font-size: 64px;
  }
  .home_index_page .main .cta-section.august2025 .cta-content h1.title.ru span, .home_index_page .main .cta-section.august2025 .cta-content h1.title.en span {
    font-size: 44px;
  }
  .home_index_page .main .cta-section.august2025 .cta-content h1.title.ru span.speed, .home_index_page .main .cta-section.august2025 .cta-content h1.title.en span.speed {
    font-size: 32px;
  }
}
.home_index_page .main .cta-section.august2025 .cta-content .list-tariff {
  margin-bottom: 20px;
  position: relative;
}
.home_index_page .main .cta-section.august2025 .cta-content .list-tariff .list-item {
  border-radius: 8px;
  font-size: 22px;
  font-weight: 400;
  line-height: 100%;
  padding: 14px;
  margin-right: 10px;
}
.home_index_page .main .cta-section.august2025 .cta-content .list-tariff .list-item b {
  font-weight: 700;
  margin-left: 4px;
}
.home_index_page .main .cta-section.august2025 .cta-content .list-tariff .list-item:last-of-type {
  margin-right: 0;
}
.home_index_page .main .cta-section.august2025 .cta-content .list-tariff .list-item.item-speed {
  background: -webkit-gradient(linear, left top, right top, from(#ff8e2e), to(#e03a00));
  background: linear-gradient(90deg, #ff8e2e 0%, #e03a00 100%);
}
.home_index_page .main .cta-section.august2025 .cta-content .list-tariff .list-item.item-shield {
  background: rgba(255, 255, 255, 0.16);
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.august2025 .cta-content .list-tariff .list-item.item-speed {
    position: absolute;
    height: 52px;
    right: 0;
    top: -75px;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.august2025 .cta-content .list-tariff {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 30px;
  }
  .home_index_page .main .cta-section.august2025 .cta-content .list-tariff .list-item {
    margin-bottom: 10px;
  }
  .home_index_page .main .cta-section.august2025 .cta-content .list-tariff .list-item.item-speed {
    position: relative;
    height: 62px;
    right: auto;
    top: auto;
  }
  .home_index_page .main .cta-section.august2025 .cta-content .list-tariff .list-item:last-of-type {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.august2025 .cta-content .list-tariff {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 40px;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.august2025 .cta-content .list-tariff .list-item {
    font-size: 18px;
  }
}
.home_index_page .main .cta-section.august2025 .cta-content .title-points {
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.august2025 .cta-content .title-points {
    text-align: center;
  }
}
.home_index_page .main .cta-section.august2025 .cta-content .points {
  margin-bottom: 74px;
  position: relative;
  z-index: 6;
}
.home_index_page .main .cta-section.august2025 .cta-content .points .point {
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 24px;
}
.home_index_page .main .cta-section.august2025 .cta-content .points .point:last-of-type {
  margin-bottom: 0;
}
.home_index_page .main .cta-section.august2025 .cta-content .points .point svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 8px;
}
.home_index_page .main .cta-section.august2025 .cta-content .points .point b {
  margin-right: 5px;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.august2025 .cta-content .points {
    margin-bottom: 68px;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.august2025 .cta-content .points {
    margin-bottom: 78px;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.august2025 .cta-content .points {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 145px;
  }
  .home_index_page .main .cta-section.august2025 .cta-content .points .point {
    text-align: center;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.august2025 .cta-content .points {
    margin-bottom: 125px;
  }
  .home_index_page .main .cta-section.august2025 .cta-content .points .point {
    font-size: 20px;
  }
  .home_index_page .main .cta-section.august2025 .cta-content .points .point svg {
    width: 21px;
    height: 20px;
  }
}
.home_index_page .main .cta-section.august2025 .cta-content .discount-block {
  height: 146px;
  border-radius: 18px;
  background: -webkit-gradient(linear, left top, right top, from(#e26f93), to(#cd128c));
  background: linear-gradient(90deg, #e26f93 0%, #cd128c 100%);
  color: #fff;
  padding: 0 45px 5px 35px;
  position: relative;
  margin-bottom: 56px;
}
.home_index_page .main .cta-section.august2025 .cta-content .discount-block .new_price {
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: 800;
  margin-top: -60px;
  position: relative;
}
.home_index_page .main .cta-section.august2025 .cta-content .discount-block .new_price .text-start-price {
  -ms-flex-item-align: end;
      align-self: flex-end;
  font-size: 34px;
  font-weight: 400;
  line-height: 100%;
  text-transform: lowercase;
  margin-right: 6px;
}
.home_index_page .main .cta-section.august2025 .cta-content .discount-block .new_price .euro {
  font-size: 210px;
  line-height: 70%;
}
.home_index_page .main .cta-section.august2025 .cta-content .discount-block .new_price .right-part {
  position: relative;
  margin-bottom: 8px;
  margin-left: 7px;
}
.home_index_page .main .cta-section.august2025 .cta-content .discount-block .new_price .right-part .cents {
  font-size: 125px;
  line-height: 105%;
  margin-bottom: -13px;
  position: relative;
}
.home_index_page .main .cta-section.august2025 .cta-content .discount-block .new_price .right-part .cents .eggs {
  width: 154px;
  height: auto;
}
.home_index_page .main .cta-section.august2025 .cta-content .discount-block .new_price .right-part .cents .icon-quote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 14px;
  right: -11px;
}
.home_index_page .main .cta-section.august2025 .cta-content .discount-block .new_price .right-part .value {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  padding: 6px 22px;
  font-size: 28px;
  font-weight: 400;
  line-height: 100%;
  margin-left: 2px;
}
.home_index_page .main .cta-section.august2025 .cta-content .discount-block .old_price {
  position: absolute;
  top: -115px;
  left: 0;
}
.home_index_page .main .cta-section.august2025 .cta-content .discount-block .old_price:before {
  content: "";
  display: block;
  width: 107%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 51%;
  left: 46%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-21deg);
          transform: translateX(-50%) translateY(-50%) rotate(-21deg);
}
.home_index_page .main .cta-section.august2025 .cta-content .discount-block .old_price .euro {
  font-weight: 400;
  font-size: 64px;
  line-height: 120%;
}
.home_index_page .main .cta-section.august2025 .cta-content .discount-block .old_price .right-part {
  margin-left: 3px;
}
.home_index_page .main .cta-section.august2025 .cta-content .discount-block .old_price .right-part .cents {
  font-size: 32px;
  line-height: 1;
  letter-spacing: 1.5px;
  margin-top: 11px;
}
.home_index_page .main .cta-section.august2025 .cta-content .discount-block .old_price .right-part .value {
  font-size: 18px;
  line-height: 120%;
}
.home_index_page .main .cta-section.august2025 .cta-content .discount-block .bottom-quote-row {
  position: absolute;
  left: 0;
  bottom: -35px;
}
.home_index_page .main .cta-section.august2025 .cta-content .discount-block .bottom-quote-row .until {
  width: auto;
  font-size: 16px;
  line-height: 120%;
  margin-right: 7px;
}
.home_index_page .main .cta-section.august2025 .cta-content .discount-block .bottom-quote-row .text-agreement-terms {
  width: auto;
}
.home_index_page .main .cta-section.august2025 .cta-content .discount-block .bottom-quote-row .text-agreement-terms > * {
  color: #fff;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  text-decoration: underline;
  position: relative;
  z-index: 5;
}
.home_index_page .main .cta-section.august2025 .cta-content .discount-block .bottom-quote-row .text-agreement-terms > *:hover {
  opacity: 0.8;
}
.home_index_page .main .cta-section.august2025 .cta-content .discount-block .bottom-quote-row .text-agreement-terms > *:hover svg {
  opacity: 0.8;
}
.home_index_page .main .cta-section.august2025 .cta-content .discount-block .bottom-quote-row .text-agreement-terms svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 6px;
}
.home_index_page .main .cta-section.august2025 .cta-content .discount-block .bottom-quote-row .text-agreement-terms .rules {
  display: none;
}
.home_index_page .main .cta-section.august2025 .cta-content .discount-block .until {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -21px;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.august2025 .cta-content .discount-block {
    padding: 0 40px 5px 30px;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.august2025 .cta-content .discount-block {
    margin-bottom: 62px;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.august2025 .cta-content .discount-block {
    margin-bottom: 55px;
  }
  .home_index_page .main .cta-section.august2025 .cta-content .discount-block .old_price {
    top: -125px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.august2025 .cta-content .discount-block {
    max-width: 320px;
    width: 100%;
    height: 130px;
    padding: 0 25px 5px 15px;
    margin-bottom: 50px;
  }
  .home_index_page .main .cta-section.august2025 .cta-content .discount-block .new_price {
    margin-top: -35px;
  }
  .home_index_page .main .cta-section.august2025 .cta-content .discount-block .new_price .euro {
    font-size: 190px;
  }
  .home_index_page .main .cta-section.august2025 .cta-content .discount-block .new_price .right-part {
    margin-bottom: 16px;
  }
  .home_index_page .main .cta-section.august2025 .cta-content .discount-block .new_price .right-part .cents {
    font-size: 100px;
    margin-bottom: -10px;
  }
  .home_index_page .main .cta-section.august2025 .cta-content .discount-block .new_price .right-part .cents .eggs {
    width: 128px;
  }
  .home_index_page .main .cta-section.august2025 .cta-content .discount-block .new_price .right-part .cents .icon-quote {
    top: 10px;
    right: -15px;
  }
  .home_index_page .main .cta-section.august2025 .cta-content .discount-block .new_price .right-part .cents .icon-quote svg {
    width: 17px;
    height: 17px;
  }
  .home_index_page .main .cta-section.august2025 .cta-content .discount-block .new_price .right-part .value {
    font-size: 22px;
  }
  .home_index_page .main .cta-section.august2025 .cta-content .discount-block .until {
    font-size: 14px;
    bottom: -19px;
  }
  .home_index_page .main .cta-section.august2025 .cta-content .discount-block .bottom-quote-row {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.august2025 .cta-content .bottom-block {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.home_index_page .main .cta-section.august2025 .cta-content .button {
  width: 250px;
  height: 60px;
  color: #040707;
  font-size: 20px;
  font-weight: 600;
  padding: 0 15px;
  font-family: "Roboto", sans-serif;
  border: 0;
  background: #fff;
  z-index: 10;
}
.home_index_page .main .cta-section.august2025 .cta-content .button a {
  color: #040707;
  letter-spacing: 0;
  text-decoration: none;
  border-bottom: none;
  text-transform: none;
}
.home_index_page .main .cta-section.august2025 .cta-content .link-agreement {
  display: none;
  width: 250px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  text-decoration: underline;
  border-bottom: none;
  margin-top: 10px;
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.august2025 .cta-content .link-agreement {
    display: block;
  }
}
.home_index_page .main .cta-section.august2025 .check-form-section {
  display: block;
  position: relative;
}
.home_index_page .main .cta-section.august2025 .check-form-section .white-box {
  margin-top: 0;
}
.home_index_page .main .cta-section.august2025 .check-form-section .white-box .box-inner .title {
  font-weight: 500;
  line-height: 132%;
}
.home_index_page .main .cta-section.august2025 .check-form-section .white-box .box-inner .title .highlight-text {
  color: #7CC45C !important;
}
.home_index_page .main .cta-section.august2025 .check-form-section .white-box .box-inner .form .input input {
  border-color: #f5f5f5;
  border-radius: 30px;
  background: #f5f5f5;
  font-size: 16px;
  padding: 0 25px;
  height: 50px;
}
.home_index_page .main .cta-section.august2025 .check-form-section .white-box .box-inner .form .form-info .callback .phone svg.icon {
  fill: #7CC45C !important;
}
.home_index_page .main .cta-section.august2025 .check-form-section .white-box .box-inner .form .form-info .terms-checkbox label.checkbox {
  max-width: 100% !important;
}
.home_index_page .main .cta-section.august2025 .check-form-section .white-box .box-inner .form .form-info .terms-checkbox label.checkbox .checkbox-name a {
  border-color: rgba(124, 196, 92, 0.2) !important;
  color: #7CC45C !important;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.home_index_page .main .cta-section.august2025 .check-form-section .white-box .box-inner .form .form-info .terms-checkbox label.checkbox .checkbox-name a:hover {
  border-color: rgb(124, 196, 92) !important;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.home_index_page .main .cta-section.august2025 .check-form-section .white-box .box-inner .form .button-holder .button {
  background: -webkit-gradient(linear, left top, right top, from(#e26f93), to(#cd128c));
  background: linear-gradient(90deg, #e26f93 0%, #cd128c 100%);
  color: #fff;
  font-weight: 600;
  max-width: 260px;
  width: 100% !important;
  height: 55px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.home_index_page .main .cta-section.august2025 .check-form-section .white-box .box-inner .form .button-holder .button svg {
  fill: #fff;
}
.home_index_page .main .cta-section.august2025 .check-form-section .white-box .box-inner .form .button-holder .button:hover {
  background: -webkit-gradient(linear, left top, right top, color-stop(100%, #e26f93), to(#cd128c)) !important;
  background: linear-gradient(90deg, #e26f93 100%, #cd128c 100%) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.august2025 .check-form-section {
    display: block !important;
  }
  .home_index_page .main .cta-section.august2025 .check-form-section .white-box {
    margin-top: 20px !important;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.august2025 .check-form-section:before {
    content: "";
    display: block;
    width: 503px;
    height: 561px;
    background-image: url(/assets/images/august2025/img-bober-august-480.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: -400px;
    right: 48%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    z-index: 3;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.august2025 .check-form-section:before {
    width: 358px;
    height: 400px;
    background-image: url(/assets/images/august2025/img-bober-august-375.png);
    top: -305px;
  }
}
.home_index_page .main .cta-section.june2025 {
  background: #00BBEF;
  height: auto;
  position: relative;
  background-size: cover;
  overflow: hidden;
}
.home_index_page .main .cta-section.june2025:before {
  content: "";
  display: block;
  width: 100%;
  height: 289px;
  background-image: url("data:image/svg+xml,%3Csvg width='1920' height='289' viewBox='0 0 1920 289' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_8051_1056' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='1920' height='289'%3E%3Crect width='1920' height='289' fill='%23D9D9D9' /%3E%3C/mask%3E%3Cg mask='url(%23mask0_8051_1056)'%3E%3Cmask id='mask1_8051_1056' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='-23' y='-147' width='1965' height='1291'%3E%3Cpath d='M1942 -147H-23V1143.16H1942V-147Z' fill='white' /%3E%3C/mask%3E%3Cg mask='url(%23mask1_8051_1056)'%3E%3Cmask id='mask2_8051_1056' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='-13' y='-465' width='1952' height='1883'%3E%3Cpath d='M1938.7 -464.693H-12.3203V1417.3H1938.7V-464.693Z' fill='white' /%3E%3C/mask%3E%3Cg mask='url(%23mask2_8051_1056)'%3E%3Cpath d='M2341.98 569.207L-362.055 104.796V-8.5481C-291.868 2.08488 -163.513 21.6532 -92.9243 33.135C7.5528 49.4866 98.7372 67.7145 366.706 100.418C634.675 133.165 576.998 131.334 1012.41 191.379C1447.83 251.424 1414.37 240.478 1715.8 273.226C2017.27 305.973 1922.34 327.776 2084.24 344.172C2182.04 354.045 2279.88 357.977 2341.98 359.54V569.162V569.207Z' fill='%23E2F1E1' /%3E%3Cpath d='M2376.96 929.7L-327.078 748.582V10.5286L2376.96 3.5144V929.7Z' fill='url(%23paint0_linear_8051_1056)' /%3E%3Cpath d='M1982.2 772.395C1985.68 575.863 1834.32 524.128 1851.07 447.732C1867.83 371.335 1848.39 346.987 1680.9 336.086C1513.41 325.185 1457.61 357.932 1318.04 276.041C1178.47 194.193 1198.4 189.1 1061.24 188.743C807.793 188.073 649.996 275.594 510.427 221.044C370.858 166.494 495.058 163.769 394.581 136.472C294.104 109.174 109.859 114.625 26.1351 87.3723C-57.5883 60.075 -46.4193 81.9218 -130.187 54.6245C-213.911 27.3273 -286.51 21.8767 -303.264 21.8767C-309.697 21.8767 -328.416 21.0726 -349.102 20.0897V1.28098L1938.19 -2.29321L2036.71 992.247C1927.7 992.247 1968.75 998.01 1997.88 903.43' fill='%23FFD487' /%3E%3Cpath d='M-18.4961 313.568C-52.0033 329.92 -40.8342 373.613 -12.9115 379.064C15.0112 384.514 54.0583 346.316 93.1501 357.217C132.242 368.118 159.941 333.181 199.033 333.181C238.125 333.181 171.11 322.28 288.341 316.83C405.572 311.379 467.002 398.677 550.725 382.325C634.449 365.974 785.187 338.676 924.756 398.677C1064.32 458.722 1114.54 453.227 1187.14 458.722C1213.68 460.732 1252.9 482.088 1289.85 507.33C1318.44 526.898 1423.97 544.411 1524.76 518.32C1604.02 497.814 1735.85 572.87 1802.15 623.131C1899.55 697.026 1968.57 762.342 1973.49 770.652L1951.6 1316.28L-349.012 1315.75V23.7529C-337.619 33.5371 -318.364 43.5892 -286.42 46.1804C-219.45 51.6309 -72.5544 54.0434 -61.43 92.2417' fill='%23FAAB57' /%3E%3C/g%3E%3C/g%3E%3Cpath opacity='0.25' d='M1307.78 146.657C1307.78 146.657 1281.73 141.073 1263.1 144.781C1244.47 148.489 1237.06 148.489 1233.35 154.074C1229.64 159.658 1248.23 165.243 1274.27 163.366C1300.32 161.49 1337.54 155.905 1324.53 150.321C1311.49 144.736 1307.78 146.613 1307.78 146.613V146.657Z' fill='%23FAAB57' /%3E%3Cpath opacity='0.25' d='M1680.55 196.204C1680.55 196.204 1665.67 183.158 1652.63 188.743C1639.58 194.327 1635.87 201.788 1641.46 201.788C1647.04 201.788 1686.13 209.249 1680.55 196.204Z' fill='%23FAAB57' /%3E%3Cpath opacity='0.26' d='M1859.09 263.174C1852.88 257.634 1838.63 246.42 1818.17 252.005C1797.7 257.589 1764.2 268.758 1780.95 278.051C1797.7 287.344 1892.6 292.928 1859.09 263.174Z' fill='%23FAAB57' /%3E%3Cpath opacity='0.25' d='M1608.9 224.484C1598.27 215.057 1573.96 195.891 1539.03 205.407C1504.09 214.923 1446.9 234 1475.5 249.86C1504.09 265.765 1666.08 275.281 1608.9 224.439V224.484Z' fill='%23FAAB57' /%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_8051_1056' x1='2323.75' y1='464.083' x2='-822.628' y2='312.898' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFCE87' /%3E%3Cstop offset='0.64' stop-color='%23FCB860' /%3E%3Cstop offset='1' stop-color='%23FBAF50' /%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
.home_index_page .main .cta-section.june2025:after {
  content: "";
  display: block;
  width: 632px;
  height: 632px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 100%;
  -webkit-filter: blur(200.6799926758px);
          filter: blur(200.6799926758px);
  position: absolute;
  top: 177px;
  right: calc((100% - 1110px) / 2);
  z-index: 1;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.june2025:before {
    height: 300px;
    background-image: url("data:image/svg+xml,%3Csvg width='1024' height='300' viewBox='0 0 1024 300' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_8054_1058' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='1024' height='300'%3E%3Crect width='1024' height='300' fill='%23D9D9D9' /%3E%3C/mask%3E%3Cg mask='url(%23mask0_8054_1058)'%3E%3Cmask id='mask1_8054_1058' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='-23' y='-82' width='1086' height='714'%3E%3Cpath d='M1063 -81.4365H-23V631.6H1063V-81.4365Z' fill='white' /%3E%3C/mask%3E%3Cg mask='url(%23mask1_8054_1058)'%3E%3Cmask id='mask2_8054_1058' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='-18' y='-258' width='1080' height='1042'%3E%3Cpath d='M1061.17 -257.017H-17.0977V783.107H1061.17V-257.017Z' fill='white' /%3E%3C/mask%3E%3Cg mask='url(%23mask2_8054_1058)'%3E%3Cpath d='M1284.06 314.391L-210.387 57.724V-4.91797C-171.597 0.958575 -100.658 11.7734 -61.646 18.1191C-6.1151 27.1562 44.28 37.2302 192.379 55.3043C340.478 73.4031 308.601 72.3907 549.243 105.576C789.885 138.761 771.391 132.712 937.984 150.81C1104.6 168.909 1052.13 180.959 1141.61 190.02C1195.66 195.477 1249.74 197.65 1284.06 198.514V314.366V314.391Z' fill='%23E2F1E1' /%3E%3Cpath d='M1303.39 513.625L-191.055 413.526V5.6251L1303.39 1.74854V513.625Z' fill='url(%23paint0_linear_8054_1058)' /%3E%3Cpath d='M1085.22 426.687C1087.14 318.07 1003.49 289.477 1012.75 247.255C1022.01 205.033 1011.27 191.576 918.699 185.551C826.132 179.527 795.292 197.625 718.156 152.366C641.02 107.131 652.033 104.317 576.23 104.119C436.156 103.749 348.946 152.119 271.811 121.971C194.675 91.8228 263.317 90.3166 207.786 75.2302C152.255 60.1437 50.4278 63.1561 4.15616 48.0944C-42.1154 33.008 -35.9426 45.0821 -82.2389 29.9957C-128.511 14.9092 -168.634 11.8969 -177.893 11.8969C-181.449 11.8969 -191.794 11.4524 -203.227 10.9092V0.514172L1060.9 -1.46118L1115.34 548.193C1055.09 548.193 1077.79 551.378 1093.88 499.107' fill='%23FFD487' /%3E%3Cpath d='M-20.5091 173.107C-39.0276 182.144 -32.8548 206.292 -17.4227 209.304C-1.99059 212.317 19.5896 191.205 41.1946 197.23C62.7995 203.255 78.1082 183.946 99.7131 183.946C121.318 183.946 84.281 177.922 149.071 174.909C213.861 171.897 247.812 220.144 294.083 211.107C340.355 202.07 423.664 186.983 500.799 220.144C577.935 253.329 605.688 250.292 645.812 253.329C660.479 254.44 682.158 266.242 702.577 280.193C718.38 291.008 776.701 300.687 832.404 286.267C876.207 274.934 949.071 316.415 985.713 344.193C1039.54 385.033 1077.69 421.131 1080.4 425.724L1068.31 727.279L-203.176 726.983V12.9338C-196.879 18.3412 -186.238 23.8968 -168.583 25.3289C-131.571 28.3412 -50.3857 29.6745 -44.2375 50.7857' fill='%23FAAB57' /%3E%3C/g%3E%3C/g%3E%3Cpath opacity='0.25' d='M712.486 80.8597C712.486 80.8597 698.091 77.7733 687.795 79.8227C677.499 81.8721 673.4 81.872 671.35 84.9584C669.301 88.0449 679.573 91.1313 693.968 90.0943C708.363 89.0573 728.931 85.9708 721.745 82.8844C714.536 79.798 712.486 80.835 712.486 80.835V80.8597Z' fill='%23FAAB57' /%3E%3Cpath opacity='0.25' d='M831.592 246.835C831.592 246.835 817.197 243.749 806.9 245.798C796.604 247.848 792.505 247.848 790.456 250.934C788.407 254.02 798.678 257.107 813.073 256.07C827.468 255.033 848.036 251.946 840.851 248.86C833.641 245.774 831.592 246.811 831.592 246.811V246.835Z' fill='%23FAAB57' /%3E%3Cpath opacity='0.25' d='M974.554 216.464C974.554 216.464 966.332 209.255 959.122 212.341C951.912 215.427 949.863 219.551 952.949 219.551C956.035 219.551 977.64 223.674 974.554 216.464Z' fill='%23FAAB57' /%3E%3Cpath opacity='0.25' d='M918.503 108.243C918.503 108.243 910.281 101.033 903.071 104.119C895.861 107.206 893.812 111.329 896.898 111.329C899.985 111.329 921.59 115.452 918.503 108.243Z' fill='%23FAAB57' /%3E%3Cpath opacity='0.26' d='M1017.18 145.255C1013.75 142.193 1005.87 135.996 994.562 139.082C983.253 142.169 964.735 148.341 973.994 153.477C983.253 158.613 1035.7 161.699 1017.18 145.255Z' fill='%23FAAB57' /%3E%3Cpath opacity='0.26' d='M753.398 225.773C749.966 222.712 742.089 216.514 730.78 219.6C719.472 222.687 700.953 228.86 710.213 233.996C719.472 239.131 771.916 242.218 753.398 225.773Z' fill='%23FAAB57' /%3E%3Cpath opacity='0.25' d='M878.906 123.872C873.029 118.662 859.597 108.07 840.288 113.329C820.98 118.588 789.375 129.131 805.177 137.897C820.98 146.687 910.511 151.946 878.906 123.847V123.872Z' fill='%23FAAB57' /%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_8054_1058' x1='1273.98' y1='256.292' x2='-464.931' y2='172.736' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFCE87' /%3E%3Cstop offset='0.64' stop-color='%23FCB860' /%3E%3Cstop offset='1' stop-color='%23FBAF50' /%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  }
  .home_index_page .main .cta-section.june2025:after {
    width: 444px;
    height: 444px;
    -webkit-filter: blur(130.7245483398px);
            filter: blur(130.7245483398px);
    top: 220px;
    right: calc((100% - 700px) / 2);
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.june2025:before {
    height: 770px;
    background-image: url("data:image/svg+xml,%3Csvg width='768' height='770' viewBox='0 0 768 770' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_8055_1060' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='768' height='770'%3E%3Crect width='768' height='770' fill='%23D9D9D9' /%3E%3C/mask%3E%3Cg mask='url(%23mask0_8055_1060)'%3E%3Cmask id='mask1_8055_1060' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='-23' y='-100' width='1324' height='870'%3E%3Cpath d='M1301 -99.5688H-23V769.732H1301V-99.5688Z' fill='white' /%3E%3C/mask%3E%3Cg mask='url(%23mask1_8055_1060)'%3E%3Cmask id='mask2_8055_1060' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='-16' y='-314' width='1315' height='1269'%3E%3Cpath d='M1298.77 -313.628H-15.8047V954.442H1298.77V-313.628Z' fill='white' /%3E%3C/mask%3E%3Cg mask='url(%23mask2_8055_1060)'%3E%3Cpath d='M1570.5 383.005L-251.453 70.0889V-6.28125C-204.162 0.883155 -117.677 14.0681 -70.1154 21.8045C-2.41481 32.822 59.0245 45.1038 239.58 67.1389C420.135 89.204 381.272 87.9698 674.652 128.428C968.031 168.885 945.484 161.51 1148.59 183.575C1351.72 205.641 1287.75 220.331 1396.84 231.378C1462.74 238.031 1528.66 240.68 1570.5 241.734V382.975V383.005Z' fill='%23E2F1E1' /%3E%3Cpath d='M1594.07 625.902L-227.887 503.867V6.57256L1594.07 1.84644V625.902Z' fill='url(%23paint0_linear_8055_1060)' /%3E%3Cpath d='M1328.09 519.911C1330.44 387.49 1228.45 352.631 1239.74 301.156C1251.03 249.681 1237.93 233.275 1125.08 225.93C1012.22 218.585 974.624 240.65 880.584 185.472C786.543 130.324 799.969 126.892 707.554 126.652C536.783 126.2 430.46 185.171 336.42 148.416C242.38 111.661 326.065 109.824 258.364 91.4316C190.664 73.0389 66.5208 76.7115 10.1086 58.3489C-46.3036 39.9563 -38.7779 54.6765 -95.2202 36.2838C-151.632 17.8912 -200.549 14.2186 -211.837 14.2186C-216.172 14.2186 -228.785 13.6768 -242.723 13.0145V0.341364L1298.44 -2.06689L1364.81 668.046C1291.36 668.046 1319.03 671.929 1338.65 608.202' fill='%23FFD487' /%3E%3Cpath d='M-19.9655 210.758C-42.5424 221.775 -35.0167 251.216 -16.2027 254.888C2.61143 258.561 28.9211 232.823 55.2608 240.168C81.6005 247.513 100.264 223.973 126.604 223.973C152.944 223.973 107.79 216.628 186.779 212.955C265.768 209.283 307.159 268.103 363.571 257.086C419.983 246.068 521.549 227.675 615.589 268.103C709.63 308.561 743.465 304.858 792.382 308.561C810.263 309.916 836.693 324.305 861.587 341.313C880.853 354.497 951.955 366.298 1019.87 348.718C1073.27 334.901 1162.1 385.473 1206.77 419.338C1272.4 469.128 1318.91 513.138 1322.22 518.737L1307.47 886.379L-242.664 886.018V15.4827C-234.988 22.0751 -222.014 28.8482 -200.49 30.5941C-155.367 34.2666 -56.3895 35.8921 -48.894 61.6298' fill='%23FAAB57' /%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_8055_1060' x1='1558.22' y1='312.174' x2='-561.784' y2='210.307' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFCE87' /%3E%3Cstop offset='0.64' stop-color='%23FCB860' /%3E%3Cstop offset='1' stop-color='%23FBAF50' /%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  }
  .home_index_page .main .cta-section.june2025:after {
    top: 205px;
    right: calc((100% - 850px) / 2);
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.june2025:before {
    height: 769px;
    background-image: url("data:image/svg+xml,%3Csvg width='480' height='769' viewBox='0 0 480 769' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_8055_1062' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='480' height='769'%3E%3Crect width='480' height='769' fill='%23D9D9D9' /%3E%3C/mask%3E%3Cg mask='url(%23mask0_8055_1062)'%3E%3Cmask id='mask1_8055_1062' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='-23' y='-100' width='1324' height='870'%3E%3Cpath d='M1301 -99.5688H-23V769.732H1301V-99.5688Z' fill='white' /%3E%3C/mask%3E%3Cg mask='url(%23mask1_8055_1062)'%3E%3Cmask id='mask2_8055_1062' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='-16' y='-314' width='1315' height='1269'%3E%3Cpath d='M1298.77 -313.628H-15.8047V954.442H1298.77V-313.628Z' fill='white' /%3E%3C/mask%3E%3Cg mask='url(%23mask2_8055_1062)'%3E%3Cpath d='M1570.5 383.005L-251.453 70.0889V-6.28125C-204.162 0.883155 -117.677 14.0681 -70.1154 21.8045C-2.41481 32.822 59.0245 45.1038 239.58 67.1389C420.135 89.204 381.272 87.9698 674.652 128.428C968.031 168.885 945.484 161.51 1148.59 183.575C1351.72 205.641 1287.75 220.331 1396.84 231.378C1462.74 238.031 1528.66 240.68 1570.5 241.734V382.975V383.005Z' fill='%23E2F1E1' /%3E%3Cpath d='M1594.07 625.902L-227.887 503.867V6.57256L1594.07 1.84644V625.902Z' fill='url(%23paint0_linear_8055_1062)' /%3E%3Cpath d='M1328.09 519.911C1330.44 387.49 1228.45 352.631 1239.74 301.156C1251.03 249.681 1237.93 233.275 1125.08 225.93C1012.22 218.585 974.624 240.65 880.584 185.472C786.543 130.324 799.969 126.892 707.554 126.652C536.783 126.2 430.46 185.171 336.42 148.416C242.38 111.661 326.065 109.824 258.364 91.4316C190.664 73.0389 66.5208 76.7115 10.1086 58.3489C-46.3036 39.9563 -38.7779 54.6765 -95.2202 36.2838C-151.632 17.8912 -200.549 14.2186 -211.837 14.2186C-216.172 14.2186 -228.785 13.6768 -242.723 13.0145V0.341364L1298.44 -2.06689L1364.81 668.046C1291.36 668.046 1319.03 671.929 1338.65 608.202' fill='%23FFD487' /%3E%3Cpath d='M-19.9655 210.758C-42.5424 221.775 -35.0167 251.216 -16.2027 254.888C2.61143 258.561 28.9211 232.823 55.2608 240.168C81.6005 247.513 100.264 223.973 126.604 223.973C152.944 223.973 107.79 216.628 186.779 212.955C265.768 209.283 307.159 268.103 363.571 257.086C419.983 246.068 521.549 227.675 615.589 268.103C709.63 308.561 743.465 304.858 792.382 308.561C810.263 309.916 836.693 324.305 861.587 341.313C880.853 354.497 951.955 366.298 1019.87 348.718C1073.27 334.901 1162.1 385.473 1206.77 419.338C1272.4 469.128 1318.91 513.138 1322.22 518.737L1307.47 886.379L-242.664 886.018V15.4827C-234.988 22.0751 -222.014 28.8482 -200.49 30.5941C-155.367 34.2666 -56.3895 35.8921 -48.894 61.6298' fill='%23FAAB57' /%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_8055_1062' x1='1558.22' y1='312.174' x2='-561.784' y2='210.307' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFCE87' /%3E%3Cstop offset='0.64' stop-color='%23FCB860' /%3E%3Cstop offset='1' stop-color='%23FBAF50' /%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
    bottom: -90px;
  }
  .home_index_page .main .cta-section.june2025:after {
    top: 610px;
    right: calc((100% - 470px) / 2);
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.june2025:before {
    height: 759px;
    background-image: url("data:image/svg+xml,%3Csvg width='375' height='759' viewBox='0 0 375 759' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_8055_1064' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='375' height='759'%3E%3Crect width='375' height='759' fill='%23D9D9D9' /%3E%3C/mask%3E%3Cg mask='url(%23mask0_8055_1064)'%3E%3Cmask id='mask1_8055_1064' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='-23' y='-100' width='1324' height='870'%3E%3Cpath d='M1301 -99.5688H-23V769.732H1301V-99.5688Z' fill='white' /%3E%3C/mask%3E%3Cg mask='url(%23mask1_8055_1064)'%3E%3Cmask id='mask2_8055_1064' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='-16' y='-314' width='1315' height='1269'%3E%3Cpath d='M1298.77 -313.628H-15.8047V954.442H1298.77V-313.628Z' fill='white' /%3E%3C/mask%3E%3Cg mask='url(%23mask2_8055_1064)'%3E%3Cpath d='M1570.5 383.005L-251.453 70.0889V-6.28125C-204.162 0.883155 -117.677 14.0681 -70.1154 21.8045C-2.41481 32.822 59.0245 45.1038 239.58 67.1389C420.135 89.204 381.272 87.9698 674.652 128.428C968.031 168.885 945.484 161.51 1148.59 183.575C1351.72 205.641 1287.75 220.331 1396.84 231.378C1462.74 238.031 1528.66 240.68 1570.5 241.734V382.975V383.005Z' fill='%23E2F1E1' /%3E%3Cpath d='M1594.07 625.902L-227.887 503.867V6.57256L1594.07 1.84644V625.902Z' fill='url(%23paint0_linear_8055_1064)' /%3E%3Cpath d='M1328.09 519.911C1330.44 387.49 1228.45 352.631 1239.74 301.156C1251.03 249.681 1237.93 233.275 1125.08 225.93C1012.22 218.585 974.624 240.65 880.584 185.472C786.543 130.324 799.969 126.892 707.554 126.652C536.783 126.2 430.46 185.171 336.42 148.416C242.38 111.661 326.065 109.824 258.364 91.4316C190.664 73.0389 66.5208 76.7115 10.1086 58.3489C-46.3036 39.9563 -38.7779 54.6765 -95.2202 36.2838C-151.632 17.8912 -200.549 14.2186 -211.837 14.2186C-216.172 14.2186 -228.785 13.6768 -242.723 13.0145V0.341364L1298.44 -2.06689L1364.81 668.046C1291.36 668.046 1319.03 671.929 1338.65 608.202' fill='%23FFD487' /%3E%3Cpath d='M-19.9655 210.758C-42.5424 221.775 -35.0167 251.216 -16.2027 254.888C2.61143 258.561 28.9211 232.823 55.2608 240.168C81.6005 247.513 100.264 223.973 126.604 223.973C152.944 223.973 107.79 216.628 186.779 212.955C265.768 209.283 307.159 268.103 363.571 257.086C419.983 246.068 521.549 227.675 615.589 268.103C709.63 308.561 743.465 304.858 792.382 308.561C810.263 309.916 836.693 324.305 861.587 341.313C880.853 354.497 951.955 366.298 1019.87 348.718C1073.27 334.901 1162.1 385.473 1206.77 419.338C1272.4 469.128 1318.91 513.138 1322.22 518.737L1307.47 886.379L-242.664 886.018V15.4827C-234.988 22.0751 -222.014 28.8482 -200.49 30.5941C-155.367 34.2666 -56.3895 35.8921 -48.894 61.6298' fill='%23FAAB57' /%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_8055_1064' x1='1558.22' y1='312.174' x2='-561.784' y2='210.307' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFCE87' /%3E%3Cstop offset='0.64' stop-color='%23FCB860' /%3E%3Cstop offset='1' stop-color='%23FBAF50' /%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
    bottom: 0;
  }
  .home_index_page .main .cta-section.june2025:after {
    top: 500px;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}
.home_index_page .main .cta-section.june2025 .cta-inner {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 63px;
  padding-bottom: 55px;
  z-index: 5;
}
.home_index_page .main .cta-section.june2025 .cta-inner:after {
  content: "";
  display: block;
  width: 1556px;
  height: 439px;
  background-image: url(/assets/images/june2025/imgs-butterflies-1920.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 50px;
  left: 48%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.home_index_page .main .cta-section.june2025 .cta-inner .img {
  display: none;
  height: auto;
  position: absolute;
  image-rendering: -webkit-optimize-contrast;
  z-index: 5;
}
.home_index_page .main .cta-section.june2025 .cta-inner .img.img-main-1920 {
  display: block;
  width: 526px;
  right: 285px;
  bottom: 65px;
}
.home_index_page .main .cta-section.june2025 .cta-inner .img.img-main-1024 {
  width: 414px;
  right: 265px;
  bottom: 70px;
  z-index: 5;
}
.home_index_page .main .cta-section.june2025 .cta-inner .img.img-main-768 {
  width: 423px;
  right: -65px;
  top: 255px;
}
@media (min-width: 640px) {
  .home_index_page .main .cta-section.june2025 .cta-inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 450px;
    height: auto;
    padding: 65px 0 35px;
  }
}
@media (min-width: 768px) {
  .home_index_page .main .cta-section.june2025 .cta-inner {
    width: 720px;
    height: auto;
    padding: 65px 0;
  }
}
@media (min-width: 1024px) {
  .home_index_page .main .cta-section.june2025 .cta-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 940px;
    height: auto;
    padding: 45px 0 125px;
  }
}
@media (min-width: 1280px) {
  .home_index_page .main .cta-section.june2025 .cta-inner {
    width: 1170px;
    height: auto;
    padding: 105px 0 125px;
  }
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.june2025 .cta-inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .home_index_page .main .cta-section.june2025 .cta-inner:after {
    width: 111px;
    height: 111px;
    background-image: url(/assets/images/june2025/imgs-butterflies-1024.png);
    top: 270px;
    right: auto;
    left: 265px;
    -webkit-transform: none;
            transform: none;
  }
  .home_index_page .main .cta-section.june2025 .cta-inner .img.img-main-1920 {
    display: none;
  }
  .home_index_page .main .cta-section.june2025 .cta-inner .img.img-main-1024 {
    display: block;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.june2025 .cta-inner:after {
    width: 97px;
    height: 97px;
    background-image: url(/assets/images/june2025/imgs-butterflies-768.png);
    top: 20px;
    left: auto;
    right: 120px;
  }
  .home_index_page .main .cta-section.june2025 .cta-inner .img.img-main-1024 {
    display: none;
  }
  .home_index_page .main .cta-section.june2025 .cta-inner .img.img-main-768 {
    display: block;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.june2025 .cta-inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .home_index_page .main .cta-section.june2025 .cta-inner:after {
    width: 97px;
    height: 97px;
    background-image: url(/assets/images/june2025/imgs-butterflies-480.png);
    top: 270px;
    left: -15px;
    right: auto;
  }
  .home_index_page .main .cta-section.june2025 .cta-inner .img.img-main-768 {
    display: none;
  }
  .home_index_page .main .cta-section.june2025 .cta-inner .img.img-main-480 {
    display: block;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.june2025 .cta-inner:after {
    top: 240px;
  }
  .home_index_page .main .cta-section.june2025 .cta-inner .img.img-main-480 {
    display: none;
  }
  .home_index_page .main .cta-section.june2025 .cta-inner .img.img-main-375 {
    display: block;
  }
}
.home_index_page .main .cta-section.june2025 .cta-content {
  max-width: 815px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #fff;
  font-family: "Roboto", sans-serif;
  padding: 0;
  position: relative;
  z-index: 15;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.june2025 .cta-content {
    max-width: 515px;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.june2025 .cta-content {
    margin-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.june2025 .cta-content {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    max-width: 100%;
    padding: 0 !important;
    margin-bottom: 400px;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.june2025 .cta-content {
    padding: 0 15px !important;
    margin-bottom: 320px;
  }
}
.home_index_page .main .cta-section.june2025 .cta-content.hidden {
  display: none;
}
.home_index_page .main .cta-section.june2025 .cta-content .sale-block {
  background-color: #D62432;
  border-radius: 10px;
  -webkit-box-shadow: 7px 4px 40px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 7px 4px 40px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  font-weight: 600;
  font-size: 25px;
  line-height: 105%;
  text-transform: uppercase;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 12px 22px;
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.june2025 .cta-content .sale-block {
    font-size: 18px;
    margin-bottom: 28px;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.june2025 .cta-content .sale-block {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.june2025 .cta-content .sale-block {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    font-size: 18px;
    margin-bottom: 40px;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.june2025 .cta-content .sale-block {
    font-size: 15px;
    margin-bottom: 17px;
    padding: 9px 22px;
  }
}
.home_index_page .main .cta-section.june2025 .cta-content .text-above-h1 {
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: 800;
  font-size: 44px;
  line-height: 105%;
  text-transform: uppercase;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 12px;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.june2025 .cta-content .text-above-h1 {
    font-size: 32px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.june2025 .cta-content .text-above-h1 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.june2025 .cta-content .text-above-h1 {
    font-size: 24px;
  }
}
.home_index_page .main .cta-section.june2025 .cta-content h1.title {
  width: 100%;
  color: #fff;
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: 700;
  font-size: 93px;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 150px;
  position: relative;
  z-index: 6;
}
.home_index_page .main .cta-section.june2025 .cta-content h1.title span {
  display: block;
  font-size: 65px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 125%;
}
.home_index_page .main .cta-section.june2025 .cta-content h1.title span.speed {
  display: block;
  font-size: 48px;
  letter-spacing: -0.3px;
  line-height: 125%;
  text-transform: none;
  margin-top: -5px;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.june2025 .cta-content h1.title {
    font-size: 90px;
    margin-bottom: 170px;
  }
  .home_index_page .main .cta-section.june2025 .cta-content h1.title span {
    font-size: 59px;
    line-height: 97%;
  }
  .home_index_page .main .cta-section.june2025 .cta-content h1.title span.speed {
    margin-top: 0;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.june2025 .cta-content h1.title {
    margin-bottom: 168px;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.june2025 .cta-content h1.title {
    font-size: 80px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    margin-bottom: 175px;
  }
  .home_index_page .main .cta-section.june2025 .cta-content h1.title span {
    font-size: 54px;
  }
  .home_index_page .main .cta-section.june2025 .cta-content h1.title span.speed {
    font-size: 36px;
    margin-top: 5px;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.june2025 .cta-content h1.title {
    font-size: 64px;
  }
  .home_index_page .main .cta-section.june2025 .cta-content h1.title span {
    font-size: 44px;
  }
  .home_index_page .main .cta-section.june2025 .cta-content h1.title span.speed {
    font-size: 32px;
  }
  .home_index_page .main .cta-section.june2025 .cta-content h1.title.ru, .home_index_page .main .cta-section.june2025 .cta-content h1.title.en {
    font-size: 64px;
  }
  .home_index_page .main .cta-section.june2025 .cta-content h1.title.ru span, .home_index_page .main .cta-section.june2025 .cta-content h1.title.en span {
    font-size: 44px;
  }
  .home_index_page .main .cta-section.june2025 .cta-content h1.title.ru span.speed, .home_index_page .main .cta-section.june2025 .cta-content h1.title.en span.speed {
    font-size: 32px;
  }
}
.home_index_page .main .cta-section.june2025 .cta-content .list-tariff {
  margin-bottom: 20px;
  position: relative;
}
.home_index_page .main .cta-section.june2025 .cta-content .list-tariff .list-item {
  border-radius: 8px;
  font-size: 22px;
  font-weight: 400;
  line-height: 100%;
  padding: 14px;
  margin-right: 10px;
}
.home_index_page .main .cta-section.june2025 .cta-content .list-tariff .list-item b {
  font-weight: 700;
  margin-left: 4px;
}
.home_index_page .main .cta-section.june2025 .cta-content .list-tariff .list-item:last-of-type {
  margin-right: 0;
}
.home_index_page .main .cta-section.june2025 .cta-content .list-tariff .list-item.item-speed {
  background: -webkit-gradient(linear, left top, right top, from(#ff8e2e), to(#e03a00));
  background: linear-gradient(90deg, #ff8e2e 0%, #e03a00 100%);
}
.home_index_page .main .cta-section.june2025 .cta-content .list-tariff .list-item.item-shield {
  background: rgba(255, 255, 255, 0.16);
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.june2025 .cta-content .list-tariff .list-item.item-speed {
    position: absolute;
    height: 52px;
    right: 0;
    top: -75px;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.june2025 .cta-content .list-tariff {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 30px;
  }
  .home_index_page .main .cta-section.june2025 .cta-content .list-tariff .list-item {
    margin-bottom: 10px;
  }
  .home_index_page .main .cta-section.june2025 .cta-content .list-tariff .list-item.item-speed {
    position: relative;
    height: 62px;
    right: auto;
    top: auto;
  }
  .home_index_page .main .cta-section.june2025 .cta-content .list-tariff .list-item:last-of-type {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.june2025 .cta-content .list-tariff {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 40px;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.june2025 .cta-content .list-tariff .list-item {
    font-size: 18px;
  }
}
.home_index_page .main .cta-section.june2025 .cta-content .title-points {
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.june2025 .cta-content .title-points {
    text-align: center;
  }
}
.home_index_page .main .cta-section.june2025 .cta-content .points {
  margin-bottom: 74px;
  position: relative;
  z-index: 6;
}
.home_index_page .main .cta-section.june2025 .cta-content .points .point {
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 24px;
}
.home_index_page .main .cta-section.june2025 .cta-content .points .point:last-of-type {
  margin-bottom: 0;
}
.home_index_page .main .cta-section.june2025 .cta-content .points .point svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 8px;
}
.home_index_page .main .cta-section.june2025 .cta-content .points .point b {
  margin-right: 5px;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.june2025 .cta-content .points {
    margin-bottom: 68px;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.june2025 .cta-content .points {
    margin-bottom: 78px;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.june2025 .cta-content .points {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 145px;
  }
  .home_index_page .main .cta-section.june2025 .cta-content .points .point {
    text-align: center;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.june2025 .cta-content .points {
    margin-bottom: 125px;
  }
  .home_index_page .main .cta-section.june2025 .cta-content .points .point {
    font-size: 20px;
  }
  .home_index_page .main .cta-section.june2025 .cta-content .points .point svg {
    width: 21px;
    height: 20px;
  }
}
.home_index_page .main .cta-section.june2025 .cta-content .discount-block {
  height: 146px;
  border-radius: 18px;
  background: -webkit-gradient(linear, right top, left top, from(#e03647), to(#e46943));
  background: linear-gradient(270deg, #e03647 0%, #e46943 100%);
  color: #fff;
  padding: 0 45px 5px 35px;
  position: relative;
  margin-bottom: 56px;
}
.home_index_page .main .cta-section.june2025 .cta-content .discount-block .new_price {
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: 800;
  margin-top: -70px;
  position: relative;
}
.home_index_page .main .cta-section.june2025 .cta-content .discount-block .new_price .text-start-price {
  -ms-flex-item-align: end;
      align-self: flex-end;
  font-size: 34px;
  font-weight: 400;
  line-height: 100%;
  text-transform: lowercase;
  margin-right: 6px;
}
.home_index_page .main .cta-section.june2025 .cta-content .discount-block .new_price .euro {
  font-size: 210px;
  line-height: 70%;
  text-shadow: 6px 4px #171717;
}
.home_index_page .main .cta-section.june2025 .cta-content .discount-block .new_price .right-part {
  position: relative;
  margin-bottom: -2px;
  margin-left: 7px;
}
.home_index_page .main .cta-section.june2025 .cta-content .discount-block .new_price .right-part .cents {
  font-size: 125px;
  line-height: 105%;
  margin-bottom: -7px;
  text-shadow: 6px 4px #171717;
  position: relative;
}
.home_index_page .main .cta-section.june2025 .cta-content .discount-block .new_price .right-part .cents .icon-quote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 14px;
  right: -11px;
}
.home_index_page .main .cta-section.june2025 .cta-content .discount-block .new_price .right-part .value {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  padding: 6px 22px;
  font-size: 28px;
  font-weight: 400;
  line-height: 100%;
  margin-left: 2px;
}
.home_index_page .main .cta-section.june2025 .cta-content .discount-block .old_price {
  position: absolute;
  top: -115px;
  left: 0;
}
.home_index_page .main .cta-section.june2025 .cta-content .discount-block .old_price:before {
  content: "";
  display: block;
  width: 107%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 51%;
  left: 46%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-21deg);
          transform: translateX(-50%) translateY(-50%) rotate(-21deg);
}
.home_index_page .main .cta-section.june2025 .cta-content .discount-block .old_price .euro {
  font-weight: 400;
  font-size: 64px;
  line-height: 120%;
}
.home_index_page .main .cta-section.june2025 .cta-content .discount-block .old_price .right-part {
  margin-left: 3px;
}
.home_index_page .main .cta-section.june2025 .cta-content .discount-block .old_price .right-part .cents {
  font-size: 32px;
  line-height: 1;
  letter-spacing: 1.5px;
  margin-top: 11px;
}
.home_index_page .main .cta-section.june2025 .cta-content .discount-block .old_price .right-part .value {
  font-size: 18px;
  line-height: 120%;
}
.home_index_page .main .cta-section.june2025 .cta-content .discount-block .bottom-quote-row {
  position: absolute;
  left: 0;
  bottom: -35px;
}
.home_index_page .main .cta-section.june2025 .cta-content .discount-block .bottom-quote-row .until {
  width: auto;
  font-size: 16px;
  line-height: 120%;
  margin-right: 7px;
}
.home_index_page .main .cta-section.june2025 .cta-content .discount-block .bottom-quote-row .text-agreement-terms {
  width: auto;
}
.home_index_page .main .cta-section.june2025 .cta-content .discount-block .bottom-quote-row .text-agreement-terms > * {
  color: #fff;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  text-decoration: underline;
  position: relative;
  z-index: 5;
}
.home_index_page .main .cta-section.june2025 .cta-content .discount-block .bottom-quote-row .text-agreement-terms > *:hover {
  opacity: 0.8;
}
.home_index_page .main .cta-section.june2025 .cta-content .discount-block .bottom-quote-row .text-agreement-terms > *:hover svg {
  opacity: 0.8;
}
.home_index_page .main .cta-section.june2025 .cta-content .discount-block .bottom-quote-row .text-agreement-terms svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 6px;
}
.home_index_page .main .cta-section.june2025 .cta-content .discount-block .bottom-quote-row .text-agreement-terms .rules {
  display: none;
}
.home_index_page .main .cta-section.june2025 .cta-content .discount-block .until {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -21px;
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.june2025 .cta-content .discount-block {
    margin-bottom: 55px;
  }
  .home_index_page .main .cta-section.june2025 .cta-content .discount-block .old_price {
    top: -125px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.june2025 .cta-content .discount-block {
    max-width: 320px;
    width: 100%;
    height: 130px;
    padding: 0 25px 5px 15px;
    margin-bottom: 50px;
  }
  .home_index_page .main .cta-section.june2025 .cta-content .discount-block .new_price {
    margin-top: -54px;
  }
  .home_index_page .main .cta-section.june2025 .cta-content .discount-block .new_price .euro {
    font-size: 190px;
    text-shadow: 5px 3px #171717;
  }
  .home_index_page .main .cta-section.june2025 .cta-content .discount-block .new_price .right-part {
    margin-bottom: 2px;
  }
  .home_index_page .main .cta-section.june2025 .cta-content .discount-block .new_price .right-part .cents {
    font-size: 100px;
    text-shadow: 5px 3px 0 0 #171717;
    margin-bottom: 0;
  }
  .home_index_page .main .cta-section.june2025 .cta-content .discount-block .new_price .right-part .cents .icon-quote {
    top: 10px;
    right: -15px;
  }
  .home_index_page .main .cta-section.june2025 .cta-content .discount-block .new_price .right-part .cents .icon-quote svg {
    width: 17px;
    height: 17px;
  }
  .home_index_page .main .cta-section.june2025 .cta-content .discount-block .new_price .right-part .value {
    font-size: 22px;
  }
  .home_index_page .main .cta-section.june2025 .cta-content .discount-block .until {
    font-size: 14px;
    bottom: -19px;
  }
  .home_index_page .main .cta-section.june2025 .cta-content .discount-block .bottom-quote-row {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.june2025 .cta-content .bottom-block {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.home_index_page .main .cta-section.june2025 .cta-content .button {
  width: 250px;
  height: 60px;
  color: #040707;
  font-size: 20px;
  font-weight: 600;
  padding: 0 15px;
  font-family: "Roboto", sans-serif;
  border: 0;
  background: #fff;
  z-index: 10;
}
.home_index_page .main .cta-section.june2025 .cta-content .button a {
  color: #040707;
  letter-spacing: 0;
  text-decoration: none;
  border-bottom: none;
  text-transform: none;
}
.home_index_page .main .cta-section.june2025 .cta-content .link-agreement {
  display: none;
  width: 250px;
  color: #1e1e1e;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  text-decoration: underline;
  border-bottom: none;
  margin-top: 10px;
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.june2025 .cta-content .link-agreement {
    display: block;
  }
}
.home_index_page .main .cta-section.june2025 .check-form-section {
  display: block;
  position: relative;
}
.home_index_page .main .cta-section.june2025 .check-form-section .white-box {
  margin-top: 0;
}
.home_index_page .main .cta-section.june2025 .check-form-section .white-box .box-inner .title {
  font-weight: 500;
  line-height: 132%;
}
.home_index_page .main .cta-section.june2025 .check-form-section .white-box .box-inner .title .highlight-text {
  color: #00BBEF !important;
}
.home_index_page .main .cta-section.june2025 .check-form-section .white-box .box-inner .form .input input {
  border-color: #f5f5f5;
  border-radius: 30px;
  background: #f5f5f5;
  font-size: 16px;
  padding: 0 25px;
  height: 50px;
}
.home_index_page .main .cta-section.june2025 .check-form-section .white-box .box-inner .form .form-info .terms-checkbox label.checkbox {
  max-width: 100% !important;
}
.home_index_page .main .cta-section.june2025 .check-form-section .white-box .box-inner .form .form-info .terms-checkbox label.checkbox .checkbox-name a {
  color: #00BBEF !important;
}
.home_index_page .main .cta-section.june2025 .check-form-section .white-box .box-inner .form .button-holder .button {
  background: -webkit-gradient(linear, right top, left top, from(#e03647), to(#e46943));
  background: linear-gradient(270deg, #e03647 0%, #e46943 100%);
  color: #fff;
  font-weight: 600;
  max-width: 260px;
  width: 100% !important;
  height: 55px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.home_index_page .main .cta-section.june2025 .check-form-section .white-box .box-inner .form .button-holder .button svg {
  fill: #fff;
}
.home_index_page .main .cta-section.june2025 .check-form-section .white-box .box-inner .form .button-holder .button:hover {
  background: #e03647 !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.june2025 .check-form-section {
    display: block !important;
  }
  .home_index_page .main .cta-section.june2025 .check-form-section .white-box {
    margin-top: 20px !important;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.june2025 .check-form-section:before {
    content: "";
    display: block;
    width: 418px;
    height: 411px;
    background-image: url(/assets/images/june2025/img-bober-july-480.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: -418px;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    z-index: 3;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.june2025 .check-form-section:before {
    width: 353px;
    height: 348px;
    background-image: url(/assets/images/june2025/img-bober-july-375.png);
    top: -330px;
  }
}
.home_index_page .main .cta-section.march2025-new {
  background-image: url(/assets/images/march2025/bg-first-screen-redesign-1920.jpg);
  height: auto;
  position: relative;
  background-size: cover;
  overflow: hidden;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.march2025-new {
    background-image: url(/assets/images/march2025/bg-first-screen-redesign-1024.jpg);
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.march2025-new {
    background-image: url(/assets/images/march2025/bg-first-screen-redesign-768.jpg);
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.march2025-new {
    background-image: url(/assets/images/march2025/bg-first-screen-redesign-480.jpg);
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.march2025-new {
    background-image: url(/assets/images/march2025/bg-first-screen-redesign-375.jpg);
  }
}
.home_index_page .main .cta-section.march2025-new .cta-inner {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 63px;
  padding-bottom: 55px;
  z-index: 5;
}
.home_index_page .main .cta-section.march2025-new .cta-inner:before {
  content: "";
  display: block;
  width: 2325px;
  height: 1568px;
  position: absolute;
  background-image: url(/assets/images/march2025/img-leaves-1920.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  top: -270px;
  right: -525px;
  z-index: 1;
}
.home_index_page .main .cta-section.march2025-new .cta-inner .img {
  display: none;
  height: auto;
  position: absolute;
  image-rendering: -webkit-optimize-contrast;
  z-index: 5;
}
.home_index_page .main .cta-section.march2025-new .cta-inner .img.img-main-1920 {
  display: block;
  width: 481px;
  right: 300px;
  bottom: 0;
}
.home_index_page .main .cta-section.march2025-new .cta-inner .img.img-main-1024 {
  width: 361px;
  right: 300px;
  bottom: 0;
  z-index: 8;
}
.home_index_page .main .cta-section.march2025-new .cta-inner .img.img-main-768 {
  width: 464px;
  right: -60px;
  top: 199px;
}
.home_index_page .main .cta-section.march2025-new .cta-inner .img.img-main-480 {
  width: 417px;
  right: 50%;
  top: 765px;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
.home_index_page .main .cta-section.march2025-new .cta-inner .img.img-main-375 {
  width: 375px;
  right: 51%;
  top: 683px;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
@media (min-width: 640px) {
  .home_index_page .main .cta-section.march2025-new .cta-inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 450px;
    height: auto;
    padding: 61px 0 35px;
  }
}
@media (min-width: 768px) {
  .home_index_page .main .cta-section.march2025-new .cta-inner {
    width: 720px;
    height: auto;
    padding: 55px 0 40px;
  }
}
@media (min-width: 1024px) {
  .home_index_page .main .cta-section.march2025-new .cta-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 940px;
    height: auto;
    padding: 45px 0 119px;
  }
}
@media (min-width: 1280px) {
  .home_index_page .main .cta-section.march2025-new .cta-inner {
    width: 1170px;
    height: auto;
    padding: 105px 0 95px;
  }
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.march2025-new .cta-inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .home_index_page .main .cta-section.march2025-new .cta-inner:before {
    width: 733px;
    height: 732px;
    background-image: url(/assets/images/march2025/img-leaves-1024.png);
    right: -115px;
  }
  .home_index_page .main .cta-section.march2025-new .cta-inner .img.img-main-1920 {
    display: none;
  }
  .home_index_page .main .cta-section.march2025-new .cta-inner .img.img-main-1024 {
    display: block;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.march2025-new .cta-inner:before {
    width: 1085px;
    height: 1389px;
    background-image: url(/assets/images/march2025/img-leaves-768-redesign.png);
    top: -90px;
    right: -395px;
  }
  .home_index_page .main .cta-section.march2025-new .cta-inner .img.img-main-1024 {
    display: none;
  }
  .home_index_page .main .cta-section.march2025-new .cta-inner .img.img-main-768 {
    display: block;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.march2025-new .cta-inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .home_index_page .main .cta-section.march2025-new .cta-inner:before {
    width: 1034px;
    height: 849px;
    background-image: url(/assets/images/march2025/img-leaves-480.png);
    top: 306px;
    right: -421px;
  }
  .home_index_page .main .cta-section.march2025-new .cta-inner .img.img-main-768 {
    display: none;
  }
  .home_index_page .main .cta-section.march2025-new .cta-inner .img.img-main-480 {
    display: block;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.march2025-new .cta-inner:before {
    width: 613px;
    height: 612px;
    background-image: url(/assets/images/march2025/img-leaves-375.png);
    top: 156px;
    right: -460px;
  }
  .home_index_page .main .cta-section.march2025-new .cta-inner .img.img-main-480 {
    display: none;
  }
  .home_index_page .main .cta-section.march2025-new .cta-inner .img.img-main-375 {
    display: block;
  }
}
.home_index_page .main .cta-section.march2025-new .cta-content {
  max-width: 815px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #fff;
  font-family: "Roboto", sans-serif;
  padding: 0;
  position: relative;
  z-index: 15;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.march2025-new .cta-content {
    max-width: 515px;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.march2025-new .cta-content {
    margin-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.march2025-new .cta-content {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    max-width: 100%;
    padding: 0 !important;
    margin-bottom: 385px;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.march2025-new .cta-content {
    padding: 0 15px !important;
    margin-bottom: 317px;
  }
}
.home_index_page .main .cta-section.march2025-new .cta-content.hidden {
  display: none;
}
.home_index_page .main .cta-section.march2025-new .cta-content .sale-block {
  background-color: #D62432;
  border-radius: 10px;
  -webkit-box-shadow: 7px 4px 40px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 7px 4px 40px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  font-weight: 600;
  font-size: 25px;
  line-height: 105%;
  text-transform: uppercase;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 12px 22px;
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.march2025-new .cta-content .sale-block {
    font-size: 18px;
    margin-bottom: 28px;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.march2025-new .cta-content .sale-block {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.march2025-new .cta-content .sale-block {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    font-size: 18px;
    margin-bottom: 40px;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.march2025-new .cta-content .sale-block {
    font-size: 15px;
    margin-bottom: 17px;
    padding: 9px 22px;
  }
}
.home_index_page .main .cta-section.march2025-new .cta-content .text-above-h1 {
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: 800;
  font-size: 44px;
  line-height: 105%;
  text-transform: uppercase;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 12px;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.march2025-new .cta-content .text-above-h1 {
    font-size: 32px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.march2025-new .cta-content .text-above-h1 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.march2025-new .cta-content .text-above-h1 {
    font-size: 24px;
  }
}
.home_index_page .main .cta-section.march2025-new .cta-content h1.title {
  width: 100%;
  color: #fff;
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: 800;
  font-size: 100px;
  line-height: 105%;
  text-transform: uppercase;
  margin-bottom: 35px;
  position: relative;
  z-index: 6;
}
.home_index_page .main .cta-section.march2025-new .cta-content h1.title span {
  display: block;
  font-size: 70px;
  font-weight: 400;
  line-height: 100%;
}
.home_index_page .main .cta-section.march2025-new .cta-content h1.title span.speed {
  font-size: 48px;
  text-transform: none;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.march2025-new .cta-content h1.title {
    font-size: 96px;
    line-height: 113%;
    margin-bottom: 42px;
  }
  .home_index_page .main .cta-section.march2025-new .cta-content h1.title span {
    font-size: 64px;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.march2025-new .cta-content h1.title {
    margin-bottom: 52px;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.march2025-new .cta-content h1.title {
    font-size: 80px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    margin-bottom: 39px;
  }
  .home_index_page .main .cta-section.march2025-new .cta-content h1.title span {
    font-size: 54px;
  }
  .home_index_page .main .cta-section.march2025-new .cta-content h1.title span.speed {
    font-size: 36px;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.march2025-new .cta-content h1.title {
    font-size: 64px;
    margin-bottom: 31px;
  }
  .home_index_page .main .cta-section.march2025-new .cta-content h1.title span.speed {
    font-size: 32px;
  }
  .home_index_page .main .cta-section.march2025-new .cta-content h1.title.ru, .home_index_page .main .cta-section.march2025-new .cta-content h1.title.en {
    font-size: 64px;
  }
  .home_index_page .main .cta-section.march2025-new .cta-content h1.title.ru span, .home_index_page .main .cta-section.march2025-new .cta-content h1.title.en span {
    font-size: 44px;
  }
  .home_index_page .main .cta-section.march2025-new .cta-content h1.title.ru span.speed, .home_index_page .main .cta-section.march2025-new .cta-content h1.title.en span.speed {
    font-size: 32px;
  }
}
.home_index_page .main .cta-section.march2025-new .cta-content .list-tariff {
  margin-bottom: 20px;
  position: relative;
}
.home_index_page .main .cta-section.march2025-new .cta-content .list-tariff .list-item {
  border-radius: 8px;
  font-size: 22px;
  font-weight: 400;
  line-height: 100%;
  padding: 14px;
  margin-right: 10px;
}
.home_index_page .main .cta-section.march2025-new .cta-content .list-tariff .list-item b {
  font-weight: 700;
  margin-left: 4px;
}
.home_index_page .main .cta-section.march2025-new .cta-content .list-tariff .list-item:last-of-type {
  margin-right: 0;
}
.home_index_page .main .cta-section.march2025-new .cta-content .list-tariff .list-item.item-speed {
  background: -webkit-gradient(linear, left top, right top, from(#ff8e2e), to(#e03a00));
  background: linear-gradient(90deg, #ff8e2e 0%, #e03a00 100%);
}
.home_index_page .main .cta-section.march2025-new .cta-content .list-tariff .list-item.item-shield {
  background: rgba(255, 255, 255, 0.16);
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.march2025-new .cta-content .list-tariff .list-item.item-speed {
    position: absolute;
    height: 52px;
    right: 0;
    top: -75px;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.march2025-new .cta-content .list-tariff {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 30px;
  }
  .home_index_page .main .cta-section.march2025-new .cta-content .list-tariff .list-item {
    margin-bottom: 10px;
  }
  .home_index_page .main .cta-section.march2025-new .cta-content .list-tariff .list-item.item-speed {
    position: relative;
    height: 62px;
    right: auto;
    top: auto;
  }
  .home_index_page .main .cta-section.march2025-new .cta-content .list-tariff .list-item:last-of-type {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.march2025-new .cta-content .list-tariff {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 40px;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.march2025-new .cta-content .list-tariff .list-item {
    font-size: 18px;
  }
}
.home_index_page .main .cta-section.march2025-new .cta-content .title-points {
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.march2025-new .cta-content .title-points {
    text-align: center;
  }
}
.home_index_page .main .cta-section.march2025-new .cta-content .points {
  margin-bottom: 74px;
  position: relative;
  z-index: 6;
}
.home_index_page .main .cta-section.march2025-new .cta-content .points .point {
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 24px;
}
.home_index_page .main .cta-section.march2025-new .cta-content .points .point:last-of-type {
  margin-bottom: 0;
}
.home_index_page .main .cta-section.march2025-new .cta-content .points .point svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 8px;
}
.home_index_page .main .cta-section.march2025-new .cta-content .points .point b {
  margin-right: 5px;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.march2025-new .cta-content .points {
    margin-bottom: 68px;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.march2025-new .cta-content .points {
    margin-bottom: 78px;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.march2025-new .cta-content .points {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 145px;
  }
  .home_index_page .main .cta-section.march2025-new .cta-content .points .point {
    text-align: center;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.march2025-new .cta-content .points {
    margin-bottom: 125px;
  }
  .home_index_page .main .cta-section.march2025-new .cta-content .points .point {
    font-size: 20px;
  }
  .home_index_page .main .cta-section.march2025-new .cta-content .points .point svg {
    width: 21px;
    height: 20px;
  }
}
.home_index_page .main .cta-section.march2025-new .cta-content .discount-block {
  height: 146px;
  border-radius: 18px;
  background: radial-gradient(129.75% 87.92% at 191.7% 272.34%, #fae000 0%, #f9a51a 100%);
  color: #fff;
  padding: 0 50px 5px 30px;
  margin-bottom: 55px;
  position: relative;
}
.home_index_page .main .cta-section.march2025-new .cta-content .discount-block .new_price {
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: 800;
  margin-top: -60px;
  position: relative;
}
.home_index_page .main .cta-section.march2025-new .cta-content .discount-block .new_price .text-start-price {
  -ms-flex-item-align: end;
      align-self: flex-end;
  font-size: 34px;
  font-weight: 400;
  line-height: 100%;
  text-transform: lowercase;
  margin-right: 6px;
}
.home_index_page .main .cta-section.march2025-new .cta-content .discount-block .new_price .euro {
  font-size: 210px;
  line-height: 70%;
  text-shadow: 6px 4px #171717;
}
.home_index_page .main .cta-section.march2025-new .cta-content .discount-block .new_price .right-part {
  position: relative;
  margin-left: 0;
  margin-bottom: 4px;
}
.home_index_page .main .cta-section.march2025-new .cta-content .discount-block .new_price .right-part .cents {
  font-size: 125px;
  line-height: 105%;
  margin-bottom: -7px;
  text-shadow: 6px 4px #171717;
  position: relative;
}
.home_index_page .main .cta-section.march2025-new .cta-content .discount-block .new_price .right-part .cents .icon-quote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 10px;
  right: -11px;
}
.home_index_page .main .cta-section.march2025-new .cta-content .discount-block .new_price .right-part .value {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  padding: 8px 22px;
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 100%;
  margin-left: 2px;
}
.home_index_page .main .cta-section.march2025-new .cta-content .discount-block .old_price {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  bottom: -10px;
  left: 104%;
}
.home_index_page .main .cta-section.march2025-new .cta-content .discount-block .old_price:before {
  content: "";
  display: block;
  width: 90%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 44%;
  left: 46%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-22deg);
          transform: translateX(-50%) translateY(-50%) rotate(-22deg);
}
.home_index_page .main .cta-section.march2025-new .cta-content .discount-block .old_price .euro {
  font-weight: 400;
  font-size: 48px;
  line-height: 120%;
}
.home_index_page .main .cta-section.march2025-new .cta-content .discount-block .old_price .right-part .cents {
  font-size: 28px;
  line-height: 1;
  letter-spacing: 3px;
  margin-top: 7px;
}
.home_index_page .main .cta-section.march2025-new .cta-content .discount-block .old_price .right-part .value {
  font-size: 14px;
  line-height: 120%;
}
.home_index_page .main .cta-section.march2025-new .cta-content .discount-block .until {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  position: absolute;
  left: 0;
  bottom: -35px;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.march2025-new .cta-content .discount-block .old_price {
    bottom: auto;
    top: -59px;
    left: 85%;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.march2025-new .cta-content .discount-block {
    margin-bottom: 42px;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.march2025-new .cta-content .discount-block {
    margin-bottom: 40px;
  }
  .home_index_page .main .cta-section.march2025-new .cta-content .discount-block .until {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .home_index_page .main .cta-section.march2025-new .cta-content .discount-block .old_price {
    top: -113px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.march2025-new .cta-content .discount-block {
    max-width: 321px;
    width: 100%;
    height: 131px;
    padding: 0 20px;
    margin-bottom: 35px;
  }
  .home_index_page .main .cta-section.march2025-new .cta-content .discount-block .new_price {
    margin-top: -53px;
  }
  .home_index_page .main .cta-section.march2025-new .cta-content .discount-block .new_price .text-start-price {
    font-size: 28px;
    margin-right: 10px;
  }
  .home_index_page .main .cta-section.march2025-new .cta-content .discount-block .new_price .euro {
    font-size: 180px;
  }
  .home_index_page .main .cta-section.march2025-new .cta-content .discount-block .new_price .right-part {
    margin-right: 7px;
  }
  .home_index_page .main .cta-section.march2025-new .cta-content .discount-block .new_price .right-part .cents {
    font-size: 98px;
    margin-bottom: 5px;
  }
  .home_index_page .main .cta-section.march2025-new .cta-content .discount-block .new_price .right-part .value {
    font-size: 20px;
  }
  .home_index_page .main .cta-section.march2025-new .cta-content .discount-block .old_price {
    top: -92px;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.march2025-new .cta-content .bottom-block {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.home_index_page .main .cta-section.march2025-new .cta-content .button {
  width: 250px;
  height: 60px;
  color: #040707;
  font-size: 20px;
  font-weight: 600;
  padding: 0 15px;
  font-family: "Roboto", sans-serif;
  border: 0;
  background: #fff;
  z-index: 10;
}
.home_index_page .main .cta-section.march2025-new .cta-content .button a {
  color: #040707;
  letter-spacing: 0;
  text-decoration: none;
  border-bottom: none;
  text-transform: none;
}
.home_index_page .main .cta-section.march2025-new .cta-content .link-agreement {
  display: none;
  width: 250px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  text-decoration: underline;
  border-bottom: none;
  margin-top: 10px;
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.march2025-new .cta-content .link-agreement {
    display: block;
  }
}
.home_index_page .main .cta-section.march2025-new .check-form-section {
  display: block;
  position: relative;
}
.home_index_page .main .cta-section.march2025-new .check-form-section .white-box {
  margin-top: 0;
}
.home_index_page .main .cta-section.march2025-new .check-form-section .white-box .box-inner .title {
  font-weight: 500;
  line-height: 132%;
}
.home_index_page .main .cta-section.march2025-new .check-form-section .white-box .box-inner .form .input input {
  border-color: #f5f5f5;
  border-radius: 30px;
  background: #f5f5f5;
  font-size: 16px;
  padding: 0 25px;
  height: 50px;
}
.home_index_page .main .cta-section.march2025-new .check-form-section .white-box .box-inner .form .form-info .terms-checkbox label.checkbox {
  max-width: 100% !important;
}
.home_index_page .main .cta-section.march2025-new .check-form-section .white-box .box-inner .form .button-holder .button {
  background: radial-gradient(129.75% 87.92% at 191.7% 272.34%, #fae000 0%, #f9a51a 100%);
  color: #fff;
  font-weight: 600;
  max-width: 260px;
  width: 100% !important;
  height: 55px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.home_index_page .main .cta-section.march2025-new .check-form-section .white-box .box-inner .form .button-holder .button svg {
  fill: #fff;
}
.home_index_page .main .cta-section.march2025-new .check-form-section .white-box .box-inner .form .button-holder .button:hover {
  background: -webkit-gradient(linear, left top, right top, from(#ff8e2e), to(#e03a00)) !important;
  background: linear-gradient(90deg, #ff8e2e 0%, #e03a00 100%) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.march2025-new .check-form-section:before {
    bottom: -165px;
  }
  .home_index_page .main .cta-section.march2025-new .check-form-section:after {
    top: -150px;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.march2025-new .check-form-section {
    display: block !important;
  }
  .home_index_page .main .cta-section.march2025-new .check-form-section:before {
    display: none;
  }
  .home_index_page .main .cta-section.march2025-new .check-form-section .white-box {
    margin-top: 20px !important;
  }
}
.home_index_page .main .cta-section.march2025 {
  background-image: url(/assets/images/march2025/bg-first-screen-1920.jpg);
  height: auto;
  position: relative;
  background-size: cover;
  overflow: hidden;
}
.home_index_page .main .cta-section.march2025:after {
  content: "";
  display: none;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: absolute;
  right: 0;
  z-index: 1;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.march2025 {
    background-image: url(/assets/images/march2025/bg-first-screen-1024.jpg);
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.march2025 {
    background-image: url(/assets/images/march2025/bg-first-screen-768.jpg);
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.march2025 {
    background-image: url(/assets/images/march2025/bg-first-screen-480.jpg);
  }
  .home_index_page .main .cta-section.march2025:after {
    display: block;
    width: 250px;
    height: 302px;
    background-image: url(/assets/images/march2025/img-bird-right-480.png);
    top: 690px;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.march2025 {
    background-image: url(/assets/images/march2025/bg-first-screen-375.jpg);
  }
  .home_index_page .main .cta-section.march2025.ru:after, .home_index_page .main .cta-section.march2025.en:after {
    top: 575px;
  }
  .home_index_page .main .cta-section.march2025:after {
    display: block;
    width: 212px;
    height: 272px;
    background-image: url(/assets/images/march2025/img-bird-right-375.png);
    top: 580px;
  }
}
.home_index_page .main .cta-section.march2025 .cta-inner {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 55px;
  padding-bottom: 55px;
  z-index: 5;
}
.home_index_page .main .cta-section.march2025 .cta-inner:before {
  content: "";
  display: block;
  width: 2325px;
  height: 1568px;
  position: absolute;
  background-image: url(/assets/images/march2025/img-leaves-1920.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  top: -270px;
  right: -525px;
  z-index: 1;
}
.home_index_page .main .cta-section.march2025 .cta-inner.ru img.img-main-375, .home_index_page .main .cta-section.march2025 .cta-inner.en img.img-main-375 {
  top: 515px;
}
.home_index_page .main .cta-section.march2025 .cta-inner .img {
  display: none;
  height: auto;
  position: absolute;
  image-rendering: -webkit-optimize-contrast;
  z-index: 5;
}
.home_index_page .main .cta-section.march2025 .cta-inner .img.img-main-1920 {
  display: block;
  width: 714px;
  right: 180px;
  bottom: 0;
}
.home_index_page .main .cta-section.march2025 .cta-inner .img.img-main-1024 {
  width: 852px;
  right: -20px;
  bottom: 0;
}
.home_index_page .main .cta-section.march2025 .cta-inner .img.img-main-768 {
  width: 831px;
  right: -240px;
  top: 175px;
}
.home_index_page .main .cta-section.march2025 .cta-inner .img.img-main-480 {
  width: 635px;
  right: 57%;
  top: 610px;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
.home_index_page .main .cta-section.march2025 .cta-inner .img.img-main-375 {
  width: 525px;
  right: 55%;
  top: 525px;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
@media (min-width: 640px) {
  .home_index_page .main .cta-section.march2025 .cta-inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 450px;
    height: auto;
    padding: 75px 0 35px;
  }
}
@media (min-width: 768px) {
  .home_index_page .main .cta-section.march2025 .cta-inner {
    width: 720px;
    height: auto;
    padding: 80px 0 40px;
  }
}
@media (min-width: 1024px) {
  .home_index_page .main .cta-section.march2025 .cta-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 940px;
    height: auto;
    padding: 45px 0 70px;
  }
}
@media (min-width: 1280px) {
  .home_index_page .main .cta-section.march2025 .cta-inner {
    width: 1170px;
    height: auto;
    padding: 105px 0;
  }
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.march2025 .cta-inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .home_index_page .main .cta-section.march2025 .cta-inner:before {
    width: 733px;
    height: 732px;
    background-image: url(/assets/images/march2025/img-leaves-1024.png);
    right: -115px;
  }
  .home_index_page .main .cta-section.march2025 .cta-inner .img.img-main-1920 {
    display: none;
  }
  .home_index_page .main .cta-section.march2025 .cta-inner .img.img-main-1024 {
    display: block;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.march2025 .cta-inner:before {
    width: 1085px;
    height: 1389px;
    background-image: url(/assets/images/march2025/img-leaves-768.png);
    top: -90px;
    right: -395px;
  }
  .home_index_page .main .cta-section.march2025 .cta-inner .img.img-main-1024 {
    display: none;
  }
  .home_index_page .main .cta-section.march2025 .cta-inner .img.img-main-768 {
    display: block;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.march2025 .cta-inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .home_index_page .main .cta-section.march2025 .cta-inner:before {
    width: 1034px;
    height: 849px;
    background-image: url(/assets/images/march2025/img-leaves-480.png);
    top: 190px;
    right: -415px;
  }
  .home_index_page .main .cta-section.march2025 .cta-inner .img.img-main-768 {
    display: none;
  }
  .home_index_page .main .cta-section.march2025 .cta-inner .img.img-main-480 {
    display: block;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.march2025 .cta-inner:before {
    width: 613px;
    height: 612px;
    background-image: url(/assets/images/march2025/img-leaves-375.png);
    top: 50px;
    right: -460px;
  }
  .home_index_page .main .cta-section.march2025 .cta-inner .img.img-main-480 {
    display: none;
  }
  .home_index_page .main .cta-section.march2025 .cta-inner .img.img-main-375 {
    display: block;
  }
}
.home_index_page .main .cta-section.march2025 .cta-content {
  max-width: 815px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #fff;
  font-family: "Roboto", sans-serif;
  padding: 0;
  position: relative;
  z-index: 15;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.march2025 .cta-content {
    max-width: 515px;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.march2025 .cta-content {
    margin-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.march2025 .cta-content {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    max-width: 100%;
    padding: 0 !important;
    margin-bottom: 396px;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.march2025 .cta-content {
    padding: 0 15px !important;
    margin-bottom: 320px;
  }
}
.home_index_page .main .cta-section.march2025 .cta-content.hidden {
  display: none;
}
.home_index_page .main .cta-section.march2025 .cta-content .sale-block {
  background-color: #D62432;
  border-radius: 10px;
  -webkit-box-shadow: 7px 4px 40px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 7px 4px 40px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  font-weight: 600;
  font-size: 25px;
  line-height: 105%;
  text-transform: uppercase;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 12px 22px;
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.march2025 .cta-content .sale-block {
    font-size: 18px;
    margin-bottom: 28px;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.march2025 .cta-content .sale-block {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.march2025 .cta-content .sale-block {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    font-size: 18px;
    margin-bottom: 40px;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.march2025 .cta-content .sale-block {
    font-size: 15px;
    margin-bottom: 17px;
    padding: 9px 22px;
  }
}
.home_index_page .main .cta-section.march2025 .cta-content .text-above-h1 {
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: 800;
  font-size: 44px;
  line-height: 105%;
  text-transform: uppercase;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 12px;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.march2025 .cta-content .text-above-h1 {
    font-size: 32px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.march2025 .cta-content .text-above-h1 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.march2025 .cta-content .text-above-h1 {
    font-size: 24px;
  }
}
.home_index_page .main .cta-section.march2025 .cta-content h1.title {
  width: 100%;
  color: #fff;
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: 800;
  font-size: 100px;
  line-height: 105%;
  text-transform: uppercase;
  margin-bottom: 30px;
  position: relative;
  z-index: 6;
}
.home_index_page .main .cta-section.march2025 .cta-content h1.title span {
  display: block;
  font-size: 70px;
  font-weight: 400;
  line-height: 100%;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.march2025 .cta-content h1.title {
    font-size: 96px;
    margin-bottom: 30px;
  }
  .home_index_page .main .cta-section.march2025 .cta-content h1.title span {
    font-size: 64px;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.march2025 .cta-content h1.title {
    font-size: 80px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .home_index_page .main .cta-section.march2025 .cta-content h1.title span {
    font-size: 54px;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.march2025 .cta-content h1.title {
    font-size: 64px;
    margin-bottom: 25px;
  }
  .home_index_page .main .cta-section.march2025 .cta-content h1.title span {
    font-size: 44px;
  }
  .home_index_page .main .cta-section.march2025 .cta-content h1.title.ru, .home_index_page .main .cta-section.march2025 .cta-content h1.title.en {
    font-size: 56px;
  }
  .home_index_page .main .cta-section.march2025 .cta-content h1.title.ru span, .home_index_page .main .cta-section.march2025 .cta-content h1.title.en span {
    font-size: 40px;
  }
}
.home_index_page .main .cta-section.march2025 .cta-content .list-tariff {
  margin-bottom: 20px;
  position: relative;
}
.home_index_page .main .cta-section.march2025 .cta-content .list-tariff .list-item {
  border-radius: 8px;
  font-size: 22px;
  font-weight: 400;
  line-height: 100%;
  padding: 14px;
  margin-right: 10px;
}
.home_index_page .main .cta-section.march2025 .cta-content .list-tariff .list-item b {
  font-weight: 700;
  margin-left: 4px;
}
.home_index_page .main .cta-section.march2025 .cta-content .list-tariff .list-item:last-of-type {
  margin-right: 0;
}
.home_index_page .main .cta-section.march2025 .cta-content .list-tariff .list-item.item-speed {
  background: -webkit-gradient(linear, left top, right top, from(#ff8e2e), to(#e03a00));
  background: linear-gradient(90deg, #ff8e2e 0%, #e03a00 100%);
}
.home_index_page .main .cta-section.march2025 .cta-content .list-tariff .list-item.item-shield {
  background: rgba(255, 255, 255, 0.16);
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.march2025 .cta-content .list-tariff .list-item.item-speed {
    position: absolute;
    height: 52px;
    right: 0;
    top: -75px;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.march2025 .cta-content .list-tariff {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 30px;
  }
  .home_index_page .main .cta-section.march2025 .cta-content .list-tariff .list-item {
    margin-bottom: 10px;
  }
  .home_index_page .main .cta-section.march2025 .cta-content .list-tariff .list-item.item-speed {
    position: relative;
    height: 62px;
    right: auto;
    top: auto;
  }
  .home_index_page .main .cta-section.march2025 .cta-content .list-tariff .list-item:last-of-type {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.march2025 .cta-content .list-tariff {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 40px;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.march2025 .cta-content .list-tariff .list-item {
    font-size: 18px;
  }
}
.home_index_page .main .cta-section.march2025 .cta-content .title-points {
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.march2025 .cta-content .title-points {
    text-align: center;
  }
}
.home_index_page .main .cta-section.march2025 .cta-content .points {
  margin-bottom: 80px;
  position: relative;
  z-index: 6;
}
.home_index_page .main .cta-section.march2025 .cta-content .points .point {
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 24px;
}
.home_index_page .main .cta-section.march2025 .cta-content .points .point:last-of-type {
  margin-bottom: 0;
}
.home_index_page .main .cta-section.march2025 .cta-content .points .point svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 8px;
}
.home_index_page .main .cta-section.march2025 .cta-content .points .point b {
  margin-right: 5px;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.march2025 .cta-content .points {
    margin-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.march2025 .cta-content .points {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 80px;
  }
  .home_index_page .main .cta-section.march2025 .cta-content .points .point {
    text-align: center;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.march2025 .cta-content .points {
    margin-bottom: 70px;
  }
  .home_index_page .main .cta-section.march2025 .cta-content .points .point {
    font-size: 20px;
  }
  .home_index_page .main .cta-section.march2025 .cta-content .points .point svg {
    width: 21px;
    height: 20px;
  }
}
.home_index_page .main .cta-section.march2025 .cta-content .discount-block {
  height: 146px;
  border-radius: 18px;
  background: -webkit-gradient(linear, left top, right top, from(#ff8e2e), to(#e03a00));
  background: linear-gradient(90deg, #ff8e2e 0%, #e03a00 100%);
  color: #fff;
  padding: 0 35px 5px 20px;
  margin-bottom: 55px;
  position: relative;
}
.home_index_page .main .cta-section.march2025 .cta-content .discount-block .new_price {
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: 800;
  margin-top: -60px;
  position: relative;
}
.home_index_page .main .cta-section.march2025 .cta-content .discount-block .new_price .text-start-price {
  -ms-flex-item-align: end;
      align-self: flex-end;
  font-size: 34px;
  font-weight: 400;
  line-height: 100%;
  text-transform: lowercase;
  margin-right: 6px;
}
.home_index_page .main .cta-section.march2025 .cta-content .discount-block .new_price .euro {
  font-size: 210px;
  line-height: 70%;
  text-shadow: 6px 4px #171717;
}
.home_index_page .main .cta-section.march2025 .cta-content .discount-block .new_price .right-part {
  position: relative;
  margin-left: 8px;
  margin-bottom: 4px;
}
.home_index_page .main .cta-section.march2025 .cta-content .discount-block .new_price .right-part .cents {
  font-size: 125px;
  line-height: 105%;
  margin-bottom: -7px;
  text-shadow: 6px 4px #171717;
  position: relative;
}
.home_index_page .main .cta-section.march2025 .cta-content .discount-block .new_price .right-part .cents .icon-quote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 10px;
  right: -11px;
}
.home_index_page .main .cta-section.march2025 .cta-content .discount-block .new_price .right-part .value {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  padding: 8px 22px;
  font-size: 28px;
  font-weight: 400;
  line-height: 100%;
  margin-left: 2px;
}
.home_index_page .main .cta-section.march2025 .cta-content .discount-block .until {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  position: absolute;
  left: 0;
  bottom: -35px;
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.march2025 .cta-content .discount-block {
    margin-bottom: 62px;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.march2025 .cta-content .discount-block {
    margin-bottom: 40px;
  }
  .home_index_page .main .cta-section.march2025 .cta-content .discount-block .until {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.march2025 .cta-content .discount-block {
    height: 131px;
    padding: 0 20px;
    margin-bottom: 35px;
  }
  .home_index_page .main .cta-section.march2025 .cta-content .discount-block .new_price {
    margin-top: -47px;
  }
  .home_index_page .main .cta-section.march2025 .cta-content .discount-block .new_price .text-start-price {
    font-size: 28px;
    margin-right: 10px;
  }
  .home_index_page .main .cta-section.march2025 .cta-content .discount-block .new_price .euro {
    font-size: 180px;
  }
  .home_index_page .main .cta-section.march2025 .cta-content .discount-block .new_price .right-part {
    margin-right: 7px;
  }
  .home_index_page .main .cta-section.march2025 .cta-content .discount-block .new_price .right-part .cents {
    font-size: 90px;
    margin-bottom: 5px;
  }
  .home_index_page .main .cta-section.march2025 .cta-content .discount-block .new_price .right-part .value {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.march2025 .cta-content .bottom-block {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.home_index_page .main .cta-section.march2025 .cta-content .button {
  width: 250px;
  height: 60px;
  color: #040707;
  font-size: 20px;
  font-weight: 600;
  padding: 0 15px;
  font-family: "Roboto", sans-serif;
  border: 0;
  background: #fff;
  z-index: 10;
}
.home_index_page .main .cta-section.march2025 .cta-content .button a {
  color: #040707;
  letter-spacing: 0;
  text-decoration: none;
  border-bottom: none;
  text-transform: none;
}
.home_index_page .main .cta-section.march2025 .cta-content .link-agreement {
  display: none;
  width: 250px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  text-decoration: underline;
  border-bottom: none;
  margin-top: 10px;
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.march2025 .cta-content .link-agreement {
    display: block;
  }
}
.home_index_page .main .cta-section.march2025 .check-form-section {
  display: block;
  position: relative;
}
.home_index_page .main .cta-section.march2025 .check-form-section .white-box {
  margin-top: 0;
}
.home_index_page .main .cta-section.march2025 .check-form-section .white-box .box-inner .title {
  font-weight: 500;
  line-height: 132%;
}
.home_index_page .main .cta-section.march2025 .check-form-section .white-box .box-inner .form .input input {
  border-color: #f5f5f5;
  border-radius: 30px;
  background: #f5f5f5;
  font-size: 16px;
  padding: 0 25px;
  height: 50px;
}
.home_index_page .main .cta-section.march2025 .check-form-section .white-box .box-inner .form .form-info .terms-checkbox label.checkbox {
  max-width: 100% !important;
}
.home_index_page .main .cta-section.march2025 .check-form-section .white-box .box-inner .form .button-holder .button {
  background: -webkit-gradient(linear, left top, right top, from(#ff8e2e), to(#e03a00));
  background: linear-gradient(90deg, #ff8e2e 0%, #e03a00 100%);
  color: #fff;
  font-weight: 600;
  max-width: 260px;
  width: 100% !important;
  height: 55px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.home_index_page .main .cta-section.march2025 .check-form-section .white-box .box-inner .form .button-holder .button svg {
  fill: #fff;
}
.home_index_page .main .cta-section.march2025 .check-form-section .white-box .box-inner .form .button-holder .button:hover {
  background-color: #e03a00;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.march2025 .check-form-section:before {
    bottom: -165px;
  }
  .home_index_page .main .cta-section.march2025 .check-form-section:after {
    top: -150px;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.march2025 .check-form-section {
    display: block !important;
  }
  .home_index_page .main .cta-section.march2025 .check-form-section:before {
    display: none;
  }
  .home_index_page .main .cta-section.march2025 .check-form-section .white-box {
    margin-top: 20px !important;
  }
}
.home_index_page .main .cta-section.february2025 {
  background-color: #0844A4;
  height: auto;
  position: relative;
  background-size: cover;
  overflow: hidden;
}
.home_index_page .main .cta-section.february2025:before {
  content: "";
  display: block;
  width: 3265px;
  height: 673px;
  background: #040707;
  position: absolute;
  bottom: -515px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-12deg);
          transform: translateX(-50%) rotate(-12deg);
  z-index: 1;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.february2025:before {
    bottom: -355px;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.february2025:before {
    width: 1311px;
    height: 814px;
    bottom: -70px;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.february2025:before {
    height: 967px;
    bottom: -245px;
  }
}
.home_index_page .main .cta-section.february2025 .cta-inner {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 55px;
  padding-bottom: 55px;
  z-index: 5;
}
.home_index_page .main .cta-section.february2025 .cta-inner .img {
  display: none;
  height: auto;
  position: absolute;
  image-rendering: -webkit-optimize-contrast;
  z-index: 5;
}
.home_index_page .main .cta-section.february2025 .cta-inner .img.img-main-1920 {
  display: block;
  width: 1747px;
  right: -425px;
  bottom: -700px;
}
.home_index_page .main .cta-section.february2025 .cta-inner .img.img-main-1024 {
  width: 1024px;
  right: -20px;
  bottom: -525px;
}
.home_index_page .main .cta-section.february2025 .cta-inner .img.img-main-768 {
  width: 1817px;
  right: -825px;
  top: -385px;
  bottom: auto;
}
.home_index_page .main .cta-section.february2025 .cta-inner .img.img-main-480 {
  width: 1698px;
  right: 50%;
  top: auto;
  bottom: -325px;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
@media (max-width: 479px) {
  .home_index_page .main .cta-section.february2025 .cta-inner .img.img-main-480 {
    right: 43%;
    bottom: -295px;
  }
}
@media (min-width: 640px) {
  .home_index_page .main .cta-section.february2025 .cta-inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 450px;
    height: auto;
    padding: 50px 0 35px;
  }
}
@media (min-width: 768px) {
  .home_index_page .main .cta-section.february2025 .cta-inner {
    width: 720px;
    height: auto;
    padding: 45px 0 40px;
  }
}
@media (min-width: 1024px) {
  .home_index_page .main .cta-section.february2025 .cta-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 940px;
    height: auto;
    padding: 45px 0 70px;
  }
}
@media (min-width: 1280px) {
  .home_index_page .main .cta-section.february2025 .cta-inner {
    width: 1170px;
    height: auto;
    padding: 105px 0;
  }
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.february2025 .cta-inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .home_index_page .main .cta-section.february2025 .cta-inner:after {
    left: 140px;
  }
  .home_index_page .main .cta-section.february2025 .cta-inner .img.img-main-1920 {
    display: none;
  }
  .home_index_page .main .cta-section.february2025 .cta-inner .img.img-main-1024 {
    display: block;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.february2025 .cta-inner .img.img-main-1024 {
    display: none;
  }
  .home_index_page .main .cta-section.february2025 .cta-inner .img.img-main-768 {
    display: block;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.february2025 .cta-inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .home_index_page .main .cta-section.february2025 .cta-inner .img.img-main-768 {
    display: none;
  }
  .home_index_page .main .cta-section.february2025 .cta-inner .img.img-main-480 {
    display: block;
  }
}
.home_index_page .main .cta-section.february2025 .cta-content {
  max-width: 815px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #fff;
  font-family: "Roboto", sans-serif;
  padding: 0;
  position: relative;
  z-index: 15;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.february2025 .cta-content {
    max-width: 515px;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.february2025 .cta-content {
    margin-bottom: 95px;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.february2025 .cta-content.ru, .home_index_page .main .cta-section.february2025 .cta-content.en {
    margin-bottom: 460px;
  }
  .home_index_page .main .cta-section.february2025 .cta-content {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    max-width: 100%;
    padding: 0 !important;
    margin-bottom: 490px;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.february2025 .cta-content.ru, .home_index_page .main .cta-section.february2025 .cta-content.en {
    margin-bottom: 370px;
  }
  .home_index_page .main .cta-section.february2025 .cta-content {
    padding: 0 15px !important;
    margin-bottom: 400px;
  }
}
.home_index_page .main .cta-section.february2025 .cta-content.hidden {
  display: none;
}
.home_index_page .main .cta-section.february2025 .cta-content .sale-block {
  background-color: #D62432;
  border-radius: 10px;
  -webkit-box-shadow: 7px 4px 40px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 7px 4px 40px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  font-weight: 600;
  font-size: 25px;
  line-height: 105%;
  text-transform: uppercase;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 12px 22px;
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.february2025 .cta-content .sale-block {
    font-size: 18px;
    margin-bottom: 28px;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.february2025 .cta-content .sale-block {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.february2025 .cta-content .sale-block {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    font-size: 18px;
    margin-bottom: 40px;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.february2025 .cta-content .sale-block {
    font-size: 15px;
    margin-bottom: 17px;
    padding: 9px 22px;
  }
}
.home_index_page .main .cta-section.february2025 .cta-content .text-above-h1 {
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: 800;
  font-size: 44px;
  line-height: 105%;
  text-transform: uppercase;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 12px;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.february2025 .cta-content .text-above-h1 {
    font-size: 32px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.february2025 .cta-content .text-above-h1 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.february2025 .cta-content .text-above-h1 {
    font-size: 24px;
  }
}
.home_index_page .main .cta-section.february2025 .cta-content h1.title {
  width: 100%;
  color: #fff;
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: 800;
  font-size: 56px;
  line-height: 102%;
  text-transform: uppercase;
  margin-bottom: 20px;
  position: relative;
  z-index: 6;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.february2025 .cta-content h1.title {
    margin-bottom: 16px;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.february2025 .cta-content h1.title {
    margin-bottom: 22px;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.february2025 .cta-content h1.title {
    font-size: 53px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    margin-bottom: 28px;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.february2025 .cta-content h1.title {
    font-size: 42px;
    margin-bottom: 20px;
  }
}
.home_index_page .main .cta-section.february2025 .cta-content .list-tariff {
  margin-bottom: 20px;
  position: relative;
}
.home_index_page .main .cta-section.february2025 .cta-content .list-tariff .list-item {
  border-radius: 8px;
  font-size: 22px;
  font-weight: 400;
  line-height: 100%;
  padding: 14px;
  margin-right: 10px;
}
.home_index_page .main .cta-section.february2025 .cta-content .list-tariff .list-item b {
  font-weight: 700;
  margin-left: 4px;
}
.home_index_page .main .cta-section.february2025 .cta-content .list-tariff .list-item:last-of-type {
  margin-right: 0;
}
.home_index_page .main .cta-section.february2025 .cta-content .list-tariff .list-item.item-speed {
  background: -webkit-gradient(linear, left top, right top, from(#ff8e2e), to(#e03a00));
  background: linear-gradient(90deg, #ff8e2e 0%, #e03a00 100%);
}
.home_index_page .main .cta-section.february2025 .cta-content .list-tariff .list-item.item-shield {
  background: rgba(255, 255, 255, 0.16);
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.february2025 .cta-content .list-tariff .list-item.item-speed {
    position: absolute;
    height: 52px;
    right: 0;
    top: -75px;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.february2025 .cta-content .list-tariff {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 30px;
  }
  .home_index_page .main .cta-section.february2025 .cta-content .list-tariff .list-item {
    margin-bottom: 10px;
  }
  .home_index_page .main .cta-section.february2025 .cta-content .list-tariff .list-item.item-speed {
    position: relative;
    height: 62px;
    right: auto;
    top: auto;
  }
  .home_index_page .main .cta-section.february2025 .cta-content .list-tariff .list-item:last-of-type {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.february2025 .cta-content .list-tariff {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 40px;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.february2025 .cta-content .list-tariff .list-item {
    font-size: 18px;
  }
}
.home_index_page .main .cta-section.february2025 .cta-content .title-points {
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.february2025 .cta-content .title-points {
    text-align: center;
  }
}
.home_index_page .main .cta-section.february2025 .cta-content .points {
  margin-bottom: 56px;
  position: relative;
  z-index: 6;
}
.home_index_page .main .cta-section.february2025 .cta-content .points .point {
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 20px;
}
.home_index_page .main .cta-section.february2025 .cta-content .points .point:last-of-type {
  margin-bottom: 0;
}
.home_index_page .main .cta-section.february2025 .cta-content .points .point svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 8px;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.february2025 .cta-content .points {
    margin-bottom: 65px;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.february2025 .cta-content .points {
    margin-bottom: 55px;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.february2025 .cta-content .points {
    margin-bottom: 60px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .home_index_page .main .cta-section.february2025 .cta-content .points .point {
    text-align: center;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.february2025 .cta-content .points {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 75px;
  }
  .home_index_page .main .cta-section.february2025 .cta-content .points .point {
    text-align: center;
  }
}
.home_index_page .main .cta-section.february2025 .cta-content .discount-block {
  height: 146px;
  border-radius: 18px;
  background: -webkit-gradient(linear, left top, right top, from(#ff8e2e), to(#e03a00));
  background: linear-gradient(90deg, #ff8e2e 0%, #e03a00 100%);
  color: #fff;
  padding: 0 35px 5px 20px;
  margin-bottom: 72px;
  position: relative;
}
.home_index_page .main .cta-section.february2025 .cta-content .discount-block .new_price {
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: 800;
  margin-top: -60px;
  position: relative;
}
.home_index_page .main .cta-section.february2025 .cta-content .discount-block .new_price .text-start-price {
  -ms-flex-item-align: end;
      align-self: flex-end;
  font-size: 34px;
  font-weight: 400;
  line-height: 100%;
  text-transform: lowercase;
  margin-right: 6px;
}
.home_index_page .main .cta-section.february2025 .cta-content .discount-block .new_price .euro {
  font-size: 210px;
  line-height: 70%;
  text-shadow: 6px 4px #171717;
}
.home_index_page .main .cta-section.february2025 .cta-content .discount-block .new_price .right-part {
  position: relative;
  margin-bottom: 4px;
}
.home_index_page .main .cta-section.february2025 .cta-content .discount-block .new_price .right-part .cents {
  font-size: 125px;
  line-height: 105%;
  margin-bottom: -7px;
  text-shadow: 6px 4px #171717;
  position: relative;
}
.home_index_page .main .cta-section.february2025 .cta-content .discount-block .new_price .right-part .cents .icon-quote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 10px;
  right: -11px;
}
.home_index_page .main .cta-section.february2025 .cta-content .discount-block .new_price .right-part .value {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  padding: 8px 22px;
  font-size: 28px;
  font-weight: 400;
  line-height: 100%;
  margin-left: 2px;
}
.home_index_page .main .cta-section.february2025 .cta-content .discount-block .until {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  position: absolute;
  left: 0;
  bottom: -35px;
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.february2025 .cta-content .discount-block .until {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.february2025 .cta-content .discount-block {
    height: 120px;
    padding: 0 25px 5px 15px;
  }
  .home_index_page .main .cta-section.february2025 .cta-content .discount-block .new_price .euro {
    font-size: 170px;
    text-shadow: 5px 3px #171717;
  }
  .home_index_page .main .cta-section.february2025 .cta-content .discount-block .new_price .right-part .cents {
    font-size: 100px;
    text-shadow: 5px 3px 0 0 #171717;
  }
  .home_index_page .main .cta-section.february2025 .cta-content .discount-block .new_price .right-part .cents .icon-quote {
    right: -15px;
  }
  .home_index_page .main .cta-section.february2025 .cta-content .discount-block .new_price .right-part .cents .icon-quote svg {
    width: 17px;
    height: 17px;
  }
  .home_index_page .main .cta-section.february2025 .cta-content .discount-block .new_price .right-part .value {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.february2025 .cta-content .bottom-block {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.home_index_page .main .cta-section.february2025 .cta-content .button {
  width: 250px;
  height: 60px;
  color: #040707;
  font-size: 20px;
  font-weight: 600;
  padding: 0 15px;
  font-family: "Roboto", sans-serif;
  border: 0;
  background: #fff;
  z-index: 10;
}
.home_index_page .main .cta-section.february2025 .cta-content .button a {
  color: #040707;
  letter-spacing: 0;
  text-decoration: none;
  border-bottom: none;
  text-transform: none;
}
.home_index_page .main .cta-section.february2025 .cta-content .link-agreement {
  display: none;
  width: 250px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  text-decoration: underline;
  border-bottom: none;
  margin-top: 10px;
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.february2025 .cta-content .link-agreement {
    display: block;
  }
}
.home_index_page .main .cta-section.february2025 .check-form-section {
  display: block;
  position: relative;
}
.home_index_page .main .cta-section.february2025 .check-form-section .white-box {
  margin-top: 0;
}
.home_index_page .main .cta-section.february2025 .check-form-section .white-box .box-inner .title {
  font-weight: 500;
  line-height: 132%;
}
.home_index_page .main .cta-section.february2025 .check-form-section .white-box .box-inner .form .input input {
  border-color: #f5f5f5;
  border-radius: 30px;
  background: #f5f5f5;
  font-size: 16px;
  padding: 0 25px;
  height: 50px;
}
.home_index_page .main .cta-section.february2025 .check-form-section .white-box .box-inner .form .form-info .terms-checkbox label.checkbox {
  max-width: 100% !important;
}
.home_index_page .main .cta-section.february2025 .check-form-section .white-box .box-inner .form .button-holder .button {
  background: -webkit-gradient(linear, left top, right top, from(#ff8e2e), to(#e03a00));
  background: linear-gradient(90deg, #ff8e2e 0%, #e03a00 100%);
  color: #fff;
  font-weight: 600;
  max-width: 260px;
  width: 100% !important;
  height: 55px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.home_index_page .main .cta-section.february2025 .check-form-section .white-box .box-inner .form .button-holder .button svg {
  fill: #fff;
}
.home_index_page .main .cta-section.february2025 .check-form-section .white-box .box-inner .form .button-holder .button:hover {
  background-color: #e03a00;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.february2025 .check-form-section:before {
    bottom: -165px;
  }
  .home_index_page .main .cta-section.february2025 .check-form-section:after {
    top: -150px;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.february2025 .check-form-section {
    display: block !important;
  }
  .home_index_page .main .cta-section.february2025 .check-form-section:before {
    display: none;
  }
  .home_index_page .main .cta-section.february2025 .check-form-section .white-box {
    margin-top: 20px !important;
  }
}
.home_index_page .main .cta-section.november2024 {
  background-image: url("data:image/svg+xml,%3Csvg width='1920' height='975' viewBox='0 0 1920 975' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_5740_7460)'%3E%3Crect width='1920' height='975' fill='black'/%3E%3Crect width='1920' height='975' fill='url(%23paint0_linear_5740_7460)'/%3E%3Crect width='1920' height='975' fill='url(%23paint1_linear_5740_7460)'/%3E%3Cpath d='M245.859 338.116C245.622 338.116 245.431 337.924 245.431 337.688V326.428C245.431 326.191 245.622 326 245.859 326C246.095 326 246.287 326.191 246.287 326.428V337.688C246.287 337.924 246.095 338.116 245.859 338.116Z' fill='white'/%3E%3Cpath d='M245.822 334.491C245.713 334.491 245.603 334.449 245.519 334.365L241.784 330.63C241.616 330.463 241.616 330.192 241.784 330.024C241.951 329.857 242.222 329.857 242.39 330.024L245.822 333.456L249.181 330.097C249.347 329.93 249.619 329.93 249.786 330.097C249.954 330.264 249.954 330.535 249.786 330.703L246.125 334.364C246.041 334.448 245.932 334.491 245.822 334.491Z' fill='white'/%3E%3Cpath d='M245.806 330.618C245.697 330.618 245.587 330.576 245.504 330.493L243.648 328.637C243.481 328.47 243.481 328.199 243.648 328.032C243.815 327.864 244.086 327.864 244.254 328.032L245.806 329.584L247.411 327.979C247.578 327.812 247.849 327.812 248.017 327.979C248.185 328.146 248.185 328.417 248.017 328.585L246.109 330.493C246.025 330.576 245.916 330.618 245.806 330.618Z' fill='white'/%3E%3Cpath d='M244.252 338.958C244.179 338.958 244.106 338.94 244.038 338.901L234.288 333.272C234.082 333.154 234.012 332.892 234.131 332.687C234.249 332.482 234.511 332.412 234.716 332.53L244.467 338.16C244.672 338.279 244.742 338.54 244.624 338.745C244.544 338.882 244.4 338.958 244.252 338.958Z' fill='white'/%3E%3Cpath d='M235.992 338.545C235.803 338.545 235.63 338.419 235.579 338.227C235.518 337.998 235.653 337.764 235.882 337.702L240.57 336.446L239.341 331.858C239.28 331.629 239.415 331.395 239.644 331.333C239.872 331.271 240.107 331.407 240.169 331.636L241.509 336.638C241.539 336.748 241.523 336.865 241.467 336.963C241.41 337.061 241.317 337.132 241.206 337.162L236.105 338.529C236.066 338.54 236.03 338.545 235.992 338.545Z' fill='white'/%3E%3Cpath d='M235.199 335.934C235.01 335.934 234.837 335.808 234.786 335.616C234.725 335.388 234.86 335.153 235.089 335.092L237.209 334.523L236.622 332.333C236.561 332.104 236.696 331.869 236.925 331.808C237.152 331.746 237.388 331.882 237.449 332.111L238.148 334.717C238.177 334.826 238.162 334.944 238.105 335.041C238.048 335.14 237.955 335.211 237.845 335.241L235.311 335.919C235.273 335.93 235.236 335.934 235.199 335.934Z' fill='white'/%3E%3Cpath d='M234.428 346.401C234.28 346.401 234.136 346.324 234.058 346.187C233.939 345.982 234.009 345.72 234.214 345.602L243.966 339.972C244.171 339.853 244.432 339.923 244.551 340.128C244.669 340.334 244.599 340.595 244.394 340.713L234.642 346.344C234.574 346.382 234.5 346.401 234.428 346.401Z' fill='white'/%3E%3Cpath d='M239.691 347.717C239.654 347.717 239.617 347.712 239.579 347.703C239.35 347.641 239.215 347.407 239.276 347.178L240.532 342.49L235.943 341.261C235.715 341.199 235.58 340.965 235.641 340.736C235.702 340.507 235.937 340.371 236.165 340.433L241.167 341.773C241.396 341.835 241.531 342.069 241.47 342.298L240.103 347.401C240.053 347.591 239.88 347.717 239.691 347.717Z' fill='white'/%3E%3Cpath d='M237.033 347.099C236.997 347.099 236.959 347.094 236.922 347.084C236.693 347.023 236.558 346.788 236.619 346.559L237.187 344.438L234.995 343.85C234.766 343.789 234.631 343.555 234.692 343.326C234.754 343.097 234.988 342.961 235.217 343.023L237.823 343.721C238.052 343.782 238.187 344.017 238.126 344.246L237.447 346.78C237.395 346.972 237.222 347.099 237.033 347.099Z' fill='white'/%3E%3Cpath d='M245.712 353C245.476 353 245.284 352.809 245.284 352.572V341.313C245.284 341.076 245.476 340.885 245.712 340.885C245.949 340.885 246.14 341.076 246.14 341.313V352.572C246.14 352.809 245.948 353 245.712 353Z' fill='white'/%3E%3Cpath d='M249.484 349.102C249.374 349.102 249.265 349.06 249.181 348.977L245.748 345.544L242.39 348.903C242.223 349.07 241.952 349.07 241.784 348.903C241.616 348.736 241.616 348.465 241.784 348.297L245.446 344.636C245.613 344.468 245.884 344.468 246.052 344.636L249.787 348.371C249.955 348.538 249.955 348.809 249.787 348.977C249.703 349.059 249.593 349.102 249.484 349.102Z' fill='white'/%3E%3Cpath d='M243.857 351.146C243.748 351.146 243.638 351.104 243.554 351.021C243.387 350.854 243.387 350.583 243.554 350.415L245.462 348.507C245.623 348.347 245.907 348.347 246.068 348.507L247.923 350.363C248.091 350.529 248.091 350.801 247.923 350.968C247.756 351.136 247.485 351.136 247.317 350.968L245.765 349.416L244.16 351.021C244.076 351.103 243.967 351.146 243.857 351.146Z' fill='white'/%3E%3Cpath d='M257.069 346.528C256.996 346.528 256.923 346.509 256.855 346.471L247.104 340.84C246.899 340.722 246.829 340.461 246.947 340.255C247.066 340.05 247.327 339.98 247.532 340.099L257.283 345.729C257.489 345.847 257.559 346.109 257.44 346.314C257.36 346.451 257.217 346.528 257.069 346.528Z' fill='white'/%3E%3Cpath d='M251.815 347.681C251.626 347.681 251.453 347.554 251.402 347.363L250.062 342.361C250.032 342.252 250.048 342.134 250.104 342.036C250.161 341.938 250.254 341.867 250.364 341.837L255.467 340.47C255.695 340.408 255.929 340.544 255.992 340.773C256.053 341.002 255.918 341.237 255.689 341.298L251.001 342.554L252.23 347.143C252.291 347.372 252.156 347.607 251.927 347.668C251.889 347.676 251.852 347.681 251.815 347.681Z' fill='white'/%3E%3Cpath d='M254.536 347.208C254.346 347.208 254.174 347.082 254.122 346.89L253.424 344.284C253.363 344.056 253.498 343.821 253.727 343.76L256.261 343.081C256.489 343.02 256.724 343.155 256.785 343.384C256.847 343.613 256.711 343.848 256.483 343.909L254.363 344.477L254.95 346.669C255.011 346.897 254.876 347.132 254.647 347.193C254.61 347.203 254.572 347.208 254.536 347.208Z' fill='white'/%3E%3Cpath d='M247.392 339.084C247.244 339.084 247.1 339.007 247.021 338.87C246.903 338.665 246.973 338.404 247.178 338.285L256.93 332.655C257.135 332.537 257.396 332.607 257.514 332.812C257.633 333.017 257.563 333.279 257.358 333.397L247.606 339.027C247.538 339.066 247.464 339.084 247.392 339.084Z' fill='white'/%3E%3Cpath d='M255.515 338.581C255.478 338.581 255.441 338.576 255.403 338.566L250.402 337.225C250.173 337.164 250.038 336.929 250.099 336.701L251.466 331.599C251.527 331.37 251.762 331.234 251.991 331.296C252.219 331.357 252.355 331.592 252.293 331.821L251.038 336.509L255.626 337.738C255.855 337.799 255.99 338.034 255.929 338.263C255.877 338.454 255.703 338.581 255.515 338.581Z' fill='white'/%3E%3Cpath d='M256.464 335.989C256.427 335.989 256.39 335.984 256.352 335.974L253.746 335.276C253.637 335.246 253.543 335.175 253.486 335.077C253.429 334.978 253.414 334.862 253.444 334.752L254.122 332.218C254.183 331.989 254.418 331.853 254.647 331.915C254.876 331.977 255.011 332.211 254.95 332.44L254.382 334.561L256.573 335.148C256.802 335.209 256.937 335.444 256.876 335.673C256.826 335.863 256.653 335.989 256.464 335.989Z' fill='white'/%3E%3Cpath d='M245.785 341.74C244.549 341.74 243.544 340.735 243.544 339.499C243.544 338.263 244.549 337.258 245.785 337.258C247.021 337.258 248.026 338.263 248.026 339.499C248.026 340.735 247.02 341.74 245.785 341.74ZM245.785 338.115C245.022 338.115 244.4 338.736 244.4 339.5C244.4 340.263 245.022 340.885 245.785 340.885C246.548 340.885 247.17 340.263 247.17 339.5C247.169 338.735 246.548 338.115 245.785 338.115Z' fill='white'/%3E%3Cpath d='M244.164 334.541L242.657 333.059C242.52 332.925 242.312 332.897 242.146 332.991C241.979 333.084 241.895 333.277 241.94 333.462L242.453 335.625C242.48 335.738 242.552 335.835 242.652 335.895L243.655 336.491C243.722 336.532 243.798 336.552 243.874 336.552C243.948 336.552 244.021 336.533 244.087 336.494C244.221 336.417 244.303 336.274 244.302 336.119L244.292 334.843C244.291 334.73 244.245 334.621 244.164 334.541Z' fill='white'/%3E%3Cpath d='M242.333 339.469C242.333 339.314 242.25 339.172 242.116 339.095L241.005 338.466C240.907 338.41 240.789 338.396 240.68 338.425L238.642 338.989C238.457 339.04 238.33 339.206 238.328 339.397C238.326 339.588 238.45 339.757 238.634 339.811L240.764 340.448C240.805 340.46 240.846 340.466 240.887 340.466C240.96 340.466 241.032 340.447 241.096 340.412L242.114 339.841C242.249 339.766 242.333 339.623 242.333 339.469Z' fill='white'/%3E%3Cpath d='M244.031 342.474C243.897 342.396 243.733 342.397 243.599 342.475L242.499 343.122C242.401 343.179 242.33 343.274 242.301 343.383L241.771 345.43C241.722 345.615 241.803 345.809 241.967 345.907C242.035 345.947 242.11 345.966 242.185 345.966C242.292 345.966 242.397 345.926 242.479 345.849L244.096 344.322C244.18 344.243 244.229 344.132 244.23 344.017L244.245 342.85C244.247 342.695 244.165 342.552 244.031 342.474Z' fill='white'/%3E%3Cpath d='M249.116 343.374C249.089 343.262 249.017 343.164 248.918 343.105L247.915 342.509C247.782 342.43 247.617 342.429 247.483 342.506C247.348 342.583 247.267 342.726 247.268 342.881L247.277 344.157C247.278 344.271 247.324 344.379 247.406 344.459L248.913 345.943C248.995 346.024 249.103 346.066 249.214 346.066C249.286 346.066 249.358 346.048 249.424 346.011C249.59 345.917 249.674 345.725 249.63 345.539L249.116 343.374Z' fill='white'/%3E%3Cpath d='M252.936 339.188L250.806 338.551C250.694 338.518 250.575 338.532 250.473 338.588L249.455 339.159C249.32 339.235 249.237 339.377 249.236 339.532C249.236 339.687 249.319 339.829 249.453 339.906L250.564 340.535C250.629 340.571 250.702 340.59 250.775 340.59C250.814 340.59 250.852 340.585 250.889 340.574L252.927 340.011C253.112 339.96 253.239 339.794 253.241 339.603C253.244 339.412 253.119 339.244 252.936 339.188Z' fill='white'/%3E%3Cpath d='M247.538 336.528C247.604 336.566 247.679 336.586 247.753 336.586C247.828 336.586 247.903 336.566 247.97 336.527L249.071 335.88C249.169 335.822 249.24 335.728 249.268 335.618L249.799 333.571C249.847 333.387 249.767 333.193 249.603 333.095C249.438 332.997 249.23 333.021 249.091 333.152L247.474 334.679C247.39 334.759 247.341 334.87 247.34 334.985L247.325 336.152C247.323 336.306 247.404 336.45 247.538 336.528Z' fill='white'/%3E%3Cpath d='M85.5647 251.001C85.3939 251.001 85.2559 250.863 85.2559 250.692V242.571C85.2559 242.4 85.3939 242.262 85.5647 242.262C85.7354 242.262 85.8734 242.4 85.8734 242.571V250.692C85.8734 250.863 85.7354 251.001 85.5647 251.001Z' fill='white'/%3E%3Cpath d='M85.5398 248.387C85.4608 248.387 85.3818 248.357 85.3213 248.296L82.6269 245.602C82.5059 245.482 82.5059 245.286 82.6269 245.165C82.7471 245.044 82.9428 245.044 83.0637 245.165L85.5398 247.64L87.9625 245.218C88.0827 245.097 88.2784 245.097 88.3993 245.218C88.5203 245.338 88.5203 245.533 88.3993 245.654L85.7582 248.296C85.6977 248.356 85.6187 248.387 85.5398 248.387Z' fill='white'/%3E%3Cpath d='M85.5284 245.594C85.4494 245.594 85.3704 245.564 85.3099 245.503L83.9716 244.165C83.8506 244.045 83.8506 243.849 83.9716 243.728C84.0918 243.607 84.2875 243.607 84.4084 243.728L85.5284 244.848L86.686 243.69C86.8062 243.569 87.0019 243.569 87.1229 243.69C87.2438 243.811 87.2438 244.006 87.1229 244.127L85.7468 245.503C85.6863 245.564 85.6073 245.594 85.5284 245.594Z' fill='white'/%3E%3Cpath d='M84.4029 251.608C84.3502 251.608 84.2976 251.595 84.2485 251.567L77.2152 247.506C77.0672 247.421 77.0167 247.232 77.1021 247.084C77.1874 246.936 77.376 246.886 77.524 246.971L84.558 251.032C84.706 251.118 84.7565 251.306 84.6711 251.454C84.6135 251.553 84.5096 251.608 84.4029 251.608Z' fill='white'/%3E%3Cpath d='M78.4454 251.31C78.3088 251.31 78.1843 251.219 78.1473 251.081C78.1032 250.916 78.2007 250.747 78.3658 250.703L81.7476 249.796L80.861 246.487C80.8169 246.322 80.9144 246.153 81.0795 246.109C81.2438 246.064 81.4132 246.162 81.458 246.327L82.4249 249.935C82.4463 250.014 82.4349 250.099 82.3943 250.169C82.3531 250.24 82.2862 250.291 82.2065 250.313L78.5266 251.299C78.4988 251.307 78.4725 251.31 78.4454 251.31Z' fill='white'/%3E%3Cpath d='M77.8742 249.427C77.7375 249.427 77.613 249.335 77.576 249.197C77.5319 249.032 77.6294 248.863 77.7945 248.819L79.3235 248.409L78.9002 246.829C78.856 246.664 78.9535 246.494 79.1186 246.45C79.2829 246.405 79.453 246.504 79.4971 246.669L80.0009 248.549C80.0222 248.628 80.0108 248.712 79.9703 248.783C79.929 248.854 79.8621 248.905 79.7824 248.926L77.9546 249.416C77.9275 249.424 77.9005 249.427 77.8742 249.427Z' fill='white'/%3E%3Cpath d='M77.3188 256.978C77.2121 256.978 77.1082 256.922 77.0513 256.824C76.9659 256.676 77.0164 256.487 77.1644 256.402L84.1984 252.34C84.3464 252.255 84.5349 252.305 84.6203 252.453C84.7057 252.601 84.6552 252.79 84.5072 252.875L77.4732 256.937C77.4241 256.964 77.3707 256.978 77.3188 256.978Z' fill='white'/%3E%3Cpath d='M81.1157 257.927C81.0893 257.927 81.0623 257.924 81.0353 257.917C80.8702 257.873 80.7727 257.703 80.8168 257.538L81.7226 254.156L78.4126 253.27C78.2476 253.226 78.1501 253.056 78.1942 252.891C78.2383 252.726 78.4077 252.628 78.5727 252.673L82.1808 253.64C82.3459 253.684 82.4433 253.853 82.3992 254.018L81.4131 257.699C81.3768 257.836 81.2523 257.927 81.1157 257.927Z' fill='white'/%3E%3Cpath d='M79.199 257.482C79.1727 257.482 79.1457 257.478 79.1186 257.471C78.9535 257.427 78.8561 257.258 78.9002 257.093L79.31 255.563L77.729 255.139C77.564 255.095 77.4665 254.926 77.5106 254.761C77.5547 254.595 77.7241 254.497 77.8891 254.542L79.7689 255.046C79.934 255.09 80.0315 255.259 79.9874 255.424L79.4979 257.252C79.4601 257.391 79.3356 257.482 79.199 257.482Z' fill='white'/%3E%3Cpath d='M85.4602 261.738C85.2894 261.738 85.1514 261.599 85.1514 261.429V253.307C85.1514 253.136 85.2894 252.998 85.4602 252.998C85.6309 252.998 85.769 253.136 85.769 253.307V261.429C85.769 261.599 85.6302 261.738 85.4602 261.738Z' fill='white'/%3E%3Cpath d='M88.1809 258.926C88.1019 258.926 88.0229 258.896 87.9625 258.835L85.4864 256.359L83.0637 258.782C82.9435 258.903 82.7478 258.903 82.6269 258.782C82.5059 258.662 82.5059 258.466 82.6269 258.345L85.2687 255.704C85.3889 255.583 85.5846 255.583 85.7056 255.704L88.4 258.398C88.521 258.519 88.521 258.714 88.4 258.835C88.3388 258.895 88.2599 258.926 88.1809 258.926Z' fill='white'/%3E%3Cpath d='M84.1207 260.4C84.0417 260.4 83.9627 260.371 83.9022 260.31C83.7813 260.19 83.7813 259.994 83.9022 259.873L85.2783 258.497C85.3943 258.381 85.5992 258.381 85.7152 258.497L87.0535 259.835C87.1745 259.956 87.1745 260.151 87.0535 260.272C86.9333 260.393 86.7376 260.393 86.6166 260.272L85.4967 259.152L84.3391 260.31C84.2786 260.37 84.1997 260.4 84.1207 260.4Z' fill='white'/%3E%3Cpath d='M93.6506 257.07C93.598 257.07 93.5453 257.056 93.4962 257.028L86.4623 252.967C86.3143 252.882 86.2637 252.693 86.3491 252.545C86.4345 252.397 86.6231 252.347 86.7711 252.432L93.805 256.493C93.953 256.579 94.0035 256.767 93.9182 256.915C93.8605 257.014 93.7574 257.07 93.6506 257.07Z' fill='white'/%3E%3Cpath d='M89.8625 257.901C89.7259 257.901 89.6014 257.81 89.5644 257.672L88.5975 254.064C88.5761 253.985 88.5875 253.901 88.6281 253.83C88.6693 253.759 88.7362 253.708 88.8159 253.686L92.4966 252.7C92.6609 252.655 92.8303 252.754 92.8751 252.919C92.9192 253.084 92.8217 253.253 92.6566 253.297L89.2748 254.204L90.1614 257.514C90.2055 257.679 90.108 257.848 89.9429 257.892C89.9159 257.898 89.8889 257.901 89.8625 257.901Z' fill='white'/%3E%3Cpath d='M91.8222 257.56C91.6856 257.56 91.5611 257.469 91.5241 257.331L91.0204 255.451C90.9763 255.286 91.0737 255.117 91.2388 255.072L93.0667 254.583C93.231 254.539 93.4011 254.636 93.4452 254.801C93.4893 254.966 93.3918 255.136 93.2268 255.18L91.6977 255.59L92.1211 257.171C92.1652 257.336 92.0677 257.505 91.9026 257.549C91.8756 257.556 91.8486 257.56 91.8222 257.56Z' fill='white'/%3E%3Cpath d='M86.6665 251.701C86.5597 251.701 86.4559 251.645 86.3989 251.546C86.3136 251.398 86.3641 251.21 86.5121 251.124L93.546 247.063C93.694 246.978 93.8826 247.028 93.968 247.176C94.0534 247.324 94.0028 247.513 93.8548 247.598L86.8209 251.659C86.7718 251.687 86.7184 251.701 86.6665 251.701Z' fill='white'/%3E%3Cpath d='M92.5288 251.338C92.5025 251.338 92.4755 251.334 92.4484 251.327L88.8404 250.36C88.6753 250.316 88.5778 250.147 88.6219 249.981L89.6081 246.302C89.6522 246.136 89.8215 246.038 89.9866 246.083C90.1517 246.127 90.2492 246.297 90.205 246.462L89.2993 249.843L92.6092 250.73C92.7743 250.774 92.8718 250.943 92.8277 251.109C92.79 251.247 92.6647 251.338 92.5288 251.338Z' fill='white'/%3E%3Cpath d='M93.2128 249.467C93.1865 249.467 93.1594 249.463 93.1324 249.456L91.2526 248.953C91.1736 248.931 91.106 248.88 91.0648 248.809C91.0235 248.738 91.0128 248.654 91.0342 248.575L91.5237 246.747C91.5678 246.582 91.7371 246.484 91.9022 246.528C92.0673 246.573 92.1648 246.742 92.1206 246.907L91.7108 248.437L93.2918 248.86C93.4569 248.904 93.5543 249.073 93.5102 249.239C93.4739 249.376 93.3494 249.467 93.2128 249.467Z' fill='white'/%3E%3Cpath d='M85.5121 253.616C84.6205 253.616 83.8955 252.891 83.8955 251.999C83.8955 251.108 84.6205 250.383 85.5121 250.383C86.4036 250.383 87.1286 251.108 87.1286 251.999C87.1286 252.891 86.4029 253.616 85.5121 253.616ZM85.5121 251.001C84.9613 251.001 84.5131 251.449 84.5131 252C84.5131 252.551 84.9613 252.999 85.5121 252.999C86.0628 252.999 86.511 252.551 86.511 252C86.5103 251.449 86.0628 251.001 85.5121 251.001Z' fill='white'/%3E%3Cpath d='M84.3424 248.422L83.2553 247.353C83.1571 247.256 83.0069 247.236 82.8867 247.303C82.7664 247.371 82.706 247.51 82.738 247.644L83.1087 249.204C83.1279 249.285 83.1798 249.355 83.2517 249.398L83.9753 249.829C84.0237 249.858 84.0785 249.872 84.1333 249.872C84.1866 249.872 84.2393 249.858 84.2869 249.831C84.3837 249.775 84.4428 249.672 84.442 249.56L84.4349 248.64C84.4342 248.558 84.4008 248.48 84.3424 248.422Z' fill='white'/%3E%3Cpath d='M83.0235 251.977C83.0235 251.865 82.9637 251.762 82.867 251.707L82.0658 251.253C81.9947 251.212 81.91 251.202 81.831 251.224L80.361 251.63C80.228 251.667 80.1362 251.787 80.1348 251.925C80.1334 252.063 80.223 252.184 80.3554 252.224L81.8922 252.683C81.9214 252.692 81.9513 252.696 81.9804 252.696C82.0331 252.696 82.085 252.682 82.1313 252.657L82.8656 252.245C82.963 252.191 83.0235 252.088 83.0235 251.977Z' fill='white'/%3E%3Cpath d='M84.2482 254.143C84.1514 254.087 84.0326 254.088 83.9366 254.144L83.1425 254.611C83.0721 254.652 83.0209 254.72 83.0002 254.799L82.6174 256.276C82.5826 256.409 82.6409 256.549 82.759 256.619C82.8081 256.649 82.8622 256.662 82.9163 256.662C82.9931 256.662 83.0692 256.634 83.1283 256.578L84.2945 255.477C84.3557 255.419 84.3905 255.339 84.3912 255.256L84.4019 254.414C84.4033 254.303 84.3443 254.2 84.2482 254.143Z' fill='white'/%3E%3Cpath d='M87.9144 254.794C87.8952 254.713 87.8433 254.643 87.7714 254.6L87.0478 254.17C86.9525 254.113 86.8329 254.113 86.7362 254.168C86.6394 254.224 86.5803 254.327 86.5811 254.438L86.5882 255.359C86.5889 255.441 86.6216 255.519 86.6807 255.577L87.7679 256.647C87.8269 256.705 87.9052 256.736 87.9849 256.736C88.0368 256.736 88.0887 256.723 88.1364 256.696C88.2567 256.628 88.3171 256.49 88.2851 256.356L87.9144 254.794Z' fill='white'/%3E%3Cpath d='M90.6708 251.775L89.134 251.316C89.0536 251.292 88.9675 251.302 88.8942 251.342L88.1599 251.754C88.0624 251.809 88.0027 251.911 88.002 252.023C88.002 252.135 88.0617 252.237 88.1585 252.293L88.9596 252.747C89.0066 252.773 89.0593 252.786 89.1119 252.786C89.1397 252.786 89.1674 252.783 89.1944 252.775L90.6644 252.369C90.7975 252.332 90.8893 252.212 90.8907 252.074C90.8928 251.937 90.8025 251.815 90.6708 251.775Z' fill='white'/%3E%3Cpath d='M86.7758 249.855C86.8235 249.883 86.8775 249.897 86.9309 249.897C86.985 249.897 87.039 249.883 87.0874 249.854L87.8815 249.388C87.9519 249.346 88.0031 249.278 88.0238 249.199L88.4066 247.723C88.4414 247.59 88.3831 247.45 88.265 247.379C88.1461 247.309 87.996 247.326 87.8957 247.42L86.7295 248.522C86.6691 248.579 86.6335 248.659 86.6328 248.742L86.6221 249.584C86.6207 249.695 86.679 249.799 86.7758 249.855Z' fill='white'/%3E%3Cpath d='M96.8587 787.116C96.622 787.116 96.4307 786.924 96.4307 786.688V775.428C96.4307 775.191 96.622 775 96.8587 775C97.0955 775 97.2868 775.191 97.2868 775.428V786.688C97.2868 786.924 97.0955 787.116 96.8587 787.116Z' fill='white'/%3E%3Cpath d='M96.8222 783.491C96.7127 783.491 96.6032 783.449 96.5194 783.365L92.784 779.63C92.6163 779.463 92.6163 779.192 92.784 779.024C92.9507 778.857 93.2219 778.857 93.3896 779.024L96.8222 782.456L100.181 779.097C100.347 778.93 100.619 778.93 100.786 779.097C100.954 779.264 100.954 779.535 100.786 779.703L97.125 783.364C97.0412 783.448 96.9317 783.491 96.8222 783.491Z' fill='white'/%3E%3Cpath d='M96.8064 779.618C96.6969 779.618 96.5874 779.576 96.5036 779.493L94.6482 777.637C94.4805 777.47 94.4805 777.199 94.6482 777.032C94.8149 776.864 95.0862 776.864 95.2539 777.032L96.8064 778.584L98.4112 776.979C98.5779 776.812 98.8492 776.812 99.0169 776.979C99.1846 777.146 99.1846 777.417 99.0169 777.585L97.1092 779.493C97.0254 779.576 96.9159 779.618 96.8064 779.618Z' fill='white'/%3E%3Cpath d='M95.252 787.958C95.179 787.958 95.106 787.94 95.0379 787.901L85.2876 782.272C85.0825 782.154 85.0124 781.892 85.1308 781.687C85.2492 781.482 85.5105 781.412 85.7157 781.53L95.467 787.16C95.6722 787.279 95.7422 787.54 95.6238 787.745C95.5439 787.882 95.3999 787.958 95.252 787.958Z' fill='white'/%3E%3Cpath d='M86.9924 787.545C86.8031 787.545 86.6304 787.419 86.5792 787.227C86.518 786.998 86.6531 786.764 86.882 786.702L91.5702 785.446L90.3412 780.858C90.28 780.629 90.4152 780.395 90.644 780.333C90.8719 780.271 91.1066 780.407 91.1688 780.636L92.5092 785.638C92.5388 785.748 92.523 785.865 92.4668 785.963C92.4096 786.061 92.3169 786.132 92.2064 786.162L87.1049 787.529C87.0664 787.54 87.0299 787.545 86.9924 787.545Z' fill='white'/%3E%3Cpath d='M86.1995 784.934C86.0101 784.934 85.8375 784.808 85.7862 784.616C85.725 784.388 85.8602 784.153 86.089 784.092L88.2087 783.523L87.6218 781.333C87.5607 781.104 87.6958 780.869 87.9246 780.808C88.1525 780.746 88.3882 780.882 88.4494 781.111L89.1477 783.717C89.1773 783.826 89.1616 783.944 89.1053 784.041C89.0481 784.14 88.9554 784.211 88.8449 784.241L86.3109 784.919C86.2735 784.93 86.236 784.934 86.1995 784.934Z' fill='white'/%3E%3Cpath d='M85.4284 795.401C85.2805 795.401 85.1365 795.324 85.0575 795.187C84.9392 794.982 85.0092 794.72 85.2144 794.602L94.9657 788.972C95.1708 788.853 95.4322 788.923 95.5506 789.128C95.669 789.334 95.5989 789.595 95.3938 789.713L85.6425 795.344C85.5744 795.382 85.5004 795.401 85.4284 795.401Z' fill='white'/%3E%3Cpath d='M90.6907 796.717C90.6542 796.717 90.6168 796.712 90.5793 796.703C90.3504 796.641 90.2153 796.407 90.2765 796.178L91.5321 791.49L86.9435 790.261C86.7147 790.199 86.5795 789.965 86.6407 789.736C86.7018 789.507 86.9366 789.371 87.1654 789.433L92.1673 790.773C92.3962 790.835 92.5313 791.069 92.4701 791.298L91.103 796.401C91.0527 796.591 90.8801 796.717 90.6907 796.717Z' fill='white'/%3E%3Cpath d='M88.0331 796.099C87.9966 796.099 87.9591 796.094 87.9216 796.084C87.6928 796.023 87.5577 795.788 87.6188 795.559L88.187 793.438L85.9953 792.85C85.7664 792.789 85.6313 792.555 85.6924 792.326C85.7536 792.097 85.9884 791.961 86.2172 792.023L88.8232 792.721C89.052 792.782 89.1872 793.017 89.126 793.246L88.4474 795.78C88.3951 795.972 88.2225 796.099 88.0331 796.099Z' fill='white'/%3E%3Cpath d='M96.7123 802C96.4755 802 96.2842 801.809 96.2842 801.572V790.313C96.2842 790.076 96.4755 789.885 96.7123 789.885C96.949 789.885 97.1404 790.076 97.1404 790.313V801.572C97.1404 801.809 96.948 802 96.7123 802Z' fill='white'/%3E%3Cpath d='M100.484 798.102C100.374 798.102 100.265 798.06 100.181 797.977L96.7482 794.544L93.3896 797.903C93.2229 798.07 92.9516 798.07 92.784 797.903C92.6163 797.736 92.6163 797.465 92.784 797.297L96.4464 793.636C96.6131 793.468 96.8843 793.468 97.052 793.636L100.787 797.371C100.955 797.538 100.955 797.809 100.787 797.977C100.703 798.059 100.593 798.102 100.484 798.102Z' fill='white'/%3E%3Cpath d='M94.8573 800.146C94.7478 800.146 94.6383 800.104 94.5545 800.021C94.3868 799.854 94.3868 799.583 94.5545 799.415L96.4621 797.507C96.6229 797.347 96.907 797.347 97.0678 797.507L98.9231 799.363C99.0908 799.529 99.0908 799.801 98.9231 799.968C98.7564 800.136 98.4852 800.136 98.3175 799.968L96.7649 798.416L95.1601 800.021C95.0763 800.103 94.9668 800.146 94.8573 800.146Z' fill='white'/%3E%3Cpath d='M108.069 795.528C107.996 795.528 107.923 795.509 107.855 795.471L98.104 789.84C97.8989 789.722 97.8288 789.461 97.9472 789.255C98.0656 789.05 98.3269 788.98 98.5321 789.099L108.283 794.729C108.489 794.847 108.559 795.109 108.44 795.314C108.36 795.451 108.217 795.528 108.069 795.528Z' fill='white'/%3E%3Cpath d='M102.815 796.681C102.626 796.681 102.453 796.554 102.402 796.363L101.062 791.361C101.032 791.252 101.048 791.134 101.104 791.036C101.161 790.938 101.254 790.867 101.364 790.837L106.467 789.47C106.695 789.408 106.929 789.544 106.992 789.773C107.053 790.002 106.918 790.237 106.689 790.298L102.001 791.554L103.23 796.143C103.291 796.372 103.156 796.607 102.927 796.668C102.889 796.676 102.852 796.681 102.815 796.681Z' fill='white'/%3E%3Cpath d='M105.536 796.208C105.346 796.208 105.174 796.082 105.122 795.89L104.424 793.284C104.363 793.056 104.498 792.821 104.727 792.76L107.261 792.081C107.489 792.02 107.724 792.155 107.785 792.384C107.847 792.613 107.711 792.848 107.483 792.909L105.363 793.477L105.95 795.669C106.011 795.897 105.876 796.132 105.647 796.193C105.61 796.203 105.572 796.208 105.536 796.208Z' fill='white'/%3E%3Cpath d='M98.3923 788.084C98.2443 788.084 98.1003 788.007 98.0214 787.87C97.903 787.665 97.9731 787.404 98.1782 787.285L107.93 781.655C108.135 781.537 108.396 781.607 108.514 781.812C108.633 782.017 108.563 782.279 108.358 782.397L98.6063 788.027C98.5383 788.066 98.4643 788.084 98.3923 788.084Z' fill='white'/%3E%3Cpath d='M106.515 787.581C106.478 787.581 106.441 787.576 106.403 787.566L101.402 786.225C101.173 786.164 101.038 785.929 101.099 785.701L102.466 780.599C102.527 780.37 102.762 780.234 102.991 780.296C103.219 780.357 103.355 780.592 103.293 780.821L102.038 785.509L106.626 786.738C106.855 786.799 106.99 787.034 106.929 787.263C106.877 787.454 106.703 787.581 106.515 787.581Z' fill='white'/%3E%3Cpath d='M107.464 784.989C107.427 784.989 107.39 784.984 107.352 784.974L104.746 784.276C104.637 784.246 104.543 784.175 104.486 784.077C104.429 783.978 104.414 783.862 104.444 783.752L105.122 781.218C105.183 780.989 105.418 780.853 105.647 780.915C105.876 780.977 106.011 781.211 105.95 781.44L105.382 783.561L107.573 784.148C107.802 784.209 107.937 784.444 107.876 784.673C107.826 784.863 107.653 784.989 107.464 784.989Z' fill='white'/%3E%3Cpath d='M96.785 790.74C95.5491 790.74 94.5439 789.735 94.5439 788.499C94.5439 787.263 95.5491 786.258 96.785 786.258C98.0209 786.258 99.026 787.263 99.026 788.499C99.026 789.735 98.0199 790.74 96.785 790.74ZM96.785 787.115C96.0215 787.115 95.4001 787.736 95.4001 788.5C95.4001 789.263 96.0215 789.885 96.785 789.885C97.5484 789.885 98.1699 789.263 98.1699 788.5C98.1689 787.735 97.5484 787.115 96.785 787.115Z' fill='white'/%3E%3Cpath d='M95.1638 783.541L93.6566 782.059C93.5205 781.925 93.3124 781.897 93.1457 781.991C92.979 782.084 92.8951 782.277 92.9395 782.462L93.4534 784.625C93.48 784.738 93.552 784.835 93.6517 784.895L94.6548 785.491C94.7219 785.532 94.7978 785.552 94.8738 785.552C94.9478 785.552 95.0208 785.533 95.0868 785.494C95.221 785.417 95.3029 785.274 95.3019 785.119L95.292 783.843C95.291 783.73 95.2447 783.621 95.1638 783.541Z' fill='white'/%3E%3Cpath d='M93.3328 788.469C93.3328 788.314 93.25 788.172 93.1158 788.095L92.0052 787.466C91.9065 787.41 91.7892 787.396 91.6797 787.425L89.6418 787.989C89.4574 788.04 89.3301 788.206 89.3281 788.397C89.3262 788.588 89.4505 788.757 89.6339 788.811L91.7645 789.448C91.8049 789.46 91.8464 789.466 91.8868 789.466C91.9598 789.466 92.0318 789.447 92.0959 789.412L93.1139 788.841C93.249 788.766 93.3328 788.623 93.3328 788.469Z' fill='white'/%3E%3Cpath d='M95.0315 791.474C94.8973 791.396 94.7326 791.397 94.5995 791.475L93.4987 792.122C93.401 792.179 93.33 792.274 93.3014 792.383L92.7707 794.43C92.7224 794.615 92.8033 794.809 92.967 794.907C93.0351 794.947 93.11 794.966 93.185 794.966C93.2915 794.966 93.3971 794.926 93.4789 794.849L95.0956 793.322C95.1804 793.243 95.2288 793.132 95.2297 793.017L95.2445 791.85C95.2465 791.695 95.1646 791.552 95.0315 791.474Z' fill='white'/%3E%3Cpath d='M100.116 792.374C100.089 792.262 100.017 792.164 99.9178 792.105L98.9146 791.509C98.7825 791.43 98.6168 791.429 98.4826 791.506C98.3485 791.583 98.2666 791.726 98.2676 791.881L98.2775 793.157C98.2784 793.271 98.3238 793.379 98.4057 793.459L99.9129 794.943C99.9947 795.024 100.103 795.066 100.214 795.066C100.286 795.066 100.358 795.048 100.424 795.011C100.59 794.917 100.674 794.725 100.63 794.539L100.116 792.374Z' fill='white'/%3E%3Cpath d='M103.936 788.188L101.806 787.551C101.694 787.518 101.575 787.532 101.473 787.588L100.455 788.159C100.32 788.235 100.237 788.377 100.236 788.532C100.236 788.687 100.319 788.829 100.453 788.906L101.564 789.535C101.629 789.571 101.702 789.59 101.775 789.59C101.814 789.59 101.852 789.585 101.889 789.574L103.927 789.011C104.112 788.96 104.239 788.794 104.241 788.603C104.244 788.412 104.119 788.244 103.936 788.188Z' fill='white'/%3E%3Cpath d='M98.5383 785.528C98.6044 785.566 98.6793 785.586 98.7533 785.586C98.8283 785.586 98.9032 785.566 98.9703 785.527L100.071 784.88C100.169 784.822 100.24 784.728 100.268 784.618L100.799 782.571C100.847 782.387 100.767 782.193 100.603 782.095C100.438 781.997 100.23 782.021 100.091 782.152L98.4742 783.679C98.3903 783.759 98.341 783.87 98.34 783.985L98.3252 785.152C98.3233 785.306 98.4041 785.45 98.5383 785.528Z' fill='white'/%3E%3Cg opacity='0.5'%3E%3Cpath d='M1658.86 811.116C1658.62 811.116 1658.43 810.924 1658.43 810.688V799.428C1658.43 799.191 1658.62 799 1658.86 799C1659.1 799 1659.29 799.191 1659.29 799.428V810.688C1659.29 810.924 1659.1 811.116 1658.86 811.116Z' fill='white'/%3E%3Cpath d='M1658.82 807.491C1658.71 807.491 1658.6 807.449 1658.52 807.365L1654.78 803.63C1654.62 803.463 1654.62 803.192 1654.78 803.024C1654.95 802.857 1655.22 802.857 1655.39 803.024L1658.82 806.456L1662.18 803.097C1662.35 802.93 1662.62 802.93 1662.79 803.097C1662.95 803.264 1662.95 803.535 1662.79 803.703L1659.12 807.364C1659.04 807.448 1658.93 807.491 1658.82 807.491Z' fill='white'/%3E%3Cpath d='M1658.81 803.618C1658.7 803.618 1658.59 803.576 1658.5 803.493L1656.65 801.637C1656.48 801.47 1656.48 801.199 1656.65 801.032C1656.81 800.864 1657.09 800.864 1657.25 801.032L1658.81 802.584L1660.41 800.979C1660.58 800.812 1660.85 800.812 1661.02 800.979C1661.18 801.146 1661.18 801.417 1661.02 801.585L1659.11 803.493C1659.03 803.576 1658.92 803.618 1658.81 803.618Z' fill='white'/%3E%3Cpath d='M1657.25 811.958C1657.18 811.958 1657.11 811.94 1657.04 811.901L1647.29 806.272C1647.08 806.154 1647.01 805.892 1647.13 805.687C1647.25 805.482 1647.51 805.412 1647.72 805.53L1657.47 811.16C1657.67 811.279 1657.74 811.54 1657.62 811.745C1657.54 811.882 1657.4 811.958 1657.25 811.958Z' fill='white'/%3E%3Cpath d='M1648.99 811.545C1648.8 811.545 1648.63 811.419 1648.58 811.227C1648.52 810.998 1648.65 810.764 1648.88 810.702L1653.57 809.446L1652.34 804.858C1652.28 804.629 1652.42 804.395 1652.64 804.333C1652.87 804.271 1653.11 804.407 1653.17 804.636L1654.51 809.638C1654.54 809.748 1654.52 809.865 1654.47 809.963C1654.41 810.061 1654.32 810.132 1654.21 810.162L1649.1 811.529C1649.07 811.54 1649.03 811.545 1648.99 811.545Z' fill='white'/%3E%3Cpath d='M1648.2 808.934C1648.01 808.934 1647.84 808.808 1647.79 808.616C1647.73 808.388 1647.86 808.153 1648.09 808.092L1650.21 807.523L1649.62 805.333C1649.56 805.104 1649.7 804.869 1649.92 804.808C1650.15 804.746 1650.39 804.882 1650.45 805.111L1651.15 807.717C1651.18 807.826 1651.16 807.944 1651.11 808.041C1651.05 808.14 1650.96 808.211 1650.84 808.241L1648.31 808.919C1648.27 808.93 1648.24 808.934 1648.2 808.934Z' fill='white'/%3E%3Cpath d='M1647.43 819.401C1647.28 819.401 1647.14 819.324 1647.06 819.187C1646.94 818.982 1647.01 818.72 1647.21 818.602L1656.97 812.972C1657.17 812.853 1657.43 812.923 1657.55 813.128C1657.67 813.334 1657.6 813.595 1657.39 813.713L1647.64 819.344C1647.57 819.382 1647.5 819.401 1647.43 819.401Z' fill='white'/%3E%3Cpath d='M1652.69 820.717C1652.65 820.717 1652.62 820.712 1652.58 820.703C1652.35 820.641 1652.22 820.407 1652.28 820.178L1653.53 815.49L1648.94 814.261C1648.71 814.199 1648.58 813.965 1648.64 813.736C1648.7 813.507 1648.94 813.371 1649.17 813.433L1654.17 814.773C1654.4 814.835 1654.53 815.069 1654.47 815.298L1653.1 820.401C1653.05 820.591 1652.88 820.717 1652.69 820.717Z' fill='white'/%3E%3Cpath d='M1650.03 820.099C1650 820.099 1649.96 820.094 1649.92 820.084C1649.69 820.023 1649.56 819.788 1649.62 819.559L1650.19 817.438L1648 816.85C1647.77 816.789 1647.63 816.555 1647.69 816.326C1647.75 816.097 1647.99 815.961 1648.22 816.023L1650.82 816.721C1651.05 816.782 1651.19 817.017 1651.13 817.246L1650.45 819.78C1650.4 819.972 1650.22 820.099 1650.03 820.099Z' fill='white'/%3E%3Cpath d='M1658.71 826C1658.48 826 1658.28 825.809 1658.28 825.572V814.313C1658.28 814.076 1658.48 813.885 1658.71 813.885C1658.95 813.885 1659.14 814.076 1659.14 814.313V825.572C1659.14 825.809 1658.95 826 1658.71 826Z' fill='white'/%3E%3Cpath d='M1662.48 822.102C1662.37 822.102 1662.26 822.06 1662.18 821.977L1658.75 818.544L1655.39 821.903C1655.22 822.07 1654.95 822.07 1654.78 821.903C1654.62 821.736 1654.62 821.465 1654.78 821.297L1658.45 817.636C1658.61 817.468 1658.88 817.468 1659.05 817.636L1662.79 821.371C1662.96 821.538 1662.96 821.809 1662.79 821.977C1662.7 822.059 1662.59 822.102 1662.48 822.102Z' fill='white'/%3E%3Cpath d='M1656.86 824.146C1656.75 824.146 1656.64 824.104 1656.55 824.021C1656.39 823.854 1656.39 823.583 1656.55 823.415L1658.46 821.507C1658.62 821.347 1658.91 821.347 1659.07 821.507L1660.92 823.363C1661.09 823.529 1661.09 823.801 1660.92 823.968C1660.76 824.136 1660.49 824.136 1660.32 823.968L1658.76 822.416L1657.16 824.021C1657.08 824.103 1656.97 824.146 1656.86 824.146Z' fill='white'/%3E%3Cpath d='M1670.07 819.528C1670 819.528 1669.92 819.509 1669.86 819.471L1660.1 813.84C1659.9 813.722 1659.83 813.461 1659.95 813.255C1660.07 813.05 1660.33 812.98 1660.53 813.099L1670.28 818.729C1670.49 818.847 1670.56 819.109 1670.44 819.314C1670.36 819.451 1670.22 819.528 1670.07 819.528Z' fill='white'/%3E%3Cpath d='M1664.82 820.681C1664.63 820.681 1664.45 820.554 1664.4 820.363L1663.06 815.361C1663.03 815.252 1663.05 815.134 1663.1 815.036C1663.16 814.938 1663.25 814.867 1663.36 814.837L1668.47 813.47C1668.69 813.408 1668.93 813.544 1668.99 813.773C1669.05 814.002 1668.92 814.237 1668.69 814.298L1664 815.554L1665.23 820.143C1665.29 820.372 1665.16 820.607 1664.93 820.668C1664.89 820.676 1664.85 820.681 1664.82 820.681Z' fill='white'/%3E%3Cpath d='M1667.54 820.208C1667.35 820.208 1667.17 820.082 1667.12 819.89L1666.42 817.284C1666.36 817.056 1666.5 816.821 1666.73 816.76L1669.26 816.081C1669.49 816.02 1669.72 816.155 1669.79 816.384C1669.85 816.613 1669.71 816.848 1669.48 816.909L1667.36 817.477L1667.95 819.669C1668.01 819.897 1667.88 820.132 1667.65 820.193C1667.61 820.203 1667.57 820.208 1667.54 820.208Z' fill='white'/%3E%3Cpath d='M1660.39 812.084C1660.24 812.084 1660.1 812.007 1660.02 811.87C1659.9 811.665 1659.97 811.404 1660.18 811.285L1669.93 805.655C1670.13 805.537 1670.4 805.607 1670.51 805.812C1670.63 806.017 1670.56 806.279 1670.36 806.397L1660.61 812.027C1660.54 812.066 1660.46 812.084 1660.39 812.084Z' fill='white'/%3E%3Cpath d='M1668.51 811.581C1668.48 811.581 1668.44 811.576 1668.4 811.566L1663.4 810.225C1663.17 810.164 1663.04 809.929 1663.1 809.701L1664.47 804.599C1664.53 804.37 1664.76 804.234 1664.99 804.296C1665.22 804.357 1665.35 804.592 1665.29 804.821L1664.04 809.509L1668.63 810.738C1668.86 810.799 1668.99 811.034 1668.93 811.263C1668.88 811.454 1668.7 811.581 1668.51 811.581Z' fill='white'/%3E%3Cpath d='M1669.46 808.989C1669.43 808.989 1669.39 808.984 1669.35 808.974L1666.75 808.276C1666.64 808.246 1666.54 808.175 1666.49 808.077C1666.43 807.978 1666.41 807.862 1666.44 807.752L1667.12 805.218C1667.18 804.989 1667.42 804.853 1667.65 804.915C1667.88 804.977 1668.01 805.211 1667.95 805.44L1667.38 807.561L1669.57 808.148C1669.8 808.209 1669.94 808.444 1669.88 808.673C1669.83 808.863 1669.65 808.989 1669.46 808.989Z' fill='white'/%3E%3Cpath d='M1658.78 814.74C1657.55 814.74 1656.54 813.735 1656.54 812.499C1656.54 811.263 1657.55 810.258 1658.78 810.258C1660.02 810.258 1661.03 811.263 1661.03 812.499C1661.03 813.735 1660.02 814.74 1658.78 814.74ZM1658.78 811.115C1658.02 811.115 1657.4 811.736 1657.4 812.5C1657.4 813.263 1658.02 813.885 1658.78 813.885C1659.55 813.885 1660.17 813.263 1660.17 812.5C1660.17 811.735 1659.55 811.115 1658.78 811.115Z' fill='white'/%3E%3Cpath d='M1657.16 807.541L1655.66 806.059C1655.52 805.925 1655.31 805.897 1655.15 805.991C1654.98 806.084 1654.9 806.277 1654.94 806.462L1655.45 808.625C1655.48 808.738 1655.55 808.835 1655.65 808.895L1656.65 809.491C1656.72 809.532 1656.8 809.552 1656.87 809.552C1656.95 809.552 1657.02 809.533 1657.09 809.494C1657.22 809.417 1657.3 809.274 1657.3 809.119L1657.29 807.843C1657.29 807.73 1657.24 807.621 1657.16 807.541Z' fill='white'/%3E%3Cpath d='M1655.33 812.469C1655.33 812.314 1655.25 812.172 1655.12 812.095L1654.01 811.466C1653.91 811.41 1653.79 811.396 1653.68 811.425L1651.64 811.989C1651.46 812.04 1651.33 812.206 1651.33 812.397C1651.33 812.588 1651.45 812.757 1651.63 812.811L1653.76 813.448C1653.8 813.46 1653.85 813.466 1653.89 813.466C1653.96 813.466 1654.03 813.447 1654.1 813.412L1655.11 812.841C1655.25 812.766 1655.33 812.623 1655.33 812.469Z' fill='white'/%3E%3Cpath d='M1657.03 815.474C1656.9 815.396 1656.73 815.397 1656.6 815.475L1655.5 816.122C1655.4 816.179 1655.33 816.274 1655.3 816.383L1654.77 818.43C1654.72 818.615 1654.8 818.809 1654.97 818.907C1655.04 818.947 1655.11 818.966 1655.18 818.966C1655.29 818.966 1655.4 818.926 1655.48 818.849L1657.1 817.322C1657.18 817.243 1657.23 817.132 1657.23 817.017L1657.24 815.85C1657.25 815.695 1657.16 815.552 1657.03 815.474Z' fill='white'/%3E%3Cpath d='M1662.12 816.374C1662.09 816.262 1662.02 816.164 1661.92 816.105L1660.91 815.509C1660.78 815.43 1660.62 815.429 1660.48 815.506C1660.35 815.583 1660.27 815.726 1660.27 815.881L1660.28 817.157C1660.28 817.271 1660.32 817.379 1660.41 817.459L1661.91 818.943C1661.99 819.024 1662.1 819.066 1662.21 819.066C1662.29 819.066 1662.36 819.048 1662.42 819.011C1662.59 818.917 1662.67 818.725 1662.63 818.539L1662.12 816.374Z' fill='white'/%3E%3Cpath d='M1665.94 812.188L1663.81 811.551C1663.69 811.518 1663.57 811.532 1663.47 811.588L1662.46 812.159C1662.32 812.235 1662.24 812.377 1662.24 812.532C1662.24 812.687 1662.32 812.829 1662.45 812.906L1663.56 813.535C1663.63 813.571 1663.7 813.59 1663.78 813.59C1663.81 813.59 1663.85 813.585 1663.89 813.574L1665.93 813.011C1666.11 812.96 1666.24 812.794 1666.24 812.603C1666.24 812.412 1666.12 812.244 1665.94 812.188Z' fill='white'/%3E%3Cpath d='M1660.54 809.528C1660.6 809.566 1660.68 809.586 1660.75 809.586C1660.83 809.586 1660.9 809.566 1660.97 809.527L1662.07 808.88C1662.17 808.822 1662.24 808.728 1662.27 808.618L1662.8 806.571C1662.85 806.387 1662.77 806.193 1662.6 806.095C1662.44 805.997 1662.23 806.021 1662.09 806.152L1660.47 807.679C1660.39 807.759 1660.34 807.87 1660.34 807.985L1660.33 809.152C1660.32 809.306 1660.4 809.45 1660.54 809.528Z' fill='white'/%3E%3C/g%3E%3Cpath d='M1752.86 489.116C1752.62 489.116 1752.43 488.924 1752.43 488.688V477.428C1752.43 477.191 1752.62 477 1752.86 477C1753.1 477 1753.29 477.191 1753.29 477.428V488.688C1753.29 488.924 1753.1 489.116 1752.86 489.116Z' fill='white'/%3E%3Cpath d='M1752.82 485.491C1752.71 485.491 1752.6 485.449 1752.52 485.365L1748.78 481.63C1748.62 481.463 1748.62 481.192 1748.78 481.024C1748.95 480.857 1749.22 480.857 1749.39 481.024L1752.82 484.456L1756.18 481.097C1756.35 480.93 1756.62 480.93 1756.79 481.097C1756.95 481.264 1756.95 481.535 1756.79 481.703L1753.12 485.364C1753.04 485.448 1752.93 485.491 1752.82 485.491Z' fill='white'/%3E%3Cpath d='M1752.81 481.618C1752.7 481.618 1752.59 481.576 1752.5 481.493L1750.65 479.637C1750.48 479.47 1750.48 479.199 1750.65 479.032C1750.81 478.864 1751.09 478.864 1751.25 479.032L1752.81 480.584L1754.41 478.979C1754.58 478.812 1754.85 478.812 1755.02 478.979C1755.18 479.146 1755.18 479.417 1755.02 479.585L1753.11 481.493C1753.03 481.576 1752.92 481.618 1752.81 481.618Z' fill='white'/%3E%3Cpath d='M1751.25 489.958C1751.18 489.958 1751.11 489.94 1751.04 489.901L1741.29 484.272C1741.08 484.154 1741.01 483.892 1741.13 483.687C1741.25 483.482 1741.51 483.412 1741.72 483.53L1751.47 489.16C1751.67 489.279 1751.74 489.54 1751.62 489.745C1751.54 489.882 1751.4 489.958 1751.25 489.958Z' fill='white'/%3E%3Cpath d='M1742.99 489.545C1742.8 489.545 1742.63 489.419 1742.58 489.227C1742.52 488.998 1742.65 488.764 1742.88 488.702L1747.57 487.446L1746.34 482.858C1746.28 482.629 1746.42 482.395 1746.64 482.333C1746.87 482.271 1747.11 482.407 1747.17 482.636L1748.51 487.638C1748.54 487.748 1748.52 487.865 1748.47 487.963C1748.41 488.061 1748.32 488.132 1748.21 488.162L1743.1 489.529C1743.07 489.54 1743.03 489.545 1742.99 489.545Z' fill='white'/%3E%3Cpath d='M1742.2 486.934C1742.01 486.934 1741.84 486.808 1741.79 486.616C1741.73 486.388 1741.86 486.153 1742.09 486.092L1744.21 485.523L1743.62 483.333C1743.56 483.104 1743.7 482.869 1743.92 482.808C1744.15 482.746 1744.39 482.882 1744.45 483.111L1745.15 485.717C1745.18 485.826 1745.16 485.944 1745.11 486.041C1745.05 486.14 1744.96 486.211 1744.84 486.241L1742.31 486.919C1742.27 486.93 1742.24 486.934 1742.2 486.934Z' fill='white'/%3E%3Cpath d='M1741.43 497.401C1741.28 497.401 1741.14 497.324 1741.06 497.187C1740.94 496.982 1741.01 496.72 1741.21 496.602L1750.97 490.972C1751.17 490.853 1751.43 490.923 1751.55 491.128C1751.67 491.334 1751.6 491.595 1751.39 491.713L1741.64 497.344C1741.57 497.382 1741.5 497.401 1741.43 497.401Z' fill='white'/%3E%3Cpath d='M1746.69 498.717C1746.65 498.717 1746.62 498.712 1746.58 498.703C1746.35 498.641 1746.22 498.407 1746.28 498.178L1747.53 493.49L1742.94 492.261C1742.71 492.199 1742.58 491.965 1742.64 491.736C1742.7 491.507 1742.94 491.371 1743.17 491.433L1748.17 492.773C1748.4 492.835 1748.53 493.069 1748.47 493.298L1747.1 498.401C1747.05 498.591 1746.88 498.717 1746.69 498.717Z' fill='white'/%3E%3Cpath d='M1744.03 498.099C1744 498.099 1743.96 498.094 1743.92 498.084C1743.69 498.023 1743.56 497.788 1743.62 497.559L1744.19 495.438L1742 494.85C1741.77 494.789 1741.63 494.555 1741.69 494.326C1741.75 494.097 1741.99 493.961 1742.22 494.023L1744.82 494.721C1745.05 494.782 1745.19 495.017 1745.13 495.246L1744.45 497.78C1744.4 497.972 1744.22 498.099 1744.03 498.099Z' fill='white'/%3E%3Cpath d='M1752.71 504C1752.48 504 1752.28 503.809 1752.28 503.572V492.313C1752.28 492.076 1752.48 491.885 1752.71 491.885C1752.95 491.885 1753.14 492.076 1753.14 492.313V503.572C1753.14 503.809 1752.95 504 1752.71 504Z' fill='white'/%3E%3Cpath d='M1756.48 500.102C1756.37 500.102 1756.26 500.06 1756.18 499.977L1752.75 496.544L1749.39 499.903C1749.22 500.07 1748.95 500.07 1748.78 499.903C1748.62 499.736 1748.62 499.465 1748.78 499.297L1752.45 495.636C1752.61 495.468 1752.88 495.468 1753.05 495.636L1756.79 499.371C1756.96 499.538 1756.96 499.809 1756.79 499.977C1756.7 500.059 1756.59 500.102 1756.48 500.102Z' fill='white'/%3E%3Cpath d='M1750.86 502.146C1750.75 502.146 1750.64 502.104 1750.55 502.021C1750.39 501.854 1750.39 501.583 1750.55 501.415L1752.46 499.507C1752.62 499.347 1752.91 499.347 1753.07 499.507L1754.92 501.363C1755.09 501.529 1755.09 501.801 1754.92 501.968C1754.76 502.136 1754.49 502.136 1754.32 501.968L1752.76 500.416L1751.16 502.021C1751.08 502.103 1750.97 502.146 1750.86 502.146Z' fill='white'/%3E%3Cpath d='M1764.07 497.528C1764 497.528 1763.92 497.509 1763.86 497.471L1754.1 491.84C1753.9 491.722 1753.83 491.461 1753.95 491.255C1754.07 491.05 1754.33 490.98 1754.53 491.099L1764.28 496.729C1764.49 496.847 1764.56 497.109 1764.44 497.314C1764.36 497.451 1764.22 497.528 1764.07 497.528Z' fill='white'/%3E%3Cpath d='M1758.82 498.681C1758.63 498.681 1758.45 498.554 1758.4 498.363L1757.06 493.361C1757.03 493.252 1757.05 493.134 1757.1 493.036C1757.16 492.938 1757.25 492.867 1757.36 492.837L1762.47 491.47C1762.69 491.408 1762.93 491.544 1762.99 491.773C1763.05 492.002 1762.92 492.237 1762.69 492.298L1758 493.554L1759.23 498.143C1759.29 498.372 1759.16 498.607 1758.93 498.668C1758.89 498.676 1758.85 498.681 1758.82 498.681Z' fill='white'/%3E%3Cpath d='M1761.54 498.208C1761.35 498.208 1761.17 498.082 1761.12 497.89L1760.42 495.284C1760.36 495.056 1760.5 494.821 1760.73 494.76L1763.26 494.081C1763.49 494.02 1763.72 494.155 1763.79 494.384C1763.85 494.613 1763.71 494.848 1763.48 494.909L1761.36 495.477L1761.95 497.669C1762.01 497.897 1761.88 498.132 1761.65 498.193C1761.61 498.203 1761.57 498.208 1761.54 498.208Z' fill='white'/%3E%3Cpath d='M1754.39 490.084C1754.24 490.084 1754.1 490.007 1754.02 489.87C1753.9 489.665 1753.97 489.404 1754.18 489.285L1763.93 483.655C1764.13 483.537 1764.4 483.607 1764.51 483.812C1764.63 484.017 1764.56 484.279 1764.36 484.397L1754.61 490.027C1754.54 490.066 1754.46 490.084 1754.39 490.084Z' fill='white'/%3E%3Cpath d='M1762.51 489.581C1762.48 489.581 1762.44 489.576 1762.4 489.566L1757.4 488.225C1757.17 488.164 1757.04 487.929 1757.1 487.701L1758.47 482.599C1758.53 482.37 1758.76 482.234 1758.99 482.296C1759.22 482.357 1759.35 482.592 1759.29 482.821L1758.04 487.509L1762.63 488.738C1762.86 488.799 1762.99 489.034 1762.93 489.263C1762.88 489.454 1762.7 489.581 1762.51 489.581Z' fill='white'/%3E%3Cpath d='M1763.46 486.989C1763.43 486.989 1763.39 486.984 1763.35 486.974L1760.75 486.276C1760.64 486.246 1760.54 486.175 1760.49 486.077C1760.43 485.978 1760.41 485.862 1760.44 485.752L1761.12 483.218C1761.18 482.989 1761.42 482.853 1761.65 482.915C1761.88 482.977 1762.01 483.211 1761.95 483.44L1761.38 485.561L1763.57 486.148C1763.8 486.209 1763.94 486.444 1763.88 486.673C1763.83 486.863 1763.65 486.989 1763.46 486.989Z' fill='white'/%3E%3Cpath d='M1752.78 492.74C1751.55 492.74 1750.54 491.735 1750.54 490.499C1750.54 489.263 1751.55 488.258 1752.78 488.258C1754.02 488.258 1755.03 489.263 1755.03 490.499C1755.03 491.735 1754.02 492.74 1752.78 492.74ZM1752.78 489.115C1752.02 489.115 1751.4 489.736 1751.4 490.5C1751.4 491.263 1752.02 491.885 1752.78 491.885C1753.55 491.885 1754.17 491.263 1754.17 490.5C1754.17 489.735 1753.55 489.115 1752.78 489.115Z' fill='white'/%3E%3Cpath d='M1751.16 485.541L1749.66 484.059C1749.52 483.925 1749.31 483.897 1749.15 483.991C1748.98 484.084 1748.9 484.277 1748.94 484.462L1749.45 486.625C1749.48 486.738 1749.55 486.835 1749.65 486.895L1750.65 487.491C1750.72 487.532 1750.8 487.552 1750.87 487.552C1750.95 487.552 1751.02 487.533 1751.09 487.494C1751.22 487.417 1751.3 487.274 1751.3 487.119L1751.29 485.843C1751.29 485.73 1751.24 485.621 1751.16 485.541Z' fill='white'/%3E%3Cpath d='M1749.33 490.469C1749.33 490.314 1749.25 490.172 1749.12 490.095L1748.01 489.466C1747.91 489.41 1747.79 489.396 1747.68 489.425L1745.64 489.989C1745.46 490.04 1745.33 490.206 1745.33 490.397C1745.33 490.588 1745.45 490.757 1745.63 490.811L1747.76 491.448C1747.8 491.46 1747.85 491.466 1747.89 491.466C1747.96 491.466 1748.03 491.447 1748.1 491.412L1749.11 490.841C1749.25 490.766 1749.33 490.623 1749.33 490.469Z' fill='white'/%3E%3Cpath d='M1751.03 493.474C1750.9 493.396 1750.73 493.397 1750.6 493.475L1749.5 494.122C1749.4 494.179 1749.33 494.274 1749.3 494.383L1748.77 496.43C1748.72 496.615 1748.8 496.809 1748.97 496.907C1749.04 496.947 1749.11 496.966 1749.18 496.966C1749.29 496.966 1749.4 496.926 1749.48 496.849L1751.1 495.322C1751.18 495.243 1751.23 495.132 1751.23 495.017L1751.24 493.85C1751.25 493.695 1751.16 493.552 1751.03 493.474Z' fill='white'/%3E%3Cpath d='M1756.12 494.374C1756.09 494.262 1756.02 494.164 1755.92 494.105L1754.91 493.509C1754.78 493.43 1754.62 493.429 1754.48 493.506C1754.35 493.583 1754.27 493.726 1754.27 493.881L1754.28 495.157C1754.28 495.271 1754.32 495.379 1754.41 495.459L1755.91 496.943C1755.99 497.024 1756.1 497.066 1756.21 497.066C1756.29 497.066 1756.36 497.048 1756.42 497.011C1756.59 496.917 1756.67 496.725 1756.63 496.539L1756.12 494.374Z' fill='white'/%3E%3Cpath d='M1759.94 490.188L1757.81 489.551C1757.69 489.518 1757.57 489.532 1757.47 489.588L1756.46 490.159C1756.32 490.235 1756.24 490.377 1756.24 490.532C1756.24 490.687 1756.32 490.829 1756.45 490.906L1757.56 491.535C1757.63 491.571 1757.7 491.59 1757.78 491.59C1757.81 491.59 1757.85 491.585 1757.89 491.574L1759.93 491.011C1760.11 490.96 1760.24 490.794 1760.24 490.603C1760.24 490.412 1760.12 490.244 1759.94 490.188Z' fill='white'/%3E%3Cpath d='M1754.54 487.528C1754.6 487.566 1754.68 487.586 1754.75 487.586C1754.83 487.586 1754.9 487.566 1754.97 487.527L1756.07 486.88C1756.17 486.822 1756.24 486.728 1756.27 486.618L1756.8 484.571C1756.85 484.387 1756.77 484.193 1756.6 484.095C1756.44 483.997 1756.23 484.021 1756.09 484.152L1754.47 485.679C1754.39 485.759 1754.34 485.87 1754.34 485.985L1754.33 487.152C1754.32 487.306 1754.4 487.45 1754.54 487.528Z' fill='white'/%3E%3Cpath d='M162.983 530.295C162.862 530.295 162.765 530.197 162.765 530.077V524.345C162.765 524.224 162.862 524.127 162.983 524.127C163.103 524.127 163.201 524.224 163.201 524.345V530.077C163.201 530.197 163.103 530.295 162.983 530.295Z' fill='white'/%3E%3Cpath d='M162.964 528.449C162.908 528.449 162.852 528.428 162.809 528.385L160.908 526.484C160.822 526.399 160.822 526.261 160.908 526.175C160.993 526.09 161.131 526.09 161.216 526.175L162.964 527.922L164.673 526.213C164.758 526.127 164.896 526.127 164.982 526.213C165.067 526.297 165.067 526.435 164.982 526.521L163.118 528.385C163.075 528.427 163.019 528.449 162.964 528.449Z' fill='white'/%3E%3Cpath d='M162.958 526.478C162.902 526.478 162.846 526.456 162.803 526.414L161.859 525.469C161.774 525.384 161.774 525.246 161.859 525.161C161.944 525.076 162.082 525.076 162.167 525.161L162.958 525.951L163.775 525.134C163.859 525.049 163.998 525.049 164.083 525.134C164.168 525.219 164.168 525.357 164.083 525.443L163.112 526.414C163.069 526.456 163.013 526.478 162.958 526.478Z' fill='white'/%3E%3Cpath d='M162.163 530.724C162.126 530.724 162.089 530.714 162.054 530.695L157.091 527.829C156.986 527.769 156.95 527.635 157.011 527.531C157.071 527.427 157.204 527.391 157.309 527.451L162.273 530.317C162.377 530.378 162.413 530.511 162.353 530.615C162.312 530.685 162.239 530.724 162.163 530.724Z' fill='white'/%3E%3Cpath d='M157.96 530.513C157.864 530.513 157.776 530.449 157.75 530.351C157.719 530.235 157.787 530.115 157.904 530.084L160.291 529.444L159.665 527.109C159.634 526.992 159.703 526.873 159.819 526.842C159.935 526.81 160.055 526.879 160.086 526.996L160.769 529.542C160.784 529.598 160.776 529.658 160.747 529.707C160.718 529.758 160.671 529.794 160.614 529.809L158.017 530.505C157.998 530.51 157.979 530.513 157.96 530.513Z' fill='white'/%3E%3Cpath d='M157.553 529.184C157.456 529.184 157.369 529.12 157.342 529.023C157.311 528.906 157.38 528.787 157.497 528.755L158.576 528.466L158.277 527.351C158.246 527.234 158.315 527.115 158.431 527.084C158.547 527.052 158.667 527.121 158.698 527.238L159.054 528.565C159.069 528.62 159.061 528.68 159.032 528.73C159.003 528.78 158.956 528.816 158.9 528.831L157.61 529.177C157.591 529.182 157.571 529.184 157.553 529.184Z' fill='white'/%3E%3Cpath d='M157.163 534.513C157.088 534.513 157.015 534.474 156.975 534.404C156.914 534.3 156.95 534.167 157.054 534.106L162.019 531.24C162.123 531.18 162.256 531.216 162.316 531.32C162.377 531.425 162.341 531.558 162.237 531.618L157.272 534.484C157.238 534.504 157.2 534.513 157.163 534.513Z' fill='white'/%3E%3Cpath d='M159.843 535.183C159.824 535.183 159.805 535.18 159.786 535.175C159.669 535.144 159.601 535.025 159.632 534.908L160.271 532.521L157.935 531.896C157.819 531.865 157.75 531.745 157.781 531.629C157.812 531.512 157.932 531.443 158.048 531.474L160.594 532.157C160.711 532.188 160.78 532.308 160.749 532.424L160.053 535.022C160.027 535.118 159.939 535.183 159.843 535.183Z' fill='white'/%3E%3Cpath d='M158.488 534.87C158.47 534.87 158.45 534.867 158.431 534.862C158.315 534.831 158.246 534.711 158.277 534.595L158.566 533.515L157.451 533.216C157.334 533.185 157.265 533.065 157.297 532.949C157.328 532.832 157.447 532.763 157.564 532.795L158.89 533.15C159.007 533.181 159.076 533.301 159.045 533.417L158.699 534.707C158.672 534.805 158.585 534.87 158.488 534.87Z' fill='white'/%3E%3Cpath d='M162.91 537.873C162.79 537.873 162.692 537.775 162.692 537.655V531.923C162.692 531.802 162.79 531.705 162.91 531.705C163.031 531.705 163.128 531.802 163.128 531.923V537.655C163.128 537.775 163.03 537.873 162.91 537.873Z' fill='white'/%3E%3Cpath d='M164.827 535.889C164.772 535.889 164.716 535.867 164.673 535.825L162.926 534.077L161.216 535.787C161.131 535.872 160.993 535.872 160.908 535.787C160.822 535.702 160.822 535.564 160.908 535.479L162.772 533.615C162.857 533.529 162.995 533.529 163.081 533.615L164.982 535.516C165.068 535.601 165.068 535.739 164.982 535.825C164.939 535.867 164.883 535.889 164.827 535.889Z' fill='white'/%3E%3Cpath d='M161.964 536.928C161.909 536.928 161.853 536.907 161.81 536.864C161.725 536.779 161.725 536.641 161.81 536.556L162.781 535.585C162.863 535.503 163.008 535.503 163.09 535.585L164.034 536.529C164.119 536.614 164.119 536.752 164.034 536.838C163.949 536.923 163.811 536.923 163.726 536.838L162.935 536.047L162.118 536.864C162.076 536.906 162.02 536.928 161.964 536.928Z' fill='white'/%3E%3Cpath d='M168.69 534.578C168.653 534.578 168.616 534.568 168.581 534.549L163.617 531.682C163.513 531.622 163.477 531.489 163.537 531.385C163.597 531.28 163.73 531.244 163.835 531.305L168.799 534.171C168.903 534.231 168.939 534.364 168.879 534.469C168.838 534.538 168.765 534.578 168.69 534.578Z' fill='white'/%3E%3Cpath d='M166.015 535.165C165.919 535.165 165.831 535.1 165.805 535.003L165.123 532.457C165.108 532.401 165.116 532.341 165.144 532.291C165.173 532.241 165.221 532.205 165.277 532.19L167.874 531.494C167.99 531.462 168.11 531.532 168.142 531.648C168.173 531.765 168.104 531.884 167.987 531.915L165.601 532.555L166.226 534.891C166.258 535.007 166.189 535.127 166.072 535.158C166.053 535.162 166.034 535.165 166.015 535.165Z' fill='white'/%3E%3Cpath d='M167.401 534.923C167.304 534.923 167.216 534.859 167.19 534.761L166.835 533.435C166.804 533.318 166.872 533.199 166.989 533.167L168.279 532.822C168.395 532.791 168.515 532.86 168.546 532.976C168.577 533.093 168.508 533.212 168.392 533.243L167.313 533.532L167.611 534.648C167.643 534.765 167.574 534.884 167.457 534.915C167.438 534.92 167.419 534.923 167.401 534.923Z' fill='white'/%3E%3Cpath d='M163.761 530.789C163.686 530.789 163.612 530.749 163.572 530.68C163.512 530.575 163.548 530.442 163.652 530.382L168.616 527.516C168.721 527.455 168.854 527.491 168.914 527.595C168.974 527.7 168.939 527.833 168.834 527.893L163.87 530.759C163.835 530.779 163.798 530.789 163.761 530.789Z' fill='white'/%3E%3Cpath d='M167.899 530.532C167.88 530.532 167.861 530.53 167.842 530.525L165.295 529.842C165.179 529.811 165.11 529.692 165.141 529.575L165.837 526.978C165.868 526.862 165.988 526.792 166.104 526.824C166.221 526.855 166.29 526.975 166.259 527.091L165.619 529.478L167.955 530.104C168.072 530.135 168.141 530.254 168.109 530.371C168.083 530.468 167.994 530.532 167.899 530.532Z' fill='white'/%3E%3Cpath d='M168.379 529.212C168.361 529.212 168.341 529.21 168.322 529.205L166.996 528.849C166.94 528.834 166.892 528.798 166.863 528.748C166.834 528.698 166.826 528.638 166.842 528.583L167.187 527.293C167.218 527.176 167.338 527.107 167.454 527.139C167.571 527.17 167.639 527.289 167.608 527.406L167.319 528.485L168.435 528.784C168.551 528.815 168.62 528.935 168.589 529.051C168.563 529.148 168.476 529.212 168.379 529.212Z' fill='white'/%3E%3Cpath d='M162.945 532.139C162.315 532.139 161.804 531.627 161.804 530.998C161.804 530.369 162.315 529.857 162.945 529.857C163.574 529.857 164.085 530.369 164.085 530.998C164.085 531.627 163.573 532.139 162.945 532.139ZM162.945 530.294C162.556 530.294 162.24 530.61 162.24 530.999C162.24 531.387 162.556 531.704 162.945 531.704C163.333 531.704 163.65 531.387 163.65 530.999C163.649 530.61 163.333 530.294 162.945 530.294Z' fill='white'/%3E%3Cpath d='M162.121 528.476L161.353 527.721C161.284 527.653 161.178 527.639 161.093 527.686C161.008 527.734 160.966 527.832 160.988 527.926L161.25 529.028C161.264 529.085 161.3 529.134 161.351 529.165L161.862 529.468C161.896 529.489 161.934 529.499 161.973 529.499C162.011 529.499 162.048 529.489 162.082 529.47C162.15 529.431 162.192 529.358 162.191 529.279L162.186 528.629C162.186 528.572 162.162 528.516 162.121 528.476Z' fill='white'/%3E%3Cpath d='M161.187 530.984C161.187 530.905 161.145 530.833 161.077 530.794L160.511 530.474C160.461 530.445 160.401 530.438 160.346 530.453L159.308 530.74C159.214 530.766 159.149 530.85 159.148 530.948C159.147 531.045 159.211 531.131 159.304 531.159L160.389 531.483C160.409 531.489 160.43 531.492 160.451 531.492C160.488 531.492 160.525 531.482 160.557 531.464L161.076 531.174C161.144 531.135 161.187 531.063 161.187 530.984Z' fill='white'/%3E%3Cpath d='M162.05 532.514C161.981 532.474 161.897 532.475 161.83 532.514L161.269 532.844C161.22 532.873 161.183 532.921 161.169 532.977L160.899 534.019C160.874 534.113 160.915 534.212 160.999 534.261C161.033 534.282 161.071 534.291 161.11 534.291C161.164 534.291 161.218 534.271 161.259 534.232L162.082 533.455C162.125 533.414 162.15 533.358 162.151 533.299L162.158 532.705C162.159 532.626 162.117 532.554 162.05 532.514Z' fill='white'/%3E%3Cpath d='M164.641 532.973C164.628 532.916 164.591 532.866 164.54 532.836L164.03 532.532C163.962 532.492 163.878 532.492 163.81 532.531C163.741 532.57 163.7 532.643 163.7 532.722L163.705 533.372C163.706 533.429 163.729 533.485 163.771 533.525L164.538 534.28C164.579 534.322 164.635 534.343 164.691 534.343C164.728 534.343 164.764 534.334 164.798 534.315C164.883 534.267 164.925 534.169 164.903 534.075L164.641 532.973Z' fill='white'/%3E%3Cpath d='M166.587 530.841L165.502 530.517C165.445 530.5 165.385 530.507 165.333 530.536L164.815 530.826C164.746 530.865 164.704 530.937 164.703 531.016C164.703 531.095 164.745 531.167 164.814 531.206L165.379 531.527C165.412 531.545 165.449 531.555 165.486 531.555C165.506 531.555 165.526 531.552 165.545 531.547L166.582 531.26C166.676 531.234 166.741 531.15 166.742 531.052C166.743 530.955 166.68 530.87 166.587 530.841Z' fill='white'/%3E%3Cpath d='M163.84 529.487C163.874 529.507 163.912 529.517 163.949 529.517C163.988 529.517 164.026 529.507 164.06 529.486L164.62 529.157C164.67 529.128 164.706 529.08 164.721 529.024L164.991 527.982C165.015 527.888 164.974 527.789 164.891 527.739C164.807 527.69 164.701 527.702 164.63 527.769L163.807 528.546C163.765 528.587 163.739 528.643 163.739 528.702L163.731 529.296C163.73 529.374 163.772 529.447 163.84 529.487Z' fill='white'/%3E%3Cpath d='M930.037 280.168C929.917 280.168 929.819 280.07 929.819 279.95V274.218C929.819 274.097 929.917 274 930.037 274C930.158 274 930.255 274.097 930.255 274.218V279.95C930.255 280.07 930.158 280.168 930.037 280.168Z' fill='white'/%3E%3Cpath d='M930.018 278.322C929.962 278.322 929.907 278.301 929.864 278.258L927.962 276.357C927.877 276.272 927.877 276.134 927.962 276.048C928.047 275.963 928.185 275.963 928.271 276.048L930.018 277.795L931.728 276.086C931.813 276 931.951 276 932.036 276.086C932.122 276.17 932.122 276.309 932.036 276.394L930.172 278.258C930.13 278.301 930.074 278.322 930.018 278.322Z' fill='white'/%3E%3Cpath d='M930.012 276.351C929.957 276.351 929.901 276.33 929.858 276.287L928.914 275.342C928.828 275.257 928.828 275.119 928.914 275.034C928.998 274.949 929.137 274.949 929.222 275.034L930.012 275.824L930.829 275.007C930.914 274.922 931.052 274.922 931.138 275.007C931.223 275.092 931.223 275.23 931.138 275.316L930.166 276.287C930.124 276.33 930.068 276.351 930.012 276.351Z' fill='white'/%3E%3Cpath d='M929.218 280.597C929.181 280.597 929.144 280.587 929.109 280.568L924.145 277.702C924.041 277.642 924.005 277.509 924.065 277.404C924.126 277.3 924.259 277.264 924.363 277.324L929.327 280.19C929.432 280.251 929.467 280.384 929.407 280.488C929.367 280.558 929.293 280.597 929.218 280.597Z' fill='white'/%3E%3Cpath d='M925.015 280.386C924.918 280.386 924.83 280.322 924.804 280.224C924.773 280.108 924.842 279.988 924.959 279.957L927.345 279.317L926.72 276.982C926.688 276.865 926.757 276.746 926.874 276.715C926.99 276.683 927.109 276.752 927.141 276.869L927.823 279.415C927.838 279.471 927.83 279.531 927.802 279.58C927.773 279.631 927.725 279.667 927.669 279.682L925.072 280.378C925.052 280.383 925.034 280.386 925.015 280.386Z' fill='white'/%3E%3Cpath d='M924.608 279.057C924.511 279.057 924.423 278.993 924.397 278.896C924.366 278.779 924.435 278.66 924.551 278.629L925.63 278.339L925.332 277.224C925.3 277.108 925.369 276.988 925.486 276.957C925.602 276.925 925.722 276.995 925.753 277.111L926.108 278.438C926.123 278.493 926.115 278.553 926.087 278.603C926.058 278.653 926.011 278.689 925.954 278.704L924.664 279.05C924.645 279.055 924.626 279.057 924.608 279.057Z' fill='white'/%3E%3Cpath d='M924.218 284.386C924.143 284.386 924.069 284.347 924.029 284.277C923.969 284.173 924.005 284.04 924.109 283.98L929.073 281.113C929.178 281.053 929.311 281.089 929.371 281.193C929.431 281.298 929.396 281.431 929.291 281.491L924.327 284.357C924.292 284.377 924.255 284.386 924.218 284.386Z' fill='white'/%3E%3Cpath d='M926.897 285.056C926.879 285.056 926.86 285.053 926.841 285.048C926.724 285.017 926.655 284.898 926.687 284.781L927.326 282.394L924.99 281.769C924.873 281.738 924.804 281.618 924.836 281.502C924.867 281.385 924.986 281.316 925.103 281.348L927.649 282.03C927.766 282.061 927.834 282.181 927.803 282.297L927.107 284.895C927.082 284.992 926.994 285.056 926.897 285.056Z' fill='white'/%3E%3Cpath d='M925.543 284.743C925.524 284.743 925.505 284.74 925.486 284.735C925.37 284.704 925.301 284.584 925.332 284.468L925.621 283.388L924.505 283.089C924.389 283.058 924.32 282.938 924.351 282.822C924.382 282.705 924.502 282.636 924.618 282.668L925.945 283.023C926.062 283.054 926.13 283.174 926.099 283.29L925.754 284.58C925.727 284.678 925.639 284.743 925.543 284.743Z' fill='white'/%3E%3Cpath d='M929.965 287.746C929.844 287.746 929.747 287.649 929.747 287.528V281.796C929.747 281.676 929.844 281.578 929.965 281.578C930.086 281.578 930.183 281.676 930.183 281.796V287.528C930.183 287.649 930.085 287.746 929.965 287.746Z' fill='white'/%3E%3Cpath d='M931.882 285.762C931.826 285.762 931.771 285.74 931.728 285.698L929.981 283.95L928.271 285.66C928.186 285.745 928.048 285.745 927.962 285.66C927.877 285.575 927.877 285.437 927.962 285.352L929.827 283.488C929.912 283.402 930.05 283.402 930.135 283.488L932.037 285.389C932.122 285.474 932.122 285.612 932.037 285.698C931.994 285.74 931.938 285.762 931.882 285.762Z' fill='white'/%3E%3Cpath d='M929.019 286.801C928.963 286.801 928.907 286.78 928.865 286.737C928.779 286.652 928.779 286.514 928.865 286.429L929.836 285.458C929.918 285.376 930.062 285.376 930.144 285.458L931.089 286.402C931.174 286.487 931.174 286.625 931.089 286.711C931.004 286.796 930.866 286.796 930.78 286.711L929.99 285.92L929.173 286.737C929.13 286.78 929.075 286.801 929.019 286.801Z' fill='white'/%3E%3Cpath d='M935.745 284.451C935.708 284.451 935.67 284.441 935.636 284.422L930.672 281.555C930.567 281.495 930.532 281.362 930.592 281.258C930.652 281.153 930.785 281.117 930.89 281.178L935.854 284.044C935.958 284.104 935.994 284.237 935.934 284.342C935.893 284.412 935.82 284.451 935.745 284.451Z' fill='white'/%3E%3Cpath d='M933.07 285.038C932.974 285.038 932.886 284.973 932.86 284.876L932.177 282.33C932.162 282.274 932.17 282.214 932.199 282.164C932.228 282.114 932.275 282.078 932.332 282.063L934.929 281.367C935.045 281.335 935.165 281.405 935.196 281.521C935.227 281.638 935.159 281.757 935.042 281.788L932.655 282.428L933.281 284.764C933.312 284.881 933.243 285 933.127 285.031C933.108 285.035 933.089 285.038 933.07 285.038Z' fill='white'/%3E%3Cpath d='M934.455 284.796C934.359 284.796 934.271 284.732 934.245 284.634L933.889 283.308C933.858 283.191 933.927 283.072 934.043 283.04L935.333 282.695C935.449 282.664 935.569 282.733 935.601 282.849C935.632 282.966 935.563 283.085 935.446 283.116L934.367 283.406L934.666 284.521C934.697 284.638 934.628 284.757 934.512 284.788C934.493 284.793 934.474 284.796 934.455 284.796Z' fill='white'/%3E%3Cpath d='M930.816 280.662C930.74 280.662 930.667 280.622 930.627 280.553C930.567 280.448 930.602 280.315 930.707 280.255L935.671 277.389C935.775 277.328 935.908 277.364 935.969 277.469C936.029 277.573 935.993 277.706 935.889 277.766L930.925 280.633C930.89 280.652 930.852 280.662 930.816 280.662Z' fill='white'/%3E%3Cpath d='M934.953 280.405C934.935 280.405 934.916 280.403 934.896 280.398L932.35 279.715C932.234 279.684 932.165 279.565 932.196 279.448L932.892 276.851C932.923 276.735 933.043 276.665 933.159 276.697C933.276 276.728 933.344 276.848 933.313 276.964L932.674 279.351L935.01 279.977C935.126 280.008 935.195 280.127 935.164 280.244C935.138 280.341 935.049 280.405 934.953 280.405Z' fill='white'/%3E%3Cpath d='M935.434 279.085C935.415 279.085 935.396 279.083 935.377 279.078L934.05 278.722C933.995 278.707 933.947 278.671 933.918 278.621C933.889 278.571 933.881 278.511 933.896 278.456L934.242 277.166C934.273 277.049 934.392 276.98 934.509 277.012C934.625 277.043 934.694 277.162 934.663 277.279L934.374 278.358L935.49 278.657C935.606 278.688 935.675 278.808 935.644 278.924C935.618 279.021 935.53 279.085 935.434 279.085Z' fill='white'/%3E%3Cpath d='M929.999 282.012C929.37 282.012 928.858 281.501 928.858 280.871C928.858 280.242 929.37 279.73 929.999 279.73C930.628 279.73 931.14 280.242 931.14 280.871C931.14 281.501 930.628 282.012 929.999 282.012ZM929.999 280.167C929.611 280.167 929.294 280.483 929.294 280.872C929.294 281.26 929.611 281.577 929.999 281.577C930.388 281.577 930.704 281.26 930.704 280.872C930.704 280.483 930.388 280.167 929.999 280.167Z' fill='white'/%3E%3Cpath d='M929.175 278.349L928.408 277.594C928.339 277.526 928.233 277.512 928.148 277.559C928.063 277.607 928.021 277.705 928.043 277.799L928.305 278.901C928.318 278.958 928.355 279.008 928.406 279.038L928.916 279.341C928.95 279.362 928.989 279.372 929.028 279.372C929.065 279.372 929.103 279.363 929.136 279.343C929.205 279.304 929.246 279.231 929.246 279.152L929.241 278.502C929.24 278.445 929.217 278.389 929.175 278.349Z' fill='white'/%3E%3Cpath d='M928.242 280.857C928.242 280.779 928.2 280.706 928.131 280.667L927.566 280.347C927.516 280.318 927.456 280.311 927.4 280.326L926.363 280.613C926.269 280.639 926.204 280.723 926.203 280.821C926.202 280.918 926.265 281.004 926.359 281.032L927.443 281.356C927.464 281.362 927.485 281.365 927.506 281.365C927.543 281.365 927.58 281.355 927.612 281.337L928.13 281.047C928.199 281.008 928.242 280.936 928.242 280.857Z' fill='white'/%3E%3Cpath d='M929.104 282.387C929.036 282.347 928.952 282.348 928.884 282.387L928.324 282.717C928.274 282.746 928.238 282.794 928.224 282.85L927.953 283.892C927.929 283.986 927.97 284.085 928.053 284.134C928.088 284.155 928.126 284.165 928.164 284.165C928.218 284.165 928.272 284.144 928.314 284.105L929.137 283.328C929.18 283.287 929.205 283.231 929.205 283.172L929.213 282.578C929.214 282.499 929.172 282.427 929.104 282.387Z' fill='white'/%3E%3Cpath d='M931.696 282.846C931.682 282.789 931.646 282.739 931.595 282.709L931.084 282.406C931.017 282.365 930.933 282.365 930.864 282.404C930.796 282.443 930.754 282.516 930.755 282.595L930.76 283.245C930.76 283.302 930.784 283.358 930.825 283.398L931.592 284.153C931.634 284.195 931.689 284.216 931.746 284.216C931.782 284.216 931.819 284.207 931.853 284.188C931.937 284.14 931.98 284.042 931.958 283.948L931.696 282.846Z' fill='white'/%3E%3Cpath d='M933.641 280.714L932.557 280.39C932.5 280.373 932.439 280.38 932.387 280.409L931.869 280.699C931.8 280.738 931.758 280.81 931.758 280.889C931.758 280.968 931.8 281.04 931.868 281.079L932.434 281.4C932.467 281.418 932.504 281.428 932.541 281.428C932.561 281.428 932.58 281.425 932.599 281.42L933.637 281.133C933.731 281.107 933.796 281.023 933.797 280.925C933.798 280.828 933.734 280.743 933.641 280.714Z' fill='white'/%3E%3Cpath d='M930.895 279.36C930.928 279.38 930.966 279.39 931.004 279.39C931.042 279.39 931.08 279.38 931.115 279.359L931.675 279.03C931.725 279.001 931.761 278.953 931.775 278.897L932.046 277.855C932.07 277.761 932.029 277.662 931.946 277.613C931.862 277.563 931.756 277.575 931.685 277.642L930.862 278.419C930.819 278.46 930.794 278.516 930.794 278.575L930.786 279.169C930.785 279.247 930.826 279.32 930.895 279.36Z' fill='white'/%3E%3Cpath d='M327.037 736.168C326.917 736.168 326.819 736.07 326.819 735.95V730.218C326.819 730.097 326.917 730 327.037 730C327.158 730 327.255 730.097 327.255 730.218V735.95C327.255 736.07 327.158 736.168 327.037 736.168Z' fill='white'/%3E%3Cpath d='M327.018 734.322C326.962 734.322 326.907 734.301 326.864 734.258L324.962 732.357C324.877 732.272 324.877 732.134 324.962 732.048C325.047 731.963 325.185 731.963 325.271 732.048L327.018 733.795L328.728 732.086C328.813 732 328.951 732 329.036 732.086C329.122 732.17 329.122 732.309 329.036 732.394L327.172 734.258C327.13 734.301 327.074 734.322 327.018 734.322Z' fill='white'/%3E%3Cpath d='M327.012 732.351C326.957 732.351 326.901 732.33 326.858 732.287L325.914 731.342C325.828 731.257 325.828 731.119 325.914 731.034C325.998 730.949 326.137 730.949 326.222 731.034L327.012 731.824L327.829 731.007C327.914 730.922 328.052 730.922 328.138 731.007C328.223 731.092 328.223 731.23 328.138 731.316L327.166 732.287C327.124 732.33 327.068 732.351 327.012 732.351Z' fill='white'/%3E%3Cpath d='M326.218 736.597C326.181 736.597 326.144 736.587 326.109 736.568L321.145 733.702C321.041 733.642 321.005 733.509 321.065 733.404C321.126 733.3 321.259 733.264 321.363 733.324L326.327 736.19C326.432 736.251 326.467 736.384 326.407 736.488C326.367 736.558 326.293 736.597 326.218 736.597Z' fill='white'/%3E%3Cpath d='M322.015 736.386C321.918 736.386 321.83 736.322 321.804 736.224C321.773 736.108 321.842 735.988 321.959 735.957L324.345 735.317L323.72 732.982C323.688 732.865 323.757 732.746 323.874 732.715C323.99 732.683 324.109 732.752 324.141 732.869L324.823 735.415C324.838 735.471 324.83 735.531 324.802 735.58C324.773 735.631 324.725 735.667 324.669 735.682L322.072 736.378C322.052 736.383 322.034 736.386 322.015 736.386Z' fill='white'/%3E%3Cpath d='M321.608 735.057C321.511 735.057 321.423 734.993 321.397 734.896C321.366 734.779 321.435 734.66 321.551 734.629L322.63 734.339L322.332 733.224C322.3 733.108 322.369 732.988 322.486 732.957C322.602 732.925 322.722 732.995 322.753 733.111L323.108 734.438C323.123 734.493 323.115 734.553 323.087 734.603C323.058 734.653 323.011 734.689 322.954 734.704L321.664 735.05C321.645 735.055 321.626 735.057 321.608 735.057Z' fill='white'/%3E%3Cpath d='M321.218 740.386C321.143 740.386 321.069 740.347 321.029 740.277C320.969 740.173 321.005 740.04 321.109 739.98L326.073 737.113C326.178 737.053 326.311 737.089 326.371 737.193C326.431 737.298 326.396 737.431 326.291 737.491L321.327 740.357C321.292 740.377 321.255 740.386 321.218 740.386Z' fill='white'/%3E%3Cpath d='M323.897 741.056C323.879 741.056 323.86 741.053 323.841 741.048C323.724 741.017 323.655 740.898 323.687 740.781L324.326 738.394L321.99 737.769C321.873 737.738 321.804 737.618 321.836 737.502C321.867 737.385 321.986 737.316 322.103 737.348L324.649 738.03C324.766 738.061 324.834 738.181 324.803 738.297L324.107 740.895C324.082 740.992 323.994 741.056 323.897 741.056Z' fill='white'/%3E%3Cpath d='M322.543 740.743C322.524 740.743 322.505 740.74 322.486 740.735C322.37 740.704 322.301 740.584 322.332 740.468L322.621 739.388L321.505 739.089C321.389 739.058 321.32 738.938 321.351 738.822C321.382 738.705 321.502 738.636 321.618 738.668L322.945 739.023C323.062 739.054 323.13 739.174 323.099 739.29L322.754 740.58C322.727 740.678 322.639 740.743 322.543 740.743Z' fill='white'/%3E%3Cpath d='M326.965 743.746C326.844 743.746 326.747 743.649 326.747 743.528V737.796C326.747 737.676 326.844 737.578 326.965 737.578C327.086 737.578 327.183 737.676 327.183 737.796V743.528C327.183 743.649 327.085 743.746 326.965 743.746Z' fill='white'/%3E%3Cpath d='M328.882 741.762C328.826 741.762 328.771 741.74 328.728 741.698L326.981 739.95L325.271 741.66C325.186 741.745 325.048 741.745 324.962 741.66C324.877 741.575 324.877 741.437 324.962 741.352L326.827 739.488C326.912 739.402 327.05 739.402 327.135 739.488L329.037 741.389C329.122 741.474 329.122 741.612 329.037 741.698C328.994 741.74 328.938 741.762 328.882 741.762Z' fill='white'/%3E%3Cpath d='M326.019 742.801C325.963 742.801 325.907 742.78 325.865 742.737C325.779 742.652 325.779 742.514 325.865 742.429L326.836 741.458C326.918 741.376 327.062 741.376 327.144 741.458L328.089 742.402C328.174 742.487 328.174 742.625 328.089 742.711C328.004 742.796 327.866 742.796 327.78 742.711L326.99 741.92L326.173 742.737C326.13 742.78 326.075 742.801 326.019 742.801Z' fill='white'/%3E%3Cpath d='M332.745 740.451C332.708 740.451 332.67 740.441 332.636 740.422L327.672 737.555C327.567 737.495 327.532 737.362 327.592 737.258C327.652 737.153 327.785 737.117 327.89 737.178L332.854 740.044C332.958 740.104 332.994 740.237 332.934 740.342C332.893 740.412 332.82 740.451 332.745 740.451Z' fill='white'/%3E%3Cpath d='M330.07 741.038C329.974 741.038 329.886 740.973 329.86 740.876L329.177 738.33C329.162 738.274 329.17 738.214 329.199 738.164C329.228 738.114 329.275 738.078 329.332 738.063L331.929 737.367C332.045 737.335 332.165 737.405 332.196 737.521C332.227 737.638 332.159 737.757 332.042 737.788L329.655 738.428L330.281 740.764C330.312 740.881 330.243 741 330.127 741.031C330.108 741.035 330.089 741.038 330.07 741.038Z' fill='white'/%3E%3Cpath d='M331.455 740.796C331.359 740.796 331.271 740.732 331.245 740.634L330.889 739.308C330.858 739.191 330.927 739.072 331.043 739.04L332.333 738.695C332.449 738.664 332.569 738.733 332.601 738.849C332.632 738.966 332.563 739.085 332.446 739.116L331.367 739.406L331.666 740.521C331.697 740.638 331.628 740.757 331.512 740.788C331.493 740.793 331.474 740.796 331.455 740.796Z' fill='white'/%3E%3Cpath d='M327.816 736.662C327.74 736.662 327.667 736.622 327.627 736.553C327.567 736.448 327.602 736.315 327.707 736.255L332.671 733.389C332.775 733.328 332.908 733.364 332.969 733.469C333.029 733.573 332.993 733.706 332.889 733.766L327.925 736.633C327.89 736.652 327.852 736.662 327.816 736.662Z' fill='white'/%3E%3Cpath d='M331.953 736.405C331.935 736.405 331.916 736.403 331.896 736.398L329.35 735.715C329.234 735.684 329.165 735.565 329.196 735.448L329.892 732.851C329.923 732.735 330.043 732.665 330.159 732.697C330.276 732.728 330.344 732.848 330.313 732.964L329.674 735.351L332.01 735.977C332.126 736.008 332.195 736.127 332.164 736.244C332.138 736.341 332.049 736.405 331.953 736.405Z' fill='white'/%3E%3Cpath d='M332.434 735.085C332.415 735.085 332.396 735.083 332.377 735.078L331.05 734.722C330.995 734.707 330.947 734.671 330.918 734.621C330.889 734.571 330.881 734.511 330.896 734.456L331.242 733.166C331.273 733.049 331.392 732.98 331.509 733.012C331.625 733.043 331.694 733.162 331.663 733.279L331.374 734.358L332.49 734.657C332.606 734.688 332.675 734.808 332.644 734.924C332.618 735.021 332.53 735.085 332.434 735.085Z' fill='white'/%3E%3Cpath d='M326.999 738.012C326.37 738.012 325.858 737.501 325.858 736.871C325.858 736.242 326.37 735.73 326.999 735.73C327.628 735.73 328.14 736.242 328.14 736.871C328.14 737.501 327.628 738.012 326.999 738.012ZM326.999 736.167C326.611 736.167 326.294 736.483 326.294 736.872C326.294 737.26 326.611 737.577 326.999 737.577C327.388 737.577 327.704 737.26 327.704 736.872C327.704 736.483 327.388 736.167 326.999 736.167Z' fill='white'/%3E%3Cpath d='M326.175 734.349L325.408 733.594C325.339 733.526 325.233 733.512 325.148 733.559C325.063 733.607 325.021 733.705 325.043 733.799L325.305 734.901C325.318 734.958 325.355 735.008 325.406 735.038L325.916 735.341C325.95 735.362 325.989 735.372 326.028 735.372C326.065 735.372 326.103 735.363 326.136 735.343C326.205 735.304 326.246 735.231 326.246 735.152L326.241 734.502C326.24 734.445 326.217 734.389 326.175 734.349Z' fill='white'/%3E%3Cpath d='M325.242 736.857C325.242 736.779 325.2 736.706 325.131 736.667L324.566 736.347C324.516 736.318 324.456 736.311 324.4 736.326L323.363 736.613C323.269 736.639 323.204 736.723 323.203 736.821C323.202 736.918 323.265 737.004 323.359 737.032L324.443 737.356C324.464 737.362 324.485 737.365 324.506 737.365C324.543 737.365 324.58 737.355 324.612 737.337L325.13 737.047C325.199 737.008 325.242 736.936 325.242 736.857Z' fill='white'/%3E%3Cpath d='M326.104 738.387C326.036 738.347 325.952 738.348 325.884 738.387L325.324 738.717C325.274 738.746 325.238 738.794 325.224 738.85L324.953 739.892C324.929 739.986 324.97 740.085 325.053 740.134C325.088 740.155 325.126 740.165 325.164 740.165C325.218 740.165 325.272 740.144 325.314 740.105L326.137 739.328C326.18 739.287 326.205 739.231 326.205 739.172L326.213 738.578C326.214 738.499 326.172 738.427 326.104 738.387Z' fill='white'/%3E%3Cpath d='M328.696 738.846C328.682 738.789 328.646 738.739 328.595 738.709L328.084 738.406C328.017 738.365 327.933 738.365 327.864 738.404C327.796 738.443 327.754 738.516 327.755 738.595L327.76 739.245C327.76 739.302 327.784 739.358 327.825 739.398L328.592 740.153C328.634 740.195 328.689 740.216 328.746 740.216C328.782 740.216 328.819 740.207 328.853 740.188C328.937 740.14 328.98 740.042 328.958 739.948L328.696 738.846Z' fill='white'/%3E%3Cpath d='M330.641 736.714L329.557 736.39C329.5 736.373 329.439 736.38 329.387 736.409L328.869 736.699C328.8 736.738 328.758 736.81 328.758 736.889C328.758 736.968 328.8 737.04 328.868 737.079L329.434 737.4C329.467 737.418 329.504 737.428 329.541 737.428C329.561 737.428 329.58 737.425 329.599 737.42L330.637 737.133C330.731 737.107 330.796 737.023 330.797 736.925C330.798 736.828 330.734 736.743 330.641 736.714Z' fill='white'/%3E%3Cpath d='M327.895 735.36C327.928 735.38 327.966 735.39 328.004 735.39C328.042 735.39 328.08 735.38 328.115 735.359L328.675 735.03C328.725 735.001 328.761 734.953 328.775 734.897L329.046 733.855C329.07 733.761 329.029 733.662 328.946 733.613C328.862 733.563 328.756 733.575 328.685 733.642L327.862 734.419C327.819 734.46 327.794 734.516 327.794 734.575L327.786 735.169C327.785 735.247 327.826 735.32 327.895 735.36Z' fill='white'/%3E%3Cpath d='M1771.04 639.168C1770.92 639.168 1770.82 639.07 1770.82 638.95V633.218C1770.82 633.097 1770.92 633 1771.04 633C1771.16 633 1771.26 633.097 1771.26 633.218V638.95C1771.26 639.07 1771.16 639.168 1771.04 639.168Z' fill='white'/%3E%3Cpath d='M1771.02 637.322C1770.96 637.322 1770.91 637.301 1770.86 637.258L1768.96 635.357C1768.88 635.272 1768.88 635.134 1768.96 635.048C1769.05 634.963 1769.19 634.963 1769.27 635.048L1771.02 636.795L1772.73 635.086C1772.81 635 1772.95 635 1773.04 635.086C1773.12 635.17 1773.12 635.309 1773.04 635.394L1771.17 637.258C1771.13 637.301 1771.07 637.322 1771.02 637.322Z' fill='white'/%3E%3Cpath d='M1771.01 635.351C1770.96 635.351 1770.9 635.33 1770.86 635.287L1769.91 634.342C1769.83 634.257 1769.83 634.119 1769.91 634.034C1770 633.949 1770.14 633.949 1770.22 634.034L1771.01 634.824L1771.83 634.007C1771.91 633.922 1772.05 633.922 1772.14 634.007C1772.22 634.092 1772.22 634.23 1772.14 634.316L1771.17 635.287C1771.12 635.33 1771.07 635.351 1771.01 635.351Z' fill='white'/%3E%3Cpath d='M1770.22 639.597C1770.18 639.597 1770.14 639.587 1770.11 639.568L1765.15 636.702C1765.04 636.642 1765.01 636.509 1765.07 636.404C1765.13 636.3 1765.26 636.264 1765.36 636.324L1770.33 639.19C1770.43 639.251 1770.47 639.384 1770.41 639.488C1770.37 639.558 1770.29 639.597 1770.22 639.597Z' fill='white'/%3E%3Cpath d='M1766.01 639.386C1765.92 639.386 1765.83 639.322 1765.8 639.224C1765.77 639.108 1765.84 638.988 1765.96 638.957L1768.35 638.317L1767.72 635.982C1767.69 635.865 1767.76 635.746 1767.87 635.715C1767.99 635.683 1768.11 635.752 1768.14 635.869L1768.82 638.415C1768.84 638.471 1768.83 638.531 1768.8 638.58C1768.77 638.631 1768.73 638.667 1768.67 638.682L1766.07 639.378C1766.05 639.383 1766.03 639.386 1766.01 639.386Z' fill='white'/%3E%3Cpath d='M1765.61 638.057C1765.51 638.057 1765.42 637.993 1765.4 637.896C1765.37 637.779 1765.43 637.66 1765.55 637.629L1766.63 637.339L1766.33 636.224C1766.3 636.108 1766.37 635.988 1766.49 635.957C1766.6 635.925 1766.72 635.995 1766.75 636.111L1767.11 637.438C1767.12 637.493 1767.12 637.553 1767.09 637.603C1767.06 637.653 1767.01 637.689 1766.95 637.704L1765.66 638.05C1765.65 638.055 1765.63 638.057 1765.61 638.057Z' fill='white'/%3E%3Cpath d='M1765.22 643.386C1765.14 643.386 1765.07 643.347 1765.03 643.277C1764.97 643.173 1765 643.04 1765.11 642.98L1770.07 640.113C1770.18 640.053 1770.31 640.089 1770.37 640.193C1770.43 640.298 1770.4 640.431 1770.29 640.491L1765.33 643.357C1765.29 643.377 1765.25 643.386 1765.22 643.386Z' fill='white'/%3E%3Cpath d='M1767.9 644.056C1767.88 644.056 1767.86 644.053 1767.84 644.048C1767.72 644.017 1767.66 643.898 1767.69 643.781L1768.33 641.394L1765.99 640.769C1765.87 640.738 1765.8 640.618 1765.84 640.502C1765.87 640.385 1765.99 640.316 1766.1 640.348L1768.65 641.03C1768.77 641.061 1768.83 641.181 1768.8 641.297L1768.11 643.895C1768.08 643.992 1767.99 644.056 1767.9 644.056Z' fill='white'/%3E%3Cpath d='M1766.54 643.743C1766.52 643.743 1766.51 643.74 1766.49 643.735C1766.37 643.704 1766.3 643.584 1766.33 643.468L1766.62 642.388L1765.51 642.089C1765.39 642.058 1765.32 641.938 1765.35 641.822C1765.38 641.705 1765.5 641.636 1765.62 641.668L1766.95 642.023C1767.06 642.054 1767.13 642.174 1767.1 642.29L1766.75 643.58C1766.73 643.678 1766.64 643.743 1766.54 643.743Z' fill='white'/%3E%3Cpath d='M1770.96 646.746C1770.84 646.746 1770.75 646.649 1770.75 646.528V640.796C1770.75 640.676 1770.84 640.578 1770.96 640.578C1771.09 640.578 1771.18 640.676 1771.18 640.796V646.528C1771.18 646.649 1771.09 646.746 1770.96 646.746Z' fill='white'/%3E%3Cpath d='M1772.88 644.762C1772.83 644.762 1772.77 644.74 1772.73 644.698L1770.98 642.95L1769.27 644.66C1769.19 644.745 1769.05 644.745 1768.96 644.66C1768.88 644.575 1768.88 644.437 1768.96 644.352L1770.83 642.488C1770.91 642.402 1771.05 642.402 1771.14 642.488L1773.04 644.389C1773.12 644.474 1773.12 644.612 1773.04 644.698C1772.99 644.74 1772.94 644.762 1772.88 644.762Z' fill='white'/%3E%3Cpath d='M1770.02 645.801C1769.96 645.801 1769.91 645.78 1769.86 645.737C1769.78 645.652 1769.78 645.514 1769.86 645.429L1770.84 644.458C1770.92 644.376 1771.06 644.376 1771.14 644.458L1772.09 645.402C1772.17 645.487 1772.17 645.625 1772.09 645.711C1772 645.796 1771.87 645.796 1771.78 645.711L1770.99 644.92L1770.17 645.737C1770.13 645.78 1770.07 645.801 1770.02 645.801Z' fill='white'/%3E%3Cpath d='M1776.74 643.451C1776.71 643.451 1776.67 643.441 1776.64 643.422L1771.67 640.555C1771.57 640.495 1771.53 640.362 1771.59 640.258C1771.65 640.153 1771.79 640.117 1771.89 640.178L1776.85 643.044C1776.96 643.104 1776.99 643.237 1776.93 643.342C1776.89 643.412 1776.82 643.451 1776.74 643.451Z' fill='white'/%3E%3Cpath d='M1774.07 644.038C1773.97 644.038 1773.89 643.973 1773.86 643.876L1773.18 641.33C1773.16 641.274 1773.17 641.214 1773.2 641.164C1773.23 641.114 1773.28 641.078 1773.33 641.063L1775.93 640.367C1776.05 640.335 1776.16 640.405 1776.2 640.521C1776.23 640.638 1776.16 640.757 1776.04 640.788L1773.66 641.428L1774.28 643.764C1774.31 643.881 1774.24 644 1774.13 644.031C1774.11 644.035 1774.09 644.038 1774.07 644.038Z' fill='white'/%3E%3Cpath d='M1775.46 643.796C1775.36 643.796 1775.27 643.732 1775.24 643.634L1774.89 642.308C1774.86 642.191 1774.93 642.072 1775.04 642.04L1776.33 641.695C1776.45 641.664 1776.57 641.733 1776.6 641.849C1776.63 641.966 1776.56 642.085 1776.45 642.116L1775.37 642.406L1775.67 643.521C1775.7 643.638 1775.63 643.757 1775.51 643.788C1775.49 643.793 1775.47 643.796 1775.46 643.796Z' fill='white'/%3E%3Cpath d='M1771.82 639.662C1771.74 639.662 1771.67 639.622 1771.63 639.553C1771.57 639.448 1771.6 639.315 1771.71 639.255L1776.67 636.389C1776.78 636.328 1776.91 636.364 1776.97 636.469C1777.03 636.573 1776.99 636.706 1776.89 636.766L1771.92 639.633C1771.89 639.652 1771.85 639.662 1771.82 639.662Z' fill='white'/%3E%3Cpath d='M1775.95 639.405C1775.93 639.405 1775.92 639.403 1775.9 639.398L1773.35 638.715C1773.23 638.684 1773.16 638.565 1773.2 638.448L1773.89 635.851C1773.92 635.735 1774.04 635.665 1774.16 635.697C1774.28 635.728 1774.34 635.848 1774.31 635.964L1773.67 638.351L1776.01 638.977C1776.13 639.008 1776.2 639.127 1776.16 639.244C1776.14 639.341 1776.05 639.405 1775.95 639.405Z' fill='white'/%3E%3Cpath d='M1776.43 638.085C1776.42 638.085 1776.4 638.083 1776.38 638.078L1775.05 637.722C1774.99 637.707 1774.95 637.671 1774.92 637.621C1774.89 637.571 1774.88 637.511 1774.9 637.456L1775.24 636.166C1775.27 636.049 1775.39 635.98 1775.51 636.012C1775.63 636.043 1775.69 636.162 1775.66 636.279L1775.37 637.358L1776.49 637.657C1776.61 637.688 1776.67 637.808 1776.64 637.924C1776.62 638.021 1776.53 638.085 1776.43 638.085Z' fill='white'/%3E%3Cpath d='M1771 641.012C1770.37 641.012 1769.86 640.501 1769.86 639.871C1769.86 639.242 1770.37 638.73 1771 638.73C1771.63 638.73 1772.14 639.242 1772.14 639.871C1772.14 640.501 1771.63 641.012 1771 641.012ZM1771 639.167C1770.61 639.167 1770.29 639.483 1770.29 639.872C1770.29 640.26 1770.61 640.577 1771 640.577C1771.39 640.577 1771.7 640.26 1771.7 639.872C1771.7 639.483 1771.39 639.167 1771 639.167Z' fill='white'/%3E%3Cpath d='M1770.18 637.349L1769.41 636.594C1769.34 636.526 1769.23 636.512 1769.15 636.559C1769.06 636.607 1769.02 636.705 1769.04 636.799L1769.3 637.901C1769.32 637.958 1769.35 638.008 1769.41 638.038L1769.92 638.341C1769.95 638.362 1769.99 638.372 1770.03 638.372C1770.07 638.372 1770.1 638.363 1770.14 638.343C1770.2 638.304 1770.25 638.231 1770.25 638.152L1770.24 637.502C1770.24 637.445 1770.22 637.389 1770.18 637.349Z' fill='white'/%3E%3Cpath d='M1769.24 639.857C1769.24 639.779 1769.2 639.706 1769.13 639.667L1768.57 639.347C1768.52 639.318 1768.46 639.311 1768.4 639.326L1767.36 639.613C1767.27 639.639 1767.2 639.723 1767.2 639.821C1767.2 639.918 1767.27 640.004 1767.36 640.032L1768.44 640.356C1768.46 640.362 1768.49 640.365 1768.51 640.365C1768.54 640.365 1768.58 640.355 1768.61 640.337L1769.13 640.047C1769.2 640.008 1769.24 639.936 1769.24 639.857Z' fill='white'/%3E%3Cpath d='M1770.1 641.387C1770.04 641.347 1769.95 641.348 1769.88 641.387L1769.32 641.717C1769.27 641.746 1769.24 641.794 1769.22 641.85L1768.95 642.892C1768.93 642.986 1768.97 643.085 1769.05 643.134C1769.09 643.155 1769.13 643.165 1769.16 643.165C1769.22 643.165 1769.27 643.144 1769.31 643.105L1770.14 642.328C1770.18 642.287 1770.2 642.231 1770.21 642.172L1770.21 641.578C1770.21 641.499 1770.17 641.427 1770.1 641.387Z' fill='white'/%3E%3Cpath d='M1772.7 641.846C1772.68 641.789 1772.65 641.739 1772.59 641.709L1772.08 641.406C1772.02 641.365 1771.93 641.365 1771.86 641.404C1771.8 641.443 1771.75 641.516 1771.75 641.595L1771.76 642.245C1771.76 642.302 1771.78 642.358 1771.83 642.398L1772.59 643.153C1772.63 643.195 1772.69 643.216 1772.75 643.216C1772.78 643.216 1772.82 643.207 1772.85 643.188C1772.94 643.14 1772.98 643.042 1772.96 642.948L1772.7 641.846Z' fill='white'/%3E%3Cpath d='M1774.64 639.714L1773.56 639.39C1773.5 639.373 1773.44 639.38 1773.39 639.409L1772.87 639.699C1772.8 639.738 1772.76 639.81 1772.76 639.889C1772.76 639.968 1772.8 640.04 1772.87 640.079L1773.43 640.4C1773.47 640.418 1773.5 640.428 1773.54 640.428C1773.56 640.428 1773.58 640.425 1773.6 640.42L1774.64 640.133C1774.73 640.107 1774.8 640.023 1774.8 639.925C1774.8 639.828 1774.73 639.743 1774.64 639.714Z' fill='white'/%3E%3Cpath d='M1771.89 638.36C1771.93 638.38 1771.97 638.39 1772 638.39C1772.04 638.39 1772.08 638.38 1772.11 638.359L1772.67 638.03C1772.72 638.001 1772.76 637.953 1772.78 637.897L1773.05 636.855C1773.07 636.761 1773.03 636.662 1772.95 636.613C1772.86 636.563 1772.76 636.575 1772.68 636.642L1771.86 637.419C1771.82 637.46 1771.79 637.516 1771.79 637.575L1771.79 638.169C1771.79 638.247 1771.83 638.32 1771.89 638.36Z' fill='white'/%3E%3Cpath d='M207.037 887.168C206.917 887.168 206.819 887.07 206.819 886.95V881.218C206.819 881.097 206.917 881 207.037 881C207.158 881 207.255 881.097 207.255 881.218V886.95C207.255 887.07 207.158 887.168 207.037 887.168Z' fill='white'/%3E%3Cpath d='M207.018 885.322C206.962 885.322 206.907 885.301 206.864 885.258L204.962 883.357C204.877 883.272 204.877 883.134 204.962 883.048C205.047 882.963 205.185 882.963 205.271 883.048L207.018 884.795L208.728 883.086C208.813 883 208.951 883 209.036 883.086C209.122 883.17 209.122 883.309 209.036 883.394L207.172 885.258C207.13 885.301 207.074 885.322 207.018 885.322Z' fill='white'/%3E%3Cpath d='M207.012 883.351C206.957 883.351 206.901 883.33 206.858 883.287L205.914 882.342C205.828 882.257 205.828 882.119 205.914 882.034C205.998 881.949 206.137 881.949 206.222 882.034L207.012 882.824L207.829 882.007C207.914 881.922 208.052 881.922 208.138 882.007C208.223 882.092 208.223 882.23 208.138 882.316L207.166 883.287C207.124 883.33 207.068 883.351 207.012 883.351Z' fill='white'/%3E%3Cpath d='M206.218 887.597C206.181 887.597 206.144 887.587 206.109 887.568L201.145 884.702C201.041 884.642 201.005 884.509 201.065 884.404C201.126 884.3 201.259 884.264 201.363 884.324L206.327 887.19C206.432 887.251 206.467 887.384 206.407 887.488C206.367 887.558 206.293 887.597 206.218 887.597Z' fill='white'/%3E%3Cpath d='M202.015 887.386C201.918 887.386 201.83 887.322 201.804 887.224C201.773 887.108 201.842 886.988 201.959 886.957L204.345 886.317L203.72 883.982C203.688 883.865 203.757 883.746 203.874 883.715C203.99 883.683 204.109 883.752 204.141 883.869L204.823 886.415C204.838 886.471 204.83 886.531 204.802 886.58C204.773 886.631 204.725 886.667 204.669 886.682L202.072 887.378C202.052 887.383 202.034 887.386 202.015 887.386Z' fill='white'/%3E%3Cpath d='M201.608 886.057C201.511 886.057 201.423 885.993 201.397 885.896C201.366 885.779 201.435 885.66 201.551 885.629L202.63 885.339L202.332 884.224C202.3 884.108 202.369 883.988 202.486 883.957C202.602 883.925 202.722 883.995 202.753 884.111L203.108 885.438C203.123 885.493 203.115 885.553 203.087 885.603C203.058 885.653 203.011 885.689 202.954 885.704L201.664 886.05C201.645 886.055 201.626 886.057 201.608 886.057Z' fill='white'/%3E%3Cpath d='M201.218 891.386C201.143 891.386 201.069 891.347 201.029 891.277C200.969 891.173 201.005 891.04 201.109 890.98L206.073 888.113C206.178 888.053 206.311 888.089 206.371 888.193C206.431 888.298 206.396 888.431 206.291 888.491L201.327 891.357C201.292 891.377 201.255 891.386 201.218 891.386Z' fill='white'/%3E%3Cpath d='M203.897 892.056C203.879 892.056 203.86 892.053 203.841 892.048C203.724 892.017 203.655 891.898 203.687 891.781L204.326 889.394L201.99 888.769C201.873 888.738 201.804 888.618 201.836 888.502C201.867 888.385 201.986 888.316 202.103 888.348L204.649 889.03C204.766 889.061 204.834 889.181 204.803 889.297L204.107 891.895C204.082 891.992 203.994 892.056 203.897 892.056Z' fill='white'/%3E%3Cpath d='M202.543 891.743C202.524 891.743 202.505 891.74 202.486 891.735C202.37 891.704 202.301 891.584 202.332 891.468L202.621 890.388L201.505 890.089C201.389 890.058 201.32 889.938 201.351 889.822C201.382 889.705 201.502 889.636 201.618 889.668L202.945 890.023C203.062 890.054 203.13 890.174 203.099 890.29L202.754 891.58C202.727 891.678 202.639 891.743 202.543 891.743Z' fill='white'/%3E%3Cpath d='M206.965 894.746C206.844 894.746 206.747 894.649 206.747 894.528V888.796C206.747 888.676 206.844 888.578 206.965 888.578C207.086 888.578 207.183 888.676 207.183 888.796V894.528C207.183 894.649 207.085 894.746 206.965 894.746Z' fill='white'/%3E%3Cpath d='M208.882 892.762C208.826 892.762 208.771 892.74 208.728 892.698L206.981 890.95L205.271 892.66C205.186 892.745 205.048 892.745 204.962 892.66C204.877 892.575 204.877 892.437 204.962 892.352L206.827 890.488C206.912 890.402 207.05 890.402 207.135 890.488L209.037 892.389C209.122 892.474 209.122 892.612 209.037 892.698C208.994 892.74 208.938 892.762 208.882 892.762Z' fill='white'/%3E%3Cpath d='M206.019 893.801C205.963 893.801 205.907 893.78 205.865 893.737C205.779 893.652 205.779 893.514 205.865 893.429L206.836 892.458C206.918 892.376 207.062 892.376 207.144 892.458L208.089 893.402C208.174 893.487 208.174 893.625 208.089 893.711C208.004 893.796 207.866 893.796 207.78 893.711L206.99 892.92L206.173 893.737C206.13 893.78 206.075 893.801 206.019 893.801Z' fill='white'/%3E%3Cpath d='M212.745 891.451C212.708 891.451 212.67 891.441 212.636 891.422L207.672 888.555C207.567 888.495 207.532 888.362 207.592 888.258C207.652 888.153 207.785 888.117 207.89 888.178L212.854 891.044C212.958 891.104 212.994 891.237 212.934 891.342C212.893 891.412 212.82 891.451 212.745 891.451Z' fill='white'/%3E%3Cpath d='M210.07 892.038C209.974 892.038 209.886 891.973 209.86 891.876L209.177 889.33C209.162 889.274 209.17 889.214 209.199 889.164C209.228 889.114 209.275 889.078 209.332 889.063L211.929 888.367C212.045 888.335 212.165 888.405 212.196 888.521C212.227 888.638 212.159 888.757 212.042 888.788L209.655 889.428L210.281 891.764C210.312 891.881 210.243 892 210.127 892.031C210.108 892.035 210.089 892.038 210.07 892.038Z' fill='white'/%3E%3Cpath d='M211.455 891.796C211.359 891.796 211.271 891.732 211.245 891.634L210.889 890.308C210.858 890.191 210.927 890.072 211.043 890.04L212.333 889.695C212.449 889.664 212.569 889.733 212.601 889.849C212.632 889.966 212.563 890.085 212.446 890.116L211.367 890.406L211.666 891.521C211.697 891.638 211.628 891.757 211.512 891.788C211.493 891.793 211.474 891.796 211.455 891.796Z' fill='white'/%3E%3Cpath d='M207.816 887.662C207.74 887.662 207.667 887.622 207.627 887.553C207.567 887.448 207.602 887.315 207.707 887.255L212.671 884.389C212.775 884.328 212.908 884.364 212.969 884.469C213.029 884.573 212.993 884.706 212.889 884.766L207.925 887.633C207.89 887.652 207.852 887.662 207.816 887.662Z' fill='white'/%3E%3Cpath d='M211.953 887.405C211.935 887.405 211.916 887.403 211.896 887.398L209.35 886.715C209.234 886.684 209.165 886.565 209.196 886.448L209.892 883.851C209.923 883.735 210.043 883.665 210.159 883.697C210.276 883.728 210.344 883.848 210.313 883.964L209.674 886.351L212.01 886.977C212.126 887.008 212.195 887.127 212.164 887.244C212.138 887.341 212.049 887.405 211.953 887.405Z' fill='white'/%3E%3Cpath d='M212.434 886.085C212.415 886.085 212.396 886.083 212.377 886.078L211.05 885.722C210.995 885.707 210.947 885.671 210.918 885.621C210.889 885.571 210.881 885.511 210.896 885.456L211.242 884.166C211.273 884.049 211.392 883.98 211.509 884.012C211.625 884.043 211.694 884.162 211.663 884.279L211.374 885.358L212.49 885.657C212.606 885.688 212.675 885.808 212.644 885.924C212.618 886.021 212.53 886.085 212.434 886.085Z' fill='white'/%3E%3Cpath d='M206.999 889.012C206.37 889.012 205.858 888.501 205.858 887.871C205.858 887.242 206.37 886.73 206.999 886.73C207.628 886.73 208.14 887.242 208.14 887.871C208.14 888.501 207.628 889.012 206.999 889.012ZM206.999 887.167C206.611 887.167 206.294 887.483 206.294 887.872C206.294 888.26 206.611 888.577 206.999 888.577C207.388 888.577 207.704 888.26 207.704 887.872C207.704 887.483 207.388 887.167 206.999 887.167Z' fill='white'/%3E%3Cpath d='M206.175 885.349L205.408 884.594C205.339 884.526 205.233 884.512 205.148 884.559C205.063 884.607 205.021 884.705 205.043 884.799L205.305 885.901C205.318 885.958 205.355 886.008 205.406 886.038L205.916 886.341C205.95 886.362 205.989 886.372 206.028 886.372C206.065 886.372 206.103 886.363 206.136 886.343C206.205 886.304 206.246 886.231 206.246 886.152L206.241 885.502C206.24 885.445 206.217 885.389 206.175 885.349Z' fill='white'/%3E%3Cpath d='M205.242 887.857C205.242 887.779 205.2 887.706 205.131 887.667L204.566 887.347C204.516 887.318 204.456 887.311 204.4 887.326L203.363 887.613C203.269 887.639 203.204 887.723 203.203 887.821C203.202 887.918 203.265 888.004 203.359 888.032L204.443 888.356C204.464 888.362 204.485 888.365 204.506 888.365C204.543 888.365 204.58 888.355 204.612 888.337L205.13 888.047C205.199 888.008 205.242 887.936 205.242 887.857Z' fill='white'/%3E%3Cpath d='M206.104 889.387C206.036 889.347 205.952 889.348 205.884 889.387L205.324 889.717C205.274 889.746 205.238 889.794 205.224 889.85L204.953 890.892C204.929 890.986 204.97 891.085 205.053 891.134C205.088 891.155 205.126 891.165 205.164 891.165C205.218 891.165 205.272 891.144 205.314 891.105L206.137 890.328C206.18 890.287 206.205 890.231 206.205 890.172L206.213 889.578C206.214 889.499 206.172 889.427 206.104 889.387Z' fill='white'/%3E%3Cpath d='M208.696 889.846C208.682 889.789 208.646 889.739 208.595 889.709L208.084 889.406C208.017 889.365 207.933 889.365 207.864 889.404C207.796 889.443 207.754 889.516 207.755 889.595L207.76 890.245C207.76 890.302 207.784 890.358 207.825 890.398L208.592 891.153C208.634 891.195 208.689 891.216 208.746 891.216C208.782 891.216 208.819 891.207 208.853 891.188C208.937 891.14 208.98 891.042 208.958 890.948L208.696 889.846Z' fill='white'/%3E%3Cpath d='M210.641 887.714L209.557 887.39C209.5 887.373 209.439 887.38 209.387 887.409L208.869 887.699C208.8 887.738 208.758 887.81 208.758 887.889C208.758 887.968 208.8 888.04 208.868 888.079L209.434 888.4C209.467 888.418 209.504 888.428 209.541 888.428C209.561 888.428 209.58 888.425 209.599 888.42L210.637 888.133C210.731 888.107 210.796 888.023 210.797 887.925C210.798 887.828 210.734 887.743 210.641 887.714Z' fill='white'/%3E%3Cpath d='M207.895 886.36C207.928 886.38 207.966 886.39 208.004 886.39C208.042 886.39 208.08 886.38 208.115 886.359L208.675 886.03C208.725 886.001 208.761 885.953 208.775 885.897L209.046 884.855C209.07 884.761 209.029 884.662 208.946 884.613C208.862 884.563 208.756 884.575 208.685 884.642L207.862 885.419C207.819 885.46 207.794 885.516 207.794 885.575L207.786 886.169C207.785 886.247 207.826 886.32 207.895 886.36Z' fill='white'/%3E%3Cg opacity='0.5'%3E%3Cpath d='M1743.04 908.168C1742.92 908.168 1742.82 908.07 1742.82 907.95V902.218C1742.82 902.097 1742.92 902 1743.04 902C1743.16 902 1743.26 902.097 1743.26 902.218V907.95C1743.26 908.07 1743.16 908.168 1743.04 908.168Z' fill='white'/%3E%3Cpath d='M1743.02 906.322C1742.96 906.322 1742.91 906.301 1742.86 906.258L1740.96 904.357C1740.88 904.272 1740.88 904.134 1740.96 904.048C1741.05 903.963 1741.19 903.963 1741.27 904.048L1743.02 905.795L1744.73 904.086C1744.81 904 1744.95 904 1745.04 904.086C1745.12 904.17 1745.12 904.309 1745.04 904.394L1743.17 906.258C1743.13 906.301 1743.07 906.322 1743.02 906.322Z' fill='white'/%3E%3Cpath d='M1743.01 904.351C1742.96 904.351 1742.9 904.33 1742.86 904.287L1741.91 903.342C1741.83 903.257 1741.83 903.119 1741.91 903.034C1742 902.949 1742.14 902.949 1742.22 903.034L1743.01 903.824L1743.83 903.007C1743.91 902.922 1744.05 902.922 1744.14 903.007C1744.22 903.092 1744.22 903.23 1744.14 903.316L1743.17 904.287C1743.12 904.33 1743.07 904.351 1743.01 904.351Z' fill='white'/%3E%3Cpath d='M1742.22 908.597C1742.18 908.597 1742.14 908.587 1742.11 908.568L1737.15 905.702C1737.04 905.642 1737.01 905.509 1737.07 905.404C1737.13 905.3 1737.26 905.264 1737.36 905.324L1742.33 908.19C1742.43 908.251 1742.47 908.384 1742.41 908.488C1742.37 908.558 1742.29 908.597 1742.22 908.597Z' fill='white'/%3E%3Cpath d='M1738.01 908.386C1737.92 908.386 1737.83 908.322 1737.8 908.224C1737.77 908.108 1737.84 907.988 1737.96 907.957L1740.35 907.317L1739.72 904.982C1739.69 904.865 1739.76 904.746 1739.87 904.715C1739.99 904.683 1740.11 904.752 1740.14 904.869L1740.82 907.415C1740.84 907.471 1740.83 907.531 1740.8 907.58C1740.77 907.631 1740.73 907.667 1740.67 907.682L1738.07 908.378C1738.05 908.383 1738.03 908.386 1738.01 908.386Z' fill='white'/%3E%3Cpath d='M1737.61 907.057C1737.51 907.057 1737.42 906.993 1737.4 906.896C1737.37 906.779 1737.43 906.66 1737.55 906.629L1738.63 906.339L1738.33 905.224C1738.3 905.108 1738.37 904.988 1738.49 904.957C1738.6 904.925 1738.72 904.995 1738.75 905.111L1739.11 906.438C1739.12 906.493 1739.12 906.553 1739.09 906.603C1739.06 906.653 1739.01 906.689 1738.95 906.704L1737.66 907.05C1737.65 907.055 1737.63 907.057 1737.61 907.057Z' fill='white'/%3E%3Cpath d='M1737.22 912.386C1737.14 912.386 1737.07 912.347 1737.03 912.277C1736.97 912.173 1737 912.04 1737.11 911.98L1742.07 909.113C1742.18 909.053 1742.31 909.089 1742.37 909.193C1742.43 909.298 1742.4 909.431 1742.29 909.491L1737.33 912.357C1737.29 912.377 1737.25 912.386 1737.22 912.386Z' fill='white'/%3E%3Cpath d='M1739.9 913.056C1739.88 913.056 1739.86 913.053 1739.84 913.048C1739.72 913.017 1739.66 912.898 1739.69 912.781L1740.33 910.394L1737.99 909.769C1737.87 909.738 1737.8 909.618 1737.84 909.502C1737.87 909.385 1737.99 909.316 1738.1 909.348L1740.65 910.03C1740.77 910.061 1740.83 910.181 1740.8 910.297L1740.11 912.895C1740.08 912.992 1739.99 913.056 1739.9 913.056Z' fill='white'/%3E%3Cpath d='M1738.54 912.743C1738.52 912.743 1738.51 912.74 1738.49 912.735C1738.37 912.704 1738.3 912.584 1738.33 912.468L1738.62 911.388L1737.51 911.089C1737.39 911.058 1737.32 910.938 1737.35 910.822C1737.38 910.705 1737.5 910.636 1737.62 910.668L1738.95 911.023C1739.06 911.054 1739.13 911.174 1739.1 911.29L1738.75 912.58C1738.73 912.678 1738.64 912.743 1738.54 912.743Z' fill='white'/%3E%3Cpath d='M1742.96 915.746C1742.84 915.746 1742.75 915.649 1742.75 915.528V909.796C1742.75 909.676 1742.84 909.578 1742.96 909.578C1743.09 909.578 1743.18 909.676 1743.18 909.796V915.528C1743.18 915.649 1743.09 915.746 1742.96 915.746Z' fill='white'/%3E%3Cpath d='M1744.88 913.762C1744.83 913.762 1744.77 913.74 1744.73 913.698L1742.98 911.95L1741.27 913.66C1741.19 913.745 1741.05 913.745 1740.96 913.66C1740.88 913.575 1740.88 913.437 1740.96 913.352L1742.83 911.488C1742.91 911.402 1743.05 911.402 1743.14 911.488L1745.04 913.389C1745.12 913.474 1745.12 913.612 1745.04 913.698C1744.99 913.74 1744.94 913.762 1744.88 913.762Z' fill='white'/%3E%3Cpath d='M1742.02 914.801C1741.96 914.801 1741.91 914.78 1741.86 914.737C1741.78 914.652 1741.78 914.514 1741.86 914.429L1742.84 913.458C1742.92 913.376 1743.06 913.376 1743.14 913.458L1744.09 914.402C1744.17 914.487 1744.17 914.625 1744.09 914.711C1744 914.796 1743.87 914.796 1743.78 914.711L1742.99 913.92L1742.17 914.737C1742.13 914.78 1742.07 914.801 1742.02 914.801Z' fill='white'/%3E%3Cpath d='M1748.74 912.451C1748.71 912.451 1748.67 912.441 1748.64 912.422L1743.67 909.555C1743.57 909.495 1743.53 909.362 1743.59 909.258C1743.65 909.153 1743.79 909.117 1743.89 909.178L1748.85 912.044C1748.96 912.104 1748.99 912.237 1748.93 912.342C1748.89 912.412 1748.82 912.451 1748.74 912.451Z' fill='white'/%3E%3Cpath d='M1746.07 913.038C1745.97 913.038 1745.89 912.973 1745.86 912.876L1745.18 910.33C1745.16 910.274 1745.17 910.214 1745.2 910.164C1745.23 910.114 1745.28 910.078 1745.33 910.063L1747.93 909.367C1748.05 909.335 1748.16 909.405 1748.2 909.521C1748.23 909.638 1748.16 909.757 1748.04 909.788L1745.66 910.428L1746.28 912.764C1746.31 912.881 1746.24 913 1746.13 913.031C1746.11 913.035 1746.09 913.038 1746.07 913.038Z' fill='white'/%3E%3Cpath d='M1747.46 912.796C1747.36 912.796 1747.27 912.732 1747.24 912.634L1746.89 911.308C1746.86 911.191 1746.93 911.072 1747.04 911.04L1748.33 910.695C1748.45 910.664 1748.57 910.733 1748.6 910.849C1748.63 910.966 1748.56 911.085 1748.45 911.116L1747.37 911.406L1747.67 912.521C1747.7 912.638 1747.63 912.757 1747.51 912.788C1747.49 912.793 1747.47 912.796 1747.46 912.796Z' fill='white'/%3E%3Cpath d='M1743.82 908.662C1743.74 908.662 1743.67 908.622 1743.63 908.553C1743.57 908.448 1743.6 908.315 1743.71 908.255L1748.67 905.389C1748.78 905.328 1748.91 905.364 1748.97 905.469C1749.03 905.573 1748.99 905.706 1748.89 905.766L1743.92 908.633C1743.89 908.652 1743.85 908.662 1743.82 908.662Z' fill='white'/%3E%3Cpath d='M1747.95 908.405C1747.93 908.405 1747.92 908.403 1747.9 908.398L1745.35 907.715C1745.23 907.684 1745.16 907.565 1745.2 907.448L1745.89 904.851C1745.92 904.735 1746.04 904.665 1746.16 904.697C1746.28 904.728 1746.34 904.848 1746.31 904.964L1745.67 907.351L1748.01 907.977C1748.13 908.008 1748.2 908.127 1748.16 908.244C1748.14 908.341 1748.05 908.405 1747.95 908.405Z' fill='white'/%3E%3Cpath d='M1748.43 907.085C1748.42 907.085 1748.4 907.083 1748.38 907.078L1747.05 906.722C1746.99 906.707 1746.95 906.671 1746.92 906.621C1746.89 906.571 1746.88 906.511 1746.9 906.456L1747.24 905.166C1747.27 905.049 1747.39 904.98 1747.51 905.012C1747.63 905.043 1747.69 905.162 1747.66 905.279L1747.37 906.358L1748.49 906.657C1748.61 906.688 1748.67 906.808 1748.64 906.924C1748.62 907.021 1748.53 907.085 1748.43 907.085Z' fill='white'/%3E%3Cpath d='M1743 910.012C1742.37 910.012 1741.86 909.501 1741.86 908.871C1741.86 908.242 1742.37 907.73 1743 907.73C1743.63 907.73 1744.14 908.242 1744.14 908.871C1744.14 909.501 1743.63 910.012 1743 910.012ZM1743 908.167C1742.61 908.167 1742.29 908.483 1742.29 908.872C1742.29 909.26 1742.61 909.577 1743 909.577C1743.39 909.577 1743.7 909.26 1743.7 908.872C1743.7 908.483 1743.39 908.167 1743 908.167Z' fill='white'/%3E%3Cpath d='M1742.18 906.349L1741.41 905.594C1741.34 905.526 1741.23 905.512 1741.15 905.559C1741.06 905.607 1741.02 905.705 1741.04 905.799L1741.3 906.901C1741.32 906.958 1741.35 907.008 1741.41 907.038L1741.92 907.341C1741.95 907.362 1741.99 907.372 1742.03 907.372C1742.07 907.372 1742.1 907.363 1742.14 907.343C1742.2 907.304 1742.25 907.231 1742.25 907.152L1742.24 906.502C1742.24 906.445 1742.22 906.389 1742.18 906.349Z' fill='white'/%3E%3Cpath d='M1741.24 908.857C1741.24 908.779 1741.2 908.706 1741.13 908.667L1740.57 908.347C1740.52 908.318 1740.46 908.311 1740.4 908.326L1739.36 908.613C1739.27 908.639 1739.2 908.723 1739.2 908.821C1739.2 908.918 1739.27 909.004 1739.36 909.032L1740.44 909.356C1740.46 909.362 1740.49 909.365 1740.51 909.365C1740.54 909.365 1740.58 909.355 1740.61 909.337L1741.13 909.047C1741.2 909.008 1741.24 908.936 1741.24 908.857Z' fill='white'/%3E%3Cpath d='M1742.1 910.387C1742.04 910.347 1741.95 910.348 1741.88 910.387L1741.32 910.717C1741.27 910.746 1741.24 910.794 1741.22 910.85L1740.95 911.892C1740.93 911.986 1740.97 912.085 1741.05 912.134C1741.09 912.155 1741.13 912.165 1741.16 912.165C1741.22 912.165 1741.27 912.144 1741.31 912.105L1742.14 911.328C1742.18 911.287 1742.2 911.231 1742.21 911.172L1742.21 910.578C1742.21 910.499 1742.17 910.427 1742.1 910.387Z' fill='white'/%3E%3Cpath d='M1744.7 910.846C1744.68 910.789 1744.65 910.739 1744.59 910.709L1744.08 910.406C1744.02 910.365 1743.93 910.365 1743.86 910.404C1743.8 910.443 1743.75 910.516 1743.75 910.595L1743.76 911.245C1743.76 911.302 1743.78 911.358 1743.83 911.398L1744.59 912.153C1744.63 912.195 1744.69 912.216 1744.75 912.216C1744.78 912.216 1744.82 912.207 1744.85 912.188C1744.94 912.14 1744.98 912.042 1744.96 911.948L1744.7 910.846Z' fill='white'/%3E%3Cpath d='M1746.64 908.714L1745.56 908.39C1745.5 908.373 1745.44 908.38 1745.39 908.409L1744.87 908.699C1744.8 908.738 1744.76 908.81 1744.76 908.889C1744.76 908.968 1744.8 909.04 1744.87 909.079L1745.43 909.4C1745.47 909.418 1745.5 909.428 1745.54 909.428C1745.56 909.428 1745.58 909.425 1745.6 909.42L1746.64 909.133C1746.73 909.107 1746.8 909.023 1746.8 908.925C1746.8 908.828 1746.73 908.743 1746.64 908.714Z' fill='white'/%3E%3Cpath d='M1743.89 907.36C1743.93 907.38 1743.97 907.39 1744 907.39C1744.04 907.39 1744.08 907.38 1744.11 907.359L1744.67 907.03C1744.72 907.001 1744.76 906.953 1744.78 906.897L1745.05 905.855C1745.07 905.761 1745.03 905.662 1744.95 905.613C1744.86 905.563 1744.76 905.575 1744.68 905.642L1743.86 906.419C1743.82 906.46 1743.79 906.516 1743.79 906.575L1743.79 907.169C1743.79 907.247 1743.83 907.32 1743.89 907.36Z' fill='white'/%3E%3C/g%3E%3Cg opacity='0.5'%3E%3Cpath d='M781.037 922.168C780.917 922.168 780.819 922.07 780.819 921.95V916.218C780.819 916.097 780.917 916 781.037 916C781.158 916 781.255 916.097 781.255 916.218V921.95C781.255 922.07 781.158 922.168 781.037 922.168Z' fill='white'/%3E%3Cpath d='M781.018 920.322C780.962 920.322 780.907 920.301 780.864 920.258L778.962 918.357C778.877 918.272 778.877 918.134 778.962 918.048C779.047 917.963 779.185 917.963 779.271 918.048L781.018 919.795L782.728 918.086C782.813 918 782.951 918 783.036 918.086C783.122 918.17 783.122 918.309 783.036 918.394L781.172 920.258C781.13 920.301 781.074 920.322 781.018 920.322Z' fill='white'/%3E%3Cpath d='M781.012 918.351C780.957 918.351 780.901 918.33 780.858 918.287L779.914 917.342C779.828 917.257 779.828 917.119 779.914 917.034C779.998 916.949 780.137 916.949 780.222 917.034L781.012 917.824L781.829 917.007C781.914 916.922 782.052 916.922 782.138 917.007C782.223 917.092 782.223 917.23 782.138 917.316L781.166 918.287C781.124 918.33 781.068 918.351 781.012 918.351Z' fill='white'/%3E%3Cpath d='M780.218 922.597C780.181 922.597 780.144 922.587 780.109 922.568L775.145 919.702C775.041 919.642 775.005 919.509 775.065 919.404C775.126 919.3 775.259 919.264 775.363 919.324L780.327 922.19C780.432 922.251 780.467 922.384 780.407 922.488C780.367 922.558 780.293 922.597 780.218 922.597Z' fill='white'/%3E%3Cpath d='M776.015 922.386C775.918 922.386 775.83 922.322 775.804 922.224C775.773 922.108 775.842 921.988 775.959 921.957L778.345 921.317L777.72 918.982C777.688 918.865 777.757 918.746 777.874 918.715C777.99 918.683 778.109 918.752 778.141 918.869L778.823 921.415C778.838 921.471 778.83 921.531 778.802 921.58C778.773 921.631 778.725 921.667 778.669 921.682L776.072 922.378C776.052 922.383 776.034 922.386 776.015 922.386Z' fill='white'/%3E%3Cpath d='M775.608 921.057C775.511 921.057 775.423 920.993 775.397 920.896C775.366 920.779 775.435 920.66 775.551 920.629L776.63 920.339L776.332 919.224C776.3 919.108 776.369 918.988 776.486 918.957C776.602 918.925 776.722 918.995 776.753 919.111L777.108 920.438C777.123 920.493 777.115 920.553 777.087 920.603C777.058 920.653 777.011 920.689 776.954 920.704L775.664 921.05C775.645 921.055 775.626 921.057 775.608 921.057Z' fill='white'/%3E%3Cpath d='M775.218 926.386C775.143 926.386 775.069 926.347 775.029 926.277C774.969 926.173 775.005 926.04 775.109 925.98L780.073 923.113C780.178 923.053 780.311 923.089 780.371 923.193C780.431 923.298 780.396 923.431 780.291 923.491L775.327 926.357C775.292 926.377 775.255 926.386 775.218 926.386Z' fill='white'/%3E%3Cpath d='M777.897 927.056C777.879 927.056 777.86 927.053 777.841 927.048C777.724 927.017 777.655 926.898 777.687 926.781L778.326 924.394L775.99 923.769C775.873 923.738 775.804 923.618 775.836 923.502C775.867 923.385 775.986 923.316 776.103 923.348L778.649 924.03C778.766 924.061 778.834 924.181 778.803 924.297L778.107 926.895C778.082 926.992 777.994 927.056 777.897 927.056Z' fill='white'/%3E%3Cpath d='M776.543 926.743C776.524 926.743 776.505 926.74 776.486 926.735C776.37 926.704 776.301 926.584 776.332 926.468L776.621 925.388L775.505 925.089C775.389 925.058 775.32 924.938 775.351 924.822C775.382 924.705 775.502 924.636 775.618 924.668L776.945 925.023C777.062 925.054 777.13 925.174 777.099 925.29L776.754 926.58C776.727 926.678 776.639 926.743 776.543 926.743Z' fill='white'/%3E%3Cpath d='M780.965 929.746C780.844 929.746 780.747 929.649 780.747 929.528V923.796C780.747 923.676 780.844 923.578 780.965 923.578C781.086 923.578 781.183 923.676 781.183 923.796V929.528C781.183 929.649 781.085 929.746 780.965 929.746Z' fill='white'/%3E%3Cpath d='M782.882 927.762C782.826 927.762 782.771 927.74 782.728 927.698L780.981 925.95L779.271 927.66C779.186 927.745 779.048 927.745 778.962 927.66C778.877 927.575 778.877 927.437 778.962 927.352L780.827 925.488C780.912 925.402 781.05 925.402 781.135 925.488L783.037 927.389C783.122 927.474 783.122 927.612 783.037 927.698C782.994 927.74 782.938 927.762 782.882 927.762Z' fill='white'/%3E%3Cpath d='M780.019 928.801C779.963 928.801 779.907 928.78 779.865 928.737C779.779 928.652 779.779 928.514 779.865 928.429L780.836 927.458C780.918 927.376 781.062 927.376 781.144 927.458L782.089 928.402C782.174 928.487 782.174 928.625 782.089 928.711C782.004 928.796 781.866 928.796 781.78 928.711L780.99 927.92L780.173 928.737C780.13 928.78 780.075 928.801 780.019 928.801Z' fill='white'/%3E%3Cpath d='M786.745 926.451C786.708 926.451 786.67 926.441 786.636 926.422L781.672 923.555C781.567 923.495 781.532 923.362 781.592 923.258C781.652 923.153 781.785 923.117 781.89 923.178L786.854 926.044C786.958 926.104 786.994 926.237 786.934 926.342C786.893 926.412 786.82 926.451 786.745 926.451Z' fill='white'/%3E%3Cpath d='M784.07 927.038C783.974 927.038 783.886 926.973 783.86 926.876L783.177 924.33C783.162 924.274 783.17 924.214 783.199 924.164C783.228 924.114 783.275 924.078 783.332 924.063L785.929 923.367C786.045 923.335 786.165 923.405 786.196 923.521C786.227 923.638 786.159 923.757 786.042 923.788L783.655 924.428L784.281 926.764C784.312 926.881 784.243 927 784.127 927.031C784.108 927.035 784.089 927.038 784.07 927.038Z' fill='white'/%3E%3Cpath d='M785.455 926.796C785.359 926.796 785.271 926.732 785.245 926.634L784.889 925.308C784.858 925.191 784.927 925.072 785.043 925.04L786.333 924.695C786.449 924.664 786.569 924.733 786.601 924.849C786.632 924.966 786.563 925.085 786.446 925.116L785.367 925.406L785.666 926.521C785.697 926.638 785.628 926.757 785.512 926.788C785.493 926.793 785.474 926.796 785.455 926.796Z' fill='white'/%3E%3Cpath d='M781.816 922.662C781.74 922.662 781.667 922.622 781.627 922.553C781.567 922.448 781.602 922.315 781.707 922.255L786.671 919.389C786.775 919.328 786.908 919.364 786.969 919.469C787.029 919.573 786.993 919.706 786.889 919.766L781.925 922.633C781.89 922.652 781.852 922.662 781.816 922.662Z' fill='white'/%3E%3Cpath d='M785.953 922.405C785.935 922.405 785.916 922.403 785.896 922.398L783.35 921.715C783.234 921.684 783.165 921.565 783.196 921.448L783.892 918.851C783.923 918.735 784.043 918.665 784.159 918.697C784.276 918.728 784.344 918.848 784.313 918.964L783.674 921.351L786.01 921.977C786.126 922.008 786.195 922.127 786.164 922.244C786.138 922.341 786.049 922.405 785.953 922.405Z' fill='white'/%3E%3Cpath d='M786.434 921.085C786.415 921.085 786.396 921.083 786.377 921.078L785.05 920.722C784.995 920.707 784.947 920.671 784.918 920.621C784.889 920.571 784.881 920.511 784.896 920.456L785.242 919.166C785.273 919.049 785.392 918.98 785.509 919.012C785.625 919.043 785.694 919.162 785.663 919.279L785.374 920.358L786.49 920.657C786.606 920.688 786.675 920.808 786.644 920.924C786.618 921.021 786.53 921.085 786.434 921.085Z' fill='white'/%3E%3Cpath d='M780.999 924.012C780.37 924.012 779.858 923.501 779.858 922.871C779.858 922.242 780.37 921.73 780.999 921.73C781.628 921.73 782.14 922.242 782.14 922.871C782.14 923.501 781.628 924.012 780.999 924.012ZM780.999 922.167C780.611 922.167 780.294 922.483 780.294 922.872C780.294 923.26 780.611 923.577 780.999 923.577C781.388 923.577 781.704 923.26 781.704 922.872C781.704 922.483 781.388 922.167 780.999 922.167Z' fill='white'/%3E%3Cpath d='M780.175 920.349L779.408 919.594C779.339 919.526 779.233 919.512 779.148 919.559C779.063 919.607 779.021 919.705 779.043 919.799L779.305 920.901C779.318 920.958 779.355 921.008 779.406 921.038L779.916 921.341C779.95 921.362 779.989 921.372 780.028 921.372C780.065 921.372 780.103 921.363 780.136 921.343C780.205 921.304 780.246 921.231 780.246 921.152L780.241 920.502C780.24 920.445 780.217 920.389 780.175 920.349Z' fill='white'/%3E%3Cpath d='M779.242 922.857C779.242 922.779 779.2 922.706 779.131 922.667L778.566 922.347C778.516 922.318 778.456 922.311 778.4 922.326L777.363 922.613C777.269 922.639 777.204 922.723 777.203 922.821C777.202 922.918 777.265 923.004 777.359 923.032L778.443 923.356C778.464 923.362 778.485 923.365 778.506 923.365C778.543 923.365 778.58 923.355 778.612 923.337L779.13 923.047C779.199 923.008 779.242 922.936 779.242 922.857Z' fill='white'/%3E%3Cpath d='M780.104 924.387C780.036 924.347 779.952 924.348 779.884 924.387L779.324 924.717C779.274 924.746 779.238 924.794 779.224 924.85L778.953 925.892C778.929 925.986 778.97 926.085 779.053 926.134C779.088 926.155 779.126 926.165 779.164 926.165C779.218 926.165 779.272 926.144 779.314 926.105L780.137 925.328C780.18 925.287 780.205 925.231 780.205 925.172L780.213 924.578C780.214 924.499 780.172 924.427 780.104 924.387Z' fill='white'/%3E%3Cpath d='M782.696 924.846C782.682 924.789 782.646 924.739 782.595 924.709L782.084 924.406C782.017 924.365 781.933 924.365 781.864 924.404C781.796 924.443 781.754 924.516 781.755 924.595L781.76 925.245C781.76 925.302 781.784 925.358 781.825 925.398L782.592 926.153C782.634 926.195 782.689 926.216 782.746 926.216C782.782 926.216 782.819 926.207 782.853 926.188C782.937 926.14 782.98 926.042 782.958 925.948L782.696 924.846Z' fill='white'/%3E%3Cpath d='M784.641 922.714L783.557 922.39C783.5 922.373 783.439 922.38 783.387 922.409L782.869 922.699C782.8 922.738 782.758 922.81 782.758 922.889C782.758 922.968 782.8 923.04 782.868 923.079L783.434 923.4C783.467 923.418 783.504 923.428 783.541 923.428C783.561 923.428 783.58 923.425 783.599 923.42L784.637 923.133C784.731 923.107 784.796 923.023 784.797 922.925C784.798 922.828 784.734 922.743 784.641 922.714Z' fill='white'/%3E%3Cpath d='M781.895 921.36C781.928 921.38 781.966 921.39 782.004 921.39C782.042 921.39 782.08 921.38 782.115 921.359L782.675 921.03C782.725 921.001 782.761 920.953 782.775 920.897L783.046 919.855C783.07 919.761 783.029 919.662 782.946 919.613C782.862 919.563 782.756 919.575 782.685 919.642L781.862 920.419C781.819 920.46 781.794 920.516 781.794 920.575L781.786 921.169C781.785 921.247 781.826 921.32 781.895 921.36Z' fill='white'/%3E%3C/g%3E%3Cpath d='M1824.11 276.976C1823.88 276.976 1823.69 276.789 1823.69 276.558V265.572C1823.69 265.341 1823.88 265.154 1824.11 265.154C1824.34 265.154 1824.53 265.341 1824.53 265.572V276.558C1824.53 276.789 1824.34 276.976 1824.11 276.976Z' fill='white'/%3E%3Cpath d='M1824.07 273.44C1823.97 273.44 1823.86 273.399 1823.78 273.317L1820.13 269.673C1819.97 269.51 1819.97 269.245 1820.13 269.082C1820.3 268.918 1820.56 268.918 1820.72 269.082L1824.07 272.43L1827.35 269.153C1827.51 268.989 1827.78 268.989 1827.94 269.153C1828.11 269.316 1828.11 269.58 1827.94 269.744L1824.37 273.316C1824.29 273.398 1824.18 273.44 1824.07 273.44Z' fill='white'/%3E%3Cpath d='M1824.06 269.66C1823.95 269.66 1823.84 269.62 1823.76 269.538L1821.95 267.728C1821.79 267.565 1821.79 267.3 1821.95 267.137C1822.11 266.973 1822.38 266.973 1822.54 267.137L1824.06 268.651L1825.62 267.086C1825.79 266.922 1826.05 266.922 1826.21 267.086C1826.38 267.248 1826.38 267.513 1826.21 267.677L1824.35 269.538C1824.27 269.62 1824.16 269.66 1824.06 269.66Z' fill='white'/%3E%3Cpath d='M1822.54 277.797C1822.47 277.797 1822.4 277.779 1822.33 277.741L1812.82 272.249C1812.62 272.133 1812.55 271.878 1812.67 271.678C1812.78 271.478 1813.04 271.409 1813.24 271.525L1822.75 277.019C1822.95 277.134 1823.02 277.389 1822.9 277.589C1822.83 277.723 1822.69 277.797 1822.54 277.797Z' fill='white'/%3E%3Cpath d='M1814.48 277.395C1814.3 277.395 1814.13 277.272 1814.08 277.085C1814.02 276.862 1814.15 276.633 1814.37 276.573L1818.95 275.347L1817.75 270.87C1817.69 270.647 1817.82 270.418 1818.04 270.358C1818.27 270.298 1818.5 270.431 1818.56 270.654L1819.86 275.534C1819.89 275.641 1819.88 275.756 1819.82 275.851C1819.77 275.947 1819.68 276.017 1819.57 276.045L1814.59 277.379C1814.55 277.39 1814.52 277.395 1814.48 277.395Z' fill='white'/%3E%3Cpath d='M1813.71 274.847C1813.52 274.847 1813.35 274.724 1813.3 274.537C1813.24 274.314 1813.38 274.085 1813.6 274.025L1815.67 273.471L1815.1 271.333C1815.04 271.11 1815.17 270.881 1815.39 270.821C1815.61 270.761 1815.84 270.894 1815.9 271.117L1816.58 273.66C1816.61 273.766 1816.6 273.881 1816.54 273.976C1816.49 274.072 1816.4 274.142 1816.29 274.171L1813.82 274.833C1813.78 274.843 1813.74 274.847 1813.71 274.847Z' fill='white'/%3E%3Cpath d='M1812.96 285.06C1812.81 285.06 1812.67 284.985 1812.59 284.851C1812.48 284.651 1812.55 284.396 1812.75 284.28L1822.26 278.787C1822.46 278.671 1822.72 278.739 1822.83 278.94C1822.95 279.14 1822.88 279.395 1822.68 279.51L1813.16 285.004C1813.1 285.042 1813.03 285.06 1812.96 285.06Z' fill='white'/%3E%3Cpath d='M1818.09 286.343C1818.06 286.343 1818.02 286.338 1817.98 286.329C1817.76 286.269 1817.63 286.04 1817.69 285.817L1818.91 281.242L1814.43 280.043C1814.21 279.983 1814.08 279.754 1814.14 279.531C1814.2 279.308 1814.43 279.175 1814.65 279.235L1819.53 280.543C1819.76 280.603 1819.89 280.832 1819.83 281.055L1818.49 286.034C1818.44 286.22 1818.28 286.343 1818.09 286.343Z' fill='white'/%3E%3Cpath d='M1815.5 285.741C1815.46 285.741 1815.43 285.737 1815.39 285.727C1815.17 285.667 1815.03 285.438 1815.09 285.215L1815.65 283.146L1813.51 282.572C1813.29 282.512 1813.15 282.283 1813.21 282.06C1813.27 281.837 1813.5 281.704 1813.73 281.765L1816.27 282.446C1816.49 282.506 1816.62 282.735 1816.56 282.958L1815.9 285.431C1815.85 285.618 1815.68 285.741 1815.5 285.741Z' fill='white'/%3E%3Cpath d='M1823.97 291.499C1823.74 291.499 1823.55 291.313 1823.55 291.082V280.095C1823.55 279.864 1823.74 279.678 1823.97 279.678C1824.2 279.678 1824.38 279.864 1824.38 280.095V291.082C1824.38 291.313 1824.2 291.499 1823.97 291.499Z' fill='white'/%3E%3Cpath d='M1827.65 287.695C1827.54 287.695 1827.43 287.655 1827.35 287.573L1824 284.224L1820.72 287.501C1820.56 287.665 1820.3 287.665 1820.13 287.501C1819.97 287.338 1819.97 287.074 1820.13 286.91L1823.71 283.338C1823.87 283.174 1824.13 283.174 1824.3 283.338L1827.94 286.982C1828.11 287.145 1828.11 287.41 1827.94 287.573C1827.86 287.654 1827.75 287.695 1827.65 287.695Z' fill='white'/%3E%3Cpath d='M1822.16 289.69C1822.05 289.69 1821.94 289.65 1821.86 289.568C1821.7 289.405 1821.7 289.141 1821.86 288.977L1823.72 287.116C1823.88 286.959 1824.16 286.959 1824.31 287.116L1826.12 288.926C1826.29 289.089 1826.29 289.353 1826.12 289.517C1825.96 289.681 1825.7 289.681 1825.53 289.517L1824.02 288.002L1822.45 289.568C1822.37 289.649 1822.26 289.69 1822.16 289.69Z' fill='white'/%3E%3Cpath d='M1835.05 285.183C1834.98 285.183 1834.91 285.165 1834.84 285.127L1825.32 279.633C1825.12 279.518 1825.06 279.263 1825.17 279.063C1825.29 278.863 1825.54 278.794 1825.74 278.91L1835.26 284.403C1835.46 284.519 1835.53 284.774 1835.41 284.974C1835.33 285.108 1835.19 285.183 1835.05 285.183Z' fill='white'/%3E%3Cpath d='M1829.92 286.308C1829.74 286.308 1829.57 286.185 1829.52 285.998L1828.21 281.117C1828.18 281.011 1828.2 280.896 1828.25 280.801C1828.31 280.705 1828.4 280.635 1828.51 280.606L1833.48 279.272C1833.71 279.212 1833.94 279.345 1834 279.568C1834.06 279.791 1833.92 280.02 1833.7 280.08L1829.13 281.306L1830.33 285.783C1830.39 286.007 1830.25 286.236 1830.03 286.295C1829.99 286.303 1829.96 286.308 1829.92 286.308Z' fill='white'/%3E%3Cpath d='M1832.58 285.846C1832.39 285.846 1832.22 285.723 1832.17 285.536L1831.49 282.993C1831.43 282.77 1831.56 282.541 1831.79 282.481L1834.26 281.819C1834.48 281.759 1834.71 281.891 1834.77 282.115C1834.83 282.338 1834.7 282.567 1834.48 282.627L1832.41 283.181L1832.98 285.319C1833.04 285.543 1832.91 285.772 1832.68 285.831C1832.65 285.841 1832.61 285.846 1832.58 285.846Z' fill='white'/%3E%3Cpath d='M1825.61 277.923C1825.46 277.923 1825.32 277.848 1825.24 277.714C1825.13 277.514 1825.2 277.259 1825.4 277.144L1834.91 271.65C1835.11 271.534 1835.37 271.603 1835.48 271.803C1835.6 272.003 1835.53 272.258 1835.33 272.374L1825.81 277.867C1825.75 277.905 1825.68 277.923 1825.61 277.923Z' fill='white'/%3E%3Cpath d='M1833.53 277.431C1833.5 277.431 1833.46 277.426 1833.42 277.416L1828.54 276.109C1828.32 276.049 1828.19 275.82 1828.25 275.596L1829.58 270.619C1829.64 270.395 1829.87 270.263 1830.09 270.323C1830.32 270.383 1830.45 270.612 1830.39 270.835L1829.16 275.41L1833.64 276.609C1833.86 276.669 1834 276.898 1833.94 277.121C1833.88 277.308 1833.72 277.431 1833.53 277.431Z' fill='white'/%3E%3Cpath d='M1834.46 274.902C1834.42 274.902 1834.38 274.897 1834.35 274.887L1831.81 274.206C1831.7 274.177 1831.61 274.108 1831.55 274.011C1831.5 273.915 1831.48 273.802 1831.51 273.695L1832.17 271.222C1832.23 270.999 1832.46 270.866 1832.68 270.927C1832.91 270.986 1833.04 271.216 1832.98 271.439L1832.42 273.508L1834.56 274.081C1834.79 274.14 1834.92 274.369 1834.86 274.593C1834.81 274.778 1834.64 274.902 1834.46 274.902Z' fill='white'/%3E%3Cpath d='M1824.04 280.512C1822.83 280.512 1821.85 279.531 1821.85 278.325C1821.85 277.119 1822.83 276.139 1824.04 276.139C1825.24 276.139 1826.22 277.119 1826.22 278.325C1826.22 279.531 1825.24 280.512 1824.04 280.512ZM1824.04 276.975C1823.29 276.975 1822.69 277.581 1822.69 278.326C1822.69 279.071 1823.29 279.678 1824.04 279.678C1824.78 279.678 1825.39 279.071 1825.39 278.326C1825.39 277.58 1824.78 276.975 1824.04 276.975Z' fill='white'/%3E%3Cpath d='M1822.46 273.489L1820.98 272.042C1820.85 271.911 1820.65 271.884 1820.49 271.976C1820.32 272.067 1820.24 272.255 1820.28 272.436L1820.79 274.546C1820.81 274.656 1820.88 274.751 1820.98 274.809L1821.96 275.391C1822.02 275.431 1822.1 275.45 1822.17 275.45C1822.24 275.45 1822.32 275.432 1822.38 275.394C1822.51 275.319 1822.59 275.18 1822.59 275.029L1822.58 273.783C1822.58 273.672 1822.53 273.567 1822.46 273.489Z' fill='white'/%3E%3Cpath d='M1820.67 278.297C1820.67 278.146 1820.59 278.007 1820.46 277.932L1819.37 277.318C1819.28 277.263 1819.16 277.25 1819.06 277.278L1817.07 277.828C1816.89 277.878 1816.76 278.04 1816.76 278.226C1816.76 278.413 1816.88 278.578 1817.06 278.631L1819.14 279.252C1819.18 279.264 1819.22 279.27 1819.26 279.27C1819.33 279.27 1819.4 279.251 1819.46 279.217L1820.46 278.66C1820.59 278.586 1820.67 278.447 1820.67 278.297Z' fill='white'/%3E%3Cpath d='M1822.33 281.228C1822.2 281.152 1822.04 281.153 1821.91 281.229L1820.83 281.861C1820.74 281.917 1820.67 282.009 1820.64 282.116L1820.12 284.113C1820.07 284.293 1820.15 284.482 1820.31 284.578C1820.38 284.617 1820.45 284.635 1820.53 284.635C1820.63 284.635 1820.73 284.597 1820.81 284.522L1822.39 283.032C1822.47 282.954 1822.52 282.846 1822.52 282.734L1822.53 281.595C1822.54 281.444 1822.46 281.304 1822.33 281.228Z' fill='white'/%3E%3Cpath d='M1827.29 282.108C1827.26 281.998 1827.19 281.903 1827.09 281.845L1826.12 281.264C1825.99 281.187 1825.83 281.186 1825.69 281.261C1825.56 281.336 1825.48 281.475 1825.48 281.626L1825.49 282.872C1825.49 282.982 1825.54 283.088 1825.62 283.166L1827.09 284.614C1827.17 284.693 1827.28 284.734 1827.38 284.734C1827.45 284.734 1827.52 284.717 1827.59 284.68C1827.75 284.589 1827.83 284.401 1827.79 284.22L1827.29 282.108Z' fill='white'/%3E%3Cpath d='M1831.02 278.024L1828.94 277.402C1828.83 277.37 1828.71 277.383 1828.61 277.438L1827.62 277.995C1827.49 278.069 1827.41 278.208 1827.41 278.359C1827.41 278.51 1827.49 278.649 1827.62 278.724L1828.7 279.338C1828.76 279.373 1828.84 279.392 1828.91 279.392C1828.94 279.392 1828.98 279.387 1829.02 279.376L1831.01 278.827C1831.19 278.777 1831.31 278.615 1831.31 278.428C1831.32 278.243 1831.19 278.078 1831.02 278.024Z' fill='white'/%3E%3Cpath d='M1825.75 275.425C1825.81 275.463 1825.89 275.482 1825.96 275.482C1826.03 275.482 1826.11 275.463 1826.17 275.424L1827.24 274.793C1827.34 274.737 1827.41 274.645 1827.44 274.538L1827.95 272.541C1828 272.361 1827.92 272.171 1827.76 272.076C1827.6 271.981 1827.4 272.004 1827.26 272.132L1825.69 273.622C1825.6 273.7 1825.56 273.807 1825.56 273.92L1825.54 275.059C1825.54 275.209 1825.62 275.349 1825.75 275.425Z' fill='white'/%3E%3Cpath d='M1603.08 447.411C1602.78 447.411 1602.54 447.168 1602.54 446.867V432.545C1602.54 432.243 1602.78 432 1603.08 432C1603.38 432 1603.63 432.243 1603.63 432.545V446.867C1603.63 447.168 1603.38 447.411 1603.08 447.411Z' fill='white'/%3E%3Cpath d='M1603.04 442.8C1602.9 442.8 1602.76 442.748 1602.65 442.641L1597.9 437.889C1597.69 437.677 1597.69 437.332 1597.9 437.119C1598.11 436.906 1598.46 436.906 1598.67 437.119L1603.04 441.484L1607.31 437.212C1607.52 436.999 1607.87 436.999 1608.08 437.212C1608.29 437.424 1608.29 437.769 1608.08 437.982L1603.42 442.64C1603.32 442.746 1603.18 442.8 1603.04 442.8Z' fill='white'/%3E%3Cpath d='M1603.02 437.874C1602.88 437.874 1602.74 437.821 1602.63 437.714L1600.27 435.354C1600.06 435.142 1600.06 434.797 1600.27 434.584C1600.48 434.371 1600.83 434.371 1601.04 434.584L1603.02 436.559L1605.06 434.517C1605.27 434.304 1605.61 434.304 1605.83 434.517C1606.04 434.729 1606.04 435.074 1605.83 435.288L1603.4 437.714C1603.29 437.821 1603.15 437.874 1603.02 437.874Z' fill='white'/%3E%3Cpath d='M1601.04 448.484C1600.95 448.484 1600.85 448.461 1600.77 448.412L1588.36 441.251C1588.1 441.101 1588.01 440.768 1588.16 440.507C1588.32 440.246 1588.65 440.157 1588.91 440.308L1601.31 447.469C1601.57 447.62 1601.66 447.952 1601.51 448.213C1601.41 448.388 1601.23 448.484 1601.04 448.484Z' fill='white'/%3E%3Cpath d='M1590.53 447.958C1590.29 447.958 1590.07 447.797 1590.01 447.554C1589.93 447.263 1590.1 446.964 1590.39 446.886L1596.36 445.288L1594.79 439.452C1594.72 439.161 1594.89 438.863 1595.18 438.785C1595.47 438.706 1595.77 438.879 1595.85 439.17L1597.55 445.533C1597.59 445.672 1597.57 445.821 1597.5 445.945C1597.42 446.071 1597.31 446.161 1597.17 446.199L1590.68 447.938C1590.63 447.952 1590.58 447.958 1590.53 447.958Z' fill='white'/%3E%3Cpath d='M1589.52 444.637C1589.28 444.637 1589.06 444.476 1589 444.233C1588.92 443.942 1589.09 443.643 1589.38 443.565L1592.08 442.842L1591.33 440.056C1591.26 439.765 1591.43 439.466 1591.72 439.388C1592.01 439.309 1592.31 439.482 1592.39 439.773L1593.28 443.088C1593.31 443.228 1593.29 443.377 1593.22 443.501C1593.15 443.627 1593.03 443.717 1592.89 443.755L1589.67 444.618C1589.62 444.632 1589.57 444.637 1589.52 444.637Z' fill='white'/%3E%3Cpath d='M1588.54 457.951C1588.36 457.951 1588.17 457.853 1588.07 457.678C1587.92 457.417 1588.01 457.085 1588.27 456.934L1600.68 449.772C1600.94 449.622 1601.27 449.711 1601.42 449.972C1601.57 450.233 1601.48 450.565 1601.22 450.716L1588.82 457.878C1588.73 457.927 1588.64 457.951 1588.54 457.951Z' fill='white'/%3E%3Cpath d='M1595.24 459.625C1595.19 459.625 1595.14 459.619 1595.09 459.606C1594.8 459.528 1594.63 459.23 1594.71 458.939L1596.31 452.975L1590.47 451.412C1590.18 451.334 1590.01 451.035 1590.08 450.744C1590.16 450.453 1590.46 450.28 1590.75 450.359L1597.11 452.064C1597.41 452.142 1597.58 452.441 1597.5 452.732L1595.76 459.222C1595.7 459.464 1595.48 459.625 1595.24 459.625Z' fill='white'/%3E%3Cpath d='M1591.86 458.838C1591.81 458.838 1591.77 458.832 1591.72 458.819C1591.43 458.742 1591.25 458.443 1591.33 458.152L1592.06 455.454L1589.27 454.707C1588.98 454.629 1588.8 454.33 1588.88 454.039C1588.96 453.748 1589.26 453.575 1589.55 453.654L1592.86 454.542C1593.16 454.62 1593.33 454.919 1593.25 455.21L1592.39 458.433C1592.32 458.678 1592.1 458.838 1591.86 458.838Z' fill='white'/%3E%3Cpath d='M1602.9 466.345C1602.6 466.345 1602.35 466.102 1602.35 465.801V451.478C1602.35 451.177 1602.6 450.934 1602.9 450.934C1603.2 450.934 1603.44 451.177 1603.44 451.478V465.801C1603.44 466.102 1603.2 466.345 1602.9 466.345Z' fill='white'/%3E%3Cpath d='M1607.7 461.386C1607.56 461.386 1607.42 461.333 1607.31 461.227L1602.94 456.86L1598.67 461.133C1598.46 461.346 1598.11 461.346 1597.9 461.133C1597.69 460.921 1597.69 460.576 1597.9 460.362L1602.56 455.705C1602.77 455.492 1603.12 455.492 1603.33 455.705L1608.08 460.456C1608.3 460.668 1608.3 461.014 1608.08 461.227C1607.97 461.332 1607.83 461.386 1607.7 461.386Z' fill='white'/%3E%3Cpath d='M1600.54 463.986C1600.4 463.986 1600.26 463.934 1600.15 463.827C1599.94 463.615 1599.94 463.27 1600.15 463.057L1602.58 460.63C1602.79 460.425 1603.15 460.425 1603.35 460.63L1605.71 462.99C1605.92 463.202 1605.92 463.547 1605.71 463.76C1605.5 463.974 1605.15 463.974 1604.94 463.76L1602.97 461.786L1600.92 463.827C1600.82 463.932 1600.68 463.986 1600.54 463.986Z' fill='white'/%3E%3Cpath d='M1617.35 458.111C1617.25 458.111 1617.16 458.087 1617.07 458.038L1604.67 450.876C1604.41 450.726 1604.32 450.393 1604.47 450.132C1604.62 449.871 1604.95 449.782 1605.21 449.933L1617.62 457.094C1617.88 457.245 1617.97 457.577 1617.82 457.838C1617.72 458.013 1617.53 458.111 1617.35 458.111Z' fill='white'/%3E%3Cpath d='M1610.66 459.578C1610.42 459.578 1610.2 459.417 1610.14 459.174L1608.43 452.811C1608.4 452.672 1608.42 452.523 1608.49 452.398C1608.56 452.273 1608.68 452.183 1608.82 452.145L1615.31 450.406C1615.6 450.327 1615.9 450.5 1615.98 450.791C1616.05 451.082 1615.88 451.381 1615.59 451.459L1609.63 453.057L1611.19 458.894C1611.27 459.185 1611.1 459.484 1610.81 459.561C1610.76 459.571 1610.71 459.578 1610.66 459.578Z' fill='white'/%3E%3Cpath d='M1614.12 458.975C1613.88 458.975 1613.66 458.815 1613.6 458.571L1612.71 455.256C1612.63 454.965 1612.8 454.667 1613.09 454.589L1616.32 453.726C1616.61 453.648 1616.91 453.82 1616.98 454.111C1617.06 454.402 1616.89 454.701 1616.6 454.778L1613.9 455.501L1614.65 458.289C1614.73 458.58 1614.56 458.879 1614.26 458.957C1614.22 458.969 1614.17 458.975 1614.12 458.975Z' fill='white'/%3E%3Cpath d='M1605.03 448.646C1604.84 448.646 1604.66 448.548 1604.56 448.374C1604.41 448.113 1604.5 447.78 1604.76 447.63L1617.16 440.468C1617.42 440.317 1617.76 440.406 1617.91 440.667C1618.06 440.928 1617.97 441.261 1617.71 441.411L1605.3 448.573C1605.22 448.622 1605.12 448.646 1605.03 448.646Z' fill='white'/%3E%3Cpath d='M1615.37 448.004C1615.32 448.004 1615.27 447.998 1615.22 447.985L1608.86 446.28C1608.57 446.202 1608.4 445.903 1608.48 445.612L1610.22 439.123C1610.29 438.832 1610.59 438.659 1610.88 438.738C1611.17 438.816 1611.35 439.114 1611.27 439.405L1609.67 445.369L1615.51 446.932C1615.8 447.01 1615.97 447.309 1615.89 447.6C1615.83 447.843 1615.61 448.004 1615.37 448.004Z' fill='white'/%3E%3Cpath d='M1616.57 444.707C1616.53 444.707 1616.48 444.701 1616.43 444.688L1613.12 443.8C1612.98 443.762 1612.86 443.672 1612.79 443.546C1612.71 443.421 1612.7 443.273 1612.73 443.134L1613.6 439.91C1613.67 439.619 1613.97 439.446 1614.26 439.525C1614.55 439.603 1614.73 439.901 1614.65 440.192L1613.93 442.89L1616.71 443.637C1617.01 443.714 1617.18 444.013 1617.1 444.304C1617.04 444.546 1616.82 444.707 1616.57 444.707Z' fill='white'/%3E%3Cpath d='M1602.99 452.022C1601.42 452.022 1600.14 450.743 1600.14 449.171C1600.14 447.599 1601.42 446.32 1602.99 446.32C1604.56 446.32 1605.84 447.599 1605.84 449.171C1605.84 450.743 1604.56 452.022 1602.99 452.022ZM1602.99 447.411C1602.02 447.411 1601.23 448.201 1601.23 449.172C1601.23 450.143 1602.02 450.934 1602.99 450.934C1603.96 450.934 1604.75 450.143 1604.75 449.172C1604.75 448.2 1603.96 447.411 1602.99 447.411Z' fill='white'/%3E%3Cpath d='M1600.92 442.865L1599.01 440.979C1598.83 440.808 1598.57 440.773 1598.36 440.892C1598.15 441.012 1598.04 441.256 1598.1 441.492L1598.75 444.244C1598.78 444.387 1598.87 444.511 1599 444.586L1600.28 445.345C1600.36 445.397 1600.46 445.422 1600.56 445.422C1600.65 445.422 1600.74 445.398 1600.83 445.349C1601 445.251 1601.1 445.069 1601.1 444.872L1601.09 443.249C1601.09 443.104 1601.03 442.966 1600.92 442.865Z' fill='white'/%3E%3Cpath d='M1598.6 449.132C1598.6 448.935 1598.49 448.754 1598.32 448.656L1596.91 447.856C1596.78 447.784 1596.63 447.767 1596.49 447.804L1593.9 448.521C1593.67 448.586 1593.5 448.797 1593.5 449.04C1593.5 449.284 1593.66 449.498 1593.89 449.567L1596.6 450.378C1596.65 450.393 1596.71 450.4 1596.76 450.4C1596.85 450.4 1596.94 450.377 1597.02 450.331L1598.32 449.605C1598.49 449.51 1598.6 449.328 1598.6 449.132Z' fill='white'/%3E%3Cpath d='M1600.76 452.955C1600.59 452.855 1600.38 452.857 1600.21 452.956L1598.81 453.779C1598.68 453.852 1598.59 453.972 1598.56 454.111L1597.88 456.715C1597.82 456.95 1597.92 457.197 1598.13 457.321C1598.22 457.372 1598.31 457.396 1598.41 457.396C1598.54 457.396 1598.68 457.346 1598.78 457.248L1600.84 455.306C1600.95 455.204 1601.01 455.064 1601.01 454.917L1601.03 453.433C1601.03 453.236 1600.93 453.054 1600.76 452.955Z' fill='white'/%3E%3Cpath d='M1607.23 454.1C1607.19 453.957 1607.1 453.833 1606.97 453.758L1605.7 453C1605.53 452.9 1605.32 452.898 1605.15 452.996C1604.98 453.094 1604.87 453.276 1604.87 453.473L1604.89 455.097C1604.89 455.241 1604.95 455.379 1605.05 455.481L1606.97 457.368C1607.07 457.471 1607.21 457.525 1607.35 457.525C1607.44 457.525 1607.53 457.502 1607.62 457.454C1607.83 457.335 1607.94 457.09 1607.88 456.854L1607.23 454.1Z' fill='white'/%3E%3Cpath d='M1612.09 448.777L1609.38 447.966C1609.23 447.924 1609.08 447.941 1608.95 448.013L1607.66 448.739C1607.49 448.836 1607.38 449.016 1607.38 449.213C1607.38 449.41 1607.48 449.591 1607.65 449.689L1609.07 450.49C1609.15 450.536 1609.24 450.56 1609.34 450.56C1609.39 450.56 1609.43 450.553 1609.48 450.54L1612.07 449.823C1612.31 449.758 1612.47 449.547 1612.47 449.304C1612.48 449.062 1612.32 448.847 1612.09 448.777Z' fill='white'/%3E%3Cpath d='M1605.22 445.39C1605.31 445.439 1605.4 445.464 1605.5 445.464C1605.59 445.464 1605.69 445.439 1605.77 445.389L1607.17 444.565C1607.3 444.493 1607.39 444.372 1607.42 444.233L1608.1 441.629C1608.16 441.395 1608.06 441.148 1607.85 441.023C1607.64 440.899 1607.37 440.929 1607.2 441.096L1605.14 443.038C1605.03 443.14 1604.97 443.281 1604.97 443.427L1604.95 444.912C1604.95 445.107 1605.05 445.291 1605.22 445.39Z' fill='white'/%3E%3Cpath d='M1653.04 234.168C1652.92 234.168 1652.82 234.07 1652.82 233.95V228.218C1652.82 228.097 1652.92 228 1653.04 228C1653.16 228 1653.26 228.097 1653.26 228.218V233.95C1653.26 234.07 1653.16 234.168 1653.04 234.168Z' fill='white'/%3E%3Cpath d='M1653.02 232.322C1652.96 232.322 1652.91 232.301 1652.86 232.258L1650.96 230.357C1650.88 230.272 1650.88 230.134 1650.96 230.048C1651.05 229.963 1651.19 229.963 1651.27 230.048L1653.02 231.795L1654.73 230.086C1654.81 230 1654.95 230 1655.04 230.086C1655.12 230.17 1655.12 230.309 1655.04 230.394L1653.17 232.258C1653.13 232.301 1653.07 232.322 1653.02 232.322Z' fill='white'/%3E%3Cpath d='M1653.01 230.351C1652.96 230.351 1652.9 230.33 1652.86 230.287L1651.91 229.342C1651.83 229.257 1651.83 229.119 1651.91 229.034C1652 228.949 1652.14 228.949 1652.22 229.034L1653.01 229.824L1653.83 229.007C1653.91 228.922 1654.05 228.922 1654.14 229.007C1654.22 229.092 1654.22 229.23 1654.14 229.316L1653.17 230.287C1653.12 230.33 1653.07 230.351 1653.01 230.351Z' fill='white'/%3E%3Cpath d='M1652.22 234.597C1652.18 234.597 1652.14 234.587 1652.11 234.568L1647.15 231.702C1647.04 231.642 1647.01 231.509 1647.07 231.404C1647.13 231.3 1647.26 231.264 1647.36 231.324L1652.33 234.19C1652.43 234.251 1652.47 234.384 1652.41 234.488C1652.37 234.558 1652.29 234.597 1652.22 234.597Z' fill='white'/%3E%3Cpath d='M1648.01 234.386C1647.92 234.386 1647.83 234.322 1647.8 234.224C1647.77 234.108 1647.84 233.988 1647.96 233.957L1650.35 233.317L1649.72 230.982C1649.69 230.865 1649.76 230.746 1649.87 230.715C1649.99 230.683 1650.11 230.752 1650.14 230.869L1650.82 233.415C1650.84 233.471 1650.83 233.531 1650.8 233.58C1650.77 233.631 1650.73 233.667 1650.67 233.682L1648.07 234.378C1648.05 234.383 1648.03 234.386 1648.01 234.386Z' fill='white'/%3E%3Cpath d='M1647.61 233.057C1647.51 233.057 1647.42 232.993 1647.4 232.896C1647.37 232.779 1647.43 232.66 1647.55 232.629L1648.63 232.339L1648.33 231.224C1648.3 231.108 1648.37 230.988 1648.49 230.957C1648.6 230.925 1648.72 230.995 1648.75 231.111L1649.11 232.438C1649.12 232.493 1649.12 232.553 1649.09 232.603C1649.06 232.653 1649.01 232.689 1648.95 232.704L1647.66 233.05C1647.65 233.055 1647.63 233.057 1647.61 233.057Z' fill='white'/%3E%3Cpath d='M1647.22 238.386C1647.14 238.386 1647.07 238.347 1647.03 238.277C1646.97 238.173 1647 238.04 1647.11 237.98L1652.07 235.113C1652.18 235.053 1652.31 235.089 1652.37 235.193C1652.43 235.298 1652.4 235.431 1652.29 235.491L1647.33 238.357C1647.29 238.377 1647.25 238.386 1647.22 238.386Z' fill='white'/%3E%3Cpath d='M1649.9 239.056C1649.88 239.056 1649.86 239.053 1649.84 239.048C1649.72 239.017 1649.66 238.898 1649.69 238.781L1650.33 236.394L1647.99 235.769C1647.87 235.738 1647.8 235.618 1647.84 235.502C1647.87 235.385 1647.99 235.316 1648.1 235.348L1650.65 236.03C1650.77 236.061 1650.83 236.181 1650.8 236.297L1650.11 238.895C1650.08 238.992 1649.99 239.056 1649.9 239.056Z' fill='white'/%3E%3Cpath d='M1648.54 238.743C1648.52 238.743 1648.51 238.74 1648.49 238.735C1648.37 238.704 1648.3 238.584 1648.33 238.468L1648.62 237.388L1647.51 237.089C1647.39 237.058 1647.32 236.938 1647.35 236.822C1647.38 236.705 1647.5 236.636 1647.62 236.668L1648.95 237.023C1649.06 237.054 1649.13 237.174 1649.1 237.29L1648.75 238.58C1648.73 238.678 1648.64 238.743 1648.54 238.743Z' fill='white'/%3E%3Cpath d='M1652.96 241.746C1652.84 241.746 1652.75 241.649 1652.75 241.528V235.796C1652.75 235.676 1652.84 235.578 1652.96 235.578C1653.09 235.578 1653.18 235.676 1653.18 235.796V241.528C1653.18 241.649 1653.09 241.746 1652.96 241.746Z' fill='white'/%3E%3Cpath d='M1654.88 239.762C1654.83 239.762 1654.77 239.74 1654.73 239.698L1652.98 237.95L1651.27 239.66C1651.19 239.745 1651.05 239.745 1650.96 239.66C1650.88 239.575 1650.88 239.437 1650.96 239.352L1652.83 237.488C1652.91 237.402 1653.05 237.402 1653.14 237.488L1655.04 239.389C1655.12 239.474 1655.12 239.612 1655.04 239.698C1654.99 239.74 1654.94 239.762 1654.88 239.762Z' fill='white'/%3E%3Cpath d='M1652.02 240.801C1651.96 240.801 1651.91 240.78 1651.86 240.737C1651.78 240.652 1651.78 240.514 1651.86 240.429L1652.84 239.458C1652.92 239.376 1653.06 239.376 1653.14 239.458L1654.09 240.402C1654.17 240.487 1654.17 240.625 1654.09 240.711C1654 240.796 1653.87 240.796 1653.78 240.711L1652.99 239.92L1652.17 240.737C1652.13 240.78 1652.07 240.801 1652.02 240.801Z' fill='white'/%3E%3Cpath d='M1658.74 238.451C1658.71 238.451 1658.67 238.441 1658.64 238.422L1653.67 235.555C1653.57 235.495 1653.53 235.362 1653.59 235.258C1653.65 235.153 1653.79 235.117 1653.89 235.178L1658.85 238.044C1658.96 238.104 1658.99 238.237 1658.93 238.342C1658.89 238.412 1658.82 238.451 1658.74 238.451Z' fill='white'/%3E%3Cpath d='M1656.07 239.038C1655.97 239.038 1655.89 238.973 1655.86 238.876L1655.18 236.33C1655.16 236.274 1655.17 236.214 1655.2 236.164C1655.23 236.114 1655.28 236.078 1655.33 236.063L1657.93 235.367C1658.05 235.335 1658.16 235.405 1658.2 235.521C1658.23 235.638 1658.16 235.757 1658.04 235.788L1655.66 236.428L1656.28 238.764C1656.31 238.881 1656.24 239 1656.13 239.031C1656.11 239.035 1656.09 239.038 1656.07 239.038Z' fill='white'/%3E%3Cpath d='M1657.46 238.796C1657.36 238.796 1657.27 238.732 1657.24 238.634L1656.89 237.308C1656.86 237.191 1656.93 237.072 1657.04 237.04L1658.33 236.695C1658.45 236.664 1658.57 236.733 1658.6 236.849C1658.63 236.966 1658.56 237.085 1658.45 237.116L1657.37 237.406L1657.67 238.521C1657.7 238.638 1657.63 238.757 1657.51 238.788C1657.49 238.793 1657.47 238.796 1657.46 238.796Z' fill='white'/%3E%3Cpath d='M1653.82 234.662C1653.74 234.662 1653.67 234.622 1653.63 234.553C1653.57 234.448 1653.6 234.315 1653.71 234.255L1658.67 231.389C1658.78 231.328 1658.91 231.364 1658.97 231.469C1659.03 231.573 1658.99 231.706 1658.89 231.766L1653.92 234.633C1653.89 234.652 1653.85 234.662 1653.82 234.662Z' fill='white'/%3E%3Cpath d='M1657.95 234.405C1657.93 234.405 1657.92 234.403 1657.9 234.398L1655.35 233.715C1655.23 233.684 1655.16 233.565 1655.2 233.448L1655.89 230.851C1655.92 230.735 1656.04 230.665 1656.16 230.697C1656.28 230.728 1656.34 230.848 1656.31 230.964L1655.67 233.351L1658.01 233.977C1658.13 234.008 1658.2 234.127 1658.16 234.244C1658.14 234.341 1658.05 234.405 1657.95 234.405Z' fill='white'/%3E%3Cpath d='M1658.43 233.085C1658.42 233.085 1658.4 233.083 1658.38 233.078L1657.05 232.722C1656.99 232.707 1656.95 232.671 1656.92 232.621C1656.89 232.571 1656.88 232.511 1656.9 232.456L1657.24 231.166C1657.27 231.049 1657.39 230.98 1657.51 231.012C1657.63 231.043 1657.69 231.162 1657.66 231.279L1657.37 232.358L1658.49 232.657C1658.61 232.688 1658.67 232.808 1658.64 232.924C1658.62 233.021 1658.53 233.085 1658.43 233.085Z' fill='white'/%3E%3Cpath d='M1653 236.012C1652.37 236.012 1651.86 235.501 1651.86 234.871C1651.86 234.242 1652.37 233.73 1653 233.73C1653.63 233.73 1654.14 234.242 1654.14 234.871C1654.14 235.501 1653.63 236.012 1653 236.012ZM1653 234.167C1652.61 234.167 1652.29 234.483 1652.29 234.872C1652.29 235.26 1652.61 235.577 1653 235.577C1653.39 235.577 1653.7 235.26 1653.7 234.872C1653.7 234.483 1653.39 234.167 1653 234.167Z' fill='white'/%3E%3Cpath d='M1652.18 232.349L1651.41 231.594C1651.34 231.526 1651.23 231.512 1651.15 231.559C1651.06 231.607 1651.02 231.705 1651.04 231.799L1651.3 232.901C1651.32 232.958 1651.35 233.008 1651.41 233.038L1651.92 233.341C1651.95 233.362 1651.99 233.372 1652.03 233.372C1652.07 233.372 1652.1 233.363 1652.14 233.343C1652.2 233.304 1652.25 233.231 1652.25 233.152L1652.24 232.502C1652.24 232.445 1652.22 232.389 1652.18 232.349Z' fill='white'/%3E%3Cpath d='M1651.24 234.857C1651.24 234.779 1651.2 234.706 1651.13 234.667L1650.57 234.347C1650.52 234.318 1650.46 234.311 1650.4 234.326L1649.36 234.613C1649.27 234.639 1649.2 234.723 1649.2 234.821C1649.2 234.918 1649.27 235.004 1649.36 235.032L1650.44 235.356C1650.46 235.362 1650.49 235.365 1650.51 235.365C1650.54 235.365 1650.58 235.355 1650.61 235.337L1651.13 235.047C1651.2 235.008 1651.24 234.936 1651.24 234.857Z' fill='white'/%3E%3Cpath d='M1652.1 236.387C1652.04 236.347 1651.95 236.348 1651.88 236.387L1651.32 236.717C1651.27 236.746 1651.24 236.794 1651.22 236.85L1650.95 237.892C1650.93 237.986 1650.97 238.085 1651.05 238.134C1651.09 238.155 1651.13 238.165 1651.16 238.165C1651.22 238.165 1651.27 238.144 1651.31 238.105L1652.14 237.328C1652.18 237.287 1652.2 237.231 1652.21 237.172L1652.21 236.578C1652.21 236.499 1652.17 236.427 1652.1 236.387Z' fill='white'/%3E%3Cpath d='M1654.7 236.846C1654.68 236.789 1654.65 236.739 1654.59 236.709L1654.08 236.406C1654.02 236.365 1653.93 236.365 1653.86 236.404C1653.8 236.443 1653.75 236.516 1653.75 236.595L1653.76 237.245C1653.76 237.302 1653.78 237.358 1653.83 237.398L1654.59 238.153C1654.63 238.195 1654.69 238.216 1654.75 238.216C1654.78 238.216 1654.82 238.207 1654.85 238.188C1654.94 238.14 1654.98 238.042 1654.96 237.948L1654.7 236.846Z' fill='white'/%3E%3Cpath d='M1656.64 234.714L1655.56 234.39C1655.5 234.373 1655.44 234.38 1655.39 234.409L1654.87 234.699C1654.8 234.738 1654.76 234.81 1654.76 234.889C1654.76 234.968 1654.8 235.04 1654.87 235.079L1655.43 235.4C1655.47 235.418 1655.5 235.428 1655.54 235.428C1655.56 235.428 1655.58 235.425 1655.6 235.42L1656.64 235.133C1656.73 235.107 1656.8 235.023 1656.8 234.925C1656.8 234.828 1656.73 234.743 1656.64 234.714Z' fill='white'/%3E%3Cpath d='M1653.89 233.36C1653.93 233.38 1653.97 233.39 1654 233.39C1654.04 233.39 1654.08 233.38 1654.11 233.359L1654.67 233.03C1654.72 233.001 1654.76 232.953 1654.78 232.897L1655.05 231.855C1655.07 231.761 1655.03 231.662 1654.95 231.613C1654.86 231.563 1654.76 231.575 1654.68 231.642L1653.86 232.419C1653.82 232.46 1653.79 232.516 1653.79 232.575L1653.79 233.169C1653.79 233.247 1653.83 233.32 1653.89 233.36Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_5740_7460' x1='0' y1='487.5' x2='1920' y2='487.5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23D75D3D'/%3E%3Cstop offset='1' stop-color='%23DF8A43'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_5740_7460' x1='960' y1='-2.34895e-05' x2='1440.97' y2='1171.65' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EE1A25'/%3E%3Cstop offset='1' stop-color='%23C51A2A'/%3E%3C/linearGradient%3E%3CclipPath id='clip0_5740_7460'%3E%3Crect width='1920' height='975' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  height: auto;
  position: relative;
}
.home_index_page .main .cta-section.november2024:before {
  content: "";
  display: block;
  width: 100%;
  height: 347px;
  background-image: url("data:image/svg+xml,%3Csvg width='1920' height='347' viewBox='0 0 1920 347' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-230.006 375.019L2438.39 0L2542.77 742.681L-125.629 1117.7L-230.006 375.019Z' fill='%231E1E1E'/%3E%3Cg opacity='0.5'%3E%3Cpath d='M1658.86 183.116C1658.62 183.116 1658.43 182.924 1658.43 182.688V171.428C1658.43 171.191 1658.62 171 1658.86 171C1659.1 171 1659.29 171.191 1659.29 171.428V182.688C1659.29 182.924 1659.1 183.116 1658.86 183.116Z' fill='white'/%3E%3Cpath d='M1658.82 179.491C1658.71 179.491 1658.6 179.449 1658.52 179.365L1654.78 175.63C1654.62 175.463 1654.62 175.192 1654.78 175.024C1654.95 174.857 1655.22 174.857 1655.39 175.024L1658.82 178.456L1662.18 175.097C1662.35 174.93 1662.62 174.93 1662.79 175.097C1662.95 175.264 1662.95 175.535 1662.79 175.703L1659.12 179.364C1659.04 179.448 1658.93 179.491 1658.82 179.491Z' fill='white'/%3E%3Cpath d='M1658.81 175.618C1658.7 175.618 1658.59 175.576 1658.5 175.493L1656.65 173.637C1656.48 173.47 1656.48 173.199 1656.65 173.032C1656.81 172.864 1657.09 172.864 1657.25 173.032L1658.81 174.584L1660.41 172.979C1660.58 172.812 1660.85 172.812 1661.02 172.979C1661.18 173.146 1661.18 173.417 1661.02 173.585L1659.11 175.493C1659.03 175.576 1658.92 175.618 1658.81 175.618Z' fill='white'/%3E%3Cpath d='M1657.25 183.958C1657.18 183.958 1657.11 183.94 1657.04 183.901L1647.29 178.272C1647.08 178.154 1647.01 177.892 1647.13 177.687C1647.25 177.482 1647.51 177.412 1647.72 177.53L1657.47 183.16C1657.67 183.279 1657.74 183.54 1657.62 183.745C1657.54 183.882 1657.4 183.958 1657.25 183.958Z' fill='white'/%3E%3Cpath d='M1648.99 183.545C1648.8 183.545 1648.63 183.419 1648.58 183.227C1648.52 182.998 1648.65 182.764 1648.88 182.702L1653.57 181.446L1652.34 176.858C1652.28 176.629 1652.42 176.395 1652.64 176.333C1652.87 176.271 1653.11 176.407 1653.17 176.636L1654.51 181.638C1654.54 181.748 1654.52 181.865 1654.47 181.963C1654.41 182.061 1654.32 182.132 1654.21 182.162L1649.1 183.529C1649.07 183.54 1649.03 183.545 1648.99 183.545Z' fill='white'/%3E%3Cpath d='M1648.2 180.934C1648.01 180.934 1647.84 180.808 1647.79 180.616C1647.73 180.388 1647.86 180.153 1648.09 180.092L1650.21 179.523L1649.62 177.333C1649.56 177.104 1649.7 176.869 1649.92 176.808C1650.15 176.746 1650.39 176.882 1650.45 177.111L1651.15 179.717C1651.18 179.826 1651.16 179.944 1651.11 180.041C1651.05 180.14 1650.96 180.211 1650.84 180.241L1648.31 180.919C1648.27 180.93 1648.24 180.934 1648.2 180.934Z' fill='white'/%3E%3Cpath d='M1647.43 191.401C1647.28 191.401 1647.14 191.324 1647.06 191.187C1646.94 190.982 1647.01 190.72 1647.21 190.602L1656.97 184.972C1657.17 184.853 1657.43 184.923 1657.55 185.128C1657.67 185.334 1657.6 185.595 1657.39 185.713L1647.64 191.344C1647.57 191.382 1647.5 191.401 1647.43 191.401Z' fill='white'/%3E%3Cpath d='M1652.69 192.717C1652.65 192.717 1652.62 192.712 1652.58 192.703C1652.35 192.641 1652.22 192.407 1652.28 192.178L1653.53 187.49L1648.94 186.261C1648.71 186.199 1648.58 185.965 1648.64 185.736C1648.7 185.507 1648.94 185.371 1649.17 185.433L1654.17 186.773C1654.4 186.835 1654.53 187.069 1654.47 187.298L1653.1 192.401C1653.05 192.591 1652.88 192.717 1652.69 192.717Z' fill='white'/%3E%3Cpath d='M1650.03 192.099C1650 192.099 1649.96 192.094 1649.92 192.084C1649.69 192.023 1649.56 191.788 1649.62 191.559L1650.19 189.438L1648 188.85C1647.77 188.789 1647.63 188.555 1647.69 188.326C1647.75 188.097 1647.99 187.961 1648.22 188.023L1650.82 188.721C1651.05 188.782 1651.19 189.017 1651.13 189.246L1650.45 191.78C1650.4 191.972 1650.22 192.099 1650.03 192.099Z' fill='white'/%3E%3Cpath d='M1658.71 198C1658.48 198 1658.28 197.809 1658.28 197.572V186.313C1658.28 186.076 1658.48 185.885 1658.71 185.885C1658.95 185.885 1659.14 186.076 1659.14 186.313V197.572C1659.14 197.809 1658.95 198 1658.71 198Z' fill='white'/%3E%3Cpath d='M1662.48 194.102C1662.37 194.102 1662.26 194.06 1662.18 193.977L1658.75 190.544L1655.39 193.903C1655.22 194.07 1654.95 194.07 1654.78 193.903C1654.62 193.736 1654.62 193.465 1654.78 193.297L1658.45 189.636C1658.61 189.468 1658.88 189.468 1659.05 189.636L1662.79 193.371C1662.96 193.538 1662.96 193.809 1662.79 193.977C1662.7 194.059 1662.59 194.102 1662.48 194.102Z' fill='white'/%3E%3Cpath d='M1656.86 196.146C1656.75 196.146 1656.64 196.104 1656.55 196.021C1656.39 195.854 1656.39 195.583 1656.55 195.415L1658.46 193.507C1658.62 193.347 1658.91 193.347 1659.07 193.507L1660.92 195.363C1661.09 195.529 1661.09 195.801 1660.92 195.968C1660.76 196.136 1660.49 196.136 1660.32 195.968L1658.76 194.416L1657.16 196.021C1657.08 196.103 1656.97 196.146 1656.86 196.146Z' fill='white'/%3E%3Cpath d='M1670.07 191.528C1670 191.528 1669.92 191.509 1669.86 191.471L1660.1 185.84C1659.9 185.722 1659.83 185.461 1659.95 185.255C1660.07 185.05 1660.33 184.98 1660.53 185.099L1670.28 190.729C1670.49 190.847 1670.56 191.109 1670.44 191.314C1670.36 191.451 1670.22 191.528 1670.07 191.528Z' fill='white'/%3E%3Cpath d='M1664.82 192.681C1664.63 192.681 1664.45 192.554 1664.4 192.363L1663.06 187.361C1663.03 187.252 1663.05 187.134 1663.1 187.036C1663.16 186.938 1663.25 186.867 1663.36 186.837L1668.47 185.47C1668.69 185.408 1668.93 185.544 1668.99 185.773C1669.05 186.002 1668.92 186.237 1668.69 186.298L1664 187.554L1665.23 192.143C1665.29 192.372 1665.16 192.607 1664.93 192.668C1664.89 192.676 1664.85 192.681 1664.82 192.681Z' fill='white'/%3E%3Cpath d='M1667.54 192.208C1667.35 192.208 1667.17 192.082 1667.12 191.89L1666.42 189.284C1666.36 189.056 1666.5 188.821 1666.73 188.76L1669.26 188.081C1669.49 188.02 1669.72 188.155 1669.79 188.384C1669.85 188.613 1669.71 188.848 1669.48 188.909L1667.36 189.477L1667.95 191.669C1668.01 191.897 1667.88 192.132 1667.65 192.193C1667.61 192.203 1667.57 192.208 1667.54 192.208Z' fill='white'/%3E%3Cpath d='M1660.39 184.084C1660.24 184.084 1660.1 184.007 1660.02 183.87C1659.9 183.665 1659.97 183.404 1660.18 183.285L1669.93 177.655C1670.13 177.537 1670.4 177.607 1670.51 177.812C1670.63 178.017 1670.56 178.279 1670.36 178.397L1660.61 184.027C1660.54 184.066 1660.46 184.084 1660.39 184.084Z' fill='white'/%3E%3Cpath d='M1668.51 183.581C1668.48 183.581 1668.44 183.576 1668.4 183.566L1663.4 182.225C1663.17 182.164 1663.04 181.929 1663.1 181.701L1664.47 176.599C1664.53 176.37 1664.76 176.234 1664.99 176.296C1665.22 176.357 1665.35 176.592 1665.29 176.821L1664.04 181.509L1668.63 182.738C1668.86 182.799 1668.99 183.034 1668.93 183.263C1668.88 183.454 1668.7 183.581 1668.51 183.581Z' fill='white'/%3E%3Cpath d='M1669.46 180.989C1669.43 180.989 1669.39 180.984 1669.35 180.974L1666.75 180.276C1666.64 180.246 1666.54 180.175 1666.49 180.077C1666.43 179.978 1666.41 179.862 1666.44 179.752L1667.12 177.218C1667.18 176.989 1667.42 176.853 1667.65 176.915C1667.88 176.977 1668.01 177.211 1667.95 177.44L1667.38 179.561L1669.57 180.148C1669.8 180.209 1669.94 180.444 1669.88 180.673C1669.83 180.863 1669.65 180.989 1669.46 180.989Z' fill='white'/%3E%3Cpath d='M1658.78 186.74C1657.55 186.74 1656.54 185.735 1656.54 184.499C1656.54 183.263 1657.55 182.258 1658.78 182.258C1660.02 182.258 1661.03 183.263 1661.03 184.499C1661.03 185.735 1660.02 186.74 1658.78 186.74ZM1658.78 183.115C1658.02 183.115 1657.4 183.736 1657.4 184.5C1657.4 185.263 1658.02 185.885 1658.78 185.885C1659.55 185.885 1660.17 185.263 1660.17 184.5C1660.17 183.735 1659.55 183.115 1658.78 183.115Z' fill='white'/%3E%3Cpath d='M1657.16 179.541L1655.66 178.059C1655.52 177.925 1655.31 177.897 1655.15 177.991C1654.98 178.084 1654.9 178.277 1654.94 178.462L1655.45 180.625C1655.48 180.738 1655.55 180.835 1655.65 180.895L1656.65 181.491C1656.72 181.532 1656.8 181.552 1656.87 181.552C1656.95 181.552 1657.02 181.533 1657.09 181.494C1657.22 181.417 1657.3 181.274 1657.3 181.119L1657.29 179.843C1657.29 179.73 1657.24 179.621 1657.16 179.541Z' fill='white'/%3E%3Cpath d='M1655.33 184.469C1655.33 184.314 1655.25 184.172 1655.12 184.095L1654.01 183.466C1653.91 183.41 1653.79 183.396 1653.68 183.425L1651.64 183.989C1651.46 184.04 1651.33 184.206 1651.33 184.397C1651.33 184.588 1651.45 184.757 1651.63 184.811L1653.76 185.448C1653.8 185.46 1653.85 185.466 1653.89 185.466C1653.96 185.466 1654.03 185.447 1654.1 185.412L1655.11 184.841C1655.25 184.766 1655.33 184.623 1655.33 184.469Z' fill='white'/%3E%3Cpath d='M1657.03 187.474C1656.9 187.396 1656.73 187.397 1656.6 187.475L1655.5 188.122C1655.4 188.179 1655.33 188.274 1655.3 188.383L1654.77 190.43C1654.72 190.615 1654.8 190.809 1654.97 190.907C1655.04 190.947 1655.11 190.966 1655.18 190.966C1655.29 190.966 1655.4 190.926 1655.48 190.849L1657.1 189.322C1657.18 189.243 1657.23 189.132 1657.23 189.017L1657.24 187.85C1657.25 187.695 1657.16 187.552 1657.03 187.474Z' fill='white'/%3E%3Cpath d='M1662.12 188.374C1662.09 188.262 1662.02 188.164 1661.92 188.105L1660.91 187.509C1660.78 187.43 1660.62 187.429 1660.48 187.506C1660.35 187.583 1660.27 187.726 1660.27 187.881L1660.28 189.157C1660.28 189.271 1660.32 189.379 1660.41 189.459L1661.91 190.943C1661.99 191.024 1662.1 191.066 1662.21 191.066C1662.29 191.066 1662.36 191.048 1662.42 191.011C1662.59 190.917 1662.67 190.725 1662.63 190.539L1662.12 188.374Z' fill='white'/%3E%3Cpath d='M1665.94 184.188L1663.81 183.551C1663.69 183.518 1663.57 183.532 1663.47 183.588L1662.46 184.159C1662.32 184.235 1662.24 184.377 1662.24 184.532C1662.24 184.687 1662.32 184.829 1662.45 184.906L1663.56 185.535C1663.63 185.571 1663.7 185.59 1663.78 185.59C1663.81 185.59 1663.85 185.585 1663.89 185.574L1665.93 185.011C1666.11 184.96 1666.24 184.794 1666.24 184.603C1666.24 184.412 1666.12 184.244 1665.94 184.188Z' fill='white'/%3E%3Cpath d='M1660.54 181.528C1660.6 181.566 1660.68 181.586 1660.75 181.586C1660.83 181.586 1660.9 181.566 1660.97 181.527L1662.07 180.88C1662.17 180.822 1662.24 180.728 1662.27 180.618L1662.8 178.571C1662.85 178.387 1662.77 178.193 1662.6 178.095C1662.44 177.997 1662.23 178.021 1662.09 178.152L1660.47 179.679C1660.39 179.759 1660.34 179.87 1660.34 179.985L1660.33 181.152C1660.32 181.306 1660.4 181.45 1660.54 181.528Z' fill='white'/%3E%3C/g%3E%3Cg opacity='0.5'%3E%3Cpath d='M1743.04 280.168C1742.92 280.168 1742.82 280.07 1742.82 279.95V274.218C1742.82 274.097 1742.92 274 1743.04 274C1743.16 274 1743.26 274.097 1743.26 274.218V279.95C1743.26 280.07 1743.16 280.168 1743.04 280.168Z' fill='white'/%3E%3Cpath d='M1743.02 278.322C1742.96 278.322 1742.91 278.301 1742.86 278.258L1740.96 276.357C1740.88 276.272 1740.88 276.134 1740.96 276.048C1741.05 275.963 1741.19 275.963 1741.27 276.048L1743.02 277.795L1744.73 276.086C1744.81 276 1744.95 276 1745.04 276.086C1745.12 276.17 1745.12 276.309 1745.04 276.394L1743.17 278.258C1743.13 278.301 1743.07 278.322 1743.02 278.322Z' fill='white'/%3E%3Cpath d='M1743.01 276.351C1742.96 276.351 1742.9 276.33 1742.86 276.287L1741.91 275.342C1741.83 275.257 1741.83 275.119 1741.91 275.034C1742 274.949 1742.14 274.949 1742.22 275.034L1743.01 275.824L1743.83 275.007C1743.91 274.922 1744.05 274.922 1744.14 275.007C1744.22 275.092 1744.22 275.23 1744.14 275.316L1743.17 276.287C1743.12 276.33 1743.07 276.351 1743.01 276.351Z' fill='white'/%3E%3Cpath d='M1742.22 280.597C1742.18 280.597 1742.14 280.587 1742.11 280.568L1737.15 277.702C1737.04 277.642 1737.01 277.509 1737.07 277.404C1737.13 277.3 1737.26 277.264 1737.36 277.324L1742.33 280.19C1742.43 280.251 1742.47 280.384 1742.41 280.488C1742.37 280.558 1742.29 280.597 1742.22 280.597Z' fill='white'/%3E%3Cpath d='M1738.01 280.386C1737.92 280.386 1737.83 280.322 1737.8 280.224C1737.77 280.108 1737.84 279.988 1737.96 279.957L1740.35 279.317L1739.72 276.982C1739.69 276.865 1739.76 276.746 1739.87 276.715C1739.99 276.683 1740.11 276.752 1740.14 276.869L1740.82 279.415C1740.84 279.471 1740.83 279.531 1740.8 279.58C1740.77 279.631 1740.73 279.667 1740.67 279.682L1738.07 280.378C1738.05 280.383 1738.03 280.386 1738.01 280.386Z' fill='white'/%3E%3Cpath d='M1737.61 279.057C1737.51 279.057 1737.42 278.993 1737.4 278.896C1737.37 278.779 1737.43 278.66 1737.55 278.629L1738.63 278.339L1738.33 277.224C1738.3 277.108 1738.37 276.988 1738.49 276.957C1738.6 276.925 1738.72 276.995 1738.75 277.111L1739.11 278.438C1739.12 278.493 1739.12 278.553 1739.09 278.603C1739.06 278.653 1739.01 278.689 1738.95 278.704L1737.66 279.05C1737.65 279.055 1737.63 279.057 1737.61 279.057Z' fill='white'/%3E%3Cpath d='M1737.22 284.386C1737.14 284.386 1737.07 284.347 1737.03 284.277C1736.97 284.173 1737 284.04 1737.11 283.98L1742.07 281.113C1742.18 281.053 1742.31 281.089 1742.37 281.193C1742.43 281.298 1742.4 281.431 1742.29 281.491L1737.33 284.357C1737.29 284.377 1737.25 284.386 1737.22 284.386Z' fill='white'/%3E%3Cpath d='M1739.9 285.056C1739.88 285.056 1739.86 285.053 1739.84 285.048C1739.72 285.017 1739.66 284.898 1739.69 284.781L1740.33 282.394L1737.99 281.769C1737.87 281.738 1737.8 281.618 1737.84 281.502C1737.87 281.385 1737.99 281.316 1738.1 281.348L1740.65 282.03C1740.77 282.061 1740.83 282.181 1740.8 282.297L1740.11 284.895C1740.08 284.992 1739.99 285.056 1739.9 285.056Z' fill='white'/%3E%3Cpath d='M1738.54 284.743C1738.52 284.743 1738.51 284.74 1738.49 284.735C1738.37 284.704 1738.3 284.584 1738.33 284.468L1738.62 283.388L1737.51 283.089C1737.39 283.058 1737.32 282.938 1737.35 282.822C1737.38 282.705 1737.5 282.636 1737.62 282.668L1738.95 283.023C1739.06 283.054 1739.13 283.174 1739.1 283.29L1738.75 284.58C1738.73 284.678 1738.64 284.743 1738.54 284.743Z' fill='white'/%3E%3Cpath d='M1742.96 287.746C1742.84 287.746 1742.75 287.649 1742.75 287.528V281.796C1742.75 281.676 1742.84 281.578 1742.96 281.578C1743.09 281.578 1743.18 281.676 1743.18 281.796V287.528C1743.18 287.649 1743.09 287.746 1742.96 287.746Z' fill='white'/%3E%3Cpath d='M1744.88 285.762C1744.83 285.762 1744.77 285.74 1744.73 285.698L1742.98 283.95L1741.27 285.66C1741.19 285.745 1741.05 285.745 1740.96 285.66C1740.88 285.575 1740.88 285.437 1740.96 285.352L1742.83 283.488C1742.91 283.402 1743.05 283.402 1743.14 283.488L1745.04 285.389C1745.12 285.474 1745.12 285.612 1745.04 285.698C1744.99 285.74 1744.94 285.762 1744.88 285.762Z' fill='white'/%3E%3Cpath d='M1742.02 286.801C1741.96 286.801 1741.91 286.78 1741.86 286.737C1741.78 286.652 1741.78 286.514 1741.86 286.429L1742.84 285.458C1742.92 285.376 1743.06 285.376 1743.14 285.458L1744.09 286.402C1744.17 286.487 1744.17 286.625 1744.09 286.711C1744 286.796 1743.87 286.796 1743.78 286.711L1742.99 285.92L1742.17 286.737C1742.13 286.78 1742.07 286.801 1742.02 286.801Z' fill='white'/%3E%3Cpath d='M1748.74 284.451C1748.71 284.451 1748.67 284.441 1748.64 284.422L1743.67 281.555C1743.57 281.495 1743.53 281.362 1743.59 281.258C1743.65 281.153 1743.79 281.117 1743.89 281.178L1748.85 284.044C1748.96 284.104 1748.99 284.237 1748.93 284.342C1748.89 284.412 1748.82 284.451 1748.74 284.451Z' fill='white'/%3E%3Cpath d='M1746.07 285.038C1745.97 285.038 1745.89 284.973 1745.86 284.876L1745.18 282.33C1745.16 282.274 1745.17 282.214 1745.2 282.164C1745.23 282.114 1745.28 282.078 1745.33 282.063L1747.93 281.367C1748.05 281.335 1748.16 281.405 1748.2 281.521C1748.23 281.638 1748.16 281.757 1748.04 281.788L1745.66 282.428L1746.28 284.764C1746.31 284.881 1746.24 285 1746.13 285.031C1746.11 285.035 1746.09 285.038 1746.07 285.038Z' fill='white'/%3E%3Cpath d='M1747.46 284.796C1747.36 284.796 1747.27 284.732 1747.24 284.634L1746.89 283.308C1746.86 283.191 1746.93 283.072 1747.04 283.04L1748.33 282.695C1748.45 282.664 1748.57 282.733 1748.6 282.849C1748.63 282.966 1748.56 283.085 1748.45 283.116L1747.37 283.406L1747.67 284.521C1747.7 284.638 1747.63 284.757 1747.51 284.788C1747.49 284.793 1747.47 284.796 1747.46 284.796Z' fill='white'/%3E%3Cpath d='M1743.82 280.662C1743.74 280.662 1743.67 280.622 1743.63 280.553C1743.57 280.448 1743.6 280.315 1743.71 280.255L1748.67 277.389C1748.78 277.328 1748.91 277.364 1748.97 277.469C1749.03 277.573 1748.99 277.706 1748.89 277.766L1743.92 280.633C1743.89 280.652 1743.85 280.662 1743.82 280.662Z' fill='white'/%3E%3Cpath d='M1747.95 280.405C1747.93 280.405 1747.92 280.403 1747.9 280.398L1745.35 279.715C1745.23 279.684 1745.16 279.565 1745.2 279.448L1745.89 276.851C1745.92 276.735 1746.04 276.665 1746.16 276.697C1746.28 276.728 1746.34 276.848 1746.31 276.964L1745.67 279.351L1748.01 279.977C1748.13 280.008 1748.2 280.127 1748.16 280.244C1748.14 280.341 1748.05 280.405 1747.95 280.405Z' fill='white'/%3E%3Cpath d='M1748.43 279.085C1748.42 279.085 1748.4 279.083 1748.38 279.078L1747.05 278.722C1746.99 278.707 1746.95 278.671 1746.92 278.621C1746.89 278.571 1746.88 278.511 1746.9 278.456L1747.24 277.166C1747.27 277.049 1747.39 276.98 1747.51 277.012C1747.63 277.043 1747.69 277.162 1747.66 277.279L1747.37 278.358L1748.49 278.657C1748.61 278.688 1748.67 278.808 1748.64 278.924C1748.62 279.021 1748.53 279.085 1748.43 279.085Z' fill='white'/%3E%3Cpath d='M1743 282.012C1742.37 282.012 1741.86 281.501 1741.86 280.871C1741.86 280.242 1742.37 279.73 1743 279.73C1743.63 279.73 1744.14 280.242 1744.14 280.871C1744.14 281.501 1743.63 282.012 1743 282.012ZM1743 280.167C1742.61 280.167 1742.29 280.483 1742.29 280.872C1742.29 281.26 1742.61 281.577 1743 281.577C1743.39 281.577 1743.7 281.26 1743.7 280.872C1743.7 280.483 1743.39 280.167 1743 280.167Z' fill='white'/%3E%3Cpath d='M1742.18 278.349L1741.41 277.594C1741.34 277.526 1741.23 277.512 1741.15 277.559C1741.06 277.607 1741.02 277.705 1741.04 277.799L1741.3 278.901C1741.32 278.958 1741.35 279.008 1741.41 279.038L1741.92 279.341C1741.95 279.362 1741.99 279.372 1742.03 279.372C1742.07 279.372 1742.1 279.363 1742.14 279.343C1742.2 279.304 1742.25 279.231 1742.25 279.152L1742.24 278.502C1742.24 278.445 1742.22 278.389 1742.18 278.349Z' fill='white'/%3E%3Cpath d='M1741.24 280.857C1741.24 280.779 1741.2 280.706 1741.13 280.667L1740.57 280.347C1740.52 280.318 1740.46 280.311 1740.4 280.326L1739.36 280.613C1739.27 280.639 1739.2 280.723 1739.2 280.821C1739.2 280.918 1739.27 281.004 1739.36 281.032L1740.44 281.356C1740.46 281.362 1740.49 281.365 1740.51 281.365C1740.54 281.365 1740.58 281.355 1740.61 281.337L1741.13 281.047C1741.2 281.008 1741.24 280.936 1741.24 280.857Z' fill='white'/%3E%3Cpath d='M1742.1 282.387C1742.04 282.347 1741.95 282.348 1741.88 282.387L1741.32 282.717C1741.27 282.746 1741.24 282.794 1741.22 282.85L1740.95 283.892C1740.93 283.986 1740.97 284.085 1741.05 284.134C1741.09 284.155 1741.13 284.165 1741.16 284.165C1741.22 284.165 1741.27 284.144 1741.31 284.105L1742.14 283.328C1742.18 283.287 1742.2 283.231 1742.21 283.172L1742.21 282.578C1742.21 282.499 1742.17 282.427 1742.1 282.387Z' fill='white'/%3E%3Cpath d='M1744.7 282.846C1744.68 282.789 1744.65 282.739 1744.59 282.709L1744.08 282.406C1744.02 282.365 1743.93 282.365 1743.86 282.404C1743.8 282.443 1743.75 282.516 1743.75 282.595L1743.76 283.245C1743.76 283.302 1743.78 283.358 1743.83 283.398L1744.59 284.153C1744.63 284.195 1744.69 284.216 1744.75 284.216C1744.78 284.216 1744.82 284.207 1744.85 284.188C1744.94 284.14 1744.98 284.042 1744.96 283.948L1744.7 282.846Z' fill='white'/%3E%3Cpath d='M1746.64 280.714L1745.56 280.39C1745.5 280.373 1745.44 280.38 1745.39 280.409L1744.87 280.699C1744.8 280.738 1744.76 280.81 1744.76 280.889C1744.76 280.968 1744.8 281.04 1744.87 281.079L1745.43 281.4C1745.47 281.418 1745.5 281.428 1745.54 281.428C1745.56 281.428 1745.58 281.425 1745.6 281.42L1746.64 281.133C1746.73 281.107 1746.8 281.023 1746.8 280.925C1746.8 280.828 1746.73 280.743 1746.64 280.714Z' fill='white'/%3E%3Cpath d='M1743.89 279.36C1743.93 279.38 1743.97 279.39 1744 279.39C1744.04 279.39 1744.08 279.38 1744.11 279.359L1744.67 279.03C1744.72 279.001 1744.76 278.953 1744.78 278.897L1745.05 277.855C1745.07 277.761 1745.03 277.662 1744.95 277.613C1744.86 277.563 1744.76 277.575 1744.68 277.642L1743.86 278.419C1743.82 278.46 1743.79 278.516 1743.79 278.575L1743.79 279.169C1743.79 279.247 1743.83 279.32 1743.89 279.36Z' fill='white'/%3E%3C/g%3E%3Cg opacity='0.5'%3E%3Cpath d='M781.037 294.168C780.917 294.168 780.819 294.07 780.819 293.95V288.218C780.819 288.097 780.917 288 781.037 288C781.158 288 781.255 288.097 781.255 288.218V293.95C781.255 294.07 781.158 294.168 781.037 294.168Z' fill='white'/%3E%3Cpath d='M781.018 292.322C780.962 292.322 780.907 292.301 780.864 292.258L778.962 290.357C778.877 290.272 778.877 290.134 778.962 290.048C779.047 289.963 779.185 289.963 779.271 290.048L781.018 291.795L782.728 290.086C782.813 290 782.951 290 783.036 290.086C783.122 290.17 783.122 290.309 783.036 290.394L781.172 292.258C781.13 292.301 781.074 292.322 781.018 292.322Z' fill='white'/%3E%3Cpath d='M781.012 290.351C780.957 290.351 780.901 290.33 780.858 290.287L779.914 289.342C779.828 289.257 779.828 289.119 779.914 289.034C779.998 288.949 780.137 288.949 780.222 289.034L781.012 289.824L781.829 289.007C781.914 288.922 782.052 288.922 782.138 289.007C782.223 289.092 782.223 289.23 782.138 289.316L781.166 290.287C781.124 290.33 781.068 290.351 781.012 290.351Z' fill='white'/%3E%3Cpath d='M780.218 294.597C780.181 294.597 780.144 294.587 780.109 294.568L775.145 291.702C775.041 291.642 775.005 291.509 775.065 291.404C775.126 291.3 775.259 291.264 775.363 291.324L780.327 294.19C780.432 294.251 780.467 294.384 780.407 294.488C780.367 294.558 780.293 294.597 780.218 294.597Z' fill='white'/%3E%3Cpath d='M776.015 294.386C775.918 294.386 775.83 294.322 775.804 294.224C775.773 294.108 775.842 293.988 775.959 293.957L778.345 293.317L777.72 290.982C777.688 290.865 777.757 290.746 777.874 290.715C777.99 290.683 778.109 290.752 778.141 290.869L778.823 293.415C778.838 293.471 778.83 293.531 778.802 293.58C778.773 293.631 778.725 293.667 778.669 293.682L776.072 294.378C776.052 294.383 776.034 294.386 776.015 294.386Z' fill='white'/%3E%3Cpath d='M775.608 293.057C775.511 293.057 775.423 292.993 775.397 292.896C775.366 292.779 775.435 292.66 775.551 292.629L776.63 292.339L776.332 291.224C776.3 291.108 776.369 290.988 776.486 290.957C776.602 290.925 776.722 290.995 776.753 291.111L777.108 292.438C777.123 292.493 777.115 292.553 777.087 292.603C777.058 292.653 777.011 292.689 776.954 292.704L775.664 293.05C775.645 293.055 775.626 293.057 775.608 293.057Z' fill='white'/%3E%3Cpath d='M775.218 298.386C775.143 298.386 775.069 298.347 775.029 298.277C774.969 298.173 775.005 298.04 775.109 297.98L780.073 295.113C780.178 295.053 780.311 295.089 780.371 295.193C780.431 295.298 780.396 295.431 780.291 295.491L775.327 298.357C775.292 298.377 775.255 298.386 775.218 298.386Z' fill='white'/%3E%3Cpath d='M777.897 299.056C777.879 299.056 777.86 299.053 777.841 299.048C777.724 299.017 777.655 298.898 777.687 298.781L778.326 296.394L775.99 295.769C775.873 295.738 775.804 295.618 775.836 295.502C775.867 295.385 775.986 295.316 776.103 295.348L778.649 296.03C778.766 296.061 778.834 296.181 778.803 296.297L778.107 298.895C778.082 298.992 777.994 299.056 777.897 299.056Z' fill='white'/%3E%3Cpath d='M776.543 298.743C776.524 298.743 776.505 298.74 776.486 298.735C776.37 298.704 776.301 298.584 776.332 298.468L776.621 297.388L775.505 297.089C775.389 297.058 775.32 296.938 775.351 296.822C775.382 296.705 775.502 296.636 775.618 296.668L776.945 297.023C777.062 297.054 777.13 297.174 777.099 297.29L776.754 298.58C776.727 298.678 776.639 298.743 776.543 298.743Z' fill='white'/%3E%3Cpath d='M780.965 301.746C780.844 301.746 780.747 301.649 780.747 301.528V295.796C780.747 295.676 780.844 295.578 780.965 295.578C781.086 295.578 781.183 295.676 781.183 295.796V301.528C781.183 301.649 781.085 301.746 780.965 301.746Z' fill='white'/%3E%3Cpath d='M782.882 299.762C782.826 299.762 782.771 299.74 782.728 299.698L780.981 297.95L779.271 299.66C779.186 299.745 779.048 299.745 778.962 299.66C778.877 299.575 778.877 299.437 778.962 299.352L780.827 297.488C780.912 297.402 781.05 297.402 781.135 297.488L783.037 299.389C783.122 299.474 783.122 299.612 783.037 299.698C782.994 299.74 782.938 299.762 782.882 299.762Z' fill='white'/%3E%3Cpath d='M780.019 300.801C779.963 300.801 779.907 300.78 779.865 300.737C779.779 300.652 779.779 300.514 779.865 300.429L780.836 299.458C780.918 299.376 781.062 299.376 781.144 299.458L782.089 300.402C782.174 300.487 782.174 300.625 782.089 300.711C782.004 300.796 781.866 300.796 781.78 300.711L780.99 299.92L780.173 300.737C780.13 300.78 780.075 300.801 780.019 300.801Z' fill='white'/%3E%3Cpath d='M786.745 298.451C786.708 298.451 786.67 298.441 786.636 298.422L781.672 295.555C781.567 295.495 781.532 295.362 781.592 295.258C781.652 295.153 781.785 295.117 781.89 295.178L786.854 298.044C786.958 298.104 786.994 298.237 786.934 298.342C786.893 298.412 786.82 298.451 786.745 298.451Z' fill='white'/%3E%3Cpath d='M784.07 299.038C783.974 299.038 783.886 298.973 783.86 298.876L783.177 296.33C783.162 296.274 783.17 296.214 783.199 296.164C783.228 296.114 783.275 296.078 783.332 296.063L785.929 295.367C786.045 295.335 786.165 295.405 786.196 295.521C786.227 295.638 786.159 295.757 786.042 295.788L783.655 296.428L784.281 298.764C784.312 298.881 784.243 299 784.127 299.031C784.108 299.035 784.089 299.038 784.07 299.038Z' fill='white'/%3E%3Cpath d='M785.455 298.796C785.359 298.796 785.271 298.732 785.245 298.634L784.889 297.308C784.858 297.191 784.927 297.072 785.043 297.04L786.333 296.695C786.449 296.664 786.569 296.733 786.601 296.849C786.632 296.966 786.563 297.085 786.446 297.116L785.367 297.406L785.666 298.521C785.697 298.638 785.628 298.757 785.512 298.788C785.493 298.793 785.474 298.796 785.455 298.796Z' fill='white'/%3E%3Cpath d='M781.816 294.662C781.74 294.662 781.667 294.622 781.627 294.553C781.567 294.448 781.602 294.315 781.707 294.255L786.671 291.389C786.775 291.328 786.908 291.364 786.969 291.469C787.029 291.573 786.993 291.706 786.889 291.766L781.925 294.633C781.89 294.652 781.852 294.662 781.816 294.662Z' fill='white'/%3E%3Cpath d='M785.953 294.405C785.935 294.405 785.916 294.403 785.896 294.398L783.35 293.715C783.234 293.684 783.165 293.565 783.196 293.448L783.892 290.851C783.923 290.735 784.043 290.665 784.159 290.697C784.276 290.728 784.344 290.848 784.313 290.964L783.674 293.351L786.01 293.977C786.126 294.008 786.195 294.127 786.164 294.244C786.138 294.341 786.049 294.405 785.953 294.405Z' fill='white'/%3E%3Cpath d='M786.434 293.085C786.415 293.085 786.396 293.083 786.377 293.078L785.05 292.722C784.995 292.707 784.947 292.671 784.918 292.621C784.889 292.571 784.881 292.511 784.896 292.456L785.242 291.166C785.273 291.049 785.392 290.98 785.509 291.012C785.625 291.043 785.694 291.162 785.663 291.279L785.374 292.358L786.49 292.657C786.606 292.688 786.675 292.808 786.644 292.924C786.618 293.021 786.53 293.085 786.434 293.085Z' fill='white'/%3E%3Cpath d='M780.999 296.012C780.37 296.012 779.858 295.501 779.858 294.871C779.858 294.242 780.37 293.73 780.999 293.73C781.628 293.73 782.14 294.242 782.14 294.871C782.14 295.501 781.628 296.012 780.999 296.012ZM780.999 294.167C780.611 294.167 780.294 294.483 780.294 294.872C780.294 295.26 780.611 295.577 780.999 295.577C781.388 295.577 781.704 295.26 781.704 294.872C781.704 294.483 781.388 294.167 780.999 294.167Z' fill='white'/%3E%3Cpath d='M780.175 292.349L779.408 291.594C779.339 291.526 779.233 291.512 779.148 291.559C779.063 291.607 779.021 291.705 779.043 291.799L779.305 292.901C779.318 292.958 779.355 293.008 779.406 293.038L779.916 293.341C779.95 293.362 779.989 293.372 780.028 293.372C780.065 293.372 780.103 293.363 780.136 293.343C780.205 293.304 780.246 293.231 780.246 293.152L780.241 292.502C780.24 292.445 780.217 292.389 780.175 292.349Z' fill='white'/%3E%3Cpath d='M779.242 294.857C779.242 294.779 779.2 294.706 779.131 294.667L778.566 294.347C778.516 294.318 778.456 294.311 778.4 294.326L777.363 294.613C777.269 294.639 777.204 294.723 777.203 294.821C777.202 294.918 777.265 295.004 777.359 295.032L778.443 295.356C778.464 295.362 778.485 295.365 778.506 295.365C778.543 295.365 778.58 295.355 778.612 295.337L779.13 295.047C779.199 295.008 779.242 294.936 779.242 294.857Z' fill='white'/%3E%3Cpath d='M780.104 296.387C780.036 296.347 779.952 296.348 779.884 296.387L779.324 296.717C779.274 296.746 779.238 296.794 779.224 296.85L778.953 297.892C778.929 297.986 778.97 298.085 779.053 298.134C779.088 298.155 779.126 298.165 779.164 298.165C779.218 298.165 779.272 298.144 779.314 298.105L780.137 297.328C780.18 297.287 780.205 297.231 780.205 297.172L780.213 296.578C780.214 296.499 780.172 296.427 780.104 296.387Z' fill='white'/%3E%3Cpath d='M782.696 296.846C782.682 296.789 782.646 296.739 782.595 296.709L782.084 296.406C782.017 296.365 781.933 296.365 781.864 296.404C781.796 296.443 781.754 296.516 781.755 296.595L781.76 297.245C781.76 297.302 781.784 297.358 781.825 297.398L782.592 298.153C782.634 298.195 782.689 298.216 782.746 298.216C782.782 298.216 782.819 298.207 782.853 298.188C782.937 298.14 782.98 298.042 782.958 297.948L782.696 296.846Z' fill='white'/%3E%3Cpath d='M784.641 294.714L783.557 294.39C783.5 294.373 783.439 294.38 783.387 294.409L782.869 294.699C782.8 294.738 782.758 294.81 782.758 294.889C782.758 294.968 782.8 295.04 782.868 295.079L783.434 295.4C783.467 295.418 783.504 295.428 783.541 295.428C783.561 295.428 783.58 295.425 783.599 295.42L784.637 295.133C784.731 295.107 784.796 295.023 784.797 294.925C784.798 294.828 784.734 294.743 784.641 294.714Z' fill='white'/%3E%3Cpath d='M781.895 293.36C781.928 293.38 781.966 293.39 782.004 293.39C782.042 293.39 782.08 293.38 782.115 293.359L782.675 293.03C782.725 293.001 782.761 292.953 782.775 292.897L783.046 291.855C783.07 291.761 783.029 291.662 782.946 291.613C782.862 291.563 782.756 291.575 782.685 291.642L781.862 292.419C781.819 292.46 781.794 292.516 781.794 292.575L781.786 293.169C781.785 293.247 781.826 293.32 781.895 293.36Z' fill='white'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
.home_index_page .main .cta-section.november2024:after {
  content: "";
  display: block;
  width: 455px;
  height: 689px;
  background-image: url(/assets/images/november2024/img-lama-1920-christmas.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 165px;
  left: 52%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.november2024 {
    background-image: url("data:image/svg+xml,%3Csvg width='1024' height='839' viewBox='0 0 1024 839' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='1024' height='839' fill='black' /%3E%3Crect width='1024' height='839' fill='url(%23paint0_linear_5740_7857)' /%3E%3Crect width='1024' height='839' fill='url(%23paint1_linear_5740_7857)' /%3E%3Cpath d='M384.036 405.168C383.916 405.168 383.818 405.07 383.818 404.95V399.218C383.818 399.097 383.916 399 384.036 399C384.157 399 384.254 399.097 384.254 399.218V404.95C384.254 405.07 384.157 405.168 384.036 405.168Z' fill='white' /%3E%3Cpath d='M384.018 403.322C383.962 403.322 383.907 403.301 383.864 403.258L381.962 401.357C381.877 401.272 381.877 401.134 381.962 401.048C382.047 400.963 382.185 400.963 382.271 401.048L384.018 402.795L385.728 401.086C385.813 401 385.951 401 386.036 401.086C386.122 401.17 386.122 401.309 386.036 401.394L384.172 403.258C384.13 403.301 384.074 403.322 384.018 403.322Z' fill='white' /%3E%3Cpath d='M384.012 401.351C383.957 401.351 383.901 401.33 383.858 401.287L382.914 400.342C382.828 400.257 382.828 400.119 382.914 400.034C382.998 399.949 383.137 399.949 383.222 400.034L384.012 400.824L384.829 400.007C384.914 399.922 385.052 399.922 385.138 400.007C385.223 400.092 385.223 400.23 385.138 400.316L384.166 401.287C384.124 401.33 384.068 401.351 384.012 401.351Z' fill='white' /%3E%3Cpath d='M383.217 405.597C383.18 405.597 383.143 405.587 383.108 405.568L378.144 402.702C378.04 402.642 378.004 402.509 378.064 402.404C378.125 402.3 378.258 402.264 378.362 402.324L383.326 405.19C383.431 405.251 383.466 405.384 383.406 405.488C383.366 405.558 383.292 405.597 383.217 405.597Z' fill='white' /%3E%3Cpath d='M379.013 405.386C378.916 405.386 378.829 405.322 378.802 405.224C378.771 405.108 378.84 404.988 378.957 404.957L381.343 404.317L380.718 401.982C380.686 401.865 380.755 401.746 380.872 401.715C380.988 401.683 381.107 401.752 381.139 401.869L381.821 404.415C381.836 404.471 381.828 404.531 381.8 404.58C381.771 404.631 381.723 404.667 381.667 404.682L379.07 405.378C379.05 405.383 379.032 405.386 379.013 405.386Z' fill='white' /%3E%3Cpath d='M378.607 404.057C378.51 404.057 378.422 403.993 378.396 403.896C378.365 403.779 378.434 403.66 378.55 403.629L379.629 403.339L379.331 402.224C379.3 402.108 379.368 401.988 379.485 401.957C379.601 401.925 379.721 401.995 379.752 402.111L380.107 403.438C380.123 403.493 380.114 403.553 380.086 403.603C380.057 403.653 380.01 403.689 379.953 403.704L378.663 404.05C378.644 404.055 378.625 404.057 378.607 404.057Z' fill='white' /%3E%3Cpath d='M378.218 409.386C378.143 409.386 378.069 409.347 378.029 409.277C377.969 409.173 378.005 409.04 378.109 408.98L383.073 406.113C383.178 406.053 383.311 406.089 383.371 406.193C383.431 406.298 383.396 406.431 383.291 406.491L378.327 409.357C378.292 409.377 378.255 409.386 378.218 409.386Z' fill='white' /%3E%3Cpath d='M380.897 410.056C380.879 410.056 380.86 410.053 380.841 410.048C380.724 410.017 380.655 409.898 380.687 409.781L381.326 407.394L378.99 406.769C378.873 406.738 378.804 406.618 378.836 406.502C378.867 406.385 378.986 406.316 379.103 406.348L381.649 407.03C381.766 407.061 381.834 407.181 381.803 407.297L381.107 409.895C381.082 409.992 380.994 410.056 380.897 410.056Z' fill='white' /%3E%3Cpath d='M379.543 409.743C379.524 409.743 379.505 409.74 379.486 409.735C379.37 409.704 379.301 409.584 379.332 409.468L379.621 408.388L378.505 408.089C378.389 408.058 378.32 407.938 378.351 407.822C378.382 407.705 378.502 407.636 378.618 407.668L379.945 408.023C380.062 408.054 380.13 408.174 380.099 408.29L379.754 409.58C379.727 409.678 379.639 409.743 379.543 409.743Z' fill='white' /%3E%3Cpath d='M383.964 412.746C383.844 412.746 383.746 412.649 383.746 412.528V406.796C383.746 406.676 383.844 406.578 383.964 406.578C384.085 406.578 384.182 406.676 384.182 406.796V412.528C384.182 412.649 384.084 412.746 383.964 412.746Z' fill='white' /%3E%3Cpath d='M385.882 410.762C385.826 410.762 385.771 410.74 385.728 410.698L383.981 408.95L382.271 410.66C382.186 410.745 382.048 410.745 381.962 410.66C381.877 410.575 381.877 410.437 381.962 410.352L383.827 408.488C383.912 408.402 384.05 408.402 384.135 408.488L386.037 410.389C386.122 410.474 386.122 410.612 386.037 410.698C385.994 410.74 385.938 410.762 385.882 410.762Z' fill='white' /%3E%3Cpath d='M383.019 411.801C382.963 411.801 382.907 411.78 382.865 411.737C382.779 411.652 382.779 411.514 382.865 411.429L383.836 410.458C383.918 410.376 384.062 410.376 384.144 410.458L385.089 411.402C385.174 411.487 385.174 411.625 385.089 411.711C385.004 411.796 384.866 411.796 384.78 411.711L383.99 410.92L383.173 411.737C383.13 411.78 383.075 411.801 383.019 411.801Z' fill='white' /%3E%3Cpath d='M389.745 409.451C389.708 409.451 389.67 409.441 389.636 409.422L384.672 406.555C384.567 406.495 384.532 406.362 384.592 406.258C384.652 406.153 384.785 406.117 384.89 406.178L389.854 409.044C389.958 409.104 389.994 409.237 389.934 409.342C389.893 409.412 389.82 409.451 389.745 409.451Z' fill='white' /%3E%3Cpath d='M387.07 410.038C386.974 410.038 386.886 409.973 386.86 409.876L386.177 407.33C386.162 407.274 386.17 407.214 386.199 407.164C386.228 407.114 386.275 407.078 386.332 407.063L388.929 406.367C389.045 406.335 389.165 406.405 389.196 406.521C389.227 406.638 389.159 406.757 389.042 406.788L386.655 407.428L387.281 409.764C387.312 409.881 387.243 410 387.127 410.031C387.108 410.035 387.089 410.038 387.07 410.038Z' fill='white' /%3E%3Cpath d='M388.456 409.796C388.36 409.796 388.272 409.732 388.246 409.634L387.89 408.308C387.859 408.191 387.928 408.072 388.044 408.04L389.334 407.695C389.45 407.664 389.57 407.733 389.602 407.849C389.633 407.966 389.564 408.085 389.447 408.116L388.368 408.406L388.667 409.521C388.698 409.638 388.629 409.757 388.513 409.788C388.494 409.793 388.475 409.796 388.456 409.796Z' fill='white' /%3E%3Cpath d='M384.816 405.662C384.74 405.662 384.667 405.622 384.627 405.553C384.567 405.448 384.602 405.315 384.707 405.255L389.671 402.389C389.775 402.328 389.908 402.364 389.969 402.469C390.029 402.573 389.993 402.706 389.889 402.766L384.925 405.633C384.89 405.652 384.852 405.662 384.816 405.662Z' fill='white' /%3E%3Cpath d='M388.954 405.405C388.936 405.405 388.917 405.403 388.897 405.398L386.351 404.715C386.235 404.684 386.166 404.565 386.197 404.448L386.893 401.851C386.924 401.735 387.044 401.665 387.16 401.697C387.277 401.728 387.345 401.848 387.314 401.964L386.675 404.351L389.011 404.977C389.127 405.008 389.196 405.127 389.165 405.244C389.138 405.341 389.05 405.405 388.954 405.405Z' fill='white' /%3E%3Cpath d='M389.434 404.085C389.415 404.085 389.396 404.083 389.377 404.078L388.05 403.722C387.995 403.707 387.947 403.671 387.918 403.621C387.889 403.571 387.881 403.511 387.896 403.456L388.242 402.166C388.273 402.049 388.392 401.98 388.509 402.012C388.625 402.043 388.694 402.162 388.663 402.279L388.374 403.358L389.49 403.657C389.606 403.688 389.675 403.808 389.644 403.924C389.618 404.021 389.53 404.085 389.434 404.085Z' fill='white' /%3E%3Cpath d='M384 407.012C383.371 407.012 382.859 406.501 382.859 405.871C382.859 405.242 383.371 404.73 384 404.73C384.629 404.73 385.141 405.242 385.141 405.871C385.141 406.501 384.629 407.012 384 407.012ZM384 405.167C383.612 405.167 383.295 405.483 383.295 405.872C383.295 406.26 383.612 406.577 384 406.577C384.389 406.577 384.705 406.26 384.705 405.872C384.705 405.483 384.389 405.167 384 405.167Z' fill='white' /%3E%3Cpath d='M383.175 403.349L382.408 402.594C382.339 402.526 382.233 402.512 382.148 402.559C382.063 402.607 382.021 402.705 382.043 402.799L382.305 403.901C382.318 403.958 382.355 404.008 382.406 404.038L382.916 404.341C382.95 404.362 382.989 404.372 383.028 404.372C383.065 404.372 383.103 404.363 383.136 404.343C383.205 404.304 383.246 404.231 383.246 404.152L383.241 403.502C383.24 403.445 383.217 403.389 383.175 403.349Z' fill='white' /%3E%3Cpath d='M382.242 405.857C382.242 405.779 382.2 405.706 382.131 405.667L381.566 405.347C381.516 405.318 381.456 405.311 381.4 405.326L380.363 405.613C380.269 405.639 380.204 405.723 380.203 405.821C380.202 405.918 380.265 406.004 380.359 406.032L381.443 406.356C381.464 406.362 381.485 406.365 381.506 406.365C381.543 406.365 381.58 406.355 381.612 406.337L382.13 406.047C382.199 406.008 382.242 405.936 382.242 405.857Z' fill='white' /%3E%3Cpath d='M383.105 407.387C383.037 407.347 382.953 407.348 382.885 407.387L382.325 407.717C382.275 407.746 382.239 407.794 382.224 407.85L381.954 408.892C381.93 408.986 381.971 409.085 382.054 409.134C382.089 409.155 382.127 409.165 382.165 409.165C382.219 409.165 382.273 409.144 382.315 409.105L383.138 408.328C383.181 408.287 383.206 408.231 383.206 408.172L383.214 407.578C383.215 407.499 383.173 407.427 383.105 407.387Z' fill='white' /%3E%3Cpath d='M385.697 407.846C385.683 407.789 385.647 407.739 385.596 407.709L385.085 407.406C385.018 407.365 384.934 407.365 384.865 407.404C384.797 407.443 384.755 407.516 384.756 407.595L384.761 408.245C384.761 408.302 384.784 408.358 384.826 408.398L385.593 409.153C385.635 409.195 385.69 409.216 385.747 409.216C385.783 409.216 385.82 409.207 385.854 409.188C385.938 409.14 385.981 409.042 385.958 408.948L385.697 407.846Z' fill='white' /%3E%3Cpath d='M387.641 405.714L386.557 405.39C386.5 405.373 386.439 405.38 386.387 405.409L385.869 405.699C385.8 405.738 385.758 405.81 385.758 405.889C385.758 405.968 385.8 406.04 385.868 406.079L386.434 406.4C386.467 406.418 386.504 406.428 386.541 406.428C386.561 406.428 386.58 406.425 386.599 406.42L387.637 406.133C387.731 406.107 387.796 406.023 387.797 405.925C387.798 405.828 387.734 405.743 387.641 405.714Z' fill='white' /%3E%3Cpath d='M384.894 404.36C384.927 404.38 384.965 404.39 385.003 404.39C385.041 404.39 385.079 404.38 385.114 404.359L385.674 404.03C385.724 404.001 385.76 403.953 385.774 403.897L386.045 402.855C386.069 402.761 386.028 402.662 385.945 402.613C385.861 402.563 385.755 402.575 385.684 402.642L384.861 403.419C384.818 403.46 384.793 403.516 384.793 403.575L384.785 404.169C384.784 404.247 384.825 404.32 384.894 404.36Z' fill='white' /%3E%3Cpath d='M575.858 197.116C575.621 197.116 575.43 196.924 575.43 196.688V185.428C575.43 185.191 575.621 185 575.858 185C576.095 185 576.286 185.191 576.286 185.428V196.688C576.286 196.924 576.095 197.116 575.858 197.116Z' fill='white' /%3E%3Cpath d='M575.822 193.49C575.713 193.49 575.603 193.449 575.519 193.365L571.784 189.63C571.616 189.463 571.616 189.192 571.784 189.024C571.951 188.857 572.222 188.857 572.39 189.024L575.822 192.456L579.181 189.097C579.347 188.93 579.619 188.93 579.786 189.097C579.954 189.264 579.954 189.535 579.786 189.703L576.125 193.364C576.041 193.448 575.932 193.49 575.822 193.49Z' fill='white' /%3E%3Cpath d='M575.807 189.618C575.698 189.618 575.588 189.576 575.505 189.493L573.649 187.637C573.482 187.47 573.482 187.199 573.649 187.032C573.816 186.864 574.087 186.864 574.255 187.032L575.807 188.584L577.412 186.979C577.579 186.812 577.85 186.812 578.018 186.979C578.186 187.146 578.186 187.417 578.018 187.585L576.11 189.493C576.026 189.576 575.917 189.618 575.807 189.618Z' fill='white' /%3E%3Cpath d='M574.251 197.958C574.178 197.958 574.105 197.94 574.037 197.901L564.287 192.272C564.081 192.154 564.011 191.892 564.13 191.687C564.248 191.482 564.51 191.412 564.715 191.53L574.466 197.16C574.671 197.279 574.741 197.54 574.623 197.745C574.543 197.882 574.399 197.958 574.251 197.958Z' fill='white' /%3E%3Cpath d='M565.99 197.545C565.801 197.545 565.628 197.419 565.577 197.227C565.516 196.998 565.651 196.764 565.88 196.702L570.568 195.446L569.339 190.858C569.278 190.629 569.413 190.395 569.642 190.333C569.87 190.271 570.105 190.407 570.167 190.636L571.507 195.638C571.537 195.748 571.521 195.865 571.465 195.963C571.408 196.061 571.315 196.132 571.204 196.162L566.103 197.529C566.064 197.54 566.028 197.545 565.99 197.545Z' fill='white' /%3E%3Cpath d='M565.198 194.934C565.008 194.934 564.836 194.808 564.784 194.616C564.723 194.388 564.858 194.153 565.087 194.092L567.207 193.523L566.62 191.333C566.559 191.104 566.694 190.869 566.923 190.808C567.151 190.746 567.386 190.882 567.447 191.111L568.146 193.717C568.175 193.826 568.16 193.944 568.103 194.041C568.046 194.14 567.953 194.211 567.843 194.241L565.309 194.919C565.272 194.93 565.234 194.934 565.198 194.934Z' fill='white' /%3E%3Cpath d='M564.428 205.401C564.28 205.401 564.136 205.324 564.058 205.187C563.939 204.982 564.009 204.72 564.214 204.602L573.966 198.972C574.171 198.853 574.432 198.923 574.551 199.128C574.669 199.334 574.599 199.595 574.394 199.713L564.642 205.344C564.574 205.382 564.5 205.401 564.428 205.401Z' fill='white' /%3E%3Cpath d='M569.692 206.717C569.655 206.717 569.618 206.712 569.58 206.703C569.351 206.641 569.216 206.407 569.277 206.178L570.533 201.49L565.944 200.261C565.716 200.199 565.581 199.965 565.642 199.736C565.703 199.507 565.938 199.371 566.166 199.433L571.168 200.773C571.397 200.835 571.532 201.069 571.471 201.298L570.104 206.401C570.054 206.591 569.881 206.717 569.692 206.717Z' fill='white' /%3E%3Cpath d='M567.033 206.099C566.997 206.099 566.959 206.094 566.922 206.084C566.693 206.023 566.558 205.788 566.619 205.559L567.187 203.438L564.995 202.85C564.766 202.789 564.631 202.555 564.692 202.326C564.754 202.097 564.988 201.961 565.217 202.023L567.823 202.721C568.052 202.782 568.187 203.017 568.126 203.246L567.447 205.78C567.395 205.972 567.222 206.099 567.033 206.099Z' fill='white' /%3E%3Cpath d='M575.713 212C575.477 212 575.285 211.809 575.285 211.572V200.313C575.285 200.076 575.477 199.885 575.713 199.885C575.95 199.885 576.141 200.076 576.141 200.313V211.572C576.141 211.809 575.949 212 575.713 212Z' fill='white' /%3E%3Cpath d='M579.484 208.102C579.374 208.102 579.265 208.06 579.181 207.977L575.748 204.544L572.39 207.903C572.223 208.07 571.952 208.07 571.784 207.903C571.616 207.736 571.616 207.465 571.784 207.297L575.446 203.636C575.613 203.468 575.884 203.468 576.052 203.636L579.787 207.371C579.955 207.538 579.955 207.809 579.787 207.977C579.703 208.059 579.593 208.102 579.484 208.102Z' fill='white' /%3E%3Cpath d='M573.856 210.146C573.747 210.146 573.637 210.104 573.553 210.021C573.386 209.854 573.386 209.583 573.553 209.415L575.461 207.507C575.622 207.347 575.906 207.347 576.067 207.507L577.922 209.363C578.09 209.529 578.09 209.801 577.922 209.968C577.755 210.136 577.484 210.136 577.317 209.968L575.764 208.416L574.159 210.021C574.075 210.103 573.966 210.146 573.856 210.146Z' fill='white' /%3E%3Cpath d='M587.07 205.528C586.997 205.528 586.924 205.509 586.856 205.471L577.105 199.84C576.9 199.722 576.83 199.461 576.948 199.255C577.067 199.05 577.328 198.98 577.533 199.099L587.284 204.729C587.49 204.847 587.56 205.109 587.441 205.314C587.361 205.451 587.218 205.528 587.07 205.528Z' fill='white' /%3E%3Cpath d='M581.817 206.681C581.628 206.681 581.455 206.554 581.404 206.363L580.063 201.361C580.034 201.252 580.05 201.134 580.106 201.036C580.163 200.938 580.256 200.867 580.366 200.837L585.469 199.47C585.697 199.408 585.931 199.544 585.994 199.773C586.055 200.002 585.92 200.237 585.691 200.298L581.003 201.554L582.232 206.143C582.293 206.372 582.158 206.607 581.929 206.668C581.891 206.676 581.854 206.681 581.817 206.681Z' fill='white' /%3E%3Cpath d='M584.537 206.208C584.347 206.208 584.175 206.082 584.123 205.89L583.425 203.284C583.364 203.056 583.499 202.821 583.728 202.76L586.262 202.081C586.49 202.02 586.725 202.155 586.786 202.384C586.848 202.613 586.712 202.848 586.484 202.909L584.364 203.477L584.951 205.669C585.012 205.897 584.877 206.132 584.648 206.193C584.61 206.203 584.573 206.208 584.537 206.208Z' fill='white' /%3E%3Cpath d='M577.391 198.084C577.243 198.084 577.099 198.007 577.02 197.87C576.902 197.665 576.972 197.404 577.177 197.285L586.929 191.655C587.134 191.537 587.395 191.607 587.513 191.812C587.632 192.017 587.562 192.279 587.357 192.397L577.605 198.027C577.537 198.066 577.463 198.084 577.391 198.084Z' fill='white' /%3E%3Cpath d='M585.515 197.581C585.478 197.581 585.441 197.576 585.403 197.566L580.402 196.225C580.173 196.164 580.038 195.929 580.099 195.701L581.466 190.599C581.527 190.37 581.762 190.234 581.991 190.296C582.219 190.357 582.355 190.592 582.293 190.821L581.038 195.509L585.626 196.738C585.855 196.799 585.99 197.034 585.929 197.263C585.877 197.454 585.703 197.581 585.515 197.581Z' fill='white' /%3E%3Cpath d='M586.463 194.989C586.426 194.989 586.389 194.984 586.351 194.974L583.745 194.276C583.636 194.246 583.542 194.175 583.485 194.077C583.428 193.978 583.413 193.862 583.443 193.752L584.121 191.218C584.182 190.989 584.417 190.853 584.646 190.915C584.875 190.977 585.01 191.211 584.949 191.44L584.381 193.561L586.572 194.148C586.801 194.209 586.936 194.444 586.875 194.673C586.825 194.863 586.652 194.989 586.463 194.989Z' fill='white' /%3E%3Cpath d='M575.786 200.74C574.55 200.74 573.545 199.735 573.545 198.499C573.545 197.263 574.55 196.258 575.786 196.258C577.022 196.258 578.027 197.263 578.027 198.499C578.027 199.735 577.021 200.74 575.786 200.74ZM575.786 197.115C575.023 197.115 574.401 197.736 574.401 198.5C574.401 199.263 575.023 199.885 575.786 199.885C576.549 199.885 577.171 199.263 577.171 198.5C577.17 197.735 576.549 197.115 575.786 197.115Z' fill='white' /%3E%3Cpath d='M574.164 193.541L572.657 192.059C572.52 191.925 572.312 191.897 572.146 191.991C571.979 192.084 571.895 192.277 571.94 192.462L572.453 194.625C572.48 194.738 572.552 194.835 572.652 194.895L573.655 195.491C573.722 195.532 573.798 195.552 573.874 195.552C573.948 195.552 574.021 195.533 574.087 195.494C574.221 195.417 574.303 195.274 574.302 195.119L574.292 193.843C574.291 193.73 574.245 193.621 574.164 193.541Z' fill='white' /%3E%3Cpath d='M572.333 198.469C572.333 198.314 572.25 198.172 572.116 198.095L571.005 197.466C570.907 197.41 570.789 197.396 570.68 197.425L568.642 197.989C568.457 198.04 568.33 198.206 568.328 198.397C568.326 198.588 568.45 198.757 568.634 198.811L570.764 199.448C570.805 199.46 570.846 199.466 570.887 199.466C570.96 199.466 571.032 199.447 571.096 199.412L572.114 198.841C572.249 198.766 572.333 198.623 572.333 198.469Z' fill='white' /%3E%3Cpath d='M574.031 201.474C573.896 201.396 573.732 201.397 573.598 201.475L572.498 202.122C572.4 202.179 572.329 202.274 572.3 202.383L571.77 204.43C571.721 204.615 571.802 204.809 571.966 204.907C572.034 204.947 572.109 204.966 572.184 204.966C572.291 204.966 572.396 204.926 572.478 204.849L574.095 203.322C574.179 203.243 574.228 203.132 574.229 203.017L574.244 201.85C574.246 201.695 574.164 201.552 574.031 201.474Z' fill='white' /%3E%3Cpath d='M579.116 202.374C579.089 202.262 579.017 202.164 578.918 202.105L577.915 201.509C577.782 201.43 577.617 201.429 577.483 201.506C577.348 201.583 577.267 201.726 577.268 201.881L577.277 203.157C577.278 203.271 577.324 203.379 577.406 203.459L578.913 204.943C578.995 205.024 579.103 205.066 579.214 205.066C579.286 205.066 579.358 205.048 579.424 205.011C579.59 204.917 579.674 204.725 579.63 204.539L579.116 202.374Z' fill='white' /%3E%3Cpath d='M582.936 198.188L580.806 197.551C580.694 197.518 580.575 197.532 580.473 197.588L579.455 198.159C579.32 198.235 579.237 198.377 579.236 198.532C579.236 198.687 579.319 198.829 579.453 198.906L580.564 199.535C580.629 199.571 580.702 199.59 580.775 199.59C580.814 199.59 580.852 199.585 580.889 199.574L582.927 199.011C583.112 198.96 583.239 198.794 583.241 198.603C583.244 198.412 583.119 198.244 582.936 198.188Z' fill='white' /%3E%3Cpath d='M577.539 195.528C577.605 195.566 577.68 195.586 577.754 195.586C577.829 195.586 577.904 195.566 577.971 195.527L579.072 194.88C579.17 194.822 579.241 194.728 579.269 194.618L579.8 192.571C579.848 192.387 579.767 192.193 579.604 192.095C579.439 191.997 579.231 192.021 579.092 192.152L577.475 193.679C577.391 193.759 577.342 193.87 577.341 193.985L577.326 195.152C577.324 195.306 577.405 195.45 577.539 195.528Z' fill='white' /%3E%3Cpath d='M339.036 678.168C338.916 678.168 338.818 678.07 338.818 677.95V672.218C338.818 672.097 338.916 672 339.036 672C339.157 672 339.254 672.097 339.254 672.218V677.95C339.254 678.07 339.157 678.168 339.036 678.168Z' fill='white' /%3E%3Cpath d='M339.018 676.322C338.962 676.322 338.907 676.301 338.864 676.258L336.962 674.357C336.877 674.272 336.877 674.134 336.962 674.048C337.047 673.963 337.185 673.963 337.271 674.048L339.018 675.795L340.728 674.086C340.813 674 340.951 674 341.036 674.086C341.122 674.17 341.122 674.309 341.036 674.394L339.172 676.258C339.13 676.301 339.074 676.322 339.018 676.322Z' fill='white' /%3E%3Cpath d='M339.012 674.351C338.957 674.351 338.901 674.33 338.858 674.287L337.914 673.342C337.828 673.257 337.828 673.119 337.914 673.034C337.998 672.949 338.137 672.949 338.222 673.034L339.012 673.824L339.829 673.007C339.914 672.922 340.052 672.922 340.138 673.007C340.223 673.092 340.223 673.23 340.138 673.316L339.166 674.287C339.124 674.33 339.068 674.351 339.012 674.351Z' fill='white' /%3E%3Cpath d='M338.217 678.597C338.18 678.597 338.143 678.587 338.108 678.568L333.144 675.702C333.04 675.642 333.004 675.509 333.064 675.404C333.125 675.3 333.258 675.264 333.362 675.324L338.326 678.19C338.431 678.251 338.466 678.384 338.406 678.488C338.366 678.558 338.292 678.597 338.217 678.597Z' fill='white' /%3E%3Cpath d='M334.013 678.386C333.916 678.386 333.829 678.322 333.802 678.224C333.771 678.108 333.84 677.988 333.957 677.957L336.343 677.317L335.718 674.982C335.686 674.865 335.755 674.746 335.872 674.715C335.988 674.683 336.107 674.752 336.139 674.869L336.821 677.415C336.836 677.471 336.828 677.531 336.8 677.58C336.771 677.631 336.723 677.667 336.667 677.682L334.07 678.378C334.05 678.383 334.032 678.386 334.013 678.386Z' fill='white' /%3E%3Cpath d='M333.607 677.057C333.51 677.057 333.422 676.993 333.396 676.896C333.365 676.779 333.434 676.66 333.55 676.629L334.629 676.339L334.331 675.224C334.3 675.108 334.368 674.988 334.485 674.957C334.601 674.925 334.721 674.995 334.752 675.111L335.107 676.438C335.123 676.493 335.114 676.553 335.086 676.603C335.057 676.653 335.01 676.689 334.953 676.704L333.663 677.05C333.644 677.055 333.625 677.057 333.607 677.057Z' fill='white' /%3E%3Cpath d='M333.218 682.386C333.143 682.386 333.069 682.347 333.029 682.277C332.969 682.173 333.005 682.04 333.109 681.98L338.073 679.113C338.178 679.053 338.311 679.089 338.371 679.193C338.431 679.298 338.396 679.431 338.291 679.491L333.327 682.357C333.292 682.377 333.255 682.386 333.218 682.386Z' fill='white' /%3E%3Cpath d='M335.897 683.056C335.879 683.056 335.86 683.053 335.841 683.048C335.724 683.017 335.655 682.898 335.687 682.781L336.326 680.394L333.99 679.769C333.873 679.738 333.804 679.618 333.836 679.502C333.867 679.385 333.986 679.316 334.103 679.348L336.649 680.03C336.766 680.061 336.834 680.181 336.803 680.297L336.107 682.895C336.082 682.992 335.994 683.056 335.897 683.056Z' fill='white' /%3E%3Cpath d='M334.543 682.743C334.524 682.743 334.505 682.74 334.486 682.735C334.37 682.704 334.301 682.584 334.332 682.468L334.621 681.388L333.505 681.089C333.389 681.058 333.32 680.938 333.351 680.822C333.382 680.705 333.502 680.636 333.618 680.668L334.945 681.023C335.062 681.054 335.13 681.174 335.099 681.29L334.754 682.58C334.727 682.678 334.639 682.743 334.543 682.743Z' fill='white' /%3E%3Cpath d='M338.964 685.746C338.844 685.746 338.746 685.649 338.746 685.528V679.796C338.746 679.676 338.844 679.578 338.964 679.578C339.085 679.578 339.182 679.676 339.182 679.796V685.528C339.182 685.649 339.084 685.746 338.964 685.746Z' fill='white' /%3E%3Cpath d='M340.882 683.762C340.826 683.762 340.771 683.74 340.728 683.698L338.981 681.95L337.271 683.66C337.186 683.745 337.048 683.745 336.962 683.66C336.877 683.575 336.877 683.437 336.962 683.352L338.827 681.488C338.912 681.402 339.05 681.402 339.135 681.488L341.037 683.389C341.122 683.474 341.122 683.612 341.037 683.698C340.994 683.74 340.938 683.762 340.882 683.762Z' fill='white' /%3E%3Cpath d='M338.019 684.801C337.963 684.801 337.907 684.78 337.865 684.737C337.779 684.652 337.779 684.514 337.865 684.429L338.836 683.458C338.918 683.376 339.062 683.376 339.144 683.458L340.089 684.402C340.174 684.487 340.174 684.625 340.089 684.711C340.004 684.796 339.866 684.796 339.78 684.711L338.99 683.92L338.173 684.737C338.13 684.78 338.075 684.801 338.019 684.801Z' fill='white' /%3E%3Cpath d='M344.745 682.451C344.708 682.451 344.67 682.441 344.636 682.422L339.672 679.555C339.567 679.495 339.532 679.362 339.592 679.258C339.652 679.153 339.785 679.117 339.89 679.178L344.854 682.044C344.958 682.104 344.994 682.237 344.934 682.342C344.893 682.412 344.82 682.451 344.745 682.451Z' fill='white' /%3E%3Cpath d='M342.07 683.038C341.974 683.038 341.886 682.973 341.86 682.876L341.177 680.33C341.162 680.274 341.17 680.214 341.199 680.164C341.228 680.114 341.275 680.078 341.332 680.063L343.929 679.367C344.045 679.335 344.165 679.405 344.196 679.521C344.227 679.638 344.159 679.757 344.042 679.788L341.655 680.428L342.281 682.764C342.312 682.881 342.243 683 342.127 683.031C342.108 683.035 342.089 683.038 342.07 683.038Z' fill='white' /%3E%3Cpath d='M343.456 682.796C343.36 682.796 343.272 682.732 343.246 682.634L342.89 681.308C342.859 681.191 342.928 681.072 343.044 681.04L344.334 680.695C344.45 680.664 344.57 680.733 344.602 680.849C344.633 680.966 344.564 681.085 344.447 681.116L343.368 681.406L343.667 682.521C343.698 682.638 343.629 682.757 343.513 682.788C343.494 682.793 343.475 682.796 343.456 682.796Z' fill='white' /%3E%3Cpath d='M339.816 678.662C339.74 678.662 339.667 678.622 339.627 678.553C339.567 678.448 339.602 678.315 339.707 678.255L344.671 675.389C344.775 675.328 344.908 675.364 344.969 675.469C345.029 675.573 344.993 675.706 344.889 675.766L339.925 678.633C339.89 678.652 339.852 678.662 339.816 678.662Z' fill='white' /%3E%3Cpath d='M343.954 678.405C343.936 678.405 343.917 678.403 343.897 678.398L341.351 677.715C341.235 677.684 341.166 677.565 341.197 677.448L341.893 674.851C341.924 674.735 342.044 674.665 342.16 674.697C342.277 674.728 342.345 674.848 342.314 674.964L341.675 677.351L344.011 677.977C344.127 678.008 344.196 678.127 344.165 678.244C344.138 678.341 344.05 678.405 343.954 678.405Z' fill='white' /%3E%3Cpath d='M344.434 677.085C344.415 677.085 344.396 677.083 344.377 677.078L343.05 676.722C342.995 676.707 342.947 676.671 342.918 676.621C342.889 676.571 342.881 676.511 342.896 676.456L343.242 675.166C343.273 675.049 343.392 674.98 343.509 675.012C343.625 675.043 343.694 675.162 343.663 675.279L343.374 676.358L344.49 676.657C344.606 676.688 344.675 676.808 344.644 676.924C344.618 677.021 344.53 677.085 344.434 677.085Z' fill='white' /%3E%3Cpath d='M339 680.012C338.371 680.012 337.859 679.501 337.859 678.871C337.859 678.242 338.371 677.73 339 677.73C339.629 677.73 340.141 678.242 340.141 678.871C340.141 679.501 339.629 680.012 339 680.012ZM339 678.167C338.612 678.167 338.295 678.483 338.295 678.872C338.295 679.26 338.612 679.577 339 679.577C339.389 679.577 339.705 679.26 339.705 678.872C339.705 678.483 339.389 678.167 339 678.167Z' fill='white' /%3E%3Cpath d='M338.175 676.349L337.408 675.594C337.339 675.526 337.233 675.512 337.148 675.559C337.063 675.607 337.021 675.705 337.043 675.799L337.305 676.901C337.318 676.958 337.355 677.008 337.406 677.038L337.916 677.341C337.95 677.362 337.989 677.372 338.028 677.372C338.065 677.372 338.103 677.363 338.136 677.343C338.205 677.304 338.246 677.231 338.246 677.152L338.241 676.502C338.24 676.445 338.217 676.389 338.175 676.349Z' fill='white' /%3E%3Cpath d='M337.242 678.857C337.242 678.779 337.2 678.706 337.131 678.667L336.566 678.347C336.516 678.318 336.456 678.311 336.4 678.326L335.363 678.613C335.269 678.639 335.204 678.723 335.203 678.821C335.202 678.918 335.265 679.004 335.359 679.032L336.443 679.356C336.464 679.362 336.485 679.365 336.506 679.365C336.543 679.365 336.58 679.355 336.612 679.337L337.13 679.047C337.199 679.008 337.242 678.936 337.242 678.857Z' fill='white' /%3E%3Cpath d='M338.105 680.387C338.037 680.347 337.953 680.348 337.885 680.387L337.325 680.717C337.275 680.746 337.239 680.794 337.224 680.85L336.954 681.892C336.93 681.986 336.971 682.085 337.054 682.134C337.089 682.155 337.127 682.165 337.165 682.165C337.219 682.165 337.273 682.144 337.315 682.105L338.138 681.328C338.181 681.287 338.206 681.231 338.206 681.172L338.214 680.578C338.215 680.499 338.173 680.427 338.105 680.387Z' fill='white' /%3E%3Cpath d='M340.697 680.846C340.683 680.789 340.647 680.739 340.596 680.709L340.085 680.406C340.018 680.365 339.934 680.365 339.865 680.404C339.797 680.443 339.755 680.516 339.756 680.595L339.761 681.245C339.761 681.302 339.784 681.358 339.826 681.398L340.593 682.153C340.635 682.195 340.69 682.216 340.747 682.216C340.783 682.216 340.82 682.207 340.854 682.188C340.938 682.14 340.981 682.042 340.958 681.948L340.697 680.846Z' fill='white' /%3E%3Cpath d='M342.641 678.714L341.557 678.39C341.5 678.373 341.439 678.38 341.387 678.409L340.869 678.699C340.8 678.738 340.758 678.81 340.758 678.889C340.758 678.968 340.8 679.04 340.868 679.079L341.434 679.4C341.467 679.418 341.504 679.428 341.541 679.428C341.561 679.428 341.58 679.425 341.599 679.42L342.637 679.133C342.731 679.107 342.796 679.023 342.797 678.925C342.798 678.828 342.734 678.743 342.641 678.714Z' fill='white' /%3E%3Cpath d='M339.894 677.36C339.927 677.38 339.965 677.39 340.003 677.39C340.041 677.39 340.079 677.38 340.114 677.359L340.674 677.03C340.724 677.001 340.76 676.953 340.774 676.897L341.045 675.855C341.069 675.761 341.028 675.662 340.945 675.613C340.861 675.563 340.755 675.575 340.684 675.642L339.861 676.419C339.818 676.46 339.793 676.516 339.793 676.575L339.785 677.169C339.784 677.247 339.825 677.32 339.894 677.36Z' fill='white' /%3E%3Cpath d='M288.036 497.168C287.916 497.168 287.818 497.07 287.818 496.95V491.218C287.818 491.097 287.916 491 288.036 491C288.157 491 288.254 491.097 288.254 491.218V496.95C288.254 497.07 288.157 497.168 288.036 497.168Z' fill='white' /%3E%3Cpath d='M288.018 495.322C287.962 495.322 287.907 495.301 287.864 495.258L285.962 493.357C285.877 493.272 285.877 493.134 285.962 493.048C286.047 492.963 286.185 492.963 286.271 493.048L288.018 494.795L289.728 493.086C289.813 493 289.951 493 290.036 493.086C290.122 493.17 290.122 493.309 290.036 493.394L288.172 495.258C288.13 495.301 288.074 495.322 288.018 495.322Z' fill='white' /%3E%3Cpath d='M288.012 493.351C287.957 493.351 287.901 493.33 287.858 493.287L286.914 492.342C286.828 492.257 286.828 492.119 286.914 492.034C286.998 491.949 287.137 491.949 287.222 492.034L288.012 492.824L288.829 492.007C288.914 491.922 289.052 491.922 289.138 492.007C289.223 492.092 289.223 492.23 289.138 492.316L288.166 493.287C288.124 493.33 288.068 493.351 288.012 493.351Z' fill='white' /%3E%3Cpath d='M287.217 497.597C287.18 497.597 287.143 497.587 287.108 497.568L282.144 494.702C282.04 494.642 282.004 494.509 282.064 494.404C282.125 494.3 282.258 494.264 282.362 494.324L287.326 497.19C287.431 497.251 287.466 497.384 287.406 497.488C287.366 497.558 287.292 497.597 287.217 497.597Z' fill='white' /%3E%3Cpath d='M283.013 497.386C282.916 497.386 282.829 497.322 282.802 497.224C282.771 497.108 282.84 496.988 282.957 496.957L285.343 496.317L284.718 493.982C284.686 493.865 284.755 493.746 284.872 493.715C284.988 493.683 285.107 493.752 285.139 493.869L285.821 496.415C285.836 496.471 285.828 496.531 285.8 496.58C285.771 496.631 285.723 496.667 285.667 496.682L283.07 497.378C283.05 497.383 283.032 497.386 283.013 497.386Z' fill='white' /%3E%3Cpath d='M282.607 496.057C282.51 496.057 282.422 495.993 282.396 495.896C282.365 495.779 282.434 495.66 282.55 495.629L283.629 495.339L283.331 494.224C283.3 494.108 283.368 493.988 283.485 493.957C283.601 493.925 283.721 493.995 283.752 494.111L284.107 495.438C284.123 495.493 284.114 495.553 284.086 495.603C284.057 495.653 284.01 495.689 283.953 495.704L282.663 496.05C282.644 496.055 282.625 496.057 282.607 496.057Z' fill='white' /%3E%3Cpath d='M282.218 501.386C282.143 501.386 282.069 501.347 282.029 501.277C281.969 501.173 282.005 501.04 282.109 500.98L287.073 498.113C287.178 498.053 287.311 498.089 287.371 498.193C287.431 498.298 287.396 498.431 287.291 498.491L282.327 501.357C282.292 501.377 282.255 501.386 282.218 501.386Z' fill='white' /%3E%3Cpath d='M284.897 502.056C284.879 502.056 284.86 502.053 284.841 502.048C284.724 502.017 284.655 501.898 284.687 501.781L285.326 499.394L282.99 498.769C282.873 498.738 282.804 498.618 282.836 498.502C282.867 498.385 282.986 498.316 283.103 498.348L285.649 499.03C285.766 499.061 285.834 499.181 285.803 499.297L285.107 501.895C285.082 501.992 284.994 502.056 284.897 502.056Z' fill='white' /%3E%3Cpath d='M283.543 501.743C283.524 501.743 283.505 501.74 283.486 501.735C283.37 501.704 283.301 501.584 283.332 501.468L283.621 500.388L282.505 500.089C282.389 500.058 282.32 499.938 282.351 499.822C282.382 499.705 282.502 499.636 282.618 499.668L283.945 500.023C284.062 500.054 284.13 500.174 284.099 500.29L283.754 501.58C283.727 501.678 283.639 501.743 283.543 501.743Z' fill='white' /%3E%3Cpath d='M287.964 504.746C287.844 504.746 287.746 504.649 287.746 504.528V498.796C287.746 498.676 287.844 498.578 287.964 498.578C288.085 498.578 288.182 498.676 288.182 498.796V504.528C288.182 504.649 288.084 504.746 287.964 504.746Z' fill='white' /%3E%3Cpath d='M289.882 502.762C289.826 502.762 289.771 502.74 289.728 502.698L287.981 500.95L286.271 502.66C286.186 502.745 286.048 502.745 285.962 502.66C285.877 502.575 285.877 502.437 285.962 502.352L287.827 500.488C287.912 500.402 288.05 500.402 288.135 500.488L290.037 502.389C290.122 502.474 290.122 502.612 290.037 502.698C289.994 502.74 289.938 502.762 289.882 502.762Z' fill='white' /%3E%3Cpath d='M287.019 503.801C286.963 503.801 286.907 503.78 286.865 503.737C286.779 503.652 286.779 503.514 286.865 503.429L287.836 502.458C287.918 502.376 288.062 502.376 288.144 502.458L289.089 503.402C289.174 503.487 289.174 503.625 289.089 503.711C289.004 503.796 288.866 503.796 288.78 503.711L287.99 502.92L287.173 503.737C287.13 503.78 287.075 503.801 287.019 503.801Z' fill='white' /%3E%3Cpath d='M293.745 501.451C293.708 501.451 293.67 501.441 293.636 501.422L288.672 498.555C288.567 498.495 288.532 498.362 288.592 498.258C288.652 498.153 288.785 498.117 288.89 498.178L293.854 501.044C293.958 501.104 293.994 501.237 293.934 501.342C293.893 501.412 293.82 501.451 293.745 501.451Z' fill='white' /%3E%3Cpath d='M291.07 502.038C290.974 502.038 290.886 501.973 290.86 501.876L290.177 499.33C290.162 499.274 290.17 499.214 290.199 499.164C290.228 499.114 290.275 499.078 290.332 499.063L292.929 498.367C293.045 498.335 293.165 498.405 293.196 498.521C293.227 498.638 293.159 498.757 293.042 498.788L290.655 499.428L291.281 501.764C291.312 501.881 291.243 502 291.127 502.031C291.108 502.035 291.089 502.038 291.07 502.038Z' fill='white' /%3E%3Cpath d='M292.456 501.796C292.36 501.796 292.272 501.732 292.246 501.634L291.89 500.308C291.859 500.191 291.928 500.072 292.044 500.04L293.334 499.695C293.45 499.664 293.57 499.733 293.602 499.849C293.633 499.966 293.564 500.085 293.447 500.116L292.368 500.406L292.667 501.521C292.698 501.638 292.629 501.757 292.513 501.788C292.494 501.793 292.475 501.796 292.456 501.796Z' fill='white' /%3E%3Cpath d='M288.816 497.662C288.74 497.662 288.667 497.622 288.627 497.553C288.567 497.448 288.602 497.315 288.707 497.255L293.671 494.389C293.775 494.328 293.908 494.364 293.969 494.469C294.029 494.573 293.993 494.706 293.889 494.766L288.925 497.633C288.89 497.652 288.852 497.662 288.816 497.662Z' fill='white' /%3E%3Cpath d='M292.954 497.405C292.936 497.405 292.917 497.403 292.897 497.398L290.351 496.715C290.235 496.684 290.166 496.565 290.197 496.448L290.893 493.851C290.924 493.735 291.044 493.665 291.16 493.697C291.277 493.728 291.345 493.848 291.314 493.964L290.675 496.351L293.011 496.977C293.127 497.008 293.196 497.127 293.165 497.244C293.138 497.341 293.05 497.405 292.954 497.405Z' fill='white' /%3E%3Cpath d='M293.434 496.085C293.415 496.085 293.396 496.083 293.377 496.078L292.05 495.722C291.995 495.707 291.947 495.671 291.918 495.621C291.889 495.571 291.881 495.511 291.896 495.456L292.242 494.166C292.273 494.049 292.392 493.98 292.509 494.012C292.625 494.043 292.694 494.162 292.663 494.279L292.374 495.358L293.49 495.657C293.606 495.688 293.675 495.808 293.644 495.924C293.618 496.021 293.53 496.085 293.434 496.085Z' fill='white' /%3E%3Cpath d='M288 499.012C287.371 499.012 286.859 498.501 286.859 497.871C286.859 497.242 287.371 496.73 288 496.73C288.629 496.73 289.141 497.242 289.141 497.871C289.141 498.501 288.629 499.012 288 499.012ZM288 497.167C287.612 497.167 287.295 497.483 287.295 497.872C287.295 498.26 287.612 498.577 288 498.577C288.389 498.577 288.705 498.26 288.705 497.872C288.705 497.483 288.389 497.167 288 497.167Z' fill='white' /%3E%3Cpath d='M287.175 495.349L286.408 494.594C286.339 494.526 286.233 494.512 286.148 494.559C286.063 494.607 286.021 494.705 286.043 494.799L286.305 495.901C286.318 495.958 286.355 496.008 286.406 496.038L286.916 496.341C286.95 496.362 286.989 496.372 287.028 496.372C287.065 496.372 287.103 496.363 287.136 496.343C287.205 496.304 287.246 496.231 287.246 496.152L287.241 495.502C287.24 495.445 287.217 495.389 287.175 495.349Z' fill='white' /%3E%3Cpath d='M286.242 497.857C286.242 497.779 286.2 497.706 286.131 497.667L285.566 497.347C285.516 497.318 285.456 497.311 285.4 497.326L284.363 497.613C284.269 497.639 284.204 497.723 284.203 497.821C284.202 497.918 284.265 498.004 284.359 498.032L285.443 498.356C285.464 498.362 285.485 498.365 285.506 498.365C285.543 498.365 285.58 498.355 285.612 498.337L286.13 498.047C286.199 498.008 286.242 497.936 286.242 497.857Z' fill='white' /%3E%3Cpath d='M287.105 499.387C287.037 499.347 286.953 499.348 286.885 499.387L286.325 499.717C286.275 499.746 286.239 499.794 286.224 499.85L285.954 500.892C285.93 500.986 285.971 501.085 286.054 501.134C286.089 501.155 286.127 501.165 286.165 501.165C286.219 501.165 286.273 501.144 286.315 501.105L287.138 500.328C287.181 500.287 287.206 500.231 287.206 500.172L287.214 499.578C287.215 499.499 287.173 499.427 287.105 499.387Z' fill='white' /%3E%3Cpath d='M289.697 499.846C289.683 499.789 289.647 499.739 289.596 499.709L289.085 499.406C289.018 499.365 288.934 499.365 288.865 499.404C288.797 499.443 288.755 499.516 288.756 499.595L288.761 500.245C288.761 500.302 288.784 500.358 288.826 500.398L289.593 501.153C289.635 501.195 289.69 501.216 289.747 501.216C289.783 501.216 289.82 501.207 289.854 501.188C289.938 501.14 289.981 501.042 289.958 500.948L289.697 499.846Z' fill='white' /%3E%3Cpath d='M291.641 497.714L290.557 497.39C290.5 497.373 290.439 497.38 290.387 497.409L289.869 497.699C289.8 497.738 289.758 497.81 289.758 497.889C289.758 497.968 289.8 498.04 289.868 498.079L290.434 498.4C290.467 498.418 290.504 498.428 290.541 498.428C290.561 498.428 290.58 498.425 290.599 498.42L291.637 498.133C291.731 498.107 291.796 498.023 291.797 497.925C291.798 497.828 291.734 497.743 291.641 497.714Z' fill='white' /%3E%3Cpath d='M288.894 496.36C288.927 496.38 288.965 496.39 289.003 496.39C289.041 496.39 289.079 496.38 289.114 496.359L289.674 496.03C289.724 496.001 289.76 495.953 289.774 495.897L290.045 494.855C290.069 494.761 290.028 494.662 289.945 494.613C289.861 494.563 289.755 494.575 289.684 494.642L288.861 495.419C288.818 495.46 288.793 495.516 288.793 495.575L288.785 496.169C288.784 496.247 288.825 496.32 288.894 496.36Z' fill='white' /%3E%3Cg opacity='0.5'%3E%3Cpath d='M410.858 816.116C410.621 816.116 410.43 815.924 410.43 815.688V804.428C410.43 804.191 410.621 804 410.858 804C411.095 804 411.286 804.191 411.286 804.428V815.688C411.286 815.924 411.095 816.116 410.858 816.116Z' fill='white' /%3E%3Cpath d='M410.822 812.49C410.713 812.49 410.603 812.449 410.519 812.365L406.784 808.63C406.616 808.463 406.616 808.192 406.784 808.024C406.951 807.857 407.222 807.857 407.39 808.024L410.822 811.456L414.181 808.097C414.347 807.93 414.619 807.93 414.786 808.097C414.954 808.264 414.954 808.535 414.786 808.703L411.125 812.364C411.041 812.448 410.932 812.49 410.822 812.49Z' fill='white' /%3E%3Cpath d='M410.807 808.618C410.698 808.618 410.588 808.576 410.505 808.493L408.649 806.637C408.482 806.47 408.482 806.199 408.649 806.032C408.816 805.864 409.087 805.864 409.255 806.032L410.807 807.584L412.412 805.979C412.579 805.812 412.85 805.812 413.018 805.979C413.186 806.146 413.186 806.417 413.018 806.585L411.11 808.493C411.026 808.576 410.917 808.618 410.807 808.618Z' fill='white' /%3E%3Cpath d='M409.251 816.958C409.178 816.958 409.105 816.94 409.037 816.901L399.287 811.272C399.081 811.154 399.011 810.892 399.13 810.687C399.248 810.482 399.51 810.412 399.715 810.53L409.466 816.16C409.671 816.279 409.741 816.54 409.623 816.745C409.543 816.882 409.399 816.958 409.251 816.958Z' fill='white' /%3E%3Cpath d='M400.99 816.545C400.801 816.545 400.628 816.419 400.577 816.227C400.516 815.998 400.651 815.764 400.88 815.702L405.568 814.446L404.339 809.858C404.278 809.629 404.413 809.395 404.642 809.333C404.87 809.271 405.105 809.407 405.167 809.636L406.507 814.638C406.537 814.748 406.521 814.865 406.465 814.963C406.408 815.061 406.315 815.132 406.204 815.162L401.103 816.529C401.064 816.54 401.028 816.545 400.99 816.545Z' fill='white' /%3E%3Cpath d='M400.198 813.934C400.008 813.934 399.836 813.808 399.784 813.616C399.723 813.388 399.858 813.153 400.087 813.092L402.207 812.523L401.62 810.333C401.559 810.104 401.694 809.869 401.923 809.808C402.151 809.746 402.386 809.882 402.447 810.111L403.146 812.717C403.175 812.826 403.16 812.944 403.103 813.041C403.046 813.14 402.953 813.211 402.843 813.241L400.309 813.919C400.272 813.93 400.234 813.934 400.198 813.934Z' fill='white' /%3E%3Cpath d='M399.428 824.401C399.28 824.401 399.136 824.324 399.058 824.187C398.939 823.982 399.009 823.72 399.214 823.602L408.966 817.972C409.171 817.853 409.432 817.923 409.551 818.128C409.669 818.334 409.599 818.595 409.394 818.713L399.642 824.344C399.574 824.382 399.5 824.401 399.428 824.401Z' fill='white' /%3E%3Cpath d='M404.692 825.717C404.655 825.717 404.618 825.712 404.58 825.703C404.351 825.641 404.216 825.407 404.277 825.178L405.533 820.49L400.944 819.261C400.716 819.199 400.581 818.965 400.642 818.736C400.703 818.507 400.938 818.371 401.166 818.433L406.168 819.773C406.397 819.835 406.532 820.069 406.471 820.298L405.104 825.401C405.054 825.591 404.881 825.717 404.692 825.717Z' fill='white' /%3E%3Cpath d='M402.033 825.099C401.997 825.099 401.959 825.094 401.922 825.084C401.693 825.023 401.558 824.788 401.619 824.559L402.187 822.438L399.995 821.85C399.766 821.789 399.631 821.555 399.692 821.326C399.754 821.097 399.988 820.961 400.217 821.023L402.823 821.721C403.052 821.782 403.187 822.017 403.126 822.246L402.447 824.78C402.395 824.972 402.222 825.099 402.033 825.099Z' fill='white' /%3E%3Cpath d='M410.713 831C410.477 831 410.285 830.809 410.285 830.572V819.313C410.285 819.076 410.477 818.885 410.713 818.885C410.95 818.885 411.141 819.076 411.141 819.313V830.572C411.141 830.809 410.949 831 410.713 831Z' fill='white' /%3E%3Cpath d='M414.484 827.102C414.374 827.102 414.265 827.06 414.181 826.977L410.748 823.544L407.39 826.903C407.223 827.07 406.952 827.07 406.784 826.903C406.616 826.736 406.616 826.465 406.784 826.297L410.446 822.636C410.613 822.468 410.884 822.468 411.052 822.636L414.787 826.371C414.955 826.538 414.955 826.809 414.787 826.977C414.703 827.059 414.593 827.102 414.484 827.102Z' fill='white' /%3E%3Cpath d='M408.856 829.146C408.747 829.146 408.637 829.104 408.553 829.021C408.386 828.854 408.386 828.583 408.553 828.415L410.461 826.507C410.622 826.347 410.906 826.347 411.067 826.507L412.922 828.363C413.09 828.529 413.09 828.801 412.922 828.968C412.755 829.136 412.484 829.136 412.317 828.968L410.764 827.416L409.159 829.021C409.075 829.103 408.966 829.146 408.856 829.146Z' fill='white' /%3E%3Cpath d='M422.07 824.528C421.997 824.528 421.924 824.509 421.856 824.471L412.105 818.84C411.9 818.722 411.83 818.461 411.948 818.255C412.067 818.05 412.328 817.98 412.533 818.099L422.284 823.729C422.49 823.847 422.56 824.109 422.441 824.314C422.361 824.451 422.218 824.528 422.07 824.528Z' fill='white' /%3E%3Cpath d='M416.817 825.681C416.628 825.681 416.455 825.554 416.404 825.363L415.063 820.361C415.034 820.252 415.05 820.134 415.106 820.036C415.163 819.938 415.256 819.867 415.366 819.837L420.469 818.47C420.697 818.408 420.931 818.544 420.994 818.773C421.055 819.002 420.92 819.237 420.691 819.298L416.003 820.554L417.232 825.143C417.293 825.372 417.158 825.607 416.929 825.668C416.891 825.676 416.854 825.681 416.817 825.681Z' fill='white' /%3E%3Cpath d='M419.537 825.208C419.347 825.208 419.175 825.082 419.123 824.89L418.425 822.284C418.364 822.056 418.499 821.821 418.728 821.76L421.262 821.081C421.49 821.02 421.725 821.155 421.786 821.384C421.848 821.613 421.712 821.848 421.484 821.909L419.364 822.477L419.951 824.669C420.012 824.897 419.877 825.132 419.648 825.193C419.61 825.203 419.573 825.208 419.537 825.208Z' fill='white' /%3E%3Cpath d='M412.391 817.084C412.243 817.084 412.099 817.007 412.02 816.87C411.902 816.665 411.972 816.404 412.177 816.285L421.929 810.655C422.134 810.537 422.395 810.607 422.513 810.812C422.632 811.017 422.562 811.279 422.357 811.397L412.605 817.027C412.537 817.066 412.463 817.084 412.391 817.084Z' fill='white' /%3E%3Cpath d='M420.515 816.581C420.478 816.581 420.441 816.576 420.403 816.566L415.402 815.225C415.173 815.164 415.038 814.929 415.099 814.701L416.466 809.599C416.527 809.37 416.762 809.234 416.991 809.296C417.219 809.357 417.355 809.592 417.293 809.821L416.038 814.509L420.626 815.738C420.855 815.799 420.99 816.034 420.929 816.263C420.877 816.454 420.703 816.581 420.515 816.581Z' fill='white' /%3E%3Cpath d='M421.463 813.989C421.426 813.989 421.389 813.984 421.351 813.974L418.745 813.276C418.636 813.246 418.542 813.175 418.485 813.077C418.428 812.978 418.413 812.862 418.443 812.752L419.121 810.218C419.182 809.989 419.417 809.853 419.646 809.915C419.875 809.977 420.01 810.211 419.949 810.44L419.381 812.561L421.572 813.148C421.801 813.209 421.936 813.444 421.875 813.673C421.825 813.863 421.652 813.989 421.463 813.989Z' fill='white' /%3E%3Cpath d='M410.786 819.74C409.55 819.74 408.545 818.735 408.545 817.499C408.545 816.263 409.55 815.258 410.786 815.258C412.022 815.258 413.027 816.263 413.027 817.499C413.027 818.735 412.021 819.74 410.786 819.74ZM410.786 816.115C410.023 816.115 409.401 816.736 409.401 817.5C409.401 818.263 410.023 818.885 410.786 818.885C411.549 818.885 412.171 818.263 412.171 817.5C412.17 816.735 411.549 816.115 410.786 816.115Z' fill='white' /%3E%3Cpath d='M409.164 812.541L407.657 811.059C407.52 810.925 407.312 810.897 407.146 810.991C406.979 811.084 406.895 811.277 406.94 811.462L407.453 813.625C407.48 813.738 407.552 813.835 407.652 813.895L408.655 814.491C408.722 814.532 408.798 814.552 408.874 814.552C408.948 814.552 409.021 814.533 409.087 814.494C409.221 814.417 409.303 814.274 409.302 814.119L409.292 812.843C409.291 812.73 409.245 812.621 409.164 812.541Z' fill='white' /%3E%3Cpath d='M407.333 817.469C407.333 817.314 407.25 817.172 407.116 817.095L406.005 816.466C405.907 816.41 405.789 816.396 405.68 816.425L403.642 816.989C403.457 817.04 403.33 817.206 403.328 817.397C403.326 817.588 403.45 817.757 403.634 817.811L405.764 818.448C405.805 818.46 405.846 818.466 405.887 818.466C405.96 818.466 406.032 818.447 406.096 818.412L407.114 817.841C407.249 817.766 407.333 817.623 407.333 817.469Z' fill='white' /%3E%3Cpath d='M409.031 820.474C408.896 820.396 408.732 820.397 408.598 820.475L407.498 821.122C407.4 821.179 407.329 821.274 407.3 821.383L406.77 823.43C406.721 823.615 406.802 823.809 406.966 823.907C407.034 823.947 407.109 823.966 407.184 823.966C407.291 823.966 407.396 823.926 407.478 823.849L409.095 822.322C409.179 822.243 409.228 822.132 409.229 822.017L409.244 820.85C409.246 820.695 409.164 820.552 409.031 820.474Z' fill='white' /%3E%3Cpath d='M414.116 821.374C414.089 821.262 414.017 821.164 413.918 821.105L412.915 820.509C412.782 820.43 412.617 820.429 412.483 820.506C412.348 820.583 412.267 820.726 412.268 820.881L412.277 822.157C412.278 822.271 412.324 822.379 412.406 822.459L413.913 823.943C413.995 824.024 414.103 824.066 414.214 824.066C414.286 824.066 414.358 824.048 414.424 824.011C414.59 823.917 414.674 823.725 414.63 823.539L414.116 821.374Z' fill='white' /%3E%3Cpath d='M417.936 817.188L415.806 816.551C415.694 816.518 415.575 816.532 415.473 816.588L414.455 817.159C414.32 817.235 414.237 817.377 414.236 817.532C414.236 817.687 414.319 817.829 414.453 817.906L415.564 818.535C415.629 818.571 415.702 818.59 415.775 818.59C415.814 818.59 415.852 818.585 415.889 818.574L417.927 818.011C418.112 817.96 418.239 817.794 418.241 817.603C418.244 817.412 418.119 817.244 417.936 817.188Z' fill='white' /%3E%3Cpath d='M412.539 814.528C412.605 814.566 412.68 814.586 412.754 814.586C412.829 814.586 412.904 814.566 412.971 814.527L414.072 813.88C414.17 813.822 414.241 813.728 414.269 813.618L414.8 811.571C414.848 811.387 414.767 811.193 414.604 811.095C414.439 810.997 414.231 811.021 414.092 811.152L412.475 812.679C412.391 812.759 412.342 812.87 412.341 812.985L412.326 814.152C412.324 814.306 412.405 814.45 412.539 814.528Z' fill='white' /%3E%3C/g%3E%3Cg opacity='0.5'%3E%3Cpath d='M553.036 777.168C552.916 777.168 552.818 777.07 552.818 776.95V771.218C552.818 771.097 552.916 771 553.036 771C553.157 771 553.254 771.097 553.254 771.218V776.95C553.254 777.07 553.157 777.168 553.036 777.168Z' fill='white' /%3E%3Cpath d='M553.018 775.322C552.962 775.322 552.907 775.301 552.864 775.258L550.962 773.357C550.877 773.272 550.877 773.134 550.962 773.048C551.047 772.963 551.185 772.963 551.271 773.048L553.018 774.795L554.728 773.086C554.813 773 554.951 773 555.036 773.086C555.122 773.17 555.122 773.309 555.036 773.394L553.172 775.258C553.13 775.301 553.074 775.322 553.018 775.322Z' fill='white' /%3E%3Cpath d='M553.012 773.351C552.957 773.351 552.901 773.33 552.858 773.287L551.914 772.342C551.828 772.257 551.828 772.119 551.914 772.034C551.998 771.949 552.137 771.949 552.222 772.034L553.012 772.824L553.829 772.007C553.914 771.922 554.052 771.922 554.138 772.007C554.223 772.092 554.223 772.23 554.138 772.316L553.166 773.287C553.124 773.33 553.068 773.351 553.012 773.351Z' fill='white' /%3E%3Cpath d='M552.217 777.597C552.18 777.597 552.143 777.587 552.108 777.568L547.144 774.702C547.04 774.642 547.004 774.509 547.064 774.404C547.125 774.3 547.258 774.264 547.362 774.324L552.326 777.19C552.431 777.251 552.466 777.384 552.406 777.488C552.366 777.558 552.292 777.597 552.217 777.597Z' fill='white' /%3E%3Cpath d='M548.013 777.386C547.916 777.386 547.829 777.322 547.802 777.224C547.771 777.108 547.84 776.988 547.957 776.957L550.343 776.317L549.718 773.982C549.686 773.865 549.755 773.746 549.872 773.715C549.988 773.683 550.107 773.752 550.139 773.869L550.821 776.415C550.836 776.471 550.828 776.531 550.8 776.58C550.771 776.631 550.723 776.667 550.667 776.682L548.07 777.378C548.05 777.383 548.032 777.386 548.013 777.386Z' fill='white' /%3E%3Cpath d='M547.607 776.057C547.51 776.057 547.422 775.993 547.396 775.896C547.365 775.779 547.434 775.66 547.55 775.629L548.629 775.339L548.331 774.224C548.3 774.108 548.368 773.988 548.485 773.957C548.601 773.925 548.721 773.995 548.752 774.111L549.107 775.438C549.123 775.493 549.114 775.553 549.086 775.603C549.057 775.653 549.01 775.689 548.953 775.704L547.663 776.05C547.644 776.055 547.625 776.057 547.607 776.057Z' fill='white' /%3E%3Cpath d='M547.218 781.386C547.143 781.386 547.069 781.347 547.029 781.277C546.969 781.173 547.005 781.04 547.109 780.98L552.073 778.113C552.178 778.053 552.311 778.089 552.371 778.193C552.431 778.298 552.396 778.431 552.291 778.491L547.327 781.357C547.292 781.377 547.255 781.386 547.218 781.386Z' fill='white' /%3E%3Cpath d='M549.897 782.056C549.879 782.056 549.86 782.053 549.841 782.048C549.724 782.017 549.655 781.898 549.687 781.781L550.326 779.394L547.99 778.769C547.873 778.738 547.804 778.618 547.836 778.502C547.867 778.385 547.986 778.316 548.103 778.348L550.649 779.03C550.766 779.061 550.834 779.181 550.803 779.297L550.107 781.895C550.082 781.992 549.994 782.056 549.897 782.056Z' fill='white' /%3E%3Cpath d='M548.543 781.743C548.524 781.743 548.505 781.74 548.486 781.735C548.37 781.704 548.301 781.584 548.332 781.468L548.621 780.388L547.505 780.089C547.389 780.058 547.32 779.938 547.351 779.822C547.382 779.705 547.502 779.636 547.618 779.668L548.945 780.023C549.062 780.054 549.13 780.174 549.099 780.29L548.754 781.58C548.727 781.678 548.639 781.743 548.543 781.743Z' fill='white' /%3E%3Cpath d='M552.964 784.746C552.844 784.746 552.746 784.649 552.746 784.528V778.796C552.746 778.676 552.844 778.578 552.964 778.578C553.085 778.578 553.182 778.676 553.182 778.796V784.528C553.182 784.649 553.084 784.746 552.964 784.746Z' fill='white' /%3E%3Cpath d='M554.882 782.762C554.826 782.762 554.771 782.74 554.728 782.698L552.981 780.95L551.271 782.66C551.186 782.745 551.048 782.745 550.962 782.66C550.877 782.575 550.877 782.437 550.962 782.352L552.827 780.488C552.912 780.402 553.05 780.402 553.135 780.488L555.037 782.389C555.122 782.474 555.122 782.612 555.037 782.698C554.994 782.74 554.938 782.762 554.882 782.762Z' fill='white' /%3E%3Cpath d='M552.019 783.801C551.963 783.801 551.907 783.78 551.865 783.737C551.779 783.652 551.779 783.514 551.865 783.429L552.836 782.458C552.918 782.376 553.062 782.376 553.144 782.458L554.089 783.402C554.174 783.487 554.174 783.625 554.089 783.711C554.004 783.796 553.866 783.796 553.78 783.711L552.99 782.92L552.173 783.737C552.13 783.78 552.075 783.801 552.019 783.801Z' fill='white' /%3E%3Cpath d='M558.745 781.451C558.708 781.451 558.67 781.441 558.636 781.422L553.672 778.555C553.567 778.495 553.532 778.362 553.592 778.258C553.652 778.153 553.785 778.117 553.89 778.178L558.854 781.044C558.958 781.104 558.994 781.237 558.934 781.342C558.893 781.412 558.82 781.451 558.745 781.451Z' fill='white' /%3E%3Cpath d='M556.07 782.038C555.974 782.038 555.886 781.973 555.86 781.876L555.177 779.33C555.162 779.274 555.17 779.214 555.199 779.164C555.228 779.114 555.275 779.078 555.332 779.063L557.929 778.367C558.045 778.335 558.165 778.405 558.196 778.521C558.227 778.638 558.159 778.757 558.042 778.788L555.655 779.428L556.281 781.764C556.312 781.881 556.243 782 556.127 782.031C556.108 782.035 556.089 782.038 556.07 782.038Z' fill='white' /%3E%3Cpath d='M557.456 781.796C557.36 781.796 557.272 781.732 557.246 781.634L556.89 780.308C556.859 780.191 556.928 780.072 557.044 780.04L558.334 779.695C558.45 779.664 558.57 779.733 558.602 779.849C558.633 779.966 558.564 780.085 558.447 780.116L557.368 780.406L557.667 781.521C557.698 781.638 557.629 781.757 557.513 781.788C557.494 781.793 557.475 781.796 557.456 781.796Z' fill='white' /%3E%3Cpath d='M553.816 777.662C553.74 777.662 553.667 777.622 553.627 777.553C553.567 777.448 553.602 777.315 553.707 777.255L558.671 774.389C558.775 774.328 558.908 774.364 558.969 774.469C559.029 774.573 558.993 774.706 558.889 774.766L553.925 777.633C553.89 777.652 553.852 777.662 553.816 777.662Z' fill='white' /%3E%3Cpath d='M557.954 777.405C557.936 777.405 557.917 777.403 557.897 777.398L555.351 776.715C555.235 776.684 555.166 776.565 555.197 776.448L555.893 773.851C555.924 773.735 556.044 773.665 556.16 773.697C556.277 773.728 556.345 773.848 556.314 773.964L555.675 776.351L558.011 776.977C558.127 777.008 558.196 777.127 558.165 777.244C558.138 777.341 558.05 777.405 557.954 777.405Z' fill='white' /%3E%3Cpath d='M558.434 776.085C558.415 776.085 558.396 776.083 558.377 776.078L557.05 775.722C556.995 775.707 556.947 775.671 556.918 775.621C556.889 775.571 556.881 775.511 556.896 775.456L557.242 774.166C557.273 774.049 557.392 773.98 557.509 774.012C557.625 774.043 557.694 774.162 557.663 774.279L557.374 775.358L558.49 775.657C558.606 775.688 558.675 775.808 558.644 775.924C558.618 776.021 558.53 776.085 558.434 776.085Z' fill='white' /%3E%3Cpath d='M553 779.012C552.371 779.012 551.859 778.501 551.859 777.871C551.859 777.242 552.371 776.73 553 776.73C553.629 776.73 554.141 777.242 554.141 777.871C554.141 778.501 553.629 779.012 553 779.012ZM553 777.167C552.612 777.167 552.295 777.483 552.295 777.872C552.295 778.26 552.612 778.577 553 778.577C553.389 778.577 553.705 778.26 553.705 777.872C553.705 777.483 553.389 777.167 553 777.167Z' fill='white' /%3E%3Cpath d='M552.175 775.349L551.408 774.594C551.339 774.526 551.233 774.512 551.148 774.559C551.063 774.607 551.021 774.705 551.043 774.799L551.305 775.901C551.318 775.958 551.355 776.008 551.406 776.038L551.916 776.341C551.95 776.362 551.989 776.372 552.028 776.372C552.065 776.372 552.103 776.363 552.136 776.343C552.205 776.304 552.246 776.231 552.246 776.152L552.241 775.502C552.24 775.445 552.217 775.389 552.175 775.349Z' fill='white' /%3E%3Cpath d='M551.242 777.857C551.242 777.779 551.2 777.706 551.131 777.667L550.566 777.347C550.516 777.318 550.456 777.311 550.4 777.326L549.363 777.613C549.269 777.639 549.204 777.723 549.203 777.821C549.202 777.918 549.265 778.004 549.359 778.032L550.443 778.356C550.464 778.362 550.485 778.365 550.506 778.365C550.543 778.365 550.58 778.355 550.612 778.337L551.13 778.047C551.199 778.008 551.242 777.936 551.242 777.857Z' fill='white' /%3E%3Cpath d='M552.105 779.387C552.037 779.347 551.953 779.348 551.885 779.387L551.325 779.717C551.275 779.746 551.239 779.794 551.224 779.85L550.954 780.892C550.93 780.986 550.971 781.085 551.054 781.134C551.089 781.155 551.127 781.165 551.165 781.165C551.219 781.165 551.273 781.144 551.315 781.105L552.138 780.328C552.181 780.287 552.206 780.231 552.206 780.172L552.214 779.578C552.215 779.499 552.173 779.427 552.105 779.387Z' fill='white' /%3E%3Cpath d='M554.697 779.846C554.683 779.789 554.647 779.739 554.596 779.709L554.085 779.406C554.018 779.365 553.934 779.365 553.865 779.404C553.797 779.443 553.755 779.516 553.756 779.595L553.761 780.245C553.761 780.302 553.784 780.358 553.826 780.398L554.593 781.153C554.635 781.195 554.69 781.216 554.747 781.216C554.783 781.216 554.82 781.207 554.854 781.188C554.938 781.14 554.981 781.042 554.958 780.948L554.697 779.846Z' fill='white' /%3E%3Cpath d='M556.641 777.714L555.557 777.39C555.5 777.373 555.439 777.38 555.387 777.409L554.869 777.699C554.8 777.738 554.758 777.81 554.758 777.889C554.758 777.968 554.8 778.04 554.868 778.079L555.434 778.4C555.467 778.418 555.504 778.428 555.541 778.428C555.561 778.428 555.58 778.425 555.599 778.42L556.637 778.133C556.731 778.107 556.796 778.023 556.797 777.925C556.798 777.828 556.734 777.743 556.641 777.714Z' fill='white' /%3E%3Cpath d='M553.894 776.36C553.927 776.38 553.965 776.39 554.003 776.39C554.041 776.39 554.079 776.38 554.114 776.359L554.674 776.03C554.724 776.001 554.76 775.953 554.774 775.897L555.045 774.855C555.069 774.761 555.028 774.662 554.945 774.613C554.861 774.563 554.755 774.575 554.684 774.642L553.861 775.419C553.818 775.46 553.793 775.516 553.793 775.575L553.785 776.169C553.784 776.247 553.825 776.32 553.894 776.36Z' fill='white' /%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_5740_7857' x1='0' y1='419.5' x2='1024' y2='419.5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23D75D3D' /%3E%3Cstop offset='1' stop-color='%23DF8A43' /%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_5740_7857' x1='512' y1='-2.0213e-05' x2='1054.38' y2='818.88' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EE1A25' /%3E%3Cstop offset='1' stop-color='%23C51A2A' /%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  }
  .home_index_page .main .cta-section.november2024:before {
    background-image: url("data:image/svg+xml,%3Csvg width='1024' height='351' viewBox='0 0 1024 351' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-230.006 375.019L2438.39 0L2542.77 742.681L-125.629 1117.7L-230.006 375.019Z' fill='%231E1E1E'/%3E%3Cg opacity='0.5'%3E%3Cpath d='M410.858 328.116C410.621 328.116 410.43 327.924 410.43 327.688V316.428C410.43 316.191 410.621 316 410.858 316C411.095 316 411.286 316.191 411.286 316.428V327.688C411.286 327.924 411.095 328.116 410.858 328.116Z' fill='white'/%3E%3Cpath d='M410.822 324.49C410.713 324.49 410.603 324.449 410.519 324.365L406.784 320.63C406.616 320.463 406.616 320.192 406.784 320.024C406.951 319.857 407.222 319.857 407.39 320.024L410.822 323.456L414.181 320.097C414.347 319.93 414.619 319.93 414.786 320.097C414.954 320.264 414.954 320.535 414.786 320.703L411.125 324.364C411.041 324.448 410.932 324.49 410.822 324.49Z' fill='white'/%3E%3Cpath d='M410.807 320.618C410.698 320.618 410.588 320.576 410.505 320.493L408.649 318.637C408.482 318.47 408.482 318.199 408.649 318.032C408.816 317.864 409.087 317.864 409.255 318.032L410.807 319.584L412.412 317.979C412.579 317.812 412.85 317.812 413.018 317.979C413.186 318.146 413.186 318.417 413.018 318.585L411.11 320.493C411.026 320.576 410.917 320.618 410.807 320.618Z' fill='white'/%3E%3Cpath d='M409.251 328.958C409.178 328.958 409.105 328.94 409.037 328.901L399.287 323.272C399.081 323.154 399.011 322.892 399.13 322.687C399.248 322.482 399.51 322.412 399.715 322.53L409.466 328.16C409.671 328.279 409.741 328.54 409.623 328.745C409.543 328.882 409.399 328.958 409.251 328.958Z' fill='white'/%3E%3Cpath d='M400.99 328.545C400.801 328.545 400.628 328.419 400.577 328.227C400.516 327.998 400.651 327.764 400.88 327.702L405.568 326.446L404.339 321.858C404.278 321.629 404.413 321.395 404.642 321.333C404.87 321.271 405.105 321.407 405.167 321.636L406.507 326.638C406.537 326.748 406.521 326.865 406.465 326.963C406.408 327.061 406.315 327.132 406.204 327.162L401.103 328.529C401.064 328.54 401.028 328.545 400.99 328.545Z' fill='white'/%3E%3Cpath d='M400.198 325.934C400.008 325.934 399.836 325.808 399.784 325.616C399.723 325.388 399.858 325.153 400.087 325.092L402.207 324.523L401.62 322.333C401.559 322.104 401.694 321.869 401.923 321.808C402.151 321.746 402.386 321.882 402.447 322.111L403.146 324.717C403.175 324.826 403.16 324.944 403.103 325.041C403.046 325.14 402.953 325.211 402.843 325.241L400.309 325.919C400.272 325.93 400.234 325.934 400.198 325.934Z' fill='white'/%3E%3Cpath d='M399.428 336.401C399.28 336.401 399.136 336.324 399.058 336.187C398.939 335.982 399.009 335.72 399.214 335.602L408.966 329.972C409.171 329.853 409.432 329.923 409.551 330.128C409.669 330.334 409.599 330.595 409.394 330.713L399.642 336.344C399.574 336.382 399.5 336.401 399.428 336.401Z' fill='white'/%3E%3Cpath d='M404.692 337.717C404.655 337.717 404.618 337.712 404.58 337.703C404.351 337.641 404.216 337.407 404.277 337.178L405.533 332.49L400.944 331.261C400.716 331.199 400.581 330.965 400.642 330.736C400.703 330.507 400.938 330.371 401.166 330.433L406.168 331.773C406.397 331.835 406.532 332.069 406.471 332.298L405.104 337.401C405.054 337.591 404.881 337.717 404.692 337.717Z' fill='white'/%3E%3Cpath d='M402.033 337.099C401.997 337.099 401.959 337.094 401.922 337.084C401.693 337.023 401.558 336.788 401.619 336.559L402.187 334.438L399.995 333.85C399.766 333.789 399.631 333.555 399.692 333.326C399.754 333.097 399.988 332.961 400.217 333.023L402.823 333.721C403.052 333.782 403.187 334.017 403.126 334.246L402.447 336.78C402.395 336.972 402.222 337.099 402.033 337.099Z' fill='white'/%3E%3Cpath d='M410.713 343C410.477 343 410.285 342.809 410.285 342.572V331.313C410.285 331.076 410.477 330.885 410.713 330.885C410.95 330.885 411.141 331.076 411.141 331.313V342.572C411.141 342.809 410.949 343 410.713 343Z' fill='white'/%3E%3Cpath d='M414.484 339.102C414.374 339.102 414.265 339.06 414.181 338.977L410.748 335.544L407.39 338.903C407.223 339.07 406.952 339.07 406.784 338.903C406.616 338.736 406.616 338.465 406.784 338.297L410.446 334.636C410.613 334.468 410.884 334.468 411.052 334.636L414.787 338.371C414.955 338.538 414.955 338.809 414.787 338.977C414.703 339.059 414.593 339.102 414.484 339.102Z' fill='white'/%3E%3Cpath d='M408.856 341.146C408.747 341.146 408.637 341.104 408.553 341.021C408.386 340.854 408.386 340.583 408.553 340.415L410.461 338.507C410.622 338.347 410.906 338.347 411.067 338.507L412.922 340.363C413.09 340.529 413.09 340.801 412.922 340.968C412.755 341.136 412.484 341.136 412.317 340.968L410.764 339.416L409.159 341.021C409.075 341.103 408.966 341.146 408.856 341.146Z' fill='white'/%3E%3Cpath d='M422.07 336.528C421.997 336.528 421.924 336.509 421.856 336.471L412.105 330.84C411.9 330.722 411.83 330.461 411.948 330.255C412.067 330.05 412.328 329.98 412.533 330.099L422.284 335.729C422.49 335.847 422.56 336.109 422.441 336.314C422.361 336.451 422.218 336.528 422.07 336.528Z' fill='white'/%3E%3Cpath d='M416.817 337.681C416.628 337.681 416.455 337.554 416.404 337.363L415.063 332.361C415.034 332.252 415.05 332.134 415.106 332.036C415.163 331.938 415.256 331.867 415.366 331.837L420.469 330.47C420.697 330.408 420.931 330.544 420.994 330.773C421.055 331.002 420.92 331.237 420.691 331.298L416.003 332.554L417.232 337.143C417.293 337.372 417.158 337.607 416.929 337.668C416.891 337.676 416.854 337.681 416.817 337.681Z' fill='white'/%3E%3Cpath d='M419.537 337.208C419.347 337.208 419.175 337.082 419.123 336.89L418.425 334.284C418.364 334.056 418.499 333.821 418.728 333.76L421.262 333.081C421.49 333.02 421.725 333.155 421.786 333.384C421.848 333.613 421.712 333.848 421.484 333.909L419.364 334.477L419.951 336.669C420.012 336.897 419.877 337.132 419.648 337.193C419.61 337.203 419.573 337.208 419.537 337.208Z' fill='white'/%3E%3Cpath d='M412.391 329.084C412.243 329.084 412.099 329.007 412.02 328.87C411.902 328.665 411.972 328.404 412.177 328.285L421.929 322.655C422.134 322.537 422.395 322.607 422.513 322.812C422.632 323.017 422.562 323.279 422.357 323.397L412.605 329.027C412.537 329.066 412.463 329.084 412.391 329.084Z' fill='white'/%3E%3Cpath d='M420.515 328.581C420.478 328.581 420.441 328.576 420.403 328.566L415.402 327.225C415.173 327.164 415.038 326.929 415.099 326.701L416.466 321.599C416.527 321.37 416.762 321.234 416.991 321.296C417.219 321.357 417.355 321.592 417.293 321.821L416.038 326.509L420.626 327.738C420.855 327.799 420.99 328.034 420.929 328.263C420.877 328.454 420.703 328.581 420.515 328.581Z' fill='white'/%3E%3Cpath d='M421.463 325.989C421.426 325.989 421.389 325.984 421.351 325.974L418.745 325.276C418.636 325.246 418.542 325.175 418.485 325.077C418.428 324.978 418.413 324.862 418.443 324.752L419.121 322.218C419.182 321.989 419.417 321.853 419.646 321.915C419.875 321.977 420.01 322.211 419.949 322.44L419.381 324.561L421.572 325.148C421.801 325.209 421.936 325.444 421.875 325.673C421.825 325.863 421.652 325.989 421.463 325.989Z' fill='white'/%3E%3Cpath d='M410.786 331.74C409.55 331.74 408.545 330.735 408.545 329.499C408.545 328.263 409.55 327.258 410.786 327.258C412.022 327.258 413.027 328.263 413.027 329.499C413.027 330.735 412.021 331.74 410.786 331.74ZM410.786 328.115C410.023 328.115 409.401 328.736 409.401 329.5C409.401 330.263 410.023 330.885 410.786 330.885C411.549 330.885 412.171 330.263 412.171 329.5C412.17 328.735 411.549 328.115 410.786 328.115Z' fill='white'/%3E%3Cpath d='M409.164 324.541L407.657 323.059C407.52 322.925 407.312 322.897 407.146 322.991C406.979 323.084 406.895 323.277 406.94 323.462L407.453 325.625C407.48 325.738 407.552 325.835 407.652 325.895L408.655 326.491C408.722 326.532 408.798 326.552 408.874 326.552C408.948 326.552 409.021 326.533 409.087 326.494C409.221 326.417 409.303 326.274 409.302 326.119L409.292 324.843C409.291 324.73 409.245 324.621 409.164 324.541Z' fill='white'/%3E%3Cpath d='M407.333 329.469C407.333 329.314 407.25 329.172 407.116 329.095L406.005 328.466C405.907 328.41 405.789 328.396 405.68 328.425L403.642 328.989C403.457 329.04 403.33 329.206 403.328 329.397C403.326 329.588 403.45 329.757 403.634 329.811L405.764 330.448C405.805 330.46 405.846 330.466 405.887 330.466C405.96 330.466 406.032 330.447 406.096 330.412L407.114 329.841C407.249 329.766 407.333 329.623 407.333 329.469Z' fill='white'/%3E%3Cpath d='M409.031 332.474C408.896 332.396 408.732 332.397 408.598 332.475L407.498 333.122C407.4 333.179 407.329 333.274 407.3 333.383L406.77 335.43C406.721 335.615 406.802 335.809 406.966 335.907C407.034 335.947 407.109 335.966 407.184 335.966C407.291 335.966 407.396 335.926 407.478 335.849L409.095 334.322C409.179 334.243 409.228 334.132 409.229 334.017L409.244 332.85C409.246 332.695 409.164 332.552 409.031 332.474Z' fill='white'/%3E%3Cpath d='M414.116 333.374C414.089 333.262 414.017 333.164 413.918 333.105L412.915 332.509C412.782 332.43 412.617 332.429 412.483 332.506C412.348 332.583 412.267 332.726 412.268 332.881L412.277 334.157C412.278 334.271 412.324 334.379 412.406 334.459L413.913 335.943C413.995 336.024 414.103 336.066 414.214 336.066C414.286 336.066 414.358 336.048 414.424 336.011C414.59 335.917 414.674 335.725 414.63 335.539L414.116 333.374Z' fill='white'/%3E%3Cpath d='M417.936 329.188L415.806 328.551C415.694 328.518 415.575 328.532 415.473 328.588L414.455 329.159C414.32 329.235 414.237 329.377 414.236 329.532C414.236 329.687 414.319 329.829 414.453 329.906L415.564 330.535C415.629 330.571 415.702 330.59 415.775 330.59C415.814 330.59 415.852 330.585 415.889 330.574L417.927 330.011C418.112 329.96 418.239 329.794 418.241 329.603C418.244 329.412 418.119 329.244 417.936 329.188Z' fill='white'/%3E%3Cpath d='M412.539 326.528C412.605 326.566 412.68 326.586 412.754 326.586C412.829 326.586 412.904 326.566 412.971 326.527L414.072 325.88C414.17 325.822 414.241 325.728 414.269 325.618L414.8 323.571C414.848 323.387 414.767 323.193 414.604 323.095C414.439 322.997 414.231 323.021 414.092 323.152L412.475 324.679C412.391 324.759 412.342 324.87 412.341 324.985L412.326 326.152C412.324 326.306 412.405 326.45 412.539 326.528Z' fill='white'/%3E%3C/g%3E%3Cg opacity='0.5'%3E%3Cpath d='M553.036 289.168C552.916 289.168 552.818 289.07 552.818 288.95V283.218C552.818 283.097 552.916 283 553.036 283C553.157 283 553.254 283.097 553.254 283.218V288.95C553.254 289.07 553.157 289.168 553.036 289.168Z' fill='white'/%3E%3Cpath d='M553.018 287.322C552.962 287.322 552.907 287.301 552.864 287.258L550.962 285.357C550.877 285.272 550.877 285.134 550.962 285.048C551.047 284.963 551.185 284.963 551.271 285.048L553.018 286.795L554.728 285.086C554.813 285 554.951 285 555.036 285.086C555.122 285.17 555.122 285.309 555.036 285.394L553.172 287.258C553.13 287.301 553.074 287.322 553.018 287.322Z' fill='white'/%3E%3Cpath d='M553.012 285.351C552.957 285.351 552.901 285.33 552.858 285.287L551.914 284.342C551.828 284.257 551.828 284.119 551.914 284.034C551.998 283.949 552.137 283.949 552.222 284.034L553.012 284.824L553.829 284.007C553.914 283.922 554.052 283.922 554.138 284.007C554.223 284.092 554.223 284.23 554.138 284.316L553.166 285.287C553.124 285.33 553.068 285.351 553.012 285.351Z' fill='white'/%3E%3Cpath d='M552.217 289.597C552.18 289.597 552.143 289.587 552.108 289.568L547.144 286.702C547.04 286.642 547.004 286.509 547.064 286.404C547.125 286.3 547.258 286.264 547.362 286.324L552.326 289.19C552.431 289.251 552.466 289.384 552.406 289.488C552.366 289.558 552.292 289.597 552.217 289.597Z' fill='white'/%3E%3Cpath d='M548.013 289.386C547.916 289.386 547.829 289.322 547.802 289.224C547.771 289.108 547.84 288.988 547.957 288.957L550.343 288.317L549.718 285.982C549.686 285.865 549.755 285.746 549.872 285.715C549.988 285.683 550.107 285.752 550.139 285.869L550.821 288.415C550.836 288.471 550.828 288.531 550.8 288.58C550.771 288.631 550.723 288.667 550.667 288.682L548.07 289.378C548.05 289.383 548.032 289.386 548.013 289.386Z' fill='white'/%3E%3Cpath d='M547.607 288.057C547.51 288.057 547.422 287.993 547.396 287.896C547.365 287.779 547.434 287.66 547.55 287.629L548.629 287.339L548.331 286.224C548.3 286.108 548.368 285.988 548.485 285.957C548.601 285.925 548.721 285.995 548.752 286.111L549.107 287.438C549.123 287.493 549.114 287.553 549.086 287.603C549.057 287.653 549.01 287.689 548.953 287.704L547.663 288.05C547.644 288.055 547.625 288.057 547.607 288.057Z' fill='white'/%3E%3Cpath d='M547.218 293.386C547.143 293.386 547.069 293.347 547.029 293.277C546.969 293.173 547.005 293.04 547.109 292.98L552.073 290.113C552.178 290.053 552.311 290.089 552.371 290.193C552.431 290.298 552.396 290.431 552.291 290.491L547.327 293.357C547.292 293.377 547.255 293.386 547.218 293.386Z' fill='white'/%3E%3Cpath d='M549.897 294.056C549.879 294.056 549.86 294.053 549.841 294.048C549.724 294.017 549.655 293.898 549.687 293.781L550.326 291.394L547.99 290.769C547.873 290.738 547.804 290.618 547.836 290.502C547.867 290.385 547.986 290.316 548.103 290.348L550.649 291.03C550.766 291.061 550.834 291.181 550.803 291.297L550.107 293.895C550.082 293.992 549.994 294.056 549.897 294.056Z' fill='white'/%3E%3Cpath d='M548.543 293.743C548.524 293.743 548.505 293.74 548.486 293.735C548.37 293.704 548.301 293.584 548.332 293.468L548.621 292.388L547.505 292.089C547.389 292.058 547.32 291.938 547.351 291.822C547.382 291.705 547.502 291.636 547.618 291.668L548.945 292.023C549.062 292.054 549.13 292.174 549.099 292.29L548.754 293.58C548.727 293.678 548.639 293.743 548.543 293.743Z' fill='white'/%3E%3Cpath d='M552.964 296.746C552.844 296.746 552.746 296.649 552.746 296.528V290.796C552.746 290.676 552.844 290.578 552.964 290.578C553.085 290.578 553.182 290.676 553.182 290.796V296.528C553.182 296.649 553.084 296.746 552.964 296.746Z' fill='white'/%3E%3Cpath d='M554.882 294.762C554.826 294.762 554.771 294.74 554.728 294.698L552.981 292.95L551.271 294.66C551.186 294.745 551.048 294.745 550.962 294.66C550.877 294.575 550.877 294.437 550.962 294.352L552.827 292.488C552.912 292.402 553.05 292.402 553.135 292.488L555.037 294.389C555.122 294.474 555.122 294.612 555.037 294.698C554.994 294.74 554.938 294.762 554.882 294.762Z' fill='white'/%3E%3Cpath d='M552.019 295.801C551.963 295.801 551.907 295.78 551.865 295.737C551.779 295.652 551.779 295.514 551.865 295.429L552.836 294.458C552.918 294.376 553.062 294.376 553.144 294.458L554.089 295.402C554.174 295.487 554.174 295.625 554.089 295.711C554.004 295.796 553.866 295.796 553.78 295.711L552.99 294.92L552.173 295.737C552.13 295.78 552.075 295.801 552.019 295.801Z' fill='white'/%3E%3Cpath d='M558.745 293.451C558.708 293.451 558.67 293.441 558.636 293.422L553.672 290.555C553.567 290.495 553.532 290.362 553.592 290.258C553.652 290.153 553.785 290.117 553.89 290.178L558.854 293.044C558.958 293.104 558.994 293.237 558.934 293.342C558.893 293.412 558.82 293.451 558.745 293.451Z' fill='white'/%3E%3Cpath d='M556.07 294.038C555.974 294.038 555.886 293.973 555.86 293.876L555.177 291.33C555.162 291.274 555.17 291.214 555.199 291.164C555.228 291.114 555.275 291.078 555.332 291.063L557.929 290.367C558.045 290.335 558.165 290.405 558.196 290.521C558.227 290.638 558.159 290.757 558.042 290.788L555.655 291.428L556.281 293.764C556.312 293.881 556.243 294 556.127 294.031C556.108 294.035 556.089 294.038 556.07 294.038Z' fill='white'/%3E%3Cpath d='M557.456 293.796C557.36 293.796 557.272 293.732 557.246 293.634L556.89 292.308C556.859 292.191 556.928 292.072 557.044 292.04L558.334 291.695C558.45 291.664 558.57 291.733 558.602 291.849C558.633 291.966 558.564 292.085 558.447 292.116L557.368 292.406L557.667 293.521C557.698 293.638 557.629 293.757 557.513 293.788C557.494 293.793 557.475 293.796 557.456 293.796Z' fill='white'/%3E%3Cpath d='M553.816 289.662C553.74 289.662 553.667 289.622 553.627 289.553C553.567 289.448 553.602 289.315 553.707 289.255L558.671 286.389C558.775 286.328 558.908 286.364 558.969 286.469C559.029 286.573 558.993 286.706 558.889 286.766L553.925 289.633C553.89 289.652 553.852 289.662 553.816 289.662Z' fill='white'/%3E%3Cpath d='M557.954 289.405C557.936 289.405 557.917 289.403 557.897 289.398L555.351 288.715C555.235 288.684 555.166 288.565 555.197 288.448L555.893 285.851C555.924 285.735 556.044 285.665 556.16 285.697C556.277 285.728 556.345 285.848 556.314 285.964L555.675 288.351L558.011 288.977C558.127 289.008 558.196 289.127 558.165 289.244C558.138 289.341 558.05 289.405 557.954 289.405Z' fill='white'/%3E%3Cpath d='M558.434 288.085C558.415 288.085 558.396 288.083 558.377 288.078L557.05 287.722C556.995 287.707 556.947 287.671 556.918 287.621C556.889 287.571 556.881 287.511 556.896 287.456L557.242 286.166C557.273 286.049 557.392 285.98 557.509 286.012C557.625 286.043 557.694 286.162 557.663 286.279L557.374 287.358L558.49 287.657C558.606 287.688 558.675 287.808 558.644 287.924C558.618 288.021 558.53 288.085 558.434 288.085Z' fill='white'/%3E%3Cpath d='M553 291.012C552.371 291.012 551.859 290.501 551.859 289.871C551.859 289.242 552.371 288.73 553 288.73C553.629 288.73 554.141 289.242 554.141 289.871C554.141 290.501 553.629 291.012 553 291.012ZM553 289.167C552.612 289.167 552.295 289.483 552.295 289.872C552.295 290.26 552.612 290.577 553 290.577C553.389 290.577 553.705 290.26 553.705 289.872C553.705 289.483 553.389 289.167 553 289.167Z' fill='white'/%3E%3Cpath d='M552.175 287.349L551.408 286.594C551.339 286.526 551.233 286.512 551.148 286.559C551.063 286.607 551.021 286.705 551.043 286.799L551.305 287.901C551.318 287.958 551.355 288.008 551.406 288.038L551.916 288.341C551.95 288.362 551.989 288.372 552.028 288.372C552.065 288.372 552.103 288.363 552.136 288.343C552.205 288.304 552.246 288.231 552.246 288.152L552.241 287.502C552.24 287.445 552.217 287.389 552.175 287.349Z' fill='white'/%3E%3Cpath d='M551.242 289.857C551.242 289.779 551.2 289.706 551.131 289.667L550.566 289.347C550.516 289.318 550.456 289.311 550.4 289.326L549.363 289.613C549.269 289.639 549.204 289.723 549.203 289.821C549.202 289.918 549.265 290.004 549.359 290.032L550.443 290.356C550.464 290.362 550.485 290.365 550.506 290.365C550.543 290.365 550.58 290.355 550.612 290.337L551.13 290.047C551.199 290.008 551.242 289.936 551.242 289.857Z' fill='white'/%3E%3Cpath d='M552.105 291.387C552.037 291.347 551.953 291.348 551.885 291.387L551.325 291.717C551.275 291.746 551.239 291.794 551.224 291.85L550.954 292.892C550.93 292.986 550.971 293.085 551.054 293.134C551.089 293.155 551.127 293.165 551.165 293.165C551.219 293.165 551.273 293.144 551.315 293.105L552.138 292.328C552.181 292.287 552.206 292.231 552.206 292.172L552.214 291.578C552.215 291.499 552.173 291.427 552.105 291.387Z' fill='white'/%3E%3Cpath d='M554.697 291.846C554.683 291.789 554.647 291.739 554.596 291.709L554.085 291.406C554.018 291.365 553.934 291.365 553.865 291.404C553.797 291.443 553.755 291.516 553.756 291.595L553.761 292.245C553.761 292.302 553.784 292.358 553.826 292.398L554.593 293.153C554.635 293.195 554.69 293.216 554.747 293.216C554.783 293.216 554.82 293.207 554.854 293.188C554.938 293.14 554.981 293.042 554.958 292.948L554.697 291.846Z' fill='white'/%3E%3Cpath d='M556.641 289.714L555.557 289.39C555.5 289.373 555.439 289.38 555.387 289.409L554.869 289.699C554.8 289.738 554.758 289.81 554.758 289.889C554.758 289.968 554.8 290.04 554.868 290.079L555.434 290.4C555.467 290.418 555.504 290.428 555.541 290.428C555.561 290.428 555.58 290.425 555.599 290.42L556.637 290.133C556.731 290.107 556.796 290.023 556.797 289.925C556.798 289.828 556.734 289.743 556.641 289.714Z' fill='white'/%3E%3Cpath d='M553.894 288.36C553.927 288.38 553.965 288.39 554.003 288.39C554.041 288.39 554.079 288.38 554.114 288.359L554.674 288.03C554.724 288.001 554.76 287.953 554.774 287.897L555.045 286.855C555.069 286.761 555.028 286.662 554.945 286.613C554.861 286.563 554.755 286.575 554.684 286.642L553.861 287.419C553.818 287.46 553.793 287.516 553.793 287.575L553.785 288.169C553.784 288.247 553.825 288.32 553.894 288.36Z' fill='white'/%3E%3C/g%3E%3C/svg%3E%0A");
    bottom: 0;
  }
  .home_index_page .main .cta-section.november2024:after {
    width: 371px;
    height: 477px;
    background-image: url(/assets/images/november2024/img-lama-1024-christmas.png);
    top: 210px;
    left: 49%;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.november2024 {
    background-image: url("data:image/svg+xml,%3Csvg width='768' height='1415' viewBox='0 0 768 1415' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='768' height='1415' fill='white' /%3E%3Crect width='768' height='1415' fill='url(%23paint0_linear_5740_7760)' /%3E%3Crect width='768' height='1415' fill='url(%23paint1_linear_5740_7760)' /%3E%3Cpath d='M485.858 198.116C485.621 198.116 485.43 197.924 485.43 197.688V186.428C485.43 186.191 485.621 186 485.858 186C486.095 186 486.286 186.191 486.286 186.428V197.688C486.286 197.924 486.095 198.116 485.858 198.116Z' fill='white' /%3E%3Cpath d='M485.822 194.49C485.713 194.49 485.603 194.449 485.519 194.365L481.784 190.63C481.616 190.463 481.616 190.192 481.784 190.024C481.951 189.857 482.222 189.857 482.39 190.024L485.822 193.456L489.181 190.097C489.347 189.93 489.619 189.93 489.786 190.097C489.954 190.264 489.954 190.535 489.786 190.703L486.125 194.364C486.041 194.448 485.932 194.49 485.822 194.49Z' fill='white' /%3E%3Cpath d='M485.807 190.618C485.698 190.618 485.588 190.576 485.505 190.493L483.649 188.637C483.482 188.47 483.482 188.199 483.649 188.032C483.816 187.864 484.087 187.864 484.255 188.032L485.807 189.584L487.412 187.979C487.579 187.812 487.85 187.812 488.018 187.979C488.186 188.146 488.186 188.417 488.018 188.585L486.11 190.493C486.026 190.576 485.917 190.618 485.807 190.618Z' fill='white' /%3E%3Cpath d='M484.251 198.958C484.178 198.958 484.105 198.94 484.037 198.901L474.287 193.272C474.081 193.154 474.011 192.892 474.13 192.687C474.248 192.482 474.51 192.412 474.715 192.53L484.466 198.16C484.671 198.279 484.741 198.54 484.623 198.745C484.543 198.882 484.399 198.958 484.251 198.958Z' fill='white' /%3E%3Cpath d='M475.99 198.545C475.801 198.545 475.628 198.419 475.577 198.227C475.516 197.998 475.651 197.764 475.88 197.702L480.568 196.446L479.339 191.858C479.278 191.629 479.413 191.395 479.642 191.333C479.87 191.271 480.105 191.407 480.167 191.636L481.507 196.638C481.537 196.748 481.521 196.865 481.465 196.963C481.408 197.061 481.315 197.132 481.204 197.162L476.103 198.529C476.064 198.54 476.028 198.545 475.99 198.545Z' fill='white' /%3E%3Cpath d='M475.198 195.934C475.008 195.934 474.836 195.808 474.784 195.616C474.723 195.388 474.858 195.153 475.087 195.092L477.207 194.523L476.62 192.333C476.559 192.104 476.694 191.869 476.923 191.808C477.151 191.746 477.386 191.882 477.447 192.111L478.146 194.717C478.175 194.826 478.16 194.944 478.103 195.041C478.046 195.14 477.953 195.211 477.843 195.241L475.309 195.919C475.272 195.93 475.234 195.934 475.198 195.934Z' fill='white' /%3E%3Cpath d='M474.428 206.401C474.28 206.401 474.136 206.324 474.058 206.187C473.939 205.982 474.009 205.72 474.214 205.602L483.966 199.972C484.171 199.853 484.432 199.923 484.551 200.128C484.669 200.334 484.599 200.595 484.394 200.713L474.642 206.344C474.574 206.382 474.5 206.401 474.428 206.401Z' fill='white' /%3E%3Cpath d='M479.692 207.717C479.655 207.717 479.618 207.712 479.58 207.703C479.351 207.641 479.216 207.407 479.277 207.178L480.533 202.49L475.944 201.261C475.716 201.199 475.581 200.965 475.642 200.736C475.703 200.507 475.938 200.371 476.166 200.433L481.168 201.773C481.397 201.835 481.532 202.069 481.471 202.298L480.104 207.401C480.054 207.591 479.881 207.717 479.692 207.717Z' fill='white' /%3E%3Cpath d='M477.033 207.099C476.997 207.099 476.959 207.094 476.922 207.084C476.693 207.023 476.558 206.788 476.619 206.559L477.187 204.438L474.995 203.85C474.766 203.789 474.631 203.555 474.692 203.326C474.754 203.097 474.988 202.961 475.217 203.023L477.823 203.721C478.052 203.782 478.187 204.017 478.126 204.246L477.447 206.78C477.395 206.972 477.222 207.099 477.033 207.099Z' fill='white' /%3E%3Cpath d='M485.713 213C485.477 213 485.285 212.809 485.285 212.572V201.313C485.285 201.076 485.477 200.885 485.713 200.885C485.95 200.885 486.141 201.076 486.141 201.313V212.572C486.141 212.809 485.949 213 485.713 213Z' fill='white' /%3E%3Cpath d='M489.484 209.102C489.374 209.102 489.265 209.06 489.181 208.977L485.748 205.544L482.39 208.903C482.223 209.07 481.952 209.07 481.784 208.903C481.616 208.736 481.616 208.465 481.784 208.297L485.446 204.636C485.613 204.468 485.884 204.468 486.052 204.636L489.787 208.371C489.955 208.538 489.955 208.809 489.787 208.977C489.703 209.059 489.593 209.102 489.484 209.102Z' fill='white' /%3E%3Cpath d='M483.856 211.146C483.747 211.146 483.637 211.104 483.553 211.021C483.386 210.854 483.386 210.583 483.553 210.415L485.461 208.507C485.622 208.347 485.906 208.347 486.067 208.507L487.922 210.363C488.09 210.529 488.09 210.801 487.922 210.968C487.755 211.136 487.484 211.136 487.317 210.968L485.764 209.416L484.159 211.021C484.075 211.103 483.966 211.146 483.856 211.146Z' fill='white' /%3E%3Cpath d='M497.07 206.528C496.997 206.528 496.924 206.509 496.856 206.471L487.105 200.84C486.9 200.722 486.83 200.461 486.948 200.255C487.067 200.05 487.328 199.98 487.533 200.099L497.284 205.729C497.49 205.847 497.56 206.109 497.441 206.314C497.361 206.451 497.218 206.528 497.07 206.528Z' fill='white' /%3E%3Cpath d='M491.817 207.681C491.628 207.681 491.455 207.554 491.404 207.363L490.063 202.361C490.034 202.252 490.05 202.134 490.106 202.036C490.163 201.938 490.256 201.867 490.366 201.837L495.469 200.47C495.697 200.408 495.931 200.544 495.994 200.773C496.055 201.002 495.92 201.237 495.691 201.298L491.003 202.554L492.232 207.143C492.293 207.372 492.158 207.607 491.929 207.668C491.891 207.676 491.854 207.681 491.817 207.681Z' fill='white' /%3E%3Cpath d='M494.537 207.208C494.347 207.208 494.175 207.082 494.123 206.89L493.425 204.284C493.364 204.056 493.499 203.821 493.728 203.76L496.262 203.081C496.49 203.02 496.725 203.155 496.786 203.384C496.848 203.613 496.712 203.848 496.484 203.909L494.364 204.477L494.951 206.669C495.012 206.897 494.877 207.132 494.648 207.193C494.61 207.203 494.573 207.208 494.537 207.208Z' fill='white' /%3E%3Cpath d='M487.391 199.084C487.243 199.084 487.099 199.007 487.02 198.87C486.902 198.665 486.972 198.404 487.177 198.285L496.929 192.655C497.134 192.537 497.395 192.607 497.513 192.812C497.632 193.017 497.562 193.279 497.357 193.397L487.605 199.027C487.537 199.066 487.463 199.084 487.391 199.084Z' fill='white' /%3E%3Cpath d='M495.515 198.581C495.478 198.581 495.441 198.576 495.403 198.566L490.402 197.225C490.173 197.164 490.038 196.929 490.099 196.701L491.466 191.599C491.527 191.37 491.762 191.234 491.991 191.296C492.219 191.357 492.355 191.592 492.293 191.821L491.038 196.509L495.626 197.738C495.855 197.799 495.99 198.034 495.929 198.263C495.877 198.454 495.703 198.581 495.515 198.581Z' fill='white' /%3E%3Cpath d='M496.463 195.989C496.426 195.989 496.389 195.984 496.351 195.974L493.745 195.276C493.636 195.246 493.542 195.175 493.485 195.077C493.428 194.978 493.413 194.862 493.443 194.752L494.121 192.218C494.182 191.989 494.417 191.853 494.646 191.915C494.875 191.977 495.01 192.211 494.949 192.44L494.381 194.561L496.572 195.148C496.801 195.209 496.936 195.444 496.875 195.673C496.825 195.863 496.652 195.989 496.463 195.989Z' fill='white' /%3E%3Cpath d='M485.786 201.74C484.55 201.74 483.545 200.735 483.545 199.499C483.545 198.263 484.55 197.258 485.786 197.258C487.022 197.258 488.027 198.263 488.027 199.499C488.027 200.735 487.021 201.74 485.786 201.74ZM485.786 198.115C485.023 198.115 484.401 198.736 484.401 199.5C484.401 200.263 485.023 200.885 485.786 200.885C486.549 200.885 487.171 200.263 487.171 199.5C487.17 198.735 486.549 198.115 485.786 198.115Z' fill='white' /%3E%3Cpath d='M484.164 194.541L482.657 193.059C482.52 192.925 482.312 192.897 482.146 192.991C481.979 193.084 481.895 193.277 481.94 193.462L482.453 195.625C482.48 195.738 482.552 195.835 482.652 195.895L483.655 196.491C483.722 196.532 483.798 196.552 483.874 196.552C483.948 196.552 484.021 196.533 484.087 196.494C484.221 196.417 484.303 196.274 484.302 196.119L484.292 194.843C484.291 194.73 484.245 194.621 484.164 194.541Z' fill='white' /%3E%3Cpath d='M482.333 199.469C482.333 199.314 482.25 199.172 482.116 199.095L481.005 198.466C480.907 198.41 480.789 198.396 480.68 198.425L478.642 198.989C478.457 199.04 478.33 199.206 478.328 199.397C478.326 199.588 478.45 199.757 478.634 199.811L480.764 200.448C480.805 200.46 480.846 200.466 480.887 200.466C480.96 200.466 481.032 200.447 481.096 200.412L482.114 199.841C482.249 199.766 482.333 199.623 482.333 199.469Z' fill='white' /%3E%3Cpath d='M484.031 202.474C483.896 202.396 483.732 202.397 483.598 202.475L482.498 203.122C482.4 203.179 482.329 203.274 482.3 203.383L481.77 205.43C481.721 205.615 481.802 205.809 481.966 205.907C482.034 205.947 482.109 205.966 482.184 205.966C482.291 205.966 482.396 205.926 482.478 205.849L484.095 204.322C484.179 204.243 484.228 204.132 484.229 204.017L484.244 202.85C484.246 202.695 484.164 202.552 484.031 202.474Z' fill='white' /%3E%3Cpath d='M489.116 203.374C489.089 203.262 489.017 203.164 488.918 203.105L487.915 202.509C487.782 202.43 487.617 202.429 487.483 202.506C487.348 202.583 487.267 202.726 487.268 202.881L487.277 204.157C487.278 204.271 487.324 204.379 487.406 204.459L488.913 205.943C488.995 206.024 489.103 206.066 489.214 206.066C489.286 206.066 489.358 206.048 489.424 206.011C489.59 205.917 489.674 205.725 489.63 205.539L489.116 203.374Z' fill='white' /%3E%3Cpath d='M492.936 199.188L490.806 198.551C490.694 198.518 490.575 198.532 490.473 198.588L489.455 199.159C489.32 199.235 489.237 199.377 489.236 199.532C489.236 199.687 489.319 199.829 489.453 199.906L490.564 200.535C490.629 200.571 490.702 200.59 490.775 200.59C490.814 200.59 490.852 200.585 490.889 200.574L492.927 200.011C493.112 199.96 493.239 199.794 493.241 199.603C493.244 199.412 493.119 199.244 492.936 199.188Z' fill='white' /%3E%3Cpath d='M487.539 196.528C487.605 196.566 487.68 196.586 487.754 196.586C487.829 196.586 487.904 196.566 487.971 196.527L489.072 195.88C489.17 195.822 489.241 195.728 489.269 195.618L489.8 193.571C489.848 193.387 489.767 193.193 489.604 193.095C489.439 192.997 489.231 193.021 489.092 193.152L487.475 194.679C487.391 194.759 487.342 194.87 487.341 194.985L487.326 196.152C487.324 196.306 487.405 196.45 487.539 196.528Z' fill='white' /%3E%3Cpath d='M390.036 378.168C389.916 378.168 389.818 378.07 389.818 377.95V372.218C389.818 372.097 389.916 372 390.036 372C390.157 372 390.254 372.097 390.254 372.218V377.95C390.254 378.07 390.157 378.168 390.036 378.168Z' fill='white' /%3E%3Cpath d='M390.018 376.322C389.962 376.322 389.907 376.301 389.864 376.258L387.962 374.357C387.877 374.272 387.877 374.134 387.962 374.048C388.047 373.963 388.185 373.963 388.271 374.048L390.018 375.795L391.728 374.086C391.813 374 391.951 374 392.036 374.086C392.122 374.17 392.122 374.309 392.036 374.394L390.172 376.258C390.13 376.301 390.074 376.322 390.018 376.322Z' fill='white' /%3E%3Cpath d='M390.012 374.351C389.957 374.351 389.901 374.33 389.858 374.287L388.914 373.342C388.828 373.257 388.828 373.119 388.914 373.034C388.998 372.949 389.137 372.949 389.222 373.034L390.012 373.824L390.829 373.007C390.914 372.922 391.052 372.922 391.138 373.007C391.223 373.092 391.223 373.23 391.138 373.316L390.166 374.287C390.124 374.33 390.068 374.351 390.012 374.351Z' fill='white' /%3E%3Cpath d='M389.217 378.597C389.18 378.597 389.143 378.587 389.108 378.568L384.144 375.702C384.04 375.642 384.004 375.509 384.064 375.404C384.125 375.3 384.258 375.264 384.362 375.324L389.326 378.19C389.431 378.251 389.466 378.384 389.406 378.488C389.366 378.558 389.292 378.597 389.217 378.597Z' fill='white' /%3E%3Cpath d='M385.013 378.386C384.916 378.386 384.829 378.322 384.802 378.224C384.771 378.108 384.84 377.988 384.957 377.957L387.343 377.317L386.718 374.982C386.686 374.865 386.755 374.746 386.872 374.715C386.988 374.683 387.107 374.752 387.139 374.869L387.821 377.415C387.836 377.471 387.828 377.531 387.8 377.58C387.771 377.631 387.723 377.667 387.667 377.682L385.07 378.378C385.05 378.383 385.032 378.386 385.013 378.386Z' fill='white' /%3E%3Cpath d='M384.607 377.057C384.51 377.057 384.422 376.993 384.396 376.896C384.365 376.779 384.434 376.66 384.55 376.629L385.629 376.339L385.331 375.224C385.3 375.108 385.368 374.988 385.485 374.957C385.601 374.925 385.721 374.995 385.752 375.111L386.107 376.438C386.123 376.493 386.114 376.553 386.086 376.603C386.057 376.653 386.01 376.689 385.953 376.704L384.663 377.05C384.644 377.055 384.625 377.057 384.607 377.057Z' fill='white' /%3E%3Cpath d='M384.218 382.386C384.143 382.386 384.069 382.347 384.029 382.277C383.969 382.173 384.005 382.04 384.109 381.98L389.073 379.113C389.178 379.053 389.311 379.089 389.371 379.193C389.431 379.298 389.396 379.431 389.291 379.491L384.327 382.357C384.292 382.377 384.255 382.386 384.218 382.386Z' fill='white' /%3E%3Cpath d='M386.897 383.056C386.879 383.056 386.86 383.053 386.841 383.048C386.724 383.017 386.655 382.898 386.687 382.781L387.326 380.394L384.99 379.769C384.873 379.738 384.804 379.618 384.836 379.502C384.867 379.385 384.986 379.316 385.103 379.348L387.649 380.03C387.766 380.061 387.834 380.181 387.803 380.297L387.107 382.895C387.082 382.992 386.994 383.056 386.897 383.056Z' fill='white' /%3E%3Cpath d='M385.543 382.743C385.524 382.743 385.505 382.74 385.486 382.735C385.37 382.704 385.301 382.584 385.332 382.468L385.621 381.388L384.505 381.089C384.389 381.058 384.32 380.938 384.351 380.822C384.382 380.705 384.502 380.636 384.618 380.668L385.945 381.023C386.062 381.054 386.13 381.174 386.099 381.29L385.754 382.58C385.727 382.678 385.639 382.743 385.543 382.743Z' fill='white' /%3E%3Cpath d='M389.964 385.746C389.844 385.746 389.746 385.649 389.746 385.528V379.796C389.746 379.676 389.844 379.578 389.964 379.578C390.085 379.578 390.182 379.676 390.182 379.796V385.528C390.182 385.649 390.084 385.746 389.964 385.746Z' fill='white' /%3E%3Cpath d='M391.882 383.762C391.826 383.762 391.771 383.74 391.728 383.698L389.981 381.95L388.271 383.66C388.186 383.745 388.048 383.745 387.962 383.66C387.877 383.575 387.877 383.437 387.962 383.352L389.827 381.488C389.912 381.402 390.05 381.402 390.135 381.488L392.037 383.389C392.122 383.474 392.122 383.612 392.037 383.698C391.994 383.74 391.938 383.762 391.882 383.762Z' fill='white' /%3E%3Cpath d='M389.019 384.801C388.963 384.801 388.907 384.78 388.865 384.737C388.779 384.652 388.779 384.514 388.865 384.429L389.836 383.458C389.918 383.376 390.062 383.376 390.144 383.458L391.089 384.402C391.174 384.487 391.174 384.625 391.089 384.711C391.004 384.796 390.866 384.796 390.78 384.711L389.99 383.92L389.173 384.737C389.13 384.78 389.075 384.801 389.019 384.801Z' fill='white' /%3E%3Cpath d='M395.745 382.451C395.708 382.451 395.67 382.441 395.636 382.422L390.672 379.555C390.567 379.495 390.532 379.362 390.592 379.258C390.652 379.153 390.785 379.117 390.89 379.178L395.854 382.044C395.958 382.104 395.994 382.237 395.934 382.342C395.893 382.412 395.82 382.451 395.745 382.451Z' fill='white' /%3E%3Cpath d='M393.07 383.038C392.974 383.038 392.886 382.973 392.86 382.876L392.177 380.33C392.162 380.274 392.17 380.214 392.199 380.164C392.228 380.114 392.275 380.078 392.332 380.063L394.929 379.367C395.045 379.335 395.165 379.405 395.196 379.521C395.227 379.638 395.159 379.757 395.042 379.788L392.655 380.428L393.281 382.764C393.312 382.881 393.243 383 393.127 383.031C393.108 383.035 393.089 383.038 393.07 383.038Z' fill='white' /%3E%3Cpath d='M394.456 382.796C394.36 382.796 394.272 382.732 394.246 382.634L393.89 381.308C393.859 381.191 393.928 381.072 394.044 381.04L395.334 380.695C395.45 380.664 395.57 380.733 395.602 380.849C395.633 380.966 395.564 381.085 395.447 381.116L394.368 381.406L394.667 382.521C394.698 382.638 394.629 382.757 394.513 382.788C394.494 382.793 394.475 382.796 394.456 382.796Z' fill='white' /%3E%3Cpath d='M390.816 378.662C390.74 378.662 390.667 378.622 390.627 378.553C390.567 378.448 390.602 378.315 390.707 378.255L395.671 375.389C395.775 375.328 395.908 375.364 395.969 375.469C396.029 375.573 395.993 375.706 395.889 375.766L390.925 378.633C390.89 378.652 390.852 378.662 390.816 378.662Z' fill='white' /%3E%3Cpath d='M394.954 378.405C394.936 378.405 394.917 378.403 394.897 378.398L392.351 377.715C392.235 377.684 392.166 377.565 392.197 377.448L392.893 374.851C392.924 374.735 393.044 374.665 393.16 374.697C393.277 374.728 393.345 374.848 393.314 374.964L392.675 377.351L395.011 377.977C395.127 378.008 395.196 378.127 395.165 378.244C395.138 378.341 395.05 378.405 394.954 378.405Z' fill='white' /%3E%3Cpath d='M395.434 377.085C395.415 377.085 395.396 377.083 395.377 377.078L394.05 376.722C393.995 376.707 393.947 376.671 393.918 376.621C393.889 376.571 393.881 376.511 393.896 376.456L394.242 375.166C394.273 375.049 394.392 374.98 394.509 375.012C394.625 375.043 394.694 375.162 394.663 375.279L394.374 376.358L395.49 376.657C395.606 376.688 395.675 376.808 395.644 376.924C395.618 377.021 395.53 377.085 395.434 377.085Z' fill='white' /%3E%3Cpath d='M390 380.012C389.371 380.012 388.859 379.501 388.859 378.871C388.859 378.242 389.371 377.73 390 377.73C390.629 377.73 391.141 378.242 391.141 378.871C391.141 379.501 390.629 380.012 390 380.012ZM390 378.167C389.612 378.167 389.295 378.483 389.295 378.872C389.295 379.26 389.612 379.577 390 379.577C390.389 379.577 390.705 379.26 390.705 378.872C390.705 378.483 390.389 378.167 390 378.167Z' fill='white' /%3E%3Cpath d='M389.175 376.349L388.408 375.594C388.339 375.526 388.233 375.512 388.148 375.559C388.063 375.607 388.021 375.705 388.043 375.799L388.305 376.901C388.318 376.958 388.355 377.008 388.406 377.038L388.916 377.341C388.95 377.362 388.989 377.372 389.028 377.372C389.065 377.372 389.103 377.363 389.136 377.343C389.205 377.304 389.246 377.231 389.246 377.152L389.241 376.502C389.24 376.445 389.217 376.389 389.175 376.349Z' fill='white' /%3E%3Cpath d='M388.242 378.857C388.242 378.779 388.2 378.706 388.131 378.667L387.566 378.347C387.516 378.318 387.456 378.311 387.4 378.326L386.363 378.613C386.269 378.639 386.204 378.723 386.203 378.821C386.202 378.918 386.265 379.004 386.359 379.032L387.443 379.356C387.464 379.362 387.485 379.365 387.506 379.365C387.543 379.365 387.58 379.355 387.612 379.337L388.13 379.047C388.199 379.008 388.242 378.936 388.242 378.857Z' fill='white' /%3E%3Cpath d='M389.105 380.387C389.037 380.347 388.953 380.348 388.885 380.387L388.325 380.717C388.275 380.746 388.239 380.794 388.224 380.85L387.954 381.892C387.93 381.986 387.971 382.085 388.054 382.134C388.089 382.155 388.127 382.165 388.165 382.165C388.219 382.165 388.273 382.144 388.315 382.105L389.138 381.328C389.181 381.287 389.206 381.231 389.206 381.172L389.214 380.578C389.215 380.499 389.173 380.427 389.105 380.387Z' fill='white' /%3E%3Cpath d='M391.697 380.846C391.683 380.789 391.647 380.739 391.596 380.709L391.085 380.406C391.018 380.365 390.934 380.365 390.865 380.404C390.797 380.443 390.755 380.516 390.756 380.595L390.761 381.245C390.761 381.302 390.784 381.358 390.826 381.398L391.593 382.153C391.635 382.195 391.69 382.216 391.747 382.216C391.783 382.216 391.82 382.207 391.854 382.188C391.938 382.14 391.981 382.042 391.958 381.948L391.697 380.846Z' fill='white' /%3E%3Cpath d='M393.641 378.714L392.557 378.39C392.5 378.373 392.439 378.38 392.387 378.409L391.869 378.699C391.8 378.738 391.758 378.81 391.758 378.889C391.758 378.968 391.8 379.04 391.868 379.079L392.434 379.4C392.467 379.418 392.504 379.428 392.541 379.428C392.561 379.428 392.58 379.425 392.599 379.42L393.637 379.133C393.731 379.107 393.796 379.023 393.797 378.925C393.798 378.828 393.734 378.743 393.641 378.714Z' fill='white' /%3E%3Cpath d='M390.894 377.36C390.927 377.38 390.965 377.39 391.003 377.39C391.041 377.39 391.079 377.38 391.114 377.359L391.674 377.03C391.724 377.001 391.76 376.953 391.774 376.897L392.045 375.855C392.069 375.761 392.028 375.662 391.945 375.613C391.861 375.563 391.755 375.575 391.684 375.642L390.861 376.419C390.818 376.46 390.793 376.516 390.793 376.575L390.785 377.169C390.784 377.247 390.825 377.32 390.894 377.36Z' fill='white' /%3E%3Cpath d='M724.036 442.168C723.916 442.168 723.818 442.07 723.818 441.95V436.218C723.818 436.097 723.916 436 724.036 436C724.157 436 724.254 436.097 724.254 436.218V441.95C724.254 442.07 724.157 442.168 724.036 442.168Z' fill='white' /%3E%3Cpath d='M724.018 440.322C723.962 440.322 723.907 440.301 723.864 440.258L721.962 438.357C721.877 438.272 721.877 438.134 721.962 438.048C722.047 437.963 722.185 437.963 722.271 438.048L724.018 439.795L725.728 438.086C725.813 438 725.951 438 726.036 438.086C726.122 438.17 726.122 438.309 726.036 438.394L724.172 440.258C724.13 440.301 724.074 440.322 724.018 440.322Z' fill='white' /%3E%3Cpath d='M724.012 438.351C723.957 438.351 723.901 438.33 723.858 438.287L722.914 437.342C722.828 437.257 722.828 437.119 722.914 437.034C722.998 436.949 723.137 436.949 723.222 437.034L724.012 437.824L724.829 437.007C724.914 436.922 725.052 436.922 725.138 437.007C725.223 437.092 725.223 437.23 725.138 437.316L724.166 438.287C724.124 438.33 724.068 438.351 724.012 438.351Z' fill='white' /%3E%3Cpath d='M723.217 442.597C723.18 442.597 723.143 442.587 723.108 442.568L718.144 439.702C718.04 439.642 718.004 439.509 718.064 439.404C718.125 439.3 718.258 439.264 718.362 439.324L723.326 442.19C723.431 442.251 723.466 442.384 723.406 442.488C723.366 442.558 723.292 442.597 723.217 442.597Z' fill='white' /%3E%3Cpath d='M719.013 442.386C718.916 442.386 718.829 442.322 718.802 442.224C718.771 442.108 718.84 441.988 718.957 441.957L721.343 441.317L720.718 438.982C720.686 438.865 720.755 438.746 720.872 438.715C720.988 438.683 721.107 438.752 721.139 438.869L721.821 441.415C721.836 441.471 721.828 441.531 721.8 441.58C721.771 441.631 721.723 441.667 721.667 441.682L719.07 442.378C719.05 442.383 719.032 442.386 719.013 442.386Z' fill='white' /%3E%3Cpath d='M718.607 441.057C718.51 441.057 718.422 440.993 718.396 440.896C718.365 440.779 718.434 440.66 718.55 440.629L719.629 440.339L719.331 439.224C719.3 439.108 719.368 438.988 719.485 438.957C719.601 438.925 719.721 438.995 719.752 439.111L720.107 440.438C720.123 440.493 720.114 440.553 720.086 440.603C720.057 440.653 720.01 440.689 719.953 440.704L718.663 441.05C718.644 441.055 718.625 441.057 718.607 441.057Z' fill='white' /%3E%3Cpath d='M718.218 446.386C718.143 446.386 718.069 446.347 718.029 446.277C717.969 446.173 718.005 446.04 718.109 445.98L723.073 443.113C723.178 443.053 723.311 443.089 723.371 443.193C723.431 443.298 723.396 443.431 723.291 443.491L718.327 446.357C718.292 446.377 718.255 446.386 718.218 446.386Z' fill='white' /%3E%3Cpath d='M720.897 447.056C720.879 447.056 720.86 447.053 720.841 447.048C720.724 447.017 720.655 446.898 720.687 446.781L721.326 444.394L718.99 443.769C718.873 443.738 718.804 443.618 718.836 443.502C718.867 443.385 718.986 443.316 719.103 443.348L721.649 444.03C721.766 444.061 721.834 444.181 721.803 444.297L721.107 446.895C721.082 446.992 720.994 447.056 720.897 447.056Z' fill='white' /%3E%3Cpath d='M719.543 446.743C719.524 446.743 719.505 446.74 719.486 446.735C719.37 446.704 719.301 446.584 719.332 446.468L719.621 445.388L718.505 445.089C718.389 445.058 718.32 444.938 718.351 444.822C718.382 444.705 718.502 444.636 718.618 444.668L719.945 445.023C720.062 445.054 720.13 445.174 720.099 445.29L719.754 446.58C719.727 446.678 719.639 446.743 719.543 446.743Z' fill='white' /%3E%3Cpath d='M723.964 449.746C723.844 449.746 723.746 449.649 723.746 449.528V443.796C723.746 443.676 723.844 443.578 723.964 443.578C724.085 443.578 724.182 443.676 724.182 443.796V449.528C724.182 449.649 724.084 449.746 723.964 449.746Z' fill='white' /%3E%3Cpath d='M725.882 447.762C725.826 447.762 725.771 447.74 725.728 447.698L723.981 445.95L722.271 447.66C722.186 447.745 722.048 447.745 721.962 447.66C721.877 447.575 721.877 447.437 721.962 447.352L723.827 445.488C723.912 445.402 724.05 445.402 724.135 445.488L726.037 447.389C726.122 447.474 726.122 447.612 726.037 447.698C725.994 447.74 725.938 447.762 725.882 447.762Z' fill='white' /%3E%3Cpath d='M723.019 448.801C722.963 448.801 722.907 448.78 722.865 448.737C722.779 448.652 722.779 448.514 722.865 448.429L723.836 447.458C723.918 447.376 724.062 447.376 724.144 447.458L725.089 448.402C725.174 448.487 725.174 448.625 725.089 448.711C725.004 448.796 724.866 448.796 724.78 448.711L723.99 447.92L723.173 448.737C723.13 448.78 723.075 448.801 723.019 448.801Z' fill='white' /%3E%3Cpath d='M729.745 446.451C729.708 446.451 729.67 446.441 729.636 446.422L724.672 443.555C724.567 443.495 724.532 443.362 724.592 443.258C724.652 443.153 724.785 443.117 724.89 443.178L729.854 446.044C729.958 446.104 729.994 446.237 729.934 446.342C729.893 446.412 729.82 446.451 729.745 446.451Z' fill='white' /%3E%3Cpath d='M727.07 447.038C726.974 447.038 726.886 446.973 726.86 446.876L726.177 444.33C726.162 444.274 726.17 444.214 726.199 444.164C726.228 444.114 726.275 444.078 726.332 444.063L728.929 443.367C729.045 443.335 729.165 443.405 729.196 443.521C729.227 443.638 729.159 443.757 729.042 443.788L726.655 444.428L727.281 446.764C727.312 446.881 727.243 447 727.127 447.031C727.108 447.035 727.089 447.038 727.07 447.038Z' fill='white' /%3E%3Cpath d='M728.456 446.796C728.36 446.796 728.272 446.732 728.246 446.634L727.89 445.308C727.859 445.191 727.928 445.072 728.044 445.04L729.334 444.695C729.45 444.664 729.57 444.733 729.602 444.849C729.633 444.966 729.564 445.085 729.447 445.116L728.368 445.406L728.667 446.521C728.698 446.638 728.629 446.757 728.513 446.788C728.494 446.793 728.475 446.796 728.456 446.796Z' fill='white' /%3E%3Cpath d='M724.816 442.662C724.74 442.662 724.667 442.622 724.627 442.553C724.567 442.448 724.602 442.315 724.707 442.255L729.671 439.389C729.775 439.328 729.908 439.364 729.969 439.469C730.029 439.573 729.993 439.706 729.889 439.766L724.925 442.633C724.89 442.652 724.852 442.662 724.816 442.662Z' fill='white' /%3E%3Cpath d='M728.954 442.405C728.936 442.405 728.917 442.403 728.897 442.398L726.351 441.715C726.235 441.684 726.166 441.565 726.197 441.448L726.893 438.851C726.924 438.735 727.044 438.665 727.16 438.697C727.277 438.728 727.345 438.848 727.314 438.964L726.675 441.351L729.011 441.977C729.127 442.008 729.196 442.127 729.165 442.244C729.138 442.341 729.05 442.405 728.954 442.405Z' fill='white' /%3E%3Cpath d='M729.434 441.085C729.415 441.085 729.396 441.083 729.377 441.078L728.05 440.722C727.995 440.707 727.947 440.671 727.918 440.621C727.889 440.571 727.881 440.511 727.896 440.456L728.242 439.166C728.273 439.049 728.392 438.98 728.509 439.012C728.625 439.043 728.694 439.162 728.663 439.279L728.374 440.358L729.49 440.657C729.606 440.688 729.675 440.808 729.644 440.924C729.618 441.021 729.53 441.085 729.434 441.085Z' fill='white' /%3E%3Cpath d='M724 444.012C723.371 444.012 722.859 443.501 722.859 442.871C722.859 442.242 723.371 441.73 724 441.73C724.629 441.73 725.141 442.242 725.141 442.871C725.141 443.501 724.629 444.012 724 444.012ZM724 442.167C723.612 442.167 723.295 442.483 723.295 442.872C723.295 443.26 723.612 443.577 724 443.577C724.389 443.577 724.705 443.26 724.705 442.872C724.705 442.483 724.389 442.167 724 442.167Z' fill='white' /%3E%3Cpath d='M723.175 440.349L722.408 439.594C722.339 439.526 722.233 439.512 722.148 439.559C722.063 439.607 722.021 439.705 722.043 439.799L722.305 440.901C722.318 440.958 722.355 441.008 722.406 441.038L722.916 441.341C722.95 441.362 722.989 441.372 723.028 441.372C723.065 441.372 723.103 441.363 723.136 441.343C723.205 441.304 723.246 441.231 723.246 441.152L723.241 440.502C723.24 440.445 723.217 440.389 723.175 440.349Z' fill='white' /%3E%3Cpath d='M722.242 442.857C722.242 442.779 722.2 442.706 722.131 442.667L721.566 442.347C721.516 442.318 721.456 442.311 721.4 442.326L720.363 442.613C720.269 442.639 720.204 442.723 720.203 442.821C720.202 442.918 720.265 443.004 720.359 443.032L721.443 443.356C721.464 443.362 721.485 443.365 721.506 443.365C721.543 443.365 721.58 443.355 721.612 443.337L722.13 443.047C722.199 443.008 722.242 442.936 722.242 442.857Z' fill='white' /%3E%3Cpath d='M723.105 444.387C723.037 444.347 722.953 444.348 722.885 444.387L722.325 444.717C722.275 444.746 722.239 444.794 722.224 444.85L721.954 445.892C721.93 445.986 721.971 446.085 722.054 446.134C722.089 446.155 722.127 446.165 722.165 446.165C722.219 446.165 722.273 446.144 722.315 446.105L723.138 445.328C723.181 445.287 723.206 445.231 723.206 445.172L723.214 444.578C723.215 444.499 723.173 444.427 723.105 444.387Z' fill='white' /%3E%3Cpath d='M725.697 444.846C725.683 444.789 725.647 444.739 725.596 444.709L725.085 444.406C725.018 444.365 724.934 444.365 724.865 444.404C724.797 444.443 724.755 444.516 724.756 444.595L724.761 445.245C724.761 445.302 724.784 445.358 724.826 445.398L725.593 446.153C725.635 446.195 725.69 446.216 725.747 446.216C725.783 446.216 725.82 446.207 725.854 446.188C725.938 446.14 725.981 446.042 725.958 445.948L725.697 444.846Z' fill='white' /%3E%3Cpath d='M727.641 442.714L726.557 442.39C726.5 442.373 726.439 442.38 726.387 442.409L725.869 442.699C725.8 442.738 725.758 442.81 725.758 442.889C725.758 442.968 725.8 443.04 725.868 443.079L726.434 443.4C726.467 443.418 726.504 443.428 726.541 443.428C726.561 443.428 726.58 443.425 726.599 443.42L727.637 443.133C727.731 443.107 727.796 443.023 727.797 442.925C727.798 442.828 727.734 442.743 727.641 442.714Z' fill='white' /%3E%3Cpath d='M724.894 441.36C724.927 441.38 724.965 441.39 725.003 441.39C725.041 441.39 725.079 441.38 725.114 441.359L725.674 441.03C725.724 441.001 725.76 440.953 725.774 440.897L726.045 439.855C726.069 439.761 726.028 439.662 725.945 439.613C725.861 439.563 725.755 439.575 725.684 439.642L724.861 440.419C724.818 440.46 724.793 440.516 724.793 440.575L724.785 441.169C724.784 441.247 724.825 441.32 724.894 441.36Z' fill='white' /%3E%3Cg opacity='0.5'%3E%3Cpath d='M652.036 769.168C651.916 769.168 651.818 769.07 651.818 768.95V763.218C651.818 763.097 651.916 763 652.036 763C652.157 763 652.254 763.097 652.254 763.218V768.95C652.254 769.07 652.157 769.168 652.036 769.168Z' fill='white' /%3E%3Cpath d='M652.018 767.322C651.962 767.322 651.907 767.301 651.864 767.258L649.962 765.357C649.877 765.272 649.877 765.134 649.962 765.048C650.047 764.963 650.185 764.963 650.271 765.048L652.018 766.795L653.728 765.086C653.813 765 653.951 765 654.036 765.086C654.122 765.17 654.122 765.309 654.036 765.394L652.172 767.258C652.13 767.301 652.074 767.322 652.018 767.322Z' fill='white' /%3E%3Cpath d='M652.012 765.351C651.957 765.351 651.901 765.33 651.858 765.287L650.914 764.342C650.828 764.257 650.828 764.119 650.914 764.034C650.998 763.949 651.137 763.949 651.222 764.034L652.012 764.824L652.829 764.007C652.914 763.922 653.052 763.922 653.138 764.007C653.223 764.092 653.223 764.23 653.138 764.316L652.166 765.287C652.124 765.33 652.068 765.351 652.012 765.351Z' fill='white' /%3E%3Cpath d='M651.217 769.597C651.18 769.597 651.143 769.587 651.108 769.568L646.144 766.702C646.04 766.642 646.004 766.509 646.064 766.404C646.125 766.3 646.258 766.264 646.362 766.324L651.326 769.19C651.431 769.251 651.466 769.384 651.406 769.488C651.366 769.558 651.292 769.597 651.217 769.597Z' fill='white' /%3E%3Cpath d='M647.013 769.386C646.916 769.386 646.829 769.322 646.802 769.224C646.771 769.108 646.84 768.988 646.957 768.957L649.343 768.317L648.718 765.982C648.686 765.865 648.755 765.746 648.872 765.715C648.988 765.683 649.107 765.752 649.139 765.869L649.821 768.415C649.836 768.471 649.828 768.531 649.8 768.58C649.771 768.631 649.723 768.667 649.667 768.682L647.07 769.378C647.05 769.383 647.032 769.386 647.013 769.386Z' fill='white' /%3E%3Cpath d='M646.607 768.057C646.51 768.057 646.422 767.993 646.396 767.896C646.365 767.779 646.434 767.66 646.55 767.629L647.629 767.339L647.331 766.224C647.3 766.108 647.368 765.988 647.485 765.957C647.601 765.925 647.721 765.995 647.752 766.111L648.107 767.438C648.123 767.493 648.114 767.553 648.086 767.603C648.057 767.653 648.01 767.689 647.953 767.704L646.663 768.05C646.644 768.055 646.625 768.057 646.607 768.057Z' fill='white' /%3E%3Cpath d='M646.218 773.386C646.143 773.386 646.069 773.347 646.029 773.277C645.969 773.173 646.005 773.04 646.109 772.98L651.073 770.113C651.178 770.053 651.311 770.089 651.371 770.193C651.431 770.298 651.396 770.431 651.291 770.491L646.327 773.357C646.292 773.377 646.255 773.386 646.218 773.386Z' fill='white' /%3E%3Cpath d='M648.897 774.056C648.879 774.056 648.86 774.053 648.841 774.048C648.724 774.017 648.655 773.898 648.687 773.781L649.326 771.394L646.99 770.769C646.873 770.738 646.804 770.618 646.836 770.502C646.867 770.385 646.986 770.316 647.103 770.348L649.649 771.03C649.766 771.061 649.834 771.181 649.803 771.297L649.107 773.895C649.082 773.992 648.994 774.056 648.897 774.056Z' fill='white' /%3E%3Cpath d='M647.543 773.743C647.524 773.743 647.505 773.74 647.486 773.735C647.37 773.704 647.301 773.584 647.332 773.468L647.621 772.388L646.505 772.089C646.389 772.058 646.32 771.938 646.351 771.822C646.382 771.705 646.502 771.636 646.618 771.668L647.945 772.023C648.062 772.054 648.13 772.174 648.099 772.29L647.754 773.58C647.727 773.678 647.639 773.743 647.543 773.743Z' fill='white' /%3E%3Cpath d='M651.964 776.746C651.844 776.746 651.746 776.649 651.746 776.528V770.796C651.746 770.676 651.844 770.578 651.964 770.578C652.085 770.578 652.182 770.676 652.182 770.796V776.528C652.182 776.649 652.084 776.746 651.964 776.746Z' fill='white' /%3E%3Cpath d='M653.882 774.762C653.826 774.762 653.771 774.74 653.728 774.698L651.981 772.95L650.271 774.66C650.186 774.745 650.048 774.745 649.962 774.66C649.877 774.575 649.877 774.437 649.962 774.352L651.827 772.488C651.912 772.402 652.05 772.402 652.135 772.488L654.037 774.389C654.122 774.474 654.122 774.612 654.037 774.698C653.994 774.74 653.938 774.762 653.882 774.762Z' fill='white' /%3E%3Cpath d='M651.019 775.801C650.963 775.801 650.907 775.78 650.865 775.737C650.779 775.652 650.779 775.514 650.865 775.429L651.836 774.458C651.918 774.376 652.062 774.376 652.144 774.458L653.089 775.402C653.174 775.487 653.174 775.625 653.089 775.711C653.004 775.796 652.866 775.796 652.78 775.711L651.99 774.92L651.173 775.737C651.13 775.78 651.075 775.801 651.019 775.801Z' fill='white' /%3E%3Cpath d='M657.745 773.451C657.708 773.451 657.67 773.441 657.636 773.422L652.672 770.555C652.567 770.495 652.532 770.362 652.592 770.258C652.652 770.153 652.785 770.117 652.89 770.178L657.854 773.044C657.958 773.104 657.994 773.237 657.934 773.342C657.893 773.412 657.82 773.451 657.745 773.451Z' fill='white' /%3E%3Cpath d='M655.07 774.038C654.974 774.038 654.886 773.973 654.86 773.876L654.177 771.33C654.162 771.274 654.17 771.214 654.199 771.164C654.228 771.114 654.275 771.078 654.332 771.063L656.929 770.367C657.045 770.335 657.165 770.405 657.196 770.521C657.227 770.638 657.159 770.757 657.042 770.788L654.655 771.428L655.281 773.764C655.312 773.881 655.243 774 655.127 774.031C655.108 774.035 655.089 774.038 655.07 774.038Z' fill='white' /%3E%3Cpath d='M656.456 773.796C656.36 773.796 656.272 773.732 656.246 773.634L655.89 772.308C655.859 772.191 655.928 772.072 656.044 772.04L657.334 771.695C657.45 771.664 657.57 771.733 657.602 771.849C657.633 771.966 657.564 772.085 657.447 772.116L656.368 772.406L656.667 773.521C656.698 773.638 656.629 773.757 656.513 773.788C656.494 773.793 656.475 773.796 656.456 773.796Z' fill='white' /%3E%3Cpath d='M652.816 769.662C652.74 769.662 652.667 769.622 652.627 769.553C652.567 769.448 652.602 769.315 652.707 769.255L657.671 766.389C657.775 766.328 657.908 766.364 657.969 766.469C658.029 766.573 657.993 766.706 657.889 766.766L652.925 769.633C652.89 769.652 652.852 769.662 652.816 769.662Z' fill='white' /%3E%3Cpath d='M656.954 769.405C656.936 769.405 656.917 769.403 656.897 769.398L654.351 768.715C654.235 768.684 654.166 768.565 654.197 768.448L654.893 765.851C654.924 765.735 655.044 765.665 655.16 765.697C655.277 765.728 655.345 765.848 655.314 765.964L654.675 768.351L657.011 768.977C657.127 769.008 657.196 769.127 657.165 769.244C657.138 769.341 657.05 769.405 656.954 769.405Z' fill='white' /%3E%3Cpath d='M657.434 768.085C657.415 768.085 657.396 768.083 657.377 768.078L656.05 767.722C655.995 767.707 655.947 767.671 655.918 767.621C655.889 767.571 655.881 767.511 655.896 767.456L656.242 766.166C656.273 766.049 656.392 765.98 656.509 766.012C656.625 766.043 656.694 766.162 656.663 766.279L656.374 767.358L657.49 767.657C657.606 767.688 657.675 767.808 657.644 767.924C657.618 768.021 657.53 768.085 657.434 768.085Z' fill='white' /%3E%3Cpath d='M652 771.012C651.371 771.012 650.859 770.501 650.859 769.871C650.859 769.242 651.371 768.73 652 768.73C652.629 768.73 653.141 769.242 653.141 769.871C653.141 770.501 652.629 771.012 652 771.012ZM652 769.167C651.612 769.167 651.295 769.483 651.295 769.872C651.295 770.26 651.612 770.577 652 770.577C652.389 770.577 652.705 770.26 652.705 769.872C652.705 769.483 652.389 769.167 652 769.167Z' fill='white' /%3E%3Cpath d='M651.175 767.349L650.408 766.594C650.339 766.526 650.233 766.512 650.148 766.559C650.063 766.607 650.021 766.705 650.043 766.799L650.305 767.901C650.318 767.958 650.355 768.008 650.406 768.038L650.916 768.341C650.95 768.362 650.989 768.372 651.028 768.372C651.065 768.372 651.103 768.363 651.136 768.343C651.205 768.304 651.246 768.231 651.246 768.152L651.241 767.502C651.24 767.445 651.217 767.389 651.175 767.349Z' fill='white' /%3E%3Cpath d='M650.242 769.857C650.242 769.779 650.2 769.706 650.131 769.667L649.566 769.347C649.516 769.318 649.456 769.311 649.4 769.326L648.363 769.613C648.269 769.639 648.204 769.723 648.203 769.821C648.202 769.918 648.265 770.004 648.359 770.032L649.443 770.356C649.464 770.362 649.485 770.365 649.506 770.365C649.543 770.365 649.58 770.355 649.612 770.337L650.13 770.047C650.199 770.008 650.242 769.936 650.242 769.857Z' fill='white' /%3E%3Cpath d='M651.105 771.387C651.037 771.347 650.953 771.348 650.885 771.387L650.325 771.717C650.275 771.746 650.239 771.794 650.224 771.85L649.954 772.892C649.93 772.986 649.971 773.085 650.054 773.134C650.089 773.155 650.127 773.165 650.165 773.165C650.219 773.165 650.273 773.144 650.315 773.105L651.138 772.328C651.181 772.287 651.206 772.231 651.206 772.172L651.214 771.578C651.215 771.499 651.173 771.427 651.105 771.387Z' fill='white' /%3E%3Cpath d='M653.697 771.846C653.683 771.789 653.647 771.739 653.596 771.709L653.085 771.406C653.018 771.365 652.934 771.365 652.865 771.404C652.797 771.443 652.755 771.516 652.756 771.595L652.761 772.245C652.761 772.302 652.784 772.358 652.826 772.398L653.593 773.153C653.635 773.195 653.69 773.216 653.747 773.216C653.783 773.216 653.82 773.207 653.854 773.188C653.938 773.14 653.981 773.042 653.958 772.948L653.697 771.846Z' fill='white' /%3E%3Cpath d='M655.641 769.714L654.557 769.39C654.5 769.373 654.439 769.38 654.387 769.409L653.869 769.699C653.8 769.738 653.758 769.81 653.758 769.889C653.758 769.968 653.8 770.04 653.868 770.079L654.434 770.4C654.467 770.418 654.504 770.428 654.541 770.428C654.561 770.428 654.58 770.425 654.599 770.42L655.637 770.133C655.731 770.107 655.796 770.023 655.797 769.925C655.798 769.828 655.734 769.743 655.641 769.714Z' fill='white' /%3E%3Cpath d='M652.894 768.36C652.927 768.38 652.965 768.39 653.003 768.39C653.041 768.39 653.079 768.38 653.114 768.359L653.674 768.03C653.724 768.001 653.76 767.953 653.774 767.897L654.045 766.855C654.069 766.761 654.028 766.662 653.945 766.613C653.861 766.563 653.755 766.575 653.684 766.642L652.861 767.419C652.818 767.46 652.793 767.516 652.793 767.575L652.785 768.169C652.784 768.247 652.825 768.32 652.894 768.36Z' fill='white' /%3E%3C/g%3E%3Cpath d='M310.036 508.168C309.916 508.168 309.818 508.07 309.818 507.95V502.218C309.818 502.097 309.916 502 310.036 502C310.157 502 310.254 502.097 310.254 502.218V507.95C310.254 508.07 310.157 508.168 310.036 508.168Z' fill='white' /%3E%3Cpath d='M310.018 506.322C309.962 506.322 309.907 506.301 309.864 506.258L307.962 504.357C307.877 504.272 307.877 504.134 307.962 504.048C308.047 503.963 308.185 503.963 308.271 504.048L310.018 505.795L311.728 504.086C311.813 504 311.951 504 312.036 504.086C312.122 504.17 312.122 504.309 312.036 504.394L310.172 506.258C310.13 506.301 310.074 506.322 310.018 506.322Z' fill='white' /%3E%3Cpath d='M310.012 504.351C309.957 504.351 309.901 504.33 309.858 504.287L308.914 503.342C308.828 503.257 308.828 503.119 308.914 503.034C308.998 502.949 309.137 502.949 309.222 503.034L310.012 503.824L310.829 503.007C310.914 502.922 311.052 502.922 311.138 503.007C311.223 503.092 311.223 503.23 311.138 503.316L310.166 504.287C310.124 504.33 310.068 504.351 310.012 504.351Z' fill='white' /%3E%3Cpath d='M309.217 508.597C309.18 508.597 309.143 508.587 309.108 508.568L304.144 505.702C304.04 505.642 304.004 505.509 304.064 505.404C304.125 505.3 304.258 505.264 304.362 505.324L309.326 508.19C309.431 508.251 309.466 508.384 309.406 508.488C309.366 508.558 309.292 508.597 309.217 508.597Z' fill='white' /%3E%3Cpath d='M305.013 508.386C304.916 508.386 304.829 508.322 304.802 508.224C304.771 508.108 304.84 507.988 304.957 507.957L307.343 507.317L306.718 504.982C306.686 504.865 306.755 504.746 306.872 504.715C306.988 504.683 307.107 504.752 307.139 504.869L307.821 507.415C307.836 507.471 307.828 507.531 307.8 507.58C307.771 507.631 307.723 507.667 307.667 507.682L305.07 508.378C305.05 508.383 305.032 508.386 305.013 508.386Z' fill='white' /%3E%3Cpath d='M304.607 507.057C304.51 507.057 304.422 506.993 304.396 506.896C304.365 506.779 304.434 506.66 304.55 506.629L305.629 506.339L305.331 505.224C305.3 505.108 305.368 504.988 305.485 504.957C305.601 504.925 305.721 504.995 305.752 505.111L306.107 506.438C306.123 506.493 306.114 506.553 306.086 506.603C306.057 506.653 306.01 506.689 305.953 506.704L304.663 507.05C304.644 507.055 304.625 507.057 304.607 507.057Z' fill='white' /%3E%3Cpath d='M304.218 512.386C304.143 512.386 304.069 512.347 304.029 512.277C303.969 512.173 304.005 512.04 304.109 511.98L309.073 509.113C309.178 509.053 309.311 509.089 309.371 509.193C309.431 509.298 309.396 509.431 309.291 509.491L304.327 512.357C304.292 512.377 304.255 512.386 304.218 512.386Z' fill='white' /%3E%3Cpath d='M306.897 513.056C306.879 513.056 306.86 513.053 306.841 513.048C306.724 513.017 306.655 512.898 306.687 512.781L307.326 510.394L304.99 509.769C304.873 509.738 304.804 509.618 304.836 509.502C304.867 509.385 304.986 509.316 305.103 509.348L307.649 510.03C307.766 510.061 307.834 510.181 307.803 510.297L307.107 512.895C307.082 512.992 306.994 513.056 306.897 513.056Z' fill='white' /%3E%3Cpath d='M305.543 512.743C305.524 512.743 305.505 512.74 305.486 512.735C305.37 512.704 305.301 512.584 305.332 512.468L305.621 511.388L304.505 511.089C304.389 511.058 304.32 510.938 304.351 510.822C304.382 510.705 304.502 510.636 304.618 510.668L305.945 511.023C306.062 511.054 306.13 511.174 306.099 511.29L305.754 512.58C305.727 512.678 305.639 512.743 305.543 512.743Z' fill='white' /%3E%3Cpath d='M309.964 515.746C309.844 515.746 309.746 515.649 309.746 515.528V509.796C309.746 509.676 309.844 509.578 309.964 509.578C310.085 509.578 310.182 509.676 310.182 509.796V515.528C310.182 515.649 310.084 515.746 309.964 515.746Z' fill='white' /%3E%3Cpath d='M311.882 513.762C311.826 513.762 311.771 513.74 311.728 513.698L309.981 511.95L308.271 513.66C308.186 513.745 308.048 513.745 307.962 513.66C307.877 513.575 307.877 513.437 307.962 513.352L309.827 511.488C309.912 511.402 310.05 511.402 310.135 511.488L312.037 513.389C312.122 513.474 312.122 513.612 312.037 513.698C311.994 513.74 311.938 513.762 311.882 513.762Z' fill='white' /%3E%3Cpath d='M309.019 514.801C308.963 514.801 308.907 514.78 308.865 514.737C308.779 514.652 308.779 514.514 308.865 514.429L309.836 513.458C309.918 513.376 310.062 513.376 310.144 513.458L311.089 514.402C311.174 514.487 311.174 514.625 311.089 514.711C311.004 514.796 310.866 514.796 310.78 514.711L309.99 513.92L309.173 514.737C309.13 514.78 309.075 514.801 309.019 514.801Z' fill='white' /%3E%3Cpath d='M315.745 512.451C315.708 512.451 315.67 512.441 315.636 512.422L310.672 509.555C310.567 509.495 310.532 509.362 310.592 509.258C310.652 509.153 310.785 509.117 310.89 509.178L315.854 512.044C315.958 512.104 315.994 512.237 315.934 512.342C315.893 512.412 315.82 512.451 315.745 512.451Z' fill='white' /%3E%3Cpath d='M313.07 513.038C312.974 513.038 312.886 512.973 312.86 512.876L312.177 510.33C312.162 510.274 312.17 510.214 312.199 510.164C312.228 510.114 312.275 510.078 312.332 510.063L314.929 509.367C315.045 509.335 315.165 509.405 315.196 509.521C315.227 509.638 315.159 509.757 315.042 509.788L312.655 510.428L313.281 512.764C313.312 512.881 313.243 513 313.127 513.031C313.108 513.035 313.089 513.038 313.07 513.038Z' fill='white' /%3E%3Cpath d='M314.456 512.796C314.36 512.796 314.272 512.732 314.246 512.634L313.89 511.308C313.859 511.191 313.928 511.072 314.044 511.04L315.334 510.695C315.45 510.664 315.57 510.733 315.602 510.849C315.633 510.966 315.564 511.085 315.447 511.116L314.368 511.406L314.667 512.521C314.698 512.638 314.629 512.757 314.513 512.788C314.494 512.793 314.475 512.796 314.456 512.796Z' fill='white' /%3E%3Cpath d='M310.816 508.662C310.74 508.662 310.667 508.622 310.627 508.553C310.567 508.448 310.602 508.315 310.707 508.255L315.671 505.389C315.775 505.328 315.908 505.364 315.969 505.469C316.029 505.573 315.993 505.706 315.889 505.766L310.925 508.633C310.89 508.652 310.852 508.662 310.816 508.662Z' fill='white' /%3E%3Cpath d='M314.954 508.405C314.936 508.405 314.917 508.403 314.897 508.398L312.351 507.715C312.235 507.684 312.166 507.565 312.197 507.448L312.893 504.851C312.924 504.735 313.044 504.665 313.16 504.697C313.277 504.728 313.345 504.848 313.314 504.964L312.675 507.351L315.011 507.977C315.127 508.008 315.196 508.127 315.165 508.244C315.138 508.341 315.05 508.405 314.954 508.405Z' fill='white' /%3E%3Cpath d='M315.434 507.085C315.415 507.085 315.396 507.083 315.377 507.078L314.05 506.722C313.995 506.707 313.947 506.671 313.918 506.621C313.889 506.571 313.881 506.511 313.896 506.456L314.242 505.166C314.273 505.049 314.392 504.98 314.509 505.012C314.625 505.043 314.694 505.162 314.663 505.279L314.374 506.358L315.49 506.657C315.606 506.688 315.675 506.808 315.644 506.924C315.618 507.021 315.53 507.085 315.434 507.085Z' fill='white' /%3E%3Cpath d='M310 510.012C309.371 510.012 308.859 509.501 308.859 508.871C308.859 508.242 309.371 507.73 310 507.73C310.629 507.73 311.141 508.242 311.141 508.871C311.141 509.501 310.629 510.012 310 510.012ZM310 508.167C309.612 508.167 309.295 508.483 309.295 508.872C309.295 509.26 309.612 509.577 310 509.577C310.389 509.577 310.705 509.26 310.705 508.872C310.705 508.483 310.389 508.167 310 508.167Z' fill='white' /%3E%3Cpath d='M309.175 506.349L308.408 505.594C308.339 505.526 308.233 505.512 308.148 505.559C308.063 505.607 308.021 505.705 308.043 505.799L308.305 506.901C308.318 506.958 308.355 507.008 308.406 507.038L308.916 507.341C308.95 507.362 308.989 507.372 309.028 507.372C309.065 507.372 309.103 507.363 309.136 507.343C309.205 507.304 309.246 507.231 309.246 507.152L309.241 506.502C309.24 506.445 309.217 506.389 309.175 506.349Z' fill='white' /%3E%3Cpath d='M308.242 508.857C308.242 508.779 308.2 508.706 308.131 508.667L307.566 508.347C307.516 508.318 307.456 508.311 307.4 508.326L306.363 508.613C306.269 508.639 306.204 508.723 306.203 508.821C306.202 508.918 306.265 509.004 306.359 509.032L307.443 509.356C307.464 509.362 307.485 509.365 307.506 509.365C307.543 509.365 307.58 509.355 307.612 509.337L308.13 509.047C308.199 509.008 308.242 508.936 308.242 508.857Z' fill='white' /%3E%3Cpath d='M309.105 510.387C309.037 510.347 308.953 510.348 308.885 510.387L308.325 510.717C308.275 510.746 308.239 510.794 308.224 510.85L307.954 511.892C307.93 511.986 307.971 512.085 308.054 512.134C308.089 512.155 308.127 512.165 308.165 512.165C308.219 512.165 308.273 512.144 308.315 512.105L309.138 511.328C309.181 511.287 309.206 511.231 309.206 511.172L309.214 510.578C309.215 510.499 309.173 510.427 309.105 510.387Z' fill='white' /%3E%3Cpath d='M311.697 510.846C311.683 510.789 311.647 510.739 311.596 510.709L311.085 510.406C311.018 510.365 310.934 510.365 310.865 510.404C310.797 510.443 310.755 510.516 310.756 510.595L310.761 511.245C310.761 511.302 310.784 511.358 310.826 511.398L311.593 512.153C311.635 512.195 311.69 512.216 311.747 512.216C311.783 512.216 311.82 512.207 311.854 512.188C311.938 512.14 311.981 512.042 311.958 511.948L311.697 510.846Z' fill='white' /%3E%3Cpath d='M313.641 508.714L312.557 508.39C312.5 508.373 312.439 508.38 312.387 508.409L311.869 508.699C311.8 508.738 311.758 508.81 311.758 508.889C311.758 508.968 311.8 509.04 311.868 509.079L312.434 509.4C312.467 509.418 312.504 509.428 312.541 509.428C312.561 509.428 312.58 509.425 312.599 509.42L313.637 509.133C313.731 509.107 313.796 509.023 313.797 508.925C313.798 508.828 313.734 508.743 313.641 508.714Z' fill='white' /%3E%3Cpath d='M310.894 507.36C310.927 507.38 310.965 507.39 311.003 507.39C311.041 507.39 311.079 507.38 311.114 507.359L311.674 507.03C311.724 507.001 311.76 506.953 311.774 506.897L312.045 505.855C312.069 505.761 312.028 505.662 311.945 505.613C311.861 505.563 311.755 505.575 311.684 505.642L310.861 506.419C310.818 506.46 310.793 506.516 310.793 506.575L310.785 507.169C310.784 507.247 310.825 507.32 310.894 507.36Z' fill='white' /%3E%3Cpath d='M385.036 532.168C384.916 532.168 384.818 532.07 384.818 531.95V526.218C384.818 526.097 384.916 526 385.036 526C385.157 526 385.254 526.097 385.254 526.218V531.95C385.254 532.07 385.157 532.168 385.036 532.168Z' fill='white' /%3E%3Cpath d='M385.018 530.322C384.962 530.322 384.907 530.301 384.864 530.258L382.962 528.357C382.877 528.272 382.877 528.134 382.962 528.048C383.047 527.963 383.185 527.963 383.271 528.048L385.018 529.795L386.728 528.086C386.813 528 386.951 528 387.036 528.086C387.122 528.17 387.122 528.309 387.036 528.394L385.172 530.258C385.13 530.301 385.074 530.322 385.018 530.322Z' fill='white' /%3E%3Cpath d='M385.012 528.351C384.957 528.351 384.901 528.33 384.858 528.287L383.914 527.342C383.828 527.257 383.828 527.119 383.914 527.034C383.998 526.949 384.137 526.949 384.222 527.034L385.012 527.824L385.829 527.007C385.914 526.922 386.052 526.922 386.138 527.007C386.223 527.092 386.223 527.23 386.138 527.316L385.166 528.287C385.124 528.33 385.068 528.351 385.012 528.351Z' fill='white' /%3E%3Cpath d='M384.217 532.597C384.18 532.597 384.143 532.587 384.108 532.568L379.144 529.702C379.04 529.642 379.004 529.509 379.064 529.404C379.125 529.3 379.258 529.264 379.362 529.324L384.326 532.19C384.431 532.251 384.466 532.384 384.406 532.488C384.366 532.558 384.292 532.597 384.217 532.597Z' fill='white' /%3E%3Cpath d='M380.013 532.386C379.916 532.386 379.829 532.322 379.802 532.224C379.771 532.108 379.84 531.988 379.957 531.957L382.343 531.317L381.718 528.982C381.686 528.865 381.755 528.746 381.872 528.715C381.988 528.683 382.107 528.752 382.139 528.869L382.821 531.415C382.836 531.471 382.828 531.531 382.8 531.58C382.771 531.631 382.723 531.667 382.667 531.682L380.07 532.378C380.05 532.383 380.032 532.386 380.013 532.386Z' fill='white' /%3E%3Cpath d='M379.607 531.057C379.51 531.057 379.422 530.993 379.396 530.896C379.365 530.779 379.434 530.66 379.55 530.629L380.629 530.339L380.331 529.224C380.3 529.108 380.368 528.988 380.485 528.957C380.601 528.925 380.721 528.995 380.752 529.111L381.107 530.438C381.123 530.493 381.114 530.553 381.086 530.603C381.057 530.653 381.01 530.689 380.953 530.704L379.663 531.05C379.644 531.055 379.625 531.057 379.607 531.057Z' fill='white' /%3E%3Cpath d='M379.218 536.386C379.143 536.386 379.069 536.347 379.029 536.277C378.969 536.173 379.005 536.04 379.109 535.98L384.073 533.113C384.178 533.053 384.311 533.089 384.371 533.193C384.431 533.298 384.396 533.431 384.291 533.491L379.327 536.357C379.292 536.377 379.255 536.386 379.218 536.386Z' fill='white' /%3E%3Cpath d='M381.897 537.056C381.879 537.056 381.86 537.053 381.841 537.048C381.724 537.017 381.655 536.898 381.687 536.781L382.326 534.394L379.99 533.769C379.873 533.738 379.804 533.618 379.836 533.502C379.867 533.385 379.986 533.316 380.103 533.348L382.649 534.03C382.766 534.061 382.834 534.181 382.803 534.297L382.107 536.895C382.082 536.992 381.994 537.056 381.897 537.056Z' fill='white' /%3E%3Cpath d='M380.543 536.743C380.524 536.743 380.505 536.74 380.486 536.735C380.37 536.704 380.301 536.584 380.332 536.468L380.621 535.388L379.505 535.089C379.389 535.058 379.32 534.938 379.351 534.822C379.382 534.705 379.502 534.636 379.618 534.668L380.945 535.023C381.062 535.054 381.13 535.174 381.099 535.29L380.754 536.58C380.727 536.678 380.639 536.743 380.543 536.743Z' fill='white' /%3E%3Cpath d='M384.964 539.746C384.844 539.746 384.746 539.649 384.746 539.528V533.796C384.746 533.676 384.844 533.578 384.964 533.578C385.085 533.578 385.182 533.676 385.182 533.796V539.528C385.182 539.649 385.084 539.746 384.964 539.746Z' fill='white' /%3E%3Cpath d='M386.882 537.762C386.826 537.762 386.771 537.74 386.728 537.698L384.981 535.95L383.271 537.66C383.186 537.745 383.048 537.745 382.962 537.66C382.877 537.575 382.877 537.437 382.962 537.352L384.827 535.488C384.912 535.402 385.05 535.402 385.135 535.488L387.037 537.389C387.122 537.474 387.122 537.612 387.037 537.698C386.994 537.74 386.938 537.762 386.882 537.762Z' fill='white' /%3E%3Cpath d='M384.019 538.801C383.963 538.801 383.907 538.78 383.865 538.737C383.779 538.652 383.779 538.514 383.865 538.429L384.836 537.458C384.918 537.376 385.062 537.376 385.144 537.458L386.089 538.402C386.174 538.487 386.174 538.625 386.089 538.711C386.004 538.796 385.866 538.796 385.78 538.711L384.99 537.92L384.173 538.737C384.13 538.78 384.075 538.801 384.019 538.801Z' fill='white' /%3E%3Cpath d='M390.745 536.451C390.708 536.451 390.67 536.441 390.636 536.422L385.672 533.555C385.567 533.495 385.532 533.362 385.592 533.258C385.652 533.153 385.785 533.117 385.89 533.178L390.854 536.044C390.958 536.104 390.994 536.237 390.934 536.342C390.893 536.412 390.82 536.451 390.745 536.451Z' fill='white' /%3E%3Cpath d='M388.07 537.038C387.974 537.038 387.886 536.973 387.86 536.876L387.177 534.33C387.162 534.274 387.17 534.214 387.199 534.164C387.228 534.114 387.275 534.078 387.332 534.063L389.929 533.367C390.045 533.335 390.165 533.405 390.196 533.521C390.227 533.638 390.159 533.757 390.042 533.788L387.655 534.428L388.281 536.764C388.312 536.881 388.243 537 388.127 537.031C388.108 537.035 388.089 537.038 388.07 537.038Z' fill='white' /%3E%3Cpath d='M389.456 536.796C389.36 536.796 389.272 536.732 389.246 536.634L388.89 535.308C388.859 535.191 388.928 535.072 389.044 535.04L390.334 534.695C390.45 534.664 390.57 534.733 390.602 534.849C390.633 534.966 390.564 535.085 390.447 535.116L389.368 535.406L389.667 536.521C389.698 536.638 389.629 536.757 389.513 536.788C389.494 536.793 389.475 536.796 389.456 536.796Z' fill='white' /%3E%3Cpath d='M385.816 532.662C385.74 532.662 385.667 532.622 385.627 532.553C385.567 532.448 385.602 532.315 385.707 532.255L390.671 529.389C390.775 529.328 390.908 529.364 390.969 529.469C391.029 529.573 390.993 529.706 390.889 529.766L385.925 532.633C385.89 532.652 385.852 532.662 385.816 532.662Z' fill='white' /%3E%3Cpath d='M389.954 532.405C389.936 532.405 389.917 532.403 389.897 532.398L387.351 531.715C387.235 531.684 387.166 531.565 387.197 531.448L387.893 528.851C387.924 528.735 388.044 528.665 388.16 528.697C388.277 528.728 388.345 528.848 388.314 528.964L387.675 531.351L390.011 531.977C390.127 532.008 390.196 532.127 390.165 532.244C390.138 532.341 390.05 532.405 389.954 532.405Z' fill='white' /%3E%3Cpath d='M390.434 531.085C390.415 531.085 390.396 531.083 390.377 531.078L389.05 530.722C388.995 530.707 388.947 530.671 388.918 530.621C388.889 530.571 388.881 530.511 388.896 530.456L389.242 529.166C389.273 529.049 389.392 528.98 389.509 529.012C389.625 529.043 389.694 529.162 389.663 529.279L389.374 530.358L390.49 530.657C390.606 530.688 390.675 530.808 390.644 530.924C390.618 531.021 390.53 531.085 390.434 531.085Z' fill='white' /%3E%3Cpath d='M385 534.012C384.371 534.012 383.859 533.501 383.859 532.871C383.859 532.242 384.371 531.73 385 531.73C385.629 531.73 386.141 532.242 386.141 532.871C386.141 533.501 385.629 534.012 385 534.012ZM385 532.167C384.612 532.167 384.295 532.483 384.295 532.872C384.295 533.26 384.612 533.577 385 533.577C385.389 533.577 385.705 533.26 385.705 532.872C385.705 532.483 385.389 532.167 385 532.167Z' fill='white' /%3E%3Cpath d='M384.175 530.349L383.408 529.594C383.339 529.526 383.233 529.512 383.148 529.559C383.063 529.607 383.021 529.705 383.043 529.799L383.305 530.901C383.318 530.958 383.355 531.008 383.406 531.038L383.916 531.341C383.95 531.362 383.989 531.372 384.028 531.372C384.065 531.372 384.103 531.363 384.136 531.343C384.205 531.304 384.246 531.231 384.246 531.152L384.241 530.502C384.24 530.445 384.217 530.389 384.175 530.349Z' fill='white' /%3E%3Cpath d='M383.242 532.857C383.242 532.779 383.2 532.706 383.131 532.667L382.566 532.347C382.516 532.318 382.456 532.311 382.4 532.326L381.363 532.613C381.269 532.639 381.204 532.723 381.203 532.821C381.202 532.918 381.265 533.004 381.359 533.032L382.443 533.356C382.464 533.362 382.485 533.365 382.506 533.365C382.543 533.365 382.58 533.355 382.612 533.337L383.13 533.047C383.199 533.008 383.242 532.936 383.242 532.857Z' fill='white' /%3E%3Cpath d='M384.105 534.387C384.037 534.347 383.953 534.348 383.885 534.387L383.325 534.717C383.275 534.746 383.239 534.794 383.224 534.85L382.954 535.892C382.93 535.986 382.971 536.085 383.054 536.134C383.089 536.155 383.127 536.165 383.165 536.165C383.219 536.165 383.273 536.144 383.315 536.105L384.138 535.328C384.181 535.287 384.206 535.231 384.206 535.172L384.214 534.578C384.215 534.499 384.173 534.427 384.105 534.387Z' fill='white' /%3E%3Cpath d='M386.697 534.846C386.683 534.789 386.647 534.739 386.596 534.709L386.085 534.406C386.018 534.365 385.934 534.365 385.865 534.404C385.797 534.443 385.755 534.516 385.756 534.595L385.761 535.245C385.761 535.302 385.784 535.358 385.826 535.398L386.593 536.153C386.635 536.195 386.69 536.216 386.747 536.216C386.783 536.216 386.82 536.207 386.854 536.188C386.938 536.14 386.981 536.042 386.958 535.948L386.697 534.846Z' fill='white' /%3E%3Cpath d='M388.641 532.714L387.557 532.39C387.5 532.373 387.439 532.38 387.387 532.409L386.869 532.699C386.8 532.738 386.758 532.81 386.758 532.889C386.758 532.968 386.8 533.04 386.868 533.079L387.434 533.4C387.467 533.418 387.504 533.428 387.541 533.428C387.561 533.428 387.58 533.425 387.599 533.42L388.637 533.133C388.731 533.107 388.796 533.023 388.797 532.925C388.798 532.828 388.734 532.743 388.641 532.714Z' fill='white' /%3E%3Cpath d='M385.894 531.36C385.927 531.38 385.965 531.39 386.003 531.39C386.041 531.39 386.079 531.38 386.114 531.359L386.674 531.03C386.724 531.001 386.76 530.953 386.774 530.897L387.045 529.855C387.069 529.761 387.028 529.662 386.945 529.613C386.861 529.563 386.755 529.575 386.684 529.642L385.861 530.419C385.818 530.46 385.793 530.516 385.793 530.575L385.785 531.169C385.784 531.247 385.825 531.32 385.894 531.36Z' fill='white' /%3E%3Cg opacity='0.5'%3E%3Cpath d='M407.858 721.116C407.621 721.116 407.43 720.924 407.43 720.688V709.428C407.43 709.191 407.621 709 407.858 709C408.095 709 408.286 709.191 408.286 709.428V720.688C408.286 720.924 408.095 721.116 407.858 721.116Z' fill='white' /%3E%3Cpath d='M407.822 717.49C407.713 717.49 407.603 717.449 407.519 717.365L403.784 713.63C403.616 713.463 403.616 713.192 403.784 713.024C403.951 712.857 404.222 712.857 404.39 713.024L407.822 716.456L411.181 713.097C411.347 712.93 411.619 712.93 411.786 713.097C411.954 713.264 411.954 713.535 411.786 713.703L408.125 717.364C408.041 717.448 407.932 717.49 407.822 717.49Z' fill='white' /%3E%3Cpath d='M407.807 713.618C407.698 713.618 407.588 713.576 407.505 713.493L405.649 711.637C405.482 711.47 405.482 711.199 405.649 711.032C405.816 710.864 406.087 710.864 406.255 711.032L407.807 712.584L409.412 710.979C409.579 710.812 409.85 710.812 410.018 710.979C410.186 711.146 410.186 711.417 410.018 711.585L408.11 713.493C408.026 713.576 407.917 713.618 407.807 713.618Z' fill='white' /%3E%3Cpath d='M406.251 721.958C406.178 721.958 406.105 721.94 406.037 721.901L396.287 716.272C396.081 716.154 396.011 715.892 396.13 715.687C396.248 715.482 396.51 715.412 396.715 715.53L406.466 721.16C406.671 721.279 406.741 721.54 406.623 721.745C406.543 721.882 406.399 721.958 406.251 721.958Z' fill='white' /%3E%3Cpath d='M397.99 721.545C397.801 721.545 397.628 721.419 397.577 721.227C397.516 720.998 397.651 720.764 397.88 720.702L402.568 719.446L401.339 714.858C401.278 714.629 401.413 714.395 401.642 714.333C401.87 714.271 402.105 714.407 402.167 714.636L403.507 719.638C403.537 719.748 403.521 719.865 403.465 719.963C403.408 720.061 403.315 720.132 403.204 720.162L398.103 721.529C398.064 721.54 398.028 721.545 397.99 721.545Z' fill='white' /%3E%3Cpath d='M397.198 718.934C397.008 718.934 396.836 718.808 396.784 718.616C396.723 718.388 396.858 718.153 397.087 718.092L399.207 717.523L398.62 715.333C398.559 715.104 398.694 714.869 398.923 714.808C399.151 714.746 399.386 714.882 399.447 715.111L400.146 717.717C400.175 717.826 400.16 717.944 400.103 718.041C400.046 718.14 399.953 718.211 399.843 718.241L397.309 718.919C397.272 718.93 397.234 718.934 397.198 718.934Z' fill='white' /%3E%3Cpath d='M396.428 729.401C396.28 729.401 396.136 729.324 396.058 729.187C395.939 728.982 396.009 728.72 396.214 728.602L405.966 722.972C406.171 722.853 406.432 722.923 406.551 723.128C406.669 723.334 406.599 723.595 406.394 723.713L396.642 729.344C396.574 729.382 396.5 729.401 396.428 729.401Z' fill='white' /%3E%3Cpath d='M401.692 730.717C401.655 730.717 401.618 730.712 401.58 730.703C401.351 730.641 401.216 730.407 401.277 730.178L402.533 725.49L397.944 724.261C397.716 724.199 397.581 723.965 397.642 723.736C397.703 723.507 397.938 723.371 398.166 723.433L403.168 724.773C403.397 724.835 403.532 725.069 403.471 725.298L402.104 730.401C402.054 730.591 401.881 730.717 401.692 730.717Z' fill='white' /%3E%3Cpath d='M399.033 730.099C398.997 730.099 398.959 730.094 398.922 730.084C398.693 730.023 398.558 729.788 398.619 729.559L399.187 727.438L396.995 726.85C396.766 726.789 396.631 726.555 396.692 726.326C396.754 726.097 396.988 725.961 397.217 726.023L399.823 726.721C400.052 726.782 400.187 727.017 400.126 727.246L399.447 729.78C399.395 729.972 399.222 730.099 399.033 730.099Z' fill='white' /%3E%3Cpath d='M407.713 736C407.477 736 407.285 735.809 407.285 735.572V724.313C407.285 724.076 407.477 723.885 407.713 723.885C407.95 723.885 408.141 724.076 408.141 724.313V735.572C408.141 735.809 407.949 736 407.713 736Z' fill='white' /%3E%3Cpath d='M411.484 732.102C411.374 732.102 411.265 732.06 411.181 731.977L407.748 728.544L404.39 731.903C404.223 732.07 403.952 732.07 403.784 731.903C403.616 731.736 403.616 731.465 403.784 731.297L407.446 727.636C407.613 727.468 407.884 727.468 408.052 727.636L411.787 731.371C411.955 731.538 411.955 731.809 411.787 731.977C411.703 732.059 411.593 732.102 411.484 732.102Z' fill='white' /%3E%3Cpath d='M405.856 734.146C405.747 734.146 405.637 734.104 405.553 734.021C405.386 733.854 405.386 733.583 405.553 733.415L407.461 731.507C407.622 731.347 407.906 731.347 408.067 731.507L409.922 733.363C410.09 733.529 410.09 733.801 409.922 733.968C409.755 734.136 409.484 734.136 409.317 733.968L407.764 732.416L406.159 734.021C406.075 734.103 405.966 734.146 405.856 734.146Z' fill='white' /%3E%3Cpath d='M419.07 729.528C418.997 729.528 418.924 729.509 418.856 729.471L409.105 723.84C408.9 723.722 408.83 723.461 408.948 723.255C409.067 723.05 409.328 722.98 409.533 723.099L419.284 728.729C419.49 728.847 419.56 729.109 419.441 729.314C419.361 729.451 419.218 729.528 419.07 729.528Z' fill='white' /%3E%3Cpath d='M413.817 730.681C413.628 730.681 413.455 730.554 413.404 730.363L412.063 725.361C412.034 725.252 412.05 725.134 412.106 725.036C412.163 724.938 412.256 724.867 412.366 724.837L417.469 723.47C417.697 723.408 417.931 723.544 417.994 723.773C418.055 724.002 417.92 724.237 417.691 724.298L413.003 725.554L414.232 730.143C414.293 730.372 414.158 730.607 413.929 730.668C413.891 730.676 413.854 730.681 413.817 730.681Z' fill='white' /%3E%3Cpath d='M416.537 730.208C416.347 730.208 416.175 730.082 416.123 729.89L415.425 727.284C415.364 727.056 415.499 726.821 415.728 726.76L418.262 726.081C418.49 726.02 418.725 726.155 418.786 726.384C418.848 726.613 418.712 726.848 418.484 726.909L416.364 727.477L416.951 729.669C417.012 729.897 416.877 730.132 416.648 730.193C416.61 730.203 416.573 730.208 416.537 730.208Z' fill='white' /%3E%3Cpath d='M409.391 722.084C409.243 722.084 409.099 722.007 409.02 721.87C408.902 721.665 408.972 721.404 409.177 721.285L418.929 715.655C419.134 715.537 419.395 715.607 419.513 715.812C419.632 716.017 419.562 716.279 419.357 716.397L409.605 722.027C409.537 722.066 409.463 722.084 409.391 722.084Z' fill='white' /%3E%3Cpath d='M417.515 721.581C417.478 721.581 417.441 721.576 417.403 721.566L412.402 720.225C412.173 720.164 412.038 719.929 412.099 719.701L413.466 714.599C413.527 714.37 413.762 714.234 413.991 714.296C414.219 714.357 414.355 714.592 414.293 714.821L413.038 719.509L417.626 720.738C417.855 720.799 417.99 721.034 417.929 721.263C417.877 721.454 417.703 721.581 417.515 721.581Z' fill='white' /%3E%3Cpath d='M418.463 718.989C418.426 718.989 418.389 718.984 418.351 718.974L415.745 718.276C415.636 718.246 415.542 718.175 415.485 718.077C415.428 717.978 415.413 717.862 415.443 717.752L416.121 715.218C416.182 714.989 416.417 714.853 416.646 714.915C416.875 714.977 417.01 715.211 416.949 715.44L416.381 717.561L418.572 718.148C418.801 718.209 418.936 718.444 418.875 718.673C418.825 718.863 418.652 718.989 418.463 718.989Z' fill='white' /%3E%3Cpath d='M407.786 724.74C406.55 724.74 405.545 723.735 405.545 722.499C405.545 721.263 406.55 720.258 407.786 720.258C409.022 720.258 410.027 721.263 410.027 722.499C410.027 723.735 409.021 724.74 407.786 724.74ZM407.786 721.115C407.023 721.115 406.401 721.736 406.401 722.5C406.401 723.263 407.023 723.885 407.786 723.885C408.549 723.885 409.171 723.263 409.171 722.5C409.17 721.735 408.549 721.115 407.786 721.115Z' fill='white' /%3E%3Cpath d='M406.164 717.541L404.657 716.059C404.52 715.925 404.312 715.897 404.146 715.991C403.979 716.084 403.895 716.277 403.94 716.462L404.453 718.625C404.48 718.738 404.552 718.835 404.652 718.895L405.655 719.491C405.722 719.532 405.798 719.552 405.874 719.552C405.948 719.552 406.021 719.533 406.087 719.494C406.221 719.417 406.303 719.274 406.302 719.119L406.292 717.843C406.291 717.73 406.245 717.621 406.164 717.541Z' fill='white' /%3E%3Cpath d='M404.333 722.469C404.333 722.314 404.25 722.172 404.116 722.095L403.005 721.466C402.907 721.41 402.789 721.396 402.68 721.425L400.642 721.989C400.457 722.04 400.33 722.206 400.328 722.397C400.326 722.588 400.45 722.757 400.634 722.811L402.764 723.448C402.805 723.46 402.846 723.466 402.887 723.466C402.96 723.466 403.032 723.447 403.096 723.412L404.114 722.841C404.249 722.766 404.333 722.623 404.333 722.469Z' fill='white' /%3E%3Cpath d='M406.031 725.474C405.896 725.396 405.732 725.397 405.598 725.475L404.498 726.122C404.4 726.179 404.329 726.274 404.3 726.383L403.77 728.43C403.721 728.615 403.802 728.809 403.966 728.907C404.034 728.947 404.109 728.966 404.184 728.966C404.291 728.966 404.396 728.926 404.478 728.849L406.095 727.322C406.179 727.243 406.228 727.132 406.229 727.017L406.244 725.85C406.246 725.695 406.164 725.552 406.031 725.474Z' fill='white' /%3E%3Cpath d='M411.116 726.374C411.089 726.262 411.017 726.164 410.918 726.105L409.915 725.509C409.782 725.43 409.617 725.429 409.483 725.506C409.348 725.583 409.267 725.726 409.268 725.881L409.277 727.157C409.278 727.271 409.324 727.379 409.406 727.459L410.913 728.943C410.995 729.024 411.103 729.066 411.214 729.066C411.286 729.066 411.358 729.048 411.424 729.011C411.59 728.917 411.674 728.725 411.63 728.539L411.116 726.374Z' fill='white' /%3E%3Cpath d='M414.936 722.188L412.806 721.551C412.694 721.518 412.575 721.532 412.473 721.588L411.455 722.159C411.32 722.235 411.237 722.377 411.236 722.532C411.236 722.687 411.319 722.829 411.453 722.906L412.564 723.535C412.629 723.571 412.702 723.59 412.775 723.59C412.814 723.59 412.852 723.585 412.889 723.574L414.927 723.011C415.112 722.96 415.239 722.794 415.241 722.603C415.244 722.412 415.119 722.244 414.936 722.188Z' fill='white' /%3E%3Cpath d='M409.539 719.528C409.605 719.566 409.68 719.586 409.754 719.586C409.829 719.586 409.904 719.566 409.971 719.527L411.072 718.88C411.17 718.822 411.241 718.728 411.269 718.618L411.8 716.571C411.848 716.387 411.767 716.193 411.604 716.095C411.439 715.997 411.231 716.021 411.092 716.152L409.475 717.679C409.391 717.759 409.342 717.87 409.341 717.985L409.326 719.152C409.324 719.306 409.405 719.45 409.539 719.528Z' fill='white' /%3E%3C/g%3E%3Cg opacity='0.5'%3E%3Cpath d='M517.036 651.168C516.916 651.168 516.818 651.07 516.818 650.95V645.218C516.818 645.097 516.916 645 517.036 645C517.157 645 517.254 645.097 517.254 645.218V650.95C517.254 651.07 517.157 651.168 517.036 651.168Z' fill='white' /%3E%3Cpath d='M517.018 649.322C516.962 649.322 516.907 649.301 516.864 649.258L514.962 647.357C514.877 647.272 514.877 647.134 514.962 647.048C515.047 646.963 515.185 646.963 515.271 647.048L517.018 648.795L518.728 647.086C518.813 647 518.951 647 519.036 647.086C519.122 647.17 519.122 647.309 519.036 647.394L517.172 649.258C517.13 649.301 517.074 649.322 517.018 649.322Z' fill='white' /%3E%3Cpath d='M517.012 647.351C516.957 647.351 516.901 647.33 516.858 647.287L515.914 646.342C515.828 646.257 515.828 646.119 515.914 646.034C515.998 645.949 516.137 645.949 516.222 646.034L517.012 646.824L517.829 646.007C517.914 645.922 518.052 645.922 518.138 646.007C518.223 646.092 518.223 646.23 518.138 646.316L517.166 647.287C517.124 647.33 517.068 647.351 517.012 647.351Z' fill='white' /%3E%3Cpath d='M516.217 651.597C516.18 651.597 516.143 651.587 516.108 651.568L511.144 648.702C511.04 648.642 511.004 648.509 511.064 648.404C511.125 648.3 511.258 648.264 511.362 648.324L516.326 651.19C516.431 651.251 516.466 651.384 516.406 651.488C516.366 651.558 516.292 651.597 516.217 651.597Z' fill='white' /%3E%3Cpath d='M512.013 651.386C511.916 651.386 511.829 651.322 511.802 651.224C511.771 651.108 511.84 650.988 511.957 650.957L514.343 650.317L513.718 647.982C513.686 647.865 513.755 647.746 513.872 647.715C513.988 647.683 514.107 647.752 514.139 647.869L514.821 650.415C514.836 650.471 514.828 650.531 514.8 650.58C514.771 650.631 514.723 650.667 514.667 650.682L512.07 651.378C512.05 651.383 512.032 651.386 512.013 651.386Z' fill='white' /%3E%3Cpath d='M511.607 650.057C511.51 650.057 511.422 649.993 511.396 649.896C511.365 649.779 511.434 649.66 511.55 649.629L512.629 649.339L512.331 648.224C512.3 648.108 512.368 647.988 512.485 647.957C512.601 647.925 512.721 647.995 512.752 648.111L513.107 649.438C513.123 649.493 513.114 649.553 513.086 649.603C513.057 649.653 513.01 649.689 512.953 649.704L511.663 650.05C511.644 650.055 511.625 650.057 511.607 650.057Z' fill='white' /%3E%3Cpath d='M511.218 655.386C511.143 655.386 511.069 655.347 511.029 655.277C510.969 655.173 511.005 655.04 511.109 654.98L516.073 652.113C516.178 652.053 516.311 652.089 516.371 652.193C516.431 652.298 516.396 652.431 516.291 652.491L511.327 655.357C511.292 655.377 511.255 655.386 511.218 655.386Z' fill='white' /%3E%3Cpath d='M513.897 656.056C513.879 656.056 513.86 656.053 513.841 656.048C513.724 656.017 513.655 655.898 513.687 655.781L514.326 653.394L511.99 652.769C511.873 652.738 511.804 652.618 511.836 652.502C511.867 652.385 511.986 652.316 512.103 652.348L514.649 653.03C514.766 653.061 514.834 653.181 514.803 653.297L514.107 655.895C514.082 655.992 513.994 656.056 513.897 656.056Z' fill='white' /%3E%3Cpath d='M512.543 655.743C512.524 655.743 512.505 655.74 512.486 655.735C512.37 655.704 512.301 655.584 512.332 655.468L512.621 654.388L511.505 654.089C511.389 654.058 511.32 653.938 511.351 653.822C511.382 653.705 511.502 653.636 511.618 653.668L512.945 654.023C513.062 654.054 513.13 654.174 513.099 654.29L512.754 655.58C512.727 655.678 512.639 655.743 512.543 655.743Z' fill='white' /%3E%3Cpath d='M516.964 658.746C516.844 658.746 516.746 658.649 516.746 658.528V652.796C516.746 652.676 516.844 652.578 516.964 652.578C517.085 652.578 517.182 652.676 517.182 652.796V658.528C517.182 658.649 517.084 658.746 516.964 658.746Z' fill='white' /%3E%3Cpath d='M518.882 656.762C518.826 656.762 518.771 656.74 518.728 656.698L516.981 654.95L515.271 656.66C515.186 656.745 515.048 656.745 514.962 656.66C514.877 656.575 514.877 656.437 514.962 656.352L516.827 654.488C516.912 654.402 517.05 654.402 517.135 654.488L519.037 656.389C519.122 656.474 519.122 656.612 519.037 656.698C518.994 656.74 518.938 656.762 518.882 656.762Z' fill='white' /%3E%3Cpath d='M516.019 657.801C515.963 657.801 515.907 657.78 515.865 657.737C515.779 657.652 515.779 657.514 515.865 657.429L516.836 656.458C516.918 656.376 517.062 656.376 517.144 656.458L518.089 657.402C518.174 657.487 518.174 657.625 518.089 657.711C518.004 657.796 517.866 657.796 517.78 657.711L516.99 656.92L516.173 657.737C516.13 657.78 516.075 657.801 516.019 657.801Z' fill='white' /%3E%3Cpath d='M522.745 655.451C522.708 655.451 522.67 655.441 522.636 655.422L517.672 652.555C517.567 652.495 517.532 652.362 517.592 652.258C517.652 652.153 517.785 652.117 517.89 652.178L522.854 655.044C522.958 655.104 522.994 655.237 522.934 655.342C522.893 655.412 522.82 655.451 522.745 655.451Z' fill='white' /%3E%3Cpath d='M520.07 656.038C519.974 656.038 519.886 655.973 519.86 655.876L519.177 653.33C519.162 653.274 519.17 653.214 519.199 653.164C519.228 653.114 519.275 653.078 519.332 653.063L521.929 652.367C522.045 652.335 522.165 652.405 522.196 652.521C522.227 652.638 522.159 652.757 522.042 652.788L519.655 653.428L520.281 655.764C520.312 655.881 520.243 656 520.127 656.031C520.108 656.035 520.089 656.038 520.07 656.038Z' fill='white' /%3E%3Cpath d='M521.456 655.796C521.36 655.796 521.272 655.732 521.246 655.634L520.89 654.308C520.859 654.191 520.928 654.072 521.044 654.04L522.334 653.695C522.45 653.664 522.57 653.733 522.602 653.849C522.633 653.966 522.564 654.085 522.447 654.116L521.368 654.406L521.667 655.521C521.698 655.638 521.629 655.757 521.513 655.788C521.494 655.793 521.475 655.796 521.456 655.796Z' fill='white' /%3E%3Cpath d='M517.816 651.662C517.74 651.662 517.667 651.622 517.627 651.553C517.567 651.448 517.602 651.315 517.707 651.255L522.671 648.389C522.775 648.328 522.908 648.364 522.969 648.469C523.029 648.573 522.993 648.706 522.889 648.766L517.925 651.633C517.89 651.652 517.852 651.662 517.816 651.662Z' fill='white' /%3E%3Cpath d='M521.954 651.405C521.936 651.405 521.917 651.403 521.897 651.398L519.351 650.715C519.235 650.684 519.166 650.565 519.197 650.448L519.893 647.851C519.924 647.735 520.044 647.665 520.16 647.697C520.277 647.728 520.345 647.848 520.314 647.964L519.675 650.351L522.011 650.977C522.127 651.008 522.196 651.127 522.165 651.244C522.138 651.341 522.05 651.405 521.954 651.405Z' fill='white' /%3E%3Cpath d='M522.434 650.085C522.415 650.085 522.396 650.083 522.377 650.078L521.05 649.722C520.995 649.707 520.947 649.671 520.918 649.621C520.889 649.571 520.881 649.511 520.896 649.456L521.242 648.166C521.273 648.049 521.392 647.98 521.509 648.012C521.625 648.043 521.694 648.162 521.663 648.279L521.374 649.358L522.49 649.657C522.606 649.688 522.675 649.808 522.644 649.924C522.618 650.021 522.53 650.085 522.434 650.085Z' fill='white' /%3E%3Cpath d='M517 653.012C516.371 653.012 515.859 652.501 515.859 651.871C515.859 651.242 516.371 650.73 517 650.73C517.629 650.73 518.141 651.242 518.141 651.871C518.141 652.501 517.629 653.012 517 653.012ZM517 651.167C516.612 651.167 516.295 651.483 516.295 651.872C516.295 652.26 516.612 652.577 517 652.577C517.389 652.577 517.705 652.26 517.705 651.872C517.705 651.483 517.389 651.167 517 651.167Z' fill='white' /%3E%3Cpath d='M516.175 649.349L515.408 648.594C515.339 648.526 515.233 648.512 515.148 648.559C515.063 648.607 515.021 648.705 515.043 648.799L515.305 649.901C515.318 649.958 515.355 650.008 515.406 650.038L515.916 650.341C515.95 650.362 515.989 650.372 516.028 650.372C516.065 650.372 516.103 650.363 516.136 650.343C516.205 650.304 516.246 650.231 516.246 650.152L516.241 649.502C516.24 649.445 516.217 649.389 516.175 649.349Z' fill='white' /%3E%3Cpath d='M515.242 651.857C515.242 651.779 515.2 651.706 515.131 651.667L514.566 651.347C514.516 651.318 514.456 651.311 514.4 651.326L513.363 651.613C513.269 651.639 513.204 651.723 513.203 651.821C513.202 651.918 513.265 652.004 513.359 652.032L514.443 652.356C514.464 652.362 514.485 652.365 514.506 652.365C514.543 652.365 514.58 652.355 514.612 652.337L515.13 652.047C515.199 652.008 515.242 651.936 515.242 651.857Z' fill='white' /%3E%3Cpath d='M516.105 653.387C516.037 653.347 515.953 653.348 515.885 653.387L515.325 653.717C515.275 653.746 515.239 653.794 515.224 653.85L514.954 654.892C514.93 654.986 514.971 655.085 515.054 655.134C515.089 655.155 515.127 655.165 515.165 655.165C515.219 655.165 515.273 655.144 515.315 655.105L516.138 654.328C516.181 654.287 516.206 654.231 516.206 654.172L516.214 653.578C516.215 653.499 516.173 653.427 516.105 653.387Z' fill='white' /%3E%3Cpath d='M518.697 653.846C518.683 653.789 518.647 653.739 518.596 653.709L518.085 653.406C518.018 653.365 517.934 653.365 517.865 653.404C517.797 653.443 517.755 653.516 517.756 653.595L517.761 654.245C517.761 654.302 517.784 654.358 517.826 654.398L518.593 655.153C518.635 655.195 518.69 655.216 518.747 655.216C518.783 655.216 518.82 655.207 518.854 655.188C518.938 655.14 518.981 655.042 518.958 654.948L518.697 653.846Z' fill='white' /%3E%3Cpath d='M520.641 651.714L519.557 651.39C519.5 651.373 519.439 651.38 519.387 651.409L518.869 651.699C518.8 651.738 518.758 651.81 518.758 651.889C518.758 651.968 518.8 652.04 518.868 652.079L519.434 652.4C519.467 652.418 519.504 652.428 519.541 652.428C519.561 652.428 519.58 652.425 519.599 652.42L520.637 652.133C520.731 652.107 520.796 652.023 520.797 651.925C520.798 651.828 520.734 651.743 520.641 651.714Z' fill='white' /%3E%3Cpath d='M517.894 650.36C517.927 650.38 517.965 650.39 518.003 650.39C518.041 650.39 518.079 650.38 518.114 650.359L518.674 650.03C518.724 650.001 518.76 649.953 518.774 649.897L519.045 648.855C519.069 648.761 519.028 648.662 518.945 648.613C518.861 648.563 518.755 648.575 518.684 648.642L517.861 649.419C517.818 649.46 517.793 649.516 517.793 649.575L517.785 650.169C517.784 650.247 517.825 650.32 517.894 650.36Z' fill='white' /%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_5740_7760' x1='0' y1='707.5' x2='768' y2='707.5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23D75D3D' /%3E%3Cstop offset='1' stop-color='%23DF8A43' /%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_5740_7760' x1='384' y1='-3.40899e-05' x2='1303.53' y2='617.379' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EE1A25' /%3E%3Cstop offset='1' stop-color='%23C51A2A' /%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  }
  .home_index_page .main .cta-section.november2024:before {
    background-image: url("data:image/svg+xml,%3Csvg width='768' height='1077' viewBox='0 0 768 1077' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-237 375.019L2431.4 0L2572.09 1001.07L-96.3084 1376.09L-237 375.019Z' fill='%231E1E1E'/%3E%3Cg opacity='0.5'%3E%3Cpath d='M652.036 431.168C651.916 431.168 651.818 431.07 651.818 430.95V425.218C651.818 425.097 651.916 425 652.036 425C652.157 425 652.254 425.097 652.254 425.218V430.95C652.254 431.07 652.157 431.168 652.036 431.168Z' fill='white'/%3E%3Cpath d='M652.018 429.322C651.962 429.322 651.907 429.301 651.864 429.258L649.962 427.357C649.877 427.272 649.877 427.134 649.962 427.048C650.047 426.963 650.185 426.963 650.271 427.048L652.018 428.795L653.728 427.086C653.813 427 653.951 427 654.036 427.086C654.122 427.17 654.122 427.309 654.036 427.394L652.172 429.258C652.13 429.301 652.074 429.322 652.018 429.322Z' fill='white'/%3E%3Cpath d='M652.012 427.351C651.957 427.351 651.901 427.33 651.858 427.287L650.914 426.342C650.828 426.257 650.828 426.119 650.914 426.034C650.998 425.949 651.137 425.949 651.222 426.034L652.012 426.824L652.829 426.007C652.914 425.922 653.052 425.922 653.138 426.007C653.223 426.092 653.223 426.23 653.138 426.316L652.166 427.287C652.124 427.33 652.068 427.351 652.012 427.351Z' fill='white'/%3E%3Cpath d='M651.217 431.597C651.18 431.597 651.143 431.587 651.108 431.568L646.144 428.702C646.04 428.642 646.004 428.509 646.064 428.404C646.125 428.3 646.258 428.264 646.362 428.324L651.326 431.19C651.431 431.251 651.466 431.384 651.406 431.488C651.366 431.558 651.292 431.597 651.217 431.597Z' fill='white'/%3E%3Cpath d='M647.013 431.386C646.916 431.386 646.829 431.322 646.802 431.224C646.771 431.108 646.84 430.988 646.957 430.957L649.343 430.317L648.718 427.982C648.686 427.865 648.755 427.746 648.872 427.715C648.988 427.683 649.107 427.752 649.139 427.869L649.821 430.415C649.836 430.471 649.828 430.531 649.8 430.58C649.771 430.631 649.723 430.667 649.667 430.682L647.07 431.378C647.05 431.383 647.032 431.386 647.013 431.386Z' fill='white'/%3E%3Cpath d='M646.607 430.057C646.51 430.057 646.422 429.993 646.396 429.896C646.365 429.779 646.434 429.66 646.55 429.629L647.629 429.339L647.331 428.224C647.3 428.108 647.368 427.988 647.485 427.957C647.601 427.925 647.721 427.995 647.752 428.111L648.107 429.438C648.123 429.493 648.114 429.553 648.086 429.603C648.057 429.653 648.01 429.689 647.953 429.704L646.663 430.05C646.644 430.055 646.625 430.057 646.607 430.057Z' fill='white'/%3E%3Cpath d='M646.218 435.386C646.143 435.386 646.069 435.347 646.029 435.277C645.969 435.173 646.005 435.04 646.109 434.98L651.073 432.113C651.178 432.053 651.311 432.089 651.371 432.193C651.431 432.298 651.396 432.431 651.291 432.491L646.327 435.357C646.292 435.377 646.255 435.386 646.218 435.386Z' fill='white'/%3E%3Cpath d='M648.897 436.056C648.879 436.056 648.86 436.053 648.841 436.048C648.724 436.017 648.655 435.898 648.687 435.781L649.326 433.394L646.99 432.769C646.873 432.738 646.804 432.618 646.836 432.502C646.867 432.385 646.986 432.316 647.103 432.348L649.649 433.03C649.766 433.061 649.834 433.181 649.803 433.297L649.107 435.895C649.082 435.992 648.994 436.056 648.897 436.056Z' fill='white'/%3E%3Cpath d='M647.543 435.743C647.524 435.743 647.505 435.74 647.486 435.735C647.37 435.704 647.301 435.584 647.332 435.468L647.621 434.388L646.505 434.089C646.389 434.058 646.32 433.938 646.351 433.822C646.382 433.705 646.502 433.636 646.618 433.668L647.945 434.023C648.062 434.054 648.13 434.174 648.099 434.29L647.754 435.58C647.727 435.678 647.639 435.743 647.543 435.743Z' fill='white'/%3E%3Cpath d='M651.964 438.746C651.844 438.746 651.746 438.649 651.746 438.528V432.796C651.746 432.676 651.844 432.578 651.964 432.578C652.085 432.578 652.182 432.676 652.182 432.796V438.528C652.182 438.649 652.084 438.746 651.964 438.746Z' fill='white'/%3E%3Cpath d='M653.882 436.762C653.826 436.762 653.771 436.74 653.728 436.698L651.981 434.95L650.271 436.66C650.186 436.745 650.048 436.745 649.962 436.66C649.877 436.575 649.877 436.437 649.962 436.352L651.827 434.488C651.912 434.402 652.05 434.402 652.135 434.488L654.037 436.389C654.122 436.474 654.122 436.612 654.037 436.698C653.994 436.74 653.938 436.762 653.882 436.762Z' fill='white'/%3E%3Cpath d='M651.019 437.801C650.963 437.801 650.907 437.78 650.865 437.737C650.779 437.652 650.779 437.514 650.865 437.429L651.836 436.458C651.918 436.376 652.062 436.376 652.144 436.458L653.089 437.402C653.174 437.487 653.174 437.625 653.089 437.711C653.004 437.796 652.866 437.796 652.78 437.711L651.99 436.92L651.173 437.737C651.13 437.78 651.075 437.801 651.019 437.801Z' fill='white'/%3E%3Cpath d='M657.745 435.451C657.708 435.451 657.67 435.441 657.636 435.422L652.672 432.555C652.567 432.495 652.532 432.362 652.592 432.258C652.652 432.153 652.785 432.117 652.89 432.178L657.854 435.044C657.958 435.104 657.994 435.237 657.934 435.342C657.893 435.412 657.82 435.451 657.745 435.451Z' fill='white'/%3E%3Cpath d='M655.07 436.038C654.974 436.038 654.886 435.973 654.86 435.876L654.177 433.33C654.162 433.274 654.17 433.214 654.199 433.164C654.228 433.114 654.275 433.078 654.332 433.063L656.929 432.367C657.045 432.335 657.165 432.405 657.196 432.521C657.227 432.638 657.159 432.757 657.042 432.788L654.655 433.428L655.281 435.764C655.312 435.881 655.243 436 655.127 436.031C655.108 436.035 655.089 436.038 655.07 436.038Z' fill='white'/%3E%3Cpath d='M656.456 435.796C656.36 435.796 656.272 435.732 656.246 435.634L655.89 434.308C655.859 434.191 655.928 434.072 656.044 434.04L657.334 433.695C657.45 433.664 657.57 433.733 657.602 433.849C657.633 433.966 657.564 434.085 657.447 434.116L656.368 434.406L656.667 435.521C656.698 435.638 656.629 435.757 656.513 435.788C656.494 435.793 656.475 435.796 656.456 435.796Z' fill='white'/%3E%3Cpath d='M652.816 431.662C652.74 431.662 652.667 431.622 652.627 431.553C652.567 431.448 652.602 431.315 652.707 431.255L657.671 428.389C657.775 428.328 657.908 428.364 657.969 428.469C658.029 428.573 657.993 428.706 657.889 428.766L652.925 431.633C652.89 431.652 652.852 431.662 652.816 431.662Z' fill='white'/%3E%3Cpath d='M656.954 431.405C656.936 431.405 656.917 431.403 656.897 431.398L654.351 430.715C654.235 430.684 654.166 430.565 654.197 430.448L654.893 427.851C654.924 427.735 655.044 427.665 655.16 427.697C655.277 427.728 655.345 427.848 655.314 427.964L654.675 430.351L657.011 430.977C657.127 431.008 657.196 431.127 657.165 431.244C657.138 431.341 657.05 431.405 656.954 431.405Z' fill='white'/%3E%3Cpath d='M657.434 430.085C657.415 430.085 657.396 430.083 657.377 430.078L656.05 429.722C655.995 429.707 655.947 429.671 655.918 429.621C655.889 429.571 655.881 429.511 655.896 429.456L656.242 428.166C656.273 428.049 656.392 427.98 656.509 428.012C656.625 428.043 656.694 428.162 656.663 428.279L656.374 429.358L657.49 429.657C657.606 429.688 657.675 429.808 657.644 429.924C657.618 430.021 657.53 430.085 657.434 430.085Z' fill='white'/%3E%3Cpath d='M652 433.012C651.371 433.012 650.859 432.501 650.859 431.871C650.859 431.242 651.371 430.73 652 430.73C652.629 430.73 653.141 431.242 653.141 431.871C653.141 432.501 652.629 433.012 652 433.012ZM652 431.167C651.612 431.167 651.295 431.483 651.295 431.872C651.295 432.26 651.612 432.577 652 432.577C652.389 432.577 652.705 432.26 652.705 431.872C652.705 431.483 652.389 431.167 652 431.167Z' fill='white'/%3E%3Cpath d='M651.175 429.349L650.408 428.594C650.339 428.526 650.233 428.512 650.148 428.559C650.063 428.607 650.021 428.705 650.043 428.799L650.305 429.901C650.318 429.958 650.355 430.008 650.406 430.038L650.916 430.341C650.95 430.362 650.989 430.372 651.028 430.372C651.065 430.372 651.103 430.363 651.136 430.343C651.205 430.304 651.246 430.231 651.246 430.152L651.241 429.502C651.24 429.445 651.217 429.389 651.175 429.349Z' fill='white'/%3E%3Cpath d='M650.242 431.857C650.242 431.779 650.2 431.706 650.131 431.667L649.566 431.347C649.516 431.318 649.456 431.311 649.4 431.326L648.363 431.613C648.269 431.639 648.204 431.723 648.203 431.821C648.202 431.918 648.265 432.004 648.359 432.032L649.443 432.356C649.464 432.362 649.485 432.365 649.506 432.365C649.543 432.365 649.58 432.355 649.612 432.337L650.13 432.047C650.199 432.008 650.242 431.936 650.242 431.857Z' fill='white'/%3E%3Cpath d='M651.105 433.387C651.037 433.347 650.953 433.348 650.885 433.387L650.325 433.717C650.275 433.746 650.239 433.794 650.224 433.85L649.954 434.892C649.93 434.986 649.971 435.085 650.054 435.134C650.089 435.155 650.127 435.165 650.165 435.165C650.219 435.165 650.273 435.144 650.315 435.105L651.138 434.328C651.181 434.287 651.206 434.231 651.206 434.172L651.214 433.578C651.215 433.499 651.173 433.427 651.105 433.387Z' fill='white'/%3E%3Cpath d='M653.697 433.846C653.683 433.789 653.647 433.739 653.596 433.709L653.085 433.406C653.018 433.365 652.934 433.365 652.865 433.404C652.797 433.443 652.755 433.516 652.756 433.595L652.761 434.245C652.761 434.302 652.784 434.358 652.826 434.398L653.593 435.153C653.635 435.195 653.69 435.216 653.747 435.216C653.783 435.216 653.82 435.207 653.854 435.188C653.938 435.14 653.981 435.042 653.958 434.948L653.697 433.846Z' fill='white'/%3E%3Cpath d='M655.641 431.714L654.557 431.39C654.5 431.373 654.439 431.38 654.387 431.409L653.869 431.699C653.8 431.738 653.758 431.81 653.758 431.889C653.758 431.968 653.8 432.04 653.868 432.079L654.434 432.4C654.467 432.418 654.504 432.428 654.541 432.428C654.561 432.428 654.58 432.425 654.599 432.42L655.637 432.133C655.731 432.107 655.796 432.023 655.797 431.925C655.798 431.828 655.734 431.743 655.641 431.714Z' fill='white'/%3E%3Cpath d='M652.894 430.36C652.927 430.38 652.965 430.39 653.003 430.39C653.041 430.39 653.079 430.38 653.114 430.359L653.674 430.03C653.724 430.001 653.76 429.953 653.774 429.897L654.045 428.855C654.069 428.761 654.028 428.662 653.945 428.613C653.861 428.563 653.755 428.575 653.684 428.642L652.861 429.419C652.818 429.46 652.793 429.516 652.793 429.575L652.785 430.169C652.784 430.247 652.825 430.32 652.894 430.36Z' fill='white'/%3E%3C/g%3E%3Cg opacity='0.5'%3E%3Cpath d='M407.858 383.116C407.621 383.116 407.43 382.924 407.43 382.688V371.428C407.43 371.191 407.621 371 407.858 371C408.095 371 408.286 371.191 408.286 371.428V382.688C408.286 382.924 408.095 383.116 407.858 383.116Z' fill='white'/%3E%3Cpath d='M407.822 379.49C407.713 379.49 407.603 379.449 407.519 379.365L403.784 375.63C403.616 375.463 403.616 375.192 403.784 375.024C403.951 374.857 404.222 374.857 404.39 375.024L407.822 378.456L411.181 375.097C411.347 374.93 411.619 374.93 411.786 375.097C411.954 375.264 411.954 375.535 411.786 375.703L408.125 379.364C408.041 379.448 407.932 379.49 407.822 379.49Z' fill='white'/%3E%3Cpath d='M407.807 375.618C407.698 375.618 407.588 375.576 407.505 375.493L405.649 373.637C405.482 373.47 405.482 373.199 405.649 373.032C405.816 372.864 406.087 372.864 406.255 373.032L407.807 374.584L409.412 372.979C409.579 372.812 409.85 372.812 410.018 372.979C410.186 373.146 410.186 373.417 410.018 373.585L408.11 375.493C408.026 375.576 407.917 375.618 407.807 375.618Z' fill='white'/%3E%3Cpath d='M406.251 383.958C406.178 383.958 406.105 383.94 406.037 383.901L396.287 378.272C396.081 378.154 396.011 377.892 396.13 377.687C396.248 377.482 396.51 377.412 396.715 377.53L406.466 383.16C406.671 383.279 406.741 383.54 406.623 383.745C406.543 383.882 406.399 383.958 406.251 383.958Z' fill='white'/%3E%3Cpath d='M397.99 383.545C397.801 383.545 397.628 383.419 397.577 383.227C397.516 382.998 397.651 382.764 397.88 382.702L402.568 381.446L401.339 376.858C401.278 376.629 401.413 376.395 401.642 376.333C401.87 376.271 402.105 376.407 402.167 376.636L403.507 381.638C403.537 381.748 403.521 381.865 403.465 381.963C403.408 382.061 403.315 382.132 403.204 382.162L398.103 383.529C398.064 383.54 398.028 383.545 397.99 383.545Z' fill='white'/%3E%3Cpath d='M397.198 380.934C397.008 380.934 396.836 380.808 396.784 380.616C396.723 380.388 396.858 380.153 397.087 380.092L399.207 379.523L398.62 377.333C398.559 377.104 398.694 376.869 398.923 376.808C399.151 376.746 399.386 376.882 399.447 377.111L400.146 379.717C400.175 379.826 400.16 379.944 400.103 380.041C400.046 380.14 399.953 380.211 399.843 380.241L397.309 380.919C397.272 380.93 397.234 380.934 397.198 380.934Z' fill='white'/%3E%3Cpath d='M396.428 391.401C396.28 391.401 396.136 391.324 396.058 391.187C395.939 390.982 396.009 390.72 396.214 390.602L405.966 384.972C406.171 384.853 406.432 384.923 406.551 385.128C406.669 385.334 406.599 385.595 406.394 385.713L396.642 391.344C396.574 391.382 396.5 391.401 396.428 391.401Z' fill='white'/%3E%3Cpath d='M401.692 392.717C401.655 392.717 401.618 392.712 401.58 392.703C401.351 392.641 401.216 392.407 401.277 392.178L402.533 387.49L397.944 386.261C397.716 386.199 397.581 385.965 397.642 385.736C397.703 385.507 397.938 385.371 398.166 385.433L403.168 386.773C403.397 386.835 403.532 387.069 403.471 387.298L402.104 392.401C402.054 392.591 401.881 392.717 401.692 392.717Z' fill='white'/%3E%3Cpath d='M399.033 392.099C398.997 392.099 398.959 392.094 398.922 392.084C398.693 392.023 398.558 391.788 398.619 391.559L399.187 389.438L396.995 388.85C396.766 388.789 396.631 388.555 396.692 388.326C396.754 388.097 396.988 387.961 397.217 388.023L399.823 388.721C400.052 388.782 400.187 389.017 400.126 389.246L399.447 391.78C399.395 391.972 399.222 392.099 399.033 392.099Z' fill='white'/%3E%3Cpath d='M407.713 398C407.477 398 407.285 397.809 407.285 397.572V386.313C407.285 386.076 407.477 385.885 407.713 385.885C407.95 385.885 408.141 386.076 408.141 386.313V397.572C408.141 397.809 407.949 398 407.713 398Z' fill='white'/%3E%3Cpath d='M411.484 394.102C411.374 394.102 411.265 394.06 411.181 393.977L407.748 390.544L404.39 393.903C404.223 394.07 403.952 394.07 403.784 393.903C403.616 393.736 403.616 393.465 403.784 393.297L407.446 389.636C407.613 389.468 407.884 389.468 408.052 389.636L411.787 393.371C411.955 393.538 411.955 393.809 411.787 393.977C411.703 394.059 411.593 394.102 411.484 394.102Z' fill='white'/%3E%3Cpath d='M405.856 396.146C405.747 396.146 405.637 396.104 405.553 396.021C405.386 395.854 405.386 395.583 405.553 395.415L407.461 393.507C407.622 393.347 407.906 393.347 408.067 393.507L409.922 395.363C410.09 395.529 410.09 395.801 409.922 395.968C409.755 396.136 409.484 396.136 409.317 395.968L407.764 394.416L406.159 396.021C406.075 396.103 405.966 396.146 405.856 396.146Z' fill='white'/%3E%3Cpath d='M419.07 391.528C418.997 391.528 418.924 391.509 418.856 391.471L409.105 385.84C408.9 385.722 408.83 385.461 408.948 385.255C409.067 385.05 409.328 384.98 409.533 385.099L419.284 390.729C419.49 390.847 419.56 391.109 419.441 391.314C419.361 391.451 419.218 391.528 419.07 391.528Z' fill='white'/%3E%3Cpath d='M413.817 392.681C413.628 392.681 413.455 392.554 413.404 392.363L412.063 387.361C412.034 387.252 412.05 387.134 412.106 387.036C412.163 386.938 412.256 386.867 412.366 386.837L417.469 385.47C417.697 385.408 417.931 385.544 417.994 385.773C418.055 386.002 417.92 386.237 417.691 386.298L413.003 387.554L414.232 392.143C414.293 392.372 414.158 392.607 413.929 392.668C413.891 392.676 413.854 392.681 413.817 392.681Z' fill='white'/%3E%3Cpath d='M416.537 392.208C416.347 392.208 416.175 392.082 416.123 391.89L415.425 389.284C415.364 389.056 415.499 388.821 415.728 388.76L418.262 388.081C418.49 388.02 418.725 388.155 418.786 388.384C418.848 388.613 418.712 388.848 418.484 388.909L416.364 389.477L416.951 391.669C417.012 391.897 416.877 392.132 416.648 392.193C416.61 392.203 416.573 392.208 416.537 392.208Z' fill='white'/%3E%3Cpath d='M409.391 384.084C409.243 384.084 409.099 384.007 409.02 383.87C408.902 383.665 408.972 383.404 409.177 383.285L418.929 377.655C419.134 377.537 419.395 377.607 419.513 377.812C419.632 378.017 419.562 378.279 419.357 378.397L409.605 384.027C409.537 384.066 409.463 384.084 409.391 384.084Z' fill='white'/%3E%3Cpath d='M417.515 383.581C417.478 383.581 417.441 383.576 417.403 383.566L412.402 382.225C412.173 382.164 412.038 381.929 412.099 381.701L413.466 376.599C413.527 376.37 413.762 376.234 413.991 376.296C414.219 376.357 414.355 376.592 414.293 376.821L413.038 381.509L417.626 382.738C417.855 382.799 417.99 383.034 417.929 383.263C417.877 383.454 417.703 383.581 417.515 383.581Z' fill='white'/%3E%3Cpath d='M418.463 380.989C418.426 380.989 418.389 380.984 418.351 380.974L415.745 380.276C415.636 380.246 415.542 380.175 415.485 380.077C415.428 379.978 415.413 379.862 415.443 379.752L416.121 377.218C416.182 376.989 416.417 376.853 416.646 376.915C416.875 376.977 417.01 377.211 416.949 377.44L416.381 379.561L418.572 380.148C418.801 380.209 418.936 380.444 418.875 380.673C418.825 380.863 418.652 380.989 418.463 380.989Z' fill='white'/%3E%3Cpath d='M407.786 386.74C406.55 386.74 405.545 385.735 405.545 384.499C405.545 383.263 406.55 382.258 407.786 382.258C409.022 382.258 410.027 383.263 410.027 384.499C410.027 385.735 409.021 386.74 407.786 386.74ZM407.786 383.115C407.023 383.115 406.401 383.736 406.401 384.5C406.401 385.263 407.023 385.885 407.786 385.885C408.549 385.885 409.171 385.263 409.171 384.5C409.17 383.735 408.549 383.115 407.786 383.115Z' fill='white'/%3E%3Cpath d='M406.164 379.541L404.657 378.059C404.52 377.925 404.312 377.897 404.146 377.991C403.979 378.084 403.895 378.277 403.94 378.462L404.453 380.625C404.48 380.738 404.552 380.835 404.652 380.895L405.655 381.491C405.722 381.532 405.798 381.552 405.874 381.552C405.948 381.552 406.021 381.533 406.087 381.494C406.221 381.417 406.303 381.274 406.302 381.119L406.292 379.843C406.291 379.73 406.245 379.621 406.164 379.541Z' fill='white'/%3E%3Cpath d='M404.333 384.469C404.333 384.314 404.25 384.172 404.116 384.095L403.005 383.466C402.907 383.41 402.789 383.396 402.68 383.425L400.642 383.989C400.457 384.04 400.33 384.206 400.328 384.397C400.326 384.588 400.45 384.757 400.634 384.811L402.764 385.448C402.805 385.46 402.846 385.466 402.887 385.466C402.96 385.466 403.032 385.447 403.096 385.412L404.114 384.841C404.249 384.766 404.333 384.623 404.333 384.469Z' fill='white'/%3E%3Cpath d='M406.031 387.474C405.896 387.396 405.732 387.397 405.598 387.475L404.498 388.122C404.4 388.179 404.329 388.274 404.3 388.383L403.77 390.43C403.721 390.615 403.802 390.809 403.966 390.907C404.034 390.947 404.109 390.966 404.184 390.966C404.291 390.966 404.396 390.926 404.478 390.849L406.095 389.322C406.179 389.243 406.228 389.132 406.229 389.017L406.244 387.85C406.246 387.695 406.164 387.552 406.031 387.474Z' fill='white'/%3E%3Cpath d='M411.116 388.374C411.089 388.262 411.017 388.164 410.918 388.105L409.915 387.509C409.782 387.43 409.617 387.429 409.483 387.506C409.348 387.583 409.267 387.726 409.268 387.881L409.277 389.157C409.278 389.271 409.324 389.379 409.406 389.459L410.913 390.943C410.995 391.024 411.103 391.066 411.214 391.066C411.286 391.066 411.358 391.048 411.424 391.011C411.59 390.917 411.674 390.725 411.63 390.539L411.116 388.374Z' fill='white'/%3E%3Cpath d='M414.936 384.188L412.806 383.551C412.694 383.518 412.575 383.532 412.473 383.588L411.455 384.159C411.32 384.235 411.237 384.377 411.236 384.532C411.236 384.687 411.319 384.829 411.453 384.906L412.564 385.535C412.629 385.571 412.702 385.59 412.775 385.59C412.814 385.59 412.852 385.585 412.889 385.574L414.927 385.011C415.112 384.96 415.239 384.794 415.241 384.603C415.244 384.412 415.119 384.244 414.936 384.188Z' fill='white'/%3E%3Cpath d='M409.539 381.528C409.605 381.566 409.68 381.586 409.754 381.586C409.829 381.586 409.904 381.566 409.971 381.527L411.072 380.88C411.17 380.822 411.241 380.728 411.269 380.618L411.8 378.571C411.848 378.387 411.767 378.193 411.604 378.095C411.439 377.997 411.231 378.021 411.092 378.152L409.475 379.679C409.391 379.759 409.342 379.87 409.341 379.985L409.326 381.152C409.324 381.306 409.405 381.45 409.539 381.528Z' fill='white'/%3E%3C/g%3E%3Cg opacity='0.5'%3E%3Cpath d='M517.036 313.168C516.916 313.168 516.818 313.07 516.818 312.95V307.218C516.818 307.097 516.916 307 517.036 307C517.157 307 517.254 307.097 517.254 307.218V312.95C517.254 313.07 517.157 313.168 517.036 313.168Z' fill='white'/%3E%3Cpath d='M517.018 311.322C516.962 311.322 516.907 311.301 516.864 311.258L514.962 309.357C514.877 309.272 514.877 309.134 514.962 309.048C515.047 308.963 515.185 308.963 515.271 309.048L517.018 310.795L518.728 309.086C518.813 309 518.951 309 519.036 309.086C519.122 309.17 519.122 309.309 519.036 309.394L517.172 311.258C517.13 311.301 517.074 311.322 517.018 311.322Z' fill='white'/%3E%3Cpath d='M517.012 309.351C516.957 309.351 516.901 309.33 516.858 309.287L515.914 308.342C515.828 308.257 515.828 308.119 515.914 308.034C515.998 307.949 516.137 307.949 516.222 308.034L517.012 308.824L517.829 308.007C517.914 307.922 518.052 307.922 518.138 308.007C518.223 308.092 518.223 308.23 518.138 308.316L517.166 309.287C517.124 309.33 517.068 309.351 517.012 309.351Z' fill='white'/%3E%3Cpath d='M516.217 313.597C516.18 313.597 516.143 313.587 516.108 313.568L511.144 310.702C511.04 310.642 511.004 310.509 511.064 310.404C511.125 310.3 511.258 310.264 511.362 310.324L516.326 313.19C516.431 313.251 516.466 313.384 516.406 313.488C516.366 313.558 516.292 313.597 516.217 313.597Z' fill='white'/%3E%3Cpath d='M512.013 313.386C511.916 313.386 511.829 313.322 511.802 313.224C511.771 313.108 511.84 312.988 511.957 312.957L514.343 312.317L513.718 309.982C513.686 309.865 513.755 309.746 513.872 309.715C513.988 309.683 514.107 309.752 514.139 309.869L514.821 312.415C514.836 312.471 514.828 312.531 514.8 312.58C514.771 312.631 514.723 312.667 514.667 312.682L512.07 313.378C512.05 313.383 512.032 313.386 512.013 313.386Z' fill='white'/%3E%3Cpath d='M511.607 312.057C511.51 312.057 511.422 311.993 511.396 311.896C511.365 311.779 511.434 311.66 511.55 311.629L512.629 311.339L512.331 310.224C512.3 310.108 512.368 309.988 512.485 309.957C512.601 309.925 512.721 309.995 512.752 310.111L513.107 311.438C513.123 311.493 513.114 311.553 513.086 311.603C513.057 311.653 513.01 311.689 512.953 311.704L511.663 312.05C511.644 312.055 511.625 312.057 511.607 312.057Z' fill='white'/%3E%3Cpath d='M511.218 317.386C511.143 317.386 511.069 317.347 511.029 317.277C510.969 317.173 511.005 317.04 511.109 316.98L516.073 314.113C516.178 314.053 516.311 314.089 516.371 314.193C516.431 314.298 516.396 314.431 516.291 314.491L511.327 317.357C511.292 317.377 511.255 317.386 511.218 317.386Z' fill='white'/%3E%3Cpath d='M513.897 318.056C513.879 318.056 513.86 318.053 513.841 318.048C513.724 318.017 513.655 317.898 513.687 317.781L514.326 315.394L511.99 314.769C511.873 314.738 511.804 314.618 511.836 314.502C511.867 314.385 511.986 314.316 512.103 314.348L514.649 315.03C514.766 315.061 514.834 315.181 514.803 315.297L514.107 317.895C514.082 317.992 513.994 318.056 513.897 318.056Z' fill='white'/%3E%3Cpath d='M512.543 317.743C512.524 317.743 512.505 317.74 512.486 317.735C512.37 317.704 512.301 317.584 512.332 317.468L512.621 316.388L511.505 316.089C511.389 316.058 511.32 315.938 511.351 315.822C511.382 315.705 511.502 315.636 511.618 315.668L512.945 316.023C513.062 316.054 513.13 316.174 513.099 316.29L512.754 317.58C512.727 317.678 512.639 317.743 512.543 317.743Z' fill='white'/%3E%3Cpath d='M516.964 320.746C516.844 320.746 516.746 320.649 516.746 320.528V314.796C516.746 314.676 516.844 314.578 516.964 314.578C517.085 314.578 517.182 314.676 517.182 314.796V320.528C517.182 320.649 517.084 320.746 516.964 320.746Z' fill='white'/%3E%3Cpath d='M518.882 318.762C518.826 318.762 518.771 318.74 518.728 318.698L516.981 316.95L515.271 318.66C515.186 318.745 515.048 318.745 514.962 318.66C514.877 318.575 514.877 318.437 514.962 318.352L516.827 316.488C516.912 316.402 517.05 316.402 517.135 316.488L519.037 318.389C519.122 318.474 519.122 318.612 519.037 318.698C518.994 318.74 518.938 318.762 518.882 318.762Z' fill='white'/%3E%3Cpath d='M516.019 319.801C515.963 319.801 515.907 319.78 515.865 319.737C515.779 319.652 515.779 319.514 515.865 319.429L516.836 318.458C516.918 318.376 517.062 318.376 517.144 318.458L518.089 319.402C518.174 319.487 518.174 319.625 518.089 319.711C518.004 319.796 517.866 319.796 517.78 319.711L516.99 318.92L516.173 319.737C516.13 319.78 516.075 319.801 516.019 319.801Z' fill='white'/%3E%3Cpath d='M522.745 317.451C522.708 317.451 522.67 317.441 522.636 317.422L517.672 314.555C517.567 314.495 517.532 314.362 517.592 314.258C517.652 314.153 517.785 314.117 517.89 314.178L522.854 317.044C522.958 317.104 522.994 317.237 522.934 317.342C522.893 317.412 522.82 317.451 522.745 317.451Z' fill='white'/%3E%3Cpath d='M520.07 318.038C519.974 318.038 519.886 317.973 519.86 317.876L519.177 315.33C519.162 315.274 519.17 315.214 519.199 315.164C519.228 315.114 519.275 315.078 519.332 315.063L521.929 314.367C522.045 314.335 522.165 314.405 522.196 314.521C522.227 314.638 522.159 314.757 522.042 314.788L519.655 315.428L520.281 317.764C520.312 317.881 520.243 318 520.127 318.031C520.108 318.035 520.089 318.038 520.07 318.038Z' fill='white'/%3E%3Cpath d='M521.456 317.796C521.36 317.796 521.272 317.732 521.246 317.634L520.89 316.308C520.859 316.191 520.928 316.072 521.044 316.04L522.334 315.695C522.45 315.664 522.57 315.733 522.602 315.849C522.633 315.966 522.564 316.085 522.447 316.116L521.368 316.406L521.667 317.521C521.698 317.638 521.629 317.757 521.513 317.788C521.494 317.793 521.475 317.796 521.456 317.796Z' fill='white'/%3E%3Cpath d='M517.816 313.662C517.74 313.662 517.667 313.622 517.627 313.553C517.567 313.448 517.602 313.315 517.707 313.255L522.671 310.389C522.775 310.328 522.908 310.364 522.969 310.469C523.029 310.573 522.993 310.706 522.889 310.766L517.925 313.633C517.89 313.652 517.852 313.662 517.816 313.662Z' fill='white'/%3E%3Cpath d='M521.954 313.405C521.936 313.405 521.917 313.403 521.897 313.398L519.351 312.715C519.235 312.684 519.166 312.565 519.197 312.448L519.893 309.851C519.924 309.735 520.044 309.665 520.16 309.697C520.277 309.728 520.345 309.848 520.314 309.964L519.675 312.351L522.011 312.977C522.127 313.008 522.196 313.127 522.165 313.244C522.138 313.341 522.05 313.405 521.954 313.405Z' fill='white'/%3E%3Cpath d='M522.434 312.085C522.415 312.085 522.396 312.083 522.377 312.078L521.05 311.722C520.995 311.707 520.947 311.671 520.918 311.621C520.889 311.571 520.881 311.511 520.896 311.456L521.242 310.166C521.273 310.049 521.392 309.98 521.509 310.012C521.625 310.043 521.694 310.162 521.663 310.279L521.374 311.358L522.49 311.657C522.606 311.688 522.675 311.808 522.644 311.924C522.618 312.021 522.53 312.085 522.434 312.085Z' fill='white'/%3E%3Cpath d='M517 315.012C516.371 315.012 515.859 314.501 515.859 313.871C515.859 313.242 516.371 312.73 517 312.73C517.629 312.73 518.141 313.242 518.141 313.871C518.141 314.501 517.629 315.012 517 315.012ZM517 313.167C516.612 313.167 516.295 313.483 516.295 313.872C516.295 314.26 516.612 314.577 517 314.577C517.389 314.577 517.705 314.26 517.705 313.872C517.705 313.483 517.389 313.167 517 313.167Z' fill='white'/%3E%3Cpath d='M516.175 311.349L515.408 310.594C515.339 310.526 515.233 310.512 515.148 310.559C515.063 310.607 515.021 310.705 515.043 310.799L515.305 311.901C515.318 311.958 515.355 312.008 515.406 312.038L515.916 312.341C515.95 312.362 515.989 312.372 516.028 312.372C516.065 312.372 516.103 312.363 516.136 312.343C516.205 312.304 516.246 312.231 516.246 312.152L516.241 311.502C516.24 311.445 516.217 311.389 516.175 311.349Z' fill='white'/%3E%3Cpath d='M515.242 313.857C515.242 313.779 515.2 313.706 515.131 313.667L514.566 313.347C514.516 313.318 514.456 313.311 514.4 313.326L513.363 313.613C513.269 313.639 513.204 313.723 513.203 313.821C513.202 313.918 513.265 314.004 513.359 314.032L514.443 314.356C514.464 314.362 514.485 314.365 514.506 314.365C514.543 314.365 514.58 314.355 514.612 314.337L515.13 314.047C515.199 314.008 515.242 313.936 515.242 313.857Z' fill='white'/%3E%3Cpath d='M516.105 315.387C516.037 315.347 515.953 315.348 515.885 315.387L515.325 315.717C515.275 315.746 515.239 315.794 515.224 315.85L514.954 316.892C514.93 316.986 514.971 317.085 515.054 317.134C515.089 317.155 515.127 317.165 515.165 317.165C515.219 317.165 515.273 317.144 515.315 317.105L516.138 316.328C516.181 316.287 516.206 316.231 516.206 316.172L516.214 315.578C516.215 315.499 516.173 315.427 516.105 315.387Z' fill='white'/%3E%3Cpath d='M518.697 315.846C518.683 315.789 518.647 315.739 518.596 315.709L518.085 315.406C518.018 315.365 517.934 315.365 517.865 315.404C517.797 315.443 517.755 315.516 517.756 315.595L517.761 316.245C517.761 316.302 517.784 316.358 517.826 316.398L518.593 317.153C518.635 317.195 518.69 317.216 518.747 317.216C518.783 317.216 518.82 317.207 518.854 317.188C518.938 317.14 518.981 317.042 518.958 316.948L518.697 315.846Z' fill='white'/%3E%3Cpath d='M520.641 313.714L519.557 313.39C519.5 313.373 519.439 313.38 519.387 313.409L518.869 313.699C518.8 313.738 518.758 313.81 518.758 313.889C518.758 313.968 518.8 314.04 518.868 314.079L519.434 314.4C519.467 314.418 519.504 314.428 519.541 314.428C519.561 314.428 519.58 314.425 519.599 314.42L520.637 314.133C520.731 314.107 520.796 314.023 520.797 313.925C520.798 313.828 520.734 313.743 520.641 313.714Z' fill='white'/%3E%3Cpath d='M517.894 312.36C517.927 312.38 517.965 312.39 518.003 312.39C518.041 312.39 518.079 312.38 518.114 312.359L518.674 312.03C518.724 312.001 518.76 311.953 518.774 311.897L519.045 310.855C519.069 310.761 519.028 310.662 518.945 310.613C518.861 310.563 518.755 310.575 518.684 310.642L517.861 311.419C517.818 311.46 517.793 311.516 517.793 311.575L517.785 312.169C517.784 312.247 517.825 312.32 517.894 312.36Z' fill='white'/%3E%3C/g%3E%3C/svg%3E%0A");
    height: 1077px;
    bottom: -155px;
  }
  .home_index_page .main .cta-section.november2024:after {
    width: 370px;
    height: 630px;
    background-image: url(/assets/images/november2024/img-lama-768-christmas.png);
    top: 30px;
    left: auto;
    right: -16px;
    -webkit-transform: none;
            transform: none;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.november2024 {
    background-image: url("data:image/svg+xml,%3Csvg width='480' height='1871' viewBox='0 0 480 1871' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_5740_7663)'%3E%3Crect width='480' height='1871' fill='white' /%3E%3Crect width='480' height='1871' fill='url(%23paint0_linear_5740_7663)' /%3E%3Crect width='480' height='1871' fill='url(%23paint1_linear_5740_7663)' /%3E%3Cpath d='M-1015.97 1495.48L568.204 1071L923.295 2396.22L-660.878 2820.7L-1015.97 1495.48Z' fill='%231E1E1E' /%3E%3Cpath d='M82.8578 806.116C82.621 806.116 82.4297 805.924 82.4297 805.688V794.428C82.4297 794.191 82.621 794 82.8578 794C83.0945 794 83.2859 794.191 83.2859 794.428V805.688C83.2859 805.924 83.0945 806.116 82.8578 806.116Z' fill='white' /%3E%3Cpath d='M82.8222 802.49C82.7127 802.49 82.6032 802.449 82.5194 802.365L78.784 798.63C78.6163 798.463 78.6163 798.192 78.784 798.024C78.9507 797.857 79.2219 797.857 79.3896 798.024L82.8222 801.456L86.1808 798.097C86.3475 797.93 86.6187 797.93 86.7864 798.097C86.9541 798.264 86.9541 798.535 86.7864 798.703L83.125 802.364C83.0412 802.448 82.9317 802.49 82.8222 802.49Z' fill='white' /%3E%3Cpath d='M82.8074 798.618C82.6979 798.618 82.5884 798.576 82.5046 798.493L80.6492 796.637C80.4815 796.47 80.4815 796.199 80.6492 796.032C80.8159 795.864 81.0872 795.864 81.2548 796.032L82.8074 797.584L84.4122 795.979C84.5789 795.812 84.8502 795.812 85.0178 795.979C85.1855 796.146 85.1855 796.417 85.0178 796.585L83.1102 798.493C83.0264 798.576 82.9169 798.618 82.8074 798.618Z' fill='white' /%3E%3Cpath d='M81.251 806.958C81.178 806.958 81.105 806.94 81.0369 806.901L71.2866 801.272C71.0815 801.154 71.0114 800.892 71.1298 800.687C71.2482 800.482 71.5096 800.412 71.7147 800.53L81.466 806.16C81.6712 806.279 81.7412 806.54 81.6229 806.745C81.543 806.882 81.3989 806.958 81.251 806.958Z' fill='white' /%3E%3Cpath d='M72.9905 806.545C72.8011 806.545 72.6285 806.419 72.5772 806.227C72.516 805.998 72.6512 805.764 72.88 805.702L77.5683 804.446L76.3392 799.858C76.2781 799.629 76.4132 799.395 76.642 799.333C76.8699 799.271 77.1047 799.407 77.1668 799.636L78.5073 804.638C78.5369 804.748 78.5211 804.865 78.4649 804.963C78.4077 805.061 78.3149 805.132 78.2045 805.162L73.1029 806.529C73.0645 806.54 73.028 806.545 72.9905 806.545Z' fill='white' /%3E%3Cpath d='M72.1975 803.934C72.0081 803.934 71.8355 803.808 71.7842 803.616C71.7231 803.388 71.8582 803.153 72.0871 803.092L74.2068 802.523L73.6199 800.333C73.5587 800.104 73.6939 799.869 73.9227 799.808C74.1505 799.746 74.3863 799.882 74.4474 800.111L75.1458 802.717C75.1754 802.826 75.1596 802.944 75.1034 803.041C75.0462 803.14 74.9535 803.211 74.843 803.241L72.309 803.919C72.2715 803.93 72.234 803.934 72.1975 803.934Z' fill='white' /%3E%3Cpath d='M71.4284 814.401C71.2805 814.401 71.1365 814.324 71.0575 814.187C70.9392 813.982 71.0092 813.72 71.2144 813.602L80.9657 807.972C81.1708 807.853 81.4322 807.923 81.5506 808.128C81.669 808.334 81.5989 808.595 81.3938 808.713L71.6425 814.344C71.5744 814.382 71.5004 814.401 71.4284 814.401Z' fill='white' /%3E%3Cpath d='M76.6917 815.717C76.6552 815.717 76.6177 815.712 76.5802 815.703C76.3514 815.641 76.2163 815.407 76.2774 815.178L77.5331 810.49L72.9445 809.261C72.7156 809.199 72.5805 808.965 72.6417 808.736C72.7028 808.507 72.9376 808.371 73.1664 808.433L78.1683 809.773C78.3971 809.835 78.5323 810.069 78.4711 810.298L77.104 815.401C77.0537 815.591 76.8811 815.717 76.6917 815.717Z' fill='white' /%3E%3Cpath d='M74.0331 815.099C73.9966 815.099 73.9591 815.094 73.9216 815.084C73.6928 815.023 73.5577 814.788 73.6188 814.559L74.187 812.438L71.9953 811.85C71.7664 811.789 71.6313 811.555 71.6924 811.326C71.7536 811.097 71.9884 810.961 72.2172 811.023L74.8232 811.721C75.052 811.782 75.1872 812.017 75.126 812.246L74.4474 814.78C74.3951 814.972 74.2225 815.099 74.0331 815.099Z' fill='white' /%3E%3Cpath d='M82.7132 821C82.4765 821 82.2852 820.809 82.2852 820.572V809.313C82.2852 809.076 82.4765 808.885 82.7132 808.885C82.95 808.885 83.1413 809.076 83.1413 809.313V820.572C83.1413 820.809 82.949 821 82.7132 821Z' fill='white' /%3E%3Cpath d='M86.4836 817.102C86.3741 817.102 86.2646 817.06 86.1808 816.977L82.7482 813.544L79.3896 816.903C79.2229 817.07 78.9516 817.07 78.784 816.903C78.6163 816.736 78.6163 816.465 78.784 816.297L82.4464 812.636C82.6131 812.468 82.8843 812.468 83.052 812.636L86.7874 816.371C86.9551 816.538 86.9551 816.809 86.7874 816.977C86.7026 817.059 86.5931 817.102 86.4836 817.102Z' fill='white' /%3E%3Cpath d='M80.8563 819.146C80.7468 819.146 80.6373 819.104 80.5535 819.021C80.3858 818.854 80.3858 818.583 80.5535 818.415L82.4611 816.507C82.6219 816.347 82.906 816.347 83.0668 816.507L84.9221 818.363C85.0898 818.529 85.0898 818.801 84.9221 818.968C84.7554 819.136 84.4842 819.136 84.3165 818.968L82.764 817.416L81.1591 819.021C81.0753 819.103 80.9658 819.146 80.8563 819.146Z' fill='white' /%3E%3Cpath d='M94.0703 814.528C93.9973 814.528 93.9244 814.509 93.8563 814.471L84.105 808.84C83.8998 808.722 83.8298 808.461 83.9482 808.255C84.0665 808.05 84.3279 807.98 84.5331 808.099L94.2844 813.729C94.4895 813.847 94.5596 814.109 94.4412 814.314C94.3613 814.451 94.2183 814.528 94.0703 814.528Z' fill='white' /%3E%3Cpath d='M88.8172 815.681C88.6279 815.681 88.4553 815.554 88.404 815.363L87.0635 810.361C87.0339 810.252 87.0497 810.134 87.1059 810.036C87.1631 809.938 87.2558 809.867 87.3663 809.837L92.4688 808.47C92.6967 808.408 92.9314 808.544 92.9936 808.773C93.0547 809.002 92.9196 809.237 92.6907 809.298L88.0025 810.554L89.2315 815.143C89.2927 815.372 89.1575 815.607 88.9287 815.668C88.8912 815.676 88.8537 815.681 88.8172 815.681Z' fill='white' /%3E%3Cpath d='M91.5365 815.208C91.3471 815.208 91.1745 815.082 91.1232 814.89L90.4249 812.284C90.3637 812.056 90.4988 811.821 90.7277 811.76L93.2617 811.081C93.4895 811.02 93.7253 811.155 93.7864 811.384C93.8476 811.613 93.7124 811.848 93.4836 811.909L91.3639 812.477L91.9508 814.669C92.0119 814.897 91.8768 815.132 91.648 815.193C91.6105 815.203 91.573 815.208 91.5365 815.208Z' fill='white' /%3E%3Cpath d='M84.3913 807.084C84.2434 807.084 84.0993 807.007 84.0204 806.87C83.9021 806.665 83.9721 806.404 84.1773 806.285L93.9286 800.655C94.1337 800.537 94.3951 800.607 94.5135 800.812C94.6318 801.017 94.5618 801.279 94.3566 801.397L84.6054 807.027C84.5373 807.066 84.4633 807.084 84.3913 807.084Z' fill='white' /%3E%3Cpath d='M92.5149 806.581C92.4784 806.581 92.4409 806.576 92.4034 806.566L87.4015 805.225C87.1727 805.164 87.0375 804.929 87.0987 804.701L88.4658 799.599C88.527 799.37 88.7617 799.234 88.9906 799.296C89.2194 799.357 89.3545 799.592 89.2934 799.821L88.0377 804.509L92.6263 805.738C92.8552 805.799 92.9903 806.034 92.9291 806.263C92.8769 806.454 92.7033 806.581 92.5149 806.581Z' fill='white' /%3E%3Cpath d='M93.4629 803.989C93.4264 803.989 93.3889 803.984 93.3514 803.974L90.7454 803.276C90.6359 803.246 90.5422 803.175 90.485 803.077C90.4278 802.978 90.413 802.862 90.4426 802.752L91.1212 800.218C91.1824 799.989 91.4171 799.853 91.646 799.915C91.8748 799.977 92.01 800.211 91.9488 800.44L91.3806 802.561L93.5724 803.148C93.8012 803.209 93.9363 803.444 93.8752 803.673C93.8249 803.863 93.6523 803.989 93.4629 803.989Z' fill='white' /%3E%3Cpath d='M82.786 809.74C81.55 809.74 80.5449 808.735 80.5449 807.499C80.5449 806.263 81.55 805.258 82.786 805.258C84.0219 805.258 85.027 806.263 85.027 807.499C85.027 808.735 84.0209 809.74 82.786 809.74ZM82.786 806.115C82.0225 806.115 81.4011 806.736 81.4011 807.5C81.4011 808.263 82.0225 808.885 82.786 808.885C83.5494 808.885 84.1708 808.263 84.1708 807.5C84.1698 806.735 83.5494 806.115 82.786 806.115Z' fill='white' /%3E%3Cpath d='M81.1638 802.541L79.6566 801.059C79.5205 800.925 79.3124 800.897 79.1457 800.991C78.979 801.084 78.8951 801.277 78.9395 801.462L79.4534 803.625C79.48 803.738 79.552 803.835 79.6517 803.895L80.6548 804.491C80.7219 804.532 80.7978 804.552 80.8738 804.552C80.9478 804.552 81.0208 804.533 81.0868 804.494C81.221 804.417 81.3029 804.274 81.3019 804.119L81.292 802.843C81.291 802.73 81.2447 802.621 81.1638 802.541Z' fill='white' /%3E%3Cpath d='M79.3328 807.469C79.3328 807.314 79.25 807.172 79.1158 807.095L78.0052 806.466C77.9065 806.41 77.7892 806.396 77.6797 806.425L75.6418 806.989C75.4574 807.04 75.3301 807.206 75.3281 807.397C75.3262 807.588 75.4505 807.757 75.6339 807.811L77.7645 808.448C77.8049 808.46 77.8464 808.466 77.8868 808.466C77.9598 808.466 78.0318 808.447 78.0959 808.412L79.1139 807.841C79.249 807.766 79.3328 807.623 79.3328 807.469Z' fill='white' /%3E%3Cpath d='M81.0305 810.474C80.8964 810.396 80.7316 810.397 80.5985 810.475L79.4977 811.122C79.4 811.179 79.329 811.274 79.3004 811.383L78.7697 813.43C78.7214 813.615 78.8023 813.809 78.966 813.907C79.0341 813.947 79.1091 813.966 79.184 813.966C79.2905 813.966 79.3961 813.926 79.478 813.849L81.0946 812.322C81.1794 812.243 81.2278 812.132 81.2288 812.017L81.2436 810.85C81.2455 810.695 81.1637 810.552 81.0305 810.474Z' fill='white' /%3E%3Cpath d='M86.1161 811.374C86.0894 811.262 86.0174 811.164 85.9178 811.105L84.9146 810.509C84.7825 810.43 84.6168 810.429 84.4826 810.506C84.3485 810.583 84.2666 810.726 84.2676 810.881L84.2775 812.157C84.2784 812.271 84.3238 812.379 84.4057 812.459L85.9129 813.943C85.9947 814.024 86.1032 814.066 86.2137 814.066C86.2857 814.066 86.3577 814.048 86.4238 814.011C86.5905 813.917 86.6743 813.725 86.63 813.539L86.1161 811.374Z' fill='white' /%3E%3Cpath d='M89.9362 807.188L87.8056 806.551C87.6942 806.518 87.5748 806.532 87.4732 806.588L86.4553 807.159C86.3202 807.235 86.2373 807.377 86.2363 807.532C86.2363 807.687 86.3192 807.829 86.4533 807.906L87.564 808.535C87.6291 808.571 87.7021 808.59 87.7751 808.59C87.8135 808.59 87.852 808.585 87.8895 808.574L89.9273 808.011C90.1118 807.96 90.239 807.794 90.241 807.603C90.244 807.412 90.1187 807.244 89.9362 807.188Z' fill='white' /%3E%3Cpath d='M84.5393 804.528C84.6053 804.566 84.6803 804.586 84.7543 804.586C84.8293 804.586 84.9042 804.566 84.9713 804.527L86.0721 803.88C86.1697 803.822 86.2408 803.728 86.2694 803.618L86.8 801.571C86.8484 801.387 86.7675 801.193 86.6037 801.095C86.439 800.997 86.2309 801.021 86.0918 801.152L84.4751 802.679C84.3913 802.759 84.342 802.87 84.341 802.985L84.3262 804.152C84.3242 804.306 84.4051 804.45 84.5393 804.528Z' fill='white' /%3E%3Cpath d='M37.0363 953.168C36.9158 953.168 36.8184 953.07 36.8184 952.95V947.218C36.8184 947.097 36.9158 947 37.0363 947C37.1568 947 37.2542 947.097 37.2542 947.218V952.95C37.2542 953.07 37.1568 953.168 37.0363 953.168Z' fill='white' /%3E%3Cpath d='M37.0182 951.322C36.9625 951.322 36.9068 951.301 36.8641 951.258L34.9625 949.357C34.8771 949.272 34.8771 949.134 34.9625 949.048C35.0473 948.963 35.1854 948.963 35.2708 949.048L37.0182 950.795L38.728 949.086C38.8129 949 38.951 949 39.0363 949.086C39.1217 949.17 39.1217 949.309 39.0363 949.394L37.1724 951.258C37.1297 951.301 37.074 951.322 37.0182 951.322Z' fill='white' /%3E%3Cpath d='M37.0123 949.351C36.9566 949.351 36.9008 949.33 36.8582 949.287L35.9136 948.342C35.8283 948.257 35.8283 948.119 35.9136 948.034C35.9985 947.949 36.1366 947.949 36.2219 948.034L37.0123 948.824L37.8293 948.007C37.9142 947.922 38.0523 947.922 38.1376 948.007C38.223 948.092 38.223 948.23 38.1376 948.316L37.1665 949.287C37.1238 949.33 37.0681 949.351 37.0123 949.351Z' fill='white' /%3E%3Cpath d='M36.2169 953.597C36.1798 953.597 36.1426 953.587 36.108 953.568L31.1443 950.702C31.0398 950.642 31.0042 950.509 31.0645 950.404C31.1247 950.3 31.2578 950.264 31.3622 950.324L36.3264 953.19C36.4308 953.251 36.4665 953.384 36.4062 953.488C36.3656 953.558 36.2922 953.597 36.2169 953.597Z' fill='white' /%3E%3Cpath d='M32.0128 953.386C31.9164 953.386 31.8285 953.322 31.8024 953.224C31.7713 953.108 31.8401 952.988 31.9566 952.957L34.3432 952.317L33.7176 949.982C33.6864 949.865 33.7552 949.746 33.8717 949.715C33.9877 949.683 34.1072 949.752 34.1389 949.869L34.8213 952.415C34.8363 952.471 34.8283 952.531 34.7997 952.58C34.7706 952.631 34.7234 952.667 34.6671 952.682L32.07 953.378C32.0505 953.383 32.0319 953.386 32.0128 953.386Z' fill='white' /%3E%3Cpath d='M31.6066 952.057C31.5101 952.057 31.4223 951.993 31.3962 951.896C31.365 951.779 31.4338 951.66 31.5503 951.629L32.6294 951.339L32.3306 950.224C32.2995 950.108 32.3683 949.988 32.4848 949.957C32.6008 949.925 32.7208 949.995 32.7519 950.111L33.1075 951.438C33.1225 951.493 33.1145 951.553 33.0859 951.603C33.0567 951.653 33.0095 951.689 32.9533 951.704L31.6633 952.05C31.6442 952.055 31.6251 952.057 31.6066 952.057Z' fill='white' /%3E%3Cpath d='M31.2181 957.386C31.1428 957.386 31.0695 957.347 31.0293 957.277C30.969 957.173 31.0047 957.04 31.1091 956.98L36.0733 954.113C36.1778 954.053 36.3108 954.089 36.3711 954.193C36.4313 954.298 36.3957 954.431 36.2912 954.491L31.3271 957.357C31.2924 957.377 31.2548 957.386 31.2181 957.386Z' fill='white' /%3E%3Cpath d='M33.8974 958.056C33.8788 958.056 33.8597 958.053 33.8407 958.048C33.7242 958.017 33.6554 957.898 33.6865 957.781L34.3257 955.394L31.9898 954.769C31.8733 954.738 31.8045 954.618 31.8356 954.502C31.8667 954.385 31.9863 954.316 32.1027 954.348L34.6491 955.03C34.7656 955.061 34.8344 955.181 34.8033 955.297L34.1073 957.895C34.0817 957.992 33.9938 958.056 33.8974 958.056Z' fill='white' /%3E%3Cpath d='M32.5428 957.743C32.5242 957.743 32.5052 957.74 32.4861 957.735C32.3696 957.704 32.3008 957.584 32.3319 957.468L32.6212 956.388L31.5054 956.089C31.3889 956.058 31.3201 955.938 31.3512 955.822C31.3824 955.705 31.5019 955.636 31.6184 955.668L32.945 956.023C33.0615 956.054 33.1303 956.174 33.0992 956.29L32.7537 957.58C32.7271 957.678 32.6392 957.743 32.5428 957.743Z' fill='white' /%3E%3Cpath d='M36.964 960.746C36.8435 960.746 36.7461 960.649 36.7461 960.528V954.796C36.7461 954.676 36.8435 954.578 36.964 954.578C37.0845 954.578 37.182 954.676 37.182 954.796V960.528C37.182 960.649 37.084 960.746 36.964 960.746Z' fill='white' /%3E%3Cpath d='M38.8822 958.762C38.8264 958.762 38.7707 958.74 38.728 958.698L36.9806 956.95L35.2708 958.66C35.1859 958.745 35.0478 958.745 34.9625 958.66C34.8771 958.575 34.8771 958.437 34.9625 958.352L36.8269 956.488C36.9118 956.402 37.0499 956.402 37.1352 956.488L39.0368 958.389C39.1222 958.474 39.1222 958.612 39.0368 958.698C38.9937 958.74 38.9379 958.762 38.8822 958.762Z' fill='white' /%3E%3Cpath d='M36.019 959.801C35.9632 959.801 35.9075 959.78 35.8648 959.737C35.7794 959.652 35.7794 959.514 35.8648 959.429L36.8359 958.458C36.9178 958.376 37.0624 958.376 37.1443 958.458L38.0888 959.402C38.1742 959.487 38.1742 959.625 38.0888 959.711C38.0039 959.796 37.8658 959.796 37.7805 959.711L36.9901 958.92L36.1731 959.737C36.1304 959.78 36.0747 959.801 36.019 959.801Z' fill='white' /%3E%3Cpath d='M42.7448 957.451C42.7076 957.451 42.6705 957.441 42.6358 957.422L37.6716 954.555C37.5672 954.495 37.5315 954.362 37.5918 954.258C37.6521 954.153 37.7851 954.117 37.8896 954.178L42.8537 957.044C42.9582 957.104 42.9938 957.237 42.9336 957.342C42.8929 957.412 42.8201 957.451 42.7448 957.451Z' fill='white' /%3E%3Cpath d='M40.0702 958.038C39.9738 958.038 39.8859 957.973 39.8598 957.876L39.1774 955.33C39.1623 955.274 39.1704 955.214 39.199 955.164C39.2281 955.114 39.2753 955.078 39.3315 955.063L41.9291 954.367C42.0451 954.335 42.1646 954.405 42.1963 954.521C42.2274 954.638 42.1586 954.757 42.0421 954.788L39.6554 955.428L40.2811 957.764C40.3122 957.881 40.2434 958 40.1269 958.031C40.1078 958.035 40.0888 958.038 40.0702 958.038Z' fill='white' /%3E%3Cpath d='M41.4562 957.796C41.3598 957.796 41.2719 957.732 41.2458 957.634L40.8903 956.308C40.8592 956.191 40.928 956.072 41.0445 956.04L42.3345 955.695C42.4505 955.664 42.5705 955.733 42.6016 955.849C42.6327 955.966 42.5639 956.085 42.4474 956.116L41.3683 956.406L41.6671 957.521C41.6982 957.638 41.6295 957.757 41.513 957.788C41.4939 957.793 41.4748 957.796 41.4562 957.796Z' fill='white' /%3E%3Cpath d='M37.8158 953.662C37.7404 953.662 37.6671 953.622 37.627 953.553C37.5667 953.448 37.6023 953.315 37.7068 953.255L42.671 950.389C42.7754 950.328 42.9085 950.364 42.9687 950.469C43.029 950.573 42.9933 950.706 42.8889 950.766L37.9247 953.633C37.8901 953.652 37.8524 953.662 37.8158 953.662Z' fill='white' /%3E%3Cpath d='M41.9542 953.405C41.9356 953.405 41.9165 953.403 41.8975 953.398L39.3511 952.715C39.2346 952.684 39.1658 952.565 39.1969 952.448L39.8929 949.851C39.924 949.735 40.0435 949.665 40.16 949.697C40.2765 949.728 40.3453 949.848 40.3142 949.964L39.675 952.351L42.0109 952.977C42.1274 953.008 42.1962 953.127 42.1651 953.244C42.1385 953.341 42.0501 953.405 41.9542 953.405Z' fill='white' /%3E%3Cpath d='M42.4338 952.085C42.4152 952.085 42.3961 952.083 42.3771 952.078L41.0504 951.722C40.9947 951.707 40.947 951.671 40.9178 951.621C40.8887 951.571 40.8812 951.511 40.8962 951.456L41.2417 950.166C41.2728 950.049 41.3924 949.98 41.5089 950.012C41.6254 950.043 41.6941 950.162 41.663 950.279L41.3738 951.358L42.4895 951.657C42.606 951.688 42.6748 951.808 42.6437 951.924C42.6181 952.021 42.5302 952.085 42.4338 952.085Z' fill='white' /%3E%3Cpath d='M37.0002 955.012C36.3711 955.012 35.8594 954.501 35.8594 953.871C35.8594 953.242 36.3711 952.73 37.0002 952.73C37.6294 952.73 38.1411 953.242 38.1411 953.871C38.1411 954.501 37.6289 955.012 37.0002 955.012ZM37.0002 953.167C36.6116 953.167 36.2952 953.483 36.2952 953.872C36.2952 954.26 36.6116 954.577 37.0002 954.577C37.3889 954.577 37.7052 954.26 37.7052 953.872C37.7047 953.483 37.3889 953.167 37.0002 953.167Z' fill='white' /%3E%3Cpath d='M36.1754 951.349L35.4082 950.594C35.3389 950.526 35.2329 950.512 35.148 950.559C35.0632 950.607 35.0205 950.705 35.0431 950.799L35.3047 951.901C35.3183 951.958 35.3549 952.008 35.4056 952.038L35.9163 952.341C35.9505 952.362 35.9891 952.372 36.0278 952.372C36.0655 952.372 36.1026 952.363 36.1363 952.343C36.2046 952.304 36.2462 952.231 36.2457 952.152L36.2407 951.502C36.2402 951.445 36.2166 951.389 36.1754 951.349Z' fill='white' /%3E%3Cpath d='M35.2418 953.857C35.2418 953.779 35.1997 953.706 35.1314 953.667L34.5659 953.347C34.5157 953.318 34.456 953.311 34.4002 953.326L33.3628 953.613C33.2689 953.639 33.2041 953.723 33.2031 953.821C33.2021 953.918 33.2654 954.004 33.3588 954.032L34.4434 954.356C34.464 954.362 34.4851 954.365 34.5057 954.365C34.5429 954.365 34.5795 954.355 34.6121 954.337L35.1304 954.047C35.1992 954.008 35.2418 953.936 35.2418 953.857Z' fill='white' /%3E%3Cpath d='M36.1052 955.387C36.0369 955.347 35.9531 955.348 35.8853 955.387L35.3249 955.717C35.2752 955.746 35.239 955.794 35.2245 955.85L34.9543 956.892C34.9297 956.986 34.9709 957.085 35.0543 957.134C35.0889 957.155 35.1271 957.165 35.1652 957.165C35.2195 957.165 35.2732 957.144 35.3149 957.105L36.1379 956.328C36.1811 956.287 36.2057 956.231 36.2062 956.172L36.2137 955.578C36.2147 955.499 36.173 955.427 36.1052 955.387Z' fill='white' /%3E%3Cpath d='M38.6969 955.846C38.6833 955.789 38.6467 955.739 38.5959 955.709L38.0853 955.406C38.018 955.365 37.9336 955.365 37.8653 955.404C37.797 955.443 37.7554 955.516 37.7559 955.595L37.7609 956.245C37.7614 956.302 37.7845 956.358 37.8262 956.398L38.5934 957.153C38.6351 957.195 38.6903 957.216 38.7466 957.216C38.7832 957.216 38.8199 957.207 38.8535 957.188C38.9384 957.14 38.9811 957.042 38.9585 956.948L38.6969 955.846Z' fill='white' /%3E%3Cpath d='M40.6413 953.714L39.5567 953.39C39.5 953.373 39.4392 953.38 39.3875 953.409L38.8693 953.699C38.8005 953.738 38.7583 953.81 38.7578 953.889C38.7578 953.968 38.8 954.04 38.8683 954.079L39.4337 954.4C39.4668 954.418 39.504 954.428 39.5412 954.428C39.5607 954.428 39.5803 954.425 39.5994 954.42L40.6368 954.133C40.7307 954.107 40.7955 954.023 40.7965 953.925C40.798 953.828 40.7342 953.743 40.6413 953.714Z' fill='white' /%3E%3Cpath d='M37.8936 952.36C37.9273 952.38 37.9654 952.39 38.0031 952.39C38.0413 952.39 38.0794 952.38 38.1136 952.359L38.674 952.03C38.7237 952.001 38.7598 951.953 38.7744 951.897L39.0445 950.855C39.0692 950.761 39.028 950.662 38.9446 950.613C38.8608 950.563 38.7548 950.575 38.684 950.642L37.861 951.419C37.8183 951.46 37.7932 951.516 37.7927 951.575L37.7852 952.169C37.7842 952.247 37.8253 952.32 37.8936 952.36Z' fill='white' /%3E%3Cpath d='M153.036 894.168C152.916 894.168 152.818 894.07 152.818 893.95V888.218C152.818 888.097 152.916 888 153.036 888C153.157 888 153.254 888.097 153.254 888.218V893.95C153.254 894.07 153.157 894.168 153.036 894.168Z' fill='white' /%3E%3Cpath d='M153.018 892.322C152.962 892.322 152.907 892.301 152.864 892.258L150.962 890.357C150.877 890.272 150.877 890.134 150.962 890.048C151.047 889.963 151.185 889.963 151.271 890.048L153.018 891.795L154.728 890.086C154.813 890 154.951 890 155.036 890.086C155.122 890.17 155.122 890.309 155.036 890.394L153.172 892.258C153.13 892.301 153.074 892.322 153.018 892.322Z' fill='white' /%3E%3Cpath d='M153.012 890.351C152.957 890.351 152.901 890.33 152.858 890.287L151.914 889.342C151.828 889.257 151.828 889.119 151.914 889.034C151.998 888.949 152.137 888.949 152.222 889.034L153.012 889.824L153.829 889.007C153.914 888.922 154.052 888.922 154.138 889.007C154.223 889.092 154.223 889.23 154.138 889.316L153.166 890.287C153.124 890.33 153.068 890.351 153.012 890.351Z' fill='white' /%3E%3Cpath d='M152.217 894.597C152.18 894.597 152.143 894.587 152.108 894.568L147.144 891.702C147.04 891.642 147.004 891.509 147.064 891.404C147.125 891.3 147.258 891.264 147.362 891.324L152.326 894.19C152.431 894.251 152.466 894.384 152.406 894.488C152.366 894.558 152.292 894.597 152.217 894.597Z' fill='white' /%3E%3Cpath d='M148.013 894.386C147.916 894.386 147.829 894.322 147.802 894.224C147.771 894.108 147.84 893.988 147.957 893.957L150.343 893.317L149.718 890.982C149.686 890.865 149.755 890.746 149.872 890.715C149.988 890.683 150.107 890.752 150.139 890.869L150.821 893.415C150.836 893.471 150.828 893.531 150.8 893.58C150.771 893.631 150.723 893.667 150.667 893.682L148.07 894.378C148.05 894.383 148.032 894.386 148.013 894.386Z' fill='white' /%3E%3Cpath d='M147.607 893.057C147.51 893.057 147.422 892.993 147.396 892.896C147.365 892.779 147.434 892.66 147.55 892.629L148.629 892.339L148.331 891.224C148.3 891.108 148.368 890.988 148.485 890.957C148.601 890.925 148.721 890.995 148.752 891.111L149.107 892.438C149.123 892.493 149.114 892.553 149.086 892.603C149.057 892.653 149.01 892.689 148.953 892.704L147.663 893.05C147.644 893.055 147.625 893.057 147.607 893.057Z' fill='white' /%3E%3Cpath d='M147.218 898.386C147.143 898.386 147.069 898.347 147.029 898.277C146.969 898.173 147.005 898.04 147.109 897.98L152.073 895.113C152.178 895.053 152.311 895.089 152.371 895.193C152.431 895.298 152.396 895.431 152.291 895.491L147.327 898.357C147.292 898.377 147.255 898.386 147.218 898.386Z' fill='white' /%3E%3Cpath d='M149.897 899.056C149.879 899.056 149.86 899.053 149.841 899.048C149.724 899.017 149.655 898.898 149.687 898.781L150.326 896.394L147.99 895.769C147.873 895.738 147.804 895.618 147.836 895.502C147.867 895.385 147.986 895.316 148.103 895.348L150.649 896.03C150.766 896.061 150.834 896.181 150.803 896.297L150.107 898.895C150.082 898.992 149.994 899.056 149.897 899.056Z' fill='white' /%3E%3Cpath d='M148.543 898.743C148.524 898.743 148.505 898.74 148.486 898.735C148.37 898.704 148.301 898.584 148.332 898.468L148.621 897.388L147.505 897.089C147.389 897.058 147.32 896.938 147.351 896.822C147.382 896.705 147.502 896.636 147.618 896.668L148.945 897.023C149.062 897.054 149.13 897.174 149.099 897.29L148.754 898.58C148.727 898.678 148.639 898.743 148.543 898.743Z' fill='white' /%3E%3Cpath d='M152.964 901.746C152.844 901.746 152.746 901.649 152.746 901.528V895.796C152.746 895.676 152.844 895.578 152.964 895.578C153.085 895.578 153.182 895.676 153.182 895.796V901.528C153.182 901.649 153.084 901.746 152.964 901.746Z' fill='white' /%3E%3Cpath d='M154.882 899.762C154.826 899.762 154.771 899.74 154.728 899.698L152.981 897.95L151.271 899.66C151.186 899.745 151.048 899.745 150.962 899.66C150.877 899.575 150.877 899.437 150.962 899.352L152.827 897.488C152.912 897.402 153.05 897.402 153.135 897.488L155.037 899.389C155.122 899.474 155.122 899.612 155.037 899.698C154.994 899.74 154.938 899.762 154.882 899.762Z' fill='white' /%3E%3Cpath d='M152.019 900.801C151.963 900.801 151.907 900.78 151.865 900.737C151.779 900.652 151.779 900.514 151.865 900.429L152.836 899.458C152.918 899.376 153.062 899.376 153.144 899.458L154.089 900.402C154.174 900.487 154.174 900.625 154.089 900.711C154.004 900.796 153.866 900.796 153.78 900.711L152.99 899.92L152.173 900.737C152.13 900.78 152.075 900.801 152.019 900.801Z' fill='white' /%3E%3Cpath d='M158.745 898.451C158.708 898.451 158.67 898.441 158.636 898.422L153.672 895.555C153.567 895.495 153.532 895.362 153.592 895.258C153.652 895.153 153.785 895.117 153.89 895.178L158.854 898.044C158.958 898.104 158.994 898.237 158.934 898.342C158.893 898.412 158.82 898.451 158.745 898.451Z' fill='white' /%3E%3Cpath d='M156.07 899.038C155.974 899.038 155.886 898.973 155.86 898.876L155.177 896.33C155.162 896.274 155.17 896.214 155.199 896.164C155.228 896.114 155.275 896.078 155.332 896.063L157.929 895.367C158.045 895.335 158.165 895.405 158.196 895.521C158.227 895.638 158.159 895.757 158.042 895.788L155.655 896.428L156.281 898.764C156.312 898.881 156.243 899 156.127 899.031C156.108 899.035 156.089 899.038 156.07 899.038Z' fill='white' /%3E%3Cpath d='M157.456 898.796C157.36 898.796 157.272 898.732 157.246 898.634L156.89 897.308C156.859 897.191 156.928 897.072 157.044 897.04L158.334 896.695C158.45 896.664 158.57 896.733 158.602 896.849C158.633 896.966 158.564 897.085 158.447 897.116L157.368 897.406L157.667 898.521C157.698 898.638 157.629 898.757 157.513 898.788C157.494 898.793 157.475 898.796 157.456 898.796Z' fill='white' /%3E%3Cpath d='M153.816 894.662C153.74 894.662 153.667 894.622 153.627 894.553C153.567 894.448 153.602 894.315 153.707 894.255L158.671 891.389C158.775 891.328 158.908 891.364 158.969 891.469C159.029 891.573 158.993 891.706 158.889 891.766L153.925 894.633C153.89 894.652 153.852 894.662 153.816 894.662Z' fill='white' /%3E%3Cpath d='M157.954 894.405C157.936 894.405 157.917 894.403 157.897 894.398L155.351 893.715C155.235 893.684 155.166 893.565 155.197 893.448L155.893 890.851C155.924 890.735 156.044 890.665 156.16 890.697C156.277 890.728 156.345 890.848 156.314 890.964L155.675 893.351L158.011 893.977C158.127 894.008 158.196 894.127 158.165 894.244C158.138 894.341 158.05 894.405 157.954 894.405Z' fill='white' /%3E%3Cpath d='M158.434 893.085C158.415 893.085 158.396 893.083 158.377 893.078L157.05 892.722C156.995 892.707 156.947 892.671 156.918 892.621C156.889 892.571 156.881 892.511 156.896 892.456L157.242 891.166C157.273 891.049 157.392 890.98 157.509 891.012C157.625 891.043 157.694 891.162 157.663 891.279L157.374 892.358L158.49 892.657C158.606 892.688 158.675 892.808 158.644 892.924C158.618 893.021 158.53 893.085 158.434 893.085Z' fill='white' /%3E%3Cpath d='M153 896.012C152.371 896.012 151.859 895.501 151.859 894.871C151.859 894.242 152.371 893.73 153 893.73C153.629 893.73 154.141 894.242 154.141 894.871C154.141 895.501 153.629 896.012 153 896.012ZM153 894.167C152.612 894.167 152.295 894.483 152.295 894.872C152.295 895.26 152.612 895.577 153 895.577C153.389 895.577 153.705 895.26 153.705 894.872C153.705 894.483 153.389 894.167 153 894.167Z' fill='white' /%3E%3Cpath d='M152.175 892.349L151.408 891.594C151.339 891.526 151.233 891.512 151.148 891.559C151.063 891.607 151.021 891.705 151.043 891.799L151.305 892.901C151.318 892.958 151.355 893.008 151.406 893.038L151.916 893.341C151.95 893.362 151.989 893.372 152.028 893.372C152.065 893.372 152.103 893.363 152.136 893.343C152.205 893.304 152.246 893.231 152.246 893.152L152.241 892.502C152.24 892.445 152.217 892.389 152.175 892.349Z' fill='white' /%3E%3Cpath d='M151.242 894.857C151.242 894.779 151.2 894.706 151.131 894.667L150.566 894.347C150.516 894.318 150.456 894.311 150.4 894.326L149.363 894.613C149.269 894.639 149.204 894.723 149.203 894.821C149.202 894.918 149.265 895.004 149.359 895.032L150.443 895.356C150.464 895.362 150.485 895.365 150.506 895.365C150.543 895.365 150.58 895.355 150.612 895.337L151.13 895.047C151.199 895.008 151.242 894.936 151.242 894.857Z' fill='white' /%3E%3Cpath d='M152.105 896.387C152.037 896.347 151.953 896.348 151.885 896.387L151.325 896.717C151.275 896.746 151.239 896.794 151.224 896.85L150.954 897.892C150.93 897.986 150.971 898.085 151.054 898.134C151.089 898.155 151.127 898.165 151.165 898.165C151.219 898.165 151.273 898.144 151.315 898.105L152.138 897.328C152.181 897.287 152.206 897.231 152.206 897.172L152.214 896.578C152.215 896.499 152.173 896.427 152.105 896.387Z' fill='white' /%3E%3Cpath d='M154.697 896.846C154.683 896.789 154.647 896.739 154.596 896.709L154.085 896.406C154.018 896.365 153.934 896.365 153.865 896.404C153.797 896.443 153.755 896.516 153.756 896.595L153.761 897.245C153.761 897.302 153.784 897.358 153.826 897.398L154.593 898.153C154.635 898.195 154.69 898.216 154.747 898.216C154.783 898.216 154.82 898.207 154.854 898.188C154.938 898.14 154.981 898.042 154.958 897.948L154.697 896.846Z' fill='white' /%3E%3Cpath d='M156.641 894.714L155.557 894.39C155.5 894.373 155.439 894.38 155.387 894.409L154.869 894.699C154.8 894.738 154.758 894.81 154.758 894.889C154.758 894.968 154.8 895.04 154.868 895.079L155.434 895.4C155.467 895.418 155.504 895.428 155.541 895.428C155.561 895.428 155.58 895.425 155.599 895.42L156.637 895.133C156.731 895.107 156.796 895.023 156.797 894.925C156.798 894.828 156.734 894.743 156.641 894.714Z' fill='white' /%3E%3Cpath d='M153.894 893.36C153.927 893.38 153.965 893.39 154.003 893.39C154.041 893.39 154.079 893.38 154.114 893.359L154.674 893.03C154.724 893.001 154.76 892.953 154.774 892.897L155.045 891.855C155.069 891.761 155.028 891.662 154.945 891.613C154.861 891.563 154.755 891.575 154.684 891.642L153.861 892.419C153.818 892.46 153.793 892.516 153.793 892.575L153.785 893.169C153.784 893.247 153.825 893.32 153.894 893.36Z' fill='white' /%3E%3Cpath d='M424.036 697.168C423.916 697.168 423.818 697.07 423.818 696.95V691.218C423.818 691.097 423.916 691 424.036 691C424.157 691 424.254 691.097 424.254 691.218V696.95C424.254 697.07 424.157 697.168 424.036 697.168Z' fill='white' /%3E%3Cpath d='M424.018 695.322C423.962 695.322 423.907 695.301 423.864 695.258L421.962 693.357C421.877 693.272 421.877 693.134 421.962 693.048C422.047 692.963 422.185 692.963 422.271 693.048L424.018 694.795L425.728 693.086C425.813 693 425.951 693 426.036 693.086C426.122 693.17 426.122 693.309 426.036 693.394L424.172 695.258C424.13 695.301 424.074 695.322 424.018 695.322Z' fill='white' /%3E%3Cpath d='M424.012 693.351C423.957 693.351 423.901 693.33 423.858 693.287L422.914 692.342C422.828 692.257 422.828 692.119 422.914 692.034C422.998 691.949 423.137 691.949 423.222 692.034L424.012 692.824L424.829 692.007C424.914 691.922 425.052 691.922 425.138 692.007C425.223 692.092 425.223 692.23 425.138 692.316L424.166 693.287C424.124 693.33 424.068 693.351 424.012 693.351Z' fill='white' /%3E%3Cpath d='M423.217 697.597C423.18 697.597 423.143 697.587 423.108 697.568L418.144 694.702C418.04 694.642 418.004 694.509 418.064 694.404C418.125 694.3 418.258 694.264 418.362 694.324L423.326 697.19C423.431 697.251 423.466 697.384 423.406 697.488C423.366 697.558 423.292 697.597 423.217 697.597Z' fill='white' /%3E%3Cpath d='M419.013 697.386C418.916 697.386 418.829 697.322 418.802 697.224C418.771 697.108 418.84 696.988 418.957 696.957L421.343 696.317L420.718 693.982C420.686 693.865 420.755 693.746 420.872 693.715C420.988 693.683 421.107 693.752 421.139 693.869L421.821 696.415C421.836 696.471 421.828 696.531 421.8 696.58C421.771 696.631 421.723 696.667 421.667 696.682L419.07 697.378C419.05 697.383 419.032 697.386 419.013 697.386Z' fill='white' /%3E%3Cpath d='M418.607 696.057C418.51 696.057 418.422 695.993 418.396 695.896C418.365 695.779 418.434 695.66 418.55 695.629L419.629 695.339L419.331 694.224C419.3 694.108 419.368 693.988 419.485 693.957C419.601 693.925 419.721 693.995 419.752 694.111L420.107 695.438C420.123 695.493 420.114 695.553 420.086 695.603C420.057 695.653 420.01 695.689 419.953 695.704L418.663 696.05C418.644 696.055 418.625 696.057 418.607 696.057Z' fill='white' /%3E%3Cpath d='M418.218 701.386C418.143 701.386 418.069 701.347 418.029 701.277C417.969 701.173 418.005 701.04 418.109 700.98L423.073 698.113C423.178 698.053 423.311 698.089 423.371 698.193C423.431 698.298 423.396 698.431 423.291 698.491L418.327 701.357C418.292 701.377 418.255 701.386 418.218 701.386Z' fill='white' /%3E%3Cpath d='M420.897 702.056C420.879 702.056 420.86 702.053 420.841 702.048C420.724 702.017 420.655 701.898 420.687 701.781L421.326 699.394L418.99 698.769C418.873 698.738 418.804 698.618 418.836 698.502C418.867 698.385 418.986 698.316 419.103 698.348L421.649 699.03C421.766 699.061 421.834 699.181 421.803 699.297L421.107 701.895C421.082 701.992 420.994 702.056 420.897 702.056Z' fill='white' /%3E%3Cpath d='M419.543 701.743C419.524 701.743 419.505 701.74 419.486 701.735C419.37 701.704 419.301 701.584 419.332 701.468L419.621 700.388L418.505 700.089C418.389 700.058 418.32 699.938 418.351 699.822C418.382 699.705 418.502 699.636 418.618 699.668L419.945 700.023C420.062 700.054 420.13 700.174 420.099 700.29L419.754 701.58C419.727 701.678 419.639 701.743 419.543 701.743Z' fill='white' /%3E%3Cpath d='M423.964 704.746C423.844 704.746 423.746 704.649 423.746 704.528V698.796C423.746 698.676 423.844 698.578 423.964 698.578C424.085 698.578 424.182 698.676 424.182 698.796V704.528C424.182 704.649 424.084 704.746 423.964 704.746Z' fill='white' /%3E%3Cpath d='M425.882 702.762C425.826 702.762 425.771 702.74 425.728 702.698L423.981 700.95L422.271 702.66C422.186 702.745 422.048 702.745 421.962 702.66C421.877 702.575 421.877 702.437 421.962 702.352L423.827 700.488C423.912 700.402 424.05 700.402 424.135 700.488L426.037 702.389C426.122 702.474 426.122 702.612 426.037 702.698C425.994 702.74 425.938 702.762 425.882 702.762Z' fill='white' /%3E%3Cpath d='M423.019 703.801C422.963 703.801 422.907 703.78 422.865 703.737C422.779 703.652 422.779 703.514 422.865 703.429L423.836 702.458C423.918 702.376 424.062 702.376 424.144 702.458L425.089 703.402C425.174 703.487 425.174 703.625 425.089 703.711C425.004 703.796 424.866 703.796 424.78 703.711L423.99 702.92L423.173 703.737C423.13 703.78 423.075 703.801 423.019 703.801Z' fill='white' /%3E%3Cpath d='M429.745 701.451C429.708 701.451 429.67 701.441 429.636 701.422L424.672 698.555C424.567 698.495 424.532 698.362 424.592 698.258C424.652 698.153 424.785 698.117 424.89 698.178L429.854 701.044C429.958 701.104 429.994 701.237 429.934 701.342C429.893 701.412 429.82 701.451 429.745 701.451Z' fill='white' /%3E%3Cpath d='M427.07 702.038C426.974 702.038 426.886 701.973 426.86 701.876L426.177 699.33C426.162 699.274 426.17 699.214 426.199 699.164C426.228 699.114 426.275 699.078 426.332 699.063L428.929 698.367C429.045 698.335 429.165 698.405 429.196 698.521C429.227 698.638 429.159 698.757 429.042 698.788L426.655 699.428L427.281 701.764C427.312 701.881 427.243 702 427.127 702.031C427.108 702.035 427.089 702.038 427.07 702.038Z' fill='white' /%3E%3Cpath d='M428.456 701.796C428.36 701.796 428.272 701.732 428.246 701.634L427.89 700.308C427.859 700.191 427.928 700.072 428.044 700.04L429.334 699.695C429.45 699.664 429.57 699.733 429.602 699.849C429.633 699.966 429.564 700.085 429.447 700.116L428.368 700.406L428.667 701.521C428.698 701.638 428.629 701.757 428.513 701.788C428.494 701.793 428.475 701.796 428.456 701.796Z' fill='white' /%3E%3Cpath d='M424.816 697.662C424.74 697.662 424.667 697.622 424.627 697.553C424.567 697.448 424.602 697.315 424.707 697.255L429.671 694.389C429.775 694.328 429.908 694.364 429.969 694.469C430.029 694.573 429.993 694.706 429.889 694.766L424.925 697.633C424.89 697.652 424.852 697.662 424.816 697.662Z' fill='white' /%3E%3Cpath d='M428.954 697.405C428.936 697.405 428.917 697.403 428.897 697.398L426.351 696.715C426.235 696.684 426.166 696.565 426.197 696.448L426.893 693.851C426.924 693.735 427.044 693.665 427.16 693.697C427.277 693.728 427.345 693.848 427.314 693.964L426.675 696.351L429.011 696.977C429.127 697.008 429.196 697.127 429.165 697.244C429.138 697.341 429.05 697.405 428.954 697.405Z' fill='white' /%3E%3Cpath d='M429.434 696.085C429.415 696.085 429.396 696.083 429.377 696.078L428.05 695.722C427.995 695.707 427.947 695.671 427.918 695.621C427.889 695.571 427.881 695.511 427.896 695.456L428.242 694.166C428.273 694.049 428.392 693.98 428.509 694.012C428.625 694.043 428.694 694.162 428.663 694.279L428.374 695.358L429.49 695.657C429.606 695.688 429.675 695.808 429.644 695.924C429.618 696.021 429.53 696.085 429.434 696.085Z' fill='white' /%3E%3Cpath d='M424 699.012C423.371 699.012 422.859 698.501 422.859 697.871C422.859 697.242 423.371 696.73 424 696.73C424.629 696.73 425.141 697.242 425.141 697.871C425.141 698.501 424.629 699.012 424 699.012ZM424 697.167C423.612 697.167 423.295 697.483 423.295 697.872C423.295 698.26 423.612 698.577 424 698.577C424.389 698.577 424.705 698.26 424.705 697.872C424.705 697.483 424.389 697.167 424 697.167Z' fill='white' /%3E%3Cpath d='M423.175 695.349L422.408 694.594C422.339 694.526 422.233 694.512 422.148 694.559C422.063 694.607 422.021 694.705 422.043 694.799L422.305 695.901C422.318 695.958 422.355 696.008 422.406 696.038L422.916 696.341C422.95 696.362 422.989 696.372 423.028 696.372C423.065 696.372 423.103 696.363 423.136 696.343C423.205 696.304 423.246 696.231 423.246 696.152L423.241 695.502C423.24 695.445 423.217 695.389 423.175 695.349Z' fill='white' /%3E%3Cpath d='M422.242 697.857C422.242 697.779 422.2 697.706 422.131 697.667L421.566 697.347C421.516 697.318 421.456 697.311 421.4 697.326L420.363 697.613C420.269 697.639 420.204 697.723 420.203 697.821C420.202 697.918 420.265 698.004 420.359 698.032L421.443 698.356C421.464 698.362 421.485 698.365 421.506 698.365C421.543 698.365 421.58 698.355 421.612 698.337L422.13 698.047C422.199 698.008 422.242 697.936 422.242 697.857Z' fill='white' /%3E%3Cpath d='M423.105 699.387C423.037 699.347 422.953 699.348 422.885 699.387L422.325 699.717C422.275 699.746 422.239 699.794 422.224 699.85L421.954 700.892C421.93 700.986 421.971 701.085 422.054 701.134C422.089 701.155 422.127 701.165 422.165 701.165C422.219 701.165 422.273 701.144 422.315 701.105L423.138 700.328C423.181 700.287 423.206 700.231 423.206 700.172L423.214 699.578C423.215 699.499 423.173 699.427 423.105 699.387Z' fill='white' /%3E%3Cpath d='M425.697 699.846C425.683 699.789 425.647 699.739 425.596 699.709L425.085 699.406C425.018 699.365 424.934 699.365 424.865 699.404C424.797 699.443 424.755 699.516 424.756 699.595L424.761 700.245C424.761 700.302 424.784 700.358 424.826 700.398L425.593 701.153C425.635 701.195 425.69 701.216 425.747 701.216C425.783 701.216 425.82 701.207 425.854 701.188C425.938 701.14 425.981 701.042 425.958 700.948L425.697 699.846Z' fill='white' /%3E%3Cpath d='M427.641 697.714L426.557 697.39C426.5 697.373 426.439 697.38 426.387 697.409L425.869 697.699C425.8 697.738 425.758 697.81 425.758 697.889C425.758 697.968 425.8 698.04 425.868 698.079L426.434 698.4C426.467 698.418 426.504 698.428 426.541 698.428C426.561 698.428 426.58 698.425 426.599 698.42L427.637 698.133C427.731 698.107 427.796 698.023 427.797 697.925C427.798 697.828 427.734 697.743 427.641 697.714Z' fill='white' /%3E%3Cpath d='M424.894 696.36C424.927 696.38 424.965 696.39 425.003 696.39C425.041 696.39 425.079 696.38 425.114 696.359L425.674 696.03C425.724 696.001 425.76 695.953 425.774 695.897L426.045 694.855C426.069 694.761 426.028 694.662 425.945 694.613C425.861 694.563 425.755 694.575 425.684 694.642L424.861 695.419C424.818 695.46 424.793 695.516 424.793 695.575L424.785 696.169C424.784 696.247 424.825 696.32 424.894 696.36Z' fill='white' /%3E%3Cpath d='M59.0363 474.168C58.9158 474.168 58.8184 474.07 58.8184 473.95V468.218C58.8184 468.097 58.9158 468 59.0363 468C59.1568 468 59.2542 468.097 59.2542 468.218V473.95C59.2542 474.07 59.1568 474.168 59.0363 474.168Z' fill='white' /%3E%3Cpath d='M59.0182 472.322C58.9625 472.322 58.9068 472.301 58.8641 472.258L56.9625 470.357C56.8771 470.272 56.8771 470.134 56.9625 470.048C57.0473 469.963 57.1854 469.963 57.2708 470.048L59.0182 471.795L60.728 470.086C60.8129 470 60.951 470 61.0363 470.086C61.1217 470.17 61.1217 470.309 61.0363 470.394L59.1724 472.258C59.1297 472.301 59.074 472.322 59.0182 472.322Z' fill='white' /%3E%3Cpath d='M59.0123 470.351C58.9566 470.351 58.9008 470.33 58.8582 470.287L57.9136 469.342C57.8283 469.257 57.8283 469.119 57.9136 469.034C57.9985 468.949 58.1366 468.949 58.2219 469.034L59.0123 469.824L59.8293 469.007C59.9142 468.922 60.0523 468.922 60.1376 469.007C60.223 469.092 60.223 469.23 60.1376 469.316L59.1665 470.287C59.1238 470.33 59.0681 470.351 59.0123 470.351Z' fill='white' /%3E%3Cpath d='M58.2169 474.597C58.1798 474.597 58.1426 474.587 58.108 474.568L53.1443 471.702C53.0398 471.642 53.0042 471.509 53.0645 471.404C53.1247 471.3 53.2578 471.264 53.3622 471.324L58.3264 474.19C58.4308 474.251 58.4665 474.384 58.4062 474.488C58.3656 474.558 58.2922 474.597 58.2169 474.597Z' fill='white' /%3E%3Cpath d='M54.0128 474.386C53.9164 474.386 53.8285 474.322 53.8024 474.224C53.7713 474.108 53.8401 473.988 53.9566 473.957L56.3432 473.317L55.7176 470.982C55.6864 470.865 55.7552 470.746 55.8717 470.715C55.9877 470.683 56.1072 470.752 56.1389 470.869L56.8213 473.415C56.8363 473.471 56.8283 473.531 56.7997 473.58C56.7706 473.631 56.7234 473.667 56.6671 473.682L54.07 474.378C54.0505 474.383 54.0319 474.386 54.0128 474.386Z' fill='white' /%3E%3Cpath d='M53.6066 473.057C53.5101 473.057 53.4223 472.993 53.3962 472.896C53.365 472.779 53.4338 472.66 53.5503 472.629L54.6294 472.339L54.3306 471.224C54.2995 471.108 54.3683 470.988 54.4848 470.957C54.6008 470.925 54.7208 470.995 54.7519 471.111L55.1075 472.438C55.1225 472.493 55.1145 472.553 55.0859 472.603C55.0567 472.653 55.0095 472.689 54.9533 472.704L53.6633 473.05C53.6442 473.055 53.6251 473.057 53.6066 473.057Z' fill='white' /%3E%3Cpath d='M53.2181 478.386C53.1428 478.386 53.0695 478.347 53.0293 478.277C52.969 478.173 53.0047 478.04 53.1091 477.98L58.0733 475.113C58.1778 475.053 58.3108 475.089 58.3711 475.193C58.4313 475.298 58.3957 475.431 58.2912 475.491L53.3271 478.357C53.2924 478.377 53.2548 478.386 53.2181 478.386Z' fill='white' /%3E%3Cpath d='M55.8974 479.056C55.8788 479.056 55.8597 479.053 55.8407 479.048C55.7242 479.017 55.6554 478.898 55.6865 478.781L56.3257 476.394L53.9898 475.769C53.8733 475.738 53.8045 475.618 53.8356 475.502C53.8667 475.385 53.9863 475.316 54.1027 475.348L56.6491 476.03C56.7656 476.061 56.8344 476.181 56.8033 476.297L56.1073 478.895C56.0817 478.992 55.9938 479.056 55.8974 479.056Z' fill='white' /%3E%3Cpath d='M54.5428 478.743C54.5242 478.743 54.5052 478.74 54.4861 478.735C54.3696 478.704 54.3008 478.584 54.3319 478.468L54.6212 477.388L53.5054 477.089C53.3889 477.058 53.3201 476.938 53.3512 476.822C53.3824 476.705 53.5019 476.636 53.6184 476.668L54.945 477.023C55.0615 477.054 55.1303 477.174 55.0992 477.29L54.7537 478.58C54.7271 478.678 54.6392 478.743 54.5428 478.743Z' fill='white' /%3E%3Cpath d='M58.964 481.746C58.8435 481.746 58.7461 481.649 58.7461 481.528V475.796C58.7461 475.676 58.8435 475.578 58.964 475.578C59.0845 475.578 59.182 475.676 59.182 475.796V481.528C59.182 481.649 59.084 481.746 58.964 481.746Z' fill='white' /%3E%3Cpath d='M60.8822 479.762C60.8264 479.762 60.7707 479.74 60.728 479.698L58.9806 477.95L57.2708 479.66C57.1859 479.745 57.0478 479.745 56.9625 479.66C56.8771 479.575 56.8771 479.437 56.9625 479.352L58.8269 477.488C58.9118 477.402 59.0499 477.402 59.1352 477.488L61.0368 479.389C61.1222 479.474 61.1222 479.612 61.0368 479.698C60.9937 479.74 60.9379 479.762 60.8822 479.762Z' fill='white' /%3E%3Cpath d='M58.019 480.801C57.9632 480.801 57.9075 480.78 57.8648 480.737C57.7794 480.652 57.7794 480.514 57.8648 480.429L58.8359 479.458C58.9178 479.376 59.0624 479.376 59.1443 479.458L60.0888 480.402C60.1742 480.487 60.1742 480.625 60.0888 480.711C60.0039 480.796 59.8658 480.796 59.7805 480.711L58.9901 479.92L58.1731 480.737C58.1304 480.78 58.0747 480.801 58.019 480.801Z' fill='white' /%3E%3Cpath d='M64.7448 478.451C64.7076 478.451 64.6705 478.441 64.6358 478.422L59.6716 475.555C59.5672 475.495 59.5315 475.362 59.5918 475.258C59.6521 475.153 59.7851 475.117 59.8896 475.178L64.8537 478.044C64.9582 478.104 64.9938 478.237 64.9336 478.342C64.8929 478.412 64.8201 478.451 64.7448 478.451Z' fill='white' /%3E%3Cpath d='M62.0702 479.038C61.9738 479.038 61.8859 478.973 61.8598 478.876L61.1774 476.33C61.1623 476.274 61.1704 476.214 61.199 476.164C61.2281 476.114 61.2753 476.078 61.3315 476.063L63.9291 475.367C64.0451 475.335 64.1646 475.405 64.1963 475.521C64.2274 475.638 64.1586 475.757 64.0421 475.788L61.6554 476.428L62.2811 478.764C62.3122 478.881 62.2434 479 62.1269 479.031C62.1078 479.035 62.0888 479.038 62.0702 479.038Z' fill='white' /%3E%3Cpath d='M63.4562 478.796C63.3598 478.796 63.2719 478.732 63.2458 478.634L62.8903 477.308C62.8592 477.191 62.928 477.072 63.0445 477.04L64.3345 476.695C64.4505 476.664 64.5705 476.733 64.6016 476.849C64.6327 476.966 64.5639 477.085 64.4474 477.116L63.3683 477.406L63.6671 478.521C63.6982 478.638 63.6295 478.757 63.513 478.788C63.4939 478.793 63.4748 478.796 63.4562 478.796Z' fill='white' /%3E%3Cpath d='M59.8158 474.662C59.7404 474.662 59.6671 474.622 59.627 474.553C59.5667 474.448 59.6023 474.315 59.7068 474.255L64.671 471.389C64.7754 471.328 64.9085 471.364 64.9687 471.469C65.029 471.573 64.9933 471.706 64.8889 471.766L59.9247 474.633C59.8901 474.652 59.8524 474.662 59.8158 474.662Z' fill='white' /%3E%3Cpath d='M63.9542 474.405C63.9356 474.405 63.9165 474.403 63.8975 474.398L61.3511 473.715C61.2346 473.684 61.1658 473.565 61.1969 473.448L61.8929 470.851C61.924 470.735 62.0435 470.665 62.16 470.697C62.2765 470.728 62.3453 470.848 62.3142 470.964L61.675 473.351L64.0109 473.977C64.1274 474.008 64.1962 474.127 64.1651 474.244C64.1385 474.341 64.0501 474.405 63.9542 474.405Z' fill='white' /%3E%3Cpath d='M64.4338 473.085C64.4152 473.085 64.3961 473.083 64.3771 473.078L63.0504 472.722C62.9947 472.707 62.947 472.671 62.9178 472.621C62.8887 472.571 62.8812 472.511 62.8962 472.456L63.2417 471.166C63.2728 471.049 63.3924 470.98 63.5089 471.012C63.6254 471.043 63.6941 471.162 63.663 471.279L63.3738 472.358L64.4895 472.657C64.606 472.688 64.6748 472.808 64.6437 472.924C64.6181 473.021 64.5302 473.085 64.4338 473.085Z' fill='white' /%3E%3Cpath d='M59.0002 476.012C58.3711 476.012 57.8594 475.501 57.8594 474.871C57.8594 474.242 58.3711 473.73 59.0002 473.73C59.6294 473.73 60.1411 474.242 60.1411 474.871C60.1411 475.501 59.6289 476.012 59.0002 476.012ZM59.0002 474.167C58.6116 474.167 58.2952 474.483 58.2952 474.872C58.2952 475.26 58.6116 475.577 59.0002 475.577C59.3889 475.577 59.7052 475.26 59.7052 474.872C59.7047 474.483 59.3889 474.167 59.0002 474.167Z' fill='white' /%3E%3Cpath d='M58.1754 472.349L57.4082 471.594C57.3389 471.526 57.2329 471.512 57.148 471.559C57.0632 471.607 57.0205 471.705 57.0431 471.799L57.3047 472.901C57.3183 472.958 57.3549 473.008 57.4056 473.038L57.9163 473.341C57.9505 473.362 57.9891 473.372 58.0278 473.372C58.0655 473.372 58.1026 473.363 58.1363 473.343C58.2046 473.304 58.2462 473.231 58.2457 473.152L58.2407 472.502C58.2402 472.445 58.2166 472.389 58.1754 472.349Z' fill='white' /%3E%3Cpath d='M57.2418 474.857C57.2418 474.779 57.1997 474.706 57.1314 474.667L56.5659 474.347C56.5157 474.318 56.456 474.311 56.4002 474.326L55.3628 474.613C55.2689 474.639 55.2041 474.723 55.2031 474.821C55.2021 474.918 55.2654 475.004 55.3588 475.032L56.4434 475.356C56.464 475.362 56.4851 475.365 56.5057 475.365C56.5429 475.365 56.5795 475.355 56.6121 475.337L57.1304 475.047C57.1992 475.008 57.2418 474.936 57.2418 474.857Z' fill='white' /%3E%3Cpath d='M58.1052 476.387C58.0369 476.347 57.9531 476.348 57.8853 476.387L57.3249 476.717C57.2752 476.746 57.239 476.794 57.2245 476.85L56.9543 477.892C56.9297 477.986 56.9709 478.085 57.0543 478.134C57.0889 478.155 57.1271 478.165 57.1652 478.165C57.2195 478.165 57.2732 478.144 57.3149 478.105L58.1379 477.328C58.1811 477.287 58.2057 477.231 58.2062 477.172L58.2137 476.578C58.2147 476.499 58.173 476.427 58.1052 476.387Z' fill='white' /%3E%3Cpath d='M60.6969 476.846C60.6833 476.789 60.6467 476.739 60.5959 476.709L60.0853 476.406C60.018 476.365 59.9336 476.365 59.8653 476.404C59.797 476.443 59.7554 476.516 59.7559 476.595L59.7609 477.245C59.7614 477.302 59.7845 477.358 59.8262 477.398L60.5934 478.153C60.6351 478.195 60.6903 478.216 60.7466 478.216C60.7832 478.216 60.8199 478.207 60.8535 478.188C60.9384 478.14 60.9811 478.042 60.9585 477.948L60.6969 476.846Z' fill='white' /%3E%3Cpath d='M62.6413 474.714L61.5567 474.39C61.5 474.373 61.4392 474.38 61.3875 474.409L60.8693 474.699C60.8005 474.738 60.7583 474.81 60.7578 474.889C60.7578 474.968 60.8 475.04 60.8683 475.079L61.4337 475.4C61.4668 475.418 61.504 475.428 61.5412 475.428C61.5607 475.428 61.5803 475.425 61.5994 475.42L62.6368 475.133C62.7307 475.107 62.7955 475.023 62.7965 474.925C62.798 474.828 62.7342 474.743 62.6413 474.714Z' fill='white' /%3E%3Cpath d='M59.8936 473.36C59.9273 473.38 59.9654 473.39 60.0031 473.39C60.0413 473.39 60.0794 473.38 60.1136 473.359L60.674 473.03C60.7237 473.001 60.7598 472.953 60.7744 472.897L61.0445 471.855C61.0692 471.761 61.028 471.662 60.9446 471.613C60.8608 471.563 60.7548 471.575 60.684 471.642L59.861 472.419C59.8183 472.46 59.7932 472.516 59.7927 472.575L59.7852 473.169C59.7842 473.247 59.8253 473.32 59.8936 473.36Z' fill='white' /%3E%3Cg opacity='0.5'%3E%3Cpath d='M434.036 1157.17C433.916 1157.17 433.818 1157.07 433.818 1156.95V1151.22C433.818 1151.1 433.916 1151 434.036 1151C434.157 1151 434.254 1151.1 434.254 1151.22V1156.95C434.254 1157.07 434.157 1157.17 434.036 1157.17Z' fill='white' /%3E%3Cpath d='M434.018 1155.32C433.962 1155.32 433.907 1155.3 433.864 1155.26L431.962 1153.36C431.877 1153.27 431.877 1153.13 431.962 1153.05C432.047 1152.96 432.185 1152.96 432.271 1153.05L434.018 1154.8L435.728 1153.09C435.813 1153 435.951 1153 436.036 1153.09C436.122 1153.17 436.122 1153.31 436.036 1153.39L434.172 1155.26C434.13 1155.3 434.074 1155.32 434.018 1155.32Z' fill='white' /%3E%3Cpath d='M434.012 1153.35C433.957 1153.35 433.901 1153.33 433.858 1153.29L432.914 1152.34C432.828 1152.26 432.828 1152.12 432.914 1152.03C432.998 1151.95 433.137 1151.95 433.222 1152.03L434.012 1152.82L434.829 1152.01C434.914 1151.92 435.052 1151.92 435.138 1152.01C435.223 1152.09 435.223 1152.23 435.138 1152.32L434.166 1153.29C434.124 1153.33 434.068 1153.35 434.012 1153.35Z' fill='white' /%3E%3Cpath d='M433.217 1157.6C433.18 1157.6 433.143 1157.59 433.108 1157.57L428.144 1154.7C428.04 1154.64 428.004 1154.51 428.064 1154.4C428.125 1154.3 428.258 1154.26 428.362 1154.32L433.326 1157.19C433.431 1157.25 433.466 1157.38 433.406 1157.49C433.366 1157.56 433.292 1157.6 433.217 1157.6Z' fill='white' /%3E%3Cpath d='M429.013 1157.39C428.916 1157.39 428.829 1157.32 428.802 1157.22C428.771 1157.11 428.84 1156.99 428.957 1156.96L431.343 1156.32L430.718 1153.98C430.686 1153.87 430.755 1153.75 430.872 1153.71C430.988 1153.68 431.107 1153.75 431.139 1153.87L431.821 1156.42C431.836 1156.47 431.828 1156.53 431.8 1156.58C431.771 1156.63 431.723 1156.67 431.667 1156.68L429.07 1157.38C429.05 1157.38 429.032 1157.39 429.013 1157.39Z' fill='white' /%3E%3Cpath d='M428.607 1156.06C428.51 1156.06 428.422 1155.99 428.396 1155.9C428.365 1155.78 428.434 1155.66 428.55 1155.63L429.629 1155.34L429.331 1154.22C429.3 1154.11 429.368 1153.99 429.485 1153.96C429.601 1153.93 429.721 1153.99 429.752 1154.11L430.107 1155.44C430.123 1155.49 430.114 1155.55 430.086 1155.6C430.057 1155.65 430.01 1155.69 429.953 1155.7L428.663 1156.05C428.644 1156.06 428.625 1156.06 428.607 1156.06Z' fill='white' /%3E%3Cpath d='M428.218 1161.39C428.143 1161.39 428.069 1161.35 428.029 1161.28C427.969 1161.17 428.005 1161.04 428.109 1160.98L433.073 1158.11C433.178 1158.05 433.311 1158.09 433.371 1158.19C433.431 1158.3 433.396 1158.43 433.291 1158.49L428.327 1161.36C428.292 1161.38 428.255 1161.39 428.218 1161.39Z' fill='white' /%3E%3Cpath d='M430.897 1162.06C430.879 1162.06 430.86 1162.05 430.841 1162.05C430.724 1162.02 430.655 1161.9 430.687 1161.78L431.326 1159.39L428.99 1158.77C428.873 1158.74 428.804 1158.62 428.836 1158.5C428.867 1158.39 428.986 1158.32 429.103 1158.35L431.649 1159.03C431.766 1159.06 431.834 1159.18 431.803 1159.3L431.107 1161.89C431.082 1161.99 430.994 1162.06 430.897 1162.06Z' fill='white' /%3E%3Cpath d='M429.543 1161.74C429.524 1161.74 429.505 1161.74 429.486 1161.74C429.37 1161.7 429.301 1161.58 429.332 1161.47L429.621 1160.39L428.505 1160.09C428.389 1160.06 428.32 1159.94 428.351 1159.82C428.382 1159.71 428.502 1159.64 428.618 1159.67L429.945 1160.02C430.062 1160.05 430.13 1160.17 430.099 1160.29L429.754 1161.58C429.727 1161.68 429.639 1161.74 429.543 1161.74Z' fill='white' /%3E%3Cpath d='M433.964 1164.75C433.844 1164.75 433.746 1164.65 433.746 1164.53V1158.8C433.746 1158.68 433.844 1158.58 433.964 1158.58C434.085 1158.58 434.182 1158.68 434.182 1158.8V1164.53C434.182 1164.65 434.084 1164.75 433.964 1164.75Z' fill='white' /%3E%3Cpath d='M435.882 1162.76C435.826 1162.76 435.771 1162.74 435.728 1162.7L433.981 1160.95L432.271 1162.66C432.186 1162.75 432.048 1162.75 431.962 1162.66C431.877 1162.58 431.877 1162.44 431.962 1162.35L433.827 1160.49C433.912 1160.4 434.05 1160.4 434.135 1160.49L436.037 1162.39C436.122 1162.47 436.122 1162.61 436.037 1162.7C435.994 1162.74 435.938 1162.76 435.882 1162.76Z' fill='white' /%3E%3Cpath d='M433.019 1163.8C432.963 1163.8 432.907 1163.78 432.865 1163.74C432.779 1163.65 432.779 1163.51 432.865 1163.43L433.836 1162.46C433.918 1162.38 434.062 1162.38 434.144 1162.46L435.089 1163.4C435.174 1163.49 435.174 1163.63 435.089 1163.71C435.004 1163.8 434.866 1163.8 434.78 1163.71L433.99 1162.92L433.173 1163.74C433.13 1163.78 433.075 1163.8 433.019 1163.8Z' fill='white' /%3E%3Cpath d='M439.745 1161.45C439.708 1161.45 439.67 1161.44 439.636 1161.42L434.672 1158.56C434.567 1158.5 434.532 1158.36 434.592 1158.26C434.652 1158.15 434.785 1158.12 434.89 1158.18L439.854 1161.04C439.958 1161.1 439.994 1161.24 439.934 1161.34C439.893 1161.41 439.82 1161.45 439.745 1161.45Z' fill='white' /%3E%3Cpath d='M437.07 1162.04C436.974 1162.04 436.886 1161.97 436.86 1161.88L436.177 1159.33C436.162 1159.27 436.17 1159.21 436.199 1159.16C436.228 1159.11 436.275 1159.08 436.332 1159.06L438.929 1158.37C439.045 1158.34 439.165 1158.4 439.196 1158.52C439.227 1158.64 439.159 1158.76 439.042 1158.79L436.655 1159.43L437.281 1161.76C437.312 1161.88 437.243 1162 437.127 1162.03C437.108 1162.04 437.089 1162.04 437.07 1162.04Z' fill='white' /%3E%3Cpath d='M438.456 1161.8C438.36 1161.8 438.272 1161.73 438.246 1161.63L437.89 1160.31C437.859 1160.19 437.928 1160.07 438.044 1160.04L439.334 1159.69C439.45 1159.66 439.57 1159.73 439.602 1159.85C439.633 1159.97 439.564 1160.09 439.447 1160.12L438.368 1160.41L438.667 1161.52C438.698 1161.64 438.629 1161.76 438.513 1161.79C438.494 1161.79 438.475 1161.8 438.456 1161.8Z' fill='white' /%3E%3Cpath d='M434.816 1157.66C434.74 1157.66 434.667 1157.62 434.627 1157.55C434.567 1157.45 434.602 1157.32 434.707 1157.25L439.671 1154.39C439.775 1154.33 439.908 1154.36 439.969 1154.47C440.029 1154.57 439.993 1154.71 439.889 1154.77L434.925 1157.63C434.89 1157.65 434.852 1157.66 434.816 1157.66Z' fill='white' /%3E%3Cpath d='M438.954 1157.41C438.936 1157.41 438.917 1157.4 438.897 1157.4L436.351 1156.72C436.235 1156.68 436.166 1156.56 436.197 1156.45L436.893 1153.85C436.924 1153.73 437.044 1153.67 437.16 1153.7C437.277 1153.73 437.345 1153.85 437.314 1153.96L436.675 1156.35L439.011 1156.98C439.127 1157.01 439.196 1157.13 439.165 1157.24C439.138 1157.34 439.05 1157.41 438.954 1157.41Z' fill='white' /%3E%3Cpath d='M439.434 1156.09C439.415 1156.09 439.396 1156.08 439.377 1156.08L438.05 1155.72C437.995 1155.71 437.947 1155.67 437.918 1155.62C437.889 1155.57 437.881 1155.51 437.896 1155.46L438.242 1154.17C438.273 1154.05 438.392 1153.98 438.509 1154.01C438.625 1154.04 438.694 1154.16 438.663 1154.28L438.374 1155.36L439.49 1155.66C439.606 1155.69 439.675 1155.81 439.644 1155.92C439.618 1156.02 439.53 1156.09 439.434 1156.09Z' fill='white' /%3E%3Cpath d='M434 1159.01C433.371 1159.01 432.859 1158.5 432.859 1157.87C432.859 1157.24 433.371 1156.73 434 1156.73C434.629 1156.73 435.141 1157.24 435.141 1157.87C435.141 1158.5 434.629 1159.01 434 1159.01ZM434 1157.17C433.612 1157.17 433.295 1157.48 433.295 1157.87C433.295 1158.26 433.612 1158.58 434 1158.58C434.389 1158.58 434.705 1158.26 434.705 1157.87C434.705 1157.48 434.389 1157.17 434 1157.17Z' fill='white' /%3E%3Cpath d='M433.175 1155.35L432.408 1154.59C432.339 1154.53 432.233 1154.51 432.148 1154.56C432.063 1154.61 432.021 1154.7 432.043 1154.8L432.305 1155.9C432.318 1155.96 432.355 1156.01 432.406 1156.04L432.916 1156.34C432.95 1156.36 432.989 1156.37 433.028 1156.37C433.065 1156.37 433.103 1156.36 433.136 1156.34C433.205 1156.3 433.246 1156.23 433.246 1156.15L433.241 1155.5C433.24 1155.44 433.217 1155.39 433.175 1155.35Z' fill='white' /%3E%3Cpath d='M432.242 1157.86C432.242 1157.78 432.2 1157.71 432.131 1157.67L431.566 1157.35C431.516 1157.32 431.456 1157.31 431.4 1157.33L430.363 1157.61C430.269 1157.64 430.204 1157.72 430.203 1157.82C430.202 1157.92 430.265 1158 430.359 1158.03L431.443 1158.36C431.464 1158.36 431.485 1158.37 431.506 1158.37C431.543 1158.37 431.58 1158.36 431.612 1158.34L432.13 1158.05C432.199 1158.01 432.242 1157.94 432.242 1157.86Z' fill='white' /%3E%3Cpath d='M433.105 1159.39C433.037 1159.35 432.953 1159.35 432.885 1159.39L432.325 1159.72C432.275 1159.75 432.239 1159.79 432.224 1159.85L431.954 1160.89C431.93 1160.99 431.971 1161.08 432.054 1161.13C432.089 1161.15 432.127 1161.16 432.165 1161.16C432.219 1161.16 432.273 1161.14 432.315 1161.11L433.138 1160.33C433.181 1160.29 433.206 1160.23 433.206 1160.17L433.214 1159.58C433.215 1159.5 433.173 1159.43 433.105 1159.39Z' fill='white' /%3E%3Cpath d='M435.697 1159.85C435.683 1159.79 435.647 1159.74 435.596 1159.71L435.085 1159.41C435.018 1159.37 434.934 1159.36 434.865 1159.4C434.797 1159.44 434.755 1159.52 434.756 1159.59L434.761 1160.24C434.761 1160.3 434.784 1160.36 434.826 1160.4L435.593 1161.15C435.635 1161.19 435.69 1161.22 435.747 1161.22C435.783 1161.22 435.82 1161.21 435.854 1161.19C435.938 1161.14 435.981 1161.04 435.958 1160.95L435.697 1159.85Z' fill='white' /%3E%3Cpath d='M437.641 1157.71L436.557 1157.39C436.5 1157.37 436.439 1157.38 436.387 1157.41L435.869 1157.7C435.8 1157.74 435.758 1157.81 435.758 1157.89C435.758 1157.97 435.8 1158.04 435.868 1158.08L436.434 1158.4C436.467 1158.42 436.504 1158.43 436.541 1158.43C436.561 1158.43 436.58 1158.43 436.599 1158.42L437.637 1158.13C437.731 1158.11 437.796 1158.02 437.797 1157.93C437.798 1157.83 437.734 1157.74 437.641 1157.71Z' fill='white' /%3E%3Cpath d='M434.894 1156.36C434.927 1156.38 434.965 1156.39 435.003 1156.39C435.041 1156.39 435.079 1156.38 435.114 1156.36L435.674 1156.03C435.724 1156 435.76 1155.95 435.774 1155.9L436.045 1154.86C436.069 1154.76 436.028 1154.66 435.945 1154.61C435.861 1154.56 435.755 1154.57 435.684 1154.64L434.861 1155.42C434.818 1155.46 434.793 1155.52 434.793 1155.57L434.785 1156.17C434.784 1156.25 434.825 1156.32 434.894 1156.36Z' fill='white' /%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_5740_7663' x1='0' y1='935.5' x2='480' y2='935.5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23D75D3D' /%3E%3Cstop offset='1' stop-color='%23DF8A43' /%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_5740_7663' x1='240' y1='-4.50757e-05' x2='997.485' y2='240.394' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EE1A25' /%3E%3Cstop offset='1' stop-color='%23C51A2A' /%3E%3C/linearGradient%3E%3CclipPath id='clip0_5740_7663'%3E%3Crect width='480' height='1871' fill='white' /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  }
  .home_index_page .main .cta-section.november2024:before {
    display: none;
  }
  .home_index_page .main .cta-section.november2024:after {
    display: none;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.november2024 {
    background-image: url("data:image/svg+xml,%3Csvg width='375' height='1826' viewBox='0 0 375 1826' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_5740_7567)'%3E%3Crect width='375' height='1826' fill='white' /%3E%3Crect width='375' height='1826' fill='url(%23paint0_linear_5740_7567)' /%3E%3Crect width='375' height='1826' fill='url(%23paint1_linear_5740_7567)' /%3E%3Cpath d='M-1015.97 1436.48L568.204 1012L923.295 2337.22L-660.878 2761.7L-1015.97 1436.48Z' fill='%231E1E1E' /%3E%3Cpath d='M30.0363 463.168C29.9158 463.168 29.8184 463.07 29.8184 462.95V457.218C29.8184 457.097 29.9158 457 30.0363 457C30.1568 457 30.2542 457.097 30.2542 457.218V462.95C30.2542 463.07 30.1568 463.168 30.0363 463.168Z' fill='white' /%3E%3Cpath d='M30.0182 461.322C29.9625 461.322 29.9068 461.301 29.8641 461.258L27.9625 459.357C27.8771 459.272 27.8771 459.134 27.9625 459.048C28.0473 458.963 28.1854 458.963 28.2708 459.048L30.0182 460.795L31.728 459.086C31.8129 459 31.951 459 32.0363 459.086C32.1217 459.17 32.1217 459.309 32.0363 459.394L30.1724 461.258C30.1297 461.301 30.074 461.322 30.0182 461.322Z' fill='white' /%3E%3Cpath d='M30.0123 459.351C29.9566 459.351 29.9008 459.33 29.8582 459.287L28.9136 458.342C28.8283 458.257 28.8283 458.119 28.9136 458.034C28.9985 457.949 29.1366 457.949 29.2219 458.034L30.0123 458.824L30.8293 458.007C30.9142 457.922 31.0523 457.922 31.1376 458.007C31.223 458.092 31.223 458.23 31.1376 458.316L30.1665 459.287C30.1238 459.33 30.0681 459.351 30.0123 459.351Z' fill='white' /%3E%3Cpath d='M29.2169 463.597C29.1798 463.597 29.1426 463.587 29.108 463.568L24.1443 460.702C24.0398 460.642 24.0042 460.509 24.0645 460.404C24.1247 460.3 24.2578 460.264 24.3622 460.324L29.3264 463.19C29.4308 463.251 29.4665 463.384 29.4062 463.488C29.3656 463.558 29.2922 463.597 29.2169 463.597Z' fill='white' /%3E%3Cpath d='M25.0128 463.386C24.9164 463.386 24.8285 463.322 24.8024 463.224C24.7713 463.108 24.8401 462.988 24.9566 462.957L27.3432 462.317L26.7176 459.982C26.6864 459.865 26.7552 459.746 26.8717 459.715C26.9877 459.683 27.1072 459.752 27.1389 459.869L27.8213 462.415C27.8363 462.471 27.8283 462.531 27.7997 462.58C27.7706 462.631 27.7234 462.667 27.6671 462.682L25.07 463.378C25.0505 463.383 25.0319 463.386 25.0128 463.386Z' fill='white' /%3E%3Cpath d='M24.6066 462.057C24.5101 462.057 24.4223 461.993 24.3962 461.896C24.365 461.779 24.4338 461.66 24.5503 461.629L25.6294 461.339L25.3306 460.224C25.2995 460.108 25.3683 459.988 25.4848 459.957C25.6008 459.925 25.7208 459.995 25.7519 460.111L26.1075 461.438C26.1225 461.493 26.1145 461.553 26.0859 461.603C26.0567 461.653 26.0095 461.689 25.9533 461.704L24.6633 462.05C24.6442 462.055 24.6251 462.057 24.6066 462.057Z' fill='white' /%3E%3Cpath d='M24.2181 467.386C24.1428 467.386 24.0695 467.347 24.0293 467.277C23.969 467.173 24.0047 467.04 24.1091 466.98L29.0733 464.113C29.1778 464.053 29.3108 464.089 29.3711 464.193C29.4313 464.298 29.3957 464.431 29.2912 464.491L24.3271 467.357C24.2924 467.377 24.2548 467.386 24.2181 467.386Z' fill='white' /%3E%3Cpath d='M26.8974 468.056C26.8788 468.056 26.8597 468.053 26.8407 468.048C26.7242 468.017 26.6554 467.898 26.6865 467.781L27.3257 465.394L24.9898 464.769C24.8733 464.738 24.8045 464.618 24.8356 464.502C24.8667 464.385 24.9863 464.316 25.1027 464.348L27.6491 465.03C27.7656 465.061 27.8344 465.181 27.8033 465.297L27.1073 467.895C27.0817 467.992 26.9938 468.056 26.8974 468.056Z' fill='white' /%3E%3Cpath d='M25.5428 467.743C25.5242 467.743 25.5052 467.74 25.4861 467.735C25.3696 467.704 25.3008 467.584 25.3319 467.468L25.6212 466.388L24.5054 466.089C24.3889 466.058 24.3201 465.938 24.3512 465.822C24.3824 465.705 24.5019 465.636 24.6184 465.668L25.945 466.023C26.0615 466.054 26.1303 466.174 26.0992 466.29L25.7537 467.58C25.7271 467.678 25.6392 467.743 25.5428 467.743Z' fill='white' /%3E%3Cpath d='M29.964 470.746C29.8435 470.746 29.7461 470.649 29.7461 470.528V464.796C29.7461 464.676 29.8435 464.578 29.964 464.578C30.0845 464.578 30.182 464.676 30.182 464.796V470.528C30.182 470.649 30.084 470.746 29.964 470.746Z' fill='white' /%3E%3Cpath d='M31.8822 468.762C31.8264 468.762 31.7707 468.74 31.728 468.698L29.9806 466.95L28.2708 468.66C28.1859 468.745 28.0478 468.745 27.9625 468.66C27.8771 468.575 27.8771 468.437 27.9625 468.352L29.8269 466.488C29.9118 466.402 30.0499 466.402 30.1352 466.488L32.0368 468.389C32.1222 468.474 32.1222 468.612 32.0368 468.698C31.9937 468.74 31.9379 468.762 31.8822 468.762Z' fill='white' /%3E%3Cpath d='M29.019 469.801C28.9632 469.801 28.9075 469.78 28.8648 469.737C28.7794 469.652 28.7794 469.514 28.8648 469.429L29.8359 468.458C29.9178 468.376 30.0624 468.376 30.1443 468.458L31.0888 469.402C31.1742 469.487 31.1742 469.625 31.0888 469.711C31.0039 469.796 30.8658 469.796 30.7805 469.711L29.9901 468.92L29.1731 469.737C29.1304 469.78 29.0747 469.801 29.019 469.801Z' fill='white' /%3E%3Cpath d='M35.7448 467.451C35.7076 467.451 35.6705 467.441 35.6358 467.422L30.6716 464.555C30.5672 464.495 30.5315 464.362 30.5918 464.258C30.6521 464.153 30.7851 464.117 30.8896 464.178L35.8537 467.044C35.9582 467.104 35.9938 467.237 35.9336 467.342C35.8929 467.412 35.8201 467.451 35.7448 467.451Z' fill='white' /%3E%3Cpath d='M33.0702 468.038C32.9738 468.038 32.8859 467.973 32.8598 467.876L32.1774 465.33C32.1623 465.274 32.1704 465.214 32.199 465.164C32.2281 465.114 32.2753 465.078 32.3315 465.063L34.9291 464.367C35.0451 464.335 35.1646 464.405 35.1963 464.521C35.2274 464.638 35.1586 464.757 35.0421 464.788L32.6554 465.428L33.2811 467.764C33.3122 467.881 33.2434 468 33.1269 468.031C33.1078 468.035 33.0888 468.038 33.0702 468.038Z' fill='white' /%3E%3Cpath d='M34.4562 467.796C34.3598 467.796 34.2719 467.732 34.2458 467.634L33.8903 466.308C33.8592 466.191 33.928 466.072 34.0445 466.04L35.3345 465.695C35.4505 465.664 35.5705 465.733 35.6016 465.849C35.6327 465.966 35.5639 466.085 35.4474 466.116L34.3683 466.406L34.6671 467.521C34.6982 467.638 34.6295 467.757 34.513 467.788C34.4939 467.793 34.4748 467.796 34.4562 467.796Z' fill='white' /%3E%3Cpath d='M30.8158 463.662C30.7404 463.662 30.6671 463.622 30.627 463.553C30.5667 463.448 30.6023 463.315 30.7068 463.255L35.671 460.389C35.7754 460.328 35.9085 460.364 35.9687 460.469C36.029 460.573 35.9933 460.706 35.8889 460.766L30.9247 463.633C30.8901 463.652 30.8524 463.662 30.8158 463.662Z' fill='white' /%3E%3Cpath d='M34.9542 463.405C34.9356 463.405 34.9165 463.403 34.8975 463.398L32.3511 462.715C32.2346 462.684 32.1658 462.565 32.1969 462.448L32.8929 459.851C32.924 459.735 33.0435 459.665 33.16 459.697C33.2765 459.728 33.3453 459.848 33.3142 459.964L32.675 462.351L35.0109 462.977C35.1274 463.008 35.1962 463.127 35.1651 463.244C35.1385 463.341 35.0501 463.405 34.9542 463.405Z' fill='white' /%3E%3Cpath d='M35.4338 462.085C35.4152 462.085 35.3961 462.083 35.3771 462.078L34.0504 461.722C33.9947 461.707 33.947 461.671 33.9178 461.621C33.8887 461.571 33.8812 461.511 33.8962 461.456L34.2417 460.166C34.2728 460.049 34.3924 459.98 34.5089 460.012C34.6254 460.043 34.6941 460.162 34.663 460.279L34.3738 461.358L35.4895 461.657C35.606 461.688 35.6748 461.808 35.6437 461.924C35.6181 462.021 35.5302 462.085 35.4338 462.085Z' fill='white' /%3E%3Cpath d='M30.0002 465.012C29.3711 465.012 28.8594 464.501 28.8594 463.871C28.8594 463.242 29.3711 462.73 30.0002 462.73C30.6294 462.73 31.1411 463.242 31.1411 463.871C31.1411 464.501 30.6289 465.012 30.0002 465.012ZM30.0002 463.167C29.6116 463.167 29.2952 463.483 29.2952 463.872C29.2952 464.26 29.6116 464.577 30.0002 464.577C30.3889 464.577 30.7052 464.26 30.7052 463.872C30.7047 463.483 30.3889 463.167 30.0002 463.167Z' fill='white' /%3E%3Cpath d='M29.1754 461.349L28.4082 460.594C28.3389 460.526 28.2329 460.512 28.148 460.559C28.0632 460.607 28.0205 460.705 28.0431 460.799L28.3047 461.901C28.3183 461.958 28.3549 462.008 28.4056 462.038L28.9163 462.341C28.9505 462.362 28.9891 462.372 29.0278 462.372C29.0655 462.372 29.1026 462.363 29.1363 462.343C29.2046 462.304 29.2462 462.231 29.2457 462.152L29.2407 461.502C29.2402 461.445 29.2166 461.389 29.1754 461.349Z' fill='white' /%3E%3Cpath d='M28.2418 463.857C28.2418 463.779 28.1997 463.706 28.1314 463.667L27.5659 463.347C27.5157 463.318 27.456 463.311 27.4002 463.326L26.3628 463.613C26.2689 463.639 26.2041 463.723 26.2031 463.821C26.2021 463.918 26.2654 464.004 26.3588 464.032L27.4434 464.356C27.464 464.362 27.4851 464.365 27.5057 464.365C27.5429 464.365 27.5795 464.355 27.6121 464.337L28.1304 464.047C28.1992 464.008 28.2418 463.936 28.2418 463.857Z' fill='white' /%3E%3Cpath d='M29.1052 465.387C29.0369 465.347 28.9531 465.348 28.8853 465.387L28.3249 465.717C28.2752 465.746 28.239 465.794 28.2245 465.85L27.9543 466.892C27.9297 466.986 27.9709 467.085 28.0543 467.134C28.0889 467.155 28.1271 467.165 28.1652 467.165C28.2195 467.165 28.2732 467.144 28.3149 467.105L29.1379 466.328C29.1811 466.287 29.2057 466.231 29.2062 466.172L29.2137 465.578C29.2147 465.499 29.173 465.427 29.1052 465.387Z' fill='white' /%3E%3Cpath d='M31.6969 465.846C31.6833 465.789 31.6467 465.739 31.5959 465.709L31.0853 465.406C31.018 465.365 30.9336 465.365 30.8653 465.404C30.797 465.443 30.7554 465.516 30.7559 465.595L30.7609 466.245C30.7614 466.302 30.7845 466.358 30.8262 466.398L31.5934 467.153C31.6351 467.195 31.6903 467.216 31.7466 467.216C31.7832 467.216 31.8199 467.207 31.8535 467.188C31.9384 467.14 31.9811 467.042 31.9585 466.948L31.6969 465.846Z' fill='white' /%3E%3Cpath d='M33.6413 463.714L32.5567 463.39C32.5 463.373 32.4392 463.38 32.3875 463.409L31.8693 463.699C31.8005 463.738 31.7583 463.81 31.7578 463.889C31.7578 463.968 31.8 464.04 31.8683 464.079L32.4337 464.4C32.4668 464.418 32.504 464.428 32.5412 464.428C32.5607 464.428 32.5803 464.425 32.5994 464.42L33.6368 464.133C33.7307 464.107 33.7955 464.023 33.7965 463.925C33.798 463.828 33.7342 463.743 33.6413 463.714Z' fill='white' /%3E%3Cpath d='M30.8936 462.36C30.9273 462.38 30.9654 462.39 31.0031 462.39C31.0413 462.39 31.0794 462.38 31.1136 462.359L31.674 462.03C31.7237 462.001 31.7598 461.953 31.7744 461.897L32.0445 460.855C32.0692 460.761 32.028 460.662 31.9446 460.613C31.8608 460.563 31.7548 460.575 31.684 460.642L30.861 461.419C30.8183 461.46 30.7932 461.516 30.7927 461.575L30.7852 462.169C30.7842 462.247 30.8253 462.32 30.8936 462.36Z' fill='white' /%3E%3Cpath d='M341.036 686.168C340.916 686.168 340.818 686.07 340.818 685.95V680.218C340.818 680.097 340.916 680 341.036 680C341.157 680 341.254 680.097 341.254 680.218V685.95C341.254 686.07 341.157 686.168 341.036 686.168Z' fill='white' /%3E%3Cpath d='M341.018 684.322C340.962 684.322 340.907 684.301 340.864 684.258L338.962 682.357C338.877 682.272 338.877 682.134 338.962 682.048C339.047 681.963 339.185 681.963 339.271 682.048L341.018 683.795L342.728 682.086C342.813 682 342.951 682 343.036 682.086C343.122 682.17 343.122 682.309 343.036 682.394L341.172 684.258C341.13 684.301 341.074 684.322 341.018 684.322Z' fill='white' /%3E%3Cpath d='M341.012 682.351C340.957 682.351 340.901 682.33 340.858 682.287L339.914 681.342C339.828 681.257 339.828 681.119 339.914 681.034C339.998 680.949 340.137 680.949 340.222 681.034L341.012 681.824L341.829 681.007C341.914 680.922 342.052 680.922 342.138 681.007C342.223 681.092 342.223 681.23 342.138 681.316L341.166 682.287C341.124 682.33 341.068 682.351 341.012 682.351Z' fill='white' /%3E%3Cpath d='M340.217 686.597C340.18 686.597 340.143 686.587 340.108 686.568L335.144 683.702C335.04 683.642 335.004 683.509 335.064 683.404C335.125 683.3 335.258 683.264 335.362 683.324L340.326 686.19C340.431 686.251 340.466 686.384 340.406 686.488C340.366 686.558 340.292 686.597 340.217 686.597Z' fill='white' /%3E%3Cpath d='M336.013 686.386C335.916 686.386 335.829 686.322 335.802 686.224C335.771 686.108 335.84 685.988 335.957 685.957L338.343 685.317L337.718 682.982C337.686 682.865 337.755 682.746 337.872 682.715C337.988 682.683 338.107 682.752 338.139 682.869L338.821 685.415C338.836 685.471 338.828 685.531 338.8 685.58C338.771 685.631 338.723 685.667 338.667 685.682L336.07 686.378C336.05 686.383 336.032 686.386 336.013 686.386Z' fill='white' /%3E%3Cpath d='M335.607 685.057C335.51 685.057 335.422 684.993 335.396 684.896C335.365 684.779 335.434 684.66 335.55 684.629L336.629 684.339L336.331 683.224C336.3 683.108 336.368 682.988 336.485 682.957C336.601 682.925 336.721 682.995 336.752 683.111L337.107 684.438C337.123 684.493 337.114 684.553 337.086 684.603C337.057 684.653 337.01 684.689 336.953 684.704L335.663 685.05C335.644 685.055 335.625 685.057 335.607 685.057Z' fill='white' /%3E%3Cpath d='M335.218 690.386C335.143 690.386 335.069 690.347 335.029 690.277C334.969 690.173 335.005 690.04 335.109 689.98L340.073 687.113C340.178 687.053 340.311 687.089 340.371 687.193C340.431 687.298 340.396 687.431 340.291 687.491L335.327 690.357C335.292 690.377 335.255 690.386 335.218 690.386Z' fill='white' /%3E%3Cpath d='M337.897 691.056C337.879 691.056 337.86 691.053 337.841 691.048C337.724 691.017 337.655 690.898 337.687 690.781L338.326 688.394L335.99 687.769C335.873 687.738 335.804 687.618 335.836 687.502C335.867 687.385 335.986 687.316 336.103 687.348L338.649 688.03C338.766 688.061 338.834 688.181 338.803 688.297L338.107 690.895C338.082 690.992 337.994 691.056 337.897 691.056Z' fill='white' /%3E%3Cpath d='M336.543 690.743C336.524 690.743 336.505 690.74 336.486 690.735C336.37 690.704 336.301 690.584 336.332 690.468L336.621 689.388L335.505 689.089C335.389 689.058 335.32 688.938 335.351 688.822C335.382 688.705 335.502 688.636 335.618 688.668L336.945 689.023C337.062 689.054 337.13 689.174 337.099 689.29L336.754 690.58C336.727 690.678 336.639 690.743 336.543 690.743Z' fill='white' /%3E%3Cpath d='M340.964 693.746C340.844 693.746 340.746 693.649 340.746 693.528V687.796C340.746 687.676 340.844 687.578 340.964 687.578C341.085 687.578 341.182 687.676 341.182 687.796V693.528C341.182 693.649 341.084 693.746 340.964 693.746Z' fill='white' /%3E%3Cpath d='M342.882 691.762C342.826 691.762 342.771 691.74 342.728 691.698L340.981 689.95L339.271 691.66C339.186 691.745 339.048 691.745 338.962 691.66C338.877 691.575 338.877 691.437 338.962 691.352L340.827 689.488C340.912 689.402 341.05 689.402 341.135 689.488L343.037 691.389C343.122 691.474 343.122 691.612 343.037 691.698C342.994 691.74 342.938 691.762 342.882 691.762Z' fill='white' /%3E%3Cpath d='M340.019 692.801C339.963 692.801 339.907 692.78 339.865 692.737C339.779 692.652 339.779 692.514 339.865 692.429L340.836 691.458C340.918 691.376 341.062 691.376 341.144 691.458L342.089 692.402C342.174 692.487 342.174 692.625 342.089 692.711C342.004 692.796 341.866 692.796 341.78 692.711L340.99 691.92L340.173 692.737C340.13 692.78 340.075 692.801 340.019 692.801Z' fill='white' /%3E%3Cpath d='M346.745 690.451C346.708 690.451 346.67 690.441 346.636 690.422L341.672 687.555C341.567 687.495 341.532 687.362 341.592 687.258C341.652 687.153 341.785 687.117 341.89 687.178L346.854 690.044C346.958 690.104 346.994 690.237 346.934 690.342C346.893 690.412 346.82 690.451 346.745 690.451Z' fill='white' /%3E%3Cpath d='M344.07 691.038C343.974 691.038 343.886 690.973 343.86 690.876L343.177 688.33C343.162 688.274 343.17 688.214 343.199 688.164C343.228 688.114 343.275 688.078 343.332 688.063L345.929 687.367C346.045 687.335 346.165 687.405 346.196 687.521C346.227 687.638 346.159 687.757 346.042 687.788L343.655 688.428L344.281 690.764C344.312 690.881 344.243 691 344.127 691.031C344.108 691.035 344.089 691.038 344.07 691.038Z' fill='white' /%3E%3Cpath d='M345.456 690.796C345.36 690.796 345.272 690.732 345.246 690.634L344.89 689.308C344.859 689.191 344.928 689.072 345.044 689.04L346.334 688.695C346.45 688.664 346.57 688.733 346.602 688.849C346.633 688.966 346.564 689.085 346.447 689.116L345.368 689.406L345.667 690.521C345.698 690.638 345.629 690.757 345.513 690.788C345.494 690.793 345.475 690.796 345.456 690.796Z' fill='white' /%3E%3Cpath d='M341.816 686.662C341.74 686.662 341.667 686.622 341.627 686.553C341.567 686.448 341.602 686.315 341.707 686.255L346.671 683.389C346.775 683.328 346.908 683.364 346.969 683.469C347.029 683.573 346.993 683.706 346.889 683.766L341.925 686.633C341.89 686.652 341.852 686.662 341.816 686.662Z' fill='white' /%3E%3Cpath d='M345.954 686.405C345.936 686.405 345.917 686.403 345.897 686.398L343.351 685.715C343.235 685.684 343.166 685.565 343.197 685.448L343.893 682.851C343.924 682.735 344.044 682.665 344.16 682.697C344.277 682.728 344.345 682.848 344.314 682.964L343.675 685.351L346.011 685.977C346.127 686.008 346.196 686.127 346.165 686.244C346.138 686.341 346.05 686.405 345.954 686.405Z' fill='white' /%3E%3Cpath d='M346.434 685.085C346.415 685.085 346.396 685.083 346.377 685.078L345.05 684.722C344.995 684.707 344.947 684.671 344.918 684.621C344.889 684.571 344.881 684.511 344.896 684.456L345.242 683.166C345.273 683.049 345.392 682.98 345.509 683.012C345.625 683.043 345.694 683.162 345.663 683.279L345.374 684.358L346.49 684.657C346.606 684.688 346.675 684.808 346.644 684.924C346.618 685.021 346.53 685.085 346.434 685.085Z' fill='white' /%3E%3Cpath d='M341 688.012C340.371 688.012 339.859 687.501 339.859 686.871C339.859 686.242 340.371 685.73 341 685.73C341.629 685.73 342.141 686.242 342.141 686.871C342.141 687.501 341.629 688.012 341 688.012ZM341 686.167C340.612 686.167 340.295 686.483 340.295 686.872C340.295 687.26 340.612 687.577 341 687.577C341.389 687.577 341.705 687.26 341.705 686.872C341.705 686.483 341.389 686.167 341 686.167Z' fill='white' /%3E%3Cpath d='M340.175 684.349L339.408 683.594C339.339 683.526 339.233 683.512 339.148 683.559C339.063 683.607 339.021 683.705 339.043 683.799L339.305 684.901C339.318 684.958 339.355 685.008 339.406 685.038L339.916 685.341C339.95 685.362 339.989 685.372 340.028 685.372C340.065 685.372 340.103 685.363 340.136 685.343C340.205 685.304 340.246 685.231 340.246 685.152L340.241 684.502C340.24 684.445 340.217 684.389 340.175 684.349Z' fill='white' /%3E%3Cpath d='M339.242 686.857C339.242 686.779 339.2 686.706 339.131 686.667L338.566 686.347C338.516 686.318 338.456 686.311 338.4 686.326L337.363 686.613C337.269 686.639 337.204 686.723 337.203 686.821C337.202 686.918 337.265 687.004 337.359 687.032L338.443 687.356C338.464 687.362 338.485 687.365 338.506 687.365C338.543 687.365 338.58 687.355 338.612 687.337L339.13 687.047C339.199 687.008 339.242 686.936 339.242 686.857Z' fill='white' /%3E%3Cpath d='M340.105 688.387C340.037 688.347 339.953 688.348 339.885 688.387L339.325 688.717C339.275 688.746 339.239 688.794 339.224 688.85L338.954 689.892C338.93 689.986 338.971 690.085 339.054 690.134C339.089 690.155 339.127 690.165 339.165 690.165C339.219 690.165 339.273 690.144 339.315 690.105L340.138 689.328C340.181 689.287 340.206 689.231 340.206 689.172L340.214 688.578C340.215 688.499 340.173 688.427 340.105 688.387Z' fill='white' /%3E%3Cpath d='M342.697 688.846C342.683 688.789 342.647 688.739 342.596 688.709L342.085 688.406C342.018 688.365 341.934 688.365 341.865 688.404C341.797 688.443 341.755 688.516 341.756 688.595L341.761 689.245C341.761 689.302 341.784 689.358 341.826 689.398L342.593 690.153C342.635 690.195 342.69 690.216 342.747 690.216C342.783 690.216 342.82 690.207 342.854 690.188C342.938 690.14 342.981 690.042 342.958 689.948L342.697 688.846Z' fill='white' /%3E%3Cpath d='M344.641 686.714L343.557 686.39C343.5 686.373 343.439 686.38 343.387 686.409L342.869 686.699C342.8 686.738 342.758 686.81 342.758 686.889C342.758 686.968 342.8 687.04 342.868 687.079L343.434 687.4C343.467 687.418 343.504 687.428 343.541 687.428C343.561 687.428 343.58 687.425 343.599 687.42L344.637 687.133C344.731 687.107 344.796 687.023 344.797 686.925C344.798 686.828 344.734 686.743 344.641 686.714Z' fill='white' /%3E%3Cpath d='M341.894 685.36C341.927 685.38 341.965 685.39 342.003 685.39C342.041 685.39 342.079 685.38 342.114 685.359L342.674 685.03C342.724 685.001 342.76 684.953 342.774 684.897L343.045 683.855C343.069 683.761 343.028 683.662 342.945 683.613C342.861 683.563 342.755 683.575 342.684 683.642L341.861 684.419C341.818 684.46 341.793 684.516 341.793 684.575L341.785 685.169C341.784 685.247 341.825 685.32 341.894 685.36Z' fill='white' /%3E%3Cpath d='M50.8578 776.116C50.621 776.116 50.4297 775.924 50.4297 775.688V764.428C50.4297 764.191 50.621 764 50.8578 764C51.0945 764 51.2859 764.191 51.2859 764.428V775.688C51.2859 775.924 51.0945 776.116 50.8578 776.116Z' fill='white' /%3E%3Cpath d='M50.8222 772.49C50.7127 772.49 50.6032 772.449 50.5194 772.365L46.784 768.63C46.6163 768.463 46.6163 768.192 46.784 768.024C46.9507 767.857 47.2219 767.857 47.3896 768.024L50.8222 771.456L54.1808 768.097C54.3475 767.93 54.6187 767.93 54.7864 768.097C54.9541 768.264 54.9541 768.535 54.7864 768.703L51.125 772.364C51.0412 772.448 50.9317 772.49 50.8222 772.49Z' fill='white' /%3E%3Cpath d='M50.8074 768.618C50.6979 768.618 50.5884 768.576 50.5046 768.493L48.6492 766.637C48.4815 766.47 48.4815 766.199 48.6492 766.032C48.8159 765.864 49.0872 765.864 49.2548 766.032L50.8074 767.584L52.4122 765.979C52.5789 765.812 52.8502 765.812 53.0178 765.979C53.1855 766.146 53.1855 766.417 53.0178 766.585L51.1102 768.493C51.0264 768.576 50.9169 768.618 50.8074 768.618Z' fill='white' /%3E%3Cpath d='M49.251 776.958C49.178 776.958 49.105 776.94 49.0369 776.901L39.2866 771.272C39.0815 771.154 39.0114 770.892 39.1298 770.687C39.2482 770.482 39.5096 770.412 39.7147 770.53L49.466 776.16C49.6712 776.279 49.7412 776.54 49.6229 776.745C49.543 776.882 49.3989 776.958 49.251 776.958Z' fill='white' /%3E%3Cpath d='M40.9905 776.545C40.8011 776.545 40.6285 776.419 40.5772 776.227C40.516 775.998 40.6512 775.764 40.88 775.702L45.5683 774.446L44.3392 769.858C44.2781 769.629 44.4132 769.395 44.642 769.333C44.8699 769.271 45.1047 769.407 45.1668 769.636L46.5073 774.638C46.5369 774.748 46.5211 774.865 46.4649 774.963C46.4077 775.061 46.3149 775.132 46.2045 775.162L41.1029 776.529C41.0645 776.54 41.028 776.545 40.9905 776.545Z' fill='white' /%3E%3Cpath d='M40.1975 773.934C40.0081 773.934 39.8355 773.808 39.7842 773.616C39.7231 773.388 39.8582 773.153 40.0871 773.092L42.2068 772.523L41.6199 770.333C41.5587 770.104 41.6939 769.869 41.9227 769.808C42.1505 769.746 42.3863 769.882 42.4474 770.111L43.1458 772.717C43.1754 772.826 43.1596 772.944 43.1034 773.041C43.0462 773.14 42.9535 773.211 42.843 773.241L40.309 773.919C40.2715 773.93 40.234 773.934 40.1975 773.934Z' fill='white' /%3E%3Cpath d='M39.4284 784.401C39.2805 784.401 39.1365 784.324 39.0575 784.187C38.9392 783.982 39.0092 783.72 39.2144 783.602L48.9657 777.972C49.1708 777.853 49.4322 777.923 49.5506 778.128C49.669 778.334 49.5989 778.595 49.3938 778.713L39.6425 784.344C39.5744 784.382 39.5004 784.401 39.4284 784.401Z' fill='white' /%3E%3Cpath d='M44.6917 785.717C44.6552 785.717 44.6177 785.712 44.5802 785.703C44.3514 785.641 44.2163 785.407 44.2774 785.178L45.5331 780.49L40.9445 779.261C40.7156 779.199 40.5805 778.965 40.6417 778.736C40.7028 778.507 40.9376 778.371 41.1664 778.433L46.1683 779.773C46.3971 779.835 46.5323 780.069 46.4711 780.298L45.104 785.401C45.0537 785.591 44.8811 785.717 44.6917 785.717Z' fill='white' /%3E%3Cpath d='M42.0331 785.099C41.9966 785.099 41.9591 785.094 41.9216 785.084C41.6928 785.023 41.5577 784.788 41.6188 784.559L42.187 782.438L39.9953 781.85C39.7664 781.789 39.6313 781.555 39.6924 781.326C39.7536 781.097 39.9884 780.961 40.2172 781.023L42.8232 781.721C43.052 781.782 43.1872 782.017 43.126 782.246L42.4474 784.78C42.3951 784.972 42.2225 785.099 42.0331 785.099Z' fill='white' /%3E%3Cpath d='M50.7132 791C50.4765 791 50.2852 790.809 50.2852 790.572V779.313C50.2852 779.076 50.4765 778.885 50.7132 778.885C50.95 778.885 51.1413 779.076 51.1413 779.313V790.572C51.1413 790.809 50.949 791 50.7132 791Z' fill='white' /%3E%3Cpath d='M54.4836 787.102C54.3741 787.102 54.2646 787.06 54.1808 786.977L50.7482 783.544L47.3896 786.903C47.2229 787.07 46.9516 787.07 46.784 786.903C46.6163 786.736 46.6163 786.465 46.784 786.297L50.4464 782.636C50.6131 782.468 50.8843 782.468 51.052 782.636L54.7874 786.371C54.9551 786.538 54.9551 786.809 54.7874 786.977C54.7026 787.059 54.5931 787.102 54.4836 787.102Z' fill='white' /%3E%3Cpath d='M48.8563 789.146C48.7468 789.146 48.6373 789.104 48.5535 789.021C48.3858 788.854 48.3858 788.583 48.5535 788.415L50.4611 786.507C50.6219 786.347 50.906 786.347 51.0668 786.507L52.9221 788.363C53.0898 788.529 53.0898 788.801 52.9221 788.968C52.7554 789.136 52.4842 789.136 52.3165 788.968L50.764 787.416L49.1591 789.021C49.0753 789.103 48.9658 789.146 48.8563 789.146Z' fill='white' /%3E%3Cpath d='M62.0703 784.528C61.9973 784.528 61.9244 784.509 61.8563 784.471L52.105 778.84C51.8998 778.722 51.8298 778.461 51.9482 778.255C52.0665 778.05 52.3279 777.98 52.5331 778.099L62.2844 783.729C62.4895 783.847 62.5596 784.109 62.4412 784.314C62.3613 784.451 62.2183 784.528 62.0703 784.528Z' fill='white' /%3E%3Cpath d='M56.8172 785.681C56.6279 785.681 56.4553 785.554 56.404 785.363L55.0635 780.361C55.0339 780.252 55.0497 780.134 55.1059 780.036C55.1631 779.938 55.2558 779.867 55.3663 779.837L60.4688 778.47C60.6967 778.408 60.9314 778.544 60.9936 778.773C61.0547 779.002 60.9196 779.237 60.6907 779.298L56.0025 780.554L57.2315 785.143C57.2927 785.372 57.1575 785.607 56.9287 785.668C56.8912 785.676 56.8537 785.681 56.8172 785.681Z' fill='white' /%3E%3Cpath d='M59.5365 785.208C59.3471 785.208 59.1745 785.082 59.1232 784.89L58.4249 782.284C58.3637 782.056 58.4988 781.821 58.7277 781.76L61.2617 781.081C61.4895 781.02 61.7253 781.155 61.7864 781.384C61.8476 781.613 61.7124 781.848 61.4836 781.909L59.3639 782.477L59.9508 784.669C60.0119 784.897 59.8768 785.132 59.648 785.193C59.6105 785.203 59.573 785.208 59.5365 785.208Z' fill='white' /%3E%3Cpath d='M52.3913 777.084C52.2434 777.084 52.0993 777.007 52.0204 776.87C51.9021 776.665 51.9721 776.404 52.1773 776.285L61.9286 770.655C62.1337 770.537 62.3951 770.607 62.5135 770.812C62.6318 771.017 62.5618 771.279 62.3566 771.397L52.6054 777.027C52.5373 777.066 52.4633 777.084 52.3913 777.084Z' fill='white' /%3E%3Cpath d='M60.5149 776.581C60.4784 776.581 60.4409 776.576 60.4034 776.566L55.4015 775.225C55.1727 775.164 55.0375 774.929 55.0987 774.701L56.4658 769.599C56.527 769.37 56.7617 769.234 56.9906 769.296C57.2194 769.357 57.3545 769.592 57.2934 769.821L56.0377 774.509L60.6263 775.738C60.8552 775.799 60.9903 776.034 60.9291 776.263C60.8769 776.454 60.7033 776.581 60.5149 776.581Z' fill='white' /%3E%3Cpath d='M61.4629 773.989C61.4264 773.989 61.3889 773.984 61.3514 773.974L58.7454 773.276C58.6359 773.246 58.5422 773.175 58.485 773.077C58.4278 772.978 58.413 772.862 58.4426 772.752L59.1212 770.218C59.1824 769.989 59.4171 769.853 59.646 769.915C59.8748 769.977 60.01 770.211 59.9488 770.44L59.3806 772.561L61.5724 773.148C61.8012 773.209 61.9363 773.444 61.8752 773.673C61.8249 773.863 61.6523 773.989 61.4629 773.989Z' fill='white' /%3E%3Cpath d='M50.786 779.74C49.55 779.74 48.5449 778.735 48.5449 777.499C48.5449 776.263 49.55 775.258 50.786 775.258C52.0219 775.258 53.027 776.263 53.027 777.499C53.027 778.735 52.0209 779.74 50.786 779.74ZM50.786 776.115C50.0225 776.115 49.4011 776.736 49.4011 777.5C49.4011 778.263 50.0225 778.885 50.786 778.885C51.5494 778.885 52.1708 778.263 52.1708 777.5C52.1698 776.735 51.5494 776.115 50.786 776.115Z' fill='white' /%3E%3Cpath d='M49.1638 772.541L47.6566 771.059C47.5205 770.925 47.3124 770.897 47.1457 770.991C46.979 771.084 46.8951 771.277 46.9395 771.462L47.4534 773.625C47.48 773.738 47.552 773.835 47.6517 773.895L48.6548 774.491C48.7219 774.532 48.7978 774.552 48.8738 774.552C48.9478 774.552 49.0208 774.533 49.0868 774.494C49.221 774.417 49.3029 774.274 49.3019 774.119L49.292 772.843C49.291 772.73 49.2447 772.621 49.1638 772.541Z' fill='white' /%3E%3Cpath d='M47.3328 777.469C47.3328 777.314 47.25 777.172 47.1158 777.095L46.0052 776.466C45.9065 776.41 45.7892 776.396 45.6797 776.425L43.6418 776.989C43.4574 777.04 43.3301 777.206 43.3281 777.397C43.3262 777.588 43.4505 777.757 43.6339 777.811L45.7645 778.448C45.8049 778.46 45.8464 778.466 45.8868 778.466C45.9598 778.466 46.0318 778.447 46.0959 778.412L47.1139 777.841C47.249 777.766 47.3328 777.623 47.3328 777.469Z' fill='white' /%3E%3Cpath d='M49.0305 780.474C48.8964 780.396 48.7316 780.397 48.5985 780.475L47.4977 781.122C47.4 781.179 47.329 781.274 47.3004 781.383L46.7697 783.43C46.7214 783.615 46.8023 783.809 46.966 783.907C47.0341 783.947 47.1091 783.966 47.184 783.966C47.2905 783.966 47.3961 783.926 47.478 783.849L49.0946 782.322C49.1794 782.243 49.2278 782.132 49.2288 782.017L49.2436 780.85C49.2455 780.695 49.1637 780.552 49.0305 780.474Z' fill='white' /%3E%3Cpath d='M54.1161 781.374C54.0894 781.262 54.0174 781.164 53.9178 781.105L52.9146 780.509C52.7825 780.43 52.6168 780.429 52.4826 780.506C52.3485 780.583 52.2666 780.726 52.2676 780.881L52.2775 782.157C52.2784 782.271 52.3238 782.379 52.4057 782.459L53.9129 783.943C53.9947 784.024 54.1032 784.066 54.2137 784.066C54.2857 784.066 54.3577 784.048 54.4238 784.011C54.5905 783.917 54.6743 783.725 54.63 783.539L54.1161 781.374Z' fill='white' /%3E%3Cpath d='M57.9362 777.188L55.8056 776.551C55.6942 776.518 55.5748 776.532 55.4732 776.588L54.4553 777.159C54.3202 777.235 54.2373 777.377 54.2363 777.532C54.2363 777.687 54.3192 777.829 54.4533 777.906L55.564 778.535C55.6291 778.571 55.7021 778.59 55.7751 778.59C55.8135 778.59 55.852 778.585 55.8895 778.574L57.9273 778.011C58.1118 777.96 58.239 777.794 58.241 777.603C58.244 777.412 58.1187 777.244 57.9362 777.188Z' fill='white' /%3E%3Cpath d='M52.5393 774.528C52.6053 774.566 52.6803 774.586 52.7543 774.586C52.8293 774.586 52.9042 774.566 52.9713 774.527L54.0721 773.88C54.1697 773.822 54.2408 773.728 54.2694 773.618L54.8 771.571C54.8484 771.387 54.7675 771.193 54.6037 771.095C54.439 770.997 54.2309 771.021 54.0918 771.152L52.4751 772.679C52.3913 772.759 52.342 772.87 52.341 772.985L52.3262 774.152C52.3242 774.306 52.4051 774.45 52.5393 774.528Z' fill='white' /%3E%3Cpath d='M134.036 856.168C133.916 856.168 133.818 856.07 133.818 855.95V850.218C133.818 850.097 133.916 850 134.036 850C134.157 850 134.254 850.097 134.254 850.218V855.95C134.254 856.07 134.157 856.168 134.036 856.168Z' fill='white' /%3E%3Cpath d='M134.018 854.322C133.962 854.322 133.907 854.301 133.864 854.258L131.962 852.357C131.877 852.272 131.877 852.134 131.962 852.048C132.047 851.963 132.185 851.963 132.271 852.048L134.018 853.795L135.728 852.086C135.813 852 135.951 852 136.036 852.086C136.122 852.17 136.122 852.309 136.036 852.394L134.172 854.258C134.13 854.301 134.074 854.322 134.018 854.322Z' fill='white' /%3E%3Cpath d='M134.012 852.351C133.957 852.351 133.901 852.33 133.858 852.287L132.914 851.342C132.828 851.257 132.828 851.119 132.914 851.034C132.998 850.949 133.137 850.949 133.222 851.034L134.012 851.824L134.829 851.007C134.914 850.922 135.052 850.922 135.138 851.007C135.223 851.092 135.223 851.23 135.138 851.316L134.166 852.287C134.124 852.33 134.068 852.351 134.012 852.351Z' fill='white' /%3E%3Cpath d='M133.217 856.597C133.18 856.597 133.143 856.587 133.108 856.568L128.144 853.702C128.04 853.642 128.004 853.509 128.064 853.404C128.125 853.3 128.258 853.264 128.362 853.324L133.326 856.19C133.431 856.251 133.466 856.384 133.406 856.488C133.366 856.558 133.292 856.597 133.217 856.597Z' fill='white' /%3E%3Cpath d='M129.013 856.386C128.916 856.386 128.829 856.322 128.802 856.224C128.771 856.108 128.84 855.988 128.957 855.957L131.343 855.317L130.718 852.982C130.686 852.865 130.755 852.746 130.872 852.715C130.988 852.683 131.107 852.752 131.139 852.869L131.821 855.415C131.836 855.471 131.828 855.531 131.8 855.58C131.771 855.631 131.723 855.667 131.667 855.682L129.07 856.378C129.05 856.383 129.032 856.386 129.013 856.386Z' fill='white' /%3E%3Cpath d='M128.607 855.057C128.51 855.057 128.422 854.993 128.396 854.896C128.365 854.779 128.434 854.66 128.55 854.629L129.629 854.339L129.331 853.224C129.3 853.108 129.368 852.988 129.485 852.957C129.601 852.925 129.721 852.995 129.752 853.111L130.107 854.438C130.123 854.493 130.114 854.553 130.086 854.603C130.057 854.653 130.01 854.689 129.953 854.704L128.663 855.05C128.644 855.055 128.625 855.057 128.607 855.057Z' fill='white' /%3E%3Cpath d='M128.218 860.386C128.143 860.386 128.069 860.347 128.029 860.277C127.969 860.173 128.005 860.04 128.109 859.98L133.073 857.113C133.178 857.053 133.311 857.089 133.371 857.193C133.431 857.298 133.396 857.431 133.291 857.491L128.327 860.357C128.292 860.377 128.255 860.386 128.218 860.386Z' fill='white' /%3E%3Cpath d='M130.897 861.056C130.879 861.056 130.86 861.053 130.841 861.048C130.724 861.017 130.655 860.898 130.687 860.781L131.326 858.394L128.99 857.769C128.873 857.738 128.804 857.618 128.836 857.502C128.867 857.385 128.986 857.316 129.103 857.348L131.649 858.03C131.766 858.061 131.834 858.181 131.803 858.297L131.107 860.895C131.082 860.992 130.994 861.056 130.897 861.056Z' fill='white' /%3E%3Cpath d='M129.543 860.743C129.524 860.743 129.505 860.74 129.486 860.735C129.37 860.704 129.301 860.584 129.332 860.468L129.621 859.388L128.505 859.089C128.389 859.058 128.32 858.938 128.351 858.822C128.382 858.705 128.502 858.636 128.618 858.668L129.945 859.023C130.062 859.054 130.13 859.174 130.099 859.29L129.754 860.58C129.727 860.678 129.639 860.743 129.543 860.743Z' fill='white' /%3E%3Cpath d='M133.964 863.746C133.844 863.746 133.746 863.649 133.746 863.528V857.796C133.746 857.676 133.844 857.578 133.964 857.578C134.085 857.578 134.182 857.676 134.182 857.796V863.528C134.182 863.649 134.084 863.746 133.964 863.746Z' fill='white' /%3E%3Cpath d='M135.882 861.762C135.826 861.762 135.771 861.74 135.728 861.698L133.981 859.95L132.271 861.66C132.186 861.745 132.048 861.745 131.962 861.66C131.877 861.575 131.877 861.437 131.962 861.352L133.827 859.488C133.912 859.402 134.05 859.402 134.135 859.488L136.037 861.389C136.122 861.474 136.122 861.612 136.037 861.698C135.994 861.74 135.938 861.762 135.882 861.762Z' fill='white' /%3E%3Cpath d='M133.019 862.801C132.963 862.801 132.907 862.78 132.865 862.737C132.779 862.652 132.779 862.514 132.865 862.429L133.836 861.458C133.918 861.376 134.062 861.376 134.144 861.458L135.089 862.402C135.174 862.487 135.174 862.625 135.089 862.711C135.004 862.796 134.866 862.796 134.78 862.711L133.99 861.92L133.173 862.737C133.13 862.78 133.075 862.801 133.019 862.801Z' fill='white' /%3E%3Cpath d='M139.745 860.451C139.708 860.451 139.67 860.441 139.636 860.422L134.672 857.555C134.567 857.495 134.532 857.362 134.592 857.258C134.652 857.153 134.785 857.117 134.89 857.178L139.854 860.044C139.958 860.104 139.994 860.237 139.934 860.342C139.893 860.412 139.82 860.451 139.745 860.451Z' fill='white' /%3E%3Cpath d='M137.07 861.038C136.974 861.038 136.886 860.973 136.86 860.876L136.177 858.33C136.162 858.274 136.17 858.214 136.199 858.164C136.228 858.114 136.275 858.078 136.332 858.063L138.929 857.367C139.045 857.335 139.165 857.405 139.196 857.521C139.227 857.638 139.159 857.757 139.042 857.788L136.655 858.428L137.281 860.764C137.312 860.881 137.243 861 137.127 861.031C137.108 861.035 137.089 861.038 137.07 861.038Z' fill='white' /%3E%3Cpath d='M138.456 860.796C138.36 860.796 138.272 860.732 138.246 860.634L137.89 859.308C137.859 859.191 137.928 859.072 138.044 859.04L139.334 858.695C139.45 858.664 139.57 858.733 139.602 858.849C139.633 858.966 139.564 859.085 139.447 859.116L138.368 859.406L138.667 860.521C138.698 860.638 138.629 860.757 138.513 860.788C138.494 860.793 138.475 860.796 138.456 860.796Z' fill='white' /%3E%3Cpath d='M134.816 856.662C134.74 856.662 134.667 856.622 134.627 856.553C134.567 856.448 134.602 856.315 134.707 856.255L139.671 853.389C139.775 853.328 139.908 853.364 139.969 853.469C140.029 853.573 139.993 853.706 139.889 853.766L134.925 856.633C134.89 856.652 134.852 856.662 134.816 856.662Z' fill='white' /%3E%3Cpath d='M138.954 856.405C138.936 856.405 138.917 856.403 138.897 856.398L136.351 855.715C136.235 855.684 136.166 855.565 136.197 855.448L136.893 852.851C136.924 852.735 137.044 852.665 137.16 852.697C137.277 852.728 137.345 852.848 137.314 852.964L136.675 855.351L139.011 855.977C139.127 856.008 139.196 856.127 139.165 856.244C139.138 856.341 139.05 856.405 138.954 856.405Z' fill='white' /%3E%3Cpath d='M139.434 855.085C139.415 855.085 139.396 855.083 139.377 855.078L138.05 854.722C137.995 854.707 137.947 854.671 137.918 854.621C137.889 854.571 137.881 854.511 137.896 854.456L138.242 853.166C138.273 853.049 138.392 852.98 138.509 853.012C138.625 853.043 138.694 853.162 138.663 853.279L138.374 854.358L139.49 854.657C139.606 854.688 139.675 854.808 139.644 854.924C139.618 855.021 139.53 855.085 139.434 855.085Z' fill='white' /%3E%3Cpath d='M134 858.012C133.371 858.012 132.859 857.501 132.859 856.871C132.859 856.242 133.371 855.73 134 855.73C134.629 855.73 135.141 856.242 135.141 856.871C135.141 857.501 134.629 858.012 134 858.012ZM134 856.167C133.612 856.167 133.295 856.483 133.295 856.872C133.295 857.26 133.612 857.577 134 857.577C134.389 857.577 134.705 857.26 134.705 856.872C134.705 856.483 134.389 856.167 134 856.167Z' fill='white' /%3E%3Cpath d='M133.175 854.349L132.408 853.594C132.339 853.526 132.233 853.512 132.148 853.559C132.063 853.607 132.021 853.705 132.043 853.799L132.305 854.901C132.318 854.958 132.355 855.008 132.406 855.038L132.916 855.341C132.95 855.362 132.989 855.372 133.028 855.372C133.065 855.372 133.103 855.363 133.136 855.343C133.205 855.304 133.246 855.231 133.246 855.152L133.241 854.502C133.24 854.445 133.217 854.389 133.175 854.349Z' fill='white' /%3E%3Cpath d='M132.242 856.857C132.242 856.779 132.2 856.706 132.131 856.667L131.566 856.347C131.516 856.318 131.456 856.311 131.4 856.326L130.363 856.613C130.269 856.639 130.204 856.723 130.203 856.821C130.202 856.918 130.265 857.004 130.359 857.032L131.443 857.356C131.464 857.362 131.485 857.365 131.506 857.365C131.543 857.365 131.58 857.355 131.612 857.337L132.13 857.047C132.199 857.008 132.242 856.936 132.242 856.857Z' fill='white' /%3E%3Cpath d='M133.105 858.387C133.037 858.347 132.953 858.348 132.885 858.387L132.325 858.717C132.275 858.746 132.239 858.794 132.224 858.85L131.954 859.892C131.93 859.986 131.971 860.085 132.054 860.134C132.089 860.155 132.127 860.165 132.165 860.165C132.219 860.165 132.273 860.144 132.315 860.105L133.138 859.328C133.181 859.287 133.206 859.231 133.206 859.172L133.214 858.578C133.215 858.499 133.173 858.427 133.105 858.387Z' fill='white' /%3E%3Cpath d='M135.697 858.846C135.683 858.789 135.647 858.739 135.596 858.709L135.085 858.406C135.018 858.365 134.934 858.365 134.865 858.404C134.797 858.443 134.755 858.516 134.756 858.595L134.761 859.245C134.761 859.302 134.784 859.358 134.826 859.398L135.593 860.153C135.635 860.195 135.69 860.216 135.747 860.216C135.783 860.216 135.82 860.207 135.854 860.188C135.938 860.14 135.981 860.042 135.958 859.948L135.697 858.846Z' fill='white' /%3E%3Cpath d='M137.641 856.714L136.557 856.39C136.5 856.373 136.439 856.38 136.387 856.409L135.869 856.699C135.8 856.738 135.758 856.81 135.758 856.889C135.758 856.968 135.8 857.04 135.868 857.079L136.434 857.4C136.467 857.418 136.504 857.428 136.541 857.428C136.561 857.428 136.58 857.425 136.599 857.42L137.637 857.133C137.731 857.107 137.796 857.023 137.797 856.925C137.798 856.828 137.734 856.743 137.641 856.714Z' fill='white' /%3E%3Cpath d='M134.894 855.36C134.927 855.38 134.965 855.39 135.003 855.39C135.041 855.39 135.079 855.38 135.114 855.359L135.674 855.03C135.724 855.001 135.76 854.953 135.774 854.897L136.045 853.855C136.069 853.761 136.028 853.662 135.945 853.613C135.861 853.563 135.755 853.575 135.684 853.642L134.861 854.419C134.818 854.46 134.793 854.516 134.793 854.575L134.785 855.169C134.784 855.247 134.825 855.32 134.894 855.36Z' fill='white' /%3E%3Cpath d='M24.0363 983.168C23.9158 983.168 23.8184 983.07 23.8184 982.95V977.218C23.8184 977.097 23.9158 977 24.0363 977C24.1568 977 24.2542 977.097 24.2542 977.218V982.95C24.2542 983.07 24.1568 983.168 24.0363 983.168Z' fill='white' /%3E%3Cpath d='M24.0182 981.322C23.9625 981.322 23.9068 981.301 23.8641 981.258L21.9625 979.357C21.8771 979.272 21.8771 979.134 21.9625 979.048C22.0473 978.963 22.1854 978.963 22.2708 979.048L24.0182 980.795L25.728 979.086C25.8129 979 25.951 979 26.0363 979.086C26.1217 979.17 26.1217 979.309 26.0363 979.394L24.1724 981.258C24.1297 981.301 24.074 981.322 24.0182 981.322Z' fill='white' /%3E%3Cpath d='M24.0123 979.351C23.9566 979.351 23.9008 979.33 23.8582 979.287L22.9136 978.342C22.8283 978.257 22.8283 978.119 22.9136 978.034C22.9985 977.949 23.1366 977.949 23.2219 978.034L24.0123 978.824L24.8293 978.007C24.9142 977.922 25.0523 977.922 25.1376 978.007C25.223 978.092 25.223 978.23 25.1376 978.316L24.1665 979.287C24.1238 979.33 24.0681 979.351 24.0123 979.351Z' fill='white' /%3E%3Cpath d='M23.2169 983.597C23.1798 983.597 23.1426 983.587 23.108 983.568L18.1443 980.702C18.0398 980.642 18.0042 980.509 18.0645 980.404C18.1247 980.3 18.2578 980.264 18.3622 980.324L23.3264 983.19C23.4308 983.251 23.4665 983.384 23.4062 983.488C23.3656 983.558 23.2922 983.597 23.2169 983.597Z' fill='white' /%3E%3Cpath d='M19.0128 983.386C18.9164 983.386 18.8285 983.322 18.8024 983.224C18.7713 983.108 18.8401 982.988 18.9566 982.957L21.3432 982.317L20.7176 979.982C20.6864 979.865 20.7552 979.746 20.8717 979.715C20.9877 979.683 21.1072 979.752 21.1389 979.869L21.8213 982.415C21.8363 982.471 21.8283 982.531 21.7997 982.58C21.7706 982.631 21.7234 982.667 21.6671 982.682L19.07 983.378C19.0505 983.383 19.0319 983.386 19.0128 983.386Z' fill='white' /%3E%3Cpath d='M18.6066 982.057C18.5101 982.057 18.4223 981.993 18.3962 981.896C18.365 981.779 18.4338 981.66 18.5503 981.629L19.6294 981.339L19.3306 980.224C19.2995 980.108 19.3683 979.988 19.4848 979.957C19.6008 979.925 19.7208 979.995 19.7519 980.111L20.1075 981.438C20.1225 981.493 20.1145 981.553 20.0859 981.603C20.0567 981.653 20.0095 981.689 19.9533 981.704L18.6633 982.05C18.6442 982.055 18.6251 982.057 18.6066 982.057Z' fill='white' /%3E%3Cpath d='M18.2181 987.386C18.1428 987.386 18.0695 987.347 18.0293 987.277C17.969 987.173 18.0047 987.04 18.1091 986.98L23.0733 984.113C23.1778 984.053 23.3108 984.089 23.3711 984.193C23.4313 984.298 23.3957 984.431 23.2912 984.491L18.3271 987.357C18.2924 987.377 18.2548 987.386 18.2181 987.386Z' fill='white' /%3E%3Cpath d='M20.8974 988.056C20.8788 988.056 20.8597 988.053 20.8407 988.048C20.7242 988.017 20.6554 987.898 20.6865 987.781L21.3257 985.394L18.9898 984.769C18.8733 984.738 18.8045 984.618 18.8356 984.502C18.8667 984.385 18.9863 984.316 19.1027 984.348L21.6491 985.03C21.7656 985.061 21.8344 985.181 21.8033 985.297L21.1073 987.895C21.0817 987.992 20.9938 988.056 20.8974 988.056Z' fill='white' /%3E%3Cpath d='M19.5428 987.743C19.5242 987.743 19.5052 987.74 19.4861 987.735C19.3696 987.704 19.3008 987.584 19.3319 987.468L19.6212 986.388L18.5054 986.089C18.3889 986.058 18.3201 985.938 18.3512 985.822C18.3824 985.705 18.5019 985.636 18.6184 985.668L19.945 986.023C20.0615 986.054 20.1303 986.174 20.0992 986.29L19.7537 987.58C19.7271 987.678 19.6392 987.743 19.5428 987.743Z' fill='white' /%3E%3Cpath d='M23.964 990.746C23.8435 990.746 23.7461 990.649 23.7461 990.528V984.796C23.7461 984.676 23.8435 984.578 23.964 984.578C24.0845 984.578 24.182 984.676 24.182 984.796V990.528C24.182 990.649 24.084 990.746 23.964 990.746Z' fill='white' /%3E%3Cpath d='M25.8822 988.762C25.8264 988.762 25.7707 988.74 25.728 988.698L23.9806 986.95L22.2708 988.66C22.1859 988.745 22.0478 988.745 21.9625 988.66C21.8771 988.575 21.8771 988.437 21.9625 988.352L23.8269 986.488C23.9118 986.402 24.0499 986.402 24.1352 986.488L26.0368 988.389C26.1222 988.474 26.1222 988.612 26.0368 988.698C25.9937 988.74 25.9379 988.762 25.8822 988.762Z' fill='white' /%3E%3Cpath d='M23.019 989.801C22.9632 989.801 22.9075 989.78 22.8648 989.737C22.7794 989.652 22.7794 989.514 22.8648 989.429L23.8359 988.458C23.9178 988.376 24.0624 988.376 24.1443 988.458L25.0888 989.402C25.1742 989.487 25.1742 989.625 25.0888 989.711C25.0039 989.796 24.8658 989.796 24.7805 989.711L23.9901 988.92L23.1731 989.737C23.1304 989.78 23.0747 989.801 23.019 989.801Z' fill='white' /%3E%3Cpath d='M29.7448 987.451C29.7076 987.451 29.6705 987.441 29.6358 987.422L24.6716 984.555C24.5672 984.495 24.5315 984.362 24.5918 984.258C24.6521 984.153 24.7851 984.117 24.8896 984.178L29.8537 987.044C29.9582 987.104 29.9938 987.237 29.9336 987.342C29.8929 987.412 29.8201 987.451 29.7448 987.451Z' fill='white' /%3E%3Cpath d='M27.0702 988.038C26.9738 988.038 26.8859 987.973 26.8598 987.876L26.1774 985.33C26.1623 985.274 26.1704 985.214 26.199 985.164C26.2281 985.114 26.2753 985.078 26.3315 985.063L28.9291 984.367C29.0451 984.335 29.1646 984.405 29.1963 984.521C29.2274 984.638 29.1586 984.757 29.0421 984.788L26.6554 985.428L27.2811 987.764C27.3122 987.881 27.2434 988 27.1269 988.031C27.1078 988.035 27.0888 988.038 27.0702 988.038Z' fill='white' /%3E%3Cpath d='M28.4562 987.796C28.3598 987.796 28.2719 987.732 28.2458 987.634L27.8903 986.308C27.8592 986.191 27.928 986.072 28.0445 986.04L29.3345 985.695C29.4505 985.664 29.5705 985.733 29.6016 985.849C29.6327 985.966 29.5639 986.085 29.4474 986.116L28.3683 986.406L28.6671 987.521C28.6982 987.638 28.6295 987.757 28.513 987.788C28.4939 987.793 28.4748 987.796 28.4562 987.796Z' fill='white' /%3E%3Cpath d='M24.8158 983.662C24.7404 983.662 24.6671 983.622 24.627 983.553C24.5667 983.448 24.6023 983.315 24.7068 983.255L29.671 980.389C29.7754 980.328 29.9085 980.364 29.9687 980.469C30.029 980.573 29.9933 980.706 29.8889 980.766L24.9247 983.633C24.8901 983.652 24.8524 983.662 24.8158 983.662Z' fill='white' /%3E%3Cpath d='M28.9542 983.405C28.9356 983.405 28.9165 983.403 28.8975 983.398L26.3511 982.715C26.2346 982.684 26.1658 982.565 26.1969 982.448L26.8929 979.851C26.924 979.735 27.0435 979.665 27.16 979.697C27.2765 979.728 27.3453 979.848 27.3142 979.964L26.675 982.351L29.0109 982.977C29.1274 983.008 29.1962 983.127 29.1651 983.244C29.1385 983.341 29.0501 983.405 28.9542 983.405Z' fill='white' /%3E%3Cpath d='M29.4338 982.085C29.4152 982.085 29.3961 982.083 29.3771 982.078L28.0504 981.722C27.9947 981.707 27.947 981.671 27.9178 981.621C27.8887 981.571 27.8812 981.511 27.8962 981.456L28.2417 980.166C28.2728 980.049 28.3924 979.98 28.5089 980.012C28.6254 980.043 28.6941 980.162 28.663 980.279L28.3738 981.358L29.4895 981.657C29.606 981.688 29.6748 981.808 29.6437 981.924C29.6181 982.021 29.5302 982.085 29.4338 982.085Z' fill='white' /%3E%3Cpath d='M24.0002 985.012C23.3711 985.012 22.8594 984.501 22.8594 983.871C22.8594 983.242 23.3711 982.73 24.0002 982.73C24.6294 982.73 25.1411 983.242 25.1411 983.871C25.1411 984.501 24.6289 985.012 24.0002 985.012ZM24.0002 983.167C23.6116 983.167 23.2952 983.483 23.2952 983.872C23.2952 984.26 23.6116 984.577 24.0002 984.577C24.3889 984.577 24.7052 984.26 24.7052 983.872C24.7047 983.483 24.3889 983.167 24.0002 983.167Z' fill='white' /%3E%3Cpath d='M23.1754 981.349L22.4082 980.594C22.3389 980.526 22.2329 980.512 22.148 980.559C22.0632 980.607 22.0205 980.705 22.0431 980.799L22.3047 981.901C22.3183 981.958 22.3549 982.008 22.4056 982.038L22.9163 982.341C22.9505 982.362 22.9891 982.372 23.0278 982.372C23.0655 982.372 23.1026 982.363 23.1363 982.343C23.2046 982.304 23.2462 982.231 23.2457 982.152L23.2407 981.502C23.2402 981.445 23.2166 981.389 23.1754 981.349Z' fill='white' /%3E%3Cpath d='M22.2418 983.857C22.2418 983.779 22.1997 983.706 22.1314 983.667L21.5659 983.347C21.5157 983.318 21.456 983.311 21.4002 983.326L20.3628 983.613C20.2689 983.639 20.2041 983.723 20.2031 983.821C20.2021 983.918 20.2654 984.004 20.3588 984.032L21.4434 984.356C21.464 984.362 21.4851 984.365 21.5057 984.365C21.5429 984.365 21.5795 984.355 21.6121 984.337L22.1304 984.047C22.1992 984.008 22.2418 983.936 22.2418 983.857Z' fill='white' /%3E%3Cpath d='M23.1052 985.387C23.0369 985.347 22.9531 985.348 22.8853 985.387L22.3249 985.717C22.2752 985.746 22.239 985.794 22.2245 985.85L21.9543 986.892C21.9297 986.986 21.9709 987.085 22.0543 987.134C22.0889 987.155 22.1271 987.165 22.1652 987.165C22.2195 987.165 22.2732 987.144 22.3149 987.105L23.1379 986.328C23.1811 986.287 23.2057 986.231 23.2062 986.172L23.2137 985.578C23.2147 985.499 23.173 985.427 23.1052 985.387Z' fill='white' /%3E%3Cpath d='M25.6969 985.846C25.6833 985.789 25.6467 985.739 25.5959 985.709L25.0853 985.406C25.018 985.365 24.9336 985.365 24.8653 985.404C24.797 985.443 24.7554 985.516 24.7559 985.595L24.7609 986.245C24.7614 986.302 24.7845 986.358 24.8262 986.398L25.5934 987.153C25.6351 987.195 25.6903 987.216 25.7466 987.216C25.7832 987.216 25.8199 987.207 25.8535 987.188C25.9384 987.14 25.9811 987.042 25.9585 986.948L25.6969 985.846Z' fill='white' /%3E%3Cpath d='M27.6413 983.714L26.5567 983.39C26.5 983.373 26.4392 983.38 26.3875 983.409L25.8693 983.699C25.8005 983.738 25.7583 983.81 25.7578 983.889C25.7578 983.968 25.8 984.04 25.8683 984.079L26.4337 984.4C26.4668 984.418 26.504 984.428 26.5412 984.428C26.5607 984.428 26.5803 984.425 26.5994 984.42L27.6368 984.133C27.7307 984.107 27.7955 984.023 27.7965 983.925C27.798 983.828 27.7342 983.743 27.6413 983.714Z' fill='white' /%3E%3Cpath d='M24.8936 982.36C24.9273 982.38 24.9654 982.39 25.0031 982.39C25.0413 982.39 25.0794 982.38 25.1136 982.359L25.674 982.03C25.7237 982.001 25.7598 981.953 25.7744 981.897L26.0445 980.855C26.0692 980.761 26.028 980.662 25.9446 980.613C25.8608 980.563 25.7548 980.575 25.684 980.642L24.861 981.419C24.8183 981.46 24.7932 981.516 24.7927 981.575L24.7852 982.169C24.7842 982.247 24.8253 982.32 24.8936 982.36Z' fill='white' /%3E%3Cg opacity='0.5'%3E%3Cpath d='M352.036 1102.17C351.916 1102.17 351.818 1102.07 351.818 1101.95V1096.22C351.818 1096.1 351.916 1096 352.036 1096C352.157 1096 352.254 1096.1 352.254 1096.22V1101.95C352.254 1102.07 352.157 1102.17 352.036 1102.17Z' fill='white' /%3E%3Cpath d='M352.018 1100.32C351.962 1100.32 351.907 1100.3 351.864 1100.26L349.962 1098.36C349.877 1098.27 349.877 1098.13 349.962 1098.05C350.047 1097.96 350.185 1097.96 350.271 1098.05L352.018 1099.8L353.728 1098.09C353.813 1098 353.951 1098 354.036 1098.09C354.122 1098.17 354.122 1098.31 354.036 1098.39L352.172 1100.26C352.13 1100.3 352.074 1100.32 352.018 1100.32Z' fill='white' /%3E%3Cpath d='M352.012 1098.35C351.957 1098.35 351.901 1098.33 351.858 1098.29L350.914 1097.34C350.828 1097.26 350.828 1097.12 350.914 1097.03C350.998 1096.95 351.137 1096.95 351.222 1097.03L352.012 1097.82L352.829 1097.01C352.914 1096.92 353.052 1096.92 353.138 1097.01C353.223 1097.09 353.223 1097.23 353.138 1097.32L352.166 1098.29C352.124 1098.33 352.068 1098.35 352.012 1098.35Z' fill='white' /%3E%3Cpath d='M351.217 1102.6C351.18 1102.6 351.143 1102.59 351.108 1102.57L346.144 1099.7C346.04 1099.64 346.004 1099.51 346.064 1099.4C346.125 1099.3 346.258 1099.26 346.362 1099.32L351.326 1102.19C351.431 1102.25 351.466 1102.38 351.406 1102.49C351.366 1102.56 351.292 1102.6 351.217 1102.6Z' fill='white' /%3E%3Cpath d='M347.013 1102.39C346.916 1102.39 346.829 1102.32 346.802 1102.22C346.771 1102.11 346.84 1101.99 346.957 1101.96L349.343 1101.32L348.718 1098.98C348.686 1098.87 348.755 1098.75 348.872 1098.71C348.988 1098.68 349.107 1098.75 349.139 1098.87L349.821 1101.42C349.836 1101.47 349.828 1101.53 349.8 1101.58C349.771 1101.63 349.723 1101.67 349.667 1101.68L347.07 1102.38C347.05 1102.38 347.032 1102.39 347.013 1102.39Z' fill='white' /%3E%3Cpath d='M346.607 1101.06C346.51 1101.06 346.422 1100.99 346.396 1100.9C346.365 1100.78 346.434 1100.66 346.55 1100.63L347.629 1100.34L347.331 1099.22C347.3 1099.11 347.368 1098.99 347.485 1098.96C347.601 1098.93 347.721 1098.99 347.752 1099.11L348.107 1100.44C348.123 1100.49 348.114 1100.55 348.086 1100.6C348.057 1100.65 348.01 1100.69 347.953 1100.7L346.663 1101.05C346.644 1101.06 346.625 1101.06 346.607 1101.06Z' fill='white' /%3E%3Cpath d='M346.218 1106.39C346.143 1106.39 346.069 1106.35 346.029 1106.28C345.969 1106.17 346.005 1106.04 346.109 1105.98L351.073 1103.11C351.178 1103.05 351.311 1103.09 351.371 1103.19C351.431 1103.3 351.396 1103.43 351.291 1103.49L346.327 1106.36C346.292 1106.38 346.255 1106.39 346.218 1106.39Z' fill='white' /%3E%3Cpath d='M348.897 1107.06C348.879 1107.06 348.86 1107.05 348.841 1107.05C348.724 1107.02 348.655 1106.9 348.687 1106.78L349.326 1104.39L346.99 1103.77C346.873 1103.74 346.804 1103.62 346.836 1103.5C346.867 1103.39 346.986 1103.32 347.103 1103.35L349.649 1104.03C349.766 1104.06 349.834 1104.18 349.803 1104.3L349.107 1106.89C349.082 1106.99 348.994 1107.06 348.897 1107.06Z' fill='white' /%3E%3Cpath d='M347.543 1106.74C347.524 1106.74 347.505 1106.74 347.486 1106.74C347.37 1106.7 347.301 1106.58 347.332 1106.47L347.621 1105.39L346.505 1105.09C346.389 1105.06 346.32 1104.94 346.351 1104.82C346.382 1104.71 346.502 1104.64 346.618 1104.67L347.945 1105.02C348.062 1105.05 348.13 1105.17 348.099 1105.29L347.754 1106.58C347.727 1106.68 347.639 1106.74 347.543 1106.74Z' fill='white' /%3E%3Cpath d='M351.964 1109.75C351.844 1109.75 351.746 1109.65 351.746 1109.53V1103.8C351.746 1103.68 351.844 1103.58 351.964 1103.58C352.085 1103.58 352.182 1103.68 352.182 1103.8V1109.53C352.182 1109.65 352.084 1109.75 351.964 1109.75Z' fill='white' /%3E%3Cpath d='M353.882 1107.76C353.826 1107.76 353.771 1107.74 353.728 1107.7L351.981 1105.95L350.271 1107.66C350.186 1107.75 350.048 1107.75 349.962 1107.66C349.877 1107.58 349.877 1107.44 349.962 1107.35L351.827 1105.49C351.912 1105.4 352.05 1105.4 352.135 1105.49L354.037 1107.39C354.122 1107.47 354.122 1107.61 354.037 1107.7C353.994 1107.74 353.938 1107.76 353.882 1107.76Z' fill='white' /%3E%3Cpath d='M351.019 1108.8C350.963 1108.8 350.907 1108.78 350.865 1108.74C350.779 1108.65 350.779 1108.51 350.865 1108.43L351.836 1107.46C351.918 1107.38 352.062 1107.38 352.144 1107.46L353.089 1108.4C353.174 1108.49 353.174 1108.63 353.089 1108.71C353.004 1108.8 352.866 1108.8 352.78 1108.71L351.99 1107.92L351.173 1108.74C351.13 1108.78 351.075 1108.8 351.019 1108.8Z' fill='white' /%3E%3Cpath d='M357.745 1106.45C357.708 1106.45 357.67 1106.44 357.636 1106.42L352.672 1103.56C352.567 1103.5 352.532 1103.36 352.592 1103.26C352.652 1103.15 352.785 1103.12 352.89 1103.18L357.854 1106.04C357.958 1106.1 357.994 1106.24 357.934 1106.34C357.893 1106.41 357.82 1106.45 357.745 1106.45Z' fill='white' /%3E%3Cpath d='M355.07 1107.04C354.974 1107.04 354.886 1106.97 354.86 1106.88L354.177 1104.33C354.162 1104.27 354.17 1104.21 354.199 1104.16C354.228 1104.11 354.275 1104.08 354.332 1104.06L356.929 1103.37C357.045 1103.34 357.165 1103.4 357.196 1103.52C357.227 1103.64 357.159 1103.76 357.042 1103.79L354.655 1104.43L355.281 1106.76C355.312 1106.88 355.243 1107 355.127 1107.03C355.108 1107.04 355.089 1107.04 355.07 1107.04Z' fill='white' /%3E%3Cpath d='M356.456 1106.8C356.36 1106.8 356.272 1106.73 356.246 1106.63L355.89 1105.31C355.859 1105.19 355.928 1105.07 356.044 1105.04L357.334 1104.69C357.45 1104.66 357.57 1104.73 357.602 1104.85C357.633 1104.97 357.564 1105.09 357.447 1105.12L356.368 1105.41L356.667 1106.52C356.698 1106.64 356.629 1106.76 356.513 1106.79C356.494 1106.79 356.475 1106.8 356.456 1106.8Z' fill='white' /%3E%3Cpath d='M352.816 1102.66C352.74 1102.66 352.667 1102.62 352.627 1102.55C352.567 1102.45 352.602 1102.32 352.707 1102.25L357.671 1099.39C357.775 1099.33 357.908 1099.36 357.969 1099.47C358.029 1099.57 357.993 1099.71 357.889 1099.77L352.925 1102.63C352.89 1102.65 352.852 1102.66 352.816 1102.66Z' fill='white' /%3E%3Cpath d='M356.954 1102.41C356.936 1102.41 356.917 1102.4 356.897 1102.4L354.351 1101.72C354.235 1101.68 354.166 1101.56 354.197 1101.45L354.893 1098.85C354.924 1098.73 355.044 1098.67 355.16 1098.7C355.277 1098.73 355.345 1098.85 355.314 1098.96L354.675 1101.35L357.011 1101.98C357.127 1102.01 357.196 1102.13 357.165 1102.24C357.138 1102.34 357.05 1102.41 356.954 1102.41Z' fill='white' /%3E%3Cpath d='M357.434 1101.09C357.415 1101.09 357.396 1101.08 357.377 1101.08L356.05 1100.72C355.995 1100.71 355.947 1100.67 355.918 1100.62C355.889 1100.57 355.881 1100.51 355.896 1100.46L356.242 1099.17C356.273 1099.05 356.392 1098.98 356.509 1099.01C356.625 1099.04 356.694 1099.16 356.663 1099.28L356.374 1100.36L357.49 1100.66C357.606 1100.69 357.675 1100.81 357.644 1100.92C357.618 1101.02 357.53 1101.09 357.434 1101.09Z' fill='white' /%3E%3Cpath d='M352 1104.01C351.371 1104.01 350.859 1103.5 350.859 1102.87C350.859 1102.24 351.371 1101.73 352 1101.73C352.629 1101.73 353.141 1102.24 353.141 1102.87C353.141 1103.5 352.629 1104.01 352 1104.01ZM352 1102.17C351.612 1102.17 351.295 1102.48 351.295 1102.87C351.295 1103.26 351.612 1103.58 352 1103.58C352.389 1103.58 352.705 1103.26 352.705 1102.87C352.705 1102.48 352.389 1102.17 352 1102.17Z' fill='white' /%3E%3Cpath d='M351.175 1100.35L350.408 1099.59C350.339 1099.53 350.233 1099.51 350.148 1099.56C350.063 1099.61 350.021 1099.7 350.043 1099.8L350.305 1100.9C350.318 1100.96 350.355 1101.01 350.406 1101.04L350.916 1101.34C350.95 1101.36 350.989 1101.37 351.028 1101.37C351.065 1101.37 351.103 1101.36 351.136 1101.34C351.205 1101.3 351.246 1101.23 351.246 1101.15L351.241 1100.5C351.24 1100.44 351.217 1100.39 351.175 1100.35Z' fill='white' /%3E%3Cpath d='M350.242 1102.86C350.242 1102.78 350.2 1102.71 350.131 1102.67L349.566 1102.35C349.516 1102.32 349.456 1102.31 349.4 1102.33L348.363 1102.61C348.269 1102.64 348.204 1102.72 348.203 1102.82C348.202 1102.92 348.265 1103 348.359 1103.03L349.443 1103.36C349.464 1103.36 349.485 1103.37 349.506 1103.37C349.543 1103.37 349.58 1103.36 349.612 1103.34L350.13 1103.05C350.199 1103.01 350.242 1102.94 350.242 1102.86Z' fill='white' /%3E%3Cpath d='M351.105 1104.39C351.037 1104.35 350.953 1104.35 350.885 1104.39L350.325 1104.72C350.275 1104.75 350.239 1104.79 350.224 1104.85L349.954 1105.89C349.93 1105.99 349.971 1106.08 350.054 1106.13C350.089 1106.15 350.127 1106.16 350.165 1106.16C350.219 1106.16 350.273 1106.14 350.315 1106.11L351.138 1105.33C351.181 1105.29 351.206 1105.23 351.206 1105.17L351.214 1104.58C351.215 1104.5 351.173 1104.43 351.105 1104.39Z' fill='white' /%3E%3Cpath d='M353.697 1104.85C353.683 1104.79 353.647 1104.74 353.596 1104.71L353.085 1104.41C353.018 1104.37 352.934 1104.36 352.865 1104.4C352.797 1104.44 352.755 1104.52 352.756 1104.59L352.761 1105.24C352.761 1105.3 352.784 1105.36 352.826 1105.4L353.593 1106.15C353.635 1106.19 353.69 1106.22 353.747 1106.22C353.783 1106.22 353.82 1106.21 353.854 1106.19C353.938 1106.14 353.981 1106.04 353.958 1105.95L353.697 1104.85Z' fill='white' /%3E%3Cpath d='M355.641 1102.71L354.557 1102.39C354.5 1102.37 354.439 1102.38 354.387 1102.41L353.869 1102.7C353.8 1102.74 353.758 1102.81 353.758 1102.89C353.758 1102.97 353.8 1103.04 353.868 1103.08L354.434 1103.4C354.467 1103.42 354.504 1103.43 354.541 1103.43C354.561 1103.43 354.58 1103.43 354.599 1103.42L355.637 1103.13C355.731 1103.11 355.796 1103.02 355.797 1102.93C355.798 1102.83 355.734 1102.74 355.641 1102.71Z' fill='white' /%3E%3Cpath d='M352.894 1101.36C352.927 1101.38 352.965 1101.39 353.003 1101.39C353.041 1101.39 353.079 1101.38 353.114 1101.36L353.674 1101.03C353.724 1101 353.76 1100.95 353.774 1100.9L354.045 1099.86C354.069 1099.76 354.028 1099.66 353.945 1099.61C353.861 1099.56 353.755 1099.57 353.684 1099.64L352.861 1100.42C352.818 1100.46 352.793 1100.52 352.793 1100.57L352.785 1101.17C352.784 1101.25 352.825 1101.32 352.894 1101.36Z' fill='white' /%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_5740_7567' x1='0' y1='913' x2='375' y2='913' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23D75D3D' /%3E%3Cstop offset='1' stop-color='%23DF8A43' /%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_5740_7567' x1='187.5' y1='-4.39916e-05' x2='799.396' y2='155.45' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EE1A25' /%3E%3Cstop offset='1' stop-color='%23C51A2A' /%3E%3C/linearGradient%3E%3CclipPath id='clip0_5740_7567'%3E%3Crect width='375' height='1826' fill='white' /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  }
}
.home_index_page .main .cta-section.november2024 .cta-inner {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 55px;
  padding-bottom: 55px;
  z-index: 5;
  /*&:before {
    content: '';
    display: block;
    width: 298px;
    height: 298px;
    background-image: url(/assets/images/november2024/img-leaves-1920.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 115px;
    left: -475px;
  }

  &:after {
    content: '';
    display: block;
    width: 209px;
    height: 208px;
    background-image: url(/assets/images/november2024/img-cone-1920.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    bottom: -107px;
    left: 90px;
  }*/
}
.home_index_page .main .cta-section.november2024 .cta-inner .img-main-1920 {
  position: absolute;
  right: 280px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.home_index_page .main .cta-section.november2024 .cta-inner .img-main-1024,
.home_index_page .main .cta-section.november2024 .cta-inner .img-main-768,
.home_index_page .main .cta-section.november2024 .cta-inner .img-main-480 {
  display: none;
}
.home_index_page .main .cta-section.november2024 .cta-inner {
  /*img {
    display: none;
    height: auto;
    position: absolute;
    image-rendering: -webkit-optimize-contrast;
    z-index: 5;

    &

    &.img-main-1024 {
      width: 541px;
      right: 330px;
      bottom: 60px;
      z-index: 6;
    }

    &.img-main-768 {
      width: 492px;
      right: 0;
      bottom: 40px;
    }

    &.img-main-480 {
      width: 492px;
      right: -48px;
      bottom: 53px;
    }

    &.img-main-375 {
      width: 343px;
      right: -12px;
      bottom: 8px;
    }
  }*/
}
@media (min-width: 640px) {
  .home_index_page .main .cta-section.november2024 .cta-inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 450px;
    height: auto;
    padding: 50px 0 35px;
  }
}
@media (min-width: 768px) {
  .home_index_page .main .cta-section.november2024 .cta-inner {
    width: 720px;
    height: auto;
    padding: 45px 0 40px;
  }
}
@media (min-width: 1024px) {
  .home_index_page .main .cta-section.november2024 .cta-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 940px;
    height: auto;
    padding: 45px 0 70px;
  }
}
@media (min-width: 1280px) {
  .home_index_page .main .cta-section.november2024 .cta-inner {
    width: 1170px;
    height: auto;
    padding: 105px 0;
  }
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.november2024 .cta-inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .home_index_page .main .cta-section.november2024 .cta-inner:after {
    left: 140px;
  }
  .home_index_page .main .cta-section.november2024 .cta-inner .img-main-1920 {
    display: none;
  }
  .home_index_page .main .cta-section.november2024 .cta-inner .img-main-1024 {
    display: block;
    position: absolute;
    right: 310px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.november2024 .cta-inner {
    /*&:after {
      width: 98px;
      height: 98px;
      background-image: url(/assets/images/november2024/img-cone-768.png);
      left: -55px;
      top: 455px;
      bottom: auto;
      z-index: 15;
    }*/
  }
  .home_index_page .main .cta-section.november2024 .cta-inner .img-main-1024 {
    display: none;
  }
  .home_index_page .main .cta-section.november2024 .cta-inner .img-main-1920 {
    display: block;
    right: -23px;
    top: 260px;
    -webkit-transform: none;
            transform: none;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.november2024 .cta-inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .home_index_page .main .cta-section.november2024 .cta-inner:after {
    display: none;
  }
  .home_index_page .main .cta-section.november2024 .cta-inner .img-main-1920 {
    display: none;
  }
  .home_index_page .main .cta-section.november2024 .cta-inner .img-main-480 {
    display: block;
    margin: 0 auto 30px;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.november2024 .cta-inner .img-main-480 {
    width: 226px;
    height: 108px;
    margin: 0 auto 30px;
  }
}
.home_index_page .main .cta-section.november2024 .cta-content {
  max-width: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #fff;
  font-family: "Roboto", sans-serif;
  padding: 0;
  position: relative;
  z-index: 15;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.november2024 .cta-content:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.november2024 .cta-content {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    max-width: 100%;
    padding: 0 !important;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.november2024 .cta-content {
    padding: 0 15px !important;
  }
}
.home_index_page .main .cta-section.november2024 .cta-content.hidden {
  display: none;
}
.home_index_page .main .cta-section.november2024 .cta-content .sale-block {
  background-color: #D62432;
  border-radius: 10px;
  -webkit-box-shadow: 7px 4px 40px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 7px 4px 40px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  font-weight: 600;
  font-size: 25px;
  line-height: 105%;
  text-transform: uppercase;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 12px 22px;
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.november2024 .cta-content .sale-block {
    font-size: 18px;
    margin-bottom: 28px;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.november2024 .cta-content .sale-block {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.november2024 .cta-content .sale-block {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    font-size: 18px;
    margin-bottom: 40px;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.november2024 .cta-content .sale-block {
    font-size: 15px;
    margin-bottom: 17px;
    padding: 9px 22px;
  }
}
.home_index_page .main .cta-section.november2024 .cta-content .text-above-h1 {
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: 800;
  font-size: 44px;
  line-height: 105%;
  text-transform: uppercase;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 12px;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.november2024 .cta-content .text-above-h1 {
    font-size: 32px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.november2024 .cta-content .text-above-h1 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.november2024 .cta-content .text-above-h1 {
    font-size: 24px;
  }
}
.home_index_page .main .cta-section.november2024 .cta-content h1.title {
  width: 100%;
  color: #fff;
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: 800;
  font-size: 100px;
  line-height: 108%;
  text-transform: uppercase;
  margin-bottom: 20px;
  position: relative;
  z-index: 6;
}
.home_index_page .main .cta-section.november2024 .cta-content h1.title span {
  display: block;
  font-size: 70px;
  font-weight: 400;
  line-height: 97%;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.november2024 .cta-content h1.title {
    margin-bottom: 17px;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.november2024 .cta-content h1.title {
    font-size: 80px;
    margin-bottom: 20px;
  }
  .home_index_page .main .cta-section.november2024 .cta-content h1.title span {
    font-size: 54px;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.november2024 .cta-content h1.title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.november2024 .cta-content h1.title {
    font-size: 64px;
  }
  .home_index_page .main .cta-section.november2024 .cta-content h1.title span {
    font-size: 44px;
  }
}
.home_index_page .main .cta-section.november2024 .cta-content .points {
  margin-bottom: 75px;
  position: relative;
  z-index: 6;
}
.home_index_page .main .cta-section.november2024 .cta-content .points .point {
  font-size: 22px;
  line-height: 120%;
  margin-bottom: 24px;
}
.home_index_page .main .cta-section.november2024 .cta-content .points .point:last-of-type {
  margin-bottom: 0;
}
.home_index_page .main .cta-section.november2024 .cta-content .points .point svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 8px;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.november2024 .cta-content .points {
    margin-bottom: 60px;
  }
  .home_index_page .main .cta-section.november2024 .cta-content .points .point {
    font-size: 20px;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.november2024 .cta-content .points {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.november2024 .cta-content .points {
    margin-bottom: 60px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .home_index_page .main .cta-section.november2024 .cta-content .points .point {
    text-align: center;
  }
}
.home_index_page .main .cta-section.november2024 .cta-content .discount-block {
  height: 131px;
  border-radius: 20px;
  background: -webkit-gradient(linear, left top, right top, from(#1fa146), to(#005d34));
  background: linear-gradient(90deg, #1fa146 0%, #005d34 100%);
  color: #fff;
  padding: 0 30px 0 22px;
  position: relative;
  margin-bottom: 40px;
}
.home_index_page .main .cta-section.november2024 .cta-content .discount-block .new_price {
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: 800;
  margin-top: -43px;
  position: relative;
}
.home_index_page .main .cta-section.november2024 .cta-content .discount-block .new_price .text-start-price {
  -ms-flex-item-align: end;
      align-self: flex-end;
  font-size: 28px;
  font-weight: 400;
  line-height: 100%;
  text-transform: lowercase;
  margin-right: 10px;
}
.home_index_page .main .cta-section.november2024 .cta-content .discount-block .new_price .euro {
  font-size: 180px;
  line-height: 70%;
  text-shadow: 5px 5px #000;
}
.home_index_page .main .cta-section.november2024 .cta-content .discount-block .new_price .right-part {
  position: relative;
  margin-left: 10px;
}
.home_index_page .main .cta-section.november2024 .cta-content .discount-block .new_price .right-part .cents {
  font-size: 90px;
  line-height: 73%;
  margin-bottom: 32px;
  text-shadow: 5px 5px #000;
}
.home_index_page .main .cta-section.november2024 .cta-content .discount-block .new_price .right-part .value {
  font-size: 28px;
  font-weight: 400;
  line-height: 100%;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.november2024 .cta-content .discount-block {
    height: 120px;
    margin-bottom: 30px;
  }
  .home_index_page .main .cta-section.november2024 .cta-content .discount-block .new_price {
    margin-top: -38px;
  }
  .home_index_page .main .cta-section.november2024 .cta-content .discount-block .new_price .text-start-price {
    font-size: 24px;
  }
  .home_index_page .main .cta-section.november2024 .cta-content .discount-block .new_price .euro {
    font-size: 160px;
  }
  .home_index_page .main .cta-section.november2024 .cta-content .discount-block .new_price .right-part .cents {
    font-size: 80px;
    margin-bottom: 30px;
  }
  .home_index_page .main .cta-section.november2024 .cta-content .discount-block .new_price .right-part .value {
    font-size: 24px;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.november2024 .cta-content .discount-block {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.november2024 .cta-content .discount-block {
    margin-bottom: 60px;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.november2024 .cta-content .discount-block {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.november2024 .cta-content .bottom-block {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 475px;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.november2024 .cta-content .bottom-block {
    margin-bottom: 465px;
  }
}
.home_index_page .main .cta-section.november2024 .cta-content .button {
  width: 260px;
  height: 65px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding: 0 15px;
  font-family: "Roboto", sans-serif;
  border: 0;
  background: black;
  z-index: 10;
}
.home_index_page .main .cta-section.november2024 .cta-content .button a {
  color: #fff;
  letter-spacing: 0;
  text-decoration: none;
  border-bottom: none;
  text-transform: none;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.november2024 .cta-content .button {
    background-color: #fff;
  }
  .home_index_page .main .cta-section.november2024 .cta-content .button a {
    color: #000;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.november2024 .cta-content .button {
    width: 285px;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.november2024 .cta-content .button {
    background-color: #000;
  }
  .home_index_page .main .cta-section.november2024 .cta-content .button a {
    color: #fff;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.november2024 .cta-content .button {
    width: 275px;
    height: 60px;
    font-size: 20px;
  }
}
.home_index_page .main .cta-section.november2024 .cta-content .link-agreement {
  display: none;
  width: 225px;
  color: #000;
  font-size: 12px;
  text-align: center;
  text-decoration: underline;
  border-bottom: none;
  margin-top: 10px;
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.november2024 .cta-content .link-agreement {
    display: block;
    color: #fff;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.november2024 .cta-content .link-agreement {
    color: #000;
  }
}
.home_index_page .main .cta-section.november2024 .check-form-section {
  display: block;
  position: relative;
  /*&:before {
    content: '';
    display: block;
    width: 337px;
    height: 304px;
    background-image: url(/assets/images/november2024/img-leaves-form-1920.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    bottom: -147px;
    left: -120px;
  }

  &:after {
    content: '';
    display: block;
    width: 311px;
    height: 311px;
    background-image: url(/assets/images/november2024/img-cone-form.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: -143px;
    right: -185px;
  }*/
}
.home_index_page .main .cta-section.november2024 .check-form-section .white-box {
  margin-top: 0;
}
.home_index_page .main .cta-section.november2024 .check-form-section .white-box .box-inner .title {
  font-weight: 500;
  line-height: 132%;
}
.home_index_page .main .cta-section.november2024 .check-form-section .white-box .box-inner .form .input input {
  border-color: #f5f5f5;
  border-radius: 30px;
  background: #f5f5f5;
  font-size: 16px;
  padding: 0 25px;
  height: 50px;
}
.home_index_page .main .cta-section.november2024 .check-form-section .white-box .box-inner .form .form-info .terms-checkbox label.checkbox {
  max-width: 100% !important;
}
.home_index_page .main .cta-section.november2024 .check-form-section .white-box .box-inner .form .button-holder .button {
  background: -webkit-gradient(linear, left top, right top, from(#1fa146), to(#005d34));
  background: linear-gradient(90deg, #1fa146 0%, #005d34 100%);
  color: #fff;
  font-weight: 600;
  width: 200px !important;
  height: 55px;
}
.home_index_page .main .cta-section.november2024 .check-form-section .white-box .box-inner .form .button-holder .button svg {
  fill: #fff;
}
.home_index_page .main .cta-section.november2024 .check-form-section .white-box .box-inner .form .button-holder .button:hover {
  background-color: #056839;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.november2024 .check-form-section:before {
    bottom: -165px;
  }
  .home_index_page .main .cta-section.november2024 .check-form-section:after {
    top: -150px;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.november2024 .check-form-section {
    display: block !important;
  }
  .home_index_page .main .cta-section.november2024 .check-form-section:before {
    display: none;
  }
  .home_index_page .main .cta-section.november2024 .check-form-section .white-box {
    margin-top: 20px !important;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.november2024 .check-form-section:after {
    content: "";
    display: block;
    width: 429px;
    height: 712px;
    background-image: url(/assets/images/november2024/img-lama-480-christmas.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: -485px;
    right: 40%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.november2024 .check-form-section {
    /*width: 100%;
    position: absolute!important;
    left: 50%;
    transform: translateX(-50%);
    top: 92%;
    z-index: 10;*/
  }
  .home_index_page .main .cta-section.november2024 .check-form-section:after {
    width: 367px;
    height: 676px;
    background-image: url(/assets/images/november2024/img-lama-375-christmas.png);
    top: -453px;
    right: 46%;
  }
}
.home_index_page .main .cta-section.october2024 {
  background-image: url("data:image/svg+xml,%3Csvg width='1920' height='826' viewBox='0 0 1920 826' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_5559_302)'%3E%3Crect width='1920' height='825' transform='translate(0 0.5)' fill='black'/%3E%3Crect x='1280.41' y='-250.56' width='2259.72' height='1173.22' transform='rotate(113.018 1280.41 -250.56)' fill='%23D9D9D9'/%3E%3Crect x='1280.41' y='-250.56' width='2259.72' height='1173.22' transform='rotate(113.018 1280.41 -250.56)' fill='url(%23paint0_linear_5559_302)'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_5559_302' x1='1269.57' y1='302.805' x2='3550.2' y2='362.228' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%237B489C'/%3E%3Cstop offset='0.5' stop-color='%23EE2B28'/%3E%3Cstop offset='1' stop-color='%23FBB045'/%3E%3C/linearGradient%3E%3CclipPath id='clip0_5559_302'%3E%3Crect width='1920' height='825' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  height: auto;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .home_index_page .main .cta-section.october2024 {
    background-image: url("data:image/svg+xml,%3Csvg width='1024' height='702' viewBox='0 0 1024 702' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_7064_20' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='114' width='1024' height='588'%3E%3Crect y='114.979' width='1024' height='587.021' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_7064_20)'%3E%3C/g%3E%3Cg clip-path='url(%23clip0_7064_20)'%3E%3Crect width='1024' height='701.582' fill='black'/%3E%3Crect y='139.5' width='1024' height='700' fill='black'/%3E%3Crect width='1950.75' height='1093.43' transform='matrix(-0.452954 0.891534 -0.942302 -0.334764 656.943 -29.4862)' fill='%23D9D9D9'/%3E%3Crect width='1950.75' height='1093.43' transform='matrix(-0.452954 0.891534 -0.942302 -0.334764 656.943 -29.4862)' fill='url(%23paint0_linear_7064_20)'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_7064_20' x1='-9.35745' y1='515.735' x2='1959.63' y2='563.254' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%237B489C'/%3E%3Cstop offset='0.5' stop-color='%23EE2B28'/%3E%3Cstop offset='1' stop-color='%23FBB045'/%3E%3C/linearGradient%3E%3CclipPath id='clip0_7064_20'%3E%3Crect width='1024' height='701.582' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.october2024 {
    background-image: url("data:image/svg+xml,%3Csvg width='768' height='565' viewBox='0 0 768 565' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_7001_3' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='768' height='565'%3E%3Crect width='768' height='565' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_7001_3)'%3E%3Crect y='-140.5' width='768' height='1045' fill='black'/%3E%3Crect x='656.943' y='-175.762' width='1383.62' height='1119.47' transform='rotate(113.018 656.943 -175.762)' fill='%23D9D9D9'/%3E%3Crect x='656.943' y='-175.762' width='1383.62' height='1119.47' transform='rotate(113.018 656.943 -175.762)' fill='url(%23paint0_linear_7001_3)'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_7001_3' x1='650.306' y1='352.256' x2='2047.29' y2='375.613' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%237B489C'/%3E%3Cstop offset='0.5' stop-color='%23EE2B28'/%3E%3Cstop offset='1' stop-color='%23FBB045'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.october2024 {
    background-image: url("data:image/svg+xml,%3Csvg width='480' height='785' viewBox='0 0 480 785' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_7001_5' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='480' height='785'%3E%3Crect width='480' height='785' fill='%23D9D9D9' /%3E%3C/mask%3E%3Cg mask='url(%23mask0_7001_5)'%3E%3Crect y='-139.5' width='480' height='1104' fill='black' /%3E%3Crect x='-194.52' y='510.058' width='870.484' height='812.056' transform='rotate(-3 -194.52 510.058)' fill='%23D9D9D9' /%3E%3Crect x='-194.52' y='510.058' width='870.484' height='812.056' transform='rotate(-3 -194.52 510.058)' fill='url(%23paint0_linear_7001_5)' /%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_7001_5' x1='-198.695' y1='893.076' x2='680.255' y2='905.822' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%237B489C' /%3E%3Cstop offset='0.5' stop-color='%23EE2B28' /%3E%3Cstop offset='1' stop-color='%23FBB045' /%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.october2024 {
    background-image: url("data:image/svg+xml,%3Csvg width='375' height='735' viewBox='0 0 375 735' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_7001_7' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='375' height='735'%3E%3Crect width='375' height='735' fill='%23D9D9D9' /%3E%3C/mask%3E%3Cg mask='url(%23mask0_7001_7)'%3E%3Crect y='-137.5' width='375' height='1152' fill='black' /%3E%3Crect x='-116.707' y='465.874' width='585.768' height='760.922' transform='rotate(-3 -116.707 465.874)' fill='%23D9D9D9' /%3E%3Crect x='-116.707' y='465.874' width='585.768' height='760.922' transform='rotate(-3 -116.707 465.874)' fill='url(%23paint0_linear_7001_7)' /%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_7001_7' x1='-119.517' y1='824.774' x2='472.008' y2='830.934' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%237B489C' /%3E%3Cstop offset='0.5' stop-color='%23EE2B28' /%3E%3Cstop offset='1' stop-color='%23FBB045' /%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
    overflow: visible;
    margin-bottom: 500px;
  }
}
.home_index_page .main .cta-section.october2024 .cta-inner {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 65px;
  padding-bottom: 55px;
}
.home_index_page .main .cta-section.october2024 .cta-inner .img-main-1920 {
  position: absolute;
  right: 280px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.home_index_page .main .cta-section.october2024 .cta-inner .img-main-1024,
.home_index_page .main .cta-section.october2024 .cta-inner .img-main-768,
.home_index_page .main .cta-section.october2024 .cta-inner .img-main-480 {
  display: none;
}
.home_index_page .main .cta-section.october2024 .cta-inner {
  /*img {
    display: none;
    height: auto;
    position: absolute;
    image-rendering: -webkit-optimize-contrast;
    z-index: 5;

    &

    &.img-main-1024 {
      width: 541px;
      right: 330px;
      bottom: 60px;
      z-index: 6;
    }

    &.img-main-768 {
      width: 492px;
      right: 0;
      bottom: 40px;
    }

    &.img-main-480 {
      width: 492px;
      right: -48px;
      bottom: 53px;
    }

    &.img-main-375 {
      width: 343px;
      right: -12px;
      bottom: 8px;
    }
  }*/
}
@media (min-width: 640px) {
  .home_index_page .main .cta-section.october2024 .cta-inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 450px;
    height: auto;
    padding: 50px 0 35px;
  }
}
@media (min-width: 768px) {
  .home_index_page .main .cta-section.october2024 .cta-inner {
    width: 720px;
    height: auto;
    padding: 45px 0 40px;
  }
}
@media (min-width: 1024px) {
  .home_index_page .main .cta-section.october2024 .cta-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 940px;
    height: auto;
    padding: 85px 0;
  }
}
@media (min-width: 1280px) {
  .home_index_page .main .cta-section.october2024 .cta-inner {
    width: 1170px;
    height: auto;
    padding: 105px 0;
  }
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.october2024 .cta-inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .home_index_page .main .cta-section.october2024 .cta-inner .img-main-1920 {
    display: none;
  }
  .home_index_page .main .cta-section.october2024 .cta-inner .img-main-1024 {
    display: block;
    position: absolute;
    right: 310px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.october2024 .cta-inner .img-main-1024 {
    display: none;
  }
  .home_index_page .main .cta-section.october2024 .cta-inner .img-main-1920 {
    display: block;
    right: -23px;
    top: 260px;
    -webkit-transform: none;
            transform: none;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.october2024 .cta-inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .home_index_page .main .cta-section.october2024 .cta-inner .img-main-1920 {
    display: none;
  }
  .home_index_page .main .cta-section.october2024 .cta-inner .img-main-480 {
    display: block;
    margin: 0 auto 30px;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.october2024 .cta-inner .img-main-480 {
    width: 226px;
    height: 108px;
    margin: 0 auto 30px;
  }
}
.home_index_page .main .cta-section.october2024 .cta-content {
  max-width: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #fff;
  font-family: "Roboto", sans-serif;
  padding: 0;
  position: relative;
  z-index: 15;
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.october2024 .cta-content {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    max-width: 100%;
    padding: 0 !important;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.october2024 .cta-content {
    padding: 0 15px !important;
  }
}
.home_index_page .main .cta-section.october2024 .cta-content.hidden {
  display: none;
}
.home_index_page .main .cta-section.october2024 .cta-content .sale-block {
  background-color: #D62432;
  border-radius: 10px;
  -webkit-box-shadow: 7px 4px 40px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 7px 4px 40px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  font-weight: 600;
  font-size: 25px;
  line-height: 105%;
  text-transform: uppercase;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 12px 22px;
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.october2024 .cta-content .sale-block {
    font-size: 18px;
    margin-bottom: 28px;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.october2024 .cta-content .sale-block {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.october2024 .cta-content .sale-block {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    font-size: 18px;
    margin-bottom: 40px;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.october2024 .cta-content .sale-block {
    font-size: 15px;
    margin-bottom: 17px;
    padding: 9px 22px;
  }
}
.home_index_page .main .cta-section.october2024 .cta-content .text-above-h1 {
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: 800;
  font-size: 44px;
  line-height: 105%;
  text-transform: uppercase;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 12px;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.october2024 .cta-content .text-above-h1 {
    font-size: 32px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.october2024 .cta-content .text-above-h1 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.october2024 .cta-content .text-above-h1 {
    font-size: 24px;
  }
}
.home_index_page .main .cta-section.october2024 .cta-content h1.title {
  width: 100%;
  color: #fff;
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: 800;
  font-size: 80px;
  line-height: 108%;
  text-transform: uppercase;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 40px;
  position: relative;
  z-index: 3;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.october2024 .cta-content h1.title {
    font-size: 64px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.october2024 .cta-content h1.title {
    margin-bottom: 18px;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.october2024 .cta-content h1.title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    margin-bottom: 30px;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.october2024 .cta-content h1.title {
    font-size: 48px;
    margin-bottom: 35px;
  }
}
.home_index_page .main .cta-section.october2024 .cta-content .discount-block {
  color: #fff;
  margin-bottom: 35px;
  position: relative;
  z-index: 5;
}
.home_index_page .main .cta-section.october2024 .cta-content .discount-block .new_price {
  position: relative;
}
.home_index_page .main .cta-section.october2024 .cta-content .discount-block .new_price .euro {
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: 800;
  font-size: 280px;
  line-height: 75%;
  text-shadow: 0 5px #000;
}
.home_index_page .main .cta-section.october2024 .cta-content .discount-block .new_price .right-part {
  margin-left: 6px;
  position: relative;
}
.home_index_page .main .cta-section.october2024 .cta-content .discount-block .new_price .right-part .cents {
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: 800;
  font-size: 152px;
  line-height: 75%;
  text-shadow: 0 5px #000;
  margin-bottom: 8px;
}
.home_index_page .main .cta-section.october2024 .cta-content .discount-block .new_price .right-part .value {
  font-weight: 700;
  font-size: 36px;
  line-height: 100%;
  margin-left: 3px;
  margin-bottom: 6px;
}
.home_index_page .main .cta-section.october2024 .cta-content .discount-block .new_price .right-part .until {
  font-size: 26px;
  line-height: 100%;
  margin-left: 3px;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.october2024 .cta-content .discount-block {
    margin-bottom: 25px;
  }
  .home_index_page .main .cta-section.october2024 .cta-content .discount-block .new_price .euro {
    font-size: 240px;
  }
  .home_index_page .main .cta-section.october2024 .cta-content .discount-block .new_price .right-part .cents {
    font-size: 120px;
  }
  .home_index_page .main .cta-section.october2024 .cta-content .discount-block .new_price .right-part .value {
    font-size: 36px;
  }
  .home_index_page .main .cta-section.october2024 .cta-content .discount-block .new_price .right-part .until {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.october2024 .cta-content .discount-block {
    margin-bottom: 30px;
  }
  .home_index_page .main .cta-section.october2024 .cta-content .discount-block .new_price .euro {
    font-size: 280px;
  }
  .home_index_page .main .cta-section.october2024 .cta-content .discount-block .new_price .right-part .cents {
    font-size: 152px;
  }
  .home_index_page .main .cta-section.october2024 .cta-content .discount-block .new_price .right-part .value {
    font-size: 40px;
  }
  .home_index_page .main .cta-section.october2024 .cta-content .discount-block .new_price .right-part .until {
    font-size: 20px;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.october2024 .cta-content .discount-block {
    margin-bottom: 25px;
  }
  .home_index_page .main .cta-section.october2024 .cta-content .discount-block .new_price .euro {
    font-size: 240px;
  }
  .home_index_page .main .cta-section.october2024 .cta-content .discount-block .new_price .right-part .cents {
    font-size: 120px;
    margin-bottom: 12px;
  }
  .home_index_page .main .cta-section.october2024 .cta-content .discount-block .new_price .right-part .value {
    font-size: 36px;
  }
  .home_index_page .main .cta-section.october2024 .cta-content .discount-block .new_price .right-part .until {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.october2024 .cta-content .bottom-block {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.home_index_page .main .cta-section.october2024 .cta-content .button {
  width: 260px;
  height: 65px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding: 0 15px;
  font-family: "Roboto", sans-serif;
  border: 0;
  background: black;
  z-index: 10;
}
.home_index_page .main .cta-section.october2024 .cta-content .button a {
  color: #fff;
  letter-spacing: 0;
  text-decoration: none;
  border-bottom: none;
  text-transform: none;
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.october2024 .cta-content .button {
    width: 285px;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.october2024 .cta-content .button {
    width: 325px;
    height: 70px;
    font-size: 26px;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.october2024 .cta-content .button {
    width: 275px;
    height: 55px;
    font-size: 20px;
  }
}
.home_index_page .main .cta-section.october2024 .cta-content .link-agreement {
  display: none;
  width: 225px;
  color: #000;
  font-size: 12px;
  text-align: center;
  text-decoration: underline;
  border-bottom: none;
  margin-top: 10px;
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.october2024 .cta-content .link-agreement {
    display: block;
    color: #fff;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.october2024 .cta-content .link-agreement {
    color: #000;
  }
}
.home_index_page .main .cta-section.october2024 .check-form-section {
  display: block;
}
.home_index_page .main .cta-section.october2024 .check-form-section .white-box {
  margin-top: 0;
}
.home_index_page .main .cta-section.october2024 .check-form-section .white-box .box-inner .title {
  font-weight: 500;
  line-height: 132%;
}
.home_index_page .main .cta-section.october2024 .check-form-section .white-box .box-inner .form .input input {
  border-color: #f5f5f5;
  border-radius: 30px;
  background: #f5f5f5;
  font-size: 16px;
  padding: 0 25px;
  height: 50px;
}
.home_index_page .main .cta-section.october2024 .check-form-section .white-box .box-inner .form .form-info .terms-checkbox label.checkbox {
  max-width: 100% !important;
}
.home_index_page .main .cta-section.october2024 .check-form-section .white-box .box-inner .form .button-holder .button {
  background: -webkit-gradient(linear, left top, right top, from(#e8522f), to(#ec7c38));
  background: linear-gradient(90deg, #e8522f 0%, #ec7c38 100%);
  color: #fff;
  font-weight: 600;
  width: 200px !important;
  height: 55px;
}
.home_index_page .main .cta-section.october2024 .check-form-section .white-box .box-inner .form .button-holder .button svg {
  fill: #fff;
}
.home_index_page .main .cta-section.october2024 .check-form-section .white-box .box-inner .form .button-holder .button:hover {
  background-color: #056839;
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.october2024 .check-form-section {
    display: block !important;
  }
  .home_index_page .main .cta-section.october2024 .check-form-section .white-box {
    margin-top: 20px !important;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.october2024 .check-form-section {
    width: 100%;
    position: absolute !important;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 92%;
    z-index: 10;
  }
}
.home_index_page .main .cta-section.august2024 {
  background-color: #602B83;
  height: auto;
}
.home_index_page .main .cta-section.august2024 .cta-inner {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 40px;
  padding-bottom: 50px;
}
.home_index_page .main .cta-section.august2024 .cta-inner:before {
  content: "";
  display: block;
  width: 556px;
  height: 556px;
  background-image: url("data:image/svg+xml,%3Csvg width='756' height='756' viewBox='0 0 756 756' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M477.366 378.544C477.366 433.122 433.121 477.367 378.543 477.367C323.964 477.367 279.719 433.122 279.719 378.544C279.719 323.965 323.964 279.72 378.543 279.72C433.121 279.72 477.366 323.965 477.366 378.544ZM447.719 378.544C447.719 416.749 416.748 447.72 378.543 447.72C340.337 447.72 309.366 416.749 309.366 378.544C309.366 340.339 340.337 309.367 378.543 309.367C416.748 309.367 447.719 340.339 447.719 378.544Z' fill='%236D3294' /%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M378.666 534.314C464.628 534.314 534.313 464.629 534.313 378.667C534.313 292.706 464.628 223.02 378.666 223.02C292.705 223.02 223.019 292.706 223.019 378.667C223.019 464.629 292.705 534.314 378.666 534.314ZM378.666 504.667C448.254 504.667 504.666 448.255 504.666 378.667C504.666 309.079 448.254 252.667 378.666 252.667C309.078 252.667 252.666 309.079 252.666 378.667C252.666 448.255 309.078 504.667 378.666 504.667Z' fill='%236D3294' /%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M588.79 377.556C588.79 494.218 494.216 588.791 377.554 588.791C260.892 588.791 166.319 494.218 166.319 377.556C166.319 260.893 260.892 166.32 377.554 166.32C494.216 166.32 588.79 260.893 588.79 377.556ZM559.143 377.556C559.143 477.844 477.843 559.144 377.554 559.144C277.266 559.144 195.966 477.844 195.966 377.556C195.966 277.267 277.266 195.967 377.554 195.967C477.843 195.967 559.143 277.267 559.143 377.556Z' fill='%236D3294' /%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M376.443 643.267C523.805 643.267 643.266 523.806 643.266 376.443C643.266 229.081 523.805 109.62 376.443 109.62C229.08 109.62 109.619 229.081 109.619 376.443C109.619 523.806 229.08 643.267 376.443 643.267ZM376.443 613.62C507.432 613.62 613.619 507.432 613.619 376.443C613.619 245.454 507.432 139.267 376.443 139.267C245.454 139.267 139.266 245.454 139.266 376.443C139.266 507.432 245.454 613.62 376.443 613.62Z' fill='%236D3294' /%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M699.053 377.876C699.053 555.257 555.257 699.053 377.876 699.053C200.496 699.053 56.7 555.257 56.7 377.876C56.7 200.496 200.496 56.7 377.876 56.7C555.257 56.7 699.053 200.496 699.053 377.876ZM669.406 377.876C669.406 538.884 538.884 669.406 377.876 669.406C216.869 669.406 86.3471 538.884 86.3471 377.876C86.3471 216.869 216.869 86.3471 377.876 86.3471C538.884 86.3471 669.406 216.869 669.406 377.876Z' fill='%236D3294' /%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M756 378C756 586.764 586.764 756 378 756C169.236 756 0 586.764 0 378C0 169.236 169.236 0 378 0C586.764 0 756 169.236 756 378ZM726.353 378C726.353 570.39 570.39 726.353 378 726.353C185.61 726.353 29.6471 570.39 29.6471 378C29.6471 185.61 185.61 29.6471 378 29.6471C570.39 29.6471 726.353 185.61 726.353 378Z' fill='%236D3294' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 164px;
  left: -215px;
  z-index: 1;
}
.home_index_page .main .cta-section.august2024 .cta-inner img {
  display: none;
  height: auto;
  position: absolute;
  image-rendering: -webkit-optimize-contrast;
  z-index: 5;
}
.home_index_page .main .cta-section.august2024 .cta-inner img.img-main-1920 {
  display: block;
  width: 472px;
  right: 388px;
  bottom: 110px;
  z-index: 7;
}
.home_index_page .main .cta-section.august2024 .cta-inner img.img-main-768 {
  width: 691px;
  left: -20px;
  right: auto;
  bottom: auto;
  top: 170px;
}
.home_index_page .main .cta-section.august2024 .cta-inner img.img-main-480 {
  width: 590px;
  right: 52%;
  top: 198px;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
.home_index_page .main .cta-section.august2024 .cta-inner img.img-main-375 {
  width: 542px;
  right: -100px;
  top: 240px;
}
@media (min-width: 640px) {
  .home_index_page .main .cta-section.august2024 .cta-inner {
    width: 450px;
    height: auto;
    padding: 40px 0 50px;
  }
  .home_index_page .main .cta-section.august2024 .cta-inner:before {
    width: 556px;
    height: 556px;
    right: auto;
    left: -227px;
    top: 164px;
    -webkit-transform: none;
            transform: none;
  }
}
@media (min-width: 768px) {
  .home_index_page .main .cta-section.august2024 .cta-inner {
    width: 720px;
    height: auto;
    padding: 40px 0 50px;
  }
  .home_index_page .main .cta-section.august2024 .cta-inner:before {
    width: 570px;
    height: 570px;
    left: auto;
    right: -111px;
    top: 70px;
  }
}
@media (min-width: 1024px) {
  .home_index_page .main .cta-section.august2024 .cta-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 940px;
    height: auto;
    padding: 45px 0 50px;
  }
  .home_index_page .main .cta-section.august2024 .cta-inner:before {
    width: 756px;
    height: 756px;
    background-image: url("data:image/svg+xml,%3Csvg width='756' height='756' viewBox='0 0 756 756' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M477.366 378.544C477.366 433.122 433.121 477.367 378.543 477.367C323.964 477.367 279.719 433.122 279.719 378.544C279.719 323.965 323.964 279.72 378.543 279.72C433.121 279.72 477.366 323.965 477.366 378.544ZM447.719 378.544C447.719 416.749 416.748 447.72 378.543 447.72C340.337 447.72 309.366 416.749 309.366 378.544C309.366 340.339 340.337 309.367 378.543 309.367C416.748 309.367 447.719 340.339 447.719 378.544Z' fill='%236D3294' /%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M378.666 534.314C464.628 534.314 534.313 464.629 534.313 378.667C534.313 292.706 464.628 223.02 378.666 223.02C292.705 223.02 223.019 292.706 223.019 378.667C223.019 464.629 292.705 534.314 378.666 534.314ZM378.666 504.667C448.254 504.667 504.666 448.255 504.666 378.667C504.666 309.079 448.254 252.667 378.666 252.667C309.078 252.667 252.666 309.079 252.666 378.667C252.666 448.255 309.078 504.667 378.666 504.667Z' fill='%236D3294' /%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M588.79 377.556C588.79 494.218 494.216 588.791 377.554 588.791C260.892 588.791 166.319 494.218 166.319 377.556C166.319 260.893 260.892 166.32 377.554 166.32C494.216 166.32 588.79 260.893 588.79 377.556ZM559.143 377.556C559.143 477.844 477.843 559.144 377.554 559.144C277.266 559.144 195.966 477.844 195.966 377.556C195.966 277.267 277.266 195.967 377.554 195.967C477.843 195.967 559.143 277.267 559.143 377.556Z' fill='%236D3294' /%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M376.443 643.267C523.805 643.267 643.266 523.806 643.266 376.443C643.266 229.081 523.805 109.62 376.443 109.62C229.08 109.62 109.619 229.081 109.619 376.443C109.619 523.806 229.08 643.267 376.443 643.267ZM376.443 613.62C507.432 613.62 613.619 507.432 613.619 376.443C613.619 245.454 507.432 139.267 376.443 139.267C245.454 139.267 139.266 245.454 139.266 376.443C139.266 507.432 245.454 613.62 376.443 613.62Z' fill='%236D3294' /%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M699.053 377.876C699.053 555.257 555.257 699.053 377.876 699.053C200.496 699.053 56.7 555.257 56.7 377.876C56.7 200.496 200.496 56.7 377.876 56.7C555.257 56.7 699.053 200.496 699.053 377.876ZM669.406 377.876C669.406 538.884 538.884 669.406 377.876 669.406C216.869 669.406 86.3471 538.884 86.3471 377.876C86.3471 216.869 216.869 86.3471 377.876 86.3471C538.884 86.3471 669.406 216.869 669.406 377.876Z' fill='%236D3294' /%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M756 378C756 586.764 586.764 756 378 756C169.236 756 0 586.764 0 378C0 169.236 169.236 0 378 0C586.764 0 756 169.236 756 378ZM726.353 378C726.353 570.39 570.39 726.353 378 726.353C185.61 726.353 29.6471 570.39 29.6471 378C29.6471 185.61 185.61 29.6471 378 29.6471C570.39 29.6471 726.353 185.61 726.353 378Z' fill='%236D3294' /%3E%3C/svg%3E");
    left: 112px;
    top: 40px;
    -webkit-transform: none;
            transform: none;
  }
}
@media (min-width: 1280px) {
  .home_index_page .main .cta-section.august2024 .cta-inner {
    width: 1170px;
    height: auto;
    padding: 89px 0 117px;
  }
  .home_index_page .main .cta-section.august2024 .cta-inner:before {
    content: "";
    display: block;
    width: 756px;
    height: 756px;
    background-image: url("data:image/svg+xml,%3Csvg width='756' height='756' viewBox='0 0 756 756' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M477.366 378.544C477.366 433.122 433.121 477.367 378.543 477.367C323.964 477.367 279.719 433.122 279.719 378.544C279.719 323.965 323.964 279.72 378.543 279.72C433.121 279.72 477.366 323.965 477.366 378.544ZM447.719 378.544C447.719 416.749 416.748 447.72 378.543 447.72C340.337 447.72 309.366 416.749 309.366 378.544C309.366 340.339 340.337 309.367 378.543 309.367C416.748 309.367 447.719 340.339 447.719 378.544Z' fill='%236D3294' /%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M378.666 534.314C464.628 534.314 534.313 464.629 534.313 378.667C534.313 292.706 464.628 223.02 378.666 223.02C292.705 223.02 223.019 292.706 223.019 378.667C223.019 464.629 292.705 534.314 378.666 534.314ZM378.666 504.667C448.254 504.667 504.666 448.255 504.666 378.667C504.666 309.079 448.254 252.667 378.666 252.667C309.078 252.667 252.666 309.079 252.666 378.667C252.666 448.255 309.078 504.667 378.666 504.667Z' fill='%236D3294' /%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M588.79 377.556C588.79 494.218 494.216 588.791 377.554 588.791C260.892 588.791 166.319 494.218 166.319 377.556C166.319 260.893 260.892 166.32 377.554 166.32C494.216 166.32 588.79 260.893 588.79 377.556ZM559.143 377.556C559.143 477.844 477.843 559.144 377.554 559.144C277.266 559.144 195.966 477.844 195.966 377.556C195.966 277.267 277.266 195.967 377.554 195.967C477.843 195.967 559.143 277.267 559.143 377.556Z' fill='%236D3294' /%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M376.443 643.267C523.805 643.267 643.266 523.806 643.266 376.443C643.266 229.081 523.805 109.62 376.443 109.62C229.08 109.62 109.619 229.081 109.619 376.443C109.619 523.806 229.08 643.267 376.443 643.267ZM376.443 613.62C507.432 613.62 613.619 507.432 613.619 376.443C613.619 245.454 507.432 139.267 376.443 139.267C245.454 139.267 139.266 245.454 139.266 376.443C139.266 507.432 245.454 613.62 376.443 613.62Z' fill='%236D3294' /%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M699.053 377.876C699.053 555.257 555.257 699.053 377.876 699.053C200.496 699.053 56.7 555.257 56.7 377.876C56.7 200.496 200.496 56.7 377.876 56.7C555.257 56.7 699.053 200.496 699.053 377.876ZM669.406 377.876C669.406 538.884 538.884 669.406 377.876 669.406C216.869 669.406 86.3471 538.884 86.3471 377.876C86.3471 216.869 216.869 86.3471 377.876 86.3471C538.884 86.3471 669.406 216.869 669.406 377.876Z' fill='%236D3294' /%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M756 378C756 586.764 586.764 756 378 756C169.236 756 0 586.764 0 378C0 169.236 169.236 0 378 0C586.764 0 756 169.236 756 378ZM726.353 378C726.353 570.39 570.39 726.353 378 726.353C185.61 726.353 29.6471 570.39 29.6471 378C29.6471 185.61 185.61 29.6471 378 29.6471C570.39 29.6471 726.353 185.61 726.353 378Z' fill='%236D3294' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 45px;
    left: 169px;
    z-index: 1;
  }
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.august2024 .cta-inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .home_index_page .main .cta-section.august2024 .cta-inner img.img-main-1920 {
    width: 472px;
    right: 257px;
    bottom: 10px;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.august2024 .cta-inner img.img-main-1920 {
    display: none;
  }
  .home_index_page .main .cta-section.august2024 .cta-inner img.img-main-768 {
    display: block;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.august2024 .cta-inner img.img-main-768 {
    display: none;
  }
  .home_index_page .main .cta-section.august2024 .cta-inner img.img-main-480 {
    display: block;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.august2024 .cta-inner img.img-main-480 {
    display: none;
  }
  .home_index_page .main .cta-section.august2024 .cta-inner img.img-main-375 {
    display: block;
  }
}
.home_index_page .main .cta-section.august2024 .cta-content {
  max-width: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #fff;
  font-family: "Roboto", sans-serif;
  padding: 0;
  position: relative;
  z-index: 15;
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.august2024 .cta-content {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.august2024 .cta-content {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    max-width: 100%;
    padding: 0 !important;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.august2024 .cta-content {
    padding: 0 15px !important;
  }
}
.home_index_page .main .cta-section.august2024 .cta-content.hidden {
  display: none;
}
.home_index_page .main .cta-section.august2024 .cta-content .sale-block {
  background: -webkit-gradient(linear, left top, right top, from(#e8522f), to(#ec7c38));
  background: linear-gradient(90deg, #e8522f 0%, #ec7c38 100%);
  border-radius: 16px;
  padding: 16px 20px;
  color: #fff;
  font-weight: 600;
  font-size: 25px;
  line-height: 105%;
  text-transform: uppercase;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 22px;
  position: relative;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.august2024 .cta-content .sale-block {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.august2024 .cta-content .sale-block {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.august2024 .cta-content .sale-block {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.august2024 .cta-content .sale-block {
    font-size: 18px;
    margin-bottom: 18px;
  }
}
.home_index_page .main .cta-section.august2024 .cta-content h1.title {
  color: #fff;
  width: 100%;
  font-weight: 700;
  font-size: 86px;
  line-height: 108%;
  margin-bottom: 28px;
  position: relative;
  z-index: 3;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.august2024 .cta-content h1.title {
    font-size: 70px;
    margin-bottom: 28px;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.august2024 .cta-content h1.title {
    margin-bottom: 305px;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.august2024 .cta-content h1.title {
    font-size: 56px;
    margin-bottom: 385px;
    text-align: center;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.august2024 .cta-content h1.title {
    font-size: 46px;
    margin-bottom: 475px;
  }
}
.home_index_page .main .cta-section.august2024 .cta-content .quote-sheep {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  border-radius: 16px;
  color: #1e1e1e;
  font-weight: 500;
  font-size: 22px;
  line-height: 105%;
  padding: 16px 26px;
  position: relative;
}
.home_index_page .main .cta-section.august2024 .cta-content .quote-sheep.quote-first-sheep {
  margin-bottom: 12px;
}
.home_index_page .main .cta-section.august2024 .cta-content .quote-sheep.quote-second-sheep {
  margin-bottom: 71px;
}
.home_index_page .main .cta-section.august2024 .cta-content .quote-sheep.quote-second-sheep:before {
  content: "";
  display: block;
  width: 76px;
  height: 22px;
  background-image: url("data:image/svg+xml,%3Csvg width='76' height='22' viewBox='0 0 76 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.22364 21.8915L75.9961 0.957997L0.310876 4.99941L2.22364 21.8915Z' fill='white' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  right: -66px;
  top: 11px;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.august2024 .cta-content .quote-sheep {
    padding: 16px 18px;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.august2024 .cta-content .quote-sheep {
    font-size: 18px;
    position: absolute;
  }
  .home_index_page .main .cta-section.august2024 .cta-content .quote-sheep.quote-first-sheep {
    top: 260px;
    right: 255px;
  }
  .home_index_page .main .cta-section.august2024 .cta-content .quote-sheep.quote-first-sheep:before {
    content: "";
    display: block;
    width: 45px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg width='45' height='18' viewBox='0 0 45 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 17.5L45 5L0.5 0.5V17.5Z' fill='white' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    right: -40px;
    top: 11px;
  }
  .home_index_page .main .cta-section.august2024 .cta-content .quote-sheep.quote-second-sheep {
    top: 200px;
    left: 202px;
  }
  .home_index_page .main .cta-section.august2024 .cta-content .quote-sheep.quote-second-sheep:before {
    width: 45px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg width='45' height='18' viewBox='0 0 45 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M44.5 17.5L0 5L44.5 0.5V17.5Z' fill='white' /%3E%3C/svg%3E");
    right: auto;
    left: -35px;
    top: 11px;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.august2024 .cta-content .quote-sheep.quote-first-sheep {
    top: 216px;
    right: 157px;
  }
  .home_index_page .main .cta-section.august2024 .cta-content .quote-sheep.quote-first-sheep:before {
    top: 22px;
  }
  .home_index_page .main .cta-section.august2024 .cta-content .quote-sheep.quote-second-sheep {
    top: 155px;
    left: 31px;
  }
  .home_index_page .main .cta-section.august2024 .cta-content .quote-sheep.quote-second-sheep:before {
    display: none;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.august2024 .cta-content .quote-sheep.quote-first-sheep {
    top: 208px;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  .home_index_page .main .cta-section.august2024 .cta-content .quote-sheep.quote-first-sheep:before {
    right: -6px;
    top: auto;
    bottom: -14px;
    -webkit-transform: rotate(56deg);
            transform: rotate(56deg);
  }
  .home_index_page .main .cta-section.august2024 .cta-content .quote-sheep.quote-second-sheep {
    top: 147px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.home_index_page .main .cta-section.august2024 .cta-content .discount-block {
  height: 130px;
  border-radius: 24px;
  background: -webkit-gradient(linear, left top, right top, from(#e8522f), to(#ec7c38));
  background: linear-gradient(90deg, #e8522f 0%, #ec7c38 100%);
  color: #fff;
  padding: 0 25px 0 16px;
  margin-bottom: 40px;
  position: relative;
}
.home_index_page .main .cta-section.august2024 .cta-content .discount-block .new_price {
  font-weight: 900;
  margin-top: -46px;
  position: relative;
}
.home_index_page .main .cta-section.august2024 .cta-content .discount-block .new_price .euro {
  font-size: 180px;
  line-height: 81%;
  letter-spacing: -0.12em;
}
.home_index_page .main .cta-section.august2024 .cta-content .discount-block .new_price .right-part {
  margin-top: -6px;
  margin-left: 17px;
  position: relative;
}
.home_index_page .main .cta-section.august2024 .cta-content .discount-block .new_price .right-part .cents {
  font-size: 90px;
  font-weight: 900;
  line-height: 105%;
  margin-left: -5px;
  margin-bottom: 2px;
}
.home_index_page .main .cta-section.august2024 .cta-content .discount-block .new_price .right-part .value {
  font-size: 30px;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 3px;
  margin-left: -4px;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.august2024 .cta-content .discount-block {
    height: 110px;
  }
  .home_index_page .main .cta-section.august2024 .cta-content .discount-block .new_price {
    margin-top: -35px;
  }
  .home_index_page .main .cta-section.august2024 .cta-content .discount-block .new_price .euro {
    font-size: 150px;
  }
  .home_index_page .main .cta-section.august2024 .cta-content .discount-block .new_price .right-part .cents {
    font-size: 70px;
  }
  .home_index_page .main .cta-section.august2024 .cta-content .discount-block .new_price .right-part .value {
    font-size: 24px;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.august2024 .cta-content .discount-block {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.august2024 .cta-content .bottom-block {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.home_index_page .main .cta-section.august2024 .cta-content .button {
  width: 260px;
  height: 55px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 0 15px;
  font-family: "Roboto", sans-serif;
  border: 0;
  background: #fff;
  z-index: 10;
}
.home_index_page .main .cta-section.august2024 .cta-content .button a {
  color: #273747;
  letter-spacing: 0;
  text-decoration: none;
  border-bottom: none;
  text-transform: none;
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.august2024 .cta-content .button {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}
.home_index_page .main .cta-section.august2024 .cta-content .link-agreement {
  display: none;
  width: 260px;
  color: #dbdbdb;
  font-size: 12px;
  text-align: center;
  text-decoration: underline;
  border-bottom: none;
  margin-top: 10px;
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.august2024 .cta-content .link-agreement {
    display: block;
  }
}
.home_index_page .main .cta-section.august2024 .check-form-section .white-box .box-inner {
  z-index: 10;
}
.home_index_page .main .cta-section.august2024 .check-form-section .white-box .box-inner .title {
  font-weight: 500;
  line-height: 132%;
}
.home_index_page .main .cta-section.august2024 .check-form-section .white-box .box-inner .title .highlight-text {
  color: #e85d32;
}
.home_index_page .main .cta-section.august2024 .check-form-section .white-box .box-inner .form .input input {
  border-color: #f5f5f5;
  border-radius: 30px;
  background: #f5f5f5;
  font-size: 16px;
  padding: 0 25px;
  height: 50px;
}
.home_index_page .main .cta-section.august2024 .check-form-section .white-box .box-inner .form .button-holder .button {
  background: -webkit-gradient(linear, left top, right top, from(#e8522f), to(#ec7c38));
  background: linear-gradient(90deg, #e8522f 0%, #ec7c38 100%);
  color: #fff;
  font-weight: 600;
  width: 200px !important;
  height: 55px;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.home_index_page .main .cta-section.august2024 .check-form-section .white-box .box-inner .form .button-holder .button svg {
  fill: #fff;
}
.home_index_page .main .cta-section.august2024 .check-form-section .white-box .box-inner .form .button-holder .button:hover {
  background: -webkit-gradient(linear, left top, right top, color-stop(100%, #e8522f), to(#ec7c38));
  background: linear-gradient(90deg, #e8522f 100%, #ec7c38 100%);
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.home_index_page .main .cta-section.june2024 {
  background-image: url("data:image/svg+xml,%3Csvg width='1920' height='825' viewBox='0 0 1920 825' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_7016_3' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='1920' height='825'%3E%3Crect width='1920' height='825' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_7016_3)'%3E%3Cpath d='M1920 -155H0V881H1920V-155Z' fill='%23056839'/%3E%3Cpath d='M1920 -155H0V881H1920V-155Z' fill='url(%23paint0_radial_7016_3)'/%3E%3Cpath d='M2800.68 -284.173C2805.22 -294.078 2810.59 -304.189 2813.07 -315.126L2798.21 -324.825C2791.61 -319.047 2787.07 -308.729 2780.87 -303.364C2724.95 -226.599 2644.27 -174.391 2579.47 -106.293C2555.12 -81.3242 2526.02 -61.9267 2499.2 -40.0529C2449.47 -0.638885 2402 44.1404 2341.34 66.0143C2290.57 84.7927 2249.92 121.937 2203.08 148.144C2166.76 168.161 2123.63 169.399 2086.69 188.384C2056.15 204.273 2025.82 220.988 1992.18 229.448C1938.53 245.544 1881.99 232.75 1827.3 240.179C1739.81 258.338 1650.45 264.529 1561.93 275.672C1517.35 282.688 1471.96 290.53 1426.76 283.101C1401.59 278.768 1376.41 274.434 1351.24 270.307C1310.38 263.91 1272.41 244.306 1230.52 243.481C1191.1 242.655 1151.48 245.544 1112.28 240.179C1021.69 227.179 930.064 232.337 838.854 227.385C795.932 230.068 754.248 217.48 711.532 217.686C752.184 246.783 803.98 250.084 850.823 262.878C942.445 280.212 1031.59 322.928 1126.72 313.848C1161.39 310.547 1195.23 320.865 1229.69 322.928C1277.36 326.023 1321.32 346.659 1367.95 355.12C1393.75 359.659 1421.81 371.834 1426.56 400.724C1496.72 397.629 1566.67 394.946 1636.22 385.248C1674.18 385.041 1715.46 368.739 1750.95 388.756C1814.71 371.628 1886.73 362.961 1948.43 392.883C1946.37 389.787 1942.24 383.803 1940.18 380.708C1998.58 361.517 2056.56 340.675 2116.2 324.579C2126.11 321.277 2136.84 321.484 2146.33 326.023L2147.15 326.23C2165.93 316.531 2184.5 306.007 2202.66 294.864C2177.08 294.038 2150.66 297.753 2126.11 290.117C2110.84 281.657 2119.91 261.227 2132.92 255.656C2161.81 239.973 2194.2 232.544 2223.92 218.924C2259.82 201.797 2305.43 209.432 2335.76 180.336C2392.31 130.81 2448.43 67.8715 2528.5 61.8871C2638.69 -35.9258 2736.1 -151.073 2800.68 -284.173Z' fill='%23456442'/%3E%3Cpath d='M1028.08 493.173C1099.69 503.284 1172.53 508.443 1244.34 499.57C1286.44 495.03 1325.86 477.077 1368.16 473.156C1402.83 469.854 1436.26 483.474 1470.72 484.506C1511.58 486.363 1549.13 467.791 1588.75 460.775C1612.9 455.203 1638.69 455.822 1661.8 446.536C1691.31 426.932 1717.52 402.169 1750.54 388.137C1715.04 368.327 1673.77 384.629 1635.8 384.629C1566.26 394.328 1496.31 397.01 1426.14 400.106C1421.81 403.82 1412.94 411.043 1408.6 414.757C1392.51 413.106 1376.41 411.249 1360.32 408.979C1333.08 409.392 1303.36 404.027 1279.01 419.091C1243.11 438.694 1201.83 444.06 1161.8 448.6C1102.78 455.203 1044.59 433.742 985.78 441.377C936.873 447.774 887.967 452.727 838.647 454.171C766.423 458.092 695.643 440.345 623.83 437.044C622.799 441.79 623.005 440.552 622.18 445.298C682.642 469.235 743.93 494.411 808.313 505.76C881.157 499.982 954.62 485.537 1028.08 493.173Z' fill='%2334573D'/%3E%3Cpath d='M212.562 363.993C278.183 369.771 344.423 369.152 409.838 359.247C444.919 353.882 480.825 354.914 516.112 351.818C546.446 347.691 572.86 366.263 600.925 373.692C642.609 386.899 686.975 385.454 729.897 380.295C801.709 371.629 877.855 376.168 943.27 340.675C938.936 328.087 929.444 318.182 915.412 318.595C874.14 312.404 832.25 314.674 790.772 314.055C728.04 313.849 666.546 300.436 604.845 290.943C551.605 286.197 498.984 276.292 447.189 262.879C418.918 253.799 389.822 264.323 361.138 264.736C276.119 264.736 190.688 255.45 108.971 231.512C71.0011 230.687 33.6506 223.258 -3.08086 214.385C-44.9712 203.861 -82.1154 177.447 -125.244 172.701C-148.769 174.145 -152.483 200.765 -160.324 217.893C-96.7667 258.132 -32.5898 298.372 35.9205 329.944L35.0951 328.294C91.224 349.755 151.274 365.231 212.562 363.993Z' fill='%2333553D'/%3E%3Cpath d='M-125.656 172.701C-82.528 177.447 -45.1775 203.654 -3.49347 214.385C33.238 223.258 70.7949 230.687 108.558 231.512C56.5563 214.591 6.82437 191.686 -45.5902 176.622C-92.2267 154.129 -138.657 130.398 -190.04 120.905C-276.09 101.714 -340.061 36.7118 -416 -2.28955C-345.839 86.2374 -256.28 158.462 -160.737 218.099C-152.896 200.765 -149.181 174.145 -125.656 172.701Z' fill='%2326402C'/%3E%3C/g%3E%3Cdefs%3E%3CradialGradient id='paint0_radial_7016_3' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(2651.06 -760.766) scale(6730.43 5102.7)'%3E%3Cstop offset='0.0340351' stop-color='white'/%3E%3Cstop offset='0.1645' stop-color='%2379B23F'/%3E%3Cstop offset='0.284' stop-color='%2359983F'/%3E%3Cstop offset='0.4941' stop-color='%2320743B'/%3E%3Cstop offset='0.6012' stop-color='%23006838'/%3E%3Cstop offset='0.8542' stop-color='%23006838'/%3E%3C/radialGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  height: auto;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .home_index_page .main .cta-section.june2024 {
    background-image: url("data:image/svg+xml,%3Csvg width='1024' height='676' viewBox='0 0 1024 676' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_7017_5' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='1024' height='676'%3E%3Crect width='1024' height='676' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_7017_5)'%3E%3Crect y='-140' width='1024' height='816' fill='%23056839'/%3E%3Crect y='-140' width='1024' height='816' fill='url(%23paint0_radial_7017_5)'/%3E%3Cpath d='M1490.79 -119.262C1493.45 -125.057 1496.59 -130.972 1498.04 -137.371L1489.34 -143.045C1485.47 -139.664 1482.81 -133.628 1479.19 -130.49C1446.44 -85.5811 1399.18 -55.0386 1361.24 -15.2005C1346.98 -0.593201 1329.94 10.7546 1314.23 23.5511C1285.1 46.6089 1257.31 72.8055 1221.78 85.6019C1192.05 96.5876 1168.24 118.318 1140.81 133.649C1119.54 145.359 1094.28 146.083 1072.65 157.19C1054.77 166.485 1037 176.264 1017.3 181.213C985.883 190.63 952.77 183.145 920.745 187.491C869.505 198.114 817.178 201.736 765.334 208.255C739.231 212.36 712.644 216.947 686.178 212.601C671.435 210.066 656.691 207.531 641.948 205.116C618.02 201.374 595.783 189.905 571.251 189.422C548.169 188.94 524.966 190.63 502.005 187.491C448.952 179.885 395.296 182.903 341.88 180.006C316.744 181.576 292.333 174.212 267.317 174.332C291.124 191.354 321.457 193.286 348.89 200.77C402.546 210.911 454.753 235.9 510.464 230.588C530.767 228.657 550.586 234.693 570.768 235.9C598.684 237.711 624.424 249.783 651.736 254.733C666.842 257.389 683.278 264.511 686.057 281.412C727.146 279.601 768.113 278.032 808.839 272.358C831.076 272.237 855.245 262.7 876.031 274.41C913.373 264.39 955.55 259.32 991.683 276.825C990.475 275.014 988.058 271.513 986.849 269.702C1021.05 258.475 1055.01 246.282 1089.93 236.866C1095.73 234.934 1102.02 235.055 1107.58 237.711L1108.06 237.832C1119.06 232.158 1129.93 226.001 1140.57 219.482C1125.58 218.999 1110.11 221.172 1095.73 216.706C1086.79 211.756 1092.11 199.804 1099.72 196.545C1116.64 187.37 1135.61 183.024 1153.02 175.057C1174.04 165.037 1200.75 169.503 1218.52 152.482C1251.63 123.508 1284.5 86.6884 1331.39 83.1875C1395.92 25.9655 1452.96 -41.397 1490.79 -119.262Z' fill='%23456442'/%3E%3Cpath d='M452.698 335.496C494.633 341.411 537.292 344.429 579.348 339.238C604.001 336.582 627.083 326.079 651.857 323.786C672.159 321.854 691.737 329.822 711.919 330.425C735.847 331.512 757.841 320.647 781.044 316.542C795.183 313.283 810.289 313.645 823.824 308.213C841.106 296.744 856.454 282.258 875.789 274.048C855.003 262.459 830.834 271.996 808.597 271.996C767.872 277.67 726.904 279.239 685.815 281.05C683.278 283.223 678.081 287.449 675.543 289.622C666.117 288.656 656.691 287.569 647.265 286.241C631.313 286.483 613.91 283.344 599.65 292.157C578.623 303.625 554.453 306.764 531.008 309.42C496.446 313.283 462.366 300.728 427.924 305.195C399.283 308.937 370.642 311.834 341.759 312.679C299.462 314.973 258.011 304.591 215.956 302.659C215.352 305.436 215.473 304.712 214.989 307.488C250.398 321.492 286.29 336.22 323.995 342.86C366.654 339.479 409.676 331.029 452.698 335.496Z' fill='%2334573D'/%3E%3Cpath d='M-24.8954 259.924C13.5344 263.304 52.3268 262.942 90.6358 257.147C111.18 254.009 132.208 254.612 152.873 252.801C170.638 250.387 186.106 261.252 202.542 265.598C226.953 273.324 252.935 272.479 278.072 269.461C320.127 264.391 364.72 267.047 403.029 246.282C400.492 238.918 394.932 233.124 386.715 233.365C362.545 229.744 338.013 231.072 313.722 230.709C276.984 230.589 240.971 222.742 204.838 217.189C173.659 214.412 142.842 208.617 112.509 200.77C95.9532 195.459 78.9135 201.616 62.1155 201.857C12.3259 201.857 -37.7054 196.424 -85.5614 182.421C-107.798 181.938 -129.671 177.592 -151.182 172.401C-175.714 166.244 -197.467 150.792 -222.725 148.015C-236.501 148.86 -238.677 164.433 -243.269 174.453C-206.047 197.994 -168.464 221.535 -128.342 240.005L-128.825 239.039C-95.9544 251.594 -60.7875 260.648 -24.8954 259.924Z' fill='%2333553D'/%3E%3Cpath d='M1086.67 236.263C1053.44 245.075 1021.05 256.544 988.42 267.288C987.937 271.151 987.937 271.634 987.453 275.618C993.133 279.119 998.813 282.62 1004.49 286C1038.57 271.513 1071.81 254.854 1104.19 237.228C1098.75 234.572 1092.47 234.452 1086.67 236.263Z' fill='%2332513C'/%3E%3C/g%3E%3Cdefs%3E%3CradialGradient id='paint0_radial_7017_5' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(1413.9 -617.128) scale(3589.56 4019.12)'%3E%3Cstop offset='0.0340351' stop-color='white'/%3E%3Cstop offset='0.1645' stop-color='%2379B23F'/%3E%3Cstop offset='0.284' stop-color='%2359983F'/%3E%3Cstop offset='0.4941' stop-color='%2320743B'/%3E%3Cstop offset='0.6012' stop-color='%23006838'/%3E%3Cstop offset='0.8542' stop-color='%23006838'/%3E%3C/radialGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.june2024 {
    background-image: url("data:image/svg+xml,%3Csvg width='768' height='422' viewBox='0 0 768 422' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_7017_7' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='768' height='422'%3E%3Crect width='768' height='422' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_7017_7)'%3E%3Crect y='-140' width='768' height='562' fill='%23056839'/%3E%3Crect y='-140' width='768' height='562' fill='url(%23paint0_radial_7017_7)'/%3E%3Cpath d='M1169.7 -94.2961C1171.66 -98.5493 1173.96 -102.891 1175.03 -107.587L1168.64 -111.752C1165.8 -109.271 1163.84 -104.841 1161.18 -102.537C1137.12 -69.5744 1102.42 -47.1564 1074.54 -17.9157C1064.07 -7.19405 1051.55 1.13514 1040.01 10.5276C1018.62 27.4518 998.204 46.6799 972.107 56.0723C950.27 64.1357 932.783 80.0852 912.633 91.3385C897.01 99.9335 878.458 100.465 862.568 108.617C849.431 115.44 836.382 122.617 821.913 126.25C798.833 133.162 774.511 127.668 750.988 130.858C713.351 138.655 674.914 141.314 636.833 146.098C617.66 149.111 598.131 152.478 578.691 149.288C567.861 147.428 557.032 145.567 546.202 143.795C528.626 141.048 512.293 132.63 494.273 132.276C477.319 131.921 460.276 133.162 443.41 130.858C404.441 125.275 365.028 127.491 325.793 125.364C307.33 126.516 289.399 121.111 271.024 121.2C288.511 133.693 310.792 135.111 330.942 140.605C370.354 148.048 408.702 166.39 449.623 162.491C464.536 161.073 479.094 165.504 493.918 166.39C514.423 167.719 533.331 176.58 553.392 180.213C564.488 182.162 576.56 187.39 578.602 199.795C608.783 198.466 638.875 197.314 668.79 193.15C685.123 193.061 702.876 186.061 718.144 194.656C745.573 187.301 776.553 183.58 803.094 196.428C802.207 195.099 800.431 192.529 799.544 191.2C824.665 182.96 849.608 174.01 875.262 167.099C879.523 165.681 884.139 165.77 888.222 167.719L888.577 167.808C896.655 163.643 904.644 159.124 912.455 154.339C901.448 153.985 890.086 155.58 879.523 152.301C872.954 148.668 876.86 139.896 882.452 137.503C894.879 130.769 908.816 127.579 921.598 121.731C937.044 114.377 956.661 117.655 969.71 105.161C994.032 83.8954 1018.18 56.8698 1052.62 54.3002C1100.02 12.2998 1141.92 -37.1437 1169.7 -94.2961Z' fill='%23456442'/%3E%3Cpath d='M407.192 239.492C437.995 243.834 469.329 246.049 500.22 242.239C518.329 240.289 535.283 232.58 553.481 230.897C568.394 229.479 582.774 235.327 597.598 235.77C615.174 236.568 631.329 228.593 648.373 225.58C658.758 223.188 669.854 223.454 679.796 219.466C692.49 211.049 703.763 200.416 717.966 194.39C702.698 185.884 684.945 192.884 668.612 192.884C638.697 197.049 608.605 198.2 578.424 199.53C576.56 201.124 572.743 204.226 570.879 205.821C563.955 205.112 557.031 204.314 550.107 203.34C538.39 203.517 525.608 201.213 515.133 207.682C499.688 216.099 481.934 218.403 464.714 220.353C439.326 223.188 414.294 213.973 388.995 217.251C367.957 219.998 346.919 222.125 325.704 222.745C294.636 224.429 264.189 216.808 233.298 215.39C232.854 217.428 232.942 216.897 232.587 218.935C258.596 229.213 284.96 240.024 312.655 244.897C343.99 242.416 375.591 236.213 407.192 239.492Z' fill='%2334573D'/%3E%3Cpath d='M56.3847 184.023C84.6126 186.504 113.107 186.238 141.246 181.985C156.336 179.681 171.782 180.124 186.961 178.795C200.01 177.023 211.372 184.998 223.444 188.188C241.375 193.859 260.46 193.238 278.924 191.023C309.815 187.302 342.57 189.251 370.709 174.01C368.845 168.605 364.762 164.352 358.726 164.529C340.972 161.871 322.952 162.846 305.11 162.58C278.125 162.491 251.672 156.732 225.131 152.656C202.229 150.618 179.593 146.364 157.313 140.605C145.152 136.706 132.636 141.225 120.297 141.402C83.7249 141.402 46.9753 137.415 11.8235 127.136C-4.50961 126.782 -20.5765 123.592 -36.377 119.782C-54.3967 115.263 -70.3748 103.921 -88.9272 101.883C-99.0466 102.503 -100.644 113.934 -104.018 121.288C-76.6773 138.567 -49.0707 155.846 -19.6 169.403L-19.9551 168.694C4.18958 177.909 30.0208 184.555 56.3847 184.023Z' fill='%2333553D'/%3E%3Cpath d='M-89.1046 101.883C-70.5523 103.921 -54.4854 115.174 -36.5545 119.782C-20.7539 123.592 -4.5983 126.782 11.6461 127.136C-10.7232 119.87 -32.1161 110.035 -54.663 103.567C-74.7243 93.9082 -94.697 83.7183 -116.8 79.6423C-153.816 71.4017 -181.334 43.49 -214 26.743C-183.819 64.756 -145.294 95.769 -104.195 121.377C-100.822 113.934 -99.2241 102.503 -89.1046 101.883Z' fill='%2326402C'/%3E%3C/g%3E%3Cdefs%3E%3CradialGradient id='paint0_radial_7017_7' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(1060.42 -468.61) scale(2692.17 2768.07)'%3E%3Cstop offset='0.0340351' stop-color='white'/%3E%3Cstop offset='0.1645' stop-color='%2379B23F'/%3E%3Cstop offset='0.284' stop-color='%2359983F'/%3E%3Cstop offset='0.4941' stop-color='%2320743B'/%3E%3Cstop offset='0.6012' stop-color='%23006838'/%3E%3Cstop offset='0.8542' stop-color='%23006838'/%3E%3C/radialGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.june2024 {
    background-image: url("data:image/svg+xml,%3Csvg width='480' height='440' viewBox='0 0 480 440' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_7017_9' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='480' height='440'%3E%3Crect width='480' height='440' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_7017_9)'%3E%3Crect y='-140' width='480' height='658' fill='%23056839'/%3E%3Crect y='-140' width='480' height='658' fill='url(%23paint0_radial_7017_9)'/%3E%3Cpath d='M800.697 98.2246C801.915 95.5699 803.354 92.8599 804.018 89.9287L800.033 87.3293C798.262 88.8779 797.044 91.6432 795.384 93.0812C780.386 113.655 758.747 127.647 741.369 145.898C734.838 152.59 727.035 157.789 719.84 163.651C706.502 174.215 693.773 186.216 677.502 192.079C663.888 197.112 652.985 207.067 640.422 214.09C630.681 219.455 619.115 219.787 609.208 224.875C601.017 229.134 592.882 233.613 583.861 235.881C569.471 240.195 554.307 236.766 539.641 238.757C516.175 243.624 492.212 245.283 468.469 248.27C456.515 250.15 444.339 252.252 432.219 250.261C425.467 249.099 418.715 247.938 411.963 246.832C401.005 245.117 390.822 239.863 379.587 239.642C369.017 239.421 358.391 240.195 347.875 238.757C323.579 235.273 299.007 236.655 274.545 235.328C263.034 236.047 251.854 232.673 240.398 232.729C251.301 240.527 265.192 241.412 277.755 244.841C302.328 249.486 326.236 260.935 351.749 258.501C361.047 257.616 370.123 260.382 379.366 260.935C392.15 261.764 403.938 267.295 416.446 269.562C423.364 270.779 430.891 274.042 432.164 281.785C450.981 280.955 469.742 280.236 488.393 277.637C498.576 277.582 509.645 273.212 519.164 278.577C536.265 273.987 555.58 271.664 572.128 279.683C571.574 278.854 570.468 277.25 569.914 276.42C585.576 271.277 601.128 265.691 617.122 261.377C619.779 260.492 622.657 260.547 625.202 261.764L625.424 261.819C630.46 259.22 635.441 256.399 640.311 253.413C633.449 253.192 626.365 254.187 619.779 252.141C615.683 249.873 618.118 244.398 621.605 242.905C629.353 238.702 638.042 236.711 646.012 233.06C655.641 228.47 667.872 230.516 676.008 222.718C691.172 209.445 706.226 192.576 727.699 190.973C757.252 164.758 783.375 133.897 800.697 98.2246Z' fill='%23456442'/%3E%3Cpath d='M325.295 306.562C344.499 309.272 364.036 310.655 383.295 308.277C394.585 307.06 405.156 302.248 416.501 301.197C425.799 300.312 434.765 303.963 444.007 304.239C454.965 304.737 465.038 299.759 475.664 297.879C482.139 296.386 489.057 296.552 495.255 294.063C503.17 288.809 510.198 282.172 519.053 278.411C509.534 273.102 498.465 277.471 488.282 277.471C469.631 280.071 450.87 280.789 432.053 281.619C430.891 282.615 428.511 284.55 427.349 285.546C423.032 285.103 418.715 284.606 414.398 283.997C407.093 284.108 399.124 282.67 392.593 286.707C382.963 291.961 371.894 293.399 361.158 294.616C345.329 296.386 329.723 290.634 313.95 292.68C300.833 294.395 287.717 295.722 274.49 296.109C255.119 297.16 236.136 292.404 216.877 291.519C216.6 292.791 216.655 292.459 216.434 293.731C232.65 300.147 249.087 306.894 266.354 309.936C285.89 308.387 305.593 304.516 325.295 306.562Z' fill='%2334573D'/%3E%3Cpath d='M106.577 271.941C124.176 273.489 141.941 273.323 159.485 270.669C168.894 269.231 178.524 269.507 187.987 268.678C196.123 267.571 203.207 272.549 210.734 274.54C221.913 278.08 233.812 277.692 245.323 276.31C264.583 273.987 285.005 275.204 302.549 265.691C301.387 262.317 298.841 259.663 295.077 259.773C284.009 258.114 272.774 258.722 261.65 258.557C244.825 258.501 228.333 254.906 211.785 252.362C197.506 251.09 183.394 248.436 169.503 244.841C161.92 242.407 154.117 245.228 146.424 245.338C123.623 245.338 100.71 242.85 78.7943 236.434C68.611 236.213 58.5938 234.222 48.7427 231.844C37.5079 229.023 27.546 221.944 15.9792 220.672C9.67005 221.059 8.67386 228.194 6.5708 232.784C23.6166 243.569 40.8285 254.353 59.2026 262.815L58.9812 262.373C74.0347 268.124 90.1397 272.272 106.577 271.941Z' fill='%2333553D'/%3E%3Cpath d='M15.8685 220.672C27.4354 221.944 37.4526 228.968 48.632 231.844C58.4832 234.222 68.5557 236.213 78.6836 236.434C64.737 231.899 51.3992 225.76 37.3419 221.723C24.8342 215.694 12.3819 209.334 -1.39869 206.79C-24.477 201.647 -41.6335 184.225 -62 173.772C-43.1832 197.499 -19.164 216.856 6.46011 232.839C8.56317 228.193 9.55936 221.059 15.8685 220.672Z' fill='%2326402C'/%3E%3C/g%3E%3Cdefs%3E%3CradialGradient id='paint0_radial_7017_9' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(662.764 -524.743) scale(1682.61 3240.9)'%3E%3Cstop offset='0.0340351' stop-color='white'/%3E%3Cstop offset='0.1645' stop-color='%2379B23F'/%3E%3Cstop offset='0.284' stop-color='%2359983F'/%3E%3Cstop offset='0.4941' stop-color='%2320743B'/%3E%3Cstop offset='0.6012' stop-color='%23006838'/%3E%3Cstop offset='0.8542' stop-color='%23006838'/%3E%3C/radialGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.june2024 {
    background-image: url("data:image/svg+xml,%3Csvg width='375' height='457' viewBox='0 0 375 457' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_7017_11' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='375' height='457'%3E%3Crect width='375' height='457' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_7017_11)'%3E%3Crect y='-140' width='375' height='597' fill='%23056839'/%3E%3Crect y='-140' width='375' height='597' fill='url(%23paint0_radial_7017_11)'/%3E%3Cpath d='M579.246 162.659C580.262 160.461 581.461 158.217 582.015 155.79L578.693 153.638C577.216 154.92 576.201 157.21 574.817 158.401C562.313 175.435 544.272 187.02 529.783 202.131C524.339 207.672 517.833 211.976 511.834 216.83C500.714 225.576 490.102 235.512 476.537 240.366C465.186 244.533 456.096 252.776 445.622 258.591C437.501 263.033 427.858 263.308 419.599 267.52C412.77 271.046 405.987 274.755 398.466 276.633C386.469 280.204 373.827 277.365 361.599 279.014C342.035 283.043 322.056 284.417 302.262 286.89C292.295 288.447 282.144 290.187 272.04 288.538C266.41 287.577 260.781 286.615 255.152 285.699C246.016 284.28 237.526 279.93 228.159 279.746C219.346 279.563 210.487 280.204 201.721 279.014C181.465 276.129 160.978 277.274 140.584 276.175C130.986 276.77 121.666 273.977 112.115 274.023C121.205 280.479 132.786 281.212 143.26 284.051C163.747 287.897 183.679 297.376 204.95 295.361C212.702 294.629 220.269 296.918 227.975 297.376C238.633 298.063 248.461 302.642 258.889 304.519C264.657 305.527 270.932 308.228 271.993 314.639C287.681 313.952 303.323 313.357 318.873 311.205C327.363 311.159 336.591 307.542 344.527 311.983C358.785 308.183 374.888 306.259 388.684 312.899C388.223 312.212 387.3 310.884 386.838 310.197C399.896 305.939 412.862 301.314 426.197 297.742C428.411 297.01 430.811 297.055 432.933 298.063L433.118 298.109C437.317 295.956 441.469 293.621 445.53 291.148C439.808 290.965 433.902 291.789 428.411 290.095C424.997 288.218 427.027 283.684 429.934 282.448C436.394 278.968 443.638 277.32 450.282 274.297C458.311 270.497 468.508 272.191 475.291 265.734C487.933 254.745 500.484 240.778 518.386 239.45C543.026 217.746 564.804 192.194 579.246 162.659Z' fill='%23456442'/%3E%3Cpath d='M182.895 335.154C198.906 337.397 215.194 338.542 231.251 336.573C240.664 335.566 249.477 331.582 258.936 330.712C266.687 329.979 274.162 333.001 281.868 333.23C291.004 333.643 299.401 329.521 308.26 327.964C313.659 326.728 319.426 326.865 324.594 324.805C331.192 320.455 337.052 314.96 344.435 311.846C336.499 307.45 327.27 311.068 318.78 311.068C303.231 313.22 287.589 313.815 271.901 314.502C270.932 315.326 268.948 316.929 267.979 317.753C264.38 317.387 260.781 316.975 257.182 316.471C251.092 316.563 244.447 315.372 239.003 318.715C230.974 323.065 221.746 324.255 212.795 325.263C199.598 326.728 186.586 321.966 173.436 323.66C162.501 325.08 151.565 326.179 140.538 326.499C124.388 327.369 108.562 323.431 92.5049 322.699C92.2742 323.752 92.3203 323.477 92.1357 324.53C105.655 329.842 119.359 335.428 133.755 337.947C150.043 336.665 166.469 333.459 182.895 335.154Z' fill='%2334573D'/%3E%3Cpath d='M0.54528 306.488C15.2181 307.771 30.0294 307.633 44.6561 305.435C52.5001 304.245 60.5286 304.474 68.4187 303.787C75.2014 302.871 81.1075 306.992 87.3827 308.641C96.7032 311.571 106.623 311.251 116.221 310.106C132.278 308.183 149.304 309.19 163.931 301.314C162.962 298.521 160.839 296.323 157.702 296.414C148.473 295.041 139.107 295.544 129.832 295.407C115.806 295.361 102.056 292.385 88.2594 290.278C76.355 289.225 64.589 287.027 53.0076 284.051C46.6863 282.036 40.1804 284.371 33.7668 284.463C14.7567 284.463 -4.34566 282.402 -22.6175 277.091C-31.1075 276.908 -39.459 275.259 -47.6721 273.29C-57.0387 270.955 -65.3441 265.093 -74.9876 264.04C-80.2476 264.361 -81.0782 270.268 -82.8315 274.069C-68.6201 282.998 -54.2702 291.927 -38.9514 298.933L-39.136 298.567C-26.5856 303.329 -13.1586 306.763 0.54528 306.488Z' fill='%2333553D'/%3E%3C/g%3E%3Cdefs%3E%3CradialGradient id='paint0_radial_7017_11' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(517.785 -489.075) scale(1314.54 2940.46)'%3E%3Cstop offset='0.0340351' stop-color='white'/%3E%3Cstop offset='0.1645' stop-color='%2379B23F'/%3E%3Cstop offset='0.284' stop-color='%2359983F'/%3E%3Cstop offset='0.4941' stop-color='%2320743B'/%3E%3Cstop offset='0.6012' stop-color='%23006838'/%3E%3Cstop offset='0.8542' stop-color='%23006838'/%3E%3C/radialGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  }
}
.home_index_page .main .cta-section.june2024 .cta-inner {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 20px;
  padding-bottom: 215px;
}
.home_index_page .main .cta-section.june2024 .cta-inner:before, .home_index_page .main .cta-section.june2024 .cta-inner:after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
}
.home_index_page .main .cta-section.june2024 .cta-inner:after {
  width: 93px;
  height: 156px;
  background-image: url("data:image/svg+xml,%3Csvg width='93' height='156' viewBox='0 0 93 156' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.3623 7.16841C8.3623 7.16841 6.96064 -3.28037 0.398282 1.05206C-2.1502 8.50638 8.3623 7.16841 8.3623 7.16841Z' fill='%23454343' /%3E%3Cpath d='M74.1133 118.728C74.1133 118.728 64.875 123.889 71.31 128.413C79.1465 128.03 74.1133 118.728 74.1133 118.728Z' fill='%23454343' /%3E%3Cpath d='M30.5977 146.507C30.5977 146.507 26.0105 156 33.8471 156C40.0909 151.222 30.5977 146.507 30.5977 146.507Z' fill='%23454343' /%3E%3Cpath d='M58.0576 10.8638C58.0576 10.8638 58.185 21.44 65.2571 17.9358C68.6338 10.8638 58.0576 10.8638 58.0576 10.8638Z' fill='%23454343' /%3E%3Cpath d='M9.9549 63.8722C9.9549 63.8722 0.079512 67.6949 5.81361 73.0468C13.7139 73.7476 9.9549 63.8722 9.9549 63.8722Z' fill='%23454343' /%3E%3Cpath d='M34.102 98.7865C34.102 98.7865 31.8084 109.108 39.4538 107.324C44.4234 101.207 34.102 98.7865 34.102 98.7865Z' fill='%23454343' /%3E%3Cpath d='M83.4788 81.0745C83.4788 81.0745 87.2378 90.9498 92.6534 85.2794C93.4179 77.3791 83.4788 81.0745 83.4788 81.0745Z' fill='%23454343' /%3E%3C/svg%3E");
  right: 15px;
  bottom: -25px;
}
.home_index_page .main .cta-section.june2024 .cta-inner {
  /*img {
    display: none;
    height: auto;
    position: absolute;
    image-rendering: -webkit-optimize-contrast;
    z-index: 5;

    &.img-main-1920 {
      display: block;
      width: 504px;
      right: 330px;
      bottom: 115px;
      z-index: 6;
    }

    &.img-main-1024 {
      width: 541px;
      right: 330px;
      bottom: 60px;
      z-index: 6;
    }

    &.img-main-768 {
      width: 492px;
      right: 0;
      bottom: 40px;
    }

    &.img-main-480 {
      width: 492px;
      right: -48px;
      bottom: 53px;
    }

    &.img-main-375 {
      width: 343px;
      right: -12px;
      bottom: 8px;
    }
  }*/
}
.home_index_page .main .cta-section.june2024 .cta-inner .img-main-watermelon {
  width: 324px;
  height: 288px;
  position: absolute;
  right: 420px;
  bottom: 95px;
  z-index: 5;
}
@media (min-width: 640px) {
  .home_index_page .main .cta-section.june2024 .cta-inner {
    width: 450px;
    height: auto;
    padding: 45px 0 90px;
  }
  .home_index_page .main .cta-section.june2024 .cta-inner:after {
    width: 93px;
    height: 156px;
    background-image: url("data:image/svg+xml,%3Csvg width='93' height='156' viewBox='0 0 93 156' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.3623 7.16841C8.3623 7.16841 6.96064 -3.28037 0.398282 1.05206C-2.1502 8.50638 8.3623 7.16841 8.3623 7.16841Z' fill='%23454343' /%3E%3Cpath d='M74.1133 118.728C74.1133 118.728 64.875 123.889 71.31 128.413C79.1465 128.03 74.1133 118.728 74.1133 118.728Z' fill='%23454343' /%3E%3Cpath d='M30.5977 146.507C30.5977 146.507 26.0105 156 33.8471 156C40.0909 151.222 30.5977 146.507 30.5977 146.507Z' fill='%23454343' /%3E%3Cpath d='M58.0576 10.8638C58.0576 10.8638 58.185 21.44 65.2571 17.9358C68.6338 10.8638 58.0576 10.8638 58.0576 10.8638Z' fill='%23454343' /%3E%3Cpath d='M9.9549 63.8722C9.9549 63.8722 0.079512 67.6949 5.81361 73.0468C13.7139 73.7476 9.9549 63.8722 9.9549 63.8722Z' fill='%23454343' /%3E%3Cpath d='M34.102 98.7865C34.102 98.7865 31.8084 109.108 39.4538 107.324C44.4234 101.207 34.102 98.7865 34.102 98.7865Z' fill='%23454343' /%3E%3Cpath d='M83.4788 81.0745C83.4788 81.0745 87.2378 90.9498 92.6534 85.2794C93.4179 77.3791 83.4788 81.0745 83.4788 81.0745Z' fill='%23454343' /%3E%3C/svg%3E");
    right: -30px;
    bottom: -57px;
  }
}
@media (min-width: 768px) {
  .home_index_page .main .cta-section.june2024 .cta-inner {
    width: 720px;
    height: auto;
    padding: 35px 0;
  }
  .home_index_page .main .cta-section.june2024 .cta-inner:before {
    display: none;
  }
  .home_index_page .main .cta-section.june2024 .cta-inner:after {
    width: 119px;
    height: 200px;
    background-image: url("data:image/svg+xml,%3Csvg width='119' height='200' viewBox='0 0 119 200' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.6992 9.17165C10.6992 9.17165 8.90585 -4.19709 0.509618 1.34606C-2.75105 10.8835 10.6992 9.17165 10.6992 9.17165Z' fill='%23454343' /%3E%3Cpath d='M94.8249 151.908C94.8249 151.908 83.0049 158.511 91.2381 164.298C101.265 163.809 94.8249 151.908 94.8249 151.908Z' fill='%23454343' /%3E%3Cpath d='M39.1481 187.449C39.1481 187.449 33.279 199.595 43.3055 199.595C51.2942 193.481 39.1481 187.449 39.1481 187.449Z' fill='%23454343' /%3E%3Cpath d='M74.2821 13.8997C74.2821 13.8997 74.4452 27.4315 83.4935 22.9481C87.8139 13.8997 74.2821 13.8997 74.2821 13.8997Z' fill='%23454343' /%3E%3Cpath d='M12.7369 81.7216C12.7369 81.7216 0.101776 86.6126 7.43829 93.46C17.5464 94.3567 12.7369 81.7216 12.7369 81.7216Z' fill='%23454343' /%3E%3Cpath d='M43.6322 126.393C43.6322 126.393 40.6976 139.599 50.4796 137.316C56.8379 129.49 43.6322 126.393 43.6322 126.393Z' fill='%23454343' /%3E%3Cpath d='M106.808 103.731C106.808 103.731 111.617 116.366 118.546 109.111C119.524 99.0032 106.808 103.731 106.808 103.731Z' fill='%23454343' /%3E%3C/svg%3E");
    right: -15px;
    bottom: 0;
  }
}
@media (min-width: 1024px) {
  .home_index_page .main .cta-section.june2024 .cta-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 940px;
    height: auto;
    padding: 45px 0;
  }
  .home_index_page .main .cta-section.june2024 .cta-inner:before {
    width: 165px;
    height: 277px;
    background-image: url("data:image/svg+xml,%3Csvg width='165' height='277' viewBox='0 0 165 277' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.8269 12.7099C14.8269 12.7099 12.3417 -5.81625 0.706343 1.86534C-3.81224 15.0822 14.8269 12.7099 14.8269 12.7099Z' fill='%23454343' /%3E%3Cpath d='M131.406 210.511C131.406 210.511 115.026 219.661 126.436 227.681C140.331 227.004 131.406 210.511 131.406 210.511Z' fill='%23454343' /%3E%3Cpath d='M54.2512 259.763C54.2512 259.763 46.1178 276.595 60.0125 276.595C71.083 268.123 54.2512 259.763 54.2512 259.763Z' fill='%23454343' /%3E%3Cpath d='M102.939 19.2618C102.939 19.2618 103.165 38.014 115.704 31.8009C121.691 19.2619 102.939 19.2618 102.939 19.2618Z' fill='%23454343' /%3E%3Cpath d='M17.651 113.248C17.651 113.248 0.141473 120.026 10.3083 129.515C24.3159 130.758 17.651 113.248 17.651 113.248Z' fill='%23454343' /%3E%3Cpath d='M60.4644 175.153C60.4644 175.153 56.3977 193.453 69.9535 190.29C78.7647 179.445 60.4644 175.153 60.4644 175.153Z' fill='%23454343' /%3E%3Cpath d='M148.012 143.749C148.012 143.749 154.677 161.258 164.279 151.204C165.634 137.197 148.012 143.749 148.012 143.749Z' fill='%23454343' /%3E%3C/svg%3E");
    left: 0;
    bottom: -95px;
  }
  .home_index_page .main .cta-section.june2024 .cta-inner:after {
    width: 165px;
    height: 277px;
    background-image: url("data:image/svg+xml,%3Csvg width='165' height='277' viewBox='0 0 165 277' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.8269 12.7099C14.8269 12.7099 12.3417 -5.81625 0.706343 1.86534C-3.81224 15.0822 14.8269 12.7099 14.8269 12.7099Z' fill='%23454343' /%3E%3Cpath d='M131.406 210.511C131.406 210.511 115.026 219.661 126.436 227.681C140.331 227.004 131.406 210.511 131.406 210.511Z' fill='%23454343' /%3E%3Cpath d='M54.2512 259.763C54.2512 259.763 46.1178 276.595 60.0125 276.595C71.083 268.123 54.2512 259.763 54.2512 259.763Z' fill='%23454343' /%3E%3Cpath d='M102.939 19.2618C102.939 19.2618 103.165 38.014 115.704 31.8009C121.691 19.2619 102.939 19.2618 102.939 19.2618Z' fill='%23454343' /%3E%3Cpath d='M17.651 113.248C17.651 113.248 0.141473 120.026 10.3083 129.515C24.3159 130.758 17.651 113.248 17.651 113.248Z' fill='%23454343' /%3E%3Cpath d='M60.4644 175.153C60.4644 175.153 56.3977 193.453 69.9535 190.29C78.7647 179.445 60.4644 175.153 60.4644 175.153Z' fill='%23454343' /%3E%3Cpath d='M148.012 143.749C148.012 143.749 154.677 161.258 164.279 151.204C165.634 137.197 148.012 143.749 148.012 143.749Z' fill='%23454343' /%3E%3C/svg%3E");
    right: -100px;
    bottom: 15px;
  }
}
@media (min-width: 1280px) {
  .home_index_page .main .cta-section.june2024 .cta-inner {
    width: 1170px;
    height: auto;
    padding: 105px 0;
  }
  .home_index_page .main .cta-section.june2024 .cta-inner:before {
    width: 216px;
    height: 393px;
    background-image: url("data:image/svg+xml,%3Csvg width='216' height='393' viewBox='0 0 216 393' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M205.519 239.511C200.533 239.964 195.244 238.453 191.164 234.826C188.595 232.409 186.933 229.537 186.026 226.364C179.075 229.689 170.462 228.631 164.417 223.04C160.186 219.111 158.07 213.822 158.222 208.382L51.235 212.613C54.5594 297.084 125.884 362.817 210.355 359.493L205.519 239.511Z' fill='%2355BC78' /%3E%3Cpath d='M205.519 239.511C200.382 239.964 195.244 238.453 191.164 234.826C188.595 232.408 186.933 229.537 186.026 226.364C179.075 229.688 170.462 228.631 164.417 223.04C160.186 219.111 158.071 213.822 158.222 208.382L72.8439 211.857C75.715 284.391 136.915 340.906 209.599 338.035L205.519 239.511Z' fill='%23E1EA9F' /%3E%3Cpath d='M205.519 239.511C200.533 239.964 195.244 238.453 191.164 234.826C188.595 232.408 186.933 229.537 186.026 226.364C179.075 229.688 170.462 228.631 164.417 223.04C160.186 219.111 158.07 213.822 158.222 208.382L86.4438 211.253C89.0127 276.382 143.866 327.004 208.995 324.435L205.519 239.511Z' fill='url(%23paint0_radial_5331_1664)' /%3E%3Cpath d='M147.342 268.222C147.342 268.222 148.097 289.68 133.439 283.333C125.733 269.129 147.342 268.222 147.342 268.222Z' fill='%23454343' /%3E%3Cpath d='M133.439 283.333C148.097 289.831 147.342 268.373 147.342 268.222L133.439 283.333Z' fill='%23303030' /%3E%3Cpath d='M165.928 271.848C165.928 271.848 172.124 285.902 160.79 285.448C152.026 278.195 165.928 271.848 165.928 271.848Z' fill='%23303030' /%3E%3Cpath d='M142.808 240.115C142.808 240.115 141.146 255.377 131.475 249.333C127.546 238.604 142.808 240.115 142.808 240.115Z' fill='%23303030' /%3E%3Cpath d='M124.977 229.386C124.977 229.386 119.386 243.591 111.68 235.28C110.773 223.946 124.977 229.386 124.977 229.386Z' fill='%23303030' /%3E%3Cpath d='M176.808 287.413C176.808 287.413 186.782 299.049 175.902 301.92C165.324 297.689 176.808 287.413 176.808 287.413Z' fill='%23303030' /%3E%3Cpath d='M19.3507 355.715C19.3507 355.715 17.2352 380.649 1.21738 371.28C-5.73373 353.751 19.3507 355.715 19.3507 355.715Z' fill='%23454343' /%3E%3Cpath d='M161.395 83.4134C161.395 83.4134 138.879 72.3823 153.537 60.8978C172.275 60.7467 161.395 83.4134 161.395 83.4134Z' fill='%23454343' /%3E%3Cpath d='M55.0129 22.9689C55.0129 22.9689 42.9241 0.906666 61.6618 0C76.9241 10.5778 55.0129 22.9689 55.0129 22.9689Z' fill='%23454343' /%3E%3Cpath d='M197.964 392.284C197.964 392.284 197.057 367.2 214.133 374.604C222.897 390.924 197.964 392.284 197.964 392.284Z' fill='%23454343' /%3E%3Cpath d='M16.1773 221.226C16.1773 221.226 -7.69828 213.369 5.29727 199.92C23.7328 197.351 16.1773 221.226 16.1773 221.226Z' fill='%23454343' /%3E%3Cpath d='M69.0661 135.547C69.0661 135.547 62.2661 111.369 80.7016 114.693C93.2439 128.596 69.0661 135.547 69.0661 135.547Z' fill='%23454343' /%3E%3Cpath d='M188.293 171.511C188.293 171.511 195.999 147.636 209.448 160.48C212.168 178.916 188.293 171.511 188.293 171.511Z' fill='%23454343' /%3E%3Cdefs%3E%3CradialGradient id='paint0_radial_5331_1664' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(190.432 195.66) rotate(-111.4) scale(136.156 136.156)'%3E%3Cstop offset='0.5699' stop-color='%23D12327' /%3E%3Cstop offset='0.6878' stop-color='%23DD3839' /%3E%3Cstop offset='0.8097' stop-color='%23E9484D' /%3E%3Cstop offset='0.8739' stop-color='%23F04F55' /%3E%3C/radialGradient%3E%3C/defs%3E%3C/svg%3E");
    left: -390px;
    bottom: -45px;
  }
  .home_index_page .main .cta-section.june2024 .cta-inner:after {
    width: 215px;
    height: 278px;
    background-image: url("data:image/svg+xml,%3Csvg width='215' height='278' viewBox='0 0 215 278' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M200.173 13.5424C200.173 13.5424 202.658 -4.98379 214.294 2.6978C218.812 15.9146 200.173 13.5424 200.173 13.5424Z' fill='%23454343' /%3E%3Cpath d='M83.5936 211.343C83.5936 211.343 99.9735 220.493 88.5641 228.514C74.6695 227.836 83.5936 211.343 83.5936 211.343Z' fill='%23454343' /%3E%3Cpath d='M160.749 260.596C160.749 260.596 168.882 277.427 154.987 277.427C143.917 268.955 160.749 260.596 160.749 260.596Z' fill='%23454343' /%3E%3Cpath d='M112.061 20.0944C112.061 20.0944 111.835 38.8465 99.296 32.6335C93.3089 20.0944 112.061 20.0944 112.061 20.0944Z' fill='%23454343' /%3E%3Cpath d='M197.349 114.081C197.349 114.081 214.859 120.859 204.692 130.348C190.684 131.59 197.349 114.081 197.349 114.081Z' fill='%23454343' /%3E%3Cpath d='M154.536 175.985C154.536 175.985 158.602 194.285 145.047 191.122C136.235 180.278 154.536 175.985 154.536 175.985Z' fill='%23454343' /%3E%3Cpath d='M66.988 144.581C66.988 144.581 60.3231 162.091 50.7211 152.037C49.3655 138.029 66.988 144.581 66.988 144.581Z' fill='%23454343' /%3E%3Cpath d='M0 162.543C60.0971 184.232 126.407 153.167 148.209 93.0696L39.4246 53.7579L0 162.543Z' fill='%2355BC78' /%3E%3Cpath d='M5.53516 147.293C57.1599 165.932 114.207 139.272 132.846 87.5343L39.3115 53.7579L5.53516 147.293Z' fill='%23E1EA9F' /%3E%3Cpath d='M9.03711 137.578C55.3526 154.296 106.412 130.348 123.244 84.0325L39.4246 53.7579L9.03711 137.578Z' fill='url(%23paint0_radial_5331_1638)' /%3E%3Cpath d='M66.1971 111.144C66.1971 111.144 81.4473 116.792 72.7491 125.152C60.7748 126.507 66.1971 111.144 66.1971 111.144Z' fill='%23454343' /%3E%3Cpath d='M72.7493 125.152C81.4475 116.679 66.1973 111.144 66.1973 111.144L72.7493 125.152Z' fill='%23303030' /%3E%3Cpath d='M74.1047 99.0567C74.1047 99.0567 85.7401 98.7179 82.2382 106.625C74.5566 110.692 74.1047 99.0567 74.1047 99.0567Z' fill='%23303030' /%3E%3Cpath d='M45.1858 106.286C45.1858 106.286 55.3526 111.822 48.4618 116.792C39.7635 116.566 45.1858 106.286 45.1858 106.286Z' fill='%23303030' /%3E%3Cpath d='M32.6469 115.662C32.6469 115.662 41.0062 123.683 32.9858 126.733C24.7393 124.135 32.6469 115.662 32.6469 115.662Z' fill='%23303030' /%3E%3Cpath d='M88.1123 95.8938C88.1123 95.8938 99.0698 92.1659 98.0532 100.751C91.9531 106.851 88.1123 95.8938 88.1123 95.8938Z' fill='%23303030' /%3E%3Cdefs%3E%3CradialGradient id='paint0_radial_5331_1638' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(32.1212 26.0915) scale(118.232 118.232)'%3E%3Cstop offset='0.5699' stop-color='%23D12327' /%3E%3Cstop offset='0.6878' stop-color='%23DD3839' /%3E%3Cstop offset='0.8097' stop-color='%23E9484D' /%3E%3Cstop offset='0.8739' stop-color='%23F04F55' /%3E%3C/radialGradient%3E%3C/defs%3E%3C/svg%3E");
    right: -320px;
    bottom: 120px;
  }
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.june2024 .cta-inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .home_index_page .main .cta-section.june2024 .cta-inner img.img-main-1920 {
    display: none;
  }
  .home_index_page .main .cta-section.june2024 .cta-inner img.img-main-1024 {
    display: block;
  }
  .home_index_page .main .cta-section.june2024 .cta-inner .img-main-watermelon {
    width: 249px;
    height: 221px;
    bottom: 60px;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.june2024 .cta-inner img.img-main-1024 {
    display: none;
  }
  .home_index_page .main .cta-section.june2024 .cta-inner img.img-main-768 {
    display: block;
  }
  .home_index_page .main .cta-section.june2024 .cta-inner .img-main-watermelon {
    width: 302px;
    height: 269px;
    right: 40px;
    bottom: 55px;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.june2024 .cta-inner img.img-main-768 {
    display: none;
  }
  .home_index_page .main .cta-section.june2024 .cta-inner img.img-main-480 {
    display: block;
  }
  .home_index_page .main .cta-section.june2024 .cta-inner .img-main-watermelon {
    width: 208px;
    height: 185px;
    right: -15px;
    bottom: 45px;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.june2024 .cta-inner img.img-main-480 {
    display: none;
  }
  .home_index_page .main .cta-section.june2024 .cta-inner img.img-main-375 {
    display: block;
  }
  .home_index_page .main .cta-section.june2024 .cta-inner .img-main-watermelon {
    width: 179px;
    height: 160px;
    right: 50%;
    bottom: 40px;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}
.home_index_page .main .cta-section.june2024 .cta-content {
  max-width: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #fff;
  font-family: "Roboto", sans-serif;
  padding: 0;
  position: relative;
  z-index: 15;
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.june2024 .cta-content {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
    max-width: 100%;
    padding: 0 !important;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.june2024 .cta-content {
    padding: 0 15px !important;
  }
}
.home_index_page .main .cta-section.june2024 .cta-content.hidden {
  display: none;
}
.home_index_page .main .cta-section.june2024 .cta-content .sale-block {
  background-color: #D62432;
  border-radius: 10px;
  -webkit-box-shadow: 7px 4px 40px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 7px 4px 40px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  font-weight: 600;
  font-size: 25px;
  line-height: 105%;
  text-transform: uppercase;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 12px 22px;
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.june2024 .cta-content .sale-block {
    font-size: 18px;
    margin-bottom: 28px;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.june2024 .cta-content .sale-block {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.june2024 .cta-content .sale-block {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    font-size: 18px;
    margin-bottom: 40px;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.june2024 .cta-content .sale-block {
    font-size: 15px;
    margin-bottom: 17px;
    padding: 9px 22px;
  }
}
.home_index_page .main .cta-section.june2024 .cta-content h1.title {
  color: #fff;
  width: 100%;
  font-weight: 700;
  font-size: 76px;
  line-height: 108%;
  margin-bottom: 75px;
  position: relative;
  z-index: 3;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.june2024 .cta-content h1.title {
    font-size: 55px;
    margin-bottom: 45px;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.june2024 .cta-content h1.title {
    font-size: 50px;
    margin-bottom: 41px;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.june2024 .cta-content h1.title {
    font-size: 35px;
    margin-bottom: 85px;
    text-align: center;
  }
  .home_index_page .main .cta-section.june2024 .cta-content h1.title br {
    display: none;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.june2024 .cta-content h1.title {
    font-size: 28px;
    margin-bottom: 45px;
  }
}
.home_index_page .main .cta-section.june2024 .cta-content .discount-block {
  height: 141px;
  background: #D62432;
  border-radius: 10px;
  -webkit-box-shadow: 7px 4px 40px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 7px 4px 40px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  padding: 0 28px 0 19px;
  position: relative;
  margin-bottom: 42px;
}
.home_index_page .main .cta-section.june2024 .cta-content .discount-block .new_price {
  font-weight: 900;
  margin-top: -39px;
  position: relative;
}
.home_index_page .main .cta-section.june2024 .cta-content .discount-block .new_price .euro {
  font-size: 210px;
  line-height: 81%;
}
.home_index_page .main .cta-section.june2024 .cta-content .discount-block .new_price .right-part {
  margin-top: -10px;
  margin-left: 13px;
  position: relative;
}
.home_index_page .main .cta-section.june2024 .cta-content .discount-block .new_price .right-part .cents {
  font-size: 103px;
  font-weight: 900;
  line-height: 105%;
  letter-spacing: -0.03em;
  margin-left: -5px;
}
.home_index_page .main .cta-section.june2024 .cta-content .discount-block .new_price .right-part .value {
  font-size: 30px;
  font-weight: 600;
  line-height: 100%;
  margin-left: -2px;
}
.home_index_page .main .cta-section.june2024 .cta-content .discount-block .new_price .right-part .until {
  font-weight: 400;
  font-size: 22px;
  line-height: 130%;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.june2024 .cta-content .discount-block {
    height: 100px;
    padding: 0 17px 0 11px;
    margin-bottom: 25px;
  }
  .home_index_page .main .cta-section.june2024 .cta-content .discount-block .new_price {
    margin-top: -32px;
  }
  .home_index_page .main .cta-section.june2024 .cta-content .discount-block .new_price .euro {
    font-size: 140px;
  }
  .home_index_page .main .cta-section.june2024 .cta-content .discount-block .new_price .right-part .cents {
    font-size: 70px;
  }
  .home_index_page .main .cta-section.june2024 .cta-content .discount-block .new_price .right-part .value {
    font-size: 20px;
  }
  .home_index_page .main .cta-section.june2024 .cta-content .discount-block .new_price .right-part .until {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.june2024 .cta-content .discount-block {
    margin-bottom: 0;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.june2024 .cta-content .discount-block {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}
.home_index_page .main .cta-section.june2024 .cta-content .button {
  width: 325px;
  height: 65px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 0 15px;
  font-family: "Roboto", sans-serif;
  border: 0;
  background: #fff;
  z-index: 10;
}
.home_index_page .main .cta-section.june2024 .cta-content .button a {
  color: #d62432;
  letter-spacing: 0;
  text-decoration: none;
  border-bottom: none;
  text-transform: none;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.june2024 .cta-content .button {
    width: 225px;
    height: 45px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.june2024 .cta-content .button {
    display: none;
  }
}
.home_index_page .main .cta-section.june2024 .check-form-section .white-box .box-inner .title {
  font-weight: 500;
  line-height: 132%;
}
.home_index_page .main .cta-section.june2024 .check-form-section .white-box .box-inner .form .input input {
  border-color: #f5f5f5;
  border-radius: 30px;
  background: #f5f5f5;
  font-size: 16px;
  padding: 0 25px;
  height: 50px;
}
.home_index_page .main .cta-section.june2024 .check-form-section .white-box .box-inner .form .button-holder .button {
  background-color: #D62432;
  color: #fff;
  font-weight: 600;
  width: 200px !important;
  height: 55px;
}
.home_index_page .main .cta-section.june2024 .check-form-section .white-box .box-inner .form .button-holder .button svg {
  fill: #fff;
}
.home_index_page .main .cta-section.june2024 .check-form-section .white-box .box-inner .form .button-holder .button:hover {
  background-color: #056839;
}
.home_index_page .main .cta-section.april2024 {
  background-color: #1D1C21;
  height: auto;
}
.home_index_page .main .cta-section.april2024 .cta-inner {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 640px) {
  .home_index_page .main .cta-section.april2024 .cta-inner {
    width: 450px;
    height: auto;
    padding: 50px 0 60px;
  }
}
@media (min-width: 768px) {
  .home_index_page .main .cta-section.april2024 .cta-inner {
    width: 720px;
    height: auto;
    padding: 60px 0;
  }
}
@media (min-width: 1024px) {
  .home_index_page .main .cta-section.april2024 .cta-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 940px;
    height: auto;
    padding: 45px 0;
  }
}
@media (min-width: 1280px) {
  .home_index_page .main .cta-section.april2024 .cta-inner {
    width: 1170px;
    height: auto;
    padding: 70px 0;
  }
}
.home_index_page .main .cta-section.april2024 .check-form-section .white-box .box-inner .title {
  font-weight: 500;
  line-height: 132%;
}
.home_index_page .main .cta-section.april2024 .check-form-section .white-box .box-inner .form .input input {
  border-color: #f5f5f5;
  border-radius: 30px;
  background: #f5f5f5;
  font-size: 16px;
  padding: 0 25px;
  height: 50px;
}
.home_index_page .main .cta-section.april2024 .check-form-section .white-box .box-inner .form .button-holder .button {
  background: radial-gradient(458.3% 138.29% at 99.71% 0%, rgb(232, 93, 50) 12.0650321245%, rgb(232, 105, 35) 28.9264678955%, rgb(237, 133, 52) 51.784402132%, rgb(232, 100, 35) 75.6271660328%, rgb(232, 93, 50) 100%);
  color: #fff;
  font-weight: 600;
  width: 200px !important;
  height: 55px;
}
.home_index_page .main .cta-section.april2024 .check-form-section .white-box .box-inner .form .button-holder .button svg {
  fill: #fff;
}
.home_index_page .main .cta-section.april2024 .check-form-section .white-box .box-inner .form .button-holder .button:hover {
  background: #E65724;
}
.home_index_page .main .cta-section.april2024 .cta-content {
  max-width: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-family: "Roboto", sans-serif;
  padding: 0;
  position: relative;
  z-index: 15;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.april2024 .cta-content {
    max-width: 390px;
    margin-left: 80px;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.april2024 .cta-content {
    max-width: 320px;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.april2024 .cta-content {
    max-width: 100%;
    padding: 0 !important;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.april2024 .cta-content {
    padding: 0 15px !important;
  }
}
.home_index_page .main .cta-section.april2024 .cta-content.hidden {
  display: none;
}
.home_index_page .main .cta-section.april2024 .cta-content .sale-block {
  width: 225px;
  height: 50px;
  background-image: url("data:image/svg+xml,%3Csvg width='225' height='50' viewBox='0 0 225 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.4971 1.25722C19.8008 0.4979 20.5363 0 21.3541 0H222.046C223.461 0 224.428 1.42905 223.903 2.74278L205.503 48.7428C205.199 49.5021 204.464 50 203.646 50H2.95407C1.53914 50 0.571621 48.5709 1.09711 47.2572L19.4971 1.25722Z' fill='%23D9D9D9' /%3E%3Cpath d='M19.4971 1.25722C19.8008 0.4979 20.5363 0 21.3541 0H222.046C223.461 0 224.428 1.42905 223.903 2.74278L205.503 48.7428C205.199 49.5021 204.464 50 203.646 50H2.95407C1.53914 50 0.571621 48.5709 1.09711 47.2572L19.4971 1.25722Z' fill='url(%23paint0_radial_5126_7588)' /%3E%3Cdefs%3E%3CradialGradient id='paint0_radial_5126_7588' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(294.146 2.12881e-06) rotate(172.019) scale(317.41 172.216)'%3E%3Cstop offset='0.12065' stop-color='%23E85D32' /%3E%3Cstop offset='0.289265' stop-color='%23E86923' /%3E%3Cstop offset='0.517844' stop-color='%23ED8534' /%3E%3Cstop offset='0.756272' stop-color='%23E86423' /%3E%3Cstop offset='1' stop-color='%23E85D32' /%3E%3C/radialGradient%3E%3C/defs%3E%3C/svg%3E");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 105%;
  margin-bottom: 15px;
  text-transform: uppercase;
  padding-top: 1px;
  position: relative;
}
.home_index_page .main .cta-section.april2024 .cta-content .sale-block.en {
  font-size: 16px;
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.april2024 .cta-content .sale-block {
    margin-bottom: 18px;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.april2024 .cta-content .sale-block {
    width: 167px;
    height: 38px;
    background-image: url("data:image/svg+xml,%3Csvg width='167' height='38' viewBox='0 0 167 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.3474 1.27227C14.6472 0.505018 15.3866 0 16.2103 0H164.072C165.48 0 166.447 1.41623 165.934 2.72773L152.653 36.7277C152.353 37.495 151.613 38 150.79 38H2.92846C1.52044 38 0.553239 36.5838 1.06557 35.2723L14.3474 1.27227Z' fill='%23D9D9D9' /%3E%3Cpath d='M14.3474 1.27227C14.6472 0.505018 15.3866 0 16.2103 0H164.072C165.48 0 166.447 1.41623 165.934 2.72773L152.653 36.7277C152.353 37.495 151.613 38 150.79 38H2.92846C1.52044 38 0.553239 36.5838 1.06557 35.2723L14.3474 1.27227Z' fill='url(%23paint0_radial_5126_12102)' /%3E%3Cdefs%3E%3CradialGradient id='paint0_radial_5126_12102' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(218.321 1.6179e-06) rotate(171.83) scale(235.699 130.823)'%3E%3Cstop offset='0.12065' stop-color='%23E85D32' /%3E%3Cstop offset='0.289265' stop-color='%23E86923' /%3E%3Cstop offset='0.517844' stop-color='%23ED8534' /%3E%3Cstop offset='0.756272' stop-color='%23E86423' /%3E%3Cstop offset='1' stop-color='%23E85D32' /%3E%3C/radialGradient%3E%3C/defs%3E%3C/svg%3E");
    font-size: 16px;
  }
  .home_index_page .main .cta-section.april2024 .cta-content .sale-block.en {
    font-size: 12px;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.april2024 .cta-content .sale-block {
    width: 141px;
    height: 28px;
    background-image: url("data:image/svg+xml,%3Csvg width='141' height='28' viewBox='0 0 141 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.2628 1.28284C10.5596 0.510036 11.3019 0 12.1298 0H138.089C139.492 0 140.459 1.40728 139.956 2.71716L130.737 26.7172C130.44 27.49 129.698 28 128.87 28H2.91074C1.50754 28 0.540575 26.5927 1.04374 25.2828L10.2628 1.28284Z' fill='%23D9D9D9' /%3E%3Cpath d='M10.2628 1.28284C10.5596 0.510036 11.3019 0 12.1298 0H138.089C139.492 0 140.459 1.40728 139.956 2.71716L130.737 26.7172C130.44 27.49 129.698 28 128.87 28H2.91074C1.50754 28 0.540575 26.5927 1.04374 25.2828L10.2628 1.28284Z' fill='url(%23paint0_radial_5126_23566)' /%3E%3Cdefs%3E%3CradialGradient id='paint0_radial_5126_23566' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(158.185 1.67291e-06) rotate(171.693) scale(170.835 96.3626)'%3E%3Cstop offset='0.12065' stop-color='%23E85D32' /%3E%3Cstop offset='0.289265' stop-color='%23E86923' /%3E%3Cstop offset='0.517844' stop-color='%23ED8534' /%3E%3Cstop offset='0.756272' stop-color='%23E86423' /%3E%3Cstop offset='1' stop-color='%23E85D32' /%3E%3C/radialGradient%3E%3C/defs%3E%3C/svg%3E");
    font-size: 14px;
    margin-bottom: 15px;
  }
  .home_index_page .main .cta-section.april2024 .cta-content .sale-block.en {
    font-size: 10px;
  }
}
.home_index_page .main .cta-section.april2024 .cta-content h1.title {
  color: #fff;
  width: 100%;
  font-weight: 900;
  font-size: 50px;
  line-height: 108%;
  margin-bottom: 30px;
  position: relative;
  text-align: center;
  z-index: 3;
}
@media (max-width: 1919px) {
  .home_index_page .main .cta-section.april2024 .cta-content h1.title {
    margin-bottom: 36px;
  }
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.april2024 .cta-content h1.title {
    font-size: 45px;
    margin-bottom: 19px;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.april2024 .cta-content h1.title {
    font-size: 35px;
    margin-bottom: 18px;
    text-align: center;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.april2024 .cta-content h1.title {
    font-size: 25px;
    margin-bottom: 15px;
  }
}
.home_index_page .main .cta-section.april2024 .cta-content .points {
  width: 100%;
  margin-bottom: 38px;
}
.home_index_page .main .cta-section.april2024 .cta-content .points .point {
  width: 380px;
  height: 55px;
  font-size: 30px;
  font-weight: 600;
  line-height: 105%;
  background-image: url("data:image/svg+xml,%3Csvg width='381' height='55' viewBox='0 0 381 55' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.5213 1.31651C19.8087 0.526136 20.5598 0 21.4009 0H378.145C379.533 0 380.499 1.37912 380.024 2.68349L361.479 53.6835C361.191 54.4739 360.44 55 359.599 55H2.85541C1.46748 55 0.501498 53.6209 0.975813 52.3165L19.5213 1.31651Z' fill='white' /%3E%3C/svg%3E");
  color: #1D1C21;
}
@media (max-width: 1919px) {
  .home_index_page .main .cta-section.april2024 .cta-content .points {
    margin-bottom: 26px;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.april2024 .cta-content .points {
    margin-bottom: 29px;
  }
  .home_index_page .main .cta-section.april2024 .cta-content .points .point {
    width: 253px;
    height: 37px;
    background-image: url("data:image/svg+xml,%3Csvg width='253' height='37' viewBox='0 0 253 37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.8055 1.32433C13.0906 0.529897 13.8438 0 14.6879 0H250.157C251.542 0 252.507 1.37266 252.04 2.67567L240.195 35.6757C239.909 36.4701 239.156 37 238.312 37H2.84282C1.4584 37 0.492705 35.6273 0.960411 34.3243L12.8055 1.32433Z' fill='white' /%3E%3C/svg%3E");
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.april2024 .cta-content .points {
    margin-bottom: 35px;
  }
  .home_index_page .main .cta-section.april2024 .cta-content .points .point {
    width: 195px;
    height: 29px;
    font-size: 16px;
    background-image: url("data:image/svg+xml,%3Csvg width='195' height='29' viewBox='0 0 195 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.76525 1.33431C10.0475 0.53471 10.8033 0 11.6512 0H192.173C193.553 0 194.518 1.36444 194.059 2.66569L185.235 27.6657C184.953 28.4653 184.197 29 183.349 29H2.82687C1.44694 29 0.481612 27.6356 0.940918 26.3343L9.76525 1.33431Z' fill='white' /%3E%3C/svg%3E");
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.april2024 .cta-content .points {
    margin-bottom: 25px;
  }
  .home_index_page .main .cta-section.april2024 .cta-content .points .point {
    width: 159px;
    height: 23px;
    font-size: 14px;
    background-image: url("data:image/svg+xml,%3Csvg width='159' height='23' viewBox='0 0 159 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.86826 1.31775C8.15531 0.526731 8.9068 0 9.74829 0H156.147C157.534 0 158.5 1.37809 158.027 2.68225L151.132 21.6822C150.845 22.4733 150.093 23 149.252 23H2.8534C1.46603 23 0.500095 21.6219 0.973359 20.3178L7.86826 1.31775Z' fill='white' /%3E%3C/svg%3E");
  }
}
.home_index_page .main .cta-section.april2024 .cta-content .discount-block {
  width: 398px;
  height: 214px;
  background-image: url(/assets/images/april-2024/bg-gepard-tariff-1920.png);
  margin-bottom: 56px;
  position: relative;
  z-index: 5;
}
.home_index_page .main .cta-section.april2024 .cta-content .discount-block .new_price {
  color: #fff;
  font-weight: 900;
  text-shadow: 6px 5px 0 rgb(0, 0, 0);
}
.home_index_page .main .cta-section.april2024 .cta-content .discount-block .new_price .euro {
  font-size: 200px;
  line-height: 150px;
  letter-spacing: -0.13em;
}
.home_index_page .main .cta-section.april2024 .cta-content .discount-block .new_price .right-part {
  margin-top: -3px;
}
.home_index_page .main .cta-section.april2024 .cta-content .discount-block .new_price .right-part .cents {
  font-size: 80px;
  line-height: 97%;
  letter-spacing: -0.03em;
  margin-bottom: 4px;
}
.home_index_page .main .cta-section.april2024 .cta-content .discount-block .new_price .right-part .value {
  font-size: 30px;
  line-height: 50%;
  text-shadow: 5px 4px 0 rgb(0, 0, 0);
  margin-left: 4px;
}
.home_index_page .main .cta-section.april2024 .cta-content .discount-block .text-standart-price {
  width: 279px;
  height: 30px;
  background-image: url("data:image/svg+xml,%3Csvg width='279' height='30' viewBox='0 0 279 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.4614 1.15423C12.79 0.450081 13.4967 0 14.2737 0L276.86 0C278.323 0 279.291 1.51981 278.672 2.84577L266.539 28.8458C266.21 29.5499 265.503 30 264.726 30L2.14038 30C0.677141 30 -0.290756 28.4802 0.328026 27.1542L12.4614 1.15423Z' fill='black' /%3E%3C/svg%3E");
  color: #fff;
  font-size: 16px;
  line-height: 105%;
  position: absolute;
  bottom: -24px;
  left: 23px;
}
.home_index_page .main .cta-section.april2024 .cta-content .discount-block .text-standart-price span {
  color: #E85626;
  text-decoration: line-through;
  margin: 0 5px;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.april2024 .cta-content .discount-block {
    width: 262px;
    height: 141px;
    background-image: url(/assets/images/april-2024/bg-gepard-tariff-1024.png);
    margin-bottom: 45px;
    margin-left: 30px;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .home_index_page .main .cta-section.april2024 .cta-content .discount-block .new_price {
    margin-bottom: 15px;
  }
  .home_index_page .main .cta-section.april2024 .cta-content .discount-block .new_price .euro {
    font-size: 120px;
    line-height: 100px;
    text-shadow: 3px 3px 0 rgb(0, 0, 0);
  }
  .home_index_page .main .cta-section.april2024 .cta-content .discount-block .new_price .right-part {
    margin-left: 0;
  }
  .home_index_page .main .cta-section.april2024 .cta-content .discount-block .new_price .right-part .cents {
    font-size: 50px;
    line-height: 105%;
    letter-spacing: -0.03em;
    text-shadow: 3px 3px 0 rgb(0, 0, 0);
    margin-bottom: 5px;
  }
  .home_index_page .main .cta-section.april2024 .cta-content .discount-block .new_price .right-part .value {
    font-size: 20px;
    line-height: 50%;
    text-shadow: 2px 2px 0 rgb(0, 0, 0);
    margin-bottom: -3px;
  }
  .home_index_page .main .cta-section.april2024 .cta-content .discount-block .text-standart-price {
    width: 233px;
    height: 26px;
    background-image: url("data:image/svg+xml,%3Csvg width='233' height='26' viewBox='0 0 233 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.1774 1.17879C10.5004 0.46135 11.2142 0 12.001 0L230.906 0C232.357 0 233.326 1.49767 232.73 2.82121L222.823 24.8212C222.5 25.5387 221.786 26 220.999 26H2.09405C0.642509 26 -0.325576 24.5023 0.270431 23.1788L10.1774 1.17879Z' fill='black' /%3E%3C/svg%3E");
    font-size: 14px;
    bottom: -20px;
    left: -12px;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.april2024 .cta-content .discount-block {
    width: 398px;
    height: 214px;
    background-image: url(/assets/images/april-2024/bg-gepard-tariff-1920.png);
    margin-bottom: 56px;
    position: absolute;
    right: -410px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 5;
  }
  .home_index_page .main .cta-section.april2024 .cta-content .discount-block .new_price {
    color: #fff;
    font-weight: 900;
    text-shadow: 6px 5px 0 rgb(0, 0, 0);
  }
  .home_index_page .main .cta-section.april2024 .cta-content .discount-block .new_price .euro {
    font-size: 200px;
    line-height: 150px;
    letter-spacing: -0.13em;
  }
  .home_index_page .main .cta-section.april2024 .cta-content .discount-block .new_price .right-part {
    margin-top: -3px;
  }
  .home_index_page .main .cta-section.april2024 .cta-content .discount-block .new_price .right-part .cents {
    font-size: 80px;
    line-height: 97%;
    letter-spacing: -0.03em;
    margin-bottom: 4px;
  }
  .home_index_page .main .cta-section.april2024 .cta-content .discount-block .new_price .right-part .value {
    font-size: 30px;
    line-height: 50%;
    text-shadow: 5px 4px 0 rgb(0, 0, 0);
    margin-left: 4px;
  }
  .home_index_page .main .cta-section.april2024 .cta-content .discount-block .text-standart-price {
    width: 279px;
    height: 30px;
    background-image: url("data:image/svg+xml,%3Csvg width='279' height='30' viewBox='0 0 279 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.4614 1.15423C12.79 0.450081 13.4967 0 14.2737 0L276.86 0C278.323 0 279.291 1.51981 278.672 2.84577L266.539 28.8458C266.21 29.5499 265.503 30 264.726 30L2.14038 30C0.677141 30 -0.290756 28.4802 0.328026 27.1542L12.4614 1.15423Z' fill='black' /%3E%3C/svg%3E");
    color: #fff;
    font-size: 16px;
    line-height: 105%;
    position: absolute;
    bottom: -24px;
    left: 23px;
  }
  .home_index_page .main .cta-section.april2024 .cta-content .discount-block .text-standart-price span {
    color: #E85626;
    text-decoration: line-through;
    margin: 0 5px;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.april2024 .cta-content .discount-block {
    width: 262px;
    height: 141px;
    background-image: url(/assets/images/april-2024/bg-gepard-tariff-1024.png);
    margin-bottom: 45px;
    margin-left: -30px;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    position: relative;
    top: auto;
    right: auto;
    -webkit-transform: none;
            transform: none;
  }
  .home_index_page .main .cta-section.april2024 .cta-content .discount-block .new_price {
    margin-bottom: 6px;
  }
  .home_index_page .main .cta-section.april2024 .cta-content .discount-block .new_price .euro {
    font-size: 120px;
    line-height: 100px;
    text-shadow: 3px 3px 0 rgb(0, 0, 0);
  }
  .home_index_page .main .cta-section.april2024 .cta-content .discount-block .new_price .right-part {
    margin-left: 0;
  }
  .home_index_page .main .cta-section.april2024 .cta-content .discount-block .new_price .right-part .cents {
    font-size: 50px;
    line-height: 105%;
    letter-spacing: -0.03em;
    text-shadow: 3px 3px 0 rgb(0, 0, 0);
    margin-bottom: 5px;
  }
  .home_index_page .main .cta-section.april2024 .cta-content .discount-block .new_price .right-part .value {
    font-size: 20px;
    line-height: 50%;
    text-shadow: 2px 2px 0 rgb(0, 0, 0);
    margin-bottom: -3px;
  }
  .home_index_page .main .cta-section.april2024 .cta-content .discount-block .text-standart-price {
    width: 233px;
    height: 26px;
    background-image: url("data:image/svg+xml,%3Csvg width='233' height='26' viewBox='0 0 233 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.1774 1.17879C10.5004 0.46135 11.2142 0 12.001 0L230.906 0C232.357 0 233.326 1.49767 232.73 2.82121L222.823 24.8212C222.5 25.5387 221.786 26 220.999 26H2.09405C0.642509 26 -0.325576 24.5023 0.270431 23.1788L10.1774 1.17879Z' fill='black' /%3E%3C/svg%3E");
    font-size: 14px;
    bottom: -20px;
    left: -12px;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.april2024 .cta-content .discount-block {
    margin-left: -10px;
  }
}
.home_index_page .main .cta-section.april2024 .cta-content .button {
  width: 286px;
  height: 65px;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  padding: 0 15px;
  font-family: "Roboto", sans-serif;
  border: 0;
  background: radial-gradient(458.3% 138.29% at 99.71% 0%, rgb(232, 93, 50) 12.0650321245%, rgb(232, 105, 35) 28.9264678955%, rgb(237, 133, 52) 51.784402132%, rgb(232, 100, 35) 75.6271660328%, rgb(232, 93, 50) 100%);
  z-index: 10;
  margin-left: -85px;
}
.home_index_page .main .cta-section.april2024 .cta-content .button a {
  color: #fff;
  letter-spacing: 0;
  text-decoration: none;
  border-bottom: none;
  text-transform: none;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.april2024 .cta-content .button {
    margin-left: 0;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.april2024 .cta-content .button {
    width: 205px;
    height: 50px;
    font-size: 18px;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.april2024 .cta-content .button {
    margin-left: -60px;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.april2024 .cta-content .button {
    margin-left: -40px;
  }
}
.home_index_page .main .cta-section.february2024 {
  background-image: url(/assets/images/february-2024/bg-february24-first-screen-1920.jpg);
  height: auto;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .home_index_page .main .cta-section.february2024 {
    background-image: url(/assets/images/february-2024/bg-february24-first-screen-1024.jpg);
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.february2024 {
    background-image: url(/assets/images/february-2024/bg-february24-first-screen-768.jpg);
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.february2024 {
    background-image: url(/assets/images/february-2024/bg-february24-first-screen-480.jpg);
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.february2024 {
    background-image: url(/assets/images/february-2024/bg-february24-first-screen-375.jpg);
  }
}
.home_index_page .main .cta-section.february2024 .cta-inner {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 42px;
  padding-bottom: 36px;
}
.home_index_page .main .cta-section.february2024 .cta-inner img {
  display: none;
  position: absolute;
  bottom: 0;
  image-rendering: -webkit-optimize-contrast;
  z-index: 5;
}
.home_index_page .main .cta-section.february2024 .cta-inner img.img-main-1920 {
  display: block;
  width: 326px;
  right: 300px;
}
.home_index_page .main .cta-section.february2024 .cta-inner img.img-main-1024 {
  width: 280px;
  right: 270px;
}
.home_index_page .main .cta-section.february2024 .cta-inner img.img-main-768 {
  width: 287px;
  right: 0;
}
.home_index_page .main .cta-section.february2024 .cta-inner img.img-main-480 {
  width: 308px;
  right: -80px;
}
.home_index_page .main .cta-section.february2024 .cta-inner img.img-main-375 {
  width: 254px;
  right: -65px;
}
@media (min-width: 640px) {
  .home_index_page .main .cta-section.february2024 .cta-inner {
    width: 450px;
    height: auto;
    padding: 42px 0;
  }
}
@media (min-width: 768px) {
  .home_index_page .main .cta-section.february2024 .cta-inner {
    width: 720px;
    height: auto;
    padding: 50px 0;
  }
}
@media (min-width: 1024px) {
  .home_index_page .main .cta-section.february2024 .cta-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 940px;
    height: auto;
    padding: 50px 0;
  }
}
@media (min-width: 1280px) {
  .home_index_page .main .cta-section.february2024 .cta-inner {
    width: 1170px;
    height: auto;
    padding: 70px 0 70px;
  }
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.february2024 .cta-inner img.img-main-1920 {
    display: none;
  }
  .home_index_page .main .cta-section.february2024 .cta-inner img.img-main-1024 {
    display: block;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.february2024 .cta-inner img.img-main-1024 {
    display: none;
  }
  .home_index_page .main .cta-section.february2024 .cta-inner img.img-main-768 {
    display: block;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.february2024 .cta-inner img {
    top: auto;
    -webkit-transform: none;
            transform: none;
  }
  .home_index_page .main .cta-section.february2024 .cta-inner img.img-main-768 {
    display: none;
  }
  .home_index_page .main .cta-section.february2024 .cta-inner img.img-main-480 {
    display: block;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.february2024 .cta-inner img.img-main-480 {
    display: none;
  }
  .home_index_page .main .cta-section.february2024 .cta-inner img.img-main-375 {
    display: block;
  }
}
.home_index_page .main .cta-section.february2024 .check-form-section .white-box .box-inner .form .button-holder .button {
  background: #EB3896;
  color: #fff;
}
.home_index_page .main .cta-section.february2024 .check-form-section .white-box .box-inner .form .button-holder .button svg {
  fill: #fff;
}
.home_index_page .main .cta-section.february2024 .cta-content {
  max-width: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  font-family: "Roboto", sans-serif;
  padding: 0;
  position: relative;
  z-index: 15;
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.february2024 .cta-content {
    max-width: 460px;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
    padding: 0 !important;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.february2024 .cta-content {
    padding: 0 20px !important;
  }
}
.home_index_page .main .cta-section.february2024 .cta-content.hidden {
  display: none;
}
.home_index_page .main .cta-section.february2024 .cta-content .sale-block {
  color: #fff;
  font-size: 43px;
  font-weight: 700;
  line-height: 105%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 18px;
  text-transform: uppercase;
}
.home_index_page .main .cta-section.february2024 .cta-content .sale-block span {
  color: #FDC72C;
  font-size: 100px;
  line-height: 108%;
  position: relative;
  text-transform: uppercase;
}
.home_index_page .main .cta-section.february2024 .cta-content .sale-block span:before {
  content: "";
  display: block;
  width: 521px;
  height: 82px;
  background-image: url("data:image/svg+xml,%3Csvg width='521' height='82' viewBox='0 0 521 82' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M510.047 69.0985C343.096 72.7107 175.504 74.4494 9.19239 81.9737C8.11478 82.0186 6.95908 82.0636 6.00641 81.584C4.36657 80.7596 4.10107 78.8411 4.00737 77.1923C3.25773 61.7241 2.50808 46.2708 1.75844 30.8026C1.32115 21.2848 -5.11328 8.66444 9.73901 7.63022C32.9467 5.99646 56.2168 5.292 79.4714 4.58754C223.106 0.255831 367.178 -4.06089 510.328 7.0007C512.718 7.18056 515.31 7.45036 517.013 8.93423C518.824 10.508 519.027 12.9512 519.121 15.1695C519.73 29.4087 520.339 43.6628 520.964 57.902C521.104 61.3494 520.979 65.3363 517.856 67.4797C515.716 68.9336 512.78 69.0535 510.063 69.1135L510.047 69.0985Z' fill='%23EE3D96' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  bottom: -2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.home_index_page .main .cta-section.february2024 .cta-content .sale-block b {
  position: relative;
  z-index: 10;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.february2024 .cta-content .sale-block {
    font-size: 30px;
    margin-bottom: 11px;
  }
  .home_index_page .main .cta-section.february2024 .cta-content .sale-block span {
    font-size: 80px;
  }
  .home_index_page .main .cta-section.february2024 .cta-content .sale-block span:before {
    background-image: url("data:image/svg+xml,%3Csvg width='422' height='61' viewBox='0 0 422 61' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M413.128 51.4025C277.901 54.0897 142.155 55.3831 7.44566 60.9804C6.57282 61.0139 5.63672 61.0473 4.86508 60.6905C3.53684 60.0773 3.32179 58.6501 3.24589 57.4235C2.6387 45.9167 2.0315 34.421 1.4243 22.9141C1.07011 15.8338 -4.14166 6.44549 7.88841 5.67614C26.6862 4.46078 45.5346 3.93673 64.3703 3.41268C180.712 0.190313 297.407 -3.0209 413.356 5.20784C415.292 5.34164 417.391 5.54234 418.77 6.6462C420.238 7.81695 420.402 9.63441 420.478 11.2846C420.971 21.8772 421.465 32.4809 421.971 43.0734C422.085 45.6379 421.983 48.6039 419.453 50.1983C417.72 51.2799 415.342 51.3691 413.141 51.4137L413.128 51.4025Z' fill='%23EE3D96'/%3E%3C/svg%3E%0A");
    width: 422px;
    height: 61px;
    bottom: -2px;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.february2024 .cta-content .sale-block {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .home_index_page .main .cta-section.february2024 .cta-content .sale-block span {
    font-size: 50px;
  }
  .home_index_page .main .cta-section.february2024 .cta-content .sale-block span:before {
    background-image: url("data:image/svg+xml,%3Csvg width='261' height='39' viewBox='0 0 261 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M255.513 32.8639C171.877 34.5819 87.9203 35.4089 4.60502 38.9875C4.06518 39.0089 3.48622 39.0303 3.00897 38.8021C2.18748 38.41 2.05447 37.4976 2.00753 36.7134C1.63199 29.3566 1.25645 22.0069 0.880908 14.65C0.661843 10.1233 -2.56155 4.12089 4.87885 3.62901C16.505 2.85198 28.1624 2.51693 39.812 2.18188C111.767 0.121676 183.941 -1.9314 255.654 3.3296C256.851 3.41515 258.15 3.54346 259.003 4.24921C259.91 4.99772 260.012 6.1597 260.059 7.21476C260.364 13.987 260.669 20.7665 260.982 27.5387C261.052 29.1784 260.99 31.0746 259.425 32.094C258.353 32.7855 256.882 32.8425 255.521 32.871L255.513 32.8639Z' fill='%23EE3D96' /%3E%3C/svg%3E");
    width: 261px;
    height: 39px;
  }
}
.home_index_page .main .cta-section.february2024 .cta-content h1.title {
  color: #fff;
  width: 100%;
  font-size: 55px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 35px;
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.february2024 .cta-content h1.title {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.february2024 .cta-content h1.title {
    font-size: 29px;
    margin-bottom: 15px;
  }
}
.home_index_page .main .cta-section.february2024 .cta-content .middle-row {
  margin-bottom: 50px;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.february2024 .cta-content .middle-row {
    margin-bottom: 40px;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.february2024 .cta-content .middle-row {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.february2024 .cta-content .middle-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 30px;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.february2024 .cta-content .middle-row {
    margin-bottom: 25px;
  }
}
.home_index_page .main .cta-section.february2024 .cta-content .discount-block {
  width: 204px;
  height: 125px;
  background-color: #fff;
  border-radius: 10px;
  color: #EB3896;
  padding: 8px 25px 10px 18px;
  margin-right: 40px;
}
.home_index_page .main .cta-section.february2024 .cta-content .discount-block .new_price {
  position: relative;
}
.home_index_page .main .cta-section.february2024 .cta-content .discount-block .new_price svg {
  position: absolute;
  top: 10px;
  right: 0;
}
.home_index_page .main .cta-section.february2024 .cta-content .discount-block .new_price .euro {
  font-size: 124px;
  font-weight: 800;
  line-height: 82%;
}
.home_index_page .main .cta-section.february2024 .cta-content .discount-block .new_price .right-part {
  margin-left: 5px;
  margin-bottom: 3px;
  position: relative;
}
.home_index_page .main .cta-section.february2024 .cta-content .discount-block .new_price .right-part .term {
  color: #1e1e1e;
  font-size: 20px;
  font-weight: 400;
  line-height: 110%;
}
.home_index_page .main .cta-section.february2024 .cta-content .discount-block .new_price .right-part .value {
  font-weight: 700;
  font-size: 24px;
  line-height: 134%;
  margin-top: 3px;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.february2024 .cta-content .discount-block {
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.february2024 .cta-content .discount-block {
    width: 149px;
    height: 96px;
    padding: 8px 9px 7px 5px;
    margin-bottom: 30px;
    margin-right: 0;
  }
  .home_index_page .main .cta-section.february2024 .cta-content .discount-block .new_price .euro {
    font-size: 100px;
  }
  .home_index_page .main .cta-section.february2024 .cta-content .discount-block .new_price .right-part .term {
    font-size: 16px;
  }
  .home_index_page .main .cta-section.february2024 .cta-content .discount-block .new_price .right-part .value {
    font-size: 20px;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.february2024 .cta-content .discount-block {
    margin-bottom: 40px;
  }
}
.home_index_page .main .cta-section.february2024 .cta-content .points {
  max-width: 310px;
  width: 100%;
}
.home_index_page .main .cta-section.february2024 .cta-content .points .point {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 110%;
  position: relative;
}
.home_index_page .main .cta-section.february2024 .cta-content .points .point:nth-child(1) {
  margin-bottom: 35px;
  padding-left: 72px;
}
.home_index_page .main .cta-section.february2024 .cta-content .points .point:nth-child(1):before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background-image: url(/assets/images/february-2024/img-point_1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.home_index_page .main .cta-section.february2024 .cta-content .points .point:nth-child(2) {
  width: 240px;
  margin-right: 30px;
  padding-left: 72px;
}
.home_index_page .main .cta-section.february2024 .cta-content .points .point:nth-child(2):before {
  content: "";
  display: block;
  width: 55px;
  height: 58px;
  background-image: url(/assets/images/february-2024/img-point_2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.february2024 .cta-content .points .point:nth-child(1) {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.february2024 .cta-content .bottom-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.home_index_page .main .cta-section.february2024 .cta-content .button {
  width: 286px;
  height: 65px;
  font-size: 24px;
  font-weight: 500;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 15px;
  font-family: "Roboto", sans-serif;
  border: 0;
  background-color: #EB3896;
  margin-right: 15px;
  z-index: 10;
}
.home_index_page .main .cta-section.february2024 .cta-content .button a {
  color: #fff;
  letter-spacing: 0;
  text-decoration: none;
  border-bottom: none;
  text-transform: none;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.february2024 .cta-content .button {
    width: 225px;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.february2024 .cta-content .button {
    width: 215px;
    height: 55px;
    font-size: 18px;
  }
}
.home_index_page .main .cta-section.february2024 .cta-content .text-lotery-rules {
  max-width: 290px;
  font-size: 14px;
  line-height: 130%;
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.february2024 .cta-content .text-lotery-rules {
    margin-bottom: 25px;
  }
}
.home_index_page .main .cta-section.november2023 {
  background-image: url("data:image/svg+xml,%3Csvg width='1920' height='600' viewBox='0 0 1920 600' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_5043_12' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='1920' height='600'%3E%3Crect width='1920' height='600' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_5043_12)'%3E%3Cpath d='M1920 -155H0V600H1920V-155Z' fill='%2317171E'/%3E%3Cpath d='M2105 600H825L1215 -155H2105V600Z' fill='%23FBDA2B'/%3E%3Cpath d='M2105 600H825L1215 -155H2105V600Z' fill='url(%23paint0_radial_5043_12)'/%3E%3C/g%3E%3Cdefs%3E%3CradialGradient id='paint0_radial_5043_12' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(1071.9 -23.915) rotate(39.5349) scale(469.686 482.581)'%3E%3Cstop stop-color='%23EC8422'/%3E%3Cstop offset='0.328' stop-color='%23EC8422'/%3E%3Cstop offset='0.7497' stop-color='%23E86423'/%3E%3Cstop offset='1' stop-color='%23E65724'/%3E%3C/radialGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  height: auto;
}
@media (max-width: 1919px) {
  .home_index_page .main .cta-section.november2023 {
    background-image: url("data:image/svg+xml,%3Csvg width='1440' height='548' viewBox='0 0 1440 548' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_5049_39' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='1440' height='548'%3E%3Crect width='1440' height='548' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_5049_39)'%3E%3Crect y='-155' width='1440' height='703' fill='%2317171E'/%3E%3Cpath d='M1440 548H578L917.576 -155H1440V548Z' fill='%23FBDA2B'/%3E%3Cpath d='M1440 548H578L917.576 -155H1440V548Z' fill='url(%23paint0_radial_5049_39)'/%3E%3C/g%3E%3Cdefs%3E%3CradialGradient id='paint0_radial_5049_39' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(792.982 -32.9429) rotate(41.4327) scale(420.688 436.816)'%3E%3Cstop stop-color='%23EC8422'/%3E%3Cstop offset='0.328' stop-color='%23EC8422'/%3E%3Cstop offset='0.7497' stop-color='%23E86423'/%3E%3Cstop offset='1' stop-color='%23E65724'/%3E%3C/radialGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .home_index_page .main .cta-section.november2023 {
    background-image: url("data:image/svg+xml,%3Csvg width='1024' height='510' viewBox='0 0 1024 510' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_5050_41' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='1024' height='510'%3E%3Crect width='1024' height='510' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_5050_41)'%3E%3Crect y='-140' width='1024' height='650' fill='%2317171E'/%3E%3Cpath d='M1084 510H365L648.242 -140H1084V510Z' fill='%23FBDA2B'/%3E%3Cpath d='M1084 510H365L648.242 -140H1084V510Z' fill='url(%23paint0_radial_5050_41)'/%3E%3C/g%3E%3Cdefs%3E%3CradialGradient id='paint0_radial_5050_41' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(544.318 -27.1449) rotate(44.3745) scale(368.056 385.056)'%3E%3Cstop stop-color='%23EC8422'/%3E%3Cstop offset='0.328' stop-color='%23EC8422'/%3E%3Cstop offset='0.7497' stop-color='%23E86423'/%3E%3Cstop offset='1' stop-color='%23E65724'/%3E%3C/radialGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.november2023 {
    background-image: url("data:image/svg+xml,%3Csvg width='768' height='509' viewBox='0 0 768 509' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_5050_43' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='768' height='509'%3E%3Crect width='768' height='509' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_5050_43)'%3E%3Cpath d='M768 -140H0V509H768V-140Z' fill='%2317171E'/%3E%3Cpath d='M767.757 509H249L679.84 -140H778L767.757 509Z' fill='%23FBDA2B'/%3E%3Cpath d='M767.757 509H249L679.84 -140H778L767.757 509Z' fill='url(%23paint0_radial_5050_43)'/%3E%3C/g%3E%3Cdefs%3E%3CradialGradient id='paint0_radial_5050_43' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(412.666 -27.3189) rotate(43.6443) scale(372.37 389.226)'%3E%3Cstop stop-color='%23EC8422'/%3E%3Cstop offset='0.328' stop-color='%23EC8422'/%3E%3Cstop offset='0.7497' stop-color='%23E86423'/%3E%3Cstop offset='1' stop-color='%23E65724'/%3E%3C/radialGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.november2023 {
    background-image: url("data:image/svg+xml,%3Csvg width='480' height='616' viewBox='0 0 480 616' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_5050_45' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='480' height='616'%3E%3Crect width='480' height='616' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_5050_45)'%3E%3Crect y='-140' width='480' height='756' fill='%2317171E'/%3E%3Cpath d='M0 616L480 240V616H0Z' fill='%23F7D716'/%3E%3Cpath d='M0 616L480 240V616H0Z' fill='url(%23paint0_radial_5050_45)'/%3E%3C/g%3E%3Cdefs%3E%3CradialGradient id='paint0_radial_5050_45' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(331.494 550.718) rotate(-148.66) scale(286.27 266.152)'%3E%3Cstop stop-color='%23EC8422'/%3E%3Cstop offset='0.328' stop-color='%23EC8422'/%3E%3Cstop offset='0.7497' stop-color='%23E86423'/%3E%3Cstop offset='1' stop-color='%23E65724'/%3E%3C/radialGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.november2023 {
    background-image: url("data:image/svg+xml,%3Csvg width='375' height='500' viewBox='0 0 375 500' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_5050_47' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='375' height='500'%3E%3Crect width='375' height='500' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_5050_47)'%3E%3Crect y='-140' width='375' height='640' fill='%2317171E'/%3E%3Cpath d='M0 500L375 230V500H0Z' fill='%23F7D716'/%3E%3Cpath d='M0 500L375 230V500H0Z' fill='url(%23paint0_radial_5050_47)'/%3E%3C/g%3E%3Cdefs%3E%3CradialGradient id='paint0_radial_5050_47' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(258.979 453.122) rotate(-150.763) scale(218.904 195.262)'%3E%3Cstop stop-color='%23EC8422'/%3E%3Cstop offset='0.328' stop-color='%23EC8422'/%3E%3Cstop offset='0.7497' stop-color='%23E86423'/%3E%3Cstop offset='1' stop-color='%23E65724'/%3E%3C/radialGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  }
}
.home_index_page .main .cta-section.november2023 .cta-inner {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 34px;
  padding-bottom: 153px;
}
.home_index_page .main .cta-section.november2023 .cta-inner img {
  display: none;
  position: absolute;
  bottom: 0;
  image-rendering: -webkit-optimize-contrast;
  z-index: 5;
}
.home_index_page .main .cta-section.november2023 .cta-inner img.img-darth-vader-1920 {
  display: block;
  width: 522px;
  right: 300px;
  z-index: 10;
}
.home_index_page .main .cta-section.november2023 .cta-inner img.img-darth-vader-1440 {
  width: 477px;
  right: 290px;
  z-index: 10;
}
.home_index_page .main .cta-section.november2023 .cta-inner img.img-darth-vader-1024 {
  width: 419px;
  right: 295px;
  z-index: 10;
}
.home_index_page .main .cta-section.november2023 .cta-inner img.img-darth-vader-768 {
  width: 437px;
  right: 0;
}
.home_index_page .main .cta-section.november2023 .cta-inner img.img-darth-vader-480 {
  width: 397px;
  right: -95px;
}
.home_index_page .main .cta-section.november2023 .cta-inner img.img-darth-vader-375 {
  width: 317px;
  right: -95px;
}
@media (min-width: 640px) {
  .home_index_page .main .cta-section.november2023 .cta-inner {
    width: 450px;
    height: auto;
    padding: 42px 0 181px;
  }
}
@media (min-width: 768px) {
  .home_index_page .main .cta-section.november2023 .cta-inner {
    width: 720px;
    height: auto;
    padding: 45px 0 40px;
  }
}
@media (min-width: 1024px) {
  .home_index_page .main .cta-section.november2023 .cta-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 940px;
    height: auto;
    padding: 30px 0;
  }
}
@media (min-width: 1280px) {
  .home_index_page .main .cta-section.november2023 .cta-inner {
    width: 1170px;
    height: auto;
    padding: 68px 0 50px;
  }
}
@media (max-width: 1919px) {
  .home_index_page .main .cta-section.november2023 .cta-inner img.img-darth-vader-1920 {
    display: none;
  }
  .home_index_page .main .cta-section.november2023 .cta-inner img.img-darth-vader-1440 {
    display: block;
  }
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.november2023 .cta-inner img.img-darth-vader-1440 {
    display: none;
  }
  .home_index_page .main .cta-section.november2023 .cta-inner img.img-darth-vader-1024 {
    display: block;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.november2023 .cta-inner img.img-darth-vader-1024 {
    display: none;
  }
  .home_index_page .main .cta-section.november2023 .cta-inner img.img-darth-vader-768 {
    display: block;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.november2023 .cta-inner img {
    top: auto;
    -webkit-transform: none;
            transform: none;
  }
  .home_index_page .main .cta-section.november2023 .cta-inner img.img-darth-vader-768 {
    display: none;
  }
  .home_index_page .main .cta-section.november2023 .cta-inner img.img-darth-vader-480 {
    display: block;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.november2023 .cta-inner img.img-darth-vader-480 {
    display: none;
  }
  .home_index_page .main .cta-section.november2023 .cta-inner img.img-darth-vader-375 {
    display: block;
  }
}
.home_index_page .main .cta-section.november2023 .check-form-section .white-box .box-inner .form .button-holder .button {
  background: radial-gradient(57.14% 56.69% at 97.68% 94.27%, #EC8422 0%, #EC8422 16.8%, #E86423 74.97%, #E65724 100%), #D9D9D9;
  color: #fff;
}
.home_index_page .main .cta-section.november2023 .check-form-section .white-box .box-inner .form .button-holder .button svg {
  fill: #fff;
}
.home_index_page .main .cta-section.november2023 .check-form-section .white-box .box-inner .form .button-holder .button:hover {
  background: #E65724;
}
.home_index_page .main .cta-section.november2023 .cta-content {
  max-width: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  font-family: "Roboto", sans-serif;
  padding: 0;
  position: relative;
  z-index: 15;
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.november2023 .cta-content {
    max-width: 460px;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
    padding: 0 !important;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.november2023 .cta-content {
    padding: 0 20px !important;
  }
}
.home_index_page .main .cta-section.november2023 .cta-content.hidden {
  display: none;
}
.home_index_page .main .cta-section.november2023 .cta-content .sale-block {
  width: 352px;
  height: 45px;
  background: radial-gradient(57.14% 56.69% at 97.68% 94.27%, #EC8422 0%, #EC8422 16.8%, #E86423 74.97%, #E65724 100%), #D9D9D9;
  border-radius: 10px;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  line-height: 105%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 25px;
  text-transform: uppercase;
  position: relative;
}
.home_index_page .main .cta-section.november2023 .cta-content .sale-block:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 19px 22px 0;
  border-color: transparent #ec8422 transparent transparent;
  position: absolute;
  right: 22px;
  bottom: -22px;
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.november2023 .cta-content .sale-block {
    margin-bottom: 18px;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.november2023 .cta-content .sale-block {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    margin-bottom: 23px;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.november2023 .cta-content .sale-block {
    width: 302px;
    height: 38px;
    font-size: 14px;
    margin-bottom: 13px;
  }
  .home_index_page .main .cta-section.november2023 .cta-content .sale-block:before {
    border-width: 0 19px 13px 0;
    right: 11px;
    bottom: -13px;
  }
}
.home_index_page .main .cta-section.november2023 .cta-content h1.title {
  color: #fff;
  width: 100%;
  font-size: 56px;
  font-weight: 700;
  line-height: 110%;
  margin-bottom: 30px;
  position: relative;
  z-index: 3;
}
@media (max-width: 1919px) {
  .home_index_page .main .cta-section.november2023 .cta-content h1.title {
    margin-bottom: 20px;
  }
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.november2023 .cta-content h1.title {
    font-size: 50px;
    line-height: 120%;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.november2023 .cta-content h1.title {
    font-size: 35px;
    line-height: 130%;
    margin-bottom: 20px;
    text-align: center;
  }
  .home_index_page .main .cta-section.november2023 .cta-content h1.title br {
    display: none;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.november2023 .cta-content h1.title {
    font-size: 29px;
    margin-bottom: 15px;
  }
}
.home_index_page .main .cta-section.november2023 .cta-content .points {
  width: 100%;
  margin-bottom: 28px;
}
.home_index_page .main .cta-section.november2023 .cta-content .points .point {
  font-size: 28px;
  font-weight: 400;
  line-height: 105%;
}
.home_index_page .main .cta-section.november2023 .cta-content .points .point svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 20px;
}
@media (max-width: 1919px) {
  .home_index_page .main .cta-section.november2023 .cta-content .points {
    margin-bottom: 25px;
  }
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.november2023 .cta-content .points {
    margin-bottom: 30px;
  }
  .home_index_page .main .cta-section.november2023 .cta-content .points .point {
    font-size: 22px;
  }
  .home_index_page .main .cta-section.november2023 .cta-content .points .point svg {
    width: 23px;
    height: 21px;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.november2023 .cta-content .points {
    margin-bottom: 58px;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.november2023 .cta-content .points {
    margin-bottom: 38px;
  }
  .home_index_page .main .cta-section.november2023 .cta-content .points .point svg {
    margin-right: 13px;
  }
}
.home_index_page .main .cta-section.november2023 .cta-content .discount-block {
  width: 276px;
  height: 162px;
  background: radial-gradient(57.14% 56.69% at 97.68% 94.27%, #EC8422 0%, #EC8422 16.8%, #E86423 74.97%, #E65724 100%), #D9D9D9;
  border-radius: 10px;
  color: #fff;
  margin-bottom: 18px;
  position: relative;
  z-index: 5;
}
.home_index_page .main .cta-section.november2023 .cta-content .discount-block.en {
  width: 290px;
}
.home_index_page .main .cta-section.november2023 .cta-content .discount-block .new_price {
  margin-bottom: 4px;
}
.home_index_page .main .cta-section.november2023 .cta-content .discount-block .new_price .text-start-price {
  font-size: 30px;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 3px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.home_index_page .main .cta-section.november2023 .cta-content .discount-block .new_price .euro {
  font-size: 120px;
  font-weight: 700;
  line-height: 100px;
  letter-spacing: -12px;
  margin-left: -7px;
}
.home_index_page .main .cta-section.november2023 .cta-content .discount-block .new_price .right-part {
  margin-left: 10px;
}
.home_index_page .main .cta-section.november2023 .cta-content .discount-block .new_price .right-part .cents {
  font-size: 70px;
  font-weight: 500;
  line-height: 105%;
  letter-spacing: -2.1px;
  margin-bottom: -3px;
}
.home_index_page .main .cta-section.november2023 .cta-content .discount-block .new_price .right-part .value {
  font-size: 25px;
  font-weight: 600;
  line-height: 150%;
  margin-left: 2px;
  margin-bottom: -3px;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.november2023 .cta-content .discount-block {
    width: 225px;
    height: 145px;
  }
  .home_index_page .main .cta-section.november2023 .cta-content .discount-block.en {
    width: 240px;
  }
  .home_index_page .main .cta-section.november2023 .cta-content .discount-block .new_price {
    margin-bottom: 2px;
  }
  .home_index_page .main .cta-section.november2023 .cta-content .discount-block .new_price .text-start-price {
    font-size: 25px;
    margin-bottom: 11px;
  }
  .home_index_page .main .cta-section.november2023 .cta-content .discount-block .new_price .euro {
    font-size: 100px;
  }
  .home_index_page .main .cta-section.november2023 .cta-content .discount-block .new_price .right-part .cents {
    font-size: 50px;
    margin-bottom: 8px;
  }
  .home_index_page .main .cta-section.november2023 .cta-content .discount-block .new_price .right-part .value {
    font-size: 20px;
    margin-bottom: 5px;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.november2023 .cta-content .discount-block {
    width: 174px;
    height: 110px;
    margin-left: 0;
  }
  .home_index_page .main .cta-section.november2023 .cta-content .discount-block.en {
    width: 209px;
  }
  .home_index_page .main .cta-section.november2023 .cta-content .discount-block .new_price {
    margin-bottom: 5px;
  }
  .home_index_page .main .cta-section.november2023 .cta-content .discount-block .new_price .text-start-price {
    font-size: 25px;
    margin-right: -3px;
    margin-bottom: 16px;
  }
  .home_index_page .main .cta-section.november2023 .cta-content .discount-block .new_price .euro {
    font-size: 80px;
    letter-spacing: -8px;
  }
  .home_index_page .main .cta-section.november2023 .cta-content .discount-block .new_price .right-part {
    margin-left: 6px;
  }
  .home_index_page .main .cta-section.november2023 .cta-content .discount-block .new_price .right-part .cents {
    font-size: 40px;
    margin-bottom: 0;
  }
  .home_index_page .main .cta-section.november2023 .cta-content .discount-block .new_price .right-part .value {
    font-size: 20px;
    margin-left: -3px;
    margin-bottom: 13px;
  }
}
.home_index_page .main .cta-section.november2023 .cta-content .button {
  width: 276px;
  height: 25px;
  font-size: 16px;
  font-weight: 500;
  padding: 0 15px;
  font-family: "Roboto", sans-serif;
  background: #fff;
  border: 0;
  background: radial-gradient(57.14% 56.69% at 97.68% 94.27%, #EC8422 0%, #EC8422 16.8%, #E86423 74.97%, #E65724 100%), #17171E;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 10;
}
.home_index_page .main .cta-section.november2023 .cta-content .button a {
  color: #17171e;
  letter-spacing: 0;
  text-decoration: none;
  border-bottom: none;
  text-transform: none;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.november2023 .cta-content .button {
    width: 225px;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.november2023 .cta-content .button {
    width: 176px;
    padding: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.home_index_page .main .cta-section.september2023-new {
  background-image: url("data:image/svg+xml,%3Csvg width='1920' height='600' viewBox='0 0 1920 600' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_4997_9' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='1920' height='600'%3E%3Crect width='1920' height='600' fill='%23C4C4C4'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_4997_9)'%3E%3Cpath d='M1920 -155H0V600H1920V-155Z' fill='%2317171E'/%3E%3Cpath d='M2105 600H825L1215 -155H2105V600Z' fill='%23FBDA2B'/%3E%3C/g%3E%3C/svg%3E%0A");
  height: auto;
}
@media (max-width: 1919px) {
  .home_index_page .main .cta-section.september2023-new {
    background-image: url("data:image/svg+xml,%3Csvg width='1440' height='737' viewBox='0 0 1440 737' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='1440' height='737' fill='%23FBDA2B'/%3E%3Cpath d='M0 0H1083L753.023 737H0V0Z' fill='%2317171E'/%3E%3C/svg%3E%0A");
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .home_index_page .main .cta-section.september2023-new {
    background-image: url("data:image/svg+xml,%3Csvg width='1024' height='638' viewBox='0 0 1024 638' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='1024' height='638' fill='%23FBDA2B'/%3E%3Cpath d='M0 0H788L468.17 638H0V0Z' fill='%2317171E'/%3E%3C/svg%3E%0A");
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.september2023-new {
    background-image: url("data:image/svg+xml,%3Csvg width='768' height='622' viewBox='0 0 768 622' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='768' height='622' fill='%2317171E'/%3E%3Cpath d='M448.414 467.531L768 257V622H200L448.414 467.531Z' fill='%23FBDA2B'/%3E%3C/svg%3E%0A");
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.september2023-new {
    background-image: url("data:image/svg+xml,%3Csvg width='480' height='756' viewBox='0 0 480 756' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='480' height='756' fill='%2317171E'/%3E%3Cpath d='M234.122 584.603L480 351V756H43L234.122 584.603Z' fill='%23FBDA2B'/%3E%3C/svg%3E%0A");
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.september2023-new {
    background-image: url("data:image/svg+xml,%3Csvg width='375' height='710' viewBox='0 0 375 710' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='375' height='710' fill='%2317171E'/%3E%3Cpath d='M185.387 547.49L375 326V710H38L185.387 547.49Z' fill='%23FBDA2B'/%3E%3C/svg%3E%0A");
  }
}
.home_index_page .main .cta-section.september2023-new .cta-inner {
  position: relative;
  width: 100%;
  height: auto;
  padding: 50px 0;
}
@media (min-width: 640px) {
  .home_index_page .main .cta-section.september2023-new .cta-inner {
    width: 450px;
    height: auto;
    padding: 50px 0;
  }
}
@media (min-width: 768px) {
  .home_index_page .main .cta-section.september2023-new .cta-inner {
    width: 720px;
    height: auto;
    padding: 50px 0;
  }
}
@media (min-width: 1024px) {
  .home_index_page .main .cta-section.september2023-new .cta-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 940px;
    height: auto;
    padding: 40px 0;
  }
}
@media (min-width: 1280px) {
  .home_index_page .main .cta-section.september2023-new .cta-inner {
    width: 1170px;
    height: auto;
  }
}
.home_index_page .main .cta-section.september2023-new .cta-inner .check-form-section .white-box .box-inner .form .button-holder .button {
  background-color: #FBDA2B;
  color: #273747;
}
.home_index_page .main .cta-section.september2023-new .cta-inner .check-form-section .white-box .box-inner .form .button-holder .button svg {
  fill: #273747;
}
.home_index_page .main .cta-section.september2023-new .cta-inner .check-form-section .white-box .box-inner .form .button-holder .button:hover {
  color: #fff;
}
.home_index_page .main .cta-section.september2023-new .cta-inner .check-form-section .white-box .box-inner .form .button-holder .button:hover svg {
  fill: #fff;
}
.home_index_page .main .cta-section.september2023-new .cta-inner .cta-content {
  width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  color: #fff;
  font-family: "Roboto", sans-serif;
  padding: 0;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.september2023-new .cta-inner .cta-content {
    width: 400px;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.september2023-new .cta-inner .cta-content {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .home_index_page .main .cta-section.september2023-new .cta-inner .cta-content .bottom-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.september2023-new .cta-inner .cta-content {
    max-width: 460px;
  }
}
.home_index_page .main .cta-section.september2023-new .cta-inner .cta-content.hidden {
  display: none;
}
.home_index_page .main .cta-section.september2023-new .cta-inner .cta-content .sale-block {
  width: 100%;
  height: 61px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='492' height='61' viewBox='0 0 492 61' fill='none'%3E%3Cpath d='M490.572 28.6844C494.618 18.9073 487.542 8.12717 476.962 7.95081L15.25 0.254213C6.86908 0.114506 0 6.87005 0 15.2521V46C0 54.2843 6.71573 61 15 61H467.173C473.241 61 478.712 57.3432 481.033 51.7356L490.572 28.6844Z' fill='%23FBDA2B'/%3E%3C/svg%3E");
  color: #17171E;
  font-size: 26px;
  font-weight: 600;
  line-height: 105%;
  text-transform: uppercase;
  margin-bottom: 10px;
  position: relative;
}
.home_index_page .main .cta-section.september2023-new .cta-inner .cta-content .sale-block:before {
  content: "";
  display: block;
  width: 41px;
  height: 17px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='41' height='17' viewBox='0 0 41 17' fill='none'%3E%3Cpath d='M41 17L0 0H36.0798L38.5399 8.5L41 17Z' fill='%23FBDA2B'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  right: 30px;
  bottom: -17px;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.september2023-new .cta-inner .cta-content .sale-block {
    max-width: 322px;
    height: 50px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='317' height='50' viewBox='0 0 317 50' fill='none'%3E%3Cpath d='M315.74 26.0334C318.857 16.4659 311.855 6.60338 301.795 6.39036L15.3175 0.324341C6.91086 0.146334 0 6.91242 0 15.321V35C0 43.2843 6.71573 50 15 50H297.043C303.537 50 309.293 45.8211 311.305 39.6464L315.74 26.0334Z' fill='%23FBDA2B'/%3E%3C/svg%3E");
    font-size: 21px;
    margin-bottom: 15px;
  }
  .home_index_page .main .cta-section.september2023-new .cta-inner .cta-content .sale-block:before {
    width: 34px;
    height: 14px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='14' viewBox='0 0 34 14' fill='none'%3E%3Cpath d='M34 14L0 0H29.9199L31.9599 7L34 14Z' fill='%23FBDA2B'/%3E%3C/svg%3E");
    bottom: -14px;
    right: 20px;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.september2023-new .cta-inner .cta-content .sale-block {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='258' height='41' viewBox='0 0 258 41' fill='none'%3E%3Cpath d='M256.77 24.7884C259.874 15.2247 252.874 5.37565 242.822 5.16195L15.3188 0.32565C6.91162 0.146929 0 6.91321 0 15.3223V26C0 34.2843 6.71573 41 15 41H240.607C247.108 41 252.868 36.8129 254.875 30.6299L256.77 24.7884Z' fill='%23FBDA2B'/%3E%3C/svg%3E");
    width: 263px;
    height: 41px;
    font-size: 17px;
    margin-bottom: 25px;
  }
  .home_index_page .main .cta-section.september2023-new .cta-inner .cta-content .sale-block:before {
    width: 29px;
    height: 11px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='11' viewBox='0 0 29 11' fill='none'%3E%3Cpath d='M29 11L0 0H25.5199L27.2599 5.5L29 11Z' fill='%23FBDA2B'/%3E%3C/svg%3E");
    bottom: -11px;
  }
}
.home_index_page .main .cta-section.september2023-new .cta-inner .cta-content h1.title {
  color: #fff;
  width: 100%;
  font-size: 76px;
  font-weight: 700;
  line-height: 108%;
  position: relative;
  z-index: 3;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.september2023-new .cta-inner .cta-content h1.title {
    font-size: 56px;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.september2023-new .cta-inner .cta-content h1.title {
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 15px;
  }
  .home_index_page .main .cta-section.september2023-new .cta-inner .cta-content h1.title br {
    display: none;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.september2023-new .cta-inner .cta-content h1.title {
    margin-bottom: 20px;
  }
  .home_index_page .main .cta-section.september2023-new .cta-inner .cta-content h1.title br {
    display: block;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.september2023-new .cta-inner .cta-content h1.title {
    font-size: 46px;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.home_index_page .main .cta-section.september2023-new .cta-inner .cta-content .discount-block {
  margin-bottom: -20px;
  position: relative;
}
.home_index_page .main .cta-section.september2023-new .cta-inner .cta-content .discount-block .text-discount {
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0.35px;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  top: 115px;
}
.home_index_page .main .cta-section.september2023-new .cta-inner .cta-content .discount-block .percent-discount {
  background-image: url("data:image/svg+xml,%3Csvg width='434' height='287' viewBox='0 0 434 287' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M323.764 122.228V157.686C323.764 171.638 322.12 183.769 318.832 194.077C315.633 204.386 311.012 212.917 304.969 219.671C299.015 226.425 291.905 231.446 283.641 234.734C275.376 238.022 266.267 239.666 256.314 239.666C248.316 239.666 240.851 238.644 233.919 236.6C226.988 234.467 220.723 231.268 215.124 227.002C209.614 222.648 204.86 217.227 200.861 210.74C196.862 204.252 193.796 196.61 191.663 187.812C189.53 178.925 188.464 168.883 188.464 157.686V122.228C188.464 108.187 190.063 96.0566 193.263 85.8369C196.551 75.5283 201.216 66.9971 207.259 60.2432C213.302 53.4893 220.456 48.4683 228.721 45.1802C236.985 41.8921 246.094 40.248 256.047 40.248C264.045 40.248 271.466 41.3145 278.309 43.4473C285.24 45.4912 291.505 48.6904 297.104 53.0449C302.703 57.3105 307.457 62.687 311.367 69.1743C315.366 75.6616 318.432 83.3486 320.565 92.2354C322.698 101.033 323.764 111.031 323.764 122.228ZM278.842 163.151V116.496C278.842 110.275 278.486 104.854 277.775 100.233C277.153 95.6123 276.176 91.7021 274.843 88.5029C273.599 85.3037 272.043 82.7266 270.177 80.7715C268.311 78.7275 266.178 77.2612 263.779 76.3726C261.468 75.395 258.891 74.9062 256.047 74.9062C252.493 74.9062 249.293 75.6616 246.45 77.1724C243.695 78.5942 241.34 80.9048 239.385 84.104C237.43 87.3032 235.919 91.5688 234.853 96.9009C233.875 102.233 233.386 108.765 233.386 116.496V163.151C233.386 169.461 233.697 174.971 234.319 179.681C235.03 184.302 236.008 188.256 237.252 191.544C238.585 194.744 240.185 197.365 242.051 199.409C243.917 201.364 246.05 202.786 248.449 203.675C250.849 204.563 253.47 205.008 256.314 205.008C259.78 205.008 262.89 204.297 265.645 202.875C268.4 201.453 270.755 199.143 272.71 195.943C274.754 192.655 276.265 188.345 277.242 183.013C278.309 177.592 278.842 170.972 278.842 163.151Z' fill='%23FBDA2B'/%3E%3Cg filter='url(%23filter0_d_4679_3)'%3E%3Cpath d='M208.897 42.9141V66.9082L136.382 237H88.9268L161.576 77.5723H68.9316V42.9141H208.897Z' fill='%23FBDA2B'/%3E%3C/g%3E%3Cg filter='url(%23filter1_d_4679_3)'%3E%3Cpath d='M307.042 148.872V142.066C307.042 137.176 308.103 132.728 310.224 128.721C312.345 124.715 315.527 121.504 319.769 119.088C324.011 116.672 329.285 115.464 335.589 115.464C342.07 115.464 347.432 116.672 351.674 119.088C355.916 121.504 359.068 124.715 361.13 128.721C363.251 132.728 364.312 137.176 364.312 142.066V148.872C364.312 153.644 363.251 158.034 361.13 162.04C359.068 166.047 355.916 169.258 351.674 171.673C347.491 174.089 342.217 175.297 335.854 175.297C329.432 175.297 324.1 174.089 319.857 171.673C315.615 169.258 312.404 166.047 310.224 162.04C308.103 158.034 307.042 153.644 307.042 148.872ZM326.132 142.066V148.872C326.132 150.639 326.486 152.318 327.193 153.909C327.9 155.5 328.96 156.796 330.375 157.798C331.847 158.741 333.645 159.212 335.766 159.212C337.946 159.212 339.713 158.741 341.068 157.798C342.424 156.796 343.425 155.5 344.073 153.909C344.78 152.318 345.134 150.639 345.134 148.872V142.066C345.134 140.181 344.78 138.443 344.073 136.852C343.425 135.261 342.394 133.994 340.98 133.052C339.566 132.05 337.769 131.549 335.589 131.549C333.527 131.549 331.789 132.05 330.375 133.052C328.96 133.994 327.9 135.261 327.193 136.852C326.486 138.443 326.132 140.181 326.132 142.066ZM368.112 221.254V214.449C368.112 209.617 369.173 205.198 371.294 201.192C373.474 197.185 376.685 193.974 380.927 191.559C385.228 189.143 390.531 187.935 396.835 187.935C403.317 187.935 408.649 189.143 412.832 191.559C417.074 193.974 420.226 197.185 422.289 201.192C424.41 205.198 425.47 209.617 425.47 214.449V221.254C425.47 226.085 424.41 230.504 422.289 234.511C420.226 238.517 417.104 241.728 412.92 244.144C408.737 246.56 403.464 247.768 397.101 247.768C390.678 247.768 385.317 246.56 381.016 244.144C376.715 241.728 373.474 238.517 371.294 234.511C369.173 230.504 368.112 226.085 368.112 221.254ZM387.291 214.449V221.254C387.291 223.08 387.732 224.789 388.616 226.38C389.5 227.971 390.678 229.267 392.151 230.269C393.624 231.211 395.245 231.683 397.012 231.683C399.722 231.683 401.726 231.211 403.022 230.269C404.377 229.267 405.261 227.971 405.673 226.38C406.145 224.789 406.38 223.08 406.38 221.254V214.449C406.38 212.622 406.027 210.914 405.32 209.323C404.613 207.732 403.552 206.465 402.138 205.522C400.724 204.521 398.957 204.02 396.835 204.02C394.714 204.02 392.947 204.521 391.533 205.522C390.119 206.465 389.058 207.732 388.351 209.323C387.644 210.914 387.291 212.622 387.291 214.449ZM404.259 135.792L341.422 236.367L327.546 229.385L390.384 128.81L404.259 135.792Z' fill='%23FBDA2B'/%3E%3C/g%3E%3Crect y='142' width='81' height='28' fill='%23FBDA2B'/%3E%3Cdefs%3E%3Cfilter id='filter0_d_4679_3' x='50.9297' y='7.91406' width='197.969' height='252.086' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dx='11' dy='-6'/%3E%3CfeGaussianBlur stdDeviation='14.5'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.42 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_4679_3'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_4679_3' result='shape'/%3E%3C/filter%3E%3Cfilter id='filter1_d_4679_3' x='292.043' y='99.4644' width='140.426' height='154.303' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dx='-4' dy='-5'/%3E%3CfeGaussianBlur stdDeviation='5.5'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_4679_3'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_4679_3' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
  width: 434px;
  height: 287px;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.september2023-new .cta-inner .cta-content .discount-block {
    margin-bottom: 10px;
  }
  .home_index_page .main .cta-section.september2023-new .cta-inner .cta-content .discount-block .text-discount {
    font-size: 13px;
    line-height: 17px;
    top: 100px;
  }
  .home_index_page .main .cta-section.september2023-new .cta-inner .cta-content .discount-block .percent-discount {
    width: 394px;
    height: 235px;
    background-image: url("data:image/svg+xml,%3Csvg width='394' height='235' viewBox='0 0 394 235' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M294.488 107.472V139.724C294.488 152.414 292.993 163.448 290.002 172.824C287.092 182.201 282.889 189.961 277.392 196.104C271.976 202.247 265.51 206.814 257.993 209.805C250.475 212.796 242.19 214.291 233.137 214.291C225.862 214.291 219.072 213.361 212.767 211.502C206.462 209.562 200.764 206.652 195.671 202.773C190.66 198.812 186.335 193.881 182.698 187.98C179.06 182.08 176.272 175.128 174.332 167.126C172.392 159.043 171.422 149.909 171.422 139.724V107.472C171.422 94.7006 172.877 83.6671 175.787 74.3714C178.778 64.995 183.021 57.2351 188.518 51.0919C194.014 44.9487 200.521 40.3817 208.039 37.3909C215.556 34.4002 223.841 32.9048 232.894 32.9048C240.169 32.9048 246.919 33.8748 253.143 35.8147C259.448 37.6739 265.146 40.5838 270.239 44.5445C275.331 48.4245 279.655 53.3148 283.212 59.2155C286.849 65.1162 289.638 72.1081 291.578 80.1913C293.518 88.1936 294.488 97.2872 294.488 107.472ZM253.628 144.695V102.258C253.628 96.6001 253.304 91.6694 252.658 87.4662C252.092 83.2629 251.203 79.7063 249.99 76.7964C248.859 73.8864 247.444 71.5423 245.747 69.764C244.049 67.9049 242.109 66.5712 239.927 65.7629C237.825 64.8737 235.481 64.4291 232.894 64.4291C229.661 64.4291 226.751 65.1162 224.165 66.4903C221.659 67.7836 219.517 69.8853 217.738 72.7952C215.96 75.7052 214.586 79.5851 213.616 84.435C212.727 89.2849 212.282 95.226 212.282 102.258V144.695C212.282 150.434 212.565 155.446 213.131 159.73C213.778 163.933 214.667 167.53 215.798 170.521C217.011 173.431 218.466 175.815 220.163 177.674C221.861 179.453 223.801 180.746 225.983 181.554C228.166 182.363 230.55 182.767 233.137 182.767C236.289 182.767 239.118 182.12 241.624 180.827C244.13 179.533 246.272 177.432 248.05 174.522C249.909 171.531 251.284 167.611 252.173 162.761C253.143 157.83 253.628 151.808 253.628 144.695Z' fill='%23FBDA2B'/%3E%3Cg filter='url(%23filter0_d_4682_858)'%3E%3Cpath d='M190.005 35.3296V57.1541L124.047 211.866H80.8824L146.962 66.8539H62.6953V35.3296H190.005Z' fill='%23FBDA2B'/%3E%3C/g%3E%3Cg filter='url(%23filter1_d_4682_858)'%3E%3Cpath d='M279.281 131.706V125.516C279.281 121.068 280.246 117.022 282.175 113.378C284.105 109.734 286.998 106.813 290.857 104.616C294.716 102.418 299.512 101.32 305.246 101.32C311.142 101.32 316.018 102.418 319.877 104.616C323.736 106.813 326.603 109.734 328.478 113.378C330.408 117.022 331.372 121.068 331.372 125.516V131.706C331.372 136.047 330.408 140.04 328.478 143.684C326.603 147.328 323.736 150.249 319.877 152.446C316.072 154.644 311.275 155.742 305.488 155.742C299.646 155.742 294.796 154.644 290.937 152.446C287.079 150.249 284.158 147.328 282.175 143.684C280.246 140.04 279.281 136.047 279.281 131.706ZM296.645 125.516V131.706C296.645 133.314 296.967 134.841 297.61 136.288C298.253 137.735 299.217 138.914 300.504 139.825C301.843 140.683 303.478 141.112 305.407 141.112C307.39 141.112 308.998 140.683 310.23 139.825C311.463 138.914 312.374 137.735 312.964 136.288C313.607 134.841 313.928 133.314 313.928 131.706V125.516C313.928 123.802 313.607 122.221 312.964 120.774C312.374 119.327 311.436 118.174 310.15 117.317C308.864 116.406 307.229 115.95 305.246 115.95C303.371 115.95 301.79 116.406 300.504 117.317C299.217 118.174 298.253 119.327 297.61 120.774C296.967 122.221 296.645 123.802 296.645 125.516ZM334.829 197.544V191.354C334.829 186.959 335.794 182.94 337.723 179.296C339.706 175.651 342.627 172.731 346.485 170.533C350.397 168.336 355.221 167.238 360.955 167.238C366.85 167.238 371.7 168.336 375.505 170.533C379.364 172.731 382.231 175.651 384.107 179.296C386.036 182.94 387.001 186.959 387.001 191.354V197.544C387.001 201.938 386.036 205.958 384.107 209.602C382.231 213.246 379.391 216.167 375.586 218.364C371.781 220.561 366.984 221.66 361.196 221.66C355.355 221.66 350.478 220.561 346.566 218.364C342.653 216.167 339.706 213.246 337.723 209.602C335.794 205.958 334.829 201.938 334.829 197.544ZM352.273 191.354V197.544C352.273 199.205 352.675 200.759 353.479 202.206C354.283 203.653 355.355 204.832 356.694 205.743C358.034 206.601 359.508 207.029 361.116 207.029C363.581 207.029 365.403 206.601 366.582 205.743C367.815 204.832 368.619 203.653 368.994 202.206C369.422 200.759 369.637 199.205 369.637 197.544V191.354C369.637 189.693 369.315 188.138 368.672 186.691C368.029 185.244 367.064 184.092 365.778 183.235C364.492 182.324 362.884 181.868 360.955 181.868C359.026 181.868 357.418 182.324 356.132 183.235C354.846 184.092 353.881 185.244 353.238 186.691C352.595 188.138 352.273 189.693 352.273 191.354ZM367.708 119.809L310.552 211.29L297.931 204.939L355.087 113.458L367.708 119.809Z' fill='%23FBDA2B'/%3E%3C/g%3E%3Cpath d='M0 125.456H73.6758V150.924H0V125.456Z' fill='%23FBDA2B'/%3E%3Cdefs%3E%3Cfilter id='filter0_d_4682_858' x='44.6953' y='0.32959' width='185.309' height='234.537' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dx='11' dy='-6'/%3E%3CfeGaussianBlur stdDeviation='14.5'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.42 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_4682_858'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_4682_858' result='shape'/%3E%3C/filter%3E%3Cfilter id='filter1_d_4682_858' x='264.281' y='85.3198' width='129.719' height='142.34' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dx='-4' dy='-5'/%3E%3CfeGaussianBlur stdDeviation='5.5'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_4682_858'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_4682_858' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.september2023-new .cta-inner .cta-content .discount-block {
    margin-bottom: 0;
  }
  .home_index_page .main .cta-section.september2023-new .cta-inner .cta-content .discount-block .text-discount {
    font-size: 14px;
    line-height: 19px;
    top: 115px;
  }
  .home_index_page .main .cta-section.september2023-new .cta-inner .cta-content .discount-block .percent-discount {
    background-image: url("data:image/svg+xml,%3Csvg width='434' height='287' viewBox='0 0 434 287' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_4682_1162)'%3E%3Cpath d='M323.764 122.228V157.686C323.764 171.638 322.12 183.769 318.832 194.077C315.633 204.386 311.012 212.917 304.969 219.671C299.015 226.425 291.905 231.446 283.641 234.734C275.376 238.022 266.267 239.666 256.314 239.666C248.316 239.666 240.851 238.644 233.919 236.6C226.988 234.467 220.723 231.268 215.124 227.002C209.614 222.648 204.86 217.227 200.861 210.74C196.862 204.252 193.796 196.61 191.663 187.812C189.53 178.925 188.464 168.883 188.464 157.686V122.228C188.464 108.187 190.063 96.0566 193.263 85.8369C196.551 75.5283 201.216 66.9971 207.259 60.2432C213.302 53.4893 220.456 48.4683 228.721 45.1802C236.985 41.8921 246.094 40.248 256.047 40.248C264.045 40.248 271.466 41.3145 278.309 43.4473C285.24 45.4912 291.505 48.6904 297.104 53.0449C302.703 57.3105 307.457 62.687 311.367 69.1743C315.366 75.6616 318.432 83.3486 320.565 92.2354C322.698 101.033 323.764 111.031 323.764 122.228ZM278.842 163.151V116.496C278.842 110.275 278.486 104.854 277.775 100.233C277.153 95.6123 276.176 91.7021 274.843 88.5029C273.599 85.3037 272.043 82.7266 270.177 80.7715C268.311 78.7275 266.178 77.2612 263.779 76.3726C261.468 75.395 258.891 74.9062 256.047 74.9062C252.493 74.9062 249.293 75.6616 246.45 77.1724C243.695 78.5942 241.34 80.9048 239.385 84.104C237.43 87.3032 235.919 91.5688 234.853 96.9009C233.875 102.233 233.386 108.765 233.386 116.496V163.151C233.386 169.461 233.697 174.971 234.319 179.681C235.03 184.302 236.008 188.256 237.252 191.544C238.585 194.744 240.185 197.365 242.051 199.409C243.917 201.364 246.05 202.786 248.449 203.675C250.849 204.563 253.47 205.008 256.314 205.008C259.78 205.008 262.89 204.297 265.645 202.875C268.4 201.453 270.755 199.143 272.71 195.943C274.754 192.655 276.265 188.345 277.242 183.013C278.309 177.592 278.842 170.972 278.842 163.151Z' fill='%23FBDA2B'/%3E%3C/g%3E%3Cg filter='url(%23filter1_d_4682_1162)'%3E%3Cpath d='M208.897 42.9141V66.9082L136.382 237H88.9268L161.576 77.5723H68.9316V42.9141H208.897Z' fill='%23FBDA2B'/%3E%3C/g%3E%3Cg filter='url(%23filter2_d_4682_1162)'%3E%3Cpath d='M307.042 148.872V142.066C307.042 137.176 308.103 132.728 310.224 128.721C312.345 124.715 315.527 121.504 319.769 119.088C324.011 116.672 329.285 115.464 335.589 115.464C342.07 115.464 347.432 116.672 351.674 119.088C355.916 121.504 359.068 124.715 361.13 128.721C363.251 132.728 364.312 137.176 364.312 142.066V148.872C364.312 153.644 363.251 158.034 361.13 162.04C359.068 166.047 355.916 169.258 351.674 171.673C347.491 174.089 342.217 175.297 335.854 175.297C329.432 175.297 324.1 174.089 319.857 171.673C315.615 169.258 312.404 166.047 310.224 162.04C308.103 158.034 307.042 153.644 307.042 148.872ZM326.132 142.066V148.872C326.132 150.639 326.486 152.318 327.193 153.909C327.9 155.5 328.96 156.796 330.375 157.798C331.847 158.741 333.645 159.212 335.766 159.212C337.946 159.212 339.713 158.741 341.068 157.798C342.424 156.796 343.425 155.5 344.073 153.909C344.78 152.318 345.134 150.639 345.134 148.872V142.066C345.134 140.181 344.78 138.443 344.073 136.852C343.425 135.261 342.394 133.994 340.98 133.052C339.566 132.05 337.769 131.549 335.589 131.549C333.527 131.549 331.789 132.05 330.375 133.052C328.96 133.994 327.9 135.261 327.193 136.852C326.486 138.443 326.132 140.181 326.132 142.066ZM368.112 221.254V214.449C368.112 209.617 369.173 205.198 371.294 201.192C373.474 197.185 376.685 193.974 380.927 191.559C385.228 189.143 390.531 187.935 396.835 187.935C403.317 187.935 408.649 189.143 412.832 191.559C417.074 193.974 420.226 197.185 422.289 201.192C424.41 205.198 425.47 209.617 425.47 214.449V221.254C425.47 226.085 424.41 230.504 422.289 234.511C420.226 238.517 417.104 241.728 412.92 244.144C408.737 246.56 403.464 247.768 397.101 247.768C390.678 247.768 385.317 246.56 381.016 244.144C376.715 241.728 373.474 238.517 371.294 234.511C369.173 230.504 368.112 226.085 368.112 221.254ZM387.291 214.449V221.254C387.291 223.08 387.732 224.789 388.616 226.38C389.5 227.971 390.678 229.267 392.151 230.269C393.624 231.211 395.245 231.683 397.012 231.683C399.722 231.683 401.726 231.211 403.022 230.269C404.377 229.267 405.261 227.971 405.673 226.38C406.145 224.789 406.38 223.08 406.38 221.254V214.449C406.38 212.622 406.027 210.914 405.32 209.323C404.613 207.732 403.552 206.465 402.138 205.522C400.724 204.521 398.957 204.02 396.835 204.02C394.714 204.02 392.947 204.521 391.533 205.522C390.119 206.465 389.058 207.732 388.351 209.323C387.644 210.914 387.291 212.622 387.291 214.449ZM404.259 135.792L341.422 236.367L327.546 229.385L390.384 128.81L404.259 135.792Z' fill='%23FBDA2B'/%3E%3C/g%3E%3Crect y='142' width='81' height='28' fill='%23FBDA2B'/%3E%3Cdefs%3E%3Cfilter id='filter0_d_4682_1162' x='188.465' y='29.248' width='159.301' height='221.418' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dx='13'/%3E%3CfeGaussianBlur stdDeviation='5.5'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_4682_1162'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_4682_1162' result='shape'/%3E%3C/filter%3E%3Cfilter id='filter1_d_4682_1162' x='50.9297' y='7.91406' width='197.969' height='252.086' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dx='11' dy='-6'/%3E%3CfeGaussianBlur stdDeviation='14.5'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.42 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_4682_1162'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_4682_1162' result='shape'/%3E%3C/filter%3E%3Cfilter id='filter2_d_4682_1162' x='292.043' y='99.4644' width='140.426' height='154.303' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dx='-4' dy='-5'/%3E%3CfeGaussianBlur stdDeviation='5.5'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_4682_1162'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_4682_1162' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
    width: 434px;
    height: 287px;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.september2023-new .cta-inner .cta-content .discount-block {
    margin-bottom: 30px;
  }
  .home_index_page .main .cta-section.september2023-new .cta-inner .cta-content .discount-block .text-discount {
    font-size: 13px;
    line-height: 17px;
    top: 100px;
  }
  .home_index_page .main .cta-section.september2023-new .cta-inner .cta-content .discount-block .percent-discount {
    width: 394px;
    height: 235px;
    background-image: url("data:image/svg+xml,%3Csvg width='394' height='235' viewBox='0 0 394 235' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M294.488 107.472V139.724C294.488 152.414 292.993 163.448 290.002 172.824C287.092 182.201 282.889 189.961 277.392 196.104C271.976 202.247 265.51 206.814 257.993 209.805C250.475 212.796 242.19 214.291 233.137 214.291C225.862 214.291 219.072 213.361 212.767 211.502C206.462 209.562 200.764 206.652 195.671 202.773C190.66 198.812 186.335 193.881 182.698 187.98C179.06 182.08 176.272 175.128 174.332 167.126C172.392 159.043 171.422 149.909 171.422 139.724V107.472C171.422 94.7006 172.877 83.6671 175.787 74.3714C178.778 64.995 183.021 57.2351 188.518 51.0919C194.014 44.9487 200.521 40.3817 208.039 37.3909C215.556 34.4002 223.841 32.9048 232.894 32.9048C240.169 32.9048 246.919 33.8748 253.143 35.8147C259.448 37.6739 265.146 40.5838 270.239 44.5445C275.331 48.4245 279.655 53.3148 283.212 59.2155C286.849 65.1162 289.638 72.1081 291.578 80.1913C293.518 88.1936 294.488 97.2872 294.488 107.472ZM253.628 144.695V102.258C253.628 96.6001 253.304 91.6694 252.658 87.4662C252.092 83.2629 251.203 79.7063 249.99 76.7964C248.859 73.8864 247.444 71.5423 245.747 69.764C244.049 67.9049 242.109 66.5712 239.927 65.7629C237.825 64.8737 235.481 64.4291 232.894 64.4291C229.661 64.4291 226.751 65.1162 224.165 66.4903C221.659 67.7836 219.517 69.8853 217.738 72.7952C215.96 75.7052 214.586 79.5851 213.616 84.435C212.727 89.2849 212.282 95.226 212.282 102.258V144.695C212.282 150.434 212.565 155.446 213.131 159.73C213.778 163.933 214.667 167.53 215.798 170.521C217.011 173.431 218.466 175.815 220.163 177.674C221.861 179.453 223.801 180.746 225.983 181.554C228.166 182.363 230.55 182.767 233.137 182.767C236.289 182.767 239.118 182.12 241.624 180.827C244.13 179.533 246.272 177.432 248.05 174.522C249.909 171.531 251.284 167.611 252.173 162.761C253.143 157.83 253.628 151.808 253.628 144.695Z' fill='%23FBDA2B'/%3E%3Cg filter='url(%23filter0_d_4682_858)'%3E%3Cpath d='M190.005 35.3296V57.1541L124.047 211.866H80.8824L146.962 66.8539H62.6953V35.3296H190.005Z' fill='%23FBDA2B'/%3E%3C/g%3E%3Cg filter='url(%23filter1_d_4682_858)'%3E%3Cpath d='M279.281 131.706V125.516C279.281 121.068 280.246 117.022 282.175 113.378C284.105 109.734 286.998 106.813 290.857 104.616C294.716 102.418 299.512 101.32 305.246 101.32C311.142 101.32 316.018 102.418 319.877 104.616C323.736 106.813 326.603 109.734 328.478 113.378C330.408 117.022 331.372 121.068 331.372 125.516V131.706C331.372 136.047 330.408 140.04 328.478 143.684C326.603 147.328 323.736 150.249 319.877 152.446C316.072 154.644 311.275 155.742 305.488 155.742C299.646 155.742 294.796 154.644 290.937 152.446C287.079 150.249 284.158 147.328 282.175 143.684C280.246 140.04 279.281 136.047 279.281 131.706ZM296.645 125.516V131.706C296.645 133.314 296.967 134.841 297.61 136.288C298.253 137.735 299.217 138.914 300.504 139.825C301.843 140.683 303.478 141.112 305.407 141.112C307.39 141.112 308.998 140.683 310.23 139.825C311.463 138.914 312.374 137.735 312.964 136.288C313.607 134.841 313.928 133.314 313.928 131.706V125.516C313.928 123.802 313.607 122.221 312.964 120.774C312.374 119.327 311.436 118.174 310.15 117.317C308.864 116.406 307.229 115.95 305.246 115.95C303.371 115.95 301.79 116.406 300.504 117.317C299.217 118.174 298.253 119.327 297.61 120.774C296.967 122.221 296.645 123.802 296.645 125.516ZM334.829 197.544V191.354C334.829 186.959 335.794 182.94 337.723 179.296C339.706 175.651 342.627 172.731 346.485 170.533C350.397 168.336 355.221 167.238 360.955 167.238C366.85 167.238 371.7 168.336 375.505 170.533C379.364 172.731 382.231 175.651 384.107 179.296C386.036 182.94 387.001 186.959 387.001 191.354V197.544C387.001 201.938 386.036 205.958 384.107 209.602C382.231 213.246 379.391 216.167 375.586 218.364C371.781 220.561 366.984 221.66 361.196 221.66C355.355 221.66 350.478 220.561 346.566 218.364C342.653 216.167 339.706 213.246 337.723 209.602C335.794 205.958 334.829 201.938 334.829 197.544ZM352.273 191.354V197.544C352.273 199.205 352.675 200.759 353.479 202.206C354.283 203.653 355.355 204.832 356.694 205.743C358.034 206.601 359.508 207.029 361.116 207.029C363.581 207.029 365.403 206.601 366.582 205.743C367.815 204.832 368.619 203.653 368.994 202.206C369.422 200.759 369.637 199.205 369.637 197.544V191.354C369.637 189.693 369.315 188.138 368.672 186.691C368.029 185.244 367.064 184.092 365.778 183.235C364.492 182.324 362.884 181.868 360.955 181.868C359.026 181.868 357.418 182.324 356.132 183.235C354.846 184.092 353.881 185.244 353.238 186.691C352.595 188.138 352.273 189.693 352.273 191.354ZM367.708 119.809L310.552 211.29L297.931 204.939L355.087 113.458L367.708 119.809Z' fill='%23FBDA2B'/%3E%3C/g%3E%3Cpath d='M0 125.456H73.6758V150.924H0V125.456Z' fill='%23FBDA2B'/%3E%3Cdefs%3E%3Cfilter id='filter0_d_4682_858' x='44.6953' y='0.32959' width='185.309' height='234.537' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dx='11' dy='-6'/%3E%3CfeGaussianBlur stdDeviation='14.5'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.42 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_4682_858'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_4682_858' result='shape'/%3E%3C/filter%3E%3Cfilter id='filter1_d_4682_858' x='264.281' y='85.3198' width='129.719' height='142.34' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dx='-4' dy='-5'/%3E%3CfeGaussianBlur stdDeviation='5.5'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_4682_858'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_4682_858' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.september2023-new .cta-inner .cta-content .discount-block .text-discount {
    top: 92px;
    left: -4px;
  }
  .home_index_page .main .cta-section.september2023-new .cta-inner .cta-content .discount-block .percent-discount {
    width: 357px;
    height: 218px;
    background-image: url("data:image/svg+xml,%3Csvg width='357' height='218' viewBox='0 0 357 218' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_4907_34)'%3E%3Cpath d='M266 100.42V129.58C266 141.054 264.651 151.03 261.954 159.508C259.329 167.986 255.538 175.002 250.58 180.556C245.696 186.111 239.863 190.24 233.083 192.944C226.302 195.648 218.83 197 210.664 197C204.102 197 197.978 196.16 192.292 194.479C186.605 192.725 181.465 190.094 176.872 186.586C172.352 183.004 168.451 178.546 165.17 173.211C161.89 167.876 159.374 161.591 157.625 154.356C155.875 147.047 155 138.789 155 129.58V100.42C155 88.8726 156.312 78.8966 158.937 70.492C161.634 62.0143 165.462 54.9982 170.42 49.4438C175.377 43.8895 181.246 39.7602 188.027 37.0561C194.807 34.352 202.28 33 210.445 33C217.007 33 223.095 33.877 228.708 35.631C234.395 37.3119 239.535 39.943 244.128 43.5241C248.721 47.0321 252.622 51.4537 255.83 56.7888C259.11 62.1239 261.626 68.4456 263.375 75.754C265.125 82.9893 266 91.2112 266 100.42ZM229.146 134.075V95.7059C229.146 90.59 228.854 86.1319 228.271 82.3316C227.761 78.5312 226.959 75.3155 225.865 72.6845C224.844 70.0535 223.568 67.934 222.037 66.3262C220.506 64.6453 218.757 63.4394 216.788 62.7086C214.893 61.9046 212.778 61.5027 210.445 61.5027C207.529 61.5027 204.904 62.1239 202.571 63.3663C200.311 64.5357 198.379 66.4358 196.775 69.0668C195.171 71.6979 193.932 75.2059 193.057 79.5909C192.255 83.9759 191.854 89.3476 191.854 95.7059V134.075C191.854 139.264 192.109 143.795 192.62 147.668C193.203 151.469 194.005 154.721 195.026 157.425C196.119 160.056 197.432 162.212 198.963 163.893C200.494 165.501 202.243 166.67 204.212 167.401C206.18 168.132 208.331 168.497 210.664 168.497C213.507 168.497 216.059 167.913 218.319 166.743C220.579 165.574 222.511 163.674 224.115 161.043C225.792 158.339 227.032 154.794 227.833 150.409C228.708 145.951 229.146 140.506 229.146 134.075Z' fill='%23FBDA2B'/%3E%3C/g%3E%3Cg filter='url(%23filter1_d_4907_34)'%3E%3Cpath d='M172 35V54.7802L111.901 195H72.5714L132.781 63.5714H56V35H172Z' fill='%23FBDA2B'/%3E%3C/g%3E%3Cg filter='url(%23filter2_d_4907_34)'%3E%3Cpath d='M253 122.523V116.917C253 112.888 253.869 109.223 255.606 105.922C257.343 102.621 259.949 99.9755 263.424 97.9853C266.899 95.9951 271.218 95 276.381 95C281.69 95 286.081 95.9951 289.556 97.9853C293.031 99.9755 295.612 102.621 297.301 105.922C299.039 109.223 299.907 112.888 299.907 116.917V122.523C299.907 126.455 299.039 130.071 297.301 133.372C295.612 136.673 293.031 139.318 289.556 141.309C286.13 143.299 281.81 144.294 276.599 144.294C271.338 144.294 266.971 143.299 263.496 141.309C260.022 139.318 257.392 136.673 255.606 133.372C253.869 130.071 253 126.455 253 122.523ZM268.636 116.917V122.523C268.636 123.979 268.925 125.363 269.504 126.673C270.084 127.984 270.952 129.052 272.11 129.877C273.317 130.654 274.789 131.042 276.526 131.042C278.312 131.042 279.759 130.654 280.869 129.877C281.979 129.052 282.8 127.984 283.331 126.673C283.91 125.363 284.199 123.979 284.199 122.523V116.917C284.199 115.363 283.91 113.931 283.331 112.621C282.8 111.31 281.955 110.266 280.797 109.49C279.639 108.664 278.167 108.252 276.381 108.252C274.692 108.252 273.269 108.664 272.11 109.49C270.952 110.266 270.084 111.31 269.504 112.621C268.925 113.931 268.636 115.363 268.636 116.917ZM303.02 182.156V176.55C303.02 172.569 303.889 168.929 305.626 165.628C307.412 162.327 310.042 159.682 313.516 157.691C317.039 155.701 321.383 154.706 326.546 154.706C331.855 154.706 336.222 155.701 339.649 157.691C343.123 159.682 345.705 162.327 347.394 165.628C349.131 168.929 350 172.569 350 176.55V182.156C350 186.137 349.131 189.777 347.394 193.078C345.705 196.379 343.147 199.024 339.721 201.015C336.295 203.005 331.975 204 326.763 204C321.503 204 317.112 203.005 313.589 201.015C310.066 199.024 307.412 196.379 305.626 193.078C303.889 189.777 303.02 186.137 303.02 182.156ZM318.728 176.55V182.156C318.728 183.661 319.09 185.069 319.814 186.379C320.538 187.69 321.503 188.758 322.71 189.583C323.916 190.36 325.243 190.748 326.691 190.748C328.911 190.748 330.552 190.36 331.613 189.583C332.723 188.758 333.447 187.69 333.785 186.379C334.171 185.069 334.364 183.661 334.364 182.156V176.55C334.364 175.045 334.075 173.637 333.496 172.327C332.916 171.016 332.048 169.972 330.89 169.196C329.731 168.371 328.284 167.958 326.546 167.958C324.809 167.958 323.361 168.371 322.203 169.196C321.045 169.972 320.176 171.016 319.597 172.327C319.018 173.637 318.728 175.045 318.728 176.55ZM332.627 111.747L281.159 194.607L269.794 188.855L321.262 105.995L332.627 111.747Z' fill='%23FBDA2B'/%3E%3C/g%3E%3Cpath d='M0 117H67V139H0V117Z' fill='%23FBDA2B'/%3E%3Cdefs%3E%3Cfilter id='filter0_d_4907_34' x='155' y='22' width='135' height='186' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dx='13'/%3E%3CfeGaussianBlur stdDeviation='5.5'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_4907_34'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_4907_34' result='shape'/%3E%3C/filter%3E%3Cfilter id='filter1_d_4907_34' x='38' y='0' width='174' height='218' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dx='11' dy='-6'/%3E%3CfeGaussianBlur stdDeviation='14.5'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.42 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_4907_34'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_4907_34' result='shape'/%3E%3C/filter%3E%3Cfilter id='filter2_d_4907_34' x='238' y='79' width='119' height='131' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dx='-4' dy='-5'/%3E%3CfeGaussianBlur stdDeviation='5.5'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_4907_34'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_4907_34' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
  }
}
.home_index_page .main .cta-section.september2023-new .cta-inner .cta-content .text-under-discount {
  color: #D0D0D0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 20px;
}
.home_index_page .main .cta-section.september2023-new .cta-inner .cta-content .text-under-discount svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 13px;
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.september2023-new .cta-inner .cta-content .text-under-discount {
    max-width: 365px;
    text-align: center;
  }
  .home_index_page .main .cta-section.september2023-new .cta-inner .cta-content .text-under-discount svg {
    display: none;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.september2023-new .cta-inner .cta-content .text-under-discount {
    margin-bottom: 30px;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.september2023-new .cta-inner .cta-content .text-under-discount {
    max-width: 325px;
  }
}
.home_index_page .main .cta-section.september2023-new .cta-inner .cta-content .button {
  width: 230px;
  height: 70px;
  font-size: 20px;
  font-weight: 500;
  padding: 0 15px;
  font-family: "Roboto", sans-serif;
  background: #17171e;
  border: 1px solid #fff;
  color: #fff;
  z-index: 10;
}
.home_index_page .main .cta-section.september2023-new .cta-inner .cta-content .button a {
  color: #fff;
  letter-spacing: 0;
  text-decoration: none;
  border-bottom: none;
  text-transform: none;
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.september2023-new .cta-inner .cta-content .button {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.september2023-new .cta-inner .cta-content .button {
    width: 190px;
  }
}
.home_index_page .main .cta-section.september2023 {
  background-image: url("data:image/svg+xml,%3Csvg width='1920' height='600' viewBox='0 0 1920 600' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_4997_9' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='1920' height='600'%3E%3Crect width='1920' height='600' fill='%23C4C4C4'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_4997_9)'%3E%3Cpath d='M1920 -155H0V600H1920V-155Z' fill='%2317171E'/%3E%3Cpath d='M2105 600H825L1215 -155H2105V600Z' fill='%23FBDA2B'/%3E%3C/g%3E%3C/svg%3E%0A");
  height: auto;
}
@media (max-width: 1919px) {
  .home_index_page .main .cta-section.september2023 {
    background-image: url("data:image/svg+xml,%3Csvg width='1440' height='582' viewBox='0 0 1440 582' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_4998_19' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='1440' height='582'%3E%3Crect width='1440' height='582' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_4998_19)'%3E%3Crect y='-155' width='1440' height='737' fill='%23FBDA2B'/%3E%3Cpath d='M-160 -155H923L593.023 582H-160V-155Z' fill='%2317171E'/%3E%3C/g%3E%3C/svg%3E%0A");
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .home_index_page .main .cta-section.september2023 {
    background-image: url("data:image/svg+xml,%3Csvg width='1024' height='498' viewBox='0 0 1024 498' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_4998_21' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='1024' height='498'%3E%3Crect width='1024' height='498' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_4998_21)'%3E%3Crect y='-140' width='1024' height='638' fill='%23FBDA2B'/%3E%3Cpath d='M-30 -140H783L453.023 498H-30V-140Z' fill='%2317171E'/%3E%3C/g%3E%3C/svg%3E%0A");
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.september2023 {
    background-image: url("data:image/svg+xml,%3Csvg width='768' height='482' viewBox='0 0 768 482' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_4998_23' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='768' height='482'%3E%3Crect width='768' height='482' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_4998_23)'%3E%3Crect x='-230.754' y='-140' width='998.32' height='622' fill='%23FBDA2B'/%3E%3Cpath d='M-192 -140H600.611L338.91 482H-192V-140Z' fill='%2317171E'/%3E%3C/g%3E%3C/svg%3E%0A");
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.september2023 {
    background-image: url("data:image/svg+xml,%3Csvg width='480' height='800' viewBox='0 0 480 800' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_4998_25' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='480' height='800'%3E%3Crect width='480' height='800' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_4998_25)'%3E%3Crect y='-140' width='480' height='942' fill='%2317171E'/%3E%3Cpath d='M246.5 584.08L480 287.07V802H65L246.5 584.08Z' fill='%23FBDA2B'/%3E%3C/g%3E%3C/svg%3E%0A");
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.september2023 {
    background-image: url("data:image/svg+xml,%3Csvg width='375' height='570' viewBox='0 0 375 570' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_4998_27' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='375' height='570'%3E%3Crect width='375' height='570' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_4998_27)'%3E%3Crect y='-140' width='375' height='710' fill='%2317171E'/%3E%3Cpath d='M185.387 451.926L375 291V570H38L185.387 451.926Z' fill='%23FBDA2B'/%3E%3C/g%3E%3C/svg%3E%0A");
  }
}
.home_index_page .main .cta-section.september2023 .cta-inner {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 210px;
}
.home_index_page .main .cta-section.september2023 .cta-inner img {
  display: none;
  position: absolute;
  image-rendering: -webkit-optimize-contrast;
  z-index: 5;
}
.home_index_page .main .cta-section.september2023 .cta-inner img.img-horse-1920 {
  display: block;
  width: 377px;
  right: 355px;
  bottom: -35px;
}
.home_index_page .main .cta-section.september2023 .cta-inner img.img-horse-1440 {
  width: 363px;
  right: 380px;
  bottom: 10px;
}
.home_index_page .main .cta-section.september2023 .cta-inner img.img-horse-1024 {
  width: 309px;
  right: 297px;
  bottom: 30px;
}
.home_index_page .main .cta-section.september2023 .cta-inner img.img-horse-768 {
  width: 313px;
  right: 40px;
  bottom: 36px;
}
.home_index_page .main .cta-section.september2023 .cta-inner img.img-horse-480 {
  width: 429px;
  right: -12px;
  bottom: 0;
  z-index: 2;
}
.home_index_page .main .cta-section.september2023 .cta-inner img.img-horse-375 {
  width: 311px;
  bottom: 0;
  right: 45%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
@media (min-width: 640px) {
  .home_index_page .main .cta-section.september2023 .cta-inner {
    width: 450px;
    height: auto;
    padding-bottom: 350px;
  }
}
@media (min-width: 768px) {
  .home_index_page .main .cta-section.september2023 .cta-inner {
    width: 720px;
    height: auto;
    padding: 50px 0;
  }
}
@media (min-width: 1024px) {
  .home_index_page .main .cta-section.september2023 .cta-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 940px;
    height: auto;
    padding: 40px 0;
  }
}
@media (min-width: 1280px) {
  .home_index_page .main .cta-section.september2023 .cta-inner {
    width: 1170px;
    height: auto;
  }
}
@media (max-width: 1919px) {
  .home_index_page .main .cta-section.september2023 .cta-inner img {
    display: none;
  }
  .home_index_page .main .cta-section.september2023 .cta-inner img.img-horse-1920 {
    display: none;
  }
  .home_index_page .main .cta-section.september2023 .cta-inner img.img-horse-1440 {
    display: block;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .home_index_page .main .cta-section.september2023 .cta-inner img {
    display: none;
  }
  .home_index_page .main .cta-section.september2023 .cta-inner img.img-horse-1440 {
    display: none;
  }
  .home_index_page .main .cta-section.september2023 .cta-inner img.img-horse-1024 {
    display: block;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.september2023 .cta-inner img {
    display: none;
  }
  .home_index_page .main .cta-section.september2023 .cta-inner img.img-horse-1440 {
    display: none;
  }
  .home_index_page .main .cta-section.september2023 .cta-inner img.img-horse-1024 {
    display: none;
  }
  .home_index_page .main .cta-section.september2023 .cta-inner img.img-horse-768 {
    display: block;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.september2023 .cta-inner img {
    display: none;
  }
  .home_index_page .main .cta-section.september2023 .cta-inner img.img-horse-768 {
    display: none;
  }
  .home_index_page .main .cta-section.september2023 .cta-inner img.img-horse-480 {
    display: block;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.september2023 .cta-inner img {
    display: none;
  }
  .home_index_page .main .cta-section.september2023 .cta-inner img.img-horse-480 {
    display: none;
  }
  .home_index_page .main .cta-section.september2023 .cta-inner img.img-horse-375 {
    display: block;
  }
}
.home_index_page .main .cta-section.september2023 .cta-inner .check-form-section .white-box .box-inner .form .button-holder .button {
  background-color: #FBDA2B;
  color: #273747;
}
.home_index_page .main .cta-section.september2023 .cta-inner .check-form-section .white-box .box-inner .form .button-holder .button svg {
  fill: #273747;
}
.home_index_page .main .cta-section.september2023 .cta-inner .check-form-section .white-box .box-inner .form .button-holder .button:hover {
  color: #fff;
}
.home_index_page .main .cta-section.september2023 .cta-inner .check-form-section .white-box .box-inner .form .button-holder .button:hover svg {
  fill: #fff;
}
.home_index_page .main .cta-section.september2023 .cta-inner .cta-content {
  padding: 0;
}
@media (min-width: 1024px) {
  .home_index_page .main .cta-section.september2023 .cta-inner .cta-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.september2023 .cta-inner .cta-content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 50px;
    padding-bottom: 30px;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.september2023 .cta-inner .cta-content {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
.home_index_page .main .cta-section.september2023 .cta-inner .cta-content.hidden {
  display: none;
}
.home_index_page .main .cta-section.september2023 .cta-inner .cta-content .call-to-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  color: #fff;
  font-family: "Roboto", sans-serif;
}
@media (min-width: 1024px) {
  .home_index_page .main .cta-section.september2023 .cta-inner .cta-content .call-to-action {
    width: 610px;
    padding: 0;
  }
}
@media (min-width: 1280px) {
  .home_index_page .main .cta-section.september2023 .cta-inner .cta-content .call-to-action {
    width: 800px;
  }
}
@media (min-width: 1440px) {
  .home_index_page .main .cta-section.september2023 .cta-inner .cta-content .call-to-action {
    width: 750px;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.september2023 .cta-inner .cta-content .call-to-action {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.september2023 .cta-inner .cta-content .call-to-action {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.september2023 .cta-inner .cta-content .call-to-action {
    max-width: 100%;
    padding: 0 15px;
  }
}
.home_index_page .main .cta-section.september2023 .cta-inner .cta-content .call-to-action .sale-block {
  width: 141px;
  height: 53px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='141' height='53' viewBox='0 0 141 53' fill='none'%3E%3Cpath d='M0.024598 2.10687V0L1.40709 0.0328093C2.16669 0.0328093 3.88341 0.0328093 5.20512 0.0328093C6.52684 0.0328093 7.72702 0.0328093 7.84096 0.0328093L22.6685 0.301914C24.1094 0.384952 25.5562 0.354185 26.9906 0.210016C27.0948 0.152071 27.2161 0.121262 27.34 0.121262C27.464 0.121262 27.5853 0.152071 27.6895 0.210016C28.0465 0.413483 28.92 0.472553 33.265 0.577568C40.9142 0.761345 42.4562 0.833558 43.6108 1.04359C43.9229 1.09517 44.2451 1.0748 44.5451 0.98452C44.813 0.902423 45.1053 0.902423 45.3731 0.98452C46.2663 1.11849 47.1708 1.18872 48.0773 1.19454C49.3231 1.23392 51.3512 1.34549 52.5666 1.43738C53.782 1.52927 55.1872 1.62773 55.6962 1.65399C56.7292 1.69993 60.3374 1.92966 63.5961 2.15282C64.7735 2.23158 66.6345 2.33659 67.7283 2.37597C68.6344 2.40439 69.5375 2.48109 70.4325 2.60568C71.2811 2.73412 72.139 2.81088 73 2.8354C74.0179 2.88135 75.5903 2.98637 76.4942 3.06513L79.0769 3.29485C79.5186 3.34703 79.968 3.32247 80.3986 3.22264C80.5277 3.16877 80.6719 3.14757 80.8143 3.16151C80.9568 3.17545 81.0918 3.22396 81.2038 3.30142C81.732 3.48906 82.2963 3.58924 82.8673 3.59677C85.7462 3.74116 86.7489 3.8068 87.8883 3.94463C88.3231 4.02009 88.7681 4.04219 89.21 4.01027C89.8099 4.01277 90.408 4.06774 90.9951 4.17436C92.5827 4.40408 96.1072 4.73225 97.9379 4.8307C99.3812 4.85828 100.819 4.99001 102.237 5.22451C104.18 5.53327 106.14 5.75236 108.109 5.88086C109.388 5.90698 110.66 6.04329 111.907 6.28779C112.226 6.39992 112.565 6.46429 112.91 6.47814C114.341 6.54519 115.767 6.68766 117.179 6.90476C117.613 6.99004 118.055 7.04274 118.5 7.06228C119.161 7.11479 120.475 7.26575 121.417 7.39702C122.359 7.52829 123.582 7.64643 124.137 7.66613C124.533 7.66239 124.927 7.71109 125.307 7.81052C126.367 8.03654 127.462 8.11191 128.55 8.03368C128.846 7.91554 129.462 7.98773 131.847 8.40123C133.667 8.72857 135.513 8.93483 137.369 9.0182C138.192 9.04716 139.012 9.12391 139.823 9.24792L141 9.43825L140.916 10.5869C140.916 11.2432 140.81 11.9849 140.772 12.2934C140.733 12.6055 140.758 12.9211 140.848 13.2254C140.947 13.4886 140.928 13.7744 140.795 14.0261C140.597 14.4528 140.453 16.5202 140.37 20.0383C140.37 20.6962 140.327 21.3536 140.24 22.0073C140.149 22.1583 139.944 25.2168 139.952 26.1948C139.952 26.5295 139.899 27.5075 139.83 28.3739C139.716 29.8703 139.595 33.4212 139.481 38.8426C139.344 45.4389 139.291 46.5022 139.101 46.6269C138.911 46.7516 138.964 46.745 139.101 46.745C139.397 46.745 139.033 47.4014 138.63 47.5983C138.515 47.6536 138.389 47.6881 138.258 47.6993C138.127 47.7106 137.995 47.6986 137.87 47.6639C137.767 47.6231 137.652 47.6082 137.539 47.621C137.427 47.6338 137.32 47.6736 137.232 47.7361C136.487 47.9413 135.682 47.9181 134.954 47.6704C134.789 47.5731 134.588 47.5354 134.391 47.5654C134.095 47.6048 134.012 47.5654 134.012 47.3292C134.012 47.0929 133.943 47.0469 133.867 47.0469C133.791 47.0469 133.723 47.1454 133.723 47.257C133.719 47.3162 133.698 47.3735 133.662 47.424C133.625 47.4745 133.576 47.5165 133.516 47.5464C133.457 47.5762 133.39 47.593 133.321 47.5952C133.253 47.5973 133.185 47.5849 133.123 47.5589C132.481 47.4231 131.812 47.4096 131.163 47.5195C130.743 47.6078 130.311 47.6409 129.879 47.6179C128.915 47.6179 128.542 47.5786 128.36 47.4013C128.306 47.355 128.266 47.2978 128.243 47.2349C128.221 47.1719 128.216 47.1051 128.231 47.0404C128.277 46.9616 128.231 46.9025 128.17 46.9025C128.12 46.9091 128.072 46.9262 128.031 46.9526C127.99 46.9789 127.957 47.0135 127.935 47.0535C127.889 47.1388 127.798 47.1716 127.73 47.1257C127.661 47.0797 127.563 47.1257 127.509 47.2044C127.357 47.4604 126.643 47.3685 126.248 47.0404C126.043 46.8697 125.884 46.8041 125.884 46.896C125.891 46.9501 125.914 47.0016 125.951 47.0454C125.989 47.0892 126.039 47.1237 126.097 47.1454C126.492 47.3029 126.302 47.4604 125.762 47.4211C125.56 47.4177 125.359 47.3957 125.162 47.3554C124.814 47.307 124.456 47.365 124.152 47.5195C124.114 47.5917 123.909 47.5523 123.704 47.4407C123.499 47.3292 123.294 47.2766 123.18 47.3948C123.066 47.5129 123.035 47.4867 123.035 47.3029C123.035 47.1191 122.967 47.0469 122.891 47.0469C122.815 47.0469 122.747 47.1519 122.747 47.2832C122.747 47.4145 122.686 47.4867 122.458 47.3554C122.23 47.2241 122.207 47.1191 122.253 47.0338C122.299 46.9485 122.207 46.9616 122.04 47.0732C121.645 47.3357 121.729 47.572 122.23 47.5917C122.319 47.5882 122.408 47.6004 122.492 47.6275C122.575 47.6546 122.652 47.696 122.716 47.7492C122.845 47.9658 123.476 48.1168 123.476 47.933C123.476 47.7492 123.635 47.887 123.825 48.0183C124.273 48.3268 124.289 48.3202 124.273 47.9199C124.273 47.6311 124.342 47.5654 124.79 47.5326C125.238 47.4998 125.405 47.5654 125.345 48.0643C125.345 48.1693 125.474 48.248 125.679 48.248C125.884 48.248 126.043 48.3334 126.043 48.445C126.043 48.5565 126.112 48.5631 126.226 48.4056C126.469 48.0905 127.745 48.0314 127.745 48.3334C127.745 48.4974 127.874 48.5303 128.299 48.4646C128.602 48.4088 128.917 48.4483 129.188 48.5762C129.56 48.7463 129.959 48.8659 130.373 48.9306C130.945 49.0313 131.219 49.1494 131.193 49.2851C131.193 49.436 131.307 49.4623 131.794 49.3835C132.447 49.2785 132.553 49.3376 132.454 49.8692C132.451 49.8932 132.454 49.9175 132.462 49.9406C132.471 49.9636 132.485 49.9848 132.504 50.0028C132.522 50.0208 132.545 50.0352 132.571 50.045C132.596 50.0547 132.624 50.0597 132.652 50.0596C132.679 50.0752 132.709 50.085 132.742 50.088C132.774 50.091 132.806 50.0871 132.836 50.0768C132.866 50.0664 132.893 50.0498 132.914 50.0285C132.934 50.0072 132.949 49.9818 132.956 49.9545C132.956 49.7379 133.518 49.6132 133.715 49.7839C133.913 49.9545 133.943 49.9152 133.989 49.8692C134.141 49.7117 134.748 49.9217 135.181 50.2893C135.345 50.4208 135.54 50.5196 135.753 50.5786C135.965 50.6376 136.19 50.6554 136.412 50.6306C136.913 50.6306 137.232 50.5715 137.232 50.4665C137.232 50.2565 137.703 50.2433 137.84 50.4665C137.977 50.6897 137.984 50.5846 138.076 50.4665C138.167 50.3484 138.577 50.3812 138.44 50.6109C138.364 50.7356 138.736 50.8144 139.162 50.7684C139.245 50.7684 139.314 51.2016 139.314 51.8776V53L137.521 52.9081C136.868 52.9004 136.219 52.8299 135.584 52.6981C135.379 52.534 130.563 52.1139 127.988 52.0417C127.499 52.0506 127.012 52.0043 126.537 51.9039C126.277 51.8697 126.012 51.9064 125.777 52.0089C125.231 52.1796 125.086 52.173 124.729 51.9761C124.076 51.7601 123.376 51.6705 122.678 51.7135C120.939 51.6807 115.629 51.3854 114.915 51.2804C114.68 51.2804 113.525 51.1754 112.348 51.1294C111.17 51.0835 109.605 51.0113 108.853 50.9653C107.273 50.8669 105.815 50.8144 101.949 50.6896C100.376 50.6437 98.4013 50.5584 97.5353 50.5059C96.6694 50.4534 94.9375 50.3943 93.6917 50.3615C90.3418 50.2893 86.2096 50.1646 83.3003 50.053L80.0264 49.9283C79.693 49.8857 79.3535 49.8946 79.0237 49.9545C78.6936 50.0108 78.3528 49.9996 78.0286 49.9217C77.6488 49.843 75.4459 49.7511 73.1291 49.7117L65.9281 49.5739L58.4611 49.4229L50.7739 49.2654C46.2163 49.1669 32.9839 48.9766 32.3914 49.0028C31.1583 49.0457 29.9234 49.0304 28.6921 48.9569C27.3856 48.8716 15.2775 48.714 6.25338 48.655C3.21496 48.655 0.662667 48.6156 0.61709 48.6025C0.206903 48.5171 -0.089343 23.3922 0.024598 2.10687ZM140.104 9.85832C140.051 9.773 139.99 9.70735 139.959 9.70735C139.929 9.70735 139.868 9.773 139.815 9.85832C139.762 9.94365 139.815 10.0093 139.959 10.0093C140.104 10.0093 140.157 9.91739 140.111 9.85832H140.104ZM137.278 10.1996C137.302 10.1531 137.314 10.1028 137.314 10.0519C137.314 10.0011 137.302 9.95082 137.278 9.90427C137.225 9.85176 137.194 9.94364 137.202 10.1012C137.21 10.2587 137.248 10.3178 137.286 10.1996H137.278ZM23.3901 16.7631C23.3873 16.7406 23.3793 16.7189 23.3667 16.6991C23.354 16.6793 23.337 16.6619 23.3165 16.6478C23.296 16.6338 23.2725 16.6234 23.2473 16.6173C23.2221 16.6111 23.1958 16.6094 23.1698 16.6121C23.0483 16.6121 22.9799 16.6778 23.0331 16.7631C23.0519 16.8024 23.082 16.8369 23.1205 16.8633C23.1591 16.8897 23.2048 16.9072 23.2534 16.914C23.2905 16.9111 23.3253 16.897 23.3516 16.8742C23.378 16.8515 23.3943 16.8214 23.3977 16.7893L23.3901 16.7631ZM65.1001 31.8591C64.8798 31.5768 64.8418 31.5965 64.9254 31.9444C64.971 32.115 65.0621 32.2069 65.1381 32.1544C65.214 32.1019 65.214 32.0363 65.1077 31.9116L65.1001 31.8591ZM68.0398 33.4212C68.0778 33.3818 68.0398 33.2636 67.8955 33.1521C67.7511 33.0405 67.6752 33.0208 67.6752 33.1193C67.6752 33.2177 67.9486 33.5787 68.0474 33.4737L68.0398 33.4212ZM65.5255 33.6706C65.5635 33.6312 65.4799 33.4671 65.3432 33.3358C65.1001 33.093 65.1001 33.0995 65.2672 33.4146C65.3508 33.6509 65.4951 33.769 65.5331 33.7231L65.5255 33.6706ZM64.1202 34.3663C64.1094 34.3174 64.0841 34.2718 64.0468 34.2338C64.0096 34.1959 63.9616 34.1669 63.9075 34.1497C63.786 34.1038 63.6872 34.1497 63.6872 34.1956C63.6872 34.2416 63.786 34.3597 63.9075 34.4057C64.0291 34.4516 64.1278 34.491 64.1278 34.4188L64.1202 34.3663ZM71.5796 34.4976C71.4656 34.2941 71.3821 34.3335 71.3821 34.596C71.3821 34.7207 71.4428 34.7864 71.5188 34.7339C71.5488 34.7117 71.5711 34.6828 71.5831 34.6504C71.5952 34.6179 71.5966 34.5832 71.5871 34.5501L71.5796 34.4976ZM133.108 34.8848C133.055 34.7536 132.971 34.6551 132.903 34.6551C132.834 34.6551 132.811 34.7536 132.857 34.8848C132.903 35.0161 132.994 35.108 133.062 35.108C133.13 35.108 133.153 35.062 133.108 34.9373V34.8848ZM3.59476 44.8744C3.69351 44.7432 3.73908 44.6447 3.68591 44.6447C3.63274 44.6447 3.57197 44.7169 3.51879 44.8022C3.46562 44.8875 3.37447 44.9204 3.3061 44.8744C3.23774 44.8285 3.17696 44.8744 3.17696 44.9466C3.17696 45.1698 3.39726 45.1304 3.59476 44.8744ZM124.084 46.6072C124.084 46.4234 123.856 46.2856 123.742 46.4037C123.628 46.5218 123.651 46.7516 123.863 46.7516C124.076 46.7516 124.084 46.6728 124.084 46.6072ZM138.167 51.1622C138.296 50.9194 138.281 50.834 138.121 50.7684C137.84 50.6568 137.703 50.9062 137.87 51.2213C137.984 51.4379 138.022 51.4313 138.167 51.1622Z' fill='%23FBDA2B'/%3E%3C/svg%3E");
  color: #17171E;
  font-size: 28px;
  font-weight: 600;
  line-height: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 30px;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.september2023 .cta-inner .cta-content .call-to-action .sale-block {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.september2023 .cta-inner .cta-content .call-to-action .sale-block {
    margin-bottom: 10px;
  }
}
.home_index_page .main .cta-section.september2023 .cta-inner .cta-content .call-to-action h1.title {
  color: #fff;
  width: 100%;
  font-size: 56px;
  font-weight: 700;
  line-height: 62px;
  margin-bottom: 30px;
  position: relative;
  z-index: 3;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.september2023 .cta-inner .cta-content .call-to-action h1.title {
    font-size: 50px;
    line-height: 55px;
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.september2023 .cta-inner .cta-content .call-to-action h1.title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    margin-bottom: 20px;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.september2023 .cta-inner .cta-content .call-to-action h1.title {
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 10px;
  }
}
.home_index_page .main .cta-section.september2023 .cta-inner .cta-content .call-to-action .points {
  margin-bottom: 45px;
}
.home_index_page .main .cta-section.september2023 .cta-inner .cta-content .call-to-action .points .point {
  font-size: 28px;
  font-weight: 400;
  line-height: 30px;
}
.home_index_page .main .cta-section.september2023 .cta-inner .cta-content .call-to-action .points .point svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.september2023 .cta-inner .cta-content .call-to-action .points {
    margin-bottom: 53px;
  }
  .home_index_page .main .cta-section.september2023 .cta-inner .cta-content .call-to-action .points .point {
    font-size: 25px;
    line-height: 26px;
  }
  .home_index_page .main .cta-section.september2023 .cta-inner .cta-content .call-to-action .points .point svg {
    width: 25px;
    height: 23px;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.september2023 .cta-inner .cta-content .call-to-action .points {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.september2023 .cta-inner .cta-content .call-to-action .points {
    margin-bottom: 35px;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.september2023 .cta-inner .cta-content .call-to-action .points .point {
    font-size: 20px;
    line-height: 21px;
  }
  .home_index_page .main .cta-section.september2023 .cta-inner .cta-content .call-to-action .points .point svg {
    width: 19px;
    height: 17px;
  }
}
.home_index_page .main .cta-section.september2023 .cta-inner .cta-content .call-to-action .discount-block {
  color: #FBDA2B;
  margin-left: 5px;
  margin-bottom: 40px;
  position: relative;
  z-index: 5;
}
.home_index_page .main .cta-section.september2023 .cta-inner .cta-content .call-to-action .discount-block .new_price .text-start-price {
  font-size: 48px;
  font-weight: 600;
  line-height: 50%;
  margin-bottom: 13px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.home_index_page .main .cta-section.september2023 .cta-inner .cta-content .call-to-action .discount-block .new_price .euro {
  font-size: 150px;
  font-weight: 700;
  line-height: 120px;
  letter-spacing: -7.5px;
  margin-left: -7px;
}
.home_index_page .main .cta-section.september2023 .cta-inner .cta-content .call-to-action .discount-block .new_price .right-part {
  margin-left: 10px;
}
.home_index_page .main .cta-section.september2023 .cta-inner .cta-content .call-to-action .discount-block .new_price .right-part .cents {
  font-size: 80px;
  font-weight: 500;
  line-height: 84px;
  letter-spacing: -2.4px;
  margin-bottom: -6px;
}
.home_index_page .main .cta-section.september2023 .cta-inner .cta-content .call-to-action .discount-block .new_price .right-part .value {
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  margin-left: 2px;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.september2023 .cta-inner .cta-content .call-to-action .discount-block .new_price .text-start-price {
    font-size: 40px;
    margin-bottom: 6px;
  }
  .home_index_page .main .cta-section.september2023 .cta-inner .cta-content .call-to-action .discount-block .new_price .euro {
    font-size: 130px;
    line-height: 90px;
    letter-spacing: -6.5px;
  }
  .home_index_page .main .cta-section.september2023 .cta-inner .cta-content .call-to-action .discount-block .new_price .right-part {
    margin-left: 7px;
  }
  .home_index_page .main .cta-section.september2023 .cta-inner .cta-content .call-to-action .discount-block .new_price .right-part .cents {
    font-size: 60px;
    line-height: 63px;
    margin-bottom: -4px;
  }
  .home_index_page .main .cta-section.september2023 .cta-inner .cta-content .call-to-action .discount-block .new_price .right-part .value {
    font-size: 23px;
    line-height: 34px;
  }
}
.home_index_page .main .cta-section.september2023 .cta-inner .cta-content .call-to-action .button {
  width: 230px;
  height: 70px;
  font-size: 20px;
  font-weight: 500;
  padding: 0 15px;
  font-family: "Roboto", sans-serif;
  background: #17171e;
  border: 1px solid #fff;
  color: #fff;
  z-index: 10;
}
.home_index_page .main .cta-section.september2023 .cta-inner .cta-content .call-to-action .button a {
  color: #fff;
  letter-spacing: 0;
  text-decoration: none;
  border-bottom: none;
  text-transform: none;
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.september2023 .cta-inner .cta-content .call-to-action .button {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.september2023 .cta-inner .cta-content .call-to-action .button {
    width: 190px;
  }
}
.home_index_page .main .cta-section.june2023 {
  background-image: url(/assets/images/june2023-banner/bg-first-1920.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: auto;
  /*@media (max-width: 1023px) {
    background-image: url(/assets/images/june2023-banner/redesign/bg-first-screen-768.jpg);
  }

  @media (max-width: 767px) {
    background-image: url(/assets/images/june2023-banner/redesign/bg-first-screen-480.jpg);
  }

  @media (max-width: 639px) {
    background-image: url(/assets/images/june2023-banner/redesign/bg-first-screen-375.jpg);
  }*/
}
.home_index_page .main .cta-section.june2023 .cta-inner {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}
.home_index_page .main .cta-section.june2023 .cta-inner img {
  display: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  image-rendering: -webkit-optimize-contrast;
  z-index: 5;
}
.home_index_page .main .cta-section.june2023 .cta-inner img.img-boy-1920 {
  display: block;
  width: 440px;
  right: 305px;
  z-index: 10;
}
.home_index_page .main .cta-section.june2023 .cta-inner img.img-boy-1024 {
  width: 361px;
  right: 302px;
  z-index: 10;
}
.home_index_page .main .cta-section.june2023 .cta-inner img.img-boy-768 {
  width: 410px;
  right: -17px;
}
.home_index_page .main .cta-section.june2023 .cta-inner img.img-boy-480 {
  width: 397px;
  right: -17px;
}
.home_index_page .main .cta-section.june2023 .cta-inner img.img-boy-375 {
  width: 351px;
  right: -44px;
}
@media (min-width: 640px) {
  .home_index_page .main .cta-section.june2023 .cta-inner {
    width: 450px;
    height: auto;
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (min-width: 768px) {
  .home_index_page .main .cta-section.june2023 .cta-inner {
    width: 720px;
    height: auto;
    padding: 65px 0;
  }
}
@media (min-width: 1024px) {
  .home_index_page .main .cta-section.june2023 .cta-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 940px;
    height: auto;
    padding: 34px 0;
  }
}
@media (min-width: 1280px) {
  .home_index_page .main .cta-section.june2023 .cta-inner {
    width: 1170px;
    height: auto;
    padding: 60px 0;
  }
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.june2023 .cta-inner img {
    display: none;
  }
  .home_index_page .main .cta-section.june2023 .cta-inner img.img-boy-1920 {
    display: none;
  }
  .home_index_page .main .cta-section.june2023 .cta-inner img.img-boy-1024 {
    display: block;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.june2023 .cta-inner img {
    display: none;
  }
  .home_index_page .main .cta-section.june2023 .cta-inner img.img-boy-1024 {
    display: none;
  }
  .home_index_page .main .cta-section.june2023 .cta-inner img.img-boy-768 {
    display: block;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.june2023 .cta-inner img {
    display: none;
    top: auto;
    bottom: 149px;
    -webkit-transform: none;
            transform: none;
  }
  .home_index_page .main .cta-section.june2023 .cta-inner img.img-boy-768 {
    display: none;
  }
  .home_index_page .main .cta-section.june2023 .cta-inner img.img-boy-480 {
    display: block;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.june2023 .cta-inner img {
    display: none;
  }
  .home_index_page .main .cta-section.june2023 .cta-inner img.img-boy-480 {
    display: none;
  }
  .home_index_page .main .cta-section.june2023 .cta-inner img.img-boy-375 {
    display: block;
  }
}
.home_index_page .main .cta-section.june2023 .cta-inner .check-form-section .white-box .box-inner .subtitle {
  color: #5A6775;
  font-size: 16px;
  line-height: 23px;
}
.home_index_page .main .cta-section.june2023 .cta-inner .check-form-section .white-box .box-inner .subtitle.desktop-content {
  display: block;
}
.home_index_page .main .cta-section.june2023 .cta-inner .check-form-section .white-box .box-inner .subtitle b {
  color: #3D7900;
  text-transform: uppercase;
  margin: 0 3px 0 2px;
}
.home_index_page .main .cta-section.june2023 .cta-inner .check-form-section .white-box .box-inner .form .button-holder .button {
  background-color: #3D7900;
}
.home_index_page .main .cta-section.june2023 .cta-inner .cta-content {
  padding: 0;
  position: relative;
  z-index: 15;
}
@media (min-width: 1024px) {
  .home_index_page .main .cta-section.june2023 .cta-inner .cta-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.june2023 .cta-inner .cta-content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.june2023 .cta-inner .cta-content {
    padding: 0;
  }
}
.home_index_page .main .cta-section.june2023 .cta-inner .cta-content.hidden {
  display: none;
}
.home_index_page .main .cta-section.june2023 .cta-inner .cta-content .call-to-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  color: #fff;
  font-family: "Roboto", sans-serif;
}
@media (min-width: 1024px) {
  .home_index_page .main .cta-section.june2023 .cta-inner .cta-content .call-to-action {
    width: 610px;
    padding: 0;
  }
}
@media (min-width: 1280px) {
  .home_index_page .main .cta-section.june2023 .cta-inner .cta-content .call-to-action {
    width: 800px;
  }
}
@media (min-width: 1440px) {
  .home_index_page .main .cta-section.june2023 .cta-inner .cta-content .call-to-action {
    width: 750px;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.june2023 .cta-inner .cta-content .call-to-action {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.june2023 .cta-inner .cta-content .call-to-action {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.june2023 .cta-inner .cta-content .call-to-action {
    max-width: 100%;
    padding: 0 15px;
  }
}
.home_index_page .main .cta-section.june2023 .cta-inner .cta-content .call-to-action .sale-block {
  max-width: 282px;
  width: 100%;
  background-color: #3D7900;
  border-radius: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 25px;
  padding: 7px 21px;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.june2023 .cta-inner .cta-content .call-to-action .sale-block {
    margin-bottom: 15px;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.june2023 .cta-inner .cta-content .call-to-action .sale-block {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}
.home_index_page .main .cta-section.june2023 .cta-inner .cta-content .call-to-action h1.title {
  color: #fff;
  width: 100%;
  font-size: 64px;
  font-weight: 700;
  line-height: 71px;
  margin-bottom: 25px;
  position: relative;
  z-index: 3;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.june2023 .cta-inner .cta-content .call-to-action h1.title {
    font-size: 40px;
    line-height: 44px;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.june2023 .cta-inner .cta-content .call-to-action h1.title {
    margin-bottom: 255px;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.june2023 .cta-inner .cta-content .call-to-action h1.title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
.home_index_page .main .cta-section.june2023 .cta-inner .cta-content .call-to-action .discount-block {
  color: #fff;
  position: relative;
}
.home_index_page .main .cta-section.june2023 .cta-inner .cta-content .call-to-action .discount-block:before {
  content: "";
  display: block;
  width: 104px;
  height: 104px;
  background-image: url("data:image/svg+xml,%3Csvg width='104' height='104' viewBox='0 0 104 104' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_4256_313)'%3E%3Cpath d='M64.0543 72.2746C74.9121 65.104 76.9318 51.699 71.0009 40.7954C64.9612 29.6964 52.2591 21.8963 39.8075 20.7162C37.2137 20.4732 37.0659 24.2385 39.5253 24.6788C50.2686 26.6068 60.4966 32.535 66.412 41.8561C69.0036 45.8883 70.2593 50.6386 70.0013 55.4335C69.6927 61.7242 66.1193 66.0778 62.3443 70.7099C61.4352 71.8236 63.0581 72.9245 64.0543 72.2746Z' fill='white'/%3E%3Cpath d='M55.0408 82.0549C60.4938 79.8961 66.7142 77.8791 70.9043 73.5589C71.0611 73.4123 71.1557 73.2111 71.1685 72.997C71.1813 72.7829 71.1113 72.5724 70.973 72.409C70.8348 72.2456 70.6388 72.1419 70.4259 72.1194C70.2129 72.097 69.9992 72.1575 69.8292 72.2884C65.4087 75.3073 60.6369 77.1852 55.6489 78.9156C55.4002 75.4868 55.7001 71.9293 54.9282 68.6002C54.8606 68.3019 54.6894 68.0376 54.4451 67.8544C54.2007 67.6711 53.8991 67.5808 53.5939 67.5995C53.2887 67.6182 52.9997 67.7446 52.7784 67.9564C52.557 68.1681 52.4177 68.4514 52.3852 68.7559C52.0448 72.8655 52.2791 77.0009 53.0812 81.0423C53.1251 81.2489 53.2142 81.4431 53.3421 81.6108C53.4699 81.7786 53.6334 81.9158 53.8208 82.0126C54.0082 82.1094 54.2147 82.1634 54.4257 82.1708C54.6366 82.1781 54.8467 82.1385 55.0408 82.0549Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4256_313'%3E%3Crect width='74.4824' height='74.2539' fill='white' transform='translate(103.311 41.832) rotate(124.289)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  bottom: 3px;
  right: -93px;
}
.home_index_page .main .cta-section.june2023 .cta-inner .cta-content .call-to-action .discount-block .new_price .euro {
  font-weight: 800;
  font-size: 180px;
  line-height: 170px;
  letter-spacing: -0.05em;
}
.home_index_page .main .cta-section.june2023 .cta-inner .cta-content .call-to-action .discount-block .new_price .right-part {
  margin-left: 16px;
  margin-bottom: 5px;
  position: relative;
}
.home_index_page .main .cta-section.june2023 .cta-inner .cta-content .call-to-action .discount-block .new_price .right-part .cents {
  font-weight: 800;
  font-size: 113px;
  line-height: 126px;
  letter-spacing: -0.03em;
  margin-bottom: -10px;
  position: relative;
}
.home_index_page .main .cta-section.june2023 .cta-inner .cta-content .call-to-action .discount-block .new_price .right-part .cents span {
  font-size: 40px;
  line-height: 40px;
  position: absolute;
  top: 5px;
  right: -25px;
}
.home_index_page .main .cta-section.june2023 .cta-inner .cta-content .call-to-action .discount-block .new_price .right-part .value {
  font-size: 40px;
  font-weight: 400;
  line-height: 39px;
  margin-bottom: 12px;
  margin-left: 7px;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.june2023 .cta-inner .cta-content .call-to-action .discount-block:before {
    right: -80px;
    bottom: -15px;
  }
  .home_index_page .main .cta-section.june2023 .cta-inner .cta-content .call-to-action .discount-block .new_price .euro {
    font-size: 130px;
    line-height: 100px;
  }
  .home_index_page .main .cta-section.june2023 .cta-inner .cta-content .call-to-action .discount-block .new_price .right-part {
    margin-left: 20px;
  }
  .home_index_page .main .cta-section.june2023 .cta-inner .cta-content .call-to-action .discount-block .new_price .right-part .cents {
    font-size: 70px;
    line-height: 70px;
    margin-top: -7px;
    margin-bottom: 7px;
  }
  .home_index_page .main .cta-section.june2023 .cta-inner .cta-content .call-to-action .discount-block .new_price .right-part .cents span {
    top: -8px;
  }
  .home_index_page .main .cta-section.june2023 .cta-inner .cta-content .call-to-action .discount-block .new_price .right-part .value {
    font-size: 28px;
    line-height: 26px;
    margin-left: 1px;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.june2023 .cta-inner .cta-content .call-to-action .discount-block:before {
    width: 80px;
    height: 80px;
    right: -60px;
    bottom: -9px;
  }
  .home_index_page .main .cta-section.june2023 .cta-inner .cta-content .call-to-action .discount-block .new_price .right-part .cents span {
    font-size: 30px;
    line-height: 20px;
    position: absolute;
    top: 0;
    right: -25px;
  }
}
.home_index_page .main .cta-section.june2023 .cta-inner .cta-content .call-to-action .text-under-discount {
  background-color: #3D7900;
  border-radius: 10px;
  font-weight: 500;
  font-size: 21px;
  line-height: 25px;
  margin-top: 17px;
  margin-bottom: 30px;
  padding: 17px 26px 17px 30px;
}
.home_index_page .main .cta-section.june2023 .cta-inner .cta-content .call-to-action .text-under-discount svg {
  margin-left: 7px;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.june2023 .cta-inner .cta-content .call-to-action .text-under-discount {
    font-size: 18px;
    line-height: 21px;
    margin-top: 34px;
    padding: 11px 12px 12px 20px;
  }
  .home_index_page .main .cta-section.june2023 .cta-inner .cta-content .call-to-action .text-under-discount svg {
    width: 21px;
    height: 21px;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.june2023 .cta-inner .cta-content .call-to-action .text-under-discount {
    margin-top: 24px;
  }
}
.home_index_page .main .cta-section.june2023 .cta-inner .cta-content .call-to-action .button {
  width: 230px;
  height: 70px;
  font-size: 20px;
  font-weight: 500;
  padding: 0 15px;
  font-family: "Roboto", sans-serif;
  background: #fff;
  border: 1px solid #fff;
  color: #1E1D1D;
  z-index: 10;
}
.home_index_page .main .cta-section.june2023 .cta-inner .cta-content .call-to-action .button a {
  color: #1E1D1D;
  letter-spacing: 0;
  text-decoration: none;
  border-bottom: none;
  text-transform: none;
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.june2023 .cta-inner .cta-content .call-to-action .button {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.june2023 .cta-inner .cta-content .call-to-action .button {
    width: 190px;
  }
}
.home_index_page .main .cta-section.may2023 {
  background-image: url(/assets/images/may2023-banner/bg-first-screen-1920.jpg);
  height: auto;
}
@media (max-width: 1919px) {
  .home_index_page .main .cta-section.may2023 {
    background-image: url(/assets/images/may2023-banner/bg-first-screen-1440.jpg);
    background-position: center bottom;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .home_index_page .main .cta-section.may2023 {
    background-image: url(/assets/images/may2023-banner/bg-first-screen-1024.jpg);
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.may2023 {
    background-image: url(/assets/images/may2023-banner/bg-first-screen-768.jpg);
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.may2023 {
    background-image: url(/assets/images/may2023-banner/bg-first-screen-480.jpg);
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.may2023 {
    background-image: url(/assets/images/may2023-banner/bg-first-screen-375.jpg);
  }
}
.home_index_page .main .cta-section.may2023 .cta-inner {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 28px;
  padding-bottom: 28px;
}
@media (min-width: 640px) {
  .home_index_page .main .cta-section.may2023 .cta-inner {
    width: 450px;
    height: auto;
    padding-top: 55px;
    padding-bottom: 100px;
  }
}
@media (min-width: 768px) {
  .home_index_page .main .cta-section.may2023 .cta-inner {
    width: 720px;
    height: auto;
    padding: 35px 0;
  }
}
@media (min-width: 1024px) {
  .home_index_page .main .cta-section.may2023 .cta-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 940px;
    height: auto;
    padding: 20px 0;
  }
}
@media (min-width: 1280px) {
  .home_index_page .main .cta-section.may2023 .cta-inner {
    width: 1170px;
    height: auto;
    padding: 30px 0;
  }
}
.home_index_page .main .cta-section.may2023 .cta-inner .check-form-section .white-box .box-inner .subtitle {
  color: #5A6775;
  font-size: 16px;
  line-height: 23px;
}
.home_index_page .main .cta-section.may2023 .cta-inner .check-form-section .white-box .box-inner .subtitle.desktop-content {
  display: block;
}
.home_index_page .main .cta-section.may2023 .cta-inner .check-form-section .white-box .box-inner .subtitle b {
  color: #A0112A;
  text-transform: uppercase;
  margin: 0 3px 0 2px;
}
.home_index_page .main .cta-section.may2023 .cta-inner .check-form-section .white-box .box-inner .form .button-holder .button {
  background-color: #A0112A;
}
.home_index_page .main .cta-section.may2023 .cta-inner .cta-content {
  padding: 0;
  position: relative;
  z-index: 5;
}
@media (min-width: 1024px) {
  .home_index_page .main .cta-section.may2023 .cta-inner .cta-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.may2023 .cta-inner .cta-content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.may2023 .cta-inner .cta-content {
    padding: 0;
  }
}
.home_index_page .main .cta-section.may2023 .cta-inner .cta-content.hidden {
  display: none;
}
.home_index_page .main .cta-section.may2023 .cta-inner .cta-content .call-to-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  color: #fff;
  font-family: "Roboto", sans-serif;
}
@media (min-width: 1024px) {
  .home_index_page .main .cta-section.may2023 .cta-inner .cta-content .call-to-action {
    width: 610px;
    padding: 0;
  }
}
@media (min-width: 1280px) {
  .home_index_page .main .cta-section.may2023 .cta-inner .cta-content .call-to-action {
    width: 800px;
  }
}
@media (min-width: 1440px) {
  .home_index_page .main .cta-section.may2023 .cta-inner .cta-content .call-to-action {
    width: 750px;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.may2023 .cta-inner .cta-content .call-to-action {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.may2023 .cta-inner .cta-content .call-to-action {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.may2023 .cta-inner .cta-content .call-to-action {
    max-width: 100%;
    padding: 0 15px;
  }
}
.home_index_page .main .cta-section.may2023 .cta-inner .cta-content .call-to-action .sale-block {
  max-width: 395px;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 25px;
}
.home_index_page .main .cta-section.may2023 .cta-inner .cta-content .call-to-action .sale-block b {
  background-color: #fff;
  border-radius: 5px;
  color: #A0112A;
  padding: 0 6px;
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.may2023 .cta-inner .cta-content .call-to-action .sale-block {
    margin-bottom: 10px;
    text-align: center;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.may2023 .cta-inner .cta-content .call-to-action .sale-block {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 15px;
  }
}
.home_index_page .main .cta-section.may2023 .cta-inner .cta-content .call-to-action h1.title {
  color: #fff;
  width: 100%;
  font-size: 64px;
  font-weight: 500;
  line-height: 70px;
  margin-bottom: 30px;
  position: relative;
  z-index: 3;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.may2023 .cta-inner .cta-content .call-to-action h1.title {
    font-size: 45px;
    line-height: 50px;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.may2023 .cta-inner .cta-content .call-to-action h1.title {
    font-size: 56px;
    line-height: 61px;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.may2023 .cta-inner .cta-content .call-to-action h1.title {
    font-size: 50px;
    line-height: 55px;
    margin-bottom: 220px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.may2023 .cta-inner .cta-content .call-to-action h1.title {
    font-size: 39px;
    line-height: 42px;
    margin-bottom: 180px;
  }
}
.home_index_page .main .cta-section.may2023 .cta-inner .cta-content .call-to-action .discount-block {
  height: 155px;
  background-color: #fff;
  border-radius: 10px;
  color: #A0112A;
  margin-bottom: 35px;
  padding: 10px 17px;
}
.home_index_page .main .cta-section.may2023 .cta-inner .cta-content .call-to-action .discount-block .new_price {
  position: relative;
}
.home_index_page .main .cta-section.may2023 .cta-inner .cta-content .call-to-action .discount-block .new_price svg {
  position: absolute;
  top: 10px;
  right: 0;
}
.home_index_page .main .cta-section.may2023 .cta-inner .cta-content .call-to-action .discount-block .new_price .euro {
  font-size: 151px;
  font-weight: 800;
  line-height: 133px;
}
.home_index_page .main .cta-section.may2023 .cta-inner .cta-content .call-to-action .discount-block .new_price .right-part {
  margin-left: 6px;
  margin-bottom: 5px;
  position: relative;
}
.home_index_page .main .cta-section.may2023 .cta-inner .cta-content .call-to-action .discount-block .new_price .right-part .cents {
  margin-bottom: -7px;
}
.home_index_page .main .cta-section.may2023 .cta-inner .cta-content .call-to-action .discount-block .new_price .right-part .value {
  font-weight: 700;
  font-size: 40px;
  line-height: 45px;
  margin-top: 3px;
}
.home_index_page .main .cta-section.may2023 .cta-inner .cta-content .call-to-action .discount-block .new_price .right-part .term {
  color: #1e1e1e;
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
  margin-left: 2px;
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.may2023 .cta-inner .cta-content .call-to-action .discount-block {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.may2023 .cta-inner .cta-content .call-to-action .discount-block {
    height: 117px;
    margin-bottom: 30px;
    padding: 10px 20px 10px 10px;
  }
  .home_index_page .main .cta-section.may2023 .cta-inner .cta-content .call-to-action .discount-block .new_price .euro {
    font-size: 112px;
    line-height: 96px;
  }
  .home_index_page .main .cta-section.may2023 .cta-inner .cta-content .call-to-action .discount-block .new_price .right-part {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    margin-left: 9px;
    margin-bottom: 3px;
  }
  .home_index_page .main .cta-section.may2023 .cta-inner .cta-content .call-to-action .discount-block .new_price .right-part .value {
    font-size: 31px;
    line-height: 35px;
    margin-top: 1px;
  }
  .home_index_page .main .cta-section.may2023 .cta-inner .cta-content .call-to-action .discount-block .new_price .right-part .term {
    font-size: 15px;
    line-height: 18px;
    margin-top: 0;
    margin-left: 3px;
  }
}
.home_index_page .main .cta-section.may2023 .cta-inner .cta-content .call-to-action .button {
  width: 230px;
  height: 70px;
  font-size: 20px;
  font-weight: 500;
  padding: 0 15px;
  font-family: "Roboto", sans-serif;
  background: #fff;
  border: 1px solid #fff;
  color: #1E1D1D;
  z-index: 10;
}
.home_index_page .main .cta-section.may2023 .cta-inner .cta-content .call-to-action .button a {
  color: #1E1D1D;
  letter-spacing: 0;
  text-decoration: none;
  border-bottom: none;
  text-transform: none;
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.may2023 .cta-inner .cta-content .call-to-action .button {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.may2023 .cta-inner .cta-content .call-to-action .button {
    width: 190px;
  }
}
.home_index_page .main .cta-section.april2023 {
  background: radial-gradient(38.79% 55.22% at 64.88% 50%, #ED8522 0%, #E85626 100%);
  height: auto;
}
.home_index_page .main .cta-section.april2023 .cta-inner {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 28px;
  padding-bottom: 28px;
}
.home_index_page .main .cta-section.april2023 .cta-inner img {
  display: none;
  position: absolute;
  image-rendering: -webkit-optimize-contrast;
  bottom: 0;
  z-index: 5;
}
.home_index_page .main .cta-section.april2023 .cta-inner img.img-first-1920 {
  display: block;
  width: 420px;
  right: 295px;
}
.home_index_page .main .cta-section.april2023 .cta-inner img.img-first-1440 {
  width: 431px;
  right: 295px;
}
.home_index_page .main .cta-section.april2023 .cta-inner img.img-first-1024 {
  width: 335px;
  right: 290px;
}
.home_index_page .main .cta-section.april2023 .cta-inner img.img-first-768 {
  width: 364px;
  right: -50px;
}
.home_index_page .main .cta-section.april2023 .cta-inner img.img-first-480 {
  width: 330px;
  right: -195px;
  z-index: 2;
}
.home_index_page .main .cta-section.april2023 .cta-inner img.img-first-375 {
  width: 313px;
  right: -55px;
}
@media (min-width: 640px) {
  .home_index_page .main .cta-section.april2023 .cta-inner {
    width: 450px;
    height: auto;
    padding-top: 55px;
    padding-bottom: 100px;
  }
}
@media (min-width: 768px) {
  .home_index_page .main .cta-section.april2023 .cta-inner {
    width: 720px;
    height: auto;
    padding: 42px 0 45px;
  }
}
@media (min-width: 1024px) {
  .home_index_page .main .cta-section.april2023 .cta-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 940px;
    height: auto;
    padding: 34px 0;
  }
}
@media (min-width: 1280px) {
  .home_index_page .main .cta-section.april2023 .cta-inner {
    width: 1170px;
    height: auto;
    padding: 60px 0;
  }
}
@media (max-width: 1919px) {
  .home_index_page .main .cta-section.april2023 .cta-inner img {
    display: none;
  }
  .home_index_page .main .cta-section.april2023 .cta-inner img.img-first-1920 {
    display: none;
  }
  .home_index_page .main .cta-section.april2023 .cta-inner img.img-first-1440 {
    display: block;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .home_index_page .main .cta-section.april2023 .cta-inner img {
    display: none;
  }
  .home_index_page .main .cta-section.april2023 .cta-inner img.img-first-1440 {
    display: none;
  }
  .home_index_page .main .cta-section.april2023 .cta-inner img.img-first-1024 {
    display: block;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.april2023 .cta-inner img {
    display: none;
  }
  .home_index_page .main .cta-section.april2023 .cta-inner img.img-first-1440 {
    display: none;
  }
  .home_index_page .main .cta-section.april2023 .cta-inner img.img-first-1024 {
    display: none;
  }
  .home_index_page .main .cta-section.april2023 .cta-inner img.img-first-768 {
    display: block;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.april2023 .cta-inner img {
    display: none;
  }
  .home_index_page .main .cta-section.april2023 .cta-inner img.img-first-768 {
    display: none;
  }
  .home_index_page .main .cta-section.april2023 .cta-inner img.img-first-480 {
    display: block;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.april2023 .cta-inner img.img-first-480 {
    right: auto;
    left: 54%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.home_index_page .main .cta-section.april2023 .cta-inner .check-form-section .white-box .box-inner .form .button-holder .button {
  background-color: #E85626;
}
.home_index_page .main .cta-section.april2023 .cta-inner .cta-content {
  padding: 0;
  position: relative;
  z-index: 5;
}
@media (min-width: 1024px) {
  .home_index_page .main .cta-section.april2023 .cta-inner .cta-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.april2023 .cta-inner .cta-content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.april2023 .cta-inner .cta-content {
    padding: 0;
  }
}
.home_index_page .main .cta-section.april2023 .cta-inner .cta-content.hidden {
  display: none;
}
.home_index_page .main .cta-section.april2023 .cta-inner .cta-content .call-to-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  color: #fff;
  font-family: "Roboto", sans-serif;
}
@media (min-width: 1024px) {
  .home_index_page .main .cta-section.april2023 .cta-inner .cta-content .call-to-action {
    width: 610px;
    padding: 0;
  }
}
@media (min-width: 1280px) {
  .home_index_page .main .cta-section.april2023 .cta-inner .cta-content .call-to-action {
    width: 800px;
  }
}
@media (min-width: 1440px) {
  .home_index_page .main .cta-section.april2023 .cta-inner .cta-content .call-to-action {
    width: 750px;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.april2023 .cta-inner .cta-content .call-to-action {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.april2023 .cta-inner .cta-content .call-to-action {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.april2023 .cta-inner .cta-content .call-to-action {
    max-width: 100%;
    padding: 0 15px;
  }
}
.home_index_page .main .cta-section.april2023 .cta-inner .cta-content .call-to-action .sale-block {
  background-color: #fff;
  border-radius: 15px;
  color: #1e1e1e;
  font-size: 30px;
  font-weight: 500;
  line-height: 35px;
  margin-bottom: 30px;
  padding: 7px 45px;
  position: relative;
}
.home_index_page .main .cta-section.april2023 .cta-inner .cta-content .call-to-action .sale-block:before {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='34' height='33' viewBox='0 0 34 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28.7067 25.7962L17.9787 23.4207L17.9429 26.89L9.39502 24.5231L21.5932 32.8538L21.7133 28.9128L29.5997 32.3506L28.7067 25.7962Z' fill='white'/%3E%3Cpath d='M7.36629 4.06137L3.96741 8.11702L2.94305 6.80385L0.372803 10.2158L2.59587 3.45783L3.79026 4.92583L5.79615 1.30026L7.36629 4.06137Z' fill='white'/%3E%3Cpath d='M1.08301 16.6584L29.897 0L34.0002 3.56106L1.08301 16.6584Z' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 34px;
  height: 33px;
  position: absolute;
  top: -18px;
  right: -40px;
}
.home_index_page .main .cta-section.april2023 .cta-inner .cta-content .call-to-action .sale-block:after {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='35' height='18' viewBox='0 0 35 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M34.1225 16.6517L6.11003 0.42627L0.886719 17.2983L34.1225 16.6517Z' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 35px;
  height: 18px;
  position: absolute;
  bottom: 10px;
  right: -25px;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.april2023 .cta-inner .cta-content .call-to-action .sale-block {
    margin-bottom: 25px;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.april2023 .cta-inner .cta-content .call-to-action .sale-block {
    margin-bottom: 15px;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.april2023 .cta-inner .cta-content .call-to-action .sale-block {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    font-size: 25px;
    line-height: 33px;
    padding: 4px 30px;
  }
  .home_index_page .main .cta-section.april2023 .cta-inner .cta-content .call-to-action .sale-block:before {
    width: 25px;
    height: 24px;
    top: -12px;
    right: -28px;
  }
  .home_index_page .main .cta-section.april2023 .cta-inner .cta-content .call-to-action .sale-block:after {
    right: -19px;
  }
}
.home_index_page .main .cta-section.april2023 .cta-inner .cta-content .call-to-action h1.title {
  color: #fff;
  width: 100%;
  font-size: 64px;
  font-weight: 500;
  line-height: 70px;
  margin-bottom: 25px;
  position: relative;
  z-index: 3;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.april2023 .cta-inner .cta-content .call-to-action h1.title {
    font-size: 45px;
    line-height: 50px;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.april2023 .cta-inner .cta-content .call-to-action h1.title {
    font-size: 56px;
    line-height: 61px;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.april2023 .cta-inner .cta-content .call-to-action h1.title {
    font-size: 50px;
    line-height: 55px;
    margin-bottom: 220px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.april2023 .cta-inner .cta-content .call-to-action h1.title {
    font-size: 39px;
    line-height: 42px;
    margin-bottom: 180px;
  }
}
.home_index_page .main .cta-section.april2023 .cta-inner .cta-content .call-to-action .discount-block {
  height: 155px;
  background-color: #fff;
  border-radius: 10px;
  color: #E85626;
  margin-bottom: 35px;
  padding: 10px 17px;
}
.home_index_page .main .cta-section.april2023 .cta-inner .cta-content .call-to-action .discount-block .new_price .euro {
  font-size: 151px;
  font-weight: 800;
  line-height: 133px;
}
.home_index_page .main .cta-section.april2023 .cta-inner .cta-content .call-to-action .discount-block .new_price .right-part {
  margin-left: 6px;
  margin-bottom: 5px;
  position: relative;
}
.home_index_page .main .cta-section.april2023 .cta-inner .cta-content .call-to-action .discount-block .new_price .right-part .cents {
  margin-bottom: -7px;
}
.home_index_page .main .cta-section.april2023 .cta-inner .cta-content .call-to-action .discount-block .new_price .right-part .value {
  font-weight: 700;
  font-size: 40px;
  line-height: 45px;
  margin-top: 3px;
}
.home_index_page .main .cta-section.april2023 .cta-inner .cta-content .call-to-action .discount-block .new_price .right-part .term {
  color: #1e1e1e;
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
  margin-left: 2px;
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.april2023 .cta-inner .cta-content .call-to-action .discount-block {
    height: 117px;
    margin-bottom: 30px;
    padding: 10px 20px 10px 10px;
  }
  .home_index_page .main .cta-section.april2023 .cta-inner .cta-content .call-to-action .discount-block .new_price .euro {
    font-size: 112px;
    line-height: 96px;
  }
  .home_index_page .main .cta-section.april2023 .cta-inner .cta-content .call-to-action .discount-block .new_price .right-part {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    margin-left: 9px;
    margin-bottom: 3px;
  }
  .home_index_page .main .cta-section.april2023 .cta-inner .cta-content .call-to-action .discount-block .new_price .right-part .value {
    font-size: 31px;
    line-height: 35px;
    margin-top: 1px;
  }
  .home_index_page .main .cta-section.april2023 .cta-inner .cta-content .call-to-action .discount-block .new_price .right-part .term {
    font-size: 15px;
    line-height: 18px;
    margin-top: 0;
    margin-left: 3px;
  }
}
.home_index_page .main .cta-section.april2023 .cta-inner .cta-content .call-to-action .button {
  width: 230px;
  height: 70px;
  font-size: 20px;
  font-weight: 500;
  padding: 0 15px;
  font-family: "Roboto", sans-serif;
  background: #fff;
  border: 1px solid #fff;
  color: #1E1D1D;
  z-index: 10;
}
.home_index_page .main .cta-section.april2023 .cta-inner .cta-content .call-to-action .button a {
  color: #1E1D1D;
  letter-spacing: 0;
  text-decoration: none;
  border-bottom: none;
  text-transform: none;
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.april2023 .cta-inner .cta-content .call-to-action .button {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.april2023 .cta-inner .cta-content .call-to-action .button {
    width: 190px;
  }
}
.home_index_page .main .cta-section.february2023 {
  background-image: url("data:image/svg+xml,%3Csvg width='1920' height='754' viewBox='0 0 1920 754' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_3716_3' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='1920' height='754'%3E%3Crect width='1920' height='754' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_3716_3)'%3E%3Cmask id='mask1_3716_3' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='1920' height='755'%3E%3Cpath d='M1920 0H0V755H1920V0Z' fill='%23242530'/%3E%3C/mask%3E%3Cg mask='url(%23mask1_3716_3)'%3E%3Cpath d='M1920 0H0V755H1920V0Z' fill='white'/%3E%3Cpath d='M727 754.251L1206 -56V755L727 754.251Z' fill='%23F16421'/%3E%3C/g%3E%3Crect x='1193' y='-9' width='754' height='764' fill='%23F16421'/%3E%3C/g%3E%3C/svg%3E%0A");
  height: auto;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .home_index_page .main .cta-section.february2023 {
    background-image: url("data:image/svg+xml,%3Csvg width='1024' height='638' viewBox='0 0 1024 638' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='1024' height='638' fill='%23F16421'/%3E%3Cpath d='M-30 0H783L453.023 638H-30V0Z' fill='white'/%3E%3C/svg%3E%0A");
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.february2023 {
    background-image: url("data:image/svg+xml,%3Csvg width='768' height='622' viewBox='0 0 768 622' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='-230.752' width='998.32' height='622' fill='%23F16421'/%3E%3Cpath d='M-230 0H562.611L300.91 622H-230V0Z' fill='white'/%3E%3C/svg%3E%0A");
    position: relative;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.february2023 {
    background-image: url("data:image/svg+xml,%3Csvg width='480' height='756' viewBox='0 0 480 756' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='480' height='756' fill='white'/%3E%3Cpath d='M234.122 520.699L480 200V756H43L234.122 520.699Z' fill='%23F16421'/%3E%3C/svg%3E%0A");
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.february2023 {
    background-image: url("data:image/svg+xml,%3Csvg width='375' height='710' viewBox='0 0 375 710' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='375' height='710' fill='white'/%3E%3Cpath d='M209.004 500.938L429 216V710H38L209.004 500.938Z' fill='%23F16421'/%3E%3C/svg%3E%0A");
  }
}
.home_index_page .main .cta-section.february2023 .cta-inner {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 240px;
}
.home_index_page .main .cta-section.february2023 .cta-inner img {
  display: none;
  position: absolute;
  image-rendering: -webkit-optimize-contrast;
  bottom: 0;
  z-index: 5;
}
.home_index_page .main .cta-section.february2023 .cta-inner img.img-man-1920 {
  display: block;
  width: 595px;
  right: 310px;
}
.home_index_page .main .cta-section.february2023 .cta-inner img.img-man-1440 {
  width: 586px;
  right: 310px;
}
.home_index_page .main .cta-section.february2023 .cta-inner img.img-man-1024 {
  width: 446px;
  right: 290px;
}
.home_index_page .main .cta-section.february2023 .cta-inner img.img-man-768 {
  width: 510px;
  right: -85px;
}
.home_index_page .main .cta-section.february2023 .cta-inner img.img-man-480 {
  width: 515px;
  right: -80px;
  z-index: 2;
}
.home_index_page .main .cta-section.february2023 .cta-inner img.img-man-375 {
  width: 370px;
  right: 0;
}
@media (min-width: 640px) {
  .home_index_page .main .cta-section.february2023 .cta-inner {
    width: 450px;
    height: auto;
    padding-bottom: 260px;
  }
}
@media (min-width: 768px) {
  .home_index_page .main .cta-section.february2023 .cta-inner {
    width: 720px;
    height: auto;
    padding: 50px 0;
  }
}
@media (min-width: 1024px) {
  .home_index_page .main .cta-section.february2023 .cta-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 940px;
    height: auto;
    padding: 40px 0 75px;
  }
}
@media (min-width: 1280px) {
  .home_index_page .main .cta-section.february2023 .cta-inner {
    width: 1170px;
    height: auto;
  }
}
@media (max-width: 1919px) {
  .home_index_page .main .cta-section.february2023 .cta-inner img {
    display: none;
  }
  .home_index_page .main .cta-section.february2023 .cta-inner img.img-man-1920 {
    display: none;
  }
  .home_index_page .main .cta-section.february2023 .cta-inner img.img-man-1440 {
    display: block;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .home_index_page .main .cta-section.february2023 .cta-inner img {
    display: none;
  }
  .home_index_page .main .cta-section.february2023 .cta-inner img.img-man-1440 {
    display: none;
  }
  .home_index_page .main .cta-section.february2023 .cta-inner img.img-man-1024 {
    display: block;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.february2023 .cta-inner img {
    display: none;
  }
  .home_index_page .main .cta-section.february2023 .cta-inner img.img-man-1440 {
    display: none;
  }
  .home_index_page .main .cta-section.february2023 .cta-inner img.img-man-1024 {
    display: none;
  }
  .home_index_page .main .cta-section.february2023 .cta-inner img.img-man-768 {
    display: block;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.february2023 .cta-inner img {
    display: none;
  }
  .home_index_page .main .cta-section.february2023 .cta-inner img.img-man-768 {
    display: none;
  }
  .home_index_page .main .cta-section.february2023 .cta-inner img.img-man-480 {
    display: block;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.february2023 .cta-inner img {
    display: none;
  }
  .home_index_page .main .cta-section.february2023 .cta-inner img.img-man-480 {
    display: none;
  }
  .home_index_page .main .cta-section.february2023 .cta-inner img.img-man-375 {
    display: block;
  }
}
.home_index_page .main .cta-section.february2023 .cta-inner .cta-content {
  padding: 0;
}
@media (min-width: 1024px) {
  .home_index_page .main .cta-section.february2023 .cta-inner .cta-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.february2023 .cta-inner .cta-content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 50px;
    padding-bottom: 30px;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.february2023 .cta-inner .cta-content {
    padding-top: 15px;
    padding-bottom: 40px;
  }
}
.home_index_page .main .cta-section.february2023 .cta-inner .cta-content.hidden {
  display: none;
}
.home_index_page .main .cta-section.february2023 .cta-inner .cta-content .call-to-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  color: #1e1e1e;
  font-family: "Roboto", sans-serif;
}
@media (min-width: 1024px) {
  .home_index_page .main .cta-section.february2023 .cta-inner .cta-content .call-to-action {
    width: 610px;
    padding: 0;
  }
}
@media (min-width: 1280px) {
  .home_index_page .main .cta-section.february2023 .cta-inner .cta-content .call-to-action {
    width: 800px;
  }
}
@media (min-width: 1440px) {
  .home_index_page .main .cta-section.february2023 .cta-inner .cta-content .call-to-action {
    width: 750px;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.february2023 .cta-inner .cta-content .call-to-action {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.february2023 .cta-inner .cta-content .call-to-action {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.february2023 .cta-inner .cta-content .call-to-action {
    max-width: 100%;
    padding: 0 15px;
  }
}
.home_index_page .main .cta-section.february2023 .cta-inner .cta-content .call-to-action .discount {
  min-width: 268px;
  height: 53px;
  background-image: url("data:image/svg+xml,%3Csvg width='268' height='53' viewBox='0 0 268 53' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.0467536 2.10687V0L2.67446 0.0328093C4.11826 0.0328093 7.38122 0.0328093 9.89342 0.0328093C12.4056 0.0328093 14.6868 0.0328093 14.9034 0.0328093L43.0862 0.301914C45.825 0.384952 48.5748 0.354185 51.3014 0.210016C51.4994 0.152071 51.73 0.121262 51.9655 0.121262C52.201 0.121262 52.4316 0.152071 52.6297 0.210016C53.3082 0.413483 54.9686 0.472553 63.2271 0.577568C77.7661 0.761345 80.697 0.833558 82.8915 1.04359C83.4846 1.09517 84.0971 1.0748 84.6674 0.98452C85.1764 0.902423 85.7321 0.902423 86.2411 0.98452C87.9389 1.11849 89.658 1.18872 91.381 1.19454C93.7488 1.23392 97.6038 1.34549 99.9138 1.43738C102.224 1.52927 104.895 1.62773 105.862 1.65399C107.826 1.69993 114.684 1.92966 120.878 2.15282C123.116 2.23158 126.653 2.33659 128.732 2.37597C130.454 2.40439 132.171 2.48109 133.872 2.60568C135.485 2.73412 137.115 2.81088 138.752 2.8354C140.686 2.88135 143.675 2.98637 145.393 3.06513L150.302 3.29485C151.142 3.34703 151.996 3.32247 152.814 3.22264C153.06 3.16877 153.334 3.14757 153.605 3.16151C153.875 3.17545 154.132 3.22396 154.345 3.30142C155.349 3.48906 156.421 3.58924 157.507 3.59677C162.979 3.74116 164.884 3.8068 167.05 3.94463C167.877 4.02009 168.722 4.04219 169.562 4.01027C170.703 4.01277 171.839 4.06774 172.955 4.17436C175.973 4.40408 182.672 4.73225 186.151 4.8307C188.895 4.85828 191.628 4.99001 194.323 5.22451C198.015 5.53327 201.741 5.75236 205.484 5.88086C207.914 5.90698 210.332 6.04329 212.703 6.28779C213.31 6.39992 213.954 6.46429 214.609 6.47814C217.33 6.54519 220.04 6.68766 222.723 6.90476C223.549 6.99004 224.389 7.04274 225.235 7.06228C226.491 7.11479 228.989 7.26575 230.779 7.39702C232.569 7.52829 234.894 7.64643 235.948 7.66613C236.701 7.66239 237.451 7.71109 238.171 7.81052C240.186 8.03654 242.268 8.11191 244.336 8.03368C244.899 7.91554 246.069 7.98773 250.602 8.40123C254.061 8.72857 257.57 8.93483 261.099 9.0182C262.663 9.04716 264.221 9.12391 265.762 9.24792L268 9.43825L267.841 10.5869C267.841 11.2432 267.639 11.9849 267.567 12.2934C267.492 12.6055 267.541 12.9211 267.711 13.2254C267.9 13.4886 267.864 13.7744 267.61 14.0261C267.235 14.4528 266.961 16.5202 266.802 20.0383C266.803 20.6962 266.721 21.3536 266.556 22.0073C266.383 22.1583 265.993 25.2168 266.008 26.1948C266.008 26.5295 265.906 27.5075 265.777 28.3739C265.56 29.8703 265.329 33.4212 265.112 38.8426C264.853 45.4389 264.751 46.5022 264.391 46.6269C264.03 46.7516 264.131 46.745 264.391 46.745C264.954 46.745 264.261 47.4014 263.495 47.5983C263.278 47.6536 263.037 47.6881 262.789 47.6993C262.54 47.7106 262.289 47.6986 262.052 47.6639C261.855 47.6231 261.637 47.6082 261.422 47.621C261.208 47.6338 261.006 47.6736 260.839 47.7361C259.421 47.9413 257.892 47.9181 256.507 47.6704C256.195 47.5731 255.812 47.5354 255.439 47.5654C254.876 47.6048 254.717 47.5654 254.717 47.3292C254.717 47.0929 254.587 47.0469 254.443 47.0469C254.298 47.0469 254.169 47.1454 254.169 47.257C254.16 47.3162 254.12 47.3735 254.052 47.424C253.983 47.4745 253.888 47.5165 253.776 47.5464C253.663 47.5762 253.536 47.593 253.405 47.5952C253.275 47.5973 253.145 47.5849 253.028 47.5589C251.807 47.4231 250.536 47.4096 249.303 47.5195C248.505 47.6078 247.683 47.6409 246.863 47.6179C245.029 47.6179 244.322 47.5786 243.975 47.4013C243.872 47.355 243.796 47.2978 243.753 47.2349C243.71 47.1719 243.702 47.1051 243.73 47.0404C243.816 46.9616 243.73 46.9025 243.614 46.9025C243.518 46.9091 243.427 46.9262 243.349 46.9526C243.271 46.9789 243.208 47.0135 243.167 47.0535C243.08 47.1388 242.907 47.1716 242.777 47.1257C242.647 47.0797 242.459 47.1257 242.358 47.2044C242.07 47.4604 240.712 47.3685 239.962 47.0404C239.572 46.8697 239.269 46.8041 239.269 46.896C239.282 46.9501 239.326 47.0016 239.397 47.0454C239.468 47.0892 239.563 47.1237 239.673 47.1454C240.424 47.3029 240.063 47.4604 239.038 47.4211C238.653 47.4177 238.271 47.3957 237.897 47.3554C237.234 47.307 236.555 47.365 235.977 47.5195C235.905 47.5917 235.515 47.5523 235.125 47.4407C234.735 47.3292 234.345 47.2766 234.129 47.3948C233.912 47.5129 233.854 47.4867 233.854 47.3029C233.854 47.1191 233.724 47.0469 233.58 47.0469C233.436 47.0469 233.306 47.1519 233.306 47.2832C233.306 47.4145 233.19 47.4867 232.757 47.3554C232.324 47.2241 232.281 47.1191 232.367 47.0338C232.454 46.9485 232.281 46.9616 231.963 47.0732C231.212 47.3357 231.371 47.572 232.324 47.5917C232.493 47.5882 232.663 47.6004 232.821 47.6275C232.98 47.6546 233.125 47.696 233.248 47.7492C233.493 47.9658 234.692 48.1168 234.692 47.933C234.692 47.7492 234.995 47.887 235.356 48.0183C236.208 48.3268 236.237 48.3202 236.208 47.9199C236.208 47.6311 236.338 47.5654 237.189 47.5326C238.041 47.4998 238.359 47.5654 238.243 48.0643C238.243 48.1693 238.489 48.248 238.879 48.248C239.269 48.248 239.572 48.3334 239.572 48.445C239.572 48.5565 239.702 48.5631 239.918 48.4056C240.38 48.0905 242.806 48.0314 242.806 48.3334C242.806 48.4974 243.051 48.5303 243.86 48.4646C244.434 48.4088 245.033 48.4483 245.549 48.5762C246.255 48.7463 247.015 48.8659 247.801 48.9306C248.889 49.0313 249.409 49.1494 249.361 49.2851C249.361 49.436 249.577 49.4623 250.501 49.3835C251.743 49.2785 251.945 49.3376 251.757 49.8692C251.751 49.8932 251.756 49.9175 251.772 49.9406C251.789 49.9636 251.815 49.9848 251.851 50.0028C251.886 50.0208 251.93 50.0352 251.978 50.045C252.027 50.0547 252.08 50.0597 252.133 50.0596C252.184 50.0752 252.242 50.085 252.303 50.088C252.364 50.091 252.426 50.0871 252.483 50.0768C252.54 50.0664 252.59 50.0498 252.63 50.0285C252.67 50.0072 252.697 49.9818 252.71 49.9545C252.71 49.7379 253.779 49.6132 254.154 49.7839C254.529 49.9545 254.587 49.9152 254.674 49.8692C254.963 49.7117 256.118 49.9217 256.941 50.2893C257.251 50.4208 257.622 50.5196 258.026 50.5786C258.43 50.6376 258.858 50.6554 259.28 50.6306C260.232 50.6306 260.839 50.5715 260.839 50.4665C260.839 50.2565 261.734 50.2433 261.994 50.4665C262.254 50.6897 262.268 50.5846 262.441 50.4665C262.615 50.3484 263.394 50.3812 263.134 50.6109C262.99 50.7356 263.698 50.8144 264.506 50.7684C264.665 50.7684 264.795 51.2016 264.795 51.8776V53L261.387 52.9081C260.147 52.9004 258.912 52.8299 257.706 52.6981C257.316 52.534 248.162 52.1139 243.268 52.0417C242.339 52.0506 241.412 52.0043 240.51 51.9039C240.017 51.8697 239.512 51.9064 239.066 52.0089C238.027 52.1796 237.753 52.173 237.074 51.9761C235.832 51.7601 234.502 51.6705 233.176 51.7135C229.869 51.6807 219.777 51.3854 218.42 51.2804C217.973 51.2804 215.778 51.1754 213.54 51.1294C211.302 51.0835 208.328 51.0113 206.899 50.9653C203.896 50.8669 201.124 50.8144 193.775 50.6896C190.786 50.6437 187.032 50.5584 185.386 50.5059C183.74 50.4534 180.448 50.3943 178.081 50.3615C171.714 50.2893 163.859 50.1646 158.33 50.053L152.107 49.9283C151.473 49.8857 150.828 49.8946 150.201 49.9545C149.574 50.0108 148.926 49.9996 148.31 49.9217C147.588 49.843 143.401 49.7511 138.997 49.7117L125.31 49.5739L111.118 49.4229L96.5065 49.2654C87.8437 49.1669 62.6928 48.9766 61.5667 49.0028C59.2228 49.0457 56.8756 49.0304 54.5354 48.9569C52.0521 48.8716 29.0381 48.714 11.8859 48.655C6.1107 48.655 1.25954 48.6156 1.17291 48.6025C0.393262 48.5171 -0.169815 23.3922 0.0467536 2.10687ZM266.296 9.85832C266.195 9.773 266.08 9.70735 266.022 9.70735C265.964 9.70735 265.849 9.773 265.748 9.85832C265.647 9.94365 265.748 10.0093 266.022 10.0093C266.296 10.0093 266.397 9.91739 266.311 9.85832H266.296ZM260.925 10.1996C260.97 10.1531 260.994 10.1028 260.994 10.0519C260.994 10.0011 260.97 9.95082 260.925 9.90427C260.824 9.85176 260.767 9.94364 260.781 10.1012C260.796 10.2587 260.868 10.3178 260.94 10.1996H260.925ZM44.4578 16.7631C44.4524 16.7406 44.4373 16.7189 44.4132 16.6991C44.3892 16.6793 44.3568 16.6619 44.3179 16.6478C44.2789 16.6338 44.2342 16.6234 44.1863 16.6173C44.1385 16.6111 44.0884 16.6094 44.0391 16.6121C43.8081 16.6121 43.6781 16.6778 43.7792 16.7631C43.8149 16.8024 43.8721 16.8369 43.9454 16.8633C44.0186 16.8897 44.1056 16.9072 44.1979 16.914C44.2685 16.9111 44.3345 16.897 44.3847 16.8742C44.4348 16.8515 44.4657 16.8214 44.4722 16.7893L44.4578 16.7631ZM123.736 31.8591C123.318 31.5768 123.245 31.5965 123.404 31.9444C123.491 32.115 123.664 32.2069 123.809 32.1544C123.953 32.1019 123.953 32.0363 123.751 31.9116L123.736 31.8591ZM129.324 33.4212C129.396 33.3818 129.324 33.2636 129.05 33.1521C128.775 33.0405 128.631 33.0208 128.631 33.1193C128.631 33.2177 129.151 33.5787 129.338 33.4737L129.324 33.4212ZM124.545 33.6706C124.617 33.6312 124.458 33.4671 124.198 33.3358C123.736 33.093 123.736 33.0995 124.054 33.4146C124.213 33.6509 124.487 33.769 124.559 33.7231L124.545 33.6706ZM121.874 34.3663C121.853 34.3174 121.805 34.2718 121.734 34.2338C121.664 34.1959 121.572 34.1669 121.47 34.1497C121.239 34.1038 121.051 34.1497 121.051 34.1956C121.051 34.2416 121.239 34.3597 121.47 34.4057C121.701 34.4516 121.888 34.491 121.888 34.4188L121.874 34.3663ZM136.052 34.4976C135.835 34.2941 135.677 34.3335 135.677 34.596C135.677 34.7207 135.792 34.7864 135.936 34.7339C135.993 34.7117 136.036 34.6828 136.059 34.6504C136.082 34.6179 136.084 34.5832 136.066 34.5501L136.052 34.4976ZM252.999 34.8848C252.898 34.7536 252.739 34.6551 252.609 34.6551C252.479 34.6551 252.436 34.7536 252.523 34.8848C252.609 35.0161 252.782 35.108 252.912 35.108C253.042 35.108 253.086 35.062 252.999 34.9373V34.8848ZM6.83259 44.8744C7.02028 44.7432 7.1069 44.6447 7.00584 44.6447C6.90477 44.6447 6.78927 44.7169 6.6882 44.8022C6.58714 44.8875 6.41389 44.9204 6.28394 44.8744C6.154 44.8285 6.03848 44.8744 6.03848 44.9466C6.03848 45.1698 6.45721 45.1304 6.83259 44.8744ZM235.847 46.6072C235.847 46.4234 235.414 46.2856 235.197 46.4037C234.98 46.5218 235.024 46.7516 235.428 46.7516C235.832 46.7516 235.847 46.6728 235.847 46.6072ZM262.615 51.1622C262.86 50.9194 262.831 50.834 262.528 50.7684C261.994 50.6568 261.734 50.9062 262.052 51.2213C262.268 51.4379 262.34 51.4313 262.615 51.1622Z' fill='%23F16421'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  font-weight: 600;
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 30px;
  padding: 0 10px;
  position: relative;
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.february2023 .cta-inner .cta-content .call-to-action .discount {
    margin-bottom: 20px;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.february2023 .cta-inner .cta-content .call-to-action .discount {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    margin-bottom: 20px;
  }
}
.home_index_page .main .cta-section.february2023 .cta-inner .cta-content .call-to-action h1.title {
  width: 100%;
  font-weight: 900;
  font-size: 50px;
  line-height: 67px;
  margin-bottom: 30px;
  position: relative;
  z-index: 3;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.february2023 .cta-inner .cta-content .call-to-action h1.title {
    font-size: 39px;
    line-height: 53px;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.february2023 .cta-inner .cta-content .call-to-action h1.title {
    margin-bottom: 15px;
    position: relative;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.february2023 .cta-inner .cta-content .call-to-action h1.title {
    text-align: center;
  }
}
.home_index_page .main .cta-section.february2023 .cta-inner .cta-content .call-to-action .points {
  margin-bottom: 35px;
}
.home_index_page .main .cta-section.february2023 .cta-inner .cta-content .call-to-action .points .point {
  font-size: 30px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 20px;
}
.home_index_page .main .cta-section.february2023 .cta-inner .cta-content .call-to-action .points .point:last-of-type {
  margin-bottom: 0;
}
.home_index_page .main .cta-section.february2023 .cta-inner .cta-content .call-to-action .points .point svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 15px;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.february2023 .cta-inner .cta-content .call-to-action .points .point {
    font-size: 26px;
    line-height: 28px;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.february2023 .cta-inner .cta-content .call-to-action .points {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .home_index_page .main .cta-section.february2023 .cta-inner .cta-content .call-to-action .points .point svg {
    width: 28px;
    height: 25px;
  }
}
.home_index_page .main .cta-section.february2023 .cta-inner .cta-content .call-to-action .discount-block {
  margin-left: 2px;
  margin-bottom: 65px;
  position: relative;
  z-index: 10;
}
.home_index_page .main .cta-section.february2023 .cta-inner .cta-content .call-to-action .discount-block .text-start-price {
  font-size: 48px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 8px;
}
.home_index_page .main .cta-section.february2023 .cta-inner .cta-content .call-to-action .discount-block .new_price .euro {
  font-size: 150px;
  line-height: 135px;
  letter-spacing: -12px;
  font-weight: 700;
  margin-left: -11px;
}
.home_index_page .main .cta-section.february2023 .cta-inner .cta-content .call-to-action .discount-block .new_price .right-part {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-left: 15px;
  margin-bottom: 9px;
  position: relative;
}
.home_index_page .main .cta-section.february2023 .cta-inner .cta-content .call-to-action .discount-block .new_price .right-part .cents {
  font-size: 80px;
  font-weight: 500;
  line-height: 70px;
  margin-bottom: 10px;
}
.home_index_page .main .cta-section.february2023 .cta-inner .cta-content .call-to-action .discount-block .new_price .right-part .value {
  font-weight: 600;
  font-size: 30px;
  line-height: 1;
  margin-left: 2px;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.february2023 .cta-inner .cta-content .call-to-action .discount-block {
    margin-bottom: 120px;
  }
  .home_index_page .main .cta-section.february2023 .cta-inner .cta-content .call-to-action .discount-block .text-start-price {
    font-size: 35px;
    margin-bottom: -1px;
  }
  .home_index_page .main .cta-section.february2023 .cta-inner .cta-content .call-to-action .discount-block .new_price .euro {
    font-size: 130px;
    line-height: 100px;
  }
  .home_index_page .main .cta-section.february2023 .cta-inner .cta-content .call-to-action .discount-block .new_price .right-part {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    margin-bottom: 4px;
  }
  .home_index_page .main .cta-section.february2023 .cta-inner .cta-content .call-to-action .discount-block .new_price .right-part .cents {
    font-size: 60px;
    line-height: 1;
    margin-bottom: 3px;
  }
  .home_index_page .main .cta-section.february2023 .cta-inner .cta-content .call-to-action .discount-block .new_price .right-part .value {
    font-size: 21px;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.february2023 .cta-inner .cta-content .call-to-action .discount-block {
    margin-bottom: 40px;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.february2023 .cta-inner .cta-content .call-to-action .discount-block .text-start-price {
    font-size: 28px;
    margin-bottom: -6px;
  }
  .home_index_page .main .cta-section.february2023 .cta-inner .cta-content .call-to-action .discount-block .new_price .euro {
    font-size: 110px;
    line-height: 73px;
    margin-left: -5px;
  }
  .home_index_page .main .cta-section.february2023 .cta-inner .cta-content .call-to-action .discount-block .new_price .right-part {
    margin-right: 6px;
  }
  .home_index_page .main .cta-section.february2023 .cta-inner .cta-content .call-to-action .discount-block .new_price .right-part .cents {
    font-size: 50px;
  }
  .home_index_page .main .cta-section.february2023 .cta-inner .cta-content .call-to-action .discount-block .new_price .right-part .value {
    font-size: 18px;
  }
}
.home_index_page .main .cta-section.february2023 .cta-inner .cta-content .call-to-action .button {
  width: 230px;
  height: 70px;
  font-size: 20px;
  font-weight: 500;
  padding: 0 15px;
  font-family: "Roboto", sans-serif;
  background: transparent;
  border: 1px solid #1e1e1e;
  color: #1e1e1e;
  z-index: 10;
}
.home_index_page .main .cta-section.february2023 .cta-inner .cta-content .call-to-action .button a {
  color: #1e1e1e;
  letter-spacing: 0;
  text-decoration: none;
  border-bottom: none;
  text-transform: none;
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.february2023 .cta-inner .cta-content .call-to-action .button {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.february2023 .cta-inner .cta-content .call-to-action .button {
    width: 190px;
  }
}
.home_index_page .main .cta-section.november2022 {
  background-image: url("data:image/svg+xml,%3Csvg width='1920' height='728' viewBox='0 0 1920 728' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0H1923L1922.01 728H0V0Z' fill='%23149344'/%3E%3Cpath d='M0 0H1923L1922.01 728H0V0Z' fill='url(%23paint0_linear_3514_19)'/%3E%3Cpath d='M0 0H1280L890 728H0V0Z' fill='%23D3181F'/%3E%3Cpath d='M0 0H1280L890 728H0V0Z' fill='url(%23paint1_linear_3514_19)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_3514_19' x1='1958.5' y1='-133' x2='1917.3' y2='223.982' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230F602D'/%3E%3Cstop offset='1' stop-color='%23169546'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_3514_19' x1='339.5' y1='-535.5' x2='817.05' y2='91.6928' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A5080D'/%3E%3Cstop offset='1' stop-color='%23DA1921'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  height: auto;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .home_index_page .main .cta-section.november2022 {
    background-image: url("data:image/svg+xml,%3Csvg width='1024' height='638' viewBox='0 0 1024 638' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='1024' height='638' fill='%2367C2C7'/%3E%3Crect width='1024' height='638' fill='url(%23paint0_linear_3520_314)'/%3E%3Cpath d='M0 0H813L483.023 638H0V0Z' fill='%23E95527'/%3E%3Cpath d='M0 0H813L483.023 638H0V0Z' fill='url(%23paint1_linear_3520_314)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_3520_314' x1='1042.9' y1='-116.558' x2='984.79' y2='189.421' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230F602D'/%3E%3Cstop offset='1' stop-color='%23169546'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_3520_314' x1='215.636' y1='-469.298' x2='649.265' y2='-56.5434' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A5080D'/%3E%3Cstop offset='1' stop-color='%23DA1921'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.november2022 {
    background-image: url("data:image/svg+xml,%3Csvg width='768' height='622' viewBox='0 0 768 622' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='768' height='622' fill='%23E95527'/%3E%3Crect width='768' height='622' fill='url(%23paint0_linear_3520_229)'/%3E%3Cpath d='M479.36 409.975L768 121V622H255L479.36 409.975Z' fill='%2367C2C7'/%3E%3Cpath d='M479.36 409.975L768 121V622H255L479.36 409.975Z' fill='url(%23paint1_linear_3520_229)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_3520_229' x1='203.7' y1='-457.529' x2='625.588' y2='-68.4191' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A5080D'/%3E%3Cstop offset='1' stop-color='%23DA1921'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_3520_229' x1='777.47' y1='29.4712' x2='709.393' y2='258.146' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230F602D'/%3E%3Cstop offset='1' stop-color='%23169546'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.november2022 {
    background-image: url("data:image/svg+xml,%3Csvg width='480' height='756' viewBox='0 0 480 756' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='480' height='756' fill='%23E95527'/%3E%3Crect width='480' height='756' fill='url(%23paint0_linear_3520_156)'/%3E%3Cpath d='M234.122 520.699L480 200V756H43L234.122 520.699Z' fill='%2367C2C7'/%3E%3Cpath d='M234.122 520.699L480 200V756H43L234.122 520.699Z' fill='url(%23paint1_linear_3520_156)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_3520_156' x1='127.313' y1='-556.096' x2='525.686' y2='-367.161' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A5080D'/%3E%3Cstop offset='1' stop-color='%23DA1921'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_3520_156' x1='488.067' y1='98.4231' x2='394.928' y2='338.57' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230F602D'/%3E%3Cstop offset='1' stop-color='%23169546'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.november2022 {
    background-image: url("data:image/svg+xml,%3Csvg width='375' height='710' viewBox='0 0 375 710' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='375' height='710' fill='%23E85427'/%3E%3Crect width='375' height='710' fill='url(%23paint0_linear_3520_85)'/%3E%3Cpath d='M185.387 500.938L375 216V710H38L185.387 500.938Z' fill='%2367C2C7'/%3E%3Cpath d='M185.387 500.938L375 216V710H38L185.387 500.938Z' fill='url(%23paint1_linear_3520_85)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_3520_85' x1='99.4629' y1='-522.26' x2='429.349' y2='-392.111' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A5080D'/%3E%3Cstop offset='1' stop-color='%23DA1921'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_3520_85' x1='381.221' y1='125.75' x2='289.792' y2='330.359' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230F602D'/%3E%3Cstop offset='1' stop-color='%23169546'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  }
}
.home_index_page .main .cta-section.november2022 .cta-inner {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 18px;
  padding-bottom: 28px;
}
.home_index_page .main .cta-section.november2022 .cta-inner:before {
  content: "";
  display: block;
  width: 1362px;
  height: 477px;
  background-image: url(/assets/images/november2022-banner/img-snowflakes-1920.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.home_index_page .main .cta-section.november2022 .cta-inner img {
  display: none;
  position: absolute;
  image-rendering: -webkit-optimize-contrast;
  bottom: 0;
  z-index: 5;
}
.home_index_page .main .cta-section.november2022 .cta-inner img.img-first-1920 {
  display: block;
  width: 564px;
  right: 295px;
}
.home_index_page .main .cta-section.november2022 .cta-inner img.img-first-1440 {
  width: 564px;
  right: 295px;
}
.home_index_page .main .cta-section.november2022 .cta-inner img.img-first-1024 {
  width: 413px;
  right: 290px;
}
.home_index_page .main .cta-section.november2022 .cta-inner img.img-first-768 {
  width: 486px;
  right: -50px;
}
.home_index_page .main .cta-section.november2022 .cta-inner img.img-first-480 {
  width: 472px;
  right: -195px;
  z-index: 2;
}
.home_index_page .main .cta-section.november2022 .cta-inner img.img-first-375 {
  width: 386px;
  right: -55px;
}
@media (min-width: 640px) {
  .home_index_page .main .cta-section.november2022 .cta-inner {
    width: 450px;
    height: auto;
    padding-top: 55px;
    padding-bottom: 100px;
  }
}
@media (min-width: 768px) {
  .home_index_page .main .cta-section.november2022 .cta-inner {
    width: 720px;
    height: auto;
    padding: 42px 0 45px;
  }
}
@media (min-width: 1024px) {
  .home_index_page .main .cta-section.november2022 .cta-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 940px;
    height: auto;
    padding: 34px 0;
  }
}
@media (min-width: 1280px) {
  .home_index_page .main .cta-section.november2022 .cta-inner {
    width: 1170px;
    height: auto;
    padding: 60px 0;
  }
}
@media (max-width: 1919px) {
  .home_index_page .main .cta-section.november2022 .cta-inner img {
    display: none;
  }
  .home_index_page .main .cta-section.november2022 .cta-inner img.img-first-1920 {
    display: none;
  }
  .home_index_page .main .cta-section.november2022 .cta-inner img.img-first-1440 {
    display: block;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .home_index_page .main .cta-section.november2022 .cta-inner:before {
    width: 344px;
    height: 328px;
    background-image: url(/assets/images/november2022-banner/img-snowflakes-1024.png);
    top: 100px;
    left: 45%;
  }
  .home_index_page .main .cta-section.november2022 .cta-inner img {
    display: none;
  }
  .home_index_page .main .cta-section.november2022 .cta-inner img.img-first-1440 {
    display: none;
  }
  .home_index_page .main .cta-section.november2022 .cta-inner img.img-first-1024 {
    display: block;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.november2022 .cta-inner:before {
    width: 423px;
    height: 324px;
    background-image: url(/assets/images/november2022-banner/img-snowflakes-768.png);
    top: 90px;
    right: 0;
    left: auto;
    -webkit-transform: none;
            transform: none;
  }
  .home_index_page .main .cta-section.november2022 .cta-inner img {
    display: none;
  }
  .home_index_page .main .cta-section.november2022 .cta-inner img.img-first-1440 {
    display: none;
  }
  .home_index_page .main .cta-section.november2022 .cta-inner img.img-first-1024 {
    display: none;
  }
  .home_index_page .main .cta-section.november2022 .cta-inner img.img-first-768 {
    display: block;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.november2022 .cta-inner:before {
    width: 192px;
    height: 161px;
    background-image: url(/assets/images/november2022-banner/img-snowflakes-480.png);
    top: auto;
    bottom: 350px;
    right: -10px;
    left: auto;
    -webkit-transform: none;
            transform: none;
  }
  .home_index_page .main .cta-section.november2022 .cta-inner img {
    display: none;
  }
  .home_index_page .main .cta-section.november2022 .cta-inner img.img-first-768 {
    display: none;
  }
  .home_index_page .main .cta-section.november2022 .cta-inner img.img-first-480 {
    display: block;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.november2022 .cta-inner:before {
    width: 323px;
    height: 185px;
    background-image: url(/assets/images/november2022-banner/img-snowflakes-375.png);
    top: auto;
    bottom: 215px;
    right: 0;
    left: auto;
  }
  .home_index_page .main .cta-section.november2022 .cta-inner img {
    display: none;
  }
  .home_index_page .main .cta-section.november2022 .cta-inner img.img-first-480 {
    display: none;
  }
  .home_index_page .main .cta-section.november2022 .cta-inner img.img-first-375 {
    display: block;
  }
}
.home_index_page .main .cta-section.november2022 .cta-inner .cta-content {
  padding: 0;
}
@media (min-width: 1024px) {
  .home_index_page .main .cta-section.november2022 .cta-inner .cta-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.november2022 .cta-inner .cta-content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.november2022 .cta-inner .cta-content {
    padding: 0;
  }
}
.home_index_page .main .cta-section.november2022 .cta-inner .cta-content.hidden {
  display: none;
}
.home_index_page .main .cta-section.november2022 .cta-inner .cta-content .call-to-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  color: #fff;
  font-family: "Roboto", sans-serif;
}
@media (min-width: 1024px) {
  .home_index_page .main .cta-section.november2022 .cta-inner .cta-content .call-to-action {
    width: 610px;
    padding: 0;
  }
}
@media (min-width: 1280px) {
  .home_index_page .main .cta-section.november2022 .cta-inner .cta-content .call-to-action {
    width: 800px;
  }
}
@media (min-width: 1440px) {
  .home_index_page .main .cta-section.november2022 .cta-inner .cta-content .call-to-action {
    width: 750px;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.november2022 .cta-inner .cta-content .call-to-action {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.november2022 .cta-inner .cta-content .call-to-action {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.november2022 .cta-inner .cta-content .call-to-action {
    max-width: 100%;
    padding: 0 15px;
  }
}
.home_index_page .main .cta-section.november2022 .cta-inner .cta-content .call-to-action .sale-block {
  width: 419px;
  background-image: url("data:image/svg+xml,%3Csvg width='419' height='49' viewBox='0 0 419 49' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M414.275 0H103.078L89 49H414.275C416.874 49 419 46.774 419 44.0538V4.94622C419 2.22602 416.874 0 414.275 0Z' fill='%23E7E7E7'/%3E%3Cpath d='M4.93989 0C2.22268 0 0 2.22602 0 4.94622V44.0538C0 46.774 2.22268 49 4.93989 49H89.2805L104 0H4.93989Z' fill='%23329052'/%3E%3Cpath d='M4.93989 0C2.22268 0 0 2.22602 0 4.94622V44.0538C0 46.774 2.22268 49 4.93989 49H89.2805L104 0H4.93989Z' fill='url(%23paint0_linear_3514_48)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_3514_48' x1='26' y1='-30' x2='65.259' y2='-2.27462' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230F602D'/%3E%3Cstop offset='1' stop-color='%23329052'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 25px;
  padding: 12px 10px 12px 20px;
  position: relative;
}
.home_index_page .main .cta-section.november2022 .cta-inner .cta-content .call-to-action .sale-block:before {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='18' viewBox='0 0 28 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 17.5727L27.7093 0.0837402H3.32523L1.66262 8.82823L0 17.5727Z' fill='%23E7E7E7'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 28px;
  height: 18px;
  position: absolute;
  bottom: -18px;
  right: 13px;
}
.home_index_page .main .cta-section.november2022 .cta-inner .cta-content .call-to-action .sale-block.lv, .home_index_page .main .cta-section.november2022 .cta-inner .cta-content .call-to-action .sale-block.en {
  width: 360px;
  padding: 12px 10px 12px 13px;
}
.home_index_page .main .cta-section.november2022 .cta-inner .cta-content .call-to-action .sale-block.lv:before, .home_index_page .main .cta-section.november2022 .cta-inner .cta-content .call-to-action .sale-block.en:before {
  bottom: -14px;
}
.home_index_page .main .cta-section.november2022 .cta-inner .cta-content .call-to-action .sale-block .sale-text {
  color: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.home_index_page .main .cta-section.november2022 .cta-inner .cta-content .call-to-action .sale-block .sale-yes {
  color: #1E1D1D;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.november2022 .cta-inner .cta-content .call-to-action .sale-block {
    margin-bottom: 15px;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.november2022 .cta-inner .cta-content .call-to-action .sale-block {
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.november2022 .cta-inner .cta-content .call-to-action .sale-block {
    margin-bottom: 30px;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.november2022 .cta-inner .cta-content .call-to-action .sale-block {
    max-width: 344px;
    width: 100%;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 16px;
  }
  .home_index_page .main .cta-section.november2022 .cta-inner .cta-content .call-to-action .sale-block:before {
    right: 10px;
  }
  .home_index_page .main .cta-section.november2022 .cta-inner .cta-content .call-to-action .sale-block.lv, .home_index_page .main .cta-section.november2022 .cta-inner .cta-content .call-to-action .sale-block.en {
    max-width: 300px;
    padding: 12px 20px 12px 13px;
  }
}
.home_index_page .main .cta-section.november2022 .cta-inner .cta-content .call-to-action h1.title {
  color: #fff;
  width: 100%;
  font-weight: 500;
  font-size: 64px;
  line-height: 70px;
  margin-bottom: 20px;
  position: relative;
  z-index: 3;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.november2022 .cta-inner .cta-content .call-to-action h1.title {
    font-size: 56px;
    line-height: 62px;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.november2022 .cta-inner .cta-content .call-to-action h1.title {
    font-size: 60px;
    line-height: 66px;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.november2022 .cta-inner .cta-content .call-to-action h1.title {
    font-size: 48px;
    line-height: 52px;
    margin-bottom: 50px;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.november2022 .cta-inner .cta-content .call-to-action h1.title {
    text-align: center;
    font-size: 39px;
    line-height: 42px;
    margin-bottom: 185px;
  }
}
.home_index_page .main .cta-section.november2022 .cta-inner .cta-content .call-to-action .discount-block {
  height: 182px;
  background: linear-gradient(45.56deg, #0F602D 13.13%, #329052 62.04%), #329052;
  border-radius: 10px;
  color: #fff;
  margin-bottom: 30px;
  padding: 10px 20px 10px 13px;
  position: relative;
  z-index: 6;
}
.home_index_page .main .cta-section.november2022 .cta-inner .cta-content .call-to-action .discount-block .new_price .euro {
  font-size: 177px;
  font-weight: 800;
  line-height: 140px;
  margin-top: 4px;
}
.home_index_page .main .cta-section.november2022 .cta-inner .cta-content .call-to-action .discount-block .new_price .right-part {
  margin-left: 6px;
  margin-top: 17px;
  position: relative;
}
.home_index_page .main .cta-section.november2022 .cta-inner .cta-content .call-to-action .discount-block .new_price .right-part .cents {
  margin-bottom: -7px;
}
.home_index_page .main .cta-section.november2022 .cta-inner .cta-content .call-to-action .discount-block .new_price .right-part .value {
  font-size: 23px;
  line-height: 23px;
  margin-top: 7px;
}
.home_index_page .main .cta-section.november2022 .cta-inner .cta-content .call-to-action .discount-block .new_price .right-part .term {
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  margin-top: -2px;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.november2022 .cta-inner .cta-content .call-to-action .discount-block {
    height: 132px;
    padding: 10px 10px 10px 7px;
  }
  .home_index_page .main .cta-section.november2022 .cta-inner .cta-content .call-to-action .discount-block .new_price .euro {
    font-size: 144px;
    line-height: 115px;
    margin-top: -6px;
  }
  .home_index_page .main .cta-section.november2022 .cta-inner .cta-content .call-to-action .discount-block .new_price .right-part {
    margin-left: 0;
    margin-top: 5px;
  }
  .home_index_page .main .cta-section.november2022 .cta-inner .cta-content .call-to-action .discount-block .new_price .right-part .value {
    width: 100%;
  }
  .home_index_page .main .cta-section.november2022 .cta-inner .cta-content .call-to-action .discount-block .new_price .right-part .cents {
    margin-left: 6px;
    margin-bottom: -9px;
  }
  .home_index_page .main .cta-section.november2022 .cta-inner .cta-content .call-to-action .discount-block .new_price .right-part .cents svg {
    width: 61px;
    height: 64px;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.november2022 .cta-inner .cta-content .call-to-action .discount-block {
    width: 240px;
    height: 182px;
  }
  .home_index_page .main .cta-section.november2022 .cta-inner .cta-content .call-to-action .discount-block .new_price .euro {
    font-size: 177px;
    line-height: 140px;
    margin-top: 4px;
  }
  .home_index_page .main .cta-section.november2022 .cta-inner .cta-content .call-to-action .discount-block .new_price .right-part {
    margin-left: 6px;
    margin-top: 17px;
    position: relative;
  }
  .home_index_page .main .cta-section.november2022 .cta-inner .cta-content .call-to-action .discount-block .new_price .right-part .cents {
    margin-left: 0;
    margin-bottom: -6px;
  }
  .home_index_page .main .cta-section.november2022 .cta-inner .cta-content .call-to-action .discount-block .new_price .right-part .cents svg {
    width: 78px;
    height: 82px;
  }
  .home_index_page .main .cta-section.november2022 .cta-inner .cta-content .call-to-action .discount-block .new_price .right-part .value {
    margin-top: 7px;
    margin-left: 0;
  }
  .home_index_page .main .cta-section.november2022 .cta-inner .cta-content .call-to-action .discount-block .new_price .right-part .term {
    margin-top: -2px;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.november2022 .cta-inner .cta-content .call-to-action .discount-block {
    display: none;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.november2022 .cta-inner .cta-content .call-to-action .discount-block {
    display: block;
    width: 193px;
    height: 126px;
    padding: 9px 0 9px 9px;
  }
  .home_index_page .main .cta-section.november2022 .cta-inner .cta-content .call-to-action .discount-block .new_price {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .home_index_page .main .cta-section.november2022 .cta-inner .cta-content .call-to-action .discount-block .new_price .euro {
    font-size: 130px;
    line-height: 99px;
    margin-top: 3px;
  }
  .home_index_page .main .cta-section.november2022 .cta-inner .cta-content .call-to-action .discount-block .new_price .right-part {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    margin-top: 0;
  }
  .home_index_page .main .cta-section.november2022 .cta-inner .cta-content .call-to-action .discount-block .new_price .right-part .cents svg {
    width: 48px;
    height: 50px;
  }
  .home_index_page .main .cta-section.november2022 .cta-inner .cta-content .call-to-action .discount-block .new_price .right-part .value {
    margin-top: 2px;
  }
  .home_index_page .main .cta-section.november2022 .cta-inner .cta-content .call-to-action .discount-block .new_price .right-part .term {
    line-height: 15px;
    margin-top: 0;
  }
}
.home_index_page .main .cta-section.november2022 .cta-inner .cta-content .call-to-action .discount-block-wide-mobile {
  display: none;
  background: linear-gradient(45.56deg, #0F602D 13.13%, #329052 62.04%), #329052;
  border-radius: 10px;
  color: #fff;
  margin-bottom: 30px;
  padding: 13px 21px;
}
.home_index_page .main .cta-section.november2022 .cta-inner .cta-content .call-to-action .discount-block-wide-mobile .new_price .euro {
  font-weight: 800;
  font-size: 163px;
  line-height: 130px;
  margin-bottom: 5px;
}
.home_index_page .main .cta-section.november2022 .cta-inner .cta-content .call-to-action .discount-block-wide-mobile .new_price .right-part .value {
  font-weight: 700;
  font-size: 28px;
  line-height: 30px;
}
.home_index_page .main .cta-section.november2022 .cta-inner .cta-content .call-to-action .discount-block-wide-mobile .new_price .right-part .term {
  font-weight: 400;
  font-size: 19px;
  line-height: 25px;
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.november2022 .cta-inner .cta-content .call-to-action .discount-block-wide-mobile {
    display: block;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.november2022 .cta-inner .cta-content .call-to-action .discount-block-wide-mobile {
    display: none;
  }
}
.home_index_page .main .cta-section.november2022 .cta-inner .cta-content .call-to-action .button {
  width: 230px;
  height: 70px;
  font-size: 20px;
  font-weight: 500;
  padding: 0 15px;
  font-family: "Roboto", sans-serif;
  background: #fff;
  border: 1px solid #fff;
  color: #1E1D1D;
  z-index: 10;
}
.home_index_page .main .cta-section.november2022 .cta-inner .cta-content .call-to-action .button a {
  color: #1E1D1D;
  letter-spacing: 0;
  text-decoration: none;
  border-bottom: none;
  text-transform: none;
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.november2022 .cta-inner .cta-content .call-to-action .button {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.november2022 .cta-inner .cta-content .call-to-action .button {
    width: 190px;
  }
}
.home_index_page .main .cta-section.august2022 {
  background-image: url("data:image/svg+xml,%3Csvg width='1920' height='624' viewBox='0 0 1920 624' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_2825_4' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='1920' height='624'%3E%3Crect width='1920' height='624' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_2825_4)'%3E%3Cpath d='M1920 -155H0V623H1920V-155Z' fill='%23242530'/%3E%3Cpath d='M667 623L1920 82V623.5L667 623Z' fill='%23F7D716'/%3E%3C/g%3E%3C/svg%3E%0A");
  height: auto;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .home_index_page .main .cta-section.august2022 {
    background-image: url("data:image/svg+xml,%3Csvg width='1024' height='540' viewBox='0 0 1024 540' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_2825_6' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='1024' height='540'%3E%3Crect width='1024' height='540' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_2825_6)'%3E%3Crect y='-140' width='1024' height='680' fill='%23242530'/%3E%3Cpath d='M305 540L1024 134V540H305Z' fill='%23F7D716'/%3E%3C/g%3E%3C/svg%3E%0A");
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.august2022 {
    background-image: url("data:image/svg+xml,%3Csvg width='768' height='526' viewBox='0 0 768 526' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_2825_8' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='768' height='526'%3E%3Crect width='768' height='526' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_2825_8)'%3E%3Cpath d='M768 -140H0V526H768V-140Z' fill='%23242530'/%3E%3Cpath d='M274 526L768 101V526H274Z' fill='%23F7D716'/%3E%3C/g%3E%3C/svg%3E%0A");
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.august2022 {
    background-image: url("data:image/svg+xml,%3Csvg width='480' height='660' viewBox='0 0 480 660' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_2825_10' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='480' height='660'%3E%3Crect width='480' height='660' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_2825_10)'%3E%3Crect y='-140' width='480' height='800' fill='%23242530'/%3E%3Cpath d='M0 660L480 235V660H0Z' fill='%23F7D716'/%3E%3C/g%3E%3C/svg%3E%0A");
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.august2022 {
    background-image: url("data:image/svg+xml,%3Csvg width='375' height='600' viewBox='0 0 375 600' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_2825_12' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='375' height='600'%3E%3Crect width='375' height='600' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_2825_12)'%3E%3Crect y='-140' width='375' height='740' fill='%23242530'/%3E%3Cpath d='M0 600L375 268V600H0Z' fill='%23F7D716'/%3E%3C/g%3E%3C/svg%3E%0A");
  }
}
.home_index_page .main .cta-section.august2022 .cta-inner {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 70px;
}
.home_index_page .main .cta-section.august2022 .cta-inner img {
  display: none;
  position: absolute;
  image-rendering: -webkit-optimize-contrast;
  bottom: 0;
  z-index: 5;
}
.home_index_page .main .cta-section.august2022 .cta-inner img.img-man-1920 {
  display: block;
  width: 394px;
  right: 340px;
}
.home_index_page .main .cta-section.august2022 .cta-inner img.img-man-1440 {
  width: 394px;
  right: 380px;
}
.home_index_page .main .cta-section.august2022 .cta-inner img.img-man-1024 {
  width: 342px;
  right: 297px;
}
.home_index_page .main .cta-section.august2022 .cta-inner img.img-man-768 {
  width: 357px;
  right: 0;
}
.home_index_page .main .cta-section.august2022 .cta-inner img.img-man-480 {
  width: 313px;
  right: -75px;
  z-index: 2;
}
.home_index_page .main .cta-section.august2022 .cta-inner img.img-man-375 {
  width: 219px;
  right: -33px;
}
@media (min-width: 640px) {
  .home_index_page .main .cta-section.august2022 .cta-inner {
    width: 450px;
    height: auto;
    padding-bottom: 150px;
  }
}
@media (min-width: 768px) {
  .home_index_page .main .cta-section.august2022 .cta-inner {
    width: 720px;
    height: auto;
    padding: 50px 0;
  }
}
@media (min-width: 1024px) {
  .home_index_page .main .cta-section.august2022 .cta-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 940px;
    height: auto;
    padding: 40px 0;
  }
}
@media (min-width: 1280px) {
  .home_index_page .main .cta-section.august2022 .cta-inner {
    width: 1170px;
    height: auto;
  }
}
@media (max-width: 1919px) {
  .home_index_page .main .cta-section.august2022 .cta-inner img {
    display: none;
  }
  .home_index_page .main .cta-section.august2022 .cta-inner img.img-man-1920 {
    display: none;
  }
  .home_index_page .main .cta-section.august2022 .cta-inner img.img-man-1440 {
    display: block;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .home_index_page .main .cta-section.august2022 .cta-inner img {
    display: none;
  }
  .home_index_page .main .cta-section.august2022 .cta-inner img.img-man-1440 {
    display: none;
  }
  .home_index_page .main .cta-section.august2022 .cta-inner img.img-man-1024 {
    display: block;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.august2022 .cta-inner img {
    display: none;
  }
  .home_index_page .main .cta-section.august2022 .cta-inner img.img-man-1440 {
    display: none;
  }
  .home_index_page .main .cta-section.august2022 .cta-inner img.img-man-1024 {
    display: none;
  }
  .home_index_page .main .cta-section.august2022 .cta-inner img.img-man-768 {
    display: block;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.august2022 .cta-inner img {
    display: none;
  }
  .home_index_page .main .cta-section.august2022 .cta-inner img.img-man-768 {
    display: none;
  }
  .home_index_page .main .cta-section.august2022 .cta-inner img.img-man-480 {
    display: block;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.august2022 .cta-inner img {
    display: none;
  }
  .home_index_page .main .cta-section.august2022 .cta-inner img.img-man-480 {
    display: none;
  }
  .home_index_page .main .cta-section.august2022 .cta-inner img.img-man-375 {
    display: block;
  }
}
.home_index_page .main .cta-section.august2022 .cta-inner .cta-content {
  padding: 0;
}
@media (min-width: 1024px) {
  .home_index_page .main .cta-section.august2022 .cta-inner .cta-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.august2022 .cta-inner .cta-content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 50px;
    padding-bottom: 30px;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.august2022 .cta-inner .cta-content {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
.home_index_page .main .cta-section.august2022 .cta-inner .cta-content.hidden {
  display: none;
}
.home_index_page .main .cta-section.august2022 .cta-inner .cta-content .call-to-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  color: #fff;
  font-family: "Roboto", sans-serif;
}
@media (min-width: 1024px) {
  .home_index_page .main .cta-section.august2022 .cta-inner .cta-content .call-to-action {
    width: 610px;
    padding: 0;
  }
}
@media (min-width: 1280px) {
  .home_index_page .main .cta-section.august2022 .cta-inner .cta-content .call-to-action {
    width: 800px;
  }
}
@media (min-width: 1440px) {
  .home_index_page .main .cta-section.august2022 .cta-inner .cta-content .call-to-action {
    width: 750px;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.august2022 .cta-inner .cta-content .call-to-action {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.august2022 .cta-inner .cta-content .call-to-action {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.august2022 .cta-inner .cta-content .call-to-action {
    max-width: 100%;
    padding: 0 15px;
  }
}
.home_index_page .main .cta-section.august2022 .cta-inner .cta-content .call-to-action .discount {
  min-width: 324px;
  height: 46px;
  background-image: url("data:image/svg+xml,%3Csvg width='324' height='46' viewBox='0 0 324 46' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M322.845 25.9885C326.354 16.3206 319.313 6.06958 309.03 5.87412L15.2851 0.290543C6.89078 0.130981 0 6.89201 0 15.2878V31C0 39.2843 6.71573 46 15 46H305.069C311.38 46 317.016 42.0496 319.169 36.1171L322.845 25.9885Z' fill='%23F7D716'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #1e1e1e;
  font-weight: 600;
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 25px;
  padding: 0 20px;
  position: relative;
}
.home_index_page .main .cta-section.august2022 .cta-inner .cta-content .call-to-action .discount:before {
  content: "";
  display: block;
  width: 41px;
  height: 17px;
  background-image: url("data:image/svg+xml,%3Csvg width='41' height='17' viewBox='0 0 41 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M41 17L0 0H36.0798L38.5399 8.5L41 17Z' fill='%23F7D716'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  right: 15px;
  bottom: -17px;
}
.home_index_page .main .cta-section.august2022 .cta-inner .cta-content .call-to-action .discount svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 14px;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.august2022 .cta-inner .cta-content .call-to-action .discount {
    min-width: 270px;
    height: 37px;
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.august2022 .cta-inner .cta-content .call-to-action .discount {
    display: none;
  }
}
.home_index_page .main .cta-section.august2022 .cta-inner .cta-content .call-to-action h1.title {
  color: #fff;
  width: 100%;
  font-weight: 500;
  font-size: 45px;
  line-height: 52px;
  margin-bottom: 20px;
  position: relative;
  z-index: 3;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.august2022 .cta-inner .cta-content .call-to-action h1.title {
    font-size: 35px;
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.august2022 .cta-inner .cta-content .call-to-action h1.title {
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
  }
  .home_index_page .main .cta-section.august2022 .cta-inner .cta-content .call-to-action h1.title:after {
    content: "";
    display: block;
    width: 268px;
    height: 1px;
    background-color: #3F3F3F;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.august2022 .cta-inner .cta-content .call-to-action h1.title {
    font-size: 30px;
    line-height: 39px;
  }
}
.home_index_page .main .cta-section.august2022 .cta-inner .cta-content .call-to-action .text-under-h1 {
  display: none;
  font-size: 16px;
  line-height: 25px;
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.august2022 .cta-inner .cta-content .call-to-action .text-under-h1 {
    display: block;
    margin-bottom: 95px;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.august2022 .cta-inner .cta-content .call-to-action .text-under-h1 {
    margin-bottom: 50px;
    padding: 0 25px;
  }
}
.home_index_page .main .cta-section.august2022 .cta-inner .cta-content .call-to-action .points {
  margin-bottom: 20px;
}
.home_index_page .main .cta-section.august2022 .cta-inner .cta-content .call-to-action .points .point {
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 15px;
}
.home_index_page .main .cta-section.august2022 .cta-inner .cta-content .call-to-action .points .point:last-of-type {
  margin-bottom: 0;
}
.home_index_page .main .cta-section.august2022 .cta-inner .cta-content .call-to-action .points .point svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.august2022 .cta-inner .cta-content .call-to-action .points .point {
    font-size: 20px;
    line-height: 21px;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.august2022 .cta-inner .cta-content .call-to-action .points {
    display: none;
  }
}
.home_index_page .main .cta-section.august2022 .cta-inner .cta-content .call-to-action .discount-block {
  color: #F7D716;
  margin-left: 2px;
  margin-bottom: 25px;
  position: relative;
}
.home_index_page .main .cta-section.august2022 .cta-inner .cta-content .call-to-action .discount-block:after {
  content: "";
  display: block;
  width: 70px;
  height: 42px;
  background-image: url("data:image/svg+xml,%3Csvg width='70' height='42' viewBox='0 0 70 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M65.3629 4.57732C65.5808 4.33798 65.9122 3.49438 65.8639 3.43855C65.596 3.12946 65.4784 3.85828 65.3724 4.07659C65.2596 4.31005 64.6871 4.67222 64.9928 4.75067C65.1122 4.78156 65.3494 4.59224 65.3629 4.57732ZM20.88 28.0887C20.834 28.1072 20.6915 28.0541 20.6734 27.9748C20.6554 27.8964 20.7538 27.7944 20.8105 27.7824C20.9961 27.7425 21.2163 27.6235 21.3795 27.723C21.4056 27.7393 21.4246 27.7794 21.4143 27.8087C21.3464 27.9977 21.0655 28.0136 20.88 28.0887ZM67.9696 3.32356C68.0088 3.41101 67.9559 3.55269 67.8688 3.59163C67.8298 3.6087 67.7541 3.54918 67.7551 3.54652C67.7834 3.45571 67.7665 3.31698 67.8539 3.2788C67.8918 3.26215 67.9529 3.28613 67.9696 3.32356ZM69.1922 4.47044C69.1959 4.45109 69.3054 4.3775 69.3671 4.43056C69.434 4.48797 69.3687 4.60196 69.3456 4.67577C69.3385 4.6981 69.2383 4.73586 69.1972 4.70288C69.1369 4.65414 69.1782 4.54515 69.1922 4.47044ZM67.4147 2.96764C67.3965 2.81616 67.3758 2.65804 67.1846 2.62724C67.0288 2.60194 66.9413 2.65178 66.9056 2.83192C66.8909 2.90583 66.6491 2.88929 66.6107 3.03002C66.574 3.16516 66.9344 3.3009 66.8225 3.44606C66.7339 3.56036 66.5493 3.31952 66.4131 3.35596C66.2694 3.39433 66.155 3.47675 66.0572 3.58145C65.7104 3.96026 65.5474 4.47212 65.5082 4.69743C65.5044 4.74706 65.5165 4.79682 65.5779 4.81312C65.7613 4.86224 65.7507 4.50031 65.8787 4.48017C65.9063 4.4757 65.9437 4.49525 65.9519 4.5224C66.0068 4.70977 65.6425 4.85077 65.6822 5.04201C65.688 5.07122 65.7216 5.09721 65.7511 5.09807C65.9505 5.10365 66.0336 4.72681 66.248 4.73842C66.5138 4.75321 66.0201 5.48815 66.4285 5.37563C66.8646 5.2554 66.7422 5.05006 66.5193 4.72806C66.4531 4.63247 66.4234 4.4752 66.4496 4.36313C66.4761 4.24886 66.5851 4.15811 66.6535 4.04931C66.5563 4.47353 67.1089 4.41129 67.3121 4.0026C67.4023 3.82164 67.4276 3.60227 67.451 3.39668C67.4672 3.25709 67.4323 3.11039 67.4147 2.96764ZM66.4859 3.85812C66.4944 3.92078 66.4428 3.92652 66.4314 3.93364C66.3543 3.98001 66.2593 4.18743 66.1555 4.09437C66.0265 3.97915 66.0879 3.7383 66.3191 3.73026C66.3738 3.72822 66.4765 3.78943 66.4859 3.85812ZM67.0197 3.65923C67.1421 3.82189 66.8781 3.76851 66.733 3.90583C66.8654 3.64795 66.9118 3.51648 67.0197 3.65923ZM64.1737 5.12127C64.0484 4.90877 64.3691 4.69117 64.5251 4.6862C64.5596 4.68495 64.5943 4.72764 64.5949 4.76194C64.5978 4.91456 64.329 5.38607 64.1737 5.12127ZM29.0718 34.5285C29.2039 34.5794 29.308 34.8589 29.1484 34.9741C28.7986 35.2271 28.7111 34.3897 29.0718 34.5285ZM67.496 2.55246C67.4169 2.44404 67.4597 2.23412 67.5693 2.15682C67.5933 2.14017 67.6379 2.14733 67.6551 2.1709C67.7339 2.2778 67.7049 2.48499 67.5991 2.56555C67.5717 2.58692 67.5166 2.58049 67.496 2.55246ZM68.4001 4.05087C68.4598 3.83696 68.7919 3.68124 68.9404 3.83756C69.0955 4.00107 68.9603 4.33965 68.7183 4.36678C68.5272 4.38786 68.3574 4.20371 68.4001 4.05087ZM65.5933 2.44515C65.5555 2.46777 65.4862 2.44445 65.4679 2.40467C65.4263 2.31333 65.4936 2.16697 65.5856 2.12663C65.6058 2.1179 65.6367 2.13004 65.6478 2.14871C65.6982 2.23571 65.6794 2.39372 65.5933 2.44515ZM68.4302 2.89479C68.5014 2.83908 68.5823 2.93026 68.6241 2.96626C68.6464 2.98498 68.6597 3.07033 68.6247 3.1006C68.579 3.13977 68.4988 3.09854 68.4485 3.0726C68.4267 3.06186 68.3576 2.95166 68.4302 2.89479ZM68.2511 4.02384C68.2285 4.03836 68.1873 4.03143 68.1717 4.00972C68.1121 3.92652 68.1375 3.76923 68.2187 3.70677C68.2471 3.68497 68.3047 3.68834 68.3252 3.71736C68.3858 3.80287 68.3389 3.96632 68.2511 4.02384ZM68.0185 1.75455C68.5536 1.66945 68.3596 2.50327 68.0068 2.47779C67.7267 2.45776 67.7187 1.80212 68.0185 1.75455ZM67.8455 0.713288C67.8087 0.748883 67.7116 0.763039 67.6573 0.6966C67.6128 0.642035 67.6267 0.53131 67.6811 0.488785C67.7219 0.456701 67.8195 0.487523 67.8283 0.509998C67.8522 0.570789 67.8951 0.665699 67.8455 0.713288ZM58.6153 15.7777C58.418 15.7254 58.5443 15.4936 58.7006 15.474C58.8098 15.4605 58.9508 15.5612 59.0384 15.5019C58.9473 15.6438 58.7912 15.824 58.6153 15.7777ZM57.7193 16.0296C58.0107 16.0884 57.6646 16.1766 57.5289 16.2873C57.5484 16.1906 57.5723 16 57.7193 16.0296ZM59.9553 14.5656C60.0106 14.6006 59.9594 14.6714 59.9459 14.704C59.9387 14.7213 59.8779 14.7378 59.8746 14.7329C59.8546 14.7029 59.826 14.6592 59.8359 14.6343C59.8465 14.608 59.8992 14.5309 59.9553 14.5656ZM56.1989 18.0365C56.2196 18.0102 56.2574 17.9714 56.2921 17.9826C56.3292 17.9944 56.3897 18.0541 56.3564 18.1113C56.3246 18.1661 56.2524 18.125 56.2184 18.1146C56.204 18.1103 56.188 18.0496 56.1989 18.0365ZM53.4909 20.4395C53.3619 20.3761 53.5645 20.1357 53.4925 20.0424C53.8006 20.1452 53.7786 20.5812 53.4909 20.4395ZM36.8479 24.3429C36.8396 24.3622 36.7517 24.4277 36.6995 24.3701C36.6461 24.3111 36.7227 24.2369 36.7505 24.1985C36.7648 24.1786 36.8355 24.1618 36.8631 24.1894C36.8994 24.2265 36.867 24.2977 36.8479 24.3429ZM65.2562 2.9463C65.2252 2.94905 65.1892 2.91718 65.185 2.88659C65.1748 2.8032 65.249 2.69259 65.3327 2.68169C65.3677 2.67725 65.4115 2.7139 65.4152 2.74917C65.4244 2.83298 65.3404 2.93818 65.2562 2.9463ZM56.1707 18.4232C56.2542 18.4143 56.357 18.4981 56.3664 18.5812C56.372 18.6282 56.3264 18.6895 56.2794 18.6936C56.1951 18.7005 56.1525 18.5807 56.0962 18.5179C56.0916 18.5126 56.1292 18.4277 56.1707 18.4232ZM19.0171 40.6338C19.1213 40.5444 19.3136 40.653 19.3211 40.7462C19.333 40.8979 18.8354 40.7898 19.0171 40.6338ZM19.7004 40.3456C19.9639 40.2512 19.9262 40.7815 19.7434 40.7341C19.6372 40.7062 19.5277 40.4072 19.7004 40.3456ZM21.4159 41.0015C21.4824 41.0167 21.5392 41.1041 21.5296 41.1717C21.5254 41.2027 21.4882 41.2377 21.4575 41.2323C21.385 41.2187 21.3322 41.1097 21.352 41.0389C21.3586 41.015 21.3915 40.9958 21.4159 41.0015ZM20.2168 35.4374C20.2586 35.2872 20.5937 35.6483 20.4799 35.6597C20.3777 35.6204 20.1938 35.5199 20.2168 35.4374ZM21.2606 36.2527C21.2904 36.2876 21.3502 36.3567 21.3134 36.3891C21.1069 36.5699 20.4905 35.803 20.68 35.781C20.7257 35.7905 20.8603 35.8319 20.9022 35.8679C21.0341 35.9811 21.1463 36.1197 21.2606 36.2527ZM23.4401 39.8165C23.557 39.8514 23.6389 40.1043 23.4945 40.1905C23.266 40.3273 23.2789 39.7685 23.4401 39.8165ZM22.0822 38.7702C22.1962 38.7682 22.3123 38.915 22.3066 39.0292C22.3056 39.0537 22.2784 39.0801 22.2539 39.0796C22.1441 39.0779 22.0278 38.9544 22.0222 38.8443C22.0208 38.8127 22.0503 38.7709 22.0822 38.7702ZM23.7955 41.2891C24.0514 41.0701 24.4136 41.6699 24.2446 41.7871C24.0824 41.8999 23.6403 41.4217 23.7955 41.2891ZM20.9833 40.9182C20.8646 41.2827 20.6029 40.5973 20.379 40.5175C20.3308 40.5004 20.2592 40.3905 20.2856 40.3209C20.2966 40.2914 20.3402 40.2754 20.3713 40.2814C20.4345 40.2933 21.0475 40.7217 20.9833 40.9182ZM20.1898 36.2739C20.4491 36.2813 20.4387 36.7815 20.3386 37.0007C20.3289 37.0211 20.3019 37.0386 20.2801 37.0338C20.1265 36.9987 19.7356 36.7337 20.105 36.5943C20.2306 36.5467 20.0899 36.271 20.1898 36.2739ZM5.02404 33.5341C6.74722 34.2213 16.2031 38.9385 16.7577 39.2353C17.4709 39.6167 18.4168 40.3436 18.5948 40.4465C18.6475 40.4768 18.8027 40.5035 18.8435 40.4131C19.0252 40.0096 18.346 39.8828 18.0159 39.5554C17.9007 39.4411 17.6807 39.6364 17.6562 39.3857C17.6474 39.2937 17.5838 39.1797 17.4966 39.1191C17.6383 39.1335 17.7428 39.022 17.8859 39.138C18.0361 39.2595 18.2351 39.3191 18.4049 39.4194C18.4756 39.4614 18.5383 39.5299 18.5834 39.6002C18.7125 39.8016 18.8513 39.9639 19.1293 39.9259C19.1849 39.9185 19.2447 40.1506 19.3658 40.0856C19.5253 40.0002 19.1969 39.6607 19.3537 39.5781C19.4713 39.516 19.5791 39.7377 19.6931 39.8238C19.8003 39.9042 19.8816 40.1692 20.0414 40.0979C20.1293 40.0588 19.9984 39.8928 20.0588 39.8368C20.2295 39.6782 20.6248 40.26 20.6635 40.2844C20.6896 40.2905 20.7155 40.2958 20.7432 40.2876C21.0646 40.1949 20.278 39.6422 20.5284 39.5008C20.7322 39.3858 21.67 40.091 22.188 40.4242C22.3959 40.5577 22.7439 40.9016 22.8606 40.8042C23.0792 40.6218 22.8743 40.5287 22.6449 40.228C22.4406 39.9602 22.0177 40.0464 21.8422 39.8343C21.789 39.7696 21.7462 39.6358 21.7778 39.5727C21.8598 39.4086 21.7865 39.3053 21.6913 39.1992C21.5922 39.0891 21.2637 39.0281 21.3414 38.8329C21.3908 38.7081 21.6488 38.9608 21.7054 38.8145C22.0488 37.9318 20.3075 37.6578 19.7057 36.9371C19.617 36.8309 19.5864 36.6411 19.7001 36.467C19.8949 36.1694 19.1518 36.0192 19.2571 35.7932C19.3373 35.6195 19.5618 35.8636 19.6396 35.8171C19.7548 35.7479 19.8097 35.583 19.7927 35.4842C19.75 35.2354 19.4351 35.1506 19.2966 34.9662C19.2472 34.9001 19.2215 34.795 19.1966 34.6887C19.3063 34.7015 19.4171 34.7149 19.5276 34.7285C19.5598 34.7562 19.5906 34.7847 19.6239 34.8109C19.7306 34.895 19.8617 35.1761 19.9814 35.0566C20.0576 34.9809 19.9786 34.864 19.8993 34.7581C20.3199 34.774 20.7358 34.706 21.1388 34.5407C21.2616 34.4904 21.4256 34.5438 21.5707 34.5418C21.9479 34.5365 22.3203 34.5145 22.6629 34.742C22.8338 34.8558 23.0147 34.7732 23.1422 34.6145C23.2155 34.5237 23.2123 34.3142 23.374 34.2922C23.5134 34.2734 23.569 34.4564 23.6611 34.523C24.044 34.7991 24.4164 34.6167 24.4965 34.1461C24.5299 33.9527 24.5187 33.6098 24.7553 33.5535C24.9435 33.5086 24.9676 33.876 25.1329 33.8583C25.2623 33.8445 25.2859 33.6461 25.3797 33.5602C25.4402 33.5049 25.5437 33.4463 25.6108 33.4618C25.6721 33.4764 25.7562 33.5916 25.7517 33.6576C25.7271 34.0125 25.9387 34.0974 26.2276 34.1126C26.2421 34.1134 26.2569 34.1191 26.2721 34.1217C26.5165 34.1541 26.8118 34.3318 26.978 34.0461C27.1265 33.7914 27.0397 33.4923 26.9048 33.2292C26.8798 33.18 26.7797 33.1458 26.8023 33.0836C26.9306 32.7306 27.2666 33.0366 27.3008 33.3119C27.3118 33.4005 27.2966 33.4925 27.2899 33.5821C27.2616 33.9681 27.3614 34.3213 27.7412 34.0227C27.8177 33.9629 27.7463 33.8201 27.77 33.7967C28.0501 33.5221 28.5324 33.7296 28.8994 33.6687C29.1441 33.6281 29.1988 33.5057 29.058 33.3042C28.931 33.1224 28.9887 32.9724 29.1312 32.9198C29.3102 32.8536 29.3214 33.1002 29.3576 33.2249C29.4035 33.3848 29.4492 33.5445 29.489 33.7059C29.5262 33.8558 29.6179 33.9728 29.7677 33.9463C29.8821 33.9259 30.0439 33.8399 30.0746 33.7471C30.1467 33.5276 30.2648 33.3928 30.4692 33.2875C30.6686 33.1851 30.6945 32.9792 30.6395 32.773C30.6125 32.6717 30.5303 32.571 30.5409 32.4785C30.5526 32.3808 30.5963 32.2243 30.7021 32.1998C30.8104 32.1751 30.8946 32.3134 30.9807 32.3828C31.0067 32.4038 31.0113 32.4721 31.0014 32.5126C30.9044 32.9076 31.1173 33.0613 31.4612 33.1331C31.5443 33.1504 31.6221 33.2151 31.6927 33.2703C31.8583 33.4005 32.0292 33.4133 32.1869 33.2766C32.3361 33.1478 32.3986 32.9829 32.2935 32.79C32.2715 32.7502 32.2334 32.7095 32.2341 32.6696C32.2351 32.5718 32.2213 32.4207 32.2732 32.3896C32.3591 32.3369 32.4979 32.3372 32.6036 32.3614C32.6815 32.3791 32.7431 32.4699 32.8097 32.5308C33.0719 32.7687 33.3523 32.826 33.6813 32.6587C33.8067 32.5949 33.9612 32.5893 34.1018 32.5542C34.2163 32.5254 37.5981 31.6507 41.1956 29.7775C41.4266 29.6575 41.7153 29.7571 41.9402 29.6712C42.2592 29.5495 42.0101 29.1931 42.133 28.9917C42.3128 28.696 42.6677 28.8249 42.9464 28.9406C43.3998 29.1292 43.7309 28.9665 43.8667 28.4971C44.002 28.0287 44.2047 27.9082 44.6989 28.0026C44.7278 28.0081 44.7706 28.034 44.7831 28.0228C45.127 27.7197 45.6272 27.9446 45.9893 27.6429C46.2977 27.3854 46.6686 27.2002 47.0176 26.9928C47.2856 26.8333 46.9873 26.5312 47.2555 26.2548C47.4279 26.0767 47.622 26.6215 47.8294 26.4534C47.9677 26.3419 47.9743 26.0587 48.1664 25.996C48.5059 25.8857 48.5874 26.0968 48.6959 25.7109C48.7627 25.4742 48.977 25.5285 49.0993 25.4022C49.3277 25.1658 49.7003 25.2456 49.9918 25.0708C52.6299 23.4877 54.2025 22.1788 54.4861 21.9414C54.8655 21.6238 55.2495 21.3119 55.6332 20.9998C55.703 20.943 55.7747 20.8818 55.8561 20.8469C56.1862 20.7055 56.4017 20.4441 56.6455 20.1913C57.0695 19.7502 57.5276 19.3309 58.0946 19.063C58.6616 18.7955 59.0444 18.3363 59.3819 17.8285C59.4369 17.7461 59.5046 17.6601 59.5869 17.6091C60.3552 17.1366 61 16.514 61.5239 15.8001C61.9065 15.2781 62.4063 14.8951 62.8295 14.4274C63.1319 14.0931 63.4353 13.7593 63.7328 13.4209C63.9295 13.1962 64.1182 12.9637 64.3065 12.7319C64.3523 12.6756 64.3757 12.6011 64.4214 12.5453C64.5883 12.3395 64.7575 12.1359 64.9316 11.9364C65.0865 11.7591 65.2576 11.5956 65.4057 11.413C65.5549 11.2286 65.6776 11.0222 65.8254 10.8367C66.0507 10.5544 66.3204 10.3063 66.4097 9.93245C66.431 9.84262 66.5367 9.77374 66.5996 9.69235C66.847 9.37147 67.1171 9.06461 67.3326 8.72358C67.6215 8.26616 67.8698 7.78324 68.1301 7.30839C68.1801 7.2169 68.2038 7.1116 68.2421 7.01356C68.3336 6.77859 68.4353 6.54682 68.5157 6.30807C68.5567 6.1854 68.4901 6.01978 68.5856 5.8958C68.7317 5.70618 68.901 5.52343 68.8727 5.1652C68.8497 4.8766 68.8194 4.49788 68.5234 4.43377C68.4014 4.40742 68.4443 4.73863 68.3171 4.71911C68.2667 4.71179 68.2756 4.63598 68.2818 4.60788C68.3346 4.36938 68.1049 4.10422 67.9463 4.29817C67.7646 4.52049 68.3026 4.78908 68.2025 5.01898C68.1035 5.24746 67.733 4.83695 67.4548 5.0062C67.3061 5.09709 67.6851 5.46501 67.4816 5.55471C67.3363 5.61903 67.3291 5.30327 67.2445 5.31633C67.0007 5.35425 67.0387 5.74668 66.9195 5.9417C66.7991 6.13912 67.0613 6.67319 66.7312 6.60292C66.6207 6.57962 66.6776 6.31164 66.5344 6.31157C66.2668 6.3113 66.0978 6.6847 66.1043 6.94506C66.1067 7.0403 66.2744 7.07935 66.2818 7.18091C66.2921 7.3281 66.2511 7.63098 66.0458 7.60736C65.9335 7.59436 66.0009 7.45397 65.9902 7.40852C65.9771 7.35273 66.0681 7.20161 65.9405 7.16667C65.7362 7.1111 65.7419 7.50694 65.5916 7.55328C65.2462 7.65939 64.8549 7.10243 65.0906 6.84997C65.2006 6.73198 65.4416 7.05503 65.5533 6.91607C65.8323 6.56865 65.731 6.34743 65.9611 6.19485C66.0956 6.10518 66.1896 6.01635 66.1619 5.90043C66.1313 5.77215 66.025 5.64464 65.9192 5.55615C65.8243 5.47713 65.6782 5.32296 65.5463 5.3942C65.5144 5.41203 65.5751 5.50771 65.5123 5.57371C65.3698 5.72362 65.1628 5.44843 64.9073 5.47757C64.6273 5.50942 64.6495 5.98958 64.8081 6.14912C64.7203 6.08996 64.6285 5.9995 64.5419 6.07075C64.123 6.41661 64.1717 6.93739 63.8344 6.81497C63.4809 6.68668 64.308 6.28737 64.3548 5.96653C64.4107 5.58032 65.2686 5.30259 64.8883 5.06589C64.8299 5.02944 64.7661 5.09265 64.7505 5.11958C64.5114 5.53663 64.0976 5.77983 63.7756 6.11301C63.5789 6.31638 63.4339 6.56939 63.2381 6.77382C63.1271 6.88949 62.9166 7.28873 62.823 7.02512C62.7039 6.68721 63.0816 6.37614 63.2421 6.07311C63.423 5.73283 63.5773 5.37997 63.8302 5.08578C64.0734 4.80282 64.4552 4.60821 64.5845 4.25802C64.7871 3.70855 64.9978 4.02869 65.0876 3.47785C65.1103 3.33724 64.922 3.19967 64.7454 3.20168C64.3994 3.20498 64.216 3.6419 63.9574 3.86642C62.9981 4.69812 62.2643 5.73658 61.4061 6.6614C61.2146 6.86763 61.1089 7.15149 60.9372 7.37899C60.8047 7.55494 60.6566 7.74863 60.4698 7.84747C60.0499 8.06814 59.7967 8.45018 59.4891 8.77644C59.3804 8.89203 59.4093 9.11899 59.3124 9.3012C59.2449 9.42819 59.1194 9.56939 58.99 9.69964C58.8859 9.80464 58.7621 9.92585 58.6275 9.95718C58.2907 10.0359 58.0932 10.2821 57.8657 10.4987C57.7636 10.5964 57.6878 10.6885 57.7525 10.853C57.8219 11.0282 57.6919 11.12 57.5447 11.1164C57.0836 11.105 56.7925 11.4128 56.4931 11.6774C56.0649 12.0558 55.6581 12.4606 55.2669 12.8775C55.0863 13.0701 54.9689 13.3206 54.815 13.5392C54.7211 13.672 54.635 13.8652 54.5051 13.9082C54.0025 14.0741 53.7037 14.4859 53.3264 14.8017C53.2802 14.8403 53.2383 14.8855 53.1882 14.9187C52.7612 15.2016 52.604 15.7752 52.0866 15.9775C51.8274 16.0788 51.6132 15.7723 51.3536 15.9491C51.1537 16.0852 50.9387 16.1659 50.8467 16.4222C50.8033 16.5427 50.6806 16.6337 50.5987 16.7418C50.4571 16.9298 50.3329 17.1324 50.1767 17.3066C50.0189 17.4828 49.8929 17.794 49.6591 17.7909C49.2105 17.7849 49.0125 17.6066 48.7216 17.7276C48.1301 17.9732 47.6132 18.3354 47.2182 18.8532C47.1654 18.9222 47.1022 19.0043 47.0263 19.0311C46.4412 19.2392 45.9259 19.5722 45.4323 19.9351C45.2041 20.1027 44.8961 20.2028 44.8196 20.5406C44.8091 20.5858 44.664 20.6402 44.5945 20.6263C44.2408 20.5533 44.0905 20.6242 43.9724 20.9526C43.8124 21.3989 43.9173 21.8029 43.4775 21.7017C43.4206 21.6884 43.4592 21.573 43.412 21.5388C43.3888 21.5223 43.3471 21.5228 43.3298 21.5354C42.8277 21.9029 42.2876 22.1651 41.6586 22.2529C41.2145 22.3152 40.583 22.3195 40.4289 22.7597C40.3874 22.8781 40.5099 22.9971 40.4828 23.085C40.442 23.2176 40.3465 23.4315 40.2656 23.4354C39.9986 23.4481 40.0383 23.7495 39.8439 23.8235C39.426 23.9822 40.107 23.6224 39.8034 23.1052C39.6483 22.8407 39.1812 23.0212 39.0048 23.2069C38.7936 23.4289 38.9494 23.7702 38.683 23.9413C38.5204 24.0456 38.5845 24.2254 38.6416 24.3945C38.7405 24.6878 38.7317 24.9434 38.3925 24.824C38.3663 24.8147 38.3479 24.77 38.3537 24.7515C38.4833 24.3376 38.483 24.3425 38.0298 24.2793C37.9312 24.2655 37.842 24.1946 37.7448 24.1621C37.5939 24.1121 37.413 23.9135 37.2586 24.0213C37.11 24.1251 37.28 24.3652 37.2143 24.4503C37.1459 24.5388 36.9676 24.5325 36.8597 24.6019C36.5895 24.7762 35.9155 24.8015 35.9912 25.2113C36.0301 25.4213 36.3757 25.1983 36.4471 25.3273C36.5766 25.5612 36.8594 26.0662 36.4711 26.1367C36.1641 26.1925 35.7711 26.1609 35.5719 25.7877C35.48 25.6153 35.8128 25.592 35.828 25.4977C35.8827 25.1566 35.59 25.0979 35.3104 25.1266C35.1772 25.1402 35.0457 25.1869 34.918 25.2308C34.3202 25.437 33.7362 25.6855 33.1277 25.8569C23.6204 28.5297 21.9907 27.9306 21.7317 28.0627C21.4935 28.1839 21.3824 28.6188 21.0897 28.6056C20.9217 28.5978 20.8911 28.3287 20.7705 28.2896C20.6449 28.2483 20.4027 28.5078 20.2849 28.3467C19.9495 27.8891 21.1703 27.4549 21.6316 27.1312C22.1472 26.7691 22.6836 26.4364 23.2006 26.0765C23.3837 25.9488 23.7695 25.7364 23.5856 25.5279C23.5215 25.455 23.192 25.5816 23.2782 25.5009C28.0394 21.0524 23.3831 20.1644 20.4847 22.0332C20.6386 21.8429 20.583 21.5585 20.8221 21.4147C20.9334 21.348 21.0955 21.2677 21.1083 21.1343C21.111 21.1075 21.0895 21.0746 21.0636 21.0683C20.9275 21.0348 20.7931 21.1785 20.6986 21.2743C20.5783 21.3953 20.3891 21.3817 20.2577 21.453C20.275 21.4255 20.2829 21.395 20.2564 21.3623C20.2102 21.3047 20.1353 21.3733 20.1049 21.3954C19.6918 21.694 14.712 24.2615 11.7614 25.4606C11.0591 25.7462 4.12358 28.0318 3.53297 28.2827C3.27208 28.3938 0.539223 29.2496 0.324075 30.4391C0.118687 31.5511 4.69991 33.4049 5.02404 33.5341ZM20.0584 21.6215C19.92 21.822 19.8038 21.9515 19.7704 21.7868C19.7483 21.678 19.9516 21.6826 20.0584 21.6215ZM20.0646 22.1809C20.1039 22.1102 20.228 22.163 20.3082 22.1445C20.2399 22.2051 20.1806 22.3041 20.1015 22.2791C20.0682 22.269 20.0475 22.2115 20.0646 22.1809ZM22.609 26.2017C22.4164 25.9869 23.159 25.6622 23.1695 25.9385C23.1767 26.1254 22.7732 26.3842 22.609 26.2017ZM18.0298 22.9039C17.9393 22.6738 18.3924 22.7074 18.6656 22.5587C18.6625 22.6759 18.8442 22.8428 18.6738 22.8467C18.367 22.8541 18.1128 23.1146 18.0298 22.9039ZM64.9523 6.18178C65.0069 6.10526 64.933 5.83661 65.0669 5.83129C65.3141 5.82142 65.1095 6.13122 64.9523 6.18178ZM65.1037 9.48929C65.0534 9.41842 65.1638 9.34316 65.204 9.28795C65.2351 9.24475 65.2789 9.04881 65.4019 9.12612C65.6961 9.31049 65.2333 9.67207 65.1037 9.48929ZM63.9513 8.94268C63.9112 8.90556 63.9646 8.6902 64.0365 8.62559C64.2841 8.40178 64.3498 8.12895 64.3434 7.81623C64.3421 7.74787 64.3316 7.64113 64.3997 7.6043C64.5853 7.50463 64.8149 7.92889 64.9733 7.7888C65.0722 7.7013 64.8505 7.56953 64.9175 7.4939C65.1532 7.22753 65.2099 7.74689 65.2315 7.90705C65.249 8.03688 64.9926 8.02277 64.9363 8.11282C64.8967 8.17627 64.926 8.35709 64.979 8.3867C65.0652 8.43431 65.1965 8.40721 65.308 8.39856C65.3734 8.39331 65.4476 8.28269 65.5293 8.3342C65.6965 8.4395 65.7467 8.74121 65.6122 8.8763C65.3649 9.12396 64.6869 8.40626 64.5802 8.88789C64.5262 9.133 64.7735 9.36762 64.8674 9.6171C64.8795 9.64875 64.9044 9.73145 64.8472 9.75368C64.7446 9.793 64.7143 9.58531 64.6334 9.58126C64.4937 9.574 64.4271 9.81795 64.2997 9.79767C63.9653 9.74321 64.1977 9.17303 63.9513 8.94268ZM61.9056 10.8422C61.9414 10.8825 61.9089 10.9487 61.8876 10.969C61.8636 10.9917 61.8022 11.0171 61.7721 10.9903C61.735 10.9576 61.7686 10.8895 61.7816 10.8431C61.7841 10.8335 61.8699 10.8027 61.9056 10.8422ZM63.1717 9.25778C63.1711 9.34262 63.0427 9.36769 62.9748 9.41819C62.9698 9.42156 62.9133 9.37136 62.916 9.36583C62.9567 9.29254 62.9661 9.16389 63.0494 9.15197C63.1028 9.14412 63.172 9.20418 63.1717 9.25778ZM63.4802 10.6523C63.1434 10.9442 63.3725 11.3364 63.0452 11.1015C62.8505 10.9617 62.7293 10.6465 62.8163 10.4266C62.8669 10.2979 63.1427 10.367 63.1975 10.2227C63.2825 9.99896 62.9016 9.81286 62.9693 9.60919C63.0152 9.47123 63.2182 9.41526 63.3671 9.36459C63.4615 9.33237 63.6148 9.36393 63.6927 9.42709C63.7488 9.47256 63.7528 9.62526 63.7284 9.71636C63.6953 9.83909 63.4539 9.94817 63.533 10.0983C63.5916 10.2097 63.7812 10.0468 63.8524 10.1348C64.1589 10.5127 63.948 10.3901 64.24 10.6143C64.4111 10.7454 64.2389 11.238 64.0099 11.1695C63.5735 11.0385 63.7406 10.4267 63.4802 10.6523ZM63.051 11.8535C63.1404 11.7872 63.2787 12.0056 63.3747 11.9442C63.51 11.8576 63.3323 11.6061 63.4432 11.5239C63.7717 11.2795 63.914 11.8582 63.8302 12.1272C63.7312 12.446 63.3579 12.5291 63.1638 12.3799C63.0189 12.2683 62.9228 11.9489 63.051 11.8535ZM62.1975 13.08C62.1974 12.6414 61.6931 12.6637 61.5327 12.2833C61.4357 12.0537 61.5521 11.692 61.7806 11.5519C61.8642 11.5008 61.9921 11.6554 62.0685 11.5939C62.3615 11.3562 62.1848 10.7768 62.5052 10.7215C62.6683 10.6933 62.7166 10.8729 62.624 11.0222C62.459 11.2879 62.4307 11.5798 62.5167 11.8801C62.5235 11.9029 62.5514 11.9431 62.589 11.9411C62.6536 11.9366 62.6508 11.7686 62.745 11.7763C62.8684 11.7866 62.9512 11.9794 62.9089 12.0943C62.777 12.45 62.3779 12.4771 62.6045 12.5963C62.6947 12.6437 62.8391 12.5639 62.9232 12.6342C62.9438 12.6516 62.957 12.6866 62.947 12.7114C62.8974 12.8387 62.6534 12.7934 62.5871 12.9195C62.5678 12.9561 62.6107 13.013 62.5938 13.0476C62.5535 13.1316 62.5386 13.271 62.4464 13.2865C62.3371 13.3042 62.1973 13.1488 62.1975 13.08ZM60.5712 14.8835C60.401 14.6891 60.6615 14.3337 60.8699 14.324C61.0092 14.3173 61.1597 14.521 61.1074 14.6821C61.0433 14.8803 60.7161 15.0485 60.5712 14.8835ZM57.8099 16.8388C57.9083 16.8059 57.953 16.6152 58.061 16.6356C58.5459 16.7269 58.3144 17.7392 57.8919 17.5591C57.6744 17.4658 58.0044 16.9334 57.8099 16.8388ZM57.3968 17.138C57.2363 16.9105 57.1618 16.3032 57.4138 16.255C57.2954 16.1889 57.2916 15.8081 57.508 15.7777C57.607 15.7637 57.6917 15.9057 57.778 15.8759C58.0162 15.7937 57.9401 15.3685 58.135 15.2993C58.5433 15.1535 58.7392 15.4021 58.884 15.0922C58.9825 14.8818 59.0766 14.6038 59.0184 14.4003C58.9114 14.0255 59.1275 13.8471 59.3274 13.6341C59.3516 13.608 59.4065 13.5729 59.4427 13.5944C59.5396 13.6517 59.3775 13.8807 59.511 13.9513C60.1189 14.2733 60.261 13.1657 60.8376 12.6836C61.1171 12.4502 61.2667 12.803 61.1341 13.1541C61.116 13.2022 61.0264 13.2673 61.0776 13.3286C61.1776 13.4477 61.4405 13.0865 61.5556 13.2642C61.8326 13.6914 62.0468 13.8231 61.8509 14.1189C61.7683 14.2438 61.5632 14.2408 61.4379 14.2197C61.0531 14.1542 60.6755 13.8499 60.2497 13.9483C59.9246 14.0233 60.4809 14.1964 60.4351 14.3639C60.3815 14.5614 60.4071 14.8325 60.1012 14.9137C60.0824 14.9188 60.0704 14.9931 60.0745 15.0336C60.1061 15.3348 59.8864 15.5673 59.8515 15.8505C59.848 15.8785 59.8165 15.9929 59.7189 15.9093C59.4311 15.6615 59.5936 15.4202 59.3379 15.3123C59.209 15.2582 59.2337 15.4086 59.1751 15.4506C59.4599 15.4606 59.6822 16.0893 59.4725 16.3975C59.3227 16.6177 59.0019 16.4671 58.8423 16.4075C58.4683 16.2674 58.1769 16.5588 57.8326 16.549C57.7627 16.547 57.5597 16.6196 57.583 16.7588C57.596 16.8342 57.6615 16.8488 57.7203 16.8493C57.644 16.9233 57.6234 17.1514 57.5066 17.1818C57.4691 17.192 57.4196 17.1701 57.3968 17.138ZM47.2675 20.4752C47.3282 20.5254 47.2958 20.6634 47.2558 20.7049C47.1971 20.7655 47.0625 20.9326 46.9399 20.8328C46.8256 20.74 46.9478 20.573 46.9925 20.5416C47.0637 20.4901 47.194 20.4138 47.2675 20.4752ZM47.2127 19.8504C47.2342 19.8758 47.2274 19.9289 47.2011 19.9494C47.1494 19.9887 47.045 19.9745 47.0083 19.921C46.9928 19.8983 47.0193 19.8443 47.0267 19.8438C47.0887 19.8411 47.1731 19.8032 47.2127 19.8504ZM47.1411 19.4871C47.1633 19.4989 47.1764 19.539 47.1627 19.5602C47.1345 19.6041 47.05 19.6124 47.008 19.5816C46.9948 19.5717 46.9913 19.5474 46.9998 19.5331C47.0254 19.491 47.0973 19.4644 47.1411 19.4871ZM48.1595 20.0855C48.1883 20.124 48.1522 20.1904 48.136 20.1957C48.1029 20.2068 48.0478 20.2031 48.0256 20.1811C48.0072 20.1632 47.9968 20.0976 48.0251 20.0726C48.054 20.0471 48.1248 20.0391 48.1595 20.0855ZM49.905 18.6142C49.9013 18.7105 50.0649 18.7346 50.0711 18.8182C50.0858 19.0117 49.9587 19.2232 49.7958 19.2866C49.7741 19.2952 49.7431 19.2845 49.7295 19.2662C49.657 19.1691 49.7745 18.9534 49.7179 18.9153C49.382 18.6898 49.6386 18.4164 49.6509 18.1788C49.6572 18.0593 49.8116 17.9279 49.9276 17.8394C50.0093 17.7775 50.1514 17.6955 50.2466 17.7525C50.6055 17.9678 49.9171 18.2993 49.905 18.6142ZM57.3656 18.0596C57.3448 17.9928 57.3983 17.8974 57.4642 17.8745C57.4895 17.8657 57.5275 17.8823 57.5384 17.9067C57.5681 17.9731 57.5377 18.0861 57.4702 18.1135C57.4339 18.1283 57.3774 18.0967 57.3656 18.0596ZM52.9115 20.329C52.9368 20.2658 53.0821 20.2794 53.0871 20.2445C53.1138 20.0434 53.3355 19.9148 53.4255 19.9624C53.1935 19.3846 54.2578 18.5838 54.9485 18.6441C55.1454 18.6611 55.1375 19.1739 55.3552 19.115C55.5582 19.06 55.2632 18.603 55.4678 18.506C55.6093 18.4389 55.6838 18.72 55.7759 18.6754C55.9713 18.5812 55.8122 18.4618 55.7112 18.3752C55.5152 18.2073 55.51 18.0366 55.7273 17.9285C56.0657 17.7609 56.2468 17.5117 56.2668 17.1321C56.2749 16.9773 56.2052 16.7055 56.3581 16.6712C56.5046 16.6388 56.4736 16.9158 56.5078 17.0381C56.544 17.1675 56.5488 17.3426 56.6361 17.4144C57.0175 17.7279 56.9324 18.075 56.7853 18.4582C56.7188 18.6312 56.6744 18.8318 56.6902 19.0137C56.7178 19.3353 56.564 19.8175 56.3393 19.491C56.2508 19.362 56.5885 19.2941 56.5986 19.1699C56.6327 18.7484 56.3221 18.6696 56.0869 18.8729C55.9242 19.0135 56.0423 19.3642 55.8629 19.4437C55.7209 19.5065 55.5991 19.2275 55.5028 19.3068C55.295 19.4781 55.6069 19.7883 55.6149 20.0066C55.6187 20.1094 55.5466 20.2812 55.4722 20.3044C55.3645 20.3384 55.2144 20.2855 55.0993 20.2323C55.0265 20.1986 54.9867 20.0954 54.9278 20.0274C54.8998 19.9951 54.8713 19.943 54.8249 19.9429C54.7435 19.9425 54.7206 20.0782 54.6523 20.0795C54.5473 20.0819 54.506 19.8337 54.3818 19.8834C54.1314 19.9836 54.0015 20.2963 54.2357 20.5863C54.2526 20.6074 54.203 20.6902 54.174 20.7381C54.1055 20.8516 54.1195 21.0976 53.9224 21.1289C53.7531 21.156 53.6689 20.9209 53.5449 20.8254C53.4544 20.7556 53.3629 20.6431 53.2642 20.635C53.043 20.6172 52.8515 20.4764 52.9115 20.329ZM51.1225 19.0488C50.8635 18.8665 51.3208 18.3901 51.5885 18.7312C51.7743 18.9686 51.2765 19.1576 51.1225 19.0488ZM50.7165 18.6653C50.6574 18.5826 50.7808 18.4711 50.8307 18.3838C50.8398 18.3676 50.97 18.3841 50.9847 18.4144C51.0638 18.578 50.8618 18.8693 50.7165 18.6653ZM50.6596 19.0932C50.6651 19.0402 50.7199 18.9756 50.7732 18.9804C50.8033 18.983 50.832 19.0248 50.8257 19.0544C50.8148 19.1065 50.7406 19.1476 50.6885 19.1362C50.6715 19.132 50.6581 19.1102 50.6596 19.0932ZM51.1716 22.8703C51.1522 22.8389 51.1559 22.7805 51.1867 22.7599C51.2568 22.7126 51.3686 22.8854 51.4456 22.8251C51.7554 22.5822 51.2114 22.2136 51.1579 21.9449C51.0899 21.604 51.149 21.0134 51.5159 20.9958C51.8007 20.9816 51.8138 21.377 51.8341 21.6383C51.8589 21.9546 52.2154 22.1511 52.2988 21.8746C52.4699 21.3038 51.9894 20.9936 52.3153 21.0991C52.5807 21.1851 52.5071 21.606 52.5732 21.8587C52.6537 22.1666 52.515 22.5541 52.2296 22.5984C51.9337 22.6445 51.9392 22.9835 51.6936 23.0471C51.5159 23.0927 51.2686 23.0267 51.1716 22.8703ZM49.1105 23.7838C49.3509 23.5505 49.4663 23.248 49.3421 22.9887C49.2951 22.8905 49.1157 22.9792 49.0918 22.9174C48.9104 22.4487 49.2939 21.3931 49.8885 21.6183C49.9718 21.6498 49.9231 21.8037 49.993 21.8256C50.0948 21.857 50.1606 21.6628 50.2611 21.6767C50.5067 21.7104 50.7458 21.942 50.7521 22.1626C50.7642 22.5932 50.4597 22.485 50.6983 22.8181C50.8549 23.0363 50.7817 23.255 50.696 23.4608C50.6333 23.611 50.4261 23.8771 50.2921 23.669C50.2242 23.5633 50.4774 23.3379 50.3279 23.2548C50.1716 23.1679 50.1182 23.5111 49.9883 23.5087C49.8267 23.5056 49.7824 23.2406 49.6511 23.2366C49.2439 23.2244 49.7606 23.6111 49.6925 23.7994C49.6514 23.9128 49.5545 24.0149 49.4789 24.1271C49.4636 24.1501 49.4423 24.1806 49.4139 24.1825C49.0318 24.2083 49.0046 23.8867 49.1105 23.7838ZM44.8152 21.2542C44.8276 21.2573 44.8423 21.3197 44.8331 21.3272C44.8035 21.3514 44.7646 21.3931 44.7276 21.3788C44.6935 21.3656 44.6429 21.3072 44.6753 21.2564C44.7094 21.2027 44.7793 21.2454 44.8152 21.2542ZM49.1692 24.4386C49.1533 24.4208 49.1442 24.3889 49.1471 24.365C49.1487 24.353 49.1823 24.3276 49.2029 24.3352C49.2377 24.3487 49.2703 24.4098 49.2453 24.444C49.2251 24.4726 49.1793 24.4502 49.1692 24.4386ZM48.1395 23.5647C48.1442 23.5305 48.2324 23.4735 48.2683 23.4823C48.4261 23.5216 48.4647 23.6753 48.3583 23.7541C48.2382 23.8433 48.1198 23.7184 48.1395 23.5647ZM48.1129 24.4772C48.001 24.3518 48.2125 24.1825 48.4021 24.1752C48.544 24.17 48.7231 24.258 48.6379 24.3698C48.5393 24.4998 48.255 24.6363 48.1129 24.4772ZM46.0026 22.4432C45.9585 22.5491 45.9433 22.7063 45.8281 22.752C45.6497 22.8226 45.4924 22.618 45.4043 22.6239C44.9866 22.6508 44.7294 23.109 44.3939 23.0806C43.9868 23.0455 43.7807 22.4119 44.0819 22.2269C44.1639 22.1767 44.3046 22.4059 44.4012 22.2977C44.5747 22.1033 44.3042 21.8499 44.5034 21.7653C44.6866 21.6876 44.8455 21.796 44.9595 21.9645C45.0511 22.0992 45.1589 22.224 45.2692 22.3439C45.3356 22.4156 45.3947 22.5854 45.5259 22.5546C45.6504 22.5255 45.5985 22.3448 45.6543 22.2873C45.7164 22.2237 45.8198 22.1457 45.8917 22.157C46.0468 22.182 46.054 22.3203 46.0026 22.4432ZM45.9426 24.9373C45.9579 24.8647 45.8752 24.7126 45.8084 24.6922C45.5429 24.6109 45.384 24.3419 45.5493 24.2065C45.7388 24.0515 45.7869 24.5079 45.978 24.6087C46.0818 24.6638 46.1991 24.3694 46.3257 24.4839C46.5289 24.6665 46.036 24.981 46.1687 25.1245C46.5267 25.5121 47.0568 24.9202 46.9168 24.6843C46.8539 24.5781 46.6077 24.7136 46.5433 24.5906C46.3824 24.2857 46.8817 24.5887 46.9801 24.4975C47.0989 24.3871 47.1335 24.2051 47.2682 24.1788C47.4968 24.134 47.5343 24.4319 47.5408 24.6269C47.5443 24.7225 47.5645 24.8431 47.625 24.906C47.7926 25.0801 47.7346 25.2591 47.6746 25.4422C47.647 25.5259 47.5698 25.6021 47.568 25.6828C47.5652 25.8192 47.6157 25.9839 47.4169 25.9875C47.3085 25.9897 47.2125 25.8329 47.0451 25.8306C46.9055 25.8283 46.7497 26.0662 46.5426 26.0362C46.4859 26.0274 46.4509 25.9651 46.4075 25.9263C46.1133 25.6627 45.8467 25.3924 45.9426 24.9373ZM46.0317 26.2941C45.9522 26.198 46.0127 25.9631 46.1663 25.9356C46.3647 25.8999 46.2522 26.186 46.1518 26.2706C46.1275 26.2912 46.0637 26.3326 46.0317 26.2941ZM42.6352 22.4635C42.5935 22.4074 42.6095 22.2981 42.6654 22.2562C42.6848 22.2417 42.7231 22.2469 42.7376 22.2663C42.7796 22.3222 42.764 22.432 42.7084 22.4737C42.6885 22.4887 42.6499 22.4832 42.6352 22.4635ZM44.7855 25.5846C44.8475 25.4974 44.9637 25.5738 45.0115 25.6C45.0432 25.6179 45.0683 25.725 45.0511 25.7399C45.0049 25.779 44.9201 25.8229 44.8785 25.8038C44.8367 25.7844 44.7187 25.6786 44.7855 25.5846ZM39.1356 25.0817C39.1503 25.1399 39.1088 25.2277 39.0503 25.2399C39.021 25.2463 38.9828 25.215 38.9795 25.1855C38.9727 25.1279 39.0315 25.0589 39.0884 25.0503C39.107 25.0476 39.1309 25.0635 39.1356 25.0817ZM41.6376 27.5366C41.6978 27.5975 41.6847 27.7354 41.6217 27.7932C41.5976 27.815 41.5478 27.8132 41.5246 27.7907C41.4652 27.7328 41.4564 27.6029 41.5121 27.5416C41.5406 27.5108 41.6082 27.5065 41.6376 27.5366ZM39.1228 24.4789C39.1534 24.5195 39.2033 24.5856 39.1733 24.6312C39.151 24.6653 39.0779 24.6601 39.0548 24.642C39.0169 24.6128 38.9166 24.5579 38.9575 24.4832C38.9989 24.4064 39.1088 24.46 39.1228 24.4789ZM39.578 24.285C39.5962 24.2985 39.6129 24.3461 39.604 24.3566C39.582 24.3831 39.5489 24.4252 39.5141 24.4155C39.4783 24.4057 39.2981 24.3261 39.406 24.2094C39.4789 24.13 39.5467 24.2617 39.578 24.285ZM41.6187 26.5764C41.7473 26.6767 41.7714 26.9361 41.6692 27.0636C41.6441 27.095 41.581 27.1029 41.5495 27.0778C41.4221 26.9779 41.3929 26.7238 41.4915 26.5953C41.5175 26.5607 41.5848 26.5501 41.6187 26.5764ZM40.2768 24.4829C40.2913 24.4847 40.3185 24.5696 40.304 24.5983C40.2843 24.6381 40.2388 24.6776 40.1912 24.6906C40.1469 24.7025 40.078 24.715 40.0547 24.6758C40.0242 24.624 40.0884 24.5521 40.1282 24.5135C40.1597 24.4825 40.227 24.4774 40.2768 24.4829ZM41.2685 25.2253C41.2989 25.5053 41.4506 25.529 41.1775 25.7609C40.9735 25.9345 40.7933 25.5282 40.8948 25.3133C40.9678 25.1574 41.2482 25.0367 41.2685 25.2253ZM44.1202 26.2269C44.4576 26.0601 44.5018 26.3785 44.8399 26.6943C45.1286 26.964 44.8688 27.4036 44.3777 27.402C43.7 27.3999 43.6781 26.4454 44.1202 26.2269ZM42.508 28.1706C42.3966 27.9025 43.0427 27.8638 43.0117 27.6483C43.0035 27.5897 42.8673 27.5928 42.8649 27.5596C42.8472 27.3248 42.8038 27.0784 42.8526 26.8545C42.9612 26.3592 42.7376 25.6337 43.2181 25.3558C43.4147 25.2421 43.5607 25.6581 43.5053 25.8557C43.4286 26.1275 43.6954 26.2071 43.7266 26.4132C43.7529 26.5868 43.5963 26.7039 43.3888 26.6827C43.2126 26.6648 43.004 26.8304 43.1244 26.9897C43.1747 27.0563 43.2729 27.0301 43.3418 27.0459C43.4092 27.0617 43.5175 27.0141 43.5715 27.0929C43.696 27.2745 43.5191 27.5057 43.4581 27.686C43.437 27.7483 43.3017 27.7733 43.2167 27.8127C42.9991 27.915 42.6414 28.4909 42.508 28.1706ZM41.8243 28.6911C41.6985 28.5699 41.6184 28.3748 41.6333 28.208C41.6612 27.9003 41.8297 27.5514 42.1024 27.4545C42.1366 27.442 42.1837 27.4605 42.2054 27.4899C42.3798 27.7238 42.231 28.0728 42.2389 28.3643C42.2403 28.4071 42.2193 28.4513 42.2058 28.494C42.1463 28.6804 41.983 28.8437 41.8243 28.6911ZM38.3356 25.4487C38.3216 25.4289 38.2909 25.4036 38.3041 25.3824C38.3165 25.362 38.359 25.3613 38.3762 25.3779C38.3913 25.3921 38.3766 25.4233 38.3734 25.4479C38.3734 25.4479 38.3397 25.4545 38.3356 25.4487ZM39.971 27.8526C40.104 27.7248 40.3257 27.9219 40.4227 28.0167C40.5394 28.1305 40.6296 28.3105 40.6513 28.4719C40.6757 28.6578 40.7683 28.9807 40.5877 29.0455C40.2774 29.1563 39.544 28.2634 39.971 27.8526ZM40.1934 29.2059C40.1698 29.1963 40.1623 29.1555 40.1717 29.1311C40.1812 29.1068 40.2199 29.0894 40.2382 29.0935C40.258 29.0981 40.2918 29.1286 40.286 29.1545C40.2783 29.1889 40.2262 29.2192 40.1934 29.2059ZM36.9724 25.5796C36.9702 25.5764 37.0221 25.5236 37.029 25.5273C37.1 25.5691 37.2259 25.5823 37.2352 25.6646C37.2416 25.7175 37.1809 25.7844 37.1279 25.7826C37.043 25.7797 37.0213 25.6493 36.9724 25.5796ZM37.4471 29.7917C37.4224 29.7306 37.439 29.6 37.4937 29.5289C37.5931 29.3997 37.7439 29.3663 37.8853 29.4889C37.9929 29.5815 38.0087 29.6896 37.9029 29.7975C37.7825 29.9199 37.5433 30.0299 37.4471 29.7917ZM33.6019 26.1544C33.7822 25.7086 34.1827 25.9569 34.2802 26.1967C34.356 26.3836 34.3626 26.5993 34.387 26.8038C34.3901 26.8299 34.3249 26.9525 34.2429 26.9194C34.0324 26.8336 34.4057 26.3229 34.1499 26.2522C33.9503 26.1967 34.0291 26.7062 33.81 26.6732C33.5622 26.6364 33.5442 26.297 33.6019 26.1544ZM35.2087 29.1413C35.2266 29.1481 35.275 29.19 35.2528 29.243C35.2182 29.3277 35.0668 29.4556 34.9519 29.3694C34.7511 29.2191 35.0739 29.0895 35.2087 29.1413ZM29.1326 32.5016C29.1063 32.3525 29.0385 32.161 29.1346 32.0403C29.1556 32.0137 29.2016 32.0021 29.2326 32.0155C29.3742 32.0763 29.399 32.2786 29.4544 32.4206C29.5005 32.5386 29.4748 32.68 29.3191 32.6837C29.2555 32.6856 29.1455 32.5748 29.1326 32.5016ZM21.8159 29.1003C21.7926 29.09 21.7775 28.863 21.8632 28.8026C22.3441 28.4647 22.7266 29.0697 22.4107 29.2874C22.2153 29.4223 21.9915 29.1779 21.8159 29.1003ZM24.4356 32.6C24.4095 32.4818 24.3465 32.2908 24.4664 32.1967C24.7015 32.0119 24.8393 32.3795 24.8148 32.5587C24.8035 32.6408 24.7391 32.7771 24.6426 32.7866C24.5484 32.796 24.4521 32.6737 24.4356 32.6ZM20.7865 32.4289C20.8684 32.3978 20.8805 32.5262 20.8757 32.5351C20.8535 32.5784 20.838 32.6701 20.7911 32.6551C20.7343 32.6372 20.6872 32.4672 20.7865 32.4289ZM19.4522 30.2154C19.4715 30.1676 19.5361 30.1534 19.571 30.169C19.6068 30.1852 19.6159 30.2487 19.6066 30.278C19.5976 30.3062 19.5501 30.3524 19.513 30.3411C19.4741 30.3299 19.4307 30.2702 19.4522 30.2154ZM21.7062 31.6093C21.7567 31.5558 21.873 31.5472 21.926 31.5977C21.9503 31.621 21.95 31.6751 21.9257 31.6979C21.8728 31.748 21.7576 31.7381 21.7072 31.6853C21.6897 31.6667 21.689 31.6274 21.7062 31.6093ZM20.2191 29.3466C20.2416 29.3062 20.3086 29.3264 20.3515 29.3305C20.3934 29.3345 20.5289 29.2829 20.5368 29.3924C20.5578 29.6637 20.1273 29.5118 20.2191 29.3466ZM21.0009 29.4794C21.0059 29.489 20.9848 29.5374 20.9596 29.5393C20.9072 29.5435 20.8484 29.4804 20.8482 29.4278C20.848 29.3965 20.8822 29.359 20.9133 29.3607C20.9625 29.3635 20.9774 29.4363 21.0009 29.4794ZM23.9529 33.7637C23.9743 33.5937 23.9103 33.3012 24.0922 33.2469C24.4202 33.148 24.4111 33.6299 24.2975 33.8293C24.2609 33.8935 24.1523 33.9681 24.0964 33.9554C24.0334 33.9405 23.9451 33.8247 23.9529 33.7637ZM22.9824 32.9372C22.8248 32.667 22.7905 32.2709 23.0828 32.2034C23.5655 32.091 23.6168 33.6084 23.0519 33.4089C22.9006 33.3556 23.0567 33.0646 22.9824 32.9372ZM21.4752 32.4724C21.5113 32.4259 21.5846 32.4661 21.6055 32.486C21.6292 32.509 21.6581 32.5665 21.6345 32.598C21.612 32.6282 21.5473 32.6189 21.524 32.6015C21.4976 32.5823 21.4371 32.5216 21.4752 32.4724ZM20.797 32.133C20.7334 32.0778 20.7123 31.9465 20.7665 31.8819C20.7961 31.8465 20.8713 31.843 20.9045 31.8749C20.9656 31.9341 20.9606 32.0695 20.9009 32.13C20.8766 32.1548 20.8234 32.1555 20.797 32.133ZM21.38 33.0951C21.8959 33.2221 21.5838 34.0388 21.2295 33.8983C20.8319 33.7411 21.0431 33.0122 21.38 33.0951ZM19.2132 32.5232C19.1563 32.4858 19.1547 32.3487 19.1775 32.3317C19.2477 32.2796 19.3595 32.1359 19.4762 32.215C19.579 32.2844 19.5056 32.4468 19.4824 32.458C19.4014 32.4976 19.2912 32.5742 19.2132 32.5232ZM19.5982 33.5396C19.6654 33.4578 19.8281 33.4317 19.9495 33.428C20.0037 33.4264 20.1078 33.5396 20.1099 33.6035C20.118 33.8513 19.9253 34.0026 19.7301 33.9581C19.5501 33.9172 19.4661 33.7005 19.5982 33.5396ZM18.6462 34.7546C18.579 34.7327 18.5484 34.686 18.5301 34.6329C18.6175 34.6359 18.7031 34.6428 18.789 34.6494C18.7643 34.7139 18.728 34.7816 18.6462 34.7546ZM18.7497 34.9328C18.756 34.9245 18.7758 34.9138 18.8048 34.9323C18.8732 34.9759 18.947 35.0852 18.9156 35.1703C18.9036 35.2034 18.8513 35.2292 18.8196 35.2141C18.7323 35.1716 18.6904 35.0087 18.7497 34.9328ZM19.2333 38.3606C19.4417 38.5183 19.7467 38.5361 19.5375 38.7262C19.3899 38.8611 19.3464 38.5313 19.2333 38.3606ZM18.6431 37.8597C18.7659 37.7319 18.8958 38.015 19.0258 38.173C18.8331 38.0458 18.5106 37.9977 18.6431 37.8597ZM19.3799 39.333C19.3751 39.2964 19.4098 39.2487 19.4468 39.2444C19.6464 39.2197 19.8938 39.4266 19.9142 39.6266C19.9174 39.6586 19.8857 39.6986 19.8535 39.702C19.6543 39.7249 19.4062 39.5312 19.3799 39.333ZM17 39.0657C16.9454 38.9499 17.0647 38.7928 17.1934 38.7869C17.3356 38.7799 17.344 39.0067 17.4253 39.0882C17.2856 39.074 17.0686 39.2101 17 39.0657ZM16.1422 38.0817C16.1282 37.9377 15.6717 37.7958 15.815 37.6281C16.0553 37.3467 16.2424 37.7771 16.1422 38.0817ZM15.8009 38.2176C15.8344 38.1168 16.0173 38.2428 16.0857 38.2122C15.9931 38.3893 15.7371 38.4109 15.8009 38.2176Z' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  right: -85px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.home_index_page .main .cta-section.august2022 .cta-inner .cta-content .call-to-action .discount-block .text-start-price {
  font-size: 48px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 8px;
}
.home_index_page .main .cta-section.august2022 .cta-inner .cta-content .call-to-action .discount-block .new_price .euro {
  font-size: 150px;
  line-height: 135px;
  font-weight: 700;
  margin-left: -11px;
}
.home_index_page .main .cta-section.august2022 .cta-inner .cta-content .call-to-action .discount-block .new_price .right-part {
  margin-left: 5px;
  margin-bottom: 12px;
  position: relative;
}
.home_index_page .main .cta-section.august2022 .cta-inner .cta-content .call-to-action .discount-block .new_price .right-part .cents {
  font-size: 80px;
  font-weight: 500;
  line-height: 70px;
  margin-bottom: 10px;
}
.home_index_page .main .cta-section.august2022 .cta-inner .cta-content .call-to-action .discount-block .new_price .right-part .value {
  font-weight: 600;
  font-size: 30px;
  line-height: 1;
  margin-left: 9px;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.august2022 .cta-inner .cta-content .call-to-action .discount-block:after {
    top: auto;
    bottom: 10px;
    -webkit-transform: none;
            transform: none;
  }
  .home_index_page .main .cta-section.august2022 .cta-inner .cta-content .call-to-action .discount-block .text-start-price {
    font-size: 30px;
    margin-bottom: 5px;
  }
  .home_index_page .main .cta-section.august2022 .cta-inner .cta-content .call-to-action .discount-block .new_price .euro {
    font-size: 100px;
    line-height: 90px;
  }
  .home_index_page .main .cta-section.august2022 .cta-inner .cta-content .call-to-action .discount-block .new_price .right-part {
    margin-bottom: 8px;
  }
  .home_index_page .main .cta-section.august2022 .cta-inner .cta-content .call-to-action .discount-block .new_price .right-part .cents {
    font-size: 53px;
    line-height: 1;
    margin-bottom: 3px;
  }
  .home_index_page .main .cta-section.august2022 .cta-inner .cta-content .call-to-action .discount-block .new_price .right-part .value {
    font-size: 21px;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.august2022 .cta-inner .cta-content .call-to-action .discount-block:after {
    right: -90px;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.august2022 .cta-inner .cta-content .call-to-action .discount-block:after {
    display: none;
    /*width: 50px;
    height: 42px;
    background-image: url("data:image/svg+xml,%3Csvg width='50' height='42' viewBox='0 0 50 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M45.4022 38.3603C45.6635 38.4289 46.4156 38.3477 46.4382 38.2903C46.5632 37.9727 45.9787 38.1676 45.7762 38.1736C45.56 38.1805 45.0707 37.8972 45.1309 38.1536C45.1542 38.2539 45.386 38.3561 45.4022 38.3603ZM10.8093 14.5564C10.7778 14.5296 10.762 14.4037 10.8136 14.3596C10.8647 14.316 10.9781 14.3493 11.009 14.3866C11.1102 14.5084 11.2835 14.6253 11.273 14.7844C11.271 14.81 11.2487 14.8396 11.2231 14.8433C11.0571 14.8662 10.9367 14.6646 10.8093 14.5564ZM47.3377 39.8031C47.2881 39.8659 47.1629 39.8817 47.1004 39.8322C47.0727 39.81 47.0875 39.731 47.0898 39.7307C47.1679 39.7165 47.264 39.6504 47.326 39.7003C47.353 39.7219 47.3589 39.7763 47.3377 39.8031ZM46.9624 41.1509C46.9781 41.1461 47.0749 41.1986 47.0595 41.2648C47.0429 41.3365 46.9334 41.3323 46.8698 41.3438C46.8506 41.3472 46.7839 41.2876 46.7924 41.2445C46.8051 41.1811 46.9017 41.1694 46.9624 41.1509ZM47.3863 39.2551C47.4913 39.183 47.6002 39.1066 47.549 38.9533C47.5075 38.8283 47.4368 38.7828 47.2897 38.8261C47.2294 38.8438 47.1481 38.6586 47.0292 38.6846C46.915 38.7097 46.954 39.0288 46.8034 39.0021C46.6846 38.9808 46.7913 38.7512 46.7117 38.6646C46.6277 38.5731 46.5225 38.5204 46.4073 38.4885C45.993 38.3786 45.5514 38.456 45.3696 38.5142C45.3314 38.5306 45.2993 38.5588 45.311 38.6105C45.3456 38.7651 45.6092 38.6173 45.6736 38.7042C45.6876 38.7229 45.6876 38.758 45.6707 38.7746C45.5533 38.8877 45.3081 38.6728 45.1821 38.7761C45.1627 38.7917 45.1565 38.8267 45.1673 38.8488C45.2403 38.9984 45.5511 38.9141 45.6254 39.0771C45.7173 39.2794 44.9828 39.1986 45.224 39.4571C45.4816 39.7331 45.5861 39.5632 45.738 39.2738C45.7831 39.1879 45.8879 39.1051 45.9809 39.0811C46.0757 39.0565 46.185 39.102 46.2919 39.1105C45.9406 39.2027 46.2003 39.5873 46.5812 39.5795C46.7499 39.5762 46.9219 39.5101 47.083 39.4479C47.1925 39.4059 47.2875 39.3233 47.3863 39.2551ZM46.3685 38.9126C46.3254 38.9431 46.3012 38.9072 46.2915 38.9015C46.2274 38.8625 46.0373 38.8724 46.066 38.7597C46.1013 38.6197 46.3031 38.5719 46.3985 38.7398C46.4212 38.7795 46.4156 38.8791 46.3685 38.9126ZM46.722 39.2305C46.6491 39.3839 46.5864 39.168 46.4288 39.1138C46.6707 39.112 46.7858 39.0954 46.722 39.2305ZM44.54 37.6912C44.6487 37.5163 44.9336 37.6693 44.9977 37.7828C45.012 37.8079 44.9938 37.85 44.9686 37.8637C44.8569 37.9249 44.4042 37.9085 44.54 37.6912ZM9.21515 23.1055C9.22861 23.2229 9.06218 23.408 8.91525 23.3345C8.59288 23.1737 9.17825 22.7851 9.21515 23.1055ZM47.7248 39.1547C47.7743 39.0542 47.9462 39.0047 48.0457 39.0558C48.0673 39.0671 48.0793 39.1029 48.0685 39.1247C48.0199 39.2243 47.8554 39.283 47.755 39.2359C47.7286 39.224 47.712 39.1807 47.7248 39.1547ZM46.9663 40.4028C47.1476 40.3643 47.3912 40.5496 47.333 40.7199C47.2721 40.8978 46.9694 40.9288 46.8557 40.7604C46.7662 40.6271 46.8367 40.4304 46.9663 40.4028ZM47.0682 37.706C47.0368 37.6868 47.0273 37.6265 47.0496 37.5976C47.1011 37.5315 47.2354 37.5247 47.3008 37.5771C47.3151 37.5887 47.318 37.6162 47.3085 37.6316C47.2637 37.7026 47.1395 37.7498 47.0682 37.706ZM47.8329 39.9779C47.9017 40.0091 47.8655 40.1041 47.8551 40.149C47.8498 40.1727 47.7918 40.2155 47.7559 40.2014C47.7093 40.1827 47.7088 40.1075 47.7085 40.0602C47.708 40.0399 47.7628 39.9462 47.8329 39.9779ZM46.9287 40.2822C46.9092 40.2711 46.8984 40.2379 46.9084 40.218C46.9469 40.1418 47.073 40.0997 47.1506 40.1356C47.1777 40.1481 47.1975 40.192 47.184 40.2184C47.1442 40.2964 47.0051 40.3249 46.9287 40.2822ZM48.517 39.2325C48.7868 39.5952 48.0952 39.7743 47.9775 39.5035C47.884 39.2886 48.3658 39.0291 48.517 39.2325ZM49.2201 38.7018C49.1795 38.6883 49.1315 38.622 49.1597 38.5561C49.1828 38.5021 49.27 38.4695 49.3225 38.4933C49.362 38.5111 49.377 38.5952 49.3638 38.6104C49.3281 38.6516 49.2745 38.72 49.2201 38.7018ZM34.5091 37.7021C34.4715 37.5359 34.6918 37.5397 34.7667 37.6477C34.819 37.7232 34.799 37.8665 34.8767 37.9084C34.7366 37.8959 34.5429 37.8501 34.5091 37.7021ZM33.9763 37.1369C34.0455 37.3752 33.8464 37.1533 33.7121 37.0957C33.7911 37.0728 33.9413 37.0167 33.9763 37.1369ZM35.9238 38.2243C35.9193 38.2788 35.8471 38.2683 35.8179 38.2709C35.8022 38.2723 35.7665 38.2337 35.7689 38.2293C35.7833 38.203 35.8046 38.1648 35.8269 38.1626C35.8504 38.1603 35.9278 38.1694 35.9238 38.2243ZM31.904 36.7887C31.9315 36.7938 31.9748 36.8068 31.9799 36.8368C31.9855 36.8688 31.9648 36.9367 31.9096 36.9341C31.8568 36.9318 31.8593 36.8625 31.8538 36.8333C31.8514 36.8211 31.8901 36.7857 31.904 36.7887ZM29.0795 35.7154C29.0764 35.5955 29.3326 35.6524 29.3737 35.563C29.417 35.8306 29.086 35.983 29.0795 35.7154ZM19.7555 24.9168C19.7381 24.9181 19.6557 24.8785 19.6781 24.8176C19.701 24.7553 19.7855 24.7832 19.8247 24.7889C19.8449 24.7918 19.8847 24.8376 19.875 24.8687C19.8616 24.9099 19.7964 24.9134 19.7555 24.9168ZM46.5672 37.6505C46.5532 37.6286 46.5628 37.5897 46.5838 37.5747C46.6415 37.535 46.752 37.547 46.7925 37.6047C46.8093 37.6289 46.7991 37.6755 46.7745 37.6919C46.716 37.7311 46.6058 37.7096 46.5672 37.6505ZM31.6071 36.9174C31.646 36.9758 31.6238 37.0842 31.566 37.1233C31.5334 37.1456 31.4704 37.1356 31.4492 37.1024C31.4115 37.0427 31.4836 36.9649 31.5083 36.8989C31.5104 36.8935 31.5878 36.8884 31.6071 36.9174ZM0.811023 18.0309C0.917406 18.0734 0.911478 18.2576 0.845503 18.2992C0.73789 18.3667 0.625343 17.9569 0.811023 18.0309ZM1.28848 18.4248C1.46014 18.5831 1.05343 18.7604 1.01773 18.6069C0.997319 18.5175 1.17611 18.3209 1.28848 18.4248ZM1.46693 19.9472C1.4814 20.0022 1.43868 20.078 1.38501 20.0971C1.36048 20.106 1.32013 20.092 1.31229 20.0672C1.29432 20.0084 1.35454 19.9272 1.41454 19.9143C1.43476 19.9101 1.46172 19.9269 1.46693 19.9472ZM5.11809 16.9083C5.2453 16.8811 5.10789 17.2686 5.05541 17.1889C5.04497 17.0981 5.04817 16.9232 5.11809 16.9083ZM4.91881 17.9956C4.90452 18.0311 4.87659 18.1021 4.83841 18.0874C4.62479 18.0046 4.95358 17.2521 5.04309 17.3838C5.05377 17.4213 5.0752 17.5368 5.06476 17.5817C5.03206 17.723 4.97297 17.8596 4.91881 17.9956ZM3.12617 20.9858C3.14556 21.0858 2.99026 21.2442 2.87063 21.1707C2.68108 21.0547 3.09936 20.8481 3.12617 20.9858ZM3.37478 19.5769C3.42039 19.6605 3.35672 19.8031 3.27001 19.8431C3.2515 19.8518 3.22149 19.8419 3.21238 19.8236C3.17112 19.7417 3.21747 19.6079 3.29677 19.5613C3.31959 19.5479 3.36195 19.5536 3.37478 19.5769ZM2.17458 21.8182C2.43553 21.9228 2.13204 22.4227 1.97997 22.343C1.83384 22.2667 2.01647 21.7548 2.17458 21.8182ZM1.36121 19.595C1.04568 19.6483 1.45136 19.1896 1.42379 18.9931C1.4178 18.9509 1.47137 18.8555 1.53303 18.848C1.55912 18.8448 1.58781 18.8708 1.59544 18.8961C1.61102 18.9475 1.53134 19.5665 1.36121 19.595ZM4.48894 17.2119C4.58379 17.4065 4.20985 17.5923 4.00902 17.603C3.99019 17.6038 3.96683 17.5905 3.96195 17.5726C3.92847 17.4454 3.97328 17.0539 4.21924 17.2731C4.30301 17.3476 4.45249 17.1369 4.48894 17.2119ZM0.64946 4.93629C0.807712 6.47647 0.976415 15.2941 0.971417 15.8191C0.965195 16.494 0.793428 17.4747 0.786242 17.6462C0.784193 17.6969 0.824449 17.822 0.90707 17.8172C1.2758 17.7955 1.10684 17.2441 1.22134 16.8734C1.26126 16.744 1.03178 16.6568 1.20772 16.5417C1.27233 16.4996 1.33205 16.4085 1.34312 16.3206C1.38731 16.4309 1.51014 16.4651 1.47973 16.6158C1.448 16.7739 1.48085 16.9441 1.47238 17.1085C1.46864 17.177 1.44218 17.2499 1.40768 17.3104C1.30869 17.4837 1.24232 17.6492 1.37791 17.8401C1.40493 17.8784 1.25639 18.0124 1.35134 18.0768C1.47619 18.1617 1.60022 17.7875 1.72198 17.8716C1.81338 17.9345 1.69112 18.1 1.67154 18.2176C1.65354 18.3279 1.48903 18.4906 1.6035 18.5812C1.66645 18.6311 1.7386 18.4701 1.80336 18.4931C1.98666 18.558 1.70926 19.0753 1.70622 19.1134C1.71182 19.135 1.7179 19.1563 1.73466 19.1736C1.92751 19.3754 2.03204 18.5799 2.23349 18.7104C2.39737 18.8166 2.2385 19.7829 2.19246 20.2949C2.17413 20.5003 2.05442 20.8907 2.17158 20.9393C2.39105 21.0304 2.38067 20.8429 2.51426 20.5569C2.63331 20.3023 2.40601 20.0228 2.49502 19.811C2.52223 19.7467 2.60468 19.6632 2.6635 19.6622C2.81662 19.6593 2.86466 19.5652 2.90632 19.4538C2.94941 19.3379 2.86745 19.0714 3.04192 19.0533C3.15332 19.0416 3.06615 19.3301 3.1963 19.3154C3.98193 19.2279 3.51105 17.8342 3.81129 17.1104C3.85546 17.0037 3.98403 16.9076 4.15674 16.9244C4.45217 16.9534 4.27583 16.3457 4.48372 16.3362C4.64322 16.3283 4.5495 16.5888 4.61402 16.6283C4.70975 16.6867 4.85294 16.6636 4.91941 16.6128C5.08687 16.4849 5.02781 16.2193 5.11062 16.0455C5.1404 15.9834 5.20817 15.9238 5.27713 15.8642C5.31012 15.9504 5.34306 16.0374 5.37573 16.1244C5.36778 16.159 5.35858 16.1927 5.35209 16.2275C5.33117 16.339 5.17392 16.5446 5.30862 16.587C5.39408 16.614 5.44994 16.5104 5.49763 16.4108C5.64852 16.728 5.85973 17.0093 6.13785 17.2434C6.22252 17.3147 6.24643 17.4566 6.30406 17.5632C6.45386 17.8401 6.61419 18.107 6.57843 18.4484C6.56038 18.6187 6.69145 18.7206 6.85813 18.7535C6.95364 18.7726 7.10734 18.6892 7.1861 18.8003C7.25393 18.8961 7.14016 19.008 7.12647 19.1019C7.07036 19.4918 7.34929 19.6968 7.72831 19.5739C7.88432 19.5239 8.13354 19.383 8.26669 19.5362C8.37265 19.6579 8.11029 19.8179 8.18734 19.9333C8.24759 20.0236 8.40345 19.9643 8.50323 20.0005C8.56751 20.0239 8.65089 20.0777 8.66542 20.1334C8.67834 20.1843 8.62564 20.2911 8.57513 20.3133C8.30311 20.4323 8.32219 20.6217 8.42266 20.8412C8.42772 20.8523 8.42914 20.8654 8.43312 20.8776C8.50371 21.0709 8.48649 21.3581 8.76207 21.3704C9.0079 21.3818 9.19553 21.2019 9.33794 21.0004C9.36465 20.9629 9.35124 20.8756 9.40596 20.8683C9.71662 20.8266 9.62028 21.1935 9.42995 21.3252C9.36865 21.3677 9.2947 21.3919 9.22584 21.4217C8.92944 21.55 8.70688 21.7604 9.07454 21.9259C9.14837 21.9593 9.22639 21.8512 9.25286 21.8597C9.56426 21.9606 9.59736 22.3976 9.78434 22.6455C9.90898 22.8108 10.0207 22.8038 10.1152 22.6218C10.2006 22.4576 10.3339 22.4422 10.4279 22.5272C10.546 22.634 10.368 22.7376 10.2898 22.8127C10.1893 22.9085 10.0889 23.004 9.98487 23.0959C9.88843 23.1814 9.83734 23.2944 9.91491 23.395C9.97421 23.4717 10.1004 23.5581 10.1809 23.5449C10.3711 23.5133 10.5165 23.5485 10.6734 23.659C10.8263 23.7669 10.9886 23.7064 11.1198 23.5859C11.1842 23.5268 11.2269 23.4271 11.2995 23.3991C11.3763 23.37 11.5089 23.3418 11.5679 23.4105C11.6281 23.481 11.5584 23.5968 11.5403 23.6873C11.5349 23.7147 11.4861 23.7445 11.4523 23.7529C11.1227 23.8339 11.0914 24.0508 11.1713 24.3329C11.1906 24.4011 11.1729 24.4836 11.1594 24.5571C11.1271 24.73 11.1838 24.8613 11.3459 24.9251C11.4989 24.9856 11.6449 24.968 11.7469 24.8157C11.7679 24.784 11.7833 24.7402 11.813 24.7252C11.8857 24.6881 11.9922 24.6195 12.0352 24.6459C12.1074 24.689 12.1609 24.7917 12.1839 24.8793C12.2009 24.9438 12.1575 25.0244 12.1383 25.0972C12.0638 25.3832 12.1298 25.6127 12.3808 25.7912C12.4765 25.8594 12.5404 25.9715 12.6207 26.0618C12.6863 26.1354 14.6412 28.2981 17.418 30.2341C17.596 30.3586 17.6341 30.6106 17.7846 30.7437C17.9979 30.9325 18.1652 30.6105 18.3617 30.6234C18.6499 30.642 18.6919 30.9544 18.714 31.2052C18.75 31.6135 18.9984 31.7954 19.398 31.7143C19.7968 31.6332 19.9643 31.7365 20.0856 32.1385C20.0927 32.162 20.0901 32.2037 20.1033 32.2086C20.4604 32.3457 20.4875 32.8026 20.8508 32.9537C21.1604 33.0822 21.4409 33.2849 21.7292 33.4627C21.9509 33.5993 22.0589 33.2618 22.3671 33.3533C22.5654 33.4119 22.2376 33.7661 22.4421 33.8545C22.5781 33.9136 22.7901 33.809 22.9108 33.9268C23.1236 34.1353 22.999 34.2771 23.3264 34.2081C23.5273 34.166 23.5701 34.3455 23.7107 34.387C23.9739 34.4645 24.059 34.7709 24.301 34.9189C26.4922 36.2577 28.0684 36.9144 28.3536 37.0323C28.7353 37.1901 29.1144 37.3534 29.4937 37.5165C29.5627 37.5462 29.6357 37.5755 29.693 37.6222C29.9252 37.8116 30.2019 37.8699 30.4832 37.9524C30.9734 38.0954 31.4606 38.272 31.8781 38.5877C32.2952 38.9036 32.7829 39.0091 33.2889 39.0622C33.3712 39.0711 33.461 39.0879 33.5305 39.129C34.1771 39.5145 34.887 39.7505 35.6176 39.8618C36.1516 39.9429 36.6281 40.1644 37.1377 40.2965C37.5019 40.3908 37.8661 40.4861 38.2314 40.5752C38.4737 40.6338 38.7186 40.6834 38.9629 40.7331C39.0222 40.7451 39.0864 40.7336 39.1453 40.7458C39.3621 40.7897 39.5781 40.836 39.793 40.8877C39.984 40.9336 40.1711 40.9969 40.3634 41.0358C40.5575 41.0748 40.7577 41.0858 40.952 41.1233C41.2479 41.1807 41.5356 41.2842 41.8467 41.2056C41.9214 41.1867 42.0132 41.2382 42.0977 41.2533C42.4307 41.3121 42.7621 41.3932 43.0977 41.4207C43.5477 41.4574 44.0009 41.4542 44.4528 41.4631C44.5398 41.4647 44.6268 41.4415 44.7141 41.4319C44.9233 41.4087 45.134 41.3943 45.3417 41.3613C45.4483 41.3443 45.545 41.2309 45.6736 41.2536C45.8704 41.2883 46.071 41.3428 46.325 41.1833C46.5295 41.0547 46.7979 40.8858 46.7308 40.6421C46.7031 40.5417 46.4747 40.7015 46.44 40.5999C46.4259 40.5598 46.4854 40.5371 46.5086 40.5308C46.7054 40.4776 46.8126 40.2051 46.6079 40.1629C46.3732 40.1145 46.3826 40.6163 46.1739 40.6312C45.9666 40.6463 46.1269 40.2135 45.8942 40.0732C45.7694 39.9984 45.6439 40.421 45.4989 40.3052C45.3951 40.2226 45.6258 40.0951 45.5834 40.0376C45.4611 39.872 45.1856 40.0519 44.9953 40.0392C44.8027 40.0265 44.5091 40.427 44.4334 40.1557C44.4079 40.0649 44.6281 40.0033 44.5728 39.8974C44.4695 39.6994 44.128 39.7189 43.9379 39.8244C43.8684 39.863 43.9044 40.0021 43.8321 40.0468C43.7273 40.1114 43.4874 40.1982 43.4255 40.0372C43.3917 39.9492 43.5215 39.9447 43.551 39.9193C43.5872 39.888 43.7342 39.8968 43.7107 39.7889C43.6728 39.6164 43.3822 39.7737 43.2898 39.6805C43.0777 39.4661 43.3383 38.9612 43.6162 39.0379C43.746 39.0736 43.6003 39.3768 43.7462 39.4057C44.1111 39.4777 44.2355 39.3171 44.4374 39.4283C44.5557 39.4931 44.6577 39.5282 44.7328 39.4629C44.8158 39.3907 44.869 39.2628 44.8935 39.1503C44.9152 39.0495 44.9727 38.8818 44.869 38.8118C44.8435 38.7952 44.7962 38.8771 44.7231 38.8561C44.5571 38.8087 44.6806 38.5492 44.5602 38.3715C44.4284 38.1767 44.0819 38.3789 44.0252 38.5579C44.035 38.4701 44.0664 38.3672 43.9802 38.3308C43.5624 38.1547 43.1961 38.3921 43.1562 38.0953C43.1143 37.7843 43.7296 38.2415 43.9849 38.152C44.2922 38.044 44.8294 38.571 44.8574 38.1983C44.8617 38.141 44.7903 38.1182 44.7643 38.1171C44.3634 38.1016 44.0235 37.8896 43.6526 37.7804C43.4261 37.7135 43.1829 37.7042 42.956 37.6384C42.8275 37.6011 42.4508 37.5998 42.6096 37.4286C42.8134 37.2099 43.1896 37.3689 43.4757 37.3703C43.7974 37.3726 44.118 37.3502 44.4334 37.4234C44.7367 37.4938 45.0283 37.7009 45.3373 37.6611C45.822 37.5984 45.6668 37.878 46.1089 37.7314C46.2216 37.6938 46.2506 37.5014 46.1808 37.3715C46.0445 37.1169 45.6504 37.1503 45.3844 37.0459C44.3982 36.6581 43.3464 36.5171 42.3305 36.2401C42.1039 36.1782 41.8531 36.2098 41.6185 36.1709C41.4371 36.1409 41.2366 36.1063 41.0912 36.0064C40.7656 35.7812 40.3852 35.7417 40.0249 35.6404C39.8974 35.6047 39.7407 35.7139 39.5685 35.7127C39.4485 35.7119 39.2955 35.6737 39.1491 35.6283C39.0312 35.592 38.8937 35.5473 38.8184 35.4599C38.63 35.2413 38.3715 35.1904 38.1233 35.1059C38.0116 35.0683 37.9141 35.0478 37.8175 35.1593C37.7147 35.2783 37.5966 35.2177 37.5423 35.1075C37.3724 34.7621 37.0322 34.6658 36.7207 34.5467C36.2752 34.3764 35.8185 34.2322 35.3589 34.1041C35.1466 34.045 34.9159 34.055 34.6947 34.0258C34.5602 34.0077 34.3841 34.0188 34.302 33.9393C33.9849 33.6318 33.5648 33.5701 33.1853 33.4132C33.1389 33.394 33.0893 33.3804 33.0454 33.3563C32.6709 33.1498 32.1859 33.2554 31.8362 32.9511C31.661 32.7986 31.8049 32.5216 31.5737 32.398C31.3957 32.3028 31.2529 32.175 31.0277 32.2061C30.9218 32.2206 30.8071 32.1651 30.6955 32.1463C30.5017 32.1143 30.3038 32.1008 30.1146 32.0527C29.9233 32.0041 29.6444 32.0313 29.5562 31.8572C29.3871 31.5231 29.4424 31.3077 29.2404 31.1393C28.83 30.7969 28.3622 30.5547 27.8265 30.4629C27.7551 30.4505 27.6699 30.4355 27.6207 30.3898C27.2405 30.0376 26.7949 29.7853 26.3356 29.5606C26.1234 29.4566 25.9303 29.2676 25.6508 29.3416C25.6134 29.3514 25.517 29.2651 25.5004 29.2083C25.4176 28.9185 25.307 28.8348 25.0185 28.8745C24.6265 28.9288 24.3684 29.1626 24.2731 28.7982C24.2609 28.751 24.3612 28.7349 24.3682 28.6867C24.3714 28.6632 24.3549 28.6325 24.3389 28.6247C23.8729 28.3954 23.4701 28.0975 23.1619 27.6662C22.944 27.3619 22.6966 26.8965 22.3115 26.9528C22.2078 26.9679 22.1672 27.1045 22.0917 27.1185C21.9779 27.1396 21.7828 27.1517 21.7486 27.0934C21.636 26.9008 21.4284 27.0468 21.2985 26.9316C21.0194 26.6839 21.549 27.0484 21.8141 26.6239C21.9497 26.4068 21.6355 26.1312 21.4299 26.0726C21.1841 26.0022 20.9919 26.2494 20.7624 26.1186C20.6223 26.0387 20.5141 26.1556 20.4111 26.2633C20.2325 26.4499 20.0401 26.5422 19.9971 26.2452C19.9939 26.2222 20.0199 26.1913 20.0358 26.1885C20.3921 26.1242 20.3883 26.1259 20.2597 25.7663C20.2318 25.6881 20.2497 25.5946 20.2362 25.5101C20.2148 25.3793 20.2917 25.1687 20.1522 25.0962C20.018 25.0264 19.9062 25.2449 19.8178 25.2293C19.726 25.213 19.6617 25.0787 19.5685 25.0257C19.3352 24.8933 19.0558 24.4046 18.782 24.6191C18.6417 24.7291 18.9403 24.8984 18.8725 25.0011C18.7496 25.1874 18.4855 25.5919 18.2832 25.332C18.1232 25.1264 17.9946 24.8236 18.1935 24.532C18.2855 24.3973 18.4315 24.6344 18.507 24.6092C18.7805 24.5177 18.7106 24.2785 18.5813 24.0829C18.5198 23.9896 18.4344 23.9104 18.3524 23.833C17.9687 23.4706 17.5591 23.1348 17.197 22.7511C11.5431 16.7537 11.3559 15.3167 11.158 15.1763C10.9762 15.047 10.6116 15.1331 10.5082 14.9115C10.449 14.7842 10.6361 14.6575 10.6184 14.5532C10.6003 14.4443 10.3148 14.3656 10.3883 14.2161C10.5971 13.7911 11.3904 14.526 11.8082 14.7419C12.2753 14.9833 12.7289 15.2512 13.195 15.4944C13.3603 15.5804 13.6666 15.7836 13.7497 15.5669C13.7788 15.4914 13.5577 15.2967 13.6507 15.3292C18.7821 17.1298 17.6379 13.3427 15.1348 11.922C15.335 11.9622 15.5239 11.8111 15.7227 11.9323C15.8151 11.9888 15.9372 12.0777 16.0408 12.0355C16.0617 12.0271 16.0776 11.9985 16.0723 11.9769C16.0445 11.8633 15.8861 11.8195 15.7788 11.7867C15.6428 11.7445 15.5796 11.5993 15.4761 11.5297C15.5031 11.5319 15.5287 11.5259 15.5427 11.4937C15.5674 11.4372 15.4877 11.4083 15.4596 11.3944C15.079 11.2044 11.2541 8.51461 9.2261 6.79632C8.74323 6.3874 4.37042 2.14219 3.95642 1.80245C3.7733 1.6525 2.08342 -0.0376004 1.1205 0.263357C0.218679 0.541563 0.619626 4.64662 0.64946 4.93629ZM15.2744 11.4475C15.0725 11.4227 14.9318 11.3868 15.0407 11.2984C15.1127 11.24 15.1879 11.3921 15.2744 11.4475ZM14.8631 11.6685C14.9305 11.6702 14.9395 11.7824 14.9843 11.8345C14.913 11.8074 14.8168 11.8019 14.8047 11.7337C14.7993 11.7052 14.8339 11.6676 14.8631 11.6685ZM12.8736 15.1053C12.958 14.8798 13.4853 15.3034 13.2851 15.418C13.1496 15.4957 12.8021 15.2973 12.8736 15.1053ZM13.5414 10.4432C13.6765 10.2873 13.8269 10.6354 14.0426 10.78C13.9547 10.8229 13.9016 11.0219 13.8328 10.8974C13.7086 10.6733 13.4176 10.5861 13.5414 10.4432ZM44.0568 38.6771C44.1345 38.6879 44.3046 38.5294 44.3604 38.6264C44.4633 38.8054 44.155 38.7739 44.0568 38.6771ZM41.6693 40.0684C41.7023 40.0038 41.8006 40.0563 41.857 40.0647C41.901 40.071 42.0628 40.0276 42.0533 40.1485C42.0307 40.4373 41.5843 40.235 41.6693 40.0684ZM41.6278 39.0047C41.6398 38.9608 41.8197 38.9169 41.8953 38.9451C42.1566 39.0417 42.3838 38.9847 42.6126 38.859C42.6626 38.8316 42.7375 38.7826 42.7911 38.8187C42.9366 38.9174 42.7116 39.2513 42.8765 39.3143C42.9794 39.3536 42.9912 39.1387 43.073 39.1589C43.3612 39.2303 42.999 39.4731 42.8889 39.5509C42.7996 39.6141 42.7109 39.419 42.6225 39.4122C42.5603 39.4075 42.4379 39.4991 42.4365 39.5497C42.4346 39.6319 42.5054 39.7185 42.555 39.7977C42.5842 39.844 42.6947 39.8561 42.6882 39.9364C42.675 40.1008 42.4713 40.2546 42.3193 40.2074C42.0405 40.1203 42.3091 39.3413 41.9116 39.4487C41.7095 39.5035 41.6316 39.7772 41.4834 39.9431C41.4647 39.9643 41.4131 40.0147 41.3746 39.981C41.3058 39.9203 41.4477 39.8176 41.4194 39.7562C41.3707 39.65 41.1646 39.6951 41.1303 39.5931C41.0412 39.3247 41.5528 39.276 41.6278 39.0047ZM39.4318 38.2265C39.4158 38.2686 39.3543 38.2702 39.331 38.2623C39.305 38.2533 39.2625 38.2177 39.2706 38.1851C39.2805 38.145 39.3438 38.1435 39.3832 38.1352C39.3912 38.1333 39.4472 38.1849 39.4318 38.2265ZM41.0933 38.55C41.0303 38.5824 40.9621 38.4971 40.8985 38.4664C40.8941 38.4641 40.9093 38.4029 40.9144 38.4027C40.9844 38.4045 41.0832 38.3617 41.1242 38.4187C41.1507 38.4552 41.133 38.5296 41.0933 38.55ZM40.1813 39.3176C39.8351 39.1814 39.6337 39.5025 39.6808 39.1696C39.7089 38.9715 39.8951 38.76 40.0914 38.7392C40.2062 38.7269 40.2617 38.9576 40.3896 38.9423C40.588 38.9187 40.5783 38.565 40.7551 38.5363C40.8749 38.5168 40.9948 38.6454 41.0898 38.7359C41.1502 38.7932 41.1862 38.9188 41.1696 39.0009C41.1576 39.0599 41.0463 39.1219 40.9695 39.1391C40.8659 39.1621 40.6918 39.0258 40.6114 39.1424C40.5517 39.2288 40.7455 39.306 40.7079 39.3926C40.5471 39.7655 40.5561 39.5622 40.5033 39.8648C40.4725 40.0421 40.0416 40.1052 40.0037 39.9094C39.9318 39.536 40.4489 39.4229 40.1813 39.3176ZM39.1269 39.4648C39.2105 39.5052 39.1025 39.692 39.185 39.7392C39.3014 39.8058 39.4187 39.5771 39.5224 39.6273C39.8301 39.7758 39.4573 40.1048 39.2259 40.1469C38.9518 40.197 38.746 39.953 38.7813 39.7518C38.8078 39.6014 39.0068 39.4069 39.1269 39.4648ZM37.8897 39.308C38.2141 39.1382 38.0026 38.7739 38.2218 38.5081C38.3541 38.3476 38.6667 38.2938 38.8586 38.4086C38.9287 38.4506 38.8639 38.6051 38.9389 38.6377C39.2281 38.7625 39.5881 38.4077 39.753 38.6233C39.837 38.733 39.7227 38.8382 39.5765 38.8274C39.3162 38.8082 39.0894 38.9001 38.9006 39.0799C38.8863 39.0938 38.8674 39.1299 38.8834 39.157C38.9118 39.203 39.0349 39.1359 39.0657 39.2086C39.1058 39.3039 38.9952 39.4396 38.8939 39.4529C38.5798 39.4929 38.4054 39.2082 38.4049 39.4218C38.4047 39.5069 38.5196 39.5829 38.5001 39.6722C38.4952 39.6942 38.4745 39.7174 38.4522 39.7197C38.3389 39.7322 38.278 39.5343 38.1591 39.534C38.1246 39.5339 38.0991 39.5876 38.067 39.5885C37.9893 39.5912 37.8804 39.6341 37.8333 39.5719C37.7779 39.4979 37.8388 39.3344 37.8897 39.308ZM35.927 38.8028C36.0049 38.6017 36.3685 38.6568 36.4562 38.8073C36.515 38.9077 36.4227 39.0977 36.2833 39.1214C36.1119 39.1507 35.861 38.9737 35.927 38.8028ZM33.4128 37.5169C33.4753 37.5769 33.6335 37.5362 33.6602 37.624C33.7803 38.0179 32.9421 38.2383 32.9119 37.8561C32.8967 37.6592 33.4181 37.6973 33.4128 37.5169ZM33.0319 37.3271C33.138 37.1204 33.5583 36.8305 33.6914 36.9981C33.6945 36.885 33.9746 36.7349 34.0809 36.8832C34.1295 36.951 34.0572 37.0686 34.1126 37.1209C34.2656 37.2652 34.5506 37.0445 34.6772 37.1618C34.9429 37.4074 34.8349 37.6485 35.12 37.6357C35.3137 37.6271 35.5557 37.5892 35.6837 37.4675C35.9195 37.2434 36.135 37.3342 36.3699 37.3996C36.3985 37.4075 36.4457 37.4345 36.4438 37.4696C36.4389 37.5634 36.2069 37.5321 36.2063 37.6581C36.2033 38.2323 37.0774 37.9089 37.6569 38.1489C37.9376 38.2654 37.7346 38.5124 37.4236 38.5501C37.381 38.5554 37.2982 38.5143 37.2728 38.5759C37.2233 38.6959 37.5922 38.7506 37.5052 38.9045C37.2965 39.2745 37.2819 39.4839 36.9874 39.4534C36.863 39.4406 36.7859 39.2878 36.7531 39.1869C36.6527 38.877 36.7317 38.4801 36.4942 38.2032C36.313 37.9918 36.4002 38.4702 36.2586 38.5012C36.0918 38.5379 35.9012 38.6617 35.7228 38.4668C35.7118 38.4549 35.6522 38.4748 35.6238 38.4935C35.4133 38.6333 35.1564 38.5608 34.9334 38.6445C34.9113 38.6527 34.8145 38.6737 34.8387 38.5692C34.9106 38.2605 35.1519 38.2873 35.1328 38.0565C35.123 37.9403 35.0213 38.0167 34.9676 37.9896C35.0703 38.2041 34.6913 38.6117 34.3823 38.5758C34.1616 38.5502 34.1488 38.2547 34.1311 38.1136C34.0902 37.7828 33.7619 37.68 33.6359 37.4216C33.6104 37.3692 33.4782 37.2471 33.3843 37.3182C33.3335 37.3569 33.3481 37.411 33.3704 37.4547C33.2862 37.4269 33.1096 37.4999 33.0419 37.4252C33.0198 37.4015 33.0169 37.3564 33.0319 37.3271ZM26.646 31.1267C26.6323 31.1911 26.5178 31.2204 26.4716 31.2069C26.4041 31.1869 26.2284 31.1521 26.2548 31.0227C26.2793 30.9023 26.4501 30.9281 26.4905 30.949C26.5561 30.9817 26.663 31.0486 26.646 31.1267ZM27.0868 30.8445C27.0764 30.8702 27.0345 30.8858 27.0092 30.8743C26.9602 30.8512 26.9302 30.7685 26.9556 30.7207C26.9664 30.7004 27.0166 30.6991 27.0198 30.7045C27.0458 30.7492 27.1065 30.797 27.0868 30.8445ZM27.3278 30.6511C27.3278 30.6721 27.3031 30.6972 27.2822 30.6953C27.2388 30.6914 27.1999 30.6321 27.2065 30.5892C27.2087 30.5756 27.2253 30.5636 27.2392 30.5644C27.2802 30.567 27.3277 30.6099 27.3278 30.6511ZM27.2792 31.6356C27.2619 31.6718 27.1988 31.6709 27.1886 31.6609C27.1676 31.6407 27.1491 31.5985 27.1567 31.5736C27.1629 31.5531 27.2073 31.52 27.2368 31.5313C27.2668 31.5428 27.3002 31.5921 27.2792 31.6356ZM29.0424 32.3575C28.9698 32.392 29.0152 32.5223 28.9558 32.5592C28.8184 32.6449 28.6128 32.6328 28.503 32.5368C28.4882 32.5241 28.4841 32.497 28.4924 32.4799C28.5361 32.3887 28.7411 32.3922 28.7474 32.3356C28.7843 31.9999 29.0857 32.084 29.2662 32.0012C29.357 31.9596 29.5139 32.023 29.6242 32.0746C29.7016 32.111 29.8171 32.1844 29.8119 32.2768C29.7914 32.6256 29.28 32.2446 29.0424 32.3575ZM32.3382 37.6605C32.3795 37.6193 32.4708 37.6219 32.5132 37.6619C32.5295 37.6771 32.5319 37.7116 32.5181 37.7291C32.4805 37.7768 32.3852 37.798 32.3388 37.7587C32.3138 37.7376 32.3153 37.6835 32.3382 37.6605ZM28.9371 35.2442C28.9936 35.2385 29.0397 35.3512 29.0675 35.3414C29.2266 35.2834 29.4074 35.3976 29.407 35.4825C29.7446 35.0875 30.7485 35.5649 30.9711 36.099C31.0346 36.2512 30.6523 36.4437 30.7801 36.5819C30.8993 36.7108 31.1231 36.3159 31.274 36.4296C31.3784 36.5083 31.1993 36.6721 31.2679 36.723C31.4131 36.831 31.4399 36.6673 31.4649 36.559C31.5133 36.3491 31.6375 36.2793 31.8015 36.3982C32.0563 36.5836 32.3107 36.6212 32.5991 36.4891C32.7168 36.4352 32.8908 36.2786 32.9753 36.3784C33.056 36.4742 32.8391 36.5584 32.7619 36.631C32.6801 36.7078 32.5525 36.7792 32.5332 36.8714C32.4489 37.2748 32.1592 37.3461 31.8189 37.3855C31.6653 37.4032 31.4998 37.448 31.3714 37.53C31.1442 37.6749 30.728 37.7476 30.8827 37.4551C30.9438 37.3397 31.1247 37.5632 31.2204 37.5227C31.5453 37.3849 31.4835 37.1247 31.2421 37.0294C31.0753 36.9634 30.8615 37.1865 30.7333 37.0845C30.632 37.0038 30.7912 36.8058 30.6954 36.7653C30.4883 36.6778 30.3795 37.0285 30.2212 37.1188C30.1466 37.1614 29.9916 37.1745 29.9457 37.1285C29.8789 37.062 29.86 36.9305 29.8548 36.8248C29.8516 36.7579 29.9125 36.6886 29.94 36.6187C29.953 36.5855 29.9806 36.5442 29.9627 36.5099C29.9315 36.4496 29.8223 36.4851 29.7949 36.4351C29.7525 36.3584 29.9201 36.2318 29.8353 36.1592C29.6643 36.0128 29.3829 36.0377 29.259 36.3231C29.2499 36.3437 29.1695 36.339 29.1229 36.3361C29.0125 36.3294 28.8359 36.4348 28.7365 36.3012C28.651 36.1865 28.7923 36.0333 28.815 35.9046C28.8316 35.8107 28.8794 35.6995 28.8472 35.6234C28.7748 35.4529 28.8049 35.2569 28.9371 35.2442ZM29.1919 33.426C29.2266 33.1639 29.7558 33.3178 29.6071 33.6478C29.5034 33.877 29.171 33.582 29.1919 33.426ZM29.3185 32.9774C29.3568 32.9017 29.487 32.9498 29.5709 32.953C29.5864 32.9535 29.6245 33.0561 29.6078 33.0787C29.5174 33.2005 29.2238 33.1637 29.3185 32.9774ZM28.9801 33.1008C29.0214 33.0844 29.0904 33.0999 29.1074 33.1412C29.1171 33.1645 29.0973 33.2019 29.073 33.2087C29.0302 33.2207 28.9712 33.1818 28.9595 33.1388C28.956 33.1246 28.9669 33.1063 28.9801 33.1008ZM26.3847 34.9404C26.4005 34.9139 26.445 34.8941 26.4722 34.9088C26.5344 34.9424 26.4498 35.0919 26.5241 35.1256C26.8236 35.2607 26.8858 34.7158 27.0638 34.5723C27.2897 34.3902 27.7492 34.2055 27.9042 34.47C28.0248 34.6751 27.7375 34.8378 27.5521 34.9538C27.3278 35.0945 27.3203 35.4342 27.5571 35.3889C28.0454 35.2946 28.0889 34.8193 28.137 35.1011C28.176 35.3306 27.8363 35.4391 27.6749 35.5857C27.4784 35.7643 27.1382 35.8116 26.995 35.6177C26.8464 35.4166 26.5979 35.5518 26.4559 35.3948C26.3534 35.281 26.3066 35.0726 26.3847 34.9404ZM24.912 33.7694C25.1774 33.8569 25.4458 33.8253 25.5896 33.6332C25.644 33.5604 25.509 33.462 25.5455 33.4205C25.822 33.105 26.7509 32.9804 26.8143 33.5072C26.8233 33.581 26.6906 33.6045 26.7015 33.6647C26.7176 33.7521 26.8866 33.7256 26.9153 33.8053C26.9853 34 26.9065 34.2664 26.7458 34.3564C26.4321 34.5319 26.3943 34.2649 26.2403 34.5701C26.1395 34.7704 25.9494 34.8008 25.764 34.817C25.6288 34.8288 25.3518 34.7785 25.4539 34.5988C25.5057 34.5078 25.7704 34.6078 25.7741 34.4651C25.7779 34.3159 25.5034 34.4092 25.4549 34.3122C25.3947 34.1915 25.5736 34.0562 25.5257 33.9576C25.3772 33.6517 25.2911 34.1834 25.1256 34.2058C25.0257 34.2193 24.9128 34.1871 24.8005 34.1746C24.7776 34.1722 24.7468 34.1683 24.7344 34.148C24.5675 33.8754 24.7949 33.7309 24.912 33.7694ZM25.1214 29.6144C25.1239 29.6248 25.0834 29.6598 25.0743 29.6559C25.045 29.6434 24.9991 29.6307 24.9954 29.5978C24.9919 29.5675 25.0156 29.5074 25.0657 29.5118C25.1186 29.5162 25.114 29.5845 25.1214 29.6144ZM24.4504 34.0661C24.4574 34.0475 24.4775 34.0284 24.4963 34.0213C24.5058 34.0178 24.5376 34.0328 24.5399 34.051C24.5434 34.0819 24.5108 34.1297 24.4758 34.1244C24.4469 34.1206 24.4457 34.078 24.4504 34.0661ZM24.6985 32.9665C24.7255 32.9568 24.8018 33 24.8092 33.0299C24.8411 33.1618 24.7424 33.2498 24.643 33.2016C24.5306 33.1473 24.5772 33.0114 24.6985 32.9665ZM24.0133 33.2999C24.0628 33.1686 24.2698 33.2595 24.3485 33.3969C24.4073 33.4998 24.4114 33.6663 24.2958 33.6466C24.1615 33.6239 23.9506 33.4664 24.0133 33.2999ZM24.7013 30.9524C24.606 30.9608 24.4838 31.0103 24.4055 30.9428C24.2843 30.8382 24.3747 30.6427 24.3363 30.5798C24.1548 30.2814 23.7165 30.2684 23.6078 30.0092C23.4763 29.6946 23.8651 29.2971 24.1184 29.4483C24.1873 29.4895 24.0721 29.6823 24.1896 29.7118C24.4004 29.765 24.4832 29.4669 24.6228 29.5815C24.7512 29.687 24.7324 29.8463 24.6519 29.9959C24.5878 30.1157 24.5371 30.2437 24.4911 30.3716C24.4637 30.4485 24.361 30.5578 24.4346 30.643C24.5042 30.7238 24.6178 30.6155 24.6819 30.6345C24.753 30.6559 24.8506 30.7022 24.8701 30.7597C24.9116 30.8841 24.8121 30.9429 24.7013 30.9524ZM22.8336 31.8727C22.8932 31.856 22.9737 31.736 22.963 31.6787C22.9204 31.4509 23.0579 31.2293 23.222 31.2992C23.4099 31.3794 23.0909 31.5915 23.0903 31.7718C23.0897 31.8699 23.3528 31.8428 23.3171 31.9807C23.2606 32.2016 22.8374 31.9587 22.7826 32.1124C22.6345 32.527 23.2772 32.6902 23.3975 32.4954C23.4518 32.4078 23.2563 32.2781 23.3223 32.1828C23.4856 31.9459 23.4546 32.4324 23.5602 32.4699C23.6878 32.5151 23.8357 32.4703 23.9073 32.5597C24.0288 32.7115 23.8231 32.8544 23.6813 32.9346C23.612 32.9742 23.5306 33.0358 23.5075 33.1049C23.4435 33.2961 23.2887 33.3225 23.1301 33.3489C23.0575 33.3609 22.9713 33.3332 22.9109 33.3631C22.809 33.4138 22.7067 33.5149 22.6271 33.3692C22.5836 33.2899 22.6624 33.1583 22.5994 33.0336C22.5471 32.9295 22.3109 32.9062 22.253 32.7415C22.2375 32.6962 22.2701 32.6462 22.282 32.599C22.3632 32.2796 22.4599 31.9778 22.8336 31.8727ZM21.8647 32.4634C21.9049 32.3674 22.1021 32.3213 22.1819 32.4243C22.285 32.5572 22.0299 32.5846 21.9284 32.5431C21.9038 32.5331 21.8485 32.5019 21.8647 32.4634ZM23.3839 28.4699C23.4092 28.4174 23.4963 28.3869 23.5489 28.412C23.5671 28.4208 23.5781 28.4512 23.5693 28.4694C23.5442 28.522 23.457 28.553 23.4046 28.528C23.3859 28.519 23.375 28.4884 23.3839 28.4699ZM21.9073 31.2673C21.9958 31.2795 21.9843 31.3949 21.9833 31.4404C21.9824 31.4708 21.9129 31.5308 21.8952 31.5239C21.8484 31.5048 21.7832 31.459 21.7813 31.4209C21.7794 31.3825 21.812 31.2543 21.9073 31.2673ZM20.094 26.8944C20.0567 26.9278 19.9756 26.9311 19.944 26.8925C19.928 26.8734 19.9363 26.833 19.9569 26.8191C19.9968 26.7918 20.0706 26.8086 20.099 26.8474C20.1081 26.8601 20.1057 26.8839 20.094 26.8944ZM19.2462 29.6943C19.2244 29.7624 19.1174 29.806 19.0503 29.7818C19.0248 29.7724 19.0069 29.7349 19.0146 29.709C19.0344 29.6427 19.1271 29.5859 19.194 29.6034C19.2278 29.6126 19.2571 29.6609 19.2462 29.6943ZM20.5349 26.6518C20.5167 26.6902 20.4871 26.7527 20.4418 26.748C20.4079 26.7447 20.3835 26.6886 20.3879 26.6646C20.3949 26.6253 20.3967 26.5299 20.4678 26.5312C20.5405 26.5322 20.5434 26.6341 20.5349 26.6518ZM20.8543 26.9135C20.8514 26.9321 20.8226 26.9629 20.8114 26.9604C20.7833 26.9543 20.7394 26.9462 20.7331 26.9167C20.7265 26.8864 20.7157 26.7223 20.8437 26.757C20.9306 26.7802 20.8595 26.8813 20.8543 26.9135ZM19.949 29.3089C19.9246 29.4428 19.7421 29.561 19.6083 29.5347C19.5753 29.5283 19.545 29.4847 19.5514 29.4517C19.5761 29.3188 19.7527 29.199 19.8858 29.2221C19.9215 29.228 19.9553 29.2737 19.949 29.3089ZM20.9782 27.5068C20.9825 27.5182 20.9303 27.5712 20.9034 27.5716C20.8664 27.5724 20.8196 27.554 20.7916 27.5238C20.7656 27.4957 20.7297 27.4495 20.7497 27.4172C20.7762 27.3746 20.8542 27.3943 20.8981 27.4087C20.9332 27.42 20.9631 27.4679 20.9782 27.5068ZM20.8127 28.5274C20.6175 28.6581 20.6586 28.7795 20.3815 28.6673C20.1742 28.5835 20.405 28.2931 20.6032 28.285C20.7467 28.2787 20.9444 28.4394 20.8127 28.5274ZM21.1751 31.0237C21.4289 31.2087 21.2105 31.3646 21.1077 31.7368C21.02 32.0546 20.5943 32.0325 20.4056 31.6687C20.1449 31.1667 20.8424 30.7813 21.1751 31.0237ZM19.114 30.5832C19.2692 30.3971 19.5477 30.86 19.6951 30.7538C19.7353 30.725 19.6802 30.6254 19.7039 30.6109C19.8707 30.5069 20.0361 30.3795 20.2205 30.329C20.6289 30.2178 21.0789 29.7718 21.4703 30.0197C21.6305 30.1211 21.3793 30.3899 21.2117 30.4255C20.981 30.4738 21.0253 30.7019 20.885 30.8047C20.7668 30.8913 20.6196 30.8208 20.5551 30.6591C20.5001 30.5219 20.297 30.4316 20.2257 30.5823C20.1959 30.6453 20.2533 30.7078 20.2682 30.7648C20.2827 30.8208 20.3598 30.8825 20.3224 30.9529C20.2362 31.1152 19.9968 31.0738 19.8399 31.0984C19.7856 31.1069 19.7148 31.0165 19.6528 30.9689C19.4929 30.8476 18.9287 30.8058 19.114 30.5832ZM18.4646 30.2789C18.5056 30.139 18.6189 30.0042 18.748 29.9508C18.9864 29.8524 19.3096 29.842 19.4867 30.0063C19.5092 30.0267 19.5137 30.0687 19.5004 30.0961C19.3949 30.3156 19.0792 30.3405 18.8667 30.4591C18.8356 30.4767 18.7948 30.4783 18.7579 30.4848C18.5971 30.5129 18.4131 30.4553 18.4646 30.2789ZM19.5132 26.4447C19.5225 26.4267 19.5293 26.3942 19.55 26.3958C19.5699 26.397 19.5869 26.4282 19.5812 26.4473C19.5766 26.464 19.5478 26.4653 19.5284 26.4724C19.5284 26.4724 19.5105 26.45 19.5132 26.4447ZM18.3679 28.584C18.5138 28.6329 18.4539 28.8731 18.4213 28.9815C18.3822 29.1119 18.284 29.2481 18.173 29.3266C18.045 29.4166 17.842 29.6099 17.7242 29.5014C17.5222 29.3148 17.8989 28.427 18.3679 28.584ZM17.4531 29.2719C17.451 29.2507 17.4783 29.2294 17.5 29.2269C17.5217 29.2245 17.5495 29.2464 17.5536 29.2615C17.5578 29.2779 17.5483 29.3147 17.5269 29.3204C17.4985 29.3281 17.4559 29.3013 17.4531 29.2719ZM18.8891 25.4872C18.8906 25.4843 18.9498 25.5023 18.9497 25.5088C18.9462 25.5775 18.9852 25.6757 18.9279 25.7144C18.8913 25.7396 18.8183 25.7206 18.7992 25.6807C18.7684 25.6168 18.8564 25.5503 18.8891 25.4872ZM15.9577 27.4674C15.9933 27.4255 16.0963 27.3872 16.17 27.4002C16.304 27.4237 16.387 27.5224 16.3511 27.6744C16.3242 27.7897 16.2504 27.8433 16.1297 27.8068C15.9925 27.765 15.8187 27.6307 15.9577 27.4674ZM17.1604 23.2168C17.5598 23.1778 17.5311 23.57 17.3914 23.7349C17.2825 23.8632 17.1256 23.9515 16.9837 24.0486C16.9657 24.061 16.8498 24.0603 16.8426 23.9868C16.8246 23.7979 17.3467 23.8765 17.3 23.6599C17.2639 23.4909 16.9175 23.7462 16.8572 23.5714C16.7886 23.3739 17.0326 23.2294 17.1604 23.2168ZM15.5729 25.5604C15.5748 25.5763 15.5625 25.6283 15.5147 25.6324C15.4387 25.6395 15.2856 25.5771 15.3048 25.4587C15.3384 25.2521 15.5591 25.4407 15.5729 25.5604ZM10.7377 22.3665C10.8377 22.2894 10.9532 22.1652 11.0796 22.1895C11.1073 22.1948 11.1337 22.2244 11.1358 22.2525C11.1457 22.3807 11.0056 22.4773 10.922 22.5732C10.8526 22.6529 10.7381 22.6886 10.6751 22.5749C10.6491 22.5286 10.6885 22.4043 10.7377 22.3665ZM10.4231 15.6399C10.4218 15.6186 10.5838 15.5197 10.6616 15.5598C11.0976 15.7847 10.7981 16.3015 10.5149 16.1521C10.3395 16.0598 10.4337 15.7998 10.4231 15.6399ZM8.84816 18.9309C8.92556 18.8659 9.04237 18.7454 9.15841 18.7977C9.38598 18.9001 9.16746 19.1442 9.02546 19.1954C8.96036 19.2187 8.8346 19.2239 8.79027 19.1562C8.74686 19.0901 8.80009 18.9716 8.84816 18.9309ZM7.56334 16.166C7.61804 16.2145 7.52774 16.2732 7.51932 16.2731C7.47868 16.2734 7.40485 16.2974 7.39784 16.2569C7.38916 16.208 7.49659 16.1074 7.56334 16.166ZM8.6843 14.3231C8.7271 14.3189 8.76261 14.3611 8.76452 14.393C8.76639 14.4258 8.72298 14.457 8.69767 14.4615C8.67338 14.4658 8.6208 14.4485 8.61482 14.4167C8.60807 14.3835 8.63544 14.3284 8.6843 14.3231ZM8.52523 16.5292C8.58431 16.5458 8.63562 16.6285 8.6188 16.6872C8.61097 16.7143 8.57082 16.7349 8.54456 16.7258C8.48704 16.706 8.44985 16.617 8.46939 16.5593C8.47639 16.5392 8.50517 16.5235 8.52523 16.5292ZM9.62343 14.5542C9.66197 14.5552 9.67298 14.6126 9.68657 14.6459C9.69983 14.6785 9.79041 14.7587 9.71243 14.8069C9.51991 14.9274 9.46577 14.5502 9.62343 14.5542ZM9.82757 15.1838C9.82246 15.1912 9.77851 15.1943 9.76734 15.1764C9.74397 15.1393 9.76784 15.0714 9.80669 15.0509C9.82974 15.0386 9.87072 15.0494 9.88149 15.0731C9.89846 15.1106 9.85039 15.1498 9.82757 15.1838ZM7.80089 19.024C7.93487 18.9741 8.12645 18.8136 8.23692 18.9271C8.43695 19.1315 8.07703 19.3111 7.88564 19.3042C7.82404 19.302 7.72683 19.2505 7.71458 19.2043C7.70127 19.1519 7.75275 19.0418 7.80089 19.024ZM8.03676 17.9866C8.17559 17.7655 8.45532 17.587 8.61825 17.7771C8.88808 18.0905 7.78576 18.7154 7.71484 18.2205C7.69571 18.0879 7.97125 18.0909 8.03676 17.9866ZM7.7975 16.6922C7.8459 16.7008 7.8445 16.7706 7.8379 16.7938C7.83001 16.8202 7.79873 16.8638 7.76624 16.8586C7.73523 16.8536 7.71715 16.8022 7.72092 16.7782C7.72495 16.7512 7.74644 16.6831 7.7975 16.6922ZM7.78621 16.0593C7.80244 15.991 7.89139 15.9245 7.96018 15.9397C7.99777 15.9479 8.0295 16.0021 8.01874 16.039C7.99856 16.1071 7.89648 16.1558 7.82864 16.1351C7.80086 16.1266 7.7798 16.0876 7.78621 16.0593ZM7.30018 16.8626C7.40579 17.2933 6.68109 17.3784 6.64796 17.062C6.61049 16.7071 7.23121 16.5814 7.30018 16.8626ZM6.88512 15.0389C6.89072 14.9824 6.99152 14.9282 7.0129 14.9385C7.07858 14.9703 7.22808 14.9974 7.21473 15.1143C7.20315 15.2171 7.05472 15.2256 7.03744 15.2129C6.9768 15.1683 6.87757 15.1163 6.88512 15.0389ZM6.28231 15.7168C6.36881 15.7348 6.45103 15.8451 6.50074 15.9334C6.52289 15.9729 6.47945 16.0937 6.43298 16.12C6.25284 16.2218 6.0664 16.1378 6.02382 15.9762C5.98446 15.8273 6.11226 15.6813 6.28231 15.7168ZM5.01556 15.4827C5.00579 15.4245 5.02842 15.3838 5.06068 15.3497C5.09225 15.4155 5.12028 15.4815 5.1486 15.5476C5.09133 15.5543 5.02724 15.5536 5.01556 15.4827ZM4.92379 15.6281C4.93232 15.6296 4.94795 15.6401 4.94551 15.6687C4.9397 15.7361 4.88744 15.833 4.81233 15.8427C4.78316 15.8466 4.74387 15.818 4.74284 15.7887C4.74049 15.7077 4.8447 15.6136 4.92379 15.6281ZM2.57578 17.3116C2.5398 17.5267 2.64458 17.7592 2.4231 17.678C2.26622 17.621 2.49332 17.4613 2.57578 17.3116ZM2.71797 16.6813C2.85995 16.7228 2.70085 16.9284 2.63427 17.0856C2.65382 16.8938 2.56469 16.6367 2.71797 16.6813ZM1.91339 17.7961C1.93858 17.7784 1.98724 17.7856 2.00475 17.8114C2.10021 17.9494 2.0429 18.2124 1.90287 18.3048C1.88043 18.3196 1.83866 18.3116 1.82366 18.2891C1.72961 18.1506 1.77696 17.8923 1.91339 17.7961ZM1.19053 15.9326C1.25512 15.8475 1.41737 15.8749 1.47156 15.9679C1.53172 16.0704 1.36726 16.1642 1.33842 16.2559C1.29488 16.1471 1.11027 16.0392 1.19053 15.9326ZM1.5865 14.9177C1.68756 14.8516 1.61591 14.4591 1.79538 14.5003C2.09646 14.5691 1.85054 14.874 1.5865 14.9177ZM1.35394 14.7178C1.4415 14.7036 1.41903 14.8876 1.46814 14.9264C1.30138 14.9264 1.18635 14.7455 1.35394 14.7178Z' fill='white'/%3E%3C/svg%3E%0A");
    right: 50%;
    bottom: -75px;
    transform: translateX(50%);*/
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.august2022 .cta-inner .cta-content .call-to-action .discount-block .text-start-price {
    font-size: 25px;
  }
  .home_index_page .main .cta-section.august2022 .cta-inner .cta-content .call-to-action .discount-block .new_price .euro {
    font-size: 80px;
    line-height: 73px;
    margin-left: -5px;
  }
  .home_index_page .main .cta-section.august2022 .cta-inner .cta-content .call-to-action .discount-block .new_price .right-part {
    margin-right: 6px;
  }
  .home_index_page .main .cta-section.august2022 .cta-inner .cta-content .call-to-action .discount-block .new_price .right-part .cents {
    font-size: 40px;
  }
  .home_index_page .main .cta-section.august2022 .cta-inner .cta-content .call-to-action .discount-block .new_price .right-part .value {
    font-size: 16px;
    margin-left: 3px;
  }
}
.home_index_page .main .cta-section.august2022 .cta-inner .cta-content .call-to-action .button {
  width: 230px;
  height: 70px;
  font-size: 20px;
  font-weight: 500;
  padding: 0 15px;
  font-family: "Roboto", sans-serif;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  z-index: 10;
}
.home_index_page .main .cta-section.august2022 .cta-inner .cta-content .call-to-action .button a {
  color: #fff;
  letter-spacing: 0;
  text-decoration: none;
  border-bottom: none;
  text-transform: none;
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.august2022 .cta-inner .cta-content .call-to-action .button {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.august2022 .cta-inner .cta-content .call-to-action .button {
    width: 190px;
  }
}
.home_index_page .main .cta-section.june2022 {
  background-image: url(/assets/images/june2022-banner/bg-first-screen-1920.jpg);
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .home_index_page .main .cta-section.june2022 {
    background-image: url(/assets/images/june2022-banner/bg-first-screen-1024.jpg);
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.june2022 {
    background-image: url(/assets/images/june2022-banner/bg-first-screen-480.jpg);
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.june2022 {
    background-image: url(/assets/images/june2022-banner/bg-first-screen-375.jpg);
  }
}
.home_index_page .main .cta-section.june2022 .cta-inner {
  position: relative;
  width: 100%;
  padding-bottom: 190px;
}
.home_index_page .main .cta-section.june2022 .cta-inner:before {
  content: "";
  display: block;
  width: 537px;
  height: 740px;
  background-image: url("data:image/svg+xml,%3Csvg width='537' height='740' viewBox='0 0 537 740' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M270.426 231.379C336.618 236.947 382.483 258.024 406.744 294.032C438.035 340.465 421.337 395.961 421.164 396.519L418.395 405.444L418.795 396.109C418.802 395.85 419.727 371.665 411.531 352.71C411.122 358.096 409.965 367.069 406.686 374.994L404.499 380.282L404.353 374.564C404.346 374.25 403.543 345.82 397.233 331.045C396.731 336.33 395.567 345.821 393.089 355.752L391.13 363.607L390.7 355.526C390.686 355.219 389.137 327.609 382.549 314.724C382.307 321.226 381.63 334.108 379.913 342.021L378.447 348.769L377.525 341.925C377.48 341.587 373.202 310.514 365.408 299.925C365.308 305.233 364.773 316.636 362.208 328.504L360.845 334.81L359.822 328.437C359.773 328.148 355.537 302.107 348.552 289.45C348.658 293.891 348.479 301.288 346.891 310.372L345.938 315.806L344.524 310.47C344.456 310.218 338.454 287.832 331.212 277.826C331.794 282.646 332.487 291.047 331.622 299.159L331.042 304.589L329.269 299.423C329.198 299.222 323.371 282.423 315.716 271.963C316.392 274.859 316.775 278.694 316.259 283.521L315.695 288.795L313.907 283.797C313.807 283.516 303.393 255.376 268.619 242.943L267.687 242.609L269.279 231.284L270.426 231.379Z' fill='%23F39814'/%3E%3Cpath d='M260.68 230.533C310.834 195.842 355.638 184.004 393.855 195.362C443.149 210.008 463.717 259.091 463.92 259.586L467.455 268.235L461.829 260.772C461.686 260.584 448.433 243.187 431.759 234.492C434.621 238.595 438.866 245.458 441.11 252.794L442.783 258.27L439.033 253.945C438.848 253.73 422.008 234.422 408.985 227.485C411.738 231.591 416.314 238.827 420.249 247.088L423.729 254.394L418.261 248.428C418.072 248.225 401.211 229.935 389.074 224.468C392.756 229.31 399.574 238.576 402.905 245.046L406.066 251.186L401.005 246.49C400.776 246.28 379.968 227.09 368.255 223.914C371.348 227.836 377.477 236.093 382.488 245.799L385.449 251.536L380.608 247.266C380.408 247.089 362.591 231.445 350.293 226.402C352.97 229.531 357.022 234.767 361.063 241.894L363.785 246.696L359.302 243.479C359.11 243.343 342.196 231.272 331.24 228.239C334.492 231.369 339.698 236.78 343.707 242.857L346.711 247.415L342.06 244.557C341.895 244.457 328.346 236.19 316.935 233.148C319.024 234.807 321.391 237.232 323.706 240.744L326.623 245.172L322.068 242.453C321.834 242.315 298.08 228.484 266.251 239.948L265.322 240.281L259.75 231.181L260.68 230.533Z' fill='%23F39814'/%3E%3Cpath d='M262.42 231.774C276.201 176.075 300.447 139.826 334.489 124.038C378.395 103.672 423.485 125.498 423.932 125.722L432.309 129.872L423.154 128C422.936 127.958 403 123.981 385.907 128.109C390.497 129.245 397.601 131.428 403.627 135.131L408.502 138.128L402.83 137.37C402.566 137.332 379.007 134.245 365.476 137.345C370.014 138.543 377.593 140.778 385.352 144.086L392.794 147.262L384.746 146.411C384.491 146.384 361.57 144.02 349.553 147.594C355.231 148.733 365.569 150.992 371.844 153.443L378.282 155.953L371.377 155.785C371.086 155.775 344.808 155.201 334.457 160.14C339.156 161.012 348.482 163.008 357.915 166.686L363.929 169.028L357.476 169.028C357.227 169.03 335.285 169.089 323.418 173.082C327.271 173.644 333.269 174.818 340.374 177.265L345.592 179.062L340.099 179.617C339.881 179.64 320.788 181.617 311.105 186.205C315.375 186.402 322.253 186.987 328.723 188.745L333.993 190.174L328.614 191.109C328.436 191.138 314.038 193.69 304.118 198.545C306.578 198.454 309.649 198.712 313.305 199.703L318.42 201.092L313.208 202.066C312.954 202.116 287.624 207.14 272.333 235.005L271.856 235.874L262.142 232.887L262.42 231.774Z' fill='%23F39814'/%3E%3Cpath d='M135.886 235.232C168.116 214.117 212.875 212.634 268.923 230.829L270.012 231.185L267.36 241.224L266.375 241.169C233.756 239.39 215.621 258.764 215.442 258.963L211.861 262.874L213.386 257.793C214.528 253.991 216.003 251.139 217.44 249.034C207.784 255.036 197.653 266.313 197.528 266.451L193.893 270.524L195.461 265.296C197.457 258.639 200.72 252.259 202.867 248.443C193.595 254.347 181.41 270.055 181.272 270.236L177.901 274.606L179.131 269.225C180.869 261.614 183.127 255.703 184.736 252.049C174.787 260.189 162.744 279.433 162.609 279.651L159.197 285.126L160.384 278.786C162.31 268.498 165.654 259.222 167.439 254.685C157.499 260.965 143.662 284.331 143.512 284.588L140.009 290.539L141.276 283.753C142.552 276.896 146.234 266.562 148.314 261.014C138.642 269.506 128.195 290.929 128.081 291.166L124.551 298.452L125.788 290.455C127.125 281.817 129.313 273.932 130.73 269.343C120.649 279.423 110.496 301.787 110.386 302.037L108.034 307.257L108.067 301.535C108.109 294.205 110.088 286.76 111.591 282.15C98.6628 294.814 91.2683 314.467 91.1877 314.682L87.9399 323.435L88.8426 314.141C88.8961 313.623 94.3146 262.472 135.886 235.232Z' fill='%23F39814'/%3E%3Cpath d='M83.2268 201.477L89.6665 194.721C90.0081 194.362 124.44 158.869 172.051 162.913C208.95 166.05 243.7 191.462 275.313 238.457L275.953 239.408L267.932 245.481L267.19 244.831C243.591 224.167 218.415 228.069 218.164 228.113L212.934 228.98L217.264 225.924C220.292 223.787 223.027 222.516 225.323 221.764C214.498 220.638 200.349 223.13 200.175 223.159L194.803 224.122L199.262 220.974C204.637 217.179 210.79 214.314 214.686 212.686C204.152 211.728 185.851 216.332 185.64 216.384L180.29 217.744L184.573 214.27C190.305 209.622 195.442 206.512 198.826 204.687C186.472 205.018 166.178 212.356 165.944 212.442L159.882 214.648L164.73 210.389C172.209 203.814 180.149 198.816 184.23 196.414C172.947 195.364 148.839 204.756 148.575 204.858L142.147 207.38L147.33 202.816C152.305 198.436 161.079 192.874 165.974 189.886C153.619 190.664 133.234 200.572 133.008 200.684L125.74 204.239L131.646 198.71C137.694 193.045 143.939 188.426 147.747 185.771C134.157 187.493 113.421 198.291 113.188 198.41L108.118 201.07L111.674 196.584C115.991 191.138 121.806 186.722 125.679 184.113C108.471 186.084 91.3633 196.481 91.1755 196.595L83.2268 201.477Z' fill='%23F39814'/%3E%3Cpath d='M167.779 98.0371C168.238 97.9868 213.618 93.3203 244.871 124.412C269.095 148.513 278.576 187.068 273.051 239.007L272.931 240.147L263.506 239.674L263.353 238.699C258.944 210.175 238.894 198.034 238.692 197.914L234.129 195.219L239.411 195.661C242.599 195.928 245.164 196.582 247.179 197.348C240.194 190.273 229.065 183.843 228.924 183.763L224.193 181.046L229.631 181.504C235.488 181.994 241.336 183.531 245.083 184.683C238.101 177.855 222.858 170.459 222.681 170.374L217.712 167.977L223.227 168.067C229.781 168.179 235.104 168.971 238.591 169.669C229.571 162.685 211.332 156.005 211.122 155.927L205.056 153.722L211.51 153.574C220.474 153.37 228.854 154.484 233.258 155.211C226.928 149.134 210.087 142.551 203.354 140.288L196.812 138.091L203.713 137.927C209.682 137.783 218.874 138.994 224.173 139.784C214.87 133.143 195.071 128.174 194.845 128.12L186.99 126.175L195.071 125.734C202.477 125.328 209.426 125.729 213.725 126.104C203.025 119.391 182.418 114.82 182.197 114.776L176.606 113.555L182.212 112.405C188.315 111.15 194.833 111.422 199.133 111.855C185.867 103.233 167.942 100.483 167.738 100.455L158.506 99.0856L167.779 98.0371Z' fill='%23F39814'/%3E%3Cpath d='M166.634 310.572C177.87 273.146 211.651 242.782 267.04 220.323L268.072 219.906L272.526 229.344L271.761 229.92C245.246 249.851 243.814 276.763 243.801 277.033L243.585 282.17L241.546 277.45C239.897 273.633 239.189 270.37 238.954 267.757C235.297 278.749 234.783 294.357 234.782 294.547L234.621 299.833L232.523 294.977C229.683 288.403 228.047 281.194 227.235 276.854C223.809 287.453 224.615 307.874 224.624 308.102L224.85 313.446L222.403 308.689C218.715 301.515 216.599 295.354 215.48 291.481C212.986 304.268 216.237 327.347 216.274 327.605L217.163 333.8L214.086 328.35C208.808 318.999 205.33 309.513 203.784 304.88C200.069 316.172 204.623 343.609 204.673 343.909L205.785 350.51L202.488 344.682C198.965 338.454 195.022 327.845 193.038 322.238C190.971 335.116 196.917 358.835 196.983 359.098L198.91 366.701L194.838 359.996C190.164 352.303 186.684 344.638 184.807 340.178C183.468 354.576 190.262 378.823 190.337 379.09L191.846 384.43L188.303 380.163C183.479 374.362 180.132 367.164 178.31 362.615C176.457 380.965 183.609 401.23 183.688 401.449L186.74 409.967L181.613 402.511C181.316 402.088 152.142 358.848 166.634 310.572Z' fill='%23F39814'/%3E%3Cpath d='M262.946 226.515L272.066 219.615L272.81 220.489C315.788 271.138 333.416 318.436 325.201 361.07C314.607 416.054 263.618 443.599 263.105 443.869L254.853 448.233L261.716 441.905C261.906 441.727 279.627 425.234 287.191 406.026C283.103 409.558 275.953 415.099 268.04 418.398L262.758 420.604L266.692 416.445C266.907 416.22 286.396 395.512 292.351 380.583C288.268 383.975 280.745 389.878 271.981 395.168L265.055 399.35L270.45 393.321C270.653 393.093 289.041 372.437 293.465 358.656C288.705 363.092 279.135 371.743 272.335 376.137L266.534 379.888L270.709 374.387C270.913 374.116 289.81 349.079 291.759 336.075C287.937 339.766 279.514 347.468 269.326 354.068L263.907 357.579L267.682 352.344C267.851 352.104 283.225 330.66 287.203 316.765C284.148 319.985 278.801 325.1 271.261 330.415L266.751 333.597L269.513 328.818C269.642 328.593 281.185 308.496 283.116 296.296C280.126 300.121 274.691 306.563 268.354 311.698L264.112 315.136L266.499 310.223C266.593 310.036 274.316 294.016 276.272 281.204C274.706 283.733 272.273 286.721 268.503 289.778L264.379 293.118L266.639 288.32C266.77 288.045 279.247 260.759 263.375 227.413L262.946 226.515Z' fill='%23F39814'/%3E%3Cpath d='M250.887 239.463L276.469 241.604C274.149 253.597 271.564 265.496 268.761 277.293C268.619 277.893 268.399 278.479 268.072 279.004C266.496 281.538 264.144 283.851 260.895 283.41C261.905 283.546 262.775 283.92 263.509 284.453C265.402 285.83 266.066 288.349 265.5 290.594C263.234 299.546 260.848 308.43 258.345 317.236C258.167 317.863 257.904 318.469 257.519 319.002C255.61 321.659 252.863 324.002 249.351 323.15C251.503 323.669 252.972 325.159 253.888 326.971C254.573 328.321 254.655 329.898 254.223 331.342C251.507 340.396 248.688 349.355 245.772 358.211C245.551 358.886 245.228 359.529 244.775 360.075C242.855 362.373 240.255 364.192 237.089 363.325C238.707 363.768 239.909 364.76 240.769 366.017C241.814 367.551 241.988 369.512 241.391 371.248C238.274 380.337 235.065 389.305 231.787 398.138C231.525 398.842 231.154 399.509 230.637 400.053C228.679 402.114 226.117 403.658 223.155 402.667C224.067 402.97 224.83 403.455 225.467 404.062C227.375 405.897 227.773 408.8 226.833 411.243C223.426 420.096 219.959 428.802 216.446 437.346C216.022 438.383 215.378 439.32 214.495 440.008C212.579 441.509 210.271 442.402 207.805 441.345C209.716 442.163 210.847 443.779 211.421 445.612C211.882 447.095 211.71 448.704 211.109 450.128C207.375 458.934 203.608 467.561 199.822 475.978C199.413 476.887 198.831 477.71 198.06 478.351C196.148 479.944 193.788 480.96 191.265 479.854C192.408 480.357 193.263 481.151 193.884 482.106C195.1 483.983 195.081 486.406 194.147 488.42C189.861 497.701 185.572 506.707 181.308 515.435C179.102 517.532 176.136 519.256 173.087 517.733C175.79 519.083 176.72 522.069 176.673 524.844C171.83 534.569 167.047 543.891 162.359 552.803C160.127 555.022 157.033 556.976 153.849 555.383C155.597 556.257 156.603 557.816 157.084 559.563C157.473 560.972 157.216 562.492 156.529 563.776C151.587 572.972 146.789 581.656 142.195 589.791C141.724 590.627 141.079 591.347 140.262 591.848C138.356 593.016 136.153 593.581 134.003 592.32C135.511 593.204 136.374 594.618 136.778 596.186C137.148 597.631 136.85 599.172 136.108 600.459C130.641 609.94 125.536 618.526 120.9 626.153C120.384 627 119.694 627.717 118.82 628.195C117.022 629.169 115.003 629.549 113.026 628.393C113.616 628.741 114.107 629.169 114.511 629.654C116.043 631.505 115.958 634.219 114.7 636.245C102.397 656.042 94.714 667.052 94.714 667.052L66.0244 651.534C252.19 431.559 250.887 239.463 250.887 239.463Z' fill='%23F39814'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: -486px;
  bottom: -16px;
}
.home_index_page .main .cta-section.june2022 .cta-inner:after {
  content: "";
  display: block;
  width: 749px;
  height: 737px;
  background-image: url("data:image/svg+xml,%3Csvg width='749' height='737' viewBox='0 0 749 737' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M172.058 176.474C230.038 143.285 280.045 134.551 320.691 150.507C373.109 171.085 390.973 226.566 391.145 227.123L393.945 236.095L388.948 228.137C388.807 227.914 375.765 207.368 358.156 196.354C360.894 201.046 365.057 209.138 366.87 217.57L368.077 223.198L364.689 218.545C364.505 218.291 347.605 195.211 333.944 186.579C336.545 191.239 341.002 199.762 344.621 209.4L347.48 217.018L342.51 210.571C342.326 210.329 325.277 188.349 312.466 181.444C315.975 186.966 322.77 198.019 325.868 205.55L328.508 211.974L323.835 206.835C323.604 206.584 302.322 183.297 289.824 178.981C292.773 183.438 298.84 193.182 303.493 204.469L305.968 210.47L301.48 205.778C301.276 205.562 282.9 186.426 269.893 179.936C272.517 183.551 276.59 189.775 280.46 198.207L282.775 203.247L278.556 199.64C278.357 199.472 260.607 184.366 248.896 180.214C252.128 183.872 257.501 190.429 261.414 197.639L264.034 202.464L259.616 199.202C259.444 199.072 245.027 188.494 232.713 184.205C234.926 186.218 237.433 189.175 239.763 193.464L242.309 198.148L237.977 195.034C237.73 194.858 213.044 177.5 177.157 187.068L176.198 187.323L171.047 177.034L172.058 176.474Z' fill='%23F39814'/%3E%3Cpath d='M163.505 181.331C185.218 123.974 215.551 88.5917 253.679 76.1724C302.851 60.1498 347.907 89.046 348.357 89.3398L356.222 94.4821L347.304 91.5213C347.077 91.443 326.17 84.6047 307.402 86.9272C312.114 88.6896 319.547 91.9482 325.594 96.7421L330.102 100.318L324.529 98.8805C324.251 98.8061 299.287 92.4338 284.545 94.1297C289.171 95.9548 297.09 99.3348 305.064 103.929L312.118 107.986L304.187 106.173C303.912 106.11 279.512 100.596 266.341 103.001C272.153 104.904 283.088 108.684 289.539 112.138L295.66 115.416L288.787 114.421C288.477 114.374 260.294 110.372 248.783 114.429C253.585 115.91 263.372 119.246 273.062 124.424L278.784 127.483L272.341 126.715C272.075 126.68 248.392 123.903 235.33 126.751C239.333 127.812 245.677 129.829 253.091 133.424L258.085 135.845L252.535 135.743C252.296 135.739 231.402 135.406 220.6 139.15C225.08 139.887 232.483 141.391 239.266 144.132L244.358 146.188L238.874 146.478C238.679 146.49 222.742 147.383 211.557 151.382C214.232 151.566 217.576 152.216 221.501 153.802L226.443 155.803L221.121 156.152C220.847 156.172 193.282 158.283 173.476 185.949L172.896 186.756L163.089 182.405L163.505 181.331Z' fill='%23F39814'/%3E%3Cpath d='M165.658 181.371C145.265 127.385 144.642 83.5359 163.805 51.0286C188.531 9.09417 238.322 1.42171 238.819 1.35121L248.121 0L239.473 3.67761C239.269 3.76378 220.493 11.8592 208.701 25.0306C213.15 23.3504 220.278 21.1062 227.383 20.7302L233.132 20.4247L228.001 23.0372C227.763 23.1547 206.492 34.0543 197.065 44.343C201.506 42.7451 209.057 40.2659 217.368 38.574L225.342 36.9525L218.194 40.8417C217.967 40.967 197.64 52.0939 189.733 61.9165C195.087 59.6136 204.933 55.5875 211.528 54.0287L218.288 52.4386L212.476 56.2416C212.23 56.3982 190.148 70.9285 184.399 80.9274C188.785 78.9653 197.648 75.2955 207.557 72.9534L213.874 71.4573L208.532 75.1428C208.325 75.2838 190.191 87.8598 182.652 97.941C186.161 96.206 191.797 93.7542 199.078 91.7215L204.424 90.2332L200.194 93.8286C200.026 93.9696 185.346 106.51 179.953 115.836C183.6 113.56 189.627 110.121 195.988 107.881L201.169 106.052L197.249 109.898C197.12 110.023 186.655 120.359 181.214 130.041C183.2 128.564 185.887 127.021 189.478 125.756L194.507 123.986L190.751 127.769C190.567 127.953 172.469 146.577 175.72 178.379L175.821 179.366L166.073 182.44L165.658 181.371Z' fill='%23F39814'/%3E%3Cpath d='M62.8724 256.48C77.4967 220.596 113.709 193.811 170.499 176.876L171.603 176.547L175.14 186.37L174.294 186.891C146.275 204.041 142.323 230.435 142.288 230.701L141.556 235.988L139.919 230.908C138.693 227.109 138.285 223.906 138.274 221.344C133.703 231.829 131.756 246.951 131.733 247.135L131.048 252.583L129.36 247.358C127.213 240.708 126.269 233.564 125.87 229.177C121.562 239.364 120.445 259.319 120.434 259.55L120.136 265.092L118.084 259.938C115.174 252.645 113.67 246.461 112.914 242.517C109.323 254.936 110.341 277.742 110.356 278.005L110.662 284.487L108.026 278.553C103.745 268.938 101.219 259.354 100.107 254.576C95.4619 265.448 97.3497 292.692 97.3692 292.997L97.8666 299.926L95.0389 293.585C92.1837 287.177 89.3286 276.517 87.8834 270.74C84.7267 283.292 88.3103 306.991 88.3494 307.254L89.5871 315.298L86.0426 307.974C82.2162 300.059 79.5255 292.277 78.0764 287.671C75.4836 301.774 79.8506 326.084 79.9015 326.355L80.9354 332.014L77.6926 327.259C73.541 321.169 70.9287 313.872 69.5461 309.2C66.0722 327.067 71.1715 347.563 71.2263 347.786L73.5332 356.884L68.9743 348.675C68.7276 348.213 44.0064 302.769 62.8724 256.48Z' fill='%23F39814'/%3E%3Cpath d='M0 258.604L1.47262 249.333C1.55486 248.84 9.79527 199.801 51.5182 175.961C83.857 157.49 127.139 158.689 180.141 179.544L181.214 179.963L178.038 189.571L177.051 189.457C145.715 185.823 127.1 203.427 126.915 203.604L123.081 207.309L124.922 202.307C126.211 198.81 127.746 196.193 129.218 194.263C119.615 199.511 109.318 209.651 109.193 209.776L105.292 213.638L107.188 208.487C109.471 202.276 112.93 196.393 115.225 192.821C105.958 198.042 93.4369 212.302 93.2881 212.467L89.6339 216.646L91.1966 211.323C93.2842 204.203 95.7633 198.696 97.5258 195.25C87.4877 202.577 74.8725 220.241 74.7315 220.445L70.9716 225.736L72.5539 219.442C74.9978 209.729 78.7146 201.058 80.7199 196.738C70.7797 202.311 56.1828 223.848 56.0222 224.083L52.1409 229.844L53.825 223.108C55.4426 216.642 59.5314 207.027 61.8774 201.759C52.0939 209.459 40.8769 229.296 40.7477 229.519L36.7606 236.616L38.4918 228.665C40.262 220.523 42.796 213.133 44.4331 208.766C34.164 217.954 23.1624 238.727 23.0371 238.962L20.3582 244.057L20.742 238.312C21.2081 231.337 23.5032 224.361 25.2186 219.986C12.0982 231.446 3.86954 249.823 3.77946 250.022L0 258.604Z' fill='%23F39814'/%3E%3Cpath d='M10.939 124.685C11.2876 124.38 46.1957 94.6021 89.826 102.506C123.637 108.627 153.505 135.13 178.586 181.287L179.139 182.301L171.063 187.291L170.381 186.566C150.446 165.472 126.912 166.866 126.677 166.882L121.358 167.258L125.983 164.606C128.776 163.008 131.275 162.084 133.378 161.567C123.555 159.699 110.67 160.729 110.509 160.745L105.042 161.195L109.804 158.469C114.935 155.532 120.653 153.464 124.413 152.277C114.731 150.613 97.894 153.19 97.6982 153.221L92.215 154.075L96.8365 151C102.324 147.346 107.184 144.969 110.474 143.555C99.0181 142.924 80.1012 147.804 79.8819 147.863L73.5997 149.5L78.8557 145.693C86.1601 140.406 93.7347 136.544 97.7922 134.629C89.0818 133.215 71.3791 137.379 64.5134 139.349L57.8396 141.264L63.4598 137.187C68.3202 133.662 76.6194 129.416 81.4563 127.043C69.9652 126.855 50.735 134.049 50.5196 134.136L42.9058 137.006L49.3446 132.029C55.2429 127.466 61.2274 123.827 65.0029 121.681C52.3094 122.233 32.6405 130.219 32.433 130.305L27.1065 132.487L31.0935 128.331C35.4291 123.812 40.9828 120.314 44.7857 118.215C28.8807 118.65 12.4704 126.612 12.2863 126.702L3.86182 130.838L10.939 124.685Z' fill='%23F39814'/%3E%3Cpath d='M131.345 301.298C119.279 263.895 129.908 219.469 162.944 169.248L163.559 168.315L172.634 173.587L172.328 174.5C161.757 206.137 175.939 229.241 176.084 229.468L178.837 233.843L174.455 231.102C170.91 228.881 168.462 226.586 166.778 224.553C170.025 235.743 178.516 248.957 178.618 249.118L181.508 253.59L177.001 250.763C170.895 246.94 165.423 241.907 162.274 238.774C165.49 249.505 177.815 265.951 177.956 266.135L181.195 270.435L176.456 267.893C169.305 264.059 164.037 260.166 160.9 257.601C166.136 269.609 182.006 286.861 182.186 287.057L186.455 291.679L180.8 288.925C171.09 284.194 162.795 278.327 158.867 275.378C162.239 286.85 181.677 306.957 181.888 307.18L186.576 312.005L180.522 309.064C174.047 305.919 164.726 299.386 159.881 295.877C165.525 307.717 183.988 323.967 184.195 324.143L190.129 329.336L182.934 326.113C174.674 322.416 167.413 318.053 163.312 315.432C170.425 328.118 189.894 344.313 190.109 344.493L194.406 348.049L189.032 346.541C181.728 344.493 174.843 340.44 170.742 337.718C179.683 353.963 197.179 366.661 197.367 366.798L204.757 372.109L196.258 368.862C195.753 368.678 146.91 349.538 131.345 301.298Z' fill='%23F39814'/%3E%3Cpath d='M163.089 176.714L166.7 165.791L167.817 166.092C232.318 183.486 273.916 212.581 291.458 252.565C314.084 304.134 287.596 356.052 287.326 356.569L282.986 364.896L285.054 355.739C285.113 355.484 290.361 331.707 285.658 311.486C284.287 316.746 281.533 325.413 276.865 332.666L273.751 337.507L274.636 331.817C274.683 331.507 278.995 303.234 275.404 287.477C273.955 292.62 271.1 301.796 266.866 311.184L263.517 318.602L264.543 310.53C264.583 310.225 268.013 282.621 263.807 268.69C262.397 275.078 259.413 287.705 256.295 295.224L253.636 301.644L253.949 294.707C253.965 294.363 255.316 262.846 249.504 250.968C248.446 256.208 245.869 267.389 241.205 278.677L238.726 284.673L238.859 278.184C238.863 277.89 239.348 251.355 234.707 237.581C234.018 241.995 232.51 249.279 229.306 257.986L227.387 263.195L226.945 257.661C226.925 257.402 225.006 234.169 219.636 222.968C219.343 227.844 218.524 236.28 216.209 244.149L214.658 249.417L213.832 243.988C213.801 243.777 211.047 226.109 205.353 214.379C205.498 217.371 205.188 221.229 203.814 225.913L202.306 231.032L201.436 225.769C201.385 225.471 196.137 195.752 163.959 177.211L163.089 176.714Z' fill='%23F39814'/%3E%3Cpath d='M184.963 182.777L160.492 195.079C167.487 206.159 174.165 218.437 180.545 231.604C181.019 232.58 181.689 233.453 182.527 234.134C184.336 235.623 186.596 236.813 189.76 237.452C188.253 238.627 187.364 239.9 186.901 241.404C186.416 242.982 186.659 244.686 187.332 246.197C191.468 255.468 195.467 265.11 199.333 275.039C199.74 276.081 200.359 277.036 201.181 277.792C202.803 279.288 204.859 280.545 207.741 281.403C207.718 281.419 207.694 281.435 207.671 281.45C204.863 283.287 203.864 286.933 205.015 290.086C208.329 299.145 211.529 308.412 214.627 317.811C214.956 318.818 215.504 319.742 216.232 320.514C217.834 322.206 219.914 323.663 222.953 324.693C221.457 325.578 220.451 326.608 219.793 327.865C218.978 329.416 218.966 331.261 219.487 332.933C221.853 340.484 224.148 348.102 226.38 355.763C226.67 356.753 227.163 357.674 227.841 358.457C229.318 360.165 231.268 361.673 234.131 362.844C234.107 362.856 234.084 362.867 234.06 362.883C231.15 364.387 229.85 367.861 230.728 371.014C234.013 382.806 237.147 394.65 240.123 406.451C240.574 408.229 241.592 409.803 243.072 410.888C244.271 411.765 245.704 412.541 247.463 413.179C247.439 413.195 247.412 413.21 247.385 413.226C244.428 414.918 243.123 418.521 243.926 421.831C246.566 432.715 249.076 443.525 251.458 454.178C251.755 455.521 252.359 456.782 253.318 457.769C254.708 459.202 256.494 460.475 258.962 461.501C256.224 462.88 254.99 464.827 254.427 467.682C256.514 477.34 258.5 486.841 260.376 496.12C260.662 497.53 261.316 498.846 262.373 499.825C263.646 501.008 265.232 502.061 267.308 502.95C266.576 503.31 265.953 503.706 265.416 504.156C263.509 505.747 262.824 508.402 263.301 510.838C265.111 520.112 266.807 529.117 268.393 537.78C268.64 539.123 269.215 540.377 270.159 541.36C271.393 542.648 272.967 543.827 275.074 544.841C275.051 544.853 275.027 544.865 275 544.873C272.043 546.189 270.508 549.51 271.072 552.694C273.104 564.224 274.922 575.011 276.528 584.884C276.802 586.572 277.624 588.092 278.893 589.235C279.998 590.238 281.349 591.155 283.045 591.969C283.021 591.981 282.994 591.993 282.97 592.004C279.99 593.332 278.415 596.661 278.917 599.888C283.499 629.286 285.735 647.396 285.735 647.396H322.751C322.751 647.388 252.151 333.094 184.963 182.777Z' fill='%23F39814'/%3E%3Cpath d='M513.031 339.922C472.998 284.329 430.027 254.948 385.313 252.588C327.647 249.544 287.42 293.75 287.023 294.196L280.6 301.383L288.643 296.075C288.87 295.927 309.766 282.284 330.878 279.479C326.331 282.697 319.01 288.482 313.737 295.584L310.222 300.325L315.36 297.42C315.64 297.261 341.213 282.891 357.629 280.632C353.223 283.879 345.444 289.942 337.975 297.403L332.072 303.3L339.448 299.392C339.723 299.244 364.968 285.964 379.857 284.957C374.237 288.622 363.203 296.054 357.114 301.77L351.923 306.645L358.466 303.832C358.788 303.696 388.54 290.992 402.038 292.269C397.393 295.177 387.593 301.698 378.459 310.259L373.601 314.809L379.782 312.335C380.064 312.22 405.341 302.158 420.237 301.622C416.253 303.882 409.809 307.963 402.617 314.191L398.317 317.914L403.786 316.337C404.044 316.265 427.025 309.699 439.718 310.795C435.149 312.838 427.35 316.677 420.637 321.746L416.143 325.138L421.652 323.968C421.867 323.92 439.816 320.166 453.13 321.39C450.21 322.33 446.615 324.026 442.619 327.04L438.254 330.332L443.62 329.264C443.925 329.204 474.336 323.481 503.774 347.646L504.561 348.291L513.737 340.874L513.031 339.922Z' fill='%23F39814'/%3E%3Cpath d='M518.953 348.087C523.034 285.329 509.739 239.425 479.421 211.647C440.323 175.816 385.998 183.663 385.453 183.746L375.929 185.208L385.511 186.23C385.756 186.253 408.174 188.745 424.707 198.88C419.561 198.525 411.239 198.411 403.559 200.319L397.833 201.743L403.646 202.767C403.937 202.816 429.945 207.465 442.986 215.306C437.893 215.046 429.066 214.839 419.672 215.743L411.366 216.536L419.539 218.21C419.821 218.268 444.938 223.478 456.212 231.314C449.979 230.624 438.167 229.51 430.68 229.996L423.574 230.457L430.412 232.446C430.721 232.534 458.728 240.762 467.75 249.436C462.64 248.779 452.087 247.739 440.844 248.459L434.205 248.885L440.544 250.904C440.808 250.984 464.094 258.445 475.078 266.648C470.891 265.94 464.112 265.129 455.665 265.338L449.976 265.477L455.2 267.738C455.425 267.836 475.07 276.395 483.564 284.476C479.069 283.261 471.521 281.522 464.025 281.202L458.399 280.96L463.395 283.558C463.572 283.652 478.069 291.251 486.813 299.732C484.238 298.768 480.84 297.955 476.503 297.77L471.04 297.54L475.86 300.125C476.108 300.259 500.942 313.931 507.685 348.164L507.884 349.163L518.885 349.265L518.953 348.087Z' fill='%23F39814'/%3E%3Cpath d='M516.926 347.21C558.879 305.475 578.075 264.808 573.986 226.329C568.708 176.689 525.488 148.39 525.053 148.113L516.944 142.903L523.455 150.007C523.609 150.174 537.699 165.701 543.115 183.002C539.675 179.545 533.974 174.425 527.502 171.058L522.265 168.332L525.945 172.948C526.118 173.159 541.347 192.363 545.779 205.969C542.311 202.592 536.315 197.073 529.275 191.965L522.52 187.067L527.541 193.731C527.7 193.945 541.951 212.96 545.162 225.486C541.142 221.063 533.661 213.125 528.166 208.87L522.531 204.516L526.342 210.534C526.505 210.785 540.949 233.722 542.071 245.496C538.81 241.802 532.094 234.614 523.839 228.221L518.577 224.143L521.999 229.851C522.133 230.071 533.722 249.508 536.48 262.119C533.94 259.009 529.72 254.328 523.787 249.34L519.428 245.681L521.851 250.833C521.948 251.036 530.327 268.974 531.402 279.968C528.964 276.296 524.798 270.527 519.812 265.736L515.751 261.829L517.778 267.083C517.846 267.255 523.227 281.346 524.195 292.692C522.968 290.471 521.115 287.89 518.3 285.185L514.357 281.398L516.257 286.524C516.351 286.774 525.339 311.84 508.804 340.146L508.29 341.024L516.084 348.032L516.926 347.21Z' fill='%23F39814'/%3E%3Cpath d='M580.987 460.953C582.569 421.25 560.137 380.875 514.316 340.959L513.424 340.183L505.953 347.85L506.522 348.696C525.396 376.599 517.88 402.914 517.8 403.177L516.239 408.424L519.924 404.377C522.681 401.351 524.421 398.534 525.519 396.148C525.335 407.875 520.733 422.817 520.676 422.998L519.003 428.375L522.797 424.214C527.624 418.918 531.537 412.65 533.772 408.725C533.469 420.063 526.04 439.163 525.953 439.384L523.878 444.684L527.982 440.744C533.794 435.172 537.823 430.037 540.203 426.677C538.284 439.794 527.652 460.65 527.526 460.889L524.489 466.809L529.468 462.39C537.546 455.232 543.972 447.358 547.039 443.37C546.759 455.491 533.432 480.12 533.284 480.396L529.879 486.653L535.21 481.934C540.595 477.165 547.786 468.426 551.587 463.647C549.205 476.704 535.8 497.305 535.652 497.533L531.082 504.517L537.499 499.185C544.431 493.421 550.246 487.299 553.554 483.614C549.987 497.88 535.591 518.718 535.429 518.949L532.061 523.793L537.107 520.731C543.568 516.809 549.103 511.107 552.377 507.332C548.035 525.485 534.575 542.452 534.429 542.637L528.414 550.15L536.154 544.423C536.58 544.096 578.948 512.171 580.987 460.953Z' fill='%23F39814'/%3E%3Cpath d='M638.774 489.625L641.335 480.346C641.468 479.851 654.593 430.577 625.767 390.612C603.421 359.643 562.511 342.388 504.182 339.356L503.003 339.292L501.889 349.608L502.859 349.921C533.653 359.831 543.556 384.166 543.653 384.409L545.659 389.495L546.064 384.045C546.346 380.233 546.023 377.139 545.468 374.712C552.205 383.687 557.512 397.524 557.575 397.694L559.577 402.954L559.994 397.342C560.5 390.575 559.769 383.615 559.143 379.307C565.576 388.114 571.211 406.741 571.28 406.957L572.917 412.409L573.717 406.777C574.791 399.245 574.815 393.052 574.633 389.087C580.892 400.188 585.169 422.032 585.215 422.282L586.478 428.817L587.673 422.27C589.515 412.166 589.726 402.494 589.688 397.61C596.601 407.032 601.084 433.333 601.134 433.62L602.312 440.646L603.599 433.643C604.834 426.92 605.099 416.209 605.146 410.296C611.009 421.637 613.059 444.915 613.085 445.179L613.794 453.496L615.553 445.339C617.357 436.987 618.129 429.013 618.455 424.242C624.14 437.178 625.591 461.239 625.608 461.511L625.946 467.405L628.026 461.879C630.552 455.17 631.371 447.684 631.627 442.872C639.009 459.139 638.89 479.786 638.889 480.011L638.774 489.625Z' fill='%23F39814'/%3E%3Cpath d='M685.412 359.976C685.216 359.543 665.272 316.929 621.19 305.785C587.03 297.146 547.899 309.206 504.893 341.644L503.947 342.356L509.367 350.442L510.311 350.055C537.874 338.827 559.251 350.119 559.463 350.233L564.268 352.842L561.076 348.404C559.148 345.727 557.208 343.803 555.464 342.428C565.426 344.854 577.017 351.285 577.16 351.368L582.073 354.109L578.784 349.543C575.242 344.623 570.782 340.265 567.776 337.562C577.52 340.118 592.143 349.671 592.312 349.783L597.068 352.908L594.06 348.076C590.489 342.336 586.961 338.053 584.49 335.337C595.451 339.612 611.038 352.197 611.218 352.345L616.387 356.54L613.096 350.755C608.523 342.719 603.092 335.899 600.117 332.389C608.848 334.767 623.605 346.168 629.178 350.921L634.594 355.542L631.079 349.35C628.038 343.997 622.094 336.511 618.586 332.242C629.392 336.945 644.289 351.824 644.453 351.996L650.342 357.908L646.445 350.528C642.876 343.765 638.834 337.828 636.221 334.222C647.835 340.126 662.805 355.93 662.962 356.098L667.008 360.396L665.05 354.824C662.922 348.765 659.223 343.142 656.564 339.568C671.226 346.726 683.164 361.125 683.298 361.287L689.406 368.724L685.412 359.976Z' fill='%23F39814'/%3E%3Cpath d='M498.046 473.721C525.187 443.929 534.124 397.948 524.606 337.045L524.428 335.914L513.719 336.982L513.617 337.964C510.054 371.983 487.008 387.529 486.777 387.68L482.349 390.594L487.604 389.896C491.855 389.328 495.115 388.224 497.549 387.042C489.769 396.108 476.233 404.839 476.07 404.946L471.473 407.894L476.881 407.168C484.204 406.192 491.447 403.816 495.717 402.228C488.16 410.881 469.673 420.999 469.464 421.111L464.615 423.751L470.117 423.39C478.421 422.847 484.991 421.449 489.008 420.386C479.022 429.372 456.885 438.739 456.634 438.846L450.687 441.347L457.135 441.178C468.206 440.883 478.44 438.928 483.359 437.843C475.341 447.12 448.661 457.637 448.369 457.756L441.945 460.27L448.845 460.095C456.224 459.907 467.698 457.766 473.71 456.547C463.416 465.203 439.284 472.534 439.015 472.61L431.272 474.939L439.356 474.985C448.636 475.04 457.266 474.05 462.206 473.345C450.182 482.167 425.133 489.019 424.856 489.096L419.336 490.592L424.992 491.465C432.679 492.654 440.827 491.793 445.811 490.993C430.568 502.362 408.847 506.787 408.613 506.835L399.46 508.656L408.771 509.233C409.321 509.275 463.039 512.143 498.046 473.721Z' fill='%23F39814'/%3E%3Cpath d='M521.301 343.954L522.567 332.224L521.397 332.032C453.804 320.887 402.624 330.388 369.275 360.264C326.264 398.796 328.949 458.503 328.982 459.1L329.498 468.715L331.455 459.29C331.508 459.027 336.703 434.604 349.677 417.726C348.724 423.217 347.615 432.477 348.894 441.229L349.745 447.07L351.335 441.382C351.422 441.073 359.399 412.851 369.44 399.668C368.61 405.083 367.38 414.861 367.347 425.421L367.323 433.767L369.792 425.797C369.885 425.495 378.401 398.272 388.241 387.053C386.845 393.615 384.271 406.668 383.989 415.011L383.746 422.132L386.398 415.524C386.53 415.196 398.648 385.203 409.116 376.582C407.878 381.923 405.537 393.454 405.1 405.971L404.868 412.62L407.499 406.506C407.62 406.23 418.431 381.255 428.61 370.368C427.38 374.78 425.695 382.221 424.99 391.708L424.57 397.385L427.332 392.407C427.46 392.174 439.114 371.302 448.881 363.125C447.086 367.801 444.268 376.024 443.089 384.351L442.3 389.927L445.376 385.21C445.495 385.026 455.565 369.703 465.861 361.171C464.455 363.903 463.106 367.635 462.401 372.591L461.635 378.01L464.682 373.465C464.855 373.209 482.37 347.696 520.278 344.049L521.301 343.954Z' fill='%23F39814'/%3E%3Cpath d='M498.31 340.326L515.93 362.197C504.697 369.571 493.251 378.197 481.706 387.78C480.85 388.489 479.854 389.02 478.782 389.3C476.461 389.921 473.846 390.074 470.621 389.326C471.53 391.063 471.82 392.629 471.613 394.229C471.396 395.908 470.446 397.395 469.176 398.52C461.38 405.418 453.554 412.722 445.73 420.348C444.908 421.148 443.925 421.777 442.836 422.134C440.687 422.842 438.234 423.143 435.18 422.72C435.195 422.744 435.21 422.769 435.225 422.793C437.067 425.7 436.451 429.528 434.038 431.982C427.1 439.031 420.179 446.323 413.297 453.782C412.563 454.582 411.658 455.212 410.651 455.623C408.437 456.522 405.878 456.999 402.603 456.671C403.624 458.132 404.126 459.521 404.207 460.974C404.309 462.767 403.537 464.494 402.341 465.834C396.927 471.879 391.551 478.015 386.215 484.218C385.524 485.02 384.672 485.67 383.707 486.113C381.604 487.08 379.144 487.66 375.974 487.538C375.991 487.559 376.008 487.58 376.023 487.604C378.101 490.243 377.84 494.038 375.683 496.609C367.609 506.222 359.657 515.947 351.869 525.699C350.694 527.167 349.075 528.205 347.232 528.589C345.741 528.899 344.074 529.014 342.162 528.864C342.177 528.888 342.196 528.915 342.215 528.941C344.257 531.776 343.945 535.693 341.79 538.441C334.706 547.48 327.774 556.505 321.028 565.438C320.18 566.566 319.082 567.487 317.767 568.001C315.861 568.748 313.654 569.179 310.915 569.089C312.885 571.538 313.21 573.879 312.525 576.783C306.476 584.912 300.589 592.939 294.899 600.803C294.034 601.998 292.865 602.949 291.462 603.414C289.772 603.977 287.844 604.287 285.529 604.236C286.059 604.883 286.473 605.517 286.782 606.165C287.888 608.459 287.4 611.229 285.92 613.3C280.294 621.189 274.889 628.874 269.731 636.288C268.93 637.437 267.861 638.362 266.562 638.879C264.864 639.558 262.893 639.99 260.496 640.043C260.513 640.064 260.53 640.085 260.552 640.104C262.754 642.587 262.777 646.339 260.899 649.072C254.107 658.972 247.832 668.269 242.141 676.804C241.169 678.263 239.756 679.332 238.086 679.861C236.629 680.328 234.979 680.61 233.05 680.651C233.067 680.672 233.088 680.694 233.105 680.715C235.323 683.22 235.38 686.996 233.542 689.795C216.785 715.291 207.009 731.247 207.009 731.247L172.458 715.534C172.461 715.526 371.782 452.118 498.31 340.326Z' fill='%23F39814'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  right: -708px;
  bottom: -116px;
}
.home_index_page .main .cta-section.june2022 .cta-inner img {
  display: none;
  height: auto;
  position: absolute;
  bottom: 0;
  -ms-interpolation-mode: nearest-neighbor;
      image-rendering: pixelated;
  image-rendering: -webkit-optimize-contrast;
}
.home_index_page .main .cta-section.june2022 .cta-inner img.img-man-1920 {
  display: block;
  width: 363px;
  right: 320px;
}
.home_index_page .main .cta-section.june2022 .cta-inner img.img-man-1440 {
  width: 361px;
  right: 320px;
}
.home_index_page .main .cta-section.june2022 .cta-inner img.img-man-1024 {
  width: 299px;
  right: 320px;
}
.home_index_page .main .cta-section.june2022 .cta-inner img.img-man-768 {
  width: 299px;
  right: 82px;
}
.home_index_page .main .cta-section.june2022 .cta-inner img.img-man-480 {
  width: 302px;
  right: -110px;
  z-index: 2;
}
.home_index_page .main .cta-section.june2022 .cta-inner img.img-man-375 {
  width: 304px;
  right: -115px;
}
@media (min-width: 640px) {
  .home_index_page .main .cta-section.june2022 .cta-inner {
    width: 450px;
    padding-bottom: 210px;
  }
}
@media (min-width: 768px) {
  .home_index_page .main .cta-section.june2022 .cta-inner {
    width: 720px;
    padding: 30px 0;
  }
}
@media (min-width: 1024px) {
  .home_index_page .main .cta-section.june2022 .cta-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 940px;
    height: 560px;
    padding: 40px 0;
  }
}
@media (min-width: 1280px) {
  .home_index_page .main .cta-section.june2022 .cta-inner {
    width: 1170px;
    height: 600px;
  }
}
@media (max-width: 1919px) {
  .home_index_page .main .cta-section.june2022 .cta-inner:before {
    width: 304px;
    height: 413px;
    background-image: url("data:image/svg+xml,%3Csvg width='304' height='413' viewBox='0 0 304 413' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M160.728 117.825C199.039 110.067 228.421 114.418 248.059 130.763C273.384 151.839 273.093 185.941 273.088 186.285L272.994 191.783L271.682 186.443C271.643 186.296 268.181 172.481 260.429 163.123C261.085 166.233 261.91 171.492 261.363 176.51L260.998 179.857L259.974 176.651C259.918 176.475 254.781 160.546 248.783 153.239C249.37 156.308 250.276 161.861 250.512 167.88L250.699 172.64L249.125 168.145C249.066 167.974 243.643 152.632 237.799 146.438C238.733 150.151 240.473 157.54 240.806 162.293L241.09 166.346L239.441 162.632C239.361 162.449 231.825 145.6 225.678 140.901C226.496 143.917 228.071 150.447 228.578 157.573L228.846 161.36L227.219 157.929C227.144 157.773 220.46 143.76 214.43 137.761C215.221 140.252 216.339 144.46 216.938 149.854L217.295 153.08L215.617 150.299C215.537 150.168 208.458 138.51 202.719 134.05C203.842 136.678 205.617 141.309 206.465 146.034L207.032 149.197L205.179 146.571C205.106 146.469 199.047 137.939 192.999 133.291C193.858 134.816 194.707 136.919 195.21 139.731L195.76 142.803L193.927 140.274C193.824 140.132 183.305 125.95 161.612 124.656L161.031 124.62L160.065 117.96L160.728 117.825Z' fill='%23F39814'/%3E%3Cpath d='M155.084 118.952C177.702 91.093 201.062 77.0248 224.523 77.1454C254.783 77.2989 274.488 101.639 274.684 101.885L278.106 106.189L273.698 102.9C273.586 102.817 263.234 95.1722 252.382 93.0069C254.675 94.8535 258.203 98.0313 260.679 101.806L262.527 104.623L259.696 102.798C259.555 102.707 246.862 94.5734 238.362 92.8004C240.594 94.6662 244.371 98.0004 247.954 102.019L251.124 105.573L247.052 103.103C246.912 103.02 234.374 95.4648 226.617 94.3756C229.495 96.5044 234.873 100.616 237.82 103.722L240.617 106.67L236.985 104.851C236.821 104.77 221.905 97.3567 214.765 97.4922C217.158 99.1985 221.981 102.853 226.41 107.511L229.028 110.264L225.59 108.649C225.448 108.582 212.805 102.68 205.027 101.857C207.055 103.183 210.207 105.474 213.664 108.835L215.992 111.099L212.93 110.02C212.799 109.975 201.255 105.942 194.566 106.033C196.919 107.266 200.752 109.465 204.017 112.237L206.465 114.318L203.367 113.469C203.257 113.44 194.242 111.001 187.294 111.163C188.748 111.756 190.484 112.736 192.37 114.339L194.747 116.36L191.727 115.574C191.571 115.535 175.874 111.635 159.782 123.354L159.312 123.695L154.665 119.472L155.084 118.952Z' fill='%23F39814'/%3E%3Cpath d='M156.271 119.368C154.881 85.6315 162.606 61.1599 179.236 46.6334C200.685 27.895 229.753 32.7975 230.042 32.8503L235.458 33.8145L229.978 34.2655C229.848 34.2774 217.93 35.3146 208.954 40.4624C211.734 40.3483 216.107 40.4115 220.121 41.5103L223.369 42.4002L220.04 42.9066C219.885 42.9284 206.067 45.0654 198.934 49.0456C201.695 48.9751 206.345 48.9894 211.273 49.5799L216 50.1481L211.313 50.993C211.164 51.02 197.827 53.4604 191.627 57.4587C195.022 57.1666 201.234 56.7398 205.183 57.0909L209.233 57.4486L205.305 58.4909C205.139 58.5334 190.2 62.5381 185.165 67.0332C187.964 66.7517 193.561 66.3429 199.496 66.8664L203.279 67.1989L199.634 68.2622C199.493 68.3044 187.107 71.952 181.062 76.1627C183.331 75.8453 186.912 75.5209 191.329 75.7326L194.573 75.8881L191.561 77.1069C191.442 77.1555 180.982 81.4178 176.267 85.6046C178.712 85.0124 182.694 84.2102 186.638 84.1374L189.851 84.0764L186.966 85.4904C186.871 85.5365 179.157 89.3499 174.353 93.7268C175.728 93.2702 177.505 92.9098 179.734 92.8677L182.852 92.8094L180.068 94.2182C179.933 94.2881 166.451 101.299 162.403 119.56L162.277 120.129L156.297 120.042L156.271 119.368Z' fill='%23F39814'/%3E%3Cpath d='M85.3585 142.165C100.088 124.927 125.129 116.716 159.789 117.762L160.462 117.783L160.618 123.891L160.052 124.023C141.332 128.391 134.279 142.324 134.21 142.465L132.832 145.265L132.856 142.143C132.875 139.807 133.238 137.953 133.704 136.527C129.237 141.509 125.372 149.548 125.324 149.646L123.942 152.546L123.966 149.335C123.997 145.245 124.79 141.103 125.374 138.594C121.109 143.457 116.812 154.338 116.765 154.463L115.58 157.487L115.388 154.244C115.116 149.659 115.418 145.947 115.725 143.618C111.446 149.855 107.813 162.71 107.772 162.856L106.747 166.511L106.373 162.734C105.766 156.605 106.127 150.814 106.388 147.956C101.807 153.142 97.8396 168.621 97.7973 168.791L96.7986 172.73L96.3962 168.687C95.9875 164.604 96.3653 158.159 96.6262 154.682C92.5616 161.072 90.1889 174.896 90.1636 175.049L89.3693 179.746L88.7512 175.025C88.083 169.925 88.0204 165.11 88.0649 162.284C84.0307 169.639 81.979 183.946 81.958 184.105L81.4892 187.441L80.5649 184.203C79.3811 180.055 79.2727 175.524 79.3629 172.672C74.1454 181.956 73.2055 194.276 73.1955 194.411L72.8025 199.89L71.7814 194.492C71.7263 194.19 66.3612 164.402 85.3585 142.165Z' fill='%23F39814'/%3E%3Cpath d='M50.0498 131.77L52.5749 126.893C52.7087 126.634 66.3134 100.911 93.8761 95.3528C115.237 91.0465 139.055 99.6774 164.655 121.019L165.174 121.45L161.643 126.203L161.116 125.958C144.381 118.171 130.801 124.523 130.667 124.589L127.855 125.941L129.798 123.501C131.156 121.795 132.492 120.627 133.665 119.824C127.364 120.971 119.782 124.709 119.688 124.754L116.812 126.183L118.813 123.67C121.224 120.641 124.227 118.009 126.16 116.447C120.052 117.641 110.472 123.257 110.361 123.321L107.563 124.971L109.41 122.303C111.882 118.732 114.272 116.13 115.883 114.541C108.959 116.763 98.7029 124.252 98.5851 124.339L95.5236 126.584L97.5608 123.379C100.703 118.433 104.365 114.301 106.275 112.272C99.7278 113.537 87.656 122.814 87.5237 122.915L84.3078 125.399L86.4836 121.967C88.5725 118.673 92.6128 114.086 94.8858 111.591C88.0345 114.066 78.1508 123.022 78.0415 123.122L74.5217 126.327L76.9472 122.231C79.4305 118.034 82.1974 114.396 83.9112 112.269C76.5181 115.481 66.5823 124.997 66.4701 125.102L64.0441 127.44L65.3143 124.32C66.8558 120.532 69.4133 117.08 71.1714 114.968C61.7752 118.916 53.8234 127.608 53.7361 127.703L50.0498 131.77Z' fill='%23F39814'/%3E%3Cpath d='M80.775 59.4071C81.0261 59.303 105.894 49.1912 128.671 61.6072C146.326 71.2319 158.033 91.4507 163.468 121.702L163.588 122.366L158.186 123.651L157.939 123.126C150.749 107.738 137.422 104.182 137.289 104.148L134.267 103.377L137.323 102.757C139.168 102.383 140.725 102.329 141.99 102.43C136.879 99.5838 129.532 97.7846 129.439 97.7628L126.319 97.007L129.467 96.3701C132.856 95.6822 136.413 95.5869 138.719 95.6205C133.65 92.9132 123.821 91.2463 123.707 91.2275L120.505 90.6923L123.635 89.8344C127.356 88.8179 130.494 88.3883 132.579 88.2085C126.333 85.7488 114.929 84.9795 114.797 84.9702L111.007 84.7238L114.628 83.5772C119.659 81.9851 124.576 81.2339 127.184 80.9189C122.607 78.5291 112.009 77.5845 107.832 77.4149L103.775 77.2519L107.646 76.0221C110.995 74.9577 116.387 74.1276 119.51 73.7007C113.161 71.4817 101.158 71.9363 101.021 71.943L96.2631 72.138L100.755 70.5577C104.873 69.1082 108.864 68.1899 111.355 67.6935C104.204 65.664 91.8097 66.4764 91.6777 66.4879L88.3181 66.7192L91.2958 65.1462C94.5365 63.4317 98.2635 62.5118 100.764 62.048C91.8496 59.3624 81.2703 60.7618 81.1502 60.7798L75.7093 61.527L80.775 59.4071Z' fill='%23F39814'/%3E%3Cpath d='M115.14 179.661C115.322 156.667 129.404 133.949 156.994 112.138L157.509 111.732L161.579 116.33L161.242 116.781C149.546 132.408 153.171 147.847 153.208 148.002L153.932 150.94L152.003 148.61C150.442 146.724 149.505 144.998 148.942 143.56C148.687 150.373 150.968 159.274 150.998 159.382L151.778 162.395L149.793 159.997C147.106 156.751 144.994 152.948 143.82 150.63C143.631 157.182 147.45 168.585 147.493 168.713L148.501 171.695L146.335 169.41C143.069 165.965 140.859 162.833 139.589 160.83C140.287 168.464 145.925 180.966 145.989 181.106L147.511 184.459L144.875 181.887C140.353 177.474 136.826 172.689 135.189 170.326C134.951 177.317 142.043 192.066 142.121 192.228L143.836 195.773L141.014 193.024C137.997 190.086 134.022 184.743 131.978 181.902C132.931 189.517 140.198 201.937 140.279 202.075L142.619 206.052L139.215 202.936C135.307 199.36 132.078 195.603 130.283 193.392C131.899 201.747 139.731 214.325 139.817 214.464L141.55 217.232L138.845 215.405C135.165 212.923 132.088 209.408 130.309 207.138C132.285 217.809 139.664 228.079 139.745 228.19L142.872 232.499L138.747 229.132C138.51 228.942 114.906 209.321 115.14 179.661Z' fill='%23F39814'/%3E%3Cpath d='M155.702 116.309L159.717 110.908L160.281 111.28C192.904 132.812 210.654 156.628 213.036 182.067C216.109 214.873 191.842 238.833 191.596 239.07L187.654 242.895L190.489 238.19C190.566 238.058 197.86 225.821 198.969 213.724C197.242 216.393 194.115 220.701 190.188 223.868L187.568 225.985L189.105 222.987C189.19 222.824 196.788 207.916 197.693 198.501C195.945 201.09 192.668 205.664 188.588 210.096L185.365 213.6L187.419 209.305C187.496 209.143 194.481 194.445 194.71 185.931C192.752 189.221 188.771 195.684 185.653 199.287L182.994 202.362L184.446 198.566C184.517 198.379 191.068 181.122 190.026 173.455C188.476 176.17 184.986 181.909 180.318 187.315L177.835 190.191L179.105 186.612C179.161 186.449 184.314 171.802 184.272 163.297C183.076 165.619 180.898 169.39 177.515 173.635L175.491 176.175L176.264 173.02C176.299 172.872 179.51 159.617 178.591 152.407C177.532 155.06 175.523 159.595 172.789 163.539L170.959 166.181L171.498 163.012C171.52 162.891 173.244 152.569 172.239 145.008C171.771 146.695 170.888 148.784 169.262 151.132L167.483 153.698L167.969 150.615C167.998 150.439 170.551 132.969 156.092 116.745L155.702 116.309Z' fill='%23F39814'/%3E%3Cpath d='M151.022 125.61L165.826 122.606C166.492 129.763 166.991 136.911 167.351 144.037C167.37 144.399 167.343 144.767 167.244 145.117C166.771 146.808 165.824 148.502 163.916 148.788C164.508 148.699 165.062 148.767 165.564 148.947C166.86 149.413 167.65 150.726 167.7 152.088C167.895 157.519 168.01 162.93 168.047 168.317C168.05 168.701 168.001 169.087 167.871 169.451C167.231 171.266 166.065 173.043 163.941 173.14C165.242 173.079 166.317 173.678 167.133 174.551C167.742 175.201 168.048 176.078 168.042 176.965C167.999 182.527 167.882 188.053 167.694 193.536C167.681 193.954 167.604 194.37 167.438 194.754C166.732 196.368 165.563 197.824 163.632 197.856C164.618 197.839 165.461 198.202 166.154 198.77C166.997 199.464 167.418 200.544 167.367 201.623C167.103 207.271 166.768 212.866 166.371 218.396C166.339 218.836 166.239 219.274 166.037 219.667C165.271 221.154 164.077 222.448 162.241 222.376C162.806 222.397 163.317 222.545 163.776 222.783C165.157 223.505 165.86 225.08 165.731 226.615C165.265 232.178 164.741 237.667 164.164 243.072C164.095 243.728 163.886 244.363 163.5 244.898C162.664 246.061 161.508 246.946 159.941 246.755C161.155 246.902 162.06 247.629 162.686 248.569C163.191 249.332 163.359 250.269 163.254 251.173C162.595 256.762 161.889 262.256 161.136 267.635C161.055 268.216 160.862 268.776 160.532 269.265C159.714 270.48 158.548 271.443 156.941 271.234C157.669 271.33 158.283 271.638 158.791 272.075C159.787 272.935 160.176 274.307 159.98 275.598C159.087 281.548 158.148 287.342 157.177 292.975C156.276 294.522 154.885 295.985 152.912 295.627C154.661 295.945 155.678 297.478 156.109 299.054C154.975 305.345 153.808 311.399 152.628 317.206C151.732 318.827 150.307 320.441 148.246 320.066C149.377 320.271 150.202 320.986 150.762 321.894C151.214 322.626 151.319 323.527 151.142 324.365C149.865 330.374 148.585 336.07 147.33 341.423C147.202 341.973 146.956 342.486 146.577 342.903C145.692 343.877 144.541 344.559 143.119 344.201C144.117 344.453 144.837 345.109 145.323 345.928C145.77 346.684 145.856 347.603 145.649 348.452C144.122 354.709 142.653 360.4 141.29 365.473C141.138 366.036 140.866 366.555 140.451 366.969C139.597 367.816 138.518 368.363 137.211 368.036C137.601 368.135 137.95 368.296 138.258 368.503C139.428 369.296 139.827 370.843 139.45 372.195C135.761 385.406 133.235 392.891 133.235 392.891L114.471 388.851C183.403 233.915 151.022 125.61 151.022 125.61Z' fill='%23F39814'/%3E%3C/svg%3E%0A");
    left: -272px;
    bottom: 20px;
  }
  .home_index_page .main .cta-section.june2022 .cta-inner:after {
    width: 305px;
    height: 501px;
    background-image: url("data:image/svg+xml,%3Csvg width='305' height='501' viewBox='0 0 305 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M133.15 136.568C178.02 110.884 216.718 104.125 248.173 116.473C288.738 132.397 302.562 175.333 302.695 175.763L304.862 182.707L300.995 176.548C300.886 176.375 290.793 160.475 277.166 151.953C279.285 155.584 282.507 161.845 283.91 168.371L284.843 172.726L282.222 169.126C282.079 168.929 269.001 151.068 258.429 144.387C260.442 147.994 263.891 154.589 266.691 162.048L268.904 167.944L265.058 162.955C264.915 162.767 251.722 145.757 241.808 140.414C244.524 144.688 249.782 153.241 252.18 159.069L254.222 164.04L250.606 160.063C250.428 159.869 233.958 141.848 224.286 138.508C226.569 141.957 231.263 149.498 234.864 158.233L236.78 162.876L233.306 159.245C233.149 159.078 218.928 144.269 208.862 139.247C210.893 142.045 214.045 146.861 217.039 153.386L218.831 157.287L215.566 154.495C215.412 154.365 201.676 142.675 192.613 139.462C195.114 142.293 199.272 147.367 202.3 152.947L204.328 156.681L200.909 154.156C200.776 154.056 189.619 145.87 180.09 142.551C181.802 144.109 183.742 146.397 185.545 149.716L187.515 153.341L184.163 150.931C183.972 150.795 164.869 137.362 137.097 144.766L136.354 144.963L132.368 137.001L133.15 136.568Z' fill='%23F39814'/%3E%3Cpath d='M126.531 140.327C143.334 95.9394 166.808 68.5583 196.314 58.9473C234.367 46.548 269.234 68.9099 269.583 69.1372L275.669 73.1167L268.767 70.8254C268.592 70.7648 252.413 65.4729 237.889 67.2702C241.535 68.6341 247.288 71.1558 251.967 74.8656L255.456 77.6328L251.143 76.5205C250.928 76.4629 231.609 71.5316 220.2 72.844C223.78 74.2563 229.908 76.8721 236.079 80.4273L241.538 83.5672L235.4 82.164C235.188 82.1155 216.306 77.848 206.113 79.709C210.611 81.182 219.073 84.1068 224.065 86.7801L228.802 89.3168L223.483 88.547C223.243 88.5106 201.433 85.4131 192.525 88.5531C196.241 89.6988 203.815 92.2811 211.314 96.2879L215.742 98.6551L210.756 98.061C210.55 98.0337 192.222 95.8848 182.114 98.0883C185.212 98.9096 190.122 100.471 195.859 103.253L199.724 105.126L195.429 105.047C195.244 105.044 179.074 104.787 170.715 107.684C174.182 108.254 179.911 109.418 185.16 111.539L189.1 113.131L184.857 113.355C184.706 113.364 172.373 114.055 163.717 117.15C165.787 117.292 168.375 117.795 171.412 119.023L175.237 120.571L171.118 120.841C170.906 120.856 149.575 122.49 134.247 143.9L133.799 144.525L126.209 141.157L126.531 140.327Z' fill='%23F39814'/%3E%3Cpath d='M128.198 140.358C112.416 98.5797 111.934 64.6459 126.764 39.4895C145.898 7.03771 184.43 1.10022 184.815 1.04566L192.013 0L185.321 2.84599C185.163 2.91267 170.633 9.17751 161.507 19.3704C164.95 18.0701 170.466 16.3335 175.964 16.0425L180.414 15.8061L176.443 17.8278C176.258 17.9187 159.798 26.3536 152.502 34.3157C155.939 33.0791 161.783 31.1606 168.214 29.8512L174.385 28.5965L168.854 31.6062C168.678 31.7032 152.948 40.3139 146.828 47.9153C150.972 46.1332 158.591 43.0175 163.695 41.8112L168.927 40.5806L164.429 43.5236C164.238 43.6449 147.15 54.8894 142.7 62.6273C146.095 61.1088 152.954 58.2689 160.622 56.4565L165.511 55.2986L161.377 58.1507C161.216 58.2598 147.183 67.992 141.349 75.7936C144.064 74.4509 148.426 72.5535 154.06 70.9805L158.197 69.8287L154.924 72.6111C154.794 72.7202 143.434 82.4251 139.26 89.6417C142.082 87.8808 146.747 85.2196 151.669 83.4859L155.679 82.0705L152.645 85.0468C152.545 85.1438 144.446 93.1423 140.236 100.635C141.773 99.4921 143.852 98.2979 146.631 97.3189L150.523 95.949L147.616 98.8768C147.474 99.0193 133.468 113.431 135.984 138.042L136.063 138.806L128.519 141.185L128.198 140.358Z' fill='%23F39814'/%3E%3Cpath d='M48.6546 198.481C59.9719 170.712 87.9956 149.984 131.943 136.879L132.798 136.624L135.535 144.225L134.88 144.629C113.197 157.901 110.139 178.326 110.112 178.532L109.545 182.624L108.278 178.693C107.33 175.753 107.014 173.274 107.005 171.291C103.468 179.405 101.962 191.107 101.944 191.25L101.413 195.466L100.107 191.423C98.4461 186.276 97.7156 180.748 97.4065 177.353C94.0725 185.237 93.2087 200.679 93.1996 200.858L92.9692 205.146L91.3811 201.158C89.1291 195.514 87.9652 190.728 87.3803 187.676C84.601 197.287 85.389 214.936 85.4011 215.139L85.6375 220.155L83.5977 215.564C80.285 208.123 78.3301 200.706 77.4693 197.008C73.8746 205.422 75.3355 226.505 75.3507 226.742L75.7356 232.103L73.5473 227.196C71.3378 222.238 69.1283 213.988 68.0099 209.517C65.567 219.231 68.3402 237.571 68.3705 237.774L69.3283 243.999L66.5853 238.332C63.6242 232.206 61.5419 226.184 60.4205 222.62C58.4141 233.534 61.7935 252.346 61.8329 252.556L62.6331 256.935L60.1235 253.256C56.9107 248.543 54.8891 242.896 53.8192 239.28C51.1308 253.107 55.077 268.968 55.1195 269.141L56.9047 276.181L53.3767 269.829C53.1858 269.471 34.0548 234.304 48.6546 198.481Z' fill='%23F39814'/%3E%3Cpath d='M0 200.125L1.13961 192.951C1.20326 192.569 7.58026 154.62 39.8683 136.171C64.8944 121.877 98.3888 122.804 139.406 138.944L140.236 139.268L137.778 146.703L137.014 146.615C112.764 143.802 98.3585 157.426 98.216 157.563L95.2488 160.43L96.6733 156.559C97.6705 153.853 98.8586 151.828 99.9982 150.334C92.5665 154.395 84.5982 162.242 84.5013 162.339L81.4825 165.328L82.9494 161.342C84.7164 156.535 87.3927 151.983 89.1688 149.218C81.9977 153.259 72.308 164.294 72.1928 164.422L69.365 167.655L70.5743 163.536C72.1898 158.026 74.1083 153.765 75.4722 151.098C67.704 156.768 57.9415 170.438 57.8324 170.595L54.9228 174.69L56.1473 169.819C58.0385 162.303 60.9148 155.592 62.4667 152.249C54.7743 156.562 43.4781 173.229 43.3539 173.411L40.3503 177.87L41.6535 172.656C42.9053 167.652 46.0695 160.212 47.8851 156.135C40.3139 162.094 31.6334 177.445 31.5334 177.618L28.4479 183.11L29.7876 176.957C31.1576 170.656 33.1185 164.937 34.3855 161.557C26.4385 168.668 17.9247 184.744 17.8277 184.925L15.7546 188.869L16.0516 184.422C16.4123 179.024 18.1884 173.626 19.5159 170.241C9.36242 179.109 2.99452 193.33 2.92481 193.485L0 200.125Z' fill='%23F39814'/%3E%3Cpath d='M8.4651 96.4899C8.73485 96.2535 35.7492 73.2097 69.5133 79.326C95.679 84.0633 118.793 104.573 138.202 140.292L138.63 141.077L132.38 144.939L131.853 144.378C116.425 128.054 98.2128 129.133 98.031 129.145L93.915 129.436L97.4945 127.384C99.6555 126.147 101.589 125.432 103.217 125.032C95.6153 123.586 85.6437 124.383 85.5194 124.395L81.2883 124.744L84.9739 122.634C88.9443 120.361 93.3694 118.761 96.2791 117.843C88.7867 116.554 75.7569 118.549 75.6054 118.573L71.3622 119.234L74.9386 116.854C79.1849 114.027 82.9462 112.187 85.4922 111.093C76.6268 110.605 61.9876 114.381 61.8179 114.427L56.9563 115.694L61.0238 112.748C66.6764 108.656 72.5381 105.667 75.6781 104.185C68.9374 103.091 55.2378 106.313 49.9247 107.838L44.76 109.32L49.1093 106.165C52.8707 103.437 59.2931 100.151 63.0363 98.3146C54.1437 98.1691 39.262 103.737 39.0953 103.803L33.2032 106.025L38.186 102.173C42.7505 98.6419 47.3817 95.8262 50.3035 94.1652C40.4804 94.5926 25.2593 100.773 25.0986 100.839L20.9766 102.527L24.0621 99.3117C27.4173 95.814 31.7151 93.1074 34.6581 91.4829C22.3496 91.8193 9.65017 97.9812 9.50772 98.0509L2.98828 101.251L8.4651 96.4899Z' fill='%23F39814'/%3E%3Cpath d='M101.644 233.165C92.3059 204.22 100.532 169.841 126.097 130.976L126.573 130.254L133.596 134.334L133.359 135.04C125.179 159.524 136.154 177.403 136.266 177.579L138.397 180.964L135.005 178.843C132.262 177.124 130.368 175.348 129.065 173.775C131.577 182.434 138.148 192.66 138.227 192.785L140.464 196.246L136.975 194.058C132.25 191.1 128.016 187.205 125.579 184.78C128.067 193.085 137.606 205.811 137.715 205.954L140.221 209.282L136.554 207.315C131.019 204.348 126.943 201.335 124.515 199.35C128.567 208.642 140.849 221.993 140.988 222.145L144.292 225.721L139.915 223.591C132.402 219.929 125.982 215.389 122.942 213.107C125.552 221.984 140.594 237.545 140.758 237.718L144.386 241.452L139.7 239.175C134.69 236.742 127.476 231.686 123.727 228.97C128.095 238.133 142.382 250.708 142.543 250.844L147.135 254.863L141.567 252.369C135.175 249.508 129.556 246.131 126.382 244.104C131.886 253.921 146.953 266.454 147.12 266.593L150.444 269.345L146.286 268.178C140.633 266.593 135.305 263.456 132.132 261.35C139.051 273.922 152.59 283.748 152.736 283.854L158.455 287.964L151.878 285.451C151.487 285.309 113.689 270.497 101.644 233.165Z' fill='%23F39814'/%3E%3Cpath d='M126.209 136.753L129.004 128.3L129.868 128.534C179.784 141.994 211.975 164.51 225.55 195.453C243.059 235.36 222.562 275.538 222.352 275.938L218.994 282.382L220.594 275.296C220.64 275.099 224.701 256.698 221.061 241.049C220 245.12 217.87 251.827 214.257 257.441L211.847 261.187L212.532 256.783C212.569 256.543 215.906 234.663 213.126 222.47C212.005 226.45 209.795 233.551 206.519 240.816L203.928 246.557L204.722 240.31C204.752 240.074 207.407 218.712 204.152 207.931C203.061 212.874 200.751 222.646 198.339 228.465L196.281 233.433L196.523 228.065C196.535 227.798 197.581 203.409 193.083 194.216C192.265 198.271 190.27 206.925 186.661 215.66L184.742 220.3L184.845 215.278C184.848 215.051 185.224 194.516 181.632 183.857C181.099 187.272 179.932 192.91 177.453 199.647L175.968 203.679L175.625 199.396C175.61 199.196 174.125 181.217 169.969 172.548C169.742 176.322 169.109 182.85 167.317 188.939L166.117 193.016L165.478 188.815C165.453 188.651 163.323 174.979 158.916 165.902C159.028 168.217 158.789 171.203 157.725 174.828L156.558 178.789L155.885 174.715C155.846 174.485 151.784 151.487 126.882 137.138L126.209 136.753Z' fill='%23F39814'/%3E%3Cpath d='M143.136 141.445L124.199 150.965C129.613 159.54 134.78 169.042 139.718 179.231C140.084 179.986 140.603 180.662 141.251 181.189C142.652 182.341 144.4 183.262 146.849 183.757C145.682 184.666 144.994 185.651 144.637 186.815C144.261 188.036 144.449 189.355 144.97 190.525C148.171 197.699 151.265 205.161 154.257 212.844C154.572 213.65 155.051 214.39 155.687 214.975C156.942 216.133 158.533 217.105 160.764 217.769C160.746 217.781 160.728 217.793 160.71 217.806C158.536 219.227 157.764 222.049 158.655 224.489C161.219 231.499 163.695 238.67 166.092 245.944C166.347 246.723 166.771 247.439 167.335 248.036C168.575 249.345 170.184 250.473 172.536 251.27C171.378 251.955 170.599 252.752 170.09 253.725C169.46 254.925 169.451 256.353 169.854 257.647C171.684 263.49 173.461 269.385 175.188 275.314C175.412 276.081 175.794 276.793 176.319 277.399C177.461 278.721 178.971 279.887 181.186 280.794C181.168 280.803 181.15 280.812 181.132 280.824C178.88 281.988 177.874 284.676 178.552 287.116C181.095 296.242 183.52 305.408 185.824 314.54C186.172 315.916 186.96 317.134 188.106 317.974C189.033 318.652 190.143 319.253 191.503 319.747C191.485 319.759 191.464 319.771 191.443 319.783C189.154 321.092 188.145 323.881 188.767 326.442C190.809 334.865 192.752 343.23 194.595 351.474C194.825 352.514 195.292 353.49 196.035 354.253C197.111 355.363 198.493 356.348 200.402 357.142C198.284 358.209 197.329 359.715 196.892 361.925C198.508 369.399 200.044 376.752 201.496 383.932C201.718 385.023 202.224 386.041 203.042 386.799C204.027 387.714 205.255 388.53 206.861 389.218C206.294 389.496 205.812 389.803 205.397 390.151C203.921 391.382 203.391 393.437 203.76 395.322C205.161 402.499 206.473 409.467 207.701 416.171C207.891 417.211 208.337 418.181 209.067 418.942C210.022 419.939 211.241 420.851 212.871 421.636C212.853 421.645 212.835 421.654 212.814 421.66C210.525 422.679 209.337 425.249 209.774 427.713C211.347 436.636 212.753 444.983 213.996 452.624C214.208 453.93 214.844 455.106 215.826 455.991C216.681 456.767 217.727 457.476 219.039 458.107C219.021 458.116 219 458.125 218.981 458.134C216.675 459.162 215.457 461.738 215.845 464.235C219.391 486.985 221.121 501 221.121 501H249.766C249.766 500.994 195.131 257.771 143.136 141.445Z' fill='%23F39814'/%3E%3C/svg%3E%0A");
    right: -246px;
    bottom: -17px;
  }
  .home_index_page .main .cta-section.june2022 .cta-inner img {
    display: none;
  }
  .home_index_page .main .cta-section.june2022 .cta-inner img.img-man-1920 {
    display: none;
  }
  .home_index_page .main .cta-section.june2022 .cta-inner img.img-man-1440 {
    display: block;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .home_index_page .main .cta-section.june2022 .cta-inner:before {
    left: -500px;
  }
  .home_index_page .main .cta-section.june2022 .cta-inner:after {
    right: -500px;
  }
  .home_index_page .main .cta-section.june2022 .cta-inner img {
    display: none;
  }
  .home_index_page .main .cta-section.june2022 .cta-inner img.img-man-1440 {
    display: none;
  }
  .home_index_page .main .cta-section.june2022 .cta-inner img.img-man-1024 {
    display: block;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.june2022 .cta-inner:after {
    width: 460px;
    height: 545px;
    background-image: url("data:image/svg+xml,%3Csvg width='460' height='545' viewBox='0 0 460 545' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M134.698 136.366C179.367 111.241 217.778 104.829 248.866 117.303C288.959 133.39 302.343 176.053 302.472 176.481L304.568 183.38L300.78 177.246C300.673 177.074 290.787 161.238 277.342 152.688C279.415 156.303 282.563 162.534 283.905 169.013L284.798 173.337L282.226 169.749C282.086 169.552 269.255 151.75 258.825 145.05C260.793 148.64 264.163 155.203 266.884 162.618L269.033 168.478L265.258 163.504C265.118 163.317 252.166 146.358 242.379 140.987C245.039 145.244 250.188 153.761 252.521 159.557L254.509 164.499L250.954 160.53C250.778 160.337 234.586 142.35 225.024 138.967C227.261 142.403 231.859 149.913 235.363 158.599L237.227 163.216L233.811 159.59C233.656 159.424 219.669 144.639 209.729 139.585C211.721 142.374 214.81 147.171 217.73 153.662L219.476 157.542L216.261 154.751C216.109 154.62 202.58 142.93 193.621 139.678C196.078 142.503 200.163 147.563 203.123 153.117L205.105 156.833L201.735 154.305C201.603 154.205 190.605 146.007 181.183 142.646C182.869 144.203 184.775 146.486 186.538 149.789L188.464 153.397L185.159 150.984C184.971 150.847 166.134 137.389 138.549 144.523L137.812 144.712L133.92 136.79L134.698 136.366Z' fill='%23F39814'/%3E%3Cpath d='M128.109 140.044C145.095 96.1691 168.568 69.2017 197.888 59.8941C235.701 47.886 270.097 70.312 270.441 70.5399L276.444 74.53L269.62 72.2073C269.447 72.1459 253.448 66.7799 239.038 68.4535C242.642 69.8326 248.326 72.3751 252.937 76.0873L256.374 78.8563L252.107 77.7216C251.894 77.6629 232.781 72.631 221.462 73.847C225 75.2737 231.056 77.9122 237.146 81.4823L242.534 84.6354L236.46 83.1987C236.25 83.1491 217.564 78.7784 207.447 80.5473C211.894 82.0409 220.261 85.0032 225.189 87.6902L229.866 90.2401L224.599 89.4374C224.362 89.3996 202.765 86.1669 193.912 89.2132C197.587 90.3765 205.076 92.9926 212.479 97.0202L216.851 99.3997L211.913 98.7737C211.709 98.7451 193.557 96.4786 183.521 98.5877C186.585 99.4249 191.441 101.009 197.108 103.809L200.924 105.695L196.668 105.585C196.484 105.58 180.458 105.205 172.15 108.015C175.583 108.606 181.252 109.802 186.44 111.944L190.334 113.551L186.126 113.741C185.976 113.749 173.746 114.343 165.142 117.346C167.193 117.502 169.755 118.02 172.757 119.26L176.537 120.823L172.452 121.06C172.241 121.074 151.084 122.534 135.731 143.644L135.282 144.259L127.784 140.865L128.109 140.044Z' fill='%23F39814'/%3E%3Cpath d='M129.761 140.086C114.427 98.5558 114.202 64.9146 129.09 40.0881C148.298 8.06199 186.538 2.46292 186.919 2.4117L194.063 1.42871L187.408 4.20008C187.251 4.26501 172.801 10.3671 163.679 20.4031C167.102 19.1398 172.583 17.4593 178.035 17.2118L182.447 17.0105L178.496 18.985C178.312 19.0738 161.933 27.3126 154.642 35.151C158.058 33.9507 163.865 32.0924 170.25 30.8423L176.376 29.6444L170.871 32.5867C170.696 32.6815 155.039 41.1001 148.916 48.5896C153.037 46.8539 160.613 43.822 165.681 42.6642L170.876 41.4833L166.396 44.3672C166.206 44.486 149.183 55.5052 144.715 63.1425C148.091 61.6625 154.911 58.8984 162.526 57.1588L167.381 56.0474L163.262 58.8439C163.101 58.9508 149.119 68.4937 143.277 76.1837C145.979 74.873 150.316 73.0246 155.913 71.5072L160.023 70.3963L156.758 73.13C156.628 73.2372 145.295 82.7729 141.104 89.8954C143.914 88.1708 148.558 85.5676 153.45 83.8857L157.435 82.5124L154.406 85.4402C154.306 85.5356 146.219 93.4041 141.99 100.8C143.521 99.6785 145.591 98.5102 148.354 97.5604L152.222 96.2314L149.318 99.1121C149.176 99.2522 135.186 113.434 137.496 137.849L137.569 138.606L130.073 140.909L129.761 140.086Z' fill='%23F39814'/%3E%3Cpath d='M50.4798 197.111C61.9049 169.669 89.838 149.33 133.5 136.666L134.349 136.42L137.005 143.975L136.353 144.37C114.761 157.365 111.578 177.589 111.549 177.793L110.957 181.845L109.73 177.939C108.812 175.017 108.518 172.557 108.523 170.592C104.957 178.609 103.377 190.198 103.357 190.339L102.8 194.514L101.535 190.497C99.9273 185.383 99.2444 179.897 98.9632 176.53C95.5997 184.32 94.6286 199.621 94.6182 199.798L94.358 204.047L92.8133 200.082C90.623 194.471 89.5049 189.718 88.9478 186.688C86.1212 196.195 86.7711 213.695 86.7816 213.897L86.9786 218.871L84.9908 214.304C81.7623 206.904 79.8796 199.537 79.0539 195.865C75.428 204.179 76.7194 225.089 76.7326 225.323L77.0743 230.641L74.9416 225.76C72.7882 220.829 70.6594 212.634 69.584 208.194C67.0902 217.805 69.7028 236.006 69.7314 236.207L70.6345 242.385L67.9576 236.747C65.0678 230.653 63.0486 224.668 61.9635 221.126C59.8934 231.93 63.1034 250.604 63.1409 250.811L63.9015 255.159L61.4412 251.493C58.2915 246.797 56.3296 241.184 55.2959 237.592C52.5281 251.278 56.3219 267.03 56.3627 267.202L58.0799 274.194L54.63 267.871C54.4434 267.515 35.741 232.512 50.4798 197.111Z' fill='%23F39814'/%3E%3Cpath d='M2.23772 198.379L3.42074 191.276C3.48667 190.898 10.0902 153.327 42.2337 135.279C67.1475 121.296 100.343 122.465 140.882 138.768L141.702 139.096L139.21 146.448L138.454 146.355C114.436 143.386 100.055 156.784 99.9128 156.918L96.9502 159.738L98.391 155.912C99.3996 153.237 100.592 151.239 101.733 149.766C94.3361 153.737 86.3791 161.456 86.2823 161.551L83.2676 164.491L84.7514 160.551C86.5387 155.799 89.2255 151.307 91.0067 148.58C83.8681 152.531 74.1809 163.398 74.0658 163.524L71.2386 166.708L72.468 162.634C74.1103 157.184 76.0438 152.974 77.4157 150.341C69.6731 155.904 59.8942 169.382 59.7849 169.537L56.8702 173.574L58.1202 168.755C60.0508 161.318 62.952 154.688 64.5151 151.386C56.8578 155.604 45.5363 172.041 45.4118 172.22L42.4012 176.618L43.7319 171.46C45.0099 166.509 48.2019 159.156 50.0319 155.129C42.4825 160.979 33.7636 176.132 33.6632 176.303L30.5638 181.724L31.9376 175.635C33.3424 169.399 35.3288 163.744 36.6098 160.403C28.6793 167.393 20.1203 183.265 20.0228 183.444L17.9385 187.338L18.266 182.932C18.6636 177.584 20.4644 172.247 21.8055 168.9C11.6747 177.616 5.25663 191.665 5.18638 191.818L2.23772 198.379Z' fill='%23F39814'/%3E%3Cpath d='M11.3999 95.7111C11.669 95.4788 38.6189 72.8371 72.0427 79.1511C97.9448 84.0417 120.704 104.545 139.679 140.096L140.096 140.877L133.873 144.659L133.354 144.099C118.183 127.802 100.121 128.736 99.9409 128.747L95.8587 129.005L99.4222 126.997C101.574 125.788 103.496 125.093 105.112 124.709C97.5877 123.219 87.6972 123.935 87.5739 123.946L83.3771 124.26L87.0462 122.196C90.9989 119.973 95.3973 118.419 98.2884 117.531C90.871 116.198 77.9401 118.078 77.7897 118.101L73.5786 118.724L77.1415 116.392C81.3718 113.621 85.114 111.825 87.6458 110.759C78.8615 110.21 64.322 113.844 64.1534 113.888L59.3249 115.108L63.3788 112.218C69.0124 108.204 74.8452 105.285 77.9689 103.839C71.2951 102.705 57.6912 105.796 52.4131 107.268L47.2825 108.699L51.6173 105.604C55.3661 102.928 61.7569 99.7186 65.481 97.9258C56.6671 97.7154 41.874 103.124 41.7082 103.189L35.8511 105.347L40.819 101.566C45.37 98.0993 49.9817 95.3426 52.8903 93.7179C43.1498 94.0685 28.0156 100.081 27.8558 100.146L23.7572 101.789L26.8397 98.6243C30.1916 95.1821 34.472 92.5311 37.4014 90.9426C25.1979 91.1846 12.5635 97.1982 12.4218 97.2662L5.93545 100.39L11.3999 95.7111Z' fill='%23F39814'/%3E%3Cpath d='M102.749 231.887C93.7072 203.125 102.117 169.107 127.748 130.771L128.225 130.06L135.156 134.156L134.917 134.854C126.626 159.063 137.372 176.868 137.482 177.043L139.569 180.415L136.222 178.287C133.516 176.563 131.652 174.788 130.371 173.219C132.798 181.821 139.235 192.007 139.312 192.131L141.504 195.579L138.062 193.383C133.4 190.416 129.232 186.524 126.834 184.102C129.239 192.353 138.6 205.039 138.707 205.181L141.167 208.499L137.546 206.522C132.082 203.539 128.063 200.522 125.672 198.536C129.619 207.778 141.694 221.104 141.831 221.255L145.079 224.825L140.757 222.68C133.336 218.995 127.006 214.447 124.01 212.162C126.531 220.981 141.326 236.518 141.487 236.69L145.055 240.419L140.427 238.128C135.479 235.678 128.366 230.613 124.67 227.893C128.931 237.008 143.001 249.579 143.159 249.716L147.681 253.734L142.18 251.22C135.865 248.336 130.32 244.947 127.189 242.914C132.572 252.686 147.414 265.221 147.578 265.361L150.854 268.114L146.74 266.926C141.149 265.313 135.89 262.163 132.761 260.052C139.526 272.566 152.874 282.407 153.017 282.513L158.656 286.629L152.155 284.09C151.769 283.946 114.411 268.982 102.749 231.887Z' fill='%23F39814'/%3E%3Cpath d='M127.817 136.499L130.65 128.141L131.504 128.379C180.884 142.093 212.626 164.652 225.853 195.425C242.913 235.115 222.295 274.789 222.085 275.184L218.708 281.546L220.347 274.534C220.394 274.339 224.556 256.129 221.065 240.59C219.983 244.617 217.821 251.25 214.198 256.788L211.781 260.483L212.493 256.123C212.531 255.886 216.001 234.222 213.337 222.114C212.196 226.051 209.953 233.074 206.651 240.251L204.04 245.922L204.873 239.736C204.905 239.502 207.696 218.346 204.549 207.635C203.431 212.527 201.069 222.196 198.634 227.947L196.557 232.856L196.837 227.537C196.851 227.273 198.069 203.104 193.679 193.958C192.838 197.972 190.796 206.534 187.153 215.166L185.217 219.752L185.356 214.774C185.361 214.549 185.886 194.197 182.405 183.604C181.851 186.986 180.652 192.565 178.145 199.226L176.643 203.21L176.335 198.963C176.321 198.764 174.983 180.931 170.928 172.307C170.675 176.046 169.998 182.513 168.178 188.536L166.957 192.568L166.355 188.399C166.332 188.236 164.322 174.667 160.021 165.636C160.115 167.933 159.855 170.89 158.773 174.476L157.587 178.394L156.951 174.351C156.913 174.122 153.058 151.294 128.481 136.886L127.817 136.499Z' fill='%23F39814'/%3E%3Cpath d='M144.561 141.275L125.719 150.571C131.021 159.111 136.073 168.568 140.891 178.706C141.249 179.457 141.758 180.131 142.397 180.658C143.776 181.81 145.503 182.737 147.927 183.245C146.763 184.137 146.074 185.109 145.711 186.26C145.329 187.468 145.506 188.776 146.014 189.939C149.133 197.075 152.145 204.495 155.053 212.133C155.36 212.935 155.829 213.671 156.456 214.256C157.691 215.413 159.261 216.389 161.467 217.064C161.449 217.076 161.431 217.088 161.413 217.099C159.248 218.492 158.461 221.284 159.326 223.709C161.816 230.677 164.217 237.804 166.539 245.033C166.786 245.807 167.201 246.519 167.756 247.115C168.975 248.422 170.562 249.552 172.887 250.359C171.734 251.03 170.956 251.814 170.444 252.775C169.811 253.96 169.791 255.375 170.181 256.661C171.952 262.467 173.669 268.324 175.337 274.213C175.554 274.975 175.927 275.684 176.442 276.289C177.565 277.607 179.053 278.775 181.242 279.69C181.224 279.699 181.206 279.708 181.188 279.719C178.947 280.856 177.93 283.514 178.584 285.937C181.037 295.003 183.373 304.106 185.588 313.176C185.923 314.542 186.695 315.756 187.825 316.597C188.739 317.277 189.834 317.88 191.18 318.379C191.162 318.391 191.14 318.403 191.119 318.415C188.841 319.696 187.82 322.453 188.417 324.996C190.379 333.36 192.243 341.667 194.008 349.853C194.229 350.885 194.684 351.856 195.415 352.619C196.473 353.726 197.836 354.713 199.723 355.514C197.615 356.556 196.657 358.042 196.208 360.229C197.754 367.65 199.222 374.95 200.608 382.079C200.819 383.162 201.313 384.175 202.119 384.932C203.088 385.847 204.299 386.664 205.886 387.358C205.323 387.63 204.843 387.93 204.428 388.273C202.956 389.482 202.415 391.515 202.767 393.386C204.102 400.511 205.351 407.428 206.518 414.083C206.7 415.115 207.134 416.08 207.853 416.839C208.792 417.835 209.993 418.748 211.603 419.538C211.585 419.547 211.567 419.556 211.546 419.562C209.27 420.554 208.073 423.093 208.487 425.539C209.98 434.396 211.312 442.681 212.487 450.264C212.688 451.56 213.31 452.731 214.277 453.615C215.118 454.391 216.15 455.102 217.446 455.736C217.428 455.745 217.407 455.754 217.389 455.763C215.095 456.764 213.868 459.309 214.234 461.788C217.58 484.365 219.191 498.271 219.191 498.271L247.586 498.484C247.586 498.478 195.237 256.972 144.561 141.275Z' fill='%23F39814'/%3E%3Cpath d='M318.74 296.602C289.05 260.023 258.384 241.557 227.592 241.71C187.881 241.908 162.018 273.853 161.763 274.175L157.638 279.364L162.95 275.401C163.1 275.29 176.904 265.095 191.287 262.332C188.293 264.721 183.496 268.984 180.158 274.068L177.933 277.463L181.345 275.265C181.531 275.144 198.518 264.264 209.698 262.062C206.802 264.466 201.703 268.937 196.87 274.356L193.052 278.638L197.961 275.663C198.144 275.55 214.948 265.432 225.131 264.15C221.418 266.889 214.137 272.429 210.183 276.594L206.813 280.147L211.193 277.956C211.409 277.85 231.331 267.949 240.649 268.29C237.575 270.471 231.106 275.336 225.174 281.576L222.02 284.893L226.165 282.948C226.354 282.859 243.308 274.948 253.514 273.989C250.868 275.699 246.606 278.756 241.916 283.317L239.111 286.043L242.803 284.744C242.977 284.684 258.494 279.265 267.252 279.514C264.197 281.097 258.995 284.042 254.587 287.789L251.636 290.296L255.372 289.274C255.518 289.233 267.691 285.943 276.881 286.255C274.913 287.017 272.512 288.324 269.889 290.551L267.023 292.984L270.664 292.039C270.871 291.985 291.522 286.85 312.691 302.272L313.257 302.684L319.262 297.227L318.74 296.602Z' fill='%23F39814'/%3E%3Cpath d='M323.13 301.973C323.442 258.725 312.493 227.737 290.576 209.869C262.313 186.822 225.328 194.364 224.958 194.442L218.477 195.824L225.095 196.145C225.265 196.151 240.754 196.973 252.507 203.275C248.96 203.236 243.242 203.487 238.045 205.102L234.171 206.307L238.202 206.779C238.404 206.801 256.443 208.961 265.708 213.827C262.201 213.851 256.133 214.059 249.72 215.052L244.048 215.926L249.726 216.751C249.922 216.779 267.372 219.36 275.423 224.293C271.116 224.066 262.963 223.77 257.842 224.401L252.982 224.999L257.756 226.094C257.971 226.141 277.525 230.679 284.063 236.276C280.529 236.028 273.243 235.733 265.553 236.673L261.011 237.229L265.444 238.363C265.628 238.408 281.911 242.607 289.777 247.802C286.874 247.482 282.188 247.194 276.397 247.673L272.497 247.994L276.173 249.339C276.331 249.397 290.158 254.494 296.31 259.705C293.176 259.049 287.925 258.155 282.766 258.233L278.894 258.29L282.427 259.875C282.553 259.933 292.807 264.574 299.146 270.05C297.34 269.491 294.975 269.067 291.99 269.112L288.23 269.171L291.642 270.754C291.817 270.837 309.409 279.238 315.397 302.473L315.573 303.151L323.13 302.784L323.13 301.973Z' fill='%23F39814'/%3E%3Cpath d='M321.703 301.451C348.85 271.134 360.416 242.453 356.082 216.198C350.489 182.328 319.694 164.614 319.385 164.441L313.611 161.186L318.363 165.805C318.475 165.913 328.764 176.015 333.169 187.677C330.67 185.44 326.553 182.151 321.976 180.096L318.273 178.433L320.982 181.456C321.11 181.594 332.326 194.174 335.909 203.339C333.394 201.158 329.059 197.607 324.023 194.38L319.191 191.285L322.903 195.661C323.02 195.801 333.558 208.29 336.26 216.762C333.324 213.886 327.873 208.733 323.932 206.03L319.89 203.264L322.746 207.244C322.868 207.41 333.694 222.584 334.932 230.623C332.546 228.216 327.65 223.548 321.729 219.487L317.955 216.895L320.531 220.678C320.631 220.824 329.358 233.709 331.752 242.257C329.885 240.223 326.803 237.177 322.531 233.987L319.394 231.649L321.261 235.089C321.336 235.225 327.8 247.207 328.974 254.713C327.155 252.288 324.066 248.493 320.452 245.402L317.51 242.88L319.11 246.407C319.163 246.523 323.416 255.983 324.531 263.734C323.601 262.258 322.226 260.56 320.186 258.814L317.329 256.37L318.837 259.814C318.911 259.982 326.076 276.835 315.847 296.924L315.529 297.547L321.158 302.049L321.703 301.451Z' fill='%23F39814'/%3E%3Cpath d='M370.196 376.999C369.707 349.678 352.705 322.849 319.663 297.263L319.021 296.766L314.196 302.326L314.619 302.884C328.684 321.292 324.568 339.656 324.524 339.84L323.66 343.504L326.029 340.58C327.802 338.393 328.885 336.39 329.544 334.708C329.883 342.766 327.316 353.207 327.285 353.334L326.35 357.091L328.789 354.085C331.892 350.257 334.331 345.799 335.709 343.015C335.951 350.811 331.609 364.219 331.557 364.374L330.343 368.095L333.004 365.227C336.774 361.171 339.336 357.486 340.837 355.085C340.039 364.167 333.567 378.907 333.49 379.075L331.64 383.261L334.883 380.029C340.145 374.794 344.245 369.134 346.192 366.274C346.481 374.606 338.308 392.044 338.218 392.24L336.128 396.67L339.601 393.219C343.109 389.731 347.699 383.446 350.119 380.015C349.001 389.073 340.615 403.748 340.523 403.911L337.662 408.887L341.857 404.972C346.387 400.739 350.136 396.306 352.261 393.645C350.378 403.58 341.322 418.458 341.219 418.622L339.1 422.082L342.442 419.78C346.722 416.83 350.296 412.696 352.394 409.975C350.134 422.61 341.566 434.792 341.473 434.925L337.641 440.322L342.728 436.082C343.008 435.841 370.828 412.243 370.196 376.999Z' fill='%23F39814'/%3E%3Cpath d='M411.006 394.391L412.396 387.919C412.468 387.574 419.524 353.225 398.149 326.931C381.579 306.556 352.808 296.333 312.643 296.565L311.83 296.567L311.475 303.694L312.153 303.87C333.687 309.452 341.452 325.767 341.528 325.929L343.107 329.342L343.169 325.584C343.211 322.956 342.867 320.845 342.39 319.2C347.371 325.095 351.563 334.383 351.613 334.498L353.196 338.03L353.26 334.16C353.339 329.494 352.561 324.745 351.96 321.812C356.726 327.603 361.333 340.168 361.389 340.314L362.73 343.992L363.056 340.094C363.494 334.88 363.265 330.627 362.983 327.912C367.72 335.285 371.523 350.112 371.564 350.282L372.691 354.718L373.251 350.176C374.115 343.166 373.877 336.518 373.657 333.167C378.777 339.361 382.898 357.239 382.943 357.435L384.03 362.211L384.637 357.352C385.218 352.688 384.975 345.324 384.772 341.263C389.248 348.816 391.578 364.716 391.606 364.896L392.423 370.578L393.307 364.908C394.215 359.103 394.428 353.597 394.462 350.309C398.879 358.964 400.829 375.426 400.852 375.612L401.318 379.645L402.527 375.768C403.995 371.062 404.26 365.891 404.245 362.577C409.959 373.452 410.695 387.631 410.704 387.786L411.006 394.391Z' fill='%23F39814'/%3E%3Cpath d='M437.882 303.532C437.73 303.242 422.347 274.777 391.641 268.875C367.846 264.299 341.46 274.132 313.222 298.107L312.6 298.634L316.642 303.97L317.275 303.667C335.753 294.865 350.876 301.769 351.027 301.84L354.429 303.44L352.062 300.519C350.632 298.758 349.223 297.514 347.972 296.639C354.907 297.909 363.12 301.865 363.221 301.916L366.703 303.604L364.264 300.599C361.637 297.362 358.402 294.547 356.231 292.81C363.022 294.178 373.44 300.157 373.561 300.227L376.95 302.184L374.693 298.986C372.014 295.187 369.422 292.387 367.618 290.62C375.313 293.119 386.513 301.142 386.642 301.236L390.357 303.911L387.869 300.07C384.41 294.734 380.411 290.268 378.229 287.976C384.318 289.262 394.901 296.504 398.916 299.546L402.818 302.504L400.159 298.392C397.859 294.837 393.481 289.934 390.903 287.142C398.509 289.942 409.326 299.566 409.446 299.678L413.723 303.503L410.754 298.591C408.036 294.089 405.026 290.174 403.089 287.802C411.296 291.394 422.201 301.65 422.315 301.76L425.264 304.55L423.698 300.802C421.997 296.727 419.234 293.014 417.267 290.666C427.617 294.998 436.384 304.41 436.482 304.516L440.971 309.379L437.882 303.532Z' fill='%23F39814'/%3E%3Cpath d='M313.76 389.055C331.212 367.525 335.523 335.603 326.573 294.168L326.405 293.398L319.096 294.557L319.065 295.235C317.968 318.732 302.763 330.319 302.61 330.431L299.686 332.608L303.266 331.92C306.162 331.361 308.356 330.475 309.981 329.566C304.998 336.099 296.052 342.63 295.944 342.71L292.905 344.916L296.59 344.203C301.578 343.243 306.457 341.325 309.325 340.065C304.48 346.305 292.19 353.985 292.05 354.07L288.826 356.075L292.589 355.609C298.268 354.906 302.723 353.686 305.439 352.797C298.94 359.362 284.114 366.672 283.945 366.755L279.962 368.708L284.382 368.336C291.971 367.694 298.92 365.946 302.253 365.006C297.117 371.693 279.218 379.972 279.022 380.065L274.711 382.046L279.441 381.652C284.499 381.231 292.292 379.305 296.371 378.23C289.647 384.581 273.371 390.571 273.189 390.634L267.965 392.54L273.517 392.251C279.891 391.921 285.776 390.898 289.14 390.218C281.235 396.752 264.31 402.45 264.122 402.514L260.392 403.76L264.31 404.135C269.635 404.646 275.194 403.732 278.584 402.985C268.57 411.395 253.833 415.295 253.675 415.337L247.463 416.95L253.879 416.977C254.258 416.984 291.251 416.822 313.76 389.055Z' fill='%23F39814'/%3E%3Cpath d='M324.577 299.042L324.981 290.939L324.171 290.854C277.324 285.883 242.563 294.437 220.853 316.271C192.853 344.431 197.065 385.315 197.111 385.724L197.847 392.304L198.817 385.756C198.843 385.574 201.44 368.6 209.678 356.498C209.242 360.306 208.848 366.707 210.073 372.665L210.889 376.641L211.755 372.673C211.802 372.458 216.159 352.765 222.53 343.316C222.175 347.067 221.718 353.829 222.114 361.08L222.429 366.811L223.808 361.241C223.86 361.03 228.626 342.002 234.937 333.91C234.239 338.47 232.989 347.534 233.127 353.273L233.243 358.171L234.801 353.53C234.879 353.299 242.008 332.227 248.853 325.893C248.215 329.609 247.065 337.618 247.261 346.229L247.366 350.803L248.93 346.501C249.002 346.307 255.433 328.732 261.99 320.853C261.32 323.932 260.459 329.106 260.351 335.648L260.288 339.562L261.987 336.035C262.065 335.87 269.238 321.078 275.62 315.077C274.572 318.359 272.964 324.115 272.485 329.879L272.165 333.738L274.089 330.378C274.164 330.247 280.469 319.328 287.199 313.062C286.342 314.993 285.564 317.609 285.277 321.039L284.966 324.79L286.877 321.549C286.986 321.366 297.999 303.156 323.879 299.148L324.577 299.042Z' fill='%23F39814'/%3E%3Cpath d='M308.649 297.464L321.614 311.78C314.194 317.288 306.679 323.664 299.133 330.701C298.573 331.222 297.91 331.626 297.186 331.861C295.617 332.38 293.828 332.588 291.584 332.202C292.277 333.359 292.538 334.422 292.459 335.529C292.377 336.69 291.784 337.749 290.956 338.572C285.878 343.617 280.794 348.941 275.726 354.488C275.193 355.069 274.543 355.54 273.81 355.828C272.363 356.4 270.691 356.704 268.577 356.534C268.588 356.551 268.6 356.567 268.611 356.583C269.991 358.506 269.72 361.158 268.16 362.939C263.677 368.054 259.215 373.334 254.786 378.728C254.313 379.306 253.717 379.775 253.042 380.097C251.558 380.802 249.82 381.231 247.559 381.135C248.317 382.098 248.717 383.032 248.83 384.026C248.972 385.253 248.51 386.47 247.742 387.437C244.265 391.801 240.818 396.227 237.4 400.698C236.958 401.276 236.399 401.756 235.754 402.098C234.348 402.846 232.682 403.341 230.501 403.383C230.514 403.397 230.526 403.411 230.538 403.427C232.069 405.156 232.04 407.772 230.661 409.622C225.5 416.542 220.426 423.535 215.466 430.538C214.718 431.593 213.647 432.37 212.398 432.707C211.386 432.979 210.246 433.124 208.927 433.096C208.939 433.113 208.953 433.13 208.967 433.147C210.481 435.012 210.422 437.714 209.052 439.686C204.547 446.173 200.146 452.644 195.869 459.044C195.332 459.852 194.614 460.528 193.732 460.933C192.453 461.522 190.955 461.905 189.071 461.952C190.521 463.555 190.837 465.149 190.481 467.171C186.651 472.992 182.928 478.736 179.334 484.36C178.787 485.215 178.022 485.914 177.077 486.289C175.939 486.743 174.628 487.033 173.037 487.089C173.427 487.512 173.736 487.931 173.974 488.364C174.824 489.895 174.599 491.816 173.665 493.296C170.115 498.936 166.709 504.426 163.462 509.72C162.958 510.541 162.261 511.219 161.39 511.625C160.25 512.159 158.915 512.534 157.271 512.665C157.284 512.678 157.296 512.692 157.312 512.704C158.922 514.322 159.087 516.897 157.906 518.848C153.636 525.914 149.696 532.546 146.128 538.631C145.518 539.671 144.591 540.461 143.465 540.891C142.484 541.269 141.362 541.528 140.04 541.632C140.052 541.646 140.067 541.661 140.08 541.675C141.702 543.306 141.891 545.896 140.74 547.891C130.247 566.06 124.169 577.402 124.169 577.402L99.8242 567.985C99.8262 567.98 226.218 379.232 308.649 297.464Z' fill='%23F39814'/%3E%3C/svg%3E%0A");
    right: -313px;
    bottom: 0;
  }
  .home_index_page .main .cta-section.june2022 .cta-inner img {
    display: none;
  }
  .home_index_page .main .cta-section.june2022 .cta-inner img.img-man-1440 {
    display: none;
  }
  .home_index_page .main .cta-section.june2022 .cta-inner img.img-man-1024 {
    display: none;
  }
  .home_index_page .main .cta-section.june2022 .cta-inner img.img-man-768 {
    display: block;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.june2022 .cta-inner:before {
    content: "";
    display: block;
    width: 256px;
    height: 252px;
    background-image: url("data:image/svg+xml,%3Csvg width='256' height='252' viewBox='0 0 256 252' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M136.372 127.682C109.807 101.313 84.0103 89.3346 59.6994 92.0757C28.3467 95.6107 10.6338 123.046 10.4599 123.322L7.64323 127.772L11.5019 124.19C11.6106 124.09 21.6482 114.862 32.775 111.455C30.613 113.597 27.1865 117.372 24.9823 121.673L23.5134 124.544L26.0216 122.517C26.1581 122.406 38.651 112.366 47.2959 109.675C45.2126 111.82 41.5647 115.786 38.2085 120.478L35.5565 124.186L39.1811 121.418C39.316 121.313 51.7298 111.89 59.6643 110.011C56.9644 112.491 51.6842 117.487 48.9154 121.114L46.5553 124.207L49.8292 122.104C49.9906 122.001 64.8854 112.485 72.2749 111.961C70.0326 113.946 65.3363 118.339 61.1814 123.773L58.9717 126.662L62.0811 124.773C62.2226 124.686 74.9427 116.995 82.923 115.368C80.9786 116.944 77.8718 119.722 74.5549 123.724L72.5712 126.116L75.3771 124.776C75.5096 124.714 87.3062 119.112 94.2458 118.564C91.9667 120.075 88.1078 122.844 84.9448 126.179L82.8271 128.41L85.6911 127.285C85.8031 127.24 95.1393 123.606 102.425 123.07C100.936 123.839 99.1504 125.076 97.2673 127.059L95.2103 129.225L98.0061 128.168C98.1652 128.108 114.042 122.294 132.076 132.676L132.559 132.953L136.838 128.132L136.372 127.682Z' fill='%23F39814'/%3E%3Cpath d='M140.297 131.552C136.864 97.3617 125.578 73.8145 106.745 61.5644C82.457 45.7626 53.8829 54.8673 53.5966 54.961L48.5947 56.6036L53.8504 56.2944C53.9847 56.2849 66.2907 55.6158 76.111 59.5943C73.3055 59.8649 68.81 60.5505 64.8422 62.2679L61.884 63.5494L65.1086 63.5797C65.2699 63.5798 79.7043 63.7512 87.4365 66.8067C84.6686 67.1237 79.8926 67.8046 74.9109 69.1345L70.5052 70.3075L75.0603 70.4763C75.2178 70.4821 89.2225 71.036 96.002 74.2474C92.5805 74.4347 86.1145 74.8945 82.1226 75.8285L78.3343 76.7149L82.1985 77.1733C82.3727 77.1927 98.2057 79.1134 103.847 82.9785C101.034 83.0834 95.2528 83.47 89.2581 84.867L85.7178 85.6927L89.3158 86.2115C89.4651 86.231 102.685 88.1626 109.341 91.5976C107.021 91.5916 103.295 91.7631 98.7608 92.6338L95.7073 93.2195L98.7255 93.9692C98.8554 94.0017 110.212 96.8515 115.515 100.444C112.983 100.193 108.759 99.9335 104.69 100.434L101.637 100.808L104.562 101.76C104.666 101.795 113.161 104.589 118.635 108.375C117.161 108.087 115.256 107.954 112.902 108.243L109.937 108.609L112.767 109.57C112.913 109.62 127.524 114.76 134.231 132.605L134.428 133.125L140.366 132.193L140.297 131.552Z' fill='%23F39814'/%3E%3Cpath d='M139.126 131.26C157.991 105.001 164.687 81.3605 159.03 60.9889C151.73 34.709 125.896 23.3365 125.637 23.2262L120.799 21.146L124.946 24.3904C125.043 24.4665 134.031 31.5704 138.503 40.4087C136.339 38.8542 132.806 36.606 129.016 35.3723L125.949 34.3732L128.346 36.5311C128.459 36.6293 138.39 45.6126 142 52.5478C139.828 51.0389 136.101 48.6022 131.848 46.4814L127.768 44.4476L131.072 47.5888C131.177 47.6896 140.564 56.659 143.419 63.1216C140.856 61.0989 136.111 57.4922 132.767 55.6922L129.34 53.8513L131.934 56.7523C132.044 56.8729 141.888 67.9386 143.549 74.1836C141.46 72.4856 137.195 69.2143 132.172 66.5099L128.97 64.7841L131.327 67.5533C131.419 67.6597 139.409 77.0954 142.027 83.6445C140.38 82.1966 137.685 80.0525 134.04 77.8966L131.362 76.3159L133.13 78.8751C133.201 78.9758 139.326 87.8914 140.893 93.7202C139.249 91.96 136.486 89.2249 133.369 87.0902L130.83 85.3489L132.394 87.9988C132.445 88.0854 136.61 95.1966 138.15 101.225C137.29 100.138 136.06 98.9133 134.299 97.7079L131.835 96.0206L133.319 98.6128C133.392 98.7391 140.486 111.442 134.115 128.182L133.916 128.701L138.746 131.779L139.126 131.26Z' fill='%23F39814'/%3E%3Cpath d='M183.861 186.813C181.15 165.273 165.436 145.526 137.158 128.126L136.608 127.787L133.27 132.591L133.652 132.995C146.329 146.34 144.64 161.197 144.62 161.346L144.25 164.314L145.873 161.802C147.087 159.924 147.772 158.249 148.15 156.865C149.103 163.202 147.964 171.668 147.95 171.771L147.53 174.818L149.202 172.236C151.328 168.948 152.874 165.218 153.727 162.902C154.581 169.04 152.291 180.001 152.264 180.128L151.622 183.171L153.48 180.679C156.112 177.154 157.823 174.025 158.804 172.001C158.947 179.243 155.088 191.437 155.042 191.577L153.937 195.041L156.223 192.212C159.934 187.629 162.691 182.809 163.986 180.384C164.923 186.942 159.951 201.412 159.896 201.574L158.622 205.252L161.072 202.23C163.547 199.176 166.638 193.821 168.258 190.904C168.146 198.155 162.77 210.461 162.71 210.597L160.874 214.772L163.854 211.322C167.073 207.593 169.658 203.772 171.11 201.489C170.468 209.498 164.579 222.021 164.512 222.16L163.132 225.073L165.577 222.97C168.707 220.276 171.178 216.706 172.604 214.378C171.893 224.551 166.162 234.903 166.1 235.016L163.532 239.605L167.189 235.824C167.39 235.61 187.359 214.601 183.861 186.813Z' fill='%23F39814'/%3E%3Cpath d='M217.579 197.08L218.126 191.85C218.153 191.571 220.805 163.836 201.682 144.884C186.859 130.199 163.261 124.571 131.553 128.172L130.911 128.243L131.237 133.903L131.787 133.985C149.273 136.562 156.795 148.789 156.869 148.911L158.407 151.472L158.136 148.498C157.946 146.419 157.494 144.78 156.977 143.522C161.413 147.754 165.515 154.735 165.565 154.821L167.116 157.477L166.837 154.415C166.502 150.722 165.484 147.037 164.759 144.771C169.017 148.94 173.726 158.473 173.782 158.584L175.154 161.375L175.08 158.268C174.983 154.112 174.44 150.772 173.986 148.651C178.356 154.073 182.621 165.462 182.668 165.592L183.936 169.001L183.992 165.365C184.078 159.754 183.324 154.523 182.865 151.894C187.436 156.352 192.213 170.124 192.266 170.274L193.531 173.955L193.596 170.065C193.659 166.331 192.84 160.535 192.334 157.344C196.513 162.929 199.706 175.292 199.744 175.431L200.873 179.85L201.089 175.296C201.311 170.633 201.012 166.266 200.759 163.665C204.984 170.127 207.926 182.965 207.959 183.11L208.67 186.256L209.296 183.091C210.055 179.248 209.825 175.141 209.531 172.524C214.969 180.629 216.758 191.767 216.778 191.888L217.579 197.08Z' fill='%23F39814'/%3E%3Cpath d='M231.078 123.018C230.934 122.803 216.36 101.625 191.602 99.5756C172.416 97.9855 152.408 107.998 132.141 129.34L131.695 129.809L135.342 133.68L135.816 133.387C149.664 124.862 162.198 129.029 162.323 129.072L165.147 130.046L163.029 127.941C161.749 126.671 160.531 125.808 159.467 125.224C165.054 125.637 171.878 128.063 171.963 128.095L174.857 129.131L172.674 126.965C170.324 124.632 167.529 122.683 165.666 121.496C171.147 121.999 179.886 125.835 179.987 125.881L182.831 127.138L180.776 124.804C178.336 122.031 176.05 120.039 174.475 118.797C180.766 120.117 190.296 125.501 190.406 125.565L193.569 127.362L191.276 124.539C188.09 120.619 184.551 117.43 182.632 115.805C187.551 116.303 196.528 121.124 199.958 123.185L203.292 125.19L200.842 122.168C198.723 119.556 194.847 116.054 192.573 114.069C198.819 115.633 208.183 122.315 208.287 122.393L211.992 125.051L209.229 121.423C206.698 118.099 203.987 115.262 202.255 113.553C209.045 115.692 218.531 122.866 218.631 122.943L221.197 124.896L219.642 122.069C217.951 118.994 215.453 116.296 213.699 114.609C222.244 117.15 229.97 123.839 230.057 123.915L234.016 127.375L231.078 123.018Z' fill='%23F39814'/%3E%3Cpath d='M140.305 201.14C152.259 182.647 152.949 157.064 142.353 125.093L142.155 124.5L136.48 126.037L136.513 126.575C137.645 145.23 126.62 155.677 126.509 155.779L124.384 157.747L127.154 156.899C129.394 156.211 131.051 155.324 132.258 154.468C128.878 160.053 122.366 165.973 122.288 166.045L120.075 168.047L122.925 167.17C126.784 165.987 130.474 164.057 132.633 162.818C129.337 168.159 120.281 175.272 120.178 175.351L117.802 177.209L120.735 176.52C125.162 175.482 128.577 174.139 130.647 173.206C126.072 178.945 114.981 185.981 114.855 186.06L111.875 187.942L115.335 187.272C121.275 186.12 126.615 184.148 129.169 183.121C125.681 188.841 112.245 196.904 112.098 196.994L108.862 198.926L112.565 198.212C116.525 197.449 122.517 195.265 125.647 194.068C120.876 199.657 108.528 205.774 108.39 205.839L104.426 207.79L108.787 207.088C113.793 206.285 118.356 204.977 120.955 204.154C115.266 209.988 102.381 215.929 102.239 215.995L99.3977 217.297L102.524 217.26C106.774 217.211 111.089 216.015 113.702 215.137C106.508 222.632 95.1981 226.967 95.0765 227.014L90.3067 228.816L95.3771 228.292C95.6772 228.265 124.886 224.99 140.305 201.14Z' fill='%23F39814'/%3E%3Cpath d='M141.192 129.113L140.821 122.678L140.173 122.679C102.744 122.739 76.0122 132.453 60.7204 151.548C40.9974 176.176 47.8036 208.114 47.8748 208.433L49.0159 213.569L49.2246 208.314C49.2297 208.167 49.8374 194.538 55.3154 184.277C55.2945 187.322 55.5277 192.412 57.0024 197.015L57.9855 200.086L58.3317 196.878C58.3511 196.704 60.1175 180.777 64.346 172.771C64.3845 175.764 64.599 181.144 65.5289 186.839L66.2655 191.339L66.8807 186.821C66.9038 186.65 69.0499 171.214 73.3465 164.285C73.1832 167.946 72.9673 175.212 73.5641 179.734L74.0724 183.594L74.9087 179.794C74.9502 179.606 78.7891 162.353 83.6572 156.768C83.4696 159.757 83.2428 166.182 84.1304 172.967L84.6026 176.572L85.4716 173.04C85.5121 172.881 89.0971 158.45 93.6062 151.668C93.3392 154.157 93.0989 158.318 93.5702 163.495L93.8534 166.592L94.8954 163.661C94.9435 163.524 99.3512 151.229 103.881 145.946C103.333 148.627 102.553 153.311 102.665 157.905L102.74 160.981L103.975 158.163C104.022 158.053 108.074 148.891 112.857 143.369C112.345 144.967 111.953 147.1 112.018 149.834L112.091 152.823L113.325 150.1C113.396 149.947 120.546 134.624 140.649 129.256L141.192 129.113Z' fill='%23F39814'/%3E%3Cpath d='M128.475 129.222L139.934 139.428C134.542 144.41 129.148 150.086 123.785 156.287C123.387 156.746 122.898 157.122 122.346 157.369C121.151 157.912 119.755 158.229 117.95 158.115C118.596 158.97 118.892 159.788 118.924 160.669C118.958 161.593 118.58 162.48 117.996 163.2C114.413 167.618 110.851 172.256 107.319 177.069C106.948 177.574 106.474 178.001 105.919 178.291C104.825 178.866 103.53 179.248 101.845 179.294C101.856 179.306 101.866 179.318 101.877 179.33C103.13 180.731 103.142 182.849 102.062 184.388C98.9547 188.811 95.8792 193.361 92.8396 197.999C92.5156 198.496 92.0848 198.917 91.5787 199.229C90.4664 199.912 89.1296 200.399 87.3354 200.516C88.0168 201.212 88.4121 201.915 88.5859 202.691C88.8019 203.649 88.5407 204.649 88.0163 205.478C85.6411 209.222 83.2944 213.011 80.9753 216.834C80.6748 217.328 80.2742 217.755 79.7939 218.08C78.7472 218.79 77.473 219.323 75.7538 219.542C75.7648 219.552 75.7758 219.561 75.7863 219.573C77.143 220.809 77.343 222.878 76.411 224.457C72.9226 230.363 69.5094 236.318 66.1873 242.273C65.6857 243.17 64.9063 243.874 63.9478 244.246C63.172 244.547 62.2837 244.759 61.2395 244.85C61.2499 244.862 61.2625 244.874 61.2751 244.886C62.63 246.231 62.8133 248.37 61.8989 250.045C58.8919 255.552 55.9658 261.038 53.1322 266.458C52.7764 267.142 52.2671 267.737 51.6046 268.132C50.6443 268.706 49.4932 269.136 48.0091 269.334C49.2907 270.477 49.6761 271.709 49.5673 273.336C47.037 278.26 44.5846 283.115 42.2238 287.864C41.8646 288.585 41.3198 289.203 40.6056 289.579C39.7452 290.035 38.734 290.375 37.4817 290.555C37.8258 290.856 38.1054 291.161 38.3305 291.482C39.1322 292.619 39.118 294.156 38.5062 295.405C36.182 300.162 33.9586 304.789 31.8438 309.247C31.5155 309.939 31.0222 310.533 30.3688 310.928C29.5143 311.447 28.4912 311.857 27.2038 312.1C27.2148 312.11 27.2258 312.12 27.2395 312.128C28.649 313.269 28.9982 315.289 28.2313 316.93C25.4592 322.876 22.9116 328.449 20.6108 333.56C20.2176 334.434 19.5521 335.137 18.6996 335.572C17.9564 335.954 17.0923 336.254 16.0564 336.449C16.0674 336.459 16.0805 336.469 16.0915 336.479C17.512 337.63 17.8813 339.66 17.142 341.334C10.3991 356.579 6.56267 366.056 6.56267 366.056L-13.4696 360.688C-13.4685 360.684 70.3156 200.828 128.475 129.222Z' fill='%23F39814'/%3E%3C/svg%3E%0A");
    bottom: 0;
    left: -55px;
  }
  .home_index_page .main .cta-section.june2022 .cta-inner:after {
    display: none;
  }
  .home_index_page .main .cta-section.june2022 .cta-inner img {
    display: none;
  }
  .home_index_page .main .cta-section.june2022 .cta-inner img.img-man-768 {
    display: none;
  }
  .home_index_page .main .cta-section.june2022 .cta-inner img.img-man-480 {
    display: block;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.june2022 .cta-inner:before {
    width: 259px;
    height: 248px;
    background-image: url("data:image/svg+xml,%3Csvg width='259' height='248' viewBox='0 0 259 248' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M139.372 127.683C112.807 101.314 87.0103 89.3356 62.6993 92.0767C31.3467 95.6117 13.6338 123.047 13.4599 123.323L10.6432 127.773L14.5019 124.191C14.6105 124.091 24.6482 114.862 35.775 111.456C33.613 113.598 30.1865 117.373 27.9823 121.674L26.5133 124.545L29.0215 122.518C29.158 122.407 41.651 112.367 50.2959 109.676C48.2126 111.821 44.5646 115.787 41.2084 120.479L38.5565 124.187L42.1811 121.419C42.3159 121.314 54.7298 111.891 62.6643 110.012C59.9643 112.492 54.6841 117.488 51.9154 121.115L49.5553 124.208L52.8291 122.105C52.9905 122.002 67.8854 112.486 75.2749 111.962C73.0325 113.946 68.3362 118.34 64.1813 123.774L61.9717 126.663L65.0811 124.774C65.2226 124.687 77.9427 116.995 85.9229 115.369C83.9786 116.945 80.8717 119.723 77.5548 123.725L75.5712 126.117L78.3771 124.777C78.5096 124.715 90.3061 119.113 97.2457 118.565C94.9666 120.076 91.1078 122.845 87.9447 126.18L85.827 128.411L88.691 127.286C88.803 127.241 98.1393 123.607 105.425 123.071C103.936 123.84 102.15 125.077 100.267 127.06L98.2103 129.226L101.006 128.169C101.165 128.109 117.042 122.295 135.076 132.677L135.559 132.954L139.838 128.133L139.372 127.683Z' fill='%23F39814'/%3E%3Cpath d='M143.297 131.552C139.864 97.3622 128.578 73.815 109.745 61.5649C85.457 45.7631 56.8829 54.8678 56.5965 54.9615L51.5947 56.6041L56.8504 56.2949C56.9846 56.2854 69.2907 55.6163 79.111 59.5948C76.3055 59.8654 71.81 60.5509 67.8422 62.2684L64.884 63.5499L68.1086 63.5802C68.2699 63.5802 82.7043 63.7517 90.4365 66.8072C87.6686 67.1242 82.8926 67.8051 77.9109 69.135L73.5052 70.308L78.0603 70.4768C78.2177 70.4826 92.2225 71.0365 99.0019 74.2479C95.5804 74.4352 89.1145 74.895 85.1226 75.829L81.3343 76.7154L85.1984 77.1738C85.3727 77.1932 101.206 79.1139 106.847 82.979C104.034 83.0839 98.2528 83.4705 92.2581 84.8675L88.7178 85.6932L92.3158 86.212C92.4651 86.2315 105.685 88.1631 112.341 91.5981C110.021 91.5921 106.295 91.7636 101.761 92.6343L98.7073 93.22L101.726 93.9697C101.855 94.0022 113.212 96.852 118.515 100.445C115.983 100.194 111.759 99.934 107.69 100.434L104.637 100.809L107.562 101.76C107.666 101.795 116.161 104.59 121.635 108.376C120.161 108.087 118.256 107.954 115.902 108.244L112.937 108.61L115.767 109.57C115.913 109.621 130.524 114.76 137.231 132.605L137.428 133.126L143.366 132.193L143.297 131.552Z' fill='%23F39814'/%3E%3Cpath d='M142.126 131.261C160.991 105.002 167.687 81.3614 162.03 60.9899C154.73 34.71 128.896 23.3374 128.637 23.2271L123.799 21.147L127.946 24.3913C128.043 24.4675 137.031 31.5714 141.503 40.4097C139.339 38.8552 135.806 36.607 132.016 35.3733L128.949 34.3742L131.347 36.532C131.459 36.6303 141.39 45.6135 145 52.5487C142.828 51.0399 139.101 48.6032 134.848 46.4824L130.768 44.4485L134.072 47.5898C134.177 47.6906 143.564 56.6599 146.419 63.1226C143.856 61.0999 139.111 57.4931 135.767 55.6931L132.34 53.8523L134.934 56.7533C135.044 56.8738 144.888 67.9395 146.549 74.1846C144.46 72.4866 140.195 69.2153 135.172 66.5109L131.97 64.7851L134.327 67.5543C134.419 67.6607 142.409 77.0963 145.027 83.6455C143.38 82.1976 140.685 80.0534 137.04 77.8976L134.362 76.3169L136.13 78.876C136.201 78.9768 142.326 87.8924 143.893 93.7212C142.25 91.961 139.486 89.2259 136.369 87.0911L133.83 85.3499L135.394 87.9998C135.446 88.0864 139.61 95.1975 141.15 101.226C140.29 100.139 139.06 98.9143 137.299 97.7089L134.835 96.0216L136.319 98.6138C136.392 98.7401 143.486 111.443 137.115 128.183L136.916 128.702L141.746 131.78L142.126 131.261Z' fill='%23F39814'/%3E%3Cpath d='M186.861 186.813C184.15 165.273 168.436 145.526 140.158 128.126L139.608 127.787L136.27 132.591L136.652 132.995C149.329 146.34 147.64 161.197 147.62 161.346L147.25 164.314L148.873 161.802C150.087 159.924 150.772 158.249 151.15 156.865C152.103 163.202 150.964 171.668 150.95 171.771L150.53 174.818L152.202 172.236C154.328 168.948 155.874 165.218 156.727 162.902C157.581 169.04 155.291 180.001 155.264 180.128L154.622 183.171L156.48 180.679C159.112 177.154 160.823 174.025 161.804 172.001C161.947 179.243 158.088 191.437 158.042 191.577L156.936 195.041L159.223 192.212C162.934 187.629 165.691 182.809 166.986 180.384C167.923 186.942 162.951 201.412 162.896 201.574L161.622 205.252L164.072 202.23C166.547 199.176 169.638 193.821 171.258 190.904C171.146 198.155 165.77 210.461 165.71 210.597L163.874 214.772L166.854 211.322C170.073 207.593 172.658 203.772 174.11 201.489C173.468 209.498 167.579 222.021 167.512 222.16L166.132 225.073L168.577 222.97C171.707 220.276 174.178 216.706 175.604 214.378C174.893 224.551 169.162 234.903 169.1 235.016L166.532 239.605L170.189 235.824C170.39 235.61 190.359 214.601 186.861 186.813Z' fill='%23F39814'/%3E%3Cpath d='M220.579 197.081L221.126 191.85C221.153 191.571 223.805 163.837 204.682 144.885C189.859 130.199 166.261 124.571 134.553 128.172L133.911 128.243L134.237 133.903L134.787 133.985C152.273 136.562 159.795 148.789 159.869 148.911L161.407 151.472L161.136 148.499C160.946 146.419 160.494 144.781 159.977 143.522C164.413 147.755 168.515 154.736 168.565 154.822L170.116 157.477L169.837 154.415C169.502 150.722 168.484 147.037 167.759 144.771C172.017 148.94 176.726 158.474 176.782 158.584L178.154 161.376L178.08 158.269C177.983 154.112 177.44 150.773 176.986 148.652C181.356 154.073 185.621 165.462 185.668 165.593L186.936 169.002L186.992 165.366C187.078 159.755 186.324 154.523 185.865 151.894C190.436 156.352 195.213 170.124 195.266 170.275L196.531 173.956L196.596 170.066C196.659 166.332 195.84 160.535 195.334 157.344C199.513 162.93 202.706 175.292 202.744 175.432L203.873 179.851L204.089 175.297C204.311 170.634 204.012 166.266 203.759 163.666C207.984 170.127 210.926 182.965 210.959 183.11L211.67 186.256L212.296 183.091C213.055 179.249 212.825 175.141 212.531 172.525C217.969 180.629 219.758 191.768 219.778 191.889L220.579 197.081Z' fill='%23F39814'/%3E%3Cpath d='M234.079 123.019C233.934 122.803 219.36 101.626 194.602 99.5766C175.416 97.9865 155.409 107.999 135.141 129.341L134.695 129.81L138.342 133.681L138.816 133.388C152.664 124.863 165.198 129.03 165.323 129.073L168.147 130.047L166.029 127.942C164.749 126.672 163.531 125.809 162.467 125.225C168.054 125.638 174.878 128.064 174.963 128.096L177.857 129.132L175.675 126.966C173.324 124.633 170.529 122.684 168.666 121.497C174.147 122 182.886 125.836 182.987 125.882L185.831 127.139L183.776 124.805C181.336 122.032 179.05 120.04 177.475 118.798C183.766 120.118 193.296 125.502 193.406 125.566L196.569 127.363L194.276 124.54C191.09 120.62 187.551 117.431 185.632 115.806C190.551 116.304 199.528 121.125 202.958 123.186L206.292 125.19L203.842 122.169C201.723 119.557 197.847 116.055 195.573 114.07C201.819 115.634 211.183 122.316 211.287 122.394L214.992 125.052L212.229 121.424C209.698 118.1 206.987 115.263 205.255 113.554C212.045 115.693 221.531 122.867 221.631 122.944L224.197 124.897L222.642 122.07C220.951 118.995 218.453 116.297 216.699 114.61C225.244 117.151 232.97 123.84 233.057 123.916L237.016 127.376L234.079 123.019Z' fill='%23F39814'/%3E%3Cpath d='M143.305 201.14C155.259 182.648 155.949 157.064 145.353 125.094L145.155 124.5L139.48 126.037L139.513 126.575C140.645 145.23 129.62 155.677 129.509 155.779L127.384 157.748L130.154 156.899C132.394 156.212 134.051 155.324 135.258 154.469C131.878 160.053 125.366 165.974 125.288 166.046L123.075 168.047L125.925 167.171C129.784 165.987 133.474 164.057 135.633 162.818C132.337 168.159 123.281 175.272 123.178 175.351L120.802 177.209L123.735 176.521C128.162 175.483 131.577 174.14 133.647 173.206C129.072 178.946 117.981 185.981 117.855 186.061L114.875 187.943L118.335 187.273C124.275 186.12 129.615 184.148 132.169 183.122C128.681 188.841 115.245 196.904 115.098 196.995L111.862 198.926L115.565 198.212C119.525 197.449 125.517 195.265 128.647 194.069C123.876 199.658 111.528 205.775 111.39 205.84L107.426 207.79L111.787 207.089C116.793 206.286 121.356 204.978 123.955 204.154C118.266 209.988 105.381 215.93 105.239 215.996L102.398 217.297L105.524 217.26C109.774 217.211 114.089 216.016 116.702 215.137C109.508 222.633 98.1981 226.968 98.0765 227.014L93.3067 228.817L98.3771 228.292C98.6772 228.266 127.886 224.99 143.305 201.14Z' fill='%23F39814'/%3E%3Cpath d='M144.192 129.114L143.821 122.679L143.173 122.68C105.744 122.74 79.0122 132.454 63.7204 151.549C43.9974 176.177 50.8035 208.115 50.8748 208.434L52.0159 213.569L52.2245 208.314C52.2297 208.168 52.8374 194.539 58.3153 184.277C58.2944 187.323 58.5277 192.413 60.0024 197.015L60.9855 200.086L61.3317 196.878C61.3511 196.704 63.1174 180.777 67.3459 172.771C67.3845 175.764 67.599 181.144 68.5289 186.839L69.2654 191.339L69.8806 186.822C69.9037 186.651 72.0499 171.214 76.3465 164.285C76.1832 167.947 75.9673 175.213 76.564 179.735L77.0724 183.594L77.9086 179.795C77.9501 179.606 81.7891 162.354 86.6572 156.768C86.4695 159.757 86.2428 166.182 87.1304 172.968L87.6026 176.572L88.4716 173.041C88.5121 172.881 92.097 158.451 96.6062 151.669C96.3392 154.158 96.0989 158.319 96.5702 163.495L96.8534 166.593L97.8954 163.662C97.9435 163.525 102.351 151.23 106.881 145.946C106.333 148.628 105.553 153.312 105.665 157.906L105.74 160.982L106.975 158.164C107.022 158.054 111.074 148.892 115.857 143.369C115.345 144.968 114.953 147.1 115.017 149.835L115.091 152.824L116.325 150.101C116.396 149.947 123.546 134.625 143.649 129.257L144.192 129.114Z' fill='%23F39814'/%3E%3Cpath d='M131.475 129.222L142.934 139.428C137.542 144.41 132.148 150.087 126.785 156.288C126.387 156.747 125.898 157.122 125.346 157.369C124.151 157.913 122.755 158.229 120.95 158.116C121.596 158.97 121.892 159.788 121.924 160.669C121.958 161.594 121.58 162.48 120.996 163.201C117.413 167.618 113.851 172.257 110.319 177.069C109.948 177.574 109.474 178.002 108.919 178.291C107.825 178.866 106.53 179.248 104.845 179.294C104.856 179.306 104.866 179.318 104.877 179.33C106.13 180.731 106.142 182.85 105.062 184.389C101.955 188.811 98.8792 193.362 95.8396 198C95.5156 198.497 95.0848 198.917 94.5787 199.229C93.4664 199.913 92.1296 200.4 90.3354 200.516C91.0168 201.212 91.4121 201.916 91.5859 202.692C91.8019 203.649 91.5407 204.649 91.0163 205.479C88.6411 209.222 86.2944 213.012 83.9753 216.834C83.6748 217.328 83.2742 217.755 82.7939 218.081C81.7472 218.791 80.473 219.324 78.7538 219.542C78.7648 219.552 78.7758 219.562 78.7863 219.574C80.143 220.81 80.343 222.878 79.411 224.457C75.9226 230.363 72.5094 236.318 69.1873 242.273C68.6857 243.17 67.9063 243.874 66.9478 244.247C66.172 244.548 65.2838 244.76 64.2395 244.85C64.2499 244.862 64.2625 244.874 64.2751 244.887C65.63 246.231 65.8133 248.371 64.8989 250.045C61.892 255.553 58.9658 261.039 56.1323 266.459C55.7764 267.143 55.2671 267.738 54.6047 268.133C53.6443 268.707 52.4932 269.137 51.0091 269.334C52.2907 270.477 52.6761 271.71 52.5673 273.337C50.037 278.261 47.5846 283.115 45.2239 287.864C44.8647 288.586 44.3199 289.203 43.6056 289.58C42.7452 290.035 41.734 290.375 40.4817 290.556C40.8258 290.857 41.1054 291.161 41.3305 291.483C42.1322 292.62 42.118 294.156 41.5062 295.405C39.182 300.162 36.9586 304.789 34.8438 309.248C34.5155 309.939 34.0222 310.534 33.3688 310.929C32.5143 311.447 31.4913 311.857 30.2038 312.101C30.2148 312.11 30.2258 312.12 30.2395 312.128C31.649 313.269 31.9983 315.289 31.2313 316.931C28.4592 322.876 25.9116 328.45 23.6108 333.561C23.2176 334.434 22.5522 335.137 21.6996 335.572C20.9565 335.955 20.0923 336.255 19.0564 336.45C19.0674 336.46 19.0805 336.47 19.0915 336.48C20.512 337.63 20.8813 339.66 20.142 341.334C13.3991 356.579 9.56269 366.056 9.56269 366.056L-10.4696 360.688C-10.4685 360.684 73.3156 200.829 131.475 129.222Z' fill='%23F39814'/%3E%3C/svg%3E%0A");
    bottom: -5px;
    left: -60px;
  }
  .home_index_page .main .cta-section.june2022 .cta-inner img {
    display: none;
  }
  .home_index_page .main .cta-section.june2022 .cta-inner img.img-man-480 {
    display: none;
  }
  .home_index_page .main .cta-section.june2022 .cta-inner img.img-man-375 {
    display: block;
  }
}
.home_index_page .main .cta-section.june2022 .cta-inner .cta-content {
  padding: 0;
}
.home_index_page .main .cta-section.june2022 .cta-inner .cta-content:before {
  content: "";
  display: block;
  width: 192px;
  height: 109px;
  background-image: url("data:image/svg+xml,%3Csvg width='192' height='109' viewBox='0 0 192 109' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M166.108 12.0408C166.387 12.4688 168.126 14.4094 170.544 19.5979C172.775 24.6479 175.682 32.9469 173.969 42.8974C172.402 52.6771 166.224 64.1059 153.647 71.4928C141.548 78.6792 123.054 81.8234 107.867 70.3513C111.793 79.3873 117.114 87.4926 123.493 94.5347C123.496 93.8762 129.196 94.6329 137.815 91.9211C146.302 89.4172 157.702 83.4453 166.09 74.1728C174.593 65.0487 180.09 52.6198 179.481 40.6275C179.235 28.7222 172.885 17.2475 166.108 12.0408Z' fill='%23F39814'/%3E%3Cpath d='M121.909 82.4088C120.813 81.615 132.678 85.7849 144.342 77.6186C155.522 70.7608 166.504 51.5725 152.438 34.2161C151.442 33.3309 160.165 45.0329 154.103 56.7489C149.869 68.0422 130.848 79.3487 116.631 67.9021C116.54 68.1367 114.468 68.9032 113.312 71.6799C112.393 74.2706 112.395 78.8693 121.909 82.4088Z' fill='%23F39814'/%3E%3Cpath d='M104.67 65.8677C104.97 65.6517 93.0291 68.958 95.1391 80.5549L99.0902 83.3305C99.0882 83.3296 96.218 71.9121 104.67 65.8677Z' fill='%23F39814'/%3E%3Cpath d='M87.4259 92.588C87.3754 93.3347 89.7421 92.2419 92.8032 91.2504C95.8816 90.0141 99.6585 88.8808 102.838 83.8367C105.837 78.8879 108.232 70.0325 104.417 55.5948C100.229 41.5989 89.8285 22.0178 58.5815 5.78652C57.9067 6.01419 66.6159 10.025 74.5452 17.9162C82.7594 25.5874 90.1917 37.1383 93.5271 47.2912C97.012 57.5409 96.3971 66.3938 91.9595 70.9801C87.5357 75.9917 79.292 76.7355 67.877 80.5259C71.135 84.2778 73.6077 88.0805 75.5774 91.72C79.5381 91.2922 83.5436 91.5811 87.4259 92.588Z' fill='%23F39814'/%3E%3Cpath d='M82.6986 86.4295C82.117 85.1604 86.8547 83.5989 84.1513 71.6093C81.1204 61.1577 70.6518 40.2865 32.1155 35.8854C31.6882 35.0876 48.2764 39.4006 58.2691 48.1928C69.0443 56.5936 73.2212 69.4748 66.005 76.823C71.9488 78.6971 77.6781 81.9053 82.6986 86.4295Z' fill='%23F39814'/%3E%3Cpath d='M113.144 75.6389C113.144 75.6389 103.779 81.1921 105.616 89.1628L113.48 88.4358C113.48 88.4358 106.857 83.917 113.144 75.6389Z' fill='%23F39814'/%3E%3Cpath d='M116.711 78.2261C116.711 78.2261 112.223 87.8366 113.803 92.1061C113.803 92.1061 108.919 92.0211 108.68 91.9189C108.441 91.8167 107.744 89.1293 107.744 89.1293C107.744 89.1293 113.791 78.8558 116.711 78.2261Z' fill='%23F39814'/%3E%3Cpath d='M115.241 66.5656C115.149 66.571 119.541 64.2563 123.168 55.7012C124.912 51.0826 126.611 43.9494 124.566 34.0417C122.228 24.4098 116.144 11.9979 95.585 3.18727C93.906 3.61958 105.04 4.38952 113.926 10.743C123.319 16.6653 130.466 28.172 132.546 40.093C134.902 51.9762 132.187 64.2797 128.22 70.9504C124.298 77.9747 119.126 79.367 117.63 77.6409C110.304 74.464 107.703 75.1009 109.177 72.8227C110.282 71.1363 115.463 66.5406 115.241 66.5656Z' fill='%23F39814'/%3E%3Cpath d='M95.5111 87.6222C95.4015 87.5589 101.595 80.5018 97.3018 62.987C94.7573 54.3412 88.6685 42.9664 75.4976 32.2146C62.4562 21.8103 42.3321 12.0311 14.7019 14.5172C14.0554 13.2015 43.2978 18.9673 61.7914 33.0128C81.6421 45.984 90.7421 67.234 81.183 72.1077C72.6256 79.9195 76.0525 81.672 81.7676 83.6675C87.4608 85.3284 95.445 87.231 95.5111 87.6222Z' fill='%23F39814'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: -472px;
  bottom: -39px;
}
@media (max-width: 1919px) {
  .home_index_page .main .cta-section.june2022 .cta-inner .cta-content:before {
    width: 153px;
    height: 117px;
    background-image: url("data:image/svg+xml,%3Csvg width='153' height='113' viewBox='0 0 153 113' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M116.229 13.3107C116.505 13.5482 118.085 14.5305 120.778 17.6027C123.316 20.6173 126.967 25.7231 127.781 32.8839C128.661 39.8984 126.712 48.9642 119.569 56.5392C112.715 63.8811 100.67 69.731 87.9715 64.9044C92.4673 70.3118 97.7329 74.8026 103.511 78.3535C103.382 77.9017 107.439 77.2811 112.803 73.7008C118.118 70.2892 124.736 63.9191 128.631 55.8892C132.635 47.938 133.918 38.3229 131.104 30.2271C128.557 22.1183 121.913 15.5244 116.229 13.3107Z' fill='%23F39814'/%3E%3Cpath d='M100.002 70.3608C99.0929 70.0359 108.056 70.5223 114.417 62.5958C120.708 55.6626 124.399 40.3198 111.293 31.2373C110.433 30.8296 118.749 37.1052 116.936 46.3448C116.291 54.9294 105.516 66.4777 93.4872 61.475C93.4718 61.6538 92.2054 62.593 91.9678 64.7268C91.8557 66.6857 92.7759 69.8365 100.002 70.3608Z' fill='%23F39814'/%3E%3Cpath d='M84.885 62.471C85.0472 62.2631 77.5255 66.9147 81.2886 74.4397L84.5506 75.5521C84.5491 75.5519 80.301 68.3017 84.885 62.471Z' fill='%23F39814'/%3E%3Cpath d='M78.4075 84.2264C78.522 84.7482 79.9254 83.5265 81.8248 82.2354C83.6873 80.7731 86.0489 79.2419 87.2195 75.1502C88.286 71.1597 88.1579 64.6131 82.6584 55.4824C76.9919 46.7287 65.9527 35.3892 41.2979 30.5107C40.881 30.8015 47.6502 31.8096 54.6605 35.6325C61.822 39.2478 69.2229 45.6777 73.5372 51.9683C77.9732 58.2955 79.3208 64.4847 77.1964 68.5141C75.1665 72.8321 69.6662 74.989 62.6017 79.8672C65.5838 81.7872 68.038 83.8988 70.115 85.9991C72.7435 84.9146 75.546 84.3122 78.4075 84.2264Z' fill='%23F39814'/%3E%3Cpath d='M73.9378 80.9514C73.2856 80.1979 76.22 78.1813 71.9719 70.5058C67.8066 63.9496 56.4627 51.7397 29.1769 56.4241C28.7247 55.9628 40.9533 55.6037 49.5575 59.6317C58.6197 63.2351 64.0557 71.2271 60.5792 77.7043C65.0265 77.8008 69.5935 78.8544 73.9378 80.9514Z' fill='%23F39814'/%3E%3Cpath d='M92.6436 67.4734C92.6436 67.4734 87.3366 73.1498 90.1875 78.2447L95.431 76.1752C95.431 76.1752 89.9897 74.4021 92.6436 67.4734Z' fill='%23F39814'/%3E%3Cpath d='M95.6052 68.5337C95.6052 68.5337 94.4502 76.0159 96.3861 78.6258C96.3861 78.6258 93.0221 79.5436 92.8379 79.5213C92.6536 79.499 91.6394 77.7967 91.6394 77.7967C91.6394 77.7967 93.7298 69.5488 95.6052 68.5337Z' fill='%23F39814'/%3E%3Cpath d='M92.2677 60.837C92.2058 60.8591 94.7533 58.3952 95.529 51.8082C95.8009 48.2951 95.5398 43.0676 92.1588 36.6872C88.6325 30.5541 81.9835 23.2647 66.135 21.3355C65.0708 21.9672 72.8541 20.27 80.2126 22.8481C87.8325 25.0294 95.0292 31.486 98.8365 39.2391C102.825 46.9112 103.423 55.8845 102.038 61.248C100.754 66.845 97.4883 68.8325 96.1181 67.9487C90.463 67.2357 88.8082 68.1918 89.3627 66.3362C89.783 64.9599 92.4153 60.7753 92.2677 60.837Z' fill='%23F39814'/%3E%3Cpath d='M82.9559 79.2086C82.8681 79.1871 85.7023 73.1137 79.2604 61.9699C75.7893 56.5539 69.3441 49.9762 58.1706 45.2404C47.1553 40.7169 31.4115 38.037 12.9751 45.2615C12.2692 44.4891 33.4592 42.597 48.9382 48.5261C65.1324 53.4479 75.6141 66.1908 70.0377 71.4405C65.7348 78.5033 68.4333 79.0195 72.7482 79.2449C76.9812 79.2454 82.8325 78.9538 82.9559 79.2086Z' fill='%23F39814'/%3E%3C/svg%3E%0A");
    left: -226px;
    bottom: -51px;
  }
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.june2022 .cta-inner .cta-content:before {
    display: none;
  }
}
@media (min-width: 1024px) {
  .home_index_page .main .cta-section.june2022 .cta-inner .cta-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.june2022 .cta-inner .cta-content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 50px;
    padding-bottom: 30px;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.june2022 .cta-inner .cta-content {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
.home_index_page .main .cta-section.june2022 .cta-inner .cta-content.hidden {
  display: none;
}
.home_index_page .main .cta-section.june2022 .cta-inner .cta-content .call-to-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
@media (min-width: 1024px) {
  .home_index_page .main .cta-section.june2022 .cta-inner .cta-content .call-to-action {
    width: 610px;
    padding: 0;
  }
}
@media (min-width: 1280px) {
  .home_index_page .main .cta-section.june2022 .cta-inner .cta-content .call-to-action {
    width: 800px;
  }
}
@media (min-width: 1440px) {
  .home_index_page .main .cta-section.june2022 .cta-inner .cta-content .call-to-action {
    width: 750px;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.june2022 .cta-inner .cta-content .call-to-action {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.june2022 .cta-inner .cta-content .call-to-action {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.june2022 .cta-inner .cta-content .call-to-action {
    max-width: 100%;
    padding: 0 15px;
  }
}
.home_index_page .main .cta-section.june2022 .cta-inner .cta-content .call-to-action h1.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-family: "Roboto", sans-serif;
  color: #fff;
  width: 100%;
  font-size: 81px;
  font-weight: 500;
  line-height: 92px;
  margin-bottom: 40px;
  position: relative;
  z-index: 3;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.june2022 .cta-inner .cta-content .call-to-action h1.title {
    font-size: 70px;
    line-height: 80px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.june2022 .cta-inner .cta-content .call-to-action h1.title {
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 20px;
    position: relative;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.june2022 .cta-inner .cta-content .call-to-action h1.title {
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .home_index_page .main .cta-section.june2022 .cta-inner .cta-content .call-to-action h1.title {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
  }
}
.home_index_page .main .cta-section.june2022 .cta-inner .cta-content .call-to-action .bottom-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.home_index_page .main .cta-section.june2022 .cta-inner .cta-content .call-to-action .discount-block {
  font-family: "Roboto", sans-serif;
  color: #fff;
  margin-left: 2px;
  margin-bottom: 25px;
}
.home_index_page .main .cta-section.june2022 .cta-inner .cta-content .call-to-action .discount-block .new_price .euro {
  font-size: 242px;
  font-weight: 700;
  line-height: 200px;
}
.home_index_page .main .cta-section.june2022 .cta-inner .cta-content .call-to-action .discount-block .new_price .right-part {
  margin-left: 4px;
  margin-bottom: 7px;
  position: relative;
}
.home_index_page .main .cta-section.june2022 .cta-inner .cta-content .call-to-action .discount-block .new_price .right-part .cents {
  font-size: 140px;
  font-weight: 700;
  line-height: 100px;
  position: absolute;
  top: -120px;
  left: 0;
}
.home_index_page .main .cta-section.june2022 .cta-inner .cta-content .call-to-action .discount-block .new_price .right-part .value {
  font-size: 37px;
  font-weight: 500;
  line-height: 37px;
  margin-left: 9px;
}
.home_index_page .main .cta-section.june2022 .cta-inner .cta-content .call-to-action .discount-block .new_price .right-part .term {
  color: #fff;
  font-size: 21px;
  line-height: 27px;
  margin-top: 4px;
  margin-left: 14px;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.june2022 .cta-inner .cta-content .call-to-action .discount-block {
    margin-bottom: 30px;
  }
  .home_index_page .main .cta-section.june2022 .cta-inner .cta-content .call-to-action .discount-block .new_price .euro {
    font-size: 220px;
    line-height: 200px;
  }
  .home_index_page .main .cta-section.june2022 .cta-inner .cta-content .call-to-action .discount-block .new_price .right-part {
    margin-left: 8px;
    margin-bottom: 6px;
  }
  .home_index_page .main .cta-section.june2022 .cta-inner .cta-content .call-to-action .discount-block .new_price .right-part .cents {
    font-size: 120px;
    line-height: 100px;
    top: -114px;
  }
  .home_index_page .main .cta-section.june2022 .cta-inner .cta-content .call-to-action .discount-block .new_price .right-part .value {
    font-size: 30px;
  }
  .home_index_page .main .cta-section.june2022 .cta-inner .cta-content .call-to-action .discount-block .new_price .right-part .term {
    font-size: 18px;
    line-height: 27px;
    margin-top: 1px;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.june2022 .cta-inner .cta-content .call-to-action .discount-block {
    margin-bottom: 20px;
  }
  .home_index_page .main .cta-section.june2022 .cta-inner .cta-content .call-to-action .discount-block .new_price .euro {
    font-size: 180px;
  }
  .home_index_page .main .cta-section.june2022 .cta-inner .cta-content .call-to-action .discount-block .new_price .right-part {
    margin-left: 4px;
    margin-bottom: 24px;
  }
  .home_index_page .main .cta-section.june2022 .cta-inner .cta-content .call-to-action .discount-block .new_price .right-part .cents {
    font-size: 90px;
    line-height: 80px;
    top: -91px;
  }
  .home_index_page .main .cta-section.june2022 .cta-inner .cta-content .call-to-action .discount-block .new_price .right-part .value {
    font-size: 24px;
    line-height: 34px;
  }
  .home_index_page .main .cta-section.june2022 .cta-inner .cta-content .call-to-action .discount-block .new_price .right-part .term {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.june2022 .cta-inner .cta-content .call-to-action .discount-block {
    margin-left: -8px;
  }
  .home_index_page .main .cta-section.june2022 .cta-inner .cta-content .call-to-action .discount-block .new_price .euro {
    font-size: 140px;
    line-height: 140px;
  }
  .home_index_page .main .cta-section.june2022 .cta-inner .cta-content .call-to-action .discount-block .new_price .right-part {
    margin-left: 0;
    margin-bottom: 11px;
  }
  .home_index_page .main .cta-section.june2022 .cta-inner .cta-content .call-to-action .discount-block .new_price .right-part .cents {
    font-size: 70px;
    line-height: 70px;
    left: 4px;
    top: -73px;
  }
  .home_index_page .main .cta-section.june2022 .cta-inner .cta-content .call-to-action .discount-block .new_price .right-part .value {
    font-size: 20px;
    line-height: 24px;
    margin-left: 7px;
  }
  .home_index_page .main .cta-section.june2022 .cta-inner .cta-content .call-to-action .discount-block .new_price .right-part .term {
    font-size: 15px;
    line-height: 21px;
    margin-left: 8px;
  }
}
.home_index_page .main .cta-section.june2022 .cta-inner .cta-content .call-to-action .button {
  width: 230px;
  height: 70px;
  font-size: 20px;
  font-weight: 500;
  padding: 0 15px;
  font-family: "Roboto", sans-serif;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  z-index: 10;
}
.home_index_page .main .cta-section.june2022 .cta-inner .cta-content .call-to-action .button a {
  color: #fff;
  letter-spacing: 0;
  text-decoration: none;
  border-bottom: none;
  text-transform: none;
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.june2022 .cta-inner .cta-content .call-to-action .button {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.june2022 .cta-inner .cta-content .call-to-action .button {
    width: 190px;
  }
}
.home_index_page .main .cta-section.july2022 .cta-inner {
  padding-bottom: 40px;
}
.home_index_page .main .cta-section.july2022 .cta-inner:before {
  display: none;
}
.home_index_page .main .cta-section.july2022 .cta-inner:after {
  content: "";
  display: block;
  width: 1380px;
  height: 866px;
  background-image: url("data:image/svg+xml,%3Csvg width='1380' height='866' viewBox='0 0 1380 866' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_2008_7' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='1380' height='866'%3E%3Crect width='1380' height='866' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_2008_7)'%3E%3Ccircle cx='692.797' cy='686.695' r='687.162' fill='%23A3D1E9'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 580px;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.july2022 .cta-inner:after {
    left: 380px;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.july2022 .cta-inner {
    min-height: 540px;
  }
  .home_index_page .main .cta-section.july2022 .cta-inner:after {
    left: 334px;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.july2022 .cta-inner {
    min-height: 740px;
  }
  .home_index_page .main .cta-section.july2022 .cta-inner:after {
    background-image: url("data:image/svg+xml,%3Csvg width='835' height='446' viewBox='0 0 835 446' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_2152_21' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='1' y='0' width='833' height='438'%3E%3Crect x='1' width='833' height='438' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_2152_21)'%3E%3Ccircle cx='417.692' cy='416.288' r='416.733' fill='%23A3D1E9'/%3E%3C/g%3E%3C/svg%3E%0A");
    width: 835px;
    height: 446px;
    left: 155px;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.july2022 .cta-inner {
    min-height: 640px;
  }
  .home_index_page .main .cta-section.july2022 .cta-inner:after {
    background-image: url("data:image/svg+xml,%3Csvg width='598' height='340' viewBox='0 0 598 340' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_2154_23' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='598' height='340'%3E%3Crect width='598' height='340' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_2154_23)'%3E%3Ccircle cx='300.461' cy='297.755' r='297.615' fill='%23A3D1E9'/%3E%3C/g%3E%3C/svg%3E%0A");
    width: 598px;
    height: 340px;
  }
}
.home_index_page .main .cta-section.july2022 .cta-inner img {
  display: none;
  height: auto;
  position: absolute;
  bottom: 0;
  image-rendering: -webkit-optimize-contrast;
  z-index: 5;
}
.home_index_page .main .cta-section.july2022 .cta-inner img.img-man-1920 {
  display: block;
  right: 170px;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.july2022 .cta-inner img.img-man-1920 {
    display: none;
  }
  .home_index_page .main .cta-section.july2022 .cta-inner img.img-man-1024 {
    display: block;
    width: 436px;
    right: 160px;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.july2022 .cta-inner img.img-man-1024 {
    display: none;
  }
  .home_index_page .main .cta-section.july2022 .cta-inner img.img-man-768 {
    display: block;
    width: 495px;
    right: -95px;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.july2022 .cta-inner img.img-man-768 {
    display: none;
  }
  .home_index_page .main .cta-section.july2022 .cta-inner img.img-man-480 {
    display: block;
    width: 447px;
    right: -150px;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.july2022 .cta-inner img.img-man-480 {
    display: none;
  }
  .home_index_page .main .cta-section.july2022 .cta-inner img.img-man-375 {
    display: block;
    width: 325px;
    right: -95px;
  }
}
.home_index_page .main .cta-section.july2022 .cta-inner .cta-content .call-to-action {
  font-family: "Roboto", sans-serif;
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.july2022 .cta-inner .cta-content .call-to-action {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.home_index_page .main .cta-section.july2022 .cta-inner .cta-content .call-to-action .discount {
  width: 165px;
  height: 74px;
  background-image: url(/assets/images/july2022-banner/bg-img-discount.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 15px;
  position: relative;
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.july2022 .cta-inner .cta-content .call-to-action .discount {
    background-image: url("data:image/svg+xml,%3Csvg width='123' height='54' viewBox='0 0 123 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.534998 2.48261V0.368652L1.73358 0.401572C2.39213 0.401572 3.88047 0.401572 5.02636 0.401572C6.17225 0.401572 7.21277 0.401572 7.31156 0.401572L20.1666 0.671583C21.4158 0.7549 22.6701 0.72403 23.9138 0.579375C24.0041 0.521235 24.1093 0.490323 24.2167 0.490323C24.3241 0.490323 24.4293 0.521235 24.5197 0.579375C24.8292 0.783528 25.5865 0.842797 29.3535 0.948166C35.9851 1.13256 37.322 1.20502 38.323 1.41576C38.5935 1.46751 38.8729 1.44707 39.133 1.35649C39.3652 1.27411 39.6187 1.27411 39.8509 1.35649C40.6252 1.49091 41.4094 1.56138 42.1953 1.56721C43.2754 1.60672 45.0337 1.71868 46.0874 1.81087C47.1411 1.90307 48.3594 2.00187 48.8006 2.02821C49.6963 2.07431 52.8244 2.30481 55.6496 2.52872C56.6704 2.60775 58.2839 2.71311 59.2322 2.75263C60.0177 2.78114 60.8007 2.8581 61.5767 2.9831C62.3123 3.11198 63.0561 3.189 63.8026 3.2136C64.685 3.2597 66.0483 3.36508 66.8319 3.4441L69.071 3.6746C69.454 3.72695 69.8436 3.70231 70.2169 3.60215C70.3289 3.54809 70.4538 3.52683 70.5774 3.54081C70.7009 3.5548 70.818 3.60347 70.915 3.68119C71.3729 3.86946 71.8622 3.96998 72.3572 3.97753C74.8532 4.12241 75.7225 4.18827 76.7103 4.32657C77.0873 4.40228 77.473 4.42445 77.8562 4.39243C78.3763 4.39493 78.8948 4.45009 79.4038 4.55707C80.7802 4.78756 83.8359 5.11684 85.423 5.21562C86.6743 5.24329 87.9211 5.37547 89.1504 5.61076C90.8344 5.92056 92.5337 6.14039 94.2411 6.26932C95.3495 6.29552 96.4526 6.4323 97.5339 6.67762C97.8107 6.79012 98.1047 6.85471 98.4032 6.86861C99.6444 6.93588 100.88 7.07883 102.104 7.29666C102.481 7.38223 102.864 7.43511 103.25 7.45471C103.823 7.5074 104.962 7.65887 105.779 7.79058C106.596 7.92229 107.656 8.04084 108.137 8.06059C108.48 8.05685 108.822 8.10571 109.151 8.20548C110.07 8.43225 111.02 8.50788 111.963 8.42938C112.22 8.31084 112.753 8.38328 114.821 8.79817C116.399 9.12662 117.999 9.33357 119.609 9.41722C120.322 9.44627 121.033 9.52328 121.736 9.64772L122.757 9.83869L122.684 10.9912C122.684 11.6497 122.592 12.3939 122.559 12.7034C122.525 13.0166 122.547 13.3333 122.625 13.6386C122.711 13.9027 122.694 14.1895 122.579 14.442C122.408 14.8701 122.282 16.9445 122.21 20.4744C122.21 21.1346 122.173 21.7942 122.098 22.4501C122.019 22.6015 121.841 25.6704 121.848 26.6516C121.848 26.9875 121.802 27.9688 121.742 28.8381C121.644 30.3396 121.538 33.9024 121.439 39.3421C121.321 45.9605 121.275 47.0274 121.11 47.1525C120.946 47.2777 120.992 47.2711 121.11 47.2711C121.367 47.2711 121.051 47.9296 120.702 48.1272C120.603 48.1828 120.493 48.2173 120.379 48.2286C120.266 48.24 120.152 48.2279 120.043 48.1931C119.954 48.1521 119.854 48.1372 119.756 48.15C119.659 48.1628 119.566 48.2028 119.49 48.2655C118.844 48.4714 118.146 48.4481 117.514 48.1996C117.372 48.102 117.197 48.0642 117.027 48.0943C116.77 48.1338 116.698 48.0943 116.698 47.8572C116.698 47.6201 116.639 47.574 116.573 47.574C116.507 47.574 116.448 47.6728 116.448 47.7848C116.444 47.8442 116.426 47.9017 116.394 47.9524C116.363 48.003 116.32 48.0452 116.268 48.0751C116.217 48.1051 116.159 48.1219 116.099 48.1241C116.04 48.1263 115.981 48.1138 115.927 48.0877C115.371 47.9514 114.791 47.9379 114.228 48.0482C113.864 48.1367 113.489 48.17 113.115 48.147C112.279 48.147 111.956 48.1074 111.798 47.9296C111.751 47.8831 111.716 47.8258 111.697 47.7626C111.677 47.6994 111.674 47.6323 111.686 47.5674C111.726 47.4884 111.686 47.4291 111.634 47.4291C111.59 47.4357 111.548 47.4529 111.513 47.4793C111.477 47.5057 111.448 47.5405 111.429 47.5806C111.39 47.6662 111.311 47.6991 111.252 47.653C111.192 47.6069 111.107 47.653 111.061 47.7321C110.929 47.9889 110.31 47.8967 109.967 47.5674C109.79 47.3962 109.651 47.3303 109.651 47.4225C109.657 47.4768 109.677 47.5285 109.71 47.5725C109.742 47.6164 109.786 47.651 109.836 47.6728C110.178 47.8308 110.014 47.9889 109.546 47.9494C109.371 47.946 109.196 47.9239 109.026 47.8835C108.723 47.835 108.414 47.8932 108.15 48.0482C108.117 48.1206 107.939 48.0811 107.761 47.9692C107.583 47.8572 107.406 47.8045 107.307 47.923C107.208 48.0416 107.182 48.0152 107.182 47.8308C107.182 47.6464 107.122 47.574 107.057 47.574C106.991 47.574 106.931 47.6794 106.931 47.8111C106.931 47.9428 106.879 48.0152 106.681 47.8835C106.484 47.7518 106.464 47.6464 106.503 47.5608C106.543 47.4752 106.464 47.4884 106.319 47.6003C105.977 47.8638 106.049 48.1008 106.484 48.1206C106.561 48.1171 106.638 48.1294 106.711 48.1565C106.783 48.1837 106.849 48.2252 106.905 48.2787C107.017 48.496 107.564 48.6475 107.564 48.4631C107.564 48.2787 107.702 48.417 107.867 48.5487C108.255 48.8582 108.268 48.8516 108.255 48.4499C108.255 48.1601 108.314 48.0943 108.703 48.0613C109.092 48.0284 109.236 48.0943 109.184 48.5948C109.184 48.7001 109.296 48.7792 109.474 48.7792C109.651 48.7792 109.79 48.8648 109.79 48.9767C109.79 49.0887 109.849 49.0953 109.948 48.9372C110.158 48.6211 111.265 48.5618 111.265 48.8648C111.265 49.0294 111.377 49.0624 111.746 48.9965C112.007 48.9404 112.281 48.9801 112.516 49.1084C112.838 49.2791 113.185 49.3991 113.543 49.4641C114.04 49.565 114.277 49.6836 114.255 49.8197C114.255 49.9712 114.353 49.9975 114.775 49.9185C115.341 49.8131 115.433 49.8724 115.348 50.4058C115.345 50.4299 115.347 50.4543 115.355 50.4774C115.362 50.5005 115.374 50.5218 115.39 50.5399C115.407 50.5579 115.426 50.5723 115.449 50.5821C115.471 50.5919 115.495 50.597 115.519 50.5968C115.542 50.6125 115.569 50.6223 115.597 50.6253C115.625 50.6283 115.653 50.6245 115.679 50.6141C115.705 50.6036 115.728 50.587 115.746 50.5657C115.764 50.5443 115.777 50.5188 115.782 50.4914C115.782 50.2741 116.27 50.149 116.441 50.3202C116.612 50.4914 116.639 50.4519 116.678 50.4058C116.81 50.2477 117.337 50.4585 117.712 50.8273C117.854 50.9593 118.023 51.0584 118.207 51.1176C118.392 51.1768 118.587 51.1946 118.779 51.1697C119.214 51.1697 119.49 51.1105 119.49 51.0051C119.49 50.7943 119.898 50.7812 120.017 51.0051C120.136 51.229 120.142 51.1236 120.221 51.0051C120.3 50.8866 120.656 50.9195 120.537 51.15C120.471 51.2751 120.794 51.3541 121.163 51.308C121.235 51.308 121.295 51.7427 121.295 52.421V53.5471L119.74 53.4549C119.175 53.4471 118.611 53.3765 118.061 53.2442C117.883 53.0795 113.708 52.6581 111.476 52.5856C111.052 52.5945 110.629 52.548 110.218 52.4473C109.993 52.413 109.762 52.4498 109.559 52.5527C109.085 52.7239 108.96 52.7173 108.65 52.5198C108.084 52.3031 107.477 52.2132 106.872 52.2563C105.364 52.2234 100.761 51.9271 100.142 51.8217C99.9376 51.8217 98.9366 51.7163 97.9158 51.6702C96.8951 51.6241 95.5384 51.5517 94.8865 51.5056C93.5167 51.4068 92.2522 51.3541 88.9002 51.229C87.537 51.1829 85.8247 51.0973 85.074 51.0446C84.3232 50.9919 82.8217 50.9326 81.7417 50.8997C78.8374 50.8273 75.2549 50.7021 72.7326 50.5902L69.8942 50.4651C69.6052 50.4224 69.3109 50.4313 69.0249 50.4914C68.7387 50.5479 68.4433 50.5366 68.1622 50.4585C67.8329 50.3795 65.9231 50.2873 63.9145 50.2478L57.6714 50.1095L51.1978 49.958L44.5332 49.7999C40.5818 49.7012 29.1098 49.5102 28.5961 49.5365C27.527 49.5795 26.4564 49.5641 25.3889 49.4904C24.2562 49.4048 13.7588 49.2467 5.93517 49.1875C3.30095 49.1875 1.08818 49.148 1.04867 49.1348C0.69305 49.0492 0.436214 23.8396 0.534998 2.48261ZM121.98 10.2602C121.933 10.1746 121.881 10.1087 121.854 10.1087C121.828 10.1087 121.775 10.1746 121.729 10.2602C121.683 10.3458 121.729 10.4116 121.854 10.4116C121.979 10.4116 122.026 10.3194 121.986 10.2602H121.98ZM119.53 10.6026C119.55 10.5559 119.561 10.5054 119.561 10.4544C119.561 10.4034 119.55 10.353 119.53 10.3063C119.484 10.2536 119.457 10.3458 119.464 10.5038C119.47 10.6619 119.503 10.7212 119.536 10.6026H119.53ZM20.7922 17.1882C20.7898 17.1656 20.7829 17.1438 20.7719 17.124C20.7609 17.1041 20.7462 17.0866 20.7284 17.0725C20.7106 17.0584 20.6902 17.048 20.6684 17.0419C20.6466 17.0357 20.6237 17.034 20.6012 17.0367C20.4959 17.0367 20.4366 17.1026 20.4827 17.1882C20.499 17.2276 20.5251 17.2622 20.5585 17.2888C20.5919 17.3153 20.6316 17.3328 20.6737 17.3397C20.7059 17.3367 20.736 17.3226 20.7589 17.2997C20.7817 17.2769 20.7958 17.2467 20.7988 17.2145L20.7922 17.1882ZM56.9536 32.335C56.7626 32.0518 56.7297 32.0716 56.8021 32.4206C56.8416 32.5918 56.9207 32.684 56.9865 32.6314C57.0524 32.5787 57.0524 32.5128 56.9602 32.3877L56.9536 32.335ZM59.5022 33.9024C59.5351 33.8629 59.5022 33.7443 59.3771 33.6324C59.2519 33.5204 59.1861 33.5006 59.1861 33.5994C59.1861 33.6982 59.4232 34.0604 59.5088 33.9551L59.5022 33.9024ZM57.3224 34.1526C57.3553 34.1131 57.2829 33.9485 57.1643 33.8167C56.9536 33.5731 56.9536 33.5797 57.0985 33.8958C57.1709 34.1329 57.296 34.2514 57.3289 34.2053L57.3224 34.1526ZM56.104 34.8507C56.0946 34.8016 56.0727 34.7559 56.0404 34.7178C56.0081 34.6797 55.9665 34.6506 55.9196 34.6334C55.8143 34.5873 55.7287 34.6334 55.7287 34.6795C55.7287 34.7256 55.8143 34.8441 55.9196 34.8902C56.025 34.9363 56.1106 34.9758 56.1106 34.9034L56.104 34.8507ZM62.5711 34.9824C62.4723 34.7783 62.3998 34.8178 62.3998 35.0812C62.3998 35.2063 62.4525 35.2722 62.5184 35.2195C62.5444 35.1973 62.5637 35.1683 62.5742 35.1357C62.5846 35.1031 62.5858 35.0683 62.5777 35.0351L62.5711 34.9824ZM115.914 35.371C115.868 35.2392 115.796 35.1405 115.736 35.1405C115.677 35.1405 115.657 35.2392 115.697 35.371C115.736 35.5027 115.815 35.5949 115.875 35.5949C115.934 35.5949 115.954 35.5488 115.914 35.4236V35.371ZM3.63022 45.3942C3.71584 45.2625 3.75535 45.1637 3.70925 45.1637C3.66315 45.1637 3.61046 45.2361 3.56436 45.3217C3.51827 45.4074 3.43924 45.4403 3.37997 45.3942C3.3207 45.3481 3.26801 45.3942 3.26801 45.4666C3.26801 45.6905 3.459 45.651 3.63022 45.3942ZM108.091 47.1328C108.091 46.9484 107.893 46.8101 107.794 46.9286C107.695 47.0472 107.715 47.2777 107.9 47.2777C108.084 47.2777 108.091 47.1986 108.091 47.1328ZM120.3 51.7032C120.412 51.4595 120.399 51.3739 120.261 51.308C120.017 51.1961 119.898 51.4463 120.043 51.7624C120.142 51.9798 120.175 51.9732 120.3 51.7032Z' fill='%23FF005E'/%3E%3C/svg%3E%0A");
    width: 123px;
    height: 54px;
    font-size: 29px;
    line-height: 34px;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.july2022 .cta-inner .cta-content .call-to-action .discount {
    width: 102px;
    height: 50px;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 25px;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.july2022 .cta-inner .cta-content .call-to-action .discount {
    margin-bottom: 15px;
  }
}
.home_index_page .main .cta-section.july2022 .cta-inner .cta-content .call-to-action h1.title {
  font-family: "Roboto", sans-serif;
  width: 100%;
  font-size: 56px;
  font-weight: 500;
  line-height: 66px;
  margin-bottom: 10px;
  position: relative;
  z-index: 3;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.july2022 .cta-inner .cta-content .call-to-action h1.title {
    font-size: 50px;
    line-height: 59px;
    margin-bottom: 18px;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.july2022 .cta-inner .cta-content .call-to-action h1.title {
    font-size: 47px;
    line-height: 55px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.july2022 .cta-inner .cta-content .call-to-action h1.title {
    font-size: 39px;
    line-height: 46px;
    margin-bottom: 20px;
  }
}
.home_index_page .main .cta-section.july2022 .cta-inner .cta-content .call-to-action .subtitle {
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 10px;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.july2022 .cta-inner .cta-content .call-to-action .subtitle {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.july2022 .cta-inner .cta-content .call-to-action .subtitle {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.july2022 .cta-inner .cta-content .call-to-action .subtitle {
    max-width: 170px;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 15px;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.july2022 .cta-inner .cta-content .call-to-action .subtitle {
    max-width: 100%;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
  }
}
.home_index_page .main .cta-section.july2022 .cta-inner .cta-content .call-to-action .discount-block {
  margin-bottom: 32px;
}
.home_index_page .main .cta-section.july2022 .cta-inner .cta-content .call-to-action .discount-block .new_price .euro {
  font-size: 130px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -7px;
  margin-right: 16px;
}
.home_index_page .main .cta-section.july2022 .cta-inner .cta-content .call-to-action .discount-block .new_price .right-part .cents {
  font-weight: 800;
  font-size: 50px;
  line-height: 59px;
}
.home_index_page .main .cta-section.july2022 .cta-inner .cta-content .call-to-action .discount-block .new_price .right-part .value {
  font-size: 22px;
  line-height: 26px;
}
@media (max-width: 1279px) {
  .home_index_page .main .cta-section.july2022 .cta-inner .cta-content .call-to-action .discount-block .new_price .euro {
    font-size: 96px;
    line-height: 112px;
  }
  .home_index_page .main .cta-section.july2022 .cta-inner .cta-content .call-to-action .discount-block .new_price .right-part .cents {
    font-size: 44px;
    line-height: 52px;
  }
  .home_index_page .main .cta-section.july2022 .cta-inner .cta-content .call-to-action .discount-block .new_price .right-part .value {
    font-size: 22px;
    line-height: 26px;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section.july2022 .cta-inner .cta-content .call-to-action .discount-block .new_price .euro {
    font-size: 80px;
    line-height: 94px;
    letter-spacing: 0;
    margin-right: 9px;
  }
  .home_index_page .main .cta-section.july2022 .cta-inner .cta-content .call-to-action .discount-block .new_price .right-part .cents {
    font-size: 30px;
    line-height: 35px;
  }
  .home_index_page .main .cta-section.july2022 .cta-inner .cta-content .call-to-action .discount-block .new_price .right-part .value {
    font-size: 18px;
    line-height: 21px;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.july2022 .cta-inner .cta-content .call-to-action .discount-block .new_price .euro {
    font-size: 80px;
    line-height: 85px;
  }
  .home_index_page .main .cta-section.july2022 .cta-inner .cta-content .call-to-action .discount-block .new_price .right-part .cents {
    font-size: 30px;
    line-height: 35px;
  }
  .home_index_page .main .cta-section.july2022 .cta-inner .cta-content .call-to-action .discount-block .new_price .right-part .value {
    font-size: 18px;
    line-height: 21px;
  }
  .home_index_page .main .cta-section.july2022 .cta-inner .cta-content .call-to-action .discount-block .new_price .right-part .value br {
    display: none;
  }
}
.home_index_page .main .cta-section.july2022 .cta-inner .cta-content .call-to-action .button {
  width: 330px;
  height: 66px;
  background: #FF005E;
  border: 0;
  border-radius: 10px;
  -webkit-box-shadow: 0 9px 33px rgba(255, 0, 94, 0.3);
          box-shadow: 0 9px 33px rgba(255, 0, 94, 0.3);
  color: #fff;
  font-size: 21px;
  font-weight: 500;
  position: relative;
}
.home_index_page .main .cta-section.july2022 .cta-inner .cta-content .call-to-action .button:after {
  content: "";
  display: block;
  width: 73px;
  height: 73px;
  background-image: url("data:image/svg+xml,%3Csvg width='73' height='73' viewBox='0 0 73 73' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1848_95)'%3E%3Cpath d='M38.1586 53.4688C47.3394 52.2227 52.776 44.2468 52.3393 35.4196C51.8932 26.4334 46.1538 17.5056 38.5302 12.9022C36.9412 11.945 35.6833 14.3149 37.1251 15.3571C43.4217 19.9127 48.1521 26.8753 49.0677 34.6825C49.4847 38.0699 48.8229 41.5053 47.1762 44.5017C45.035 48.4421 41.3977 50.1312 37.545 51.9368C36.6177 52.3705 37.3188 53.578 38.1586 53.4688Z' fill='%23DBDBDB'/%3E%3Cpath d='M29.3548 56.959C33.52 57.2585 38.1337 57.886 42.1563 56.4088C42.3022 56.3632 42.425 56.2634 42.4994 56.13C42.5737 55.9966 42.5939 55.8398 42.5556 55.6923C42.5174 55.5448 42.4237 55.4177 42.294 55.3375C42.1644 55.2574 42.0086 55.2302 41.8591 55.2616C38.0906 55.8328 34.4492 55.5635 30.7147 55.1329C31.6143 52.8563 32.9057 50.6666 33.4388 48.2925C33.4876 48.0802 33.4594 47.8578 33.3593 47.6648C33.2591 47.4717 33.0935 47.3206 32.8919 47.2383C32.6904 47.156 32.4659 47.1479 32.2585 47.2153C32.0511 47.2828 31.8742 47.4215 31.7593 47.6068C30.2715 50.1381 29.1443 52.8635 28.4104 55.704C28.3748 55.8501 28.372 56.0022 28.4022 56.1493C28.4324 56.2964 28.4949 56.435 28.5852 56.555C28.6755 56.675 28.7913 56.7734 28.9244 56.8433C29.0575 56.9131 29.2044 56.9526 29.3548 56.959Z' fill='%23DBDBDB'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1848_95'%3E%3Crect width='53.0341' height='52.8715' fill='white' transform='translate(72.7471 46.0654) rotate(150)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: -25px;
  right: -75px;
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section.july2022 .cta-inner .cta-content .call-to-action .button {
    width: 220px;
  }
  .home_index_page .main .cta-section.july2022 .cta-inner .cta-content .call-to-action .button:after {
    display: none;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section.july2022 .cta-inner .cta-content .call-to-action .button {
    width: 190px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .home_index_page .main .cta-section {
    height: 560px;
  }
}
@media (min-width: 1280px) {
  .home_index_page .main .cta-section {
    height: 600px;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section {
    height: auto;
  }
}
.home_index_page .main .cta-section .cta-inner {
  position: relative;
  width: 100%;
  padding-bottom: 190px;
}
@media (min-width: 640px) {
  .home_index_page .main .cta-section .cta-inner {
    width: 450px;
    padding-bottom: 210px;
  }
}
@media (min-width: 768px) {
  .home_index_page .main .cta-section .cta-inner {
    width: 720px;
    padding: 30px 0;
  }
}
@media (min-width: 1024px) {
  .home_index_page .main .cta-section .cta-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 940px;
    height: 560px;
    padding: 40px 0;
  }
}
@media (min-width: 1280px) {
  .home_index_page .main .cta-section .cta-inner {
    width: 1170px;
    height: 600px;
  }
}
.home_index_page .main .cta-section .cta-inner .cta-content {
  padding: 0;
}
@media (min-width: 1024px) {
  .home_index_page .main .cta-section .cta-inner .cta-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section .cta-inner .cta-content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 50px;
    padding-bottom: 30px;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section .cta-inner .cta-content {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
.home_index_page .main .cta-section .cta-inner .cta-content.hidden {
  display: none;
}
.home_index_page .main .cta-section .cta-inner .cta-content .call-to-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
@media (min-width: 1024px) {
  .home_index_page .main .cta-section .cta-inner .cta-content .call-to-action {
    width: 610px;
    padding: 0;
  }
}
@media (min-width: 1280px) {
  .home_index_page .main .cta-section .cta-inner .cta-content .call-to-action {
    width: 800px;
  }
}
@media (min-width: 1440px) {
  .home_index_page .main .cta-section .cta-inner .cta-content .call-to-action {
    width: 750px;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .cta-section .cta-inner .cta-content .call-to-action {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section .cta-inner .cta-content .call-to-action {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section .cta-inner .cta-content .call-to-action {
    max-width: 100%;
    padding: 0 15px;
  }
}
.home_index_page .main .cta-section .cta-inner .cta-content .call-to-action .bottom-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.home_index_page .main .cta-section .cta-inner .cta-content .call-to-action .button {
  width: 230px;
  height: 70px;
  font-size: 20px;
  font-weight: 500;
  padding: 0 15px;
  font-family: "Roboto", sans-serif;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  z-index: 10;
}
.home_index_page .main .cta-section .cta-inner .cta-content .call-to-action .button a {
  color: #fff;
  letter-spacing: 0;
  text-decoration: none;
  border-bottom: none;
  text-transform: none;
}
@media (max-width: 767px) {
  .home_index_page .main .cta-section .cta-inner .cta-content .call-to-action .button {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .cta-section .cta-inner .cta-content .call-to-action .button {
    width: 190px;
  }
}
.home_index_page .main .cta-section .cta-inner .check-form-section {
  cursor: default;
  display: none;
  position: relative;
}
@media (min-width: 1024px) {
  .home_index_page .main .cta-section .cta-inner .check-form-section {
    display: block;
  }
}
.home_index_page .main .cta-section .cta-inner .check-form-section .white-box {
  margin-top: -32px;
}
@media (min-width: 640px) {
  .home_index_page .main .cta-section .cta-inner .check-form-section .white-box {
    margin-top: -80px;
  }
}
@media (min-width: 1024px) {
  .home_index_page .main .cta-section .cta-inner .check-form-section .white-box {
    margin-top: 0;
    padding: 0;
    width: 360px;
  }
}
.home_index_page .main .cta-section .cta-inner .check-form-section .white-box .box-inner {
  padding: 24px 20px;
}
@media (min-width: 640px) {
  .home_index_page .main .cta-section .cta-inner .check-form-section .white-box .box-inner {
    padding: 32px;
  }
}
@media (min-width: 1024px) {
  .home_index_page .main .cta-section .cta-inner .check-form-section .white-box .box-inner {
    padding: 24px;
    -webkit-box-shadow: 0px 12x 24px 0px rgba(39, 55, 71, 0.16);
            box-shadow: 0px 12x 24px 0px rgba(39, 55, 71, 0.16);
  }
}
.home_index_page .main .cta-section .cta-inner .check-form-section .white-box .box-inner .title {
  font-size: 21px;
  line-height: 30px;
  padding: 0 0 24px;
}
@media (min-width: 1024px) {
  .home_index_page .main .cta-section .cta-inner .check-form-section .white-box .box-inner .title {
    padding: 0 0 15px;
  }
}
.home_index_page .main .cta-section .cta-inner .check-form-section .white-box .box-inner .title .highlight-text {
  color: #E85626;
}
.home_index_page .main .cta-section .cta-inner .check-form-section .white-box .box-inner .subtitle {
  padding: 0 0 20px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1024px) {
  .home_index_page .main .cta-section .cta-inner .check-form-section .white-box .box-inner .subtitle {
    padding: 0 0 20px;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.05em;
  }
}
.home_index_page .main .cta-section .cta-inner .check-form-section .white-box .box-inner .subtitle svg {
  margin: 0 7px 0 0;
}
.home_index_page .main .cta-section .cta-inner .check-form-section .white-box .box-inner .phone-button {
  padding: 0 0 24px;
}
.home_index_page .main .cta-section .cta-inner .check-form-section .white-box .box-inner .phone-button .button {
  width: 100%;
  font-size: 18px;
  line-height: 27px;
  font-weight: 300;
}
.home_index_page .main .cta-section .cta-inner .check-form-section .white-box .box-inner .phone-button .button svg {
  width: 10px;
  height: 24px;
}
@media (min-width: 640px) {
  .home_index_page .main .cta-section .cta-inner .check-form-section .white-box .box-inner .phone-button .button {
    width: auto;
  }
}
.home_index_page .main .cta-section .cta-inner .check-form-section .white-box .box-inner .form {
  font-weight: 400;
}
.home_index_page .main .cta-section .cta-inner .check-form-section .white-box .box-inner .form .input-group {
  padding: 0 0 18px;
}
@media (min-width: 640px) {
  .home_index_page .main .cta-section .cta-inner .check-form-section .white-box .box-inner .form .input-group {
    -webkit-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    box-direction: normal;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 1024px) {
  .home_index_page .main .cta-section .cta-inner .check-form-section .white-box .box-inner .form .input-group {
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    box-direction: normal;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.home_index_page .main .cta-section .cta-inner .check-form-section .white-box .box-inner .form .input-group .input {
  margin: 0;
}
.home_index_page .main .cta-section .cta-inner .check-form-section .white-box .box-inner .form .input-group .input:first-child {
  margin: 0 0 20px;
}
@media (min-width: 640px) {
  .home_index_page .main .cta-section .cta-inner .check-form-section .white-box .box-inner .form .input-group .input:first-child {
    margin: 0 20px 0 0;
  }
}
@media (min-width: 1024px) {
  .home_index_page .main .cta-section .cta-inner .check-form-section .white-box .box-inner .form .input-group .input:first-child {
    margin: 0 0 20px;
  }
}
.home_index_page .main .cta-section .cta-inner .check-form-section .white-box .box-inner .form .button-holder {
  width: 100%;
}
.home_index_page .main .cta-section .cta-inner .check-form-section .white-box .box-inner .form .button-holder .button {
  width: 100%;
  background-color: #D62432;
}
.home_index_page .main .cta-section .cta-inner .check-form-section .white-box .box-inner .form .button-holder .button:hover {
  background-color: #54953e;
}
@media (min-width: 640px) {
  .home_index_page .main .cta-section .cta-inner .check-form-section .white-box .box-inner .form .button-holder .button {
    width: auto;
  }
}
@media (min-width: 1024px) {
  .home_index_page .main .cta-section .cta-inner .check-form-section .white-box .box-inner .form .form-info {
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    box-direction: normal;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
  }
}
.home_index_page .main .cta-section .cta-inner .check-form-section .white-box .box-inner .form .form-info .terms-checkbox {
  width: 200px;
  padding: 0 0 20px;
  margin: 0 auto;
}
@media (min-width: 640px) {
  .home_index_page .main .cta-section .cta-inner .check-form-section .white-box .box-inner .form .form-info .terms-checkbox {
    width: auto;
  }
}
@media (min-width: 1024px) {
  .home_index_page .main .cta-section .cta-inner .check-form-section .white-box .box-inner .form .form-info .terms-checkbox {
    width: 200px;
  }
}
.home_index_page .main .cta-section .cta-inner .check-form-section .white-box .box-inner .form .form-info .callback {
  padding: 20px 0 0;
}
.home_index_page .main .cta-section .cta-inner .check-form-section .white-box .box-inner .form .form-info .callback .callback-text {
  padding: 0 0 12px;
}
.home_index_page .main .cta-section .cta-inner .check-form-section .white-box .box-inner .mobile-content {
  display: none;
  /*@media (min-width: 1024px) {
    display: none;
  }*/
}
@media (min-width: 1024px) {
  .home_index_page .main .cta-section .cta-inner .check-form-section .white-box .box-inner .callback.desktop-content {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    box-direction: normal;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: justify;
    box-pack: justify;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
  }
}
.home_index_page .main .cta-section.baltheader {
  height: 560px;
  padding: 0;
  background-image: url("../images/1000mbit_mobile.jpg");
  background-position: 50% top;
  cursor: pointer;
  -webkit-box-align: start;
  box-align: start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
}
.home_index_page .main .cta-section.baltheader:before, .home_index_page .main .cta-section.baltheader:after {
  display: none;
}
@media (min-width: 640px) {
  .home_index_page .main .cta-section.baltheader {
    height: 760px;
    padding: 0 42px;
    background-image: url("../images/1000mbit_tablet.jpg");
  }
}
@media (min-width: 1024px) {
  .home_index_page .main .cta-section.baltheader {
    height: 540px;
    background-image: url("../images/1000mbit_desktop1024.jpg");
    background-position: 44% top;
  }
}
@media (min-width: 1280px) {
  .home_index_page .main .cta-section.baltheader {
    height: 600px;
    padding: 25px 0;
    background-image: url("../images/1000mbit_desktop_1440.jpg");
    background-position: 50% top;
    background-size: cover;
  }
}
.home_index_page .main .cta-section.baltheader .cta-inner {
  padding: 0;
  height: auto;
}
.home_index_page .main .cta-section.baltheader .cta-inner:before {
  display: none;
}
@media (min-width: 1024px) {
  .home_index_page .main .cta-section.baltheader .cta-inner {
    max-width: 940px;
    margin: 0 auto;
    height: 100%;
    width: 100%;
    -webkit-box-align: center;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
  }
}
@media (min-width: 1280px) {
  .home_index_page .main .cta-section.baltheader .cta-inner {
    max-width: 1170px;
  }
}
.home_index_page .main .cta-section.baltheader .cta-inner .cta-content {
  min-width: auto;
  padding: 0;
}
.home_index_page .main .cta-section.baltheader .cta-inner .cta-content:before {
  display: none;
}
@media (min-width: 640px) {
  .home_index_page .main .cta-section.baltheader .cta-inner .cta-content {
    max-width: 556px;
    -webkit-box-pack: center;
    box-pack: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}
@media (min-width: 1024px) {
  .home_index_page .main .cta-section.baltheader .cta-inner .cta-content {
    max-width: 548px;
    padding: 0 0 0 0;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
@media (min-width: 1280px) {
  .home_index_page .main .cta-section.baltheader .cta-inner .cta-content {
    max-width: 384px;
    padding: 127px 0 0 0;
  }
}
.home_index_page .main .cta-section.baltheader .cta-inner .cta-content .discount-and-title {
  padding: 40px 0 0;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
@media (min-width: 640px) {
  .home_index_page .main .cta-section.baltheader .cta-inner .cta-content .discount-and-title {
    padding: 50px 0 0 0;
  }
}
@media (min-width: 1024px) {
  .home_index_page .main .cta-section.baltheader .cta-inner .cta-content .discount-and-title {
    width: 100%;
    padding: 34px 0 0;
    -webkit-box-pack: start;
    box-pack: start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-align: start;
    box-align: start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    box-direction: normal;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
  }
}
@media (min-width: 1280px) {
  .home_index_page .main .cta-section.baltheader .cta-inner .cta-content .discount-and-title {
    padding: 0 0 0 0;
  }
}
.home_index_page .main .cta-section.baltheader .cta-inner .cta-content .discount-and-title h2.title {
  padding: 0 0 12px;
  letter-spacing: -0.035em;
  width: 100%;
  color: #fff;
}
@media (min-width: 640px) {
  .home_index_page .main .cta-section.baltheader .cta-inner .cta-content .discount-and-title h2.title {
    padding: 0 0 31px;
  }
}
@media (min-width: 1024px) {
  .home_index_page .main .cta-section.baltheader .cta-inner .cta-content .discount-and-title h2.title {
    padding: 0 0 23px;
  }
}
.home_index_page .main .cta-section.baltheader .cta-inner .cta-content .discount-and-title h2.title .title-inner {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  box-direction: normal;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  width: 280px;
  text-align: center;
  font-weight: 200 !important;
  margin: 0 auto;
}
@media (min-width: 640px) {
  .home_index_page .main .cta-section.baltheader .cta-inner .cta-content .discount-and-title h2.title .title-inner {
    font-weight: 300;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .home_index_page .main .cta-section.baltheader .cta-inner .cta-content .discount-and-title h2.title .title-inner {
    -webkit-box-align: start;
    box-align: start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
    text-align: left;
  }
}
.home_index_page .main .cta-section.baltheader .cta-inner .cta-content .discount-and-title h2.title .title-inner .subtitle-internet {
  font-size: 21px;
  line-height: 30px;
}
@media (min-width: 640px) {
  .home_index_page .main .cta-section.baltheader .cta-inner .cta-content .discount-and-title h2.title .title-inner .subtitle-internet {
    font-size: 25px;
    line-height: 34px;
    max-width: 300px;
  }
}
@media (min-width: 1024px) {
  .home_index_page .main .cta-section.baltheader .cta-inner .cta-content .discount-and-title h2.title .title-inner .subtitle-internet {
    max-width: 100%;
  }
}
@media (min-width: 1280px) {
  .home_index_page .main .cta-section.baltheader .cta-inner .cta-content .discount-and-title h2.title .title-inner .subtitle-internet {
    max-width: 95%;
  }
}
@media (min-width: 1280px) {
  .home_index_page .main .cta-section.baltheader .cta-inner .cta-content .discount-and-title h2.title .title-inner .subtitle-internet {
    font-size: 32px;
    line-height: 42px;
  }
}
.home_index_page .main .cta-section.baltheader .cta-inner .cta-content .discount-and-title h2.title .title-inner .title-internet {
  font-size: 36px;
  line-height: 46px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  box-pack: start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
}
@media (min-width: 640px) {
  .home_index_page .main .cta-section.baltheader .cta-inner .cta-content .discount-and-title h2.title .title-inner .title-internet {
    font-size: 46px;
    line-height: 57px;
    padding: 0 0 15px 0;
  }
}
@media (min-width: 1280px) {
  .home_index_page .main .cta-section.baltheader .cta-inner .cta-content .discount-and-title h2.title .title-inner .title-internet {
    font-size: 60px;
    line-height: 74px;
  }
}
.home_index_page .main .cta-section.baltheader .cta-inner .cta-content .cta-button {
  background-color: #f89c38;
  color: #000;
}
.home_index_page .main .cta-section.baltheader .cta-inner .cta-content .cta-button svg.icon {
  width: 7px;
  height: 16px;
  fill: #000;
}
.home_index_page .main .cta-section.baltheader .cta-inner .cta-content .cta-button:hover {
  background-color: rgba(248, 156, 56, 0.8);
}
.home_index_page .main .cta-section .tv-bg {
  display: none;
}
@media (min-width: 640px) {
  .home_index_page .main .cta-section .tv-bg {
    display: block;
    position: absolute;
    bottom: 93px;
    right: -233px;
    background-position: 0% 100%;
    background-repeat: no-repeat;
    width: 715px;
    height: 462px;
  }
}
@media (min-width: 1024px) {
  .home_index_page .main .cta-section .tv-bg {
    display: none;
  }
}
@media (min-width: 1920px) {
  .home_index_page .main .cta-section .tv-bg {
    display: block;
    width: 982px;
    height: 634px;
    background-position: 100% 100%;
    right: -360px;
    bottom: -20px;
  }
}
@media (min-width: 640px) {
  .home_index_page .main .cta-section .tv-bg.rutv {
    background-image: url("../images/tv-bg.png");
  }
}
@media (min-width: 1920px) {
  .home_index_page .main .cta-section .tv-bg.rutv {
    background-image: url("../images/tv-bg-xl.png");
  }
}
@media (min-width: 640px) {
  .home_index_page .main .cta-section .tv-bg.lvtv {
    background-image: url("../images/tv-bg-lv.png");
  }
}
@media (min-width: 1920px) {
  .home_index_page .main .cta-section .tv-bg.lvtv {
    background-image: url("../images/tv-bg-xl-lv.png");
  }
}
.home_index_page .main .services-section {
  position: relative;
  margin-bottom: 90px;
}
.home_index_page .main .services-section .section-inner .section-title {
  font-weight: 500;
  margin-bottom: 40px;
  text-align: left;
}
@media (max-width: 1279px) {
  .home_index_page .main .services-section .section-inner .services a.service {
    width: 300px;
    height: 320px;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .services-section .section-inner {
    width: 720px;
    padding: 40px 0 0 !important;
  }
  .home_index_page .main .services-section .section-inner .services {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .home_index_page .main .services-section .section-inner .services a.service {
    width: 225px;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .services-section {
    margin-bottom: 10px;
  }
  .home_index_page .main .services-section .section-inner {
    width: 450px;
    padding: 40px 15px !important;
  }
  .home_index_page .main .services-section .section-inner .services {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .home_index_page .main .services-section .section-inner .services a.service {
    max-width: 260px;
    width: 100%;
    height: 245px;
    margin-bottom: 20px;
    padding-top: 195px;
  }
  .home_index_page .main .services-section .section-inner .services a.service:first-child svg {
    width: 150px;
  }
  .home_index_page .main .services-section .section-inner .services a.service:nth-child(2) svg {
    width: 130px;
  }
  .home_index_page .main .services-section .section-inner .services a.service:last-child {
    margin-bottom: 0;
  }
  .home_index_page .main .services-section .section-inner .services a.service:last-child svg {
    width: 170px;
  }
  .home_index_page .main .services-section .section-inner .services a.service .service-inner .icon {
    top: 30px;
  }
  .home_index_page .main .services-section .section-inner .services a.service .service-inner span.link {
    font-size: 22px;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .services-section .section-inner {
    width: 100%;
  }
  .home_index_page .main .services-section .section-inner .section-title {
    text-align: center;
  }
}
.home_index_page .main .our-advantages {
  margin-bottom: 90px;
}
.home_index_page .main .our-advantages .list .list__item {
  width: 375px;
  min-height: 239px;
  border-radius: 10px;
  border: 1px solid #DFDFDF;
  padding: 44px 20px;
}
.home_index_page .main .our-advantages .list .list__item .top-row {
  margin-bottom: 26px;
}
.home_index_page .main .our-advantages .list .list__item .top-row svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 16px;
}
.home_index_page .main .our-advantages .list .list__item .top-row .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}
.home_index_page .main .our-advantages .list .list__item .text {
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
}
.home_index_page .main .our-advantages .list .list__item .text a, .home_index_page .main .our-advantages .list .list__item .text span {
  color: #54BEE1;
  border-bottom: 0;
  text-decoration: none;
}
@media (max-width: 1279px) {
  .home_index_page .main .our-advantages .list .list__item {
    width: 300px;
    padding: 30px 19px 40px;
  }
  .home_index_page .main .our-advantages .list .list__item .top-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 20px;
  }
  .home_index_page .main .our-advantages .list .list__item .top-row svg {
    width: 50px;
    height: 50px;
    margin-bottom: 8px;
  }
  .home_index_page .main .our-advantages .list .list__item .top-row .title {
    font-size: 16px;
    line-height: 20px;
    min-height: 40px;
  }
  .home_index_page .main .our-advantages .list .list__item .text {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .our-advantages .section-inner {
    max-width: 720px;
  }
  .home_index_page .main .our-advantages .list .list__item {
    width: 225px;
    padding: 30px 15px;
  }
  .home_index_page .main .our-advantages .list .list__item .top-row {
    margin-bottom: 10px;
  }
  .home_index_page .main .our-advantages .list .list__item .top-row svg {
    width: 50px;
    height: 50px;
    margin-bottom: 8px;
  }
  .home_index_page .main .our-advantages .list .list__item .top-row .title {
    min-height: 60px;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .our-advantages .section-inner {
    max-width: 450px;
  }
  .home_index_page .main .our-advantages .list .list__item {
    width: 100%;
    margin-bottom: 20px;
    padding: 40px 30px;
  }
  .home_index_page .main .our-advantages .list .list__item:last-of-type {
    margin-bottom: 0;
  }
  .home_index_page .main .our-advantages .list .list__item .top-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 26px;
  }
  .home_index_page .main .our-advantages .list .list__item .top-row svg {
    width: 54px;
    height: 54px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 0;
  }
  .home_index_page .main .our-advantages .list .list__item .top-row .title {
    font-size: 20px;
    line-height: 24px;
    min-height: 48px;
  }
  .home_index_page .main .our-advantages .list .list__item .text {
    font-size: 17px;
    line-height: 24px;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .our-advantages .section-inner {
    max-width: 100%;
    padding: 0 15px;
  }
  .home_index_page .main .our-advantages .list .list__item {
    min-height: 200px;
    padding: 29px 24px 39px;
  }
  .home_index_page .main .our-advantages .list .list__item .top-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 20px;
  }
  .home_index_page .main .our-advantages .list .list__item .top-row svg {
    width: 37px;
    height: 37px;
    margin-bottom: 8px;
  }
  .home_index_page .main .our-advantages .list .list__item .top-row .title {
    font-size: 16px;
    line-height: 20px;
    min-height: 20px;
  }
  .home_index_page .main .our-advantages .list .list__item .text {
    font-size: 16px;
    line-height: 20px;
  }
}
.home_index_page .main .product-categories-list {
  margin-bottom: 50px;
}
.home_index_page .main .product-categories-list .section-title {
  font-size: 38px;
  font-weight: 500;
  line-height: 41px;
  margin-bottom: 40px;
  text-align: left;
}
.home_index_page .main .product-categories-list .list-categories {
  display: none;
}
.home_index_page .main .product-categories-list .list-categories.desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home_index_page .main .product-categories-list .list-categories.desktop .single-category:nth-child(1), .home_index_page .main .product-categories-list .list-categories.desktop .single-category:nth-child(3), .home_index_page .main .product-categories-list .list-categories.desktop .single-category:nth-child(6), .home_index_page .main .product-categories-list .list-categories.desktop .single-category:nth-child(7) {
  width: 365px;
  padding: 30px;
}
.home_index_page .main .product-categories-list .list-categories.desktop .single-category:nth-child(2), .home_index_page .main .product-categories-list .list-categories.desktop .single-category:nth-child(4), .home_index_page .main .product-categories-list .list-categories.desktop .single-category:nth-child(5), .home_index_page .main .product-categories-list .list-categories.desktop .single-category:nth-child(8) {
  width: 195px;
  padding: 152px 5px 20px;
}
.home_index_page .main .product-categories-list .list-categories.desktop .single-category:nth-child(2) .name-cat, .home_index_page .main .product-categories-list .list-categories.desktop .single-category:nth-child(4) .name-cat, .home_index_page .main .product-categories-list .list-categories.desktop .single-category:nth-child(5) .name-cat, .home_index_page .main .product-categories-list .list-categories.desktop .single-category:nth-child(8) .name-cat {
  text-align: center;
}
.home_index_page .main .product-categories-list .list-categories.desktop .single-category:nth-child(1) .img-cat {
  right: 7px;
}
.home_index_page .main .product-categories-list .list-categories.desktop .single-category:nth-child(2) .img-cat {
  top: 29px;
}
.home_index_page .main .product-categories-list .list-categories.desktop .single-category:nth-child(3) .img-cat {
  right: 0;
}
.home_index_page .main .product-categories-list .list-categories.desktop .single-category:nth-child(4) .img-cat {
  top: 7px;
}
.home_index_page .main .product-categories-list .list-categories.desktop .single-category:nth-child(5) .img-cat {
  top: 9px;
}
.home_index_page .main .product-categories-list .list-categories.desktop .single-category:nth-child(5) .name-cat {
  text-align: left;
}
.home_index_page .main .product-categories-list .list-categories.desktop .single-category:nth-child(6) .img-cat {
  right: 73px;
}
.home_index_page .main .product-categories-list .list-categories.desktop .single-category:nth-child(7) .img-cat {
  right: 24px;
}
.home_index_page .main .product-categories-list .list-categories.desktop .single-category:nth-child(8) .img-cat {
  top: 20px;
}
.home_index_page .main .product-categories-list .list-categories .single-category {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #ECEEEF;
  border: 0;
  border-radius: 20px;
  height: 240px;
  margin-bottom: 20px;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.home_index_page .main .product-categories-list .list-categories .single-category:hover {
  -webkit-filter: drop-shadow(0px 15px 30px rgba(136, 142, 145, 0.58));
          filter: drop-shadow(0px 15px 30px rgba(136, 142, 145, 0.58));
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.home_index_page .main .product-categories-list .list-categories .single-category:hover .btn-more {
  background-color: #273747;
  color: #fff;
}
.home_index_page .main .product-categories-list .list-categories .single-category .img-cat {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.home_index_page .main .product-categories-list .list-categories .single-category .name-cat {
  color: #1e1e1e;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 15px;
}
.home_index_page .main .product-categories-list .list-categories .single-category .btn-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  color: #1e1e1e;
  font-size: 12px;
  font-weight: 600;
  width: 110px;
  height: 33px;
  border-radius: 100px;
}
.home_index_page .main .product-categories-list .list-categories .single-category.vertical-cat {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.home_index_page .main .product-categories-list .list-categories .single-category.vertical-cat .img-cat {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 1279px) {
  .home_index_page .main .product-categories-list .list-categories {
    display: none;
  }
  .home_index_page .main .product-categories-list .list-categories.desktop {
    display: none;
  }
  .home_index_page .main .product-categories-list .list-categories.tablet-wide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .home_index_page .main .product-categories-list .list-categories .single-category {
    margin-bottom: 15px;
  }
  .home_index_page .main .product-categories-list .list-categories .single-category:nth-child(1), .home_index_page .main .product-categories-list .list-categories .single-category:nth-child(4), .home_index_page .main .product-categories-list .list-categories .single-category:nth-child(8) {
    width: 400px;
    padding: 30px;
  }
  .home_index_page .main .product-categories-list .list-categories .single-category:nth-child(2) {
    width: 525px;
    padding: 30px;
  }
  .home_index_page .main .product-categories-list .list-categories .single-category:nth-child(3), .home_index_page .main .product-categories-list .list-categories .single-category:nth-child(6) {
    width: 292px;
    padding: 152px 5px 20px;
  }
  .home_index_page .main .product-categories-list .list-categories .single-category:nth-child(3) .name-cat, .home_index_page .main .product-categories-list .list-categories .single-category:nth-child(6) .name-cat {
    text-align: center;
  }
  .home_index_page .main .product-categories-list .list-categories .single-category:nth-child(5), .home_index_page .main .product-categories-list .list-categories .single-category:nth-child(7) {
    width: 217px;
    padding: 152px 5px 20px;
  }
  .home_index_page .main .product-categories-list .list-categories .single-category:nth-child(5) .name-cat, .home_index_page .main .product-categories-list .list-categories .single-category:nth-child(7) .name-cat {
    text-align: center;
  }
  .home_index_page .main .product-categories-list .list-categories .single-category:nth-child(1) .img-cat {
    right: 80px;
  }
  .home_index_page .main .product-categories-list .list-categories .single-category:nth-child(2) .img-cat {
    right: 74px;
  }
  .home_index_page .main .product-categories-list .list-categories .single-category:nth-child(3) .img-cat {
    top: 29px;
  }
  .home_index_page .main .product-categories-list .list-categories .single-category:nth-child(4) .img-cat {
    right: 7px;
  }
  .home_index_page .main .product-categories-list .list-categories .single-category:nth-child(5) .img-cat {
    top: 6px;
  }
  .home_index_page .main .product-categories-list .list-categories .single-category:nth-child(5) .name-cat {
    text-align: left;
  }
  .home_index_page .main .product-categories-list .list-categories .single-category:nth-child(6) .img-cat {
    top: 5px;
  }
  .home_index_page .main .product-categories-list .list-categories .single-category:nth-child(7) .img-cat {
    top: 9px;
  }
  .home_index_page .main .product-categories-list .list-categories .single-category:nth-child(8) .img-cat {
    right: 30px;
  }
}
@media (max-width: 1023px) {
  .home_index_page .main .product-categories-list .section-inner {
    max-width: 720px;
  }
  .home_index_page .main .product-categories-list .list-categories {
    display: none;
  }
  .home_index_page .main .product-categories-list .list-categories.tablet-wide {
    display: none;
  }
  .home_index_page .main .product-categories-list .list-categories.tablet-vertical {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .home_index_page .main .product-categories-list .list-categories .single-category:nth-child(1), .home_index_page .main .product-categories-list .list-categories .single-category:nth-child(4), .home_index_page .main .product-categories-list .list-categories .single-category:nth-child(5), .home_index_page .main .product-categories-list .list-categories .single-category:nth-child(8) {
    width: 413px;
    padding: 30px;
  }
  .home_index_page .main .product-categories-list .list-categories .single-category:nth-child(2), .home_index_page .main .product-categories-list .list-categories .single-category:nth-child(3), .home_index_page .main .product-categories-list .list-categories .single-category:nth-child(6), .home_index_page .main .product-categories-list .list-categories .single-category:nth-child(7) {
    width: 292px;
    padding: 152px 5px 20px;
  }
  .home_index_page .main .product-categories-list .list-categories .single-category:nth-child(2) .name-cat, .home_index_page .main .product-categories-list .list-categories .single-category:nth-child(3) .name-cat, .home_index_page .main .product-categories-list .list-categories .single-category:nth-child(6) .name-cat, .home_index_page .main .product-categories-list .list-categories .single-category:nth-child(7) .name-cat {
    text-align: center;
  }
  .home_index_page .main .product-categories-list .list-categories .single-category:nth-child(1) .img-cat {
    right: 10px;
  }
  .home_index_page .main .product-categories-list .list-categories .single-category:nth-child(2) .img-cat {
    top: 20px;
  }
  .home_index_page .main .product-categories-list .list-categories .single-category:nth-child(3) .img-cat {
    top: 5px;
  }
  .home_index_page .main .product-categories-list .list-categories .single-category:nth-child(4) .img-cat {
    right: 22px;
  }
  .home_index_page .main .product-categories-list .list-categories .single-category:nth-child(5) .img-cat {
    top: 50%;
    right: 34px;
  }
  .home_index_page .main .product-categories-list .list-categories .single-category:nth-child(6) .img-cat {
    top: 5px;
  }
  .home_index_page .main .product-categories-list .list-categories .single-category:nth-child(7) .img-cat {
    top: 9px;
  }
  .home_index_page .main .product-categories-list .list-categories .single-category:nth-child(8) .img-cat {
    right: 36px;
  }
}
@media (max-width: 767px) {
  .home_index_page .main .product-categories-list .section-inner {
    max-width: 450px;
  }
  .home_index_page .main .product-categories-list .list-categories {
    display: none;
  }
  .home_index_page .main .product-categories-list .list-categories.tablet-vertical {
    display: none;
  }
  .home_index_page .main .product-categories-list .list-categories.mobile-wide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .home_index_page .main .product-categories-list .list-categories .single-category:nth-child(1), .home_index_page .main .product-categories-list .list-categories .single-category:nth-child(4), .home_index_page .main .product-categories-list .list-categories .single-category:nth-child(5), .home_index_page .main .product-categories-list .list-categories .single-category:nth-child(8) {
    width: 450px;
    padding: 30px;
  }
  .home_index_page .main .product-categories-list .list-categories .single-category:nth-child(2), .home_index_page .main .product-categories-list .list-categories .single-category:nth-child(3), .home_index_page .main .product-categories-list .list-categories .single-category:nth-child(6), .home_index_page .main .product-categories-list .list-categories .single-category:nth-child(7) {
    width: 218px;
    padding: 152px 5px 20px;
  }
  .home_index_page .main .product-categories-list .list-categories .single-category:nth-child(2) .name-cat, .home_index_page .main .product-categories-list .list-categories .single-category:nth-child(3) .name-cat, .home_index_page .main .product-categories-list .list-categories .single-category:nth-child(6) .name-cat, .home_index_page .main .product-categories-list .list-categories .single-category:nth-child(7) .name-cat {
    text-align: center;
  }
  .home_index_page .main .product-categories-list .list-categories .single-category:nth-child(1) .img-cat {
    right: 10px;
  }
  .home_index_page .main .product-categories-list .list-categories .single-category:nth-child(2) .img-cat {
    top: 20px;
  }
  .home_index_page .main .product-categories-list .list-categories .single-category:nth-child(3) .img-cat {
    top: 5px;
  }
  .home_index_page .main .product-categories-list .list-categories .single-category:nth-child(4) .img-cat {
    right: 22px;
  }
  .home_index_page .main .product-categories-list .list-categories .single-category:nth-child(5) .img-cat {
    top: 50%;
    right: 34px;
  }
  .home_index_page .main .product-categories-list .list-categories .single-category:nth-child(5) .name-cat {
    text-align: left;
  }
  .home_index_page .main .product-categories-list .list-categories .single-category:nth-child(6) .img-cat {
    top: 5px;
  }
  .home_index_page .main .product-categories-list .list-categories .single-category:nth-child(7) .img-cat {
    top: 9px;
  }
  .home_index_page .main .product-categories-list .list-categories .single-category:nth-child(8) .img-cat {
    right: 36px;
  }
}
@media (max-width: 639px) {
  .home_index_page .main .product-categories-list .section-inner {
    max-width: 100%;
    padding: 0 15px;
  }
  .home_index_page .main .product-categories-list .list-categories {
    display: none;
  }
  .home_index_page .main .product-categories-list .list-categories.mobile-wide {
    display: none;
  }
  .home_index_page .main .product-categories-list .list-categories.mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .home_index_page .main .product-categories-list .list-categories .single-category {
    margin-bottom: 10px;
  }
  .home_index_page .main .product-categories-list .list-categories .single-category:nth-child(1), .home_index_page .main .product-categories-list .list-categories .single-category:nth-child(4), .home_index_page .main .product-categories-list .list-categories .single-category:nth-child(5), .home_index_page .main .product-categories-list .list-categories .single-category:nth-child(8) {
    width: 100%;
  }
  .home_index_page .main .product-categories-list .list-categories .single-category:nth-child(2), .home_index_page .main .product-categories-list .list-categories .single-category:nth-child(3), .home_index_page .main .product-categories-list .list-categories .single-category:nth-child(6), .home_index_page .main .product-categories-list .list-categories .single-category:nth-child(7) {
    width: calc(50% - 5px);
    padding: 152px 5px 20px;
  }
  .home_index_page .main .product-categories-list .list-categories .single-category:nth-child(2) .name-cat, .home_index_page .main .product-categories-list .list-categories .single-category:nth-child(3) .name-cat, .home_index_page .main .product-categories-list .list-categories .single-category:nth-child(6) .name-cat, .home_index_page .main .product-categories-list .list-categories .single-category:nth-child(7) .name-cat {
    text-align: center;
  }
  .home_index_page .main .product-categories-list .list-categories .single-category:nth-child(1) .img-cat {
    max-width: 175px;
    right: 10px;
  }
  .home_index_page .main .product-categories-list .list-categories .single-category:nth-child(2) .img-cat {
    max-width: 132px;
    top: 20px;
  }
  .home_index_page .main .product-categories-list .list-categories .single-category:nth-child(3) .img-cat {
    max-width: 72px;
    top: 5px;
  }
  .home_index_page .main .product-categories-list .list-categories .single-category:nth-child(4) .img-cat {
    max-width: 107px;
    right: 22px;
  }
  .home_index_page .main .product-categories-list .list-categories .single-category:nth-child(5) .img-cat {
    max-width: 173px;
    top: 50%;
    right: 10px;
  }
  .home_index_page .main .product-categories-list .list-categories .single-category:nth-child(6) .img-cat {
    max-width: 129px;
    top: 20px;
  }
  .home_index_page .main .product-categories-list .list-categories .single-category:nth-child(7) .img-cat {
    max-width: 138px;
    top: 9px;
  }
  .home_index_page .main .product-categories-list .list-categories .single-category:nth-child(8) .img-cat {
    max-width: 117px;
    right: 36px;
  }
  .home_index_page .main .product-categories-list .list-categories .single-category .img-cat {
    width: 100%;
  }
}
.home_index_page .main .notification-section {
  padding: 32px 20px;
}
@media (min-width: 640px) {
  .home_index_page .main .notification-section {
    display: block;
    padding: 32px 16px;
  }
}
.home_index_page .main .notification-section .notification {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  max-width: 800px;
  padding: 20px;
  margin: 0 auto;
  border-radius: 8px;
  background-color: #F5F7FA;
}
.home_index_page .main .notification-section .notification .icon-holder {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  min-width: 80px;
  width: 80px;
  height: 80px;
}
.home_index_page .main .notification-section .notification .icon-holder svg.icon {
  width: 75px;
  height: 75px;
  fill: #8C97A3;
}
.home_index_page .main .notification-section .notification .text {
  padding: 0 0 0 20px;
}
.home_index_page .main .services-section .section-inner {
  padding: 64px 0 0;
}
@media (max-width: 639px) {
  .home_index_page .main .services-section .section-inner {
    padding: 150px 0 0;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .home_index_page .main .services-section .section-inner {
    padding: 150px 0 0;
  }
}
@media (min-width: 1280px) {
  .home_index_page .main .services-section .section-inner {
    padding: 80px 0 0;
  }
}
.home_index_page .main .uhd-section {
  margin: 0 0 32px;
  background-color: #000;
}
@media (min-width: 1024px) {
  .home_index_page .main .uhd-section {
    margin: 32px 0;
    background-color: #fff;
  }
}
.home_index_page .main .uhd-section .section-inner {
  position: relative;
  background: url("../images/uhd3-xs2.jpg");
  background-repeat: no-repeat;
  background-position: center top;
}
@media (min-width: 640px) {
  .home_index_page .main .uhd-section .section-inner {
    background: url("../images/uhd3-s2.jpg");
    background-repeat: no-repeat;
    background-position: center top;
  }
}
@media (min-width: 1024px) {
  .home_index_page .main .uhd-section .section-inner {
    height: 734px;
    background: url("../images/uhd3-m.jpg");
    background-repeat: no-repeat;
    background-position: center top;
  }
}
@media (min-width: 1280px) {
  .home_index_page .main .uhd-section .section-inner {
    height: 867px;
    background: url("../images/uhd3-l.jpg");
    background-repeat: no-repeat;
    background-position: center top;
  }
}
.home_index_page .main .uhd-section .section-inner .uhd-content {
  max-width: 960px;
  padding: 217px 32px 48px;
  margin: 0 auto;
  color: #fff;
}
@media (min-width: 640px) {
  .home_index_page .main .uhd-section .section-inner .uhd-content {
    padding: 270px 32px 64px;
  }
}
@media (min-width: 1024px) {
  .home_index_page .main .uhd-section .section-inner .uhd-content {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    box-pack: end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
    padding: 170px 32px 0 0;
  }
}
@media (min-width: 1280px) {
  .home_index_page .main .uhd-section .section-inner .uhd-content {
    max-width: 1170px;
    padding: 230px 64px 0 0;
  }
}
.home_index_page .main .uhd-section .section-inner .uhd-content .uhd-content-inner {
  max-width: 456px;
  margin: 0 auto;
}
@media (min-width: 640px) {
  .home_index_page .main .uhd-section .section-inner .uhd-content .uhd-content-inner {
    max-width: 576px;
  }
}
@media (min-width: 1024px) {
  .home_index_page .main .uhd-section .section-inner .uhd-content .uhd-content-inner {
    max-width: 420px;
    margin: 0;
  }
}
@media (min-width: 1280px) {
  .home_index_page .main .uhd-section .section-inner .uhd-content .uhd-content-inner {
    max-width: 470px;
  }
}
.home_index_page .main .uhd-section .section-inner .uhd-content .uhd-content-inner .section-title {
  padding: 0 0 24px;
  font-size: 32px;
  line-height: 41px;
  letter-spacing: -0.005em;
}
@media (min-width: 640px) {
  .home_index_page .main .uhd-section .section-inner .uhd-content .uhd-content-inner .section-title {
    padding: 0 0 32px;
    font-size: 46px;
    line-height: 57px;
    letter-spacing: -0.015em;
  }
}
.home_index_page .main .uhd-section .section-inner .uhd-content .uhd-content-inner .uhd-text {
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 640px) {
  .home_index_page .main .uhd-section .section-inner .uhd-content .uhd-content-inner .uhd-text {
    font-size: 18px;
    line-height: 27px;
  }
}
.home_index_page .main .two-column-image-section .section-inner .section-image {
  background-image: url("/assets/images/office.jpg");
  background-position: top center;
}
@media (min-width: 1280px) {
  .home_index_page .main .two-column-image-section .section-inner .section-image {
    background-image: url("/assets/images/office_big.jpg");
  }
}
.home_index_page .main .two-column-image-section .section-inner .section-content {
  background-color: #F5F7FA;
}
.home_index_page .main .two-column-image-section .section-inner .section-content .content-inner .title {
  padding: 0 0 24px;
  font-size: 25px;
  line-height: 34px;
}
@media (min-width: 640px) {
  .home_index_page .main .two-column-image-section .section-inner .section-content .content-inner .title {
    padding: 0 0 32px;
    font-size: 32px;
    line-height: 41px;
    letter-spacing: -0.005em;
  }
}
.home_index_page .main .two-column-image-section .section-inner .section-content .content-inner .text {
  color: #54616E;
}
@media (min-width: 640px) {
  .home_index_page .main .two-column-image-section .section-inner .section-content .content-inner .text {
    font-size: 18px;
    line-height: 27px;
  }
}
@media (min-width: 1024px) {
  .home_index_page .main .two-column-image-section .section-inner .section-content .content-inner .text {
    max-width: 520px;
  }
}

.home_bundles_page .main .page-title-section .section-inner h1.page-title {
  text-align: center;
}
.home_bundles_page .main .pricing-section {
  padding: 48px 0 0;
}
@media (min-width: 640px) {
  .home_bundles_page .main .pricing-section {
    padding: 64px 0 0;
  }
}
@media (min-width: 1280px) {
  .home_bundles_page .main .pricing-section {
    padding: 80px 0 0;
  }
}
.home_bundles_page .main .pricing-section .section-inner .section-title {
  padding: 0 20px 32px;
  font-size: 32px;
  line-height: 41px;
  letter-spacing: -0.005em;
  text-align: center;
}
@media (min-width: 640px) {
  .home_bundles_page .main .pricing-section .section-inner .section-title {
    padding: 0 32px 40px;
    font-size: 46px;
    line-height: 57px;
    letter-spacing: -0.015em;
  }
}
@media (min-width: 1280px) {
  .home_bundles_page .main .pricing-section .section-inner .section-title {
    padding: 0 0 48px;
  }
}
.home_bundles_page .main .pricing-section .section-inner .pricing-table {
  width: 100%;
  max-width: 940px;
  padding: 0 12px;
  margin: 0 auto;
}
.home_bundles_page .main .pricing-section .section-inner .pricing-table .seniors-text {
  display: none;
  padding: 48px 42px 0;
  text-align: center;
  color: #8C97A3;
}
.home_bundles_page .main .pricing-section .section-inner .pricing-table[data-term=seniors] .seniors-text {
  display: block;
}
@media (min-width: 640px) {
  .home_bundles_page .main .pricing-section .section-inner .pricing-table {
    padding: 0 16px;
  }
}
@media (min-width: 1024px) {
  .home_bundles_page .main .pricing-section .section-inner .pricing-table {
    padding: 0;
  }
}
@media (min-width: 1280px) {
  .home_bundles_page .main .pricing-section .section-inner .pricing-table {
    max-width: 970px;
  }
}
.home_bundles_page .main .pricing-section .section-inner .pricing-table .packs .pack .pack-inner .info-tooltip {
  padding: 92px 20px 20px 36px;
}
@media (min-width: 640px) {
  .home_bundles_page .main .pricing-section .section-inner .pricing-table .packs .pack .pack-inner .info-tooltip {
    padding: 32px 64px 32px 40px;
  }
}
@media (min-width: 1024px) {
  .home_bundles_page .main .pricing-section .section-inner .pricing-table .packs .pack .pack-inner .info-tooltip {
    width: 594px;
  }
}
.home_bundles_page .main .pricing-section .section-inner .pricing-table .packs .pack .pack-inner .info-tooltip ul li {
  padding: 0 0 24px;
}
.home_bundles_page .main .pricing-section .section-inner .pricing-table .packs .pack .pack-inner .info-tooltip ul li:last-child {
  padding: 0;
}
.home_bundles_page .main .pricing-section .section-inner .pricing-table .packs .pack .pack-inner .pack-custom {
  text-align: center;
}
@media (min-width: 1024px) {
  .home_bundles_page .main .pricing-section .section-inner .pricing-table .packs .pack .pack-inner .pack-custom {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
  }
}
@media (min-width: 640px) {
  .home_bundles_page .main .pricing-section .section-inner .pricing-table .packs .pack .pack-inner .pack-custom .speed-title {
    width: 180px;
  }
}
@media (min-width: 1024px) {
  .home_bundles_page .main .pricing-section .section-inner .pricing-table .packs .pack .pack-inner .pack-custom .speed-title {
    position: relative;
    width: 225px;
  }
}
.home_bundles_page .main .pricing-section .section-inner .pricing-table .packs .pack .pack-inner .pack-custom .speed-title .speed-text {
  padding: 0 0 12px;
  color: #8C97A3;
}
@media (min-width: 1024px) {
  .home_bundles_page .main .pricing-section .section-inner .pricing-table .packs .pack .pack-inner .pack-custom .speed-title .speed-text {
    text-align: right;
  }
}
.home_bundles_page .main .pricing-section .section-inner .pricing-table .packs .pack .pack-inner .pack-custom .speed-title .speed-number {
  padding: 0 0 10px;
  font-size: 25px;
  line-height: 34px;
}
@media (min-width: 1024px) {
  .home_bundles_page .main .pricing-section .section-inner .pricing-table .packs .pack .pack-inner .pack-custom .speed-title .speed-number {
    padding: 0;
    font-size: 32px;
    line-height: 41px;
    letter-spacing: -0.005em;
    text-align: right;
  }
}
.home_bundles_page .main .pricing-section .section-inner .pricing-table .packs .pack .pack-inner .pack-custom .plus-icon {
  width: 16px;
  height: 16px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .home_bundles_page .main .pricing-section .section-inner .pricing-table .packs .pack .pack-inner .pack-custom .plus-icon {
    width: 40px;
    height: 40px;
    margin: 0 16px;
  }
}
.home_bundles_page .main .pricing-section .section-inner .pricing-table .packs .pack .pack-inner .pack-custom .plus-icon svg {
  width: 16px;
  height: 16px;
  fill: #8C97A3;
}
@media (min-width: 1024px) {
  .home_bundles_page .main .pricing-section .section-inner .pricing-table .packs .pack .pack-inner .pack-custom .plus-icon svg {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 1024px) {
  .home_bundles_page .main .pricing-section .section-inner .pricing-table .packs .pack .pack-inner .pack-custom .plus-icon svg.mobile-icon {
    display: none;
  }
}
.home_bundles_page .main .pricing-section .section-inner .pricing-table .packs .pack .pack-inner .pack-custom .plus-icon svg.desktop-icon {
  display: none;
}
@media (min-width: 1024px) {
  .home_bundles_page .main .pricing-section .section-inner .pricing-table .packs .pack .pack-inner .pack-custom .plus-icon svg.desktop-icon {
    display: block;
  }
}
@media (min-width: 1024px) {
  .home_bundles_page .main .pricing-section .section-inner .pricing-table .packs .pack .pack-inner .pack-custom .channel-number {
    width: 180px;
  }
}
@media (min-width: 1024px) {
  .home_bundles_page .main .pricing-section .section-inner .pricing-table .packs .pack .pack-inner .pack-custom .channel-number {
    position: relative;
    width: 220px;
    text-align: left;
  }
}
.home_bundles_page .main .pricing-section .section-inner .pricing-table .packs .pack .pack-inner .pack-custom .channel-number .channel-number-text {
  padding: 8px 0 0;
  font-size: 25px;
  line-height: 34px;
}
@media (min-width: 1024px) {
  .home_bundles_page .main .pricing-section .section-inner .pricing-table .packs .pack .pack-inner .pack-custom .channel-number .channel-number-text {
    padding: 0;
    font-size: 32px;
    line-height: 41px;
    letter-spacing: -0.005em;
  }
}
.home_bundles_page .main .pricing-section .section-inner .pricing-table .packs .pack .pack-inner .pack-custom .channel-number .channel-number-hd {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
@media (min-width: 1024px) {
  .home_bundles_page .main .pricing-section .section-inner .pricing-table .packs .pack .pack-inner .pack-custom .channel-number .channel-number-hd {
    position: absolute;
    -webkit-box-pack: start;
    box-pack: start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
  }
}
.home_bundles_page .main .pricing-section .section-inner .pricing-table .packs .pack .pack-inner .pack-custom .channel-number .channel-number-hd svg.hd-icon-svg {
  width: 30px;
  height: 19px;
  margin: 0 0 0 5px;
}
.home_bundles_page .main .pricing-section .section-inner .pricing-table .packs .pack.green .pack-content .pack-inner .pack-custom .plus-icon svg {
  fill: #88C852;
}
.home_bundles_page .main .pricing-section .section-inner .pricing-table .packs .pack.blue .pack-content .pack-inner .pack-custom .plus-icon svg {
  fill: #54BEE1;
}
.home_bundles_page .main .pricing-section .section-inner .pricing-table .packs .pack.yellow .pack-content .pack-inner .pack-custom .plus-icon svg {
  fill: #F89C38;
}
.home_bundles_page .main .pricing-section .section-inner .pricing-table .packs .pack.pink .pack-content .pack-inner .pack-custom .plus-icon svg {
  fill: #F03676;
}

.home_internet_page .main .page-title-section .section-inner h1.page-title {
  text-align: center;
}
.home_internet_page .main .pricing-section {
  padding: 48px 0 0;
}
@media (min-width: 640px) {
  .home_internet_page .main .pricing-section {
    padding: 64px 0 0;
  }
}
@media (min-width: 1280px) {
  .home_internet_page .main .pricing-section {
    padding: 80px 0 0;
  }
}
.home_internet_page .main .pricing-section .section-inner .section-title {
  padding: 0 20px 32px;
  font-size: 32px;
  line-height: 41px;
  letter-spacing: -0.005em;
  text-align: center;
}
@media (min-width: 640px) {
  .home_internet_page .main .pricing-section .section-inner .section-title {
    padding: 0 32px 40px;
    font-size: 46px;
    line-height: 57px;
    letter-spacing: -0.015em;
  }
}
@media (min-width: 1280px) {
  .home_internet_page .main .pricing-section .section-inner .section-title {
    padding: 0 0 48px;
  }
}
.home_internet_page .main .pricing-section .section-inner .pricing-table {
  width: 100%;
  max-width: 940px;
  padding: 0 12px;
  margin: 0 auto;
}
.home_internet_page .main .pricing-section .section-inner .pricing-table .seniors-text {
  display: none;
  padding: 48px 42px 0;
  text-align: center;
  color: #8C97A3;
}
.home_internet_page .main .pricing-section .section-inner .pricing-table[data-term=seniors] .seniors-text {
  display: block;
}
@media (min-width: 640px) {
  .home_internet_page .main .pricing-section .section-inner .pricing-table {
    padding: 0 16px;
  }
}
@media (min-width: 1024px) {
  .home_internet_page .main .pricing-section .section-inner .pricing-table {
    padding: 0;
  }
}
@media (min-width: 1280px) {
  .home_internet_page .main .pricing-section .section-inner .pricing-table {
    max-width: 970px;
  }
}
.home_internet_page .main .pricing-section .section-inner .pricing-table .packs .pack .pack-inner .pack-custom {
  text-align: center;
}
@media (min-width: 1024px) {
  .home_internet_page .main .pricing-section .section-inner .pricing-table .packs .pack .pack-inner .pack-custom {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
  }
}
@media (min-width: 640px) {
  .home_internet_page .main .pricing-section .section-inner .pricing-table .packs .pack .pack-inner .pack-custom .speed-title {
    width: 180px;
  }
}
@media (min-width: 1024px) {
  .home_internet_page .main .pricing-section .section-inner .pricing-table .packs .pack .pack-inner .pack-custom .speed-title {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
  }
}
.home_internet_page .main .pricing-section .section-inner .pricing-table .packs .pack .pack-inner .pack-custom .speed-title .speed-text {
  padding: 0 0 12px;
  color: #8C97A3;
}
@media (min-width: 1024px) {
  .home_internet_page .main .pricing-section .section-inner .pricing-table .packs .pack .pack-inner .pack-custom .speed-title .speed-text {
    padding: 0 16px 0 0;
  }
}
.home_internet_page .main .pricing-section .section-inner .pricing-table .packs .pack .pack-inner .pack-custom .speed-title .speed-number {
  font-size: 25px;
  line-height: 34px;
}
@media (min-width: 1024px) {
  .home_internet_page .main .pricing-section .section-inner .pricing-table .packs .pack .pack-inner .pack-custom .speed-title .speed-number {
    font-size: 32px;
    line-height: 41px;
    letter-spacing: -0.005em;
  }
}
.home_internet_page .main .shop-link-section .section-inner {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  box-direction: normal;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  padding: 48px 0;
}
@media (min-width: 640px) {
  .home_internet_page .main .shop-link-section .section-inner {
    padding: 64px 0;
  }
}
@media (min-width: 1024px) {
  .home_internet_page .main .shop-link-section .section-inner {
    -webkit-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    box-direction: normal;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: center;
    box-pack: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}
@media (min-width: 1280px) {
  .home_internet_page .main .shop-link-section .section-inner {
    padding: 80px 0;
  }
}
.home_internet_page .main .shop-link-section .section-inner .desc {
  padding: 0 0 24px;
  text-align: center;
}
@media (min-width: 640px) {
  .home_internet_page .main .shop-link-section .section-inner .desc {
    max-width: 400px;
  }
}
@media (min-width: 1024px) {
  .home_internet_page .main .shop-link-section .section-inner .desc {
    padding: 0;
    margin: 0 48px 0 0;
    text-align: left;
  }
}
.home_internet_page .main .shop-link-section .section-inner .item .item-inner {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.home_internet_page .main .shop-link-section .section-inner .item .item-inner .icon-holder {
  width: 48px;
  height: 48px;
}
.home_internet_page .main .shop-link-section .section-inner .item .item-inner .icon-holder svg {
  width: 48px;
  height: 48px;
  fill: #8C97A3;
}
.home_internet_page .main .shop-link-section .section-inner .item .item-inner .item-link {
  padding: 0 0 0 12px;
}
@media (min-width: 640px) {
  .home_internet_page .main .shop-link-section .section-inner .item .item-inner .item-link {
    padding: 0 0 0 16px;
  }
}
.home_internet_page .main .shop-link-section .section-inner .item .item-inner .item-link a {
  font-size: 18px;
  line-height: 27px;
}
@media (min-width: 640px) {
  .home_internet_page .main .shop-link-section .section-inner .item .item-inner .item-link a {
    font-size: 21px;
    line-height: 30px;
  }
}

.home_television_page .main .page-title-section .section-inner h1.page-title {
  text-align: center;
}
.home_television_page .main .pricing-section {
  padding: 48px 0 0;
}
@media (min-width: 640px) {
  .home_television_page .main .pricing-section {
    padding: 64px 0 0;
  }
}
@media (min-width: 1280px) {
  .home_television_page .main .pricing-section {
    padding: 80px 0 0;
  }
}
.home_television_page .main .pricing-section .section-inner .section-title {
  padding: 0 20px 32px;
  font-size: 32px;
  line-height: 41px;
  letter-spacing: -0.005em;
  text-align: center;
}
@media (min-width: 640px) {
  .home_television_page .main .pricing-section .section-inner .section-title {
    padding: 0 32px 40px;
    font-size: 46px;
    line-height: 57px;
    letter-spacing: -0.015em;
  }
}
@media (min-width: 1280px) {
  .home_television_page .main .pricing-section .section-inner .section-title {
    padding: 0 0 48px;
  }
}
.home_television_page .main .pricing-section .section-inner .pricing-table {
  width: 100%;
  max-width: 940px;
  padding: 0 12px;
  margin: 0 auto;
}
.home_television_page .main .pricing-section .section-inner .pricing-table .seniors-text {
  display: none;
  padding: 48px 42px 0;
  text-align: center;
  color: #8C97A3;
}
.home_television_page .main .pricing-section .section-inner .pricing-table[data-term=seniors] .seniors-text {
  display: block;
}
@media (min-width: 640px) {
  .home_television_page .main .pricing-section .section-inner .pricing-table {
    padding: 0 16px;
  }
}
@media (min-width: 1024px) {
  .home_television_page .main .pricing-section .section-inner .pricing-table {
    padding: 0;
  }
}
@media (min-width: 1280px) {
  .home_television_page .main .pricing-section .section-inner .pricing-table {
    max-width: 970px;
  }
}
@media (min-width: 640px) {
  .home_television_page .main .pricing-section .section-inner .pricing-table .packs .pack .pack-inner .info-tooltip {
    left: 0;
  }
}
@media (min-width: 1024px) {
  .home_television_page .main .pricing-section .section-inner .pricing-table .packs .pack .pack-inner .info-tooltip {
    left: 300px;
  }
}
.home_television_page .main .pricing-section .section-inner .pricing-table .packs .pack .pack-inner .info-icon {
  cursor: pointer;
}
.home_television_page .main .pricing-section .section-inner .pricing-table .packs .pack .pack-inner .info-icon svg {
  fill: #8C97A3;
}
.home_television_page .main .pricing-section .section-inner .pricing-table .packs .pack .pack-inner .info-icon.content-info-icon {
  display: block;
  position: absolute;
  top: 20px;
  right: 16px;
}
@media (min-width: 640px) {
  .home_television_page .main .pricing-section .section-inner .pricing-table .packs .pack .pack-inner .info-icon.content-info-icon {
    position: static;
  }
}
@media (min-width: 1024px) {
  .home_television_page .main .pricing-section .section-inner .pricing-table .packs .pack .pack-inner .info-icon.content-info-icon {
    display: none;
  }
}
.home_television_page .main .pricing-section .section-inner .pricing-table .packs .pack .pack-inner .info-icon:hover svg {
  fill: #F03676;
}
.home_television_page .main .pricing-section .section-inner .pricing-table .packs .pack .pack-inner .pack-custom {
  text-align: center;
}
@media (min-width: 1024px) {
  .home_television_page .main .pricing-section .section-inner .pricing-table .packs .pack .pack-inner .pack-custom .tv-pack-title {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    box-pack: justify;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
  }
}
.home_television_page .main .pricing-section .section-inner .pricing-table .packs .pack .pack-inner .pack-custom .tv-pack-title .tv-pack-type {
  padding: 0 0 12px;
  font-size: 18px;
  line-height: 27px;
  font-weight: normal;
  text-transform: uppercase;
  color: #8C97A3;
}
@media (min-width: 640px) {
  .home_television_page .main .pricing-section .section-inner .pricing-table .packs .pack .pack-inner .pack-custom .tv-pack-title .tv-pack-type {
    width: 180px;
  }
}
@media (min-width: 1024px) {
  .home_television_page .main .pricing-section .section-inner .pricing-table .packs .pack .pack-inner .pack-custom .tv-pack-title .tv-pack-type {
    padding: 0;
    text-align: left;
  }
}
.home_television_page .main .pricing-section .section-inner .pricing-table .packs .pack .pack-inner .pack-custom .tv-pack-title .type-info-icon {
  display: none;
}
@media (min-width: 1024px) {
  .home_television_page .main .pricing-section .section-inner .pricing-table .packs .pack .pack-inner .pack-custom .tv-pack-title .type-info-icon {
    display: block;
    padding: 0 48px;
  }
}
@media (min-width: 640px) {
  .home_television_page .main .pricing-section .section-inner .pricing-table .packs .pack .pack-inner .pack-custom .tv-pack-title .channel-number {
    width: 180px;
  }
}
.home_television_page .main .pricing-section .section-inner .pricing-table .packs .pack .pack-inner .pack-custom .tv-pack-title .channel-number .channel-number-text {
  font-size: 25px;
  line-height: 34px;
}
@media (min-width: 1024px) {
  .home_television_page .main .pricing-section .section-inner .pricing-table .packs .pack .pack-inner .pack-custom .tv-pack-title .channel-number .channel-number-text {
    font-size: 32px;
    line-height: 41px;
    letter-spacing: -0.005em;
  }
}
.home_television_page .main .pricing-section .section-inner .pricing-table .packs .pack .pack-inner .pack-custom .tv-pack-title .channel-number .channel-number-hd {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  padding: 8px 0 0;
}
.home_television_page .main .pricing-section .section-inner .pricing-table .packs .pack .pack-inner .pack-custom .tv-pack-title .channel-number .channel-number-hd svg.hd-icon-svg {
  width: 30px;
  height: 19px;
  margin: 0 0 0 5px;
}
.home_television_page .main .pricing-section .section-inner .pricing-table .packs .pack.active-tooltip .pack-inner .info-icon svg {
  fill: #F03676;
}
.home_television_page .main .pricing-section .section-inner .pricing-table .packs .pack.green .pack-inner .pack-custom .tv-pack-title .tv-pack-type {
  color: #88C852;
}
.home_television_page .main .pricing-section .section-inner .pricing-table .packs .pack.blue .pack-inner .pack-custom .tv-pack-title .tv-pack-type {
  color: #54BEE1;
}
.home_television_page .main .pricing-section .section-inner .pricing-table .packs .pack.yellow .pack-inner .pack-custom .tv-pack-title .tv-pack-type {
  color: #F89C38;
}
.home_television_page .main .pricing-section .section-inner .pricing-table .packs .pack.pink .pack-inner .pack-custom .tv-pack-title .tv-pack-type {
  color: #F03676;
}

.home_telephony_page .main .page-title-section .section-inner .page-title {
  padding: 0 0 24px;
}
@media (min-width: 640px) {
  .home_telephony_page .main .page-title-section .section-inner .page-title {
    padding: 0;
  }
}
@media (min-width: 640px) {
  .home_telephony_page .main .page-title-section .section-inner {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    box-pack: justify;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
  }
}
.home_telephony_page .main .tables-section .section-inner {
  padding: 40px 20px;
}
@media (min-width: 640px) {
  .home_telephony_page .main .tables-section .section-inner {
    padding: 48px 40px;
  }
}
@media (min-width: 1024px) {
  .home_telephony_page .main .tables-section .section-inner {
    padding: 48px 0;
  }
}
@media (min-width: 1280px) {
  .home_telephony_page .main .tables-section .section-inner {
    padding: 64px 0;
  }
}
.home_telephony_page .main .tables-section .section-inner .compare-plan-table .mobile-table .row.head-row .col {
  color: #F03676;
}
.home_telephony_page .main .tables-section .section-inner .compare-plan-table table.desktop-table thead tr th {
  color: #F03676;
}
.home_telephony_page .main .tables-section .section-inner .compare-plan-table table.desktop-table thead tr th:first-child {
  color: #273747;
}
.home_telephony_page .main .tables-section .section-inner .compare-price-table .small-text {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.05em;
  font-weight: 300;
  color: #8C97A3;
  max-width: 263px;
}
.home_telephony_page .main .tables-section .section-inner .compare-price-table .mobile-table .row {
  border: none;
}
.home_telephony_page .main .tables-section .section-inner .compare-price-table .mobile-table .row.head-row {
  padding: 0;
}
.home_telephony_page .main .tables-section .section-inner .compare-price-table .mobile-table .small-text {
  text-align: center;
  max-width: 100%;
}
.home_telephony_page .main .tables-section .section-inner .compare-price-table table.desktop-table tr {
  border: none;
}
.home_telephony_page .main .tables-section .section-inner .compare-price-table table.desktop-table tr .button {
  min-width: 150px;
}
.home_telephony_page .main .tables-section .section-inner .plan-link {
  text-align: center;
}
@media (min-width: 640px) {
  .home_telephony_page .main .tables-section .section-inner .plan-link {
    padding: 2px 0 0;
  }
}
@media (min-width: 1280px) {
  .home_telephony_page .main .tables-section .section-inner .plan-link {
    padding: 18px 0 0;
  }
}
@media (min-width: 1280px) {
  .home_telephony_page .main .advantages-section .section-inner {
    padding: 80px 0 16px;
  }
}
.home_telephony_page .main .two-column-image-section .section-inner .section-image {
  background-image: url("/assets/images/telephone.jpg");
}
@media (min-width: 1280px) {
  .home_telephony_page .main .two-column-image-section .section-inner .section-image {
    background-image: url("/assets/images/telephone_big.jpg");
  }
}
.home_telephony_page .main .two-column-image-section .section-inner .section-content .content-inner .text {
  font-size: 21px;
  line-height: 30px;
}
@media (min-width: 640px) {
  .home_telephony_page .main .two-column-image-section .section-inner .section-content .content-inner .text {
    font-size: 25px;
    line-height: 34px;
  }
}
@media (min-width: 1024px) {
  .home_telephony_page .main .two-column-image-section .section-inner .section-content .content-inner .text {
    max-width: 520px;
  }
}
@media (min-width: 1280px) {
  .home_telephony_page .main .two-column-image-section .section-inner .section-content .content-inner .text {
    font-size: 32px;
    line-height: 41px;
    letter-spacing: -0.005em;
  }
}
.home_telephony_page .main .notification-section {
  display: none;
  background-color: #F5F7FA;
}
@media (min-width: 640px) {
  .home_telephony_page .main .notification-section {
    display: block;
    padding: 64px 16px;
  }
}
@media (min-width: 1024px) {
  .home_telephony_page .main .notification-section {
    padding: 64px 42px;
  }
}
@media (min-width: 1280px) {
  .home_telephony_page .main .notification-section {
    padding: 80px 0;
  }
}
.home_telephony_page .main .notification-section .notification {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 970px;
  padding: 40px;
  margin: 0 auto;
  border-radius: 8px;
  background-color: #fff;
}
.home_telephony_page .main .notification-section .notification .icon-holder {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  min-width: 80px;
  width: 80px;
  height: 80px;
}
.home_telephony_page .main .notification-section .notification .icon-holder svg.icon {
  width: 75px;
  height: 75px;
  fill: #8C97A3;
}
.home_telephony_page .main .notification-section .notification .text {
  padding: 0 0 0 32px;
}
.home_telephony_page .main .faq-section {
  background-color: #F5F7FA;
}
.home_telephony_page .main .faq-section .section-inner {
  max-width: 1170px;
  padding: 48px 0;
  margin: 0 auto;
}
@media (min-width: 640px) {
  .home_telephony_page .main .faq-section .section-inner {
    padding: 0;
  }
}
@media (min-width: 640px) {
  .home_telephony_page .main .faq-section .section-inner {
    padding: 0 0 48px;
  }
}
@media (min-width: 1280px) {
  .home_telephony_page .main .faq-section .section-inner {
    padding: 0 0 64px;
  }
}
.home_telephony_page .main .faq-section .section-inner .section-title {
  padding: 0 20px 40px;
  font-size: 32px;
  line-height: 41px;
  letter-spacing: -0.005em;
  text-align: center;
  color: #54616E;
}
@media (min-width: 640px) {
  .home_telephony_page .main .faq-section .section-inner .section-title {
    font-size: 46px;
    line-height: 57px;
    letter-spacing: -0.015em;
    padding: 0 32px 48px;
  }
}
.home_telephony_page .main .faq-section .section-inner .faq-accordion {
  padding: 0 32px;
}
@media (min-width: 640px) {
  .home_telephony_page .main .faq-section .section-inner .faq-accordion {
    padding: 0 64px;
  }
}
@media (min-width: 1024px) {
  .home_telephony_page .main .faq-section .section-inner .faq-accordion {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 20px;
  }
}
@media (min-width: 1280px) {
  .home_telephony_page .main .faq-section .section-inner .faq-accordion {
    padding: 0;
    margin: 0 -39px;
  }
}
@media (min-width: 1024px) {
  .home_telephony_page .main .faq-section .section-inner .faq-accordion .question-group {
    width: 50%;
  }
}
.home_telephony_page .main .faq-section .section-inner .faq-accordion .question-group .question {
  padding: 0 0 24px;
}
@media (min-width: 640px) {
  .home_telephony_page .main .faq-section .section-inner .faq-accordion .question-group .question {
    padding: 0 0 32px;
  }
}
@media (min-width: 1024px) {
  .home_telephony_page .main .faq-section .section-inner .faq-accordion .question-group .question {
    padding: 0 22px 32px;
  }
}
@media (min-width: 1280px) {
  .home_telephony_page .main .faq-section .section-inner .faq-accordion .question-group .question {
    padding: 0 39px 32px;
  }
}
.home_telephony_page .main .faq-section .section-inner .faq-accordion .question-group .question .question-inner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.home_telephony_page .main .faq-section .section-inner .faq-accordion .question-group .question .question-inner .question-bg {
  display: none;
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
  border-radius: 8px;
  background-color: #fff;
}
@media (min-width: 640px) {
  .home_telephony_page .main .faq-section .section-inner .faq-accordion .question-group .question .question-inner .question-bg {
    top: -24px;
    left: -24px;
    right: -24px;
    bottom: -24px;
  }
}
@media (min-width: 1280px) {
  .home_telephony_page .main .faq-section .section-inner .faq-accordion .question-group .question .question-inner .question-bg {
    bottom: -32px;
  }
}
.home_telephony_page .main .faq-section .section-inner .faq-accordion .question-group .question .question-inner .icon-holder {
  position: relative;
  display: none;
  min-width: 16px;
  width: 16px;
  height: 16px;
  padding: 5px 0 0;
  margin: 0 12px 0 0;
}
@media (min-width: 640px) {
  .home_telephony_page .main .faq-section .section-inner .faq-accordion .question-group .question .question-inner .icon-holder {
    display: block;
  }
}
.home_telephony_page .main .faq-section .section-inner .faq-accordion .question-group .question .question-inner .icon-holder svg.icon {
  width: 16px;
  height: 16px;
  fill: #F03676;
}
.home_telephony_page .main .faq-section .section-inner .faq-accordion .question-group .question .question-inner .icon-holder svg.icon.minus {
  display: none;
}
@media (max-width: 639px) {
  .home_telephony_page .main .faq-section .section-inner .faq-accordion .question-group .question .question-inner .icon-holder {
    display: none;
  }
}
.home_telephony_page .main .faq-section .section-inner .faq-accordion .question-group .question .question-inner .question-content {
  position: relative;
}
.home_telephony_page .main .faq-section .section-inner .faq-accordion .question-group .question .question-inner .question-content .title {
  display: inline;
  border-bottom: 1px dashed rgba(39, 55, 71, 0.3);
  font-weight: normal;
  cursor: pointer;
}
.home_telephony_page .main .faq-section .section-inner .faq-accordion .question-group .question .question-inner .question-content .title:hover {
  color: #F03676;
  border-color: rgba(240, 54, 118, 0.4);
}
@media (min-width: 640px) {
  .home_telephony_page .main .faq-section .section-inner .faq-accordion .question-group .question .question-inner .question-content .title {
    font-size: 21px;
    line-height: 30px;
    font-weight: 300;
  }
}
.home_telephony_page .main .faq-section .section-inner .faq-accordion .question-group .question .question-inner .question-content .answer {
  display: none;
  padding: 12px 0 0;
}
@media (min-width: 640px) {
  .home_telephony_page .main .faq-section .section-inner .faq-accordion .question-group .question .question-inner .question-content .answer {
    padding: 20px 0 0;
  }
}
.home_telephony_page .main .faq-section .section-inner .faq-accordion .question-group .question.opened {
  padding: 20px 0 44px;
}
@media (min-width: 640px) {
  .home_telephony_page .main .faq-section .section-inner .faq-accordion .question-group .question.opened {
    padding: 16px 0 48px;
  }
}
@media (min-width: 1024px) {
  .home_telephony_page .main .faq-section .section-inner .faq-accordion .question-group .question.opened {
    padding: 16px 22px 48px;
  }
}
@media (min-width: 1280px) {
  .home_telephony_page .main .faq-section .section-inner .faq-accordion .question-group .question.opened {
    padding: 16px 39px 56px;
  }
}
.home_telephony_page .main .faq-section .section-inner .faq-accordion .question-group .question.opened .question-bg {
  display: block;
}
.home_telephony_page .main .faq-section .section-inner .faq-accordion .question-group .question.opened .question-inner .icon-holder svg.plus {
  display: none;
}
.home_telephony_page .main .faq-section .section-inner .faq-accordion .question-group .question.opened .question-inner .icon-holder svg.minus {
  display: block;
}
.home_telephony_page .main .faq-section .section-inner .faq-accordion .question-group .question.opened .question-inner .question-content .title {
  color: #F03676;
  border-color: rgba(240, 54, 118, 0.4);
}
.home_telephony_page .main .faq-section .section-inner .faq-accordion .question-group .question.opened .question-inner .question-content .answer {
  display: block;
}
.home_telephony_page .main .faq-section .section-inner .faq-accordion .question-group.group-1 .opened:first-child {
  padding: 0 0 44px;
}
@media (min-width: 640px) {
  .home_telephony_page .main .faq-section .section-inner .faq-accordion .question-group.group-1 .opened:first-child {
    padding: 0 0 48px;
  }
}
@media (min-width: 1024px) {
  .home_telephony_page .main .faq-section .section-inner .faq-accordion .question-group.group-1 .opened:first-child, .home_telephony_page .main .faq-section .section-inner .faq-accordion .question-group.group-2 .opened:first-child {
    padding: 0 22px 48px;
  }
}
@media (min-width: 1280px) {
  .home_telephony_page .main .faq-section .section-inner .faq-accordion .question-group.group-1 .opened:first-child, .home_telephony_page .main .faq-section .section-inner .faq-accordion .question-group.group-2 .opened:first-child {
    padding: 0 39px 56px;
  }
}
.home_telephony_page .main .ask-form-section .white-box .box-inner {
  max-width: 970px;
  text-align: center;
}
.home_telephony_page .main .ask-form-section .white-box .box-inner .title {
  padding: 0 0 20px;
  font-size: 25px;
  line-height: 34px;
}
@media (min-width: 640px) {
  .home_telephony_page .main .ask-form-section .white-box .box-inner .title {
    padding: 0 0 24px;
    font-size: 32px;
    line-height: 41px;
    letter-spacing: -0.005em;
  }
}
.home_telephony_page .main .ask-form-section .white-box .box-inner .subtitle {
  padding: 0 0 32px;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.05em;
  color: #54616E;
}
@media (min-width: 640px) {
  .home_telephony_page .main .ask-form-section .white-box .box-inner .subtitle {
    padding: 0 0 40px;
  }
}
@media (min-width: 1024px) {
  .home_telephony_page .main .ask-form-section .white-box .box-inner .form {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    box-pack: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}
@media (min-width: 640px) {
  .home_telephony_page .main .ask-form-section .white-box .box-inner .form .input-group {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    box-pack: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    padding: 0 0 24px;
  }
}
@media (min-width: 1024px) {
  .home_telephony_page .main .ask-form-section .white-box .box-inner .form .input-group {
    padding: 0 24px 0 0;
  }
}
.home_telephony_page .main .ask-form-section .white-box .box-inner .form .input-group .input {
  margin: 0 0 24px;
}
@media (min-width: 640px) {
  .home_telephony_page .main .ask-form-section .white-box .box-inner .form .input-group .input {
    margin: 0;
  }
  .home_telephony_page .main .ask-form-section .white-box .box-inner .form .input-group .input:first-child {
    margin: 0 24px 0 0;
  }
}
.home_telephony_page .main .ask-form-section .white-box .box-inner .form .button-holder .button {
  width: 100%;
}
@media (min-width: 640px) {
  .home_telephony_page .main .ask-form-section .white-box .box-inner .form .button-holder .button {
    width: auto;
  }
}
@media (min-width: 640px) {
  .home_telephony_page .main .ask-form-section .white-box .box-inner .form-info {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    box-pack: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}
.home_telephony_page .main .ask-form-section .white-box .box-inner .form-info .item {
  padding: 0 0 32px;
}
@media (min-width: 640px) {
  .home_telephony_page .main .ask-form-section .white-box .box-inner .form-info .item {
    width: 50%;
    padding: 0 0 0 24px;
  }
  .home_telephony_page .main .ask-form-section .white-box .box-inner .form-info .item:first-child {
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .home_telephony_page .main .ask-form-section .white-box .box-inner .form-info .item {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    width: auto;
    padding: 0 0 0 28px;
  }
}
.home_telephony_page .main .ask-form-section .white-box .box-inner .form-info .item .item-title {
  padding: 0 0 16px;
  font-size: 18px;
  line-height: 27px;
}
@media (min-width: 640px) {
  .home_telephony_page .main .ask-form-section .white-box .box-inner .form-info .item .item-title {
    padding: 0 0 20px;
  }
}
@media (min-width: 1024px) {
  .home_telephony_page .main .ask-form-section .white-box .box-inner .form-info .item .item-title {
    padding: 0 18px 0 0;
  }
}
.home_telephony_page .main .ask-form-section .white-box .box-inner .form-info .item .item-content {
  font-size: 21px;
  line-height: 30px;
  font-weight: normal;
}
.home_telephony_page .main .ask-form-section .white-box .box-inner .form-info .item.cost .item-content {
  color: #F03676;
}

.home_contacts_page .main {
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 640px) {
  .home_contacts_page .main {
    font-size: 18px;
    line-height: 27px;
  }
}
.home_contacts_page .main .contacts-section .section-inner {
  overflow: hidden;
  padding: 40px 0 0;
}
@media (min-width: 640px) {
  .home_contacts_page .main .contacts-section .section-inner {
    padding: 48px 0 0;
  }
}
@media (min-width: 1280px) {
  .home_contacts_page .main .contacts-section .section-inner {
    padding: 64px 0 0;
  }
}
@media (min-width: 640px) {
  .home_contacts_page .main .contacts-section .section-inner .contacts {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -40px;
  }
}
@media (min-width: 1024px) {
  .home_contacts_page .main .contacts-section .section-inner .contacts {
    margin-right: -50px;
  }
}
.home_contacts_page .main .contacts-section .section-inner .contacts .contact {
  padding: 0 0 40px;
}
@media (min-width: 640px) {
  .home_contacts_page .main .contacts-section .section-inner .contacts .contact {
    width: 260px;
    padding: 0 0 48px;
    margin: 0 40px 0 0;
  }
  .home_contacts_page .main .contacts-section .section-inner .contacts .contact .warning-info {
    color: #f16d45;
    font-weight: bold;
  }
}
@media (min-width: 1024px) {
  .home_contacts_page .main .contacts-section .section-inner .contacts .contact {
    width: 270px;
    margin: 0 50px 0 0;
  }
}
.home_contacts_page .main .contacts-section .section-inner .contacts .contact .title {
  padding: 0 0 24px;
  font-size: 21px;
  line-height: 30px;
  font-weight: normal;
}
@media (min-width: 640px) {
  .home_contacts_page .main .contacts-section .section-inner .contacts .contact .title {
    padding: 0 0 32px;
    font-size: 25px;
    line-height: 34px;
  }
}
.home_contacts_page .main .contacts-section .section-inner .contacts .contact .row-block {
  padding: 0 0 20px;
}
.home_contacts_page .main .contacts-section .section-inner .contacts .contact .row-block .text div {
  padding: 0 0 12px;
}
.home_contacts_page .main .contacts-section .section-inner .contacts .contact .content {
  margin: 0 0 20px;
}
.home_contacts_page .main .contacts-section .section-inner .contacts .contact .content div {
  padding: 0 0 12px;
}
@media (min-width: 640px) {
  .home_contacts_page .main .contacts-section .section-inner .contacts .contact .small-text {
    font-size: 16px;
    line-height: 24px;
  }
}
.home_contacts_page .main .contacts-section .section-inner .contacts .contact.quality-contact {
  width: 100%;
  margin: 0 0 40px;
}
@media (min-width: 640px) {
  .home_contacts_page .main .contacts-section .section-inner .contacts .contact.quality-contact {
    padding: 24px;
    margin: 0 40px 48px 0;
    background-color: #F5F7FA;
    border-radius: 8px;
  }
}
@media (min-width: 1024px) {
  .home_contacts_page .main .contacts-section .section-inner .contacts .contact.quality-contact {
    margin: 0 50px 48px 0;
  }
}
.home_contacts_page .main .contacts-section .section-inner .contacts .contact.quality-contact .title {
  padding: 0 0 20px;
}
.home_contacts_page .main .address-section {
  background-color: #F5F7FA;
}
@media (min-width: 1024px) {
  .home_contacts_page .main .address-section {
    position: relative;
    overflow: hidden;
  }
}
@media (min-width: 1024px) {
  .home_contacts_page .main .address-section .section-inner {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    height: 440px;
  }
}
.home_contacts_page .main .address-section .section-inner .address {
  padding: 40px 20px 16px;
}
@media (min-width: 640px) {
  .home_contacts_page .main .address-section .section-inner .address {
    padding: 48px 0 52px 32px;
  }
}
@media (min-width: 1024px) {
  .home_contacts_page .main .address-section .section-inner .address {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    min-width: 387px;
    padding: 0;
  }
}
.home_contacts_page .main .address-section .section-inner .address .address-inner {
  padding: 0 64px 0 0;
}
.home_contacts_page .main .address-section .section-inner .address .address-inner .title {
  margin: 0 0 24px;
  font-size: 21px;
  line-height: 30px;
  font-weight: normal;
}
@media (min-width: 640px) {
  .home_contacts_page .main .address-section .section-inner .address .address-inner .title {
    margin: 0 0 32px;
    font-size: 25px;
    line-height: 34px;
  }
}
@media (min-width: 640px) {
  .home_contacts_page .main .address-section .section-inner .address .address-inner .rows {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1024px) {
  .home_contacts_page .main .address-section .section-inner .address .address-inner .rows {
    display: block;
  }
}
.home_contacts_page .main .address-section .section-inner .address .address-inner .rows .row-block {
  padding: 0 0 20px;
}
@media (min-width: 640px) {
  .home_contacts_page .main .address-section .section-inner .address .address-inner .rows .row-block {
    width: 50%;
    padding: 0 38px 0 0;
  }
}
@media (min-width: 1024px) {
  .home_contacts_page .main .address-section .section-inner .address .address-inner .rows .row-block {
    width: auto;
    padding: 0 0 20px;
  }
}
.home_contacts_page .main .address-section .section-inner .address .address-inner .rows .row-block .text div {
  padding: 0 0 12px;
}
.home_contacts_page .main .address-section .section-inner .map {
  width: 100%;
}
.home_contacts_page .main .address-section .section-inner .map iframe {
  width: 100%;
  height: 380px;
}
@media (min-width: 1024px) {
  .home_contacts_page .main .address-section .section-inner .map iframe {
    height: 440px;
  }
}

@media (min-width: 1280px) {
  .equipment_store_page .main .page-title-section .section-inner {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    box-pack: justify;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
  }
}
.equipment_store_page .main .page-title-section .section-inner h1.page-title {
  color: #273747;
}
@media (min-width: 1280px) {
  .equipment_store_page .main .page-title-section .section-inner h1.page-title {
    padding: 0 40px 0 0;
  }
}
.equipment_store_page .main .page-title-section .section-inner h2.page-subtitle {
  padding: 24px 0 0;
  font-size: 18px;
  line-height: 27px;
  color: #8C97A3;
  text-align: center;
}
@media (min-width: 640px) {
  .equipment_store_page .main .page-title-section .section-inner h2.page-subtitle {
    font-size: 21px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  .equipment_store_page .main .page-title-section .section-inner h2.page-subtitle {
    max-width: 620px;
    text-align: left;
  }
}
@media (min-width: 1280px) {
  .equipment_store_page .main .page-title-section .section-inner h2.page-subtitle {
    max-width: 570px;
    padding: 0;
  }
}
.equipment_store_page .main .products-section .section-inner {
  max-width: 940px;
  padding: 0 12px 36px;
  margin: 0 auto;
}
@media (min-width: 640px) {
  .equipment_store_page .main .products-section .section-inner {
    padding: 0 16px 48px;
  }
}
@media (min-width: 1024px) {
  .equipment_store_page .main .products-section .section-inner {
    padding: 0 0 44px;
  }
}
@media (min-width: 1280px) {
  .equipment_store_page .main .products-section .section-inner {
    max-width: 970px;
    padding: 0 0 60px;
  }
}
.equipment_store_page .main .products-section .section-inner .section-title {
  padding: 40px 20px;
  font-size: 32px;
  line-height: 41px;
  letter-spacing: -0.005em;
  text-align: center;
}
@media (min-width: 640px) {
  .equipment_store_page .main .products-section .section-inner .section-title {
    padding: 48px 32px;
    font-size: 46px;
    line-height: 57px;
    letter-spacing: -0.015em;
  }
}
.equipment_store_page .main .products-section .section-inner .products .product {
  padding: 24px;
  margin: 0 0 16px;
  border-radius: 8px;
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(39, 55, 71, 0.16);
  box-shadow: 0px 1px 2px 0px rgba(39, 55, 71, 0.16);
}
@media (min-width: 640px) {
  .equipment_store_page .main .products-section .section-inner .products .product {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    padding: 40px 24px;
  }
}
@media (min-width: 1024px) {
  .equipment_store_page .main .products-section .section-inner .products .product {
    padding: 16px 32px 16px 24px;
  }
}
@media (min-width: 1280px) {
  .equipment_store_page .main .products-section .section-inner .products .product {
    padding: 16px 48px 16px 32px;
    margin: 0 0 20px;
  }
}
.equipment_store_page .main .products-section .section-inner .products .product .product-image {
  width: 240px;
  height: 240px;
  margin: 0 auto;
}
.equipment_store_page .main .products-section .section-inner .products .product .product-image img {
  width: auto;
  height: 100%;
  vertical-align: top;
}
.equipment_store_page .main .products-section .section-inner .products .product .product-content {
  width: 100%;
  padding: 24px 0 0;
  text-align: center;
}
@media (min-width: 640px) {
  .equipment_store_page .main .products-section .section-inner .products .product .product-content {
    padding: 0 0 0 24px;
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .equipment_store_page .main .products-section .section-inner .products .product .product-content {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    box-pack: justify;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
  }
}
.equipment_store_page .main .products-section .section-inner .products .product .product-content .product-desc {
  padding: 0 0 15px;
}
@media (min-width: 1024px) {
  .equipment_store_page .main .products-section .section-inner .products .product .product-content .product-desc {
    padding: 0 50px 0 0;
  }
}
@media (min-width: 1280px) {
  .equipment_store_page .main .products-section .section-inner .products .product .product-content .product-desc {
    padding: 0 48px 0 0;
  }
}
.equipment_store_page .main .products-section .section-inner .products .product .product-content .product-desc .product-name {
  padding: 0 0 24px;
  font-size: 21px;
  line-height: 30px;
  font-weight: bold;
}
.equipment_store_page .main .products-section .section-inner .products .product .product-content .product-desc .feature {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.equipment_store_page .main .products-section .section-inner .products .product .product-content .product-desc .feature .feature-icon {
  width: 16px;
  height: 16px;
}
.equipment_store_page .main .products-section .section-inner .products .product .product-content .product-desc .feature .feature-icon svg {
  width: 16px;
  height: 16px;
  margin-top: 4px;
  fill: #F03676;
}
.equipment_store_page .main .products-section .section-inner .products .product .product-content .product-desc .feature .feature-title {
  padding: 0 0 0 8px;
  text-align: left;
}
.equipment_store_page .main .products-section .section-inner .products .product .product-content .product-desc .router-speed .speed-title {
  padding: 0 0 12px;
  color: #8C97A3;
}
.equipment_store_page .main .products-section .section-inner .products .product .product-content .product-desc .router-speed .speed-number {
  font-size: 32px;
  line-height: 41px;
  letter-spacing: -0.005em;
}
.equipment_store_page .main .products-section .section-inner .products .product .product-content .product-cta .product-price {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  color: #8C97A3;
  text-align: left;
}
@media (min-width: 640px) {
  .equipment_store_page .main .products-section .section-inner .products .product .product-content .product-cta .product-price {
    -webkit-box-pack: start;
    box-pack: start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
  }
}
@media (min-width: 1024px) {
  .equipment_store_page .main .products-section .section-inner .products .product .product-content .product-cta .product-price {
    -webkit-box-pack: center;
    box-pack: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}
.equipment_store_page .main .products-section .section-inner .products .product .product-content .product-cta .product-price .left-part {
  font-size: 72px;
  line-height: 79px;
  letter-spacing: -0.015em;
  line-height: 72px;
}
.equipment_store_page .main .products-section .section-inner .products .product .product-content .product-cta .product-price .right-part .cents {
  display: block;
  padding: 4px 0 4px 4px;
  font-size: 32px;
  line-height: 41px;
  letter-spacing: -0.005em;
  line-height: 32px;
  font-weight: normal;
}
.equipment_store_page .main .products-section .section-inner .products .product .product-content .product-cta .product-price .right-part .value {
  display: block;
  padding: 0 0 0 6px;
  white-space: nowrap;
  color: #8C97A3;
}
@media (min-width: 1024px) {
  .equipment_store_page .main .products-section .section-inner .products .product .product-content .product-cta .product-rent {
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .equipment_store_page .main .products-section .section-inner .products .product .product-content .product-cta .product-rent .rent-title {
    display: block;
  }
}
.equipment_store_page .main .products-section .section-inner .products .product .product-content .product-cta .product-rent .rent-price {
  font-weight: bold;
}
.equipment_store_page .main .products-section .section-inner .products .product .product-content .product-cta .button-holder {
  padding: 24px 0 0;
}
@media (min-width: 640px) {
  .equipment_store_page .main .products-section .section-inner .products .product .product-content .product-cta .button-holder {
    -webkit-box-pack: start;
    box-pack: start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
  }
}
@media (min-width: 1024px) {
  .equipment_store_page .main .products-section .section-inner .products .product .product-content .product-cta .button-holder {
    -webkit-box-pack: center;
    box-pack: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}
.equipment_store_page .main .products-section .section-inner .products .product .product-content .product-cta .button-holder a.button {
  width: 100%;
}
@media (min-width: 640px) {
  .equipment_store_page .main .products-section .section-inner .products .product .product-content .product-cta .button-holder a.button {
    width: 150px;
  }
}
.equipment_store_page .main .products-section .section-inner .products .product.blue .product-content .product-cta .product-price {
  color: #54BEE1;
}
.equipment_store_page .main .products-section .section-inner .products .product.blue .product-content .product-cta .button-holder a.button {
  background-color: #54BEE1;
}
.equipment_store_page .main .products-section .section-inner .products .product.blue .product-content .product-cta .button-holder a.button:hover {
  background-color: rgba(84, 190, 225, 0.8);
}
.equipment_store_page .main .products-section .section-inner .products .product.green .product-content .product-cta .product-price {
  color: #88C852;
}
.equipment_store_page .main .products-section .section-inner .products .product.green .product-content .product-cta .button-holder a.button {
  background-color: #88C852;
}
.equipment_store_page .main .products-section .section-inner .products .product.green .product-content .product-cta .button-holder a.button:hover {
  background-color: rgba(136, 200, 82, 0.8);
}
.equipment_store_page .main .products-section .section-inner .products .product.yellow .product-content .product-cta .product-price {
  color: #F89C38;
}
.equipment_store_page .main .products-section .section-inner .products .product.yellow .product-content .product-cta .button-holder a.button {
  background-color: #F89C38;
}
.equipment_store_page .main .products-section .section-inner .products .product.yellow .product-content .product-cta .button-holder a.button:hover {
  background-color: rgba(248, 156, 56, 0.8);
}
.equipment_store_page .main .products-section .section-inner .products .product.pink .product-content .product-cta .product-price {
  color: #F03676;
}
.equipment_store_page .main .products-section .section-inner .products .product.pink .product-content .product-cta .button-holder a.button {
  background-color: #F03676;
}
.equipment_store_page .main .products-section .section-inner .products .product.pink .product-content .product-cta .button-holder a.button:hover {
  background-color: rgba(240, 54, 118, 0.8);
}
@media (min-width: 1024px) {
  .equipment_store_page .main .about-section .section-inner .about-inner {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -24px;
  }
}
@media (min-width: 1280px) {
  .equipment_store_page .main .about-section .section-inner .about-inner {
    margin: 0 -32px;
  }
}
.equipment_store_page .main .about-section .section-inner .about-inner .text-block {
  padding: 0 0 48px;
}
@media (min-width: 640px) {
  .equipment_store_page .main .about-section .section-inner .about-inner .text-block {
    padding: 0 0 64px;
  }
}
@media (min-width: 1024px) {
  .equipment_store_page .main .about-section .section-inner .about-inner .text-block {
    width: 50%;
    padding: 0 24px;
  }
}
@media (min-width: 1280px) {
  .equipment_store_page .main .about-section .section-inner .about-inner .text-block {
    padding: 0 32px;
  }
}
.equipment_store_page .main .about-section .section-inner .about-inner .text-block h3.title {
  padding: 0 0 24px;
  font-size: 25px;
  line-height: 34px;
  text-align: center;
}
@media (min-width: 640px) {
  .equipment_store_page .main .about-section .section-inner .about-inner .text-block h3.title {
    padding: 0 0 32px;
    font-size: 32px;
    line-height: 41px;
    letter-spacing: -0.005em;
  }
}
@media (min-width: 1024px) {
  .equipment_store_page .main .about-section .section-inner .about-inner .text-block h3.title {
    text-align: left;
  }
}
.equipment_store_page .main .about-section .section-inner .about-inner .text-block .text {
  color: #54616E;
}

.channel_list_page .main .thematic-packs-section {
  padding: 0 12px 32px;
}
@media (min-width: 640px) {
  .channel_list_page .main .thematic-packs-section {
    padding: 0 16px 58px;
  }
}
@media (min-width: 1024px) {
  .channel_list_page .main .thematic-packs-section {
    padding: 0 0 58px;
  }
}
@media (min-width: 1280px) {
  .channel_list_page .main .thematic-packs-section {
    padding: 0 0 60px;
  }
}
.channel_list_page .main .services-section .section-inner {
  padding: 32px 0 0;
}
@media (min-width: 640px) {
  .channel_list_page .main .services-section .section-inner {
    padding: 48px 0 0;
  }
}
@media (min-width: 1024px) {
  .channel_list_page .main .services-section .section-inner {
    padding: 48px 0 0;
  }
}
@media (min-width: 1280px) {
  .channel_list_page .main .services-section .section-inner {
    padding: 64px 0 0;
  }
}
@media (min-width: 1024px) {
  .channel_list_page .main .about-section .section-inner .about-inner {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -24px;
  }
}
@media (min-width: 1024px) {
  .channel_list_page .main .about-section .section-inner .about-inner {
    margin: 0 -32px;
  }
}
.channel_list_page .main .about-section .section-inner .about-inner .text-block {
  padding: 0 0 48px;
}
@media (min-width: 640px) {
  .channel_list_page .main .about-section .section-inner .about-inner .text-block {
    padding: 0 0 64px;
  }
}
@media (min-width: 1024px) {
  .channel_list_page .main .about-section .section-inner .about-inner .text-block {
    width: 50%;
    padding: 0 24px;
  }
}
@media (min-width: 1280px) {
  .channel_list_page .main .about-section .section-inner .about-inner .text-block {
    padding: 0 32px;
  }
}
.channel_list_page .main .about-section .section-inner .about-inner .text-block h3.title {
  padding: 0 0 24px;
  font-size: 25px;
  line-height: 34px;
  text-align: center;
}
@media (min-width: 640px) {
  .channel_list_page .main .about-section .section-inner .about-inner .text-block h3.title {
    padding: 0 0 32px;
    font-size: 32px;
    line-height: 41px;
    letter-spacing: -0.005em;
  }
}
@media (min-width: 1024px) {
  .channel_list_page .main .about-section .section-inner .about-inner .text-block h3.title {
    text-align: left;
  }
}
.channel_list_page .main .about-section .section-inner .about-inner .text-block .text {
  color: #54616E;
}

@media (min-width: 1280px) {
  .home_tv_thematic_page .main .page-title-section .section-inner {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    box-pack: justify;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
  }
}
.home_tv_thematic_page .main .page-title-section .section-inner h1.page-title {
  color: #273747;
}
@media (min-width: 1280px) {
  .home_tv_thematic_page .main .page-title-section .section-inner h1.page-title {
    padding: 0 40px 0 0;
  }
}
.home_tv_thematic_page .main .page-title-section .section-inner h2.page-subtitle {
  padding: 24px 0 0;
  font-size: 18px;
  line-height: 27px;
  color: #8C97A3;
  text-align: center;
}
@media (min-width: 640px) {
  .home_tv_thematic_page .main .page-title-section .section-inner h2.page-subtitle {
    font-size: 21px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  .home_tv_thematic_page .main .page-title-section .section-inner h2.page-subtitle {
    max-width: 620px;
    text-align: left;
  }
}
@media (min-width: 1280px) {
  .home_tv_thematic_page .main .page-title-section .section-inner h2.page-subtitle {
    max-width: 570px;
    padding: 0;
  }
}
.home_tv_thematic_page .main .thematic-packs-section .thematic-packs {
  padding: 32px 12px 48px;
}
@media (min-width: 640px) {
  .home_tv_thematic_page .main .thematic-packs-section .thematic-packs {
    padding: 48px 16px 64px;
  }
}
@media (min-width: 1024px) {
  .home_tv_thematic_page .main .thematic-packs-section .thematic-packs {
    padding: 48px 0 64px;
  }
}
@media (min-width: 1280px) {
  .home_tv_thematic_page .main .thematic-packs-section .thematic-packs {
    padding: 64px 0 80px;
  }
}
.home_tv_thematic_page .main .about-section .section-inner {
  padding: 48px 0 0;
}
@media (min-width: 640px) {
  .home_tv_thematic_page .main .about-section .section-inner {
    padding: 64px 0 0;
  }
}
@media (min-width: 1280px) {
  .home_tv_thematic_page .main .about-section .section-inner {
    padding: 80px 0 0;
  }
}
@media (min-width: 1024px) {
  .home_tv_thematic_page .main .about-section .section-inner .about-inner {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -24px;
  }
}
@media (min-width: 1280px) {
  .home_tv_thematic_page .main .about-section .section-inner .about-inner {
    margin: 0 -32px;
  }
}
.home_tv_thematic_page .main .about-section .section-inner .about-inner .text-block {
  padding: 0 0 48px;
}
@media (min-width: 640px) {
  .home_tv_thematic_page .main .about-section .section-inner .about-inner .text-block {
    padding: 0 0 64px;
  }
}
@media (min-width: 1024px) {
  .home_tv_thematic_page .main .about-section .section-inner .about-inner .text-block {
    width: 50%;
    padding: 0 24px;
  }
}
@media (min-width: 1280px) {
  .home_tv_thematic_page .main .about-section .section-inner .about-inner .text-block {
    padding: 0 32px;
  }
}
.home_tv_thematic_page .main .about-section .section-inner .about-inner .text-block h3.title {
  padding: 0 0 24px;
  font-size: 25px;
  line-height: 34px;
  text-align: center;
}
@media (min-width: 640px) {
  .home_tv_thematic_page .main .about-section .section-inner .about-inner .text-block h3.title {
    padding: 0 0 32px;
    font-size: 32px;
    line-height: 41px;
    letter-spacing: -0.005em;
  }
}
@media (min-width: 1024px) {
  .home_tv_thematic_page .main .about-section .section-inner .about-inner .text-block h3.title {
    text-align: left;
  }
}
.home_tv_thematic_page .main .about-section .section-inner .about-inner .text-block .text {
  color: #54616E;
}

/*B2B Redesign Pages*/
.b2b-redesign-page {
  color: #1E1E1E;
  font-family: "roboto", sans-serif;
  font-weight: 400;
  line-height: 26px;
  overflow: hidden;
  position: relative;
}
.b2b-redesign-page section {
  position: relative;
}
.b2b-redesign-page .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1280px;
}
.b2b-redesign-page .boxed {
  max-width: 1280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*@media screen and (max-width: 1365px) {
    max-width: 1170px;
    width: 100%;
  }*/
}
@media (max-width: 1279px) {
  .b2b-redesign-page .boxed {
    max-width: 980px;
  }
}
@media (max-width: 1023px) {
  .b2b-redesign-page .boxed {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .b2b-redesign-page .boxed {
    max-width: 450px;
  }
}
@media (max-width: 479px) {
  .b2b-redesign-page .boxed {
    max-width: 100%;
    padding: 0 20px;
  }
}
.b2b-redesign-page a {
  border-bottom: 0;
}
.b2b-redesign-page a, .b2b-redesign-page .button {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.b2b-redesign-page a:hover, .b2b-redesign-page .button:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.b2b-redesign-page ul {
  list-style-type: none;
  padding: 0 !important;
}
.b2b-redesign-page ul li:before {
  display: none;
}
.b2b-redesign-page .button {
  font-size: 16px;
  letter-spacing: 0 !important;
  text-transform: none;
}
.b2b-redesign-page .input input {
  font-size: 16px;
}
.b2b-redesign-page .header .top-bar {
  background-color: #fff;
}
.b2b-redesign-page .header .top-bar .top-bar-inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 64px;
}
.b2b-redesign-page .header .top-bar .top-bar-inner .cur-menu-item {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #54BEE1;
}
.b2b-redesign-page .header .top-bar .top-bar-inner .cur-menu-item svg {
  margin-left: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.b2b-redesign-page .header .top-bar .top-bar-inner .cur-menu-item.active svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.b2b-redesign-page .header .top-bar .top-bar-inner nav.menu a.menu-link {
  color: #606060;
  font-size: 16px;
  line-height: 28px;
  text-transform: none;
  letter-spacing: 0;
  height: 64px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.b2b-redesign-page .header .top-bar .top-bar-inner nav.menu a.menu-link:last-child {
  display: none;
}
.b2b-redesign-page .header .top-bar .top-bar-inner nav.menu a.menu-link:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  border-radius: 5px 5px 0 0;
  background-color: #54BEE1;
  position: absolute;
  bottom: -1px;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.b2b-redesign-page .header .top-bar .top-bar-inner nav.menu a.menu-link.cur {
  color: #54BEE1;
}
.b2b-redesign-page .header .top-bar .top-bar-inner nav.menu a.menu-link.cur:after {
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.b2b-redesign-page .header .top-bar .top-bar-inner nav.menu a.menu-link:hover {
  color: #54BEE1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.b2b-redesign-page .header .top-bar .info .my-balticom {
  color: #606060;
  border-bottom: none !important;
  font-size: 16px;
  font-weight: 400;
  margin-right: 30px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.b2b-redesign-page .header .top-bar .info .my-balticom:hover {
  color: #54BEE1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.b2b-redesign-page .header .top-bar .info .my-balticom:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #CFCFCF;
  position: absolute;
  right: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.b2b-redesign-page .header .top-bar .info .my-balticom svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 8px;
}
.b2b-redesign-page .header .top-bar .info .phone {
  margin-left: 30px;
  margin-right: 30px;
}
.b2b-redesign-page .header .top-bar .info .phone .phone-inner svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 8px;
}
.b2b-redesign-page .header .top-bar .info .phone .phone-inner a {
  color: #606060 !important;
  border-bottom: none !important;
  font-size: 16px !important;
  font-weight: 400 !important;
}
.b2b-redesign-page .header .top-bar .info .contacts-page {
  color: #606060;
  border-bottom: none !important;
  font-size: 16px;
  font-weight: 400;
  margin-right: 30px;
  position: relative;
}
.b2b-redesign-page .header .top-bar .info .language-holder {
  height: 65px;
  position: relative;
  z-index: 11;
}
.b2b-redesign-page .header .top-bar .info .language-holder svg {
  position: absolute;
  left: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.b2b-redesign-page .header .top-bar .info .language-holder .language-item {
  width: 64px;
  height: 40px;
  cursor: pointer;
  text-decoration: none;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #EBEBEB;
  border-radius: 7px;
  padding: 6px 30px 6px 14px;
  font-size: 16px;
  letter-spacing: 1.12px;
  line-height: 29px;
  text-transform: uppercase;
}
.b2b-redesign-page .header .top-bar .info .language-holder .language-item.other {
  border: 0;
  border-radius: 7px 7px 0 0;
  color: #1e1e1e !important;
}
.b2b-redesign-page .header .top-bar .info .language-holder .language-item.other:nth-of-type(2) {
  border-radius: 0 0 7px 7px;
}
.b2b-redesign-page .header .top-bar .info .language-holder .language-item.other:hover {
  background-color: #EBEBEB;
}
.b2b-redesign-page .header .top-bar .info .language-holder .language-item .mobile {
  display: none;
}
.b2b-redesign-page .header .top-bar .info .language-holder .language-item.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.b2b-redesign-page .header .top-bar .info .language-holder .language-item.active:before {
  content: "";
  display: block;
  width: 8px;
  height: 4px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.22' height='4.11' viewBox='0 0 8.22 4.11'%3E%3Cpath d='M4.1 4.1a.59.59 0 0 1-.37-.13L.2 1.04a.59.59 0 0 1 .75-.9L4.1 2.76 7.24.23a.6.6 0 1 1 .75.94L4.47 4a.59.59 0 0 1-.37.1Z' fill='%23e6e6e6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.b2b-redesign-page .header .top-bar .info .language-holder .others-langs {
  position: absolute;
  display: none;
  background-color: #fff;
  border: 1px solid #EBEBEB;
  border-radius: 7px;
  top: 58px;
  left: 0;
  z-index: 11;
}
.b2b-redesign-page .header .top-bar .info .language-holder:hover .others-langs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.b2b-redesign-page .header nav.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 95px;
  border-bottom: 1px solid #404040;
  background-color: #1E1E1E;
}
.b2b-redesign-page .header nav.nav .nav-inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.b2b-redesign-page .header nav.nav .nav-inner a.logo {
  margin: 0;
}
.b2b-redesign-page .header nav.nav .nav-inner a.logo svg .logo-color-1 {
  fill: #fff;
}
.b2b-redesign-page .header nav.nav .nav-inner .cur-submenu-item {
  display: none;
  color: #fff;
  font-size: 18px;
}
.b2b-redesign-page .header nav.nav .nav-inner .cur-submenu-item svg {
  margin-left: 6px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.b2b-redesign-page .header nav.nav .nav-inner .cur-submenu-item.active svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.b2b-redesign-page .header nav.nav .nav-inner .submenu .submenu-link {
  border-bottom: none !important;
  color: #9D9D9D;
  font-size: 18px;
  font-weight: 400;
  margin-left: 40px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.b2b-redesign-page .header nav.nav .nav-inner .submenu .submenu-link.cur {
  color: #fff;
}
.b2b-redesign-page .header nav.nav .nav-inner .submenu .submenu-link:hover {
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.b2b-redesign-page .header nav.nav .my-balticom {
  display: none;
  color: #fff;
  border-bottom: none !important;
  font-size: 16px;
  font-weight: 400;
  position: relative;
}
.b2b-redesign-page .header nav.nav .my-balticom svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 8px;
}
@media (max-width: 1023px) {
  .b2b-redesign-page .header {
    display: block !important;
  }
  .b2b-redesign-page .header .top-bar .top-bar-inner nav.menu a.menu-link:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .b2b-redesign-page .header .top-bar .top-bar-inner .info .my-balticom, .b2b-redesign-page .header .top-bar .top-bar-inner .info .contacts-page {
    display: none;
  }
  .b2b-redesign-page .header .top-bar .top-bar-inner .info .phone {
    margin-left: 0;
    margin-right: 20px;
  }
  .b2b-redesign-page .header nav.nav .nav-inner a.logo {
    width: 157px;
    height: 34px;
    margin-right: 25px !important;
  }
  .b2b-redesign-page .header nav.nav .nav-inner a.logo svg.logo-svg {
    width: 157px;
    height: 34px;
  }
  .b2b-redesign-page .header nav.nav .nav-inner .cur-submenu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .b2b-redesign-page .header nav.nav .nav-inner .cur-submenu-item svg path {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .b2b-redesign-page .header nav.nav .nav-inner .cur-submenu-item:hover {
    color: #9D9D9D;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .b2b-redesign-page .header nav.nav .nav-inner .cur-submenu-item:hover svg path {
    fill: #9D9D9D;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .b2b-redesign-page .header nav.nav .nav-inner .submenu {
    display: none;
    position: absolute;
    top: 157px;
    left: 0;
    right: 0;
    background-color: #1e1e1e;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: calc((100% - 720px) / 2);
    padding-right: calc((100% - 720px) / 2);
    padding-top: 20px;
    padding-bottom: 20px;
    z-index: 11;
  }
  .b2b-redesign-page .header nav.nav .nav-inner .submenu .submenu-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 28px;
    margin: 0;
    height: 40px;
    text-transform: none;
    letter-spacing: 0;
  }
  .b2b-redesign-page .header nav.nav .nav-inner .my-balticom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .b2b-redesign-page .header nav.nav .nav-inner .my-balticom svg circle, .b2b-redesign-page .header nav.nav .nav-inner .my-balticom svg path {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .b2b-redesign-page .header nav.nav .nav-inner .my-balticom:hover {
    color: #9D9D9D;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .b2b-redesign-page .header nav.nav .nav-inner .my-balticom:hover svg circle, .b2b-redesign-page .header nav.nav .nav-inner .my-balticom:hover svg path {
    fill: #9D9D9D;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media (max-width: 767px) {
  .b2b-redesign-page .header .top-bar .top-bar-inner .cur-menu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .b2b-redesign-page .header .top-bar .top-bar-inner nav.menu {
    display: none;
    position: absolute;
    top: 64px;
    left: 0;
    right: 0;
    background-color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: calc((100% - 450px) / 2);
    padding-right: calc((100% - 450px) / 2);
    padding-bottom: 20px;
    z-index: 12;
  }
  .b2b-redesign-page .header .top-bar .top-bar-inner nav.menu a.menu-link {
    font-size: 16px;
    line-height: 28px;
    margin: 0;
    height: 40px;
    text-transform: none;
    letter-spacing: 0;
  }
  .b2b-redesign-page .header .top-bar .top-bar-inner nav.menu a.menu-link.cur:after {
    display: none;
  }
  .b2b-redesign-page .header nav.nav {
    height: 70px;
  }
  .b2b-redesign-page .header nav.nav .nav-inner a.logo {
    width: 134px;
    height: 39px;
    margin-right: 18px !important;
  }
  .b2b-redesign-page .header nav.nav .nav-inner a.logo svg.logo-svg {
    width: 134px;
    height: 39px;
  }
  .b2b-redesign-page .header nav.nav .nav-inner .cur-submenu-item {
    font-size: 16px;
  }
  .b2b-redesign-page .header nav.nav .nav-inner .submenu {
    top: 132px;
    padding-left: calc((100% - 450px) / 2);
    padding-right: calc((100% - 450px) / 2);
  }
  .b2b-redesign-page .header nav.nav .nav-inner .submenu .submenu-link {
    font-size: 16px;
  }
}
@media (max-width: 479px) {
  .b2b-redesign-page .header .top-bar .top-bar-inner nav.menu {
    padding-left: 20px;
    padding-right: 20px;
  }
  .b2b-redesign-page .header nav.nav .nav-inner a.logo {
    display: none;
  }
  .b2b-redesign-page .header nav.nav .nav-inner .submenu {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.b2b-redesign-page .footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 !important;
}
.b2b-redesign-page .footer .footer-inner {
  max-width: 1280px;
  width: 100%;
}
.b2b-redesign-page .footer .footer-inner .footer-block {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
}
.b2b-redesign-page .footer .footer-inner .footer-block .block-title {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  padding: 0 0 25px;
  text-transform: none;
}
.b2b-redesign-page .footer .footer-inner .footer-block .block-content .link-wrap {
  color: #1e1e1e;
  line-height: 20px;
}
.b2b-redesign-page .footer .footer-inner .footer-block.phone-block {
  color: #1e1e1e;
}
.b2b-redesign-page .footer .footer-inner .footer-block.phone-block .block-content .phone-number .phone-type {
  font-size: 16px;
}
.b2b-redesign-page .footer .footer-inner .footer-block.phone-block .block-content .phone-number a {
  font-size: 18px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.b2b-redesign-page .footer .footer-inner .footer-block.phone-block .block-content .phone-number a:hover {
  color: #B5B5B5;
  border: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.b2b-redesign-page .footer .footer-inner .footer-block.phone-block .copy-text {
  font-size: 14px;
  color: #1e1e1e;
}
@media (max-width: 1279px) {
  .b2b-redesign-page .footer .footer-inner {
    max-width: 980px;
  }
  .b2b-redesign-page .footer .footer-inner .footer-block {
    padding: 0 10px;
  }
  .b2b-redesign-page .footer .footer-inner .footer-block.phone-block .copy-text {
    padding: 30px 0 0;
  }
}
@media (max-width: 1023px) {
  .b2b-redesign-page .footer .footer-inner {
    max-width: 720px;
    padding: 260px 0 0;
  }
  .b2b-redesign-page .footer .footer-inner .footer-block {
    margin-bottom: 40px;
  }
  .b2b-redesign-page .footer .footer-inner .footer-block.phone-block .social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .b2b-redesign-page .footer .footer-inner .footer-block.social-block {
    display: none;
  }
  .b2b-redesign-page .footer .footer-inner .footer-block.copy-block {
    width: 100%;
    border-top: 1px solid #CFCFCF;
    color: #1e1e1e;
    margin-bottom: 0;
    padding: 20px 0;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .b2b-redesign-page .footer .footer-inner {
    max-width: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 305px 0 0;
  }
  .b2b-redesign-page .footer .footer-inner .footer-block {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
  .b2b-redesign-page .footer .footer-inner .footer-block.phone-block {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .b2b-redesign-page .footer .footer-inner .footer-block.phone-block .block-title .text {
    font-weight: 500;
  }
  .b2b-redesign-page .footer .footer-inner .footer-block.phone-block .copy-text {
    display: none;
  }
  .b2b-redesign-page .footer .footer-inner .footer-block.other-phones-block {
    width: 50%;
  }
  .b2b-redesign-page .footer .footer-inner .footer-block.other-phones-block .block-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .b2b-redesign-page .footer .footer-inner .footer-block.other-phones-block .block-content .link-group {
    width: 100%;
  }
  .b2b-redesign-page .footer .footer-inner .footer-block.other-phones-block .block-content .link-group:first-child {
    padding: 0;
  }
  .b2b-redesign-page .footer .footer-inner .footer-block.additional {
    width: 100%;
  }
  .b2b-redesign-page .footer .footer-inner .footer-block.additional .block-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .b2b-redesign-page .footer .footer-inner .footer-block.additional .block-content .link-wrap {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .b2b-redesign-page .footer .footer-inner {
    padding: 305px 20px 0;
  }
  .b2b-redesign-page .footer .footer-inner .footer-block .block-title {
    font-size: 16px;
  }
  .b2b-redesign-page .footer .footer-inner .footer-block .block-content .link-wrap {
    font-size: 14px;
  }
}
@media (max-width: 374px) {
  .b2b-redesign-page .footer .footer-inner {
    padding: 305px 10px 0;
  }
}
.b2b-redesign-page h2 {
  font-size: 47px;
  font-weight: 500;
  line-height: 56px;
  text-align: center;
}
@media (max-width: 767px) {
  .b2b-redesign-page h2 {
    font-size: 32px;
    line-height: 43px;
  }
}
@media (max-width: 479px) {
  .b2b-redesign-page h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
.b2b-redesign-page .second-block {
  padding-top: 75px;
}
.b2b-redesign-page .second-block .points {
  padding-bottom: 64px;
  border-bottom: 1px solid #E6E6E6;
}
.b2b-redesign-page .second-block .points .point {
  border-right: 1px solid #E6E6E6;
  padding: 0 32px;
}
.b2b-redesign-page .second-block .points .point:nth-of-type(4) {
  border-right: 0;
}
.b2b-redesign-page .second-block .points .point .title {
  font-size: 3.75em;
  font-weight: 900;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 1.6;
  margin-right: 12px;
}
.b2b-redesign-page .second-block .points .point .text {
  font-size: 1.125em;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  line-height: 1.5;
}
@media (max-width: 1279px) {
  .b2b-redesign-page .second-block {
    padding-top: 123px;
  }
  .b2b-redesign-page .second-block .points {
    padding-bottom: 46px;
  }
  .b2b-redesign-page .second-block .points .point {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .b2b-redesign-page .second-block .points .point .title {
    line-height: 1.1;
    margin-right: 0;
  }
  .b2b-redesign-page .second-block .points .point .text {
    min-height: 54px;
    text-align: center;
  }
}
@media (max-width: 1023px) {
  .b2b-redesign-page .second-block {
    padding-top: 95px;
  }
  .b2b-redesign-page .second-block .points {
    padding-bottom: 78px;
  }
  .b2b-redesign-page .second-block .points .point {
    padding: 0 40px;
  }
  .b2b-redesign-page .second-block .points .point .title {
    font-size: 2.75em;
    margin-bottom: 3px;
  }
}
@media (max-width: 767px) {
  .b2b-redesign-page .second-block {
    padding-top: 151px;
  }
  .b2b-redesign-page .second-block .points {
    border-bottom: 1px solid #E6E6E6;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 17px;
  }
  .b2b-redesign-page .second-block .points .point {
    width: 50%;
    margin-bottom: 24px;
    padding: 0;
  }
  .b2b-redesign-page .second-block .points .point:nth-of-type(2) {
    border-right: 0;
  }
}
@media (max-width: 479px) {
  .b2b-redesign-page .second-block {
    padding-top: 134px;
  }
}
.b2b-redesign-page .our-advantages {
  padding-top: 63px;
  padding-bottom: 12px;
}
.b2b-redesign-page .our-advantages .points .point {
  width: 100%;
  margin-bottom: 111px;
}
.b2b-redesign-page .our-advantages .points .point:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.b2b-redesign-page .our-advantages .points .point .content-point {
  width: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-top: 27px;
}
.b2b-redesign-page .our-advantages .points .point .content-point .title-point {
  font-size: 34px;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 38px;
}
.b2b-redesign-page .our-advantages .points .point .content-point .text-point {
  font-size: 18px;
  line-height: 26px;
}
.b2b-redesign-page .our-advantages .points .point .img-point {
  display: block;
}
@media (max-width: 1279px) {
  .b2b-redesign-page .our-advantages {
    padding-top: 71px;
    padding-bottom: 30px;
  }
  .b2b-redesign-page .our-advantages .points .point {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 112px;
  }
  .b2b-redesign-page .our-advantages .points .point .content-point {
    width: 470px;
    padding-top: 0;
  }
}
@media (max-width: 1023px) {
  .b2b-redesign-page .our-advantages {
    padding-top: 44px;
    padding-bottom: 0;
  }
  .b2b-redesign-page .our-advantages .points .point {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 105px;
  }
  .b2b-redesign-page .our-advantages .points .point:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .b2b-redesign-page .our-advantages .points .point .content-point {
    width: 100%;
  }
  .b2b-redesign-page .our-advantages .points .point .content-point .title-point {
    margin-bottom: 29px;
  }
  .b2b-redesign-page .our-advantages .points .point .img-point {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .b2b-redesign-page .our-advantages {
    padding-top: 55px;
  }
  .b2b-redesign-page .our-advantages .points .point {
    margin-bottom: 74px;
  }
  .b2b-redesign-page .our-advantages .points .point .content-point .title-point {
    font-size: 2em;
    margin-bottom: 33px;
  }
  .b2b-redesign-page .our-advantages .points .point .content-point .title-point br {
    display: none;
  }
}
@media (max-width: 479px) {
  .b2b-redesign-page .our-advantages .points .point .content-point .title-point {
    font-size: 1.5em;
    line-height: 1.5;
    margin-bottom: 14px;
  }
  .b2b-redesign-page .our-advantages .points .point .content-point .text-point {
    font-size: 1em;
    line-height: 1.375;
  }
}
.b2b-redesign-page .form-need-help {
  background-image: url("../images/busines-page/bg-form-need-help.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding-top: 98px;
  padding-bottom: 215px;
  z-index: 1;
  position: relative;
}
.b2b-redesign-page .form-need-help .container {
  margin-bottom: -107px;
  max-width: 1170px;
}
.b2b-redesign-page .form-need-help h2 {
  margin-bottom: 50px;
}
.b2b-redesign-page .form-need-help .wrap-container {
  padding: 0 40px;
}
.b2b-redesign-page .form-need-help .manager-block {
  width: 562px;
  background-color: #fff;
  border-radius: 16px;
  padding: 43px 71px 45px 80px;
}
.b2b-redesign-page .form-need-help .manager-block .top-text {
  font-size: 1.25em;
  line-height: 1.3;
  margin-bottom: 41px;
}
.b2b-redesign-page .form-need-help .manager-block .manager-info img {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  margin-right: 24px;
}
.b2b-redesign-page .form-need-help .manager-block .manager-info .meta-manager .title-manager {
  font-size: 1.375em;
  font-weight: 500;
  margin-bottom: 4px;
}
.b2b-redesign-page .form-need-help .manager-block .manager-info .meta-manager a {
  color: #1e1e1e;
  font-size: 1.125em;
  border: 0;
}
.b2b-redesign-page .form-need-help .manager-block .manager-info .meta-manager svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 7px;
}
.b2b-redesign-page .form-need-help .form-quick-call {
  max-width: 420px;
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0;
  background-color: transparent !important;
  border: 0;
  margin-right: 40px;
}
.b2b-redesign-page .form-need-help .form-quick-call .header-form {
  margin-bottom: 44px;
}
.b2b-redesign-page .form-need-help .form-quick-call .header-form .title-form {
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.3;
  text-align: left;
}
.b2b-redesign-page .form-need-help .form-quick-call .inputs {
  margin-bottom: 32px;
}
.b2b-redesign-page .form-need-help .form-quick-call .inputs .input {
  margin-bottom: 0;
}
.b2b-redesign-page .form-need-help .form-quick-call .inputs input {
  width: 248px;
}
.b2b-redesign-page .form-need-help .form-quick-call .button {
  width: 139px;
}
.b2b-redesign-page .form-need-help .form-quick-call .custom_checkbox .checkmark:after {
  border: solid #878787;
  border-width: 0 2px 2px 0;
}
.b2b-redesign-page .form-need-help .form-quick-call .custom_checkbox input:checked ~ .checkmark {
  background-color: #fff;
}
.b2b-redesign-page .form-need-help .form-quick-call .custom_checkbox .text {
  font-size: 1em;
}
@media (max-width: 1279px) {
  .b2b-redesign-page .form-need-help {
    padding-bottom: 128px;
  }
  .b2b-redesign-page .form-need-help .container {
    margin-bottom: 0;
    max-width: 980px;
  }
  .b2b-redesign-page .form-need-help .wrap-container {
    padding: 0;
  }
  .b2b-redesign-page .form-need-help .manager-block {
    width: 462px;
    padding: 43px 26px 45px 26px;
  }
  .b2b-redesign-page .form-need-help .form-quick-call {
    margin-right: 30px;
  }
}
@media (max-width: 1023px) {
  .b2b-redesign-page .form-need-help {
    padding-top: 93px;
    padding-bottom: 98px;
  }
  .b2b-redesign-page .form-need-help .container {
    max-width: 720px;
  }
  .b2b-redesign-page .form-need-help .manager-block {
    width: 345px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 41px 25px 45px 28px;
  }
  .b2b-redesign-page .form-need-help .manager-block .top-text {
    margin-bottom: 27px;
  }
  .b2b-redesign-page .form-need-help .form-quick-call {
    width: 345px;
    margin-top: 41px;
    margin-right: 0;
  }
  .b2b-redesign-page .form-need-help .form-quick-call .header-form {
    margin-bottom: 15px;
  }
  .b2b-redesign-page .form-need-help .form-quick-call .inputs .input, .b2b-redesign-page .form-need-help .form-quick-call .inputs input {
    width: 183px;
  }
}
@media (max-width: 767px) {
  .b2b-redesign-page .form-need-help {
    background-image: url("../images/busines-page/bg-form-need-help-wide-mobile.png");
    padding-top: 75px;
    padding-bottom: 72px;
  }
  .b2b-redesign-page .form-need-help .container {
    max-width: 450px;
  }
  .b2b-redesign-page .form-need-help h2 {
    margin-bottom: 45px;
  }
  .b2b-redesign-page .form-need-help .wrap-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .b2b-redesign-page .form-need-help .manager-block {
    width: 100%;
    margin-bottom: 45px;
    padding: 38px 75px;
  }
  .b2b-redesign-page .form-need-help .manager-block .top-text {
    text-align: center;
  }
  .b2b-redesign-page .form-need-help .form-quick-call {
    max-width: 345px;
    width: 100%;
    margin-top: 0;
  }
  .b2b-redesign-page .form-need-help .form-quick-call .header-form {
    margin-bottom: 35px;
  }
  .b2b-redesign-page .form-need-help .form-quick-call .header-form .title-form {
    text-align: center;
  }
  .b2b-redesign-page .form-need-help .form-quick-call .inputs {
    margin-bottom: 40px;
  }
  .b2b-redesign-page .form-need-help .form-quick-call label.checkbox .checkbox-name {
    font-size: 15px;
  }
}
@media (max-width: 479px) {
  .b2b-redesign-page .form-need-help {
    padding-top: 48px;
    padding-bottom: 55px;
  }
  .b2b-redesign-page .form-need-help .manager-block {
    padding: 38px 22px;
  }
  .b2b-redesign-page .form-need-help .form-quick-call .header-form {
    padding: 0 45px;
  }
}
@media (max-width: 479px) {
  .b2b-redesign-page .form-need-help .container {
    max-width: 100%;
  }
  .b2b-redesign-page .form-need-help .manager-block .manager-info img {
    width: 70px;
    height: 70px;
    margin-right: 5px;
  }
  .b2b-redesign-page .form-need-help .form-quick-call .header-form {
    margin-bottom: 30px;
  }
  .b2b-redesign-page .form-need-help .form-quick-call .inputs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .b2b-redesign-page .form-need-help .form-quick-call .inputs .input {
    margin-bottom: 30px;
  }
}
.b2b-redesign-page .person-block {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url("../images/telephony-page/bg-person-block.png");
  overflow: hidden;
}
.b2b-redesign-page .person-block.kalinin-block .person-content .small-img-person {
  background: url(../images/telephony-page/kalinin-small-img.png) no-repeat center center/cover;
}
.b2b-redesign-page .person-block.alisa-block .person-photo {
  background: url(../images/business-cctv/alisa-big-img.png) no-repeat center center/cover;
}
.b2b-redesign-page .person-block.alisa-block .person-content .small-img-person {
  background: url(../images/business-cctv/alisa-small-img.png) no-repeat center center/cover;
}
.b2b-redesign-page .person-block.janis-block {
  padding-top: 93px;
}
.b2b-redesign-page .person-block.janis-block .person-photo {
  background: url(../images/data-transfer/janis-big-img.png) no-repeat center center/cover;
  bottom: -35px;
}
.b2b-redesign-page .person-block.janis-block .person-content .small-img-person {
  background: url(../images/data-transfer/janis-small-img.jpg) no-repeat center center/cover;
}
.b2b-redesign-page .person-block.raymond-block .person-photo {
  background: url(../images/data-center/raymond-big-img.png) no-repeat center center/cover;
}
.b2b-redesign-page .person-block.raymond-block .person-content .small-img-person {
  background: url(../images/data-center/raymond-small-img.jpg) no-repeat center center/cover;
}
.b2b-redesign-page .person-block:after {
  content: "";
  display: block;
  width: 100%;
  height: 610px;
  background: url(../images/telephony-page/person-shadows.png) no-repeat center center/cover;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.b2b-redesign-page .person-block .container {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  padding: 150px 0;
  min-height: 970px;
}
.b2b-redesign-page .person-block .person-photo {
  width: 674px;
  height: 1011px;
  background: url(../images/telephony-page/kalinin-big-img.png) no-repeat center center/cover;
  position: absolute;
  left: -60px;
  bottom: -28px;
  z-index: 1;
}
.b2b-redesign-page .person-block .person-content {
  width: 640px;
  background-color: #fff;
  border-radius: 8px;
  padding: 50px 60px 60px 50px;
  position: relative;
  z-index: 5;
}
.b2b-redesign-page .person-block .person-content .quote {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 25px;
}
.b2b-redesign-page .person-block .person-content .person-name {
  font-size: 34px;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 7px;
}
.b2b-redesign-page .person-block .person-content .person-position {
  font-size: 18px;
}
.b2b-redesign-page .person-block .person-content .small-img-person {
  display: none;
  width: 106px;
  height: 106px;
}
@media (max-width: 1279px) {
  .b2b-redesign-page .person-block .person-photo {
    left: -180px;
  }
}
@media (max-width: 1023px) {
  .b2b-redesign-page .person-block.janis-block {
    padding-top: 0;
  }
  .b2b-redesign-page .person-block .container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 90px 0 60px;
    min-height: 500px;
  }
  .b2b-redesign-page .person-block .person-content {
    max-width: 640px;
    width: 100%;
    padding: 50px;
  }
  .b2b-redesign-page .person-block .person-content .small-img-person {
    display: block;
  }
  .b2b-redesign-page .person-block .person-photo {
    display: none;
  }
}
@media (max-width: 767px) {
  .b2b-redesign-page .person-block .container {
    padding: 70px 0;
  }
  .b2b-redesign-page .person-block .person-content {
    padding: 50px 35px;
  }
  .b2b-redesign-page .person-block .person-content .person-name {
    font-size: 30px;
    line-height: 38px;
  }
  .b2b-redesign-page .person-block .person-content .person-position {
    font-size: 16px;
  }
  .b2b-redesign-page .person-block .person-content .small-img-person {
    width: 82px;
    height: 82px;
  }
}
@media (max-width: 479px) {
  .b2b-redesign-page .person-block .container {
    padding: 70px 20px;
  }
  .b2b-redesign-page .person-block .person-content {
    padding: 30px 20px;
  }
  .b2b-redesign-page .person-block .person-content .person-name {
    font-size: 25px;
    line-height: 35px;
  }
  .b2b-redesign-page .person-block .person-content .person-position {
    font-size: 15px;
  }
}
@media (max-width: 374px) {
  .b2b-redesign-page .person-block .container {
    padding: 70px 20px;
  }
}
.b2b-redesign-page .our-clients {
  padding-top: 118px;
}
.b2b-redesign-page .our-clients h2 {
  margin-bottom: 60px;
}
.b2b-redesign-page .our-clients .list-clients .point a, .b2b-redesign-page .our-clients .list-clients .point div {
  margin: 0 20px 35px;
}
.b2b-redesign-page .our-clients .list-clients .point a:hover img, .b2b-redesign-page .our-clients .list-clients .point div:hover img {
  opacity: 1;
  -webkit-filter: none;
          filter: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.b2b-redesign-page .our-clients .list-clients .point a img, .b2b-redesign-page .our-clients .list-clients .point div img {
  display: block;
  opacity: 0.5;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (max-width: 1279px) {
  .b2b-redesign-page .our-clients {
    padding-top: 90px;
  }
}
@media (max-width: 1023px) {
  .b2b-redesign-page .our-clients {
    padding-top: 80px;
  }
  .b2b-redesign-page .our-clients h2 {
    margin-bottom: 35px;
  }
  .b2b-redesign-page .our-clients .list-clients .point:last-child {
    display: none;
  }
  .b2b-redesign-page .our-clients .list-clients .point a {
    margin: 0 18px 35px;
  }
}
@media (max-width: 767px) {
  .b2b-redesign-page .our-clients .list-clients {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .b2b-redesign-page .our-clients .list-clients .point:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .b2b-redesign-page .our-clients .list-clients .point a {
    margin: 0 0 20px;
  }
}
@media (max-width: 479px) {
  .b2b-redesign-page .our-clients {
    padding-top: 50px;
  }
  .b2b-redesign-page .our-clients h2 {
    margin-bottom: 30px;
  }
  .b2b-redesign-page .our-clients .list-clients {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.b2b-redesign-page .online-support {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1919' height='607.593' viewBox='0 0 1919 607.593'%3E%3Cpath d='M0,0S480.25-52.593,960-52.593,1919,0,1919,0V555s-479.25-63.334-959-63.334S0,555,0,555Z' transform='translate(0 52.593)' fill='%23f5f7fa'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  margin-top: 125px;
}
.b2b-redesign-page .online-support .container {
  padding-top: 103px;
  padding-bottom: 181px;
  position: relative;
}
.b2b-redesign-page .online-support .container:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  width: 499px;
  height: 751px;
  background-image: url(../images/busines-page/img-online-support.png);
  bottom: 41px;
  left: 75px;
}
.b2b-redesign-page .online-support .content-point {
  width: 480px;
  margin-left: 50%;
}
.b2b-redesign-page .online-support .content-point .title-point {
  text-align: left;
  margin-bottom: 35px;
}
.b2b-redesign-page .online-support .content-point .title-point span {
  display: inline-block;
  position: relative;
  text-align: center;
  z-index: 1;
}
.b2b-redesign-page .online-support .content-point .title-point span:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  z-index: -1;
}
.b2b-redesign-page .online-support .content-point .text-point {
  color: #B5B5B5;
  line-height: 1.875;
}
.b2b-redesign-page .online-support .content-point .call-text {
  color: #B5B5B5;
}
.b2b-redesign-page .online-support .content-point .call-text svg {
  width: 24px;
  height: 24px;
  margin-right: 1px;
  margin-left: 4px;
}
.b2b-redesign-page .online-support .content-point .call-text svg path {
  fill: #54BEE1;
}
.b2b-redesign-page .online-support .content-point .call-text a {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  color: #1e1e1e;
  border: 0;
}
@media (max-width: 1279px) {
  .b2b-redesign-page .online-support .container {
    padding-top: 107px;
    padding-bottom: 180px;
  }
  .b2b-redesign-page .online-support .container:before {
    left: -16px;
  }
  .b2b-redesign-page .online-support .content-point {
    width: 480px;
    margin-left: 490px;
  }
}
@media (max-width: 1023px) {
  .b2b-redesign-page .online-support {
    margin-top: 100px;
  }
  .b2b-redesign-page .online-support .container {
    padding-top: 114px;
    padding-bottom: 162px;
  }
  .b2b-redesign-page .online-support .container:before {
    left: -88px;
  }
  .b2b-redesign-page .online-support h2 {
    font-size: 2.375em;
    line-height: 1.3;
  }
  .b2b-redesign-page .online-support .wrap-container {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .b2b-redesign-page .online-support .content-point {
    width: 360px;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .b2b-redesign-page .online-support {
    background-color: #F5F7FA;
    margin-top: 40px;
  }
  .b2b-redesign-page .online-support .container {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .b2b-redesign-page .online-support .container:before {
    display: none;
  }
  .b2b-redesign-page .online-support .wrap-container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .b2b-redesign-page .online-support .content-point .title-point, .b2b-redesign-page .online-support .content-point .text-point {
    text-align: center;
  }
  .b2b-redesign-page .online-support .content-point .call-text {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .b2b-redesign-page .online-support h2 {
    font-size: 2.125em;
    text-align: center;
  }
}
@media (max-width: 479px) {
  .b2b-redesign-page .online-support {
    margin-top: 55px;
  }
  .b2b-redesign-page .online-support .container {
    padding-top: 50px;
    padding-bottom: 78px;
  }
  .b2b-redesign-page .online-support .content-point {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .b2b-redesign-page .online-support .content-point .title-point {
    width: 250px;
    font-size: 1.5em;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .b2b-redesign-page .online-support .content-point .text-point {
    line-height: 1.5;
  }
}
.b2b-redesign-page .additional-solutions {
  padding-top: 56px;
  padding-bottom: 77px;
}
.b2b-redesign-page .additional-solutions h2 {
  margin-bottom: 67px;
}
.b2b-redesign-page .additional-solutions .points .point {
  width: 365px;
  min-height: 320px;
  border: 1px solid #EBEBEB;
  border-radius: 8px;
  margin-bottom: 60px;
  padding: 34px 30px 80px;
  position: relative;
}
.b2b-redesign-page .additional-solutions .points .point:nth-of-type(3n) {
  margin-right: 0;
}
.b2b-redesign-page .additional-solutions .points .point .title-point {
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 20px;
}
.b2b-redesign-page .additional-solutions .points .point .title-point .icon {
  width: 48px;
  height: 43px;
  background-color: #F5F7FA;
  border-radius: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 11px;
}
.b2b-redesign-page .additional-solutions .points .point .text-point {
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 21px;
}
.b2b-redesign-page .additional-solutions .points .point .btn {
  width: 180px;
  height: 48px;
  background-color: #FFF;
  border: 2px solid #1E1E1E;
  border-radius: 48px;
  color: #1E1E1E;
  font-size: 0.875em;
  font-weight: 500;
  line-height: 44px;
  position: absolute;
  bottom: 32px;
  left: 50%;
  text-align: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.b2b-redesign-page .additional-solutions .points .point .btn:hover {
  background-color: #1E1E1E;
  color: #FFF;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1279px) {
  .b2b-redesign-page .additional-solutions {
    padding-bottom: 21px;
  }
  .b2b-redesign-page .additional-solutions .points .point {
    width: 319px;
    margin-right: 11px;
    padding: 35px 20px 79px;
  }
}
@media (max-width: 1023px) {
  .b2b-redesign-page .additional-solutions {
    padding-top: 50px;
    padding-bottom: 17px;
  }
  .b2b-redesign-page .additional-solutions h2 {
    margin-bottom: 38px;
  }
  .b2b-redesign-page .additional-solutions .points {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .b2b-redesign-page .additional-solutions .points .point {
    width: 350px;
    margin-right: 0 !important;
    padding: 35px 35px 79px;
  }
}
@media (max-width: 767px) {
  .b2b-redesign-page .additional-solutions {
    padding-top: 80px;
    padding-bottom: 0;
  }
  .b2b-redesign-page .additional-solutions h2 {
    margin-bottom: 47px;
  }
  .b2b-redesign-page .additional-solutions .points {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .b2b-redesign-page .additional-solutions .points .point {
    margin-bottom: 35px;
  }
}
@media (max-width: 479px) {
  .b2b-redesign-page .additional-solutions {
    padding-top: 43px;
    padding-bottom: 49px;
  }
  .b2b-redesign-page .additional-solutions h2 {
    margin-bottom: 28px;
  }
  .b2b-redesign-page .additional-solutions .points .point {
    max-width: 350px;
    width: 100%;
    margin-bottom: 35px;
  }
}
.b2b-redesign-page .our-managers {
  background-image: url("../images/busines-page/bg-our-managers.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding-top: 90px;
  padding-bottom: 90px;
}
.b2b-redesign-page .our-managers h2 {
  margin-bottom: 77px;
}
.b2b-redesign-page .our-managers .slick-list {
  width: 100%;
}
.b2b-redesign-page .our-managers .points {
  margin-bottom: 80px;
  padding: 0 82px;
}
.b2b-redesign-page .our-managers .points .point img {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  margin: 0 auto 24px;
}
.b2b-redesign-page .our-managers .points .point .name-manager {
  font-size: 1.375em;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 7px;
}
.b2b-redesign-page .our-managers .points .point .phone-manager {
  color: #B5B5B5;
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.7;
  border-bottom: none !important;
}
.b2b-redesign-page .our-managers .points .point .phone-manager svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 8px;
}
.b2b-redesign-page .our-managers .points .point .phone-manager svg path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.b2b-redesign-page .our-managers .points .point .phone-manager:hover {
  color: #fff;
}
.b2b-redesign-page .our-managers .points .point .phone-manager:hover svg path {
  fill: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.b2b-redesign-page .our-managers .form {
  margin: 0 auto;
}
@media (max-width: 1279px) {
  .b2b-redesign-page .our-managers .points {
    padding: 0;
  }
}
@media (max-width: 1023px) {
  .b2b-redesign-page .our-managers .container {
    margin-bottom: -290px;
  }
  .b2b-redesign-page .our-managers .points {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 59px;
    padding: 0 20px;
  }
  .b2b-redesign-page .our-managers .points .point {
    margin-bottom: 42px;
    padding: 0 30px;
  }
  .b2b-redesign-page .our-managers form .header-form .title {
    font-size: 1.5em;
  }
}
@media (max-width: 767px) {
  .b2b-redesign-page .our-managers {
    padding-top: 71px;
  }
  .b2b-redesign-page .our-managers .container {
    margin-bottom: -335px;
  }
  .b2b-redesign-page .our-managers h2 {
    margin-bottom: 47px;
  }
  .b2b-redesign-page .our-managers .points {
    display: block;
    margin-bottom: 87px;
    padding: 0;
  }
  .b2b-redesign-page .our-managers .points .point {
    padding: 0 20px;
  }
  .b2b-redesign-page .our-managers .points .point .name-manager {
    font-size: 1.1875em;
    margin-bottom: 10px;
  }
  .b2b-redesign-page .our-managers .points .point .phone-manager {
    font-size: 0.9375em;
  }
  .b2b-redesign-page .our-managers .slick-dots {
    width: 100%;
  }
  .b2b-redesign-page .our-managers .slick-dots li {
    width: 14px;
    height: 14px;
    background-color: #dcdcdc;
    opacity: 0.45;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .b2b-redesign-page .our-managers .slick-dots li:before {
    display: none;
  }
  .b2b-redesign-page .our-managers .slick-dots li button {
    width: 14px;
    height: 14px;
    background-color: #dcdcdc;
    border: 0;
  }
  .b2b-redesign-page .our-managers .slick-dots li.slick-active {
    opacity: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media (max-width: 479px) {
  .b2b-redesign-page .our-managers h2 {
    margin-bottom: 43px;
  }
  .b2b-redesign-page .our-managers .points {
    margin-bottom: 59px;
  }
  .b2b-redesign-page .our-managers .points .point {
    margin-bottom: 62px;
  }
  .b2b-redesign-page .our-managers form .header-form .title {
    font-size: 1.125em;
  }
}

.business_internet_page .main #first_screen {
  font-weight: 400;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url("../images/busines-page/bg-first-screen-desktop.jpg");
}
.business_internet_page .main #first_screen .content {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 90px;
  padding-bottom: 130px;
}
.business_internet_page .main #first_screen .content:after {
  content: "";
  display: block;
  width: 662px;
  height: 539px;
  background-image: url("../images/busines-page/img-bg-first-screen-right.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  right: -40px;
  top: 47%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
.business_internet_page .main #first_screen .content .title {
  width: 610px;
  margin-bottom: -155px;
  position: relative;
  z-index: 10;
}
.business_internet_page .main #first_screen .content h1 {
  width: 100%;
  font-size: 58px;
  font-weight: 500;
  line-height: 67px;
  text-align: left;
  margin-bottom: 45px;
}
.business_internet_page .main #first_screen .content .points {
  margin-bottom: 85px;
}
.business_internet_page .main #first_screen .content .points .point {
  font-size: 22px;
  line-height: 19px;
  position: relative;
  padding-left: 36px;
  margin-bottom: 15px;
}
.business_internet_page .main #first_screen .content .points .point:before {
  display: block;
  position: absolute;
  content: "";
  left: 0;
  top: 4px;
  width: 23px;
  height: 17px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25.723' height='19.623' viewBox='0 0 25.723 19.623'%3E%3Cpath d='M23.653,44.48,8.17,59.963l-6.1-6.1L0,55.933,8.17,64.1,25.723,46.55Z' transform='translate(0 -44.48)' fill='%2354bee1'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.business_internet_page .main #first_screen .content .sale-circle {
  width: 235px;
  height: 235px;
  background-color: #1E1E1E;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  right: -240px;
  -webkit-transform: translate3d(0, -50%, 0) rotate(4deg);
          transform: translate3d(0, -50%, 0) rotate(4deg);
}
.business_internet_page .main #first_screen .content .sale-circle .title-sale-circle {
  font-size: 1.75em;
  margin-bottom: 3px;
}
.business_internet_page .main #first_screen .content .sale-circle .new_price {
  margin-left: -8px;
}
.business_internet_page .main #first_screen .content .sale-circle .new_price .eur {
  font-size: 7.135em;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -12px;
  margin-right: 17px;
}
.business_internet_page .main #first_screen .content .sale-circle .new_price .right-part {
  padding: 8px 0 16px;
}
.business_internet_page .main #first_screen .content .sale-circle .new_price .right-part .cents {
  font-size: 3.3125em;
  font-weight: 500;
  line-height: 1;
}
.business_internet_page .main #first_screen .content .sale-circle .new_price .right-part .value {
  font-size: 24px;
  margin-top: -4px;
}
.business_internet_page .main #first_screen .content .form-short-quiz {
  max-width: 528px;
  width: 100%;
  padding: 48px 56px;
}
.business_internet_page .main #first_screen .content .form-short-quiz .header-form {
  margin-bottom: 23px;
}
.business_internet_page .main #first_screen .content .form-short-quiz .header-form .title-form {
  font-size: 1.375em;
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
}
.business_internet_page .main #first_screen .content .form-short-quiz .inputs .input {
  width: 100%;
  margin-bottom: 0 !important;
}
.business_internet_page .main #first_screen .content .form-short-quiz .button {
  width: 139px;
}
@media (max-width: 1279px) {
  .business_internet_page .main #first_screen .content:after {
    right: -230px;
  }
  .business_internet_page .main #first_screen .content .sale-circle {
    right: -134px;
  }
}
@media (max-width: 1023px) {
  .business_internet_page .main #first_screen {
    background-image: url(../images/busines-page/bg-first-screen-tablet.jpg);
    padding-top: 0;
  }
  .business_internet_page .main #first_screen .content {
    padding-top: 0;
  }
  .business_internet_page .main #first_screen .content:after {
    display: none;
  }
  .business_internet_page .main #first_screen .content .title {
    width: 100%;
    padding-top: 47px;
  }
  .business_internet_page .main #first_screen .content h1 {
    margin-bottom: 98px;
    text-align: center;
  }
  .business_internet_page .main #first_screen .content .points {
    margin-bottom: 77px;
  }
  .business_internet_page .main #first_screen .content .points .point {
    font-size: 1.25em;
    margin-bottom: 14px;
  }
  .business_internet_page .main #first_screen .content .sale-circle {
    top: 48%;
    right: 16px;
  }
  .business_internet_page .main #first_screen .content .form-short-quiz {
    margin: auto;
  }
  .business_internet_page .main #first_screen .content .form-short-quiz .header-form .title-form {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .business_internet_page .main #first_screen {
    background-image: url(../images/busines-page/bg-first-screen-wide-mobile.jpg);
  }
  .business_internet_page .main #first_screen .content {
    padding-top: 30px;
  }
  .business_internet_page .main #first_screen .content .title {
    margin-bottom: -230px;
    padding-top: 0;
  }
  .business_internet_page .main #first_screen .content h1 {
    font-size: 42px;
    line-height: 49px;
    margin-bottom: 35px;
  }
  .business_internet_page .main #first_screen .content .points {
    margin-bottom: 8px;
  }
  .business_internet_page .main #first_screen .content .points .point {
    padding-left: 40px;
    margin-bottom: 16px;
  }
  .business_internet_page .main #first_screen .content .points .point:before {
    left: 4px;
  }
  .business_internet_page .main #first_screen .content .sale-circle {
    position: relative;
    top: 0;
    right: auto;
    margin: 0 auto 15px;
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  .business_internet_page .main #first_screen .content .form-short-quiz {
    padding: 45px 30px;
  }
  .business_internet_page .main #first_screen .content .form-short-quiz .header-form {
    margin-bottom: 28px;
  }
  .business_internet_page .main #first_screen .content .form-short-quiz input {
    width: 210px;
  }
}
@media (max-width: 479px) {
  .business_internet_page .main #first_screen .content h1 {
    font-size: 32px;
    line-height: 39px;
    margin-bottom: 30px;
  }
  .business_internet_page .main #first_screen .content .points {
    margin-bottom: 22px;
  }
  .business_internet_page .main #first_screen .content .points .point {
    line-height: 25px;
    padding-left: 35px;
  }
  .business_internet_page .main #first_screen .content .sale-circle {
    margin: 0 auto 30px;
  }
  .business_internet_page .main #first_screen .content .form-short-quiz {
    padding: 26px 10px 33px;
  }
  .business_internet_page .main #first_screen .content .form-short-quiz .header-form {
    margin-bottom: 15px;
  }
  .business_internet_page .main #first_screen .content .form-short-quiz .header-form .title-form {
    font-size: 1.125em;
    line-height: 1.222;
  }
  .business_internet_page .main #first_screen .content .form-short-quiz .inputs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .business_internet_page .main #first_screen .content .form-short-quiz .inputs .input {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 210px;
    margin-bottom: 24px !important;
  }
}
@media (max-width: 374px) {
  .business_internet_page .main #first_screen .content h1 {
    font-size: 27px;
    line-height: 39px;
    margin-bottom: 30px;
  }
  .business_internet_page .main #first_screen .content .points .point {
    font-size: 16px;
  }
}
.business_internet_page .main .our-advantages .points .point:nth-of-type(1) img {
  margin-right: 0;
}
@media (max-width: 1279px) {
  .business_internet_page .main .our-advantages .points .point:nth-of-type(1) img {
    margin-right: 0;
  }
  .business_internet_page .main .our-advantages .points .point:nth-of-type(2) img {
    width: 461px;
    height: auto;
  }
}
@media (max-width: 1023px) {
  .business_internet_page .main .our-advantages .points .point:nth-of-type(1) img {
    width: 360px;
    height: auto;
    margin-bottom: 44px;
  }
  .business_internet_page .main .our-advantages .points .point:nth-of-type(2) {
    margin-bottom: 85px;
  }
  .business_internet_page .main .our-advantages .points .point:nth-of-type(2) img {
    margin-bottom: 53px;
  }
}
@media (max-width: 767px) {
  .business_internet_page .main .our-advantages .points .point:nth-of-type(1) img {
    margin-bottom: 55px;
  }
  .business_internet_page .main .our-advantages .points .point:nth-of-type(2) {
    margin-bottom: 77px;
  }
  .business_internet_page .main .our-advantages .points .point:nth-of-type(2) img {
    width: 406px;
  }
}
@media (max-width: 479px) {
  .business_internet_page .main .our-advantages .points .point:nth-of-type(1) img {
    max-width: 360px;
    width: 100%;
  }
  .business_internet_page .main .our-advantages .points .point:nth-of-type(2) {
    margin-bottom: 53px;
  }
  .business_internet_page .main .our-advantages .points .point:nth-of-type(2) img {
    max-width: 400px;
    width: 100%;
    margin-bottom: 35px;
  }
}
.business_internet_page .main .all-inclusive {
  background-image: url("../images/busines-page/bg-all-inclusive.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding-top: 164px;
  padding-bottom: 46px;
}
.business_internet_page .main .all-inclusive h2 {
  margin-bottom: 128px;
}
.business_internet_page .main .all-inclusive h2 span {
  position: relative;
  z-index: 2;
}
.business_internet_page .main .all-inclusive h2 span:before {
  content: "";
  display: block;
  width: 100%;
  height: 25px;
  background-color: #54BEE1;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.business_internet_page .main .all-inclusive .all-points-mobile {
  display: none;
}
.business_internet_page .main .all-inclusive .points {
  width: 100%;
}
.business_internet_page .main .all-inclusive .points .point {
  width: 545px;
  margin-bottom: 157px;
  position: relative;
}
.business_internet_page .main .all-inclusive .points .point:nth-of-type(even) {
  margin-right: 50px;
}
.business_internet_page .main .all-inclusive .points .point .point-numb {
  font-size: 232px;
  font-weight: 500;
  line-height: 324px;
  color: #fff;
  opacity: 14%;
  position: absolute;
  left: -9px;
  top: -133px;
  z-index: 1;
}
.business_internet_page .main .all-inclusive .points .point .title-point {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 25px;
  position: relative;
  z-index: 2;
}
.business_internet_page .main .all-inclusive .points .point .text-point {
  color: #B5B5B5;
  line-height: 26px;
  position: relative;
  z-index: 2;
}
.business_internet_page .main .all-inclusive .points .point:nth-of-type(1) .point-numb, .business_internet_page .main .all-inclusive .points .point:nth-of-type(4) .point-numb {
  left: -13px;
}
@media (max-width: 1279px) {
  .business_internet_page .main .all-inclusive {
    padding-bottom: 75px;
  }
  .business_internet_page .main .all-inclusive .points .point {
    width: 475px;
    margin-bottom: 104px;
  }
  .business_internet_page .main .all-inclusive .points .point:nth-of-type(2n) {
    padding-left: 33px;
  }
  .business_internet_page .main .all-inclusive .points .point:nth-of-type(2n) .point-numb {
    left: 18px;
  }
  .business_internet_page .main .all-inclusive .points .point:nth-of-type(even) {
    width: 445px;
    margin-right: 0;
  }
}
@media (max-width: 1023px) {
  .business_internet_page .main .all-inclusive {
    padding-top: 90px;
    padding-bottom: 130px;
  }
  .business_internet_page .main .all-inclusive h2 {
    margin-bottom: 78px;
  }
  .business_internet_page .main .all-inclusive h2 span {
    display: inline-block;
  }
  .business_internet_page .main .all-inclusive .all-points {
    display: none;
  }
  .business_internet_page .main .all-inclusive .all-points-mobile {
    display: block;
  }
  .business_internet_page .main .all-inclusive .slick-list {
    padding-top: 40px;
  }
  .business_internet_page .main .all-inclusive .points {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .business_internet_page .main .all-inclusive .points .point {
    width: 100%;
    margin-bottom: 64px;
  }
  .business_internet_page .main .all-inclusive .points .point:nth-of-type(even) {
    width: 100%;
  }
  .business_internet_page .main .all-inclusive .points .point .point-numb {
    font-size: 140px;
    line-height: 196px;
    top: -67px;
    left: -6px !important;
  }
  .business_internet_page .main .all-inclusive .points .point .title-point {
    margin-bottom: 46px;
    padding-left: 104px;
  }
  .business_internet_page .main .all-inclusive .points .point:nth-of-type(2n) {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .business_internet_page .main .all-inclusive {
    padding-top: 105px;
    padding-bottom: 140px;
  }
  .business_internet_page .main .all-inclusive h2 {
    margin-bottom: 50px;
  }
  .business_internet_page .main .all-inclusive h2 span:before {
    height: 19px;
    bottom: -3px;
  }
  .business_internet_page .main .all-inclusive .points .point {
    margin-bottom: 50px;
  }
  .business_internet_page .main .all-inclusive .points .point .point-numb {
    font-size: 81px;
    line-height: 114px;
    top: -27px;
    left: -1px !important;
  }
  .business_internet_page .main .all-inclusive .points .point .title-point {
    font-size: 1.25em;
    line-height: 1.6;
    margin-bottom: 33px;
    padding-left: 62px;
  }
  .business_internet_page .main .all-inclusive .points .point:nth-of-type(2n) {
    margin-bottom: 40px;
  }
  .business_internet_page .main .all-inclusive .slick-list {
    width: 100%;
  }
  .business_internet_page .main .all-inclusive .slick-dots li {
    width: 14px;
    height: 14px;
    background-color: #dcdcdc;
    opacity: 0.45;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .business_internet_page .main .all-inclusive .slick-dots li button {
    width: 14px;
    height: 14px;
    background-color: #dcdcdc;
  }
  .business_internet_page .main .all-inclusive .slick-dots li.slick-active {
    opacity: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media (max-width: 479px) {
  .business_internet_page .main .all-inclusive {
    padding-top: 59px;
    padding-bottom: 101px;
  }
  .business_internet_page .main .all-inclusive h2 {
    margin-bottom: 45px;
  }
  .business_internet_page .main .all-inclusive h2 span:before {
    width: 110%;
    height: 10px;
    bottom: 2px;
    left: -6px;
  }
  .business_internet_page .main .all-inclusive .points .point {
    margin-bottom: 39px;
  }
  .business_internet_page .main .all-inclusive .points .point .point-numb {
    top: -22px;
    left: -5px !important;
  }
  .business_internet_page .main .all-inclusive .points .point .title-point {
    line-height: 1.3;
    margin-bottom: 19px;
    padding-left: 57px;
  }
  .business_internet_page .main .all-inclusive .points .point .title-point br {
    display: none;
  }
}
.business_internet_page .main .form-need-help:before {
  content: "";
  display: block;
  width: 100%;
  height: 150px;
  background-color: #f5f7fa;
  position: absolute;
  left: 0;
  bottom: -150px;
}
.business_internet_page .main .mobile-optical-internet {
  background-image: url("../images/busines-page/bg-mobile-optical-internet.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding-top: 145px;
  padding-bottom: 155px;
  z-index: 10;
  position: relative;
}
.business_internet_page .main .mobile-optical-internet .container {
  margin-bottom: -313px;
}
.business_internet_page .main .mobile-optical-internet .title-vs {
  color: #fff;
  font-size: 2.9375em;
  font-weight: 500;
  line-height: 1.2;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
.business_internet_page .main .mobile-optical-internet .title-vs:before {
  content: "";
  display: block;
  width: 100%;
  height: 25px;
  background-color: #54BEE1;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.business_internet_page .main .mobile-optical-internet .all-points {
  margin-bottom: 59px;
  position: relative;
}
.business_internet_page .main .mobile-optical-internet .all-points .title-mobile-screen {
  color: #fff;
  font-size: 2.9375em;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 25px;
}
.business_internet_page .main .mobile-optical-internet .all-points .points {
  width: 50%;
  position: relative;
}
.business_internet_page .main .mobile-optical-internet .all-points .points .infographic {
  width: 560px;
  height: 394px;
  margin-bottom: -52px;
}
.business_internet_page .main .mobile-optical-internet .all-points .points .point {
  border-bottom: 1px solid rgba(207, 207, 207, 0.5);
  padding: 31px 0 27px;
}
.business_internet_page .main .mobile-optical-internet .all-points .points svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 31px;
}
.business_internet_page .main .mobile-optical-internet .all-points .points .text-point {
  width: 450px;
  min-height: 78px;
  line-height: 1.625;
}
.business_internet_page .main .mobile-optical-internet .all-points .points.mobile-points .title-mobile-screen {
  padding-right: 35px;
}
.business_internet_page .main .mobile-optical-internet .all-points .points.mobile-points .infographic {
  background-image: url("../images/busines-page/infographic-mobile-points.png");
  background-size: 559px 380px;
  background-repeat: no-repeat;
  background-position: center;
}
.business_internet_page .main .mobile-optical-internet .all-points .points.mobile-points .infographic.lv {
  background-image: url("../images/busines-page/infographic-mobile-points-LV.png");
}
.business_internet_page .main .mobile-optical-internet .all-points .points.optical-points .title-mobile-screen {
  padding-left: 30px;
}
.business_internet_page .main .mobile-optical-internet .all-points .points.optical-points .infographic {
  background-image: url("../images/busines-page/infographic-optical-points.png");
  background-size: 524px 394px;
  background-repeat: no-repeat;
  background-position: center;
}
.business_internet_page .main .mobile-optical-internet .all-points .points.optical-points .infographic.lv {
  background-image: url("../images/busines-page/infographic-optical-points-LV.png");
}
.business_internet_page .main .mobile-optical-internet .all-points .points.optical-points.ru .point:nth-of-type(4) .text-point, .business_internet_page .main .mobile-optical-internet .all-points .points.optical-points.ru .point:nth-of-type(5) .text-point {
  min-height: 104px;
}
.business_internet_page .main .mobile-optical-internet .all-points .points.optical-points.lv .point:nth-of-type(4) .text-point, .business_internet_page .main .mobile-optical-internet .all-points .points.optical-points.lv .point:nth-of-type(5) .text-point {
  min-height: 104px;
}
.business_internet_page .main .mobile-optical-internet .all-points .points.optical-points .text-point {
  width: 540px;
}
@media (max-width: 1279px) {
  .business_internet_page .main .mobile-optical-internet {
    padding-top: 101px;
  }
  .business_internet_page .main .mobile-optical-internet .title-vs {
    top: -6px;
  }
  .business_internet_page .main .mobile-optical-internet .all-points {
    margin-bottom: 18px;
  }
  .business_internet_page .main .mobile-optical-internet .all-points .title-mobile-screen {
    font-size: 2.5em;
  }
  .business_internet_page .main .mobile-optical-internet .all-points .points .infographic {
    margin-bottom: -30px;
  }
  .business_internet_page .main .mobile-optical-internet .all-points .points .point {
    padding: 31px 0 28px;
  }
  .business_internet_page .main .mobile-optical-internet .all-points .points .point:last-of-type {
    border-bottom: 0;
  }
  .business_internet_page .main .mobile-optical-internet .all-points .points svg {
    margin-right: 15px;
  }
  .business_internet_page .main .mobile-optical-internet .all-points .points.mobile-points .infographic {
    background-image: url("../images/busines-page/infographic-mobile-points-tablet.png");
    background-size: 533px 380px;
    margin-left: -45px;
  }
  .business_internet_page .main .mobile-optical-internet .all-points .points.mobile-points .infographic.lv {
    background-image: url("../images/busines-page/infographic-mobile-points-tablet-LV.png");
  }
  .business_internet_page .main .mobile-optical-internet .all-points .points.optical-points.lv .point:nth-of-type(4) .text-point, .business_internet_page .main .mobile-optical-internet .all-points .points.optical-points.lv .point:nth-of-type(5) .text-point {
    min-height: auto;
  }
  .business_internet_page .main .mobile-optical-internet .all-points .points.optical-points .point {
    padding: 31px 0 28px 38px;
  }
  .business_internet_page .main .mobile-optical-internet .all-points .points.optical-points .point:nth-of-type(4) .text-point, .business_internet_page .main .mobile-optical-internet .all-points .points.optical-points .point:nth-of-type(5) .text-point {
    min-height: auto;
  }
}
@media (max-width: 1023px) {
  .business_internet_page .main .mobile-optical-internet {
    padding-top: 88px;
  }
  .business_internet_page .main .mobile-optical-internet .container {
    margin-bottom: -228px;
  }
  .business_internet_page .main .mobile-optical-internet h2 {
    display: none;
  }
  .business_internet_page .main .mobile-optical-internet .title-vs {
    display: none;
  }
  .business_internet_page .main .mobile-optical-internet .all-points {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 44px;
  }
  .business_internet_page .main .mobile-optical-internet .all-points .infographic {
    margin: 0 auto -19px !important;
  }
  .business_internet_page .main .mobile-optical-internet .all-points .points {
    width: 100%;
  }
  .business_internet_page .main .mobile-optical-internet .all-points .points.mobile-points {
    margin-bottom: 101px;
  }
  .business_internet_page .main .mobile-optical-internet .all-points .points.optical-points .point {
    padding: 26px 0;
  }
  .business_internet_page .main .mobile-optical-internet .all-points .points.optical-points .point:nth-of-type(4) .text-point {
    min-height: 30px;
  }
  .business_internet_page .main .mobile-optical-internet .all-points .points .title-mobile-screen {
    font-size: 2.9375em;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 11px;
  }
  .business_internet_page .main .mobile-optical-internet .all-points .points .point {
    padding: 26px 0;
  }
  .business_internet_page .main .mobile-optical-internet .all-points .points .text-point {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    min-height: 20px;
  }
  .business_internet_page .main .mobile-optical-internet form .header-form {
    line-height: 1.14;
    margin-bottom: 33px;
  }
}
@media (max-width: 767px) {
  .business_internet_page .main .mobile-optical-internet {
    padding-top: 102px;
  }
  .business_internet_page .main .mobile-optical-internet .container {
    margin-bottom: -325px;
  }
  .business_internet_page .main .mobile-optical-internet .all-points {
    margin-bottom: 20px;
  }
  .business_internet_page .main .mobile-optical-internet .all-points .points {
    margin-bottom: 30px !important;
  }
  .business_internet_page .main .mobile-optical-internet .all-points .points .title-mobile-screen {
    font-size: 2.125em;
    letter-spacing: -1px;
  }
  .business_internet_page .main .mobile-optical-internet .all-points .points .infographic {
    width: 100%;
  }
  .business_internet_page .main .mobile-optical-internet .all-points .points .point {
    padding: 28px 0 21px;
  }
  .business_internet_page .main .mobile-optical-internet .all-points .points.mobile-points .infographic {
    background-image: url("../images/busines-page/infographic-mobile-points-wide-mobile.png");
    background-size: 421px 302px;
    height: 302px;
  }
  .business_internet_page .main .mobile-optical-internet .all-points .points.mobile-points .infographic.lv {
    background-image: url("../images/busines-page/infographic-mobile-points-wide-mobile-LV.png");
  }
  .business_internet_page .main .mobile-optical-internet .all-points .points.optical-points .infographic {
    background-image: url("../images/busines-page/infographic-optical-points-wide-mobile.png");
    background-size: 449px 337px;
    height: 337px;
  }
  .business_internet_page .main .mobile-optical-internet .all-points .points.optical-points .infographic.lv {
    background-image: url("../images/busines-page/infographic-optical-points-wide-mobile-LV.png");
  }
  .business_internet_page .main .mobile-optical-internet .slick-list {
    width: 100%;
  }
  .business_internet_page .main .mobile-optical-internet form .header-form {
    margin-bottom: 23px;
  }
}
@media (max-width: 479px) {
  .business_internet_page .main .mobile-optical-internet {
    padding-top: 70px;
  }
  .business_internet_page .main .mobile-optical-internet .all-points {
    margin-bottom: 50px;
  }
  .business_internet_page .main .mobile-optical-internet .all-points .points {
    margin-bottom: 10px !important;
  }
  .business_internet_page .main .mobile-optical-internet .all-points .points .title-mobile-screen {
    font-size: 1.5em;
    line-height: 1.5;
    letter-spacing: 0;
    margin-bottom: 11px;
  }
  .business_internet_page .main .mobile-optical-internet .all-points .points .infographic {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .business_internet_page .main .mobile-optical-internet .all-points .points.mobile-points {
    margin-bottom: 30px !important;
  }
  .business_internet_page .main .mobile-optical-internet .all-points .points.mobile-points .infographic {
    background-image: url("../images/busines-page/infographic-mobile-points-mobile.png");
    background-size: 355px 261px;
    width: 355px;
    height: 261px;
  }
  .business_internet_page .main .mobile-optical-internet .all-points .points.mobile-points .infographic.lv {
    background-image: url("../images/busines-page/infographic-mobile-points-mobile-LV.png");
  }
  .business_internet_page .main .mobile-optical-internet .all-points .points.optical-points .infographic {
    background-image: url("../images/busines-page/infographic-optical-points-mobile.png");
    background-size: 420px 315px;
    width: 420px;
    height: 315px;
  }
  .business_internet_page .main .mobile-optical-internet .all-points .points.optical-points .infographic.lv {
    background-image: url("../images/busines-page/infographic-optical-points-mobile-LV.png");
  }
  .business_internet_page .main .mobile-optical-internet form .header-form {
    margin-bottom: 29px;
  }
}
.business_internet_page .main .firewall-block {
  padding-top: 238px;
  z-index: 8;
}
.business_internet_page .main .firewall-block h2 {
  font-size: 34px;
  line-height: 40px;
  margin-bottom: 35px;
  text-align: left;
}
.business_internet_page .main .firewall-block .content-block {
  position: relative;
}
.business_internet_page .main .firewall-block .content-block .text {
  width: 585px;
  margin-bottom: 68px;
}
.business_internet_page .main .firewall-block .content-block .img-firewall {
  width: 548px;
  height: 355px;
  background-image: url("../images/busines-page/img-firewall-1920.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  right: 0;
  top: -30px;
}
.business_internet_page .main .firewall-block .firewall-advantages {
  margin-bottom: 40px;
}
.business_internet_page .main .firewall-block .firewall-advantages .title-firewall-advantages {
  font-size: 28px;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 25px;
  text-align: left;
}
.business_internet_page .main .firewall-block .firewall-advantages .points-firewall-advantages .point {
  width: 615px;
  background-color: #F4F7FA;
  border-radius: 16px;
  padding: 45px 42px;
}
.business_internet_page .main .firewall-block .text-about-connection {
  margin-bottom: 30px;
}
.business_internet_page .main .firewall-block .button {
  background-color: #1E1E1E;
  border: 2px solid #1E1E1E;
  border-radius: 48px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0;
  height: 51px;
  padding: 0 40px;
  text-transform: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.business_internet_page .main .firewall-block .button:hover {
  background-color: #fff;
  color: #1E1E1E;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1279px) {
  .business_internet_page .main .firewall-block .content-block .img-firewall {
    width: 704px;
    height: 456px;
    top: -95px;
    right: -250px;
    background-image: url("../images/busines-page/img-firewall-1024.png");
  }
  .business_internet_page .main .firewall-block .content-block .text {
    width: 520px;
  }
  .business_internet_page .main .firewall-block .firewall-advantages .points-firewall-advantages .point {
    width: 480px;
  }
}
@media (max-width: 1023px) {
  .business_internet_page .main .firewall-block {
    padding-top: 135px;
  }
  .business_internet_page .main .firewall-block h2 {
    text-align: center;
  }
  .business_internet_page .main .firewall-block .content-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .business_internet_page .main .firewall-block .content-block .img-firewall {
    width: 395px;
    height: 256px;
    background-image: url("../images/busines-page/img-firewall-768.png");
    right: auto;
    top: auto;
    margin: 0 auto 40px;
    position: relative;
  }
  .business_internet_page .main .firewall-block .content-block .text {
    width: 100%;
    margin-bottom: 40px;
  }
  .business_internet_page .main .firewall-block .firewall-advantages .points-firewall-advantages .point {
    width: 350px;
  }
}
@media (max-width: 767px) {
  .business_internet_page .main .firewall-block {
    padding-top: 215px;
  }
  .business_internet_page .main .firewall-block h2 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 25px;
  }
  .business_internet_page .main .firewall-block .content-block .img-firewall {
    width: 370px;
    height: 240px;
    background-image: url("../images/busines-page/img-firewall-480.png");
    margin: 0 auto 30px;
  }
  .business_internet_page .main .firewall-block .firewall-advantages .points-firewall-advantages {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .business_internet_page .main .firewall-block .firewall-advantages .points-firewall-advantages .point {
    width: 100%;
    margin-bottom: 30px;
    padding: 30px;
  }
  .business_internet_page .main .firewall-block .firewall-advantages .points-firewall-advantages .point:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 479px) {
  .business_internet_page .main .firewall-block h2, .business_internet_page .main .firewall-block .firewall-advantages .title-firewall-advantages {
    font-size: 23px;
    line-height: 32px;
  }
  .business_internet_page .main .firewall-block .content-block .img-firewall {
    width: 336px;
    height: 218px;
    background-image: url("../images/busines-page/img-firewall-375.png");
    margin: 0 auto 30px;
  }
  .business_internet_page .main .firewall-block .content-block .text {
    margin-bottom: 25px;
  }
}
.business_internet_page .main .pricing-section.redesign-b2b {
  padding-top: 69px;
  padding-bottom: 68px;
}
.business_internet_page .main .pricing-section.redesign-b2b .section-inner h2 {
  margin-bottom: 70px;
}
.business_internet_page .main .pricing-section.redesign-b2b .section-inner .under-h2 {
  display: none;
  color: #CFCFCF;
  font-size: 1.125em;
  margin-bottom: 67px;
}
.business_internet_page .main .pricing-section.redesign-b2b .section-inner .under-h2 svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
}
.business_internet_page .main .pricing-section.redesign-b2b .section-inner .pricing-table .packs-wrap {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.business_internet_page .main .pricing-section.redesign-b2b .section-inner .pricing-table .packs-wrap .packs {
  width: 945px !important;
  margin-bottom: 41px;
}
.business_internet_page .main .pricing-section.redesign-b2b .section-inner .pricing-table .packs-wrap .packs .pack {
  width: 100%;
  height: 110px !important;
  border: 1px solid #EBEBEB !important;
  border-radius: 8px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  margin-bottom: 20px !important;
  padding: 0 50px 0 59px !important;
}
.business_internet_page .main .pricing-section.redesign-b2b .section-inner .pricing-table .packs-wrap .packs .pack .pack-content {
  border: 0;
}
.business_internet_page .main .pricing-section.redesign-b2b .section-inner .pricing-table .packs-wrap .packs .pack .speed-title .speed-text {
  line-height: 1.5;
  margin-right: 44px;
}
.business_internet_page .main .pricing-section.redesign-b2b .section-inner .pricing-table .packs-wrap .packs .pack .speed-title .speed-number {
  font-size: 2em;
  font-weight: 500;
}
.business_internet_page .main .pricing-section.redesign-b2b .section-inner .pricing-table .packs-wrap .packs .pack .speed-title .speed-number span {
  margin: 0 2px;
}
.business_internet_page .main .pricing-section.redesign-b2b .section-inner .pricing-table .packs-wrap .packs .pack .pack-cta .price .old_price {
  color: #B5B5B5;
  margin-right: 25px;
  position: relative;
}
.business_internet_page .main .pricing-section.redesign-b2b .section-inner .pricing-table .packs-wrap .packs .pack .pack-cta .price .old_price:before {
  display: block;
  content: "";
  background-color: #B5B5B5;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 2px;
  top: 41%;
  -webkit-transform: rotate(-21deg);
          transform: rotate(-21deg);
}
.business_internet_page .main .pricing-section.redesign-b2b .section-inner .pricing-table .packs-wrap .packs .pack .pack-cta .price .old_price .left-part {
  font-size: 2.3125em;
}
.business_internet_page .main .pricing-section.redesign-b2b .section-inner .pricing-table .packs-wrap .packs .pack .pack-cta .price .old_price .cents {
  margin-top: 5px;
}
.business_internet_page .main .pricing-section.redesign-b2b .section-inner .pricing-table .packs-wrap .packs .pack .pack-cta .price .new_price {
  min-width: 112px;
  margin-right: 54px;
}
.business_internet_page .main .pricing-section.redesign-b2b .section-inner .pricing-table .packs-wrap .packs .pack .pack-cta .price .new_price .left-part {
  font-size: 3.875em;
  font-weight: 500;
  line-height: 76px;
  margin-right: 3px;
}
.business_internet_page .main .pricing-section.redesign-b2b .section-inner .pricing-table .packs-wrap .packs .pack .pack-cta .price .new_price .right-part {
  padding-top: 14px;
}
.business_internet_page .main .pricing-section.redesign-b2b .section-inner .pricing-table .packs-wrap .packs .pack .pack-cta .price .new_price .right-part .cents {
  font-size: 1.625em;
  margin-bottom: 3px;
}
.business_internet_page .main .pricing-section.redesign-b2b .section-inner .pricing-table .packs-wrap .packs .pack .pack-cta .price .new_price .right-part .value {
  font-size: 12px;
}
.business_internet_page .main .pricing-section.redesign-b2b .section-inner .pricing-table .packs-wrap .packs .pack .pack-cta .button {
  width: 146px;
  height: 48px;
  background-color: #FFF;
  border: 2px solid #1E1E1E;
  border-radius: 48px;
  color: #1E1E1E;
  font-size: 0.875em;
  font-weight: 500;
  line-height: 42px;
  text-transform: uppercase;
}
.business_internet_page .main .pricing-section.redesign-b2b .section-inner .pricing-table .packs-wrap .packs .pack .pack-cta .button:hover {
  background-color: #1E1E1E;
  color: #FFF;
}
.business_internet_page .main .pricing-section.redesign-b2b .section-inner .warning-block {
  width: 945px;
  background-color: #FFECEC;
  border-radius: 14px;
  padding: 55px 37px 38px;
  position: relative;
}
.business_internet_page .main .pricing-section.redesign-b2b .section-inner .warning-block:after {
  content: "";
  display: block;
  width: 365px;
  height: 219px;
  background-image: url("../images/busines-page/img-tarifi-wrning.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  right: 0;
  bottom: 0;
}
.business_internet_page .main .pricing-section.redesign-b2b .section-inner .warning-block .title-warning {
  background-color: #F16F6F;
  border-radius: 20px;
  color: #fff;
  font-size: 1.25em;
  font-weight: 500;
  padding: 6px 37px;
  position: absolute;
  top: -20px;
  left: 37px;
}
.business_internet_page .main .pricing-section.redesign-b2b .section-inner .warning-block .text-warning {
  width: 510px;
  line-height: 1.5;
}
@media (max-width: 1023px) {
  .business_internet_page .main .pricing-section.redesign-b2b .section-inner .pricing-table {
    width: 100%;
  }
  .business_internet_page .main .pricing-section.redesign-b2b .section-inner .pricing-table .packs-wrap .packs {
    width: 100% !important;
  }
  .business_internet_page .main .pricing-section.redesign-b2b .section-inner .pricing-table .packs-wrap .packs .pack {
    padding: 0 18px 0 22px !important;
  }
  .business_internet_page .main .pricing-section.redesign-b2b .section-inner .pricing-table .packs-wrap .packs .pack .speed-title .speed-text {
    margin-right: 28px;
  }
  .business_internet_page .main .pricing-section.redesign-b2b .section-inner .pricing-table .packs-wrap .packs .pack .speed-title .speed-number {
    width: 100px;
    font-size: 1.5em;
    line-height: 1.08;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .business_internet_page .main .pricing-section.redesign-b2b .section-inner .pricing-table .packs-wrap .packs .pack .speed-title .speed-number span {
    margin: 0;
  }
  .business_internet_page .main .pricing-section.redesign-b2b .section-inner .pricing-table .packs-wrap .packs .pack .pack-cta .price .old_price {
    margin-right: 17px;
  }
  .business_internet_page .main .pricing-section.redesign-b2b .section-inner .pricing-table .packs-wrap .packs .pack .pack-cta .price .new_price {
    margin-right: 29px;
  }
  .business_internet_page .main .pricing-section.redesign-b2b .section-inner .warning-block {
    width: 100%;
    padding: 49px 26px 32px;
  }
  .business_internet_page .main .pricing-section.redesign-b2b .section-inner .warning-block:after {
    display: none;
  }
  .business_internet_page .main .pricing-section.redesign-b2b .section-inner .warning-block .title-warning {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .business_internet_page .main .pricing-section.redesign-b2b .section-inner .warning-block .text-warning {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .business_internet_page .main .pricing-section.redesign-b2b {
    padding-top: 57px;
    padding-bottom: 90px;
  }
  .business_internet_page .main .pricing-section.redesign-b2b h2 {
    margin-bottom: 50px;
  }
  .business_internet_page .main .pricing-section.redesign-b2b h2 br {
    display: none;
  }
  .business_internet_page .main .pricing-section.redesign-b2b .under-h2 {
    font-size: 1em;
    margin-bottom: 70px;
  }
  .business_internet_page .main .pricing-section.redesign-b2b .under-h2 svg {
    position: relative;
    left: -3px;
  }
  .business_internet_page .main .pricing-section.redesign-b2b .section-inner .pricing-table .packs-wrap .packs {
    margin-bottom: 26px;
  }
  .business_internet_page .main .pricing-section.redesign-b2b .section-inner .pricing-table .packs-wrap .packs .pack {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 138px !important;
    padding: 0 15px 0 15px !important;
  }
  .business_internet_page .main .pricing-section.redesign-b2b .section-inner .pricing-table .packs-wrap .packs .pack .speed-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .business_internet_page .main .pricing-section.redesign-b2b .section-inner .pricing-table .packs-wrap .packs .pack .speed-title .speed-number {
    width: 100%;
    text-align: left;
  }
  .business_internet_page .main .pricing-section.redesign-b2b .section-inner .pricing-table .packs-wrap .packs .pack .speed-title .speed-number span {
    margin-right: 4px;
  }
  .business_internet_page .main .pricing-section.redesign-b2b .section-inner .pricing-table .packs-wrap .packs .pack .speed-title .speed-text {
    margin-bottom: 6px;
  }
  .business_internet_page .main .pricing-section.redesign-b2b .section-inner .pricing-table .packs-wrap .packs .pack .pack-cta .price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .business_internet_page .main .pricing-section.redesign-b2b .section-inner .pricing-table .packs-wrap .packs .pack .pack-cta .price .old_price {
    margin-right: 0;
  }
  .business_internet_page .main .pricing-section.redesign-b2b .section-inner .pricing-table .packs-wrap .packs .pack .pack-cta .price .new_price {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-right: 0;
  }
  .business_internet_page .main .pricing-section.redesign-b2b .section-inner .pricing-table .packs-wrap .packs .pack .pack-cta .price .new_price .left-part {
    letter-spacing: -2px;
  }
  .business_internet_page .main .pricing-section.redesign-b2b .section-inner .pricing-table .packs-wrap .packs .pack .pack-cta .button {
    width: 160px;
  }
  .business_internet_page .main .pricing-section.redesign-b2b .section-inner .warning-block {
    padding: 43px 35px 32px;
  }
  .business_internet_page .main .pricing-section.redesign-b2b .section-inner .warning-block .title-warning {
    width: 270px;
  }
}
@media (max-width: 479px) {
  .business_internet_page .main .pricing-section.redesign-b2b {
    padding-top: 6px;
    padding-bottom: 41px;
  }
  .business_internet_page .main .pricing-section.redesign-b2b .section-inner h2 {
    margin-bottom: 30px;
  }
  .business_internet_page .main .pricing-section.redesign-b2b .section-inner .under-h2 {
    margin-bottom: 46px;
  }
  .business_internet_page .main .pricing-section.redesign-b2b .section-inner .under-h2 svg {
    display: none;
  }
  .business_internet_page .main .pricing-section.redesign-b2b .section-inner .pricing-table .packs-wrap .packs {
    margin-bottom: 44px;
  }
  .business_internet_page .main .pricing-section.redesign-b2b .section-inner .pricing-table .packs-wrap .packs .pack {
    max-width: 320px;
    width: 100%;
    min-height: 292px;
    height: auto !important;
    padding: 25px 15px !important;
  }
  .business_internet_page .main .pricing-section.redesign-b2b .section-inner .pricing-table .packs-wrap .packs .pack .pack-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .business_internet_page .main .pricing-section.redesign-b2b .section-inner .pricing-table .packs-wrap .packs .pack .speed-title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .business_internet_page .main .pricing-section.redesign-b2b .section-inner .pricing-table .packs-wrap .packs .pack .speed-title .speed-text {
    font-size: 1.125em;
    line-height: 1.17;
    text-align: center;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .business_internet_page .main .pricing-section.redesign-b2b .section-inner .pricing-table .packs-wrap .packs .pack .speed-title .speed-number {
    margin-bottom: 14px;
    text-align: center;
  }
  .business_internet_page .main .pricing-section.redesign-b2b .section-inner .pricing-table .packs-wrap .packs .pack .pack-cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .business_internet_page .main .pricing-section.redesign-b2b .section-inner .pricing-table .packs-wrap .packs .pack .pack-cta .price {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-bottom: 7px;
  }
  .business_internet_page .main .pricing-section.redesign-b2b .section-inner .pricing-table .packs-wrap .packs .pack .pack-cta .price .old_price {
    margin-right: 12px;
  }
  .business_internet_page .main .pricing-section.redesign-b2b .section-inner .pricing-table .packs-wrap .packs .pack .pack-cta .price .new_price {
    min-width: 50px;
  }
  .business_internet_page .main .pricing-section.redesign-b2b .section-inner .warning-block {
    padding: 43px 26px 23px;
  }
}

.business_telephony_page #first_screen {
  font-weight: 400;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url("../images/busines-page/bg-first-screen-desktop.jpg");
}
.business_telephony_page #first_screen .content {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 105px;
  padding-bottom: 130px;
}
.business_telephony_page #first_screen .content:after {
  content: "";
  display: block;
  width: 681px;
  height: 534px;
  background-image: url("../images/telephony-page/img-bg-first-screen-right.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  right: -40px;
  top: 47%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
.business_telephony_page #first_screen .content .title {
  width: 610px;
  position: relative;
  z-index: 10;
}
.business_telephony_page #first_screen .content h1 {
  width: 100%;
  font-size: 58px;
  font-weight: 500;
  line-height: 67px;
  text-align: left;
  margin-bottom: 45px;
}
.business_telephony_page #first_screen .content .points {
  margin-bottom: 40px;
}
.business_telephony_page #first_screen .content .points .point {
  font-size: 22px;
  line-height: 23px;
  position: relative;
  padding-left: 36px;
  margin-bottom: 15px;
}
.business_telephony_page #first_screen .content .points .point:before {
  display: block;
  position: absolute;
  content: "";
  left: 0;
  top: 4px;
  width: 23px;
  height: 17px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25.723' height='19.623' viewBox='0 0 25.723 19.623'%3E%3Cpath d='M23.653,44.48,8.17,59.963l-6.1-6.1L0,55.933,8.17,64.1,25.723,46.55Z' transform='translate(0 -44.48)' fill='%2354bee1'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.business_telephony_page #first_screen .content .btn {
  width: 265px;
  height: 64px;
  background-color: #fff;
  color: #1e1e1e;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.business_telephony_page #first_screen .content .btn:hover {
  background-color: #54BEE1;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1279px) {
  .business_telephony_page #first_screen .content:after {
    right: -230px;
  }
}
@media (max-width: 1023px) {
  .business_telephony_page #first_screen {
    background-image: url(../images/telephony-page/bg-first-screen-tablet.png);
    padding-top: 0;
  }
  .business_telephony_page #first_screen .content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 65px;
    padding-bottom: 110px;
  }
  .business_telephony_page #first_screen .content:after {
    display: none;
  }
  .business_telephony_page #first_screen .content .title {
    width: 580px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .business_telephony_page #first_screen .content h1 {
    text-align: center;
  }
  .business_telephony_page #first_screen .content .points {
    margin-bottom: 77px;
  }
  .business_telephony_page #first_screen .content .points .point {
    font-size: 1.25em;
    margin-bottom: 14px;
  }
}
@media (max-width: 767px) {
  .business_telephony_page #first_screen .content {
    padding-top: 130px;
    padding-bottom: 130px;
  }
  .business_telephony_page #first_screen .content .title {
    width: 100%;
  }
  .business_telephony_page #first_screen .content h1 {
    font-size: 42px;
    line-height: 49px;
    margin-bottom: 35px;
  }
  .business_telephony_page #first_screen .content .points {
    margin-bottom: 45px;
  }
  .business_telephony_page #first_screen .content .points .point {
    font-size: 18px;
    padding-left: 40px;
    margin-bottom: 16px;
  }
  .business_telephony_page #first_screen .content .points .point:before {
    left: 4px;
  }
}
@media (max-width: 479px) {
  .business_telephony_page #first_screen .content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .business_telephony_page #first_screen .content h1 {
    font-size: 32px;
    line-height: 39px;
    margin-bottom: 30px;
  }
  .business_telephony_page #first_screen .content .points {
    margin-bottom: 22px;
  }
  .business_telephony_page #first_screen .content .points .point {
    line-height: 25px;
    padding-left: 35px;
  }
  .business_telephony_page #first_screen .content .sale-circle {
    margin: 0 auto 30px;
  }
  .business_telephony_page #first_screen .content .form-short-quiz {
    padding: 26px 10px 33px;
  }
  .business_telephony_page #first_screen .content .form-short-quiz .header-form {
    margin-bottom: 15px;
  }
  .business_telephony_page #first_screen .content .form-short-quiz .header-form .title-form {
    font-size: 1.125em;
    line-height: 1.222;
  }
  .business_telephony_page #first_screen .content .form-short-quiz .inputs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .business_telephony_page #first_screen .content .form-short-quiz .inputs .input {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 210px;
    margin-bottom: 24px !important;
  }
}
@media (max-width: 374px) {
  .business_telephony_page #first_screen .content h1 {
    font-size: 27px;
    line-height: 39px;
    margin-bottom: 30px;
  }
  .business_telephony_page #first_screen .content .points .point {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .business_telephony_page .second-block {
    padding-top: 50px;
  }
}
@media (max-width: 1279px) {
  .business_telephony_page .our-advantages .points .point:nth-of-type(1) .img-point, .business_telephony_page .our-advantages .points .point:nth-of-type(3) .img-point {
    max-width: 490px;
    width: 100%;
  }
  .business_telephony_page .our-advantages .points .point:nth-of-type(2) .img-point {
    max-width: 470px;
    width: 100%;
  }
}
.business_telephony_page .virtual-station {
  background-image: url("../images/busines-page/bg-all-inclusive.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding-top: 125px;
  padding-bottom: 190px;
}
.business_telephony_page .virtual-station h2 {
  margin-bottom: 75px;
}
.business_telephony_page .virtual-station .slick-list {
  width: 100%;
}
.business_telephony_page .virtual-station .points {
  width: 50%;
}
.business_telephony_page .virtual-station .points.left-col .point {
  width: 485px;
}
.business_telephony_page .virtual-station .points.right-col .point {
  width: 570px;
}
.business_telephony_page .virtual-station .points .point {
  color: #fff;
  margin-bottom: 55px;
}
.business_telephony_page .virtual-station .points .point:last-child {
  margin-bottom: 0;
}
.business_telephony_page .virtual-station .points .point .point-icon {
  height: 102px;
  margin-bottom: 14px;
}
.business_telephony_page .virtual-station .points .point .title-point {
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 10px;
}
.business_telephony_page .virtual-station .points .point .text-point {
  min-height: 72px;
}
@media (max-width: 1279px) {
  .business_telephony_page .virtual-station {
    padding-top: 80px;
    padding-bottom: 170px;
  }
  .business_telephony_page .virtual-station .points.left-col .point {
    width: 480px;
  }
}
@media (max-width: 1023px) {
  .business_telephony_page .virtual-station .points.left-col .point {
    width: 340px;
  }
  .business_telephony_page .virtual-station .points.left-col .point:nth-of-type(2) .text-point {
    min-height: 156px;
  }
}
@media (max-width: 767px) {
  .business_telephony_page .virtual-station {
    padding-top: 70px;
    padding-bottom: 150px;
  }
  .business_telephony_page .virtual-station .points {
    width: 100%;
  }
  .business_telephony_page .virtual-station .points.left-col {
    width: 100%;
  }
  .business_telephony_page .virtual-station .points.left-col .point {
    width: 100%;
  }
  .business_telephony_page .virtual-station .points.left-col .point:nth-of-type(2) .text-point {
    min-height: 72px;
  }
  .business_telephony_page .virtual-station .points .point {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .business_telephony_page .virtual-station .points .point:last-child {
    margin-bottom: 55px;
  }
  .business_telephony_page .virtual-station .points .point .title-point {
    text-align: center;
  }
}
.business_telephony_page .pricing-section {
  padding-top: 50px;
  padding-bottom: 90px;
}
.business_telephony_page .pricing-section .container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.business_telephony_page .pricing-section h2 {
  margin-bottom: 50px;
}
.business_telephony_page .pricing-section .list-plans {
  width: 890px;
  margin-bottom: 35px;
}
.business_telephony_page .pricing-section .list-plans .single-plan {
  max-width: 430px;
  width: 100%;
  background-color: #F5F7FA;
  border: 1px solid #EBEBEB;
  border-radius: 8px;
  padding: 35px 0 140px;
  position: relative;
}
.business_telephony_page .pricing-section .list-plans .single-plan .title-plan {
  font-size: 32px;
  font-weight: 500;
  line-height: 67px;
}
.business_telephony_page .pricing-section .list-plans .single-plan .plan-price {
  font-size: 50px;
  font-weight: 500;
  line-height: 66px;
  margin-bottom: 5px;
}
.business_telephony_page .pricing-section .list-plans .single-plan .plan-price span {
  font-size: 21px;
  font-weight: 400;
  line-height: 32px;
  margin-left: 8px;
}
.business_telephony_page .pricing-section .list-plans .single-plan .for-one-line {
  border-bottom: 1px solid #CFCFCF;
  padding-bottom: 45px;
  margin-bottom: 34px;
}
.business_telephony_page .pricing-section .list-plans .single-plan .list-specifications {
  padding: 0 42px;
}
.business_telephony_page .pricing-section .list-plans .single-plan .list-specifications .single-specification {
  line-height: 24px;
  margin-bottom: 15px;
  padding-left: 25px;
  position: relative;
}
.business_telephony_page .pricing-section .list-plans .single-plan .list-specifications .single-specification:last-child {
  margin-bottom: 7px;
}
.business_telephony_page .pricing-section .list-plans .single-plan .list-specifications .single-specification svg {
  position: absolute;
  left: 0;
  top: 4px;
}
.business_telephony_page .pricing-section .list-plans .single-plan .button {
  width: 172px;
  height: 58px;
  background-color: #F5F7FA;
  border: 2px solid #1e1e1e;
  border-radius: 48px;
  color: #1e1e1e;
  line-height: 42px;
  padding: 0;
  position: absolute;
  bottom: 45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.business_telephony_page .pricing-section .list-plans .single-plan .button:hover {
  background-color: #1e1e1e;
  color: #fff;
}
.business_telephony_page .pricing-section .quote-block {
  color: #9D9D9D;
  font-size: 18px;
}
@media (max-width: 1279px) {
  .business_telephony_page .pricing-section {
    padding-top: 30px;
  }
  .business_telephony_page .pricing-section .list-plans {
    margin-bottom: 55px;
  }
}
@media (max-width: 1023px) {
  .business_telephony_page .pricing-section .list-plans {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .business_telephony_page .pricing-section .list-plans .single-plan {
    margin-bottom: 28px;
  }
  .business_telephony_page .pricing-section .list-plans .single-plan:last-child {
    margin-bottom: 0;
  }
}
.business_telephony_page .form-need-help:before {
  display: none;
}
.business_telephony_page .cheap-calls-section .section-inner {
  padding: 90px 0 70px;
}
.business_telephony_page .cheap-calls-section h2 {
  margin-bottom: 60px;
}
.business_telephony_page .cheap-calls-section .call-regions {
  margin: 0 auto;
}
.business_telephony_page .cheap-calls-section .call-regions .region {
  width: 330px;
}
.business_telephony_page .cheap-calls-section .call-regions .region .region-title {
  padding: 0 0 25px;
  border-bottom: 1px solid #E1E1E1;
  font-size: 22px;
  font-weight: 500;
}
.business_telephony_page .cheap-calls-section .call-regions .region .countries {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.business_telephony_page .cheap-calls-section .call-regions .region .countries .country {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 8px 24px;
  border-bottom: 1px solid #E1E1E1;
}
.business_telephony_page .cheap-calls-section .call-regions .region .countries .country .country-flag {
  width: 35px;
}
.business_telephony_page .cheap-calls-section .call-regions .region .countries .country .country-flag img {
  display: block;
  width: 35px;
  height: 35px;
}
.business_telephony_page .cheap-calls-section .call-regions .region .countries .country .country-inner {
  padding: 0 0 0 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.business_telephony_page .cheap-calls-section .call-regions .region .countries .country .country-inner .country-call-price {
  color: #9D9D9D;
}
@media (max-width: 1279px) {
  .business_telephony_page .cheap-calls-section .call-regions .region {
    width: 320px;
  }
}
@media (max-width: 1023px) {
  .business_telephony_page .cheap-calls-section .section-inner {
    padding: 90px 0 80px;
  }
  .business_telephony_page .cheap-calls-section .call-regions {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .business_telephony_page .cheap-calls-section .call-regions .region {
    margin-bottom: 40px;
  }
  .business_telephony_page .cheap-calls-section .call-regions .region:nth-of-type(3) {
    margin-bottom: 0;
  }
  .business_telephony_page .cheap-calls-section .call-regions .region .countries .country {
    padding: 22px 0;
  }
  .business_telephony_page .cheap-calls-section .call-regions .price-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 767px) {
  .business_telephony_page .cheap-calls-section .section-inner {
    padding: 70px 0 40px;
  }
  .business_telephony_page .cheap-calls-section .call-regions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .business_telephony_page .cheap-calls-section .call-regions .region {
    max-width: 450px;
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 479px) {
  .business_telephony_page .cheap-calls-section .section-inner {
    padding: 70px 20px 40px;
  }
}
@media (max-width: 374px) {
  .business_telephony_page .cheap-calls-section .section-inner {
    padding: 70px 10px 40px;
  }
}
.business_telephony_page .b2b-redesign-price-form-section {
  width: 100%;
  margin: 75px auto 0;
  padding-bottom: 87px;
}
@media (max-width: 1279px) {
  .business_telephony_page .b2b-redesign-price-form-section .white-box .box-inner {
    padding: 55px 65px;
  }
}
@media (max-width: 1023px) {
  .business_telephony_page .b2b-redesign-price-form-section {
    max-width: 360px;
    margin: 0;
  }
  .business_telephony_page .b2b-redesign-price-form-section .white-box {
    padding: 0;
  }
  .business_telephony_page .b2b-redesign-price-form-section .white-box .box-inner {
    max-width: 360px;
    background-color: #F5F7FA;
    border: 1px solid #EBEBEB;
    border-radius: 8px;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 30px 35px;
  }
  .business_telephony_page .b2b-redesign-price-form-section .white-box .box-inner .title {
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 15px;
    text-align: center;
  }
  .business_telephony_page .b2b-redesign-price-form-section .white-box .box-inner .subtitle {
    color: #9D9D9D;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
    text-align: center;
  }
  .business_telephony_page .b2b-redesign-price-form-section .white-box .box-inner .form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .business_telephony_page .b2b-redesign-price-form-section .white-box .box-inner .form .radio-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
  }
  .business_telephony_page .b2b-redesign-price-form-section .white-box .box-inner .form .radio-group.error:before {
    content: "";
    position: absolute;
    top: -7px;
    left: -20px;
    right: -20px;
    bottom: -7px;
    border-radius: 20px;
    background-color: rgba(242, 86, 69, 0.2);
    z-index: -1; /*!FIXME test this*/
  }
  .business_telephony_page .b2b-redesign-price-form-section .white-box .box-inner .form .radio-group .radio-btn {
    width: 200px;
    padding: 0;
    margin-bottom: 14px;
  }
  .business_telephony_page .b2b-redesign-price-form-section .white-box .box-inner .form .radio-group .radio-btn:last-child {
    margin-bottom: 20px;
  }
  .business_telephony_page .b2b-redesign-price-form-section .white-box .box-inner .form .radio-group .radio-btn label:hover {
    cursor: pointer;
  }
  .business_telephony_page .b2b-redesign-price-form-section .white-box .box-inner .form .radio-group .radio-btn label .circle {
    width: 18px !important;
    height: 18px !important;
    border: 1px solid #54BEE1 !important;
  }
  .business_telephony_page .b2b-redesign-price-form-section .white-box .box-inner .form .radio-group .radio-btn label .circle .circle-checked {
    width: 10px !important;
    height: 10px !important;
    background-color: #54BEE1 !important;
  }
  .business_telephony_page .b2b-redesign-price-form-section .white-box .box-inner .form .radio-group .radio-btn label .radio-title {
    font-size: 16px !important;
    padding: 0 0 0 8px !important;
  }
  .business_telephony_page .b2b-redesign-price-form-section .white-box .box-inner .form .input-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .business_telephony_page .b2b-redesign-price-form-section .white-box .box-inner .form .input-group ::-webkit-input-placeholder {
    color: #9D9D9D;
  }
  .business_telephony_page .b2b-redesign-price-form-section .white-box .box-inner .form .input-group ::-moz-placeholder {
    color: #9D9D9D;
  }
  .business_telephony_page .b2b-redesign-price-form-section .white-box .box-inner .form .input-group :-ms-input-placeholder {
    color: #9D9D9D;
  }
  .business_telephony_page .b2b-redesign-price-form-section .white-box .box-inner .form .input-group :-moz-placeholder {
    color: #9D9D9D;
  }
  .business_telephony_page .b2b-redesign-price-form-section .white-box .box-inner .form .input-group .input {
    width: 250px;
    margin: 0 0 18px 0;
    position: relative;
  }
  .business_telephony_page .b2b-redesign-price-form-section .white-box .box-inner .form .input-group .input svg {
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .business_telephony_page .b2b-redesign-price-form-section .white-box .box-inner .form .input-group .input svg path {
    fill: #E1E1E1;
  }
  .business_telephony_page .b2b-redesign-price-form-section .white-box .box-inner .form .input-group .input input {
    width: 253px;
    height: 50px;
    border: 1px solid #EBEBEB;
    border-radius: 48px;
    padding-left: 52px;
  }
  .business_telephony_page .b2b-redesign-price-form-section .white-box .box-inner .form .input-group .button-holder .button {
    width: 250px;
    height: 50px;
    background-color: #1e1e1e;
  }
  .business_telephony_page .b2b-redesign-price-form-section .white-box .box-inner .form-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .business_telephony_page .b2b-redesign-price-form-section .white-box .box-inner .form-info .item {
    width: 100%;
    padding: 0;
  }
  .business_telephony_page .b2b-redesign-price-form-section .white-box .box-inner .form-info .item:first-child {
    margin-bottom: 20px;
  }
  .business_telephony_page .b2b-redesign-price-form-section .white-box .box-inner .form-info .item .item-title {
    text-align: center;
    padding: 0;
  }
  .business_telephony_page .b2b-redesign-price-form-section .white-box .box-inner .form-info .item .item-content {
    font-weight: 500;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .business_telephony_page .b2b-redesign-price-form-section {
    max-width: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 40px auto 0;
    padding-bottom: 65px;
  }
  .business_telephony_page .b2b-redesign-price-form-section .white-box .box-inner {
    max-width: 450px;
    width: 100%;
    background-color: #F5F7FA;
    border: 1px solid #EBEBEB;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 30px 35px;
  }
  .business_telephony_page .b2b-redesign-price-form-section .white-box .box-inner .title {
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 15px;
    text-align: center;
  }
  .business_telephony_page .b2b-redesign-price-form-section .white-box .box-inner .subtitle {
    color: #9D9D9D;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
    text-align: center;
  }
  .business_telephony_page .b2b-redesign-price-form-section .white-box .box-inner .form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .business_telephony_page .b2b-redesign-price-form-section .white-box .box-inner .form .radio-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
  }
  .business_telephony_page .b2b-redesign-price-form-section .white-box .box-inner .form .radio-group .radio-btn {
    width: 200px;
    padding: 0;
    margin-bottom: 14px;
  }
  .business_telephony_page .b2b-redesign-price-form-section .white-box .box-inner .form .radio-group .radio-btn:last-child {
    margin-bottom: 20px;
  }
  .business_telephony_page .b2b-redesign-price-form-section .white-box .box-inner .form .input-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .business_telephony_page .b2b-redesign-price-form-section .white-box .box-inner .form .input-group .input {
    width: 250px;
    margin: 0 0 18px 0;
  }
  .business_telephony_page .b2b-redesign-price-form-section .white-box .box-inner .form .input-group .input input {
    width: 250px;
  }
  .business_telephony_page .b2b-redesign-price-form-section .white-box .box-inner .form .input-group .button-holder .button {
    width: 250px;
  }
}

.business_data_transfer_page #first_screen {
  font-weight: 400;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url("../images/busines-page/bg-first-screen-desktop.jpg");
}
.business_data_transfer_page #first_screen .content {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 105px;
  padding-bottom: 130px;
}
.business_data_transfer_page #first_screen .content:after {
  content: "";
  display: block;
  width: 627px;
  height: 545px;
  background-image: url("../images/data-transfer/img-bg-first-screen-right.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  right: -40px;
  top: 47%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
.business_data_transfer_page #first_screen .content .title {
  width: 630px;
  position: relative;
  z-index: 10;
}
.business_data_transfer_page #first_screen .content h1 {
  width: 100%;
  font-size: 58px;
  font-weight: 500;
  line-height: 67px;
  text-align: left;
  margin-bottom: 30px;
}
.business_data_transfer_page #first_screen .content .points {
  margin-bottom: 15px;
}
.business_data_transfer_page #first_screen .content .points .point {
  width: 300px;
  border: 1px solid #CFCFCF;
  border-radius: 8px;
  margin-bottom: 27px;
  padding: 23px 17px 23px 23px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.business_data_transfer_page #first_screen .content .points .point:hover {
  border: 1px solid #9f9f9f;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.business_data_transfer_page #first_screen .content .points .point:hover .title-point, .business_data_transfer_page #first_screen .content .points .point:hover .text-point {
  color: #9f9f9f;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.business_data_transfer_page #first_screen .content .points .point .title-point {
  font-weight: 500;
  line-height: 19px;
  margin-bottom: 7px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.business_data_transfer_page #first_screen .content .points .point .text-point {
  font-size: 15px;
  line-height: 18px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.business_data_transfer_page #first_screen .content .get-offer-block .question-offer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 24px;
}
.business_data_transfer_page #first_screen .content .btn {
  width: 265px;
  height: 64px;
  background-color: #fff;
  color: #1e1e1e;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.business_data_transfer_page #first_screen .content .btn:hover {
  background-color: #54BEE1;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1279px) {
  .business_data_transfer_page #first_screen .content:after {
    right: -280px;
  }
}
@media (max-width: 1023px) {
  .business_data_transfer_page #first_screen {
    background-image: url(../images/data-transfer/bg-first-screen-tablet.png);
  }
  .business_data_transfer_page #first_screen .content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 45px;
    padding-bottom: 70px;
  }
  .business_data_transfer_page #first_screen .content:after {
    display: none;
  }
  .business_data_transfer_page #first_screen .content h1 {
    text-align: center;
  }
  .business_data_transfer_page #first_screen .content .get-offer-block {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 767px) {
  .business_data_transfer_page #first_screen {
    background-image: url(../images/data-transfer/bg-first-screen-mobile.jpg);
  }
  .business_data_transfer_page #first_screen .content {
    padding-top: 30px;
  }
  .business_data_transfer_page #first_screen .content .title {
    padding-top: 0;
  }
  .business_data_transfer_page #first_screen .content h1 {
    font-size: 42px;
    line-height: 49px;
    margin-bottom: 35px;
  }
  .business_data_transfer_page #first_screen .content .points {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .business_data_transfer_page #first_screen .content .get-offer-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .business_data_transfer_page #first_screen .content .get-offer-block .question-offer {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
@media (max-width: 479px) {
  .business_data_transfer_page #first_screen .content h1 {
    font-size: 32px;
    line-height: 39px;
    margin-bottom: 30px;
  }
}
@media (max-width: 374px) {
  .business_data_transfer_page #first_screen .content h1 {
    font-size: 27px;
    line-height: 39px;
    margin-bottom: 30px;
  }
}
.business_data_transfer_page .about-data-transfer.lv .points .point:nth-of-type(1) .img-point {
  background: url(../images/data-transfer/img-about-vlan-lv.jpg) no-repeat center center/cover;
}
.business_data_transfer_page .about-data-transfer.lv .points .point:nth-of-type(2) .img-point {
  background: url(../images/data-transfer/img-about-vpn-lv.jpg) no-repeat center center/cover;
}
.business_data_transfer_page .about-data-transfer.lv .points .point:nth-of-type(3) .img-point {
  background: url(../images/data-transfer/img-about-dark-viber-lv.jpg) no-repeat center center/cover;
}
.business_data_transfer_page .about-data-transfer.lv .points .point:nth-of-type(4) .img-point {
  background: url(../images/data-transfer/img-about-bgp-lv.png) no-repeat center center/cover;
}
.business_data_transfer_page .about-data-transfer .points .point {
  padding: 157px 0 114px;
}
.business_data_transfer_page .about-data-transfer .points .point:nth-of-type(even) {
  background-color: #F4F7FA;
}
.business_data_transfer_page .about-data-transfer .points .point:nth-of-type(even) .boxed {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}
.business_data_transfer_page .about-data-transfer .points .point:nth-of-type(even) .content-point .selection-block {
  background-color: #fff;
}
.business_data_transfer_page .about-data-transfer .points .point:nth-of-type(1) .img-point {
  background: url(../images/data-transfer/img-about-vlan.jpg) no-repeat center center/cover;
  height: 801px;
}
.business_data_transfer_page .about-data-transfer .points .point:nth-of-type(2) .img-point {
  background: url(../images/data-transfer/img-about-vpn.jpg) no-repeat center center/cover;
  height: 723px;
}
.business_data_transfer_page .about-data-transfer .points .point:nth-of-type(3) .img-point {
  background: url(../images/data-transfer/img-about-dark-viber.jpg) no-repeat center center/cover;
  height: 736px;
}
.business_data_transfer_page .about-data-transfer .points .point:nth-of-type(4) .img-point {
  background: url(../images/data-transfer/img-about-bgp.jpg) no-repeat center center/cover;
  height: 827px;
}
.business_data_transfer_page .about-data-transfer .points .point .boxed {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}
.business_data_transfer_page .about-data-transfer .points .point .content-point {
  width: 570px;
}
.business_data_transfer_page .about-data-transfer .points .point .content-point .title-point {
  font-size: 34px;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 30px;
}
.business_data_transfer_page .about-data-transfer .points .point .content-point .text-point {
  margin-bottom: 30px;
}
.business_data_transfer_page .about-data-transfer .points .point .content-point .text {
  font-size: 18px;
  line-height: 26px;
}
.business_data_transfer_page .about-data-transfer .points .point .content-point .title-inner {
  font-size: 26px;
  line-height: 40px;
  margin-bottom: 18px;
}
.business_data_transfer_page .about-data-transfer .points .point .content-point .why-need {
  margin-bottom: 30px;
}
.business_data_transfer_page .about-data-transfer .points .point .content-point ul {
  margin-bottom: 50px;
}
.business_data_transfer_page .about-data-transfer .points .point .content-point ul li {
  margin-bottom: 15px;
  padding-left: 32px;
  position: relative;
}
.business_data_transfer_page .about-data-transfer .points .point .content-point ul li:after {
  content: "";
  display: block;
  width: 16px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='12' viewBox='0 0 16 12'%3E%3Cpath d='M14.713,44.48,5.082,53.948l-3.794-3.73L0,51.484l5.082,5L16,45.746Z' transform='translate(0 -44.48)' fill='%2354bee1'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 4px;
}
.business_data_transfer_page .about-data-transfer .points .point .content-point ul li:last-child {
  margin-bottom: 0;
}
.business_data_transfer_page .about-data-transfer .points .point .content-point .selection-block {
  background-color: #F4F7FA;
  border-radius: 8px;
  padding: 28px 36px;
}
.business_data_transfer_page .about-data-transfer .points .point .content-point .selection-block .text-cost {
  color: rgba(30, 30, 30, 0.7);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 32px;
}
.business_data_transfer_page .about-data-transfer .points .point .content-point .selection-block .text-cost b {
  color: rgb(30, 30, 30);
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}
.business_data_transfer_page .about-data-transfer .points .point .content-point .selection-block .button {
  width: 218px;
  height: 46px;
  background-color: #1e1e1e;
  color: #fff;
  font-size: 14px;
}
.business_data_transfer_page .about-data-transfer .points .point .content-point .selection-block .button:hover {
  background-color: #54BEE1;
}
.business_data_transfer_page .about-data-transfer .points .point .img-point {
  width: 640px;
  border-radius: 20px;
}
@media (max-width: 1279px) {
  .business_data_transfer_page .about-data-transfer.lv .points .point:nth-of-type(1) .img-point {
    background: url(../images/data-transfer/img-about-vlan-1024-lv.jpg) no-repeat center center/cover;
  }
  .business_data_transfer_page .about-data-transfer.lv .points .point:nth-of-type(2) .img-point {
    background: url(../images/data-transfer/img-about-vpn-1024-lv.jpg) no-repeat center center/cover;
  }
  .business_data_transfer_page .about-data-transfer.lv .points .point:nth-of-type(3) .img-point {
    background: url(../images/data-transfer/img-about-dark-viber-1024-lv.jpg) no-repeat center center/cover;
  }
  .business_data_transfer_page .about-data-transfer.lv .points .point:nth-of-type(4) .img-point {
    background: url(../images/data-transfer/img-about-bgp-1024-lv.png) no-repeat center center/cover;
  }
  .business_data_transfer_page .about-data-transfer .points .point {
    padding: 100px 0;
  }
  .business_data_transfer_page .about-data-transfer .points .point:nth-of-type(1) .img-point {
    background: url(../images/data-transfer/img-about-vlan-1024.jpg) no-repeat center center/cover;
    height: 801px;
  }
  .business_data_transfer_page .about-data-transfer .points .point:nth-of-type(2) .img-point {
    background: url(../images/data-transfer/img-about-vpn-1024.jpg) no-repeat center center/cover;
    height: 778px;
  }
  .business_data_transfer_page .about-data-transfer .points .point:nth-of-type(3) .img-point {
    background: url(../images/data-transfer/img-about-dark-viber-1024.jpg) no-repeat center center/cover;
    width: 461px;
    height: 736px;
  }
  .business_data_transfer_page .about-data-transfer .points .point:nth-of-type(4) .img-point {
    background: url(../images/data-transfer/img-about-bgp-1024.jpg) no-repeat center center/cover;
    height: 878px;
  }
  .business_data_transfer_page .about-data-transfer .points .point .content-point {
    width: 50%;
  }
  .business_data_transfer_page .about-data-transfer .points .point .img-point {
    width: 460px;
  }
}
@media (max-width: 1023px) {
  .business_data_transfer_page .about-data-transfer.lv .points .point:nth-of-type(1) .img-point {
    background: url(../images/data-transfer/img-about-vlan-768-lv.jpg) no-repeat center center/cover;
  }
  .business_data_transfer_page .about-data-transfer.lv .points .point:nth-of-type(2) .img-point {
    background: url(../images/data-transfer/img-about-vpn-768-lv.jpg) no-repeat center center/cover;
  }
  .business_data_transfer_page .about-data-transfer.lv .points .point:nth-of-type(3) .img-point {
    background: url(../images/data-transfer/img-about-dark-viber-768-lv.jpg) no-repeat center center/cover;
  }
  .business_data_transfer_page .about-data-transfer.lv .points .point:nth-of-type(4) .img-point {
    background: url(../images/data-transfer/img-about-bgp-768-lv.png) no-repeat center center/cover;
  }
  .business_data_transfer_page .about-data-transfer .points .point .boxed {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .business_data_transfer_page .about-data-transfer .points .point:nth-of-type(even) .boxed {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .business_data_transfer_page .about-data-transfer .points .point:nth-of-type(1) .img-point {
    background: url(../images/data-transfer/img-about-vlan-768.jpg) no-repeat center center/cover;
  }
  .business_data_transfer_page .about-data-transfer .points .point:nth-of-type(2) .img-point {
    background: url(../images/data-transfer/img-about-vpn-768.jpg) no-repeat center center/cover;
    height: 723px;
  }
  .business_data_transfer_page .about-data-transfer .points .point:nth-of-type(3) .img-point {
    background: url(../images/data-transfer/img-about-dark-viber-768.jpg) no-repeat center center/cover;
    width: 640px;
  }
  .business_data_transfer_page .about-data-transfer .points .point:nth-of-type(4) .img-point {
    background: url(../images/data-transfer/img-about-bgp-768.jpg) no-repeat center center/cover;
    height: 827px;
  }
  .business_data_transfer_page .about-data-transfer .points .point .boxed {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .business_data_transfer_page .about-data-transfer .points .point .content-point {
    width: 100%;
  }
  .business_data_transfer_page .about-data-transfer .points .point .content-point .selection-block {
    width: 100%;
  }
  .business_data_transfer_page .about-data-transfer .points .point .img-point {
    width: 640px;
    margin-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .business_data_transfer_page .about-data-transfer.lv .points .point:nth-of-type(1) .img-point {
    background: url(../images/data-transfer/img-about-vlan-480-lv.jpg) no-repeat center center/cover;
  }
  .business_data_transfer_page .about-data-transfer.lv .points .point:nth-of-type(2) .img-point {
    background: url(../images/data-transfer/img-about-vpn-480-lv.jpg) no-repeat center center/cover;
  }
  .business_data_transfer_page .about-data-transfer.lv .points .point:nth-of-type(3) .img-point {
    background: url(../images/data-transfer/img-about-dark-viber-480-lv.jpg) no-repeat center center/cover;
  }
  .business_data_transfer_page .about-data-transfer.lv .points .point:nth-of-type(4) .img-point {
    background: url(../images/data-transfer/img-about-bgp-480-lv.png) no-repeat center center/cover;
  }
  .business_data_transfer_page .about-data-transfer .points .point {
    padding: 70px 0;
  }
  .business_data_transfer_page .about-data-transfer .points .point:nth-of-type(1) .img-point {
    background: url(../images/data-transfer/img-about-vlan-480.jpg) no-repeat center center/cover;
  }
  .business_data_transfer_page .about-data-transfer .points .point:nth-of-type(2) .img-point {
    background: url(../images/data-transfer/img-about-vpn-480.jpg) no-repeat center center/cover;
    height: 778px;
  }
  .business_data_transfer_page .about-data-transfer .points .point:nth-of-type(3) .img-point {
    background: url(../images/data-transfer/img-about-dark-viber-480.jpg) no-repeat center center/cover;
    width: 100%;
    height: 719px;
  }
  .business_data_transfer_page .about-data-transfer .points .point:nth-of-type(4) .img-point {
    background: url(../images/data-transfer/img-about-bgp-480.jpg) no-repeat center center/cover;
    height: 878px;
  }
  .business_data_transfer_page .about-data-transfer .points .point .content-point ul {
    margin-bottom: 30px;
  }
  .business_data_transfer_page .about-data-transfer .points .point .content-point .selection-block {
    padding: 28px 20px;
  }
  .business_data_transfer_page .about-data-transfer .points .point .img-point {
    max-width: 450px;
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 479px) {
  .business_data_transfer_page .about-data-transfer.lv .points .point:nth-of-type(1) .img-point {
    background: url(../images/data-transfer/img-about-vlan-375-lv.jpg) no-repeat center center/cover;
  }
  .business_data_transfer_page .about-data-transfer.lv .points .point:nth-of-type(2) .img-point {
    background: url(../images/data-transfer/img-about-vpn-375-lv.jpg) no-repeat center center/cover;
  }
  .business_data_transfer_page .about-data-transfer.lv .points .point:nth-of-type(3) .img-point {
    background: url(../images/data-transfer/img-about-dark-viber-375-lv.jpg) no-repeat center center/cover;
  }
  .business_data_transfer_page .about-data-transfer.lv .points .point:nth-of-type(4) .img-point {
    background: url(../images/data-transfer/img-about-bgp-375-lv.png) no-repeat center center/cover;
  }
  .business_data_transfer_page .about-data-transfer .points .point:nth-of-type(1) .img-point {
    background: url(../images/data-transfer/img-about-vlan-375.jpg) no-repeat center center/cover;
    height: 605px;
  }
  .business_data_transfer_page .about-data-transfer .points .point:nth-of-type(2) .img-point {
    background: url(../images/data-transfer/img-about-vpn-375.jpg) no-repeat center center/cover;
    height: 588px;
  }
  .business_data_transfer_page .about-data-transfer .points .point:nth-of-type(3) .img-point {
    background: url(../images/data-transfer/img-about-dark-viber-375.jpg) no-repeat center center/cover;
    height: 544px;
  }
  .business_data_transfer_page .about-data-transfer .points .point:nth-of-type(4) .img-point {
    background: url(../images/data-transfer/img-about-bgp-375.jpg) no-repeat center center/cover;
    height: 664px;
  }
  .business_data_transfer_page .about-data-transfer .points .point .content-point .title-point {
    font-size: 30px;
    line-height: 36px;
  }
  .business_data_transfer_page .about-data-transfer .points .point .content-point .title-inner {
    font-size: 22px;
    line-height: 36px;
  }
  .business_data_transfer_page .about-data-transfer .points .point .content-point .selection-block {
    padding: 20px 10px;
  }
  .business_data_transfer_page .about-data-transfer .points .point .content-point .selection-block .text-cost {
    margin-right: 20px;
  }
  .business_data_transfer_page .about-data-transfer .points .point .content-point .selection-block .text-cost b {
    font-size: 18px;
  }
  .business_data_transfer_page .about-data-transfer .points .point .content-point .selection-block .btn {
    padding: 0 10px;
  }
  .business_data_transfer_page .about-data-transfer .points .point .img-point {
    max-width: 340px;
    width: 100% !important;
  }
}

.business_cctv_page #first_screen {
  font-weight: 400;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url("../images/busines-page/bg-first-screen-desktop.jpg");
}
.business_cctv_page #first_screen .content {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 105px;
  padding-bottom: 130px;
}
.business_cctv_page #first_screen .content:after {
  content: "";
  display: block;
  width: 611px;
  height: 463px;
  background-image: url("../images/business-cctv/img-bg-first-screen-right.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  right: -40px;
  top: 47%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
.business_cctv_page #first_screen .content .title {
  width: 610px;
  position: relative;
  z-index: 10;
}
.business_cctv_page #first_screen .content h1 {
  width: 100%;
  font-size: 58px;
  font-weight: 500;
  line-height: 67px;
  text-align: left;
  margin-bottom: 45px;
}
.business_cctv_page #first_screen .content .points {
  margin-bottom: 40px;
}
.business_cctv_page #first_screen .content .points .point {
  font-size: 22px;
  line-height: 32px;
  position: relative;
  padding-left: 36px;
  margin-bottom: 15px;
}
.business_cctv_page #first_screen .content .points .point:before {
  display: block;
  position: absolute;
  content: "";
  left: 0;
  top: 4px;
  width: 23px;
  height: 17px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25.723' height='19.623' viewBox='0 0 25.723 19.623'%3E%3Cpath d='M23.653,44.48,8.17,59.963l-6.1-6.1L0,55.933,8.17,64.1,25.723,46.55Z' transform='translate(0 -44.48)' fill='%2354bee1'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.business_cctv_page #first_screen .content .btn {
  width: 265px;
  height: 64px;
  background-color: #fff;
  color: #1e1e1e;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.business_cctv_page #first_screen .content .btn:hover {
  background-color: #54BEE1;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1279px) {
  .business_cctv_page #first_screen {
    background-image: url(../images/business-cctv/bg-first-screen-tablet.png);
    padding-top: 0;
  }
  .business_cctv_page #first_screen .content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .business_cctv_page #first_screen .content:after {
    display: none;
  }
  .business_cctv_page #first_screen .content .title {
    width: 580px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .business_cctv_page #first_screen .content h1 {
    text-align: center;
  }
}
@media (max-width: 1023px) {
  .business_cctv_page #first_screen .content {
    padding-top: 65px;
    padding-bottom: 110px;
  }
  .business_cctv_page #first_screen .content .points {
    margin-bottom: 77px;
  }
  .business_cctv_page #first_screen .content .points .point {
    font-size: 1.25em;
    margin-bottom: 14px;
  }
}
@media (max-width: 767px) {
  .business_cctv_page #first_screen {
    background-image: url(../images/business-cctv/bg-first-screen-mobile.jpg);
  }
  .business_cctv_page #first_screen .content {
    padding-top: 130px;
    padding-bottom: 130px;
  }
  .business_cctv_page #first_screen .content .title {
    width: 100%;
  }
  .business_cctv_page #first_screen .content h1 {
    font-size: 42px;
    line-height: 49px;
    margin-bottom: 35px;
  }
  .business_cctv_page #first_screen .content .points {
    margin-bottom: 45px;
  }
  .business_cctv_page #first_screen .content .points .point {
    font-size: 18px;
    padding-left: 40px;
    margin-bottom: 16px;
  }
  .business_cctv_page #first_screen .content .points .point:before {
    left: 4px;
  }
}
@media (max-width: 479px) {
  .business_cctv_page #first_screen .content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .business_cctv_page #first_screen .content h1 {
    font-size: 32px;
    line-height: 39px;
    margin-bottom: 30px;
  }
  .business_cctv_page #first_screen .content .points {
    margin-bottom: 22px;
  }
  .business_cctv_page #first_screen .content .points .point {
    line-height: 25px;
    padding-left: 35px;
  }
  .business_cctv_page #first_screen .content .sale-circle {
    margin: 0 auto 30px;
  }
  .business_cctv_page #first_screen .content .form-short-quiz {
    padding: 26px 10px 33px;
  }
  .business_cctv_page #first_screen .content .form-short-quiz .header-form {
    margin-bottom: 15px;
  }
  .business_cctv_page #first_screen .content .form-short-quiz .header-form .title-form {
    font-size: 1.125em;
    line-height: 1.222;
  }
  .business_cctv_page #first_screen .content .form-short-quiz .inputs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .business_cctv_page #first_screen .content .form-short-quiz .inputs .input {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 210px;
    margin-bottom: 24px !important;
  }
}
@media (max-width: 374px) {
  .business_cctv_page #first_screen .content h1 {
    font-size: 27px;
    line-height: 39px;
    margin-bottom: 30px;
  }
  .business_cctv_page #first_screen .content .points .point {
    font-size: 16px;
  }
}
@media (max-width: 1279px) {
  .business_cctv_page .our-advantages .points .point:nth-of-type(2) .img-point, .business_cctv_page .our-advantages .points .point:nth-of-type(3) .img-point, .business_cctv_page .our-advantages .points .point:nth-of-type(4) .img-point {
    max-width: 490px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .business_cctv_page .our-advantages .points .point .img-point {
    width: 100%;
    height: auto;
  }
  .business_cctv_page .our-advantages .points .point:nth-of-type(1) .img-point {
    max-width: 100%;
  }
  .business_cctv_page .our-advantages .points .point:nth-of-type(2) .img-point {
    max-width: 562px;
  }
  .business_cctv_page .our-advantages .points .point:nth-of-type(3) .img-point {
    max-width: 568px;
  }
  .business_cctv_page .our-advantages .points .point:nth-of-type(4) .img-point {
    max-width: 584px;
  }
}
.business_cctv_page .cctv-life-easier {
  background-color: #F4F7FA;
  padding-top: 95px;
  padding-bottom: 140px;
}
.business_cctv_page .cctv-life-easier h2 {
  margin-bottom: 60px;
}
.business_cctv_page .cctv-life-easier .points .point {
  width: 50%;
  margin-bottom: 45px;
}
.business_cctv_page .cctv-life-easier .points .point .icon-point {
  width: 89px;
  height: 89px;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 21px;
}
.business_cctv_page .cctv-life-easier .points .point .title-point {
  width: 481px;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 13px;
}
.business_cctv_page .cctv-life-easier .points .point .text-point {
  width: 481px;
}
@media (max-width: 1279px) {
  .business_cctv_page .cctv-life-easier .points .point {
    width: 481px;
  }
  .business_cctv_page .cctv-life-easier .points .point .title-point, .business_cctv_page .cctv-life-easier .points .point .text-point {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .business_cctv_page .cctv-life-easier {
    padding-top: 90px;
    padding-bottom: 40px;
  }
  .business_cctv_page .cctv-life-easier .points .point {
    width: 50%;
  }
  .business_cctv_page .cctv-life-easier .points .point:nth-of-type(odd) .title-point, .business_cctv_page .cctv-life-easier .points .point:nth-of-type(odd) .text-point {
    width: 340px;
  }
}
@media (max-width: 767px) {
  .business_cctv_page .cctv-life-easier {
    padding-top: 100px;
    padding-bottom: 55px;
  }
  .business_cctv_page .cctv-life-easier .points {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .business_cctv_page .cctv-life-easier .points .point {
    width: 100%;
  }
  .business_cctv_page .cctv-life-easier .points .point:nth-of-type(odd) .title-point, .business_cctv_page .cctv-life-easier .points .point:nth-of-type(odd) .text-point {
    width: 100%;
  }
  .business_cctv_page .cctv-life-easier .points .point .title-point {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 479px) {
  .business_cctv_page .cctv-life-easier {
    padding-top: 50px;
    padding-bottom: 25px;
  }
}
.business_cctv_page .pricing-block {
  padding: 85px 0;
}
.business_cctv_page .pricing-block h2 {
  margin-bottom: 54px;
}
.business_cctv_page .pricing-block .points .point {
  max-width: 1070px;
  background-color: #F5F7FA;
  border: 1px solid #E1E1E1;
  border-radius: 8px;
  margin-bottom: 30px;
  padding: 45px 56px;
}
.business_cctv_page .pricing-block .points .point.connecting-configuring-cameras .select-block .cost-block .text-cost {
  margin-right: 14px;
}
.business_cctv_page .pricing-block .points .point.video-surveillance-service .select-block .cost-block .text-cost {
  margin-left: 7px;
}
.business_cctv_page .pricing-block .points .point.cloud-storage {
  padding: 0 0 0 56px;
}
.business_cctv_page .pricing-block .points .point.cloud-storage .content-point {
  width: 440px;
  padding: 26px 0;
}
.business_cctv_page .pricing-block .points .point.cloud-storage .content-point .text {
  width: 100%;
}
.business_cctv_page .pricing-block .points .point.cloud-storage .tariffs {
  width: 50%;
  border-left: 1px solid #EBEBEB;
  padding: 26px 0;
}
.business_cctv_page .pricing-block .points .point.cloud-storage .tariffs .single-tariff {
  border-bottom: 1px solid #EBEBEB;
  padding: 24px 18px 24px 55px;
}
.business_cctv_page .pricing-block .points .point.cloud-storage .tariffs .single-tariff:first-child {
  padding: 0 18px 24px 55px;
}
.business_cctv_page .pricing-block .points .point.cloud-storage .tariffs .single-tariff:last-child {
  border-bottom: 0;
  padding: 24px 18px 0 55px;
}
.business_cctv_page .pricing-block .points .point .tablet-title {
  display: none;
}
.business_cctv_page .pricing-block .points .point .title, .business_cctv_page .pricing-block .points .point .tablet-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 24px;
}
.business_cctv_page .pricing-block .points .point .title span, .business_cctv_page .pricing-block .points .point .tablet-title span {
  display: block;
  color: #9D9D9D;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.business_cctv_page .pricing-block .points .point .content-point {
  width: 615px;
}
.business_cctv_page .pricing-block .points .point .content-point .text {
  width: 545px;
}
.business_cctv_page .pricing-block .points .point .select-block .cost-block {
  margin-bottom: 20px;
}
.business_cctv_page .pricing-block .points .point .select-block .cost-block .text-cost .top {
  font-size: 25px;
}
.business_cctv_page .pricing-block .points .point .select-block .cost-block .price {
  font-size: 62px;
  font-weight: 500;
}
.business_cctv_page .pricing-block .points .point .select-block .cost-block .price span {
  font-size: 27px;
  font-weight: 400;
}
.business_cctv_page .pricing-block .points .point .select-block .btn {
  width: 204px;
  height: 58px;
  background-color: #F5F7FA;
  border: 2px solid #1e1e1e;
  border-radius: 48px;
  color: #1e1e1e;
  line-height: 42px;
  padding: 0;
}
.business_cctv_page .pricing-block .points .point .select-block .btn:hover {
  background-color: #1e1e1e;
  color: #fff;
}
@media (max-width: 1279px) {
  .business_cctv_page .pricing-block {
    padding: 85px 0 70px;
  }
  .business_cctv_page .pricing-block .points .point.cloud-storage .tariffs .single-tariff {
    padding: 24px 18px 24px 25px;
  }
  .business_cctv_page .pricing-block .points .point.cloud-storage .tariffs .single-tariff:first-child {
    padding: 0 18px 24px 25px;
  }
  .business_cctv_page .pricing-block .points .point.cloud-storage .tariffs .single-tariff:last-child {
    padding: 24px 18px 0 25px;
  }
}
@media (max-width: 1023px) {
  .business_cctv_page .pricing-block .points .point {
    padding: 40px 28px;
  }
  .business_cctv_page .pricing-block .points .point.connecting-configuring-cameras, .business_cctv_page .pricing-block .points .point.video-surveillance-service {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .business_cctv_page .pricing-block .points .point.connecting-configuring-cameras .tablet-title, .business_cctv_page .pricing-block .points .point.video-surveillance-service .tablet-title {
    display: block;
  }
  .business_cctv_page .pricing-block .points .point.connecting-configuring-cameras .title, .business_cctv_page .pricing-block .points .point.video-surveillance-service .title {
    display: none;
  }
  .business_cctv_page .pricing-block .points .point.connecting-configuring-cameras .content-point, .business_cctv_page .pricing-block .points .point.video-surveillance-service .content-point {
    width: 390px;
  }
  .business_cctv_page .pricing-block .points .point.connecting-configuring-cameras .content-point .text, .business_cctv_page .pricing-block .points .point.video-surveillance-service .content-point .text {
    width: 100%;
  }
  .business_cctv_page .pricing-block .points .point.cloud-storage {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0;
  }
  .business_cctv_page .pricing-block .points .point.cloud-storage .content-point {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 40px 0 26px;
  }
  .business_cctv_page .pricing-block .points .point.cloud-storage .content-point .title {
    width: 100%;
    text-align: center;
  }
  .business_cctv_page .pricing-block .points .point.cloud-storage .content-point .text {
    width: 555px;
    text-align: center;
  }
  .business_cctv_page .pricing-block .points .point.cloud-storage .tariffs {
    width: 100%;
    border-left: 0;
  }
  .business_cctv_page .pricing-block .points .point.cloud-storage .tariffs .single-tariff {
    padding: 24px 40px 24px 40px;
  }
  .business_cctv_page .pricing-block .points .point.cloud-storage .tariffs .single-tariff:first-child {
    padding: 0 40px 24px 40px;
  }
  .business_cctv_page .pricing-block .points .point.cloud-storage .tariffs .single-tariff:last-child {
    padding: 24px 40px 0 40px;
  }
}
@media (max-width: 767px) {
  .business_cctv_page .pricing-block .points .point.connecting-configuring-cameras, .business_cctv_page .pricing-block .points .point.video-surveillance-service {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .business_cctv_page .pricing-block .points .point.connecting-configuring-cameras .tablet-title, .business_cctv_page .pricing-block .points .point.video-surveillance-service .tablet-title {
    display: none;
  }
  .business_cctv_page .pricing-block .points .point.connecting-configuring-cameras .title, .business_cctv_page .pricing-block .points .point.video-surveillance-service .title {
    width: 100%;
    display: block;
    text-align: center;
  }
  .business_cctv_page .pricing-block .points .point.connecting-configuring-cameras .content-point, .business_cctv_page .pricing-block .points .point.video-surveillance-service .content-point {
    width: 100%;
    margin-bottom: 34px;
  }
  .business_cctv_page .pricing-block .points .point.connecting-configuring-cameras .content-point .text, .business_cctv_page .pricing-block .points .point.video-surveillance-service .content-point .text {
    width: 100%;
    text-align: center;
  }
  .business_cctv_page .pricing-block .points .point.cloud-storage .content-point .text {
    width: 100%;
    padding: 0 20px;
  }
  .business_cctv_page .pricing-block .points .point.cloud-storage .tariffs .single-tariff {
    padding: 24px 20px 24px 20px;
  }
  .business_cctv_page .pricing-block .points .point.cloud-storage .tariffs .single-tariff:first-child {
    padding: 0 20px 24px 20px;
  }
  .business_cctv_page .pricing-block .points .point.cloud-storage .tariffs .single-tariff:last-child {
    padding: 24px 20px 0 20px;
  }
}
@media (max-width: 479px) {
  .business_cctv_page .pricing-block {
    padding: 50px 0 30px;
  }
  .business_cctv_page .pricing-block .points .point {
    padding: 40px 20px;
  }
  .business_cctv_page .pricing-block .points .point.cloud-storage .tariffs .single-tariff {
    font-size: 14px;
    padding: 15px;
  }
  .business_cctv_page .pricing-block .points .point.cloud-storage .tariffs .single-tariff:first-child {
    padding: 0 15px 15px 15px;
  }
  .business_cctv_page .pricing-block .points .point.cloud-storage .tariffs .single-tariff:last-child {
    padding: 15px 15px 0 15px;
  }
  .business_cctv_page .pricing-block .points .point .title {
    font-size: 30px;
  }
}

.business_data_center_page #first_screen {
  font-weight: 400;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url("../images/busines-page/bg-first-screen-desktop.jpg");
}
.business_data_center_page #first_screen .content {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 105px;
  padding-bottom: 130px;
}
.business_data_center_page #first_screen .content:after {
  content: "";
  display: block;
  width: 702px;
  height: 566px;
  background-image: url("../images/data-center/img-bg-first-screen-right.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  right: -40px;
  top: 47%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
.business_data_center_page #first_screen .content .title {
  width: 610px;
  position: relative;
  z-index: 10;
}
.business_data_center_page #first_screen .content h1 {
  width: 100%;
  font-size: 58px;
  font-weight: 500;
  line-height: 67px;
  text-align: left;
  margin-bottom: 45px;
}
.business_data_center_page #first_screen .content .points {
  margin-bottom: 40px;
}
.business_data_center_page #first_screen .content .points .point {
  font-size: 22px;
  line-height: 23px;
  position: relative;
  padding-left: 36px;
  margin-bottom: 15px;
}
.business_data_center_page #first_screen .content .points .point:before {
  display: block;
  position: absolute;
  content: "";
  left: 0;
  top: 4px;
  width: 23px;
  height: 17px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25.723' height='19.623' viewBox='0 0 25.723 19.623'%3E%3Cpath d='M23.653,44.48,8.17,59.963l-6.1-6.1L0,55.933,8.17,64.1,25.723,46.55Z' transform='translate(0 -44.48)' fill='%2354bee1'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.business_data_center_page #first_screen .content .btn {
  width: 265px;
  height: 64px;
  background-color: #fff;
  color: #1e1e1e;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.business_data_center_page #first_screen .content .btn:hover {
  background-color: #54BEE1;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1279px) {
  .business_data_center_page #first_screen .content:after {
    right: -230px;
  }
}
@media (max-width: 1023px) {
  .business_data_center_page #first_screen {
    background-image: url(../images/data-center/bg-first-screen-tablet.png);
    padding-top: 0;
  }
  .business_data_center_page #first_screen .content {
    padding-top: 65px;
    padding-bottom: 110px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .business_data_center_page #first_screen .content:after {
    display: none;
  }
  .business_data_center_page #first_screen .content .title {
    width: 580px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .business_data_center_page #first_screen .content h1 {
    text-align: center;
  }
  .business_data_center_page #first_screen .content .points {
    margin-bottom: 77px;
  }
  .business_data_center_page #first_screen .content .points .point {
    font-size: 1.25em;
    margin-bottom: 14px;
  }
}
@media (max-width: 767px) {
  .business_data_center_page #first_screen {
    background-image: url(../images/data-center/bg-first-screen-mobile.jpg);
  }
  .business_data_center_page #first_screen .content {
    padding-top: 130px;
    padding-bottom: 130px;
  }
  .business_data_center_page #first_screen .content .title {
    width: 100%;
  }
  .business_data_center_page #first_screen .content h1 {
    font-size: 42px;
    line-height: 49px;
    margin-bottom: 35px;
  }
  .business_data_center_page #first_screen .content .points {
    margin-bottom: 45px;
  }
  .business_data_center_page #first_screen .content .points .point {
    font-size: 18px;
    padding-left: 40px;
    margin-bottom: 16px;
  }
  .business_data_center_page #first_screen .content .points .point:before {
    left: 4px;
  }
}
@media (max-width: 479px) {
  .business_data_center_page #first_screen .content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .business_data_center_page #first_screen .content h1 {
    font-size: 32px;
    line-height: 39px;
    margin-bottom: 30px;
  }
  .business_data_center_page #first_screen .content .points {
    margin-bottom: 22px;
  }
  .business_data_center_page #first_screen .content .points .point {
    line-height: 25px;
    padding-left: 35px;
  }
  .business_data_center_page #first_screen .content .sale-circle {
    margin: 0 auto 30px;
  }
  .business_data_center_page #first_screen .content .form-short-quiz {
    padding: 26px 10px 33px;
  }
  .business_data_center_page #first_screen .content .form-short-quiz .header-form {
    margin-bottom: 15px;
  }
  .business_data_center_page #first_screen .content .form-short-quiz .header-form .title-form {
    font-size: 1.125em;
    line-height: 1.222;
  }
  .business_data_center_page #first_screen .content .form-short-quiz .inputs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .business_data_center_page #first_screen .content .form-short-quiz .inputs .input {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 210px;
    margin-bottom: 24px !important;
  }
}
@media (max-width: 374px) {
  .business_data_center_page #first_screen .content h1 {
    font-size: 27px;
    line-height: 39px;
    margin-bottom: 30px;
  }
  .business_data_center_page #first_screen .content .points .point {
    font-size: 16px;
  }
}
.business_data_center_page .pricing-block {
  padding-top: 74px;
  padding-bottom: 114px;
}
.business_data_center_page .pricing-block .tabs-tariffs .tabs-caption {
  max-width: 730px;
  background-color: #F5F7FA;
  border-radius: 100px;
  margin: 0 auto 44px;
  padding: 6px !important;
  position: relative;
  /*&:after {
    content: '';
    display: table;
    clear: both;
  }*/
}
.business_data_center_page .pricing-block .tabs-tariffs .tabs-caption li {
  border-radius: 31px;
  min-height: 62px;
  padding: 9px 45px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.business_data_center_page .pricing-block .tabs-tariffs .tabs-caption li:hover:not(.active) {
  cursor: pointer;
}
.business_data_center_page .pricing-block .tabs-tariffs .tabs-caption li.active {
  background-color: #fff;
}
.business_data_center_page .pricing-block .tabs-tariffs .tabs-caption li .tab-item-cover {
  display: none;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
}
.business_data_center_page .pricing-block .tabs-tariffs .tabs-caption .mob-cover {
  display: none;
  border-radius: 100px;
  position: absolute;
  width: 100%;
  min-height: 62px;
  top: 0;
  left: 0;
  z-index: 100;
}
.business_data_center_page .pricing-block .tabs-tariffs .tabs-caption svg {
  display: none;
}
.business_data_center_page .pricing-block .tabs-tariffs .subtitle-tabs {
  max-width: 590px;
  font-size: 18px;
  line-height: 30px;
  margin: 0 auto 50px;
}
.business_data_center_page .pricing-block .tabs-tariffs .tabs-content {
  display: none;
  position: relative;
}
.business_data_center_page .pricing-block .tabs-tariffs .tabs-content.active {
  display: block;
}
.business_data_center_page .pricing-block .tabs-tariffs .tabs-content.u-server {
  padding: 0 55px;
}
.business_data_center_page .pricing-block .tabs-tariffs .tabs-content.u-server .tariffs-list {
  margin-bottom: 30px;
}
.business_data_center_page .pricing-block .tabs-tariffs .tabs-content.u-server .tariffs-list .mobile-single-tariff {
  width: 371px;
  background-color: #F5F7FA;
  border: 1px solid #EBEBEB;
  border-radius: 8px;
  padding: 28px 0 35px;
}
.business_data_center_page .pricing-block .tabs-tariffs .tabs-content.u-server .tariffs-list .mobile-single-tariff:nth-of-type(1) .img-plan {
  background: url(../images/data-center/img-u1.png) no-repeat center center/cover;
}
.business_data_center_page .pricing-block .tabs-tariffs .tabs-content.u-server .tariffs-list .mobile-single-tariff:nth-of-type(2) .img-plan {
  background: url(../images/data-center/img-u2.png) no-repeat center center/cover;
}
.business_data_center_page .pricing-block .tabs-tariffs .tabs-content.u-server .tariffs-list .mobile-single-tariff:nth-of-type(3) .img-plan {
  background: url(../images/data-center/img-u4.png) no-repeat center center/cover;
}
.business_data_center_page .pricing-block .tabs-tariffs .tabs-content.u-server .tariffs-list .mobile-single-tariff .title-plan {
  font-size: 32px;
  font-weight: 500;
  line-height: 67px;
}
.business_data_center_page .pricing-block .tabs-tariffs .tabs-content.u-server .tariffs-list .mobile-single-tariff .img-plan {
  width: 212px;
  height: 128px;
}
.business_data_center_page .pricing-block .tabs-tariffs .tabs-content.u-server .tariffs-list .mobile-single-tariff .mobile-price {
  display: block;
}
.business_data_center_page .pricing-block .tabs-tariffs .tabs-content.u-server .tariffs-list .mobile-single-tariff .mobile-specifications-plan {
  padding: 0 40px;
}
.business_data_center_page .pricing-block .tabs-tariffs .tabs-content.u-server .tariffs-list .mobile-single-tariff .button {
  background-color: #F5F7FA;
  margin: auto;
}
.business_data_center_page .pricing-block .tabs-tariffs .tabs-content.u-server .tariffs-list .mobile-single-tariff .button:hover {
  background-color: #1e1e1e;
}
.business_data_center_page .pricing-block .tabs-tariffs .tabs-content.u-server .quote-block {
  position: relative;
  bottom: auto;
  left: auto;
  margin: auto;
}
.business_data_center_page .pricing-block .tabs-tariffs .tabs-content .specifications-list {
  width: 360px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #F5F7FA;
  border: 1px solid #EBEBEB;
  border-radius: 8px 0 0 8px;
  margin-top: 67px;
}
.business_data_center_page .pricing-block .tabs-tariffs .tabs-content .specifications-list .single-item {
  height: 57px;
  padding: 15px 40px;
  border-bottom: 1px solid #EBEBEB;
}
.business_data_center_page .pricing-block .tabs-tariffs .tabs-content .specifications-list .single-item.price-item {
  font-weight: 500;
}
.business_data_center_page .pricing-block .tabs-tariffs .tabs-content .specifications-list .single-item:last-child {
  border-bottom: 0;
}
.business_data_center_page .pricing-block .tabs-tariffs .tabs-content .tariffs-list .single-tariff {
  width: 230px;
}
.business_data_center_page .pricing-block .tabs-tariffs .tabs-content .tariffs-list .single-tariff:last-child .specifications-plan {
  border-right: 1px solid #EBEBEB;
  border-radius: 0 8px 8px 0;
  overflow: hidden;
}
.business_data_center_page .pricing-block .tabs-tariffs .tabs-content .tariffs-list .single-tariff .title-plan {
  font-size: 32px;
  font-weight: 500;
  line-height: 67px;
}
.business_data_center_page .pricing-block .tabs-tariffs .tabs-content .tariffs-list .single-tariff .specifications-plan .single-specification {
  border-bottom: 1px solid #EBEBEB;
  height: 57px;
}
.business_data_center_page .pricing-block .tabs-tariffs .tabs-content .tariffs-list .single-tariff .specifications-plan .single-specification:first-child {
  border-top: 1px solid #EBEBEB;
}
.business_data_center_page .pricing-block .tabs-tariffs .tabs-content .tariffs-list .single-tariff .specifications-plan .single-specification.price-specification {
  font-size: 24px;
  font-weight: 500;
}
.business_data_center_page .pricing-block .tabs-tariffs .tabs-content .tariffs-list .single-tariff .specifications-list-mobile {
  display: none;
  padding: 0 40px;
}
.business_data_center_page .pricing-block .tabs-tariffs .tabs-content .tariffs-list .single-tariff .specifications-list-mobile .single-specification {
  line-height: 24px;
  margin-bottom: 15px;
  padding-left: 30px;
  position: relative;
}
.business_data_center_page .pricing-block .tabs-tariffs .tabs-content .tariffs-list .single-tariff .specifications-list-mobile .single-specification svg {
  position: absolute;
  left: 0;
  top: 4px;
}
.business_data_center_page .pricing-block .tabs-tariffs .tabs-content .tariffs-list .mobile-specifications-plan .single-specification {
  line-height: 24px;
  margin-bottom: 15px;
  padding-left: 30px;
  position: relative;
}
.business_data_center_page .pricing-block .tabs-tariffs .tabs-content .tariffs-list .mobile-specifications-plan .single-specification:before {
  display: block;
  position: absolute;
  content: "";
  left: 0;
  top: 4px;
  width: 16px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25.723' height='19.623' viewBox='0 0 25.723 19.623'%3E%3Cpath d='M23.653,44.48,8.17,59.963l-6.1-6.1L0,55.933,8.17,64.1,25.723,46.55Z' transform='translate(0 -44.48)' fill='%2354bee1'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.business_data_center_page .pricing-block .tabs-tariffs .tabs-content .tariffs-list .button {
  width: 172px;
  height: 58px;
  background-color: #fff;
  border: 2px solid #1e1e1e;
  border-radius: 48px;
  color: #1e1e1e;
  line-height: 42px;
  margin: 30px auto;
  padding: 0;
}
.business_data_center_page .pricing-block .tabs-tariffs .tabs-content .tariffs-list .button:hover {
  background-color: #1e1e1e;
  color: #fff;
}
.business_data_center_page .pricing-block .tabs-tariffs .tabs-content .tariffs-list .mobile-price {
  display: none;
  font-size: 50px;
  font-weight: 500;
  line-height: 66px;
  border-bottom: 1px solid #CFCFCF;
  padding-bottom: 25px;
  margin-bottom: 34px;
}
.business_data_center_page .pricing-block .tabs-tariffs .tabs-content .tariffs-list .mobile-price span {
  font-size: 21px;
  font-weight: 400;
  line-height: 32px;
  margin-left: 8px;
}
.business_data_center_page .pricing-block .tabs-tariffs .tabs-content .tariffs-list .title-included-cost {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 30px;
}
.business_data_center_page .pricing-block .tabs-tariffs .tabs-content .quote-block {
  color: #B5B5B5;
  position: absolute;
  left: 40px;
  bottom: 47px;
}
@media (max-width: 1279px) {
  .business_data_center_page .pricing-block .tabs-tariffs .tabs-content.u-server {
    padding: 0;
  }
  .business_data_center_page .pricing-block .tabs-tariffs .tabs-content.u-server .tariffs-list .mobile-single-tariff {
    width: 320px;
  }
  .business_data_center_page .pricing-block .tabs-tariffs .tabs-content.u-server .tariffs-list .mobile-single-tariff .mobile-specifications-plan {
    padding: 0 20px;
  }
  .business_data_center_page .pricing-block .tabs-tariffs .tabs-content .specifications-list {
    width: 260px;
  }
  .business_data_center_page .pricing-block .tabs-tariffs .tabs-content .specifications-list .single-item {
    padding: 15px 17px;
  }
  .business_data_center_page .pricing-block .tabs-tariffs .tabs-content .tariffs-list .single-tariff {
    width: 180px;
  }
  .business_data_center_page .pricing-block .tabs-tariffs .tabs-content .quote-block {
    left: 0;
  }
}
@media (max-width: 1023px) {
  .business_data_center_page .pricing-block .tabs-tariffs .tabs-content.u-server .tariffs-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .business_data_center_page .pricing-block .tabs-tariffs .tabs-content.u-server .tariffs-list .mobile-single-tariff {
    max-width: 350px;
    width: 100%;
    margin-bottom: 25px;
  }
  .business_data_center_page .pricing-block .tabs-tariffs .tabs-content.u-server .tariffs-list .mobile-single-tariff:last-child {
    margin-bottom: 0;
  }
  .business_data_center_page .pricing-block .tabs-tariffs .tabs-content.u-server .tariffs-list .mobile-single-tariff .mobile-specifications-plan {
    padding: 0 40px;
  }
  .business_data_center_page .pricing-block .tabs-tariffs .tabs-content .wrap-tab {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .business_data_center_page .pricing-block .tabs-tariffs .tabs-content .specifications-list {
    display: none;
  }
  .business_data_center_page .pricing-block .tabs-tariffs .tabs-content .tariffs-list {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .business_data_center_page .pricing-block .tabs-tariffs .tabs-content .tariffs-list .single-tariff {
    max-width: 350px;
    width: 100%;
    background-color: #F5F7FA;
    border: 1px solid #EBEBEB;
    border-radius: 8px;
    margin-bottom: 25px;
    padding: 40px 0;
  }
  .business_data_center_page .pricing-block .tabs-tariffs .tabs-content .tariffs-list .single-tariff:last-child {
    margin-bottom: 20px;
  }
  .business_data_center_page .pricing-block .tabs-tariffs .tabs-content .tariffs-list .single-tariff .mobile-price {
    display: block;
  }
  .business_data_center_page .pricing-block .tabs-tariffs .tabs-content .tariffs-list .single-tariff .specifications-plan {
    display: none;
  }
  .business_data_center_page .pricing-block .tabs-tariffs .tabs-content .tariffs-list .single-tariff .specifications-list-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .business_data_center_page .pricing-block .tabs-tariffs .tabs-content .tariffs-list .single-tariff .specifications-list-mobile .single-specification {
    width: 260px;
  }
  .business_data_center_page .pricing-block .tabs-tariffs .tabs-content .tariffs-list .button {
    background-color: #F5F7FA;
    margin: 30px auto 0;
  }
  .business_data_center_page .pricing-block .tabs-tariffs .tabs-content .quote-block {
    position: relative;
    bottom: auto;
    left: auto;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .business_data_center_page .pricing-block {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .business_data_center_page .pricing-block .tabs-tariffs {
    position: relative;
    padding-top: 95px;
  }
  .business_data_center_page .pricing-block .tabs-tariffs .tabs-caption {
    border-radius: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 62px;
    z-index: 1;
  }
  .business_data_center_page .pricing-block .tabs-tariffs .tabs-caption.active {
    height: auto;
    padding: 62px 0 20px !important;
  }
  .business_data_center_page .pricing-block .tabs-tariffs .tabs-caption.active li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .business_data_center_page .pricing-block .tabs-tariffs .tabs-caption.active svg {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .business_data_center_page .pricing-block .tabs-tariffs .tabs-caption li {
    width: 100%;
    display: none;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0 40px;
    min-height: 45px;
    position: relative;
    z-index: 19;
  }
  .business_data_center_page .pricing-block .tabs-tariffs .tabs-caption li.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: transparent;
    min-height: 62px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    width: 100%;
  }
  .business_data_center_page .pricing-block .tabs-tariffs .tabs-caption li.active .tab-item-cover {
    display: none;
  }
  .business_data_center_page .pricing-block .tabs-tariffs .tabs-caption li .tab-item-cover {
    display: block;
  }
  .business_data_center_page .pricing-block .tabs-tariffs .tabs-caption .mob-cover {
    display: block;
  }
  .business_data_center_page .pricing-block .tabs-tariffs .tabs-caption svg {
    display: block;
    position: absolute;
    top: 27px;
    right: 40px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .business_data_center_page .pricing-block .tabs-tariffs .subtitle-tabs {
    font-size: 16px;
    line-height: 26px;
  }
  .business_data_center_page .pricing-block .tabs-tariffs .tabs-content.u-server .tariffs-list {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .business_data_center_page .pricing-block .tabs-tariffs .tabs-content.u-server .tariffs-list .mobile-single-tariff {
    max-width: 430px;
    margin-bottom: 20px;
  }
  .business_data_center_page .pricing-block .tabs-tariffs .tabs-content.u-server .tariffs-list .mobile-single-tariff .mobile-specifications-plan {
    padding: 0 30px;
  }
  .business_data_center_page .pricing-block .tabs-tariffs .tabs-content .tariffs-list {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .business_data_center_page .pricing-block .tabs-tariffs .tabs-content .tariffs-list .single-tariff {
    max-width: 430px;
    margin-bottom: 20px;
    padding: 35px 0;
  }
  .business_data_center_page .pricing-block .tabs-tariffs .tabs-content .tariffs-list .single-tariff .specifications-list-mobile {
    padding: 0 30px;
  }
}
.business_data_center_page .our-advantages .points .point:nth-of-type(1) .content-point .text-point {
  width: 555px;
}
@media (max-width: 1279px) {
  .business_data_center_page .our-advantages .points .point:nth-of-type(1) .content-point .text-point {
    width: 100%;
  }
  .business_data_center_page .our-advantages .points .point .img-point {
    max-width: 420px;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .business_data_center_page .our-advantages .points .point .img-point {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
}
.business_data_center_page .system-gdpr {
  background-color: #F4F7FA;
  padding-bottom: 60px;
  position: relative;
}
.business_data_center_page .system-gdpr:before {
  content: "";
  display: block;
  width: 100%;
  height: 70px;
  background-color: #f5f7fa;
  position: absolute;
  left: 0;
  bottom: -70px;
}
.business_data_center_page .system-gdpr .container {
  padding-top: 95px;
  position: relative;
}
.business_data_center_page .system-gdpr .container:before {
  content: "";
  display: block;
  width: 172px;
  height: 172px;
  background-color: #f5f7fa;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: -86px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
.business_data_center_page .system-gdpr .container:after {
  content: "";
  display: block;
  width: 128px;
  height: 128px;
  background: url(../images/data-center/logo-system-gdpr.png) no-repeat center center/cover;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: -64px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3;
}
.business_data_center_page .system-gdpr h2 {
  margin-bottom: 60px;
}
.business_data_center_page .system-gdpr .points .point {
  width: 50%;
  margin-bottom: 45px;
}
.business_data_center_page .system-gdpr .points .point .icon-point {
  width: 89px;
  height: 89px;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 21px;
}
.business_data_center_page .system-gdpr .points .point .title-point {
  width: 481px;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 13px;
}
.business_data_center_page .system-gdpr .points .point .text-point {
  width: 481px;
}
@media (max-width: 1279px) {
  .business_data_center_page .system-gdpr .points .point {
    width: 481px;
  }
  .business_data_center_page .system-gdpr .points .point .title-point, .business_data_center_page .system-gdpr .points .point .text-point {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .business_data_center_page .system-gdpr .points .point {
    width: 50%;
  }
  .business_data_center_page .system-gdpr .points .point:nth-of-type(odd) .title-point, .business_data_center_page .system-gdpr .points .point:nth-of-type(odd) .text-point {
    width: 340px;
  }
}
@media (max-width: 767px) {
  .business_data_center_page .system-gdpr {
    margin-top: 60px;
    padding-top: 0;
    padding-bottom: 55px;
  }
  .business_data_center_page .system-gdpr .points .point {
    width: 100%;
  }
  .business_data_center_page .system-gdpr .points .point:nth-of-type(odd) .title-point, .business_data_center_page .system-gdpr .points .point:nth-of-type(odd) .text-point {
    width: 100%;
  }
  .business_data_center_page .system-gdpr .points .point .title-point {
    font-size: 20px;
    line-height: 28px;
  }
}

.business_house_management_page #first_screen {
  font-weight: 400;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url("../images/busines-page/bg-first-screen-desktop.jpg");
}
.business_house_management_page #first_screen .content {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 105px;
  padding-bottom: 120px;
}
.business_house_management_page #first_screen .content:after {
  content: "";
  display: block;
  width: 679px;
  height: 543px;
  background-image: url("../images/business-house-management/img-bg-first-screen-right.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  right: -40px;
  top: 47%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
.business_house_management_page #first_screen .content .title {
  width: 520px;
  position: relative;
  z-index: 10;
}
.business_house_management_page #first_screen .content h1 {
  width: 100%;
  font-size: 58px;
  font-weight: 500;
  line-height: 67px;
  text-align: left;
  margin-bottom: 45px;
}
.business_house_management_page #first_screen .content .text-under-h1 {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 65px;
}
.business_house_management_page #first_screen .content .btn {
  width: 265px;
  height: 64px;
  background-color: #fff;
  color: #1e1e1e;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.business_house_management_page #first_screen .content .btn:hover {
  background-color: #54BEE1;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1279px) {
  .business_house_management_page #first_screen .content:after {
    right: -230px;
  }
}
@media (max-width: 1023px) {
  .business_house_management_page #first_screen {
    background-image: url(../images/business-house-management/bg-first-screen-vertical-tablet.jpg);
    padding-top: 0;
  }
  .business_house_management_page #first_screen .content {
    padding-top: 65px;
    padding-bottom: 110px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .business_house_management_page #first_screen .content:after {
    display: none;
  }
  .business_house_management_page #first_screen .content .title {
    width: 580px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .business_house_management_page #first_screen .content h1 {
    text-align: center;
  }
  .business_house_management_page #first_screen .content .text-under-h1 {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .business_house_management_page #first_screen {
    background-image: url(../images/business-house-management/bg-first-screen-wide-mobile.jpg);
  }
  .business_house_management_page #first_screen .content {
    padding-top: 130px;
    padding-bottom: 130px;
  }
  .business_house_management_page #first_screen .content .title {
    width: 100%;
  }
  .business_house_management_page #first_screen .content h1 {
    font-size: 42px;
    line-height: 49px;
    margin-bottom: 35px;
  }
  .business_house_management_page #first_screen .content .text-under-h1 {
    font-size: 19px;
    line-height: 29px;
  }
}
@media (max-width: 479px) {
  .business_house_management_page #first_screen {
    background-image: url(../images/business-house-management/bg-first-screen-mobile.jpg);
  }
  .business_house_management_page #first_screen .content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .business_house_management_page #first_screen .content h1 {
    font-size: 32px;
    line-height: 39px;
    margin-bottom: 30px;
  }
}
@media (max-width: 374px) {
  .business_house_management_page #first_screen .content h1 {
    font-size: 27px;
    line-height: 39px;
    margin-bottom: 30px;
  }
}
.business_house_management_page .house-life-easier {
  background-color: #F4F7FA;
  padding-top: 95px;
  padding-bottom: 100px;
  margin-bottom: -50px;
}
.business_house_management_page .house-life-easier h2 {
  margin-bottom: 60px;
}
.business_house_management_page .house-life-easier .points .point {
  width: 50%;
  margin-bottom: 45px;
}
.business_house_management_page .house-life-easier .points .point .icon-point {
  width: 89px;
  height: 89px;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 21px;
}
.business_house_management_page .house-life-easier .points .point .title-point {
  width: 481px;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 13px;
}
.business_house_management_page .house-life-easier .points .point .text-point {
  width: 481px;
}
@media (max-width: 1279px) {
  .business_house_management_page .house-life-easier .points .point {
    width: 481px;
  }
  .business_house_management_page .house-life-easier .points .point .title-point, .business_house_management_page .house-life-easier .points .point .text-point {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .business_house_management_page .house-life-easier {
    padding-top: 90px;
    padding-bottom: 40px;
    margin-bottom: -20px;
  }
  .business_house_management_page .house-life-easier .points .point {
    width: 50%;
  }
  .business_house_management_page .house-life-easier .points .point:nth-of-type(odd) .title-point, .business_house_management_page .house-life-easier .points .point:nth-of-type(odd) .text-point {
    width: 340px;
  }
}
@media (max-width: 767px) {
  .business_house_management_page .house-life-easier {
    padding-top: 100px;
    padding-bottom: 55px;
    margin-bottom: 0;
  }
  .business_house_management_page .house-life-easier .points {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .business_house_management_page .house-life-easier .points .point {
    width: 100%;
  }
  .business_house_management_page .house-life-easier .points .point:nth-of-type(odd) .title-point, .business_house_management_page .house-life-easier .points .point:nth-of-type(odd) .text-point {
    width: 100%;
  }
  .business_house_management_page .house-life-easier .points .point .title-point {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 479px) {
  .business_house_management_page .house-life-easier {
    padding-top: 50px;
    padding-bottom: 25px;
  }
}

/*.business_telephony_page .main {
  .page-title-section .section-inner h1.page-title {
    text-align: center;
    color: $dark-blue;
  }
  .cheap-calls-section {
    .section-inner {
      padding: 48px 0 10px;
      @media (min-width: 640px) {
        padding: 64px 0 18px;
      }
      @media (min-width: 1024px) {
        padding: 64px 0;
      }
      @media (min-width: 1280px) {
        padding: 80px 0;
      }
      .section-title {
        padding: 0 0 38px;
        @include font-32;
        text-align: center;
        @media (min-width: 640px) {
          padding: 0 0 46px;
          @include font-46;
        }
        @media (min-width: 1280px) {
          padding: 0 0 62px;
        }
      }
      .call-regions {
        max-width: 480px;
        margin: 0 auto;
        @media (min-width: 1024px) {
          @include fl;
          max-width: none;
          margin: 0 -24px;
        }
        @media (min-width: 1280px) {
          margin: 0 -32px;
        }
        .region {
          padding: 0 0 38px;
          @media (min-width: 640px) {
            padding: 0 0 46px;
          }
          @media (min-width: 1024px) {
            padding: 0 24px;
            width: calc(100% / 3);
          }
          @media (min-width: 1280px) {
            padding: 0 32px;
          }
          .region-title {
            padding: 0 0 24px;
            border-bottom: 1px solid rgba($dark-blue, 0.1);
            @include font-21;
            font-weight: normal;
            text-align: center;
            @media (min-width: 640px) {
              padding: 0 8px 24px;
              text-align: left;
            }
          }
          .countries {
            .country {
              @include fl;
              padding: 20px 8px 24px;
              border-bottom: 1px solid rgba($dark-blue, 0.1);
              @media (min-width: 640px) {
                padding: 20px 8px 22px;
              }
              @media (min-width: 1024px) {
                padding: 20px 8px 24px;
              }
              @media (min-width: 1280px) {
                padding: 20px 8px 22px;
              }
              .country-flag {
                width: 24px;
                img {
                  width: 24px;
                  height: 24px;
                }
              }
              .country-inner {
                padding: 0 0 0 10px;
                @include font-18;
                @media (min-width: 640px) {
                  @include fl;
                  @include jusBet;
                  @include alCen;
                  @include flex-grow(1);
                }
                @media (min-width: 1024px) {
                  display: block;
                }
                @media (min-width: 1280px) {
                  @include fl;
                }
                .country-name {
                  padding: 0 0 13px;
                  @media (min-width: 640px) {
                    padding: 0;
                  }
                  @media (min-width: 1024px) {
                    padding: 0 0 13px;
                  }
                  @media (min-width: 1280px) {
                    padding: 0;
                  }
                }
                .country-call-price {
                }
              }
            }
          }
        }
      }
    }
  }
  .two-column-image-section {
    .content-inner {
      .section-title {
        padding: 0 0 24px;
        @include font-21;
        text-align: center;
        @media (min-width: 640px) {
          padding: 0 0 32px;
          @include font-32;
        }
        @media (min-width: 1024px) {
          text-align: left;
        }
      }
      .features {
        .feature {
          @include fl;
          padding: 0 0 24px;
          &:last-child {
            padding: 0;
          }
          .feature-icon {
            width: 16px;
            height: 16px;
            svg {
              width: 16px;
              height: 16px;
              margin-top: 4px;
              fill: $pink;
            }
          }
          .feature-title {
            padding: 0 0 0 8px;
          }
        }
      }
    }
    &.you-can-trust-section {
      .section-image {
        background-image: url('/assets/images/office.jpg');
        background-position: top center;
        @media (min-width: 1280px) {
          background-image: url('/assets/images/office_big.jpg');
        }
      }
      .section-content {
        background-color: $white-grey;
      }
    }
    &.connection-scheme-section {
      background-color: $white-grey;
      .section-image {
        @include flCen;
        @media (min-width: 1024px) {
          @include jusEnd;
        }
        svg {
          width: 100%;
          height: auto;
          @media (min-width: 640px) {
            width: auto;
            height: 380px;
          }
          @media (min-width: 1024px) {
            height: 354px;
          }
          @media (min-width: 1280px) {
            height: 440px;
          }
          &#connections-mobile-svg {
            @media (min-width: 640px) {
              display: none;
            }
          }
          &#connections-desktop-svg {
            display: none;
            @media (min-width: 640px) {
              display: block;
            }
          }
        }
      }
      .content-inner {
        .section-title {
          @media (min-width: 640px) {
            @include font-25;
          }
        }
        .section-subtitle {
          padding: 0 0 24px;
        }
      }
    }
  }
}

.business_data_page .main {
  font-family: "Roboto", sans-serif;

  .section {
    position: relative;

    svg.section-wave {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      fill: red;
      display: none;

      @media (min-width: 1024px) {
        display: block;
      }
    }

    .section-inner {
      position: relative;
    }
  }

  .data-hero-section {
    position: relative;
    background-image: url('../images/data-hero.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    .bg-filter {
      position: absolute;
      top: 0; bottom: 0;
      left: 0; right: 0;
      background-color: rgba(0,0,0, 0.68);
    }

    svg.section-wave {
      fill: #fff;
    }

    .section-inner {
      position: relative;
      padding: 50px 0 90px;

      .title {
        padding: 0 0 20px;
        font-size: 26px;
        line-height: 34px;
        font-weight: 600;
        color: #fff;
        max-width: 950px;

        @media (min-width: 640px) {
          font-size: 32px;
          line-height: 42px;
        }

        @media (min-width: 1024px) {
          font-size: 48px;
          line-height: 62px;
        }
      }

      .subtitle {
        padding: 0 0 40px;
        font-size: 14px;
        line-height: 18px;
        color: #fff;

        @include spanlight;

        @media (min-width: 640px) {
          max-width: 430px;
          font-size: 16px;
          line-height: 22px;
        }

        @media (min-width: 1024px) {
          max-width: 600px;
          font-size: 18px;
          line-height: 30px;
        }
      }

      .features {

        .feature {
          @include fl;
          align-items: center;
          margin: 0 0 20px;

          @media (min-width: 640px) {
            margin: 0 0 30px;
          }

          @media (min-width: 1024px) {
            margin: 0 0 37px;
          }

          .feature-icon {
            @include fl;
            min-width: 23px;

            svg {
              width: 23px;
              height: 17px;
              fill: $blue;
            }
          }

          .feature-title {
            padding: 0 0 0 10px;
            font-size: 16px;
            color: #fff;

            @media (min-width: 640px) {
              font-size: 18px;
            }

            @media (min-width: 1024px) {
              font-size: 22px;
              padding: 0 0 0 20px;
            }
          }
        }
      }
    }
  }

  .check-form-section {
    margin-top: -50px;

    .white-box .box-inner {

      .title {
        padding: 0 0 20px;
        font-size: 22px;
        line-height: 30px;
        font-weight: 500;
        color: $dark-blue;
        text-align: center;
      }

      .form {

        .input-group {

          @media (min-width: 640px) {
            @include fl;
            flex-direction: row;
            width: 100%;
            padding: 0 0 24px;
          }

          .input {
            max-width: none;

            @media (min-width: 640px) {
              flex: 1 1 0;
              margin: 0;
            }

            input {
              height: 60px;
              padding: 0 20px;
              border-radius: 100px;
              background-color: #F5F5F5;
              font-size: 14px;
              border: none;
              color: #7A7A7A;
              text-align: center;
            }
          }

          .button-holder {
            width: 100%;

            @media (min-width: 640px) {
              max-width: 190px;
              padding: 0;
              margin: 0 0 0 32px;
            }

            .button {
              height: 60px;
              width: 100%;
              font-size: 14px;

              @media (min-width: 640px) {
                margin: 0;
              }
            }
          }
        }

        .form-info {
          justify-content: center;

          .terms-checkbox {
            padding: 0;

            label.checkbox {
              max-width: 200px;

              @media (min-width: 640px) {
                max-width: none;
              }
            }
          }
        }
      }
    }
  }

  .data-services-section {

    svg.section-wave {
      fill: #19191B;
    }

    .section-inner {
      padding: 80px 0;

      .section-title {
        padding: 0 0 32px;
        font-size: 42px;
        line-height: 50px;
        font-weight: bold;
        text-align: center;
        color: $dark-blue;

        @media (min-width: 1024px) {
          padding: 0 0 48px;
        }
      }

      .splide {

        .splide__arrows {
          @media (min-width: 1024px) {
            display: none;
          }
        }

        .splide__list {

          @media (min-width: 1024px) {
            @include fl;
            justify-content: center;
            gap: 40px;
            width: 100%;
          }
        }
      }

      .pricer {
        @include fl;
        flex-direction: column;
        align-items: center;
        max-width: 320px;
        height: 400px;
        padding: 0 32px 46px;
        box-sizing: border-box;
        border-radius: 8px;
        border: 1px solid #E6E6E6;
        margin: 0 auto;

        @media (min-width: 640px) {
          max-width: 400px;
        }

        .title {
          @include fl;
          align-items: center;
          flex: 1 1 0;
          padding: 20px 0;
          font-size: 34px;
          line-height: 40px;
          font-weight: bold;
          text-align: center;
          color: $dark-blue;

          @media (min-width: 640px) {
            font-size: 36px;
            line-height: 42px;
          }

          @media (min-width: 1280px) {
            font-size: 42px;
            line-height: 50px;
          }
        }

        .price {
          @include fl;
          align-items: flex-end;
          margin: 0 0 50px;
          color: $dark-blue;

          .price-from {
            padding: 0 8px 0 0;
            font-size: 26px;
            line-height: 26px;

            @media (min-width: 1280px) {
              font-size: 31px;
              line-height: 31px;
            }
          }

          .price-int {
            font-size: 100px;
            line-height: 70px;
            font-weight: bold;

            @media (min-width: 1280px) {
              font-size: 133px;
              line-height: 90px;
            }
          }

          .price-right {

            .price-fract {
              font-size: 54px;
              line-height: 54px;

              @media (min-width: 1280px) {
                font-size: 74px;
                line-height: 74px;
              }
            }

            .price-val {
              font-size: 26px;
              line-height: 26px;
              white-space: nowrap;

              @media (min-width: 1280px) {
                font-size: 31px;
                line-height: 31px;
              }
            }
          }
        }

        .button {
          height: 60px;
          min-height: 60px;
          min-width: 210px;
          border: 2px solid #000;
          background-color: transparent;
          color: #000;
          cursor: pointer;
          text-transform: capitalize;
          font-size: 18px;
          font-weight: 500;

          &:hover {
            background-color: #000;
            color: #fff;
          }
        }
      }
    }
  }

  .data-support-section {
    background-color: #19191B;

    svg.section-wave {
      fill: #fff;
    }

    .section-inner {
      padding: 50px 0;

      @media (min-width: 640px) {
        padding: 70px 0;
      }

      .section-title {
        padding: 0 0 32px;
        font-size: 20px;
        line-height: 28px;
        font-weight: 500;
        color: #fff;
        text-align: center;

        @include spanlight;

        @media (min-width: 640px) {
          padding: 0 0 50px;
        }

        @media (min-width: 1024px) {
          padding: 0 0 60px;
        }
      }

      .features {

        @media (min-width: 640px) {
          @include fl;
          flex-wrap: wrap;
          justify-content: center;
        }

        .feature {
          position: relative;
          @include fl;
          align-items: center;
          max-width: 300px;
          margin: 0 auto 16px;

          @media (min-width: 640px) {
            width: 50%;
            margin: 0 0 16px;
          }

          .feature-number {
            font-size: 110px;
            line-height: 110px;
            color: #fff;
            opacity: 0.16;
          }

          .feature-text {
            position: absolute;
            top: 0; bottom: 0;
            left: 20px; right: 0;
            @include fl;
            align-items: center;
            color: #fff;

            @media (min-width: 640px) {
              padding: 0 16px 0 0;
            }
          }
        }
      }



      .section-footer {
        padding: 50px 0 0;
        text-align: center;
        color: #fff;

        @include spanlight;
      }
    }
  }

  .data-advantages-section {

    svg.section-wave {
      fill: #F5F7FA;
    }

    .section-inner {
      padding: 50px 0 30px;

      @media (min-width: 640px) {
        padding: 70px 0 50px;
      }

      .section-header {
        @include fl;
        flex-direction: column;
        max-width: 890px;
        margin: 0 auto;

        @media (min-width: 1024px) {
          flex-direction: row;
        }

        .header-image {
          text-align: center;
          order: 1;

          @media (min-width: 1024px) {
            order: 0;
            min-width: 319px;
          }

          img {
            width: 100%;
            max-width: 319px;
            height: auto;
          }
        }

        .header-content {
          padding: 0 0 20px;

          @media (min-width: 1024px) {
            padding: 50px 0 0 50px;
          }

          .content-title {
            padding: 0 0 20px;
            font-size: 42px;
            line-height: 42px;
            font-weight: bold;
            text-align: center;
            color: $dark-blue;

            @media (min-width: 640px) {
              font-size: 50px;
              line-height: 50px;
            }

            @media (min-width: 1024px) {
              text-align: left;
            }
          }

          .content-text {
            font-size: 16px;
            line-height: 26px;
            color: #7A7A7A;
            text-align: center;

            @media (min-width: 640px) {
              font-size: 18px;
              line-height: 30px;
            }

            @media (min-width: 1024px) {
              text-align: left;
            }
          }
        }
      }

      .advantages-title {
        padding: 50px 0 40px;
        font-size: 30px;
        line-height: 30px;
        font-weight: bold;
        color: $dark-blue;
        text-align: center;

        @media (min-width: 640px) {
          font-size: 42px;
          line-height: 42px;
        }

        @media (min-width: 1024px) {
          padding: 50px 0;
        }
      }

      .advantages {
        @include fl;
        flex-direction: column;
        align-items: center;

        @media (min-width: 1024px) {
          flex-direction: row;
          align-items: flex-start;
          justify-content: center;
        }

        .advantage {
          padding: 0 0 40px;
          max-width: 300px;

          @media (min-width: 1024px) {
            padding: 0 16px;
          }

          .icon {
            @include fl;
            justify-content: center;
            padding: 0 0 20px;

            svg {
              width: 80px;
              height: 60px;
              fill: #000;
            }
          }

          .desc {
            font-size: 18px;
            line-height: 30px;
            text-align: center;
          }
        }
      }
    }
  }

  .data-plans-section {
    background-color: #F5F7FA;

    svg.section-wave {
      fill: #fff;
    }

    .section-inner {
      padding: 50px 0;

      @media (min-width: 640px) {
        padding: 70px 0;
      }

      .section-title {
        padding: 0 0 23px;
        font-size: 24px;
        line-height: 27px;
        font-weight: bold;
        color: $dark-blue;
        text-align: center;

        @media (min-width: 640px) {
          font-size: 42px;
          line-height: 50px;
        }
      }

      .section-subtitle {
        padding: 0 0 23px;
        font-size: 14px;
        line-height: 24px;
        font-weight: normal;
        color: $dark-blue;
        text-align: center;

        @media (min-width: 640px) {
          padding: 0 0 32px;
          font-size: 20px;
          line-height: 27px;
        }

        @media (min-width: 1024px) {
          padding: 0 0 42px;
        }
      }

      .splide {

        .splide__arrows {
          @media (min-width: 1024px) {
            display: none;
          }
        }

        .splide__list {

          @media (min-width: 1024px) {
            @include fl;
            justify-content: center;
            gap: 40px;
            width: 100%;
          }
        }
      }

      .pricer {
        @include fl;
        flex-direction: column;
        align-items: center;
        max-width: 320px;
        padding: 37px 32px 28px;
        box-sizing: border-box;
        border-radius: 8px;
        border: 1px solid #E6E6E6;
        background-color: #fff;
        margin: 0 auto;

        @media (min-width: 640px) {
          max-width: 400px;
        }

        @media (min-width: 1024px) {
          margin: 0;
        }

        .title {
          padding: 0 0 18px;
          font-size: 18px;
          line-height: 18px;
          color: #7A7A7A;
          text-transform: uppercase;
        }

        .value {
          padding: 0 0 22px;
          font-size: 59px;
          line-height: 59px;
          font-weight: bold;
          color: $dark-blue;
        }

        .div {
          width: 180px;
          height: 2px;
          margin: 0 0 30px;
          background-color: $blue;
        }

        .price {
          @include fl;
          align-items: flex-end;
          margin: 0 0 50px;
          color: $dark-blue;

          .price-int {
            font-size: 100px;
            line-height: 70px;
            font-weight: bold;

            @media (min-width: 1280px) {
              font-size: 133px;
              line-height: 90px;
            }
          }

          .price-right {

            .price-fract {
              font-size: 54px;
              line-height: 54px;
              font-weight: bold;

              @media (min-width: 1280px) {
                font-size: 59px;
                line-height: 59px;
              }
            }

            .price-val {
              font-size: 26px;
              line-height: 26px;
              white-space: nowrap;

              @media (min-width: 1280px) {
                font-size: 31px;
                line-height: 31px;
              }
            }
          }
        }

        .button {
          height: 60px;
          min-height: 60px;
          min-width: 210px;
          border: 2px solid #000;
          background-color: transparent;
          color: #000;
          cursor: pointer;
          text-transform: capitalize;
          font-size: 18px;
          font-weight: 500;

          &:hover {
            background-color: #000;
            color: #fff;
          }
        }

        &.featured {
          border: 2px solid #F9B974;
        }
      }

      .pop-choice {
        @include fl;
        justify-content: center;
        align-items: center;
        padding: 16px 0 0;

        span {
          padding: 0 0 0 4px;
          font-size: 18px;
          line-height: 18px;
          color: #7A7A7A;
        }
      }

      .section-footer {
        padding: 30px 0 0;
        font-size: 14px;
        line-height: 24px;
        color: #7A7A7A;

        @media (min-width: 640px) {
          font-size: 18px;
          line-height: 30px;
        }

        @media (min-width: 1024px) {
          padding: 30px 30px 0;
        }

        ul {

          li {

            &:before {
              background-color: #7A7A7A;
            }
          }
        }
      }
    }
  }

  .data-benefits-section {

    svg.section-wave {
      fill: #1A1B1D;
    }

    .section-inner {
      padding: 50px 0 30px;
      max-width: 790px;
      margin: 0 auto;

      @media (min-width: 640px) {
        padding: 70px 0 50px;
      }

      .section-title {
        padding: 0 0 18px;
        font-size: 24px;
        line-height: 27px;
        font-weight: 500;
        text-align: center;

        @media (min-width: 640px) {
          font-size: 32px;
          line-height: 40px;
          padding: 0 0 50px;
        }

        @media (min-width: 1024px) {
          font-size: 42px;
          line-height: 50px;
          padding: 0 0 60px;
        }
      }

      .benefits {
        max-width: 700px;

        .benefit {
          @include fl;
          align-items: center;
          padding: 0 0 14px;

          @media (min-width: 640px) {
            padding: 0 0 16px;
          }

          @media (min-width: 1024px) {
            padding: 0 0 20px;
          }

          .benefit-icon {

            .icon-bg {
              @include fl;
              justify-content: center;
              align-items: center;
              width: 37px;
              height: 37px;
              border-radius: 100px;
              background-color: $blue;

              svg {
                fill: #fff;
              }
            }
          }

          .benefit-desc {
            padding: 0 0 0 10px;
            font-size: 14px;
            line-height: 18px;
            color: #7A7A7A;

            @media (min-width: 640px) {
              font-size: 16px;
              line-height: 20px;
            }

            @media (min-width: 1024px) {
              font-size: 18px;
              line-height: 20px;
            }
          }
        }
      }
    }

    &.dark-benefits {
      background-color: #1A1B1D;

      svg.section-wave {
        fill: #fff;
      }

      .section-inner {

        .section-title {
          color: #fff;

          @include spanlight;
        }

        .benefits {

          .benefit {

            .benefit-icon {

              .icon-bg {
                background-color: #7A7A7A;
              }
            }
            .benefit-desc {
              color: #fff;
            }
          }
        }
      }
    }

    &.extend-bottom {

      .section-inner {
        padding: 50px 0 100px;

        @media (min-width: 640px) {
          padding: 70px 0 100px;
        }
      }
    }

    &.last-benefit-section svg.section-wave {
      fill: #F5F7FA;
    }
  }

  .data-learn-section {
    margin-top: -50px;
    padding: 0;

    .white-box .box-inner {

      @media (min-width: 1024px) {
        @include fl;
        align-items: center;
      }

      .title {
        padding: 0 0 20px;
        font-size: 22px;
        line-height: 27px;
        font-weight: 500;
        color: $dark-blue;
        text-align: center;

        @media (min-width: 1024px) {
          text-align: left;
          padding: 0 50px 0 0;
        }
      }

      .button {
        height: 60px;
        max-width: 210px;
        margin: 0 auto;
        font-size: 14px;

        @media (min-width: 1024px) {
          min-width: 210px;
          margin: 0;
        }
      }
    }
  }

  .data-contact-section {
    background-color: #F5F7FA;

    .section-inner {
      max-width: 910px;
      margin: 0 auto;
      padding: 50px 0;

      .section-title {
        padding: 0 0 18px;
        font-size: 24px;
        line-height: 27px;
        font-weight: 500;
        text-align: center;

        @media (min-width: 640px) {
          font-size: 32px;
          line-height: 40px;
        }

        @media (min-width: 1024px) {
          font-size: 42px;
          line-height: 50px;
        }
      }

      .data-contacts {
        max-width: 450px;
        margin: 0 auto;

        @media (min-width: 1024px) {
          @include fl;
          max-width: none;
          margin: 0;
        }

        .contacts-phone {

          @media (min-width: 1024px) {
            max-width: 390px;
          }

          .contacts-phone-inner {
            padding: 10px 20px 30px;
            background: #fff;
            border-radius: 10px;

            @media (min-width: 640px) {
              padding: 20px 32px 32px;
            }

            @media (min-width: 1024px) {
              padding: 22px 40px 32px;
            }

            .title {
              padding: 0 0 20px;
              font-size: 18px;
              line-height: 30px;
              color: $dark-blue;
              text-align: center;

              @media (min-width: 1024px) {
                text-align: left;
              }
            }

            .person {
              @include fl;
              justify-content: center;
              align-items: center;

              @media (min-width: 640px) {
                justify-content: flex-start;
              }

              .person-photo {
                width: 85px;
                min-width: 85px;
                height: 85px;
                border-radius: 100px;
                border: 1px solid #707070;
                background-color: #E6E6E6;
                background-size: cover;
                background-repeat: no-repeat;
                background-position: center;
              }

              .person-info {
                padding: 0 0 0 24px;

                .person-name {
                  padding: 0 0 10px;
                  font-size: 18px;
                  line-height: 18px;
                  font-weight: 500;
                }

                .person-phone {
                  @include fl;
                  align-items: center;

                  svg.icon {
                    width: 10px;
                    height: 24px;
                    fill: $blue;
                  }

                  a {
                    margin: 0 0 0 8px;
                    font-size: 18px;
                    line-height: 18px;
                  }
                }
              }
            }
          }
        }

        .contacts-from {
          padding: 40px 0 0;

          @media (min-width: 1024px) {
            padding: 0 0 0 60px;
          }

          .title {
            padding: 0 0 12px;
            font-size: 18px;
            line-height: 30px;
            color: $dark-blue;
            text-align: center;

            @media (min-width: 640px) {
              padding: 20px 0 20px;
            }

            @media (min-width: 1024px) {
              text-align: left;
              padding: 22px 0 20px;
            }
          }

          .form {

            .input-group {

              @media (min-width: 1024px) {
                width: 100%;
                @include fl;
              }

              .input {
                width: 100%;

                input {
                  height: 60px;
                  padding: 0 20px;
                  border-radius: 100px;
                  background-color: #F5F5F5;
                  font-size: 14px;
                  border: none;
                  color: #7A7A7A;
                  text-align: center;
                }
              }

              .button {
                height: 60px;
                width: 100%;
                min-width: 220px;
                margin: 20px 0 0;
                font-size: 14px;

                @media (min-width: 1024px) {
                  margin: 0 0 0 40px;
                  max-width: 190px;
                }
              }
            }

            .form-info {
              padding: 20px 0 0;

              label.checkbox {
                max-width: 200px;
                margin: 0 auto;

                @media (min-width: 1024px) {
                  max-width: none;
                }
              }
            }
          }
        }
      }
    }
  }
}*/
.company_office_page .main .office-section {
  padding: 0 15px;
}
@media (min-width: 640px) {
  .company_office_page .main .office-section {
    padding: 0 64px;
  }
}
@media (min-width: 1024px) {
  .company_office_page .main .office-section {
    padding: 0 52px;
  }
}
.company_office_page .main .office-section .section-inner {
  padding: 40px 0 0;
}
@media (min-width: 640px) {
  .company_office_page .main .office-section .section-inner {
    padding: 48px 0 0;
  }
}
@media (min-width: 1280px) {
  .company_office_page .main .office-section .section-inner {
    padding: 64px 20px 0;
  }
}
@media (min-width: 1024px) {
  .company_office_page .main .office-section .section-inner .office-deps {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.company_office_page .main .office-section .section-inner .office-deps .dep {
  padding: 0 0 48px;
}
@media (min-width: 640px) {
  .company_office_page .main .office-section .section-inner .office-deps .dep {
    padding: 0 0 64px;
  }
}
@media (min-width: 1024px) {
  .company_office_page .main .office-section .section-inner .office-deps .dep {
    width: 50%;
    padding: 0 30px 64px;
  }
}
@media (min-width: 1280px) {
  .company_office_page .main .office-section .section-inner .office-deps .dep {
    padding: 0 50px 80px;
  }
}
.company_office_page .main .office-section .section-inner .office-deps .dep .dep-inner {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  box-direction: normal;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
@media (min-width: 1024px) {
  .company_office_page .main .office-section .section-inner .office-deps .dep .dep-inner {
    display: block;
  }
}
.company_office_page .main .office-section .section-inner .office-deps .dep .dep-inner .dep-image {
  width: 290px;
  height: 290px;
  border-radius: 400px;
  background-image: url("../images/office.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 640px) {
  .company_office_page .main .office-section .section-inner .office-deps .dep .dep-inner .dep-image {
    width: 300px;
    height: 300px;
  }
}
@media (min-width: 1024px) {
  .company_office_page .main .office-section .section-inner .office-deps .dep .dep-inner .dep-image {
    width: 330px;
    height: 330px;
    margin-left: -12px;
  }
}
@media (min-width: 1280px) {
  .company_office_page .main .office-section .section-inner .office-deps .dep .dep-inner .dep-image {
    width: 360px;
    height: 360px;
    margin-left: -16px;
  }
}
.company_office_page .main .office-section .section-inner .office-deps .dep .dep-inner h2.dep-title {
  padding: 24px 5px 20px;
  font-size: 25px;
  line-height: 34px;
  font-weight: normal;
  text-align: center;
}
@media (min-width: 640px) {
  .company_office_page .main .office-section .section-inner .office-deps .dep .dep-inner h2.dep-title {
    padding: 32px 0 24px;
    font-size: 32px;
    line-height: 41px;
    letter-spacing: -0.005em;
    font-weight: 300;
  }
}
@media (min-width: 1024px) {
  .company_office_page .main .office-section .section-inner .office-deps .dep .dep-inner h2.dep-title {
    max-width: 420px;
    text-align: left;
  }
}
@media (min-width: 1280px) {
  .company_office_page .main .office-section .section-inner .office-deps .dep .dep-inner h2.dep-title {
    max-width: 500px;
    padding: 40px 0 24px;
  }
}
.company_office_page .main .office-section .section-inner .office-deps .dep .dep-inner .dep-desc {
  padding: 0 5px;
}
@media (min-width: 640px) {
  .company_office_page .main .office-section .section-inner .office-deps .dep .dep-inner .dep-desc {
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .company_office_page .main .office-section .section-inner .office-deps .dep .dep-inner .dep-desc {
    max-width: 380px;
  }
}
@media (min-width: 1280px) {
  .company_office_page .main .office-section .section-inner .office-deps .dep .dep-inner .dep-desc {
    max-width: 440px;
  }
}

.company_stats_page .main .numbers-section .section-inner {
  width: 100%;
  max-width: 940px;
  padding: 40px 20px 8px;
  margin: 0 auto;
}
@media (min-width: 640px) {
  .company_stats_page .main .numbers-section .section-inner {
    padding: 48px 12px 50px;
  }
}
@media (min-width: 1024px) {
  .company_stats_page .main .numbers-section .section-inner {
    padding: 48px 0 24px;
  }
}
@media (min-width: 1280px) {
  .company_stats_page .main .numbers-section .section-inner {
    padding: 64px 0 32px;
  }
}
.company_stats_page .main .numbers-section .section-inner .company-stats {
  padding: 0 12px;
}
@media (min-width: 640px) {
  .company_stats_page .main .numbers-section .section-inner .company-stats {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    box-pack: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: start;
    box-align: start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
  }
}
.company_stats_page .main .numbers-section .section-inner .company-stats .stat-item {
  padding: 0 0 32px;
}
@media (min-width: 640px) {
  .company_stats_page .main .numbers-section .section-inner .company-stats .stat-item {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    box-pack: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    width: 50%;
    padding: 0 20px 32px;
  }
}
@media (min-width: 1024px) {
  .company_stats_page .main .numbers-section .section-inner .company-stats .stat-item {
    padding: 0 24px 40px;
  }
}
@media (min-width: 1280px) {
  .company_stats_page .main .numbers-section .section-inner .company-stats .stat-item {
    padding: 0 32px 48px;
  }
}
@media (min-width: 1024px) {
  .company_stats_page .main .numbers-section .section-inner .company-stats .stat-item .item-inner {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.company_stats_page .main .numbers-section .section-inner .company-stats .stat-item .item-inner .icon-holder svg {
  width: 110px;
  height: 110px;
}
@media (min-width: 640px) {
  .company_stats_page .main .numbers-section .section-inner .company-stats .stat-item .item-inner .icon-holder svg {
    width: 130px;
    height: 130px;
  }
}
.company_stats_page .main .numbers-section .section-inner .company-stats .stat-item .item-inner .content {
  min-width: 240px;
  max-width: 240px;
  margin: 2px 0 0;
}
@media (min-width: 640px) {
  .company_stats_page .main .numbers-section .section-inner .company-stats .stat-item .item-inner .content {
    margin: 6px 0 0;
  }
}
@media (min-width: 1024px) {
  .company_stats_page .main .numbers-section .section-inner .company-stats .stat-item .item-inner .content {
    min-width: 270px;
    max-width: 270px;
    margin: 0 0 0 24px;
  }
}
.company_stats_page .main .numbers-section .section-inner .company-stats .stat-item .item-inner .content .number {
  padding: 0 0 10px;
  font-size: 46px;
  line-height: 57px;
  letter-spacing: -0.015em;
  color: #54616E;
}
.company_stats_page .main .numbers-section .section-inner .company-stats .stat-item .item-inner .content .number .small-text {
  font-size: 25px;
  line-height: 34px;
  font-weight: normal;
}
.company_stats_page .main .numbers-section .section-inner .company-stats .stat-item .item-inner .content .title {
  font-size: 18px;
  line-height: 27px;
}
.company_stats_page .main .money-section .section-inner {
  width: 100%;
  max-width: 1170px;
  padding: 32px 20px 8px;
  margin: 0 auto;
  background-color: #F5F7FA;
}
@media (min-width: 640px) {
  .company_stats_page .main .money-section .section-inner {
    padding: 40px 32px 8px;
  }
}
@media (min-width: 1024px) {
  .company_stats_page .main .money-section .section-inner {
    padding: 40px 42px 48px;
  }
}
@media (min-width: 1280px) {
  .company_stats_page .main .money-section .section-inner {
    border-radius: 8px;
  }
}
@media (min-width: 640px) {
  .company_stats_page .main .money-section .section-inner .money-stats {
    width: 514px;
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  .company_stats_page .main .money-section .section-inner .money-stats {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    box-pack: justify;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    width: auto;
  }
}
.company_stats_page .main .money-section .section-inner .money-stats .stat-item {
  padding: 0 0 32px;
}
@media (min-width: 640px) {
  .company_stats_page .main .money-section .section-inner .money-stats .stat-item {
    padding: 0 0 40px;
  }
}
@media (min-width: 1024px) {
  .company_stats_page .main .money-section .section-inner .money-stats .stat-item {
    width: 33.3333333333%;
  }
}
.company_stats_page .main .money-section .section-inner .money-stats .stat-item .item-inner {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  box-direction: normal;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
@media (min-width: 640px) {
  .company_stats_page .main .money-section .section-inner .money-stats .stat-item .item-inner {
    -webkit-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    box-direction: normal;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .company_stats_page .main .money-section .section-inner .money-stats .stat-item .item-inner {
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    box-direction: normal;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    width: 100%;
    max-width: 270px;
    margin: 0 auto;
  }
}
.company_stats_page .main .money-section .section-inner .money-stats .stat-item .item-inner .icon-holder {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.company_stats_page .main .money-section .section-inner .money-stats .stat-item .item-inner .icon-holder svg {
  width: 110px;
  height: 110px;
}
@media (min-width: 640px) {
  .company_stats_page .main .money-section .section-inner .money-stats .stat-item .item-inner .icon-holder svg {
    width: 130px;
    height: 130px;
  }
}
.company_stats_page .main .money-section .section-inner .money-stats .stat-item .item-inner .content {
  width: 100%;
  padding: 2px 0 0;
  text-align: center;
}
@media (min-width: 640px) {
  .company_stats_page .main .money-section .section-inner .money-stats .stat-item .item-inner .content {
    padding: 0 0 0 24px;
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .company_stats_page .main .money-section .section-inner .money-stats .stat-item .item-inner .content {
    padding: 10px 0 0;
    text-align: center;
  }
}
.company_stats_page .main .money-section .section-inner .money-stats .stat-item .item-inner .content .number {
  padding: 0 0 10px;
  font-size: 46px;
  line-height: 57px;
  letter-spacing: -0.015em;
  color: #54616E;
}
.company_stats_page .main .money-section .section-inner .money-stats .stat-item .item-inner .content .number .small-text {
  font-size: 25px;
  line-height: 34px;
  font-weight: normal;
}
.company_stats_page .main .money-section .section-inner .money-stats .stat-item .item-inner .content .title {
  font-size: 18px;
  line-height: 27px;
}
.company_stats_page .main .plot-section .section-inner {
  width: 100%;
  max-width: 1170px;
  padding: 40px 0 0;
  margin: 0 auto;
}
@media (min-width: 640px) {
  .company_stats_page .main .plot-section .section-inner {
    padding: 64px 0 0;
  }
}
.company_stats_page .main .plot-section .section-inner .section-title {
  padding: 0 20px 40px;
  font-size: 32px;
  line-height: 41px;
  letter-spacing: -0.005em;
  text-align: center;
  color: #54616E;
}
@media (min-width: 640px) {
  .company_stats_page .main .plot-section .section-inner .section-title {
    padding: 0 32px 48px;
    font-size: 46px;
    line-height: 57px;
    letter-spacing: -0.015em;
  }
}
.company_stats_page .main .plot-section .section-inner .plot {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  box-direction: normal;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  background-color: #F5F7FA;
}
@media (min-width: 1024px) {
  .company_stats_page .main .plot-section .section-inner .plot {
    -webkit-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    box-direction: normal;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: justify;
    box-pack: justify;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    padding: 0 42px;
  }
}
@media (min-width: 1280px) {
  .company_stats_page .main .plot-section .section-inner .plot {
    padding: 0 64px;
    border-radius: 8px;
  }
}
.company_stats_page .main .plot-section .section-inner .plot .plot-header {
  padding: 24px 32px 20px;
}
@media (min-width: 640px) {
  .company_stats_page .main .plot-section .section-inner .plot .plot-header {
    -webkit-align-self: flex-start;
    align-self: flex-start;
    -ms-flex-item-align: start;
    padding: 32px 32px 24px;
  }
}
@media (min-width: 1024px) {
  .company_stats_page .main .plot-section .section-inner .plot .plot-header {
    padding: 32px 32px 0 0;
  }
}
.company_stats_page .main .plot-section .section-inner .plot .plot-header .plot-number {
  padding: 0 0 10px;
  font-size: 46px;
  line-height: 57px;
  letter-spacing: -0.015em;
  white-space: nowrap;
  color: #54616E;
}
@media (min-width: 640px) {
  .company_stats_page .main .plot-section .section-inner .plot .plot-header .plot-number {
    padding: 0 0 5px;
  }
}
@media (min-width: 1024px) {
  .company_stats_page .main .plot-section .section-inner .plot .plot-header .plot-number {
    padding: 0 0 10px;
  }
}
.company_stats_page .main .plot-section .section-inner .plot .plot-header .plot-number .small-text {
  font-size: 25px;
  line-height: 34px;
  font-weight: normal;
}
.company_stats_page .main .plot-section .section-inner .plot .plot-header .plot-desc {
  font-size: 18px;
  line-height: 27px;
}
@media (min-width: 1024px) {
  .company_stats_page .main .plot-section .section-inner .plot .plot-header .plot-desc {
    max-width: 228px;
  }
}
@media (min-width: 1280px) {
  .company_stats_page .main .plot-section .section-inner .plot .plot-header .plot-desc {
    max-width: 300px;
  }
}
.company_stats_page .main .plot-section .section-inner .plot .plot-inner {
  padding: 0 20px 40px;
}
@media (min-width: 640px) {
  .company_stats_page .main .plot-section .section-inner .plot .plot-inner {
    -webkit-align-self: flex-end;
    align-self: flex-end;
    -ms-flex-item-align: end;
    padding: 0 25px 48px;
  }
}
@media (min-width: 1024px) {
  .company_stats_page .main .plot-section .section-inner .plot .plot-inner {
    -webkit-align-self: flex-start;
    align-self: flex-start;
    -ms-flex-item-align: start;
    padding: 48px 0;
  }
}
@media (min-width: 640px) {
  .company_stats_page .main .plot-section .section-inner .plot .plot-inner .mobile-plot {
    display: none;
  }
}
.company_stats_page .main .plot-section .section-inner .plot .plot-inner .mobile-plot svg {
  width: 280px;
  height: 105px;
  margin: 0 auto;
}
.company_stats_page .main .plot-section .section-inner .plot .plot-inner .desktop-plot {
  display: none;
}
@media (min-width: 640px) {
  .company_stats_page .main .plot-section .section-inner .plot .plot-inner .desktop-plot {
    display: block;
  }
}
.company_stats_page .main .plot-section .section-inner .plot .plot-inner .desktop-plot svg {
  width: 590px;
  height: 165px;
}
@media (min-width: 1024px) {
  .company_stats_page .main .plot-section .section-inner .plot .plot-inner .desktop-plot svg {
    width: 680px;
    height: 190px;
  }
}

.vacancies_page .main .page-title-section .section-inner h1.page-title {
  color: #273747;
}
@media (min-width: 1024px) {
  .vacancies_page .main .page-title-section .section-inner h1.page-title {
    text-align: center;
  }
}
.vacancies_page .main .video-section {
  padding: 0 12px;
}
@media (min-width: 640px) {
  .vacancies_page .main .video-section {
    padding: 0 16px;
  }
}
@media (min-width: 1024px) {
  .vacancies_page .main .video-section {
    padding: 0 42px;
  }
}
.vacancies_page .main .video-section .section-inner {
  overflow: hidden;
  max-width: 940px;
  margin: 0 auto;
  border-radius: 8px;
  -webkit-box-shadow: 0px 10px 24px 0px rgba(39, 55, 71, 0.16);
  box-shadow: 0px 10px 24px 0px rgba(39, 55, 71, 0.16);
}
@media (min-width: 1024px) {
  .vacancies_page .main .video-section .section-inner {
    padding: 20px;
    background-color: #fff;
  }
}
@media (min-width: 1280px) {
  .vacancies_page .main .video-section .section-inner {
    max-width: 970px;
  }
}
.vacancies_page .main .video-section .section-inner .video {
  overflow: hidden;
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  padding-top: 30px;
}
.vacancies_page .main .video-section .section-inner .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.vacancies_page .main .open-vacancies-section {
  padding: 0 12px;
}
.vacancies_page .main .open-vacancies-section .section-inner {
  max-width: 940px;
  padding: 48px 0 0;
  margin: 0 auto;
}
@media (min-width: 640px) {
  .vacancies_page .main .open-vacancies-section .section-inner {
    padding: 64px 0 0;
  }
}
@media (min-width: 1280px) {
  .vacancies_page .main .open-vacancies-section .section-inner {
    max-width: 970px;
    padding: 80px 0 0;
  }
}
.vacancies_page .main .open-vacancies-section .section-inner .section-title {
  padding: 0 0 32px;
  font-size: 25px;
  line-height: 34px;
  text-align: center;
}
@media (min-width: 640px) {
  .vacancies_page .main .open-vacancies-section .section-inner .section-title {
    padding: 0 0 40px;
    font-size: 32px;
    line-height: 41px;
    letter-spacing: -0.005em;
  }
}
@media (min-width: 1024px) {
  .vacancies_page .main .open-vacancies-section .section-inner .section-title {
    font-size: 46px;
    line-height: 57px;
    letter-spacing: -0.015em;
  }
}
@media (min-width: 1280px) {
  .vacancies_page .main .open-vacancies-section .section-inner .section-title {
    padding: 0 0 48px;
  }
}
.vacancies_page .main .open-vacancies-section .section-inner .list .list-inner {
  padding: 0 0 32px;
}
@media (min-width: 640px) {
  .vacancies_page .main .open-vacancies-section .section-inner .list .list-inner {
    padding: 0 0 48px;
  }
}
@media (min-width: 1280px) {
  .vacancies_page .main .open-vacancies-section .section-inner .list .list-inner {
    padding: 0 0 60px;
  }
}
.vacancies_page .main .open-vacancies-section .section-inner .list .list-inner .item {
  padding: 0 0 16px;
}
@media (min-width: 1280px) {
  .vacancies_page .main .open-vacancies-section .section-inner .list .list-inner .item {
    padding: 0 0 20px;
  }
}
.vacancies_page .main .open-vacancies-section .section-inner .list .list-inner .item .item-inner {
  position: relative;
  padding: 24px 20px;
  border: 1px solid #F5F7FA;
  border-radius: 8px;
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(39, 55, 71, 0.16);
  box-shadow: 0px 1px 2px 0px rgba(39, 55, 71, 0.16);
}
@media (min-width: 640px) {
  .vacancies_page .main .open-vacancies-section .section-inner .list .list-inner .item .item-inner {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    box-pack: justify;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    padding: 32px;
  }
}
@media (min-width: 1024px) {
  .vacancies_page .main .open-vacancies-section .section-inner .list .list-inner .item .item-inner {
    padding: 32px 40px;
  }
}
.vacancies_page .main .open-vacancies-section .section-inner .list .list-inner .item .item-inner .item-part .item-label {
  padding: 0 0 12px;
  color: #54616E;
}
.vacancies_page .main .open-vacancies-section .section-inner .list .list-inner .item .item-inner .item-part .item-title {
  font-size: 21px;
  line-height: 30px;
}
.vacancies_page .main .open-vacancies-section .section-inner .list .list-inner .item .item-inner .item-part .item-title.active-tooltip .info-tooltip {
  display: block;
}
.vacancies_page .main .open-vacancies-section .section-inner .list .list-inner .item .item-inner .item-part.left-part {
  padding: 0 0 20px;
}
@media (min-width: 640px) {
  .vacancies_page .main .open-vacancies-section .section-inner .list .list-inner .item .item-inner .item-part.left-part {
    padding: 0 32px 0 0;
  }
}
@media (min-width: 1024px) {
  .vacancies_page .main .open-vacancies-section .section-inner .list .list-inner .item .item-inner .item-part.left-part {
    padding: 0 64px 0 0;
  }
}
@media (min-width: 640px) {
  .vacancies_page .main .open-vacancies-section .section-inner .list .list-inner .item .item-inner .item-part.right-part {
    width: 180px;
  }
}
@media (min-width: 1024px) {
  .vacancies_page .main .open-vacancies-section .section-inner .list .list-inner .item .item-inner .item-part.right-part {
    width: 200px;
  }
}
.vacancies_page .main .open-vacancies-section .section-inner .list .list-inner .item .item-inner .item-part .termless-button {
  display: inline-block;
  color: #00A3D6;
  border-bottom: 1px solid rgba(0, 163, 214, 0.2);
  cursor: pointer;
}
.vacancies_page .main .open-vacancies-section .section-inner .list .list-inner .item .item-inner .item-part .termless-button:hover {
  border-color: rgba(0, 163, 214, 0.6);
}
.vacancies_page .main .open-vacancies-section .section-inner .list .list-inner .item .item-inner .item-part .info-tooltip {
  display: none;
  overflow-y: auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  padding: 92px 20px 20px;
  background: #fff;
}
@media (min-width: 640px) {
  .vacancies_page .main .open-vacancies-section .section-inner .list .list-inner .item .item-inner .item-part .info-tooltip {
    position: absolute;
    top: 3px;
    left: -20px;
    right: -20px;
    bottom: auto;
    padding: 32px 64px 32px 24px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(39, 55, 71, 0.3);
    box-shadow: 0px 10px 20px 0px rgba(39, 55, 71, 0.3);
  }
}
@media (min-width: 1024px) {
  .vacancies_page .main .open-vacancies-section .section-inner .list .list-inner .item .item-inner .item-part .info-tooltip {
    overflow-y: visible;
    position: absolute;
    top: auto;
    left: 50%;
    right: auto;
    bottom: 80px;
    padding: 32px 40px;
    margin-top: -5px;
  }
  .vacancies_page .main .open-vacancies-section .section-inner .list .list-inner .item .item-inner .item-part .info-tooltip:after {
    content: "";
    position: absolute;
    bottom: -14px;
    right: 35%;
    margin-top: 0;
    border-width: 14px 14px 0 14px;
    border-style: solid;
    border-color: #fff transparent;
  }
}
.vacancies_page .main .open-vacancies-section .section-inner .list .list-inner .item .item-inner .item-part .info-tooltip .close-tooltip {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 16px;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .vacancies_page .main .open-vacancies-section .section-inner .list .list-inner .item .item-inner .item-part .info-tooltip .close-tooltip {
    display: none;
  }
}
.vacancies_page .main .open-vacancies-section .section-inner .list .list-inner .item .item-inner .item-part .info-tooltip .close-tooltip svg {
  fill: #8C97A3;
}
.vacancies_page .main .open-vacancies-section .section-inner .list .list-inner .item .item-inner .item-part .info-tooltip .close-tooltip svg.close-svg-mobile {
  width: 30px;
  height: 30px;
}
@media (min-width: 1024px) {
  .vacancies_page .main .open-vacancies-section .section-inner .list .list-inner .item .item-inner .item-part .info-tooltip .close-tooltip svg.close-svg-mobile {
    display: none;
  }
}
.vacancies_page .main .open-vacancies-section .section-inner .list .list-inner .item .item-inner .item-part .info-tooltip .close-tooltip svg.close-svg-desktop {
  display: none;
  width: 16px;
  height: 16px;
}
@media (min-width: 1024px) {
  .vacancies_page .main .open-vacancies-section .section-inner .list .list-inner .item .item-inner .item-part .info-tooltip .close-tooltip svg.close-svg-desktop {
    display: block;
  }
}
.vacancies_page .main .open-vacancies-section .section-inner .list .list-inner .item .item-inner .item-part .info-tooltip .close-tooltip:hover svg {
  fill: #F03676;
}
.vacancies_page .main .career-section {
  padding: 0 12px;
}
@media (min-width: 640px) {
  .vacancies_page .main .career-section {
    padding: 0 16px;
  }
}
@media (min-width: 1024px) {
  .vacancies_page .main .career-section {
    padding: 0 42px;
  }
}
.vacancies_page .main .career-section .section-inner {
  max-width: 940px;
  margin: 0 auto;
  padding: 32px 20px 16px;
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0px 12px 24px 0px rgba(39, 55, 71, 0.16);
  box-shadow: 0px 12px 24px 0px rgba(39, 55, 71, 0.16);
}
@media (min-width: 640px) {
  .vacancies_page .main .career-section .section-inner {
    padding: 40px 24px 16px;
  }
}
@media (min-width: 1024px) {
  .vacancies_page .main .career-section .section-inner {
    padding: 40px 40px 48px;
  }
}
@media (min-width: 1280px) {
  .vacancies_page .main .career-section .section-inner {
    max-width: 1170px;
  }
}
.vacancies_page .main .career-section .section-inner .section-title {
  padding: 0 0 32px;
  font-size: 25px;
  line-height: 34px;
  text-align: center;
}
@media (min-width: 640px) {
  .vacancies_page .main .career-section .section-inner .section-title {
    font-size: 32px;
    line-height: 41px;
    letter-spacing: -0.005em;
  }
}
@media (min-width: 640px) {
  .vacancies_page .main .career-section .section-inner .career-features .features-inner {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -16px;
  }
}
@media (min-width: 1024px) {
  .vacancies_page .main .career-section .section-inner .career-features .features-inner {
    -webkit-box-lines: single;
    -moz-box-lines: single;
    box-lines: single;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.vacancies_page .main .career-section .section-inner .career-features .features-inner .feature {
  padding: 0 0 32px;
}
@media (min-width: 640px) {
  .vacancies_page .main .career-section .section-inner .career-features .features-inner .feature {
    width: 50%;
    padding: 0 16px 32px;
  }
}
@media (min-width: 1024px) {
  .vacancies_page .main .career-section .section-inner .career-features .features-inner .feature {
    width: 25%;
    padding: 0 16px;
  }
}
.vacancies_page .main .career-section .section-inner .career-features .features-inner .feature .feature-inner .feature-icon {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.vacancies_page .main .career-section .section-inner .career-features .features-inner .feature .feature-inner .feature-icon svg {
  width: 130px;
  height: 130px;
}
.vacancies_page .main .career-section .section-inner .career-features .features-inner .feature .feature-inner .feature-title {
  padding: 24px 0 0;
  font-size: 18px;
  line-height: 27px;
  font-weight: normal;
  text-align: center;
}
.vacancies_page .footer {
  background-color: #F5F7FA;
}

.vacancy_page .main .header-section {
  position: relative;
  padding: 0 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
@media (min-width: 640px) {
  .vacancy_page .main .header-section {
    padding: 0 32px;
  }
}
@media (min-width: 1024px) {
  .vacancy_page .main .header-section {
    padding: 0 42px;
  }
}
.vacancy_page .main .header-section .header-filter {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.vacancy_page .main .header-section .section-inner {
  position: relative;
  max-width: 970px;
  margin: 0 auto;
  padding: 40px 0 104px;
}
@media (min-width: 640px) {
  .vacancy_page .main .header-section .section-inner {
    padding: 48px 0 340px;
  }
}
@media (min-width: 1024px) {
  .vacancy_page .main .header-section .section-inner {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    box-pack: justify;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    padding: 0 0 237px;
  }
}
@media (min-width: 1280px) {
  .vacancy_page .main .header-section .section-inner {
    max-width: 1170px;
  }
}
.vacancy_page .main .header-section .section-inner .cv-desc {
  color: #fff;
}
@media (min-width: 1024px) {
  .vacancy_page .main .header-section .section-inner .cv-desc {
    width: 570px;
    padding: 100px 0 0;
  }
}
.vacancy_page .main .header-section .section-inner .cv-desc .desc-about {
  padding: 0 0 20px;
}
@media (min-width: 640px) {
  .vacancy_page .main .header-section .section-inner .cv-desc .desc-about {
    padding: 0 0 24px;
    font-size: 21px;
    line-height: 30px;
  }
}
.vacancy_page .main .header-section .section-inner .cv-desc .desc-title {
  padding: 0 0 12px;
  font-size: 32px;
  line-height: 41px;
  letter-spacing: -0.005em;
}
@media (min-width: 640px) {
  .vacancy_page .main .header-section .section-inner .cv-desc .desc-title {
    padding: 0 0 15px;
    font-size: 46px;
    line-height: 57px;
    letter-spacing: -0.015em;
  }
}
.vacancy_page .main .header-section .section-inner .cv-desc .desc-subtitle {
  padding: 0 0 40px;
  font-size: 21px;
  line-height: 30px;
}
@media (min-width: 640px) {
  .vacancy_page .main .header-section .section-inner .cv-desc .desc-subtitle {
    padding: 0 0 48px;
    font-size: 32px;
    line-height: 41px;
    letter-spacing: -0.005em;
  }
}
@media (min-width: 1024px) {
  .vacancy_page .main .header-section .section-inner .cv-desc .desc-subtitle {
    padding: 0;
  }
}
@media (min-width: 640px) {
  .vacancy_page .main .header-section .section-inner .cv-form {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
}
@media (min-width: 1024px) {
  .vacancy_page .main .header-section .section-inner .cv-form {
    display: block;
    width: 300px;
    padding: 48px 0 0;
  }
}
@media (min-width: 1280px) {
  .vacancy_page .main .header-section .section-inner .cv-form {
    width: 340px;
  }
}
.vacancy_page .main .header-section .section-inner .cv-form .form-title {
  padding: 0 0 24px;
  font-size: 21px;
  line-height: 30px;
  color: #fff;
  text-align: center;
}
@media (min-width: 640px) {
  .vacancy_page .main .header-section .section-inner .cv-form .form-title {
    width: 100%;
    font-size: 25px;
    line-height: 34px;
  }
}
.vacancy_page .main .header-section .section-inner .cv-form .input {
  padding: 0 0 20px;
}
@media (min-width: 640px) {
  .vacancy_page .main .header-section .section-inner .cv-form .input {
    width: 50%;
    padding: 0 10px 20px;
  }
}
@media (min-width: 1024px) {
  .vacancy_page .main .header-section .section-inner .cv-form .input {
    width: auto;
    padding: 0 0 20px;
  }
}
@media (min-width: 640px) {
  .vacancy_page .main .header-section .section-inner .cv-form .input.file-input .file-btn {
    right: 20px;
  }
}
@media (min-width: 1280px) {
  .vacancy_page .main .header-section .section-inner .cv-form .input.file-input .file-btn {
    right: 10px;
  }
}
.vacancy_page .main .header-section .section-inner .cv-form label.checkbox {
  position: relative;
  color: #fff;
  width: 200px;
  margin: 0 auto;
}
@media (min-width: 640px) {
  .vacancy_page .main .header-section .section-inner .cv-form label.checkbox {
    width: auto;
  }
}
@media (min-width: 1024px) {
  .vacancy_page .main .header-section .section-inner .cv-form label.checkbox {
    width: 200px;
  }
}
@media (min-width: 1280px) {
  .vacancy_page .main .header-section .section-inner .cv-form label.checkbox {
    width: auto;
  }
}
.vacancy_page .main .header-section .section-inner .cv-form label.checkbox input[type=checkbox]:checked ~ .custom-checkbox {
  background-color: #54BEE1;
  border-color: #54BEE1;
}
.vacancy_page .main .header-section .section-inner .cv-form label.checkbox a {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
}
.vacancy_page .main .header-section .section-inner .cv-form label.checkbox a:hover {
  border-color: rgba(255, 255, 255, 0.6);
}
.vacancy_page .main .header-section .section-inner .cv-form label.checkbox.error:before {
  content: "";
  position: absolute;
  top: -7px;
  left: -7px;
  right: -7px;
  bottom: -7px;
  border-radius: 20px;
  background-color: rgba(242, 86, 69, 0.2);
}
.vacancy_page .main .header-section .section-inner .cv-form .button-holder {
  padding: 20px 0 0;
}
@media (min-width: 640px) {
  .vacancy_page .main .header-section .section-inner .cv-form .button-holder {
    -webkit-box-pack: center;
    box-pack: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    width: 100%;
    padding: 24px 0 0;
  }
}
.vacancy_page .main .header-section .section-inner .cv-form .button-holder .button {
  width: 100%;
}
@media (min-width: 640px) {
  .vacancy_page .main .header-section .section-inner .cv-form .button-holder .button {
    width: 150px;
  }
}
.vacancy_page .main .career-section {
  position: relative;
  padding: 0 12px;
  margin-top: -64px;
}
@media (min-width: 640px) {
  .vacancy_page .main .career-section {
    padding: 0 16px;
    margin-top: -290px;
  }
}
@media (min-width: 1024px) {
  .vacancy_page .main .career-section {
    padding: 0 42px;
    margin-top: -190px;
  }
}
.vacancy_page .main .career-section .section-inner {
  max-width: 940px;
  margin: 0 auto;
  padding: 32px 20px 16px;
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0px 12px 24px 0px rgba(39, 55, 71, 0.16);
  box-shadow: 0px 12px 24px 0px rgba(39, 55, 71, 0.16);
}
@media (min-width: 640px) {
  .vacancy_page .main .career-section .section-inner {
    padding: 40px 24px 16px;
  }
}
@media (min-width: 1024px) {
  .vacancy_page .main .career-section .section-inner {
    padding: 40px 40px 48px;
  }
}
@media (min-width: 1280px) {
  .vacancy_page .main .career-section .section-inner {
    max-width: 1170px;
  }
}
.vacancy_page .main .career-section .section-inner .section-title {
  padding: 0 0 32px;
  font-size: 25px;
  line-height: 34px;
  text-align: center;
}
@media (min-width: 640px) {
  .vacancy_page .main .career-section .section-inner .section-title {
    font-size: 32px;
    line-height: 41px;
    letter-spacing: -0.005em;
  }
}
@media (min-width: 640px) {
  .vacancy_page .main .career-section .section-inner .career-features .features-inner {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -16px;
  }
}
@media (min-width: 1024px) {
  .vacancy_page .main .career-section .section-inner .career-features .features-inner {
    -webkit-box-lines: single;
    -moz-box-lines: single;
    box-lines: single;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.vacancy_page .main .career-section .section-inner .career-features .features-inner .feature {
  padding: 0 0 32px;
}
@media (min-width: 640px) {
  .vacancy_page .main .career-section .section-inner .career-features .features-inner .feature {
    width: 50%;
    padding: 0 16px 32px;
  }
}
@media (min-width: 1024px) {
  .vacancy_page .main .career-section .section-inner .career-features .features-inner .feature {
    width: 25%;
    padding: 0 16px;
  }
}
.vacancy_page .main .career-section .section-inner .career-features .features-inner .feature .feature-inner .feature-icon {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.vacancy_page .main .career-section .section-inner .career-features .features-inner .feature .feature-inner .feature-icon svg {
  width: 130px;
  height: 130px;
}
.vacancy_page .main .career-section .section-inner .career-features .features-inner .feature .feature-inner .feature-title {
  padding: 24px 0 0;
  font-size: 18px;
  line-height: 27px;
  font-weight: normal;
  text-align: center;
}
@media (min-width: 1024px) {
  .vacancy_page .main .requirements-section {
    padding: 0 42px;
  }
}
.vacancy_page .main .requirements-section .section-inner {
  max-width: 970px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .vacancy_page .main .requirements-section .section-inner {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    box-pack: justify;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    padding: 64px 0 40px;
  }
}
@media (min-width: 1280px) {
  .vacancy_page .main .requirements-section .section-inner {
    max-width: 1170px;
    padding: 80px 0 40px;
  }
}
.vacancy_page .main .requirements-section .section-inner .requirements-desc {
  padding: 48px 20px;
}
@media (min-width: 640px) {
  .vacancy_page .main .requirements-section .section-inner .requirements-desc {
    padding: 64px 32px 48px;
  }
}
@media (min-width: 1024px) {
  .vacancy_page .main .requirements-section .section-inner .requirements-desc {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    box-direction: normal;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: justify;
    box-pack: justify;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    width: 50%;
    padding: 40px 0 0;
    margin: 0 32px 0 0;
  }
}
@media (min-width: 1280px) {
  .vacancy_page .main .requirements-section .section-inner .requirements-desc {
    margin: 0 40px 0 0;
  }
}
.vacancy_page .main .requirements-section .section-inner .requirements-desc .desc-inner .desc-title {
  padding: 0 0 32px;
  font-size: 25px;
  line-height: 34px;
  text-align: center;
}
@media (min-width: 1024px) {
  .vacancy_page .main .requirements-section .section-inner .requirements-desc .desc-inner .desc-title {
    font-size: 32px;
    line-height: 41px;
    letter-spacing: -0.005em;
    text-align: left;
  }
}
@media (min-width: 640px) {
  .vacancy_page .main .requirements-section .section-inner .requirements-desc .desc-inner .ul {
    padding: 0 0 0 24px;
  }
}
.vacancy_page .main .requirements-section .section-inner .requirements-desc .desc-inner .ul li {
  padding: 0 0 24px;
}
@media (min-width: 640px) {
  .vacancy_page .main .requirements-section .section-inner .requirements-desc .desc-inner .ul li {
    font-size: 18px;
    line-height: 27px;
  }
}
.vacancy_page .main .requirements-section .section-inner .requirements-desc .desc-image {
  overflow: hidden;
  border-radius: 8px;
}
.vacancy_page .main .requirements-section .section-inner .requirements-desc .desc-image img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.vacancy_page .main .requirements-section .section-inner .requirements-graph {
  padding: 32px 20px 28px;
  background-color: #F5F7FA;
}
@media (min-width: 640px) {
  .vacancy_page .main .requirements-section .section-inner .requirements-graph {
    padding: 40px 48px 48px;
  }
}
@media (min-width: 1024px) {
  .vacancy_page .main .requirements-section .section-inner .requirements-graph {
    width: 50%;
    padding: 40px 40px 0;
    margin: 0 0 0 32px;
    border-radius: 8px;
  }
}
@media (min-width: 1280px) {
  .vacancy_page .main .requirements-section .section-inner .requirements-graph {
    margin: 0 0 0 40px;
  }
}
.vacancy_page .main .requirements-section .section-inner .requirements-graph .graph-title {
  padding: 0 0 32px;
  font-size: 25px;
  line-height: 34px;
  text-align: center;
}
@media (min-width: 1024px) {
  .vacancy_page .main .requirements-section .section-inner .requirements-graph .graph-title {
    font-size: 32px;
    line-height: 41px;
    letter-spacing: -0.005em;
  }
}
@media (min-width: 640px) {
  .vacancy_page .main .requirements-section .section-inner .requirements-graph .requirements-graph-inner {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
  }
}
@media (min-width: 1024px) {
  .vacancy_page .main .requirements-section .section-inner .requirements-graph .requirements-graph-inner {
    display: block;
  }
}
.vacancy_page .main .requirements-section .section-inner .requirements-graph .requirements-graph-inner .graph {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.vacancy_page .main .requirements-section .section-inner .requirements-graph .requirements-graph-inner .graph .graph-inner {
  position: relative;
  width: 220px;
  height: 220px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(39, 55, 71, 0.16);
  box-shadow: 0px 1px 2px 0px rgba(39, 55, 71, 0.16);
}
.vacancy_page .main .requirements-section .section-inner .requirements-graph .requirements-graph-inner .graph .graph-inner svg.progress-green {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -97px 0 0 -97px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.vacancy_page .main .requirements-section .section-inner .requirements-graph .requirements-graph-inner .graph .graph-inner svg.progress-green .progress__meter,
.vacancy_page .main .requirements-section .section-inner .requirements-graph .requirements-graph-inner .graph .graph-inner svg.progress-green .progress__value {
  fill: none;
}
.vacancy_page .main .requirements-section .section-inner .requirements-graph .requirements-graph-inner .graph .graph-inner svg.progress-green .progress__meter {
  stroke: rgba(136, 200, 82, 0.16);
}
.vacancy_page .main .requirements-section .section-inner .requirements-graph .requirements-graph-inner .graph .graph-inner svg.progress-green .progress__value {
  stroke: #88C852;
  stroke-linecap: round;
}
.vacancy_page .main .requirements-section .section-inner .requirements-graph .requirements-graph-inner .graph .graph-inner svg.progress-blue {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -72px 0 0 -72px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.vacancy_page .main .requirements-section .section-inner .requirements-graph .requirements-graph-inner .graph .graph-inner svg.progress-blue .progress__meter,
.vacancy_page .main .requirements-section .section-inner .requirements-graph .requirements-graph-inner .graph .graph-inner svg.progress-blue .progress__value {
  fill: none;
}
.vacancy_page .main .requirements-section .section-inner .requirements-graph .requirements-graph-inner .graph .graph-inner svg.progress-blue .progress__meter {
  stroke: rgba(84, 190, 225, 0.16);
}
.vacancy_page .main .requirements-section .section-inner .requirements-graph .requirements-graph-inner .graph .graph-inner svg.progress-blue .progress__value {
  stroke: #54BEE1;
  stroke-linecap: round;
}
.vacancy_page .main .requirements-section .section-inner .requirements-graph .requirements-graph-inner .graph .graph-inner svg.progress-pink {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -48px 0 0 -48px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.vacancy_page .main .requirements-section .section-inner .requirements-graph .requirements-graph-inner .graph .graph-inner svg.progress-pink .progress__meter,
.vacancy_page .main .requirements-section .section-inner .requirements-graph .requirements-graph-inner .graph .graph-inner svg.progress-pink .progress__value {
  fill: none;
}
.vacancy_page .main .requirements-section .section-inner .requirements-graph .requirements-graph-inner .graph .graph-inner svg.progress-pink .progress__meter {
  stroke: rgba(240, 54, 118, 0.16);
}
.vacancy_page .main .requirements-section .section-inner .requirements-graph .requirements-graph-inner .graph .graph-inner svg.progress-pink .progress__value {
  stroke: #F03676;
  stroke-linecap: round;
}
.vacancy_page .main .requirements-section .section-inner .requirements-graph .requirements-graph-inner .graph-legend {
  padding: 32px 0 0;
}
@media (min-width: 640px) {
  .vacancy_page .main .requirements-section .section-inner .requirements-graph .requirements-graph-inner .graph-legend {
    padding: 0 0 0 40px;
  }
}
@media (min-width: 1024px) {
  .vacancy_page .main .requirements-section .section-inner .requirements-graph .requirements-graph-inner .graph-legend {
    padding: 32px 24px 36px;
  }
}
.vacancy_page .main .requirements-section .section-inner .requirements-graph .requirements-graph-inner .graph-legend .legend-item {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  margin: 0 0 12px;
}
.vacancy_page .main .requirements-section .section-inner .requirements-graph .requirements-graph-inner .graph-legend .legend-item .legend-icon {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  min-width: 56px;
  width: 56px;
  height: 56px;
  border-radius: 100px;
  background-color: #8C97A3;
  color: #fff;
  font-size: 18px;
  line-height: 27px;
}
.vacancy_page .main .requirements-section .section-inner .requirements-graph .requirements-graph-inner .graph-legend .legend-item .legend-icon.pink {
  background-color: #F03676;
}
.vacancy_page .main .requirements-section .section-inner .requirements-graph .requirements-graph-inner .graph-legend .legend-item .legend-icon.blue {
  background-color: #54BEE1;
}
.vacancy_page .main .requirements-section .section-inner .requirements-graph .requirements-graph-inner .graph-legend .legend-item .legend-icon.green {
  background-color: #88C852;
}
.vacancy_page .main .requirements-section .section-inner .requirements-graph .requirements-graph-inner .graph-legend .legend-item .legend-desc {
  padding: 0 0 0 16px;
}
@media (min-width: 1024px) {
  .vacancy_page .main .offer-section {
    padding: 0 42px;
  }
}
.vacancy_page .main .offer-section .section-inner {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  box-direction: normal;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  max-width: 970px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .vacancy_page .main .offer-section .section-inner {
    -webkit-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    box-direction: normal;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: justify;
    box-pack: justify;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
  }
}
@media (min-width: 1280px) {
  .vacancy_page .main .offer-section .section-inner {
    max-width: 1170px;
  }
}
.vacancy_page .main .offer-section .section-inner .offer-stop {
  -webkit-box-ordinal-group: 1;
  box-ordinal-group: 1;
  -moz-order: 1;
  order: 1;
  -ms-flex-order: 1;
  padding: 32px 20px 24px;
  background-color: #F5F7FA;
}
@media (min-width: 640px) {
  .vacancy_page .main .offer-section .section-inner .offer-stop {
    padding: 40px 64px 24px;
  }
}
@media (min-width: 1024px) {
  .vacancy_page .main .offer-section .section-inner .offer-stop {
    -webkit-box-ordinal-group: 0;
    box-ordinal-group: 0;
    -moz-order: 0;
    order: 0;
    -ms-flex-order: 0;
    width: 50%;
    padding: 40px 40px 24px;
    margin: 0 32px 0 0;
    border-radius: 8px;
  }
}
@media (min-width: 1280px) {
  .vacancy_page .main .offer-section .section-inner .offer-stop {
    margin: 0 40px 0 0;
  }
}
.vacancy_page .main .offer-section .section-inner .offer-stop .stop-icon {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.vacancy_page .main .offer-section .section-inner .offer-stop .offer-title {
  padding: 0 0 32px;
  font-size: 25px;
  line-height: 34px;
  text-align: center;
}
@media (min-width: 1024px) {
  .vacancy_page .main .offer-section .section-inner .offer-stop .offer-title {
    font-size: 32px;
    line-height: 41px;
    letter-spacing: -0.005em;
  }
}
@media (min-width: 640px) {
  .vacancy_page .main .offer-section .section-inner .offer-stop .ul {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
  }
}
@media (min-width: 1024px) {
  .vacancy_page .main .offer-section .section-inner .offer-stop .ul {
    -webkit-columns: auto;
    -moz-columns: auto;
    columns: auto;
  }
}
.vacancy_page .main .offer-section .section-inner .offer-stop .ul li {
  padding: 0 0 24px;
}
@media (min-width: 640px) {
  .vacancy_page .main .offer-section .section-inner .offer-stop .ul li {
    font-size: 18px;
    line-height: 27px;
  }
}
.vacancy_page .main .offer-section .section-inner .offer-desc {
  padding: 32px 20px 24px;
}
@media (min-width: 640px) {
  .vacancy_page .main .offer-section .section-inner .offer-desc {
    padding: 32px 32px 24px;
  }
}
@media (min-width: 1024px) {
  .vacancy_page .main .offer-section .section-inner .offer-desc {
    width: 50%;
    padding: 40px 0 0;
    margin: 0 0 0 32px;
  }
}
@media (min-width: 1280px) {
  .vacancy_page .main .offer-section .section-inner .offer-desc {
    margin: 0 0 0 40px;
  }
}
.vacancy_page .main .offer-section .section-inner .offer-desc .desc-title {
  padding: 0 0 32px;
  font-size: 25px;
  line-height: 34px;
  text-align: center;
}
@media (min-width: 1024px) {
  .vacancy_page .main .offer-section .section-inner .offer-desc .desc-title {
    font-size: 32px;
    line-height: 41px;
    letter-spacing: -0.005em;
    text-align: left;
  }
}
@media (min-width: 640px) {
  .vacancy_page .main .offer-section .section-inner .offer-desc .ul {
    padding: 0 0 0 24px;
  }
}
.vacancy_page .main .offer-section .section-inner .offer-desc .ul li {
  padding: 0 0 24px;
}
@media (min-width: 640px) {
  .vacancy_page .main .offer-section .section-inner .offer-desc .ul li {
    font-size: 18px;
    line-height: 27px;
  }
}
.vacancy_page .main .cv-info-section .section-inner {
  padding: 48px 0;
  font-size: 21px;
  line-height: 30px;
  font-weight: normal;
  text-align: center;
}
@media (min-width: 640px) {
  .vacancy_page .main .cv-info-section .section-inner {
    padding: 64px 0;
    font-size: 25px;
    line-height: 34px;
  }
}
@media (min-width: 1280px) {
  .vacancy_page .main .cv-info-section .section-inner {
    padding: 80px 0 64px;
  }
}
@media (min-width: 1024px) {
  .vacancy_page .main .cv-section {
    padding: 0 42px;
  }
}
.vacancy_page .main .cv-section .section-inner {
  max-width: 940px;
  margin: 0 auto;
  padding: 40px 20px 48px;
  background-color: #F5F7FA;
}
@media (min-width: 640px) {
  .vacancy_page .main .cv-section .section-inner {
    padding: 40px 32px 48px;
  }
}
@media (min-width: 1024px) {
  .vacancy_page .main .cv-section .section-inner {
    padding: 40px 40px 28px;
    background-color: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 0px 12px 24px 0px rgba(39, 55, 71, 0.16);
    box-shadow: 0px 12px 24px 0px rgba(39, 55, 71, 0.16);
  }
}
@media (min-width: 1280px) {
  .vacancy_page .main .cv-section .section-inner {
    max-width: 970px;
  }
}
.vacancy_page .main .cv-section .section-inner .section-title {
  padding: 0 0 32px;
  font-size: 25px;
  line-height: 34px;
  text-align: center;
}
@media (min-width: 640px) {
  .vacancy_page .main .cv-section .section-inner .section-title {
    padding: 0 0 40px;
  }
}
@media (min-width: 1024px) {
  .vacancy_page .main .cv-section .section-inner .cv-form {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 640px) {
  .vacancy_page .main .cv-section .section-inner .cv-form .left-group {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
}
@media (min-width: 1024px) {
  .vacancy_page .main .cv-section .section-inner .cv-form .left-group {
    display: block;
    min-width: 370px;
    margin: 0;
  }
}
@media (min-width: 1280px) {
  .vacancy_page .main .cv-section .section-inner .cv-form .left-group {
    min-width: 385px;
  }
}
.vacancy_page .main .cv-section .section-inner .cv-form .left-group .input {
  padding: 0 0 20px;
}
@media (min-width: 640px) {
  .vacancy_page .main .cv-section .section-inner .cv-form .left-group .input {
    padding: 0 10px 20px;
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .vacancy_page .main .cv-section .section-inner .cv-form .left-group .input {
    width: auto;
    padding: 0 0 20px;
  }
}
@media (min-width: 640px) {
  .vacancy_page .main .cv-section .section-inner .cv-form .left-group .input.file-input .file-btn {
    right: 20px;
  }
}
@media (min-width: 1280px) {
  .vacancy_page .main .cv-section .section-inner .cv-form .left-group .input.file-input .file-btn {
    right: 10px;
  }
}
@media (min-width: 1024px) {
  .vacancy_page .main .cv-section .section-inner .cv-form .right-group {
    width: 100%;
    padding: 0 0 0 20px;
  }
}
.vacancy_page .main .cv-section .section-inner .cv-form .right-group .input {
  padding: 0 0 18px;
}
.vacancy_page .main .cv-section .section-inner .cv-form .right-group .input textarea {
  height: 240px;
  padding: 14px 10px;
}
@media (min-width: 640px) {
  .vacancy_page .main .cv-section .section-inner .cv-form .right-group .input textarea {
    height: 170px;
  }
}
@media (min-width: 1024px) {
  .vacancy_page .main .cv-section .section-inner .cv-form .right-group .input textarea {
    height: 178px;
  }
}
.vacancy_page .main .cv-section .section-inner .cv-form .right-group .button-holder {
  position: relative;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  box-direction: normal;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
@media (min-width: 1024px) {
  .vacancy_page .main .cv-section .section-inner .cv-form .right-group .button-holder {
    -webkit-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    box-direction: normal;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
  }
}
.vacancy_page .main .cv-section .section-inner .cv-form .right-group .button-holder label.checkbox {
  width: 200px;
  margin: 0 auto 24px;
}
@media (min-width: 640px) {
  .vacancy_page .main .cv-section .section-inner .cv-form .right-group .button-holder label.checkbox {
    width: auto;
  }
}
@media (min-width: 1024px) {
  .vacancy_page .main .cv-section .section-inner .cv-form .right-group .button-holder label.checkbox {
    width: 188px;
    margin: 0 40px 0 0;
  }
}
.vacancy_page .main .cv-section .section-inner .cv-form .right-group .button-holder label.checkbox input[type=checkbox]:checked ~ .custom-checkbox {
  background-color: #54BEE1;
  border-color: #54BEE1;
}
.vacancy_page .main .cv-section .section-inner .cv-form .right-group .button-holder label.checkbox.error:before {
  content: "";
  position: absolute;
  top: -7px;
  left: -7px;
  right: -7px;
  bottom: -7px;
  border-radius: 20px;
  background-color: rgba(242, 86, 69, 0.2);
}
.vacancy_page .main .cv-section .section-inner .cv-form .right-group .button-holder .button {
  width: 100%;
}
@media (min-width: 640px) {
  .vacancy_page .main .cv-section .section-inner .cv-form .right-group .button-holder .button {
    width: 150px;
  }
}
@media (min-width: 1024px) {
  .vacancy_page .footer {
    background-color: #F5F7FA;
  }
}

@media (min-width: 1024px) {
  .info_legal_page .main .page-title-section .section-inner {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    box-pack: justify;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
  }
}
@media (min-width: 1024px) {
  .info_legal_page .main .page-title-section .section-inner .page-title {
    padding: 0;
  }
}
.info_legal_page .main .page-title-section .section-inner .button-holder {
  display: none;
}
@media (min-width: 1024px) {
  .info_legal_page .main .page-title-section .section-inner .button-holder {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.info_legal_page .main .text-section .section-inner {
  max-width: 780px;
  padding: 40px 0 0;
}
@media (min-width: 640px) {
  .info_legal_page .main .text-section .section-inner {
    padding: 48px 0 0;
  }
}
@media (min-width: 1280px) {
  .info_legal_page .main .text-section .section-inner {
    max-width: 870px;
    padding: 64px 0 0;
  }
}
.info_legal_page .main .text-section .section-inner .section-title {
  padding: 0 0 32px;
  font-size: 21px;
  line-height: 30px;
  font-weight: normal;
}
@media (min-width: 640px) {
  .info_legal_page .main .text-section .section-inner .section-title {
    font-size: 25px;
    line-height: 34px;
  }
}
@media (min-width: 1024px) {
  .info_legal_page .main .text-section .section-inner .section-title {
    text-align: left;
  }
}
@media (min-width: 1280px) {
  .info_legal_page .main .text-section .section-inner .section-title {
    padding: 0 0 40px;
  }
}
.info_legal_page .main .text-section .section-inner .section-desc {
  padding: 0 0 40px;
}
@media (min-width: 640px) {
  .info_legal_page .main .text-section .section-inner .section-desc {
    padding: 0 0 48px;
  }
}
.info_legal_page .main .text-section .section-inner .ul {
  padding: 0 0 8px 16px;
  word-wrap: break-word;
}
@media (min-width: 640px) {
  .info_legal_page .main .text-section .section-inner .ul {
    padding: 0 0 16px 16px;
  }
}
@media (min-width: 1280px) {
  .info_legal_page .main .text-section .section-inner .ul {
    padding: 0 0 32px 16px;
  }
}
.info_legal_page .main .text-section .section-inner .image {
  max-width: 640px;
  padding: 4px 15px 16px;
  border: 1px solid #D8DFE6;
}
@media (min-width: 640px) {
  .info_legal_page .main .text-section .section-inner .image {
    padding: 10px 32px 30px;
  }
}
@media (min-width: 1024px) {
  .info_legal_page .main .text-section .section-inner .image {
    padding: 10px 35px 32px;
  }
}
.info_legal_page .main .text-section .section-inner .image img {
  width: 100%;
  height: auto;
}

.info_privacy_page .main .text-section .section-inner {
  max-width: 780px;
  padding: 20px 0 0;
}
@media (min-width: 640px) {
  .info_privacy_page .main .text-section .section-inner {
    padding: 48px 0 0;
  }
}
@media (min-width: 1280px) {
  .info_privacy_page .main .text-section .section-inner {
    max-width: 970px;
    padding: 64px 0 0;
  }
}
.info_privacy_page .main .text-section .section-inner .section-title {
  padding: 0 0 32px;
  font-size: 25px;
  line-height: 34px;
  text-align: center;
}
@media (min-width: 640px) {
  .info_privacy_page .main .text-section .section-inner .section-title {
    padding: 0 0 40px;
    font-size: 32px;
    line-height: 41px;
    letter-spacing: -0.005em;
  }
}
@media (min-width: 1024px) {
  .info_privacy_page .main .text-section .section-inner .section-title {
    text-align: left;
  }
}
.info_privacy_page .main .text-section .section-inner .ol {
  word-wrap: break-word;
}
@media (min-width: 1280px) {
  .info_privacy_page .main .text-section .section-inner .ol {
    max-width: 870px;
  }
}

.info_policy_page .main .text-section .section-inner {
  max-width: 780px;
  padding: 20px 0 0;
}
@media (min-width: 640px) {
  .info_policy_page .main .text-section .section-inner {
    padding: 48px 0 0;
  }
}
@media (min-width: 1280px) {
  .info_policy_page .main .text-section .section-inner {
    max-width: 970px;
    padding: 64px 0 0;
  }
}
.info_policy_page .main .text-section .section-inner .section-title {
  padding: 0 0 32px;
  font-size: 25px;
  line-height: 34px;
  text-align: center;
}
@media (min-width: 640px) {
  .info_policy_page .main .text-section .section-inner .section-title {
    padding: 0 0 40px;
    font-size: 32px;
    line-height: 41px;
    letter-spacing: -0.005em;
  }
}
@media (min-width: 1024px) {
  .info_policy_page .main .text-section .section-inner .section-title {
    text-align: left;
  }
}
.info_policy_page .main .text-section .section-inner .section-subtitle {
  padding: 0 0 20px;
  font-size: 21px;
  line-height: 30px;
  text-align: center;
}
@media (min-width: 640px) {
  .info_policy_page .main .text-section .section-inner .section-subtitle {
    padding: 0 0 20px;
    font-size: 25px;
    line-height: 34px;
  }
}
@media (min-width: 1024px) {
  .info_policy_page .main .text-section .section-inner .section-subtitle {
    text-align: left;
  }
}
.info_policy_page .main .text-section .section-inner p {
  padding: 0 0 20px;
}
.info_policy_page .main .text-section .section-inner .info-table .row {
  padding: 24px 8px;
  border-top: 1px solid rgba(39, 55, 71, 0.1);
  border-bottom: 1px solid rgba(39, 55, 71, 0.1);
}
@media (min-width: 1024px) {
  .info_policy_page .main .text-section .section-inner .info-table .row {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.info_policy_page .main .text-section .section-inner .info-table .row .title {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.07em;
  color: #8C97A3;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .info_policy_page .main .text-section .section-inner .info-table .row .title {
    width: 50%;
  }
}
.info_policy_page .main .text-section .section-inner .info-table .row .content {
  padding: 16px 0 0;
}
@media (min-width: 1024px) {
  .info_policy_page .main .text-section .section-inner .info-table .row .content {
    width: 50%;
    padding: 0;
  }
}
.info_policy_page .main .text-section .section-inner .info-table .row .content ul {
  padding: 20px 0 0 18px;
}
.info_policy_page .main .text-section .section-inner .info-table .row .content ul li:last-child {
  padding: 0;
}
.info_policy_page .main .text-section .section-inner .info-table .row.head-row .title {
  font-weight: normal;
}

.info_terms_page .main .text-section .section-inner,
.info_agreement_page .main .text-section .section-inner {
  max-width: 780px;
  padding: 40px 0 0;
}
@media (min-width: 640px) {
  .info_terms_page .main .text-section .section-inner,
  .info_agreement_page .main .text-section .section-inner {
    padding: 48px 0 0;
  }
}
@media (min-width: 1280px) {
  .info_terms_page .main .text-section .section-inner,
  .info_agreement_page .main .text-section .section-inner {
    max-width: 870px;
    padding: 64px 0 0;
  }
}
.info_terms_page .main .text-section .section-inner .title,
.info_agreement_page .main .text-section .section-inner .title {
  padding: 0 0 32px;
}
.info_terms_page .main .text-section .section-inner .download-link,
.info_agreement_page .main .text-section .section-inner .download-link {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 32px;
}
.info_terms_page .main .text-section .section-inner .download-link .icon-holder,
.info_agreement_page .main .text-section .section-inner .download-link .icon-holder {
  padding: 3px 0 0;
}
.info_terms_page .main .text-section .section-inner .download-link .icon-holder svg.icon,
.info_agreement_page .main .text-section .section-inner .download-link .icon-holder svg.icon {
  width: 20px;
  height: 20px;
  fill: #00A3D6;
}
.info_terms_page .main .text-section .section-inner .download-link .link-content,
.info_agreement_page .main .text-section .section-inner .download-link .link-content {
  padding: 0 0 0 8px;
  font-size: 18px;
  line-height: 27px;
}
.info_terms_page .main .text-section .section-inner .download-link .link-content .file-size,
.info_agreement_page .main .text-section .section-inner .download-link .link-content .file-size {
  font-size: 14px;
  color: #8C97A3;
  white-space: nowrap;
}

.quality_index_page .main,
.quality_index2_page .main {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  padding: 30px;
  background-color: #F5F7FA;
}
.quality_index_page .main .white-box,
.quality_index2_page .main .white-box {
  width: 600px;
  padding: 36px 40px 36px;
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0px 12px 24px 0px rgba(39, 55, 71, 0.16);
  box-shadow: 0px 12px 24px 0px rgba(39, 55, 71, 0.16);
}
.quality_index_page .main .white-box .box-inner,
.quality_index2_page .main .white-box .box-inner {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  box-direction: normal;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.quality_index_page .main .white-box .box-inner h2.title,
.quality_index2_page .main .white-box .box-inner h2.title {
  padding: 0 0 18px;
  font-size: 32px;
  line-height: 41px;
  letter-spacing: -0.005em;
  text-align: center;
}
.quality_index_page .main .white-box .box-inner .subtitle,
.quality_index2_page .main .white-box .box-inner .subtitle {
  padding: 0 0 20px;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #8C97A3;
}
.quality_index_page .main .white-box .box-inner .smile-buttons,
.quality_index2_page .main .white-box .box-inner .smile-buttons {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  padding: 0 0 30px;
}
.quality_index_page .main .white-box .box-inner .smile-buttons a.smile-button,
.quality_index2_page .main .white-box .box-inner .smile-buttons a.smile-button {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  width: 60px;
  height: 60px;
  border: none;
  margin: 0 5px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.16);
}
.quality_index_page .main .white-box .box-inner .smile-buttons a.smile-button svg,
.quality_index2_page .main .white-box .box-inner .smile-buttons a.smile-button svg {
  width: 44px;
  height: 44px;
}
.quality_index_page .main .white-box .box-inner .smile-buttons a.smile-button:hover,
.quality_index2_page .main .white-box .box-inner .smile-buttons a.smile-button:hover {
  background-color: #F5F7FA;
}
.quality_index_page .main .white-box .box-inner .balticom-link a,
.quality_index2_page .main .white-box .box-inner .balticom-link a {
  font-size: 18px;
  line-height: 27px;
  font-weight: normal;
}

.quality_form_page .main,
.quality_form2_page .main {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  padding: 30px;
  background-color: #F5F7FA;
}
.quality_form_page .main .white-box,
.quality_form2_page .main .white-box {
  width: 392px;
  padding: 36px 40px 36px;
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0px 12px 24px 0px rgba(39, 55, 71, 0.16);
  box-shadow: 0px 12px 24px 0px rgba(39, 55, 71, 0.16);
}
.quality_form_page .main .white-box .box-inner,
.quality_form2_page .main .white-box .box-inner {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  box-direction: normal;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.quality_form_page .main .white-box .box-inner h2.title,
.quality_form2_page .main .white-box .box-inner h2.title {
  padding: 0 0 18px;
  font-size: 32px;
  line-height: 41px;
  letter-spacing: -0.005em;
  text-align: center;
}
.quality_form_page .main .white-box .box-inner .subtitle,
.quality_form2_page .main .white-box .box-inner .subtitle {
  padding: 0 0 20px;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #8C97A3;
}
.quality_form_page .main .white-box .box-inner .form,
.quality_form2_page .main .white-box .box-inner .form {
  width: 100%;
  max-width: 300px;
}
@media (min-width: 1024px) {
  .quality_form_page .main .white-box .box-inner .form,
  .quality_form2_page .main .white-box .box-inner .form {
    max-width: 312px;
  }
}
.quality_form_page .main .white-box .box-inner .form .input,
.quality_form2_page .main .white-box .box-inner .form .input {
  padding: 0 0 24px;
}
.quality_form_page .main .white-box .box-inner .form .button-holder .button,
.quality_form2_page .main .white-box .box-inner .form .button-holder .button {
  width: 160px;
}

.quality_thankyou_page .main,
.quality_thankyou2_page .main {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  padding: 30px;
  background-color: #F5F7FA;
}
.quality_thankyou_page .main .white-box,
.quality_thankyou2_page .main .white-box {
  width: 480px;
  padding: 40px;
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0px 12px 24px 0px rgba(39, 55, 71, 0.16);
  box-shadow: 0px 12px 24px 0px rgba(39, 55, 71, 0.16);
}
.quality_thankyou_page .main .white-box .box-inner,
.quality_thankyou2_page .main .white-box .box-inner {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  box-direction: normal;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.quality_thankyou_page .main .white-box .box-inner .icon-holder,
.quality_thankyou2_page .main .white-box .box-inner .icon-holder {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  padding: 0 0 20px;
}
.quality_thankyou_page .main .white-box .box-inner .icon-holder svg,
.quality_thankyou2_page .main .white-box .box-inner .icon-holder svg {
  width: 44px;
  height: 44px;
  fill: #29CE64;
}
.quality_thankyou_page .main .white-box .box-inner h2.title,
.quality_thankyou2_page .main .white-box .box-inner h2.title {
  padding: 0 0 20px;
  font-size: 32px;
  line-height: 41px;
  letter-spacing: -0.005em;
  text-align: center;
}
.quality_thankyou_page .main .white-box .box-inner .subtitle,
.quality_thankyou2_page .main .white-box .box-inner .subtitle {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #8C97A3;
}

.blocked_page .main p.date-updated {
  padding: 20px 0;
}
@media (min-width: 640px) {
  .blocked_page .main p.date-updated {
    padding: 32px 0;
  }
}
@media (min-width: 1024px) {
  .blocked_page .main p.date-updated {
    padding: 40px 0;
  }
}
.blocked_page .main table.table {
  width: 100%;
}
.blocked_page .main table.table tr td {
  padding: 24px 16px;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  vertical-align: top;
  border: 1px solid #E9EAEC;
}
@media (min-width: 1024px) {
  .blocked_page .main table.table tr td {
    padding: 21px 16px 24px;
  }
}

/* IE Fixes */
body.ie .home_index_page .main .cta-section .cta-inner .cta-content .features .features-inner .feature {
  width: 227px;
}
body.ie .home_index_page .main .cta-section .cta-inner .cta-content .features .features-inner .feature .feature-inner .feature-content {
  width: 171px;
}
body.ie .home_index_page .main .cta-section .cta-inner .cta-content .features .features-inner .feature:first-child {
  width: 196px;
}
body.ie .home_index_page .main .cta-section .cta-inner .cta-content .features .features-inner .feature:first-child .feature-inner .feature-content {
  width: 140px;
}
body.ie .home_index_page .main .cta-section .cta-inner .cta-content .features .features-inner .feature:last-child {
  width: 277px;
}
body.ie .home_index_page .main .cta-section .cta-inner .cta-content .features .features-inner .feature:last-child .feature-inner .feature-content {
  width: 221px;
}
body.ie .home_index_page .main .cta-section .cta-inner .cta-content .panel .panel-inner .discount .discount-inner {
  padding: 0 0 30px;
}

/* IE10 Fixes */
body.ie10 {
  /* Elements */
}
body.ie10 .pricing-table .pack-price .left-part {
  float: left;
}
body.ie10 .pricing-table .pack-price .right-part {
  float: right;
}
body.ie10 .channel-list .channel,
body.ie10 .channel-list .channel-group {
  overflow: hidden;
}
body.ie10 {
  /* Layout */
}
body.ie10 .page .header nav.nav .nav-inner {
  display: block;
  min-height: 95px;
}
@media (min-width: 1280px) {
  body.ie10 .page .header nav.nav .nav-inner {
    min-height: 111px;
  }
}
body.ie10 .page .header nav.nav .nav-inner a.logo {
  float: left;
}
body.ie10 .page .header nav.nav .nav-inner .submenu {
  margin: 32px 0 0;
  float: right;
}
@media (min-width: 1280px) {
  body.ie10 .page .header nav.nav .nav-inner .submenu {
    margin: 40px 0 0;
  }
}
body.ie10 .page .main .manager-section .manager-content {
  width: 514px;
}
body.ie10 .page .main .family-choice-section .advantage-content {
  max-width: 380px;
}
body.ie10 .page .main .channel-list-section .section-inner .mode-switch a {
  float: left;
}
body.ie10 .page .main .thematic-packs-section .bundle-price .left-part {
  float: left;
}
body.ie10 .page .main .thematic-packs-section .bundle-price .right-part {
  float: right;
}
body.ie10 .page .main .quote-section .section-inner .quote {
  max-width: 640px;
}
body.ie10 .home_index_page .main .cta-section .cta-inner .cta-content {
  width: 850px;
}
body.ie10 .home_index_page .main .cta-section .cta-inner .check-form-section .white-box .box-inner .form-info .terms-checkbox label.checkbox .checkbox-name {
  width: 176px;
}
body.ie10 .equipment_store_page .main .products-section .product-content {
  max-width: 644px;
}
body.ie10 .equipment_store_page .main .products-section .product-content .product-price .left-part {
  float: left;
}
body.ie10 .equipment_store_page .main .products-section .product-content .product-price .right-part {
  float: right;
}
body.ie10 .home_telephony_page .main .notification-section .text {
  max-width: 810px;
}
body.ie10 .home_telephony_page .main .faq-section .question-content {
  max-width: 493px;
}
body.ie10 .home_contacts_page .main .contacts-section .contact .row-block .text div {
  max-width: 240px;
}
body.ie10 {
  /*.business_internet_page .main {
    .pricing-section .packs {
      max-width: 680px;
      .pack .pack-content {
        max-width: 635px;
        .pack-inner {
          max-width: 635px;
        }
      }
    }
  }*/
}
body.ie10 .business_telephony_page .main .two-column-image-section .feature .feature-title {
  width: 100%;
}

.home_bundles_page .pricing-table .packs .pack .pack-header .pack-title,
.home_internet_page .pricing-table .packs .pack .pack-header .pack-title {
  display: none;
}
@media (min-width: 640px) {
  .home_bundles_page .pricing-table .packs .pack .pack-header .pack-title,
  .home_internet_page .pricing-table .packs .pack .pack-header .pack-title {
    display: none;
  }
}

.connection-options {
  padding-top: 60px;
  overflow-x: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  box-direction: normal;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  width: 100%;
  position: relative;
}
@media (min-width: 1024px) {
  .connection-options {
    padding-top: 40px;
  }
}
.connection-options .container {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  box-direction: normal;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
@media (min-width: 640px) {
  .connection-options .container {
    width: 610px;
  }
}
@media (min-width: 1024px) {
  .connection-options .container {
    width: 940px;
  }
}
@media (min-width: 1280px) {
  .connection-options .container {
    width: 1170px;
  }
}
.connection-options .container:after {
  display: none;
  bottom: 0;
  right: -60px;
  content: "";
  width: 295px;
  height: 525px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url(../images/master.png);
}
@media (min-width: 1024px) {
  .connection-options .container:after {
    display: block;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .connection-options .container:after {
    width: 208px;
    height: 370px;
    right: -165px;
  }
}
@media (min-width: 1920px) {
  .connection-options .container:after {
    right: -300px;
  }
}
.connection-options .container h2 {
  font-size: 21px;
  font-weight: 400;
  max-width: 500px;
  line-height: 1.42857;
  margin-bottom: 30px;
  text-align: center;
}
@media (min-width: 1024px) {
  .connection-options .container h2 {
    max-width: 590px;
    margin-bottom: 42px;
  }
}
.connection-options .container .options {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1440px) {
  .connection-options .container .options {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.connection-options .container .options .option {
  color: #fff;
  width: 280px;
  font-size: 1rem;
  line-height: 1.1875;
  position: relative;
  margin-bottom: 45px;
  padding: 30px 15px 0 13px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.connection-options .container .options .option-1 {
  height: 495px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 280 495'%3E%3Cdefs%3E%3ClinearGradient id='a' x1='.885' y1='.048' x2='-.611' y2='1.316' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%2354bee1'/%3E%3Cstop offset='1' stop-color='%23079ccf'/%3E%3C/linearGradient%3E%3CclipPath id='b'%3E%3Crect width='280' height='495' rx='15' transform='translate(20 1140)' fill='url(%23a)'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='translate(-20 -1140)'%3E%3Crect width='280' height='495' rx='15' transform='translate(20 1140)' fill='url(%23a)'/%3E%3Cg fill='%23fff' clip-path='url(%23b)'%3E%3Cpath d='M116 1140h148l-150 494.726H-34zM282 1140h48l-150 494.726h-48z' opacity='.1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
@media (min-width: 640px) {
  .connection-options .container .options .option-1 {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 562 329.002'%3E%3Cdefs%3E%3ClinearGradient id='a' x1='.885' y1='.048' x2='-.611' y2='1.316' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%2354bee1'/%3E%3Cstop offset='1' stop-color='%23079ccf'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg transform='translate(-374 -1176.999)'%3E%3Crect width='562' height='329' rx='15' transform='translate(374 1177)' fill='url(%23a)'/%3E%3Cpath d='M678 1176.999h148l-150 329H528zM844 1176.999h48l-150 329h-48z' fill='%23fff' opacity='.1'/%3E%3C/g%3E%3C/svg%3E");
  }
}
.connection-options .container .options .option-1 .index {
  background-color: #42B6DD;
}
.connection-options .container .options .option-2 {
  height: 505px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 280 505'%3E%3Cdefs%3E%3ClinearGradient id='a' x1='1.813' y1='.102' x2='.084' y2='.812' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%23f25645'/%3E%3Cstop offset='1' stop-color='%23f03676'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg transform='translate(-20 -1679)'%3E%3Crect width='280' height='505' rx='15' transform='translate(20 1679)' fill='url(%23a)'/%3E%3Cpath d='M20 2111.887v-25.529a90.729 90.729 0 016.195 20.17 91.846 91.846 0 00-6.193 5.357zm0-50.437V1693a14 14 0 0114-14h90.568a105.721 105.721 0 017.782 12.3 96.283 96.283 0 00-12.121 23.924 69.137 69.137 0 01-10.177-1.877 70.36 70.36 0 01-18.708-7.975 13.4 13.4 0 00.256-2.572c0-4.7-2.5-8.73-6.37-10.257a9.565 9.565 0 00-7.424.237 12.686 12.686 0 00-6.563 7.161 13.553 13.553 0 00-.9 4.824c0 4.7 2.5 8.729 6.372 10.255 4.56 1.813 9.972-.34 12.868-5.12a98.6 98.6 0 0119.206 6.772 95.219 95.219 0 019.45 5.151 96.358 96.358 0 00-3.121 20.63A129.446 129.446 0 0196.877 1745a130.471 130.471 0 01-25.976-.821c-1.036-5.476-5.32-9.45-10.186-9.45-5.755 0-10.436 5.41-10.436 12.06s4.682 12.049 10.436 12.049c4.84 0 9.12-3.95 10.177-9.391a149.865 149.865 0 0144.2 1.211 96.443 96.443 0 003.265 21.55 86.702 86.702 0 01-3.092 1.74 70.9 70.9 0 01-18.861 6.84c-2.773-4.875-8.141-7.193-12.763-5.512-4.032 1.467-6.638 5.562-6.638 10.434a13.661 13.661 0 00.769 4.5 12.7 12.7 0 006.377 7.341 9.574 9.574 0 007.419.437c4.03-1.464 6.635-5.559 6.635-10.434a13.524 13.524 0 00-.211-2.367 49.8 49.8 0 018.082-3.869 49.278 49.278 0 0111.111-2.718c1.1-.135 2.1-.228 3.044-.284a95.309 95.309 0 0010.5 21.549 120.6 120.6 0 01-12.342 13.31 118.783 118.783 0 01-21.035 15.548c-4.1-3.738-9.891-4.244-13.768-1.2a10.257 10.257 0 00-3.765 8.184 13.192 13.192 0 002.692 7.863 12.5 12.5 0 008.22 4.975 9.618 9.618 0 007.253-1.906 10.258 10.258 0 003.765-8.185 12.887 12.887 0 00-1.325-5.623A143.027 143.027 0 01120.517 1816a139.9 139.9 0 0115.232-9.167 96.321 96.321 0 006.75 7.672 94.18 94.18 0 0012.686 10.848 113.96 113.96 0 01-7.592 20.1 111.148 111.148 0 01-10.742 17.6c-5.185-1.814-10.7.01-13.117 4.338a9.708 9.708 0 00-1.237 4.8 12.72 12.72 0 0015.691 11.795 9.8 9.8 0 006.054-4.645 9.7 9.7 0 001.233-4.795 12.15 12.15 0 00-4.355-9.034 84.064 84.064 0 019.507-18.293 83.035 83.035 0 0114.208-15.842 91 91 0 0014.7 6.411 81.133 81.133 0 01-.8 9 79.9 79.9 0 01-5.639 19.907c-5.554-.448-10.478 2.786-11.71 7.69a9.715 9.715 0 00-.295 2.372c0 5.032 3.755 9.534 9.132 10.948a12.345 12.345 0 009.365-1.181 9.94 9.94 0 004.672-6.129 9.714 9.714 0 00.294-2.372 11.474 11.474 0 00-6.968-10.176 72.67 72.67 0 018.168-28.223 89.488 89.488 0 0014.61 2.531c.424 5.335.642 10.642.652 15.773v.591a201.606 201.606 0 01-1.677 25.9c-5.39.964-9.26 5.119-9.411 10.106v.271a10.157 10.157 0 003.348 7.454 12.739 12.739 0 0016.6.391 10.06 10.06 0 003.667-7.422v-.279c0-4.86-3.636-9.122-8.841-10.364-.369-4.867-.556-9.8-.556-14.674 0-3.948.123-7.944.365-11.879.324-5.142.859-10.359 1.589-15.509.813.026 1.712.039 2.748.039a91.726 91.726 0 0013.152-.942 48.522 48.522 0 015.458 9.3 49.706 49.706 0 014.242 17.263 11.5 11.5 0 00-7.081 10.234 9.713 9.713 0 00.3 2.4 9.948 9.948 0 004.694 6.12 12.334 12.334 0 009.361 1.151c5.358-1.428 9.1-5.93 9.1-10.948a9.714 9.714 0 00-.3-2.4c-1.3-5.083-6.629-8.351-12.389-7.6a38.159 38.159 0 01-4.93-17.747c-.008-.31-.012-.624-.012-.936a37.427 37.427 0 011.036-8.7 90.882 90.882 0 0019.1-7.173 101.871 101.871 0 0118.378 29.925 11.957 11.957 0 00-4.236 8.928 9.672 9.672 0 007.318 9.452 12.35 12.35 0 009.384-1.4 12.319 12.319 0 006.265-10.414 9.706 9.706 0 00-1.257-4.841c-2.44-4.323-7.977-6.115-13.165-4.261a104.273 104.273 0 01-10.79-17.571 105.5 105.5 0 01-5.42-13.438 93.636 93.636 0 0015.377-11.747A67.152 67.152 0 01300 1832.61V2170a14 14 0 01-14 14h-49.78a14.045 14.045 0 00.12-1.831c0-6.645-4.682-12.052-10.436-12.052-5 0-9.3 4.109-10.244 9.77a70.579 70.579 0 01-38.27-3.339 96.588 96.588 0 00-4.858-25.4 35.79 35.79 0 015.723-3.017 39.567 39.567 0 0111.6-2.859c2.674 5.243 8.323 7.842 13.141 6.046 3.984-1.486 6.558-5.56 6.558-10.379a13.615 13.615 0 00-.807-4.6 12.692 12.692 0 00-6.429-7.288 9.573 9.573 0 00-7.425-.379c-3.979 1.484-6.551 5.557-6.551 10.377a13.466 13.466 0 00.153 2.018 64.708 64.708 0 01-11.035 4.292 63.059 63.059 0 01-6.486 1.479 96.091 96.091 0 00-10.944-20.437 89.73 89.73 0 018.255-10.033 88.774 88.774 0 0120.9-16.206c4.112 3.8 9.933 4.329 13.843 1.262a10.257 10.257 0 003.769-8.187 13.181 13.181 0 00-2.693-7.861 12.492 12.492 0 00-8.22-4.972 9.611 9.611 0 00-7.25 1.908 10.249 10.249 0 00-3.765 8.18 12.954 12.954 0 001.488 5.957 68.7 68.7 0 01-20.708 16.091 67.6 67.6 0 01-12.764 4.9 96.937 96.937 0 00-2.8-3 94.525 94.525 0 00-15.941-13.069 71.732 71.732 0 0112.522-24.741c5.3 1.85 10.88-.038 13.271-4.491a9.709 9.709 0 001.153-4.643 11.416 11.416 0 00-1.708-5.907 13.035 13.035 0 00-4.785-4.584 12.337 12.337 0 00-9.4-1.2 9.8 9.8 0 00-5.972 4.75 9.7 9.7 0 00-1.153 4.64 12.089 12.089 0 004.571 9.184 73.863 73.863 0 01-9.256 18.412 72.139 72.139 0 01-4.258 5.542 91.494 91.494 0 00-30.723-10.776 129.395 129.395 0 01-.407-14.836 131.145 131.145 0 012.229-20.39c5.8-.142 10.577-4.18 11.113-9.394a9.786 9.786 0 00.051-1c0-5.535-4.6-10.2-10.705-10.856a12.393 12.393 0 00-9.085 2.568 10.02 10.02 0 00-3.749 6.769 9.78 9.78 0 00-.051 1c0 4.763 3.551 9.063 8.634 10.455a139.008 139.008 0 01-5.129 34.835 92.859 92.859 0 00-7.575-.312 92.077 92.077 0 00-17.748 1.717 80.169 80.169 0 01-9.639-20.983 81.081 81.081 0 01-3.245-20.43 11.409 11.409 0 007.514-10.276 9.729 9.729 0 00-.169-1.8 9.971 9.971 0 00-4.3-6.41 12.364 12.364 0 00-9.273-1.764c-5.67 1.116-9.786 5.717-9.786 10.939a9.731 9.731 0 00.169 1.8c.919 4.858 5.545 8.4 11 8.416a125.471 125.471 0 015.956 38.24c0 1.8-.039 3.628-.116 5.433a92.049 92.049 0 00-22.214 11.079 63 63 0 01-4.936-7.376 63.7 63.7 0 01-6.071-14.671 11.765 11.765 0 005.6-9.68 9.69 9.69 0 00-.683-3.589A9.888 9.888 0 0020 2061.45zM134.6 1679h7.961a93.35 93.35 0 00-1.673 1.752l-.026.028c-.292.308-.593.626-.873.95a79.093 79.093 0 01-5.389-2.73zm140.529 0H286c.25 0 .5.007.754.02a67.778 67.778 0 01-8.764 3.037 96.937 96.937 0 00-2.8-3l-.06-.057zm8.247 125.953a95.481 95.481 0 0011.317-19.486 42.384 42.384 0 015.307 2.387v41.439a67.412 67.412 0 01-5.058-5.273 67.749 67.749 0 01-11.566-19.066zm1.756-113.932a89.688 89.688 0 018.185-9.959A13.992 13.992 0 01300 1693v17.65a68.4 68.4 0 01-3.923.808 96.059 96.059 0 00-10.944-20.437zM296 1782.28c.323-.818.575-1.491.794-2.119a95.9 95.9 0 003.206-10.62v15.359a70.309 70.309 0 01-3.994-2.616zm1.637-66.515c.8-.517 1.576-.977 2.362-1.406v9.651a96.415 96.415 0 00-2.362-8.244z' fill='%2370140a' opacity='.08'/%3E%3C/g%3E%3C/svg%3E");
}
@media (min-width: 640px) {
  .connection-options .container .options .option-2 {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 562 329'%3E%3Cdefs%3E%3ClinearGradient id='a' x1='.885' y1='.048' x2='.081' y2='.983' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%23f25645'/%3E%3Cstop offset='1' stop-color='%23f03676'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d='M11154 11958h532a15 15 0 0115 15v299a15 15 0 01-15 15h-532a15 15 0 01-15-15v-299a15 15 0 0115-15z' transform='translate(-11139 -11958)' fill='url(%23a)'/%3E%3Cpath d='M481.89 329h-28.358a97.717 97.717 0 0111.066-4.352 96.62 96.62 0 0111.34-2.927 106.821 106.821 0 005.951 7.277zm-56.029 0H15a14 14 0 01-14-14v-78.8a11.136 11.136 0 005.009-5.839C7.931 225.25 5.871 219.223 1 215.7v-3.3a120.759 120.759 0 016.845-19.724 113.588 113.588 0 015.721-11.1 101.7 101.7 0 0022.918 3.667 160.667 160.667 0 012.833 21.432 162.087 162.087 0 01-.912 30.521 13.639 13.639 0 00-7.5 4.238 11.975 11.975 0 00-2.2 3.557 11.318 11.318 0 00-.795 4.173c0 6.762 6.01 12.263 13.4 12.263s13.386-5.5 13.386-12.263A11.3 11.3 0 0053.9 245a11.988 11.988 0 00-2.187-3.549 13.641 13.641 0 00-7.455-4.25A186.072 186.072 0 0145.6 185.26a101.673 101.673 0 0023.939-3.836c.72 1.3 1.352 2.483 1.932 3.633a86.415 86.415 0 017.6 22.162c-5.416 3.258-7.99 9.564-6.123 15 1.629 4.738 6.179 7.8 11.591 7.8a14.433 14.433 0 005-.9c6.954-2.571 10.831-9.843 8.642-16.211-1.626-4.736-6.177-7.8-11.593-7.8a14.236 14.236 0 00-2.629.247 60.028 60.028 0 01-4.3-9.5 60.674 60.674 0 01-3.02-13.049c-.15-1.3-.253-2.465-.314-3.577a103.6 103.6 0 0023.938-12.342 137.316 137.316 0 0114.786 14.5 139.455 139.455 0 0117.272 24.717c-4.153 4.818-4.714 11.621-1.335 16.178a11.155 11.155 0 009.091 4.424 14.145 14.145 0 008.735-3.164c5.853-4.662 7.382-12.817 3.409-18.18a11.159 11.159 0 00-9.095-4.425 13.68 13.68 0 00-6.246 1.555 166.261 166.261 0 01-28.877-41.5 109.066 109.066 0 0020.572-22.837 122.651 122.651 0 0141.888 21.545c-2.015 6.092.012 12.574 4.82 15.412a10.326 10.326 0 005.334 1.453c4.619 0 9.056-2.841 11.581-7.415 3.66-6.644 2.029-14.779-3.637-18.135a10.319 10.319 0 00-5.327-1.449 12.049 12.049 0 00-5.4 1.329 14.39 14.39 0 00-4.64 3.788 91.731 91.731 0 01-20.323-11.171 94.221 94.221 0 01-17.6-16.695 110.13 110.13 0 007.129-17.268 84.325 84.325 0 0132.114 7.572c-.5 6.526 3.1 12.311 8.544 13.758a10.237 10.237 0 002.636.346 11.551 11.551 0 007.524-2.966 15.187 15.187 0 004.637-7.763c1.842-7.409-1.8-14.808-8.12-16.493a10.236 10.236 0 00-2.636-.346c-4.71 0-9.147 3.214-11.3 8.188a77.837 77.837 0 01-22.408-5.322 79.682 79.682 0 01-8.945-4.275 110.652 110.652 0 002.811-17.167c5.938-.5 11.833-.754 17.523-.765h.646a212.06 212.06 0 0128.784 1.97c1.07 6.333 5.686 10.88 11.227 11.058h.3a11.019 11.019 0 008.28-3.935 15.076 15.076 0 003.631-9.592c.202-7.647-4.931-14.025-11.448-14.217h-.31c-5.4 0-10.133 4.272-11.512 10.388-5.4.434-10.887.654-16.3.654-4.385 0-8.824-.144-13.2-.429a210.833 210.833 0 01-17.229-1.868c.029-.971.044-2.027.044-3.229a113.886 113.886 0 00-1.05-15.471 53.36 53.36 0 0110.336-6.412 52.762 52.762 0 0119.173-4.983c2.15 5.054 6.612 8.32 11.369 8.32a10.236 10.236 0 002.667-.355c6.318-1.707 9.942-9.115 8.077-16.515a15.2 15.2 0 00-4.647-7.736 11.559 11.559 0 00-7.515-2.957 10.232 10.232 0 00-2.668.355c-5.646 1.531-9.277 7.789-8.446 14.557a43.461 43.461 0 01-8.421 3.821 39.4 39.4 0 01-11.295 1.973c-.344.009-.693.014-1.035.014a39.418 39.418 0 01-9.669-1.218 110.735 110.735 0 00-7.969-22.445 113.917 113.917 0 0112.887-10.406 111.942 111.942 0 0120.366-11.183 14.278 14.278 0 004.594 3.685 12.042 12.042 0 005.323 1.292 10.319 10.319 0 005.379-1.479A11.511 11.511 0 00190.461 0H548a13.908 13.908 0 019.9 4.1A13.908 13.908 0 01562 14v60.942a14.776 14.776 0 00-2.034-.141c-7.383 0-13.389 5.5-13.389 12.262 0 5.87 4.565 10.931 10.855 12.036a88.134 88.134 0 01.146 30.263 87.119 87.119 0 01-3.856 14.7 102.141 102.141 0 00-28.212 5.709 42.88 42.88 0 01-3.351-6.726 48.671 48.671 0 01-3.177-13.625c5.824-3.142 8.712-9.78 6.717-15.44a11.885 11.885 0 00-11.531-7.706 14.389 14.389 0 00-5.107.948c-6.934 2.625-10.755 9.927-8.517 16.278a11.877 11.877 0 0011.526 7.7 14.154 14.154 0 002.243-.181 78.809 78.809 0 014.769 12.966c.658 2.44 1.2 4.933 1.642 7.621a104.982 104.982 0 00-22.7 12.859 101.053 101.053 0 01-11.147-9.7 103.776 103.776 0 01-18-24.56c4.22-4.832 4.809-11.672 1.4-16.266a11.158 11.158 0 00-9.1-4.429 14.138 14.138 0 00-8.732 3.163c-5.853 4.663-7.38 12.817-3.4 18.178a11.145 11.145 0 009.087 4.424 13.769 13.769 0 006.618-1.749 80.282 80.282 0 0117.875 24.332 82.333 82.333 0 015.441 15 101.794 101.794 0 00-3.327 3.29 110.048 110.048 0 00-14.519 18.731 76.613 76.613 0 01-7.628-2.715 78.917 78.917 0 01-19.857-12c2.055-6.226-.043-12.784-4.989-15.593a10.32 10.32 0 00-5.159-1.355 12.174 12.174 0 00-6.562 2.006 14.977 14.977 0 00-5.092 5.623c-3.549 6.709-1.78 14.811 3.942 18.06a10.311 10.311 0 005.155 1.355 13.185 13.185 0 0010.2-5.371 80.424 80.424 0 0120.453 10.876 82.552 82.552 0 016.157 5 111.7 111.7 0 00-11.971 36.1c-4.1.362-8.21.546-12.214.546-1.418 0-2.854-.023-4.266-.068a138.091 138.091 0 01-22.652-2.62c-.157-6.815-4.643-12.428-10.436-13.058a10.281 10.281 0 00-1.106-.06c-6.149 0-11.334 5.408-12.06 12.58-.771 7.609 3.882 14.373 10.372 15.079a10.269 10.269 0 001.105.06c5.291 0 10.068-4.172 11.615-10.146a146.753 146.753 0 0138.7 6.026c-.23 2.959-.346 5.954-.346 8.9a114.19 114.19 0 001.908 20.853 86.887 86.887 0 01-23.309 11.326 85.536 85.536 0 01-22.7 3.816c-1.963-5.281-6.55-8.829-11.414-8.829a10.235 10.235 0 00-2 .2c-6.407 1.281-10.481 8.436-9.081 15.948 1.241 6.662 6.351 11.5 12.151 11.5a10.243 10.243 0 002.005-.2 10.361 10.361 0 003.8-1.6 11.679 11.679 0 002.949-2.908 14.661 14.661 0 002.6-8.419 132.424 132.424 0 0142.478-7c2 0 4.031.046 6.039.136a110.739 110.739 0 0012.307 26.1 69.964 69.964 0 01-8.194 5.8 68.627 68.627 0 01-16.3 7.133 12.947 12.947 0 00-10.754-6.576 10.249 10.249 0 00-3.986.8 11.348 11.348 0 00-6.211 6.8zM1 201.19v-24.016a104 104 0 005.238 2.057 85.432 85.432 0 01-2.085 11.958A86.156 86.156 0 011 201.19zM132.585 18.459A109.631 109.631 0 00119.536.392l.046-.173.058-.219h46.66a114.827 114.827 0 01-18.784 12.091 113.445 113.445 0 01-14.927 6.367z' fill='%2370140a' opacity='.08'/%3E%3C/svg%3E");
  }
}
.connection-options .container .options .option-2 .index {
  background-color: #F03676;
}
@media (min-width: 640px) {
  .connection-options .container .options .option {
    width: 562px;
    height: 329px;
    padding: 35px 25px 0 35px;
  }
}
.connection-options .container .options .option .index {
  top: 0;
  left: 0;
  width: 45px;
  height: 45px;
  font-size: 18px;
  font-weight: 400;
  position: absolute;
  border-radius: 50%;
  border: 10px solid #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.connection-options .container .options .option h3 {
  font-size: 22px;
  text-align: left;
  font-weight: 300;
  margin-bottom: 15px;
  line-height: 1.22727;
  letter-spacing: -0.015em;
}
.connection-options .container .options .option .point {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 640px) {
  .connection-options .container .options .option .point {
    -webkit-box-align: center;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
  }
}
@media (max-width: 639px) {
  .connection-options .container .options .option .point:before {
    content: "";
    width: 30px;
    display: block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    background-size: 16px 14px;
    background-repeat: no-repeat;
    background-position: left 5px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15.865 14.014'%3E%3Cpath d='M15.171.107c-.716-.385-1.514.358-1.982.8-1.074 1.046-1.982 2.258-3 3.359C9.06 5.478 8.014 6.689 6.857 7.873a9.934 9.934 0 00-1.817 2.2 36.141 36.141 0 00-2.946-2.864c-.8-.606-2.12-1.046-2.093.413.055 1.9 1.735 3.937 2.974 5.231a3.145 3.145 0 002.01 1.156c.964.055 1.955-1.1 2.533-1.735 1.019-1.1 1.845-2.34 2.781-3.469 1.212-1.487 2.451-2.946 3.634-4.461.743-.932 3.083-3.245 1.238-4.237zM1.211 7.514a.208.208 0 00-.11.027 1.34 1.34 0 01-.302-.107q.123-.085.412.08z' fill='%23fff'/%3E%3C/svg%3E");
  }
}
.connection-options .container .options .option .point .icon {
  display: none;
  margin-right: 18px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 640px) {
  .connection-options .container .options .option .point .icon {
    display: block;
  }
}
.connection-options .container .options .option .point .icon svg {
  width: 36px;
  height: 36px;
  max-height: 40px;
}

.b2b-redesign-price-form-section .white-box .box-inner {
  max-width: 1008px;
  background-color: #F5F7FA;
  border: 1px solid #EBEBEB;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 55px 85px;
}
.b2b-redesign-price-form-section .white-box .box-inner .title {
  font-size: 28px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 12px;
  text-align: center;
}
.b2b-redesign-price-form-section .white-box .box-inner .subtitle {
  color: #9D9D9D;
  font-size: 18px;
  line-height: 29px;
  margin-bottom: 38px;
  text-align: center;
}
.b2b-redesign-price-form-section .white-box .box-inner .form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.b2b-redesign-price-form-section .white-box .box-inner .form .radio-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.b2b-redesign-price-form-section .white-box .box-inner .form .radio-group.error:before {
  content: "";
  position: absolute;
  top: -7px;
  left: -20px;
  right: -20px;
  bottom: -7px;
  border-radius: 20px;
  background-color: rgba(242, 86, 69, 0.2);
  z-index: -1; /*!FIXME test this*/
}
.b2b-redesign-price-form-section .white-box .box-inner .form .radio-group .radio-btn {
  padding: 0 0 0 20px;
}
.b2b-redesign-price-form-section .white-box .box-inner .form .radio-group .radio-btn:first-child {
  padding: 0;
}
.b2b-redesign-price-form-section .white-box .box-inner .form .radio-group .radio-btn label:hover {
  cursor: pointer;
}
.b2b-redesign-price-form-section .white-box .box-inner .form .radio-group .radio-btn label .circle {
  width: 18px !important;
  height: 18px !important;
  border: 1px solid #54BEE1 !important;
}
.b2b-redesign-price-form-section .white-box .box-inner .form .radio-group .radio-btn label .circle .circle-checked {
  width: 10px !important;
  height: 10px !important;
  background-color: #54BEE1 !important;
}
.b2b-redesign-price-form-section .white-box .box-inner .form .radio-group .radio-btn label .radio-title {
  font-size: 16px !important;
  padding: 0 0 0 8px !important;
}
.b2b-redesign-price-form-section .white-box .box-inner .form .input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.b2b-redesign-price-form-section .white-box .box-inner .form .input-group ::-webkit-input-placeholder {
  color: #9D9D9D;
}
.b2b-redesign-price-form-section .white-box .box-inner .form .input-group ::-moz-placeholder {
  color: #9D9D9D;
}
.b2b-redesign-price-form-section .white-box .box-inner .form .input-group :-ms-input-placeholder {
  color: #9D9D9D;
}
.b2b-redesign-price-form-section .white-box .box-inner .form .input-group :-moz-placeholder {
  color: #9D9D9D;
}
.b2b-redesign-price-form-section .white-box .box-inner .form .input-group .input {
  margin: 0 10px 0 0;
  position: relative;
}
.b2b-redesign-price-form-section .white-box .box-inner .form .input-group .input svg {
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.b2b-redesign-price-form-section .white-box .box-inner .form .input-group .input svg path {
  fill: #E1E1E1;
}
.b2b-redesign-price-form-section .white-box .box-inner .form .input-group .input input {
  width: 253px;
  height: 50px;
  border: 1px solid #EBEBEB;
  border-radius: 48px;
  padding-left: 52px;
}
.b2b-redesign-price-form-section .white-box .box-inner .form .input-group .button-holder .button {
  width: 173px;
  height: 50px;
  background-color: #1e1e1e;
}
.b2b-redesign-price-form-section .white-box .box-inner .form-info {
  display: none;
  padding-top: 30px;
}
.b2b-redesign-price-form-section .white-box .box-inner .form-info.shown {
  display: block;
}
@media (min-width: 640px) {
  .b2b-redesign-price-form-section .white-box .box-inner .form-info.shown {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    box-pack: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}
.b2b-redesign-price-form-section .white-box .box-inner .form-info .item {
  padding: 0 0 32px;
}
@media (min-width: 640px) {
  .b2b-redesign-price-form-section .white-box .box-inner .form-info .item {
    width: 50%;
    padding: 0 0 0 24px;
  }
  .b2b-redesign-price-form-section .white-box .box-inner .form-info .item:first-child {
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .b2b-redesign-price-form-section .white-box .box-inner .form-info .item {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    width: auto;
    padding: 0 0 0 28px;
  }
}
.b2b-redesign-price-form-section .white-box .box-inner .form-info .item .item-title {
  padding: 0 0 16px;
  font-size: 18px;
  line-height: 27px;
}
@media (min-width: 640px) {
  .b2b-redesign-price-form-section .white-box .box-inner .form-info .item .item-title {
    padding: 0 0 20px;
  }
}
@media (min-width: 1024px) {
  .b2b-redesign-price-form-section .white-box .box-inner .form-info .item .item-title {
    padding: 0 18px 0 0;
  }
}
.b2b-redesign-price-form-section .white-box .box-inner .form-info .item .item-content {
  font-size: 21px;
  line-height: 30px;
  font-weight: normal;
}
.b2b-redesign-price-form-section .white-box .box-inner .form-info .item.cost .item-content {
  color: #F03676;
}

.b2b-popup .popup-content {
  width: 100%;
}
.b2b-popup .cta-form {
  padding: 40px 30px !important;
  max-width: 600px;
  border: 0;
}
.b2b-popup .cta-form .inputs {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.b2b-popup .cta-form .custom_checkbox {
  margin-bottom: 20px;
}
.b2b-popup .cta-form .custom_checkbox .text {
  font-size: 0.875em;
}
.b2b-popup .cta-form .button {
  width: 240px !important;
  height: 60px;
  font-size: 0.975em;
}
.b2b-popup .cta-form .no_obligation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.b2b-popup .cta-form .mob_call {
  display: none;
}
.b2b-popup .cta-form .or_call {
  display: inline-block;
}
.b2b-popup .cta-form .phone-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1023px) {
  .b2b-popup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .b2b-popup .popup-inner .popup-close svg.mobile-icon {
    display: none;
  }
  .b2b-popup .popup-inner .popup-close svg.desktop-icon {
    display: block;
  }
  .b2b-popup .cta-form {
    padding: 35px 20px !important;
  }
}

.short-b2b-popup .header-form {
  margin-bottom: 0 !important;
}

.cta-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: roboto, sans-serif;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
  position: relative;
  width: 400px;
  padding: 43px 55px 45px 55px;
  background-color: #fff !important;
  border-radius: 8px;
  border: 1px solid #EBEBEB;
}
.cta-form.form-wide {
  max-width: 1008px;
  width: 100%;
  min-height: 258px;
  padding: 41px 55px 45px 55px;
}
.cta-form.form-wide .inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 35px;
  margin-bottom: 5px;
}
@media (max-width: 1279px) {
  .cta-form.form-wide {
    padding: 41px 40px 45px 40px;
  }
}
@media (max-width: 1023px) {
  .cta-form.form-wide {
    padding: 37px 15px 45px 15px;
  }
  .cta-form.form-wide .inputs {
    padding: 0;
  }
  .cta-form.form-wide .input, .cta-form.form-wide input {
    width: 230px;
  }
  .cta-form.form-wide .input__submit {
    width: 173px !important;
  }
}
@media (max-width: 767px) {
  .cta-form.form-wide {
    padding: 42px 15px 45px 15px;
  }
  .cta-form.form-wide .inputs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cta-form.form-wide .inputs .input {
    margin-bottom: 10px;
  }
  .cta-form.form-wide .inputs .input__submit {
    margin-top: 29px;
    margin-bottom: 32px;
  }
}
.cta-form.form-wide {
  /*@media (max-width: 1023px) {
    padding: 46px 10px 45px 10px;
  }*/
}
@media (max-width: 767px) {
  .cta-form.form-wide {
    padding: 40px 10px;
  }
}
.cta-form.form-vertical {
  width: 400px;
}
.cta-form.form-vertical label.checkbox .checkbox-name {
  font-size: 14px;
}
.cta-form .header-form {
  margin-bottom: 27px;
}
.cta-form .title {
  width: 100%;
  font-size: 1.75em;
  font-weight: 500;
  color: #1E1E1E;
  line-height: 40px;
  text-align: center;
  margin-bottom: 8px;
}
@media (max-width: 1023px) {
  .cta-form .title {
    font-size: 22px;
    line-height: 30px;
  }
}
.cta-form .subtitle {
  color: #B5B5B5;
  font-size: 1.125em;
}
@media (max-width: 1023px) {
  .cta-form .subtitle {
    font-size: 0.875em;
  }
}
.cta-form ::-webkit-input-placeholder {
  color: #979797;
}
.cta-form ::-moz-placeholder {
  color: #979797;
}
.cta-form :-ms-input-placeholder {
  color: #979797;
}
.cta-form :-moz-placeholder {
  color: #979797;
}
.cta-form .inputs {
  width: 100%;
  text-align: center;
  margin-bottom: 1px;
}
.cta-form .inputs .input {
  width: 248px;
  position: relative;
  padding: 0 !important;
  margin-bottom: 23px !important;
}
.cta-form .inputs .input svg {
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.cta-form .inputs .input .info-icon {
  top: 50%;
  right: 20px;
  width: 25px;
  height: 25px;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 640px) {
  .cta-form .inputs .input .info-tooltip {
    right: 0;
    left: auto;
    width: 100%;
    max-width: 260px;
    padding: 25px 20px;
  }
}
.cta-form .inputs .input .info-error {
  display: none;
  font-size: 0.8em;
  color: red;
  width: 100%;
  background-color: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 10px 20px 0 rgba(84, 97, 110, 0.3);
          box-shadow: 0 10px 20px 0 rgba(84, 97, 110, 0.3);
  padding: 10px 20px;
  position: absolute;
  top: 52px;
  z-index: 10;
}
.cta-form .inputs .input.error .info-error {
  display: block;
}
.cta-form .inputs .input.ok .info-error {
  display: none;
}
.cta-form input {
  width: 248px;
  height: 46px;
  padding: 11px 11px 11px 40px !important;
  background-color: transparent;
  border-top: 0;
  border-bottom: 1px solid #CFCFCF;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  color: #1e1e1e;
  font-size: 1em;
  font-weight: 400;
  line-height: 46px;
  outline: none;
}
.cta-form input:focus.error {
  background-color: #FEF3F1 !important;
  border-bottom: 1px solid #F25645 !important;
}
.cta-form input:focus.ok {
  border-bottom: 1px solid #54BEE1;
}
.cta-form input:not(:focus).error {
  background-color: #FEF3F1 !important;
  border-bottom: 1px solid #F25645 !important;
}
.cta-form input:not(:focus).ok {
  border-bottom: 1px solid #54BEE1;
}
.cta-form .submit-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cta-form label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cta-form label.checkbox .custom-checkbox {
  width: 21px;
  height: 21px;
  background-color: #fff;
  border-color: #B5B5B5;
  border-radius: 4px;
  margin-top: 0;
}
.cta-form label.checkbox .custom-checkbox svg {
  width: 14px;
  opacity: 0;
}
.cta-form label.checkbox input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  display: none;
}
.cta-form label.checkbox input[type=checkbox]:checked ~ .custom-checkbox {
  background-color: transparent;
  border-color: #B5B5B5;
}
.cta-form label.checkbox input[type=checkbox]:checked ~ .custom-checkbox svg {
  opacity: 1;
}
.cta-form label.checkbox .checkbox-name {
  color: #B5B5B5;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.cta-form label.checkbox .checkbox-name a {
  color: #B5B5B5;
  border-bottom: 1px solid #B5B5B5;
}
.cta-form label.checkbox .checkbox-name a:hover {
  color: #1E1E1E;
  border-bottom: 1px solid #1E1E1E;
}
.cta-form .custom_checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  box-align: center;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.cta-form .custom_checkbox input {
  cursor: pointer;
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.cta-form .custom_checkbox input:checked ~ .checkmark:after {
  display: block;
}
.cta-form .custom_checkbox .checkmark {
  border-color: #B5B5B5;
}
.cta-form .custom_checkbox .checkmark:after {
  border: solid #54BEE1;
  border-width: 0 2px 2px 0;
  width: 8px;
  height: 14.8px;
}
.cta-form .custom_checkbox .text {
  color: #B5B5B5;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
  margin-top: -2px;
}
.cta-form .custom_checkbox a {
  color: #B5B5B5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cta-form .custom_checkbox a:hover {
  color: #1E1E1E;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1023px) {
  .cta-form .custom_checkbox .text {
    font-size: 0.875em;
  }
}
.cta-form .button {
  width: 173px;
  height: 46px;
  padding: 0;
  margin: 0;
  text-align: center;
  border: 0;
  border-radius: 48px;
  background-color: #1E1E1E;
  cursor: pointer;
  color: #fff;
  font-size: 0.875em;
  line-height: 46px;
  font-weight: 500;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.cta-form .button:hover {
  background-color: #54BEE1;
}
@media (max-width: 1279px) {
  .cta-form {
    width: 382px;
    padding: 30px 30px 34px 30px;
  }
}

.to-top-page {
  display: none;
  position: fixed;
  bottom: 25px;
  left: 25px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #54BEE1;
  z-index: 9999;
  outline: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.562' height='22.313' viewBox='0 0 18.562 22.313'%3E%3Cg transform='translate(-41.346 22.313) rotate(-90)'%3E%3Cg transform='translate(0 41.346)'%3E%3Cpath d='M21.956,49.76,13.9,41.7a1.225,1.225,0,0,0-1.727,0l-.732.732a1.212,1.212,0,0,0-.356.863,1.236,1.236,0,0,0,.356.874l4.7,4.711H1.205A1.192,1.192,0,0,0,0,50.083v1.035a1.237,1.237,0,0,0,1.205,1.254H16.193L11.44,57.109a1.209,1.209,0,0,0,0,1.715l.732.729a1.225,1.225,0,0,0,1.727,0l8.058-8.058a1.232,1.232,0,0,0,0-1.733Z' transform='translate(0 -41.346)' fill='%23f5f7fa'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-position: center;
  background-size: 18px 22px;
  background-repeat: no-repeat;
}
.to-top-page:hover {
  -webkit-box-shadow: 0 3px 6px rgba(15, 15, 15, 0.9);
          box-shadow: 0 3px 6px rgba(15, 15, 15, 0.9);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.slick-dots {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.slick-dots li {
  width: 10px;
  height: 10px;
  background-color: #CFCFCF;
  border-radius: 50%;
  margin: 0 5px;
}
.slick-dots li:before {
  display: none;
}
.slick-dots li button {
  width: 10px;
  height: 10px;
  background-color: #CFCFCF;
  border: 0;
  border-radius: 50%;
  padding: 0;
  text-indent: -9999px;
}
.slick-dots li.slick-active button {
  background-color: #404040;
}

.bg-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.home_internet_page .whalebone-section {
  padding-top: 70px !important;
}
.home_internet_page .whalebone-container {
  max-width: 970px;
  margin: 0 auto;
}
.home_internet_page .whalebone-container .whalebone {
  text-align: center;
  margin-bottom: 40px;
}
.home_internet_page .whalebone-container .whalebone-title {
  font-size: 36px;
  line-height: 1;
  margin-bottom: 10px;
}
.home_internet_page .whalebone-container .whalebone-description-text {
  font-size: 16px;
  text-align: left;
}
.home_internet_page .whalebone-container .whalebone-description {
  margin-top: 20px;
}
.home_internet_page .whalebone-container .whalebone-how-it-works {
  margin-bottom: 40px;
}
.home_internet_page .whalebone-container .whalebone-capabilities {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
.home_internet_page .whalebone-container .whalebone-section-title {
  margin-top: 30px;
  text-align: left;
  font-weight: bold;
  font-size: 16px;
}
.home_internet_page .whalebone-container .whalebone-section-description {
  font-size: 16px;
  line-height: 1.5;
}
.home_internet_page .whalebone-container .whalebone-features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  margin-bottom: 80px;
  margin-top: 15px;
}
.home_internet_page .whalebone-container .whalebone-feature {
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(33.333% - 20px);
          flex: 1 1 calc(33.333% - 20px);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 25px;
  background-color: #F0F8FF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
}
.home_internet_page .whalebone-container .whalebone-feature-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 10px;
}
.home_internet_page .whalebone-container .whalebone-feature-title {
  font-size: 18px;
  font-weight: bold;
}
.home_internet_page .whalebone-container .whalebone-feature-description {
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
}
.home_internet_page .whalebone-container .whalebone-capability {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 20px);
          flex: 1 1 calc(50% - 20px);
  margin-bottom: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 25px;
  background-color: #F0F8FF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
}
.home_internet_page .whalebone-container .whalebone-capability-icon {
  width: 60px;
  height: 60px;
  margin-right: 15px;
}
.home_internet_page .whalebone-container .whalebone-capability-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.home_internet_page .whalebone-container .whalebone-capability-title {
  font-size: 18px;
  margin-bottom: 5px;
}
.home_internet_page .whalebone-container .whalebone-capability-description {
  font-size: 14px;
  line-height: 1.5;
}
.home_internet_page .whalebone-container .header-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home_internet_page .whalebone-container .header-description svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 200px;
  height: 230px;
}
.home_internet_page .whalebone-container .feature-header {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.home_internet_page .whalebone-container .feature-header svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 768px) {
  .home_internet_page .whalebone-container .whalebone-title {
    font-size: 28px;
    font-weight: bold;
  }
  .home_internet_page .whalebone-container .whalebone-section-title {
    font-size: 28px !important;
    font-weight: bold;
    padding-bottom: 10px;
  }
  .home_internet_page .whalebone-container .whalebone-features {
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home_internet_page .whalebone-container .whalebone-feature {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  .home_internet_page .whalebone-container .header-description {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .home_internet_page .whalebone-container .header-description svg {
    margin-top: 15px;
  }
  .home_internet_page .whalebone-container .whalebone-capabilities {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home_internet_page .whalebone-container .whalebone-capability {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}
@media (max-width: 1280px) {
  .whalebone-container {
    max-width: 940px !important;
    margin: 0 auto;
  }
}
.b2b-redesign-page .internet-b2b-info-block {
  padding: 50px 0 0 0;
}
.b2b-redesign-page .internet-b2b-info-block .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 20px;
}
.b2b-redesign-page .internet-b2b-info-block .content-wrapper .text-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  padding-right: 20px;
}
.b2b-redesign-page .internet-b2b-info-block .content-wrapper .text-content h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: left;
}
.b2b-redesign-page .internet-b2b-info-block .content-wrapper .text-content p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}
.b2b-redesign-page .internet-b2b-info-block .content-wrapper .text-content .pricing-list {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.b2b-redesign-page .internet-b2b-info-block .content-wrapper .text-content .pricing-list li {
  font-size: 16px;
  line-height: 1.6;
  font-weight: bold;
  padding: 8px 15px 8px 30px;
  background-color: #E8F0F7;
  border-radius: 8px;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 10px);
          flex: 0 0 calc(100% - 10px);
  max-width: calc(70% - 10px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.b2b-redesign-page .internet-b2b-info-block .content-wrapper .text-content .pricing-list li:before {
  content: "•";
  position: absolute;
  left: 10px;
  color: #ff725e;
  font-size: 20px;
  line-height: 1;
}
.b2b-redesign-page .internet-b2b-info-block .content-wrapper .text-content .disclaimer {
  font-size: 14px;
  color: #666;
}
.b2b-redesign-page .internet-b2b-info-block .content-wrapper .image-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
}
.b2b-redesign-page .internet-b2b-info-block .content-wrapper .image-content img {
  max-width: 100%;
  height: auto;
  width: 431px;
  max-height: 350px;
}
@media (max-width: 1024px) {
  .b2b-redesign-page .internet-b2b-info-block .content-wrapper {
    max-width: 720px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .b2b-redesign-page .internet-b2b-info-block .content-wrapper .text-content,
  .b2b-redesign-page .internet-b2b-info-block .content-wrapper .image-content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    padding: 0;
  }
  .b2b-redesign-page .internet-b2b-info-block .content-wrapper .text-content .text-content,
  .b2b-redesign-page .internet-b2b-info-block .content-wrapper .image-content .text-content {
    margin-bottom: 20px;
  }
  .b2b-redesign-page .internet-b2b-info-block .content-wrapper .text-content .pricing-list,
  .b2b-redesign-page .internet-b2b-info-block .content-wrapper .image-content .pricing-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .b2b-redesign-page .internet-b2b-info-block .content-wrapper .text-content .pricing-list li,
  .b2b-redesign-page .internet-b2b-info-block .content-wrapper .image-content .pricing-list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 10px);
            flex: 0 0 calc(100% - 10px);
    max-width: calc(100% - 10px);
  }
  .b2b-redesign-page .internet-b2b-info-block .content-wrapper .text-content .image-content img,
  .b2b-redesign-page .internet-b2b-info-block .content-wrapper .image-content .image-content img {
    width: 100%;
    max-width: 500px;
    max-height: 350px;
  }
}
@media (max-width: 767px) {
  .b2b-redesign-page .internet-b2b-info-block .content-wrapper {
    max-width: 450px;
  }
}