@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&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 {
  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] {
  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 */
  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 {
  box-sizing: border-box;
}

.sixteen-nine {
  position: relative;
}
.sixteen-nine:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.sixteen-nine > iframe {
  width: 100%;
  height: 100%;
}
.sixteen-nine > .content, .sixteen-nine > iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("/1ncludes/fonts/ProximaNova/ProximaNova-Light.eot");
  src: url("/1ncludes/fonts/ProximaNova/ProximaNova-Light.eot?#iefix") format("embedded-opentype"), url("/1ncludes/fonts/ProximaNova/ProximaNova-Light.woff2") format("woff2"), url("/1ncludes/fonts/ProximaNova/ProximaNova-Light.woff") format("woff"), url("/1ncludes/fonts/ProximaNova/ProximaNova-Light.svg#ProximaNova-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("/1ncludes/fonts/ProximaNova/ProximaNova-Bold.eot");
  src: url("/1ncludes/fonts/ProximaNova/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"), url("/1ncludes/fonts/ProximaNova/ProximaNova-Bold.woff2") format("woff2"), url("/1ncludes/fonts/ProximaNova/ProximaNova-Bold.woff") format("woff"), url("/1ncludes/fonts/ProximaNova/ProximaNova-Bold.svg#ProximaNova-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("/1ncludes/fonts/ProximaNova/ProximaNova-Regular.eot");
  src: url("/1ncludes/fonts/ProximaNova/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("/1ncludes/fonts/ProximaNova/ProximaNova-Regular.woff2") format("woff2"), url("/1ncludes/fonts/ProximaNova/ProximaNova-Regular.woff") format("woff"), url("/1ncludes/fonts/ProximaNova/ProximaNova-Regular.svg#ProximaNova-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.d-flex {
  display: flex;
}

.f-column {
  flex-direction: column;
}

.f-row {
  flex-direction: row;
}

.f-row-rev {
  flex-direction: row-reverse;
}

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

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

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

.justify-content-start {
  justify-content: flex-start;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-end {
  justify-content: flex-end;
}
.justify-content-between {
  justify-content: space-between;
}
.justify-content-around {
  justify-content: space-around;
}

html {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 1;
  min-height: 100%;
  min-width: 320px;
  width: 100%;
  background-color: #FFF;
  max-width: 100%;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: #1E1E1E;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

@media (max-width: 1023px) {
  body.popup-shown .main-screen {
    display: none;
  }
}
@media (max-width: 1023px) {
  body.popup-shown .page, body.popup-shown .main-screen, body.popup-shown #channels {
    display: none;
  }
}

section {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  position: relative;
}

section.page {
  box-flex: 1;
  -moz-flex: 1;
  flex: 1;
  min-height: 100vh;
  overflow: hidden;
}
@media (max-width: 767px) {
  section.page.page-bottom {
    position: static;
  }
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1170px;
}
@media (max-width: 1279px) {
  .container {
    width: 980px;
  }
}
@media (max-width: 1023px) {
  .container {
    width: 720px;
  }
}
@media (max-width: 767px) {
  .container {
    width: 450px;
  }
}
@media (max-width: 479px) {
  .container {
    width: 100%;
    padding: 0 15px;
  }
}
@media (max-width: 374px) {
  .container {
    padding: 0 10px;
  }
}

.row {
  display: flex;
  align-items: center;
}

.hide {
  display: none;
}

@media (max-width: 767px) {
  .desktop-tablet-only {
    display: none;
  }
}

.mobile-only {
  display: none;
}
@media (max-width: 767px) {
  .mobile-only {
    display: block;
  }
}

li, ul {
  list-style: none;
}

.clearfix:after {
  content: "";
  clear: right;
  display: table;
}

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

input {
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: 0;
}

button {
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: 0;
  border: 0;
}
button svg {
  fill: #fff;
}

a,
.link {
  color: #7A7A7A;
  vertical-align: top;
  text-decoration: none;
  transition: all 0.3s;
}
a:hover,
.link:hover {
  border-color: rgba(0, 163, 214, 0.6);
  transition: all 0.3s;
}
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: #0844A4;
  border-color: rgba(8, 68, 164, 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: #0844A4;
  border-bottom: 1px dashed rgba(8, 68, 164, 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;
}

h1 {
  line-height: 1.3;
}

h2 {
  font-size: 30px;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 15px;
  color: #1E1E1E;
  text-align: center;
}
@media (max-width: 479px) {
  h2 {
    font-size: 25px;
    line-height: 120%;
  }
}

.w-full {
  width: 100%;
}

.txt-white {
  color: #FFF;
}

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

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

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

.txt-medium {
  font-weight: 500;
}

::-moz-placeholder {
  color: #606060;
}

::placeholder {
  color: #606060;
}

.popup {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 1;
  width: 100%;
  opacity: 0;
}
.popup.hidden {
  display: none;
}
.popup .popup-inner {
  z-index: 1002;
  opacity: 0.999;
  position: relative;
  background-color: #fff;
  box-shadow: 0 4px 20px rgba(96, 65, 38, 0.43);
  border-radius: 6px;
}
.popup .popup-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.popup .popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 1003;
  opacity: 0.999;
}
.popup .popup-close:hover {
  transform: scale(1.05, 1.05);
}
.popup .popup-close svg {
  width: 40px;
  height: 40px;
  max-height: 40px;
  vertical-align: middle;
  fill: #8C97A3;
}
.popup .popup-close svg.close-svg-mobile {
  width: 30px;
  height: 30px;
}
@media (min-width: 1024px) {
  .popup .popup-close svg.close-svg-mobile {
    display: none;
  }
}
.popup .popup-close svg.close-svg-desktop {
  display: none;
  width: 16px;
  height: 16px;
}
@media (min-width: 1024px) {
  .popup .popup-close svg.close-svg-desktop {
    display: block;
  }
}
.popup .popup-close:hover svg {
  fill: #ea447e;
}
@media (min-width: 1024px) {
  .popup {
    background-color: rgba(48, 49, 51, 0.7);
    position: fixed;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 1000;
    opacity: 0.999;
  }
  .popup .popup-inner {
    max-width: 800px;
  }
}
@media (max-width: 1023px) {
  .popup {
    min-height: 100vh;
  }
  .popup .popup-inner {
    padding: 50px 20px;
  }
}
@media (min-width: 480px) and (max-width: 1023px) {
  .popup {
    padding: 15px;
    background-color: rgba(39, 55, 71, 0.12);
  }
  .popup .popup-inner {
    max-width: 100%;
    min-height: initial;
  }
}
@media (max-width: 479px) {
  .popup .popup-inner {
    min-height: 100vh;
  }
}

[data-popup=form] .popup-inner {
  width: 400px;
  max-width: 100%;
  padding: 0;
}
[data-popup=form] .popup-inner .cta-form {
  padding-top: 40px;
  padding-bottom: 40px;
  max-width: 600px;
  width: 100%;
}
[data-popup=form] .popup-inner .cta-form .no_obligation {
  display: flex;
}
[data-popup=form] .popup-inner .cta-form .mob_call {
  display: none;
}
[data-popup=form] .popup-inner .cta-form .or_call {
  display: inline-block;
  text-align: center;
}
[data-popup=form] .popup-inner .cta-form .phone-holder {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: inline-box;
  display: -moz-inline-flex;
  display: inline-flex;
}
[data-popup=form] .popup-inner .cta-form .or_call.first, [data-popup=form] .popup-inner .cta-form .phone-holder.first {
  display: none;
}
@media (max-width: 479px) {
  [data-popup=form] .popup-inner .cta-form {
    border: 0;
  }
}

[data-popup=rules] .popup-content {
  padding: 40px 15px;
}
[data-popup=rules] .popup-content p {
  white-space: pre-line;
  box-flex: 0;
  -moz-flex: 0 1 auto;
  flex: 0 1 auto;
  max-width: 100%;
}
[data-popup=rules] .popup-content ul {
  padding-left: 20px;
}
[data-popup=rules] .popup-content ul,
[data-popup=rules] .popup-content li {
  list-style: disc;
}

.phone-holder.white {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.phone-holder.white .phone-holder-info {
  display: flex;
  padding: 0 10px 0 0;
  min-width: 200px;
}
.phone-holder.white .phone-icon-holder {
  display: flex;
}
.phone-holder.white .phone-icon-holder .phone-icon {
  height: 28px;
  min-height: 28px;
  margin: 0 3px 0 0;
  fill: #54BEE1;
}
.phone-holder.white .phone-numbers {
  position: relative;
  display: flex;
  height: 25px;
}
.phone-holder.white .phone-numbers .phone-number {
  cursor: pointer;
  color: #FFF;
  text-decoration: none;
}
.phone-holder.white .phone-numbers .phone-number:hover {
  color: #54BEE1;
}
.phone-holder.white .phone-numbers .phone-devider {
  padding: 0 8px 0 0;
}

.button {
  border-radius: 10px;
  color: #1E1E1E;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  transition: all 0.3s;
}
.button.btn-bg {
  background-color: #54BEE1;
  color: #FFF;
  width: 100%;
  height: 70px;
}
.button:hover {
  transition: all 0.3s;
}

.button-holder {
  display: flex;
  z-index: 9;
}
.button-holder.full {
  width: 100%;
}
.button-holder.center {
  justify-content: center;
}
.button-holder .button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  text-align: center;
  border: 0;
  height: 45px;
  padding: 1px 33px 0;
  border-radius: 45px;
  color: #FFF;
  background-color: #ea447e;
  cursor: pointer;
}
.button-holder .button:hover {
  background-color: rgba(234, 68, 126, 0.8);
}
.button-holder .button.large {
  height: 50px;
  line-height: 50px;
  z-index: 2;
}
.button-holder .secondary-button {
  margin: 0;
  display: block;
  text-align: center;
  height: 42px;
  line-height: 38px;
  padding: 0 33px;
  border: 3px solid transparent;
  border-radius: 42px;
  cursor: pointer;
  color: #0844A4;
  outline: none;
}
.button-holder .secondary-button:hover {
  color: white;
}
.button-holder .secondary-button.fullStreight {
  width: 100%;
  border-radius: 0;
}
.button-holder .secondary-button.pink-button {
  border: 3px solid #ea447e;
  background: white;
}
.button-holder .secondary-button.pink-button:hover {
  color: white;
  background-color: #ea447e;
}
.button-holder .secondary-button a {
  text-decoration: none;
}
.button-holder .secondary-button.light-blue-button {
  border: 3px solid #54BEE1;
  background-color: transparent;
}
.button-holder .secondary-button.light-blue-button:hover {
  background-color: #54BEE1;
}
.button-holder .secondary-button.light-blue-button-mob {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  color: white;
  border: 3px solid #54BEE1;
  background-color: #54BEE1;
  height: 46px;
  line-height: 22px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1.5px;
  margin-top: 20px;
}
.button-holder .secondary-button.light-blue-button-mob:hover {
  border: 3px solid rgb(34.7014925373, 157.3134328358, 197.7985074627);
  background-color: rgb(34.7014925373, 157.3134328358, 197.7985074627);
}
.button-holder .secondary-button.light-blue-button-mob svg {
  fill: #FFF;
  width: 15px;
  height: 15px;
  margin: 0 0 0 5px;
}
.button-holder .secondary-button.light-blue-button-mob a {
  text-decoration: none;
}
.button-holder .secondary-button.large {
  height: 50px;
  width: 350px;
  line-height: 40px;
  z-index: 2;
}

.custom_checkbox {
  display: flex;
  display: -moz-flex;
  display: flex;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.custom_checkbox span {
  display: inline-block;
  max-width: 100%;
}
.custom_checkbox input {
  cursor: pointer;
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.custom_checkbox .checkmark {
  flex-shrink: 0;
  -ms-flex-negative: 0;
  position: relative;
  border: 1px solid #ea447e;
  width: 21px;
  min-width: 21px;
  height: 21px;
}
.custom_checkbox .checkmark:after {
  flex-shrink: 0;
  -ms-flex-negative: 0;
  content: "";
  display: none;
}
.custom_checkbox .checkmark {
  border-radius: 3.5px 3.5px 3.5px 3.5px;
}
.custom_checkbox .checkmark:after {
  position: absolute;
  left: 6.3636363636px;
  top: 0px;
  width: 7px;
  height: 14.8px;
  border: solid #FFF;
  border-width: 0 1.5px 1.5px 0;
  transform: rotate(45deg);
}
.custom_checkbox input:checked ~ .checkmark:after {
  display: block;
}
.custom_checkbox span a {
  position: relative;
  z-index: 3;
}
.custom_checkbox span a:hover {
  color: #ea447e;
}
.custom_checkbox .checkmark {
  background-color: #ea447e;
  border-color: #ea447e;
  border-radius: 2px;
  margin-right: 15px;
}
.custom_checkbox .checkmark:after {
  left: 7px;
  top: 2px;
  width: 6px;
  height: 11.8px;
  border-width: 0 2px 2px 0;
}
.custom_checkbox .text {
  color: #606060;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
}

.top-bar {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 124px;
  padding: 0 15px;
}
.top-bar .container {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.top-bar #toggle-menu {
  display: none;
  flex-shrink: 0;
  position: relative;
  left: -12px;
  z-index: 100;
  width: 40px;
  height: 40px;
  margin-right: -5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-shadow: none;
  cursor: pointer;
  transition: all 0.3s;
  outline: none;
}
.top-bar #toggle-menu.active span {
  background: none;
}
.top-bar #toggle-menu.active span::before {
  top: 0;
  transform: rotate(45deg);
}
.top-bar #toggle-menu.active span::after {
  bottom: 0;
  transform: rotate(-45deg);
}
.top-bar #toggle-menu.active span::before, .top-bar #toggle-menu.active span::after {
  transition-delay: 0s, 0.3s;
  -webkit-transition-delay: 0s, 0.3s;
}
.top-bar #toggle-menu span {
  display: block;
  position: absolute;
  top: 20px;
  left: 11px;
  right: 9px;
  height: 2px;
  background: #FFF;
  transition: background 0s 0.3s;
}
.top-bar #toggle-menu span:before {
  top: -6px;
  background: #FFF;
  transition-property: top, transform;
}
.top-bar #toggle-menu span:after {
  background: #FFF;
  bottom: -6px;
  transition-property: bottom, transform;
}
.top-bar #toggle-menu span:before, .top-bar #toggle-menu span:after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 2px;
  left: 0;
  background: #FFF;
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}
.top-bar .brand {
  display: flex;
  align-items: center;
  margin-right: 56px;
}
.top-bar .brand a {
  border-bottom: none;
}
.top-bar .brand .logo svg {
  width: 195px;
  height: auto;
  vertical-align: middle;
}
.top-bar .brand .logo-holder {
  display: flex;
  align-items: flex-start;
  height: 42px;
  margin: 0 11px;
}
.top-bar .top-bar-info {
  flex: auto;
  position: relative;
  top: 7px;
}
.top-bar .top-bar-info .navigation-menu a {
  color: #070708;
  margin-right: 50px;
  transition: all 0.2s;
}
.top-bar .top-bar-info .navigation-menu a:nth-last-of-type {
  margin-right: 0;
}
.top-bar .top-bar-info .navigation-menu a:hover {
  color: #FFF;
  transition: all 0.2s;
}
.top-bar .top-bar-info .phone-holder {
  margin-right: 85px;
}
.top-bar .top-bar-info .phone-holder .phone-icon-holder svg {
  width: 24px;
  height: 24px;
  fill: #070708;
}
.topbar-inverse-color .top-bar .top-bar-info .phone-holder .phone-icon-holder svg {
  stroke-width: 0;
}
.top-bar .top-bar-info .phone-holder .phone-numbers {
  display: flex;
  position: relative;
  height: 25px;
  font-size: 1.125em;
}
.top-bar .top-bar-info .phone-holder .phone-numbers > * {
  color: #070708;
}
.top-bar .top-bar-info .phone-holder .phone-numbers .phone-number {
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s;
}
.top-bar .top-bar-info .phone-holder .phone-numbers .phone-number:hover {
  color: #FFF;
  transition: all 0.2s;
}
.topbar-inverse-color .top-bar .top-bar-info .phone-holder .phone-numbers .phone-number:hover {
  color: #fff;
}
.top-bar .top-bar-info .phone-holder .phone-numbers .phone-devider {
  padding: 0 8px 0 0;
}
.top-bar .top-bar-info .phone-number-mobile {
  display: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.top-bar .top-bar-info .language-holder {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 75px;
  z-index: 11;
}
.top-bar .top-bar-info .language-holder .language-item {
  width: 49px;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  display: none;
  color: #070708;
  border: 1px solid #070708;
  border-radius: 4px;
  padding: 6px 19px 6px 8px;
  transition: all 0.2s;
}
.top-bar .top-bar-info .language-holder .language-item:not(.active) {
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 11;
}
.topbar-inverse-color .top-bar .top-bar-info .language-holder .language-item {
  color: #FFF;
}
.top-bar .top-bar-info .language-holder .language-item:hover {
  transition: all 0.2s;
}
.top-bar .top-bar-info .language-holder .language-item:hover:not(.active) {
  background: #9458A2;
  border: 1px solid #9458A2;
  color: #FFF;
}
.top-bar .top-bar-info .language-holder .language-item.active {
  display: flex;
}
.top-bar .top-bar-info .language-holder .language-item.active:before {
  content: "";
  display: block;
  width: 9px;
  height: 5px;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='5' viewBox='0 0 9 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.07281 4.07568C3.93587 4.07587 3.8032 4.02811 3.69781 3.94067L0.182808 1.01267C0.074683 0.910005 0.00968026 0.770037 0.000996991 0.621186C-0.00768627 0.472335 0.0406009 0.325758 0.136055 0.211213C0.231509 0.0966681 0.366976 0.0227412 0.514952 0.00444018C0.662929 -0.0138609 0.812324 0.0248359 0.932808 0.112675L4.07281 2.73567L7.21481 0.203674C7.33999 0.105014 7.49924 0.0601227 7.65752 0.0788764C7.8158 0.09763 7.96015 0.178492 8.05881 0.303675C8.15747 0.428857 8.20236 0.588105 8.18361 0.746385C8.16485 0.904666 8.08399 1.04901 7.95881 1.14767L4.44481 3.97567C4.33562 4.04998 4.20453 4.08521 4.07281 4.07568Z' fill='%23070708' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.top-bar .top-bar-info .language-holder:hover .language-item {
  display: flex;
}
.top-bar.custom .top-bar-info .navigation-menu a {
  color: #1E1E1E;
}
.top-bar.custom .top-bar-info .phone-holder .phone-numbers > * {
  color: #1E1E1E;
}
.top-bar.custom .top-bar-info .language-holder .language-item {
  color: #1E1E1E;
}
@media (max-width: 1279px) {
  .top-bar {
    height: 124px;
  }
  .top-bar .top-bar-info .navigation-menu a {
    margin-right: 48px;
  }
  .top-bar .top-bar-info .navigation-menu a:last-of-type {
    margin-right: 0;
  }
}
@media (max-width: 1023px) {
  .top-bar {
    padding: 0;
  }
  .top-bar .top-bar-info {
    justify-content: flex-end;
  }
  .top-bar .top-bar-info .phone-holder .phone-numbers > * {
    color: #070708;
  }
  .top-bar .top-bar-info .language-holder .language-item {
    color: #070708;
    border: 1px solid #070708;
  }
  .top-bar .top-bar-info .language-holder .language-item.active {
    /*&:before {
      background-image: url("data:image/svg+xml,%3Csvg width='9' height='5' viewBox='0 0 9 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.07281 4.07568C3.93587 4.07587 3.8032 4.02811 3.69781 3.94067L0.182808 1.01267C0.074683 0.910005 0.00968026 0.770037 0.000996991 0.621186C-0.00768627 0.472335 0.0406009 0.325758 0.136055 0.211213C0.231509 0.0966681 0.366976 0.0227412 0.514952 0.00444018C0.662929 -0.0138609 0.812324 0.0248359 0.932808 0.112675L4.07281 2.73567L7.21481 0.203674C7.33999 0.105014 7.49924 0.0601227 7.65752 0.0788764C7.8158 0.09763 7.96015 0.178492 8.05881 0.303675C8.15747 0.428857 8.20236 0.588105 8.18361 0.746385C8.16485 0.904666 8.08399 1.04901 7.95881 1.14767L4.44481 3.97567C4.33562 4.04998 4.20453 4.08521 4.07281 4.07568Z' fill='white'/%3E%3C/svg%3E%0A");
    }*/
  }
  .top-bar .navigation-menu {
    display: none;
  }
}
@media (max-width: 767px) {
  .top-bar {
    height: 100px;
  }
  .top-bar .container {
    justify-content: center;
    position: relative;
  }
}
@media (max-width: 479px) {
  .top-bar {
    height: 85px;
  }
  .top-bar .brand {
    margin-right: 0;
  }
  .top-bar .brand .logo svg {
    width: 135px;
  }
  .top-bar .top-bar-info {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 20px;
  }
  .top-bar .top-bar-info .top-bar-contacts {
    position: absolute;
    right: 0;
  }
  .top-bar .top-bar-info .phone-number-mobile {
    display: flex;
    right: 20px;
  }
  .top-bar .top-bar-info .language-holder {
    position: absolute;
    left: 20px;
    right: auto;
  }
  .top-bar .phone-holder {
    display: none;
  }
}
@media (max-width: 374px) {
  .top-bar .top-bar-info {
    padding: 0 10px;
  }
  .top-bar .top-bar-info .phone-number-mobile {
    right: 10px;
  }
  .top-bar .top-bar-info .language-holder {
    left: 10px;
  }
}

.footer {
  min-height: 70px;
  height: auto;
  background-color: #FFF;
  font-size: 16px;
  line-height: 22px;
  color: #1E1E1E;
  padding: 38px 0;
}
.footer .container {
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.footer a {
  color: #1E1E1E;
}
@media (max-width: 1023px) {
  .footer {
    padding: 33px 0;
  }
  .footer .container {
    flex-direction: column;
  }
  .footer .container > * {
    margin: 5px 0;
  }
}
@media (max-width: 767px) {
  .footer {
    background-color: #F5F5F5;
    font-size: 14px;
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
.footer.light {
  color: #1E1E1E;
  background-color: #FFF;
}
@media (max-width: 1023px) {
  .footer.light {
    background-color: #FFF;
  }
}
@media (max-width: 767px) {
  .footer.light {
    background-color: #F5F5F5;
    color: #1E1E1E;
  }
}
@media (max-width: 479px) {
  .footer .footer-inner {
    text-align: center;
    width: 100%;
  }
}
.footer .conditionRules {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 0;
  color: #fff;
  position: relative;
  z-index: 99999;
  margin-bottom: 10px;
}

.cta-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
  position: relative;
  width: 400px;
  padding: 30px 25px;
  border-radius: 8px;
  border: 1px solid #E6E6E6;
  background-color: #FFF;
}
.popup .cta-form {
  box-shadow: none;
}
.cta-form .title {
  width: 100%;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.3;
  color: #1E1E1E;
  text-align: center;
  margin-bottom: 28px;
}
.cta-form .subtitle {
  color: #5A6775;
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 22px;
}
.cta-form .subtitle b {
  color: #3D7900;
  text-transform: uppercase;
  margin: 0 3px 0 2px;
}
.cta-form .no_obligation {
  display: flex;
  align-items: center;
  margin: 11px 0 21px;
  color: #273747;
  text-align: center;
}
@media (max-width: 1023px) {
  .cta-form .no_obligation {
    display: none;
  }
}
.cta-form .no_obligation svg {
  margin-right: 5px;
}
.cta-form .mob_call {
  display: none;
}
.cta-form .mob_call a {
  width: 148px;
  height: 39px;
  border-radius: 50px;
  background-color: #F03676;
  cursor: pointer;
  color: #FFF;
  margin-bottom: 28px;
}
.cta-form .mob_call a svg {
  display: flex;
  flex-shrink: 0;
  margin-right: 12px;
}
.cta-form .mob_call p {
  color: #1E1E1E;
  font-size: 0.875em;
  margin-bottom: 14px;
}
.cta-form .inputs {
  width: 100%;
  text-align: center;
  margin-bottom: 1px;
}
.cta-form .inputs .input {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
.cta-form .inputs .input .info-icon {
  top: 50%;
  right: 20px;
  width: 25px;
  height: 25px;
  position: absolute;
  transform: translateY(-50%);
}
@media (min-width: 480px) {
  .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;
  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: 100%;
  height: 50px;
  padding: 11px;
  background-color: #F5F5F5;
  border: solid 1px #F5F5F5;
  border-radius: 50px;
  color: #7A7A7A;
  font-size: 1em;
  line-height: 46px;
  text-align: center;
  outline: none;
}
.cta-form input:focus {
  border-radius: 22px;
}
.cta-form input:focus.error {
  border-radius: 22px;
  border: 1px solid #ED2D72;
}
.cta-form input:focus.ok {
  border-radius: 22px;
  border: 1px solid #1E1E1E;
}
.cta-form input:not(:focus).error {
  background-color: rgba(242, 86, 69, 0.1);
  border: 1px solid #ED2D72;
}
.cta-form input:not(:focus).ok {
  border: 1px solid #1E1E1E;
}
.cta-form .submit-center {
  display: flex;
  justify-content: center;
}
.cta-form .custom_checkbox {
  max-width: 100%;
  margin-bottom: 28px;
  align-items: center;
}
.cta-form .custom_checkbox .checkmark {
  background-color: #9458A2;
  border-color: #9458A2;
}
.cta-form .custom_checkbox .checkmark.ok {
  background-color: #9458A2;
}
.cta-form .custom_checkbox .checkmark.error {
  border-color: #ED2D72;
  background-color: #FFF;
}
.cta-form .custom_checkbox .text {
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  margin-top: -2px;
}
.cta-form .custom_checkbox .text a {
  color: #9458A2;
}
.cta-form .button {
  width: 270px;
  height: 62px;
  padding: 0;
  margin: 0;
  text-align: center;
  border: 0;
  border-radius: 10px;
  background: #ED2D72;
  cursor: pointer;
  color: #FFF;
  font-size: 1em;
  line-height: 22px;
  font-weight: 500;
  flex-shrink: 0;
  transition: all 0.3s;
}
.cta-form .button:hover {
  background: #9458A2;
  transition: all 0.3s;
}
.cta-form .or_call {
  width: 100%;
  justify-content: center;
  color: #1E1E1E;
  font-size: 18px;
  line-height: 120%;
  padding-top: 30px;
  margin-top: 30px;
  margin-bottom: 15px;
  position: relative;
}
.cta-form .or_call:before {
  content: "";
  display: block;
  width: calc(100% + 50px);
  height: 1px;
  background-color: #273747;
  opacity: 0.1;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cta-form .phone-holder {
  display: flex;
  align-items: center;
}
.cta-form .phone-holder svg {
  height: 24px;
  min-height: 10px;
  margin: 0 3px 0 0;
  fill: #54BEE1;
}
.cta-form .phone-holder .phone-numbers {
  display: flex;
  position: relative;
  font-weight: 500;
  font-size: 22px;
  height: 29px;
}
.cta-form .phone-holder .phone-numbers .phone-number {
  cursor: pointer;
  color: #273747;
  text-decoration: none;
}
.cta-form .phone-holder .phone-numbers .phone-number.desktop {
  display: block;
}
.cta-form .phone-holder .phone-numbers .phone-number.mobile {
  display: none;
}
.cta-form .phone-holder .phone-numbers .phone-number:hover {
  color: #54BEE1;
}
@media (max-width: 1279px) {
  .cta-form {
    width: 382px;
    padding: 30px 30px 34px;
  }
}
@media (max-width: 1023px) {
  .cta-form {
    width: 100%;
  }
  .cta-form input {
    max-width: 300px;
    width: 100% !important;
  }
  .cta-form button {
    max-width: 265px;
  }
  .cta-form .or_call {
    display: block;
  }
  .cta-form .or_call.first {
    display: none;
  }
  .cta-form .phone-holder {
    display: flex;
  }
  .cta-form .phone-holder.first {
    display: none !important;
  }
  .cta-form .phone-holder .phone-numbers .phone-number.desktop {
    display: none !important;
  }
  .cta-form .phone-holder .phone-numbers .phone-number.mobile {
    display: block;
  }
}
@media (max-width: 767px) {
  .cta-form.form-custom-policy {
    padding: 0 !important;
  }
  .cta-form.form-custom-policy .title {
    margin-bottom: 26px;
  }
  .cta-form.form-custom-policy .inputs {
    margin-bottom: 10px;
  }
  .cta-form.form-custom-policy .inputs .input {
    margin-bottom: 10px;
  }
  .cta-form.form-custom-policy .inputs .input input {
    height: 51px;
  }
  .cta-form.form-custom-policy .bottom {
    border-bottom: 2px dashed #EFEFEF;
  }
  .cta-form.form-custom-policy .button {
    max-width: 280px;
    margin-bottom: 20px;
    height: 58px;
  }
  .cta-form.form-custom-policy .custom_checkbox {
    max-width: 300px;
    text-align: center;
    margin-bottom: 28px;
  }
  .cta-form.form-custom-policy .custom_checkbox .text {
    color: #273747;
    font-size: 16px;
    line-height: 20px;
  }
  .cta-form.form-custom-policy .custom_checkbox .text a {
    color: #979797;
  }
  .cta-form.form-custom-policy .or_call {
    color: #1E1E1E;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .cta-form.form-custom-policy .phone-holder .phone-numbers {
    font-size: 22px;
    font-weight: 500;
    line-height: 29px;
    height: auto;
  }
}
@media (max-width: 479px) {
  .cta-form.form-custom-policy .title {
    font-size: 22px;
    line-height: 29px;
    margin-bottom: 21px;
  }
  .cta-form.form-custom-policy .inputs {
    margin-bottom: 5px;
  }
  .cta-form.form-custom-policy .inputs .input {
    margin-bottom: 15px;
  }
  .cta-form.form-custom-policy .custom_checkbox {
    max-width: 250px;
  }
  .cta-form.form-custom-policy .custom_checkbox .text {
    font-size: 14px;
    line-height: 17px;
  }
  .cta-form.form-custom-policy .or_call {
    margin-top: 23px;
  }
  .cta-form.form-custom-policy .phone-holder {
    margin-left: -8px;
  }
}

@media (max-width: 479px) {
  .form-block {
    width: 100%;
  }
}

.cta-form.cta-form-wide .title {
  font-size: 32px;
}
@media (max-width: 1023px) {
  .cta-form.cta-form-wide .title {
    font-size: 21px;
  }
}
.cta-form.cta-form-wide .title span {
  font-weight: 300;
}
.cta-form.cta-form-wide .inputs {
  display: flex;
  display: -moz-flex;
  display: flex;
  box-orient: vertical;
  box-direction: normal;
  -moz-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .cta-form.cta-form-wide .inputs {
    box-orient: horizontal;
    box-direction: normal;
    -moz-flex-direction: row;
    flex-direction: row;
    box-pack: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}
.cta-form.cta-form-wide .inputs button {
  display: none;
}
@media (min-width: 1024px) {
  .cta-form.cta-form-wide .inputs button {
    display: block;
  }
}
.cta-form.cta-form-wide .agreement_row {
  width: 100%;
  display: flex;
  display: -moz-flex;
  display: flex;
  box-orient: horizontal;
  box-direction: normal;
  -moz-flex-direction: row;
  flex-direction: row;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.cta-form.cta-form-wide .agreement_row .phone {
  margin-left: 50px;
  margin-bottom: 20px;
  display: none;
}
@media (min-width: 1024px) {
  .cta-form.cta-form-wide .agreement_row .phone {
    display: flex;
    display: -moz-flex;
    display: flex;
    margin-right: 180px;
  }
}
.cta-form.cta-form-wide .agreement_row .phone .or_call {
  margin-right: 15px;
}
.cta-form.cta-form-wide .custom_checkbox {
  max-width: 100%;
}
.cta-form.cta-form-wide > button {
  display: block;
}
.cta-form.cta-form-wide .or_call,
.cta-form.cta-form-wide .phone-holder {
  display: flex;
  display: -moz-flex;
  display: flex;
}
@media (min-width: 1024px) {
  .cta-form.cta-form-wide .input,
  .cta-form.cta-form-wide div:not(.input) > input {
    width: 300px;
    margin-right: 25px;
  }
}
@media (min-width: 1024px) {
  .cta-form.cta-form-wide > button,
  .cta-form.cta-form-wide > .or_call,
  .cta-form.cta-form-wide > .phone-holder {
    display: none;
  }
}

.success {
  min-height: 100vh;
}
.success #success {
  background-color: #FFF;
  color: #fff;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
}
.success #success #footer {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='1920' height='178' viewBox='0 0 1920 178'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Crect width='1920' height='178' transform='translate(0 840)' fill='%23fff' stroke='%23707070' stroke-width='1'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='translate(0 -840)' clip-path='url(%23a)'%3E%3Cpath d='M0,0S1481.87-69.742,1961.87,55.758,1920,502,1920,502,346.533,568.067-133.467,442.567,0,0,0,0Z' transform='translate(0 859)' fill='%23f5f7fa'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 178px;
  margin-top: 0;
}
.success #success > .container {
  padding-top: 71px;
  padding-bottom: 165px;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start;
  position: relative;
}
.success #success > .container:after {
  content: "";
  display: block;
  width: 377px;
  height: 518px;
  background-image: url(../img/success-img-after.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: -136px;
  top: 72px;
}
.success #success .person {
  display: flex;
  display: -moz-flex;
  display: flex;
  text-align: center;
  width: 275px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-left: 33px;
}
.success #success .person img {
  width: 171px;
  height: 171px;
  flex-shrink: 0;
  -ms-flex-negative: 0;
  border-radius: 50% 50% 50% 50%;
  border: 8px solid #F5F7FA;
  margin-bottom: 10px;
}
.success #success .person .info {
  display: flex;
  display: -moz-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #1E1E1E;
}
.success #success .person .info .name {
  font-size: 1.8125em;
}
.success #success .headContent {
  position: relative;
  width: 573px;
  padding: 28px 45px 41px 45px;
  border-radius: 16px 16px 16px 16px;
  background-color: #F5F7FA;
}
.success #success .headContent:before {
  content: "";
  position: absolute;
  bottom: 118px;
  right: -30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 30px 30px;
  border-color: transparent transparent transparent #f5f7fa;
}
.success #success .headContent h1 {
  width: 100%;
  font-size: 3em;
  line-height: 1.3;
  margin-bottom: 33px;
  color: #1E1E1E;
  font-weight: 500;
}
.success #success .headContent p {
  width: 100%;
  font-size: 1.125em;
  line-height: 1.4;
  margin-bottom: 27px;
  color: #1E1E1E;
}
.success #success .phone-holder {
  color: #1E1E1E;
  margin-bottom: 34px;
  padding-top: 9px;
}
.success #success .phone-holder .phone-icon-holder {
  display: flex;
  align-items: center;
}
.success #success .phone-holder .phone-icon-holder svg {
  width: 24px;
  height: 24px;
  fill: #00BBEF;
}
.topbar-inverse-color .success #success .phone-holder .phone-icon-holder svg {
  stroke-width: 0;
}
.success #success .phone-holder .phone-numbers {
  position: relative;
  display: flex;
  display: -moz-flex;
  display: flex;
}
.success #success .phone-holder .phone-numbers .phone-number {
  font-size: 1.25em;
  cursor: pointer;
  text-decoration: none;
}
.success #success .phone-holder .phone-numbers .phone-number:hover {
  color: #00A3D6;
}
.topbar-inverse-color .success #success .phone-holder .phone-numbers .phone-number:hover {
  color: #fff;
}
.success #success .phone-holder .phone-numbers .phone-devider {
  padding: 0 8px 0 0;
}
.success #success .phone-numbers {
  display: flex;
  display: -moz-flex;
  display: flex;
}
@media (max-width: 1279px) {
  .success #success > .container:after {
    display: none;
  }
}
@media (max-width: 1023px) {
  .success #success > .container {
    flex-direction: column;
    align-items: center;
    padding-top: 35px;
    padding-bottom: 25px;
  }
  .success #success .headContent {
    width: 100%;
  }
  .success #success .headContent:before {
    display: none;
  }
  .success #success .person {
    z-index: 1;
    margin-top: -46px;
    margin-left: 0;
  }
  .success #success .person .info img {
    width: 147px;
    height: 147px;
  }
}
@media (max-width: 479px) {
  .success #success > .container {
    padding-bottom: 80px;
  }
  .success #success .headContent {
    padding: 33px 12px 68px 12px;
  }
  .success #success .headContent h1 {
    font-size: 2.625em;
    line-height: 1.3;
    margin-bottom: 19px;
  }
  .success #success .headContent p {
    font-size: 0.875em;
    line-height: 1.8;
    margin-bottom: 17px;
  }
  .success #success .person {
    width: 240px;
  }
  .success #success .person .info .name {
    font-size: 1.5em;
    margin-bottom: 9px;
  }
  .success #success .person .info div {
    font-size: 0.875em;
  }
  .success #success #footer {
    height: 134px;
  }
}

#first_screen {
  background-image: url(../img/bg-internet-1920.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
}
#first_screen .top-bar {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
}
#first_screen .cta {
  position: relative;
  z-index: 5;
  overflow: hidden;
}
#first_screen .cta .container {
  min-height: 821px;
  padding-top: 185px;
  padding-bottom: 91px;
  position: relative;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  z-index: 5;
}
#first_screen .cta .content-block {
  padding-left: 0;
  position: relative;
  z-index: 21;
}
#first_screen .cta .title-block {
  max-width: 700px;
  width: 100%;
  position: relative;
  z-index: 5;
}
#first_screen .cta {
  /*h1 {
    font-family: 'Proxima Nova', sans-serif;
    font-size: 100px;
    line-height: 105%;
    text-transform: uppercase;
    //text-shadow: 3px 3px 4px $black;
    //-webkit-text-stroke: 2px $black;
    //-webkit-text-stroke: 3px #000000;
    //paint-order: stroke fill;
    //filter: url(#brush-stroke);
    margin-bottom: 21px;
    position: relative;
    z-index: 6;

    span {
      font-weight: 400;
      font-size: 70px;
      line-height: 105%;

      svg {
        width: 100%;
        height: auto;
      }
    }

    svg {
      width: 100%;
      height: auto;
    }

    .speed {
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: $white;
      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: $march2026_pink;
      font-weight: 700;
      font-size: 24px;
      line-height: 108%;
      text-transform: none;
      text-shadow: none;
      -webkit-text-stroke: 0;
      padding: 10px 20px;
      position: relative;
      z-index: 3;
    }
  }*/
  /** Title SVG **/
}
#first_screen .cta h1 {
  margin-bottom: 181px;
}
#first_screen .cta h1.lv .title-svg {
  width: 569px;
  height: 204px;
  background-image: url("data:image/svg+xml,%3Csvg width='569' height='204' viewBox='0 0 569 204' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='path-1-outside-1_9052_646164' maskUnits='userSpaceOnUse' x='-0.514648' y='96' width='529' height='90' fill='black'%3E%3Crect fill='white' x='-0.514648' y='96' width='529' height='90'/%3E%3Cpath d='M23.4854 181V126.8H3.98535V114.3H57.1854V126.8H37.7854V181H23.4854ZM66.2885 181V114.3H113.488V126.5H80.4885V141H112.788V153.2H80.4885V168.7H113.488V181H66.2885ZM124.589 181V114.3H138.789V168.5H166.989V181H124.589ZM176.933 181V114.3H224.133V126.5H191.133V141H223.433V153.2H191.133V168.7H224.133V181H176.933ZM253.934 181L228.134 114.3H244.334L262.834 165.6L281.234 114.3H297.434L271.734 181H253.934ZM293.993 108.1V100.9H327.493V108.1H293.993ZM303.593 181V114.3H317.793V181H303.593ZM328.635 181V169.5L360.135 126.8H328.635V114.3H378.735V125.7L347.235 168.5H379.435V181H328.635ZM390.214 181V114.3H404.414V181H390.214ZM411.656 175.7L417.856 164.8C420.456 167.3 423.856 169.6 428.456 169.6C434.756 169.6 438.856 165.4 438.856 158.9V114.3H453.056V159.1C453.056 174.9 443.256 182.2 429.556 182.2C422.756 182.2 416.456 180.4 411.656 175.7ZM509.668 181L505.468 169.5H475.668L471.468 181H455.868L481.668 114.3H499.468L525.168 181H509.668ZM490.568 126.6L479.468 157.2H501.568L490.568 126.6Z'/%3E%3C/mask%3E%3Cpath d='M23.4854 181V126.8H3.98535V114.3H57.1854V126.8H37.7854V181H23.4854ZM66.2885 181V114.3H113.488V126.5H80.4885V141H112.788V153.2H80.4885V168.7H113.488V181H66.2885ZM124.589 181V114.3H138.789V168.5H166.989V181H124.589ZM176.933 181V114.3H224.133V126.5H191.133V141H223.433V153.2H191.133V168.7H224.133V181H176.933ZM253.934 181L228.134 114.3H244.334L262.834 165.6L281.234 114.3H297.434L271.734 181H253.934ZM293.993 108.1V100.9H327.493V108.1H293.993ZM303.593 181V114.3H317.793V181H303.593ZM328.635 181V169.5L360.135 126.8H328.635V114.3H378.735V125.7L347.235 168.5H379.435V181H328.635ZM390.214 181V114.3H404.414V181H390.214ZM411.656 175.7L417.856 164.8C420.456 167.3 423.856 169.6 428.456 169.6C434.756 169.6 438.856 165.4 438.856 158.9V114.3H453.056V159.1C453.056 174.9 443.256 182.2 429.556 182.2C422.756 182.2 416.456 180.4 411.656 175.7ZM509.668 181L505.468 169.5H475.668L471.468 181H455.868L481.668 114.3H499.468L525.168 181H509.668ZM490.568 126.6L479.468 157.2H501.568L490.568 126.6Z' fill='white'/%3E%3Cpath d='M21.9854 181C22.9854 181 23.9854 181 24.9854 181C25.3187 177.003 25.6187 173.007 25.8854 169.01C26.8241 154.94 27.3498 140.87 27.4624 126.8L27.4939 122.855L23.4854 122.823C21.5687 122.808 19.652 122.8 17.7354 122.8C13.152 122.8 8.56868 122.805 3.98535 122.815L7.97074 126.8C7.96188 122.633 7.949 118.467 7.93209 114.3L3.98535 118.247C21.7187 118.175 39.452 118.03 57.1854 117.812L53.6732 114.3C53.7244 118.467 53.7796 122.633 53.8388 126.8L57.1854 123.453C50.7187 123.545 44.252 123.647 37.7854 123.758L34.7969 123.707L34.7436 126.8C35.0546 144.867 35.4413 162.933 35.9036 181L37.7854 179.118C37.0154 179.138 36.2454 179.158 35.4754 179.178C31.4787 179.281 27.482 179.389 23.4854 179.5C23.4854 180.5 23.4854 181.5 23.4854 182.5C27.482 182.611 31.4787 182.719 35.4754 182.822C36.2454 182.842 37.0154 182.862 37.7854 182.882L39.714 182.832L39.6671 181C40.1294 162.933 40.5161 144.867 40.8271 126.8L37.7854 129.842C44.252 129.953 50.7187 130.055 57.1854 130.147L60.5788 130.098L60.5319 126.8C60.5911 122.633 60.6463 118.467 60.6975 114.3L60.6538 110.745L57.1854 110.788C39.452 110.57 21.7187 110.425 3.98535 110.353L0.0226593 110.369L0.0386088 114.3C0.0217017 118.467 0.00882018 122.633 -3.5882e-05 126.8L0.00845277 130.794L3.98535 130.785C8.56869 130.795 13.152 130.8 17.7354 130.8C19.652 130.8 21.5687 130.792 23.4854 130.777L19.5084 126.8C19.6209 140.87 20.1466 154.94 21.0854 169.01C21.352 173.007 21.652 177.003 21.9854 181ZM24.9854 181H21.9854L22.1136 182.538L23.4854 182.5V179.5L24.9854 181ZM64.7885 181C65.7885 181 66.7885 181 67.7885 181C68.1218 175.027 68.4218 169.053 68.6885 163.08C69.4144 146.82 69.8933 130.56 70.1252 114.3L66.2885 118.137C73.9218 118.246 81.5551 118.3 89.1885 118.3C97.2885 118.3 105.388 118.293 113.488 118.28L109.509 114.3C109.516 118.367 109.524 122.433 109.535 126.5L113.488 122.546C102.488 122.574 91.4885 122.614 80.4885 122.667L76.6741 122.649L76.6556 126.5C76.6788 131.333 76.7045 136.167 76.7326 141L76.7109 144.734L80.4885 144.756C91.2551 144.693 102.022 144.619 112.788 144.532L109.256 141C109.289 145.067 109.324 149.133 109.36 153.2L112.788 149.771C102.022 149.867 91.2551 149.975 80.4885 150.095L77.4181 150.06L77.3831 153.2C77.4406 158.367 77.5009 163.533 77.5639 168.7L77.5287 171.588L80.4885 171.625C91.4885 171.49 102.488 171.344 113.488 171.184L111.004 168.7C111.064 172.8 111.125 176.9 111.188 181L113.488 178.699C103.728 178.849 93.9685 179.008 84.2085 179.178C78.2352 179.281 72.2618 179.389 66.2885 179.5C66.2885 180.5 66.2885 181.5 66.2885 182.5C72.2618 182.611 78.2352 182.719 84.2085 182.822C93.9685 182.992 103.728 183.151 113.488 183.301L115.824 183.265L115.789 181C115.852 176.9 115.913 172.8 115.973 168.7L115.936 166.18L113.488 166.216C102.488 166.056 91.4885 165.91 80.4885 165.775L83.413 168.7C83.4761 163.533 83.5363 158.367 83.5938 153.2L80.4885 156.305C91.2551 156.425 102.022 156.533 112.788 156.629L116.247 156.598L116.217 153.2C116.253 149.133 116.288 145.067 116.32 141L116.292 137.44L112.788 137.468C102.022 137.381 91.2551 137.307 80.4885 137.244L84.2443 141C84.2724 136.167 84.2981 131.333 84.3214 126.5L80.4885 130.333C91.4885 130.386 102.488 130.426 113.488 130.454L117.452 130.444L117.442 126.5C117.453 122.433 117.461 118.367 117.468 114.3L117.461 110.314L113.488 110.32C105.388 110.307 97.2885 110.3 89.1885 110.3C81.5551 110.3 73.9218 110.354 66.2885 110.463L62.3979 110.519L62.4518 114.3C62.6837 130.56 63.1626 146.82 63.8885 163.08C64.1551 169.053 64.4551 175.027 64.7885 181ZM67.7885 181H64.7885L64.8736 182.526L66.2885 182.5V179.5L67.7885 181ZM123.089 181C124.089 181 125.089 181 126.089 181C126.423 177.363 126.723 173.727 126.989 170.09C128.056 155.543 128.589 140.997 128.589 126.45C128.589 122.4 128.585 118.35 128.575 114.3L124.589 118.286C129.323 118.275 134.056 118.258 138.789 118.235L134.854 114.3C134.943 132.367 135.123 150.433 135.395 168.5L135.345 171.843L138.789 171.894C148.189 171.753 157.589 171.587 166.989 171.396L164.093 168.5C164.178 172.667 164.267 176.833 164.362 181L166.989 178.372C156.493 178.61 145.996 178.878 135.499 179.178C131.863 179.281 128.226 179.389 124.589 179.5C124.589 180.5 124.589 181.5 124.589 182.5C128.226 182.611 131.863 182.719 135.499 182.822C145.996 183.122 156.493 183.39 166.989 183.628L169.675 183.567L169.617 181C169.711 176.833 169.801 172.667 169.885 168.5L169.825 165.546L166.989 165.604C157.589 165.413 148.189 165.247 138.789 165.106L142.184 168.5C142.455 150.433 142.636 132.367 142.724 114.3L142.705 110.346L138.789 110.365C134.056 110.342 129.323 110.325 124.589 110.314L120.594 110.323L120.603 114.3C120.594 118.35 120.589 122.4 120.589 126.45C120.589 140.997 121.123 155.543 122.189 170.09C122.456 173.727 122.756 177.363 123.089 181ZM126.089 181H123.089L123.231 182.542L124.589 182.5V179.5L126.089 181ZM175.433 181C176.433 181 177.433 181 178.433 181C178.766 175.027 179.066 169.053 179.333 163.08C180.059 146.82 180.538 130.56 180.77 114.3L176.933 118.137C184.566 118.246 192.2 118.3 199.833 118.3C207.933 118.3 216.033 118.293 224.133 118.28L220.153 114.3C220.16 118.367 220.169 122.433 220.179 126.5L224.133 122.546C213.133 122.574 202.133 122.614 191.133 122.667L187.319 122.649L187.3 126.5C187.323 131.333 187.349 136.167 187.377 141L187.355 144.734L191.133 144.756C201.9 144.693 212.666 144.619 223.433 144.532L219.901 141C219.934 145.067 219.968 149.133 220.004 153.2L223.433 149.771C212.666 149.867 201.9 149.975 191.133 150.095L188.063 150.06L188.028 153.2C188.085 158.367 188.145 163.533 188.208 168.7L188.173 171.588L191.133 171.625C202.133 171.49 213.133 171.344 224.133 171.184L221.649 168.7C221.708 172.8 221.769 176.9 221.832 181L224.133 178.699C214.373 178.849 204.613 179.008 194.853 179.178C188.88 179.281 182.906 179.389 176.933 179.5C176.933 180.5 176.933 181.5 176.933 182.5C182.906 182.611 188.88 182.719 194.853 182.822C204.613 182.992 214.373 183.151 224.133 183.301L226.469 183.265L226.434 181C226.497 176.9 226.558 172.8 226.617 168.7L226.581 166.18L224.133 166.216C213.133 166.056 202.133 165.91 191.133 165.775L194.058 168.7C194.121 163.533 194.181 158.367 194.238 153.2L191.133 156.305C201.9 156.425 212.666 156.533 223.433 156.629L226.892 156.598L226.862 153.2C226.898 149.133 226.932 145.067 226.965 141L226.936 137.44L223.433 137.468C212.666 137.381 201.9 137.307 191.133 137.244L194.889 141C194.917 136.167 194.943 131.333 194.966 126.5L191.133 130.333C202.133 130.386 213.133 130.426 224.133 130.454L228.097 130.444L228.087 126.5C228.097 122.433 228.106 118.367 228.113 114.3L228.106 110.314L224.133 110.32C216.033 110.307 207.933 110.3 199.833 110.3C192.2 110.3 184.566 110.354 176.933 110.463L173.042 110.519L173.096 114.3C173.328 130.56 173.807 146.82 174.533 163.08C174.8 169.053 175.1 175.027 175.433 181ZM178.433 181H175.433L175.518 182.526L176.933 182.5V179.5L178.433 181ZM252.535 181.541C253.467 181.18 254.4 180.82 255.333 180.459C253.826 175.641 252.289 170.834 250.721 166.04C244.866 148.146 238.578 130.419 231.858 112.86L228.134 118.293C229.481 118.298 230.828 118.3 232.175 118.3C236.228 118.3 240.281 118.298 244.334 118.293L240.578 115.655C246.765 132.747 252.997 149.824 259.275 166.884L262.804 176.78L266.395 166.877C272.418 149.738 278.395 132.582 284.326 115.409L281.234 117.585C286.634 117.522 292.034 117.454 297.434 117.382L294.558 113.192C286.289 135.54 278.097 157.918 269.982 180.325L271.734 179.123C270.838 179.141 269.941 179.159 269.045 179.178C264.008 179.281 258.971 179.389 253.934 179.5C253.934 180.5 253.934 181.5 253.934 182.5C258.971 182.611 264.008 182.719 269.045 182.822C269.941 182.841 270.838 182.859 271.734 182.877L273.06 182.85L273.485 181.675C282.504 159.616 291.445 137.527 300.309 115.408L301.883 111.162L297.434 111.218C292.034 111.146 286.634 111.078 281.234 111.015L278.883 111.042L278.141 113.191C271.806 130.218 265.517 147.262 259.272 164.323L266.393 164.316C260.337 147.176 254.236 130.053 248.09 112.945L247.134 110.304L244.334 110.307C240.281 110.302 236.228 110.3 232.175 110.3C230.828 110.3 229.481 110.302 228.134 110.307L222.295 110.327L224.41 115.74C231.255 133.252 238.533 150.596 246.244 167.772C248.31 172.374 250.407 176.963 252.535 181.541ZM255.333 180.459L252.535 181.541L252.99 182.521L253.934 182.5V179.5L255.333 180.459ZM292.493 108.1C293.493 108.1 294.493 108.1 295.493 108.1C295.827 106.743 296.126 105.387 296.393 104.03C296.598 102.987 296.784 101.943 296.949 100.9L293.993 103.856C298.376 104.552 302.76 104.9 307.143 104.9C313.926 104.9 320.71 104.807 327.493 104.622L323.771 100.9C323.836 103.3 323.914 105.7 324.002 108.1L327.493 104.609C317.683 104.972 307.873 105.528 298.063 106.278C296.706 106.381 295.35 106.489 293.993 106.6C293.993 107.6 293.993 108.6 293.993 109.6C295.35 109.711 296.706 109.819 298.063 109.922C307.873 110.672 317.683 111.228 327.493 111.591L331.108 111.457L330.984 108.1C331.073 105.7 331.15 103.3 331.215 100.9L331.111 97.079L327.493 97.1778C320.71 96.9926 313.926 96.9 307.143 96.9C302.76 96.9 298.376 97.248 293.993 97.9439L290.652 98.4744L291.037 100.9C291.203 101.943 291.388 102.987 291.593 104.03C291.86 105.387 292.16 106.743 292.493 108.1ZM295.493 108.1H292.493L292.884 109.691L293.993 109.6V106.6L295.493 108.1ZM299.593 181C302.26 181 304.926 181 307.593 181C307.593 178.303 307.593 175.607 307.593 172.91C307.593 153.373 307.593 133.837 307.593 114.3L303.593 118.3C308.327 118.3 313.06 118.3 317.793 118.3L313.793 114.3C313.793 136.533 313.793 158.767 313.793 181L317.793 177C315.757 177 313.72 177 311.683 177C308.987 177 306.29 177 303.593 177C303.593 179.667 303.593 182.333 303.593 185C306.29 185 308.987 185 311.683 185C313.72 185 315.757 185 317.793 185H321.793V181C321.793 158.767 321.793 136.533 321.793 114.3V110.3H317.793C313.06 110.3 308.327 110.3 303.593 110.3H299.593V114.3C299.593 133.837 299.593 153.373 299.593 172.91C299.593 175.607 299.593 178.303 299.593 181ZM307.593 181H299.593V185H303.593V177L307.593 181ZM327.135 181C328.135 181 329.135 181 330.135 181C330.375 177.167 330.598 173.333 330.804 169.5L330.38 170.788C331.322 169.645 332.261 168.501 333.199 167.356C343.476 154.795 353.503 142.05 363.281 129.121L367.914 122.963L360.135 122.89C355.096 122.83 350.058 122.8 345.02 122.8C339.558 122.8 334.096 122.804 328.635 122.812L332.623 126.8C332.617 122.633 332.609 118.467 332.598 114.3L328.635 118.263C345.335 118.221 362.035 118.142 378.735 118.027L375.008 114.3C375.034 118.1 375.062 121.9 375.092 125.7L375.801 123.541C365.414 137.891 355.06 152.265 344.739 166.663L341.077 171.537L347.235 171.599C357.968 171.464 368.701 171.314 379.435 171.149L376.786 168.5C376.85 172.667 376.916 176.833 376.985 181L379.435 178.55C367.813 178.742 356.191 178.951 344.57 179.178C339.258 179.281 333.946 179.389 328.635 179.5C328.635 180.5 328.635 181.5 328.635 182.5C333.946 182.611 339.258 182.719 344.57 182.822C356.191 183.049 367.813 183.258 379.435 183.45L381.924 183.409L381.884 181C381.953 176.833 382.019 172.667 382.083 168.5L382.042 165.811L379.435 165.851C368.701 165.686 357.968 165.536 347.235 165.401L349.73 170.337C360.409 156.202 371.055 142.043 381.668 127.859L382.386 126.867L382.377 125.7C382.407 121.9 382.435 118.1 382.462 114.3L382.436 110.547L378.735 110.573C362.035 110.458 345.335 110.379 328.635 110.337L324.661 110.347L324.671 114.3C324.661 118.467 324.652 122.633 324.646 126.8L324.652 130.794L328.635 130.788C334.096 130.796 339.558 130.8 345.02 130.8C350.058 130.8 355.096 130.77 360.135 130.71L356.988 124.479C347.521 137.637 338.304 150.979 329.336 164.506C328.518 165.74 327.702 166.975 326.889 168.212L326.433 168.905L326.465 169.5C326.671 173.333 326.894 177.167 327.135 181ZM330.135 181H327.135L327.231 182.529L328.635 182.5V179.5L330.135 181ZM388.714 181C389.714 181 390.714 181 391.714 181C392.048 178.303 392.348 175.607 392.614 172.91C393.681 162.123 394.214 151.337 394.214 140.55C394.214 131.8 394.175 123.05 394.097 114.3L390.214 118.183C394.948 118.141 399.681 118.087 404.414 118.022L400.692 114.3C400.997 136.533 401.555 158.767 402.363 181L404.414 178.949C402.378 179.023 400.341 179.099 398.304 179.178C395.608 179.281 392.911 179.389 390.214 179.5C390.214 180.5 390.214 181.5 390.214 182.5C392.911 182.611 395.608 182.719 398.304 182.822C400.341 182.901 402.378 182.977 404.414 183.051L406.537 182.974L406.465 181C407.274 158.767 407.831 136.533 408.136 114.3L408.085 110.527L404.414 110.578C399.681 110.513 394.948 110.459 390.214 110.417L386.297 110.452L386.331 114.3C386.253 123.05 386.214 131.8 386.214 140.55C386.214 151.337 386.748 162.123 387.814 172.91C388.081 175.607 388.381 178.303 388.714 181ZM391.714 181H388.714L388.906 182.554L390.214 182.5V179.5L391.714 181ZM410.352 174.958C411.221 175.453 412.09 175.947 412.96 176.442C414.913 173.681 416.838 170.904 418.734 168.111C419.192 167.435 419.65 166.757 420.105 166.079L416.062 166.665C418.88 169.892 423.394 172.82 428.456 172.937C431.876 173.116 435.919 172.049 438.752 169.178C441.614 166.344 442.746 162.375 442.773 158.9C442.828 155.844 442.856 152.789 442.856 149.733C442.856 137.922 442.81 126.111 442.719 114.3L438.856 118.163C443.589 118.127 448.322 118.083 453.056 118.031L449.324 114.3C449.486 129.233 449.72 144.167 450.028 159.1C451.106 170.962 441.817 180.44 429.556 180.096C426.578 180.187 423.608 179.916 420.802 179.107C417.806 178.252 415.019 176.748 412.705 174.628C412.005 175.343 411.306 176.057 410.606 176.772C413.093 179.38 416.268 181.371 419.677 182.574C422.872 183.713 426.236 184.213 429.556 184.304C436.06 184.495 443.298 183.036 448.63 178.094C454.014 173.177 456.003 165.753 456.084 159.1C456.391 144.167 456.626 129.233 456.787 114.3L456.746 110.529L453.056 110.569C448.322 110.517 443.589 110.473 438.856 110.437L434.963 110.467L434.993 114.3C434.901 126.111 434.856 137.922 434.856 149.733C434.856 152.789 434.883 155.844 434.938 158.9C435.039 163.177 432.89 165.964 428.456 166.263C425.451 166.504 422.457 165.263 419.649 162.935L416.95 160.695L415.606 163.521C415.256 164.259 414.908 164.997 414.561 165.737C413.129 168.795 411.726 171.868 410.352 174.958ZM412.96 176.442L410.352 174.958L409.853 176.081L410.606 176.772L412.705 174.628L412.96 176.442ZM508.259 181.515C509.199 181.172 510.138 180.828 511.077 180.485C509.989 176.538 508.869 172.603 507.718 168.678L507.292 167.223L505.468 167.104C505.446 167.103 505.424 167.101 505.402 167.1C495.491 166.456 485.579 166.006 475.668 165.751L473.144 165.686L472.147 168.214C470.648 172.011 469.18 175.82 467.744 179.64L471.468 177.035C469.048 177.012 466.628 177 464.209 177C461.428 177 458.648 177.002 455.868 177.005L459.594 182.441C468.167 160.197 476.623 137.908 484.963 115.574L481.668 117.832C487.602 117.763 493.535 117.686 499.468 117.601L496.388 115.487C505.273 137.597 514.275 159.663 523.393 181.684L525.168 179.098C524.105 179.124 523.041 179.151 521.977 179.178C517.874 179.281 513.771 179.389 509.668 179.5C509.668 180.5 509.668 181.5 509.668 182.5C513.771 182.611 517.874 182.719 521.977 182.822C523.041 182.849 524.105 182.876 525.168 182.902L527.983 182.836L526.943 180.316C518.928 157.87 510.796 135.469 502.548 113.113L501.686 110.968L499.468 110.999C493.535 110.914 487.602 110.837 481.668 110.768L479.206 110.796L478.374 113.026C469.513 135.158 460.769 157.336 452.142 179.559L450.044 185.002L455.868 184.995C458.648 184.998 461.428 185 464.209 185C466.628 185 469.048 184.988 471.468 184.965L474.279 184.938L475.193 182.36C476.556 178.514 477.888 174.655 479.19 170.786L475.668 173.249C485.579 172.994 495.491 172.544 505.402 171.9C505.424 171.899 505.446 171.897 505.468 171.896L503.218 170.322C504.867 174.064 506.548 177.795 508.259 181.515ZM511.077 180.485L508.259 181.515L508.724 182.526L509.668 182.5V179.5L511.077 180.485ZM494.328 127.964C491.822 127.055 489.315 126.145 486.808 125.236C486.312 126.602 485.817 127.967 485.322 129.333C482.117 138.167 478.913 147.002 475.708 155.836L473.762 161.2H479.468C486.835 161.2 494.202 161.2 501.568 161.2H507.257L505.332 155.847C502.157 147.014 498.982 138.181 495.807 129.348C495.315 127.981 494.824 126.614 494.332 125.247C491.823 126.149 489.313 127.051 486.804 127.953C487.295 129.32 487.787 130.687 488.278 132.055C491.454 140.887 494.629 149.72 497.804 158.553L501.568 153.2C494.202 153.2 486.835 153.2 479.468 153.2L483.228 158.564C486.433 149.73 489.638 140.895 492.842 132.061C493.338 130.695 493.833 129.33 494.328 127.964ZM486.808 125.236L494.328 127.964L486.804 127.953L494.332 125.247L490.585 114.823L486.808 125.236Z' fill='%23070708' mask='url(%23path-1-outside-1_9052_646164)'/%3E%3Cmask id='path-3-outside-2_9052_646164' maskUnits='userSpaceOnUse' x='3.48535' y='13' width='529' height='77' fill='black'%3E%3Crect fill='white' x='3.48535' y='13' width='529' height='77'/%3E%3Cpath d='M8.08535 85V18.3H22.2854V85H8.08535ZM81.5268 85L49.7268 40.2V85H35.5268V18.3H50.1268L81.0268 61.5V18.3H95.2268V85H81.5268ZM123.778 85V30.8H104.278V18.3H157.478V30.8H138.078V85H123.778ZM166.581 85V18.3H213.781V30.5H180.781V45H213.081V57.2H180.781V72.7H213.781V85H166.581ZM262.582 85L249.482 61.1H239.082V85H224.882V18.3H256.082C269.982 18.3 278.482 27.4 278.482 39.8C278.482 51.6 271.082 57.9 263.882 59.6L278.882 85H262.582ZM263.982 39.7C263.982 34.1 259.682 30.5 253.982 30.5H239.082V48.9H253.982C259.682 48.9 263.982 45.3 263.982 39.7ZM335.14 85L303.34 40.2V85H289.14V18.3H303.74L334.64 61.5V18.3H348.84V85H335.14ZM361.992 85V18.3H409.192V30.5H376.192V45H408.492V57.2H376.192V72.7H409.192V85H361.992ZM435.692 85V30.8H416.192V18.3H469.392V30.8H449.992V85H435.692ZM473.212 75.6L481.012 64.8C485.712 69.7 493.012 73.8 502.212 73.8C510.012 73.8 513.812 70.1 513.812 66.3C513.812 61.3 508.012 59.6 500.312 57.8C489.412 55.3 475.412 52.3 475.412 37.4C475.412 26.3 485.012 17.3 500.712 17.3C511.312 17.3 520.112 20.5 526.712 26.6L518.812 37C513.412 32 506.212 29.7 499.712 29.7C493.312 29.7 489.912 32.5 489.912 36.5C489.912 41 495.512 42.4 503.212 44.2C514.212 46.7 528.212 50 528.212 64.8C528.212 77 519.512 86.2 501.512 86.2C488.712 86.2 479.512 81.9 473.212 75.6Z'/%3E%3C/mask%3E%3Cpath d='M8.08535 85V18.3H22.2854V85H8.08535ZM81.5268 85L49.7268 40.2V85H35.5268V18.3H50.1268L81.0268 61.5V18.3H95.2268V85H81.5268ZM123.778 85V30.8H104.278V18.3H157.478V30.8H138.078V85H123.778ZM166.581 85V18.3H213.781V30.5H180.781V45H213.081V57.2H180.781V72.7H213.781V85H166.581ZM262.582 85L249.482 61.1H239.082V85H224.882V18.3H256.082C269.982 18.3 278.482 27.4 278.482 39.8C278.482 51.6 271.082 57.9 263.882 59.6L278.882 85H262.582ZM263.982 39.7C263.982 34.1 259.682 30.5 253.982 30.5H239.082V48.9H253.982C259.682 48.9 263.982 45.3 263.982 39.7ZM335.14 85L303.34 40.2V85H289.14V18.3H303.74L334.64 61.5V18.3H348.84V85H335.14ZM361.992 85V18.3H409.192V30.5H376.192V45H408.492V57.2H376.192V72.7H409.192V85H361.992ZM435.692 85V30.8H416.192V18.3H469.392V30.8H449.992V85H435.692ZM473.212 75.6L481.012 64.8C485.712 69.7 493.012 73.8 502.212 73.8C510.012 73.8 513.812 70.1 513.812 66.3C513.812 61.3 508.012 59.6 500.312 57.8C489.412 55.3 475.412 52.3 475.412 37.4C475.412 26.3 485.012 17.3 500.712 17.3C511.312 17.3 520.112 20.5 526.712 26.6L518.812 37C513.412 32 506.212 29.7 499.712 29.7C493.312 29.7 489.912 32.5 489.912 36.5C489.912 41 495.512 42.4 503.212 44.2C514.212 46.7 528.212 50 528.212 64.8C528.212 77 519.512 86.2 501.512 86.2C488.712 86.2 479.512 81.9 473.212 75.6Z' fill='white'/%3E%3Cpath d='M6.58535 85C7.58535 85 8.58535 85 9.58535 85C9.91868 82.3033 10.2187 79.6067 10.4854 76.91C11.552 66.1233 12.0854 55.3367 12.0854 44.55C12.0854 35.8 12.0464 27.05 11.9684 18.3L8.08535 22.183C12.8187 22.1408 17.552 22.0872 22.2854 22.0222L18.5631 18.3C18.8685 40.5333 19.4256 62.7667 20.2345 85L22.2854 82.9492C20.2487 83.0232 18.212 83.0995 16.1754 83.1778C13.4787 83.2815 10.782 83.3889 8.08535 83.5C8.08535 84.5 8.08535 85.5 8.08535 86.5C10.782 86.6111 13.4787 86.7185 16.1754 86.8222C18.212 86.9005 20.2487 86.9768 22.2854 87.0508L24.408 86.9736L24.3362 85C25.1451 62.7667 25.7022 40.5333 26.0076 18.3L25.9558 14.5274L22.2854 14.5778C17.552 14.5128 12.8187 14.4592 8.08535 14.417L4.16804 14.4519L4.20233 18.3C4.12435 27.05 4.08535 35.8 4.08535 44.55C4.08535 55.3367 4.61868 66.1233 5.68535 76.91C5.95202 79.6067 6.25202 82.3033 6.58535 85ZM9.58535 85H6.58535L6.77743 86.5539L8.08535 86.5V83.5L9.58535 85ZM80.3036 85.8682C81.119 85.2894 81.9345 84.7106 82.7499 84.1318C79.2965 78.6907 75.8159 73.2689 72.3081 67.8664C65.8347 57.8963 59.2686 47.992 52.61 38.1534L46.3046 29.0752L46.191 40.2C45.8815 54.0664 45.7268 67.9328 45.7268 81.7992C45.7268 82.8661 45.7269 83.9331 45.7271 85L49.7268 81.0003C44.9934 81.0012 40.2601 81.0041 35.5268 81.009L39.5177 85C39.4947 62.7667 39.4274 40.5333 39.3159 18.3L35.5268 22.0892C40.3934 22.0648 45.2601 22.0383 50.1268 22.0096L47.1095 20.4582C57.4942 34.7976 67.9018 49.1206 78.3321 63.4274L84.2966 71.8403L84.3398 61.5C84.2095 47.1 84.0606 32.7 83.8932 18.3L81.0268 21.1665C85.7601 21.1114 90.4934 21.0544 95.2268 20.9954L92.5314 18.3C92.7854 38.6641 93.0764 59.0282 93.4045 79.3924C93.4347 81.2616 93.4651 83.1308 93.4958 85L95.2268 83.2691C90.6601 83.3442 86.0934 83.4212 81.5268 83.5C81.5268 84.5 81.5268 85.5 81.5268 86.5C86.0934 86.5788 90.6601 86.6558 95.2268 86.7309L96.9857 86.702L96.9577 85C96.9884 83.1308 97.0189 81.2616 97.049 79.3924C97.3771 59.0282 97.6682 38.6641 97.9221 18.3L97.8881 15.5714L95.2268 15.6046C90.4934 15.5456 85.7601 15.4885 81.0268 15.4335L78.1274 15.4672L78.1603 18.3C77.9929 32.7 77.844 47.1 77.7137 61.5L83.7214 59.5726C73.5518 45.0793 63.3593 30.6024 53.144 16.1418L52.0124 14.5793L50.1268 14.5904C45.2601 14.5617 40.3934 14.5352 35.5268 14.5108L31.7187 14.5299L31.7376 18.3C31.6261 40.5333 31.5588 62.7667 31.5358 85L31.5399 88.9951L35.5268 88.991C40.2601 88.9959 44.9934 88.9988 49.7268 88.9997L53.7272 88.9989L53.7265 85C53.7267 83.9331 53.7268 82.8661 53.7268 81.7992C53.7268 67.9328 53.572 54.0664 53.2626 40.2L46.8435 42.2466C53.9344 51.7784 61.1179 61.2444 68.3939 70.6447C72.3366 75.7385 76.3065 80.813 80.3036 85.8682ZM82.7499 84.1318L80.3036 85.8682L80.8129 86.5123L81.5268 86.5V83.5L82.7499 84.1318ZM122.278 85C123.278 85 124.278 85 125.278 85C125.612 81.0033 125.912 77.0067 126.178 73.01C127.117 58.94 127.643 44.87 127.755 30.8L127.787 26.8551L123.778 26.823C121.862 26.8077 119.945 26.8 118.028 26.8C113.445 26.8 108.862 26.8049 104.278 26.8146L108.264 30.8C108.255 26.6333 108.242 22.4667 108.225 18.3L104.278 22.2467C122.012 22.1748 139.745 22.0299 157.478 21.8121L153.966 18.3C154.017 22.4667 154.073 26.6333 154.132 30.8L157.478 27.4535C151.012 27.5454 144.545 27.647 138.078 27.7583L135.09 27.7069L135.037 30.8C135.348 48.8667 135.734 66.9333 136.197 85L138.078 83.1182C137.308 83.138 136.538 83.1578 135.768 83.1778C131.772 83.2815 127.775 83.3889 123.778 83.5C123.778 84.5 123.778 85.5 123.778 86.5C127.775 86.6111 131.772 86.7185 135.768 86.8222C136.538 86.8422 137.308 86.862 138.078 86.8818L140.007 86.8324L139.96 85C140.422 66.9333 140.809 48.8667 141.12 30.8L138.078 33.8417C144.545 33.953 151.012 34.0546 157.478 34.1465L160.872 34.0983L160.825 30.8C160.884 26.6333 160.939 22.4667 160.99 18.3L160.947 14.7453L157.478 14.7879C139.745 14.5701 122.012 14.4252 104.278 14.3532L100.316 14.3693L100.332 18.3C100.315 22.4667 100.302 26.6333 100.293 30.8L100.301 34.7938L104.278 34.7854C108.862 34.7951 113.445 34.8 118.028 34.8C119.945 34.8 121.862 34.7923 123.778 34.777L119.801 30.8C119.914 44.87 120.44 58.94 121.378 73.01C121.645 77.0067 121.945 81.0033 122.278 85ZM125.278 85H122.278L122.407 86.5381L123.778 86.5V83.5L125.278 85ZM165.081 85C166.081 85 167.081 85 168.081 85C168.415 79.0267 168.715 73.0533 168.981 67.08C169.707 50.82 170.186 34.56 170.418 18.3L166.581 22.1367C174.215 22.2456 181.848 22.3 189.481 22.3C197.581 22.3 205.681 22.2932 213.781 22.2796L209.802 18.3C209.809 22.3667 209.817 26.4333 209.828 30.5L213.781 26.5461C202.781 26.5739 191.781 26.6142 180.781 26.6671L176.967 26.6488L176.949 30.5C176.972 35.3333 176.997 40.1667 177.026 45L177.004 48.7339L180.781 48.7559C191.548 48.6933 202.315 48.6187 213.081 48.532L209.549 45C209.582 49.0667 209.617 53.1333 209.653 57.2L213.081 53.7713C202.315 53.8671 191.548 53.9748 180.781 54.0947L177.711 54.0605L177.676 57.2C177.734 62.3667 177.794 67.5333 177.857 72.7L177.822 75.5884L180.781 75.6246C191.781 75.4904 202.781 75.3436 213.781 75.1843L211.297 72.7C211.357 76.8 211.418 80.9 211.481 85L213.781 82.6991C204.021 82.8488 194.261 83.0083 184.501 83.1778C178.528 83.2815 172.555 83.3889 166.581 83.5C166.581 84.5 166.581 85.5 166.581 86.5C172.555 86.6111 178.528 86.7185 184.501 86.8222C194.261 86.9917 204.021 87.1512 213.781 87.3009L216.117 87.2651L216.082 85C216.145 80.9 216.206 76.8 216.266 72.7L216.229 70.1803L213.781 70.2157C202.781 70.0564 191.781 69.9096 180.781 69.7754L183.706 72.7C183.769 67.5333 183.829 62.3667 183.887 57.2L180.781 60.3053C191.548 60.4252 202.315 60.5329 213.081 60.6287L216.54 60.5979L216.51 57.2C216.546 53.1333 216.581 49.0667 216.613 45L216.585 41.4398L213.081 41.468C202.315 41.3813 191.548 41.3067 180.781 41.2441L184.537 45C184.565 40.1667 184.591 35.3333 184.614 30.5L180.781 34.3329C191.781 34.3858 202.781 34.4261 213.781 34.4539L217.745 34.4439L217.735 30.5C217.746 26.4333 217.754 22.3667 217.761 18.3L217.754 14.3137L213.781 14.3204C205.681 14.3068 197.581 14.3 189.481 14.3C181.848 14.3 174.215 14.3544 166.581 14.4633L162.691 14.5188L162.745 18.3C162.977 34.56 163.456 50.82 164.181 67.08C164.448 73.0533 164.748 79.0267 165.081 85ZM168.081 85H165.081L165.167 86.5263L166.581 86.5V83.5L168.081 85ZM261.267 85.721C262.144 85.2403 263.021 84.7597 263.898 84.279C261.938 80.0111 259.95 75.7593 257.932 71.5235C256.037 67.544 254.116 63.5788 252.168 59.6276L251.426 58.1214L249.482 58.0367C246.016 57.8857 242.549 57.7529 239.082 57.6385L235.739 57.528L235.621 61.1C235.358 69.0667 235.191 77.0333 235.121 85L239.082 81.0384C236.179 81.0128 233.276 81 230.373 81C228.543 81 226.713 81.0006 224.882 81.0017L228.881 85C228.867 62.7667 228.77 40.5333 228.589 18.3L224.882 22.0068C235.282 21.9223 245.682 21.8195 256.082 21.6985C266.649 21.0805 275.803 29.0647 275.559 39.8C275.959 47.7795 271.032 55.3145 263.315 57.1977L260.083 57.8995L261.757 60.8551C266.914 69.229 272.085 77.5945 277.271 85.9518L278.882 83.1283C278.133 83.1447 277.384 83.1612 276.635 83.1778C271.951 83.2815 267.266 83.3889 262.582 83.5C262.582 84.5 262.582 85.5 262.582 86.5C267.266 86.6111 271.951 86.7185 276.635 86.8222C277.384 86.8388 278.133 86.8553 278.882 86.8717L282.196 86.8087L280.494 84.0482C275.679 75.4721 270.85 66.9044 266.008 58.3448L264.449 62.0023C274.524 60.1251 281.752 49.6501 281.406 39.8C282.615 26.4473 269.18 13.969 256.082 14.9015C245.682 14.7804 235.282 14.6777 224.882 14.5932L221.146 14.6236L221.175 18.3C220.995 40.5333 220.898 62.7667 220.884 85L220.886 89.0008L224.882 88.9983C226.713 88.9994 228.543 89 230.373 89C233.276 89 236.179 88.9872 239.082 88.9616L243.078 88.9263L243.044 85C242.974 77.0333 242.807 69.0667 242.544 61.1L239.082 64.5615C242.549 64.4471 246.016 64.3143 249.482 64.1633L246.796 62.5724C249.079 66.3393 251.388 70.092 253.723 73.8306C256.209 77.8101 258.723 81.7735 261.267 85.721ZM263.898 84.279L261.267 85.721L261.781 86.519L262.582 86.5V83.5L263.898 84.279ZM259.982 39.7C262.649 39.7 265.316 39.7 267.982 39.7C267.985 37.911 267.65 36.0195 266.867 34.254C264.613 28.95 258.756 26.3818 253.982 26.5C249.016 26.5 244.049 26.5 239.082 26.5H235.082V30.5C235.082 36.6333 235.082 42.7667 235.082 48.9V52.9H239.082C244.049 52.9 249.016 52.9 253.982 52.9C258.756 53.0182 264.613 50.45 266.867 45.146C267.65 43.3805 267.985 41.489 267.982 39.7C265.316 39.7 262.649 39.7 259.982 39.7C259.982 40.5339 259.831 41.2761 259.55 41.9122C258.788 43.7133 256.677 44.9126 253.982 44.9C249.016 44.9 244.049 44.9 239.082 44.9L243.082 48.9C243.082 42.7667 243.082 36.6333 243.082 30.5L239.082 34.5C244.049 34.5 249.016 34.5 253.982 34.5C256.677 34.4874 258.788 35.6867 259.55 37.4878C259.831 38.1239 259.982 38.8661 259.982 39.7ZM267.982 39.7H259.982H267.982ZM333.917 85.8682C334.732 85.2894 335.548 84.7106 336.363 84.1318C332.91 78.6907 329.429 73.2689 325.921 67.8664C319.448 57.8963 312.882 47.992 306.223 38.1534L299.918 29.0752L299.804 40.2C299.495 54.0664 299.34 67.9328 299.34 81.7992C299.34 82.8661 299.34 83.9331 299.34 85L303.34 81.0003C298.607 81.0012 293.873 81.0041 289.14 81.009L293.131 85C293.108 62.7667 293.041 40.5333 292.929 18.3L289.14 22.0892C294.007 22.0648 298.873 22.0383 303.74 22.0096L300.723 20.4582C311.108 34.7976 321.515 49.1206 331.945 63.4274L337.91 71.8403L337.953 61.5C337.823 47.1 337.674 32.7 337.507 18.3L334.64 21.1665C339.373 21.1114 344.107 21.0544 348.84 20.9954L346.145 18.3C346.399 38.6641 346.69 59.0282 347.018 79.3924C347.048 81.2616 347.078 83.1308 347.109 85L348.84 83.2691C344.273 83.3442 339.707 83.4212 335.14 83.5C335.14 84.5 335.14 85.5 335.14 86.5C339.707 86.5788 344.273 86.6558 348.84 86.7309L350.599 86.702L350.571 85C350.602 83.1308 350.632 81.2616 350.662 79.3924C350.99 59.0282 351.281 38.6641 351.535 18.3L351.501 15.5714L348.84 15.6046C344.107 15.5456 339.373 15.4885 334.64 15.4335L331.741 15.4672L331.774 18.3C331.606 32.7 331.457 47.1 331.327 61.5L337.335 59.5726C327.165 45.0793 316.973 30.6024 306.757 16.1418L305.626 14.5793L303.74 14.5904C298.873 14.5617 294.007 14.5352 289.14 14.5108L285.332 14.5299L285.351 18.3C285.239 40.5333 285.172 62.7667 285.149 85L285.153 88.9951L289.14 88.991C293.873 88.9959 298.607 88.9988 303.34 88.9997L307.34 88.9989L307.34 85C307.34 83.9331 307.34 82.8661 307.34 81.7992C307.34 67.9328 307.185 54.0664 306.876 40.2L300.457 42.2466C307.548 51.7784 314.731 61.2444 322.007 70.6447C325.95 75.7385 329.92 80.813 333.917 85.8682ZM336.363 84.1318L333.917 85.8682L334.426 86.5123L335.14 86.5V83.5L336.363 84.1318ZM360.492 85C361.492 85 362.492 85 363.492 85C363.825 79.0267 364.125 73.0533 364.392 67.08C365.117 50.82 365.596 34.56 365.828 18.3L361.992 22.1367C369.625 22.2456 377.258 22.3 384.892 22.3C392.992 22.3 401.092 22.2932 409.192 22.2796L405.212 18.3C405.219 22.3667 405.227 26.4333 405.238 30.5L409.192 26.5461C398.192 26.5739 387.192 26.6142 376.192 26.6671L372.377 26.6488L372.359 30.5C372.382 35.3333 372.408 40.1667 372.436 45L372.414 48.7339L376.192 48.7559C386.958 48.6933 397.725 48.6187 408.492 48.532L404.96 45C404.992 49.0667 405.027 53.1333 405.063 57.2L408.492 53.7713C397.725 53.8671 386.958 53.9748 376.192 54.0947L373.121 54.0605L373.086 57.2C373.144 62.3667 373.204 67.5333 373.267 72.7L373.232 75.5884L376.192 75.6246C387.192 75.4904 398.192 75.3436 409.192 75.1843L406.707 72.7C406.767 76.8 406.828 80.9 406.891 85L409.192 82.6991C399.432 82.8488 389.672 83.0083 379.912 83.1778C373.938 83.2815 367.965 83.3889 361.992 83.5C361.992 84.5 361.992 85.5 361.992 86.5C367.965 86.6111 373.938 86.7185 379.912 86.8222C389.672 86.9917 399.432 87.1512 409.192 87.3009L411.527 87.2651L411.492 85C411.555 80.9 411.617 76.8 411.676 72.7L411.639 70.1803L409.192 70.2157C398.192 70.0564 387.192 69.9096 376.192 69.7754L379.116 72.7C379.179 67.5333 379.239 62.3667 379.297 57.2L376.192 60.3053C386.958 60.4252 397.725 60.5329 408.492 60.6287L411.951 60.5979L411.92 57.2C411.956 53.1333 411.991 49.0667 412.024 45L411.995 41.4398L408.492 41.468C397.725 41.3813 386.958 41.3067 376.192 41.2441L379.947 45C379.976 40.1667 380.001 35.3333 380.024 30.5L376.192 34.3329C387.192 34.3858 398.192 34.4261 409.192 34.4539L413.155 34.4439L413.146 30.5C413.156 26.4333 413.164 22.3667 413.171 18.3L413.164 14.3137L409.192 14.3204C401.092 14.3068 392.992 14.3 384.892 14.3C377.258 14.3 369.625 14.3544 361.992 14.4633L358.101 14.5188L358.155 18.3C358.387 34.56 358.866 50.82 359.592 67.08C359.858 73.0533 360.158 79.0267 360.492 85ZM363.492 85H360.492L360.577 86.5263L361.992 86.5V83.5L363.492 85ZM434.192 85C435.192 85 436.192 85 437.192 85C437.526 81.0033 437.826 77.0067 438.092 73.01C439.031 58.94 439.557 44.87 439.669 30.8L439.701 26.8551L435.692 26.823C433.776 26.8077 431.859 26.8 429.942 26.8C425.359 26.8 420.776 26.8049 416.192 26.8146L420.178 30.8C420.169 26.6333 420.156 22.4667 420.139 18.3L416.192 22.2467C433.926 22.1748 451.659 22.0299 469.392 21.8121L465.88 18.3C465.931 22.4667 465.987 26.6333 466.046 30.8L469.392 27.4535C462.926 27.5454 456.459 27.647 449.992 27.7583L447.004 27.7069L446.951 30.8C447.262 48.8667 447.648 66.9333 448.111 85L449.992 83.1182C449.222 83.138 448.452 83.1578 447.682 83.1778C443.686 83.2815 439.689 83.3889 435.692 83.5C435.692 84.5 435.692 85.5 435.692 86.5C439.689 86.6111 443.686 86.7185 447.682 86.8222C448.452 86.8422 449.222 86.862 449.992 86.8818L451.921 86.8324L451.874 85C452.336 66.9333 452.723 48.8667 453.034 30.8L449.992 33.8417C456.459 33.953 462.926 34.0546 469.392 34.1465L472.786 34.0983L472.739 30.8C472.798 26.6333 472.853 22.4667 472.905 18.3L472.861 14.7453L469.392 14.7879C451.659 14.5701 433.926 14.4252 416.192 14.3532L412.23 14.3693L412.246 18.3C412.229 22.4667 412.216 26.6333 412.207 30.8L412.215 34.7938L416.192 34.7854C420.776 34.7951 425.359 34.8 429.942 34.8C431.859 34.8 433.776 34.7923 435.692 34.777L431.715 30.8C431.828 44.87 432.354 58.94 433.292 73.01C433.559 77.0067 433.859 81.0033 434.192 85ZM437.192 85H434.192L434.321 86.5381L435.692 86.5V83.5L437.192 85ZM471.996 74.7218C472.807 75.3073 473.617 75.8927 474.428 76.4782C477.241 73.0318 480.037 69.5734 482.816 66.1028L479.406 66.3403C480.258 67.3148 481.177 68.2386 482.148 69.1009C487.539 73.9281 494.812 76.8278 502.212 77.0079C505.095 77.0773 508.161 76.7838 511.219 75.3257C514.189 73.9707 517.43 70.6613 517.448 66.3C517.559 64.0597 516.443 61.3351 514.825 59.7994C513.24 58.214 511.57 57.375 510.027 56.69C506.924 55.3733 504.031 54.6908 501.204 53.9826L501.188 53.9789C496.295 52.8082 491.586 51.6995 487.634 49.7911C482.211 47.2571 479.315 43.1516 479.396 37.4C479.085 27.4552 489.884 20.863 500.712 21.1765C509.434 21.0853 518.004 23.6187 524.186 29.333L523.748 24.3488C521.138 27.8328 518.529 31.3181 515.922 34.8048L521.278 34.3371C515.354 28.9441 507.526 26.209 499.712 26.2465C497.14 26.287 494.37 26.6017 491.598 28.1108C488.803 29.4863 486.4 33.1643 486.589 36.5C486.497 38.7478 487.91 41.3791 489.521 42.5926C491.12 43.8971 492.668 44.5189 494.132 45.0622C497.064 46.0939 499.797 46.6499 502.496 47.2612L502.515 47.2655C513.77 49.3948 525.996 53.4997 525.528 64.8C526.436 77.0621 513.821 84.5091 501.512 84.1261C496.982 84.2083 492.443 83.7286 488.137 82.4692C482.97 80.9716 478.163 78.2895 474.273 74.5393C473.565 75.2464 472.858 75.9536 472.151 76.6607C476.229 80.9195 481.438 84.0985 487.048 85.9469C491.721 87.5032 496.642 88.1937 501.512 88.2739C508.153 88.3641 515.253 87.3653 521.288 83.3495C527.41 79.4339 530.965 71.8896 530.896 64.8C531.296 58.1671 527.336 50.8182 521.518 47.4865C515.845 43.9388 509.679 42.5428 503.909 41.1345L503.928 41.1388C501.275 40.4805 498.627 39.848 496.383 38.9939C495.278 38.573 494.282 38.0561 493.76 37.5857C493.498 37.3536 493.376 37.1701 493.319 37.0368C493.263 36.901 493.231 36.7721 493.235 36.5C493.295 35.3197 493.687 34.7196 494.863 34.0532C496.036 33.4241 497.842 33.126 499.712 33.1535C505.823 33.2227 512.008 35.5561 516.346 39.6629L519.323 42.3772L521.702 39.1952C524.361 35.7485 527.019 32.3005 529.675 28.8511L531.716 26.1275L529.238 23.8669C521.568 16.5566 510.76 13.3748 500.712 13.4235C488.108 12.6617 471.118 21.5065 471.428 37.4C470.839 45.4369 477.074 54.178 484.148 56.9915C489.304 59.457 494.536 60.5399 499.436 61.6211L499.42 61.6174C504.741 62.6406 510.955 64.8145 510.176 66.3C510.632 68.1179 506.674 70.6274 502.212 70.5921C496.223 70.841 490.148 69.0257 485.175 65.3755C484.283 64.7246 483.426 64.0161 482.618 63.2597L480.6 61.3542L479.208 63.4972C476.787 67.2266 474.383 70.9682 471.996 74.7218ZM474.428 76.4782L471.996 74.7218L471.29 75.8323L472.151 76.6607L474.273 74.5393L474.428 76.4782Z' fill='%23070708' mask='url(%23path-3-outside-2_9052_646164)'/%3E%3Cmask id='path-5-outside-3_9052_646164' maskUnits='userSpaceOnUse' x='527.485' y='30' width='42' height='48' fill='black'%3E%3Crect fill='white' x='527.485' y='30' width='42' height='48'/%3E%3Cpath d='M553.96 57.2023L554.512 72.6439L545.863 73L545.311 57.5584L532.786 58.0741L532.485 49.6733L545.011 49.1576L544.482 34.3561L553.13 34L553.659 48.8015L566.185 48.2858L566.485 56.6866L553.96 57.2023Z'/%3E%3C/mask%3E%3Cpath d='M553.96 57.2023L554.512 72.6439L545.863 73L545.311 57.5584L532.786 58.0741L532.485 49.6733L545.011 49.1576L544.482 34.3561L553.13 34L553.659 48.8015L566.185 48.2858L566.485 56.6866L553.96 57.2023Z' fill='white'/%3E%3Cpath d='M555.459 57.1488C554.459 57.1845 553.46 57.2202 552.461 57.2559C552.214 59.6795 552 62.1019 551.82 64.5232C551.616 67.2695 551.454 70.0142 551.335 72.7575L554.381 69.4678C551.489 69.3583 548.599 69.2964 545.71 69.2821L549.582 72.867C549.624 68.8326 549.573 64.8015 549.429 60.7737C549.389 59.6543 549.348 58.535 549.306 57.4156L549.169 53.4044L545.147 53.5642C540.972 53.7421 536.797 53.931 532.623 54.1311L536.73 57.9331C536.611 55.1335 536.487 52.3341 536.358 49.5349L532.645 53.5448C536.818 53.3299 540.991 53.1039 545.164 52.8668L548.796 52.774L548.721 49.0249C548.467 44.0939 548.198 39.1633 547.914 34.2334L544.623 37.7876C547.503 37.6058 550.383 37.4187 553.263 37.2263L549.903 34.1154C550.206 39.0447 550.524 43.9735 550.857 48.9017L550.868 51.63L553.775 51.603C557.945 51.2981 562.114 50.9821 566.283 50.655L563.815 48.3705C564.019 51.1671 564.229 53.9635 564.443 56.7597L566.401 54.6445C564.64 54.789 562.879 54.9354 561.118 55.0838C558.711 55.2867 556.305 55.4933 553.898 55.7036C553.939 56.7028 553.98 57.7019 554.022 58.7011C556.437 58.7128 558.853 58.7209 561.268 58.7252C563.035 58.7284 564.802 58.7296 566.569 58.7288L568.677 58.5559L568.528 56.6136C568.542 53.8092 568.551 51.0051 568.555 48.2011L568.375 45.7371L566.087 45.9165C561.906 45.9333 557.725 45.9611 553.544 46L556.462 48.7013C556.442 43.7619 556.407 38.823 556.357 33.8846L556.153 30.5628L552.997 30.7737C550.112 30.8187 547.226 30.869 544.34 30.9245L540.857 31.1444L541.049 34.4788C541.118 39.4165 541.202 44.3536 541.301 49.2902L544.858 45.4484C540.68 45.5551 536.503 45.6729 532.326 45.8018L528.438 46.002L528.613 49.8117C528.684 52.6131 528.761 55.4142 528.842 58.2152L529.011 62.2059L532.948 62.0172C537.124 61.8735 541.3 61.7186 545.476 61.5527L541.316 57.7013C541.355 58.8207 541.394 59.9402 541.434 61.0596C541.578 65.0874 541.815 69.1118 542.145 73.133L542.464 77.0287L546.016 76.7179C548.894 76.4662 551.769 76.1669 554.643 75.82L558.021 75.4121L557.689 72.5303C557.374 69.8026 557.017 67.0763 556.617 64.3517C556.264 61.9495 555.878 59.5485 555.459 57.1488ZM552.461 57.2559L555.459 57.1488L554.022 58.7011L553.898 55.7036L552.62 55.6974L552.461 57.2559Z' fill='%23070708' mask='url(%23path-5-outside-3_9052_646164)'/%3E%3C/svg%3E%0A");
}
#first_screen .cta h1 .title-svg {
  display: block;
  width: 737px;
  height: 204px;
  background-image: url("data:image/svg+xml,%3Csvg width='737' height='204' viewBox='0 0 737 204' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='path-1-outside-1_7301_24380' maskUnits='userSpaceOnUse' x='-0.255127' y='108' width='736' height='87' fill='black'%3E%3Crect fill='white' x='-0.255127' y='108' width='736' height='87'/%3E%3Cpath d='M39.8449 179H22.6449V127.3H3.94487V112.3H58.4449V127.3H39.8449V179ZM115.532 179H66.6316V112.3H115.532V127.3H83.8316V137.7H114.832V152.7H83.8316V164H115.532V179ZM121.818 180.2V165C128.018 165 132.018 161.3 133.918 146.1L137.918 112.3H187.618V179H170.418V127.3H153.418L151.018 147.4C147.818 174.4 136.418 180.2 121.818 180.2ZM248.539 179H199.639V112.3H248.539V127.3H216.839V137.7H247.839V152.7H216.839V164H248.539V179ZM297.526 179H258.526V112.3H296.326C309.526 112.3 315.826 120.9 315.826 129.3C315.826 137.6 310.726 143.2 304.426 144.6C311.526 145.7 317.126 152.5 317.126 160.9C317.126 170.6 310.626 179 297.526 179ZM292.426 137.9C295.926 137.9 298.326 135.6 298.326 132.3C298.326 129.1 295.926 126.8 292.426 126.8H275.726V137.9H292.426ZM293.026 164.5C297.126 164.5 299.626 162.1 299.626 158.5C299.626 155.2 297.226 152.5 293.026 152.5H275.726V164.5H293.026ZM343.095 179H326.495V112.3H343.695V151.6L370.695 112.3H388.495V179H371.195V137.8L343.095 179ZM396.818 191.3V165C403.218 164 407.018 161.3 408.918 146.1L412.918 112.3H462.618V164H468.618V191.3H451.318V179H414.018V191.3H396.818ZM426.018 147.4C425.118 154.9 422.518 160.2 418.718 164H445.418V127.3H428.418L426.018 147.4ZM524.907 179H476.007V112.3H524.907V127.3H493.207V137.7H524.207V152.7H493.207V164H524.907V179ZM596.993 179H579.793V152.2H552.093V179H534.893V112.3H552.093V137.2H579.793V112.3H596.993V179ZM625.614 179H609.014V112.3H626.214V151.6L653.214 112.3H671.014V179H653.714V137.8L625.614 179ZM731.938 179H683.038V112.3H731.938V127.3H700.238V137.7H731.238V152.7H700.238V164H731.938V179Z'/%3E%3C/mask%3E%3Cpath d='M39.8449 179H22.6449V127.3H3.94487V112.3H58.4449V127.3H39.8449V179ZM115.532 179H66.6316V112.3H115.532V127.3H83.8316V137.7H114.832V152.7H83.8316V164H115.532V179ZM121.818 180.2V165C128.018 165 132.018 161.3 133.918 146.1L137.918 112.3H187.618V179H170.418V127.3H153.418L151.018 147.4C147.818 174.4 136.418 180.2 121.818 180.2ZM248.539 179H199.639V112.3H248.539V127.3H216.839V137.7H247.839V152.7H216.839V164H248.539V179ZM297.526 179H258.526V112.3H296.326C309.526 112.3 315.826 120.9 315.826 129.3C315.826 137.6 310.726 143.2 304.426 144.6C311.526 145.7 317.126 152.5 317.126 160.9C317.126 170.6 310.626 179 297.526 179ZM292.426 137.9C295.926 137.9 298.326 135.6 298.326 132.3C298.326 129.1 295.926 126.8 292.426 126.8H275.726V137.9H292.426ZM293.026 164.5C297.126 164.5 299.626 162.1 299.626 158.5C299.626 155.2 297.226 152.5 293.026 152.5H275.726V164.5H293.026ZM343.095 179H326.495V112.3H343.695V151.6L370.695 112.3H388.495V179H371.195V137.8L343.095 179ZM396.818 191.3V165C403.218 164 407.018 161.3 408.918 146.1L412.918 112.3H462.618V164H468.618V191.3H451.318V179H414.018V191.3H396.818ZM426.018 147.4C425.118 154.9 422.518 160.2 418.718 164H445.418V127.3H428.418L426.018 147.4ZM524.907 179H476.007V112.3H524.907V127.3H493.207V137.7H524.207V152.7H493.207V164H524.907V179ZM596.993 179H579.793V152.2H552.093V179H534.893V112.3H552.093V137.2H579.793V112.3H596.993V179ZM625.614 179H609.014V112.3H626.214V151.6L653.214 112.3H671.014V179H653.714V137.8L625.614 179ZM731.938 179H683.038V112.3H731.938V127.3H700.238V137.7H731.238V152.7H700.238V164H731.938V179Z' fill='white'/%3E%3Cpath d='M39.8449 180.5C39.8449 179.5 39.8449 178.5 39.8449 177.5C35.8049 177.167 31.7649 176.867 27.7249 176.6C26.0315 176.488 24.3382 176.382 22.6449 176.282L25.3626 179C26.2175 164.533 26.6449 150.067 26.6449 135.6C26.6449 132.833 26.6431 130.067 26.6397 127.3L26.6447 123.31L22.6449 123.305C16.4115 123.313 10.1782 123.33 3.94487 123.355L7.88973 127.3C7.86931 122.3 7.84321 117.3 7.81144 112.3L3.94487 116.167C22.1115 116.051 40.2782 115.861 58.4449 115.596L55.1493 112.3C55.2222 117.3 55.3009 122.3 55.3853 127.3L58.4449 124.24C52.2449 124.345 46.0449 124.458 39.8449 124.58L37.1797 124.528L37.1252 127.3C37.3848 140.493 37.684 153.687 38.0227 166.88C38.1264 170.92 38.2338 174.96 38.3449 179C39.3449 179 40.3449 179 41.3449 179C41.456 174.96 41.5634 170.92 41.6671 166.88C42.0058 153.687 42.3049 140.493 42.5646 127.3L39.8449 130.02C46.0449 130.142 52.2449 130.255 58.4449 130.36L61.5552 130.307L61.5045 127.3C61.5888 122.3 61.6675 117.3 61.7405 112.3L61.6917 108.957L58.4449 109.004C40.2782 108.739 22.1115 108.549 3.94487 108.433L0.0538921 108.458L0.0783024 112.3C0.0465336 117.3 0.0204377 122.3 1.49012e-05 127.3L0.0161934 131.261L3.94487 131.245C10.1782 131.27 16.4115 131.287 22.6449 131.295L18.6501 127.3C18.6466 130.067 18.6449 132.833 18.6449 135.6C18.6449 150.067 19.0723 164.533 19.9271 179L20.0966 181.868L22.6449 181.718C24.3382 181.618 26.0315 181.512 27.7249 181.4C31.7649 181.133 35.8049 180.833 39.8449 180.5ZM39.8449 177.5V180.5L41.3826 180.373L41.3449 179H38.3449L39.8449 177.5ZM115.532 180.5C115.532 179.5 115.532 178.5 115.532 177.5C109.588 177.167 103.645 176.867 97.7016 176.6C87.3449 176.135 76.9883 175.772 66.6316 175.51L70.122 179C70.4617 165.583 70.6316 152.167 70.6316 138.75C70.6316 129.933 70.6234 121.117 70.6071 112.3L66.6316 116.276C82.9316 116.245 99.2316 116.187 115.532 116.102L111.73 112.3C111.756 117.3 111.785 122.3 111.817 127.3L115.532 123.585C104.965 123.652 94.3983 123.73 83.8316 123.821L80.3822 123.791L80.3522 127.3C80.3818 130.767 80.4126 134.233 80.4447 137.7L80.4137 141.055L83.8316 141.087C94.1649 140.991 104.498 140.884 114.832 140.766L111.765 137.7C111.822 142.7 111.882 147.7 111.945 152.7L114.832 149.813C104.498 149.942 94.1649 150.082 83.8316 150.233L81.4015 150.198L81.3649 152.7C81.42 156.467 81.4766 160.233 81.5348 164L81.4999 166.261L83.8316 166.297C93.4549 166.148 103.078 165.99 112.702 165.822C113.645 165.806 114.588 165.789 115.532 165.773L113.759 164C113.847 169 113.938 174 114.032 179C115.032 179 116.032 179 117.032 179C117.125 174 117.216 169 117.304 164L117.272 162.197L115.532 162.227C114.588 162.211 113.645 162.194 112.702 162.178C103.078 162.01 93.4549 161.852 83.8316 161.703L86.1284 164C86.1866 160.233 86.2432 156.467 86.2983 152.7L83.8316 155.167C94.1649 155.318 104.498 155.458 114.832 155.587L117.754 155.551L117.719 152.7C117.781 147.7 117.841 142.7 117.898 137.7L117.862 134.599L114.832 134.634C104.498 134.516 94.1649 134.409 83.8316 134.313L87.2185 137.7C87.2505 134.233 87.2814 130.767 87.311 127.3L83.8316 130.779C94.3983 130.87 104.965 130.948 115.532 131.015L119.27 130.991L119.246 127.3C119.278 122.3 119.307 117.3 119.333 112.3L119.313 108.479L115.532 108.498C99.2316 108.413 82.9316 108.355 66.6316 108.324L62.6487 108.332L62.656 112.3C62.6397 121.117 62.6316 129.933 62.6316 138.75C62.6316 152.167 62.8015 165.583 63.1412 179L63.2318 182.576L66.6316 182.49C76.9883 182.228 87.3449 181.865 97.7016 181.4C103.645 181.133 109.588 180.833 115.532 180.5ZM115.532 177.5V180.5L117.058 180.414L117.032 179H114.032L115.532 177.5ZM120.318 180.2C121.318 180.2 122.318 180.2 123.318 180.2C123.611 175.133 123.878 170.067 124.12 165L121.818 167.301C122.623 167.334 123.459 167.314 124.319 167.2C129.385 166.757 132.864 161.914 134.235 158.183C135.793 154.268 136.552 150.379 137.172 146.507L137.174 146.485C138.857 135.26 140.412 124.02 141.839 112.764L137.918 116.248C142.063 116.283 146.209 116.3 150.354 116.3C162.775 116.3 175.197 116.283 187.618 116.248L183.67 112.3C183.731 134.533 183.848 156.767 184.019 179L187.618 175.401C181.885 175.445 176.152 175.493 170.418 175.545L173.873 179C173.718 161.767 173.53 144.533 173.309 127.3L173.346 124.447L170.418 124.409C164.752 124.482 159.085 124.558 153.418 124.638L151.093 124.605L150.775 126.984C150.069 133.696 149.369 140.408 148.673 147.12C147.547 157.351 145.241 168.451 137.244 174.401C132.996 177.545 127.407 178.607 121.818 178.7C121.818 179.7 121.818 180.7 121.818 181.7C127.685 181.822 134.073 180.974 139.335 177.386C149.236 170.41 151.799 158.268 153.363 147.678C154.268 140.992 155.167 134.304 156.062 127.616L153.418 129.962C159.085 130.042 164.752 130.118 170.418 130.191L167.527 127.3C167.306 144.533 167.118 161.767 166.963 179L166.995 182.486L170.418 182.455C176.152 182.507 181.885 182.555 187.618 182.599L191.245 182.571L191.217 179C191.389 156.767 191.505 134.533 191.567 112.3L191.556 108.341L187.618 108.352C175.197 108.317 162.775 108.3 150.354 108.3C146.209 108.3 142.063 108.317 137.918 108.352L134.377 108.381L133.997 111.836C132.758 123.114 131.646 134.407 130.662 145.715L130.665 145.693C129.918 152.661 128.901 161.396 123.506 162.469C122.984 162.592 122.416 162.665 121.818 162.699L119.413 162.813L119.517 165C119.758 170.067 120.025 175.133 120.318 180.2ZM123.318 180.2H120.318L120.407 181.727L121.818 181.7V178.7L123.318 180.2ZM248.539 180.5C248.539 179.5 248.539 178.5 248.539 177.5C242.596 177.167 236.653 176.867 230.709 176.6C220.353 176.135 209.996 175.772 199.639 175.51L203.13 179C203.47 165.583 203.639 152.167 203.639 138.75C203.639 129.933 203.631 121.117 203.615 112.3L199.639 116.276C215.939 116.245 232.239 116.187 248.539 116.102L244.738 112.3C244.764 117.3 244.793 122.3 244.825 127.3L248.539 123.585C237.973 123.652 227.406 123.73 216.839 123.821L213.39 123.791L213.36 127.3C213.39 130.767 213.42 134.233 213.453 137.7L213.421 141.055L216.839 141.087C227.173 140.991 237.506 140.884 247.839 140.766L244.773 137.7C244.83 142.7 244.89 147.7 244.952 152.7L247.839 149.813C237.506 149.942 227.173 150.082 216.839 150.233L214.409 150.198L214.373 152.7C214.428 156.467 214.484 160.233 214.543 164L214.508 166.261L216.839 166.297C226.463 166.148 236.086 165.99 245.709 165.822C246.653 165.806 247.596 165.789 248.539 165.773L246.767 164C246.855 169 246.946 174 247.039 179C248.039 179 249.039 179 250.039 179C250.133 174 250.224 169 250.312 164L250.28 162.197L248.539 162.227C247.596 162.211 246.653 162.194 245.709 162.178C236.086 162.01 226.463 161.852 216.839 161.703L219.136 164C219.194 160.233 219.251 156.467 219.306 152.7L216.839 155.167C227.173 155.318 237.506 155.458 247.839 155.587L250.762 155.551L250.726 152.7C250.789 147.7 250.849 142.7 250.906 137.7L250.87 134.599L247.839 134.634C237.506 134.516 227.173 134.409 216.839 134.313L220.226 137.7C220.258 134.233 220.289 130.767 220.319 127.3L216.839 130.779C227.406 130.87 237.973 130.948 248.539 131.015L252.277 130.991L252.254 127.3C252.286 122.3 252.315 117.3 252.341 112.3L252.321 108.479L248.539 108.498C232.239 108.413 215.939 108.355 199.639 108.324L195.657 108.332L195.664 112.3C195.648 121.117 195.639 129.933 195.639 138.75C195.639 152.167 195.809 165.583 196.149 179L196.24 182.576L199.639 182.49C209.996 182.228 220.353 181.865 230.709 181.4C236.653 181.133 242.596 180.833 248.539 180.5ZM248.539 177.5V180.5L250.066 180.414L250.039 179H247.039L248.539 177.5ZM297.526 180.5C297.526 179.5 297.526 178.5 297.526 177.5C293.431 177.167 289.336 176.867 285.242 176.6C276.336 176.02 267.431 175.598 258.526 175.333L262.193 179C262.415 171.526 262.526 164.051 262.526 156.577C262.526 141.818 262.478 127.059 262.382 112.3L258.526 116.156C271.126 116.074 283.726 115.956 296.326 115.804C304.907 115.333 312.725 121.023 312.734 129.3C312.99 135.137 309.398 140.647 303.836 141.943L304.009 147.29C310.04 147.985 314.844 154.309 314.877 160.9C315.066 166.205 312.769 171.519 308.298 174.426C305.249 176.472 301.419 177.396 297.526 177.5C297.526 178.5 297.526 179.5 297.526 180.5C301.81 180.614 306.32 179.85 310.236 177.512C316.011 174.207 319.351 167.4 319.375 160.9C319.704 152.585 314.04 143.481 304.843 141.91L305.017 147.257C313.303 145.79 319.129 137.249 318.918 129.3C319.619 117.274 307.007 108.088 296.326 108.796C283.726 108.644 271.126 108.526 258.526 108.444L254.645 108.47L254.67 112.3C254.574 127.059 254.526 141.818 254.526 156.577C254.526 164.051 254.637 171.526 254.859 179L254.971 182.772L258.526 182.667C267.431 182.402 276.336 181.98 285.242 181.4C289.336 181.133 293.431 180.833 297.526 180.5ZM297.526 177.5V180.5V177.5ZM292.426 133.9C292.426 136.567 292.426 139.233 292.426 141.9C293.991 141.901 295.688 141.59 297.285 140.768C300.444 139.273 302.45 135.452 302.326 132.3C302.744 127.077 296.918 122.342 292.426 122.8C286.859 122.8 281.293 122.8 275.726 122.8H271.726V126.8C271.726 130.5 271.726 134.2 271.726 137.9V141.9H275.726C280.248 141.9 284.77 141.9 289.292 141.9C290.337 141.9 291.382 141.9 292.426 141.9C292.426 139.233 292.426 136.567 292.426 133.9C291.382 133.9 290.337 133.9 289.292 133.9C284.77 133.9 280.248 133.9 275.726 133.9L279.726 137.9C279.726 134.2 279.726 130.5 279.726 126.8L275.726 130.8C281.293 130.8 286.859 130.8 292.426 130.8C293.189 130.799 293.687 131.023 293.929 131.246C294.168 131.474 294.315 131.724 294.326 132.3C294.288 133.148 294.098 133.371 293.623 133.655C293.359 133.793 292.95 133.901 292.426 133.9ZM292.426 141.9V133.9V141.9ZM293.026 160.5C293.026 163.167 293.026 165.833 293.026 168.5C294.559 168.498 296.22 168.267 297.887 167.539C301.403 166.214 303.828 161.85 303.626 158.5C303.664 155.867 302.505 152.9 300.293 151.031C298.101 149.13 295.349 148.49 293.026 148.5C287.259 148.5 281.493 148.5 275.726 148.5H271.726V152.5C271.726 156.5 271.726 160.5 271.726 164.5V168.5H275.726C280.381 168.5 285.037 168.5 289.692 168.5C290.803 168.5 291.915 168.5 293.026 168.5C293.026 165.833 293.026 163.167 293.026 160.5C291.915 160.5 290.803 160.5 289.692 160.5C285.037 160.5 280.381 160.5 275.726 160.5L279.726 164.5C279.726 160.5 279.726 156.5 279.726 152.5L275.726 156.5C281.493 156.5 287.259 156.5 293.026 156.5C294.028 156.497 294.71 156.771 295.057 157.08C295.404 157.388 295.617 157.798 295.626 158.5C295.626 159.052 295.506 159.418 295.368 159.644C295.226 159.87 295.055 160.039 294.67 160.214C294.294 160.382 293.717 160.502 293.026 160.5ZM293.026 168.5V160.5V168.5ZM343.095 180.5C343.095 179.5 343.095 178.5 343.095 177.5C337.562 177.209 332.028 176.943 326.495 176.703L328.792 179C328.827 178.194 328.861 177.388 328.895 176.582C329.796 155.155 330.317 133.727 330.456 112.3L326.495 116.262C330.424 116.287 334.353 116.3 338.283 116.3C340.087 116.3 341.891 116.3 343.695 116.299L339.696 112.3C339.7 125.4 339.72 138.5 339.756 151.6L339.741 164.283L346.941 153.83C355.905 140.706 364.85 127.568 373.776 114.417L370.695 116.038C376.628 116.004 382.562 115.967 388.495 115.927L384.868 112.3C385.018 134.533 385.215 156.767 385.456 179L388.495 175.961C382.728 176.024 376.962 176.09 371.195 176.159L374.036 179C373.872 165.267 373.691 151.533 373.493 137.8L373.539 130.368L369.297 136.505C363.625 145.085 357.961 153.671 352.305 162.262C348.819 167.558 345.336 172.855 341.856 178.155C342.682 178.718 343.508 179.282 344.334 179.845C347.998 174.671 351.658 169.494 355.316 164.316C361.25 155.914 367.175 147.507 373.093 139.095L368.897 137.8C368.699 151.533 368.517 165.267 368.353 179L368.388 181.875L371.195 181.841C376.962 181.91 382.728 181.976 388.495 182.039L391.566 182.005L391.534 179C391.775 156.767 391.971 134.533 392.122 112.3L392.097 108.649L388.495 108.673C382.562 108.633 376.628 108.596 370.695 108.562L368.707 108.574L367.614 110.183C358.54 123.232 349.485 136.294 340.449 149.37L347.633 151.6C347.669 138.5 347.69 125.4 347.694 112.3L347.693 108.3L343.695 108.301C341.891 108.3 340.087 108.3 338.283 108.3C334.353 108.3 330.424 108.313 326.495 108.338L322.508 108.364L322.533 112.3C322.673 133.727 323.194 155.155 324.095 176.582C324.129 177.388 324.163 178.194 324.198 179L324.302 181.392L326.495 181.297C332.028 181.057 337.562 180.791 343.095 180.5ZM343.095 177.5V180.5L343.933 180.456L344.334 179.845L341.856 178.155L343.095 177.5ZM395.318 191.3C396.318 191.3 397.318 191.3 398.318 191.3C398.652 186.033 398.952 180.766 399.218 175.499C399.396 171.999 399.558 168.5 399.706 165L397.264 167.853C399.461 167.595 402.071 167.062 404.393 165.441C406.715 163.837 408.216 161.521 409.216 159.373C411.188 155.003 411.918 150.772 412.573 146.557L412.576 146.533C413.887 137.249 415.094 127.952 416.196 118.643C416.427 116.686 416.658 114.728 416.889 112.77L412.918 116.298C429.485 116.29 446.052 116.244 462.618 116.162L458.756 112.3C458.841 129.533 458.966 146.767 459.131 164L459.098 167.454L462.618 167.487C464.618 167.468 466.618 167.449 468.618 167.429L465.19 164C465.282 173.1 465.384 182.2 465.498 191.3L468.618 188.18C462.852 188.252 457.085 188.329 451.318 188.41L454.209 191.3C454.151 187.2 454.091 183.1 454.029 179L454.069 176.331L451.318 176.289C438.885 176.478 426.452 176.687 414.018 176.916L411.974 176.879L411.935 179C412.01 183.1 412.088 187.2 412.169 191.3L414.018 189.45C413.552 189.459 413.086 189.469 412.619 189.478C407.352 189.581 402.085 189.689 396.818 189.8C396.818 190.8 396.818 191.8 396.818 192.8C402.085 192.911 407.352 193.019 412.619 193.122C413.086 193.131 413.552 193.141 414.018 193.15L415.903 193.113L415.868 191.3C415.948 187.2 416.026 183.1 416.102 179L414.018 181.084C426.452 181.313 438.885 181.522 451.318 181.711L448.608 179C448.546 183.1 448.486 187.2 448.428 191.3L448.469 194.23L451.318 194.19C457.085 194.271 462.852 194.348 468.618 194.42L471.777 194.381L471.738 191.3C471.852 182.2 471.955 173.1 472.047 164L472.012 160.537L468.618 160.571C466.618 160.551 464.618 160.532 462.618 160.513L466.106 164C466.27 146.767 466.395 129.533 466.481 112.3L466.461 108.419L462.618 108.438C446.052 108.356 429.485 108.31 412.918 108.302L409.363 108.303L408.948 111.83C408.715 113.788 408.483 115.745 408.251 117.703C407.149 127.012 406.153 136.333 405.261 145.667L405.263 145.643C404.267 153.464 403.621 161.504 396.373 162.147L393.832 162.655L393.931 165C394.079 168.5 394.241 171.999 394.418 175.499C394.685 180.766 394.985 186.033 395.318 191.3ZM398.318 191.3H395.318L395.415 192.83L396.818 192.8V189.8L398.318 191.3ZM429.99 147.877C427.342 147.559 424.694 147.241 422.047 146.923C421.832 148.716 421.498 150.465 421.019 152.129C420.014 155.642 418.328 158.747 415.89 161.172L409.061 168H418.718C427.618 168 436.518 168 445.418 168H449.418V164C449.418 151.767 449.418 139.533 449.418 127.3V123.3H445.418C439.752 123.3 434.085 123.3 428.418 123.3H424.868L424.447 126.826C423.882 131.554 423.317 136.283 422.753 141.011C422.517 142.983 422.282 144.954 422.047 146.926C424.694 147.242 427.342 147.558 429.99 147.874C430.225 145.903 430.461 143.931 430.696 141.96C431.261 137.231 431.826 132.503 432.39 127.774L428.418 131.3C434.085 131.3 439.752 131.3 445.418 131.3L441.418 127.3C441.418 139.533 441.418 151.767 441.418 164L445.418 160C436.518 160 427.618 160 418.718 160L421.547 166.828C425.055 163.356 427.429 158.855 428.706 154.344C429.324 152.196 429.731 150.028 429.99 147.877ZM422.047 146.923L429.99 147.877L422.047 146.926L422.047 146.923ZM524.907 180.5C524.907 179.5 524.907 178.5 524.907 177.5C518.963 177.167 513.02 176.867 507.077 176.6C496.72 176.135 486.363 175.772 476.007 175.51L479.497 179C479.837 165.583 480.007 152.167 480.007 138.75C480.007 129.933 479.998 121.117 479.982 112.3L476.007 116.276C492.307 116.245 508.607 116.187 524.907 116.102L521.105 112.3C521.131 117.3 521.16 122.3 521.192 127.3L524.907 123.585C514.34 123.652 503.773 123.73 493.207 123.821L489.757 123.791L489.727 127.3C489.757 130.767 489.788 134.233 489.82 137.7L489.789 141.055L493.207 141.087C503.54 140.991 513.873 140.884 524.207 140.766L521.14 137.7C521.197 142.7 521.257 147.7 521.32 152.7L524.207 149.813C513.873 149.942 503.54 150.082 493.207 150.233L490.776 150.198L490.74 152.7C490.795 156.467 490.852 160.233 490.91 164L490.875 166.261L493.207 166.297C502.83 166.148 512.453 165.99 522.077 165.822C523.02 165.806 523.963 165.789 524.907 165.773L523.134 164C523.222 169 523.313 174 523.407 179C524.407 179 525.407 179 526.407 179C526.5 174 526.591 169 526.679 164L526.647 162.197L524.907 162.227C523.963 162.211 523.02 162.194 522.077 162.178C512.453 162.01 502.83 161.852 493.207 161.703L495.503 164C495.562 160.233 495.618 156.467 495.673 152.7L493.207 155.167C503.54 155.318 513.873 155.458 524.207 155.587L527.129 155.551L527.094 152.7C527.156 147.7 527.216 142.7 527.273 137.7L527.237 134.599L524.207 134.634C513.873 134.516 503.54 134.409 493.207 134.313L496.593 137.7C496.626 134.233 496.656 130.767 496.686 127.3L493.207 130.779C503.773 130.87 514.34 130.948 524.907 131.015L528.645 130.991L528.621 127.3C528.653 122.3 528.682 117.3 528.708 112.3L528.688 108.479L524.907 108.498C508.607 108.413 492.307 108.355 476.007 108.324L472.024 108.332L472.031 112.3C472.015 121.117 472.007 129.933 472.007 138.75C472.007 152.167 472.176 165.583 472.516 179L472.607 182.576L476.007 182.49C486.363 182.228 496.72 181.865 507.077 181.4C513.02 181.133 518.963 180.833 524.907 180.5ZM524.907 177.5V180.5L526.433 180.414L526.407 179H523.407L524.907 177.5ZM596.993 180.5C596.993 179.5 596.993 178.5 596.993 177.5C591.26 177.182 585.527 176.895 579.793 176.638L582.155 179C582.168 178.717 582.181 178.433 582.193 178.15C582.577 169.5 582.891 160.85 583.137 152.2L583.229 148.954L579.793 148.857C570.56 148.594 561.327 148.411 552.093 148.306L548.244 148.262L548.199 152.2C548.129 158.383 548.093 164.567 548.093 170.75C548.093 173.5 548.094 176.25 548.096 179L552.093 175.002C546.36 175.006 540.627 175.012 534.893 175.022L538.871 179C538.833 156.767 538.743 134.533 538.604 112.3L534.893 116.01C540.627 115.974 546.36 115.935 552.093 115.892L548.501 112.3C548.563 120.6 548.632 128.9 548.708 137.2L548.677 140.554L552.093 140.585C561.327 140.501 570.56 140.408 579.793 140.306L582.864 140.339L582.899 137.2C582.807 128.9 582.708 120.6 582.603 112.3L579.793 115.109C585.527 115.036 591.26 114.96 596.993 114.88L594.413 112.3C594.639 128.517 594.892 144.733 595.171 160.95C595.275 166.967 595.382 172.983 595.493 179C596.493 179 597.493 179 598.493 179C598.604 172.983 598.712 166.967 598.816 160.95C599.095 144.733 599.348 128.517 599.573 112.3L599.537 109.685L596.993 109.72C591.26 109.64 585.527 109.564 579.793 109.491L576.949 109.527L576.984 112.3C576.878 120.6 576.779 128.9 576.688 137.2L579.793 134.094C570.56 133.992 561.327 133.899 552.093 133.815L555.479 137.2C555.555 128.9 555.624 120.6 555.686 112.3L555.659 108.681L552.093 108.708C546.36 108.665 540.627 108.626 534.893 108.59L531.16 108.613L531.183 112.3C531.043 134.533 530.954 156.767 530.915 179L530.922 182.985L534.893 182.978C540.627 182.988 546.36 182.994 552.093 182.998L556.093 182.995L556.091 179C556.093 176.25 556.093 173.5 556.093 170.75C556.093 164.567 556.058 158.383 555.988 152.2L552.093 156.094C561.327 155.989 570.56 155.806 579.793 155.543L576.45 152.2C576.695 160.85 577.01 169.5 577.393 178.15C577.406 178.433 577.419 178.717 577.431 179L577.542 181.463L579.793 181.362C585.527 181.105 591.26 180.818 596.993 180.5ZM596.993 177.5V180.5L598.519 180.415L598.493 179H595.493L596.993 177.5ZM625.614 180.5C625.614 179.5 625.614 178.5 625.614 177.5C620.081 177.209 614.548 176.943 609.014 176.703L611.311 179C611.346 178.194 611.38 177.388 611.414 176.582C612.316 155.155 612.836 133.727 612.976 112.3L609.014 116.262C612.944 116.287 616.873 116.3 620.802 116.3C622.606 116.3 624.41 116.3 626.214 116.299L622.215 112.3C622.22 125.4 622.24 138.5 622.276 151.6L622.26 164.283L629.461 153.83C638.425 140.706 647.37 127.568 656.295 114.417L653.214 116.038C659.148 116.004 665.081 115.967 671.014 115.927L667.387 112.3C667.538 134.533 667.734 156.767 667.976 179L671.014 175.961C665.248 176.024 659.481 176.09 653.714 176.159L656.556 179C656.392 165.267 656.211 151.533 656.012 137.8L656.059 130.368L651.816 136.505C646.144 145.085 640.48 153.671 634.825 162.262C631.338 167.558 627.855 172.855 624.375 178.155C625.201 178.718 626.027 179.282 626.854 179.845C630.517 174.671 634.178 169.494 637.836 164.316C643.769 155.914 649.695 147.507 655.613 139.095L651.417 137.8C651.218 151.533 651.037 165.267 650.873 179L650.907 181.875L653.714 181.841C659.481 181.91 665.248 181.976 671.014 182.039L674.086 182.005L674.053 179C674.295 156.767 674.491 134.533 674.641 112.3L674.617 108.649L671.014 108.673C665.081 108.633 659.148 108.596 653.214 108.562L651.226 108.574L650.134 110.183C641.059 123.232 632.004 136.294 622.968 149.37L630.153 151.6C630.189 138.5 630.209 125.4 630.214 112.3L630.212 108.3L626.214 108.301C624.41 108.3 622.606 108.3 620.802 108.3C616.873 108.3 612.944 108.313 609.014 108.338L605.027 108.364L605.053 112.3C605.193 133.727 605.713 155.155 606.614 176.582C606.648 177.388 606.683 178.194 606.718 179L606.822 181.392L609.014 181.297C614.548 181.057 620.081 180.791 625.614 180.5ZM625.614 177.5V180.5L626.453 180.456L626.854 179.845L624.375 178.155L625.614 177.5ZM731.938 180.5C731.938 179.5 731.938 178.5 731.938 177.5C725.995 177.167 720.051 176.867 714.108 176.6C703.751 176.135 693.395 175.772 683.038 175.51L686.528 179C686.868 165.583 687.038 152.167 687.038 138.75C687.038 129.933 687.03 121.117 687.013 112.3L683.038 116.276C699.338 116.245 715.638 116.187 731.938 116.102L728.136 112.3C728.163 117.3 728.192 122.3 728.223 127.3L731.938 123.585C721.371 123.652 710.805 123.73 700.238 123.821L696.788 123.791L696.758 127.3C696.788 130.767 696.819 134.233 696.851 137.7L696.82 141.055L700.238 141.087C710.571 140.991 720.904 140.884 731.238 140.766L728.172 137.7C728.229 142.7 728.288 147.7 728.351 152.7L731.238 149.813C720.905 149.942 710.571 150.082 700.238 150.233L697.808 150.198L697.771 152.7C697.826 156.467 697.883 160.233 697.941 164L697.906 166.261L700.238 166.297C709.861 166.148 719.484 165.99 729.108 165.822C730.051 165.806 730.995 165.789 731.938 165.773L730.165 164C730.254 169 730.344 174 730.438 179C731.438 179 732.438 179 733.438 179C733.531 174 733.622 169 733.71 164L733.679 162.197L731.938 162.227C730.995 162.211 730.051 162.194 729.108 162.178C719.484 162.01 709.861 161.852 700.238 161.703L702.535 164C702.593 160.233 702.649 156.467 702.705 152.7L700.238 155.167C710.571 155.318 720.905 155.458 731.238 155.587L734.16 155.551L734.125 152.7C734.187 147.7 734.247 142.7 734.304 137.7L734.269 134.599L731.238 134.634C720.905 134.516 710.571 134.409 700.238 134.313L703.625 137.7C703.657 134.233 703.688 130.767 703.717 127.3L700.238 130.779C710.805 130.87 721.371 130.948 731.938 131.015L735.676 130.991L735.653 127.3C735.684 122.3 735.713 117.3 735.739 112.3L735.719 108.479L731.938 108.498C715.638 108.413 699.338 108.355 683.038 108.324L679.055 108.332L679.062 112.3C679.046 121.117 679.038 129.933 679.038 138.75C679.038 152.167 679.208 165.583 679.547 179L679.638 182.576L683.038 182.49C693.395 182.228 703.751 181.865 714.108 181.4C720.051 181.133 725.995 180.833 731.938 180.5ZM731.938 177.5V180.5L733.464 180.414L733.438 179H730.438L731.938 177.5Z' fill='%23070708' mask='url(%23path-1-outside-1_7301_24380)'/%3E%3Cmask id='path-3-outside-2_7301_24380' maskUnits='userSpaceOnUse' x='3.74487' y='12' width='522' height='75' fill='black'%3E%3Crect fill='white' x='3.74487' y='12' width='522' height='75'/%3E%3Cpath d='M24.3449 83H7.74487V16.3H24.9449V55.6L51.9449 16.3H69.7449V83H52.4449V41.8L24.3449 83ZM143.868 83H126.668V56.2H98.9683V83H81.7683V16.3H98.9683V41.2H126.668V16.3H143.868V83ZM187.989 83H170.789V31.3H152.089V16.3H206.589V31.3H187.989V83ZM263.676 83H214.776V16.3H263.676V31.3H231.976V41.7H262.976V56.7H231.976V68H263.676V83ZM290.863 83H273.663V16.3H307.063C322.063 16.3 330.263 26.4 330.263 38.5C330.263 50.5 322.063 60.6 307.063 60.6H290.863V83ZM304.763 45.6C309.363 45.6 312.763 43 312.763 38.5C312.763 33.9 309.363 31.3 304.763 31.3H290.863V45.6H304.763ZM400.021 83H382.821V56.2H355.121V83H337.921V16.3H355.121V41.2H382.821V16.3H400.021V83ZM460.942 83H412.042V16.3H460.942V31.3H429.242V41.7H460.242V56.7H429.242V68H460.942V83ZM503.028 83H485.828V31.3H467.128V16.3H521.628V31.3H503.028V83Z'/%3E%3C/mask%3E%3Cpath d='M24.3449 83H7.74487V16.3H24.9449V55.6L51.9449 16.3H69.7449V83H52.4449V41.8L24.3449 83ZM143.868 83H126.668V56.2H98.9683V83H81.7683V16.3H98.9683V41.2H126.668V16.3H143.868V83ZM187.989 83H170.789V31.3H152.089V16.3H206.589V31.3H187.989V83ZM263.676 83H214.776V16.3H263.676V31.3H231.976V41.7H262.976V56.7H231.976V68H263.676V83ZM290.863 83H273.663V16.3H307.063C322.063 16.3 330.263 26.4 330.263 38.5C330.263 50.5 322.063 60.6 307.063 60.6H290.863V83ZM304.763 45.6C309.363 45.6 312.763 43 312.763 38.5C312.763 33.9 309.363 31.3 304.763 31.3H290.863V45.6H304.763ZM400.021 83H382.821V56.2H355.121V83H337.921V16.3H355.121V41.2H382.821V16.3H400.021V83ZM460.942 83H412.042V16.3H460.942V31.3H429.242V41.7H460.242V56.7H429.242V68H460.942V83ZM503.028 83H485.828V31.3H467.128V16.3H521.628V31.3H503.028V83Z' fill='white'/%3E%3Cpath d='M24.3449 84.5C24.3449 83.5 24.3449 82.5 24.3449 81.5C18.8115 81.209 13.2782 80.9435 7.74487 80.7033L10.0416 83C10.0765 82.1941 10.111 81.3883 10.1449 80.5824C11.0462 59.1549 11.5668 37.7275 11.7065 16.3L7.74487 20.2616C11.6742 20.2872 15.6035 20.3 19.5327 20.3C21.3368 20.3 23.1408 20.2997 24.9449 20.2991L20.9458 16.3C20.9501 29.4 20.9703 42.5 21.0063 55.6L20.991 68.2834L28.1912 57.8303C37.1552 44.7055 46.1 31.5676 55.0256 18.4165L51.9449 20.0377C57.8782 20.0041 63.8115 19.9671 69.7449 19.927L66.1179 16.3C66.2684 38.5333 66.4645 60.7667 66.7062 83L69.7449 79.9613C63.9782 80.024 58.2115 80.0897 52.4449 80.1586L55.2863 83C55.1225 69.2667 54.9412 55.5333 54.7426 41.8L54.7895 34.3681L50.5466 40.5053C44.8748 49.0854 39.2109 57.671 33.5551 66.262C30.0689 71.5575 26.5858 76.8551 23.1057 82.1548C23.9318 82.7183 24.7579 83.2817 25.5841 83.8452C29.2478 78.6707 32.9084 73.4942 36.566 68.3155C42.4997 59.9141 48.4254 51.5071 54.3431 43.0947L50.1472 41.8C49.9485 55.5333 49.7673 69.2667 49.6034 83L49.6377 85.8749L52.4449 85.8414C58.2115 85.9103 63.9782 85.976 69.7449 86.0387L72.8162 86.0053L72.7835 83C73.0252 60.7667 73.2213 38.5333 73.3718 16.3L73.3471 12.6486L69.7449 12.673C63.8115 12.6329 57.8782 12.5959 51.9449 12.5622L49.9568 12.5735L48.8641 14.1835C39.7898 27.2324 30.7346 40.2945 21.6986 53.3697L28.8835 55.6C28.9194 42.5 28.9396 29.4 28.944 16.3L28.9426 12.2996L24.9449 12.3009C23.1408 12.3003 21.3368 12.3 19.5327 12.3C15.6034 12.3 11.6742 12.3128 7.74487 12.3384L3.75764 12.3644L3.78329 16.3C3.92297 37.7275 4.4435 59.1549 5.34487 80.5824C5.37877 81.3883 5.41321 82.1941 5.44819 83L5.552 85.3919L7.74487 85.2967C13.2782 85.0565 18.8115 84.791 24.3449 84.5ZM24.3449 81.5V84.5L25.183 84.4559L25.5841 83.8452L23.1057 82.1548L24.3449 81.5ZM143.868 84.5C143.868 83.5 143.868 82.5 143.868 81.5C138.135 81.1824 132.402 80.895 126.668 80.6379L129.03 83C129.043 82.7167 129.056 82.4333 129.068 82.15C129.452 73.5 129.766 64.85 130.012 56.2L130.104 52.9541L126.668 52.8566C117.435 52.5944 108.202 52.4108 98.9683 52.3056L95.1188 52.2618L95.0739 56.2C95.0035 62.3833 94.9683 68.5667 94.9683 74.75C94.9683 77.5 94.9691 80.25 94.9706 83L98.9683 79.0023C93.235 79.0055 87.5016 79.0121 81.7683 79.0221L85.7462 83C85.7076 60.7667 85.6185 38.5333 85.4787 16.3L81.7683 20.0104C87.5016 19.9744 93.235 19.935 98.9683 19.8922L95.3761 16.3C95.438 24.6 95.507 32.9 95.583 41.2L95.5523 44.5541L98.9683 44.5853C108.202 44.5008 117.435 44.4075 126.668 44.3055L129.739 44.3395L129.774 41.2C129.682 32.9 129.583 24.6 129.478 16.3L126.668 19.1093C132.402 19.0363 138.135 18.9598 143.868 18.88L141.288 16.3C141.514 32.5167 141.767 48.7333 142.046 64.95C142.15 70.9667 142.257 76.9833 142.368 83C143.368 83 144.368 83 145.368 83C145.479 76.9833 145.587 70.9667 145.691 64.95C145.97 48.7333 146.223 32.5167 146.448 16.3L146.412 13.6846L143.868 13.72C138.135 13.6402 132.402 13.5637 126.668 13.4907L123.824 13.5269L123.859 16.3C123.753 24.6 123.654 32.9 123.563 41.2L126.668 38.0945C117.435 37.9925 108.202 37.8992 98.9683 37.8147L102.354 41.2C102.43 32.9 102.499 24.6 102.561 16.3L102.534 12.6812L98.9683 12.7078C93.235 12.665 87.5016 12.6256 81.7683 12.5896L78.0347 12.6131L78.0579 16.3C77.9182 38.5333 77.829 60.7667 77.7904 83L77.7973 86.9848L81.7683 86.9779C87.5016 86.9879 93.235 86.9945 98.9683 86.9977L102.968 86.9954L102.966 83C102.968 80.25 102.968 77.5 102.968 74.75C102.968 68.5667 102.933 62.3833 102.863 56.2L98.9683 60.0944C108.202 59.9892 117.435 59.8056 126.668 59.5434L123.325 56.2C123.57 64.85 123.885 73.5 124.268 82.15C124.281 82.4333 124.294 82.7167 124.306 83L124.417 85.4631L126.668 85.3621C132.402 85.105 138.135 84.8176 143.868 84.5ZM143.868 81.5V84.5L145.394 84.4155L145.368 83H142.368L143.868 81.5ZM187.989 84.5C187.989 83.5 187.989 82.5 187.989 81.5C183.949 81.1667 179.909 80.8667 175.869 80.6C174.176 80.4882 172.483 80.3823 170.789 80.2823L173.507 83C174.362 68.5333 174.789 54.0667 174.789 39.6C174.789 36.8333 174.788 34.0667 174.784 31.3L174.789 27.3102L170.789 27.3052C164.556 27.313 158.323 27.3297 152.089 27.3551L156.034 31.3C156.014 26.3 155.988 21.3 155.956 16.3L152.089 20.1666C170.256 20.0511 188.423 19.8608 206.589 19.5956L203.294 16.3C203.367 21.3 203.445 26.3 203.53 31.3L206.589 28.2404C200.389 28.345 194.189 28.4583 187.989 28.5803L185.324 28.5278L185.27 31.3C185.529 44.4933 185.829 57.6867 186.167 70.88C186.271 74.92 186.378 78.96 186.489 83C187.489 83 188.489 83 189.489 83C189.601 78.96 189.708 74.92 189.812 70.88C190.15 57.6867 190.449 44.4933 190.709 31.3L187.989 34.0197C194.189 34.1417 200.389 34.255 206.589 34.3596L209.7 34.3072L209.649 31.3C209.733 26.3 209.812 21.3 209.885 16.3L209.836 12.957L206.589 13.0044C188.423 12.7392 170.256 12.5489 152.089 12.4334L148.198 12.4581L148.223 16.3C148.191 21.3 148.165 26.3 148.145 31.3L148.161 35.2609L152.089 35.2449C158.323 35.2703 164.556 35.287 170.789 35.2948L166.795 31.3C166.791 34.0667 166.789 36.8333 166.789 39.6C166.789 54.0667 167.217 68.5333 168.072 83L168.241 85.8683L170.789 85.7177C172.483 85.6177 174.176 85.5118 175.869 85.4C179.909 85.1333 183.949 84.8333 187.989 84.5ZM187.989 81.5V84.5L189.527 84.3731L189.489 83H186.489L187.989 81.5ZM263.676 84.5C263.676 83.5 263.676 82.5 263.676 81.5C257.733 81.1667 251.789 80.8667 245.846 80.6C235.489 80.1353 225.133 79.7719 214.776 79.5096L218.267 83C218.606 69.5833 218.776 56.1667 218.776 42.75C218.776 33.9333 218.768 25.1167 218.752 16.3L214.776 20.2755C231.076 20.2454 247.376 20.1874 263.676 20.1016L259.875 16.3C259.901 21.3 259.93 26.3 259.961 31.3L263.676 27.5853C253.109 27.652 242.543 27.7305 231.976 27.8206L228.527 27.7912L228.497 31.3C228.526 34.7667 228.557 38.2333 228.589 41.7L228.558 45.0552L231.976 45.0869C242.309 44.9912 252.643 44.8843 262.976 44.7663L259.91 41.7C259.967 46.7 260.027 51.7 260.089 56.7L262.976 53.813C252.643 53.9419 242.309 54.082 231.976 54.2333L229.546 54.1977L229.509 56.7C229.565 60.4667 229.621 64.2333 229.679 68L229.644 70.2609L231.976 70.2968C241.599 70.1483 251.223 69.9901 260.846 69.8222C261.789 69.8058 262.733 69.7892 263.676 69.7726L261.904 68C261.992 73 262.083 78 262.176 83C263.176 83 264.176 83 265.176 83C265.27 78 265.36 73 265.449 68L265.417 66.1967L263.676 66.2274C262.733 66.2108 261.789 66.1942 260.846 66.1778C251.223 66.0099 241.599 65.8517 231.976 65.7032L234.273 68C234.331 64.2333 234.388 60.4667 234.443 56.7L231.976 59.1667C242.309 59.318 252.643 59.4581 262.976 59.587L265.899 59.5506L265.863 56.7C265.926 51.7 265.985 46.7 266.042 41.7L266.007 38.5991L262.976 38.6337C252.643 38.5157 242.309 38.4088 231.976 38.3131L235.363 41.7C235.395 38.2333 235.426 34.7667 235.455 31.3L231.976 34.7794C242.543 34.8695 253.109 34.948 263.676 35.0147L267.414 34.9911L267.391 31.3C267.422 26.3 267.451 21.3 267.478 16.3L267.458 12.4785L263.676 12.4984C247.376 12.4126 231.076 12.3546 214.776 12.3244L210.793 12.3318L210.801 16.3C210.784 25.1167 210.776 33.9333 210.776 42.75C210.776 56.1667 210.946 69.5833 211.286 83L211.376 86.5765L214.776 86.4904C225.133 86.2281 235.489 85.8647 245.846 85.4C251.789 85.1333 257.733 84.8333 263.676 84.5ZM263.676 81.5V84.5L265.203 84.4144L265.176 83H262.176L263.676 81.5ZM290.863 84.5C290.863 83.5 290.863 82.5 290.863 81.5C287.062 81.1667 283.262 80.8667 279.461 80.6C277.529 80.4644 275.596 80.3374 273.663 80.219L276.444 83C277.257 69.731 277.663 56.462 277.663 43.1929C277.663 34.2286 277.642 25.2643 277.601 16.3L273.663 20.2382C284.796 20.187 295.93 20.104 307.063 19.9893C317.926 19.3597 327.229 27.5401 327.057 38.5C327.703 49.3498 318.404 58.3694 307.063 58.0988C301.663 58.2211 296.263 58.3508 290.863 58.488L288.806 58.4357L288.751 60.6C288.844 64.2662 288.941 67.9324 289.041 71.5986C289.144 75.3991 289.252 79.1995 289.363 83C290.363 83 291.363 83 292.363 83C292.474 79.1995 292.581 75.3991 292.685 71.5986C292.785 67.9324 292.882 64.2662 292.975 60.6L290.863 62.712C296.263 62.8492 301.663 62.9789 307.063 63.1012C320.098 64.4454 334.167 52.4765 333.469 38.5C334.674 24.5921 320.664 11.6039 307.063 12.6107C295.93 12.496 284.796 12.413 273.663 12.3618L269.707 12.38L269.725 16.3C269.683 25.2643 269.663 34.2286 269.663 43.1929C269.663 56.462 270.069 69.731 270.882 83L271.062 85.9403L273.663 85.781C275.596 85.6626 277.529 85.5356 279.461 85.4C283.262 85.1333 287.062 84.8333 290.863 84.5ZM290.863 81.5V84.5L292.403 84.3649L292.363 83H289.363L290.863 81.5ZM304.763 41.6C304.763 44.2667 304.763 46.9333 304.763 49.6C306.229 49.5989 307.758 49.4057 309.295 48.8928C313.454 47.82 317.074 42.7614 316.763 38.5C316.831 35.6537 315.577 32.1306 312.99 30.0527C310.451 27.9452 307.418 27.3033 304.763 27.3C300.13 27.3 295.496 27.3 290.863 27.3H286.863V31.3C286.863 36.0667 286.863 40.8333 286.863 45.6V49.6H290.863C294.392 49.6 297.92 49.6 301.449 49.6C302.554 49.6 303.658 49.6 304.763 49.6C304.763 46.9333 304.763 44.2667 304.763 41.6C303.658 41.6 302.554 41.6 301.449 41.6C297.92 41.6 294.392 41.6 290.863 41.6L294.863 45.6C294.863 40.8333 294.863 36.0667 294.863 31.3L290.863 35.3C295.496 35.3 300.13 35.3 304.763 35.3C306.13 35.291 307.268 35.6769 307.855 36.1867C308.435 36.6894 308.747 37.3138 308.763 38.5C308.69 40.1281 308.247 40.7228 306.755 41.3069C306.193 41.4959 305.506 41.6008 304.763 41.6ZM304.763 49.6V41.6V49.6ZM400.021 84.5C400.021 83.5 400.021 82.5 400.021 81.5C394.287 81.1824 388.554 80.895 382.821 80.6379L385.183 83C385.195 82.7167 385.208 82.4333 385.221 82.15C385.604 73.5 385.919 64.85 386.164 56.2L386.256 52.9541L382.821 52.8566C373.587 52.5944 364.354 52.4108 355.121 52.3056L351.271 52.2618L351.226 56.2C351.156 62.3833 351.121 68.5667 351.121 74.75C351.121 77.5 351.121 80.25 351.123 83L355.121 79.0023C349.387 79.0055 343.654 79.0121 337.921 79.0221L341.899 83C341.86 60.7667 341.771 38.5333 341.631 16.3L337.921 20.0104C343.654 19.9744 349.387 19.935 355.121 19.8922L351.528 16.3C351.59 24.6 351.659 32.9 351.735 41.2L351.705 44.5541L355.121 44.5853C364.354 44.5008 373.587 44.4075 382.821 44.3055L385.892 44.3395L385.926 41.2C385.835 32.9 385.736 24.6 385.63 16.3L382.821 19.1093C388.554 19.0363 394.287 18.9598 400.021 18.88L397.441 16.3C397.666 32.5167 397.919 48.7333 398.198 64.95C398.302 70.9667 398.41 76.9833 398.521 83C399.521 83 400.521 83 401.521 83C401.632 76.9833 401.739 70.9667 401.843 64.95C402.122 48.7333 402.375 32.5167 402.601 16.3L402.564 13.6846L400.021 13.72C394.287 13.6402 388.554 13.5637 382.821 13.4907L379.976 13.5269L380.011 16.3C379.906 24.6 379.807 32.9 379.715 41.2L382.821 38.0945C373.587 37.9925 364.354 37.8992 355.121 37.8147L358.506 41.2C358.582 32.9 358.651 24.6 358.713 16.3L358.686 12.6812L355.121 12.7078C349.387 12.665 343.654 12.6256 337.921 12.5896L334.187 12.6131L334.21 16.3C334.07 38.5333 333.981 60.7667 333.943 83L333.95 86.9848L337.921 86.9779C343.654 86.9879 349.387 86.9945 355.121 86.9977L359.121 86.9954L359.118 83C359.12 80.25 359.121 77.5 359.121 74.75C359.121 68.5667 359.085 62.3833 359.015 56.2L355.121 60.0944C364.354 59.9892 373.587 59.8056 382.821 59.5434L379.477 56.2C379.723 64.85 380.037 73.5 380.421 82.15C380.433 82.4333 380.446 82.7167 380.459 83L380.569 85.4631L382.821 85.3621C388.554 85.105 394.287 84.8176 400.021 84.5ZM400.021 81.5V84.5L401.547 84.4155L401.521 83H398.521L400.021 81.5ZM460.942 84.5C460.942 83.5 460.942 82.5 460.942 81.5C454.998 81.1667 449.055 80.8667 443.112 80.6C432.755 80.1353 422.398 79.7719 412.042 79.5096L415.532 83C415.872 69.5833 416.042 56.1667 416.042 42.75C416.042 33.9333 416.034 25.1167 416.017 16.3L412.042 20.2755C428.342 20.2454 444.642 20.1874 460.942 20.1016L457.14 16.3C457.167 21.3 457.195 26.3 457.227 31.3L460.942 27.5853C450.375 27.652 439.808 27.7305 429.242 27.8206L425.792 27.7912L425.762 31.3C425.792 34.7667 425.823 38.2333 425.855 41.7L425.824 45.0552L429.242 45.0869C439.575 44.9912 449.908 44.8843 460.242 44.7663L457.175 41.7C457.233 46.7 457.292 51.7 457.355 56.7L460.242 53.813C449.908 53.9419 439.575 54.082 429.242 54.2333L426.812 54.1977L426.775 56.7C426.83 60.4667 426.887 64.2333 426.945 68L426.91 70.2609L429.242 70.2968C438.865 70.1483 448.488 69.9901 458.112 69.8222C459.055 69.8058 459.998 69.7892 460.942 69.7726L459.169 68C459.257 73 459.348 78 459.442 83C460.442 83 461.442 83 462.442 83C462.535 78 462.626 73 462.714 68L462.682 66.1967L460.942 66.2274C459.998 66.2108 459.055 66.1942 458.112 66.1778C448.488 66.0099 438.865 65.8517 429.242 65.7032L431.539 68C431.597 64.2333 431.653 60.4667 431.708 56.7L429.242 59.1667C439.575 59.318 449.908 59.4581 460.242 59.587L463.164 59.5506L463.129 56.7C463.191 51.7 463.251 46.7 463.308 41.7L463.273 38.5991L460.242 38.6337C449.908 38.5157 439.575 38.4088 429.242 38.3131L432.629 41.7C432.661 38.2333 432.692 34.7667 432.721 31.3L429.242 34.7794C439.808 34.8695 450.375 34.948 460.942 35.0147L464.68 34.9911L464.656 31.3C464.688 26.3 464.717 21.3 464.743 16.3L464.723 12.4785L460.942 12.4984C444.642 12.4126 428.342 12.3546 412.042 12.3244L408.059 12.3318L408.066 16.3C408.05 25.1167 408.042 33.9333 408.042 42.75C408.042 56.1667 408.212 69.5833 408.551 83L408.642 86.5765L412.042 86.4904C422.398 86.2281 432.755 85.8647 443.112 85.4C449.055 85.1333 454.998 84.8333 460.942 84.5ZM460.942 81.5V84.5L462.468 84.4144L462.442 83H459.442L460.942 81.5ZM503.028 84.5C503.028 83.5 503.028 82.5 503.028 81.5C498.988 81.1667 494.948 80.8667 490.908 80.6C489.215 80.4882 487.522 80.3823 485.828 80.2823L488.546 83C489.401 68.5333 489.828 54.0667 489.828 39.6C489.828 36.8333 489.827 34.0667 489.823 31.3L489.828 27.3102L485.828 27.3052C479.595 27.313 473.362 27.3297 467.128 27.3551L471.073 31.3C471.053 26.3 471.027 21.3 470.995 16.3L467.128 20.1666C485.295 20.0511 503.462 19.8608 521.628 19.5956L518.333 16.3C518.406 21.3 518.484 26.3 518.569 31.3L521.628 28.2404C515.428 28.345 509.228 28.4583 503.028 28.5803L500.363 28.5278L500.309 31.3C500.568 44.4933 500.868 57.6867 501.206 70.88C501.31 74.92 501.417 78.96 501.528 83C502.528 83 503.528 83 504.528 83C504.64 78.96 504.747 74.92 504.851 70.88C505.189 57.6867 505.489 44.4933 505.748 31.3L503.028 34.0197C509.228 34.1417 515.428 34.255 521.628 34.3596L524.739 34.3072L524.688 31.3C524.772 26.3 524.851 21.3 524.924 16.3L524.875 12.957L521.628 13.0044C503.462 12.7392 485.295 12.5489 467.128 12.4334L463.237 12.4581L463.262 16.3C463.23 21.3 463.204 26.3 463.184 31.3L463.2 35.2609L467.128 35.2449C473.362 35.2703 479.595 35.287 485.828 35.2948L481.834 31.3C481.83 34.0667 481.828 36.8333 481.828 39.6C481.828 54.0667 482.256 68.5333 483.111 83L483.28 85.8683L485.828 85.7177C487.522 85.6177 489.215 85.5118 490.908 85.4C494.948 85.1333 498.988 84.8333 503.028 84.5ZM503.028 81.5V84.5L504.566 84.3731L504.528 83H501.528L503.028 81.5Z' fill='%23070708' mask='url(%23path-3-outside-2_7301_24380)'/%3E%3Cmask id='path-5-outside-3_7301_24380' maskUnits='userSpaceOnUse' x='527.745' y='30' width='42' height='48' fill='black'%3E%3Crect fill='white' x='527.745' y='30' width='42' height='48'/%3E%3Cpath d='M554.219 57.2023L554.771 72.6439L546.123 73L545.571 57.5584L533.045 58.0741L532.745 49.6733L545.27 49.1576L544.741 34.3561L553.39 34L553.919 48.8015L566.445 48.2858L566.745 56.6866L554.219 57.2023Z'/%3E%3C/mask%3E%3Cpath d='M554.219 57.2023L554.771 72.6439L546.123 73L545.571 57.5584L533.045 58.0741L532.745 49.6733L545.27 49.1576L544.741 34.3561L553.39 34L553.919 48.8015L566.445 48.2858L566.745 56.6866L554.219 57.2023Z' fill='white'/%3E%3Cpath d='M555.718 57.1488C554.719 57.1845 553.72 57.2202 552.72 57.2559C552.473 59.6795 552.26 62.1019 552.08 64.5232C551.875 67.2695 551.713 70.0142 551.595 72.7575L554.641 69.4678C551.748 69.3583 548.858 69.2964 545.97 69.2821L549.842 72.867C549.883 68.8326 549.832 64.8015 549.688 60.7737C549.648 59.6543 549.607 58.535 549.566 57.4156L549.428 53.4044L545.406 53.5642C541.231 53.7421 537.057 53.931 532.883 54.1311L536.989 57.9331C536.87 55.1335 536.746 52.3341 536.617 49.5349L532.904 53.5448C537.078 53.3299 541.251 53.1039 545.423 52.8668L549.056 52.774L548.98 49.0249C548.727 44.0939 548.458 39.1633 548.173 34.2334L544.882 37.7876C547.763 37.6058 550.643 37.4187 553.523 37.2263L550.163 34.1154C550.465 39.0447 550.783 43.9735 551.117 48.9017L551.128 51.63L554.034 51.603C558.204 51.2981 562.373 50.9821 566.542 50.655L564.075 48.3705C564.279 51.1671 564.488 53.9635 564.702 56.7597L566.661 54.6445C564.9 54.789 563.139 54.9354 561.378 55.0838C558.971 55.2867 556.564 55.4933 554.158 55.7036C554.199 56.7028 554.24 57.7019 554.281 58.7011C556.697 58.7128 559.112 58.7209 561.528 58.7252C563.295 58.7284 565.062 58.7296 566.829 58.7288L568.936 58.5559L568.787 56.6136C568.801 53.8092 568.81 51.0051 568.814 48.2011L568.634 45.7371L566.347 45.9165C562.165 45.9333 557.984 45.9611 553.804 46L556.721 48.7013C556.702 43.7619 556.667 38.823 556.617 33.8846L556.413 30.5628L553.257 30.7737C550.371 30.8187 547.485 30.869 544.6 30.9245L541.117 31.1444L541.309 34.4788C541.377 39.4165 541.461 44.3536 541.56 49.2902L545.118 45.4484C540.94 45.5551 536.762 45.6729 532.585 45.8018L528.697 46.002L528.873 49.8117C528.944 52.6131 529.02 55.4142 529.101 58.2152L529.271 62.2059L533.208 62.0172C537.384 61.8735 541.56 61.7186 545.735 61.5527L541.576 57.7013C541.614 58.8207 541.653 59.9402 541.693 61.0596C541.837 65.0874 542.074 69.1118 542.404 73.133L542.724 77.0287L546.276 76.7179C549.153 76.4662 552.029 76.1669 554.902 75.82L558.28 75.4121L557.948 72.5303C557.634 69.8026 557.277 67.0763 556.876 64.3517C556.524 61.9495 556.138 59.5485 555.718 57.1488ZM552.72 57.2559L555.718 57.1488L554.281 58.7011L554.158 55.7036L552.879 55.6974L552.72 57.2559Z' fill='%23070708' mask='url(%23path-5-outside-3_7301_24380)'/%3E%3C/svg%3E%0A");
  -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;
}
#first_screen .cta h1 .speed {
  display: none;
  align-items: center;
  justify-content: center;
  background-color: #FFF;
  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: #F04F75;
  font-weight: 700;
  font-size: 24px;
  line-height: 108%;
  text-transform: none;
  text-shadow: none;
  -webkit-text-stroke: 0;
  padding: 10px 20px;
  position: relative;
  z-index: 3;
}
#first_screen .cta .points {
  margin-bottom: 58px;
  position: relative;
  z-index: 6;
}
#first_screen .cta .points .point {
  font-weight: 500;
  font-size: 22px;
  line-height: 120%;
  margin-bottom: 20px;
}
#first_screen .cta .points .point:last-of-type {
  margin-bottom: 0;
}
#first_screen .cta .points .point svg {
  display: flex;
  width: 9px;
  height: auto;
  flex-shrink: 0;
  margin-right: 8px;
}
#first_screen .cta .points .point b {
  margin-right: 5px;
}
#first_screen .cta .bubble {
  width: 442px;
  height: 202px;
  background-image: url("data:image/svg+xml,%3Csvg width='442' height='202' viewBox='0 0 442 202' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M66.0824 178.763L353.194 174.575L355.809 132.651L399.092 148.903L357.811 100.553L358.523 89.126L55.0353 57.9116L66.0824 178.763Z' fill='white'/%3E%3Cpath d='M66.0824 178.763L66.1262 181.763L63.3478 181.803L63.0949 179.036L66.0824 178.763ZM353.194 174.575L356.189 174.762L356.016 177.534L353.238 177.575L353.194 174.575ZM355.809 132.651L352.815 132.464L353.067 128.417L356.863 129.842L355.809 132.651ZM399.092 148.903L401.374 146.955L398.038 151.711L399.092 148.903ZM357.811 100.553L355.529 102.501L354.741 101.577L354.816 100.366L357.811 100.553ZM358.523 89.126L358.83 86.1417L361.696 86.4365L361.517 89.3126L358.523 89.126ZM55.0353 57.9116L52.0478 58.1846L51.7159 54.5543L55.3422 54.9273L55.0353 57.9116ZM66.0824 178.763L66.0386 175.764L353.151 171.575L353.194 174.575L353.238 177.575L66.1262 181.763L66.0824 178.763ZM353.194 174.575L350.2 174.388L352.815 132.464L355.809 132.651L358.803 132.837L356.189 174.762L353.194 174.575ZM355.809 132.651L356.863 129.842L400.147 146.094L399.092 148.903L398.038 151.711L354.754 135.459L355.809 132.651ZM399.092 148.903L396.811 150.851L355.529 102.501L357.811 100.553L360.092 98.6046L401.374 146.955L399.092 148.903ZM357.811 100.553L354.816 100.366L355.529 88.9393L358.523 89.126L361.517 89.3126L360.805 100.739L357.811 100.553ZM358.523 89.126L358.216 92.1102L54.7284 60.8958L55.0353 57.9116L55.3422 54.9273L358.83 86.1417L358.523 89.126ZM55.0353 57.9116L58.0228 57.6385L69.0699 178.49L66.0824 178.763L63.0949 179.036L52.0478 58.1846L55.0353 57.9116Z' fill='%23070708'/%3E%3Ccircle cx='87.1538' cy='106.794' r='4.5' transform='rotate(1.05162 87.1538 106.794)' fill='%23070708'/%3E%3Cpath d='M109.188 100.4L109.156 102.157L103.206 102.048L103.004 113.085L100.807 113.045L101.042 100.25L109.188 100.4ZM102.481 105.19L105.697 105.249C106.669 105.267 107.498 105.447 108.184 105.787C108.869 106.122 109.388 106.586 109.74 107.178C110.093 107.771 110.262 108.457 110.248 109.236C110.237 109.822 110.125 110.356 109.911 110.838C109.697 111.321 109.387 111.737 108.982 112.087C108.577 112.431 108.086 112.695 107.508 112.878C106.937 113.061 106.285 113.145 105.552 113.132L100.807 113.045L101.042 100.25L103.256 100.291L103.054 111.337L105.584 111.383C106.141 111.393 106.6 111.299 106.961 111.101C107.322 110.896 107.591 110.626 107.767 110.289C107.949 109.953 108.044 109.582 108.051 109.178C108.058 108.786 107.977 108.427 107.807 108.101C107.643 107.776 107.384 107.513 107.03 107.313C106.677 107.113 106.221 107.008 105.665 106.998L102.449 106.939L102.481 105.19ZM120.567 111.658L120.535 113.407L113.742 113.282L113.774 111.533L120.567 111.658ZM114.601 100.499L114.366 113.294L112.161 113.253L112.395 100.458L114.601 100.499ZM119.784 105.939L119.753 107.661L113.847 107.553L113.879 105.83L119.784 105.939ZM120.726 100.611L120.694 102.369L113.945 102.245L113.977 100.488L120.726 100.611ZM126.834 107.387L125.059 107.354L125.082 106.098L126.611 106.126C127.156 106.136 127.6 106.065 127.942 105.913C128.285 105.755 128.535 105.534 128.693 105.25C128.857 104.96 128.942 104.621 128.949 104.235C128.955 103.889 128.873 103.571 128.703 103.281C128.538 102.991 128.279 102.757 127.924 102.581C127.57 102.398 127.112 102.302 126.55 102.292C126.128 102.284 125.743 102.353 125.394 102.499C125.046 102.645 124.767 102.854 124.557 103.125C124.352 103.397 124.247 103.72 124.24 104.095L122.034 104.055C122.044 103.498 122.171 103.003 122.413 102.567C122.661 102.127 122.994 101.755 123.409 101.452C123.831 101.149 124.313 100.92 124.855 100.766C125.403 100.606 125.978 100.532 126.582 100.543C127.285 100.556 127.919 100.647 128.484 100.815C129.05 100.978 129.535 101.216 129.939 101.528C130.344 101.84 130.65 102.226 130.859 102.687C131.067 103.142 131.166 103.669 131.155 104.266C131.147 104.706 131.037 105.117 130.825 105.5C130.618 105.883 130.325 106.217 129.945 106.503C129.564 106.789 129.109 107.012 128.579 107.173C128.054 107.327 127.473 107.398 126.834 107.387ZM125.073 106.59L126.848 106.622C127.557 106.635 128.185 106.72 128.733 106.877C129.281 107.033 129.743 107.256 130.119 107.544C130.495 107.832 130.778 108.186 130.97 108.605C131.161 109.019 131.252 109.493 131.243 110.026C131.232 110.623 131.102 111.154 130.853 111.618C130.61 112.077 130.269 112.463 129.829 112.778C129.39 113.092 128.873 113.326 128.278 113.479C127.689 113.632 127.043 113.702 126.34 113.689C125.772 113.679 125.211 113.598 124.657 113.447C124.109 113.291 123.612 113.059 123.167 112.752C122.727 112.439 122.377 112.046 122.116 111.572C121.855 111.099 121.731 110.534 121.743 109.878L123.957 109.918C123.95 110.282 124.047 110.617 124.246 110.926C124.452 111.228 124.734 111.474 125.094 111.662C125.46 111.845 125.886 111.94 126.372 111.949C126.929 111.96 127.402 111.88 127.792 111.712C128.188 111.543 128.491 111.308 128.702 111.008C128.918 110.707 129.03 110.366 129.037 109.985C129.044 109.622 128.994 109.308 128.887 109.042C128.787 108.77 128.632 108.551 128.425 108.383C128.217 108.209 127.958 108.078 127.649 107.991C127.34 107.903 126.984 107.855 126.58 107.848L125.051 107.82L125.073 106.59ZM137.784 104.212L139.902 104.251L139.758 112.072L142.772 112.127L142.916 104.306L145.051 104.346L144.908 112.167L147.913 112.222L148.057 104.401L150.174 104.44L150 113.948L137.609 113.72L137.784 104.212ZM156.871 104.563L156.696 114.071L154.569 114.032L154.744 104.523L156.871 104.563ZM159.99 104.62L159.959 106.289L151.646 106.137L151.677 104.467L159.99 104.62ZM163.498 106.513L163.29 117.849L161.172 117.81L161.414 104.646L163.365 104.682L163.498 106.513ZM169.641 109.465L169.638 109.649C169.625 110.341 169.531 110.981 169.356 111.569C169.187 112.152 168.941 112.66 168.616 113.094C168.298 113.522 167.908 113.852 167.447 114.083C166.985 114.315 166.456 114.426 165.858 114.415C165.267 114.404 164.75 114.286 164.309 114.061C163.873 113.83 163.507 113.51 163.21 113.1C162.913 112.69 162.675 112.211 162.498 111.663C162.327 111.109 162.209 110.503 162.145 109.846L162.158 109.134C162.247 108.438 162.387 107.808 162.579 107.243C162.777 106.678 163.032 106.193 163.344 105.789C163.656 105.384 164.034 105.075 164.478 104.86C164.921 104.646 165.436 104.544 166.022 104.555C166.619 104.566 167.147 104.693 167.606 104.935C168.064 105.172 168.448 105.508 168.756 105.941C169.065 106.369 169.293 106.883 169.44 107.483C169.587 108.078 169.654 108.738 169.641 109.465ZM167.52 109.61L167.523 109.426C167.531 108.986 167.498 108.579 167.423 108.202C167.348 107.82 167.225 107.484 167.054 107.193C166.884 106.903 166.662 106.676 166.39 106.513C166.124 106.344 165.8 106.256 165.419 106.249C165.044 106.242 164.721 106.301 164.449 106.425C164.177 106.543 163.949 106.711 163.763 106.931C163.577 107.15 163.432 107.408 163.327 107.705C163.222 107.996 163.146 108.314 163.098 108.659L163.067 110.364C163.129 110.787 163.242 111.176 163.406 111.53C163.569 111.885 163.804 112.171 164.111 112.387C164.424 112.598 164.826 112.708 165.318 112.717C165.699 112.724 166.025 112.648 166.298 112.489C166.57 112.33 166.794 112.108 166.969 111.824C167.151 111.535 167.286 111.2 167.375 110.821C167.464 110.442 167.512 110.038 167.52 109.61ZM176.749 112.531L176.832 107.997C176.839 107.657 176.782 107.363 176.664 107.115C176.545 106.866 176.361 106.673 176.112 106.533C175.868 106.394 175.559 106.321 175.184 106.314C174.839 106.308 174.539 106.361 174.285 106.473C174.031 106.586 173.831 106.74 173.687 106.937C173.543 107.134 173.469 107.358 173.464 107.61L171.355 107.571C171.362 107.196 171.459 106.835 171.647 106.486C171.835 106.138 172.105 105.83 172.455 105.561C172.806 105.292 173.223 105.082 173.706 104.933C174.19 104.784 174.73 104.715 175.328 104.726C176.042 104.739 176.673 104.87 177.219 105.121C177.771 105.371 178.201 105.742 178.509 106.234C178.822 106.721 178.972 107.327 178.959 108.053L178.881 112.28C178.873 112.714 178.895 113.104 178.947 113.451C179.006 113.792 179.091 114.089 179.204 114.343L179.201 114.484L177.03 114.444C176.935 114.214 176.861 113.922 176.809 113.57C176.763 113.211 176.743 112.865 176.749 112.531ZM177.128 108.662L177.121 109.971L175.601 109.943C175.209 109.936 174.862 109.968 174.562 110.039C174.262 110.103 174.011 110.204 173.809 110.341C173.608 110.478 173.455 110.645 173.352 110.843C173.249 111.04 173.195 111.265 173.19 111.517C173.185 111.768 173.24 112.001 173.353 112.214C173.466 112.421 173.633 112.585 173.854 112.707C174.08 112.828 174.354 112.892 174.677 112.898C175.11 112.906 175.49 112.825 175.815 112.655C176.146 112.479 176.408 112.264 176.6 112.01C176.793 111.75 176.897 111.503 176.913 111.268L177.581 112.221C177.506 112.46 177.382 112.716 177.207 112.988C177.032 113.26 176.804 113.52 176.524 113.767C176.25 114.008 175.921 114.204 175.538 114.355C175.16 114.506 174.725 114.577 174.233 114.568C173.612 114.557 173.06 114.424 172.579 114.169C172.097 113.908 171.722 113.564 171.455 113.137C171.187 112.705 171.059 112.219 171.068 111.68C171.078 111.176 171.18 110.732 171.374 110.349C171.575 109.96 171.862 109.637 172.236 109.38C172.616 109.124 173.076 108.933 173.618 108.808C174.159 108.677 174.776 108.618 175.467 108.631L177.128 108.662ZM192.432 110.085L192.429 110.27C192.417 110.944 192.329 111.563 192.166 112.129C192.01 112.688 191.781 113.173 191.48 113.584C191.18 113.995 190.811 114.31 190.373 114.531C189.941 114.751 189.441 114.856 188.873 114.846C188.375 114.837 187.943 114.744 187.577 114.567C187.211 114.391 186.905 114.148 186.658 113.838C186.412 113.523 186.217 113.156 186.072 112.738C185.928 112.313 185.825 111.848 185.764 111.343L185.814 108.592C185.894 108.055 186.012 107.565 186.166 107.122C186.327 106.674 186.536 106.288 186.794 105.964C187.058 105.641 187.373 105.395 187.74 105.226C188.106 105.051 188.538 104.968 189.036 104.977C189.493 104.986 189.905 105.075 190.271 105.246C190.637 105.411 190.958 105.645 191.234 105.949C191.51 106.247 191.737 106.606 191.917 107.025C192.097 107.439 192.229 107.904 192.313 108.422C192.404 108.939 192.443 109.494 192.432 110.085ZM190.311 110.231L190.315 110.046C190.321 109.677 190.304 109.325 190.264 108.991C190.223 108.656 190.155 108.35 190.061 108.073C189.972 107.79 189.854 107.544 189.705 107.337C189.557 107.123 189.375 106.958 189.16 106.843C188.952 106.722 188.707 106.659 188.425 106.654C188.045 106.647 187.727 106.705 187.473 106.83C187.224 106.948 187.034 107.12 186.901 107.347C186.774 107.567 186.69 107.823 186.649 108.116L186.58 111.859C186.617 112.106 186.698 112.324 186.823 112.514C186.955 112.704 187.142 112.857 187.386 112.973C187.63 113.083 187.943 113.141 188.324 113.148C188.675 113.155 188.972 113.087 189.215 112.945C189.464 112.797 189.667 112.59 189.824 112.323C189.988 112.056 190.108 111.745 190.184 111.389C190.261 111.033 190.304 110.647 190.311 110.231ZM180.777 110.056L180.78 109.871C180.791 109.28 180.848 108.727 180.951 108.213C181.054 107.699 181.203 107.239 181.398 106.832C181.599 106.42 181.843 106.07 182.13 105.782C182.416 105.489 182.746 105.266 183.118 105.115C183.49 104.957 183.904 104.883 184.361 104.891C184.853 104.9 185.276 104.999 185.631 105.187C185.985 105.369 186.282 105.627 186.522 105.959C186.768 106.292 186.96 106.685 187.098 107.139C187.242 107.587 187.344 108.081 187.405 108.622L187.356 111.267C187.282 111.781 187.165 112.254 187.005 112.684C186.845 113.115 186.639 113.486 186.387 113.798C186.135 114.11 185.826 114.35 185.459 114.52C185.093 114.689 184.661 114.769 184.163 114.759C183.6 114.749 183.104 114.626 182.675 114.389C182.246 114.153 181.888 113.824 181.603 113.403C181.318 112.981 181.104 112.488 180.962 111.923C180.826 111.352 180.764 110.73 180.777 110.056ZM182.898 109.91L182.894 110.095C182.887 110.511 182.912 110.898 182.97 111.257C183.034 111.615 183.136 111.931 183.278 112.203C183.419 112.469 183.609 112.681 183.846 112.837C184.084 112.994 184.378 113.076 184.73 113.082C185.116 113.089 185.434 113.036 185.682 112.924C185.93 112.811 186.121 112.653 186.253 112.451C186.392 112.248 186.484 112.015 186.53 111.753L186.596 108.115C186.567 107.821 186.489 107.562 186.365 107.337C186.24 107.106 186.056 106.927 185.812 106.799C185.568 106.666 185.253 106.595 184.866 106.588C184.515 106.582 184.214 106.664 183.965 106.836C183.722 107.007 183.521 107.246 183.363 107.554C183.211 107.856 183.096 108.211 183.018 108.62C182.946 109.023 182.906 109.453 182.898 109.91ZM185.347 118.253L185.662 101.1L187.788 101.139L187.473 118.293L185.347 118.253ZM199.562 112.95L199.645 108.416C199.651 108.076 199.595 107.782 199.477 107.533C199.358 107.285 199.174 107.091 198.925 106.952C198.681 106.813 198.372 106.74 197.997 106.733C197.651 106.726 197.351 106.779 197.097 106.892C196.843 107.005 196.644 107.159 196.5 107.356C196.356 107.552 196.281 107.777 196.276 108.029L194.167 107.99C194.174 107.615 194.272 107.253 194.46 106.905C194.648 106.557 194.917 106.248 195.268 105.979C195.619 105.71 196.036 105.501 196.519 105.352C197.002 105.202 197.543 105.133 198.14 105.144C198.855 105.157 199.485 105.289 200.032 105.539C200.584 105.79 201.014 106.161 201.321 106.653C201.634 107.139 201.785 107.746 201.771 108.472L201.694 112.699C201.686 113.133 201.708 113.523 201.76 113.869C201.818 114.21 201.904 114.508 202.016 114.762L202.014 114.903L199.843 114.863C199.748 114.632 199.674 114.341 199.622 113.988C199.576 113.63 199.556 113.284 199.562 112.95ZM199.94 109.08L199.934 110.39L198.414 110.362C198.021 110.355 197.675 110.387 197.375 110.457C197.075 110.522 196.824 110.623 196.622 110.76C196.42 110.897 196.268 111.064 196.164 111.261C196.061 111.459 196.007 111.683 196.003 111.935C195.998 112.187 196.052 112.42 196.166 112.633C196.279 112.84 196.446 113.004 196.666 113.125C196.893 113.247 197.167 113.31 197.489 113.316C197.923 113.324 198.302 113.243 198.628 113.073C198.959 112.898 199.221 112.683 199.413 112.429C199.605 112.168 199.709 111.921 199.726 111.687L200.394 112.64C200.319 112.879 200.194 113.134 200.019 113.407C199.844 113.679 199.617 113.938 199.337 114.185C199.063 114.426 198.734 114.623 198.35 114.774C197.972 114.925 197.537 114.996 197.045 114.987C196.424 114.976 195.873 114.843 195.391 114.588C194.91 114.327 194.535 113.983 194.267 113.556C194 113.123 193.871 112.637 193.881 112.099C193.89 111.595 193.992 111.151 194.187 110.768C194.387 110.379 194.675 110.056 195.048 109.799C195.428 109.543 195.889 109.352 196.43 109.227C196.972 109.096 197.588 109.037 198.28 109.05L199.94 109.08ZM212.37 110.548L210.542 110.514L210.562 109.442L212.038 109.469C212.413 109.476 212.712 109.432 212.937 109.336C213.167 109.241 213.331 109.106 213.428 108.932C213.531 108.753 213.584 108.543 213.589 108.302C213.593 108.091 213.547 107.891 213.45 107.702C213.36 107.507 213.202 107.346 212.976 107.219C212.75 107.091 212.44 107.024 212.048 107.017C211.725 107.011 211.435 107.059 211.175 107.159C210.921 107.26 210.719 107.403 210.569 107.588C210.419 107.772 210.342 107.988 210.338 108.234L208.22 108.195C208.231 107.603 208.407 107.097 208.749 106.675C209.096 106.254 209.556 105.934 210.129 105.716C210.701 105.498 211.327 105.395 212.007 105.408C212.587 105.418 213.107 105.489 213.568 105.621C214.028 105.747 214.418 105.929 214.736 106.17C215.059 106.404 215.303 106.696 215.467 107.045C215.636 107.388 215.717 107.785 215.709 108.236C215.703 108.558 215.621 108.861 215.463 109.145C215.306 109.43 215.081 109.681 214.79 109.898C214.499 110.109 214.147 110.273 213.735 110.388C213.329 110.504 212.873 110.557 212.37 110.548ZM210.553 109.899L212.381 109.933C212.943 109.943 213.44 110.008 213.872 110.127C214.303 110.241 214.664 110.405 214.953 110.622C215.242 110.838 215.457 111.103 215.597 111.416C215.744 111.723 215.814 112.076 215.807 112.475C215.798 112.92 215.694 113.319 215.494 113.673C215.301 114.021 215.026 114.315 214.67 114.555C214.319 114.794 213.903 114.974 213.42 115.094C212.937 115.214 212.406 115.269 211.826 115.258C211.193 115.247 210.58 115.13 209.986 114.908C209.399 114.686 208.915 114.352 208.537 113.906C208.164 113.454 207.984 112.885 207.997 112.199L210.115 112.238C210.11 112.478 210.179 112.705 210.322 112.919C210.464 113.133 210.672 113.309 210.945 113.449C211.218 113.583 211.548 113.653 211.935 113.661C212.333 113.668 212.659 113.612 212.913 113.494C213.168 113.37 213.358 113.206 213.485 113.003C213.612 112.795 213.677 112.573 213.682 112.339C213.688 112.023 213.631 111.767 213.511 111.571C213.392 111.375 213.207 111.231 212.957 111.139C212.706 111.041 212.391 110.988 212.01 110.981L210.534 110.954L210.553 109.899ZM222.954 113.379L223.037 108.845C223.044 108.505 222.988 108.211 222.869 107.963C222.751 107.715 222.567 107.521 222.317 107.381C222.074 107.242 221.764 107.169 221.389 107.162C221.044 107.156 220.744 107.209 220.49 107.321C220.236 107.434 220.037 107.589 219.892 107.785C219.748 107.982 219.674 108.206 219.669 108.458L217.56 108.419C217.567 108.044 217.664 107.683 217.852 107.335C218.04 106.986 218.31 106.678 218.661 106.409C219.011 106.14 219.428 105.931 219.912 105.781C220.395 105.632 220.935 105.563 221.533 105.574C222.248 105.587 222.878 105.718 223.424 105.969C223.976 106.219 224.406 106.59 224.714 107.082C225.027 107.569 225.177 108.175 225.164 108.902L225.086 113.128C225.078 113.562 225.1 113.952 225.153 114.299C225.211 114.64 225.296 114.937 225.409 115.191L225.406 115.332L223.236 115.292C223.14 115.062 223.066 114.77 223.014 114.418C222.968 114.059 222.948 113.713 222.954 113.379ZM223.333 109.51L223.326 110.819L221.806 110.791C221.414 110.784 221.067 110.816 220.767 110.887C220.467 110.952 220.216 111.052 220.014 111.189C219.813 111.326 219.66 111.493 219.557 111.691C219.454 111.888 219.4 112.113 219.395 112.365C219.39 112.617 219.445 112.849 219.558 113.062C219.672 113.269 219.838 113.434 220.059 113.555C220.285 113.676 220.56 113.74 220.882 113.746C221.315 113.754 221.695 113.673 222.02 113.503C222.352 113.327 222.613 113.112 222.806 112.858C222.998 112.598 223.102 112.351 223.118 112.117L223.786 113.069C223.712 113.308 223.587 113.564 223.412 113.836C223.237 114.108 223.009 114.368 222.729 114.615C222.455 114.856 222.127 115.052 221.743 115.203C221.365 115.354 220.93 115.426 220.438 115.417C219.817 115.405 219.266 115.272 218.784 115.017C218.302 114.756 217.928 114.412 217.66 113.985C217.392 113.553 217.264 113.067 217.274 112.528C217.283 112.024 217.385 111.581 217.579 111.197C217.78 110.808 218.067 110.485 218.441 110.229C218.821 109.972 219.281 109.781 219.823 109.656C220.364 109.526 220.981 109.467 221.672 109.479L223.333 109.51ZM231.423 110.792L231.427 110.59C231.439 109.905 231.551 109.271 231.761 108.689C231.971 108.101 232.267 107.593 232.65 107.167C233.039 106.734 233.508 106.403 234.057 106.173C234.612 105.937 235.236 105.825 235.927 105.838C236.624 105.851 237.243 105.985 237.783 106.241C238.329 106.491 238.789 106.84 239.162 107.286C239.534 107.727 239.815 108.245 240.003 108.84C240.192 109.429 240.28 110.067 240.267 110.752L240.263 110.954C240.251 111.64 240.14 112.274 239.93 112.856C239.72 113.438 239.42 113.945 239.031 114.378C238.643 114.804 238.174 115.136 237.624 115.372C237.075 115.602 236.455 115.711 235.763 115.698C235.066 115.685 234.445 115.554 233.898 115.303C233.358 115.047 232.901 114.699 232.529 114.258C232.156 113.812 231.875 113.294 231.687 112.705C231.498 112.115 231.41 111.478 231.423 110.792ZM233.545 110.629L233.541 110.831C233.533 111.259 233.57 111.664 233.65 112.046C233.731 112.429 233.863 112.765 234.045 113.056C234.227 113.346 234.463 113.576 234.753 113.745C235.043 113.915 235.39 114.003 235.794 114.011C236.187 114.018 236.528 113.942 236.818 113.783C237.114 113.625 237.359 113.404 237.551 113.12C237.744 112.836 237.888 112.505 237.983 112.126C238.083 111.747 238.138 111.343 238.146 110.916L238.149 110.713C238.157 110.292 238.117 109.892 238.031 109.516C237.95 109.133 237.815 108.794 237.627 108.497C237.445 108.201 237.209 107.968 236.919 107.799C236.635 107.624 236.294 107.532 235.896 107.525C235.498 107.518 235.15 107.596 234.854 107.761C234.564 107.92 234.323 108.144 234.13 108.433C233.937 108.723 233.793 109.057 233.698 109.436C233.604 109.81 233.552 110.207 233.545 110.629ZM246.328 106.205L246.154 115.713L244.027 115.674L244.202 106.166L246.328 106.205ZM249.448 106.262L249.417 107.932L241.104 107.779L241.135 106.109L249.448 106.262ZM253.147 106.33L252.973 115.838L250.855 115.799L251.029 106.291L253.147 106.33ZM259.351 106.444L254.967 112.086L252.55 112.041L252.304 110.121L254.07 110.153L256.706 106.395L259.351 106.444ZM256.699 115.906L253.91 111.706L255.602 110.533L259.484 115.957L256.699 115.906ZM267.199 106.588L267.168 108.275L262.528 108.19L262.559 106.503L267.199 106.588ZM268.859 106.618L268.685 116.126L266.567 116.088L266.742 106.579L268.859 106.618ZM262.04 106.493L264.132 106.531L263.791 111.228C263.743 111.925 263.661 112.538 263.546 113.07C263.437 113.595 263.294 114.047 263.117 114.424C262.94 114.796 262.726 115.097 262.476 115.327C262.226 115.557 261.935 115.724 261.605 115.829C261.275 115.935 260.905 115.984 260.495 115.976L259.836 115.964L259.859 114.224L260.193 114.204C260.411 114.19 260.599 114.138 260.759 114.047C260.919 113.95 261.056 113.812 261.171 113.633C261.291 113.453 261.389 113.221 261.465 112.935C261.546 112.649 261.611 112.31 261.659 111.919C261.714 111.527 261.757 111.071 261.79 110.55L262.04 106.493ZM276.636 110.602L276.605 112.29L271.509 112.196L271.54 110.509L276.636 110.602ZM273.42 106.702L273.246 116.21L271.128 116.171L271.302 106.663L273.42 106.702ZM275.053 111.593L275.057 111.391C275.07 110.706 275.181 110.072 275.391 109.49C275.601 108.902 275.9 108.394 276.289 107.968C276.678 107.535 277.147 107.204 277.696 106.974C278.246 106.738 278.866 106.626 279.557 106.639C280.26 106.652 280.882 106.786 281.422 107.042C281.968 107.293 282.428 107.641 282.801 108.087C283.174 108.528 283.454 109.046 283.642 109.641C283.831 110.231 283.919 110.868 283.906 111.553L283.902 111.756C283.89 112.441 283.779 113.075 283.569 113.657C283.359 114.239 283.059 114.746 282.671 115.179C282.288 115.605 281.819 115.937 281.263 116.173C280.714 116.403 280.091 116.512 279.394 116.499C278.697 116.486 278.078 116.354 277.537 116.104C276.997 115.848 276.538 115.5 276.159 115.059C275.786 114.613 275.506 114.095 275.317 113.505C275.129 112.916 275.041 112.279 275.053 111.593ZM277.184 111.43L277.18 111.632C277.172 112.06 277.209 112.465 277.29 112.847C277.37 113.23 277.502 113.566 277.684 113.857C277.866 114.147 278.102 114.377 278.392 114.546C278.682 114.716 279.026 114.804 279.425 114.812C279.823 114.819 280.167 114.743 280.457 114.584C280.753 114.426 280.998 114.205 281.19 113.921C281.383 113.637 281.527 113.306 281.622 112.927C281.723 112.548 281.777 112.144 281.785 111.717L281.788 111.515C281.796 111.093 281.757 110.693 281.67 110.317C281.589 109.934 281.457 109.595 281.275 109.299C281.093 109.002 280.857 108.769 280.567 108.6C280.277 108.425 279.93 108.333 279.526 108.326C279.134 108.319 278.789 108.397 278.493 108.562C278.203 108.721 277.962 108.945 277.769 109.234C277.576 109.524 277.432 109.858 277.337 110.237C277.243 110.611 277.191 111.008 277.184 111.43ZM293.386 107.068L293.211 116.577L291.093 116.538L291.268 107.03L293.386 107.068ZM292.412 111.261L292.381 112.94C292.121 113.046 291.83 113.143 291.506 113.231C291.188 113.313 290.852 113.38 290.5 113.433C290.147 113.479 289.792 113.499 289.435 113.492C288.597 113.477 287.876 113.335 287.272 113.066C286.673 112.797 286.214 112.393 285.896 111.854C285.584 111.309 285.435 110.623 285.45 109.797L285.503 106.915L287.612 106.954L287.559 109.836C287.551 110.311 287.614 110.69 287.75 110.973C287.891 111.257 288.104 111.463 288.389 111.592C288.673 111.72 289.033 111.788 289.466 111.796C289.829 111.803 290.173 111.786 290.496 111.745C290.819 111.698 291.139 111.633 291.457 111.551C291.775 111.469 292.094 111.373 292.412 111.261ZM299.658 116.871C298.955 116.858 298.321 116.732 297.757 116.493C297.199 116.248 296.725 115.914 296.334 115.491C295.949 115.068 295.656 114.573 295.456 114.007C295.255 113.441 295.161 112.832 295.173 112.182L295.179 111.831C295.193 111.087 295.314 110.415 295.542 109.815C295.769 109.216 296.081 108.706 296.475 108.285C296.87 107.859 297.333 107.536 297.864 107.318C298.396 107.099 298.969 106.995 299.584 107.006C300.264 107.019 300.856 107.144 301.362 107.382C301.867 107.62 302.283 107.95 302.609 108.372C302.942 108.788 303.185 109.282 303.338 109.853C303.498 110.424 303.571 111.053 303.558 111.738L303.542 112.643L296.195 112.509L296.223 110.988L301.478 111.085L301.481 110.918C301.477 110.537 301.407 110.178 301.273 109.842C301.144 109.505 300.941 109.232 300.664 109.022C300.386 108.811 300.013 108.702 299.544 108.693C299.193 108.687 298.878 108.757 298.6 108.905C298.328 109.046 298.098 109.256 297.911 109.534C297.725 109.812 297.578 110.149 297.471 110.545C297.37 110.936 297.315 111.378 297.306 111.87L297.3 112.221C297.292 112.637 297.34 113.025 297.445 113.384C297.556 113.738 297.72 114.049 297.938 114.316C298.156 114.584 298.421 114.797 298.735 114.955C299.049 115.107 299.408 115.187 299.812 115.195C300.321 115.204 300.777 115.11 301.18 114.912C301.582 114.714 301.933 114.431 302.232 114.061L303.329 115.162C303.118 115.457 302.846 115.74 302.513 116.009C302.18 116.272 301.775 116.485 301.297 116.646C300.825 116.807 300.279 116.882 299.658 116.871ZM311.714 111.378L311.683 113.048L306.762 112.957L306.793 111.288L311.714 111.378ZM307.481 107.327L307.306 116.835L305.189 116.796L305.363 107.288L307.481 107.327ZM313.316 107.434L313.141 116.942L311.024 116.904L311.198 107.395L313.316 107.434ZM317.645 113.931L321.497 107.584L323.615 107.623L323.44 117.131L321.323 117.093L321.44 110.669L317.588 117.024L315.47 116.985L315.645 107.477L317.762 107.516L317.645 113.931ZM329.87 117.425C329.167 117.412 328.533 117.287 327.969 117.048C327.411 116.803 326.937 116.469 326.546 116.046C326.161 115.623 325.868 115.128 325.668 114.562C325.467 113.995 325.373 113.387 325.385 112.737L325.391 112.385C325.405 111.641 325.525 110.969 325.753 110.37C325.981 109.771 326.292 109.261 326.687 108.84C327.081 108.414 327.544 108.091 328.076 107.872C328.607 107.653 329.181 107.55 329.796 107.561C330.475 107.573 331.068 107.699 331.573 107.936C332.079 108.174 332.495 108.504 332.821 108.926C333.153 109.343 333.396 109.836 333.55 110.408C333.709 110.979 333.783 111.607 333.77 112.293L333.754 113.198L326.407 113.063L326.435 111.543L331.69 111.639L331.693 111.472C331.688 111.091 331.619 110.733 331.484 110.396C331.356 110.06 331.153 109.786 330.875 109.576C330.598 109.366 330.225 109.257 329.756 109.248C329.405 109.242 329.09 109.312 328.812 109.459C328.539 109.601 328.31 109.81 328.123 110.088C327.936 110.366 327.79 110.703 327.683 111.1C327.582 111.491 327.527 111.932 327.518 112.424L327.511 112.776C327.504 113.192 327.552 113.579 327.657 113.939C327.768 114.292 327.932 114.603 328.15 114.871C328.367 115.139 328.633 115.351 328.947 115.51C329.26 115.662 329.619 115.742 330.023 115.749C330.533 115.758 330.989 115.664 331.391 115.467C331.793 115.269 332.144 114.985 332.444 114.616L333.54 115.717C333.33 116.012 333.058 116.294 332.725 116.564C332.392 116.827 331.986 117.039 331.509 117.2C331.037 117.362 330.491 117.437 329.87 117.425Z' fill='%23070708'/%3E%3Ccircle cx='86.4563' cy='144.787' r='4.5' transform='rotate(1.05162 86.4563 144.787)' fill='%23070708'/%3E%3Cpath d='M108.49 138.393L108.458 140.15L102.509 140.041L102.306 151.078L100.109 151.038L100.344 138.243L108.49 138.393ZM101.783 143.184L104.999 143.243C105.972 143.26 106.801 143.44 107.486 143.781C108.171 144.115 108.69 144.579 109.043 145.172C109.395 145.764 109.564 146.45 109.55 147.229C109.539 147.815 109.427 148.349 109.213 148.832C108.999 149.314 108.69 149.73 108.285 150.08C107.88 150.425 107.389 150.688 106.811 150.871C106.239 151.054 105.587 151.138 104.855 151.125L100.109 151.038L100.344 138.243L102.559 138.284L102.356 149.33L104.887 149.376C105.443 149.387 105.902 149.292 106.263 149.094C106.625 148.89 106.893 148.619 107.069 148.282C107.251 147.946 107.346 147.575 107.354 147.171C107.361 146.779 107.279 146.42 107.11 146.094C106.946 145.769 106.687 145.506 106.333 145.306C105.979 145.107 105.524 145.002 104.967 144.991L101.751 144.932L101.783 143.184ZM119.87 149.651L119.838 151.4L113.045 151.275L113.077 149.527L119.87 149.651ZM113.904 138.492L113.669 151.287L111.463 151.246L111.698 138.452L113.904 138.492ZM119.087 143.932L119.055 145.654L113.15 145.546L113.182 143.824L119.087 143.932ZM120.029 138.605L119.996 140.362L113.247 140.238L113.28 138.481L120.029 138.605ZM126.137 145.38L124.362 145.347L124.385 144.091L125.914 144.119C126.458 144.129 126.902 144.058 127.245 143.906C127.588 143.748 127.838 143.527 127.996 143.243C128.159 142.953 128.244 142.614 128.251 142.228C128.258 141.882 128.176 141.564 128.005 141.274C127.841 140.984 127.581 140.75 127.227 140.574C126.873 140.392 126.415 140.295 125.852 140.285C125.43 140.277 125.045 140.346 124.697 140.492C124.348 140.638 124.069 140.847 123.859 141.119C123.655 141.39 123.549 141.714 123.542 142.089L121.337 142.048C121.347 141.492 121.473 140.996 121.716 140.561C121.964 140.12 122.296 139.748 122.712 139.445C123.133 139.142 123.615 138.914 124.157 138.759C124.705 138.6 125.281 138.525 125.884 138.536C126.587 138.549 127.221 138.64 127.787 138.808C128.352 138.971 128.837 139.209 129.242 139.521C129.646 139.833 129.953 140.22 130.161 140.681C130.37 141.136 130.468 141.662 130.457 142.259C130.449 142.699 130.339 143.11 130.127 143.493C129.921 143.876 129.627 144.21 129.247 144.496C128.867 144.782 128.411 145.006 127.881 145.166C127.357 145.32 126.775 145.392 126.137 145.38ZM124.376 144.583L126.151 144.615C126.86 144.628 127.488 144.713 128.036 144.87C128.584 145.026 129.046 145.249 129.421 145.537C129.797 145.825 130.081 146.179 130.272 146.599C130.464 147.012 130.555 147.486 130.545 148.019C130.534 148.616 130.404 149.147 130.155 149.612C129.913 150.07 129.571 150.456 129.132 150.771C128.693 151.085 128.175 151.319 127.581 151.472C126.992 151.625 126.346 151.695 125.643 151.682C125.075 151.672 124.514 151.591 123.96 151.441C123.412 151.284 122.915 151.052 122.469 150.745C122.03 150.432 121.679 150.039 121.418 149.565C121.158 149.092 121.033 148.527 121.045 147.871L123.26 147.912C123.253 148.275 123.349 148.611 123.549 148.919C123.754 149.222 124.037 149.467 124.397 149.655C124.763 149.838 125.189 149.934 125.675 149.943C126.231 149.953 126.705 149.874 127.095 149.705C127.49 149.536 127.793 149.302 128.004 149.001C128.221 148.7 128.332 148.359 128.339 147.978C128.346 147.615 128.296 147.301 128.19 147.035C128.089 146.764 127.935 146.544 127.727 146.376C127.519 146.202 127.261 146.072 126.952 145.984C126.643 145.896 126.286 145.849 125.882 145.841L124.353 145.813L124.376 144.583ZM140.753 150.272C141.099 150.278 141.411 150.217 141.689 150.087C141.972 149.952 142.201 149.762 142.376 149.519C142.556 149.277 142.658 148.994 142.682 148.672L144.676 148.709C144.653 149.324 144.461 149.88 144.101 150.377C143.74 150.875 143.267 151.268 142.681 151.556C142.096 151.838 141.452 151.973 140.749 151.96C140.022 151.946 139.392 151.812 138.857 151.556C138.323 151.294 137.881 150.94 137.532 150.494C137.183 150.048 136.923 149.537 136.751 148.959C136.586 148.382 136.51 147.765 136.522 147.109L136.527 146.801C136.539 146.145 136.639 145.532 136.825 144.961C137.017 144.384 137.296 143.879 137.661 143.447C138.027 143.014 138.481 142.679 139.025 142.443C139.568 142.201 140.2 142.087 140.921 142.1C141.683 142.114 142.348 142.278 142.916 142.594C143.485 142.903 143.928 143.33 144.246 143.875C144.571 144.414 144.732 145.039 144.731 145.748L142.736 145.711C142.725 145.359 142.643 145.041 142.49 144.757C142.343 144.467 142.13 144.235 141.852 144.06C141.58 143.885 141.25 143.794 140.864 143.787C140.436 143.779 140.08 143.86 139.796 144.031C139.511 144.195 139.287 144.426 139.124 144.722C138.96 145.012 138.84 145.341 138.763 145.708C138.692 146.07 138.652 146.448 138.645 146.84L138.64 147.148C138.632 147.54 138.658 147.922 138.715 148.292C138.773 148.662 138.878 148.995 139.031 149.291C139.19 149.581 139.408 149.817 139.686 149.998C139.964 150.173 140.32 150.264 140.753 150.272ZM148.512 144.243L148.304 155.579L146.186 155.541L146.428 142.377L148.378 142.413L148.512 144.243ZM154.655 147.196L154.652 147.38C154.639 148.071 154.545 148.711 154.37 149.3C154.201 149.883 153.955 150.391 153.63 150.825C153.312 151.253 152.922 151.583 152.46 151.814C151.999 152.046 151.47 152.157 150.872 152.146C150.28 152.135 149.764 152.017 149.323 151.792C148.887 151.561 148.521 151.241 148.224 150.831C147.927 150.421 147.689 149.942 147.512 149.394C147.34 148.84 147.223 148.234 147.158 147.577L147.172 146.865C147.26 146.169 147.401 145.539 147.593 144.974C147.791 144.409 148.046 143.924 148.358 143.52C148.67 143.115 149.048 142.806 149.492 142.591C149.935 142.377 150.45 142.275 151.036 142.286C151.633 142.297 152.161 142.423 152.62 142.666C153.078 142.903 153.462 143.238 153.77 143.672C154.079 144.1 154.307 144.614 154.454 145.214C154.601 145.809 154.668 146.469 154.655 147.196ZM152.534 147.341L152.537 147.157C152.545 146.717 152.512 146.309 152.437 145.933C152.362 145.551 152.239 145.214 152.068 144.924C151.898 144.634 151.676 144.407 151.404 144.244C151.137 144.075 150.814 143.987 150.433 143.98C150.058 143.973 149.735 144.032 149.463 144.155C149.191 144.274 148.962 144.442 148.777 144.662C148.591 144.881 148.446 145.139 148.341 145.436C148.236 145.727 148.159 146.045 148.112 146.39L148.081 148.095C148.143 148.518 148.256 148.907 148.42 149.261C148.583 149.616 148.818 149.901 149.125 150.118C149.437 150.329 149.84 150.439 150.332 150.448C150.713 150.455 151.039 150.379 151.312 150.22C151.584 150.061 151.808 149.839 151.983 149.555C152.164 149.265 152.3 148.931 152.389 148.552C152.478 148.172 152.526 147.769 152.534 147.341ZM156.049 147.415L156.052 147.212C156.065 146.527 156.176 145.893 156.386 145.311C156.596 144.723 156.893 144.216 157.276 143.789C157.664 143.357 158.133 143.025 158.683 142.795C159.238 142.559 159.861 142.448 160.552 142.46C161.25 142.473 161.868 142.607 162.409 142.864C162.955 143.114 163.414 143.462 163.787 143.909C164.16 144.349 164.441 144.867 164.629 145.462C164.817 146.052 164.905 146.689 164.893 147.375L164.889 147.577C164.876 148.262 164.765 148.896 164.555 149.478C164.345 150.06 164.046 150.568 163.657 151C163.268 151.427 162.799 151.758 162.25 151.994C161.701 152.224 161.08 152.333 160.389 152.32C159.692 152.307 159.07 152.176 158.524 151.926C157.984 151.67 157.527 151.321 157.154 150.881C156.781 150.434 156.501 149.916 156.312 149.327C156.124 148.737 156.036 148.1 156.049 147.415ZM158.17 147.251L158.166 147.453C158.159 147.881 158.195 148.286 158.276 148.669C158.357 149.051 158.488 149.387 158.671 149.678C158.853 149.968 159.089 150.198 159.379 150.368C159.669 150.537 160.016 150.626 160.42 150.633C160.813 150.64 161.154 150.564 161.444 150.406C161.74 150.247 161.984 150.026 162.177 149.742C162.37 149.459 162.513 149.127 162.608 148.748C162.709 148.369 162.763 147.966 162.771 147.538L162.775 147.336C162.783 146.914 162.743 146.515 162.656 146.138C162.575 145.756 162.441 145.416 162.253 145.12C162.071 144.823 161.835 144.591 161.545 144.421C161.261 144.246 160.92 144.155 160.521 144.147C160.123 144.14 159.776 144.219 159.48 144.383C159.19 144.542 158.948 144.766 158.756 145.056C158.563 145.345 158.419 145.679 158.324 146.059C158.229 146.432 158.178 146.83 158.17 147.251ZM169.038 142.792L168.864 152.3L166.746 152.261L166.92 142.753L169.038 142.792ZM175.242 142.906L170.858 148.548L168.441 148.504L168.195 146.583L169.961 146.615L172.597 142.857L175.242 142.906ZM172.589 152.368L169.801 148.168L171.493 146.995L175.375 152.42L172.589 152.368ZM181.922 150.632L182.005 146.098C182.011 145.758 181.955 145.464 181.837 145.216C181.718 144.967 181.534 144.773 181.285 144.634C181.041 144.495 180.732 144.422 180.357 144.415C180.011 144.409 179.711 144.462 179.457 144.574C179.203 144.687 179.004 144.841 178.86 145.038C178.716 145.235 178.641 145.459 178.636 145.711L176.527 145.672C176.534 145.297 176.632 144.935 176.82 144.587C177.008 144.239 177.277 143.931 177.628 143.662C177.979 143.393 178.396 143.183 178.879 143.034C179.362 142.885 179.903 142.815 180.5 142.826C181.215 142.84 181.846 142.971 182.392 143.222C182.944 143.472 183.374 143.843 183.681 144.335C183.995 144.822 184.145 145.428 184.131 146.154L184.054 150.381C184.046 150.815 184.068 151.205 184.12 151.552C184.178 151.893 184.264 152.19 184.376 152.444L184.374 152.585L182.203 152.545C182.108 152.315 182.034 152.023 181.982 151.671C181.936 151.312 181.916 150.966 181.922 150.632ZM182.3 146.762L182.294 148.072L180.774 148.044C180.381 148.037 180.035 148.069 179.735 148.139C179.435 148.204 179.184 148.305 178.982 148.442C178.78 148.579 178.628 148.746 178.524 148.944C178.421 149.141 178.367 149.366 178.363 149.617C178.358 149.869 178.412 150.102 178.526 150.315C178.639 150.522 178.806 150.686 179.026 150.808C179.253 150.929 179.527 150.993 179.849 150.998C180.283 151.006 180.662 150.925 180.988 150.756C181.319 150.58 181.581 150.365 181.773 150.111C181.965 149.851 182.07 149.603 182.086 149.369L182.754 150.322C182.679 150.561 182.554 150.817 182.379 151.089C182.204 151.361 181.977 151.621 181.697 151.867C181.423 152.109 181.094 152.305 180.71 152.456C180.332 152.607 179.897 152.678 179.405 152.669C178.784 152.658 178.233 152.525 177.751 152.27C177.27 152.009 176.895 151.665 176.627 151.238C176.36 150.806 176.231 150.32 176.241 149.781C176.25 149.277 176.352 148.833 176.547 148.45C176.747 148.061 177.035 147.738 177.408 147.481C177.788 147.225 178.249 147.034 178.79 146.909C179.332 146.778 179.948 146.719 180.64 146.732L182.3 146.762ZM192.606 143.224L194.724 143.263L194.557 146.609C194.51 147.581 194.383 148.414 194.177 149.108C193.971 149.801 193.708 150.386 193.389 150.86C193.07 151.329 192.711 151.712 192.313 152.01C191.921 152.307 191.509 152.54 191.079 152.708L190.455 152.696L190.485 151.027L190.784 151.015C191.041 150.75 191.263 150.484 191.449 150.218C191.642 149.946 191.806 149.647 191.941 149.322C192.076 148.99 192.182 148.602 192.261 148.158C192.345 147.715 192.405 147.185 192.439 146.571L192.606 143.224ZM193.169 143.235L199.197 143.345L199.022 152.854L196.913 152.815L197.055 145.099L193.136 145.027L193.169 143.235ZM190.002 151L200.354 151.19L200.271 155.707L198.153 155.668L198.205 152.839L192.115 152.727L192.064 155.556L189.911 155.517L190.002 151ZM201.516 148.249L201.519 148.047C201.532 147.362 201.643 146.728 201.853 146.146C202.063 145.558 202.36 145.05 202.743 144.624C203.131 144.191 203.6 143.86 204.15 143.63C204.705 143.394 205.328 143.282 206.019 143.295C206.717 143.308 207.335 143.442 207.876 143.698C208.422 143.948 208.881 144.297 209.254 144.743C209.627 145.184 209.908 145.702 210.096 146.297C210.284 146.886 210.372 147.524 210.36 148.209L210.356 148.411C210.343 149.097 210.232 149.731 210.022 150.313C209.812 150.895 209.513 151.402 209.124 151.835C208.735 152.261 208.266 152.593 207.717 152.829C207.168 153.059 206.547 153.168 205.856 153.155C205.159 153.142 204.537 153.011 203.991 152.76C203.451 152.504 202.994 152.156 202.621 151.715C202.248 151.269 201.968 150.751 201.779 150.162C201.591 149.572 201.503 148.935 201.516 148.249ZM203.637 148.086L203.633 148.288C203.626 148.716 203.662 149.121 203.743 149.503C203.824 149.886 203.955 150.222 204.138 150.513C204.32 150.803 204.556 151.033 204.846 151.202C205.136 151.372 205.483 151.46 205.887 151.468C206.279 151.475 206.621 151.399 206.911 151.24C207.207 151.082 207.451 150.861 207.644 150.577C207.837 150.293 207.98 149.962 208.075 149.583C208.176 149.204 208.23 148.8 208.238 148.373L208.242 148.17C208.25 147.749 208.21 147.349 208.123 146.973C208.042 146.59 207.908 146.251 207.72 145.954C207.538 145.658 207.302 145.425 207.012 145.256C206.728 145.081 206.387 144.989 205.988 144.982C205.59 144.975 205.243 145.053 204.947 145.218C204.657 145.377 204.415 145.601 204.222 145.89C204.03 146.18 203.886 146.514 203.791 146.893C203.696 147.267 203.645 147.664 203.637 148.086ZM218.547 143.701L218.516 145.388L214.369 145.312L214.225 153.133L212.107 153.094L212.282 143.586L218.547 143.701ZM219.108 148.572L219.112 148.37C219.125 147.685 219.236 147.051 219.446 146.469C219.656 145.881 219.952 145.373 220.335 144.947C220.724 144.514 221.193 144.183 221.742 143.953C222.298 143.717 222.921 143.605 223.612 143.618C224.309 143.631 224.928 143.765 225.468 144.021C226.015 144.271 226.474 144.62 226.847 145.066C227.22 145.507 227.5 146.025 227.689 146.62C227.877 147.209 227.965 147.847 227.952 148.532L227.949 148.734C227.936 149.42 227.825 150.054 227.615 150.636C227.405 151.218 227.106 151.725 226.717 152.158C226.328 152.584 225.859 152.915 225.31 153.152C224.76 153.382 224.14 153.49 223.449 153.478C222.752 153.465 222.13 153.333 221.584 153.083C221.043 152.827 220.587 152.479 220.214 152.038C219.841 151.592 219.561 151.074 219.372 150.485C219.184 149.895 219.096 149.258 219.108 148.572ZM221.23 148.409L221.226 148.611C221.218 149.039 221.255 149.444 221.336 149.826C221.417 150.209 221.548 150.545 221.73 150.835C221.913 151.126 222.149 151.356 222.439 151.525C222.728 151.695 223.075 151.783 223.48 151.791C223.872 151.798 224.214 151.722 224.504 151.563C224.8 151.405 225.044 151.183 225.237 150.9C225.429 150.616 225.573 150.285 225.668 149.906C225.769 149.527 225.823 149.123 225.831 148.696L225.835 148.493C225.842 148.072 225.803 147.672 225.716 147.296C225.635 146.913 225.501 146.574 225.313 146.277C225.131 145.981 224.895 145.748 224.605 145.579C224.321 145.404 223.98 145.312 223.581 145.305C223.183 145.298 222.836 145.376 222.54 145.541C222.25 145.7 222.008 145.924 221.815 146.213C221.622 146.503 221.478 146.837 221.384 147.216C221.289 147.59 221.238 147.987 221.23 148.409ZM234.335 149.432L231.295 149.376L231.305 147.882L233.8 147.928C234.21 147.935 234.548 147.9 234.813 147.823C235.084 147.746 235.286 147.627 235.418 147.465C235.55 147.297 235.618 147.094 235.622 146.853C235.626 146.654 235.591 146.481 235.517 146.333C235.444 146.179 235.329 146.054 235.173 145.957C235.022 145.855 234.83 145.781 234.597 145.736C234.369 145.685 234.103 145.656 233.798 145.651L232.067 145.619L231.923 153.458L229.805 153.419L229.98 143.911L233.829 143.981C234.438 143.992 234.985 144.055 235.469 144.169C235.959 144.284 236.375 144.453 236.717 144.676C237.059 144.899 237.317 145.179 237.493 145.516C237.674 145.848 237.761 146.236 237.753 146.682C237.747 146.974 237.678 147.249 237.544 147.504C237.416 147.76 237.228 147.985 236.978 148.179C236.728 148.374 236.424 148.532 236.064 148.655C235.704 148.771 235.293 148.84 234.829 148.861L234.335 149.432ZM234.261 153.5L230.605 153.433L231.479 151.779L234.291 151.831C234.666 151.838 234.978 151.797 235.225 151.707C235.473 151.618 235.657 151.487 235.778 151.313C235.904 151.134 235.969 150.921 235.974 150.675C235.979 150.423 235.924 150.205 235.81 150.021C235.696 149.838 235.517 149.697 235.273 149.598C235.035 149.494 234.722 149.439 234.335 149.432L231.919 149.387L231.964 147.894L234.837 147.947L235.433 148.538C236.036 148.59 236.534 148.728 236.929 148.952C237.323 149.176 237.617 149.454 237.81 149.786C238.003 150.117 238.096 150.477 238.089 150.863C238.081 151.308 237.989 151.699 237.813 152.036C237.642 152.373 237.391 152.652 237.059 152.875C236.732 153.092 236.334 153.254 235.863 153.363C235.392 153.466 234.858 153.511 234.261 153.5ZM239.548 148.947L239.552 148.745C239.565 148.06 239.676 147.426 239.886 146.844C240.096 146.256 240.392 145.748 240.775 145.322C241.164 144.889 241.633 144.558 242.182 144.328C242.738 144.092 243.361 143.98 244.052 143.993C244.749 144.006 245.368 144.14 245.908 144.396C246.455 144.647 246.914 144.995 247.287 145.441C247.66 145.882 247.94 146.4 248.129 146.995C248.317 147.585 248.405 148.222 248.392 148.907L248.389 149.11C248.376 149.795 248.265 150.429 248.055 151.011C247.845 151.593 247.545 152.1 247.157 152.533C246.768 152.959 246.299 153.291 245.749 153.527C245.2 153.757 244.58 153.866 243.889 153.853C243.192 153.84 242.57 153.709 242.024 153.458C241.483 153.202 241.027 152.854 240.654 152.413C240.281 151.967 240 151.449 239.812 150.86C239.624 150.27 239.536 149.633 239.548 148.947ZM241.67 148.784L241.666 148.986C241.658 149.414 241.695 149.819 241.776 150.201C241.857 150.584 241.988 150.92 242.17 151.211C242.352 151.501 242.589 151.731 242.878 151.901C243.168 152.07 243.515 152.158 243.92 152.166C244.312 152.173 244.653 152.097 244.944 151.938C245.239 151.78 245.484 151.559 245.677 151.275C245.869 150.991 246.013 150.66 246.108 150.281C246.209 149.902 246.263 149.498 246.271 149.071L246.274 148.869C246.282 148.447 246.243 148.048 246.156 147.671C246.075 147.288 245.941 146.949 245.753 146.653C245.57 146.356 245.334 146.123 245.045 145.954C244.761 145.779 244.419 145.688 244.021 145.68C243.623 145.673 243.276 145.752 242.979 145.916C242.689 146.075 242.448 146.299 242.255 146.588C242.062 146.878 241.918 147.212 241.824 147.591C241.729 147.965 241.678 148.362 241.67 148.784ZM252.346 146.149L252.138 157.485L250.02 157.447L250.262 144.283L252.213 144.319L252.346 146.149ZM258.489 149.102L258.486 149.286C258.473 149.977 258.379 150.617 258.204 151.206C258.035 151.789 257.789 152.297 257.464 152.731C257.146 153.159 256.756 153.489 256.295 153.72C255.833 153.952 255.304 154.063 254.706 154.052C254.114 154.041 253.598 153.923 253.157 153.698C252.721 153.467 252.355 153.147 252.058 152.737C251.761 152.327 251.523 151.848 251.346 151.3C251.174 150.746 251.057 150.14 250.993 149.483L251.006 148.771C251.095 148.075 251.235 147.445 251.427 146.88C251.625 146.315 251.88 145.83 252.192 145.426C252.504 145.021 252.882 144.712 253.326 144.497C253.769 144.283 254.284 144.181 254.87 144.192C255.467 144.203 255.995 144.329 256.454 144.572C256.912 144.809 257.296 145.144 257.604 145.578C257.913 146.006 258.141 146.52 258.288 147.12C258.435 147.715 258.502 148.375 258.489 149.102ZM256.368 149.247L256.371 149.063C256.379 148.623 256.346 148.215 256.271 147.839C256.196 147.457 256.073 147.12 255.902 146.83C255.732 146.54 255.51 146.313 255.238 146.15C254.972 145.981 254.648 145.893 254.267 145.886C253.892 145.879 253.569 145.938 253.297 146.061C253.025 146.18 252.796 146.348 252.611 146.568C252.425 146.787 252.28 147.045 252.175 147.342C252.07 147.633 251.993 147.951 251.946 148.296L251.915 150.001C251.977 150.424 252.09 150.813 252.254 151.167C252.417 151.522 252.652 151.807 252.959 152.024C253.272 152.235 253.674 152.345 254.166 152.354C254.547 152.361 254.873 152.285 255.146 152.126C255.418 151.967 255.642 151.745 255.817 151.461C255.999 151.171 256.134 150.837 256.223 150.458C256.312 150.078 256.36 149.675 256.368 149.247ZM265.597 152.168L265.68 147.634C265.687 147.294 265.63 147 265.512 146.752C265.393 146.503 265.209 146.309 264.96 146.17C264.716 146.031 264.407 145.958 264.032 145.951C263.687 145.945 263.387 145.998 263.133 146.11C262.879 146.223 262.679 146.377 262.535 146.574C262.391 146.77 262.316 146.995 262.312 147.247L260.203 147.208C260.21 146.833 260.307 146.471 260.495 146.123C260.683 145.775 260.953 145.467 261.303 145.198C261.654 144.929 262.071 144.719 262.554 144.57C263.038 144.421 263.578 144.351 264.176 144.362C264.89 144.376 265.521 144.507 266.067 144.758C266.619 145.008 267.049 145.379 267.356 145.871C267.67 146.358 267.82 146.964 267.807 147.69L267.729 151.917C267.721 152.351 267.743 152.741 267.795 153.088C267.854 153.428 267.939 153.726 268.052 153.98L268.049 154.121L265.878 154.081C265.783 153.851 265.709 153.559 265.657 153.207C265.611 152.848 265.591 152.502 265.597 152.168ZM265.976 148.298L265.969 149.608L264.449 149.58C264.057 149.573 263.71 149.605 263.41 149.675C263.11 149.74 262.859 149.841 262.657 149.978C262.456 150.115 262.303 150.282 262.2 150.48C262.097 150.677 262.043 150.901 262.038 151.153C262.033 151.405 262.088 151.638 262.201 151.851C262.314 152.058 262.481 152.222 262.702 152.344C262.928 152.465 263.202 152.529 263.525 152.534C263.958 152.542 264.338 152.461 264.663 152.292C264.994 152.116 265.256 151.901 265.448 151.647C265.641 151.387 265.745 151.139 265.761 150.905L266.429 151.858C266.354 152.097 266.23 152.353 266.055 152.625C265.88 152.897 265.652 153.157 265.372 153.403C265.098 153.645 264.769 153.841 264.386 153.992C264.008 154.143 263.573 154.214 263.081 154.205C262.46 154.194 261.908 154.061 261.427 153.806C260.945 153.545 260.57 153.201 260.303 152.774C260.035 152.341 259.907 151.856 259.916 151.317C259.926 150.813 260.028 150.369 260.222 149.986C260.423 149.597 260.71 149.274 261.084 149.017C261.464 148.761 261.924 148.57 262.466 148.445C263.007 148.314 263.624 148.255 264.315 148.268L265.976 148.298Z' fill='%23070708'/%3E%3Cg clip-path='url(%23clip0_7301_25880)'%3E%3Crect width='301' height='34' transform='translate(65.5767 23.293) rotate(5.87911)' fill='%23070708'/%3E%3Cpath d='M79.7222 45.6395L80.6174 45.7317C81.1988 44.9672 81.7799 43.6197 82.3561 40.5626L82.7722 38.4742L90.4118 39.2609L89.6497 46.6618L90.7041 46.7704L90.2247 51.4257L88.0164 51.1983L88.2684 48.7513L81.7031 48.0752L81.4511 50.5223L79.2428 50.2949L79.7222 45.6395ZM84.4064 41.7388C83.9268 44.4439 83.3805 45.4533 82.9849 45.9755L87.123 46.4016L87.6577 41.2091L84.5541 40.8895L84.4064 41.7388ZM96.5179 49.842C93.3546 49.5163 91.6823 47.0118 91.965 44.2663C92.2457 41.5408 94.3932 39.4296 97.5565 39.7553C100.74 40.0831 102.412 42.5876 102.131 45.3132C101.849 48.0587 99.701 50.1698 96.5179 49.842ZM96.7494 47.5939C98.3211 47.7557 99.3495 46.5548 99.5052 45.0428C99.6588 43.5506 98.8967 42.1653 97.325 42.0035C95.7533 41.8416 94.7448 43.0446 94.5912 44.5368C94.4355 46.0488 95.1777 47.4321 96.7494 47.5939ZM111.366 51.1296L112.357 41.5006L109.937 43.5233L108.5 41.6663L113.11 37.8987L115.577 38.1528L114.211 51.4226L111.366 51.1296ZM116.885 45.0028C117.237 41.5808 119.281 38.3331 123.081 38.7244C126.861 39.1136 128.219 42.7117 127.867 46.1336C127.514 49.5555 125.449 52.8211 121.669 52.4319C117.869 52.0406 116.533 48.4247 116.885 45.0028ZM124.982 45.8365C125.234 43.3895 124.712 41.4257 122.822 41.2311C120.913 41.0344 120.002 42.8507 119.75 45.2977C119.498 47.7448 120.017 49.7285 121.927 49.9251C123.817 50.1197 124.73 48.2836 124.982 45.8365ZM129.222 46.2731C129.574 42.8512 131.618 39.6034 135.418 39.9947C139.198 40.384 140.556 43.982 140.204 47.4039C139.852 50.8259 137.786 54.0915 134.006 53.7022C130.206 53.311 128.87 49.695 129.222 46.2731ZM137.319 47.1069C137.571 44.6598 137.05 42.6961 135.16 42.5015C133.25 42.3048 132.339 44.1211 132.087 46.5681C131.835 49.0152 132.354 50.9988 134.264 51.1955C136.154 51.3901 137.067 49.554 137.319 47.1069ZM158.143 55.9464L159.126 46.3969L154.403 55.5612L153.169 55.4342L150.412 45.4996L149.429 55.0491L146.604 54.7582L147.97 41.4883L151.929 41.896L154.3 50.5041L158.375 42.5598L162.354 42.9695L160.988 56.2393L158.143 55.9464ZM163.545 50.6317C163.969 46.5135 165.863 44.135 170.411 43.8996L173.281 43.7528L173.043 46.0606L170.394 46.21C167.544 46.3589 166.096 47.3357 165.569 49.1312C166.554 47.9659 168.125 47.5447 169.518 47.6881C172.204 47.9646 173.845 50.1844 173.585 52.7111C173.306 55.4168 171.198 57.532 167.995 57.2022C164.792 56.8723 163.166 54.3123 163.545 50.6317ZM170.987 52.3631C171.136 50.9108 170.374 49.5254 168.803 49.3636C167.231 49.2018 166.222 50.4048 166.073 51.8571C165.913 53.4089 166.655 54.7922 168.227 54.954C169.799 55.1159 170.827 53.9149 170.987 52.3631ZM174.988 57.6809L175.977 48.0717L178.504 48.3319L177.893 54.2605L182.463 48.7395L185.009 49.0018L184.02 58.6109L181.493 58.3508L182.126 52.2033L177.415 57.9308L174.988 57.6809ZM188.299 59.0516L189.061 51.6507L186.375 51.3741L186.602 49.1658L194.52 49.9811L194.293 52.1895L191.607 51.9129L190.845 59.3138L188.299 59.0516ZM193.821 60.0223L199.985 46.4422L201.815 46.6307L195.651 60.2108L193.821 60.0223ZM201.542 55.5496C201.845 52.6052 204.189 50.7354 207.153 51.0407C209.123 51.2435 210.228 52.2219 210.773 53.1827L208.964 54.5446C208.574 53.8409 207.917 53.3912 207.041 53.3011C205.509 53.1434 204.32 54.1468 204.148 55.818C203.976 57.4892 204.934 58.7338 206.465 58.8915C207.341 58.9817 208.078 58.6555 208.601 58.066L210.095 59.7679C209.366 60.5976 208.084 61.3302 206.115 61.1274C203.15 60.8221 201.237 58.514 201.542 55.5496ZM221.927 56.5228L221.511 60.5615L219.78 60.3832L220.196 56.3446L216.615 55.9758L216.777 54.4041L220.358 54.7729L220.758 50.8934L222.488 51.0716L222.089 54.9511L225.65 55.3178L225.488 56.8895L221.927 56.5228ZM234.562 63.8153L235.553 54.1863L233.133 56.209L231.696 54.352L236.306 50.5844L238.773 50.8385L237.407 64.1083L234.562 63.8153ZM240.081 57.6885C240.434 54.2666 242.477 51.0188 246.277 51.4101C250.057 51.7993 251.415 55.3974 251.063 58.8193C250.711 62.2412 248.645 65.5068 244.865 65.1176C241.065 64.7263 239.729 61.1104 240.081 57.6885ZM248.178 58.5222C248.43 56.0752 247.909 54.1114 246.019 53.9168C244.109 53.7201 243.198 55.5364 242.946 57.9835C242.694 60.4305 243.214 62.4142 245.123 62.6108C247.013 62.8054 247.926 60.9693 248.178 58.5222ZM252.215 63.8638L253.963 62.1137C254.782 63.143 255.964 63.7673 257.357 63.9108C258.929 64.0726 259.916 63.2695 260.029 62.1753C260.154 60.9617 259.362 60.0559 257.85 59.9002C256.756 59.7875 255.826 60.0335 254.952 60.7076L253.038 59.9676L253.819 52.3877L262.931 53.326L262.681 55.7531L256.334 55.0996L255.992 58.4221C256.752 57.877 257.875 57.5102 259.089 57.6351C261.337 57.8666 263.183 59.6651 262.906 62.3509C262.617 65.1561 260.326 66.7096 257.123 66.3798C254.815 66.1421 253.222 65.214 252.215 63.8638ZM275.734 68.0549L273.569 64.0923L272.288 65.2069L272.034 67.6739L269.507 67.4137L270.497 57.8045L273.023 58.0647L272.583 62.3421L276.664 58.4396L279.768 58.7592L275.519 62.7249L278.898 68.3807L275.734 68.0549ZM285.924 69.1041L286.026 68.1094C285.29 68.8177 284.108 69.1585 282.855 69.0294C281.323 68.8717 279.619 67.6507 279.841 65.5021C280.072 63.254 281.966 62.6247 283.498 62.7825C284.772 62.9136 285.865 63.4282 286.421 64.2697L286.559 62.9367C286.659 61.9619 285.889 61.2392 284.616 61.1081C283.581 61.0016 282.587 61.2813 281.694 61.9533L280.913 60.1639C282.193 59.2502 283.754 58.9284 285.266 59.0841C287.455 59.3095 289.374 60.3918 289.089 63.1571L288.45 69.3643L285.924 69.1041ZM286.161 66.7963L286.284 65.6027C285.924 65.0026 285.157 64.6421 284.341 64.5581C283.346 64.4557 282.475 64.9089 282.381 65.824C282.289 66.7193 283.051 67.3205 284.046 67.423C284.862 67.507 285.686 67.3104 286.161 66.7963ZM290.956 69.6224L291.946 60.0132L294.472 60.2734L294.106 63.8345L298.085 64.2442L298.451 60.6831L300.978 60.9432L299.989 70.5524L297.462 70.2923L297.857 66.4526L293.878 66.0428L293.483 69.8825L290.956 69.6224ZM308.266 71.4048L308.369 70.4101C307.632 71.1184 306.451 71.4592 305.198 71.3301C303.666 71.1724 301.962 69.9514 302.183 67.8028C302.415 65.5547 304.309 64.9254 305.841 65.0831C307.114 65.2143 308.207 65.7289 308.764 66.5704L308.901 65.2374C309.002 64.2626 308.232 63.5399 306.959 63.4088C305.924 63.3023 304.93 63.5819 304.037 64.2539L303.256 62.4646C304.536 61.5509 306.097 61.2291 307.609 61.3848C309.798 61.6101 311.717 62.6924 311.432 65.4578L310.793 71.665L308.266 71.4048ZM308.504 69.097L308.627 67.9033C308.267 67.3033 307.499 66.9428 306.684 66.8588C305.689 66.7564 304.818 67.2095 304.724 68.1247C304.632 69.02 305.394 69.6212 306.389 69.7236C307.204 69.8076 308.029 69.611 308.504 69.097ZM312.631 69.6225C313.546 69.7168 314.393 68.9192 315.169 64.6966L315.562 62.445L323.321 63.2439L322.331 72.8531L319.805 72.5929L320.567 65.1921L317.483 64.8745L317.354 65.5448C316.419 70.9173 314.826 72.3216 312.379 72.0696L312.631 69.6225ZM329.272 73.809C326.108 73.4833 324.436 70.9788 324.719 68.2333C324.999 65.5078 327.147 63.3966 330.31 63.7223C333.493 64.0501 335.166 66.5546 334.885 69.2802C334.602 72.0257 332.455 74.1368 329.272 73.809ZM329.503 71.5609C331.075 71.7227 332.103 70.5218 332.259 69.0098C332.412 67.5176 331.65 66.1323 330.079 65.9705C328.507 65.8086 327.498 67.0116 327.345 68.5038C327.189 70.0158 327.931 71.3991 329.503 71.5609ZM336.264 74.2877L337.253 64.6785L343.102 65.2808C345.291 65.5062 346.164 66.7824 346.031 68.0756C345.913 69.2295 345.097 69.9296 344.175 70.096C345.204 70.4433 345.882 71.4782 345.763 72.6321C345.614 74.0844 344.46 75.1318 342.212 74.9003L336.264 74.2877ZM343.424 68.2092C343.475 67.7118 343.174 67.3189 342.577 67.2574L339.573 66.9481L339.399 68.6391L342.403 68.9485C343 69.0099 343.377 68.6668 343.424 68.2092ZM343.212 72.0275C343.263 71.5302 342.952 71.0357 342.295 70.9681L339.192 70.6485L338.997 72.5385L342.101 72.8581C342.737 72.9237 343.154 72.5846 343.212 72.0275Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7301_25880'%3E%3Crect width='301' height='34' fill='white' transform='translate(65.5767 23.293) rotate(5.87911)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 105px;
  top: 190px;
  z-index: 5;
}
#first_screen .cta .bubble.lv {
  background-image: url("data:image/svg+xml,%3Csvg width='442' height='202' viewBox='0 0 442 202' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M66.0824 178.763L353.194 174.575L355.809 132.651L399.092 148.903L357.811 100.553L358.523 89.126L55.0353 57.9116L66.0824 178.763Z' fill='white'/%3E%3Cpath d='M66.0824 178.763L66.1262 181.763L63.3478 181.803L63.0949 179.036L66.0824 178.763ZM353.194 174.575L356.189 174.762L356.016 177.534L353.238 177.575L353.194 174.575ZM355.809 132.651L352.815 132.464L353.067 128.417L356.863 129.842L355.809 132.651ZM399.092 148.903L401.374 146.955L398.038 151.711L399.092 148.903ZM357.811 100.553L355.529 102.501L354.741 101.577L354.816 100.366L357.811 100.553ZM358.523 89.126L358.83 86.1417L361.696 86.4365L361.517 89.3126L358.523 89.126ZM55.0353 57.9116L52.0478 58.1846L51.7159 54.5543L55.3422 54.9273L55.0353 57.9116ZM66.0824 178.763L66.0386 175.764L353.151 171.575L353.194 174.575L353.238 177.575L66.1262 181.763L66.0824 178.763ZM353.194 174.575L350.2 174.388L352.815 132.464L355.809 132.651L358.803 132.837L356.189 174.762L353.194 174.575ZM355.809 132.651L356.863 129.842L400.147 146.094L399.092 148.903L398.038 151.711L354.754 135.459L355.809 132.651ZM399.092 148.903L396.811 150.851L355.529 102.501L357.811 100.553L360.092 98.6046L401.374 146.955L399.092 148.903ZM357.811 100.553L354.816 100.366L355.529 88.9393L358.523 89.126L361.517 89.3126L360.805 100.739L357.811 100.553ZM358.523 89.126L358.216 92.1102L54.7284 60.8958L55.0353 57.9116L55.3422 54.9273L358.83 86.1417L358.523 89.126ZM55.0353 57.9116L58.0228 57.6385L69.0699 178.49L66.0824 178.763L63.0949 179.036L52.0478 58.1846L55.0353 57.9116Z' fill='%23070708'/%3E%3Ccircle cx='87.1538' cy='106.794' r='4.5' transform='rotate(1.05162 87.1538 106.794)' fill='%23070708'/%3E%3Cpath d='M105.746 107.351L102.486 107.291L102.498 105.683L105.345 105.735C105.826 105.744 106.234 105.681 106.571 105.547C106.913 105.407 107.175 105.203 107.355 104.937C107.536 104.665 107.63 104.336 107.637 103.949C107.645 103.521 107.569 103.171 107.41 102.899C107.251 102.626 107.003 102.425 106.665 102.296C106.334 102.167 105.907 102.097 105.386 102.088L103.25 102.049L103.048 113.086L100.842 113.045L101.077 100.251L105.418 100.33C106.121 100.343 106.747 100.422 107.295 100.567C107.849 100.712 108.317 100.932 108.698 101.226C109.085 101.514 109.375 101.877 109.566 102.314C109.763 102.751 109.856 103.269 109.845 103.866C109.835 104.394 109.701 104.875 109.441 105.309C109.181 105.738 108.802 106.086 108.305 106.352C107.808 106.618 107.193 106.771 106.459 106.811L105.746 107.351ZM105.543 113.132L101.686 113.061L102.711 111.33L105.576 111.383C106.074 111.392 106.491 111.318 106.828 111.16C107.165 110.996 107.418 110.769 107.588 110.479C107.763 110.184 107.854 109.837 107.862 109.438C107.869 109.022 107.803 108.661 107.662 108.353C107.521 108.04 107.294 107.799 106.981 107.629C106.667 107.453 106.256 107.361 105.746 107.351L103.268 107.306L103.315 105.698L106.54 105.757L107.03 106.373C107.733 106.409 108.307 106.575 108.753 106.87C109.204 107.166 109.537 107.544 109.752 108.005C109.966 108.466 110.068 108.96 110.058 109.487C110.043 110.302 109.852 110.981 109.485 111.525C109.123 112.069 108.609 112.479 107.941 112.754C107.274 113.023 106.475 113.149 105.543 113.132ZM120.62 111.659L120.588 113.408L113.795 113.283L113.827 111.534L120.62 111.659ZM114.654 100.5L114.419 113.295L112.213 113.254L112.448 100.459L114.654 100.5ZM119.837 105.94L119.805 107.662L113.9 107.554L113.932 105.831L119.837 105.94ZM120.779 100.612L120.746 102.37L113.998 102.246L114.03 100.488L120.779 100.612ZM131.367 111.856L131.335 113.605L122.451 113.442L122.483 111.693L131.367 111.856ZM131.343 102.169L123.268 113.457L121.792 113.43L121.817 112.033L129.918 100.78L131.368 100.807L131.343 102.169ZM130.551 100.792L130.518 102.549L122.047 102.394L122.079 100.636L130.551 100.792ZM142.903 111.242C142.907 111.031 142.857 110.84 142.755 110.668C142.653 110.49 142.454 110.328 142.158 110.182C141.867 110.036 141.436 109.899 140.864 109.772C140.362 109.651 139.902 109.511 139.483 109.351C139.07 109.185 138.716 108.988 138.421 108.76C138.127 108.532 137.9 108.264 137.742 107.956C137.583 107.649 137.508 107.296 137.515 106.897C137.522 106.51 137.614 106.146 137.79 105.803C137.966 105.461 138.215 105.161 138.536 104.903C138.857 104.645 139.245 104.444 139.699 104.3C140.158 104.156 140.669 104.089 141.232 104.1C142.029 104.114 142.709 104.262 143.272 104.541C143.841 104.816 144.274 105.184 144.57 105.647C144.867 106.103 145.01 106.616 144.999 107.184L142.881 107.145C142.886 106.893 142.826 106.658 142.701 106.439C142.582 106.214 142.398 106.032 142.148 105.892C141.899 105.747 141.584 105.671 141.203 105.664C140.84 105.657 140.537 105.71 140.295 105.823C140.058 105.93 139.88 106.073 139.759 106.253C139.645 106.432 139.586 106.63 139.582 106.847C139.579 107.005 139.605 107.149 139.662 107.279C139.724 107.404 139.827 107.52 139.972 107.628C140.116 107.73 140.314 107.828 140.564 107.92C140.82 108.013 141.141 108.104 141.526 108.193C142.25 108.358 142.87 108.566 143.387 108.816C143.91 109.06 144.308 109.372 144.583 109.752C144.857 110.126 144.989 110.597 144.979 111.166C144.971 111.588 144.873 111.972 144.685 112.321C144.503 112.663 144.24 112.96 143.895 113.212C143.551 113.457 143.14 113.646 142.663 113.778C142.192 113.91 141.663 113.971 141.077 113.96C140.216 113.944 139.489 113.778 138.898 113.463C138.306 113.141 137.859 112.737 137.557 112.251C137.262 111.76 137.118 111.253 137.128 110.732L139.176 110.769C139.192 111.162 139.294 111.477 139.483 111.715C139.678 111.947 139.921 112.119 140.212 112.23C140.509 112.335 140.816 112.39 141.132 112.396C141.513 112.403 141.833 112.359 142.093 112.264C142.353 112.164 142.551 112.027 142.689 111.853C142.827 111.674 142.899 111.47 142.903 111.242ZM146.465 109.233L146.468 109.031C146.481 108.345 146.592 107.711 146.802 107.129C147.012 106.541 147.309 106.034 147.692 105.607C148.08 105.175 148.55 104.843 149.099 104.613C149.654 104.377 150.277 104.266 150.969 104.278C151.666 104.291 152.284 104.426 152.825 104.682C153.371 104.932 153.83 105.28 154.203 105.727C154.576 106.167 154.857 106.685 155.045 107.28C155.233 107.87 155.321 108.507 155.309 109.193L155.305 109.395C155.292 110.08 155.181 110.714 154.971 111.296C154.761 111.879 154.462 112.386 154.073 112.818C153.684 113.245 153.215 113.576 152.666 113.812C152.117 114.042 151.496 114.151 150.805 114.138C150.108 114.126 149.486 113.994 148.94 113.744C148.4 113.488 147.943 113.139 147.57 112.699C147.197 112.253 146.917 111.735 146.728 111.145C146.54 110.556 146.452 109.918 146.465 109.233ZM148.586 109.069L148.583 109.272C148.575 109.699 148.611 110.104 148.692 110.487C148.773 110.869 148.905 111.206 149.087 111.496C149.269 111.787 149.505 112.016 149.795 112.186C150.085 112.355 150.432 112.444 150.836 112.451C151.229 112.458 151.57 112.383 151.86 112.224C152.156 112.065 152.4 111.844 152.593 111.56C152.786 111.277 152.929 110.945 153.024 110.566C153.125 110.187 153.179 109.784 153.187 109.356L153.191 109.154C153.199 108.732 153.159 108.333 153.072 107.956C152.991 107.574 152.857 107.234 152.669 106.938C152.487 106.642 152.251 106.409 151.961 106.239C151.677 106.064 151.336 105.973 150.938 105.966C150.539 105.958 150.192 106.037 149.896 106.201C149.606 106.36 149.364 106.584 149.172 106.874C148.979 107.163 148.835 107.498 148.74 107.877C148.645 108.25 148.594 108.648 148.586 109.069ZM162.831 112.214L163.042 100.685L165.169 100.724L164.921 114.222L162.997 114.186L162.831 112.214ZM156.693 109.42L156.697 109.236C156.71 108.515 156.807 107.861 156.988 107.272C157.169 106.678 157.424 106.17 157.754 105.748C158.084 105.32 158.483 104.996 158.95 104.777C159.417 104.551 159.941 104.443 160.521 104.454C161.095 104.464 161.597 104.585 162.026 104.815C162.455 105.046 162.819 105.372 163.116 105.794C163.413 106.209 163.647 106.706 163.818 107.283C163.989 107.855 164.106 108.49 164.17 109.188L164.159 109.777C164.07 110.455 163.93 111.074 163.738 111.633C163.546 112.192 163.294 112.674 162.982 113.078C162.67 113.483 162.292 113.792 161.848 114.007C161.411 114.222 160.902 114.324 160.322 114.313C159.748 114.303 159.232 114.173 158.773 113.924C158.321 113.676 157.937 113.332 157.623 112.892C157.309 112.453 157.072 111.939 156.913 111.35C156.754 110.755 156.681 110.112 156.693 109.42ZM158.815 109.275L158.811 109.459C158.803 109.893 158.834 110.298 158.903 110.674C158.978 111.051 159.098 111.384 159.263 111.674C159.428 111.958 159.643 112.185 159.91 112.354C160.182 112.517 160.509 112.602 160.89 112.609C161.37 112.618 161.767 112.52 162.082 112.315C162.396 112.11 162.644 111.83 162.827 111.476C163.015 111.116 163.145 110.714 163.218 110.27L163.247 108.679C163.218 108.333 163.151 108.009 163.045 107.709C162.945 107.408 162.807 107.145 162.629 106.919C162.452 106.687 162.229 106.507 161.962 106.379C161.701 106.245 161.389 106.175 161.025 106.168C160.639 106.161 160.309 106.237 160.037 106.396C159.764 106.555 159.537 106.777 159.356 107.061C159.181 107.345 159.049 107.676 158.96 108.056C158.871 108.435 158.823 108.841 158.815 109.275ZM172.531 112.454L172.614 107.919C172.621 107.58 172.564 107.286 172.446 107.037C172.327 106.789 172.143 106.595 171.894 106.456C171.65 106.316 171.341 106.243 170.966 106.237C170.621 106.23 170.321 106.283 170.067 106.396C169.813 106.508 169.613 106.663 169.469 106.86C169.325 107.056 169.25 107.28 169.246 107.532L167.137 107.494C167.144 107.119 167.241 106.757 167.429 106.409C167.617 106.061 167.887 105.752 168.237 105.483C168.588 105.214 169.005 105.005 169.488 104.856C169.972 104.706 170.512 104.637 171.11 104.648C171.824 104.661 172.455 104.793 173.001 105.043C173.553 105.294 173.983 105.665 174.29 106.157C174.604 106.643 174.754 107.25 174.741 107.976L174.663 112.203C174.655 112.636 174.677 113.027 174.729 113.373C174.788 113.714 174.873 114.012 174.986 114.266L174.983 114.406L172.812 114.367C172.717 114.136 172.643 113.845 172.591 113.492C172.545 113.134 172.525 112.788 172.531 112.454ZM172.91 108.584L172.903 109.894L171.383 109.866C170.991 109.859 170.644 109.89 170.344 109.961C170.044 110.026 169.793 110.127 169.591 110.264C169.39 110.401 169.237 110.568 169.134 110.765C169.031 110.963 168.977 111.187 168.972 111.439C168.967 111.691 169.022 111.923 169.135 112.137C169.248 112.344 169.415 112.508 169.636 112.629C169.862 112.751 170.136 112.814 170.459 112.82C170.892 112.828 171.272 112.747 171.597 112.577C171.928 112.402 172.19 112.187 172.382 111.932C172.575 111.672 172.679 111.425 172.695 111.191L173.363 112.144C173.288 112.383 173.164 112.638 172.989 112.911C172.814 113.183 172.586 113.442 172.306 113.689C172.032 113.93 171.703 114.126 171.32 114.278C170.942 114.429 170.507 114.5 170.015 114.491C169.394 114.48 168.842 114.346 168.361 114.091C167.879 113.831 167.504 113.487 167.237 113.06C166.969 112.627 166.841 112.141 166.85 111.602C166.86 111.099 166.962 110.655 167.156 110.272C167.357 109.883 167.644 109.56 168.018 109.303C168.398 109.046 168.858 108.856 169.4 108.731C169.941 108.6 170.558 108.541 171.249 108.554L172.91 108.584ZM183.586 106.881L183.378 118.217L181.26 118.178L181.502 105.015L183.453 105.05L183.586 106.881ZM189.73 109.833L189.726 110.018C189.713 110.709 189.62 111.349 189.445 111.938C189.276 112.521 189.029 113.029 188.705 113.463C188.386 113.891 187.996 114.22 187.535 114.452C187.074 114.684 186.544 114.794 185.947 114.783C185.355 114.773 184.838 114.655 184.397 114.43C183.962 114.199 183.596 113.879 183.298 113.469C183.001 113.059 182.764 112.58 182.586 112.032C182.415 111.478 182.297 110.872 182.233 110.215L182.246 109.503C182.335 108.807 182.476 108.177 182.668 107.612C182.865 107.047 183.12 106.562 183.433 106.158C183.745 105.753 184.123 105.444 184.566 105.229C185.01 105.015 185.524 104.913 186.11 104.923C186.708 104.934 187.236 105.061 187.694 105.304C188.153 105.541 188.536 105.876 188.845 106.31C189.153 106.737 189.381 107.251 189.529 107.852C189.676 108.447 189.743 109.107 189.73 109.833ZM187.608 109.979L187.612 109.795C187.62 109.355 187.586 108.947 187.511 108.571C187.436 108.189 187.313 107.852 187.143 107.562C186.972 107.272 186.751 107.045 186.478 106.882C186.212 106.713 185.888 106.625 185.508 106.618C185.133 106.611 184.809 106.669 184.537 106.793C184.266 106.911 184.037 107.08 183.851 107.299C183.666 107.519 183.52 107.777 183.415 108.074C183.31 108.365 183.234 108.683 183.187 109.028L183.155 110.732C183.218 111.156 183.331 111.544 183.494 111.899C183.658 112.254 183.893 112.539 184.199 112.756C184.512 112.967 184.914 113.077 185.406 113.086C185.787 113.093 186.114 113.017 186.386 112.858C186.659 112.698 186.883 112.477 187.058 112.193C187.239 111.903 187.374 111.569 187.463 111.19C187.552 110.81 187.6 110.407 187.608 109.979ZM196.838 112.9L196.921 108.366C196.927 108.026 196.871 107.732 196.752 107.483C196.634 107.235 196.45 107.041 196.2 106.902C195.957 106.763 195.648 106.69 195.273 106.683C194.927 106.676 194.627 106.729 194.373 106.842C194.119 106.955 193.92 107.109 193.776 107.306C193.631 107.502 193.557 107.727 193.552 107.979L191.443 107.94C191.45 107.565 191.548 107.203 191.736 106.855C191.924 106.507 192.193 106.198 192.544 105.929C192.895 105.66 193.312 105.451 193.795 105.302C194.278 105.152 194.819 105.083 195.416 105.094C196.131 105.107 196.761 105.239 197.308 105.489C197.86 105.74 198.29 106.111 198.597 106.603C198.91 107.089 199.06 107.696 199.047 108.422L198.969 112.649C198.961 113.083 198.984 113.473 199.036 113.819C199.094 114.16 199.179 114.458 199.292 114.712L199.289 114.853L197.119 114.813C197.023 114.582 196.95 114.291 196.898 113.938C196.851 113.58 196.831 113.234 196.838 112.9ZM197.216 109.03L197.21 110.34L195.69 110.312C195.297 110.305 194.951 110.337 194.65 110.407C194.35 110.472 194.1 110.573 193.898 110.71C193.696 110.847 193.543 111.014 193.44 111.211C193.337 111.409 193.283 111.633 193.278 111.885C193.274 112.137 193.328 112.37 193.441 112.583C193.555 112.79 193.722 112.954 193.942 113.075C194.169 113.197 194.443 113.26 194.765 113.266C195.199 113.274 195.578 113.193 195.903 113.023C196.235 112.848 196.497 112.633 196.689 112.379C196.881 112.118 196.985 111.871 197.001 111.637L197.67 112.59C197.595 112.829 197.47 113.084 197.295 113.357C197.12 113.629 196.893 113.888 196.613 114.135C196.339 114.376 196.01 114.573 195.626 114.724C195.248 114.875 194.813 114.946 194.321 114.937C193.7 114.926 193.149 114.793 192.667 114.538C192.186 114.277 191.811 113.933 191.543 113.506C191.276 113.073 191.147 112.587 191.157 112.049C191.166 111.545 191.268 111.101 191.463 110.718C191.663 110.329 191.95 110.006 192.324 109.749C192.704 109.492 193.165 109.302 193.706 109.177C194.248 109.046 194.864 108.987 195.555 109L197.216 109.03ZM203.411 107.228L203.27 114.926L201.152 114.887L201.327 105.379L203.348 105.416L203.411 107.228ZM206.355 105.409L206.301 107.377C206.172 107.352 206.032 107.331 205.88 107.317C205.734 107.303 205.587 107.294 205.441 107.291C205.078 107.285 204.757 107.332 204.48 107.432C204.203 107.526 203.969 107.669 203.778 107.859C203.593 108.043 203.448 108.269 203.344 108.536C203.239 108.804 203.175 109.105 203.151 109.438L202.667 109.464C202.678 108.867 202.747 108.314 202.873 107.807C203 107.299 203.184 106.854 203.425 106.472C203.673 106.09 203.977 105.793 204.338 105.583C204.706 105.373 205.126 105.273 205.601 105.281C205.73 105.284 205.867 105.298 206.013 105.324C206.165 105.35 206.279 105.379 206.355 105.409ZM217.383 113.277L217.466 108.743C217.472 108.403 217.416 108.109 217.298 107.861C217.179 107.612 216.995 107.418 216.746 107.279C216.502 107.14 216.193 107.067 215.818 107.06C215.472 107.054 215.173 107.107 214.918 107.219C214.664 107.332 214.465 107.486 214.321 107.683C214.177 107.879 214.102 108.104 214.098 108.356L211.989 108.317C211.996 107.942 212.093 107.58 212.281 107.232C212.469 106.884 212.739 106.576 213.089 106.307C213.44 106.038 213.857 105.828 214.34 105.679C214.823 105.53 215.364 105.46 215.961 105.471C216.676 105.485 217.307 105.616 217.853 105.867C218.405 106.117 218.835 106.488 219.142 106.98C219.456 107.467 219.606 108.073 219.592 108.799L219.515 113.026C219.507 113.46 219.529 113.85 219.581 114.197C219.639 114.537 219.725 114.835 219.837 115.089L219.835 115.23L217.664 115.19C217.569 114.96 217.495 114.668 217.443 114.316C217.397 113.957 217.377 113.611 217.383 113.277ZM217.762 109.407L217.755 110.717L216.235 110.689C215.842 110.682 215.496 110.714 215.196 110.784C214.896 110.849 214.645 110.95 214.443 111.087C214.241 111.224 214.089 111.391 213.986 111.589C213.882 111.786 213.828 112.011 213.824 112.262C213.819 112.514 213.873 112.747 213.987 112.96C214.1 113.167 214.267 113.331 214.488 113.453C214.714 113.574 214.988 113.638 215.31 113.643C215.744 113.651 216.123 113.57 216.449 113.401C216.78 113.225 217.042 113.01 217.234 112.756C217.427 112.496 217.531 112.248 217.547 112.014L218.215 112.967C218.14 113.206 218.015 113.462 217.84 113.734C217.665 114.006 217.438 114.266 217.158 114.512C216.884 114.754 216.555 114.95 216.171 115.101C215.794 115.252 215.359 115.323 214.867 115.314C214.246 115.303 213.694 115.17 213.212 114.915C212.731 114.654 212.356 114.31 212.089 113.883C211.821 113.45 211.692 112.965 211.702 112.426C211.712 111.922 211.813 111.478 212.008 111.095C212.209 110.706 212.496 110.383 212.87 110.126C213.249 109.87 213.71 109.679 214.251 109.554C214.793 109.423 215.409 109.364 216.101 109.377L217.762 109.407ZM226.222 105.836L226.194 107.382L220.833 107.284L220.862 105.737L226.222 105.836ZM222.451 103.437L224.569 103.476L224.4 112.685C224.394 112.978 224.431 113.204 224.51 113.364C224.596 113.518 224.714 113.623 224.865 113.678C225.016 113.734 225.195 113.763 225.4 113.767C225.546 113.77 225.687 113.764 225.822 113.748C225.957 113.733 226.066 113.718 226.148 113.702L226.127 115.319C225.95 115.368 225.745 115.411 225.509 115.448C225.28 115.485 225.016 115.501 224.717 115.495C224.231 115.486 223.802 115.393 223.43 115.217C223.059 115.034 222.771 114.744 222.567 114.348C222.364 113.952 222.268 113.428 222.28 112.778L222.451 103.437ZM233.063 112.897C233.067 112.686 233.018 112.495 232.916 112.323C232.814 112.145 232.614 111.983 232.318 111.837C232.028 111.691 231.597 111.554 231.025 111.427C230.523 111.306 230.062 111.166 229.643 111.006C229.23 110.84 228.877 110.643 228.582 110.415C228.287 110.187 228.061 109.919 227.902 109.611C227.744 109.304 227.668 108.951 227.675 108.552C227.683 108.165 227.774 107.801 227.95 107.458C228.127 107.116 228.375 106.816 228.697 106.558C229.018 106.3 229.405 106.099 229.859 105.955C230.319 105.811 230.83 105.744 231.392 105.755C232.189 105.769 232.869 105.917 233.433 106.196C234.002 106.471 234.435 106.839 234.731 107.302C235.027 107.758 235.17 108.271 235.16 108.839L233.042 108.8C233.047 108.548 232.986 108.313 232.861 108.094C232.743 107.869 232.558 107.687 232.309 107.547C232.06 107.402 231.745 107.326 231.364 107.319C231.001 107.312 230.698 107.365 230.455 107.478C230.219 107.585 230.041 107.728 229.92 107.908C229.805 108.087 229.746 108.285 229.742 108.502C229.739 108.66 229.766 108.804 229.822 108.934C229.884 109.059 229.988 109.175 230.132 109.283C230.277 109.385 230.474 109.483 230.725 109.575C230.981 109.668 231.301 109.759 231.687 109.848C232.41 110.013 233.03 110.221 233.547 110.471C234.07 110.715 234.469 111.027 234.743 111.407C235.018 111.781 235.15 112.252 235.139 112.821C235.132 113.243 235.034 113.627 234.846 113.976C234.664 114.318 234.4 114.615 234.056 114.867C233.711 115.112 233.301 115.301 232.823 115.433C232.352 115.565 231.824 115.626 231.238 115.615C230.377 115.599 229.65 115.433 229.058 115.118C228.466 114.796 228.019 114.392 227.718 113.906C227.422 113.415 227.279 112.908 227.289 112.387L229.336 112.424C229.352 112.817 229.455 113.132 229.644 113.37C229.839 113.602 230.082 113.774 230.373 113.885C230.67 113.99 230.977 114.045 231.293 114.051C231.674 114.058 231.994 114.014 232.254 113.919C232.513 113.819 232.712 113.682 232.85 113.508C232.988 113.329 233.059 113.125 233.063 112.897ZM239.459 102.088L239.211 115.585L237.085 115.546L237.333 102.049L239.459 102.088ZM245.72 115.881C245.017 115.868 244.383 115.742 243.819 115.503C243.261 115.258 242.787 114.924 242.396 114.501C242.011 114.078 241.718 113.583 241.518 113.017C241.317 112.451 241.223 111.842 241.235 111.192L241.241 110.841C241.255 110.097 241.376 109.425 241.603 108.825C241.831 108.226 242.142 107.716 242.537 107.295C242.932 106.869 243.395 106.546 243.926 106.328C244.457 106.109 245.031 106.005 245.646 106.016C246.325 106.029 246.918 106.154 247.424 106.392C247.929 106.63 248.345 106.96 248.671 107.382C249.003 107.798 249.246 108.292 249.4 108.863C249.559 109.434 249.633 110.063 249.62 110.748L249.604 111.653L242.257 111.519L242.285 109.998L247.54 110.095L247.543 109.928C247.538 109.547 247.469 109.188 247.334 108.851C247.206 108.515 247.003 108.242 246.725 108.032C246.448 107.821 246.075 107.712 245.606 107.703C245.255 107.697 244.94 107.767 244.662 107.915C244.39 108.056 244.16 108.266 243.973 108.544C243.787 108.822 243.64 109.159 243.533 109.555C243.432 109.946 243.377 110.387 243.368 110.88L243.361 111.231C243.354 111.647 243.402 112.035 243.507 112.394C243.618 112.748 243.782 113.058 244 113.326C244.218 113.594 244.483 113.807 244.797 113.965C245.11 114.117 245.469 114.197 245.874 114.204C246.383 114.214 246.839 114.12 247.241 113.922C247.643 113.724 247.994 113.441 248.294 113.071L249.39 114.172C249.18 114.467 248.908 114.75 248.575 115.019C248.242 115.282 247.837 115.495 247.359 115.656C246.887 115.817 246.341 115.892 245.72 115.881ZM248.55 102.984L248.525 104.337L242.558 104.228L242.583 102.875L248.55 102.984ZM257.444 106.409L259.369 106.444L259.199 115.689C259.183 116.544 258.989 117.267 258.614 117.858C258.24 118.449 257.725 118.893 257.069 119.192C256.413 119.496 255.657 119.641 254.802 119.625C254.439 119.618 254.036 119.558 253.592 119.445C253.155 119.331 252.73 119.153 252.319 118.911C251.913 118.675 251.576 118.367 251.307 117.987L252.323 116.758C252.655 117.168 253.025 117.471 253.431 117.666C253.838 117.861 254.267 117.963 254.718 117.971C255.204 117.98 255.619 117.897 255.962 117.721C256.311 117.552 256.582 117.296 256.776 116.954C256.97 116.612 257.071 116.192 257.081 115.694L257.212 108.558L257.444 106.409ZM250.896 111.15L250.9 110.965C250.913 110.245 251.013 109.59 251.199 109.002C251.386 108.407 251.648 107.899 251.983 107.478C252.319 107.05 252.724 106.726 253.197 106.507C253.67 106.281 254.202 106.173 254.794 106.184C255.409 106.196 255.931 106.316 256.361 106.547C256.796 106.778 257.156 107.104 257.442 107.525C257.727 107.94 257.946 108.437 258.1 109.014C258.259 109.585 258.374 110.22 258.443 110.919L258.432 111.508C258.343 112.186 258.203 112.805 258.011 113.364C257.819 113.923 257.57 114.405 257.264 114.809C256.958 115.214 256.583 115.523 256.139 115.738C255.702 115.953 255.187 116.054 254.595 116.044C254.015 116.033 253.493 115.903 253.029 115.654C252.57 115.406 252.178 115.062 251.852 114.622C251.532 114.182 251.29 113.668 251.125 113.079C250.96 112.484 250.884 111.841 250.896 111.15ZM253.018 111.004L253.014 111.189C253.006 111.622 253.04 112.027 253.115 112.403C253.196 112.78 253.322 113.113 253.492 113.404C253.669 113.688 253.893 113.915 254.165 114.084C254.444 114.248 254.773 114.333 255.154 114.34C255.652 114.349 256.061 114.251 256.381 114.046C256.707 113.841 256.959 113.561 257.135 113.207C257.317 112.847 257.448 112.445 257.526 112.001L257.556 110.41C257.527 110.064 257.459 109.741 257.354 109.44C257.254 109.139 257.115 108.876 256.937 108.65C256.76 108.418 256.535 108.238 256.262 108.11C255.989 107.976 255.665 107.906 255.29 107.899C254.909 107.892 254.576 107.968 254.292 108.127C254.008 108.285 253.772 108.507 253.586 108.79C253.405 109.074 253.267 109.406 253.172 109.785C253.077 110.164 253.025 110.57 253.018 111.004ZM266.773 113.516C266.776 113.305 266.727 113.113 266.625 112.942C266.523 112.764 266.323 112.602 266.027 112.456C265.737 112.31 265.306 112.173 264.734 112.045C264.232 111.925 263.772 111.784 263.353 111.624C262.94 111.459 262.586 111.262 262.291 111.034C261.996 110.805 261.77 110.538 261.611 110.23C261.453 109.922 261.377 109.569 261.385 109.171C261.392 108.784 261.483 108.42 261.66 108.077C261.836 107.735 262.085 107.434 262.406 107.177C262.727 106.919 263.114 106.718 263.568 106.574C264.028 106.43 264.539 106.363 265.102 106.373C265.898 106.388 266.578 106.535 267.142 106.815C267.711 107.089 268.144 107.458 268.44 107.92C268.736 108.377 268.879 108.889 268.869 109.458L266.751 109.419C266.756 109.167 266.696 108.931 266.571 108.712C266.452 108.487 266.268 108.305 266.018 108.166C265.769 108.021 265.454 107.945 265.073 107.938C264.71 107.931 264.407 107.984 264.165 108.097C263.928 108.204 263.75 108.347 263.629 108.526C263.515 108.706 263.455 108.904 263.451 109.121C263.448 109.279 263.475 109.423 263.531 109.553C263.593 109.677 263.697 109.794 263.841 109.902C263.986 110.004 264.183 110.101 264.434 110.194C264.69 110.286 265.011 110.377 265.396 110.466C266.119 110.632 266.74 110.84 267.257 111.09C267.78 111.334 268.178 111.646 268.453 112.026C268.727 112.4 268.859 112.871 268.849 113.439C268.841 113.861 268.743 114.246 268.555 114.594C268.373 114.937 268.109 115.234 267.765 115.485C267.421 115.731 267.01 115.92 266.533 116.052C266.061 116.184 265.533 116.244 264.947 116.234C264.086 116.218 263.359 116.052 262.767 115.736C262.175 115.415 261.729 115.011 261.427 114.525C261.131 114.033 260.988 113.527 260.998 113.005L263.045 113.043C263.062 113.436 263.164 113.751 263.353 113.989C263.548 114.221 263.791 114.393 264.082 114.504C264.379 114.609 264.686 114.664 265.002 114.67C265.383 114.677 265.703 114.633 265.963 114.538C266.222 114.437 266.421 114.3 266.559 114.127C266.697 113.948 266.768 113.744 266.773 113.516ZM263.994 102.538L265.287 103.942L266.622 102.586L268.441 102.62L268.439 102.716L265.934 105.105L264.598 105.081L262.191 102.593L262.193 102.505L263.994 102.538ZM276.049 114.354L276.132 109.82C276.138 109.48 276.082 109.186 275.964 108.937C275.845 108.689 275.661 108.495 275.412 108.356C275.168 108.217 274.859 108.144 274.484 108.137C274.138 108.13 273.838 108.183 273.584 108.296C273.33 108.409 273.131 108.563 272.987 108.76C272.843 108.956 272.768 109.181 272.764 109.433L270.655 109.394C270.661 109.019 270.759 108.657 270.947 108.309C271.135 107.961 271.404 107.652 271.755 107.383C272.106 107.114 272.523 106.905 273.006 106.756C273.489 106.607 274.03 106.537 274.627 106.548C275.342 106.561 275.973 106.693 276.519 106.943C277.071 107.194 277.501 107.565 277.808 108.057C278.122 108.543 278.272 109.15 278.258 109.876L278.181 114.103C278.173 114.537 278.195 114.927 278.247 115.273C278.305 115.614 278.391 115.912 278.503 116.166L278.501 116.307L276.33 116.267C276.235 116.036 276.161 115.745 276.109 115.392C276.063 115.034 276.043 114.688 276.049 114.354ZM276.427 110.484L276.421 111.794L274.901 111.766C274.508 111.759 274.162 111.791 273.862 111.861C273.562 111.926 273.311 112.027 273.109 112.164C272.907 112.301 272.755 112.468 272.651 112.665C272.548 112.863 272.494 113.087 272.49 113.339C272.485 113.591 272.539 113.824 272.653 114.037C272.766 114.244 272.933 114.408 273.153 114.529C273.38 114.651 273.654 114.714 273.976 114.72C274.41 114.728 274.789 114.647 275.115 114.478C275.446 114.302 275.708 114.087 275.9 113.833C276.092 113.572 276.197 113.325 276.213 113.091L276.881 114.044C276.806 114.283 276.681 114.538 276.506 114.811C276.331 115.083 276.104 115.342 275.824 115.589C275.55 115.83 275.221 116.027 274.837 116.178C274.46 116.329 274.025 116.4 273.532 116.391C272.911 116.38 272.36 116.247 271.878 115.992C271.397 115.731 271.022 115.387 270.755 114.96C270.487 114.527 270.358 114.042 270.368 113.503C270.377 112.999 270.479 112.555 270.674 112.172C270.874 111.783 271.162 111.46 271.536 111.203C271.915 110.947 272.376 110.756 272.917 110.631C273.459 110.5 274.075 110.441 274.767 110.454L276.427 110.484ZM282.592 108.901L282.455 116.379L280.337 116.34L280.512 106.832L282.507 106.869L282.592 108.901ZM282.171 111.267L281.486 111.245C281.504 110.572 281.609 109.955 281.801 109.396C281.999 108.837 282.265 108.359 282.601 107.96C282.942 107.562 283.346 107.259 283.813 107.051C284.28 106.837 284.798 106.735 285.366 106.745C285.823 106.754 286.235 106.826 286.601 106.961C286.974 107.091 287.29 107.299 287.548 107.585C287.812 107.872 288.011 108.241 288.143 108.695C288.275 109.143 288.336 109.692 288.324 110.342L288.211 116.485L286.084 116.446L286.197 110.294C286.206 109.838 286.145 109.476 286.015 109.21C285.891 108.938 285.704 108.744 285.454 108.628C285.21 108.507 284.904 108.442 284.535 108.436C284.172 108.429 283.845 108.499 283.555 108.646C283.265 108.793 283.018 108.997 282.814 109.257C282.616 109.517 282.461 109.819 282.349 110.162C282.238 110.506 282.178 110.874 282.171 111.267ZM296.135 114.389L296.268 107.121L298.395 107.16L298.22 116.669L296.216 116.632L296.135 114.389ZM296.47 112.417L297.182 112.412C297.17 113.051 297.089 113.638 296.938 114.175C296.788 114.705 296.563 115.167 296.262 115.56C295.962 115.947 295.582 116.248 295.121 116.462C294.66 116.671 294.11 116.769 293.471 116.757C293.009 116.749 292.585 116.674 292.201 116.532C291.817 116.39 291.487 116.176 291.211 115.889C290.94 115.603 290.733 115.233 290.589 114.779C290.445 114.325 290.379 113.785 290.391 113.158L290.503 107.016L292.621 107.054L292.508 113.214C292.502 113.56 292.537 113.851 292.615 114.087C292.693 114.317 292.801 114.503 292.939 114.646C293.077 114.79 293.239 114.892 293.425 114.954C293.612 115.016 293.811 115.049 294.021 115.053C294.625 115.064 295.102 114.956 295.451 114.728C295.807 114.494 296.062 114.176 296.216 113.775C296.376 113.373 296.46 112.921 296.47 112.417Z' fill='%23070708'/%3E%3Ccircle cx='86.4563' cy='144.787' r='4.5' transform='rotate(1.05162 86.4563 144.787)' fill='%23070708'/%3E%3Cpath d='M105.049 145.344L101.789 145.285L101.801 143.676L104.648 143.728C105.128 143.737 105.537 143.674 105.873 143.54C106.216 143.4 106.477 143.196 106.658 142.93C106.839 142.658 106.933 142.329 106.94 141.942C106.948 141.514 106.872 141.164 106.713 140.892C106.554 140.619 106.305 140.418 105.968 140.289C105.636 140.16 105.21 140.091 104.688 140.081L102.553 140.042L102.35 151.079L100.145 151.039L100.379 138.244L104.721 138.324C105.424 138.336 106.049 138.415 106.597 138.56C107.151 138.705 107.619 138.925 108.001 139.219C108.388 139.507 108.677 139.87 108.868 140.307C109.066 140.745 109.159 141.262 109.148 141.86C109.138 142.387 109.003 142.868 108.743 143.303C108.483 143.731 108.105 144.079 107.608 144.345C107.11 144.612 106.495 144.764 105.762 144.804L105.049 145.344ZM104.846 151.125L100.988 151.054L102.013 149.324L104.878 149.376C105.376 149.385 105.793 149.311 106.13 149.153C106.467 148.989 106.721 148.762 106.89 148.473C107.065 148.177 107.157 147.83 107.164 147.431C107.172 147.016 107.105 146.654 106.964 146.347C106.824 146.033 106.596 145.792 106.283 145.622C105.97 145.446 105.558 145.354 105.049 145.344L102.571 145.299L102.618 143.691L105.843 143.75L106.333 144.366C107.035 144.402 107.609 144.568 108.055 144.863C108.507 145.159 108.84 145.537 109.054 145.998C109.268 146.459 109.371 146.953 109.361 147.481C109.346 148.295 109.155 148.974 108.787 149.518C108.426 150.062 107.911 150.472 107.244 150.747C106.577 151.016 105.777 151.142 104.846 151.125ZM119.922 149.652L119.89 151.401L113.098 151.276L113.13 149.528L119.922 149.652ZM113.956 138.493L113.721 151.288L111.516 151.247L111.751 138.453L113.956 138.493ZM119.14 143.933L119.108 145.655L113.203 145.547L113.234 143.824L119.14 143.933ZM120.081 138.606L120.049 140.363L113.3 140.239L113.332 138.482L120.081 138.606ZM130.67 149.85L130.638 151.598L121.753 151.435L121.785 149.687L130.67 149.85ZM130.645 140.162L122.571 151.45L121.094 151.423L121.12 150.026L129.22 138.773L130.67 138.8L130.645 140.162ZM129.853 138.785L129.821 140.542L121.35 140.387L121.382 138.629L129.853 138.785ZM139.339 138.256L139.091 151.753L136.965 151.714L137.212 138.217L139.339 138.256ZM143.879 142.33L143.705 151.838L141.587 151.799L141.761 142.291L143.879 142.33ZM145.915 139.185L145.89 140.538L139.923 140.429L139.948 139.076L145.915 139.185ZM152.386 142.486L154.31 142.521L154.14 151.766C154.125 152.621 153.93 153.344 153.556 153.935C153.181 154.526 152.666 154.971 152.01 155.27C151.354 155.574 150.598 155.718 149.743 155.703C149.38 155.696 148.977 155.636 148.533 155.522C148.096 155.409 147.671 155.231 147.26 154.989C146.854 154.753 146.517 154.445 146.248 154.065L147.264 152.835C147.596 153.246 147.966 153.549 148.373 153.744C148.779 153.939 149.208 154.04 149.659 154.048C150.145 154.057 150.56 153.974 150.903 153.799C151.252 153.629 151.524 153.374 151.717 153.031C151.911 152.689 152.013 152.269 152.022 151.771L152.153 144.636L152.386 142.486ZM145.838 147.227L145.841 147.043C145.854 146.322 145.954 145.667 146.141 145.079C146.327 144.485 146.589 143.977 146.925 143.555C147.261 143.128 147.665 142.804 148.138 142.584C148.611 142.358 149.143 142.251 149.735 142.262C150.35 142.273 150.872 142.394 151.302 142.625C151.737 142.855 152.097 143.181 152.383 143.603C152.668 144.018 152.888 144.514 153.041 145.091C153.2 145.663 153.315 146.298 153.384 146.996L153.373 147.585C153.285 148.263 153.144 148.882 152.952 149.441C152.76 150 152.511 150.482 152.205 150.887C151.899 151.291 151.524 151.601 151.08 151.815C150.643 152.03 150.128 152.132 149.536 152.121C148.956 152.11 148.434 151.981 147.97 151.732C147.512 151.483 147.119 151.139 146.793 150.699C146.473 150.26 146.231 149.746 146.066 149.156C145.901 148.562 145.825 147.918 145.838 147.227ZM147.959 147.081L147.955 147.266C147.947 147.7 147.981 148.105 148.056 148.481C148.137 148.858 148.263 149.191 148.433 149.481C148.61 149.766 148.834 149.993 149.106 150.162C149.385 150.325 149.714 150.41 150.095 150.417C150.593 150.426 151.002 150.328 151.322 150.123C151.648 149.918 151.9 149.639 152.076 149.284C152.259 148.924 152.389 148.522 152.468 148.078L152.497 146.488C152.468 146.142 152.401 145.818 152.295 145.517C152.195 145.217 152.056 144.953 151.879 144.727C151.701 144.495 151.476 144.315 151.203 144.187C150.93 144.053 150.606 143.983 150.231 143.976C149.85 143.969 149.518 144.045 149.233 144.204C148.949 144.363 148.714 144.584 148.527 144.868C148.346 145.152 148.208 145.483 148.113 145.862C148.018 146.242 147.967 146.648 147.959 147.081ZM162.094 149.934L162.228 142.667L164.354 142.706L164.18 152.214L162.176 152.177L162.094 149.934ZM162.429 147.962L163.141 147.958C163.13 148.596 163.049 149.184 162.898 149.72C162.748 150.251 162.522 150.713 162.222 151.106C161.922 151.493 161.541 151.793 161.08 152.008C160.62 152.216 160.07 152.314 159.431 152.303C158.968 152.294 158.545 152.219 158.161 152.077C157.777 151.935 157.446 151.721 157.17 151.435C156.9 151.149 156.693 150.779 156.549 150.325C156.405 149.871 156.339 149.33 156.35 148.704L156.463 142.561L158.581 142.6L158.468 148.76C158.461 149.106 158.497 149.396 158.575 149.632C158.653 149.862 158.761 150.049 158.899 150.192C159.037 150.335 159.199 150.438 159.385 150.5C159.572 150.562 159.77 150.595 159.981 150.599C160.585 150.61 161.061 150.501 161.411 150.273C161.767 150.04 162.022 149.722 162.176 149.32C162.336 148.919 162.42 148.466 162.429 147.962ZM168.607 144.718L168.468 152.293L166.35 152.254L166.525 142.746L168.52 142.782L168.607 144.718ZM168.219 147.181L167.499 147.159C167.511 146.503 167.604 145.898 167.778 145.344C167.952 144.791 168.201 144.312 168.525 143.908C168.849 143.497 169.248 143.185 169.72 142.971C170.199 142.752 170.749 142.647 171.37 142.659C171.804 142.667 172.198 142.738 172.553 142.874C172.914 143.004 173.224 143.206 173.482 143.48C173.747 143.754 173.945 144.104 174.078 144.528C174.217 144.953 174.281 145.464 174.27 146.061L174.154 152.397L172.036 152.358L172.149 146.207C172.157 145.744 172.094 145.38 171.958 145.113C171.828 144.847 171.635 144.656 171.379 144.54C171.13 144.418 170.829 144.354 170.478 144.348C170.079 144.341 169.738 144.41 169.454 144.558C169.176 144.705 168.946 144.909 168.766 145.169C168.585 145.429 168.451 145.732 168.362 146.076C168.274 146.42 168.226 146.788 168.219 147.181ZM174.126 146.727L173.129 146.928C173.139 146.354 173.228 145.814 173.396 145.307C173.569 144.794 173.815 144.348 174.133 143.967C174.456 143.58 174.851 143.279 175.318 143.065C175.785 142.851 176.317 142.75 176.915 142.761C177.401 142.77 177.833 142.845 178.212 142.987C178.596 143.123 178.92 143.334 179.185 143.62C179.449 143.906 179.647 144.276 179.78 144.73C179.912 145.177 179.973 145.718 179.961 146.35L179.848 152.502L177.721 152.463L177.834 146.303C177.843 145.822 177.78 145.449 177.644 145.183C177.514 144.917 177.324 144.731 177.074 144.627C176.824 144.517 176.523 144.459 176.172 144.452C175.844 144.446 175.553 144.503 175.299 144.621C175.05 144.734 174.839 144.897 174.665 145.11C174.492 145.318 174.358 145.559 174.265 145.833C174.178 146.106 174.132 146.404 174.126 146.727ZM187.423 150.733L187.506 146.199C187.512 145.859 187.456 145.565 187.338 145.317C187.219 145.068 187.035 144.874 186.786 144.735C186.542 144.596 186.233 144.523 185.858 144.516C185.512 144.51 185.212 144.563 184.958 144.675C184.704 144.788 184.505 144.942 184.361 145.139C184.217 145.335 184.142 145.56 184.138 145.812L182.028 145.773C182.035 145.398 182.133 145.036 182.321 144.688C182.509 144.34 182.778 144.032 183.129 143.763C183.48 143.494 183.897 143.284 184.38 143.135C184.863 142.986 185.404 142.916 186.001 142.927C186.716 142.941 187.347 143.072 187.893 143.323C188.445 143.573 188.875 143.944 189.182 144.436C189.496 144.923 189.646 145.529 189.632 146.255L189.555 150.482C189.547 150.916 189.569 151.306 189.621 151.653C189.679 151.994 189.765 152.291 189.877 152.545L189.875 152.686L187.704 152.646C187.609 152.416 187.535 152.124 187.483 151.772C187.437 151.413 187.417 151.067 187.423 150.733ZM187.801 146.863L187.795 148.173L186.275 148.145C185.882 148.138 185.536 148.17 185.236 148.24C184.936 148.305 184.685 148.406 184.483 148.543C184.281 148.68 184.129 148.847 184.025 149.045C183.922 149.242 183.868 149.467 183.864 149.718C183.859 149.97 183.913 150.203 184.027 150.416C184.14 150.623 184.307 150.787 184.527 150.909C184.754 151.03 185.028 151.094 185.35 151.099C185.784 151.107 186.163 151.026 186.489 150.857C186.82 150.681 187.082 150.466 187.274 150.212C187.466 149.952 187.571 149.704 187.587 149.47L188.255 150.423C188.18 150.662 188.055 150.918 187.88 151.19C187.705 151.462 187.478 151.722 187.198 151.968C186.924 152.21 186.595 152.406 186.211 152.557C185.833 152.708 185.399 152.779 184.906 152.77C184.285 152.759 183.734 152.626 183.252 152.371C182.771 152.11 182.396 151.766 182.128 151.339C181.861 150.906 181.732 150.421 181.742 149.882C181.751 149.378 181.853 148.934 182.048 148.551C182.248 148.162 182.536 147.839 182.909 147.582C183.289 147.326 183.75 147.135 184.291 147.01C184.833 146.879 185.449 146.82 186.141 146.833L187.801 146.863ZM200.744 143.374L200.715 144.92L195.355 144.822L195.383 143.275L200.744 143.374ZM196.973 140.975L199.09 141.014L198.921 150.223C198.916 150.516 198.953 150.743 199.032 150.902C199.117 151.056 199.235 151.161 199.387 151.216C199.538 151.272 199.716 151.302 199.921 151.305C200.068 151.308 200.208 151.302 200.343 151.287C200.479 151.272 200.587 151.256 200.67 151.24L200.649 152.857C200.472 152.907 200.266 152.95 200.031 152.986C199.802 153.023 199.538 153.039 199.239 153.033C198.753 153.024 198.324 152.932 197.952 152.755C197.58 152.572 197.292 152.283 197.089 151.886C196.885 151.49 196.789 150.967 196.801 150.316L196.973 140.975ZM206.392 153.165C205.689 153.152 205.056 153.026 204.491 152.787C203.933 152.542 203.459 152.208 203.068 151.785C202.683 151.362 202.391 150.867 202.19 150.301C201.989 149.735 201.895 149.126 201.907 148.476L201.913 148.125C201.927 147.381 202.048 146.709 202.276 146.109C202.504 145.51 202.815 145 203.209 144.579C203.604 144.153 204.067 143.83 204.598 143.612C205.13 143.393 205.703 143.289 206.318 143.3C206.998 143.313 207.59 143.438 208.096 143.676C208.601 143.914 209.017 144.244 209.343 144.666C209.676 145.082 209.919 145.576 210.072 146.147C210.232 146.718 210.305 147.347 210.293 148.032L210.276 148.937L202.93 148.803L202.957 147.282L208.212 147.379L208.215 147.212C208.211 146.831 208.141 146.472 208.007 146.136C207.878 145.799 207.675 145.526 207.398 145.316C207.12 145.105 206.747 144.996 206.278 144.987C205.927 144.981 205.612 145.051 205.334 145.199C205.062 145.34 204.832 145.55 204.646 145.828C204.459 146.106 204.312 146.443 204.205 146.839C204.104 147.23 204.049 147.672 204.04 148.164L204.034 148.515C204.026 148.931 204.075 149.319 204.179 149.678C204.29 150.032 204.454 150.343 204.672 150.61C204.89 150.878 205.155 151.091 205.469 151.249C205.783 151.401 206.142 151.481 206.546 151.489C207.056 151.498 207.511 151.404 207.914 151.206C208.316 151.008 208.667 150.725 208.967 150.355L210.063 151.456C209.852 151.751 209.58 152.034 209.247 152.303C208.914 152.566 208.509 152.779 208.031 152.94C207.559 153.101 207.013 153.176 206.392 153.165ZM214.12 145.43L213.979 153.128L211.861 153.089L212.036 143.581L214.057 143.618L214.12 145.43ZM217.063 143.612L217.01 145.58C216.881 145.554 216.741 145.534 216.589 145.519C216.443 145.505 216.296 145.497 216.15 145.494C215.786 145.487 215.466 145.534 215.189 145.634C214.912 145.729 214.678 145.871 214.487 146.061C214.302 146.245 214.157 146.471 214.052 146.739C213.948 147.006 213.884 147.307 213.86 147.641L213.376 147.667C213.387 147.069 213.456 146.517 213.582 146.009C213.709 145.502 213.893 145.057 214.134 144.675C214.381 144.292 214.686 143.996 215.047 143.786C215.414 143.576 215.835 143.475 216.31 143.484C216.439 143.486 216.576 143.5 216.722 143.526C216.874 143.553 216.988 143.581 217.063 143.612ZM220.471 145.67L220.332 153.245L218.215 153.206L218.389 143.698L220.384 143.734L220.471 145.67ZM220.083 148.133L219.363 148.111C219.375 147.455 219.468 146.85 219.642 146.296C219.817 145.743 220.066 145.264 220.39 144.86C220.714 144.45 221.112 144.137 221.585 143.923C222.063 143.704 222.613 143.599 223.234 143.611C223.668 143.619 224.062 143.691 224.417 143.826C224.778 143.956 225.088 144.158 225.347 144.432C225.611 144.706 225.81 145.056 225.943 145.48C226.081 145.905 226.145 146.416 226.134 147.013L226.018 153.349L223.9 153.31L224.013 147.159C224.022 146.696 223.958 146.332 223.822 146.065C223.692 145.799 223.499 145.608 223.244 145.492C222.994 145.37 222.693 145.306 222.342 145.3C221.943 145.293 221.602 145.362 221.318 145.51C221.04 145.657 220.811 145.861 220.63 146.121C220.45 146.382 220.315 146.684 220.227 147.028C220.138 147.372 220.091 147.74 220.083 148.133ZM225.99 147.679L224.993 147.88C225.004 147.306 225.093 146.766 225.26 146.259C225.434 145.746 225.679 145.3 225.997 144.919C226.32 144.532 226.716 144.232 227.183 144.017C227.649 143.803 228.182 143.702 228.779 143.713C229.266 143.722 229.698 143.797 230.076 143.939C230.46 144.075 230.785 144.286 231.049 144.572C231.313 144.858 231.512 145.228 231.644 145.682C231.776 146.129 231.837 146.67 231.825 147.302L231.712 153.454L229.586 153.415L229.699 147.255C229.708 146.774 229.644 146.401 229.508 146.135C229.378 145.869 229.188 145.683 228.938 145.579C228.688 145.469 228.388 145.411 228.036 145.404C227.708 145.398 227.417 145.455 227.163 145.573C226.915 145.686 226.704 145.849 226.53 146.062C226.356 146.27 226.223 146.511 226.13 146.785C226.043 147.058 225.996 147.357 225.99 147.679ZM236.333 144.027L236.159 153.535L234.032 153.496L234.207 143.988L236.333 144.027ZM234.112 141.49C234.118 141.168 234.228 140.903 234.443 140.696C234.664 140.483 234.965 140.38 235.345 140.387C235.72 140.394 236.014 140.508 236.227 140.729C236.44 140.944 236.543 141.212 236.537 141.534C236.532 141.851 236.418 142.112 236.198 142.319C235.977 142.526 235.679 142.626 235.304 142.619C234.924 142.612 234.627 142.501 234.414 142.287C234.207 142.072 234.106 141.806 234.112 141.49ZM240.716 146.138L240.579 153.616L238.461 153.578L238.636 144.069L240.63 144.106L240.716 146.138ZM240.295 148.504L239.61 148.483C239.628 147.809 239.733 147.193 239.925 146.634C240.123 146.075 240.389 145.596 240.725 145.198C241.066 144.8 241.47 144.496 241.937 144.288C242.404 144.074 242.921 143.972 243.49 143.983C243.947 143.991 244.358 144.063 244.725 144.199C245.098 144.329 245.413 144.537 245.672 144.823C245.936 145.109 246.135 145.479 246.267 145.932C246.399 146.38 246.46 146.929 246.448 147.58L246.335 153.722L244.208 153.683L244.321 147.532C244.33 147.075 244.269 146.713 244.139 146.447C244.015 146.175 243.828 145.981 243.578 145.865C243.334 145.744 243.028 145.68 242.659 145.673C242.295 145.666 241.969 145.736 241.679 145.883C241.389 146.03 241.142 146.234 240.938 146.494C240.74 146.754 240.585 147.056 240.473 147.4C240.362 147.743 240.302 148.111 240.295 148.504ZM243.226 154.491L243.214 155.15C243.205 155.66 243.081 156.188 242.842 156.735C242.61 157.281 242.294 157.733 241.895 158.089L240.808 157.409C241.025 157.085 241.192 156.748 241.31 156.399C241.434 156.05 241.5 155.649 241.508 155.198L241.522 154.46L243.226 154.491ZM253.892 151.953L253.975 147.419C253.981 147.079 253.925 146.785 253.807 146.537C253.688 146.288 253.504 146.095 253.255 145.955C253.011 145.816 252.702 145.743 252.327 145.736C251.981 145.73 251.682 145.783 251.428 145.895C251.174 146.008 250.974 146.162 250.83 146.359C250.686 146.556 250.611 146.78 250.607 147.032L248.498 146.993C248.505 146.618 248.602 146.257 248.79 145.908C248.978 145.56 249.248 145.252 249.598 144.983C249.949 144.714 250.366 144.504 250.849 144.355C251.333 144.206 251.873 144.137 252.471 144.148C253.185 144.161 253.816 144.292 254.362 144.543C254.914 144.793 255.344 145.164 255.651 145.656C255.965 146.143 256.115 146.749 256.102 147.475L256.024 151.702C256.016 152.136 256.038 152.526 256.09 152.873C256.149 153.214 256.234 153.511 256.346 153.765L256.344 153.906L254.173 153.866C254.078 153.636 254.004 153.344 253.952 152.992C253.906 152.633 253.886 152.287 253.892 151.953ZM254.271 148.084L254.264 149.393L252.744 149.365C252.351 149.358 252.005 149.39 251.705 149.461C251.405 149.525 251.154 149.626 250.952 149.763C250.75 149.9 250.598 150.067 250.495 150.265C250.391 150.462 250.338 150.687 250.333 150.939C250.328 151.19 250.383 151.423 250.496 151.636C250.609 151.843 250.776 152.007 250.997 152.129C251.223 152.25 251.497 152.314 251.82 152.32C252.253 152.328 252.633 152.247 252.958 152.077C253.289 151.901 253.551 151.686 253.743 151.432C253.936 151.172 254.04 150.925 254.056 150.69L254.724 151.643C254.649 151.882 254.524 152.138 254.35 152.41C254.175 152.682 253.947 152.942 253.667 153.189C253.393 153.43 253.064 153.626 252.681 153.777C252.303 153.928 251.868 153.999 251.376 153.99C250.755 153.979 250.203 153.846 249.722 153.591C249.24 153.33 248.865 152.986 248.598 152.559C248.33 152.127 248.201 151.641 248.211 151.102C248.221 150.598 248.323 150.154 248.517 149.771C248.718 149.382 249.005 149.059 249.379 148.803C249.759 148.546 250.219 148.355 250.761 148.23C251.302 148.099 251.919 148.04 252.61 148.053L254.271 148.084Z' fill='%23070708'/%3E%3Cg clip-path='url(%23clip0_7301_25880)'%3E%3Crect width='276' height='34' transform='translate(78.011 24.5732) rotate(5.87911)' fill='%23070708'/%3E%3Cpath d='M92.8244 49.2203L94.1908 35.9505L96.7174 36.2106L95.351 49.4805L92.8244 49.2203ZM96.9187 38.3425L97.0662 36.9101L103.731 37.5963L103.583 39.0288L96.9187 38.3425ZM97.8564 49.7385L98.8458 40.1293L101.372 40.3894L100.383 49.9986L97.8564 49.7385ZM109.493 50.9367L109.618 49.7232C108.766 50.5804 107.658 50.9891 106.505 50.8702C104.077 50.6203 102.435 48.6015 102.765 45.3985C103.089 42.2551 105.096 40.5316 107.543 40.7836C108.677 40.9003 109.7 41.5083 110.356 42.561L110.86 37.6669L113.406 37.9291L112.04 51.199L109.493 50.9367ZM109.813 47.8332L110.163 44.4311C109.791 43.7494 108.943 43.1997 108.088 43.1116C106.655 42.9641 105.544 43.9957 105.372 45.6668C105.202 47.3181 106.079 48.5545 107.512 48.702C108.367 48.7901 109.31 48.4247 109.813 47.8332ZM114.128 51.4139L114.322 49.5239L119.227 44.4597L114.89 44.0131L115.117 41.8048L122.876 42.6037L122.688 44.434L117.717 49.5518L122.194 50.0128L121.966 52.2211L114.128 51.4139ZM131.921 53.2462L132.913 43.6171L130.493 45.6398L129.055 43.7828L133.666 40.0152L136.132 40.2693L134.766 53.5391L131.921 53.2462ZM137.44 47.1193C137.793 43.6974 139.836 40.4496 143.636 40.8409C147.416 41.2301 148.775 44.8282 148.422 48.2501C148.07 51.672 146.005 54.9376 142.225 54.5484C138.425 54.1571 137.088 50.5412 137.44 47.1193ZM145.538 47.953C145.79 45.506 145.268 43.5422 143.378 43.3476C141.468 43.1509 140.557 44.9672 140.305 47.4143C140.053 49.8613 140.573 51.845 142.483 52.0416C144.373 52.2363 145.286 50.4001 145.538 47.953ZM149.777 48.3896C150.13 44.9677 152.173 41.72 155.973 42.1112C159.753 42.5005 161.112 46.0986 160.759 49.5205C160.407 52.9424 158.342 56.208 154.562 55.8188C150.762 55.4275 149.425 51.8115 149.777 48.3896ZM157.875 49.2234C158.127 46.7764 157.605 44.8126 155.715 44.618C153.805 44.4213 152.894 46.2376 152.642 48.6846C152.39 51.1317 152.91 53.1153 154.82 53.312C156.71 53.5066 157.623 51.6705 157.875 49.2234ZM178.698 58.0629L179.682 48.5134L174.958 57.6777L173.725 57.5507L170.968 47.6161L169.984 57.1656L167.159 56.8747L168.526 43.6049L172.485 44.0125L174.856 52.6206L178.931 44.6763L182.91 45.086L181.543 58.3558L178.698 58.0629ZM184.119 58.6211L185.485 45.3512L188.012 45.6114L187.508 50.5055C188.364 49.6085 189.49 49.2218 190.624 49.3385C193.071 49.5905 194.685 51.6868 194.361 54.8302C194.031 58.0333 192.013 59.6751 189.585 59.4252C188.431 59.3064 187.43 58.6805 186.771 57.6676L186.646 58.8812L184.119 58.6211ZM186.963 55.7975C187.317 56.4573 188.205 57.0112 189.021 57.0951C190.493 57.2467 191.583 56.233 191.755 54.5619C191.927 52.8907 191.069 51.6563 189.597 51.5047C188.781 51.4207 187.797 51.8019 187.313 52.3955L186.963 55.7975ZM198.164 48.9287C197.349 48.8448 196.722 48.0966 196.808 47.261C196.894 46.4255 197.66 45.8207 198.476 45.9047C199.311 45.9908 199.918 46.7369 199.832 47.5724C199.746 48.408 199 49.0148 198.164 48.9287ZM195.776 59.8214L196.766 50.2122L199.292 50.4724L198.303 60.0816L195.776 59.8214ZM204.006 60.9102C202.236 60.7278 201.375 59.7143 201.551 58.0034L202.068 52.9899L200.476 52.826L200.703 50.6177L202.295 50.7816L202.565 48.1555L205.112 48.4177L204.841 51.0438L206.791 51.2446L206.564 53.4529L204.614 53.2521L204.167 57.5892C204.106 58.186 204.377 58.6764 204.934 58.7338C205.312 58.7727 205.685 58.6703 205.838 58.5454L206.179 60.5106C205.766 60.8099 205.061 61.0187 204.006 60.9102ZM206.236 61.3006L212.399 47.7205L214.23 47.909L208.066 61.4891L206.236 61.3006ZM213.371 60.3665L214.648 58.7086C215.277 59.4368 216.641 60.2408 217.835 60.3638C218.929 60.4764 219.485 60.1517 219.547 59.5548C219.617 58.8784 218.806 58.5536 217.734 58.2221C216.115 57.7338 214.028 57.1167 214.263 54.8288C214.429 53.2173 215.987 51.9502 218.514 52.2104C220.145 52.3784 221.381 53.0686 222.238 53.9209L221.065 55.5493C220.552 54.8731 219.509 54.2631 218.335 54.1422C217.42 54.048 216.788 54.3248 216.731 54.8818C216.669 55.4786 217.403 55.7753 218.455 56.1048C220.073 56.5932 222.236 57.2582 221.99 59.6456C221.808 61.4163 220.181 62.5757 217.515 62.3012C215.844 62.1291 214.29 61.4061 213.371 60.3665ZM233.895 57.7551L233.479 61.7937L231.748 61.6155L232.164 57.5768L228.583 57.2081L228.745 55.6364L232.326 56.0051L232.726 52.1257L234.456 52.3039L234.057 56.1834L237.618 56.5501L237.456 58.1218L233.895 57.7551ZM246.53 65.0476L247.521 55.4185L245.102 57.4413L243.664 55.5843L248.274 51.8167L250.741 52.0707L249.375 65.3406L246.53 65.0476ZM252.049 58.9207C252.402 55.4988 254.445 52.251 258.245 52.6423C262.025 53.0316 263.383 56.6296 263.031 60.0515C262.679 63.4734 260.613 66.7391 256.833 66.3498C253.033 65.9586 251.697 62.3426 252.049 58.9207ZM260.146 59.7545C260.398 57.3074 259.877 55.3437 257.987 55.1491C256.077 54.9524 255.166 56.7687 254.914 59.2157C254.662 61.6628 255.182 63.6464 257.092 63.8431C258.982 64.0377 259.894 62.2016 260.146 59.7545ZM264.183 65.096L265.931 63.3459C266.75 64.3752 267.932 64.9996 269.325 65.143C270.897 65.3048 271.884 64.5018 271.997 63.4076C272.122 62.194 271.33 61.2881 269.818 61.1325C268.724 61.0198 267.794 61.2658 266.92 61.9399L265.006 61.1999L265.787 53.62L274.899 54.5582L274.649 56.9854L268.302 56.3319L267.96 59.6543C268.72 59.1093 269.843 58.7424 271.057 58.8674C273.305 59.0989 275.151 60.8974 274.874 63.5832C274.585 66.3884 272.294 67.9418 269.091 67.612C266.783 67.3744 265.19 66.4463 264.183 65.096ZM287.702 69.2872L285.537 65.3245L284.256 66.4392L284.002 68.9062L281.475 68.646L282.842 55.3761L285.368 55.6363L284.551 63.5743L288.632 59.6719L291.736 59.9914L287.487 63.9571L290.866 69.6129L287.702 69.2872ZM297.892 70.3364L297.994 69.3417C297.258 70.05 296.077 70.3908 294.823 70.2617C293.291 70.104 291.587 68.883 291.809 66.7344C292.04 64.4863 293.934 63.857 295.466 64.0147C296.74 64.1458 297.833 64.6605 298.389 65.502L298.527 64.169C298.627 63.1942 297.857 62.4715 296.584 62.3404C295.549 62.2339 294.555 62.5135 293.662 63.1855L292.881 61.3961C294.161 60.4825 295.723 60.1607 297.235 60.3164C299.423 60.5417 301.342 61.624 301.057 64.3894L300.418 70.5966L297.892 70.3364ZM298.129 68.0286L298.252 66.8349C297.892 66.2348 297.125 65.8744 296.309 65.7904C295.314 65.6879 294.443 66.1411 294.349 67.0563C294.257 67.9515 295.019 68.5528 296.014 68.6552C296.83 68.7392 297.654 68.5426 298.129 68.0286ZM309.41 71.5225L310.008 65.7132C310.146 64.3802 309.496 63.851 308.422 63.7403C307.427 63.6379 306.594 64.1151 306.117 64.649L305.451 71.1148L302.924 70.8546L303.914 61.2454L306.44 61.5056L306.311 62.759C307.004 62.0864 308.256 61.4512 309.827 61.6131C311.936 61.8302 312.828 63.1284 312.635 64.9985L311.937 71.7826L309.41 71.5225ZM316.393 60.942L316.54 59.5096L323.205 60.1959L323.057 61.6283L316.393 60.942ZM320.215 72.6351L320.317 71.6403C319.581 72.3486 318.4 72.6894 317.147 72.5604C315.615 72.4026 313.911 71.1817 314.132 69.033C314.363 66.7849 316.258 66.1557 317.79 66.3134C319.063 66.4445 320.156 66.9592 320.713 67.8006L320.85 66.4677C320.95 65.4928 320.18 64.7702 318.907 64.639C317.873 64.5325 316.879 64.8122 315.985 65.4842L315.204 63.6948C316.485 62.7811 318.046 62.4594 319.558 62.6151C321.746 62.8404 323.666 63.9227 323.381 66.6881L322.742 72.8952L320.215 72.6351ZM320.453 70.3273L320.576 69.1336C320.215 68.5335 319.448 68.173 318.632 68.089C317.638 67.9866 316.767 68.4398 316.672 69.3549C316.58 70.2502 317.343 70.8515 318.337 70.9539C319.153 71.0379 319.977 70.8413 320.453 70.3273ZM325.248 73.1533L326.614 59.8835L329.141 60.1436L327.774 73.4135L325.248 73.1533ZM332.668 62.7788C331.852 62.6948 331.226 61.9467 331.312 61.1111C331.398 60.2755 332.164 59.6708 332.979 59.7548C333.815 59.8408 334.422 60.5869 334.336 61.4225C334.25 62.2581 333.504 62.8648 332.668 62.7788ZM330.28 73.6715L331.269 64.0623L333.796 64.3224L332.806 73.9316L330.28 73.6715Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7301_25880'%3E%3Crect width='276' height='34' fill='white' transform='translate(78.011 24.5732) rotate(5.87911)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 190px;
}
#first_screen .cta .discount-block {
  width: 332px;
  height: 170px;
  color: #FFF;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 50px;
  margin-left: 11px;
  position: relative;
  z-index: 2;
}
#first_screen .cta .discount-block::before {
  content: "";
  display: block;
  position: absolute;
  top: -90px;
  left: -73px;
  width: 552px;
  height: 358px;
  background: url(../img/bg-discount-tv-1920.png) no-repeat center;
  background-size: contain;
  z-index: -1;
}
#first_screen .cta .discount-block .new_price {
  font-family: "Proxima Nova", sans-serif;
  font-weight: 700;
  position: relative;
}
#first_screen .cta .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);
  -webkit-text-stroke: 3px #1E1E1E;
}
#first_screen .cta .discount-block .new_price .euro svg {
  height: auto;
}
#first_screen .cta .discount-block .new_price .right-part {
  position: relative;
  margin-top: 19px;
  margin-left: 2px;
}
#first_screen .cta .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);
  -webkit-text-stroke: 3px #1E1E1E;
  position: relative;
}
#first_screen .cta .discount-block .new_price .right-part .cents svg {
  height: auto;
}
#first_screen .cta .discount-block .new_price .right-part .value {
  font-weight: 600;
  font-size: 28px;
  line-height: 100%;
  -webkit-text-stroke: 1px #070708;
}
#first_screen .cta .discount-block .new_price .right-part .until {
  width: auto;
  color: #FFF;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  margin-top: 2px;
}
#first_screen .cta .discount-block .old_price {
  font-family: "Proxima Nova", sans-serif;
  color: #070708;
  position: absolute;
  top: -157px;
  left: -11px;
  z-index: 1;
}
#first_screen .cta .discount-block .old_price:before {
  content: "";
  display: block;
  width: 105%;
  height: 2px;
  background-color: #070708;
  position: absolute;
  top: 48%;
  left: 48%;
  transform: translateX(-50%) translateY(-50%) rotate(-23deg);
}
#first_screen .cta .discount-block .old_price .euro {
  font-size: 64px;
  line-height: 85%;
}
#first_screen .cta .discount-block .old_price .right-part {
  margin-top: 4px;
  margin-left: 3px;
}
#first_screen .cta .discount-block .old_price .right-part .cents {
  font-size: 34px;
  line-height: 100%;
  margin-top: -3px;
}
#first_screen .cta .discount-block .old_price .right-part .value {
  font-size: 18px;
  line-height: 100%;
  margin-top: 1px;
}
#first_screen .cta .discount-block .bottom-quote-row {
  position: absolute;
  left: 0;
  bottom: -118px;
}
#first_screen .cta .discount-block .bottom-quote-row .until {
  width: auto;
  color: #FFF;
  font-size: 16px;
  line-height: 120%;
  margin-right: 7px;
}
#first_screen .cta .discount-block .bottom-quote-row .text-agreement-terms {
  width: auto;
}
#first_screen .cta .discount-block .bottom-quote-row .text-agreement-terms > * {
  color: #070708;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  text-decoration: underline;
  position: relative;
  z-index: 5;
}
#first_screen .cta .discount-block .bottom-quote-row .text-agreement-terms > *:hover {
  opacity: 0.8;
}
#first_screen .cta .discount-block .bottom-quote-row .text-agreement-terms > *:hover svg {
  opacity: 0.8;
}
#first_screen .cta .discount-block .bottom-quote-row .text-agreement-terms svg {
  display: flex;
  flex-shrink: 0;
  margin-right: 6px;
}
#first_screen .cta .discount-block .bottom-quote-row .text-agreement-terms .rules {
  display: none;
}
#first_screen .cta .until-mobile {
  display: none;
  width: 366px;
  height: 57px;
  background-color: black;
  font-weight: 600;
  font-size: 26px;
  transform: skewX(-20deg);
}
#first_screen .cta .until-mobile span {
  transform: skewX(20deg);
}
#first_screen .cta img {
  display: none;
  height: auto;
  position: absolute;
  z-index: 4;
}
#first_screen .cta img.img-akciya-1920 {
  display: block;
  width: 529px;
  right: 319px;
  bottom: -160px;
}
#first_screen .cta img.img-akciya-1024 {
  width: 476px;
  right: 236px;
  bottom: -108px;
}
#first_screen .cta img.img-akciya-768 {
  width: 476px;
  right: -66px;
  top: 191px;
  bottom: auto;
}
#first_screen .cta img.img-akciya-480 {
  width: 387px;
  right: -76px;
  top: -298px;
}
#first_screen .cta img.img-akciya-375 {
  width: 329px;
  right: -66px;
  top: 263px;
}
#first_screen .cta .form-block {
  width: 345px;
  position: relative;
  z-index: 5;
}
#first_screen .cta .form-block.form-block-short .or_call {
  margin-bottom: 20px;
}
#first_screen .cta .form-block.form-block-short .or_call.or_call_short {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 14px;
}
#first_screen .cta .form-block.form-block-short .or_call.or_call_short::before {
  display: none;
}
#first_screen .cta .form-block.form-block-short .operators-online-text {
  color: #3fc350;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  margin-top: 10px;
}
#first_screen .cta .form-block.form-block-short .operators-online-text svg {
  display: inline-block;
  margin-right: 7px;
  vertical-align: middle;
}
#first_screen .cta .form-block form {
  width: 100%;
  border-radius: 16px;
}
#first_screen .cta .form-block form .inputs {
  margin-bottom: 15px;
}
#first_screen .cta .form-block form .inputs .input {
  margin-bottom: 15px;
}
#first_screen .cta .form-block form .custom_checkbox .checkmark {
  background-color: #9458A2;
  border-color: #9458A2;
}
#first_screen .cta .form-block form .custom_checkbox .text a {
  color: #9458A2;
}
#first_screen .cta .form-block form .button {
  background: #ED2D72;
  border-radius: 30px;
  color: #FFF;
  width: 100%;
  height: 56px;
  transition: all 0.2s;
}
#first_screen .cta .form-block form .button:hover {
  background: #9458A2;
  transition: all 0.2s;
}
#first_screen .cta .form-block form .phone-holder svg {
  fill: #9458A2;
}
#first_screen .cta .or_call,
#first_screen .cta .phone-holder {
  display: flex;
}
@media (max-width: 1279px) {
  #first_screen {
    background-image: url(../img/bg-internet-1024.jpg);
  }
  #first_screen .cta .container {
    min-height: 870px;
    padding-top: 180px;
    padding-bottom: 105px;
  }
  #first_screen .cta .title-block {
    max-width: 600px;
    margin-bottom: 20px;
  }
  #first_screen .cta h1 {
    margin-bottom: 193px;
  }
  #first_screen .cta h1.lv .title-svg {
    width: 468px;
    height: 172px;
    background-image: url("data:image/svg+xml,%3Csvg width='468' height='172' viewBox='0 0 468 172' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='path-1-outside-1_9052_646159' maskUnits='userSpaceOnUse' x='-0.0146484' y='85' width='424' height='74' fill='black'%3E%3Crect fill='white' x='-0.0146484' y='85' width='424' height='74'/%3E%3Cpath d='M19.5854 154V110.64H3.98535V100.64H46.5454V110.64H31.0254V154H19.5854ZM53.8279 154V100.64H91.5879V110.4H65.1879V122H91.0279V131.76H65.1879V144.16H91.5879V154H53.8279ZM100.468 154V100.64H111.828V144H134.388V154H100.468ZM142.343 154V100.64H180.103V110.4H153.703V122H179.543V131.76H153.703V144.16H180.103V154H142.343ZM203.944 154L183.304 100.64H196.264L211.064 141.68L225.784 100.64H238.744L218.184 154H203.944ZM235.992 95.68V89.92H262.792V95.68H235.992ZM243.672 154V100.64H255.032V154H243.672ZM263.705 154V144.8L288.905 110.64H263.705V100.64H303.785V109.76L278.585 144H304.345V154H263.705ZM312.968 154V100.64H324.328V154H312.968ZM330.122 149.76L335.082 141.04C337.162 143.04 339.882 144.88 343.562 144.88C348.602 144.88 351.882 141.52 351.882 136.32V100.64H363.242V136.48C363.242 149.12 355.402 154.96 344.442 154.96C339.002 154.96 333.962 153.52 330.122 149.76ZM408.532 154L405.172 144.8H381.332L377.972 154H365.492L386.132 100.64H400.372L420.932 154H408.532ZM393.252 110.48L384.372 134.96H402.052L393.252 110.48Z'/%3E%3C/mask%3E%3Cpath d='M19.5854 154V110.64H3.98535V100.64H46.5454V110.64H31.0254V154H19.5854ZM53.8279 154V100.64H91.5879V110.4H65.1879V122H91.0279V131.76H65.1879V144.16H91.5879V154H53.8279ZM100.468 154V100.64H111.828V144H134.388V154H100.468ZM142.343 154V100.64H180.103V110.4H153.703V122H179.543V131.76H153.703V144.16H180.103V154H142.343ZM203.944 154L183.304 100.64H196.264L211.064 141.68L225.784 100.64H238.744L218.184 154H203.944ZM235.992 95.68V89.92H262.792V95.68H235.992ZM243.672 154V100.64H255.032V154H243.672ZM263.705 154V144.8L288.905 110.64H263.705V100.64H303.785V109.76L278.585 144H304.345V154H263.705ZM312.968 154V100.64H324.328V154H312.968ZM330.122 149.76L335.082 141.04C337.162 143.04 339.882 144.88 343.562 144.88C348.602 144.88 351.882 141.52 351.882 136.32V100.64H363.242V136.48C363.242 149.12 355.402 154.96 344.442 154.96C339.002 154.96 333.962 153.52 330.122 149.76ZM408.532 154L405.172 144.8H381.332L377.972 154H365.492L386.132 100.64H400.372L420.932 154H408.532ZM393.252 110.48L384.372 134.96H402.052L393.252 110.48Z' fill='white'/%3E%3Cpath d='M18.0854 154C19.0854 154 20.0854 154 21.0854 154C21.4187 150.803 21.7187 147.605 21.9854 144.408C22.9241 133.152 23.4498 121.896 23.5624 110.64L23.6017 106.703L19.5854 106.663C18.052 106.648 16.5187 106.64 14.9854 106.64C11.3187 106.64 7.65202 106.645 3.98535 106.655L7.97074 110.64C7.96188 107.307 7.949 103.973 7.93209 100.64L3.98535 104.587C18.172 104.515 32.3587 104.37 46.5454 104.152L43.0332 100.64C43.0844 103.973 43.1396 107.307 43.1988 110.64L46.5454 107.293C41.372 107.385 36.1987 107.487 31.0254 107.598L28.0505 107.534L27.9836 110.64C28.2946 125.093 28.6813 139.547 29.1436 154L31.0254 152.118C30.4094 152.138 29.7934 152.158 29.1774 152.178C25.98 152.281 22.7827 152.389 19.5854 152.5C19.5854 153.5 19.5854 154.5 19.5854 155.5C22.7827 155.611 25.98 155.719 29.1774 155.822C29.7934 155.842 30.4094 155.862 31.0254 155.882L32.9653 155.82L32.9071 154C33.3694 139.547 33.7561 125.093 34.0671 110.64L31.0254 113.682C36.1987 113.793 41.372 113.895 46.5454 113.987L49.9503 113.926L49.8919 110.64C49.9511 107.307 50.0063 103.973 50.0575 100.64L50.0028 97.0748L46.5454 97.1279C32.3587 96.9101 18.172 96.7652 3.98535 96.6933L0.0186925 96.7134L0.0386087 100.64C0.0217017 103.973 0.00882018 107.307 -3.5882e-05 110.64L0.0105807 114.636L3.98535 114.625C7.65202 114.635 11.3187 114.64 14.9854 114.64C16.5187 114.64 18.052 114.632 19.5854 114.617L15.6084 110.64C15.7209 121.896 16.2466 133.152 17.1854 144.408C17.452 147.605 17.752 150.803 18.0854 154ZM21.0854 154H18.0854L18.2466 155.547L19.5854 155.5V152.5L21.0854 154ZM52.3279 154C53.3279 154 54.3279 154 55.3279 154C55.6612 149.221 55.9612 144.443 56.2279 139.664C56.9537 126.656 57.4326 113.648 57.6645 100.64L53.8279 104.477C59.9345 104.586 66.0412 104.64 72.1479 104.64C78.6279 104.64 85.1078 104.633 91.5879 104.62L87.6083 100.64C87.6151 103.893 87.6237 107.147 87.634 110.4L91.5879 106.446C82.7879 106.474 73.9879 106.514 65.1879 106.567L61.3782 106.544L61.355 110.4C61.3782 114.267 61.4039 118.133 61.432 122L61.4049 125.728L65.1879 125.756C73.8012 125.693 82.4145 125.619 91.0279 125.532L87.4958 122C87.5286 125.253 87.563 128.507 87.5992 131.76L91.0279 128.331C82.4145 128.427 73.8012 128.535 65.1879 128.655L62.1263 128.612L62.0825 131.76C62.14 135.893 62.2003 140.027 62.2633 144.16L62.2194 147.039L65.1879 147.085C73.9879 146.95 82.7879 146.804 91.5879 146.644L89.1036 144.16C89.163 147.44 89.2241 150.72 89.287 154L91.5879 151.699C83.7799 151.849 75.9719 152.008 68.1638 152.178C63.3852 152.281 58.6065 152.389 53.8279 152.5C53.8279 153.5 53.8279 154.5 53.8279 155.5C58.6065 155.611 63.3852 155.719 68.1638 155.822C75.9719 155.992 83.7799 156.151 91.5879 156.301L93.932 156.256L93.8887 154C93.9516 150.72 94.0127 147.44 94.0721 144.16L94.0264 141.632L91.5879 141.676C82.7879 141.516 73.9879 141.37 65.1879 141.235L68.1124 144.16C68.1754 140.027 68.2357 135.893 68.2932 131.76L65.1879 134.865C73.8012 134.985 82.4145 135.093 91.0278 135.189L94.4942 135.15L94.4565 131.76C94.4927 128.507 94.5271 125.253 94.5599 122L94.524 118.433L91.0279 118.468C82.4145 118.381 73.8012 118.307 65.1879 118.244L68.9437 122C68.9718 118.133 68.9975 114.267 69.0207 110.4L65.1879 114.233C73.9879 114.286 82.7879 114.326 91.5879 114.354L95.5542 114.341L95.5418 110.4C95.552 107.147 95.5606 103.893 95.5674 100.64L95.559 96.6521L91.5879 96.6604C85.1078 96.6468 78.6279 96.64 72.1479 96.64C66.0412 96.64 59.9345 96.6944 53.8279 96.8033L49.924 96.8729L49.9912 100.64C50.2231 113.648 50.702 126.656 51.4279 139.664C51.6945 144.443 51.9945 149.221 52.3279 154ZM55.3279 154H52.3279L52.4347 155.532L53.8279 155.5V152.5L55.3279 154ZM98.9685 154C99.9685 154 100.968 154 101.968 154C102.302 151.091 102.602 148.181 102.868 145.272C103.935 133.635 104.468 121.997 104.468 110.36C104.468 107.12 104.464 103.88 104.455 100.64L100.468 104.626C104.255 104.615 108.042 104.598 111.828 104.575L107.893 100.64C107.982 115.093 108.162 129.547 108.434 144L108.372 147.329L111.828 147.394C119.348 147.253 126.868 147.087 134.388 146.896L131.492 144C131.577 147.333 131.667 150.667 131.761 154L134.388 151.372C125.991 151.61 117.594 151.878 109.196 152.178C106.287 152.281 103.378 152.389 100.468 152.5C100.468 153.5 100.468 154.5 100.468 155.5C103.378 155.611 106.287 155.719 109.196 155.822C117.594 156.122 125.991 156.39 134.388 156.628L137.088 156.551L137.016 154C137.11 150.667 137.2 147.333 137.284 144L137.209 141.032L134.388 141.104C126.868 140.913 119.348 140.747 111.828 140.606L115.223 144C115.494 129.547 115.675 115.093 115.764 100.64L115.739 96.6808L111.828 96.7048C108.042 96.6815 104.255 96.6645 100.468 96.6538L96.471 96.6651L96.4823 100.64C96.4731 103.88 96.4685 107.12 96.4685 110.36C96.4685 121.997 97.0018 133.635 98.0685 145.272C98.3351 148.181 98.6351 151.091 98.9685 154ZM101.968 154H98.9685L99.1461 155.55L100.468 155.5V152.5L101.968 154ZM140.843 154C141.843 154 142.843 154 143.843 154C144.177 149.221 144.477 144.443 144.743 139.664C145.469 126.656 145.948 113.648 146.18 100.64L142.343 104.477C148.45 104.586 154.557 104.64 160.663 104.64C167.143 104.64 173.623 104.633 180.103 104.62L176.124 100.64C176.131 103.893 176.139 107.147 176.15 110.4L180.103 106.446C171.303 106.474 162.503 106.514 153.703 106.567L149.894 106.544L149.871 110.4C149.894 114.267 149.92 118.133 149.948 122L149.921 125.728L153.703 125.756C162.317 125.693 170.93 125.619 179.543 125.532L176.011 122C176.044 125.253 176.079 128.507 176.115 131.76L179.543 128.331C170.93 128.427 162.317 128.535 153.703 128.655L150.642 128.612L150.598 131.76C150.656 135.893 150.716 140.027 150.779 144.16L150.735 147.039L153.703 147.085C162.503 146.95 171.303 146.804 180.103 146.644L177.619 144.16C177.679 147.44 177.74 150.72 177.803 154L180.103 151.699C172.295 151.849 164.487 152.008 156.679 152.178C151.901 152.281 147.122 152.389 142.343 152.5C142.343 153.5 142.343 154.5 142.343 155.5C147.122 155.611 151.901 155.719 156.679 155.822C164.487 155.992 172.295 156.151 180.103 156.301L182.448 156.256L182.404 154C182.467 150.72 182.528 147.44 182.588 144.16L182.542 141.632L180.103 141.676C171.303 141.516 162.503 141.37 153.703 141.235L156.628 144.16C156.691 140.027 156.751 135.893 156.809 131.76L153.703 134.865C162.317 134.985 170.93 135.093 179.543 135.189L183.01 135.15L182.972 131.76C183.008 128.507 183.043 125.253 183.075 122L183.04 118.433L179.543 118.468C170.93 118.381 162.317 118.307 153.703 118.244L157.459 122C157.487 118.133 157.513 114.267 157.536 110.4L153.703 114.233C162.503 114.286 171.303 114.326 180.103 114.354L184.07 114.341L184.057 110.4C184.068 107.147 184.076 103.893 184.083 100.64L184.075 96.6521L180.103 96.6604C173.623 96.6468 167.143 96.64 160.663 96.64C154.557 96.64 148.45 96.6944 142.343 96.8033L138.44 96.8729L138.507 100.64C138.739 113.648 139.218 126.656 139.943 139.664C140.21 144.443 140.51 149.221 140.843 154ZM143.843 154H140.843L140.95 155.532L142.343 155.5V152.5L143.843 154ZM202.545 154.541C203.478 154.18 204.41 153.82 205.343 153.459C204.2 149.58 203.026 145.714 201.821 141.859C197.323 127.472 192.392 113.252 187.028 99.1995L183.304 104.633C184.382 104.638 185.46 104.64 186.537 104.64C189.78 104.64 193.022 104.638 196.264 104.633L192.508 101.995C197.462 115.667 202.461 129.324 207.505 142.964L211.025 152.86L214.626 142.957C219.421 129.238 224.172 115.502 228.877 101.749L225.784 103.925C230.104 103.862 234.424 103.794 238.744 103.722L235.869 99.5321C229.313 117.433 222.834 135.364 216.432 153.325L218.184 152.123C217.467 152.141 216.75 152.159 216.033 152.178C212.004 152.281 207.974 152.389 203.944 152.5C203.944 153.5 203.944 154.5 203.944 155.5C207.974 155.611 212.004 155.719 216.033 155.822C216.75 155.841 217.467 155.859 218.184 155.877L219.519 155.843L219.936 154.675C227.241 137.062 234.469 119.42 241.62 101.748L243.184 97.4877L238.744 97.5585C234.424 97.4863 230.104 97.4183 225.784 97.3546L223.424 97.3894L222.692 99.5308C217.583 113.138 212.52 126.762 207.503 140.403L214.623 140.396C209.801 126.676 204.933 112.973 200.02 99.2855L199.063 96.6431L196.264 96.6472C193.022 96.6424 189.78 96.64 186.537 96.64C185.46 96.64 184.382 96.6424 183.304 96.6471L177.462 96.6718L179.58 102.08C185.068 116.085 190.99 129.922 197.344 143.591C199.047 147.253 200.78 150.903 202.545 154.541ZM205.343 153.459L202.545 154.541L203.023 155.525L203.944 155.5V152.5L205.343 153.459ZM234.492 95.68C235.492 95.68 236.492 95.68 237.492 95.68C237.825 94.5947 238.125 93.5093 238.392 92.424C238.597 91.5893 238.782 90.7547 238.948 89.92L235.992 92.8761C239.498 93.572 243.005 93.92 246.512 93.92C251.938 93.92 257.365 93.8274 262.792 93.6422L259.069 89.92C259.135 91.84 259.212 93.76 259.301 95.68L262.792 92.1891C254.944 92.5517 247.096 93.1079 239.248 93.8578C238.162 93.9615 237.077 94.0689 235.992 94.18C235.992 95.18 235.992 96.18 235.992 97.18C237.077 97.2911 238.162 97.3985 239.248 97.5022C247.096 98.2521 254.944 98.8083 262.792 99.1709L266.436 99.0025L266.283 95.68C266.371 93.76 266.448 91.84 266.514 89.92L266.383 86.0752L262.792 86.1978C257.365 86.0126 251.938 85.92 246.512 85.92C243.005 85.92 239.498 86.268 235.992 86.9639L232.583 87.6404L233.036 89.92C233.201 90.7547 233.387 91.5893 233.592 92.424C233.858 93.5093 234.158 94.5947 234.492 95.68ZM237.492 95.68H234.492L234.984 97.2832L235.992 97.18V94.18L237.492 95.68ZM239.672 154C242.338 154 245.005 154 247.672 154C247.672 151.843 247.672 149.685 247.672 147.528C247.672 131.899 247.672 116.269 247.672 100.64L243.672 104.64C247.458 104.64 251.245 104.64 255.032 104.64L251.032 100.64C251.032 118.427 251.032 136.213 251.032 154L255.032 150C253.402 150 251.773 150 250.144 150C247.986 150 245.829 150 243.672 150C243.672 152.667 243.672 155.333 243.672 158C245.829 158 247.986 158 250.144 158C251.773 158 253.402 158 255.032 158H259.032V154C259.032 136.213 259.032 118.427 259.032 100.64V96.64H255.032C251.245 96.64 247.458 96.64 243.672 96.64H239.672V100.64C239.672 116.269 239.672 131.899 239.672 147.528C239.672 149.685 239.672 151.843 239.672 154ZM247.672 154H239.672V158H243.672V150L247.672 154ZM262.205 154C263.205 154 264.205 154 265.205 154C265.445 150.933 265.668 147.867 265.874 144.8L265.451 146.088C266.217 145.183 266.981 144.277 267.742 143.369C276.095 133.418 284.198 123.282 292.051 112.961L296.693 106.822L288.905 106.73C284.874 106.67 280.844 106.64 276.813 106.64C272.444 106.64 268.074 106.644 263.705 106.652L267.693 110.64C267.687 107.307 267.679 103.973 267.668 100.64L263.705 104.603C277.065 104.561 290.425 104.482 303.785 104.367L300.058 100.64C300.084 103.68 300.112 106.72 300.142 109.76L300.851 107.601C292.564 119.097 284.31 130.618 276.089 142.163L272.419 147.022L278.585 147.099C287.171 146.964 295.758 146.814 304.345 146.649L301.696 144C301.76 147.333 301.826 150.667 301.895 154L304.345 151.55C295.047 151.742 285.75 151.951 276.453 152.178C272.203 152.281 267.954 152.389 263.705 152.5C263.705 153.5 263.705 154.5 263.705 155.5C267.954 155.611 272.203 155.719 276.453 155.822C285.75 156.049 295.047 156.258 304.345 156.45L306.844 156.398L306.794 154C306.863 150.667 306.929 147.333 306.994 144L306.942 141.301L304.345 141.351C295.758 141.186 287.171 141.036 278.585 140.901L281.08 145.837C289.659 134.555 298.206 123.249 306.718 111.919L307.439 110.92L307.427 109.76C307.457 106.72 307.485 103.68 307.512 100.64L307.479 96.8811L303.785 96.913C290.425 96.7975 277.065 96.7187 263.705 96.6765L259.729 96.6891L259.741 100.64C259.731 103.973 259.722 107.307 259.716 110.64L259.724 114.635L263.705 114.628C268.074 114.636 272.444 114.64 276.813 114.64C280.844 114.64 284.874 114.61 288.905 114.55L285.758 108.319C278.216 118.868 270.923 129.602 263.88 140.52C263.237 141.516 262.597 142.513 261.959 143.512L261.497 144.235L261.535 144.8C261.741 147.867 261.964 150.933 262.205 154ZM265.205 154H262.205L262.325 155.536L263.705 155.5V152.5L265.205 154ZM311.468 154C312.468 154 313.468 154 314.468 154C314.802 151.843 315.102 149.685 315.368 147.528C316.435 138.899 316.968 130.269 316.968 121.64C316.968 114.64 316.929 107.64 316.852 100.64L312.968 104.523C316.755 104.481 320.542 104.427 324.328 104.362L320.606 100.64C320.912 118.427 321.469 136.213 322.278 154L324.328 151.949C322.699 152.023 321.07 152.099 319.44 152.178C317.283 152.281 315.126 152.389 312.968 152.5C312.968 153.5 312.968 154.5 312.968 155.5C315.126 155.611 317.283 155.719 319.44 155.822C321.07 155.901 322.699 155.977 324.328 156.051L326.468 155.954L326.379 154C327.188 136.213 327.745 118.427 328.051 100.64L327.986 96.855L324.328 96.9178C320.542 96.8528 316.755 96.7992 312.968 96.757L309.043 96.8007L309.085 100.64C309.007 107.64 308.968 114.64 308.968 121.64C308.968 130.269 309.502 138.899 310.568 147.528C310.835 149.685 311.135 151.843 311.468 154ZM314.468 154H311.468L311.71 155.565L312.968 155.5V152.5L314.468 154ZM328.818 149.018C329.687 149.513 330.556 150.007 331.425 150.502C333.046 148.326 334.638 146.134 336.201 143.926C336.579 143.391 336.956 142.856 337.331 142.319L333.288 142.905C335.544 145.577 339.307 148.088 343.562 148.217C346.424 148.391 349.888 147.511 352.333 145.053C354.803 142.627 355.769 139.237 355.799 136.32C355.854 133.875 355.882 131.431 355.882 128.986C355.882 119.538 355.836 110.089 355.745 100.64L351.882 104.503C355.668 104.467 359.455 104.423 363.242 104.371L359.51 100.64C359.672 112.587 359.906 124.533 360.214 136.48C361.052 145.753 354.144 152.976 344.442 152.856C342.094 152.947 339.757 152.753 337.551 152.139C335.196 151.489 333.004 150.335 331.171 148.688C330.471 149.403 329.772 150.117 329.072 150.832C331.079 152.967 333.657 154.609 336.426 155.606C339.021 156.55 341.752 156.973 344.442 157.064C349.707 157.252 355.639 156.11 360.063 152.049C364.53 148.008 366.182 141.894 366.27 136.48C366.577 124.533 366.812 112.587 366.973 100.64L366.922 96.8587L363.242 96.9085C359.455 96.8573 355.668 96.8134 351.882 96.7768L347.982 96.8145L348.018 100.64C347.927 110.089 347.882 119.538 347.882 128.986C347.882 131.431 347.909 133.875 347.964 136.32C347.986 139.453 346.836 141.164 343.562 141.543C341.364 141.771 339.12 140.947 336.875 139.175L334.103 136.959L332.832 139.761C332.563 140.357 332.295 140.954 332.029 141.553C330.93 144.025 329.859 146.513 328.818 149.018ZM331.425 150.502L328.818 149.018L328.339 150.171L329.072 150.832L331.171 148.688L331.425 150.502ZM407.123 154.515C408.062 154.172 409.001 153.828 409.941 153.485C409.132 150.305 408.292 147.136 407.422 143.978L407.03 142.555L405.172 142.404C405.154 142.403 405.136 142.401 405.119 142.4C397.19 141.756 389.261 141.306 381.332 141.051L378.833 140.971L377.81 143.514C376.591 146.545 375.404 149.586 374.247 152.64L377.972 150.035C376.036 150.012 374.1 150 372.164 150C369.94 150 367.716 150.002 365.492 150.005L369.217 155.441C376.07 137.644 382.806 119.802 389.426 101.914L386.132 104.172C390.878 104.103 395.625 104.026 400.372 103.941L397.292 101.827C404.463 119.491 411.752 137.11 419.157 154.684L420.932 152.098C420.081 152.124 419.23 152.151 418.379 152.178C415.096 152.281 411.814 152.389 408.532 152.5C408.532 153.5 408.532 154.5 408.532 155.5C411.814 155.611 415.096 155.719 418.379 155.822C419.23 155.849 420.081 155.876 420.932 155.902L423.757 155.819L422.707 153.316C416.405 135.317 409.986 117.363 403.452 99.4533L402.577 97.2999L400.372 97.3394C395.625 97.2544 390.878 97.1771 386.132 97.1077L383.659 97.1438L382.837 99.3657C375.697 117.052 368.673 134.783 361.766 152.559L359.669 158.003L365.492 157.995C367.716 157.998 369.94 158 372.164 158C374.1 158 376.036 157.988 377.972 157.965L380.792 157.931L381.696 155.36C382.779 152.28 383.832 149.189 384.853 146.086L381.332 148.549C389.261 148.294 397.19 147.844 405.119 147.2C405.136 147.199 405.154 147.197 405.172 147.196L402.921 145.622C404.291 148.597 405.691 151.562 407.123 154.515ZM409.941 153.485L407.123 154.515L407.615 155.531L408.532 155.5V152.5L409.941 153.485ZM397.012 111.844C394.505 110.935 391.998 110.025 389.491 109.116C389.095 110.209 388.699 111.301 388.302 112.394C385.739 119.461 383.175 126.529 380.611 133.596L378.666 138.96H384.372C390.265 138.96 396.158 138.96 402.052 138.96H407.74L405.816 133.607C403.276 126.541 400.735 119.474 398.195 112.408C397.802 111.314 397.409 110.221 397.016 109.127C394.506 110.029 391.997 110.931 389.487 111.833C389.881 112.927 390.274 114.021 390.667 115.114C393.207 122.181 395.747 129.247 398.287 136.313L402.052 130.96C396.158 130.96 390.265 130.96 384.372 130.96L388.132 136.324C390.696 129.257 393.259 122.189 395.823 115.122C396.219 114.029 396.616 112.937 397.012 111.844ZM389.491 109.116L397.012 111.844L389.487 111.833L397.016 109.127L393.269 98.703L389.491 109.116Z' fill='%23070708' mask='url(%23path-1-outside-1_9052_646159)'/%3E%3Cmask id='path-3-outside-2_9052_646159' maskUnits='userSpaceOnUse' x='2.98535' y='9' width='425' height='64' fill='black'%3E%3Crect fill='white' x='2.98535' y='9' width='425' height='64'/%3E%3Cpath d='M7.26535 68V14.64H18.6254V68H7.26535ZM66.0185 68L40.5785 32.16V68H29.2185V14.64H40.8985L65.6185 49.2V14.64H76.9785V68H66.0185ZM99.8197 68V24.64H84.2197V14.64H126.78V24.64H111.26V68H99.8197ZM134.062 68V14.64H171.822V24.4H145.422V36H171.262V45.76H145.422V58.16H171.822V68H134.062ZM210.863 68L200.383 48.88H192.063V68H180.703V14.64H205.663C216.783 14.64 223.583 21.92 223.583 31.84C223.583 41.28 217.663 46.32 211.903 47.68L223.903 68H210.863ZM211.983 31.76C211.983 27.28 208.543 24.4 203.983 24.4H192.063V39.12H203.983C208.543 39.12 211.983 36.24 211.983 31.76ZM268.909 68L243.469 32.16V68H232.109V14.64H243.789L268.509 49.2V14.64H279.869V68H268.909ZM290.39 68V14.64H328.15V24.4H301.75V36H327.59V45.76H301.75V58.16H328.15V68H290.39ZM349.351 68V24.64H333.751V14.64H376.311V24.64H360.791V68H349.351ZM379.367 60.48L385.607 51.84C389.367 55.76 395.207 59.04 402.567 59.04C408.807 59.04 411.847 56.08 411.847 53.04C411.847 49.04 407.207 47.68 401.047 46.24C392.327 44.24 381.127 41.84 381.127 29.92C381.127 21.04 388.807 13.84 401.367 13.84C409.847 13.84 416.887 16.4 422.167 21.28L415.847 29.6C411.527 25.6 405.767 23.76 400.567 23.76C395.447 23.76 392.727 26 392.727 29.2C392.727 32.8 397.207 33.92 403.367 35.36C412.167 37.36 423.367 40 423.367 51.84C423.367 61.6 416.407 68.96 402.007 68.96C391.767 68.96 384.407 65.52 379.367 60.48Z'/%3E%3C/mask%3E%3Cpath d='M7.26535 68V14.64H18.6254V68H7.26535ZM66.0185 68L40.5785 32.16V68H29.2185V14.64H40.8985L65.6185 49.2V14.64H76.9785V68H66.0185ZM99.8197 68V24.64H84.2197V14.64H126.78V24.64H111.26V68H99.8197ZM134.062 68V14.64H171.822V24.4H145.422V36H171.262V45.76H145.422V58.16H171.822V68H134.062ZM210.863 68L200.383 48.88H192.063V68H180.703V14.64H205.663C216.783 14.64 223.583 21.92 223.583 31.84C223.583 41.28 217.663 46.32 211.903 47.68L223.903 68H210.863ZM211.983 31.76C211.983 27.28 208.543 24.4 203.983 24.4H192.063V39.12H203.983C208.543 39.12 211.983 36.24 211.983 31.76ZM268.909 68L243.469 32.16V68H232.109V14.64H243.789L268.509 49.2V14.64H279.869V68H268.909ZM290.39 68V14.64H328.15V24.4H301.75V36H327.59V45.76H301.75V58.16H328.15V68H290.39ZM349.351 68V24.64H333.751V14.64H376.311V24.64H360.791V68H349.351ZM379.367 60.48L385.607 51.84C389.367 55.76 395.207 59.04 402.567 59.04C408.807 59.04 411.847 56.08 411.847 53.04C411.847 49.04 407.207 47.68 401.047 46.24C392.327 44.24 381.127 41.84 381.127 29.92C381.127 21.04 388.807 13.84 401.367 13.84C409.847 13.84 416.887 16.4 422.167 21.28L415.847 29.6C411.527 25.6 405.767 23.76 400.567 23.76C395.447 23.76 392.727 26 392.727 29.2C392.727 32.8 397.207 33.92 403.367 35.36C412.167 37.36 423.367 40 423.367 51.84C423.367 61.6 416.407 68.96 402.007 68.96C391.767 68.96 384.407 65.52 379.367 60.48Z' fill='white'/%3E%3Cpath d='M5.76535 68C6.76535 68 7.76535 68 8.76535 68C9.09868 65.8427 9.39868 63.6853 9.66535 61.528C10.732 52.8987 11.2654 44.2693 11.2654 35.64C11.2654 28.64 11.2264 21.64 11.1484 14.64L7.26535 18.523C11.052 18.4808 14.8387 18.4272 18.6254 18.3622L14.9031 14.64C15.2085 32.4267 15.7656 50.2133 16.5745 68L18.6254 65.9492C16.996 66.0232 15.3667 66.0995 13.7374 66.1778C11.58 66.2815 9.42269 66.3889 7.26535 66.5C7.26535 67.5 7.26535 68.5 7.26535 69.5C9.42269 69.6111 11.58 69.7185 13.7374 69.8222C15.3667 69.9005 16.996 69.9768 18.6254 70.0508L20.765 69.9535L20.6762 68C21.4851 50.2133 22.0422 32.4267 22.3476 14.64L22.2826 10.855L18.6254 10.9178C14.8387 10.8528 11.052 10.7992 7.26535 10.757L3.33956 10.8007L3.38233 14.64C3.30435 21.64 3.26535 28.64 3.26535 35.64C3.26535 44.2693 3.79868 52.8987 4.86535 61.528C5.13202 63.6853 5.43202 65.8427 5.76535 68ZM8.76535 68H5.76535L6.00713 69.5648L7.26535 69.5V66.5L8.76535 68ZM64.7953 68.8682C65.6108 68.2894 66.4262 67.7106 67.2417 67.1318C64.5333 62.7403 61.7977 58.3681 59.035 54.0153C53.9365 45.9823 48.7454 38.015 43.4617 30.1134L37.1848 21.0269L37.0427 32.16C36.7332 43.2531 36.5785 54.3463 36.5785 65.4394C36.5785 66.2929 36.5786 67.1465 36.5788 68L40.5785 64.0003C36.7918 64.0012 33.0051 64.0041 29.2185 64.009L33.2095 68C33.1864 50.2133 33.1191 32.4267 33.0077 14.64L29.2185 18.4292C33.1118 18.4048 37.0051 18.3783 40.8985 18.3496L37.8812 16.7982C46.206 28.2576 54.5535 39.7007 62.9238 51.1274L68.8775 59.5436L68.9315 49.2C68.8012 37.68 68.6524 26.16 68.4849 14.64L65.6185 17.5065C69.4052 17.4514 73.1918 17.3944 76.9785 17.3354L74.2831 14.64C74.5371 30.9313 74.8281 47.2226 75.1563 63.5139C75.1864 65.0093 75.2168 66.5046 75.2476 68L76.9785 66.2691C73.3251 66.3442 69.6718 66.4212 66.0185 66.5C66.0185 67.5 66.0185 68.5 66.0185 69.5C69.6718 69.5788 73.3251 69.6558 76.9785 69.7309L78.7442 69.6946L78.7094 68C78.7402 66.5046 78.7706 65.0093 78.8007 63.5139C79.1288 47.2226 79.4199 30.9313 79.6739 14.64L79.6312 11.9033L76.9785 11.9446C73.1918 11.8856 69.4052 11.8286 65.6185 11.7735L62.711 11.8158L62.752 14.64C62.5846 26.16 62.4357 37.68 62.3054 49.2L68.3132 47.2726C60.2035 35.6593 52.071 24.0624 43.9157 12.4818L42.7786 10.9165L40.8985 10.9304C37.0051 10.9017 33.1118 10.8752 29.2185 10.8508L25.4057 10.8747L25.4293 14.64C25.3178 32.4267 25.2506 50.2133 25.2275 68L25.2327 71.9961L29.2185 71.991C33.0051 71.9959 36.7918 71.9988 40.5785 71.9997L44.5791 71.9987L44.5782 68C44.5784 67.1465 44.5785 66.2929 44.5785 65.4394C44.5785 54.3463 44.4237 43.2531 44.1143 32.16L37.6952 34.2066C43.4112 41.8013 49.2197 49.3303 55.1208 56.7936C58.3185 60.8378 61.5433 64.8627 64.7953 68.8682ZM67.2417 67.1318L64.7953 68.8682L65.3204 69.5151L66.0185 69.5V66.5L67.2417 67.1318ZM98.3197 68C99.3197 68 100.32 68 101.32 68C101.653 64.8027 101.953 61.6053 102.22 58.408C103.159 47.152 103.684 35.896 103.797 24.64L103.836 20.7032L99.8197 20.663C98.2864 20.6477 96.7531 20.64 95.2197 20.64C91.5531 20.64 87.8864 20.6449 84.2197 20.6546L88.2051 24.64C88.1963 21.3067 88.1834 17.9733 88.1665 14.64L84.2197 18.5867C98.4064 18.5148 112.593 18.3699 126.78 18.1521L123.268 14.64C123.319 17.9733 123.374 21.3067 123.433 24.64L126.78 21.2935C121.606 21.3854 116.433 21.487 111.26 21.5983L108.285 21.5343L108.218 24.64C108.529 39.0933 108.916 53.5467 109.378 68L111.26 66.1182C110.644 66.138 110.028 66.1578 109.412 66.1778C106.214 66.2815 103.017 66.3889 99.8197 66.5C99.8197 67.5 99.8197 68.5 99.8197 69.5C103.017 69.6111 106.214 69.7185 109.412 69.8222C110.028 69.8422 110.644 69.862 111.26 69.8818L113.2 69.8197L113.141 68C113.604 53.5467 113.99 39.0933 114.301 24.64L111.26 27.6817C116.433 27.793 121.606 27.8946 126.78 27.9865L130.185 27.926L130.126 24.64C130.185 21.3067 130.241 17.9733 130.292 14.64L130.237 11.0748L126.78 11.1279C112.593 10.9101 98.4064 10.7652 84.2197 10.6933L80.2531 10.7134L80.273 14.64C80.2561 17.9733 80.2432 21.3067 80.2343 24.64L80.245 28.6359L84.2197 28.6254C87.8864 28.6351 91.5531 28.64 95.2197 28.64C96.7531 28.64 98.2864 28.6323 99.8197 28.617L95.8427 24.64C95.9553 35.896 96.4809 47.152 97.4197 58.408C97.6864 61.6053 97.9864 64.8027 98.3197 68ZM101.32 68H98.3197L98.481 69.5465L99.8197 69.5V66.5L101.32 68ZM132.562 68C133.562 68 134.562 68 135.562 68C135.896 63.2213 136.196 58.4427 136.462 53.664C137.188 40.656 137.667 27.648 137.899 14.64L134.062 18.4767C140.169 18.5856 146.276 18.64 152.382 18.64C158.862 18.64 165.342 18.6332 171.822 18.6196L167.843 14.64C167.85 17.8933 167.858 21.1467 167.868 24.4L171.822 20.4461C163.022 20.4739 154.222 20.5142 145.422 20.5671L141.613 20.5442L141.589 24.4C141.613 28.2667 141.638 32.1333 141.666 36L141.639 39.7284L145.422 39.7559C154.036 39.6933 162.649 39.6187 171.262 39.532L167.73 36C167.763 39.2533 167.797 42.5067 167.834 45.76L171.262 42.3313C162.649 42.4271 154.036 42.5348 145.422 42.6546L142.361 42.6121L142.317 45.76C142.374 49.8933 142.435 54.0267 142.498 58.16L142.454 61.0393L145.422 61.0846C154.222 60.9504 163.022 60.8036 171.822 60.6443L169.338 58.16C169.397 61.44 169.458 64.72 169.521 68L171.822 65.6991C164.014 65.8488 156.206 66.0083 148.398 66.1778C143.62 66.2815 138.841 66.3889 134.062 66.5C134.062 67.5 134.062 68.5 134.062 69.5C138.841 69.6111 143.62 69.7185 148.398 69.8222C156.206 69.9917 164.014 70.1512 171.822 70.3009L174.166 70.256L174.123 68C174.186 64.72 174.247 61.44 174.307 58.16L174.261 55.6316L171.822 55.6757C163.022 55.5164 154.222 55.3696 145.422 55.2354L148.347 58.16C148.41 54.0267 148.47 49.8933 148.528 45.76L145.422 48.8653C154.036 48.9852 162.649 49.0929 171.262 49.1887L174.729 49.1501L174.691 45.76C174.727 42.5067 174.762 39.2533 174.794 36L174.758 32.4328L171.262 32.468C162.649 32.3813 154.036 32.3067 145.422 32.2441L149.178 36C149.206 32.1333 149.232 28.2667 149.255 24.4L145.422 28.2329C154.222 28.2858 163.022 28.3261 171.822 28.3539L175.789 28.3414L175.776 24.4C175.786 21.1467 175.795 17.8933 175.802 14.64L175.793 10.6521L171.822 10.6604C165.342 10.6468 158.862 10.64 152.382 10.64C146.276 10.64 140.169 10.6944 134.062 10.8033L130.158 10.8729L130.226 14.64C130.457 27.648 130.936 40.656 131.662 53.664C131.929 58.4427 132.229 63.2213 132.562 68ZM135.562 68H132.562L132.669 69.5324L134.062 69.5V66.5L135.562 68ZM209.547 68.721C210.424 68.2403 211.301 67.7597 212.178 67.279C210.669 63.8327 209.131 60.4024 207.564 56.988C206.091 53.7804 204.593 50.587 203.069 47.4076L202.358 45.9242L200.383 45.8167C197.61 45.6657 194.836 45.5329 192.063 45.4185L188.75 45.2817L188.601 48.88C188.338 55.2533 188.172 61.6267 188.101 68L192.063 64.0384C189.741 64.0128 187.418 64 185.096 64C183.632 64 182.167 64.0006 180.703 64.0017L184.701 68C184.687 50.2133 184.59 32.4267 184.41 14.64L180.703 18.3468C189.023 18.2623 197.343 18.1595 205.663 18.0385C213.864 17.5755 220.759 23.5135 220.659 31.84C220.985 38.0366 217.273 43.7706 211.336 45.2777L208.111 45.9625L209.777 48.9352C213.935 55.6157 218.106 62.2879 222.291 68.9518L223.903 66.1283C223.304 66.1447 222.704 66.1612 222.105 66.1778C218.358 66.2815 214.61 66.3889 210.863 66.5C210.863 67.5 210.863 68.5 210.863 69.5C214.61 69.6111 218.358 69.7185 222.105 69.8222C222.704 69.8388 223.304 69.8553 223.903 69.8717L227.224 69.7928L225.514 67.0482C221.7 60.1655 217.871 53.291 214.028 46.4249L212.47 50.0823C220.765 48.5811 226.778 39.9072 226.506 31.84C227.571 20.8961 216.394 10.464 205.663 11.2415C197.343 11.1205 189.023 11.0177 180.703 10.9332L176.959 10.9712L176.996 14.64C176.815 32.4267 176.718 50.2133 176.705 68L176.708 72.0014L180.703 71.9983C182.167 71.9994 183.632 72 185.096 72C187.418 72 189.741 71.9872 192.063 71.9616L196.068 71.9174L196.024 68C195.954 61.6267 195.787 55.2533 195.524 48.88L192.063 52.3415C194.836 52.2271 197.61 52.0943 200.383 51.9433L197.697 50.3524C199.557 53.3475 201.443 56.3284 203.355 59.2952C205.39 62.4531 207.454 65.5951 209.547 68.721ZM212.178 67.279L209.547 68.721L210.085 69.5231L210.863 69.5V66.5L212.178 67.279ZM207.983 31.76C210.65 31.76 213.316 31.76 215.983 31.76C215.985 30.2333 215.699 28.6051 215.022 27.0798C213.07 22.4863 208.01 20.2949 203.983 20.4C200.01 20.4 196.036 20.4 192.063 20.4H188.063V24.4C188.063 29.3067 188.063 34.2133 188.063 39.12V43.12H192.063C196.036 43.12 200.01 43.12 203.983 43.12C208.01 43.2251 213.07 41.0337 215.022 36.4402C215.699 34.9149 215.985 33.2867 215.983 31.76C213.316 31.76 210.65 31.76 207.983 31.76C207.983 32.3316 207.88 32.8104 207.705 33.2064C207.245 34.297 205.931 35.1195 203.983 35.12C200.01 35.12 196.036 35.12 192.063 35.12L196.063 39.12C196.063 34.2133 196.063 29.3067 196.063 24.4L192.063 28.4C196.036 28.4 200.01 28.4 203.983 28.4C205.931 28.4005 207.245 29.223 207.705 30.3136C207.88 30.7096 207.983 31.1884 207.983 31.76ZM215.983 31.76H207.983H215.983ZM267.686 68.8682C268.501 68.2894 269.317 67.7106 270.132 67.1318C267.424 62.7403 264.688 58.3681 261.926 54.0153C256.827 45.9823 251.636 38.015 246.352 30.1134L240.075 21.0269L239.933 32.16C239.624 43.2531 239.469 54.3463 239.469 65.4394C239.469 66.2929 239.469 67.1465 239.469 68L243.469 64.0003C239.682 64.0012 235.896 64.0041 232.109 64.009L236.1 68C236.077 50.2133 236.01 32.4267 235.898 14.64L232.109 18.4292C236.002 18.4048 239.896 18.3783 243.789 18.3496L240.772 16.7982C249.097 28.2576 257.444 39.7007 265.814 51.1274L271.768 59.5436L271.822 49.2C271.692 37.68 271.543 26.16 271.376 14.64L268.509 17.5065C272.296 17.4514 276.082 17.3944 279.869 17.3354L277.174 14.64C277.428 30.9313 277.719 47.2226 278.047 63.5139C278.077 65.0093 278.107 66.5046 278.138 68L279.869 66.2691C276.216 66.3442 272.562 66.4212 268.909 66.5C268.909 67.5 268.909 68.5 268.909 69.5C272.562 69.5788 276.216 69.6558 279.869 69.7309L281.635 69.6946L281.6 68C281.631 66.5046 281.661 65.0093 281.691 63.5139C282.019 47.2226 282.311 30.9313 282.564 14.64L282.522 11.9033L279.869 11.9446C276.082 11.8856 272.296 11.8286 268.509 11.7735L265.602 11.8158L265.643 14.64C265.475 26.16 265.326 37.68 265.196 49.2L271.204 47.2726C263.094 35.6593 254.962 24.0624 246.806 12.4818L245.669 10.9165L243.789 10.9304C239.896 10.9017 236.002 10.8752 232.109 10.8508L228.296 10.8747L228.32 14.64C228.208 32.4267 228.141 50.2133 228.118 68L228.123 71.9961L232.109 71.991C235.896 71.9959 239.682 71.9988 243.469 71.9997L247.47 71.9987L247.469 68C247.469 67.1465 247.469 66.2929 247.469 65.4394C247.469 54.3463 247.314 43.2531 247.005 32.16L240.586 34.2066C246.302 41.8013 252.11 49.3303 258.011 56.7936C261.209 60.8378 264.434 64.8627 267.686 68.8682ZM270.132 67.1318L267.686 68.8682L268.211 69.5151L268.909 69.5V66.5L270.132 67.1318ZM288.89 68C289.89 68 290.89 68 291.89 68C292.224 63.2213 292.524 58.4427 292.79 53.664C293.516 40.656 293.995 27.648 294.227 14.64L290.39 18.4767C296.497 18.5856 302.604 18.64 308.71 18.64C315.19 18.64 321.67 18.6332 328.15 18.6196L324.171 14.64C324.178 17.8933 324.186 21.1467 324.196 24.4L328.15 20.4461C319.35 20.4739 310.55 20.5142 301.75 20.5671L297.941 20.5442L297.917 24.4C297.941 28.2667 297.966 32.1333 297.995 36L297.967 39.7284L301.75 39.7559C310.364 39.6933 318.977 39.6187 327.59 39.532L324.058 36C324.091 39.2533 324.126 42.5067 324.162 45.76L327.59 42.3313C318.977 42.4271 310.364 42.5348 301.75 42.6546L298.689 42.6121L298.645 45.76C298.702 49.8933 298.763 54.0267 298.826 58.16L298.782 61.0393L301.75 61.0846C310.55 60.9504 319.35 60.8036 328.15 60.6443L325.666 58.16C325.725 61.44 325.787 64.72 325.849 68L328.15 65.6991C320.342 65.8488 312.534 66.0083 304.726 66.1778C299.948 66.2815 295.169 66.3889 290.39 66.5C290.39 67.5 290.39 68.5 290.39 69.5C295.169 69.6111 299.948 69.7185 304.726 69.8222C312.534 69.9917 320.342 70.1512 328.15 70.3009L330.495 70.256L330.451 68C330.514 64.72 330.575 61.44 330.635 58.16L330.589 55.6316L328.15 55.6757C319.35 55.5164 310.55 55.3696 301.75 55.2354L304.675 58.16C304.738 54.0267 304.798 49.8933 304.856 45.76L301.75 48.8653C310.364 48.9852 318.977 49.0929 327.59 49.1887L331.057 49.1501L331.019 45.76C331.055 42.5067 331.09 39.2533 331.122 36L331.086 32.4328L327.59 32.468C318.977 32.3813 310.364 32.3067 301.75 32.2441L305.506 36C305.534 32.1333 305.56 28.2667 305.583 24.4L301.75 28.2329C310.55 28.2858 319.35 28.3261 328.15 28.3539L332.117 28.3414L332.104 24.4C332.115 21.1467 332.123 17.8933 332.13 14.64L332.122 10.6521L328.15 10.6604C321.67 10.6468 315.19 10.64 308.71 10.64C302.604 10.64 296.497 10.6944 290.39 10.8033L286.486 10.8729L286.554 14.64C286.786 27.648 287.264 40.656 287.99 53.664C288.257 58.4427 288.557 63.2213 288.89 68ZM291.89 68H288.89L288.997 69.5324L290.39 69.5V66.5L291.89 68ZM347.851 68C348.851 68 349.851 68 350.851 68C351.184 64.8027 351.484 61.6053 351.751 58.408C352.69 47.152 353.215 35.896 353.328 24.64L353.367 20.7032L349.351 20.663C347.818 20.6477 346.284 20.64 344.751 20.64C341.084 20.64 337.418 20.6449 333.751 20.6546L337.736 24.64C337.728 21.3067 337.715 17.9733 337.698 14.64L333.751 18.5867C347.938 18.5148 362.124 18.3699 376.311 18.1521L372.799 14.64C372.85 17.9733 372.905 21.3067 372.964 24.64L376.311 21.2935C371.138 21.3854 365.964 21.487 360.791 21.5983L357.816 21.5343L357.749 24.64C358.06 39.0933 358.447 53.5467 358.909 68L360.791 66.1182C360.175 66.138 359.559 66.1578 358.943 66.1778C355.746 66.2815 352.548 66.3889 349.351 66.5C349.351 67.5 349.351 68.5 349.351 69.5C352.548 69.6111 355.746 69.7185 358.943 69.8222C359.559 69.8422 360.175 69.862 360.791 69.8818L362.731 69.8197L362.673 68C363.135 53.5467 363.522 39.0933 363.833 24.64L360.791 27.6817C365.964 27.793 371.138 27.8946 376.311 27.9865L379.716 27.926L379.658 24.64C379.717 21.3067 379.772 17.9733 379.823 14.64L379.768 11.0748L376.311 11.1279C362.124 10.9101 347.938 10.7652 333.751 10.6933L329.784 10.7134L329.804 14.64C329.787 17.9733 329.774 21.3067 329.766 24.64L329.776 28.6359L333.751 28.6254C337.418 28.6351 341.084 28.64 344.751 28.64C346.284 28.64 347.818 28.6323 349.351 28.617L345.374 24.64C345.487 35.896 346.012 47.152 346.951 58.408C347.218 61.6053 347.518 64.8027 347.851 68ZM350.851 68H347.851L348.012 69.5465L349.351 69.5V66.5L350.851 68ZM378.151 59.6018C378.961 60.1873 379.772 60.7727 380.583 61.3582C382.875 58.6318 385.151 55.8934 387.41 53.1428L384.001 53.3803C384.687 54.1817 385.428 54.9423 386.213 55.6533C390.567 59.6328 396.506 62.0609 402.567 62.2479C404.94 62.3184 407.486 62.0989 410.086 60.8732C412.604 59.7406 415.458 56.8778 415.482 53.04C415.589 51.088 414.593 48.6473 413.182 47.3109C411.802 45.9272 410.391 45.2243 409.112 44.65C406.54 43.551 404.208 42.9985 401.939 42.4226L401.923 42.4189C398.009 41.4734 394.294 40.5838 391.253 39.1129C387.079 37.1136 385.097 34.2928 385.111 29.92C384.862 22.559 392.882 17.5105 401.367 17.7165C408.211 17.6393 414.844 19.6012 419.641 24.013L419.203 19.0288C417.119 21.8195 415.037 24.6115 412.957 27.4048L418.312 26.9371C413.415 22.4941 406.988 20.2659 400.567 20.3065C398.439 20.3457 396.127 20.5991 393.749 21.8944C391.351 23.0657 389.228 26.3159 389.403 29.2C389.318 31.1701 390.592 33.5341 391.99 34.5748C393.377 35.7018 394.671 36.2097 395.878 36.6566C398.292 37.4997 400.487 37.9369 402.651 38.4212L402.67 38.4255C411.741 40.1384 420.996 43.2158 420.683 51.84C421.415 61.305 411.807 67.1048 402.007 66.8861C398.416 66.9681 394.823 66.6054 391.416 65.6275C387.326 64.4646 383.521 62.3686 380.427 59.4193C379.72 60.1264 379.013 60.8336 378.306 61.5407C381.587 64.9986 385.794 67.5915 390.326 69.1053C394.102 70.38 398.076 70.9535 402.007 71.0339C407.368 71.126 413.136 70.3511 418.101 67.0728C423.14 63.8784 426.096 57.6427 426.051 51.84C426.41 46.4044 423.101 40.2282 418.321 37.4923C413.666 34.5684 408.681 33.4383 404.063 32.2945L404.082 32.2988C401.965 31.7675 399.855 31.2538 398.129 30.5883C397.281 30.2638 396.539 29.8608 396.229 29.5678C396.072 29.4243 396.041 29.3473 396.044 29.3377C396.05 29.3254 396.046 29.3341 396.05 29.2C396.123 28.4713 396.235 28.299 397.014 27.8368C397.793 27.4215 399.141 27.1847 400.567 27.2135C405.286 27.2795 410.069 29.1061 413.381 32.2629L416.367 34.9761L418.737 31.7952C420.869 29.0419 423.001 26.2872 425.13 23.5311L427.17 20.7993L424.693 18.5469C418.408 12.5391 409.538 9.92878 401.367 9.96354C391.105 9.3092 376.894 16.6103 377.143 29.92C376.62 36.578 381.943 44.0345 387.767 46.3132C392.012 48.3414 396.25 49.2051 400.17 50.0611L400.154 50.0574C402.341 50.5402 404.507 51.0274 406.18 51.6699C407.005 51.9814 407.673 52.3669 407.93 52.597C408.177 52.8546 408.142 52.6859 408.211 53.04C408.285 53.3905 408.047 54.1009 406.946 54.7467C405.88 55.3803 404.273 55.753 402.567 55.8321C397.917 56.0741 393.177 54.7303 389.24 51.9278C388.535 51.4283 387.855 50.883 387.212 50.2997L385.152 48.4019L383.803 50.5372C381.902 53.5466 380.018 56.5682 378.151 59.6018ZM380.583 61.3582L378.151 59.6018L377.455 60.731L378.306 61.5407L380.427 59.4193L380.583 61.3582Z' fill='%23070708' mask='url(%23path-3-outside-2_9052_646159)'/%3E%3Cmask id='path-5-outside-3_9052_646159' maskUnits='userSpaceOnUse' x='425.985' y='19' width='42' height='48' fill='black'%3E%3Crect fill='white' x='425.985' y='19' width='42' height='48'/%3E%3Cpath d='M452.46 46.2023L453.012 61.6439L444.363 62L443.811 46.5584L431.286 47.0741L430.985 38.6733L443.511 38.1576L442.982 23.3561L451.63 23L452.159 37.8015L464.685 37.2858L464.985 45.6866L452.46 46.2023Z'/%3E%3C/mask%3E%3Cpath d='M452.46 46.2023L453.012 61.6439L444.363 62L443.811 46.5584L431.286 47.0741L430.985 38.6733L443.511 38.1576L442.982 23.3561L451.63 23L452.159 37.8015L464.685 37.2858L464.985 45.6866L452.46 46.2023Z' fill='white'/%3E%3Cpath d='M453.959 46.1488C452.959 46.1845 451.96 46.2202 450.961 46.2559C450.714 48.6795 450.5 51.1019 450.32 53.5232C450.116 56.2695 449.954 59.0142 449.835 61.7575L452.881 58.4678C449.989 58.3583 447.099 58.2964 444.21 58.2821L448.082 61.867C448.124 57.8326 448.073 53.8015 447.929 49.7737C447.889 48.6543 447.848 47.535 447.806 46.4156L447.669 42.4044L443.647 42.5642C439.472 42.7421 435.297 42.931 431.123 43.1311L435.23 46.9331C435.111 44.1335 434.987 41.3341 434.858 38.5349L431.145 42.5448C435.318 42.3299 439.491 42.1039 443.664 41.8668L447.296 41.774L447.221 38.0249C446.967 33.0939 446.698 28.1633 446.414 23.2334L443.123 26.7876C446.003 26.6058 448.883 26.4187 451.763 26.2263L448.403 23.1154C448.706 28.0447 449.024 32.9735 449.357 37.9017L449.368 40.63L452.275 40.603C456.445 40.2981 460.614 39.9821 464.783 39.655L462.315 37.3705C462.519 40.1671 462.729 42.9635 462.943 45.7597L464.901 43.6445C463.14 43.789 461.379 43.9354 459.618 44.0838C457.211 44.2867 454.805 44.4933 452.398 44.7036C452.439 45.7028 452.48 46.7019 452.522 47.7011C454.937 47.7128 457.353 47.7209 459.768 47.7252C461.535 47.7284 463.302 47.7296 465.069 47.7288L467.177 47.5559L467.028 45.6136C467.042 42.8092 467.051 40.0051 467.055 37.2011L466.875 34.7371L464.587 34.9165C460.406 34.9333 456.225 34.9611 452.044 35L454.962 37.7013C454.942 32.7619 454.907 27.823 454.857 22.8846L454.653 19.5628L451.497 19.7737C448.612 19.8187 445.726 19.869 442.84 19.9245L439.357 20.1444L439.549 23.4788C439.618 28.4165 439.702 33.3536 439.801 38.2902L443.358 34.4484C439.18 34.5551 435.003 34.6729 430.826 34.8018L426.938 35.002L427.113 38.8117C427.184 41.6131 427.261 44.4142 427.342 47.2152L427.511 51.2059L431.448 51.0172C435.624 50.8735 439.8 50.7186 443.976 50.5527L439.816 46.7013C439.855 47.8207 439.894 48.9402 439.934 50.0596C440.078 54.0874 440.315 58.1118 440.645 62.133L440.964 66.0287L444.516 65.7179C447.394 65.4662 450.269 65.1669 453.143 64.82L456.521 64.4121L456.189 61.5303C455.874 58.8026 455.517 56.0763 455.117 53.3517C454.764 50.9495 454.378 48.5485 453.959 46.1488ZM450.961 46.2559L453.959 46.1488L452.522 47.7011L452.398 44.7036L451.12 44.6974L450.961 46.2559Z' fill='%23070708' mask='url(%23path-5-outside-3_9052_646159)'/%3E%3C/svg%3E%0A");
  }
  #first_screen .cta h1 .title-svg {
    width: 591px;
    height: 172px;
    background-image: url("data:image/svg+xml,%3Csvg width='591' height='172' viewBox='0 0 591 172' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='path-1-outside-1_7301_24591' maskUnits='userSpaceOnUse' x='-0.814941' y='94' width='591' height='71' fill='black'%3E%3Crect fill='white' x='-0.814941' y='94' width='591' height='71'/%3E%3Cpath d='M32.6651 152H18.9051V110.64H3.94506V98.64H47.5451V110.64H32.6651V152ZM93.2144 152H54.0944V98.64H93.2144V110.64H67.8544V118.96H92.6544V130.96H67.8544V140H93.2144V152ZM98.2438 152.96V140.8C103.204 140.8 106.404 137.84 107.924 125.68L111.124 98.64H150.884V152H137.124V110.64H123.524L121.604 126.72C119.044 148.32 109.924 152.96 98.2438 152.96ZM199.621 152H160.501V98.64H199.621V110.64H174.261V118.96H199.061V130.96H174.261V140H199.621V152ZM238.81 152H207.61V98.64H237.85C248.41 98.64 253.45 105.52 253.45 112.24C253.45 118.88 249.37 123.36 244.33 124.48C250.01 125.36 254.49 130.8 254.49 137.52C254.49 145.28 249.29 152 238.81 152ZM234.73 119.12C237.53 119.12 239.45 117.28 239.45 114.64C239.45 112.08 237.53 110.24 234.73 110.24H221.37V119.12H234.73ZM235.21 140.4C238.49 140.4 240.49 138.48 240.49 135.6C240.49 132.96 238.57 130.8 235.21 130.8H221.37V140.4H235.21ZM275.265 152H261.985V98.64H275.745V130.08L297.345 98.64H311.585V152H297.745V119.04L275.265 152ZM318.244 161.84V140.8C323.364 140 326.404 137.84 327.924 125.68L331.124 98.64H370.884V140H375.684V161.84H361.844V152H332.004V161.84H318.244ZM341.604 126.72C340.884 132.72 338.804 136.96 335.764 140H357.124V110.64H343.524L341.604 126.72ZM420.714 152H381.594V98.64H420.714V110.64H395.354V118.96H420.154V130.96H395.354V140H420.714V152ZM478.384 152H464.624V130.56H442.464V152H428.704V98.64H442.464V118.56H464.624V98.64H478.384V152ZM501.281 152H488.001V98.64H501.761V130.08L523.361 98.64H537.601V152H523.761V119.04L501.281 152ZM586.339 152H547.219V98.64H586.339V110.64H560.979V118.96H585.779V130.96H560.979V140H586.339V152Z'/%3E%3C/mask%3E%3Cpath d='M32.6651 152H18.9051V110.64H3.94506V98.64H47.5451V110.64H32.6651V152ZM93.2144 152H54.0944V98.64H93.2144V110.64H67.8544V118.96H92.6544V130.96H67.8544V140H93.2144V152ZM98.2438 152.96V140.8C103.204 140.8 106.404 137.84 107.924 125.68L111.124 98.64H150.884V152H137.124V110.64H123.524L121.604 126.72C119.044 148.32 109.924 152.96 98.2438 152.96ZM199.621 152H160.501V98.64H199.621V110.64H174.261V118.96H199.061V130.96H174.261V140H199.621V152ZM238.81 152H207.61V98.64H237.85C248.41 98.64 253.45 105.52 253.45 112.24C253.45 118.88 249.37 123.36 244.33 124.48C250.01 125.36 254.49 130.8 254.49 137.52C254.49 145.28 249.29 152 238.81 152ZM234.73 119.12C237.53 119.12 239.45 117.28 239.45 114.64C239.45 112.08 237.53 110.24 234.73 110.24H221.37V119.12H234.73ZM235.21 140.4C238.49 140.4 240.49 138.48 240.49 135.6C240.49 132.96 238.57 130.8 235.21 130.8H221.37V140.4H235.21ZM275.265 152H261.985V98.64H275.745V130.08L297.345 98.64H311.585V152H297.745V119.04L275.265 152ZM318.244 161.84V140.8C323.364 140 326.404 137.84 327.924 125.68L331.124 98.64H370.884V140H375.684V161.84H361.844V152H332.004V161.84H318.244ZM341.604 126.72C340.884 132.72 338.804 136.96 335.764 140H357.124V110.64H343.524L341.604 126.72ZM420.714 152H381.594V98.64H420.714V110.64H395.354V118.96H420.154V130.96H395.354V140H420.714V152ZM478.384 152H464.624V130.56H442.464V152H428.704V98.64H442.464V118.56H464.624V98.64H478.384V152ZM501.281 152H488.001V98.64H501.761V130.08L523.361 98.64H537.601V152H523.761V119.04L501.281 152ZM586.339 152H547.219V98.64H586.339V110.64H560.979V118.96H585.779V130.96H560.979V140H586.339V152Z' fill='white'/%3E%3Cpath d='M32.6651 153.5C32.6651 152.5 32.6651 151.5 32.6651 150.5C29.4331 150.167 26.2011 149.867 22.9691 149.6C21.6144 149.488 20.2597 149.382 18.9051 149.282L21.6228 152C22.4776 140.427 22.9051 128.853 22.9051 117.28C22.9051 115.067 22.9033 112.853 22.8998 110.64L22.9061 106.651L18.9051 106.645C13.9184 106.653 8.93173 106.67 3.94506 106.695L7.88992 110.64C7.86949 106.64 7.8434 102.64 7.81163 98.64L3.94506 102.507C18.4784 102.391 33.0117 102.201 47.5451 101.936L44.2494 98.64C44.3224 102.64 44.4011 106.64 44.4854 110.64L47.5451 107.58C42.5851 107.685 37.6251 107.798 32.6651 107.92L30.0139 107.855L29.9453 110.64C30.205 121.195 30.5042 131.749 30.8428 142.304C30.9465 145.536 31.0539 148.768 31.1651 152C32.1651 152 33.1651 152 34.1651 152C34.2762 148.768 34.3836 145.536 34.4873 142.304C34.8259 131.749 35.1251 121.195 35.3848 110.64L32.6651 113.36C37.6251 113.482 42.5851 113.595 47.5451 113.7L50.6678 113.634L50.6047 110.64C50.689 106.64 50.7677 102.64 50.8407 98.64L50.7795 95.2854L47.5451 95.3444C33.0117 95.0792 18.4784 94.8889 3.94506 94.7734L0.0480247 94.8044L0.0784879 98.64C0.0467191 102.64 0.0206232 106.64 0.000200272 110.64L0.0204439 114.605L3.94506 114.585C8.93173 114.61 13.9184 114.627 18.9051 114.635L14.9103 110.64C14.9068 112.853 14.9051 115.067 14.9051 117.28C14.9051 128.853 15.3325 140.427 16.1873 152L16.4017 154.903L18.9051 154.718C20.2597 154.618 21.6144 154.512 22.9691 154.4C26.2011 154.133 29.4331 153.833 32.6651 153.5ZM32.6651 150.5V153.5L34.2111 153.341L34.1651 152H31.1651L32.6651 150.5ZM93.2144 153.5C93.2144 152.5 93.2144 151.5 93.2144 150.5C88.4598 150.167 83.7051 149.867 78.9504 149.6C70.6651 149.135 62.3798 148.772 54.0944 148.51L57.5848 152C57.9246 141.267 58.0944 130.533 58.0944 119.8C58.0944 112.747 58.0863 105.693 58.07 98.64L54.0944 102.616C67.1344 102.585 80.1744 102.527 93.2144 102.442L89.4129 98.64C89.4392 102.64 89.4682 106.64 89.4997 110.64L93.2144 106.925C84.7611 106.992 76.3078 107.07 67.8544 107.161L64.4126 107.124L64.3751 110.64C64.4046 113.413 64.4355 116.187 64.4676 118.96L64.4288 122.307L67.8544 122.347C76.1211 122.251 84.3878 122.144 92.6544 122.026L89.5882 118.96C89.6453 122.96 89.705 126.96 89.7674 130.96L92.6544 128.073C84.3878 128.202 76.1211 128.342 67.8544 128.493L65.4336 128.449L65.3877 130.96C65.4428 133.973 65.4995 136.987 65.5576 140L65.5142 142.252L67.8544 142.297C75.5531 142.148 83.2518 141.99 90.9504 141.822C91.7051 141.806 92.4598 141.789 93.2144 141.773L91.4419 140C91.5301 144 91.621 148 91.7144 152C92.7144 152 93.7144 152 94.7144 152C94.8079 148 94.8988 144 94.987 140L94.9471 138.189L93.2144 138.227C92.4598 138.211 91.7051 138.194 90.9504 138.178C83.2518 138.01 75.5531 137.852 67.8544 137.703L70.1513 140C70.2094 136.987 70.266 133.973 70.3212 130.96L67.8544 133.427C76.1211 133.578 84.3878 133.718 92.6544 133.847L95.5858 133.801L95.5415 130.96C95.6038 126.96 95.6636 122.96 95.7207 118.96L95.6763 115.851L92.6544 115.894C84.3878 115.776 76.1211 115.669 67.8544 115.573L71.2413 118.96C71.2734 116.187 71.3042 113.413 71.3338 110.64L67.8544 114.119C76.3078 114.21 84.7611 114.288 93.2144 114.355L96.9582 114.325L96.9291 110.64C96.9607 106.64 96.9897 102.64 97.016 98.64L96.9908 94.8136L93.2144 94.8384C80.1744 94.7526 67.1344 94.6946 54.0944 94.6644L50.1097 94.6737L50.1189 98.64C50.1026 105.693 50.0944 112.747 50.0944 119.8C50.0944 130.533 50.2643 141.267 50.604 152L50.7179 155.597L54.0944 155.49C62.3798 155.228 70.6651 154.865 78.9504 154.4C83.7051 154.133 88.4598 153.833 93.2144 153.5ZM93.2144 150.5V153.5L94.747 153.393L94.7144 152H91.7144L93.2144 150.5ZM96.7438 152.96C97.7438 152.96 98.7438 152.96 99.7438 152.96C100.037 148.907 100.304 144.853 100.545 140.8L98.2438 143.101C98.9083 143.135 99.6037 143.124 100.325 143.033C104.607 142.693 107.589 138.574 108.719 135.544C110.02 132.344 110.654 129.208 111.177 126.087L111.18 126.065C112.596 117.093 113.885 108.106 115.045 99.104L111.124 102.588C114.44 102.623 117.756 102.64 121.072 102.64C131.009 102.64 140.947 102.623 150.884 102.588L146.935 98.64C146.997 116.427 147.113 134.213 147.285 152L150.884 148.401C146.297 148.445 141.71 148.493 137.124 148.545L140.579 152C140.424 138.213 140.236 124.427 140.015 110.64L140.06 107.796L137.124 107.749C132.59 107.822 128.057 107.898 123.524 107.978L121.208 107.937L120.881 110.324C120.335 115.696 119.794 121.068 119.259 126.44C118.402 134.589 116.582 143.365 110.375 148.022C107.078 150.494 102.687 151.364 98.2438 151.46C98.2438 152.46 98.2438 153.46 98.2438 154.46C102.965 154.579 108.156 153.922 112.466 151.007C120.578 145.324 122.654 135.506 123.949 126.998C124.693 121.652 125.433 116.304 126.167 110.956L123.524 113.302C128.057 113.382 132.59 113.458 137.124 113.531L134.233 110.64C134.012 124.427 133.824 138.213 133.669 152L133.708 155.494L137.124 155.455C141.71 155.507 146.297 155.555 150.884 155.599L154.517 155.564L154.483 152C154.654 134.213 154.771 116.427 154.832 98.64L154.819 94.6779L150.884 94.6915C140.947 94.6572 131.009 94.64 121.072 94.64C117.756 94.64 114.44 94.6572 111.124 94.6917L107.575 94.7285L107.203 98.176C106.23 107.2 105.385 116.24 104.668 125.295L104.671 125.273C104.156 130.846 103.263 137.587 99.5125 138.302C99.1291 138.401 98.7015 138.465 98.2438 138.499L95.814 138.643L95.9425 140.8C96.1839 144.853 96.451 148.907 96.7438 152.96ZM99.7438 152.96H96.7438L96.8546 154.493L98.2438 154.46V151.46L99.7438 152.96ZM199.621 153.5C199.621 152.5 199.621 151.5 199.621 150.5C194.866 150.167 190.111 149.867 185.357 149.6C177.071 149.135 168.786 148.772 160.501 148.51L163.991 152C164.331 141.267 164.501 130.533 164.501 119.8C164.501 112.747 164.493 105.693 164.476 98.64L160.501 102.616C173.541 102.585 186.581 102.527 199.621 102.442L195.819 98.64C195.845 102.64 195.874 106.64 195.906 110.64L199.621 106.925C191.167 106.992 182.714 107.07 174.261 107.161L170.819 107.124L170.781 110.64C170.811 113.413 170.842 116.187 170.874 118.96L170.835 122.307L174.261 122.347C182.527 122.251 190.794 122.144 199.061 122.026L195.994 118.96C196.052 122.96 196.111 126.96 196.174 130.96L199.061 128.073C190.794 128.202 182.527 128.342 174.261 128.493L171.84 128.449L171.794 130.96C171.849 133.973 171.906 136.987 171.964 140L171.92 142.252L174.261 142.297C181.959 142.148 189.658 141.99 197.357 141.822C198.111 141.806 198.866 141.789 199.621 141.773L197.848 140C197.936 144 198.027 148 198.121 152C199.121 152 200.121 152 201.121 152C201.214 148 201.305 144 201.393 140L201.353 138.189L199.621 138.227C198.866 138.211 198.111 138.194 197.357 138.178C189.658 138.01 181.959 137.852 174.261 137.703L176.558 140C176.616 136.987 176.672 133.973 176.727 130.96L174.261 133.427C182.527 133.578 190.794 133.718 199.061 133.847L201.992 133.801L201.948 130.96C202.01 126.96 202.07 122.96 202.127 118.96L202.083 115.851L199.061 115.894C190.794 115.776 182.527 115.669 174.261 115.573L177.648 118.96C177.68 116.187 177.71 113.413 177.74 110.64L174.261 114.119C182.714 114.21 191.167 114.288 199.621 114.355L203.364 114.325L203.335 110.64C203.367 106.64 203.396 102.64 203.422 98.64L203.397 94.8136L199.621 94.8384C186.581 94.7526 173.541 94.6946 160.501 94.6644L156.516 94.6737L156.525 98.64C156.509 105.693 156.501 112.747 156.501 119.8C156.501 130.533 156.671 141.267 157.01 152L157.124 155.597L160.501 155.49C168.786 155.228 177.071 154.865 185.357 154.4C190.111 154.133 194.866 153.833 199.621 153.5ZM199.621 150.5V153.5L201.153 153.393L201.121 152H198.121L199.621 150.5ZM238.81 153.5C238.81 152.5 238.81 151.5 238.81 150.5C235.534 150.167 232.258 149.867 228.982 149.6C221.858 149.02 214.734 148.598 207.61 148.333L211.277 152C211.499 146.021 211.61 140.041 211.61 134.062C211.61 122.254 211.562 110.447 211.466 98.64L207.61 102.496C217.69 102.414 227.77 102.296 237.85 102.144C244.505 101.791 250.28 105.993 250.358 112.24C250.568 116.699 247.917 120.803 243.74 121.823L243.913 127.17C248.421 127.638 252.178 132.419 252.241 137.52C252.414 141.644 250.68 145.746 247.234 148.032C244.881 149.64 241.885 150.395 238.81 150.5C238.81 151.5 238.81 152.5 238.81 153.5C242.276 153.613 245.952 153.017 249.172 151.119C253.922 148.434 256.698 142.84 256.739 137.52C257.038 130.695 252.421 123.135 244.747 121.79L244.921 127.137C251.822 125.947 256.706 118.81 256.542 112.24C257.174 102.244 246.605 94.5459 237.85 95.136C227.77 94.9837 217.69 94.8665 207.61 94.7843L203.723 94.816L203.754 98.64C203.658 110.447 203.61 122.254 203.61 134.062C203.61 140.041 203.721 146.021 203.943 152L204.084 155.798L207.61 155.667C214.734 155.402 221.858 154.98 228.982 154.4C232.258 154.133 235.534 153.833 238.81 153.5ZM238.81 150.5V153.5V150.5ZM234.73 115.12C234.73 117.787 234.73 120.453 234.73 123.12C236.086 123.121 237.572 122.852 238.983 122.125C241.779 120.809 243.565 117.392 243.45 114.64C243.836 110.044 238.614 105.816 234.73 106.24C230.277 106.24 225.823 106.24 221.37 106.24H217.37V110.24C217.37 113.2 217.37 116.16 217.37 119.12V123.12H221.37C224.988 123.12 228.605 123.12 232.223 123.12C233.059 123.12 233.894 123.12 234.73 123.12C234.73 120.453 234.73 117.787 234.73 115.12C233.894 115.12 233.059 115.12 232.223 115.12C228.605 115.12 224.988 115.12 221.37 115.12L225.37 119.12C225.37 116.16 225.37 113.2 225.37 110.24L221.37 114.24C225.823 114.24 230.277 114.24 234.73 114.24C235.193 114.24 235.382 114.373 235.399 114.393C235.41 114.42 235.436 114.365 235.45 114.64C235.449 114.856 235.406 114.936 235.396 114.954C235.382 114.972 235.398 114.969 235.321 115.013C235.243 115.055 235.045 115.121 234.73 115.12ZM234.73 123.12V115.12V123.12ZM235.21 136.4C235.21 139.067 235.21 141.733 235.21 144.4C236.52 144.398 237.958 144.202 239.42 143.563C242.514 142.409 244.678 138.501 244.49 135.6C244.525 133.301 243.503 130.671 241.547 129.02C239.609 127.34 237.2 126.792 235.21 126.8C230.597 126.8 225.983 126.8 221.37 126.8H217.37V130.8C217.37 134 217.37 137.2 217.37 140.4V144.4H221.37C225.094 144.4 228.819 144.4 232.543 144.4C233.432 144.4 234.321 144.4 235.21 144.4C235.21 141.733 235.21 139.067 235.21 136.4C234.321 136.4 233.432 136.4 232.543 136.4C228.819 136.4 225.094 136.4 221.37 136.4L225.37 140.4C225.37 137.2 225.37 134 225.37 130.8L221.37 134.8C225.983 134.8 230.597 134.8 235.21 134.8C235.88 134.798 236.218 134.981 236.311 135.069C236.402 135.16 236.478 135.232 236.49 135.6C236.49 135.927 236.421 136.067 236.4 136.101C236.373 136.134 236.383 136.153 236.203 136.239C236.031 136.317 235.678 136.402 235.21 136.4ZM235.21 144.4V136.4V144.4ZM275.265 153.5C275.265 152.5 275.265 151.5 275.265 150.5C270.838 150.209 266.412 149.943 261.985 149.703L264.282 152C264.317 151.355 264.351 150.711 264.385 150.066C265.286 132.924 265.807 115.782 265.947 98.64L261.985 102.602C265.128 102.627 268.272 102.64 271.415 102.64C272.859 102.64 274.302 102.64 275.745 102.639L271.746 98.64C271.75 109.12 271.77 119.6 271.806 130.08L271.787 142.762L278.991 132.31C286.155 121.806 293.3 111.288 300.426 100.757L297.345 102.378C302.092 102.344 306.838 102.307 311.585 102.267L307.958 98.64C308.109 116.427 308.305 134.213 308.546 152L311.585 148.961C306.972 149.024 302.358 149.09 297.745 149.159L300.587 152C300.423 141.013 300.241 130.027 300.043 119.04L300.101 111.612L295.847 117.745C291.334 124.626 286.829 131.512 282.332 138.404C279.56 142.652 276.792 146.903 274.026 151.155C274.852 151.718 275.678 152.282 276.504 152.845C279.454 148.718 282.4 144.589 285.343 140.458C290.118 133.756 294.885 127.048 299.643 120.335L295.447 119.04C295.249 130.027 295.067 141.013 294.904 152L294.947 154.883L297.745 154.841C302.358 154.91 306.972 154.976 311.585 155.039L314.664 154.997L314.624 152C314.865 134.213 315.061 116.427 315.212 98.64L315.181 94.9826L311.585 95.013C306.838 94.9729 302.092 94.9359 297.345 94.9023L295.352 94.9164L294.264 96.5235C286.99 106.952 279.735 117.394 272.499 127.85L279.684 130.08C279.72 119.6 279.74 109.12 279.744 98.64L279.742 94.6392L275.745 94.6409C274.302 94.6403 272.859 94.64 271.415 94.64C268.272 94.64 265.128 94.6528 261.985 94.6784L257.991 94.711L258.023 98.64C258.163 115.782 258.684 132.924 259.585 150.066C259.619 150.711 259.653 151.355 259.688 152L259.819 154.414L261.985 154.297C266.412 154.057 270.838 153.791 275.265 153.5ZM275.265 150.5V153.5L276.115 153.444L276.504 152.845L274.026 151.155L275.265 150.5ZM316.744 161.84C317.744 161.84 318.744 161.84 319.744 161.84C320.077 157.626 320.377 153.413 320.644 149.199C320.821 146.399 320.983 143.6 321.131 140.8L318.69 143.653C320.484 143.458 322.684 143.032 324.675 141.657C326.664 140.297 327.937 138.339 328.776 136.564C330.428 132.953 331.03 129.539 331.579 126.137L331.582 126.113C332.673 118.691 333.659 111.256 334.54 103.809C334.725 102.242 334.91 100.676 335.095 99.1099L331.124 102.638C344.377 102.63 357.63 102.584 370.884 102.502L367.021 98.64C367.107 112.427 367.232 126.213 367.396 140L367.355 143.445L370.884 143.487C372.484 143.468 374.084 143.449 375.684 143.429L372.255 140C372.347 147.28 372.45 154.56 372.564 161.84L375.684 158.72C371.07 158.792 366.457 158.869 361.844 158.95L364.734 161.84C364.676 158.56 364.617 155.28 364.554 152L364.605 149.342L361.844 149.289C351.897 149.478 341.95 149.687 332.004 149.916L329.969 149.869L329.92 152C329.996 155.28 330.074 158.56 330.154 161.84L332.004 159.99C331.631 159.999 331.258 160.009 330.885 160.018C326.671 160.121 322.457 160.229 318.244 160.34C318.244 161.34 318.244 162.34 318.244 163.34C322.457 163.451 326.671 163.559 330.885 163.662C331.258 163.671 331.631 163.681 332.004 163.69L333.898 163.643L333.853 161.84C333.934 158.56 334.012 155.28 334.087 152L332.004 154.084C341.95 154.313 351.897 154.522 361.844 154.711L359.133 152C359.071 155.28 359.011 158.56 358.954 161.84L359.005 164.78L361.844 164.73C366.457 164.811 371.07 164.888 375.684 164.96L378.852 164.911L378.804 161.84C378.918 154.56 379.021 147.28 379.112 140L379.069 136.529L375.684 136.571C374.084 136.551 372.484 136.532 370.884 136.513L374.371 140C374.536 126.213 374.661 112.427 374.746 98.64L374.722 94.7539L370.884 94.7776C357.63 94.6956 344.377 94.6503 331.124 94.6416L327.568 94.6439L327.153 98.1701C326.967 99.7361 326.781 101.302 326.595 102.868C325.714 110.316 324.938 117.775 324.266 125.247L324.269 125.223C323.966 128.33 323.541 131.446 322.637 133.901C321.634 136.414 320.79 137.286 317.798 137.947L315.234 138.488L315.356 140.8C315.504 143.6 315.667 146.399 315.844 149.199C316.11 153.413 316.41 157.626 316.744 161.84ZM319.744 161.84H316.744L316.865 163.376L318.244 163.34V160.34L319.744 161.84ZM345.575 127.197C342.928 126.879 340.28 126.561 337.632 126.243C337.465 127.641 337.205 128.999 336.835 130.282C336.059 132.992 334.779 135.337 332.935 137.172L326.107 144H335.764C342.884 144 350.004 144 357.124 144H361.124V140C361.124 130.213 361.124 120.427 361.124 110.64V106.64H357.124C352.59 106.64 348.057 106.64 343.524 106.64H339.973L339.552 110.166C339.1 113.949 338.649 117.731 338.197 121.514C338.009 123.091 337.82 124.669 337.632 126.246C340.28 126.562 342.928 126.878 345.576 127.194C345.764 125.617 345.952 124.04 346.141 122.463C346.592 118.68 347.044 114.897 347.496 111.114L343.524 114.64C348.057 114.64 352.59 114.64 357.124 114.64L353.124 110.64C353.124 120.427 353.124 130.213 353.124 140L357.124 136C350.004 136 342.884 136 335.764 136L338.592 142.828C341.506 139.946 343.473 136.206 344.523 132.497C345.031 130.73 345.364 128.954 345.575 127.197ZM337.632 126.243L345.575 127.197L337.632 126.246L337.632 126.243ZM420.714 153.5C420.714 152.5 420.714 151.5 420.714 150.5C415.96 150.167 411.205 149.867 406.45 149.6C398.165 149.135 389.88 148.772 381.594 148.51L385.085 152C385.425 141.267 385.594 130.533 385.594 119.8C385.594 112.747 385.586 105.693 385.57 98.64L381.594 102.616C394.634 102.585 407.674 102.527 420.714 102.442L416.913 98.64C416.939 102.64 416.968 106.64 417 110.64L420.714 106.925C412.261 106.992 403.808 107.07 395.354 107.161L391.913 107.124L391.875 110.64C391.905 113.413 391.935 116.187 391.968 118.96L391.929 122.307L395.354 122.347C403.621 122.251 411.888 122.144 420.154 122.026L417.088 118.96C417.145 122.96 417.205 126.96 417.267 130.96L420.154 128.073C411.888 128.202 403.621 128.342 395.354 128.493L392.934 128.449L392.888 130.96C392.943 133.973 392.999 136.987 393.058 140L393.014 142.252L395.354 142.297C403.053 142.148 410.752 141.99 418.45 141.822C419.205 141.806 419.96 141.789 420.714 141.773L418.942 140C419.03 144 419.121 148 419.214 152C420.214 152 421.214 152 422.214 152C422.308 148 422.399 144 422.487 140L422.447 138.189L420.714 138.227C419.96 138.211 419.205 138.194 418.45 138.178C410.752 138.01 403.053 137.852 395.354 137.703L397.651 140C397.709 136.987 397.766 133.973 397.821 130.96L395.354 133.427C403.621 133.578 411.888 133.718 420.154 133.847L423.086 133.801L423.041 130.96C423.104 126.96 423.164 122.96 423.221 118.96L423.176 115.851L420.154 115.894C411.888 115.776 403.621 115.669 395.354 115.573L398.741 118.96C398.773 116.187 398.804 113.413 398.834 110.64L395.354 114.119C403.808 114.21 412.261 114.288 420.714 114.355L424.458 114.325L424.429 110.64C424.461 106.64 424.49 102.64 424.516 98.64L424.491 94.8136L420.714 94.8384C407.674 94.7526 394.634 94.6946 381.594 94.6644L377.61 94.6737L377.619 98.64C377.603 105.693 377.594 112.747 377.594 119.8C377.594 130.533 377.764 141.267 378.104 152L378.218 155.597L381.594 155.49C389.88 155.228 398.165 154.865 406.45 154.4C411.205 154.133 415.96 153.833 420.714 153.5ZM420.714 150.5V153.5L422.247 153.393L422.214 152H419.214L420.714 150.5ZM478.384 153.5C478.384 152.5 478.384 151.5 478.384 150.5C473.797 150.182 469.21 149.895 464.624 149.638L466.986 152C466.999 151.773 467.011 151.547 467.024 151.32C467.407 144.4 467.722 137.48 467.967 130.56L468.082 127.339L464.624 127.217C457.237 126.954 449.85 126.771 442.464 126.666L438.626 126.611L438.569 130.56C438.499 135.507 438.464 140.453 438.464 145.4C438.464 147.6 438.465 149.8 438.466 152L442.464 148.002C437.877 148.006 433.29 148.012 428.704 148.022L432.682 152C432.643 134.213 432.554 116.427 432.414 98.64L428.704 102.35C433.29 102.314 437.877 102.275 442.464 102.232L438.872 98.64C438.934 105.28 439.002 111.92 439.078 118.56L439.04 121.906L442.464 121.945C449.85 121.861 457.237 121.768 464.624 121.666L467.686 121.708L467.729 118.56C467.638 111.92 467.539 105.28 467.433 98.64L464.624 101.449C469.21 101.376 473.797 101.3 478.384 101.22L475.804 98.64C476.029 111.613 476.282 124.587 476.562 137.56C476.665 142.373 476.773 147.187 476.884 152C477.884 152 478.884 152 479.884 152C479.995 147.187 480.102 142.373 480.206 137.56C480.486 124.587 480.738 111.613 480.964 98.64L480.918 96.0159L478.384 96.06C473.797 95.9802 469.21 95.9037 464.624 95.8307L461.77 95.8761L461.814 98.64C461.709 105.28 461.61 111.92 461.518 118.56L464.624 115.454C457.237 115.352 449.85 115.259 442.464 115.175L445.849 118.56C445.925 111.92 445.994 105.28 446.056 98.64L446.022 95.0146L442.464 95.0478C437.877 95.005 433.29 94.9656 428.704 94.9296L424.964 94.959L424.993 98.64C424.854 116.427 424.764 134.213 424.726 152L424.735 155.987L428.704 155.978C433.29 155.988 437.877 155.994 442.464 155.998L446.464 155.995L446.461 152C446.463 149.8 446.464 147.6 446.464 145.4C446.464 140.453 446.429 135.507 446.358 130.56L442.464 134.454C449.85 134.349 457.237 134.166 464.624 133.903L461.28 130.56C461.526 137.48 461.84 144.4 462.224 151.32C462.236 151.547 462.249 151.773 462.262 152L462.401 154.487L464.624 154.362C469.21 154.105 473.797 153.818 478.384 153.5ZM478.384 150.5V153.5L479.916 153.394L479.884 152H476.884L478.384 150.5ZM501.281 153.5C501.281 152.5 501.281 151.5 501.281 150.5C496.854 150.209 492.427 149.943 488.001 149.703L490.297 152C490.332 151.355 490.367 150.711 490.401 150.066C491.302 132.924 491.823 115.782 491.962 98.64L488.001 102.602C491.144 102.627 494.288 102.64 497.431 102.64C498.874 102.64 500.317 102.64 501.761 102.639L497.762 98.64C497.766 109.12 497.786 119.6 497.822 130.08L497.803 142.762L505.007 132.31C512.171 121.806 519.316 111.288 526.441 100.757L523.361 102.378C528.107 102.344 532.854 102.307 537.601 102.267L533.974 98.64C534.124 116.427 534.32 134.213 534.562 152L537.601 148.961C532.987 149.024 528.374 149.09 523.761 149.159L526.602 152C526.438 141.013 526.257 130.027 526.058 119.04L526.117 111.612L521.862 117.745C517.349 124.626 512.845 131.512 508.348 138.404C505.576 142.652 502.807 146.903 500.041 151.155C500.868 151.718 501.694 152.282 502.52 152.845C505.469 148.718 508.415 144.589 511.359 140.458C516.133 133.756 520.9 127.048 525.659 120.335L521.463 119.04C521.264 130.027 521.083 141.013 520.919 152L520.962 154.883L523.761 154.841C528.374 154.91 532.987 154.976 537.601 155.039L540.68 154.997L540.639 152C540.881 134.213 541.077 116.427 541.228 98.64L541.197 94.9826L537.601 95.013C532.854 94.9729 528.107 94.9359 523.361 94.9023L521.367 94.9164L520.28 96.5235C513.006 106.952 505.75 117.394 498.514 127.85L505.699 130.08C505.735 119.6 505.755 109.12 505.76 98.64L505.758 94.6392L501.761 94.6409C500.317 94.6403 498.874 94.64 497.431 94.64C494.288 94.64 491.144 94.6528 488.001 94.6784L484.007 94.711L484.039 98.64C484.179 115.782 484.699 132.924 485.601 150.066C485.635 150.711 485.669 151.355 485.704 152L485.835 154.414L488.001 154.297C492.427 154.057 496.854 153.791 501.281 153.5ZM501.281 150.5V153.5L502.13 153.444L502.52 152.845L500.041 151.155L501.281 150.5ZM586.339 153.5C586.339 152.5 586.339 151.5 586.339 150.5C581.585 150.167 576.83 149.867 572.075 149.6C563.79 149.135 555.505 148.772 547.219 148.51L550.71 152C551.05 141.267 551.219 130.533 551.219 119.8C551.219 112.747 551.211 105.693 551.195 98.64L547.219 102.616C560.259 102.585 573.299 102.527 586.339 102.442L582.538 98.64C582.564 102.64 582.593 106.64 582.625 110.64L586.339 106.925C577.886 106.992 569.433 107.07 560.979 107.161L557.538 107.124L557.5 110.64C557.53 113.413 557.56 116.187 557.593 118.96L557.554 122.307L560.979 122.347C569.246 122.251 577.513 122.144 585.779 122.026L582.713 118.96C582.77 122.96 582.83 126.96 582.892 130.96L585.779 128.073C577.513 128.202 569.246 128.342 560.979 128.493L558.559 128.449L558.513 130.96C558.568 133.973 558.624 136.987 558.683 140L558.639 142.252L560.979 142.297C568.678 142.148 576.377 141.99 584.075 141.822C584.83 141.806 585.585 141.789 586.339 141.773L584.567 140C584.655 144 584.746 148 584.839 152C585.839 152 586.839 152 587.839 152C587.933 148 588.024 144 588.112 140L588.072 138.189L586.339 138.227C585.585 138.211 584.83 138.194 584.075 138.178C576.377 138.01 568.678 137.852 560.979 137.703L563.276 140C563.334 136.987 563.391 133.973 563.446 130.96L560.979 133.427C569.246 133.578 577.513 133.718 585.779 133.847L588.711 133.801L588.666 130.96C588.729 126.96 588.789 122.96 588.846 118.96L588.801 115.851L585.779 115.894C577.513 115.776 569.246 115.669 560.979 115.573L564.366 118.96C564.398 116.187 564.429 113.413 564.459 110.64L560.979 114.119C569.433 114.21 577.886 114.288 586.339 114.355L590.083 114.325L590.054 110.64C590.086 106.64 590.115 102.64 590.141 98.64L590.116 94.8136L586.339 94.8384C573.299 94.7526 560.259 94.6946 547.219 94.6644L543.235 94.6737L543.244 98.64C543.228 105.693 543.219 112.747 543.219 119.8C543.219 130.533 543.389 141.267 543.729 152L543.843 155.597L547.219 155.49C555.505 155.228 563.79 154.865 572.075 154.4C576.83 154.133 581.585 153.833 586.339 153.5ZM586.339 150.5V153.5L587.872 153.393L587.839 152H584.839L586.339 150.5Z' fill='%23070708' mask='url(%23path-1-outside-1_7301_24591)'/%3E%3Cmask id='path-3-outside-2_7301_24591' maskUnits='userSpaceOnUse' x='2.18506' y='8' width='420' height='62' fill='black'%3E%3Crect fill='white' x='2.18506' y='8' width='420' height='62'/%3E%3Cpath d='M20.2651 66H6.98506V12.64H20.7451V44.08L42.3451 12.64H56.5851V66H42.7451V33.04L20.2651 66ZM115.884 66H102.124V44.56H79.9638V66H66.2038V12.64H79.9638V32.56H102.124V12.64H115.884V66ZM151.181 66H137.421V24.64H122.461V12.64H166.061V24.64H151.181V66ZM211.73 66H172.61V12.64H211.73V24.64H186.37V32.96H211.17V44.96H186.37V54H211.73V66ZM233.479 66H219.719V12.64H246.439C258.439 12.64 264.999 20.72 264.999 30.4C264.999 40 258.439 48.08 246.439 48.08H233.479V66ZM244.599 36.08C248.279 36.08 250.999 34 250.999 30.4C250.999 26.72 248.279 24.64 244.599 24.64H233.479V36.08H244.599ZM320.806 66H307.046V44.56H284.886V66H271.126V12.64H284.886V32.56H307.046V12.64H320.806V66ZM369.543 66H330.423V12.64H369.543V24.64H344.183V32.96H368.983V44.96H344.183V54H369.543V66ZM403.212 66H389.452V24.64H374.492V12.64H418.092V24.64H403.212V66Z'/%3E%3C/mask%3E%3Cpath d='M20.2651 66H6.98506V12.64H20.7451V44.08L42.3451 12.64H56.5851V66H42.7451V33.04L20.2651 66ZM115.884 66H102.124V44.56H79.9638V66H66.2038V12.64H79.9638V32.56H102.124V12.64H115.884V66ZM151.181 66H137.421V24.64H122.461V12.64H166.061V24.64H151.181V66ZM211.73 66H172.61V12.64H211.73V24.64H186.37V32.96H211.17V44.96H186.37V54H211.73V66ZM233.479 66H219.719V12.64H246.439C258.439 12.64 264.999 20.72 264.999 30.4C264.999 40 258.439 48.08 246.439 48.08H233.479V66ZM244.599 36.08C248.279 36.08 250.999 34 250.999 30.4C250.999 26.72 248.279 24.64 244.599 24.64H233.479V36.08H244.599ZM320.806 66H307.046V44.56H284.886V66H271.126V12.64H284.886V32.56H307.046V12.64H320.806V66ZM369.543 66H330.423V12.64H369.543V24.64H344.183V32.96H368.983V44.96H344.183V54H369.543V66ZM403.212 66H389.452V24.64H374.492V12.64H418.092V24.64H403.212V66Z' fill='white'/%3E%3Cpath d='M20.2651 67.5C20.2651 66.5 20.2651 65.5 20.2651 64.5C15.8384 64.209 11.4117 63.9435 6.98506 63.7033L9.28174 66C9.31672 65.3553 9.35116 64.7106 9.38506 64.0659C10.2864 46.924 10.807 29.782 10.9466 12.64L6.98506 16.6016C10.1285 16.6272 13.2719 16.64 16.4153 16.64C17.8586 16.64 19.3018 16.6397 20.7451 16.6391L16.746 12.64C16.7503 23.12 16.7705 33.6 16.8065 44.08L16.7873 56.7622L23.9913 46.3103C31.1553 35.8055 38.3002 25.2876 45.4258 14.7565L42.3451 16.3777C47.0917 16.3441 51.8384 16.3071 56.5851 16.267L52.9581 12.64C53.1086 30.4267 53.3047 48.2133 53.5464 66L56.5851 62.9613C51.9717 63.024 47.3584 63.0897 42.7451 63.1586L45.5865 66C45.4226 55.0133 45.2414 44.0267 45.0428 33.04L45.1013 25.6119L40.8468 31.7453C36.3339 38.6262 31.829 45.5125 27.3322 52.4043C24.5603 56.6524 21.7916 60.9025 19.0258 65.1548C19.852 65.7183 20.6781 66.2817 21.5043 66.8452C24.4536 62.7181 27.3998 58.589 30.343 54.4578C35.1178 47.7556 39.8846 41.0479 44.6433 34.3347L40.4474 33.04C40.2487 44.0267 40.0675 55.0133 39.9036 66L39.9466 68.8832L42.7451 68.8414C47.3584 68.9103 51.9717 68.976 56.5851 69.0387L59.6645 68.9968L59.6237 66C59.8654 48.2133 60.0615 30.4267 60.212 12.64L60.1811 8.9826L56.5851 9.01304C51.8384 8.97287 47.0917 8.93594 42.3451 8.90225L40.3517 8.9164L39.2643 10.5235C31.99 20.9524 24.7348 31.3945 17.4988 41.8497L24.6836 44.08C24.7196 33.6 24.7398 23.12 24.7442 12.64L24.7425 8.63923L20.7451 8.6409C19.3018 8.6403 17.8586 8.64 16.4154 8.64C13.2719 8.64 10.1285 8.6528 6.98506 8.67842L2.99146 8.71096L3.02348 12.64C3.16316 29.782 3.68368 46.924 4.58506 64.0659C4.61896 64.7106 4.6534 65.3553 4.68837 66L4.81935 68.4142L6.98506 68.2967C11.4117 68.0565 15.8384 67.791 20.2651 67.5ZM20.2651 64.5V67.5L21.1147 67.4442L21.5043 66.8452L19.0258 65.1548L20.2651 64.5ZM115.884 67.5C115.884 66.5 115.884 65.5 115.884 64.5C111.297 64.1824 106.71 63.895 102.124 63.6379L104.486 66C104.499 65.7733 104.511 65.5467 104.524 65.32C104.907 58.4 105.222 51.48 105.467 44.56L105.582 41.3393L102.124 41.2166C94.7371 40.9544 87.3505 40.7708 79.9638 40.6656L76.1256 40.611L76.0694 44.56C75.999 49.5067 75.9638 54.4533 75.9638 59.4C75.9638 61.6 75.9646 63.8 75.9661 66L79.9638 62.0023C75.3771 62.0055 70.7905 62.0121 66.2038 62.0221L70.1817 66C70.1431 48.2133 70.054 30.4267 69.9142 12.64L66.2038 16.3504C70.7905 16.3144 75.3771 16.275 79.9638 16.2322L76.3716 12.64C76.4335 19.28 76.5025 25.92 76.5785 32.56L76.5402 35.9062L79.9638 35.9453C87.3505 35.8608 94.7371 35.7675 102.124 35.6655L105.186 35.7078L105.229 32.56C105.138 25.92 105.039 19.28 104.933 12.64L102.124 15.4493C106.71 15.3763 111.297 15.2998 115.884 15.22L113.304 12.64C113.529 25.6133 113.782 38.5867 114.062 51.56C114.165 56.3733 114.273 61.1867 114.384 66C115.384 66 116.384 66 117.384 66C117.495 61.1867 117.602 56.3733 117.706 51.56C117.986 38.5867 118.238 25.6133 118.464 12.64L118.418 10.0159L115.884 10.06C111.297 9.98016 106.71 9.90373 102.124 9.83066L99.2704 9.87612L99.3145 12.64C99.2087 19.28 99.11 25.92 99.0183 32.56L102.124 29.4545C94.7371 29.3525 87.3505 29.2592 79.9638 29.1747L83.3492 32.56C83.4252 25.92 83.4941 19.28 83.556 12.64L83.5222 9.01461L79.9638 9.04779C75.3771 9.00503 70.7905 8.96563 66.2038 8.92959L62.4645 8.95897L62.4934 12.64C62.3537 30.4267 62.2645 48.2133 62.2259 66L62.2345 69.9865L66.2038 69.9779C70.7905 69.9879 75.3771 69.9945 79.9638 69.9977L83.9643 69.9949L83.9615 66C83.963 63.8 83.9638 61.6 83.9638 59.4C83.9638 54.4533 83.9286 49.5067 83.8582 44.56L79.9638 48.4544C87.3505 48.3492 94.7371 48.1656 102.124 47.9035L98.7804 44.56C99.0259 51.48 99.3404 58.4 99.7238 65.32C99.7364 65.5467 99.749 65.7733 99.7617 66L99.9011 68.4867L102.124 68.3621C106.71 68.105 111.297 67.8176 115.884 67.5ZM115.884 64.5V67.5L117.416 67.3939L117.384 66H114.384L115.884 64.5ZM151.181 67.5C151.181 66.5 151.181 65.5 151.181 64.5C147.949 64.1667 144.717 63.8667 141.485 63.6C140.13 63.4882 138.775 63.3823 137.421 63.2823L140.138 66C140.993 54.4267 141.421 42.8533 141.421 31.28C141.421 29.0667 141.419 26.8533 141.415 24.64L141.422 20.6515L137.421 20.6452C132.434 20.653 127.447 20.6697 122.461 20.6951L126.406 24.64C126.385 20.64 126.359 16.64 126.327 12.64L122.461 16.5066C136.994 16.3911 151.527 16.2008 166.061 15.9356L162.765 12.64C162.838 16.64 162.917 20.64 163.001 24.64L166.061 21.5804C161.101 21.685 156.141 21.7983 151.181 21.9203L148.529 21.8551L148.461 24.64C148.721 35.1947 149.02 45.7493 149.358 56.304C149.462 59.536 149.57 62.768 149.681 66C150.681 66 151.681 66 152.681 66C152.792 62.768 152.899 59.536 153.003 56.304C153.342 45.7493 153.641 35.1947 153.9 24.64L151.181 27.3597C156.141 27.4817 161.101 27.595 166.061 27.6996L169.183 27.6338L169.12 24.64C169.205 20.64 169.283 16.64 169.356 12.64L169.295 9.28535L166.061 9.34438C151.527 9.07917 136.994 8.88885 122.461 8.77343L118.564 8.80437L118.594 12.64C118.562 16.64 118.536 20.64 118.516 24.64L118.536 28.6049L122.461 28.5849C127.447 28.6103 132.434 28.627 137.421 28.6348L133.426 24.64C133.422 26.8533 133.421 29.0667 133.421 31.28C133.421 42.8533 133.848 54.4267 134.703 66L134.917 68.9026L137.421 68.7177C138.775 68.6177 140.13 68.5118 141.485 68.4C144.717 68.1333 147.949 67.8333 151.181 67.5ZM151.181 64.5V67.5L152.727 67.3405L152.681 66H149.681L151.181 64.5ZM211.73 67.5C211.73 66.5 211.73 65.5 211.73 64.5C206.975 64.1667 202.221 63.8667 197.466 63.6C189.181 63.1353 180.895 62.7718 172.61 62.5096L176.1 66C176.44 55.2667 176.61 44.5333 176.61 33.8C176.61 26.7467 176.602 19.6933 176.586 12.64L172.61 16.6155C185.65 16.5854 198.69 16.5274 211.73 16.4416L207.928 12.64C207.955 16.64 207.984 20.64 208.015 24.64L211.73 20.9253C203.277 20.992 194.823 21.0705 186.37 21.1606L182.928 21.1239L182.891 24.64C182.92 27.4133 182.951 30.1867 182.983 32.96L182.944 36.3072L186.37 36.3469C194.637 36.2512 202.903 36.1443 211.17 36.0263L208.104 32.96C208.161 36.96 208.221 40.96 208.283 44.96L211.17 42.073C202.903 42.2019 194.637 42.342 186.37 42.4933L183.949 42.449L183.903 44.96C183.958 47.9733 184.015 50.9867 184.073 54L184.03 56.2517L186.37 56.2968C194.069 56.1483 201.767 55.9901 209.466 55.8222C210.221 55.8058 210.975 55.7892 211.73 55.7726L209.957 54C210.046 58 210.137 62 210.23 66C211.23 66 212.23 66 213.23 66C213.324 62 213.414 58 213.503 54L213.463 52.1892L211.73 52.2274C210.975 52.2108 210.221 52.1942 209.466 52.1778C201.767 52.0099 194.069 51.8517 186.37 51.7032L188.667 54C188.725 50.9867 188.782 47.9733 188.837 44.96L186.37 47.4267C194.637 47.578 202.903 47.7181 211.17 47.847L214.101 47.8013L214.057 44.96C214.119 40.96 214.179 36.96 214.236 32.96L214.192 29.8506L211.17 29.8937C202.903 29.7757 194.637 29.6688 186.37 29.5731L189.757 32.96C189.789 30.1867 189.82 27.4133 189.849 24.64L186.37 28.1194C194.823 28.2095 203.277 28.288 211.73 28.3547L215.474 28.3251L215.445 24.64C215.476 20.64 215.505 16.64 215.532 12.64L215.506 8.81357L211.73 8.83843C198.69 8.75258 185.65 8.69458 172.61 8.66445L168.625 8.67366L168.635 12.64C168.618 19.6933 168.61 26.7467 168.61 33.8C168.61 44.5333 168.78 55.2667 169.12 66L169.234 69.5973L172.61 69.4904C180.895 69.2281 189.181 68.8647 197.466 68.4C202.221 68.1333 206.975 67.8333 211.73 67.5ZM211.73 64.5V67.5L213.263 67.3926L213.23 66H210.23L211.73 64.5ZM233.479 67.5C233.479 66.5 233.479 65.5 233.479 64.5C230.439 64.1667 227.399 63.8667 224.358 63.6C222.812 63.4644 221.266 63.3374 219.719 63.219L222.5 66C223.313 55.3848 223.719 44.7696 223.719 34.1543C223.719 26.9829 223.699 19.8114 223.658 12.64L219.719 16.5782C228.626 16.527 237.533 16.444 246.439 16.3293C254.856 15.8634 261.828 21.9268 261.794 30.4C262.305 38.7672 255.343 45.6879 246.439 45.5788C242.119 45.7011 237.799 45.8308 233.479 45.968L231.437 45.9031L231.367 48.08C231.461 51.013 231.557 53.9459 231.657 56.8789C231.761 59.9192 231.868 62.9596 231.979 66C232.979 66 233.979 66 234.979 66C235.091 62.9596 235.198 59.9192 235.302 56.8789C235.402 53.9459 235.498 51.013 235.591 48.08L233.479 50.192C237.799 50.3292 242.119 50.4589 246.439 50.5812C257.037 51.7639 268.769 41.8939 268.205 30.4C269.273 18.9789 257.594 8.10755 246.439 8.95072C237.533 8.83596 228.626 8.753 219.719 8.70181L215.759 8.72458L215.781 12.64C215.74 19.8114 215.719 26.9829 215.719 34.1543C215.719 44.7696 216.126 55.3848 216.938 66L217.166 68.9765L219.719 68.781C221.266 68.6626 222.812 68.5356 224.358 68.4C227.399 68.1333 230.439 67.8333 233.479 67.5ZM233.479 64.5V67.5L235.028 67.3302L234.979 66H231.979L233.479 64.5ZM244.599 32.08C244.599 34.7467 244.599 37.4133 244.599 40.08C245.844 40.0789 247.152 39.9156 248.479 39.4728C252.073 38.5657 255.287 34.0724 254.999 30.4C255.062 27.9569 253.965 24.8486 251.695 23.0288C249.468 21.183 246.852 20.6438 244.599 20.64C240.893 20.64 237.186 20.64 233.479 20.64H229.479V24.64C229.479 28.4533 229.479 32.2667 229.479 36.08V40.08H233.479C236.302 40.08 239.125 40.08 241.948 40.08C242.832 40.08 243.716 40.08 244.599 40.08C244.599 37.4133 244.599 34.7467 244.599 32.08C243.716 32.08 242.832 32.08 241.948 32.08C239.125 32.08 236.302 32.08 233.479 32.08L237.479 36.08C237.479 32.2667 237.479 28.4533 237.479 24.64L233.479 28.64C237.186 28.64 240.893 28.64 244.599 28.64C245.564 28.6316 246.285 28.9147 246.56 29.1628C246.823 29.4074 246.978 29.6171 246.999 30.4C246.996 30.924 246.884 31.182 246.762 31.3564C246.637 31.5288 246.411 31.7265 245.939 31.8869C245.587 32.0057 245.121 32.0808 244.599 32.08ZM244.599 40.08V32.08V40.08ZM320.806 67.5C320.806 66.5 320.806 65.5 320.806 64.5C316.219 64.1824 311.632 63.895 307.046 63.6379L309.408 66C309.421 65.7733 309.433 65.5467 309.446 65.32C309.829 58.4 310.144 51.48 310.389 44.56L310.503 41.3393L307.046 41.2166C299.659 40.9544 292.272 40.7708 284.886 40.6656L281.048 40.611L280.991 44.56C280.921 49.5067 280.886 54.4533 280.886 59.4C280.886 61.6 280.886 63.8 280.888 66L284.886 62.0023C280.299 62.0055 275.712 62.0121 271.126 62.0221L275.104 66C275.065 48.2133 274.976 30.4267 274.836 12.64L271.126 16.3504C275.712 16.3144 280.299 16.275 284.886 16.2322L281.293 12.64C281.355 19.28 281.424 25.92 281.5 32.56L281.462 35.9062L284.886 35.9453C292.272 35.8608 299.659 35.7675 307.046 35.6655L310.108 35.7078L310.151 32.56C310.06 25.92 309.961 19.28 309.855 12.64L307.046 15.4493C311.632 15.3763 316.219 15.2998 320.806 15.22L318.226 12.64C318.451 25.6133 318.704 38.5867 318.983 51.56C319.087 56.3733 319.195 61.1867 319.306 66C320.306 66 321.306 66 322.306 66C322.417 61.1867 322.524 56.3733 322.628 51.56C322.907 38.5867 323.16 25.6133 323.386 12.64L323.34 10.0159L320.806 10.06C316.219 9.98016 311.632 9.90373 307.046 9.83066L304.192 9.87612L304.236 12.64C304.131 19.28 304.032 25.92 303.94 32.56L307.046 29.4545C299.659 29.3525 292.272 29.2592 284.886 29.1747L288.271 32.56C288.347 25.92 288.416 19.28 288.478 12.64L288.444 9.01461L284.886 9.04779C280.299 9.00503 275.712 8.96563 271.126 8.92959L267.386 8.95897L267.415 12.64C267.276 30.4267 267.186 48.2133 267.148 66L267.156 69.9865L271.126 69.9779C275.712 69.9879 280.299 69.9945 284.886 69.9977L288.886 69.9949L288.883 66C288.885 63.8 288.886 61.6 288.886 59.4C288.886 54.4533 288.85 49.5067 288.78 44.56L284.886 48.4544C292.272 48.3492 299.659 48.1656 307.046 47.9035L303.702 44.56C303.948 51.48 304.262 58.4 304.646 65.32C304.658 65.5467 304.671 65.7733 304.684 66L304.823 68.4867L307.046 68.3621C311.632 68.105 316.219 67.8176 320.806 67.5ZM320.806 64.5V67.5L322.338 67.3939L322.306 66H319.306L320.806 64.5ZM369.543 67.5C369.543 66.5 369.543 65.5 369.543 64.5C364.788 64.1667 360.033 63.8667 355.279 63.6C346.993 63.1353 338.708 62.7718 330.423 62.5096L333.913 66C334.253 55.2667 334.423 44.5333 334.423 33.8C334.423 26.7467 334.414 19.6933 334.398 12.64L330.423 16.6155C343.463 16.5854 356.503 16.5274 369.543 16.4416L365.741 12.64C365.767 16.64 365.796 20.64 365.828 24.64L369.543 20.9253C361.089 20.992 352.636 21.0705 344.183 21.1606L340.741 21.1239L340.703 24.64C340.733 27.4133 340.764 30.1867 340.796 32.96L340.757 36.3072L344.183 36.3469C352.449 36.2512 360.716 36.1443 368.983 36.0263L365.916 32.96C365.973 36.96 366.033 40.96 366.096 44.96L368.983 42.073C360.716 42.2019 352.449 42.342 344.183 42.4933L341.762 42.449L341.716 44.96C341.771 47.9733 341.828 50.9867 341.886 54L341.842 56.2517L344.183 56.2968C351.881 56.1483 359.58 55.9901 367.279 55.8222C368.033 55.8058 368.788 55.7892 369.543 55.7726L367.77 54C367.858 58 367.949 62 368.043 66C369.043 66 370.043 66 371.043 66C371.136 62 371.227 58 371.315 54L371.275 52.1892L369.543 52.2274C368.788 52.2108 368.033 52.1942 367.279 52.1778C359.58 52.0099 351.881 51.8517 344.183 51.7032L346.479 54C346.538 50.9867 346.594 47.9733 346.649 44.96L344.183 47.4267C352.449 47.578 360.716 47.7181 368.983 47.847L371.914 47.8013L371.87 44.96C371.932 40.96 371.992 36.96 372.049 32.96L372.004 29.8506L368.983 29.8937C360.716 29.7757 352.449 29.6688 344.183 29.5731L347.569 32.96C347.602 30.1867 347.632 27.4133 347.662 24.64L344.183 28.1194C352.636 28.2095 361.089 28.288 369.543 28.3547L373.286 28.3251L373.257 24.64C373.289 20.64 373.318 16.64 373.344 12.64L373.319 8.81357L369.543 8.83843C356.503 8.75258 343.463 8.69458 330.423 8.66445L326.438 8.67366L326.447 12.64C326.431 19.6933 326.423 26.7467 326.423 33.8C326.423 44.5333 326.592 55.2667 326.932 66L327.046 69.5973L330.423 69.4904C338.708 69.2281 346.993 68.8647 355.279 68.4C360.033 68.1333 364.788 67.8333 369.543 67.5ZM369.543 64.5V67.5L371.075 67.3926L371.043 66H368.043L369.543 64.5ZM403.212 67.5C403.212 66.5 403.212 65.5 403.212 64.5C399.98 64.1667 396.748 63.8667 393.516 63.6C392.161 63.4882 390.807 63.3823 389.452 63.2823L392.17 66C393.025 54.4267 393.452 42.8533 393.452 31.28C393.452 29.0667 393.45 26.8533 393.447 24.64L393.453 20.6515L389.452 20.6452C384.465 20.653 379.479 20.6697 374.492 20.6951L378.437 24.64C378.416 20.64 378.39 16.64 378.358 12.64L374.492 16.5066C389.025 16.3911 403.559 16.2008 418.092 15.9356L414.796 12.64C414.869 16.64 414.948 20.64 415.032 24.64L418.092 21.5804C413.132 21.685 408.172 21.7983 403.212 21.9203L400.561 21.8551L400.492 24.64C400.752 35.1947 401.051 45.7493 401.39 56.304C401.493 59.536 401.601 62.768 401.712 66C402.712 66 403.712 66 404.712 66C404.823 62.768 404.93 59.536 405.034 56.304C405.373 45.7493 405.672 35.1947 405.932 24.64L403.212 27.3597C408.172 27.4817 413.132 27.595 418.092 27.6996L421.215 27.6338L421.152 24.64C421.236 20.64 421.315 16.64 421.388 12.64L421.326 9.28535L418.092 9.34438C403.559 9.07917 389.025 8.88885 374.492 8.77343L370.595 8.80437L370.625 12.64C370.594 16.64 370.568 20.64 370.547 24.64L370.567 28.6049L374.492 28.5849C379.479 28.6103 384.465 28.627 389.452 28.6348L385.457 24.64C385.454 26.8533 385.452 29.0667 385.452 31.28C385.452 42.8533 385.879 54.4267 386.734 66L386.949 68.9026L389.452 68.7177C390.807 68.6177 392.161 68.5118 393.516 68.4C396.748 68.1333 399.98 67.8333 403.212 67.5ZM403.212 64.5V67.5L404.758 67.3405L404.712 66H401.712L403.212 64.5Z' fill='%23070708' mask='url(%23path-3-outside-2_7301_24591)'/%3E%3Cmask id='path-5-outside-3_7301_24591' maskUnits='userSpaceOnUse' x='426.185' y='19' width='42' height='48' fill='black'%3E%3Crect fill='white' x='426.185' y='19' width='42' height='48'/%3E%3Cpath d='M452.66 46.2023L453.212 61.6439L444.563 62L444.011 46.5584L431.485 47.0741L431.185 38.6733L443.711 38.1576L443.181 23.3561L451.83 23L452.359 37.8015L464.885 37.2858L465.185 45.6866L452.66 46.2023Z'/%3E%3C/mask%3E%3Cpath d='M452.66 46.2023L453.212 61.6439L444.563 62L444.011 46.5584L431.485 47.0741L431.185 38.6733L443.711 38.1576L443.181 23.3561L451.83 23L452.359 37.8015L464.885 37.2858L465.185 45.6866L452.66 46.2023Z' fill='white'/%3E%3Cpath d='M454.159 46.1488C453.159 46.1845 452.16 46.2202 451.16 46.2559C450.914 48.6795 450.7 51.1019 450.52 53.5232C450.315 56.2695 450.154 59.0142 450.035 61.7575L453.081 58.4678C450.189 58.3583 447.298 58.2964 444.41 58.2821L448.282 61.867C448.324 57.8326 448.272 53.8015 448.128 49.7737C448.088 48.6543 448.048 47.535 448.006 46.4156L447.868 42.4044L443.846 42.5642C439.672 42.7421 435.497 42.931 431.323 43.1311L435.429 46.9331C435.31 44.1335 435.186 41.3341 435.057 38.5349L431.344 42.5448C435.518 42.3299 439.691 42.1039 443.863 41.8668L447.496 41.774L447.421 38.0249C447.167 33.0939 446.898 28.1633 446.614 23.2334L443.323 26.7876C446.203 26.6058 449.083 26.4187 451.963 26.2263L448.603 23.1154C448.906 28.0447 449.224 32.9735 449.557 37.9017L449.568 40.63L452.475 40.603C456.644 40.2981 460.813 39.9821 464.982 39.655L462.515 37.3705C462.719 40.1671 462.928 42.9635 463.142 45.7597L465.101 43.6445C463.34 43.789 461.579 43.9354 459.818 44.0838C457.411 44.2867 455.004 44.4933 452.598 44.7036C452.639 45.7028 452.68 46.7019 452.721 47.7011C455.137 47.7128 457.553 47.7209 459.968 47.7252C461.735 47.7284 463.502 47.7296 465.269 47.7288L467.376 47.5559L467.228 45.6136C467.242 42.8092 467.251 40.0051 467.254 37.2011L467.075 34.7371L464.787 34.9165C460.606 34.9333 456.424 34.9611 452.244 35L455.161 37.7013C455.142 32.7619 455.107 27.823 455.057 22.8846L454.853 19.5628L451.697 19.7737C448.811 19.8187 445.926 19.869 443.04 19.9245L439.557 20.1444L439.749 23.4788C439.817 28.4165 439.901 33.3536 440.001 38.2902L443.558 34.4484C439.38 34.5551 435.203 34.6729 431.026 34.8018L427.137 35.002L427.313 38.8117C427.384 41.6131 427.46 44.4142 427.542 47.2152L427.711 51.2059L431.648 51.0172C435.824 50.8735 440 50.7186 444.175 50.5527L440.016 46.7013C440.054 47.8207 440.094 48.9402 440.134 50.0596C440.278 54.0874 440.514 58.1118 440.844 62.133L441.164 66.0287L444.716 65.7179C447.593 65.4662 450.469 65.1669 453.342 64.82L456.72 64.4121L456.388 61.5303C456.074 58.8026 455.717 56.0763 455.317 53.3517C454.964 50.9495 454.578 48.5485 454.159 46.1488ZM451.16 46.2559L454.159 46.1488L452.721 47.7011L452.598 44.7036L451.319 44.6974L451.16 46.2559Z' fill='%23070708' mask='url(%23path-5-outside-3_7301_24591)'/%3E%3C/svg%3E%0A");
  }
  #first_screen .cta .bubble {
    left: 62px;
    top: 142px;
  }
  #first_screen .cta .bubble.lv {
    top: 142px;
  }
  #first_screen .cta img.img-akciya-1920 {
    display: none;
  }
  #first_screen .cta img.img-akciya-1024 {
    display: block;
    z-index: 5;
  }
}
@media (max-width: 1023px) {
  #first_screen {
    background-image: url(../img/bg-internet-768.jpg);
    z-index: 1;
    position: relative;
  }
  #first_screen .cta {
    position: relative;
  }
  #first_screen .cta .container {
    padding-top: 167px;
    padding-bottom: 75px;
  }
  #first_screen .cta .container:after {
    display: none;
  }
  #first_screen .cta .content-block {
    flex-direction: column;
    justify-content: flex-start;
  }
  #first_screen .cta .title-block {
    margin-bottom: 120px;
  }
  #first_screen .cta h1 {
    margin-bottom: 165px;
  }
  #first_screen .cta .bubble {
    width: 432px;
    height: 176px;
    background-image: url("data:image/svg+xml,%3Csvg width='432' height='176' viewBox='0 0 432 176' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M99.1927 159.982L325.356 143.32L325.467 110.145L360.348 120.944L325.551 84.745L325.581 75.7037L84.4997 75.7041L99.1927 159.982Z' fill='white'/%3E%3Cpath d='M99.1927 159.982L99.3396 161.977L97.5334 162.11L97.2224 160.326L99.1927 159.982ZM325.356 143.32L327.356 143.327L327.35 145.178L325.503 145.315L325.356 143.32ZM325.467 110.145L323.467 110.138L323.476 107.435L326.058 108.234L325.467 110.145ZM360.348 120.944L361.79 119.558L359.756 122.855L360.348 120.944ZM325.551 84.745L324.109 86.131L323.548 85.5476L323.551 84.7383L325.551 84.745ZM325.581 75.7037L325.581 73.7037L327.588 73.7037L327.581 75.7103L325.581 75.7037ZM84.4997 75.7041L82.5294 76.0476L82.1209 73.7041L84.4997 73.7041L84.4997 75.7041ZM99.1927 159.982L99.0457 157.988L325.209 141.325L325.356 143.32L325.503 145.315L99.3396 161.977L99.1927 159.982ZM325.356 143.32L323.356 143.313L323.467 110.138L325.467 110.145L327.467 110.152L327.356 143.327L325.356 143.32ZM325.467 110.145L326.058 108.234L360.939 119.034L360.348 120.944L359.756 122.855L324.875 112.056L325.467 110.145ZM360.348 120.944L358.906 122.33L324.109 86.131L325.551 84.745L326.993 83.359L361.79 119.558L360.348 120.944ZM325.551 84.745L323.551 84.7383L323.581 75.697L325.581 75.7037L327.581 75.7103L327.551 84.7516L325.551 84.745ZM325.581 75.7037L325.581 77.7037L84.4997 77.7041L84.4997 75.7041L84.4997 73.7041L325.581 73.7037L325.581 75.7037ZM84.4997 75.7041L86.47 75.3606L101.163 159.639L99.1927 159.982L97.2224 160.326L82.5294 76.0476L84.4997 75.7041Z' fill='%23070708'/%3E%3Ccircle cx='109.104' cy='105.526' r='4.5' transform='rotate(-2.32621 109.104 105.526)' fill='%23070708'/%3E%3Cpath d='M128.687 99.2716L128.743 100.638L124.119 100.826L124.467 109.404L122.76 109.474L122.356 99.5288L128.687 99.2716ZM123.699 103.299L126.199 103.197C126.955 103.166 127.607 103.268 128.155 103.501C128.702 103.729 129.126 104.066 129.427 104.51C129.728 104.953 129.891 105.478 129.915 106.084C129.934 106.539 129.871 106.959 129.727 107.343C129.583 107.728 129.362 108.065 129.063 108.356C128.765 108.641 128.395 108.869 127.955 109.037C127.52 109.205 127.017 109.301 126.448 109.324L122.76 109.474L122.356 99.5288L124.077 99.4589L124.426 108.045L126.393 107.965C126.825 107.947 127.177 107.853 127.449 107.682C127.72 107.507 127.916 107.285 128.037 107.015C128.163 106.746 128.22 106.454 128.207 106.14C128.195 105.834 128.115 105.559 127.968 105.315C127.826 105.069 127.613 104.877 127.329 104.738C127.045 104.599 126.687 104.539 126.254 104.556L123.755 104.658L123.699 103.299ZM138.039 107.492L138.094 108.851L132.814 109.065L132.759 107.706L138.039 107.492ZM132.895 99.1007L133.299 109.046L131.585 109.115L131.181 99.1703L132.895 99.1007ZM137.169 103.087L137.223 104.426L132.633 104.612L132.579 103.273L137.169 103.087ZM137.656 98.9073L137.711 100.273L132.465 100.486L132.41 99.1204L137.656 98.9073ZM142.709 103.888L141.329 103.944L141.289 102.967L142.478 102.919C142.901 102.902 143.242 102.826 143.502 102.693C143.761 102.554 143.945 102.371 144.054 102.143C144.168 101.911 144.218 101.644 144.206 101.344C144.195 101.075 144.117 100.832 143.971 100.614C143.83 100.397 143.618 100.227 143.335 100.106C143.052 99.9812 142.691 99.9274 142.254 99.9451C141.926 99.9585 141.631 100.03 141.367 100.159C141.103 100.288 140.896 100.463 140.745 100.684C140.599 100.904 140.532 101.16 140.544 101.451L138.829 101.521C138.812 101.088 138.887 100.698 139.055 100.349C139.228 99.9951 139.469 99.6911 139.778 99.4369C140.091 99.1824 140.455 98.9829 140.868 98.8384C141.287 98.6891 141.73 98.605 142.199 98.5859C142.746 98.5637 143.242 98.6051 143.689 98.7101C144.135 98.8106 144.523 98.9727 144.851 99.1965C145.179 99.4204 145.435 99.7065 145.618 100.055C145.801 100.399 145.901 100.803 145.92 101.267C145.934 101.609 145.868 101.933 145.72 102.24C145.578 102.547 145.365 102.82 145.083 103.059C144.801 103.299 144.458 103.493 144.053 103.642C143.653 103.786 143.205 103.868 142.709 103.888ZM141.305 103.35L142.685 103.294C143.235 103.271 143.727 103.308 144.16 103.405C144.593 103.501 144.961 103.653 145.266 103.859C145.571 104.066 145.808 104.328 145.975 104.645C146.143 104.957 146.236 105.321 146.252 105.735C146.271 106.199 146.195 106.618 146.023 106.989C145.855 107.357 145.608 107.672 145.281 107.936C144.955 108.2 144.564 108.406 144.109 108.552C143.659 108.698 143.161 108.782 142.614 108.804C142.172 108.822 141.733 108.785 141.296 108.693C140.863 108.597 140.467 108.44 140.107 108.222C139.751 107.999 139.461 107.71 139.237 107.354C139.013 106.998 138.89 106.565 138.87 106.055L140.591 105.985C140.602 106.268 140.693 106.524 140.862 106.754C141.035 106.98 141.266 107.158 141.554 107.287C141.846 107.412 142.181 107.467 142.559 107.452C142.992 107.434 143.356 107.351 143.651 107.202C143.95 107.053 144.175 106.857 144.325 106.614C144.479 106.37 144.55 106.101 144.538 105.805C144.526 105.522 144.473 105.28 144.378 105.079C144.288 104.873 144.158 104.709 143.989 104.589C143.82 104.463 143.613 104.373 143.369 104.32C143.125 104.266 142.846 104.245 142.532 104.258L141.344 104.306L141.305 103.35ZM151.065 100.921L152.711 100.854L152.958 106.933L155.301 106.838L155.054 100.759L156.714 100.692L156.96 106.771L159.296 106.676L159.049 100.597L160.696 100.53L160.996 107.921L151.365 108.312L151.065 100.921ZM165.9 100.319L166.2 107.709L164.548 107.776L164.247 100.386L165.9 100.319ZM168.325 100.22L168.378 101.518L161.916 101.78L161.864 100.483L168.325 100.22ZM171.135 101.529L171.493 110.34L169.847 110.407L169.432 100.175L170.948 100.114L171.135 101.529ZM176.04 103.54L176.046 103.683C176.068 104.22 176.025 104.722 175.916 105.187C175.811 105.647 175.643 106.053 175.411 106.404C175.183 106.751 174.896 107.025 174.548 107.226C174.201 107.427 173.795 107.537 173.33 107.556C172.87 107.575 172.464 107.507 172.111 107.353C171.762 107.194 171.463 106.962 171.214 106.657C170.964 106.353 170.758 105.991 170.595 105.574C170.436 105.152 170.317 104.687 170.237 104.179L170.215 103.626C170.252 103.082 170.332 102.586 170.455 102.138C170.583 101.691 170.759 101.303 170.983 100.974C171.207 100.646 171.486 100.388 171.82 100.201C172.155 100.014 172.55 99.9117 173.005 99.8932C173.47 99.8744 173.885 99.9487 174.252 100.116C174.619 100.279 174.933 100.522 175.192 100.844C175.451 101.162 175.652 101.551 175.793 102.01C175.935 102.465 176.017 102.975 176.04 103.54ZM174.4 103.75L174.394 103.607C174.38 103.265 174.336 102.95 174.26 102.661C174.184 102.368 174.074 102.112 173.928 101.895C173.782 101.677 173.6 101.511 173.381 101.397C173.166 101.278 172.911 101.224 172.615 101.236C172.324 101.248 172.075 101.308 171.87 101.417C171.664 101.521 171.494 101.663 171.36 101.842C171.226 102.02 171.125 102.227 171.057 102.463C170.989 102.694 170.944 102.944 170.923 103.214L170.977 104.539C171.045 104.865 171.151 105.161 171.294 105.429C171.437 105.697 171.633 105.908 171.881 106.062C172.133 106.212 172.45 106.278 172.833 106.263C173.129 106.251 173.379 106.177 173.583 106.041C173.787 105.905 173.951 105.723 174.074 105.494C174.201 105.261 174.291 104.995 174.343 104.696C174.394 104.398 174.414 104.082 174.4 103.75ZM181.7 105.595L181.557 102.07C181.546 101.806 181.489 101.581 181.385 101.393C181.282 101.206 181.13 101.064 180.93 100.967C180.735 100.87 180.491 100.827 180.2 100.839C179.931 100.85 179.701 100.905 179.509 101.004C179.317 101.103 179.169 101.232 179.066 101.392C178.963 101.551 178.915 101.728 178.923 101.924L177.284 101.991C177.272 101.699 177.331 101.414 177.461 101.135C177.592 100.856 177.787 100.604 178.047 100.379C178.307 100.155 178.621 99.973 178.989 99.8349C179.357 99.6968 179.774 99.6183 180.238 99.5994C180.794 99.5768 181.289 99.6502 181.725 99.8195C182.165 99.9886 182.516 100.257 182.777 100.625C183.043 100.988 183.187 101.452 183.21 102.017L183.343 105.302C183.357 105.639 183.392 105.941 183.449 106.208C183.51 106.47 183.589 106.697 183.688 106.889L183.693 106.998L182.006 107.067C181.921 106.893 181.851 106.67 181.794 106.398C181.742 106.122 181.71 105.854 181.7 105.595ZM181.816 102.573L181.871 103.59L180.69 103.638C180.385 103.651 180.117 103.691 179.887 103.76C179.657 103.824 179.467 103.914 179.317 104.029C179.166 104.145 179.056 104.281 178.985 104.439C178.913 104.597 178.882 104.774 178.89 104.97C178.898 105.166 178.951 105.344 179.048 105.504C179.146 105.66 179.283 105.78 179.46 105.864C179.641 105.948 179.857 105.984 180.107 105.974C180.444 105.961 180.735 105.88 180.98 105.734C181.229 105.582 181.423 105.403 181.56 105.197C181.698 104.986 181.767 104.789 181.769 104.607L182.331 105.316C182.284 105.505 182.199 105.709 182.076 105.928C181.953 106.148 181.788 106.36 181.582 106.564C181.38 106.764 181.134 106.931 180.843 107.066C180.556 107.201 180.222 107.276 179.839 107.292C179.357 107.311 178.922 107.233 178.537 107.057C178.151 106.877 177.844 106.627 177.617 106.308C177.389 105.984 177.267 105.613 177.25 105.194C177.234 104.802 177.293 104.453 177.426 104.147C177.564 103.836 177.773 103.572 178.051 103.355C178.334 103.139 178.683 102.969 179.098 102.848C179.512 102.721 179.988 102.647 180.525 102.625L181.816 102.573ZM193.765 102.977L193.77 103.12C193.792 103.644 193.752 104.129 193.652 104.576C193.556 105.017 193.4 105.405 193.186 105.737C192.971 106.07 192.699 106.332 192.369 106.523C192.044 106.714 191.661 106.819 191.219 106.836C190.832 106.852 190.492 106.8 190.2 106.679C189.908 106.559 189.659 106.384 189.453 106.156C189.248 105.922 189.079 105.646 188.948 105.328C188.816 105.005 188.715 104.649 188.644 104.259L188.558 102.121C188.595 101.7 188.664 101.314 188.764 100.963C188.868 100.608 189.013 100.299 189.198 100.036C189.388 99.7728 189.621 99.5672 189.898 99.4191C190.175 99.2665 190.507 99.1823 190.894 99.1666C191.249 99.1521 191.572 99.2029 191.864 99.3187C192.156 99.43 192.416 99.5973 192.644 99.8207C192.872 100.039 193.065 100.308 193.224 100.625C193.383 100.938 193.507 101.293 193.596 101.691C193.69 102.088 193.746 102.517 193.765 102.977ZM192.124 103.187L192.118 103.044C192.107 102.757 192.077 102.485 192.03 102.226C191.984 101.968 191.917 101.734 191.831 101.523C191.749 101.307 191.646 101.122 191.521 100.968C191.396 100.809 191.247 100.689 191.075 100.61C190.908 100.525 190.715 100.487 190.496 100.496C190.2 100.508 189.956 100.568 189.765 100.677C189.577 100.78 189.437 100.922 189.344 101.104C189.255 101.281 189.202 101.484 189.184 101.713L189.302 104.622C189.342 104.812 189.415 104.978 189.521 105.12C189.632 105.261 189.784 105.371 189.979 105.45C190.174 105.524 190.419 105.555 190.715 105.543C190.988 105.532 191.216 105.466 191.398 105.345C191.584 105.218 191.732 105.048 191.842 104.834C191.957 104.619 192.036 104.372 192.079 104.092C192.122 103.812 192.137 103.511 192.124 103.187ZM184.713 103.488L184.708 103.345C184.689 102.885 184.708 102.453 184.764 102.05C184.821 101.646 184.916 101.282 185.048 100.957C185.186 100.628 185.359 100.345 185.568 100.108C185.777 99.867 186.023 99.6792 186.305 99.5446C186.586 99.4054 186.905 99.3286 187.26 99.3142C187.642 99.2986 187.975 99.3558 188.259 99.4857C188.542 99.611 188.785 99.7973 188.986 100.045C189.192 100.292 189.36 100.588 189.488 100.934C189.62 101.275 189.722 101.654 189.794 102.071L189.877 104.127C189.844 104.53 189.774 104.902 189.67 105.244C189.565 105.585 189.422 105.883 189.241 106.137C189.059 106.391 188.83 106.591 188.554 106.739C188.277 106.888 187.945 106.969 187.558 106.985C187.121 107.003 186.73 106.93 186.386 106.766C186.042 106.602 185.749 106.363 185.508 106.049C185.268 105.735 185.079 105.362 184.943 104.929C184.811 104.492 184.735 104.012 184.713 103.488ZM186.354 103.278L186.359 103.421C186.373 103.745 186.41 104.044 186.471 104.32C186.537 104.596 186.631 104.836 186.754 105.041C186.876 105.241 187.033 105.396 187.224 105.507C187.416 105.618 187.648 105.668 187.921 105.657C188.222 105.645 188.466 105.589 188.653 105.49C188.841 105.391 188.982 105.26 189.075 105.097C189.173 104.933 189.234 104.748 189.258 104.542L189.143 101.714C189.106 101.488 189.035 101.29 188.927 101.121C188.82 100.948 188.669 100.817 188.474 100.729C188.278 100.637 188.03 100.596 187.73 100.609C187.457 100.62 187.227 100.698 187.041 100.842C186.86 100.986 186.715 101.181 186.607 101.427C186.503 101.669 186.43 101.95 186.388 102.271C186.351 102.587 186.339 102.923 186.354 103.278ZM188.637 109.644L188.096 96.311L189.749 96.2438L190.29 109.577L188.637 109.644ZM199.431 104.875L199.288 101.35C199.277 101.086 199.22 100.86 199.117 100.673C199.013 100.486 198.862 100.343 198.662 100.247C198.466 100.15 198.223 100.107 197.931 100.119C197.663 100.13 197.432 100.185 197.24 100.284C197.048 100.383 196.9 100.512 196.797 100.671C196.694 100.831 196.647 101.008 196.655 101.204L195.016 101.271C195.004 100.979 195.063 100.694 195.193 100.415C195.323 100.136 195.518 99.8841 195.778 99.6592C196.038 99.4342 196.352 99.2527 196.721 99.1146C197.089 98.9765 197.505 98.898 197.97 98.8791C198.525 98.8566 199.021 98.9299 199.457 99.0992C199.897 99.2684 200.247 99.5369 200.509 99.9048C200.774 100.268 200.919 100.732 200.941 101.297L201.075 104.582C201.089 104.919 201.124 105.221 201.18 105.488C201.241 105.75 201.321 105.977 201.42 106.169L201.424 106.278L199.737 106.347C199.653 106.172 199.582 105.949 199.525 105.678C199.473 105.402 199.442 105.134 199.431 104.875ZM199.548 101.853L199.603 102.87L198.421 102.918C198.116 102.93 197.849 102.971 197.619 103.039C197.389 103.103 197.199 103.193 197.048 103.309C196.898 103.424 196.787 103.561 196.716 103.719C196.645 103.877 196.613 104.054 196.621 104.25C196.629 104.446 196.682 104.624 196.78 104.784C196.877 104.94 197.014 105.059 197.191 105.143C197.373 105.227 197.588 105.264 197.839 105.254C198.176 105.24 198.467 105.16 198.712 105.013C198.961 104.862 199.154 104.683 199.292 104.477C199.429 104.266 199.499 104.069 199.501 103.887L200.063 104.596C200.016 104.785 199.931 104.989 199.807 105.208C199.684 105.428 199.519 105.64 199.313 105.844C199.112 106.044 198.865 106.211 198.574 106.346C198.288 106.481 197.953 106.556 197.571 106.572C197.088 106.591 196.654 106.513 196.268 106.337C195.882 106.157 195.576 105.907 195.348 105.588C195.121 105.264 194.999 104.893 194.982 104.474C194.966 104.082 195.024 103.733 195.158 103.427C195.296 103.115 195.504 102.852 195.783 102.635C196.066 102.418 196.415 102.249 196.829 102.127C197.244 102.001 197.72 101.927 198.257 101.905L199.548 101.853ZM209.266 102.423L207.845 102.48L207.811 101.647L208.958 101.6C209.25 101.589 209.481 101.54 209.65 101.456C209.825 101.371 209.946 101.259 210.013 101.12C210.085 100.975 210.117 100.81 210.109 100.623C210.103 100.459 210.058 100.306 209.974 100.163C209.895 100.016 209.765 99.8983 209.584 99.8099C209.402 99.7215 209.159 99.6834 208.854 99.6958C208.603 99.706 208.38 99.7561 208.183 99.8463C207.99 99.9362 207.84 100.056 207.732 100.207C207.624 100.357 207.574 100.528 207.582 100.719L205.936 100.786C205.917 100.326 206.031 99.9245 206.277 99.5816C206.527 99.2385 206.87 98.9691 207.304 98.7736C207.739 98.5781 208.22 98.4696 208.748 98.4481C209.199 98.4298 209.606 98.4611 209.97 98.5422C210.333 98.6186 210.644 98.7428 210.902 98.9148C211.164 99.082 211.367 99.2973 211.51 99.5606C211.657 99.8191 211.738 100.124 211.752 100.474C211.762 100.725 211.713 100.964 211.603 101.192C211.494 101.42 211.331 101.625 211.115 101.807C210.899 101.985 210.633 102.128 210.318 102.236C210.008 102.345 209.657 102.407 209.266 102.423ZM207.825 102.002L209.246 101.944C209.683 101.927 210.072 101.954 210.413 102.027C210.753 102.095 211.04 102.207 211.274 102.361C211.509 102.516 211.688 102.712 211.811 102.949C211.939 103.181 212.01 103.451 212.022 103.761C212.036 104.107 211.974 104.422 211.835 104.706C211.7 104.985 211.5 105.226 211.235 105.428C210.974 105.63 210.659 105.789 210.29 105.904C209.92 106.02 209.51 106.087 209.059 106.105C208.568 106.125 208.086 106.062 207.615 105.917C207.148 105.772 206.758 105.535 206.444 105.205C206.134 104.871 205.968 104.438 205.946 103.905L207.592 103.838C207.6 104.025 207.664 104.198 207.784 104.357C207.905 104.517 208.074 104.644 208.292 104.74C208.51 104.832 208.77 104.871 209.07 104.859C209.38 104.847 209.631 104.789 209.823 104.685C210.014 104.577 210.155 104.441 210.244 104.278C210.333 104.11 210.374 103.935 210.366 103.753C210.356 103.507 210.301 103.311 210.199 103.165C210.097 103.018 209.947 102.915 209.748 102.855C209.55 102.79 209.302 102.763 209.006 102.775L207.859 102.822L207.825 102.002ZM217.613 104.136L217.47 100.612C217.46 100.347 217.402 100.122 217.299 99.9343C217.196 99.7469 217.044 99.6049 216.844 99.5081C216.648 99.4111 216.405 99.3686 216.114 99.3804C215.845 99.3913 215.614 99.4463 215.422 99.5453C215.23 99.6443 215.083 99.7735 214.98 99.9327C214.877 100.092 214.829 100.27 214.837 100.465L213.198 100.532C213.186 100.24 213.245 99.9553 213.375 99.6764C213.505 99.3974 213.7 99.1455 213.96 98.9205C214.22 98.6956 214.534 98.5141 214.903 98.376C215.271 98.2379 215.688 98.1594 216.152 98.1405C216.708 98.1179 217.203 98.1913 217.639 98.3606C218.079 98.5297 218.43 98.7983 218.691 99.1662C218.957 99.5295 219.101 99.9934 219.124 100.558L219.257 103.843C219.271 104.18 219.306 104.482 219.362 104.749C219.423 105.011 219.503 105.238 219.602 105.43L219.607 105.54L217.92 105.608C217.835 105.434 217.764 105.211 217.708 104.939C217.655 104.663 217.624 104.395 217.613 104.136ZM217.73 101.114L217.785 102.131L216.604 102.179C216.298 102.192 216.031 102.232 215.801 102.301C215.571 102.365 215.381 102.455 215.231 102.57C215.08 102.686 214.969 102.823 214.898 102.981C214.827 103.139 214.796 103.315 214.804 103.511C214.812 103.707 214.864 103.885 214.962 104.045C215.06 104.201 215.197 104.321 215.373 104.405C215.555 104.489 215.771 104.526 216.021 104.515C216.358 104.502 216.649 104.421 216.894 104.275C217.143 104.123 217.337 103.944 217.474 103.738C217.612 103.527 217.681 103.33 217.683 103.148L218.245 103.857C218.198 104.046 218.113 104.25 217.99 104.47C217.866 104.689 217.702 104.901 217.495 105.105C217.294 105.305 217.047 105.473 216.756 105.607C216.47 105.742 216.136 105.817 215.753 105.833C215.27 105.853 214.836 105.774 214.45 105.599C214.065 105.418 213.758 105.168 213.531 104.849C213.303 104.525 213.181 104.154 213.164 103.735C213.148 103.344 213.207 102.995 213.34 102.688C213.478 102.377 213.686 102.113 213.965 101.896C214.248 101.68 214.597 101.51 215.012 101.389C215.426 101.262 215.902 101.188 216.439 101.167L217.73 101.114ZM224.07 101.739L224.064 101.582C224.042 101.049 224.1 100.552 224.236 100.09C224.372 99.6242 224.579 99.2167 224.857 98.8679C225.139 98.5143 225.488 98.2356 225.904 98.0317C226.324 97.8231 226.803 97.7079 227.34 97.686C227.882 97.664 228.369 97.74 228.8 97.9141C229.235 98.0834 229.608 98.3328 229.918 98.6623C230.228 98.9872 230.469 99.3765 230.643 99.8301C230.816 100.279 230.914 100.77 230.935 101.303L230.942 101.46C230.963 101.993 230.906 102.49 230.77 102.952C230.633 103.413 230.424 103.821 230.142 104.174C229.86 104.523 229.511 104.802 229.095 105.01C228.679 105.214 228.202 105.327 227.665 105.349C227.123 105.371 226.634 105.297 226.199 105.128C225.768 104.954 225.397 104.705 225.088 104.38C224.778 104.05 224.536 103.661 224.363 103.212C224.189 102.763 224.092 102.272 224.07 101.739ZM225.71 101.515L225.716 101.672C225.73 102.005 225.777 102.317 225.857 102.611C225.937 102.904 226.055 103.159 226.21 103.376C226.365 103.593 226.558 103.761 226.791 103.879C227.024 103.998 227.298 104.05 227.612 104.038C227.917 104.025 228.178 103.951 228.396 103.814C228.619 103.677 228.798 103.495 228.935 103.266C229.072 103.036 229.168 102.773 229.225 102.474C229.285 102.175 229.309 101.859 229.295 101.527L229.289 101.37C229.276 101.042 229.227 100.734 229.142 100.445C229.062 100.152 228.942 99.8946 228.782 99.6731C228.627 99.4513 228.433 99.2813 228.201 99.1631C227.972 99.0401 227.703 98.9849 227.393 98.9974C227.084 99.01 226.818 99.087 226.595 99.2283C226.378 99.3648 226.2 99.5499 226.064 99.7835C225.927 100.017 225.831 100.283 225.775 100.582C225.718 100.876 225.697 101.187 225.71 101.515ZM235.433 97.4941L235.733 104.885L234.08 104.952L233.78 97.5613L235.433 97.4941ZM237.858 97.3956L237.91 98.6934L231.449 98.9559L231.396 97.6581L237.858 97.3956ZM240.733 97.2788L241.033 104.669L239.387 104.736L239.087 97.3457L240.733 97.2788ZM245.555 97.0829L242.41 101.665L240.531 101.741L240.252 100.261L241.625 100.205L243.499 97.1664L245.555 97.0829ZM243.929 104.552L241.572 101.418L242.831 100.43L246.095 104.464L243.929 104.552ZM251.655 96.8351L251.708 98.1466L248.102 98.2931L248.048 96.9816L251.655 96.8351ZM252.946 96.7827L253.246 104.173L251.6 104.24L251.3 96.8496L252.946 96.7827ZM247.645 96.998L249.271 96.932L249.221 100.594C249.216 101.137 249.181 101.618 249.116 102.035C249.055 102.448 248.965 102.805 248.844 103.107C248.724 103.404 248.572 103.647 248.388 103.837C248.205 104.027 247.987 104.17 247.735 104.267C247.484 104.364 247.199 104.419 246.88 104.432L246.368 104.452L246.306 103.1L246.565 103.069C246.733 103.049 246.877 103 246.997 102.922C247.116 102.839 247.217 102.726 247.297 102.581C247.383 102.436 247.448 102.251 247.494 102.026C247.544 101.8 247.579 101.534 247.598 101.228C247.622 100.921 247.635 100.565 247.637 100.159L247.645 96.998ZM259.166 99.5198L259.22 100.831L255.258 100.992L255.205 99.6807L259.166 99.5198ZM256.491 96.6387L256.791 104.029L255.145 104.096L254.844 96.7056L256.491 96.6387ZM257.983 100.361L257.976 100.204C257.955 99.6716 258.012 99.1744 258.148 98.7128C258.285 98.2466 258.494 97.839 258.776 97.49C259.058 97.1365 259.407 96.8577 259.823 96.6538C260.239 96.4454 260.715 96.3302 261.253 96.3084C261.799 96.2862 262.288 96.3621 262.719 96.5362C263.155 96.7055 263.527 96.9549 263.837 97.2844C264.147 97.6093 264.389 97.9986 264.562 98.4522C264.735 98.9013 264.833 99.3922 264.855 99.925L264.861 100.082C264.883 100.615 264.825 101.112 264.689 101.574C264.553 102.035 264.343 102.443 264.061 102.796C263.783 103.145 263.434 103.424 263.014 103.633C262.598 103.837 262.119 103.949 261.578 103.971C261.036 103.993 260.549 103.92 260.118 103.75C259.687 103.576 259.314 103.327 259 103.002C258.69 102.673 258.449 102.283 258.275 101.834C258.102 101.385 258.004 100.894 257.983 100.361ZM259.629 100.137L259.636 100.294C259.649 100.627 259.696 100.94 259.776 101.233C259.857 101.526 259.974 101.781 260.129 101.998C260.284 102.216 260.478 102.383 260.711 102.502C260.943 102.62 261.215 102.673 261.524 102.66C261.834 102.647 262.098 102.573 262.316 102.436C262.538 102.3 262.718 102.117 262.854 101.888C262.991 101.659 263.088 101.395 263.144 101.096C263.205 100.797 263.228 100.481 263.215 100.149L263.208 99.9918C263.195 99.664 263.146 99.3558 263.061 99.0674C262.981 98.7742 262.863 98.5167 262.708 98.2949C262.553 98.0732 262.36 97.9032 262.127 97.7849C261.894 97.6621 261.62 97.6071 261.306 97.6198C261.001 97.6322 260.737 97.7091 260.515 97.8504C260.297 97.9869 260.12 98.172 259.983 98.4056C259.847 98.6392 259.75 98.9054 259.694 99.2041C259.638 99.4983 259.616 99.8094 259.629 100.137ZM272.009 96.0083L272.309 103.399L270.663 103.466L270.363 96.0752L272.009 96.0083ZM271.445 99.3083L271.498 100.613C271.301 100.708 271.079 100.796 270.832 100.879C270.589 100.958 270.331 101.025 270.06 101.082C269.789 101.134 269.514 101.166 269.236 101.177C268.585 101.203 268.018 101.126 267.537 100.945C267.06 100.764 266.685 100.471 266.413 100.067C266.146 99.6581 265.999 99.1327 265.973 98.4907L265.882 96.2504L267.521 96.1838L267.612 98.4241C267.627 98.7929 267.694 99.0844 267.812 99.2986C267.935 99.5125 268.11 99.6628 268.337 99.7493C268.564 99.8359 268.846 99.8723 269.183 99.8586C269.465 99.8472 269.73 99.8181 269.979 99.7715C270.228 99.7204 270.474 99.6556 270.717 99.5773C270.96 99.4991 271.203 99.4094 271.445 99.3083ZM277.328 103.332C276.782 103.354 276.284 103.285 275.835 103.125C275.391 102.961 275.007 102.724 274.684 102.413C274.366 102.102 274.116 101.731 273.934 101.301C273.753 100.87 273.652 100.402 273.631 99.8968L273.62 99.6236C273.597 99.0453 273.659 98.5182 273.809 98.0424C273.958 97.5665 274.177 97.1563 274.464 96.8117C274.75 96.4625 275.095 96.1908 275.498 95.9966C275.9 95.8023 276.341 95.6955 276.819 95.6761C277.347 95.6546 277.813 95.7246 278.216 95.8861C278.62 96.0476 278.958 96.2848 279.23 96.5975C279.507 96.9055 279.719 97.2778 279.864 97.7143C280.014 98.1506 280.1 98.6352 280.122 99.168L280.15 99.8715L274.44 100.103L274.392 98.9218L278.476 98.7559L278.471 98.6261C278.45 98.3305 278.38 98.0551 278.26 97.8C278.144 97.5447 277.974 97.3418 277.749 97.1913C277.524 97.0408 277.23 96.973 276.865 96.9878C276.592 96.9989 276.351 97.068 276.142 97.1951C275.937 97.3174 275.768 97.4907 275.636 97.715C275.504 97.9393 275.405 98.2079 275.34 98.5207C275.28 98.8287 275.257 99.174 275.273 99.5565L275.284 99.8297C275.297 100.153 275.353 100.452 275.45 100.726C275.553 100.996 275.694 101.229 275.876 101.427C276.057 101.625 276.273 101.778 276.524 101.887C276.774 101.99 277.057 102.036 277.371 102.023C277.767 102.007 278.117 101.913 278.42 101.741C278.723 101.569 278.983 101.333 279.198 101.032L280.1 101.837C279.95 102.076 279.752 102.307 279.506 102.532C279.259 102.751 278.954 102.935 278.591 103.082C278.232 103.229 277.811 103.312 277.328 103.332ZM286.437 98.5146L286.49 99.8123L282.665 99.9677L282.612 98.67L286.437 98.5146ZM282.965 95.5632L283.265 102.954L281.619 103.021L281.319 95.6301L282.965 95.5632ZM287.5 95.379L287.8 102.769L286.154 102.836L285.854 95.4459L287.5 95.379ZM291.159 100.225L293.859 95.1207L295.505 95.0538L295.806 102.444L294.159 102.511L293.957 97.5181L291.257 102.629L289.61 102.696L289.31 95.3055L290.956 95.2386L291.159 100.225ZM300.811 102.378C300.264 102.4 299.767 102.331 299.318 102.172C298.873 102.007 298.49 101.77 298.167 101.459C297.849 101.148 297.599 100.777 297.417 100.347C297.235 99.9163 297.134 99.4484 297.114 98.9429L297.103 98.6697C297.079 98.0914 297.142 97.5643 297.291 97.0885C297.441 96.6126 297.659 96.2024 297.946 95.8578C298.233 95.5086 298.578 95.2369 298.98 95.0427C299.383 94.8484 299.823 94.7416 300.301 94.7222C300.83 94.7007 301.295 94.7707 301.699 94.9322C302.102 95.0937 302.44 95.3308 302.713 95.6436C302.99 95.9516 303.201 96.3239 303.347 96.7604C303.497 97.1967 303.582 97.6813 303.604 98.214L303.633 98.9176L297.923 99.1495L297.875 97.9679L301.959 97.802L301.954 97.6722C301.933 97.3766 301.862 97.1012 301.742 96.8461C301.627 96.5908 301.457 96.3879 301.232 96.2374C301.007 96.0869 300.712 96.0191 300.348 96.0339C300.075 96.045 299.833 96.1141 299.624 96.2411C299.419 96.3635 299.251 96.5368 299.119 96.7611C298.986 96.9854 298.888 97.254 298.823 97.5667C298.762 97.8748 298.74 98.2201 298.756 98.6026L298.767 98.8758C298.78 99.1991 298.835 99.4979 298.933 99.7721C299.035 100.042 299.177 100.275 299.358 100.473C299.54 100.671 299.756 100.824 300.006 100.933C300.257 101.036 300.539 101.082 300.853 101.069C301.25 101.053 301.599 100.959 301.902 100.787C302.206 100.615 302.465 100.379 302.681 100.078L303.583 100.883C303.433 101.122 303.234 101.353 302.988 101.578C302.742 101.798 302.437 101.981 302.073 102.128C301.714 102.275 301.294 102.358 300.811 102.378Z' fill='%23070708'/%3E%3Ccircle cx='110.119' cy='130.505' r='4.5' transform='rotate(-2.32621 110.119 130.505)' fill='%23070708'/%3E%3Cpath d='M129.702 124.251L129.758 125.617L125.133 125.805L125.482 134.384L123.774 134.453L123.37 124.508L129.702 124.251ZM124.714 128.278L127.214 128.177C127.97 128.146 128.622 128.247 129.169 128.48C129.717 128.709 130.141 129.045 130.442 129.489C130.743 129.933 130.905 130.458 130.93 131.063C130.948 131.519 130.886 131.939 130.742 132.323C130.598 132.707 130.376 133.045 130.078 133.335C129.779 133.621 129.41 133.848 128.97 134.016C128.534 134.185 128.032 134.28 127.463 134.303L123.774 134.453L123.37 124.508L125.092 124.438L125.44 133.024L127.408 132.944C127.84 132.927 128.192 132.832 128.463 132.662C128.734 132.487 128.931 132.264 129.052 131.995C129.178 131.725 129.234 131.433 129.222 131.119C129.209 130.814 129.13 130.539 128.983 130.294C128.841 130.049 128.628 129.857 128.344 129.718C128.06 129.579 127.702 129.518 127.269 129.536L124.769 129.637L124.714 128.278ZM139.053 132.471L139.108 133.83L133.829 134.045L133.773 132.686L139.053 132.471ZM133.91 124.08L134.314 134.025L132.599 134.095L132.195 124.15L133.91 124.08ZM138.183 128.066L138.238 129.405L133.648 129.591L133.593 128.253L138.183 128.066ZM138.67 123.887L138.726 125.253L133.48 125.466L133.425 124.1L138.67 123.887ZM143.723 128.867L142.344 128.923L142.304 127.947L143.492 127.898C143.916 127.881 144.257 127.806 144.516 127.672C144.775 127.534 144.959 127.351 145.069 127.123C145.182 126.89 145.233 126.624 145.221 126.323C145.21 126.054 145.132 125.811 144.986 125.594C144.845 125.376 144.633 125.207 144.35 125.086C144.066 124.961 143.706 124.907 143.269 124.925C142.941 124.938 142.645 125.009 142.381 125.139C142.118 125.268 141.91 125.443 141.76 125.663C141.613 125.884 141.546 126.139 141.558 126.431L139.844 126.501C139.826 126.068 139.902 125.677 140.07 125.328C140.242 124.975 140.483 124.671 140.792 124.416C141.106 124.162 141.469 123.962 141.883 123.818C142.301 123.669 142.745 123.584 143.214 123.565C143.76 123.543 144.257 123.585 144.703 123.69C145.15 123.79 145.537 123.952 145.866 124.176C146.194 124.4 146.45 124.686 146.633 125.034C146.815 125.378 146.916 125.782 146.935 126.247C146.949 126.588 146.882 126.912 146.735 127.219C146.592 127.526 146.38 127.799 146.098 128.039C145.816 128.278 145.472 128.473 145.068 128.621C144.668 128.765 144.22 128.847 143.723 128.867ZM142.319 128.329L143.699 128.273C144.25 128.251 144.742 128.288 145.175 128.384C145.607 128.481 145.976 128.632 146.281 128.839C146.586 129.045 146.822 129.307 146.99 129.624C147.158 129.937 147.25 130.3 147.267 130.714C147.286 131.179 147.209 131.597 147.037 131.969C146.87 132.336 146.623 132.652 146.296 132.916C145.969 133.18 145.578 133.385 145.124 133.531C144.674 133.677 144.175 133.761 143.629 133.784C143.187 133.801 142.748 133.765 142.311 133.673C141.878 133.576 141.482 133.419 141.122 133.201C140.766 132.978 140.476 132.689 140.252 132.333C140.027 131.978 139.905 131.545 139.884 131.035L141.606 130.965C141.617 131.247 141.707 131.504 141.876 131.734C142.05 131.959 142.28 132.137 142.568 132.267C142.861 132.392 143.196 132.446 143.574 132.431C144.006 132.414 144.37 132.33 144.665 132.182C144.965 132.033 145.189 131.836 145.339 131.593C145.493 131.35 145.565 131.08 145.553 130.784C145.541 130.502 145.488 130.26 145.393 130.058C145.303 129.852 145.173 129.689 145.004 129.568C144.834 129.443 144.628 129.353 144.384 129.299C144.14 129.245 143.861 129.224 143.547 129.237L142.358 129.286L142.319 128.329ZM155.296 131.996C155.565 131.985 155.804 131.923 156.014 131.809C156.228 131.691 156.397 131.534 156.522 131.337C156.65 131.141 156.717 130.917 156.72 130.666L158.271 130.603C158.281 131.081 158.157 131.522 157.9 131.924C157.643 132.327 157.293 132.654 156.852 132.904C156.411 133.15 155.917 133.284 155.37 133.307C154.805 133.33 154.31 133.254 153.883 133.08C153.456 132.901 153.097 132.646 152.805 132.316C152.514 131.986 152.288 131.601 152.129 131.16C151.974 130.719 151.886 130.244 151.866 129.734L151.856 129.495C151.835 128.985 151.884 128.504 152.003 128.052C152.126 127.596 152.319 127.191 152.583 126.838C152.847 126.485 153.184 126.205 153.595 125.997C154.006 125.784 154.492 125.666 155.052 125.643C155.644 125.619 156.168 125.717 156.624 125.935C157.079 126.149 157.443 126.461 157.715 126.869C157.992 127.273 158.146 127.75 158.177 128.301L156.627 128.364C156.602 128.091 156.524 127.848 156.392 127.634C156.264 127.416 156.089 127.245 155.865 127.122C155.645 126.999 155.385 126.943 155.085 126.956C154.752 126.969 154.48 127.049 154.267 127.194C154.053 127.335 153.89 127.524 153.777 127.761C153.663 127.994 153.584 128.255 153.541 128.544C153.503 128.828 153.49 129.123 153.502 129.428L153.512 129.667C153.524 129.972 153.561 130.267 153.623 130.552C153.685 130.837 153.782 131.091 153.914 131.313C154.051 131.531 154.231 131.704 154.455 131.832C154.679 131.955 154.959 132.01 155.296 131.996ZM161.044 126.96L161.402 135.771L159.756 135.838L159.34 125.606L160.856 125.544L161.044 126.96ZM165.949 128.97L165.955 129.114C165.977 129.651 165.933 130.152 165.824 130.617C165.72 131.078 165.552 131.484 165.32 131.835C165.092 132.182 164.804 132.456 164.457 132.657C164.109 132.858 163.703 132.968 163.239 132.987C162.779 133.006 162.372 132.938 162.019 132.783C161.671 132.624 161.372 132.392 161.122 132.088C160.873 131.783 160.666 131.422 160.504 131.005C160.345 130.582 160.226 130.117 160.146 129.61L160.123 129.056C160.161 128.512 160.241 128.016 160.364 127.569C160.492 127.121 160.668 126.733 160.891 126.405C161.115 126.077 161.394 125.819 161.729 125.632C162.063 125.445 162.458 125.342 162.914 125.324C163.378 125.305 163.794 125.379 164.161 125.547C164.528 125.71 164.841 125.953 165.101 126.275C165.36 126.593 165.56 126.982 165.702 127.441C165.844 127.896 165.926 128.406 165.949 128.97ZM164.309 129.181L164.303 129.037C164.289 128.696 164.244 128.38 164.169 128.092C164.093 127.798 163.982 127.543 163.836 127.325C163.691 127.108 163.508 126.942 163.289 126.827C163.075 126.708 162.819 126.655 162.524 126.667C162.232 126.679 161.984 126.739 161.778 126.848C161.573 126.952 161.403 127.093 161.269 127.272C161.135 127.451 161.034 127.658 160.966 127.893C160.897 128.124 160.853 128.375 160.832 128.645L160.886 129.97C160.954 130.295 161.059 130.592 161.202 130.86C161.346 131.128 161.541 131.339 161.789 131.493C162.041 131.642 162.359 131.709 162.741 131.694C163.037 131.682 163.287 131.608 163.492 131.472C163.696 131.336 163.86 131.153 163.983 130.925C164.11 130.692 164.2 130.426 164.251 130.127C164.303 129.829 164.322 129.513 164.309 129.181ZM167.041 129.076L167.035 128.919C167.013 128.387 167.07 127.889 167.207 127.428C167.343 126.962 167.55 126.554 167.827 126.205C168.11 125.852 168.459 125.573 168.874 125.369C169.295 125.16 169.774 125.045 170.311 125.023C170.853 125.001 171.339 125.077 171.771 125.251C172.206 125.421 172.579 125.67 172.889 126C173.198 126.325 173.44 126.714 173.614 127.167C173.787 127.617 173.884 128.107 173.906 128.64L173.912 128.797C173.934 129.33 173.877 129.827 173.74 130.289C173.604 130.751 173.395 131.158 173.113 131.512C172.83 131.861 172.481 132.139 172.066 132.348C171.65 132.552 171.173 132.665 170.636 132.686C170.094 132.708 169.605 132.635 169.17 132.466C168.738 132.291 168.368 132.042 168.058 131.717C167.748 131.388 167.507 130.998 167.333 130.549C167.16 130.1 167.063 129.609 167.041 129.076ZM168.681 128.852L168.687 129.01C168.701 129.342 168.748 129.655 168.828 129.948C168.908 130.241 169.026 130.496 169.181 130.714C169.335 130.931 169.529 131.099 169.762 131.217C169.995 131.335 170.268 131.388 170.583 131.375C170.888 131.363 171.149 131.288 171.367 131.152C171.59 131.015 171.769 130.832 171.906 130.603C172.042 130.374 172.139 130.11 172.195 129.811C172.256 129.512 172.28 129.197 172.266 128.864L172.26 128.707C172.247 128.379 172.198 128.071 172.113 127.783C172.032 127.489 171.913 127.232 171.753 127.01C171.598 126.789 171.404 126.619 171.171 126.5C170.943 126.377 170.674 126.322 170.364 126.335C170.054 126.347 169.789 126.424 169.566 126.566C169.348 126.702 169.171 126.887 169.035 127.121C168.898 127.354 168.802 127.621 168.745 127.919C168.689 128.214 168.667 128.525 168.681 128.852ZM176.914 124.892L177.215 132.282L175.569 132.349L175.268 124.959L176.914 124.892ZM181.737 124.696L178.591 129.278L176.713 129.354L176.434 127.874L177.806 127.818L179.681 124.78L181.737 124.696ZM180.111 132.165L177.753 129.031L179.013 128.043L182.276 132.077L180.111 132.165ZM187.277 130.389L187.134 126.865C187.123 126.6 187.066 126.375 186.963 126.187C186.859 126 186.708 125.858 186.507 125.761C186.312 125.664 186.069 125.622 185.777 125.633C185.508 125.644 185.278 125.699 185.086 125.798C184.894 125.897 184.746 126.027 184.643 126.186C184.54 126.345 184.493 126.523 184.501 126.718L182.861 126.785C182.85 126.494 182.909 126.208 183.039 125.929C183.169 125.65 183.364 125.399 183.624 125.174C183.884 124.949 184.198 124.767 184.566 124.629C184.935 124.491 185.351 124.412 185.816 124.394C186.371 124.371 186.867 124.444 187.302 124.614C187.743 124.783 188.093 125.051 188.354 125.419C188.62 125.783 188.764 126.246 188.787 126.811L188.921 130.096C188.934 130.433 188.97 130.735 189.026 131.002C189.087 131.264 189.167 131.491 189.266 131.683L189.27 131.793L187.583 131.861C187.498 131.687 187.428 131.464 187.371 131.192C187.319 130.916 187.288 130.649 187.277 130.389ZM187.394 127.367L187.449 128.384L186.267 128.432C185.962 128.445 185.695 128.485 185.465 128.554C185.235 128.618 185.044 128.708 184.894 128.823C184.744 128.939 184.633 129.076 184.562 129.234C184.491 129.392 184.459 129.568 184.467 129.764C184.475 129.96 184.528 130.138 184.626 130.298C184.723 130.454 184.86 130.574 185.037 130.658C185.218 130.742 185.434 130.779 185.685 130.768C186.022 130.755 186.313 130.674 186.557 130.528C186.807 130.376 187 130.197 187.138 129.991C187.275 129.78 187.345 129.583 187.346 129.401L187.909 130.11C187.862 130.299 187.777 130.503 187.653 130.723C187.53 130.942 187.365 131.154 187.159 131.358C186.957 131.558 186.711 131.726 186.42 131.861C186.134 131.995 185.799 132.07 185.417 132.086C184.934 132.106 184.5 132.027 184.114 131.852C183.728 131.671 183.422 131.421 183.194 131.102C182.967 130.778 182.844 130.407 182.827 129.988C182.811 129.597 182.87 129.248 183.004 128.941C183.142 128.63 183.35 128.366 183.628 128.149C183.912 127.933 184.26 127.763 184.675 127.642C185.09 127.515 185.565 127.441 186.103 127.42L187.394 127.367ZM195.233 124.148L196.879 124.081L196.903 126.687C196.911 127.443 196.851 128.096 196.723 128.644C196.594 129.192 196.417 129.657 196.191 130.041C195.965 130.419 195.704 130.733 195.408 130.982C195.117 131.231 194.809 131.431 194.482 131.581L193.997 131.601L193.944 130.303L194.176 130.28C194.363 130.062 194.523 129.846 194.656 129.631C194.793 129.411 194.906 129.171 194.996 128.912C195.086 128.649 195.151 128.343 195.191 127.994C195.236 127.646 195.258 127.232 195.257 126.753L195.233 124.148ZM195.671 124.13L200.356 123.94L200.656 131.33L199.017 131.397L198.773 125.4L195.727 125.523L195.671 124.13ZM193.568 130.304L201.614 129.978L201.757 133.488L200.11 133.555L200.021 131.356L195.288 131.548L195.377 133.748L193.704 133.816L193.568 130.304ZM202.381 127.641L202.375 127.484C202.353 126.951 202.41 126.454 202.547 125.992C202.683 125.526 202.89 125.118 203.167 124.77C203.45 124.416 203.799 124.137 204.214 123.934C204.635 123.725 205.114 123.61 205.651 123.588C206.193 123.566 206.679 123.642 207.111 123.816C207.546 123.985 207.919 124.235 208.229 124.564C208.538 124.889 208.78 125.278 208.953 125.732C209.127 126.181 209.224 126.672 209.246 127.205L209.252 127.362C209.274 127.894 209.217 128.392 209.08 128.853C208.944 129.315 208.735 129.723 208.453 130.076C208.17 130.425 207.821 130.704 207.406 130.912C206.99 131.116 206.513 131.229 205.976 131.251C205.434 131.273 204.945 131.199 204.51 131.03C204.078 130.856 203.708 130.606 203.398 130.281C203.088 129.952 202.847 129.563 202.673 129.114C202.5 128.665 202.403 128.174 202.381 127.641ZM204.021 127.417L204.027 127.574C204.041 127.906 204.088 128.219 204.168 128.512C204.248 128.806 204.366 129.061 204.521 129.278C204.675 129.495 204.869 129.663 205.102 129.781C205.335 129.899 205.608 129.952 205.923 129.939C206.228 129.927 206.489 129.853 206.707 129.716C206.93 129.579 207.109 129.396 207.246 129.167C207.382 128.938 207.479 128.674 207.535 128.376C207.596 128.077 207.62 127.761 207.606 127.429L207.6 127.272C207.587 126.944 207.538 126.635 207.453 126.347C207.372 126.054 207.253 125.796 207.093 125.575C206.938 125.353 206.744 125.183 206.511 125.065C206.283 124.942 206.014 124.887 205.704 124.899C205.394 124.912 205.129 124.989 204.906 125.13C204.688 125.267 204.511 125.452 204.375 125.685C204.238 125.919 204.142 126.185 204.085 126.484C204.029 126.778 204.007 127.089 204.021 127.417ZM215.396 123.329L215.45 124.64L212.226 124.771L212.473 130.85L210.827 130.917L210.526 123.527L215.396 123.329ZM216.055 127.085L216.049 126.928C216.027 126.396 216.085 125.898 216.221 125.437C216.357 124.97 216.564 124.563 216.842 124.214C217.124 123.861 217.473 123.582 217.889 123.378C218.309 123.169 218.788 123.054 219.325 123.032C219.867 123.01 220.354 123.086 220.785 123.26C221.22 123.43 221.593 123.679 221.903 124.009C222.213 124.334 222.454 124.723 222.628 125.176C222.801 125.625 222.899 126.116 222.92 126.649L222.927 126.806C222.948 127.339 222.891 127.836 222.755 128.298C222.618 128.76 222.409 129.167 222.127 129.521C221.845 129.87 221.496 130.148 221.08 130.357C220.664 130.561 220.187 130.674 219.65 130.695C219.108 130.717 218.619 130.644 218.184 130.474C217.753 130.3 217.382 130.051 217.072 129.726C216.763 129.396 216.521 129.007 216.348 128.558C216.174 128.109 216.077 127.618 216.055 127.085ZM217.695 126.861L217.701 127.019C217.715 127.351 217.762 127.664 217.842 127.957C217.922 128.25 218.04 128.505 218.195 128.723C218.35 128.94 218.543 129.107 218.776 129.226C219.009 129.344 219.283 129.397 219.597 129.384C219.902 129.372 220.163 129.297 220.381 129.161C220.604 129.024 220.783 128.841 220.92 128.612C221.057 128.383 221.153 128.119 221.209 127.82C221.27 127.521 221.294 127.206 221.28 126.873L221.274 126.716C221.261 126.388 221.212 126.08 221.127 125.792C221.047 125.498 220.927 125.241 220.767 125.019C220.612 124.798 220.418 124.628 220.186 124.509C219.957 124.386 219.688 124.331 219.378 124.344C219.069 124.356 218.803 124.433 218.58 124.575C218.363 124.711 218.185 124.896 218.049 125.13C217.912 125.363 217.816 125.63 217.76 125.928C217.703 126.223 217.682 126.534 217.695 126.861ZM227.917 127.055L225.554 127.151L225.493 125.99L227.433 125.912C227.752 125.899 228.012 125.856 228.215 125.784C228.422 125.712 228.572 125.61 228.667 125.478C228.762 125.342 228.806 125.181 228.798 124.994C228.792 124.839 228.757 124.706 228.693 124.595C228.629 124.479 228.534 124.387 228.408 124.319C228.287 124.246 228.134 124.198 227.951 124.173C227.772 124.144 227.564 124.134 227.327 124.144L225.981 124.199L226.229 130.291L224.583 130.358L224.283 122.968L227.274 122.846C227.748 122.827 228.175 122.851 228.557 122.917C228.942 122.984 229.273 123.096 229.549 123.253C229.824 123.411 230.038 123.617 230.189 123.87C230.345 124.119 230.431 124.417 230.445 124.763C230.454 124.991 230.412 125.207 230.32 125.411C230.233 125.615 230.097 125.799 229.912 125.961C229.727 126.124 229.497 126.261 229.224 126.373C228.95 126.479 228.634 126.552 228.275 126.589L227.917 127.055ZM228.046 130.217L225.204 130.333L225.807 129.009L227.993 128.92C228.285 128.908 228.524 128.862 228.713 128.781C228.901 128.7 229.038 128.59 229.123 128.45C229.213 128.305 229.254 128.136 229.247 127.945C229.239 127.749 229.186 127.583 229.089 127.445C228.993 127.308 228.847 127.207 228.653 127.141C228.463 127.072 228.218 127.043 227.917 127.055L226.039 127.131L226.006 125.97L228.239 125.879L228.729 126.311C229.199 126.323 229.592 126.408 229.909 126.564C230.225 126.72 230.466 126.922 230.631 127.171C230.796 127.419 230.885 127.694 230.897 127.994C230.911 128.341 230.858 128.648 230.736 128.918C230.62 129.187 230.437 129.416 230.19 129.604C229.946 129.787 229.644 129.931 229.284 130.037C228.923 130.139 228.51 130.199 228.046 130.217ZM231.943 126.44L231.936 126.283C231.915 125.75 231.972 125.253 232.108 124.791C232.244 124.325 232.451 123.918 232.729 123.569C233.011 123.215 233.36 122.937 233.776 122.733C234.196 122.524 234.675 122.409 235.212 122.387C235.754 122.365 236.241 122.441 236.672 122.615C237.108 122.784 237.48 123.034 237.79 123.363C238.1 123.688 238.342 124.077 238.515 124.531C238.688 124.98 238.786 125.471 238.807 126.004L238.814 126.161C238.836 126.694 238.778 127.191 238.642 127.652C238.506 128.114 238.296 128.522 238.014 128.875C237.732 129.224 237.383 129.503 236.967 129.711C236.551 129.915 236.075 130.028 235.537 130.05C234.996 130.072 234.507 129.998 234.071 129.829C233.64 129.655 233.269 129.406 232.96 129.081C232.65 128.751 232.408 128.362 232.235 127.913C232.062 127.464 231.964 126.973 231.943 126.44ZM233.582 126.216L233.589 126.373C233.602 126.706 233.649 127.018 233.729 127.312C233.81 127.605 233.927 127.86 234.082 128.077C234.237 128.294 234.431 128.462 234.664 128.58C234.896 128.699 235.17 128.751 235.484 128.739C235.789 128.726 236.051 128.652 236.269 128.515C236.491 128.378 236.671 128.195 236.807 127.966C236.944 127.737 237.04 127.474 237.097 127.175C237.158 126.876 237.181 126.56 237.168 126.228L237.161 126.071C237.148 125.743 237.099 125.435 237.014 125.146C236.934 124.853 236.814 124.596 236.655 124.374C236.5 124.152 236.306 123.982 236.073 123.864C235.844 123.741 235.575 123.686 235.266 123.698C234.956 123.711 234.69 123.788 234.468 123.929C234.25 124.066 234.073 124.251 233.936 124.484C233.8 124.718 233.703 124.984 233.647 125.283C233.591 125.577 233.569 125.888 233.582 126.216ZM241.751 123.681L242.109 132.492L240.463 132.559L240.047 122.327L241.563 122.266L241.751 123.681ZM246.656 125.692L246.662 125.835C246.683 126.373 246.64 126.874 246.531 127.339C246.427 127.799 246.258 128.205 246.026 128.557C245.799 128.903 245.511 129.177 245.164 129.378C244.816 129.58 244.41 129.69 243.945 129.708C243.486 129.727 243.079 129.659 242.726 129.505C242.378 129.346 242.079 129.114 241.829 128.809C241.58 128.505 241.373 128.144 241.21 127.726C241.052 127.304 240.933 126.839 240.853 126.331L240.83 125.778C240.867 125.234 240.948 124.738 241.071 124.29C241.199 123.843 241.374 123.455 241.598 123.126C241.822 122.798 242.101 122.54 242.436 122.353C242.77 122.167 243.165 122.064 243.621 122.045C244.085 122.027 244.501 122.101 244.868 122.268C245.235 122.431 245.548 122.674 245.807 122.996C246.067 123.314 246.267 123.703 246.409 124.162C246.551 124.617 246.633 125.127 246.656 125.692ZM245.016 125.902L245.01 125.759C244.996 125.417 244.951 125.102 244.875 124.813C244.8 124.52 244.689 124.264 244.543 124.047C244.398 123.829 244.215 123.663 243.996 123.549C243.782 123.43 243.526 123.376 243.23 123.389C242.939 123.4 242.691 123.461 242.485 123.569C242.28 123.673 242.11 123.815 241.976 123.994C241.841 124.172 241.74 124.379 241.672 124.615C241.604 124.846 241.56 125.096 241.539 125.366L241.593 126.691C241.661 127.017 241.766 127.313 241.909 127.581C242.052 127.849 242.248 128.06 242.496 128.214C242.748 128.364 243.066 128.431 243.448 128.415C243.744 128.403 243.994 128.329 244.199 128.193C244.403 128.057 244.567 127.875 244.69 127.646C244.817 127.413 244.906 127.147 244.958 126.849C245.01 126.55 245.029 126.235 245.016 125.902ZM252.315 127.747L252.172 124.223C252.161 123.958 252.104 123.733 252.001 123.545C251.897 123.358 251.746 123.216 251.546 123.119C251.35 123.022 251.107 122.98 250.815 122.991C250.547 123.002 250.316 123.057 250.124 123.156C249.932 123.255 249.784 123.385 249.681 123.544C249.578 123.703 249.531 123.881 249.539 124.076L247.9 124.143C247.888 123.852 247.947 123.566 248.077 123.287C248.207 123.008 248.402 122.757 248.662 122.532C248.922 122.307 249.236 122.125 249.605 121.987C249.973 121.849 250.389 121.77 250.854 121.752C251.409 121.729 251.905 121.802 252.341 121.972C252.781 122.141 253.131 122.409 253.393 122.777C253.658 123.14 253.803 123.604 253.825 124.169L253.959 127.454C253.973 127.791 254.008 128.093 254.064 128.36C254.125 128.622 254.205 128.849 254.304 129.041L254.308 129.151L252.621 129.219C252.537 129.045 252.466 128.822 252.409 128.55C252.357 128.274 252.326 128.007 252.315 127.747ZM252.432 124.725L252.487 125.742L251.305 125.79C251 125.803 250.733 125.843 250.503 125.912C250.273 125.976 250.083 126.066 249.932 126.181C249.782 126.297 249.671 126.434 249.6 126.592C249.529 126.75 249.497 126.926 249.505 127.122C249.513 127.318 249.566 127.496 249.664 127.656C249.761 127.812 249.898 127.932 250.075 128.016C250.256 128.1 250.472 128.137 250.723 128.126C251.06 128.113 251.351 128.032 251.596 127.886C251.845 127.734 252.038 127.555 252.176 127.349C252.313 127.138 252.383 126.941 252.384 126.759L252.947 127.468C252.9 127.657 252.815 127.861 252.691 128.081C252.568 128.3 252.403 128.512 252.197 128.716C251.995 128.916 251.749 129.084 251.458 129.219C251.172 129.353 250.837 129.428 250.455 129.444C249.972 129.464 249.538 129.385 249.152 129.21C248.766 129.029 248.46 128.779 248.232 128.46C248.005 128.136 247.883 127.765 247.866 127.346C247.85 126.955 247.908 126.606 248.042 126.299C248.18 125.988 248.388 125.724 248.667 125.507C248.95 125.291 249.299 125.121 249.713 125C250.128 124.873 250.604 124.799 251.141 124.778L252.432 124.725Z' fill='%23070708'/%3E%3Crect width='239' height='29' transform='translate(88.2607 45.5635) rotate(0.511031)' fill='%23070708'/%3E%3Cpath d='M100.394 62.896L101.114 62.9025C101.52 62.2501 101.882 61.1332 102.112 58.6552L102.287 56.9607L108.431 57.0155L108.378 62.9673L109.226 62.9748L109.193 66.7187L107.417 66.7028L107.434 64.7349L102.155 64.6878L102.137 66.6557L100.361 66.6399L100.394 62.896ZM103.833 59.4386C103.654 61.6291 103.294 62.4739 103.018 62.9194L106.346 62.9491L106.383 58.7733L103.888 58.751L103.833 59.4386ZM114.087 64.9862C111.543 64.9636 110.023 63.0939 110.043 60.886C110.063 58.6941 111.615 56.8519 114.159 56.8746C116.719 56.8974 118.238 58.767 118.219 60.9589C118.199 63.1669 116.646 65.0091 114.087 64.9862ZM114.103 63.1783C115.367 63.1896 116.096 62.1561 116.107 60.9401C116.117 59.7402 115.407 58.6938 114.143 58.6825C112.879 58.6712 112.166 59.7049 112.155 60.9049C112.144 62.1208 112.839 63.167 114.103 63.1783ZM126.009 64.9006L126.078 57.1569L124.302 58.9491L123.018 57.5776L126.408 54.2317L128.392 54.2494L128.297 64.921L126.009 64.9006ZM129.947 59.6075C129.971 56.8556 131.356 54.1158 134.411 54.1431C137.451 54.1702 138.803 56.9344 138.778 59.6863C138.754 62.4382 137.353 65.1938 134.313 65.1667C131.257 65.1394 129.922 62.3594 129.947 59.6075ZM136.458 59.6656C136.476 57.6976 135.913 56.1726 134.393 56.159C132.858 56.1453 132.268 57.6601 132.25 59.628C132.233 61.596 132.795 63.137 134.331 63.1507C135.851 63.1643 136.441 61.6335 136.458 59.6656ZM139.868 59.696C139.893 56.9441 141.277 54.2043 144.333 54.2316C147.373 54.2587 148.724 57.0229 148.7 59.7748C148.675 62.5266 147.275 65.2823 144.235 65.2552C141.179 65.2279 139.843 62.4479 139.868 59.696ZM146.38 59.7541C146.397 57.7861 145.835 56.2611 144.315 56.2475C142.779 56.2338 142.189 57.7486 142.172 59.7165C142.154 61.6845 142.717 63.2255 144.253 63.2392C145.773 63.2528 146.362 61.722 146.38 59.7541ZM163.627 65.2361L163.696 57.5564L160.619 65.2093L159.627 65.2004L156.688 57.4939L156.619 65.1736L154.348 65.1533L154.443 54.4818L157.627 54.5102L160.159 61.189L162.81 54.5564L166.01 54.5849L165.915 65.2565L163.627 65.2361ZM167.532 60.5988C167.562 57.2869 168.892 55.2507 172.497 54.7228L174.772 54.3911L174.755 56.247L172.656 56.5643C170.397 56.8962 169.317 57.7826 169.032 59.2521C169.729 58.2503 170.949 57.7971 172.069 57.8071C174.229 57.8264 175.703 59.4716 175.684 61.5035C175.665 63.6794 174.145 65.5219 171.569 65.499C168.993 65.476 167.506 63.5586 167.532 60.5988ZM173.589 61.4208C173.6 60.2529 172.889 59.2065 171.625 59.1952C170.361 59.1839 169.648 60.2176 169.637 61.3856C169.626 62.6335 170.321 63.6798 171.585 63.691C172.849 63.7023 173.578 62.6688 173.589 61.4208ZM177.174 65.3569L177.243 57.6292L179.274 57.6474L179.232 62.4152L182.458 57.6758L184.506 57.694L184.437 65.4217L182.405 65.4036L182.45 60.4598L179.126 65.3743L177.174 65.3569ZM187.878 65.4524L187.932 59.5007L185.772 59.4814L185.787 57.7055L192.155 57.7623L192.139 59.5382L189.979 59.5189L189.926 65.4707L187.878 65.4524ZM192.35 65.8123L196.242 54.5346L197.714 54.5477L193.822 65.8254L192.35 65.8123ZM198.164 61.672C198.186 59.3041 199.913 57.6394 202.296 57.6607C203.88 57.6748 204.834 58.3714 205.34 59.0959L204.001 60.316C203.638 59.7848 203.08 59.4758 202.376 59.4695C201.144 59.4585 200.272 60.3468 200.26 61.6907C200.248 63.0347 201.104 63.9543 202.336 63.9653C203.04 63.9716 203.603 63.6566 203.976 63.1479L205.293 64.3917C204.774 65.1071 203.808 65.7865 202.224 65.7724C199.84 65.7511 198.143 64.0559 198.164 61.672ZM214.474 60.9214L214.445 64.1693L213.053 64.1569L213.082 60.909L210.202 60.8833L210.213 59.6194L213.093 59.6451L213.121 56.5252L214.513 56.5376L214.485 59.6575L217.349 59.683L217.338 60.947L214.474 60.9214ZM225.083 65.7843L225.152 58.0406L223.376 59.8328L222.092 58.4613L225.482 55.1154L227.466 55.1331L227.371 65.8047L225.083 65.7843ZM229.021 60.4912C229.045 57.7393 230.43 54.9995 233.486 55.0268C236.526 55.0539 237.877 57.8181 237.852 60.5699C237.828 63.3218 236.427 66.0775 233.387 66.0503C230.331 66.0231 228.996 63.2431 229.021 60.4912ZM235.532 60.5493C235.55 58.5813 234.988 57.0563 233.468 57.0427C231.932 57.029 231.342 58.5438 231.325 60.5117C231.307 62.4796 231.869 64.0207 233.405 64.0344C234.925 64.048 235.515 62.5172 235.532 60.5493ZM239.147 64.5017L240.409 62.9768C241.138 63.7354 242.127 64.1442 243.247 64.1542C244.51 64.1655 245.237 63.4519 245.245 62.572C245.253 61.596 244.555 60.9337 243.339 60.9229C242.459 60.915 241.737 61.1806 241.092 61.7829L239.511 61.3368L239.566 55.241L246.894 55.3064L246.876 57.2583L241.772 57.2128L241.749 59.8847C242.313 59.3937 243.18 59.0174 244.156 59.0261C245.964 59.0422 247.569 60.3366 247.549 62.4965C247.529 64.7524 245.821 66.1612 243.245 66.1383C241.389 66.1217 240.05 65.5017 239.147 64.5017ZM258.194 66.0796L256.173 63.0854L255.236 64.0691L255.218 66.0531L253.186 66.0349L253.255 58.3072L255.287 58.3254L255.256 61.7652L258.215 58.3515L260.711 58.3737L257.624 61.8503L260.738 66.1023L258.194 66.0796ZM266.388 66.1527L266.395 65.3527C265.862 65.972 264.947 66.3318 263.939 66.3228C262.707 66.3119 261.258 65.4669 261.274 63.739C261.29 61.931 262.751 61.2881 263.983 61.299C265.007 61.3082 265.916 61.6363 266.423 62.2648L266.432 61.1929C266.439 60.4089 265.772 59.8909 264.748 59.8818C263.916 59.8744 263.145 60.1715 262.484 60.7736L261.728 59.4068C262.68 58.5833 263.899 58.2102 265.115 58.221C266.875 58.2367 268.485 58.9551 268.465 61.179L268.42 66.1708L266.388 66.1527ZM266.405 64.2968L266.413 63.3368C266.081 62.8858 265.443 62.6561 264.787 62.6503C263.987 62.6431 263.328 63.0693 263.321 63.8052C263.315 64.5252 263.967 64.947 264.767 64.9542C265.423 64.96 266.065 64.7417 266.405 64.2968ZM270.436 66.1888L270.504 58.4611L272.536 58.4792L272.511 61.3431L275.711 61.3716L275.736 58.5078L277.768 58.5259L277.699 66.2536L275.667 66.2354L275.695 63.1476L272.495 63.119L272.467 66.2069L270.436 66.1888ZM284.356 66.3129L284.363 65.513C283.83 66.1322 282.915 66.4921 281.907 66.4831C280.675 66.4721 279.226 65.6272 279.242 63.8992C279.258 62.0913 280.72 61.4483 281.951 61.4593C282.975 61.4684 283.885 61.7966 284.391 62.4251L284.4 61.3531C284.407 60.5692 283.74 60.0512 282.716 60.0421C281.884 60.0346 281.113 60.3318 280.452 60.9339L279.696 59.5671C280.648 58.7436 281.867 58.3704 283.083 58.3813C284.843 58.397 286.453 59.1154 286.433 61.3393L286.388 66.3311L284.356 66.3129ZM284.373 64.457L284.381 63.4971C284.049 63.0461 283.411 62.8164 282.755 62.8105C281.955 62.8034 281.296 63.2295 281.289 63.9655C281.283 64.6855 281.935 65.1073 282.735 65.1144C283.391 65.1203 284.033 64.902 284.373 64.457ZM287.699 64.5667C288.435 64.5733 289.05 63.8747 289.352 60.4533L289.496 58.6305L295.736 58.6861L295.667 66.4138L293.635 66.3957L293.688 60.4439L291.209 60.4218L291.156 60.9654C290.813 65.3145 289.65 66.5522 287.682 66.5346L287.699 64.5667ZM301.267 66.6558C298.723 66.6331 297.203 64.7635 297.223 62.5556C297.243 60.3636 298.795 58.5214 301.339 58.5441C303.899 58.5669 305.418 60.4366 305.399 62.6285C305.379 64.8364 303.827 66.6786 301.267 66.6558ZM301.283 64.8479C302.547 64.8591 303.276 63.8256 303.287 62.6096C303.297 61.4097 302.587 60.3633 301.323 60.352C300.059 60.3408 299.346 61.3744 299.335 62.5744C299.324 63.7903 300.019 64.8366 301.283 64.8479ZM306.872 66.5138L306.941 58.7861L311.644 58.828C313.404 58.8437 314.196 59.7948 314.187 60.8348C314.178 61.7627 313.581 62.3814 312.859 62.583C313.705 62.7826 314.322 63.5561 314.314 64.4841C314.304 65.652 313.463 66.5726 311.655 66.5564L306.872 66.5138ZM312.12 61.1364C312.123 60.7364 311.854 60.446 311.374 60.4417L308.958 60.4201L308.946 61.7801L311.362 61.8016C311.842 61.8059 312.116 61.5043 312.12 61.1364ZM312.237 64.1935C312.24 63.7935 311.955 63.423 311.427 63.4183L308.932 63.396L308.918 64.916L311.414 64.9382C311.926 64.9428 312.233 64.6415 312.237 64.1935Z' fill='white'/%3E%3C/svg%3E%0A");
    left: 105px;
    top: 135px;
  }
  #first_screen .cta .bubble.lv {
    background-image: url("data:image/svg+xml,%3Csvg width='432' height='176' viewBox='0 0 432 176' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M99.1927 159.982L325.356 143.32L325.467 110.145L360.348 120.944L325.551 84.745L325.581 75.7037L84.4997 75.7041L99.1927 159.982Z' fill='white'/%3E%3Cpath d='M99.1927 159.982L99.3396 161.977L97.5334 162.11L97.2224 160.326L99.1927 159.982ZM325.356 143.32L327.356 143.327L327.35 145.178L325.503 145.315L325.356 143.32ZM325.467 110.145L323.467 110.138L323.476 107.435L326.058 108.234L325.467 110.145ZM360.348 120.944L361.79 119.558L359.756 122.855L360.348 120.944ZM325.551 84.745L324.109 86.131L323.548 85.5476L323.551 84.7383L325.551 84.745ZM325.581 75.7037L325.581 73.7037L327.588 73.7037L327.581 75.7103L325.581 75.7037ZM84.4997 75.7041L82.5294 76.0476L82.1209 73.7041L84.4997 73.7041L84.4997 75.7041ZM99.1927 159.982L99.0457 157.988L325.209 141.325L325.356 143.32L325.503 145.315L99.3396 161.977L99.1927 159.982ZM325.356 143.32L323.356 143.313L323.467 110.138L325.467 110.145L327.467 110.152L327.356 143.327L325.356 143.32ZM325.467 110.145L326.058 108.234L360.939 119.034L360.348 120.944L359.756 122.855L324.875 112.056L325.467 110.145ZM360.348 120.944L358.906 122.33L324.109 86.131L325.551 84.745L326.993 83.359L361.79 119.558L360.348 120.944ZM325.551 84.745L323.551 84.7383L323.581 75.697L325.581 75.7037L327.581 75.7103L327.551 84.7516L325.551 84.745ZM325.581 75.7037L325.581 77.7037L84.4997 77.7041L84.4997 75.7041L84.4997 73.7041L325.581 73.7037L325.581 75.7037ZM84.4997 75.7041L86.47 75.3606L101.163 159.639L99.1927 159.982L97.2224 160.326L82.5294 76.0476L84.4997 75.7041Z' fill='%23070708'/%3E%3Ccircle cx='122.593' cy='104.977' r='4.5' transform='rotate(-2.32621 122.593 104.977)' fill='%23070708'/%3E%3Cpath d='M139.823 104.278L137.289 104.381L137.224 103.132L139.437 103.042C139.811 103.026 140.125 102.959 140.38 102.839C140.639 102.715 140.833 102.545 140.961 102.33C141.089 102.11 141.147 101.85 141.135 101.55C141.121 101.217 141.047 100.949 140.911 100.745C140.775 100.54 140.573 100.396 140.305 100.311C140.041 100.226 139.707 100.191 139.302 100.208L137.642 100.275L137.99 108.854L136.276 108.924L135.872 98.9789L139.246 98.8418C139.792 98.8196 140.282 98.8522 140.714 98.9395C141.151 99.0267 141.524 99.1757 141.834 99.3866C142.148 99.5928 142.389 99.8612 142.557 100.192C142.731 100.522 142.826 100.92 142.845 101.384C142.862 101.794 142.779 102.174 142.597 102.523C142.415 102.868 142.137 103.155 141.764 103.385C141.39 103.615 140.919 103.761 140.352 103.825L139.823 104.278ZM139.93 108.775L136.932 108.897L137.648 107.507L139.875 107.416C140.262 107.4 140.583 107.324 140.837 107.185C141.091 107.043 141.277 106.855 141.396 106.622C141.518 106.385 141.573 106.111 141.561 105.801C141.548 105.478 141.479 105.2 141.356 104.968C141.232 104.732 141.045 104.554 140.794 104.437C140.542 104.315 140.219 104.262 139.823 104.278L137.896 104.356L137.859 103.106L140.366 103.004L140.775 103.459C141.322 103.455 141.775 103.558 142.135 103.767C142.499 103.975 142.775 104.254 142.962 104.602C143.15 104.95 143.252 105.329 143.269 105.739C143.294 106.372 143.177 106.908 142.917 107.347C142.661 107.786 142.28 108.128 141.775 108.372C141.269 108.612 140.654 108.746 139.93 108.775ZM151.568 106.941L151.624 108.3L146.344 108.515L146.288 107.156L151.568 106.941ZM146.425 98.5502L146.829 108.495L145.114 108.565L144.71 98.6198L146.425 98.5502ZM150.698 102.536L150.753 103.875L146.163 104.061L146.108 102.723L150.698 102.536ZM151.185 98.3568L151.241 99.7229L145.995 99.936L145.94 98.5699L151.185 98.3568ZM159.922 106.602L159.977 107.961L153.072 108.242L153.016 106.882L159.922 106.602ZM159.459 99.0812L153.707 108.216L152.559 108.262L152.515 107.176L158.289 98.0683L159.416 98.0225L159.459 99.0812ZM158.781 98.0483L158.836 99.4143L152.252 99.6818L152.196 98.3157L158.781 98.0483ZM168.85 105.596C168.844 105.432 168.797 105.286 168.709 105.157C168.622 105.024 168.46 104.907 168.223 104.807C167.991 104.707 167.65 104.621 167.2 104.548C166.805 104.477 166.441 104.389 166.108 104.284C165.78 104.175 165.496 104.038 165.257 103.874C165.018 103.711 164.829 103.513 164.692 103.281C164.555 103.05 164.48 102.779 164.468 102.47C164.456 102.169 164.51 101.882 164.631 101.608C164.752 101.334 164.932 101.089 165.169 100.874C165.407 100.659 165.698 100.486 166.044 100.353C166.395 100.22 166.788 100.145 167.226 100.127C167.845 100.102 168.38 100.185 168.83 100.377C169.284 100.563 169.637 100.83 169.888 101.175C170.139 101.516 170.274 101.908 170.292 102.349L168.646 102.416C168.638 102.22 168.58 102.04 168.473 101.876C168.371 101.707 168.219 101.574 168.019 101.477C167.819 101.376 167.571 101.331 167.275 101.343C166.993 101.354 166.76 101.409 166.577 101.508C166.398 101.602 166.266 101.721 166.181 101.866C166.1 102.011 166.063 102.168 166.07 102.336C166.075 102.459 166.102 102.57 166.152 102.668C166.206 102.762 166.292 102.847 166.409 102.924C166.526 102.997 166.683 103.064 166.882 103.124C167.085 103.184 167.338 103.24 167.641 103.292C168.211 103.387 168.702 103.52 169.115 103.69C169.532 103.856 169.856 104.08 170.086 104.362C170.317 104.64 170.441 105 170.459 105.442C170.472 105.77 170.414 106.073 170.283 106.352C170.158 106.626 169.967 106.869 169.711 107.08C169.455 107.286 169.145 107.452 168.78 107.576C168.42 107.7 168.013 107.771 167.557 107.79C166.888 107.817 166.316 107.722 165.842 107.504C165.368 107.281 165.003 106.988 164.746 106.625C164.494 106.256 164.36 105.87 164.343 105.464L165.935 105.4C165.965 105.704 166.059 105.944 166.217 106.12C166.379 106.292 166.576 106.414 166.807 106.486C167.042 106.554 167.283 106.583 167.528 106.573C167.824 106.561 168.071 106.512 168.268 106.427C168.465 106.337 168.613 106.221 168.713 106.08C168.812 105.935 168.857 105.774 168.85 105.596ZM171.524 103.873L171.517 103.716C171.496 103.183 171.553 102.686 171.689 102.224C171.825 101.758 172.032 101.35 172.31 101.002C172.592 100.648 172.941 100.369 173.357 100.165C173.777 99.9568 174.256 99.8415 174.794 99.8197C175.335 99.7977 175.822 99.8737 176.253 100.048C176.689 100.217 177.062 100.466 177.371 100.796C177.681 101.121 177.923 101.51 178.096 101.964C178.269 102.413 178.367 102.904 178.389 103.437L178.395 103.594C178.417 104.126 178.359 104.624 178.223 105.085C178.087 105.547 177.877 105.954 177.595 106.308C177.313 106.657 176.964 106.936 176.548 107.144C176.132 107.348 175.656 107.461 175.119 107.483C174.577 107.505 174.088 107.431 173.652 107.262C173.221 107.088 172.851 106.838 172.541 106.513C172.231 106.184 171.989 105.795 171.816 105.346C171.643 104.896 171.545 104.406 171.524 103.873ZM173.163 103.649L173.17 103.806C173.183 104.138 173.23 104.451 173.311 104.744C173.391 105.038 173.508 105.293 173.663 105.51C173.818 105.727 174.012 105.895 174.245 106.013C174.478 106.131 174.751 106.184 175.065 106.171C175.37 106.159 175.632 106.084 175.85 105.948C176.072 105.811 176.252 105.628 176.388 105.399C176.525 105.17 176.622 104.906 176.678 104.608C176.739 104.309 176.762 103.993 176.749 103.661L176.743 103.503C176.729 103.176 176.68 102.867 176.595 102.579C176.515 102.286 176.395 102.028 176.236 101.807C176.081 101.585 175.887 101.415 175.654 101.297C175.426 101.174 175.156 101.119 174.847 101.131C174.537 101.144 174.271 101.221 174.049 101.362C173.831 101.499 173.654 101.684 173.517 101.917C173.381 102.151 173.284 102.417 173.228 102.716C173.172 103.01 173.15 103.321 173.163 103.649ZM184.367 105.438L184.003 96.4763L185.656 96.4092L186.082 106.901L184.587 106.961L184.367 105.438ZM179.474 103.55L179.468 103.406C179.446 102.846 179.491 102.334 179.604 101.868C179.717 101.399 179.893 100.992 180.129 100.65C180.366 100.303 180.661 100.033 181.013 99.8407C181.366 99.644 181.767 99.5364 182.218 99.5181C182.664 99.5 183.059 99.5706 183.403 99.7299C183.747 99.8893 184.044 100.126 184.294 100.439C184.544 100.749 184.749 101.123 184.908 101.564C185.067 102 185.187 102.488 185.268 103.027L185.287 103.485C185.249 104.015 185.169 104.502 185.045 104.945C184.922 105.388 184.748 105.773 184.524 106.102C184.3 106.43 184.021 106.688 183.687 106.875C183.357 107.061 182.967 107.164 182.516 107.182C182.069 107.2 181.663 107.123 181.295 106.951C180.933 106.779 180.619 106.53 180.355 106.203C180.091 105.876 179.884 105.488 179.733 105.038C179.582 104.583 179.496 104.087 179.474 103.55ZM181.114 103.339L181.12 103.483C181.134 103.82 181.176 104.133 181.247 104.422C181.323 104.711 181.431 104.964 181.572 105.182C181.713 105.395 181.891 105.561 182.106 105.68C182.325 105.794 182.582 105.845 182.878 105.833C183.252 105.818 183.556 105.724 183.79 105.55C184.025 105.376 184.205 105.148 184.33 104.865C184.46 104.576 184.543 104.258 184.579 103.91L184.529 102.674C184.49 102.406 184.423 102.158 184.327 101.93C184.236 101.701 184.116 101.503 183.968 101.335C183.82 101.163 183.639 101.034 183.425 100.947C183.217 100.855 182.971 100.815 182.689 100.826C182.388 100.838 182.136 100.913 181.931 101.049C181.727 101.185 181.561 101.367 181.434 101.596C181.311 101.824 181.223 102.088 181.172 102.386C181.12 102.685 181.101 103.003 181.114 103.339ZM191.91 105.179L191.767 101.655C191.756 101.391 191.699 101.165 191.596 100.978C191.492 100.79 191.34 100.648 191.14 100.551C190.945 100.454 190.701 100.412 190.41 100.424C190.141 100.435 189.911 100.49 189.719 100.589C189.527 100.688 189.379 100.817 189.276 100.976C189.173 101.135 189.126 101.313 189.134 101.509L187.494 101.575C187.483 101.284 187.542 100.999 187.672 100.72C187.802 100.441 187.997 100.189 188.257 99.9638C188.517 99.7389 188.831 99.5574 189.199 99.4192C189.568 99.2811 189.984 99.2026 190.449 99.1838C191.004 99.1612 191.5 99.2346 191.935 99.4039C192.375 99.573 192.726 99.8415 192.987 100.209C193.253 100.573 193.397 101.037 193.42 101.601L193.554 104.887C193.567 105.224 193.602 105.525 193.659 105.792C193.72 106.054 193.8 106.281 193.899 106.474L193.903 106.583L192.216 106.651C192.131 106.477 192.061 106.254 192.004 105.983C191.952 105.707 191.92 105.439 191.91 105.179ZM192.027 102.157L192.082 103.174L190.9 103.222C190.595 103.235 190.327 103.275 190.098 103.344C189.868 103.408 189.677 103.498 189.527 103.613C189.377 103.729 189.266 103.866 189.195 104.024C189.124 104.182 189.092 104.359 189.1 104.554C189.108 104.75 189.161 104.928 189.259 105.088C189.356 105.244 189.493 105.364 189.67 105.448C189.851 105.532 190.067 105.569 190.318 105.559C190.655 105.545 190.945 105.465 191.19 105.318C191.44 105.166 191.633 104.987 191.771 104.781C191.908 104.57 191.978 104.374 191.979 104.191L192.542 104.9C192.495 105.089 192.409 105.293 192.286 105.513C192.163 105.732 191.998 105.944 191.792 106.149C191.59 106.348 191.344 106.516 191.053 106.651C190.767 106.786 190.432 106.861 190.05 106.876C189.567 106.896 189.133 106.818 188.747 106.642C188.361 106.461 188.054 106.212 187.827 105.892C187.6 105.569 187.477 105.197 187.46 104.778C187.444 104.387 187.503 104.038 187.637 103.731C187.775 103.42 187.983 103.156 188.261 102.94C188.544 102.723 188.893 102.554 189.308 102.432C189.722 102.306 190.198 102.232 190.736 102.21L192.027 102.157ZM200.238 100.346L200.596 109.157L198.95 109.224L198.534 98.9921L200.051 98.9305L200.238 100.346ZM205.143 102.357L205.149 102.5C205.171 103.037 205.127 103.539 205.019 104.004C204.914 104.464 204.746 104.87 204.514 105.221C204.286 105.568 203.999 105.842 203.651 106.043C203.303 106.244 202.897 106.354 202.433 106.373C201.973 106.392 201.567 106.324 201.214 106.17C200.865 106.01 200.566 105.779 200.317 105.474C200.067 105.169 199.861 104.808 199.698 104.391C199.539 103.968 199.42 103.504 199.34 102.996L199.318 102.443C199.355 101.898 199.435 101.403 199.558 100.955C199.686 100.508 199.862 100.12 200.086 99.7912C200.31 99.4628 200.589 99.2052 200.923 99.0182C201.258 98.8313 201.653 98.7286 202.108 98.7101C202.572 98.6913 202.988 98.7656 203.355 98.9331C203.722 99.0961 204.035 99.3388 204.295 99.6612C204.554 99.9791 204.755 100.368 204.896 100.827C205.038 101.282 205.12 101.792 205.143 102.357ZM203.503 102.567L203.497 102.423C203.483 102.082 203.438 101.767 203.363 101.478C203.287 101.184 203.176 100.929 203.031 100.711C202.885 100.494 202.703 100.328 202.484 100.214C202.269 100.095 202.014 100.041 201.718 100.053C201.426 100.065 201.178 100.125 200.973 100.234C200.767 100.338 200.597 100.48 200.463 100.658C200.329 100.837 200.228 101.044 200.16 101.28C200.092 101.51 200.047 101.761 200.026 102.031L200.08 103.356C200.148 103.681 200.253 103.978 200.397 104.246C200.54 104.514 200.735 104.725 200.983 104.879C201.236 105.028 201.553 105.095 201.936 105.08C202.232 105.068 202.482 104.994 202.686 104.858C202.89 104.722 203.054 104.539 203.177 104.311C203.304 104.078 203.394 103.812 203.446 103.513C203.497 103.215 203.516 102.899 203.503 102.567ZM210.803 104.412L210.659 100.887C210.649 100.623 210.592 100.397 210.488 100.21C210.385 100.023 210.233 99.8807 210.033 99.7839C209.838 99.6869 209.594 99.6444 209.303 99.6562C209.034 99.6671 208.804 99.7221 208.611 99.8211C208.419 99.9201 208.272 100.049 208.169 100.209C208.066 100.368 208.018 100.545 208.026 100.741L206.387 100.808C206.375 100.516 206.434 100.231 206.564 99.9522C206.694 99.6732 206.889 99.4213 207.149 99.1963C207.409 98.9714 207.724 98.7899 208.092 98.6518C208.46 98.5137 208.877 98.4352 209.341 98.4163C209.897 98.3937 210.392 98.4671 210.828 98.6364C211.268 98.8055 211.619 99.0741 211.88 99.442C212.146 99.8052 212.29 100.269 212.313 100.834L212.446 104.119C212.46 104.456 212.495 104.758 212.552 105.025C212.612 105.287 212.692 105.514 212.791 105.706L212.796 105.815L211.109 105.884C211.024 105.709 210.953 105.487 210.897 105.215C210.845 104.939 210.813 104.671 210.803 104.412ZM210.919 101.39L210.974 102.407L209.793 102.455C209.488 102.467 209.22 102.508 208.99 102.577C208.76 102.641 208.57 102.73 208.42 102.846C208.269 102.962 208.159 103.098 208.087 103.256C208.016 103.414 207.985 103.591 207.993 103.787C208.001 103.983 208.053 104.161 208.151 104.321C208.249 104.477 208.386 104.597 208.563 104.681C208.744 104.764 208.96 104.801 209.21 104.791C209.547 104.777 209.838 104.697 210.083 104.55C210.332 104.399 210.526 104.22 210.663 104.014C210.801 103.803 210.87 103.606 210.872 103.424L211.434 104.133C211.387 104.322 211.302 104.526 211.179 104.745C211.055 104.965 210.891 105.177 210.685 105.381C210.483 105.581 210.237 105.748 209.946 105.883C209.659 106.018 209.325 106.093 208.942 106.109C208.459 106.128 208.025 106.05 207.64 105.874C207.254 105.694 206.947 105.444 206.72 105.125C206.492 104.801 206.37 104.43 206.353 104.011C206.337 103.619 206.396 103.27 206.529 102.964C206.667 102.653 206.875 102.389 207.154 102.172C207.437 101.955 207.786 101.786 208.201 101.664C208.615 101.538 209.091 101.464 209.628 101.442L210.919 101.39ZM215.647 99.7064L215.89 105.69L214.244 105.757L213.944 98.3662L215.515 98.3024L215.647 99.7064ZM217.849 98.1597L217.897 99.6902C217.796 99.6761 217.686 99.6668 217.568 99.6625C217.453 99.6581 217.339 99.6581 217.225 99.6627C216.943 99.6742 216.697 99.7253 216.486 99.8159C216.275 99.902 216.1 100.023 215.96 100.179C215.825 100.331 215.723 100.513 215.654 100.725C215.585 100.938 215.549 101.174 215.546 101.435L215.171 101.477C215.153 101.013 215.181 100.58 215.256 100.181C215.331 99.7808 215.453 99.4269 215.623 99.1189C215.797 98.8108 216.02 98.5669 216.291 98.3871C216.567 98.2072 216.889 98.1097 217.258 98.0947C217.358 98.0907 217.465 98.0954 217.58 98.109C217.699 98.1224 217.788 98.1393 217.849 98.1597ZM226.772 103.763L226.629 100.239C226.618 99.9745 226.561 99.7487 226.457 99.5614C226.354 99.374 226.202 99.2319 226.002 99.1352C225.807 99.0382 225.563 98.9956 225.272 99.0075C225.003 99.0184 224.773 99.0734 224.581 99.1724C224.389 99.2714 224.241 99.4006 224.138 99.5598C224.035 99.7191 223.988 99.8966 223.996 100.092L222.356 100.159C222.344 99.8676 222.404 99.5824 222.534 99.3034C222.664 99.0245 222.859 98.7726 223.119 98.5476C223.379 98.3227 223.693 98.1412 224.061 98.0031C224.43 97.865 224.846 97.7865 225.31 97.7676C225.866 97.745 226.362 97.8184 226.797 97.9877C227.237 98.1568 227.588 98.4254 227.849 98.7933C228.115 99.1565 228.259 99.6205 228.282 100.185L228.416 103.47C228.429 103.807 228.464 104.109 228.521 104.376C228.582 104.638 228.662 104.865 228.761 105.057L228.765 105.167L227.078 105.235C226.993 105.061 226.923 104.838 226.866 104.567C226.814 104.29 226.782 104.023 226.772 103.763ZM226.889 100.741L226.944 101.758L225.762 101.806C225.457 101.819 225.189 101.859 224.959 101.928C224.729 101.992 224.539 102.082 224.389 102.197C224.239 102.313 224.128 102.45 224.057 102.608C223.986 102.766 223.954 102.942 223.962 103.138C223.97 103.334 224.023 103.512 224.12 103.672C224.218 103.828 224.355 103.948 224.532 104.032C224.713 104.116 224.929 104.153 225.179 104.142C225.516 104.129 225.807 104.049 226.052 103.902C226.301 103.75 226.495 103.571 226.632 103.365C226.77 103.154 226.839 102.958 226.841 102.775L227.404 103.484C227.357 103.673 227.271 103.877 227.148 104.097C227.025 104.316 226.86 104.528 226.654 104.732C226.452 104.932 226.206 105.1 225.915 105.235C225.628 105.369 225.294 105.445 224.911 105.46C224.429 105.48 223.995 105.402 223.609 105.226C223.223 105.045 222.916 104.795 222.689 104.476C222.461 104.152 222.339 103.781 222.322 103.362C222.306 102.971 222.365 102.622 222.499 102.315C222.636 102.004 222.845 101.74 223.123 101.524C223.406 101.307 223.755 101.138 224.17 101.016C224.584 100.889 225.06 100.815 225.598 100.794L226.889 100.741ZM233.294 97.5801L233.343 98.7823L229.176 98.9515L229.127 97.7494L233.294 97.5801ZM230.256 95.8905L231.902 95.8236L232.193 102.982C232.202 103.209 232.241 103.383 232.31 103.504C232.383 103.619 232.479 103.695 232.6 103.732C232.72 103.768 232.859 103.783 233.019 103.776C233.133 103.771 233.242 103.76 233.346 103.742C233.45 103.724 233.534 103.707 233.597 103.691L233.655 104.948C233.52 104.994 233.362 105.037 233.181 105.076C233.005 105.115 232.8 105.14 232.568 105.149C232.19 105.164 231.853 105.112 231.556 104.992C231.259 104.867 231.022 104.655 230.846 104.357C230.67 104.059 230.571 103.657 230.551 103.151L230.256 95.8905ZM238.929 102.749C238.922 102.585 238.875 102.439 238.788 102.31C238.701 102.177 238.539 102.06 238.302 101.961C238.07 101.861 237.729 101.774 237.279 101.701C236.884 101.63 236.52 101.543 236.187 101.438C235.859 101.328 235.575 101.191 235.336 101.027C235.097 100.864 234.908 100.666 234.771 100.435C234.634 100.203 234.559 99.9324 234.547 99.6228C234.534 99.3222 234.589 99.0349 234.71 98.7609C234.831 98.4869 235.011 98.2424 235.248 98.0275C235.486 97.8126 235.777 97.6389 236.123 97.5062C236.474 97.3734 236.867 97.2981 237.304 97.2804C237.924 97.2552 238.458 97.3384 238.909 97.5299C239.363 97.7167 239.716 97.9829 239.967 98.3284C240.218 98.6694 240.353 99.0608 240.371 99.5025L238.725 99.5693C238.717 99.3735 238.659 99.1934 238.552 99.029C238.45 98.8599 238.298 98.7269 238.098 98.6301C237.898 98.5288 237.65 98.4841 237.354 98.4962C237.072 98.5076 236.839 98.5627 236.656 98.6613C236.477 98.7553 236.345 98.8747 236.26 99.0195C236.179 99.1642 236.142 99.3208 236.149 99.4892C236.154 99.6122 236.181 99.7228 236.231 99.8212C236.285 99.9147 236.37 100 236.488 100.078C236.605 100.15 236.762 100.217 236.961 100.277C237.164 100.337 237.417 100.393 237.72 100.445C238.29 100.54 238.781 100.673 239.194 100.843C239.611 101.009 239.935 101.233 240.165 101.515C240.395 101.793 240.52 102.153 240.537 102.595C240.551 102.923 240.492 103.226 240.362 103.505C240.237 103.779 240.046 104.022 239.79 104.233C239.534 104.44 239.223 104.605 238.859 104.729C238.499 104.853 238.092 104.925 237.636 104.943C236.967 104.97 236.395 104.875 235.921 104.657C235.447 104.435 235.081 104.142 234.825 103.778C234.573 103.41 234.439 103.023 234.422 102.618L236.014 102.553C236.044 102.857 236.138 103.097 236.296 103.274C236.458 103.445 236.654 103.567 236.885 103.64C237.121 103.708 237.361 103.737 237.607 103.727C237.903 103.714 238.15 103.666 238.347 103.58C238.544 103.49 238.692 103.375 238.791 103.234C238.89 103.088 238.936 102.927 238.929 102.749ZM243.4 94.0635L243.826 104.555L242.173 104.622L241.747 94.1307L243.4 94.0635ZM248.893 104.486C248.346 104.508 247.849 104.439 247.4 104.28C246.955 104.115 246.571 103.878 246.249 103.567C245.93 103.256 245.68 102.885 245.499 102.455C245.317 102.024 245.216 101.557 245.195 101.051L245.184 100.778C245.161 100.2 245.224 99.6725 245.373 99.1966C245.523 98.7208 245.741 98.3105 246.028 97.9659C246.315 97.6167 246.66 97.345 247.062 97.1508C247.465 96.9566 247.905 96.8497 248.383 96.8303C248.911 96.8089 249.377 96.8789 249.781 97.0404C250.184 97.2019 250.522 97.439 250.795 97.7518C251.072 98.0598 251.283 98.432 251.428 98.8686C251.578 99.3049 251.664 99.7894 251.686 100.322L251.714 101.026L246.004 101.258L245.956 100.076L250.041 99.9101L250.036 99.7803C250.014 99.4847 249.944 99.2094 249.824 98.9543C249.709 98.699 249.539 98.4961 249.314 98.3456C249.089 98.1951 248.794 98.1272 248.43 98.142C248.156 98.1531 247.915 98.2222 247.706 98.3493C247.501 98.4716 247.333 98.645 247.2 98.8693C247.068 99.0936 246.97 99.3621 246.905 99.6749C246.844 99.983 246.822 100.328 246.837 100.711L246.848 100.984C246.862 101.307 246.917 101.606 247.015 101.88C247.117 102.15 247.259 102.383 247.44 102.581C247.621 102.779 247.837 102.932 248.088 103.041C248.339 103.145 248.621 103.19 248.935 103.177C249.331 103.161 249.681 103.067 249.984 102.895C250.287 102.723 250.547 102.487 250.763 102.186L251.664 102.991C251.514 103.23 251.316 103.462 251.07 103.686C250.823 103.906 250.518 104.089 250.155 104.236C249.796 104.383 249.375 104.466 248.893 104.486ZM250.499 94.343L250.542 95.3949L245.904 95.5833L245.861 94.5314L250.499 94.343ZM257.562 96.5943L259.058 96.5335L259.35 103.719C259.377 104.384 259.258 104.954 258.995 105.43C258.731 105.906 258.352 106.275 257.856 106.537C257.361 106.803 256.781 106.95 256.116 106.977C255.834 106.988 255.518 106.96 255.168 106.892C254.823 106.824 254.486 106.706 254.155 106.537C253.829 106.372 253.553 106.148 253.327 105.866L254.06 104.864C254.337 105.168 254.637 105.386 254.962 105.519C255.287 105.651 255.624 105.711 255.975 105.696C256.353 105.681 256.671 105.598 256.929 105.446C257.193 105.298 257.391 105.087 257.526 104.812C257.661 104.538 257.721 104.207 257.705 103.82L257.48 98.2738L257.562 96.5943ZM252.695 100.575L252.689 100.432C252.666 99.8719 252.714 99.3591 252.832 98.8936C252.95 98.4236 253.129 98.0172 253.371 97.6745C253.612 97.3272 253.911 97.0573 254.268 96.8649C254.625 96.668 255.034 96.5602 255.494 96.5415C255.972 96.5221 256.383 96.592 256.727 96.7514C257.075 96.9105 257.37 97.1471 257.611 97.4612C257.851 97.7707 258.045 98.146 258.19 98.587C258.34 99.0234 258.458 99.5112 258.544 100.05L258.562 100.508C258.525 101.039 258.444 101.525 258.321 101.968C258.197 102.411 258.026 102.797 257.807 103.125C257.587 103.453 257.31 103.711 256.976 103.898C256.646 104.084 256.251 104.187 255.791 104.206C255.34 104.224 254.929 104.147 254.557 103.975C254.19 103.803 253.87 103.554 253.596 103.228C253.328 102.901 253.116 102.513 252.961 102.063C252.805 101.609 252.717 101.113 252.695 100.575ZM254.335 100.365L254.341 100.509C254.355 100.845 254.399 101.158 254.475 101.447C254.555 101.736 254.668 101.989 254.814 102.207C254.964 102.419 255.148 102.585 255.368 102.704C255.591 102.818 255.851 102.869 256.147 102.857C256.534 102.841 256.847 102.747 257.086 102.573C257.33 102.399 257.512 102.17 257.633 101.887C257.758 101.599 257.841 101.281 257.882 100.933L257.832 99.6963C257.793 99.4287 257.726 99.1806 257.63 98.9519C257.539 98.723 257.419 98.5249 257.271 98.3576C257.123 98.1857 256.939 98.0563 256.721 97.9694C256.503 97.8779 256.249 97.8381 255.957 97.8499C255.661 97.8619 255.407 97.9361 255.193 98.0725C254.98 98.2089 254.807 98.3915 254.675 98.6204C254.547 98.849 254.455 99.1128 254.399 99.4115C254.343 99.7103 254.322 100.028 254.335 100.365ZM265.13 101.685C265.124 101.521 265.077 101.375 264.989 101.246C264.902 101.113 264.74 100.996 264.503 100.896C264.271 100.796 263.93 100.71 263.48 100.637C263.085 100.566 262.721 100.478 262.388 100.373C262.06 100.263 261.776 100.127 261.537 99.9631C261.298 99.7995 261.109 99.6019 260.972 99.3703C260.835 99.1387 260.76 98.868 260.748 98.5584C260.736 98.2579 260.79 97.9706 260.911 97.6966C261.032 97.4225 261.212 97.1781 261.449 96.9632C261.687 96.7483 261.978 96.5745 262.324 96.4419C262.675 96.3091 263.068 96.2338 263.506 96.216C264.125 96.1909 264.66 96.274 265.11 96.4656C265.564 96.6523 265.917 96.9185 266.168 97.2641C266.419 97.6051 266.554 97.9964 266.572 98.4381L264.926 98.505C264.918 98.3092 264.86 98.1291 264.753 97.9647C264.651 97.7955 264.499 97.6626 264.299 97.5658C264.099 97.4644 263.851 97.4198 263.555 97.4318C263.273 97.4433 263.04 97.4983 262.857 97.597C262.678 97.6909 262.546 97.8103 262.461 97.9552C262.38 98.0998 262.343 98.2564 262.35 98.4249C262.355 98.5478 262.382 98.6585 262.432 98.7568C262.486 98.8504 262.572 98.9359 262.689 99.0132C262.806 99.086 262.963 99.1526 263.162 99.2129C263.365 99.2731 263.618 99.3289 263.921 99.3805C264.491 99.4759 264.982 99.6088 265.395 99.779C265.812 99.9445 266.136 100.169 266.366 100.451C266.597 100.729 266.721 101.089 266.739 101.531C266.752 101.858 266.693 102.162 266.563 102.441C266.438 102.715 266.247 102.958 265.991 103.169C265.735 103.375 265.425 103.541 265.06 103.665C264.7 103.789 264.293 103.86 263.837 103.879C263.168 103.906 262.596 103.811 262.122 103.593C261.648 103.37 261.282 103.077 261.026 102.714C260.774 102.345 260.64 101.958 260.623 101.553L262.215 101.489C262.245 101.793 262.339 102.033 262.497 102.209C262.659 102.38 262.856 102.502 263.087 102.575C263.322 102.643 263.563 102.672 263.808 102.662C264.104 102.65 264.351 102.601 264.548 102.516C264.745 102.426 264.893 102.31 264.993 102.169C265.092 102.024 265.137 101.862 265.13 101.685ZM262.47 93.2888L263.538 94.3196L264.512 93.2059L265.926 93.1485L265.929 93.2236L264.093 95.1933L263.055 95.2354L261.072 93.414L261.07 93.3457L262.47 93.2888ZM272.371 101.911L272.228 98.3862C272.217 98.1221 272.16 97.8964 272.057 97.709C271.953 97.5217 271.801 97.3796 271.601 97.2828C271.406 97.1859 271.162 97.1433 270.871 97.1551C270.602 97.1661 270.372 97.221 270.18 97.32C269.988 97.4191 269.84 97.5482 269.737 97.7075C269.634 97.8667 269.587 98.0443 269.595 98.2401L267.955 98.3067C267.944 98.0152 268.003 97.73 268.133 97.4511C268.263 97.1722 268.458 96.9202 268.718 96.6953C268.978 96.4704 269.292 96.2888 269.66 96.1507C270.029 96.0126 270.445 95.9341 270.91 95.9153C271.465 95.8927 271.961 95.9661 272.396 96.1354C272.836 96.3045 273.187 96.573 273.448 96.941C273.714 97.3042 273.858 97.7681 273.881 98.3328L274.015 101.618C274.028 101.955 274.063 102.257 274.12 102.524C274.181 102.786 274.261 103.013 274.36 103.205L274.364 103.314L272.677 103.383C272.592 103.208 272.522 102.986 272.465 102.714C272.413 102.438 272.381 102.17 272.371 101.911ZM272.488 98.8888L272.543 99.906L271.361 99.954C271.056 99.9664 270.788 100.007 270.559 100.076C270.329 100.14 270.138 100.229 269.988 100.345C269.838 100.461 269.727 100.597 269.656 100.755C269.585 100.913 269.553 101.09 269.561 101.286C269.569 101.482 269.622 101.66 269.72 101.82C269.817 101.976 269.954 102.096 270.131 102.18C270.312 102.263 270.528 102.3 270.779 102.29C271.116 102.276 271.406 102.196 271.651 102.049C271.901 101.898 272.094 101.719 272.232 101.513C272.369 101.302 272.439 101.105 272.44 100.923L273.003 101.632C272.956 101.821 272.87 102.025 272.747 102.244C272.624 102.464 272.459 102.676 272.253 102.88C272.051 103.08 271.805 103.247 271.514 103.382C271.227 103.517 270.893 103.592 270.511 103.608C270.028 103.627 269.594 103.549 269.208 103.373C268.822 103.193 268.515 102.943 268.288 102.624C268.061 102.3 267.938 101.929 267.921 101.51C267.905 101.118 267.964 100.769 268.098 100.463C268.236 100.152 268.444 99.8877 268.722 99.6712C269.005 99.4544 269.354 99.2852 269.769 99.1634C270.183 99.0371 270.659 98.9631 271.197 98.9412L272.488 98.8888ZM277.202 97.3769L277.438 103.189L275.792 103.256L275.491 95.866L277.042 95.803L277.202 97.3769ZM276.983 99.233L276.45 99.2478C276.433 98.724 276.486 98.2406 276.61 97.7977C276.738 97.3547 276.923 96.9709 277.165 96.6463C277.412 96.3216 277.712 96.0677 278.065 95.8846C278.417 95.6969 278.815 95.5941 279.256 95.5762C279.611 95.5618 279.934 95.5988 280.225 95.6873C280.521 95.7711 280.775 95.9181 280.989 96.1284C281.207 96.3384 281.378 96.6166 281.502 96.9627C281.625 97.3044 281.697 97.7279 281.718 98.2334L281.912 103.008L280.259 103.075L280.064 98.2937C280.05 97.9385 279.986 97.6606 279.873 97.4599C279.765 97.2545 279.611 97.1126 279.411 97.034C279.216 96.9507 278.975 96.9149 278.688 96.9265C278.406 96.938 278.156 97.0074 277.938 97.1349C277.719 97.2624 277.537 97.4317 277.39 97.6429C277.248 97.8539 277.142 98.0954 277.071 98.3674C277 98.6394 276.97 98.9279 276.983 99.233ZM287.968 101.017L287.738 95.3685L289.391 95.3013L289.691 102.692L288.134 102.755L287.968 101.017ZM288.137 99.4709L288.69 99.4347C288.71 99.9311 288.674 100.391 288.582 100.814C288.49 101.233 288.336 101.602 288.121 101.921C287.905 102.235 287.624 102.486 287.275 102.674C286.927 102.856 286.505 102.958 286.008 102.978C285.649 102.993 285.317 102.954 285.012 102.861C284.707 102.769 284.441 102.618 284.213 102.408C283.99 102.198 283.813 101.92 283.68 101.574C283.547 101.229 283.471 100.812 283.451 100.325L283.257 95.5505L284.904 95.4836L285.098 100.272C285.109 100.54 285.15 100.764 285.221 100.944C285.292 101.119 285.384 101.259 285.498 101.364C285.612 101.469 285.743 101.541 285.89 101.58C286.038 101.62 286.193 101.637 286.357 101.63C286.826 101.611 287.192 101.505 287.453 101.312C287.718 101.114 287.902 100.856 288.003 100.537C288.108 100.218 288.153 99.8625 288.137 99.4709Z' fill='%23070708'/%3E%3Ccircle cx='123.608' cy='129.956' r='4.5' transform='rotate(-2.32621 123.608 129.956)' fill='%23070708'/%3E%3Cpath d='M140.837 129.257L138.303 129.36L138.239 128.111L140.452 128.021C140.825 128.006 141.139 127.938 141.395 127.819C141.654 127.694 141.848 127.524 141.976 127.309C142.104 127.09 142.162 126.83 142.149 126.529C142.136 126.197 142.061 125.928 141.925 125.724C141.789 125.52 141.587 125.375 141.319 125.29C141.056 125.205 140.721 125.171 140.316 125.187L138.656 125.255L139.005 133.834L137.29 133.903L136.887 123.958L140.261 123.821C140.807 123.799 141.296 123.832 141.729 123.919C142.166 124.006 142.539 124.155 142.848 124.366C143.162 124.572 143.404 124.841 143.572 125.171C143.745 125.502 143.841 125.899 143.86 126.364C143.877 126.774 143.794 127.153 143.612 127.503C143.43 127.848 143.152 128.135 142.778 128.364C142.404 128.594 141.934 128.741 141.366 128.805L140.837 129.257ZM140.945 133.755L137.946 133.877L138.663 132.486L140.889 132.396C141.277 132.38 141.597 132.303 141.852 132.165C142.106 132.022 142.292 131.835 142.41 131.602C142.533 131.364 142.588 131.091 142.575 130.781C142.562 130.458 142.494 130.18 142.37 129.948C142.247 129.711 142.059 129.534 141.808 129.416C141.557 129.294 141.233 129.241 140.837 129.257L138.911 129.336L138.874 128.085L141.381 127.983L141.789 128.439C142.336 128.435 142.79 128.537 143.149 128.746C143.514 128.955 143.79 129.233 143.977 129.581C144.164 129.93 144.267 130.309 144.283 130.718C144.309 131.351 144.192 131.887 143.931 132.327C143.675 132.766 143.295 133.108 142.789 133.352C142.284 133.591 141.669 133.725 140.945 133.755ZM152.583 131.921L152.638 133.28L147.358 133.494L147.303 132.135L152.583 131.921ZM147.439 123.53L147.843 133.475L146.129 133.544L145.725 123.599L147.439 123.53ZM151.713 127.516L151.767 128.855L147.177 129.041L147.123 127.702L151.713 127.516ZM152.2 123.336L152.256 124.702L147.01 124.915L146.954 123.549L152.2 123.336ZM160.936 131.581L160.992 132.941L154.086 133.221L154.031 131.862L160.936 131.581ZM160.474 124.061L154.721 133.195L153.574 133.242L153.53 132.156L159.304 123.048L160.431 123.002L160.474 124.061ZM159.795 123.028L159.851 124.394L153.266 124.661L153.211 123.295L159.795 123.028ZM167.136 122.182L167.562 132.674L165.909 132.741L165.483 122.249L167.136 122.182ZM170.848 125.138L171.148 132.528L169.502 132.595L169.202 125.204L170.848 125.138ZM172.284 122.603L172.327 123.654L167.689 123.843L167.647 122.791L172.284 122.603ZM177.46 124.869L178.956 124.808L179.248 131.994C179.275 132.658 179.156 133.229 178.893 133.705C178.629 134.181 178.25 134.55 177.754 134.811C177.259 135.078 176.679 135.225 176.014 135.252C175.732 135.263 175.416 135.235 175.066 135.167C174.721 135.099 174.384 134.98 174.053 134.811C173.727 134.647 173.451 134.423 173.225 134.14L173.958 133.139C174.235 133.442 174.535 133.661 174.86 133.793C175.185 133.926 175.522 133.985 175.873 133.971C176.251 133.956 176.569 133.872 176.827 133.72C177.09 133.573 177.289 133.362 177.424 133.087C177.559 132.813 177.619 132.482 177.603 132.095L177.378 126.548L177.46 124.869ZM172.593 128.85L172.587 128.707C172.564 128.147 172.612 127.634 172.73 127.168C172.848 126.698 173.027 126.292 173.269 125.949C173.51 125.602 173.809 125.332 174.166 125.14C174.523 124.943 174.932 124.835 175.392 124.816C175.87 124.797 176.281 124.867 176.625 125.026C176.973 125.185 177.268 125.422 177.509 125.736C177.749 126.045 177.942 126.421 178.088 126.862C178.238 127.298 178.356 127.786 178.442 128.325L178.46 128.783C178.423 129.313 178.342 129.8 178.219 130.243C178.095 130.686 177.924 131.071 177.705 131.4C177.485 131.728 177.208 131.985 176.874 132.172C176.544 132.359 176.149 132.462 175.689 132.48C175.238 132.499 174.827 132.422 174.455 132.25C174.088 132.078 173.768 131.829 173.494 131.502C173.226 131.176 173.014 130.787 172.859 130.338C172.703 129.883 172.615 129.387 172.593 128.85ZM174.233 128.64L174.239 128.783C174.253 129.12 174.297 129.433 174.373 129.722C174.453 130.011 174.566 130.264 174.712 130.481C174.862 130.694 175.046 130.86 175.266 130.979C175.489 131.093 175.749 131.144 176.045 131.132C176.432 131.116 176.745 131.021 176.984 130.847C177.228 130.673 177.41 130.445 177.531 130.161C177.656 129.874 177.739 129.555 177.78 129.207L177.73 127.971C177.691 127.703 177.624 127.455 177.528 127.227C177.437 126.998 177.317 126.8 177.169 126.632C177.02 126.46 176.837 126.331 176.619 126.244C176.401 126.153 176.147 126.113 175.855 126.125C175.559 126.137 175.305 126.211 175.091 126.347C174.878 126.484 174.705 126.666 174.573 126.895C174.445 127.124 174.353 127.387 174.297 127.686C174.241 127.985 174.22 128.303 174.233 128.64ZM185.339 130.207L185.11 124.558L186.763 124.491L187.063 131.881L185.506 131.945L185.339 130.207ZM185.509 128.661L186.062 128.624C186.082 129.121 186.046 129.581 185.954 130.004C185.861 130.423 185.707 130.792 185.492 131.111C185.277 131.425 184.995 131.676 184.647 131.863C184.299 132.046 183.876 132.148 183.38 132.168C183.02 132.182 182.688 132.144 182.383 132.051C182.079 131.958 181.812 131.807 181.585 131.598C181.362 131.388 181.184 131.11 181.052 130.764C180.919 130.418 180.843 130.002 180.823 129.515L180.629 124.74L182.275 124.673L182.47 129.461C182.481 129.73 182.522 129.954 182.593 130.134C182.664 130.309 182.756 130.449 182.87 130.553C182.984 130.658 183.114 130.731 183.262 130.77C183.409 130.81 183.565 130.826 183.729 130.82C184.198 130.801 184.563 130.694 184.824 130.501C185.09 130.304 185.273 130.045 185.374 129.727C185.48 129.408 185.525 129.052 185.509 128.661ZM190.157 125.858L190.396 131.746L188.75 131.813L188.45 124.423L190 124.36L190.157 125.858ZM189.969 127.788L189.408 127.804C189.387 127.294 189.432 126.82 189.542 126.383C189.652 125.945 189.823 125.562 190.056 125.233C190.289 124.9 190.584 124.639 190.941 124.451C191.303 124.259 191.725 124.153 192.208 124.133C192.545 124.119 192.854 124.157 193.136 124.246C193.422 124.33 193.672 124.473 193.885 124.674C194.103 124.875 194.274 125.137 194.396 125.46C194.523 125.784 194.596 126.177 194.615 126.642L194.815 131.567L193.169 131.633L192.975 126.852C192.96 126.492 192.894 126.212 192.777 126.012C192.664 125.811 192.505 125.672 192.301 125.593C192.102 125.51 191.865 125.474 191.592 125.485C191.283 125.498 191.021 125.568 190.807 125.695C190.598 125.822 190.429 125.991 190.301 126.201C190.173 126.412 190.082 126.653 190.029 126.924C189.976 127.195 189.956 127.483 189.969 127.788ZM194.534 127.165L193.769 127.367C193.751 126.921 193.795 126.497 193.902 126.096C194.013 125.69 194.183 125.332 194.413 125.022C194.646 124.707 194.939 124.455 195.292 124.268C195.645 124.08 196.053 123.977 196.518 123.958C196.896 123.943 197.235 123.981 197.535 124.074C197.84 124.162 198.101 124.311 198.319 124.521C198.538 124.731 198.709 125.009 198.832 125.355C198.955 125.697 199.027 126.114 199.047 126.605L199.241 131.387L197.588 131.454L197.394 126.666C197.379 126.292 197.312 126.005 197.195 125.805C197.082 125.604 196.926 125.469 196.727 125.4C196.528 125.326 196.291 125.294 196.018 125.305C195.763 125.316 195.54 125.373 195.348 125.476C195.16 125.575 195.004 125.712 194.879 125.885C194.753 126.055 194.661 126.248 194.601 126.465C194.546 126.681 194.524 126.915 194.534 127.165ZM205.042 129.666L204.898 126.142C204.888 125.878 204.831 125.652 204.727 125.465C204.624 125.277 204.472 125.135 204.272 125.039C204.077 124.942 203.833 124.899 203.542 124.911C203.273 124.922 203.043 124.977 202.85 125.076C202.658 125.175 202.511 125.304 202.408 125.463C202.305 125.623 202.257 125.8 202.265 125.996L200.626 126.062C200.614 125.771 200.673 125.486 200.803 125.207C200.933 124.928 201.128 124.676 201.388 124.451C201.648 124.226 201.963 124.045 202.331 123.907C202.699 123.768 203.116 123.69 203.58 123.671C204.136 123.648 204.631 123.722 205.067 123.891C205.507 124.06 205.858 124.329 206.119 124.697C206.385 125.06 206.529 125.524 206.552 126.089L206.685 129.374C206.699 129.711 206.734 130.013 206.791 130.28C206.851 130.542 206.931 130.769 207.03 130.961L207.035 131.07L205.348 131.139C205.263 130.964 205.192 130.741 205.136 130.47C205.083 130.194 205.052 129.926 205.042 129.666ZM205.158 126.645L205.213 127.662L204.032 127.71C203.727 127.722 203.459 127.763 203.229 127.831C202.999 127.895 202.809 127.985 202.659 128.101C202.508 128.216 202.398 128.353 202.326 128.511C202.255 128.669 202.224 128.846 202.232 129.042C202.24 129.238 202.292 129.416 202.39 129.576C202.488 129.731 202.625 129.851 202.802 129.935C202.983 130.019 203.199 130.056 203.449 130.046C203.786 130.032 204.077 129.952 204.322 129.805C204.571 129.654 204.765 129.475 204.902 129.268C205.04 129.058 205.109 128.861 205.111 128.678L205.673 129.388C205.626 129.577 205.541 129.781 205.418 130C205.294 130.219 205.13 130.431 204.924 130.636C204.722 130.836 204.476 131.003 204.185 131.138C203.898 131.273 203.564 131.348 203.181 131.363C202.698 131.383 202.264 131.305 201.879 131.129C201.493 130.949 201.186 130.699 200.959 130.38C200.731 130.056 200.609 129.685 200.592 129.266C200.576 128.874 200.635 128.525 200.768 128.219C200.906 127.907 201.114 127.644 201.393 127.427C201.676 127.21 202.025 127.041 202.44 126.919C202.854 126.793 203.33 126.719 203.867 126.697L205.158 126.645ZM215.047 123.342L215.096 124.544L210.929 124.713L210.881 123.511L215.047 123.342ZM212.009 121.652L213.655 121.586L213.946 128.744C213.955 128.971 213.994 129.145 214.063 129.266C214.136 129.381 214.233 129.457 214.353 129.493C214.473 129.53 214.613 129.544 214.772 129.538C214.886 129.533 214.995 129.522 215.099 129.504C215.203 129.486 215.287 129.469 215.35 129.453L215.408 130.709C215.273 130.756 215.115 130.799 214.934 130.838C214.758 130.877 214.554 130.902 214.321 130.911C213.943 130.926 213.606 130.874 213.309 130.754C213.012 130.629 212.776 130.417 212.599 130.119C212.423 129.82 212.325 129.419 212.304 128.913L212.009 121.652ZM219.881 130.685C219.335 130.707 218.837 130.639 218.388 130.479C217.944 130.315 217.56 130.077 217.237 129.766C216.919 129.455 216.669 129.085 216.487 128.654C216.306 128.224 216.205 127.756 216.184 127.25L216.173 126.977C216.15 126.399 216.212 125.872 216.362 125.396C216.511 124.92 216.73 124.51 217.017 124.165C217.303 123.816 217.648 123.544 218.051 123.35C218.453 123.156 218.894 123.049 219.372 123.03C219.9 123.008 220.366 123.078 220.769 123.24C221.173 123.401 221.511 123.638 221.783 123.951C222.06 124.259 222.272 124.631 222.417 125.068C222.567 125.504 222.653 125.989 222.675 126.521L222.703 127.225L216.993 127.457L216.945 126.275L221.029 126.109L221.024 125.98C221.003 125.684 220.933 125.409 220.813 125.153C220.697 124.898 220.527 124.695 220.302 124.545C220.077 124.394 219.783 124.326 219.418 124.341C219.145 124.352 218.904 124.421 218.695 124.549C218.49 124.671 218.321 124.844 218.189 125.068C218.057 125.293 217.958 125.561 217.893 125.874C217.833 126.182 217.81 126.527 217.826 126.91L217.837 127.183C217.85 127.506 217.906 127.805 218.003 128.079C218.106 128.349 218.247 128.583 218.429 128.781C218.61 128.978 218.826 129.132 219.077 129.24C219.327 129.344 219.61 129.389 219.924 129.377C220.32 129.361 220.67 129.267 220.973 129.095C221.276 128.923 221.536 128.686 221.751 128.386L222.653 129.191C222.503 129.429 222.305 129.661 222.059 129.885C221.812 130.105 221.507 130.288 221.144 130.435C220.785 130.582 220.364 130.665 219.881 130.685ZM225.527 124.326L225.77 130.309L224.124 130.376L223.824 122.986L225.395 122.922L225.527 124.326ZM227.729 122.779L227.777 124.31C227.676 124.295 227.567 124.286 227.448 124.282C227.334 124.277 227.22 124.277 227.106 124.282C226.824 124.294 226.577 124.345 226.366 124.435C226.155 124.521 225.98 124.643 225.841 124.799C225.705 124.95 225.603 125.132 225.534 125.345C225.465 125.557 225.429 125.794 225.426 126.054L225.052 126.096C225.033 125.632 225.061 125.2 225.136 124.8C225.211 124.4 225.333 124.046 225.503 123.738C225.678 123.43 225.901 123.186 226.171 123.006C226.447 122.827 226.769 122.729 227.138 122.714C227.238 122.71 227.345 122.715 227.46 122.728C227.579 122.742 227.669 122.759 227.729 122.779ZM230.469 124.221L230.709 130.108L229.062 130.175L228.762 122.785L230.313 122.722L230.469 124.221ZM230.281 126.151L229.721 126.167C229.7 125.657 229.744 125.183 229.854 124.745C229.964 124.307 230.136 123.924 230.369 123.595C230.601 123.262 230.896 123.002 231.254 122.814C231.615 122.621 232.038 122.515 232.52 122.495C232.857 122.482 233.167 122.519 233.448 122.608C233.735 122.692 233.984 122.835 234.198 123.036C234.416 123.237 234.586 123.499 234.709 123.823C234.836 124.146 234.909 124.54 234.928 125.004L235.128 129.929L233.482 129.996L233.287 125.215C233.273 124.855 233.207 124.575 233.089 124.374C232.976 124.174 232.818 124.034 232.614 123.956C232.414 123.873 232.178 123.837 231.905 123.848C231.595 123.86 231.333 123.93 231.12 124.057C230.91 124.185 230.742 124.353 230.613 124.564C230.485 124.774 230.394 125.015 230.342 125.286C230.289 125.558 230.269 125.846 230.281 126.151ZM234.846 125.528L234.081 125.73C234.063 125.283 234.108 124.86 234.215 124.459C234.326 124.053 234.496 123.695 234.725 123.384C234.959 123.069 235.252 122.818 235.604 122.63C235.957 122.442 236.366 122.339 236.83 122.32C237.208 122.305 237.547 122.344 237.847 122.436C238.152 122.524 238.413 122.673 238.632 122.883C238.85 123.093 239.021 123.372 239.145 123.718C239.268 124.059 239.34 124.476 239.36 124.968L239.554 129.749L237.901 129.816L237.706 125.028C237.691 124.655 237.625 124.368 237.507 124.167C237.394 123.967 237.238 123.832 237.039 123.762C236.84 123.688 236.604 123.657 236.331 123.668C236.076 123.678 235.852 123.735 235.66 123.839C235.473 123.938 235.316 124.074 235.191 124.248C235.066 124.417 234.973 124.61 234.914 124.827C234.859 125.044 234.836 125.277 234.846 125.528ZM242.71 122.218L243.01 129.609L241.357 129.676L241.057 122.285L242.71 122.218ZM240.869 120.35C240.859 120.1 240.932 119.889 241.089 119.719C241.251 119.543 241.48 119.45 241.776 119.438C242.067 119.426 242.301 119.501 242.476 119.662C242.651 119.819 242.744 120.023 242.754 120.274C242.764 120.519 242.688 120.728 242.526 120.899C242.364 121.069 242.138 121.161 241.846 121.172C241.55 121.184 241.315 121.112 241.14 120.955C240.969 120.798 240.879 120.596 240.869 120.35ZM246.209 123.657L246.446 129.469L244.799 129.536L244.499 122.146L246.05 122.083L246.209 123.657ZM245.991 125.513L245.458 125.527C245.441 125.004 245.494 124.52 245.618 124.077C245.746 123.634 245.931 123.251 246.173 122.926C246.42 122.601 246.72 122.347 247.072 122.164C247.425 121.977 247.822 121.874 248.264 121.856C248.619 121.841 248.942 121.878 249.233 121.967C249.529 122.051 249.783 122.198 249.997 122.408C250.215 122.618 250.386 122.896 250.51 123.242C250.633 123.584 250.705 124.008 250.725 124.513L250.919 129.287L249.266 129.355L249.072 124.573C249.058 124.218 248.994 123.94 248.881 123.74C248.772 123.534 248.618 123.392 248.419 123.314C248.224 123.23 247.983 123.195 247.696 123.206C247.414 123.218 247.164 123.287 246.945 123.415C246.727 123.542 246.545 123.711 246.398 123.923C246.256 124.134 246.15 124.375 246.079 124.647C246.008 124.919 245.978 125.208 245.991 125.513ZM248.541 130.027L248.562 130.539C248.578 130.936 248.506 131.351 248.346 131.787C248.19 132.222 247.966 132.586 247.672 132.881L246.797 132.404C246.951 132.142 247.065 131.873 247.141 131.596C247.221 131.319 247.254 131.005 247.239 130.655L247.216 130.081L248.541 130.027ZM256.706 127.568L256.563 124.043C256.552 123.779 256.495 123.553 256.392 123.366C256.288 123.179 256.136 123.037 255.936 122.94C255.741 122.843 255.497 122.8 255.206 122.812C254.937 122.823 254.707 122.878 254.515 122.977C254.323 123.076 254.175 123.205 254.072 123.365C253.969 123.524 253.922 123.701 253.93 123.897L252.29 123.964C252.279 123.672 252.338 123.387 252.468 123.108C252.598 122.829 252.793 122.577 253.053 122.352C253.313 122.127 253.627 121.946 253.995 121.808C254.364 121.67 254.78 121.591 255.245 121.572C255.8 121.55 256.296 121.623 256.731 121.792C257.172 121.962 257.522 122.23 257.783 122.598C258.049 122.961 258.193 123.425 258.216 123.99L258.35 127.275C258.363 127.612 258.398 127.914 258.455 128.181C258.516 128.443 258.596 128.67 258.695 128.862L258.699 128.971L257.012 129.04C256.927 128.865 256.857 128.643 256.8 128.371C256.748 128.095 256.717 127.827 256.706 127.568ZM256.823 124.546L256.878 125.563L255.696 125.611C255.391 125.623 255.123 125.664 254.894 125.733C254.664 125.797 254.473 125.886 254.323 126.002C254.173 126.118 254.062 126.254 253.991 126.412C253.92 126.57 253.888 126.747 253.896 126.943C253.904 127.139 253.957 127.317 254.055 127.477C254.152 127.633 254.289 127.753 254.466 127.837C254.647 127.92 254.863 127.957 255.114 127.947C255.451 127.933 255.741 127.853 255.986 127.706C256.236 127.555 256.429 127.376 256.567 127.17C256.704 126.959 256.774 126.762 256.775 126.58L257.338 127.289C257.291 127.478 257.205 127.682 257.082 127.901C256.959 128.121 256.794 128.333 256.588 128.537C256.386 128.737 256.14 128.904 255.849 129.039C255.563 129.174 255.228 129.249 254.846 129.265C254.363 129.284 253.929 129.206 253.543 129.03C253.157 128.85 252.85 128.6 252.623 128.281C252.396 127.957 252.273 127.586 252.256 127.167C252.24 126.775 252.299 126.426 252.433 126.12C252.571 125.809 252.779 125.545 253.057 125.328C253.34 125.111 253.689 124.942 254.104 124.82C254.519 124.694 254.994 124.62 255.532 124.598L256.823 124.546Z' fill='%23070708'/%3E%3Crect width='220' height='29' transform='translate(97.7603 45.6475) rotate(0.511031)' fill='%23070708'/%3E%3Cpath d='M110.598 64.7624L110.693 54.0908L112.725 54.1089L112.63 64.7805L110.598 64.7624ZM113.045 55.7918L113.055 54.6399L118.415 54.6877L118.405 55.8397L113.045 55.7918ZM114.645 64.7985L114.714 57.0708L116.746 57.0889L116.677 64.8166L114.645 64.7985ZM124.003 64.8819L124.012 63.906C123.397 64.6525 122.546 65.061 121.618 65.0527C119.666 65.0353 118.207 63.5502 118.23 60.9743C118.252 58.4464 119.722 56.9234 121.69 56.941C122.602 56.9491 123.462 57.3568 124.063 58.1462L124.098 54.2104L126.146 54.2286L126.051 64.9002L124.003 64.8819ZM124.026 62.386L124.05 59.6502C123.703 59.135 122.986 58.7606 122.298 58.7545C121.146 58.7442 120.338 59.649 120.326 60.993C120.314 62.3209 121.106 63.24 122.258 63.2503C122.946 63.2564 123.669 62.8949 124.026 62.386ZM127.73 64.9152L127.744 63.3952L131.271 58.9945L127.783 58.9634L127.799 57.1875L134.039 57.2431L134.026 58.7151L130.45 63.1634L134.05 63.1955L134.034 64.9714L127.73 64.9152ZM142.04 65.0428L142.109 57.2991L140.333 59.0914L139.049 57.7199L142.439 54.374L144.423 54.3916L144.327 65.0632L142.04 65.0428ZM145.977 59.7497C146.002 56.9978 147.386 54.2581 150.442 54.2853C153.482 54.3124 154.833 57.0766 154.809 59.8285C154.784 62.5804 153.384 65.336 150.344 65.3089C147.288 65.2816 145.953 62.5016 145.977 59.7497ZM152.489 59.8078C152.506 57.8399 151.944 56.3148 150.424 56.3013C148.888 56.2876 148.299 57.8024 148.281 59.7703C148.263 61.7382 148.826 63.2793 150.362 63.293C151.882 63.3065 152.471 61.7757 152.489 59.8078ZM155.899 59.8382C155.923 57.0863 157.308 54.3466 160.363 54.3738C163.403 54.4009 164.755 57.1651 164.73 59.917C164.706 62.6689 163.305 65.4245 160.265 65.3974C157.209 65.3701 155.874 62.5901 155.899 59.8382ZM162.41 59.8963C162.428 57.9284 161.865 56.4033 160.345 56.3897C158.81 56.376 158.22 57.8908 158.202 59.8588C158.185 61.8267 158.747 63.3678 160.283 63.3815C161.803 63.395 162.393 61.8642 162.41 59.8963ZM179.658 65.3784L179.726 57.6987L176.65 65.3515L175.658 65.3427L172.718 57.6362L172.65 65.3158L170.378 65.2956L170.473 54.624L173.657 54.6524L176.19 61.3313L178.841 54.6986L182.041 54.7272L181.946 65.3988L179.658 65.3784ZM184.017 65.4172L184.112 54.7457L186.144 54.7638L186.109 58.6996C186.724 57.9211 187.592 57.5288 188.503 57.5369C190.471 57.5545 191.914 59.1034 191.891 61.6313C191.868 64.2072 190.383 65.666 188.431 65.6486C187.503 65.6403 186.659 65.2168 186.058 64.4594L186.049 65.4354L184.017 65.4172ZM186.071 62.9555C186.403 63.4544 187.151 63.8291 187.807 63.835C188.991 63.8455 189.783 62.9566 189.795 61.6126C189.807 60.2687 189.031 59.3497 187.847 59.3392C187.191 59.3333 186.436 59.7106 186.095 60.2196L186.071 62.9555ZM194.479 56.6462C193.823 56.6403 193.268 56.0914 193.274 55.4194C193.28 54.7474 193.844 54.2084 194.5 54.2143C195.172 54.2203 195.711 54.7691 195.705 55.4411C195.699 56.1131 195.151 56.6522 194.479 56.6462ZM193.392 65.5008L193.461 57.7732L195.492 57.7913L195.424 65.519L193.392 65.5008ZM200.029 65.7521C198.605 65.7394 197.843 64.9965 197.855 63.6206L197.891 59.5887L196.611 59.5773L196.627 57.8014L197.907 57.8128L197.926 55.7009L199.974 55.7192L199.955 57.8311L201.523 57.8451L201.507 59.621L199.939 59.607L199.908 63.0949C199.904 63.5749 200.157 63.9451 200.605 63.9491C200.909 63.9518 201.198 63.8424 201.311 63.7314L201.729 65.2712C201.422 65.5405 200.877 65.7596 200.029 65.7521ZM201.834 65.8962L205.726 54.6184L207.198 54.6316L203.306 65.9093L201.834 65.8962ZM207.447 64.6182L208.339 63.2021C208.895 63.7351 210.042 64.2733 211.002 64.2819C211.882 64.2897 212.301 63.9894 212.305 63.5095C212.31 62.9655 211.639 62.7675 210.761 62.5837C209.435 62.3158 207.726 61.9806 207.743 60.1406C207.754 58.8447 208.9 57.7189 210.932 57.737C212.244 57.7487 213.28 58.2059 214.027 58.8206L213.214 60.2054C212.755 59.7053 211.878 59.2975 210.934 59.2891C210.199 59.2825 209.716 59.5502 209.712 59.9982C209.708 60.4782 210.314 60.6596 211.177 60.8433C212.502 61.1111 214.275 61.4789 214.258 63.3989C214.245 64.8228 213.036 65.8681 210.892 65.8489C209.548 65.837 208.256 65.3774 207.447 64.6182ZM223.598 61.0021L223.57 64.25L222.178 64.2375L222.207 60.9897L219.327 60.964L219.338 59.7L222.218 59.7257L222.246 56.6058L223.638 56.6183L223.61 59.7381L226.474 59.7637L226.462 61.0276L223.598 61.0021ZM234.208 65.8649L234.277 58.1212L232.501 59.9134L231.217 58.5419L234.607 55.196L236.591 55.2137L236.496 65.8853L234.208 65.8649ZM238.145 60.5718C238.17 57.8199 239.554 55.0802 242.61 55.1074C245.65 55.1345 247.001 57.8987 246.977 60.6506C246.952 63.4025 245.552 66.1581 242.512 66.131C239.456 66.1037 238.121 63.3237 238.145 60.5718ZM244.657 60.6299C244.675 58.662 244.112 57.1369 242.592 57.1233C241.056 57.1096 240.467 58.6244 240.449 60.5924C240.432 62.5603 240.994 64.1014 242.53 64.1151C244.05 64.1286 244.639 62.5978 244.657 60.6299ZM248.272 64.5823L249.533 63.0575C250.263 63.816 251.251 64.2248 252.371 64.2348C253.635 64.2461 254.361 63.5326 254.369 62.6526C254.378 61.6766 253.68 61.0144 252.464 61.0035C251.584 60.9957 250.861 61.2613 250.216 61.8635L248.636 61.4174L248.69 55.3217L256.018 55.387L256.001 57.3389L250.897 57.2934L250.873 59.9653C251.437 59.4743 252.305 59.098 253.281 59.1067C255.089 59.1229 256.693 60.4172 256.674 62.5772C256.654 64.8331 254.945 66.2419 252.369 66.2189C250.513 66.2023 249.175 65.5824 248.272 64.5823ZM267.319 66.1602L265.297 63.1661L264.36 64.1498L264.343 66.1337L262.311 66.1156L262.406 55.444L264.438 55.4621L264.381 61.8459L267.34 58.4321L269.835 58.4544L266.748 61.931L269.862 66.1829L267.319 66.1602ZM275.513 66.2333L275.52 65.4334C274.986 66.0526 274.071 66.4125 273.063 66.4035C271.831 66.3925 270.383 65.5475 270.398 63.8196C270.414 62.0117 271.876 61.3687 273.108 61.3797C274.132 61.3888 275.041 61.7169 275.547 62.3455L275.557 61.2735C275.564 60.4895 274.897 59.9716 273.873 59.9624C273.041 59.955 272.27 60.2522 271.609 60.8543L270.853 59.4875C271.804 58.6639 273.023 58.2908 274.239 58.3016C275.999 58.3173 277.609 59.0357 277.589 61.2596L277.545 66.2514L275.513 66.2333ZM275.529 64.3774L275.538 63.4174C275.206 62.9665 274.568 62.7368 273.912 62.7309C273.112 62.7238 272.452 63.1499 272.446 63.8859C272.439 64.6058 273.091 65.0277 273.891 65.0348C274.547 65.0407 275.189 64.8224 275.529 64.3774ZM284.776 66.3159L284.818 61.6441C284.827 60.5722 284.27 60.1992 283.406 60.1915C282.606 60.1843 281.979 60.6268 281.638 61.0878L281.592 66.2875L279.56 66.2694L279.629 58.5417L281.661 58.5599L281.652 59.5678C282.153 58.9803 283.103 58.3807 284.367 58.392C286.062 58.4071 286.87 59.3743 286.856 60.8783L286.808 66.3341L284.776 66.3159ZM289.546 57.3661L289.556 56.2142L294.916 56.262L294.905 57.4139L289.546 57.3661ZM293.465 66.3934L293.472 65.5935C292.939 66.2127 292.024 66.5726 291.016 66.5636C289.784 66.5526 288.335 65.7077 288.35 63.9797C288.367 62.1718 289.828 61.5288 291.06 61.5398C292.084 61.5489 292.993 61.8771 293.5 62.5056L293.509 61.4336C293.516 60.6497 292.849 60.1317 291.825 60.1226C290.993 60.1151 290.222 60.4123 289.561 61.0144L288.805 59.6476C289.757 58.8241 290.976 58.4509 292.192 58.4618C293.952 58.4775 295.561 59.1959 295.542 61.4198L295.497 66.4116L293.465 66.3934ZM293.482 64.5375L293.49 63.5776C293.158 63.1266 292.52 62.8969 291.864 62.891C291.064 62.8839 290.405 63.31 290.398 64.046C290.392 64.766 291.044 65.1878 291.844 65.1949C292.5 65.2008 293.142 64.9825 293.482 64.5375ZM297.512 66.4295L297.608 55.758L299.64 55.7761L299.544 66.4477L297.512 66.4295ZM302.646 57.611C301.99 57.6051 301.435 57.0562 301.441 56.3842C301.447 55.7122 302.012 55.1732 302.668 55.1791C303.34 55.1851 303.879 55.7339 303.873 56.4059C303.867 57.0779 303.318 57.617 302.646 57.611ZM301.559 66.4656L301.628 58.7379L303.66 58.7561L303.591 66.4838L301.559 66.4656Z' fill='white'/%3E%3C/svg%3E%0A");
    top: 135px;
  }
  #first_screen .cta .discount-block {
    width: 223px;
    height: 170px;
    margin-left: 36px;
    align-items: flex-start;
    justify-content: center;
  }
  #first_screen .cta .discount-block:before {
    width: 429px;
    height: 279px;
    background: url(../img/bg-discount-tv-768.png) no-repeat center;
    background-size: contain;
    top: -57px;
    left: -55px;
  }
  #first_screen .cta .discount-block .new_price .euro {
    font-size: 140px;
  }
  #first_screen .cta .discount-block .new_price .euro svg {
    width: 148px;
  }
  #first_screen .cta .discount-block .new_price .right-part {
    margin-top: 4px;
    margin-left: 4px;
  }
  #first_screen .cta .discount-block .new_price .right-part .cents {
    font-size: 90px;
  }
  #first_screen .cta .discount-block .new_price .right-part .cents svg {
    width: 112px;
  }
  #first_screen .cta .discount-block .new_price .right-part .value {
    font-size: 20px;
  }
  #first_screen .cta .discount-block .old_price {
    left: -36px;
    top: -100px;
  }
  #first_screen .cta .discount-block .bottom-quote-row {
    bottom: -80px;
  }
  #first_screen .cta .form-block {
    width: 100%;
    margin-top: 0;
    /*&:before {
      content: '';
      display: block;
      width: 416px;
      height: 632px;
      background-image: url(../img/img-february2026-inet-768.png);
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      position: absolute;
      top: -480px;
      right: -46px;
    }*/
  }
  #first_screen .cta img.img-akciya-1024 {
    display: none;
  }
  #first_screen .cta img.img-akciya-768 {
    display: block;
  }
}
@media (max-width: 767px) {
  #first_screen {
    background-image: url(../img/bg-internet-480.jpg);
  }
  #first_screen .container {
    width: 450px;
  }
  #first_screen .cta .container {
    padding-top: 132px;
    padding-bottom: 40px;
    min-height: 1000px;
  }
  #first_screen .cta .container:before {
    display: none;
  }
  #first_screen .cta .content-block {
    align-items: center;
  }
  #first_screen .cta .title-block {
    margin-bottom: 0;
    padding-bottom: 380px;
  }
  #first_screen .cta h1 {
    font-size: 80px;
    z-index: 5;
    margin-bottom: 30px;
  }
  #first_screen .cta h1.lv .title-svg {
    width: 358px;
    height: 130px;
    background-image: url("data:image/svg+xml,%3Csvg width='358' height='130' viewBox='0 0 358 130' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='path-1-outside-1_9052_646154' maskUnits='userSpaceOnUse' x='-0.514648' y='63' width='321' height='58' fill='black'%3E%3Crect fill='white' x='-0.514648' y='63' width='321' height='58'/%3E%3Cpath d='M15.6854 116V83.48H3.98535V75.98H35.9054V83.48H24.2654V116H15.6854ZM41.3672 116V75.98H69.6872V83.3H49.8872V92H69.2672V99.32H49.8872V108.62H69.6872V116H41.3672ZM76.3477 116V75.98H84.8677V108.5H101.788V116H76.3477ZM107.754 116V75.98H136.074V83.3H116.274V92H135.654V99.32H116.274V108.62H136.074V116H107.754ZM153.954 116L138.474 75.98H148.194L159.294 106.76L170.334 75.98H180.054L164.634 116H153.954ZM177.99 72.26V67.94H198.09V72.26H177.99ZM183.75 116V75.98H192.27V116H183.75ZM198.775 116V109.1L217.675 83.48H198.775V75.98H228.835V82.82L209.935 108.5H229.255V116H198.775ZM235.723 116V75.98H244.243V116H235.723ZM248.588 112.82L252.308 106.28C253.868 107.78 255.908 109.16 258.668 109.16C262.448 109.16 264.908 106.64 264.908 102.74V75.98H273.428V102.86C273.428 112.34 267.548 116.72 259.328 116.72C255.248 116.72 251.468 115.64 248.588 112.82ZM307.395 116L304.875 109.1H286.995L284.475 116H275.115L290.595 75.98H301.275L316.695 116H307.395ZM295.935 83.36L289.275 101.72H302.535L295.935 83.36Z'/%3E%3C/mask%3E%3Cpath d='M15.6854 116V83.48H3.98535V75.98H35.9054V83.48H24.2654V116H15.6854ZM41.3672 116V75.98H69.6872V83.3H49.8872V92H69.2672V99.32H49.8872V108.62H69.6872V116H41.3672ZM76.3477 116V75.98H84.8677V108.5H101.788V116H76.3477ZM107.754 116V75.98H136.074V83.3H116.274V92H135.654V99.32H116.274V108.62H136.074V116H107.754ZM153.954 116L138.474 75.98H148.194L159.294 106.76L170.334 75.98H180.054L164.634 116H153.954ZM177.99 72.26V67.94H198.09V72.26H177.99ZM183.75 116V75.98H192.27V116H183.75ZM198.775 116V109.1L217.675 83.48H198.775V75.98H228.835V82.82L209.935 108.5H229.255V116H198.775ZM235.723 116V75.98H244.243V116H235.723ZM248.588 112.82L252.308 106.28C253.868 107.78 255.908 109.16 258.668 109.16C262.448 109.16 264.908 106.64 264.908 102.74V75.98H273.428V102.86C273.428 112.34 267.548 116.72 259.328 116.72C255.248 116.72 251.468 115.64 248.588 112.82ZM307.395 116L304.875 109.1H286.995L284.475 116H275.115L290.595 75.98H301.275L316.695 116H307.395ZM295.935 83.36L289.275 101.72H302.535L295.935 83.36Z' fill='white'/%3E%3Cpath d='M14.1854 116C15.1854 116 16.1854 116 17.1854 116C17.5187 113.602 17.8187 111.204 18.0854 108.806C19.0241 100.364 19.5498 91.922 19.6624 83.48L19.7147 79.5567L15.6854 79.503C14.5354 79.4877 13.3854 79.48 12.2354 79.48C9.48535 79.48 6.73535 79.4849 3.98535 79.4946L7.97074 83.48C7.96188 80.98 7.949 78.48 7.93209 75.98L3.98535 79.9267C14.6254 79.8548 25.2653 79.7099 35.9054 79.4921L32.3932 75.98C32.4444 78.48 32.4996 80.98 32.5588 83.48L35.9054 80.1335C32.0254 80.2254 28.1454 80.327 24.2654 80.4383L21.3133 80.3536L21.2236 83.48C21.5346 94.32 21.9213 105.16 22.3836 116L24.2654 114.118C23.8034 114.138 23.3414 114.158 22.8794 114.178C20.4814 114.281 18.0834 114.389 15.6854 114.5C15.6854 115.5 15.6854 116.5 15.6854 117.5C18.0834 117.611 20.4814 117.719 22.8794 117.822C23.3414 117.842 23.8034 117.862 24.2654 117.882L26.2238 117.798L26.1471 116C26.6094 105.16 26.9961 94.32 27.3071 83.48L24.2654 86.5217C28.1454 86.633 32.0254 86.7346 35.9054 86.8265L39.3292 86.7454L39.2519 83.48C39.3111 80.98 39.3663 78.48 39.4175 75.98L39.3442 72.3975L35.9054 72.4679C25.2654 72.2501 14.6254 72.1052 3.98535 72.0333L0.0120993 72.0601L0.0386088 75.98C0.0217016 78.48 0.00882006 80.98 -3.60012e-05 83.48L0.0141318 87.4795L3.98535 87.4654C6.73535 87.4751 9.48535 87.48 12.2354 87.48C13.3854 87.48 14.5354 87.4723 15.6854 87.457L11.7084 83.48C11.8209 91.922 12.3466 100.364 13.2854 108.806C13.552 111.204 13.852 113.602 14.1854 116ZM17.1854 116H14.1854L14.4021 117.559L15.6854 117.5V114.5L17.1854 116ZM39.8672 116C40.8672 116 41.8672 116 42.8672 116C43.2006 112.416 43.5006 108.832 43.7672 105.248C44.4931 95.492 44.972 85.736 45.2039 75.98L41.3672 79.8167C45.9472 79.9256 50.5272 79.98 55.1072 79.98C59.9672 79.98 64.8272 79.9732 69.6872 79.9596L65.7077 75.98C65.7145 78.42 65.7231 80.86 65.7333 83.3L69.6872 79.3461C63.0872 79.3739 56.4872 79.4142 49.8872 79.4671L46.0853 79.4367L46.0544 83.3C46.0776 86.2 46.1033 89.1 46.1314 92L46.0953 95.7191L49.8872 95.7559C56.3472 95.6933 62.8072 95.6187 69.2672 95.532L65.7352 92C65.768 94.44 65.8024 96.88 65.8386 99.32L69.2672 95.8913C62.8072 95.9871 56.3472 96.0948 49.8872 96.2146L46.8405 96.1581L46.7819 99.32C46.8394 102.42 46.8996 105.52 46.9627 108.62L46.9044 111.484L49.8872 111.545C56.4872 111.41 63.0872 111.264 69.6872 111.104L67.203 108.62C67.2623 111.08 67.3235 113.54 67.3863 116L69.6872 113.699C63.8312 113.849 57.9752 114.008 52.1192 114.178C48.5352 114.281 44.9512 114.389 41.3672 114.5C41.3672 115.5 41.3672 116.5 41.3672 117.5C44.9512 117.611 48.5352 117.719 52.1192 117.822C57.9752 117.992 63.8312 118.151 69.6872 118.301L72.0454 118.241L71.9881 116C72.051 113.54 72.1121 111.08 72.1715 108.62L72.1101 106.077L69.6872 106.136C63.0872 105.976 56.4872 105.83 49.8872 105.695L52.8118 108.62C52.8748 105.52 52.9351 102.42 52.9926 99.32L49.8872 102.425C56.3472 102.545 62.8072 102.653 69.2672 102.749L72.7459 102.697L72.6959 99.32C72.7321 96.88 72.7665 94.44 72.7992 92L72.7512 88.4213L69.2672 88.468C62.8072 88.3813 56.3472 88.3067 49.8872 88.2441L53.6431 92C53.6712 89.1 53.6969 86.2 53.7201 83.3L49.8872 87.1329C56.4872 87.1858 63.0872 87.2261 69.6872 87.2539L73.6577 87.2372L73.6411 83.3C73.6514 80.86 73.66 78.42 73.6668 75.98L73.6556 71.9893L69.6872 72.0004C64.8272 71.9868 59.9672 71.98 55.1072 71.98C50.5272 71.98 45.9472 72.0344 41.3672 72.1433L37.4415 72.2366L37.5305 75.98C37.7624 85.736 38.2413 95.492 38.9672 105.248C39.2339 108.832 39.5339 112.416 39.8672 116ZM42.8672 116H39.8672L40.0106 117.542L41.3672 117.5V114.5L42.8672 116ZM74.8477 116C75.8477 116 76.8477 116 77.8477 116C78.181 113.818 78.481 111.636 78.7477 109.454C79.8144 100.726 80.3477 91.998 80.3477 83.27C80.3477 80.84 80.3431 78.41 80.3339 75.98L76.3477 79.9662C79.1877 79.9555 82.0277 79.9385 84.8677 79.9152L80.9325 75.98C81.0214 86.82 81.2017 97.66 81.4734 108.5L81.3905 111.807L84.8677 111.894C90.5077 111.753 96.1477 111.587 101.788 111.396L98.8917 108.5C98.9763 111 99.0658 113.5 99.1601 116L101.788 113.372C95.4897 113.61 89.1917 113.878 82.8937 114.178C80.7117 114.281 78.5297 114.389 76.3477 114.5C76.3477 115.5 76.3477 116.5 76.3477 117.5C78.5297 117.611 80.7117 117.719 82.8937 117.822C89.1917 118.122 95.4897 118.39 101.788 118.628L104.511 118.525L104.415 116C104.51 113.5 104.599 111 104.684 108.5L104.583 105.509L101.788 105.604C96.1477 105.413 90.5077 105.247 84.8677 105.106L88.262 108.5C88.5337 97.66 88.714 86.82 88.8029 75.98L88.7704 72.0128L84.8677 72.0448C82.0277 72.0215 79.1877 72.0045 76.3477 71.9938L72.3465 72.0089L72.3615 75.98C72.3523 78.41 72.3477 80.84 72.3477 83.27C72.3477 91.998 72.881 100.726 73.9477 109.454C74.2144 111.636 74.5144 113.818 74.8477 116ZM77.8477 116H74.8477L75.0867 117.564L76.3477 117.5V114.5L77.8477 116ZM106.254 116C107.254 116 108.254 116 109.254 116C109.587 112.416 109.887 108.832 110.154 105.248C110.88 95.492 111.359 85.736 111.591 75.98L107.754 79.8167C112.334 79.9256 116.914 79.98 121.494 79.98C126.354 79.98 131.214 79.9732 136.074 79.9596L132.094 75.98C132.101 78.42 132.11 80.86 132.12 83.3L136.074 79.3461C129.474 79.3739 122.874 79.4142 116.274 79.4671L112.472 79.4367L112.441 83.3C112.464 86.2 112.49 89.1 112.518 92L112.482 95.7191L116.274 95.7559C122.734 95.6933 129.194 95.6187 135.654 95.532L132.122 92C132.155 94.44 132.189 96.88 132.225 99.32L135.654 95.8913C129.194 95.9871 122.734 96.0948 116.274 96.2146L113.227 96.1581L113.169 99.32C113.226 102.42 113.286 105.52 113.349 108.62L113.291 111.484L116.274 111.545C122.874 111.41 129.474 111.264 136.074 111.104L133.59 108.62C133.649 111.08 133.71 113.54 133.773 116L136.074 113.699C130.218 113.849 124.362 114.008 118.506 114.178C114.922 114.281 111.338 114.389 107.754 114.5C107.754 115.5 107.754 116.5 107.754 117.5C111.338 117.611 114.922 117.719 118.506 117.822C124.362 117.992 130.218 118.151 136.074 118.301L138.432 118.241L138.375 116C138.438 113.54 138.499 111.08 138.558 108.62L138.497 106.077L136.074 106.136C129.474 105.976 122.874 105.83 116.274 105.695L119.199 108.62C119.262 105.52 119.322 102.42 119.379 99.32L116.274 102.425C122.734 102.545 129.194 102.653 135.654 102.749L139.133 102.697L139.083 99.32C139.119 96.88 139.153 94.44 139.186 92L139.138 88.4213L135.654 88.468C129.194 88.3813 122.734 88.3067 116.274 88.2441L120.03 92C120.058 89.1 120.084 86.2 120.107 83.3L116.274 87.1329C122.874 87.1858 129.474 87.2261 136.074 87.2539L140.044 87.2372L140.028 83.3C140.038 80.86 140.047 78.42 140.054 75.98L140.042 71.9893L136.074 72.0004C131.214 71.9868 126.354 71.98 121.494 71.98C116.914 71.98 112.334 72.0344 107.754 72.1433L103.828 72.2366L103.917 75.98C104.149 85.736 104.628 95.492 105.354 105.248C105.621 108.832 105.921 112.416 106.254 116ZM109.254 116H106.254L106.397 117.542L107.754 117.5V114.5L109.254 116ZM152.555 116.541C153.488 116.18 154.421 115.82 155.353 115.459C154.574 112.52 153.763 109.593 152.922 106.678C149.78 95.7976 146.206 85.0848 142.198 74.5395L138.474 79.9728C139.283 79.9776 140.091 79.98 140.899 79.98C143.331 79.98 145.763 79.9776 148.194 79.9728L144.438 77.3345C148.159 87.5872 151.924 97.8236 155.735 108.044L159.239 117.94L162.856 108.037C166.425 97.7376 169.949 87.4215 173.427 77.0892L170.334 79.2653C173.574 79.2017 176.814 79.1337 180.054 79.0615L177.179 74.8721C172.336 88.3266 167.571 101.811 162.883 115.325L164.634 114.123C164.097 114.141 163.559 114.159 163.021 114.178C159.999 114.281 156.977 114.389 153.954 114.5C153.954 115.5 153.954 116.5 153.954 117.5C156.977 117.611 159.999 117.719 163.021 117.822C163.559 117.841 164.097 117.859 164.634 117.877L165.985 117.831L166.386 116.675C171.978 103.509 177.493 90.3134 182.93 77.0879L184.477 72.8045L180.054 72.8985C176.814 72.8263 173.574 72.7583 170.334 72.6946L167.959 72.7413L167.242 74.8708C163.36 85.0585 159.524 95.2624 155.733 105.483L162.854 105.476C159.265 95.1764 155.63 84.8928 151.95 74.6255L150.991 71.9817L148.194 71.9872C145.763 71.9824 143.331 71.98 140.899 71.98C140.091 71.98 139.283 71.9824 138.474 71.9871L132.627 72.02L134.75 77.4205C138.882 87.9177 143.447 98.2474 148.445 108.41C149.784 111.132 151.154 113.843 152.555 116.541ZM155.353 115.459L152.555 116.541L153.07 117.533L153.954 117.5V114.5L155.353 115.459ZM176.49 72.26C177.49 72.26 178.49 72.26 179.49 72.26C179.823 71.446 180.123 70.632 180.39 69.818C180.595 69.192 180.78 68.566 180.946 67.94L177.99 70.8961C180.62 71.592 183.25 71.94 185.88 71.94C189.95 71.94 194.02 71.8474 198.09 71.6622L194.368 67.94C194.433 69.38 194.51 70.82 194.599 72.26L198.09 68.7691C192.204 69.1317 186.318 69.6879 180.432 70.4378C179.618 70.5415 178.804 70.6489 177.99 70.76C177.99 71.76 177.99 72.76 177.99 73.76C178.804 73.8711 179.618 73.9785 180.432 74.0822C186.318 74.8321 192.204 75.3883 198.09 75.7509L201.782 75.5235L201.581 72.26C201.67 70.82 201.747 69.38 201.812 67.94L201.636 64.0565L198.09 64.2178C194.02 64.0326 189.95 63.94 185.88 63.94C183.25 63.94 180.62 64.288 177.99 64.9839L174.496 65.9084L175.034 67.94C175.2 68.566 175.385 69.192 175.59 69.818C175.857 70.632 176.157 71.446 176.49 72.26ZM179.49 72.26H176.49L177.151 73.8745L177.99 73.76V70.76L179.49 72.26ZM179.75 116C182.417 116 185.083 116 187.75 116C187.75 114.382 187.75 112.764 187.75 111.146C187.75 99.424 187.75 87.702 187.75 75.98L183.75 79.98C186.59 79.98 189.43 79.98 192.27 79.98L188.27 75.98C188.27 89.32 188.27 102.66 188.27 116L192.27 112C191.048 112 189.826 112 188.604 112C186.986 112 185.368 112 183.75 112C183.75 114.667 183.75 117.333 183.75 120C185.368 120 186.986 120 188.604 120C189.826 120 191.048 120 192.27 120H196.27V116C196.27 102.66 196.27 89.32 196.27 75.98V71.98H192.27C189.43 71.98 186.59 71.98 183.75 71.98H179.75V75.98C179.75 87.702 179.75 99.424 179.75 111.146C179.75 112.764 179.75 114.382 179.75 116ZM187.75 116H179.75V120H183.75V112L187.75 116ZM197.275 116C198.275 116 199.275 116 200.275 116C200.515 113.7 200.739 111.4 200.944 109.1L200.521 110.388C201.111 109.721 201.7 109.053 202.286 108.383C208.714 101.04 214.893 93.5128 220.821 85.8012L225.478 79.6924L217.675 79.57C214.652 79.51 211.629 79.48 208.606 79.48C205.329 79.48 202.052 79.4839 198.775 79.4917L202.763 83.48C202.757 80.98 202.749 78.48 202.738 75.98L198.775 79.9435C208.795 79.9013 218.815 79.8224 228.835 79.707L225.108 75.98C225.134 78.26 225.162 80.54 225.192 82.82L225.901 80.6609C219.714 89.3039 213.56 97.9714 207.439 106.663L203.757 111.496L209.935 111.599C216.375 111.464 222.815 111.314 229.255 111.149L226.606 108.5C226.67 111 226.737 113.5 226.805 116L229.255 113.55C222.282 113.742 215.309 113.951 208.336 114.178C205.149 114.281 201.962 114.389 198.775 114.5C198.775 115.5 198.775 116.5 198.775 117.5C201.962 117.611 205.149 117.719 208.336 117.822C215.309 118.049 222.282 118.258 229.255 118.45L231.77 118.381L231.705 116C231.773 113.5 231.84 111 231.904 108.5L231.834 105.785L229.255 105.851C222.815 105.686 216.375 105.536 209.935 105.401L212.43 110.337C218.91 101.909 225.356 93.4561 231.769 84.9791L232.493 83.9677L232.477 82.82C232.507 80.54 232.536 78.26 232.562 75.98L232.518 72.2105L228.835 72.253C218.815 72.1375 208.795 72.0587 198.775 72.0165L194.795 72.0333L194.811 75.98C194.801 78.48 194.793 80.98 194.787 83.48L194.796 87.4778L198.775 87.4682C202.052 87.4761 205.329 87.48 208.606 87.48C211.629 87.48 214.652 87.45 217.675 87.39L214.528 81.1588C208.91 89.0995 203.542 97.2245 198.423 105.534C197.956 106.292 197.492 107.051 197.029 107.812L196.559 108.585L196.605 109.1C196.811 111.4 197.034 113.7 197.275 116ZM200.275 116H197.275L197.437 117.547L198.775 117.5V114.5L200.275 116ZM234.223 116C235.223 116 236.223 116 237.223 116C237.556 114.382 237.856 112.764 238.123 111.146C239.189 104.674 239.723 98.202 239.723 91.73C239.723 86.48 239.684 81.23 239.606 75.98L235.723 79.863C238.563 79.8208 241.403 79.7672 244.243 79.7022L240.52 75.98C240.826 89.32 241.383 102.66 242.192 116L244.243 113.949C243.021 114.023 241.799 114.099 240.577 114.178C238.959 114.281 237.341 114.389 235.723 114.5C235.723 115.5 235.723 116.5 235.723 117.5C237.341 117.611 238.959 117.719 240.577 117.822C241.799 117.901 243.021 117.977 244.243 118.051L246.41 117.919L246.294 116C247.102 102.66 247.66 89.32 247.965 75.98L247.878 72.1746L244.243 72.2578C241.403 72.1928 238.563 72.1392 235.723 72.097L231.783 72.1555L231.84 75.98C231.762 81.23 231.723 86.48 231.723 91.73C231.723 98.202 232.256 104.674 233.323 111.146C233.589 112.764 233.889 114.382 234.223 116ZM237.223 116H234.223L234.548 117.581L235.723 117.5V114.5L237.223 116ZM247.284 112.078C248.153 112.573 249.022 113.067 249.891 113.562C251.179 111.971 252.439 110.364 253.669 108.741C253.967 108.348 254.263 107.954 254.557 107.559L250.514 108.145C252.207 110.261 255.219 112.355 258.668 112.497C260.971 112.667 263.858 111.974 265.915 109.928C267.992 107.91 268.792 105.099 268.825 102.74C268.88 100.907 268.908 99.0732 268.908 97.2398C268.908 90.1532 268.862 83.0666 268.771 75.98L264.908 79.8431C267.748 79.8066 270.588 79.7627 273.428 79.7115L269.696 75.98C269.858 84.94 270.092 93.9 270.4 102.86C270.998 109.545 266.472 114.513 259.328 114.616C257.61 114.707 255.906 114.59 254.3 114.171C252.586 113.727 250.99 112.923 249.637 111.748C248.937 112.463 248.238 113.177 247.538 113.892C249.065 115.554 251.047 116.847 253.176 117.638C255.171 118.387 257.267 118.733 259.328 118.824C263.355 119.008 267.979 118.183 271.496 115.005C275.045 111.838 276.36 107.035 276.456 102.86C276.763 93.9 276.997 84.94 277.159 75.98L277.091 72.1825L273.428 72.2485C270.588 72.1973 267.748 72.1534 264.908 72.1168L260.995 72.1672L261.044 75.98C260.953 83.0666 260.908 90.1532 260.908 97.2398C260.908 99.0732 260.935 100.907 260.99 102.74C261.039 103.73 260.846 104.394 260.567 104.823C260.295 105.252 259.714 105.678 258.668 105.823C257.276 106.039 255.784 105.632 254.101 104.415L251.21 102.243L250.058 105.001C249.869 105.455 249.682 105.911 249.497 106.368C248.73 108.255 247.992 110.158 247.284 112.078ZM249.891 113.562L247.284 112.078L246.84 113.28L247.538 113.892L249.637 111.748L249.891 113.562ZM305.986 116.515C306.925 116.172 307.865 115.828 308.804 115.485C308.275 113.072 307.716 110.669 307.125 108.278L306.788 106.912L304.875 106.704C304.862 106.703 304.849 106.701 304.835 106.7C298.889 106.056 292.942 105.606 286.995 105.351L284.538 105.246L283.474 107.814C282.535 110.078 281.627 112.353 280.75 114.64L284.475 112.035C283.023 112.012 281.571 112 280.119 112C278.451 112 276.783 112.002 275.115 112.005L278.841 117.441C283.974 104.091 288.99 90.6951 293.89 77.2543L290.595 79.5123C294.155 79.4428 297.715 79.3656 301.275 79.2806L298.195 77.1667C303.654 90.384 309.229 103.556 314.92 116.684L316.695 114.098C316.057 114.124 315.419 114.151 314.78 114.178C312.319 114.281 309.857 114.389 307.395 114.5C307.395 115.5 307.395 116.5 307.395 117.5C309.857 117.611 312.319 117.719 314.78 117.822C315.419 117.849 316.057 117.876 316.695 117.902L319.537 117.79L318.47 115.316C313.882 101.764 309.177 88.256 304.355 74.7933L303.46 72.6272L301.275 72.6794C297.715 72.5944 294.155 72.5171 290.595 72.4477L288.106 72.4962L287.301 74.7057C281.88 87.9449 276.576 101.229 271.389 114.559L269.294 120.006L275.115 119.995C276.783 119.998 278.451 120 280.119 120C281.571 120 283.023 119.988 284.475 119.965L287.311 119.92L288.2 117.36C289.003 115.047 289.775 112.722 290.517 110.386L286.995 112.849C292.942 112.594 298.889 112.144 304.835 111.5C304.849 111.499 304.862 111.497 304.875 111.496L302.625 109.922C303.714 112.131 304.835 114.328 305.986 116.515ZM308.804 115.485L305.986 116.515L306.526 117.539L307.395 117.5V114.5L308.804 115.485ZM299.695 84.724C297.188 83.8147 294.682 82.9053 292.175 81.996C291.878 82.8154 291.58 83.6349 291.283 84.4543C289.36 89.7549 287.438 95.0554 285.515 100.356L283.569 105.72H289.275C293.695 105.72 298.115 105.72 302.535 105.72H308.224L306.299 100.367C304.394 95.0672 302.489 89.7674 300.584 84.4677C300.289 83.6474 299.994 82.8272 299.699 82.0069C297.19 82.909 294.68 83.811 292.171 84.7131C292.466 85.5334 292.761 86.3537 293.055 87.174C294.961 92.4737 296.866 97.7734 298.771 103.073L302.535 97.72C298.115 97.72 293.695 97.72 289.275 97.72L293.035 103.084C294.958 97.7834 296.881 92.4829 298.804 87.1823C299.101 86.3629 299.398 85.5434 299.695 84.724ZM292.175 81.996L299.695 84.724L292.171 84.7131L299.699 82.0069L295.952 71.583L292.175 81.996Z' fill='%23070708' mask='url(%23path-1-outside-1_9052_646154)'/%3E%3Cmask id='path-3-outside-2_9052_646154' maskUnits='userSpaceOnUse' x='1.48535' y='6' width='322' height='50' fill='black'%3E%3Crect fill='white' x='1.48535' y='6' width='322' height='50'/%3E%3Cpath d='M6.44535 51V10.98H14.9654V51H6.44535ZM50.5102 51L31.4302 24.12V51H22.9102V10.98H31.6702L50.2102 36.9V10.98H58.7302V51H50.5102ZM75.8611 51V18.48H64.1611V10.98H96.0811V18.48H84.4411V51H75.8611ZM101.543 51V10.98H129.863V18.3H110.063V27H129.443V34.32H110.063V43.62H129.863V51H101.543ZM159.143 51L151.283 36.66H145.043V51H136.523V10.98H155.243C163.583 10.98 168.683 16.44 168.683 23.88C168.683 30.96 164.243 34.74 159.923 35.76L168.923 51H159.143ZM159.983 23.82C159.983 20.46 157.403 18.3 153.983 18.3H145.043V29.34H153.983C157.403 29.34 159.983 27.18 159.983 23.82ZM202.678 51L183.598 24.12V51H175.078V10.98H183.838L202.378 36.9V10.98H210.898V51H202.678ZM218.789 51V10.98H247.109V18.3H227.309V27H246.689V34.32H227.309V43.62H247.109V51H218.789ZM263.01 51V18.48H251.31V10.98H283.23V18.48H271.59V51H263.01ZM285.521 45.36L290.201 38.88C293.021 41.82 297.401 44.28 302.921 44.28C307.601 44.28 309.881 42.06 309.881 39.78C309.881 36.78 306.401 35.76 301.781 34.68C295.241 33.18 286.841 31.38 286.841 22.44C286.841 15.78 292.601 10.38 302.021 10.38C308.381 10.38 313.661 12.3 317.621 15.96L312.881 22.2C309.641 19.2 305.321 17.82 301.421 17.82C297.581 17.82 295.541 19.5 295.541 21.9C295.541 24.6 298.901 25.44 303.521 26.52C310.121 28.02 318.521 30 318.521 38.88C318.521 46.2 313.301 51.72 302.501 51.72C294.821 51.72 289.301 49.14 285.521 45.36Z'/%3E%3C/mask%3E%3Cpath d='M6.44535 51V10.98H14.9654V51H6.44535ZM50.5102 51L31.4302 24.12V51H22.9102V10.98H31.6702L50.2102 36.9V10.98H58.7302V51H50.5102ZM75.8611 51V18.48H64.1611V10.98H96.0811V18.48H84.4411V51H75.8611ZM101.543 51V10.98H129.863V18.3H110.063V27H129.443V34.32H110.063V43.62H129.863V51H101.543ZM159.143 51L151.283 36.66H145.043V51H136.523V10.98H155.243C163.583 10.98 168.683 16.44 168.683 23.88C168.683 30.96 164.243 34.74 159.923 35.76L168.923 51H159.143ZM159.983 23.82C159.983 20.46 157.403 18.3 153.983 18.3H145.043V29.34H153.983C157.403 29.34 159.983 27.18 159.983 23.82ZM202.678 51L183.598 24.12V51H175.078V10.98H183.838L202.378 36.9V10.98H210.898V51H202.678ZM218.789 51V10.98H247.109V18.3H227.309V27H246.689V34.32H227.309V43.62H247.109V51H218.789ZM263.01 51V18.48H251.31V10.98H283.23V18.48H271.59V51H263.01ZM285.521 45.36L290.201 38.88C293.021 41.82 297.401 44.28 302.921 44.28C307.601 44.28 309.881 42.06 309.881 39.78C309.881 36.78 306.401 35.76 301.781 34.68C295.241 33.18 286.841 31.38 286.841 22.44C286.841 15.78 292.601 10.38 302.021 10.38C308.381 10.38 313.661 12.3 317.621 15.96L312.881 22.2C309.641 19.2 305.321 17.82 301.421 17.82C297.581 17.82 295.541 19.5 295.541 21.9C295.541 24.6 298.901 25.44 303.521 26.52C310.121 28.02 318.521 30 318.521 38.88C318.521 46.2 313.301 51.72 302.501 51.72C294.821 51.72 289.301 49.14 285.521 45.36Z' fill='white'/%3E%3Cpath d='M4.94535 51C5.94535 51 6.94535 51 7.94535 51C8.27869 49.382 8.57868 47.764 8.84535 46.146C9.91202 39.674 10.4454 33.202 10.4454 26.73C10.4454 21.48 10.4064 16.23 10.3284 10.98L6.44535 14.863C9.28535 14.8208 12.1254 14.7672 14.9654 14.7022L11.2431 10.98C11.5485 24.32 12.1056 37.66 12.9145 51L14.9654 48.9491C13.7434 49.0232 12.5214 49.0995 11.2994 49.1778C9.68135 49.2815 8.06335 49.3889 6.44535 49.5C6.44535 50.5 6.44535 51.5 6.44535 52.5C8.06335 52.6111 9.68135 52.7185 11.2994 52.8222C12.5214 52.9005 13.7434 52.9768 14.9654 53.0509L17.1326 52.9194L17.0162 51C17.8251 37.66 18.3822 24.32 18.6876 10.98L18.6005 7.17456L14.9654 7.25777C12.1254 7.19276 9.28535 7.13917 6.44535 7.09698L2.50552 7.15551L2.56233 10.98C2.48435 16.23 2.44535 21.48 2.44535 26.73C2.44535 33.202 2.97868 39.674 4.04535 46.146C4.31202 47.764 4.61202 49.382 4.94535 51ZM7.94535 51H4.94535L5.27099 52.5806L6.44535 52.5V49.5L7.94535 51ZM49.287 51.8682C50.1025 51.2894 50.9179 50.7106 51.7334 50.1318C49.77 46.7899 47.7795 43.4674 45.7618 40.1642C42.0383 34.0682 38.2222 28.0379 34.3135 22.0734L28.0841 12.9732L27.8944 24.12C27.5849 32.4398 27.4302 40.7597 27.4302 49.0795C27.4302 49.7197 27.4303 50.3598 27.4305 51L31.4302 47.0003C28.5902 47.0012 25.7502 47.0041 22.9102 47.009L26.9012 51C26.8781 37.66 26.8108 24.32 26.6994 10.98L22.9102 14.7692C25.8302 14.7448 28.7502 14.7183 31.6702 14.6896L28.653 13.1382C34.9177 21.7176 41.2052 30.2806 47.5155 38.8274L53.4511 47.2492L53.5232 36.9C53.3929 28.26 53.2441 19.62 53.0767 10.98L50.2102 13.8465C53.0502 13.7914 55.8902 13.7344 58.7302 13.6754L56.0348 10.98C56.2888 23.1985 56.5798 35.417 56.908 47.6354C56.9381 48.757 56.9685 49.8785 56.9993 51L58.7302 49.2691C55.9902 49.3442 53.2502 49.4212 50.5102 49.5C50.5102 50.5 50.5102 51.5 50.5102 52.5C53.2502 52.5788 55.9902 52.6558 58.7302 52.7309L60.5072 52.6822L60.4611 51C60.4919 49.8785 60.5223 48.757 60.5524 47.6354C60.8806 35.417 61.1716 23.1985 61.4256 10.98L61.3684 8.22977L58.7302 8.28461C55.8902 8.22558 53.0502 8.16855 50.2102 8.11353L47.2893 8.17012L47.3437 10.98C47.1763 19.62 47.0275 28.26 46.8971 36.9L52.9049 34.9726C46.8552 26.2393 40.7827 17.5224 34.6874 8.82183L33.5411 7.25201L31.6702 7.27036C28.7502 7.24173 25.8302 7.21521 22.9102 7.19081L19.0896 7.22273L19.121 10.98C19.0095 24.32 18.9423 37.66 18.9192 51L18.9261 54.9979L22.9102 54.991C25.7502 54.9959 28.5902 54.9988 31.4302 54.9997L35.4312 54.9984L35.4299 51C35.4301 50.3598 35.4302 49.7197 35.4302 49.0795C35.4302 40.7597 35.2755 32.4398 34.966 24.12L28.5469 26.1666C32.8879 31.8243 37.3215 37.4163 41.8477 42.9425C44.3003 45.937 46.7801 48.9123 49.287 51.8682ZM51.7334 50.1318L49.287 51.8682L49.8392 52.5193L50.5102 52.5V49.5L51.7334 50.1318ZM74.3611 51C75.3611 51 76.3611 51 77.3611 51C77.6945 48.602 77.9945 46.204 78.2611 43.806C79.1999 35.364 79.7256 26.922 79.8381 18.48L79.8904 14.5567L75.8611 14.503C74.7111 14.4877 73.5611 14.48 72.4111 14.48C69.6611 14.48 66.9111 14.4849 64.1611 14.4946L68.1465 18.48C68.1377 15.98 68.1248 13.48 68.1079 10.98L64.1611 14.9267C74.8011 14.8548 85.4411 14.7099 96.0811 14.4921L92.569 10.98C92.6202 13.48 92.6754 15.98 92.7346 18.48L96.0811 15.1335C92.2011 15.2254 88.3211 15.327 84.4411 15.4383L81.4891 15.3536L81.3994 18.48C81.7104 29.32 82.097 40.16 82.5594 51L84.4411 49.1183C83.9791 49.138 83.5171 49.1578 83.0551 49.1778C80.6571 49.2815 78.2591 49.3889 75.8611 49.5C75.8611 50.5 75.8611 51.5 75.8611 52.5C78.2591 52.6111 80.6571 52.7185 83.0551 52.8222C83.5171 52.8422 83.9791 52.862 84.4411 52.8817L86.3996 52.7982L86.3229 51C86.7852 40.16 87.1719 29.32 87.4828 18.48L84.4411 21.5217C88.3211 21.633 92.2011 21.7346 96.0811 21.8265L99.505 21.7454L99.4277 18.48C99.4869 15.98 99.5421 13.48 99.5933 10.98L99.5199 7.39748L96.0811 7.46787C85.4411 7.25008 74.8011 7.10521 64.1611 7.03325L60.1879 7.06012L60.2144 10.98C60.1975 13.48 60.1846 15.98 60.1757 18.48L60.1899 22.4795L64.1611 22.4654C66.9111 22.4751 69.6611 22.48 72.4111 22.48C73.5611 22.48 74.7111 22.4723 75.8611 22.457L71.8841 18.48C71.9967 26.922 72.5224 35.364 73.4611 43.806C73.7278 46.204 74.0278 48.602 74.3611 51ZM77.3611 51H74.3611L74.5779 52.5595L75.8611 52.5V49.5L77.3611 51ZM100.043 51C101.043 51 102.043 51 103.043 51C103.376 47.416 103.676 43.832 103.943 40.248C104.669 30.492 105.148 20.736 105.38 10.98L101.543 14.8167C106.123 14.9256 110.703 14.98 115.283 14.98C120.143 14.98 125.003 14.9732 129.863 14.9596L125.883 10.98C125.89 13.42 125.899 15.86 125.909 18.3L129.863 14.3461C123.263 14.3739 116.663 14.4142 110.063 14.4671L106.261 14.4367L106.23 18.3C106.253 21.2 106.279 24.1 106.307 27L106.271 30.7191L110.063 30.7559C116.523 30.6933 122.983 30.6187 129.443 30.532L125.911 27C125.944 29.44 125.978 31.88 126.014 34.32L129.443 30.8913C122.983 30.9871 116.523 31.0948 110.063 31.2146L107.016 31.1581L106.958 34.32C107.015 37.42 107.075 40.52 107.138 43.62L107.08 46.4839L110.063 46.5446C116.663 46.4104 123.263 46.2636 129.863 46.1043L127.379 43.62C127.438 46.08 127.499 48.54 127.562 51L129.863 48.6991C124.007 48.8488 118.151 49.0083 112.295 49.1778C108.711 49.2815 105.127 49.3889 101.543 49.5C101.543 50.5 101.543 51.5 101.543 52.5C105.127 52.6111 108.711 52.7185 112.295 52.8222C118.151 52.9917 124.007 53.1512 129.863 53.3009L132.221 53.2406L132.164 51C132.227 48.54 132.288 46.08 132.347 43.62L132.286 41.0772L129.863 41.1357C123.263 40.9764 116.663 40.8296 110.063 40.6954L112.988 43.62C113.051 40.52 113.111 37.42 113.168 34.32L110.063 37.4253C116.523 37.5452 122.983 37.6529 129.443 37.7487L132.922 37.6971L132.872 34.32C132.908 31.88 132.942 29.44 132.975 27L132.927 23.4213L129.443 23.468C122.983 23.3813 116.523 23.3067 110.063 23.2441L113.819 27C113.847 24.1 113.873 21.2 113.896 18.3L110.063 22.1329C116.663 22.1858 123.263 22.2261 129.863 22.2539L133.833 22.2372L133.817 18.3C133.827 15.86 133.836 13.42 133.843 10.98L133.831 6.98931L129.863 7.00043C125.003 6.98681 120.143 6.98 115.283 6.98C110.703 6.98 106.123 7.03443 101.543 7.1433L97.6173 7.23661L97.7063 10.98C97.9382 20.736 98.4171 30.492 99.143 40.248C99.4097 43.832 99.7097 47.416 100.043 51ZM103.043 51H100.043L100.186 52.5421L101.543 52.5V49.5L103.043 51ZM157.828 51.721C158.705 51.2403 159.582 50.7597 160.459 50.279C159.4 47.6542 158.312 45.0454 157.195 42.4526C156.146 40.0168 155.071 37.5952 153.97 35.1876L153.309 33.7438L151.283 33.5967C149.203 33.4457 147.123 33.3129 145.043 33.1985L141.782 33.019L141.582 36.66C141.319 41.44 141.152 46.22 141.082 51L145.043 47.0384C143.302 47.0128 141.56 47 139.818 47C138.72 47 137.622 47.0006 136.523 47.0017L140.522 51C140.508 37.66 140.411 24.32 140.23 10.98L136.523 14.6868C142.763 14.6023 149.003 14.4995 155.243 14.3785C161.078 14.0706 165.714 17.9623 165.76 23.88C166.011 28.2936 163.515 32.2266 159.356 33.3577L156.146 34.0143L157.798 37.0152C160.955 42.0023 164.127 46.9812 167.312 51.9518L168.923 49.1283C168.474 49.1447 168.025 49.1612 167.575 49.1778C164.765 49.2815 161.954 49.3889 159.143 49.5C159.143 50.5 159.143 51.5 159.143 52.5C161.954 52.6111 164.765 52.7185 167.575 52.8222C168.025 52.8388 168.474 52.8553 168.923 52.8717L172.258 52.766L170.535 50.0482C167.72 44.8588 164.892 39.6777 162.049 34.5048L160.491 38.1623C167.007 37.0371 171.804 30.1642 171.607 23.88C172.526 15.3449 163.608 6.95907 155.243 7.58146C149.003 7.46045 142.763 7.35771 136.523 7.27322L132.767 7.32408L132.817 10.98C132.636 24.32 132.539 37.66 132.525 51L132.529 55.0024L136.523 54.9983C137.622 54.9994 138.72 55 139.818 55C141.56 55 143.302 54.9872 145.043 54.9616L149.062 54.9025L149.005 51C148.935 46.22 148.768 41.44 148.505 36.66L145.043 40.1215C147.123 40.0071 149.203 39.8743 151.283 39.7233L148.597 38.1324C150.034 40.3557 151.497 42.5648 152.986 44.7598C154.571 47.0962 156.185 49.4166 157.828 51.721ZM160.459 50.279L157.828 51.721L158.404 52.5292L159.143 52.5V49.5L160.459 50.279ZM155.983 23.82C158.65 23.82 161.317 23.82 163.983 23.82C163.985 22.5556 163.748 21.1908 163.178 19.9056C161.527 16.0226 157.264 14.2079 153.983 14.3C151.003 14.3 148.023 14.3 145.043 14.3H141.043V18.3C141.043 21.98 141.043 25.66 141.043 29.34V33.34H145.043C148.023 33.34 151.003 33.34 153.983 33.34C157.264 33.4321 161.527 31.6174 163.178 27.7344C163.748 26.4492 163.985 25.0844 163.983 23.82C161.317 23.82 158.65 23.82 155.983 23.82C155.983 24.1294 155.929 24.3447 155.861 24.5005C155.702 24.8806 155.185 25.3264 153.983 25.34C151.003 25.34 148.023 25.34 145.043 25.34L149.043 29.34C149.043 25.66 149.043 21.98 149.043 18.3L145.043 22.3C148.023 22.3 151.003 22.3 153.983 22.3C155.185 22.3136 155.702 22.7594 155.861 23.1395C155.929 23.2953 155.983 23.5106 155.983 23.82ZM163.983 23.82H155.983H163.983ZM201.455 51.8682C202.27 51.2894 203.086 50.7106 203.901 50.1318C201.938 46.7899 199.947 43.4674 197.93 40.1642C194.206 34.0682 190.39 28.0379 186.481 22.0734L180.252 12.9732L180.062 24.12C179.753 32.4398 179.598 40.7597 179.598 49.0795C179.598 49.7197 179.598 50.3598 179.598 51L183.598 47.0003C180.758 47.0012 177.918 47.0041 175.078 47.009L179.069 51C179.046 37.66 178.979 24.32 178.867 10.98L175.078 14.7692C177.998 14.7448 180.918 14.7183 183.838 14.6896L180.821 13.1382C187.086 21.7176 193.373 30.2806 199.683 38.8274L205.619 47.2492L205.691 36.9C205.561 28.26 205.412 19.62 205.245 10.98L202.378 13.8465C205.218 13.7914 208.058 13.7344 210.898 13.6754L208.203 10.98C208.457 23.1985 208.748 35.417 209.076 47.6354C209.106 48.757 209.136 49.8785 209.167 51L210.898 49.2691C208.158 49.3442 205.418 49.4212 202.678 49.5C202.678 50.5 202.678 51.5 202.678 52.5C205.418 52.5788 208.158 52.6558 210.898 52.7309L212.675 52.6822L212.629 51C212.66 49.8785 212.69 48.757 212.72 47.6354C213.049 35.417 213.34 23.1985 213.594 10.98L213.536 8.22977L210.898 8.28461C208.058 8.22558 205.218 8.16855 202.378 8.11353L199.457 8.17012L199.512 10.98C199.344 19.62 199.195 28.26 199.065 36.9L205.073 34.9726C199.023 26.2393 192.951 17.5224 186.855 8.82183L185.709 7.25201L183.838 7.27036C180.918 7.24173 177.998 7.21521 175.078 7.19081L171.258 7.22273L171.289 10.98C171.178 24.32 171.11 37.66 171.087 51L171.094 54.9979L175.078 54.991C177.918 54.9959 180.758 54.9988 183.598 54.9997L187.599 54.9984L187.598 51C187.598 50.3598 187.598 49.7197 187.598 49.0795C187.598 40.7597 187.443 32.4398 187.134 24.12L180.715 26.1666C185.056 31.8243 189.489 37.4163 194.016 42.9425C196.468 45.937 198.948 48.9123 201.455 51.8682ZM203.901 50.1318L201.455 51.8682L202.007 52.5193L202.678 52.5V49.5L203.901 50.1318ZM217.289 51C218.289 51 219.289 51 220.289 51C220.622 47.416 220.922 43.832 221.189 40.248C221.915 30.492 222.394 20.736 222.626 10.98L218.789 14.8167C223.369 14.9256 227.949 14.98 232.529 14.98C237.389 14.98 242.249 14.9732 247.109 14.9596L243.13 10.98C243.136 13.42 243.145 15.86 243.155 18.3L247.109 14.3461C240.509 14.3739 233.909 14.4142 227.309 14.4671L223.507 14.4367L223.476 18.3C223.499 21.2 223.525 24.1 223.553 27L223.517 30.7191L227.309 30.7559C233.769 30.6933 240.229 30.6187 246.689 30.532L243.157 27C243.19 29.44 243.224 31.88 243.26 34.32L246.689 30.8913C240.229 30.9871 233.769 31.0948 227.309 31.2146L224.262 31.1581L224.204 34.32C224.261 37.42 224.322 40.52 224.385 43.62L224.326 46.4839L227.309 46.5446C233.909 46.4104 240.509 46.2636 247.109 46.1043L244.625 43.62C244.684 46.08 244.745 48.54 244.808 51L247.109 48.6991C241.253 48.8488 235.397 49.0083 229.541 49.1778C225.957 49.2815 222.373 49.3889 218.789 49.5C218.789 50.5 218.789 51.5 218.789 52.5C222.373 52.6111 225.957 52.7185 229.541 52.8222C235.397 52.9917 241.253 53.1512 247.109 53.3009L249.467 53.2406L249.41 51C249.473 48.54 249.534 46.08 249.593 43.62L249.532 41.0772L247.109 41.1357C240.509 40.9764 233.909 40.8296 227.309 40.6954L230.234 43.62C230.297 40.52 230.357 37.42 230.414 34.32L227.309 37.4253C233.769 37.5452 240.229 37.6529 246.689 37.7487L250.168 37.6971L250.118 34.32C250.154 31.88 250.188 29.44 250.221 27L250.173 23.4213L246.689 23.468C240.229 23.3813 233.769 23.3067 227.309 23.2441L231.065 27C231.093 24.1 231.119 21.2 231.142 18.3L227.309 22.1329C233.909 22.1858 240.509 22.2261 247.109 22.2539L251.08 22.2372L251.063 18.3C251.073 15.86 251.082 13.42 251.089 10.98L251.077 6.98931L247.109 7.00043C242.249 6.98681 237.389 6.98 232.529 6.98C227.949 6.98 223.369 7.03443 218.789 7.1433L214.863 7.23661L214.952 10.98C215.184 20.736 215.663 30.492 216.389 40.248C216.656 43.832 216.956 47.416 217.289 51ZM220.289 51H217.289L217.433 52.5421L218.789 52.5V49.5L220.289 51ZM261.51 51C262.51 51 263.51 51 264.51 51C264.843 48.602 265.143 46.204 265.41 43.806C266.348 35.364 266.874 26.922 266.987 18.48L267.039 14.5567L263.01 14.503C261.86 14.4877 260.71 14.48 259.56 14.48C256.81 14.48 254.06 14.4849 251.31 14.4946L255.295 18.48C255.286 15.98 255.273 13.48 255.256 10.98L251.31 14.9267C261.95 14.8548 272.59 14.7099 283.23 14.4921L279.717 10.98C279.769 13.48 279.824 15.98 279.883 18.48L283.23 15.1335C279.35 15.2254 275.47 15.327 271.59 15.4383L268.638 15.3536L268.548 18.48C268.859 29.32 269.245 40.16 269.708 51L271.59 49.1183C271.128 49.138 270.666 49.1578 270.204 49.1778C267.806 49.2815 265.408 49.3889 263.01 49.5C263.01 50.5 263.01 51.5 263.01 52.5C265.408 52.6111 267.806 52.7185 270.204 52.8222C270.666 52.8422 271.128 52.862 271.59 52.8817L273.548 52.7982L273.471 51C273.934 40.16 274.32 29.32 274.631 18.48L271.59 21.5217C275.47 21.633 279.35 21.7346 283.23 21.8265L286.653 21.7454L286.576 18.48C286.635 15.98 286.691 13.48 286.742 10.98L286.668 7.39748L283.23 7.46787C272.59 7.25008 261.95 7.10521 251.31 7.03325L247.336 7.06012L247.363 10.98C247.346 13.48 247.333 15.98 247.324 18.48L247.338 22.4795L251.31 22.4654C254.06 22.4751 256.81 22.48 259.56 22.48C260.71 22.48 261.86 22.4723 263.01 22.457L259.033 18.48C259.145 26.922 259.671 35.364 260.61 43.806C260.876 46.204 261.176 48.602 261.51 51ZM264.51 51H261.51L261.726 52.5595L263.01 52.5V49.5L264.51 51ZM284.305 44.4818C285.116 45.0673 285.927 45.6527 286.737 46.2382C288.51 44.2318 290.266 42.2134 292.005 40.1828L288.595 40.4203C289.115 41.0486 289.679 41.6459 290.278 42.2056C293.595 45.3374 298.199 47.294 302.921 47.4879C304.784 47.5595 306.812 47.414 308.954 46.4207C311.019 45.5104 313.486 43.0942 313.517 39.78C313.619 38.1162 312.743 35.9596 311.54 34.8224C310.364 33.6405 309.213 33.0736 308.196 32.61C306.155 31.7287 304.386 31.3062 302.674 30.8626L302.658 30.8589C299.723 30.1386 297.002 29.4682 294.872 28.4346C291.948 26.9701 290.879 25.4339 290.825 22.44C290.639 17.6629 295.88 14.1581 302.021 14.2565C306.989 14.1933 311.684 15.5836 315.095 18.693L314.658 13.7088C313.101 15.8062 311.545 17.9048 309.991 20.0048L315.347 19.5371C311.476 16.0441 306.45 14.3227 301.421 14.3665C299.738 14.4044 297.883 14.5966 295.9 15.678C293.899 16.6451 292.055 19.4675 292.218 21.9C292.139 23.5924 293.274 25.6891 294.459 26.557C295.634 27.5064 296.673 27.9005 297.624 28.251C299.52 28.9055 301.177 29.2238 302.806 29.5812L302.825 29.5855C309.711 30.8819 315.996 32.9318 315.837 38.88C316.394 45.548 309.792 49.7005 302.501 49.6461C299.851 49.7279 297.204 49.4822 294.694 48.7859C291.682 47.9576 288.879 46.4477 286.582 44.2993C285.875 45.0064 285.168 45.7136 284.461 46.4207C286.944 49.0777 290.151 51.0845 293.605 52.2637C296.483 53.2568 299.511 53.7133 302.501 53.7939C306.584 53.8879 311.019 53.3368 314.913 50.7961C318.869 48.3229 321.228 43.3958 321.205 38.88C321.524 34.6418 318.866 29.6383 315.123 27.498C311.487 25.1981 307.684 24.3338 304.218 23.4545L304.237 23.4588C302.655 23.0544 301.083 22.6596 299.874 22.1826C299.283 21.9546 298.796 21.6655 298.698 21.55C298.645 21.4951 298.706 21.5246 298.77 21.6386C298.837 21.7498 298.861 21.8961 298.865 21.9C298.88 21.7501 298.907 21.7653 298.914 21.7684C298.924 21.7744 298.969 21.7168 299.165 21.6204C299.549 21.4189 300.439 21.2434 301.421 21.2735C304.748 21.3364 308.13 22.6561 310.416 24.8629L313.419 27.5743L315.771 24.3952C317.378 22.3352 318.982 20.2738 320.585 18.2111L322.623 15.4656L320.147 13.2269C315.248 8.52154 308.315 6.48277 302.021 6.50354C294.103 5.95674 282.671 11.7141 282.857 22.44C282.402 27.7192 286.811 33.891 291.385 35.6349C294.72 37.2257 297.964 37.8703 300.905 38.5011L300.889 38.4974C302.519 38.8479 304.122 39.2051 305.265 39.6299C305.827 39.8307 306.235 40.0801 306.287 40.1085C306.319 40.1229 306.27 40.0499 306.244 39.9456C306.215 39.8426 306.228 39.7493 306.246 39.78C306.27 39.7268 306.342 39.6921 306.309 39.7979C306.278 39.8972 306.117 40.1007 305.813 40.2942C305.206 40.6954 304.118 40.994 302.921 41.0721C299.61 41.3072 296.205 40.4349 293.304 38.4802C292.786 38.1319 292.283 37.7499 291.807 37.3397L289.678 35.457L288.397 37.5772C287.017 39.8666 285.653 42.1682 284.305 44.4818ZM286.737 46.2382L284.305 44.4818L283.629 45.6423L284.461 46.4207L286.582 44.2993L286.737 46.2382Z' fill='%23070708' mask='url(%23path-3-outside-2_9052_646154)'/%3E%3Cmask id='path-5-outside-3_9052_646154' maskUnits='userSpaceOnUse' x='323.485' y='13.7217' width='35' height='39' fill='black'%3E%3Crect fill='white' x='323.485' y='13.7217' width='35' height='39'/%3E%3Cpath d='M345.539 35.5696L345.977 47.4478L339.109 47.7217L338.671 35.8436L328.724 36.2403L328.485 29.7781L338.432 29.3814L338.012 17.9956L344.88 17.7217L345.3 29.1074L355.247 28.7107L355.485 35.1729L345.539 35.5696Z'/%3E%3C/mask%3E%3Cpath d='M345.539 35.5696L345.977 47.4478L339.109 47.7217L338.671 35.8436L328.724 36.2403L328.485 29.7781L338.432 29.3814L338.012 17.9956L344.88 17.7217L345.3 29.1074L355.247 28.7107L355.485 35.1729L345.539 35.5696Z' fill='white'/%3E%3Cpath d='M347.038 35.5143C346.038 35.5512 345.039 35.5881 344.04 35.625C343.776 37.5203 343.546 39.4144 343.349 41.3072C343.132 43.3944 342.955 45.4801 342.819 47.5643L345.851 44.2897C343.552 44.1464 341.256 44.0522 338.961 44.0073L342.824 47.5846C342.895 44.4115 342.873 41.2419 342.756 38.0757C342.726 37.2825 342.697 36.4893 342.666 35.6961L342.525 31.6953L338.511 31.8487C335.196 31.9864 331.881 32.1356 328.567 32.2963L332.668 36.0947C332.57 33.9413 332.467 31.7881 332.36 29.6351L328.64 33.6521C331.954 33.4765 335.267 33.2894 338.58 33.0909L342.206 33.0188L342.142 29.2444C341.926 25.452 341.695 21.6601 341.449 17.8687L338.149 21.4323C340.436 21.2771 342.722 21.1164 345.009 20.9502L341.651 17.8409C341.915 21.6315 342.194 25.4217 342.489 29.2112L342.479 31.9164L345.412 31.9186C348.722 31.6517 352.032 31.3733 355.341 31.0834L352.874 28.7983C353.056 30.9486 353.243 33.0987 353.434 35.2486L355.404 33.122C353.974 33.2537 352.544 33.3876 351.114 33.5236C349.236 33.7023 347.357 33.8847 345.479 34.0708C345.519 35.07 345.559 36.0692 345.598 37.0684C347.486 37.1044 349.373 37.1366 351.26 37.1651C352.696 37.1869 354.131 37.2064 355.567 37.2238L357.708 37.0266L357.536 35.0972C357.569 32.939 357.597 30.781 357.62 28.6232L357.41 26.1403L355.152 26.3381C351.83 26.3127 348.509 26.2987 345.188 26.2963L348.112 29.0037C348.126 25.2027 348.125 21.4023 348.109 17.6025L347.876 14.266L344.751 14.4931C342.459 14.5096 340.167 14.5315 337.875 14.5589L334.359 14.7975L334.575 18.1225C334.609 21.9216 334.658 25.7202 334.722 29.5183L338.284 25.6719C334.966 25.7378 331.648 25.8152 328.331 25.9041L324.42 26.1113L324.611 29.9211C324.662 32.0762 324.718 34.2311 324.779 36.3858L324.961 40.3742L328.881 40.1842C332.198 40.0804 335.514 39.9651 338.83 39.8384L334.675 35.991C334.703 36.7843 334.732 37.5776 334.761 38.3708C334.878 41.5369 335.089 44.6996 335.394 47.8588L335.773 51.783L339.257 51.436C341.541 51.2085 343.823 50.9318 346.103 50.6058L349.525 50.1165L349.135 47.3312C348.846 45.2627 348.516 43.1957 348.145 41.1302C347.809 39.257 347.44 37.385 347.038 35.5143ZM344.04 35.625L347.038 35.5143L345.598 37.0684L345.479 34.0708L344.259 34.0476L344.04 35.625Z' fill='%23070708' mask='url(%23path-5-outside-3_9052_646154)'/%3E%3C/svg%3E%0A");
  }
  #first_screen .cta h1 span {
    font-size: 60px;
  }
  #first_screen .cta h1 .title-svg {
    width: 445px;
    height: 130px;
    background-image: url("data:image/svg+xml,%3Csvg width='445' height='130' viewBox='0 0 445 130' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='path-1-outside-1_7301_25199' maskUnits='userSpaceOnUse' x='-0.375' y='70' width='445' height='56' fill='black'%3E%3Crect fill='white' x='-0.375' y='70' width='445' height='56'/%3E%3Cpath d='M25.485 115H15.165V83.98H3.945V74.98H36.645V83.98H25.485V115ZM70.897 115H41.557V74.98H70.897V83.98H51.877V90.22H70.477V99.22H51.877V106H70.897V115ZM74.6691 115.72V106.6C78.3891 106.6 80.7891 104.38 81.9291 95.26L84.3291 74.98H114.149V115H103.829V83.98H93.6291L92.1891 96.04C90.2691 112.24 83.4291 115.72 74.6691 115.72ZM150.702 115H121.362V74.98H150.702V83.98H131.682V90.22H150.282V99.22H131.682V106H150.702V115ZM180.094 115H156.694V74.98H179.374C187.294 74.98 191.074 80.14 191.074 85.18C191.074 90.16 188.014 93.52 184.234 94.36C188.494 95.02 191.854 99.1 191.854 104.14C191.854 109.96 187.954 115 180.094 115ZM177.034 90.34C179.134 90.34 180.574 88.96 180.574 86.98C180.574 85.06 179.134 83.68 177.034 83.68H167.014V90.34H177.034ZM177.394 106.3C179.854 106.3 181.354 104.86 181.354 102.7C181.354 100.72 179.914 99.1 177.394 99.1H167.014V106.3H177.394ZM207.435 115H197.475V74.98H207.795V98.56L223.995 74.98H234.675V115H224.295V90.28L207.435 115ZM239.669 122.38V106.6C243.509 106 245.789 104.38 246.929 95.26L249.329 74.98H279.149V106H282.749V122.38H272.369V115H249.989V122.38H239.669ZM257.189 96.04C256.649 100.54 255.089 103.72 252.809 106H268.829V83.98H258.629L257.189 96.04ZM316.522 115H287.182V74.98H316.522V83.98H297.502V90.22H316.102V99.22H297.502V106H316.522V115ZM359.774 115H349.454V98.92H332.834V115H322.514V74.98H332.834V89.92H349.454V74.98H359.774V115ZM376.947 115H366.987V74.98H377.307V98.56L393.507 74.98H404.187V115H393.807V90.28L376.947 115ZM440.741 115H411.401V74.98H440.741V83.98H421.721V90.22H440.321V99.22H421.721V106H440.741V115Z'/%3E%3C/mask%3E%3Cpath d='M25.485 115H15.165V83.98H3.945V74.98H36.645V83.98H25.485V115ZM70.897 115H41.557V74.98H70.897V83.98H51.877V90.22H70.477V99.22H51.877V106H70.897V115ZM74.6691 115.72V106.6C78.3891 106.6 80.7891 104.38 81.9291 95.26L84.3291 74.98H114.149V115H103.829V83.98H93.6291L92.1891 96.04C90.2691 112.24 83.4291 115.72 74.6691 115.72ZM150.702 115H121.362V74.98H150.702V83.98H131.682V90.22H150.282V99.22H131.682V106H150.702V115ZM180.094 115H156.694V74.98H179.374C187.294 74.98 191.074 80.14 191.074 85.18C191.074 90.16 188.014 93.52 184.234 94.36C188.494 95.02 191.854 99.1 191.854 104.14C191.854 109.96 187.954 115 180.094 115ZM177.034 90.34C179.134 90.34 180.574 88.96 180.574 86.98C180.574 85.06 179.134 83.68 177.034 83.68H167.014V90.34H177.034ZM177.394 106.3C179.854 106.3 181.354 104.86 181.354 102.7C181.354 100.72 179.914 99.1 177.394 99.1H167.014V106.3H177.394ZM207.435 115H197.475V74.98H207.795V98.56L223.995 74.98H234.675V115H224.295V90.28L207.435 115ZM239.669 122.38V106.6C243.509 106 245.789 104.38 246.929 95.26L249.329 74.98H279.149V106H282.749V122.38H272.369V115H249.989V122.38H239.669ZM257.189 96.04C256.649 100.54 255.089 103.72 252.809 106H268.829V83.98H258.629L257.189 96.04ZM316.522 115H287.182V74.98H316.522V83.98H297.502V90.22H316.102V99.22H297.502V106H316.522V115ZM359.774 115H349.454V98.92H332.834V115H322.514V74.98H332.834V89.92H349.454V74.98H359.774V115ZM376.947 115H366.987V74.98H377.307V98.56L393.507 74.98H404.187V115H393.807V90.28L376.947 115ZM440.741 115H411.401V74.98H440.741V83.98H421.721V90.22H440.321V99.22H421.721V106H440.741V115Z' fill='white'/%3E%3Cpath d='M25.485 116.5C25.485 115.5 25.485 114.5 25.485 113.5C23.061 113.167 20.637 112.867 18.213 112.6C17.197 112.488 16.181 112.382 15.165 112.282L17.8827 115C18.7376 106.32 19.165 97.64 19.165 88.96C19.165 87.3 19.1633 85.64 19.1598 83.98L19.1681 79.9936L15.165 79.9852C11.425 79.993 7.685 80.0097 3.945 80.0351L7.88986 83.98C7.86944 80.98 7.84334 77.98 7.81157 74.98L3.945 78.8466C14.845 78.7311 25.745 78.5408 36.645 78.2756L33.3494 74.98C33.4224 77.98 33.501 80.98 33.5854 83.98L36.645 80.9204C32.925 81.025 29.205 81.1383 25.485 81.2603L22.8573 81.1741L22.7653 83.98C23.025 91.896 23.3241 99.812 23.6628 107.728C23.7665 110.152 23.8739 112.576 23.985 115C24.985 115 25.985 115 26.985 115C27.0961 112.576 27.2035 110.152 27.3072 107.728C27.6459 99.812 27.945 91.896 28.2047 83.98L25.485 86.6997C29.205 86.8217 32.925 86.935 36.645 87.0396L39.7882 86.9513L39.7046 83.98C39.789 80.98 39.8676 77.98 39.9406 74.98L39.8585 71.6062L36.645 71.6844C25.745 71.4192 14.845 71.2289 3.945 71.1134L0.0379219 71.1548L0.0784292 74.98C0.0466604 77.98 0.0205646 80.98 0.000141859 83.98L0.0271783 87.9515L3.945 87.9249C7.685 87.9503 11.425 87.967 15.165 87.9748L11.1702 83.98C11.1667 85.64 11.165 87.3 11.165 88.96C11.165 97.64 11.5924 106.32 12.4473 115L12.7384 117.957L15.165 117.718C16.181 117.618 17.197 117.512 18.213 117.4C20.637 117.133 23.061 116.833 25.485 116.5ZM25.485 113.5V116.5L27.0439 116.286L26.985 115H23.985L25.485 113.5ZM70.897 116.5C70.897 115.5 70.897 114.5 70.897 113.5C67.331 113.167 63.765 112.867 60.199 112.6C53.985 112.135 47.771 111.772 41.557 111.51L45.0474 115C45.3872 106.95 45.557 98.9 45.557 90.85C45.557 85.56 45.5489 80.27 45.5326 74.98L41.557 78.9555C51.337 78.9254 61.117 78.8674 70.897 78.7816L67.0955 74.98C67.1218 77.98 67.1508 80.98 67.1823 83.98L70.897 80.2653C64.557 80.332 58.217 80.4105 51.877 80.5006L48.4478 80.4519L48.3977 83.98C48.4272 86.06 48.4581 88.14 48.4902 90.22L48.4387 93.5538L51.877 93.6069C58.077 93.5112 64.277 93.4043 70.477 93.2863L67.4108 90.22C67.4679 93.22 67.5276 96.22 67.59 99.22L70.477 96.333C64.277 96.4619 58.077 96.602 51.877 96.7533L49.4719 96.6946L49.4103 99.22C49.4654 101.48 49.5221 103.74 49.5802 106L49.5227 108.236L51.877 108.297C57.651 108.148 63.425 107.99 69.199 107.822C69.765 107.806 70.331 107.789 70.897 107.773L69.1245 106C69.2127 109 69.3036 112 69.397 115C70.397 115 71.397 115 72.397 115C72.4905 112 72.5814 109 72.6696 106L72.616 104.177L70.897 104.227C70.331 104.211 69.765 104.194 69.199 104.178C63.425 104.01 57.651 103.852 51.877 103.703L54.1739 106C54.232 103.74 54.2886 101.48 54.3438 99.22L51.877 101.687C58.077 101.838 64.277 101.978 70.477 102.107L73.4228 102.046L73.3641 99.22C73.4264 96.22 73.4862 93.22 73.5433 90.22L73.4838 87.0965L70.477 87.1537C64.277 87.0357 58.077 86.9288 51.877 86.8331L55.2639 90.22C55.296 88.14 55.3268 86.06 55.3564 83.98L51.877 87.4594C58.217 87.5495 64.557 87.628 70.897 87.6947L74.6504 87.6552L74.6117 83.98C74.6433 80.98 74.6723 77.98 74.6986 74.98L74.6649 71.1454L70.897 71.1784C61.117 71.0926 51.337 71.0346 41.557 71.0044L37.5693 71.0167L37.5815 74.98C37.5652 80.27 37.557 85.56 37.557 90.85C37.557 98.9 37.7269 106.95 38.0666 115L38.2199 118.631L41.557 118.49C47.771 118.228 53.985 117.865 60.199 117.4C63.765 117.133 67.331 116.833 70.897 116.5ZM70.897 113.5V116.5L72.4393 116.356L72.397 115H69.397L70.897 113.5ZM73.1691 115.72C74.1691 115.72 75.1691 115.72 76.1691 115.72C76.4619 112.68 76.729 109.64 76.9704 106.6L74.6691 108.901C75.1933 108.935 75.7483 108.933 76.3319 108.866C79.8286 108.629 82.315 105.234 83.2021 102.906C84.246 100.421 84.7556 98.0359 85.1824 95.6667L85.185 95.6453C86.3347 88.9267 87.3564 82.1929 88.25 75.444L84.3291 78.9283C86.8161 78.9628 89.3032 78.98 91.7903 78.98C99.2432 78.98 106.696 78.9628 114.149 78.9285L110.201 74.98C110.262 88.32 110.379 101.66 110.55 115L114.149 111.401C110.709 111.445 107.269 111.493 103.829 111.545L107.284 115C107.129 104.66 106.941 94.32 106.72 83.98L106.78 81.1522L103.829 81.0891C100.429 81.1618 97.0291 81.2381 93.6291 81.318L91.3298 81.264L90.9858 83.6644C90.6002 87.6957 90.2197 91.7275 89.8442 95.76C89.2562 101.828 87.9234 108.279 83.5065 111.643C81.16 113.442 77.967 114.121 74.6691 114.22C74.6691 115.22 74.6691 116.22 74.6691 117.22C78.2442 117.336 82.2377 116.87 85.5969 114.629C91.9191 110.238 93.5082 102.744 94.5342 96.3179C95.1184 92.3125 95.6979 88.3043 96.2723 84.2956L93.6291 86.642C97.0291 86.7219 100.429 86.7982 103.829 86.8709L100.938 83.98C100.717 94.32 100.529 104.66 100.374 115L100.427 118.506L103.829 118.455C107.269 118.507 110.709 118.555 114.149 118.599L117.794 118.552L117.748 115C117.919 101.66 118.036 88.32 118.098 74.98L118.079 71.0134L114.149 71.0315C106.696 70.9972 99.2432 70.98 91.7903 70.98C89.3032 70.98 86.8161 70.9972 84.3291 71.0317L80.7664 71.081L80.4081 74.516C79.7017 81.2871 79.1234 88.0733 78.6732 94.8747L78.6758 94.8533C78.3948 99.0305 77.6247 103.778 75.519 104.135C75.2737 104.21 74.9865 104.265 74.6691 104.299L72.2006 104.495L72.3677 106.6C72.6091 109.64 72.8762 112.68 73.1691 115.72ZM76.1691 115.72H73.1691L73.3177 117.263L74.6691 117.22V114.22L76.1691 115.72ZM150.702 116.5C150.702 115.5 150.702 114.5 150.702 113.5C147.136 113.167 143.57 112.867 140.004 112.6C133.79 112.135 127.576 111.772 121.362 111.51L124.852 115C125.192 106.95 125.362 98.9 125.362 90.85C125.362 85.56 125.354 80.27 125.337 74.98L121.362 78.9555C131.142 78.9254 140.922 78.8674 150.702 78.7816L146.9 74.98C146.926 77.98 146.955 80.98 146.987 83.98L150.702 80.2653C144.362 80.332 138.022 80.4105 131.682 80.5006L128.253 80.4519L128.202 83.98C128.232 86.06 128.263 88.14 128.295 90.22L128.243 93.5538L131.682 93.6069C137.882 93.5112 144.082 93.4043 150.282 93.2863L147.215 90.22C147.273 93.22 147.332 96.22 147.395 99.22L150.282 96.333C144.082 96.4619 137.882 96.602 131.682 96.7533L129.277 96.6946L129.215 99.22C129.27 101.48 129.327 103.74 129.385 106L129.327 108.236L131.682 108.297C137.456 108.148 143.23 107.99 149.004 107.822C149.57 107.806 150.136 107.789 150.702 107.773L148.929 106C149.017 109 149.108 112 149.202 115C150.202 115 151.202 115 152.202 115C152.295 112 152.386 109 152.474 106L152.421 104.177L150.702 104.227C150.136 104.211 149.57 104.194 149.004 104.178C143.23 104.01 137.456 103.852 131.682 103.703L133.979 106C134.037 103.74 134.093 101.48 134.148 99.22L131.682 101.687C137.882 101.838 144.082 101.978 150.282 102.107L153.227 102.046L153.169 99.22C153.231 96.22 153.291 93.22 153.348 90.22L153.289 87.0965L150.282 87.1537C144.082 87.0357 137.882 86.9288 131.682 86.8331L135.069 90.22C135.101 88.14 135.132 86.06 135.161 83.98L131.682 87.4594C138.022 87.5495 144.362 87.628 150.702 87.6947L154.455 87.6552L154.416 83.98C154.448 80.98 154.477 77.98 154.503 74.98L154.47 71.1454L150.702 71.1784C140.922 71.0926 131.142 71.0346 121.362 71.0044L117.374 71.0167L117.386 74.98C117.37 80.27 117.362 85.56 117.362 90.85C117.362 98.9 117.532 106.95 117.871 115L118.025 118.631L121.362 118.49C127.576 118.228 133.79 117.865 140.004 117.4C143.57 117.133 147.136 116.833 150.702 116.5ZM150.702 113.5V116.5L152.244 116.356L152.202 115H149.202L150.702 113.5ZM180.094 116.5C180.094 115.5 180.094 114.5 180.094 113.5C177.637 113.167 175.18 112.867 172.723 112.6C167.38 112.02 162.037 111.598 156.694 111.333L160.361 115C160.583 110.515 160.694 106.031 160.694 101.546C160.694 92.6908 160.646 83.8354 160.549 74.98L156.694 78.8357C164.254 78.7535 171.814 78.6363 179.374 78.484C184.103 78.2485 187.834 80.9637 187.982 85.18C188.145 88.2601 186.436 90.9592 183.643 91.7027L183.817 97.05C186.802 97.2914 189.512 100.53 189.605 104.14C189.761 107.084 188.591 109.974 186.169 111.638C184.513 112.808 182.351 113.394 180.094 113.5C180.094 114.5 180.094 115.5 180.094 116.5C182.742 116.612 185.584 116.185 188.108 114.725C191.833 112.661 194.045 108.279 194.103 104.14C194.372 98.806 190.802 92.7882 184.651 91.67L184.824 97.0173C190.341 96.1029 194.283 90.3715 194.166 85.18C194.728 77.2146 186.202 71.0039 179.374 71.476C171.814 71.3237 164.254 71.2065 156.694 71.1243L152.797 71.1667L152.838 74.98C152.742 83.8354 152.694 92.6908 152.694 101.546C152.694 106.031 152.805 110.515 153.027 115L153.217 118.839L156.694 118.667C162.037 118.402 167.38 117.98 172.723 117.4C175.18 117.133 177.637 116.833 180.094 116.5ZM180.094 113.5V116.5V113.5ZM177.034 86.34C177.034 89.0067 177.034 91.6733 177.034 94.34C178.181 94.3404 179.456 94.1133 180.682 93.4831C183.113 92.3442 184.681 89.3323 184.574 86.98C184.608 85.1471 183.788 82.9558 182.206 81.5809C180.644 80.1779 178.675 79.6716 177.034 79.68C173.694 79.68 170.354 79.68 167.014 79.68H163.014V83.68C163.014 85.9 163.014 88.12 163.014 90.34V94.34H167.014C169.727 94.34 172.44 94.34 175.153 94.34C175.78 94.34 176.407 94.34 177.034 94.34C177.034 91.6733 177.034 89.0067 177.034 86.34C176.407 86.34 175.78 86.34 175.153 86.34C172.44 86.34 169.727 86.34 167.014 86.34L171.014 90.34C171.014 88.12 171.014 85.9 171.014 83.68L167.014 87.68C170.354 87.68 173.694 87.68 177.034 87.68C177.196 87.681 177.077 87.7231 176.868 87.5395C176.652 87.3666 176.557 87.0062 176.574 86.98C176.572 86.996 176.575 86.8748 176.665 86.7193C176.75 86.5632 176.919 86.4176 177.019 86.3706C177.128 86.3162 177.14 86.3406 177.034 86.34ZM177.034 94.34V86.34V94.34ZM177.394 102.3C177.394 104.967 177.394 107.633 177.394 110.3C178.482 110.298 179.695 110.137 180.953 109.588C183.624 108.604 185.529 105.152 185.354 102.7C185.386 100.734 184.501 98.442 182.801 97.0092C181.117 95.5496 179.052 95.0929 177.394 95.1C173.934 95.1 170.474 95.1 167.014 95.1H163.014V99.1C163.014 101.5 163.014 103.9 163.014 106.3V110.3H167.014C169.807 110.3 172.6 110.3 175.393 110.3C176.06 110.3 176.727 110.3 177.394 110.3C177.394 107.633 177.394 104.967 177.394 102.3C176.727 102.3 176.06 102.3 175.393 102.3C172.6 102.3 169.807 102.3 167.014 102.3L171.014 106.3C171.014 103.9 171.014 101.5 171.014 99.1L167.014 103.1C170.474 103.1 173.934 103.1 177.394 103.1C177.731 103.099 177.726 103.191 177.565 103.058C177.4 102.931 177.339 102.665 177.354 102.7C177.353 102.803 177.335 102.716 177.431 102.558C177.52 102.397 177.71 102.267 177.737 102.263C177.769 102.252 177.64 102.302 177.394 102.3ZM177.394 110.3V102.3V110.3ZM207.435 116.5C207.435 115.5 207.435 114.5 207.435 113.5C204.115 113.209 200.795 112.943 197.475 112.703L199.772 115C199.807 114.516 199.841 114.033 199.875 113.549C200.776 100.693 201.297 87.8365 201.437 74.98L197.475 78.9416C199.833 78.9672 202.19 78.98 204.548 78.98C205.63 78.98 206.713 78.9797 207.795 78.9791L203.796 74.98C203.8 82.84 203.82 90.7 203.856 98.56L203.831 111.24L211.041 100.79C216.405 92.9055 221.75 85.0076 227.076 77.0965L223.995 78.7177C227.555 78.6841 231.115 78.6471 234.675 78.607L231.048 74.98C231.199 88.32 231.395 101.66 231.636 115L234.675 111.961C231.215 112.024 227.755 112.09 224.295 112.159L227.136 115C226.973 106.76 226.791 98.52 226.593 90.28L226.671 82.8583L222.397 88.9853C219.043 94.1669 215.697 99.354 212.359 104.547C210.302 107.747 208.247 110.95 206.196 114.155C207.022 114.718 207.848 115.282 208.674 115.845C210.909 112.766 213.141 109.684 215.37 106.6C218.986 101.597 222.593 96.5886 226.193 91.5747L221.997 90.28C221.799 98.52 221.617 106.76 221.454 115L221.511 117.897L224.295 117.841C227.755 117.91 231.215 117.976 234.675 118.039L237.768 117.983L237.714 115C237.955 101.66 238.151 88.32 238.302 74.98L238.261 71.3126L234.675 71.353C231.115 71.3129 227.555 71.2759 223.995 71.2423L221.993 71.2612L220.914 72.8635C215.44 80.6724 209.985 88.4945 204.549 96.3297L211.734 98.56C211.77 90.7 211.79 82.84 211.794 74.98L211.792 70.9787L207.795 70.9809C206.713 70.9803 205.63 70.98 204.548 70.98C202.19 70.98 199.833 70.9928 197.475 71.0184L193.471 71.0619L193.513 74.98C193.653 87.8365 194.174 100.693 195.075 113.549C195.109 114.033 195.143 114.516 195.178 115L195.356 117.45L197.475 117.297C200.795 117.057 204.115 116.791 207.435 116.5ZM207.435 113.5V116.5L208.304 116.424L208.674 115.845L206.196 114.155L207.435 113.5ZM238.169 122.38C239.169 122.38 240.169 122.38 241.169 122.38C241.502 119.22 241.802 116.06 242.069 112.899C242.246 110.8 242.409 108.7 242.556 106.6L240.115 109.453C241.505 109.32 243.297 109.002 244.956 107.874C246.613 106.756 247.659 105.156 248.336 103.756C249.668 100.903 250.142 98.305 250.584 95.7169L250.587 95.6929C251.457 90.1323 252.223 84.5594 252.884 78.974C253.023 77.7994 253.162 76.6247 253.3 75.4499L249.329 78.9784C259.269 78.9697 269.209 78.9244 279.149 78.8424L275.287 74.98C275.372 85.32 275.497 95.66 275.662 106L275.607 109.431L279.149 109.487C280.349 109.468 281.549 109.449 282.749 109.429L279.32 106C279.412 111.46 279.515 116.92 279.629 122.38L282.749 119.26C279.289 119.332 275.829 119.409 272.369 119.49L275.259 122.38C275.202 119.92 275.142 117.46 275.08 115L275.146 112.36L272.369 112.289C264.909 112.478 257.449 112.687 249.989 112.916L247.972 112.854L247.905 115C247.981 117.46 248.059 119.92 248.139 122.38L249.989 120.53C249.709 120.539 249.429 120.549 249.15 120.558C245.989 120.661 242.829 120.769 239.669 120.88C239.669 121.88 239.669 122.88 239.669 123.88C242.829 123.991 245.989 124.099 249.15 124.202C249.429 124.211 249.709 124.221 249.989 124.23L251.897 124.167L251.839 122.38C251.919 119.92 251.997 117.46 252.073 115L249.989 117.084C257.449 117.313 264.909 117.522 272.369 117.711L269.658 115C269.596 117.46 269.536 119.92 269.479 122.38L269.548 125.336L272.369 125.27C275.829 125.351 279.289 125.428 282.749 125.5L285.933 125.434L285.869 122.38C285.983 116.92 286.086 111.46 286.178 106L286.119 102.515L282.749 102.571C281.549 102.551 280.349 102.532 279.149 102.513L282.637 106C282.801 95.66 282.926 85.32 283.011 74.98L282.979 71.086L279.149 71.1176C269.209 71.0356 259.269 70.9903 249.329 70.9816L245.772 70.9847L245.358 74.5101C245.218 75.6846 245.079 76.8592 244.94 78.0338C244.279 83.6192 243.723 89.217 243.271 94.8271L243.274 94.8031C243.077 97.0961 242.781 99.3964 242.197 101.093C241.479 102.824 241.393 103.16 239.223 103.747L236.623 104.343L236.782 106.6C236.929 108.7 237.092 110.8 237.269 112.899C237.536 116.06 237.836 119.22 238.169 122.38ZM241.169 122.38H238.169L238.332 123.927L239.669 123.88V120.88L241.169 122.38ZM261.161 96.5166C258.513 96.1989 255.865 95.8811 253.218 95.5634C253.097 96.5669 252.912 97.5328 252.652 98.4348C252.104 100.342 251.23 101.927 249.981 103.172L243.152 110H252.809C258.149 110 263.489 110 268.829 110H272.829V106C272.829 98.66 272.829 91.32 272.829 83.98V79.98H268.829C265.429 79.98 262.029 79.98 258.629 79.98H255.078L254.657 83.5058C254.319 86.3429 253.98 89.18 253.641 92.0171C253.5 93.2 253.359 94.3829 253.217 95.5658C255.865 95.8819 258.513 96.1981 261.161 96.5142C261.302 95.3314 261.443 94.1485 261.585 92.9656C261.923 90.1285 262.262 87.2914 262.601 84.4542L258.629 87.98C262.029 87.98 265.429 87.98 268.829 87.98L264.829 83.98C264.829 91.32 264.829 98.66 264.829 106L268.829 102C263.489 102 258.149 102 252.809 102L255.637 108.828C257.956 106.535 259.518 103.556 260.339 100.649C260.738 99.2638 260.997 97.8792 261.161 96.5166ZM253.218 95.5634L261.161 96.5166L253.217 95.5658L253.218 95.5634ZM316.522 116.5C316.522 115.5 316.522 114.5 316.522 113.5C312.956 113.167 309.39 112.867 305.824 112.6C299.61 112.135 293.396 111.772 287.182 111.51L290.672 115C291.012 106.95 291.182 98.9 291.182 90.85C291.182 85.56 291.174 80.27 291.158 74.98L287.182 78.9555C296.962 78.9254 306.742 78.8674 316.522 78.7816L312.72 74.98C312.747 77.98 312.776 80.98 312.807 83.98L316.522 80.2653C310.182 80.332 303.842 80.4105 297.502 80.5006L294.073 80.4519L294.023 83.98C294.052 86.06 294.083 88.14 294.115 90.22L294.064 93.5538L297.502 93.6069C303.702 93.5112 309.902 93.4043 316.102 93.2863L313.036 90.22C313.093 93.22 313.153 96.22 313.215 99.22L316.102 96.333C309.902 96.4619 303.702 96.602 297.502 96.7533L295.097 96.6946L295.035 99.22C295.09 101.48 295.147 103.74 295.205 106L295.148 108.236L297.502 108.297C303.276 108.148 309.05 107.99 314.824 107.822C315.39 107.806 315.956 107.789 316.522 107.773L314.749 106C314.838 109 314.929 112 315.022 115C316.022 115 317.022 115 318.022 115C318.116 112 318.206 109 318.295 106L318.241 104.177L316.522 104.227C315.956 104.211 315.39 104.194 314.824 104.178C309.05 104.01 303.276 103.852 297.502 103.703L299.799 106C299.857 103.74 299.914 101.48 299.969 99.22L297.502 101.687C303.702 101.838 309.902 101.978 316.102 102.107L319.048 102.046L318.989 99.22C319.051 96.22 319.111 93.22 319.168 90.22L319.109 87.0965L316.102 87.1537C309.902 87.0357 303.702 86.9288 297.502 86.8331L300.889 90.22C300.921 88.14 300.952 86.06 300.981 83.98L297.502 87.4594C303.842 87.5495 310.182 87.628 316.522 87.6947L320.275 87.6552L320.237 83.98C320.268 80.98 320.297 77.98 320.324 74.98L320.29 71.1454L316.522 71.1784C306.742 71.0926 296.962 71.0346 287.182 71.0044L283.194 71.0167L283.206 74.98C283.19 80.27 283.182 85.56 283.182 90.85C283.182 98.9 283.352 106.95 283.692 115L283.845 118.631L287.182 118.49C293.396 118.228 299.61 117.865 305.824 117.4C309.39 117.133 312.956 116.833 316.522 116.5ZM316.522 113.5V116.5L318.064 116.356L318.022 115H315.022L316.522 113.5ZM359.774 116.5C359.774 115.5 359.774 114.5 359.774 113.5C356.334 113.182 352.894 112.895 349.454 112.638L351.816 115C351.829 114.83 351.841 114.66 351.854 114.49C352.237 109.3 352.552 104.11 352.798 98.92L352.948 95.7419L349.454 95.5766C343.914 95.3144 338.374 95.1308 332.834 95.0256L329.015 94.9531L328.94 98.92C328.869 102.63 328.834 106.34 328.834 110.05C328.834 111.7 328.835 113.35 328.836 115L332.834 111.002C329.394 111.006 325.954 111.012 322.514 111.022L326.492 115C326.453 101.66 326.364 88.32 326.224 74.98L322.514 78.6904C325.954 78.6544 329.394 78.615 332.834 78.5722L329.242 74.98C329.304 79.96 329.373 84.94 329.449 89.92L329.398 93.2529L332.834 93.3053C338.374 93.2208 343.914 93.1275 349.454 93.0255L352.501 93.0816L352.56 89.92C352.468 84.94 352.369 79.96 352.263 74.98L349.454 77.7893C352.894 77.7163 356.334 77.6398 359.774 77.56L357.194 74.98C357.42 84.71 357.672 94.44 357.952 104.17C358.056 107.78 358.163 111.39 358.274 115C359.274 115 360.274 115 361.274 115C361.385 111.39 361.493 107.78 361.596 104.17C361.876 94.44 362.128 84.71 362.354 74.98L362.293 72.3415L359.774 72.4C356.334 72.3202 352.894 72.2437 349.454 72.1707L346.586 72.2316L346.645 74.98C346.539 79.96 346.44 84.94 346.349 89.92L349.454 86.8145C343.914 86.7125 338.374 86.6192 332.834 86.5347L336.219 89.92C336.295 84.94 336.364 79.96 336.426 74.98L336.381 71.3437L332.834 71.3878C329.394 71.345 325.954 71.3056 322.514 71.2696L318.765 71.3089L318.804 74.98C318.664 88.32 318.575 101.66 318.536 115L318.548 118.989L322.514 118.978C325.954 118.988 329.394 118.994 332.834 118.998L336.835 118.994L336.832 115C336.833 113.35 336.834 111.7 336.834 110.05C336.834 106.34 336.799 102.63 336.728 98.92L332.834 102.814C338.374 102.709 343.914 102.526 349.454 102.263L346.111 98.92C346.356 104.11 346.671 109.3 347.054 114.49C347.067 114.66 347.079 114.83 347.092 115L347.281 117.525L349.454 117.362C352.894 117.105 356.334 116.818 359.774 116.5ZM359.774 113.5V116.5L361.316 116.358L361.274 115H358.274L359.774 113.5ZM376.947 116.5C376.947 115.5 376.947 114.5 376.947 113.5C373.627 113.209 370.307 112.943 366.987 112.703L369.283 115C369.318 114.516 369.353 114.033 369.387 113.549C370.288 100.693 370.809 87.8365 370.948 74.98L366.987 78.9416C369.344 78.9672 371.702 78.98 374.059 78.98C375.142 78.98 376.224 78.9797 377.307 78.9791L373.308 74.98C373.312 82.84 373.332 90.7 373.368 98.56L373.343 111.24L380.553 100.79C385.917 92.9055 391.262 85.0076 396.587 77.0965L393.507 78.7177C397.067 78.6841 400.627 78.6471 404.187 78.607L400.56 74.98C400.71 88.32 400.906 101.66 401.148 115L404.187 111.961C400.727 112.024 397.267 112.09 393.807 112.159L396.648 115C396.484 106.76 396.303 98.52 396.104 90.28L396.182 82.8583L391.908 88.9853C388.555 94.1669 385.209 99.354 381.871 104.547C379.813 107.747 377.759 110.95 375.708 114.155C376.534 114.718 377.36 115.282 378.186 115.845C380.421 112.766 382.653 109.684 384.882 106.6C388.497 101.597 392.105 96.5886 395.705 91.5747L391.509 90.28C391.31 98.52 391.129 106.76 390.965 115L391.023 117.897L393.807 117.841C397.267 117.91 400.727 117.976 404.187 118.039L407.279 117.983L407.225 115C407.467 101.66 407.663 88.32 407.814 74.98L407.772 71.3126L404.187 71.353C400.627 71.3129 397.067 71.2759 393.507 71.2423L391.505 71.2612L390.426 72.8635C384.952 80.6724 379.496 88.4945 374.06 96.3297L381.245 98.56C381.281 90.7 381.301 82.84 381.306 74.98L381.304 70.9787L377.307 70.9809C376.224 70.9803 375.142 70.98 374.059 70.98C371.702 70.98 369.344 70.9928 366.987 71.0184L362.983 71.0619L363.025 74.98C363.165 87.8365 363.685 100.693 364.587 113.549C364.621 114.033 364.655 114.516 364.69 115L364.867 117.45L366.987 117.297C370.307 117.057 373.627 116.791 376.947 116.5ZM376.947 113.5V116.5L377.816 116.424L378.186 115.845L375.708 114.155L376.947 113.5ZM440.741 116.5C440.741 115.5 440.741 114.5 440.741 113.5C437.175 113.167 433.609 112.867 430.043 112.6C423.829 112.135 417.615 111.772 411.401 111.51L414.891 115C415.231 106.95 415.401 98.9 415.401 90.85C415.401 85.56 415.393 80.27 415.376 74.98L411.401 78.9555C421.181 78.9254 430.961 78.8674 440.741 78.7816L436.939 74.98C436.966 77.98 436.995 80.98 437.026 83.98L440.741 80.2653C434.401 80.332 428.061 80.4105 421.721 80.5006L418.292 80.4519L418.241 83.98C418.271 86.06 418.302 88.14 418.334 90.22L418.282 93.5538L421.721 93.6069C427.921 93.5112 434.121 93.4043 440.321 93.2863L437.255 90.22C437.312 93.22 437.371 96.22 437.434 99.22L440.321 96.333C434.121 96.4619 427.921 96.602 421.721 96.7533L419.316 96.6946L419.254 99.22C419.309 101.48 419.366 103.74 419.424 106L419.366 108.236L421.721 108.297C427.495 108.148 433.269 107.99 439.043 107.822C439.609 107.806 440.175 107.789 440.741 107.773L438.968 106C439.056 109 439.147 112 439.241 115C440.241 115 441.241 115 442.241 115C442.334 112 442.425 109 442.513 106L442.46 104.177L440.741 104.227C440.175 104.211 439.609 104.194 439.043 104.178C433.269 104.01 427.495 103.852 421.721 103.703L424.018 106C424.076 103.74 424.132 101.48 424.188 99.22L421.721 101.687C427.921 101.838 434.121 101.978 440.321 102.107L443.267 102.046L443.208 99.22C443.27 96.22 443.33 93.22 443.387 90.22L443.328 87.0965L440.321 87.1537C434.121 87.0357 427.921 86.9288 421.721 86.8331L425.108 90.22C425.14 88.14 425.171 86.06 425.2 83.98L421.721 87.4594C428.061 87.5495 434.401 87.628 440.741 87.6947L444.494 87.6552L444.455 83.98C444.487 80.98 444.516 77.98 444.542 74.98L444.509 71.1454L440.741 71.1784C430.961 71.0926 421.181 71.0346 411.401 71.0044L407.413 71.0167L407.425 74.98C407.409 80.27 407.401 85.56 407.401 90.85C407.401 98.9 407.571 106.95 407.91 115L408.064 118.631L411.401 118.49C417.615 118.228 423.829 117.865 430.043 117.4C433.609 117.133 437.175 116.833 440.741 116.5ZM440.741 113.5V116.5L442.283 116.356L442.241 115H439.241L440.741 113.5Z' fill='%23070708' mask='url(%23path-1-outside-1_7301_25199)'/%3E%3Cmask id='path-3-outside-2_7301_25199' maskUnits='userSpaceOnUse' x='1.625' y='5' width='317' height='49' fill='black'%3E%3Crect fill='white' x='1.625' y='5' width='317' height='49'/%3E%3Cpath d='M16.185 50H6.225V9.98H16.545V33.56L32.745 9.98H43.425V50H33.045V25.28L16.185 50ZM87.8991 50H77.5791V33.92H60.9591V50H50.6391V9.98H60.9591V24.92H77.5791V9.98H87.8991V50ZM114.372 50H104.052V18.98H92.8317V9.98H125.532V18.98H114.372V50ZM159.784 50H130.444V9.98H159.784V18.98H140.764V25.22H159.364V34.22H140.764V41H159.784V50ZM176.096 50H165.776V9.98H185.816C194.816 9.98 199.736 16.04 199.736 23.3C199.736 30.5 194.816 36.56 185.816 36.56H176.096V50ZM184.436 27.56C187.196 27.56 189.236 26 189.236 23.3C189.236 20.54 187.196 18.98 184.436 18.98H176.096V27.56H184.436ZM241.59 50H231.27V33.92H214.65V50H204.33V9.98H214.65V24.92H231.27V9.98H241.59V50ZM278.143 50H248.803V9.98H278.143V18.98H259.123V25.22H277.723V34.22H259.123V41H278.143V50ZM303.395 50H293.075V18.98H281.855V9.98H314.555V18.98H303.395V50Z'/%3E%3C/mask%3E%3Cpath d='M16.185 50H6.225V9.98H16.545V33.56L32.745 9.98H43.425V50H33.045V25.28L16.185 50ZM87.8991 50H77.5791V33.92H60.9591V50H50.6391V9.98H60.9591V24.92H77.5791V9.98H87.8991V50ZM114.372 50H104.052V18.98H92.8317V9.98H125.532V18.98H114.372V50ZM159.784 50H130.444V9.98H159.784V18.98H140.764V25.22H159.364V34.22H140.764V41H159.784V50ZM176.096 50H165.776V9.98H185.816C194.816 9.98 199.736 16.04 199.736 23.3C199.736 30.5 194.816 36.56 185.816 36.56H176.096V50ZM184.436 27.56C187.196 27.56 189.236 26 189.236 23.3C189.236 20.54 187.196 18.98 184.436 18.98H176.096V27.56H184.436ZM241.59 50H231.27V33.92H214.65V50H204.33V9.98H214.65V24.92H231.27V9.98H241.59V50ZM278.143 50H248.803V9.98H278.143V18.98H259.123V25.22H277.723V34.22H259.123V41H278.143V50ZM303.395 50H293.075V18.98H281.855V9.98H314.555V18.98H303.395V50Z' fill='white'/%3E%3Cpath d='M16.185 51.5C16.185 50.5 16.185 49.5 16.185 48.5C12.865 48.209 9.545 47.9435 6.225 47.7033L8.52169 50C8.55666 49.5165 8.5911 49.033 8.625 48.5495C9.52638 35.693 10.0469 22.8365 10.1866 9.98L6.225 13.9416C8.58257 13.9672 10.9401 13.98 13.2977 13.98C14.3801 13.98 15.4626 13.9797 16.545 13.9791L12.5459 9.98C12.5503 17.84 12.5704 25.7 12.6064 33.56L12.5809 46.2402L19.7913 35.7903C25.1553 27.9055 30.5001 20.0076 35.8257 12.0965L32.745 13.7177C36.305 13.6841 39.865 13.6471 43.425 13.607L39.798 9.98C39.9486 23.32 40.1447 36.66 40.3863 50L43.425 46.9613C39.965 47.024 36.505 47.0897 33.045 47.1586L35.8864 50C35.7226 41.76 35.5413 33.52 35.3427 25.28L35.4207 17.8583L31.1468 23.9853C27.7928 29.1669 24.4469 34.354 21.109 39.5465C19.0515 42.7472 16.9971 45.95 14.9458 49.1548C15.7719 49.7183 16.5981 50.2817 17.4242 50.8452C19.6591 47.7656 21.891 44.6838 24.1198 41.6C27.7357 36.5971 31.3435 31.5886 34.9432 26.5747L30.7473 25.28C30.5487 33.52 30.3674 41.76 30.2036 50L30.2612 52.8968L33.045 52.8414C36.505 52.9103 39.965 52.976 43.425 53.0387L46.5177 52.9827L46.4637 50C46.7053 36.66 46.9014 23.32 47.052 9.98L47.0106 6.31258L43.425 6.35304C39.865 6.31287 36.305 6.27594 32.745 6.24225L30.7429 6.2612L29.6643 7.86346C24.1899 15.6724 18.7347 23.4945 13.2987 31.3297L20.4836 33.56C20.5196 25.7 20.5397 17.84 20.5441 9.98L20.5419 5.97868L16.545 5.9809C15.4626 5.9803 14.3801 5.98 13.2977 5.98C10.9401 5.98 8.58257 5.9928 6.225 6.01842L2.22085 6.06192L2.26342 9.98C2.4031 22.8365 2.92362 35.693 3.825 48.5495C3.8589 49.033 3.89334 49.5165 3.92831 50L4.10554 52.45L6.225 52.2967C9.545 52.0565 12.865 51.791 16.185 51.5ZM16.185 48.5V51.5L17.0538 51.4239L17.4242 50.8452L14.9458 49.1548L16.185 48.5ZM87.8991 51.5C87.8991 50.5 87.8991 49.5 87.8991 48.5C84.4591 48.1824 81.0191 47.895 77.5791 47.6379L79.9412 50C79.9539 49.83 79.9665 49.66 79.9791 49.49C80.3624 44.3 80.6769 39.11 80.9225 33.92L81.0729 30.7419L77.5791 30.5766C72.0391 30.3144 66.4991 30.1308 60.9591 30.0256L57.14 29.9531L57.0647 33.92C56.9943 37.63 56.9591 41.34 56.9591 45.05C56.9591 46.7 56.9598 48.35 56.9614 50L60.9591 46.0023C57.5191 46.0055 54.0791 46.0121 50.6391 46.0221L54.617 50C54.5784 36.66 54.4892 23.32 54.3495 9.98L50.6391 13.6904C54.0791 13.6544 57.5191 13.615 60.9591 13.5722L57.3669 9.98C57.4288 14.96 57.4977 19.94 57.5737 24.92L57.5229 28.2529L60.9591 28.3053C66.4991 28.2208 72.0391 28.1275 77.5791 28.0255L80.6264 28.0816L80.6846 24.92C80.5929 19.94 80.4942 14.96 80.3884 9.98L77.5791 12.7893C81.0191 12.7163 84.4591 12.6398 87.8991 12.56L85.319 9.98C85.5447 19.71 85.7973 29.44 86.0768 39.17C86.1805 42.78 86.288 46.39 86.3991 50C87.3991 50 88.3991 50 89.3991 50C89.5102 46.39 89.6176 42.78 89.7213 39.17C90.0008 29.44 90.2534 19.71 90.4791 9.98L90.4179 7.34153L87.8991 7.39996C84.4591 7.32016 81.0191 7.24373 77.5791 7.17066L74.7113 7.23158L74.7697 9.98C74.6639 14.96 74.5652 19.94 74.4735 24.92L77.5791 21.8145C72.0391 21.7125 66.4991 21.6192 60.9591 21.5347L64.3444 24.92C64.4204 19.94 64.4894 14.96 64.5513 9.98L64.5061 6.3437L60.9591 6.38779C57.5191 6.34503 54.0791 6.30563 50.6391 6.26959L46.8902 6.30886L46.9287 9.98C46.7889 23.32 46.6997 36.66 46.6612 50L46.6727 53.9894L50.6391 53.9779C54.0791 53.9879 57.5191 53.9945 60.9591 53.9977L64.9605 53.9939L64.9567 50C64.9583 48.35 64.9591 46.7 64.9591 45.05C64.9591 41.34 64.9239 37.63 64.8534 33.92L60.9591 37.8144C66.4991 37.7092 72.0391 37.5256 77.5791 37.2634L74.2356 33.92C74.4812 39.11 74.7957 44.3 75.1791 49.49C75.1916 49.66 75.2043 49.83 75.217 50L75.4056 52.5245L77.5791 52.3621C81.0191 52.105 84.4591 51.8176 87.8991 51.5ZM87.8991 48.5V51.5L89.4409 51.3576L89.3991 50H86.3991L87.8991 48.5ZM114.372 51.5C114.372 50.5 114.372 49.5 114.372 48.5C111.948 48.1667 109.524 47.8667 107.1 47.6C106.084 47.4882 105.068 47.3823 104.052 47.2823L106.769 50C107.624 41.32 108.052 32.64 108.052 23.96C108.052 22.3 108.05 20.64 108.047 18.98L108.055 14.9936L104.052 14.9852C100.312 14.993 96.5717 15.0097 92.8317 15.0351L96.7766 18.98C96.7562 15.98 96.7301 12.98 96.6983 9.98L92.8317 13.8466C103.732 13.7311 114.632 13.5408 125.532 13.2756L122.236 9.98C122.309 12.98 122.388 15.98 122.472 18.98L125.532 15.9204C121.812 16.025 118.092 16.1383 114.372 16.2603L111.744 16.1741L111.652 18.98C111.912 26.896 112.211 34.812 112.549 42.728C112.653 45.152 112.761 47.576 112.872 50C113.872 50 114.872 50 115.872 50C115.983 47.576 116.09 45.152 116.194 42.728C116.533 34.812 116.832 26.896 117.091 18.98L114.372 21.6997C118.092 21.8217 121.812 21.935 125.532 22.0396L128.675 21.9513L128.591 18.98C128.676 15.98 128.754 12.98 128.827 9.98L128.745 6.60619L125.532 6.68438C114.632 6.41917 103.732 6.22885 92.8317 6.11343L88.9246 6.1548L88.9651 9.98C88.9334 12.98 88.9073 15.98 88.8869 18.98L88.9139 22.9515L92.8317 22.9249C96.5717 22.9503 100.312 22.967 104.052 22.9748L100.057 18.98C100.053 20.64 100.052 22.3 100.052 23.96C100.052 32.64 100.479 41.32 101.334 50L101.625 52.9567L104.052 52.7177C105.068 52.6177 106.084 52.5118 107.1 52.4C109.524 52.1333 111.948 51.8333 114.372 51.5ZM114.372 48.5V51.5L115.931 51.2856L115.872 50H112.872L114.372 48.5ZM159.784 51.5C159.784 50.5 159.784 49.5 159.784 48.5C156.218 48.1667 152.652 47.8667 149.086 47.6C142.872 47.1353 136.658 46.7718 130.444 46.5096L133.934 50C134.274 41.95 134.444 33.9 134.444 25.85C134.444 20.56 134.436 15.27 134.419 9.98L130.444 13.9555C140.224 13.9254 150.004 13.8674 159.784 13.7816L155.982 9.98C156.009 12.98 156.037 15.98 156.069 18.98L159.784 15.2653C153.444 15.332 147.104 15.4105 140.764 15.5006L137.335 15.4519L137.284 18.98C137.314 21.06 137.345 23.14 137.377 25.22L137.325 28.5538L140.764 28.6069C146.964 28.5112 153.164 28.4043 159.364 28.2863L156.297 25.22C156.355 28.22 156.414 31.22 156.477 34.22L159.364 31.333C153.164 31.4619 146.964 31.602 140.764 31.7533L138.359 31.6946L138.297 34.22C138.352 36.48 138.409 38.74 138.467 41L138.409 43.2363L140.764 43.2968C146.538 43.1483 152.312 42.9901 158.086 42.8222C158.652 42.8058 159.218 42.7892 159.784 42.7726L158.011 41C158.099 44 158.19 47 158.284 50C159.284 50 160.284 50 161.284 50C161.377 47 161.468 44 161.556 41L161.503 39.1769L159.784 39.2274C159.218 39.2108 158.652 39.1942 158.086 39.1778C152.312 39.0099 146.538 38.8517 140.764 38.7032L143.061 41C143.119 38.74 143.175 36.48 143.23 34.22L140.764 36.6867C146.964 36.838 153.164 36.9781 159.364 37.107L162.31 37.0458L162.251 34.22C162.313 31.22 162.373 28.22 162.43 25.22L162.371 22.0965L159.364 22.1537C153.164 22.0357 146.964 21.9288 140.764 21.8331L144.151 25.22C144.183 23.14 144.214 21.06 144.243 18.98L140.764 22.4594C147.104 22.5495 153.444 22.628 159.784 22.6947L163.537 22.6552L163.498 18.98C163.53 15.98 163.559 12.98 163.585 9.98L163.552 6.14536L159.784 6.17843C150.004 6.09258 140.224 6.03458 130.444 6.00445L126.456 6.01674L126.468 9.98C126.452 15.27 126.444 20.56 126.444 25.85C126.444 33.9 126.614 41.95 126.953 50L127.107 53.6312L130.444 53.4904C136.658 53.2282 142.872 52.8647 149.086 52.4C152.652 52.1333 156.218 51.8333 159.784 51.5ZM159.784 48.5V51.5L161.326 51.3558L161.284 50H158.284L159.784 48.5ZM176.096 51.5C176.096 50.5 176.096 49.5 176.096 48.5C173.816 48.1667 171.535 47.8667 169.255 47.6C168.095 47.4644 166.936 47.3374 165.776 47.219L168.557 50C169.369 42.0386 169.776 34.0772 169.776 26.1158C169.776 20.7372 169.755 15.3586 169.714 9.98L165.776 13.9182C172.456 13.867 179.136 13.784 185.816 13.6693C191.786 13.367 196.426 17.3136 196.53 23.3C196.907 29.1845 192.282 34.0064 185.816 34.0588C182.576 34.1811 179.336 34.3108 176.096 34.448L174.077 34.3625L173.984 36.56C174.077 38.7597 174.174 40.9594 174.274 43.1592C174.377 45.4394 174.485 47.7197 174.596 50C175.596 50 176.596 50 177.596 50C177.707 47.7197 177.814 45.4394 177.918 43.1592C178.018 40.9594 178.115 38.7597 178.208 36.56L176.096 38.672C179.336 38.8092 182.576 38.9389 185.816 39.0612C193.976 40.0825 203.371 32.3113 202.941 23.3C203.871 14.3657 194.524 5.61118 185.816 6.29072C179.136 6.17597 172.456 6.093 165.776 6.04182L161.808 6.07222L161.838 9.98C161.796 15.3586 161.776 20.7372 161.776 26.1158C161.776 34.0772 162.182 42.0386 162.995 50L163.304 53.0333L165.776 52.781C166.936 52.6626 168.095 52.5356 169.255 52.4C171.535 52.1333 173.816 51.8333 176.096 51.5ZM176.096 48.5V51.5L177.658 51.2717L177.596 50H174.596L176.096 48.5ZM184.436 23.56C184.436 26.2267 184.436 28.8933 184.436 31.56C185.46 31.5589 186.546 31.4254 187.663 31.0529C190.692 30.3114 193.499 26.3835 193.236 23.3C193.293 21.2602 192.352 18.5666 190.399 17.0048C188.485 15.4208 186.287 14.9844 184.436 14.98C181.656 14.98 178.876 14.98 176.096 14.98H172.096V18.98C172.096 21.84 172.096 24.7 172.096 27.56V31.56H176.096C178.213 31.56 180.33 31.56 182.447 31.56C183.11 31.56 183.773 31.56 184.436 31.56C184.436 28.8933 184.436 26.2267 184.436 23.56C183.773 23.56 183.11 23.56 182.447 23.56C180.33 23.56 178.213 23.56 176.096 23.56L180.096 27.56C180.096 24.7 180.096 21.84 180.096 18.98L176.096 22.98C178.876 22.98 181.656 22.98 184.436 22.98C184.999 22.9722 185.302 23.1525 185.264 23.1389C185.255 23.1357 185.21 23.0745 185.21 23.0663C185.207 23.0565 185.236 23.1239 185.236 23.3C185.231 23.5333 185.196 23.496 185.245 23.4338C185.29 23.3683 185.319 23.3978 185.123 23.4669C184.981 23.5156 184.737 23.5609 184.436 23.56ZM184.436 31.56V23.56V31.56ZM241.59 51.5C241.59 50.5 241.59 49.5 241.59 48.5C238.15 48.1824 234.71 47.895 231.27 47.6379L233.633 50C233.645 49.83 233.658 49.66 233.67 49.49C234.054 44.3 234.368 39.11 234.614 33.92L234.764 30.7419L231.27 30.5766C225.73 30.3144 220.19 30.1308 214.65 30.0256L210.831 29.9531L210.756 33.92C210.686 37.63 210.65 41.34 210.65 45.05C210.65 46.7 210.651 48.35 210.653 50L214.65 46.0023C211.21 46.0055 207.77 46.0121 204.33 46.0221L208.308 50C208.27 36.66 208.181 23.32 208.041 9.98L204.33 13.6904C207.77 13.6544 211.21 13.615 214.65 13.5722L211.058 9.98C211.12 14.96 211.189 19.94 211.265 24.92L211.214 28.2529L214.65 28.3053C220.19 28.2208 225.73 28.1275 231.27 28.0255L234.318 28.0816L234.376 24.92C234.284 19.94 234.186 14.96 234.08 9.98L231.27 12.7893C234.71 12.7163 238.15 12.6398 241.59 12.56L239.01 9.98C239.236 19.71 239.489 29.44 239.768 39.17C239.872 42.78 239.979 46.39 240.09 50C241.09 50 242.09 50 243.09 50C243.202 46.39 243.309 42.78 243.413 39.17C243.692 29.44 243.945 19.71 244.171 9.98L244.109 7.34153L241.59 7.39996C238.15 7.32016 234.71 7.24373 231.27 7.17066L228.403 7.23158L228.461 9.98C228.355 14.96 228.257 19.94 228.165 24.92L231.27 21.8145C225.73 21.7125 220.19 21.6192 214.65 21.5347L218.036 24.92C218.112 19.94 218.181 14.96 218.243 9.98L218.197 6.3437L214.65 6.38779C211.21 6.34503 207.77 6.30563 204.33 6.26959L200.582 6.30886L200.62 9.98C200.48 23.32 200.391 36.66 200.353 50L200.364 53.9894L204.33 53.9779C207.77 53.9879 211.21 53.9945 214.65 53.9977L218.652 53.9939L218.648 50C218.65 48.35 218.65 46.7 218.65 45.05C218.65 41.34 218.615 37.63 218.545 33.92L214.65 37.8144C220.19 37.7092 225.73 37.5256 231.27 37.2634L227.927 33.92C228.173 39.11 228.487 44.3 228.87 49.49C228.883 49.66 228.896 49.83 228.908 50L229.097 52.5245L231.27 52.3621C234.71 52.105 238.15 51.8176 241.59 51.5ZM241.59 48.5V51.5L243.132 51.3576L243.09 50H240.09L241.59 48.5ZM278.143 51.5C278.143 50.5 278.143 49.5 278.143 48.5C274.577 48.1667 271.011 47.8667 267.445 47.6C261.231 47.1353 255.017 46.7718 248.803 46.5096L252.294 50C252.633 41.95 252.803 33.9 252.803 25.85C252.803 20.56 252.795 15.27 252.779 9.98L248.803 13.9555C258.583 13.9254 268.363 13.8674 278.143 13.7816L274.342 9.98C274.368 12.98 274.397 15.98 274.428 18.98L278.143 15.2653C271.803 15.332 265.463 15.4105 259.123 15.5006L255.694 15.4519L255.644 18.98C255.673 21.06 255.704 23.14 255.736 25.22L255.685 28.5538L259.123 28.6069C265.323 28.5112 271.523 28.4043 277.723 28.2863L274.657 25.22C274.714 28.22 274.774 31.22 274.836 34.22L277.723 31.333C271.523 31.4619 265.323 31.602 259.123 31.7533L256.718 31.6946L256.656 34.22C256.712 36.48 256.768 38.74 256.826 41L256.769 43.2363L259.123 43.2968C264.897 43.1483 270.671 42.9901 276.445 42.8222C277.011 42.8058 277.577 42.7892 278.143 42.7726L276.371 41C276.459 44 276.55 47 276.643 50C277.643 50 278.643 50 279.643 50C279.737 47 279.827 44 279.916 41L279.862 39.1769L278.143 39.2274C277.577 39.2108 277.011 39.1942 276.445 39.1778C270.671 39.0099 264.897 38.8517 259.123 38.7032L261.42 41C261.478 38.74 261.535 36.48 261.59 34.22L259.123 36.6867C265.323 36.838 271.523 36.9781 277.723 37.107L280.669 37.0458L280.61 34.22C280.673 31.22 280.732 28.22 280.789 25.22L280.73 22.0965L277.723 22.1537C271.523 22.0357 265.323 21.9288 259.123 21.8331L262.51 25.22C262.542 23.14 262.573 21.06 262.602 18.98L259.123 22.4594C265.463 22.5495 271.803 22.628 278.143 22.6947L281.897 22.6552L281.858 18.98C281.889 15.98 281.918 12.98 281.945 9.98L281.911 6.14536L278.143 6.17843C268.363 6.09258 258.583 6.03458 248.803 6.00445L244.815 6.01674L244.828 9.98C244.811 15.27 244.803 20.56 244.803 25.85C244.803 33.9 244.973 41.95 245.313 50L245.466 53.6312L248.803 53.4904C255.017 53.2282 261.231 52.8647 267.445 52.4C271.011 52.1333 274.577 51.8333 278.143 51.5ZM278.143 48.5V51.5L279.685 51.3558L279.643 50H276.643L278.143 48.5ZM303.395 51.5C303.395 50.5 303.395 49.5 303.395 48.5C300.971 48.1667 298.547 47.8667 296.123 47.6C295.107 47.4882 294.091 47.3823 293.075 47.2823L295.793 50C296.648 41.32 297.075 32.64 297.075 23.96C297.075 22.3 297.073 20.64 297.07 18.98L297.078 14.9936L293.075 14.9852C289.335 14.993 285.595 15.0097 281.855 15.0351L285.8 18.98C285.78 15.98 285.754 12.98 285.722 9.98L281.855 13.8466C292.755 13.7311 303.655 13.5408 314.555 13.2756L311.26 9.98C311.333 12.98 311.411 15.98 311.496 18.98L314.555 15.9204C310.835 16.025 307.115 16.1383 303.395 16.2603L300.767 16.1741L300.675 18.98C300.935 26.896 301.234 34.812 301.573 42.728C301.677 45.152 301.784 47.576 301.895 50C302.895 50 303.895 50 304.895 50C305.006 47.576 305.114 45.152 305.217 42.728C305.556 34.812 305.855 26.896 306.115 18.98L303.395 21.6997C307.115 21.8217 310.835 21.935 314.555 22.0396L317.698 21.9513L317.615 18.98C317.699 15.98 317.778 12.98 317.851 9.98L317.769 6.60619L314.555 6.68438C303.655 6.41917 292.755 6.22885 281.855 6.11343L277.948 6.1548L277.989 9.98C277.957 12.98 277.931 15.98 277.91 18.98L277.937 22.9515L281.855 22.9249C285.595 22.9503 289.335 22.967 293.075 22.9748L289.08 18.98C289.077 20.64 289.075 22.3 289.075 23.96C289.075 32.64 289.503 41.32 290.357 50L290.649 52.9567L293.075 52.7177C294.091 52.6177 295.107 52.5118 296.123 52.4C298.547 52.1333 300.971 51.8333 303.395 51.5ZM303.395 48.5V51.5L304.954 51.2856L304.895 50H301.895L303.395 48.5Z' fill='%23070708' mask='url(%23path-3-outside-2_7301_25199)'/%3E%3Cmask id='path-5-outside-3_7301_25199' maskUnits='userSpaceOnUse' x='323.625' y='13.7217' width='35' height='39' fill='black'%3E%3Crect fill='white' x='323.625' y='13.7217' width='35' height='39'/%3E%3Cpath d='M345.678 35.5696L346.117 47.4478L339.249 47.7217L338.81 35.8436L328.864 36.2403L328.625 29.7781L338.572 29.3814L338.151 17.9956L345.019 17.7217L345.44 29.1074L355.386 28.7107L355.625 35.1729L345.678 35.5696Z'/%3E%3C/mask%3E%3Cpath d='M345.678 35.5696L346.117 47.4478L339.249 47.7217L338.81 35.8436L328.864 36.2403L328.625 29.7781L338.572 29.3814L338.151 17.9956L345.019 17.7217L345.44 29.1074L355.386 28.7107L355.625 35.1729L345.678 35.5696Z' fill='white'/%3E%3Cpath d='M347.177 35.5143C346.178 35.5512 345.179 35.5881 344.179 35.625C343.916 37.5203 343.685 39.4144 343.488 41.3072C343.271 43.3944 343.094 45.4801 342.958 47.5643L345.991 44.2897C343.692 44.1464 341.395 44.0522 339.101 44.0073L342.963 47.5846C343.035 44.4115 343.012 41.2419 342.895 38.0757C342.866 37.2825 342.836 36.4893 342.806 35.6961L342.665 31.6953L338.651 31.8487C335.336 31.9864 332.021 32.1356 328.706 32.2963L332.808 36.0947C332.71 33.9413 332.607 31.7881 332.499 29.6351L328.78 33.6521C332.093 33.4765 335.407 33.2894 338.72 33.0909L342.345 33.0188L342.282 29.2444C342.066 25.452 341.835 21.6601 341.589 17.8687L338.289 21.4323C340.575 21.2771 342.862 21.1164 345.148 20.9502L341.791 17.8409C342.055 21.6315 342.334 25.4217 342.628 29.2112L342.618 31.9164L345.552 31.9186C348.862 31.6517 352.172 31.3733 355.481 31.0834L353.014 28.7983C353.195 30.9486 353.382 33.0987 353.574 35.2486L355.543 33.122C354.113 33.2537 352.684 33.3876 351.254 33.5236C349.375 33.7023 347.497 33.8847 345.618 34.0708C345.658 35.07 345.698 36.0692 345.738 37.0684C347.625 37.1044 349.512 37.1366 351.399 37.1651C352.835 37.1869 354.271 37.2064 355.707 37.2238L357.848 37.0266L357.676 35.0972C357.709 32.939 357.736 30.781 357.759 28.6232L357.549 26.1403L355.292 26.3381C351.97 26.3127 348.649 26.2987 345.328 26.2963L348.251 29.0037C348.265 25.2027 348.264 21.4023 348.248 17.6025L348.016 14.266L344.891 14.4931C342.598 14.5096 340.306 14.5315 338.014 14.5589L334.499 14.7975L334.714 18.1225C334.748 21.9216 334.798 25.7202 334.862 29.5183L338.424 25.6719C335.106 25.7378 331.788 25.8152 328.47 25.9041L324.56 26.1113L324.751 29.9211C324.802 32.0762 324.858 34.2311 324.919 36.3858L325.101 40.3742L329.021 40.1842C332.338 40.0804 335.654 39.9651 338.97 39.8384L334.815 35.991C334.843 36.7843 334.872 37.5776 334.901 38.3708C335.018 41.5369 335.229 44.6996 335.534 47.8588L335.913 51.783L339.397 51.436C341.681 51.2085 343.963 50.9318 346.243 50.6058L349.665 50.1165L349.275 47.3312C348.986 45.2627 348.656 43.1957 348.285 41.1302C347.949 39.257 347.58 37.385 347.177 35.5143ZM344.179 35.625L347.177 35.5143L345.738 37.0684L345.618 34.0708L344.399 34.0476L344.179 35.625Z' fill='%23070708' mask='url(%23path-5-outside-3_7301_25199)'/%3E%3C/svg%3E%0A");
  }
  #first_screen .cta .points {
    margin-bottom: 120px;
  }
  #first_screen .cta .points .point {
    font-size: 18px;
  }
  #first_screen .cta .bubble {
    left: -85px;
    top: auto;
    bottom: 182px;
  }
  #first_screen .cta .bubble.lv {
    top: auto;
    bottom: 182px;
  }
  #first_screen .cta .discount-block {
    margin-left: 6px;
  }
  #first_screen .cta .discount-block .old_price {
    left: auto;
    top: 50px;
    right: -205px;
  }
  #first_screen .cta .form-block:before {
    content: "";
    display: block;
    width: 387px;
    height: 387px;
    background-image: url(../img/img-april2026-inet-480.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: -298px;
    right: -76px;
    z-index: 3;
  }
  #first_screen .cta .form-block form,
  #first_screen .cta .form-block .cta-form {
    z-index: 5;
  }
  #first_screen .cta img.img-akciya-768 {
    display: none;
  }
}
@media (max-width: 479px) {
  #first_screen {
    background-image: url(../img/bg-internet-375.jpg);
  }
  #first_screen .container {
    width: 100%;
  }
  #first_screen .cta .container {
    padding-top: 118px;
    padding-bottom: 35px;
  }
  #first_screen .cta .title-block {
    padding-bottom: 390px;
  }
  #first_screen .cta h1 {
    font-size: 64px;
    margin-bottom: 20px;
  }
  #first_screen .cta h1.lv .title-svg {
    width: 273px;
    height: 100px;
    background-image: url("data:image/svg+xml,%3Csvg width='273' height='100' viewBox='0 0 273 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='path-1-outside-1_9052_646149' maskUnits='userSpaceOnUse' x='-0.164551' y='48' width='247' height='46' fill='black'%3E%3Crect fill='white' x='-0.164551' y='48' width='247' height='46'/%3E%3Cpath d='M12.9554 89V64.068H3.98545V58.318H28.4575V64.068H19.5334V89H12.9554ZM32.6449 89V58.318H54.3569V63.93H39.1769V70.6H54.0349V76.212H39.1769V83.342H54.3569V89H32.6449ZM59.4632 89V58.318H65.9952V83.25H78.9672V89H59.4632ZM83.5414 89V58.318H105.253V63.93H90.0734V70.6H104.931V76.212H90.0734V83.342H105.253V89H83.5414ZM118.962 89L107.094 58.318H114.546L123.056 81.916L131.52 58.318H138.972L127.15 89H118.962ZM137.389 55.466V52.154H152.799V55.466H137.389ZM141.805 89V58.318H148.337V89H141.805ZM153.324 89V83.71L167.814 64.068H153.324V58.318H176.37V63.562L161.88 83.25H176.692V89H153.324ZM181.651 89V58.318H188.183V89H181.651ZM191.514 86.562L194.366 81.548C195.562 82.698 197.126 83.756 199.242 83.756C202.14 83.756 204.026 81.824 204.026 78.834V58.318H210.558V78.926C210.558 86.194 206.05 89.552 199.748 89.552C196.62 89.552 193.722 88.724 191.514 86.562ZM236.6 89L234.668 83.71H220.96L219.028 89H211.852L223.72 58.318H231.908L243.73 89H236.6ZM227.814 63.976L222.708 78.052H232.874L227.814 63.976Z'/%3E%3C/mask%3E%3Cpath d='M12.9554 89V64.068H3.98545V58.318H28.4575V64.068H19.5334V89H12.9554ZM32.6449 89V58.318H54.3569V63.93H39.1769V70.6H54.0349V76.212H39.1769V83.342H54.3569V89H32.6449ZM59.4632 89V58.318H65.9952V83.25H78.9672V89H59.4632ZM83.5414 89V58.318H105.253V63.93H90.0734V70.6H104.931V76.212H90.0734V83.342H105.253V89H83.5414ZM118.962 89L107.094 58.318H114.546L123.056 81.916L131.52 58.318H138.972L127.15 89H118.962ZM137.389 55.466V52.154H152.799V55.466H137.389ZM141.805 89V58.318H148.337V89H141.805ZM153.324 89V83.71L167.814 64.068H153.324V58.318H176.37V63.562L161.88 83.25H176.692V89H153.324ZM181.651 89V58.318H188.183V89H181.651ZM191.514 86.562L194.366 81.548C195.562 82.698 197.126 83.756 199.242 83.756C202.14 83.756 204.026 81.824 204.026 78.834V58.318H210.558V78.926C210.558 86.194 206.05 89.552 199.748 89.552C196.62 89.552 193.722 88.724 191.514 86.562ZM236.6 89L234.668 83.71H220.96L219.028 89H211.852L223.72 58.318H231.908L243.73 89H236.6ZM227.814 63.976L222.708 78.052H232.874L227.814 63.976Z' fill='white'/%3E%3Cpath d='M11.4555 89C12.4555 89 13.4555 89 14.4555 89C14.7888 87.1615 15.0888 85.3231 15.3554 83.4846C16.2942 77.0124 16.8199 70.5402 16.9325 64.068L17.0004 60.1613L12.9555 60.091C12.0738 60.0757 11.1921 60.068 10.3105 60.068C8.20212 60.068 6.09378 60.0729 3.98545 60.0826L7.97084 64.068C7.96198 62.1513 7.9491 60.2347 7.93219 58.318L3.98545 62.2647C12.1428 62.1928 20.3001 62.0479 28.4575 61.8301L24.9453 58.318C24.9965 60.2347 25.0517 62.1513 25.1109 64.068L28.4575 60.7215C25.4828 60.8134 22.5081 60.915 19.5334 61.0263L16.6097 60.9169L16.4917 64.068C16.8027 72.3787 17.1894 80.6893 17.6517 89L19.5334 87.1183C19.1793 87.138 18.8251 87.1578 18.4708 87.1778C16.6324 87.2815 14.7939 87.3889 12.9555 87.5C12.9555 88.5 12.9555 89.5 12.9555 90.5C14.7939 90.6111 16.6324 90.7185 18.4708 90.8222C18.8251 90.8422 19.1793 90.862 19.5334 90.8817L21.5138 90.7716L21.4152 89C21.8775 80.6893 22.2642 72.3787 22.5752 64.068L19.5334 67.1097C22.5081 67.221 25.4828 67.3226 28.4575 67.4145L31.9041 67.308L31.804 64.068C31.8632 62.1513 31.9184 60.2347 31.9696 58.318L31.8734 54.7147L28.4575 54.8059C20.3001 54.5881 12.1428 54.4432 3.98545 54.3713L0.00420165 54.4064L0.0387063 58.318C0.0217993 60.2347 0.00891781 62.1513 6.17504e-05 64.068L0.0185611 68.0717L3.98545 68.0534C6.09378 68.0631 8.20212 68.068 10.3105 68.068C11.1921 68.068 12.0738 68.0603 12.9555 68.045L8.97845 64.068C9.091 70.5402 9.61667 77.0124 10.5554 83.4846C10.8221 85.3231 11.1221 87.1615 11.4555 89ZM14.4555 89H11.4555L11.7407 90.5734L12.9555 90.5V87.5L14.4555 89ZM31.1449 89C32.1449 89 33.1449 89 34.1449 89C34.4782 86.2523 34.7782 83.5045 35.0449 80.7568C35.7708 73.2772 36.2497 65.7976 36.4816 58.318L32.6449 62.1547C36.1562 62.2636 39.6676 62.318 43.1789 62.318C46.9049 62.318 50.6309 62.3112 54.3569 62.2976L50.3773 58.318C50.3842 60.1887 50.3927 62.0593 50.403 63.93L54.3569 59.9761C49.2969 60.0039 44.2369 60.0442 39.1769 60.0971L35.3845 60.0575L35.344 63.93C35.3673 66.1533 35.3929 68.3767 35.421 70.6L35.3742 74.3078L39.1769 74.3559C44.1296 74.2933 49.0822 74.2187 54.0349 74.132L50.5029 70.6C50.5356 72.4707 50.5701 74.3413 50.6062 76.212L54.0349 72.7833C49.0822 72.8791 44.1296 72.9868 39.1769 73.1066L36.1484 73.0334L36.0715 76.212C36.129 78.5887 36.1893 80.9653 36.2523 83.342L36.1769 86.187L39.1769 86.2666C44.2369 86.1324 49.2969 85.9856 54.3569 85.8263L51.8726 83.342C51.932 85.228 51.9931 87.114 52.056 89L54.3569 86.6991C49.8673 86.8488 45.3777 87.0083 40.8881 87.1778C38.1404 87.2815 35.3926 87.3889 32.6449 87.5C32.6449 88.5 32.6449 89.5 32.6449 90.5C35.3926 90.6111 38.1404 90.7185 40.8881 90.8222C45.3777 90.9917 49.8673 91.1512 54.3569 91.3009L56.7318 91.2217L56.6578 89C56.7207 87.114 56.7818 85.228 56.8412 83.342L56.7606 80.782L54.3569 80.8577C49.2969 80.6984 44.2369 80.5516 39.1769 80.4174L42.1014 83.342C42.1645 80.9653 42.2247 78.5887 42.2822 76.212L39.1769 79.3173C44.1296 79.4372 49.0822 79.5449 54.0349 79.6407L57.5285 79.5731L57.4636 76.212C57.4997 74.3413 57.5342 72.4707 57.5669 70.6L57.504 67.0073L54.0349 67.068C49.0822 66.9813 44.1296 66.9067 39.1769 66.8441L42.9327 70.6C42.9608 68.3767 42.9865 66.1533 43.0098 63.93L39.1769 67.7629C44.2369 67.8158 49.2969 67.8561 54.3569 67.8839L58.3324 67.8621L58.3108 63.93C58.3211 62.0593 58.3296 60.1887 58.3365 58.318L58.3219 54.3239L54.3569 54.3384C50.6309 54.3248 46.9049 54.318 43.1789 54.318C39.6676 54.318 36.1562 54.3724 32.6449 54.4813L28.693 54.6038L28.8082 58.318C29.0401 65.7976 29.519 73.2772 30.2449 80.7568C30.5116 83.5045 30.8116 86.2523 31.1449 89ZM34.1449 89H31.1449L31.3333 90.553L32.6449 90.5V87.5L34.1449 89ZM57.9632 89C58.9632 89 59.9632 89 60.9632 89C61.2966 87.3271 61.5966 85.6543 61.8632 83.9814C62.9299 77.2899 63.4632 70.5985 63.4632 63.907C63.4632 62.044 63.4587 60.181 63.4495 58.318L59.4632 62.3042C61.6406 62.2935 63.8179 62.2765 65.9952 62.2532L62.0601 58.318C62.1489 66.6287 62.3292 74.9393 62.6009 83.25L62.4937 86.5299L65.9952 86.6443C70.3192 86.503 74.6432 86.3369 78.9672 86.146L76.0712 83.25C76.1558 85.1667 76.2453 87.0833 76.3396 89L78.9672 86.3724C74.1388 86.61 69.3103 86.8785 64.4818 87.1778C62.809 87.2815 61.1361 87.3889 59.4632 87.5C59.4632 88.5 59.4632 89.5 59.4632 90.5C61.1361 90.6111 62.809 90.7185 64.4818 90.8222C69.3103 91.1215 74.1388 91.39 78.9672 91.6276L81.7175 91.4923L81.5949 89C81.6892 87.0833 81.7787 85.1667 81.8633 83.25L81.73 80.232L78.9672 80.354C74.6432 80.1631 70.3192 79.997 65.9952 79.8557L69.3896 83.25C69.6613 74.9393 69.8416 66.6287 69.9304 58.318L69.8879 54.3412L65.9952 54.3828C63.8179 54.3595 61.6406 54.3425 59.4632 54.3318L55.4575 54.3515L55.477 58.318C55.4678 60.181 55.4632 62.044 55.4632 63.907C55.4632 70.5985 55.9966 77.2899 57.0632 83.9814C57.3299 85.6543 57.6299 87.3271 57.9632 89ZM60.9632 89H57.9632L58.2778 90.5787L59.4632 90.5V87.5L60.9632 89ZM82.0414 89C83.0414 89 84.0414 89 85.0414 89C85.3747 86.2523 85.6747 83.5045 85.9414 80.7568C86.6673 73.2772 87.1462 65.7976 87.3781 58.318L83.5414 62.1547C87.0527 62.2636 90.564 62.318 94.0754 62.318C97.8014 62.318 101.527 62.3112 105.253 62.2976L101.274 58.318C101.281 60.1887 101.289 62.0593 101.299 63.93L105.253 59.9761C100.193 60.0039 95.1334 60.0442 90.0734 60.0971L86.281 60.0575L86.2405 63.93C86.2637 66.1533 86.2894 68.3767 86.3175 70.6L86.2707 74.3078L90.0734 74.3559C95.026 74.2933 99.9787 74.2187 104.931 74.132L101.399 70.6C101.432 72.4707 101.467 74.3413 101.503 76.212L104.931 72.7833C99.9787 72.8791 95.026 72.9868 90.0734 73.1066L87.0449 73.0334L86.968 76.212C87.0255 78.5887 87.0858 80.9653 87.1488 83.342L87.0734 86.187L90.0734 86.2666C95.1334 86.1324 100.193 85.9856 105.253 85.8263L102.769 83.342C102.828 85.228 102.89 87.114 102.952 89L105.253 86.6991C100.764 86.8488 96.2742 87.0083 91.7846 87.1778C89.0368 87.2815 86.2891 87.3889 83.5414 87.5C83.5414 88.5 83.5414 89.5 83.5414 90.5C86.2891 90.6111 89.0368 90.7185 91.7846 90.8222C96.2742 90.9917 100.764 91.1512 105.253 91.3009L107.628 91.2217L107.554 89C107.617 87.114 107.678 85.228 107.738 83.342L107.657 80.782L105.253 80.8577C100.193 80.6984 95.1334 80.5516 90.0734 80.4174L92.9979 83.342C93.061 80.9653 93.1212 78.5887 93.1787 76.212L90.0734 79.3173C95.026 79.4372 99.9787 79.5449 104.931 79.6407L108.425 79.5731L108.36 76.212C108.396 74.3413 108.431 72.4707 108.463 70.6L108.401 67.0073L104.931 67.068C99.9787 66.9813 95.026 66.9067 90.0734 66.8441L93.8292 70.6C93.8573 68.3767 93.883 66.1533 93.9062 63.93L90.0734 67.7629C95.1334 67.8158 100.193 67.8561 105.253 67.8839L109.229 67.8621L109.207 63.93C109.218 62.0593 109.226 60.1887 109.233 58.318L109.218 54.3239L105.253 54.3384C101.527 54.3248 97.8014 54.318 94.0754 54.318C90.564 54.318 87.0527 54.3724 83.5414 54.4813L79.5895 54.6038L79.7047 58.318C79.9366 65.7976 80.4155 73.2772 81.1414 80.7568C81.408 83.5045 81.708 86.2523 82.0414 89ZM85.0414 89H82.0414L82.2298 90.553L83.5414 90.5V87.5L85.0414 89ZM117.563 89.5411C118.495 89.1804 119.428 88.8196 120.361 88.4589C119.836 86.1776 119.28 83.9083 118.692 81.651C116.501 73.2256 113.876 64.9678 110.818 56.8775L107.094 62.3108C107.713 62.3156 108.333 62.318 108.953 62.318C110.817 62.318 112.681 62.3156 114.546 62.3108L110.79 59.6725C113.647 67.5312 116.549 75.3736 119.497 83.1995L122.98 93.0953L126.617 83.1934C129.328 75.2876 131.993 67.3655 134.612 59.4272L131.52 61.6033C134.004 61.5397 136.488 61.4717 138.972 61.3995L136.096 57.2101C132.453 67.5519 128.887 77.9236 125.398 88.3251L127.15 87.1228C126.737 87.141 126.325 87.1593 125.913 87.1778C123.596 87.2815 121.279 87.3889 118.962 87.5C118.962 88.5 118.962 89.5 118.962 90.5C121.279 90.6111 123.596 90.7185 125.913 90.8222C126.325 90.8407 126.737 90.859 127.15 90.8772L128.518 90.8167L128.901 89.6749C133.294 79.6217 137.609 69.5387 141.847 59.4259L143.373 55.1145L138.972 55.2365C136.488 55.1643 134.004 55.0963 131.52 55.0326L129.125 55.094L128.427 57.2088C125.404 65.0025 122.427 72.8124 119.494 80.6386L126.615 80.6325C123.889 72.7264 121.118 64.8368 118.302 56.9635L117.34 54.318L114.546 54.3252C112.681 54.3204 110.817 54.318 108.953 54.318C108.333 54.318 107.713 54.3204 107.094 54.3251L101.239 54.3681L103.37 59.7585C106.552 67.8007 110.167 75.6754 114.216 83.3826C115.3 85.4475 116.416 87.5003 117.563 89.5411ZM120.361 88.4589L117.563 89.5411L118.124 90.5402L118.962 90.5V87.5L120.361 88.4589ZM135.889 55.466C136.889 55.466 137.889 55.466 138.889 55.466C139.222 54.8419 139.522 54.2179 139.789 53.5938C139.994 53.1139 140.179 52.6339 140.345 52.154L137.389 55.1101C139.405 55.806 141.422 56.154 143.438 56.154C146.558 56.154 149.679 56.0614 152.799 55.8762L149.077 52.154C149.142 53.258 149.219 54.362 149.308 55.466L152.799 51.9751C148.286 52.3377 143.774 52.8939 139.261 53.6438C138.637 53.7475 138.013 53.8549 137.389 53.966C137.389 54.966 137.389 55.966 137.389 56.966C138.013 57.0771 138.637 57.1845 139.261 57.2882C143.774 58.0381 148.286 58.5943 152.799 58.9569L156.546 58.6558L156.29 55.466C156.379 54.362 156.456 53.258 156.521 52.154L156.288 48.2247L152.799 48.4318C149.679 48.2466 146.558 48.154 143.438 48.154C141.422 48.154 139.405 48.502 137.389 49.1979L133.836 50.4243L134.433 52.154C134.599 52.6339 134.784 53.1139 134.989 53.5938C135.256 54.2179 135.556 54.8419 135.889 55.466ZM138.889 55.466H135.889L136.751 57.0796L137.389 56.966V53.966L138.889 55.466ZM137.805 89C140.472 89 143.138 89 145.805 89C145.805 87.7595 145.805 86.5191 145.805 85.2786C145.805 76.2917 145.805 67.3049 145.805 58.318L141.805 62.318C143.982 62.318 146.16 62.318 148.337 62.318L144.337 58.318C144.337 68.5453 144.337 78.7727 144.337 89L148.337 85C147.4 85 146.463 85 145.526 85C144.286 85 143.046 85 141.805 85C141.805 87.6667 141.805 90.3333 141.805 93C143.046 93 144.286 93 145.526 93C146.463 93 147.4 93 148.337 93H152.337V89C152.337 78.7727 152.337 68.5453 152.337 58.318V54.318H148.337C146.16 54.318 143.982 54.318 141.805 54.318H137.805V58.318C137.805 67.3049 137.805 76.2917 137.805 85.2786C137.805 86.5191 137.805 87.7595 137.805 89ZM145.805 89H137.805V93H141.805V85L145.805 89ZM151.824 89C152.824 89 153.824 89 154.824 89C155.065 87.2367 155.288 85.4733 155.494 83.71L155.07 84.998C155.538 84.4978 156.003 83.9962 156.467 83.493C161.548 77.976 166.379 72.2747 170.961 66.3892L175.634 60.318L167.814 60.158C165.497 60.098 163.179 60.068 160.862 60.068C158.349 60.068 155.837 60.0719 153.324 60.0797L157.312 64.068C157.306 62.1513 157.298 60.2347 157.288 58.318L153.324 62.2815C161.006 62.2393 168.688 62.1604 176.37 62.045L172.643 58.318C172.669 60.066 172.698 61.814 172.728 63.562L173.436 61.4029C168.719 68.0486 164.035 74.7188 159.385 81.4133L155.688 86.2148L161.88 86.3486C166.817 86.2138 171.755 86.0638 176.692 85.8988L174.043 83.25C174.107 85.1667 174.174 87.0833 174.242 89L176.692 86.5503C171.346 86.7417 166 86.9509 160.654 87.1778C158.211 87.2815 155.767 87.3889 153.324 87.5C153.324 88.5 153.324 89.5 153.324 90.5C155.767 90.6111 158.211 90.7185 160.654 90.8222C166 91.0491 171.346 91.2583 176.692 91.4497L179.226 91.359L179.142 89C179.21 87.0833 179.277 85.1667 179.341 83.25L179.249 80.5157L176.692 80.6012C171.755 80.4362 166.817 80.2862 161.88 80.1514L164.376 85.0867C169.385 78.6559 174.361 72.2007 179.304 65.7211L180.032 64.695L180.013 63.562C180.043 61.814 180.071 60.066 180.097 58.318L180.04 54.5358L176.37 54.591C168.688 54.4755 161.006 54.3967 153.324 54.3545L149.339 54.3764L149.361 58.318C149.35 60.2347 149.342 62.1513 149.336 64.068L149.348 68.0686L153.324 68.0562C155.837 68.0641 158.349 68.068 160.862 68.068C163.179 68.068 165.497 68.038 167.814 67.978L164.668 61.7468C160.397 67.8614 156.375 74.1603 152.604 80.6435C152.26 81.2348 151.918 81.8276 151.578 82.422L151.101 83.2558L151.154 83.71C151.36 85.4733 151.584 87.2367 151.824 89ZM154.824 89H151.824L152.037 90.5585L153.324 90.5V87.5L154.824 89ZM180.151 89C181.151 89 182.151 89 183.151 89C183.484 87.7595 183.784 86.5191 184.051 85.2786C185.117 80.3167 185.651 75.3549 185.651 70.393C185.651 66.368 185.612 62.343 185.534 58.318L181.651 62.201C183.828 62.1588 186.005 62.1052 188.183 62.0402L184.461 58.318C184.766 68.5453 185.323 78.7727 186.132 89L188.183 86.9491C187.246 87.0232 186.309 87.0995 185.372 87.1778C184.132 87.2815 182.891 87.3889 181.651 87.5C181.651 88.5 181.651 89.5 181.651 90.5C182.891 90.6111 184.132 90.7185 185.372 90.8222C186.309 90.9005 187.246 90.9768 188.183 91.0509L190.382 90.8769L190.234 89C191.042 78.7727 191.6 68.5453 191.905 58.318L191.791 54.4881L188.183 54.5958C186.005 54.5308 183.828 54.4772 181.651 54.435L177.694 54.5116L177.768 58.318C177.69 62.343 177.651 66.368 177.651 70.393C177.651 75.3549 178.184 80.3167 179.251 85.2786C179.517 86.5191 179.817 87.7595 180.151 89ZM183.151 89H180.151L180.58 90.5959L181.651 90.5V87.5L183.151 89ZM190.21 85.8204C191.079 86.3148 191.948 86.8092 192.818 87.3036C193.873 86.1228 194.899 84.9254 195.896 83.7116C196.138 83.4179 196.377 83.1231 196.615 82.8274L192.572 83.4133C193.872 85.1402 196.358 86.9427 199.242 87.0931C201.154 87.2602 203.637 86.6973 205.422 84.9404C207.224 83.2077 207.909 80.8024 207.943 78.834C207.998 77.4284 208.026 76.0228 208.026 74.6172C208.026 69.1841 207.98 63.7511 207.889 58.318L204.026 62.1811C206.203 62.1446 208.38 62.1007 210.558 62.0495L206.826 58.318C206.988 65.1873 207.222 72.0567 207.53 78.926C207.961 83.7986 205.101 87.189 199.748 87.4482C198.471 87.5388 197.21 87.4761 196.025 87.1934C194.759 86.8934 193.581 86.3335 192.563 85.4902C191.864 86.2047 191.164 86.9193 190.464 87.6338C191.655 88.9653 193.22 90.013 194.9 90.66C196.475 91.2729 198.128 91.5652 199.748 91.6558C202.909 91.8372 206.617 91.2351 209.499 88.6743C212.406 86.1193 213.486 82.234 213.586 78.926C213.893 72.0567 214.128 65.1873 214.289 58.318L214.199 54.5009L210.558 54.5865C208.38 54.5353 206.203 54.4914 204.026 54.4548L200.099 54.5208L200.163 58.318C200.071 63.7511 200.026 69.1841 200.026 74.6172C200.026 76.0228 200.053 77.4284 200.108 78.834C200.156 79.4329 200.079 79.6917 200.074 79.8351C200.074 79.9761 199.898 80.2711 199.242 80.4189C198.415 80.6262 197.448 80.511 196.159 79.6827L193.128 77.5741L192.116 80.2686C191.984 80.6242 191.853 80.9808 191.724 81.3384C191.19 82.8159 190.686 84.3099 190.21 85.8204ZM192.818 87.3036L190.21 85.8204L189.813 87.0814L190.464 87.6338L192.563 85.4902L192.818 87.3036ZM235.191 89.5146C236.13 89.1715 237.069 88.8285 238.009 88.4854C237.676 86.6083 237.312 84.7426 236.918 82.8881L236.642 81.5937L234.668 81.3143C234.657 81.3129 234.647 81.3114 234.637 81.31C230.078 80.6658 225.519 80.2162 220.96 79.961L218.555 79.8265L217.438 82.4239C216.695 84.1512 215.984 85.8898 215.303 87.6397L219.028 85.0348C217.914 85.0116 216.801 85 215.688 85C214.409 85 213.13 85.0017 211.852 85.0051L215.577 90.4412C219.506 80.2033 223.318 69.9204 227.014 59.5923L223.72 61.8503C226.449 61.7808 229.178 61.7036 231.908 61.6186L228.828 59.5047C233.087 69.6093 237.462 79.6691 241.955 89.6839L243.73 87.0979C243.24 87.1243 242.751 87.1509 242.262 87.1778C240.374 87.2815 238.487 87.3889 236.6 87.5C236.6 88.5 236.6 89.5 236.6 90.5C238.487 90.6111 240.374 90.7185 242.262 90.8222C242.751 90.8491 243.24 90.8757 243.73 90.9021L246.591 90.755L245.504 88.3161C242.115 77.8763 238.61 67.4813 234.987 57.1313L234.068 54.9501L231.908 55.0174C229.178 54.9324 226.449 54.8551 223.72 54.7857L221.21 54.8495L220.425 57.0437C216.209 67.1703 212.109 77.342 208.126 87.5588L206.033 93.0096L211.852 92.9949C213.13 92.9983 214.409 93 215.688 93C216.801 93 217.914 92.9884 219.028 92.9652L221.882 92.9058L222.752 90.3603C223.359 88.5835 223.936 86.7955 224.481 84.9961L220.96 87.459C225.519 87.2038 230.078 86.7542 234.637 86.11C234.647 86.1086 234.657 86.1071 234.668 86.1057L232.417 84.5319C233.311 86.2041 234.235 87.865 235.191 89.5146ZM238.009 88.4854L235.191 89.5146L235.789 90.5477L236.6 90.5V87.5L238.009 88.4854ZM231.574 65.34C229.067 64.4307 226.56 63.5213 224.053 62.612C223.825 63.2402 223.598 63.8685 223.37 64.4967C221.896 68.5605 220.421 72.6242 218.947 76.688L217.002 82.052H222.708C226.096 82.052 229.485 82.052 232.874 82.052H238.562L236.638 76.6989C235.177 72.6358 233.717 68.5726 232.256 64.5095C232.03 63.8806 231.804 63.2518 231.578 62.6229C229.068 63.525 226.559 64.427 224.049 65.3291C224.275 65.958 224.502 66.5869 224.728 67.2158C226.188 71.2789 227.649 75.342 229.109 79.4051L232.874 74.052C229.485 74.052 226.096 74.052 222.708 74.052L226.468 79.416C227.942 75.3522 229.416 71.2885 230.89 67.2247C231.118 66.5965 231.346 65.9682 231.574 65.34ZM224.053 62.612L231.574 65.34L224.049 65.3291L231.578 62.6229L227.831 52.199L224.053 62.612Z' fill='%23070708' mask='url(%23path-1-outside-1_9052_646149)'/%3E%3Cmask id='path-3-outside-2_9052_646149' maskUnits='userSpaceOnUse' x='1.83545' y='3' width='248' height='41' fill='black'%3E%3Crect fill='white' x='1.83545' y='3' width='248' height='41'/%3E%3Cpath d='M5.87145 39V8.318H12.4034V39H5.87145ZM39.6545 39L25.0265 18.392V39H18.4945V8.318H25.2105L39.4245 28.19V8.318H45.9565V39H39.6545ZM59.0902 39V14.068H50.1202V8.318H74.5922V14.068H65.6682V39H59.0902ZM78.7797 39V8.318H100.492V13.93H85.3117V20.6H100.17V26.212H85.3117V33.342H100.492V39H78.7797ZM122.94 39L116.914 28.006H112.13V39H105.598V8.318H119.95C126.344 8.318 130.254 12.504 130.254 18.208C130.254 23.636 126.85 26.534 123.538 27.316L130.438 39H122.94ZM123.584 18.162C123.584 15.586 121.606 13.93 118.984 13.93H112.13V22.394H118.984C121.606 22.394 123.584 20.738 123.584 18.162ZM156.317 39L141.689 18.392V39H135.157V8.318H141.873L156.087 28.19V8.318H162.619V39H156.317ZM168.668 39V8.318H190.38V13.93H175.2V20.6H190.058V26.212H175.2V33.342H190.38V39H168.668ZM202.571 39V14.068H193.601V8.318H218.073V14.068H209.149V39H202.571ZM219.83 34.676L223.418 29.708C225.58 31.962 228.938 33.848 233.17 33.848C236.758 33.848 238.506 32.146 238.506 30.398C238.506 28.098 235.838 27.316 232.296 26.488C227.282 25.338 220.842 23.958 220.842 17.104C220.842 11.998 225.258 7.858 232.48 7.858C237.356 7.858 241.404 9.33 244.44 12.136L240.806 16.92C238.322 14.62 235.01 13.562 232.02 13.562C229.076 13.562 227.512 14.85 227.512 16.69C227.512 18.76 230.088 19.404 233.63 20.232C238.69 21.382 245.13 22.9 245.13 29.708C245.13 35.32 241.128 39.552 232.848 39.552C226.96 39.552 222.728 37.574 219.83 34.676Z'/%3E%3C/mask%3E%3Cpath d='M5.87145 39V8.318H12.4034V39H5.87145ZM39.6545 39L25.0265 18.392V39H18.4945V8.318H25.2105L39.4245 28.19V8.318H45.9565V39H39.6545ZM59.0902 39V14.068H50.1202V8.318H74.5922V14.068H65.6682V39H59.0902ZM78.7797 39V8.318H100.492V13.93H85.3117V20.6H100.17V26.212H85.3117V33.342H100.492V39H78.7797ZM122.94 39L116.914 28.006H112.13V39H105.598V8.318H119.95C126.344 8.318 130.254 12.504 130.254 18.208C130.254 23.636 126.85 26.534 123.538 27.316L130.438 39H122.94ZM123.584 18.162C123.584 15.586 121.606 13.93 118.984 13.93H112.13V22.394H118.984C121.606 22.394 123.584 20.738 123.584 18.162ZM156.317 39L141.689 18.392V39H135.157V8.318H141.873L156.087 28.19V8.318H162.619V39H156.317ZM168.668 39V8.318H190.38V13.93H175.2V20.6H190.058V26.212H175.2V33.342H190.38V39H168.668ZM202.571 39V14.068H193.601V8.318H218.073V14.068H209.149V39H202.571ZM219.83 34.676L223.418 29.708C225.58 31.962 228.938 33.848 233.17 33.848C236.758 33.848 238.506 32.146 238.506 30.398C238.506 28.098 235.838 27.316 232.296 26.488C227.282 25.338 220.842 23.958 220.842 17.104C220.842 11.998 225.258 7.858 232.48 7.858C237.356 7.858 241.404 9.33 244.44 12.136L240.806 16.92C238.322 14.62 235.01 13.562 232.02 13.562C229.076 13.562 227.512 14.85 227.512 16.69C227.512 18.76 230.088 19.404 233.63 20.232C238.69 21.382 245.13 22.9 245.13 29.708C245.13 35.32 241.128 39.552 232.848 39.552C226.96 39.552 222.728 37.574 219.83 34.676Z' fill='white'/%3E%3Cpath d='M4.37145 39C5.37145 39 6.37145 39 7.37145 39C7.70478 37.7595 8.00478 36.5191 8.27145 35.2786C9.33812 30.3167 9.87145 25.3549 9.87145 20.393C9.87145 16.368 9.83246 12.343 9.75447 8.318L5.87145 12.201C8.04878 12.1588 10.2261 12.1052 12.4034 12.0402L8.68123 8.318C8.98659 18.5453 9.54371 28.7727 10.3526 39L12.4034 36.9491C11.4666 37.0232 10.5297 37.0995 9.59285 37.1778C8.35238 37.2815 7.11192 37.3889 5.87145 37.5C5.87145 38.5 5.87145 39.5 5.87145 40.5C7.11192 40.6111 8.35238 40.7185 9.59285 40.8222C10.5297 40.9005 11.4666 40.9768 12.4034 41.0509L14.6027 40.8769L14.4543 39C15.2632 28.7727 15.8203 18.5453 16.1257 8.318L16.0113 4.48805L12.4034 4.59578C10.2261 4.53077 8.04878 4.47717 5.87145 4.43498L1.91468 4.51165L1.98843 8.318C1.91044 12.343 1.87145 16.368 1.87145 20.393C1.87145 25.3549 2.40478 30.3167 3.47145 35.2786C3.73812 36.5191 4.03812 37.7595 4.37145 39ZM7.37145 39H4.37145L4.80031 40.5959L5.87145 40.5V37.5L7.37145 39ZM38.4313 39.8682C39.2468 39.2894 40.0622 38.7106 40.8777 38.1318C39.4359 35.5247 37.9669 32.9369 36.4707 30.3684C33.7097 25.6283 30.856 20.954 27.9098 16.3454L21.7385 7.22921L21.4907 18.392C21.1812 24.7705 21.0265 31.1491 21.0265 37.5276C21.0265 38.0184 21.0266 38.5092 21.0268 39L25.0265 35.0003C22.8492 35.0012 20.6718 35.0041 18.4945 35.009L22.4855 39C22.4624 28.7727 22.3951 18.5453 22.2837 8.318L18.4945 12.1072C20.7332 12.0828 22.9718 12.0563 25.2105 12.0276L22.1933 10.4762C27.016 17.0396 31.8615 23.5867 36.7298 30.1174L42.6434 38.5458L42.7375 28.19C42.6072 21.566 42.4584 14.942 42.291 8.318L39.4245 11.1845C41.6018 11.1294 43.7792 11.0724 45.9565 11.0134L43.2611 8.318C43.5151 17.6855 43.8061 27.053 44.1343 36.4205C44.1644 37.2803 44.1948 38.1402 44.2256 39L45.9565 37.2691C43.8558 37.3442 41.7552 37.4212 39.6545 37.5C39.6545 38.5 39.6545 39.5 39.6545 40.5C41.7552 40.5788 43.8558 40.6558 45.9565 40.7309L47.747 40.6669L47.6874 39C47.7182 38.1402 47.7486 37.2803 47.7787 36.4205C48.1069 27.053 48.3979 17.6855 48.6519 8.318L48.5769 5.55157L45.9565 5.62261C43.7792 5.56358 41.6018 5.50655 39.4245 5.45153L36.4875 5.52575L36.558 8.318C36.3906 14.942 36.2418 21.566 36.1115 28.19L42.1192 26.2626C37.5115 19.5453 32.881 12.8444 28.2277 6.15983L27.0702 4.58457L25.2105 4.60836C22.9718 4.57973 20.7332 4.55321 18.4945 4.52881L14.6645 4.57055L14.7053 8.318C14.5938 18.5453 14.5266 28.7727 14.5035 39L14.5125 43L18.4945 42.991C20.6718 42.9959 22.8492 42.9988 25.0265 42.9997L29.0278 42.998L29.0262 39C29.0264 38.5092 29.0265 38.0184 29.0265 37.5276C29.0265 31.1491 28.8718 24.7705 28.5623 18.392L22.1432 20.4386C25.5218 24.7404 28.9929 28.9764 32.5566 33.1467C34.4876 35.4065 36.4459 37.647 38.4313 39.8682ZM40.8777 38.1318L38.4313 39.8682L39.0174 40.5239L39.6545 40.5V37.5L40.8777 38.1318ZM57.5902 39C58.5902 39 59.5902 39 60.5902 39C60.9235 37.1615 61.2235 35.3231 61.4902 33.4846C62.429 27.0124 62.9547 20.5402 63.0672 14.068L63.1352 10.1613L59.0902 10.091C58.2085 10.0757 57.3269 10.068 56.4452 10.068C54.3369 10.068 52.2285 10.0729 50.1202 10.0826L54.1056 14.068C54.0967 12.1513 54.0839 10.2347 54.067 8.318L50.1202 12.2647C58.2775 12.1928 66.4349 12.0479 74.5922 11.8301L71.0801 8.318C71.1313 10.2347 71.1865 12.1513 71.2457 14.068L74.5922 10.7215C71.6176 10.8134 68.6429 10.915 65.6682 11.0263L62.7444 10.9169L62.6265 14.068C62.9375 22.3787 63.3241 30.6893 63.7865 39L65.6682 37.1183C65.314 37.138 64.9598 37.1578 64.6056 37.1778C62.7672 37.2815 60.9287 37.3889 59.0902 37.5C59.0902 38.5 59.0902 39.5 59.0902 40.5C60.9287 40.6111 62.7672 40.7185 64.6056 40.8222C64.9598 40.8422 65.314 40.862 65.6682 40.8817L67.6485 40.7716L67.55 39C68.0123 30.6893 68.3989 22.3787 68.7099 14.068L65.6682 17.1097C68.6429 17.221 71.6176 17.3226 74.5922 17.4145L78.0389 17.308L77.9388 14.068C77.998 12.1513 78.0532 10.2347 78.1043 8.318L78.0081 4.71467L74.5922 4.80587C66.4349 4.58808 58.2775 4.44321 50.1202 4.37125L46.139 4.40637L46.1735 8.318C46.1566 10.2347 46.1437 12.1513 46.1348 14.068L46.1533 18.0717L50.1202 18.0534C52.2285 18.0631 54.3369 18.068 56.4452 18.068C57.3269 18.068 58.2085 18.0603 59.0902 18.045L55.1132 14.068C55.2258 20.5402 55.7514 27.0124 56.6902 33.4846C56.9569 35.3231 57.2569 37.1615 57.5902 39ZM60.5902 39H57.5902L57.8755 40.5734L59.0902 40.5V37.5L60.5902 39ZM77.2797 39C78.2797 39 79.2797 39 80.2797 39C80.613 36.2523 80.913 33.5045 81.1796 30.7568C81.9055 23.2772 82.3844 15.7976 82.6163 8.318L78.7797 12.1547C82.291 12.2636 85.8023 12.318 89.3137 12.318C93.0397 12.318 96.7657 12.3112 100.492 12.2976L96.5121 8.318C96.5189 10.1887 96.5275 12.0593 96.5378 13.93L100.492 9.9761C95.4317 10.0039 90.3717 10.0442 85.3117 10.0971L81.5193 10.0575L81.4788 13.93C81.502 16.1533 81.5277 18.3767 81.5558 20.6L81.5089 24.3078L85.3117 24.3559C90.2643 24.2933 95.217 24.2187 100.17 24.132L96.6376 20.6C96.6704 22.4707 96.7048 24.3413 96.741 26.212L100.17 22.7833C95.217 22.8791 90.2643 22.9868 85.3117 23.1066L82.2832 23.0334L82.2063 26.212C82.2638 28.5887 82.3241 30.9653 82.3871 33.342L82.3116 36.187L85.3117 36.2666C90.3717 36.1324 95.4317 35.9856 100.492 35.8263L98.0074 33.342C98.0668 35.228 98.1279 37.114 98.1908 39L100.492 36.6991C96.0021 36.8488 91.5125 37.0083 87.0229 37.1778C84.2751 37.2815 81.5274 37.3889 78.7797 37.5C78.7797 38.5 78.7797 39.5 78.7797 40.5C81.5274 40.6111 84.2751 40.7185 87.0229 40.8222C91.5125 40.9917 96.0021 41.1512 100.492 41.3009L102.867 41.2217L102.793 39C102.855 37.114 102.917 35.228 102.976 33.342L102.895 30.782L100.492 30.8577C95.4317 30.6984 90.3717 30.5516 85.3117 30.4174L88.2362 33.342C88.2992 30.9653 88.3595 28.5887 88.417 26.212L85.3117 29.3173C90.2643 29.4372 95.217 29.5449 100.17 29.6407L103.663 29.5731L103.598 26.212C103.634 24.3413 103.669 22.4707 103.702 20.6L103.639 17.0073L100.17 17.068C95.217 16.9813 90.2643 16.9067 85.3117 16.8441L89.0675 20.6C89.0956 18.3767 89.1213 16.1533 89.1445 13.93L85.3117 17.7629C90.3717 17.8158 95.4317 17.8561 100.492 17.8839L104.467 17.8621L104.446 13.93C104.456 12.0593 104.464 10.1887 104.471 8.318L104.457 4.32393L100.492 4.33843C96.7657 4.32481 93.0397 4.318 89.3137 4.318C85.8023 4.318 82.291 4.37243 78.7797 4.4813L74.8278 4.60383L74.943 8.318C75.1749 15.7976 75.6538 23.2772 76.3797 30.7568C76.6463 33.5045 76.9463 36.2523 77.2797 39ZM80.2797 39H77.2797L77.4681 40.553L78.7797 40.5V37.5L80.2797 39ZM121.625 39.721C122.502 39.2403 123.378 38.7597 124.255 38.279C123.512 36.2293 122.739 34.1956 121.938 32.1779C121.184 30.2823 120.405 28.4009 119.6 26.5336L119 25.1402L116.914 24.9427C115.319 24.7917 113.725 24.6589 112.13 24.5445L108.933 24.315L108.668 28.006C108.405 31.6707 108.239 35.3353 108.168 39L112.13 35.0384C110.795 35.0128 109.459 35 108.124 35C107.282 35 106.44 35.0006 105.598 35.0017L109.596 39C109.583 28.7727 109.485 18.5453 109.305 8.318L105.598 12.0248C110.382 11.9403 115.166 11.8375 119.95 11.7165C124.128 11.5171 127.183 13.9765 127.331 18.208C127.529 21.3735 125.884 24.0459 122.971 24.9137L119.778 25.5364L121.413 28.5711C123.87 32.373 126.341 36.1665 128.826 39.9518L130.438 37.1283C130.093 37.1447 129.749 37.1612 129.404 37.1778C127.25 37.2815 125.095 37.3889 122.94 37.5C122.94 38.5 122.94 39.5 122.94 40.5C125.095 40.6111 127.25 40.7185 129.404 40.8222C129.749 40.8388 130.093 40.8553 130.438 40.8717L133.789 40.7333L132.05 38.0482C129.935 34.0441 127.806 30.0483 125.663 26.0608L124.105 29.7183C129.376 28.8564 133.322 23.2441 133.177 18.208C133.995 11.359 126.658 4.40561 119.95 4.91946C115.166 4.79845 110.382 4.69571 105.598 4.61123L101.827 4.67782L101.891 8.318C101.711 18.5453 101.613 28.7727 101.6 39L101.605 43.0037L105.598 42.9983C106.44 42.9994 107.282 43 108.124 43C109.459 43 110.795 42.9872 112.13 42.9616L116.166 42.8842L116.092 39C116.021 35.3353 115.855 31.6707 115.592 28.006L112.13 31.4675C113.725 31.3531 115.319 31.2203 116.914 31.0693L114.228 29.4784C115.369 31.1614 116.536 32.8303 117.728 34.485C118.998 36.2463 120.297 37.9917 121.625 39.721ZM124.255 38.279L121.625 39.721L122.25 40.5356L122.94 40.5V37.5L124.255 38.279ZM119.584 18.162C122.251 18.162 124.917 18.162 127.584 18.162C127.586 17.0812 127.382 15.9008 126.887 14.7837C125.447 11.3981 121.741 9.84709 118.984 9.93C116.699 9.93 114.415 9.93 112.13 9.93H108.13V13.93C108.13 16.7513 108.13 19.5727 108.13 22.394V26.394H112.13C114.415 26.394 116.699 26.394 118.984 26.394C121.741 26.4769 125.447 24.9259 126.887 21.5403C127.382 20.4232 127.586 19.2428 127.584 18.162C124.917 18.162 122.251 18.162 119.584 18.162C119.583 18.2878 119.564 18.3188 119.569 18.3065C119.573 18.2835 119.637 18.2387 119.567 18.2841C119.503 18.3221 119.296 18.3956 118.984 18.394C116.699 18.394 114.415 18.394 112.13 18.394L116.13 22.394C116.13 19.5727 116.13 16.7513 116.13 13.93L112.13 17.93C114.415 17.93 116.699 17.93 118.984 17.93C119.296 17.9284 119.503 18.0019 119.567 18.0399C119.637 18.0853 119.573 18.0405 119.569 18.0175C119.564 18.0052 119.583 18.0362 119.584 18.162ZM127.584 18.162H119.584H127.584ZM155.093 39.8682C155.909 39.2894 156.724 38.7106 157.54 38.1318C156.098 35.5247 154.629 32.9369 153.133 30.3684C150.372 25.6283 147.518 20.954 144.572 16.3454L138.401 7.22921L138.153 18.392C137.843 24.7705 137.689 31.1491 137.689 37.5276C137.689 38.0184 137.689 38.5092 137.689 39L141.689 35.0003C139.511 35.0012 137.334 35.0041 135.157 35.009L139.148 39C139.125 28.7727 139.057 18.5453 138.946 8.318L135.157 12.1072C137.395 12.0828 139.634 12.0563 141.873 12.0276L138.855 10.4762C143.678 17.0396 148.524 23.5867 153.392 30.1174L159.306 38.5458L159.4 28.19C159.269 21.566 159.12 14.942 158.953 8.318L156.087 11.1845C158.264 11.1294 160.441 11.0724 162.619 11.0134L159.923 8.318C160.177 17.6855 160.468 27.053 160.796 36.4205C160.827 37.2803 160.857 38.1402 160.888 39L162.619 37.2691C160.518 37.3442 158.417 37.4212 156.317 37.5C156.317 38.5 156.317 39.5 156.317 40.5C158.417 40.5788 160.518 40.6558 162.619 40.7309L164.409 40.6669L164.35 39C164.38 38.1402 164.411 37.2803 164.441 36.4205C164.769 27.053 165.06 17.6855 165.314 8.318L165.239 5.55157L162.619 5.62261C160.441 5.56358 158.264 5.50655 156.087 5.45153L153.15 5.52575L153.22 8.318C153.053 14.942 152.904 21.566 152.774 28.19L158.781 26.2626C154.174 19.5453 149.543 12.8444 144.89 6.15983L143.732 4.58457L141.873 4.60836C139.634 4.57973 137.395 4.55321 135.157 4.52881L131.327 4.57055L131.367 8.318C131.256 18.5453 131.189 28.7727 131.166 39L131.175 43L135.157 42.991C137.334 42.9959 139.511 42.9988 141.689 42.9997L145.69 42.998L145.688 39C145.689 38.5092 145.689 38.0184 145.689 37.5276C145.689 31.1491 145.534 24.7705 145.224 18.392L138.805 20.4386C142.184 24.7404 145.655 28.9764 149.219 33.1467C151.15 35.4065 153.108 37.647 155.093 39.8682ZM157.54 38.1318L155.093 39.8682L155.68 40.5239L156.317 40.5V37.5L157.54 38.1318ZM167.168 39C168.168 39 169.168 39 170.168 39C170.502 36.2523 170.802 33.5045 171.068 30.7568C171.794 23.2772 172.273 15.7976 172.505 8.318L168.668 12.1547C172.18 12.2636 175.691 12.318 179.202 12.318C182.928 12.318 186.654 12.3112 190.38 12.2976L186.401 8.318C186.408 10.1887 186.416 12.0593 186.426 13.93L190.38 9.9761C185.32 10.0039 180.26 10.0442 175.2 10.0971L171.408 10.0575L171.367 13.93C171.391 16.1533 171.416 18.3767 171.444 20.6L171.398 24.3078L175.2 24.3559C180.153 24.2933 185.106 24.2187 190.058 24.132L186.526 20.6C186.559 22.4707 186.593 24.3413 186.63 26.212L190.058 22.7833C185.106 22.8791 180.153 22.9868 175.2 23.1066L172.172 23.0334L172.095 26.212C172.152 28.5887 172.213 30.9653 172.276 33.342L172.2 36.187L175.2 36.2666C180.26 36.1324 185.32 35.9856 190.38 35.8263L187.896 33.342C187.955 35.228 188.017 37.114 188.079 39L190.38 36.6991C185.891 36.8488 181.401 37.0083 176.912 37.1778C174.164 37.2815 171.416 37.3889 168.668 37.5C168.668 38.5 168.668 39.5 168.668 40.5C171.416 40.6111 174.164 40.7185 176.912 40.8222C181.401 40.9917 185.891 41.1512 190.38 41.3009L192.755 41.2217L192.681 39C192.744 37.114 192.805 35.228 192.865 33.342L192.784 30.782L190.38 30.8577C185.32 30.6984 180.26 30.5516 175.2 30.4174L178.125 33.342C178.188 30.9653 178.248 28.5887 178.306 26.212L175.2 29.3173C180.153 29.4372 185.106 29.5449 190.058 29.6407L193.552 29.5731L193.487 26.212C193.523 24.3413 193.558 22.4707 193.59 20.6L193.527 17.0073L190.058 17.068C185.106 16.9813 180.153 16.9067 175.2 16.8441L178.956 20.6C178.984 18.3767 179.01 16.1533 179.033 13.93L175.2 17.7629C180.26 17.8158 185.32 17.8561 190.38 17.8839L194.356 17.8621L194.334 13.93C194.344 12.0593 194.353 10.1887 194.36 8.318L194.345 4.32393L190.38 4.33843C186.654 4.32481 182.928 4.318 179.202 4.318C175.691 4.318 172.18 4.37243 168.668 4.4813L164.716 4.60383L164.832 8.318C165.064 15.7976 165.542 23.2772 166.268 30.7568C166.535 33.5045 166.835 36.2523 167.168 39ZM170.168 39H167.168L167.357 40.553L168.668 40.5V37.5L170.168 39ZM201.071 39C202.071 39 203.071 39 204.071 39C204.404 37.1615 204.704 35.3231 204.971 33.4846C205.909 27.0124 206.435 20.5402 206.548 14.068L206.616 10.1613L202.571 10.091C201.689 10.0757 200.807 10.068 199.926 10.068C197.817 10.068 195.709 10.0729 193.601 10.0826L197.586 14.068C197.577 12.1513 197.564 10.2347 197.547 8.318L193.601 12.2647C201.758 12.1928 209.915 12.0479 218.073 11.8301L214.561 8.318C214.612 10.2347 214.667 12.1513 214.726 14.068L218.073 10.7215C215.098 10.8134 212.123 10.915 209.149 11.0263L206.225 10.9169L206.107 14.068C206.418 22.3787 206.805 30.6893 207.267 39L209.149 37.1183C208.794 37.138 208.44 37.1578 208.086 37.1778C206.248 37.2815 204.409 37.3889 202.571 37.5C202.571 38.5 202.571 39.5 202.571 40.5C204.409 40.6111 206.248 40.7185 208.086 40.8222C208.44 40.8422 208.794 40.862 209.149 40.8817L211.129 40.7716L211.03 39C211.493 30.6893 211.879 22.3787 212.19 14.068L209.149 17.1097C212.123 17.221 215.098 17.3226 218.073 17.4145L221.519 17.308L221.419 14.068C221.478 12.1513 221.534 10.2347 221.585 8.318L221.489 4.71467L218.073 4.80587C209.915 4.58808 201.758 4.44321 193.601 4.37125L189.619 4.40637L189.654 8.318C189.637 10.2347 189.624 12.1513 189.615 14.068L189.634 18.0717L193.601 18.0534C195.709 18.0631 197.817 18.068 199.926 18.068C200.807 18.068 201.689 18.0603 202.571 18.045L198.594 14.068C198.706 20.5402 199.232 27.0124 200.171 33.4846C200.437 35.3231 200.737 37.1615 201.071 39ZM204.071 39H201.071L201.356 40.5734L202.571 40.5V37.5L204.071 39ZM218.614 33.7978C219.424 34.3833 220.235 34.9687 221.046 35.5542C222.454 34.0518 223.846 32.5374 225.222 31.0108L221.812 31.2483C222.215 31.7554 222.655 32.2385 223.123 32.6923C225.715 35.2306 229.385 36.8572 233.17 37.0559C234.676 37.1282 236.34 37.0346 238.161 36.204C239.91 35.4492 242.106 33.3458 242.141 30.398C242.24 28.936 241.448 26.9782 240.39 25.9804C239.358 24.9397 238.388 24.4681 237.556 24.082C235.886 23.3531 234.511 23.0215 233.188 22.6706L233.172 22.6669C230.923 22.1042 228.898 21.5872 227.405 20.8598C225.356 19.7696 224.926 19.1327 224.826 17.104C224.682 14.1355 227.979 11.7113 232.48 11.7345C236.134 11.6811 239.472 12.6714 241.914 14.869L241.476 9.88485C240.288 11.4968 239.101 13.1101 237.916 14.7248L243.271 14.2571C240.119 11.4291 236.074 10.0625 232.02 10.1085C230.647 10.1455 229.113 10.2948 227.406 11.2266C225.683 12.0507 224.035 14.5737 224.188 16.69C224.114 18.188 225.152 20.0975 226.187 20.8445C227.214 21.6697 228.075 21.9841 228.845 22.2671C230.38 22.7896 231.66 23.0247 232.914 23.2932L232.933 23.2975C238.291 24.3024 242.496 25.6331 242.446 29.708C242.879 34.418 238.382 37.4175 232.848 37.4781C230.855 37.5597 228.871 37.396 226.99 36.8968C224.732 36.3027 222.629 35.203 220.89 33.6153C220.183 34.3224 219.476 35.0296 218.769 35.7367C220.695 37.8331 223.2 39.4296 225.9 40.3745C228.149 41.1706 230.516 41.5452 232.848 41.6259C236.035 41.7212 239.537 41.3268 242.682 39.3024C245.88 37.334 247.82 33.323 247.814 29.708C248.104 26.3079 245.902 22.1253 242.885 20.4021C239.962 18.5388 236.986 17.8606 234.326 17.1665L234.345 17.1708C233.138 16.8553 231.943 16.5437 231.096 16.1987C230.685 16.0382 230.376 15.8287 230.427 15.8375C230.447 15.8446 230.572 15.9486 230.678 16.1492C230.788 16.3468 230.831 16.5895 230.835 16.69C230.851 16.6963 230.838 16.8687 230.762 17.0042C230.689 17.1433 230.612 17.1905 230.671 17.1689C230.779 17.1171 231.349 16.9845 232.02 17.0155C234.371 17.0761 236.772 18.0411 238.34 19.5829L241.364 22.2919L243.696 19.1152C244.933 17.5405 246.169 15.9645 247.403 14.3871L249.44 11.625L246.966 9.40295C243.036 5.60927 237.46 3.97056 232.48 3.98154C226.202 3.51001 216.715 8.18681 216.858 17.104C216.449 21.418 220.219 26.6905 223.919 28.0602C226.616 29.3448 229.164 29.8359 231.419 30.3091L231.403 30.3054C232.643 30.5633 233.853 30.8295 234.624 31.1019C235.002 31.2252 235.228 31.3794 235.137 31.2666C235.098 31.2104 234.989 31.0543 234.925 30.8573C234.857 30.6619 234.852 30.4678 234.87 30.398C234.894 30.1656 235.029 29.954 235.104 29.9173C235.18 29.8728 235.165 29.9653 235.021 30.0775C234.733 30.316 234.01 30.5628 233.17 30.6401C230.796 30.8704 228.325 30.3282 226.15 28.9669C225.761 28.7245 225.384 28.4567 225.024 28.1677L222.81 26.3072L221.614 28.4052C220.597 30.1906 219.597 31.9882 218.614 33.7978ZM221.046 35.5542L218.614 33.7978L217.962 34.9963L218.769 35.7367L220.89 33.6153L221.046 35.5542Z' fill='%23070708' mask='url(%23path-3-outside-2_9052_646149)'/%3E%3Cmask id='path-5-outside-3_9052_646149' maskUnits='userSpaceOnUse' x='245.835' y='10' width='27' height='30' fill='black'%3E%3Crect fill='white' x='245.835' y='10' width='27' height='30'/%3E%3Cpath d='M262.836 26.4936L263.144 34.8083L258.311 35L258.003 26.6853L251.003 26.963L250.835 22.4395L257.835 22.1618L257.539 14.1917L262.372 14L262.668 21.97L269.668 21.6923L269.835 26.2159L262.836 26.4936Z'/%3E%3C/mask%3E%3Cpath d='M262.836 26.4936L263.144 34.8083L258.311 35L258.003 26.6853L251.003 26.963L250.835 22.4395L257.835 22.1618L257.539 14.1917L262.372 14L262.668 21.97L269.668 21.6923L269.835 26.2159L262.836 26.4936Z' fill='white'/%3E%3Cpath d='M264.335 26.438C263.336 26.475 262.336 26.5121 261.337 26.5492C261.053 27.883 260.802 29.2155 260.585 30.5468C260.346 32.0078 260.147 33.4673 259.989 34.9253L263.019 31.6532C261.399 31.4814 259.78 31.3591 258.164 31.2863L262.025 34.8622C262.132 32.6309 262.144 30.4031 262.061 28.1787C262.041 27.6315 262.02 27.0843 261.998 26.5371L261.859 22.5404L257.844 22.6904C255.511 22.7883 253.179 22.8979 250.847 23.0189L254.948 26.8166C254.873 25.3095 254.794 23.8025 254.71 22.2957L250.989 26.3139C253.321 26.1779 255.652 26.0304 257.982 25.8713L261.578 25.8312L261.545 22.0241C261.371 19.3702 261.181 16.7169 260.977 14.0642L257.676 17.6293C259.284 17.5014 260.892 17.3679 262.5 17.2289L259.143 14.1198C259.365 16.7719 259.603 19.4234 259.855 22.0744L259.8 24.7288L262.78 24.7828C265.107 24.5553 267.435 24.3162 269.762 24.0656L267.294 21.7804C267.452 23.2845 267.615 24.7883 267.783 26.292L269.754 24.1635C268.745 24.2787 267.736 24.396 266.727 24.5155C265.41 24.6716 264.093 24.8313 262.776 24.9948C262.816 25.994 262.856 26.9932 262.895 27.9924C264.221 28.051 265.547 28.1059 266.872 28.1571C267.887 28.1963 268.902 28.2334 269.917 28.2682L272.098 28.0193L271.888 26.1397C271.944 24.6277 271.995 23.1159 272.041 21.6043L271.776 19.0819L269.573 19.3191C267.234 19.2536 264.895 19.1997 262.556 19.1573L265.481 21.8657C265.536 19.2033 265.576 16.5414 265.602 13.8802L265.319 10.5054L262.244 10.7711C260.63 10.7599 259.016 10.7543 257.403 10.7541L253.849 11.0369L254.101 14.3193C254.094 16.9799 254.102 19.6399 254.125 22.2994L257.688 18.4522C255.352 18.4783 253.017 18.5159 250.682 18.5651L246.749 18.7944L246.961 22.5832C246.989 24.0921 247.021 25.6008 247.059 27.1094L247.256 31.1097L251.16 30.9071C253.494 30.843 255.828 30.7674 258.161 30.6803L254.008 26.8336C254.027 27.3809 254.046 27.9281 254.067 28.4754C254.149 30.6997 254.326 32.9205 254.597 35.1378L255.086 39.1351L258.459 38.7137C260.064 38.5131 261.668 38.263 263.27 37.9633L266.782 37.3061L266.3 34.6912C266.034 33.2489 265.728 31.8081 265.381 30.3688C265.066 29.0573 264.717 27.747 264.335 26.438ZM261.337 26.5492L264.335 26.438L262.895 27.9924L262.776 24.9948L261.678 24.9462L261.337 26.5492Z' fill='%23070708' mask='url(%23path-5-outside-3_9052_646149)'/%3E%3C/svg%3E%0A");
  }
  #first_screen .cta h1 span {
    font-size: 48px;
  }
  #first_screen .cta h1 .title-svg {
    width: 343px;
    height: 100px;
    background-image: url("data:image/svg+xml,%3Csvg width='343' height='100' viewBox='0 0 343 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='path-1-outside-1_7301_25405' maskUnits='userSpaceOnUse' x='-0.0673828' y='53' width='343' height='44' fill='black'%3E%3Crect fill='white' x='-0.0673828' y='53' width='343' height='44'/%3E%3Cpath d='M20.4586 88H12.5466V64.218H3.94462V57.318H29.0146V64.218H20.4586V88ZM55.2745 88H32.7805V57.318H55.2745V64.218H40.6925V69.002H54.9525V75.902H40.6925V81.1H55.2745V88ZM58.1664 88.552V81.56C61.0184 81.56 62.8584 79.858 63.7324 72.866L65.5724 57.318H88.4344V88H80.5224V64.218H72.7024L71.5984 73.464C70.1264 85.884 64.8824 88.552 58.1664 88.552ZM116.458 88H93.9641V57.318H116.458V64.218H101.876V69.002H116.136V75.902H101.876V81.1H116.458V88ZM138.992 88H121.052V57.318H138.44C144.512 57.318 147.41 61.274 147.41 65.138C147.41 68.956 145.064 71.532 142.166 72.176C145.432 72.682 148.008 75.81 148.008 79.674C148.008 84.136 145.018 88 138.992 88ZM136.646 69.094C138.256 69.094 139.36 68.036 139.36 66.518C139.36 65.046 138.256 63.988 136.646 63.988H128.964V69.094H136.646ZM136.922 81.33C138.808 81.33 139.958 80.226 139.958 78.57C139.958 77.052 138.854 75.81 136.922 75.81H128.964V81.33H136.922ZM159.954 88H152.318V57.318H160.23V75.396L172.65 57.318H180.838V88H172.88V69.048L159.954 88ZM184.666 93.658V81.56C187.61 81.1 189.358 79.858 190.232 72.866L192.072 57.318H214.934V81.1H217.694V93.658H209.736V88H192.578V93.658H184.666ZM198.098 73.464C197.684 76.914 196.488 79.352 194.74 81.1H207.022V64.218H199.202L198.098 73.464ZM243.587 88H221.093V57.318H243.587V64.218H229.005V69.002H243.265V75.902H229.005V81.1H243.587V88ZM276.747 88H268.835V75.672H256.093V88H248.181V57.318H256.093V68.772H268.835V57.318H276.747V88ZM289.913 88H282.277V57.318H290.189V75.396L302.609 57.318H310.797V88H302.839V69.048L289.913 88ZM338.821 88H316.327V57.318H338.821V64.218H324.239V69.002H338.499V75.902H324.239V81.1H338.821V88Z'/%3E%3C/mask%3E%3Cpath d='M20.4586 88H12.5466V64.218H3.94462V57.318H29.0146V64.218H20.4586V88ZM55.2745 88H32.7805V57.318H55.2745V64.218H40.6925V69.002H54.9525V75.902H40.6925V81.1H55.2745V88ZM58.1664 88.552V81.56C61.0184 81.56 62.8584 79.858 63.7324 72.866L65.5724 57.318H88.4344V88H80.5224V64.218H72.7024L71.5984 73.464C70.1264 85.884 64.8824 88.552 58.1664 88.552ZM116.458 88H93.9641V57.318H116.458V64.218H101.876V69.002H116.136V75.902H101.876V81.1H116.458V88ZM138.992 88H121.052V57.318H138.44C144.512 57.318 147.41 61.274 147.41 65.138C147.41 68.956 145.064 71.532 142.166 72.176C145.432 72.682 148.008 75.81 148.008 79.674C148.008 84.136 145.018 88 138.992 88ZM136.646 69.094C138.256 69.094 139.36 68.036 139.36 66.518C139.36 65.046 138.256 63.988 136.646 63.988H128.964V69.094H136.646ZM136.922 81.33C138.808 81.33 139.958 80.226 139.958 78.57C139.958 77.052 138.854 75.81 136.922 75.81H128.964V81.33H136.922ZM159.954 88H152.318V57.318H160.23V75.396L172.65 57.318H180.838V88H172.88V69.048L159.954 88ZM184.666 93.658V81.56C187.61 81.1 189.358 79.858 190.232 72.866L192.072 57.318H214.934V81.1H217.694V93.658H209.736V88H192.578V93.658H184.666ZM198.098 73.464C197.684 76.914 196.488 79.352 194.74 81.1H207.022V64.218H199.202L198.098 73.464ZM243.587 88H221.093V57.318H243.587V64.218H229.005V69.002H243.265V75.902H229.005V81.1H243.587V88ZM276.747 88H268.835V75.672H256.093V88H248.181V57.318H256.093V68.772H268.835V57.318H276.747V88ZM289.913 88H282.277V57.318H290.189V75.396L302.609 57.318H310.797V88H302.839V69.048L289.913 88ZM338.821 88H316.327V57.318H338.821V64.218H324.239V69.002H338.499V75.902H324.239V81.1H338.821V88Z' fill='white'/%3E%3Cpath d='M20.4586 89.5C20.4586 88.5 20.4586 87.5 20.4586 86.5C18.6002 86.1667 16.7418 85.8667 14.8834 85.6C14.1045 85.4882 13.3256 85.3823 12.5466 85.2823L15.2644 88C16.1192 81.3453 16.5466 74.6907 16.5466 68.036C16.5466 66.7633 16.5449 65.4907 16.5414 64.218L16.5523 60.2341L12.5466 60.2232C9.67928 60.231 6.81195 60.2477 3.94462 60.2731L7.88948 64.218C7.86905 61.918 7.84296 59.618 7.81119 57.318L3.94462 61.1846C12.3013 61.0691 20.658 60.8788 29.0146 60.6136L25.719 57.318C25.792 59.618 25.8707 61.918 25.955 64.218L29.0146 61.1584C26.1626 61.263 23.3106 61.3763 20.4586 61.4983L17.86 61.3871L17.7389 64.218C17.9986 70.2869 18.2977 76.3559 18.6364 82.4248C18.7401 84.2832 18.8475 86.1416 18.9586 88C19.9586 88 20.9586 88 21.9586 88C22.0697 86.1416 22.1771 84.2832 22.2808 82.4248C22.6195 76.3559 22.9187 70.2869 23.1783 64.218L20.4586 66.9377C23.3106 67.0597 26.1626 67.173 29.0146 67.2776L32.1822 67.1615L32.0742 64.218C32.1586 61.918 32.2372 59.618 32.3102 57.318L32.2024 53.9212L29.0146 54.0224C20.658 53.7572 12.3013 53.5669 3.94462 53.4514L0.025387 53.5056L0.0780466 57.318C0.0462775 59.618 0.0201817 61.918 -0.000241041 64.218L0.0350955 68.1976L3.94462 68.1629C6.81195 68.1883 9.67928 68.205 12.5466 68.2128L8.55183 64.218C8.54835 65.4907 8.54662 66.7633 8.54662 68.036C8.54662 74.6907 8.97404 81.3453 9.82887 88L10.2164 91.0171L12.5466 90.7177C13.3256 90.6177 14.1045 90.5118 14.8834 90.4C16.7418 90.1333 18.6002 89.8333 20.4586 89.5ZM20.4586 86.5V89.5L22.0314 89.2179L21.9586 88H18.9586L20.4586 86.5ZM55.2745 89.5C55.2745 88.5 55.2745 87.5 55.2745 86.5C52.5406 86.1667 49.8066 85.8667 47.0727 85.6C42.3086 85.1353 37.5446 84.7718 32.7805 84.5096L36.2709 88C36.6106 81.8283 36.7805 75.6567 36.7805 69.485C36.7805 65.4293 36.7724 61.3737 36.7561 57.318L32.7805 61.2935C40.2785 61.2634 47.7765 61.2054 55.2745 61.1196L51.4729 57.318C51.4993 59.618 51.5282 61.918 51.5598 64.218L55.2745 60.5033C50.4138 60.57 45.5532 60.6485 40.6925 60.7386L37.2788 60.6753L37.2131 64.218C37.2427 65.8127 37.2736 67.4073 37.3056 69.002L37.2389 72.3193L40.6925 72.3889C45.4458 72.2932 50.1992 72.1863 54.9525 72.0683L51.8862 69.002C51.9434 71.302 52.0031 73.602 52.0655 75.902L54.9525 73.015C50.1992 73.1439 45.4458 73.284 40.6925 73.4353L38.3067 73.3593L38.2258 75.902C38.2809 77.6347 38.3375 79.3673 38.3957 81.1L38.3213 83.3173L40.6925 83.3968C45.1192 83.2483 49.546 83.0901 53.9727 82.9222C54.4066 82.9058 54.8406 82.8892 55.2745 82.8726L53.5019 81.1C53.5902 83.4 53.681 85.7 53.7745 88C54.7745 88 55.7745 88 56.7745 88C56.868 85.7 56.9588 83.4 57.0471 81.1L56.9766 79.2621L55.2745 79.3274C54.8406 79.3108 54.4066 79.2942 53.9727 79.2778C49.546 79.1099 45.1192 78.9517 40.6925 78.8032L42.9893 81.1C43.0475 79.3673 43.1041 77.6347 43.1592 75.902L40.6925 78.3687C45.4458 78.52 50.1992 78.6601 54.9525 78.789L57.9156 78.7087L57.8395 75.902C57.9019 73.602 57.9616 71.302 58.0188 69.002L57.9408 65.8615L54.9525 65.9357C50.1992 65.8177 45.4458 65.7108 40.6925 65.6151L44.0794 69.002C44.1115 67.4073 44.1423 65.8127 44.1719 64.218L40.6925 67.6974C45.5532 67.7875 50.4138 67.866 55.2745 67.9327L59.0395 67.881L58.9892 64.218C59.0208 61.918 59.0497 59.618 59.0761 57.318L59.0321 53.4734L55.2745 53.5164C47.7765 53.4306 40.2785 53.3726 32.7805 53.3424L28.789 53.3585L28.805 57.318C28.7887 61.3737 28.7805 65.4293 28.7805 69.485C28.7805 75.6567 28.9504 81.8283 29.2901 88L29.4922 91.6714L32.7805 91.4904C37.5446 91.2282 42.3086 90.8647 47.0727 90.4C49.8066 90.1333 52.5406 89.8333 55.2745 89.5ZM55.2745 86.5V89.5L56.8278 89.3106L56.7745 88H53.7745L55.2745 86.5ZM56.6664 88.552C57.6664 88.552 58.6664 88.552 59.6664 88.552C59.9592 86.2213 60.2263 83.8907 60.4677 81.56L58.1664 83.8613C58.5924 83.8945 59.0492 83.8997 59.5361 83.8491C60.8502 83.7495 62.4034 83.0071 63.3547 81.9993C64.3311 81.0042 64.8926 79.9501 65.34 78.9591C66.2041 76.9741 66.6265 75.1156 66.9857 73.2727L66.9883 73.2513C67.9514 68.11 68.7864 62.9536 69.4934 57.782L65.5724 61.2663C67.4791 61.3008 69.3859 61.318 71.2927 61.318C77.0066 61.318 82.7205 61.3008 88.4344 61.2665L84.4859 57.318C84.5474 67.5453 84.664 77.7727 84.8356 88L88.4344 84.4012C85.7971 84.4454 83.1597 84.4933 80.5224 84.5449L83.9775 88C83.8225 80.0727 83.6344 72.1453 83.4133 64.218L83.4916 61.4099L80.5224 61.3271C77.9157 61.3998 75.3091 61.4761 72.7024 61.556L70.423 61.4861L70.0591 63.9024C69.7856 66.9957 69.517 70.0895 69.2535 73.184C68.8538 77.7942 67.8619 82.6188 64.6979 85.0782C63.017 86.4053 60.6624 86.9509 58.1664 87.052C58.1664 88.052 58.1664 89.052 58.1664 90.052C60.9397 90.1665 64.0947 89.8335 66.7882 88.0636C71.8576 84.5774 73.1058 78.7106 73.9435 73.7419C74.4158 70.6745 74.8832 67.6043 75.3456 64.5336L72.7024 66.88C75.3091 66.9599 77.9157 67.0362 80.5224 67.1089L77.6315 64.218C77.4104 72.1453 77.2223 80.0727 77.0673 88L77.1361 91.5213L80.5224 91.4551C83.1597 91.5067 85.7971 91.5546 88.4344 91.5988L92.0926 91.5375L92.0332 88C92.2048 77.7727 92.3214 67.5453 92.3829 57.318L92.359 53.3459L88.4344 53.3695C82.7205 53.3352 77.0066 53.318 71.2927 53.318C69.3859 53.318 67.4791 53.3352 65.5724 53.3697L61.9936 53.4343L61.6514 56.854C61.1317 62.0477 60.74 67.2566 60.4765 72.4807L60.4791 72.4593C60.3614 75.66 59.6776 79.0119 58.7231 79.1184C58.5746 79.177 58.3856 79.2254 58.1664 79.2587L55.6537 79.5189L55.8651 81.56C56.1065 83.8907 56.3736 86.2213 56.6664 88.552ZM59.6664 88.552H56.6664L56.8617 90.1066L58.1664 90.052V87.052L59.6664 88.552ZM116.458 89.5C116.458 88.5 116.458 87.5 116.458 86.5C113.724 86.1667 110.99 85.8667 108.256 85.6C103.492 85.1353 98.7282 84.7718 93.9641 84.5096L97.4545 88C97.7942 81.8283 97.9641 75.6567 97.9641 69.485C97.9641 65.4293 97.9559 61.3737 97.9397 57.318L93.9641 61.2935C101.462 61.2634 108.96 61.2054 116.458 61.1196L112.657 57.318C112.683 59.618 112.712 61.918 112.743 64.218L116.458 60.5033C111.597 60.57 106.737 60.6485 101.876 60.7386L98.4624 60.6753L98.3967 64.218C98.4263 65.8127 98.4571 67.4073 98.4892 69.002L98.4225 72.3193L101.876 72.3889C106.629 72.2932 111.383 72.1863 116.136 72.0683L113.07 69.002C113.127 71.302 113.187 73.602 113.249 75.902L116.136 73.015C111.383 73.1439 106.629 73.284 101.876 73.4353L99.4903 73.3593L99.4094 75.902C99.4645 77.6347 99.5211 79.3673 99.5793 81.1L99.5049 83.3173L101.876 83.3968C106.303 83.2483 110.73 83.0901 115.156 82.9222C115.59 82.9058 116.024 82.8892 116.458 82.8726L114.686 81.1C114.774 83.4 114.865 85.7 114.958 88C115.958 88 116.958 88 117.958 88C118.052 85.7 118.142 83.4 118.231 81.1L118.16 79.2621L116.458 79.3274C116.024 79.3108 115.59 79.2942 115.156 79.2778C110.73 79.1099 106.303 78.9517 101.876 78.8032L104.173 81.1C104.231 79.3673 104.288 77.6347 104.343 75.902L101.876 78.3687C106.629 78.52 111.383 78.6601 116.136 78.789L119.099 78.7087L119.023 75.902C119.085 73.602 119.145 71.302 119.202 69.002L119.124 65.8615L116.136 65.9357C111.383 65.8177 106.629 65.7108 101.876 65.6151L105.263 69.002C105.295 67.4073 105.326 65.8127 105.355 64.218L101.876 67.6974C106.737 67.7875 111.597 67.866 116.458 67.9327L120.223 67.881L120.173 64.218C120.204 61.918 120.233 59.618 120.26 57.318L120.216 53.4734L116.458 53.5164C108.96 53.4306 101.462 53.3726 93.9641 53.3424L89.9726 53.3585L89.9886 57.318C89.9723 61.3737 89.9641 65.4293 89.9641 69.485C89.9641 75.6567 90.134 81.8283 90.4737 88L90.6758 91.6714L93.9641 91.4904C98.7282 91.2282 103.492 90.8647 108.256 90.4C110.99 90.1333 113.724 89.8333 116.458 89.5ZM116.458 86.5V89.5L118.011 89.3106L117.958 88H114.958L116.458 86.5ZM138.992 89.5C138.992 88.5 138.992 87.5 138.992 86.5C137.108 86.1667 135.225 85.8667 133.341 85.6C129.245 85.0201 125.148 84.5978 121.052 84.3332L124.719 88C124.941 84.5618 125.052 81.1236 125.052 77.6854C125.052 70.8963 125.004 64.1071 124.908 57.318L121.052 61.1737C126.848 61.0915 132.644 60.9743 138.44 60.822C141.82 60.6691 144.122 62.3429 144.318 65.138C144.448 67.2531 143.399 68.9686 141.576 69.5187L141.749 74.866C143.668 74.9488 145.646 77.1076 145.759 79.674C145.904 81.7914 145.128 83.833 143.424 85.0628C142.255 85.9253 140.677 86.3933 138.992 86.5C138.992 87.5 138.992 88.5 138.992 89.5C141.068 89.6112 143.326 89.3027 145.362 88.149C148.37 86.5207 150.188 82.987 150.257 79.674C150.506 75.3835 147.668 70.4456 142.583 69.486L142.757 74.8333C147.304 74.1124 150.587 69.3645 150.502 65.138C151.016 58.5938 143.92 53.4244 138.44 53.814C132.644 53.6617 126.848 53.5445 121.052 53.4623L117.142 53.5178L117.196 57.318C117.1 64.1071 117.052 70.8963 117.052 77.6854C117.052 81.1236 117.163 84.5618 117.385 88L117.636 91.8875L121.052 91.6668C125.148 91.4022 129.245 90.9799 133.341 90.4C135.225 90.1333 137.108 89.8333 138.992 89.5ZM138.992 86.5V89.5V86.5ZM136.646 65.094C136.646 67.7607 136.646 70.4273 136.646 73.094C137.647 73.0942 138.775 72.8966 139.87 72.3335C142.047 71.3191 143.461 68.5903 143.36 66.518C143.392 64.8959 142.657 62.9182 141.234 61.6835C139.83 60.4228 138.077 59.9805 136.646 59.988C134.085 59.988 131.525 59.988 128.964 59.988H124.964V63.988C124.964 65.69 124.964 67.392 124.964 69.094V73.094H128.964C131.044 73.094 133.124 73.094 135.204 73.094C135.685 73.094 136.165 73.094 136.646 73.094C136.646 70.4273 136.646 67.7607 136.646 65.094C136.165 65.094 135.685 65.094 135.204 65.094C133.124 65.094 131.044 65.094 128.964 65.094L132.964 69.094C132.964 67.392 132.964 65.69 132.964 63.988L128.964 67.988C131.525 67.988 134.085 67.988 136.646 67.988C136.598 67.9899 136.263 67.968 135.896 67.6421C135.521 67.329 135.341 66.755 135.36 66.518C135.358 66.3941 135.394 66.1319 135.553 65.8548C135.707 65.5767 135.982 65.3316 136.208 65.221C136.446 65.0995 136.606 65.0945 136.646 65.094ZM136.646 73.094V65.094V73.094ZM136.922 77.33C136.922 79.9967 136.922 82.6633 136.922 85.33C137.854 85.3277 138.911 85.1914 140.026 84.7055C142.401 83.8411 144.123 80.7072 143.958 78.57C143.988 76.8374 143.2 74.7819 141.679 73.5014C140.172 72.1966 138.347 71.8038 136.922 71.81C134.269 71.81 131.617 71.81 128.964 71.81H124.964V75.81C124.964 77.65 124.964 79.49 124.964 81.33V85.33H128.964C131.105 85.33 133.247 85.33 135.388 85.33C135.9 85.33 136.411 85.33 136.922 85.33C136.922 82.6633 136.922 79.9967 136.922 77.33C136.411 77.33 135.9 77.33 135.388 77.33C133.247 77.33 131.105 77.33 128.964 77.33L132.964 81.33C132.964 79.49 132.964 77.65 132.964 75.81L128.964 79.81C131.617 79.81 134.269 79.81 136.922 79.81C137.026 79.8103 136.781 79.8378 136.442 79.5498C136.098 79.2706 135.941 78.7687 135.958 78.57C135.957 78.5161 135.974 78.2703 136.152 77.9771C136.322 77.682 136.639 77.4469 136.809 77.3808C136.985 77.3069 137.012 77.3321 136.922 77.33ZM136.922 85.33V77.33V85.33ZM159.954 89.5C159.954 88.5 159.954 87.5 159.954 86.5C157.408 86.209 154.863 85.9435 152.318 85.7033L154.614 88C154.649 87.6293 154.684 87.2586 154.718 86.8879C155.619 77.0313 156.14 67.1746 156.279 57.318L152.318 61.2796C154.125 61.3052 155.933 61.318 157.74 61.318C158.57 61.318 159.4 61.3177 160.23 61.3171L156.231 57.318C156.235 63.344 156.255 69.37 156.291 75.396L156.258 88.0738L163.476 77.6263C167.58 71.5755 171.665 65.5116 175.73 59.4345L172.65 61.0557C175.379 61.0221 178.108 60.9851 180.838 60.945L177.211 57.318C177.361 67.5453 177.557 77.7727 177.799 88L180.838 84.9613C178.185 85.024 175.532 85.0897 172.88 85.1586L175.721 88C175.557 81.6827 175.376 75.3653 175.177 69.048L175.279 61.6342L170.981 67.7533C168.439 71.7454 165.904 75.743 163.377 79.7461C161.82 82.2136 160.266 84.6831 158.714 87.1548C159.541 87.7183 160.367 88.2817 161.193 88.8452C162.928 86.4987 164.66 84.1502 166.388 81.7996C169.193 77.9861 171.989 74.1671 174.778 70.3427L170.582 69.048C170.383 75.3653 170.202 81.6827 170.038 88L170.114 90.9132L172.88 90.8414C175.532 90.9103 178.185 90.976 180.838 91.0387L183.946 90.9652L183.876 88C184.118 77.7727 184.314 67.5453 184.465 57.318L184.41 53.6385L180.838 53.691C178.108 53.6509 175.379 53.6139 172.65 53.5803L170.637 53.6051L169.569 55.2015C165.355 61.1764 161.159 67.1645 156.983 73.1657L164.168 75.396C164.204 69.37 164.224 63.344 164.229 57.318L164.226 53.316L160.23 53.3189C159.4 53.3183 158.57 53.318 157.74 53.318C155.933 53.318 154.125 53.3308 152.318 53.3564L148.301 53.4133L148.356 57.318C148.496 67.1746 149.016 77.0313 149.918 86.8879C149.952 87.2586 149.986 87.6293 150.021 88L150.256 90.4912L152.318 90.2967C154.863 90.0565 157.408 89.791 159.954 89.5ZM159.954 86.5V89.5L160.846 89.398L161.193 88.8452L158.714 87.1548L159.954 86.5ZM183.166 93.658C184.166 93.658 185.166 93.658 186.166 93.658C186.5 91.2352 186.8 88.8124 187.066 86.3896C187.244 84.7797 187.406 83.1699 187.554 81.56L185.112 84.4128C186.22 84.3242 187.726 84.0806 189.153 83.1249C190.577 82.1771 191.463 80.8287 192.027 79.6905C193.136 77.368 193.52 75.3415 193.887 73.3228L193.89 73.2989C194.607 69.0416 195.218 64.7719 195.725 60.4898C195.832 59.5892 195.938 58.6886 196.043 57.7879L192.072 61.3164C199.693 61.3077 207.314 61.2624 214.934 61.1804L211.072 57.318C211.157 65.2453 211.282 73.1727 211.447 81.1L211.376 84.5136L214.934 84.5875C215.854 84.5684 216.774 84.5487 217.694 84.5286L214.266 81.1C214.358 85.286 214.46 89.472 214.574 93.658L217.694 90.5379C215.042 90.6101 212.389 90.6867 209.736 90.7678L212.627 93.658C212.569 91.772 212.509 89.886 212.447 88L212.533 85.3815L209.736 85.2894C204.017 85.4778 198.298 85.6868 192.578 85.9164L190.582 85.8362L190.495 88C190.571 89.886 190.648 91.772 190.729 93.658L192.578 91.8083C192.364 91.8174 192.149 91.8266 191.935 91.8358C189.512 91.9395 187.089 92.0469 184.666 92.158C184.666 93.158 184.666 94.158 184.666 95.158C187.089 95.2691 189.512 95.3765 191.935 95.4802C192.149 95.4894 192.364 95.4986 192.578 95.5077L194.503 95.4258L194.428 93.658C194.508 91.772 194.586 89.886 194.662 88L192.578 90.0836C198.298 90.3132 204.017 90.5222 209.736 90.7106L207.026 88C206.964 89.886 206.904 91.772 206.846 93.658L206.937 96.6338L209.736 96.5482C212.389 96.6293 215.042 96.7059 217.694 96.7781L220.897 96.6909L220.814 93.658C220.928 89.472 221.031 85.286 221.123 81.1L221.046 77.5979L217.694 77.6714C216.774 77.6513 215.854 77.6316 214.934 77.6125L218.422 81.1C218.586 73.1727 218.711 65.2453 218.797 57.318L218.755 53.4145L214.934 53.4556C207.314 53.3736 199.693 53.3283 192.072 53.3196L188.515 53.3236L188.102 56.8481C187.994 57.7485 187.887 58.649 187.78 59.5496C187.274 63.8317 186.872 68.1262 186.575 72.4331L186.578 72.4091C186.455 74.1326 186.249 75.8614 185.888 77.027C185.708 77.6105 185.547 77.9107 185.44 78.0807C185.342 78.2584 184.968 78.5083 184.221 78.7072L181.578 79.3722L181.779 81.56C181.927 83.1699 182.089 84.7797 182.266 86.3896C182.533 88.8124 182.833 91.2352 183.166 93.658ZM186.166 93.658H183.166L183.381 95.217L184.666 95.158V92.158L186.166 93.658ZM202.07 73.9406C199.422 73.6229 196.775 73.3051 194.127 72.9874C194.04 73.7149 193.906 74.4065 193.723 75.0416C193.334 76.3875 192.745 77.4393 191.912 78.2716L185.084 85.1H194.74C198.834 85.1 202.928 85.1 207.022 85.1H211.022V81.1C211.022 75.4727 211.022 69.8453 211.022 64.218V60.218H207.022C204.416 60.218 201.809 60.218 199.202 60.218H195.652L195.231 63.7438C194.971 65.9189 194.711 68.094 194.451 70.2691C194.343 71.176 194.235 72.0829 194.127 72.9898C196.774 73.3059 199.422 73.6221 202.07 73.9382C202.178 73.0314 202.287 72.1245 202.395 71.2176C202.655 69.0425 202.914 66.8674 203.174 64.6922L199.202 68.218C201.809 68.218 204.416 68.218 207.022 68.218L203.022 64.218C203.022 69.8453 203.022 75.4727 203.022 81.1L207.022 77.1C202.928 77.1 198.834 77.1 194.74 77.1L197.569 83.9284C199.471 82.0482 200.749 79.6012 201.41 77.2563C201.732 76.1375 201.939 75.0271 202.07 73.9406ZM194.127 72.9874L202.07 73.9406L194.127 72.9898L194.127 72.9874ZM243.587 89.5C243.587 88.5 243.587 87.5 243.587 86.5C240.853 86.1667 238.119 85.8667 235.385 85.6C230.621 85.1353 225.857 84.7718 221.093 84.5096L224.583 88C224.923 81.8283 225.093 75.6567 225.093 69.485C225.093 65.4293 225.085 61.3737 225.069 57.318L221.093 61.2935C228.591 61.2634 236.089 61.2054 243.587 61.1196L239.785 57.318C239.812 59.618 239.841 61.918 239.872 64.218L243.587 60.5033C238.726 60.57 233.866 60.6485 229.005 60.7386L225.591 60.6753L225.526 64.218C225.555 65.8127 225.586 67.4073 225.618 69.002L225.551 72.3193L229.005 72.3889C233.758 72.2932 238.512 72.1863 243.265 72.0683L240.199 69.002C240.256 71.302 240.316 73.602 240.378 75.902L243.265 73.015C238.512 73.1439 233.758 73.284 229.005 73.4353L226.619 73.3593L226.538 75.902C226.593 77.6347 226.65 79.3673 226.708 81.1L226.634 83.3173L229.005 83.3968C233.432 83.2483 237.858 83.0901 242.285 82.9222C242.719 82.9058 243.153 82.8892 243.587 82.8726L241.814 81.1C241.903 83.4 241.994 85.7 242.087 88C243.087 88 244.087 88 245.087 88C245.18 85.7 245.271 83.4 245.36 81.1L245.289 79.2621L243.587 79.3274C243.153 79.3108 242.719 79.2942 242.285 79.2778C237.858 79.1099 233.432 78.9517 229.005 78.8032L231.302 81.1C231.36 79.3673 231.417 77.6347 231.472 75.902L229.005 78.3687C233.758 78.52 238.512 78.6601 243.265 78.789L246.228 78.7087L246.152 75.902C246.214 73.602 246.274 71.302 246.331 69.002L246.253 65.8615L243.265 65.9357C238.512 65.8177 233.758 65.7108 229.005 65.6151L232.392 69.002C232.424 67.4073 232.455 65.8127 232.484 64.218L229.005 67.6974C233.866 67.7875 238.726 67.866 243.587 67.9327L247.352 67.881L247.302 64.218C247.333 61.918 247.362 59.618 247.389 57.318L247.345 53.4734L243.587 53.5164C236.089 53.4306 228.591 53.3726 221.093 53.3424L217.102 53.3585L217.117 57.318C217.101 61.3737 217.093 65.4293 217.093 69.485C217.093 75.6567 217.263 81.8283 217.603 88L217.805 91.6714L221.093 91.4904C225.857 91.2282 230.621 90.8647 235.385 90.4C238.119 90.1333 240.853 89.8333 243.587 89.5ZM243.587 86.5V89.5L245.14 89.3106L245.087 88H242.087L243.587 86.5ZM276.747 89.5C276.747 88.5 276.747 87.5 276.747 86.5C274.11 86.1824 271.472 85.895 268.835 85.6379L271.197 88C271.21 87.8697 271.222 87.7393 271.235 87.609C271.618 83.63 271.933 79.651 272.178 75.672L272.371 72.5468L268.835 72.3286C264.588 72.0664 260.34 71.8828 256.093 71.7776L252.297 71.6837L252.199 75.672C252.128 78.5163 252.093 81.3607 252.093 84.205C252.093 85.47 252.094 86.735 252.095 88L256.093 84.0023C253.456 84.0055 250.818 84.0121 248.181 84.0221L252.159 88C252.12 77.7727 252.031 67.5453 251.891 57.318L248.181 61.0284C250.818 60.9924 253.456 60.953 256.093 60.9102L252.501 57.318C252.563 61.136 252.632 64.954 252.708 68.772L252.642 72.0886L256.093 72.1573C260.34 72.0728 264.588 71.9795 268.835 71.8775L271.864 71.9503L271.94 68.772C271.849 64.954 271.75 61.136 271.644 57.318L268.835 60.1273C271.472 60.0543 274.11 59.9778 276.747 59.898L274.167 57.318C274.393 64.7777 274.645 72.2373 274.925 79.697C275.028 82.4647 275.136 85.2323 275.247 88C276.247 88 277.247 88 278.247 88C278.358 85.2323 278.465 82.4647 278.569 79.697C278.849 72.2373 279.101 64.7777 279.327 57.318L279.247 54.6623L276.747 54.738C274.11 54.6582 271.472 54.5817 268.835 54.5087L265.95 54.5886L266.026 57.318C265.92 61.136 265.821 64.954 265.729 68.772L268.835 65.6665C264.588 65.5645 260.34 65.4712 256.093 65.3867L259.478 68.772C259.554 64.954 259.623 61.136 259.685 57.318L259.626 53.6685L256.093 53.7258C253.456 53.683 250.818 53.6436 248.181 53.6076L244.421 53.659L244.47 57.318C244.331 67.5453 244.242 77.7727 244.203 88L244.218 91.9929L248.181 91.9779C250.818 91.9879 253.456 91.9945 256.093 91.9977L260.095 91.9928L260.091 88C260.092 86.735 260.093 85.47 260.093 84.205C260.093 81.3607 260.058 78.5163 259.987 75.672L256.093 79.5664C260.34 79.4612 264.588 79.2776 268.835 79.0154L265.491 75.672C265.737 79.651 266.052 83.63 266.435 87.609C266.447 87.7393 266.46 87.8697 266.473 88L266.723 90.568L268.835 90.3621C271.472 90.105 274.11 89.8176 276.747 89.5ZM276.747 86.5V89.5L278.3 89.313L278.247 88H275.247L276.747 86.5ZM289.913 89.5C289.913 88.5 289.913 87.5 289.913 86.5C287.367 86.209 284.822 85.9435 282.277 85.7033L284.573 88C284.608 87.6293 284.643 87.2586 284.677 86.8879C285.578 77.0313 286.099 67.1746 286.238 57.318L282.277 61.2796C284.084 61.3052 285.892 61.318 287.699 61.318C288.529 61.318 289.359 61.3177 290.189 61.3171L286.19 57.318C286.194 63.344 286.214 69.37 286.25 75.396L286.217 88.0738L293.435 77.6263C297.539 71.5755 301.624 65.5116 305.689 59.4345L302.609 61.0557C305.338 61.0221 308.067 60.9851 310.797 60.945L307.17 57.318C307.32 67.5453 307.516 77.7727 307.758 88L310.797 84.9613C308.144 85.024 305.491 85.0897 302.839 85.1586L305.68 88C305.516 81.6827 305.335 75.3653 305.136 69.048L305.238 61.6342L300.94 67.7533C298.398 71.7454 295.863 75.743 293.336 79.7461C291.779 82.2136 290.225 84.6831 288.673 87.1548C289.5 87.7183 290.326 88.2817 291.152 88.8452C292.887 86.4987 294.618 84.1502 296.347 81.7996C299.152 77.9861 301.948 74.1671 304.737 70.3427L300.541 69.048C300.342 75.3653 300.161 81.6827 299.997 88L300.073 90.9132L302.839 90.8414C305.491 90.9103 308.144 90.976 310.797 91.0387L313.905 90.9652L313.835 88C314.077 77.7727 314.273 67.5453 314.424 57.318L314.369 53.6385L310.797 53.691C308.067 53.6509 305.338 53.6139 302.609 53.5803L300.596 53.6051L299.528 55.2015C295.313 61.1764 291.118 67.1645 286.942 73.1657L294.127 75.396C294.163 69.37 294.183 63.344 294.188 57.318L294.185 53.316L290.189 53.3189C289.359 53.3183 288.529 53.318 287.699 53.318C285.892 53.318 284.084 53.3308 282.277 53.3564L278.26 53.4133L278.315 57.318C278.455 67.1746 278.975 77.0313 279.877 86.8879C279.91 87.2586 279.945 87.6293 279.98 88L280.215 90.4912L282.277 90.2967C284.822 90.0565 287.367 89.791 289.913 89.5ZM289.913 86.5V89.5L290.805 89.398L291.152 88.8452L288.673 87.1548L289.913 86.5ZM338.821 89.5C338.821 88.5 338.821 87.5 338.821 86.5C336.087 86.1667 333.354 85.8667 330.62 85.6C325.856 85.1353 321.091 84.7718 316.327 84.5096L319.818 88C320.158 81.8283 320.327 75.6567 320.327 69.485C320.327 65.4293 320.319 61.3737 320.303 57.318L316.327 61.2935C323.825 61.2634 331.323 61.2054 338.821 61.1196L335.02 57.318C335.046 59.618 335.075 61.918 335.107 64.218L338.821 60.5033C333.961 60.57 329.1 60.6485 324.239 60.7386L320.826 60.6753L320.76 64.218C320.79 65.8127 320.82 67.4073 320.853 69.002L320.786 72.3193L324.239 72.3889C328.993 72.2932 333.746 72.1863 338.499 72.0683L335.433 69.002C335.49 71.302 335.55 73.602 335.612 75.902L338.499 73.015C333.746 73.1439 328.993 73.284 324.239 73.4353L321.854 73.3593L321.773 75.902C321.828 77.6347 321.884 79.3673 321.943 81.1L321.868 83.3173L324.239 83.3968C328.666 83.2483 333.093 83.0901 337.52 82.9222C337.954 82.9058 338.387 82.8892 338.821 82.8726L337.049 81.1C337.137 83.4 337.228 85.7 337.321 88C338.321 88 339.321 88 340.321 88C340.415 85.7 340.506 83.4 340.594 81.1L340.523 79.2621L338.821 79.3274C338.387 79.3108 337.954 79.2942 337.52 79.2778C333.093 79.1099 328.666 78.9517 324.239 78.8032L326.536 81.1C326.594 79.3673 326.651 77.6347 326.706 75.902L324.239 78.3687C328.993 78.52 333.746 78.6601 338.499 78.789L341.463 78.7087L341.386 75.902C341.449 73.602 341.509 71.302 341.566 69.002L341.488 65.8615L338.499 65.9357C333.746 65.8177 328.993 65.7108 324.239 65.6151L327.626 69.002C327.658 67.4073 327.689 65.8127 327.719 64.218L324.239 67.6974C329.1 67.7875 333.961 67.866 338.821 67.9327L342.586 67.881L342.536 64.218C342.568 61.918 342.597 59.618 342.623 57.318L342.579 53.4734L338.821 53.5164C331.323 53.4306 323.825 53.3726 316.327 53.3424L312.336 53.3585L312.352 57.318C312.336 61.3737 312.327 65.4293 312.327 69.485C312.327 75.6567 312.497 81.8283 312.837 88L313.039 91.6714L316.327 91.4904C321.091 91.2282 325.856 90.8647 330.62 90.4C333.354 90.1333 336.087 89.8333 338.821 89.5ZM338.821 86.5V89.5L340.375 89.3106L340.321 88H337.321L338.821 86.5Z' fill='%23070708' mask='url(%23path-1-outside-1_7301_25405)'/%3E%3Cmask id='path-3-outside-2_7301_25405' maskUnits='userSpaceOnUse' x='0.932617' y='3' width='245' height='39' fill='black'%3E%3Crect fill='white' x='0.932617' y='3' width='245' height='39'/%3E%3Cpath d='M13.3286 38H5.69262V7.318H13.6046V25.396L26.0246 7.318H34.2126V38H26.2546V19.048L13.3286 38ZM68.3094 38H60.3974V25.672H47.6554V38H39.7434V7.318H47.6554V18.772H60.3974V7.318H68.3094V38ZM88.6051 38H80.6931V14.218H72.0911V7.318H97.1611V14.218H88.6051V38ZM123.421 38H100.927V7.318H123.421V14.218H108.839V19.002H123.099V25.902H108.839V31.1H123.421V38ZM135.927 38H128.015V7.318H143.379C150.279 7.318 154.051 11.964 154.051 17.53C154.051 23.05 150.279 27.696 143.379 27.696H135.927V38ZM142.321 20.796C144.437 20.796 146.001 19.6 146.001 17.53C146.001 15.414 144.437 14.218 142.321 14.218H135.927V20.796H142.321ZM186.139 38H178.227V25.672H165.485V38H157.573V7.318H165.485V18.772H178.227V7.318H186.139V38ZM214.163 38H191.669V7.318H214.163V14.218H199.581V19.002H213.841V25.902H199.581V31.1H214.163V38ZM233.523 38H225.611V14.218H217.009V7.318H242.079V14.218H233.523V38Z'/%3E%3C/mask%3E%3Cpath d='M13.3286 38H5.69262V7.318H13.6046V25.396L26.0246 7.318H34.2126V38H26.2546V19.048L13.3286 38ZM68.3094 38H60.3974V25.672H47.6554V38H39.7434V7.318H47.6554V18.772H60.3974V7.318H68.3094V38ZM88.6051 38H80.6931V14.218H72.0911V7.318H97.1611V14.218H88.6051V38ZM123.421 38H100.927V7.318H123.421V14.218H108.839V19.002H123.099V25.902H108.839V31.1H123.421V38ZM135.927 38H128.015V7.318H143.379C150.279 7.318 154.051 11.964 154.051 17.53C154.051 23.05 150.279 27.696 143.379 27.696H135.927V38ZM142.321 20.796C144.437 20.796 146.001 19.6 146.001 17.53C146.001 15.414 144.437 14.218 142.321 14.218H135.927V20.796H142.321ZM186.139 38H178.227V25.672H165.485V38H157.573V7.318H165.485V18.772H178.227V7.318H186.139V38ZM214.163 38H191.669V7.318H214.163V14.218H199.581V19.002H213.841V25.902H199.581V31.1H214.163V38ZM233.523 38H225.611V14.218H217.009V7.318H242.079V14.218H233.523V38Z' fill='white'/%3E%3Cpath d='M13.3286 39.5C13.3286 38.5 13.3286 37.5 13.3286 36.5C10.7833 36.209 8.23795 35.9435 5.69262 35.7033L7.9893 38C8.02428 37.6293 8.05872 37.2586 8.09262 36.8879C8.99399 27.0313 9.51452 17.1746 9.6542 7.318L5.69262 11.2796C7.50009 11.3052 9.30756 11.318 11.115 11.318C11.9449 11.318 12.7748 11.3177 13.6046 11.3171L9.60552 7.318C9.60987 13.344 9.63005 19.37 9.66604 25.396L9.63272 38.0738L16.8509 27.6263C20.9549 21.5755 25.0397 15.5116 29.1054 9.43454L26.0246 11.0557C28.754 11.0221 31.4833 10.9851 34.2126 10.945L30.5857 7.318C30.7362 17.5453 30.9323 27.7727 31.1739 38L34.2126 34.9613C31.5599 35.024 28.9073 35.0897 26.2546 35.1586L29.0961 38C28.9322 31.6827 28.751 25.3653 28.5523 19.048L28.654 11.6342L24.3564 17.7533C21.8137 21.7454 19.279 25.743 16.7524 29.7461C15.195 32.2136 13.6407 34.6831 12.0894 37.1548C12.9155 37.7183 13.7417 38.2817 14.5678 38.8452C16.3027 36.4987 18.0345 34.1502 19.7632 31.7996C22.5678 27.9861 25.3644 24.1671 28.1528 20.3427L23.9569 19.048C23.7583 25.3653 23.577 31.6827 23.4132 38L23.4887 40.9132L26.2546 40.8414C28.9073 40.9103 31.56 40.976 34.2126 41.0387L37.3214 40.9652L37.2513 38C37.4929 27.7727 37.689 17.5453 37.8396 7.318L37.7854 3.63845L34.2126 3.69104C31.4833 3.65087 28.754 3.61394 26.0246 3.58025L24.0119 3.60509L22.9439 5.20146C18.7295 11.1764 14.5343 17.1645 10.3583 23.1657L17.5432 25.396C17.5792 19.37 17.5994 13.344 17.6037 7.318L17.6008 3.31601L13.6046 3.3189C12.7748 3.3183 11.9449 3.318 11.115 3.318C9.30756 3.318 7.50009 3.3308 5.69262 3.35642L1.67571 3.41334L1.73104 7.318C1.87071 17.1746 2.39124 27.0313 3.29262 36.8879C3.32652 37.2586 3.36095 37.6293 3.39593 38L3.63099 40.4912L5.69262 40.2967C8.23795 40.0565 10.7833 39.791 13.3286 39.5ZM13.3286 36.5V39.5L14.2209 39.398L14.5678 38.8452L12.0894 37.1548L13.3286 36.5ZM68.3094 39.5C68.3094 38.5 68.3094 37.5 68.3094 36.5C65.6721 36.1824 63.0347 35.895 60.3974 35.6379L62.7595 38C62.7722 37.8697 62.7848 37.7393 62.7974 37.609C63.1808 33.63 63.4953 29.651 63.7408 25.672L63.9337 22.5468L60.3974 22.3286C56.1501 22.0664 51.9027 21.8828 47.6554 21.7776L43.8597 21.6837L43.761 25.672C43.6906 28.5163 43.6554 31.3607 43.6554 34.205C43.6554 35.47 43.6562 36.735 43.6577 38L47.6554 34.0023C45.0181 34.0055 42.3807 34.0121 39.7434 34.0221L43.7213 38C43.6827 27.7727 43.5935 17.5453 43.4538 7.318L39.7434 11.0284C42.3807 10.9924 45.0181 10.953 47.6554 10.9102L44.0632 7.318C44.1251 11.136 44.1941 14.954 44.2701 18.772L44.204 22.0886L47.6554 22.1573C51.9027 22.0728 56.1501 21.9795 60.3974 21.8775L63.4266 21.9503L63.5029 18.772C63.4112 14.954 63.3125 11.136 63.2067 7.318L60.3974 10.1273C63.0347 10.0543 65.6721 9.97783 68.3094 9.89804L65.7294 7.318C65.9551 14.7777 66.2077 22.2373 66.4872 29.697C66.5909 32.4647 66.6983 35.2323 66.8094 38C67.8094 38 68.8094 38 69.8094 38C69.9205 35.2323 70.0279 32.4647 70.1316 29.697C70.4111 22.2373 70.6637 14.7777 70.8894 7.318L70.8091 4.66233L68.3094 4.73796C65.6721 4.65816 63.0347 4.58173 60.3974 4.50866L57.5124 4.58859L57.5881 7.318C57.4823 11.136 57.3836 14.954 57.2919 18.772L60.3974 15.6665C56.1501 15.5645 51.9027 15.4712 47.6554 15.3867L51.0407 18.772C51.1167 14.954 51.1857 11.136 51.2476 7.318L51.1884 3.66851L47.6554 3.72579C45.0181 3.68303 42.3807 3.64363 39.7434 3.60759L35.983 3.65897L36.033 7.318C35.8932 17.5453 35.8041 27.7727 35.7655 38L35.7806 41.9929L39.7434 41.9779C42.3807 41.9879 45.0181 41.9945 47.6554 41.9977L51.658 41.9928L51.6531 38C51.6546 36.735 51.6554 35.47 51.6554 34.205C51.6554 31.3607 51.6202 28.5163 51.5498 25.672L47.6554 29.5664C51.9027 29.4612 56.1501 29.2776 60.3974 29.0154L57.054 25.672C57.2995 29.651 57.614 33.63 57.9974 37.609C58.01 37.7393 58.0226 37.8697 58.0353 38L58.2856 40.568L60.3974 40.3621C63.0347 40.105 65.6721 39.8176 68.3094 39.5ZM68.3094 36.5V39.5L69.8621 39.313L69.8094 38H66.8094L68.3094 36.5ZM88.6051 39.5C88.6051 38.5 88.6051 37.5 88.6051 36.5C86.7467 36.1667 84.8883 35.8667 83.0299 35.6C82.251 35.4882 81.472 35.3823 80.6931 35.2823L83.4109 38C84.2657 31.3453 84.6931 24.6907 84.6931 18.036C84.6931 16.7633 84.6914 15.4907 84.6879 14.218L84.6988 10.2341L80.6931 10.2232C77.8258 10.231 74.9584 10.2477 72.0911 10.2731L76.036 14.218C76.0155 11.918 75.9894 9.618 75.9577 7.318L72.0911 11.1846C80.4478 11.0691 88.8044 10.8788 97.1611 10.6136L93.8655 7.318C93.9385 9.618 94.0171 11.918 94.1015 14.218L97.1611 11.1584C94.3091 11.263 91.4571 11.3763 88.6051 11.4983L86.0065 11.3871L85.8854 14.218C86.1451 20.2869 86.4442 26.3559 86.7829 32.4248C86.8866 34.2832 86.994 36.1416 87.1051 38C88.1051 38 89.1051 38 90.1051 38C90.2162 36.1416 90.3236 34.2832 90.4273 32.4248C90.766 26.3559 91.0652 20.2869 91.3248 14.218L88.6051 16.9377C91.4571 17.0597 94.3091 17.173 97.1611 17.2776L100.329 17.1615L100.221 14.218C100.305 11.918 100.384 9.618 100.457 7.318L100.349 3.92121L97.1611 4.02238C88.8044 3.75717 80.4478 3.56685 72.0911 3.45143L68.1719 3.50556L68.2245 7.318C68.1928 9.618 68.1667 11.918 68.1462 14.218L68.1816 18.1976L72.0911 18.1629C74.9584 18.1883 77.8258 18.205 80.6931 18.2128L76.6983 14.218C76.6948 15.4907 76.6931 16.7633 76.6931 18.036C76.6931 24.6907 77.1205 31.3453 77.9754 38L78.3629 41.0171L80.6931 40.7177C81.472 40.6177 82.251 40.5118 83.0299 40.4C84.8883 40.1333 86.7467 39.8333 88.6051 39.5ZM88.6051 36.5V39.5L90.1779 39.2179L90.1051 38H87.1051L88.6051 36.5ZM123.421 39.5C123.421 38.5 123.421 37.5 123.421 36.5C120.687 36.1667 117.953 35.8667 115.219 35.6C110.455 35.1353 105.691 34.7718 100.927 34.5096L104.417 38C104.757 31.8283 104.927 25.6567 104.927 19.485C104.927 15.4293 104.919 11.3737 104.903 7.318L100.927 11.2935C108.425 11.2634 115.923 11.2054 123.421 11.1196L119.619 7.318C119.646 9.618 119.675 11.918 119.706 14.218L123.421 10.5033C118.56 10.57 113.7 10.6485 108.839 10.7386L105.425 10.6753L105.36 14.218C105.389 15.8127 105.42 17.4073 105.452 19.002L105.385 22.3193L108.839 22.3889C113.592 22.2932 118.346 22.1863 123.099 22.0683L120.033 19.002C120.09 21.302 120.15 23.602 120.212 25.902L123.099 23.015C118.346 23.1439 113.592 23.284 108.839 23.4353L106.453 23.3593L106.372 25.902C106.427 27.6347 106.484 29.3673 106.542 31.1L106.468 33.3173L108.839 33.3968C113.266 33.2483 117.692 33.0901 122.119 32.9222C122.553 32.9058 122.987 32.8892 123.421 32.8726L121.648 31.1C121.737 33.4 121.828 35.7 121.921 38C122.921 38 123.921 38 124.921 38C125.014 35.7 125.105 33.4 125.194 31.1L125.123 29.2621L123.421 29.3274C122.987 29.3108 122.553 29.2942 122.119 29.2778C117.692 29.1099 113.266 28.9517 108.839 28.8032L111.136 31.1C111.194 29.3673 111.251 27.6347 111.306 25.902L108.839 28.3687C113.592 28.52 118.346 28.6601 123.099 28.789L126.062 28.7087L125.986 25.902C126.048 23.602 126.108 21.302 126.165 19.002L126.087 15.8615L123.099 15.9357C118.346 15.8177 113.592 15.7108 108.839 15.6151L112.226 19.002C112.258 17.4073 112.289 15.8127 112.318 14.218L108.839 17.6974C113.7 17.7875 118.56 17.866 123.421 17.9327L127.186 17.881L127.136 14.218C127.167 11.918 127.196 9.618 127.223 7.318L127.179 3.47341L123.421 3.51643C115.923 3.43058 108.425 3.37259 100.927 3.34245L96.9355 3.35849L96.9514 7.318C96.9351 11.3737 96.927 15.4293 96.927 19.485C96.927 25.6567 97.0969 31.8283 97.4366 38L97.6387 41.6714L100.927 41.4904C105.691 41.2282 110.455 40.8647 115.219 40.4C117.953 40.1333 120.687 39.8333 123.421 39.5ZM123.421 36.5V39.5L124.974 39.3106L124.921 38H121.921L123.421 36.5ZM135.927 39.5C135.927 38.5 135.927 37.5 135.927 36.5C134.179 36.1667 132.43 35.8667 130.682 35.6C129.793 35.4644 128.904 35.3374 128.015 35.219L130.796 38C131.609 31.8962 132.015 25.7925 132.015 19.6887C132.015 15.5652 131.994 11.4416 131.953 7.318L128.015 11.2562C133.136 11.205 138.258 11.122 143.379 11.0073C147.637 10.8195 150.645 13.2844 150.845 17.53C151.128 21.6767 148.138 25.0294 143.379 25.1948C140.895 25.3171 138.411 25.4468 135.927 25.584L133.938 25.4741L133.815 27.696C133.908 29.3825 134.005 31.0689 134.105 32.7553C134.208 34.5036 134.316 36.2518 134.427 38C135.427 38 136.427 38 137.427 38C137.538 36.2518 137.645 34.5036 137.749 32.7553C137.849 31.0689 137.946 29.3825 138.039 27.696L135.927 29.808C138.411 29.9452 140.895 30.0749 143.379 30.1972C149.832 31.1054 157.592 24.8034 157.257 17.53C158.09 10.3364 150.375 3.06372 143.379 3.62872C138.258 3.51397 133.136 3.431 128.015 3.37981L124.038 3.41956L124.077 7.318C124.035 11.4416 124.015 15.5652 124.015 19.6887C124.015 25.7925 124.421 31.8962 125.234 38L125.646 41.0964L128.015 40.781C128.904 40.6626 129.793 40.5356 130.682 40.4C132.43 40.1333 134.179 39.8333 135.927 39.5ZM135.927 36.5V39.5L137.503 39.1995L137.427 38H134.427L135.927 36.5ZM142.321 16.796C142.321 19.4627 142.321 22.1293 142.321 24.796C143.19 24.795 144.121 24.6823 145.092 24.3589C147.724 23.7334 150.247 20.2012 150.001 17.53C150.055 15.7724 149.224 13.3692 147.492 11.9881C145.797 10.5872 143.89 10.2228 142.321 10.218C140.19 10.218 138.058 10.218 135.927 10.218H131.927V14.218C131.927 16.4107 131.927 18.6033 131.927 20.796V24.796H135.927C137.55 24.796 139.173 24.796 140.796 24.796C141.305 24.796 141.813 24.796 142.321 24.796C142.321 22.1293 142.321 19.4627 142.321 16.796C141.813 16.796 141.305 16.796 140.796 16.796C139.173 16.796 137.55 16.796 135.927 16.796L139.927 20.796C139.927 18.6033 139.927 16.4107 139.927 14.218L135.927 18.218C138.058 18.218 140.19 18.218 142.321 18.218C142.602 18.2106 142.614 18.3189 142.357 18.1221C142.239 18.0283 142.108 17.8499 142.054 17.7109C141.995 17.5704 142.001 17.4955 142.001 17.53C141.995 17.5598 142.014 17.3159 142.184 17.088C142.347 16.8559 142.554 16.7677 142.551 16.773C142.556 16.7725 142.467 16.7969 142.321 16.796ZM142.321 24.796V16.796V24.796ZM186.139 39.5C186.139 38.5 186.139 37.5 186.139 36.5C183.502 36.1824 180.865 35.895 178.227 35.6379L180.59 38C180.602 37.8697 180.615 37.7393 180.627 37.609C181.011 33.63 181.325 29.651 181.571 25.672L181.764 22.5468L178.227 22.3286C173.98 22.0664 169.733 21.8828 165.485 21.7776L161.69 21.6837L161.591 25.672C161.521 28.5163 161.485 31.3607 161.485 34.205C161.485 35.47 161.486 36.735 161.488 38L165.485 34.0023C162.848 34.0055 160.211 34.0121 157.573 34.0221L161.551 38C161.513 27.7727 161.424 17.5453 161.284 7.318L157.573 11.0284C160.211 10.9924 162.848 10.953 165.485 10.9102L161.893 7.318C161.955 11.136 162.024 14.954 162.1 18.772L162.034 22.0886L165.485 22.1573C169.733 22.0728 173.98 21.9795 178.227 21.8775L181.257 21.9503L181.333 18.772C181.241 14.954 181.143 11.136 181.037 7.318L178.227 10.1273C180.865 10.0543 183.502 9.97783 186.139 9.89804L183.559 7.318C183.785 14.7777 184.038 22.2373 184.317 29.697C184.421 32.4647 184.528 35.2323 184.639 38C185.639 38 186.639 38 187.639 38C187.751 35.2323 187.858 32.4647 187.962 29.697C188.241 22.2373 188.494 14.7777 188.72 7.318L188.639 4.66233L186.139 4.73796C183.502 4.65816 180.865 4.58173 178.227 4.50866L175.343 4.58859L175.418 7.318C175.312 11.136 175.214 14.954 175.122 18.772L178.227 15.6665C173.98 15.5645 169.733 15.4712 165.485 15.3867L168.871 18.772C168.947 14.954 169.016 11.136 169.078 7.318L169.019 3.66851L165.485 3.72579C162.848 3.68303 160.211 3.64363 157.573 3.60759L153.813 3.65897L153.863 7.318C153.723 17.5453 153.634 27.7727 153.596 38L153.611 41.9929L157.573 41.9779C160.211 41.9879 162.848 41.9945 165.485 41.9977L169.488 41.9928L169.483 38C169.485 36.735 169.485 35.47 169.485 34.205C169.485 31.3607 169.45 28.5163 169.38 25.672L165.485 29.5664C169.733 29.4612 173.98 29.2776 178.227 29.0154L174.884 25.672C175.13 29.651 175.444 33.63 175.827 37.609C175.84 37.7393 175.853 37.8697 175.865 38L176.116 40.568L178.227 40.3621C180.865 40.105 183.502 39.8176 186.139 39.5ZM186.139 36.5V39.5L187.692 39.313L187.639 38H184.639L186.139 36.5ZM214.163 39.5C214.163 38.5 214.163 37.5 214.163 36.5C211.429 36.1667 208.695 35.8667 205.961 35.6C201.197 35.1353 196.433 34.7718 191.669 34.5096L195.16 38C195.499 31.8283 195.669 25.6567 195.669 19.485C195.669 15.4293 195.661 11.3737 195.645 7.318L191.669 11.2935C199.167 11.2634 206.665 11.2054 214.163 11.1196L210.362 7.318C210.388 9.618 210.417 11.918 210.448 14.218L214.163 10.5033C209.303 10.57 204.442 10.6485 199.581 10.7386L196.168 10.6753L196.102 14.218C196.131 15.8127 196.162 17.4073 196.194 19.002L196.128 22.3193L199.581 22.3889C204.335 22.2932 209.088 22.1863 213.841 22.0683L210.775 19.002C210.832 21.302 210.892 23.602 210.954 25.902L213.841 23.015C209.088 23.1439 204.335 23.284 199.581 23.4353L197.195 23.3593L197.114 25.902C197.17 27.6347 197.226 29.3673 197.284 31.1L197.21 33.3173L199.581 33.3968C204.008 33.2483 208.435 33.0901 212.861 32.9222C213.295 32.9058 213.729 32.8892 214.163 32.8726L212.391 31.1C212.479 33.4 212.57 35.7 212.663 38C213.663 38 214.663 38 215.663 38C215.757 35.7 215.848 33.4 215.936 31.1L215.865 29.2621L214.163 29.3274C213.729 29.3108 213.295 29.2942 212.861 29.2778C208.435 29.1099 204.008 28.9517 199.581 28.8032L201.878 31.1C201.936 29.3673 201.993 27.6347 202.048 25.902L199.581 28.3687C204.335 28.52 209.088 28.6601 213.841 28.789L216.804 28.7087L216.728 25.902C216.791 23.602 216.85 21.302 216.907 19.002L216.829 15.8615L213.841 15.9357C209.088 15.8177 204.335 15.7108 199.581 15.6151L202.968 19.002C203 17.4073 203.031 15.8127 203.061 14.218L199.581 17.6974C204.442 17.7875 209.303 17.866 214.163 17.9327L217.928 17.881L217.878 14.218C217.909 11.918 217.938 9.618 217.965 7.318L217.921 3.47341L214.163 3.51643C206.665 3.43058 199.167 3.37259 191.669 3.34245L187.678 3.35849L187.694 7.318C187.677 11.3737 187.669 15.4293 187.669 19.485C187.669 25.6567 187.839 31.8283 188.179 38L188.381 41.6714L191.669 41.4904C196.433 41.2282 201.197 40.8647 205.961 40.4C208.695 40.1333 211.429 39.8333 214.163 39.5ZM214.163 36.5V39.5L215.716 39.3106L215.663 38H212.663L214.163 36.5ZM233.523 39.5C233.523 38.5 233.523 37.5 233.523 36.5C231.665 36.1667 229.806 35.8667 227.948 35.6C227.169 35.4882 226.39 35.3823 225.611 35.2823L228.329 38C229.184 31.3453 229.611 24.6907 229.611 18.036C229.611 16.7633 229.609 15.4907 229.606 14.218L229.617 10.2341L225.611 10.2232C222.744 10.231 219.876 10.2477 217.009 10.2731L220.954 14.218C220.934 11.918 220.907 9.618 220.876 7.318L217.009 11.1846C225.366 11.0691 233.722 10.8788 242.079 10.6136L238.783 7.318C238.856 9.618 238.935 11.918 239.019 14.218L242.079 11.1584C239.227 11.263 236.375 11.3763 233.523 11.4983L230.924 11.3871L230.803 14.218C231.063 20.2869 231.362 26.3559 231.701 32.4248C231.805 34.2832 231.912 36.1416 232.023 38C233.023 38 234.023 38 235.023 38C235.134 36.1416 235.242 34.2832 235.345 32.4248C235.684 26.3559 235.983 20.2869 236.243 14.218L233.523 16.9377C236.375 17.0597 239.227 17.173 242.079 17.2776L245.247 17.1615L245.139 14.218C245.223 11.918 245.302 9.618 245.375 7.318L245.267 3.92121L242.079 4.02238C233.722 3.75717 225.366 3.56685 217.009 3.45143L213.09 3.50556L213.143 7.318C213.111 9.618 213.085 11.918 213.064 14.218L213.1 18.1976L217.009 18.1629C219.876 18.1883 222.744 18.205 225.611 18.2128L221.616 14.218C221.613 15.4907 221.611 16.7633 221.611 18.036C221.611 24.6907 222.038 31.3453 222.893 38L223.281 41.0171L225.611 40.7177C226.39 40.6177 227.169 40.5118 227.948 40.4C229.806 40.1333 231.665 39.8333 233.523 39.5ZM233.523 36.5V39.5L235.096 39.2179L235.023 38H232.023L233.523 36.5Z' fill='%23070708' mask='url(%23path-3-outside-2_7301_25405)'/%3E%3Cmask id='path-5-outside-3_7301_25405' maskUnits='userSpaceOnUse' x='245.933' y='10' width='27' height='30' fill='black'%3E%3Crect fill='white' x='245.933' y='10' width='27' height='30'/%3E%3Cpath d='M262.933 26.4936L263.242 34.8083L258.409 35L258.1 26.6853L251.1 26.963L250.933 22.4395L257.932 22.1618L257.636 14.1917L262.469 14L262.765 21.97L269.765 21.6923L269.933 26.2159L262.933 26.4936Z'/%3E%3C/mask%3E%3Cpath d='M262.933 26.4936L263.242 34.8083L258.409 35L258.1 26.6853L251.1 26.963L250.933 22.4395L257.932 22.1618L257.636 14.1917L262.469 14L262.765 21.97L269.765 21.6923L269.933 26.2159L262.933 26.4936Z' fill='white'/%3E%3Cpath d='M264.432 26.438C263.433 26.475 262.433 26.5121 261.434 26.5492C261.15 27.883 260.899 29.2155 260.682 30.5468C260.443 32.0078 260.245 33.4673 260.086 34.9253L263.116 31.6532C261.496 31.4814 259.878 31.3591 258.261 31.2863L262.123 34.8622C262.229 32.6309 262.241 30.4031 262.158 28.1787C262.138 27.6315 262.117 27.0843 262.095 26.5371L261.956 22.5404L257.942 22.6904C255.609 22.7883 253.276 22.8979 250.944 23.0189L255.045 26.8166C254.971 25.3095 254.891 23.8025 254.807 22.2957L251.086 26.3139C253.418 26.1779 255.749 26.0304 258.079 25.8713L261.675 25.8312L261.642 22.0241C261.468 19.3702 261.279 16.7169 261.074 14.0642L257.773 17.6293C259.381 17.5014 260.99 17.3679 262.598 17.2289L259.24 14.1198C259.463 16.7719 259.7 19.4234 259.952 22.0744L259.897 24.7288L262.877 24.7828C265.205 24.5553 267.532 24.3162 269.859 24.0656L267.391 21.7804C267.549 23.2845 267.712 24.7883 267.88 26.292L269.851 24.1635C268.842 24.2787 267.833 24.396 266.825 24.5155C265.507 24.6716 264.19 24.8313 262.874 24.9948C262.913 25.994 262.953 26.9932 262.993 27.9924C264.318 28.051 265.644 28.1059 266.969 28.1571C267.984 28.1963 268.999 28.2334 270.014 28.2682L272.195 28.0193L271.985 26.1397C272.041 24.6277 272.092 23.1159 272.138 21.6043L271.873 19.0819L269.671 19.3191C267.331 19.2536 264.992 19.1997 262.654 19.1573L265.578 21.8657C265.633 19.2033 265.674 16.5414 265.699 13.8802L265.416 10.5054L262.341 10.7711C260.727 10.7599 259.114 10.7543 257.5 10.7541L253.946 11.0369L254.199 14.3193C254.191 16.9799 254.199 19.6399 254.222 22.2994L257.785 18.4522C255.449 18.4783 253.114 18.5159 250.779 18.5651L246.847 18.7944L247.058 22.5832C247.086 24.0921 247.118 25.6008 247.156 27.1094L247.353 31.1097L251.257 30.9071C253.591 30.843 255.925 30.7674 258.259 30.6803L254.105 26.8336C254.124 27.3809 254.143 27.9281 254.164 28.4754C254.246 30.6997 254.423 32.9205 254.694 35.1378L255.184 39.1351L258.556 38.7137C260.161 38.5131 261.765 38.263 263.367 37.9633L266.879 37.3061L266.397 34.6912C266.131 33.2489 265.825 31.8081 265.478 30.3688C265.163 29.0573 264.814 27.747 264.432 26.438ZM261.434 26.5492L264.432 26.438L262.993 27.9924L262.874 24.9948L261.775 24.9462L261.434 26.5492Z' fill='%23070708' mask='url(%23path-5-outside-3_7301_25405)'/%3E%3C/svg%3E%0A");
  }
  #first_screen .cta h1 .speed {
    font-size: 18px;
    padding: 8px 15px;
  }
  #first_screen .cta .points {
    margin-bottom: 130px;
  }
  #first_screen .cta .points .point {
    font-size: 16px;
    margin-bottom: 14px;
  }
  #first_screen .cta .bubble {
    bottom: 192px;
  }
  #first_screen .cta .bubble.lv {
    bottom: 192px;
  }
  #first_screen .cta .discount-block .old_price {
    left: auto;
    top: auto;
    bottom: -55px;
    right: -120px;
  }
  #first_screen .cta .form-block {
    max-width: 400px;
  }
  #first_screen .cta .form-block:before {
    background-image: url(../img/img-april2026-inet-375.png);
    width: 329px;
    height: 329px;
    top: -263px;
    right: -65px;
  }
  #first_screen .cta .form-block form .custom_checkbox {
    max-width: 215px;
  }
}

/*** Tarifi ***/
.tarifi-internet {
  background: #f2f6fa;
  padding: 80px 0 90px;
}
.tarifi-internet h2 {
  margin-bottom: 50px;
}
.tarifi-internet .mode-switch {
  width: -moz-max-content;
  width: max-content;
  padding: 5px;
  background-color: #f6f7fb;
  border-radius: 48px;
  margin: 0 auto 50px;
}
.tarifi-internet .mode-switch a {
  padding: 20px 48px;
  border-radius: 100px;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  color: #1E1E1E;
  cursor: pointer;
  transition: all 0.2s;
}
.tarifi-internet .mode-switch a:hover {
  background-color: rgba(255, 255, 255, 0.4);
  box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.2s;
}
.tarifi-internet .mode-switch a.active {
  background-color: #FFF;
  box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.1);
  font-weight: 500;
  cursor: default;
  transition: all 0.2s;
}
.tarifi-internet .tarifi-points {
  margin: 0 -25px;
}
.tarifi-internet .tarifi-points [data-control-this*=unlimited]:not([data-control-this*=two-years]) {
  display: none;
}
.tarifi-internet .tarifi-points .single-tarif {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 384px;
  min-height: 474px;
  background-color: #FFF;
  border-radius: 10px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 39px 50px 50px;
  margin: 0 25px;
  position: relative;
}
.tarifi-internet .tarifi-points .single-tarif.tariff_internet .pack-header path {
  fill: #ED2D72;
}
.tarifi-internet .tarifi-points .single-tarif.tariff_internet .list .list-item .icon-point svg path {
  fill: #ED2D72;
}
.tarifi-internet .tarifi-points .single-tarif.tariff_internet .button {
  background: #ED2D72;
}
.tarifi-internet .tarifi-points .single-tarif.tariff_internet_tv .pack-header path {
  fill: #9458A2;
}
.tarifi-internet .tarifi-points .single-tarif.tariff_internet_tv .list .list-item a {
  color: #9458A2;
}
.tarifi-internet .tarifi-points .single-tarif.tariff_internet_tv .list .list-item .icon-point svg path {
  fill: #9458A2;
}
.tarifi-internet .tarifi-points .single-tarif.tariff_internet_tv .button {
  background: #9458A2;
}
.tarifi-internet .tarifi-points .single-tarif .content-info-icon {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 15px;
  left: 15px;
  cursor: pointer;
  transition: all 0.3s;
}
.tarifi-internet .tarifi-points .single-tarif .info-tooltip {
  display: none;
  position: absolute;
  top: 15px;
  left: 60px;
  right: 15px;
  padding: 32px 15px 32px;
  border-radius: 8px;
  box-shadow: 0 10px 20px 0 rgba(8, 68, 164, 0.3);
  z-index: 10;
  background: #FFF;
}
.tarifi-internet .tarifi-points .single-tarif .info-tooltip:after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  right: 100%;
  border-width: 9px 14px 9px 0;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
}
.tarifi-internet .tarifi-points .single-tarif .info-tooltip ul li {
  padding: 0 0 24px;
}
.tarifi-internet .tarifi-points .single-tarif .info-tooltip ul li:last-child {
  padding: 0;
}
.tarifi-internet .tarifi-points .single-tarif .info-tooltip .close-tooltip {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  right: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tarifi-internet .tarifi-points .single-tarif .info-tooltip .close-tooltip svg {
  width: 16px;
  height: 16px;
  fill: #8c97a3;
}
.tarifi-internet .tarifi-points .single-tarif .info-tooltip .close-tooltip:hover svg {
  fill: #ED2D72;
}
.tarifi-internet .tarifi-points .single-tarif .pack-header {
  position: absolute;
  top: 0;
  right: 0;
}
.tarifi-internet .tarifi-points .single-tarif .name-tarif {
  font-weight: 500;
  font-size: 28px;
  line-height: 130%;
  margin-bottom: 27px;
}
.tarifi-internet .tarifi-points .single-tarif .list .list-item {
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  margin-bottom: 16px;
}
.tarifi-internet .tarifi-points .single-tarif .list .list-item .icon-point {
  width: 20px;
  height: 20px;
  border: 0;
  flex-shrink: 0;
  margin-right: 10px;
}
.tarifi-internet .tarifi-points .single-tarif .list .list-item a {
  font-size: 16px;
}
.tarifi-internet .tarifi-points .single-tarif .price {
  font-family: "Proxima Nova", sans-serif;
  margin-bottom: 20px;
}
.tarifi-internet .tarifi-points .single-tarif .price .old_price {
  color: #9fa2b5;
  font-weight: 600;
  margin-right: 20px;
  margin-top: 5px;
  position: relative;
}
.tarifi-internet .tarifi-points .single-tarif .price .old_price:after {
  display: block;
  content: "";
  background-color: #9fa2b5;
  width: 115%;
  height: 2px;
  position: absolute;
  left: -5px;
  top: 42%;
  transform: rotate(-20deg);
}
.tarifi-internet .tarifi-points .single-tarif .price .old_price .eur {
  font-size: 36px;
  line-height: 120%;
}
.tarifi-internet .tarifi-points .single-tarif .price .old_price .right-part .cents {
  font-size: 24px;
  line-height: 120%;
}
.tarifi-internet .tarifi-points .single-tarif .price .new_price .eur {
  font-weight: 700;
  font-size: 90px;
  line-height: 100%;
  letter-spacing: -0.05em;
}
.tarifi-internet .tarifi-points .single-tarif .price .new_price .right-part {
  margin-left: 7px;
  margin-top: 7px;
  position: relative;
}
.tarifi-internet .tarifi-points .single-tarif .price .new_price .right-part .cents {
  font-size: 48px;
  font-weight: 700;
  line-height: 105%;
  letter-spacing: -0.03em;
  margin-bottom: -5px;
  position: relative;
}
.tarifi-internet .tarifi-points .single-tarif .price .new_price .right-part .value {
  font-size: 18px;
  line-height: 150%;
  margin-left: 3px;
}
.tarifi-internet .tarifi-points .single-tarif .until-text {
  font-size: 18px;
  line-height: 120%;
  margin-bottom: 29px;
}
.tarifi-internet .tarifi-points .single-tarif .button {
  width: 217px;
  height: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  color: #FFF;
  cursor: pointer;
}
.tarifi-internet .tarifi-points .single-tarif.orange .pack-header path {
  fill: #ec7c38;
}
.tarifi-internet .tarifi-points .single-tarif.orange .list .list-item .icon-point {
  border-color: #ec7c38;
}
.tarifi-internet .tarifi-points .single-tarif.orange .list .list-item .icon-point svg path {
  fill: #ec7c38;
}
.tarifi-internet .tarifi-points .single-tarif.orange .list .list-item a {
  color: #ec7c38;
}
.tarifi-internet .tarifi-points .single-tarif.orange .button {
  background-color: #ec7c38;
}
.tarifi-internet .tarifi-points .single-tarif.orange .button:hover {
  background-color: rgba(236, 124, 56, 0.8);
}
.tarifi-internet .tarifi-points .single-tarif.green .pack-header path {
  fill: #3D7900;
}
.tarifi-internet .tarifi-points .single-tarif.green .list .list-item .icon-point {
  border-color: #3D7900;
}
.tarifi-internet .tarifi-points .single-tarif.green .list .list-item .icon-point svg path {
  fill: #3D7900;
}
.tarifi-internet .tarifi-points .single-tarif.green .list .list-item a {
  color: #3D7900;
}
.tarifi-internet .tarifi-points .single-tarif.green .button {
  background-color: #3D7900;
}
.tarifi-internet .tarifi-points .single-tarif.green .button:hover {
  background-color: rgba(61, 121, 0, 0.8);
}
.tarifi-internet .tarifi-points .single-tarif.blue .pack-header path {
  fill: #00BBEF;
}
.tarifi-internet .tarifi-points .single-tarif.blue .list .list-item .icon-point {
  border-color: #00BBEF;
}
.tarifi-internet .tarifi-points .single-tarif.blue .list .list-item .icon-point svg path {
  fill: #00BBEF;
}
.tarifi-internet .tarifi-points .single-tarif.blue .list .list-item a {
  color: #00BBEF;
}
.tarifi-internet .tarifi-points .single-tarif.blue .button {
  background-color: #00BBEF;
}
.tarifi-internet .tarifi-points .single-tarif.blue .button:hover {
  background-color: rgba(0, 187, 239, 0.8);
}
.tarifi-internet .tarifi-points .single-tarif.dark_blue .pack-header path {
  fill: #0844A4;
}
.tarifi-internet .tarifi-points .single-tarif.dark_blue .list .list-item .icon-point {
  border-color: #0844A4;
}
.tarifi-internet .tarifi-points .single-tarif.dark_blue .list .list-item .icon-point svg path {
  fill: #0844A4;
}
.tarifi-internet .tarifi-points .single-tarif.dark_blue .list .list-item a {
  color: #0844A4;
}
.tarifi-internet .tarifi-points .single-tarif.dark_blue .button {
  background-color: #0844A4;
}
.tarifi-internet .tarifi-points .single-tarif.dark_blue .button:hover {
  background-color: rgba(8, 68, 164, 0.8);
}
.tarifi-internet .tarifi-points .single-tarif.yellow .pack-header path {
  fill: #FBDA2B;
}
.tarifi-internet .tarifi-points .single-tarif.yellow .list .list-item .icon-point {
  border-color: #FBDA2B;
}
.tarifi-internet .tarifi-points .single-tarif.yellow .list .list-item .icon-point svg path {
  fill: #FBDA2B;
}
.tarifi-internet .tarifi-points .single-tarif.yellow .list .list-item a {
  color: #FBDA2B;
}
.tarifi-internet .tarifi-points .single-tarif.yellow .button {
  background-color: #FBDA2B;
}
.tarifi-internet .tarifi-points .single-tarif.yellow .button:hover {
  background-color: rgba(251, 218, 43, 0.8);
}
.tarifi-internet .tarifi-points .single-tarif.pink .pack-header path {
  fill: #ea447e;
}
.tarifi-internet .tarifi-points .single-tarif.pink .list .list-item .icon-point {
  border-color: #ea447e;
}
.tarifi-internet .tarifi-points .single-tarif.pink .list .list-item .icon-point svg path {
  fill: #ea447e;
}
.tarifi-internet .tarifi-points .single-tarif.pink .list .list-item a {
  color: #ea447e;
}
.tarifi-internet .tarifi-points .single-tarif.pink .button {
  background-color: #ea447e;
}
.tarifi-internet .tarifi-points .single-tarif.pink .button:hover {
  background-color: rgba(234, 68, 126, 0.8);
}
.tarifi-internet .tarifi-points .single-tarif.purple .pack-header path {
  fill: purple;
}
.tarifi-internet .tarifi-points .single-tarif.purple .list .list-item .icon-point {
  border-color: purple;
}
.tarifi-internet .tarifi-points .single-tarif.purple .list .list-item .icon-point svg path {
  fill: purple;
}
.tarifi-internet .tarifi-points .single-tarif.purple .list .list-item a {
  color: purple;
}
.tarifi-internet .tarifi-points .single-tarif.purple .button {
  background-color: purple;
}
.tarifi-internet .tarifi-points .single-tarif.purple .button:hover {
  background-color: rgba(128, 0, 128, 0.8);
}
.tarifi-internet .link-kopsavilkums {
  font-size: 15px;
  color: #979797;
  border-bottom: none;
  margin-top: 15px;
}
.tarifi-internet .link-kopsavilkums:hover {
  color: #1E1E1E;
}
.tarifi-internet .link-kopsavilkums:hover svg path {
  fill: #1E1E1E;
  transition: all 0.3s;
}
.tarifi-internet .link-kopsavilkums svg {
  margin-right: 6px;
}
.tarifi-internet .link-kopsavilkums svg path {
  transition: all 0.3s;
}
@media (max-width: 1279px) {
  .tarifi-internet {
    padding: 80px 0;
  }
}
@media (max-width: 1023px) {
  .tarifi-internet {
    padding: 60px 0;
  }
  .tarifi-internet .tarifi-points {
    width: 100%;
    justify-content: space-between;
    margin: 0;
  }
  .tarifi-internet .tarifi-points .single-tarif {
    width: calc(50% - 7px);
    padding: 35px 45px 45px;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .tarifi-internet h2 {
    margin-bottom: 40px;
  }
  .tarifi-internet .mode-switch {
    width: 100%;
    margin-bottom: 30px;
  }
  .tarifi-internet .mode-switch a {
    width: 50%;
    font-size: 15px;
    padding: 20px;
  }
  .tarifi-internet .tarifi-points {
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .tarifi-internet .tarifi-points .single-tarif {
    max-width: 350px;
    width: 100%;
    min-height: 400px;
    padding: 35px 35px 45px;
    margin: 0 0 20px;
  }
}
@media (max-width: 479px) {
  .tarifi-internet .mode-switch {
    width: 100%;
    margin-bottom: 30px;
  }
  .tarifi-internet .mode-switch a {
    font-size: 13px;
    padding: 16px 13px;
  }
  .tarifi-internet .tarifi-points .single-tarif .name-tarif {
    font-size: 20px;
    margin-bottom: 25px;
  }
}

/*** About kibersargs ***/
#about-kibersargs {
  padding: 100px 0 120px;
}
#about-kibersargs h2 {
  margin-bottom: 60px;
}
#about-kibersargs .content-block {
  margin-bottom: 80px;
}
#about-kibersargs .content-block .text-col {
  max-width: 100%;
  font-size: 18px;
}
#about-kibersargs .content-block .text-col p {
  margin: 0 0 40px 0;
}
#about-kibersargs .content-block .text-col p:last-of-type {
  margin: 0;
}
#about-kibersargs .content-block .text-col p span {
  display: block;
  font-weight: 600;
  font-size: 28px;
  line-height: 130%;
  margin-bottom: 16px;
}
#about-kibersargs .list-about-kibersargs .list__item {
  width: 377px;
  min-height: 216px;
  background: #f2f6fa;
  border: 2px solid #dfe5ea;
  border-radius: 20px;
  padding: 40px;
}
#about-kibersargs .list-about-kibersargs .list__item .title {
  font-weight: 600;
  font-size: 28px;
  line-height: 130%;
  margin-bottom: 12px;
}
#about-kibersargs .list-about-kibersargs .list__item .title svg {
  display: flex;
  flex-shrink: 0;
  margin-right: 12px;
}
#about-kibersargs .list-about-kibersargs .list__item .text {
  font-size: 18px;
  line-height: 140%;
  opacity: 0.9;
}
@media (max-width: 1279px) {
  #about-kibersargs {
    padding: 80px 0 100px;
  }
  #about-kibersargs .content-block {
    margin-bottom: 60px;
  }
  #about-kibersargs .list-about-kibersargs .list__item {
    width: 310px;
    padding: 30px;
  }
  #about-kibersargs .list-about-kibersargs .list__item .title {
    font-size: 24px;
  }
}
@media (max-width: 1023px) {
  #about-kibersargs {
    padding: 60px 0;
  }
  #about-kibersargs .content-block {
    margin-bottom: 50px;
  }
  #about-kibersargs .list-about-kibersargs .list__item {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
  #about-kibersargs .list-about-kibersargs .list__item:last-of-type {
    width: 475px;
  }
}
@media (max-width: 767px) {
  #about-kibersargs {
    padding: 60px 0 50px;
  }
  #about-kibersargs h2 {
    margin-bottom: 30px;
  }
  #about-kibersargs .content-block {
    flex-direction: column-reverse;
  }
  #about-kibersargs .content-block .text-col {
    max-width: 100%;
  }
  #about-kibersargs .content-block .text-col p {
    margin: 0 0 30px 0;
  }
  #about-kibersargs .content-block .text-col p span {
    font-size: 24px;
  }
  #about-kibersargs .content-block .icon-shield-kibersargs {
    width: 174px;
    height: 233px;
    margin-bottom: 30px;
  }
  #about-kibersargs .list-about-kibersargs .list__item {
    width: 100%;
    min-height: 180px;
    margin-bottom: 10px;
  }
  #about-kibersargs .list-about-kibersargs .list__item:last-of-type {
    width: 100%;
  }
}
/*** What can kibersargs ***/
#what-can-kibersargs {
  background: #040707;
  padding: 120px 0;
}
#what-can-kibersargs h2 {
  margin-bottom: 60px;
}
#what-can-kibersargs .list-what-can-kibersargs {
  border-radius: 20px;
  box-shadow: 0 4px 144px 0 rgba(8, 68, 164, 0.2);
  background: #202323;
  padding: 50px 100px;
  position: relative;
  /*&:before {
    content: '';
    display: block;
    width: 2px;
    height: calc(100% - 100px);
    background-color: rgba(255,255,255, .2);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }*/
}
#what-can-kibersargs .list-what-can-kibersargs .list__item {
  width: 50%;
}
#what-can-kibersargs .list-what-can-kibersargs .list__item:nth-child(odd) {
  padding-right: 100px;
  border-right: 2px solid rgba(255, 255, 255, 0.2);
}
#what-can-kibersargs .list-what-can-kibersargs .list__item:nth-child(even) {
  padding-left: 100px;
}
#what-can-kibersargs .list-what-can-kibersargs .list__item svg {
  margin-bottom: 26px;
}
#what-can-kibersargs .list-what-can-kibersargs .list__item .title {
  font-weight: 600;
  font-size: 28px;
  line-height: 130%;
  margin-bottom: 16px;
}
#what-can-kibersargs .list-what-can-kibersargs .list__item .text {
  font-size: 18px;
  line-height: 140%;
  opacity: 0.8;
}
#what-can-kibersargs .check-availability {
  background: #040707;
  border-radius: 20px;
  box-shadow: 0 4px 144px 0 rgba(8, 68, 164, 0.2);
  padding: 60px 120px 60px 60px;
}
#what-can-kibersargs .check-availability .text {
  max-width: 500px;
  font-weight: 600;
  font-size: 28px;
  line-height: 140%;
}
#what-can-kibersargs .check-availability .button {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  background: #ED2D72;
  color: #FFF;
  min-width: 290px;
  width: auto;
  height: 62px;
  padding: 0 20px;
  transition: all 0.3s;
}
#what-can-kibersargs .check-availability .button:hover {
  background: #9458A2;
  transition: all 0.3s;
}
#what-can-kibersargs .check-availability .button svg {
  margin-right: 6px;
}
@media (max-width: 1279px) {
  #what-can-kibersargs {
    padding: 80px 0;
  }
  #what-can-kibersargs .list-what-can-kibersargs {
    padding: 50px 40px;
  }
  #what-can-kibersargs .list-what-can-kibersargs .list__item:nth-child(odd) {
    padding-right: 50px;
  }
  #what-can-kibersargs .list-what-can-kibersargs .list__item:nth-child(even) {
    padding-left: 50px;
  }
  #what-can-kibersargs .list-what-can-kibersargs .list__item .title {
    font-size: 24px;
  }
  #what-can-kibersargs .check-availability {
    padding: 60px;
  }
}
@media (max-width: 1023px) {
  #what-can-kibersargs {
    padding: 60px 0;
  }
  #what-can-kibersargs h2 {
    margin-bottom: 40px;
  }
  #what-can-kibersargs .list-what-can-kibersargs {
    flex-direction: column;
  }
  #what-can-kibersargs .list-what-can-kibersargs .list__item {
    width: 100%;
  }
  #what-can-kibersargs .list-what-can-kibersargs .list__item:nth-child(odd) {
    padding-right: 0;
    padding-bottom: 50px;
    border-right: 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  }
  #what-can-kibersargs .list-what-can-kibersargs .list__item:nth-child(even) {
    padding-left: 0;
    padding-top: 50px;
  }
  #what-can-kibersargs .check-availability {
    padding: 60px 0;
  }
  #what-can-kibersargs .check-availability .text {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  #what-can-kibersargs .list-what-can-kibersargs {
    margin-bottom: 50px;
  }
  #what-can-kibersargs .list-what-can-kibersargs .list__item:nth-child(odd) {
    padding-bottom: 40px;
  }
  #what-can-kibersargs .list-what-can-kibersargs .list__item:nth-child(even) {
    padding-top: 40px;
  }
  #what-can-kibersargs .list-what-can-kibersargs .list__item svg {
    width: 88px;
    height: 80px;
    margin-bottom: 20px;
  }
  #what-can-kibersargs .list-what-can-kibersargs .list__item .text {
    margin-bottom: 12px;
  }
  #what-can-kibersargs .check-availability {
    padding: 0;
  }
  #what-can-kibersargs .check-availability .text {
    font-size: 24px;
  }
}
@media (max-width: 479px) {
  #what-can-kibersargs .list-what-can-kibersargs {
    padding: 40px 30px;
    margin-bottom: 50px;
  }
  #what-can-kibersargs .list-what-can-kibersargs .list__item .title {
    font-size: 20px;
  }
  #what-can-kibersargs .check-availability .text {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

/*** Our services ***/
#our-services {
  padding-top: 80px;
}
#our-services h2 {
  margin-bottom: 40px;
}
#our-services .list {
  margin-bottom: 20px;
}
#our-services .list .list__item {
  width: 381px;
  min-height: 249px;
  border-radius: 10px;
  background: #f5f7fa;
  margin-bottom: 20px;
  padding: 62px 100px 62px 53px;
}
#our-services .list .list__item:nth-child(1), #our-services .list .list__item:nth-child(2) {
  width: calc(50% - 7px);
}
#our-services .list .list__item .title {
  font-size: 60px;
  font-weight: 700;
  line-height: 108%;
  margin-bottom: 6px;
}
#our-services .list .list__item .title span {
  font-size: 30px;
  font-weight: 500;
  line-height: 130%;
  margin-left: 4px;
}
#our-services .list .list__item .text {
  color: #606060;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
}
#our-services .list .list__item .text a {
  color: #54BEE1;
}
@media (max-width: 1279px) {
  #our-services {
    padding-top: 70px;
  }
  #our-services .list .list__item {
    width: 315px;
    margin-bottom: 16px;
    padding: 62px 50px;
  }
}
@media (max-width: 1023px) {
  #our-services {
    padding-top: 60px;
  }
  #our-services h2 {
    margin-bottom: 30px;
  }
  #our-services .list .list__item {
    width: 237px;
    margin-bottom: 8px;
    padding: 50px 32px;
  }
}
@media (max-width: 767px) {
  #our-services {
    padding-top: 26px;
  }
  #our-services h2 {
    max-width: 300px;
    margin-bottom: 20px;
  }
  #our-services .list {
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: column;
  }
  #our-services .list .list__item {
    max-width: 361px;
    width: 100%;
    min-height: 200px;
    margin-bottom: 7px;
    padding: 50px 32px;
  }
  #our-services .list .list__item:nth-child(1), #our-services .list .list__item:nth-child(2) {
    width: 100%;
  }
}
@media (max-width: 479px) {
  #our-services {
    padding-top: 40px;
  }
  #our-services h2 {
    margin-bottom: 20px;
  }
  #our-services .list .list__item {
    min-height: 184px;
    padding: 40px 25px;
  }
  #our-services .list .list__item .title {
    font-size: 45px;
    margin-bottom: 13px;
  }
  #our-services .list .list__item .title span {
    font-size: 25px;
  }
  #our-services .list .list__item .text {
    font-size: 16px;
  }
}

#about-balticom {
  padding: 80px 0 90px;
}
#about-balticom h2 {
  margin-bottom: 50px;
}
#about-balticom .list-about-balticom {
  max-width: 465px;
  flex-shrink: 0;
}
#about-balticom .list-about-balticom .list__item {
  margin-bottom: 55px;
}
#about-balticom .list-about-balticom .list__item:last-child {
  margin-bottom: 0;
}
#about-balticom .list-about-balticom .list__item .title {
  display: flex;
  flex-shrink: 0;
  font-size: 52px;
  font-weight: 700;
  line-height: 108%;
  margin-right: 23px;
}
#about-balticom .list-about-balticom .list__item .text {
  display: flex;
  flex: auto;
  color: #606060;
  font-size: 22px;
  font-weight: 400;
  line-height: 130%;
}
#about-balticom .img-about-balticom {
  width: 568px;
  height: 483px;
  background-image: url(../img/img-about-balticom-1920.jpg);
  border-radius: 10px;
}
@media (max-width: 1279px) {
  #about-balticom {
    padding: 60px 0 70px;
  }
  #about-balticom .list-about-balticom {
    max-width: 405px;
  }
  #about-balticom .list-about-balticom .list__item .title {
    font-size: 45px;
    margin-right: 20px;
  }
  #about-balticom .list-about-balticom .list__item .text {
    font-size: 18px;
  }
  #about-balticom .img-about-balticom {
    width: 480px;
    height: 409px;
    background-image: url(../img/img-about-balticom-1024.jpg);
  }
}
@media (max-width: 1023px) {
  #about-balticom {
    padding: 55px 0 60px;
  }
  #about-balticom h2 {
    margin-bottom: 35px;
  }
  #about-balticom .content-block {
    align-items: center;
    flex-direction: column-reverse;
  }
  #about-balticom .list-about-balticom {
    max-width: 625px;
  }
  #about-balticom .list-about-balticom .list__item {
    margin-bottom: 25px;
  }
  #about-balticom .list-about-balticom .list__item .title {
    font-size: 40px;
    margin-right: 15px;
  }
  #about-balticom .img-about-balticom {
    width: 559px;
    height: 418px;
    background-image: url(../img/img-about-balticom-768.jpg);
    margin-bottom: 55px;
  }
}
@media (max-width: 767px) {
  #about-balticom {
    padding: 50px 0;
  }
  #about-balticom .container {
    align-items: center;
  }
  #about-balticom h2 {
    max-width: 375px;
    margin-bottom: 30px;
  }
  #about-balticom .list-about-balticom {
    max-width: 375px;
  }
  #about-balticom .list-about-balticom .list__item {
    margin-bottom: 25px;
  }
  #about-balticom .img-about-balticom {
    width: 450px;
    height: 336px;
    background-image: url(../img/img-about-balticom-480.jpg);
  }
}
@media (max-width: 479px) {
  #about-balticom {
    padding: 40px 0;
  }
  #about-balticom .list-about-balticom .list__item .title {
    font-size: 35px;
    margin-right: 15px;
  }
  #about-balticom .list-about-balticom .list__item .text {
    font-size: 16px;
  }
  #about-balticom .img-about-balticom {
    max-width: 450px;
    width: 100%;
    height: 258px;
    background-image: url(../img/img-about-balticom-375.jpg);
    margin-bottom: 30px;
  }
}

#our-achievements {
  background-image: url(../img/bg-our-achievements-1920.jpg);
  padding: 80px 0 95px;
}
#our-achievements h2 {
  margin-bottom: 60px;
}
#our-achievements h2 br {
  display: none;
}
#our-achievements .list .list__item {
  width: 380px;
  min-height: 229px;
  border-radius: 10px;
  border: 1px solid rgba(223, 223, 223, 0.5);
  background: #17171e;
  padding: 44px 25px 44px 19px;
}
#our-achievements .list .list__item .top-row {
  margin-bottom: 15px;
}
#our-achievements .list .list__item .top-row svg {
  display: flex;
  flex-shrink: 0;
  margin-right: 16px;
}
#our-achievements .list .list__item .top-row .title {
  display: flex;
  flex: auto;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}
#our-achievements .list .list__item .text {
  color: #d6d6d6;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  padding-left: 6px;
}
#our-achievements .list .list__item .text a,
#our-achievements .list .list__item .text span {
  color: #00BBEF;
  border-bottom: 0;
  text-decoration: none;
}
@media (max-width: 1279px) {
  #our-achievements .list {
    max-width: 942px;
  }
  #our-achievements .list .list__item {
    width: 300px;
    padding: 30px 25px 40px 19px;
  }
  #our-achievements .list .list__item .top-row {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
  }
  #our-achievements .list .list__item .top-row svg {
    width: 50px;
    height: 50px;
    margin-bottom: 8px;
  }
  #our-achievements .list .list__item .top-row .title {
    font-size: 16px;
    line-height: 20px;
    min-height: 40px;
    padding-left: 6px;
  }
  #our-achievements .list .list__item .text {
    font-size: 16px;
    line-height: 20px;
    padding-left: 6px;
  }
}
@media (max-width: 1023px) {
  #our-achievements {
    padding: 55px 0 65px;
  }
  #our-achievements h2 {
    margin-bottom: 35px;
  }
  #our-achievements .list .list__item {
    width: 225px;
    padding: 30px 15px;
  }
  #our-achievements .list .list__item .top-row {
    margin-bottom: 10px;
  }
  #our-achievements .list .list__item .top-row svg {
    width: 50px;
    height: 50px;
    margin-bottom: 8px;
  }
  #our-achievements .list .list__item .top-row .title {
    min-height: 60px;
  }
}
@media (max-width: 767px) {
  #our-achievements {
    padding: 60px 0 75px;
  }
  #our-achievements h2 {
    max-width: 400px;
  }
  #our-achievements h2 br {
    display: block;
  }
  #our-achievements .list {
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  #our-achievements .list .list__item {
    max-width: 405px;
    width: 100%;
    margin-bottom: 20px;
    padding: 40px 20px 40px 24px;
  }
  #our-achievements .list .list__item:last-of-type {
    margin-bottom: 0;
  }
  #our-achievements .list .list__item .top-row {
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 26px;
  }
  #our-achievements .list .list__item .top-row svg {
    width: 54px;
    height: 54px;
    display: flex;
    flex-shrink: 0;
    margin-bottom: 0;
  }
  #our-achievements .list .list__item .top-row .title {
    font-size: 20px;
    line-height: 24px;
    min-height: 48px;
    padding-left: 0;
  }
  #our-achievements .list .list__item .text {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 479px) {
  #our-achievements {
    padding: 41px 0;
  }
  #our-achievements h2 {
    margin-bottom: 30px;
  }
  #our-achievements .list .list__item {
    min-height: 200px;
    padding: 30px 24px 40px 19px;
  }
  #our-achievements .list .list__item .top-row {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
  }
  #our-achievements .list .list__item .top-row svg {
    width: 45px;
    height: 45px;
    margin-bottom: 8px;
  }
  #our-achievements .list .list__item .top-row .title {
    font-size: 16px;
    line-height: 20px;
    min-height: 20px;
    padding-left: 6px;
  }
  #our-achievements .list .list__item .text {
    font-size: 16px;
    line-height: 20px;
  }
}

#why-balticom {
  padding-top: 100px;
  padding-bottom: 65px;
}
#why-balticom .points .point {
  margin-bottom: 80px;
}
#why-balticom .points .point:nth-of-type(odd) {
  flex-direction: row-reverse;
}
#why-balticom .points .point:last-child {
  margin-bottom: 0;
}
#why-balticom .points .point .content-point {
  width: 500px;
}
#why-balticom .points .point .content-point .title-point {
  font-size: 30px;
  font-weight: 500;
  line-height: 130%;
  color: #1E1E1E;
  margin-bottom: 30px;
}
#why-balticom .points .point .content-point .text-point {
  color: #606060;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}
#why-balticom .points .point .content-point .text-point ul.with-border {
  border: 1px solid #efecef;
  border-radius: 10px;
  width: 100%;
  display: block;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  -moz-column-count: 2;
       column-count: 2;
  margin-top: 25px;
  padding: 30px;
}
#why-balticom .points .point .content-point .text-point ul.with-border li {
  color: #1E1E1E;
  font-size: 22px;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 20px;
  text-align: left;
  padding-left: 29px;
  position: relative;
}
#why-balticom .points .point .content-point .text-point ul.with-border li:before {
  content: "";
  display: block;
  width: 16px;
  height: 15px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='15' viewBox='0 0 16 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.5264 0.869907C13.8741 0.445711 12.9576 0.576803 12.4805 1.15707L5.07704 10.1942L2.61287 7.41596C2.11073 6.8517 1.19031 6.75565 0.556888 7.20083C-0.0784676 7.64597 -0.185392 8.46732 0.314839 9.02967L5.17005 14.5072L14.8465 2.69075C15.3237 2.10854 15.1806 1.2941 14.5264 0.869907Z' fill='%2354BEE1'/%3E%3Cpath d='M14.5264 0.869907C13.8741 0.445711 12.9576 0.576803 12.4805 1.15707L5.07704 10.1942L2.61287 7.41596C2.11073 6.8517 1.19031 6.75565 0.556888 7.20083C-0.0784676 7.64597 -0.185392 8.46732 0.314839 9.02967L5.17005 14.5072L14.8465 2.69075C15.3237 2.10854 15.1806 1.2941 14.5264 0.869907Z' fill='url(%23paint0_linear_94_3849)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_94_3849' x1='14.6882' y1='16.0635' x2='0.031252' y2='8.938' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F78E39'/%3E%3Cstop offset='1' stop-color='%23F17533'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#why-balticom .points .point .content-point .text-point ul.with-border li:nth-child(2n) {
  margin-right: 0;
}
#why-balticom .points .point .content-point .text-point ul.with-border li:nth-child(3n), #why-balticom .points .point .content-point .text-point ul.with-border li:last-child {
  margin-bottom: 0;
}
#why-balticom .points .point .content-point .text-point span br {
  display: none;
}
#why-balticom .points .point .content-point .text-point svg {
  margin-bottom: -4px;
}
#why-balticom .points .point .content-point .text-point a {
  color: #1E1E1E;
  transition: all 0.2s;
}
#why-balticom .points .point .content-point .text-point a:hover {
  color: #ea447e;
  transition: all 0.2s;
}
#why-balticom .points .point .img-point {
  max-width: 100%;
  height: auto;
}
@media (max-width: 1279px) {
  #why-balticom {
    padding-top: 70px;
    padding-bottom: 15px;
  }
  #why-balticom .points {
    align-items: center;
  }
  #why-balticom .points .point {
    max-width: 890px;
    align-items: center;
    flex-direction: column;
    margin-bottom: 70px;
  }
  #why-balticom .points .point:nth-of-type(odd) {
    flex-direction: column;
  }
  #why-balticom .points .point .content-point {
    width: 100%;
    align-items: center;
    margin-bottom: 75px;
  }
  #why-balticom .points .point .content-point .title-point {
    text-align: center;
  }
  #why-balticom .points .point .content-point .text-point {
    text-align: center;
  }
  #why-balticom .points .point .content-point .text-point ul.with-border {
    max-width: 435px;
    margin: 35px auto 0;
  }
}
@media (max-width: 1023px) {
  #why-balticom .points .point .content-point {
    margin-bottom: 55px;
  }
}
@media (max-width: 767px) {
  #why-balticom .points .point {
    margin-bottom: 40px;
  }
  #why-balticom .points .point .content-point {
    margin-bottom: 40px;
  }
  #why-balticom .points .point .content-point .title-point {
    margin-bottom: 15px;
  }
  #why-balticom .points .point .content-point .title-point br {
    display: none;
  }
}
@media (max-width: 479px) {
  #why-balticom .points .point .content-point .title-point {
    font-size: 25px;
    margin-bottom: 20px;
  }
  #why-balticom .points .point .content-point .text-point ul.with-border {
    margin: 22px auto 0;
    padding: 30px 25px;
  }
  #why-balticom .points .point .content-point .text-point ul.with-border li {
    font-size: 18px;
    margin-bottom: 13px;
  }
  #why-balticom .points .point .content-point .text-point ul.with-border li:before {
    width: 15px;
    height: 13px;
  }
}

#channels svg,
.channels_block svg,
#channels-page svg {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
#channels svg.hd-icon-svg,
.channels_block svg.hd-icon-svg,
#channels-page svg.hd-icon-svg {
  width: 30px;
  height: 19px;
}
#channels svg.uhd-icon-svg,
.channels_block svg.uhd-icon-svg,
#channels-page svg.uhd-icon-svg {
  width: 40px;
  height: 19px;
}
#channels svg.gift-icon-svg,
.channels_block svg.gift-icon-svg,
#channels-page svg.gift-icon-svg {
  fill: #ea447e;
}
#channels svg.interactive-icon-svg,
.channels_block svg.interactive-icon-svg,
#channels-page svg.interactive-icon-svg {
  fill: #00BBEF;
}
#channels svg.info-icon-svg,
.channels_block svg.info-icon-svg,
#channels-page svg.info-icon-svg {
  fill: #E80058;
}

#channels,
#channels-page {
  padding-top: 34px;
  padding-bottom: 112px;
}
#channels h2,
#channels-page h2 {
  justify-content: center;
  margin-bottom: 45px;
}
#channels h2 span,
#channels-page h2 span {
  display: flex;
  position: relative;
  z-index: 10;
  margin-left: 24px;
}
#channels h2 span:before,
#channels-page h2 span:before {
  content: "";
  display: block;
  width: 113px;
  height: 76px;
  align-items: center;
  justify-content: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='112.776' height='75.421' viewBox='0 0 112.776 75.421'%3E%3Cpath d='M1408.521,940.875c.033-.612,1.293.685,1.575-.432a6.351,6.351,0,0,0-1.225-1.727c.141-1.092.721-1.1,1.05-1.727.216-1.4-.567-.33-.35-1.726,2.828-1.2,5.96-2.759,9.1-2.59.271.015.486.868.525.863,1.822-.208,3.581-1.345,5.427-1.295,6.411.172,12.514.813,17.855.863,1.473.014,3.964-1.706,4.2.432,2.773-.844,7.929-.037,10.678.432,15.995,2.724,33.441,7.5,47.788,14.676.157,1.889,1.955,3.445,1.051,5.18.262.5.428,1.247.875,1.3-.645,8.05-6.184,4.031-6.477,12.949-.082,1.353.44,1.217.7,1.727-.423,1.794-.388,5.264.525,6.043-.661,4.27-2.254,6.239-4.9,5.612.608,1.951,1.214,4.991,1.75,6.906-.357,4.259-2.508,5.827-4.026,4.748a6.87,6.87,0,0,0-.875,3.022c-3.371,1.79-9.305-.106-14.7-.864-22.566-3.165-50.589-5.633-70.369-5.612-2.871,0-6.464,2.166-8.227-3.453.595-.4.955-1.7,2.276-1.3-.049-.886-.468-.861-.7-1.295.054-.586.438-.359.7-.432a1.194,1.194,0,0,0-1.4-.864c.159-.749.613-1.116.875-.432-.2-1.329-.1-3.8.875-3.454-.081-1.525-.785-1.517-.7-3.453.844.067.88-1.857,1.926-1.295-.687-.227-.294-2.67-.875-1.727.336-1.24.726-6.671,1.926-4.748q.157-1.682-.525-1.295a3.549,3.549,0,0,0,.525-3.021c.708-.413,1.073-1.672,1.926-1.727.1.957-.334.615-.35,1.3.716.47.448-1.485.875-1.726-2.213-2.026-5.967-.251-6.477-6.475.543.029.622-1.726,1.575-1.727.257-1.642-.782-.085-.525-1.726h.875c-1.208-.91.664-2.2-.35-3.453,1.509-2.109,3.086-2.093,5.426-2.589C1408.151,943.574,1408.563,941.994,1408.521,940.875Z' transform='matrix(0.995, -0.105, 0.105, 0.995, -1490.243, -769.602)' fill='%23ffd783' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 113px 76px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
}
#channels .filter_switch,
#channels-page .filter_switch {
  display: none;
}
#channels .under_h2,
#channels-page .under_h2 {
  font-size: 1.125em;
  line-height: 1.67;
  margin-bottom: 69px;
}
#channels .under_h2 svg,
#channels-page .under_h2 svg {
  margin: 0 5px;
}
#channels .highlight_switch,
#channels-page .highlight_switch {
  padding: 27px 25px 25px 35px;
  width: 364px;
  background-color: #eef0fa;
  border-radius: 8px;
  color: #0844A4;
  margin-left: 106px;
  position: sticky;
  top: 40px;
}
#channels .highlight_switch.fixed,
#channels-page .highlight_switch.fixed {
  position: fixed;
  top: 100px;
  right: calc((100% - 1170px) / 2);
}
#channels .highlight_switch .langs-channels,
#channels-page .highlight_switch .langs-channels {
  padding-top: 15px;
}
#channels .highlight_switch .title-tab,
#channels-page .highlight_switch .title-tab {
  font-size: 1.125em;
  font-weight: 500;
  cursor: pointer;
  margin-bottom: 17px;
}
#channels .highlight_switch .title-tab.mobile,
#channels-page .highlight_switch .title-tab.mobile {
  display: none;
}
#channels .highlight_switch .custom_radio,
#channels-page .highlight_switch .custom_radio {
  position: relative;
}
#channels .highlight_switch .custom_radio.active .checkbox_name,
#channels-page .highlight_switch .custom_radio.active .checkbox_name {
  font-weight: 500;
}
#channels .highlight_switch .custom_radio input,
#channels-page .highlight_switch .custom_radio input {
  cursor: pointer;
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
#channels .highlight_switch .custom_radio .checkmark,
#channels-page .highlight_switch .custom_radio .checkmark {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 17px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  border: 1px solid #afafaf;
  background-color: #FFF;
  margin-right: 15px;
}
#channels .highlight_switch .custom_radio .checkmark.active:after,
#channels-page .highlight_switch .custom_radio .checkmark.active:after {
  content: "";
  display: block;
  background-color: #00BBEF;
  border-radius: 50% 50% 50% 50%;
  flex-shrink: 0;
  width: 11px;
  height: 11px;
}
#channels .highlight_switch .custom_checkbox.active .checkbox_name,
#channels-page .highlight_switch .custom_checkbox.active .checkbox_name {
  font-weight: 500;
}
#channels .highlight_switch .custom_checkbox .checkmark,
#channels-page .highlight_switch .custom_checkbox .checkmark {
  min-width: 18px;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  border: 1px solid #afafaf;
  background-color: #FFF;
  margin-top: 3px;
  margin-right: 13px;
}
#channels .highlight_switch .custom_checkbox .checkmark:after,
#channels-page .highlight_switch .custom_checkbox .checkmark:after {
  width: 13px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.923' height='10.284' viewBox='0 0 12.923 10.284'%3E%3Cpath id='Контур_13338' data-name='Контур 13338' d='M20.073,11.031a1.186,1.186,0,1,1,1.693,1.66L15.456,20.58a1.186,1.186,0,0,1-1.707.032L9.566,16.429a1.186,1.186,0,1,1,1.676-1.676l3.311,3.309,5.49-7a.373.373,0,0,1,.032-.034Z' transform='translate(-9.182 -10.676)' fill='%2354bee1' fill-rule='evenodd'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
#channels .highlight_switch label,
#channels-page .highlight_switch label {
  margin-bottom: 13px;
}
#channels .highlight_switch .count,
#channels-page .highlight_switch .count {
  font-size: 0.875em;
  font-weight: 400 !important;
  color: #afafaf;
  margin-left: 3px;
}
#channels .highlight_switch .types-and-langs,
#channels-page .highlight_switch .types-and-langs {
  margin-top: 15px;
}
@media (max-width: 1279px) {
  #channels,
  #channels-page {
    padding-top: 68px;
    padding-bottom: 73px;
  }
  #channels .under_h2,
  #channels-page .under_h2 {
    margin-bottom: 56px;
  }
  #channels .highlight_switch,
  #channels-page .highlight_switch {
    width: 305px;
    padding: 27px 25px 25px 35px;
    margin-left: 75px;
  }
  #channels .highlight_switch.fixed,
  #channels-page .highlight_switch.fixed {
    right: calc((100% - 940px) / 2);
  }
}
@media (max-width: 1023px) {
  #channels,
  #channels-page {
    padding-top: 47px;
    padding-bottom: 80px;
  }
  #channels h2,
  #channels-page h2 {
    width: 350px;
    display: block;
    margin: 0 auto 16px;
  }
  #channels h2 span,
  #channels-page h2 span {
    display: inline-block;
    margin-left: 7px;
  }
  #channels h2 span:before,
  #channels-page h2 span:before {
    width: 84px;
    height: 50px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='83.514' height='49.63' viewBox='0 0 83.514 49.63'%3E%3Cpath d='M1406.482,937.79c.025-.393.966.44,1.177-.277a4.154,4.154,0,0,0-.915-1.11c.105-.7.538-.707.784-1.11.161-.9-.423-.212-.261-1.109,2.112-.773,4.451-1.773,6.8-1.665.2.009.363.558.392.555,1.361-.134,2.674-.864,4.052-.832,4.787.11,9.346.523,13.333.555,1.1.009,2.96-1.1,3.137.277,2.071-.543,5.921-.024,7.974.278,11.945,1.75,24.973,4.823,35.687,9.432.117,1.214,1.46,2.214.784,3.329.2.323.32.8.654.832-.481,5.174-4.618,2.591-4.837,8.322-.061.87.329.782.523,1.11-.315,1.153-.29,3.383.392,3.883-.493,2.744-1.684,4.01-3.66,3.606.454,1.254.907,3.208,1.307,4.438-.267,2.737-1.873,3.745-3.007,3.051a3.978,3.978,0,0,0-.653,1.942c-2.518,1.15-6.949-.068-10.981-.555-16.852-2.034-37.778-3.62-52.55-3.606-2.144,0-4.827,1.392-6.144-2.219.444-.254.713-1.091,1.7-.832-.037-.57-.349-.554-.523-.832.041-.377.327-.23.523-.277a.912.912,0,0,0-1.046-.555c.119-.481.458-.717.653-.277-.151-.854-.075-2.444.654-2.219-.061-.98-.586-.975-.523-2.219.63.043.657-1.194,1.438-.832-.513-.146-.219-1.716-.654-1.11.25-.8.542-4.287,1.438-3.051q.117-1.081-.392-.832a2.035,2.035,0,0,0,.392-1.942c.529-.266.8-1.074,1.438-1.11.072.615-.25.4-.261.832.534.3.335-.955.654-1.109-1.653-1.3-4.456-.161-4.836-4.161.405.019.464-1.109,1.177-1.11.192-1.055-.584-.054-.392-1.109h.654c-.9-.585.5-1.414-.261-2.219,1.127-1.356,2.3-1.345,4.052-1.664A18,18,0,0,1,1406.482,937.79Z' transform='matrix(0.995, -0.105, 0.105, 0.995, -1490.243, -772.423)' fill='%23ffd783' fill-rule='evenodd'/%3E%3C/svg%3E");
    background-size: 84px 50px;
  }
  #channels .under_h2,
  #channels-page .under_h2 {
    font-size: 1em;
    line-height: 1.6;
    margin-bottom: 36px;
  }
  #channels .under_h2 br,
  #channels-page .under_h2 br {
    display: none;
  }
  #channels .highlight_switch,
  #channels-page .highlight_switch {
    width: 300px;
    padding: 27px 25px 25px 30px;
    margin-left: 34px;
  }
  #channels .highlight_switch.fixed,
  #channels-page .highlight_switch.fixed {
    right: calc((100% - 644px) / 2);
  }
}
@media (max-width: 767px) {
  #channels .highlight_switch,
  #channels-page .highlight_switch {
    max-width: 400px;
    width: 100%;
    padding: 27px 27px 0;
    margin-bottom: 50px;
    margin-left: 0;
    position: relative;
    top: auto;
  }
  #channels .highlight_switch .package-channels,
  #channels-page .highlight_switch .package-channels {
    margin-bottom: 12px;
  }
  #channels .highlight_switch .title-tab.mobile,
  #channels-page .highlight_switch .title-tab.mobile {
    display: flex;
    width: 100%;
    height: 73px;
    border-top: 1px solid rgba(175, 175, 175, 0.35);
    margin-bottom: 0;
  }
  #channels .highlight_switch .title-tab.mobile .left-col-title svg,
  #channels-page .highlight_switch .title-tab.mobile .left-col-title svg {
    margin-right: 10px;
  }
  #channels .highlight_switch .title-tab.mobile svg,
  #channels-page .highlight_switch .title-tab.mobile svg {
    transition: 0.3s;
  }
  #channels .highlight_switch .title-tab.mobile.active .arrow,
  #channels-page .highlight_switch .title-tab.mobile.active .arrow {
    transform: rotate(180deg);
    transition: 0.3s;
  }
  #channels .highlight_switch .types-and-langs,
  #channels-page .highlight_switch .types-and-langs {
    display: none;
    margin-top: 15px;
    padding-bottom: 27px;
  }
  #channels .highlight_switch .types-and-langs.active,
  #channels-page .highlight_switch .types-and-langs.active {
    display: block;
  }
}
@media (max-width: 479px) {
  #channels,
  #channels-page {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  #channels h2,
  #channels-page h2 {
    max-width: 350px;
    width: 100%;
    line-height: 1.333;
    margin: 0 auto 26px;
  }
  #channels h2 span:before,
  #channels-page h2 span:before {
    width: 57px;
    height: 38px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='57.064' height='38.163' viewBox='0 0 57.064 38.163'%3E%3Cpath d='M1404.543,936.61c.017-.31.654.346.8-.218a3.211,3.211,0,0,0-.62-.874c.071-.553.365-.557.531-.874.109-.706-.287-.167-.177-.873a10.88,10.88,0,0,1,4.606-1.311c.137.007.246.439.266.437.922-.106,1.812-.68,2.746-.655,3.244.087,6.332.411,9.034.437.745.007,2.006-.863,2.126.218,1.4-.427,4.012-.019,5.4.219,8.093,1.378,16.921,3.8,24.18,7.426.08.956.989,1.743.532,2.621.133.255.216.631.443.655-.326,4.073-3.129,2.04-3.277,6.552-.042.685.223.616.354.874-.214.908-.2,2.663.266,3.058-.334,2.161-1.141,3.157-2.48,2.839.308.987.614,2.526.886,3.495-.181,2.155-1.269,2.948-2.037,2.4a3.475,3.475,0,0,0-.443,1.529c-1.706.906-4.708-.054-7.44-.437a284.465,284.465,0,0,0-35.606-2.839c-1.453,0-3.271,1.1-4.163-1.747.3-.2.483-.859,1.151-.655-.025-.449-.237-.436-.354-.655.027-.3.222-.181.354-.218a.6.6,0,0,0-.708-.437c.08-.379.31-.564.443-.218-.1-.672-.051-1.924.443-1.747-.041-.772-.4-.768-.354-1.747.427.034.446-.94.974-.655-.348-.115-.149-1.351-.443-.874.17-.627.367-3.375.974-2.4q.079-.851-.266-.655a1.8,1.8,0,0,0,.266-1.529c.358-.209.543-.846.974-.874.049.484-.169.311-.177.655.362.238.227-.752.443-.874-1.12-1.025-3.019-.127-3.277-3.276.274.015.314-.873.8-.874.13-.831-.4-.043-.266-.874h.443c-.611-.46.336-1.113-.177-1.747.764-1.067,1.561-1.059,2.746-1.31A16.434,16.434,0,0,1,1404.543,936.61Z' transform='matrix(0.995, -0.105, 0.105, 0.995, -1490.243, -775.106)' fill='%23ffd783' fill-rule='evenodd'/%3E%3C/svg%3E");
    background-size: 57px 38px;
  }
  #channels .under_h2,
  #channels-page .under_h2 {
    line-height: 1.6;
  }
  #channels .category .category_title,
  #channels-page .category .category_title {
    font-size: 1.5625em;
    text-align: left;
  }
}

@media (max-width: 479px) {
  #channels-page {
    padding-top: 80px;
  }
  #channels-page .highlight_switch {
    display: flex;
    align-items: center;
  }
  #channels-page .channels_block.hide-channels {
    height: auto;
  }
  #channels-page .channels_block.hide-channels:before {
    display: none;
  }
}

.channel_block_wrap .category,
.channels_block .category {
  width: 100%;
  padding: 0 0 35px;
}
.channel_block_wrap .category .category_title,
.channels_block .category .category_title {
  padding: 0 10px 10px;
  color: #1E1E1E;
  font-size: 1.5625em;
  font-weight: 500;
  text-align: left;
}
.channel_block_wrap .category.hidden,
.channels_block .category.hidden {
  display: none;
}
@media (max-width: 479px) {
  .channel_block_wrap .category .category_title,
  .channels_block .category .category_title {
    text-align: center;
    font-size: 21px;
  }
}
.channel_block_wrap .channel,
.channels_block .channel {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  padding: 8px 10px;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  transition: border 0.3s, background-color 0.3s;
  border: 1px solid transparent;
}
@media (min-width: 480px) {
  .channel_block_wrap .channel,
  .channels_block .channel {
    padding: 4px 10px;
  }
}
.channel_block_wrap .channel.hidden,
.channels_block .channel.hidden {
  display: none;
}
.channel_block_wrap .channel .logo,
.channels_block .channel .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}
.channel_block_wrap .channel .logo img,
.channels_block .channel .logo img {
  max-width: 100%;
  max-height: 100%;
}
.channel_block_wrap .channel .logo svg,
.channels_block .channel .logo svg {
  width: 100%;
  height: auto;
  max-height: 100%;
}
.channel_block_wrap .channel .name,
.channels_block .channel .name {
  padding: 0 12px;
}
.channel_block_wrap .channel .icons,
.channels_block .channel .icons {
  display: flex;
  align-items: center;
}
.channel_block_wrap .channel .icons svg,
.channels_block .channel .icons svg {
  margin: 0 8px 0 0;
}
.channel_block_wrap .channel .channel-tooltip,
.channels_block .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;
  box-shadow: 0 10px 20px 0 rgba(39, 55, 71, 0.3);
  cursor: default;
}
.channel_block_wrap .channel .channel-tooltip:after,
.channels_block .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_block_wrap .channel.highlight_first,
.channels_block .channel.highlight_first {
  border-top-left-radius: 22px;
  border-top-right-radius: 22px;
}
.channel_block_wrap .channel.highlight_last,
.channels_block .channel.highlight_last {
  border-bottom-left-radius: 22px;
  border-bottom-right-radius: 22px;
}
.channel_block_wrap .channel.highlight,
.channels_block .channel.highlight {
  background-color: #eef0fa;
}
.channel_block_wrap .channel.has-tooltip,
.channels_block .channel.has-tooltip {
  cursor: pointer;
}
.channel_block_wrap .channel.has-tooltip:hover .name,
.channels_block .channel.has-tooltip:hover .name {
  color: #f25645;
}
.channel_block_wrap .channel.has-tooltip:hover .channel-tooltip,
.channels_block .channel.has-tooltip:hover .channel-tooltip {
  display: block;
}
.channel_block_wrap .channel.rtr .name, .channel_block_wrap .channel.ntv_mir_baltic .name, .channel_block_wrap .channel.ren_tv .name, .channel_block_wrap .channel.kinomiks .name, .channel_block_wrap .channel.kinokomediya .name, .channel_block_wrap .channel.hd_life .name,
.channels_block .channel.rtr .name,
.channels_block .channel.ntv_mir_baltic .name,
.channels_block .channel.ren_tv .name,
.channels_block .channel.kinomiks .name,
.channels_block .channel.kinokomediya .name,
.channels_block .channel.hd_life .name {
  color: #f25645;
}

.channels_block {
  width: 700px;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  transition: all 0.2s;
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 80px;
       column-gap: 80px;
}
.channels_block.show-channels {
  height: auto;
}
.channels_block.show-channels:before {
  display: none;
}
@media (max-width: 1279px) {
  .channels_block {
    width: 560px;
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
  .channels_block .channel .name {
    display: flex;
    flex: auto;
  }
}
@media (max-width: 1023px) {
  .channels_block {
    width: 310px;
    -moz-column-count: 1;
         column-count: 1;
    -moz-column-gap: 0;
         column-gap: 0;
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .channels_block {
    max-width: 400px;
    width: 100%;
  }
  .channels_block .channel .logo {
    width: 32px;
    height: 32px;
  }
  .channels_block .channel .name {
    font-size: 1em;
    font-weight: 300;
  }
}

.channels-container {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .channels-container {
    flex-direction: column;
    align-items: center;
  }
}

#our-advantages {
  padding-bottom: 70px;
}
#our-advantages h2 {
  margin-bottom: 50px;
}
#our-advantages .list {
  margin-bottom: 33px;
}
#our-advantages .list .list__item {
  width: 381px;
  min-height: 196px;
  border-radius: 10px;
  border: 1px solid #f5f7fa;
  background: #f5f7fa;
  font-size: 20px;
  line-height: 130%;
  margin-bottom: 17px;
  padding: 34px 50px 34px 45px;
}
#our-advantages .list .list__item svg {
  margin-bottom: 15px;
}
@media (max-width: 1279px) {
  #our-advantages h2 {
    margin-bottom: 40px;
  }
  #our-advantages .list {
    margin-bottom: 13px;
  }
  #our-advantages .list .list__item {
    width: 313px;
    font-size: 18px;
    padding: 32px 30px 34px 35px;
  }
}
@media (max-width: 1023px) {
  #our-advantages {
    padding-bottom: 60px;
  }
  #our-advantages .list {
    margin-bottom: 9px;
  }
  #our-advantages .list .list__item {
    width: 231px;
    min-height: 224px;
    padding: 32px 15px 25px;
    margin-bottom: 11px;
  }
}
@media (max-width: 767px) {
  #our-advantages h2 {
    margin-bottom: 30px;
  }
  #our-advantages .list {
    margin-bottom: 4px;
  }
  #our-advantages .list .list__item {
    width: calc(50% - 8px);
    font-size: 18px;
    padding: 32px 15px 25px;
    margin-bottom: 16px;
  }
}
@media (max-width: 479px) {
  #our-advantages .list {
    margin-bottom: 10px;
  }
  #our-advantages .list .list__item {
    width: calc(50% - 3px);
    font-size: 16px;
    padding: 32px 15px 35px;
    margin-bottom: 5px;
  }
  #our-advantages .list .list__item svg {
    margin-bottom: 10px;
  }
}

#our-reviews {
  padding-bottom: 68px;
}
#our-reviews h2 {
  margin-bottom: 40px;
}
#our-reviews .info-socials-points {
  margin-bottom: 50px;
}
#our-reviews .info-socials-points .point {
  color: #606060;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
  margin: 0 30px;
}
#our-reviews .info-socials-points .point svg {
  display: flex;
  flex-shrink: 0;
  margin-right: 20px;
}
#our-reviews .info-socials-points .point b {
  color: #1E1E1E;
  font-weight: 700;
}
#our-reviews .points-reviews .single-review {
  width: 356px;
  min-height: 330px;
  height: auto;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  background-color: #FFF;
  color: #7A7A7A;
  padding: 29px 27px 27px 25px;
  position: relative;
  margin-bottom: 19px;
  transition: all 0.2s;
}
#our-reviews .points-reviews .single-review .top-row {
  position: relative;
  margin-bottom: 27px;
}
#our-reviews .points-reviews .single-review .top-row .img-user {
  width: 52px;
  height: 52px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
  margin-right: 13px;
}
#our-reviews .points-reviews .single-review .top-row .meta-user {
  padding-top: 1px;
}
#our-reviews .points-reviews .single-review .top-row .meta-user .name-user {
  font-weight: 500;
  color: #1E1E1E;
  line-height: 1.4;
}
#our-reviews .points-reviews .single-review .top-row .icon-review {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: #f5f7fa;
  position: absolute;
  right: 0;
  top: 0;
}
#our-reviews .points-reviews .single-review .btn-more {
  color: #00BBEF;
  padding-right: 15px;
  position: absolute;
  left: 27px;
  bottom: 41px;
}
#our-reviews .points-reviews .single-review .btn-more:before {
  content: "";
  display: block;
  width: 5px;
  height: 8px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4.872' height='8.355' viewBox='0 0 4.872 8.355'%3E%3Cpath d='M1153.883,944.224a.732.732,0,0,0-.468-.22.779.779,0,0,0-.512.13.579.579,0,0,0-.256.4.54.54,0,0,0,.151.441l3,3.2-3.115,3.2a.547.547,0,0,0-.16.382h0a.569.569,0,0,0,.257.459.775.775,0,0,0,.508.135.736.736,0,0,0,.472-.213l3.477-3.578,0,0a.533.533,0,0,0,0-.753Z' transform='translate(-1152.527 -944)' fill='%2354bee1'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#our-reviews .points-reviews .single-review:hover {
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.07);
  transition: all 0.2s;
}
@media (max-width: 1279px) {
  #our-reviews {
    padding-bottom: 73px;
  }
  #our-reviews h2 {
    margin-bottom: 53px;
  }
  #our-reviews .points-reviews .single-review {
    width: 318px;
    margin-bottom: 12px;
    padding: 25px;
  }
}
@media (max-width: 1023px) {
  #our-reviews {
    padding-bottom: 50px;
  }
  #our-reviews h2 {
    margin-bottom: 35px;
  }
  #our-reviews .info-socials-points {
    margin-bottom: 35px;
  }
  #our-reviews .info-socials-points .point {
    font-size: 18px;
    margin: 0 15px;
  }
  #our-reviews .points-reviews .single-review {
    padding: 29px 13px 27px;
    overflow: hidden;
    height: 337px;
  }
  #our-reviews .slick-slider .slick-list {
    margin: 0 -10px;
  }
  #our-reviews .slick-slider .slick-slide {
    padding: 0 10px;
  }
  #our-reviews .slick-slider .slick-arrow {
    width: 34px;
    height: 34px;
    background-color: #ea447e;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px 14px;
    border-radius: 50%;
    position: absolute;
    text-indent: -99999px;
    bottom: -35px;
    z-index: 10;
    transform: translateX(-50%);
    transition: all 0.2s;
  }
  #our-reviews .slick-slider .slick-arrow.slick-disabled {
    background-color: #f1f1f1;
    transition: all 0.2s;
  }
  #our-reviews .slick-slider .slick-prev {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.711' height='13.421' viewBox='0 0 7.711 13.421'%3E%3Cpath d='M-17869.238,6160.25l-5.3,5.3,5.3,5.3' transform='translate(17875.535 -6158.835)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E");
    left: 25%;
  }
  #our-reviews .slick-slider .slick-prev.slick-disabled {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.711' height='13.421' viewBox='0 0 7.711 13.421'%3E%3Cpath d='M-17869.238,6160.25l-5.3,5.3,5.3,5.3' transform='translate(17875.535 -6158.835)' fill='none' stroke='%23cbcbcb' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E");
  }
  #our-reviews .slick-slider .slick-next {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.711' height='13.421' viewBox='0 0 7.711 13.421'%3E%3Cpath d='M-17874.535,6160.25l5.3,5.3-5.3,5.3' transform='translate(17875.949 -6158.835)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E");
    right: 25%;
  }
  #our-reviews .slick-slider .slick-next.slick-disabled {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.711' height='13.421' viewBox='0 0 7.711 13.421'%3E%3Cpath d='M-17874.535,6160.25l5.3,5.3-5.3,5.3' transform='translate(17875.949 -6158.835)' fill='none' stroke='%23CBCBCB' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E");
  }
}
@media (max-width: 767px) {
  #our-reviews .info-socials-points {
    justify-content: space-between;
  }
  #our-reviews .info-socials-points .point {
    width: calc(50% - 14px);
    margin: 0;
  }
  #our-reviews .info-socials-points .point svg {
    width: 37px;
    height: 37px;
    margin-right: 15px;
  }
  #our-reviews .info-socials-points .point br {
    display: none;
  }
}
@media (max-width: 479px) {
  #our-reviews {
    padding-bottom: 55px;
  }
  #our-reviews h2 {
    max-width: 220px;
  }
  #our-reviews .info-socials-points {
    flex-direction: column;
    margin-bottom: 15px;
  }
  #our-reviews .info-socials-points .point {
    max-width: 335px;
    width: 100%;
    margin-bottom: 20px;
  }
  #our-reviews .points-reviews .single-review {
    height: 340px;
  }
  #our-reviews .slick-slider .slick-next {
    right: 0;
    transform: none;
  }
  #our-reviews .slick-slider .slick-prev {
    left: 0;
    transform: none;
  }
  #our-reviews .slick-slider .slick-dots {
    position: absolute;
    width: 100%;
    height: 10px;
    bottom: -24px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #our-reviews .slick-slider .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 3px;
  }
  #our-reviews .slick-slider .slick-dots li button {
    width: 10px;
    height: 10px;
    background-color: #FFF;
    padding: 0;
    border: 1px solid #d1d1d1;
    border-radius: 50%;
    text-indent: -99999px;
    transition: all 0.2s;
  }
  #our-reviews .slick-slider .slick-dots li button:before {
    display: none;
  }
  #our-reviews .slick-slider .slick-dots li.slick-active button {
    background-color: #ea447e;
    border: 1px solid #ea447e;
    transition: all 0.2s;
  }
}

#bottom-check-availability {
  background-image: url(../img/bg-bottom-check-availability-1920.jpg);
  padding: 80px 0 90px;
}
#bottom-check-availability h2 {
  margin-bottom: 40px;
}
#bottom-check-availability .button {
  width: 290px;
  height: 55px;
  background-color: #FFF;
}
#bottom-check-availability .button:hover {
  background-color: #54BEE1;
  color: #FFF;
}
@media (max-width: 1279px) {
  #bottom-check-availability {
    background-image: url(../img/bg-bottom-check-availability-1024.jpg);
  }
}
@media (max-width: 1023px) {
  #bottom-check-availability {
    background-image: url(../img/bg-bottom-check-availability-768.jpg);
  }
  #bottom-check-availability h2 br {
    display: none;
  }
}
@media (max-width: 767px) {
  #bottom-check-availability {
    background-image: url(../img/bg-bottom-check-availability-480.jpg);
    padding: 70px 0;
  }
  #bottom-check-availability h2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 479px) {
  #bottom-check-availability {
    background-image: url(../img/bg-bottom-check-availability-375.jpg);
  }
  #bottom-check-availability h2 {
    max-width: 315px;
    font-size: 25px;
    margin-bottom: 27px;
  }
}

#bottom_cta {
  background-image: url(../img/bg-bottom_cta.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 77px;
  padding-bottom: 64px;
}
#bottom_cta h2 {
  margin-bottom: 17px;
}
#bottom_cta .under_h2 {
  font-size: 1.125em;
  margin-bottom: 34px;
}
#bottom_cta .bottom-form-block {
  position: relative;
  z-index: 10;
}
#bottom_cta .bottom-form-block:before {
  content: "";
  display: block;
  width: 325px;
  height: 324px;
  background-image: url(../img/bottom-form-before.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: -235px;
  bottom: 0;
  z-index: 1;
}
#bottom_cta .bottom-form-block:after {
  content: "";
  display: block;
  width: 171px;
  height: 309px;
  background-image: url(../img/bottom-form-after.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  right: -233px;
  bottom: 0;
}
#bottom_cta .bottom-form-block form {
  width: 362px;
}
#bottom_cta .bottom-form-block form .title,
#bottom_cta .bottom-form-block form .or_call,
#bottom_cta .bottom-form-block form .phone-holder {
  display: none;
}
@media (max-width: 1023px) {
  #bottom_cta {
    padding-top: 68px;
    padding-bottom: 70px;
  }
  #bottom_cta h2 {
    width: 350px;
  }
  #bottom_cta .under_h2 {
    margin-bottom: 36px;
  }
  #bottom_cta .bottom-form-block:before {
    left: -199px;
  }
  #bottom_cta .bottom-form-block:after {
    right: -105px;
    bottom: 0;
    transform: scale(-1, 1);
  }
}
@media (max-width: 767px) {
  #bottom_cta {
    display: none;
  }
}
@media (max-width: 479px) {
  #bottom_cta {
    padding-top: 40px;
    padding-bottom: 55px;
  }
  #bottom_cta h2 {
    max-width: 350px;
    width: 300px;
    line-height: 1.333;
    margin-bottom: 20px;
  }
  #bottom_cta .under_h2 {
    font-size: 1em;
    line-height: 1.5625;
  }
  #bottom_cta .under_h2 br {
    display: none;
  }
  #bottom_cta .bottom-form-block {
    max-width: 100%;
    width: 100%;
  }
  #bottom_cta .bottom-form-block:before, #bottom_cta .bottom-form-block:after {
    display: none;
  }
  #bottom_cta .bottom-form-block form {
    max-width: 100%;
    width: 100%;
  }
  #bottom_cta .bottom-form-block form .or_call,
  #bottom_cta .bottom-form-block form .phone-holder {
    display: flex;
  }
  #bottom_cta .bottom-form-block form .or_call.first,
  #bottom_cta .bottom-form-block form .phone-holder.first {
    display: none !important;
  }
  #bottom_cta .bottom-form-block form .phone-holder {
    width: 148px;
    height: 39px;
    border-radius: 50px;
    background-color: #f03676;
    color: #FFF;
    justify-content: center;
    margin-top: 5px;
  }
  #bottom_cta .bottom-form-block form .phone-holder svg path {
    fill: #FFF;
  }
  #bottom_cta .bottom-form-block form .phone-holder .phone-numbers a {
    color: #FFF;
  }
}

#quiz-page {
  background-image: url(../img/bg-quiz-page-1920.jpg);
  min-height: 100vh;
  padding-top: 200px;
}
#quiz-page .back-button {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  background: #cfcfcf;
  cursor: pointer;
  position: absolute;
  top: 50px;
  left: 50px;
  transition: all 0.3s;
  z-index: 10;
}
#quiz-page .back-button:hover {
  background: #b9b9b9;
  transition: all 0.3s;
}
#quiz-page .top-bar {
  position: absolute;
  top: 0;
  left: 0;
}
#quiz-page .top-bar .container {
  align-items: center;
  justify-content: center;
}
#quiz-page .quiz-block .quiz-step {
  min-height: 655px;
  padding: 60px 90px 65px;
  position: relative;
}
#quiz-page .quiz-block .quiz-step.hide {
  display: none;
}
#quiz-page .quiz-block .numb-step {
  position: absolute;
  top: 30px;
  right: 30px;
}
#quiz-page .quiz-block .quiz-title-question {
  max-width: 750px;
  font-size: 30px;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 35px;
}
#quiz-page .quiz-block .quiz-subtitle-question {
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 45px;
}
#quiz-page .quiz-block .quiz-subtitle-question svg {
  margin-top: 4px;
  margin-right: 10px;
}
#quiz-page .quiz-block input {
  width: 100%;
  height: 70px;
  border-radius: 10px;
  border: 1px solid #cfcfcf;
  background: #FFF;
  font-size: 18px;
  padding: 0 25px;
}
#quiz-page .quiz-block input.error {
  border-color: #E80058;
}
#quiz-page .quiz-block input.ok {
  border-color: #54BEE1;
}
#quiz-page .quiz-block input[name=flat].error {
  border-color: #cfcfcf;
}
#quiz-page .quiz-block .single-answer {
  cursor: pointer;
  border-radius: 10px;
  border: 1px solid #cfcfcf;
  background: #FFF;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  text-align: center;
  height: 80px;
  transition: all 0.3s;
}
#quiz-page .quiz-block .single-answer:hover {
  color: #FFF;
  border: 1px solid #54BEE1;
  background: #54BEE1;
  transition: all 0.3s;
}
#quiz-page .quiz-block .single-answer.active {
  color: #FFF;
  border: 1px solid #54BEE1;
  background: #54BEE1;
  transition: all 0.3s;
}
#quiz-page .quiz-block .single-answer span {
  display: block;
  color: #606060;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
}
#quiz-page .quiz-block .quiz-step-2 .fields-address {
  max-width: 735px;
  margin-bottom: 50px;
}
#quiz-page .quiz-block .quiz-step-2 .fields-address .field-adress {
  width: 547px;
  position: relative;
}
#quiz-page .quiz-block .quiz-step-2 .fields-address .field-adress.active input {
  border-radius: 10px 10px 0 0;
}
#quiz-page .quiz-block .quiz-step-2 .fields-address .field-adress .search-remove {
  display: none;
  cursor: pointer;
  position: absolute;
  top: 56px;
  right: 22px;
}
#quiz-page .quiz-block .quiz-step-2 .fields-address .field-adress .search-remove:hover path {
  fill: #E80058;
}
#quiz-page .quiz-block .quiz-step-2 .fields-address .field-adress .suggest-list {
  display: none;
  max-height: 170px;
  height: auto;
  overflow-y: auto;
  background: #FFF;
  border-left: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  border-radius: 0 0 10px 10px;
  position: absolute;
  top: 105px;
  left: 0;
  padding: 20px 25px 30px;
}
#quiz-page .quiz-block .quiz-step-2 .fields-address .field-adress .suggest-list .search-suggest__item {
  cursor: pointer;
  font-size: 18px;
  line-height: 111%;
  margin-bottom: 10px;
}
#quiz-page .quiz-block .quiz-step-2 .fields-address .field-adress .suggest-list .search-suggest__item:last-child {
  margin-bottom: 0;
}
#quiz-page .quiz-block .quiz-step-2 .fields-address .field-adress .suggest-list .search-suggest__item:hover {
  color: #606060;
}
#quiz-page .quiz-block .quiz-step-2 .fields-address .field-flat {
  width: 162px;
}
#quiz-page .quiz-block .quiz-step-2 .fields-address label {
  color: #54BEE1;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 15px;
}
#quiz-page .quiz-block .quiz-step-2 .button {
  max-width: 360px;
  width: 100%;
  height: 70px;
  color: #FFF;
  background-color: #bfecfb;
  cursor: pointer;
}
#quiz-page .quiz-block .quiz-step-2 .button.active {
  cursor: pointer;
  background-color: #54BEE1;
}
#quiz-page .quiz-block .quiz-step-3 .yes-no-btns {
  margin-bottom: 40px;
}
#quiz-page .quiz-block .quiz-step-3 .yes-no-btns .single-answer {
  width: 242px;
  height: 70px;
  margin: 0 13px;
}
#quiz-page .quiz-block .quiz-step-3 .list-operators .single-answer {
  width: 180px;
  height: 80px;
  margin: 0 7px 14px;
}
#quiz-page .quiz-block .quiz-step-4 .list-answers .single-answer,
#quiz-page .quiz-block .quiz-step-5 .list-answers .single-answer,
#quiz-page .quiz-block .quiz-step-6 .list-answers .single-answer {
  width: 259px;
  margin: 0 7px 14px;
}
#quiz-page .quiz-block .quiz-step-6 .list-logos-channels {
  max-width: 800px;
  margin-bottom: 30px;
}
#quiz-page .quiz-block .quiz-step-6 .list-logos-channels > * {
  margin: 0 20px 20px;
}
#quiz-page .quiz-block .quiz-step-6 .list-logos-channels img {
  max-width: 150px;
  width: 100%;
  height: auto;
}
#quiz-page .quiz-block .quiz-step-6 .info-text {
  color: #cfcfcf;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 40px;
}
#quiz-page .quiz-block .quiz-step-6 .info-text svg {
  margin-top: 3px;
  margin-right: 10px;
}
#quiz-page .quiz-block .last-step .inputs {
  margin-bottom: 26px;
}
#quiz-page .quiz-block .last-step .inputs input {
  margin-bottom: 10px;
}
#quiz-page .quiz-block .last-step input,
#quiz-page .quiz-block .last-step [type=submit] {
  max-width: 451px;
}
#quiz-page .quiz-block .last-step .custom_checkbox {
  margin-bottom: 35px;
}
@media (max-width: 1279px) {
  #quiz-page .quiz-block .quiz-step {
    padding: 60px;
  }
}
@media (max-width: 1023px) {
  #quiz-page {
    padding-top: 136px;
  }
  #quiz-page .back-button {
    top: 33px;
  }
  #quiz-page .quiz-block .numb-step {
    position: relative;
    top: auto;
    right: auto;
    margin-bottom: 30px;
  }
  #quiz-page .quiz-block .quiz-title-question {
    margin-bottom: 25px;
  }
  #quiz-page .quiz-block .quiz-step {
    min-height: 894px;
    padding: 40px 30px;
  }
  #quiz-page .quiz-block .quiz-step.quiz-step-2 .fields-address .field-adress {
    width: 465px;
  }
  #quiz-page .quiz-block .quiz-step.quiz-step-2 .fields-address .field-adress .search-remove {
    top: 51px;
    right: 15px;
    width: 22px;
    height: 22px;
  }
  #quiz-page .quiz-block .quiz-step.quiz-step-2 .fields-address .field-adress .suggest-list {
    top: 90px;
    padding: 15px 25px;
  }
  #quiz-page .quiz-block .quiz-step.quiz-step-2 .fields-address .field-adress .suggest-list .search-suggest__item {
    font-size: 14px;
  }
  #quiz-page .quiz-block .quiz-step.quiz-step-5 .list-answers .single-answer {
    width: 200px;
  }
  #quiz-page .quiz-block .quiz-step.quiz-step-6 .list-logos-channels > * {
    margin: 0 15px 20px;
  }
}
@media (max-width: 767px) {
  #quiz-page {
    padding-top: 80px;
  }
  #quiz-page .back-button {
    width: 30px;
    height: 30px;
    left: calc((100% - 480px) / 2 + 20px);
    top: 50%;
    transform: translateY(-50%);
  }
  #quiz-page .back-button svg {
    width: 16px;
    height: 16px;
  }
  #quiz-page .top-bar {
    height: 80px;
  }
  #quiz-page .top-bar .logo svg {
    width: 128px;
    height: 27px;
  }
  #quiz-page .quiz-block {
    width: calc(100% + 30px);
  }
  #quiz-page .quiz-block .numb-step {
    width: 70px;
    height: 30px;
    font-size: 14px;
    position: absolute;
    top: -55px;
    right: 20px;
  }
  #quiz-page .quiz-block .quiz-title-question {
    max-width: 380px;
    font-size: 20px;
    margin-bottom: 25px;
  }
  #quiz-page .quiz-block .quiz-title-question br {
    display: none;
  }
  #quiz-page .quiz-block .quiz-subtitle-question {
    max-width: 380px;
    flex-direction: column;
    align-items: center;
    font-size: 16px;
    margin-bottom: 30px;
    text-align: center;
  }
  #quiz-page .quiz-block .quiz-subtitle-question svg {
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 10px;
  }
  #quiz-page .quiz-block .quiz-step {
    min-height: 640px;
    padding: 30px 20px;
  }
  #quiz-page .quiz-block .quiz-step.quiz-step-2 .fields-address {
    margin-bottom: 30px;
  }
  #quiz-page .quiz-block .quiz-step.quiz-step-2 .fields-address .field-adress {
    width: 300px;
  }
  #quiz-page .quiz-block .quiz-step.quiz-step-2 .fields-address .field-flat {
    width: 115px;
  }
  #quiz-page .quiz-block .quiz-step.quiz-step-2 .button {
    max-width: 100%;
    height: 55px;
  }
  #quiz-page .quiz-block .quiz-step.quiz-step-3 .yes-no-btns {
    justify-content: space-between;
    margin-bottom: 20px;
  }
  #quiz-page .quiz-block .quiz-step.quiz-step-3 .yes-no-btns .single-answer {
    width: calc(50% - 5px);
    height: 60px;
    margin: 0 0 10px;
  }
  #quiz-page .quiz-block .quiz-step.quiz-step-3 .list-operators {
    justify-content: space-between;
  }
  #quiz-page .quiz-block .quiz-step.quiz-step-3 .list-operators .single-answer {
    width: calc(50% - 5px);
    height: 60px;
    margin: 0 0 10px;
  }
  #quiz-page .quiz-block .quiz-step.quiz-step-3 .list-operators .single-answer:last-of-type {
    width: 100%;
  }
  #quiz-page .quiz-block .quiz-step.quiz-step-4 .list-answers {
    justify-content: space-between;
  }
  #quiz-page .quiz-block .quiz-step.quiz-step-4 .list-answers .single-answer {
    width: calc(50% - 5px);
    margin: 0 0 10px;
  }
  #quiz-page .quiz-block .quiz-step.quiz-step-5 .list-answers {
    justify-content: space-between;
  }
  #quiz-page .quiz-block .quiz-step.quiz-step-5 .list-answers .single-answer {
    width: calc(50% - 5px);
    margin: 0 0 10px;
  }
  #quiz-page .quiz-block .quiz-step.quiz-step-5 .list-answers .single-answer:last-child {
    width: 100%;
  }
  #quiz-page .quiz-block .quiz-step.quiz-step-6 .quiz-subtitle-question {
    max-width: 270px;
  }
  #quiz-page .quiz-block .quiz-step.quiz-step-6 .info-text {
    max-width: 300px;
    flex-direction: column;
    align-items: center;
    font-size: 16px;
    text-align: center;
  }
  #quiz-page .quiz-block .quiz-step.quiz-step-6 .info-text svg {
    margin-right: 0;
    margin-bottom: 4px;
  }
  #quiz-page .quiz-block .quiz-step.quiz-step-6 .list-logos-channels {
    margin-bottom: 10px;
  }
  #quiz-page .quiz-block .quiz-step.quiz-step-6 .list-logos-channels > * {
    margin: 0 8px 20px;
  }
  #quiz-page .quiz-block .quiz-step.quiz-step-6 .list-logos-channels svg {
    width: 150px;
    height: auto;
  }
  #quiz-page .quiz-block .quiz-step.quiz-step-6 .list-logos-channels svg:nth-child(3) {
    width: 50px;
  }
  #quiz-page .quiz-block .quiz-step.quiz-step-6 .list-logos-channels img {
    max-width: 120px;
  }
  #quiz-page .quiz-block .quiz-step.quiz-step-6 .list-answers {
    justify-content: space-between;
  }
  #quiz-page .quiz-block .quiz-step.quiz-step-6 .list-answers .single-answer {
    width: calc(50% - 5px);
    margin: 0 0 10px;
  }
  #quiz-page .quiz-block .quiz-step.last-step .inputs {
    margin-bottom: 10px;
  }
  #quiz-page .quiz-block .quiz-step.last-step .inputs input {
    margin-bottom: 15px;
  }
  #quiz-page .quiz-block .quiz-step.last-step .custom_checkbox {
    align-self: flex-start;
    margin-bottom: 30px;
  }
  #quiz-page .quiz-block .quiz-step.last-step .custom_checkbox .checkmark {
    margin-right: 10px;
  }
  #quiz-page .quiz-block .quiz-step.last-step .custom_checkbox .text {
    font-size: 14px;
  }
  #quiz-page .quiz-block .quiz-step.last-step [type=submit] {
    font-size: 14px;
    height: 60px;
  }
  #quiz-page .quiz-block .single-answer {
    width: calc(50% - 5px);
    height: 60px;
    font-size: 16px;
    margin: 0 0 10px;
  }
  #quiz-page .quiz-block input {
    font-size: 14px;
    height: 55px;
  }
}
@media (max-width: 479px) {
  #quiz-page .back-button {
    width: 30px;
    height: 30px;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
  #quiz-page .back-button svg {
    width: 16px;
    height: 16px;
  }
  #quiz-page .quiz-block {
    border-radius: 0;
  }
  #quiz-page .quiz-block .numb-step {
    right: 15px;
  }
  #quiz-page .quiz-block .quiz-step.quiz-step-2 .fields-address {
    flex-direction: column;
    align-items: center;
    margin-bottom: 23px;
  }
  #quiz-page .quiz-block .quiz-step.quiz-step-2 .fields-address .single-field {
    width: 100% !important;
    margin-bottom: 15px;
  }
  #quiz-page .quiz-block .quiz-step.quiz-step-2 .fields-address .single-field:last-child {
    margin-bottom: 0;
  }
  #quiz-page .quiz-block .quiz-step.quiz-step-6 .info-text {
    margin-bottom: 30px;
  }
  #quiz-page .quiz-block .quiz-step.quiz-step-6 .list-logos-channels {
    justify-content: space-between;
    margin: 0 -5px 10px;
  }
  #quiz-page .quiz-block .quiz-step.quiz-step-6 .list-logos-channels > * {
    margin: 0 5px 10px;
  }
  #quiz-page .quiz-block .quiz-step.quiz-step-6 .list-logos-channels svg {
    width: 118px;
  }
  #quiz-page .quiz-block .quiz-step.quiz-step-6 .list-logos-channels svg:last-of-type {
    width: 100px;
  }
  #quiz-page .quiz-block .quiz-step.quiz-step-6 .list-logos-channels img {
    max-width: 100px;
  }
  #quiz-page .quiz-block .quiz-step.quiz-step-6 .list-answers {
    flex-direction: column;
    align-items: center;
  }
  #quiz-page .quiz-block .quiz-step.quiz-step-6 .list-answers .single-answer {
    width: 100%;
    margin: 0 0 10px;
  }
}

/*** Custom styles ***/
.check-availability {
  background-color: #54BEE1;
  border-radius: 10px;
  padding: 30px 50px;
}
.check-availability .text {
  max-width: 685px;
  width: 100%;
  font-size: 22px;
  font-weight: 500;
  line-height: 130%;
}
.check-availability .button {
  width: 290px;
  height: 55px;
  background-color: #FFF;
}
.check-availability .button:hover {
  background-color: #1E1E1E;
  color: #FFF;
}
@media (max-width: 1023px) {
  .check-availability {
    flex-direction: column;
    align-items: center;
    padding: 35px 50px;
  }
  .check-availability .text {
    margin-bottom: 25px;
    text-align: center;
  }
}
@media (max-width: 479px) {
  .check-availability {
    padding: 35px 25px;
  }
  .check-availability .button {
    max-width: 290px;
    width: 100%;
  }
}

.quiz-block {
  background-color: #FFF;
  border-radius: 20px;
  color: #1E1E1E;
}
.quiz-block .numb-step {
  width: 86px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #b9b9b9;
  color: #FFF;
}