@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: #FFF;
  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: #1E1E1E;
  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: #FFF;
}
.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: #FFF;
}
.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: #1E1E1E;
  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: #FFF;
  border: 1px solid #FFF;
  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: #E83B25;
  border: 1px solid #E83B25;
}
.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.28142C3.93587 4.28161 3.8032 4.23516 3.69781 4.15014L0.182808 1.30287C0.074683 1.20303 0.00968026 1.06692 0.000996991 0.922175C-0.00768627 0.777428 0.0406009 0.634892 0.136055 0.523505C0.231509 0.412118 0.366976 0.340229 0.514952 0.322433C0.662929 0.304637 0.812324 0.342266 0.932808 0.427683L4.07281 2.97837L7.21481 0.516174C7.33999 0.420234 7.49924 0.37658 7.65752 0.394817C7.8158 0.413054 7.96015 0.491686 8.05881 0.613417C8.15747 0.735148 8.20236 0.890005 8.18361 1.04392C8.16485 1.19784 8.08399 1.33821 7.95881 1.43415L4.44481 4.18418C4.33562 4.25643 4.20453 4.2907 4.07281 4.28142Z' fill='white'/%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: #FFF;
  }
  .top-bar .top-bar-info .language-holder .language-item {
    color: #FFF;
    border: 1px solid #FFF;
  }
  .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 #F04F75;
}
.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 #F04F75;
}
.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: #427ABE;
  border-color: #427ABE;
}
.cta-form .custom_checkbox .checkmark.ok {
  background-color: #427ABE;
}
.cta-form .custom_checkbox .checkmark.error {
  border-color: #F04F75;
  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: #427ABE;
}
.cta-form .button {
  width: 270px;
  height: 62px;
  padding: 0;
  margin: 0;
  text-align: center;
  border: 0;
  border-radius: 10px;
  background: #F04F75;
  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: #427ABE;
  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-first-screen-march2026-1920-inet.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: 190px;
  padding-bottom: 59px;
  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: 16;
}
#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: 21px;
}
#first_screen .cta h1.lv .title-svg {
  width: 539px;
  height: 184px;
  background-image: url("data:image/svg+xml,%3Csvg width='539' height='184' viewBox='0 0 539 184' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.2 159H6V92.3H23.2V159ZM97.1992 159H80.5992L52.3992 120.4V159H35.1992V92.3H52.8992L79.8992 129V92.3H97.1992V159ZM141.323 159H124.123V107.3H105.423V92.3H159.923V107.3H141.323V159ZM217.009 159H168.109V92.3H217.009V107.3H185.309V117.7H216.309V132.7H185.309V144H217.009V159ZM283.896 159H264.196L252.996 136.6H244.196V159H226.996V92.3H260.396C275.196 92.3 283.596 102.1 283.596 114.5C283.596 126.1 276.496 132.3 270.296 134.5L283.896 159ZM257.796 121.6C262.296 121.6 266.096 119.1 266.096 114.4C266.096 109.9 262.296 107.3 257.796 107.3H244.196V121.6H257.796ZM355.109 159H338.509L310.309 120.4V159H293.109V92.3H310.809L337.809 129V92.3H355.109V159ZM416.033 159H367.133V92.3H416.033V107.3H384.333V117.7H415.333V132.7H384.333V144H416.033V159ZM458.12 159H440.92V107.3H422.22V92.3H476.72V107.3H458.12V159ZM508.925 160.2C495.425 160.2 486.025 156 479.325 149.6L488.425 136.7C493.225 141.5 500.625 145.5 509.725 145.5C515.625 145.5 519.225 143.2 519.225 140C519.225 130.9 481.425 138.2 481.425 112.5C481.425 101.3 490.925 91.3 508.025 91.3C518.725 91.3 528.025 94.5 535.125 100.6L525.725 112.9C520.125 108.3 512.825 106 506.225 106C501.225 106 499.025 108 499.025 110.8C499.025 119.3 536.725 113.1 536.725 137.9C536.725 151.3 526.825 160.2 508.925 160.2Z' fill='white'/%3E%3Cpath d='M16.0916 91.0596C18.5756 91.2379 20.705 90.7679 23.2 90.4891L24.9667 90.447L25.0109 92.3C25.1478 93.5252 25.2386 94.8385 25.1838 96.3252C25.0177 100.839 24.3941 101.516 24.5344 106.685C24.6747 111.855 24.2482 117.028 24.5044 119.33C24.7607 121.632 23.9859 121.874 24.158 125.143C24.33 128.412 24.2289 130.393 23.977 133.252C23.7252 136.111 23.5102 144.893 23.8196 148.087C24.1289 151.281 23.5922 154.923 23.4648 157.114C23.4252 157.796 23.3709 158.333 23.3144 158.745C23.2905 158.919 23.2404 159 23.191 159C23.191 159 23.1909 159 23.1909 159C23.1293 159 23.0688 158.875 23.061 158.651C23.0233 157.563 22.9237 155.937 22.7004 154.016C22.2842 150.434 22.7442 150.043 22.5303 145.206C22.3164 140.369 21.8888 137.463 22.1653 131.772C22.4418 126.081 21.2847 124.774 21.9404 116.741C22.5961 108.708 21.386 107.863 21.2251 99.8573C21.1769 97.4604 21.203 94.8753 21.2618 92.3L23.2 94.2382C17.1741 94.1008 11.2021 93.7847 7.82129 93.8235C7.23765 93.8302 6.62979 93.8381 6 93.8466L7.54665 92.3C7.60855 96.8774 7.7005 102.613 7.56011 108.627C7.40041 115.468 7.80355 123.913 7.51861 131.464C7.23367 139.015 6.87378 149.691 6.63262 154.624C6.54174 156.482 6.47738 157.811 6.44035 159L6 158.56C7.96525 158.621 9.54687 158.607 12.505 158.516C15.2338 158.431 18.9929 158.511 22.1682 158.822C23.7662 158.979 23.4041 159.197 21.7957 159.302C19.4436 159.454 17.5128 159.352 16.3009 159.625C13.8792 160.17 12.85 160.38 9.79281 160.062C8.17103 159.894 7.00422 160.018 6 160.159L4.86941 160.186L4.84114 159C4.7163 158.111 4.57803 157.35 4.617 156.513C4.70003 154.731 5.12535 154.76 4.79766 145.699C4.46996 136.638 4.38634 131.67 4.30767 128.239C4.229 124.807 4.59813 117.642 4.4649 112.049C4.34672 107.089 4.42944 97.5834 4.29742 92.3L4.25783 90.6389L6 90.5974C6.67314 90.5806 7.27775 90.5603 7.79568 90.5356C12.3787 90.3175 12.3881 90.7936 16.0916 91.0596ZM55.7551 94.0887C60.3918 100.84 65.1573 105.334 70.9361 113.469C75.728 120.215 76.8098 122.449 80.9651 128.216L78.5759 129C78.5904 127.536 78.5888 125.875 78.5648 123.924C78.4245 112.498 78.851 101.065 78.5948 95.9778C78.5173 94.4393 78.5341 93.317 78.5905 92.3L78.5766 91.0056L79.8992 90.9913C82.2451 91.1214 84.0305 91.4621 89.0703 91.342C92.18 91.268 94.7624 91.2445 97.1992 91.2619L98.226 91.2509L98.2373 92.3C98.2142 95.5242 98.1197 98.4934 97.9763 102.092C97.7244 108.41 97.5094 127.822 97.8188 134.881C98.1282 141.939 97.5914 149.99 97.4641 154.832C97.4244 156.34 97.3701 157.526 97.3137 158.436C97.2897 158.822 97.2396 159 97.1902 159C97.1902 159 97.1901 159 97.1901 159C97.1286 159 97.068 158.724 97.0602 158.228C97.0225 155.824 96.9229 152.23 96.6997 147.984C96.2834 140.068 96.7434 139.203 96.5295 128.513C96.3156 117.823 95.888 111.4 96.1645 98.8224C96.2192 96.3319 96.2178 94.2213 96.1853 92.3L97.1992 93.3139C91.4427 93.4111 87.3848 93.7867 79.8992 93.7628L81.362 92.3C81.3536 94.9341 81.2957 97.9927 81.1588 101.699C80.6527 115.403 81.2582 119.643 81.6348 129L81.6075 134.297L78.5012 130.028C76.7726 127.867 74.7951 125.333 72.3735 122.103C65.5491 113.002 57.8638 102.152 51.554 93.2897L52.8992 93.9701C46.858 93.8761 41.562 93.8037 37.7537 93.8235C36.9239 93.8278 36.0719 93.8326 35.1992 93.8378L36.737 92.3C36.7982 102.645 36.9066 115.912 36.7593 129.856C36.6657 138.722 36.7656 148.808 36.8068 159L35.1992 157.392C40.9659 157.369 46.7664 157.365 52.3992 157.425L50.8238 159C50.8386 157.612 50.8573 156.234 50.8806 154.87C51.058 144.48 51.2644 131.414 51.4532 120.4L51.468 117.497L53.1631 119.842C57.0102 125.302 60.4174 130.149 62.7713 133.525C69.0068 142.469 70.5303 144.646 76.8387 153.031C78.1115 154.723 79.5333 156.653 81.0109 158.699L80.5992 158.49C85.2657 158.515 90.3641 158.62 94.9188 158.822C98.4506 158.979 97.6503 159.197 94.0954 159.302C88.897 159.454 84.6296 159.352 81.951 159.625C81.4781 159.673 81.0293 159.719 80.5992 159.762L80.2206 159.766L79.9842 159.449C77.01 156.127 75.4539 154.248 72.0537 149.104C68.3242 143.461 65.8639 141.315 63.6074 138.086C61.4701 135.027 61.6996 134.688 51.4653 121.082L53.5558 120.4C53.569 121.349 53.5843 122.351 53.6016 123.408C53.8885 140.944 53.9883 151.543 54.0615 159L54.0792 160.644L52.3992 160.662C51.3398 160.673 50.3439 160.683 49.4004 160.692C45.9839 160.728 40.8928 160.672 35.1992 160.613L33.6039 160.63L33.5863 159C33.6588 152.055 33.7373 144.213 33.6641 137.42C33.5408 125.979 33.6362 103.599 33.4781 92.3L33.4598 90.5977L35.1992 90.5789C36.1072 90.5662 36.9436 90.5519 37.6971 90.5356C46.3401 90.3495 47.6234 90.6689 52.8992 90.9318L53.5764 90.9245L54.0013 91.4892C54.5024 92.2467 55.0749 93.0983 55.7551 94.0887ZM138.601 91.0596C143.951 91.3255 148.163 90.15 154.684 90.3162C156.921 90.3731 158.505 90.4839 159.923 90.5993L161.595 90.5717L161.623 92.3C161.402 95.0161 161.165 97.1206 161.257 102.028C161.29 103.803 161.292 105.58 161.278 107.3L161.3 108.632L159.923 108.655C154.408 108.61 149.464 108.409 146.929 108.604C144.419 108.798 143.604 108.404 141.323 108.273L142.296 107.3C142.253 108.04 142.238 108.935 142.281 110.091C142.453 114.813 142.352 117.675 142.1 121.805C141.848 125.934 141.633 138.622 141.942 143.235C142.252 147.849 141.715 153.111 141.587 156.275C141.548 157.261 141.494 158.037 141.437 158.632C141.413 158.884 141.363 159 141.314 159C141.314 159 141.314 159 141.314 159C141.252 159 141.191 158.819 141.184 158.496C141.146 156.924 141.046 154.575 140.823 151.8C140.407 146.626 140.867 146.06 140.653 139.073C140.439 132.086 140.011 127.889 140.288 119.668C140.467 114.342 140.045 111.674 139.903 107.3L139.927 105.857L141.323 105.88C143.7 105.803 146.582 105.809 150.669 106.04C154.728 106.27 157.517 106.271 159.923 106.168L158.791 107.3C158.602 102.856 158.059 99.7208 157.95 92.3L159.923 94.2729C159.877 94.2736 159.832 94.2743 159.787 94.2749C148.222 94.4358 133.625 93.7681 126.654 93.8235C120.868 93.8694 113.434 93.9744 105.423 93.9174L107.04 92.3C107.028 93.9406 107.01 95.6054 106.983 97.2852C106.932 100.428 106.938 103.805 106.961 107.3L105.423 105.762C111.502 105.722 117.938 105.632 124.123 105.703L125.746 105.73L125.72 107.3C125.703 108.742 125.678 110.169 125.641 111.576C125.356 122.484 124.996 137.906 124.755 145.031C124.536 151.509 124.471 153.532 124.572 159L124.123 158.551C124.669 158.541 125.25 158.529 125.873 158.516C129.815 158.431 135.245 158.511 139.832 158.822C142.141 158.979 141.617 159.197 139.294 159.302C135.896 159.454 133.107 159.352 131.356 159.625C128.501 160.07 126.985 160.291 124.123 160.185L122.958 160.204L122.938 159C122.962 158.356 123.002 157.643 123.06 156.832C123.378 152.416 122.657 150.335 122.74 147.761C122.823 145.187 123.248 145.229 122.92 132.139C122.601 119.383 122.513 112.243 122.436 107.3L124.123 108.986C123.993 108.988 123.865 108.99 123.739 108.992C119.775 109.055 112.364 108.832 105.423 108.808L103.94 108.832L103.915 107.3C103.921 105.56 103.914 103.849 103.888 102.23C103.844 99.5966 103.828 96.0774 103.818 92.3L103.792 90.7223L105.423 90.6954C113.236 90.6751 122.154 90.6827 126.617 90.5356C133.237 90.3175 133.251 90.7936 138.601 91.0596ZM196.763 108.54C192.733 108.404 189.142 108.646 185.309 108.892L186.901 107.3C187.105 110.472 187.312 113.81 187.309 117.7L185.309 115.7C185.898 115.7 186.5 115.706 187.116 115.716C196.709 115.882 198.146 116.506 209.133 116.366C211.547 116.335 213.96 116.331 216.309 116.342L217.652 116.327L217.667 117.7C217.642 123.382 217.533 128.688 217.53 132.7L217.544 133.907L216.309 133.921C214.429 133.919 212.833 133.941 211.615 134.004C206.723 134.261 206.207 133.486 199.26 133.658C193.629 133.797 189.796 133.757 185.309 133.603L186.212 132.7C186.176 133.748 186.134 134.831 186.086 135.981C186.012 137.77 185.941 140.652 185.886 144L185.309 143.423C193.33 143.556 204.03 143.599 208.818 143.38C211.483 143.259 214.295 143.268 217.009 143.331L217.67 143.324L217.678 144C217.58 148.199 217.352 152.164 217.274 154.992C217.235 156.442 217.18 157.583 217.124 158.458C217.1 158.829 217.05 159 217 159C217 159 217 159 217 159C216.939 159 216.878 158.734 216.87 158.258C216.833 155.946 216.733 152.49 216.51 148.408C216.413 146.641 216.364 145.239 216.342 144L217.009 144.667C212.91 144.739 210.587 144.505 202.695 144.67C196.092 144.807 191.182 145.033 185.309 145.103L184.194 145.091L184.206 144C184.167 140.73 184.176 137.162 184.275 132.837C184.276 132.791 184.277 132.746 184.278 132.7L184.289 131.657L185.309 131.668C197.096 131.929 200.016 130.824 216.309 131.41L215.02 132.7C215.029 132.435 215.039 132.166 215.05 131.894C215.292 125.592 215.28 121.372 215.16 117.7L216.309 118.849C210.032 119.054 205.355 119.573 194.622 119.675C191.628 119.703 188.495 119.706 185.309 119.691L183.296 119.669L183.318 117.7C183.334 114.259 183.37 110.756 183.415 107.3L183.436 105.384L185.309 105.405C196.831 105.556 207.839 105.812 214.339 105.777C215.205 105.772 216.095 105.767 217.009 105.761L215.47 107.3C215.442 102.801 215.405 97.7354 215.387 92.3L217.009 93.9224C210.465 93.9446 203.384 93.94 196.113 93.8601C187.593 93.7665 177.902 93.8662 168.109 93.9075L169.717 92.3C169.746 99.2177 169.746 106.186 169.628 112.83C169.368 127.461 169.046 147.613 168.808 159L168.109 158.301C169.211 158.324 170.231 158.346 171.156 158.367C181.638 158.609 184.192 158.663 194.281 158.516C200.08 158.431 208.069 158.511 214.817 158.822C218.213 158.979 217.443 159.197 214.025 159.302C209.026 159.454 204.923 159.352 202.348 159.625C197.201 160.17 195.014 160.38 188.517 160.062C182.02 159.745 178.959 160.466 175.172 160.383C173.005 160.335 172.098 160.176 168.109 160.109L167.013 160.122L167 159C167.05 156.019 167.047 151.317 166.907 143.081C166.579 123.824 166.496 113.267 166.417 105.975C166.382 102.686 166.437 97.7826 166.497 92.3L166.479 90.7056L168.109 90.6873C174.783 90.7598 182.314 90.838 188.839 90.7649C195.804 90.6868 206.985 90.6964 217.009 90.6739L218.617 90.6558L218.635 92.3C218.648 98.0051 218.672 103.335 218.727 107.3L218.746 108.999L217.009 109.018C216.053 109.031 215.177 109.047 214.393 109.064C204.654 109.282 204.634 108.806 196.763 108.54ZM225.756 93.5807C225.774 93.1478 225.786 92.7214 225.791 92.3L225.774 91.1123L226.996 91.095C232.658 91.1691 237.41 90.1615 244.498 90.3162C251.628 90.4717 253.082 91.0282 260.396 90.9834C260.923 90.9805 261.461 90.986 262.042 91.0053C271.464 90.9129 279.164 97.7626 281.196 101.23C283.457 104.697 283.164 105.413 284.327 110.972C284.531 112.235 284.617 113.401 284.63 114.5C284.635 118.301 283.991 121.345 282.176 124.794C280.915 127.521 276.356 133.057 270.453 134.941L270.706 134.273C272.577 137.668 274.362 140.8 275.503 142.603C278.388 147.163 280.901 152.797 282.583 156.09C283.107 157.115 283.5 157.934 283.787 158.568C283.909 158.837 283.931 158.98 283.888 159.004C283.888 159.004 283.888 159.004 283.888 159.004C283.834 159.034 283.679 158.879 283.489 158.553C282.565 156.966 281.146 154.616 279.378 151.891C276.082 146.81 276.164 146.009 272.016 138.979C271.152 137.513 270.348 136.176 269.576 134.899L269.111 134.033L270.021 133.724C274.918 131.565 278.743 128.51 281.43 121.817C282.46 118.974 282.573 116.642 282.483 114.5C282.011 110.283 281.879 106.018 276.467 99.4528C270.117 93.3263 265.58 93.8132 260.396 93.9006C257.779 94.0688 254.719 94.2241 250.456 94.2749C243.018 94.3635 234.504 94.2008 226.996 94.0459L228.742 92.3C228.616 98.4224 228.495 103.876 228.52 107.533C228.575 115.674 228.716 126.607 228.556 138.148C228.468 144.512 228.551 151.698 228.596 159L226.996 157.4C232.773 157.365 238.623 157.354 244.196 157.471L242.667 159C242.671 158.841 242.674 158.683 242.677 158.525C242.825 151.937 242.992 143.939 243.153 136.6L243.168 135.542L244.196 135.557C247.3 135.625 250.285 135.692 252.996 135.755L253.53 135.763L253.752 136.222C255.147 139.185 256.368 141.787 257.294 143.781C260.544 150.781 261.518 152.871 264.603 158.796L264.196 158.545C264.72 158.536 265.271 158.526 265.854 158.516C270.457 158.431 276.799 158.511 282.155 158.822C284.851 158.979 284.24 159.197 281.527 159.302C277.559 159.454 274.302 159.352 272.257 159.625C269.053 160.053 267.294 160.274 264.196 160.196L263.474 160.206L263.126 159.535C262.764 158.763 262.377 157.891 261.941 156.865C259.919 152.111 258.187 150.26 256.917 147.534C255.868 145.284 255.959 144.791 252.018 137.089L252.996 137.694C251.163 137.711 248.958 137.745 246.285 137.802C245.574 137.818 244.878 137.832 244.196 137.847L245.443 136.6C245.657 146.861 245.756 153.834 245.824 159L245.846 160.604L244.196 160.628C242.328 160.652 240.695 160.672 239.229 160.692C236.346 160.732 231.899 160.66 226.996 160.594L225.425 160.616L225.402 159C225.468 154.06 225.528 148.657 225.461 143.922C225.328 134.488 225.45 115.308 225.232 107.576C225.014 99.8443 225.49 99.8285 225.756 93.5807ZM245.365 108.54C244.958 108.466 244.575 108.504 244.196 108.594L245.49 107.3C245.722 108.28 246.3 109.234 246.18 110.516C246.014 112.294 245.39 112.56 245.531 114.596C245.671 116.632 245.244 118.67 245.5 119.576C245.738 120.416 245.09 120.56 245.131 121.6L244.196 120.665C244.279 120.662 244.367 120.655 244.462 120.642C245.749 120.47 246.529 120.571 247.655 120.823C248.781 121.075 252.24 121.29 253.498 120.98C254.756 120.671 256.191 121.208 257.053 121.335C257.322 121.375 257.534 121.429 257.696 121.486C257.764 121.509 257.796 121.56 257.796 121.609C257.796 121.609 257.796 121.609 257.796 121.609C257.796 121.671 257.747 121.731 257.659 121.739C257.23 121.777 256.59 121.876 255.833 122.1C254.422 122.516 254.268 122.056 252.363 122.27C250.459 122.484 249.314 122.911 247.073 122.635C245.832 122.482 245.121 122.768 244.196 122.943L242.777 122.857L242.853 121.6C242.712 120.854 242.644 119.969 242.937 118.557C243.592 115.393 242.382 115.06 242.221 111.907C242.147 110.452 242.249 108.821 242.375 107.3L242.492 105.376L244.196 105.479C245.972 105.626 247.598 105.806 248.622 105.777C250.523 105.721 253.075 105.58 255.769 105.74C256.413 105.778 257.093 105.784 257.796 105.775C260.279 105.718 263.377 106.394 265.243 108.565C266.57 110.01 267.35 112.422 267.125 114.4C267 116.137 266.293 117.628 265.665 118.406C264.251 120.013 263.789 120.225 262.096 121.242C261.092 121.792 259.488 122.056 258.208 121.771C257.566 121.625 257.726 121.411 258.335 121.286C259.222 121.093 259.964 121.047 260.335 120.671C261.056 119.903 261.245 119.634 262.301 119.4C263.38 119.094 263.224 118.179 263.612 117.834C263.811 117.642 263.999 117.608 264.279 117.264C264.532 116.923 264.97 116.232 264.888 114.689C264.881 114.593 264.873 114.496 264.863 114.4C264.473 111.559 263.047 110.777 262.238 110.233C261.485 109.736 259.653 108.729 257.796 108.809C257.565 108.813 257.338 108.822 257.117 108.835C254.915 108.968 250.437 108.846 248.632 109.064C246.827 109.282 246.823 108.806 245.365 108.54ZM313.665 94.0887C318.302 100.84 323.068 105.334 328.846 113.469C333.638 120.215 334.72 122.449 338.875 128.216L336.486 129C336.501 127.536 336.499 125.875 336.475 123.924C336.335 112.498 336.761 101.065 336.505 95.9778C336.427 94.4393 336.444 93.317 336.501 92.3L336.487 91.0056L337.809 90.9913C340.155 91.1214 341.941 91.4621 346.98 91.342C350.09 91.268 352.673 91.2445 355.109 91.2619L356.136 91.2509L356.147 92.3C356.124 95.5242 356.03 98.4934 355.886 102.092C355.635 108.41 355.42 127.822 355.729 134.881C356.038 141.939 355.502 149.99 355.374 154.832C355.335 156.34 355.28 157.526 355.224 158.436C355.2 158.822 355.15 159 355.1 159C355.1 159 355.1 159 355.1 159C355.039 159 354.978 158.724 354.97 158.228C354.933 155.824 354.833 152.23 354.61 147.984C354.194 140.068 354.654 139.203 354.44 128.513C354.226 117.823 353.798 111.4 354.075 98.8224C354.129 96.3319 354.128 94.2213 354.095 92.3L355.109 93.3139C349.353 93.4111 345.295 93.7867 337.809 93.7628L339.272 92.3C339.264 94.9341 339.206 97.9927 339.069 101.699C338.563 115.403 339.168 119.643 339.545 129L339.518 134.297L336.411 130.028C334.683 127.867 332.705 125.333 330.284 122.103C323.459 113.002 315.774 102.152 309.464 93.2897L310.809 93.9701C304.768 93.8761 299.472 93.8037 295.664 93.8235C294.834 93.8278 293.982 93.8326 293.109 93.8378L294.647 92.3C294.708 102.645 294.817 115.912 294.669 129.856C294.576 138.722 294.676 148.808 294.717 159L293.109 157.392C298.876 157.369 304.677 157.365 310.309 157.425L308.734 159C308.749 157.612 308.767 156.234 308.791 154.87C308.968 144.48 309.175 131.414 309.363 120.4L309.378 117.497L311.073 119.842C314.92 125.302 318.328 130.149 320.681 133.525C326.917 142.469 328.44 144.646 334.749 153.031C336.022 154.723 337.443 156.653 338.921 158.699L338.509 158.49C343.176 158.515 348.274 158.62 352.829 158.822C356.361 158.979 355.56 159.197 352.006 159.302C346.807 159.454 342.54 159.352 339.861 159.625C339.388 159.673 338.939 159.719 338.509 159.762L338.131 159.766L337.894 159.449C334.92 156.127 333.364 154.248 329.964 149.104C326.234 143.461 323.774 141.315 321.518 138.086C319.38 135.027 319.61 134.688 309.375 121.082L311.466 120.4C311.479 121.349 311.494 122.351 311.512 123.408C311.799 140.944 311.898 151.543 311.972 159L311.989 160.644L310.309 160.662C309.25 160.673 308.254 160.683 307.311 160.692C303.894 160.728 298.803 160.672 293.109 160.613L291.514 160.63L291.496 159C291.569 152.055 291.647 144.213 291.574 137.42C291.451 125.979 291.546 103.599 291.388 92.3L291.37 90.5977L293.109 90.5789C294.017 90.5662 294.854 90.5519 295.607 90.5356C304.25 90.3495 305.534 90.6689 310.809 90.9318L311.487 90.9245L311.911 91.4892C312.413 92.2467 312.985 93.0983 313.665 94.0887ZM395.787 108.54C391.757 108.404 388.166 108.646 384.333 108.892L385.925 107.3C386.128 110.472 386.335 113.81 386.333 117.7L384.333 115.7C384.922 115.7 385.524 115.706 386.139 115.716C395.733 115.882 397.17 116.506 408.157 116.366C410.57 116.335 412.984 116.331 415.333 116.342L416.675 116.327L416.691 117.7C416.665 123.382 416.557 128.688 416.554 132.7L416.567 133.907L415.333 133.921C413.453 133.919 411.856 133.941 410.638 134.004C405.746 134.261 405.23 133.486 398.283 133.658C392.652 133.797 388.819 133.757 384.333 133.603L385.236 132.7C385.2 133.748 385.158 134.831 385.11 135.981C385.036 137.77 384.965 140.652 384.909 144L384.333 143.423C392.353 143.556 403.053 143.599 407.841 143.38C410.506 143.259 413.318 143.268 416.033 143.331L416.694 143.324L416.701 144C416.603 148.199 416.375 152.164 416.298 154.992C416.258 156.442 416.204 157.583 416.147 158.458C416.123 158.829 416.073 159 416.024 159C416.024 159 416.024 159 416.024 159C415.962 159 415.902 158.734 415.894 158.258C415.856 155.946 415.756 152.49 415.533 148.408C415.437 146.641 415.387 145.239 415.366 144L416.033 144.667C411.934 144.739 409.611 144.505 401.718 144.67C395.115 144.807 390.206 145.033 384.333 145.103L383.217 145.091L383.23 144C383.19 140.73 383.199 137.162 383.298 132.837C383.299 132.791 383.3 132.746 383.301 132.7L383.313 131.657L384.333 131.668C396.119 131.929 399.039 130.824 415.333 131.41L414.043 132.7C414.053 132.435 414.063 132.166 414.073 131.894C414.315 125.592 414.303 121.372 414.183 117.7L415.333 118.849C409.056 119.054 404.379 119.573 393.646 119.675C390.651 119.703 387.518 119.706 384.333 119.691L382.319 119.669L382.341 117.7C382.357 114.259 382.393 110.756 382.438 107.3L382.46 105.384L384.333 105.405C395.855 105.556 406.862 105.812 413.362 105.777C414.228 105.772 415.119 105.767 416.033 105.761L414.494 107.3C414.466 102.801 414.429 97.7354 414.41 92.3L416.033 93.9224C409.488 93.9446 402.408 93.94 395.136 93.8601C386.616 93.7665 376.926 93.8662 367.133 93.9075L368.74 92.3C368.769 99.2177 368.769 106.186 368.651 112.83C368.392 127.461 368.07 147.613 367.832 159L367.133 158.301C368.235 158.324 369.255 158.346 370.18 158.367C380.661 158.609 383.216 158.663 393.304 158.516C399.103 158.431 407.092 158.511 413.84 158.822C417.236 158.979 416.467 159.197 413.048 159.302C408.05 159.454 403.947 159.352 401.371 159.625C396.225 160.17 394.037 160.38 387.541 160.062C381.044 159.745 377.983 160.466 374.196 160.383C372.028 160.335 371.121 160.176 367.133 160.109L366.036 160.122L366.023 159C366.073 156.019 366.071 151.317 365.93 143.081C365.603 123.824 365.519 113.267 365.44 105.975C365.405 102.686 365.461 97.7826 365.52 92.3L365.502 90.7056L367.133 90.6873C373.806 90.7598 381.338 90.838 387.862 90.7649C394.827 90.6868 406.009 90.6964 416.033 90.6739L417.641 90.6558L417.659 92.3C417.672 98.0051 417.695 103.335 417.751 107.3L417.77 108.999L416.033 109.018C415.077 109.031 414.2 109.047 413.417 109.064C403.677 109.282 403.657 108.806 395.787 108.54ZM455.398 91.0596C460.748 91.3255 464.96 90.15 471.481 90.3162C473.717 90.3731 475.302 90.4839 476.72 90.5993L478.392 90.5717L478.42 92.3C478.199 95.0161 477.962 97.1206 478.054 102.028C478.087 103.803 478.089 105.58 478.075 107.3L478.097 108.632L476.72 108.655C471.205 108.61 466.261 108.409 463.726 108.604C461.216 108.798 460.401 108.404 458.12 108.273L459.092 107.3C459.05 108.04 459.035 108.935 459.077 110.091C459.25 114.813 459.148 117.675 458.897 121.805C458.645 125.934 458.43 138.622 458.739 143.235C459.048 147.849 458.512 153.111 458.384 156.275C458.345 157.261 458.29 158.037 458.234 158.632C458.21 158.884 458.16 159 458.111 159C458.11 159 458.11 159 458.11 159C458.049 159 457.988 158.819 457.981 158.496C457.943 156.924 457.843 154.575 457.62 151.8C457.204 146.626 457.664 146.06 457.45 139.073C457.236 132.086 456.808 127.889 457.085 119.668C457.264 114.342 456.841 111.674 456.7 107.3L456.724 105.857L458.12 105.88C460.497 105.803 463.379 105.809 467.466 106.04C471.525 106.27 474.314 106.271 476.72 106.168L475.588 107.3C475.399 102.856 474.856 99.7208 474.747 92.3L476.72 94.2729C476.674 94.2736 476.629 94.2743 476.583 94.2749C465.019 94.4358 450.422 93.7681 443.451 93.8235C437.664 93.8694 430.231 93.9744 422.22 93.9174L423.837 92.3C423.825 93.9406 423.807 95.6054 423.78 97.2852C423.729 100.428 423.735 103.805 423.758 107.3L422.22 105.762C428.299 105.722 434.735 105.632 440.92 105.703L442.543 105.73L442.517 107.3C442.5 108.742 442.475 110.169 442.438 111.576C442.153 122.484 441.793 137.906 441.552 145.031C441.333 151.509 441.268 153.532 441.369 159L440.92 158.551C441.466 158.541 442.047 158.529 442.67 158.516C446.612 158.431 452.042 158.511 456.629 158.822C458.937 158.979 458.414 159.197 456.091 159.302C452.693 159.454 449.904 159.352 448.153 159.625C445.298 160.07 443.782 160.291 440.92 160.185L439.754 160.204L439.735 159C439.759 158.356 439.799 157.643 439.857 156.832C440.175 152.416 439.454 150.335 439.537 147.761C439.62 145.187 440.045 145.229 439.717 132.139C439.398 119.383 439.31 112.243 439.233 107.3L440.92 108.986C440.79 108.988 440.662 108.99 440.536 108.992C436.572 109.055 429.161 108.832 422.22 108.808L420.737 108.832L420.712 107.3C420.718 105.56 420.711 103.849 420.684 102.23C420.641 99.5966 420.625 96.0774 420.615 92.3L420.589 90.7223L422.22 90.6954C430.033 90.6751 438.951 90.6827 443.414 90.5356C450.034 90.3175 450.048 90.7936 455.398 91.0596ZM525.27 93.212C529.273 94.9991 532.758 96.7413 536.214 99.3321L537.408 100.334L536.453 101.615C534.713 104.23 532.821 107 530.362 110.099C529.125 111.659 528.094 112.913 527.173 114.007L526.058 115.503L524.568 114.309C520.925 111.293 518.836 109.277 511.115 107.759C509.485 107.503 507.84 107.365 506.225 107.363C503.027 107.286 500.161 108.45 500.302 110.8C500.148 111.934 502.183 112.974 503.755 113.494C505.393 114.052 506.876 114.37 508.035 114.579C512.588 115.388 512.961 116.056 519.456 117.696C525.863 119.541 529.999 121.487 533.748 126.299C535.322 128.287 537.418 132.774 537.24 137.9C537.498 145.011 533.106 152.059 530.069 154.438C525.074 159.168 517.117 160.184 512.767 160.321C511.376 160.387 510.283 160.359 509.448 160.312C509.091 160.291 508.925 160.24 508.925 160.191C508.925 160.191 508.925 160.191 508.925 160.191C508.925 160.129 509.182 160.07 509.636 160.056C511.826 159.984 515.138 159.728 518.826 158.622C522.241 157.557 524.027 156.744 526.029 155.686C527.948 154.564 530.389 153.249 532.952 149.243C535.263 145.384 535.777 141.635 535.705 137.9C535.559 133.759 534.594 129.357 530.391 125.385C521.504 118.486 518.049 120.727 502.241 115.582C500.377 114.779 497.898 113.412 497.93 110.8C497.863 108.298 499.809 106.339 501.474 105.72C503.18 105.006 504.742 104.859 506.225 104.783C511.545 104.768 516.816 104.676 525.179 110.006C525.792 110.429 526.397 110.88 526.989 111.361L524.143 111.691C527.138 107.726 530.386 103.543 533.607 99.4399L533.88 102.049C525.757 94.6717 514.569 92.7325 508.428 92.8251C508.295 92.8248 508.16 92.8251 508.025 92.8259C499.101 92.465 484.314 97.5147 483.051 110.962C483.001 111.468 482.973 111.98 482.969 112.5C482.633 118.998 486.537 125.454 493.305 128.306C499.919 131.436 507.613 132.078 514.938 134.381C516.045 134.773 517.123 135.183 518.291 135.967C519.404 136.675 520.701 138.219 520.62 140C520.644 142.77 518.312 144.828 516.243 145.618C514.105 146.491 511.878 146.705 509.725 146.677C500.554 146.645 492.266 141.924 487.909 137.216L489.022 137.121C488.065 138.418 487.197 139.592 486.439 140.613C483.369 144.749 481.497 147.273 479.661 149.837L479.609 149.303C481.726 151.315 484.037 153.219 488.159 155.266C493.026 157.756 500.434 159.553 506.839 159.988C510.061 160.198 509.345 160.442 506.066 160.437C501.264 160.38 497.396 159.465 494.935 159.056C490.047 158.123 487.734 157.554 482.628 153.718C481.018 152.436 479.735 151.324 478.622 150.336L477.99 149.746L478.494 149.014C480.159 146.463 481.13 144.544 482.586 142.578C483.957 140.726 484.581 140.176 487.534 136.071L488.261 135.015L489.196 135.929C491.13 137.836 494.297 140.727 500.375 142.754C503.682 143.815 506.849 144.178 509.725 144.131C514.062 144.175 517.956 142.225 517.683 140C517.819 138.747 515.245 137.7 513.347 137.182C511.336 136.617 509.465 136.258 507.779 135.915C501.752 134.564 483.617 131.819 480.537 118.099C480.108 116.449 479.858 114.601 479.848 112.5C479.563 105.998 483.808 97.9899 490.334 94.2096C496.742 90.2262 503.82 89.6355 508.025 89.5438C508.152 89.5412 508.278 89.5389 508.4 89.5369C517.988 89.7882 518.087 90.4755 525.27 93.212Z' fill='%23171717'/%3E%3Cpath d='M26.74 60.84C23.2867 60.84 20.1367 60.2333 17.29 59.02C14.4433 57.8067 11.9933 56.1267 9.94 53.98C7.93333 51.7867 6.37 49.22 5.25 46.28C4.13 43.34 3.57 40.1433 3.57 36.69C3.57 33.2367 4.13 30.04 5.25 27.1C6.37 24.16 7.93333 21.6167 9.94 19.47C11.9933 17.2767 14.4433 15.5733 17.29 14.36C20.1367 13.1467 23.2867 12.54 26.74 12.54C30.1933 12.54 33.3433 13.1467 36.19 14.36C39.0367 15.5733 41.4633 17.2767 43.47 19.47C45.5233 21.6167 47.11 24.16 48.23 27.1C49.35 30.04 49.91 33.2367 49.91 36.69C49.91 40.1433 49.35 43.34 48.23 46.28C47.11 49.22 45.5233 51.7867 43.47 53.98C41.4633 56.1267 39.0367 57.8067 36.19 59.02C33.3433 60.2333 30.1933 60.84 26.74 60.84ZM26.74 55.66C29.3533 55.66 31.71 55.1933 33.81 54.26C35.91 53.28 37.7067 51.95 39.2 50.27C40.6933 48.5433 41.8367 46.5367 42.63 44.25C43.47 41.9167 43.89 39.3967 43.89 36.69C43.89 33.9833 43.47 31.4633 42.63 29.13C41.8367 26.7967 40.6933 24.79 39.2 23.11C37.7067 21.43 35.91 20.1233 33.81 19.19C31.71 18.21 29.3533 17.72 26.74 17.72C24.1267 17.72 21.7467 18.21 19.6 19.19C17.5 20.1233 15.7033 21.43 14.21 23.11C12.7167 24.79 11.5733 26.7967 10.78 29.13C9.98667 31.4633 9.59 33.9833 9.59 36.69C9.59 39.3967 9.98667 41.9167 10.78 44.25C11.5733 46.5367 12.7167 48.5433 14.21 50.27C15.7033 51.95 17.5 53.28 19.6 54.26C21.7467 55.1933 24.1267 55.66 26.74 55.66ZM58.9854 60V13.31H77.7454C80.0787 13.31 82.1554 13.6833 83.9754 14.43C85.7954 15.1767 87.3121 16.2033 88.5254 17.51C89.7854 18.77 90.7421 20.2633 91.3954 21.99C92.0487 23.67 92.3754 25.4667 92.3754 27.38C92.3754 29.2933 92.0487 31.1133 91.3954 32.84C90.7421 34.52 89.7854 36.0133 88.5254 37.32C87.2654 38.58 85.7254 39.5833 83.9054 40.33C82.0854 41.0767 80.0321 41.45 77.7454 41.45H64.7954V60H58.9854ZM77.0454 36.27C79.8454 36.27 82.0854 35.4533 83.7654 33.82C85.4921 32.1867 86.3554 30.04 86.3554 27.38C86.3554 24.72 85.4921 22.5733 83.7654 20.94C82.0854 19.3067 79.8454 18.49 77.0454 18.49H64.7954V36.27H77.0454ZM111.619 60V18.49H96.8494V13.31H132.269V18.49H117.429V60H111.619ZM139.991 60V13.31H145.801V60H139.991ZM171.859 60.84C167.753 60.84 164.229 60.1633 161.289 58.81C158.349 57.41 155.899 55.6133 153.939 53.42L157.369 49.01C158.116 49.85 159.003 50.69 160.029 51.53C161.056 52.3233 162.176 53.0233 163.389 53.63C164.649 54.2367 166.003 54.7267 167.449 55.1C168.896 55.4733 170.436 55.66 172.069 55.66C174.169 55.66 175.919 55.4033 177.319 54.89C178.719 54.3767 179.839 53.7467 180.679 53C181.519 52.2067 182.126 51.3433 182.499 50.41C182.873 49.43 183.059 48.4967 183.059 47.61C183.059 46.1167 182.663 44.88 181.869 43.9C181.076 42.92 180.026 42.1033 178.719 41.45C177.459 40.75 175.989 40.19 174.309 39.77C172.676 39.3033 170.973 38.8367 169.199 38.37C167.473 37.8567 165.769 37.2967 164.089 36.69C162.456 36.0833 160.986 35.3133 159.679 34.38C158.419 33.4 157.393 32.21 156.599 30.81C155.806 29.41 155.409 27.66 155.409 25.56C155.409 23.6467 155.806 21.8967 156.599 20.31C157.439 18.7233 158.559 17.37 159.959 16.25C161.406 15.0833 163.109 14.1967 165.069 13.59C167.029 12.9367 169.153 12.61 171.439 12.61C175.033 12.61 178.206 13.17 180.959 14.29C183.713 15.41 186.069 17.02 188.029 19.12L184.529 23.39C182.756 21.43 180.703 20.0067 178.369 19.12C176.036 18.2333 173.586 17.79 171.019 17.79C168.219 17.79 165.909 18.4667 164.089 19.82C162.316 21.1733 161.429 22.97 161.429 25.21C161.429 26.5167 161.826 27.59 162.619 28.43C163.413 29.27 164.439 29.9933 165.699 30.6C167.006 31.2067 168.476 31.7433 170.109 32.21C171.789 32.63 173.493 33.0967 175.219 33.61C176.993 34.0767 178.696 34.6367 180.329 35.29C182.009 35.9433 183.479 36.7833 184.739 37.81C186.046 38.8367 187.096 40.0967 187.889 41.59C188.683 43.0833 189.079 44.9267 189.079 47.12C189.079 48.8 188.776 50.48 188.169 52.16C187.563 53.7933 186.559 55.2633 185.159 56.57C183.806 57.83 182.033 58.8567 179.839 59.65C177.646 60.4433 174.986 60.84 171.859 60.84ZM225.965 60L208.255 39L203.565 44.32V60H197.755V13.31H203.565V37.46L224.215 13.31H231.495L212.035 35.5L233.175 60H225.965ZM273.116 60L268.986 49.64H245.746L241.616 60H234.966L253.726 13.31H260.936L279.766 60H273.116ZM257.366 19.33L247.426 44.46H267.236L257.366 19.33ZM285.87 60V13.31H291.68V60H285.87ZM317.738 60.84C313.632 60.84 310.108 60.1633 307.168 58.81C304.228 57.41 301.778 55.6133 299.818 53.42L303.248 49.01C303.995 49.85 304.882 50.69 305.908 51.53C306.935 52.3233 308.055 53.0233 309.268 53.63C310.528 54.2367 311.882 54.7267 313.328 55.1C314.775 55.4733 316.315 55.66 317.948 55.66C320.048 55.66 321.798 55.4033 323.198 54.89C324.598 54.3767 325.718 53.7467 326.558 53C327.398 52.2067 328.005 51.3433 328.378 50.41C328.752 49.43 328.938 48.4967 328.938 47.61C328.938 46.1167 328.542 44.88 327.748 43.9C326.955 42.92 325.905 42.1033 324.598 41.45C323.338 40.75 321.868 40.19 320.188 39.77C318.555 39.3033 316.852 38.8367 315.078 38.37C313.352 37.8567 311.648 37.2967 309.968 36.69C308.335 36.0833 306.865 35.3133 305.558 34.38C304.298 33.4 303.272 32.21 302.478 30.81C301.685 29.41 301.288 27.66 301.288 25.56C301.288 23.6467 301.685 21.8967 302.478 20.31C303.318 18.7233 304.438 17.37 305.838 16.25C307.285 15.0833 308.988 14.1967 310.948 13.59C312.908 12.9367 315.032 12.61 317.318 12.61C320.912 12.61 324.085 13.17 326.838 14.29C329.592 15.41 331.948 17.02 333.908 19.12L330.408 23.39C328.635 21.43 326.582 20.0067 324.248 19.12C321.915 18.2333 319.465 17.79 316.898 17.79C314.098 17.79 311.788 18.4667 309.968 19.82C308.195 21.1733 307.308 22.97 307.308 25.21C307.308 26.5167 307.705 27.59 308.498 28.43C309.292 29.27 310.318 29.9933 311.578 30.6C312.885 31.2067 314.355 31.7433 315.988 32.21C317.668 32.63 319.372 33.0967 321.098 33.61C322.872 34.0767 324.575 34.6367 326.208 35.29C327.888 35.9433 329.358 36.7833 330.618 37.81C331.925 38.8367 332.975 40.0967 333.768 41.59C334.562 43.0833 334.958 44.9267 334.958 47.12C334.958 48.8 334.655 50.48 334.048 52.16C333.442 53.7933 332.438 55.2633 331.038 56.57C329.685 57.83 327.912 58.8567 325.718 59.65C323.525 60.4433 320.865 60.84 317.738 60.84Z' fill='white'/%3E%3Cpath d='M18.1758 14.8357C17.974 14.9026 17.7773 14.9753 17.5855 15.0532C14.9459 16.164 13.2201 17.9258 10.8495 20.3215C10.7882 20.3848 10.7259 20.4494 10.6631 20.5147C8.25139 23.2335 7.53439 23.6827 6.02163 27.394C5.96418 27.5505 5.907 27.7133 5.8504 27.8828C4.78031 31.0228 4.32541 34.3616 4.33308 36.69C4.33104 37.4951 4.37567 38.1755 4.45125 38.6861C4.79242 40.6527 4.27271 40.9489 5.04944 43.7095C5.32112 44.5919 5.59155 45.3483 5.85935 46.0479C6.42816 47.5126 6.94258 48.7468 7.73339 50.249C8.1563 51.049 9.001 52.4043 10.1897 53.7516C12.289 56.1448 15.6675 58.0932 17.3799 58.6373C17.4011 58.6447 17.4223 58.6521 17.4436 58.6596C20.0541 59.6131 23.1253 60.4545 25.0642 60.6252C25.6684 60.6858 26.1453 60.7292 26.5123 60.7676C26.6676 60.7837 26.74 60.8147 26.74 60.8456C26.74 60.8457 26.74 60.8457 26.74 60.8457C26.74 60.8841 26.6275 60.9224 26.4269 60.9252C25.4505 60.9376 23.9898 60.9398 22.2508 60.7862C19.8354 60.5295 19.0566 60.1594 17.1401 59.3718C16.4896 59.088 15.7072 58.7366 14.7132 58.2143C12.5555 57.063 10.9751 55.9254 9.45828 54.4408L9.44817 54.43C8.27389 53.2084 7.13474 51.7456 6.08946 49.6664C5.47613 48.4336 5.03136 47.4359 4.63362 46.5148C3.62705 43.9817 2.58669 41.9451 2.76814 36.69C2.77285 36.601 2.77808 36.5112 2.78388 36.4208C3.18396 31.5688 3.56982 29.6124 4.33684 26.7521C4.77548 25.3105 5.37736 23.6184 6.77346 21.469C7.41694 20.4891 8.17458 19.523 9.02878 18.6182C11.2055 16.2863 14.0741 14.4495 16.8624 13.3568C20.0325 12.0851 23.0566 11.7652 25.0432 11.6364C25.5867 11.6006 26.1528 11.5786 26.74 11.5732C29.6447 11.5422 33.1591 11.9431 36.5898 13.422C38.1171 14.0766 39.626 14.9237 41.0184 15.9734C42.1053 16.7914 43.177 17.7437 44.1721 18.8277L44.1577 18.8122C46.2613 20.985 48.0355 23.7503 49.1753 26.7399C50.103 29.1385 50.62 31.6823 50.7553 34.1232C50.802 34.9443 50.8166 35.8055 50.7944 36.69C50.731 39.9052 50.0858 43.4798 48.8233 46.506C47.5266 49.7198 45.6299 52.2697 44.2264 53.7352C44.0607 53.911 43.8992 54.0769 43.7416 54.2343C40.9077 56.8709 39.8563 57.5488 36.3076 59.296C36.269 59.3135 36.2299 59.331 36.1905 59.3485C33.9408 60.3929 30.5238 61.0773 27.6661 60.9364C26.2294 60.8615 26.5636 60.7353 27.9871 60.6243C30.0671 60.4405 31.7645 60.1736 32.7596 59.7513C34.0596 59.1913 34.8167 58.7834 35.8933 58.324C36.4571 58.0774 37.106 57.8123 37.9374 57.4347C40.3603 56.2894 41.029 55.0698 42.1635 54.0774C42.4359 53.8301 42.6475 53.6483 42.8862 53.4342C43.5222 52.7019 45.1033 51.9692 47.3699 46.4164C47.4207 46.2796 47.4696 46.144 47.5173 46.0085C48.8284 42.2191 48.9646 39.1073 48.9375 36.69C48.8957 34.5193 48.6589 32.8764 48.3854 31.5408C48.1705 30.4985 47.8435 29.0501 47.2681 27.4664C46.3811 24.9482 44.7835 22.1377 42.7857 20.1245L42.7714 20.1092C42.5495 19.871 42.3241 19.6427 42.0967 19.4251C40.7036 18.0672 38.4567 16.3916 35.7952 15.2863C32.7204 13.9509 29.1892 13.5387 26.74 13.6039C26.154 13.6144 25.6306 13.6455 25.1844 13.6866C21.3007 14.1882 21.2522 13.9633 18.1758 14.8357ZM33.7289 18.3038C33.864 18.3724 33.9974 18.4395 34.1294 18.5055L34.1168 18.4997C36.1554 19.4998 38.1962 20.1241 40.1339 22.2798C40.245 22.4064 40.3547 22.5383 40.4625 22.6756C42.3006 25.218 42.2753 25.9625 43.4095 28.865L43.4047 28.8511C43.4726 29.0338 43.5427 29.2263 43.6147 29.4297C44.5517 32.0352 44.6685 34.8229 44.653 36.69C44.6516 37.3265 44.6419 37.8663 44.6572 38.28C44.6802 39.9213 44.2287 40.0443 43.8398 42.3015C43.6774 43.1327 43.4755 43.8328 43.2434 44.4708C42.8553 45.5629 42.3879 46.4929 41.6863 47.5562C41.2603 48.2019 40.4844 49.3546 39.4508 50.4869C37.7994 52.3302 35.3641 53.8509 34.1651 54.5203C34.1045 54.5562 34.043 54.5914 33.9808 54.626C32.0167 55.698 29.4859 55.795 28.0402 55.786C27.5683 55.7901 27.1983 55.7637 26.9152 55.7308C26.7955 55.7168 26.74 55.6852 26.74 55.6544C26.74 55.6543 26.74 55.6543 26.74 55.6543C26.7401 55.6158 26.8257 55.5783 26.978 55.5718C27.7178 55.5399 28.831 55.4287 30.0797 55.0651C31.7393 54.5502 32.3392 54.4412 33.654 53.909C34.1502 53.684 34.7535 53.3767 35.4989 52.8644C36.8874 51.8968 37.813 50.9242 38.7097 49.8341C39.5007 48.8262 40.2849 47.7103 41.1489 46.1391C41.5729 45.3595 41.831 44.6739 42.0185 44.0378C42.5792 41.9863 42.7281 40.5679 43.0861 36.69C43.0914 36.6163 43.0967 36.5418 43.1018 36.4665C43.2829 32.8286 42.5815 31.4244 41.6934 29.4672L41.6875 29.4504C41.2522 28.5207 40.733 27.4539 39.864 26.0774C39.4001 25.3495 38.8692 24.6242 38.2691 23.9374C36.9131 22.3675 35.1701 21.0485 33.368 20.1844L33.3498 20.1761C31.33 19.1401 29.2627 18.7698 27.877 18.7056C27.5133 18.6879 27.1337 18.6809 26.74 18.686C24.7023 18.7088 22.3163 19.0737 20.0236 20.118L20.0143 20.1222C18.9301 20.5994 17.868 21.2036 16.8764 21.9405C16.1925 22.4478 15.5314 23.0523 14.9208 23.7418C13.5262 25.3045 12.4443 27.3088 11.7365 29.4552C11.1438 31.2291 10.7937 33.0813 10.6021 34.8851C10.5406 35.4587 10.4972 36.0637 10.4755 36.69C10.3824 39.0677 10.6643 41.7294 11.3759 44.0474C12.0825 46.3859 13.2137 48.3201 14.082 49.4976C14.2201 49.6877 14.3548 49.8649 14.4861 50.0312C16.2857 52.1014 17.0569 52.7301 19.7279 53.9859C19.7234 53.9837 19.7261 53.9848 19.7289 53.9859C21.4211 54.6937 23.8788 55.2979 26.0377 55.5374C27.1223 55.6532 26.885 55.7982 25.7708 55.8269C24.1372 55.8506 22.8274 55.5239 21.968 55.4794C20.8704 55.4173 20.157 55.3018 19.2988 54.9527L19.2806 54.9445C18.7987 54.7289 18.2695 54.4314 17.6274 53.9611C15.8999 52.6557 14.8749 52.2714 13.999 51.3158C13.8382 51.1334 13.7187 50.9771 13.5997 50.8125L13.5924 50.8042C13.1986 50.0343 12.2122 49.4615 10.132 44.6723C10.1091 44.6142 10.0866 44.5562 10.0645 44.4983C8.88675 41.3168 8.67351 38.7026 8.61672 36.69C8.58009 34.9326 8.70824 33.5738 8.8668 32.4552C8.99916 31.5271 9.29397 30.2212 9.8099 28.8002C10.567 26.6534 11.9198 24.271 13.4996 22.4786C13.6156 22.3444 13.7319 22.2132 13.8487 22.0847C14.9704 20.8232 16.9087 19.2675 19.1909 18.2695L19.1817 18.2736C21.7734 17.0535 24.7327 16.6806 26.74 16.6547C27.2027 16.6444 27.6203 16.6469 27.9812 16.6533C31.3027 16.8431 31.3113 17.2168 33.7289 18.3038ZM77.5377 14.0853C74.2638 13.919 71.6866 14.6537 67.6963 14.5499C63.8399 14.4495 63.1522 14.0822 58.9854 14.1368L59.8122 13.31C59.8141 13.4547 59.8165 13.6036 59.8194 13.757C59.9071 18.3267 59.6405 22.899 59.8006 24.9338C59.9608 26.9685 59.4766 27.1832 59.5841 30.0726C59.6917 32.9619 59.6284 34.7131 59.471 37.24C59.3136 39.7671 59.1793 47.5305 59.3726 50.3536C59.566 53.1766 59.2305 56.3965 59.1509 58.3329C59.1261 58.936 59.0922 59.4107 59.0569 59.7746C59.042 59.9287 59.0107 60 58.9798 60C58.9797 60 58.9797 60 58.9797 60C58.9412 59.9999 58.9034 59.8895 58.8985 59.6914C58.8749 58.7297 58.8127 57.2923 58.6732 55.5942C58.413 52.4281 58.7005 52.0821 58.5668 47.8068C58.4331 43.5314 58.1659 40.9628 58.3387 35.9323C58.5115 30.902 57.7883 29.7465 58.1982 22.6456C58.4665 17.9968 58.2349 16.0712 58.0148 13.31L58.0314 12.3233L58.9854 12.3394C60.4418 12.2233 62.1306 12.1104 64.574 12.0757C68.7651 12.0161 73.6073 12.1382 77.7454 12.2405C80.34 12.2884 82.6769 12.8502 84.3361 13.5507C84.5884 13.6549 84.8266 13.7594 85.0501 13.862C86.4491 14.5026 87.9561 15.4509 89.2556 16.8319L89.23 16.8054C90.5301 18.0759 91.6443 19.7417 92.3505 21.6286C93.0436 23.3993 93.3894 25.3893 93.3563 27.38C93.3544 27.5086 93.3511 27.6373 93.3462 27.766C93.2837 29.5081 92.9668 31.3708 92.2895 33.1783C91.6248 34.9268 90.586 36.6071 89.2431 38.0121L89.2304 38.025C87.8314 39.4508 86.0955 40.5391 84.289 41.2649C82.9168 41.8206 81.4821 42.1375 80.0857 42.2658C79.3331 42.3354 78.5483 42.3605 77.7454 42.3403C73.5641 42.2316 68.7307 42.1113 64.7954 42.0034L65.3488 41.45C65.2914 43.545 65.2375 45.3856 65.1908 46.7378C65.0401 51.0973 65.0061 52.1599 65.0982 56.3562C65.1218 57.4319 65.1249 58.6887 65.1039 60L65.0986 60.3136L64.7954 60.3085C63.1661 60.2824 61.4525 60.219 59.8974 60.1111C58.4849 60.0131 58.805 59.8767 60.2267 59.8114C62.1282 59.7241 63.7181 59.77 64.7954 59.6481L64.4435 60C64.4321 59.8993 64.4192 59.8031 64.4046 59.7116C64.0639 57.571 63.9332 56.6612 64.1315 53.9588C64.3298 51.2566 63.8791 49.9833 63.931 48.4081C63.9765 47.0259 64.1868 46.8764 64.0993 41.45L64.0878 40.7658L64.7954 40.7539C65.5535 40.7417 66.4146 40.7236 67.3964 40.6985C71.8249 40.5853 75.1472 40.5187 77.7454 40.4735C79.7503 40.435 81.2567 40.121 82.448 39.7304C82.7653 39.6259 83.1206 39.5003 83.5014 39.3453C84.8084 38.8169 86.4403 37.9658 87.8249 36.6195L87.8123 36.6324C88.9656 35.4857 89.9299 34.0358 90.5181 32.4988C90.7628 31.8502 90.9511 31.187 91.0807 30.5393C91.2589 29.6553 91.3908 28.5749 91.3827 27.38C91.3787 25.7794 91.1061 24.0026 90.4549 22.3557C89.8489 20.7438 88.8954 19.3082 87.7981 18.2373L87.7717 18.2099C86.5717 16.9313 85.1966 16.1563 84.1974 15.7318C83.9687 15.6342 83.7527 15.5481 83.5487 15.4702C80.7373 14.5621 80.4816 14.363 77.7454 14.0962C77.6776 14.0925 77.6084 14.0889 77.5377 14.0853ZM74.6821 17.7147C75.5135 17.8026 76.2514 17.6388 77.0454 17.4801C77.8006 17.3405 78.6495 17.2489 79.6367 17.4906C81.7017 18.1175 81.9143 18.5437 83.8764 19.9153C84.0436 20.0466 84.2039 20.1855 84.3575 20.331L84.3491 20.3229C86.0258 21.8174 86.5732 23.9729 86.8982 24.8594C87.2551 25.85 86.8433 26.0488 86.9465 27.38C86.9486 27.4186 86.951 27.458 86.9536 27.4985C87.0305 28.9563 86.7979 29.8888 86.2085 31.039C85.8843 31.6936 85.0679 33.062 83.9686 34.0349C83.1609 34.8115 82.238 35.3729 81.7158 35.7056C80.4909 36.5167 78.7786 36.4523 77.8558 36.4121C77.5619 36.4045 77.3297 36.375 77.1546 36.3411C77.08 36.3267 77.0454 36.2952 77.0454 36.2644C77.0454 36.2643 77.0454 36.2643 77.0454 36.2643C77.0454 36.2258 77.0987 36.1882 77.1931 36.1824C77.6501 36.1538 78.3406 36.0631 79.0997 35.7904C80.4613 35.2206 80.7591 35.5279 82.3815 34.4056C82.7866 34.0915 83.1078 33.7643 83.3882 33.4321C84.1806 32.4837 84.7226 31.6095 85.3382 30.0848C85.7464 28.9822 85.6353 28.2268 85.5362 27.38C85.4192 26.5923 85.356 25.7158 85.0521 24.2621C84.666 22.6818 83.9179 22.0389 83.1908 21.5475L83.1825 21.5395C82.4815 21.0879 81.7431 20.7211 80.4157 20.2669C79.4185 19.9357 78.2467 19.7269 77.0454 19.6771C74.716 19.5833 72.4828 19.42 71.1698 19.4422C69.4369 19.4714 67.2011 19.539 64.7954 19.4987L65.8041 18.49C65.7968 18.9292 65.7859 19.3742 65.7705 19.8227C65.6706 22.728 65.9226 26.3145 65.7445 29.5214C65.6315 31.5573 65.4995 34.1281 65.3797 36.27L64.7954 35.6857C66.0273 35.7546 67.1174 35.8196 67.8823 35.8746C69.9768 36.0253 70.4873 36.0593 72.5034 35.9672C73.6623 35.9143 75.2587 35.9642 76.6072 36.1589C77.2859 36.2569 77.1321 36.3933 76.449 36.4586C75.4501 36.554 74.6301 36.4902 74.1154 36.6607C73.087 37.0015 72.6499 37.1322 71.3516 36.9339C70.0533 36.7356 69.4416 37.1862 68.6848 37.1344C67.9771 37.0859 67.942 36.8503 64.7954 36.9873L64.1041 37.0115L64.0781 36.27C64.0686 36.0511 64.0573 35.8171 64.0439 35.5668C63.8391 31.7185 63.7869 29.6089 63.7377 28.1516C63.6885 26.6943 63.9192 23.6513 63.836 21.2763C63.8099 20.5332 63.7995 19.55 63.7933 18.49L63.7594 17.5242L64.7954 17.4879C67.1234 17.4742 69.8215 17.481 71.159 17.3873C73.1053 17.251 73.1093 17.5485 74.6821 17.7147ZM107.623 14.0853C104.032 13.9206 101.198 14.6402 96.8494 14.5526L98.0919 13.31C98.0911 13.3506 98.0902 13.3914 98.0893 13.4323C98.0344 15.7655 97.8998 17.051 97.798 18.49L96.8494 17.5414C98.1351 17.6324 99.5434 17.6974 101.931 17.656C105.484 17.5944 109.038 17.7075 111.619 17.7249L112.373 17.7134L112.384 18.49C112.377 19.585 112.387 20.5052 112.435 21.1761C112.595 23.4288 112.111 23.6665 112.218 26.8656C112.326 30.0645 112.262 32.0033 112.105 34.801C111.948 37.5989 111.813 46.1943 112.007 49.3198C112.2 52.4454 111.864 56.0103 111.785 58.1542C111.76 58.822 111.726 59.3475 111.691 59.7504C111.676 59.9211 111.645 60 111.614 60C111.614 60 111.614 60 111.614 60C111.575 59.9999 111.537 59.8777 111.533 59.6583C111.509 58.5935 111.447 57.0021 111.307 55.1221C111.047 51.6167 111.334 51.2337 111.201 46.5001C111.067 41.7667 110.8 38.9228 110.973 33.3532C111.145 27.7838 110.422 26.5045 110.832 18.6427C110.835 18.5915 110.837 18.5406 110.84 18.49L111.619 19.2694C104.463 18.9059 103.195 19.5213 96.8494 19.6927L95.6286 19.6742L95.6466 18.49C95.6331 17.9897 95.6224 17.4579 95.6151 16.8891C95.6002 15.7331 95.5967 14.5323 95.6012 13.31L95.6205 12.0432L96.8494 12.0619C103.911 12.0884 111.691 12.3873 115.717 12.3578C120.155 12.3253 126.023 12.2456 132.269 12.3189L133.275 12.3342L133.261 13.31C133.256 13.7113 133.25 14.1142 133.244 14.5184C133.225 15.7911 133.219 17.1206 133.22 18.49L133.206 19.4552L132.269 19.4409C127.567 19.4446 122.394 19.5349 117.429 19.4943L118.434 18.49C118.424 19.6848 118.406 20.8675 118.379 22.0286C118.2 29.4188 117.975 39.867 117.825 44.694C117.674 49.5207 117.64 50.6972 117.732 55.3432C117.759 56.7034 117.759 58.3253 117.727 60L117.723 60.3025L117.429 60.2981C115.816 60.2673 114.154 60.2066 112.629 60.1111C111.065 60.0131 111.42 59.8767 112.994 59.8114C114.758 59.7383 116.281 59.7587 117.429 59.6954L117.125 60C117.105 59.6502 117.078 59.335 117.039 59.0581C116.698 56.6881 116.567 55.6808 116.766 52.6889C116.964 49.6971 116.513 48.2873 116.565 46.5433C116.617 44.7992 116.883 44.8279 116.678 35.9598C116.473 27.0917 116.421 22.2302 116.372 18.8719C116.37 18.7493 116.368 18.622 116.367 18.49L116.351 17.4444L117.429 17.428C120.78 17.4006 127.101 17.5947 132.269 17.5386L131.318 18.49C131.316 18.2807 131.313 18.0733 131.31 17.868C131.291 16.6009 131.28 15.0307 131.273 13.31L132.269 14.3062C126.558 14.3288 119.189 14.3079 115.742 14.4127C111.257 14.549 111.248 14.2515 107.623 14.0853ZM140.767 13.8148C140.6 16.1324 141.335 17.9568 141.231 20.7815C141.127 23.6063 140.738 24.0294 140.825 27.2645C140.913 30.4994 140.646 33.7361 140.806 35.1765C140.967 36.6169 140.482 36.7689 140.59 38.8143C140.698 40.8596 140.634 42.0993 140.477 43.8881C140.32 45.677 140.185 51.1728 140.378 53.1713C140.572 55.1697 140.236 57.449 140.157 58.8198C140.132 59.2468 140.098 59.5828 140.063 59.8404C140.048 59.9495 140.017 60 139.986 60C139.986 60 139.986 60 139.986 60C139.947 60 139.909 59.9218 139.904 59.7815C139.881 59.1007 139.819 58.0832 139.679 56.8812C139.419 54.6398 139.706 54.3949 139.573 51.3684C139.439 48.3419 139.172 46.5235 139.345 42.9624C139.517 39.4014 138.794 38.5835 139.204 33.5567C139.614 28.5301 138.858 28.001 138.757 22.9918C138.695 19.9033 138.83 16.3152 138.934 13.31L138.96 12.2284L139.991 12.253C141.86 12.3179 143.504 12.3711 144.662 12.3578C145.027 12.3536 145.407 12.3487 145.801 12.3433L146.79 12.3669L146.768 13.31C146.807 16.1743 146.864 19.7634 146.776 23.5263C146.677 27.8071 146.928 33.0915 146.75 37.8168C146.572 42.542 146.347 49.2224 146.197 52.3087C146.046 55.3948 146.012 56.1471 146.104 59.1177C146.113 59.3961 146.119 59.6917 146.122 60L146.114 60.3277L145.801 60.3203C144.219 60.3356 142.3 60.2741 140.637 60.1111C139.637 60.0131 139.864 59.8767 140.87 59.8114C142.342 59.716 143.55 59.7798 144.308 59.6093C144.895 59.4773 145.351 59.3768 145.801 59.3148L145.116 60C145.018 59.2884 145.016 58.5926 145.137 57.4205C145.336 55.5076 144.885 54.6062 144.937 53.4911C144.989 52.376 145.255 52.3943 145.05 46.7242C144.845 41.054 144.793 37.9457 144.744 35.7984C144.694 33.6511 144.925 29.1675 144.842 25.6681C144.768 22.5641 144.82 16.616 144.737 13.31L145.801 14.3741C145.38 14.3846 145.002 14.3973 144.678 14.4127C142.035 14.5383 141.822 14.2955 139.991 14.1265L140.808 13.31C140.793 13.4657 140.78 13.6331 140.767 13.8148ZM158.184 19.2226C157.828 19.6825 157.523 20.1649 157.263 20.6615L157.271 20.646C156.506 22.1977 156.274 23.8655 156.386 25.56C156.494 27.1567 156.825 28.7839 157.671 30.2026C158.097 30.9132 158.601 31.6126 159.215 32.2881C159.62 32.7333 160.023 33.1081 160.415 33.4344L160.376 33.4052C161.907 34.5561 163.12 35.2025 164.427 35.782C165.792 36.3551 167.238 36.9211 169.433 37.5825L169.408 37.5755C170.076 37.7528 170.81 37.9445 171.626 38.1561C172.605 38.4099 173.581 38.6763 174.543 38.9506L174.516 38.9433C176.144 39.3489 177.721 39.9322 179.121 40.7277L179.089 40.711C180.438 41.3963 181.625 42.3274 182.477 43.408C183.574 44.7802 183.82 46.3963 183.826 47.61C183.831 48.4594 183.7 49.1821 183.569 49.7633C183.489 50.1165 183.392 50.4289 183.289 50.711L183.284 50.724C182.727 52.0936 182.037 52.7441 181.149 53.4972L181.134 53.5112C180.324 54.1284 179.28 54.7587 177.524 55.4487C177.471 55.4694 177.417 55.4901 177.362 55.5104C175.378 56.2209 173.653 56.3049 172.069 56.3086C170.458 56.294 168.931 56.0979 167.314 55.6253C166.834 55.4836 166.344 55.3225 165.842 55.1359C165.165 54.8844 164.246 54.5206 163.213 53.9959C162.15 53.4367 160.969 52.7096 159.822 51.7983C158.897 51.0221 157.976 50.1615 157.143 49.2115L157.609 49.1962C156.416 50.7084 155.229 52.23 154.174 53.6028L154.161 53.2215C155.429 54.6254 156.743 55.641 157.693 56.2579C158.882 57.0325 160.166 57.7701 161.477 58.4167C164.216 59.7383 167.181 60.3664 169.234 60.5757C170.179 60.6734 170.928 60.7253 171.503 60.7668C171.745 60.7839 171.859 60.8146 171.859 60.8456C171.859 60.8457 171.859 60.8457 171.859 60.8457C171.859 60.884 171.684 60.9228 171.369 60.9236C169.843 60.9217 167.55 60.8845 164.865 60.3742C163.227 60.0547 162.098 59.6443 161.111 59.1967C159.158 58.1819 157.482 57.4318 154.117 54.2289C153.945 54.0559 153.778 53.8824 153.616 53.7087L153.375 53.4332L153.597 53.154C154.811 51.5225 155.871 50.0699 156.911 48.6536L157.349 48.1025L157.803 48.6243C158.615 49.4846 159.496 50.2587 160.452 51.0134L160.437 51.0018C161.41 51.7243 162.481 52.3883 163.704 53.0012L163.694 52.9965C164.846 53.5514 166.135 54.0491 167.614 54.4627C167.782 54.51 167.954 54.5552 168.128 54.5981C169.596 54.9571 170.895 55.0444 172.069 55.0266C173.936 54.9861 175.516 54.7423 177.04 54.1281C178.065 53.6998 179.131 53.1694 180.076 52.3213L180.056 52.3398C180.678 51.7362 181.271 51.0061 181.661 50.0747L181.656 50.0886C181.951 49.3419 182.186 48.5118 182.218 47.61C182.233 47.1325 182.207 46.6402 182.109 46.1476C181.971 45.4469 181.691 44.8433 181.313 44.3501C180.469 43.2509 179.421 42.5449 178.421 42.0467L178.395 42.0331C176.896 41.2162 175.49 40.8125 174.119 40.5303L174.094 40.5235C172.45 40.1323 170.855 39.7971 168.933 39.3812L168.901 39.3722C167.402 38.9962 165.713 38.523 163.678 37.8279L163.668 37.8241C163.071 37.6133 162.451 37.3641 161.81 37.0626C160.837 36.6049 159.872 36.0521 158.953 35.3968L158.912 35.3664C157.557 34.3209 156.378 32.956 155.525 31.4188C154.489 29.5601 154.208 27.4806 154.229 25.56C154.244 23.5587 154.712 21.5383 155.613 19.8168L155.625 19.794C156.582 18.0344 157.898 16.5527 159.321 15.4526C161.136 14.0287 163.091 13.1921 164.787 12.678L164.767 12.6843C165.603 12.411 166.388 12.2159 167.098 12.0707C168.446 11.7945 169.907 11.6418 171.439 11.6334C174.489 11.6188 177.944 11.9736 181.343 13.3456C184.033 14.4249 186.655 16.1385 188.76 18.4379L189.357 19.0914L188.802 19.7537C188.195 20.485 187.581 21.2206 186.963 21.959C186.407 22.6228 185.842 23.3026 185.269 23.9961L184.55 24.8547L183.82 24.0314C182.291 22.3162 180.32 20.8712 178.027 20.0208C175.832 19.194 173.438 18.7765 171.019 18.7916C168.716 18.7938 166.437 19.3274 164.693 20.6321L164.703 20.6245C163.199 21.7315 162.394 23.3818 162.389 25.21C162.386 25.3962 162.392 25.5787 162.408 25.7577C162.475 26.5201 162.745 27.2305 163.275 27.8111C164.008 28.6196 164.978 29.2988 166.063 29.8436L166.053 29.8386C167.392 30.4879 168.836 31.0256 170.319 31.476L170.294 31.4694C172.019 31.9299 173.737 32.4328 175.412 32.9607L175.392 32.955C177.195 33.4602 178.932 34.0658 180.548 34.7441C182.268 35.4427 183.81 36.3687 185.054 37.4232C186.579 38.6585 187.605 40.1257 188.245 41.4011C188.298 41.5072 188.349 41.6126 188.397 41.717C189.333 43.854 189.368 45.6293 189.366 47.12C189.324 48.9673 189.02 50.496 188.409 52.2464C187.94 53.5171 187.192 54.8925 185.861 56.306C185.705 56.4707 185.542 56.6347 185.371 56.7973C183.992 58.1211 182.042 59.2084 179.94 59.9277C177.774 60.6775 175.431 60.925 173.308 60.9214C171.06 60.8698 171.582 60.7552 173.814 60.596C176.211 60.3907 178.265 59.968 179.738 59.3704C180.272 59.1565 180.735 58.9343 181.118 58.7127C182.705 57.7785 183.654 56.991 184.653 56.0262C185.456 55.2151 186.35 54.2995 187.215 52.717C187.355 52.4552 187.475 52.1958 187.579 51.9406C188.344 49.972 188.39 48.4291 188.307 47.12C188.244 46.22 188.133 45.4126 187.994 44.5605C187.817 43.5962 187.74 43.0302 187.24 41.9347C186.805 41.081 186.144 39.799 184.322 38.3413L184.312 38.3338C183.305 37.5173 181.937 36.6579 180.068 35.9612C179.457 35.7262 178.808 35.4947 178.112 35.2687C177.049 34.9232 176.015 34.6333 175.015 34.3866L174.99 34.3797C173.168 33.8682 171.473 33.4349 169.896 33.0636L169.868 33.056C168.19 32.6009 166.668 32.0677 165.303 31.4531L165.291 31.4475C163.971 30.8316 162.811 30.0491 161.904 29.1055C160.787 27.9688 160.405 26.4287 160.409 25.21C160.385 23.5929 160.839 22.0921 161.573 20.9656C162.009 20.2809 162.645 19.5786 163.444 18.9747L163.455 18.9667C165.303 17.5495 168.138 16.7268 171.019 16.7895C173.55 16.8059 176.245 17.2853 178.705 18.2378C180.552 18.9413 182.234 19.9825 183.626 21.1654C184.16 21.6165 184.71 22.1402 185.254 22.7343L183.773 22.7704C184.815 21.483 185.999 20.0279 187.257 18.4866L187.299 19.8017C185.519 17.8834 183.153 16.2559 180.578 15.2276C177.487 13.9698 174.157 13.633 171.439 13.6587C169.899 13.6701 168.565 13.85 167.533 14.0794C166.715 14.2604 166.025 14.465 165.428 14.6676L165.405 14.6751C162.939 15.5043 161.95 16.0512 160.549 16.9813C159.85 17.4754 159.058 18.107 158.184 19.2226ZM200.948 14.0853C199.845 14.0508 198.791 14.0551 197.755 14.0826L198.528 13.31C198.633 17.2677 199.077 20.9615 198.995 26.0964C198.891 32.5756 198.501 33.546 198.589 40.9664C198.677 48.3864 198.41 55.8106 198.57 59.1146C198.586 59.4353 198.595 59.7283 198.6 60L197.755 59.1552C199.912 59.1192 200.735 59.3948 203.565 59.4158L202.981 60C202.984 59.515 202.98 58.971 202.966 58.3513C202.859 53.6599 202.922 50.8165 203.079 46.7134C203.103 46.0917 203.126 45.2747 203.148 44.32L203.147 44.1669L203.252 44.0444C204.577 42.6095 206.277 40.7383 208.021 38.7934L208.255 38.5216L208.494 38.7986C211.392 42.2952 214.492 45.9562 216.163 47.7766C219.266 51.1561 222.38 55.369 224.346 57.8239C224.959 58.5886 225.43 59.1996 225.784 59.6741C225.934 59.8751 225.984 59.9837 225.961 60.0036C225.961 60.0036 225.961 60.0037 225.961 60.0037C225.931 60.0284 225.787 59.9157 225.575 59.6729C224.551 58.4944 222.998 56.7504 221.114 54.7326C217.601 50.9703 217.459 50.3555 212.881 45.1348C210.987 42.975 209.382 41.1926 207.787 39.3948L208.714 39.405C207.281 41.1162 205.833 42.8205 204.092 44.7844L204.267 44.32C204.263 45.6996 204.247 47.1866 204.212 48.8367C204.11 53.6565 204.32 56.2855 204.425 60L204.416 60.8687L203.565 60.8598C201.931 60.9061 200.087 60.932 197.755 60.9022L196.843 60.8927L196.853 60C196.87 58.6485 196.906 57.133 196.968 55.3991C197.378 43.8694 196.621 42.6558 196.521 31.166C196.471 25.5228 196.547 19.1525 196.632 13.31L196.644 12.1758L197.755 12.1874C199.772 12.2169 201.726 12.2476 203.565 12.2748L204.611 12.2857L204.6 13.31C204.546 16.9912 204.505 20.2137 204.517 22.5639C204.538 26.7865 204.579 31.8924 204.585 37.46L202.789 36.7968C205.103 34.085 207.551 31.2385 210.071 28.3508C214.181 23.642 218.789 18.1316 223.447 12.6533L223.76 12.2949L224.215 12.2996C226.653 12.2928 229.091 12.2929 231.495 12.3076L233.715 12.324L232.249 13.9709C231.156 15.2013 230.07 16.4148 228.994 17.601C223.975 23.1377 217.535 30.2621 212.451 35.8651L212.454 35.1383C214.637 37.7562 216.552 40.0585 217.953 41.7539C222.464 47.2118 223.565 48.5404 228.086 53.639C229.644 55.3962 231.522 57.58 233.385 59.8184L233.78 60.2826L233.175 60.278C231.23 60.2438 229.271 60.1891 227.446 60.1111C225.152 60.0131 225.672 59.8767 227.981 59.8114C229.945 59.7559 231.704 59.7543 233.175 59.729L232.97 60.177C232.266 59.3886 231.649 58.7211 231.12 58.2169C228.592 55.808 227.528 54.7749 224.811 51.3232C222.095 47.8716 220.403 46.6007 218.771 44.6303C217.339 42.9003 217.34 42.5799 211.508 35.9548L211.112 35.5059L211.511 35.0409C212.311 34.1102 213.216 33.0509 214.244 31.8408C222.666 21.9274 227.327 16.5325 230.538 12.7971C230.59 12.7361 230.644 12.6741 230.698 12.6112L231.495 14.3699C229.639 14.3845 227.09 14.3634 224.215 14.335L224.994 13.9761C221.776 17.6655 217.927 22.0602 214.734 25.8743C212.149 28.962 208.177 33.6095 204.334 38.1172L202.57 40.2045L202.554 37.46C202.545 31.5757 202.53 25.8787 202.462 22.6006C202.353 17.3194 202.523 16.2696 202.68 13.31L203.565 14.1945C202.838 14.1559 201.996 14.118 200.948 14.0853ZM243.566 40.6764C242.039 44.0289 241.641 46.9907 239.873 51.1138C238.13 55.1776 237.51 55.7004 235.737 60.3096L234.966 59.1695C235.038 59.1684 235.111 59.1672 235.185 59.166C237.405 59.1281 239.625 59.1564 241.616 59.1878L240.861 59.6992C241.868 57.2856 242.733 55.2425 243.129 54.0027C243.769 52.0015 244.275 51.7965 245.204 49.424L245.342 49.0626L245.746 49.0566C245.978 49.0551 246.229 49.0503 246.5 49.0413C249.748 48.9337 251.716 48.9969 254.557 49.1543C257.309 49.3069 265.589 49.4378 268.986 49.2698L269.231 49.2661L269.33 49.5029C269.375 49.6017 269.419 49.6958 269.461 49.7848C270.815 52.6608 271.844 56.1468 272.576 58.198C272.804 58.837 272.97 59.3451 273.089 59.7381C273.139 59.9046 273.139 59.9906 273.111 60.0021C273.111 60.0021 273.111 60.0021 273.111 60.0021C273.075 60.0163 272.994 59.915 272.907 59.71C272.485 58.7146 271.828 57.2369 270.992 55.5156C269.766 52.9929 269.58 52.1642 268.632 49.7811L268.986 50.0211C268.288 50.0207 267.462 50.03 266.434 50.0586C261.628 50.1923 258.741 50.4595 253.087 50.2867C249.92 50.1899 248.119 50.3742 245.746 50.4831L246.529 49.9522C245.918 51.7157 245.133 53.7903 243.665 56.9852C243.091 58.2352 242.627 59.3015 242.238 60.2481L242.06 60.6766L241.616 60.67C238.867 60.6411 237.12 60.7946 234.966 60.9502L233.547 60.9301L234.084 59.6457C234.605 58.0203 235.219 56.1585 236.268 53.4477C239.14 46.03 243.271 36.8696 245.026 32.4078C246.782 27.946 249.101 21.938 251.728 15.6684C252.094 14.793 252.466 13.8862 252.843 12.9552L253.097 12.3489L253.726 12.3583C256.029 12.3637 258.459 12.3442 260.936 12.3255L261.615 12.3357L261.849 12.9418C263.442 16.8071 265.082 20.7958 266.509 24.5911C269.15 31.6158 272.909 41.5371 274.602 46.1382C276.295 50.7391 276.71 51.8595 278.56 56.1993C279.021 57.2816 279.536 58.5499 280.054 59.884L280.221 60.3166L279.766 60.3102C277.899 60.2852 275.927 60.2213 274.141 60.1111C272.553 60.0131 272.913 59.8767 274.511 59.8114C276.72 59.7212 278.555 59.7732 279.766 59.6353L279.428 60.1364C279.394 60.0742 279.36 60.0142 279.327 59.9564C278.111 57.8524 277.607 56.9529 276.655 54.0618C275.703 51.1707 274.75 50.012 274.136 48.3505C273.522 46.689 273.779 46.6166 270.222 38.3438C266.664 30.0708 264.77 25.5131 263.449 22.3696C262.632 20.4242 261.382 17.1213 260.038 13.6721L260.936 14.2782C258.656 14.2516 256.311 14.2377 254.193 14.2694C254.042 14.2717 253.886 14.2739 253.726 14.2759L254.622 13.6701C252.564 18.9867 248.471 28.9909 246.943 33.1503C245.371 37.4263 245.092 37.324 243.566 40.6764ZM252.878 45.2353C251.248 45.069 249.965 45.8037 247.979 45.6999C247.779 45.6894 247.596 45.6761 247.426 45.6606L245.7 45.7161L246.31 44.0184C246.995 42.6619 247.445 42.3595 248.124 40.4284C248.879 38.2809 249.964 36.2625 250.188 35.2617C250.411 34.261 250.901 34.3397 251.33 32.9627C251.759 31.5857 252.138 30.7984 252.747 29.6866C253.356 28.5748 254.903 25.0306 255.24 23.6527C255.577 22.2749 256.478 20.9079 256.907 20.0408C257.04 19.7707 257.159 19.5635 257.258 19.408C257.3 19.3422 257.342 19.3207 257.371 19.3321C257.371 19.3321 257.371 19.3321 257.371 19.3321C257.407 19.3463 257.422 19.4113 257.39 19.5048C257.236 19.9586 257.031 20.6469 256.85 21.4842C256.512 23.0454 256.181 23.0998 255.523 25.128C254.864 27.1562 254.642 28.4434 253.561 30.7084C252.479 32.9733 252.94 33.7741 251.259 36.9103C249.578 40.0464 250.144 40.6705 248.942 43.9829C248.831 44.2901 248.712 44.6031 248.588 44.9197L247.426 43.2103C250.752 43.1986 254.59 43.5392 256.517 43.5078C258.64 43.4732 261.492 43.3851 264.502 43.4849C265.364 43.5135 266.284 43.5132 267.236 43.5025L266.345 44.81C265.453 42.6118 264.427 40.252 263.678 37.9986C262.63 34.8408 261.122 30.3863 260.469 28.3112C259.816 26.2362 259.654 25.7314 258.804 23.8208C258.316 22.7226 257.758 21.1648 257.428 19.7932C257.263 19.1029 257.448 19.2013 257.767 19.8362C258.235 20.7646 258.486 21.5787 258.839 22.0127C259.546 22.8799 259.833 23.2537 260.14 24.5782C260.448 25.9027 261.099 26.3279 261.337 27.0767C261.576 27.8256 261.323 27.9108 262.972 31.547C264.62 35.1832 265.467 37.1986 266.065 38.586C266.567 39.7508 267.309 42.0657 268.112 44.1159L268.646 45.3558L267.236 45.4011C266.815 45.4008 266.403 45.4061 266.008 45.4194C263.547 45.5027 258.545 45.4264 256.528 45.5627C254.511 45.699 254.507 45.4015 252.878 45.2353ZM286.645 13.8148C286.479 16.1324 287.214 17.9568 287.11 20.7815C287.006 23.6063 286.616 24.0294 286.704 27.2645C286.792 30.4994 286.525 33.7361 286.685 35.1765C286.846 36.6169 286.361 36.7689 286.469 38.8143C286.576 40.8596 286.513 42.0993 286.356 43.8881C286.198 45.677 286.064 51.1728 286.257 53.1713C286.451 55.1697 286.115 57.449 286.036 58.8198C286.011 59.2468 285.977 59.5828 285.942 59.8404C285.927 59.9495 285.895 60 285.865 60C285.865 60 285.864 60 285.864 60C285.826 60 285.788 59.9218 285.783 59.7815C285.76 59.1007 285.697 58.0832 285.558 56.8812C285.298 54.6398 285.585 54.3949 285.452 51.3684C285.318 48.3419 285.051 46.5235 285.223 42.9624C285.396 39.4014 284.673 38.5835 285.083 33.5567C285.493 28.5301 284.736 28.001 284.636 22.9918C284.574 19.9033 284.709 16.3152 284.813 13.31L284.839 12.2284L285.87 12.253C287.739 12.3179 289.383 12.3711 290.54 12.3578C290.906 12.3536 291.286 12.3487 291.68 12.3433L292.669 12.3669L292.647 13.31C292.686 16.1743 292.743 19.7634 292.655 23.5263C292.555 27.8071 292.807 33.0915 292.629 37.8168C292.451 42.542 292.226 49.2224 292.076 52.3087C291.925 55.3948 291.891 56.1471 291.983 59.1177C291.992 59.3961 291.997 59.6917 292 60L291.993 60.3277L291.68 60.3203C290.098 60.3356 288.179 60.2741 286.516 60.1111C285.516 60.0131 285.742 59.8767 286.749 59.8114C288.221 59.716 289.429 59.7798 290.187 59.6093C290.774 59.4773 291.23 59.3768 291.68 59.3148L290.995 60C290.897 59.2884 290.895 58.5926 291.016 57.4205C291.215 55.5076 290.764 54.6062 290.816 53.4911C290.868 52.376 291.134 52.3943 290.929 46.7242C290.724 41.054 290.672 37.9457 290.622 35.7984C290.573 33.6511 290.804 29.1675 290.721 25.6681C290.647 22.5641 290.699 16.616 290.616 13.31L291.68 14.3741C291.259 14.3846 290.881 14.3973 290.557 14.4127C287.913 14.5383 287.701 14.2955 285.87 14.1265L286.687 13.31C286.672 13.4657 286.658 13.6331 286.645 13.8148ZM304.063 19.2226C303.707 19.6825 303.402 20.1649 303.142 20.6615L303.15 20.646C302.385 22.1977 302.153 23.8655 302.265 25.56C302.373 27.1567 302.704 28.7839 303.55 30.2026C303.975 30.9132 304.48 31.6126 305.094 32.2881C305.498 32.7333 305.901 33.1081 306.294 33.4344L306.255 33.4052C307.786 34.5561 308.999 35.2025 310.305 35.782C311.671 36.3551 313.116 36.9211 315.312 37.5825L315.287 37.5755C315.955 37.7528 316.689 37.9445 317.505 38.1561C318.484 38.4099 319.46 38.6763 320.422 38.9506L320.395 38.9433C322.023 39.3489 323.6 39.9322 324.999 40.7277L324.968 40.711C326.316 41.3963 327.504 42.3274 328.356 43.408C329.453 44.7802 329.699 46.3963 329.705 47.61C329.71 48.4594 329.579 49.1821 329.448 49.7633C329.368 50.1165 329.271 50.4289 329.168 50.711L329.163 50.724C328.606 52.0936 327.915 52.7441 327.028 53.4972L327.013 53.5112C326.203 54.1284 325.158 54.7587 323.403 55.4487C323.35 55.4694 323.296 55.4901 323.241 55.5104C321.257 56.2209 319.531 56.3049 317.948 56.3086C316.337 56.294 314.81 56.0979 313.193 55.6253C312.713 55.4836 312.223 55.3225 311.72 55.1359C311.044 54.8844 310.125 54.5206 309.092 53.9959C308.029 53.4367 306.848 52.7096 305.701 51.7983C304.776 51.0221 303.855 50.1615 303.022 49.2115L303.488 49.1962C302.295 50.7084 301.108 52.23 300.053 53.6028L300.04 53.2215C301.308 54.6254 302.622 55.641 303.572 56.2579C304.761 57.0325 306.045 57.7701 307.355 58.4167C310.095 59.7383 313.06 60.3664 315.113 60.5757C316.058 60.6734 316.807 60.7253 317.382 60.7668C317.624 60.7839 317.738 60.8146 317.738 60.8456C317.738 60.8457 317.738 60.8457 317.738 60.8457C317.738 60.884 317.563 60.9228 317.248 60.9236C315.722 60.9217 313.428 60.8845 310.744 60.3742C309.106 60.0547 307.976 59.6443 306.99 59.1967C305.037 58.1819 303.361 57.4318 299.996 54.2289C299.824 54.0559 299.657 53.8824 299.495 53.7087L299.254 53.4332L299.476 53.154C300.69 51.5225 301.75 50.0699 302.79 48.6536L303.228 48.1025L303.682 48.6243C304.493 49.4846 305.375 50.2587 306.331 51.0134L306.316 51.0018C307.289 51.7243 308.36 52.3883 309.583 53.0012L309.573 52.9965C310.725 53.5514 312.014 54.0491 313.493 54.4627C313.661 54.51 313.833 54.5552 314.007 54.5981C315.475 54.9571 316.774 55.0444 317.948 55.0266C319.815 54.9861 321.395 54.7423 322.919 54.1281C323.944 53.6998 325.01 53.1694 325.955 52.3213L325.935 52.3398C326.557 51.7362 327.15 51.0061 327.54 50.0747L327.535 50.0886C327.83 49.3419 328.065 48.5118 328.096 47.61C328.112 47.1325 328.085 46.6402 327.988 46.1476C327.85 45.4469 327.569 44.8433 327.192 44.3501C326.348 43.2509 325.3 42.5449 324.3 42.0467L324.274 42.0331C322.775 41.2162 321.368 40.8125 319.998 40.5303L319.973 40.5235C318.328 40.1323 316.734 39.7971 314.812 39.3812L314.78 39.3722C313.281 38.9962 311.592 38.523 309.557 37.8279L309.547 37.8241C308.95 37.6133 308.33 37.3641 307.689 37.0626C306.716 36.6049 305.751 36.0521 304.832 35.3968L304.791 35.3664C303.436 34.3209 302.257 32.956 301.404 31.4188C300.368 29.5601 300.087 27.4806 300.108 25.56C300.123 23.5587 300.591 21.5383 301.492 19.8168L301.504 19.794C302.461 18.0344 303.777 16.5527 305.2 15.4526C307.015 14.0287 308.97 13.1921 310.666 12.678L310.646 12.6843C311.482 12.411 312.267 12.2159 312.977 12.0707C314.325 11.7945 315.786 11.6418 317.318 11.6334C320.368 11.6188 323.823 11.9736 327.222 13.3456C329.912 14.4249 332.534 16.1385 334.639 18.4379L335.236 19.0914L334.681 19.7537C334.074 20.485 333.46 21.2206 332.842 21.959C332.286 22.6228 331.721 23.3026 331.148 23.9961L330.428 24.8547L329.699 24.0314C328.17 22.3162 326.199 20.8712 323.906 20.0208C321.711 19.194 319.317 18.7765 316.898 18.7916C314.594 18.7938 312.316 19.3274 310.572 20.6321L310.582 20.6245C309.077 21.7315 308.273 23.3818 308.268 25.21C308.264 25.3962 308.27 25.5787 308.287 25.7577C308.353 26.5201 308.623 27.2305 309.154 27.8111C309.887 28.6196 310.857 29.2988 311.942 29.8436L311.932 29.8386C313.271 30.4879 314.715 31.0256 316.198 31.476L316.173 31.4694C317.898 31.9299 319.616 32.4328 321.291 32.9607L321.271 32.955C323.074 33.4602 324.811 34.0658 326.427 34.7441C328.146 35.4427 329.689 36.3687 330.933 37.4232C332.458 38.6585 333.484 40.1257 334.124 41.4011C334.177 41.5072 334.228 41.6126 334.275 41.717C335.212 43.854 335.247 45.6293 335.245 47.12C335.203 48.9673 334.899 50.496 334.288 52.2464C333.819 53.5171 333.071 54.8925 331.74 56.306C331.584 56.4707 331.421 56.6347 331.25 56.7973C329.871 58.1211 327.921 59.2084 325.819 59.9277C323.653 60.6775 321.309 60.925 319.187 60.9214C316.939 60.8698 317.461 60.7552 319.693 60.596C322.09 60.3907 324.143 59.968 325.617 59.3704C326.151 59.1565 326.614 58.9343 326.997 58.7127C328.584 57.7785 329.533 56.991 330.532 56.0262C331.335 55.2151 332.229 54.2995 333.094 52.717C333.234 52.4552 333.354 52.1958 333.458 51.9406C334.223 49.972 334.268 48.4291 334.186 47.12C334.123 46.22 334.011 45.4126 333.873 44.5605C333.696 43.5962 333.619 43.0302 333.119 41.9347C332.684 41.081 332.023 39.799 330.201 38.3413L330.191 38.3338C329.184 37.5173 327.816 36.6579 325.947 35.9612C325.336 35.7262 324.687 35.4947 323.991 35.2687C322.928 34.9232 321.894 34.6333 320.894 34.3866L320.869 34.3797C319.047 33.8682 317.352 33.4349 315.775 33.0636L315.746 33.056C314.069 32.6009 312.547 32.0677 311.182 31.4531L311.17 31.4475C309.85 30.8316 308.689 30.0491 307.783 29.1055C306.666 27.9688 306.284 26.4287 306.288 25.21C306.264 23.5929 306.718 22.0921 307.452 20.9656C307.888 20.2809 308.523 19.5786 309.323 18.9747L309.334 18.9667C311.182 17.5495 314.017 16.7268 316.898 16.7895C319.429 16.8059 322.124 17.2853 324.583 18.2378C326.431 18.9413 328.113 19.9825 329.505 21.1654C330.039 21.6165 330.589 22.1402 331.133 22.7343L329.652 22.7704C330.694 21.483 331.878 20.0279 333.136 18.4866L333.178 19.8017C331.397 17.8834 329.032 16.2559 326.457 15.2276C323.366 13.9698 320.036 13.633 317.318 13.6587C315.778 13.6701 314.444 13.85 313.412 14.0794C312.594 14.2604 311.904 14.465 311.307 14.6676L311.284 14.6751C308.818 15.5043 307.829 16.0512 306.428 16.9813C305.729 17.4754 304.937 18.107 304.063 19.2226Z' fill='%23171717'/%3E%3C/svg%3E%0A");
}
#first_screen .cta h1 .title-svg {
  display: block;
  width: 523px;
  height: 184px;
  background-image: url("data:image/svg+xml,%3Csvg width='523' height='184' viewBox='0 0 523 184' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.6 159H6V92.3H23.2V131.6L50.2 92.3H68V159H50.7V117.8L22.6 159ZM142.123 159H124.923V132.2H97.2234V159H80.0234V92.3H97.2234V117.2H124.923V92.3H142.123V159ZM186.245 159H169.045V107.3H150.345V92.3H204.845V107.3H186.245V159ZM261.931 159H213.031V92.3H261.931V107.3H230.231V117.7H261.231V132.7H230.231V144H261.931V159ZM289.118 159H271.918V92.3H305.318C320.318 92.3 328.518 102.4 328.518 114.5C328.518 126.5 320.318 136.6 305.318 136.6H289.118V159ZM303.018 121.6C307.618 121.6 311.018 119 311.018 114.5C311.018 109.9 307.618 107.3 303.018 107.3H289.118V121.6H303.018ZM398.276 159H381.076V132.2H353.376V159H336.176V92.3H353.376V117.2H381.076V92.3H398.276V159ZM459.197 159H410.297V92.3H459.197V107.3H427.497V117.7H458.497V132.7H427.497V144H459.197V159ZM501.284 159H484.084V107.3H465.384V92.3H519.884V107.3H501.284V159Z' fill='white'/%3E%3Cpath d='M69.2404 100.069C68.9745 108.464 70.15 115.073 69.9838 125.306C69.8177 135.538 69.1941 137.071 69.3344 148.789C69.3758 152.248 69.3679 155.708 69.3426 159L69.3566 160.328L68 160.343C60.8948 160.288 54.567 160.153 50.7 160.261L49.4521 160.274L49.4387 159C49.4272 158.588 49.413 158.204 49.3956 157.85C49.1393 152.633 49.9141 152.082 49.742 144.673C49.57 137.264 49.6711 132.773 49.923 126.293C49.9967 124.395 50.0673 121.346 50.1225 117.8L51.1771 118.125C46.2431 125.123 39.7535 134.561 37.0499 138.913C33.2264 145.068 28.1307 151.587 25.2276 155.617C24.3234 156.873 23.5927 157.848 23.0203 158.587C22.7778 158.9 22.6335 159.023 22.5926 158.995C22.5925 158.995 22.5925 158.995 22.5925 158.995C22.5417 158.96 22.6512 158.692 22.9311 158.268C24.2895 156.209 26.284 153.108 28.5531 149.385C32.7839 142.443 33.6638 141.969 39.6645 132.792C43.5315 126.877 46.3011 122.414 49.788 117.178L51.8203 114.228L51.8039 117.8C51.8423 121.271 51.833 125.06 51.7347 129.646C51.484 141.343 52.412 144.87 52.0984 159L50.7 157.602C52.1536 157.634 53.7193 157.679 55.4177 157.74C60.729 157.932 64.654 157.964 68 157.91L66.9103 159C66.7794 150.875 66.1391 146.165 66.0251 133.312C65.9071 120.002 66.2349 104.131 66.3961 92.3L68 93.9039C63.7022 93.8453 59.9377 93.8087 57.0229 93.8235C54.8847 93.8343 52.6031 93.8484 50.2 93.8629L51.4882 93.185C45.9368 101.371 39.2259 111.255 32.0557 121.465C29.6278 124.922 27.0815 128.626 24.4607 132.466L21.6476 136.521L21.6704 131.6C21.631 119.182 21.4741 105.656 21.6814 93.2025C21.6864 92.9038 21.6914 92.6029 21.6964 92.3L23.2 93.8036C17.9031 93.7159 11.9794 93.6215 6 93.5259L7.22593 92.3C7.01382 105.573 6.79598 119.12 6.63262 126.693C6.39147 137.872 6.33708 140.597 6.48443 151.358C6.51578 153.647 6.52459 156.256 6.50745 159L6 158.493C10.6692 158.522 15.7278 158.626 20.2612 158.822C23.8834 158.979 23.0626 159.197 19.4168 159.302C14.0854 159.454 9.70887 159.352 6.96182 159.625C6.63027 159.658 6.31023 159.69 6 159.72L5.28739 159.728L5.27974 159C4.80627 154.174 4.63964 151.721 4.9378 145.21C5.25508 138.281 4.534 135.016 4.617 130.976C4.70003 126.937 5.12535 127.003 4.79766 106.464C4.71298 101.156 4.6446 96.4683 4.58839 92.3L4.5737 90.9034L6 90.8884C13.0629 90.7931 18.634 90.7328 23.2 90.6874L24.7954 90.6706L24.8126 92.3C24.8441 95.4675 24.8684 98.1513 24.8923 100.514C24.9598 107.182 24.6981 120.07 24.706 131.6L21.9587 130.747C23.0444 129.165 24.1027 127.609 25.1114 126.107C30.9349 117.437 41.9343 101.539 48.8174 91.3501L49.2997 90.632L50.2 90.6225C52.8284 90.6019 55.1352 90.5741 56.9649 90.5356C62.8157 90.4128 65.3781 90.5102 68 90.6662L69.6165 90.6492L69.6338 92.3C69.5128 94.3333 69.3566 96.4025 69.2404 100.069ZM98.4639 94.9108C98.2134 102.415 99.2414 108.415 99.2232 117.2L97.2234 115.2C97.7669 115.201 98.3209 115.206 98.8867 115.216C108.598 115.382 110.053 116.006 121.176 115.866C122.428 115.85 123.68 115.841 124.923 115.838L123.561 117.2C123.536 107.399 123.846 98.1402 123.619 93.7455C123.592 93.2177 123.576 92.7403 123.57 92.3L123.555 90.9616L124.923 90.9464C128.615 90.8937 129.702 91.4958 135.985 91.342C138.27 91.2861 140.263 91.2591 142.123 91.2566L143.155 91.2452L143.167 92.3C143.172 96.1634 143.07 99.4544 142.9 103.606C142.649 109.756 142.434 128.651 142.743 135.522C143.052 142.393 142.516 150.23 142.388 154.942C142.349 156.41 142.294 157.566 142.238 158.451C142.214 158.827 142.164 159 142.114 159C142.114 159 142.114 159 142.114 159C142.053 159 141.992 158.731 141.984 158.249C141.947 155.908 141.847 152.41 141.624 148.277C141.208 140.571 141.668 139.729 141.454 129.324C141.24 118.918 140.812 112.667 141.089 100.423C141.161 97.2098 141.135 94.6462 141.069 92.3L142.123 93.3546C136.901 93.502 132.756 93.848 124.923 93.745L126.368 92.3C126.341 94.3555 126.284 96.665 126.183 99.3146C125.862 107.775 125.988 112.53 126.22 117.2L126.205 118.51L124.923 118.496C120.054 118.737 115.277 119.093 106.486 119.175C103.506 119.203 100.391 119.206 97.2234 119.192L95.2096 119.17L95.2314 117.2C95.268 108.758 95.4236 99.9391 95.5463 92.3L97.2234 93.9771C91.1606 93.8798 85.8407 93.8032 82.0417 93.8235C81.383 93.827 80.7101 93.8309 80.0234 93.835L81.5584 92.3C81.619 102.436 81.7331 115.541 81.5835 129.325C81.4858 138.334 81.5989 148.637 81.6361 159L80.0234 157.387C85.8094 157.367 91.6143 157.37 97.2234 157.446L95.6697 159C95.68 158.244 95.6917 157.492 95.7048 156.743C95.8344 149.354 95.9795 140.575 96.1219 132.2L96.1342 131.086L97.2234 131.098C107.262 131.269 116.72 131.436 122.505 131.567C123.36 131.587 124.164 131.605 124.923 131.622L125.508 131.629L125.501 132.2C125.307 140.858 125.272 143.802 125.408 153.191C125.433 154.958 125.444 156.926 125.438 159L124.923 158.486C129.74 158.5 135.129 158.604 139.904 158.822C143.342 158.979 142.563 159.197 139.102 159.302C134.042 159.454 129.888 159.352 127.281 159.625C126.425 159.715 125.65 159.795 124.923 159.866L124.067 159.875L124.058 159C123.699 155.302 123.596 152.853 123.861 147.356C124.179 140.779 123.457 137.68 123.54 133.847C123.554 133.229 123.576 132.713 123.603 132.2L124.923 133.521C122.249 133.383 119.661 133.127 103.305 133.402C101.175 133.438 99.1502 133.471 97.2234 133.501L98.5248 132.2C98.7182 144.506 98.8055 152.816 98.868 159L98.886 160.626L97.2234 160.645C95.5131 160.662 93.9654 160.677 92.5407 160.692C89.4787 160.725 85.0347 160.681 80.0234 160.627L78.4148 160.645L78.3965 159C78.4722 151.929 78.5663 143.729 78.4883 136.688C78.3632 125.391 78.4632 103.137 78.2954 92.3L78.2764 90.5913L80.0234 90.5719C80.7282 90.561 81.3846 90.549 81.9866 90.5356C90.6345 90.3443 91.713 90.6871 97.2234 90.9537L98.5547 90.9389L98.5698 92.3C98.5324 93.0722 98.4966 93.9315 98.4639 94.9108ZM183.523 91.0596C188.873 91.3255 193.085 90.15 199.606 90.3162C201.842 90.3731 203.427 90.4839 204.845 90.5993L206.517 90.5717L206.545 92.3C206.324 95.0161 206.087 97.1206 206.179 102.028C206.212 103.803 206.214 105.58 206.2 107.3L206.222 108.632L204.845 108.655C199.33 108.61 194.386 108.409 191.851 108.604C189.341 108.798 188.526 108.404 186.245 108.273L187.217 107.3C187.175 108.04 187.16 108.935 187.202 110.091C187.375 114.813 187.273 117.675 187.022 121.805C186.77 125.934 186.555 138.622 186.864 143.235C187.173 147.849 186.637 153.111 186.509 156.275C186.47 157.261 186.415 158.037 186.359 158.632C186.335 158.884 186.285 159 186.236 159C186.235 159 186.235 159 186.235 159C186.174 159 186.113 158.819 186.106 158.496C186.068 156.924 185.968 154.575 185.745 151.8C185.329 146.626 185.789 146.06 185.575 139.073C185.361 132.086 184.933 127.889 185.21 119.668C185.389 114.342 184.966 111.674 184.825 107.3L184.849 105.857L186.245 105.88C188.622 105.803 191.504 105.809 195.591 106.04C199.65 106.27 202.439 106.271 204.845 106.168L203.713 107.3C203.524 102.856 202.981 99.7208 202.872 92.3L204.845 94.2729C204.799 94.2736 204.754 94.2743 204.708 94.2749C193.144 94.4358 178.547 93.7681 171.576 93.8235C165.789 93.8694 158.356 93.9744 150.345 93.9174L151.962 92.3C151.95 93.9406 151.932 95.6054 151.905 97.2852C151.854 100.428 151.86 103.805 151.883 107.3L150.345 105.762C156.424 105.722 162.86 105.632 169.045 105.703L170.668 105.73L170.642 107.3C170.625 108.742 170.6 110.169 170.563 111.576C170.278 122.484 169.918 137.906 169.677 145.031C169.458 151.509 169.393 153.532 169.494 159L169.045 158.551C169.591 158.541 170.172 158.529 170.795 158.516C174.737 158.431 180.167 158.511 184.754 158.822C187.062 158.979 186.539 159.197 184.216 159.302C180.818 159.454 178.029 159.352 176.278 159.625C173.423 160.07 171.907 160.291 169.045 160.185L167.879 160.204L167.86 159C167.884 158.356 167.924 157.643 167.982 156.832C168.3 152.416 167.579 150.335 167.662 147.761C167.745 145.187 168.17 145.229 167.842 132.139C167.523 119.383 167.435 112.243 167.358 107.3L169.045 108.986C168.915 108.988 168.787 108.99 168.661 108.992C164.697 109.055 157.286 108.832 150.345 108.808L148.862 108.832L148.837 107.3C148.843 105.56 148.836 103.849 148.809 102.23C148.766 99.5966 148.75 96.0774 148.74 92.3L148.714 90.7223L150.345 90.6954C158.158 90.6751 167.076 90.6827 171.539 90.5356C178.159 90.3175 178.173 90.7936 183.523 91.0596ZM241.685 108.54C237.655 108.404 234.064 108.646 230.231 108.892L231.823 107.3C232.027 110.472 232.234 113.81 232.231 117.7L230.231 115.7C230.82 115.7 231.422 115.706 232.038 115.716C241.631 115.882 243.068 116.506 254.055 116.366C256.468 116.335 258.882 116.331 261.231 116.342L262.574 116.327L262.589 117.7C262.564 123.382 262.455 128.688 262.452 132.7L262.466 133.907L261.231 133.921C259.351 133.919 257.755 133.941 256.536 134.004C251.645 134.261 251.129 133.486 244.182 133.658C238.551 133.797 234.718 133.757 230.231 133.603L231.134 132.7C231.098 133.748 231.056 134.831 231.008 135.981C230.934 137.77 230.863 140.652 230.808 144L230.231 143.423C238.252 143.556 248.951 143.599 253.74 143.38C256.405 143.259 259.217 143.268 261.931 143.331L262.592 143.324L262.6 144C262.502 148.199 262.273 152.164 262.196 154.992C262.156 156.442 262.102 157.583 262.046 158.458C262.022 158.829 261.972 159 261.922 159C261.922 159 261.922 159 261.922 159C261.861 159 261.8 158.734 261.792 158.258C261.755 155.946 261.655 152.49 261.432 148.408C261.335 146.641 261.286 145.239 261.264 144L261.931 144.667C257.832 144.739 255.509 144.505 247.617 144.67C241.014 144.807 236.104 145.033 230.231 145.103L229.116 145.091L229.128 144C229.089 140.73 229.098 137.162 229.197 132.837C229.198 132.791 229.199 132.746 229.2 132.7L229.211 131.657L230.231 131.668C242.017 131.929 244.938 130.824 261.231 131.41L259.942 132.7C259.951 132.435 259.961 132.166 259.972 131.894C260.214 125.592 260.202 121.372 260.082 117.7L261.231 118.849C254.954 119.054 250.277 119.573 239.544 119.675C236.55 119.703 233.417 119.706 230.231 119.691L228.218 119.669L228.24 117.7C228.256 114.259 228.291 110.756 228.337 107.3L228.358 105.384L230.231 105.405C241.753 105.556 252.761 105.812 259.261 105.777C260.126 105.772 261.017 105.767 261.931 105.761L260.392 107.3C260.364 102.801 260.327 97.7354 260.309 92.3L261.931 93.9224C255.387 93.9446 248.306 93.94 241.035 93.8601C232.515 93.7665 222.824 93.8662 213.031 93.9075L214.639 92.3C214.668 99.2177 214.668 106.186 214.55 112.83C214.29 127.461 213.968 147.613 213.73 159L213.031 158.301C214.133 158.324 215.153 158.346 216.078 158.367C226.559 158.609 229.114 158.663 239.203 158.516C245.002 158.431 252.991 158.511 259.739 158.822C263.135 158.979 262.365 159.197 258.947 159.302C253.948 159.454 249.845 159.352 247.27 159.625C242.123 160.17 239.936 160.38 233.439 160.062C226.942 159.745 223.881 160.466 220.094 160.383C217.927 160.335 217.02 160.176 213.031 160.109L211.934 160.122L211.922 159C211.971 156.019 211.969 151.317 211.829 143.081C211.501 123.824 211.418 113.267 211.339 105.975C211.303 102.686 211.359 97.7826 211.419 92.3L211.401 90.7056L213.031 90.6873C219.705 90.7598 227.236 90.838 233.761 90.7649C240.726 90.6868 251.907 90.6964 261.931 90.6739L263.539 90.6558L263.557 92.3C263.57 98.0051 263.593 103.335 263.649 107.3L263.668 108.999L261.931 109.018C260.975 109.031 260.099 109.047 259.315 109.064C249.576 109.282 249.556 108.806 241.685 108.54ZM315.983 93.0163C320.609 95.2877 325.134 97.2334 328.087 103.419C330.095 108.421 329.781 110.263 329.849 114.5C329.825 115.549 329.771 116.753 329.597 118.203C328.893 125.82 323.147 131.585 320.544 133.466C317.875 135.483 317.223 135.117 312.899 136.617C309.943 137.498 307.662 137.65 305.318 137.575C304.175 137.529 303.008 137.461 301.708 137.377C299.331 137.223 293.939 137.083 289.118 137.068L289.586 136.6C289.576 139.658 289.617 142.486 289.738 144.17C290.047 148.51 289.51 153.46 289.383 156.437C289.343 157.364 289.289 158.094 289.232 158.653C289.208 158.89 289.158 159 289.109 159C289.109 159 289.109 159 289.109 159C289.047 159 288.987 158.83 288.979 158.526C288.941 157.047 288.842 154.837 288.618 152.227C288.202 147.359 288.662 146.827 288.448 140.255C288.406 138.95 288.355 137.748 288.303 136.6L288.317 135.771L289.118 135.785C293.753 135.574 297.52 135.344 303.718 135.565C304.281 135.585 304.812 135.598 305.318 135.604C311.454 135.209 314.077 134.881 321.569 129.244C327.287 123.395 326.799 119.941 326.757 114.5C326.653 112.999 326.457 111.279 325.952 109.246C324.35 99.1543 311.91 93.0699 305.318 93.8202C305.037 93.8202 304.766 93.8213 304.507 93.8235C297.949 93.8789 289.142 94.0198 279.845 93.8601C277.339 93.8171 274.674 93.8149 271.918 93.8292L273.447 92.3C273.486 99.7685 273.645 107.912 273.437 115.407C273.152 125.669 272.792 140.177 272.551 146.879C272.346 152.553 272.276 154.594 272.349 159L271.918 158.569C272.717 158.556 273.594 158.538 274.584 158.516C278.292 158.431 283.401 158.511 287.716 158.822C289.887 158.979 289.395 159.197 287.21 159.302C284.013 159.454 281.389 159.352 279.743 159.625C276.736 160.123 275.309 160.341 271.918 160.133L270.805 160.152L270.785 159C270.805 158.679 270.828 158.34 270.856 157.981C271.173 153.826 270.452 151.869 270.535 149.447C270.618 147.025 271.043 147.065 270.716 134.751C270.388 122.438 270.304 115.687 270.226 111.024C270.158 107.009 270.422 99.2344 270.412 92.3L270.386 90.8208L271.918 90.7939C273.038 90.7922 274.137 90.7834 275.194 90.7649C282.794 90.6317 298.244 90.7538 304.472 90.5356C304.768 90.5253 305.049 90.5165 305.318 90.5092C311.018 90.5956 311.329 91.1231 315.983 93.0163ZM290.071 108.54C289.741 108.48 289.427 108.494 289.118 108.549L290.367 107.3C290.554 108.361 291.23 109.363 291.102 110.744C290.936 112.527 290.312 112.794 290.452 114.837C290.593 116.878 290.166 118.922 290.422 119.831C290.638 120.597 290.122 120.786 290.057 121.6L289.118 120.661C289.269 120.673 289.443 120.669 289.645 120.642C290.936 120.47 291.719 120.571 292.848 120.823C293.977 121.075 297.446 121.29 298.707 120.98C299.969 120.671 301.408 121.208 302.273 121.335C302.543 121.375 302.755 121.429 302.917 121.486C302.986 121.509 303.018 121.56 303.018 121.609C303.018 121.609 303.018 121.609 303.018 121.609C303.018 121.671 302.969 121.731 302.88 121.739C302.45 121.777 301.808 121.876 301.049 122.1C299.635 122.516 299.48 122.056 297.569 122.27C295.659 122.484 294.511 122.911 292.263 122.635C290.906 122.468 290.18 122.824 289.118 122.987L287.652 122.899L287.731 121.6C287.623 120.904 287.599 120.065 287.858 118.808C288.514 115.635 287.304 115.301 287.143 112.139C287.065 110.61 287.181 108.887 287.315 107.3L287.43 105.396L289.118 105.497C290.813 105.641 292.354 105.805 293.338 105.777C295.244 105.721 297.804 105.58 300.506 105.74C301.297 105.787 302.143 105.785 303.018 105.767C305.35 105.693 308.274 106.299 310.059 108.32C311.531 109.866 312.251 112.473 312.015 114.5C311.896 116.079 311.321 117.433 310.784 118.194C309.463 119.887 309.006 120.137 307.33 121.204C306.331 121.783 304.714 122.057 303.432 121.771C302.787 121.625 302.948 121.411 303.559 121.286C304.448 121.093 305.19 121.042 305.557 120.663C306.268 119.887 306.443 119.619 307.481 119.357C308.541 119.015 308.336 118.107 308.701 117.745C308.887 117.542 309.074 117.497 309.333 117.136C309.568 116.777 309.96 116.06 309.816 114.5C309.816 114.5 309.816 114.499 309.816 114.499C309.405 111.36 307.923 110.575 307.09 110.048C306.386 109.62 304.78 108.781 303.018 108.806C302.62 108.804 302.23 108.813 301.858 108.835C299.649 108.968 295.158 108.846 293.348 109.064C291.538 109.282 291.534 108.806 290.071 108.54ZM354.616 94.9108C354.366 102.415 355.394 108.415 355.376 117.2L353.376 115.2C353.919 115.201 354.473 115.206 355.039 115.216C364.751 115.382 366.205 116.006 377.328 115.866C378.58 115.85 379.832 115.841 381.076 115.838L379.714 117.2C379.688 107.399 379.999 98.1402 379.771 93.7455C379.744 93.2177 379.728 92.7403 379.722 92.3L379.707 90.9616L381.076 90.9464C384.768 90.8937 385.854 91.4958 392.137 91.342C394.423 91.2861 396.416 91.2591 398.276 91.2566L399.307 91.2452L399.319 92.3C399.324 96.1634 399.223 99.4544 399.053 103.606C398.801 109.756 398.586 128.651 398.895 135.522C399.205 142.393 398.668 150.23 398.541 154.942C398.501 156.41 398.447 157.566 398.39 158.451C398.366 158.827 398.316 159 398.267 159C398.267 159 398.267 159 398.267 159C398.205 159 398.145 158.731 398.137 158.249C398.099 155.908 397.999 152.41 397.776 148.277C397.36 140.571 397.82 139.729 397.606 129.324C397.392 118.918 396.965 112.667 397.241 100.423C397.314 97.2098 397.287 94.6462 397.221 92.3L398.276 93.3546C393.053 93.502 388.909 93.848 381.076 93.745L382.521 92.3C382.494 94.3555 382.436 96.665 382.335 99.3146C382.014 107.775 382.141 112.53 382.372 117.2L382.357 118.51L381.076 118.496C376.206 118.737 371.429 119.093 362.638 119.175C359.658 119.203 356.544 119.206 353.376 119.192L351.362 119.17L351.384 117.2C351.42 108.758 351.576 99.9391 351.699 92.3L353.376 93.9771C347.313 93.8798 341.993 93.8032 338.194 93.8235C337.535 93.827 336.862 93.8309 336.176 93.835L337.711 92.3C337.771 102.436 337.885 115.541 337.736 129.325C337.638 138.334 337.751 148.637 337.788 159L336.176 157.387C341.962 157.367 347.767 157.37 353.376 157.446L351.822 159C351.832 158.244 351.844 157.492 351.857 156.743C351.987 149.354 352.132 140.575 352.274 132.2L352.287 131.086L353.376 131.098C363.415 131.269 372.872 131.436 378.657 131.567C379.513 131.587 380.316 131.605 381.076 131.622L381.66 131.629L381.654 132.2C381.46 140.858 381.425 143.802 381.56 153.191C381.586 154.958 381.596 156.926 381.59 159L381.076 158.486C385.892 158.5 391.281 158.604 396.056 158.822C399.494 158.979 398.715 159.197 395.255 159.302C390.194 159.454 386.041 159.352 383.433 159.625C382.577 159.715 381.803 159.795 381.076 159.866L380.22 159.875L380.21 159C379.851 155.302 379.748 152.853 380.014 147.356C380.331 140.779 379.61 137.68 379.693 133.847C379.706 133.229 379.728 132.713 379.755 132.2L381.076 133.521C378.402 133.383 375.813 133.127 359.457 133.402C357.327 133.438 355.303 133.471 353.376 133.501L354.677 132.2C354.871 144.506 354.958 152.816 355.02 159L355.038 160.626L353.376 160.645C351.665 160.662 350.118 160.677 348.693 160.692C345.631 160.725 341.187 160.681 336.176 160.627L334.567 160.645L334.549 159C334.625 151.929 334.719 143.729 334.641 136.688C334.516 125.391 334.616 103.137 334.448 92.3L334.429 90.5913L336.176 90.5719C336.88 90.561 337.537 90.549 338.139 90.5356C346.787 90.3443 347.865 90.6871 353.376 90.9537L354.707 90.9389L354.722 92.3C354.685 93.0722 354.649 93.9315 354.616 94.9108ZM438.951 108.54C434.921 108.404 431.33 108.646 427.497 108.892L429.089 107.3C429.293 110.472 429.499 113.81 429.497 117.7L427.497 115.7C428.086 115.7 428.688 115.706 429.304 115.716C438.897 115.882 440.334 116.506 451.321 116.366C453.734 116.335 456.148 116.331 458.497 116.342L459.84 116.327L459.855 117.7C459.829 123.382 459.721 128.688 459.718 132.7L459.731 133.907L458.497 133.921C456.617 133.919 455.02 133.941 453.802 134.004C448.91 134.261 448.394 133.486 441.447 133.658C435.816 133.797 431.983 133.757 427.497 133.603L428.4 132.7C428.364 133.748 428.322 134.831 428.274 135.981C428.2 137.77 428.129 140.652 428.073 144L427.497 143.423C435.517 143.556 446.217 143.599 451.005 143.38C453.67 143.259 456.482 143.268 459.197 143.331L459.858 143.324L459.866 144C459.767 148.199 459.539 152.164 459.462 154.992C459.422 156.442 459.368 157.583 459.311 158.458C459.287 158.829 459.237 159 459.188 159C459.188 159 459.188 159 459.188 159C459.126 159 459.066 158.734 459.058 158.258C459.02 155.946 458.921 152.49 458.697 148.408C458.601 146.641 458.551 145.239 458.53 144L459.197 144.667C455.098 144.739 452.775 144.505 444.882 144.67C438.279 144.807 433.37 145.033 427.497 145.103L426.381 145.091L426.394 144C426.354 140.73 426.363 137.162 426.462 132.837C426.463 132.791 426.464 132.746 426.465 132.7L426.477 131.657L427.497 131.668C439.283 131.929 442.203 130.824 458.497 131.41L457.207 132.7C457.217 132.435 457.227 132.166 457.237 131.894C457.479 125.592 457.467 121.372 457.347 117.7L458.497 118.849C452.22 119.054 447.543 119.573 436.81 119.675C433.815 119.703 430.682 119.706 427.497 119.691L425.483 119.669L425.506 117.7C425.521 114.259 425.557 110.756 425.602 107.3L425.624 105.384L427.497 105.405C439.019 105.556 450.026 105.812 456.526 105.777C457.392 105.772 458.283 105.767 459.197 105.761L457.658 107.3C457.63 102.801 457.593 97.7354 457.574 92.3L459.197 93.9224C452.652 93.9446 445.572 93.94 438.3 93.8601C429.78 93.7665 420.09 93.8662 410.297 93.9075L411.904 92.3C411.933 99.2177 411.933 106.186 411.815 112.83C411.556 127.461 411.234 147.613 410.996 159L410.297 158.301C411.399 158.324 412.419 158.346 413.344 158.367C423.825 158.609 426.38 158.663 436.468 158.516C442.267 158.431 450.256 158.511 457.004 158.822C460.4 158.979 459.631 159.197 456.212 159.302C451.214 159.454 447.111 159.352 444.535 159.625C439.389 160.17 437.202 160.38 430.705 160.062C424.208 159.745 421.147 160.466 417.36 160.383C415.192 160.335 414.286 160.176 410.297 160.109L409.2 160.122L409.187 159C409.237 156.019 409.235 151.317 409.095 143.081C408.767 123.824 408.683 113.267 408.605 105.975C408.569 102.686 408.625 97.7826 408.684 92.3L408.666 90.7056L410.297 90.6873C416.97 90.7598 424.502 90.838 431.026 90.7649C437.991 90.6868 449.173 90.6964 459.197 90.6739L460.805 90.6558L460.823 92.3C460.836 98.0051 460.859 103.335 460.915 107.3L460.934 108.999L459.197 109.018C458.241 109.031 457.364 109.047 456.581 109.064C446.841 109.282 446.821 108.806 438.951 108.54ZM498.562 91.0596C503.912 91.3255 508.124 90.15 514.645 90.3162C516.882 90.3731 518.466 90.4839 519.884 90.5993L521.556 90.5717L521.584 92.3C521.363 95.0161 521.126 97.1206 521.218 102.028C521.251 103.803 521.253 105.58 521.239 107.3L521.261 108.632L519.884 108.655C514.369 108.61 509.425 108.409 506.89 108.604C504.38 108.798 503.565 108.404 501.284 108.273L502.256 107.3C502.214 108.04 502.199 108.935 502.242 110.091C502.414 114.813 502.312 117.675 502.061 121.805C501.809 125.934 501.594 138.622 501.903 143.235C502.213 147.849 501.676 153.111 501.548 156.275C501.509 157.261 501.454 158.037 501.398 158.632C501.374 158.884 501.324 159 501.275 159C501.275 159 501.275 159 501.274 159C501.213 159 501.152 158.819 501.145 158.496C501.107 156.924 501.007 154.575 500.784 151.8C500.368 146.626 500.828 146.06 500.614 139.073C500.4 132.086 499.972 127.889 500.249 119.668C500.428 114.342 500.005 111.674 499.864 107.3L499.888 105.857L501.284 105.88C503.661 105.803 506.543 105.809 510.63 106.04C514.689 106.27 517.478 106.271 519.884 106.168L518.752 107.3C518.563 102.856 518.02 99.7208 517.911 92.3L519.884 94.2729C519.838 94.2736 519.793 94.2743 519.747 94.2749C508.183 94.4358 493.586 93.7681 486.615 93.8235C480.828 93.8694 473.395 93.9744 465.384 93.9174L467.001 92.3C466.989 93.9406 466.971 95.6054 466.944 97.2852C466.893 100.428 466.899 103.805 466.922 107.3L465.384 105.762C471.463 105.722 477.899 105.632 484.084 105.703L485.707 105.73L485.681 107.3C485.664 108.742 485.639 110.169 485.602 111.576C485.317 122.484 484.957 137.906 484.716 145.031C484.497 151.509 484.432 153.532 484.533 159L484.084 158.551C484.63 158.541 485.211 158.529 485.834 158.516C489.776 158.431 495.206 158.511 499.793 158.822C502.102 158.979 501.578 159.197 499.255 159.302C495.857 159.454 493.068 159.352 491.317 159.625C488.462 160.07 486.946 160.291 484.084 160.185L482.919 160.204L482.899 159C482.923 158.356 482.963 157.643 483.021 156.832C483.339 152.416 482.618 150.335 482.701 147.761C482.784 145.187 483.209 145.229 482.881 132.139C482.562 119.383 482.474 112.243 482.397 107.3L484.084 108.986C483.954 108.988 483.826 108.99 483.7 108.992C479.736 109.055 472.325 108.832 465.384 108.808L463.901 108.832L463.876 107.3C463.882 105.56 463.875 103.849 463.848 102.23C463.805 99.5966 463.789 96.0774 463.779 92.3L463.753 90.7223L465.384 90.6954C473.197 90.6751 482.115 90.6827 486.578 90.5356C493.198 90.3175 493.212 90.7936 498.562 91.0596Z' fill='%23171717'/%3E%3Cpath d='M3.57 36.69C3.57 22.9 12.88 12.54 26.74 12.54C40.53 12.54 49.91 22.9 49.91 36.69C49.91 50.48 40.53 60.84 26.74 60.84C12.88 60.84 3.57 50.48 3.57 36.69ZM43.89 36.69C43.89 25.77 37.17 17.72 26.74 17.72C16.24 17.72 9.59 25.77 9.59 36.69C9.59 47.54 16.24 55.66 26.74 55.66C37.17 55.66 43.89 47.54 43.89 36.69ZM92.0954 60V18.49H64.7954V60H58.9854V13.31H97.9054V60H92.0954ZM120.369 60V18.49H105.599V13.31H141.019V18.49H126.179V60H120.369ZM148.741 13.31H154.551V51.04L181.431 13.31H187.381V60H181.571V21.57L154.341 60H148.741V13.31ZM202.712 26.33C202.712 34.31 205.512 37.11 212.932 37.11C217.202 37.11 221.332 36.34 224.342 34.94V13.31H230.152V60H224.342V39.63C221.262 40.96 216.852 42.29 211.322 42.29C201.242 42.29 196.902 37.74 196.902 26.26V13.31H202.712V26.33ZM241.095 60V13.31H271.685V18.49H246.905V33.54H271.195V38.72H246.905V54.82H271.685V60H241.095ZM302.858 60.84C289.628 60.84 279.058 51.04 279.058 36.69C279.058 22.34 289.628 12.54 302.858 12.54C311.328 12.54 317.068 16.53 320.778 21.78L315.878 24.51C313.218 20.59 308.388 17.72 302.858 17.72C292.848 17.72 285.078 25.56 285.078 36.69C285.078 47.75 292.848 55.66 302.858 55.66C308.388 55.66 313.218 52.86 315.878 48.87L320.848 51.6C316.928 56.92 311.328 60.84 302.858 60.84ZM356.463 60L338.753 39L334.063 44.32V60H328.253V13.31H334.063V37.46L354.713 13.31H361.993L342.533 35.5L363.673 60H356.463ZM370.294 13.31H376.104V51.04L402.984 13.31H408.934V60H403.124V21.57L375.894 60H370.294V13.31ZM439.175 9.81C434.555 9.81 430.425 7.64 427.765 4.07L430.775 1.62C432.735 4.28 435.675 5.96 439.175 5.96C442.675 5.96 445.615 4.28 447.505 1.62L450.515 4.07C447.925 7.64 443.865 9.81 439.175 9.81ZM419.855 13.31H425.665V51.04L452.545 13.31H458.495V60H452.685V21.57L425.455 60H419.855V13.31Z' fill='white'/%3E%3Cpath d='M47.754 28.0711C46.8164 24.9722 44.9923 23.0354 42.5125 20.2083C39.855 17.5327 39.569 16.7411 35.4808 14.9898C32.3906 13.8035 29.0648 13.2928 26.74 13.3031C25.9334 13.3012 25.264 13.3501 24.7549 13.4299C22.8017 13.7927 22.4931 13.2735 19.7617 14.12C17.0784 15.0706 15.5259 15.8047 13.3829 17.0935C11.0029 18.124 6.07163 24.3723 5.59306 27.2637C4.76722 29.9427 3.94975 33.0571 3.78238 35.0121C3.72357 35.6216 3.68073 36.0905 3.64239 36.4611C3.62632 36.6173 3.59532 36.69 3.56437 36.69C3.56435 36.69 3.56433 36.69 3.56431 36.69C3.52592 36.69 3.48762 36.5771 3.48476 36.3752C3.47137 35.4019 3.46921 33.938 3.59674 32.2014C3.95713 28.9761 4.19001 28.6218 5.8825 24.5794C7.82311 20.6805 9.38527 18.1819 13.8583 15.415C18.393 13.145 19.5374 11.7138 26.74 11.7378C26.8319 11.7426 26.9245 11.7481 27.0179 11.7541C34.2488 12.7213 35.4646 12.1681 41.8282 16.2619C48.3314 20.7643 50.8489 30.6694 50.8165 35.0088C50.8503 35.5514 50.8712 36.1028 50.8767 36.69C50.9386 40.8844 50.0323 46.378 46.9212 51.1008C43.6246 56.5607 36.4146 61.3933 29.3081 61.6703C28.4911 61.726 27.6311 61.7467 26.74 61.7246C19.9609 61.8813 12.4381 57.6715 9.98771 54.5382C7.0986 51.1139 6.58508 50.1009 4.87862 46.173C3.95374 43.8786 3.33485 40.4759 3.47298 37.6176C3.54878 36.1785 3.67576 36.5181 3.78439 37.9375C3.96474 40.0203 4.20439 41.7213 4.60105 42.7278C5.43189 44.724 5.77609 45.5206 6.70207 48.0141C7.71776 50.4987 8.88484 51.2484 9.79724 52.4551C10.2748 53.0528 10.4591 53.395 11.2625 54.2407C12.0866 55.0374 13.4875 56.5392 17.088 58.1061C20.9931 59.7103 24.2456 59.8926 26.74 59.8673C28.8996 59.8247 30.528 59.5583 31.8492 59.2566C34.7103 58.7686 40.6169 56.34 43.5577 52.4271C46.5538 49.3207 49.242 41.3085 48.8459 36.69C48.8353 36.1032 48.8054 35.5919 48.7659 35.143C48.2891 31.2411 48.5149 31.1934 47.754 28.0711ZM9.81157 29.6371C10.7538 27.2262 10.9648 24.9153 13.2073 22.3932C15.5829 20.0636 16.2041 19.9855 19.4965 18.2977C22.0372 17.1284 24.8577 16.9371 26.74 16.957C27.3958 16.9588 27.9411 16.9761 28.3647 16.9689C30.0209 16.9884 30.1383 17.4315 32.3764 17.9641C34.6126 18.5949 35.8718 19.3765 37.3831 20.7129C39.1216 21.8854 42.4827 27.0521 43.1196 29.2181C44.0347 31.2869 44.0462 33.8931 44.0235 35.3901C44.022 35.8643 43.9942 36.2282 43.9609 36.5138C43.9467 36.6343 43.9152 36.69 43.8844 36.69C43.8843 36.69 43.8843 36.69 43.8843 36.69C43.8458 36.6899 43.8083 36.6038 43.8021 36.4504C43.7719 35.7111 43.6681 34.5966 43.3533 33.33C42.6901 31.0121 43.0044 30.6346 41.6554 27.6764C40.1197 24.826 38.806 23.3519 35.9034 21.0369C32.7957 19.0271 31.7331 19.1477 26.74 18.5227C26.6719 18.5177 26.6032 18.5129 26.5339 18.5083C21.256 18.5075 20.5965 19.4728 16.6583 22.4477C12.6481 25.6549 10.5242 32.2901 10.5712 35.4737C10.5566 35.8658 10.5515 36.2648 10.5568 36.69C10.588 39.6994 11.2155 43.4967 13.0665 46.9274C15.0711 50.9588 20.0177 54.1277 24.9144 54.622C25.4883 54.7002 26.0999 54.7539 26.74 54.7761C31.539 55.1953 36.9821 52.3147 38.8547 50.0667C41.0585 47.6265 41.4897 46.8202 42.5022 43.8021C43.0442 42.0388 43.5343 39.5563 43.7693 37.3946C43.8822 36.3057 44.0255 36.5496 44.0607 37.6582C44.0966 39.2881 43.8236 40.6005 43.8272 41.4592C43.807 43.1703 43.7529 43.9711 42.7404 45.8954C41.6812 47.7738 41.468 48.8472 40.6598 49.8573C40.2461 50.3469 39.9919 50.5483 39.2981 51.2178C38.579 51.8478 37.4991 53.1087 34.6403 54.6689C31.5297 56.2775 28.8055 56.5719 26.74 56.6322C24.9318 56.6685 23.5414 56.4774 22.4076 56.2466C19.9213 55.8961 15.1351 53.2667 12.7433 49.9444C10.2379 47.2342 8.37629 40.4602 8.52622 36.69C8.5157 36.1998 8.51551 35.771 8.51775 35.3934C8.6308 32.1196 8.98186 32.1193 9.81157 29.6371ZM63.2856 59.2247C63.7979 59.2399 64.3002 59.2476 64.7954 59.2491L64.0444 60C64.0592 55.0714 63.4611 50.8563 63.5555 44.6409C63.6593 37.8013 64.0491 36.7769 63.9614 28.9437C63.9208 25.3159 63.9562 21.6871 63.9899 18.49L63.9821 17.6925L64.7954 17.6845C68.5012 17.7237 71.6271 17.7607 73.4995 17.6748C76.987 17.5146 77.3551 17.9988 82.3078 17.8913C86.2562 17.8055 88.9646 17.8283 92.0954 17.9209L92.6589 17.9153L92.6645 18.49C92.641 19.2861 92.613 20.1096 92.581 20.9877C92.4236 25.3193 92.2893 38.6265 92.4826 43.4653C92.676 48.3043 92.3405 53.8233 92.2609 57.1424C92.2361 58.1762 92.2022 58.9898 92.1669 59.6136C92.152 59.8778 92.1207 59.9999 92.0898 60C92.0897 60 92.0897 60 92.0897 60C92.0512 59.9999 92.0134 59.8106 92.0085 59.471C91.9849 57.8226 91.9227 55.3588 91.7832 52.4482C91.523 47.0213 91.8105 46.4282 91.6768 39.1C91.5431 31.7718 91.2759 27.3689 91.4487 18.7464C91.4504 18.6602 91.4521 18.5748 91.4536 18.49L92.0954 19.1318C83.6888 18.9782 81.6273 19.683 69.5774 19.2772C67.7661 19.2162 66.196 19.1811 64.7954 19.1657L65.4711 18.49C65.3834 26.5007 65.9441 28.9652 66.0297 39.2892C66.0841 45.8518 65.9869 53.3456 65.8917 60L65.8809 61.107L64.7954 61.0963C62.7637 61.0673 60.8102 61.0384 58.9854 61.0141L57.9614 61.004L57.9713 60C58.0145 56.7552 58.0434 53.9172 58.0332 51.7695C57.9986 44.4579 57.9105 34.6379 58.0103 24.2728C58.0434 20.8394 58.0378 17.1392 58.0221 13.31L58.0317 12.3374L58.9854 12.3467C66.7161 12.315 74.9731 12.2418 82.6245 12.3609C87.2415 12.4327 92.6295 12.5122 97.9054 12.5914L98.631 12.5985L98.624 13.31C98.507 21.1082 98.3907 28.6615 98.3008 33.1188C98.1501 40.5914 98.1161 42.4128 98.2082 49.6056C98.2461 52.5687 98.2312 56.3336 98.1481 60L98.1457 60.245L97.9054 60.2427C96.4559 60.2098 95.0218 60.1663 93.6587 60.1111C91.2375 60.0131 91.7861 59.8767 94.2232 59.8114C95.5462 59.776 96.7813 59.7625 97.9054 59.7508L97.6562 60C97.6364 58.0965 97.6218 56.5114 97.5146 55.3569C97.1739 51.6878 97.0432 50.1283 97.2415 45.4963C97.4398 40.8645 96.9891 38.682 97.041 35.9819C97.0929 33.2817 97.3587 33.3261 97.1539 19.597C97.1203 17.3393 97.0907 15.2494 97.0646 13.31L97.9054 14.1508C88.0506 14.2834 82.0816 14.3266 77.7373 14.3677C73.6675 14.4062 66.1315 14.2732 58.9854 14.2535L59.9289 13.31C59.9235 15.2932 59.9267 17.2463 59.9448 19.0869C60.0281 27.5604 59.9518 44.7866 60.0881 51.7307C60.1777 56.2956 60.0798 57.8657 59.955 60L58.9854 59.0304C60.0976 59.0954 61.3631 59.1678 63.2856 59.2247ZM116.373 14.0853C112.782 13.9206 109.948 14.6402 105.599 14.5526L106.842 13.31C106.841 13.3506 106.84 13.3914 106.839 13.4323C106.784 15.7655 106.65 17.051 106.548 18.49L105.599 17.5414C106.885 17.6324 108.293 17.6974 110.681 17.656C114.234 17.5944 117.788 17.7075 120.369 17.7249L121.123 17.7134L121.134 18.49C121.127 19.585 121.137 20.5052 121.185 21.1761C121.345 23.4288 120.861 23.6665 120.968 26.8656C121.076 30.0645 121.012 32.0033 120.855 34.801C120.698 37.5989 120.563 46.1943 120.757 49.3198C120.95 52.4454 120.614 56.0103 120.535 58.1542C120.51 58.822 120.476 59.3475 120.441 59.7504C120.426 59.9211 120.395 60 120.364 60C120.364 60 120.364 60 120.364 60C120.325 59.9999 120.287 59.8777 120.283 59.6583C120.259 58.5935 120.197 57.0021 120.057 55.1221C119.797 51.6167 120.084 51.2337 119.951 46.5001C119.817 41.7667 119.55 38.9228 119.723 33.3532C119.895 27.7838 119.172 26.5045 119.582 18.6427C119.585 18.5915 119.587 18.5406 119.59 18.49L120.369 19.2694C113.213 18.9059 111.945 19.5213 105.599 19.6927L104.379 19.6742L104.397 18.49C104.383 17.9897 104.372 17.4579 104.365 16.8891C104.35 15.7331 104.347 14.5323 104.351 13.31L104.371 12.0432L105.599 12.0619C112.661 12.0884 120.441 12.3873 124.467 12.3578C128.905 12.3253 134.773 12.2456 141.019 12.3189L142.025 12.3342L142.011 13.31C142.006 13.7113 142 14.1142 141.994 14.5184C141.975 15.7911 141.969 17.1206 141.97 18.49L141.956 19.4552L141.019 19.4409C136.317 19.4446 131.144 19.5349 126.179 19.4943L127.184 18.49C127.174 19.6848 127.156 20.8675 127.129 22.0286C126.95 29.4188 126.725 39.867 126.575 44.694C126.424 49.5207 126.39 50.6972 126.482 55.3432C126.509 56.7034 126.509 58.3253 126.477 60L126.473 60.3025L126.179 60.2981C124.566 60.2673 122.904 60.2066 121.379 60.1111C119.815 60.0131 120.17 59.8767 121.744 59.8114C123.508 59.7383 125.031 59.7587 126.179 59.6954L125.875 60C125.855 59.6502 125.828 59.335 125.789 59.0581C125.448 56.6881 125.317 55.6808 125.516 52.6889C125.714 49.6971 125.263 48.2873 125.315 46.5433C125.367 44.7992 125.633 44.8279 125.428 35.9598C125.223 27.0917 125.171 22.2302 125.122 18.8719C125.12 18.7493 125.118 18.622 125.117 18.49L125.101 17.4444L126.179 17.428C129.53 17.4006 135.851 17.5947 141.019 17.5386L140.068 18.49C140.066 18.2807 140.063 18.0733 140.06 17.868C140.041 16.6009 140.03 15.0307 140.023 13.31L141.019 14.3062C135.308 14.3288 127.939 14.3079 124.492 14.4127C120.007 14.549 119.998 14.2515 116.373 14.0853ZM186.606 43.3533C186.772 37.0377 186.038 32.066 186.141 24.3682C186.212 19.1498 186.414 16.9392 186.509 13.31L187.381 14.1824C185.793 14.1406 183.933 14.1193 181.431 14.1382L182.106 13.7906C181.983 13.9663 181.857 14.1461 181.729 14.3301C176.685 21.5607 171.35 28.5898 169.203 31.8797C167.056 35.1694 166.421 35.2258 163.274 39.8279C160.128 44.4298 158.116 47.1445 155.159 51.0233C155.089 51.116 155.015 51.2134 154.938 51.3153L154.083 52.5254L154.077 51.04C154.229 45.8212 154.353 31.4248 154.164 26.109C154.01 21.7843 154.19 16.9769 154.311 13.31L154.551 13.5504C153.601 13.5191 152.726 13.4919 151.957 13.4755C150.794 13.4507 149.878 13.4168 149.176 13.3815C148.879 13.3666 148.741 13.3353 148.741 13.3044C148.741 13.3043 148.741 13.3043 148.741 13.3043C148.741 13.2658 148.954 13.228 149.337 13.2231C150.659 13.2063 152.447 13.1699 154.551 13.0998L154.763 13.1017L154.761 13.31C154.79 14.1583 154.823 15.058 154.863 15.9991C155.124 22.1069 154.836 22.7744 154.97 31.022C155.09 38.4098 155.317 43.1559 155.238 51.04L153.992 50.6413C154.531 49.8994 155.099 49.1252 155.701 48.3118C161.472 40.5086 162.177 38.2736 170.459 27.3547C175.811 20.298 177.797 17.1283 180.648 12.7517L180.944 12.3436L181.431 12.3479C183.169 12.2755 185.071 12.2036 187.381 12.1504L188.551 12.1606L188.541 13.31C188.575 14.7974 188.602 16.4541 188.616 18.3451C188.716 31.9958 188.299 49.2272 188.333 57.456C188.337 58.2766 188.341 59.1254 188.345 60L188.337 60.9722L187.381 60.9639C185.551 60.9728 183.608 60.9831 181.571 60.9924L180.57 60.9836L180.579 60C180.548 53.25 180.527 45.4756 180.596 37.4078C180.638 32.5061 180.618 27.1215 180.594 21.57L182.369 22.1352C177.967 28.405 173.388 34.9388 168.988 40.971C164.737 46.798 159.507 53.9805 154.853 60.3625L154.66 60.6299L154.341 60.6271C152.402 60.6006 150.522 60.5745 148.741 60.5491L148.187 60.5443L148.192 60C148.248 56.084 148.3 52.6454 148.346 50.1024C148.497 41.6923 148.531 39.6424 148.438 31.5473C148.386 26.8941 148.435 20.4839 148.63 15.0694C148.728 12.3445 148.865 12.962 148.93 15.7047C149.025 19.7155 148.962 23.0079 149.132 25.0745C149.473 29.2039 149.603 30.959 149.405 36.1721C149.207 41.385 149.658 43.8413 149.606 46.8801C149.561 49.5206 149.354 49.8291 149.435 60L148.741 59.3064C150.276 59.2942 152.036 59.2754 154.062 59.2485C154.155 59.2473 154.248 59.2461 154.341 59.2448L153.725 59.5634C162.391 46.9836 167.208 40.0967 170.53 35.3229C172.769 32.1064 176.761 26.6326 180.789 21.016L182.518 18.5562L182.53 21.57C182.51 24.979 182.503 28.4215 182.531 31.5713C182.592 38.5659 182.567 50.8596 182.603 60L181.571 58.968C183.718 58.9595 185.692 58.9476 187.381 58.9305L186.312 60C186.302 59.0757 186.291 58.2363 186.279 57.4996C186.142 49.6847 186.44 49.6686 186.606 43.3533ZM229.377 44.5727C229.543 40.1674 228.808 36.6996 228.912 31.3302C229.016 25.9609 229.405 25.1567 229.318 19.0074C229.29 17.0732 229.298 15.1386 229.316 13.31L230.152 14.1459C228.013 14.1246 226.02 14.0886 224.342 14.0768L225.109 13.31C225.098 14.7586 225.106 15.9724 225.157 16.8419C225.317 19.5797 224.833 19.8687 224.941 23.7566C225.048 27.6444 224.985 30.0007 224.827 33.4009C224.808 33.8169 224.789 34.3382 224.771 34.94L224.775 35.2085L224.523 35.3294C221.749 36.5983 216.826 37.4369 212.932 37.4055C211.127 37.4223 209.53 37.2508 208.462 37.021C206.534 36.6826 204.517 35.3148 203.686 33.4842C202.813 31.692 202.713 29.8857 202.633 28.587C202.591 27.7742 202.612 27.1206 202.642 26.6376C202.655 26.4287 202.687 26.3299 202.717 26.33C202.717 26.33 202.717 26.33 202.717 26.33C202.756 26.3299 202.793 26.4826 202.801 26.7478C202.857 28.0174 202.945 30.0162 203.81 32.0705C204.662 33.9493 205.511 34.7086 206.578 35.4074C207.671 36.0662 209.135 36.6272 211.965 36.6742C212.3 36.6787 212.609 36.6754 212.932 36.6669C217.076 36.48 220.14 35.9541 224.047 34.3051L223.642 34.94C223.648 33.9228 223.665 32.8334 223.695 31.6414C223.868 24.8726 223.145 23.3178 223.555 13.7629C223.561 13.6098 223.567 13.4588 223.573 13.31L223.583 12.5321L224.342 12.5416C226.729 12.6374 228.569 12.6582 230.152 12.6347L230.835 12.6433L230.827 13.31C230.893 17.7862 231.313 20.2077 231.386 27.129C231.487 36.6506 231.069 48.6698 231.104 54.4096C231.114 56.113 231.129 57.9899 231.143 60L231.13 61.0031L230.152 60.9908C228.316 61.003 226.369 61.0139 224.342 61.0187L223.311 61.0058L223.323 60C223.316 56.7678 223.324 53.3313 223.367 49.8148C223.406 46.6502 223.391 43.197 223.37 39.63L224.727 40.5226C220.586 42.3546 215.869 43.3405 211.322 43.2889C210.072 43.2783 208.828 43.1958 207.603 43.0019C204.287 42.5718 200.086 40.6834 198.289 36.9825C196.448 33.4051 196.333 29.4837 196.369 26.26C196.419 23.8551 196.465 21.7447 196.506 20.1434C196.586 17.058 196.633 15.1999 196.646 13.31L196.649 13.051L196.902 13.0542C198.541 13.0658 200.204 13.052 202.712 13.0121L203.013 13.0158L203.01 13.31C203.011 13.4084 203.013 13.5081 203.015 13.6091C203.068 16.8548 203.018 21.326 202.823 25.1028C202.725 27.0035 202.589 26.5728 202.523 24.6596C202.428 21.8621 202.492 19.5655 202.321 18.1241C202.091 16.1821 201.957 14.993 201.955 13.31L202.712 14.0671C201.898 14.0682 200.97 14.0385 199.785 13.9739C198.664 13.9127 197.726 13.9133 196.902 13.9418L197.534 13.31C197.598 15.158 197.802 16.4297 197.766 17.8958C197.723 19.6669 197.53 19.9338 197.587 26.26C197.601 27.488 197.659 28.9459 197.915 30.653C199.353 41.6382 207.986 41.1163 211.322 41.2352C211.4 41.2342 211.478 41.233 211.555 41.2315C214.346 41.216 219.388 40.7475 223.964 38.7562L225.276 38.1713L225.294 39.63C225.279 41.7226 225.277 43.8121 225.301 45.7438C225.346 49.2953 225.345 54.8054 225.355 60L224.342 58.987C226.372 58.9831 228.354 58.9774 230.152 58.9666L229.118 60C229.105 57.7817 229.084 55.8434 229.049 54.44C228.913 48.9889 229.21 48.9777 229.377 44.5727ZM246.13 22.4024C246.17 21.0453 246.157 19.7584 246.116 18.49L246.108 17.709L246.905 17.7011C250.849 17.5731 254.615 17.1715 259.759 17.2501C265.311 17.3349 267.008 17.6104 271.685 17.6608L270.856 18.49C270.867 17.4404 270.867 16.2406 270.851 14.8135C270.845 14.312 270.841 13.8104 270.838 13.31L271.685 14.1567C264.417 14.1991 257.39 13.9754 254.147 14.1252C250.68 14.2854 250.314 13.8012 245.392 13.9087C243.792 13.9437 242.397 13.9606 241.095 13.9621L241.747 13.31C241.75 16.0144 241.687 18.3181 241.58 21.224C241.423 25.5294 241.289 38.7559 241.482 43.5655C241.675 48.3751 241.34 53.8607 241.26 57.1597C241.236 58.1873 241.202 58.996 241.166 59.6159C241.151 59.8786 241.12 59.9999 241.089 60C241.089 60 241.089 60 241.089 60C241.051 59.9999 241.013 59.8118 241.008 59.4742C240.984 57.8357 240.922 55.3869 240.783 52.494C240.522 47.0999 240.81 46.5105 240.676 39.2266C240.542 31.9427 240.275 27.5666 240.448 18.9962C240.493 16.7469 240.477 14.9523 240.436 13.31L240.442 12.6444L241.095 12.6509C245.71 12.5345 249.122 12.2205 258.045 12.5228C264.643 12.7463 268.021 12.6229 271.685 12.4482L272.555 12.4568L272.547 13.31C272.622 14.8899 272.707 16.5228 272.777 18.49L272.767 19.5933L271.685 19.5826C269.85 19.6486 267.723 19.7022 265.078 19.7243C259.338 19.7722 252.88 19.7027 246.905 19.6204L248.035 18.49C247.955 24.3477 247.862 29.7413 247.855 33.54L246.905 32.5895C247.368 32.5903 247.808 32.5898 248.222 32.5878C254.456 32.5581 262.524 32.4891 271.195 32.5331L272.212 32.5431L272.202 33.54C272.194 34.9777 272.184 36.4321 272.17 37.8973C272.167 38.1699 272.165 38.4441 272.163 38.72L272.153 39.6973L271.195 39.6879C263.814 39.63 255.273 39.738 246.905 39.7347L247.919 38.72C247.918 41.8612 247.901 44.9779 247.854 47.9997C247.82 50.1365 247.785 52.4395 247.749 54.82L246.905 53.9754C255.559 54.1062 265.238 54.2482 271.685 54.3629L272.146 54.3674L272.142 54.82C272.12 56.0371 272.1 57.1389 272.08 58.0969C272.066 58.7753 272.054 59.4069 272.042 60L272.038 60.3605L271.685 60.357C265.785 60.2395 263.697 60.2191 257.201 60.3028C253.092 60.3557 247.43 60.3058 242.649 60.1111C240.242 60.0131 240.787 59.8767 243.21 59.8114C246.752 59.716 249.659 59.7798 251.485 59.6093C255.131 59.2685 256.681 59.1378 261.285 59.3361C265.889 59.5344 268.058 59.0838 270.742 59.1356C271.09 59.1424 271.393 59.1527 271.685 59.1651L270.85 60C270.899 58.8484 270.981 57.8532 271.004 54.82L271.685 55.5012C269.555 55.4851 266.421 55.4979 261.522 55.5715C255.59 55.6605 250.823 55.7207 246.905 55.7644L245.97 55.7736L245.96 54.82C245.904 49.7242 245.875 46.0635 245.847 43.1421C245.836 41.9392 245.839 40.4315 245.851 38.72L245.84 37.6765L246.905 37.666C252.546 37.7035 260.401 37.8244 266.863 37.7606C268.131 37.748 269.597 37.7391 271.195 37.7325L270.207 38.72C270.201 37.1064 270.196 35.3576 270.193 33.54L271.195 34.5415C262.858 34.556 253.074 34.5476 248.261 34.6427C247.776 34.6523 247.326 34.6597 246.905 34.6652L245.791 34.6762L245.78 33.54C245.707 27.9646 245.975 27.5883 246.13 22.4024ZM319.561 21.4351C316.765 17.6801 313.328 15.8098 308.073 14.3655C305.819 13.8041 304.307 13.6554 302.858 13.5544C300.87 13.4742 298.925 13.3863 295.337 14.5382C289.074 16.4897 284.407 21.5293 283.188 24.1284C281.966 26.7136 281.255 26.7794 280.298 30.8249C279.853 33.0994 279.731 34.9115 279.691 36.69C279.667 38.0952 279.706 39.4815 279.894 41.0765C280.085 42.875 280.924 46.5842 282.934 49.8152C284.87 53.0894 287.894 55.6147 289.661 56.6157C293.127 58.7566 297.6 60.2762 300.429 60.5619C301.299 60.6677 301.994 60.7241 302.527 60.7664C302.753 60.784 302.858 60.8146 302.858 60.8456C302.858 60.8457 302.858 60.8457 302.858 60.8457C302.858 60.884 302.694 60.9229 302.402 60.923C300.986 60.9221 298.859 60.8384 296.376 60.3378C291.843 59.1386 291.204 58.8895 286.223 54.9418C281.657 50.5755 279.283 46.833 278.529 39.3072C278.465 38.3553 278.441 37.4949 278.438 36.69C278.769 31.3604 277.959 27.9744 283.811 20.4642C291.314 13.467 293.064 12.3199 302.858 11.3172C303.189 11.3128 303.518 11.3145 303.866 11.324C310.657 11.2152 318.215 15.6398 321.642 21.1697L322.317 22.1486L321.293 22.7039C319.51 23.6583 317.84 24.5538 316.352 25.3601L315.559 25.7902L315.073 25.0564C314.27 23.8405 313.348 22.8944 312.514 22.2003C310.205 20.2577 306.752 18.7099 302.858 18.7352C299.175 18.7248 295.196 19.9626 292.085 22.5974C288.349 25.6362 285.981 31.0963 286.081 36.69C286.081 40.8788 287.351 45.0625 289.715 48.2708C292.315 52.0419 297.575 55.0144 302.858 54.9935C308.313 55.1622 312.875 52.0877 314.816 49.6504C315.097 49.3177 315.348 48.989 315.574 48.6673L315.766 48.3869L316.054 48.5497C318.114 49.7444 319.56 50.5791 320.973 51.3723L321.234 51.5196L321.057 51.7541C319.808 53.3723 318.575 54.9526 316.038 56.9635C313.252 59.2573 308.364 61.01 304.204 60.9174C302.118 60.8722 302.605 60.7593 304.668 60.5893C307.684 60.293 310.092 59.5737 311.445 58.8124C314.095 57.2125 315.117 56.4745 318.016 53.9308C319.059 52.9596 319.768 52.0413 320.324 51.2136L320.535 52.1709C318.965 51.3976 317.759 50.9264 316.494 50.1942C316.108 49.9707 315.802 49.7824 315.486 49.5847L316.557 49.3223C316.051 49.9728 315.515 50.6952 314.105 51.9938C312.677 53.2052 310.31 55.308 305.385 56.2227C304.524 56.3672 303.678 56.4398 302.858 56.4528C291.802 56.2687 287.598 49.26 285.868 45.6785C284.927 43.6789 284.013 40.3834 284.075 36.69C284.072 32.56 285.385 27.944 287.699 24.6083C289.942 20.8368 296.367 16.4679 302.858 16.7045C307.673 16.6512 311.756 18.8943 313.812 20.6062C315.349 21.853 316.202 22.9599 316.806 23.8805L315.333 23.5306C317.124 22.5874 318.106 22.2074 320.382 21.068L320.113 22.2504C319.949 21.9942 319.766 21.7228 319.561 21.4351ZM331.447 14.0853C330.344 14.0508 329.289 14.0551 328.253 14.0826L329.026 13.31C329.131 17.2677 329.575 20.9615 329.493 26.0964C329.389 32.5756 328.999 33.546 329.087 40.9664C329.175 48.3864 328.908 55.8106 329.068 59.1146C329.084 59.4353 329.093 59.7283 329.098 60L328.253 59.1552C330.41 59.1192 331.233 59.3948 334.063 59.4158L333.479 60C333.482 59.515 333.478 58.971 333.464 58.3513C333.357 53.6599 333.42 50.8165 333.577 46.7134C333.601 46.0917 333.624 45.2747 333.646 44.32L333.645 44.1669L333.75 44.0444C335.075 42.6095 336.775 40.7383 338.519 38.7934L338.753 38.5216L338.992 38.7986C341.89 42.2952 344.99 45.9562 346.661 47.7766C349.764 51.1561 352.878 55.369 354.844 57.8239C355.457 58.5886 355.928 59.1996 356.282 59.6741C356.432 59.8751 356.482 59.9837 356.459 60.0036C356.459 60.0036 356.459 60.0037 356.459 60.0037C356.429 60.0284 356.285 59.9157 356.074 59.6729C355.049 58.4944 353.497 56.7504 351.612 54.7326C348.099 50.9703 347.957 50.3555 343.379 45.1348C341.485 42.975 339.88 41.1926 338.285 39.3948L339.212 39.405C337.779 41.1162 336.331 42.8205 334.59 44.7844L334.765 44.32C334.762 45.6996 334.745 47.1866 334.71 48.8367C334.608 53.6565 334.818 56.2855 334.923 60L334.914 60.8687L334.063 60.8598C332.429 60.9061 330.585 60.932 328.253 60.9022L327.342 60.8927L327.351 60C327.368 58.6485 327.404 57.133 327.466 55.3991C327.876 43.8694 327.119 42.6558 327.019 31.166C326.969 25.5228 327.045 19.1525 327.13 13.31L327.142 12.1758L328.253 12.1874C330.27 12.2169 332.224 12.2476 334.063 12.2748L335.109 12.2857L335.098 13.31C335.044 16.9912 335.003 20.2137 335.015 22.5639C335.036 26.7865 335.077 31.8924 335.083 37.46L333.287 36.7968C335.601 34.085 338.049 31.2385 340.569 28.3508C344.679 23.642 349.287 18.1316 353.945 12.6533L354.258 12.2949L354.713 12.2996C357.151 12.2928 359.589 12.2929 361.993 12.3076L364.213 12.324L362.747 13.9709C361.654 15.2013 360.568 16.4148 359.492 17.601C354.474 23.1377 348.033 30.2621 342.949 35.8651L342.952 35.1383C345.135 37.7562 347.05 40.0585 348.451 41.7539C352.962 47.2118 354.063 48.5404 358.584 53.639C360.142 55.3962 362.02 57.58 363.883 59.8184L364.278 60.2826L363.673 60.278C361.728 60.2438 359.769 60.1891 357.944 60.1111C355.65 60.0131 356.17 59.8767 358.479 59.8114C360.443 59.7559 362.202 59.7543 363.673 59.729L363.468 60.177C362.764 59.3886 362.148 58.7211 361.618 58.2169C359.09 55.808 358.026 54.7749 355.309 51.3232C352.593 47.8716 350.901 46.6007 349.269 44.6303C347.837 42.9003 347.838 42.5799 342.006 35.9548L341.61 35.5059L342.009 35.0409C342.809 34.1102 343.715 33.0509 344.742 31.8408C353.164 21.9274 357.826 16.5325 361.036 12.7971C361.088 12.7361 361.142 12.6741 361.196 12.6112L361.993 14.3699C360.137 14.3845 357.588 14.3634 354.713 14.335L355.492 13.9761C352.274 17.6655 348.425 22.0602 345.232 25.8743C342.647 28.962 338.675 33.6095 334.832 38.1172L333.068 40.2045L333.052 37.46C333.043 31.5757 333.028 25.8787 332.96 22.6006C332.851 17.3194 333.021 16.2696 333.178 13.31L334.063 14.1945C333.336 14.1559 332.494 14.118 331.447 14.0853ZM408.159 43.3533C408.325 37.0377 407.59 32.066 407.694 24.3682C407.764 19.1498 407.966 16.9392 408.062 13.31L408.934 14.1824C407.346 14.1406 405.486 14.1193 402.984 14.1382L403.659 13.7906C403.535 13.9663 403.41 14.1461 403.281 14.3301C398.238 21.5607 392.903 28.5898 390.755 31.8797C388.608 35.1694 387.974 35.2258 384.827 39.8279C381.68 44.4298 379.669 47.1445 376.712 51.0233C376.642 51.116 376.568 51.2134 376.49 51.3153L375.636 52.5254L375.63 51.04C375.782 45.8212 375.905 31.4248 375.717 26.109C375.563 21.7843 375.743 16.9769 375.864 13.31L376.104 13.5504C375.153 13.5191 374.279 13.4919 373.51 13.4755C372.347 13.4507 371.431 13.4168 370.729 13.3815C370.431 13.3666 370.294 13.3353 370.294 13.3044C370.294 13.3043 370.294 13.3043 370.294 13.3043C370.294 13.2658 370.507 13.228 370.889 13.2231C372.212 13.2063 374 13.1699 376.104 13.0998L376.316 13.1017L376.314 13.31C376.342 14.1583 376.376 15.058 376.416 15.9991C376.676 22.1069 376.389 22.7744 376.523 31.022C376.642 38.4098 376.869 43.1559 376.791 51.04L375.544 50.6413C376.084 49.8994 376.652 49.1252 377.254 48.3118C383.025 40.5086 383.729 38.2736 392.012 27.3547C397.364 20.298 399.349 17.1283 402.2 12.7517L402.497 12.3436L402.984 12.3479C404.721 12.2755 406.624 12.2036 408.934 12.1504L410.104 12.1606L410.094 13.31C410.128 14.7974 410.154 16.4541 410.168 18.3451C410.269 31.9958 409.852 49.2272 409.886 57.456C409.89 58.2766 409.894 59.1254 409.898 60L409.889 60.9722L408.934 60.9639C407.104 60.9728 405.161 60.9831 403.124 60.9924L402.123 60.9836L402.132 60C402.101 53.25 402.08 45.4756 402.149 37.4078C402.191 32.5061 402.171 27.1215 402.146 21.57L403.922 22.1352C399.52 28.405 394.941 34.9388 390.54 40.971C386.289 46.798 381.06 53.9805 376.406 60.3625L376.213 60.6299L375.894 60.6271C373.955 60.6006 372.075 60.5745 370.294 60.5491L369.74 60.5443L369.745 60C369.801 56.084 369.853 52.6454 369.899 50.1024C370.049 41.6923 370.083 39.6424 369.991 31.5473C369.938 26.8941 369.988 20.4839 370.183 15.0694C370.281 12.3445 370.417 12.962 370.483 15.7047C370.578 19.7155 370.514 23.0079 370.685 25.0745C371.025 29.2039 371.156 30.959 370.958 36.1721C370.76 41.385 371.21 43.8413 371.158 46.8801C371.113 49.5206 370.907 49.8291 370.988 60L370.294 59.3064C371.829 59.2942 373.588 59.2754 375.615 59.2485C375.708 59.2473 375.801 59.2461 375.894 59.2448L375.278 59.5634C383.944 46.9836 388.76 40.0967 392.083 35.3229C394.322 32.1064 398.314 26.6326 402.342 21.016L404.07 18.5562L404.082 21.57C404.063 24.979 404.056 28.4215 404.083 31.5713C404.145 38.5659 404.12 50.8596 404.156 60L403.124 58.968C405.271 58.9595 407.244 58.9476 408.934 58.9305L407.864 60C407.855 59.0757 407.844 58.2363 407.831 57.4996C407.695 49.6847 407.992 49.6686 408.159 43.3533ZM435.7 6.18429C434.578 5.62328 433.296 5.81842 432.05 4.72509C430.965 3.68864 431.003 3.22385 430.113 2.10756L431.293 2.25745C431.208 2.32877 431.119 2.40657 431.025 2.49186C430.034 3.389 428.898 4.10852 428.247 4.66288L428.378 3.61325C428.499 3.7684 428.615 3.89228 428.725 3.97906C429.29 4.40869 428.966 4.79648 429.761 5.43305C430.564 6.04472 430.993 6.45617 431.641 7.08125C432.246 7.75979 434.759 9.03242 435.802 9.01301C436.803 9.07071 437.875 9.52904 438.576 9.63216C438.792 9.66581 438.961 9.70216 439.093 9.73824C439.149 9.7535 439.174 9.78472 439.175 9.81563C439.175 9.81565 439.175 9.81567 439.175 9.81569C439.175 9.85415 439.134 9.8921 439.062 9.89643C438.711 9.91733 438.185 9.96339 437.545 10.033C436.342 10.132 436.252 9.85593 434.693 9.53519C433.15 9.15405 432.092 8.97215 430.608 7.74647C429.274 6.52587 428.392 6.69464 427.098 4.56665L426.631 3.87539L427.24 3.42532C427.323 3.37432 427.41 3.32258 427.5 3.27007C429.071 2.35928 429.419 1.71532 430.136 0.83503L431.026 0.176262L431.589 1.0196C431.935 1.31672 432.324 1.65872 432.838 2.12336C434.453 3.72306 437.139 5.02301 438.598 4.99094C438.781 4.99723 438.974 4.99786 439.175 4.99205C440.508 4.95973 442.126 4.60548 443.662 3.82951C444.792 3.27293 445.863 2.23404 446.681 1.03493L447.374 0.149731L448.142 0.836594C448.868 1.41178 449.581 2.00252 450.229 2.6138C450.492 2.86234 450.772 3.12576 451.062 3.39779L451.702 3.97053L451.216 4.57897C449.708 6.47215 447.308 8.03023 446.013 8.52555C444.492 9.12207 444.123 9.21634 442.644 9.70654C441.79 9.97457 440.539 10.0975 439.508 9.91747C438.99 9.82524 439.114 9.69119 439.619 9.61481C440.359 9.49764 440.971 9.4848 441.32 9.2594C442.013 8.79994 442.266 8.62132 443.216 8.54782C444.177 8.45148 444.414 7.84607 444.913 7.67058C445.382 7.4451 445.651 7.85897 447.707 5.99932C448.67 5.05128 449.283 4.20303 449.737 3.50607L449.908 4.81479C449.161 4.26665 448.611 3.85188 448.16 3.51726C447.819 3.26453 447.368 2.86764 446.858 2.41413L448.339 2.21307C447.617 3.1612 446.581 4.12826 445.626 4.86689C444.319 6.04801 441.054 7.06736 439.175 7.02177C438.915 7.03274 438.683 7.0377 438.486 7.04282C436.852 7.03259 436.872 6.69998 435.7 6.18429ZM457.719 43.3533C457.885 37.0377 457.151 32.066 457.255 24.3682C457.325 19.1498 457.527 16.9392 457.622 13.31L458.495 14.1824C456.906 14.1406 455.047 14.1193 452.545 14.1382L453.219 13.7906C453.096 13.9663 452.97 14.1461 452.842 14.3301C447.798 21.5607 442.463 28.5898 440.316 31.8797C438.169 35.1694 437.534 35.2258 434.387 39.8279C431.241 44.4298 429.229 47.1445 426.273 51.0233C426.202 51.116 426.128 51.2134 426.051 51.3153L425.196 52.5254L425.19 51.04C425.342 45.8212 425.466 31.4248 425.277 26.109C425.124 21.7843 425.304 16.9769 425.424 13.31L425.665 13.5504C424.714 13.5191 423.84 13.4919 423.071 13.4755C421.907 13.4507 420.991 13.4168 420.289 13.3815C419.992 13.3666 419.855 13.3353 419.855 13.3044C419.855 13.3043 419.855 13.3043 419.855 13.3043C419.855 13.2658 420.068 13.228 420.45 13.2231C421.772 13.2063 423.56 13.1699 425.665 13.0998L425.877 13.1017L425.875 13.31C425.903 14.1583 425.937 15.058 425.977 15.9991C426.237 22.1069 425.949 22.7744 426.083 31.022C426.203 38.4098 426.43 43.1559 426.352 51.04L425.105 50.6413C425.645 49.8994 426.213 49.1252 426.814 48.3118C432.586 40.5086 433.29 38.2736 441.572 27.3547C446.925 20.298 448.91 17.1283 451.761 12.7517L452.057 12.3436L452.545 12.3479C454.282 12.2755 456.184 12.2036 458.495 12.1504L459.664 12.1606L459.654 13.31C459.688 14.7974 459.715 16.4541 459.729 18.3451C459.829 31.9958 459.412 49.2272 459.447 57.456C459.45 58.2766 459.454 59.1254 459.458 60L459.45 60.9722L458.495 60.9639C456.665 60.9728 454.721 60.9831 452.685 60.9924L451.684 60.9836L451.692 60C451.661 53.25 451.64 45.4756 451.709 37.4078C451.751 32.5061 451.731 27.1215 451.707 21.57L453.482 22.1352C449.081 28.405 444.502 34.9388 440.101 40.971C435.85 46.798 430.62 53.9805 425.966 60.3625L425.773 60.6299L425.455 60.6271C423.515 60.6006 421.636 60.5745 419.855 60.5491L419.301 60.5443L419.305 60C419.361 56.084 419.414 52.6454 419.459 50.1024C419.61 41.6923 419.644 39.6424 419.552 31.5473C419.499 26.8941 419.549 20.4839 419.743 15.0694C419.841 12.3445 419.978 12.962 420.043 15.7047C420.139 19.7155 420.075 23.0079 420.245 25.0745C420.586 29.2039 420.717 30.959 420.518 36.1721C420.32 41.385 420.771 43.8413 420.719 46.8801C420.674 49.5206 420.467 49.8291 420.548 60L419.855 59.3064C421.389 59.2942 423.149 59.2754 425.175 59.2485C425.268 59.2473 425.362 59.2461 425.455 59.2448L424.838 59.5634C433.505 46.9836 438.321 40.0967 441.643 35.3229C443.882 32.1064 447.874 26.6326 451.903 21.016L453.631 18.5562L453.643 21.57C453.623 24.979 453.616 28.4215 453.644 31.5713C453.705 38.5659 453.68 50.8596 453.717 60L452.685 58.968C454.832 58.9595 456.805 58.9476 458.495 58.9305L457.425 60C457.416 59.0757 457.405 58.2363 457.392 57.4996C457.255 49.6847 457.553 49.6686 457.719 43.3533Z' fill='%23171717'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#first_screen .cta h1 .speed {
  display: flex;
  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 .discount-block {
  height: 139px;
  background: #FBED22 url(../img/bg-price-dots.png) center bottom no-repeat;
  background-size: cover;
  border-radius: 20px;
  box-shadow: 3px 2px 8px 0 rgba(24, 62, 98, 0.18), 10px 9px 14px 0 rgba(24, 62, 98, 0.15), 23px 21px 19px 0 rgba(24, 62, 98, 0.09), 41px 38px 22px 0 rgba(24, 62, 98, 0.03), 64px 59px 24px 0 rgba(24, 62, 98, 0);
  color: #FFF;
  align-items: center;
  justify-content: center;
  padding: 0 20px 15px 15px;
  margin-bottom: 38px;
  position: relative;
}
#first_screen .cta .discount-block .new_price {
  font-family: "Proxima Nova", sans-serif;
  font-weight: 700;
  margin-top: -18px;
  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 .right-part {
  position: relative;
  margin-top: 7px;
}
#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 .value {
  font-weight: 600;
  font-size: 34px;
  line-height: 100%;
  -webkit-text-stroke: 1px #1E1E1E;
}
#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: #FFF;
  position: absolute;
  bottom: -50px;
  right: -115px;
  z-index: 1;
}
#first_screen .cta .discount-block .old_price:before {
  content: "";
  display: block;
  width: 105%;
  height: 2px;
  background-color: #FFF;
  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: -29px;
}
#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: #FFF;
  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;
}
#first_screen .cta img.img-akciya-1920 {
  display: block;
  width: 563px;
  right: 252px;
  bottom: -88px;
}
#first_screen .cta img.img-akciya-1024 {
  width: 467px;
  right: 173px;
  bottom: -20px;
}
#first_screen .cta img.img-akciya-768 {
  width: 467px;
  right: -108px;
  top: 155px;
  bottom: auto;
}
#first_screen .cta img.img-akciya-480 {
  width: 372px;
  right: -115px;
  top: 182px;
}
#first_screen .cta img.img-akciya-375 {
  width: 351px;
  right: -135px;
  top: 176px;
}
#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: #427ABE;
  border-color: #427ABE;
}
#first_screen .cta .form-block form .custom_checkbox .text a {
  color: #427ABE;
}
#first_screen .cta .form-block form .button {
  background: #F04F75;
  border-radius: 30px;
  color: #FFF;
  width: 100%;
  height: 56px;
  transition: all 0.2s;
}
#first_screen .cta .form-block form .button:hover {
  background: #427ABE;
  transition: all 0.2s;
}
#first_screen .cta .or_call, #first_screen .cta .phone-holder {
  display: flex;
}
@media (max-width: 1279px) {
  #first_screen {
    background-image: url(../img/bg-first-screen-march2026-1024-inet.jpg);
  }
  #first_screen .cta .container {
    min-height: 870px;
    padding-top: 180px;
    padding-bottom: 105px;
  }
  #first_screen .cta .title-block {
    max-width: 600px;
  }
  #first_screen .cta img.img-akciya-1920 {
    display: none;
  }
  #first_screen .cta img.img-akciya-1024 {
    display: block;
  }
}
@media (max-width: 1023px) {
  #first_screen {
    background-image: url(../img/bg-first-screen-march2026-768-inet.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: 62px;
  }
  #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-first-screen-march2026-480-inet.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: 60px;
  }
  #first_screen .cta h1 {
    font-size: 80px;
  }
  #first_screen .cta h1.lv .title-svg {
    width: 453px;
    height: 160px;
    background-image: url("data:image/svg+xml,%3Csvg width='453' height='160' viewBox='0 0 453 160' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.488 139H5.04V82.972H19.488V139ZM81.6473 139H67.7033L44.0153 106.576V139H29.5673V82.972H44.4353L67.1153 113.8V82.972H81.6473V139ZM118.711 139H104.263V95.572H88.555V82.972H134.335V95.572H118.711V139ZM182.288 139H141.212V82.972H182.288V95.572H155.66V104.308H181.7V116.908H155.66V126.4H182.288V139ZM238.473 139H221.925L212.517 120.184H205.125V139H190.677V82.972H218.733C231.165 82.972 238.221 91.204 238.221 101.62C238.221 111.364 232.257 116.572 227.049 118.42L238.473 139ZM216.549 107.584C220.329 107.584 223.521 105.484 223.521 101.536C223.521 97.756 220.329 95.572 216.549 95.572H205.125V107.584H216.549ZM298.292 139H284.348L260.66 106.576V139H246.212V82.972H261.08L283.76 113.8V82.972H298.292V139ZM349.468 139H308.392V82.972H349.468V95.572H322.84V104.308H348.88V116.908H322.84V126.4H349.468V139ZM384.82 139H370.372V95.572H354.664V82.972H400.444V95.572H384.82V139ZM427.497 140.008C416.157 140.008 408.261 136.48 402.633 131.104L410.277 120.268C414.309 124.3 420.525 127.66 428.169 127.66C433.125 127.66 436.149 125.728 436.149 123.04C436.149 115.396 404.397 121.528 404.397 99.94C404.397 90.532 412.377 82.132 426.741 82.132C435.729 82.132 443.541 84.82 449.505 89.944L441.609 100.276C436.905 96.412 430.773 94.48 425.229 94.48C421.029 94.48 419.181 96.16 419.181 98.512C419.181 105.652 450.849 100.444 450.849 121.276C450.849 132.532 442.533 140.008 427.497 140.008Z' fill='white'/%3E%3Cpath d='M13.517 81.7316C15.6035 81.9099 17.3922 81.4399 19.488 81.1611L21.246 81.1113L21.2988 82.972C21.4358 84.0011 21.5266 85.1043 21.4718 86.3531C21.3057 90.1451 20.6821 90.713 20.8224 95.0558C20.9627 99.3983 20.5362 103.743 20.7924 105.677C21.0487 107.61 20.2739 107.815 20.446 110.56C20.618 113.306 20.5169 114.97 20.265 117.371C20.0132 119.773 19.7982 127.15 20.1076 129.833C20.4169 132.516 19.8802 135.576 19.7528 137.416C19.7132 137.989 19.6589 138.44 19.6024 138.786C19.5785 138.932 19.5284 139 19.479 139C19.479 139 19.4789 139 19.4789 139C19.4173 139 19.3568 138.895 19.349 138.707C19.3113 137.793 19.2117 136.427 18.9884 134.813C18.5722 131.805 19.0322 131.476 18.8183 127.413C18.6044 123.35 18.1768 120.909 18.4533 116.129C18.7298 111.348 17.5727 110.25 18.2284 103.503C18.8841 96.7547 17.674 96.0445 17.5131 89.3202C17.4649 87.3068 17.491 85.1353 17.5498 82.972L19.488 84.9102C14.4263 84.7728 9.40976 84.4567 6.56988 84.4955C6.07962 84.5022 5.56902 84.5101 5.04 84.5186L6.58665 82.972C6.64855 86.817 6.7405 91.635 6.60011 96.6864C6.44041 102.433 6.84355 109.527 6.55861 115.87C6.27367 122.213 5.91378 131.181 5.67262 135.324C5.58174 136.885 5.51738 138.002 5.48035 139L5.04 138.56C6.69081 138.621 8.01937 138.607 10.5042 138.516C12.7964 138.431 15.9541 138.511 18.6213 138.822C19.9636 138.979 19.6594 139.197 18.3084 139.302C16.3326 139.454 14.7108 139.352 13.6927 139.625C11.6586 140.17 10.794 140.38 8.22596 140.062C6.86367 139.894 5.88355 140.018 5.04 140.159L3.91493 140.191L3.88114 139C3.7563 138.253 3.61803 137.614 3.657 136.911C3.74003 135.414 4.16535 135.439 3.83766 127.827C3.50996 120.216 3.42634 116.043 3.34767 113.16C3.269 110.278 3.63813 104.259 3.5049 99.5615C3.38672 95.3946 3.46944 87.41 3.33742 82.972L3.29052 81.3191L5.04 81.2694C5.60544 81.2526 6.11331 81.2323 6.54837 81.2076C10.3981 80.9895 10.406 81.4656 13.517 81.7316ZM46.9942 84.3569C50.8547 90.0532 55.0093 93.7166 59.842 100.566C63.8494 106.246 64.6998 108.165 68.1812 113.016L65.7921 113.8C65.8066 112.571 65.8049 111.175 65.7809 109.536C65.6407 99.9382 66.0671 90.335 65.811 86.0614C65.7335 84.769 65.7503 83.8263 65.8066 82.972L65.7901 81.6803L67.1153 81.6633C69.0859 81.7934 70.5856 82.1341 74.819 82.014C77.4312 81.94 79.6004 81.9165 81.6473 81.9339L82.6719 81.9208L82.6854 82.972C82.6624 85.6803 82.5678 88.1745 82.4244 91.1972C82.1726 96.5048 81.9576 112.81 82.2669 118.74C82.5763 124.669 82.0395 131.431 81.9122 135.498C81.8725 136.765 81.8183 137.762 81.7618 138.527C81.7379 138.85 81.6878 139 81.6383 139C81.6383 139 81.6383 139 81.6382 139C81.5767 139 81.5162 138.768 81.5084 138.352C81.4706 136.332 81.371 133.313 81.1478 129.747C80.7315 123.097 81.1915 122.37 80.9776 113.391C80.7637 104.411 80.3361 99.0162 80.6126 88.4508C80.6674 86.3588 80.6659 84.5859 80.6335 82.972L81.6473 83.9859C76.8118 84.0831 73.4033 84.4587 67.1153 84.4348L68.5781 82.972C68.5697 85.1847 68.5118 87.7539 68.3749 90.8673C67.8688 102.379 68.4743 105.94 68.8509 113.8L68.8184 119.098L65.7174 114.828C64.2509 113.023 62.5781 110.903 60.5392 108.194C54.7934 100.558 48.3686 91.422 43.0901 83.9617L44.4353 84.6421C39.3607 84.5481 34.9121 84.4757 31.7131 84.4955C31.0161 84.4998 30.3004 84.5046 29.5673 84.5098L31.1051 82.972C31.1663 91.6617 31.2747 102.806 31.1275 114.519C31.0338 121.967 31.1337 130.439 31.1749 139L29.5673 137.392C34.4113 137.369 39.2838 137.365 44.0153 137.425L42.44 139C42.4547 137.834 42.4734 136.677 42.4967 135.531C42.6741 126.803 42.8806 115.828 43.0693 106.576L43.087 103.672L44.7792 106.018C47.996 110.615 50.8441 114.696 52.8096 117.541C58.0163 125.077 59.289 126.911 64.6071 133.941C65.6801 135.359 66.8756 136.979 68.1151 138.699L67.7033 138.49C71.6232 138.515 75.9058 138.62 79.7318 138.822C82.6985 138.979 82.0263 139.197 79.0401 139.302C74.6734 139.454 71.0889 139.352 68.8389 139.625C68.4417 139.673 68.0646 139.719 67.7033 139.762L67.3263 139.767L67.0883 139.449C64.5329 136.7 63.2067 135.136 60.3879 130.787C57.2961 126.017 55.1362 124.283 53.2515 121.563C51.4663 118.986 51.709 118.664 43.0815 107.258L45.1719 106.576C45.1852 107.373 45.2004 108.215 45.2177 109.103C45.5046 123.833 45.6044 132.736 45.6776 139L45.6987 140.641L44.0153 140.662C43.1255 140.673 42.2888 140.683 41.4963 140.692C38.6265 140.728 34.3499 140.672 29.5673 140.613L27.9754 140.633L27.9545 139C28.027 133.166 28.1055 126.579 28.0322 120.873C27.9089 111.263 28.0044 92.4633 27.8463 82.972L27.8245 81.2733L29.5673 81.2509C30.33 81.2382 31.0326 81.2239 31.6655 81.2076C38.9257 81.0215 40.0036 81.3409 44.4353 81.6038L45.1097 81.5951L45.5374 82.1612C45.9526 82.8018 46.4278 83.5212 46.9942 84.3569ZM116.425 81.7316C120.919 81.9975 124.457 80.822 129.935 80.9882C131.813 81.0451 133.144 81.1559 134.335 81.2713L136.002 81.2385L136.036 82.972C135.815 85.2535 135.577 87.0213 135.669 91.1432C135.703 92.6349 135.704 94.1268 135.69 95.572L135.716 96.9L134.335 96.9271C129.703 96.8825 125.55 96.6811 123.421 96.8764C121.312 97.0699 120.627 96.6756 118.711 96.5449L119.684 95.572C119.641 96.1937 119.627 96.945 119.669 97.9167C119.841 101.883 119.74 104.287 119.488 107.756C119.236 111.225 119.021 121.882 119.331 125.758C119.64 129.633 119.103 134.053 118.976 136.711C118.936 137.539 118.882 138.191 118.825 138.691C118.802 138.902 118.751 139 118.702 139C118.702 139 118.702 139 118.702 139C118.64 139 118.58 138.848 118.572 138.576C118.534 137.256 118.435 135.283 118.211 132.952C117.795 128.606 118.255 128.131 118.041 122.262C117.827 116.393 117.4 112.866 117.676 105.961C117.855 101.487 117.433 99.246 117.291 95.572L117.32 94.125L118.711 94.1523C120.708 94.0754 123.129 94.0815 126.562 94.3124C129.972 94.5418 132.314 94.5429 134.335 94.4404L133.203 95.572C133.014 91.8393 132.471 89.2055 132.362 82.972L134.335 84.945C134.297 84.9456 134.259 84.9463 134.221 84.9469C124.507 85.1078 112.245 84.4401 106.389 84.4955C101.529 84.5414 95.2843 84.6464 88.555 84.5894L90.1724 82.972C90.1608 84.3501 90.1423 85.7485 90.1151 87.1595C90.0644 89.7993 90.0705 92.636 90.0933 95.572L88.555 94.0337C93.6614 93.994 99.0683 93.9038 104.263 93.9748L105.891 94.0068L105.86 95.572C105.844 96.7829 105.818 97.9822 105.782 99.1635C105.497 108.327 105.137 121.281 104.896 127.266C104.676 132.707 104.612 134.407 104.712 139L104.263 138.551C104.722 138.541 105.21 138.529 105.733 138.516C109.044 138.431 113.606 138.511 117.459 138.822C119.398 138.979 118.959 139.197 117.007 139.302C114.153 139.454 111.81 139.352 110.339 139.625C107.941 140.07 106.668 140.291 104.263 140.185L103.102 140.208L103.078 139C103.102 138.459 103.143 137.861 103.201 137.179C103.518 133.47 102.797 131.722 102.88 129.559C102.963 127.397 103.388 127.432 103.061 116.437C102.741 105.722 102.654 99.7244 102.577 95.572L104.263 97.2583C104.154 97.2603 104.047 97.2623 103.941 97.2643C100.611 97.3272 94.3857 97.1039 88.555 97.0799L87.0773 97.1089L87.0471 95.572C87.0532 94.1102 87.0466 92.6731 87.0199 91.3128C86.9765 89.1012 86.9602 86.145 86.9504 82.972L86.9195 81.3995L88.555 81.3674C95.1182 81.3471 102.609 81.3547 106.358 81.2076C111.919 80.9895 111.931 81.4656 116.425 81.7316ZM165.281 96.8124C161.896 96.6762 158.879 96.918 155.66 97.164L157.252 95.572C157.456 98.2368 157.662 101.041 157.66 104.308L155.66 102.308C156.155 102.308 156.66 102.313 157.177 102.324C165.236 102.49 166.443 103.114 175.672 102.974C177.699 102.943 179.727 102.939 181.7 102.95L183.04 102.932L183.058 104.308C183.032 109.081 182.924 113.538 182.921 116.908L182.937 118.112L181.7 118.129C180.12 118.127 178.779 118.149 177.756 118.212C173.647 118.469 173.214 117.694 167.378 117.866C162.648 118.005 159.428 117.965 155.66 117.811L156.563 116.908C156.527 117.788 156.485 118.698 156.437 119.664C156.363 121.167 156.292 123.587 156.236 126.4L155.66 125.823C162.397 125.956 171.385 125.999 175.407 125.78C177.645 125.659 180.008 125.668 182.288 125.731L182.947 125.723L182.957 126.4C182.858 129.927 182.63 133.258 182.553 135.633C182.513 136.851 182.459 137.81 182.402 138.545C182.378 138.856 182.328 139 182.279 139C182.279 139 182.279 139 182.279 139C182.217 139 182.157 138.777 182.149 138.377C182.111 136.435 182.012 133.532 181.788 130.103C181.692 128.618 181.642 127.441 181.621 126.4L182.288 127.067C178.844 127.139 176.893 126.905 170.264 127.07C164.717 127.207 160.593 127.433 155.66 127.503L154.542 127.488L154.557 126.4C154.517 123.654 154.526 120.656 154.625 117.023C154.626 116.985 154.627 116.946 154.628 116.908L154.642 115.863L155.66 115.876C165.56 116.137 168.013 115.032 181.7 115.618L180.41 116.908C180.42 116.685 180.43 116.459 180.44 116.231C180.682 110.938 180.67 107.393 180.55 104.308L181.7 105.457C176.427 105.662 172.499 106.181 163.483 106.283C160.967 106.311 158.336 106.314 155.66 106.299L153.642 106.272L153.669 104.308C153.684 101.417 153.72 98.4753 153.765 95.572L153.791 93.6525L155.66 93.6774C165.338 93.8282 174.585 94.0836 180.045 94.0485C180.772 94.0438 181.52 94.0386 182.288 94.0329L180.749 95.572C180.721 91.793 180.684 87.5378 180.665 82.972L182.288 84.5944C176.79 84.6166 170.843 84.612 164.735 84.5321C157.578 84.4385 149.438 84.5382 141.212 84.5795L142.819 82.972C142.848 88.7828 142.848 94.6366 142.73 100.217C142.471 112.507 142.149 129.435 141.911 139L141.212 138.301C142.138 138.324 142.994 138.346 143.771 138.367C152.576 138.609 154.721 138.663 163.196 138.516C168.067 138.431 174.778 138.511 180.446 138.822C183.299 138.979 182.652 139.197 179.781 139.302C175.582 139.454 172.136 139.352 169.972 139.625C165.649 140.17 163.812 140.38 158.354 140.062C152.897 139.745 150.326 140.466 147.145 140.383C145.324 140.335 144.562 140.176 141.212 140.109L140.117 140.124L140.102 139C140.152 136.496 140.15 132.546 140.01 125.628C139.682 109.452 139.598 100.585 139.52 94.4589C139.484 91.6961 139.54 87.5774 139.599 82.972L139.578 81.3811L141.212 81.3593C146.817 81.4318 153.144 81.51 158.625 81.4369C164.475 81.3588 173.868 81.3684 182.288 81.3459L183.892 81.3244L183.914 82.972C183.927 87.7642 183.95 92.2416 184.006 95.572L184.029 97.2668L182.288 97.29C181.485 97.3035 180.748 97.3188 180.09 97.3363C171.909 97.5545 171.892 97.0784 165.281 96.8124ZM189.436 84.0477C189.455 83.6842 189.466 83.326 189.472 82.972L189.452 81.7876L190.677 81.767C195.433 81.8411 199.424 80.8335 205.378 80.9882C211.367 81.1437 212.589 81.7002 218.733 81.6554C219.178 81.6525 219.634 81.6562 220.126 81.6712C228.113 81.5718 234.629 87.4406 236.38 90.3599C238.337 93.2907 237.978 93.9443 238.987 98.6366C239.165 99.7042 239.242 100.69 239.254 101.62C239.266 104.834 238.703 107.416 237.14 110.321C236.05 112.62 232.185 117.275 227.205 118.861L227.458 118.193C229.029 121.046 230.534 123.673 231.509 125.178C233.976 128.985 236.012 133.759 237.407 136.535C237.842 137.399 238.164 138.091 238.397 138.628C238.496 138.856 238.508 138.98 238.465 139.004C238.465 139.004 238.465 139.004 238.465 139.004C238.411 139.034 238.272 138.909 238.111 138.635C237.33 137.305 236.124 135.339 234.608 133.067C231.781 128.831 231.914 128.123 228.4 122.234C227.668 121.007 226.985 119.887 226.329 118.819L225.865 117.95L226.773 117.644C230.844 115.809 233.976 113.259 236.244 107.714C237.116 105.353 237.2 103.405 237.108 101.62C236.677 98.0979 236.513 94.6068 232.091 89.124C226.868 83.9778 223.038 84.4341 218.733 84.5726C216.534 84.7408 213.964 84.8961 210.383 84.9469C204.135 85.0355 196.983 84.8728 190.677 84.7179L192.423 82.972C192.296 88.1148 192.175 92.6958 192.2 95.7674C192.256 102.606 192.397 111.79 192.237 121.484C192.149 126.83 192.232 132.866 192.276 139L190.677 137.4C195.529 137.365 200.443 137.354 205.125 137.471L203.596 139C203.599 138.867 203.603 138.734 203.606 138.601C203.753 133.067 203.921 126.348 204.082 120.184L204.099 119.124L205.125 119.141C207.732 119.209 210.239 119.276 212.517 119.339L213.053 119.348L213.272 119.806C214.434 122.3 215.449 124.491 216.217 126.171C218.916 132.067 219.725 133.827 222.332 138.796L221.925 138.545C222.365 138.536 222.828 138.526 223.317 138.516C227.184 138.431 232.511 138.511 237.011 138.822C239.275 138.979 238.762 139.197 236.483 139.302C233.15 139.454 230.414 139.352 228.696 139.625C226.005 140.053 224.527 140.274 221.925 140.196L221.206 140.208L220.855 139.535C220.554 138.885 220.235 138.149 219.879 137.283C218.225 133.266 216.667 131.763 215.612 129.467C214.741 127.573 214.861 127.137 211.539 120.673L212.517 121.278C210.977 121.295 209.125 121.329 206.88 121.386C206.282 121.402 205.697 121.416 205.125 121.431L206.371 120.184C206.585 128.803 206.685 134.66 206.752 139L206.779 140.6L205.125 140.628C203.555 140.652 202.184 140.672 200.953 140.692C198.53 140.732 194.795 140.66 190.677 140.594L189.11 140.62L189.083 139C189.149 134.851 189.208 130.312 189.142 126.335C189.008 118.41 189.13 102.298 188.912 95.8037C188.694 89.3093 189.17 89.2959 189.436 84.0477ZM206.106 96.8124C205.765 96.7382 205.443 96.7762 205.125 96.866L206.419 95.572C206.651 96.3949 207.228 97.1967 207.109 98.2735C206.942 99.767 206.319 99.9906 206.459 101.701C206.599 103.411 206.173 105.123 206.429 105.884C206.667 106.589 206.019 106.71 206.059 107.584L205.125 106.649C205.194 106.646 205.268 106.639 205.348 106.626C206.429 106.454 207.085 106.555 208.03 106.807C208.976 107.059 211.882 107.274 212.938 106.964C213.995 106.655 215.2 107.192 215.925 107.319C216.151 107.359 216.328 107.413 216.464 107.47C216.522 107.493 216.549 107.544 216.549 107.593C216.549 107.593 216.549 107.593 216.549 107.593C216.549 107.655 216.507 107.715 216.433 107.723C216.073 107.761 215.535 107.86 214.9 108.084C213.715 108.5 213.585 108.04 211.985 108.254C210.385 108.468 209.424 108.895 207.541 108.619C206.499 108.466 205.901 108.752 205.125 108.927L203.693 108.823L203.782 107.584C203.641 106.957 203.572 106.214 203.865 105.028C204.521 102.37 203.311 102.09 203.15 99.4421C203.076 98.22 203.178 96.85 203.304 95.572L203.444 93.6301L205.125 93.7512C206.616 93.8984 207.983 94.0783 208.842 94.0485C210.439 93.9931 212.583 93.8522 214.846 94.0119C215.387 94.0501 215.958 94.0561 216.549 94.047C218.675 93.9927 221.367 94.5513 222.975 96.4617C224.116 97.7328 224.767 99.8401 224.55 101.536C224.422 103.025 223.796 104.298 223.245 104.954C222.008 106.307 221.619 106.47 220.191 107.354C219.345 107.833 217.976 108.046 216.896 107.756C216.354 107.608 216.491 107.394 217 107.272C217.738 107.086 218.359 107.064 218.657 106.707C219.232 105.98 219.356 105.729 220.245 105.59C221.16 105.387 220.943 104.543 221.26 104.284C221.425 104.136 221.596 104.124 221.834 103.855C222.051 103.588 222.411 103.027 222.314 101.772C222.306 101.693 222.298 101.614 222.288 101.536C221.909 99.2449 220.779 98.688 220.127 98.2593C219.529 97.8807 218.071 97.0104 216.549 97.0812C216.355 97.0854 216.164 97.0938 215.979 97.1071C214.128 97.2403 210.367 97.1182 208.851 97.3363C207.335 97.5545 207.332 97.0784 206.106 96.8124ZM263.639 84.3569C267.499 90.0532 271.654 93.7166 276.486 100.566C280.494 106.246 281.344 108.165 284.826 113.016L282.437 113.8C282.451 112.571 282.449 111.175 282.425 109.536C282.285 99.9382 282.712 90.335 282.455 86.0614C282.378 84.769 282.395 83.8263 282.451 82.972L282.435 81.6803L283.76 81.6633C285.73 81.7934 287.23 82.1341 291.464 82.014C294.076 81.94 296.245 81.9165 298.292 81.9339L299.316 81.9208L299.33 82.972C299.307 85.6803 299.212 88.1745 299.069 91.1972C298.817 96.5048 298.602 112.81 298.911 118.74C299.221 124.669 298.684 131.431 298.557 135.498C298.517 136.765 298.463 137.762 298.406 138.527C298.382 138.85 298.332 139 298.283 139C298.283 139 298.283 139 298.283 139C298.221 139 298.161 138.768 298.153 138.352C298.115 136.332 298.016 133.313 297.792 129.747C297.376 123.097 297.836 122.37 297.622 113.391C297.408 104.411 296.981 99.0162 297.257 88.4508C297.312 86.3588 297.31 84.5859 297.278 82.972L298.292 83.9859C293.456 84.0831 290.048 84.4587 283.76 84.4348L285.223 82.972C285.214 85.1847 285.156 87.7539 285.019 90.8673C284.513 102.379 285.119 105.94 285.495 113.8L285.463 119.098L282.362 114.828C280.895 113.023 279.223 110.903 277.184 108.194C271.438 100.558 265.013 91.422 259.735 83.9617L261.08 84.6421C256.005 84.5481 251.557 84.4757 248.358 84.4955C247.661 84.4998 246.945 84.5046 246.212 84.5098L247.75 82.972C247.811 91.6617 247.919 102.806 247.772 114.519C247.678 121.967 247.778 130.439 247.819 139L246.212 137.392C251.056 137.369 255.928 137.365 260.66 137.425L259.085 139C259.099 137.834 259.118 136.677 259.141 135.531C259.319 126.803 259.525 115.828 259.714 106.576L259.731 103.672L261.424 106.018C264.641 110.615 267.489 114.696 269.454 117.541C274.661 125.077 275.934 126.911 281.252 133.941C282.325 135.359 283.52 136.979 284.76 138.699L284.348 138.49C288.268 138.515 292.55 138.62 296.376 138.822C299.343 138.979 298.671 139.197 295.685 139.302C291.318 139.454 287.733 139.352 285.483 139.625C285.086 139.673 284.709 139.719 284.348 139.762L283.971 139.767L283.733 139.449C281.177 136.7 279.851 135.136 277.032 130.787C273.941 126.017 271.781 124.283 269.896 121.563C268.111 118.986 268.354 118.664 259.726 107.258L261.816 106.576C261.83 107.373 261.845 108.215 261.862 109.103C262.149 123.833 262.249 132.736 262.322 139L262.343 140.641L260.66 140.662C259.77 140.673 258.933 140.683 258.141 140.692C255.271 140.728 250.994 140.672 246.212 140.613L244.62 140.633L244.599 139C244.672 133.166 244.75 126.579 244.677 120.873C244.553 111.263 244.649 92.4633 244.491 82.972L244.469 81.2733L246.212 81.2509C246.975 81.2382 247.677 81.2239 248.31 81.2076C255.57 81.0215 256.648 81.3409 261.08 81.6038L261.754 81.5951L262.182 82.1612C262.597 82.8018 263.072 83.5212 263.639 84.3569ZM332.461 96.8124C329.076 96.6762 326.059 96.918 322.84 97.164L324.432 95.572C324.635 98.2368 324.842 101.041 324.84 104.308L322.84 102.308C323.334 102.308 323.84 102.313 324.357 102.324C332.416 102.49 333.623 103.114 342.852 102.974C344.879 102.943 346.906 102.939 348.88 102.95L350.219 102.932L350.238 104.308C350.212 109.081 350.104 113.538 350.1 116.908L350.116 118.112L348.88 118.129C347.3 118.127 345.959 118.149 344.936 118.212C340.827 118.469 340.393 117.694 334.558 117.866C329.828 118.005 326.608 117.965 322.84 117.811L323.743 116.908C323.707 117.788 323.664 118.698 323.617 119.664C323.542 121.167 323.471 123.587 323.416 126.4L322.84 125.823C329.577 125.956 338.565 125.999 342.587 125.78C344.825 125.659 347.187 125.668 349.468 125.731L350.127 125.723L350.136 126.4C350.038 129.927 349.81 133.258 349.732 135.633C349.693 136.851 349.638 137.81 349.582 138.545C349.558 138.856 349.508 139 349.459 139C349.459 139 349.458 139 349.458 139C349.397 139 349.336 138.777 349.329 138.377C349.291 136.435 349.191 133.532 348.968 130.103C348.871 128.618 348.822 127.441 348.8 126.4L349.468 127.067C346.024 127.139 344.073 126.905 337.443 127.07C331.897 127.207 327.773 127.433 322.84 127.503L321.722 127.488L321.736 126.4C321.697 123.654 321.706 120.656 321.805 117.023C321.806 116.985 321.807 116.946 321.808 116.908L321.822 115.863L322.84 115.876C332.74 116.137 335.193 115.032 348.88 115.618L347.59 116.908C347.6 116.685 347.61 116.459 347.62 116.231C347.862 110.938 347.85 107.393 347.73 104.308L348.88 105.457C343.607 105.662 339.678 106.181 330.663 106.283C328.147 106.311 325.515 106.314 322.84 106.299L320.822 106.272L320.848 104.308C320.864 101.417 320.9 98.4753 320.945 95.572L320.971 93.6525L322.84 93.6774C332.518 93.8282 341.764 94.0836 347.224 94.0485C347.951 94.0438 348.7 94.0386 349.468 94.0329L347.928 95.572C347.901 91.793 347.864 87.5378 347.845 82.972L349.468 84.5944C343.97 84.6166 338.023 84.612 331.914 84.5321C324.758 84.4385 316.618 84.5382 308.392 84.5795L309.999 82.972C310.028 88.7828 310.028 94.6366 309.91 100.217C309.65 112.507 309.328 129.435 309.091 139L308.392 138.301C309.317 138.324 310.174 138.346 310.951 138.367C319.755 138.609 321.901 138.663 330.376 138.516C335.247 138.431 341.957 138.511 347.626 138.822C350.478 138.979 349.832 139.197 346.961 139.302C342.762 139.454 339.315 139.352 337.152 139.625C332.829 140.17 330.991 140.38 325.534 140.062C320.077 139.745 317.505 140.466 314.324 140.383C312.504 140.335 311.742 140.176 308.392 140.109L307.297 140.124L307.282 139C307.332 136.496 307.329 132.546 307.189 125.628C306.862 109.452 306.778 100.585 306.699 94.4589C306.664 91.6961 306.719 87.5774 306.779 82.972L306.758 81.3811L308.392 81.3593C313.997 81.4318 320.324 81.51 325.804 81.4369C331.655 81.3588 341.047 81.3684 349.468 81.3459L351.072 81.3244L351.094 82.972C351.107 87.7642 351.13 92.2416 351.186 95.572L351.208 97.2668L349.468 97.29C348.664 97.3035 347.928 97.3188 347.27 97.3363C339.089 97.5545 339.072 97.0784 332.461 96.8124ZM382.534 81.7316C387.028 81.9975 390.566 80.822 396.044 80.9882C397.923 81.0451 399.254 81.1559 400.444 81.2713L402.111 81.2385L402.145 82.972C401.924 85.2535 401.687 87.0213 401.779 91.1432C401.812 92.6349 401.813 94.1268 401.8 95.572L401.826 96.9L400.444 96.9271C395.812 96.8825 391.659 96.6811 389.53 96.8764C387.421 97.0699 386.737 96.6756 384.82 96.5449L385.793 95.572C385.751 96.1937 385.736 96.945 385.778 97.9167C385.95 101.883 385.849 104.287 385.597 107.756C385.346 111.225 385.131 121.882 385.44 125.758C385.749 129.633 385.213 134.053 385.085 136.711C385.046 137.539 384.991 138.191 384.935 138.691C384.911 138.902 384.861 139 384.811 139C384.811 139 384.811 139 384.811 139C384.75 139 384.689 138.848 384.681 138.576C384.644 137.256 384.544 135.283 384.321 132.952C383.905 128.606 384.365 128.131 384.151 122.262C383.937 116.393 383.509 112.866 383.786 105.961C383.965 101.487 383.542 99.246 383.401 95.572L383.429 94.125L384.82 94.1523C386.818 94.0754 389.238 94.0815 392.671 94.3124C396.081 94.5418 398.424 94.5429 400.444 94.4404L399.313 95.572C399.123 91.8393 398.581 89.2055 398.471 82.972L400.444 84.945C400.406 84.9456 400.368 84.9463 400.33 84.9469C390.616 85.1078 378.354 84.4401 372.498 84.4955C367.638 84.5414 361.394 84.6464 354.664 84.5894L356.282 82.972C356.27 84.3501 356.252 85.7485 356.225 87.1595C356.174 89.7993 356.18 92.636 356.203 95.572L354.664 94.0337C359.771 93.994 365.178 93.9038 370.372 93.9748L372 94.0068L371.97 95.572C371.953 96.7829 371.928 97.9822 371.891 99.1635C371.606 108.327 371.246 121.281 371.005 127.266C370.786 132.707 370.721 134.407 370.822 139L370.372 138.551C370.831 138.541 371.319 138.529 371.843 138.516C375.154 138.431 379.715 138.511 383.568 138.822C385.507 138.979 385.068 139.197 383.116 139.302C380.262 139.454 377.919 139.352 376.449 139.625C374.05 140.07 372.777 140.291 370.372 140.185L369.211 140.208L369.187 139C369.211 138.459 369.252 137.861 369.31 137.179C369.627 133.47 368.906 131.722 368.989 129.559C369.072 127.397 369.498 127.432 369.17 116.437C368.851 105.722 368.763 99.7244 368.686 95.572L370.372 97.2583C370.264 97.2603 370.156 97.2623 370.05 97.2643C366.721 97.3272 360.495 97.1039 354.664 97.0799L353.187 97.1089L353.157 95.572C353.163 94.1102 353.156 92.6731 353.129 91.3128C353.086 89.1012 353.07 86.145 353.06 82.972L353.029 81.3995L354.664 81.3674C361.228 81.3471 368.718 81.3547 372.467 81.2076C378.029 80.9895 378.04 81.4656 382.534 81.7316ZM441.301 83.5539C444.673 85.0852 447.638 86.5121 450.594 88.6761L451.788 89.6728L450.833 90.959C449.397 93.1756 447.831 95.5197 445.757 98.1158C444.712 99.4227 443.839 100.47 443.057 101.383L441.947 102.878L440.452 101.685C437.46 99.1546 435.739 97.4149 429.3 96.1677C427.942 95.9581 426.573 95.8452 425.229 95.8432C422.553 95.7917 420.353 96.7055 420.458 98.512C420.282 99.2486 421.898 100.17 423.218 100.59C424.579 101.055 425.823 101.318 426.797 101.484C430.625 102.121 430.912 102.803 436.387 104.158C441.792 105.686 445.299 107.35 448.445 111.454C449.768 113.149 451.524 116.955 451.364 121.276C451.569 127.27 447.869 133.213 445.322 135.244C441.122 139.282 434.379 140.058 430.727 140.152C429.557 140.201 428.639 140.169 427.936 140.12C427.637 140.099 427.497 140.048 427.497 139.999C427.497 139.999 427.497 139.999 427.497 139.999C427.497 139.937 427.713 139.878 428.094 139.865C429.932 139.799 432.714 139.567 435.795 138.605C438.647 137.68 440.136 137.003 441.812 136.124C443.418 135.193 445.466 134.098 447.59 130.747C449.502 127.517 449.906 124.389 449.829 121.276C449.686 117.822 448.887 114.202 445.418 110.887C438.022 105.097 435.13 107.157 421.81 102.717C420.24 102.025 418.061 100.84 418.086 98.512C418.028 96.3384 419.74 94.6152 421.171 94.0853C422.64 93.4673 423.969 93.3375 425.229 93.263C429.732 93.2152 434.212 93.0661 441.332 97.5868C441.854 97.9451 442.369 98.3286 442.873 98.7374L440.027 99.0669C442.54 95.7333 445.273 92.2241 447.987 88.7839L448.26 91.3931C441.533 85.2444 432.212 83.5724 427.078 83.6568C426.966 83.6567 426.854 83.6571 426.741 83.6579C419.276 83.3723 407.071 87.589 406.011 98.6695C405.969 99.0876 405.945 99.51 405.941 99.94C405.665 105.339 408.86 110.612 414.486 112.987C419.992 115.587 426.423 116.121 432.623 118.089C433.563 118.425 434.481 118.775 435.494 119.458C436.456 120.069 437.62 121.453 437.543 123.04C437.56 125.485 435.5 127.279 433.726 127.948C431.888 128.693 429.995 128.866 428.169 128.837C420.41 128.785 413.423 124.771 409.761 120.784L410.874 120.689C410.066 121.775 409.332 122.758 408.691 123.613C406.096 127.076 404.514 129.19 402.969 131.341L402.917 130.807C404.689 132.496 406.63 134.09 410.088 135.794C414.172 137.868 420.369 139.386 425.746 139.801C428.45 140.003 427.851 140.243 425.093 140.255C421.053 140.231 417.802 139.446 415.719 139.144C411.578 138.441 409.594 137.983 405.309 134.701C403.958 133.605 402.875 132.669 401.93 131.84L401.298 131.253L401.802 130.518C403.187 128.365 403.961 126.724 405.191 125.078C406.35 123.527 406.899 123.083 409.386 119.639L410.109 118.584L411.048 119.497C412.656 121.089 415.305 123.501 420.377 125.171C423.136 126.045 425.774 126.338 428.169 126.291C431.79 126.324 434.883 124.644 434.607 123.04C434.78 122.279 432.734 121.331 431.137 120.923C429.464 120.457 427.894 120.158 426.478 119.873C421.436 118.745 406.082 116.413 403.413 104.702C403.045 103.296 402.83 101.724 402.82 99.94C402.571 94.4013 406.196 87.5687 411.743 84.3554C417.191 80.9679 423.183 80.468 426.741 80.3758C426.849 80.3732 426.954 80.3708 427.058 80.3687C435.166 80.5473 435.249 81.2034 441.301 83.5539Z' fill='%23171717'/%3E%3Cpath d='M24.448 54.768C21.2907 54.768 18.4107 54.2133 15.808 53.104C13.2053 51.9947 10.9653 50.4587 9.088 48.496C7.25333 46.4907 5.824 44.144 4.8 41.456C3.776 38.768 3.264 35.8453 3.264 32.688C3.264 29.5307 3.776 26.608 4.8 23.92C5.824 21.232 7.25333 18.9067 9.088 16.944C10.9653 14.9387 13.2053 13.3813 15.808 12.272C18.4107 11.1627 21.2907 10.608 24.448 10.608C27.6053 10.608 30.4853 11.1627 33.088 12.272C35.6907 13.3813 37.9093 14.9387 39.744 16.944C41.6213 18.9067 43.072 21.232 44.096 23.92C45.12 26.608 45.632 29.5307 45.632 32.688C45.632 35.8453 45.12 38.768 44.096 41.456C43.072 44.144 41.6213 46.4907 39.744 48.496C37.9093 50.4587 35.6907 51.9947 33.088 53.104C30.4853 54.2133 27.6053 54.768 24.448 54.768ZM24.448 50.032C26.8373 50.032 28.992 49.6053 30.912 48.752C32.832 47.856 34.4747 46.64 35.84 45.104C37.2053 43.5253 38.2507 41.6907 38.976 39.6C39.744 37.4667 40.128 35.1627 40.128 32.688C40.128 30.2133 39.744 27.9093 38.976 25.776C38.2507 23.6427 37.2053 21.808 35.84 20.272C34.4747 18.736 32.832 17.5413 30.912 16.688C28.992 15.792 26.8373 15.344 24.448 15.344C22.0587 15.344 19.8827 15.792 17.92 16.688C16 17.5413 14.3573 18.736 12.992 20.272C11.6267 21.808 10.5813 23.6427 9.856 25.776C9.13067 27.9093 8.768 30.2133 8.768 32.688C8.768 35.1627 9.13067 37.4667 9.856 39.6C10.5813 41.6907 11.6267 43.5253 12.992 45.104C14.3573 46.64 16 47.856 17.92 48.752C19.8827 49.6053 22.0587 50.032 24.448 50.032ZM53.9295 54V11.312H71.0815C73.2148 11.312 75.1135 11.6533 76.7775 12.336C78.4415 13.0187 79.8282 13.9573 80.9375 15.152C82.0895 16.304 82.9642 17.6693 83.5615 19.248C84.1588 20.784 84.4575 22.4267 84.4575 24.176C84.4575 25.9253 84.1588 27.5893 83.5615 29.168C82.9642 30.704 82.0895 32.0693 80.9375 33.264C79.7855 34.416 78.3775 35.3333 76.7135 36.016C75.0495 36.6987 73.1722 37.04 71.0815 37.04H59.2415V54H53.9295ZM70.4415 32.304C73.0015 32.304 75.0495 31.5573 76.5855 30.064C78.1642 28.5707 78.9535 26.608 78.9535 24.176C78.9535 21.744 78.1642 19.7813 76.5855 18.288C75.0495 16.7947 73.0015 16.048 70.4415 16.048H59.2415V32.304H70.4415ZM102.052 54V16.048H88.548V11.312H120.932V16.048H107.364V54H102.052ZM127.992 54V11.312H133.304V54H127.992ZM157.128 54.768C153.374 54.768 150.153 54.1493 147.465 52.912C144.777 51.632 142.537 49.9893 140.745 47.984L143.881 43.952C144.563 44.72 145.374 45.488 146.312 46.256C147.251 46.9813 148.275 47.6213 149.385 48.176C150.537 48.7307 151.774 49.1787 153.097 49.52C154.419 49.8613 155.827 50.032 157.321 50.032C159.241 50.032 160.841 49.7973 162.121 49.328C163.401 48.8587 164.425 48.2827 165.193 47.6C165.961 46.8747 166.515 46.0853 166.857 45.232C167.198 44.336 167.369 43.4827 167.369 42.672C167.369 41.3067 167.006 40.176 166.281 39.28C165.555 38.384 164.595 37.6373 163.401 37.04C162.249 36.4 160.905 35.888 159.369 35.504C157.875 35.0773 156.318 34.6507 154.697 34.224C153.118 33.7547 151.561 33.2427 150.025 32.688C148.531 32.1333 147.187 31.4293 145.993 30.576C144.841 29.68 143.902 28.592 143.177 27.312C142.451 26.032 142.089 24.432 142.089 22.512C142.089 20.7627 142.451 19.1627 143.177 17.712C143.945 16.2613 144.969 15.024 146.249 14C147.571 12.9333 149.129 12.1227 150.921 11.568C152.713 10.9707 154.654 10.672 156.745 10.672C160.03 10.672 162.931 11.184 165.449 12.208C167.966 13.232 170.121 14.704 171.913 16.624L168.713 20.528C167.091 18.736 165.214 17.4347 163.081 16.624C160.947 15.8133 158.707 15.408 156.361 15.408C153.801 15.408 151.689 16.0267 150.025 17.264C148.403 18.5013 147.593 20.144 147.593 22.192C147.593 23.3867 147.955 24.368 148.681 25.136C149.406 25.904 150.345 26.5653 151.497 27.12C152.691 27.6747 154.035 28.1653 155.529 28.592C157.065 28.976 158.622 29.4027 160.201 29.872C161.822 30.2987 163.379 30.8107 164.873 31.408C166.409 32.0053 167.753 32.7733 168.905 33.712C170.099 34.6507 171.059 35.8027 171.785 37.168C172.51 38.5333 172.873 40.2187 172.873 42.224C172.873 43.76 172.595 45.296 172.041 46.832C171.486 48.3253 170.569 49.6693 169.289 50.864C168.051 52.016 166.43 52.9547 164.425 53.68C162.419 54.4053 159.987 54.768 157.128 54.768ZM206.597 54L190.405 34.8L186.117 39.664V54H180.805V11.312H186.117V33.392L204.997 11.312H211.653L193.861 31.6L213.189 54H206.597ZM249.706 54L245.93 44.528H224.682L220.906 54H214.826L231.978 11.312H238.57L255.786 54H249.706ZM235.306 16.816L226.218 39.792H244.33L235.306 16.816ZM261.367 54V11.312H266.679V54H261.367ZM290.503 54.768C286.749 54.768 283.528 54.1493 280.84 52.912C278.152 51.632 275.912 49.9893 274.12 47.984L277.256 43.952C277.938 44.72 278.749 45.488 279.688 46.256C280.626 46.9813 281.65 47.6213 282.76 48.176C283.912 48.7307 285.149 49.1787 286.472 49.52C287.794 49.8613 289.202 50.032 290.696 50.032C292.616 50.032 294.216 49.7973 295.496 49.328C296.776 48.8587 297.8 48.2827 298.568 47.6C299.336 46.8747 299.89 46.0853 300.232 45.232C300.573 44.336 300.744 43.4827 300.744 42.672C300.744 41.3067 300.381 40.176 299.656 39.28C298.93 38.384 297.97 37.6373 296.776 37.04C295.624 36.4 294.28 35.888 292.744 35.504C291.25 35.0773 289.693 34.6507 288.072 34.224C286.493 33.7547 284.936 33.2427 283.4 32.688C281.906 32.1333 280.562 31.4293 279.368 30.576C278.216 29.68 277.277 28.592 276.552 27.312C275.826 26.032 275.464 24.432 275.464 22.512C275.464 20.7627 275.826 19.1627 276.552 17.712C277.32 16.2613 278.344 15.024 279.624 14C280.946 12.9333 282.504 12.1227 284.296 11.568C286.088 10.9707 288.029 10.672 290.12 10.672C293.405 10.672 296.306 11.184 298.824 12.208C301.341 13.232 303.496 14.704 305.288 16.624L302.088 20.528C300.466 18.736 298.589 17.4347 296.456 16.624C294.322 15.8133 292.082 15.408 289.736 15.408C287.176 15.408 285.064 16.0267 283.4 17.264C281.778 18.5013 280.968 20.144 280.968 22.192C280.968 23.3867 281.33 24.368 282.056 25.136C282.781 25.904 283.72 26.5653 284.872 27.12C286.066 27.6747 287.41 28.1653 288.904 28.592C290.44 28.976 291.997 29.4027 293.576 29.872C295.197 30.2987 296.754 30.8107 298.248 31.408C299.784 32.0053 301.128 32.7733 302.28 33.712C303.474 34.6507 304.434 35.8027 305.16 37.168C305.885 38.5333 306.248 40.2187 306.248 42.224C306.248 43.76 305.97 45.296 305.416 46.832C304.861 48.3253 303.944 49.6693 302.664 50.864C301.426 52.016 299.805 52.9547 297.8 53.68C295.794 54.4053 293.362 54.768 290.503 54.768Z' fill='white'/%3E%3Cpath d='M16.6421 12.7688C16.4578 12.8289 16.2784 12.8945 16.1035 12.9652C13.6934 13.975 12.1538 15.6236 9.99754 17.7955C9.94178 17.8529 9.88498 17.9115 9.82774 17.9707C7.62887 20.4358 6.9467 20.8288 5.57163 24.214C5.51945 24.3566 5.46757 24.5051 5.41628 24.6597C4.44686 27.522 4.02064 30.5634 4.02708 32.688C4.02505 33.4224 4.0669 34.043 4.13944 34.5083C4.46452 36.2996 3.94829 36.5754 4.66622 39.0926C4.91699 39.8968 5.16501 40.5859 5.40935 41.2239C5.9285 42.5598 6.39234 43.6874 7.10598 45.063C7.48763 45.7955 8.25474 47.0353 9.3377 48.2676C11.2496 50.4558 14.3358 52.2369 15.9033 52.7236C15.9227 52.7302 15.9421 52.7369 15.9616 52.7436C18.3486 53.5984 21.1438 54.3944 22.9167 54.5574C23.4686 54.615 23.9044 54.6575 24.2399 54.6957C24.3818 54.7117 24.448 54.7427 24.448 54.7736C24.448 54.7737 24.448 54.7737 24.448 54.7737C24.448 54.8121 24.3452 54.8504 24.1616 54.8533C23.2686 54.8666 21.9328 54.8741 20.3391 54.7452C18.1247 54.5263 17.4123 54.178 15.6581 53.4558C15.0626 53.1956 14.3461 52.8744 13.4344 52.3986C11.4552 51.3497 10.0006 50.3147 8.60628 48.9568L8.59617 48.946C7.51686 47.8289 6.47116 46.4873 5.51877 44.5786C4.96002 43.4469 4.55136 42.5336 4.18362 41.6908C3.2523 39.374 2.27267 37.506 2.46214 32.688C2.46685 32.6064 2.47205 32.5242 2.47778 32.4413C2.86716 27.9964 3.20002 26.2039 3.88684 23.5721C4.28042 22.2464 4.82479 20.6889 6.10524 18.7124C6.6954 17.8114 7.39149 16.9233 8.17678 16.0922C10.1781 13.9499 12.8186 12.2665 15.3804 11.2688C18.2948 10.1067 21.0701 9.81987 22.8919 9.70041C23.3904 9.6672 23.9096 9.64658 24.448 9.64121C27.1113 9.61057 30.3377 9.97529 33.4878 11.334C34.8895 11.9352 36.2746 12.7139 37.5517 13.6796C38.5488 14.4321 39.5324 15.3066 40.4461 16.3017L40.4317 16.2862C42.3629 18.2801 43.9946 20.8171 45.0413 23.5599C45.8934 25.7608 46.367 28.0958 46.486 30.3345C46.527 31.0877 46.5386 31.8772 46.5164 32.688C46.4516 35.635 45.8529 38.911 44.6893 41.682C43.4942 44.6244 41.7505 46.9565 40.461 48.2946C40.3088 48.4551 40.1604 48.6066 40.0156 48.7503C37.4125 51.1571 36.451 51.7741 33.2056 53.38C33.1703 53.3961 33.1346 53.4122 33.0985 53.4283C31.0406 54.3887 27.9091 55.0113 25.295 54.8657C23.9808 54.7888 24.2872 54.6617 25.5875 54.5546C27.4872 54.3785 29.0386 54.1401 29.9436 53.7401C31.1255 53.21 31.8106 52.8273 32.7913 52.408C33.3051 52.1829 33.8974 51.9437 34.6582 51.6047C36.8771 50.5749 37.4628 49.4312 38.4979 48.5319C38.7467 48.3075 38.941 48.1435 39.1602 47.9502C39.745 47.2887 41.1957 46.6253 43.2498 41.5568C43.2958 41.4319 43.3401 41.3081 43.3833 41.1845C44.5697 37.7275 44.688 34.8918 44.6595 32.688C44.618 30.7093 44.4001 29.213 44.149 27.9971C43.9518 27.0481 43.6557 25.7292 43.1341 24.2864C42.3299 21.9918 40.8802 19.4298 39.0597 17.5985L39.0454 17.5832C38.8433 17.3666 38.6378 17.159 38.4305 16.9614C37.1605 15.7278 35.1165 14.2041 32.6932 13.1983C29.8951 11.9838 26.6797 11.6086 24.448 11.6719C23.9141 11.6824 23.4374 11.7118 23.0311 11.7507C19.4966 12.2195 19.4506 11.9878 16.6421 12.7688ZM30.8642 15.8168C30.988 15.8805 31.1103 15.9426 31.2314 16.0035L31.2188 15.9977C33.0859 16.9192 34.9893 17.4546 36.7739 19.4418C36.8761 19.5584 36.9769 19.68 37.0758 19.8067C38.7621 22.1522 38.7123 22.8491 39.7555 25.511L39.7507 25.4971C39.8132 25.6647 39.8778 25.8413 39.9443 26.0278C40.8094 28.4178 40.9056 30.977 40.891 32.688C40.8896 33.2715 40.8818 33.7664 40.8992 34.146C40.9335 35.6529 40.4796 35.7607 40.1319 37.8306C39.9863 38.5934 39.8025 39.2358 39.5894 39.8208C39.2334 40.8214 38.7998 41.6726 38.1496 42.6431C37.7547 43.2325 37.0397 44.2859 36.0909 45.3209C34.5742 47.0063 32.3451 48.3975 31.251 49.0199C31.1957 49.0532 31.1396 49.0859 31.0828 49.118C29.2856 50.1133 26.9594 50.1764 25.6376 50.1614C25.2057 50.163 24.8671 50.1359 24.6083 50.1029C24.4987 50.0888 24.448 50.0572 24.448 50.0264C24.448 50.0263 24.448 50.0263 24.448 50.0263C24.4481 49.9878 24.5264 49.9503 24.6655 49.944C25.3415 49.9127 26.3591 49.8057 27.4968 49.4618C29.008 48.9758 29.5557 48.885 30.756 48.401C31.2084 48.1966 31.7589 47.9158 32.437 47.4456C33.7002 46.5579 34.5371 45.6644 35.3497 44.6681C36.0661 43.7472 36.7782 42.7313 37.572 41.3029C37.9617 40.5941 38.1963 39.9685 38.3645 39.3878C38.8674 37.5127 38.9727 36.2205 39.3241 32.688C39.3294 32.6208 39.3347 32.5529 39.3399 32.4842C39.5296 29.1664 38.8666 27.8862 38.0394 26.1132L38.0335 26.0964C37.6283 25.2534 37.1479 24.2877 36.3568 23.0401C35.9344 22.3804 35.4528 21.7228 34.9091 21.0994C33.6806 19.6746 32.1048 18.4733 30.47 17.6824L30.4518 17.6741C28.6225 16.7275 26.7437 16.3835 25.4827 16.3266C25.1517 16.3108 24.8063 16.3049 24.448 16.31C22.5931 16.3332 20.4258 16.6684 18.3436 17.616L18.3343 17.6202C17.3488 18.0536 16.3836 18.6013 15.4811 19.2687C14.8588 19.7281 14.2576 20.2771 13.7028 20.9038C12.4356 22.3243 11.4554 24.1478 10.8125 26.1012C10.2742 27.7157 9.95484 29.4008 9.77449 31.0436C9.71668 31.5659 9.67517 32.1171 9.65351 32.688C9.56135 34.8552 9.8103 37.2818 10.4519 39.3974C11.0888 41.5313 12.1138 43.2987 12.9015 44.3766C13.0267 44.5507 13.149 44.7129 13.2681 44.8652C14.9016 46.7611 15.6065 47.3383 18.0479 48.4779C18.0431 48.4756 18.0457 48.4766 18.0482 48.4776C19.5943 49.1191 21.8337 49.6746 23.8062 49.9104C24.7971 50.0247 24.581 50.169 23.5611 50.2007C22.0655 50.2305 20.8674 49.9262 20.0768 49.8993C19.0666 49.86 18.4073 49.7641 17.6188 49.4447L17.6006 49.4365C17.1581 49.2393 16.6731 48.9641 16.0871 48.5275C14.512 47.3167 13.5481 46.993 12.7456 46.1114C12.5984 45.9433 12.4897 45.7988 12.3817 45.6465L12.3744 45.6382C12.0179 44.9262 11.1236 44.3952 9.20285 40.0078C9.18175 39.9545 9.16095 39.9014 9.14045 39.8483C8.05157 36.9322 7.85044 34.5338 7.79472 32.688C7.75793 31.0761 7.87358 29.8288 8.01732 28.8016C8.13731 27.9493 8.40982 26.7503 8.8859 25.4462C9.58464 23.4759 10.8316 21.2897 12.2816 19.6406C12.388 19.5172 12.4948 19.3964 12.6019 19.2781C13.6309 18.1165 15.4136 16.6851 17.5109 15.7675L17.5017 15.7716C19.885 14.649 22.6047 14.3061 24.448 14.2787C24.8729 14.2684 25.2567 14.2697 25.5884 14.2744C28.6429 14.4379 28.6492 14.8059 30.8642 15.8168ZM70.8916 12.0873C67.8983 11.921 65.5421 12.6557 61.8937 12.5519C58.3679 12.4515 57.7392 12.0842 53.9295 12.1388L54.7563 11.312C54.7582 11.4443 54.7606 11.5805 54.7635 11.7207C54.8512 15.8987 54.5846 20.0791 54.7447 21.9395C54.9049 23.7997 54.4207 23.9961 54.5282 26.6378C54.6358 29.2795 54.5726 30.8805 54.4152 33.1908C54.2578 35.5013 54.1234 42.5993 54.3167 45.1804C54.5101 47.7615 54.1746 50.7053 54.095 52.4757C54.0702 53.0272 54.0363 53.4612 54.001 53.7939C53.9861 53.9348 53.9548 54 53.9239 54C53.9238 54 53.9238 54 53.9238 54C53.8853 53.9999 53.8475 53.899 53.8426 53.7178C53.819 52.8386 53.7568 51.5244 53.6173 49.9719C53.3571 47.0771 53.6446 46.7608 53.5109 42.8519C53.3772 38.943 53.11 36.5946 53.2828 31.9953C53.4556 27.3961 52.7324 26.3397 53.1423 19.8474C53.4106 15.5971 53.179 13.8365 52.9589 11.312L52.9771 10.3239L53.9295 10.3414C55.261 10.2253 56.8051 10.1124 59.0391 10.0777C62.871 10.0181 67.2981 10.1402 71.0815 10.2425C73.464 10.2914 75.6117 10.8119 77.1382 11.4567C77.3701 11.5525 77.5891 11.6486 77.7947 11.7428C79.0815 12.3309 80.4698 13.2026 81.6677 14.4739L81.6421 14.4474C82.8398 15.6161 83.8669 17.1504 84.5166 18.8866C85.154 20.5152 85.4712 22.3466 85.4384 24.176C85.4365 24.2942 85.4333 24.4125 85.4287 24.5308C85.369 26.1317 85.0776 27.8442 84.4556 29.5063C83.8447 31.1154 82.8898 32.6629 81.6553 33.9561L81.6425 33.969C80.3553 35.2824 78.7578 36.2846 77.0971 36.9509C75.834 37.4618 74.514 37.7516 73.2307 37.8666C72.5391 37.9291 71.8184 37.9505 71.0815 37.9303C67.2586 37.8216 62.8395 37.7013 59.2415 37.5934L59.7949 37.04C59.7375 38.9555 59.6836 40.6383 59.6369 41.8745C59.4862 45.8604 59.4522 46.8319 59.5443 50.6686C59.5679 51.652 59.571 52.8011 59.55 54L59.5442 54.3141L59.2415 54.3085C57.7519 54.2824 56.1852 54.219 54.7634 54.1111C53.4719 54.0131 53.7645 53.8767 55.0645 53.8114C56.8029 53.7241 58.2566 53.77 59.2415 53.6481L58.8896 54C58.8782 53.908 58.8653 53.82 58.8508 53.7363C58.51 51.7792 58.3793 50.9474 58.5776 48.4766C58.7759 46.006 58.3253 44.8419 58.3771 43.4017C58.4227 42.1379 58.6329 42.0013 58.5454 37.04L58.5328 36.357L59.2415 36.3439C59.9346 36.3317 60.7219 36.3136 61.6196 36.2885C65.6685 36.1753 68.706 36.1087 71.0815 36.0635C72.9062 36.0252 74.2738 35.7375 75.3542 35.3813C75.6419 35.2859 75.9641 35.1718 76.3095 35.0313C77.4972 34.5515 78.9791 33.7823 80.237 32.5635L80.2244 32.5764C81.2732 31.5371 82.1502 30.2226 82.6843 28.8268C82.9062 28.2382 83.0768 27.6355 83.1935 27.0469C83.3539 26.2435 83.4728 25.2621 83.4648 24.176C83.4603 22.7211 83.2124 21.1084 82.621 19.6137C82.0703 18.1501 81.2058 16.8495 80.2102 15.8793L80.1838 15.8519C79.0959 14.6946 77.8485 13.9936 76.9402 13.6117C76.7324 13.524 76.5361 13.4464 76.3508 13.3762C73.8005 12.5599 73.5739 12.355 71.0815 12.0982C71.0195 12.0945 70.9563 12.0909 70.8916 12.0873ZM68.2808 15.2727C69.0409 15.3606 69.7155 15.1968 70.4415 15.0381C71.136 14.8983 71.9202 14.8031 72.8313 15.03C74.7381 15.6171 74.9208 16.0379 76.7331 17.2965C76.8877 17.4172 77.0359 17.545 77.1776 17.679L77.1692 17.6709C78.7178 19.0487 79.2077 21.0431 79.5179 21.8557C79.8588 22.7667 79.4439 22.9546 79.5446 24.176C79.5467 24.2114 79.5491 24.2477 79.5517 24.2848C79.6313 25.6238 79.4118 26.4838 78.858 27.5363C78.5533 28.1356 77.7978 29.3881 76.7887 30.2789C76.0473 30.9901 75.2023 31.5063 74.7257 31.818C73.6059 32.5778 72.0267 32.492 71.1833 32.4481C70.9141 32.439 70.7016 32.4091 70.5414 32.3752C70.4731 32.3607 70.4415 32.3292 70.4415 32.2984C70.4415 32.2983 70.4415 32.2983 70.4415 32.2983C70.4415 32.2598 70.4902 32.2222 70.5765 32.2164C70.9939 32.1884 71.6251 32.1 72.3151 31.8391C73.5504 31.2976 73.8287 31.6017 75.3002 30.5696C75.667 30.2813 75.9564 29.9807 76.2083 29.6761C76.9215 28.805 77.4007 28.0118 77.9704 26.6331C78.349 25.6343 78.2345 24.9445 78.1343 24.176C78.0187 23.46 77.9558 22.6699 77.6987 21.3488C77.3677 19.9101 76.6792 19.3285 76.0109 18.8955L76.0026 18.8875C75.358 18.4887 74.6824 18.176 73.4865 17.772C72.5877 17.4772 71.5309 17.2852 70.4415 17.2351C68.3118 17.1413 66.27 16.978 65.0696 17.0002C63.4851 17.0294 61.441 17.097 59.2415 17.0567L60.2503 16.048C60.2429 16.4496 60.232 16.8564 60.2166 17.2665C60.1168 19.9227 60.3687 23.2018 60.1906 26.1339C60.0776 27.9953 59.9456 30.3457 59.8258 32.304L59.2415 31.7197C60.3679 31.7886 61.3645 31.8536 62.0638 31.9086C63.9788 32.0593 64.4455 32.0933 66.2888 32.0012C67.3484 31.9483 68.808 31.9982 70.0409 32.1929C70.6613 32.2909 70.5208 32.4273 69.8962 32.4926C68.983 32.588 68.2333 32.5242 67.7627 32.6947C66.8224 33.0355 66.4228 33.1662 65.2357 32.9679C64.0487 32.7696 63.4894 33.2202 62.7975 33.1684C62.1505 33.1199 62.1184 32.8843 59.2415 33.0213L58.5528 33.0477L58.5242 32.304C58.5147 32.1038 58.5034 31.8899 58.49 31.661C58.2852 28.1426 58.233 26.2138 58.1838 24.8814C58.1346 23.549 58.3653 20.7669 58.2821 18.5955C58.256 17.9161 58.2456 17.0171 58.2394 16.048L58.2024 15.0857L59.2415 15.0459C61.3699 15.0322 63.8368 15.039 65.0596 14.9453C66.8391 14.809 66.8428 15.1065 68.2808 15.2727ZM98.3982 12.0873C95.1149 11.9226 92.5238 12.6422 88.548 12.5546L89.7906 11.312C89.7897 11.3492 89.7889 11.3864 89.7879 11.4239C89.7331 13.557 89.5985 14.7324 89.4966 16.048L88.548 15.0994C89.7236 15.1904 91.0111 15.2554 93.194 15.214C96.4421 15.1524 99.6915 15.2655 102.052 15.2829L102.804 15.2704L102.817 16.048C102.81 17.0492 102.82 17.8904 102.867 18.5039C103.027 20.5635 102.543 20.7808 102.651 23.7057C102.758 26.6304 102.695 28.403 102.538 30.9609C102.38 33.519 102.246 41.3776 102.439 44.2353C102.633 47.093 102.297 50.3523 102.218 52.3124C102.193 52.923 102.159 53.4034 102.124 53.7718C102.109 53.9278 102.077 53.9999 102.046 54C102.046 54 102.046 54 102.046 54C102.008 53.9999 101.97 53.8882 101.965 53.6876C101.942 52.7141 101.879 51.2591 101.74 49.5402C101.48 46.3353 101.767 45.9851 101.633 41.6573C101.5 37.3295 101.232 34.7294 101.405 29.6372C101.578 24.5452 100.855 23.3756 101.265 16.1876C101.267 16.1408 101.27 16.0943 101.273 16.048L102.052 16.8274C95.5094 16.4639 94.35 17.0793 88.548 17.2507L87.3256 17.2304L87.3453 16.048C87.3317 15.5906 87.321 15.1044 87.3137 14.5844C87.2988 13.5274 87.2953 12.4296 87.2999 11.312L87.321 10.0434L88.548 10.0639C95.0041 10.0904 102.118 10.3893 105.798 10.3598C109.856 10.3273 115.221 10.2476 120.932 10.3209L121.939 10.3376L121.923 11.312C121.918 11.6789 121.913 12.0473 121.907 12.4168C121.888 13.5804 121.882 14.796 121.883 16.048L121.867 17.0145L120.932 16.9989C116.633 17.0026 111.903 17.0929 107.364 17.0522L108.368 16.048C108.358 17.1404 108.341 18.2217 108.313 19.2833C108.135 26.04 107.91 35.5927 107.759 40.0059C107.609 44.4189 107.575 45.4946 107.667 49.7423C107.694 50.986 107.694 52.4688 107.662 54L107.657 54.303L107.364 54.2981C105.889 54.2673 104.369 54.2066 102.975 54.1111C101.545 54.0131 101.869 53.8767 103.309 53.8114C104.922 53.7383 106.314 53.7587 107.364 53.6954L107.059 54C107.04 53.6801 107.013 53.392 106.973 53.1388C106.633 50.972 106.502 50.051 106.7 47.3155C106.898 44.5802 106.448 43.2913 106.5 41.6967C106.552 40.1021 106.817 40.1283 106.613 32.0204C106.408 23.9124 106.355 19.4676 106.306 16.3971C106.305 16.2851 106.303 16.1687 106.302 16.048L106.285 15.004L107.364 14.986C110.427 14.9586 116.207 15.1527 120.932 15.0966L119.981 16.048C119.978 15.8566 119.976 15.667 119.973 15.4794C119.953 14.3208 119.943 12.8852 119.936 11.312L120.932 12.3082C115.71 12.3308 108.973 12.31 105.821 12.4147C101.72 12.551 101.712 12.2535 98.3982 12.0873ZM128.767 11.7735C128.601 13.8924 129.336 15.5605 129.232 18.1431C129.128 20.7258 128.738 21.1126 128.826 24.0704C128.914 27.028 128.647 29.9873 128.807 31.3043C128.967 32.6211 128.483 32.7601 128.591 34.6302C128.698 36.5003 128.635 37.6336 128.478 39.2691C128.32 40.9047 128.186 45.9294 128.379 47.7566C128.573 49.5837 128.237 51.6677 128.158 52.921C128.133 53.3113 128.099 53.6186 128.064 53.8541C128.049 53.9539 128.017 54 127.986 54C127.986 54 127.986 54 127.986 54C127.948 54 127.91 53.9285 127.905 53.8003C127.882 53.1778 127.819 52.2475 127.68 51.1485C127.42 49.0993 127.707 48.8754 127.573 46.1082C127.44 43.3411 127.172 41.6786 127.345 38.4228C127.518 35.167 126.795 34.4192 127.205 29.8233C127.615 25.2275 126.858 24.7438 126.758 20.1639C126.696 17.3401 126.831 14.0596 126.935 11.312L126.963 10.2282L127.992 10.255C129.701 10.3199 131.203 10.3731 132.262 10.3598C132.596 10.3556 132.944 10.3507 133.304 10.3453L134.295 10.3712L134.271 11.312C134.309 13.9308 134.367 17.2122 134.279 20.6527C134.179 24.5665 134.431 29.398 134.253 33.7182C134.075 38.0384 133.85 44.1462 133.699 46.9679C133.549 49.7896 133.515 50.4773 133.607 53.1933C133.615 53.4478 133.621 53.7181 133.624 54L133.616 54.3284L133.304 54.3203C131.857 54.3356 130.103 54.2741 128.582 54.1111C127.668 54.0131 127.875 53.8767 128.795 53.8114C130.141 53.716 131.246 53.7798 131.939 53.6093C132.476 53.4773 132.893 53.3768 133.304 53.3148L132.619 54C132.521 53.3494 132.519 52.7133 132.64 51.6416C132.838 49.8927 132.388 49.0686 132.44 48.049C132.492 47.0294 132.757 47.0462 132.553 41.8621C132.348 36.678 132.295 33.836 132.246 31.8728C132.197 29.9096 132.428 25.8103 132.345 22.6108C132.271 19.7729 132.322 14.3347 132.24 11.312L133.304 12.3761C132.919 12.3866 132.573 12.3993 132.277 12.4147C129.86 12.5403 129.666 12.2975 127.992 12.1285L128.809 11.312C128.794 11.4544 128.78 11.6074 128.767 11.7735ZM144.68 16.7567C144.354 17.1736 144.076 17.6119 143.84 18.0635L143.848 18.048C143.154 19.4576 142.954 20.974 143.065 22.512C143.173 23.9637 143.485 25.4344 144.248 26.7046C144.635 27.3469 145.091 27.9786 145.645 28.5905C146.01 28.9938 146.374 29.3338 146.728 29.6304L146.689 29.6012C148.076 30.6505 149.175 31.246 150.362 31.78C151.606 32.3095 152.925 32.8319 154.931 33.4365L154.906 33.4295C155.517 33.5918 156.187 33.7667 156.934 33.9595C157.83 34.1906 158.722 34.4337 159.603 34.6846L159.575 34.6773C161.069 35.0493 162.516 35.5855 163.802 36.3177L163.77 36.301C165.01 36.9322 166.104 37.791 166.888 38.788C167.904 40.0596 168.129 41.5542 168.135 42.672C168.141 43.4565 168.021 44.123 167.902 44.6593C167.829 44.9851 167.741 45.2731 167.647 45.533L167.642 45.546C167.128 46.8131 166.483 47.4092 165.662 48.0972L165.647 48.1112C164.897 48.6763 163.934 49.2508 162.325 49.8867C162.277 49.9058 162.227 49.9249 162.176 49.9437C160.354 50.6003 158.771 50.678 157.32 50.6806C155.843 50.6663 154.443 50.4833 152.961 50.0453C152.522 49.9141 152.074 49.7649 151.614 49.5924C150.994 49.3598 150.154 49.0244 149.208 48.5419C148.235 48.0276 147.155 47.36 146.105 46.5243C145.259 45.8124 144.417 45.0239 143.654 44.1535L144.12 44.1382C143.029 45.5201 141.943 46.9111 140.98 48.1668L140.967 47.7856C142.124 49.0666 143.326 49.9921 144.196 50.5516C145.284 51.2543 146.456 51.9267 147.652 52.5187C150.148 53.7275 152.853 54.3163 154.729 54.5122C155.593 54.6036 156.277 54.654 156.803 54.6949C157.024 54.7119 157.129 54.7426 157.128 54.7736C157.128 54.7737 157.128 54.7737 157.128 54.7737C157.128 54.812 156.968 54.8507 156.68 54.8519C155.285 54.8521 153.187 54.8237 150.727 54.3681C149.226 54.0827 148.19 53.7087 147.287 53.2987C145.497 52.3693 143.968 51.6763 140.881 48.7484C140.723 48.5902 140.57 48.4316 140.421 48.2727L140.181 47.9967L140.403 47.718C141.509 46.224 142.475 44.8931 143.422 43.5956L143.861 43.0445L144.314 43.5663C145.056 44.3484 145.862 45.0524 146.735 45.7394L146.721 45.7278C147.608 46.3846 148.584 46.9885 149.699 47.5472L149.689 47.5425C150.739 48.0482 151.914 48.5029 153.261 48.8827C153.415 48.9261 153.571 48.9675 153.729 49.0071C155.065 49.337 156.25 49.4166 157.32 49.3986C159.023 49.3591 160.463 49.1288 161.841 48.5661C162.772 48.173 163.738 47.6871 164.589 46.9213L164.569 46.9398C165.132 46.3926 165.666 45.734 166.018 44.8967L166.013 44.9106C166.282 44.2343 166.496 43.4845 166.527 42.672C166.542 42.24 166.52 41.7952 166.434 41.3509C166.312 40.7187 166.063 40.1753 165.725 39.7301C164.962 38.7322 164.011 38.0893 163.102 37.6367L163.077 37.6231C161.712 36.8801 160.429 36.516 159.178 36.2642L159.153 36.2575C157.648 35.9062 156.189 35.6081 154.43 35.2352L154.399 35.2262C153.025 34.8876 151.477 34.4593 149.614 33.8259L149.603 33.8221C149.055 33.6292 148.484 33.4008 147.895 33.124C147 32.7038 146.112 32.1957 145.266 31.5928L145.225 31.5624C143.975 30.5985 142.888 29.3384 142.102 27.9208C141.143 26.198 140.887 24.2786 140.908 22.512C140.924 20.6688 141.358 18.8052 142.19 17.2188L142.202 17.196C143.085 15.5769 144.299 14.2134 145.611 13.2026C147.282 11.8944 149.08 11.1274 150.638 10.656L150.619 10.6623C151.386 10.4116 152.107 10.2325 152.759 10.0989C153.997 9.84471 155.339 9.70383 156.745 9.6954C159.54 9.68061 162.71 10.0038 165.833 11.2636C168.302 12.254 170.711 13.8289 172.643 15.9419L173.24 16.5967L172.686 17.2577C172.13 17.926 171.568 18.5981 171.002 19.2726C170.494 19.879 169.976 20.5002 169.452 21.1341L168.731 21.9927L168.004 21.1694C166.613 19.6085 164.822 18.2965 162.738 17.5248C160.74 16.7733 158.562 16.3949 156.361 16.4096C154.266 16.4127 152.204 16.898 150.628 18.0761L150.638 18.0685C149.281 19.0687 148.562 20.5398 148.552 22.192C148.549 22.3595 148.554 22.5233 148.568 22.6838C148.627 23.3675 148.864 23.9976 149.336 24.5171C149.997 25.2488 150.875 25.8667 151.861 26.3636L151.85 26.3586C153.069 26.9522 154.386 27.4449 155.738 27.858L155.714 27.8514C157.291 28.2751 158.862 28.7375 160.394 29.2227L160.373 29.217C162.023 29.682 163.613 30.2388 165.091 30.8621C166.666 31.5048 168.08 32.3562 169.22 33.3252C170.616 34.4606 171.556 35.8086 172.14 36.9791C172.189 37.0766 172.235 37.1735 172.279 37.2694C173.134 39.2329 173.163 40.859 173.159 42.224C173.118 43.9162 172.839 45.3156 172.28 46.9184C171.851 48.0831 171.167 49.3441 169.949 50.6407C169.806 50.7917 169.657 50.9422 169.501 51.0913C168.237 52.3059 166.45 53.3017 164.525 53.9577C162.541 54.642 160.395 54.8631 158.454 54.852C156.398 54.7964 156.876 54.6799 158.914 54.5288C161.104 54.3352 162.98 53.9503 164.323 53.4004C164.811 53.2035 165.232 52.9983 165.58 52.7925C167.021 51.9251 167.877 51.1991 168.782 50.3202C169.51 49.5802 170.323 48.751 171.117 47.3169C171.245 47.0797 171.355 46.8443 171.45 46.6126C172.152 44.8212 172.183 43.4139 172.1 42.224C172.038 41.4045 171.931 40.6712 171.808 39.8976C171.649 39.022 171.585 38.5074 171.136 37.5127C170.743 36.7351 170.144 35.5683 168.487 34.2433L168.478 34.2358C167.561 33.493 166.315 32.7115 164.611 32.0792C164.052 31.8652 163.46 31.6547 162.825 31.4494C161.854 31.1356 160.91 30.8724 159.996 30.6486L159.972 30.6417C158.305 30.1767 156.757 29.783 155.315 29.4456L155.287 29.438C153.749 29.0229 152.354 28.5357 151.1 27.9731L151.088 27.9675C149.874 27.4023 148.803 26.6824 147.965 25.8115C146.925 24.755 146.569 23.3197 146.573 22.192C146.549 20.6988 146.968 19.3062 147.648 18.2618C148.052 17.627 148.64 16.9764 149.379 16.4187L149.39 16.4107C151.097 15.1024 153.714 14.3473 156.361 14.4075C158.683 14.4246 161.158 14.8668 163.416 15.7418C165.114 16.3889 166.66 17.3459 167.94 18.4318C168.431 18.8459 168.937 19.3268 169.437 19.8723L167.957 19.9084C168.908 18.7307 169.99 17.4001 171.14 15.9907L171.182 17.3057C169.562 15.561 167.411 14.0813 165.067 13.1456C162.256 12.0019 159.222 11.6953 156.745 11.7207C155.342 11.7323 154.129 11.8975 153.191 12.1082C152.448 12.2744 151.822 12.4612 151.28 12.6456L151.256 12.6531C149.017 13.4078 148.117 13.8947 146.838 14.7313C146.2 15.1761 145.477 15.7455 144.68 16.7567ZM183.724 12.0873C182.716 12.0528 181.752 12.0571 180.805 12.0846L181.577 11.312C181.682 14.9305 182.127 18.3076 182.044 23.0024C181.941 28.9263 181.551 29.8135 181.639 36.5979C181.726 43.3818 181.46 50.1697 181.62 53.1905C181.635 53.4837 181.645 53.7516 181.649 54L180.805 53.1552C182.777 53.1192 183.529 53.3948 186.117 53.4158L185.532 54C185.536 53.5566 185.532 53.0592 185.518 52.4926C185.41 48.2033 185.473 45.6036 185.631 41.8523C185.655 41.2838 185.678 40.5369 185.7 39.664L185.698 39.5113L185.804 39.3884C187.017 38.079 188.574 36.3703 190.17 34.5934L190.404 34.3216L190.643 34.5986C193.291 37.7976 196.125 41.1443 197.66 42.8029C200.51 45.882 203.335 49.7524 205.127 52.0013C205.686 52.7018 206.114 53.2623 206.435 53.6981C206.572 53.8826 206.616 53.9837 206.592 54.0036C206.592 54.0036 206.592 54.0037 206.592 54.0037C206.563 54.0284 206.428 53.9275 206.235 53.7058C205.296 52.6295 203.873 51.0384 202.141 49.2013C198.912 45.7759 198.801 45.1979 194.607 40.4321C192.872 38.4605 191.399 36.8351 189.936 35.1948L190.864 35.205C189.557 36.7727 188.235 38.3332 186.643 40.1284L186.819 39.664C186.815 40.9254 186.798 42.2849 186.763 43.7935C186.661 48.2002 186.871 50.6039 186.976 54L186.966 54.8695L186.117 54.8598C184.623 54.9061 182.937 54.932 180.805 54.9022L179.892 54.8918L179.902 54C179.92 52.7644 179.956 51.3787 180.017 49.7935C180.427 39.252 179.671 38.1425 179.57 27.6375C179.521 22.478 179.596 16.6537 179.682 11.312L179.695 10.1768L180.805 10.1894C182.648 10.2189 184.435 10.2496 186.117 10.2768L187.163 10.2887L187.152 11.312C187.097 14.6777 187.057 17.624 187.069 19.7727C187.09 23.6334 187.131 28.3016 187.137 33.392L185.341 32.7288C187.456 30.2492 189.694 27.6473 192.001 25.0093C195.763 20.7076 199.971 15.6651 204.229 10.6553L204.543 10.2964L204.997 10.3016C207.225 10.2948 209.455 10.2949 211.652 10.3096L213.873 10.3276L212.406 11.9729C211.407 13.0973 210.412 14.2058 209.427 15.2889C204.831 20.344 198.933 26.8496 194.277 31.9651L194.28 31.2383C196.272 33.6351 198.019 35.743 199.297 37.2957C203.411 42.2943 204.416 43.5108 208.556 48.1672C209.982 49.772 211.698 51.769 213.399 53.8184L213.793 54.283L213.189 54.278C211.41 54.2438 209.619 54.1891 207.95 54.1111C205.853 54.0131 206.329 53.8767 208.439 53.8114C210.235 53.7559 211.844 53.7543 213.189 53.729L212.983 54.177C212.338 53.4572 211.773 52.8486 211.285 52.3917C208.951 50.2083 207.969 49.2711 205.499 46.1041C203.028 42.9373 201.452 41.8005 199.963 39.9961C198.657 38.4119 198.672 38.1071 193.333 32.0548L192.938 31.6068L193.337 31.1409C194.068 30.2893 194.894 29.3198 195.832 28.212C203.518 19.1367 207.777 14.2013 210.709 10.7833C210.757 10.7275 210.806 10.6708 210.856 10.6132L211.652 12.3719C209.956 12.3865 207.625 12.3654 204.997 12.337L205.776 11.9781C202.83 15.3486 199.307 19.3627 196.391 22.8528C194.03 25.6781 190.398 29.9274 186.885 34.0492L185.123 36.1371L185.105 33.392C185.097 28.0121 185.082 22.8034 185.014 19.8063C184.904 14.9778 185.075 14.0179 185.232 11.312L186.117 12.1966C185.452 12.1579 184.682 12.12 183.724 12.0873ZM222.75 36.3575C221.342 39.4173 221.036 42.1488 219.411 45.9151C217.809 49.6273 217.212 50.0931 215.597 54.3096L214.826 53.1695C214.892 53.1684 214.958 53.1672 215.026 53.166C217.056 53.1281 219.086 53.1564 220.906 53.1878L220.152 53.6992C221.075 51.4938 221.869 49.6273 222.225 48.4908C222.798 46.6566 223.292 46.4817 224.14 44.312L224.277 43.9512L224.682 43.9446C224.895 43.9431 225.124 43.9383 225.372 43.9293C228.341 43.8217 230.141 43.8849 232.737 44.0423C235.254 44.1949 242.824 44.3258 245.93 44.1578L246.175 44.1538L246.274 44.3909C246.316 44.4811 246.356 44.5669 246.395 44.6481C247.649 47.2714 248.562 50.4693 249.225 52.3472C249.432 52.9322 249.581 53.3979 249.687 53.7583C249.731 53.911 249.729 53.9906 249.701 54.0021C249.701 54.0021 249.701 54.0021 249.701 54.0021C249.665 54.0163 249.588 53.9249 249.508 53.7376C249.12 52.8282 248.515 51.4792 247.739 49.9099C246.602 47.6099 246.443 46.848 245.576 44.6691L245.93 44.9091C245.292 44.9087 244.537 44.918 243.596 44.9466C239.203 45.0803 236.563 45.3475 231.394 45.1747C228.498 45.0779 226.852 45.2622 224.682 45.3711L225.465 44.8402C224.913 46.4552 224.199 48.3533 222.842 51.2686C222.312 52.4092 221.885 53.383 221.528 54.2481L221.349 54.6772L220.906 54.67C218.392 54.6411 216.795 54.7946 214.826 54.9502L213.406 54.9282L213.944 53.6457C214.41 52.1557 214.962 50.4495 215.919 47.9699C218.537 41.1848 222.346 32.8229 223.948 28.7424C225.551 24.662 227.664 19.1661 230.073 13.4371C230.41 12.6372 230.75 11.8084 231.095 10.9572L231.351 10.35L231.978 10.3603C234.083 10.3657 236.305 10.3462 238.57 10.3275L239.25 10.3387L239.483 10.9438C240.942 14.4767 242.444 18.1226 243.741 21.5957C246.141 28.024 249.56 37.1021 251.096 41.3137C252.632 45.525 253.009 46.5505 254.707 50.5154C255.131 51.5042 255.602 52.6637 256.074 53.884L256.241 54.3172L255.786 54.3102C254.079 54.2852 252.276 54.2213 250.643 54.1111C249.192 54.0131 249.521 53.8767 250.982 53.8114C253.001 53.7212 254.679 53.7732 255.786 53.6353L255.448 54.1364C255.416 54.0798 255.385 54.0252 255.354 53.9727C254.215 52.06 253.744 51.2418 252.889 48.592C252.034 45.9425 251.127 44.8975 250.57 43.3768C250.012 41.856 250.269 41.7813 247 34.2241C243.731 26.6668 241.995 22.5015 240.784 19.6289C240.034 17.8513 238.898 14.829 237.672 11.6741L238.57 12.2802C236.485 12.2536 234.342 12.2397 232.405 12.2714C232.267 12.2737 232.124 12.2759 231.978 12.2779L232.874 11.6721C230.999 16.5353 227.251 25.6798 225.864 29.487C224.438 33.4008 224.159 33.2978 222.75 36.3575ZM231.202 40.5673C229.713 40.401 228.54 41.1357 226.724 41.0319C226.54 41.0214 226.373 41.0081 226.218 40.9926L224.496 41.0531L225.102 39.3504C225.739 38.1146 226.175 37.8477 226.79 36.0796C227.473 34.1135 228.486 32.2765 228.678 31.3564C228.87 30.4364 229.356 30.5237 229.74 29.2613C230.123 27.999 230.475 27.2811 231.044 26.2696C231.614 25.258 233.038 22.0219 233.331 20.756C233.624 19.4902 234.475 18.2509 234.873 17.4607C234.997 17.2145 235.108 17.0261 235.202 16.8851C235.241 16.8254 235.283 16.8067 235.311 16.8181C235.311 16.8181 235.311 16.8181 235.311 16.8181C235.347 16.8323 235.364 16.8929 235.335 16.9785C235.196 17.3942 235.013 18.0254 234.859 18.7954C234.571 20.231 234.246 20.2717 233.654 22.1302C233.063 23.9888 232.881 25.1741 231.879 27.2395C230.876 29.3048 231.355 30.0598 229.785 32.9142C228.215 35.7686 228.794 36.3631 227.702 39.3947C227.601 39.6759 227.493 39.9622 227.38 40.2517L226.218 38.5423C229.259 38.5306 232.768 38.8712 234.53 38.8398C236.471 38.8052 239.078 38.7171 241.83 38.8169C242.619 38.8455 243.46 38.8452 244.33 38.8345L243.439 40.142C242.621 38.1331 241.676 35.9784 241.002 33.9142C240.057 31.0215 238.696 26.9417 238.111 25.0397C237.526 23.1379 237.381 22.6753 236.597 20.9314C236.146 19.929 235.64 18.5031 235.354 17.243C235.211 16.6088 235.391 16.6945 235.688 17.2729C236.123 18.1187 236.347 18.865 236.684 19.2565C237.358 20.0387 237.631 20.3763 237.896 21.5936C238.161 22.8108 238.792 23.1854 239.006 23.8716C239.22 24.5579 238.968 24.6441 240.491 27.9622C242.014 31.2804 242.794 33.1214 243.344 34.3883C243.806 35.452 244.472 37.5734 245.206 39.4479L245.742 40.6834L244.33 40.7332C243.945 40.7328 243.568 40.7381 243.207 40.7514C240.957 40.8347 236.384 40.7584 234.54 40.8947C232.696 41.031 232.692 40.7335 231.202 40.5673ZM262.142 11.7735C261.976 13.8924 262.711 15.5605 262.607 18.1431C262.503 20.7258 262.113 21.1126 262.201 24.0704C262.289 27.028 262.022 29.9873 262.182 31.3043C262.342 32.6211 261.858 32.7601 261.966 34.6302C262.073 36.5003 262.01 37.6336 261.853 39.2691C261.695 40.9047 261.561 45.9294 261.754 47.7566C261.948 49.5837 261.612 51.6677 261.533 52.921C261.508 53.3113 261.474 53.6186 261.439 53.8541C261.424 53.9539 261.392 54 261.361 54C261.361 54 261.361 54 261.361 54C261.323 54 261.285 53.9285 261.28 53.8003C261.257 53.1778 261.194 52.2475 261.055 51.1485C260.795 49.0993 261.082 48.8754 260.948 46.1082C260.815 43.3411 260.547 41.6786 260.72 38.4228C260.893 35.167 260.17 34.4192 260.58 29.8233C260.99 25.2275 260.233 24.7438 260.133 20.1639C260.071 17.3401 260.206 14.0596 260.31 11.312L260.338 10.2282L261.367 10.255C263.076 10.3199 264.578 10.3731 265.637 10.3598C265.971 10.3556 266.319 10.3507 266.679 10.3453L267.67 10.3712L267.646 11.312C267.684 13.9308 267.742 17.2122 267.654 20.6527C267.554 24.5665 267.806 29.398 267.628 33.7182C267.45 38.0384 267.225 44.1462 267.074 46.9679C266.924 49.7896 266.89 50.4773 266.982 53.1933C266.99 53.4478 266.996 53.7181 266.999 54L266.991 54.3284L266.679 54.3203C265.232 54.3356 263.478 54.2741 261.957 54.1111C261.043 54.0131 261.25 53.8767 262.17 53.8114C263.516 53.716 264.621 53.7798 265.314 53.6093C265.851 53.4773 266.268 53.3768 266.679 53.3148L265.994 54C265.896 53.3494 265.894 52.7133 266.015 51.6416C266.213 49.8927 265.763 49.0686 265.815 48.049C265.867 47.0294 266.132 47.0462 265.928 41.8621C265.723 36.678 265.67 33.836 265.621 31.8728C265.572 29.9096 265.803 25.8103 265.72 22.6108C265.646 19.7729 265.697 14.3347 265.615 11.312L266.679 12.3761C266.294 12.3866 265.948 12.3993 265.652 12.4147C263.235 12.5403 263.041 12.2975 261.367 12.1285L262.184 11.312C262.169 11.4544 262.155 11.6074 262.142 11.7735ZM278.055 16.7567C277.729 17.1736 277.451 17.6119 277.215 18.0635L277.223 18.048C276.529 19.4576 276.329 20.974 276.44 22.512C276.548 23.9637 276.86 25.4344 277.623 26.7046C278.01 27.3469 278.466 27.9786 279.02 28.5905C279.385 28.9938 279.749 29.3338 280.103 29.6304L280.064 29.6012C281.451 30.6505 282.55 31.246 283.737 31.78C284.981 32.3095 286.3 32.8319 288.306 33.4365L288.281 33.4295C288.892 33.5918 289.562 33.7667 290.309 33.9595C291.205 34.1906 292.097 34.4337 292.978 34.6846L292.95 34.6773C294.444 35.0493 295.891 35.5855 297.177 36.3177L297.145 36.301C298.385 36.9322 299.479 37.791 300.263 38.788C301.279 40.0596 301.504 41.5542 301.51 42.672C301.516 43.4565 301.396 44.123 301.277 44.6593C301.204 44.9851 301.116 45.2731 301.022 45.533L301.017 45.546C300.503 46.8131 299.858 47.4092 299.037 48.0972L299.022 48.1112C298.272 48.6763 297.309 49.2508 295.7 49.8867C295.652 49.9058 295.602 49.9249 295.551 49.9437C293.729 50.6003 292.146 50.678 290.695 50.6806C289.218 50.6663 287.818 50.4833 286.336 50.0453C285.897 49.9141 285.449 49.7649 284.989 49.5924C284.369 49.3598 283.529 49.0244 282.583 48.5419C281.61 48.0276 280.53 47.36 279.48 46.5243C278.634 45.8124 277.792 45.0239 277.029 44.1535L277.495 44.1382C276.404 45.5201 275.318 46.9111 274.355 48.1668L274.342 47.7856C275.499 49.0666 276.701 49.9921 277.571 50.5516C278.659 51.2543 279.831 51.9267 281.027 52.5187C283.523 53.7275 286.228 54.3163 288.104 54.5122C288.968 54.6036 289.652 54.654 290.178 54.6949C290.399 54.7119 290.504 54.7426 290.504 54.7736C290.504 54.7737 290.504 54.7737 290.504 54.7737C290.503 54.812 290.343 54.8507 290.055 54.8519C288.66 54.8521 286.562 54.8237 284.102 54.3681C282.601 54.0827 281.565 53.7087 280.662 53.2987C278.872 52.3693 277.343 51.6763 274.256 48.7484C274.098 48.5902 273.945 48.4316 273.796 48.2727L273.556 47.9967L273.778 47.718C274.884 46.224 275.85 44.8931 276.797 43.5956L277.236 43.0445L277.689 43.5663C278.431 44.3484 279.237 45.0524 280.11 45.7394L280.096 45.7278C280.983 46.3846 281.959 46.9885 283.074 47.5472L283.065 47.5425C284.114 48.0482 285.289 48.5029 286.636 48.8827C286.79 48.9261 286.946 48.9675 287.104 49.0071C288.44 49.337 289.625 49.4166 290.695 49.3986C292.398 49.3591 293.838 49.1288 295.216 48.5661C296.147 48.173 297.113 47.6871 297.964 46.9213L297.944 46.9398C298.507 46.3926 299.041 45.734 299.393 44.8967L299.388 44.9106C299.657 44.2343 299.871 43.4845 299.902 42.672C299.917 42.24 299.895 41.7952 299.809 41.3509C299.687 40.7187 299.438 40.1753 299.099 39.7301C298.337 38.7322 297.386 38.0893 296.477 37.6367L296.452 37.6231C295.087 36.8801 293.804 36.516 292.553 36.2642L292.528 36.2575C291.023 35.9062 289.564 35.6081 287.805 35.2352L287.774 35.2262C286.4 34.8876 284.852 34.4593 282.989 33.8259L282.978 33.8221C282.43 33.6292 281.859 33.4008 281.27 33.124C280.375 32.7038 279.487 32.1957 278.641 31.5928L278.6 31.5624C277.35 30.5985 276.263 29.3384 275.477 27.9208C274.518 26.198 274.262 24.2786 274.283 22.512C274.299 20.6688 274.733 18.8052 275.565 17.2188L275.577 17.196C276.46 15.5769 277.674 14.2134 278.986 13.2026C280.657 11.8944 282.455 11.1274 284.013 10.656L283.994 10.6623C284.761 10.4116 285.482 10.2325 286.134 10.0989C287.372 9.84471 288.714 9.70383 290.12 9.6954C292.915 9.68061 296.085 10.0038 299.208 11.2636C301.677 12.254 304.086 13.8289 306.018 15.9419L306.615 16.5967L306.061 17.2577C305.505 17.926 304.943 18.5981 304.377 19.2726C303.869 19.879 303.351 20.5002 302.827 21.1341L302.106 21.9927L301.379 21.1694C299.988 19.6085 298.197 18.2965 296.113 17.5248C294.115 16.7733 291.937 16.3949 289.736 16.4096C287.641 16.4127 285.579 16.898 284.003 18.0761L284.013 18.0685C282.656 19.0687 281.936 20.5398 281.927 22.192C281.924 22.3595 281.929 22.5233 281.943 22.6838C282.002 23.3675 282.239 23.9976 282.711 24.5171C283.372 25.2488 284.25 25.8667 285.236 26.3636L285.225 26.3586C286.444 26.9522 287.761 27.4449 289.113 27.858L289.089 27.8514C290.666 28.2751 292.237 28.7375 293.769 29.2227L293.748 29.217C295.398 29.682 296.988 30.2388 298.466 30.8621C300.041 31.5048 301.455 32.3562 302.595 33.3252C303.991 34.4606 304.931 35.8086 305.515 36.9791C305.564 37.0766 305.61 37.1735 305.654 37.2694C306.509 39.2329 306.538 40.859 306.534 42.224C306.493 43.9162 306.214 45.3156 305.655 46.9184C305.226 48.0831 304.542 49.3441 303.324 50.6407C303.181 50.7917 303.032 50.9422 302.876 51.0913C301.612 52.3059 299.825 53.3017 297.9 53.9577C295.915 54.642 293.77 54.8631 291.829 54.852C289.773 54.7964 290.251 54.6799 292.289 54.5288C294.479 54.3352 296.355 53.9503 297.698 53.4004C298.186 53.2035 298.607 52.9983 298.955 52.7925C300.396 51.9251 301.252 51.1991 302.157 50.3202C302.885 49.5802 303.698 48.751 304.492 47.3169C304.62 47.0797 304.73 46.8443 304.825 46.6126C305.527 44.8212 305.558 43.4139 305.475 42.224C305.413 41.4045 305.306 40.6712 305.183 39.8976C305.024 39.022 304.96 38.5074 304.511 37.5127C304.118 36.7351 303.519 35.5683 301.862 34.2433L301.853 34.2358C300.936 33.493 299.69 32.7115 297.986 32.0792C297.427 31.8652 296.835 31.6547 296.2 31.4494C295.229 31.1356 294.285 30.8724 293.371 30.6486L293.347 30.6417C291.68 30.1767 290.132 29.783 288.69 29.4456L288.662 29.438C287.124 29.0229 285.729 28.5357 284.475 27.9731L284.463 27.9675C283.249 27.4023 282.178 26.6824 281.34 25.8115C280.3 24.755 279.944 23.3197 279.948 22.192C279.924 20.6988 280.343 19.3062 281.023 18.2618C281.427 17.627 282.015 16.9764 282.754 16.4187L282.765 16.4107C284.472 15.1024 287.089 14.3473 289.736 14.4075C292.058 14.4246 294.533 14.8668 296.791 15.7418C298.489 16.3889 300.035 17.3459 301.315 18.4318C301.806 18.8459 302.312 19.3268 302.812 19.8723L301.332 19.9084C302.283 18.7307 303.365 17.4001 304.515 15.9907L304.557 17.3057C302.937 15.561 300.786 14.0813 298.442 13.1456C295.631 12.0019 292.597 11.6953 290.12 11.7207C288.717 11.7323 287.504 11.8975 286.566 12.1082C285.823 12.2744 285.197 12.4612 284.655 12.6456L284.631 12.6531C282.392 13.4078 281.492 13.8947 280.213 14.7313C279.575 15.1761 278.852 15.7455 278.055 16.7567Z' fill='%23171717'/%3E%3C/svg%3E%0A");
  }
  #first_screen .cta h1 span {
    font-size: 60px;
  }
  #first_screen .cta h1 .title-svg {
    width: 430px;
    height: 160px;
    background-image: url("data:image/svg+xml,%3Csvg width='439' height='160' viewBox='0 0 439 160' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.984 139H5.04V82.972H19.488V115.984L42.168 82.972H57.12V139H42.588V104.392L18.984 139ZM119.384 139H104.936V116.488H81.6677V139H67.2197V82.972H81.6677V103.888H104.936V82.972H119.384V139ZM156.445 139H141.997V95.572H126.289V82.972H172.069V95.572H156.445V139ZM220.022 139H178.946V82.972H220.022V95.572H193.394V104.308H219.434V116.908H193.394V126.4H220.022V139ZM242.859 139H228.411V82.972H256.467C269.067 82.972 275.955 91.456 275.955 101.62C275.955 111.7 269.067 120.184 256.467 120.184H242.859V139ZM254.535 107.584C258.399 107.584 261.255 105.4 261.255 101.62C261.255 97.756 258.399 95.572 254.535 95.572H242.859V107.584H254.535ZM334.552 139H320.104V116.488H296.836V139H282.388V82.972H296.836V103.888H320.104V82.972H334.552V139ZM385.725 139H344.649V82.972H385.725V95.572H359.097V104.308H385.137V116.908H359.097V126.4H385.725V139ZM421.078 139H406.63V95.572H390.922V82.972H436.702V95.572H421.078V139Z' fill='white'/%3E%3Cpath d='M58.3604 89.4981C58.0945 96.5501 59.27 102.101 59.1038 110.697C58.9377 119.292 58.3141 120.579 58.4544 130.423C58.4958 133.328 58.4879 136.234 58.4626 139L58.4792 140.326L57.12 140.343C51.1516 140.288 45.8363 140.153 42.588 140.261L41.3427 140.277L41.3267 139C41.3152 138.654 41.301 138.331 41.2836 138.034C41.0273 133.651 41.8021 133.189 41.63 126.965C41.458 120.741 41.5591 116.969 41.811 111.526C41.8847 109.932 41.9553 107.37 42.0105 104.392L43.0651 104.717C38.9029 110.583 33.4459 118.507 31.2038 122.183C28.033 127.381 23.6816 132.808 21.2262 136.182C20.4614 137.233 19.8405 138.048 19.3521 138.663C19.1453 138.924 19.0175 139.023 18.9766 138.995C18.9765 138.995 18.9765 138.995 18.9765 138.995C18.9257 138.96 19.0097 138.729 19.2437 138.373C20.3798 136.64 22.0421 134.026 23.9186 130.878C27.4174 125.01 28.2173 124.653 33.2297 116.924C36.4597 111.944 38.7562 108.175 41.676 103.77L43.7114 100.821L43.6919 104.392C43.7303 107.308 43.721 110.49 43.6227 114.343C43.372 124.168 44.3 127.13 43.9864 139L42.588 137.602C43.809 137.634 45.1242 137.679 46.5509 137.74C51.0123 137.932 54.3094 137.964 57.12 137.91L56.0303 139C55.8994 132.175 55.2591 128.218 55.1451 117.422C55.0271 106.241 55.3549 92.9096 55.5161 82.972L57.12 84.5759C53.5099 84.5173 50.3477 84.4807 47.8992 84.4955C46.1031 84.5063 44.1866 84.5204 42.168 84.5349L43.4562 83.857C38.8009 90.7382 33.1724 99.0475 27.1326 107.612C25.0873 110.512 22.9482 113.623 20.7487 116.85L17.9313 120.903L17.9584 115.984C17.919 105.553 17.7621 94.1912 17.9694 83.7301C17.9744 83.4792 17.9794 83.2264 17.9844 82.972L19.488 84.4756C15.0386 84.3879 10.0627 84.2935 5.04 84.1979L6.26593 82.972C6.05382 94.1212 5.83598 105.501 5.67262 111.862C5.43147 121.253 5.37708 123.542 5.52443 132.58C5.55578 134.503 5.56459 136.695 5.54745 139L5.04 138.493C8.96217 138.522 13.2113 138.626 17.0194 138.822C20.0621 138.979 19.3726 139.197 16.3101 139.302C11.8317 139.454 8.15545 139.352 5.84793 139.625C5.56943 139.658 5.30059 139.69 5.04 139.72L4.32887 139.729L4.31974 139C3.84627 134.946 3.67964 132.886 3.9778 127.416C4.29508 121.596 3.574 118.853 3.657 115.46C3.74003 112.067 4.16535 112.123 3.83766 94.8696C3.75298 90.4112 3.6846 86.4734 3.62839 82.972L3.61094 81.5783L5.04 81.5604C10.9729 81.4651 15.6526 81.4048 19.488 81.3594L21.0801 81.3395L21.1006 82.972C21.1321 85.6327 21.1564 87.8871 21.1803 89.8716C21.2478 95.4729 20.9861 106.299 20.994 115.984L18.2467 115.131C19.1586 113.802 20.0463 112.494 20.8911 111.231C25.7684 103.938 35.0163 90.5892 40.7854 82.0221L41.2644 81.3058L42.168 81.2945C44.3758 81.2739 46.3136 81.2461 47.8505 81.2076C52.7652 81.0848 54.9176 81.1822 57.12 81.3382L58.7331 81.318L58.7538 82.972C58.6328 84.68 58.4766 86.4181 58.3604 89.4981ZM82.9081 85.1651C82.6576 91.4684 83.6856 96.5084 83.6674 103.888L81.6677 101.888C82.1242 101.889 82.5896 101.894 83.0648 101.904C91.2227 102.07 92.4445 102.694 101.787 102.554C102.839 102.538 103.891 102.529 104.936 102.526L103.574 103.888C103.548 95.6548 103.859 87.8778 103.631 84.1862C103.604 83.7429 103.588 83.3419 103.582 82.972L103.564 81.6365L104.936 81.6184C108.037 81.5657 108.95 82.1678 114.227 82.014C116.147 81.9581 117.821 81.9311 119.384 81.9286L120.413 81.9151L120.427 82.972C120.432 86.2172 120.331 88.9817 120.161 92.4688C119.909 97.6353 119.694 113.507 120.003 119.279C120.313 125.05 119.776 131.633 119.649 135.592C119.609 136.825 119.555 137.795 119.498 138.539C119.474 138.854 119.424 139 119.375 139C119.375 139 119.375 139 119.375 139C119.313 139 119.253 138.774 119.245 138.369C119.207 136.403 119.107 133.464 118.884 129.993C118.468 123.52 118.928 122.813 118.714 114.072C118.5 105.331 118.072 100.08 118.349 89.7955C118.422 87.0963 118.395 84.9428 118.329 82.972L119.384 84.0266C114.997 84.174 111.515 84.52 104.936 84.417L106.381 82.972C106.354 84.6986 106.296 86.6386 106.195 88.8642C105.874 95.9712 106 99.965 106.232 103.888L106.214 105.201L104.936 105.184C100.845 105.425 96.8323 105.781 89.448 105.863C86.9451 105.891 84.3287 105.894 81.6677 105.88L79.6497 105.853L79.6756 103.888C79.7122 96.7965 79.8679 89.3889 79.9905 82.972L81.6677 84.6491C76.5749 84.5518 72.1062 84.4752 68.915 84.4955C68.3618 84.499 67.7964 84.5029 67.2197 84.507L68.7547 82.972C68.8152 91.4862 68.9294 102.494 68.7798 114.073C68.682 121.641 68.7952 130.295 68.8323 139L67.2197 137.387C72.0799 137.367 76.956 137.37 81.6677 137.446L80.114 139C80.1243 138.365 80.136 137.733 80.1491 137.104C80.2787 130.898 80.4238 123.523 80.5662 116.488L80.5809 115.372L81.6677 115.386C90.1003 115.557 98.0446 115.724 102.904 115.855C103.623 115.875 104.298 115.893 104.936 115.91L105.521 115.918L105.514 116.488C105.32 123.761 105.285 126.233 105.42 134.121C105.446 135.605 105.456 137.258 105.45 139L104.936 138.486C108.981 138.5 113.508 138.604 117.519 138.822C120.407 138.979 119.753 139.197 116.846 139.302C112.595 139.454 109.106 139.352 106.916 139.625C106.197 139.715 105.546 139.795 104.936 139.866L104.081 139.877L104.07 139C103.711 135.894 103.608 133.836 103.873 129.219C104.191 123.695 103.47 121.092 103.553 117.871C103.566 117.353 103.588 116.919 103.615 116.488L104.936 117.809C102.689 117.671 100.515 117.415 86.776 117.69C84.9869 117.726 83.2862 117.759 81.6677 117.789L82.969 116.488C83.1624 126.825 83.2498 133.805 83.3122 139L83.3336 140.623L81.6677 140.645C80.231 140.662 78.9309 140.677 77.7342 140.692C75.1621 140.725 71.4291 140.681 67.2197 140.627L65.6145 140.648L65.5928 139C65.6685 133.061 65.7626 126.173 65.6846 120.258C65.5595 110.769 65.6595 92.0754 65.4916 82.972L65.4691 81.267L67.2197 81.2439C67.8117 81.233 68.3631 81.221 68.8688 81.2076C76.1329 81.0163 77.0389 81.3591 81.6677 81.6257L82.996 81.6081L83.014 82.972C82.9767 83.6207 82.9408 84.3424 82.9081 85.1651ZM154.159 81.7316C158.653 81.9975 162.191 80.822 167.669 80.9882C169.548 81.0451 170.879 81.1559 172.069 81.2713L173.736 81.2385L173.77 82.972C173.549 85.2535 173.312 87.0213 173.404 91.1432C173.437 92.6349 173.438 94.1268 173.425 95.572L173.451 96.9L172.069 96.9271C167.437 96.8825 163.284 96.6811 161.155 96.8764C159.046 97.0699 158.362 96.6756 156.445 96.5449L157.418 95.572C157.376 96.1937 157.361 96.945 157.403 97.9167C157.575 101.883 157.474 104.287 157.222 107.756C156.971 111.225 156.756 121.882 157.065 125.758C157.374 129.633 156.838 134.053 156.71 136.711C156.671 137.539 156.616 138.191 156.56 138.691C156.536 138.902 156.486 139 156.436 139C156.436 139 156.436 139 156.436 139C156.375 139 156.314 138.848 156.306 138.576C156.269 137.256 156.169 135.283 155.946 132.952C155.53 128.606 155.99 128.131 155.776 122.262C155.562 116.393 155.134 112.866 155.411 105.961C155.59 101.487 155.167 99.246 155.026 95.572L155.054 94.125L156.445 94.1523C158.443 94.0754 160.863 94.0815 164.296 94.3124C167.706 94.5418 170.049 94.5429 172.069 94.4404L170.938 95.572C170.748 91.8393 170.206 89.2055 170.096 82.972L172.069 84.945C172.031 84.9456 171.993 84.9463 171.955 84.9469C162.241 85.1078 149.979 84.4401 144.123 84.4955C139.263 84.5414 133.019 84.6464 126.289 84.5894L127.907 82.972C127.895 84.3501 127.877 85.7485 127.85 87.1595C127.799 89.7993 127.805 92.636 127.828 95.572L126.289 94.0337C131.396 93.994 136.803 93.9038 141.997 93.9748L143.625 94.0068L143.595 95.572C143.578 96.7829 143.553 97.9822 143.516 99.1635C143.231 108.327 142.871 121.281 142.63 127.266C142.411 132.707 142.346 134.407 142.447 139L141.997 138.551C142.456 138.541 142.944 138.529 143.468 138.516C146.779 138.431 151.34 138.511 155.193 138.822C157.132 138.979 156.693 139.197 154.741 139.302C151.887 139.454 149.544 139.352 148.074 139.625C145.675 140.07 144.402 140.291 141.997 140.185L140.836 140.208L140.812 139C140.836 138.459 140.877 137.861 140.935 137.179C141.252 133.47 140.531 131.722 140.614 129.559C140.697 127.397 141.123 127.432 140.795 116.437C140.476 105.722 140.388 99.7244 140.311 95.572L141.997 97.2583C141.889 97.2603 141.781 97.2623 141.675 97.2643C138.346 97.3272 132.12 97.1039 126.289 97.0799L124.812 97.1089L124.782 95.572C124.788 94.1102 124.781 92.6731 124.754 91.3128C124.711 89.1012 124.695 86.145 124.685 82.972L124.654 81.3995L126.289 81.3674C132.853 81.3471 140.343 81.3547 144.092 81.2076C149.654 80.9895 149.665 81.4656 154.159 81.7316ZM203.015 96.8124C199.63 96.6762 196.614 96.918 193.394 97.164L194.986 95.572C195.19 98.2368 195.397 101.041 195.394 104.308L193.394 102.308C193.889 102.308 194.395 102.313 194.912 102.324C202.97 102.49 204.177 103.114 213.406 102.974C215.433 102.943 217.461 102.939 219.434 102.95L220.774 102.932L220.792 104.308C220.767 109.081 220.658 113.538 220.655 116.908L220.671 118.112L219.434 118.129C217.855 118.127 216.514 118.149 215.491 118.212C211.382 118.469 210.948 117.694 205.113 117.866C200.382 118.005 197.163 117.965 193.394 117.811L194.297 116.908C194.261 117.788 194.219 118.698 194.171 119.664C194.097 121.167 194.026 123.587 193.971 126.4L193.394 125.823C200.131 125.956 209.119 125.999 213.141 125.78C215.38 125.659 217.742 125.668 220.022 125.731L220.682 125.723L220.691 126.4C220.593 129.927 220.364 133.258 220.287 135.633C220.247 136.851 220.193 137.81 220.137 138.545C220.113 138.856 220.063 139 220.013 139C220.013 139 220.013 139 220.013 139C219.952 139 219.891 138.777 219.883 138.377C219.846 136.435 219.746 133.532 219.523 130.103C219.426 128.618 219.377 127.441 219.355 126.4L220.022 127.067C216.579 127.139 214.628 126.905 207.998 127.07C202.452 127.207 198.328 127.433 193.394 127.503L192.277 127.488L192.291 126.4C192.252 123.654 192.261 120.656 192.36 117.023C192.361 116.985 192.362 116.946 192.363 116.908L192.377 115.863L193.394 115.876C203.295 116.137 205.748 115.032 219.434 115.618L218.145 116.908C218.154 116.685 218.164 116.459 218.175 116.231C218.417 110.938 218.405 107.393 218.285 104.308L219.434 105.457C214.161 105.662 210.233 106.181 201.217 106.283C198.702 106.311 196.07 106.314 193.394 106.299L191.377 106.272L191.403 104.308C191.419 101.417 191.454 98.4753 191.5 95.572L191.525 93.6525L193.394 93.6774C203.073 93.8282 212.319 94.0836 217.779 94.0485C218.506 94.0438 219.254 94.0386 220.022 94.0329L218.483 95.572C218.455 91.793 218.418 87.5378 218.4 82.972L220.022 84.5944C214.525 84.6166 208.577 84.612 202.469 84.5321C195.312 84.4385 187.172 84.5382 178.946 84.5795L180.554 82.972C180.583 88.7828 180.583 94.6366 180.465 100.217C180.205 112.507 179.883 129.435 179.645 139L178.946 138.301C179.872 138.324 180.729 138.346 181.506 138.367C190.31 138.609 192.456 138.663 200.93 138.516C205.802 138.431 212.512 138.511 218.18 138.822C221.033 138.979 220.387 139.197 217.515 139.302C213.317 139.454 209.87 139.352 207.706 139.625C203.384 140.17 201.546 140.38 196.089 140.062C190.632 139.745 188.06 140.466 184.879 140.383C183.058 140.335 182.297 140.176 178.946 140.109L177.852 140.124L177.837 139C177.886 136.496 177.884 132.546 177.744 125.628C177.416 109.452 177.333 100.585 177.254 94.4589C177.218 91.6961 177.274 87.5774 177.334 82.972L177.312 81.3811L178.946 81.3593C184.552 81.4318 190.879 81.51 196.359 81.4369C202.21 81.3588 211.602 81.3684 220.022 81.3459L221.626 81.3244L221.648 82.972C221.661 87.7642 221.684 92.2416 221.74 95.572L221.763 97.2668L220.022 97.29C219.219 97.3035 218.483 97.3188 217.825 97.3363C209.644 97.5545 209.627 97.0784 203.015 96.8124ZM265.501 83.39C269.395 85.3449 273.369 86.8678 275.879 92.1748C277.576 96.4541 277.241 98.0292 277.286 101.62C277.263 102.51 277.216 103.53 277.073 104.76C276.494 111.234 271.562 116.098 269.377 117.722C267.128 119.47 266.52 119.054 262.875 120.347C260.378 121.109 258.447 121.237 256.467 121.159C255.507 121.113 254.527 121.045 253.435 120.961C251.438 120.807 246.909 120.667 242.859 120.652L243.327 120.184C243.318 122.752 243.359 125.128 243.479 126.543C243.788 130.188 243.251 134.346 243.124 136.847C243.084 137.626 243.03 138.239 242.974 138.709C242.95 138.908 242.9 139 242.85 139C242.85 139 242.85 139 242.85 139C242.788 139 242.728 138.857 242.72 138.601C242.682 137.36 242.583 135.503 242.36 133.311C241.943 129.222 242.403 128.775 242.189 123.254C242.147 122.158 242.096 121.149 242.044 120.184L242.061 119.352L242.859 119.369C246.753 119.158 249.917 118.928 255.123 119.149C255.596 119.169 256.042 119.182 256.467 119.188C261.605 118.869 263.716 118.444 269.975 113.863C274.793 109.061 274.297 106.118 274.194 101.62C274.091 100.376 273.915 98.955 273.492 97.2788C272.155 88.9875 261.988 83.8851 256.467 84.4922C256.231 84.4922 256.004 84.4933 255.786 84.4955C250.277 84.5508 242.879 84.6918 235.07 84.5321C232.965 84.4891 230.727 84.4869 228.411 84.5012L229.94 82.972C229.979 89.2456 230.138 96.0859 229.93 102.382C229.645 111.002 229.285 123.188 229.044 128.819C228.84 133.584 228.769 135.299 228.842 139L228.411 138.569C229.082 138.556 229.819 138.538 230.651 138.516C233.766 138.431 238.057 138.511 241.681 138.822C243.505 138.979 243.092 139.197 241.256 139.302C238.571 139.454 236.367 139.352 234.984 139.625C232.459 140.123 231.26 140.341 228.411 140.133L227.302 140.156L227.278 139C227.298 138.73 227.321 138.446 227.349 138.144C227.666 134.654 226.945 133.01 227.028 130.976C227.111 128.941 227.536 128.975 227.209 118.631C226.881 108.288 226.797 102.617 226.719 98.7001C226.651 95.3279 226.915 88.7969 226.905 82.972L226.874 81.498L228.411 81.4659C229.352 81.4642 230.275 81.4554 231.163 81.4369C237.547 81.3037 250.525 81.4258 255.757 81.2076C256.005 81.1973 256.241 81.1885 256.467 81.1812C261.305 81.2321 261.569 81.7482 265.501 83.39ZM243.66 96.8124C243.383 96.7524 243.119 96.7658 242.859 96.8205L244.108 95.572C244.296 96.4635 244.972 97.3053 244.843 98.4652C244.677 99.963 244.053 100.187 244.194 101.903C244.334 103.618 243.907 105.334 244.163 106.098C244.38 106.742 243.863 106.9 243.798 107.584L242.859 106.645C242.986 106.657 243.132 106.653 243.302 106.626C244.386 106.454 245.044 106.555 245.992 106.807C246.941 107.059 249.855 107.274 250.914 106.964C251.974 106.655 253.182 107.192 253.909 107.319C254.136 107.359 254.314 107.413 254.45 107.47C254.508 107.493 254.535 107.544 254.535 107.593C254.535 107.593 254.535 107.593 254.535 107.593C254.535 107.655 254.494 107.715 254.419 107.723C254.058 107.761 253.519 107.86 252.881 108.084C251.693 108.5 251.563 108.04 249.958 108.254C248.354 108.468 247.389 108.895 245.501 108.619C244.361 108.452 243.751 108.808 242.859 108.971L241.38 108.865L241.472 107.584C241.364 107 241.34 106.294 241.6 105.239C242.255 102.574 241.045 102.293 240.884 99.6372C240.806 98.3527 240.922 96.9054 241.057 95.572L241.195 93.6499L242.859 93.7695C244.283 93.9129 245.577 94.0771 246.404 94.0485C248.005 93.9931 250.155 93.8522 252.425 94.0119C253.09 94.0587 253.8 94.0572 254.535 94.0388C256.531 93.9684 259.077 94.4715 260.618 96.2533C261.887 97.6169 262.481 99.8888 262.252 101.62C262.131 102.972 261.62 104.128 261.148 104.771C259.988 106.199 259.604 106.394 258.19 107.321C257.347 107.826 255.965 108.047 254.884 107.756C254.34 107.608 254.478 107.394 254.987 107.272C255.727 107.086 256.349 107.06 256.643 106.7C257.207 105.967 257.318 105.719 258.191 105.558C259.091 105.325 258.828 104.492 259.127 104.22C259.282 104.063 259.453 104.041 259.674 103.757C259.877 103.475 260.201 102.892 260.053 101.62C260.053 101.62 260.053 101.619 260.053 101.619C259.65 99.0664 258.474 98.5212 257.808 98.1074C257.251 97.7847 255.982 97.0605 254.535 97.078C254.201 97.0765 253.874 97.0846 253.561 97.1071C251.705 97.2403 247.933 97.1182 246.412 97.3363C244.892 97.5545 244.889 97.0784 243.66 96.8124ZM298.076 85.1651C297.826 91.4684 298.854 96.5084 298.835 103.888L296.836 101.888C297.292 101.889 297.758 101.894 298.233 101.904C306.391 102.07 307.613 102.694 316.955 102.554C318.007 102.538 319.059 102.529 320.104 102.526L318.742 103.888C318.716 95.6548 319.027 87.8778 318.799 84.1862C318.772 83.7429 318.756 83.3419 318.75 82.972L318.732 81.6365L320.104 81.6184C323.205 81.5657 324.118 82.1678 329.395 82.014C331.315 81.9581 332.989 81.9311 334.552 81.9286L335.581 81.9151L335.595 82.972C335.6 86.2172 335.499 88.9817 335.329 92.4688C335.077 97.6353 334.862 113.507 335.171 119.279C335.481 125.05 334.944 131.633 334.816 135.592C334.777 136.825 334.723 137.795 334.666 138.539C334.642 138.854 334.592 139 334.543 139C334.543 139 334.543 139 334.543 139C334.481 139 334.42 138.774 334.413 138.369C334.375 136.403 334.275 133.464 334.052 129.993C333.636 123.52 334.096 122.813 333.882 114.072C333.668 105.331 333.24 100.08 333.517 89.7955C333.59 87.0963 333.563 84.9428 333.497 82.972L334.552 84.0266C330.165 84.174 326.683 84.52 320.104 84.417L321.549 82.972C321.522 84.6986 321.464 86.6386 321.363 88.8642C321.042 95.9712 321.168 99.965 321.4 103.888L321.382 105.201L320.104 105.184C316.013 105.425 312 105.781 304.616 105.863C302.113 105.891 299.497 105.894 296.836 105.88L294.818 105.853L294.844 103.888C294.88 96.7965 295.036 89.3889 295.159 82.972L296.836 84.6491C291.743 84.5518 287.274 84.4752 284.083 84.4955C283.53 84.499 282.964 84.5029 282.388 84.507L283.923 82.972C283.983 91.4862 284.097 102.494 283.948 114.073C283.85 121.641 283.963 130.295 284 139L282.388 137.387C287.248 137.367 292.124 137.37 296.836 137.446L295.282 139C295.292 138.365 295.304 137.733 295.317 137.104C295.447 130.898 295.592 123.523 295.734 116.488L295.749 115.372L296.836 115.386C305.268 115.557 313.213 115.724 318.072 115.855C318.791 115.875 319.466 115.893 320.104 115.91L320.689 115.918L320.682 116.488C320.488 123.761 320.453 126.233 320.588 134.121C320.614 135.605 320.624 137.258 320.618 139L320.104 138.486C324.149 138.5 328.676 138.604 332.687 138.822C335.575 138.979 334.921 139.197 332.014 139.302C327.763 139.454 324.274 139.352 322.084 139.625C321.365 139.715 320.714 139.795 320.104 139.866L319.249 139.877L319.238 139C318.879 135.894 318.776 133.836 319.041 129.219C319.359 123.695 318.638 121.092 318.721 117.871C318.734 117.353 318.756 116.919 318.783 116.488L320.104 117.809C317.857 117.671 315.683 117.415 301.944 117.69C300.155 117.726 298.454 117.759 296.836 117.789L298.137 116.488C298.33 126.825 298.418 133.805 298.48 139L298.502 140.623L296.836 140.645C295.399 140.662 294.099 140.677 292.902 140.692C290.33 140.725 286.597 140.681 282.388 140.627L280.783 140.648L280.761 139C280.836 133.061 280.931 126.173 280.853 120.258C280.727 110.769 280.827 92.0754 280.66 82.972L280.637 81.267L282.388 81.2439C282.98 81.233 283.531 81.221 284.037 81.2076C291.301 81.0163 292.207 81.3591 296.836 81.6257L298.164 81.6081L298.182 82.972C298.145 83.6207 298.109 84.3424 298.076 85.1651ZM368.719 96.8124C365.333 96.6762 362.317 96.918 359.097 97.164L360.689 95.572C360.893 98.2368 361.1 101.041 361.097 104.308L359.097 102.308C359.592 102.308 360.098 102.313 360.615 102.324C368.673 102.49 369.88 103.114 379.109 102.974C381.137 102.943 383.164 102.939 385.137 102.95L386.477 102.932L386.495 104.308C386.47 109.081 386.361 113.538 386.358 116.908L386.374 118.112L385.137 118.129C383.558 118.127 382.217 118.149 381.194 118.212C377.085 118.469 376.651 117.694 370.816 117.866C366.086 118.005 362.866 117.965 359.097 117.811L360 116.908C359.964 117.788 359.922 118.698 359.874 119.664C359.8 121.167 359.729 123.587 359.674 126.4L359.097 125.823C365.835 125.956 374.822 125.999 378.844 125.78C381.083 125.659 383.445 125.668 385.725 125.731L386.385 125.723L386.394 126.4C386.296 129.927 386.068 133.258 385.99 135.633C385.951 136.851 385.896 137.81 385.84 138.545C385.816 138.856 385.766 139 385.716 139C385.716 139 385.716 139 385.716 139C385.655 139 385.594 138.777 385.586 138.377C385.549 136.435 385.449 133.532 385.226 130.103C385.129 128.618 385.08 127.441 385.058 126.4L385.725 127.067C382.282 127.139 380.331 126.905 373.701 127.07C368.155 127.207 364.031 127.433 359.097 127.503L357.98 127.488L357.994 126.4C357.955 123.654 357.964 120.656 358.063 117.023C358.064 116.985 358.065 116.946 358.066 116.908L358.08 115.863L359.097 115.876C368.998 116.137 371.451 115.032 385.137 115.618L383.848 116.908C383.857 116.685 383.867 116.459 383.878 116.231C384.12 110.938 384.108 107.393 383.988 104.308L385.137 105.457C379.865 105.662 375.936 106.181 366.92 106.283C364.405 106.311 361.773 106.314 359.097 106.299L357.08 106.272L357.106 104.308C357.122 101.417 357.158 98.4753 357.203 95.572L357.228 93.6525L359.097 93.6774C368.776 93.8282 378.022 94.0836 383.482 94.0485C384.209 94.0438 384.958 94.0386 385.725 94.0329L384.186 95.572C384.158 91.793 384.121 87.5378 384.103 82.972L385.725 84.5944C380.228 84.6166 374.28 84.612 368.172 84.5321C361.016 84.4385 352.875 84.5382 344.649 84.5795L346.257 82.972C346.286 88.7828 346.286 94.6366 346.168 100.217C345.908 112.507 345.586 129.435 345.348 139L344.649 138.301C345.575 138.324 346.432 138.346 347.209 138.367C356.013 138.609 358.159 138.663 366.633 138.516C371.505 138.431 378.215 138.511 383.884 138.822C386.736 138.979 386.09 139.197 383.218 139.302C379.02 139.454 375.573 139.352 373.41 139.625C369.087 140.17 367.249 140.38 361.792 140.062C356.335 139.745 353.763 140.466 350.582 140.383C348.761 140.335 348 140.176 344.649 140.109L343.555 140.124L343.54 139C343.59 136.496 343.587 132.546 343.447 125.628C343.119 109.452 343.036 100.585 342.957 94.4589C342.922 91.6961 342.977 87.5774 343.037 82.972L343.015 81.3811L344.649 81.3593C350.255 81.4318 356.582 81.51 362.062 81.4369C367.913 81.3588 377.305 81.3684 385.725 81.3459L387.329 81.3244L387.352 82.972C387.364 87.7642 387.388 92.2416 387.443 95.572L387.466 97.2668L385.725 97.29C384.922 97.3035 384.186 97.3188 383.528 97.3363C375.347 97.5545 375.33 97.0784 368.719 96.8124ZM418.792 81.7316C423.286 81.9975 426.824 80.822 432.302 80.9882C434.18 81.0451 435.511 81.1559 436.702 81.2713L438.369 81.2385L438.403 82.972C438.182 85.2535 437.944 87.0213 438.037 91.1432C438.07 92.6349 438.071 94.1268 438.057 95.572L438.083 96.9L436.702 96.9271C432.07 96.8825 427.917 96.6811 425.788 96.8764C423.679 97.0699 422.994 96.6756 421.078 96.5449L422.051 95.572C422.009 96.1937 421.994 96.945 422.036 97.9167C422.208 101.883 422.107 104.287 421.855 107.756C421.603 111.225 421.388 121.882 421.698 125.758C422.007 129.633 421.47 134.053 421.343 136.711C421.303 137.539 421.249 138.191 421.193 138.691C421.169 138.902 421.119 139 421.069 139C421.069 139 421.069 139 421.069 139C421.008 139 420.947 138.848 420.939 138.576C420.901 137.256 420.802 135.283 420.579 132.952C420.162 128.606 420.622 128.131 420.408 122.262C420.195 116.393 419.767 112.866 420.043 105.961C420.223 101.487 419.8 99.246 419.659 95.572L419.687 94.125L421.078 94.1523C423.075 94.0754 425.496 94.0815 428.929 94.3124C432.339 94.5418 434.682 94.5429 436.702 94.4404L435.571 95.572C435.381 91.8393 434.839 89.2055 434.729 82.972L436.702 84.945C436.664 84.9456 436.626 84.9463 436.588 84.9469C426.874 85.1078 414.612 84.4401 408.756 84.4955C403.896 84.5414 397.651 84.6464 390.922 84.5894L392.54 82.972C392.528 84.3501 392.509 85.7485 392.482 87.1595C392.432 89.7993 392.438 92.636 392.461 95.572L390.922 94.0337C396.029 93.994 401.435 93.9038 406.63 93.9748L408.258 94.0068L408.227 95.572C408.211 96.7829 408.186 97.9822 408.149 99.1635C407.864 108.327 407.504 121.281 407.263 127.266C407.044 132.707 406.979 134.407 407.079 139L406.63 138.551C407.089 138.541 407.577 138.529 408.1 138.516C411.412 138.431 415.973 138.511 419.826 138.822C421.765 138.979 421.326 139.197 419.374 139.302C416.52 139.454 414.177 139.352 412.707 139.625C410.308 140.07 409.035 140.291 406.63 140.185L405.469 140.208L405.445 139C405.469 138.459 405.51 137.861 405.568 137.179C405.885 133.47 405.164 131.722 405.247 129.559C405.33 127.397 405.756 127.432 405.428 116.437C405.109 105.722 405.021 99.7244 404.944 95.572L406.63 97.2583C406.521 97.2603 406.414 97.2623 406.308 97.2643C402.978 97.3272 396.753 97.1039 390.922 97.0799L389.445 97.1089L389.414 95.572C389.42 94.1102 389.414 92.6731 389.387 91.3128C389.344 89.1012 389.327 86.145 389.318 82.972L389.287 81.3995L390.922 81.3674C397.485 81.3471 404.976 81.3547 408.725 81.2076C414.286 80.9895 414.298 81.4656 418.792 81.7316Z' fill='%23171717'/%3E%3Cpath d='M3.264 32.688C3.264 20.08 11.776 10.608 24.448 10.608C37.056 10.608 45.632 20.08 45.632 32.688C45.632 45.296 37.056 54.768 24.448 54.768C11.776 54.768 3.264 45.296 3.264 32.688ZM40.128 32.688C40.128 22.704 33.984 15.344 24.448 15.344C14.848 15.344 8.768 22.704 8.768 32.688C8.768 42.608 14.848 50.032 24.448 50.032C33.984 50.032 40.128 42.608 40.128 32.688ZM53.9295 54V11.312H71.0815C79.6575 11.312 84.4575 17.2 84.4575 24.176C84.4575 31.152 79.5295 37.04 71.0815 37.04H59.2415V54H53.9295ZM78.9535 24.176C78.9535 19.376 75.4975 16.048 70.4415 16.048H59.2415V32.304H70.4415C75.4975 32.304 78.9535 28.976 78.9535 24.176ZM102.052 54V16.048H88.548V11.312H120.932V16.048H107.364V54H102.052ZM127.992 54V11.312H133.304V54H127.992ZM140.745 47.984L143.881 43.952C146.697 47.088 151.305 50.032 157.321 50.032C164.937 50.032 167.369 45.936 167.369 42.672C167.369 37.552 162.185 36.144 156.553 34.608C149.705 32.816 142.089 30.896 142.089 22.512C142.089 15.472 148.361 10.672 156.745 10.672C163.273 10.672 168.329 12.848 171.913 16.624L168.713 20.528C165.513 17.008 161.033 15.408 156.361 15.408C151.241 15.408 147.593 18.16 147.593 22.192C147.593 26.48 152.521 27.76 157.961 29.232C164.937 31.088 172.873 33.264 172.873 42.224C172.873 48.432 168.649 54.768 157.128 54.768C149.705 54.768 144.265 51.952 140.745 47.984ZM206.597 54L190.405 34.8L186.117 39.664V54H180.805V11.312H186.117V33.392L204.997 11.312H211.653L193.861 31.6L213.189 54H206.597ZM249.898 54L246.122 44.528H224.49L220.714 54H214.826L231.978 11.312H238.57L255.786 54H249.898ZM235.306 16.048L226.026 39.792H244.522L235.306 16.048ZM261.367 54V11.312H266.679V54H261.367ZM274.12 47.984L277.256 43.952C280.072 47.088 284.68 50.032 290.696 50.032C298.312 50.032 300.744 45.936 300.744 42.672C300.744 37.552 295.56 36.144 289.928 34.608C283.08 32.816 275.464 30.896 275.464 22.512C275.464 15.472 281.736 10.672 290.12 10.672C296.648 10.672 301.704 12.848 305.288 16.624L302.088 20.528C298.888 17.008 294.408 15.408 289.736 15.408C284.616 15.408 280.968 18.16 280.968 22.192C280.968 26.48 285.896 27.76 291.336 29.232C298.312 31.088 306.248 33.264 306.248 42.224C306.248 48.432 302.024 54.768 290.503 54.768C283.08 54.768 277.64 51.952 274.12 47.984Z' fill='white'/%3E%3Cpath d='M43.5979 24.8293C42.7558 21.9965 41.0366 20.2654 38.7916 17.6923C36.3834 15.2542 36.1415 14.5028 32.4131 12.9142C29.5968 11.8392 26.5685 11.3622 24.448 11.3711C23.7124 11.3692 23.1022 11.4149 22.6383 11.4913C20.8602 11.836 20.5723 11.3204 18.0825 12.1018C15.6382 12.9778 14.2231 13.6407 12.26 14.8051C10.0817 15.7322 5.56581 21.435 5.14476 24.0813C4.40712 26.5313 3.63238 29.3673 3.47234 31.1547C3.41647 31.7115 3.37439 32.14 3.33632 32.4788C3.32034 32.6215 3.28932 32.688 3.25837 32.688C3.25835 32.688 3.25833 32.688 3.25831 32.688C3.21991 32.688 3.18165 32.5847 3.17862 32.4001C3.16438 31.5099 3.15699 30.1712 3.262 28.5801C3.57043 25.623 3.80698 25.3046 5.3462 21.5994C7.11237 18.0247 8.53079 15.7151 12.6411 13.1896C16.8011 11.1224 17.8386 9.753 24.448 9.80584C24.5322 9.81063 24.6172 9.81602 24.7028 9.82202C31.3257 10.743 32.4513 10.1703 38.3079 13.9274C44.2927 18.0638 46.5702 27.1723 46.5423 31.1464C46.5736 31.644 46.5933 32.1496 46.5987 32.688C46.6588 36.5333 45.8319 41.5767 42.9701 45.9082C39.9406 50.913 33.3273 55.3684 26.8035 55.6082C26.054 55.6575 25.2651 55.6747 24.448 55.6526C18.231 55.7823 11.3423 51.9068 9.10743 49.0301C6.47098 45.8854 6.00551 44.9595 4.43607 41.367C3.5852 39.2685 3.02271 36.151 3.16578 33.5364C3.24347 32.2199 3.37128 32.5313 3.47616 33.8279C3.64915 35.7303 3.8627 37.285 4.23938 38.2011C5.02693 40.0171 5.35058 40.7359 6.17886 43.0167C7.0901 45.2914 8.18763 45.9533 9.01425 47.0542C9.4474 47.6 9.61 47.9165 10.3393 48.6902C11.0871 49.4191 12.3647 50.7901 15.6497 52.2097C19.212 53.6624 22.175 53.8223 24.448 53.7953C26.4157 53.753 27.898 53.5083 29.1003 53.2316C31.7023 52.7837 37.088 50.5915 39.7614 47.0232C42.4831 44.1922 44.9358 36.8977 44.5679 32.688C44.5573 32.1534 44.529 31.6875 44.4916 31.2787C44.0451 27.7261 44.2776 27.6804 43.5979 24.8293ZM8.90696 26.2204C9.78346 24.0156 9.92267 21.8661 11.9949 19.547C14.1885 17.4076 14.7772 17.3628 17.7974 15.8064C20.13 14.7272 22.722 14.5623 24.448 14.581C25.0497 14.5828 25.55 14.5976 25.939 14.5877C27.4613 14.5925 27.5626 15.0386 29.6168 15.5182C31.6711 16.0884 32.8269 16.8118 34.2044 18.0475C35.7912 19.1347 38.8563 23.8682 39.4552 25.846C40.3091 27.7371 40.292 30.1301 40.2642 31.4988C40.2608 31.9328 40.2324 32.2657 40.199 32.5269C40.1847 32.637 40.1532 32.688 40.1224 32.688C40.1223 32.688 40.1223 32.688 40.1223 32.688C40.0838 32.6879 40.0462 32.6092 40.0402 32.469C40.0105 31.7934 39.9103 30.7747 39.6108 29.6197C38.9831 27.5077 39.2942 27.1576 38.0522 24.4617C36.6395 21.8649 35.4271 20.5419 32.7949 18.4225C29.9681 16.5775 28.9877 16.7487 24.448 16.1467C24.386 16.1417 24.3234 16.1369 24.2603 16.1322C19.4469 16.0947 18.8595 17.0443 15.2989 19.7472C11.672 22.6558 9.70132 28.6745 9.74658 31.5799C9.73371 31.9371 9.7295 32.3006 9.73484 32.688C9.76673 35.4303 10.3432 38.8839 12.0192 42.0067C13.8382 45.6796 18.338 48.5365 22.7869 49.002C23.3087 49.0751 23.8652 49.1259 24.448 49.1481C28.8154 49.5448 33.7806 46.9392 35.4991 44.8955C37.5196 42.6782 37.9179 41.9405 38.8345 39.1824C39.3248 37.5711 39.7765 35.3072 40.0081 33.332C40.1198 32.337 40.2625 32.5593 40.3002 33.5738C40.3411 35.0656 40.086 36.266 40.1035 37.0549C40.1132 38.6275 40.073 39.3684 39.1292 41.1271C38.1433 42.8419 37.9799 43.8453 37.2336 44.7716C36.8519 45.22 36.6135 45.4008 35.9738 46.0127C35.3106 46.5885 34.3202 47.7438 31.6993 49.1838C28.8468 50.669 26.3445 50.9453 24.448 51.0042C22.7877 51.0408 21.5096 50.8672 20.4669 50.6567C18.1789 50.338 13.787 47.9037 11.5856 44.8562C9.27792 42.3678 7.57315 36.1462 7.70422 32.688C7.6937 32.2382 7.69246 31.8447 7.69324 31.4981C7.78585 28.4918 8.13268 28.4933 8.90696 26.2204ZM70.892 12.0873C67.8988 11.921 65.5424 12.6557 61.8941 12.5519C58.3681 12.4515 57.7395 12.0841 53.9295 12.1388L54.7563 11.312C54.7582 11.4442 54.7606 11.5803 54.7635 11.7204C54.8512 15.8984 54.5846 20.0789 54.7447 21.9392C54.9049 23.7995 54.4207 23.9959 54.5282 26.6376C54.6358 29.2793 54.5726 30.8803 54.4152 33.1907C54.2578 35.5012 54.1234 42.5993 54.3167 45.1803C54.5101 47.7614 54.1746 50.7053 54.095 52.4757C54.0702 53.0272 54.0363 53.4612 54.001 53.7939C53.9861 53.9348 53.9548 54 53.9239 54C53.9238 54 53.9238 54 53.9238 54C53.8853 53.9999 53.8475 53.899 53.8426 53.7178C53.819 52.8385 53.7568 51.5244 53.6173 49.9719C53.3571 47.0771 53.6446 46.7608 53.5109 42.8518C53.3772 38.9429 53.11 36.5944 53.2828 31.9951C53.4556 27.3959 52.7324 26.3395 53.1423 19.8472C53.4106 15.597 53.1791 13.8364 52.959 11.312L52.9772 10.3239L53.9295 10.3415C55.2611 10.2253 56.8053 10.1124 59.0395 10.0777C62.8712 10.0181 67.2982 10.1402 71.0815 10.2425C73.8498 10.2969 76.2443 11.0213 77.7939 11.7362C81.622 13.2128 85.6988 18.2865 85.4381 24.176C85.4363 24.2889 85.4333 24.4016 85.4289 24.5141C85.6917 30.4568 80.0276 37.6906 73.2354 37.8621C72.538 37.927 71.8269 37.9502 71.0815 37.9303C67.2585 37.8215 62.8395 37.7013 59.2415 37.5934L59.7949 37.04C59.7375 38.9554 59.6836 40.6382 59.6369 41.8744C59.4862 45.8603 59.4522 46.8318 59.5443 50.6685C59.5679 51.652 59.571 52.801 59.55 54L59.5442 54.3141L59.2415 54.3085C57.7519 54.2824 56.1852 54.219 54.7634 54.1111C53.4719 54.0131 53.7645 53.8767 55.0645 53.8114C56.8029 53.7241 58.2565 53.77 59.2415 53.6481L58.8896 54C58.8782 53.9079 58.8653 53.82 58.8508 53.7363C58.51 51.7791 58.3793 50.9473 58.5776 48.4766C58.7759 46.0059 58.3253 44.8418 58.3771 43.4016C58.4227 42.1378 58.6329 42.0011 58.5454 37.04L58.5328 36.357L59.2415 36.3439C59.9347 36.3317 60.722 36.3136 61.6197 36.2885C65.6685 36.1753 68.706 36.1087 71.0815 36.0635C72.9051 36.0237 74.2696 35.7282 75.3601 35.3749C77.8462 34.8642 82.5837 31.4196 83.1908 27.0274C83.3521 26.2297 83.4726 25.2543 83.4649 24.176C83.8206 19.4919 79.6929 14.3112 76.9524 13.611C73.8306 12.5347 73.7457 12.4049 71.0815 12.0982C71.0197 12.0945 70.9566 12.0908 70.892 12.0873ZM58.4662 20.2613C58.6291 18.8536 57.9271 17.7395 57.9963 16.048L57.9504 14.8524L59.2415 14.8028C59.2765 14.8042 59.3117 14.806 59.3471 14.8081C61.0983 14.9119 61.3605 15.3017 63.366 15.214C65.3715 15.1263 67.378 15.3929 68.271 15.2328C69.1436 15.0762 69.2534 15.5352 70.4415 15.4557C70.4708 15.4539 70.5007 15.4518 70.5313 15.4496C71.8661 15.3672 72.712 15.5768 73.7743 16.0817C74.3054 16.3358 75.3789 16.8613 76.2877 17.6394C77.2128 18.3999 77.9177 19.39 78.3053 19.9188C79.1332 20.9904 79.1262 22.5873 79.0911 23.4316C79.0867 23.7029 79.0581 23.9135 79.0245 24.0756C79.0102 24.1443 78.9787 24.176 78.9479 24.176C78.9478 24.176 78.9478 24.176 78.9478 24.176C78.9093 24.1759 78.8717 24.1272 78.8657 24.0409C78.8367 23.6256 78.7381 22.9954 78.4508 22.3205C77.859 21.1189 78.1422 20.8267 77.0251 19.4213C75.7862 18.1342 74.7947 17.7486 72.9043 17.0027C71.8906 16.6536 71.2066 16.7638 70.4415 16.8648C69.6682 16.9668 68.7718 17.0332 67.2668 16.8352C64.1506 16.4254 63.8227 17.1817 60.7173 17.2823C60.2411 17.2977 59.7457 17.301 59.2415 17.2955L60.489 16.048C60.459 18.8317 60.1644 21.8846 60.1937 23.4695C60.2283 25.3415 60.3164 27.8557 60.2166 30.5094C60.195 31.0819 60.1899 31.6833 60.1932 32.304L59.2415 31.3523C61.498 31.34 64.0086 31.2152 66.3059 31.3549C67.5532 31.4307 69.0203 31.515 70.4415 31.5985C72.2487 31.7347 73.9624 31.2703 74.9006 30.8092C76.5044 29.9677 76.9163 29.5837 77.7384 28.0307C78.1845 27.1157 78.6061 25.785 78.8344 24.572C78.9448 23.9628 79.0874 24.0915 79.1266 24.7318C79.1705 25.6735 78.9246 26.4149 78.9424 26.9305C78.9536 27.9629 78.8846 28.5045 77.9839 29.4555C77.0613 30.3487 76.8742 31.0444 76.2118 31.4684C75.8802 31.6639 75.6804 31.7049 75.1563 31.9303C74.6252 32.1325 73.78 32.5976 71.9203 32.9625C71.4004 33.0582 70.9075 33.1097 70.4415 33.133C67.7847 33.2749 66.1994 33.3194 65.0547 33.3617C63.8173 33.4074 61.3285 33.2113 59.2415 33.2503L58.3329 33.2852L58.2952 32.304C58.2922 32.1458 58.2879 31.99 58.2821 31.8371C58.1988 29.6677 58.2751 25.2573 58.1388 23.4794C58.0025 21.7016 58.3 21.6979 58.4662 20.2613ZM98.3982 12.0873C95.1149 11.9226 92.5238 12.6422 88.548 12.5546L89.7906 11.312C89.7897 11.3492 89.7889 11.3864 89.7879 11.4239C89.7331 13.557 89.5985 14.7324 89.4966 16.048L88.548 15.0994C89.7236 15.1904 91.0111 15.2554 93.194 15.214C96.4421 15.1524 99.6915 15.2655 102.052 15.2829L102.804 15.2704L102.817 16.048C102.81 17.0492 102.82 17.8904 102.867 18.5039C103.027 20.5635 102.543 20.7808 102.651 23.7057C102.758 26.6304 102.695 28.403 102.538 30.9609C102.38 33.519 102.246 41.3776 102.439 44.2353C102.633 47.093 102.297 50.3523 102.218 52.3124C102.193 52.923 102.159 53.4034 102.124 53.7718C102.109 53.9278 102.077 53.9999 102.046 54C102.046 54 102.046 54 102.046 54C102.008 53.9999 101.97 53.8882 101.965 53.6876C101.942 52.7141 101.879 51.2591 101.74 49.5402C101.48 46.3353 101.767 45.9851 101.633 41.6573C101.5 37.3295 101.232 34.7294 101.405 29.6372C101.578 24.5452 100.855 23.3756 101.265 16.1876C101.267 16.1408 101.27 16.0943 101.273 16.048L102.052 16.8274C95.5094 16.4639 94.35 17.0793 88.548 17.2507L87.3256 17.2304L87.3453 16.048C87.3317 15.5906 87.321 15.1044 87.3137 14.5844C87.2988 13.5274 87.2953 12.4296 87.2999 11.312L87.321 10.0434L88.548 10.0639C95.0041 10.0904 102.118 10.3893 105.798 10.3598C109.856 10.3273 115.221 10.2476 120.932 10.3209L121.939 10.3376L121.923 11.312C121.918 11.6789 121.913 12.0473 121.907 12.4168C121.888 13.5804 121.882 14.796 121.883 16.048L121.867 17.0145L120.932 16.9989C116.633 17.0026 111.903 17.0929 107.364 17.0522L108.368 16.048C108.358 17.1404 108.341 18.2217 108.313 19.2833C108.135 26.04 107.91 35.5927 107.759 40.0059C107.609 44.4189 107.575 45.4946 107.667 49.7423C107.694 50.986 107.694 52.4688 107.662 54L107.657 54.303L107.364 54.2981C105.889 54.2673 104.369 54.2066 102.975 54.1111C101.545 54.0131 101.869 53.8767 103.309 53.8114C104.922 53.7383 106.314 53.7587 107.364 53.6954L107.059 54C107.04 53.6801 107.013 53.392 106.973 53.1388C106.633 50.972 106.502 50.051 106.7 47.3155C106.898 44.5802 106.448 43.2913 106.5 41.6967C106.552 40.1021 106.817 40.1283 106.613 32.0204C106.408 23.9124 106.355 19.4676 106.306 16.3971C106.305 16.2851 106.303 16.1687 106.302 16.048L106.285 15.004L107.364 14.986C110.427 14.9586 116.207 15.1527 120.932 15.0966L119.981 16.048C119.978 15.8566 119.976 15.667 119.973 15.4794C119.953 14.3208 119.943 12.8852 119.936 11.312L120.932 12.3082C115.71 12.3308 108.973 12.31 105.821 12.4147C101.72 12.551 101.712 12.2535 98.3982 12.0873ZM128.767 11.7735C128.601 13.8924 129.336 15.5605 129.232 18.1431C129.128 20.7258 128.738 21.1126 128.826 24.0704C128.914 27.028 128.647 29.9873 128.807 31.3043C128.967 32.6211 128.483 32.7601 128.591 34.6302C128.698 36.5003 128.635 37.6336 128.478 39.2691C128.32 40.9047 128.186 45.9294 128.379 47.7566C128.573 49.5837 128.237 51.6677 128.158 52.921C128.133 53.3113 128.099 53.6186 128.064 53.8541C128.049 53.9539 128.017 54 127.986 54C127.986 54 127.986 54 127.986 54C127.948 54 127.91 53.9285 127.905 53.8003C127.882 53.1778 127.819 52.2475 127.68 51.1485C127.42 49.0993 127.707 48.8754 127.573 46.1082C127.44 43.3411 127.172 41.6786 127.345 38.4228C127.518 35.167 126.795 34.4192 127.205 29.8233C127.615 25.2275 126.858 24.7438 126.758 20.1639C126.696 17.3401 126.831 14.0596 126.935 11.312L126.963 10.2282L127.992 10.255C129.701 10.3199 131.203 10.3731 132.262 10.3598C132.596 10.3556 132.944 10.3507 133.304 10.3453L134.295 10.3712L134.271 11.312C134.309 13.9308 134.367 17.2122 134.279 20.6527C134.179 24.5665 134.431 29.398 134.253 33.7182C134.075 38.0384 133.85 44.1462 133.699 46.9679C133.549 49.7896 133.515 50.4773 133.607 53.1933C133.615 53.4478 133.621 53.7181 133.624 54L133.616 54.3284L133.304 54.3203C131.857 54.3356 130.103 54.2741 128.582 54.1111C127.668 54.0131 127.875 53.8767 128.795 53.8114C130.141 53.716 131.246 53.7798 131.939 53.6093C132.476 53.4773 132.893 53.3768 133.304 53.3148L132.619 54C132.521 53.3494 132.519 52.7133 132.64 51.6416C132.838 49.8927 132.388 49.0686 132.44 48.049C132.492 47.0294 132.757 47.0462 132.553 41.8621C132.348 36.678 132.295 33.836 132.246 31.8728C132.197 29.9096 132.428 25.8103 132.345 22.6108C132.271 19.7729 132.322 14.3347 132.24 11.312L133.304 12.3761C132.919 12.3866 132.573 12.3993 132.277 12.4147C129.86 12.5403 129.666 12.2975 127.992 12.1285L128.809 11.312C128.794 11.4544 128.78 11.6074 128.767 11.7735ZM160.463 11.7087C159.186 11.4749 157.958 11.4259 156.745 11.4828C153.706 11.6721 150.751 12.4715 147.602 14.5061C144.156 17.1732 143.241 18.5158 142.913 22.512C142.908 23.2395 142.965 24.0452 143.181 24.9273C144.652 31.1725 152.416 32.653 154.966 33.3462C155.702 33.5015 156.267 33.6493 156.763 33.8031C158.201 34.2891 159.092 34.6746 162.102 35.6954C165.571 36.8501 168.14 39.3302 167.908 42.672C167.892 43.13 167.83 43.5972 167.716 44.0695C167.456 45.2912 166.481 47.3672 164.418 48.6238C162.396 49.9152 159.71 50.3321 157.32 50.3236C154.7 50.3376 152.374 49.7393 150.981 49.2793C148.07 48.3693 145.352 46.2152 143.677 44.1346L144.096 44.1198C143.444 44.8861 142.849 45.583 142.357 46.1801C141.801 46.8543 141.353 47.376 141.001 47.7703C140.853 47.9373 140.764 47.9995 140.74 47.9805C140.74 47.9805 140.74 47.9805 140.74 47.9805C140.71 47.9568 140.778 47.8074 140.95 47.5779C141.638 46.6618 142.592 45.3619 143.687 43.8016L143.871 43.5701L144.063 43.7883C144.348 44.0757 144.654 44.3624 144.979 44.6439C148.541 47.2813 148.806 48.2304 154.742 49.4243C155.645 49.5379 156.502 49.57 157.32 49.5459C161.519 49.3483 166.208 48.1577 166.709 42.672C166.713 42.4918 166.711 42.3224 166.701 42.1415C166.527 39.4423 164.625 38.2871 162.929 37.5194C161.151 36.7479 159.19 36.2882 156.312 35.4888C154.911 35.1093 153.264 34.664 151.328 33.9457C144.011 31.1849 141.425 28.074 141.018 22.512C140.948 20.7068 141.234 18.4239 142.719 16.044C145.56 11.4294 151.63 9.37613 156.745 9.53328C162.809 9.5101 168.155 12.0111 170.799 14.2942C171.414 14.7899 172.023 15.3443 172.614 15.9585L173.201 16.5921L172.66 17.2368C171.665 18.467 170.603 19.7815 169.485 21.1613L168.734 22.0563L167.973 21.2C165.345 18.261 161.012 16.401 156.361 16.4033C155.723 16.3977 155.084 16.4368 154.456 16.5288C151.563 16.8621 148.449 18.9831 148.561 22.192C148.503 26.0443 154.172 27.0626 158.224 28.2586C159.98 28.7346 161.744 29.2282 163.446 29.8538C165.781 30.7246 168.441 31.903 170.534 34.0641C172.672 36.2015 173.631 39.3839 173.531 42.224C173.603 48.0199 169.288 52.197 166.375 53.3142C162.225 55.0352 160.006 54.9165 157.128 55.0213C155.831 55.0215 154.373 54.9753 152.498 54.6811C148.997 54.2098 144.314 52.118 141.576 49.0201C140.227 47.4605 140.63 47.755 142.127 49.1327C144.37 51.1001 146.57 52.2566 148.039 52.6811C151.002 53.4359 152.232 53.6405 156.025 54.0825C156.413 54.1179 156.776 54.1376 157.128 54.1456C160.241 54.187 161.834 53.5131 163.698 53.0163C164.73 52.7018 165.282 52.6232 166.731 51.8698C167.985 51.0739 171.092 49.5585 171.988 44.0516C172.068 43.4306 172.098 42.8191 172.087 42.224C172.102 37.1521 168.861 34.3909 166.122 33.0641C163.315 31.6832 160.88 31.1151 158.905 30.5801C158.533 30.4838 158.125 30.377 157.687 30.2608C156.063 29.8093 153.987 29.297 151.719 28.3543C149.591 27.532 146.482 25.4417 146.644 22.192C146.602 19.8331 147.963 17.5652 149.698 16.3599C151.311 15.1577 153.75 14.4021 156.361 14.4104C160.954 14.2898 166.41 16.3075 169.472 19.8374L167.918 19.8772C169.092 18.4336 170.173 17.0955 171.09 15.9495L171.141 17.3565C170.571 16.7712 170.018 16.2902 169.524 15.9065C164.972 12.8653 164.875 12.8238 160.463 11.7087ZM183.724 12.0873C182.716 12.0528 181.752 12.0571 180.805 12.0846L181.577 11.312C181.682 14.9305 182.127 18.3076 182.044 23.0024C181.941 28.9263 181.551 29.8135 181.639 36.5979C181.726 43.3818 181.46 50.1697 181.62 53.1905C181.635 53.4837 181.645 53.7516 181.649 54L180.805 53.1552C182.777 53.1192 183.529 53.3948 186.117 53.4158L185.532 54C185.536 53.5566 185.532 53.0592 185.518 52.4926C185.41 48.2033 185.473 45.6036 185.631 41.8523C185.655 41.2838 185.678 40.5369 185.7 39.664L185.698 39.5113L185.804 39.3884C187.017 38.079 188.574 36.3703 190.17 34.5934L190.404 34.3216L190.643 34.5986C193.291 37.7976 196.125 41.1443 197.66 42.8029C200.51 45.882 203.335 49.7524 205.127 52.0013C205.686 52.7018 206.114 53.2623 206.435 53.6981C206.572 53.8826 206.616 53.9837 206.592 54.0036C206.592 54.0036 206.592 54.0037 206.592 54.0037C206.563 54.0284 206.428 53.9275 206.235 53.7058C205.296 52.6295 203.873 51.0384 202.141 49.2013C198.912 45.7759 198.801 45.1979 194.607 40.4321C192.872 38.4605 191.399 36.8351 189.936 35.1948L190.864 35.205C189.557 36.7727 188.235 38.3332 186.643 40.1284L186.819 39.664C186.815 40.9254 186.798 42.2849 186.763 43.7935C186.661 48.2002 186.871 50.6039 186.976 54L186.966 54.8695L186.117 54.8598C184.623 54.9061 182.937 54.932 180.805 54.9022L179.892 54.8918L179.902 54C179.92 52.7644 179.956 51.3787 180.017 49.7935C180.427 39.252 179.671 38.1425 179.57 27.6375C179.521 22.478 179.596 16.6537 179.682 11.312L179.695 10.1768L180.805 10.1894C182.648 10.2189 184.435 10.2496 186.117 10.2768L187.163 10.2887L187.152 11.312C187.097 14.6777 187.057 17.624 187.069 19.7727C187.09 23.6334 187.131 28.3016 187.137 33.392L185.341 32.7288C187.456 30.2492 189.694 27.6473 192.001 25.0093C195.763 20.7076 199.971 15.6651 204.229 10.6553L204.543 10.2964L204.997 10.3016C207.225 10.2948 209.455 10.2949 211.652 10.3096L213.873 10.3276L212.406 11.9729C211.407 13.0973 210.412 14.2058 209.427 15.2889C204.831 20.344 198.933 26.8496 194.277 31.9651L194.28 31.2383C196.272 33.6351 198.019 35.743 199.297 37.2957C203.411 42.2943 204.416 43.5108 208.556 48.1672C209.982 49.772 211.698 51.769 213.399 53.8184L213.793 54.283L213.189 54.278C211.41 54.2438 209.619 54.1891 207.95 54.1111C205.853 54.0131 206.329 53.8767 208.439 53.8114C210.235 53.7559 211.844 53.7543 213.189 53.729L212.983 54.177C212.338 53.4572 211.773 52.8486 211.285 52.3917C208.951 50.2083 207.969 49.2711 205.499 46.1041C203.028 42.9373 201.452 41.8005 199.963 39.9961C198.657 38.4119 198.672 38.1071 193.333 32.0548L192.938 31.6068L193.337 31.1409C194.068 30.2893 194.894 29.3198 195.832 28.212C203.518 19.1367 207.777 14.2013 210.709 10.7833C210.757 10.7275 210.806 10.6708 210.856 10.6132L211.652 12.3719C209.956 12.3865 207.625 12.3654 204.997 12.337L205.776 11.9781C202.83 15.3486 199.307 19.3627 196.391 22.8528C194.03 25.6781 190.398 29.9274 186.885 34.0492L185.123 36.1371L185.105 33.392C185.097 28.0121 185.082 22.8034 185.014 19.8063C184.904 14.9778 185.075 14.0179 185.232 11.312L186.117 12.1966C185.452 12.1579 184.682 12.12 183.724 12.0873ZM222.679 36.5356C221.27 39.5955 220.964 42.3269 219.339 46.0933C217.76 49.7522 217.158 50.2572 215.594 54.3086L214.826 53.1723C214.953 53.1706 215.084 53.1685 215.218 53.166C217.106 53.1307 218.995 53.1528 220.714 53.1813L219.953 53.6968C220.94 51.3374 221.801 49.331 222.175 48.1341C222.715 46.4057 223.185 46.1507 223.947 44.3115L224.084 43.95L224.49 43.9434C224.805 43.9476 225.159 43.944 225.564 43.9293C228.533 43.8217 230.333 43.8849 232.929 44.0423C235.446 44.1949 243.016 44.3258 246.122 44.1578L246.367 44.1538L246.466 44.3909C246.508 44.4811 246.548 44.5669 246.587 44.6481C247.841 47.2714 248.754 50.4693 249.417 52.3472C249.624 52.9322 249.773 53.3979 249.879 53.7583C249.923 53.911 249.921 53.9906 249.893 54.0021C249.893 54.0021 249.893 54.0021 249.893 54.0021C249.857 54.0163 249.78 53.9249 249.7 53.7376C249.312 52.8282 248.707 51.4792 247.931 49.9099C246.794 47.6099 246.635 46.848 245.768 44.6691L246.122 44.9091C245.484 44.9087 244.729 44.918 243.788 44.9466C239.395 45.0803 236.755 45.3475 231.586 45.1747C228.522 45.0723 226.857 45.2846 224.49 45.3892L225.29 44.8469C224.754 46.385 224.048 48.2123 222.793 50.9119C222.188 52.2115 221.718 53.2944 221.334 54.247L221.155 54.6742L220.714 54.6669C218.34 54.6567 216.782 54.8128 214.826 54.9653L213.383 54.9429L213.93 53.6401C214.385 52.1931 214.929 50.5263 215.847 48.1481C218.465 41.363 222.275 33.001 223.877 28.9206C225.479 24.8401 227.592 19.3442 230.002 13.6152C230.362 12.7597 230.726 11.871 231.095 10.9573L231.351 10.3504L231.978 10.3607C234.086 10.3646 236.308 10.3445 238.57 10.3259L239.252 10.3371L239.484 10.9432C240.92 14.4207 242.394 18.0027 243.669 21.4177C246.069 27.8459 249.488 36.9241 251.024 41.1356C252.56 45.3469 252.937 46.3724 254.635 50.3373C255.08 51.3744 255.577 52.5992 256.071 53.8851L256.236 54.3142L255.786 54.3072C254.136 54.2803 252.407 54.2172 250.835 54.1111C249.384 54.0131 249.713 53.8767 251.174 53.8114C253.08 53.7263 254.681 53.7678 255.786 53.6568L255.468 54.1284C255.405 54.0094 255.343 53.8979 255.282 53.7946C254.143 51.8819 253.672 51.0637 252.817 48.414C251.963 45.7644 251.055 44.7194 250.498 43.1987C249.94 41.6779 250.197 41.6032 246.928 34.046C243.66 26.4887 241.923 22.3234 240.712 19.4509C239.976 17.7069 238.869 14.7649 237.67 11.6751L238.57 12.2827C236.425 12.2545 234.209 12.2387 232.213 12.2714C232.136 12.2727 232.058 12.2739 231.978 12.2751L232.872 11.6711C231.021 16.4855 227.196 25.8107 225.792 29.6651C224.366 33.5789 224.087 33.4759 222.679 36.5356ZM231.085 40.5673C229.552 40.401 228.345 41.1357 226.476 41.0319C226.315 41.0229 226.166 41.0118 226.026 40.9991L224.302 41.0582L224.902 39.3526C225.566 38.0229 226.009 37.764 226.646 35.9137C227.344 33.8886 228.371 31.9914 228.569 31.0457C228.767 30.0999 229.254 30.1825 229.647 28.8831C230.039 27.5838 230.396 26.843 230.974 25.7982C231.551 24.7533 233 21.4161 233.301 20.1144C233.602 18.8127 234.463 17.5305 234.868 16.7149C234.994 16.4608 235.106 16.2662 235.201 16.1203C235.241 16.0585 235.282 16.0388 235.311 16.05C235.311 16.0501 235.311 16.0501 235.311 16.0501C235.347 16.0641 235.364 16.126 235.334 16.2142C235.192 16.6423 235.005 17.2919 234.846 18.0833C234.548 19.5589 234.222 19.6051 233.617 21.5185C233.013 23.4319 232.824 24.6496 231.806 26.7807C230.787 28.9119 231.264 29.6791 229.672 32.627C228.079 35.5749 228.656 36.1762 227.544 39.2991C227.433 39.6097 227.315 39.9265 227.19 40.247L226.026 38.5421C229.139 38.5357 232.71 38.871 234.508 38.8398C236.506 38.8052 239.189 38.7171 242.021 38.8169C242.81 38.8448 243.652 38.8452 244.522 38.8353L243.63 40.1382C242.792 38.0488 241.818 35.8025 241.122 33.6545C240.157 30.6761 238.767 26.475 238.169 24.5172C237.571 22.5594 237.423 22.0833 236.626 20.2846C236.168 19.2508 235.651 17.7821 235.357 16.4864C235.209 15.8343 235.39 15.9246 235.692 16.5217C236.133 17.3948 236.363 18.1629 236.704 18.5689C237.384 19.3801 237.66 19.73 237.933 20.9815C238.206 22.2329 238.842 22.6257 239.06 23.3322C239.279 24.0386 239.027 24.1235 240.575 27.5461C242.123 30.9687 242.916 32.8667 243.476 34.1731C243.951 35.2824 244.641 37.5037 245.399 39.4515L245.927 40.685L244.522 40.7331C244.151 40.7335 243.787 40.7389 243.437 40.7514C241.122 40.8347 236.416 40.7584 234.519 40.8947C232.622 41.031 232.618 40.7335 231.085 40.5673ZM262.142 11.7735C261.976 13.8924 262.711 15.5605 262.607 18.1431C262.503 20.7258 262.113 21.1126 262.201 24.0704C262.289 27.028 262.022 29.9873 262.182 31.3043C262.342 32.6211 261.858 32.7601 261.966 34.6302C262.073 36.5003 262.01 37.6336 261.853 39.2691C261.695 40.9047 261.561 45.9294 261.754 47.7566C261.948 49.5837 261.612 51.6677 261.533 52.921C261.508 53.3113 261.474 53.6186 261.439 53.8541C261.424 53.9539 261.392 54 261.361 54C261.361 54 261.361 54 261.361 54C261.323 54 261.285 53.9285 261.28 53.8003C261.257 53.1778 261.194 52.2475 261.055 51.1485C260.795 49.0993 261.082 48.8754 260.948 46.1082C260.815 43.3411 260.547 41.6786 260.72 38.4228C260.893 35.167 260.17 34.4192 260.58 29.8233C260.99 25.2275 260.233 24.7438 260.133 20.1639C260.071 17.3401 260.206 14.0596 260.31 11.312L260.338 10.2282L261.367 10.255C263.076 10.3199 264.578 10.3731 265.637 10.3598C265.971 10.3556 266.319 10.3507 266.679 10.3453L267.67 10.3712L267.646 11.312C267.684 13.9308 267.742 17.2122 267.654 20.6527C267.554 24.5665 267.806 29.398 267.628 33.7182C267.45 38.0384 267.225 44.1462 267.074 46.9679C266.924 49.7896 266.89 50.4773 266.982 53.1933C266.99 53.4478 266.996 53.7181 266.999 54L266.991 54.3284L266.679 54.3203C265.232 54.3356 263.478 54.2741 261.957 54.1111C261.043 54.0131 261.25 53.8767 262.17 53.8114C263.516 53.716 264.621 53.7798 265.314 53.6093C265.851 53.4773 266.268 53.3768 266.679 53.3148L265.994 54C265.896 53.3494 265.894 52.7133 266.015 51.6416C266.213 49.8927 265.763 49.0686 265.815 48.049C265.867 47.0294 266.132 47.0462 265.928 41.8621C265.723 36.678 265.67 33.836 265.621 31.8728C265.572 29.9096 265.803 25.8103 265.72 22.6108C265.646 19.7729 265.697 14.3347 265.615 11.312L266.679 12.3761C266.294 12.3866 265.948 12.3993 265.652 12.4147C263.235 12.5403 263.041 12.2975 261.367 12.1285L262.184 11.312C262.169 11.4544 262.155 11.6074 262.142 11.7735ZM293.838 11.7087C292.561 11.4749 291.333 11.4259 290.12 11.4828C287.081 11.6721 284.126 12.4715 280.977 14.5061C277.531 17.1732 276.616 18.5158 276.288 22.512C276.283 23.2395 276.34 24.0452 276.556 24.9273C278.027 31.1725 285.791 32.653 288.341 33.3462C289.077 33.5015 289.642 33.6493 290.138 33.8031C291.576 34.2891 292.467 34.6746 295.477 35.6954C298.946 36.8501 301.515 39.3302 301.283 42.672C301.267 43.13 301.205 43.5972 301.091 44.0695C300.831 45.2912 299.856 47.3672 297.793 48.6238C295.771 49.9152 293.085 50.3321 290.695 50.3236C288.075 50.3376 285.749 49.7393 284.356 49.2793C281.445 48.3693 278.727 46.2152 277.052 44.1346L277.471 44.1198C276.819 44.8861 276.224 45.583 275.732 46.1801C275.176 46.8543 274.728 47.376 274.376 47.7703C274.228 47.9373 274.139 47.9995 274.115 47.9805C274.115 47.9805 274.115 47.9805 274.115 47.9805C274.085 47.9568 274.153 47.8074 274.325 47.5779C275.013 46.6618 275.967 45.3619 277.062 43.8016L277.246 43.5701L277.438 43.7883C277.723 44.0757 278.029 44.3624 278.354 44.6439C281.916 47.2813 282.181 48.2304 288.117 49.4243C289.02 49.5379 289.877 49.57 290.695 49.5459C294.894 49.3483 299.583 48.1577 300.084 42.672C300.088 42.4918 300.086 42.3224 300.076 42.1415C299.902 39.4423 298 38.2871 296.304 37.5194C294.526 36.7479 292.565 36.2882 289.687 35.4888C288.286 35.1093 286.639 34.664 284.703 33.9457C277.386 31.1849 274.799 28.074 274.393 22.512C274.323 20.7068 274.609 18.4239 276.094 16.044C278.935 11.4294 285.005 9.37613 290.12 9.53328C296.184 9.5101 301.53 12.0111 304.174 14.2942C304.789 14.7899 305.398 15.3443 305.989 15.9585L306.576 16.5921L306.035 17.2368C305.04 18.467 303.978 19.7815 302.86 21.1613L302.109 22.0563L301.348 21.2C298.72 18.261 294.387 16.401 289.736 16.4033C289.098 16.3977 288.459 16.4368 287.831 16.5288C284.938 16.8621 281.824 18.9831 281.936 22.192C281.879 26.0443 287.547 27.0626 291.599 28.2586C293.355 28.7346 295.119 29.2282 296.821 29.8538C299.156 30.7246 301.816 31.903 303.909 34.0641C306.047 36.2015 307.006 39.3839 306.906 42.224C306.978 48.0199 302.663 52.197 299.75 53.3142C295.6 55.0352 293.381 54.9165 290.504 55.0213C289.206 55.0215 287.748 54.9753 285.873 54.6811C282.372 54.2098 277.689 52.118 274.951 49.0201C273.602 47.4605 274.005 47.755 275.502 49.1327C277.745 51.1001 279.945 52.2566 281.414 52.6811C284.377 53.4359 285.607 53.6405 289.4 54.0825C289.788 54.1179 290.151 54.1376 290.504 54.1456C293.616 54.187 295.209 53.5131 297.073 53.0163C298.105 52.7018 298.657 52.6232 300.106 51.8698C301.36 51.0739 304.467 49.5585 305.363 44.0516C305.443 43.4306 305.473 42.8191 305.462 42.224C305.477 37.1521 302.236 34.3909 299.497 33.0641C296.69 31.6832 294.255 31.1151 292.28 30.5801C291.908 30.4838 291.5 30.377 291.062 30.2608C289.438 29.8093 287.362 29.297 285.094 28.3543C282.966 27.532 279.857 25.4417 280.019 22.192C279.977 19.8331 281.338 17.5652 283.073 16.3599C284.686 15.1577 287.125 14.4021 289.736 14.4104C294.329 14.2898 299.785 16.3075 302.847 19.8374L301.293 19.8772C302.467 18.4336 303.548 17.0955 304.465 15.9495L304.516 17.3565C303.946 16.7712 303.393 16.2902 302.899 15.9065C298.347 12.8653 298.25 12.8238 293.838 11.7087Z' fill='%23171717'/%3E%3C/svg%3E%0A");
  }
  #first_screen .cta .points {
    margin-bottom: 120px;
  }
  #first_screen .cta .points .point {
    font-size: 18px;
  }
  #first_screen .cta .discount-block {
    align-items: center;
    flex-direction: column;
    height: 107px;
    padding: 0 13px 15px 16px;
  }
  #first_screen .cta .discount-block .new_price {
    margin-top: 0;
  }
  #first_screen .cta .discount-block .new_price .euro {
    font-size: 160px;
    line-height: 87%;
  }
  #first_screen .cta .discount-block .new_price .euro svg {
    width: 167px;
  }
  #first_screen .cta .discount-block .new_price .right-part {
    position: relative;
    margin-top: 7px;
  }
  #first_screen .cta .discount-block .new_price .right-part .cents {
    font-size: 100px;
    margin-bottom: -13px;
  }
  #first_screen .cta .discount-block .new_price .right-part .cents svg {
    width: 125px;
  }
  #first_screen .cta .discount-block .new_price .right-part .value {
    font-size: 24px;
    line-height: 100%;
  }
  #first_screen .cta .discount-block .new_price .right-part .until {
    font-size: 15px;
  }
  #first_screen .cta .discount-block .old_price {
    top: -95px;
    left: 0;
    right: auto;
    bottom: auto;
  }
  #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;
  }
  #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 > * {
    font-size: 16px;
    line-height: 120%;
  }
  #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 .form-block {
    /*&:before {
      width: 407px;
      height: 619px;
      background-image: url(../img/img-february2026-inet-480.png);
      top: -489px;
      right: auto;
      left: -84px;
      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;
  }
  #first_screen .cta img.img-akciya-480 {
    display: block;
  }
}
@media (max-width: 479px) {
  #first_screen {
    background-image: url(../img/bg-first-screen-march2026-375-inet.jpg);
  }
  #first_screen .container {
    width: 100%;
  }
  #first_screen .cta .container {
    padding-top: 118px;
    padding-bottom: 35px;
  }
  #first_screen .cta .title-block {
    margin-bottom: 34px;
  }
  #first_screen .cta h1 {
    font-size: 64px;
    margin-bottom: 20px;
  }
  #first_screen .cta h1.lv .title-svg {
    width: 356px;
    height: 129px;
    background-image: url("data:image/svg+xml,%3Csvg width='356' height='129' viewBox='0 0 356 129' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.312 113H3.96V68.978H15.312V113ZM64.1515 113H53.1955L34.5835 87.524V113H23.2315V68.978H34.9135L52.7335 93.2V68.978H64.1515V113ZM93.273 113H81.921V78.878H69.579V68.978H105.549V78.878H93.273V113ZM143.226 113H110.952V68.978H143.226V78.878H122.304V85.742H142.764V95.642H122.304V103.1H143.226V113ZM187.371 113H174.369L166.977 98.216H161.169V113H149.817V68.978H171.861C181.629 68.978 187.173 75.446 187.173 83.63C187.173 91.286 182.487 95.378 178.395 96.83L187.371 113ZM170.145 88.316C173.115 88.316 175.623 86.666 175.623 83.564C175.623 80.594 173.115 78.878 170.145 78.878H161.169V88.316H170.145ZM234.372 113H223.416L204.804 87.524V113H193.452V68.978H205.134L222.954 93.2V68.978H234.372V113ZM274.582 113H242.308V68.978H274.582V78.878H253.66V85.742H274.12V95.642H253.66V103.1H274.582V113ZM302.359 113H291.007V78.878H278.665V68.978H314.635V78.878H302.359V113ZM335.891 113.792C326.981 113.792 320.777 111.02 316.355 106.796L322.361 98.282C325.529 101.45 330.413 104.09 336.419 104.09C340.313 104.09 342.689 102.572 342.689 100.46C342.689 94.454 317.74 99.272 317.74 82.31C317.74 74.918 324.011 68.318 335.297 68.318C342.359 68.318 348.497 70.43 353.183 74.456L346.979 82.574C343.283 79.538 338.465 78.02 334.109 78.02C330.809 78.02 329.357 79.34 329.357 81.188C329.357 86.798 354.239 82.706 354.239 99.074C354.239 107.918 347.705 113.792 335.891 113.792Z' fill='white'/%3E%3Cpath d='M10.6205 68.0477C12.2599 68.1815 13.6653 67.829 15.312 67.6199L16.6324 67.5841L16.6701 68.978C16.7728 69.7866 16.8409 70.6534 16.7999 71.6346C16.6753 74.614 16.2076 75.0602 16.3128 78.4724C16.418 81.8844 16.0982 85.2983 16.2903 86.8176C16.4825 88.3368 15.9014 88.4972 16.0305 90.6546C16.1595 92.8119 16.0837 94.1194 15.8948 96.0061C15.7059 97.893 15.5447 103.69 15.7767 105.797C16.0087 107.905 15.6061 110.309 15.5106 111.755C15.4809 112.206 15.4402 112.56 15.3978 112.832C15.3799 112.947 15.3423 113 15.3052 113C15.3052 113 15.3052 113 15.3052 113C15.259 113 15.2136 112.918 15.2078 112.77C15.1795 112.051 15.1048 110.978 14.9373 109.71C14.6251 107.346 14.9701 107.088 14.8097 103.896C14.6493 100.704 14.3286 98.7858 14.536 95.0297C14.7433 91.2738 13.8755 90.4111 14.3673 85.1091C14.8591 79.8073 13.9515 79.2493 13.8308 73.9658C13.7947 72.3839 13.8143 70.6777 13.8583 68.978L15.312 70.4317C11.3349 70.3286 7.39338 70.0915 5.16205 70.1206C4.77685 70.1256 4.37566 70.1316 3.96 70.138L5.11999 68.978C5.16642 71.9991 5.23538 75.7846 5.13008 79.7536C5.01031 84.2687 5.31266 89.8424 5.09896 94.8264C4.88525 99.8102 4.61533 106.856 4.43447 110.112C4.3663 111.338 4.31803 112.215 4.29026 113L3.96 112.67C5.25707 112.716 6.30093 112.706 8.25329 112.637C10.0543 112.573 12.5353 112.633 14.631 112.867C15.6857 112.984 15.4467 113.148 14.3851 113.226C12.8328 113.341 11.5585 113.264 10.7586 113.469C9.16029 113.878 8.48099 114.035 6.46326 113.797C5.39288 113.67 4.62278 113.763 3.96 113.869L3.11502 113.892L3.09085 113C2.99723 112.413 2.89352 111.911 2.92275 111.359C2.98502 110.183 3.30401 110.202 3.05825 104.221C2.81247 98.2408 2.74976 94.9623 2.69075 92.6975C2.63175 90.4327 2.9086 85.7036 2.80867 82.0126C2.72004 78.7387 2.78208 72.465 2.68307 68.978L2.64944 67.7366L3.96 67.7011C4.40427 67.6884 4.80331 67.6732 5.14515 67.6547C8.16993 67.4912 8.17614 67.8482 10.6205 68.0477ZM36.8883 70.0924C39.9292 74.5624 43.1597 77.4657 46.9616 82.8438C50.1143 87.3035 50.7955 88.8018 53.5329 92.6119L51.741 93.2C51.7519 92.234 51.7506 91.1374 51.7327 89.8497C51.6275 82.3086 51.9473 74.7632 51.7552 71.4054C51.6971 70.39 51.7097 69.6492 51.752 68.978L51.7401 68.0086L52.7335 67.9965C54.2818 68.094 55.4601 68.3496 58.7864 68.2595C60.8388 68.204 62.5432 68.1864 64.1515 68.1995L64.9204 68.19L64.93 68.978C64.9128 71.1059 64.8418 73.0657 64.7343 75.4406C64.5454 79.6109 64.3841 92.4225 64.6162 97.0811C64.8482 101.74 64.4456 107.053 64.3501 110.249C64.3204 111.244 64.2797 112.027 64.2373 112.628C64.2194 112.882 64.1818 113 64.1447 113C64.1447 113 64.1447 113 64.1447 113C64.0985 113 64.0531 112.818 64.0473 112.491C64.0189 110.904 63.9442 108.532 63.7768 105.729C63.4646 100.505 63.8096 99.9337 63.6492 92.8783C63.4888 85.8231 63.1681 81.5842 63.3754 73.2828C63.4165 71.6391 63.4154 70.2461 63.3911 68.978L64.1515 69.7384C60.3522 69.8114 57.674 70.093 52.7335 70.0751L53.8306 68.978C53.8243 70.7165 53.7808 72.7352 53.6782 75.1814C53.2986 84.226 53.7527 87.0242 54.0352 93.2L54.0119 97.1733L51.685 93.9714C50.536 92.5505 49.2243 90.883 47.6234 88.7535C43.1118 82.752 38.0568 75.5784 33.9045 69.7203L34.9135 70.2306C30.9263 70.1601 27.4309 70.1058 24.9174 70.1206C24.3698 70.1238 23.8075 70.1275 23.2315 70.1313L24.3848 68.978C24.4307 75.8056 24.512 84.562 24.4016 93.7647C24.3313 99.6167 24.4063 106.273 24.4372 113L23.2315 111.794C27.0375 111.777 30.8658 111.773 34.5835 111.818L33.4019 113C33.413 112.084 33.4271 111.175 33.4445 110.274C33.5776 103.417 33.7324 94.7931 33.874 87.524L33.8866 85.346L35.1564 87.1054C37.6872 90.715 39.9281 93.9196 41.475 96.1528C45.573 102.069 46.5745 103.509 50.7488 109.035C51.5909 110.15 52.53 111.423 53.5043 112.774L53.1955 112.618C56.2754 112.637 59.6403 112.715 62.6464 112.867C64.9774 112.984 64.4492 113.148 62.103 113.226C58.672 113.341 55.8555 113.264 54.0877 113.469C53.7756 113.505 53.4793 113.539 53.1955 113.571L52.9124 113.575L52.7342 113.337C50.7391 111.168 49.7014 109.936 47.4783 106.525C45.0398 102.784 43.3636 101.406 41.8804 99.2703C40.4755 97.2472 40.655 97.0025 33.8831 88.0357L35.4509 87.524C35.4609 88.1504 35.4723 88.8114 35.4852 89.5094C35.7004 101.083 35.7753 108.078 35.8302 113L35.8453 114.231L34.5835 114.247C33.8843 114.255 33.2269 114.262 32.6043 114.269C30.3494 114.296 26.9892 114.254 23.2315 114.21L22.0368 114.224L22.0218 113C22.0762 108.416 22.1351 103.24 22.0802 98.7574C21.9877 91.2063 22.0592 76.4354 21.9407 68.978L21.9251 67.7032L23.2315 67.6872C23.8307 67.6777 24.3828 67.6669 24.8801 67.6547C30.5845 67.5152 31.4314 67.7546 34.9135 67.9518L35.4198 67.9456L35.74 68.3699C36.0675 68.8722 36.4422 69.4366 36.8883 70.0924ZM91.4765 68.0477C95.0077 68.2472 97.7875 67.3655 102.091 67.4901C103.568 67.5329 104.613 67.616 105.549 67.7024L106.8 67.679L106.825 68.978C106.659 70.7706 106.481 72.1596 106.55 75.3983C106.575 76.5703 106.576 77.7425 106.565 78.878L106.584 79.8749L105.549 79.8944C101.909 79.8608 98.6462 79.7098 96.9734 79.8563C95.3164 80.0014 94.7785 79.7057 93.2729 79.6077L94.0026 78.878C93.9708 79.3665 93.9598 79.9568 93.9914 80.7203C94.1205 83.8367 94.0446 85.7255 93.8557 88.451C93.6669 91.1767 93.5056 99.5504 93.7376 102.595C93.9697 105.64 93.5671 109.113 93.4716 111.202C93.4418 111.852 93.4011 112.364 93.3588 112.757C93.3408 112.923 93.3033 113 93.2662 113C93.2662 113 93.2661 113 93.2661 113C93.22 113 93.1746 112.881 93.1687 112.667C93.1404 111.63 93.0657 110.079 92.8983 108.248C92.5861 104.833 92.9311 104.46 92.7707 99.8484C92.6102 95.237 92.2895 92.4664 92.4969 87.0406C92.6313 83.5256 92.3144 81.7647 92.2082 78.878L92.2285 77.7937L93.2729 77.8132C94.8422 77.7555 96.7442 77.7601 99.4415 77.9333C102.121 78.1054 103.961 78.1061 105.549 78.0293L104.7 78.878C104.558 75.9451 104.151 73.8757 104.069 68.978L105.549 70.4577C105.519 70.4582 105.489 70.4587 105.459 70.4592C97.8267 70.5799 88.1923 70.0791 83.5914 70.1206C79.7726 70.1551 74.8662 70.2338 69.579 70.191L70.792 68.978C70.7832 70.0608 70.7694 71.1595 70.749 72.2682C70.7109 74.3423 70.7155 76.5711 70.7327 78.878L69.579 77.7243C73.5911 77.6945 77.8394 77.6269 81.921 77.6801L83.1409 77.703L83.1188 78.878C83.1064 79.8294 83.0875 80.7717 83.0599 81.6999C82.8462 88.8995 82.5763 99.0782 82.3954 103.781C82.231 108.056 82.1823 109.391 82.2579 113L81.921 112.663C82.2816 112.656 82.6649 112.647 83.0761 112.637C85.6778 112.573 89.2619 112.633 92.2892 112.867C93.8128 112.984 93.4676 113.148 91.934 113.226C89.6915 113.341 87.8507 113.264 86.6952 113.469C84.8104 113.803 83.8103 113.969 81.921 113.889L81.0492 113.905L81.0322 113C81.0502 112.575 81.0806 112.105 81.1243 111.569C81.3623 108.655 80.8215 107.281 80.8837 105.582C80.946 103.883 81.265 103.911 81.0192 95.2718C80.7797 86.8529 80.714 82.1406 80.6562 78.878L81.921 80.1427C81.8355 80.1442 81.7511 80.1457 81.6676 80.1472C79.0517 80.1944 74.1602 80.0269 69.579 80.0089L68.4696 80.0297L68.448 78.878C68.4525 77.7294 68.4477 76.6003 68.4276 75.5315C68.3951 73.7938 68.3828 71.4711 68.3755 68.978L68.3534 67.7975L69.579 67.7745C74.7357 67.7593 80.6214 67.765 83.567 67.6547C87.9365 67.4912 87.9455 67.8482 91.4765 68.0477ZM129.864 79.8083C127.204 79.7062 124.834 79.8875 122.304 80.072L123.498 78.878C123.651 80.9717 123.806 83.1748 123.804 85.742L122.304 84.242C122.693 84.2423 123.09 84.2461 123.497 84.2541C129.828 84.3787 130.777 84.8464 138.028 84.7412C139.621 84.7181 141.214 84.7155 142.764 84.7235L143.77 84.7106L143.783 85.742C143.763 89.4923 143.682 92.9939 143.68 95.642L143.691 96.5457L142.764 96.5575C141.523 96.5564 140.47 96.5724 139.666 96.6203C136.437 96.8125 136.096 96.2314 131.512 96.3605C127.795 96.4651 125.265 96.435 122.304 96.3193L122.981 95.642C122.954 96.3334 122.923 97.0484 122.887 97.8074C122.831 98.9884 122.778 100.89 122.737 103.1L122.304 102.668C127.598 102.767 134.66 102.799 137.82 102.635C139.579 102.544 141.435 102.551 143.226 102.599L143.721 102.592L143.728 103.1C143.654 105.871 143.483 108.489 143.425 110.355C143.395 111.312 143.354 112.065 143.312 112.642C143.294 112.887 143.257 113 143.219 113C143.219 113 143.219 113 143.219 113C143.173 113 143.128 112.825 143.122 112.51C143.094 110.984 143.019 108.704 142.852 106.009C142.779 104.843 142.742 103.918 142.726 103.1L143.226 103.6C140.521 103.654 138.988 103.479 133.779 103.602C129.421 103.705 126.18 103.875 122.304 103.927L121.466 103.917L121.477 103.1C121.447 100.942 121.454 98.5871 121.528 95.7325C121.529 95.7023 121.53 95.6721 121.53 95.642L121.54 94.8585L122.304 94.8683C130.083 95.0636 132.011 94.2346 142.764 94.6748L141.797 95.642C141.804 95.4669 141.812 95.2895 141.82 95.1097C142.001 90.951 141.992 88.1658 141.902 85.742L142.764 86.6041C138.621 86.7577 135.535 87.147 128.451 87.2232C126.474 87.2444 124.407 87.2464 122.304 87.2355L120.792 87.2162L120.811 85.742C120.822 83.4709 120.849 81.1592 120.883 78.878L120.902 77.4392L122.304 77.4571C129.909 77.5702 137.174 77.7617 141.464 77.7354C142.035 77.7319 142.623 77.7279 143.226 77.7237L142.072 78.878C142.051 75.9088 142.023 72.5654 142.009 68.978L143.226 70.1948C138.907 70.2115 134.234 70.208 129.434 70.1481C123.811 70.0779 117.416 70.1527 110.952 70.1836L112.158 68.978C112.18 73.5436 112.18 78.143 112.091 82.5276C111.896 92.1844 111.655 105.485 111.477 113L110.952 112.476C111.68 112.493 112.353 112.51 112.963 112.526C119.881 112.706 121.567 112.747 128.225 112.637C132.053 112.573 137.325 112.633 141.779 112.867C144.02 112.984 143.512 113.148 141.256 113.226C137.957 113.341 135.249 113.264 133.55 113.469C130.153 113.878 128.709 114.035 124.421 113.797C120.134 113.559 118.113 114.099 115.614 114.037C114.183 114.002 113.585 113.882 110.952 113.832L110.131 113.843L110.12 113C110.157 111.033 110.156 107.929 110.05 102.493C109.805 89.7839 109.742 82.8165 109.683 78.0034C109.656 75.8326 109.698 72.5965 109.743 68.978L109.727 67.7841L110.952 67.7685C115.357 67.8228 120.328 67.8815 124.634 67.8267C129.231 67.7681 136.61 67.7753 143.226 67.7584L144.43 67.7431L144.446 68.978C144.455 72.7433 144.473 76.2613 144.515 78.878L144.531 80.1499L143.226 80.1665C142.595 80.1766 142.017 80.1881 141.5 80.2013C135.071 80.3648 135.058 80.0078 129.864 79.8083ZM148.887 69.8232C148.901 69.5376 148.91 69.2561 148.914 68.978L148.899 68.089L149.817 68.0743C153.554 68.1298 156.69 67.3741 161.368 67.4901C166.074 67.6068 167.034 68.0242 171.861 67.9906C172.211 67.9883 172.568 67.9915 172.954 68.0035C179.213 67.9303 184.322 72.5158 185.688 74.808C187.212 77.1067 186.956 77.6086 187.742 81.2903C187.88 82.1277 187.939 82.9009 187.949 83.63C187.956 86.1508 187.519 88.1738 186.299 90.4545C185.45 92.2587 182.421 95.9157 178.513 97.1611L178.703 96.6595C179.937 98.9012 181.118 100.966 181.88 102.151C183.809 105.147 185.426 108.889 186.526 111.068C186.869 111.746 187.123 112.289 187.309 112.71C187.387 112.889 187.398 112.985 187.366 113.003C187.365 113.003 187.365 113.003 187.365 113.003C187.325 113.026 187.218 112.926 187.092 112.711C186.479 111.665 185.535 110.119 184.35 108.33C182.142 104.994 182.232 104.446 179.478 99.8153C178.904 98.8499 178.369 97.9695 177.856 97.1296L177.507 96.4779L178.189 96.2482C181.397 94.8109 183.876 92.8038 185.656 88.4296C186.339 86.5685 186.408 85.0358 186.339 83.63C186.008 80.8581 185.891 78.0947 182.389 73.7796C178.26 69.7362 175.255 70.0841 171.861 70.1784C170.134 70.3046 168.115 70.4211 165.301 70.4592C160.392 70.5257 154.773 70.4036 149.817 70.2874L151.127 68.978C151.032 73.0188 150.941 76.6181 150.96 79.0315C151.002 84.4045 151.107 91.6209 150.988 99.2378C150.921 103.438 150.984 108.18 151.017 113L149.817 111.8C153.63 111.774 157.491 111.766 161.169 111.853L160.023 113C160.025 112.895 160.028 112.791 160.03 112.687C160.141 108.338 160.267 103.059 160.387 98.216L160.4 97.4213L161.169 97.4336C163.218 97.4846 165.188 97.5346 166.977 97.5823L167.379 97.5887L167.544 97.9326C168.459 99.8909 169.259 101.611 169.865 102.93C171.992 107.559 172.63 108.941 174.675 112.847L174.369 112.658C174.715 112.652 175.079 112.645 175.463 112.637C178.502 112.573 182.687 112.633 186.223 112.867C188.002 112.984 187.599 113.148 185.808 113.226C183.189 113.341 181.039 113.264 179.69 113.469C177.575 113.79 176.414 113.955 174.369 113.897L173.83 113.906L173.567 113.401C173.33 112.891 173.078 112.313 172.796 111.634C171.486 108.483 170.285 107.29 169.454 105.488C168.767 104 168.852 103.663 166.244 98.5828L166.977 99.0362C165.767 99.0491 164.313 99.0748 162.548 99.1178C162.079 99.1292 161.619 99.1402 161.169 99.1509L162.104 98.216C162.265 104.988 162.34 109.59 162.39 113L162.41 114.201L161.169 114.221C159.936 114.239 158.859 114.254 157.891 114.269C155.988 114.299 153.053 114.245 149.817 114.195L148.641 114.214L148.622 113C148.671 109.74 148.716 106.174 148.666 103.049C148.566 96.8219 148.658 84.163 148.494 79.0601C148.331 73.9573 148.688 73.9468 148.887 69.8232ZM161.941 79.8083C161.672 79.7527 161.42 79.7812 161.169 79.8485L162.14 78.878C162.314 79.5245 162.747 80.1546 162.657 81.0006C162.533 82.174 162.065 82.3498 162.17 83.6936C162.275 85.0374 161.956 86.382 162.148 86.9803C162.326 87.5346 161.84 87.6296 161.87 88.316L161.169 87.6151C161.224 87.6127 161.282 87.607 161.345 87.5975C162.195 87.4685 162.709 87.5443 163.453 87.7332C164.196 87.9221 166.479 88.0833 167.309 87.8513C168.139 87.6193 169.086 88.0219 169.655 88.1174C169.833 88.1471 169.972 88.1878 170.079 88.2302C170.124 88.2481 170.145 88.2857 170.145 88.3228C170.145 88.3228 170.145 88.3228 170.145 88.3228C170.145 88.369 170.113 88.4144 170.055 88.4202C169.772 88.4485 169.349 88.5232 168.85 88.6907C167.919 89.0029 167.817 88.6579 166.56 88.8183C165.303 88.9787 164.547 89.2994 163.068 89.092C162.249 88.9773 161.78 89.1919 161.169 89.323L160.098 89.2493L160.162 88.316C160.057 87.8237 160.005 87.2399 160.225 86.3074C160.717 84.2194 159.809 83.9996 159.688 81.9188C159.633 80.9586 159.709 79.8822 159.804 78.878L159.904 77.4253L161.169 77.5124C162.341 77.6228 163.415 77.7577 164.091 77.7354C165.345 77.6939 167.03 77.5881 168.808 77.7079C169.233 77.7365 169.682 77.7411 170.145 77.7343C171.807 77.6929 173.902 78.134 175.156 79.6156C176.047 80.6015 176.56 82.2391 176.395 83.564C176.3 84.7275 175.815 85.7228 175.387 86.2375C174.426 87.2999 174.121 87.4316 173 88.1197C172.336 88.4924 171.265 88.6613 170.418 88.4447C169.993 88.3345 170.1 88.1736 170.5 88.0815C171.082 87.9409 171.57 87.9196 171.807 87.6486C172.266 87.0955 172.371 86.9041 173.069 86.7821C173.786 86.6101 173.635 85.9638 173.886 85.7538C174.016 85.6344 174.148 85.6213 174.334 85.4054C174.503 85.1911 174.788 84.7462 174.718 83.7508C174.713 83.6883 174.706 83.626 174.699 83.564C174.412 81.7425 173.51 81.2827 172.991 80.9396C172.513 80.6334 171.35 79.9551 170.145 80.0099C169.993 80.0131 169.843 80.0193 169.698 80.0293C168.244 80.1292 165.289 80.0377 164.097 80.2013C162.906 80.3648 162.903 80.0078 161.941 79.8083ZM207.109 70.0924C210.15 74.5624 213.38 77.4657 217.182 82.8438C220.335 87.3035 221.016 88.8018 223.754 92.6119L221.962 93.2C221.973 92.234 221.971 91.1374 221.953 89.8497C221.848 82.3086 222.168 74.7632 221.976 71.4054C221.918 70.39 221.93 69.6492 221.973 68.978L221.961 68.0086L222.954 67.9965C224.502 68.094 225.681 68.3496 229.007 68.2595C231.059 68.204 232.764 68.1864 234.372 68.1995L235.141 68.19L235.151 68.978C235.133 71.1059 235.063 73.0657 234.955 75.4406C234.766 79.6109 234.605 92.4225 234.837 97.0811C235.069 101.74 234.666 107.053 234.571 110.249C234.541 111.244 234.5 112.027 234.458 112.628C234.44 112.882 234.402 113 234.365 113C234.365 113 234.365 113 234.365 113C234.319 113 234.274 112.818 234.268 112.491C234.24 110.904 234.165 108.532 233.998 105.729C233.685 100.505 234.03 99.9337 233.87 92.8783C233.709 85.8231 233.389 81.5842 233.596 73.2828C233.637 71.6391 233.636 70.2461 233.612 68.978L234.372 69.7384C230.573 69.8114 227.895 70.093 222.954 70.0751L224.051 68.978C224.045 70.7165 224.002 72.7352 223.899 75.1814C223.519 84.226 223.973 87.0242 224.256 93.2L224.233 97.1733L221.906 93.9714C220.757 92.5505 219.445 90.883 217.844 88.7535C213.332 82.752 208.277 75.5784 204.125 69.7203L205.134 70.2306C201.147 70.1601 197.652 70.1058 195.138 70.1206C194.59 70.1238 194.028 70.1275 193.452 70.1313L194.606 68.978C194.651 75.8056 194.733 84.562 194.622 93.7647C194.552 99.6167 194.627 106.273 194.658 113L193.452 111.794C197.258 111.777 201.087 111.773 204.804 111.818L203.623 113C203.634 112.084 203.648 111.175 203.665 110.274C203.798 103.417 203.953 94.7931 204.095 87.524L204.107 85.346L205.377 87.1054C207.908 90.715 210.149 93.9196 211.696 96.1528C215.794 102.069 216.795 103.509 220.969 109.035C221.812 110.15 222.751 111.423 223.725 112.774L223.416 112.618C226.496 112.637 229.861 112.715 232.867 112.867C235.198 112.984 234.67 113.148 232.324 113.226C228.893 113.341 226.076 113.264 224.308 113.469C223.996 113.505 223.7 113.539 223.416 113.571L223.133 113.575L222.955 113.337C220.96 111.168 219.922 109.936 217.699 106.525C215.261 102.784 213.584 101.406 212.101 99.2703C210.696 97.2472 210.876 97.0025 204.104 88.0357L205.672 87.524C205.682 88.1504 205.693 88.8114 205.706 89.5094C205.921 101.083 205.996 108.078 206.051 113L206.066 114.231L204.804 114.247C204.105 114.255 203.448 114.262 202.825 114.269C200.57 114.296 197.21 114.254 193.452 114.21L192.258 114.224L192.243 113C192.297 108.416 192.356 103.24 192.301 98.7574C192.208 91.2063 192.28 76.4354 192.161 68.978L192.146 67.7032L193.452 67.6872C194.051 67.6777 194.603 67.6669 195.101 67.6547C200.805 67.5152 201.652 67.7546 205.134 67.9518L205.641 67.9456L205.961 68.3699C206.288 68.8722 206.663 69.4366 207.109 70.0924ZM261.219 79.8083C258.559 79.7062 256.189 79.8875 253.66 80.072L254.854 78.878C255.006 80.9717 255.161 83.1748 255.16 85.742L253.66 84.242C254.048 84.2423 254.446 84.2461 254.852 84.2541C261.184 84.3787 262.132 84.8464 269.383 84.7412C270.976 84.7181 272.569 84.7155 274.12 84.7235L275.125 84.7106L275.138 85.742C275.119 89.4923 275.038 92.9939 275.035 95.642L275.047 96.5457L274.12 96.5575C272.879 96.5564 271.825 96.5724 271.021 96.6203C267.793 96.8125 267.452 96.2314 262.867 96.3605C259.15 96.4651 256.621 96.435 253.66 96.3193L254.337 95.642C254.31 96.3334 254.278 97.0484 254.242 97.8074C254.187 98.9884 254.134 100.89 254.092 103.1L253.66 102.668C258.953 102.767 266.015 102.799 269.175 102.635C270.934 102.544 272.79 102.551 274.582 102.599L275.077 102.592L275.083 103.1C275.01 105.871 274.838 108.489 274.78 110.355C274.751 111.312 274.71 112.065 274.667 112.642C274.65 112.887 274.612 113 274.575 113C274.575 113 274.575 113 274.575 113C274.529 113 274.483 112.825 274.477 112.51C274.449 110.984 274.374 108.704 274.207 106.009C274.135 104.843 274.097 103.918 274.081 103.1L274.582 103.6C271.876 103.654 270.343 103.479 265.134 103.602C260.776 103.705 257.536 103.875 253.66 103.927L252.822 103.917L252.832 103.1C252.803 100.942 252.809 98.5871 252.884 95.7325C252.884 95.7023 252.885 95.6721 252.886 95.642L252.896 94.8585L253.66 94.8683C261.439 95.0636 263.366 94.2346 274.12 94.6748L273.152 95.642C273.16 95.4669 273.167 95.2895 273.175 95.1097C273.357 90.951 273.347 88.1658 273.258 85.742L274.12 86.6041C269.977 86.7577 266.89 87.147 259.806 87.2232C257.83 87.2444 255.762 87.2464 253.66 87.2355L252.147 87.2162L252.166 85.742C252.178 83.4709 252.205 81.1592 252.239 78.878L252.257 77.4392L253.66 77.4571C261.264 77.5702 268.529 77.7617 272.819 77.7354C273.39 77.7319 273.978 77.7279 274.582 77.7237L273.427 78.878C273.406 75.9088 273.379 72.5654 273.365 68.978L274.582 70.1948C270.262 70.2115 265.589 70.208 260.79 70.1481C255.167 70.0779 248.771 70.1527 242.308 70.1836L243.513 68.978C243.535 73.5436 243.535 78.143 243.447 82.5276C243.252 92.1844 243.01 105.485 242.832 113L242.308 112.476C243.035 112.493 243.708 112.51 244.319 112.526C251.236 112.706 252.922 112.747 259.581 112.637C263.408 112.573 268.681 112.633 273.134 112.867C275.376 112.984 274.868 113.148 272.612 113.226C269.313 113.341 266.605 113.264 264.905 113.469C261.508 113.878 260.065 114.035 255.777 113.797C251.489 113.559 249.469 114.099 246.969 114.037C245.539 114.002 244.94 113.882 242.308 113.832L241.486 113.843L241.476 113C241.513 111.033 241.511 107.929 241.406 102.493C241.16 89.7839 241.097 82.8165 241.038 78.0034C241.012 75.8326 241.054 72.5965 241.098 68.978L241.083 67.7841L242.308 67.7685C246.712 67.8228 251.683 67.8815 255.989 67.8267C260.586 67.7681 267.966 67.7753 274.582 67.7584L275.786 67.7431L275.801 68.978C275.811 72.7433 275.828 76.2613 275.87 78.878L275.886 80.1499L274.582 80.1665C273.951 80.1766 273.372 80.1881 272.855 80.2013C266.427 80.3648 266.414 80.0078 261.219 79.8083ZM300.562 68.0477C304.094 68.2472 306.873 67.3655 311.177 67.4901C312.654 67.5329 313.699 67.616 314.635 67.7024L315.886 67.679L315.91 68.978C315.745 70.7706 315.567 72.1596 315.636 75.3983C315.661 76.5703 315.662 77.7425 315.651 78.878L315.67 79.8749L314.635 79.8944C310.995 79.8608 307.732 79.7098 306.059 79.8563C304.402 80.0014 303.864 79.7057 302.359 79.6077L303.089 78.878C303.057 79.3665 303.046 79.9568 303.077 80.7203C303.206 83.8367 303.131 85.7255 302.942 88.451C302.753 91.1767 302.592 99.5504 302.824 102.595C303.056 105.64 302.653 109.113 302.558 111.202C302.528 111.852 302.487 112.364 302.445 112.757C302.427 112.923 302.389 113 302.352 113C302.352 113 302.352 113 302.352 113C302.306 113 302.26 112.881 302.255 112.667C302.226 111.63 302.152 110.079 301.984 108.248C301.672 104.833 302.017 104.46 301.857 99.8484C301.696 95.237 301.375 92.4664 301.583 87.0406C301.717 83.5256 301.4 81.7647 301.294 78.878L301.314 77.7937L302.359 77.8132C303.928 77.7555 305.83 77.7601 308.527 77.9333C311.207 78.1054 313.047 78.1061 314.635 78.0293L313.786 78.878C313.644 75.9451 313.237 73.8757 313.155 68.978L314.635 70.4577C314.605 70.4582 314.575 70.4587 314.545 70.4592C306.913 70.5799 297.278 70.0791 292.677 70.1206C288.858 70.1551 283.952 70.2338 278.665 70.191L279.878 68.978C279.869 70.0608 279.855 71.1595 279.835 72.2682C279.797 74.3423 279.801 76.5711 279.819 78.878L278.665 77.7243C282.677 77.6945 286.925 77.6269 291.007 77.6801L292.227 77.703L292.205 78.878C292.192 79.8294 292.173 80.7717 292.146 81.6999C291.932 88.8995 291.662 99.0782 291.481 103.781C291.317 108.056 291.268 109.391 291.344 113L291.007 112.663C291.368 112.656 291.751 112.647 292.162 112.637C294.764 112.573 298.348 112.633 301.375 112.867C302.899 112.984 302.553 113.148 301.02 113.226C298.777 113.341 296.937 113.264 295.781 113.469C293.896 113.803 292.896 113.969 291.007 113.889L290.135 113.905L290.118 113C290.136 112.575 290.167 112.105 290.21 111.569C290.448 108.655 289.907 107.281 289.97 105.582C290.032 103.883 290.351 103.911 290.105 95.2718C289.866 86.8529 289.8 82.1406 289.742 78.878L291.007 80.1427C290.921 80.1442 290.837 80.1457 290.754 80.1472C288.138 80.1944 283.246 80.0269 278.665 80.0089L277.556 80.0297L277.534 78.878C277.538 77.7294 277.534 76.6003 277.514 75.5315C277.481 73.7938 277.469 71.4711 277.461 68.978L277.439 67.7975L278.665 67.7745C283.822 67.7593 289.707 67.765 292.653 67.6547C297.022 67.4912 297.031 67.8482 300.562 68.0477ZM346.72 69.4763C349.367 70.6727 351.689 71.8021 353.999 73.5051L354.895 74.2537L354.179 75.2172C353.044 76.9544 351.809 78.7923 350.181 80.8337C349.362 81.8613 348.677 82.6858 348.065 83.4041L347.231 84.5258L346.111 83.6304C343.745 81.642 342.385 80.2853 337.315 79.2991C336.246 79.1332 335.167 79.0439 334.108 79.0424C332.004 78.9991 330.229 79.7312 330.314 81.188C330.186 81.8149 331.477 82.5281 332.514 82.8623C333.587 83.2279 334.565 83.436 335.33 83.5681C338.337 84.0784 338.568 84.5871 342.866 85.6567C347.107 86.8621 349.855 88.1634 352.328 91.3739C353.367 92.6999 354.748 95.6823 354.625 99.074C354.789 103.779 351.883 108.443 349.882 110.032C346.583 113.19 341.298 113.817 338.428 113.896C337.509 113.936 336.787 113.913 336.236 113.876C336 113.86 335.89 113.822 335.891 113.785C335.891 113.785 335.891 113.785 335.891 113.785C335.891 113.739 336.06 113.694 336.36 113.685C337.804 113.634 339.99 113.455 342.415 112.707C344.659 111.987 345.831 111.453 347.15 110.761C348.413 110.027 350.023 109.164 351.698 106.528C353.207 103.988 353.53 101.526 353.473 99.074C353.366 96.3547 352.735 93.4932 349.996 90.8836C344.17 86.333 341.895 87.912 331.439 84.45C330.206 83.9105 328.515 82.9873 328.535 81.188C328.49 79.4962 329.818 78.1595 330.935 77.7456C332.081 77.264 333.122 77.1634 334.108 77.1072C337.639 77.0775 341.147 76.9764 346.72 80.5187C347.129 80.7995 347.532 81.0999 347.926 81.42L345.792 81.6672C347.767 79.0485 349.913 76.2904 352.044 73.5859L352.249 75.5428C346.942 70.7009 339.601 69.3968 335.562 69.4616C335.474 69.4615 335.385 69.4618 335.297 69.4624C329.424 69.2341 319.786 72.5528 318.953 81.307C318.92 81.6371 318.902 81.9706 318.898 82.31C318.68 86.5656 321.21 90.7419 325.643 92.6126C329.98 94.662 335.04 95.0827 339.901 96.6215C340.638 96.8841 341.356 97.1578 342.145 97.6889C342.895 98.1655 343.793 99.2333 343.734 100.46C343.748 102.355 342.152 103.75 340.766 104.274C339.331 104.857 337.849 104.994 336.418 104.973C330.335 104.937 324.85 101.794 321.973 98.6692L322.808 98.5976C322.174 99.4517 321.599 100.225 321.096 100.897C319.061 103.621 317.82 105.283 316.606 106.974L316.567 106.573C317.961 107.9 319.486 109.154 322.204 110.497C325.414 112.13 330.289 113.321 334.514 113.636C336.64 113.789 336.168 113.969 334.002 113.976C330.829 113.951 328.275 113.338 326.642 113.091C323.397 112.521 321.847 112.157 318.479 109.591C317.417 108.735 316.568 107.999 315.827 107.348L315.353 106.907L315.731 106.356C316.822 104.667 317.44 103.384 318.405 102.09C319.314 100.87 319.74 100.517 321.692 97.8106L322.235 97.0186L322.939 97.7037C324.206 98.957 326.29 100.856 330.282 102.175C332.455 102.866 334.532 103.098 336.418 103.063C339.269 103.09 341.739 101.779 341.532 100.46C341.655 99.7969 340.022 99.0675 338.767 98.7407C337.449 98.3727 336.215 98.1374 335.103 97.9128C331.136 97.0245 319.1 95.1982 317.02 86.0387C316.733 84.9383 316.566 83.7073 316.558 82.31C316.364 77.9755 319.199 72.6305 323.543 70.1142C327.809 67.4619 332.507 67.0699 335.297 67.0009C335.381 66.9989 335.464 66.9971 335.545 66.9956C341.904 67.1431 341.969 67.6411 346.72 69.4763Z' fill='%23171717'/%3E%3Cpath d='M22.92 51.72C19.96 51.72 17.26 51.2 14.82 50.16C12.38 49.12 10.28 47.68 8.52 45.84C6.8 43.96 5.46 41.76 4.5 39.24C3.54 36.72 3.06 33.98 3.06 31.02C3.06 28.06 3.54 25.32 4.5 22.8C5.46 20.28 6.8 18.1 8.52 16.26C10.28 14.38 12.38 12.92 14.82 11.88C17.26 10.84 19.96 10.32 22.92 10.32C25.88 10.32 28.58 10.84 31.02 11.88C33.46 12.92 35.54 14.38 37.26 16.26C39.02 18.1 40.38 20.28 41.34 22.8C42.3 25.32 42.78 28.06 42.78 31.02C42.78 33.98 42.3 36.72 41.34 39.24C40.38 41.76 39.02 43.96 37.26 45.84C35.54 47.68 33.46 49.12 31.02 50.16C28.58 51.2 25.88 51.72 22.92 51.72ZM22.92 47.28C25.16 47.28 27.18 46.88 28.98 46.08C30.78 45.24 32.32 44.1 33.6 42.66C34.88 41.18 35.86 39.46 36.54 37.5C37.26 35.5 37.62 33.34 37.62 31.02C37.62 28.7 37.26 26.54 36.54 24.54C35.86 22.54 34.88 20.82 33.6 19.38C32.32 17.94 30.78 16.82 28.98 16.02C27.18 15.18 25.16 14.76 22.92 14.76C20.68 14.76 18.64 15.18 16.8 16.02C15 16.82 13.46 17.94 12.18 19.38C10.9 20.82 9.92 22.54 9.24 24.54C8.56 26.54 8.22 28.7 8.22 31.02C8.22 33.34 8.56 35.5 9.24 37.5C9.92 39.46 10.9 41.18 12.18 42.66C13.46 44.1 15 45.24 16.8 46.08C18.64 46.88 20.68 47.28 22.92 47.28ZM50.5589 51V10.98H66.6389C68.6389 10.98 70.4189 11.3 71.9789 11.94C73.5389 12.58 74.8389 13.46 75.8789 14.58C76.9589 15.66 77.7789 16.94 78.3389 18.42C78.8989 19.86 79.1789 21.4 79.1789 23.04C79.1789 24.68 78.8989 26.24 78.3389 27.72C77.7789 29.16 76.9589 30.44 75.8789 31.56C74.7989 32.64 73.4789 33.5 71.9189 34.14C70.3589 34.78 68.5989 35.1 66.6389 35.1H55.5389V51H50.5589ZM66.0389 30.66C68.4389 30.66 70.3589 29.96 71.7989 28.56C73.2789 27.16 74.0189 25.32 74.0189 23.04C74.0189 20.76 73.2789 18.92 71.7989 17.52C70.3589 16.12 68.4389 15.42 66.0389 15.42H55.5389V30.66H66.0389ZM95.6738 51V15.42H83.0138V10.98H113.374V15.42H100.654V51H95.6738ZM119.993 51V10.98H124.973V51H119.993ZM147.308 51.72C143.788 51.72 140.768 51.14 138.248 49.98C135.728 48.78 133.628 47.24 131.948 45.36L134.888 41.58C135.528 42.3 136.288 43.02 137.168 43.74C138.048 44.42 139.008 45.02 140.048 45.54C141.128 46.06 142.288 46.48 143.528 46.8C144.768 47.12 146.088 47.28 147.488 47.28C149.288 47.28 150.788 47.06 151.988 46.62C153.188 46.18 154.148 45.64 154.868 45C155.588 44.32 156.108 43.58 156.428 42.78C156.748 41.94 156.908 41.14 156.908 40.38C156.908 39.1 156.568 38.04 155.888 37.2C155.208 36.36 154.308 35.66 153.188 35.1C152.108 34.5 150.848 34.02 149.408 33.66C148.008 33.26 146.548 32.86 145.028 32.46C143.548 32.02 142.088 31.54 140.648 31.02C139.248 30.5 137.988 29.84 136.868 29.04C135.788 28.2 134.908 27.18 134.228 25.98C133.548 24.78 133.208 23.28 133.208 21.48C133.208 19.84 133.548 18.34 134.228 16.98C134.948 15.62 135.908 14.46 137.108 13.5C138.348 12.5 139.808 11.74 141.488 11.22C143.168 10.66 144.988 10.38 146.948 10.38C150.028 10.38 152.748 10.86 155.108 11.82C157.468 12.78 159.488 14.16 161.168 15.96L158.168 19.62C156.648 17.94 154.888 16.72 152.888 15.96C150.888 15.2 148.788 14.82 146.588 14.82C144.188 14.82 142.208 15.4 140.648 16.56C139.128 17.72 138.368 19.26 138.368 21.18C138.368 22.3 138.708 23.22 139.388 23.94C140.068 24.66 140.948 25.28 142.028 25.8C143.148 26.32 144.408 26.78 145.808 27.18C147.248 27.54 148.708 27.94 150.188 28.38C151.708 28.78 153.168 29.26 154.568 29.82C156.008 30.38 157.268 31.1 158.348 31.98C159.468 32.86 160.368 33.94 161.048 35.22C161.728 36.5 162.068 38.08 162.068 39.96C162.068 41.4 161.808 42.84 161.288 44.28C160.768 45.68 159.908 46.94 158.708 48.06C157.548 49.14 156.028 50.02 154.148 50.7C152.268 51.38 149.988 51.72 147.308 51.72ZM193.684 51L178.504 33L174.484 37.56V51H169.504V10.98H174.484V31.68L192.184 10.98H198.424L181.744 30L199.864 51H193.684ZM234.099 51L230.559 42.12H210.639L207.099 51H201.399L217.479 10.98H223.659L239.799 51H234.099ZM220.599 16.14L212.079 37.68H229.059L220.599 16.14ZM245.032 51V10.98H250.012V51H245.032ZM272.347 51.72C268.827 51.72 265.807 51.14 263.287 49.98C260.767 48.78 258.667 47.24 256.987 45.36L259.927 41.58C260.567 42.3 261.327 43.02 262.207 43.74C263.087 44.42 264.047 45.02 265.087 45.54C266.167 46.06 267.327 46.48 268.567 46.8C269.807 47.12 271.127 47.28 272.527 47.28C274.327 47.28 275.827 47.06 277.027 46.62C278.227 46.18 279.187 45.64 279.907 45C280.627 44.32 281.147 43.58 281.467 42.78C281.787 41.94 281.947 41.14 281.947 40.38C281.947 39.1 281.607 38.04 280.927 37.2C280.247 36.36 279.347 35.66 278.227 35.1C277.147 34.5 275.887 34.02 274.447 33.66C273.047 33.26 271.587 32.86 270.067 32.46C268.587 32.02 267.127 31.54 265.687 31.02C264.287 30.5 263.027 29.84 261.907 29.04C260.827 28.2 259.947 27.18 259.267 25.98C258.587 24.78 258.247 23.28 258.247 21.48C258.247 19.84 258.587 18.34 259.267 16.98C259.987 15.62 260.947 14.46 262.147 13.5C263.387 12.5 264.847 11.74 266.527 11.22C268.207 10.66 270.027 10.38 271.987 10.38C275.067 10.38 277.787 10.86 280.147 11.82C282.507 12.78 284.527 14.16 286.207 15.96L283.207 19.62C281.687 17.94 279.927 16.72 277.927 15.96C275.927 15.2 273.827 14.82 271.627 14.82C269.227 14.82 267.247 15.4 265.687 16.56C264.167 17.72 263.407 19.26 263.407 21.18C263.407 22.3 263.747 23.22 264.427 23.94C265.107 24.66 265.987 25.28 267.067 25.8C268.187 26.32 269.447 26.78 270.847 27.18C272.287 27.54 273.747 27.94 275.227 28.38C276.747 28.78 278.207 29.26 279.607 29.82C281.047 30.38 282.307 31.1 283.387 31.98C284.507 32.86 285.407 33.94 286.087 35.22C286.767 36.5 287.107 38.08 287.107 39.96C287.107 41.4 286.847 42.84 286.327 44.28C285.807 45.68 284.947 46.94 283.747 48.06C282.587 49.14 281.067 50.02 279.187 50.7C277.307 51.38 275.027 51.72 272.347 51.72Z' fill='white'/%3E%3Cpath d='M15.6196 12.3909C15.4471 12.4464 15.2791 12.5074 15.1155 12.5732C12.8585 13.5156 11.443 15.0888 9.42954 17.1115C9.37746 17.1649 9.32435 17.2195 9.27081 17.2747C7.21387 19.5707 6.55492 19.9262 5.27163 23.094C5.22296 23.2274 5.17462 23.3663 5.12688 23.511C4.22456 26.1882 3.81746 29.0312 3.82308 31.02C3.82105 31.7073 3.86105 32.288 3.93156 32.7232C4.24592 34.3974 3.73201 34.6598 4.41074 37.0147C4.64757 37.7667 4.88064 38.411 5.10935 39.0079C5.59539 40.258 6.02552 41.3144 6.68771 42.6057C7.04184 43.2932 7.75723 44.456 8.7697 45.6116C10.5566 47.6632 13.448 49.3326 14.9189 49.7811C14.9371 49.7873 14.9553 49.7934 14.9736 49.7996C17.2116 50.5886 19.8228 51.3543 21.485 51.5122C22.0021 51.5677 22.4105 51.6098 22.7249 51.6477C22.858 51.6637 22.92 51.6947 22.92 51.7256C22.92 51.7257 22.92 51.7257 22.92 51.7257C22.92 51.7641 22.8236 51.8023 22.6515 51.8054C21.814 51.8194 20.5615 51.8304 19.0646 51.7179C16.9842 51.5241 16.3161 51.1904 14.6701 50.5118C14.1113 50.2673 13.4387 49.9663 12.5819 49.5214C10.7217 48.5408 9.35085 47.5742 8.03828 46.3008L8.02817 46.29C7.01217 45.2426 6.02877 43.9818 5.13831 42.1867C4.61595 41.1225 4.23136 40.2654 3.88362 39.4748C3.00247 37.3022 2.06333 35.5466 2.25814 31.02C2.26285 30.9434 2.26803 30.8662 2.27372 30.7883C2.65595 26.6149 2.95349 24.9317 3.58684 22.4521C3.95037 21.2037 4.45641 19.7358 5.65977 17.8747C6.21437 17.0262 6.86943 16.1902 7.60878 15.4082C9.49317 13.3922 11.9815 11.8111 14.3924 10.8768C17.1364 9.78778 19.7457 9.52298 21.4577 9.40972C21.9262 9.37826 22.4141 9.35858 22.92 9.35321C25.4225 9.32279 28.4567 9.66338 31.4198 10.942C32.7378 11.5075 34.0403 12.2407 35.2407 13.1504C36.1777 13.8592 37.1026 14.682 37.9621 15.6177L37.9477 15.6022C39.764 17.4769 41.3006 19.8616 42.2853 22.4399C43.087 24.5091 43.5317 26.7047 43.6397 28.8087C43.677 29.5166 43.6866 30.2584 43.6644 31.02C43.5987 33.7883 43.0309 36.8652 41.9333 39.466C40.806 42.2274 39.1642 44.4143 37.9507 45.6675C37.8074 45.8179 37.6678 45.9597 37.5316 46.0943C35.0824 48.348 34.1808 48.9242 31.1376 50.436C31.1045 50.4511 31.071 50.4663 31.0372 50.4814C29.1072 51.3858 26.166 51.9673 23.7143 51.8185C22.4817 51.7403 22.7696 51.6126 23.9878 51.5082C25.7673 51.3372 27.2213 51.1177 28.0663 50.7326C29.1694 50.2225 29.8066 49.8565 30.7233 49.464C31.2037 49.2531 31.7584 49.0312 32.4721 48.7181C34.555 47.7653 35.0853 46.6721 36.0542 45.8349C36.2872 45.6258 36.47 45.4737 36.6762 45.2942C37.2269 44.6799 38.5906 44.0627 40.5031 39.317C40.5459 39.2001 40.5871 39.0842 40.6273 38.9685C41.7305 35.7331 41.8369 33.0814 41.8075 31.02C41.7661 29.1692 41.5609 27.7708 41.3248 26.6346C41.1393 25.7479 40.8638 24.5152 40.3781 23.1664C39.6292 21.0209 38.278 18.6246 36.5757 16.9145L36.5614 16.8992C36.3724 16.6969 36.1803 16.5032 35.9864 16.3189C34.7984 15.1682 32.8897 13.7459 30.6252 12.8063C28.0116 11.6723 25.0066 11.3218 22.92 11.3839C22.4208 11.3944 21.9753 11.4228 21.5956 11.4601C18.2939 11.9071 18.2496 11.6708 15.6196 12.3909ZM28.9544 15.1588C29.0706 15.2192 29.1855 15.278 29.2994 15.3355L29.2868 15.3297C31.0395 16.1988 32.8513 16.6749 34.5339 18.5498C34.6302 18.6598 34.725 18.7744 34.818 18.894C36.403 21.1083 36.337 21.7735 37.3195 24.275L37.3147 24.2611C37.3735 24.4186 37.4345 24.5846 37.4973 24.7598C38.3146 27.0062 38.397 29.4131 38.383 31.02C38.3816 31.5681 38.3751 32.0331 38.3938 32.3899C38.4356 33.8073 37.9801 33.9049 37.66 35.8501C37.5256 36.5672 37.3538 37.1712 37.1534 37.7208C36.8188 38.6604 36.4078 39.459 35.7918 40.3677C35.4176 40.9195 34.7433 41.9068 33.8508 42.8769C32.424 44.4571 30.3325 45.762 29.3083 46.353C29.2566 46.3846 29.204 46.4156 29.1508 46.446C27.4649 47.3902 25.275 47.4307 24.0359 47.4116C23.6307 47.4116 23.313 47.3841 23.0703 47.3509C22.9676 47.3367 22.92 47.3052 22.92 47.2744C22.92 47.2743 22.92 47.2743 22.92 47.2743C22.9201 47.2358 22.9935 47.1983 23.1238 47.192C23.7574 47.1613 24.7111 47.057 25.7748 46.7262C27.1871 46.2595 27.7001 46.1808 28.824 45.729C29.2472 45.5383 29.7624 45.2751 30.3957 44.8332C31.5754 43.9986 32.3532 43.1579 33.1097 42.2241C33.7763 41.3612 34.4404 40.4119 35.1874 39.0788C35.5542 38.4171 35.7732 37.8316 35.9285 37.2878C36.3929 35.5303 36.4691 34.3223 36.8161 31.02C36.8214 30.9571 36.8267 30.8936 36.8319 30.8294C37.0275 27.725 36.39 26.5274 35.6034 24.8772L35.5975 24.8604C35.2123 24.0752 34.7579 23.1769 34.0186 22.0153C33.624 21.401 33.1752 20.7885 32.6691 20.2074C31.5255 18.8793 30.0613 17.7565 28.538 17.0144L28.5198 17.0061C26.8175 16.1191 25.0643 15.7927 23.8864 15.7406C23.5774 15.7261 23.2547 15.7209 22.92 15.726C21.187 15.7494 19.1654 16.0648 17.2236 16.948L17.2143 16.9522C16.2946 17.3564 15.394 17.8664 14.551 18.4875C13.9696 18.9151 13.4084 19.4269 12.8908 20.0118C11.7085 21.3375 10.7961 23.0405 10.1965 24.8652C9.69447 26.3734 9.39559 27.9472 9.22276 29.4826C9.16737 29.9708 9.12718 30.4861 9.10551 31.02C9.014 33.0468 9.24098 35.3167 9.83588 37.2974C10.4263 39.2948 11.3805 40.9511 12.1144 41.9627C12.2311 42.126 12.345 42.2783 12.4561 42.4212C13.9789 44.2009 14.6395 44.7439 16.9279 45.8059C16.923 45.8035 16.9253 45.8044 16.9277 45.8054C18.3765 46.4028 20.4703 46.9257 22.3185 47.1591C23.247 47.2723 23.0451 47.4161 22.088 47.4499C20.6843 47.4838 19.5607 47.1944 18.816 47.1793C17.864 47.1552 17.2409 47.0722 16.4988 46.7727L16.4806 46.7645C16.0643 46.5796 15.6089 46.3192 15.0602 45.905C13.5867 44.7574 12.6635 44.4741 11.91 43.6418C11.7719 43.4833 11.6704 43.3465 11.5697 43.2025L11.5624 43.1942C11.2308 42.5208 10.3978 42.0178 8.58344 37.8981C8.56349 37.8481 8.54383 37.7981 8.52445 37.7483C7.49477 35.0092 7.30172 32.7546 7.24672 31.02C7.20982 29.5051 7.31714 28.332 7.451 27.3658C7.56274 26.564 7.82038 25.4364 8.2699 24.2102C8.92976 22.3575 10.1062 20.3022 11.4696 18.7486C11.5697 18.6323 11.6701 18.5185 11.7707 18.407C12.7379 17.3121 14.4169 15.9635 16.3909 15.0995L16.3817 15.1036C18.626 14.0461 21.186 13.7231 22.92 13.6947C23.3198 13.6844 23.6809 13.6849 23.9932 13.6884C26.8697 13.8343 26.8745 14.1985 28.9544 15.1588ZM66.4609 11.7553C63.6547 11.589 61.4457 12.3237 58.0254 12.2199C54.7199 12.1195 54.1305 11.7522 50.5589 11.8068L51.3857 10.98C51.3876 11.104 51.39 11.2317 51.3929 11.3632C51.4806 15.2801 51.214 19.1992 51.3741 20.9433C51.5343 22.6873 51.0501 22.8713 51.1576 25.348C51.2652 27.8245 51.202 29.3255 51.0446 31.4914C50.8872 33.6575 50.7528 40.3119 50.9461 42.7316C51.1395 45.1514 50.804 47.9113 50.7244 49.571C50.6996 50.088 50.6657 50.4949 50.6304 50.8068C50.6155 50.9389 50.5842 51 50.5533 51C50.5533 51 50.5532 51 50.5532 51C50.5147 50.9999 50.4769 50.9053 50.472 50.7355C50.4485 49.9111 50.3862 48.6791 50.2467 47.2236C49.9865 44.5098 50.274 44.2133 50.1403 40.5487C50.0066 36.8841 49.7394 34.6824 49.9122 30.3706C50.085 26.0588 49.3618 25.0685 49.7717 18.9819C50.04 14.9973 49.8084 13.3467 49.5883 10.98L49.6078 9.99072L50.5589 10.0094C51.8072 9.89333 53.2548 9.78041 55.3492 9.74568C58.9415 9.68612 63.092 9.80822 66.6389 9.9105C68.8801 9.96014 70.9017 10.453 72.3396 11.0607C72.5579 11.151 72.7642 11.2413 72.9578 11.33C74.1697 11.8831 75.479 12.7037 76.6091 13.9019L76.5835 13.8754C77.7129 14.9763 78.682 16.4228 79.294 18.0586C79.8944 19.5924 80.1924 21.3181 80.1598 23.04C80.1579 23.1513 80.1548 23.2626 80.1503 23.3739C80.0925 24.8808 79.8182 26.4931 79.233 28.0583C78.658 29.5745 77.759 31.0334 76.5967 32.2521L76.584 32.265C75.3713 33.5035 73.866 34.4482 72.3025 35.0749C71.1122 35.5559 69.8686 35.8278 68.6607 35.9339C68.0098 35.9915 67.3318 36.0105 66.6389 35.9903C63.0549 35.8816 58.912 35.7613 55.5389 35.6534L56.0923 35.1C56.0349 36.8958 55.981 38.4734 55.9343 39.6324C55.7836 43.3691 55.7496 44.2799 55.8417 47.8768C55.8653 48.7988 55.8684 49.876 55.8474 51L55.8412 51.3145L55.5389 51.3085C54.1424 51.2824 52.6736 51.219 51.3407 51.1111C50.1299 51.0131 50.4043 50.8767 51.6229 50.8114C53.2527 50.7241 54.6155 50.77 55.5389 50.6481L55.187 51C55.1756 50.9137 55.1627 50.8313 55.1482 50.7528C54.8074 48.918 54.6767 48.1382 54.875 45.8219C55.0733 43.5057 54.6227 42.4143 54.6745 41.0641C54.7201 39.8793 54.9303 39.7512 54.8428 35.1L54.8294 34.4179L55.5389 34.4039C56.1887 34.3917 56.9268 34.3736 57.7683 34.3485C61.5642 34.2353 64.4119 34.1687 66.6389 34.1235C68.3434 34.0853 69.6185 33.8152 70.625 33.4818C70.893 33.3925 71.1932 33.2861 71.5149 33.1553C72.623 32.7078 74.005 31.9932 75.1784 30.8595L75.1658 30.8724C76.145 29.9047 76.9637 28.6805 77.4617 27.3788C77.6685 26.8302 77.8272 26.2679 77.9353 25.7186C78.0839 24.969 78.1941 24.0535 78.1862 23.04C78.1814 21.6822 77.9499 20.1789 77.3984 18.7857C76.8846 17.4209 76.0794 16.2104 75.1516 15.3073L75.1252 15.2799C74.1121 14.2034 72.9497 13.5518 72.1021 13.1984C71.9082 13.1172 71.7251 13.0453 71.5522 12.9802C69.1759 12.225 68.9687 12.0163 66.6389 11.7662C66.5808 11.7625 66.5215 11.7589 66.4609 11.7553ZM64.0132 14.6447C64.7258 14.7326 65.3583 14.5688 66.0389 14.4101C66.693 14.2702 67.434 14.1726 68.2943 14.3896C70.0957 14.9502 70.2585 15.3674 71.9709 16.5507C72.1171 16.6642 72.2571 16.7846 72.391 16.911L72.3826 16.9029C73.8458 18.2029 74.2975 20.0899 74.5977 20.8533C74.928 21.7111 74.511 21.8918 74.61 23.04C74.6121 23.0733 74.6145 23.1074 74.6172 23.1423C74.6985 24.4022 74.4878 25.2137 73.9577 26.2011C73.6659 26.7636 72.951 27.9388 72.0022 28.7749C71.3049 29.4424 70.5118 29.9286 70.0657 30.2263C69.0159 30.9519 67.5254 30.8517 66.735 30.8054C66.4823 30.7954 66.2828 30.7652 66.1326 30.7312C66.0686 30.7167 66.0389 30.6852 66.0389 30.6544C66.0389 30.6543 66.0389 30.6543 66.0389 30.6543C66.039 30.6158 66.0846 30.5782 66.1654 30.5725C66.5565 30.5447 67.1481 30.4579 67.7921 30.2049C68.9431 29.6823 69.2085 29.9842 70.5794 29.0123C70.9206 28.7411 71.1887 28.4583 71.4218 28.1721C72.0821 27.3525 72.5195 26.6132 73.0586 25.3319C73.4174 24.4023 73.3006 23.7564 73.1997 23.04C73.0851 22.3718 73.0223 21.6394 72.7963 20.4065C72.5022 19.0623 71.8534 18.5215 71.2243 18.1275L71.216 18.1195C70.609 17.7558 69.9753 17.4793 68.8671 17.1086C68.0338 16.8382 67.0536 16.6574 66.0389 16.6071C64.0423 16.5133 62.1281 16.35 61.0027 16.3722C59.5173 16.4014 57.601 16.469 55.5389 16.4287L56.5477 15.42C56.5403 15.7965 56.5294 16.1778 56.514 16.5623C56.4142 19.0526 56.6661 22.1267 56.488 24.8755C56.375 26.6206 56.243 28.8241 56.1232 30.66L55.5389 30.0757C56.5949 30.1446 57.5292 30.2096 58.1848 30.2646C59.9801 30.4153 60.4177 30.4493 62.1458 30.3572C63.1391 30.3043 64.5075 30.3542 65.6633 30.5489C66.245 30.6469 66.1132 30.7833 65.5277 30.8486C64.6715 30.944 63.9687 30.8802 63.5275 31.0507C62.646 31.3915 62.2714 31.5222 61.1585 31.3239C60.0457 31.1256 59.5213 31.5762 58.8726 31.5244C58.2661 31.4759 58.236 31.2403 55.5389 31.3773L54.8521 31.4054L54.8216 30.66C54.8121 30.4723 54.8008 30.2718 54.7874 30.0572C54.5826 26.7587 54.5304 24.9505 54.4812 23.7013C54.432 22.4522 54.6627 19.844 54.5795 17.8082C54.5534 17.1713 54.543 16.3285 54.5368 15.42L54.4975 14.4605L55.5389 14.4179C57.5343 14.4042 59.847 14.411 60.9934 14.3173C62.6617 14.181 62.6651 14.4785 64.0132 14.6447ZM92.2483 11.7553C89.1702 11.5906 86.7411 12.3102 83.0137 12.2226L84.2563 10.98C84.2555 11.0148 84.2546 11.0498 84.2536 11.0849C84.1988 13.0847 84.0642 14.1866 83.9623 15.42L83.0137 14.4714C84.1158 14.5624 85.3229 14.6274 87.3694 14.586C90.4145 14.5244 93.4608 14.6375 95.6738 14.6549L96.425 14.6416L96.4388 15.42C96.4315 16.3586 96.4413 17.1473 96.489 17.7224C96.6492 19.6532 96.1649 19.857 96.2725 22.5991C96.38 25.341 96.3168 27.0028 96.1594 29.4008C96.002 31.799 95.8676 39.1665 96.061 41.8456C96.2543 44.5246 95.9188 47.5803 95.8393 49.4179C95.8145 49.9903 95.7806 50.4407 95.7453 50.7861C95.7303 50.9324 95.699 51 95.6681 51C95.6681 51 95.6681 51 95.6681 51C95.6296 50.9999 95.5918 50.8952 95.5869 50.7071C95.5633 49.7945 95.501 48.4304 95.3615 46.819C95.1014 43.8143 95.3888 43.486 95.2552 39.4287C95.1215 35.3714 94.8542 32.9338 95.0271 28.1599C95.1999 23.3861 94.4767 22.2896 94.8865 15.5509C94.8892 15.507 94.8918 15.4634 94.8944 15.42L95.6738 16.1994C89.5401 15.8359 88.4531 16.4513 83.0137 16.6227L81.79 16.601L81.811 15.42C81.7975 14.9912 81.7867 14.5353 81.7794 14.0478C81.7646 13.0569 81.761 12.0277 81.7656 10.98L81.7882 9.71011L83.0137 9.73187C89.0664 9.75843 95.7352 10.0573 99.186 10.0278C102.99 9.9953 108.02 9.91555 113.374 9.98885L114.382 10.0068L114.365 10.98C114.36 11.324 114.355 11.6693 114.349 12.0157C114.33 13.1067 114.324 14.2462 114.325 15.42L114.307 16.3875L113.374 16.3709C109.343 16.3746 104.909 16.4649 100.654 16.4243L101.658 15.42C101.648 16.4441 101.631 17.4579 101.603 18.4531C101.425 24.7875 101.2 33.7431 101.049 37.8805C100.898 42.0177 100.864 43.0262 100.957 47.0084C100.983 48.1744 100.984 49.5645 100.952 51L100.946 51.3033L100.654 51.2981C99.271 51.2673 97.8462 51.2066 96.5393 51.1111C95.1988 51.0131 95.5025 50.8767 96.8518 50.8114C98.3643 50.7383 99.6691 50.7587 100.654 50.6954L100.349 51C100.33 50.7001 100.303 50.43 100.263 50.1926C99.9223 48.1612 99.7915 47.2978 99.9899 44.7333C100.188 42.1689 99.7375 40.9606 99.7894 39.4657C99.8413 37.9707 100.107 37.9953 99.9023 30.3941C99.6975 22.7929 99.6452 18.6259 99.596 15.7473C99.5943 15.6423 99.5928 15.5331 99.5918 15.42L99.5732 14.3772L100.654 14.358C103.525 14.3306 108.944 14.5247 113.374 14.4686L112.422 15.42C112.42 15.2406 112.417 15.0628 112.414 14.8869C112.395 13.8008 112.384 12.4549 112.378 10.98L113.374 11.9762C108.478 11.9988 102.162 11.978 99.2074 12.0827C95.363 12.219 95.3551 11.9215 92.2483 11.7553ZM120.768 11.4127C120.602 13.3992 121.336 14.9629 121.232 17.3842C121.129 19.8054 120.739 20.168 120.827 22.941C120.914 25.7137 120.648 28.4881 120.808 29.7227C120.968 30.9573 120.484 31.0876 120.591 32.8409C120.699 34.594 120.636 35.6565 120.478 37.1898C120.321 38.7232 120.186 43.4339 120.38 45.1468C120.573 46.8598 120.238 48.8135 120.158 49.9884C120.133 50.3544 120.099 50.6424 120.064 50.8632C120.049 50.9567 120.018 51 119.987 51C119.987 51 119.987 51 119.987 51C119.948 51 119.911 50.933 119.906 50.8127C119.882 50.2292 119.82 49.357 119.68 48.3267C119.42 46.4056 119.708 46.1956 119.574 43.6015C119.44 41.0073 119.173 39.4487 119.346 36.3964C119.519 33.3441 118.795 32.643 119.205 28.3343C119.615 24.0258 118.859 23.5723 118.758 19.2787C118.696 16.6314 118.831 13.5559 118.935 10.98L118.966 9.89444L119.993 9.92297C121.594 9.98791 123.003 10.0411 123.996 10.0278C124.309 10.0236 124.635 10.0187 124.973 10.0133L125.965 10.0409L125.939 10.98C125.978 13.4351 126.035 16.5114 125.948 19.7369C125.848 23.4061 126.1 27.9356 125.922 31.9858C125.744 36.036 125.519 41.7621 125.368 44.4075C125.217 47.0527 125.183 47.6975 125.275 50.2437C125.284 50.4824 125.29 50.7357 125.293 51L125.284 51.3289L124.973 51.3203C123.616 51.3356 121.971 51.2741 120.546 51.1111C119.689 51.0131 119.883 50.8767 120.746 50.8114C122.007 50.716 123.043 50.7798 123.693 50.6093C124.196 50.4773 124.587 50.3768 124.973 50.3148L124.287 51C124.189 50.39 124.187 49.7937 124.309 48.789C124.507 47.1494 124.056 46.3768 124.108 45.421C124.16 44.4651 124.426 44.4808 124.221 39.6208C124.016 34.7606 123.964 32.0963 123.915 30.2558C123.866 28.4153 124.096 24.5722 124.013 21.5726C123.939 18.912 123.991 13.8138 123.908 10.98L124.973 12.0441C124.611 12.0546 124.287 12.0673 124.009 12.0827C121.744 12.2084 121.562 11.9655 119.993 11.7965L120.809 10.98C120.795 11.1135 120.781 11.257 120.768 11.4127ZM135.676 16.1128C135.372 16.501 135.112 16.9098 134.892 17.3315L134.9 17.316C134.253 18.6308 134.073 20.0464 134.185 21.48C134.292 22.8351 134.592 24.2015 135.3 25.3726C135.661 25.9693 136.085 26.5559 136.599 27.1254C136.938 27.5008 137.275 27.8176 137.603 28.0944L137.564 28.0652C138.855 29.0468 139.878 29.6083 140.985 30.112C142.148 30.6125 143.383 31.1057 145.262 31.6725L145.237 31.6655C145.81 31.8178 146.439 31.9816 147.139 32.1617C147.979 32.3777 148.817 32.6054 149.642 32.8406L149.615 32.8333C151.018 33.1828 152.38 33.6877 153.589 34.3777L153.557 34.361C154.725 34.9562 155.756 35.7667 156.496 36.708C157.456 37.9126 157.668 39.3261 157.675 40.38C157.68 41.1213 157.568 41.7504 157.457 42.2566C157.39 42.5642 157.307 42.836 157.218 43.081L157.213 43.094C156.728 44.2928 156.114 44.8526 155.338 45.4972L155.322 45.5112C154.612 46.0415 153.704 46.5789 152.193 47.1787C152.147 47.1967 152.1 47.2148 152.053 47.2326C150.338 47.8533 148.851 47.9268 147.488 47.9286C146.1 47.9145 144.784 47.7402 143.392 47.3253C142.98 47.2011 142.56 47.0599 142.128 46.8967C141.547 46.6767 140.759 46.3603 139.872 45.9059C138.959 45.4216 137.945 44.7937 136.961 44.0083C136.167 43.3393 135.377 42.5988 134.661 41.7815L135.127 41.7662C134.104 43.0612 133.086 44.3652 132.183 45.5428L132.17 45.1616C133.255 46.3608 134.382 47.2262 135.198 47.7474C136.219 48.4021 137.316 49.0311 138.435 49.5867C140.769 50.7203 143.301 51.283 145.059 51.4699C145.869 51.5571 146.51 51.6065 147.003 51.647C147.21 51.6639 147.308 51.6946 147.308 51.7256C147.308 51.7257 147.308 51.7257 147.308 51.7257C147.308 51.764 147.157 51.8027 146.888 51.8041C145.579 51.8057 143.613 51.7831 141.302 51.3641C139.892 51.1013 138.919 50.7516 138.07 50.3667C136.39 49.4942 134.959 48.8392 132.057 46.0947C131.909 45.9464 131.765 45.7976 131.625 45.6487L131.384 45.3722L131.606 45.094C132.641 43.6917 133.544 42.4419 134.43 41.2236L134.869 40.6725L135.322 41.1943C136.017 41.9243 136.772 42.5815 137.591 43.2234L137.576 43.2118C138.407 43.8247 139.32 44.3886 140.362 44.9112L140.353 44.9065C141.334 45.3793 142.432 45.8054 143.692 46.1627C143.836 46.2035 143.982 46.2425 144.13 46.2797C145.379 46.5902 146.486 46.6647 147.488 46.6466C149.081 46.6077 150.427 46.3864 151.709 45.8581C152.577 45.4884 153.477 45.0323 154.265 44.3213L154.244 44.3398C154.768 43.8302 155.262 43.2192 155.59 42.4447L155.584 42.4586C155.835 41.8292 156.035 41.1329 156.066 40.38C156.081 39.9783 156.062 39.5653 155.984 39.153C155.873 38.5666 155.644 38.0633 155.332 37.6501C154.625 36.7197 153.739 36.119 152.89 35.6967L152.864 35.6831C151.589 34.9894 150.388 34.6516 149.218 34.4202L149.193 34.4135C147.781 34.0888 146.411 33.8154 144.762 33.4712L144.73 33.4622C143.44 33.1485 141.986 32.7502 140.237 32.1579L140.227 32.1541C139.71 31.9732 139.173 31.7586 138.618 31.4983C137.775 31.1031 136.939 30.6248 136.142 30.0568L136.101 30.0264C134.921 29.1168 133.894 27.9266 133.154 26.5888C132.246 24.9566 132.007 23.1439 132.028 21.48C132.044 19.7422 132.454 17.9832 133.242 16.4868L133.253 16.464C134.087 14.9385 135.234 13.6539 136.47 12.7026C138.046 11.4715 139.74 10.751 141.206 10.308L141.186 10.3143C141.908 10.0787 142.587 9.91024 143.2 9.78436C144.364 9.54484 145.626 9.41187 146.948 9.4034C149.574 9.38845 152.553 9.69065 155.492 10.8756C157.815 11.8068 160.082 13.2892 161.899 15.2779L162.496 15.9338L161.941 16.5937C161.419 17.22 160.893 17.8498 160.362 18.4817C159.884 19.0499 159.399 19.632 158.907 20.2261L158.186 21.0847L157.459 20.2614C156.161 18.8034 154.49 17.58 152.546 16.8608C150.679 16.1595 148.645 15.8071 146.588 15.8216C144.632 15.8253 142.715 16.2785 141.252 17.3721L141.262 17.3645C140.003 18.2935 139.34 19.6451 139.328 21.18C139.324 21.335 139.329 21.4864 139.341 21.6345C139.395 22.2658 139.611 22.8423 140.043 23.3211C140.656 24.0017 141.473 24.5787 142.392 25.0436L142.381 25.0386C143.521 25.5951 144.752 26.0577 146.018 26.446L145.993 26.4394C147.472 26.8385 148.945 27.2739 150.381 27.7307L150.36 27.725C151.909 28.1632 153.4 28.6875 154.786 29.2741C156.265 29.8795 157.593 30.6812 158.663 31.5932C159.975 32.662 160.856 33.9305 161.404 35.0311C161.45 35.1229 161.493 35.2141 161.534 35.3043C162.336 37.1522 162.359 38.6788 162.355 39.96C162.315 41.5487 162.052 42.8619 161.527 44.3665C161.125 45.4604 160.483 46.6452 159.34 47.8638C159.207 48.0058 159.067 48.1472 158.92 48.2873C157.734 49.4291 156.055 50.364 154.248 50.9777C152.385 51.6182 150.371 51.8219 148.551 51.8057C146.622 51.7474 147.072 51.6297 148.982 51.4839C151.033 51.2982 152.79 50.9385 154.047 50.4204C154.503 50.2348 154.897 50.041 155.221 49.8457C156.565 49.0228 157.359 48.3379 158.202 47.5162C158.88 46.8236 159.639 46.052 160.384 44.7169C160.505 44.496 160.609 44.2766 160.697 44.0606C161.358 42.3873 161.379 41.0705 161.295 39.96C161.233 39.1942 161.131 38.5103 161.017 37.7889C160.87 36.9726 160.814 36.4922 160.399 35.5647C160.035 34.8378 159.477 33.7478 157.93 32.5113L157.921 32.5038C157.065 31.8101 155.9 31.0807 154.307 30.4912C153.783 30.2912 153.228 30.0947 152.633 29.9033C151.723 29.6106 150.839 29.3652 149.984 29.1566L149.959 29.1497C148.397 28.7158 146.945 28.3483 145.595 28.0336L145.566 28.026C144.122 27.6376 142.81 27.1811 141.632 26.6531L141.62 26.6475C140.476 26.1162 139.465 25.438 138.673 24.6155C137.684 23.6124 137.345 22.247 137.348 21.18C137.325 19.7694 137.721 18.449 138.365 17.4593C138.747 16.8576 139.304 16.2417 140.003 15.7147L140.014 15.7067C141.626 14.471 144.097 13.7609 146.588 13.8195C148.772 13.837 151.1 14.2544 153.223 15.0778C154.822 15.6873 156.278 16.5882 157.483 17.6094C157.945 17.9989 158.422 18.4512 158.893 18.9643L157.412 19.0004C158.304 17.8959 159.318 16.6481 160.395 15.3266L160.438 16.6417C158.924 15.0127 156.916 13.6315 154.727 12.7576C152.101 11.69 149.265 11.4034 146.948 11.4287C145.638 11.4403 144.505 11.5959 143.63 11.794C142.936 11.9504 142.353 12.1254 141.847 12.2976L141.824 12.3051C139.735 13.0101 138.895 13.4571 137.698 14.2313C137.1 14.6432 136.423 15.1712 135.676 16.1128ZM172.242 11.7553C171.296 11.7208 170.392 11.7251 169.504 11.7526L170.277 10.98C170.382 14.3724 170.826 17.5384 170.744 21.9397C170.64 27.4934 170.251 28.3251 170.338 34.6855C170.426 41.0455 170.159 47.4091 170.319 50.2411C170.335 50.516 170.344 50.7671 170.349 51L169.504 50.1552C171.353 50.1192 172.058 50.3948 174.484 50.4158L173.9 51C173.904 50.5843 173.9 50.118 173.885 49.5868C173.778 45.5656 173.841 43.1284 173.999 39.6115C174.022 39.0786 174.046 38.3783 174.067 37.56L174.066 37.4076L174.172 37.2844C175.311 36.0587 176.773 34.4584 178.27 32.7934L178.504 32.5216L178.743 32.7986C181.223 35.7992 183.881 38.9364 185.325 40.4871C188.006 43.366 190.638 47.008 192.315 49.1195C192.837 49.7772 193.237 50.3041 193.537 50.714C193.664 50.8877 193.703 50.9837 193.68 51.0036C193.68 51.0036 193.68 51.0037 193.68 51.0037C193.65 51.0284 193.522 50.9353 193.341 50.7277C192.46 49.7196 191.123 48.2305 189.492 46.5138C186.453 43.313 186.362 42.7595 182.424 38.297C180.795 36.4508 179.41 34.9302 178.036 33.3948L178.964 33.405C177.741 34.8771 176.504 36.3417 175.011 38.0244L175.187 37.56C175.183 38.7425 175.166 40.0171 175.131 41.4314C175.029 45.5627 175.239 47.8161 175.344 51L175.334 51.8701L174.484 51.8598C173.084 51.9061 171.504 51.932 169.504 51.9022L168.591 51.8911L168.602 51C168.619 49.8416 168.655 48.5426 168.717 47.0564C169.127 37.1737 168.37 36.1336 168.27 26.2852C168.221 21.4481 168.296 15.9878 168.382 10.98L168.395 9.84395L169.504 9.85738C171.233 9.88691 172.908 9.91764 174.484 9.94484L175.532 9.95752L175.519 10.98C175.465 14.1353 175.425 16.8975 175.436 18.9119C175.458 22.5313 175.498 26.9078 175.505 31.68L173.709 31.0168C175.691 28.692 177.79 26.2531 179.955 23.7816C183.485 19.7514 187.426 15.0208 191.416 10.3233L191.731 9.96409L192.184 9.96958C194.274 9.96284 196.364 9.96289 198.424 9.97758L200.645 9.99677L199.178 11.6409C198.24 12.6946 197.307 13.7331 196.383 14.7474C192.068 19.4815 186.531 25.5746 182.161 30.3651L182.163 29.6383C184.028 31.8876 185.664 33.866 186.86 35.3236C190.71 40.0159 191.65 41.1578 195.535 45.5194C196.874 47.0226 198.483 48.895 200.075 50.8184L200.469 51.2833L199.864 51.278C198.197 51.2438 196.518 51.1891 194.954 51.1111C192.988 51.0131 193.433 50.8767 195.412 50.8114C197.095 50.7559 198.604 50.7543 199.864 50.729L199.659 51.177C199.053 50.5029 198.522 49.9336 198.061 49.5081C195.857 47.4751 194.93 46.6018 192.624 43.6247C190.317 40.6477 188.818 39.6004 187.425 37.9066C186.202 36.4196 186.226 36.1252 181.217 30.4548L180.822 30.0075L181.221 29.5409C181.905 28.742 182.679 27.8324 183.557 26.7928C190.754 18.2763 194.744 13.6471 197.49 10.4407C197.535 10.3884 197.581 10.3352 197.627 10.2812L198.424 12.0399C196.834 12.0545 194.649 12.0334 192.184 12.005L192.963 11.6461C190.2 14.804 186.893 18.5644 184.162 21.8385C181.95 24.4889 178.546 28.4727 175.253 32.3372L173.492 34.4255L173.473 31.68C173.465 26.6363 173.449 21.7532 173.382 18.9434C173.272 14.4167 173.442 13.5168 173.6 10.98L174.484 11.8646C173.861 11.8259 173.14 11.788 172.242 11.7553ZM208.873 34.4782C207.543 37.3429 207.299 39.9208 205.769 43.4493C204.262 46.9271 203.68 47.3549 202.17 51.3096L201.399 50.1695C201.461 50.1684 201.524 50.1672 201.587 50.166C203.49 50.1281 205.393 50.1564 207.099 50.1878L206.345 50.6992C207.213 48.6326 207.96 46.8839 208.288 45.8163C208.817 44.0933 209.303 43.9384 210.097 41.9039L210.234 41.5437L210.639 41.5366C210.839 41.5351 211.053 41.5303 211.286 41.5213C214.07 41.4137 215.757 41.4769 218.191 41.6343C220.551 41.7869 227.647 41.9178 230.559 41.7498L230.804 41.7455L230.903 41.9829C230.943 42.0673 230.981 42.1477 231.018 42.2236C232.204 44.6785 233.041 47.6843 233.658 49.4467C233.851 49.9957 233.988 50.433 234.085 50.7718C234.126 50.9153 234.123 50.9906 234.094 51.0021C234.094 51.0021 234.094 51.0021 234.094 51.0021C234.058 51.0163 233.984 50.9315 233.909 50.756C233.544 49.904 232.973 48.6407 232.238 47.1727C231.16 45.0212 231.018 44.3038 230.205 42.2611L230.559 42.5011C229.961 42.5007 229.253 42.51 228.372 42.5386C224.253 42.6723 221.778 42.9395 216.932 42.7667C214.217 42.6699 212.674 42.8542 210.639 42.9631L211.422 42.4322C210.91 43.9483 210.242 45.7286 208.96 48.4575C208.459 49.5252 208.057 50.4373 207.722 51.2481L207.542 51.6777L207.099 51.67C204.743 51.6411 203.246 51.7946 201.399 51.9502L199.978 51.9267L200.518 50.6457C200.948 49.246 201.457 47.6435 202.352 45.318C204.801 38.9546 208.396 31.1251 209.896 27.2988C211.396 23.4726 213.372 18.3182 215.637 12.9495C215.953 12.2 216.273 11.4231 216.596 10.6252L216.853 10.0173L217.479 10.0283C219.453 10.0337 221.536 10.0142 223.659 9.99551L224.341 10.0074L224.572 10.6118C225.942 13.9232 227.352 17.3405 228.562 20.5988C230.802 26.6295 233.994 35.1455 235.425 39.0973C236.857 43.049 237.208 44.0111 238.805 47.7261C239.204 48.6526 239.646 49.7395 240.087 50.884L240.254 51.3177L239.799 51.3102C238.199 51.2852 236.509 51.2213 234.978 51.1111C233.617 51.0131 233.926 50.8767 235.295 50.8114C237.188 50.7212 238.761 50.7732 239.799 50.6353L239.461 51.1364C239.431 51.0835 239.401 51.0325 239.371 50.9835C238.284 49.1983 237.835 48.4343 237.045 45.9456C236.255 43.4569 235.378 42.4878 234.859 41.0609C234.339 39.634 234.595 39.5577 231.519 32.4777C228.443 25.3975 226.812 21.4937 225.673 18.8019C224.969 17.1361 223.908 14.3008 222.761 11.3421L223.659 11.9482C221.705 11.9216 219.695 11.9077 217.88 11.9394C217.75 11.9417 217.616 11.9439 217.479 11.9459L218.376 11.3401C216.622 15.9011 213.104 24.4724 211.811 28.0447C210.483 31.7171 210.203 31.6136 208.873 34.4782ZM216.752 38.4553C215.355 38.289 214.256 39.0237 212.553 38.9199C212.382 38.9094 212.225 38.8961 212.079 38.8806L210.361 38.9451L210.963 37.2384C211.569 36.083 211.995 35.8399 212.567 34.1805C213.202 32.3352 214.168 30.6191 214.338 29.7529C214.509 28.8867 214.993 28.9797 215.346 27.7937C215.699 26.6078 216.033 25.9363 216.576 24.9916C217.119 24.0468 218.462 21.016 218.725 19.8249C218.989 18.6337 219.806 17.4796 220.184 16.7406C220.302 16.5104 220.408 16.3345 220.497 16.2031C220.536 16.1475 220.576 16.1307 220.605 16.1421C220.605 16.1421 220.605 16.1421 220.605 16.1421C220.64 16.1563 220.658 16.214 220.632 16.2944C220.503 16.6846 220.335 17.2778 220.198 18.0029C219.943 19.3547 219.622 19.3863 219.075 21.1317C218.528 22.8772 218.374 23.9946 217.424 25.9269C216.474 27.8592 216.965 28.5836 215.469 31.2502C213.974 33.9167 214.56 34.4914 213.543 37.3359C213.449 37.5998 213.348 37.8682 213.241 38.1397L212.079 36.4303C214.93 36.4186 218.22 36.7592 219.871 36.7278C221.691 36.6932 224.136 36.6051 226.716 36.7049C227.455 36.7335 228.243 36.7332 229.059 36.7225L228.168 38.03C227.4 36.1472 226.509 34.1294 225.884 32.1912C225.009 29.4753 223.746 25.6453 223.206 23.8588C222.666 22.0724 222.532 21.6379 221.792 20.0051C221.367 19.0665 220.895 17.7287 220.638 16.5428C220.509 15.946 220.686 16.0233 220.969 16.564C221.382 17.3548 221.589 18.0559 221.914 18.419C222.565 19.1446 222.829 19.4581 223.066 20.6038C223.303 21.7495 223.921 22.0904 224.118 22.7349C224.316 23.3795 224.064 23.4664 225.504 26.5724C226.944 29.6785 227.678 31.4032 228.197 32.5899C228.632 33.5862 229.247 35.5785 229.935 37.3359L230.474 38.568L229.059 38.6212C228.699 38.6208 228.345 38.6261 228.007 38.6394C225.898 38.7227 221.61 38.6464 219.881 38.7827C218.153 38.919 218.149 38.6215 216.752 38.4553ZM245.807 11.4127C245.641 13.3992 246.375 14.9629 246.271 17.3842C246.168 19.8054 245.778 20.168 245.866 22.941C245.953 25.7137 245.687 28.4881 245.847 29.7227C246.007 30.9573 245.523 31.0876 245.63 32.8409C245.738 34.594 245.675 35.6565 245.517 37.1898C245.36 38.7232 245.225 43.4339 245.419 45.1468C245.612 46.8598 245.277 48.8135 245.197 49.9884C245.172 50.3544 245.138 50.6424 245.103 50.8632C245.088 50.9567 245.057 51 245.026 51C245.026 51 245.026 51 245.026 51C244.987 51 244.95 50.933 244.945 50.8127C244.921 50.2292 244.859 49.357 244.719 48.3267C244.459 46.4056 244.747 46.1956 244.613 43.6015C244.479 41.0073 244.212 39.4487 244.385 36.3964C244.558 33.3441 243.834 32.643 244.244 28.3343C244.654 24.0258 243.898 23.5723 243.797 19.2787C243.735 16.6314 243.87 13.5559 243.975 10.98L244.005 9.89444L245.032 9.92297C246.634 9.98791 248.042 10.0411 249.035 10.0278C249.348 10.0236 249.674 10.0187 250.012 10.0133L251.004 10.0409L250.978 10.98C251.017 13.4351 251.074 16.5114 250.987 19.7369C250.887 23.4061 251.139 27.9356 250.961 31.9858C250.783 36.036 250.558 41.7621 250.407 44.4075C250.256 47.0527 250.222 47.6975 250.314 50.2437C250.323 50.4824 250.329 50.7357 250.332 51L250.323 51.3289L250.012 51.3203C248.655 51.3356 247.01 51.2741 245.585 51.1111C244.728 51.0131 244.922 50.8767 245.785 50.8114C247.046 50.716 248.082 50.7798 248.732 50.6093C249.235 50.4773 249.626 50.3768 250.012 50.3148L249.326 51C249.228 50.39 249.226 49.7937 249.348 48.789C249.546 47.1494 249.095 46.3768 249.147 45.421C249.199 44.4651 249.465 44.4808 249.26 39.6208C249.055 34.7606 249.003 32.0963 248.954 30.2558C248.905 28.4153 249.135 24.5722 249.052 21.5726C248.978 18.912 249.03 13.8138 248.947 10.98L250.012 12.0441C249.651 12.0546 249.326 12.0673 249.048 12.0827C246.783 12.2084 246.601 11.9655 245.032 11.7965L245.848 10.98C245.834 11.1135 245.82 11.257 245.807 11.4127ZM260.716 16.1128C260.411 16.501 260.151 16.9098 259.931 17.3315L259.939 17.316C259.292 18.6308 259.112 20.0464 259.224 21.48C259.331 22.8351 259.631 24.2015 260.339 25.3726C260.7 25.9693 261.124 26.5559 261.638 27.1254C261.977 27.5008 262.314 27.8176 262.643 28.0944L262.603 28.0652C263.894 29.0468 264.917 29.6083 266.024 30.112C267.188 30.6125 268.422 31.1057 270.301 31.6725L270.276 31.6655C270.849 31.8178 271.478 31.9816 272.179 32.1617C273.018 32.3777 273.856 32.6054 274.681 32.8406L274.654 32.8333C276.057 33.1828 277.419 33.6877 278.628 34.3777L278.597 34.361C279.764 34.9562 280.795 35.7667 281.535 36.708C282.495 37.9126 282.707 39.3261 282.714 40.38C282.719 41.1213 282.607 41.7504 282.496 42.2566C282.429 42.5642 282.346 42.836 282.257 43.081L282.252 43.094C281.767 44.2928 281.153 44.8526 280.377 45.4972L280.361 45.5112C279.651 46.0415 278.743 46.5789 277.232 47.1787C277.186 47.1967 277.139 47.2148 277.092 47.2326C275.377 47.8533 273.89 47.9268 272.527 47.9286C271.139 47.9145 269.823 47.7402 268.431 47.3253C268.019 47.2011 267.599 47.0599 267.167 46.8967C266.586 46.6767 265.798 46.3603 264.911 45.9059C263.998 45.4216 262.984 44.7937 262 44.0083C261.206 43.3393 260.416 42.5988 259.7 41.7815L260.166 41.7662C259.143 43.0612 258.125 44.3652 257.222 45.5428L257.209 45.1616C258.294 46.3608 259.421 47.2262 260.237 47.7474C261.258 48.4021 262.355 49.0311 263.474 49.5867C265.808 50.7203 268.34 51.283 270.098 51.4699C270.908 51.5571 271.549 51.6065 272.042 51.647C272.249 51.6639 272.347 51.6946 272.347 51.7256C272.347 51.7257 272.347 51.7257 272.347 51.7257C272.347 51.764 272.196 51.8027 271.927 51.8041C270.618 51.8057 268.652 51.7831 266.341 51.3641C264.931 51.1013 263.958 50.7516 263.109 50.3667C261.429 49.4942 259.998 48.8392 257.096 46.0947C256.948 45.9464 256.804 45.7976 256.664 45.6487L256.423 45.3722L256.645 45.094C257.68 43.6917 258.583 42.4419 259.469 41.2236L259.908 40.6725L260.361 41.1943C261.056 41.9243 261.811 42.5815 262.63 43.2234L262.615 43.2118C263.446 43.8247 264.359 44.3886 265.401 44.9112L265.392 44.9065C266.373 45.3793 267.471 45.8054 268.731 46.1627C268.875 46.2035 269.021 46.2425 269.169 46.2797C270.418 46.5902 271.525 46.6647 272.527 46.6466C274.12 46.6077 275.466 46.3864 276.748 45.8581C277.616 45.4884 278.516 45.0323 279.304 44.3213L279.284 44.3398C279.807 43.8302 280.301 43.2192 280.629 42.4447L280.623 42.4586C280.874 41.8292 281.074 41.1329 281.105 40.38C281.121 39.9783 281.101 39.5653 281.023 39.153C280.913 38.5666 280.683 38.0633 280.371 37.6501C279.664 36.7197 278.778 36.119 277.929 35.6967L277.903 35.6831C276.628 34.9894 275.427 34.6516 274.257 34.4202L274.232 34.4135C272.82 34.0888 271.45 33.8154 269.801 33.4712L269.769 33.4622C268.479 33.1485 267.025 32.7502 265.276 32.1579L265.266 32.1541C264.749 31.9732 264.212 31.7586 263.657 31.4983C262.814 31.1031 261.978 30.6248 261.181 30.0568L261.14 30.0264C259.96 29.1168 258.933 27.9266 258.193 26.5888C257.285 24.9566 257.046 23.1439 257.067 21.48C257.083 19.7422 257.494 17.9832 258.281 16.4868L258.292 16.464C259.126 14.9385 260.273 13.6539 261.509 12.7026C263.085 11.4715 264.779 10.751 266.245 10.308L266.225 10.3143C266.948 10.0787 267.626 9.91024 268.239 9.78436C269.404 9.54484 270.665 9.41187 271.987 9.4034C274.613 9.38845 277.593 9.69065 280.531 10.8756C282.854 11.8068 285.121 13.2892 286.938 15.2779L287.535 15.9338L286.98 16.5937C286.459 17.22 285.932 17.8498 285.401 18.4817C284.923 19.0499 284.438 19.632 283.946 20.2261L283.225 21.0847L282.498 20.2614C281.2 18.8034 279.529 17.58 277.585 16.8608C275.718 16.1595 273.684 15.8071 271.627 15.8216C269.671 15.8253 267.754 16.2785 266.291 17.3721L266.301 17.3645C265.042 18.2935 264.379 19.6451 264.367 21.18C264.363 21.335 264.368 21.4864 264.38 21.6345C264.434 22.2658 264.65 22.8423 265.082 23.3211C265.695 24.0017 266.512 24.5787 267.431 25.0436L267.421 25.0386C268.56 25.5951 269.791 26.0577 271.057 26.446L271.032 26.4394C272.511 26.8385 273.984 27.2739 275.42 27.7307L275.399 27.725C276.948 28.1632 278.439 28.6875 279.825 29.2741C281.305 29.8795 282.632 30.6812 283.702 31.5932C285.014 32.662 285.895 33.9305 286.443 35.0311C286.489 35.1229 286.532 35.2141 286.573 35.3043C287.375 37.1522 287.398 38.6788 287.394 39.96C287.354 41.5487 287.091 42.8619 286.566 44.3665C286.164 45.4604 285.522 46.6452 284.379 47.8638C284.246 48.0058 284.106 48.1472 283.959 48.2873C282.773 49.4291 281.094 50.364 279.287 50.9777C277.424 51.6182 275.41 51.8219 273.59 51.8057C271.661 51.7474 272.111 51.6297 274.021 51.4839C276.072 51.2982 277.829 50.9385 279.086 50.4204C279.542 50.2348 279.936 50.041 280.26 49.8457C281.604 49.0228 282.398 48.3379 283.241 47.5162C283.919 46.8236 284.678 46.052 285.423 44.7169C285.544 44.496 285.648 44.2766 285.736 44.0606C286.397 42.3873 286.418 41.0705 286.334 39.96C286.272 39.1942 286.17 38.5103 286.056 37.7889C285.909 36.9726 285.853 36.4922 285.438 35.5647C285.074 34.8378 284.516 33.7478 282.97 32.5113L282.96 32.5038C282.104 31.8101 280.939 31.0807 279.346 30.4912C278.822 30.2912 278.267 30.0947 277.672 29.9033C276.762 29.6106 275.878 29.3652 275.023 29.1566L274.998 29.1497C273.436 28.7158 271.985 28.3483 270.634 28.0336L270.605 28.026C269.161 27.6376 267.85 27.1811 266.671 26.6531L266.659 26.6475C265.515 26.1162 264.504 25.438 263.712 24.6155C262.723 23.6124 262.384 22.247 262.387 21.18C262.364 19.7694 262.76 18.449 263.404 17.4593C263.786 16.8576 264.343 16.2417 265.042 15.7147L265.053 15.7067C266.665 14.471 269.136 13.7609 271.627 13.8195C273.811 13.837 276.139 14.2544 278.262 15.0778C279.861 15.6873 281.317 16.5882 282.522 17.6094C282.985 17.9989 283.461 18.4512 283.932 18.9643L282.451 19.0004C283.343 17.8959 284.357 16.6481 285.434 15.3266L285.477 16.6417C283.963 15.0127 281.955 13.6315 279.766 12.7576C277.141 11.69 274.304 11.4034 271.987 11.4287C270.677 11.4403 269.544 11.5959 268.669 11.794C267.976 11.9504 267.392 12.1254 266.886 12.2976L266.863 12.3051C264.774 13.0101 263.934 13.4571 262.737 14.2313C262.139 14.6432 261.462 15.1712 260.716 16.1128Z' fill='%23171717'/%3E%3C/svg%3E%0A");
  }
  #first_screen .cta h1 span {
    font-size: 48px;
  }
  #first_screen .cta h1 .title-svg {
    width: 345px;
    height: 126px;
    background-image: url("data:image/svg+xml,%3Csvg width='345' height='126' viewBox='0 0 345 126' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.916 109.172H3.96V65.1499H15.312V91.0879L33.132 65.1499H44.88V109.172H33.462V81.9799L14.916 109.172ZM93.8015 109.172H82.4495V91.4839H64.1675V109.172H52.8155V65.1499H64.1675V81.5839H82.4495V65.1499H93.8015V109.172ZM122.921 109.172H111.569V75.0499H99.2274V65.1499H135.197V75.0499H122.921V109.172ZM172.875 109.172H140.601V65.1499H172.875V75.0499H151.953V81.9139H172.413V91.8139H151.953V99.2719H172.875V109.172ZM190.818 109.172H179.466V65.1499H201.51C211.41 65.1499 216.822 71.8159 216.822 79.8019C216.822 87.7219 211.41 94.3879 201.51 94.3879H190.818V109.172ZM199.992 84.4879C203.028 84.4879 205.272 82.7719 205.272 79.8019C205.272 76.7659 203.028 75.0499 199.992 75.0499H190.818V84.4879H199.992ZM262.862 109.172H251.51V91.4839H233.228V109.172H221.876V65.1499H233.228V81.5839H251.51V65.1499H262.862V109.172ZM303.07 109.172H270.796V65.1499H303.07V75.0499H282.148V81.9139H302.608V91.8139H282.148V99.2719H303.07V109.172ZM330.847 109.172H319.495V75.0499H307.153V65.1499H343.123V75.0499H330.847V109.172Z' fill='white'/%3E%3Cpath d='M45.8103 70.2775C45.6108 75.8184 46.4925 80.1801 46.3679 86.9336C46.2433 93.687 45.7756 94.6984 45.8808 102.433C45.9119 104.716 45.9059 106.999 45.887 109.172L45.8989 110.167L44.88 110.179C40.1906 110.138 36.0142 110.037 33.462 110.118L32.5275 110.129L32.516 109.172C32.5074 108.9 32.4967 108.647 32.4837 108.413C32.2915 104.969 32.8726 104.606 32.7435 99.7157C32.6145 94.8258 32.6903 91.8621 32.8792 87.5855C32.9345 86.3329 32.9875 84.3201 33.0289 81.9799L33.8198 82.2239C30.5535 86.8356 26.2671 93.0625 24.499 95.9461C21.9985 100.024 18.5954 104.299 16.6699 106.953C16.0702 107.779 15.5839 108.42 15.2019 108.905C15.0401 109.11 14.9411 109.189 14.9104 109.168C14.9104 109.168 14.9104 109.168 14.9104 109.168C14.8723 109.142 14.9401 108.962 15.1242 108.682C16.0179 107.321 17.3269 105.269 18.8079 102.801C21.5693 98.1979 22.1842 97.9085 26.1288 91.8403C28.6707 87.9299 30.4818 84.9729 32.778 81.5134L34.3039 79.3011L34.2899 81.9799C34.3188 84.2708 34.3118 86.7713 34.238 89.7986C34.05 97.5181 34.746 99.8458 34.5108 109.172L33.462 108.123C34.4214 108.147 35.4548 108.181 36.5757 108.227C40.0811 108.371 42.6717 108.395 44.88 108.355L44.0627 109.172C43.9646 103.809 43.4843 100.7 43.3988 92.2178C43.3103 83.433 43.5562 72.958 43.6771 65.1499L44.88 66.3528C42.0435 66.3089 39.5589 66.2814 37.6351 66.2925C36.2239 66.3006 34.718 66.3112 33.132 66.322L34.0981 65.8136C30.4387 71.2191 26.0144 77.7465 21.2725 84.4784C19.6668 86.7579 17.9861 89.2019 16.2576 91.7375L14.1454 94.7775L14.1648 91.0879C14.1353 82.8921 14.0176 73.965 14.173 65.7455C14.1768 65.5484 14.1805 65.3498 14.1843 65.1499L15.312 66.2776C11.8161 66.2118 7.9064 66.141 3.96 66.0693L4.87945 65.1499C4.72036 73.91 4.55698 82.851 4.43447 87.8492C4.2536 95.2275 4.21281 97.0259 4.32332 104.128C4.34683 105.639 4.35344 107.361 4.34059 109.172L3.96 108.791C7.0417 108.813 10.3803 108.891 13.3724 109.039C15.7631 109.156 15.2213 109.32 12.8151 109.398C9.29635 109.513 6.40785 109.436 4.5948 109.641C4.37598 109.665 4.16475 109.689 3.96 109.712L3.42634 109.718L3.4198 109.172C3.06471 105.987 2.93973 104.368 3.16335 100.07C3.40131 95.4971 2.8605 93.3421 2.92275 90.6761C2.98502 88.01 3.30401 88.0539 3.05825 74.498C2.99474 70.995 2.94345 67.901 2.90129 65.1499L2.88879 64.104L3.96 64.0912C8.62153 64.0197 12.2985 63.9745 15.312 63.9404L16.5068 63.9262L16.5214 65.1499C16.5451 67.2404 16.5633 69.0117 16.5812 70.571C16.6318 74.972 16.4356 83.4783 16.4415 91.0879L14.381 90.4483C15.0975 89.4037 15.7953 88.3764 16.4596 87.3842C20.295 81.6562 27.5593 71.1668 32.095 64.4374L32.455 63.8998L33.132 63.8917C34.8667 63.8763 36.3892 63.8554 37.5968 63.8266C41.4584 63.7345 43.1495 63.8075 44.88 63.9245L46.0906 63.91L46.1054 65.1499C46.0146 66.4919 45.8974 67.8576 45.8103 70.2775ZM65.0978 66.873C64.9099 71.8256 65.6809 75.7856 65.6673 81.5839L64.1675 80.0841C64.5261 80.0849 64.8918 80.0887 65.2652 80.096C71.675 80.2206 72.635 80.6883 79.9758 80.5831C80.8023 80.5712 81.6288 80.5648 82.4495 80.5624L81.4279 81.5839C81.409 75.1149 81.6417 69.0044 81.4712 66.1039C81.4507 65.7556 81.439 65.4405 81.4343 65.1499L81.4217 64.1476L82.4495 64.1347C84.8861 64.0952 85.6034 64.5467 89.7502 64.4314C91.2585 64.3895 92.5738 64.3692 93.8015 64.3674L94.574 64.3576L94.584 65.1499C94.5877 67.6997 94.5117 69.8718 94.3843 72.6117C94.1954 76.671 94.0341 89.1418 94.2662 93.6765C94.4982 98.2113 94.0956 103.383 94.0001 106.494C93.9704 107.463 93.9297 108.225 93.8873 108.81C93.8694 109.057 93.8318 109.172 93.7947 109.172C93.7947 109.172 93.7947 109.172 93.7946 109.172C93.7485 109.172 93.7031 108.994 93.6973 108.676C93.6689 107.131 93.5942 104.822 93.4268 102.095C93.1146 97.0089 93.4596 96.4532 93.2992 89.5855C93.1388 82.7179 92.818 78.5918 93.0254 70.5112C93.0799 68.3904 93.0602 66.6983 93.0105 65.1499L93.8015 65.9408C90.3547 66.0514 87.6192 66.3109 82.4495 66.2337L83.5332 65.1499C83.513 66.5065 83.4696 68.0308 83.3941 69.7795C83.1534 75.3635 83.248 78.5015 83.4215 81.5839L83.4091 82.568L82.4495 82.5559C79.2357 82.7368 76.0825 83.0034 70.2805 83.0651C68.314 83.0859 66.2582 83.0882 64.1675 83.0779L62.6549 83.0589L62.6734 81.5839C62.7009 76.012 62.8176 70.1917 62.9096 65.1499L64.1675 66.4077C60.166 66.3347 56.6549 66.2773 54.1475 66.2925C53.7128 66.2951 53.2686 66.298 52.8155 66.3011L53.9667 65.1499C54.0121 71.8396 54.0977 80.4889 53.9856 89.5862C53.9122 95.5325 53.9971 102.332 54.0249 109.172L52.8155 107.962C56.6342 107.947 60.4654 107.949 64.1675 108.007L63.0022 109.172C63.0099 108.673 63.0187 108.176 63.0285 107.682C63.1257 102.806 63.2345 97.0114 63.3413 91.4839L63.3519 90.6475L64.1675 90.6577C70.7931 90.7857 77.0351 90.9108 80.8531 91.0094C81.4178 91.024 81.9482 91.0377 82.4495 91.0504L82.8883 91.056L82.8829 91.4839C82.7375 97.1985 82.7112 99.1409 82.8128 105.338C82.8319 106.504 82.8399 107.803 82.8352 109.172L82.4495 108.786C85.6283 108.797 89.1849 108.875 92.3364 109.039C94.6054 109.156 94.0913 109.32 91.8074 109.398C88.4677 109.513 85.7262 109.436 84.0054 109.641C83.4406 109.708 82.9291 109.768 82.4495 109.821L81.8084 109.829L81.8001 109.172C81.5308 106.731 81.4539 105.115 81.6528 101.487C81.8908 97.1463 81.35 95.1009 81.4122 92.5706C81.4222 92.1632 81.4389 91.8225 81.4588 91.4839L82.4495 92.4745C80.6846 92.3708 78.9761 92.1794 68.1811 92.3856C66.7754 92.4125 65.4391 92.4371 64.1675 92.4599L65.1435 91.4839C65.2885 99.6056 65.354 105.09 65.4009 109.172L65.4162 110.39L64.1675 110.405C63.0387 110.418 62.0172 110.43 61.0769 110.441C59.0559 110.466 56.1229 110.432 52.8155 110.392L51.6108 110.407L51.5953 109.172C51.6521 104.505 51.7226 99.0933 51.6641 94.4461C51.5703 86.9901 51.6453 72.3025 51.5194 65.1499L51.5033 63.8703L52.8155 63.8538C53.2806 63.8456 53.7138 63.8366 54.1112 63.8266C59.8187 63.6831 60.5306 63.9402 64.1675 64.1401L65.1644 64.1276L65.1772 65.1499C65.1492 65.6595 65.1223 66.2266 65.0978 66.873ZM121.125 64.2196C124.656 64.419 127.436 63.5374 131.74 63.662C133.216 63.7047 134.262 63.7878 135.197 63.8743L136.449 63.8509L136.473 65.1499C136.307 66.9425 136.129 68.3315 136.198 71.5701C136.223 72.7422 136.224 73.9144 136.214 75.0499L136.232 76.0468L135.197 76.0662C131.558 76.0327 128.295 75.8817 126.622 76.0282C124.965 76.1733 124.427 75.8776 122.921 75.7795L123.651 75.0499C123.619 75.5384 123.608 76.1287 123.64 76.8922C123.769 80.0085 123.693 81.8973 123.504 84.6229C123.315 87.3486 123.154 95.7223 123.386 98.7672C123.618 101.812 123.215 105.285 123.12 107.374C123.09 108.024 123.05 108.536 123.007 108.929C122.989 109.095 122.952 109.172 122.915 109.172C122.915 109.172 122.915 109.172 122.915 109.172C122.868 109.172 122.823 109.053 122.817 108.839C122.789 107.802 122.714 106.251 122.547 104.42C122.235 101.005 122.58 100.632 122.419 96.0202C122.259 91.4089 121.938 88.6383 122.145 83.2125C122.28 79.6975 121.963 77.9366 121.857 75.0499L121.877 73.9655L122.921 73.9851C124.491 73.9274 126.393 73.932 129.09 74.1052C131.769 74.2772 133.61 74.278 135.197 74.2011L134.349 75.0499C134.207 72.117 133.8 70.0476 133.718 65.1499L135.197 66.6296C135.168 66.6301 135.138 66.6306 135.108 66.6311C127.475 66.7517 117.841 66.251 113.24 66.2925C109.421 66.327 104.515 66.4056 99.2274 66.3629L100.44 65.1499C100.432 66.2327 100.418 67.3314 100.397 68.4401C100.359 70.5142 100.364 72.743 100.381 75.0499L99.2274 73.8962C103.24 73.8664 107.488 73.7988 111.569 73.852L112.789 73.8749L112.767 75.0499C112.755 76.0013 112.736 76.9436 112.708 77.8718C112.495 85.0714 112.225 95.2501 112.044 99.9525C111.879 104.228 111.831 105.563 111.906 109.172L111.569 108.835C111.93 108.827 112.313 108.819 112.725 108.809C115.326 108.745 118.91 108.805 121.938 109.039C123.461 109.156 123.116 109.32 121.582 109.398C119.34 109.513 117.499 109.436 116.344 109.641C114.459 109.975 113.459 110.14 111.569 110.061L110.698 110.077L110.681 109.172C110.699 108.747 110.729 108.277 110.773 107.741C111.011 104.827 110.47 103.453 110.532 101.754C110.594 100.055 110.913 100.083 110.668 91.4437C110.428 83.0248 110.362 78.3124 110.305 75.0499L111.569 76.3146C111.484 76.3161 111.4 76.3176 111.316 76.3191C108.7 76.3663 103.809 76.1988 99.2274 76.1808L98.1181 76.2016L98.0965 75.0499C98.101 73.9013 98.0961 72.7722 98.0761 71.7034C98.0435 69.9656 98.0313 67.6429 98.0239 65.1499L98.0018 63.9694L99.2274 63.9464C104.384 63.9312 110.27 63.9369 113.215 63.8266C117.585 63.663 117.594 64.0201 121.125 64.2196ZM159.512 75.9802C156.852 75.8781 154.482 76.0594 151.953 76.2439L153.147 75.0499C153.299 77.1436 153.454 79.3467 153.453 81.9139L151.953 80.4139C152.341 80.4141 152.739 80.418 153.145 80.426C159.477 80.5506 160.425 81.0183 167.676 80.9131C169.269 80.8899 170.862 80.8874 172.413 80.8953L173.418 80.8825L173.431 81.9139C173.412 85.6642 173.331 89.1657 173.328 91.8139L173.34 92.7176L172.413 92.7294C171.172 92.7282 170.118 92.7443 169.314 92.7922C166.086 92.9844 165.745 92.4033 161.16 92.5323C157.443 92.637 154.914 92.6069 151.953 92.4911L152.63 91.8139C152.603 92.5053 152.571 93.2202 152.535 93.9793C152.48 95.1603 152.427 97.062 152.385 99.2719L151.953 98.8394C157.246 98.9388 164.308 98.9709 167.468 98.8072C169.227 98.7161 171.083 98.7228 172.875 98.7704L173.37 98.7641L173.376 99.2719C173.303 102.043 173.131 104.66 173.073 106.527C173.044 107.484 173.003 108.237 172.96 108.814C172.943 109.059 172.905 109.172 172.868 109.172C172.868 109.172 172.868 109.172 172.868 109.172C172.822 109.172 172.776 108.997 172.77 108.682C172.742 107.156 172.667 104.875 172.5 102.181C172.427 101.015 172.39 100.09 172.374 99.2719L172.875 99.7723C170.169 99.8258 168.636 99.651 163.427 99.7742C159.069 99.8772 155.829 100.046 151.953 100.099L151.115 100.089L151.125 99.2719C151.096 97.114 151.102 94.759 151.177 91.9044C151.177 91.8741 151.178 91.844 151.179 91.8139L151.189 91.0304L151.953 91.0401C159.731 91.2355 161.659 90.4065 172.413 90.8467L171.445 91.8139C171.453 91.6388 171.46 91.4614 171.468 91.2816C171.649 87.1229 171.64 84.3376 171.551 81.9139L172.413 82.776C168.27 82.9296 165.183 83.3189 158.099 83.3951C156.123 83.4163 154.055 83.4183 151.953 83.4074L150.44 83.3881L150.459 81.9139C150.471 79.6428 150.498 77.3311 150.532 75.0499L150.55 73.6111L151.953 73.629C159.557 73.742 166.822 73.9336 171.112 73.9073C171.683 73.9038 172.271 73.8998 172.875 73.8955L171.72 75.0499C171.699 72.0807 171.672 68.7373 171.658 65.1499L172.875 66.3667C168.555 66.3834 163.882 66.3799 159.083 66.32C153.46 66.2498 147.064 66.3245 140.601 66.3555L141.806 65.1499C141.828 69.7155 141.828 74.3149 141.74 78.6995C141.545 88.3563 141.303 101.656 141.125 109.172L140.601 108.648C141.328 108.665 142.001 108.681 142.612 108.697C149.529 108.878 151.215 108.919 157.874 108.809C161.701 108.745 166.974 108.805 171.427 109.039C173.669 109.156 173.161 109.32 170.905 109.398C167.606 109.513 164.898 109.436 163.198 109.641C159.801 110.05 158.358 110.207 154.07 109.969C149.782 109.731 147.762 110.271 145.262 110.209C143.831 110.173 143.233 110.054 140.601 110.004L139.779 110.014L139.769 109.172C139.806 107.205 139.804 104.101 139.699 98.6654C139.453 85.9558 139.39 78.9884 139.331 74.1753C139.305 72.0045 139.346 68.7684 139.391 65.1499L139.376 63.956L140.601 63.9404C145.005 63.9947 149.976 64.0534 154.282 63.9985C158.879 63.94 166.259 63.9472 172.875 63.9303L174.078 63.9149L174.094 65.1499C174.104 68.9152 174.121 72.4332 174.163 75.0499L174.179 76.3218L172.875 76.3384C172.244 76.3485 171.665 76.36 171.148 76.3731C164.72 76.5367 164.707 76.1797 159.512 75.9802ZM208.591 65.5193C211.649 67.0449 214.732 68.2663 216.698 72.4112C218.029 75.7562 217.782 76.9876 217.82 79.8019C217.803 80.4991 217.766 81.2985 217.653 82.2625C217.195 87.3324 213.344 91.1494 211.627 92.4155C209.861 93.7766 209.397 93.4744 206.536 94.4827C204.577 95.0764 203.063 95.1768 201.51 95.1189C200.755 95.0844 199.985 95.0339 199.127 94.9707C197.558 94.8551 194 94.7498 190.818 94.7387L191.169 94.3879C191.162 96.4059 191.193 98.2725 191.283 99.3841C191.515 102.249 191.112 105.516 191.016 107.48C190.987 108.092 190.946 108.574 190.904 108.943C190.886 109.1 190.848 109.172 190.811 109.172C190.811 109.172 190.811 109.172 190.811 109.172C190.765 109.172 190.719 109.06 190.714 108.859C190.685 107.883 190.611 106.424 190.443 104.702C190.131 101.489 190.476 101.138 190.316 96.8C190.284 95.9387 190.246 95.1457 190.206 94.3879L190.219 93.7645L190.818 93.7765C193.877 93.6186 196.363 93.4456 200.454 93.6118C200.826 93.6269 201.176 93.6363 201.51 93.641C205.551 93.3874 207.23 93.0871 212.155 89.4532C215.937 85.6554 215.567 83.3521 215.501 79.8019C215.424 78.8204 215.288 77.6989 214.955 76.3749C213.903 69.8187 205.851 65.8079 201.51 66.29C201.324 66.2901 201.146 66.2908 200.975 66.2925C196.647 66.334 190.834 66.4397 184.698 66.32C183.044 66.2877 181.285 66.2861 179.466 66.2967L180.613 65.1499C180.642 70.0791 180.761 75.4537 180.605 80.4006C180.391 87.1733 180.121 96.7485 179.94 101.172C179.787 104.917 179.734 106.264 179.789 109.172L179.466 108.849C179.993 108.839 180.572 108.826 181.226 108.809C183.673 108.745 187.045 108.805 189.892 109.039C191.326 109.156 191.001 109.32 189.558 109.398C187.449 109.513 185.717 109.436 184.63 109.641C182.646 110.014 181.704 110.177 179.466 110.022L178.633 110.038L178.616 109.172C178.631 108.96 178.649 108.736 178.669 108.499C178.907 105.757 178.366 104.465 178.429 102.867C178.491 101.269 178.81 101.295 178.564 93.1678C178.318 85.0407 178.256 80.5853 178.197 77.5076C178.146 74.8581 178.344 69.7266 178.336 65.1499L178.314 64.0432L179.466 64.0203C180.205 64.0191 180.93 64.0124 181.628 63.9985C186.644 63.8986 196.841 63.9902 200.952 63.8266C201.147 63.8188 201.333 63.8123 201.51 63.8068C205.3 63.8516 205.507 64.2408 208.591 65.5193ZM191.447 75.9802C191.229 75.9352 191.022 75.9452 190.818 75.9863L191.754 75.0499C191.895 75.7503 192.402 76.4118 192.306 77.3231C192.181 78.5 191.713 78.6762 191.819 80.024C191.924 81.3717 191.604 82.7201 191.796 83.3202C191.958 83.8261 191.571 83.9505 191.522 84.4879L190.818 83.7834C190.918 83.7924 191.032 83.7897 191.166 83.7694C192.018 83.6404 192.534 83.7162 193.28 83.9051C194.025 84.094 196.314 84.2552 197.147 84.0232C197.98 83.7912 198.929 84.1938 199.5 84.2892C199.678 84.319 199.818 84.3597 199.925 84.402C199.971 84.42 199.992 84.4576 199.992 84.4946C199.992 84.4947 199.992 84.4947 199.992 84.4947C199.992 84.5409 199.959 84.5863 199.901 84.5921C199.617 84.6204 199.193 84.6951 198.693 84.8625C197.759 85.1747 197.657 84.8298 196.396 84.9902C195.135 85.1506 194.377 85.4713 192.894 85.2639C191.998 85.1386 191.518 85.4058 190.818 85.5285L189.711 85.4526L189.777 84.4879C189.697 84.0287 189.678 83.4745 189.873 82.6454C190.365 80.5512 189.457 80.3308 189.337 78.2439C189.278 77.2347 189.365 76.0975 189.466 75.0499L189.565 73.612L190.818 73.698C191.937 73.8055 192.953 73.9287 193.603 73.9073C194.861 73.8657 196.551 73.76 198.334 73.8798C198.856 73.9149 199.414 73.9137 199.992 73.9C201.552 73.8466 203.532 74.2431 204.734 75.6243C205.724 76.6814 206.193 78.4479 206.02 79.8019C205.929 80.8583 205.534 81.7626 205.168 82.2667C204.268 83.3878 203.966 83.544 202.856 84.2658C202.195 84.6582 201.115 84.8339 200.265 84.6166C199.839 84.5064 199.947 84.3455 200.348 84.2534C200.931 84.1127 201.42 84.0886 201.653 83.8153C202.104 83.2569 202.199 83.0674 202.885 82.9275C203.59 82.7325 203.404 82.0935 203.641 81.8727C203.763 81.7467 203.893 81.7259 204.067 81.4983C204.225 81.2719 204.481 80.8098 204.37 79.8019C204.37 79.8016 204.37 79.8013 204.37 79.8011C204.066 77.7767 203.127 77.3228 202.596 76.9912C202.151 76.7295 201.136 76.1649 199.992 76.1794C199.729 76.1782 199.472 76.1844 199.226 76.2012C197.768 76.3011 194.804 76.2095 193.61 76.3731C192.415 76.5367 192.412 76.1797 191.447 75.9802ZM234.158 66.873C233.97 71.8256 234.741 75.7856 234.728 81.5839L233.228 80.0841C233.587 80.0849 233.952 80.0887 234.326 80.096C240.736 80.2206 241.696 80.6883 249.036 80.5831C249.863 80.5712 250.689 80.5648 251.51 80.5624L250.488 81.5839C250.47 75.1149 250.702 69.0044 250.532 66.1039C250.511 65.7556 250.5 65.4405 250.495 65.1499L250.482 64.1476L251.51 64.1347C253.947 64.0952 254.664 64.5467 258.811 64.4314C260.319 64.3895 261.634 64.3692 262.862 64.3674L263.635 64.3576L263.645 65.1499C263.648 67.6997 263.572 69.8718 263.445 72.6117C263.256 76.671 263.095 89.1418 263.327 93.6765C263.559 98.2113 263.156 103.383 263.061 106.494C263.031 107.463 262.99 108.225 262.948 108.81C262.93 109.057 262.892 109.172 262.855 109.172C262.855 109.172 262.855 109.172 262.855 109.172C262.809 109.172 262.764 108.994 262.758 108.676C262.729 107.131 262.655 104.822 262.487 102.095C262.175 97.0089 262.52 96.4532 262.36 89.5855C262.199 82.7179 261.879 78.5918 262.086 70.5112C262.14 68.3904 262.121 66.6983 262.071 65.1499L262.862 65.9408C259.415 66.0514 256.68 66.3109 251.51 66.2337L252.594 65.1499C252.574 66.5065 252.53 68.0308 252.455 69.7795C252.214 75.3635 252.309 78.5015 252.482 81.5839L252.47 82.568L251.51 82.5559C248.296 82.7368 245.143 83.0034 239.341 83.0651C237.375 83.0859 235.319 83.0882 233.228 83.0779L231.715 83.0589L231.734 81.5839C231.761 76.012 231.878 70.1917 231.97 65.1499L233.228 66.4077C229.227 66.3347 225.715 66.2773 223.208 66.2925C222.773 66.2951 222.329 66.298 221.876 66.3011L223.027 65.1499C223.073 71.8396 223.158 80.4889 223.046 89.5862C222.973 95.5325 223.058 102.332 223.085 109.172L221.876 107.962C225.695 107.947 229.526 107.949 233.228 108.007L232.063 109.172C232.07 108.673 232.079 108.176 232.089 107.682C232.186 102.806 232.295 97.0114 232.402 91.4839L232.412 90.6475L233.228 90.6577C239.854 90.7857 246.096 90.9108 249.914 91.0094C250.478 91.024 251.009 91.0377 251.51 91.0504L251.949 91.056L251.943 91.4839C251.798 97.1985 251.772 99.1409 251.873 105.338C251.892 106.504 251.9 107.803 251.896 109.172L251.51 108.786C254.689 108.797 258.245 108.875 261.397 109.039C263.666 109.156 263.152 109.32 260.868 109.398C257.528 109.513 254.787 109.436 253.066 109.641C252.501 109.708 251.99 109.768 251.51 109.821L250.869 109.829L250.861 109.172C250.591 106.731 250.514 105.115 250.713 101.487C250.951 97.1463 250.411 95.1009 250.473 92.5706C250.483 92.1632 250.499 91.8225 250.519 91.4839L251.51 92.4745C249.745 92.3708 248.037 92.1794 237.242 92.3856C235.836 92.4125 234.5 92.4371 233.228 92.4599L234.204 91.4839C234.349 99.6056 234.415 105.09 234.461 109.172L234.477 110.39L233.228 110.405C232.099 110.418 231.078 110.43 230.137 110.441C228.116 110.466 225.183 110.432 221.876 110.392L220.671 110.407L220.656 109.172C220.713 104.505 220.783 99.0933 220.725 94.4461C220.631 86.9901 220.706 72.3025 220.58 65.1499L220.564 63.8703L221.876 63.8538C222.341 63.8456 222.774 63.8366 223.172 63.8266C228.879 63.6831 229.591 63.9402 233.228 64.1401L234.225 64.1276L234.238 65.1499C234.21 65.6595 234.183 66.2266 234.158 66.873ZM289.707 75.9802C287.048 75.8781 284.678 76.0594 282.148 76.2439L283.342 75.0499C283.495 77.1436 283.65 79.3467 283.648 81.9139L282.148 80.4139C282.537 80.4141 282.934 80.418 283.34 80.426C289.672 80.5506 290.62 81.0183 297.872 80.9131C299.464 80.8899 301.057 80.8874 302.608 80.8953L303.613 80.8825L303.626 81.9139C303.607 85.6642 303.526 89.1657 303.523 91.8139L303.535 92.7176L302.608 92.7294C301.367 92.7282 300.313 92.7443 299.509 92.7922C296.281 92.9844 295.94 92.4033 291.355 92.5323C287.639 92.637 285.109 92.6069 282.148 92.4911L282.825 91.8139C282.798 92.5053 282.766 93.2202 282.731 93.9793C282.675 95.1603 282.622 97.062 282.58 99.2719L282.148 98.8394C287.441 98.9388 294.503 98.9709 297.663 98.8072C299.422 98.7161 301.278 98.7228 303.07 98.7704L303.565 98.7641L303.571 99.2719C303.498 102.043 303.327 104.66 303.269 106.527C303.239 107.484 303.198 108.237 303.156 108.814C303.138 109.059 303.1 109.172 303.063 109.172C303.063 109.172 303.063 109.172 303.063 109.172C303.017 109.172 302.972 108.997 302.966 108.682C302.937 107.156 302.863 104.875 302.695 102.181C302.623 101.015 302.586 100.09 302.57 99.2719L303.07 99.7723C300.364 99.8258 298.831 99.651 293.622 99.7742C289.264 99.8772 286.024 100.046 282.148 100.099L281.31 100.089L281.321 99.2719C281.291 97.114 281.298 94.759 281.372 91.9044C281.373 91.8741 281.373 91.844 281.374 91.8139L281.384 91.0304L282.148 91.0401C289.927 91.2355 291.854 90.4065 302.608 90.8467L301.641 91.8139C301.648 91.6388 301.655 91.4614 301.663 91.2816C301.845 87.1229 301.836 84.3376 301.746 81.9139L302.608 82.776C298.465 82.9296 295.378 83.3189 288.295 83.3951C286.318 83.4163 284.25 83.4183 282.148 83.4074L280.636 83.3881L280.654 81.9139C280.666 79.6428 280.693 77.3311 280.727 75.0499L280.745 73.6111L282.148 73.629C289.752 73.742 297.017 73.9336 301.307 73.9073C301.879 73.9038 302.467 73.8998 303.07 73.8955L301.916 75.0499C301.895 72.0807 301.867 68.7373 301.853 65.1499L303.07 66.3667C298.751 66.3834 294.077 66.3799 289.278 66.32C283.655 66.2498 277.259 66.3245 270.796 66.3555L272.002 65.1499C272.023 69.7155 272.023 74.3149 271.935 78.6995C271.74 88.3563 271.498 101.656 271.32 109.172L270.796 108.648C271.523 108.665 272.197 108.681 272.807 108.697C279.725 108.878 281.411 108.919 288.069 108.809C291.897 108.745 297.169 108.805 301.623 109.039C303.864 109.156 303.356 109.32 301.1 109.398C297.801 109.513 295.093 109.436 293.393 109.641C289.997 110.05 288.553 110.207 284.265 109.969C279.977 109.731 277.957 110.271 275.457 110.209C274.027 110.173 273.428 110.054 270.796 110.004L269.975 110.014L269.964 109.172C270.001 107.205 269.999 104.101 269.894 98.6654C269.648 85.9558 269.586 78.9884 269.527 74.1753C269.5 72.0045 269.542 68.7684 269.586 65.1499L269.571 63.956L270.796 63.9404C275.2 63.9947 280.171 64.0534 284.477 63.9985C289.074 63.94 296.454 63.9472 303.07 63.9303L304.274 63.9149L304.29 65.1499C304.299 68.9152 304.317 72.4332 304.358 75.0499L304.375 76.3218L303.07 76.3384C302.439 76.3485 301.86 76.36 301.343 76.3731C294.915 76.5367 294.902 76.1797 289.707 75.9802ZM329.051 64.2196C332.582 64.419 335.362 63.5374 339.666 63.662C341.142 63.7047 342.187 63.7878 343.123 63.8743L344.374 63.8509L344.399 65.1499C344.233 66.9425 344.055 68.3315 344.124 71.5701C344.149 72.7422 344.15 73.9144 344.14 75.0499L344.158 76.0468L343.123 76.0662C339.483 76.0327 336.22 75.8817 334.548 76.0282C332.891 76.1733 332.353 75.8776 330.847 75.7795L331.577 75.0499C331.545 75.5384 331.534 76.1287 331.566 76.8922C331.695 80.0085 331.619 81.8973 331.43 84.6229C331.241 87.3486 331.08 95.7223 331.312 98.7672C331.544 101.812 331.141 105.285 331.046 107.374C331.016 108.024 330.975 108.536 330.933 108.929C330.915 109.095 330.878 109.172 330.84 109.172C330.84 109.172 330.84 109.172 330.84 109.172C330.794 109.172 330.749 109.053 330.743 108.839C330.715 107.802 330.64 106.251 330.473 104.42C330.16 101.005 330.505 100.632 330.345 96.0202C330.184 91.4089 329.864 88.6383 330.071 83.2125C330.205 79.6975 329.889 77.9366 329.782 75.0499L329.803 73.9655L330.847 73.9851C332.416 73.9274 334.318 73.932 337.016 74.1052C339.695 74.2772 341.536 74.278 343.123 74.2011L342.274 75.0499C342.132 72.117 341.725 70.0476 341.643 65.1499L343.123 66.6296C343.093 66.6301 343.063 66.6306 343.033 66.6311C335.401 66.7517 325.767 66.251 321.166 66.2925C317.347 66.327 312.44 66.4056 307.153 66.3629L308.366 65.1499C308.357 66.2327 308.344 67.3314 308.323 68.4401C308.285 70.5142 308.29 72.743 308.307 75.0499L307.153 73.8962C311.165 73.8664 315.414 73.7988 319.495 73.852L320.715 73.8749L320.693 75.0499C320.681 76.0013 320.662 76.9436 320.634 77.8718C320.42 85.0714 320.151 95.2501 319.97 99.9525C319.805 104.228 319.757 105.563 319.832 109.172L319.495 108.835C319.856 108.827 320.239 108.819 320.65 108.809C323.252 108.745 326.836 108.805 329.863 109.039C331.387 109.156 331.042 109.32 329.508 109.398C327.266 109.513 325.425 109.436 324.269 109.641C322.385 109.975 321.385 110.14 319.495 110.061L318.623 110.077L318.606 109.172C318.624 108.747 318.655 108.277 318.699 107.741C318.936 104.827 318.396 103.453 318.458 101.754C318.52 100.055 318.839 100.083 318.593 91.4437C318.354 83.0248 318.288 78.3124 318.23 75.0499L319.495 76.3146C319.41 76.3161 319.325 76.3176 319.242 76.3191C316.626 76.3663 311.734 76.1988 307.153 76.1808L306.044 76.2016L306.022 75.0499C306.027 73.9013 306.022 72.7722 306.002 71.7034C305.969 69.9656 305.957 67.6429 305.95 65.1499L305.928 63.9694L307.153 63.9464C312.31 63.9312 318.196 63.9369 321.141 63.8266C325.511 63.663 325.52 64.0201 329.051 64.2196Z' fill='%23171717'/%3E%3Cpath d='M2.55 26.5219C2.55 16.6719 9.2 9.27187 19.1 9.27187C28.95 9.27187 35.65 16.6719 35.65 26.5219C35.65 36.3719 28.95 43.7719 19.1 43.7719C9.2 43.7719 2.55 36.3719 2.55 26.5219ZM31.35 26.5219C31.35 18.7219 26.55 12.9719 19.1 12.9719C11.6 12.9719 6.85 18.7219 6.85 26.5219C6.85 34.2719 11.6 40.0719 19.1 40.0719C26.55 40.0719 31.35 34.2719 31.35 26.5219ZM65.7824 43.1719V13.5219H46.2824V43.1719H42.1324V9.82187H69.9324V43.1719H65.7824ZM85.9781 43.1719V13.5219H75.4281V9.82187H100.728V13.5219H90.1281V43.1719H85.9781ZM106.244 9.82187H110.394V36.7719L129.594 9.82187H133.844V43.1719H129.694V15.7219L110.244 43.1719H106.244V9.82187ZM144.794 19.1219C144.794 24.8219 146.794 26.8219 152.094 26.8219C155.144 26.8219 158.094 26.2719 160.244 25.2719V9.82187H164.394V43.1719H160.244V28.6219C158.044 29.5719 154.894 30.5219 150.944 30.5219C143.744 30.5219 140.644 27.2719 140.644 19.0719V9.82187H144.794V19.1219ZM172.211 43.1719V9.82187H194.061V13.5219H176.361V24.2719H193.711V27.9719H176.361V39.4719H194.061V43.1719H172.211ZM216.327 43.7719C206.877 43.7719 199.327 36.7719 199.327 26.5219C199.327 16.2719 206.877 9.27187 216.327 9.27187C222.377 9.27187 226.477 12.1219 229.127 15.8719L225.627 17.8219C223.727 15.0219 220.277 12.9719 216.327 12.9719C209.177 12.9719 203.627 18.5719 203.627 26.5219C203.627 34.4219 209.177 40.0719 216.327 40.0719C220.277 40.0719 223.727 38.0719 225.627 35.2219L229.177 37.1719C226.377 40.9719 222.377 43.7719 216.327 43.7719ZM254.616 43.1719L241.966 28.1719L238.616 31.9719V43.1719H234.466V9.82187H238.616V27.0719L253.366 9.82187H258.566L244.666 25.6719L259.766 43.1719H254.616ZM264.496 9.82187H268.646V36.7719L287.846 9.82187H292.096V43.1719H287.946V15.7219L268.496 43.1719H264.496V9.82187ZM313.696 7.32187C310.396 7.32187 307.446 5.77187 305.546 3.22187L307.696 1.47187C309.096 3.37187 311.196 4.57187 313.696 4.57187C316.196 4.57187 318.296 3.37187 319.646 1.47187L321.796 3.22187C319.946 5.77187 317.046 7.32187 313.696 7.32187ZM299.896 9.82187H304.046V36.7719L323.246 9.82187H327.496V43.1719H323.346V15.7219L303.896 43.1719H299.896V9.82187Z' fill='white'/%3E%3Cpath d='M33.9004 20.437C33.2811 18.225 31.8067 16.9738 30.1098 14.9938C28.2829 13.1096 28.144 12.4521 25.2552 11.243C23.078 10.4277 20.744 10.0295 19.1 10.0349C18.5303 10.0331 18.0578 10.0714 17.6997 10.1398C16.3301 10.4423 16.0904 9.93486 14.1642 10.5644C12.2779 11.2665 11.1833 11.7631 9.63981 12.6373C7.93226 13.3231 4.38556 17.7531 4.09871 19.8275C3.56691 21.7432 2.89183 23.9295 2.74892 25.326C2.6999 25.76 2.65961 26.0941 2.62214 26.3585C2.60639 26.4699 2.57531 26.5218 2.54437 26.5219C2.54435 26.5219 2.54433 26.5219 2.54431 26.5219C2.50589 26.5219 2.46773 26.4412 2.4643 26.2968C2.44807 25.6005 2.42849 24.5539 2.48094 23.3021C2.66812 20.9712 2.91326 20.7364 4.09484 17.8179C5.45396 14.9999 6.53701 13.1311 9.801 11.1687C13.0864 9.57495 13.875 8.34979 19.1 8.46971C19.1664 8.47451 19.2333 8.47981 19.3007 8.48563C24.5052 9.29874 25.4202 8.68062 30.0939 11.6521C34.8692 14.9346 36.5865 22.1844 36.5692 25.3061C36.5948 25.6986 36.6113 26.0973 36.6167 26.5219C36.6727 29.5526 36.0311 33.5456 33.7507 36.9641C31.3444 40.9068 26.1237 44.4822 20.9596 44.635C20.3673 44.6696 19.7445 44.6786 19.1 44.6565C14.1947 44.7234 8.78551 41.6277 7.05346 39.3497C5.00652 36.8576 4.65318 36.135 3.40344 33.325C2.72529 31.6835 2.29439 29.2315 2.44897 27.1854C2.53106 26.1552 2.66082 26.4006 2.75696 27.4107C2.91277 28.8922 3.06543 30.1057 3.3955 30.8106C4.08202 32.2063 4.35771 32.7435 4.95804 34.5281C5.62555 36.313 6.56081 36.7699 7.18725 37.624C7.51681 38.0488 7.62871 38.3051 8.18502 38.911C8.75501 39.4818 9.74473 40.5472 12.2937 41.6233C15.0562 42.7226 17.3436 42.8301 19.1 42.7992C20.6198 42.7576 21.7614 42.5635 22.6863 42.3453C24.6838 41.9906 28.8538 40.3502 30.9032 37.5858C32.9847 35.3977 34.8879 29.7776 34.5859 26.5219C34.5753 26.1088 34.5505 25.7492 34.5182 25.4338C34.1426 22.6963 34.3906 22.6555 33.9004 20.437ZM6.79621 21.4201C7.51937 19.6962 7.49105 17.9232 9.16612 16.0778C10.9347 14.382 11.4479 14.4149 13.8329 13.1652C15.68 12.2961 17.7387 12.1928 19.1 12.2088C19.5753 12.2106 19.9706 12.2196 20.2791 12.2032C21.4891 12.174 21.5526 12.6269 23.1778 12.9832C24.8075 13.4118 25.7219 13.9993 26.7874 15.0001C28.0204 15.8883 30.3947 19.6108 30.9047 21.1498C31.616 22.6261 31.532 24.5219 31.4926 25.591C31.4845 25.931 31.4549 26.1916 31.4211 26.3959C31.4067 26.4821 31.3752 26.5219 31.3444 26.5219C31.3443 26.5219 31.3443 26.5219 31.3443 26.5219C31.3058 26.5218 31.2682 26.4604 31.2624 26.351C31.2341 25.8238 31.142 25.0286 30.8782 24.134C30.3335 22.5027 30.6373 22.2165 29.6448 20.1326C28.5191 18.1275 27.5432 17.1571 25.5417 15.4941C23.3702 14.0335 22.5818 14.3229 19.1 13.7745C19.0522 13.7696 19.0039 13.7647 18.9552 13.7599C15.2257 13.6366 14.8065 14.5497 12.1269 16.6178C9.39426 18.8297 7.78127 23.4099 7.82256 25.6661C7.81359 25.942 7.81149 26.2227 7.81684 26.5219C7.85046 28.641 8.30805 31.2926 9.5756 33.697C10.9614 36.5336 14.4187 38.6622 17.8228 39.0606C18.2232 39.1216 18.6511 39.1658 19.1 39.188C22.4604 39.532 26.3106 37.5683 27.6692 36.0014C29.2621 34.3038 29.5837 33.7262 30.2765 31.575C30.6465 30.3183 31.0083 28.5644 31.2321 27.0243C31.3407 26.2485 31.4821 26.4203 31.5257 27.2154C31.5784 28.3852 31.365 29.324 31.4147 29.9501C31.4941 31.1996 31.4867 31.8006 30.7028 33.1728C29.8883 34.5058 29.8412 35.3463 29.2391 36.0767C28.9322 36.4291 28.7304 36.562 28.2171 37.0394C27.6844 37.4885 26.9028 38.3976 24.8369 39.5571C22.5867 40.7546 20.602 40.9882 19.1 41.0441C17.7847 41.0812 16.7687 40.9484 15.9387 40.7856C14.1134 40.5408 10.6415 38.562 8.88437 36.1556C7.03795 34.1847 5.69917 29.2519 5.78622 26.5219C5.77569 26.1664 5.77203 25.8552 5.7694 25.5808C5.81428 23.1989 6.15127 23.2044 6.79621 21.4201ZM45.204 42.3966C45.5699 42.4118 45.9287 42.4195 46.2824 42.4209L45.5315 43.1719C45.5462 39.6515 44.9482 36.6406 45.0425 32.2011C45.1464 27.3156 45.5361 26.5839 45.4484 20.9888C45.4078 18.3975 45.4432 15.8055 45.477 13.5219L45.466 12.7277L46.2824 12.7164C48.9294 12.7556 51.1622 12.7926 52.4996 12.7066C54.9907 12.5465 55.2537 13.0307 58.7913 12.9232C61.6116 12.8374 63.5461 12.8602 65.7824 12.9527L66.3436 12.945L66.3516 13.5219C66.328 14.0905 66.3 14.6787 66.2681 15.306C66.1107 18.4 65.9763 27.9051 66.1697 31.3614C66.363 34.8178 66.0275 38.7599 65.9479 41.1307C65.9232 41.8692 65.8892 42.4503 65.854 42.8959C65.839 43.0846 65.8077 43.1718 65.7768 43.1719C65.7768 43.1719 65.7767 43.1719 65.7767 43.1719C65.7383 43.1718 65.7004 43.0366 65.6956 42.794C65.672 41.6166 65.6097 39.8567 65.4702 37.7778C65.21 33.9014 65.4975 33.4778 65.3638 28.2433C65.2302 23.0089 64.9629 19.864 65.1357 13.705C65.1375 13.6435 65.1391 13.5824 65.1406 13.5219L65.7824 14.1637C59.7777 14.0101 58.3052 14.7149 49.6981 14.3091C48.4043 14.2481 47.2828 14.213 46.2824 14.1976L46.9582 13.5219C46.8704 19.2438 47.4311 21.0042 47.5167 28.3785C47.5712 33.066 47.474 38.4188 47.3788 43.1719L47.3635 44.2831L46.2824 44.2682C44.8312 44.2392 43.4359 44.2103 42.1324 44.186L41.1046 44.1718L41.1183 43.1719C41.1616 40.8542 41.1904 38.8271 41.1802 37.2929C41.1456 32.0704 41.0575 25.0561 41.1574 17.6525C41.1904 15.2 41.1849 12.557 41.1692 9.82187L41.1826 8.84554L42.1324 8.85861C47.6544 8.82688 53.5522 8.75365 59.0175 8.87274C62.3153 8.94461 66.1639 9.0241 69.9324 9.10327L70.6608 9.1133L70.651 9.82187C70.534 15.392 70.4177 20.7873 70.3278 23.971C70.1771 29.3086 70.1431 30.6096 70.2352 35.7473C70.2731 37.8638 70.2582 40.553 70.1751 43.1719L70.1717 43.4179L69.9324 43.4146C68.8971 43.3817 67.8727 43.3382 66.8991 43.283C65.1696 43.185 65.5615 43.0486 67.3023 42.9833C68.2473 42.9479 69.1295 42.9344 69.9324 42.9227L69.6832 43.1719C69.6635 41.8122 69.6489 40.68 69.5417 39.8554C69.2009 37.2346 69.0702 36.1207 69.2685 32.8121C69.4668 29.5036 69.0162 27.9447 69.068 26.0161C69.1199 24.0874 69.3858 24.1191 69.181 14.3126C69.1473 12.7 69.1177 11.2072 69.0916 9.82187L69.9324 10.6627C62.8933 10.7953 58.6297 10.8385 55.5267 10.8796C52.6197 10.9181 47.2368 10.7851 42.1324 10.7654L43.076 9.82187C43.0705 11.2384 43.0738 12.6335 43.0919 13.9483C43.1751 20.0007 43.0988 32.3052 43.2351 37.2652C43.3248 40.5259 43.2269 41.6474 43.1021 43.1719L42.1324 42.2022C42.9269 42.2673 43.8308 42.3397 45.204 42.3966ZM83.1236 10.5971C80.5585 10.4324 78.5342 11.1521 75.4281 11.0644L76.6707 9.82187C76.6699 9.85091 76.669 9.88004 76.668 9.90926C76.6132 11.5758 76.4786 12.494 76.3767 13.5219L75.4281 12.5733C76.3465 12.6643 77.3524 12.7292 79.0578 12.6879C81.5954 12.6263 84.134 12.7394 85.9781 12.7568L86.7266 12.7408L86.7432 13.5219C86.7358 14.304 86.7457 14.9613 86.7934 15.4405C86.9535 17.0496 86.4693 17.2194 86.5768 19.5044C86.6844 21.7894 86.6212 23.1742 86.4638 25.1726C86.3064 27.1711 86.172 33.3107 86.3654 35.5432C86.5587 37.7757 86.2232 40.3221 86.1437 41.8534C86.1189 42.3304 86.0849 42.7058 86.0497 42.9936C86.0347 43.1155 86.0034 43.1718 85.9725 43.1719C85.9725 43.1719 85.9725 43.1719 85.9724 43.1719C85.934 43.1718 85.8961 43.0845 85.8913 42.9278C85.8677 42.1673 85.8054 41.0305 85.6659 39.6877C85.4057 37.1838 85.6932 36.9102 85.5595 33.5291C85.4259 30.1481 85.1586 28.1167 85.3314 24.1385C85.5042 20.1603 84.781 19.2466 85.1909 13.6309C85.1936 13.5944 85.1962 13.558 85.1987 13.5219L85.9781 14.3012C80.8667 13.9378 79.9609 14.5532 75.4281 14.7246L74.2003 14.6984L74.2254 13.5219C74.2119 13.1645 74.2011 12.7847 74.1938 12.3784C74.179 11.5527 74.1754 10.695 74.18 9.82187L74.2072 8.54773L75.4281 8.57375C80.472 8.6003 86.0294 8.89919 88.905 8.86969C92.0747 8.83718 96.2663 8.75743 100.728 8.83073L101.74 8.85229L101.719 9.82187C101.715 10.1085 101.709 10.3963 101.703 10.685C101.684 11.5941 101.678 12.5437 101.679 13.5219L101.658 14.4926L100.728 14.4728C97.3693 14.4765 93.674 14.5668 90.1281 14.5261L91.1324 13.5219C91.1226 14.3753 91.1052 15.2201 91.0773 16.0494C90.8992 21.3282 90.6742 28.7912 90.5235 32.239C90.3728 35.6867 90.3388 36.527 90.4309 39.8456C90.4579 40.8172 90.4581 41.9757 90.4262 43.1719L90.4197 43.4762L90.1281 43.47C88.9758 43.4392 87.7885 43.3785 86.6994 43.283C85.5823 43.185 85.8354 43.0486 86.9598 42.9833C88.2202 42.9101 89.3075 42.9305 90.1281 42.8672L89.8235 43.1719C89.8042 42.922 89.7772 42.6968 89.7374 42.4991C89.3966 40.8062 89.2659 40.0867 89.4642 37.9496C89.6626 35.8126 89.2119 34.8057 89.2637 33.5599C89.3156 32.3141 89.5815 32.3346 89.3767 26.0003C89.1718 19.6659 89.1196 16.1934 89.0704 13.7946C89.0686 13.7071 89.0672 13.6161 89.0661 13.5219L89.044 12.483L90.1281 12.4599C92.5212 12.4325 97.0364 12.6266 100.728 12.5705L99.7768 13.5219C99.7745 13.3724 99.7718 13.2242 99.7687 13.0776C99.7494 12.1725 99.7387 11.0509 99.7319 9.82187L100.728 10.8181C96.6486 10.8406 91.3849 10.8198 88.9229 10.9246C85.7191 11.0609 85.7125 10.7634 83.1236 10.5971ZM133.068 31.2814C133.235 26.7702 132.5 23.219 132.604 17.7206C132.674 13.9932 132.876 12.4141 132.971 9.82187L133.844 10.6942C132.709 10.6525 131.381 10.6312 129.594 10.6501L130.268 10.3024C130.181 10.4283 130.091 10.557 130 10.6888C126.418 15.868 122.545 20.8447 121.049 23.2211C119.552 25.5974 118.986 25.5574 116.764 28.8625C114.541 32.1674 113.09 34.096 110.941 36.8405C110.89 36.9061 110.836 36.975 110.78 37.0471L109.928 38.258L109.919 36.7719C110.072 33.0442 110.195 22.761 110.007 18.964C109.853 15.8749 110.033 12.4411 110.153 9.82187L110.394 10.0622C109.715 10.031 109.09 10.0038 108.541 9.9874C107.71 9.96261 107.056 9.92869 106.554 9.8934C106.342 9.87844 106.244 9.84714 106.244 9.81624C106.244 9.81622 106.244 9.8162 106.244 9.81618C106.244 9.77771 106.396 9.73988 106.669 9.73502C107.613 9.7182 108.891 9.68175 110.394 9.61169L110.606 9.61429L110.604 9.82187C110.632 10.4278 110.666 11.0704 110.706 11.7427C110.966 16.1054 110.679 16.5821 110.812 22.4733C110.932 27.7503 111.159 31.1404 111.081 36.7719L109.834 36.3732C110.222 35.8448 110.63 35.294 111.064 34.716C115.227 29.1709 115.562 27.4546 121.573 19.7233C125.458 14.7267 126.824 12.4258 128.81 9.26362L129.11 8.85385L129.594 8.85977C130.835 8.78736 132.193 8.71547 133.844 8.66226L135.017 8.67662L135.003 9.82187C135.038 10.8843 135.064 12.0677 135.078 13.4184C135.179 23.1689 134.761 35.477 134.796 41.3547C134.799 41.9409 134.803 42.5471 134.808 43.1719L134.796 44.1474L133.844 44.1358C132.537 44.1447 131.148 44.1549 129.694 44.1643L128.689 44.152L128.701 43.1719C128.671 38.3504 128.65 32.7973 128.719 27.0346C128.761 23.5334 128.74 19.6873 128.716 15.7219L130.491 16.287C127.355 20.7711 124.094 25.4448 120.927 29.7365C117.867 33.8822 114.105 38.9937 110.755 43.5344L110.56 43.8028L110.244 43.7989C108.859 43.7725 107.516 43.7464 106.244 43.721L105.688 43.7142L105.695 43.1719C105.75 40.3747 105.803 37.9186 105.848 36.1021C105.999 30.0949 106.033 28.6307 105.941 22.8485C105.888 19.5248 105.938 14.9461 106.133 11.0786C106.231 9.13222 106.367 9.57327 106.432 11.5324C106.528 14.3972 106.464 16.7489 106.634 18.2251C106.975 21.1747 107.106 22.4283 106.908 26.152C106.709 29.8755 107.16 31.63 107.108 33.8005C107.063 35.6866 106.856 35.9069 106.937 43.1719L106.244 42.4782C107.34 42.466 108.597 42.4473 110.044 42.4204C110.111 42.4192 110.177 42.4179 110.244 42.4167L109.628 42.7353C115.771 33.7164 119.199 28.7886 121.561 25.3706C123.152 23.0677 126.025 19.1732 128.912 15.1678L130.635 12.7066L130.652 15.7219C130.632 18.1569 130.626 20.6158 130.653 22.8657C130.714 27.8618 130.689 36.643 130.726 43.1719L129.694 42.1399C131.227 42.1314 132.637 42.1195 133.844 42.1023L132.774 43.1719C132.765 42.5117 132.754 41.9121 132.741 41.3859C132.605 35.8038 132.902 35.7923 133.068 31.2814ZM163.619 32.1524C163.785 29.0057 163.05 26.5287 163.154 22.6934C163.258 18.8582 163.648 18.2838 163.56 13.8915C163.533 12.5099 163.54 11.128 163.558 9.82187L164.394 10.6578C162.867 10.6365 161.443 10.6005 160.244 10.5886L161.011 9.82187C161.001 10.8566 161.009 11.7236 161.059 12.3446C161.22 14.3002 160.735 14.5066 160.843 17.2838C160.95 20.0607 160.887 21.7438 160.73 24.1725C160.711 24.4696 160.692 24.8421 160.674 25.2719L160.678 25.5382L160.425 25.6613C158.411 26.5542 154.885 27.1333 152.094 27.1173C150.8 27.1321 149.651 27.0174 148.874 26.8654C147.472 26.6495 145.981 25.6273 145.395 24.2837C144.776 22.9687 144.738 21.6694 144.691 20.7379C144.668 20.155 144.692 19.6872 144.724 19.3418C144.737 19.1924 144.769 19.1218 144.8 19.1219C144.8 19.1219 144.8 19.1219 144.8 19.1219C144.838 19.1218 144.876 19.2308 144.883 19.42C144.928 20.3243 145.013 21.7561 145.663 23.1919C146.299 24.4997 146.877 25.0093 147.616 25.5043C148.372 25.9682 149.399 26.3771 151.408 26.391C151.646 26.392 151.865 26.3873 152.094 26.3788C155.04 26.2141 157.205 25.7872 159.949 24.637L159.544 25.2719C159.55 24.5453 159.567 23.7672 159.597 22.9157C159.77 18.0809 159.047 16.9703 159.457 10.1454C159.463 10.036 159.47 9.92817 159.476 9.82187L159.489 9.04022L160.244 9.05345C161.949 9.14932 163.263 9.17004 164.394 9.14659L165.081 9.15863L165.069 9.82187C165.136 13.0192 165.555 14.7488 165.628 19.6926C165.729 26.4938 165.312 35.0789 165.346 39.1787C165.357 40.3955 165.372 41.7361 165.385 43.1719L165.367 44.1798L164.394 44.1627C163.083 44.1749 161.692 44.1858 160.244 44.1906L159.208 44.1724L159.225 43.1719C159.218 40.8632 159.226 38.4085 159.269 35.8968C159.308 33.6363 159.294 31.1697 159.272 28.6219L160.63 29.5145C157.64 30.8452 154.229 31.5686 150.944 31.5208C150.041 31.5102 149.14 31.4463 148.25 31.299C145.848 30.974 142.747 29.5571 141.45 26.8334C140.122 24.2058 140.069 21.3858 140.111 19.0719C140.161 17.3541 140.208 15.8467 140.249 14.7029C140.328 12.499 140.375 11.1718 140.388 9.82187L140.393 9.56166L140.644 9.56607C141.815 9.57763 143.003 9.56388 144.794 9.52393L145.097 9.52924L145.092 9.82187C145.094 9.89215 145.095 9.96336 145.097 10.0355C145.15 12.3539 145.1 15.5476 144.905 18.2453C144.807 19.6029 144.671 19.2953 144.606 17.9288C144.51 15.9305 144.574 14.2901 144.403 13.2605C144.174 11.8734 144.039 11.024 144.037 9.82187L144.794 10.5789C144.213 10.5801 143.55 10.5504 142.704 10.4857C141.903 10.4246 141.233 10.4252 140.644 10.4537L141.276 9.82187C141.34 11.1419 141.544 12.0503 141.509 13.0975C141.465 14.3625 141.272 14.5532 141.33 19.0719C141.343 19.9435 141.39 20.9778 141.581 22.1815C142.68 29.8713 148.548 29.3659 150.944 29.467C151 29.4661 151.054 29.4649 151.109 29.4636C153.076 29.4423 156.632 29.1439 159.867 27.7481L161.172 27.1589L161.196 28.6219C161.182 30.1166 161.179 31.6091 161.204 32.9889C161.248 35.5256 161.247 39.4614 161.257 43.1719L160.244 42.1589C161.694 42.1549 163.11 42.1493 164.394 42.1385L163.361 43.1719C163.348 41.5874 163.327 40.2029 163.291 39.2005C163.155 35.3068 163.453 35.2988 163.619 32.1524ZM175.585 16.3165C175.626 15.3471 175.613 14.4279 175.572 13.5219L175.561 12.7441L176.361 12.733C179.178 12.6049 181.868 12.2034 185.542 12.282C189.508 12.3668 190.72 12.6423 194.061 12.6927L193.231 13.5219C193.243 12.7721 193.243 11.9152 193.227 10.8958C193.221 10.5376 193.217 10.1793 193.214 9.82187L194.061 10.6686C188.869 10.711 183.85 10.4873 181.533 10.6371C179.057 10.7973 178.796 10.313 175.28 10.4206C174.137 10.4555 173.141 10.4725 172.211 10.474L172.863 9.82187C172.866 11.7536 172.802 13.3991 172.696 15.4747C172.539 18.55 172.404 27.9975 172.598 31.4329C172.791 34.8684 172.456 38.7867 172.376 41.1431C172.351 41.8771 172.317 42.4547 172.282 42.8976C172.267 43.0851 172.236 43.1718 172.205 43.1719C172.205 43.1719 172.205 43.1719 172.205 43.1719C172.166 43.1718 172.129 43.0374 172.124 42.7963C172.1 41.626 172.038 39.8768 171.898 37.8104C171.638 33.9575 171.926 33.5365 171.792 28.3337C171.658 23.131 171.391 20.0051 171.564 13.8835C171.609 12.2768 171.593 10.995 171.551 9.82187L171.561 9.15376L172.211 9.16276C175.507 9.04641 177.945 8.73236 184.318 9.03464C189.031 9.25815 191.444 9.13479 194.061 8.96011L194.934 8.97221L194.922 9.82187C194.998 10.9504 195.082 12.1168 195.153 13.5219L195.138 14.6294L194.061 14.6145C192.75 14.6805 191.231 14.7341 189.342 14.7562C185.241 14.8041 180.628 14.7345 176.361 14.6523L177.491 13.5219C177.41 17.7059 177.317 21.5585 177.311 24.2719L176.361 23.3214C176.692 23.3222 177.006 23.3217 177.301 23.3197C181.754 23.29 187.517 23.221 193.711 23.2649L194.731 23.2791L194.717 24.2719C194.71 25.2988 194.7 26.3376 194.686 27.3843C194.683 27.5789 194.681 27.7748 194.678 27.9719L194.665 28.953L193.711 28.9397C188.438 28.8819 182.338 28.9899 176.361 28.9865L177.375 27.9719C177.374 30.2156 177.357 32.4418 177.31 34.6002C177.276 36.1265 177.241 37.7715 177.205 39.4719L176.361 38.6273C182.542 38.7581 189.456 38.9001 194.061 39.0147L194.524 39.0211L194.518 39.4719C194.496 40.3412 194.475 41.1282 194.456 41.8125C194.442 42.2971 194.429 42.7482 194.418 43.1719L194.413 43.5338L194.061 43.5289C189.847 43.4114 188.355 43.391 183.715 43.4746C180.78 43.5276 176.736 43.4777 173.32 43.283C171.601 43.185 171.991 43.0486 173.721 42.9833C176.251 42.8879 178.328 42.9516 179.632 42.7811C182.237 42.4404 183.344 42.3097 186.632 42.508C189.921 42.7063 191.47 42.2556 193.387 42.3075C193.636 42.3142 193.852 42.3246 194.061 42.337L193.226 43.1719C193.275 42.3493 193.356 41.6384 193.379 39.4719L194.061 40.1531C192.539 40.1369 190.3 40.1498 186.801 40.2233C182.564 40.3124 179.159 40.3726 176.361 40.4162L175.429 40.4291L175.416 39.4719C175.359 35.832 175.331 33.2172 175.303 31.1305C175.291 30.2713 175.295 29.1944 175.307 27.9719L175.292 26.9326L176.361 26.9178C180.39 26.9554 186.001 27.0763 190.616 27.0124C191.522 26.9999 192.569 26.991 193.711 26.9844L192.723 27.9719C192.716 26.8193 192.712 25.5701 192.709 24.2719L193.711 25.2734C187.755 25.2879 180.767 25.2795 177.329 25.3746C176.983 25.3842 176.661 25.3916 176.361 25.3971L175.251 25.4124L175.235 24.2719C175.163 20.2894 175.431 20.0207 175.585 16.3165ZM228.083 15.7605C226.135 13.0685 223.601 11.9472 219.97 10.9205C218.403 10.5164 217.346 10.3833 216.327 10.2863C214.93 10.1937 213.551 10.1 211.029 10.9259C206.637 12.3186 203.3 15.809 202.477 17.6688C201.66 19.5076 201.028 19.4956 200.38 22.3704C200.082 23.983 199.998 25.2626 199.96 26.5219C199.935 27.5168 199.948 28.4987 200.062 29.6326C200.174 30.9107 200.749 33.5508 202.17 35.8512C203.538 38.1818 205.693 39.9759 206.961 40.6621C209.443 42.1293 212.576 43.2976 214.596 43.5261C215.216 43.6086 215.711 43.6585 216.091 43.6989C216.252 43.7157 216.327 43.7465 216.327 43.7775C216.327 43.7775 216.327 43.7775 216.327 43.7776C216.327 43.8159 216.21 43.8545 216.001 43.856C214.988 43.8619 213.467 43.8205 211.675 43.4995C208.394 42.7065 207.965 42.4543 204.364 39.6465C201.055 36.5387 199.261 33.8465 198.765 28.408C198.725 27.7213 198.71 27.1016 198.707 26.5219C198.938 22.6956 198.222 20.1838 202.548 14.7893C205.153 12.0363 207.054 10.9984 208.877 9.99121C210.732 9.06646 212.699 8.16666 216.327 8.04906C216.567 8.04463 216.807 8.04482 217.06 8.05086C222.004 7.94959 227.539 11.2351 229.991 15.2615L230.664 16.2475L229.642 16.7957C228.364 17.469 227.167 18.101 226.101 18.672L225.302 19.1005L224.822 18.3683C224.27 17.5223 223.631 16.8615 223.049 16.3801C221.438 15.032 219.032 13.9652 216.327 13.9871C213.755 13.9845 210.991 14.843 208.814 16.667C206.198 18.773 204.551 22.5978 204.63 26.5219C204.637 29.4619 205.524 32.377 207.155 34.6299C208.949 37.277 212.607 39.3898 216.327 39.4054C220.156 39.5548 223.392 37.4171 224.78 35.7085C224.981 35.4754 225.161 35.2449 225.323 35.0191L225.517 34.7383L225.803 34.9016C227.267 35.7688 228.295 36.3739 229.302 36.9442L229.564 37.0933L229.386 37.326C228.486 38.4828 227.608 39.6171 225.793 41.0721C223.802 42.7328 220.269 43.9821 217.29 43.8589C215.797 43.7987 216.149 43.6789 217.616 43.539C219.76 43.301 221.476 42.8065 222.417 42.2207C224.255 40.995 224.93 40.4579 227.018 38.7045C227.77 38.0333 228.271 37.3791 228.653 36.7855L228.864 37.7427C227.732 37.21 226.847 36.9154 225.948 36.3842C225.674 36.2221 225.458 36.0831 225.235 35.9366L226.306 35.6742C225.927 36.1425 225.524 36.6591 224.494 37.5976C223.451 38.473 221.74 39.9985 218.164 40.6861C217.539 40.7951 216.924 40.8516 216.327 40.8647C208.292 40.7825 205.182 35.6724 203.916 33.0655C203.223 31.6093 202.568 29.2025 202.624 26.5219C202.634 23.5238 203.598 20.1739 205.274 17.7363C206.896 14.9791 211.597 11.7853 216.327 11.9564C219.849 11.9151 222.837 13.5493 224.354 14.7921C225.488 15.6975 226.117 16.5119 226.555 17.1923L225.082 16.8425C226.368 16.1808 227.089 15.9457 228.731 15.1598L228.462 16.3423C228.349 16.1593 228.224 15.9656 228.083 15.7605ZM236.748 10.5971C235.96 10.5626 235.207 10.5669 234.466 10.5945L235.239 9.82187C235.344 12.6488 235.789 15.2872 235.706 18.955C235.602 23.583 235.213 24.2762 235.3 29.5765C235.388 34.8764 235.122 40.1795 235.282 42.5394C235.297 42.7685 235.307 42.9778 235.311 43.1719L234.466 42.3271C236.007 42.2911 236.595 42.5667 238.616 42.5876L238.032 43.1719C238.036 42.8254 238.032 42.4369 238.018 41.9942C237.91 38.6432 237.973 36.6122 238.131 33.6815C238.155 33.2374 238.178 32.6538 238.2 31.9719L238.197 31.8205L238.304 31.6963C239.259 30.6797 240.482 29.3503 241.732 27.9653L241.965 27.6935L242.205 27.9705C244.267 30.4751 246.483 33.0884 247.7 34.3695C249.958 36.7478 252.109 39.8189 253.496 41.587C253.928 42.1378 254.257 42.5805 254.503 42.9259C254.606 43.0722 254.636 43.1555 254.612 43.1755C254.612 43.1755 254.612 43.1755 254.612 43.1755C254.583 43.2003 254.471 43.1268 254.319 42.9543C253.582 42.1168 252.46 40.8825 251.083 39.4669C248.517 36.8275 248.478 36.3354 245.179 32.631C243.815 31.0985 242.651 29.8397 241.498 28.5667L242.426 28.5769C241.414 29.8098 240.388 31.0348 239.143 32.4363L239.319 31.9719C239.315 32.9573 239.298 34.0194 239.263 35.1981C239.161 38.6408 239.371 40.5187 239.476 43.1719L239.464 44.044L238.616 44.0317C237.449 44.0779 236.132 44.1039 234.466 44.074L233.551 44.0607L233.564 43.1719C233.582 42.2065 233.618 41.124 233.679 39.8855C234.089 31.65 233.333 30.7832 233.232 22.5762C233.183 18.5453 233.258 13.9951 233.344 9.82187L233.36 8.68318L234.466 8.69925C235.907 8.72879 237.303 8.75952 238.616 8.78671L239.666 8.80197L239.652 9.82187C239.597 12.4513 239.557 14.7531 239.569 16.4318C239.59 19.448 239.631 23.095 239.637 27.0719L237.841 26.4087C239.493 24.4709 241.243 22.4396 243.052 20.3843C246.001 17.0326 249.276 13.0819 252.598 9.16522L252.916 8.8049L253.366 8.81145C255.108 8.80471 256.85 8.80476 258.566 8.81946L260.789 8.84249L259.32 10.4828C258.538 11.3597 257.758 12.2233 256.984 13.0657C253.373 16.9973 248.741 22.0589 245.083 26.0369L245.086 25.3102C246.632 27.1909 247.989 28.8454 248.979 30.0651C252.168 33.9918 252.948 34.9471 256.197 38.5718C257.317 39.821 258.657 41.3819 259.977 42.9902L260.371 43.4562L259.766 43.4499C258.377 43.4157 256.978 43.361 255.674 43.283C254.036 43.185 254.407 43.0486 256.056 42.9833C257.459 42.9278 258.716 42.9261 259.766 42.9009L259.561 43.3489C259.054 42.7891 258.608 42.318 258.214 41.9712C256.334 40.3141 255.546 39.6006 253.649 37.0981C251.751 34.5957 250.445 33.772 249.291 32.3549C248.278 31.1107 248.324 30.8425 244.139 26.1267L243.744 25.6816L244.143 25.2128C244.712 24.5457 245.354 23.7857 246.083 22.9166C252.054 15.797 255.373 11.9337 257.656 9.25626C257.693 9.21256 257.731 9.16815 257.77 9.12304L258.566 10.8818C257.241 10.8964 255.42 10.8752 253.366 10.8469L254.145 10.488C251.836 13.1143 249.072 16.2406 246.803 18.9745C244.965 21.1878 242.128 24.5077 239.385 27.7291L237.628 29.8187L237.605 27.0719C237.597 22.8688 237.582 18.7995 237.514 16.458C237.404 12.6858 237.574 11.9359 237.732 9.82187L238.616 10.7064C238.097 10.6678 237.496 10.6299 236.748 10.5971ZM291.32 31.2814C291.487 26.7702 290.752 23.219 290.856 17.7206C290.926 13.9932 291.128 12.4141 291.223 9.82187L292.096 10.6942C290.961 10.6525 289.633 10.6312 287.846 10.6501L288.52 10.3024C288.433 10.4283 288.343 10.557 288.252 10.6888C284.67 15.868 280.797 20.8447 279.301 23.2211C277.804 25.5974 277.238 25.5574 275.016 28.8625C272.793 32.1674 271.342 34.096 269.193 36.8405C269.142 36.9061 269.088 36.975 269.032 37.0471L268.18 38.258L268.171 36.7719C268.324 33.0442 268.447 22.761 268.258 18.964C268.105 15.8749 268.285 12.4411 268.405 9.82187L268.646 10.0622C267.967 10.031 267.342 10.0038 266.793 9.9874C265.962 9.96261 265.308 9.92869 264.806 9.8934C264.594 9.87844 264.496 9.84714 264.496 9.81624C264.496 9.81622 264.496 9.8162 264.496 9.81618C264.496 9.77771 264.648 9.73988 264.921 9.73502C265.865 9.7182 267.143 9.68175 268.646 9.61169L268.858 9.61429L268.856 9.82187C268.884 10.4278 268.918 11.0704 268.958 11.7427C269.218 16.1054 268.931 16.5821 269.064 22.4733C269.184 27.7503 269.411 31.1404 269.333 36.7719L268.086 36.3732C268.474 35.8448 268.882 35.294 269.316 34.716C273.479 29.1709 273.814 27.4546 279.825 19.7233C283.71 14.7267 285.076 12.4258 287.062 9.26362L287.362 8.85385L287.846 8.85977C289.087 8.78736 290.445 8.71547 292.096 8.66226L293.269 8.67662L293.255 9.82187C293.29 10.8843 293.316 12.0677 293.33 13.4184C293.431 23.1689 293.013 35.477 293.048 41.3547C293.051 41.9409 293.055 42.5471 293.06 43.1719L293.048 44.1474L292.096 44.1358C290.789 44.1447 289.4 44.1549 287.946 44.1643L286.941 44.152L286.953 43.1719C286.922 38.3504 286.902 32.7973 286.971 27.0346C287.013 23.5334 286.992 19.6873 286.968 15.7219L288.743 16.287C285.607 20.7711 282.346 25.4448 279.179 29.7365C276.119 33.8822 272.357 38.9937 269.007 43.5344L268.812 43.8028L268.496 43.7989C267.111 43.7725 265.768 43.7464 264.496 43.721L263.94 43.7142L263.947 43.1719C264.002 40.3747 264.055 37.9186 264.1 36.1021C264.251 30.0949 264.285 28.6307 264.193 22.8485C264.14 19.5248 264.19 14.9461 264.385 11.0786C264.483 9.13222 264.619 9.57327 264.684 11.5324C264.78 14.3972 264.716 16.7489 264.886 18.2251C265.227 21.1747 265.358 22.4283 265.16 26.152C264.961 29.8755 265.412 31.63 265.36 33.8005C265.315 35.6866 265.108 35.9069 265.189 43.1719L264.496 42.4782C265.592 42.466 266.849 42.4473 268.296 42.4204C268.363 42.4192 268.429 42.4179 268.496 42.4167L267.88 42.7353C274.023 33.7164 277.451 28.7886 279.813 25.3706C281.404 23.0677 284.277 19.1732 287.164 15.1678L288.887 12.7066L288.904 15.7219C288.884 18.1569 288.878 20.6158 288.905 22.8657C288.966 27.8618 288.941 36.643 288.978 43.1719L287.946 42.1399C289.479 42.1314 290.889 42.1195 292.096 42.1023L291.026 43.1719C291.017 42.5117 291.006 41.9121 290.993 41.3859C290.857 35.8038 291.154 35.7923 291.32 31.2814ZM311.145 4.94239C310.342 4.49182 309.306 4.80704 308.387 3.96717C307.594 3.17608 307.69 2.77336 307.034 1.95944L308.215 2.10933C308.154 2.16059 308.091 2.21703 308.025 2.27944C307.33 2.93589 306.49 3.41461 306.029 3.81475L306.159 2.76513C306.245 2.8727 306.33 2.9565 306.414 3.01111C306.844 3.27858 306.508 3.64639 307.091 4.07219C307.676 4.47799 307.961 4.77781 308.391 5.25693C308.788 5.77239 310.563 6.71421 311.314 6.64523C312.031 6.63007 312.77 7.0509 313.271 7.14759C313.424 7.17868 313.544 7.21433 313.638 7.25018C313.678 7.26535 313.696 7.2966 313.696 7.32751C313.696 7.32753 313.696 7.32755 313.696 7.32757C313.696 7.36602 313.667 7.40394 313.615 7.40842C313.364 7.43006 312.988 7.48086 312.522 7.5698C311.644 7.7129 311.593 7.43502 310.458 7.23949C309.335 7.00056 308.525 6.93011 307.47 5.99867C306.533 5.08 305.763 5.32915 304.88 3.71852L304.418 3.00653L305.021 2.5772C305.083 2.54363 305.148 2.50992 305.215 2.47606C306.389 1.88871 306.587 1.36672 307.057 0.686905L307.974 0.0345383L308.511 0.871479C308.774 1.05736 309.062 1.27172 309.417 1.57975C310.523 2.63216 312.284 3.63628 313.3 3.60811C313.426 3.611 313.558 3.60973 313.696 3.60392C314.614 3.56879 315.704 3.31199 316.765 2.80743C317.547 2.44394 318.268 1.71203 318.823 0.88681L319.543 0.000961304L320.284 0.688473C320.804 1.0967 321.313 1.52032 321.763 1.97141C321.947 2.15483 322.142 2.3491 322.343 2.54967L322.984 3.1445L322.498 3.73085C321.36 5.08904 319.585 6.17842 318.634 6.50406C317.516 6.89754 317.253 6.95379 316.195 7.33208C315.583 7.53965 314.674 7.61469 313.935 7.43038C313.563 7.33653 313.654 7.20176 314.012 7.1286C314.536 7.01779 314.972 7.02699 315.212 6.8182C315.686 6.3947 315.845 6.23321 316.527 6.23905C317.22 6.22728 317.337 5.6775 317.688 5.57092C318.019 5.4295 318.252 5.78508 319.652 4.43579C320.305 3.75112 320.715 3.14977 321.019 2.65794L321.19 3.96666C320.648 3.58543 320.25 3.2949 319.923 3.06144C319.677 2.88511 319.358 2.59662 319 2.266L320.481 2.06495C319.937 2.75803 319.162 3.45719 318.464 4.01361C317.508 4.90321 315.084 5.64758 313.696 5.63365C313.504 5.64461 313.332 5.65177 313.186 5.65985C311.97 5.6874 311.992 5.3632 311.145 4.94239ZM326.721 31.2814C326.887 26.7702 326.152 23.219 326.256 17.7206C326.327 13.9932 326.528 12.4141 326.624 9.82187L327.496 10.6942C326.362 10.6525 325.033 10.6312 323.246 10.6501L323.921 10.3024C323.833 10.4283 323.744 10.557 323.652 10.6888C320.07 15.868 316.198 20.8447 314.701 23.2211C313.205 25.5974 312.639 25.5574 310.416 28.8625C308.194 32.1674 306.742 34.096 304.594 36.8405C304.542 36.9061 304.488 36.975 304.432 37.0471L303.58 38.258L303.572 36.7719C303.724 33.0442 303.848 22.761 303.659 18.964C303.505 15.8749 303.685 12.4411 303.806 9.82187L304.046 10.0622C303.367 10.031 302.743 10.0038 302.193 9.9874C301.362 9.96261 300.708 9.92869 300.207 9.8934C299.994 9.87844 299.896 9.84714 299.896 9.81624C299.896 9.81622 299.896 9.8162 299.896 9.81618C299.896 9.77771 300.048 9.73988 300.321 9.73502C301.266 9.7182 302.543 9.68175 304.046 9.61169L304.259 9.61429L304.256 9.82187C304.285 10.4278 304.318 11.0704 304.358 11.7427C304.618 16.1054 304.331 16.5821 304.465 22.4733C304.584 27.7503 304.811 31.1404 304.733 36.7719L303.487 36.3732C303.874 35.8448 304.283 35.294 304.717 34.716C308.879 29.1709 309.214 27.4546 315.225 19.7233C319.11 14.7267 320.477 12.4258 322.463 9.26362L322.762 8.85385L323.246 8.85977C324.487 8.78736 325.846 8.71547 327.496 8.66226L328.67 8.67662L328.656 9.82187C328.69 10.8843 328.716 12.0677 328.73 13.4184C328.831 23.1689 328.414 35.477 328.448 41.3547C328.452 41.9409 328.456 42.5471 328.46 43.1719L328.448 44.1474L327.496 44.1358C326.189 44.1447 324.801 44.1549 323.346 44.1643L322.342 44.152L322.354 43.1719C322.323 38.3504 322.302 32.7973 322.371 27.0346C322.413 23.5334 322.393 19.6873 322.369 15.7219L324.144 16.287C321.008 20.7711 317.747 25.4448 314.579 29.7365C311.519 33.8822 307.757 38.9937 304.408 43.5344L304.213 43.8028L303.896 43.7989C302.511 43.7725 301.168 43.7464 299.896 43.721L299.34 43.7142L299.347 43.1719C299.403 40.3747 299.455 37.9186 299.501 36.1021C299.651 30.0949 299.685 28.6307 299.593 22.8485C299.54 19.5248 299.59 14.9461 299.785 11.0786C299.883 9.13222 300.019 9.57327 300.085 11.5324C300.18 14.3972 300.116 16.7489 300.287 18.2251C300.628 21.1747 300.758 22.4283 300.56 26.152C300.362 29.8755 300.812 31.63 300.76 33.8005C300.715 35.6866 300.509 35.9069 300.59 43.1719L299.896 42.4782C300.992 42.466 302.249 42.4473 303.697 42.4204C303.763 42.4192 303.83 42.4179 303.896 42.4167L303.28 42.7353C309.423 33.7164 312.851 28.7886 315.213 25.3706C316.804 23.0677 319.677 19.1732 322.564 15.1678L324.288 12.7066L324.304 15.7219C324.285 18.1569 324.278 20.6158 324.306 22.8657C324.367 27.8618 324.342 36.643 324.378 43.1719L323.346 42.1399C324.88 42.1314 326.289 42.1195 327.496 42.1023L326.427 43.1719C326.417 42.5117 326.406 41.9121 326.393 41.3859C326.257 35.8038 326.555 35.7923 326.721 31.2814Z' fill='%23171717'/%3E%3C/svg%3E%0A");
  }
  #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 .discount-block .new_price .euro svg {
    width: 160px;
  }
  #first_screen .cta .form-block {
    max-width: 400px;
    /*&:before {
      background-image: url(../img/img-february2026-inet-375.png);
      width: 359px;
      height: 545px;
      top: -424px;
      left: -95px;
    }*/
  }
  #first_screen .cta .form-block form .custom_checkbox {
    max-width: 215px;
  }
  #first_screen .cta img.img-akciya-480 {
    display: none;
  }
  #first_screen .cta img.img-akciya-375 {
    display: block;
  }
}

/*** 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: #F04F75;
}
.tarifi-internet .tarifi-points .single-tarif.tariff_internet .list .list-item .icon-point svg path {
  fill: #F04F75;
}
.tarifi-internet .tarifi-points .single-tarif.tariff_internet .button {
  background: #F04F75;
}
.tarifi-internet .tarifi-points .single-tarif.tariff_internet_tv .pack-header path {
  fill: #427ABE;
}
.tarifi-internet .tarifi-points .single-tarif.tariff_internet_tv .list .list-item a {
  color: #427ABE;
}
.tarifi-internet .tarifi-points .single-tarif.tariff_internet_tv .list .list-item .icon-point svg path {
  fill: #427ABE;
}
.tarifi-internet .tarifi-points .single-tarif.tariff_internet_tv .button {
  background: #427ABE;
}
.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: #ea447e;
}
.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: #F04F75;
  color: #FFF;
  min-width: 290px;
  width: auto;
  height: 62px;
  padding: 0 20px;
  transition: all 0.3s;
}
#what-can-kibersargs .check-availability .button:hover {
  background: #427ABE;
  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;
}