@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
 * ========================================================================== */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%; }

/* 2 */
/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
 * ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible; }

/* 2 */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em; }

/* 2 */
/* Text-level semantics
 * ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted; }

/* 2 */
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em; }

/* 2 */
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
 * ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
 * ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0; }

/* 2 */
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal; }

/* 1 */
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0; }

/* 2 */
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px; }

/* 2 */
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit; }

/* 2 */
/* Interactive
 * ========================================================================== */
/* Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/* Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
 * ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease,visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity .25s ease 0s,visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

.fancybox-slide--image:before {
  display: none; }

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in; }

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable=true] {
  cursor: text; }

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:nth-child(1), .fancybox-button--pause svg:nth-child(1), .fancybox-button--play svg:nth-child(2) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  transform-origin: 0;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
  transition-timing-function: linear;
  z-index: 99998; }

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0; }

.fancybox-caption {
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0;
  text-align: center;
  z-index: 99996; }

.fancybox-caption:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -44px;
  z-index: -1; }

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

.fancybox-loading {
  -webkit-animation: a 1s linear infinite;
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@-webkit-keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }
@keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
  transform: rotate(-1turn); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg); }

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0); }

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1); }

@media (max-height: 576px) {
  .fancybox-caption {
    padding: 12px; }

  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }

  .fancybox-slide--image {
    padding: 6px 0; }

  .fancybox-close-small {
    right: -6px; }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; } }
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus:before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1; }

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }
/* Указываем box sizing */
*,
*::before,
*::after {
  box-sizing: border-box; }

/* Убираем внутренние отступы */
ul,
li {
  padding: 0; }

/* Убираем внешние отступы */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0; }

/* Выставляем основные настройки по-умолчанию для body */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1; }

/* Удаляем стандартную стилизацию для всех ul и il, у которых есть атрибут class */
ul[class],
ol[class] {
  list-style: none; }

a {
  text-decoration: none; }

/* Элементы a, у которых нет класса, сбрасываем до дефолтных стилей */
a:not([class]) {
  text-decoration-skip-ink: auto; }

/* Упрощаем работу с изображениями */
img {
  max-width: 100%;
  display: block; }

/* Указываем понятную периодичность в потоке данных у article */
article > * + * {
  margin-top: 1em; }

/* Наследуем шрифты для инпутов и кнопок */
input,
button,
textarea,
select {
  font: inherit; }

input {
  outline: none;
  border: none; }

button {
  border: none;
  background-color: inherit; }

/**
 * Swiper 8.0.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 4, 2022
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal; }
:root {
  --swiper-theme-color: #007aff ; }

.swiper {
  margin-left: 0;
  margin-right: 0;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }

.swiper-vertical > .swiper-wrapper {
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box; }

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-pointer-events {
  touch-action: pan-y; }

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x; }

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto; }

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height; }

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px; }

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d; }

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15); }

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none; }

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory; }

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory; }

.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999; }

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after); }

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after); }

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center; }

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0); }

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none; }

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size); }

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size); }

:root {
  --swiper-navigation-size: 44px ; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1; }

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto; }

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev"; }

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto; }

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next"; }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2); }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet:only-child {
  display: none !important; }

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0); }

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block; }

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px; }

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top; }

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px); }

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left; }

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right; }

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top; }

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top; }

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-lock {
  display: none; }

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff ; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000 ; }

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap; }

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column; }

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-cube {
  overflow: visible; }

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0; }

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 0; }

.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px); }

.swiper-flip {
  overflow: visible; }
  

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height; }

.swiper-cards {
  overflow: visible; }

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden; }

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  content: " ";
  display: block;
  background: #fff;
  position: absolute;
  z-index: 30; }

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px; }

.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px; }

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; }

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  transition-duration: 0.5s; }

.twentytwenty-before-label, .twentytwenty-after-label {
  transition-property: opacity; }

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.1em; }

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  line-height: 38px;
  padding: 0 20px;
  border-radius: 2px; }

.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
  top: 50%;
  margin-top: -19px; }

.twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .twentytwenty-after-label:before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: 90px; }

.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute; }

.twentytwenty-left-arrow, .twentytwenty-right-arrow {
  top: 50%;
  margin-top: -6px; }

.twentytwenty-up-arrow, .twentytwenty-down-arrow {
  left: 50%;
  margin-left: -6px; }

.twentytwenty-container {
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none; }
  .twentytwenty-container img {
    max-width: 100%;
    position: absolute;
    top: 0;
    display: block; }
  .twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay {
    background: rgba(0, 0, 0, 0); }
    .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
    .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
    .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
      opacity: 0; }
  .twentytwenty-container * {
    box-sizing: content-box; }

.twentytwenty-before-label {
  opacity: 0; }
  .twentytwenty-before-label:before {
    content: attr(data-content); }

.twentytwenty-after-label {
  opacity: 0; }
  .twentytwenty-after-label:before {
    content: attr(data-content); }

.twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 10px; }

.twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 10px; }

.twentytwenty-vertical .twentytwenty-before-label:before {
  top: 10px; }

.twentytwenty-vertical .twentytwenty-after-label:before {
  bottom: 10px; }

.twentytwenty-overlay {
  transition-property: background;
  background: rgba(0, 0, 0, 0);
  z-index: 25; }
  .twentytwenty-overlay:hover {
    background: rgba(0, 0, 0, 0.5); }
    .twentytwenty-overlay:hover .twentytwenty-after-label {
      opacity: 1; }
    .twentytwenty-overlay:hover .twentytwenty-before-label {
      opacity: 1; }

.twentytwenty-before {
  z-index: 20; }

.twentytwenty-after {
  z-index: 10; }

.twentytwenty-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border: 3px solid #fff;
  border-radius: 1000px;
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  z-index: 40;
  cursor: pointer; }

.twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 22px;
  box-shadow: 0 3px 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 22px;
  box-shadow: 0 -3px 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;
  margin-left: 22px;
  box-shadow: 3px 0 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;
  margin-right: 22px;
  box-shadow: -3px 0 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-left-arrow {
  border-right: 6px solid #fff;
  left: 50%;
  margin-left: -17px; }

.twentytwenty-right-arrow {
  border-left: 6px solid #fff;
  right: 50%;
  margin-right: -17px; }

.twentytwenty-up-arrow {
  border-bottom: 6px solid #fff;
  top: 50%;
  margin-top: -17px; }

.twentytwenty-down-arrow {
  border-top: 6px solid #fff;
  bottom: 50%;
  margin-bottom: -17px; }

@font-face {
  font-weight: 400;
  font-style: normal;
  font-family: "TenorSans";
  font-display: swap;
  src: url("../fonts/TenorSans.woff2") format("woff2"), url("../fonts/TenorSans.woff") format("woff"); }
@font-face {
  font-weight: 400;
  font-style: normal;
  font-family: "SF-UI-Display";
  font-display: swap;
  src: url("../fonts/SF-UI-Display.woff2") format("woff2"), url("../fonts/SF-UI-Display.woff") format("woff"); }
@font-face {
  font-weight: 500;
  font-style: normal;
  font-family: "SF-UI-Display";
  font-display: swap;
  src: url("../fonts/SF-UI-Display-Medium.woff2") format("woff2"), url("../fonts/SF-UI-Display-Medium.woff") format("woff"); }
* {
  box-sizing: border-box; }

body {
  font-family: "SF-UI-Display", sans-serif;
  overflow-x: hidden; }

.container {
  max-width: 1080px;
  margin: 0 auto; }
  @media (max-width: 1180px) {
    .container {
      padding: 0 15px; } }

a, p {
  color: #495365;
  letter-spacing: 0.03em;
  font-weight: 400; }

h1, h2, h3, h4, h5, h6 {
  font-family: "TenorSans", sans-serif;
  font-weight: 400;
  letter-spacing: 0.025em; }

h1 {
  font-size: 40px;
  line-height: 50px;
  letter-spacing: 0.025em; }
  @media (max-width: 991px) {
    h1 {
      font-size: 30px;
      line-height: 35px; } }
  @media (max-width: 360px) {
    h1 {
      font-size: 26px; } }

h2 {
  font-size: 36px; }
  @media (max-width: 991px) {
    h2 {
      font-size: 30px;
      line-height: 35px; } }
  @media (max-width: 360px) {
    h2 {
      font-size: 26px; } }

p {
  font-size: 14px;
  letter-spacing: 0.03em; }

button {
  padding: 0; }

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 265px;
  min-height: 70px;
  font-size: 16px;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  border-radius: 10px;
  color: white;
  background: linear-gradient(76.39deg, #00B7CF 5.28%, #00CEEA 97.66%);
  cursor: pointer;
  font-weight: 500;
  transition: all 0.5s ease;
  box-shadow: inset 0px 1px 0px #2ab7ec, 0px 3px 0px 0px #07526e; }
  .button:hover {
    background: linear-gradient(100deg, #00CEEA 100%, #00CEEA 100%);
    box-shadow: none; }

.title-all {
  padding-bottom: 45px; }

.mobile-menu {
  display: flex;
  align-items: center;
  height: 20px;
  cursor: pointer; }
  .mobile-menu__body {
    position: relative;
    width: 25px;
    height: 2px;
    background-color: #495365; }
    .mobile-menu__body:before, .mobile-menu__body:after {
      content: "";
      position: absolute;
      width: 25px;
      height: 2px;
      background-color: #495365; }
    .mobile-menu__body:before {
      top: 5px; }
    .mobile-menu__body:after {
      bottom: 5px; }

.b-s-b-m {
  width: 100%;
  height: 20px;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  overflow-y: scroll;
  z-index: -1; }

.b-s-b-m-i {
  width: 100%;
  height: 40px; }

.slider-controls {
  display: flex;
  align-content: center; }
  .slider-controls__pagination {
      display: flex;
      align-items: center;
        font-weight: 400;
  font-size: 12px;
 letter-spacing: 0.26em;
  color: #495365;
  margin-left: 3px;
    width: max-content; }
  .slider-controls__arrow-svg {
    min-width: 4px;
    min-height: 12px;
    cursor: pointer; }
  .slider-controls__arrow {
    display: flex; }
  .slider-controls__prev {
    margin-right: 10px;
    transform: rotate(180deg); }
  .slider-controls__next {
    margin-left: 10px; }

.swiper-pagination-current {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0.03em;
  color: #0C1A32;
  margin-right: 3px; }



.swiper-button-disabled {
  opacity: 0.5; }
  
.results__introtext {
    font-size:22px;
     position: absolute;
      top: 10px;
      left: 50%;
    transform: translate(-50%);
    color: white;
}

.header {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  width: 100%;
  max-width: 1080px;
  left: 50%;
  transform: translate(-50%); }
  .header__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%; }
    @media (max-width: 1180px) {
      .header__wrapper {
        padding: 0 15px; } }
  .header__logo-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 135px;
    min-height: 110px;
    background-color: white;
    box-shadow: 0px 4px 30px rgba(12, 26, 50, 0.1);
    border-radius: 0px 0px 10px 10px;
    flex: 0 auto;
    margin-right: 93px; }
    @media (max-width: 1180px) {
      .header__logo-wrapper {
        margin-right: 40px; } }
    @media (max-width: 560px) {
      .header__logo-wrapper {
        min-width: 100px;
        min-height: 90px; } }
  .header__nav {
    display: flex;
    justify-content: space-between;
    flex: 1 auto;
    align-items: baseline; }
    @media (max-width: 1040px) {
      .header__nav {
        display: none; } }
  .header__logo {
    max-width: 75px;
    max-height: 43px; }
    @media (max-width: 560px) {
      .header__logo {
        max-width: 55px;
        max-height: 33px; } }
  .header__list {
    display: flex;
    align-items: center; }
  .header__items:hover .header__link:before {
    content: "";
    width: 100%; }
  .header__items:nth-child(-n+4) {
    padding-right: 30px; }
  .header__items:nth-child(n+5) {
    padding-right: 25px; }
  .header__items:last-child {
    padding-right: 0; }
  .header__link {
    position: relative;
    font-size: 14px;
    padding-bottom: 3px; }
    .header__link:before {
      content: "";
      position: absolute;
      width: 0;
      height: 1px;
      bottom: 0;
      background-color: #00B3CB;
      transition: all 0.5s; }
    .header__link:hover {
      color: #00B3CB; }
  .header__contact {
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
  .header__contact-link {
    display: flex;
    align-items: center;
    font-size: 14px;
    transition: color 0.5s; }
    .header__contact-link:hover {
      color: #00B3CB; }
    .header__contact-link:before {
      margin-right: 7px;
      content: url("data:image/svg+xml,%3Csvg width='12' height='16' viewBox='0 0 12 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.6454 12.1441L10.2049 13.8388C10.1646 13.9963 10.0918 14.1436 9.99122 14.2713C9.8906 14.3991 9.76434 14.5044 9.62053 14.5806C9.47673 14.6567 9.31854 14.7021 9.15611 14.7136C8.99368 14.7252 8.83058 14.7028 8.67726 14.6478C6.98461 14.0062 5.46594 12.9773 4.24328 11.6439C3.10111 10.4211 2.24242 8.96246 1.72817 7.37167C1.15465 5.6493 0.995488 3.81669 1.26357 2.02228C1.29003 1.86239 1.34956 1.70979 1.43836 1.57418C1.52717 1.43858 1.6433 1.32294 1.77937 1.23464C1.91544 1.14634 2.06846 1.08731 2.2287 1.0613C2.38893 1.03529 2.55287 1.04288 2.71007 1.08359L4.40814 1.52498C4.68353 1.59368 4.9246 1.75999 5.08641 1.99289C5.24823 2.2258 5.31974 2.50941 5.28762 2.79087C5.21832 3.35184 5.21281 3.9189 5.27122 4.48123C5.29482 4.70322 5.25418 4.92725 5.15412 5.12677C5.05407 5.32629 4.89878 5.49294 4.70668 5.60697L3.80134 6.13754C4.23949 7.76124 5.10842 9.23721 6.31645 10.4097L7.22178 9.87916C7.41516 9.76728 7.63666 9.71312 7.86005 9.72308C8.08343 9.73305 8.29933 9.80673 8.48217 9.9354C8.94599 10.2601 9.44508 10.5315 9.96991 10.7443C10.2348 10.8544 10.45 11.0579 10.5745 11.316C10.6991 11.5741 10.7243 11.8688 10.6454 12.1441Z' stroke='%2300B3CB' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A"); }
  .header__contact-describe {
    position: relative;
    font-size: 12px;
    color: rgba(73, 83, 101, 0.7);
    margin-top: 8px;
    padding-bottom: 3px;
    cursor: pointer;
    transition: color 0.5s;
    letter-spacing: 0.03em; }
    .header__contact-describe:hover {
      color: #495365; }
    .header__contact-describe:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 0.5px;
      background-color: rgba(73, 83, 101, 0.7);
      bottom: 0; }
  .header__mobile-menu {
    display: none; }
    @media (max-width: 1040px) {
      .header__mobile-menu {
        display: block; } }

.menu {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 240px;
  background-color: white;
  z-index: 1100;
  overflow-y: auto;
  box-shadow: -4px 0px 75px rgba(12, 26, 50, 0.2); }
  .menu__wrapper {
    padding: 143px 23px 0 0;
    position: relative; }
  .menu__options {
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
  .menu__title {
    font-size: 26px;
    line-height: 30px;
    letter-spacing: 0.025em;
    color: #0C1A32;
    margin-bottom: 35px; }
  .menu__list {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-bottom: 55px; }
  .menu__items:not(:last-child) {
    margin-bottom: 18px; }
  .menu__phone-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-bottom: 28px; }
  .menu__call {
    cursor: pointer;
    text-align: end;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.03em;
    color: rgba(73, 83, 101, 0.7);
    margin-top: 10px; }
  .menu__close {
    position: absolute;
    top: 45px;
    right: 23px;
    cursor: pointer; }
  .menu__close-svg {
    width: 30px;
    height: 30px; }
  .menu__socials {
    display: flex;
    justify-content: flex-end;
    gap: 10px; }
  .menu__svg {
    width: 25px;
    height: 25px; }
  .menu__address {
    margin-top: 150px;
    padding-bottom: 80px; }
  .menu__address-text {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.03em;
    color: #495365; }
    .menu__address-text:before {
      content: url("data:image/svg+xml,%3Csvg width='15' height='16' viewBox='0 0 15 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.125 7.18522C13.125 11.5926 7.5 15.3704 7.5 15.3704C7.5 15.3704 1.875 11.5926 1.875 7.18522C1.875 5.68233 2.46763 4.24099 3.52252 3.17828C4.57742 2.11558 6.00816 1.51855 7.5 1.51855C8.99184 1.51855 10.4226 2.11558 11.4775 3.17828C12.5324 4.24099 13.125 5.68233 13.125 7.18522Z' stroke='%2300B3CB' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.5 9.07392C8.53553 9.07392 9.375 8.22824 9.375 7.18503C9.375 6.14183 8.53553 5.29614 7.5 5.29614C6.46447 5.29614 5.625 6.14183 5.625 7.18503C5.625 8.22824 6.46447 9.07392 7.5 9.07392Z' stroke='%2300B3CB' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
      margin-right: 5px; }

.hero {
  background: url("../img/hero_back.jpg") no-repeat center;
  background-size: cover;
  padding-bottom: 57px; }
  @media (max-width: 560px) {
    .hero {
      padding-bottom: 0;
      background-position: left; } }
  .hero__wrapper {
    display: flex;
    flex-direction: column;
    background-image: url("../img/master.png");
    background-position: right bottom;
    background-size: 335px 505px;
    background-repeat: no-repeat;
    padding-top: 170px; }
    @media (max-width: 768px) {
      .hero__wrapper {
        background: none; } }
    @media (max-width: 560px) {
      .hero__wrapper {
        padding-top: 140px;
        background-size: 305px 460px; } }
  .hero__master-wrapper {
    display: flex;
    align-items: flex-end; }
    @media (max-width: 768px) {
      .hero__master-wrapper {
        flex-direction: column;
        align-items: center; } }
  .hero__title {
    color: #0C1A32;
    max-width: 680px;
    margin-bottom: 10px; }
  .hero__title-color {
    color: #00B3CB; }
  .hero__text {
    font-size: 20px;
    max-width: 475px;
    line-height: 26px;
    margin-bottom: 50px; }
    @media (max-width: 991px) {
      .hero__text {
        font-size: 18px; } }
    @media (max-width: 768px) {
      .hero__text {
        font-size: 16px;
        line-height: 18px; } }
    @media (max-width: 560px) {
      .hero__text {
        font-size: 14px;
        margin-bottom: 25px; } }
  .hero__button-wrapper {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start; }
    @media (max-width: 768px) {
      .hero__button-wrapper {
        display: none; } }
  .hero__button {
    min-width: 275px; }
    .hero__button--mob {
      display: none; }
      @media (max-width: 768px) {
        .hero__button--mob {
          display: flex;
          margin-top: 20px; } }
  .hero__button-address {
    display: flex;
    align-items: center;
    margin-top: 17px;
    font-size: 12px;
    line-height: 14px; }
    .hero__button-address:before {
      content: url("data:image/svg+xml,%3Csvg width='15' height='16' viewBox='0 0 15 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.125 7.18522C13.125 11.5926 7.5 15.3704 7.5 15.3704C7.5 15.3704 1.875 11.5926 1.875 7.18522C1.875 5.68233 2.46763 4.24099 3.52252 3.17828C4.57742 2.11558 6.00816 1.51855 7.5 1.51855C8.99184 1.51855 10.4226 2.11558 11.4775 3.17828C12.5324 4.24099 13.125 5.68233 13.125 7.18522Z' stroke='%2300B3CB' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.5 9.07392C8.53553 9.07392 9.375 8.22824 9.375 7.18503C9.375 6.14183 8.53553 5.29614 7.5 5.29614C6.46447 5.29614 5.625 6.14183 5.625 7.18503C5.625 8.22824 6.46447 9.07392 7.5 9.07392Z' stroke='%2300B3CB' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
      margin-right: 5px; }
  .hero__title-box {
    width: 70%; }
    @media (max-width: 768px) {
      .hero__title-box {
        width: 100%; } }
  .hero__blur-block {
    position: relative; }
  .hero__blur {
    position: absolute;
    filter: blur(10px);
    border-radius: 32px;
    background: white;
    height: 80px;
    width: 110%;
    bottom: -10px;
    left: -10px; }
  .hero__master {
    font-family: "TenorSans", sans-serif;
    position: relative;
    backface-visibility: hidden;
    font-size: 14px;
    z-index: 1;
    color: #495365;
    margin-bottom: 5px; }
  .hero__specialist {
    position: relative;
    z-index: 1;
    color: #69768C;
    font-size: 12px;
    max-width: 235px;
    line-height: 16px; }
  .hero__items {
    position: relative;
    display: flex;
    justify-content: center;
    gap: 40px;
    top: 70px; }
    @media (max-width: 768px) {
      .hero__items {
        position: absolute;
        top: auto;
        bottom: -20px;
        gap: 10px;
        justify-content: space-evenly;
        width: calc(100% - 30px); } }
    @media (max-width: 560px) {
      .hero__items {
        position: relative;
        width: 100%;
        bottom: 70px; } }
  .hero__item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 32px;
    max-width: 265px;
    min-height: 135px;
    background-color: white;
    box-shadow: 0px 10px 35px rgba(12, 26, 50, 0.1);
    border-radius: 10px; }
    @media (max-width: 768px) {
      .hero__item {
        width: calc(33.33% - 5px);
        padding: 10px 15px; } }
    @media (max-width: 560px) {
      .hero__item {
        align-items: stretch;
        padding: 10px 7px; } }
  .hero__other {
    display: flex;
    align-items: center; }
    @media (max-width: 768px) {
      .hero__other {
        flex-direction: column; } }
    .hero__other:before {
      content: "";
      margin-right: 25px; }
      @media (max-width: 768px) {
        .hero__other:before {
          margin-right: 0;
          margin-bottom: 11px; } }
    .hero__other--education:before {
      content: url("data:image/svg+xml,%3Csvg width='55' height='55' viewBox='0 0 62 62' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.2349 37.0623L10.454 25.3508C9.6694 23.1011 10.8793 20.1897 14.2349 17.1744C20.9272 11.2099 33.5935 7.08868 42.5166 7.96776C47.0254 8.41202 49.7193 10.0473 50.4093 12.3253L54.1903 23.9896C54.956 26.2393 54.1336 30.3322 50.7591 33.3286C44.0573 39.2931 31.4005 43.4143 22.4774 42.5447C18.0253 42.1004 14.9155 39.312 14.2255 37.0812L14.2349 37.0623Z' fill='%236A6A6A'/%3E%3Cpath d='M25.03 2.29639L59.4084 9.5842L35.9097 35.7107L1.53125 28.4323L25.03 2.29639Z' fill='%23848484'/%3E%3Cpath d='M59.4089 9.58423L59.7964 10.7752L36.2977 36.9112L35.9102 35.7107L59.4089 9.58423Z' fill='%23636363'/%3E%3Cpath d='M1.53125 28.4324L1.9188 29.6234L36.2973 36.9112L35.9097 35.7107L1.53125 28.4324Z' fill='%236A6A6A'/%3E%3Cpath opacity='0.1' d='M50.5708 21.0405L36.8837 38.6976L15.4834 32.4969L36.2976 36.9111L50.5708 21.0405Z' fill='black'/%3E%3Cpath d='M17.166 29.009L27.5637 17.2691C27.6665 17.1299 27.8203 17.0373 27.9914 17.0116C28.1624 16.9859 28.3367 17.0292 28.4758 17.132C28.615 17.2348 28.7076 17.3887 28.7333 17.5597C28.759 17.7308 28.7157 17.905 28.6129 18.0442L28.5467 18.1482L18.1491 29.8975' fill='%23E0E0E0'/%3E%3Cpath d='M21.126 47.8664C21.4812 47.9244 21.8452 47.8962 22.1873 47.7844C22.5294 47.6725 22.8397 47.4802 23.0921 47.2236L28.083 57.1014C28.7163 59.0675 23.6214 60.7311 22.9787 58.765L21.126 47.8664Z' fill='%23CACACA'/%3E%3Cpath opacity='0.15' d='M22.9697 53.812L24.4916 59.6442C24.3687 59.6442 24.2458 59.6442 24.1324 59.6442L22.9697 53.812Z' fill='black'/%3E%3Cpath opacity='0.15' d='M27.2512 58.7935L23.5459 49.7476L27.5443 58.5383L27.2512 58.7935Z' fill='black'/%3E%3Cpath opacity='0.15' d='M26.1645 59.3512L25.8525 59.4551L23.6123 52.0444L26.1645 59.3512Z' fill='black'/%3E%3Cpath d='M22.1092 47.4129C22.274 47.3568 22.4101 47.2381 22.488 47.0824C22.5658 46.9267 22.5792 46.7466 22.5251 46.5811L17.7233 31.8448C17.6162 31.5115 17.5992 31.1559 17.6739 30.8139C17.7486 30.4719 17.9124 30.1558 18.1487 29.8976L17.2034 29.009C16.8134 29.441 16.5442 29.9682 16.4231 30.5375C16.3019 31.1067 16.3331 31.6979 16.5134 32.2512L21.3058 46.997C21.3637 47.154 21.4782 47.2837 21.6269 47.3607C21.7755 47.4376 21.9476 47.4562 22.1092 47.4129Z' fill='%23E0E0E0'/%3E%3Cpath d='M23.2817 46.3353C23.1935 46.0615 23.0262 45.82 22.8008 45.6412C22.5755 45.4625 22.3023 45.3544 22.0156 45.3308C21.7289 45.3072 21.4417 45.3691 21.1901 45.5086C20.9386 45.6481 20.734 45.859 20.6022 46.1146C20.4704 46.3703 20.4173 46.6593 20.4496 46.9451C20.482 47.2309 20.5982 47.5008 20.7838 47.7206C20.9693 47.9404 21.2158 48.1003 21.4921 48.1801C21.7685 48.2599 22.0623 48.2561 22.3364 48.1691C22.704 48.0498 23.0095 47.7902 23.1865 47.4468C23.3636 47.1033 23.3978 46.7038 23.2817 46.3353Z' fill='%23CACACA'/%3E%3Cpath opacity='0.15' d='M20.5586 47.3088C20.6642 47.4309 20.7948 47.5288 20.9416 47.5959C21.0884 47.663 21.2479 47.6978 21.4093 47.6978C21.5707 47.6978 21.7302 47.663 21.877 47.5959C22.0238 47.5288 22.1544 47.4309 22.26 47.3088C22.3981 47.154 22.4938 46.966 22.5376 46.7632C22.5814 46.5604 22.5719 46.3497 22.51 46.1517C22.4481 45.9536 22.336 45.775 22.1845 45.6332C22.033 45.4915 21.8473 45.3914 21.6456 45.3427C21.9862 45.2781 22.3387 45.338 22.6389 45.5115C22.939 45.685 23.1669 45.9606 23.2809 46.288C23.3397 46.4704 23.3618 46.6627 23.3461 46.8537C23.3304 47.0448 23.277 47.2308 23.1892 47.4012C23.1014 47.5716 22.9808 47.723 22.8343 47.8466C22.6878 47.9702 22.5184 48.0637 22.3357 48.1217C21.9915 48.2353 21.6172 48.2147 21.2876 48.0639C20.9581 47.9132 20.6977 47.6435 20.5586 47.3088Z' fill='black'/%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cmask id='mask0_257_2268' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='1' y='2' width='59' height='58'%3E%3Cpath d='M14.2349 37.0623L10.454 25.3508C9.6694 23.1011 10.8793 20.1897 14.2349 17.1744C20.9272 11.2099 33.5935 7.08868 42.5166 7.96776C47.0254 8.41202 49.7193 10.0473 50.4093 12.3253L54.1903 23.9896C54.956 26.2393 54.1336 30.3322 50.7591 33.3286C44.0573 39.2931 31.4005 43.4143 22.4774 42.5447C18.0253 42.1004 14.9155 39.312 14.2255 37.0812L14.2349 37.0623Z' fill='%23263238'/%3E%3Cpath d='M25.03 2.29639L59.4084 9.5842L35.9097 35.7107L1.53125 28.4323L25.03 2.29639Z' fill='%23455A64'/%3E%3Cpath d='M59.4089 9.58423L59.7964 10.7752L36.2977 36.9112L35.9102 35.7107L59.4089 9.58423Z' fill='%2337474F'/%3E%3Cpath d='M1.53125 28.4324L1.9188 29.6234L36.2973 36.9112L35.9097 35.7107L1.53125 28.4324Z' fill='%23263238'/%3E%3Cpath opacity='0.1' d='M50.5708 21.0405L36.8837 38.6976L15.4834 32.4969L36.2976 36.9111L50.5708 21.0405Z' fill='black'/%3E%3Cpath d='M17.166 29.009L27.5637 17.2691C27.6665 17.1299 27.8203 17.0373 27.9914 17.0116C28.1624 16.9859 28.3367 17.0292 28.4758 17.132C28.615 17.2348 28.7076 17.3887 28.7333 17.5597C28.759 17.7308 28.7157 17.905 28.6129 18.0442L28.5467 18.1482L18.1491 29.8975' fill='%23E0E0E0'/%3E%3Cpath d='M21.126 47.8664C21.4812 47.9244 21.8452 47.8962 22.1873 47.7844C22.5294 47.6725 22.8397 47.4802 23.0921 47.2236L28.083 57.1014C28.7163 59.0675 23.6214 60.7311 22.9787 58.765L21.126 47.8664Z' fill='%23BA68C8'/%3E%3Cpath opacity='0.15' d='M22.9697 53.812L24.4916 59.6442C24.3687 59.6442 24.2458 59.6442 24.1324 59.6442L22.9697 53.812Z' fill='black'/%3E%3Cpath opacity='0.15' d='M27.2512 58.7935L23.5459 49.7476L27.5443 58.5383L27.2512 58.7935Z' fill='black'/%3E%3Cpath opacity='0.15' d='M26.1645 59.3512L25.8525 59.4551L23.6123 52.0444L26.1645 59.3512Z' fill='black'/%3E%3Cpath d='M22.1092 47.4129C22.274 47.3568 22.4101 47.2381 22.488 47.0824C22.5658 46.9267 22.5792 46.7466 22.5251 46.5811L17.7233 31.8448C17.6162 31.5115 17.5992 31.1559 17.6739 30.8139C17.7486 30.4719 17.9124 30.1558 18.1487 29.8976L17.2034 29.009C16.8134 29.441 16.5442 29.9682 16.4231 30.5375C16.3019 31.1067 16.3331 31.6979 16.5134 32.2512L21.3058 46.997C21.3637 47.154 21.4782 47.2837 21.6269 47.3607C21.7755 47.4376 21.9476 47.4562 22.1092 47.4129Z' fill='%23E0E0E0'/%3E%3Cpath d='M23.2817 46.3353C23.1935 46.0615 23.0262 45.82 22.8008 45.6412C22.5755 45.4625 22.3023 45.3544 22.0156 45.3308C21.7289 45.3072 21.4417 45.3691 21.1901 45.5086C20.9386 45.6481 20.734 45.859 20.6022 46.1146C20.4704 46.3703 20.4173 46.6593 20.4496 46.9451C20.482 47.2309 20.5982 47.5008 20.7838 47.7206C20.9693 47.9404 21.2158 48.1003 21.4921 48.1801C21.7685 48.2599 22.0623 48.2561 22.3364 48.1691C22.704 48.0498 23.0095 47.7902 23.1865 47.4468C23.3636 47.1033 23.3978 46.7038 23.2817 46.3353Z' fill='%23BA68C8'/%3E%3Cpath opacity='0.15' d='M20.5586 47.3088C20.6642 47.4309 20.7948 47.5288 20.9416 47.5959C21.0884 47.663 21.2479 47.6978 21.4093 47.6978C21.5707 47.6978 21.7302 47.663 21.877 47.5959C22.0238 47.5288 22.1544 47.4309 22.26 47.3088C22.3981 47.154 22.4938 46.966 22.5376 46.7632C22.5814 46.5604 22.5719 46.3497 22.51 46.1517C22.4481 45.9536 22.336 45.775 22.1845 45.6332C22.033 45.4915 21.8473 45.3914 21.6456 45.3427C21.9862 45.2781 22.3387 45.338 22.6389 45.5115C22.939 45.685 23.1669 45.9606 23.2809 46.288C23.3397 46.4704 23.3618 46.6627 23.3461 46.8537C23.3304 47.0448 23.277 47.2308 23.1892 47.4012C23.1014 47.5716 22.9808 47.723 22.8343 47.8466C22.6878 47.9702 22.5184 48.0637 22.3357 48.1217C21.9915 48.2353 21.6172 48.2147 21.2876 48.0639C20.9581 47.9132 20.6977 47.6435 20.5586 47.3088Z' fill='black'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_257_2268)'%3E%3Crect y='2' width='78' height='77' fill='url(%23paint0_linear_257_2268)'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_257_2268' x1='2.6858e-07' y1='58.1388' x2='84.4235' y2='37.4301' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2300B7CF'/%3E%3Cstop offset='1' stop-color='%2300CEEA'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E"); }
    .hero__other--experience:before {
      content: url("data:image/svg+xml,%3Csvg width='55' height='55' viewBox='0 0 47 61' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.51659 59.8679L1.00201 56.6836C0.710178 56.4936 0.467323 56.2374 0.293205 55.9358C0.119087 55.6342 0.018631 55.2958 0 54.948V23.6124C0.0189972 23.2647 0.11961 22.9264 0.293694 22.6249C0.467777 22.3234 0.710438 22.0671 1.00201 21.8768L38.4771 0.239651C38.7876 0.0821053 39.1309 0 39.4791 0C39.8273 0 40.1706 0.0821053 40.4811 0.239651L45.998 3.42389C46.2896 3.61418 46.5322 3.87047 46.7063 4.17201C46.8804 4.47354 46.981 4.81183 47 5.15949V36.4951C46.981 36.8428 46.8804 37.1811 46.7063 37.4826C46.5322 37.7842 46.2896 38.0405 45.998 38.2307L8.50906 59.8679C8.20003 60.0235 7.85883 60.1046 7.51283 60.1046C7.16681 60.1046 6.82562 60.0235 6.51659 59.8679Z' fill='%23D9D9D9'/%3E%3Cpath d='M0.00680447 23.6124C0.0187168 23.2636 0.119051 22.9236 0.298388 22.6243L8.45801 27.3405V59.8957C8.15375 60.0381 7.82112 60.1096 7.48519 60.1048C7.14927 60.1 6.81883 60.019 6.51877 59.8679L0.999569 56.6813C0.709628 56.4907 0.468665 56.2344 0.296191 55.9333C0.123717 55.6321 0.0245781 55.2946 0.00680447 54.9481V23.6124Z' fill='%23979797'/%3E%3Cpath d='M8.52063 26.2297L45.998 4.59254C46.5511 4.27319 47 4.53237 47 5.17107V36.4951C46.981 36.8428 46.8804 37.1811 46.7063 37.4826C46.5322 37.7842 46.2896 38.0405 45.998 38.2307L8.50906 59.8679C7.95598 60.1872 7.50704 59.928 7.50704 59.2893V27.9537C7.5291 27.607 7.63232 27.2704 7.80838 26.9709C7.98445 26.6714 8.22842 26.4175 8.52063 26.2297Z' fill='%23979797'/%3E%3Cpath d='M5.23254 24.3205C4.94097 24.5108 4.69831 24.7671 4.52422 25.0686C4.35014 25.3702 4.24952 25.7085 4.23053 26.0561V58.5465L3.29099 58.005V25.5123C3.30999 25.1646 3.4106 24.8263 3.58469 24.5248C3.75877 24.2233 4.00143 23.967 4.29301 23.7767L42.7724 1.56104L43.7119 2.10486L5.23254 24.3205Z' fill='%23565656'/%3E%3Cpath d='M4.29256 23.7765L42.7071 1.5979L43.6768 2.12321L5.22978 24.3204C4.93381 24.505 4.69003 24.7623 4.52166 25.0678L3.58212 24.5263C3.75039 24.2194 3.99511 23.9611 4.29256 23.7765Z' fill='%23979797'/%3E%3Cpath d='M10.1171 18.7852L10.779 18.4034C10.9342 18.3247 11.1059 18.2837 11.28 18.2837C11.454 18.2837 11.6257 18.3247 11.781 18.4034L14.3265 19.8705L14.75 19.7433V20.2848C14.7442 20.3472 14.7218 20.4069 14.6852 20.4577C14.6486 20.5086 14.5991 20.5487 14.5417 20.574L13.6647 21.0808C13.5094 21.1595 13.3378 21.2005 13.1637 21.2005C12.9896 21.2005 12.8179 21.1595 12.6627 21.0808L9.90421 19.4887C9.84731 19.4631 9.79825 19.4228 9.76205 19.372C9.72586 19.3211 9.70384 19.2616 9.69826 19.1994V18.6556L10.1171 18.7852Z' fill='%23565656'/%3E%3Cpath d='M9.89973 18.3618L10.7791 17.855C10.9344 17.7764 11.106 17.7354 11.2801 17.7354C11.4542 17.7354 11.6258 17.7764 11.7811 17.855L14.5373 19.4495C14.598 19.4694 14.6509 19.5079 14.6884 19.5597C14.7259 19.6114 14.7461 19.6737 14.7461 19.7376C14.7461 19.8015 14.7259 19.8638 14.6884 19.9155C14.6509 19.9672 14.598 20.0058 14.5373 20.0257L13.6602 20.5348C13.5049 20.6135 13.3333 20.6545 13.1592 20.6545C12.9851 20.6545 12.8135 20.6135 12.6582 20.5348L9.89973 18.9404C9.83928 18.9199 9.78678 18.8809 9.7496 18.829C9.71241 18.7772 9.69242 18.7149 9.69242 18.6511C9.69242 18.5873 9.71241 18.525 9.7496 18.4732C9.78678 18.4213 9.83928 18.3823 9.89973 18.3618Z' fill='%23D9D9D9'/%3E%3Cpath d='M32.6778 5.76082L33.3303 5.37899C33.486 5.30028 33.6581 5.25928 33.8325 5.25928C34.007 5.25928 34.179 5.30028 34.3347 5.37899L36.8802 6.84615L37.3037 6.71887V7.25344C37.2979 7.31583 37.2755 7.37555 37.2389 7.4264C37.2023 7.47726 37.1528 7.51741 37.0954 7.5427L36.2184 8.0495C36.0631 8.12818 35.8915 8.16918 35.7174 8.16918C35.5433 8.16918 35.3717 8.12818 35.2164 8.0495L32.4579 6.45737C32.4007 6.43217 32.3514 6.39198 32.3152 6.34107C32.2789 6.29016 32.2571 6.2304 32.252 6.16811V5.63354L32.6778 5.76082Z' fill='%23565656'/%3E%3Cpath d='M32.4599 5.34461L33.3392 4.83551C33.4945 4.75682 33.6662 4.71582 33.8402 4.71582C34.0143 4.71582 34.186 4.75682 34.3412 4.83551L37.0974 6.42994C37.1578 6.45045 37.2103 6.48938 37.2475 6.54127C37.2847 6.59315 37.3047 6.65538 37.3047 6.71921C37.3047 6.78304 37.2847 6.84527 37.2475 6.89715C37.2103 6.94903 37.1578 6.98796 37.0974 7.00848L36.2203 7.51527C36.065 7.59395 35.8934 7.63495 35.7193 7.63495C35.5452 7.63495 35.3736 7.59395 35.2183 7.51527L32.4599 5.92315C32.3994 5.90264 32.3469 5.86371 32.3097 5.81182C32.2725 5.75994 32.2525 5.69771 32.2525 5.63388C32.2525 5.57005 32.2725 5.50782 32.3097 5.45594C32.3469 5.40406 32.3994 5.36512 32.4599 5.34461Z' fill='%23D9D9D9'/%3E%3Cpath d='M25.3787 5.63411V8.89009L27.2578 9.97542V5.00929C27.2578 4.75243 27.0796 4.6506 26.8575 4.77788L25.3787 5.63411Z' fill='%23565656'/%3E%3Cpath d='M15.5112 9.08431V15.1358L16.8997 15.9434L17.8392 15.3996V10.4358C17.8471 10.2968 17.8874 10.1616 17.957 10.0411C18.0265 9.92053 18.1233 9.81793 18.2396 9.74152L25.3787 5.63394L26.8505 4.77771C27.0819 4.65043 27.2508 4.75226 27.2508 5.00912V9.97293L28.1927 9.42911V3.37998C28.1949 3.3538 28.1949 3.32747 28.1927 3.30129C28.174 3.17652 28.1291 3.05713 28.0609 2.95101C27.9927 2.8449 27.9027 2.75448 27.7969 2.68574L27.2022 2.34093C27.0781 2.2781 26.941 2.24536 26.8019 2.24536C26.6628 2.24536 26.5256 2.2781 26.4015 2.34093L15.9231 8.39007C15.8046 8.46505 15.7054 8.56705 15.6338 8.68772C15.5622 8.80838 15.5202 8.94429 15.5112 9.08431Z' fill='%23D9D9D9'/%3E%3Cpath d='M16.9182 9.89215V15.9436L17.8578 15.3998V10.436C17.8656 10.297 17.9059 10.1619 17.9755 10.0413C18.045 9.92074 18.1418 9.81814 18.2581 9.74173L25.3787 5.63415L26.8505 4.77792C27.0819 4.65064 27.2508 4.75247 27.2508 5.00934V9.97315L28.1927 9.42932V3.38019C28.1949 3.35401 28.1949 3.32768 28.1927 3.30151C28.1579 3.1048 27.9936 3.03538 27.7969 3.14877L17.3186 9.19791C17.2024 9.27445 17.1057 9.37708 17.0362 9.49761C16.9667 9.61814 16.9263 9.75325 16.9182 9.89215Z' fill='%23979797'/%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cmask id='mask0_193_1335' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='47' height='61'%3E%3Cpath d='M6.51659 59.8679L1.00201 56.6836C0.710178 56.4936 0.467323 56.2374 0.293205 55.9358C0.119087 55.6342 0.018631 55.2958 0 54.948V23.6124C0.0189972 23.2647 0.11961 22.9264 0.293694 22.6249C0.467777 22.3234 0.710438 22.0671 1.00201 21.8768L38.4771 0.239651C38.7876 0.0821053 39.1309 0 39.4791 0C39.8273 0 40.1706 0.0821053 40.4811 0.239651L45.998 3.42389C46.2896 3.61418 46.5322 3.87047 46.7063 4.17201C46.8804 4.47354 46.981 4.81183 47 5.15949V36.4951C46.981 36.8428 46.8804 37.1811 46.7063 37.4826C46.5322 37.7842 46.2896 38.0405 45.998 38.2307L8.50906 59.8679C8.20003 60.0235 7.85883 60.1046 7.51283 60.1046C7.16681 60.1046 6.82562 60.0235 6.51659 59.8679Z' fill='%23455A64'/%3E%3Cpath d='M0.00680447 23.6124C0.0187168 23.2636 0.119051 22.9236 0.298388 22.6243L8.45801 27.3405V59.8957C8.15375 60.0381 7.82112 60.1096 7.48519 60.1048C7.14927 60.1 6.81883 60.019 6.51877 59.8679L0.999569 56.6813C0.709628 56.4907 0.468665 56.2344 0.296191 55.9333C0.123717 55.6321 0.0245781 55.2946 0.00680447 54.9481V23.6124Z' fill='%2337474F'/%3E%3Cpath d='M8.52063 26.2297L45.998 4.59254C46.5511 4.27319 47 4.53237 47 5.17107V36.4951C46.981 36.8428 46.8804 37.1811 46.7063 37.4826C46.5322 37.7842 46.2896 38.0405 45.998 38.2307L8.50906 59.8679C7.95598 60.1872 7.50704 59.928 7.50704 59.2893V27.9537C7.5291 27.607 7.63232 27.2704 7.80838 26.9709C7.98445 26.6714 8.22842 26.4175 8.52063 26.2297Z' fill='%2337474F'/%3E%3Cpath d='M5.23254 24.3205C4.94097 24.5108 4.69831 24.7671 4.52422 25.0686C4.35014 25.3702 4.24952 25.7085 4.23053 26.0561V58.5465L3.29099 58.005V25.5123C3.30999 25.1646 3.4106 24.8263 3.58469 24.5248C3.75877 24.2233 4.00143 23.967 4.29301 23.7767L42.7724 1.56104L43.7119 2.10486L5.23254 24.3205Z' fill='%23263238'/%3E%3Cpath d='M4.29256 23.7765L42.7071 1.5979L43.6768 2.12321L5.22978 24.3204C4.93381 24.505 4.69003 24.7623 4.52166 25.0678L3.58212 24.5263C3.75039 24.2194 3.99511 23.9611 4.29256 23.7765Z' fill='%2337474F'/%3E%3Cpath d='M10.1171 18.7852L10.779 18.4034C10.9342 18.3247 11.1059 18.2837 11.28 18.2837C11.454 18.2837 11.6257 18.3247 11.781 18.4034L14.3265 19.8705L14.75 19.7433V20.2848C14.7442 20.3472 14.7218 20.4069 14.6852 20.4577C14.6486 20.5086 14.5991 20.5487 14.5417 20.574L13.6647 21.0808C13.5094 21.1595 13.3378 21.2005 13.1637 21.2005C12.9896 21.2005 12.8179 21.1595 12.6627 21.0808L9.90421 19.4887C9.84731 19.4631 9.79825 19.4228 9.76205 19.372C9.72586 19.3211 9.70384 19.2616 9.69826 19.1994V18.6556L10.1171 18.7852Z' fill='%23263238'/%3E%3Cpath d='M9.89973 18.3618L10.7791 17.855C10.9344 17.7764 11.106 17.7354 11.2801 17.7354C11.4542 17.7354 11.6258 17.7764 11.7811 17.855L14.5373 19.4495C14.598 19.4694 14.6509 19.5079 14.6884 19.5597C14.7259 19.6114 14.7461 19.6737 14.7461 19.7376C14.7461 19.8015 14.7259 19.8638 14.6884 19.9155C14.6509 19.9672 14.598 20.0058 14.5373 20.0257L13.6602 20.5348C13.5049 20.6135 13.3333 20.6545 13.1592 20.6545C12.9851 20.6545 12.8135 20.6135 12.6582 20.5348L9.89973 18.9404C9.83928 18.9199 9.78678 18.8809 9.7496 18.829C9.71241 18.7772 9.69242 18.7149 9.69242 18.6511C9.69242 18.5873 9.71241 18.525 9.7496 18.4732C9.78678 18.4213 9.83928 18.3823 9.89973 18.3618Z' fill='%23455A64'/%3E%3Cpath d='M32.6778 5.76082L33.3303 5.37899C33.486 5.30028 33.6581 5.25928 33.8325 5.25928C34.007 5.25928 34.179 5.30028 34.3347 5.37899L36.8802 6.84615L37.3037 6.71887V7.25344C37.2979 7.31583 37.2755 7.37555 37.2389 7.4264C37.2023 7.47726 37.1528 7.51741 37.0954 7.5427L36.2184 8.0495C36.0631 8.12818 35.8915 8.16918 35.7174 8.16918C35.5433 8.16918 35.3717 8.12818 35.2164 8.0495L32.4579 6.45737C32.4007 6.43217 32.3514 6.39198 32.3152 6.34107C32.2789 6.29016 32.2571 6.2304 32.252 6.16811V5.63354L32.6778 5.76082Z' fill='%23263238'/%3E%3Cpath d='M32.4599 5.34461L33.3392 4.83551C33.4945 4.75682 33.6662 4.71582 33.8402 4.71582C34.0143 4.71582 34.186 4.75682 34.3412 4.83551L37.0974 6.42994C37.1578 6.45045 37.2103 6.48938 37.2475 6.54127C37.2847 6.59315 37.3047 6.65538 37.3047 6.71921C37.3047 6.78304 37.2847 6.84527 37.2475 6.89715C37.2103 6.94903 37.1578 6.98796 37.0974 7.00848L36.2203 7.51527C36.065 7.59395 35.8934 7.63495 35.7193 7.63495C35.5452 7.63495 35.3736 7.59395 35.2183 7.51527L32.4599 5.92315C32.3994 5.90264 32.3469 5.86371 32.3097 5.81182C32.2725 5.75994 32.2525 5.69771 32.2525 5.63388C32.2525 5.57005 32.2725 5.50782 32.3097 5.45594C32.3469 5.40406 32.3994 5.36512 32.4599 5.34461Z' fill='%23455A64'/%3E%3Cpath d='M25.3787 5.63411V8.89009L27.2578 9.97542V5.00929C27.2578 4.75243 27.0796 4.6506 26.8575 4.77788L25.3787 5.63411Z' fill='%23263238'/%3E%3Cpath d='M15.5112 9.08431V15.1358L16.8997 15.9434L17.8392 15.3996V10.4358C17.8471 10.2968 17.8874 10.1616 17.957 10.0411C18.0265 9.92053 18.1233 9.81793 18.2396 9.74152L25.3787 5.63394L26.8505 4.77771C27.0819 4.65043 27.2508 4.75226 27.2508 5.00912V9.97293L28.1927 9.42911V3.37998C28.1949 3.3538 28.1949 3.32747 28.1927 3.30129C28.174 3.17652 28.1291 3.05713 28.0609 2.95101C27.9927 2.8449 27.9027 2.75448 27.7969 2.68574L27.2022 2.34093C27.0781 2.2781 26.941 2.24536 26.8019 2.24536C26.6628 2.24536 26.5256 2.2781 26.4015 2.34093L15.9231 8.39007C15.8046 8.46505 15.7054 8.56705 15.6338 8.68772C15.5622 8.80838 15.5202 8.94429 15.5112 9.08431Z' fill='%23455A64'/%3E%3Cpath d='M16.9182 9.89215V15.9436L17.8578 15.3998V10.436C17.8656 10.297 17.9059 10.1619 17.9755 10.0413C18.045 9.92074 18.1418 9.81814 18.2581 9.74173L25.3787 5.63415L26.8505 4.77792C27.0819 4.65064 27.2508 4.75247 27.2508 5.00934V9.97315L28.1927 9.42932V3.38019C28.1949 3.35401 28.1949 3.32768 28.1927 3.30151C28.1579 3.1048 27.9936 3.03538 27.7969 3.14877L17.3186 9.19791C17.2024 9.27445 17.1057 9.37708 17.0362 9.49761C16.9667 9.61814 16.9263 9.75325 16.9182 9.89215Z' fill='%2337474F'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_193_1335)'%3E%3Crect width='47' height='60' fill='url(%23paint0_linear_193_1335)'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_193_1335' x1='1.61837e-07' y1='43.7445' x2='52.0584' y2='33.8698' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2300B7CF'/%3E%3Cstop offset='1' stop-color='%2300CEEA'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A"); }
    .hero__other--comment:before {
      content: url("data:image/svg+xml,%3Csvg width='55' height='55' viewBox='0 0 55 58' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_193_1373)'%3E%3Cpath d='M37.7656 49.9195L32.1375 46.6346C32.026 46.5852 31.9336 46.5006 31.8747 46.3937L30.7798 44.587L34.1303 42.6599L34.0209 42.9556L37.7656 49.9195Z' fill='%23BFBFBF'/%3E%3Cg opacity='0.1'%3E%3Cpath opacity='0.1' d='M37.7656 49.9195L32.1375 46.6346C32.026 46.5852 31.9336 46.5006 31.8747 46.3937L30.7798 44.587L34.1303 42.6599L34.0209 42.9556L37.7656 49.9195Z' fill='black'/%3E%3C/g%3E%3Cpath d='M33.6702 42.9661L37.5682 49.7111C37.6173 49.8221 37.6999 49.9149 37.8044 49.9765C37.909 50.0381 38.0302 50.0653 38.1511 50.0545C38.2719 50.0436 38.3863 49.9951 38.4782 49.9158C38.5701 49.8366 38.6348 49.7305 38.6632 49.6125L42.7803 37.7322L33.6702 42.9661Z' fill='%23BFBFBF'/%3E%3Cpath d='M55 5.3651C54.9495 4.42079 54.6761 3.50184 54.2022 2.68348C53.7284 1.86512 53.0674 1.1706 52.2735 0.656759V0.656759C51.4256 0.225048 50.4876 0 49.5361 0C48.5846 0 47.6466 0.225048 46.7987 0.656759L2.71552 26.0818C1.92489 26.5982 1.26701 27.2935 0.795226 28.1115C0.323441 28.9295 0.0510079 29.8472 1.1308e-06 30.7901V53.1164C0.0510079 54.0594 0.323441 54.977 0.795226 55.795C1.26701 56.6131 1.92489 57.3084 2.71552 57.8248V57.8248C3.56344 58.2565 4.50144 58.4815 5.45293 58.4815C6.40442 58.4815 7.34242 58.2565 8.19034 57.8248L52.5363 32.2136C54.9781 30.823 55 29.4214 55 27.6914V5.3651Z' fill='%23BFBFBF'/%3E%3Cpath d='M14.694 38.159L46.1632 19.895C47.072 19.3694 47.8057 19.6103 47.8057 20.4315C47.7406 20.9382 47.5583 21.4228 47.2732 21.8466C46.9881 22.2705 46.608 22.6221 46.1632 22.8733L14.683 41.1373C13.7633 41.6629 13.0296 41.422 13.0296 40.6008C13.097 40.092 13.2827 39.6062 13.5717 39.1822C13.8608 38.7581 14.2451 38.4077 14.694 38.159V38.159Z' fill='%23455A64'/%3E%3Cpath d='M24.264 39.0023L46.1632 26.2788C47.072 25.7532 47.8057 25.9941 47.8057 26.8153C47.7439 27.3259 47.563 27.8148 47.2778 28.2427C46.9925 28.6706 46.6107 29.0256 46.1632 29.279L24.264 42.0025C23.3551 42.528 22.6106 42.2872 22.6106 41.4659C22.6735 40.9544 22.856 40.4648 23.1433 40.0368C23.4305 39.6088 23.8144 39.2544 24.264 39.0023V39.0023Z' fill='%23455A64'/%3E%3Cpath d='M14.694 31.7208L46.1632 13.4568C47.072 12.9312 47.8057 13.1721 47.8057 13.9933C47.7406 14.5 47.5583 14.9845 47.2732 15.4084C46.9881 15.8323 46.608 16.1838 46.1632 16.4351L14.694 34.7538C13.7742 35.2794 13.0406 35.0385 13.0406 34.2173C13.0986 33.6999 13.2788 33.2037 13.5663 32.7697C13.8537 32.3356 14.2403 31.9761 14.694 31.7208V31.7208Z' fill='%23455A64'/%3E%3Cpath opacity='0.1' d='M0.043621 53.1167C0.0946278 54.0596 0.367061 54.9772 0.838846 55.7953C1.31063 56.6133 1.96849 57.3086 2.75913 57.825V57.825C3.52582 58.2142 4.36652 58.436 5.22545 58.4757C6.08438 58.5153 6.94192 58.3719 7.74121 58.0549C6.4601 58.5367 5.48559 57.8031 5.48559 56.2592V33.9329C5.51948 32.9852 5.79459 32.0619 6.28491 31.2502L0.810092 28.1187C0.317499 28.9253 0.0421295 29.8457 0.0107735 30.7904L0.043621 53.1167Z' fill='black'/%3E%3Cpath opacity='0.3' d='M54.9238 4.59865C54.6063 3.43798 53.5551 3.07665 52.2959 3.79933L8.20176 29.2791C7.39533 29.7733 6.73418 30.4722 6.28557 31.3048L0.810755 28.1732C1.26874 27.3445 1.92765 26.6442 2.72694 26.1366L46.8321 0.65678C47.6805 0.226771 48.6183 0.00268555 49.5695 0.00268555C50.5206 0.00268555 51.4584 0.226771 52.3069 0.65678C52.9879 1.10167 53.5712 1.68063 54.0211 2.35835C54.471 3.03606 54.7782 3.79832 54.9238 4.59865Z' fill='white'/%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cmask id='mask0_193_1373' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='55' height='59'%3E%3Cpath d='M37.7656 49.9195L32.1375 46.6346C32.026 46.5852 31.9336 46.5006 31.8747 46.3937L30.7798 44.587L34.1303 42.6599L34.0209 42.9556L37.7656 49.9195Z' fill='%23E0E0E0'/%3E%3Cg opacity='0.1'%3E%3Cpath opacity='0.1' d='M37.7656 49.9195L32.1375 46.6346C32.026 46.5852 31.9336 46.5006 31.8747 46.3937L30.7798 44.587L34.1303 42.6599L34.0209 42.9556L37.7656 49.9195Z' fill='black'/%3E%3C/g%3E%3Cpath d='M33.6702 42.9661L37.5682 49.7111C37.6173 49.8221 37.6999 49.9149 37.8044 49.9765C37.909 50.0381 38.0302 50.0653 38.1511 50.0545C38.2719 50.0436 38.3863 49.9951 38.4782 49.9158C38.5701 49.8366 38.6348 49.7305 38.6632 49.6125L42.7803 37.7322L33.6702 42.9661Z' fill='%23E0E0E0'/%3E%3Cpath d='M55 5.3651C54.9495 4.42079 54.6761 3.50184 54.2022 2.68348C53.7284 1.86512 53.0674 1.1706 52.2735 0.656759V0.656759C51.4256 0.225048 50.4876 0 49.5361 0C48.5846 0 47.6466 0.225048 46.7987 0.656759L2.71552 26.0818C1.92489 26.5982 1.26701 27.2935 0.795226 28.1115C0.323441 28.9295 0.0510079 29.8472 1.1308e-06 30.7901V53.1164C0.0510079 54.0594 0.323441 54.977 0.795226 55.795C1.26701 56.6131 1.92489 57.3084 2.71552 57.8248V57.8248C3.56344 58.2565 4.50144 58.4815 5.45293 58.4815C6.40442 58.4815 7.34242 58.2565 8.19034 57.8248L52.5363 32.2136C54.9781 30.823 55 29.4214 55 27.6914V5.3651Z' fill='%23E0E0E0'/%3E%3Cpath d='M14.694 38.159L46.1632 19.895C47.072 19.3694 47.8057 19.6103 47.8057 20.4315C47.7406 20.9382 47.5583 21.4228 47.2732 21.8466C46.9881 22.2705 46.608 22.6221 46.1632 22.8733L14.683 41.1373C13.7633 41.6629 13.0296 41.422 13.0296 40.6008C13.097 40.092 13.2827 39.6062 13.5717 39.1822C13.8608 38.7581 14.2451 38.4077 14.694 38.159V38.159Z' fill='%23455A64'/%3E%3Cpath d='M24.264 39.0023L46.1632 26.2788C47.072 25.7532 47.8057 25.9941 47.8057 26.8153C47.7439 27.3259 47.563 27.8148 47.2778 28.2427C46.9925 28.6706 46.6107 29.0256 46.1632 29.279L24.264 42.0025C23.3551 42.528 22.6106 42.2872 22.6106 41.4659C22.6735 40.9544 22.856 40.4648 23.1433 40.0368C23.4305 39.6088 23.8144 39.2544 24.264 39.0023V39.0023Z' fill='%23455A64'/%3E%3Cpath d='M14.694 31.7208L46.1632 13.4568C47.072 12.9312 47.8057 13.1721 47.8057 13.9933C47.7406 14.5 47.5583 14.9845 47.2732 15.4084C46.9881 15.8323 46.608 16.1838 46.1632 16.4351L14.694 34.7538C13.7742 35.2794 13.0406 35.0385 13.0406 34.2173C13.0986 33.6999 13.2788 33.2037 13.5663 32.7697C13.8537 32.3356 14.2403 31.9761 14.694 31.7208V31.7208Z' fill='%23455A64'/%3E%3Cpath opacity='0.1' d='M0.043621 53.1167C0.0946278 54.0596 0.367061 54.9772 0.838846 55.7953C1.31063 56.6133 1.96849 57.3086 2.75913 57.825V57.825C3.52582 58.2142 4.36652 58.436 5.22545 58.4757C6.08438 58.5153 6.94192 58.3719 7.74121 58.0549C6.4601 58.5367 5.48559 57.8031 5.48559 56.2592V33.9329C5.51948 32.9852 5.79459 32.0619 6.28491 31.2502L0.810092 28.1187C0.317499 28.9253 0.0421295 29.8457 0.0107735 30.7904L0.043621 53.1167Z' fill='black'/%3E%3Cpath opacity='0.3' d='M54.9238 4.59865C54.6063 3.43798 53.5551 3.07665 52.2959 3.79933L8.20176 29.2791C7.39533 29.7733 6.73418 30.4722 6.28557 31.3048L0.810755 28.1732C1.26874 27.3445 1.92765 26.6442 2.72694 26.1366L46.8321 0.65678C47.6805 0.226771 48.6183 0.00268555 49.5695 0.00268555C50.5206 0.00268555 51.4584 0.226771 52.3069 0.65678C52.9879 1.10167 53.5712 1.68063 54.0211 2.35835C54.471 3.03606 54.7782 3.79832 54.9238 4.59865Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_193_1373)'%3E%3Crect width='55' height='59' fill='url(%23paint0_linear_193_1373)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_193_1373' x1='1.89384e-07' y1='43.0154' x2='60.0513' y2='29.4598' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2300B7CF'/%3E%3Cstop offset='1' stop-color='%2300CEEA'/%3E%3C/linearGradient%3E%3CclipPath id='clip0_193_1373'%3E%3Crect width='55' height='58' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A"); }
  .hero__other-title {
    color: #495365;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px; }
    @media (max-width: 768px) {
      .hero__other-title {
        font-size: 12px; } }
  .hero__other-text {
    color: #69768C;
    font-size: 14px;
    line-height: 18px; }
    @media (max-width: 768px) {
      .hero__other-text {
        font-size: 10px;
        line-height: 13px; } }
  .hero__master-mob {
    display: none;
    position: relative; }
    @media (max-width: 768px) {
      .hero__master-mob {
        display: block; } }
  .hero__mob-text {
    position: relative;
    left: -100px; }
    @media (max-width: 768px) {
      .hero__mob-text {
        position: absolute;
        top: 610px;
        left: auto; } }
    @media (max-width: 560px) {
      .hero__mob-text {
        top: 570px; } }
    @media (max-width: 535px) {
      .hero__mob-text {
        top: 600px; } }

.help {
  background: linear-gradient(76.39deg, #00B7CF 5.28%, #00CEEA 97.66%);
  border-radius: 80px 80px 0px 0px;
  margin-top: -57px;
  padding-bottom: 80px;
  margin-bottom: 60px; }
  @media (max-width: 991px) {
    .help {
      border-radius: 25px 25px 0px 0px; } }
  @media (max-width: 560px) {
    .help {
      margin-top: -145px; } }
  .help__title {
    padding-top: 137px;
    color: white; }
  .help__wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 20px; }
  .help__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: calc(33.33% - 14px);
    min-height: 287px;
    background-color: white;
    border-radius: 10px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 80%; }
    @media (max-width: 768px) {
      .help__item {
        width: calc(50% - 10px); } }
    @media (max-width: 560px) {
      .help__item {
        background-size: 270px 126px;
        width: 100%; } }
    .help__item:first-child {
      background-image: url("data:image/svg+xml,%3Csvg width='321' height='152' viewBox='0 0 321 152' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 122.253C14.4076 125.076 28.7777 128.116 43.1665 131.08L64.7357 135.56L75.4968 137.828C79.0776 138.562 82.6959 139.164 86.3143 139.776C93.551 140.952 100.816 141.997 108.09 142.957C111.727 143.427 115.365 143.898 119.011 144.302C122.658 144.707 126.295 145.159 129.932 145.243C133.569 145.328 137.281 145.78 140.937 146.081L151.905 147.022C155.561 147.304 159.227 147.568 162.882 147.737C164.706 147.822 166.538 147.888 168.352 147.888C169.292 147.888 170.166 147.888 171.068 147.822C171.908 147.8 172.74 147.661 173.54 147.408C174.257 146.948 174.922 146.411 175.523 145.808C176.172 145.168 176.82 144.538 177.403 143.869C178.662 142.552 179.893 141.187 181.106 139.823C183.54 137.084 185.927 134.289 188.296 131.494C190.664 128.699 192.995 125.848 195.457 123.025C195.575 122.897 195.685 122.762 195.786 122.62C195.874 122.452 195.952 122.279 196.021 122.103C196.171 121.726 196.294 121.303 196.425 120.86C196.681 119.944 196.995 119.045 197.365 118.169C198.11 116.319 199.369 114.722 200.993 113.567C201.416 113.313 201.82 113.021 202.262 112.805C202.703 112.589 203.136 112.372 203.587 112.203L204.959 111.732L206.171 111.29C207.791 110.573 209.318 109.663 210.72 108.58C213.587 106.364 216.219 103.86 218.577 101.108C220.989 98.389 223.189 95.4883 225.156 92.431C225.626 91.6593 226.096 90.8877 226.49 90.0972L227.769 87.6693L230.334 82.8134L235.522 73.0828L236.838 70.6361C237.261 69.8268 237.721 69.0174 238.06 68.2175C238.765 66.5707 239.347 64.8297 239.892 63.0982C240.967 59.6114 241.817 56.0595 242.439 52.4642C243.09 48.876 243.451 45.2412 243.52 41.595C243.624 37.9541 243.213 34.3169 242.298 30.7916C241.321 27.2694 239.999 23.8525 238.351 20.5905C236.735 17.3062 234.799 14.1819 232.928 11.0199C231.058 7.85795 229.319 4.50778 228.812 0.837646C229.423 4.48896 231.218 7.77326 233.163 10.8693C235.109 13.9654 237.129 17.0521 238.802 20.327C240.546 23.5903 241.951 27.0244 242.994 30.5751C243.989 34.1627 244.479 37.8717 244.451 41.595C244.372 49.0125 243.233 56.3806 241.067 63.4746C240.522 65.2532 239.958 67.013 239.188 68.7539C238.812 69.695 238.379 70.4384 237.956 71.2572L236.688 73.7039L231.603 83.4815L229.066 88.375L227.778 90.8218C227.346 91.6688 226.838 92.4781 226.378 93.2686C224.369 96.401 222.119 99.3713 219.648 102.152C217.217 104.98 214.503 107.55 211.547 109.822C210.04 110.986 208.395 111.959 206.651 112.72L205.288 113.219L204.047 113.643C203.643 113.793 203.267 114 202.872 114.179C202.478 114.358 202.139 114.612 201.773 114.828C200.384 115.817 199.304 117.181 198.662 118.762C198.325 119.584 198.039 120.426 197.807 121.284C197.675 121.726 197.544 122.225 197.356 122.658C197.25 122.909 197.131 123.154 196.998 123.392C196.839 123.626 196.659 123.846 196.463 124.051C194.076 126.733 191.698 129.603 189.301 132.37C186.905 135.136 184.499 137.941 182.027 140.67C180.796 142.034 179.555 143.399 178.268 144.726C177.628 145.394 176.961 146.043 176.294 146.693C175.595 147.382 174.819 147.988 173.982 148.499C173.036 148.817 172.047 148.988 171.05 149.008C170.11 149.008 169.17 149.083 168.23 149.073C166.35 149.073 164.537 149.008 162.704 148.923C159.02 148.735 155.354 148.471 151.698 148.179L140.712 147.238C137.065 146.937 133.391 146.57 129.772 146.391C126.154 146.213 122.404 145.827 118.757 145.45C115.111 145.074 111.464 144.509 107.818 144.067C100.543 143.076 93.2784 141.99 86.0229 140.811C82.4046 140.18 78.7768 139.569 75.1679 138.825L64.3974 136.501L42.8846 131.796C28.6649 128.643 14.3137 125.528 0 122.253Z' fill='%230C1A32'/%3E%3Cpath d='M176.425 145.027C181.547 146.024 186.641 147.069 191.698 148.433C196.658 149.851 201.784 150.604 206.942 150.673C212.09 150.857 217.241 150.408 222.28 149.337C227.294 148.162 232.147 146.383 236.734 144.039C239.016 142.925 241.15 141.531 243.088 139.889C243.523 139.502 243.908 139.063 244.234 138.58C244.366 138.386 244.462 138.169 244.516 137.941C244.534 137.69 244.534 137.438 244.516 137.188C244.341 135.945 244.058 134.72 243.67 133.527C242.1 128.639 239.706 124.056 236.593 119.976C235.085 117.933 233.316 116.098 231.33 114.518C229.297 113.011 227.003 111.894 224.564 111.224C219.596 109.932 214.391 109.851 209.385 110.989L209.178 110.048C214.334 108.749 219.728 108.73 224.892 109.991C227.49 110.676 229.94 111.834 232.12 113.407C234.245 115.026 236.142 116.925 237.759 119.053C240.991 123.256 243.48 127.983 245.118 133.028C245.55 134.311 245.864 135.631 246.058 136.971C246.1 137.368 246.1 137.769 246.058 138.166C245.963 138.575 245.798 138.964 245.569 139.314C245.167 139.907 244.693 140.447 244.159 140.924C242.115 142.647 239.864 144.108 237.458 145.271C232.755 147.646 227.782 149.437 222.646 150.607C217.494 151.686 212.229 152.123 206.97 151.906C204.347 151.816 201.731 151.59 199.132 151.228C197.835 151.059 196.538 150.814 195.25 150.541C193.963 150.268 192.656 149.883 191.444 149.506C186.472 148.085 181.388 146.965 176.312 145.892L176.425 145.027Z' fill='%230C1A32'/%3E%3Cpath d='M244.113 131.748C246.248 132.146 248.417 132.332 250.588 132.304C252.749 132.295 254.902 132.024 256.998 131.494C259.075 130.933 261.042 130.023 262.815 128.803C264.63 127.601 266.348 126.261 267.956 124.794C269.581 123.316 271.119 121.745 272.561 120.089C274.009 118.47 275.323 116.736 276.49 114.903C277.589 113.129 278.028 111.023 277.73 108.956C277.457 106.862 276.648 104.875 275.381 103.187C274.119 101.45 272.578 99.9331 270.823 98.6984C270.396 98.36 269.95 98.0458 269.488 97.7573C269.027 97.475 268.595 97.155 268.116 96.9009C267.176 96.3834 266.236 95.8375 265.221 95.367C261.342 93.3392 257.272 91.7031 253.069 90.4829C250.973 89.9349 248.824 89.6193 246.659 89.5419C244.489 89.4747 242.316 89.5912 240.165 89.89C238 90.1846 235.854 90.6025 233.737 91.1417C232.636 91.4601 231.499 91.6372 230.353 91.6686C229.121 91.7655 227.892 91.4331 226.876 90.7276L227.543 90.0594C227.922 90.3295 228.355 90.5127 228.812 90.5958C229.315 90.702 229.83 90.7462 230.344 90.7276C231.406 90.69 232.458 90.5128 233.474 90.2006C235.64 89.6326 237.837 89.1833 240.052 88.8549C242.254 88.5229 244.481 88.3907 246.706 88.4596C248.952 88.5325 251.183 88.848 253.36 89.4007C257.643 90.6233 261.793 92.2721 265.747 94.3224C266.753 94.7836 267.731 95.3576 268.717 95.8846C269.215 96.1387 269.657 96.4775 270.146 96.7692C270.631 97.0546 271.099 97.3689 271.546 97.7103C273.41 99.017 275.045 100.623 276.386 102.463C277.785 104.317 278.681 106.502 278.99 108.805C279.327 111.156 278.821 113.55 277.561 115.562C276.348 117.451 274.98 119.235 273.473 120.898C271.999 122.556 270.43 124.127 268.774 125.603C267.111 127.102 265.335 128.47 263.464 129.697C261.583 130.98 259.498 131.935 257.298 132.52C255.111 133.068 252.861 133.325 250.607 133.282C248.363 133.285 246.124 133.061 243.925 132.614L244.113 131.748Z' fill='%230C1A32'/%3E%3Cpath d='M274.779 100.872C277.128 101.413 279.511 101.797 281.912 102.02C283.041 102.16 284.185 102.106 285.296 101.86C285.821 101.661 286.325 101.409 286.799 101.107C287.316 100.806 287.833 100.486 288.331 100.166C292.377 97.5684 296.027 94.3988 299.167 90.7557C300.702 88.9743 301.923 86.9439 302.776 84.7517C303.177 83.6835 303.412 82.5599 303.472 81.4204C303.472 80.2817 303.472 79.0207 303.406 77.8538C303.342 76.6757 303.201 75.5031 302.983 74.3436C302.74 73.2218 302.351 72.1367 301.827 71.1158C300.691 69.0835 299.079 67.3588 297.128 66.0905C293.081 63.4842 288.744 61.3588 284.205 59.7572L282.514 59.1455L280.794 58.6562C279.646 58.3326 278.482 58.0688 277.307 57.8657C274.956 57.4804 272.569 57.3667 270.192 57.5269C267.818 57.7392 265.477 58.232 263.219 58.9949C262.082 59.3808 260.954 59.8042 259.807 60.2465C259.225 60.4442 258.651 60.67 258.003 60.83C257.365 61.0113 256.701 61.0845 256.039 61.0464C253.568 61.0378 251.103 60.8459 248.661 60.4724C247.425 60.2705 246.211 59.9555 245.033 59.5313C243.798 59.1315 242.663 58.4704 241.706 57.5928L242.373 56.9246C243.24 57.6826 244.259 58.2444 245.362 58.5715C246.493 58.9366 247.653 59.2011 248.83 59.362C251.22 59.6744 253.629 59.8128 256.039 59.776C256.324 59.786 256.611 59.7702 256.894 59.729C257.163 59.7093 257.428 59.6555 257.683 59.569C258.228 59.4278 258.783 59.1926 259.347 58.9855C260.465 58.5432 261.621 58.0915 262.787 57.6775C265.144 56.8588 267.588 56.3188 270.07 56.0682C272.579 55.868 275.102 55.9595 277.589 56.3411C278.817 56.539 280.034 56.7997 281.235 57.1222C281.837 57.2916 282.438 57.4422 283.031 57.621L284.788 58.2515C289.462 59.8793 293.929 62.0524 298.096 64.726C300.254 66.1389 302.035 68.0577 303.284 70.3159C303.882 71.4625 304.325 72.6842 304.6 73.9484C304.844 75.1906 305.001 76.4484 305.07 77.7126C305.126 78.983 305.164 80.1594 305.117 81.4769C305.035 82.7648 304.763 84.0335 304.308 85.2411C303.375 87.6009 302.046 89.7841 300.38 91.6968C297.127 95.4358 293.324 98.6567 289.102 101.249C288.576 101.578 288.04 101.898 287.495 102.19C286.938 102.539 286.342 102.82 285.718 103.027C285.068 103.193 284.397 103.266 283.726 103.244C283.087 103.244 282.457 103.187 281.846 103.121C279.399 102.816 276.975 102.348 274.591 101.719L274.779 100.872Z' fill='%230C1A32'/%3E%3Cpath d='M298.134 65.2342C300.794 65.8693 303.566 65.8693 306.226 65.2342C307.486 64.9113 308.64 64.2622 309.571 63.3521C310.529 62.3652 311.426 61.3219 312.259 60.2278C315.64 55.8404 317.942 50.7178 318.979 45.2743C319.452 42.5824 319.427 39.8263 318.904 37.1436C318.86 36.8046 318.798 36.4685 318.716 36.1366L318.434 35.1956C318.265 34.5563 318.058 33.9278 317.814 33.3135C317.326 32.0688 316.675 30.8947 315.878 29.8221C314.244 27.6548 312.176 25.8533 309.806 24.5334C307.409 23.189 304.842 22.1729 302.175 21.5126C296.798 20.1555 291.23 19.7227 285.709 20.2327C282.937 20.4679 280.186 20.9019 277.476 21.5314C276.799 21.7008 276.123 21.8419 275.446 22.0396C274.769 22.2372 274.093 22.4254 273.369 22.5571C271.95 22.8771 270.55 23.0747 269.121 23.2629C266.288 23.5855 263.438 23.7207 260.587 23.6676C257.738 23.6443 254.893 23.4274 252.072 23.0183C249.239 22.6451 246.446 22.0151 243.727 21.1361C240.945 20.3021 238.379 18.8697 236.208 16.939L236.875 16.2803C238.972 18.0614 241.432 19.3621 244.084 20.0916C246.753 20.9018 249.489 21.4687 252.26 21.7855C255.033 22.1243 257.823 22.294 260.615 22.2936C263.405 22.3191 266.193 22.1556 268.961 21.8043C270.333 21.6161 271.715 21.4091 273.04 21.0985C273.725 20.9538 274.403 20.7748 275.07 20.5621C275.737 20.3645 276.452 20.2045 277.138 20.0257C279.919 19.3478 282.746 18.876 285.596 18.6141C291.297 18.0266 297.056 18.4149 302.626 19.7622C305.444 20.4509 308.157 21.5176 310.69 22.9336C313.254 24.3696 315.494 26.3207 317.269 28.6646C318.158 29.8553 318.879 31.1631 319.411 32.5512C319.679 33.2387 319.902 33.9428 320.079 34.6592L320.389 35.7602C320.483 36.1084 320.52 36.4754 320.586 36.8424C321.113 39.7233 321.113 42.6758 320.586 45.5566C319.124 52.681 315.616 59.2226 310.492 64.3779C309.38 65.4281 308.007 66.1622 306.517 66.5046C305.087 66.8473 303.614 66.9773 302.147 66.8905C300.696 66.8254 299.256 66.6045 297.852 66.2317L298.134 65.2342Z' fill='%230C1A32'/%3E%3Cpath d='M295.286 18.9812C297.1 17.786 298.923 16.5815 300.7 15.3487C302.484 14.1411 304.194 12.8275 305.822 11.4151C306.606 10.713 307.33 9.94478 307.983 9.11887C308.595 8.26397 309.053 7.30853 309.337 6.29569C310.082 4.24586 310.666 2.14091 311.085 0C311.046 2.2264 310.731 4.43931 310.145 6.58742C309.943 7.72908 309.526 8.82156 308.914 9.80584C308.594 10.2858 308.246 10.7469 307.889 11.1892C307.532 11.6315 307.137 12.055 306.733 12.4314C305.133 13.9955 303.383 15.3981 301.508 16.6191C299.66 17.8475 297.714 18.9208 295.69 19.8281L295.286 18.9812Z' fill='%230C1A32'/%3E%3Cpath d='M144.18 31.4314C144.92 31.5807 145.637 31.8275 146.313 32.1654L148.362 33.1065L152.441 34.9886C155.116 36.3166 157.914 37.3788 160.796 38.16L161.886 38.3482C162.243 38.3952 162.61 38.3952 162.967 38.4329H165.223C166.726 38.4329 168.239 38.5082 169.743 38.6305C171.263 38.7343 172.771 38.9609 174.254 39.3081C175.012 39.4795 175.75 39.7319 176.454 40.0609C176.816 40.2308 177.165 40.4291 177.497 40.6538L177.967 41.049C178.126 41.1902 178.23 41.2372 178.361 41.3502C178.97 41.6911 179.642 41.9055 180.335 41.9807C181.063 42.1007 181.797 42.173 182.534 42.1971C184.019 42.2724 185.523 42.263 187.027 42.3195C188.548 42.3359 190.066 42.4744 191.566 42.7335C192.333 42.8781 193.081 43.1118 193.793 43.4299C194.471 43.7854 195.127 44.1813 195.758 44.6156C198.276 46.2531 200.795 47.8811 203.455 49.2645C206.078 50.7224 208.908 51.7697 211.848 52.37C208.866 51.8986 205.975 50.9685 203.276 49.6127C200.57 48.2858 197.985 46.7142 195.429 45.1426C194.824 44.7402 194.196 44.3726 193.549 44.0416C192.883 43.754 192.186 43.5425 191.472 43.4111C190.008 43.1744 188.528 43.0517 187.045 43.0441C185.551 43.0441 184.047 43.0441 182.534 42.9594C181.766 42.9367 181.001 42.8675 180.241 42.7523C179.436 42.6677 178.66 42.4075 177.967 41.9901C177.807 41.8677 177.6 41.7172 177.469 41.6043L177.083 41.2749C176.787 41.0707 176.472 40.8943 176.143 40.7479C175.487 40.4397 174.8 40.2 174.095 40.0327C172.653 39.6818 171.185 39.4489 169.706 39.3363C168.221 39.2045 166.726 39.1387 165.232 39.1104H162.976C162.591 39.1104 162.196 39.054 161.811 38.9975L160.683 38.7717C157.767 37.9197 154.943 36.7785 152.253 35.365L148.259 33.2759L146.257 32.2501C145.604 31.8856 144.905 31.6103 144.18 31.4314Z' fill='%230C1A32'/%3E%3Cpath d='M85.3184 20.7034L90.4968 26.3497C92.2073 28.2318 93.9554 30.114 95.6941 31.9961C97.4328 33.8782 99.2843 35.6192 101.155 37.3507C103.003 39.1073 105.043 40.6509 107.235 41.9525C104.898 40.8759 102.726 39.4688 100.788 37.7742C98.8103 36.1358 96.9276 34.3857 95.149 32.5325C93.3445 30.7162 91.6246 28.7683 89.9799 26.8391C88.3352 24.9099 86.7563 22.8302 85.3184 20.7034Z' fill='%230C1A32'/%3E%3Cpath d='M58.5986 23.4231C60.0178 27.3003 61.5873 31.1116 63.2978 34.857C65.0083 38.6024 66.7282 42.3478 68.73 45.9144C70.7036 49.5374 72.8586 53.0583 75.1867 56.4637C77.5024 59.8695 79.9899 63.1549 82.6396 66.3072C79.7449 63.3339 77.0659 60.1576 74.6228 56.8025L73.683 55.5509L72.8089 54.271C72.2356 53.4053 71.6435 52.5583 71.089 51.6831C70.027 49.9139 68.918 48.1636 67.9312 46.3379C65.8958 42.7379 64.0817 39.017 62.4989 35.1958C60.9003 31.3771 59.5964 27.4413 58.5986 23.4231Z' fill='%230C1A32'/%3E%3Cpath d='M127.864 36.0803C129.048 37.8872 130.302 39.6281 131.624 41.3032C132.968 42.9783 134.349 44.6063 135.825 46.1497C137.3 47.693 138.823 49.1987 140.43 50.6103C141.219 51.3349 142.056 52.0125 142.892 52.6806C143.729 53.3488 144.612 53.9699 145.449 54.6663C143.543 53.6454 141.732 52.4582 140.035 51.1185C139.161 50.4879 138.372 49.7351 137.545 49.0293C136.717 48.3235 135.966 47.5424 135.233 46.7331C133.742 45.1576 132.372 43.4714 131.135 41.689C129.871 39.9268 128.776 38.0488 127.864 36.0803Z' fill='%230C1A32'/%3E%3Cpath d='M122.667 145.488C122.249 144.21 121.935 142.901 121.727 141.573C121.512 140.258 121.371 138.932 121.304 137.602C121.234 136.275 121.253 134.945 121.361 133.621C121.465 132.301 121.678 130.991 122 129.706C121.768 131.002 121.64 132.314 121.615 133.631C121.589 134.945 121.659 136.26 121.821 137.564C122.135 140.151 122.711 142.699 123.541 145.168L122.667 145.488Z' fill='%230C1A32'/%3E%3Cpath d='M225.212 107.441C226.152 105.559 227.092 103.799 228.031 101.973L229.366 99.2253C229.817 98.2843 230.249 97.3432 230.766 96.468C230.498 98.5437 229.862 100.555 228.887 102.406C228.417 103.338 227.88 104.234 227.28 105.088C226.684 105.95 225.99 106.739 225.212 107.441Z' fill='%230C1A32'/%3E%3Cpath d='M245.851 84.6107C246.079 82.7632 246.46 80.9376 246.988 79.1526C247.465 77.3114 248.213 75.5513 249.206 73.9297C250.178 72.4434 250.819 70.7647 251.085 69.008C251.461 67.2199 251.715 65.3943 252.025 63.5498C252.25 65.4252 252.25 67.3208 252.025 69.1962C251.922 70.1521 251.733 71.0969 251.461 72.0193C251.32 72.4879 251.141 72.9442 250.926 73.3839C250.824 73.6141 250.701 73.8346 250.559 74.0426L250.343 74.3626L250.155 74.6261C249.219 76.1652 248.441 77.7952 247.834 79.4914C247.11 81.1288 246.499 82.8698 245.851 84.6107Z' fill='%230C1A32'/%3E%3Cpath d='M248.567 53.2169C249.15 51.109 249.642 48.9916 250.043 46.8648C250.438 44.7286 250.767 42.5829 250.983 40.4279C251.199 38.2729 251.33 36.1179 251.359 33.9534V32.3254L251.293 30.6974C251.293 29.6057 251.133 28.5329 251.105 27.4319C251.625 29.5644 251.94 31.742 252.045 33.9346C252.148 35.0357 252.045 36.1367 252.092 37.2377C252.139 38.3388 251.979 39.4304 251.847 40.522C251.617 42.7243 251.227 44.907 250.682 47.053C250.16 49.1661 249.452 51.2288 248.567 53.2169Z' fill='%230C1A32'/%3E%3Cpath d='M267.363 27.4319C266.302 29.2252 265.415 31.1159 264.713 33.0782C264.008 35.0171 263.486 37.0177 263.153 39.054C262.816 41.0871 262.69 43.1495 262.777 45.2085C262.865 47.2875 263.126 49.3556 263.557 51.3913C263.378 50.9019 263.209 50.4502 263.05 49.9044C262.87 49.4063 262.722 48.8971 262.608 48.3799C262.366 47.3508 262.19 46.3072 262.082 45.2556C261.975 44.1989 261.934 43.1365 261.959 42.0748C261.959 41.5478 262.053 41.0208 262.091 40.4938C262.126 39.9629 262.195 39.4349 262.298 38.9128C262.633 36.8177 263.236 34.7745 264.093 32.8336C264.918 30.885 266.02 29.0657 267.363 27.4319Z' fill='%230C1A32'/%3E%3Cpath d='M144.734 102.792C144.693 102.741 144.642 102.7 144.584 102.67C144.499 102.67 144.481 102.67 144.509 102.67H144.565C144.596 102.665 144.628 102.665 144.659 102.67L144.8 102.783C144.874 102.857 144.941 102.939 144.998 103.027C145.092 103.174 145.167 103.332 145.223 103.498C145.324 103.804 145.393 104.119 145.43 104.439C145.498 105.007 145.536 105.579 145.543 106.152C145.535 106.658 145.641 107.16 145.855 107.62C146.068 108.079 146.382 108.485 146.774 108.805C147.173 109.08 147.643 109.23 148.127 109.238C148.623 109.207 149.106 109.062 149.537 108.815C150.46 108.39 151.198 107.644 151.614 106.716C151.678 106.524 151.678 106.316 151.614 106.123C151.552 105.902 151.453 105.692 151.323 105.502C150.98 105.095 150.592 104.729 150.167 104.411C149.705 103.939 149.414 103.326 149.34 102.67C149.251 102.199 149.044 101.758 148.738 101.39C148.174 100.637 146.924 100.101 146.858 100.806C146.624 101.443 146.148 101.96 145.533 102.246C145.327 102.346 145.134 102.472 144.96 102.623C144.912 102.679 144.874 102.742 144.847 102.811C144.847 102.811 144.847 102.924 144.847 102.895C144.843 102.868 144.83 102.843 144.809 102.824C144.789 102.805 144.762 102.794 144.734 102.792ZM144.02 103.404C143.944 103.232 143.912 103.045 143.926 102.858C143.941 102.75 143.963 102.643 143.992 102.538C144.057 102.34 144.167 102.16 144.312 102.011C144.547 101.782 144.816 101.592 145.11 101.446C145.326 101.367 145.521 101.241 145.683 101.079C145.846 100.916 145.971 100.721 146.05 100.505C146.111 100.303 146.217 100.117 146.36 99.9621C146.503 99.8071 146.68 99.6871 146.877 99.6112C147.246 99.5022 147.642 99.5255 147.996 99.6771C148.597 99.9111 149.126 100.301 149.528 100.806C149.935 101.306 150.206 101.903 150.317 102.538C150.365 103 150.563 103.433 150.881 103.771C151.343 104.134 151.759 104.551 152.122 105.013C152.312 105.299 152.449 105.618 152.526 105.954C152.626 106.298 152.626 106.664 152.526 107.008C152.312 107.606 151.946 108.138 151.464 108.551C151.025 108.955 150.532 109.294 149.998 109.558C149.451 109.855 148.843 110.023 148.221 110.048C147.583 110.032 146.965 109.825 146.445 109.455C145.968 109.067 145.585 108.576 145.324 108.018C145.064 107.461 144.933 106.852 144.941 106.236C144.951 105.692 144.916 105.147 144.838 104.608C144.801 104.359 144.725 104.118 144.612 103.893C144.568 103.796 144.508 103.707 144.434 103.63L144.349 103.564H144.255C144.176 103.525 144.106 103.47 144.048 103.404H144.02Z' fill='%230C1A32'/%3E%3Cpath d='M151.426 101.23C151.744 101.967 152.162 102.657 152.666 103.281C152.909 103.588 153.169 103.881 153.446 104.157C153.775 104.452 154.04 104.81 154.226 105.211C154.596 106.016 154.663 106.929 154.414 107.78C154.321 108.201 154.126 108.593 153.845 108.922C153.565 109.25 153.209 109.504 152.807 109.662C153.115 109.425 153.373 109.129 153.565 108.791C153.757 108.454 153.88 108.081 153.926 107.695C154.06 106.953 153.965 106.188 153.653 105.502C153.497 105.153 153.281 104.835 153.014 104.561C152.727 104.253 152.471 103.915 152.253 103.554C151.8 102.855 151.517 102.059 151.426 101.23Z' fill='%230C1A32'/%3E%3Cpath d='M149.922 110.96C149.422 111.305 148.836 111.506 148.23 111.541C147.623 111.576 147.019 111.444 146.482 111.158C145.941 110.889 145.441 110.543 144.997 110.132C144.536 109.742 144.128 109.293 143.785 108.796C143.08 107.787 142.709 106.583 142.723 105.352C142.806 104.201 142.473 103.058 141.783 102.133C142.227 102.539 142.58 103.033 142.822 103.585C143.063 104.136 143.186 104.731 143.184 105.333C143.244 106.451 143.608 107.531 144.236 108.457C144.88 109.377 145.701 110.157 146.652 110.753C147.136 111.059 147.689 111.238 148.26 111.274C148.832 111.311 149.403 111.203 149.922 110.96Z' fill='%230C1A32'/%3E%3Cpath d='M143.446 100.025C143.864 99.4641 144.313 98.9268 144.79 98.416C145.025 98.1619 145.241 97.9266 145.542 97.6537C145.843 97.3825 146.214 97.203 146.614 97.1361C147.005 97.1022 147.4 97.1602 147.765 97.3056C148.131 97.451 148.457 97.6798 148.719 97.9737C149.224 98.4817 149.632 99.0782 149.922 99.7335C149.433 99.2505 148.919 98.795 148.38 98.3689C147.918 97.9668 147.319 97.7579 146.708 97.7855C146.144 97.8419 145.702 98.3313 145.138 98.7265C144.6 99.192 144.035 99.6257 143.446 100.025Z' fill='%230C1A32'/%3E%3Cpath d='M156.135 99.8182L157.667 103.686C157.952 104.326 158.179 104.99 158.343 105.672C158.773 107.728 158.731 109.854 158.221 111.892C158.036 112.576 157.717 113.216 157.281 113.774C157.05 114.066 156.767 114.312 156.445 114.499L155.928 114.725L155.439 114.866C152.829 115.792 150.032 116.067 147.291 115.666C145.911 115.401 144.619 114.796 143.532 113.906C142.492 112.996 141.62 111.91 140.956 110.697C139.461 108.379 138.481 105.767 138.081 103.037C137.881 101.624 138.173 100.185 138.908 98.9618C139.143 98.6795 139.378 98.416 139.603 98.1808L140.308 97.4373C140.768 96.9386 141.248 96.4398 141.746 95.9693C142.71 94.925 143.958 94.1858 145.336 93.8425C146.061 93.7186 146.806 93.8102 147.479 94.106C148.122 94.3864 148.749 94.7006 149.359 95.047C150.543 95.7434 151.68 96.5057 152.808 97.2773L154.471 98.4725L155.298 99.0842L155.702 99.3947L155.909 99.5453C155.991 99.6303 156.067 99.7215 156.135 99.8182ZM155.59 100.232L154.039 99.056L152.404 97.8702C151.295 97.0891 150.176 96.3175 149.02 95.6211C148.447 95.2823 147.855 94.9529 147.253 94.68C146.665 94.4128 146.011 94.3276 145.374 94.4353C144.096 94.7568 142.935 95.4357 142.028 96.3927C141.53 96.8445 141.088 97.3338 140.599 97.8232C140.111 98.3125 139.594 98.7642 139.218 99.2912C138.533 100.419 138.254 101.747 138.428 103.055C138.777 105.738 139.718 108.31 141.182 110.584C141.848 111.749 142.706 112.793 143.72 113.671C144.765 114.501 145.998 115.063 147.31 115.308C149.982 115.662 152.701 115.361 155.233 114.433C156.595 114.207 157.3 113.021 157.638 111.751C157.964 110.46 158.076 109.125 157.967 107.798C157.929 107.133 157.838 106.473 157.695 105.822C157.537 105.175 157.317 104.545 157.037 103.94L155.59 100.232Z' fill='%230C1A32'/%3E%3Cpath d='M173.38 85.166C173.762 85.4027 174.084 85.7248 174.32 86.107C174.445 86.3223 174.515 86.5644 174.527 86.8128C174.522 87.0739 174.444 87.3284 174.301 87.5469C174.231 87.642 174.156 87.7331 174.076 87.8198L173.869 88.0268L173.455 88.4032C173.183 88.6573 172.92 88.902 172.694 89.1561C172.49 89.3555 172.35 89.6109 172.29 89.8901C172.29 90.0689 172.393 90.2571 172.657 90.4359C172.757 90.5168 172.873 90.5761 172.998 90.6101C173.122 90.6441 173.253 90.6521 173.38 90.6335C173.689 90.5618 173.982 90.4342 174.245 90.2571C174.902 89.7824 175.656 89.4609 176.454 89.316C176.927 89.2967 177.396 89.4214 177.798 89.6736L178.737 90.2665C179.331 90.6416 179.961 90.9568 180.617 91.2076C180.797 91.2777 180.988 91.3129 181.181 91.3111C181.181 91.377 181.228 91.0852 181.181 90.7276C180.907 89.3343 180.436 87.9875 179.781 86.7281C179.253 85.409 178.467 84.209 177.469 83.1992C177.025 82.703 176.48 82.3082 175.871 82.0417C175.753 82.002 175.629 81.9829 175.504 81.9852C175.378 81.9936 175.255 82.0323 175.147 82.0981C174.823 82.2576 174.509 82.4368 174.207 82.6345C173.622 82.9719 173.118 83.4346 172.732 83.9896C172.662 84.0815 172.62 84.1913 172.61 84.3062C172.6 84.4211 172.623 84.5364 172.675 84.639C172.859 84.8745 173.103 85.0564 173.38 85.166ZM173.023 85.8341C172.614 85.6687 172.259 85.3916 171.999 85.0342C171.869 84.8149 171.8 84.5646 171.8 84.3096C171.8 84.0546 171.869 83.8043 171.999 83.585C172.428 82.8916 173.01 82.3057 173.7 81.8723C174.018 81.6507 174.347 81.4465 174.687 81.2606C174.901 81.1371 175.137 81.0572 175.382 81.0253C175.63 81.0093 175.878 81.038 176.115 81.11C176.881 81.4025 177.574 81.8585 178.145 82.4463C179.263 83.5159 180.16 84.7948 180.786 86.2105C181.539 87.5668 182.036 89.0501 182.252 90.5865C182.276 90.8054 182.276 91.0263 182.252 91.2452C182.241 91.4096 182.197 91.5702 182.123 91.7172C182.049 91.8643 181.946 91.995 181.82 92.1016C181.686 92.1987 181.533 92.2678 181.372 92.305C181.211 92.3422 181.043 92.3466 180.88 92.318C180.655 92.2937 180.434 92.2399 180.222 92.158C179.5 91.8585 178.811 91.4864 178.164 91.0476L177.224 90.4359C177.003 90.2835 176.741 90.2015 176.472 90.2006C175.816 90.3382 175.195 90.6105 174.649 91.0005C174.286 91.2228 173.884 91.376 173.465 91.4523C172.981 91.5039 172.496 91.3656 172.112 91.0664C171.895 90.9282 171.719 90.7355 171.6 90.5076C171.481 90.2797 171.424 90.0246 171.435 89.7678C171.515 89.3161 171.735 88.9012 172.065 88.582C172.33 88.3014 172.612 88.0374 172.91 87.7915C173.172 87.5751 173.417 87.3392 173.643 87.0857C173.712 86.9897 173.749 86.8745 173.749 86.7564C173.749 86.6382 173.712 86.523 173.643 86.427C173.479 86.189 173.268 85.9873 173.023 85.8341Z' fill='%230C1A32'/%3E%3Cpath d='M174.16 93.005C174.346 92.8429 174.566 92.7236 174.803 92.6553C175.04 92.587 175.289 92.5715 175.532 92.6097C176.021 92.6806 176.492 92.8401 176.923 93.0802C177.712 93.5596 178.567 93.921 179.461 94.1531C179.897 94.2589 180.347 94.3001 180.795 94.2754C181.216 94.281 181.626 94.1451 181.961 93.8896C182.287 93.5744 182.552 93.201 182.741 92.7885C182.965 92.3714 183.162 91.9408 183.333 91.4993C183.236 92.4808 182.868 93.4159 182.271 94.2001C181.878 94.5623 181.367 94.7696 180.833 94.7836C180.335 94.828 179.832 94.7866 179.348 94.6612C178.406 94.4094 177.519 93.9816 176.735 93.4002C176.354 93.1432 175.931 92.9553 175.485 92.845C175.265 92.7797 175.034 92.7602 174.806 92.7877C174.578 92.8153 174.358 92.8892 174.16 93.005Z' fill='%230C1A32'/%3E%3Cpath d='M183.333 89.2219C182.981 88.166 182.573 87.1294 182.112 86.1164C181.672 85.1181 181.123 84.1714 180.476 83.2932C179.811 82.4322 179.008 81.6881 178.099 81.0911C177.172 80.4841 176.102 80.1335 174.997 80.0748C176.139 79.9554 177.29 80.199 178.286 80.7712C179.292 81.3245 180.175 82.077 180.88 82.9827C181.559 83.8981 182.103 84.9058 182.497 85.9752C182.895 87.0231 183.175 88.112 183.333 89.2219Z' fill='%230C1A32'/%3E%3Cpath d='M171.397 81.4863C171.052 81.7409 170.76 82.0616 170.539 82.4299C170.318 82.7982 170.172 83.2068 170.11 83.632C170.149 84.0286 170.321 84.4001 170.599 84.6859C170.916 85.0162 171.215 85.365 171.491 85.7305C171.672 85.9665 171.753 86.2637 171.717 86.5586C171.66 86.8251 171.533 87.0718 171.35 87.2738C171.068 87.6503 170.749 87.9608 170.458 88.2996C170.165 88.6095 169.922 88.9617 169.734 89.3442C169.649 89.5395 169.619 89.7547 169.649 89.9658C169.679 90.1769 169.767 90.3755 169.903 90.5393C169.709 90.3952 169.563 90.1965 169.482 89.9684C169.402 89.7404 169.391 89.4935 169.452 89.2595C169.578 88.8005 169.796 88.3716 170.091 87.9985L170.909 86.9445C171.191 86.5586 171.238 86.3798 171.012 86.0034C170.787 85.627 170.467 85.3635 170.185 84.9777C169.851 84.5926 169.676 84.0945 169.696 83.5849C169.792 83.1245 169.996 82.6938 170.292 82.3287C170.588 81.9636 170.967 81.6748 171.397 81.4863Z' fill='%230C1A32'/%3E%3Cpath d='M173.343 76.1223C173.417 76.1112 173.493 76.1112 173.568 76.1223H174.602C174.997 76.1223 175.391 76.1223 175.786 76.1223C176.58 76.1791 177.368 76.2923 178.145 76.4611C179.691 76.8302 181.161 77.4671 182.487 78.3432C183.84 79.2007 185.054 80.2607 186.087 81.4864C187.148 82.7011 187.893 84.1588 188.258 85.7305C188.549 87.3012 188.549 88.9122 188.258 90.4829C187.995 92.0533 187.454 93.564 186.66 94.9435C186.247 95.6474 185.701 96.2643 185.053 96.7598C184.401 97.2248 183.694 97.6073 182.948 97.8984C181.467 98.4821 179.896 98.8006 178.305 98.8395C176.714 98.8813 175.126 98.6619 173.606 98.1902C172.106 97.7375 170.647 97.1582 169.245 96.4586C167.814 95.7849 166.479 94.9207 165.279 93.8895C164.663 93.3537 164.142 92.7173 163.738 92.0074C163.519 91.652 163.357 91.2647 163.258 90.8593L163.155 90.2288V89.6548C162.964 88.0939 162.923 86.5182 163.033 84.9495C163.126 83.3019 163.83 81.7484 165.006 80.5924C165.616 80.0525 166.303 79.6082 167.046 79.2749L169.17 78.2021L173.343 76.1223ZM173.54 76.8563L169.405 78.8796L167.337 79.8866C166.655 80.1856 166.021 80.5852 165.457 81.0723C164.404 82.1139 163.772 83.5078 163.681 84.9871C163.575 86.5147 163.61 88.0488 163.785 89.5701C163.81 90.3026 163.998 91.0203 164.335 91.6712C164.671 92.3222 165.148 92.8902 165.73 93.3343C166.879 94.3382 168.16 95.1803 169.536 95.8375C172.281 97.1644 175.232 98.2937 178.286 98.1996C179.807 98.1855 181.314 97.8954 182.732 97.3432C183.428 97.0651 184.088 96.7016 184.696 96.261C185.281 95.8081 185.773 95.2455 186.143 94.6047C186.892 93.2845 187.398 91.8407 187.638 90.3417C187.92 88.8556 187.92 87.3296 187.638 85.8435C187.291 84.3767 186.587 83.0187 185.589 81.891C184.594 80.7459 183.431 79.7591 182.139 78.9643C180.871 78.1261 179.465 77.5177 177.985 77.1669C177.247 77.0214 176.5 76.927 175.749 76.8846C175.363 76.8846 174.987 76.8846 174.602 76.8846L173.54 76.8563Z' fill='%230C1A32'/%3E%3Cpath d='M286.714 34.9604C286.461 35.3839 286.179 35.7792 285.887 36.1744C285.593 36.5888 285.246 36.9622 284.854 37.2849C284.666 37.4448 284.468 37.6048 284.346 37.7272C284.397 37.6805 284.464 37.6549 284.533 37.6556C284.602 37.6564 284.668 37.6833 284.718 37.7311C284.768 37.7789 284.798 37.8439 284.802 37.913C284.806 37.9821 284.784 38.0501 284.739 38.1032C284.695 38.1564 284.632 38.1907 284.564 38.1993C284.495 38.2079 284.426 38.1901 284.37 38.1495C284.314 38.1089 284.276 38.0485 284.262 37.9806C284.249 37.9127 284.262 37.8423 284.299 37.7836C284.299 37.7083 284.299 37.6801 284.299 37.7178C284.423 37.8575 284.558 37.9866 284.703 38.1036C284.863 38.2382 285.033 38.3608 285.211 38.4706C285.341 38.5863 285.496 38.6697 285.665 38.714C285.833 38.7583 286.01 38.7623 286.18 38.7256C286.35 38.689 286.509 38.6127 286.645 38.503C286.78 38.3933 286.888 38.2533 286.959 38.0942C287.458 37.3215 287.753 36.434 287.814 35.5157C287.979 35.9954 288.077 36.4958 288.105 37.0025C288.105 37.5416 287.979 38.0731 287.739 38.5553C287.621 38.8408 287.443 39.0976 287.218 39.3086C286.993 39.5196 286.725 39.6799 286.432 39.7787C286.124 39.8472 285.805 39.8517 285.494 39.7918C285.184 39.7319 284.889 39.6089 284.628 39.4305C284.398 39.2825 284.182 39.1157 283.979 38.9317C283.754 38.7386 283.557 38.5135 283.397 38.2636C283.265 38.0325 283.228 37.7592 283.293 37.5013C283.369 37.3003 283.499 37.1243 283.669 36.9931C283.878 36.8388 284.098 36.7004 284.327 36.5791C285.145 36.1462 285.859 35.4592 286.714 34.9604Z' fill='%230C1A32'/%3E%3Cpath d='M284.901 33.7087C284.967 33.6522 284.901 33.7087 284.901 33.7087L284.77 33.878L284.619 34.0663L284.318 34.4427L283.689 35.1673C283.251 35.658 282.769 36.1084 282.251 36.513L281.95 36.7012C281.876 36.7765 281.812 36.8621 281.762 36.9553C281.648 37.1929 281.572 37.447 281.536 37.7082C281.455 38.2766 281.487 38.8555 281.63 39.4115C281.828 40.5219 283.078 41.0301 284.224 41.3783C284.808 41.5439 285.413 41.6263 286.019 41.623C286.617 41.6325 287.206 41.4866 287.73 41.1995C288.779 40.5726 289.591 39.6166 290.042 38.4798C290.26 37.9259 290.365 37.3341 290.352 36.7389C290.297 36.1317 290.19 35.5303 290.033 34.9414C289.92 34.3651 289.727 33.8075 289.459 33.2852C289.345 33.0774 289.168 32.9111 288.954 32.8097C288.739 32.7084 288.499 32.6772 288.266 32.7205C287.108 32.9103 285.978 33.2422 284.901 33.7087ZM284.375 33.0876L284.497 33.0123H284.553L284.666 32.9558L284.882 32.8335L285.324 32.617C285.625 32.4853 285.935 32.3724 286.264 32.2594C286.899 32.0534 287.554 31.9177 288.219 31.8548C288.614 31.8251 289.01 31.9032 289.365 32.0806C289.718 32.2715 290.006 32.563 290.192 32.9182C290.488 33.5255 290.681 34.1772 290.766 34.8473C290.884 35.4905 290.953 36.1417 290.972 36.7953C290.949 37.4657 290.792 38.1247 290.512 38.7339C289.978 39.9427 289.085 40.9579 287.956 41.6418C287.661 41.8111 287.345 41.9408 287.016 42.0276C286.707 42.1008 286.393 42.1449 286.076 42.1594C285.42 42.1755 284.764 42.1155 284.121 41.9806C283.466 41.8465 282.834 41.6216 282.241 41.3124C281.921 41.1473 281.634 40.9239 281.396 40.6537C281.172 40.3723 281.001 40.0537 280.888 39.7126C280.674 39.0546 280.603 38.3582 280.681 37.6705C280.714 37.3056 280.81 36.9491 280.963 36.6165C281.051 36.4246 281.172 36.2495 281.32 36.099L281.583 35.8919L281.753 35.779C282.221 35.4043 282.661 34.9954 283.068 34.5556L284.375 33.0876Z' fill='%230C1A32'/%3E%3C/svg%3E%0A"); }
    .help__item:nth-child(2) {
      background-image: url("data:image/svg+xml,%3Csvg width='277' height='152' viewBox='0 0 277 152' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_193_879)'%3E%3Cpath d='M9.92759 1.08691C8.93748 7.27296 7.85897 13.459 6.82466 19.5744L6.03788 24.1785C5.80804 25.7074 5.63123 27.2539 5.51631 28.8004C5.26878 31.9023 5.18038 34.9865 5.19806 38.1237C5.21574 41.2609 5.34834 44.3097 5.56051 47.4381C5.66659 48.9934 5.80804 50.5399 5.99368 52.0776C6.08208 52.8465 6.17933 53.6153 6.29425 54.3841L6.46221 55.533L6.57714 56.726C6.76278 58.3255 6.75394 59.8985 6.7893 61.4716C6.82466 63.0446 6.7893 64.5999 6.7893 66.173C6.7893 67.746 6.70974 69.3013 6.6567 70.8655C6.60366 72.4297 6.55062 73.985 6.47105 75.5492C6.18817 81.7971 5.70195 88.0274 5.30414 94.2576C4.90633 100.488 4.42012 106.727 3.81898 112.948L2.05094 131.604C1.3614 137.86 0.73374 144.046 0 150.232L2.65207 112.86C3.5361 100.408 4.42012 87.9478 5.04778 75.4874C5.14502 73.9232 5.19806 72.3678 5.25994 70.8125C5.32182 69.2571 5.40139 67.7018 5.42791 66.1464C5.45443 64.5911 5.53399 63.0269 5.48979 61.4804C5.44559 59.9339 5.48979 58.3697 5.31298 56.8674L5.21574 55.7274L5.05662 54.552C4.94169 53.7744 4.85329 52.9967 4.76489 52.219C4.58808 50.6548 4.45548 49.0906 4.3494 47.5264C4.13723 44.3892 4.10187 41.252 4.13723 38.1237C4.17259 34.9953 4.33172 31.8492 4.64112 28.7297C4.78257 27.1655 4.99473 25.6102 5.25994 24.0548L6.18817 19.4418C7.44348 13.3353 8.64575 7.20226 9.92759 1.08691Z' fill='%230C1A32'/%3E%3Cpath d='M117.575 1.08691C118.388 4.36552 119.21 7.63529 120.103 10.8697C120.572 12.4869 121.049 14.0953 121.571 15.686C121.826 16.4637 122.121 17.2276 122.455 17.9748L122.729 18.5051C122.817 18.673 122.932 18.7878 123.029 18.9381L123.454 19.4948C123.583 19.6894 123.698 19.8932 123.798 20.1046C124.49 21.685 125.02 23.3312 125.381 25.0181C125.787 26.6618 126.132 28.3232 126.45 29.9846C127.087 33.3074 127.617 36.639 128.104 39.9883L128.28 41.2432C128.342 41.6497 128.422 42.0209 128.501 42.4097C128.72 43.1771 129.016 43.9204 129.385 44.6278C130.158 46.0717 131.08 47.4311 132.135 48.6841C133.306 49.9838 134.351 51.3924 135.255 52.8906C135.472 53.3218 135.641 53.7751 135.759 54.2427C135.848 54.6758 135.927 55.1264 135.998 55.5241C136.139 56.4078 136.254 57.2032 136.36 58.0427C137.244 64.7413 137.978 71.4223 139.384 77.9706C140.129 81.2976 140.581 84.6834 140.736 88.0892C140.917 91.4803 140.917 94.8786 140.736 98.2697C140.46 105.067 139.295 111.8 137.271 118.295C136.208 121.548 134.722 124.647 132.851 127.512C131.019 130.36 129.03 133.104 126.892 135.731C122.618 140.975 117.884 145.828 112.748 150.232C117.683 145.647 122.222 140.654 126.318 135.306C130.367 129.96 134.221 124.357 136.122 117.95C138.026 111.534 139.084 104.897 139.269 98.2078C139.384 94.8585 139.375 91.5092 139.198 88.1776C139.057 84.8471 138.625 81.5353 137.907 78.2799C136.466 71.6432 135.697 64.9181 134.831 58.246L134.486 55.7627C134.424 55.3474 134.354 54.9497 134.274 54.5609C134.191 54.2086 134.066 53.8674 133.903 53.5446C133.083 52.1309 132.133 50.7966 131.065 49.559C129.964 48.2193 129.007 46.768 128.21 45.2288C127.829 44.4278 127.533 43.5897 127.326 42.7278C127.237 42.2948 127.149 41.8441 127.087 41.4111L126.928 40.1651C126.486 36.8334 125.991 33.5018 125.398 30.1967C125.107 28.5441 124.788 26.9004 124.408 25.2744C124.076 23.6621 123.599 22.0827 122.985 20.5553C122.918 20.3787 122.832 20.2099 122.729 20.0516L122.41 19.592C122.26 19.3972 122.121 19.1936 121.995 18.9823L121.703 18.3813C121.364 17.588 121.069 16.7767 120.819 15.9511C120.306 14.3339 119.935 12.6902 119.529 11.0376C118.745 7.74428 118.093 4.42738 117.575 1.08691Z' fill='%230C1A32'/%3E%3Cpath d='M125.399 137.542C125.039 138.695 124.787 139.878 124.647 141.077C124.485 142.282 124.384 143.494 124.347 144.709C124.294 145.929 124.347 147.148 124.347 148.368C124.347 149.587 124.461 150.807 124.55 152.027C124.4 150.816 124.276 149.596 124.179 148.377C124.081 147.157 124.028 145.929 124.028 144.701C124.028 143.472 124.028 142.244 124.161 141.015C124.251 139.773 124.459 138.542 124.78 137.339L125.399 137.542Z' fill='%230C1A32'/%3E%3Cpath d='M138.562 110.792C138.562 110.792 143.777 130.711 157.321 145.496' stroke='%230C1A32' stroke-miterlimit='10'/%3E%3Cpath d='M142.504 120.769C142.348 121.411 142.248 122.064 142.204 122.722L141.974 124.684L141.497 128.599L140.454 136.42C139.729 141.622 138.918 146.816 138.022 152C138.809 146.804 139.49 141.59 140.1 136.376L140.984 128.537L141.373 124.614L141.559 122.652C141.648 122.002 141.681 121.345 141.656 120.69L142.504 120.769Z' fill='%230C1A32'/%3E%3Cpath d='M134.53 54.393C134.439 53.3578 134.526 52.3146 134.787 51.3088C135 50.3369 135.296 49.3849 135.671 48.4632C136.454 46.6467 137.395 44.9021 138.482 43.2492C138.995 42.4097 139.578 41.6232 140.126 40.8102C140.674 39.9971 141.302 39.2371 141.894 38.4683C142.487 37.6995 143.212 36.9483 143.813 36.2325L145.749 34.0409C147.54 31.5324 149.187 28.9242 150.682 26.2288C152.176 23.5246 153.528 20.732 154.801 17.913C156.074 15.0939 157.25 12.2218 158.452 9.35854C159.053 7.92691 159.646 6.48645 160.3 5.0725C160.888 3.63597 161.683 2.29321 162.66 1.08691C161.727 2.32736 160.985 3.70059 160.459 5.16087C159.858 6.5925 159.319 8.0418 158.762 9.49994C157.683 12.4074 156.578 15.3148 155.376 18.1781C154.174 21.0413 152.892 23.8869 151.451 26.653C150.005 29.427 148.39 32.1097 146.615 34.686L144.741 36.8865C144.122 37.6288 143.539 38.3976 142.973 39.1488C142.407 39.8999 141.833 40.7041 141.267 41.473C140.701 42.2418 140.188 43.0637 139.702 43.8855C138.688 45.4991 137.801 47.1892 137.05 48.9404C136.855 49.3734 136.679 49.8241 136.52 50.2571C136.36 50.6902 136.201 51.1409 136.051 51.5827C135.777 52.4451 135.593 53.3336 135.503 54.2339L134.53 54.393Z' fill='%230C1A32'/%3E%3Cpath d='M271.979 0C273.031 6.29209 274.03 12.6019 275.17 18.8674L276.054 23.5688C276.214 24.3465 276.364 25.1242 276.549 25.893C276.743 26.6912 276.871 27.504 276.93 28.3233C277.071 31.5524 276.962 34.7877 276.603 38C276.01 44.3805 275.011 50.6991 273.862 56.9912C273.287 60.1372 272.66 63.2744 272.006 66.4028C271.351 69.5312 270.662 72.5888 270.238 75.7526C268.328 88.3102 267.585 101.071 267.037 113.753C266.743 120.115 266.542 126.487 266.436 132.867C266.374 136.049 266.304 139.248 266.171 142.438C266.038 145.628 265.87 148.819 265.473 151.991C265.844 145.62 265.747 139.248 265.641 132.867C265.535 126.487 265.641 120.089 265.791 113.708C265.941 107.328 266.259 100.939 266.675 94.5581C267.09 88.1777 267.665 81.806 268.708 75.4698C269.186 72.306 269.902 69.1335 270.591 66.0493C271.281 62.9651 271.917 59.8633 272.501 56.6907C273.084 53.5181 273.659 50.4251 274.145 47.2879C274.631 44.1507 275.126 40.9958 275.471 37.8409C275.887 34.7071 276.059 31.5456 275.984 28.3851C275.946 27.6089 275.842 26.8373 275.674 26.0786C275.497 25.2921 275.365 24.5056 275.223 23.7102C274.958 22.1372 274.693 20.5642 274.472 18.9823C273.553 12.6637 272.704 6.34512 271.979 0Z' fill='%230C1A32'/%3E%3Cpath d='M88.7827 52.8376C89.3789 52.6281 90.032 52.6502 90.6127 52.8995C91.1941 53.1419 91.7294 53.4827 92.1951 53.9069C93.1069 54.7716 93.8899 55.7627 94.5201 56.8497C95.2004 57.9325 95.6767 59.1305 95.9257 60.3846C96.1536 61.6465 96.1296 62.9409 95.8549 64.1934C95.5508 65.3507 95.3583 66.5344 95.2803 67.7283C95.2577 68.2888 95.3604 68.8474 95.5809 69.3632C95.687 69.6018 95.8726 69.8139 96.0406 70.1939C96.1732 70.5649 96.2037 70.9647 96.129 71.3516C95.7905 72.5754 95.3832 73.7792 94.909 74.9572C94.5024 76.1148 94.025 77.2548 93.6184 78.4037C92.6505 80.6719 91.9474 83.0442 91.5232 85.4734C91.4205 86.0571 91.3673 86.6483 91.3641 87.2409C91.3697 87.5764 91.3371 87.9114 91.2668 88.2395C91.2151 88.4247 91.1345 88.6006 91.0282 88.7609C90.9058 88.93 90.7412 89.0641 90.5508 89.1497C90.2134 89.281 89.851 89.3354 89.49 89.3088C89.154 89.3088 88.8446 89.2646 88.5352 89.2293C87.9164 89.1497 87.3153 89.0702 86.7053 89.0348C85.4933 88.9591 84.2768 88.9975 83.0719 89.1497L79.3679 89.5562C78.1391 89.6976 76.9191 89.8037 75.708 89.9716C74.5087 90.0757 73.3454 90.4342 72.2957 91.0232C71.8267 91.3795 71.4152 91.8057 71.0757 92.2869C70.7133 92.7641 70.3774 93.2767 70.0503 93.7981L69.5375 94.5934C69.4491 94.726 69.3431 94.8586 69.237 94.9911C69.104 95.1701 68.9232 95.308 68.7154 95.3888C68.6256 95.4158 68.5311 95.4235 68.4382 95.4113C68.3452 95.3991 68.2559 95.3673 68.1761 95.3181C68.0777 95.2322 67.9941 95.1307 67.9286 95.0176C67.8418 94.857 67.7707 94.6883 67.7165 94.5139C67.6104 94.1958 67.5396 93.8776 67.4689 93.5772C67.3557 92.4398 66.8602 91.3745 66.0633 90.5548C65.6404 90.2353 65.14 90.034 64.6135 89.9716C64.0036 89.8832 63.3847 89.8037 62.8455 89.7418C62.3399 89.6496 61.8181 89.7539 61.3868 90.0334C60.9149 90.3804 60.4715 90.7646 60.0608 91.1823C59.1778 92.107 58.1899 92.9256 57.117 93.6214C56.795 93.8119 56.4302 93.9183 56.0562 93.9307C55.8525 93.9332 55.6504 93.8946 55.4621 93.8172C55.2737 93.7397 55.1029 93.625 54.96 93.48C54.5023 92.9748 54.1692 92.3695 53.9876 91.7125C53.5948 90.5448 53.11 89.4101 52.5378 88.319C52.2416 87.7384 52.0075 87.1282 51.8394 86.4986C51.7541 86.1323 51.7541 85.7513 51.8394 85.3851C51.8795 85.1768 51.9606 84.9785 52.0781 84.8018C52.1869 84.6506 52.3081 84.5087 52.4405 84.3776C53.2898 83.6085 53.8197 82.549 53.9257 81.4083C53.8777 80.2243 53.5012 79.0769 52.8383 78.0944C52.179 77.0709 51.3818 76.1431 50.4692 75.3372C49.6029 74.3962 48.9141 73.3064 48.4359 72.1204C48.1619 71.5637 47.9143 71.0069 47.6049 70.5032C47.4925 70.2564 47.3248 70.0388 47.1148 69.8671C46.9048 69.6955 46.6581 69.5745 46.3938 69.5135C45.2623 69.213 43.9981 69.2307 42.7516 68.9744C42.4412 68.9092 42.143 68.7959 41.8676 68.6386C41.6105 68.4445 41.3788 68.2189 41.1781 67.9669L39.9404 66.5795L41.3283 67.8167C41.5357 68.0311 41.7671 68.2209 42.0179 68.3823C42.2989 68.5026 42.5973 68.5772 42.9019 68.6032C44.1042 68.7711 45.3418 68.6032 46.6325 68.9302C46.9814 68.9978 47.3106 69.1428 47.5961 69.3544C47.8603 69.5759 48.0871 69.8385 48.2679 70.1321C48.6046 70.6625 48.9002 71.2179 49.152 71.7934C49.4172 72.3502 49.6912 72.9069 49.9741 73.4372C50.2282 73.968 50.5621 74.4567 50.9642 74.8865C51.8561 75.7765 52.653 76.7568 53.3422 77.8116C53.6802 78.3505 53.9758 78.9148 54.2263 79.4995C54.513 80.0996 54.6725 80.7525 54.6948 81.4172C54.6713 82.095 54.513 82.7613 54.2292 83.3773C53.9454 83.9933 53.5417 84.5467 53.0417 85.0051C52.2902 85.606 52.8649 86.8344 53.2715 87.9567C53.6782 89.079 54.2086 90.272 54.6241 91.4916C54.7804 92.0307 55.0586 92.5265 55.4374 92.9409C55.7733 93.2855 56.2065 93.2148 56.6927 92.9409C57.6625 92.2329 58.5518 91.421 59.3447 90.5195C59.782 90.0351 60.2678 89.5968 60.7945 89.2116C61.1067 88.9974 61.4583 88.8472 61.8289 88.7697C62.1811 88.7263 62.5374 88.7263 62.8897 88.7697C63.5439 88.7697 64.145 88.9288 64.7638 89.026C65.4708 89.1112 66.1376 89.4006 66.6825 89.859C67.2274 90.3173 67.6266 90.9247 67.8314 91.6065C68.0268 92.2187 68.1746 92.845 68.2734 93.48C68.3264 93.7804 68.3795 94.0721 68.4502 94.3637C68.4831 94.4843 68.5244 94.6024 68.574 94.7172C68.574 94.7879 68.574 94.7172 68.574 94.7879C68.574 94.8586 68.4767 94.7879 68.4767 94.7879C68.5523 94.7457 68.6185 94.6886 68.6712 94.62C68.7715 94.5188 68.8632 94.4094 68.9452 94.293C69.1309 94.0544 69.29 93.7981 69.4668 93.5418C70.1274 92.4439 70.9601 91.4593 71.9333 90.6255C73.0473 89.9769 74.2691 89.5339 75.5401 89.3176C76.7694 89.0921 78.013 88.9533 79.2618 88.9023C80.5083 88.8316 81.7459 88.7962 82.9659 88.6902C83.5847 88.6283 84.177 88.5223 84.8223 88.4427C85.4571 88.3765 86.097 88.3765 86.7318 88.4427C87.3683 88.4958 87.9871 88.6018 88.5971 88.6902C89.1382 88.8248 89.7016 88.8428 90.2502 88.7432C90.6569 88.6283 90.7364 88.0097 90.7541 87.4176C90.7927 86.787 90.8636 86.1587 90.9663 85.5353C91.1696 84.2981 91.4702 83.0874 91.7354 81.8679C92.0006 80.6483 92.2746 79.4376 92.6194 78.2269C92.9383 77.0202 93.3461 75.8387 93.8394 74.692C94.3891 73.6159 94.8474 72.4956 95.2096 71.3428C95.273 71.1234 95.273 70.8905 95.2096 70.6711C95.1477 70.4767 94.9444 70.2027 94.8029 69.8669C94.5408 69.2355 94.4289 68.5518 94.4759 67.8697C94.5871 66.612 94.824 65.3686 95.1831 64.1581C95.4762 63.0035 95.5423 61.803 95.3776 60.6232C95.167 59.4281 94.7544 58.2776 94.1576 57.2209C93.599 56.1325 92.8876 55.1296 92.0448 54.2428C91.6257 53.7517 91.1229 53.3388 90.5596 53.0232C90.0137 52.7337 89.3767 52.6672 88.7827 52.8376Z' fill='%230C1A32'/%3E%3Cpath d='M49.3193 56.2576C50.9329 55.926 52.5656 55.6958 54.208 55.5683C55.8661 55.4093 57.5357 55.4093 59.1939 55.5683C59.6005 55.5683 60.0779 55.7097 60.4404 55.7804C60.8028 55.8511 61.2183 55.9306 61.6073 55.9925C62.3871 56.0899 63.1741 56.1165 63.9588 56.072C65.5146 56.0013 67.1855 55.692 68.8651 55.7451C70.422 55.6695 71.938 55.221 73.2852 54.4371C74.0101 54.0748 74.7527 53.6948 75.5306 53.3767C76.3086 53.0585 77.06 52.7758 77.8556 52.493C78.6513 52.2189 79.4816 52.0583 80.322 52.0158C81.1582 51.997 81.994 52.0681 82.815 52.2278C83.609 52.384 84.4277 52.3636 85.213 52.1682C85.9982 51.9727 86.7309 51.6069 87.3589 51.0967C86.7506 51.6681 86.0218 52.0957 85.2262 52.348C84.4306 52.6004 83.5885 52.6711 82.762 52.5548C81.9939 52.4568 81.218 52.4361 80.4458 52.493C79.6509 52.5712 78.8711 52.7617 78.1297 53.0585C76.6019 53.6391 75.1236 54.3425 73.7095 55.1618C72.2627 56.0881 70.6058 56.6352 68.8916 56.7525C67.2827 56.7525 65.7268 57.1148 64.0118 57.1944C63.1608 57.2387 62.3076 57.1942 61.4658 57.0618C61.0415 56.9911 60.5818 56.9116 60.2105 56.8055C59.8392 56.6995 59.4591 56.6023 59.0524 56.5492C55.8222 56.1761 52.5661 56.0786 49.3193 56.2576Z' fill='%230C1A32'/%3E%3Cpath d='M92.0889 51.742C92.6057 51.3486 93.2141 51.0931 93.8569 50.9997C94.5109 50.8893 95.1743 50.8449 95.8371 50.8671C97.1557 50.9454 98.4689 51.0959 99.771 51.3178C101.056 51.5399 102.357 51.6494 103.661 51.6448C104.943 51.5767 106.166 51.0891 107.144 50.2573C108.126 49.3334 109.263 48.5887 110.503 48.0569C111.156 47.861 111.837 47.7714 112.519 47.7917C113.164 47.7917 113.809 47.7034 114.464 47.615L118.371 47.0671C119.025 46.9787 119.688 46.9257 120.342 46.8992C121.004 46.8563 121.669 46.9311 122.305 47.1201C121.003 46.9479 119.681 47.0198 118.406 47.3322C117.116 47.5443 115.825 47.8271 114.517 48.0215C113.861 48.1251 113.2 48.1929 112.536 48.2248C111.898 48.2102 111.261 48.3028 110.653 48.4987C109.473 49.0235 108.386 49.7369 107.436 50.6108C106.377 51.482 105.065 51.9874 103.696 52.0513C102.368 52.0431 101.045 51.904 99.7445 51.6359C98.445 51.4238 97.1455 51.1587 95.846 51.0615C95.1962 50.9996 94.542 50.9996 93.8923 51.0615C93.242 51.1269 92.6202 51.3615 92.0889 51.742Z' fill='%230C1A32'/%3E%3Cpath d='M95.4743 59.4656C96.2868 60.2994 96.9479 61.2683 97.428 62.3288C97.9841 63.4212 98.1133 64.6813 97.7905 65.8637C97.6311 66.4298 97.4271 66.9824 97.1805 67.5163C96.925 67.9503 96.8222 68.4575 96.8888 68.9567C96.9581 69.1845 97.0791 69.3932 97.2424 69.5665C97.4455 69.7802 97.6373 70.0044 97.817 70.2381C98.1753 70.7697 98.4136 71.3728 98.5154 72.0056C98.7318 73.2024 98.6529 74.434 98.2855 75.5935C98.0976 76.1739 97.833 76.7267 97.4987 77.2372C97.3276 77.4942 97.1354 77.7366 96.9241 77.9619C96.7208 78.1828 96.5263 78.3684 96.3495 78.5805C95.9865 78.9589 95.7039 79.4068 95.5185 79.8972C95.3699 80.4193 95.2751 80.9553 95.2356 81.4967C95.1357 82.662 94.9044 83.8122 94.5461 84.9256C94.1556 86.0467 93.5251 87.0691 92.6985 87.9214C92.2827 88.355 91.7795 88.6954 91.2222 88.92C90.9357 89.0144 90.6389 89.0738 90.3382 89.0967C90.3382 89.0967 90.3912 89.0967 90.4177 89.0349C90.4355 88.9894 90.4355 88.9389 90.4177 88.8935C90.4177 88.8405 90.3381 88.7963 90.3205 88.8051H90.4266H90.6387H91.0631C92.2244 88.8458 93.3777 89.0147 94.5019 89.3088C94.8056 89.3972 95.0862 89.5511 95.324 89.7595C95.5352 90.0153 95.6808 90.3186 95.7484 90.6432C95.8744 91.2236 95.9043 91.8207 95.8368 92.4107C95.788 93.0183 95.6449 93.6146 95.4124 94.1781C95.2905 94.4618 95.12 94.722 94.9086 94.947C94.7901 95.0677 94.6489 95.1638 94.4931 95.2298C94.3395 95.2659 94.1823 95.2837 94.0245 95.2828C93.4822 95.3193 92.9654 95.5266 92.5482 95.8749C92.3631 96.0458 92.2139 96.2518 92.1092 96.4809C92.0045 96.7099 91.9464 96.9576 91.9382 97.2093C92.0804 98.3305 92.5976 99.3706 93.4057 100.161C93.797 100.586 94.1382 101.054 94.4223 101.557C94.5584 101.818 94.6127 102.113 94.578 102.405C94.5433 102.696 94.4212 102.971 94.2279 103.192C94.407 102.969 94.5147 102.697 94.5368 102.411C94.5588 102.126 94.4943 101.841 94.3516 101.593C94.0463 101.114 93.6907 100.67 93.2908 100.267C92.4249 99.4606 91.8631 98.3809 91.6995 97.2093C91.6926 96.9049 91.7505 96.6025 91.8694 96.3221C91.9882 96.0418 92.1654 95.7899 92.3891 95.5833C92.8458 95.1754 93.423 94.9272 94.0334 94.8763C94.5991 94.9293 94.9174 94.4256 95.1119 93.9395C95.3208 93.4252 95.4548 92.8836 95.5097 92.3312C95.5751 91.783 95.5512 91.2279 95.439 90.6874C95.3848 90.4381 95.2728 90.205 95.1119 90.007C94.9127 89.8333 94.677 89.7064 94.4223 89.6358C93.3306 89.343 92.21 89.1711 91.0807 89.1232H90.6476H90.4266H90.3205H90.2321C90.2044 89.1168 90.1788 89.1038 90.1572 89.0853C90.1357 89.0669 90.1189 89.0435 90.1083 89.0172C90.0931 88.9951 90.085 88.9689 90.085 88.9421C90.085 88.9153 90.0931 88.8891 90.1083 88.867C90.1352 88.8326 90.1724 88.8079 90.2144 88.7963C90.4941 88.7679 90.7698 88.7086 91.0365 88.6195C91.5474 88.4135 92.004 88.0931 92.3714 87.6828C93.1211 86.8519 93.65 85.8461 93.9096 84.7577C94.0548 84.2189 94.1553 83.6692 94.2102 83.114C94.2809 82.5572 94.3339 82.0005 94.387 81.426C94.4236 80.8265 94.5304 80.2333 94.7052 79.6586C94.9255 79.0728 95.2624 78.5376 95.6953 78.0856C95.881 77.8558 96.102 77.6437 96.2876 77.4405C96.4722 77.2507 96.638 77.0435 96.7827 76.8219C97.0808 76.3743 97.313 75.8862 97.4722 75.3726C97.8038 74.3369 97.8826 73.237 97.7021 72.1646C97.627 71.6461 97.4433 71.1492 97.1628 70.7065C96.933 70.3353 96.3318 69.8846 96.1727 69.1777C96.0803 68.5348 96.2114 67.8797 96.544 67.3219C96.7934 66.8216 97.0004 66.3013 97.1628 65.7665C97.4615 64.7089 97.3802 63.5801 96.933 62.5763C96.5449 61.4961 96.0566 60.4547 95.4743 59.4656Z' fill='%230C1A32'/%3E%3Cpath d='M55.9937 93.4181C56.0873 95.0783 55.8715 96.7414 55.3572 98.3227C55.092 99.1446 54.6942 99.8339 54.4732 100.55C54.1664 101.216 53.9951 101.937 53.9693 102.671C53.9892 103.379 54.2803 104.053 54.7826 104.553C55.026 104.809 55.3097 105.024 55.6224 105.189C55.9768 105.337 56.3437 105.452 56.7186 105.534C56.9758 105.606 57.2101 105.743 57.3993 105.932C57.5716 106.129 57.693 106.366 57.7529 106.621C57.8495 107.044 57.897 107.477 57.8944 107.911C57.8944 108.706 57.9474 109.493 58.0182 110.271C58.1017 111.806 58.4925 113.308 59.1674 114.689C60.018 115.95 61.1459 116.999 62.4648 117.756C63.1957 118.199 63.8348 118.778 64.3478 119.461C64.6036 119.854 64.7444 120.31 64.7544 120.778C64.7544 121.229 64.7544 121.591 64.7544 121.998C64.6837 123.6 64.5864 125.2 64.4627 126.796C64.3389 125.194 64.2417 123.594 64.171 121.998C64.171 121.609 64.171 121.176 64.1091 120.831C64.0665 120.507 63.935 120.201 63.7289 119.947C63.2307 119.379 62.6311 118.909 61.9609 118.56C60.6349 117.738 59.0878 116.793 58.2303 115.255C57.4792 113.751 57.0859 112.093 57.0811 110.412C57.0811 109.59 57.0811 108.786 57.0811 107.982C57.0986 107.617 57.0689 107.252 56.9927 106.895C56.9785 106.758 56.9212 106.63 56.829 106.528C56.7368 106.426 56.6145 106.357 56.48 106.329C56.0775 106.224 55.6819 106.094 55.2954 105.94C54.6769 105.64 54.1452 105.187 53.7507 104.624C53.3562 104.062 53.112 103.407 53.0411 102.724C52.935 100.894 53.9251 99.3567 54.3583 97.9693C54.8178 96.4993 55.0794 94.9748 55.1362 93.4358L55.9937 93.4181Z' fill='%230C1A32'/%3E%3Cpath d='M56.8246 93.1619C57.2213 93.7206 57.4594 94.3761 57.5139 95.059C57.5683 95.742 57.4371 96.4269 57.134 97.0414C56.86 97.6512 56.471 98.1195 56.197 98.6498C55.9208 99.1759 55.71 99.7339 55.5693 100.311C55.4415 100.891 55.4027 101.487 55.4544 102.079V102.529C55.4733 102.657 55.4999 102.784 55.534 102.909C55.6154 103.179 55.7189 103.443 55.8434 103.696C56.3805 104.745 57.0044 105.747 57.7086 106.692L57.0014 107.213C56.2611 106.212 55.6438 105.126 55.1627 103.979C55.0532 103.676 54.9675 103.366 54.9063 103.051C54.8841 102.878 54.8841 102.702 54.9063 102.529V102.07C54.9366 101.448 55.0374 100.831 55.2069 100.232C55.3816 99.6308 55.5912 99.0407 55.8345 98.4642C56.0707 97.9168 56.2657 97.3526 56.418 96.7763C56.5511 96.2541 56.6047 95.7149 56.5771 95.1767C56.516 94.6624 56.3727 94.1611 56.1528 93.6921L56.8246 93.1619Z' fill='%230C1A32'/%3E%3Cpath d='M98.2236 82.186C99.4414 81.9871 100.683 81.9871 101.901 82.186C102.523 82.2943 103.121 82.5096 103.669 82.8223C104.264 83.156 104.731 83.6785 104.995 84.307C105.084 84.4749 105.152 84.6529 105.199 84.8372C105.199 84.9079 105.199 84.9609 105.199 84.9786C105.199 84.9963 105.199 84.9786 105.199 84.9786C105.442 85.0084 105.689 85.0084 105.932 84.9786C106.516 84.9079 107.143 84.8372 107.7 84.7223C108.861 84.5103 109.974 84.0944 110.989 83.4939C111.278 83.3119 111.59 83.1692 111.917 83.0698C112.143 83.0361 112.375 83.0605 112.589 83.1405C112.785 83.2294 112.96 83.3589 113.102 83.5205C113.492 84.0868 113.73 84.7443 113.791 85.4293C113.968 86.671 113.986 87.9301 113.844 89.1763C113.779 89.824 113.609 90.4568 113.34 91.0498C113.253 91.2128 113.149 91.3667 113.031 91.5093C112.947 91.5924 112.875 91.6877 112.819 91.7921C112.739 91.9777 112.757 92.0484 112.907 92.2251C113.336 92.5698 113.825 92.8333 114.348 93.0028C114.905 93.2237 115.471 93.4181 116.063 93.6567C116.693 93.8943 117.287 94.2153 117.831 94.6111C118.392 95.0503 118.848 95.6088 119.166 96.246C119.306 96.5536 119.427 96.8693 119.529 97.1916L119.785 98.0753C119.932 98.6138 120.143 99.1329 120.413 99.6218C120.678 100.068 121.037 100.451 121.465 100.744C121.924 101.071 122.419 101.16 123.109 101.54C123.638 101.94 124.083 102.442 124.417 103.015C124.55 103.21 124.722 103.376 124.921 103.501C125.123 103.561 125.338 103.561 125.54 103.501C126.076 103.356 126.591 103.139 127.069 102.856C127.326 102.715 127.556 102.556 127.803 102.406C128.051 102.255 128.254 102.043 128.484 101.866C129.366 101.067 130.163 100.179 130.862 99.2153C131.596 98.2521 132.276 97.2446 133.036 96.2814C133.403 95.7882 133.815 95.3297 134.265 94.9116C134.69 94.4486 135.255 94.138 135.874 94.0279C135.287 94.1825 134.766 94.5236 134.389 95C133.995 95.4536 133.635 95.935 133.311 96.4404C132.639 97.4479 132.029 98.4995 131.348 99.5246C130.698 100.6 129.934 101.602 129.067 102.512C128.829 102.724 128.599 102.936 128.342 103.139C128.086 103.342 127.83 103.528 127.547 103.687C126.987 104.039 126.371 104.293 125.726 104.438C125.331 104.512 124.924 104.462 124.559 104.297C124.238 104.1 123.969 103.831 123.772 103.51C123.516 103.018 123.15 102.592 122.702 102.264C122.34 102.034 121.58 101.928 121.014 101.584C120.411 101.252 119.882 100.801 119.458 100.258C119.061 99.7123 118.734 99.1184 118.485 98.4907C118.371 98.1902 118.264 97.8898 118.167 97.607C118.07 97.3242 117.973 97.0944 117.867 96.8558C117.359 95.9099 116.559 95.1535 115.586 94.6995L113.977 93.8158C113.372 93.5273 112.821 93.1355 112.35 92.6581C112.214 92.4828 112.122 92.2764 112.085 92.0572C112.061 91.8297 112.111 91.6005 112.227 91.4032C112.325 91.2438 112.441 91.0956 112.571 90.9614C112.65 90.8742 112.716 90.7759 112.766 90.6698C112.997 90.1515 113.143 89.5995 113.199 89.0349C113.342 87.8577 113.303 86.6654 113.084 85.5C113.013 84.9748 112.829 84.4713 112.545 84.0242C112.368 83.8563 112.28 83.8121 112.103 83.8474C111.854 83.9292 111.614 84.0358 111.387 84.1656C110.296 84.8057 109.098 85.2429 107.851 85.4558C107.214 85.5442 106.631 85.5884 106.003 85.6325C105.642 85.6804 105.275 85.6533 104.925 85.553C104.848 85.5195 104.779 85.4709 104.721 85.4102C104.663 85.3495 104.618 85.2779 104.589 85.1995C104.553 85.1026 104.529 85.0017 104.518 84.8991C104.507 84.7668 104.48 84.6362 104.438 84.5102C104.228 84.0121 103.878 83.5855 103.431 83.2818C102.947 82.9622 102.412 82.7289 101.848 82.5925C100.665 82.289 99.4448 82.1522 98.2236 82.186Z' fill='%230C1A32'/%3E%3Cpath d='M99.3115 101.628C100.964 100.911 102.712 100.441 104.501 100.232C105.395 100.118 106.296 100.062 107.197 100.064C108.081 100.064 108.965 100.064 109.849 100.064C111.635 100.189 113.408 100.452 115.153 100.85C115.951 101.036 116.79 100.9 117.487 100.47C117.628 100.347 117.752 100.187 117.92 100.011C118.128 99.7784 118.415 99.6306 118.725 99.5953C119.245 99.5505 119.768 99.6261 120.254 99.8163L119.892 100.62C119.561 100.439 119.19 100.345 118.813 100.347C118.671 100.349 118.535 100.406 118.433 100.506C118.266 100.678 118.089 100.84 117.903 100.992C117.491 101.301 116.994 101.476 116.479 101.495C116.009 101.522 115.538 101.496 115.074 101.416C113.332 100.96 111.559 100.635 109.77 100.444C108.886 100.391 108.001 100.382 107.117 100.364C106.233 100.336 105.347 100.359 104.465 100.435C102.699 100.585 100.964 100.986 99.3115 101.628Z' fill='%230C1A32'/%3E%3Cpath d='M117.575 116.386C117.803 115.069 117.93 113.737 117.955 112.4C118.026 111.066 117.787 109.749 117.955 108.326C118.054 107.54 118.457 106.823 119.078 106.329C119.649 105.89 120.28 105.536 120.952 105.278C121.529 105.045 122.077 104.749 122.588 104.394C122.821 104.233 123.042 104.056 123.251 103.864C123.445 103.696 123.631 103.431 123.719 103.36H124.603C124.605 103.821 124.446 104.268 124.152 104.624C123.903 104.931 123.604 105.193 123.268 105.401C122.658 105.773 122.005 106.07 121.323 106.285C120.73 106.468 120.164 106.733 119.644 107.072C119.41 107.227 119.211 107.429 119.059 107.664C118.907 107.9 118.805 108.165 118.76 108.441C118.503 109.652 118.592 111.093 118.406 112.4C118.239 113.75 117.961 115.083 117.575 116.386Z' fill='%230C1A32'/%3E%3Cpath d='M82.8334 103.987C81.9019 105.535 80.6476 106.865 79.1559 107.885C78.4028 108.407 77.5932 108.843 76.7425 109.184L76.106 109.431L75.7789 109.537L75.5933 109.59H75.4872H75.4076H75.2927L75.1424 109.581C75.0349 109.547 74.9437 109.475 74.8861 109.378C74.8202 109.273 74.798 109.146 74.8242 109.025C74.838 108.968 74.862 108.914 74.8949 108.866C74.9286 108.817 74.9705 108.776 75.0187 108.742C75.0565 108.719 75.0986 108.704 75.1424 108.698L75.2485 108.645L75.4253 108.565L75.7613 108.441C75.9911 108.362 76.2121 108.3 76.442 108.238C77.3572 108.008 78.3066 107.945 79.2443 108.053C79.7484 108.107 80.2343 108.272 80.6669 108.536C81.0995 108.801 81.468 109.158 81.7461 109.581C81.8768 109.786 81.9836 110.006 82.0643 110.235C82.1541 110.451 82.2308 110.673 82.2942 110.898C82.4331 111.362 82.4752 111.849 82.418 112.33C82.3797 112.577 82.2868 112.812 82.1461 113.018C82.0054 113.224 81.8204 113.397 81.6046 113.523C81.202 113.75 80.7384 113.846 80.2786 113.797C80.7072 113.738 81.1126 113.567 81.4544 113.302C81.6076 113.179 81.7304 113.023 81.8132 112.845C81.896 112.667 81.9366 112.473 81.9317 112.277C81.862 111.463 81.5783 110.683 81.1096 110.014C80.8675 109.717 80.565 109.474 80.2222 109.302C79.8793 109.13 79.5039 109.032 79.1205 109.016C78.2928 108.943 77.4588 109.012 76.6541 109.219L76.053 109.387L75.7701 109.484L75.6375 109.537C75.6375 109.537 75.6994 109.484 75.7259 109.431C75.7534 109.387 75.7743 109.34 75.7878 109.29C75.8157 109.169 75.7967 109.043 75.7347 108.936C75.6777 108.844 75.59 108.776 75.4872 108.742H75.39H75.5314L75.832 108.653L76.442 108.45C77.2509 108.159 78.032 107.795 78.7758 107.363C80.2889 106.446 81.6565 105.308 82.8334 103.987Z' fill='%230C1A32'/%3E%3Cpath d='M27.7583 93.0735C27.1022 93.6914 26.6465 94.4917 26.45 95.3712C26.3951 95.7623 26.4729 96.1605 26.671 96.5023C26.9098 96.8629 27.2088 97.1798 27.555 97.4391C27.8739 97.7297 28.2237 97.9845 28.5981 98.1991C28.9773 98.3841 29.3884 98.4951 29.8092 98.526C30.7698 98.614 31.7164 98.8157 32.6293 99.127C33.5472 99.4377 34.4119 99.8878 35.193 100.461C35.5632 100.754 35.9145 101.07 36.2449 101.407L36.74 101.911C36.8292 101.993 36.9119 102.081 36.9875 102.176C37.08 102.284 37.1547 102.406 37.2085 102.538C37.4847 103.477 37.5301 104.468 37.3411 105.428C37.2177 106.361 37.0317 107.285 36.7842 108.194C36.908 107.266 37.014 106.329 37.0494 105.401C37.0804 104.942 37.0804 104.482 37.0494 104.023C37.0471 103.585 36.9569 103.152 36.7842 102.75C36.7842 102.644 36.6781 102.6 36.6339 102.529C36.5897 102.459 36.4659 102.37 36.3864 102.291L35.8737 101.822C35.534 101.521 35.1736 101.243 34.7951 100.992C34.0357 100.508 33.2152 100.127 32.3552 99.8605C31.4963 99.5786 30.6053 99.4064 29.7032 99.3479C29.1879 99.3073 28.6846 99.1725 28.218 98.9502C27.772 98.7142 27.3613 98.4167 26.9981 98.0665C26.6075 97.7324 26.2836 97.3277 26.0433 96.8735C25.808 96.3802 25.7578 95.8188 25.9019 95.2916C26.2091 94.3393 26.8749 93.5438 27.7583 93.0735Z' fill='%230C1A32'/%3E%3Cpath d='M27.2191 97.6158C26.5914 98.4996 25.9726 99.3214 25.3008 100.152C24.9737 100.559 24.6377 100.974 24.2664 101.372C24.0611 101.607 23.8157 101.805 23.5415 101.955C23.2675 102.096 22.9758 102.194 22.9669 102.229C22.9581 102.264 22.9051 102.414 22.9669 102.644C23.0288 102.874 23.073 103.113 23.1349 103.36C23.3391 103.888 23.4527 104.447 23.4708 105.013C23.4598 105.325 23.3685 105.629 23.2056 105.896L23.0995 106.064C23.0995 106.064 23.0995 105.976 23.0995 105.94C23.0995 105.905 23.0377 105.843 23.0465 105.852L23.1879 105.905C23.6388 106.073 24.1604 106.214 24.6643 106.365C26.6798 106.948 28.7131 107.496 30.7021 108.212C31.715 108.578 32.6844 109.056 33.5929 109.634C34.0512 109.906 34.4631 110.249 34.8129 110.651C35.1662 111.052 35.3666 111.565 35.3786 112.1C35.3361 111.579 35.1143 111.089 34.751 110.713C34.384 110.355 33.9635 110.057 33.5045 109.829C32.5789 109.343 31.6077 108.949 30.6049 108.654C28.607 108.035 26.5561 107.575 24.514 107.072C24.0012 106.939 23.5062 106.842 22.9581 106.665C22.8818 106.639 22.8078 106.607 22.7371 106.568L22.5956 106.488C22.52 106.425 22.4622 106.342 22.4277 106.25C22.3967 106.146 22.3967 106.035 22.4277 105.932L22.4896 105.799L22.5868 105.622C22.6903 105.443 22.7395 105.237 22.7282 105.03C22.6817 104.549 22.5594 104.077 22.3658 103.634C22.2773 103.369 22.2093 103.097 22.1625 102.821C22.1438 102.659 22.1438 102.496 22.1625 102.335C22.1719 102.111 22.2559 101.896 22.4012 101.725C22.6402 101.528 22.9086 101.37 23.1968 101.257C23.3828 101.149 23.5475 101.008 23.683 100.841C24.0189 100.461 24.346 100.055 24.6643 99.6396L26.5207 97.1033L27.2191 97.6158Z' fill='%230C1A32'/%3E%3Cpath d='M28.4386 120.451C26.8164 118.943 24.7884 117.941 22.6041 117.57C21.5256 117.358 20.4382 117.314 19.3155 117.137C19.0191 117.086 18.7364 116.975 18.4845 116.81C18.2277 116.633 18.0329 116.379 17.9276 116.086C17.7276 115.55 17.594 114.992 17.5298 114.424C17.4261 113.339 17.2129 112.267 16.8933 111.225L16.3894 109.634C16.1667 109.053 16.1358 108.415 16.301 107.814C16.4429 107.52 16.6494 107.261 16.905 107.058C17.1605 106.854 17.4587 106.711 17.7773 106.639C18.3166 106.462 18.847 106.312 19.3951 106.17C20.4858 105.878 21.5969 105.668 22.719 105.543L22.772 106.427C21.6946 106.508 20.6248 106.67 19.5719 106.913C19.0415 107.036 18.5022 107.169 17.9895 107.319C17.7642 107.353 17.5495 107.438 17.3612 107.567C17.173 107.695 17.0161 107.864 16.9021 108.061C16.7834 108.532 16.8049 109.026 16.964 109.484L17.4149 111.075C17.7067 112.153 17.8903 113.257 17.963 114.371C18.0097 114.905 18.1134 115.432 18.2724 115.944C18.3576 116.18 18.507 116.388 18.7037 116.544C18.9005 116.7 19.1368 116.799 19.3862 116.828C20.4382 117.04 21.5698 117.12 22.6483 117.376C24.8378 117.813 26.851 118.882 28.4386 120.451Z' fill='%230C1A32'/%3E%3Cpath d='M189.181 55.6743C189.429 56.1273 189.513 56.6514 189.42 57.159C189.35 57.6628 189.216 58.1558 189.022 58.6259C188.836 59.1223 188.571 59.585 188.236 59.9957C187.898 60.392 187.515 60.7479 187.095 61.0562C186.291 61.6571 185.575 62.152 185.371 62.8236C185.171 63.6578 185.214 64.5317 185.495 65.3422C185.743 66.2259 186.211 67.0655 186.547 67.9934C186.724 68.4892 186.834 69.0063 186.874 69.5311C186.918 70.079 186.874 70.5385 186.874 71.0157C186.874 71.9701 186.963 72.9422 186.874 73.932C186.865 74.432 186.803 74.9297 186.688 75.4166C186.588 75.909 186.33 76.3555 185.955 76.6892C186.452 75.8682 186.62 74.8892 186.423 73.9497L186.052 71.0599C185.99 70.565 185.999 70.0436 185.928 69.6283C185.86 69.184 185.736 68.7504 185.557 68.338C185.221 67.4543 184.673 66.6413 184.372 65.6869C184 64.6546 183.942 63.5355 184.204 62.4701C184.388 61.9111 184.721 61.413 185.168 61.0297C185.558 60.7049 185.972 60.4095 186.406 60.1459C187.176 59.7028 187.825 59.0777 188.297 58.3255C188.888 57.5693 189.2 56.6333 189.181 55.6743Z' fill='%230C1A32'/%3E%3Cpath d='M188.722 58.9087C188.523 60.0052 188.228 61.0817 187.838 62.1255C187.731 62.3997 187.604 62.6656 187.457 62.9208C187.373 63.0618 187.272 63.1923 187.157 63.3097L186.83 63.5925C186.647 63.7165 186.5 63.8874 186.405 64.0873C186.346 64.2983 186.346 64.5215 186.405 64.7325C186.449 64.9919 186.509 65.2487 186.582 65.5013C186.658 65.7913 186.712 66.0867 186.741 66.385C186.805 66.9395 186.837 67.4971 186.839 68.0553C186.848 69.162 186.794 70.2684 186.68 71.3692H186.317C186.361 70.2822 186.317 69.1864 186.317 68.0994C186.317 67.5604 186.246 67.0213 186.167 66.4911C186.125 66.2347 186.069 65.981 185.999 65.7311C185.928 65.4748 185.84 65.192 185.787 64.9004C185.704 64.5816 185.704 64.247 185.787 63.9283C185.917 63.624 186.124 63.359 186.388 63.1594L186.68 62.8855C186.753 62.8073 186.819 62.7214 186.874 62.6292C187 62.4065 187.112 62.1763 187.21 61.9399C187.59 60.9501 187.908 59.8985 188.209 58.8557L188.722 58.9087Z' fill='%230C1A32'/%3E%3Cpath d='M183.497 79.7647C185.35 79.7339 187.199 79.966 188.987 80.454C189.907 80.7062 190.773 81.1256 191.542 81.6912C191.93 81.9986 192.267 82.3654 192.541 82.7782C192.805 83.2009 192.991 83.668 193.089 84.1568C193.177 85.0545 193.348 85.9421 193.601 86.8079C193.936 87.603 194.433 88.3194 195.06 88.9112C195.718 89.6465 196.17 90.543 196.368 91.5093C196.587 92.4416 196.634 93.4056 196.51 94.3549C196.401 95.3051 196.145 96.2324 195.75 97.1033C195.646 97.3284 195.527 97.5468 195.396 97.7572C195.326 97.8779 195.243 97.9905 195.148 98.093C195.066 98.193 194.974 98.2847 194.874 98.367C194.527 98.6982 194.148 98.9942 193.743 99.2507C192.09 100.134 190.658 101.31 189.022 102.229C188.193 102.698 187.299 103.043 186.37 103.254C185.425 103.43 184.457 103.448 183.506 103.307C181.676 103.033 179.881 102.618 178.104 103.245C178.923 102.809 179.83 102.564 180.757 102.529C181.694 102.529 182.622 102.591 183.532 102.618C184.422 102.699 185.318 102.63 186.184 102.414C188.714 101.474 191.095 100.176 193.257 98.5614C193.593 98.2698 193.946 97.987 194.291 97.6777L194.512 97.4833C194.576 97.4159 194.632 97.3418 194.68 97.2623C194.801 97.0903 194.91 96.9102 195.007 96.7233C195.44 95.9522 195.755 95.1213 195.944 94.2577C196.136 93.3822 196.118 92.4737 195.891 91.6065C195.602 90.789 195.109 90.0589 194.459 89.4856C193.751 88.8045 193.21 87.97 192.877 87.0465C192.632 86.1394 192.48 85.2096 192.426 84.2716C192.358 83.8571 192.214 83.4586 192.001 83.0963C191.781 82.7307 191.506 82.4001 191.188 82.1154C190.501 81.5506 189.716 81.1163 188.872 80.834C187.133 80.2491 185.327 79.8898 183.497 79.7647Z' fill='%230C1A32'/%3E%3Cpath d='M199.454 78.4038C199.058 79.4964 198.532 80.5377 197.889 81.5057C197.572 81.9991 197.224 82.4714 196.846 82.9196C196.451 83.3031 196.111 83.7405 195.838 84.2187C195.6 84.6816 195.499 85.2027 195.546 85.721C195.642 86.3051 195.68 86.897 195.661 87.4885C195.644 87.6568 195.608 87.8227 195.555 87.9833C195.513 88.0984 195.481 88.2166 195.458 88.3368C195.427 88.5922 195.427 88.8503 195.458 89.1057C195.528 89.6582 195.68 90.1972 195.909 90.7052L195.803 90.7847C195.393 90.3338 195.091 89.796 194.919 89.2117C194.778 88.7418 194.778 88.2412 194.919 87.7712C194.919 87.6564 194.963 87.5415 194.972 87.4266C195.016 86.9317 194.883 86.3661 194.866 85.7564C194.834 85.1201 194.978 84.4874 195.281 83.9271C195.592 83.4121 195.98 82.9473 196.43 82.5485C196.832 82.1558 197.21 81.7398 197.562 81.3024C198.261 80.3824 198.893 79.4137 199.454 78.4038Z' fill='%230C1A32'/%3E%3Cpath d='M162.661 78.4036C162.276 77.6792 161.851 76.977 161.388 76.3004C160.904 75.5752 160.601 74.745 160.504 73.879C160.477 73.4093 160.562 72.94 160.751 72.5092C160.864 72.3014 160.994 72.1034 161.14 71.9171C161.297 71.7469 161.466 71.5875 161.644 71.4399C162.346 70.9764 163.082 70.5658 163.845 70.2115C165.285 69.4835 166.638 68.5941 167.877 67.5604C168.168 67.3041 168.504 67.0213 168.761 66.7562C169.02 66.5023 169.229 66.2026 169.379 65.8725C169.673 65.1211 169.818 64.3196 169.804 63.5129C170.007 64.3372 170.007 65.1985 169.804 66.0227C169.691 66.4555 169.493 66.8612 169.22 67.2157C168.929 67.5604 168.663 67.8343 168.336 68.0994C167.128 69.2663 165.736 70.2275 164.217 70.945C163.483 71.3339 162.678 71.6608 162.095 72.0408C161.802 72.235 161.561 72.4972 161.391 72.805C161.222 73.1128 161.13 73.4571 161.123 73.8083C161.151 74.5878 161.334 75.3538 161.662 76.0618C161.812 76.4329 161.98 76.8041 162.157 77.1753C162.398 77.5508 162.569 77.9671 162.661 78.4036Z' fill='%230C1A32'/%3E%3Cpath d='M205.978 93.5771C207.118 93.9129 208.276 94.2045 209.443 94.4608C210.026 94.5757 210.61 94.6906 211.211 94.7524C211.504 94.791 211.799 94.8117 212.095 94.8143C212.264 94.824 212.432 94.8446 212.599 94.8762L213.059 95.0706C214.086 95.7431 215.004 96.5686 215.781 97.5185C216.584 98.4229 217.323 99.3827 217.991 100.391L217.178 100.629C217.35 100.404 217.451 100.134 217.47 99.8515C217.47 99.5952 217.47 99.3301 217.523 99.0562C217.507 98.4732 217.67 97.8994 217.991 97.4124C218.358 96.9861 218.802 96.6324 219.3 96.3697C219.477 96.2823 219.635 96.1584 219.761 96.0062C219.888 95.8539 219.98 95.6766 220.034 95.4859C220.062 95.3914 220.077 95.2932 220.078 95.1943V94.8231C220.101 94.5172 220.179 94.2179 220.308 93.9394C220.601 93.4213 221.024 92.9888 221.536 92.6845C222.439 92.1741 223.372 91.7196 224.33 91.3236C225.241 90.9348 226.104 90.4425 226.902 89.8566C227.283 89.5562 227.645 89.2292 228.052 88.8757C228.465 88.5489 228.902 88.2535 229.36 87.992C230.269 87.4983 231.242 87.1325 232.251 86.905C233.245 86.6539 234.266 86.5204 235.292 86.5073C233.282 86.7302 231.344 87.3811 229.608 88.4162C229.194 88.6808 228.801 88.9762 228.432 89.2999C228.087 89.6269 227.716 89.998 227.318 90.3515C226.506 91.0208 225.616 91.5877 224.666 92.0394C223.757 92.4487 222.871 92.909 222.014 93.418C221.649 93.6331 221.345 93.9371 221.13 94.3017C221.056 94.4788 221.015 94.6671 221.006 94.8585C221.006 94.938 221.006 95.1059 221.006 95.2562C220.998 95.4085 220.975 95.5596 220.935 95.7069C220.768 96.3241 220.365 96.8509 219.813 97.1738C219.415 97.4144 219.054 97.7122 218.743 98.0576C218.419 98.3747 218.153 98.7454 217.956 99.1534C217.869 99.3842 217.81 99.6245 217.779 99.8692C217.763 100.136 217.845 100.4 218.009 100.612L217.196 100.85C216.524 99.8957 215.887 98.8971 215.163 97.9603C214.493 97.014 213.682 96.1764 212.758 95.4771L212.404 95.2915C212.282 95.2612 212.158 95.2376 212.033 95.2208C211.736 95.2009 211.44 95.1596 211.149 95.0971C210.56 94.9852 209.97 94.8438 209.381 94.6729C208.196 94.3636 207.065 93.9836 205.978 93.5771Z' fill='%230C1A32'/%3E%3Cpath d='M221.722 120.725C221.713 120.804 221.731 120.883 221.772 120.95C221.814 121.018 221.877 121.069 221.951 121.096C222.107 121.111 222.264 121.08 222.402 121.008C222.691 120.868 222.961 120.693 223.207 120.487C223.708 120.083 224.18 119.646 224.621 119.179C225.56 118.324 226.323 117.295 226.867 116.147C227.28 114.972 227.302 113.695 226.928 112.507C226.756 111.865 226.626 111.212 226.54 110.554C226.431 109.845 226.532 109.12 226.831 108.468C227.171 107.856 227.634 107.321 228.191 106.897C228.748 106.472 229.386 106.168 230.067 106.002C230.738 105.803 231.445 105.758 232.135 105.87C232.844 105.974 233.501 106.303 234.01 106.807C234.972 107.603 236.165 108.068 237.413 108.132C238.698 108.285 239.996 108.306 241.285 108.194C240.001 108.464 238.688 108.571 237.378 108.512C236.713 108.485 236.054 108.378 235.415 108.194C234.743 108.02 234.12 107.693 233.594 107.24C233.138 106.857 232.588 106.602 232.001 106.501C231.414 106.4 230.81 106.457 230.252 106.665C229.083 106.982 228.084 107.743 227.468 108.786C226.92 109.802 227.3 111.11 227.556 112.365C227.718 113.016 227.804 113.683 227.813 114.354C227.791 115.043 227.635 115.721 227.353 116.351C226.738 117.534 225.886 118.577 224.851 119.417C224.362 119.853 223.848 120.26 223.313 120.637C223.039 120.827 222.742 120.981 222.429 121.096C222.273 121.163 222.099 121.179 221.934 121.14C221.857 121.105 221.795 121.044 221.756 120.969C221.718 120.894 221.706 120.808 221.722 120.725Z' fill='%230C1A32'/%3E%3Cpath d='M197.288 106.135C197.537 107.404 198.241 108.539 199.268 109.325C200.269 110.126 201.416 110.727 202.645 111.093C203.255 111.284 203.874 111.44 204.502 111.561L206.411 111.844C207.718 112.007 209.014 112.249 210.292 112.568C211.655 112.839 212.928 113.447 213.996 114.336C214.281 114.616 214.498 114.958 214.633 115.334C214.756 115.726 214.774 116.144 214.686 116.545C214.493 117.251 214.129 117.897 213.625 118.427C213.39 118.682 213.143 118.924 212.882 119.152C212.598 119.393 212.271 119.578 211.919 119.7C211.259 119.911 210.568 120.004 209.877 119.974C208.558 119.92 207.246 119.767 205.951 119.514C204.661 119.276 203.388 119.011 202.106 118.799C200.87 118.544 199.611 118.417 198.349 118.419C197.859 118.383 197.374 118.538 196.996 118.852C196.967 118.881 196.946 118.918 196.934 118.958C196.904 119.005 196.877 119.056 196.855 119.108L196.678 119.55L196.307 120.433C195.807 121.664 195.198 122.847 194.486 123.968C193.767 125.189 192.715 126.179 191.453 126.823C190.793 127.133 190.07 127.287 189.341 127.273L187.387 127.203C184.788 127.106 182.189 126.982 179.59 126.779C182.189 126.575 184.788 126.443 187.387 126.354L189.332 126.275C189.905 126.244 190.465 126.094 190.976 125.833C192.005 125.22 192.853 124.344 193.434 123.297C194.069 122.205 194.63 121.071 195.113 119.903L195.511 119.02L195.714 118.569C195.804 118.362 195.926 118.171 196.077 118.003C196.386 117.681 196.787 117.461 197.226 117.376C197.589 117.297 197.96 117.265 198.331 117.279C199.667 117.373 200.989 117.61 202.274 117.986C203.538 118.313 204.793 118.657 206.058 118.922C207.301 119.228 208.578 119.373 209.859 119.355C210.467 119.338 211.067 119.206 211.627 118.967C211.885 118.861 212.119 118.705 212.316 118.507C212.511 118.304 212.723 118.047 212.918 117.818C213.274 117.37 213.539 116.857 213.695 116.307C213.747 116.068 213.737 115.82 213.666 115.586C213.595 115.353 213.465 115.141 213.289 114.972C212.35 114.192 211.242 113.641 210.053 113.364C208.815 113.021 207.557 112.749 206.287 112.551C205.66 112.445 204.997 112.294 204.36 112.171C203.724 112.047 203.078 111.835 202.46 111.587C201.199 111.156 200.04 110.47 199.056 109.573C198.048 108.695 197.415 107.465 197.288 106.135Z' fill='%230C1A32'/%3E%3Cpath d='M194.962 122.775C194.914 123.035 194.914 123.302 194.962 123.562C195.017 123.868 195.112 124.165 195.245 124.446C195.522 125.028 195.883 125.567 196.315 126.045C197.183 127.07 198.224 127.934 199.391 128.599C199.944 128.937 200.572 129.132 201.219 129.164C201.867 129.196 202.512 129.066 203.095 128.785C203.384 128.638 203.654 128.457 203.9 128.246C204.138 128.034 204.377 127.804 204.642 127.53C205.181 127.022 205.774 126.575 206.41 126.195C207.669 125.39 209.124 124.944 210.618 124.905C211.381 124.905 212.137 125.049 212.846 125.329C213.549 125.634 214.179 126.086 214.694 126.655C215.63 127.754 216.374 129.003 216.895 130.349C217.436 131.651 217.844 133.004 218.115 134.387C217.646 133.074 217.085 131.795 216.435 130.561C215.824 129.343 215.037 128.22 214.101 127.229C213.654 126.772 213.11 126.418 212.51 126.195C211.906 125.995 211.271 125.908 210.636 125.939C209.317 126.016 208.032 126.381 206.87 127.008C206.276 127.32 205.719 127.697 205.208 128.131L204.403 128.82C204.109 129.058 203.788 129.262 203.449 129.43C202.757 129.759 201.995 129.914 201.23 129.881C200.484 129.822 199.754 129.634 199.073 129.324C197.742 128.695 196.542 127.819 195.537 126.743C195.013 126.196 194.589 125.562 194.281 124.87C194.099 124.494 193.993 124.086 193.968 123.669C193.944 123.252 194.002 122.834 194.14 122.44L194.962 122.775Z' fill='%230C1A32'/%3E%3Cpath d='M183.373 102.582C184.63 101.498 185.995 100.548 187.448 99.7456C187.634 99.6484 187.837 99.5688 188.041 99.4805C188.246 99.4048 188.455 99.3428 188.668 99.2949C189.066 99.1977 189.455 99.1093 189.844 99.0032C190.604 98.8522 191.305 98.4838 191.86 97.9428C191.98 97.807 192.075 97.6516 192.143 97.4832C192.236 97.2803 192.345 97.0853 192.47 96.9C192.711 96.5597 192.974 96.235 193.256 95.9279C193.524 95.6967 193.741 95.4123 193.893 95.0928C194.046 94.7733 194.13 94.4258 194.14 94.0721C194.14 93.7981 193.928 93.3298 193.884 92.8879C193.84 92.456 193.84 92.0207 193.884 91.5888C193.951 90.7379 194.12 89.8982 194.388 89.0879L195.219 89.3884C194.976 90.1258 194.813 90.8872 194.733 91.6595C194.697 92.0357 194.697 92.4145 194.733 92.7907C194.752 92.9755 194.784 93.1586 194.83 93.3386C194.891 93.5553 194.933 93.7772 194.954 94.0014C194.986 94.4885 194.866 94.9736 194.609 95.3888C194.376 95.7536 194.103 96.0915 193.796 96.3963C193.504 96.6879 193.212 96.9618 192.956 97.28C192.838 97.4238 192.729 97.5743 192.629 97.7307C192.52 97.9298 192.389 98.1165 192.24 98.2874C190.993 99.5953 189.11 99.7279 187.82 100.497C186.469 101.358 185.168 102.293 183.921 103.298L183.373 102.582Z' fill='%230C1A32'/%3E%3Cpath d='M218.044 100.744C217.718 101.091 217.498 101.523 217.408 101.99C217.391 102.081 217.399 102.174 217.43 102.261C217.461 102.348 217.514 102.425 217.584 102.485C217.771 102.612 217.987 102.691 218.212 102.715C218.458 102.738 218.705 102.704 218.935 102.615C219.166 102.526 219.372 102.385 219.538 102.202C219.927 101.858 220.236 101.407 220.687 101.045C220.803 100.936 220.947 100.86 221.103 100.826C221.258 100.791 221.42 100.8 221.571 100.85C221.84 100.961 222.071 101.149 222.234 101.389C222.583 101.823 222.79 102.354 222.827 102.909C222.816 103.999 222.68 105.085 222.42 106.144C222.661 105.086 222.77 104.003 222.747 102.918C222.687 102.389 222.468 101.89 222.119 101.486C221.969 101.28 221.759 101.123 221.518 101.036C221.402 101.011 221.281 101.016 221.167 101.05C221.052 101.084 220.948 101.146 220.864 101.23C220.484 101.575 220.192 102.052 219.794 102.45C219.596 102.675 219.351 102.855 219.076 102.977C218.801 103.099 218.504 103.16 218.203 103.157C217.891 103.151 217.586 103.062 217.319 102.9C217.177 102.799 217.061 102.667 216.978 102.514C216.895 102.361 216.849 102.191 216.842 102.017C216.868 101.39 217.057 100.781 217.39 100.249L218.044 100.744Z' fill='%230C1A32'/%3E%3Cpath d='M49.3193 26.5117C54.224 23.668 59.4118 21.3431 64.7986 19.5745C70.187 17.7548 75.7611 16.5396 81.4182 15.9513C87.0902 15.3737 92.8176 15.6898 98.3915 16.888C101.163 17.5127 103.869 18.4004 106.471 19.5392L108.399 20.4229C109.035 20.7499 109.636 21.121 110.255 21.4568C111.519 22.1108 112.651 22.9857 113.835 23.7545C109.073 20.7121 103.794 18.5676 98.2589 17.4271C92.7315 16.3232 87.07 16.0521 81.4624 16.6229C75.8549 17.1922 70.3211 18.3383 64.9489 20.0429C62.2968 20.8736 59.6447 21.8103 56.9927 22.8973C54.3724 23.9649 51.811 25.1714 49.3193 26.5117Z' fill='%230C1A32'/%3E%3Cpath d='M50.9375 13.7242C52.5478 12.2456 54.2808 10.9064 56.1179 9.72099C57.9637 8.52409 59.8895 7.45522 61.8817 6.52192C63.8761 5.60422 65.9466 4.86203 68.0699 4.30378C70.1902 3.74372 72.3668 3.42357 74.5586 3.34937C73.4801 3.55262 72.3928 3.61448 71.3319 3.89727C70.8015 4.02099 70.2711 4.1182 69.7407 4.25076L68.176 4.69262C66.0915 5.3052 64.058 6.07933 62.0939 7.00797C60.1171 7.9099 58.1954 8.92796 56.3389 10.0568C54.473 11.1801 52.6698 12.4044 50.9375 13.7242Z' fill='%230C1A32'/%3E%3Cpath d='M95.7842 5.00197C97.1014 4.99585 98.417 5.09633 99.7181 5.30244C101.028 5.5043 102.322 5.79963 103.59 6.18616C104.866 6.55489 106.099 7.05851 107.268 7.68848C108.44 8.31644 109.491 9.14839 110.371 10.1452C109.347 9.3417 108.231 8.66238 107.047 8.12151C105.872 7.57787 104.664 7.10857 103.431 6.71639C102.193 6.30104 100.92 6.03593 99.6474 5.72662C98.3744 5.41732 97.0837 5.21407 95.7842 5.00197Z' fill='%230C1A32'/%3E%3Cpath d='M117.045 19.8926C118.583 23.0916 120.198 26.2524 121.889 29.3749C122.773 30.9303 123.587 32.4856 124.541 34.0056C125.001 34.7568 125.425 35.5256 125.947 36.2503C126.186 36.6214 126.442 36.9837 126.707 37.3284C126.828 37.5083 126.961 37.6796 127.105 37.841C127.232 38.0258 127.425 38.1553 127.644 38.2033L127.017 38.8307C126.985 38.5819 126.87 38.3513 126.69 38.1768C126.547 38.0015 126.414 37.8186 126.292 37.6289C126.027 37.2665 125.779 36.8865 125.549 36.5065C125.072 35.7554 124.665 34.9777 124.206 34.2C123.321 32.6447 122.526 31.0628 121.73 29.481C120.104 26.2996 118.565 23.1005 117.045 19.8926Z' fill='%230C1A32'/%3E%3Cpath d='M150.664 26.2289C153.502 22.9679 156.26 19.6275 158.983 16.2693C160.344 14.5844 161.685 12.8847 163.005 11.1702C164.322 9.45583 165.657 7.72373 166.797 5.86792C165.684 7.72373 164.437 9.50001 163.173 11.2586C161.909 13.0172 160.618 14.7935 159.301 16.4814C156.693 19.9368 153.997 23.3391 151.345 26.7591L150.664 26.2289Z' fill='%230C1A32'/%3E%3Cpath d='M177.406 3.79995C182.369 1.83923 187.618 0.699054 192.947 0.424139C198.303 0.0984392 203.675 0.635525 208.86 2.01484C211.442 2.70405 213.96 3.61776 216.383 4.74553C218.813 5.84713 221.146 7.15078 223.358 8.64274C224.445 9.41158 225.55 10.1627 226.576 11.0111C227.088 11.4353 227.628 11.833 228.132 12.266L229.617 13.6004L230.359 14.272L231.058 14.979L232.463 16.393C233.347 17.3651 234.231 18.3813 235.115 19.3623C234.231 18.4079 233.303 17.4269 232.357 16.499L230.907 15.1381L230.182 14.4576L229.422 13.8125L227.919 12.5223C227.407 12.0981 226.867 11.7181 226.346 11.3116C225.312 10.4809 224.198 9.76507 223.101 9.02274C218.652 6.11643 213.766 3.93865 208.63 2.57158C206.079 1.88064 203.478 1.39015 200.851 1.1046C198.208 0.833371 195.549 0.753628 192.894 0.866C190.25 0.961381 187.617 1.2568 185.018 1.74972C182.424 2.20174 179.876 2.88796 177.406 3.79995Z' fill='%230C1A32'/%3E%3Cpath d='M48.1882 2.78369C46.5439 4.00323 44.9203 5.25811 43.3172 6.54834C41.726 7.83857 40.1613 9.13765 38.6761 10.5428C37.162 11.9061 35.7331 13.3611 34.3974 14.8995C33.0282 16.4205 31.8414 18.0962 30.8613 19.8925C31.6496 17.9753 32.7225 16.1877 34.0438 14.5902C35.342 12.9909 36.7574 11.4903 38.2783 10.1009C39.8111 8.71561 41.4132 7.40896 43.0785 6.18602C44.7204 4.96238 46.426 3.82667 48.1882 2.78369Z' fill='%230C1A32'/%3E%3Cpath d='M227.742 2.14746C229.771 2.77686 231.653 3.80768 233.276 5.17862C234.105 5.84816 234.861 6.60353 235.53 7.43211C236.201 8.24259 236.768 9.13312 237.219 10.0833C236.521 9.28793 235.849 8.50141 235.115 7.76793C234.397 7.02835 233.642 6.32633 232.852 5.66467C231.258 4.34115 229.548 3.16398 227.742 2.14746Z' fill='%230C1A32'/%3E%3Cpath d='M246.095 1.08691C246.703 1.33753 247.263 1.69353 247.748 2.13854C248.235 2.57934 248.676 3.06783 249.065 3.59668C249.444 4.13894 249.78 4.7091 250.073 5.30226C250.214 5.59389 250.329 5.89436 250.462 6.18598C250.594 6.47761 250.674 6.80459 250.762 7.0697C250.163 5.93391 249.49 4.83868 248.747 3.7911C248.374 3.28346 247.966 2.80216 247.527 2.35063C247.093 1.88221 246.613 1.45881 246.095 1.08691Z' fill='%230C1A32'/%3E%3Cpath d='M259.117 148.465C260.581 147.715 261.905 146.72 263.033 145.522C264.147 144.342 265.045 142.975 265.685 141.484L266.136 141.687C264.625 144.69 262.128 147.082 259.063 148.465H259.117Z' fill='%230C1A32'/%3E%3Cpath d='M262.502 110.147C263.256 110.044 263.983 109.794 264.641 109.413C264.972 109.241 265.283 109.034 265.57 108.795C265.892 108.582 266.139 108.272 266.277 107.911L266.904 108.539C266.529 108.708 266.171 108.912 265.835 109.148C265.495 109.347 265.137 109.513 264.765 109.643C264.037 109.914 263.276 110.084 262.502 110.147Z' fill='%230C1A32'/%3E%3Cpath d='M2.82934 122.917C2.83714 123.865 3.01067 124.804 3.34207 125.692L4.11117 128.405C4.6298 130.207 5.16905 132.007 5.72893 133.804C6.28882 135.601 6.87816 137.386 7.49698 139.16C8.10993 140.935 8.82724 142.673 9.64516 144.365C8.81285 142.68 8.08079 140.948 7.45278 139.177C6.79271 137.41 6.16505 135.642 5.56981 133.875C4.97751 132.107 4.39406 130.34 3.80176 128.511L2.97078 125.807C2.77224 124.874 2.42606 123.979 1.94531 123.155L2.82934 122.917Z' fill='%230C1A32'/%3E%3Cpath d='M4.75589 98.314C4.84023 98.6137 4.94056 98.9087 5.05646 99.1977C5.17291 99.5021 5.31179 99.7975 5.47195 100.081C5.78629 100.671 6.2092 101.195 6.71842 101.628C6.0995 101.315 5.5424 100.893 5.07414 100.382C4.83399 100.121 4.61244 99.8432 4.41112 99.5512C4.20828 99.2496 4.0393 98.9265 3.90723 98.5879L4.75589 98.314Z' fill='%230C1A32'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_193_879'%3E%3Crect width='277' height='152' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A"); }
    .help__item:nth-child(3) {
      background-image: url("data:image/svg+xml,%3Csvg width='231' height='140' viewBox='0 0 231 140' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M231 127.056C228.496 125.042 226.104 122.918 223.825 120.682C221.483 118.494 219.411 116.088 217.646 113.506C215.906 110.967 213.818 108.631 211.43 106.551C209.064 104.44 206.553 102.461 203.911 100.627C198.658 96.9415 192.781 94.0216 186.501 91.9762C180.158 89.8323 173.973 87.3307 167.986 84.4866C161.968 81.74 156.045 78.8433 150.093 76.0053C147.12 74.6026 144.141 73.1739 141.117 71.9734C139.622 71.409 138.053 71.0187 136.446 70.8122L133.979 70.4599L131.482 70.2054C128.144 69.9118 124.791 69.7161 121.437 69.553C118.084 69.3899 114.717 69.3834 111.363 69.4225C108.01 69.4617 104.642 69.5661 101.311 69.8662C97.9905 70.1003 94.6969 70.5782 91.4642 71.2949H91.391L88.7481 71.4646C87.8768 71.4646 87.0056 71.4646 86.1344 71.4646C85.2632 71.4646 84.3919 71.4254 83.528 71.3798C82.6641 71.3341 81.8002 71.308 80.9363 71.2558C77.4855 71.0209 74.047 70.7208 70.6207 70.3555C63.768 69.6509 56.9519 68.7636 50.1212 67.8894C46.7095 67.4523 43.3051 67.0152 39.8714 66.5846C36.4377 66.154 33.0553 65.7364 29.6217 65.5799C29.2023 65.5571 28.7818 65.5571 28.3624 65.5799C27.9393 65.5766 27.5163 65.5962 27.0958 65.6386C26.2466 65.7234 25.3973 65.8343 24.548 65.9452C22.8495 66.1801 21.1559 66.441 19.4671 66.7281C16.0847 67.2957 12.7169 67.9481 9.37109 68.6853C12.6901 67.8546 16.0285 67.0956 19.3866 66.4084C21.0704 66.0692 22.7543 65.756 24.4529 65.4755C25.3021 65.345 26.1587 65.2145 27.0153 65.1101C27.4493 65.0533 27.8872 65.0228 28.3258 65.0188C28.7647 64.996 29.2047 64.996 29.6436 65.0188C33.1212 65.1036 36.5402 65.469 39.9666 65.8082C43.3929 66.1475 46.8046 66.565 50.2163 66.963C57.0471 67.7524 63.8705 68.5548 70.7158 69.2333C74.1324 69.5726 77.549 69.8488 80.9656 70.0619C81.8222 70.1141 82.6787 70.1402 83.528 70.1728C84.3773 70.2054 85.2412 70.2511 86.0904 70.238C86.9397 70.225 87.7963 70.238 88.6382 70.238L91.1421 70.0619H91.0469C94.3599 69.307 97.7364 68.7942 101.143 68.5287C104.525 68.2091 107.915 68.1047 111.305 68.0199C118.086 67.8948 124.87 68.1257 131.621 68.7114L134.162 68.9724L136.695 69.3116C138.432 69.5516 140.128 69.9901 141.739 70.6164C144.873 71.8756 147.838 73.3044 150.825 74.7201C156.777 77.5646 162.685 80.4678 168.667 83.2014C174.586 86.0278 180.699 88.5184 186.97 90.6584C193.361 92.8236 199.326 95.8778 204.643 99.7073C207.312 101.59 209.82 103.647 212.148 105.859C214.53 108.044 216.597 110.485 218.298 113.127C219.099 114.434 220.005 115.687 221.006 116.879C221.98 118.092 223.042 119.26 224.118 120.408C226.322 122.718 228.621 124.923 231 127.056Z' fill='%230C1A32'/%3E%3Cpath d='M0 68.7245C2.0643 67.7824 4.18036 66.9332 6.3402 66.1801C8.49265 65.3972 10.689 64.7318 12.9293 64.1381C14.0422 63.8315 15.1696 63.5836 16.2971 63.3226C17.4246 63.0616 18.5667 62.8529 19.7234 62.7224C22.0161 62.3391 24.3595 62.2578 26.6786 62.481C26.0929 62.481 25.5219 62.5332 24.9435 62.5462C24.3651 62.5593 23.8014 62.6702 23.2303 62.7354C22.0955 62.879 20.9607 63.0421 19.8406 63.2834C17.571 63.7206 15.3746 64.249 13.1782 64.8427C10.9819 65.4364 8.7855 66.0627 6.58912 66.7086C5.49094 67.0283 4.39275 67.361 3.3092 67.7133L0 68.7245Z' fill='%230C1A32'/%3E%3Cpath d='M200.602 98.0569C199.395 95.54 198.893 92.7996 199.138 90.0714C199.303 88.693 199.737 87.3507 200.419 86.1048C200.595 85.7982 200.814 85.5111 201.019 85.211L201.327 84.7673L201.7 84.3694L202.432 83.5735L203.303 82.8819C205.654 81.153 208.128 79.6851 210.295 77.9171C211.377 77.086 212.28 76.0868 212.96 74.9682C213.578 73.8366 213.894 72.5928 213.883 71.3343C213.85 68.7215 213.429 66.124 212.631 63.6098C211.868 61.0707 210.854 58.5971 209.6 56.218C207.13 51.4382 203.537 47.1866 199.064 43.7505L199.204 43.8288C197.473 43.1434 195.686 42.5764 193.859 42.1326C192.042 41.6627 190.179 41.3459 188.295 41.1866C186.432 41.0204 184.551 41.1351 182.731 41.5258C180.929 41.9223 179.303 42.7903 178.06 44.018L177.496 43.6005C178.782 42.2036 180.521 41.1943 182.475 40.7103C184.392 40.2288 186.391 40.0586 188.375 40.208C190.328 40.3427 192.262 40.642 194.152 41.1018C196.051 41.5507 197.909 42.1287 199.709 42.8306H199.775L199.841 42.8828C204.491 46.3926 208.208 50.7806 210.72 55.7287C211.997 58.1742 213.021 60.7183 213.78 63.3293C214.605 65.9457 215.028 68.6494 215.039 71.3669C215.027 72.7822 214.654 74.1765 213.949 75.4445C213.198 76.6633 212.206 77.7509 211.02 78.6543C208.758 80.468 206.217 81.9163 203.948 83.5865L203.135 84.2389L202.403 84.9566L202.052 85.3154L201.759 85.7199C201.576 85.9874 201.363 86.2483 201.195 86.5289C200.544 87.673 200.12 88.9091 199.943 90.1823C199.669 92.7805 200.104 95.3991 201.21 97.8155L200.602 98.0569Z' fill='%230C1A32'/%3E%3Cpath d='M212.111 76.5665C213.805 76.0228 215.608 75.8006 217.405 75.9141C219.189 76.0193 220.95 76.3374 222.639 76.8601C223.485 77.1143 224.307 77.4262 225.099 77.7931C225.878 78.1824 226.627 78.6183 227.34 79.0979C227.684 79.3458 228.072 79.5611 228.379 79.822L229.324 80.6506C229.639 80.9218 229.93 81.2141 230.195 81.5248C230.473 81.8249 230.729 82.1381 231 82.4382L230.034 81.6618C229.729 81.3914 229.401 81.1427 229.053 80.9181L228.013 80.2657C227.676 80.0439 227.281 79.8677 226.937 79.6655C226.211 79.2764 225.455 78.9341 224.675 78.6412C223.894 78.3662 223.097 78.1288 222.288 77.9301C220.667 77.5438 219.001 77.3249 217.324 77.2777C215.655 77.2124 213.971 77.2385 212.28 77.2777L212.111 76.5665Z' fill='%230C1A32'/%3E%3Cpath d='M127.272 100.81C128.305 104.007 129.205 107.23 130.062 110.466C130.918 113.701 131.68 116.99 132.419 120.213C133.159 123.435 133.752 126.737 134.25 130.051C134.499 131.701 134.689 133.359 134.865 135.016L135.018 137.508C135.018 138.343 135.018 139.171 135.018 140L134.813 137.521L134.499 135.048C134.257 133.404 134.008 131.786 133.693 130.129C133.093 126.867 132.449 123.605 131.716 120.343C130.984 117.081 130.252 113.819 129.52 110.557L127.272 100.81Z' fill='%230C1A32'/%3E%3Cpath d='M94.2314 86.594C96.2455 87.0696 98.2061 87.7095 100.088 88.5056C101.97 89.2971 103.777 90.2221 105.492 91.2718C107.21 92.3256 108.8 93.537 110.236 94.8861C111.665 96.2348 112.884 97.749 113.86 99.3877C113.193 98.6766 112.659 97.8937 111.934 97.2348C111.59 96.8955 111.283 96.5302 110.917 96.2105L109.818 95.2514C108.334 94.0009 106.748 92.8495 105.074 91.8067C103.389 90.7671 101.638 89.8131 99.8322 88.9492C98.9317 88.5121 98.0165 88.1011 97.0794 87.7161C96.1423 87.3312 95.1759 86.9463 94.2314 86.594Z' fill='%230C1A32'/%3E%3Cpath d='M180.147 104.463C179.019 105.338 177.95 106.218 176.852 107.138C175.754 108.058 174.715 108.965 173.69 109.924C171.626 111.805 169.671 113.777 167.833 115.835C166.007 117.904 164.346 120.084 162.861 122.359C161.426 124.669 160.275 127.11 159.428 129.64C160.023 127.031 161.008 124.506 162.356 122.131C163.773 119.793 165.409 117.567 167.247 115.476C169.106 113.403 171.117 111.442 173.265 109.604C175.409 107.737 177.709 106.018 180.147 104.463Z' fill='%230C1A32'/%3E%3Cpath d='M141.981 97.0913C142.076 97.0261 142.054 96.8043 142.054 96.8695V96.9086V96.9804C142.091 97.0261 142.127 97.0783 142.164 97.1174C142.24 97.2133 142.328 97.3009 142.427 97.3784C142.649 97.5383 142.895 97.668 143.159 97.7633C143.544 97.878 143.891 98.0752 144.17 98.3374C144.261 98.4243 144.331 98.5272 144.375 98.6395C144.419 98.7519 144.437 98.8712 144.426 98.9898C144.404 99.1017 144.357 99.2085 144.288 99.3038C144.219 99.3991 144.129 99.4809 144.023 99.5444C143.7 99.7206 143.342 99.8402 142.969 99.8967L141.966 100.138C141.318 100.291 140.691 100.51 140.099 100.79C139.982 100.856 139.836 100.967 139.858 100.973C139.88 100.98 139.858 100.914 139.858 100.927C139.876 100.95 139.898 100.97 139.923 100.986C140.142 101.108 140.399 101.163 140.656 101.143C141.268 101.103 141.854 100.904 142.339 100.569C142.906 100.224 143.451 99.8515 143.972 99.453C144.237 99.2442 144.519 99.0524 144.814 98.8789C144.969 98.7848 145.136 98.7081 145.312 98.6506C145.447 98.6042 145.592 98.582 145.737 98.5853C145.656 98.7093 145.737 98.6701 145.663 98.618C145.622 98.5623 145.575 98.5099 145.524 98.4614C145.422 98.3505 145.297 98.2461 145.18 98.1352C144.921 97.913 144.677 97.6778 144.448 97.4306C144.33 97.2927 144.23 97.144 144.148 96.9869C144.066 96.807 144.034 96.6126 144.053 96.4193C144.05 96.2167 144.107 96.017 144.219 95.8405C144.331 95.664 144.493 95.5171 144.69 95.4146C144.926 95.3355 145.186 95.3355 145.422 95.4146C145.621 95.4746 145.807 95.5651 145.971 95.6821C146.253 95.8814 146.517 96.0995 146.761 96.3345C147.271 96.7725 147.741 97.2459 148.167 97.7503C148.275 97.8881 148.373 98.0319 148.46 98.1808C148.497 98.2591 148.541 98.3374 148.577 98.4287C148.624 98.5368 148.644 98.6525 148.636 98.768C148.576 99.138 148.38 99.4798 148.079 99.7401C147.584 100.215 146.983 100.593 146.315 100.849C145.668 101.042 145.047 101.298 144.463 101.612C144.141 101.801 143.784 101.938 143.408 102.017C143.05 102.017 142.72 102.056 142.369 102.095L142.706 101.893C142.662 101.997 142.786 102.226 143.137 102.35C143.488 102.479 143.863 102.547 144.243 102.552C145.056 102.566 145.865 102.437 146.622 102.174C146.993 102.05 147.339 101.873 147.647 101.652C147.789 101.553 147.909 101.432 147.999 101.293C148.064 101.129 148.115 100.961 148.153 100.79C148.401 100.062 148.601 99.3214 148.753 98.5723C148.987 97.7959 148.321 97.1696 147.662 96.7325C147.325 96.5042 146.981 96.3084 146.615 96.0801C146.289 95.8862 145.937 95.7284 145.568 95.6104C145.198 95.468 144.817 95.3523 144.426 95.2646C144.045 95.1863 143.628 95.1732 143.445 95.4016C143.364 95.4994 143.306 95.7474 143.196 95.9105C143.088 96.0898 142.955 96.2564 142.801 96.4063C142.64 96.5534 142.469 96.6907 142.288 96.8173L142.003 97.0065L141.856 97.0978L141.776 97.15H141.732H141.805C141.87 97.1516 141.933 97.1306 141.981 97.0913ZM141.395 96.7064C141.431 96.6675 141.476 96.6363 141.527 96.6151H141.607H141.886C141.985 96.6024 142.084 96.5805 142.178 96.5498C142.369 96.4921 142.544 96.3987 142.691 96.2758C142.833 96.1512 142.949 96.0055 143.035 95.8452C143.123 95.6756 143.13 95.5386 143.24 95.2907C143.306 95.1876 143.396 95.0979 143.503 95.0272C143.61 94.9564 143.732 94.9062 143.862 94.8797C144.103 94.8331 144.35 94.8199 144.594 94.8405C145.046 94.8749 145.489 94.974 145.905 95.1341C146.34 95.281 146.738 95.5027 147.076 95.7865C147.34 96.0409 147.677 96.315 147.969 96.5955C148.272 96.8765 148.544 97.1823 148.782 97.5089C148.896 97.6809 148.977 97.8682 149.024 98.0634C149.046 98.2608 149.046 98.4597 149.024 98.6571C148.958 99.4269 148.775 100.177 148.672 100.927C148.651 101.134 148.605 101.337 148.533 101.534C148.432 101.736 148.288 101.917 148.109 102.069C147.765 102.344 147.371 102.564 146.945 102.722C146.118 103.038 145.23 103.211 144.331 103.23C143.854 103.243 143.379 103.162 142.94 102.996C142.681 102.907 142.453 102.758 142.281 102.565C142.175 102.445 142.106 102.303 142.079 102.152C142.052 102.001 142.069 101.847 142.127 101.704L142.215 101.489H142.464C142.808 101.521 143.159 101.541 143.489 101.56C143.789 101.515 144.079 101.425 144.345 101.293C144.966 101.015 145.61 100.779 146.271 100.588C146.869 100.356 147.378 99.9726 147.735 99.4857C147.901 99.2981 148 99.0711 148.021 98.8332C148.028 98.7988 148.028 98.7633 148.021 98.7289L147.889 98.5136C147.808 98.4027 147.728 98.2787 147.633 98.1678C147.233 97.6897 146.798 97.2364 146.33 96.8108C146.095 96.5955 145.846 96.3541 145.634 96.1584C145.422 95.9627 145.158 95.8974 145.026 95.9496C144.895 96.0018 144.748 96.2236 144.712 96.4781C144.69 96.592 144.702 96.7091 144.748 96.8173C144.799 96.9422 144.868 97.0607 144.953 97.1696C145.146 97.4142 145.356 97.6474 145.583 97.8677L145.92 98.2265C145.985 98.2912 146.044 98.3611 146.095 98.4353C146.126 98.4848 146.151 98.5374 146.168 98.5919C146.18 98.6369 146.18 98.6838 146.168 98.7289C146.155 98.7899 146.119 98.8451 146.066 98.8854C145.876 99.0094 145.751 98.9507 145.693 98.9768C145.625 98.9816 145.558 98.9948 145.495 99.0159C145.349 99.0635 145.209 99.1247 145.078 99.1986C144.794 99.3587 144.523 99.5352 144.265 99.727C143.738 100.112 143.269 100.562 142.749 100.986C142.223 101.496 141.497 101.807 140.721 101.854C140.501 101.866 140.28 101.838 140.071 101.773C139.863 101.708 139.671 101.607 139.506 101.475C139.404 101.388 139.327 101.281 139.279 101.162C139.223 101.005 139.236 100.835 139.316 100.686C139.461 100.517 139.656 100.388 139.88 100.314C140.55 100.118 141.232 99.9526 141.922 99.8184C142.252 99.7401 142.581 99.6553 142.903 99.5574C143.204 99.4824 143.481 99.3436 143.709 99.1529C143.796 99.0616 143.826 98.9703 143.804 98.9311C143.774 98.8704 143.722 98.82 143.657 98.7876C143.416 98.6528 143.151 98.5537 142.874 98.494C142.485 98.3787 142.132 98.1844 141.842 97.9264C141.693 97.7902 141.569 97.6338 141.476 97.4632C141.427 97.3753 141.388 97.2836 141.358 97.1892C141.358 97.137 141.358 97.0913 141.358 97.0456V96.9021C141.3 97.013 141.3 96.7847 141.395 96.7064Z' fill='%230C1A32'/%3E%3Cpath d='M139.543 98.2069C139.526 98.27 139.501 98.3312 139.469 98.3895L139.396 98.5331C139.345 98.6244 139.294 98.7157 139.235 98.8071C139.116 98.9837 138.981 99.1517 138.832 99.3094C138.518 99.6226 138.181 99.864 137.903 100.158C137.757 100.281 137.642 100.43 137.564 100.595C137.486 100.76 137.446 100.938 137.449 101.117C137.449 101.456 137.837 101.684 138.13 102.017C138.586 102.67 139.162 103.251 139.835 103.733C140.625 104.051 141.48 104.22 142.347 104.229C144.1 104.402 145.869 104.413 147.625 104.261C148.488 104.194 149.306 103.887 149.962 103.384C150.619 102.88 151.082 102.206 151.286 101.456C151.411 100.693 151.356 99.9153 151.125 99.1724C150.934 98.4026 150.656 97.6588 150.393 96.8825C150.334 96.7063 150.297 96.4584 150.239 96.3149C150.17 96.1472 150.062 95.994 149.924 95.8647C149.632 95.5798 149.308 95.3219 148.958 95.0949C148.606 94.86 148.226 94.6317 147.881 94.4033C147.698 94.2859 147.515 94.175 147.34 94.0445C147.195 93.9124 147.024 93.8061 146.834 93.7313C146.013 93.4815 145.146 93.3709 144.279 93.4051C143.852 93.4155 143.429 93.4769 143.02 93.5878C142.626 93.7178 142.281 93.9439 142.024 94.2402C141.41 94.802 140.849 95.4087 140.348 96.0539C139.794 96.6602 139.508 97.4258 139.543 98.2069ZM139.22 98.2069C139.18 98.0062 139.18 97.8008 139.22 97.6001C139.267 97.3955 139.333 97.1947 139.418 96.9999C139.598 96.6271 139.819 96.271 140.077 95.9365C140.584 95.274 141.155 94.6519 141.783 94.0771C141.935 93.9261 142.099 93.7844 142.273 93.6531C142.461 93.5155 142.677 93.4134 142.91 93.3529C143.349 93.2282 143.805 93.1601 144.265 93.1507C145.179 93.1092 146.095 93.2267 146.959 93.4965C147.18 93.5789 147.382 93.6985 147.552 93.8488C147.713 93.9727 147.896 94.0836 148.072 94.2011C148.438 94.4294 148.804 94.6512 149.163 94.8992C149.532 95.1367 149.873 95.4078 150.18 95.7081C150.346 95.8693 150.476 96.0576 150.561 96.2627C150.642 96.4976 150.656 96.6476 150.722 96.8433C150.949 97.6001 151.235 98.3634 151.454 99.1398C151.702 99.927 151.757 100.752 151.615 101.56C151.399 102.366 150.906 103.092 150.206 103.637C149.505 104.182 148.631 104.519 147.706 104.6C145.92 104.756 144.122 104.745 142.339 104.568C141.9 104.522 141.453 104.483 141.007 104.424C140.544 104.368 140.099 104.23 139.696 104.02C138.979 103.521 138.369 102.911 137.895 102.219C137.756 102.063 137.624 101.952 137.456 101.776C137.286 101.606 137.179 101.394 137.148 101.169C137.14 100.95 137.183 100.732 137.273 100.529C137.364 100.326 137.501 100.142 137.676 99.9879C137.968 99.6748 138.327 99.4203 138.605 99.1398C138.745 98.9967 138.867 98.8415 138.971 98.6766C139.028 98.5946 139.08 98.5096 139.125 98.4222L139.191 98.2982C139.191 98.2982 139.22 98.1481 139.22 98.1873V98.2069Z' fill='%230C1A32'/%3E%3Cpath d='M33.9887 85.2165C33.9038 85.2349 33.816 85.2408 33.7286 85.234C33.6084 85.2246 33.4921 85.1913 33.3883 85.1364C33.2845 85.0816 33.1959 85.0067 33.129 84.9173C32.9184 84.6462 32.7646 84.3434 32.675 84.0235L32.6392 83.9239L32.0161 83.3515C31.5654 82.9868 31.2661 82.4971 31.1669 81.9619C31.128 81.7358 31.1799 81.5048 31.3133 81.3095C31.3367 81.2787 31.3665 81.2521 31.4011 81.2312C31.4377 81.2312 31.5549 81.3682 31.6281 81.4726C31.934 82.0084 32.1792 82.5701 32.3602 83.1493L32.6392 83.9239L33.4364 84.6563C33.631 84.8347 33.8153 85.0217 33.9887 85.2165Z' fill='%230C1A32'/%3E%3Cpath d='M34.4681 80.9572C34.4244 80.9622 34.3801 80.9622 34.3364 80.9572H34.2558L34.0948 80.8919L33.7873 80.7549C33.5844 80.6511 33.3911 80.5333 33.2089 80.4026C32.8501 80.1286 32.5719 79.8285 32.2352 79.5936C32.0946 79.4676 31.9267 79.3684 31.7416 79.3022C31.5566 79.236 31.3583 79.2042 31.1589 79.2087C30.7782 79.2087 30.5293 79.5676 30.1632 79.8611C29.427 80.2776 28.7779 80.8053 28.2451 81.4204C27.9027 82.1291 27.7282 82.8931 27.7326 83.6647C27.5676 85.2325 27.5897 86.8114 27.7985 88.375C27.9035 89.1425 28.2717 89.8625 28.8527 90.4366C29.4325 90.9981 30.205 91.3721 31.0491 91.5001C31.901 91.5974 32.7663 91.5351 33.5896 91.3174C34.4389 91.1282 35.2735 90.8672 36.1374 90.665L36.4668 90.5867C36.5685 90.5686 36.6688 90.5446 36.767 90.5149C36.9481 90.4522 37.1126 90.3567 37.2502 90.2344C37.5617 89.9374 37.8366 89.6115 38.0702 89.2623C38.3264 88.9426 38.568 88.6099 38.8023 88.2837C38.9268 88.1206 39.0512 87.9575 39.1977 87.7944C39.3413 87.6664 39.4535 87.513 39.5271 87.3442C39.7942 86.6146 39.9011 85.846 39.8419 85.0804C39.8244 84.7026 39.7455 84.329 39.6077 83.9713C39.5525 83.8012 39.4577 83.6433 39.3294 83.5081C39.2123 83.3776 39.022 83.2406 38.8682 83.1036C38.231 82.5665 37.5427 82.0797 36.8109 81.6487C36.1467 81.1781 35.3164 80.933 34.4681 80.9572ZM34.4681 80.6571C34.5754 80.6503 34.683 80.6503 34.7903 80.6571C34.9074 80.6571 35.0319 80.6571 35.149 80.6571C35.3814 80.6914 35.6095 80.7461 35.8299 80.8202C36.2555 80.967 36.6627 81.1529 37.0452 81.3747C37.8071 81.8121 38.5248 82.3076 39.1903 82.8557C39.3646 82.9891 39.5285 83.133 39.6809 83.2863C39.8417 83.4523 39.9637 83.6452 40.0396 83.8539C40.1889 84.2478 40.2752 84.6585 40.2959 85.0739C40.3615 85.892 40.2496 86.7138 39.9664 87.4943C39.8728 87.6932 39.7415 87.8764 39.5784 88.0358C39.4466 88.1858 39.3221 88.349 39.1977 88.5055C38.9487 88.8317 38.7071 89.1579 38.4655 89.4907C38.2049 89.8284 37.9055 90.141 37.5723 90.4236C37.3939 90.5791 37.1823 90.7011 36.95 90.7824C36.8374 90.817 36.7225 90.8453 36.6059 90.8672L36.2911 90.939C35.4492 91.1608 34.6072 91.4283 33.7287 91.5914C32.8439 91.8264 31.9135 91.8931 30.9979 91.7871C30.0976 91.5831 29.2865 91.1434 28.6693 90.5248C28.052 89.9062 27.6569 89.1369 27.5349 88.3163C27.3252 86.7311 27.2982 85.1309 27.4544 83.5407C27.4544 83.1427 27.5276 82.7448 27.5862 82.3533C27.6343 81.9386 27.7763 81.5369 28.0035 81.1725C28.5468 80.5236 29.2163 79.9667 29.9802 79.5284C30.1559 79.4045 30.2731 79.2805 30.4707 79.1304C30.6552 78.9721 30.8908 78.8694 31.1443 78.8369C31.3894 78.8248 31.6345 78.8586 31.864 78.9362C32.0935 79.0137 32.3023 79.1332 32.4768 79.287C32.8355 79.5415 33.1357 79.8546 33.4578 80.0895C33.6199 80.2128 33.7967 80.32 33.9849 80.4092C34.0737 80.459 34.1667 80.5027 34.2631 80.5396L34.4096 80.5984H34.4828C34.4828 80.5984 34.5487 80.6636 34.4828 80.6571H34.4681Z' fill='%230C1A32'/%3E%3Cpath d='M45.2158 0C47.7186 0.476675 50.1688 1.15133 52.5371 2.01594C54.9461 2.84666 57.2017 3.99461 59.2287 5.4215C59.7347 5.78755 60.2072 6.18896 60.6417 6.62193C60.854 6.84375 61.0883 7.04599 61.286 7.27434L61.8424 7.99851C62.2158 8.48781 62.5013 8.97712 62.8381 9.46642L63.8264 10.9278C65.1589 12.885 66.4767 14.8423 67.6701 16.8582C68.8838 18.8811 69.9738 20.9609 70.9354 23.0887C71.1916 23.6171 71.4039 24.1586 71.6236 24.6936C71.8432 25.2286 72.0702 25.7766 72.2678 26.3181C72.6339 27.4272 73.0512 28.5102 73.3294 29.6388C74.6043 34.1136 75.176 38.7245 75.0279 43.3394V43.2742C75.0965 45.7643 74.7837 48.2511 74.0981 50.6659C73.4551 53.0721 72.507 55.4053 71.2721 57.6206C70.9866 58.1882 70.6132 58.7101 70.2838 59.2516C69.9591 59.7957 69.5998 60.3229 69.2076 60.8304L68.0435 62.3701C67.6262 62.8594 67.1796 63.3291 66.7549 63.8119C66.3405 64.3151 65.888 64.7925 65.4005 65.2407L63.9363 66.5455C62.9552 67.4002 61.8863 68.1831 60.8467 68.979L60.3635 68.4832C61.2713 67.5894 62.267 66.7738 63.1382 65.8735C64.0095 64.9732 64.9173 64.0859 65.6714 63.0943C66.0667 62.6115 66.4694 62.1352 66.8574 61.6525L67.9337 60.1454C68.2976 59.648 68.6324 59.134 68.9367 58.6057C69.2368 58.0773 69.6102 57.5814 69.8738 57.0334C71.0589 54.9039 71.9889 52.669 72.6485 50.3658C73.3306 48.085 73.663 45.7323 73.6369 43.372V43.3133C73.8501 38.8075 73.3572 34.2973 72.1727 29.9129C70.979 25.5129 69.2073 21.2537 66.894 17.2235C65.7592 15.1946 64.5 13.2243 63.2334 11.254L62.2304 9.7861C61.9156 9.2968 61.6227 8.76182 61.2786 8.30514L60.7808 7.60706C60.6051 7.38525 60.3854 7.183 60.1878 6.95466C59.7824 6.52809 59.3419 6.12902 58.87 5.76075C56.9248 4.30843 54.7486 3.12119 52.4126 2.23776C50.0879 1.31421 47.6806 0.565677 45.2158 0V0Z' fill='%230C1A32'/%3E%3Cpath d='M92.4456 0C91.1728 2.79909 90.1066 5.66926 89.2536 8.5922C88.824 10.0581 88.4963 11.5462 88.2725 13.0481C88.1408 13.7854 88.0749 14.5291 88.0236 15.2728V16.3819V17.5171C88.1334 23.5649 87.9431 29.7237 86.2153 35.6801C85.7939 37.1699 85.2806 38.6379 84.6778 40.0774C84.341 40.7885 84.0482 41.5126 83.6748 42.2107L82.5839 44.2658C81.2109 46.9854 80.037 49.7814 79.0697 52.6362C77.1124 58.3846 75.6656 64.2614 74.7429 70.212L74.0107 70.1598C74.1963 64.0572 75.3473 58.0085 77.4298 52.1926C78.4664 49.2762 79.7162 46.4235 81.1709 43.6525L82.2984 41.6236C82.6645 40.9712 82.9646 40.2666 83.3014 39.5881C83.9055 38.2002 84.4261 36.7847 84.8608 35.3474C86.6033 29.5736 87.0572 23.5323 87.1524 17.4976C87.1606 14.4348 87.709 11.3922 88.7777 8.48129C89.768 5.57868 90.9938 2.7441 92.4456 0Z' fill='%230C1A32'/%3E%3Cpath d='M134.813 0C136.116 5.79948 136.343 11.7499 135.487 17.615C135.094 20.5539 134.458 23.4629 133.583 26.3181C133.129 27.7338 132.609 29.1626 132.119 30.5457L131.387 32.6334L130.728 34.7341C129.024 40.3577 127.998 46.1272 127.668 51.9446C127.514 54.8489 127.587 57.7591 127.887 60.6543C128.176 63.5478 128.777 66.4098 129.681 69.2008L128.993 69.4161C126.679 63.825 126.064 57.8033 126.225 51.899C126.485 45.9747 127.567 40.1018 129.447 34.4145L130.179 32.2941L130.977 30.1934C131.504 28.7842 132.024 27.4272 132.507 26.031C133.424 23.2343 134.14 20.3884 134.652 17.5106C135.136 14.6135 135.401 11.6906 135.443 8.76183C135.507 5.83068 135.297 2.89985 134.813 0V0Z' fill='%230C1A32'/%3E%3Cpath d='M130.567 69.377L131.248 60.5499C131.446 57.6076 131.658 54.6783 131.805 51.7294C131.951 48.7805 132.083 45.8577 132.061 42.9154C132.053 39.9224 132.332 36.9344 132.896 33.9839C134.093 28.1136 136.156 22.4101 139.031 17.0213C139.375 16.3689 139.726 15.6774 140.092 15.0119C140.275 14.6656 140.478 14.328 140.7 14.0007C140.899 13.653 141.132 13.3212 141.396 13.009C142.402 11.7249 143.708 10.65 145.225 9.8579C146.731 9.06767 148.373 8.50549 150.086 8.19426C151.768 7.86751 153.493 7.75113 155.211 7.84848H155.123C157.447 7.82869 159.766 8.0476 162.034 8.50089C164.32 8.92281 166.523 9.64393 168.572 10.6408C170.655 11.647 172.457 13.0586 173.843 14.7705C174.575 15.6382 175.081 16.5059 175.674 17.3801C176.267 18.2544 176.816 19.1351 177.365 20.0289C178.489 21.8183 179.449 23.6859 180.235 25.6135C181.02 27.5632 181.495 29.601 181.648 31.6679C181.75 33.744 181.503 35.8221 180.916 37.8331L180.454 39.3206L179.854 40.7689C179.66 41.254 179.435 41.7288 179.18 42.1912L178.448 43.5873L178.492 43.496C177.214 46.9218 175.63 50.251 173.755 53.4517C173.302 54.2542 172.826 55.0501 172.342 55.8395C172.108 56.2375 171.852 56.6224 171.61 57.0139C171.355 57.3929 171.125 57.7851 170.922 58.1882C170.717 58.5797 170.49 58.958 170.307 59.3625L169.846 60.6021C169.683 61.0148 169.556 61.4379 169.465 61.8678C169.355 62.2984 169.238 62.7224 169.143 63.1726C168.536 66.6811 168.35 70.2371 168.587 73.7807C168.789 77.3382 169.239 80.881 169.934 84.3889L169.202 84.5128C168.465 80.9791 167.976 77.4078 167.737 73.8199C167.453 70.2189 167.605 66.601 168.191 63.0291C168.286 62.5789 168.404 62.1353 168.506 61.7243C168.601 61.2824 168.728 60.8466 168.887 60.4194L169.363 59.1146C169.553 58.6906 169.787 58.273 170.007 57.8555C170.226 57.4392 170.47 57.0341 170.739 56.642C170.973 56.2506 171.222 55.8656 171.471 55.4742C171.947 54.6848 172.401 53.8954 172.848 53.0994C174.647 49.9429 176.181 46.6719 177.438 43.3133V43.2742V43.2285L178.17 41.8715C178.417 41.4272 178.632 40.9696 178.814 40.5014L179.393 39.1053L179.825 37.6831C180.376 35.7666 180.603 33.7876 180.498 31.8114C180.235 27.8969 178.492 24.126 176.318 20.6357C175.769 19.7614 175.212 18.8937 174.634 18.026C174.056 17.1583 173.485 16.258 172.855 15.5077C171.568 13.9391 169.905 12.6464 167.986 11.7238C166.046 10.79 163.961 10.1173 161.8 9.72741C159.635 9.31078 157.425 9.11597 155.211 9.14677H155.116C153.527 9.06507 151.933 9.17923 150.379 9.48602C148.832 9.77436 147.348 10.2856 145.986 10.9996C144.626 11.6682 143.442 12.5892 142.516 13.7006C142.284 13.9811 142.079 14.2779 141.901 14.5878C141.71 14.888 141.513 15.1881 141.337 15.5273C140.986 16.1797 140.605 16.8321 140.297 17.5237C137.492 22.8228 135.488 28.4303 134.338 34.1992C133.793 37.0745 133.529 39.9864 133.547 42.9023C133.547 45.8773 133.481 48.8392 133.313 51.7946C133.144 54.75 132.896 57.7054 132.515 60.6739C132.134 63.6423 131.783 66.5455 131.263 69.4814L130.567 69.377Z' fill='%230C1A32'/%3E%3Cpath d='M2.59863 47.6975C5.98199 46.4817 9.5456 45.7104 13.1778 45.4076C14.9996 45.2434 16.8325 45.1997 18.6615 45.2771C20.4864 45.3633 22.2967 45.6147 24.0645 46.0274C22.2415 45.9099 20.4478 45.8316 18.6468 45.8708C16.8458 45.9099 15.0521 45.9882 13.2657 46.1774C11.4793 46.3666 9.69292 46.5689 7.91386 46.8298C6.1348 47.0908 4.39234 47.3648 2.59863 47.6975Z' fill='%230C1A32'/%3E%3Cpath d='M98.1045 20.4594C100.527 19.8598 103.008 19.4665 105.514 19.2851C108.029 19.0795 110.562 19.1123 113.069 19.383C115.6 19.6288 118.062 20.2669 120.346 21.2684C121.476 21.7896 122.537 22.4221 123.509 23.1539C124.448 23.9055 125.272 24.763 125.962 25.7048C124.377 23.9978 122.373 22.6384 120.105 21.7316C117.842 20.8427 115.444 20.2557 112.989 19.9897C110.525 19.7091 108.038 19.624 105.558 19.7353C103.058 19.8332 100.569 20.0751 98.1045 20.4594Z' fill='%230C1A32'/%3E%3Cpath d='M144.961 47.8735C145.027 48.1475 145.063 48.1932 145.093 48.1867H145.188H145.371H145.73L146.462 48.128L147.926 48.0301C148.9 47.9779 149.873 47.9257 150.855 47.9127C152.814 47.8589 154.775 47.9681 156.712 48.2389C158.665 48.5148 160.565 49.0331 162.356 49.7786C163.247 50.1646 164.093 50.6278 164.882 51.1617C165.657 51.7024 166.349 52.3319 166.939 53.0341C165.56 51.8249 163.925 50.8714 162.129 50.2287C160.348 49.5812 158.492 49.1108 156.594 48.826C154.692 48.51 152.771 48.2921 150.84 48.1736C149.866 48.1214 148.892 48.0823 147.911 48.0954C147.428 48.0954 146.938 48.0954 146.447 48.141L145.715 48.1932H145.356H145.173H145.078C145.078 48.1932 145.027 48.2454 145.034 48.5259L144.961 47.8735Z' fill='%230C1A32'/%3E%3Cpath d='M178.807 75.5095C180.586 75.1703 182.413 75.0779 184.224 75.2355C186.061 75.3761 187.855 75.8046 189.525 76.5012C191.21 77.205 192.687 78.2506 193.837 79.5545C194.956 80.8499 195.734 82.3526 196.114 83.9517C195.448 82.4807 194.513 81.1183 193.347 79.9198C192.176 78.7598 190.757 77.8195 189.174 77.1536C187.58 76.4847 185.886 76.0254 184.144 75.7901C182.38 75.5394 180.592 75.4454 178.807 75.5095Z' fill='%230C1A32'/%3E%3C/svg%3E%0A"); }
    .help__item:nth-child(4) {
      background-image: url("data:image/svg+xml,%3Csvg width='275' height='158' viewBox='0 0 275 158' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_193_968)'%3E%3Cpath d='M12.0606 158C10.5353 156.324 9.15452 154.522 7.93308 152.613C6.68547 150.693 5.57056 148.69 4.59613 146.618C2.62636 142.496 1.26099 138.112 0.542139 133.6C-0.161182 129.068 -0.161182 124.453 0.542139 119.92C1.36029 115.443 2.03136 110.948 3.29995 106.516C3.60172 105.39 4.03686 104.303 4.59613 103.28C5.19631 102.228 6.05344 101.346 7.08735 100.715C8.11693 100.09 9.24764 99.7958 10.2129 99.2626C11.1907 98.7676 12.1149 98.173 12.9707 97.4883C14.7453 96.1244 16.2667 94.4596 17.4659 92.5697C18.0501 91.6311 18.5456 90.64 18.946 89.6094C19.1464 89.0953 19.3183 88.5704 19.4607 88.0373C19.5894 87.5225 19.7457 86.9525 19.9112 86.3733C20.7223 84.1741 21.9106 82.1332 23.4228 80.3423C24.8897 78.5647 26.4777 76.8905 28.1754 75.3319C29.0212 74.5596 29.8669 73.7965 30.7494 73.0611L32.0731 71.967L32.735 71.4246L33.2958 70.8914C34.6678 69.16 35.834 67.2749 36.7706 65.2741C37.7916 63.1564 39.1586 61.2237 40.8154 59.5558C41.7159 58.7071 42.7835 58.0558 43.9501 57.6435L44.8694 57.4321C45.1688 57.3488 45.4779 57.3055 45.7887 57.3034C46.4046 57.3034 47.0573 57.3034 47.5537 57.3034C48.6099 57.3242 49.6616 57.1593 50.6608 56.8161C51.6583 56.4349 52.5891 55.8981 53.4186 55.2256C54.2368 54.5269 55.156 53.7455 56.0753 53.0376C57.034 52.3026 58.0926 51.7082 59.2192 51.2724C61.4885 50.5341 63.8855 50.2712 66.2608 50.5001C68.559 50.5829 70.8572 50.7851 73.1094 51.0334C77.6567 51.5298 82.1734 52.2163 86.6595 53.0927C88.939 53.5084 91.192 54.0579 93.4069 54.7384L94.7215 55.244C94.5633 55.258 94.4129 55.3188 94.2894 55.4187C94.175 55.5163 94.089 55.6429 94.0404 55.7853C93.9919 55.9277 93.9826 56.0805 94.0136 56.2277C94.078 56.3932 94.0136 56.3196 94.0688 56.3564L93.8574 56.1358C93.6735 55.9611 93.4713 55.7864 93.2598 55.6117C92.4233 54.913 91.5132 54.2327 90.6031 53.5708C89.6931 52.9088 88.7646 52.2745 87.8453 51.6217L87.0915 50.9874L86.4664 50.3438C86.0436 49.9209 85.6942 49.4797 85.299 49.0384C83.8097 47.2732 82.4124 45.4621 81.0795 43.5958C78.3728 39.8835 75.916 35.9952 73.7253 31.9568C72.6202 29.9181 71.6379 27.8151 70.7837 25.6592C69.8935 23.4379 69.3868 21.0815 69.2852 18.6905C69.3194 16.2744 69.8843 13.8954 70.9399 11.7218C71.9888 9.57944 73.3973 7.63283 75.1042 5.96668C76.7782 4.26233 78.7385 2.86516 80.8956 1.83879L81.8149 1.49863C82.1183 1.3883 82.4492 1.31476 82.7342 1.23201L83.6535 1.09411L84.5727 1.02056C85.7218 0.919434 86.8801 0.919434 88.0384 0.919434C92.6974 0.960057 97.3228 1.71345 101.754 3.15346C104.034 3.91899 106.155 5.09348 108.014 6.61942C109.765 8.13717 111.411 9.77119 112.941 11.5104C114.481 13.2564 115.882 15.119 117.133 17.0817C118.361 19.0586 119.422 21.1344 120.305 23.2873C122.041 27.6197 123.015 32.22 123.182 36.8845C123.292 39.2381 123.228 41.4169 123.44 43.6602C123.504 44.7818 123.688 45.885 123.807 46.9882C123.927 48.0914 124.157 49.1947 124.423 50.2795C125.341 54.647 127.005 58.8237 129.341 62.6264L130.26 64.0606C130.582 64.5662 130.876 65.0811 131.18 65.5591L132.871 68.5286C133.984 70.5145 135.096 72.5003 136.181 74.5044C137.265 76.5086 138.341 78.5312 139.325 80.6181C139.564 81.1422 139.803 81.6846 140.023 82.2454C140.244 82.8062 140.382 83.3946 140.529 83.9646C140.814 85.0954 141.053 86.217 141.255 87.3478C142.094 91.8741 142.494 96.4707 142.45 101.074C142.45 105.708 141.727 110.314 140.308 114.726C139.566 116.94 138.534 119.045 137.238 120.987C136.915 121.478 136.565 121.95 136.19 122.403C135.826 122.863 135.439 123.305 135.032 123.727C134.223 124.572 133.368 125.317 132.54 126.117C129.148 129.206 125.425 131.872 121.959 134.75C120.221 136.182 118.601 137.754 117.115 139.448C115.667 141.17 114.415 143.047 113.383 145.046C111.413 149.141 110.068 153.507 109.393 158C109.841 153.448 111.004 148.996 112.84 144.807C113.826 142.718 115.061 140.754 116.517 138.96C117.989 137.197 119.603 135.558 121.344 134.06C124.791 131.054 128.413 128.314 131.685 125.207C132.476 124.416 133.331 123.653 134.075 122.844C134.807 122.038 135.469 121.171 136.052 120.251C137.263 118.395 138.221 116.385 138.902 114.276C140.217 109.994 140.859 105.534 140.805 101.055C140.804 96.5591 140.391 92.0723 139.573 87.6512C139.361 86.548 139.131 85.4447 138.856 84.3691C138.709 83.8451 138.571 83.2935 138.396 82.8246C138.221 82.3557 137.973 81.8225 137.743 81.3168C136.778 79.3035 135.712 77.2993 134.627 75.3135C133.542 73.3277 132.43 71.3419 131.308 69.3653L129.617 66.4141C129.323 65.9085 129.056 65.4304 128.762 64.9799L127.843 63.5274C125.396 59.5637 123.646 55.2106 122.667 50.6564C122.392 49.5256 122.226 48.3856 122.024 47.2456C121.822 46.1056 121.693 44.9564 121.629 43.7981C121.399 41.5181 121.454 39.1369 121.344 36.9489C121.178 32.4984 120.245 28.1099 118.586 23.9768C117.738 21.9281 116.72 19.9538 115.543 18.0746C114.337 16.2043 112.991 14.4279 111.517 12.7607C110.037 11.0953 108.449 9.52907 106.764 8.072C105.078 6.72784 103.167 5.69432 101.12 5.01975C96.8784 3.65489 92.4567 2.93285 88.0016 2.87766C86.8893 2.87766 85.777 2.87766 84.683 2.94201L83.8741 3.00636L83.1019 3.12588C82.8721 3.19024 82.6423 3.2362 82.4124 3.31894L81.6954 3.59475C79.7395 4.50553 77.9571 5.74992 76.428 7.27216C73.2194 10.223 71.3119 14.326 71.1238 18.6813C71.2259 20.8422 71.6888 22.9708 72.4935 24.9789C73.3047 27.0607 74.2442 29.0903 75.3065 31.0558C77.4364 35.0291 79.8287 38.8559 82.4676 42.511C83.773 44.3497 85.1519 46.1424 86.5859 47.8524C86.9536 48.2661 87.303 48.7074 87.6891 49.0843L88.2498 49.6727L88.7922 50.1416C89.7114 50.7851 90.6307 51.4471 91.55 52.1182C92.4693 52.7893 93.3885 53.4788 94.3078 54.2327C94.5284 54.4258 94.7583 54.6188 94.9881 54.8395C95.1194 54.9629 95.2422 55.0949 95.3558 55.2348L95.4661 55.3911C95.5308 55.4905 95.5804 55.5989 95.6132 55.7129C95.6716 55.89 95.6747 56.0808 95.6222 56.2597C95.5696 56.4387 95.4639 56.5975 95.319 56.715C95.1356 56.858 94.9081 56.9328 94.6755 56.9264C94.4397 56.9117 94.2073 56.8622 93.9861 56.7793L93.5356 56.6046C93.2415 56.4759 93.0392 56.4116 92.7818 56.3104C90.6513 55.6543 88.4843 55.1232 86.2918 54.72C81.8609 53.8006 77.3748 53.1479 72.8796 52.6422C70.6366 52.3848 68.3844 52.1642 66.1413 52.063C63.9774 51.8255 61.7878 52.032 59.7064 52.6698C58.7351 53.0679 57.8228 53.5968 56.9946 54.2419C56.0753 54.8763 55.2756 55.6485 54.3379 56.3564C53.3851 57.11 52.3215 57.7116 51.1848 58.14C50.0247 58.5297 48.8045 58.7103 47.5812 58.6732C46.947 58.6732 46.4597 58.6732 45.9358 58.6732C45.6779 58.6699 45.4209 58.704 45.1728 58.7743L44.419 58.9398C43.4363 59.2818 42.5349 59.8233 41.7715 60.5303C40.2128 62.0893 38.9209 63.8938 37.9473 65.8717C36.9314 67.9664 35.6692 69.9324 34.1875 71.728L33.498 72.3624L32.8361 72.8864L31.5216 73.962C30.6483 74.6791 29.8025 75.4238 28.966 76.1777C27.2966 77.6767 25.736 79.2928 24.2961 81.0135C22.85 82.6917 21.7054 84.6078 20.9132 86.6767C20.7661 87.1823 20.6098 87.7064 20.4627 88.2855C20.3157 88.8647 20.1042 89.4072 19.902 89.9588C19.4663 91.0432 18.9341 92.0863 18.3117 93.0754C17.0547 95.0419 15.4652 96.7747 13.6142 98.1962C12.6936 98.9143 11.698 99.5308 10.6449 100.035C9.56938 100.559 8.49383 100.871 7.57456 101.432C5.68086 102.49 4.72482 104.595 4.07214 106.719C1.91185 115.434 -0.349554 124.49 1.03855 133.49C1.68088 137.981 2.96569 142.356 4.85352 146.481C5.78388 148.55 6.85585 150.553 8.06178 152.475C9.23764 154.425 10.5753 156.274 12.0606 158Z' fill='%230C1A32'/%3E%3Cpath d='M142.018 105.275C141.758 108.156 141.903 111.059 142.451 113.899C142.727 115.307 143.172 116.678 143.774 117.981C143.91 118.3 144.073 118.608 144.261 118.9C144.455 119.194 144.611 119.516 144.822 119.819C145.231 120.397 145.703 120.927 146.229 121.401C146.744 121.881 147.315 122.298 147.929 122.642C148.545 123.019 149.216 123.35 149.851 123.717C151.128 124.453 152.379 125.216 153.62 126.007C156.093 127.588 158.519 129.243 160.919 130.934C163.318 132.626 165.69 134.345 168.034 136.101C170.378 137.857 172.722 139.622 174.901 141.617C175.862 142.727 176.667 143.965 177.291 145.295C177.935 146.613 178.497 147.97 178.973 149.358C180.008 152.108 180.592 155.008 180.701 157.945C180.551 155.015 179.93 152.128 178.863 149.395C178.362 148.02 177.782 146.676 177.125 145.368C176.496 144.056 175.689 142.837 174.726 141.746C172.557 139.806 170.13 138.068 167.813 136.349C165.497 134.63 163.061 132.929 160.643 131.274C158.225 129.62 155.789 128.002 153.289 126.457C152.039 125.685 150.788 124.94 149.511 124.232C148.876 123.864 148.233 123.561 147.589 123.184C146.924 122.824 146.306 122.383 145.751 121.869C145.186 121.366 144.675 120.805 144.225 120.196C144.004 119.893 143.829 119.553 143.618 119.277C143.413 118.961 143.235 118.629 143.085 118.284C142.445 116.931 141.963 115.509 141.651 114.046C141.054 111.126 140.868 108.136 141.099 105.165L142.018 105.275Z' fill='%230C1A32'/%3E%3Cpath d='M147.837 49.1303C149.692 50.2097 151.747 50.9009 153.877 51.162C156.01 51.4299 158.163 51.516 160.311 51.4194C162.487 51.4166 164.661 51.5517 166.82 51.824C168.901 52.2002 171.005 52.4398 173.117 52.5411C177.208 52.4032 181.491 50.8954 183.909 47.7236C185.043 46.0222 185.865 44.1326 186.336 42.1432C186.924 40.1114 187.412 38.0245 187.853 35.9375C188.68 31.7361 189.498 27.5622 189.921 23.2597C190.309 21.2329 190.384 19.1585 190.142 17.1092C189.876 15.1153 189.163 13.2075 188.055 11.5287C186.877 9.86402 185.384 8.44607 183.661 7.35486C181.916 6.17647 180.07 5.15506 178.145 4.30261C174.396 2.47922 170.248 1.63176 166.084 1.83874C164.044 1.99661 162.055 2.55725 160.233 3.48826C158.411 4.41927 156.791 5.7022 155.467 7.26292L154.548 8.49486L154.07 9.10163L153.601 9.77276C152.985 10.6921 152.369 11.5471 151.762 12.4205C150.512 14.1765 149.216 15.914 147.929 17.6332C145.401 21.0808 142.652 24.4824 142.413 28.6655C142.321 29.6859 142.331 30.7432 142.34 31.828V35.0366C142.386 37.1879 142.468 39.33 142.56 41.472C142.652 43.6141 142.763 45.7746 142.753 47.9075V54.343V67.3243C142.753 71.636 142.661 75.9386 142.542 80.2504C142.422 84.5621 142.275 88.8739 141.862 93.1857L140.942 93.0937C141.301 88.8279 141.393 84.5254 141.466 80.2228C141.54 75.9202 141.549 71.6176 141.531 67.3518L141.439 54.4809L141.356 48.0454C141.356 45.9125 141.218 43.7704 141.117 41.6099C141.016 39.4495 140.915 37.2982 140.85 35.1745L140.786 31.9292C140.786 30.8627 140.786 29.7595 140.841 28.6287C140.928 27.4983 141.143 26.3817 141.485 25.3006C141.845 24.231 142.31 23.1995 142.873 22.2208C143.996 20.3483 145.224 18.5405 146.55 16.8058C147.828 15.0682 149.096 13.3398 150.328 11.5839C150.953 10.6645 151.56 9.82792 152.167 8.94534C152.773 8.06276 153.5 7.17099 154.152 6.28841C155.619 4.55878 157.404 3.12634 159.411 2.06858C161.408 1.02374 163.598 0.398046 165.845 0.229874C170.315 -0.0435327 174.78 0.819944 178.826 2.73971C180.844 3.627 182.782 4.68826 184.617 5.91148C186.545 7.13658 188.214 8.72985 189.526 10.6002C190.823 12.529 191.657 14.7315 191.962 17.0356C192.243 19.267 192.172 21.5286 191.751 23.7377C191.751 23.8664 191.705 24.0227 191.705 24.0779V24.1974V24.4456C191.705 24.8042 191.649 25.034 191.622 25.319L191.392 26.9463C191.236 28.0219 191.07 29.0884 190.877 30.1548C190.519 32.2877 190.105 34.4206 189.636 36.5351C189.167 38.6496 188.643 40.7641 188.009 42.8603C187.696 43.9238 187.328 44.9702 186.906 45.9953C186.486 47.0757 185.91 48.0886 185.196 49.0015C183.716 50.7768 181.795 52.1307 179.625 52.9272C177.521 53.7163 175.291 54.1211 173.043 54.1223C170.859 53.9935 168.688 53.6861 166.553 53.203C164.453 52.8336 162.331 52.5971 160.201 52.4951C159.144 52.4951 158.05 52.4399 156.965 52.348C155.881 52.2462 154.804 52.0835 153.739 51.8607C151.598 51.3863 149.585 50.4549 147.837 49.1303Z' fill='%230C1A32'/%3E%3Cpath d='M266.487 158C268.744 154.929 270.583 151.571 271.957 148.016C273.332 144.503 274.007 140.755 273.942 136.984C273.758 133.224 273.317 129.408 272.821 125.657C272.324 121.906 271.69 118.146 270.826 114.469C270.396 112.639 269.874 110.831 269.263 109.054C268.697 107.31 267.912 105.645 266.928 104.098C265.849 102.652 264.523 101.408 263.012 100.421C261.475 99.3531 259.875 98.3768 258.223 97.4975C256.568 96.5781 254.867 95.7415 253.167 94.8589C252.312 94.4084 251.457 93.9396 250.602 93.4431C250.39 93.3236 250.179 93.1673 249.958 93.0202C249.734 92.8721 249.522 92.7061 249.324 92.5238C249.094 92.3264 248.891 92.101 248.717 91.8526C248.551 91.6229 248.409 91.3764 248.295 91.1172C247.421 89.2049 247.017 87.4397 246.309 85.6746C245.663 83.9769 244.794 82.3724 243.726 80.9031C242.651 79.4499 241.321 78.2039 239.8 77.2257C239.424 76.9666 239.031 76.7332 238.624 76.527L237.383 75.8467L236.087 75.1296L234.846 74.293C233.258 73.1243 231.819 71.7658 230.562 70.2478C229.293 68.7677 228.181 67.214 226.967 65.7982C225.836 64.3872 224.424 63.2259 222.822 62.3874L222.224 62.1024L221.59 61.9001L220.946 61.6887C220.735 61.6335 220.505 61.6059 220.284 61.5692C219.448 61.4037 218.391 61.2658 217.416 61.0083C215.459 60.3986 213.707 59.2633 212.351 57.7263C211.106 56.3136 209.767 54.9867 208.343 53.7547C205.466 51.4379 201.605 50.8219 197.882 50.9047H194.995C194.076 50.9047 193.065 50.8495 192.109 50.73C191.153 50.6105 190.187 50.4634 189.25 50.2887C188.344 50.0921 187.418 50.0026 186.492 50.0221C184.626 50.2312 182.798 50.6952 181.059 51.4011C179.266 52.0355 177.492 52.7434 175.736 53.4697C172.206 54.9222 168.695 56.4208 165.192 57.9193C168.64 56.3013 172.087 54.6556 175.58 53.1203C177.327 52.3388 179.083 51.585 180.866 50.8955C182.643 50.1133 184.522 49.5841 186.446 49.3234C187.428 49.2698 188.413 49.3378 189.378 49.5256C190.298 49.6727 191.217 49.8106 192.191 49.875C193.166 49.9393 194.03 49.9669 195.004 49.9945L197.854 49.9301C199.805 49.833 201.76 49.9843 203.673 50.3806C205.621 50.7977 207.456 51.632 209.051 52.8261C210.545 54.0663 211.955 55.4055 213.27 56.8345C214.504 58.1465 216.07 59.0996 217.802 59.5925C218.722 59.7948 219.521 59.8959 220.56 60.0706C220.808 60.1166 221.057 60.135 221.305 60.1993L222.031 60.42L222.766 60.6406L223.456 60.9624C225.267 61.8501 226.861 63.1242 228.126 64.695C229.413 66.1751 230.525 67.7196 231.748 69.1262C232.939 70.5381 234.294 71.8034 235.783 72.8956L236.923 73.6586L238.137 74.3114L239.405 75.0009C239.851 75.2265 240.28 75.4814 240.692 75.764C242.384 76.8437 243.864 78.224 245.059 79.8367C246.231 81.437 247.183 83.1871 247.89 85.0402C248.625 86.8789 249.113 88.782 249.839 90.3357C249.921 90.5129 250.02 90.6822 250.133 90.8413C250.232 90.9875 250.353 91.1177 250.492 91.2275C250.641 91.369 250.804 91.4953 250.979 91.6044C251.156 91.7334 251.34 91.8531 251.53 91.963C252.303 92.441 253.148 92.8823 253.985 93.3052C255.676 94.1602 257.395 95.006 259.096 95.9254C260.809 96.8392 262.464 97.8586 264.051 98.9776C265.729 100.095 267.195 101.502 268.381 103.133C269.446 104.805 270.287 106.61 270.881 108.502C271.49 110.343 272.002 112.215 272.416 114.11C273.223 117.868 273.822 121.668 274.209 125.492C274.604 129.307 274.935 133.095 275.018 136.965C275.025 138.911 274.809 140.851 274.374 142.748C273.913 144.634 273.298 146.479 272.536 148.264C271 151.785 268.963 155.064 266.487 158Z' fill='%230C1A32'/%3E%3Cpath d='M70.968 24.8226C69.5573 21.618 67.4685 18.7574 64.8456 16.4381C63.5647 15.3248 62.0458 14.5198 60.4055 14.0845C58.7512 13.7321 57.0388 13.7573 55.3955 14.1581C53.7172 14.5496 52.0933 15.1455 50.5601 15.9324C48.989 16.7067 47.496 17.6303 46.1017 18.6905C44.7074 19.7049 43.4552 20.9015 42.3786 22.2484C42.1245 22.5727 41.897 22.9171 41.6984 23.2781C41.6093 23.4458 41.5355 23.6212 41.4777 23.8021C41.3927 23.975 41.3397 24.1619 41.3215 24.3537C41.2198 25.1842 41.2198 26.0239 41.3215 26.8544C41.5112 28.5926 41.884 30.306 42.4338 31.966C42.9367 33.6216 43.5826 35.2304 44.3642 36.7742C45.1793 38.3198 46.1695 39.7666 47.3151 41.0859C48.4628 42.394 49.8846 43.433 51.4794 44.129C54.7685 45.4268 58.3291 45.885 61.8396 45.4621C63.6109 45.31 65.3611 44.971 67.0611 44.4508C68.786 43.9679 70.3919 43.1321 71.7769 41.9961C70.4466 43.1967 68.8814 44.1077 67.1806 44.6714C65.4638 45.2916 63.6856 45.7262 61.8764 45.9677C58.2656 46.5332 54.5704 46.1693 51.1393 44.9104C49.4153 44.213 47.8652 43.146 46.5981 41.7846C45.3661 40.4254 44.2985 38.9257 43.4174 37.3166C42.5454 35.7169 41.8164 34.0433 41.2387 32.3153C40.6366 30.5834 40.2176 28.7931 39.9885 26.9739C39.8645 26.0248 39.8645 25.0637 39.9885 24.1147C40.0093 23.8611 40.0714 23.6127 40.1724 23.3792C40.2505 23.1338 40.3457 22.8942 40.4573 22.6621C40.6852 22.2346 40.9465 21.8257 41.2387 21.4394C42.3861 19.9815 43.7285 18.6884 45.2284 17.5965C46.6895 16.4828 48.2567 15.5159 49.9075 14.7097C51.5539 13.8793 53.2992 13.2614 55.1013 12.871C56.9449 12.4067 58.8752 12.4089 60.7176 12.8776C62.5601 13.3463 64.2569 14.2667 65.6546 15.5555C67.0362 16.7767 68.2481 18.1774 69.2581 19.7202C70.2763 21.2401 71.1357 22.8605 71.8229 24.556L70.968 24.8226Z' fill='%230C1A32'/%3E%3Cpath d='M54.4756 45.4805C54.4756 45.4805 59.6603 49.0016 59.9912 51.8056' stroke='%230C1A32' stroke-miterlimit='10'/%3E%3Cpath d='M40.5026 26.5049C38.5824 26.529 36.7083 27.0963 35.0972 28.1414C34.2856 28.668 33.5362 29.2848 32.8634 29.9801C32.174 30.6972 31.4845 31.4235 30.8318 32.1681C29.5078 33.6386 28.3288 35.2334 27.311 36.9304C26.8196 37.7505 26.4218 38.6232 26.1252 39.5322C25.8184 40.3623 25.7671 41.2652 25.9781 42.1247C26.3002 43.0243 26.7226 43.8848 27.2375 44.6897C27.4857 45.1126 27.7431 45.5263 28.0281 45.9401C28.313 46.3538 28.5796 46.7675 28.883 47.1628C30.0413 48.7921 31.2872 50.3573 32.6152 51.8515C33.9343 53.3397 35.3369 54.7516 36.8163 56.0805C38.2532 57.429 39.8867 58.5511 41.6608 59.4086L41.3207 60.2544C39.4211 59.4145 37.6629 58.2856 36.1084 56.9079C34.5546 55.5775 33.087 54.1496 31.7143 52.6329C30.3358 51.1242 29.0379 49.5438 27.8258 47.8983C27.5225 47.4846 27.2283 47.0617 26.9065 46.6388C26.5848 46.2159 26.3366 45.7838 26.0792 45.3333C25.4997 44.4388 25.0276 43.4791 24.6727 42.4741C24.3866 41.3689 24.4379 40.2034 24.8198 39.1276C25.1405 38.1162 25.5754 37.1447 26.116 36.2317C27.1791 34.4681 28.4106 32.8117 29.7931 31.2856C30.4733 30.5225 31.1812 29.7778 31.9166 29.0699C32.6762 28.3321 33.5183 27.6843 34.4262 27.1393C35.3386 26.5883 36.3265 26.1733 37.3587 25.9073C38.3932 25.6219 39.469 25.5162 40.5393 25.5948L40.5026 26.5049Z' fill='%230C1A32'/%3E%3Cpath d='M26.3368 44.9289C24.4813 45.1294 22.7086 45.8038 21.1888 46.8871C19.6518 47.9827 18.3382 49.362 17.3187 50.9506C15.2045 54.1371 14.0524 57.8649 14.0001 61.6887C13.948 63.5656 14.2441 65.4358 14.8735 67.2048C15.7269 68.8788 16.9234 70.3543 18.3851 71.5349C19.8032 72.7906 21.462 73.7445 23.2604 74.3388C25.0589 74.9331 26.9594 75.1552 28.8464 74.9917L28.9659 75.9111C26.9392 76.2043 24.8722 76.025 22.9263 75.387C20.9944 74.7447 19.2011 73.7435 17.6405 72.4359C16.0305 71.1536 14.7166 69.5385 13.7887 67.7012C13.0741 65.7787 12.7249 63.7395 12.7591 61.6887C12.7746 59.6597 13.0842 57.6437 13.6784 55.7037C14.2944 53.7732 15.1828 51.9405 16.3167 50.2611C18.5505 46.9147 22.1541 44.2026 26.4287 44.0095L26.3368 44.9289Z' fill='%230C1A32'/%3E%3Cpath d='M14.1658 67.5817C12.4574 67.6716 10.7902 68.1395 9.28445 68.9515C8.55537 69.3569 7.90218 69.8857 7.35398 70.5144C7.08644 70.8227 6.84361 71.1517 6.62776 71.4981C6.41632 71.8751 6.1957 72.2428 6.01185 72.6381C5.24276 74.2206 4.58541 75.8549 4.0446 77.5291C3.48292 79.2054 3.0285 80.9158 2.68408 82.6499C2.31884 84.3568 2.14311 86.0988 2.1601 87.8442C2.18089 88.6842 2.30752 89.5182 2.537 90.3265L3.35515 92.9099C3.88833 94.6291 4.38473 96.3666 4.78921 98.1318C4.99145 99.0512 5.1845 99.897 5.33158 100.807C5.39593 101.258 5.46028 101.726 5.49705 102.186C5.5565 102.716 5.50004 103.252 5.33158 103.758L4.50424 103.354C4.56375 102.991 4.56375 102.622 4.50424 102.26C4.45828 101.837 4.38473 101.405 4.302 100.973C4.14572 100.108 3.9251 99.2534 3.70447 98.3892C3.23565 96.67 2.7852 94.96 2.20606 93.2592L1.36033 90.7126C1.08494 89.7996 0.936466 88.8529 0.919082 87.8994C0.872234 86.0486 1.03257 84.1984 1.3971 82.3833C2.06958 78.7923 3.23586 75.3117 4.86276 72.0406C5.0558 71.6269 5.30401 71.2315 5.54302 70.827C5.80854 70.4101 6.11662 70.0219 6.46229 69.6686C7.11825 68.9542 7.89652 68.3626 8.76047 67.9219C10.4511 67.0732 12.3202 66.6414 14.2117 66.6624L14.1658 67.5817Z' fill='%230C1A32'/%3E%3Cpath d='M89.9873 48.643C90.3422 47.3339 91.1669 46.2015 92.3039 45.462C93.5012 44.7603 94.9031 44.4909 96.2751 44.699C98.8508 45.121 101.447 45.4095 104.052 45.5632C106.649 45.6027 109.246 45.449 111.82 45.1035C114.403 44.7357 116.977 44.2669 119.56 43.7336C117.082 44.646 114.533 45.3532 111.94 45.8482C109.331 46.3383 106.678 46.554 104.025 46.4917C101.382 46.3326 98.7567 45.9606 96.174 45.3793C94.923 45.0941 93.6112 45.2665 92.4762 45.8652C91.3413 46.4639 90.4584 47.4493 89.9873 48.643Z' fill='%230C1A32'/%3E%3Cpath d='M68.3291 49.6451C69.9838 49.121 71.6293 48.6706 73.2288 48.1281C74.0286 47.8615 74.7916 47.5398 75.5546 47.2088C76.3353 46.9036 77.05 46.451 77.6597 45.8757C77.3294 46.7233 76.7065 47.4245 75.9039 47.8523C75.1425 48.3028 74.327 48.655 73.477 48.9004C71.8099 49.4136 70.0733 49.6648 68.3291 49.6451Z' fill='%230C1A32'/%3E%3Cpath d='M190.923 19.2238C192.792 17.3605 195.105 16.0033 197.643 15.2797C198.935 14.9227 200.275 14.7737 201.614 14.8385C202.926 14.909 204.229 15.0874 205.512 15.3717C208.074 15.9227 210.533 16.872 212.802 18.1849C213.999 18.85 215.062 19.7323 215.936 20.7867C216.147 21.0817 216.34 21.3887 216.515 21.706L216.947 22.5334C217.242 23.0942 217.554 23.6734 217.867 24.2894C218.451 25.5364 218.765 26.8932 218.786 28.2702C218.755 29.6174 218.513 30.9513 218.069 32.2234C217.156 34.6424 216.011 36.967 214.649 39.1645C212.057 43.5682 209.134 47.7237 206.146 51.8424L205.401 51.3C208.26 47.1353 210.991 42.8603 213.5 38.5026C214.776 36.368 215.842 34.1141 216.681 31.7729C217.057 30.6421 217.261 29.4615 217.288 28.2702C217.266 27.1052 216.997 25.9581 216.497 24.9054C216.258 24.3538 215.964 23.8113 215.66 23.2505L215.21 22.4047C215.079 22.1673 214.934 21.9371 214.778 21.7152C214.014 20.8311 213.099 20.0902 212.075 19.5272C209.932 18.3252 207.63 17.4337 205.236 16.8794C202.891 16.2468 200.433 16.1556 198.047 16.6128C195.684 17.2033 193.485 18.3189 191.612 19.8765L190.923 19.2238Z' fill='%230C1A32'/%3E%3Cpath d='M217.867 29.5388C219.877 28.6811 222.035 28.2251 224.219 28.1965C225.332 28.1998 226.439 28.3702 227.501 28.7022C228.042 28.8728 228.565 29.0945 229.064 29.3641C229.542 29.6307 229.983 29.8881 230.452 30.1823C232.302 31.3134 233.988 32.693 235.462 34.2827C236.227 35.1288 236.81 36.1242 237.172 37.2062C237.349 37.8034 237.375 38.4355 237.245 39.0449C237.144 39.5965 237.016 40.1205 236.869 40.6446C236.289 42.7039 235.582 44.6989 234.809 46.6755C234.045 48.6583 233.174 50.5979 232.199 52.4858C231.711 53.4499 231.145 54.3724 230.507 55.2439C230.336 55.4772 230.148 55.6984 229.946 55.9058L229.404 56.485L228.319 57.6158L223.962 62.1482L223.273 61.5415L227.51 56.8344C228.191 56.0529 229 55.2531 229.551 54.536C230.131 53.7009 230.644 52.8218 231.086 51.9066C232.912 48.1656 234.404 44.2709 235.545 40.2676C235.683 39.7712 235.802 39.2747 235.885 38.7967C235.996 38.3904 235.996 37.9618 235.885 37.5555C235.548 36.682 235.049 35.8803 234.414 35.1928C233.037 33.6855 231.459 32.374 229.726 31.2948C226.481 28.739 222.013 29.024 218.217 30.3754L217.867 29.5388Z' fill='%230C1A32'/%3E%3Cpath d='M233.854 46.5652C234.808 46.2271 235.785 45.9568 236.777 45.7562C237.789 45.5213 238.829 45.4346 239.866 45.4988C240.42 45.5478 240.961 45.6941 241.465 45.9309C241.935 46.1479 242.39 46.3967 242.826 46.6755C243.688 47.2113 244.511 47.8073 245.289 48.4591C246.894 49.7372 248.255 51.2944 249.306 53.0558C249.821 54.0396 250.106 54.8946 250.492 55.8139C250.878 56.7333 251.209 57.6526 251.522 58.6363C251.847 59.6111 252.077 60.6147 252.211 61.6334C252.271 62.1522 252.298 62.6741 252.294 63.1963C252.294 63.6836 252.294 64.1984 252.248 64.704C252.174 66.7846 251.597 68.8162 250.566 70.6247C249.496 72.418 247.97 73.8961 246.144 74.9089C244.349 75.8571 242.422 76.5296 240.426 76.9039L240.233 75.9845C242.1 75.5515 243.893 74.8485 245.556 73.8976C247.178 72.9554 248.523 71.6011 249.454 69.9719C250.36 68.3509 250.876 66.541 250.961 64.6857C250.961 64.2076 250.961 63.7663 250.961 63.2423C250.966 62.7782 250.938 62.3143 250.878 61.8541C250.742 60.9191 250.529 59.9968 250.244 59.096C249.95 58.1766 249.61 57.2573 249.26 56.3379C248.911 55.4186 248.562 54.4992 248.157 53.6902C247.187 52.0588 245.943 50.6064 244.48 49.3968C243.763 48.7665 243.001 48.1889 242.201 47.6684C241.478 47.1307 240.641 46.7659 239.755 46.602C237.857 46.514 235.959 46.7918 234.166 47.4202L233.854 46.5652Z' fill='%230C1A32'/%3E%3Cpath d='M251.457 64.1065C252.487 63.8712 253.555 63.8477 254.595 64.0373C255.634 64.2269 256.625 64.6258 257.506 65.2097C259.213 66.3531 260.64 67.868 261.679 69.641C261.937 70.0731 262.231 70.496 262.442 70.9465L263.095 72.3071L264.281 74.9733C265.081 76.7476 265.926 78.522 266.625 80.3882C267.913 84.1562 268.535 88.1195 268.464 92.1008C268.555 96.0264 268.372 99.9429 268.197 103.85H267.278C267.37 99.9521 267.397 96.0448 267.278 92.1651C267.303 88.3178 266.662 84.4952 265.384 80.8663C264.695 79.0828 263.84 77.336 263.021 75.5524L261.799 72.8863C261.407 72.0245 260.965 71.1864 260.475 70.3765C259.553 68.7622 258.3 67.3616 256.798 66.267C256.039 65.7708 255.208 65.3955 254.334 65.1546C253.469 64.916 252.562 64.872 251.678 65.0259L251.457 64.1065Z' fill='%230C1A32'/%3E%3Cpath d='M106.176 54.7015C107.366 54.3007 108.601 54.0505 109.853 53.9569C111.143 53.8289 112.446 53.9411 113.695 54.2878C114.867 54.6499 116.076 54.8751 117.299 54.959C118.522 55.0509 119.772 55.0877 121.04 55.0601C119.813 55.4002 118.545 55.5764 117.271 55.5841C115.983 55.6095 114.7 55.4199 113.475 55.0233C112.301 54.6994 111.089 54.5325 109.871 54.5269C108.637 54.5228 107.404 54.5811 106.176 54.7015Z' fill='%230C1A32'/%3E%3Cpath d='M50.6699 100.301V105.726C50.6699 107.426 51.2583 108.833 53.7219 108.833C56.1855 108.833 59.0629 106.434 60.0557 103.703C61.0485 100.973 63.4018 102.499 64.4038 102.499C65.4058 102.499 66.8031 99.0328 65.1025 96.0633C63.4018 93.0937 62.8778 91.5492 60.0557 92.5421C57.2335 93.535 52.8118 96.8539 52.1959 97.4699C51.404 98.2312 50.8704 99.2214 50.6699 100.301Z' fill='%230C1A32' stroke='%230C1A32' stroke-miterlimit='10'/%3E%3Cpath d='M57.445 111.361C57.5072 111.391 57.5657 111.428 57.6196 111.472C57.684 111.536 57.7024 111.573 57.6932 111.564L57.7575 111.628C57.8031 111.669 57.8524 111.706 57.9046 111.738C58.0123 111.806 58.1303 111.856 58.2539 111.885C58.537 111.93 58.8266 111.908 59.0997 111.821C59.7281 111.592 60.3057 111.242 60.8003 110.791C61.8299 109.872 62.8595 108.778 63.9166 107.803C64.9738 106.829 66.0402 105.808 67.1525 104.852C67.4283 104.622 67.7132 104.383 68.0074 104.154C68.3016 103.924 68.3016 103.933 68.467 103.832C68.5482 103.772 68.6343 103.72 68.7244 103.676C68.8356 103.604 68.9611 103.557 69.0921 103.538C69.0921 103.538 69.2208 103.538 69.1473 103.538C69.1198 103.535 69.0921 103.535 69.0646 103.538C69.0916 103.475 69.1131 103.411 69.1289 103.345C69.1677 103.181 69.1953 103.015 69.2117 102.848C69.2117 102.508 69.2668 102.149 69.276 101.791C69.2929 100.353 69.2131 98.9155 69.037 97.4883C69.037 96.0633 67.75 95.1255 66.7848 94.0683C66.2322 93.5576 65.7692 92.9578 65.4151 92.2939C65.3231 92.1285 65.2956 91.8894 65.2312 91.7515C65.2107 91.6827 65.1861 91.6152 65.1577 91.5493L65.0198 91.3838C64.7484 91.1873 64.4326 91.0609 64.1005 91.016C62.6795 90.8855 61.2469 90.9754 59.8535 91.2827C56.9302 91.5401 54.5952 93.3328 52.3338 95.0704C51.2131 95.9409 50.187 96.927 49.2727 98.0123C48.3635 99.0847 47.6929 100.338 47.3054 101.69C47.14 102.338 47.14 103.018 47.3054 103.666C47.5263 104.334 47.7999 104.982 48.1236 105.606C48.7579 106.893 49.4933 108.144 50.2195 109.394C50.578 110.037 50.9641 110.626 51.2951 111.334C51.2951 111.462 51.3686 111.435 51.3686 111.462L51.5157 111.564C51.6566 111.627 51.8048 111.674 51.9569 111.701C52.2917 111.781 52.6335 111.827 52.9773 111.839C53.6858 111.873 54.3957 111.852 55.1008 111.775C55.4502 111.775 55.7995 111.683 56.1396 111.619L56.6452 111.499L56.9026 111.426C57.0793 111.378 57.262 111.356 57.445 111.361ZM57.16 112.281C57.16 112.336 57.16 112.363 57.16 112.373L56.8934 112.428C56.7004 112.474 56.5073 112.492 56.3235 112.52C55.9466 112.52 55.5789 112.593 55.202 112.612C54.4613 112.662 53.718 112.662 52.9773 112.612C52.5961 112.581 52.2179 112.52 51.8466 112.428C51.6462 112.384 51.4517 112.316 51.2675 112.226C51.16 112.161 51.0585 112.087 50.9641 112.005C50.8826 111.904 50.8147 111.793 50.7619 111.674C50.4861 111.067 50.1 110.424 49.7415 109.835C48.9969 108.585 48.2615 107.325 47.5904 106.029C47.2273 105.373 46.9198 104.687 46.6711 103.979C46.4781 103.216 46.4781 102.416 46.6711 101.653C47.0316 100.147 47.7329 98.7445 48.7211 97.5526C49.6571 96.4014 50.7316 95.3701 51.9202 94.482C53.0703 93.5719 54.3011 92.7687 55.5972 92.0825C56.2546 91.7278 56.948 91.4442 57.6656 91.2367C58.384 91.0695 59.1114 90.9437 59.8443 90.8597C61.2964 90.5938 62.7789 90.535 64.2476 90.6851C64.6412 90.7531 65.013 90.9138 65.3323 91.1539L65.5438 91.4022C65.5999 91.4972 65.6431 91.5992 65.6725 91.7056C65.718 91.8722 65.7764 92.0351 65.8471 92.1928C66.1808 92.7994 66.6056 93.3513 67.1065 93.8293C67.6213 94.3349 68.1545 94.8405 68.6325 95.4105C69.1712 95.9751 69.4963 96.7099 69.5518 97.4883C69.748 98.939 69.8524 100.401 69.8643 101.864C69.8643 102.232 69.8643 102.6 69.8643 102.977C69.8491 103.171 69.8214 103.365 69.7816 103.556C69.7586 103.668 69.7216 103.776 69.6713 103.878C69.639 103.954 69.5887 104.022 69.5247 104.075C69.4606 104.127 69.3848 104.164 69.3036 104.181C69.1933 104.181 69.3036 104.181 69.23 104.181C69.1814 104.2 69.1351 104.225 69.0921 104.255C69.0207 104.291 68.953 104.334 68.8899 104.383C68.752 104.475 68.6141 104.595 68.4762 104.696C68.3383 104.797 67.9247 105.156 67.6581 105.395C66.5917 106.314 65.5529 107.371 64.5326 108.392C63.5122 109.412 62.5377 110.442 61.4254 111.472C60.847 112.006 60.1692 112.421 59.4306 112.694C59.0145 112.839 58.568 112.874 58.1344 112.796C57.9028 112.751 57.6815 112.664 57.4817 112.538C57.3771 112.478 57.2812 112.404 57.1968 112.317C57.1494 112.279 57.1063 112.236 57.0681 112.189L56.9945 112.161C57.0423 112.2 57.0993 112.225 57.16 112.235V112.281Z' fill='%230C1A32'/%3E%3Cpath d='M44.6855 111.242C45.5821 112.468 46.721 113.498 48.0317 114.266C48.6633 114.648 49.3572 114.916 50.0817 115.057C50.829 115.149 51.581 115.198 52.3339 115.204C53.1287 115.236 53.9123 115.404 54.6504 115.701C55.343 116.006 56.0519 116.273 56.774 116.5C57.4919 116.733 58.2263 116.911 58.971 117.034C59.3443 117.104 59.7222 117.147 60.1017 117.162C60.4783 117.203 60.8584 117.132 61.1957 116.96C60.8787 117.191 60.4939 117.311 60.1017 117.3C59.7163 117.332 59.3289 117.332 58.9434 117.3C57.4006 117.157 55.8899 116.773 54.4666 116.16C53.7751 115.9 53.0449 115.757 52.3063 115.737C51.5306 115.719 50.7569 115.651 49.9897 115.535C49.2106 115.383 48.4718 115.069 47.8203 114.616C46.5096 113.771 45.4318 112.611 44.6855 111.242Z' fill='%230C1A32'/%3E%3Cpath d='M67.373 114.248C68.1912 113.393 69.0369 112.566 69.8735 111.729L71.1513 110.488C71.3535 110.286 71.5925 110.074 71.7672 109.872C71.9171 109.66 72.0205 109.419 72.0705 109.164C72.3202 106.831 72.3847 104.483 72.2636 102.14C72.2636 99.7682 72.2636 97.3963 72.3279 95.0243C72.3942 93.8692 72.2157 92.7132 71.8039 91.6319C71.4046 90.528 70.6215 89.6045 69.5977 89.0302C70.7336 89.4891 71.6488 90.3683 72.1533 91.4848C72.6597 92.5962 72.923 93.803 72.9254 95.0243C72.9254 97.3963 72.999 99.7682 72.9254 102.14V105.698C72.9576 106.91 72.834 108.121 72.5577 109.302C72.4792 109.639 72.3252 109.953 72.1073 110.221C71.8775 110.451 71.6568 110.617 71.4362 110.819L70.0849 111.986C69.1932 112.722 68.3015 113.503 67.373 114.248Z' fill='%230C1A32'/%3E%3Cpath d='M64.7168 87.2374C63.315 86.6433 61.8405 86.2383 60.3319 86.0331C58.831 85.928 57.3309 86.2466 56.0021 86.9524C55.3219 87.2742 54.6692 87.6511 53.9981 88.028C53.3271 88.405 52.6376 88.7359 51.9482 89.0761C50.5704 89.6521 49.3205 90.4958 48.2711 91.5584C47.3692 92.75 46.6988 94.1003 46.2946 95.5392C45.7982 96.9733 45.3754 98.4351 44.9433 99.8969C44.7135 100.632 44.5112 101.359 44.2263 102.094C43.9288 102.781 43.7576 103.516 43.7207 104.264C43.5625 105.776 43.6494 107.303 43.9781 108.787C43.5355 107.316 43.352 105.779 43.4357 104.245C43.4587 103.465 43.6141 102.694 43.8953 101.965C44.1435 101.267 44.3274 100.513 44.5296 99.7774C44.9157 98.3064 45.3386 96.8354 45.8166 95.3737C46.2187 93.8628 46.9119 92.4449 47.8574 91.1998C48.9679 90.094 50.2864 89.2191 51.7367 88.6256C52.4262 88.2947 53.1156 87.9821 53.7683 87.6143C54.421 87.2466 55.1196 86.888 55.8275 86.5755C57.2303 85.8793 58.8018 85.5955 60.3595 85.7572C61.8719 86.0524 63.3375 86.5503 64.7168 87.2374Z' fill='%230C1A32'/%3E%3Cpath d='M46.0186 117.245C47.4582 118.078 48.8075 119.058 50.045 120.169C51.3093 121.283 52.3538 122.623 53.1245 124.122C53.4922 124.903 53.6577 125.703 54.0438 126.411C54.4132 127.135 54.8702 127.812 55.4043 128.424C56.5087 129.643 57.7699 130.71 59.1549 131.596C57.669 130.866 56.3171 129.89 55.1561 128.709C54.5719 128.099 54.0768 127.408 53.6853 126.659C53.2716 125.905 53.0602 125.078 52.766 124.361C52.0197 122.885 51.0139 121.555 49.7968 120.435C48.6123 119.286 47.3499 118.22 46.0186 117.245Z' fill='%230C1A32'/%3E%3Cpath d='M71.7581 114.248C72.3408 115.36 72.7177 116.569 72.8704 117.815C72.9452 118.453 72.9141 119.099 72.7785 119.727C72.6347 120.386 72.295 120.985 71.8041 121.447C70.8734 122.283 69.8601 123.022 68.7797 123.653C68.2557 123.966 67.7317 124.287 67.2261 124.637C66.7106 124.967 66.2616 125.391 65.9023 125.887C66.5631 124.825 67.4715 123.938 68.5498 123.304C69.5666 122.63 70.5287 121.877 71.4272 121.051C71.8365 120.656 72.1318 120.157 72.2821 119.608C72.4145 119.029 72.464 118.435 72.4292 117.843C72.4043 117.224 72.3274 116.609 72.1994 116.004C72.0815 115.412 71.9342 114.826 71.7581 114.248Z' fill='%230C1A32'/%3E%3Cpath d='M55.7168 119.626C56.661 119.757 57.5412 120.178 58.2356 120.831C58.5994 121.161 58.8878 121.565 59.0813 122.017C59.2701 122.475 59.296 122.985 59.1549 123.46C58.8504 122.654 58.3589 121.933 57.7208 121.355C57.1233 120.766 56.4246 120.251 55.7168 119.626Z' fill='%230C1A32'/%3E%3Cpath d='M65.4147 118.688C64.6333 120.086 63.7508 121.391 62.9326 122.743C62.5282 123.414 62.1513 124.103 61.8111 124.811C61.4468 125.506 61.2368 126.271 61.1952 127.055C61.0686 126.25 61.1672 125.426 61.4802 124.673C61.7513 123.915 62.0897 123.183 62.4914 122.485C63.2656 121.077 64.2515 119.797 65.4147 118.688Z' fill='%230C1A32'/%3E%3Cpath d='M188.634 93.1397C188.929 94.6476 189.43 96.1077 190.123 97.4791C191.144 99.3178 190.206 101.396 192.789 102.49C195.372 103.584 196.696 104.779 198.728 103.832C200.759 102.885 203.738 99.9062 205.163 99.4373C206.587 98.9684 208.215 95.9989 207.589 94.1142C206.964 92.2296 203.839 90.2805 202.892 88.5981C201.945 86.9157 203.048 85.1505 199.371 84.6081C197.919 84.3977 196.438 84.5023 195.029 84.9147C193.621 85.3272 192.318 86.0378 191.208 86.9984C190.059 88.1844 188.248 91.54 188.634 93.1397Z' fill='%230C1A32' stroke='%230C1A32' stroke-miterlimit='10'/%3E%3Cpath d='M199.896 106.59C201.826 106.475 203.743 106.189 205.623 105.735C206.551 105.529 207.438 105.166 208.243 104.659C208.96 104.035 209.58 103.307 210.081 102.499C211.142 100.901 211.971 99.1616 212.545 97.3319C212.676 96.9015 212.756 96.4571 212.784 96.008C212.785 95.5483 212.742 95.0896 212.655 94.6382C212.508 93.7188 212.287 92.7995 212.057 91.825C211.664 89.9637 210.931 88.1906 209.897 86.5938C209.603 86.2543 209.239 85.9816 208.831 85.794C208.399 85.5274 207.994 85.2516 207.59 84.9574C206.79 84.3782 206.018 83.7806 205.264 83.1187C203.747 81.8776 202.212 80.6364 200.76 79.3677C199.945 78.8891 199.057 78.5503 198.131 78.3656C197.197 78.1434 196.247 77.9989 195.29 77.9335C194.347 77.8719 193.401 77.94 192.477 78.1358C191.546 78.3277 190.626 78.5671 189.719 78.8529C188.8 79.1445 187.91 79.5231 187.062 79.9837C186.267 80.363 185.634 81.0156 185.279 81.8224C185.208 82.024 185.165 82.2343 185.15 82.4476C185.15 82.6682 185.15 82.9348 185.15 83.183C185.15 83.6795 185.077 84.1668 185.031 84.654C184.957 85.6377 184.847 86.603 184.792 87.5776C184.737 88.5521 184.663 89.5174 184.654 90.4827C184.599 91.4078 184.673 92.3362 184.875 93.2408C184.875 93.3327 184.939 93.4338 184.985 93.5258L185.123 93.728C185.297 93.9211 185.472 94.1142 185.628 94.3072C185.941 94.7 186.23 95.1114 186.493 95.5391C187.029 96.3815 187.487 97.2708 187.862 98.1961C188.076 98.6725 188.203 99.183 188.239 99.7038C188.259 100.185 188.33 100.663 188.451 101.129C188.698 102.057 189.056 102.952 189.517 103.795C189.931 104.621 190.568 105.315 191.355 105.799C192.246 106.112 193.173 106.307 194.113 106.378C196.007 106.544 197.965 106.645 199.896 106.59ZM199.896 107.151C197.93 107.218 195.962 107.166 194.003 106.994C192.987 106.941 191.987 106.72 191.043 106.342C190.163 105.783 189.471 104.973 189.057 104.016C188.613 103.13 188.247 102.207 187.963 101.258C187.808 100.774 187.706 100.274 187.66 99.7682C187.607 99.3141 187.477 98.8724 187.274 98.4627C186.868 97.5957 186.388 96.7653 185.84 95.9804C185.564 95.5851 185.279 95.2082 184.976 94.8496C184.829 94.6694 184.673 94.4975 184.507 94.3348C184.406 94.2153 184.314 94.0774 184.222 93.9487C184.13 93.82 184.112 93.6821 184.056 93.5533C183.793 92.5588 183.703 91.5263 183.79 90.5011C183.79 89.5082 183.937 88.5337 184.047 87.5592C184.158 86.5846 184.268 85.6193 184.36 84.6448C184.36 84.1668 184.424 83.7255 184.443 83.2014V82.4751C184.445 82.1982 184.485 81.9229 184.562 81.6569C184.921 80.635 185.64 79.7788 186.584 79.2482C187.442 78.712 188.37 78.2974 189.342 78.0163C190.298 77.7383 191.272 77.5263 192.256 77.3819C193.256 77.2121 194.274 77.1842 195.281 77.2992C196.269 77.4026 197.247 77.5902 198.204 77.86C199.183 78.1029 200.115 78.5068 200.962 79.0551C202.381 80.399 203.876 81.6606 205.439 82.8337C206.22 83.4129 207.011 83.9829 207.82 84.5161C208.224 84.7827 208.629 85.0309 209.051 85.27C209.537 85.4838 209.972 85.797 210.329 86.1893C210.971 86.9816 211.486 87.8686 211.855 88.8187C212.242 89.7349 212.57 90.6745 212.839 91.6319C213.115 92.588 213.327 93.5617 213.473 94.5462C213.556 95.0538 213.596 95.5674 213.593 96.0816C213.558 96.6081 213.453 97.1275 213.28 97.6261C212.621 99.5094 211.692 101.287 210.522 102.903C209.96 103.748 209.272 104.501 208.482 105.137C207.62 105.641 206.692 106.018 205.724 106.259C203.817 106.724 201.873 107.022 199.914 107.151H199.896Z' fill='%230C1A32'/%3E%3Cpath d='M207.755 109.136C208.72 108.015 209.759 106.967 210.834 105.928C211.379 105.415 211.95 104.93 212.544 104.475C212.837 104.245 213.144 104.033 213.464 103.841C213.639 103.736 213.824 103.646 214.015 103.574C214.129 103.539 214.246 103.515 214.364 103.501C214.548 103.501 214.42 103.501 214.475 103.501C214.68 103.29 214.834 103.036 214.925 102.756C215.061 102.431 215.181 102.1 215.284 101.763C215.495 101.074 215.661 100.357 215.808 99.6487C216.102 98.2145 216.35 96.7711 216.516 95.3185C216.701 93.8767 216.787 92.4237 216.773 90.97C216.773 90.6206 216.727 90.2621 216.681 89.9403C216.642 89.6112 216.526 89.2961 216.341 89.021C215.938 88.4263 215.489 87.8638 214.999 87.3385C214.015 86.2629 212.94 85.2424 211.873 84.2219C211.349 83.7071 210.825 83.1831 210.31 82.6498C210.053 82.3832 209.796 82.1074 209.547 81.8224C209.286 81.5661 209.091 81.2508 208.978 80.9031C209.138 81.2351 209.374 81.5249 209.667 81.7489C209.934 81.9971 210.209 82.2361 210.494 82.4752L212.204 83.8818C213.335 84.8011 214.475 85.794 215.55 86.8329C216.112 87.3551 216.617 87.9343 217.058 88.5613C217.308 88.9088 217.477 89.3077 217.554 89.7289C217.631 90.1138 217.677 90.5042 217.692 90.8964C217.733 92.399 217.653 93.9024 217.453 95.3921C217.271 96.8758 217.01 98.3489 216.672 99.805C216.497 100.531 216.304 101.258 216.056 101.975C215.936 102.342 215.791 102.702 215.624 103.05C215.454 103.464 215.174 103.823 214.815 104.089C214.723 104.172 214.392 104.19 214.401 104.199H214.208C214.061 104.273 213.905 104.301 213.749 104.393C213.445 104.549 213.142 104.742 212.829 104.935C212.223 105.339 211.653 105.799 211.073 106.25C209.924 107.178 208.821 108.162 207.755 109.136Z' fill='%230C1A32'/%3E%3Cpath d='M206.165 78.0807C204.4 77.6302 202.681 77.051 200.971 76.4534C199.261 75.8558 197.588 75.1847 195.915 74.4768C196.809 74.6433 197.693 74.8613 198.563 75.1295C199.436 75.387 200.291 75.6812 201.146 75.9845C202.857 76.5891 204.532 77.2889 206.165 78.0807Z' fill='%230C1A32'/%3E%3Cpath d='M190.519 75.1019C188.909 75.56 187.365 76.2212 185.922 77.0693C184.543 77.9661 183.401 79.1837 182.595 80.618C181.674 81.9674 180.996 83.4669 180.591 85.0493C180.397 85.7983 180.381 86.5823 180.545 87.3385C180.618 87.6695 180.82 88.12 180.94 88.5153C181.059 88.9106 181.179 89.3335 181.289 89.7472C181.703 91.4046 181.922 93.1046 181.942 94.8129C181.868 95.484 182.53 96.0632 183.082 96.6516C183.633 97.2399 184.286 97.8099 184.856 98.4903C185.154 98.8144 185.413 99.1723 185.628 99.5567C185.865 99.9532 185.983 100.41 185.968 100.871C185.989 101.699 186.078 102.523 186.235 103.335C186.38 104.157 186.579 104.968 186.832 105.762C187.054 106.567 187.422 107.324 187.917 107.996C187.354 107.365 186.923 106.627 186.649 105.827C186.34 105.039 186.086 104.231 185.886 103.409C185.675 102.583 185.543 101.74 185.49 100.89C185.415 100.106 185.036 99.3832 184.433 98.8764C183.872 98.288 183.229 97.7548 182.595 97.1664C182.26 96.8895 181.952 96.5817 181.675 96.247C181.529 96.057 181.405 95.8502 181.308 95.6311C181.216 95.3938 181.172 95.1407 181.179 94.8864C181.138 93.238 180.906 91.5999 180.489 90.0046C180.379 89.6093 180.269 89.214 180.14 88.8279C180.011 88.4417 179.846 88.1016 179.717 87.6235C179.517 86.737 179.539 85.8149 179.782 84.939C180.246 83.2487 181.002 81.6525 182.015 80.2227C182.5 79.5183 183.042 78.8542 183.633 78.2369C184.23 77.6101 184.926 77.0853 185.693 76.6832C187.213 75.9162 188.84 75.3831 190.519 75.1019Z' fill='%230C1A32'/%3E%3Cpath d='M191.612 109.532C193.662 109.697 195.703 109.835 197.753 109.89C199.803 109.945 201.825 109.89 203.894 109.89C201.873 110.338 199.801 110.509 197.735 110.396C195.668 110.334 193.615 110.045 191.612 109.532Z' fill='%230C1A32'/%3E%3Cpath d='M64.7168 151.941C65.6232 149.136 66.8412 146.441 68.3479 143.906C69.8355 141.327 71.7113 138.992 73.9095 136.984C75.0417 135.982 76.3147 135.152 77.6877 134.52C79.0793 133.92 80.5681 133.577 82.0818 133.508C83.5435 133.389 85.0143 133.279 86.4759 133.196C87.2114 133.196 87.9468 133.132 88.6822 133.122C89.0499 133.122 89.4176 133.122 89.7853 133.122L90.3369 133.177C90.4306 133.19 90.523 133.212 90.6127 133.242C90.6862 133.242 90.8425 133.297 90.8057 133.407C90.8057 133.306 90.6678 133.315 90.6035 133.306C90.5118 133.297 90.4194 133.297 90.3277 133.306H89.7853C89.4176 133.306 89.0591 133.306 88.6914 133.38C87.9652 133.444 87.2389 133.527 86.5127 133.619C85.0695 133.803 83.617 134.023 82.1738 134.253C79.3378 134.601 76.6791 135.818 74.5622 137.737C72.3971 139.671 70.5073 141.892 68.9454 144.338C68.1365 145.543 67.4011 146.802 66.6932 148.08C65.9854 149.358 65.3327 150.608 64.7168 151.941Z' fill='%230C1A32'/%3E%3Cpath d='M187.853 132.102C192.075 132.715 196.264 133.505 200.419 134.474C202.503 134.951 204.562 135.534 206.587 136.221C207.102 136.377 207.598 136.579 208.104 136.763C208.614 136.946 209.114 137.155 209.602 137.388C210.107 137.593 210.596 137.836 211.064 138.114L211.781 138.519L212.452 139.043C214.061 140.505 215.559 141.948 217.159 143.364C218.758 144.78 220.349 146.177 221.957 147.556C223.566 148.935 225.175 150.314 226.811 151.693C228.421 153.085 230.109 154.383 231.867 155.582C229.998 154.549 228.213 153.371 226.526 152.061C224.816 150.783 223.143 149.459 221.479 148.126C218.207 145.368 214.925 142.61 211.882 139.696C210.198 138.495 208.337 137.565 206.367 136.938C204.372 136.23 202.331 135.651 200.29 135.099C196.163 133.977 192.017 133.012 187.853 132.102Z' fill='%230C1A32'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_193_968'%3E%3Crect width='275' height='158' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A"); }
    .help__item:nth-child(5) {
      background-image: url("data:image/svg+xml,%3Csvg width='285' height='143' viewBox='0 0 285 143' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_193_1014)'%3E%3Cpath d='M10.6401 143C9.95606 135.907 9.25515 128.822 8.95114 121.687C8.9599 120.807 8.88639 119.928 8.73158 119.061C8.58802 118.217 8.36846 117.33 8.15734 116.469C7.71822 114.78 7.22842 113.041 6.73019 111.335C5.73371 107.957 4.70346 104.504 3.74076 101.067C2.77807 97.6301 1.91671 94.1596 1.20736 90.6384C1.01313 89.794 0.886458 88.8821 0.742898 87.9954C0.599338 87.1088 0.472668 86.2137 0.371332 85.2849C0.168659 83.5201 0.168659 81.6962 0.13488 79.9398C-0.000234935 72.8215 -0.118461 65.6525 0.371332 58.5088C0.770322 51.3344 1.96266 44.2262 3.92655 37.3143C4.93553 33.8392 6.28771 30.4732 7.96311 27.2658C9.65736 24.0342 11.8106 21.0649 14.3557 18.4502C25.0805 8.59604 38.9045 2.82876 53.1253 0.633303C56.7074 0.125383 60.3273 -0.0667551 63.943 0.0591075C67.5968 0.147078 71.2195 0.755543 74.7015 1.86613C76.4174 2.48278 78.0856 3.22505 79.6924 4.08692C81.28 4.93132 82.8676 5.77573 84.4383 6.62013C87.6796 8.28964 90.6771 10.3949 93.3474 12.8772C96.0495 15.477 97.8687 18.8583 98.5494 22.5456C98.6845 23.466 98.8111 24.3864 98.8787 25.2984C98.9463 26.2103 98.9547 27.1392 98.8787 28.0427L98.5409 33.3793C98.4868 36.8966 98.6588 40.4138 99.056 43.9091C99.4107 47.4302 99.9005 50.943 100.525 54.4388C101.15 57.9346 101.817 61.422 102.552 64.901L103.667 70.1363C103.751 70.6007 103.853 70.9807 103.912 71.5211V71.9095V72.2304V72.889L103.996 75.5574C104.265 82.7166 103.87 89.8854 102.814 96.9715C102.51 98.7363 102.138 100.493 101.665 102.232C101.193 103.972 100.576 105.669 100.061 107.299C99.0808 110.706 98.4193 114.197 98.0849 117.727C97.7161 121.264 97.5582 124.819 97.612 128.375C97.612 130.157 97.688 131.938 97.8316 133.712C97.9345 135.489 98.2174 137.252 98.676 138.972C98.1832 137.258 97.8662 135.498 97.7302 133.72C97.536 131.947 97.4431 130.165 97.3671 128.383C97.2433 124.812 97.3307 121.237 97.6289 117.676C97.9007 114.105 98.5 110.566 99.4192 107.104C99.9258 105.365 100.492 103.727 100.922 101.987C101.353 100.248 101.682 98.5336 101.944 96.7857C102.91 89.7535 103.218 82.6467 102.865 75.5574L102.746 72.889V72.2135V71.9433V71.6646C102.704 71.3184 102.586 70.8202 102.51 70.4234L101.336 65.2134C100.551 61.7345 99.8161 58.2386 99.1658 54.7174C97.744 47.6765 97.0255 40.5117 97.0209 33.3287L97.3418 27.992C97.3924 27.1476 97.3418 26.3032 97.3418 25.3997C97.3418 24.4962 97.156 23.7109 97.0293 22.8665C96.4078 19.4992 94.7343 16.4157 92.2496 14.0593C89.6579 11.6804 86.7475 9.67396 83.6022 8.09784C82.0569 7.25344 80.4862 6.40903 78.8986 5.62374C77.3654 4.81146 75.7767 4.10885 74.1442 3.52117C70.8184 2.47526 67.361 1.90666 63.8754 1.83236C63.031 1.83236 62.1274 1.83236 61.2491 1.78169L58.6228 1.90835C57.7784 1.90835 56.8748 2.01813 55.9965 2.11946C55.1183 2.22078 54.2485 2.28834 53.3787 2.39811C46.3916 3.41973 39.5743 5.37955 33.1114 8.2245C31.5154 8.96758 29.9278 9.72754 28.3655 10.5466L26.0939 11.8639L24.9454 12.5141L23.8391 13.2318L21.6351 14.6842C20.8835 15.1402 20.2248 15.7313 19.5155 16.2464C18.8061 16.7614 18.1052 17.3103 17.4212 17.8507C16.7372 18.3911 16.1038 18.9738 15.5127 19.6155C10.5894 24.5469 7.44799 31.0488 5.37904 37.7618C3.43527 44.5638 2.21528 51.552 1.73937 58.6102C1.16513 65.6863 1.16513 72.7962 1.25802 79.9229C1.25802 81.7215 1.25802 83.4694 1.43536 85.2173C1.51981 86.0618 1.59581 86.9653 1.74782 87.8435C1.89982 88.7216 2.00116 89.5914 2.1785 90.4611C2.81185 93.94 3.65632 97.3937 4.54301 100.839C5.4297 104.284 6.3924 107.712 7.32976 111.157C7.79422 112.846 8.25868 114.603 8.67247 116.342C8.8667 117.187 9.06937 118.082 9.20448 118.977C9.34254 119.868 9.40188 120.769 9.38182 121.67C9.46627 125.225 9.69427 128.78 9.91384 132.335L10.6401 143Z' fill='%230C1A32'/%3E%3Cpath d='M106.471 125.251L107.932 112.221L108.253 108.954C108.303 108.413 108.354 107.864 108.371 107.332C108.388 106.8 108.295 106.26 108.236 105.719L107.467 99.2091C107.214 97.039 106.969 94.8604 106.766 92.6819C106.665 91.5926 106.581 90.5033 106.521 89.4056C106.403 88.2828 106.403 87.1507 106.521 86.0279C106.681 84.9933 106.6 83.9359 106.285 82.9374C106.032 81.8904 105.702 80.8602 105.356 79.83C104.714 77.795 103.87 75.76 103.025 73.7756L103.802 73.4379C104.647 75.4729 105.424 77.5248 106.108 79.6105C106.437 80.6575 106.758 81.713 107.003 82.8023C107.132 83.3587 107.225 83.9228 107.282 84.4911C107.298 84.7724 107.298 85.0543 107.282 85.3355C107.282 85.6226 107.172 85.9942 107.146 86.1799C107.02 87.2362 106.992 88.3019 107.062 89.3633C107.104 90.4526 107.18 91.5419 107.265 92.6312C107.425 94.8013 107.636 96.9799 107.847 99.15L108.514 105.677C108.565 106.226 108.633 106.767 108.633 107.366C108.633 107.966 108.54 108.464 108.489 109.013L108.109 112.264L106.471 125.251Z' fill='%230C1A32'/%3E%3Cpath d='M97.7812 27.6542C99.9577 25.017 102.747 22.9529 105.905 21.642C107.487 20.9873 109.153 20.5553 110.854 20.3585C111.698 20.2403 112.543 20.2319 113.387 20.1981C114.232 20.1643 115.025 20.1981 115.853 20.1137C119.146 19.9532 122.474 19.6915 125.843 19.7759C127.543 19.8147 129.238 19.9898 130.91 20.2994C131.754 20.4176 132.599 20.6794 133.393 20.8821C133.798 21.0087 134.195 21.1692 134.6 21.3043C135.006 21.4413 135.404 21.602 135.791 21.7856C136.573 22.1239 137.329 22.519 138.054 22.9677C138.417 23.1957 138.797 23.3899 139.143 23.6433L140.174 24.4032C141.491 25.4544 142.72 26.6123 143.847 27.8653C146.141 30.3404 148.067 33.1331 149.564 36.1574C150.985 39.2125 151.966 42.4534 152.478 45.7836C152.765 47.4724 152.976 49.0936 153.153 50.7487C153.33 52.4037 153.449 54.0756 153.702 55.6716C154.288 58.9153 155.135 62.1063 156.235 65.2133C157.283 68.3461 158.456 71.445 159.672 74.5018L163.354 83.7902C163.971 85.3355 164.562 86.8892 165.111 88.4598C165.712 90.0332 166.099 91.6806 166.259 93.3573C166.741 100.003 166.698 106.631 166.791 113.268L166.901 123.215C166.901 124.904 166.969 126.534 167.028 128.189C167.028 129.033 167.095 129.878 167.146 130.672C167.146 131.085 167.214 131.516 167.256 131.913C167.274 132.327 167.363 132.735 167.518 133.12C167.354 132.737 167.257 132.329 167.23 131.913C167.188 131.508 167.146 131.068 167.112 130.68C167.045 129.836 166.994 128.991 166.952 128.198C166.867 126.509 166.808 124.879 166.758 123.224L166.487 113.268L166.217 103.33C166.099 100.011 166.014 96.6927 165.719 93.408C165.549 91.7776 165.157 90.1781 164.553 88.654C164.005 87.1003 163.397 85.555 162.772 84.0267L158.98 74.8142C157.739 71.7321 156.539 68.6332 155.45 65.5258C154.324 62.3667 153.454 59.1222 152.849 55.8235C152.57 54.1347 152.461 52.5135 152.25 50.8669C152.038 49.2203 151.844 47.5906 151.549 45.9693C151.013 42.7541 150.036 39.6283 148.644 36.6809C147.167 33.764 145.275 31.0763 143.028 28.7013C141.93 27.4748 140.726 26.3474 139.43 25.3321L138.493 24.6312C138.164 24.4032 137.801 24.2175 137.463 24.0064C136.772 23.5904 136.052 23.2236 135.309 22.9086C132.297 21.6833 129.078 21.0415 125.826 21.0172C122.558 20.9243 119.265 21.2114 115.929 21.338C115.084 21.338 114.24 21.3803 113.395 21.3887C112.551 21.3972 111.774 21.3887 110.972 21.5069C109.369 21.676 107.798 22.0653 106.302 22.6638C103.275 23.8368 100.577 25.7259 98.4399 28.1693L97.7812 27.6542Z' fill='%230C1A32'/%3E%3Cpath d='M147.174 32.9318C149.063 32.0601 151.078 31.4902 153.144 31.2429C155.206 30.96 157.299 30.9941 159.351 31.3443C161.38 31.7144 163.362 32.3062 165.262 33.1091C167.167 33.8706 169.01 34.7768 170.777 35.8196C172.558 36.8509 174.253 38.0257 175.844 39.3324C177.433 40.6212 178.918 42.0328 180.285 43.5544C182.997 46.625 185.25 50.0722 186.974 53.7886L186.889 53.6703C188.246 55.1062 189.494 56.6417 190.622 58.2639C191.77 59.8598 192.851 61.498 193.881 63.1615C195.959 66.5391 197.876 69.9167 199.691 73.3788C200.139 74.2232 200.587 75.1267 201.009 76.0133C201.449 76.9023 201.808 77.8293 202.081 78.783C202.639 80.6744 203.052 82.5997 203.432 84.5165C204.167 88.3669 204.733 92.2428 205.121 96.1524C205.334 98.1169 205.334 100.099 205.121 102.063C204.969 103.997 204.919 105.956 204.876 107.906C204.784 111.816 204.775 115.726 204.8 119.635C204.826 123.545 204.91 127.454 205.079 131.356C205.172 133.306 205.282 135.257 205.442 137.207C205.552 138.178 205.611 139.158 205.755 140.121L205.974 141.573L206.295 143L205.957 141.573L205.729 140.129C205.577 139.158 205.51 138.187 205.392 137.216C205.214 135.265 205.088 133.315 204.978 131.364C204.775 127.454 204.657 123.545 204.589 119.635C204.522 115.726 204.505 111.816 204.589 107.906C204.589 105.947 204.657 103.997 204.784 101.996C204.964 100.059 204.932 98.1079 204.691 96.1777C204.304 92.2968 203.718 88.4384 202.934 84.6178C202.546 82.7094 202.09 80.8011 201.558 78.9434C200.927 77.111 200.121 75.3437 199.151 73.6659C197.318 70.2291 195.376 66.8346 193.24 63.533C192.201 61.8442 191.112 60.2651 189.963 58.703C188.841 57.1257 187.602 55.6353 186.256 54.2445H186.214V54.1685C184.421 50.5863 182.148 47.2653 179.458 44.2975C178.118 42.8224 176.661 41.4585 175.1 40.219C173.557 38.9567 171.91 37.8269 170.177 36.8414C168.459 35.8358 166.663 34.9689 164.806 34.249C162.974 33.5037 161.073 32.9381 159.132 32.5602C155.233 31.9036 151.231 32.2881 147.529 33.6748L147.174 32.9318Z' fill='%230C1A32'/%3E%3Cpath d='M191.509 60.1215C192.625 59.5492 193.804 59.1072 195.022 58.8043C196.237 58.4875 197.483 58.3006 198.737 58.247C201.279 58.1157 203.818 58.5423 206.177 59.4967L207.022 59.8682L207.866 60.3073L208.711 60.7548L209.488 61.2361C210.526 61.8695 211.556 62.5281 212.57 63.1867C214.613 64.5153 216.618 65.8916 218.582 67.3159C220.547 68.7401 222.49 70.2262 224.409 71.7743C226.301 73.3027 228.15 74.8902 229.907 76.6043C231.711 78.286 233.338 80.1478 234.763 82.1605C235.48 83.2245 236.029 84.2462 236.663 85.2848L238.563 88.3584C241.096 92.4622 243.68 96.5576 246.163 100.687C247.421 102.756 248.696 104.833 249.845 106.961C250.451 108.03 250.998 109.132 251.483 110.262C251.615 110.573 251.709 110.899 251.762 111.233C251.785 111.396 251.799 111.559 251.804 111.723C251.804 111.867 251.804 112.002 251.804 112.154C251.863 112.745 251.922 113.344 251.998 113.944C252.581 118.732 253.18 123.553 253.299 128.4C253.428 130.833 253.195 133.272 252.606 135.637C252.219 136.78 251.922 137.951 251.719 139.141C251.629 139.733 251.59 140.332 251.601 140.931C251.589 141.523 251.738 142.106 252.032 142.62C251.717 142.112 251.545 141.529 251.534 140.931C251.501 140.325 251.524 139.717 251.601 139.116C251.756 137.912 252.01 136.723 252.361 135.561C252.881 133.214 253.043 130.803 252.843 128.409C252.606 123.595 251.838 118.825 251.154 114.054C251.078 113.454 250.993 112.855 250.926 112.238C250.926 112.095 250.926 111.926 250.926 111.765C250.933 111.628 250.933 111.489 250.926 111.352C250.866 111.094 250.784 110.843 250.681 110.6C250.187 109.519 249.638 108.465 249.034 107.442C247.826 105.365 246.543 103.321 245.251 101.286L237.38 89.11L235.438 86.0363C234.796 85.023 234.18 83.9253 233.538 82.988C232.161 81.065 230.591 79.2881 228.851 77.6852C227.162 75.9963 225.288 74.4933 223.404 73.0072C221.521 71.521 219.562 70.0855 217.603 68.7176C215.644 67.3496 213.651 65.9986 211.616 64.7067C209.66 63.389 207.608 62.2205 205.476 61.2108C203.348 60.3251 201.068 59.8605 198.763 59.8429C196.424 59.8036 194.095 60.1546 191.872 60.8815L191.509 60.1215Z' fill='%230C1A32'/%3E%3Cpath d='M237.295 87.2608C240.621 87.1976 243.947 87.3584 247.252 87.7421C248.933 87.934 250.597 88.2615 252.225 88.7216C252.639 88.8314 253.07 89.0087 253.475 89.1607C253.881 89.3127 254.32 89.5492 254.657 89.7771C255.401 90.2162 256.093 90.706 256.777 91.1873C259.451 93.1765 262.016 95.3074 264.462 97.571C266.936 99.7945 269.284 102.154 271.496 104.639C272.054 105.276 272.576 105.944 273.058 106.64C273.531 107.324 273.987 108.025 274.427 108.734C275.271 110.144 276.115 111.588 276.909 113.057C278.454 115.999 279.802 119.04 280.946 122.16C283.238 128.383 284.601 134.91 284.991 141.531C284.637 138.255 284.073 135.006 283.302 131.803C282.494 128.616 281.479 125.485 280.262 122.43C279.052 119.382 277.641 116.417 276.039 113.556C275.237 112.129 274.393 110.727 273.506 109.334C272.646 107.96 271.68 106.656 270.618 105.432C266.118 100.664 261.182 96.3278 255.874 92.4792C255.206 92.0233 254.531 91.5757 253.855 91.1789C253.517 90.9678 253.18 90.8326 252.842 90.6469C252.504 90.4611 252.141 90.3682 251.761 90.2669C250.211 89.8339 248.634 89.5039 247.04 89.2789C245.436 89.0087 243.806 88.7976 242.176 88.6287C240.546 88.4599 238.908 88.2741 237.278 88.1052L237.295 87.2608Z' fill='%230C1A32'/%3E%3Cpath d='M97.3672 124.246C98.8872 122.608 100.466 121.029 102.113 119.526C102.958 118.782 103.802 118.056 104.647 117.372C105.517 116.658 106.506 116.1 107.568 115.726V115.895C106.538 116.29 105.583 116.862 104.748 117.583C103.903 118.276 103.059 119.019 102.214 119.77C100.61 121.299 99.0646 122.903 97.5952 124.558L97.3672 124.246Z' fill='%230C1A32'/%3E%3Cpath d='M28.8555 54.8862C29.3949 56.8029 30.0896 58.6724 30.9329 60.4762C31.3035 61.3471 31.8837 62.1129 32.6218 62.7054L32.8667 62.8236H33.2045C33.4395 62.8576 33.6764 62.8773 33.9138 62.8827C34.4036 62.8827 34.8934 62.9418 35.3917 62.9503C39.3607 63.0347 43.3635 62.9503 47.3494 62.8996C51.3352 62.849 55.3211 62.6885 59.2901 62.469C61.2747 62.3508 63.2676 62.2241 65.2014 62.013C66.1895 61.937 67.1606 61.785 68.1317 61.6499C69.0788 61.495 70.0152 61.2806 70.9354 61.0082C74.645 59.7818 78.0849 57.8555 81.069 55.3338C81.829 54.7089 82.5637 54.0587 83.2646 53.3747L83.5349 53.1214L83.67 52.9863L83.7291 52.9272C83.7605 52.8739 83.786 52.8172 83.8051 52.7583C83.8472 52.6619 83.8839 52.5633 83.9149 52.4628C84.0445 52.0101 84.1488 51.5506 84.2273 51.0864C84.5467 49.1292 84.7582 47.156 84.8607 45.1756C85.0844 41.2053 85.0336 37.2243 84.7087 33.261C84.5546 31.2746 84.2725 29.3002 83.8642 27.3502C83.4799 25.3942 82.7842 23.5126 81.8037 21.7771C82.9216 23.4535 83.7415 25.3103 84.2273 27.2657C84.7457 29.2086 85.1378 31.183 85.4011 33.1766C85.9052 37.1665 86.0972 41.1896 85.9754 45.2093C85.9404 47.2318 85.7882 49.2505 85.5194 51.2553C85.4482 51.7758 85.3467 52.2918 85.2154 52.8005C85.1647 52.9441 85.1478 53.0623 85.0802 53.2143C85.0202 53.3959 84.9319 53.5669 84.8185 53.7209L84.7171 53.856L84.6496 53.9236L84.5145 54.0587L84.2442 54.3289C83.5264 55.0467 82.7748 55.7391 81.9979 56.3977C78.9059 59.1125 75.3027 61.1823 71.3998 62.4859C70.4124 62.7953 69.4052 63.0379 68.3851 63.2121C67.3717 63.364 66.3668 63.5245 65.3619 63.6089C63.3521 63.8454 61.3507 63.9551 59.3408 64.0565C55.338 64.2676 51.3268 64.3182 47.324 64.2929C43.3212 64.2676 39.3184 64.1747 35.3072 63.8538C34.809 63.8538 34.3023 63.7694 33.7956 63.7103C33.5337 63.6938 33.2737 63.6543 33.0187 63.592L32.6134 63.5076L32.1911 63.2796C31.7588 62.9405 31.4022 62.5149 31.144 62.0299C30.8851 61.5884 30.6593 61.1283 30.4684 60.6535C29.7392 58.7899 29.1989 56.8578 28.8555 54.8862Z' fill='%230C1A32'/%3E%3Cpath d='M27.6306 53.4254C28.2262 52.6486 28.9695 51.9971 29.8178 51.5086C29.9122 51.4608 30.0001 51.4012 30.0796 51.3313C30.1509 51.2823 30.2113 51.2191 30.2569 51.1456C30.3153 51.0783 30.3611 51.001 30.3921 50.9176C30.4373 50.8352 30.4714 50.7472 30.4934 50.6558C30.6073 50.2433 30.6641 49.8171 30.6623 49.3892C30.6623 48.4941 30.6623 47.5653 30.6623 46.5858C30.6722 46.3224 30.7004 46.06 30.7467 45.8005L30.8059 45.5894C30.8022 45.5727 30.8022 45.5554 30.8059 45.5387C30.8182 45.506 30.8182 45.47 30.8059 45.4374C30.4851 45.1361 30.1467 44.8541 29.7925 44.593C29.3529 44.2199 29.077 43.6894 29.024 43.1153C28.998 42.5992 29.0435 42.082 29.1591 41.5784C29.3665 40.6159 29.7257 39.6924 30.2232 38.8426C30.6736 38.1008 30.9615 37.2719 31.0676 36.4107C31.0635 36.2203 31.0201 36.0327 30.9402 35.8598C30.8603 35.6869 30.7455 35.5324 30.6032 35.4058C30.29 35.0994 29.9379 34.8354 29.556 34.6205C29.1591 34.3841 28.7116 34.2152 28.2809 33.8944C28.3822 33.7001 27.8587 34.0463 27.5631 34.325C26.9023 34.9283 26.3001 35.5927 25.7644 36.3094C25.6337 36.4805 25.5205 36.6644 25.4266 36.8582C25.314 37.0513 25.2207 37.2549 25.1479 37.4662C24.9648 37.8658 24.8397 38.2894 24.7763 38.7244C24.7167 39.6003 24.9913 40.4663 25.5448 41.1478C25.7919 41.5258 26.0747 41.8793 26.3893 42.2033C26.6668 42.5119 27.0143 42.7493 27.4026 42.8957C27.4702 42.8957 27.5209 42.8957 27.5124 42.8957C27.504 42.8957 27.5124 42.8957 27.5124 42.8535C27.5424 42.6803 27.5424 42.5032 27.5124 42.33C27.4375 41.8939 27.3273 41.4647 27.1831 41.0465L26.7186 39.687C26.4807 39.158 26.393 38.5737 26.4653 37.9982C26.5159 37.7702 26.5328 37.7702 26.5413 37.6942C26.5542 37.6187 26.5542 37.5416 26.5413 37.4662C26.5178 37.2892 26.4635 37.1178 26.3808 36.9595C26.2983 36.7968 26.1899 36.6485 26.0599 36.5205C25.9845 36.4454 25.8917 36.3903 25.7897 36.36L25.6208 35.5156C25.803 35.4854 25.9898 35.497 26.1668 35.5497C26.3439 35.6023 26.5066 35.6947 26.6426 35.8196C26.869 36.0046 27.0582 36.231 27.2 36.4867C27.349 36.7471 27.4464 37.0338 27.4871 37.3311C27.5083 37.4908 27.5083 37.6527 27.4871 37.8124C27.4678 37.9416 27.4367 38.0688 27.3942 38.1924C27.382 38.5757 27.4571 38.9569 27.6138 39.307C27.7742 39.7376 27.9431 40.1514 28.0782 40.6665C28.2438 41.1694 28.3431 41.6917 28.3738 42.2202C28.4025 42.5057 28.3679 42.794 28.2724 43.0646C28.1885 43.2556 28.0367 43.4088 27.8465 43.4945C27.6562 43.5803 27.441 43.5926 27.2422 43.529C26.7459 43.3231 26.3058 43.0018 25.9586 42.5917C25.6282 42.2291 25.3181 41.8485 25.0297 41.4518C24.3844 40.6447 24.0383 39.6393 24.0501 38.6061C24.1017 38.109 24.2181 37.6207 24.3963 37.1538C24.5476 36.6664 24.7726 36.2051 25.0635 35.7858C25.6101 34.9805 26.2699 34.2582 27.0226 33.641C27.2251 33.4745 27.4428 33.3275 27.6729 33.2019C27.818 33.117 27.9789 33.0624 28.1458 33.0415C28.222 33.0284 28.3001 33.0306 28.3755 33.048C28.4509 33.0654 28.5221 33.0976 28.5849 33.1428L28.6862 33.2273H28.7369C29.1128 33.4837 29.5018 33.7205 29.9023 33.9366C30.3373 34.1726 30.7451 34.4558 31.1183 34.781C31.5709 35.1674 31.853 35.7165 31.9037 36.3094C31.9352 36.8451 31.8488 37.3813 31.6503 37.8799C31.4887 38.3424 31.2969 38.7937 31.0761 39.231C30.6234 40.0287 30.2716 40.8797 30.0289 41.7642C29.9074 42.1763 29.8365 42.6016 29.8178 43.0308C29.8279 43.2202 29.8766 43.4054 29.9608 43.5753C30.045 43.7452 30.163 43.8961 30.3076 44.0188C30.4724 44.166 30.6474 44.3014 30.8312 44.4241C31.0721 44.5695 31.2887 44.7519 31.473 44.9645C31.5919 45.1281 31.6648 45.3205 31.6841 45.5218C31.6924 45.623 31.6924 45.7246 31.6841 45.8258V45.9609C31.6714 46.169 31.6714 46.3777 31.6841 46.5858C31.7904 47.5419 31.8074 48.5059 31.7348 49.4652C31.6922 49.9847 31.5697 50.4945 31.3716 50.9767C31.314 51.1057 31.2462 51.2299 31.169 51.3482C31.0907 51.4721 30.9971 51.5856 30.8903 51.686C30.686 51.8854 30.437 52.033 30.1641 52.1166C29.2699 52.4491 28.4192 52.8886 27.6306 53.4254Z' fill='%230C1A32'/%3E%3Cpath d='M27.9521 32.0874C27.5851 31.2793 27.3213 30.4282 27.1668 29.5542C27.1176 29.1084 27.0951 28.66 27.0992 28.2116C27.1008 28.0638 27.0721 27.9172 27.0148 27.7809C27.0148 27.7303 27.0148 27.7809 27.0148 27.7809C26.7002 27.879 26.4116 28.0464 26.1703 28.2707C25.8563 28.5308 25.5755 28.8286 25.3343 29.1573C24.8911 29.9634 24.291 30.6725 23.5693 31.243C23.993 30.4655 24.3599 29.6584 24.6671 28.828C24.8456 28.3433 25.1347 27.907 25.5115 27.5537C25.8882 27.2004 26.3423 26.9399 26.8374 26.793H27.1161C27.2316 26.8081 27.3449 26.8364 27.4539 26.8774C27.6572 26.9747 27.821 27.1386 27.9184 27.3418C28.0299 27.6091 28.0845 27.8967 28.0788 28.1862C28.0788 28.7013 27.9859 29.1066 27.9944 29.4951C27.9944 30.3057 28.0281 31.243 27.9521 32.0874Z' fill='%230C1A32'/%3E%3Cpath d='M20.8243 33.4131C20.4814 33.5181 20.1627 33.6903 19.887 33.9197C19.7783 33.9998 19.6993 34.1139 19.6626 34.2438C19.6259 34.3738 19.6336 34.5123 19.6843 34.6374C19.7725 34.9029 19.9602 35.1239 20.2079 35.2539C20.4612 35.4143 20.8159 35.4903 21.2128 35.7605C21.4311 35.9039 21.6068 36.1035 21.7212 36.3383C21.8356 36.5731 21.8846 36.8344 21.863 37.0947C21.8471 37.3607 21.7596 37.6174 21.6097 37.8377C21.4646 38.0292 21.2804 38.1875 21.0692 38.3022C20.3345 38.7412 19.6083 38.6737 19.3381 39.4421C19.2907 39.237 19.3038 39.0226 19.3757 38.8248C19.4477 38.627 19.5754 38.4543 19.7434 38.3275C20.0474 38.0404 20.3852 37.8546 20.5879 37.652C20.6884 37.5867 20.7715 37.498 20.8304 37.3937C20.8892 37.2893 20.9219 37.1722 20.9257 37.0524C20.941 36.9439 20.9253 36.8332 20.8805 36.7331C20.8357 36.633 20.7635 36.5476 20.6723 36.4867C20.4528 36.3262 20.0812 36.1911 19.7265 35.9294C19.5347 35.7961 19.3726 35.6245 19.2505 35.4253C19.1284 35.2262 19.049 35.0039 19.0172 34.7725C18.9759 34.5352 19.014 34.2908 19.1254 34.0772C19.2368 33.8635 19.4154 33.6925 19.6336 33.5904C20.0068 33.4232 20.4187 33.3619 20.8243 33.4131Z' fill='%230C1A32'/%3E%3Cpath d='M19.1016 43.6472C18.8736 43.8414 18.8144 44.1285 18.9918 44.289C19.1813 44.458 19.4064 44.5821 19.6505 44.6521C20.1469 44.8377 20.6624 44.9679 21.1874 45.0405C21.7212 45.0868 22.2581 45.0868 22.7919 45.0405C23.4237 44.9904 24.0567 45.1222 24.616 45.4205C24.913 45.5836 25.1743 45.8047 25.3844 46.0707C25.5782 46.3236 25.7241 46.6097 25.8151 46.9151C25.971 47.4896 26.0338 48.0855 26.0009 48.6799V49.5243C25.9871 49.6349 25.9973 49.7473 26.0308 49.8536C26.0644 49.96 26.1204 50.0579 26.1951 50.1407C26.3792 50.3402 26.5798 50.5238 26.7947 50.6896C26.9138 50.7792 27.0087 50.8973 27.0707 51.033C27.1326 51.1686 27.1597 51.3176 27.1494 51.4664C27.0142 50.8753 26.3893 50.8247 25.908 50.4447C25.6448 50.2369 25.4747 49.9332 25.4351 49.6003C25.3844 49.3047 25.376 49.0261 25.3506 48.7559C25.2409 47.6835 25.0466 46.5942 24.2106 46.2227C23.7835 45.9751 23.2933 45.8577 22.8003 45.8849C22.2333 45.9008 21.6664 45.8498 21.1114 45.7329C20.5157 45.5961 19.9455 45.3652 19.4225 45.0489C19.1525 44.8974 18.9258 44.6794 18.7638 44.4156C18.7246 44.3415 18.7041 44.2589 18.7041 44.175C18.7041 44.0911 18.7246 44.0085 18.7638 43.9343C18.8419 43.8042 18.9606 43.7033 19.1016 43.6472Z' fill='%230C1A32'/%3E%3Cpath d='M22.2768 40.7932C22.0647 40.9922 21.8776 41.2162 21.7194 41.4603C21.6621 41.5382 21.6245 41.6288 21.6098 41.7244C21.5951 41.8199 21.6038 41.9176 21.635 42.0092C21.7336 42.1927 21.8757 42.3492 22.0488 42.4651C22.2459 42.6115 22.4617 42.7308 22.6906 42.8198C23.1804 43.0224 23.7377 43.1575 24.312 43.3518C24.6062 43.4368 24.8896 43.5559 25.1564 43.7064C25.4267 43.8584 25.7645 44.1202 25.7476 44.4579C25.6566 44.3522 25.5438 44.2672 25.417 44.209C25.2903 44.1507 25.1524 44.1204 25.0129 44.1202C24.7426 44.1202 24.4471 44.1202 24.1684 44.0442C23.5469 44.0167 22.9326 43.9001 22.3443 43.698C22.0143 43.5765 21.7104 43.393 21.4492 43.1575C21.1488 42.905 20.9458 42.5556 20.875 42.1696C20.8543 41.9659 20.8889 41.7604 20.975 41.5746C21.0612 41.3889 21.1958 41.2298 21.3648 41.1141C21.6334 40.9251 21.949 40.8141 22.2768 40.7932Z' fill='%230C1A32'/%3E%3Cpath d='M29.708 34.1393C31.5527 32.3691 33.5043 30.7137 35.5517 29.1826C37.5851 27.6371 39.7178 26.2267 41.9359 24.9606C44.1481 23.6722 46.4781 22.5978 48.8944 21.7518C51.3117 20.8746 53.8492 20.3733 56.4186 20.2657C61.5187 20.1214 66.6186 20.5605 71.619 21.5745C74.1232 22.0908 76.5462 22.9429 78.8223 24.1077C81.0916 25.3261 83.0617 27.0335 84.5901 29.1066L84.3198 29.3008C82.8048 27.2926 80.8602 25.6482 78.6281 24.4877C76.3789 23.3515 73.9875 22.5222 71.5177 22.022C66.5511 21.0602 61.4909 20.6692 56.4355 20.8568C53.928 20.9794 51.455 21.4922 49.1055 22.3767C46.7383 23.2302 44.4566 24.3046 42.2906 25.5854C37.9492 28.15 33.9269 31.2197 30.3076 34.7303L29.708 34.1393Z' fill='%230C1A32'/%3E%3Cpath d='M104.494 29.419C106.083 29.9992 107.639 30.6644 109.156 31.4118C109.94 31.787 110.687 32.2366 111.385 32.7544C111.476 32.8315 111.564 32.9132 111.647 32.9993C111.752 33.0867 111.841 33.1926 111.909 33.3117L112.027 33.4975C112.016 33.4571 111.993 33.4214 111.959 33.3962H112.103C112.485 33.43 112.869 33.43 113.251 33.3962C116.528 33.0584 119.847 32.366 123.174 31.8847C124.863 31.6229 126.552 31.3865 128.241 31.2683C129.147 31.1654 130.064 31.1995 130.96 31.3696C131.686 31.5714 132.447 31.6089 133.189 31.4794C133.962 31.3589 134.706 31.0985 135.385 30.711C136.027 30.3394 136.736 29.7906 136.694 29.2164C136.602 28.4046 136.429 27.6041 136.179 26.8267C135.934 26.033 135.68 25.2308 135.41 24.4286C135.824 25.1632 136.204 25.9232 136.55 26.6916C136.926 27.4753 137.209 28.2999 137.395 29.1488C137.443 29.4195 137.411 29.6985 137.302 29.951C137.209 30.1849 137.077 30.4017 136.913 30.5927C136.62 30.9518 136.273 31.2624 135.883 31.5131C135.141 32.0326 134.307 32.4079 133.426 32.6193C132.514 32.8303 131.567 32.8303 130.656 32.6193C130.296 32.5589 129.931 32.5391 129.566 32.5602C129.17 32.5602 128.722 32.5602 128.35 32.6278C126.712 32.7713 125.057 33.0246 123.393 33.2442C121.73 33.4637 120.075 33.7424 118.403 33.9535C116.723 34.2038 115.032 34.3644 113.336 34.4348C112.875 34.4554 112.414 34.4271 111.959 34.3503C111.801 34.3161 111.65 34.2562 111.512 34.173C111.393 34.0939 111.299 33.9826 111.241 33.8521L111.191 33.7677V33.6833L111.106 33.5904C111.039 33.5228 110.997 33.4553 110.921 33.3877C110.294 32.8624 109.631 32.3826 108.936 31.9522C107.458 31.0318 105.972 30.2381 104.494 29.419Z' fill='%230C1A32'/%3E%3Cpath d='M105.246 29.7314C106.893 27.4273 108.944 25.4416 111.301 23.8713C112.492 23.0955 113.781 22.4822 115.135 22.0473C116.507 21.661 117.934 21.5041 119.357 21.5829C122.159 21.7291 124.941 22.1362 127.667 22.7989C130.394 23.4286 133.087 24.2038 135.731 25.121V25.2223C133.071 24.3779 130.361 23.6686 127.641 23.0691C124.926 22.4481 122.158 22.0806 119.374 21.9714C117.995 21.9222 116.617 22.0845 115.287 22.4527C113.977 22.877 112.73 23.4763 111.58 24.2344C109.26 25.7806 107.223 27.7143 105.559 29.951L105.246 29.7314Z' fill='%230C1A32'/%3E%3Cpath d='M151.573 38.3275C152.663 39.3746 153.693 40.4723 154.723 41.5785C155.238 42.1273 155.728 42.7015 156.209 43.2673C156.714 43.8496 157.171 44.4707 157.577 45.125C157.685 45.3045 157.781 45.4906 157.865 45.6823C157.907 45.815 157.941 45.9504 157.966 46.0876C157.966 46.2058 157.966 46.2143 157.966 46.2818C158.069 46.5618 158.237 46.8134 158.456 47.0164C158.945 47.4909 159.518 47.8716 160.145 48.1395C160.766 48.4253 161.437 48.5859 162.121 48.6124C162.813 48.6124 163.59 48.5617 164.325 48.5195C167.306 48.2999 170.32 48.1142 173.259 47.7511L173.8 47.6751L174.036 47.6244C174.163 47.6244 174.078 47.6244 174.121 47.6244C174.019 47.768 174.121 47.6835 174.121 47.6244C174.125 47.5485 174.125 47.4723 174.121 47.3964C174.121 47.2275 174.121 47.0418 174.121 46.8644C174.07 46.1383 173.985 45.3867 173.884 44.6521L173.58 42.4144C173.487 41.6714 173.361 40.9198 173.327 40.1683C173.698 41.6207 174.112 43.0731 174.467 44.5423C174.636 45.277 174.805 46.02 174.914 46.78C174.914 46.9742 174.957 47.1684 174.973 47.3795V47.7089C174.979 47.7791 174.979 47.8497 174.973 47.92C174.973 47.9622 174.973 47.9875 174.931 48.0551C174.9 48.1239 174.857 48.1867 174.805 48.2408C174.58 48.3909 174.327 48.4943 174.061 48.5448L173.487 48.6715C170.5 49.1466 167.489 49.4595 164.468 49.6088C163.7 49.6088 162.974 49.6932 162.163 49.6848C161.341 49.6362 160.537 49.4238 159.798 49.0599C159.054 48.7197 158.38 48.2412 157.814 47.6497C157.495 47.3255 157.265 46.924 157.147 46.4845L157.105 46.1129C157.095 46.0656 157.095 46.0168 157.105 45.9694C157.029 45.8258 156.986 45.6738 156.893 45.5218C156.13 44.2463 155.284 43.0221 154.36 41.8571C153.44 40.6918 152.494 39.5266 151.573 38.3275Z' fill='%230C1A32'/%3E%3Cpath d='M152.393 39.2902C153.534 37.5637 155.188 36.2379 157.122 35.4988C158.108 35.1811 159.146 35.0578 160.179 35.1357C161.198 35.1443 162.215 35.2375 163.219 35.4143C165.226 35.7804 167.149 36.5102 168.894 37.5676C170.631 38.6259 172.224 39.9061 173.631 41.3758L173.513 41.4941C172.078 40.0849 170.482 38.8492 168.758 37.8125C167.03 36.7948 165.13 36.1049 163.151 35.7774C162.162 35.6197 161.163 35.5294 160.162 35.5072C159.177 35.4231 158.185 35.5292 157.24 35.8197C156.318 36.1549 155.461 36.6462 154.706 37.272C153.923 37.8874 153.227 38.6061 152.637 39.4084L152.393 39.2902Z' fill='%230C1A32'/%3E%3Cpath d='M200.308 75.304C200.308 75.304 209.715 76.064 211.083 76.064C212.451 76.064 215.821 69.4523 215.305 68.2279C214.969 67.3642 214.715 66.4709 214.545 65.5596' stroke='%230C1A32' stroke-miterlimit='10'/%3E%3Cpath d='M195.469 66.9866C195.938 66.1168 196.451 65.2713 197.006 64.4534C197.549 63.6333 198.159 62.8594 198.83 62.1397C199.499 61.3992 200.27 60.7568 201.118 60.2314C202.008 59.7006 203.008 59.38 204.04 59.2941V60.1385C203.129 60.121 202.23 60.3422 201.431 60.7802C200.61 61.2165 199.867 61.7873 199.235 62.469C198.581 63.1642 198.001 63.9255 197.504 64.7405C197.005 65.5428 196.583 66.3911 196.246 67.2737L195.469 66.9866Z' fill='%230C1A32'/%3E%3Cpath d='M25.7646 129.456C30.899 128.062 36.025 126.627 41.1762 125.234C46.3275 123.84 51.4619 122.523 56.5793 121.189C61.6968 119.855 66.8734 118.47 72.0331 117.195C77.1928 115.92 82.3694 114.662 87.5714 113.505C82.4708 115.025 77.3448 116.452 72.1936 117.786C67.0508 119.162 61.8826 120.437 56.7229 121.763C51.5632 123.089 46.4457 124.381 41.2776 125.664C36.1094 126.948 30.9328 128.198 25.7646 129.456Z' fill='%230C1A32'/%3E%3Cpath d='M127.515 108.329C129.778 108.616 132.033 108.903 134.27 109.173C136.508 109.443 138.797 109.638 141.068 109.747C143.331 109.905 145.601 109.927 147.866 109.815C149.001 109.771 150.13 109.641 151.244 109.426C152.365 109.252 153.45 108.892 154.453 108.363C152.553 109.671 150.18 110.051 147.917 110.313C145.633 110.502 143.339 110.53 141.051 110.398C138.763 110.246 136.491 110.009 134.228 109.671C131.965 109.334 129.71 108.928 127.515 108.329Z' fill='%230C1A32'/%3E%3Cpath d='M138.273 102.502C141.339 102.198 144.387 101.869 147.394 101.337C148.889 101.082 150.369 100.744 151.827 100.324C152.551 100.116 153.257 99.8505 153.938 99.53C154.634 99.2283 155.252 98.7721 155.746 98.1958C155.375 98.8944 154.82 99.4784 154.141 99.8846C153.478 100.308 152.77 100.656 152.03 100.923C150.56 101.435 149.044 101.802 147.503 102.021C144.45 102.479 141.358 102.641 138.273 102.502Z' fill='%230C1A32'/%3E%3Cpath d='M122 57.9853C123.824 57.6137 125.665 57.3266 127.514 57.0818C129.364 56.8369 131.213 56.6596 133.071 56.4907C134.929 56.3218 136.795 56.2796 138.661 56.2796C140.537 56.2526 142.406 56.5001 144.21 57.0142C143.294 56.8615 142.368 56.7796 141.44 56.7693C140.519 56.7693 139.59 56.7693 138.67 56.7693C136.812 56.7693 134.963 56.9551 133.113 57.0649C131.264 57.1746 129.414 57.3773 127.557 57.504L122 57.9853Z' fill='%230C1A32'/%3E%3Cpath d='M123.292 62.1904L133.789 62.0047C135.537 61.9455 137.285 61.9456 139.024 61.8358C139.869 61.8358 140.773 61.7598 141.634 61.6584C142.506 61.609 143.37 61.4617 144.21 61.2194C142.55 61.815 140.811 62.1621 139.05 62.2495C137.302 62.3846 135.554 62.4775 133.797 62.4944C132.041 62.5113 130.293 62.4944 128.545 62.4944C126.797 62.4944 125.04 62.334 123.292 62.1904Z' fill='%230C1A32'/%3E%3Cpath d='M185.175 89.7855C186.729 89.5828 188.274 89.4815 189.811 89.3548C191.348 89.2282 192.885 89.1015 194.447 88.9242C192.988 89.5184 191.436 89.8555 189.862 89.9206C188.299 90.0403 186.728 89.9951 185.175 89.7855Z' fill='%230C1A32'/%3E%3Cpath d='M191.373 94.3707C192.78 94.109 194.158 93.7073 195.486 93.1716C196.144 92.9014 196.803 92.6312 197.445 92.3272C198.087 92.0232 198.737 91.7108 199.404 91.4153C198.849 91.8855 198.255 92.3091 197.631 92.6819C196.994 93.0423 196.331 93.3529 195.646 93.6107C194.963 93.8693 194.26 94.0699 193.543 94.2103C192.83 94.3562 192.1 94.4101 191.373 94.3707Z' fill='%230C1A32'/%3E%3Cpath d='M172.88 62.8406C173.834 62.7224 174.78 62.5788 175.717 62.4268C176.655 62.2748 177.584 62.0891 178.504 61.8611C179.423 61.6324 180.328 61.3505 181.215 61.0167C182.103 60.6994 182.953 60.2831 183.748 59.7754C183.048 60.4491 182.233 60.9924 181.341 61.3798C180.458 61.7738 179.535 62.0738 178.588 62.2748C176.708 62.6958 174.78 62.8718 172.854 62.7984L172.88 62.8406Z' fill='%230C1A32'/%3E%3Cpath d='M231.385 113.936L234.619 114.358C235.692 114.493 236.764 114.628 237.837 114.696C238.909 114.792 239.987 114.818 241.062 114.772C241.596 114.75 242.128 114.682 242.65 114.569C243.179 114.472 243.679 114.255 244.111 113.936C243.273 114.67 242.209 115.096 241.096 115.143C240 115.24 238.898 115.24 237.803 115.143C236.715 115.049 235.633 114.9 234.56 114.696C233.487 114.51 232.426 114.256 231.385 113.936Z' fill='%230C1A32'/%3E%3Cpath d='M240.479 120.936C242.084 120.893 243.672 120.851 245.234 120.674C246.013 120.591 246.783 120.447 247.539 120.243C248.304 120.09 248.98 119.644 249.422 119.002C249.281 119.394 249.048 119.748 248.745 120.034C248.441 120.32 248.074 120.53 247.674 120.649C246.908 120.928 246.107 121.101 245.293 121.164C244.488 121.248 243.677 121.265 242.869 121.214C242.067 121.185 241.267 121.092 240.479 120.936Z' fill='%230C1A32'/%3E%3Cpath d='M27.9521 113.505L43.0175 112.66C48.0336 112.34 53.0582 112.052 58.0659 111.656C60.5993 111.453 63.0736 111.217 65.5564 110.921C68.0391 110.625 70.5134 110.161 72.9708 109.646C77.8856 108.641 82.7582 107.408 87.6055 106.074C82.8421 107.71 77.9934 109.086 73.0806 110.195C70.6232 110.735 68.1405 111.208 65.6408 111.546C63.1412 111.884 60.6247 112.061 58.1082 112.264C48.0674 112.939 38.0013 113.311 27.9521 113.505Z' fill='%230C1A32'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_193_1014'%3E%3Crect width='285' height='143' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A"); }
    .help__item:nth-child(6) {
      background-image: url("data:image/svg+xml,%3Csvg width='325' height='158' viewBox='0 0 325 158' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_193_1058)'%3E%3Cpath d='M178.445 158C180.273 142.621 182.17 127.253 183.717 111.854C184.097 108.009 184.486 104.155 184.716 100.31C184.776 99.314 184.855 98.3877 184.865 97.4415C184.915 96.4893 184.915 95.5351 184.865 94.5829C184.776 92.6705 184.616 90.7382 184.466 88.8159C183.837 81.0966 183.188 73.3675 182.908 65.6084C182.629 57.8493 182.579 50.0405 183.807 42.2515C184.123 40.2904 184.587 38.3559 185.195 36.4646C185.513 35.5015 185.893 34.5599 186.333 33.6458C186.583 33.1976 186.822 32.7295 187.082 32.3012L187.931 31.0562C190.232 27.8125 193.001 24.9261 196.148 22.4903C202.395 17.6041 209.589 14.0603 217.276 12.0818C219.212 11.5882 221.185 11.255 223.176 11.0858C225.172 10.9712 227.174 10.9878 229.167 11.1356C233.091 11.3746 236.965 11.8129 240.829 12.3508C244.693 12.8886 248.547 13.5659 252.372 14.3428C256.196 15.1197 259.99 16.1058 263.734 17.3309C267.519 18.4578 271.195 19.9212 274.717 21.7035C275.576 22.2114 276.455 22.6995 277.303 23.2174C278.152 23.7354 278.951 24.3131 279.749 24.8908C281.347 26.0461 282.905 27.2513 284.392 28.5561C290.309 33.7902 295.142 40.1276 298.62 47.2118C300.387 50.7028 301.938 54.2986 303.263 57.9788C303.942 59.8015 304.551 61.684 305.18 63.4968C305.809 65.3096 306.408 67.1423 307.067 68.9551C309.673 76.2261 312.579 83.4074 315.385 90.6286C316.782 94.2343 318.18 97.8498 319.498 101.505C320.816 105.161 322.074 108.836 323.143 112.581C324.327 116.324 324.95 120.221 324.99 124.145C324.99 128.01 325.04 131.884 324.92 135.769C324.87 139.654 324.452 143.526 323.672 147.333C322.888 151.149 321.358 154.774 319.169 158C321.239 154.725 322.646 151.077 323.312 147.263C324.01 143.465 324.344 139.61 324.311 135.749C324.311 131.894 324.171 128.029 324.101 124.145C323.963 120.32 323.27 116.536 322.044 112.91C320.936 109.224 319.658 105.579 318.27 101.953C316.882 98.3279 315.465 94.7522 314.007 91.1665C311.101 83.9951 308.096 76.8536 305.36 69.5726C303.952 65.957 302.784 62.2219 301.456 58.6163C300.139 55.0177 298.606 51.502 296.863 48.0883C293.469 41.2469 288.768 35.133 283.024 30.09C281.597 28.845 280.079 27.6896 278.531 26.574C277.753 26.0262 276.954 25.5083 276.165 24.9704L273.729 23.566C270.317 21.8697 266.762 20.4765 263.105 19.4026C259.441 18.2672 255.696 17.3608 251.922 16.554C248.148 15.7472 244.364 15.06 240.55 14.5121C236.736 13.9643 232.892 13.5161 229.067 13.2671C227.181 13.1214 225.286 13.0948 223.396 13.1874C221.523 13.3438 219.667 13.6537 217.845 14.1137C210.441 16.001 203.507 19.3917 197.476 24.074C194.478 26.3777 191.837 29.1097 189.638 32.1817L188.829 33.3371C188.59 33.7255 188.39 34.1239 188.17 34.5223C187.779 35.3517 187.445 36.207 187.172 37.0821C186.546 38.8749 186.058 40.713 185.714 42.5802C184.629 50.1886 184.248 57.8805 184.576 65.5586C184.756 73.2679 185.305 80.9871 185.834 88.7063C185.964 90.6983 186.094 92.5808 186.163 94.5331C186.215 95.5284 186.215 96.5258 186.163 97.5211C186.163 98.5172 186.044 99.5132 185.964 100.44C185.644 104.314 185.215 108.169 184.746 112.013C182.862 127.359 180.762 142.688 178.445 158Z' fill='%230C1A32'/%3E%3Cpath d='M135.002 8.0379V8.14747L134.932 8.36659L134.803 8.80485L134.563 9.69131C134.413 10.2889 134.263 10.8766 134.124 11.4742C133.851 12.6694 133.621 13.8746 133.435 15.0898C133.024 17.4869 132.89 19.9232 133.035 22.3508C133.082 22.9453 133.158 23.537 133.265 24.1238C133.35 24.6483 133.563 25.1442 133.884 25.568C134.655 26.3938 135.675 26.9463 136.79 27.1417C139.161 27.6412 141.591 27.8055 144.008 27.6298C146.465 27.5302 148.931 27.3011 151.417 27.1118C153.919 26.8494 156.439 26.8261 158.945 27.0421C161.368 27.3607 163.816 27.4375 166.254 27.2712C167.42 27.18 168.559 26.8691 169.609 26.3549C170.616 25.8248 171.463 25.0377 172.065 24.074C172.671 23.0731 173.097 21.9742 173.323 20.8269C173.563 19.6317 173.793 18.4265 173.912 17.2213C174.275 14.8409 174.152 12.412 173.553 10.0798C173.238 8.94627 172.694 7.88883 171.955 6.97215C171.594 6.51261 171.186 6.09199 170.737 5.71716C170.278 5.34755 169.791 5.01451 169.28 4.72113L168.501 4.31276L167.742 3.98407C167.184 3.77299 166.609 3.60647 166.025 3.48605C164.856 3.18724 163.588 2.96812 162.39 2.66931C160.016 2.03173 157.605 1.53615 155.171 1.18523C152.761 0.886951 150.318 1.01508 147.952 1.56372C145.583 2.13169 143.302 3.01971 141.173 4.20319C140.065 4.74105 139.046 5.42831 137.988 6.05581C136.929 6.6833 136.001 7.40045 135.002 8.0379ZM134.194 7.45025C135.252 6.71319 136.33 5.91636 137.409 5.2291C138.487 4.54184 139.515 3.89442 140.654 3.33665C142.847 2.10544 145.199 1.17729 147.643 0.57765C150.121 -0.00725986 152.683 -0.152238 155.211 0.149358C157.688 0.499007 160.142 0.994567 162.56 1.63344C163.778 1.93225 164.946 2.13145 166.194 2.43026C166.822 2.56532 167.439 2.74507 168.041 2.96812L168.95 3.31673L169.819 3.76494C170.975 4.39027 171.992 5.24186 172.811 6.26872C173.629 7.29559 174.231 8.47662 174.581 9.74111C175.222 12.2186 175.365 14.7981 175.001 17.3308C174.871 18.5858 174.641 19.8209 174.402 21.046C174.148 22.332 173.675 23.565 173.004 24.6915C172.286 25.8367 171.276 26.7715 170.078 27.4007C168.898 27.9873 167.618 28.3456 166.304 28.4565C163.788 28.6454 161.259 28.5787 158.756 28.2573C156.315 28.0584 153.862 28.0884 151.427 28.3469C148.961 28.5262 146.435 28.7354 143.978 28.825C141.439 29.0002 138.887 28.8124 136.4 28.2672C135.058 27.9927 133.839 27.2943 132.925 26.2752C132.496 25.7042 132.211 25.0377 132.097 24.3329C131.983 23.7036 131.903 23.0685 131.857 22.4305C131.709 19.9112 131.863 17.3833 132.316 14.9005C132.536 13.6655 132.776 12.4404 133.075 11.2252C133.225 10.6276 133.385 10.02 133.545 9.41242L133.804 8.516L133.944 8.06779L134.014 7.8387V7.72914C134.06 7.6281 134.121 7.53419 134.194 7.45025Z' fill='%230C1A32'/%3E%3Cpath d='M13.8087 54.0245C13.8019 53.9829 13.7859 53.9434 13.7617 53.9089C13.7375 53.8744 13.7057 53.8458 13.6689 53.8253C13.589 53.8253 13.5191 53.8253 13.589 53.8253H14.907H16.3947C17.3931 53.8253 18.3916 53.9249 19.3901 54.0046C21.387 54.154 23.3839 54.403 25.3809 54.7317C29.3489 55.3518 33.2476 56.3525 37.0229 57.7198C40.5832 59.1936 44.401 59.9485 48.2557 59.9409C49.1639 59.898 50.0614 59.727 50.9216 59.4329C51.2798 59.3051 51.6164 59.1238 51.92 58.8951L52.0798 58.7357C52.0798 58.7357 52.0798 58.656 52.1497 58.6261C52.2196 58.5963 52.1497 58.6261 52.1497 58.6261V58.2775C52.1447 56.3438 51.9978 54.413 51.7103 52.5006C51.5851 51.5824 51.3711 50.6784 51.0713 49.8013C50.9915 49.5922 50.8916 49.393 50.8117 49.1938C50.7318 48.9946 50.612 48.8252 50.5022 48.6758C50.4038 48.5371 50.2861 48.413 50.1527 48.3073C49.9878 48.1775 49.8106 48.0641 49.6236 47.9686C47.9229 47.0755 46.1367 46.3547 44.2918 45.8172C40.5776 44.644 36.7144 44.0067 32.8194 43.9248C28.9531 43.7977 25.1142 44.6149 21.6366 46.3053C19.9308 47.2041 18.3911 48.3864 17.0836 49.8013C16.7497 50.1446 16.4363 50.5071 16.1451 50.887L15.6958 51.4448L15.2964 52.0524L14.897 52.65L14.7073 52.9388L14.5675 53.1779C14.3358 53.4783 14.0821 53.7613 13.8087 54.0245ZM12.96 54.5424C13.1229 53.9424 13.3333 53.3563 13.589 52.7894L13.7987 52.3611L14.0083 52.0324L14.4177 51.395L14.8271 50.7575L15.2964 50.1499C15.6035 49.7372 15.937 49.3446 16.2948 48.9746C17.6618 47.4537 19.2793 46.177 21.0775 45.1997C24.7082 43.3256 28.7524 42.3906 32.8394 42.4805C36.8793 42.5093 40.8941 43.1164 44.761 44.2833C46.7228 44.8374 48.6255 45.5814 50.4423 46.5045C50.691 46.6389 50.9311 46.7886 51.1612 46.9527C51.4143 47.1544 51.6392 47.3889 51.8302 47.6499C52.0008 47.8898 52.1575 48.1392 52.2994 48.3969C52.4093 48.6459 52.5291 48.9049 52.6289 49.1539C52.9806 50.1231 53.2381 51.1237 53.3977 52.142C53.7069 54.1195 53.8705 56.1169 53.887 58.1182V58.5066C53.8696 58.7436 53.8122 58.976 53.7173 59.1939C53.6332 59.3763 53.5258 59.547 53.3977 59.7019L53.0283 60.0704C52.5596 60.4316 52.0329 60.7111 51.4707 60.8971C50.4535 61.246 49.3905 61.444 48.3156 61.4847C44.2289 61.5259 40.1753 60.7504 36.3939 59.2038C32.7009 57.9296 28.9112 56.9537 25.0613 56.2855C23.1243 55.9535 21.184 55.648 19.2403 55.3691L16.3148 54.9906L14.8471 54.8213L14.1182 54.7416H13.7487H13.569C13.475 54.769 13.3774 54.7824 13.2795 54.7815C13.1605 54.7291 13.0573 54.6467 12.9799 54.5424H12.96Z' fill='%230C1A32'/%3E%3Cpath d='M172.255 5.97611C174.955 5.67226 177.688 6.07741 180.183 7.15143C182.658 8.19731 184.93 9.67079 186.892 11.5041L188.33 12.8886L189.608 14.4025L190.257 15.1695L190.816 15.9762L191.935 17.5998C192.624 18.7153 193.233 19.8807 193.852 21.0261C194.471 22.1715 194.85 23.4166 195.369 24.6218L194.461 25.0401C193.782 23.9544 193.153 22.8488 192.514 21.7632C191.875 20.6775 191.116 19.6715 190.377 18.6556L189.229 17.1814L188.65 16.4444L188.021 15.7571L186.763 14.3926L185.415 13.1276C183.591 11.491 181.552 10.1104 179.354 9.02396C177.166 7.92737 174.799 7.23236 172.365 6.97214L172.255 5.97611Z' fill='%230C1A32'/%3E%3Cpath d='M135.522 7.35062C134.008 7.66972 132.517 8.08898 131.059 8.60562C130.32 8.8347 129.621 9.16339 128.902 9.44228C128.183 9.72117 127.504 10.0698 126.845 10.4383C124.142 11.8376 121.834 13.8927 120.135 16.4145C119.314 17.6807 118.666 19.0508 118.208 20.4882C117.943 21.2038 117.752 21.9448 117.639 22.6994L117.4 23.815C117.34 24.2034 117.31 24.5919 117.26 24.9803C116.85 28.0979 116.701 31.2653 116.531 34.4326C116.052 47.1021 116.411 59.8413 116.8 72.5506C116.9 75.7379 117.05 78.8953 117.05 82.1125C117.05 85.3297 116.9 88.4971 116.711 91.6844C116.521 94.8717 116.261 98.049 115.862 101.226C115.534 104.422 114.892 107.578 113.945 110.649C112.866 113.63 111.956 116.669 111.219 119.752C110.45 122.84 109.771 125.948 109.152 129.065C108.533 132.183 107.984 135.32 107.545 138.468L107.245 140.828L107.016 143.209C106.85 144.788 106.85 146.381 107.016 147.96C106.799 146.382 106.752 144.786 106.876 143.199L107.045 140.818L107.295 138.438C107.675 135.281 108.164 132.133 108.713 128.996C109.262 125.858 109.881 122.731 110.59 119.623C111.26 116.497 112.117 113.414 113.156 110.39C114.052 107.364 114.647 104.258 114.933 101.117C115.293 97.9693 115.512 94.8019 115.672 91.6346C115.832 88.4672 115.902 85.2799 115.892 82.1125C115.882 78.9452 115.662 75.7678 115.542 72.6004C115.003 59.8712 114.544 47.142 114.824 34.3729C114.953 31.1756 115.073 27.9784 115.453 24.7712C115.453 24.3727 115.532 23.9743 115.592 23.566L115.832 22.3508C115.954 21.531 116.151 20.7242 116.421 19.9404C116.908 18.3396 117.61 16.8118 118.508 15.3985C120.345 12.5794 122.884 10.2836 125.877 8.7351C127.365 7.96308 128.94 7.37123 130.569 6.97213C132.167 6.55961 133.811 6.35539 135.462 6.36455L135.522 7.35062Z' fill='%230C1A32'/%3E%3Cpath d='M108.912 9.77101C109.989 9.60069 111.082 9.56389 112.167 9.66144C113.254 9.74973 114.33 9.93642 115.382 10.2192C116.469 10.5059 117.509 10.9488 118.468 11.534C119.516 12.1166 120.344 13.0264 120.824 14.1237L119.985 14.6715C119.239 14.1055 118.411 13.6556 117.529 13.3368C116.62 12.9852 115.693 12.6794 114.753 12.4204C112.846 11.8527 110.849 11.4244 108.853 10.7571L108.912 9.77101Z' fill='%230C1A32'/%3E%3Cpath d='M76.3229 21.4145C71.8851 24.5255 68.0631 28.4293 65.0503 32.9286C61.9736 37.3891 59.5684 42.275 57.9113 47.4308C57.4623 48.712 57.079 50.0151 56.763 51.3352L56.2239 53.3273C56.0841 53.9946 55.9642 54.6719 55.8344 55.3194C55.5948 56.654 55.2853 57.9787 55.1056 59.3035L54.6363 63.3872C53.9709 68.8959 53.0278 74.3677 51.8106 79.7818C50.6025 85.1902 49.0249 90.519 47.4573 95.7979C46.6202 98.4013 45.9859 101.065 45.5603 103.766C45.4404 105.051 45.4704 106.475 45.4404 107.84V111.983C45.3073 123.019 45.1442 134.052 44.9512 145.081C44.7448 134.045 44.5784 123.013 44.452 111.983V107.84C44.452 106.455 44.3821 105.111 44.452 103.647C44.8329 100.88 45.4237 98.1465 46.2192 95.4693C47.697 90.1405 49.1048 84.8317 50.2131 79.4631C51.3552 74.0952 52.2249 68.6732 52.8191 63.2179L53.2484 59.0744C53.4182 57.6899 53.7177 56.3253 53.9474 54.9409C54.0672 54.2536 54.177 53.5663 54.3168 52.8791L54.846 50.887C55.1325 49.5119 55.4891 48.1522 55.9143 46.8133C57.5496 41.4229 60.0517 36.3333 63.3229 31.7434C66.5554 27.061 70.8616 23.216 75.8836 20.5281L76.3229 21.4145Z' fill='%230C1A32'/%3E%3Cpath d='M75.8838 23.9047C74.6856 21.9127 76.383 19.7546 77.3815 18.9246C84.3709 4.98019 104.839 7.96828 107.834 8.96431C110.83 9.96033 113.825 16.4345 113.326 19.9206C112.827 23.4067 105.838 26.3948 101.844 27.8888C97.8498 29.3829 77.3815 26.3948 75.8838 23.9047Z' stroke='%230C1A32'/%3E%3Cpath d='M37.2227 147.95C37.8217 142.303 38.6305 136.685 39.569 131.077C40.0683 128.278 40.5675 125.49 41.2465 122.701C41.566 121.306 41.9055 119.922 42.3248 118.537C42.5335 117.832 42.8007 117.146 43.1236 116.485C43.4328 115.742 43.9074 115.077 44.5114 114.543L45.2204 115.25C44.9389 115.825 44.7051 116.421 44.5214 117.033L43.8724 119.025C43.4331 120.35 43.0437 121.695 42.6743 123.009C41.9354 125.729 41.2964 128.488 40.6773 131.247C39.4392 136.824 38.3409 142.432 37.2227 147.95Z' fill='%230C1A32'/%3E%3Cpath d='M52.4092 51.5145C52.4092 51.5145 55.145 51.5145 55.4046 52.2317' stroke='%230C1A32' stroke-miterlimit='10'/%3E%3Cpath d='M13.659 54.7018C12.5906 55.6481 11.4624 56.5246 10.3341 57.4011C9.20584 58.2776 8.06759 59.1142 6.90937 59.9409C5.75115 60.7676 4.6129 61.6043 3.45468 62.4111C2.29647 63.2179 1.11828 63.9848 0 64.9211C0.64051 63.5964 1.52058 62.4011 2.59601 61.3951C3.62852 60.3862 4.72224 59.4415 5.87097 58.5664C6.98925 57.6799 8.1874 56.8532 9.38556 56.0564C10.5826 55.2564 11.8262 54.528 13.1098 53.8751L13.659 54.7018Z' fill='%230C1A32'/%3E%3Cpath d='M198.135 30.7573C198.189 31.0868 198.219 31.4196 198.225 31.7533L198.305 32.9187L198.455 35.2394L198.764 39.8909L199.363 49.1838C199.753 55.3791 200.132 61.5645 200.362 67.7996C200.362 70.947 200.362 73.9949 200.591 77.0826C200.687 80.1093 201.197 83.1087 202.109 85.997C202.331 86.6315 202.67 87.2192 203.108 87.7301C203.652 88.2246 204.226 88.6869 204.825 89.1146C206.053 90.011 207.361 90.8278 208.669 91.6246C211.313 93.2152 214.035 94.6713 216.826 95.9872C219.56 97.3386 222.428 98.4002 225.383 99.1546L226.472 99.3637L227.53 99.4534C228.259 99.4534 229.038 99.4534 229.806 99.4534C231.344 99.3936 232.902 99.294 234.449 99.1944C240.66 98.806 246.85 98.2581 253.161 98.288C253.959 98.288 254.748 98.288 255.577 98.4275C256.012 98.4645 256.443 98.5411 256.865 98.6566C257.294 98.7562 257.594 98.8757 257.973 98.9753C259.431 99.3837 260.968 99.7223 262.456 100.031C265.452 100.659 268.537 101.186 271.592 101.575C273.073 101.791 274.569 101.888 276.065 101.864C277.477 101.697 278.824 101.177 279.979 100.35C282.449 98.7489 284.191 96.2457 284.832 93.3776C284.967 92.6653 285.031 91.9412 285.021 91.2162V84.244L284.962 74.9411C284.892 68.7458 284.762 62.5406 284.472 56.3552C284.323 53.2675 284.133 50.1799 283.783 47.122C283.694 46.3651 283.594 45.6081 283.464 44.8611C283.361 44.1484 283.187 43.4478 282.945 42.7694L282.865 42.5403C282.832 42.5089 282.805 42.4718 282.785 42.4307C282.785 42.371 282.565 42.2017 282.455 42.0821C282.186 41.8331 281.906 41.5742 281.607 41.3252C281.038 40.8271 280.439 40.3291 279.839 39.8411C275.028 35.9563 269.972 32.3832 264.703 29.1437C259.483 25.8597 253.947 23.1037 248.178 20.9165C247.466 20.6323 246.74 20.3862 246.002 20.1795L243.795 19.5121C242.297 19.1934 240.8 18.7651 239.292 18.5161C236.252 17.9841 233.186 17.615 230.106 17.4105C223.975 17.0519 217.695 17.4105 211.934 19.5022C209.048 20.5063 206.364 22.0138 204.006 23.9544C201.716 25.9134 199.737 28.2071 198.135 30.7573ZM197.137 30.5183C198.76 27.7393 200.843 25.2541 203.297 23.1676C205.734 21.1253 208.517 19.5332 211.515 18.4663C217.505 16.2352 223.906 15.8468 230.146 16.1655C233.278 16.3521 236.397 16.7045 239.492 17.2213C241.039 17.4304 242.577 17.8488 244.124 18.1675L246.381 18.8548C247.14 19.0838 247.899 19.303 248.627 19.6018C254.506 21.8029 260.151 24.5788 265.482 27.8887C270.816 31.1557 275.938 34.7552 280.818 38.6658C281.417 39.1638 282.026 39.6618 282.625 40.1797C282.925 40.4287 283.214 40.6977 283.514 40.9765C283.692 41.121 283.85 41.2885 283.983 41.4746C284.073 41.5927 284.156 41.7157 284.233 41.8431L284.363 42.1618C284.647 42.9425 284.851 43.7502 284.972 44.5722C285.111 45.3591 285.221 46.136 285.311 46.9129C285.68 50.0304 285.87 53.1381 286.03 56.2556C286.339 62.4708 286.479 68.6861 286.569 74.8913L286.659 84.2141V91.1863C286.677 92.0181 286.607 92.8494 286.449 93.6665C285.712 96.9351 283.732 99.7913 280.928 101.635C279.54 102.627 277.921 103.247 276.225 103.437C274.612 103.48 272.999 103.383 271.402 103.149C268.287 102.76 265.202 102.242 262.127 101.615C260.599 101.296 259.061 100.967 257.524 100.539C257.154 100.449 256.725 100.29 256.396 100.21C256.066 100.134 255.733 100.078 255.397 100.041C254.678 99.9514 253.909 99.9514 253.151 99.9215C247.01 99.9215 240.79 100.479 234.579 100.828C233.022 100.918 231.464 101.007 229.896 101.067C229.108 101.067 228.329 101.127 227.51 101.067L226.242 100.967L225.044 100.728C221.97 99.9291 218.988 98.8107 216.147 97.3916C213.314 96.0375 210.552 94.5416 207.87 92.9095C206.532 92.0927 205.214 91.2461 203.926 90.3098C203.264 89.83 202.63 89.3111 202.029 88.756C201.452 88.1135 200.999 87.3708 200.691 86.5648C199.739 83.524 199.211 80.3667 199.124 77.1822C198.934 74.0646 198.954 70.9072 198.934 67.8494C198.714 61.674 198.345 55.4588 198.065 49.2635L197.137 30.5183Z' fill='%230C1A32'/%3E%3Cpath d='M231.644 25.5481C232.452 32.7394 233.221 39.9407 234.19 47.0922C234.439 48.8751 234.709 50.658 235.028 52.4209C235.348 54.1839 235.727 55.9568 236.027 57.7696C236.326 59.5824 236.526 61.3852 236.696 63.2079C236.866 65.0307 236.945 66.8335 237.105 68.6064C237.185 69.4758 237.311 70.3403 237.485 71.1961C237.518 71.3842 237.561 71.5704 237.614 71.7539V71.6941C237.572 71.6312 237.518 71.5771 237.455 71.5347C237.348 71.4577 237.223 71.4091 237.092 71.3934C236.961 71.3778 236.828 71.3955 236.706 71.4451C236.597 71.4913 236.498 71.5591 236.416 71.6443L236.366 71.714C236.366 71.714 236.296 71.8335 236.296 71.8236C236.296 71.8136 236.296 71.8236 236.296 71.6941C236.296 71.3156 236.366 70.8674 236.386 70.4291C236.456 68.6462 236.476 66.8335 236.496 65.0307C236.496 61.4151 236.576 57.7995 236.766 54.154C236.816 53.2476 236.905 52.3213 237.015 51.415C237.106 50.5514 237.126 49.6821 237.075 48.8153C236.976 47.0302 236.782 45.2515 236.496 43.4866C236.207 41.7136 235.907 39.9307 235.568 38.1479C235.228 36.365 234.819 34.612 234.669 32.7992C235.498 36.3052 236.666 39.7714 237.385 43.3172C237.792 45.1034 238.089 46.913 238.273 48.7356C238.365 49.6724 238.382 50.615 238.323 51.5544C238.243 52.4409 238.213 53.3174 238.183 54.2238C238.084 57.8095 238.183 61.425 238.124 65.0406C238.124 66.8534 238.124 68.6662 238.054 70.4989C238.054 70.967 238.054 71.4152 237.934 71.9331C237.913 72.117 237.869 72.2976 237.804 72.471C237.776 72.5334 237.742 72.5933 237.704 72.6503L237.624 72.7499C237.481 72.9089 237.283 73.0099 237.07 73.0338C236.856 73.0576 236.642 73.0027 236.466 72.8794C236.385 72.8174 236.315 72.7435 236.256 72.6602C236.176 72.5483 236.115 72.4237 236.077 72.2917C235.999 72.0431 235.936 71.7904 235.887 71.5347C235.683 70.6078 235.533 69.67 235.438 68.7259C235.148 65.0605 235.018 61.5147 234.499 57.9589C234.26 56.1859 233.9 54.4429 233.631 52.6102C233.361 50.7775 233.171 49.0046 232.991 47.2018C232.253 40.0104 231.823 32.7892 231.644 25.5481Z' fill='%230C1A32'/%3E%3Cpath d='M242.348 24.8309C243.007 29.1338 243.656 33.4466 244.434 37.7195C244.824 39.861 245.223 42.0025 245.693 44.114C245.922 45.1798 246.172 46.2356 246.491 47.2515C246.639 47.7591 246.816 48.258 247.02 48.7456C247.25 49.2237 247.49 49.7416 247.739 50.1898C248.859 52.099 249.769 54.1226 250.455 56.2257C250.981 58.386 251.21 60.6076 251.134 62.8294C251.224 67.1522 251.593 71.4849 251.963 75.7778L252.083 77.4212V77.8396V78.1583C252.792 77.9392 250.495 77.7001 250.964 78.0587C250.964 78.0587 250.964 78.1483 250.964 78.1284L251.044 77.3714L251.304 74.1244L251.803 67.6104L252.242 61.1063L252.322 59.4828V58.676C252.322 58.427 252.322 58.1979 252.262 57.9489C252.086 56.8977 251.839 55.8595 251.524 54.8413C250.924 52.7695 250.255 50.6978 249.616 48.6061C249.287 47.5603 248.977 46.5145 248.698 45.4487C248.377 44.3784 248.205 43.269 248.189 42.1519L248.139 35.6279C248.075 33.4464 248.202 31.2634 248.518 29.1039C248.388 30.1811 248.348 31.2672 248.398 32.3509C248.398 33.4366 248.448 34.5322 248.498 35.6179C248.598 37.7893 248.768 39.9606 248.828 42.1419C248.878 43.2025 249.073 44.2513 249.407 45.2595C249.706 46.2555 250.056 47.3213 250.405 48.3571C251.104 50.4089 251.843 52.4608 252.492 54.5624C252.838 55.6211 253.108 56.7028 253.301 57.7995C253.339 58.0936 253.363 58.3894 253.371 58.6859V59.5226L253.301 61.1561L252.951 67.7299L252.502 74.2539L252.222 77.5109C252.222 77.7997 252.222 78.0288 252.123 78.3774C252.123 78.3774 252.123 78.4372 252.123 78.4969C252.592 78.8854 250.285 78.6264 250.994 78.3973C250.985 78.3513 250.985 78.304 250.994 78.2579V77.9591V77.5607L250.885 75.9471C250.545 71.6044 250.206 67.2518 250.146 62.8693C250.146 61.7637 250.146 60.6979 250.066 59.6421C249.991 58.5871 249.824 57.5406 249.567 56.5146C248.945 54.4573 248.102 52.4735 247.05 50.5982C246.811 50.1101 246.581 49.6022 246.351 49.1041C246.147 48.5794 245.97 48.0441 245.822 47.5005C245.513 46.4348 245.293 45.369 245.073 44.2933C244.654 42.1519 244.285 40.0004 243.985 37.8391C243.306 33.4864 242.767 29.1637 242.348 24.8309Z' fill='%230C1A32'/%3E%3Cpath d='M256.326 36.7335C257.54 39.2508 258.429 41.9115 258.972 44.6519C259.529 47.3919 259.793 50.1831 259.761 52.9787L260.011 69.722H259.012C259.222 66.7339 259.501 63.7458 259.791 60.7577C260.08 57.7696 260.36 54.7815 260.729 51.7934C261.099 48.8054 261.388 45.8173 262.037 42.8889C262.414 41.4339 262.908 40.0115 263.515 38.6359C263.807 37.9521 264.14 37.2868 264.514 36.6438C264.709 36.322 264.93 36.0156 265.173 35.7275C265.392 35.4196 265.72 35.2061 266.091 35.1299C265.911 35.1735 265.742 35.2523 265.593 35.3617C265.444 35.4711 265.318 35.609 265.222 35.7673C264.99 36.0592 264.786 36.3727 264.613 36.7036C264.259 37.346 263.949 38.0115 263.685 38.6957C263.147 40.0827 262.713 41.5076 262.387 42.9587C261.848 45.8571 261.668 48.8651 261.388 51.8333L260.011 69.722H259.012L259.262 53.0285C259.375 50.2553 259.198 47.4779 258.732 44.7416C258.275 41.9809 257.467 39.2898 256.326 36.7335Z' fill='%230C1A32'/%3E%3Cpath d='M268.946 43.6061C268.796 48.905 268.676 54.2038 268.946 59.4728C269.005 60.776 269.152 62.0738 269.385 63.3573C269.665 64.6721 269.894 65.9868 270.074 67.3414C270.413 69.9809 270.633 72.6304 270.753 75.3097V75.6981C270.753 75.6981 270.753 75.3595 270.563 75.2997C270.004 74.8714 269.445 76.0069 269.715 75.6284V75.4989V75.0009L269.774 74.0049L269.904 72.0128L270.174 68.0287C270.383 65.3793 270.603 62.7398 270.983 60.0605C271.069 59.3887 271.199 58.7233 271.372 58.0684C271.525 57.4521 271.638 56.8266 271.711 56.1959C271.891 54.901 272.001 53.5863 272.101 52.2715L272.61 44.3033C272.76 46.9527 272.84 49.6121 272.79 52.2715C272.79 53.5962 272.72 54.9309 272.62 56.2556C272.577 56.9433 272.477 57.6263 272.32 58.2975C272.187 58.9225 272.087 59.5543 272.021 60.19C271.721 62.7995 271.512 65.439 271.302 68.0785L270.983 72.0626L270.843 74.0547L270.763 75.0507V75.5487V75.6981C271.042 75.3296 270.473 76.475 269.914 76.0567C269.764 75.9969 269.695 75.5985 269.715 75.6384V75.2997C269.625 72.6802 269.425 70.0407 269.115 67.4311C268.966 66.1163 268.796 64.8115 268.556 63.5266C268.36 62.2072 268.25 60.8763 268.227 59.5425C268.16 54.221 268.4 48.9001 268.946 43.6061Z' fill='%230C1A32'/%3E%3Cpath d='M253.609 83.4074C254.367 84.2121 254.892 85.207 255.127 86.286C255.401 87.3519 255.561 88.4436 255.606 89.543C255.678 90.6193 255.814 91.6904 256.016 92.7502C256.214 93.7976 256.488 94.8295 256.834 95.8379L255.906 95.9574L257.144 81.017L256.804 96.0172L256.755 98.7861L255.876 96.1466C255.594 95.07 255.387 93.975 255.257 92.8697C255.132 91.7752 255.072 90.6744 255.077 89.5729C255.141 88.4952 255.094 87.4139 254.937 86.3457C254.773 85.2635 254.313 84.2471 253.609 83.4074Z' fill='%230C1A32'/%3E%3Cpath d='M272.641 39.4128C274.555 40.0397 276.397 40.8712 278.132 41.893C279.021 42.4032 279.854 43.004 280.618 43.6858C281.026 44.0404 281.38 44.4532 281.667 44.9109C281.818 45.1637 281.935 45.4349 282.016 45.7177C282.066 45.9767 282.116 46.2356 282.156 46.4846C282.408 48.4662 282.508 50.4641 282.456 52.4608C282.456 54.4529 282.356 56.4449 282.206 58.437C282.056 56.4449 281.956 54.4529 281.846 52.4608C281.737 50.4688 281.597 48.4767 281.287 46.5643C281.287 46.3253 281.197 46.0962 281.148 45.8671C281.085 45.6727 281.001 45.4856 280.898 45.3093C280.642 44.9434 280.344 44.6091 280.009 44.3133C279.284 43.6652 278.513 43.0694 277.703 42.5304C276.075 41.4647 274.368 40.4388 272.641 39.4128Z' fill='%230C1A32'/%3E%3Cpath d='M265.382 93.7064C266.134 93.6117 266.896 93.6117 267.648 93.7064C268.398 93.8254 269.137 94.0087 269.855 94.2542C270.516 94.4653 271.208 94.5662 271.902 94.553C272.61 94.4984 273.311 94.3818 273.999 94.2044C275.436 93.8458 276.874 93.5072 278.262 93.0689C279.678 92.6705 281.013 92.0266 282.206 91.1665C281.244 92.3458 279.992 93.2554 278.572 93.806C277.172 94.3696 275.73 94.8193 274.258 95.1506C273.501 95.3444 272.724 95.4513 271.942 95.4693C271.144 95.4498 270.358 95.2773 269.625 94.9614C268.957 94.6582 268.274 94.3889 267.578 94.1546C266.86 93.9426 266.126 93.7926 265.382 93.7064Z' fill='%230C1A32'/%3E%3Cpath d='M207.251 85.5687C208.482 87.1366 209.874 88.572 211.405 89.8516C212.884 91.1147 214.627 92.0333 216.507 92.5409C218.457 93.0904 220.363 93.7863 222.208 94.6226L224.954 95.8677C225.845 96.3276 226.796 96.6628 227.779 96.8637C226.76 96.8665 225.747 96.6981 224.784 96.3657C223.786 96.0669 222.857 95.7382 221.918 95.3696C220.021 94.6923 218.144 94.015 216.237 93.4971C214.21 92.9484 212.361 91.8805 210.875 90.3995C209.4 89.007 208.174 87.3732 207.251 85.5687Z' fill='%230C1A32'/%3E%3Cpath d='M64.75 63.7457C67.8952 63.6262 71.0303 63.5565 74.1655 63.5167C77.3007 63.4768 80.4459 63.5167 83.591 63.437C86.7562 63.4303 89.9096 63.8219 92.9766 64.6023C94.5098 64.9898 96.0144 65.4824 97.4796 66.0764C98.9602 66.6449 100.316 67.4938 101.473 68.5765C100.241 67.6118 98.8489 66.8702 97.3598 66.3852C95.8918 65.8388 94.3871 65.3962 92.8568 65.0605C89.8161 64.372 86.709 64.0179 83.591 64.0047C80.4459 64.0047 77.3107 64.0047 74.1655 63.925C71.0204 63.8453 67.8952 63.8155 64.75 63.7457Z' fill='%230C1A32'/%3E%3Cpath d='M86.9268 78.2779C90.3978 78.1461 93.8718 78.4405 97.2708 79.1544C100.707 79.7745 103.979 81.0897 106.886 83.019C105.311 82.3377 103.697 81.749 102.053 81.256C100.416 80.7779 98.7586 80.3795 97.0612 80.011C95.3638 79.6425 93.7063 79.3636 92.0688 79.0747C90.4314 78.7859 88.6441 78.5269 86.9268 78.2779Z' fill='%230C1A32'/%3E%3Cpath d='M135.492 62.68C138.607 62.1422 141.743 61.7637 144.898 61.5047C148.055 61.2224 151.227 61.1492 154.393 61.2856C155.991 61.3447 157.579 61.5581 159.136 61.9231C159.925 62.1721 160.693 62.441 161.402 62.7398C162.111 63.0386 162.87 63.2777 163.609 63.5267C166.595 64.51 169.703 65.0797 172.845 65.2199C169.666 65.3771 166.483 65 163.429 64.1044C162.67 63.8852 161.912 63.6263 161.163 63.3474C160.444 63.0582 159.711 62.8056 158.966 62.5904C157.446 62.2756 155.904 62.0759 154.353 61.9928C151.213 61.8285 148.067 61.8285 144.928 61.9928C141.783 62.182 138.637 62.4111 135.492 62.68Z' fill='%230C1A32'/%3E%3Cpath d='M131.538 69.7219C134.924 69.0714 138.344 68.6092 141.782 68.3374C145.236 68.0221 148.712 68.0655 152.156 68.4669C152.591 68.521 153.021 68.6042 153.444 68.7159L154.093 68.8554L154.722 69.0845C155.601 69.3633 156.3 69.7319 157.129 69.9709C158.764 70.485 160.431 70.8876 162.121 71.1761C163.798 71.4948 165.496 71.7239 167.203 71.9032C168.911 72.0825 170.618 72.2319 172.335 72.3415C168.885 72.461 165.43 72.2811 162.011 71.8036C160.285 71.5758 158.579 71.2128 156.909 70.7179C156.08 70.4988 155.232 70.0805 154.473 69.8614L153.884 69.6622L153.265 69.5327C152.855 69.453 152.456 69.3335 152.037 69.2837C148.637 68.848 145.204 68.7279 141.782 68.9251C138.388 69.0546 134.963 69.3434 131.538 69.7219Z' fill='%230C1A32'/%3E%3Cpath d='M20.2285 99.2941C24.7061 103.615 28.8733 108.244 32.6993 113.149C34.6311 115.61 36.383 118.206 37.9413 120.918C39.429 123.647 40.8069 126.585 40.9367 129.882H39.9382C39.9382 126.894 38.6801 123.986 37.2923 121.276C35.8218 118.552 34.1533 115.939 32.2999 113.458C28.611 108.462 24.5774 103.73 20.2285 99.2941Z' fill='%230C1A32'/%3E%3Cpath d='M4.59277 83.0189C6.56204 82.4654 8.61992 82.2963 10.6534 82.5209C11.682 82.6232 12.6906 82.8714 13.6488 83.258C14.6097 83.6386 15.4631 84.2471 16.135 85.0309C15.3264 84.4562 14.4246 84.0249 13.4691 83.756C12.5243 83.4788 11.5545 83.2954 10.5736 83.2082C9.5788 83.0978 8.57904 83.038 7.57818 83.0289C6.60967 83.0189 5.60122 82.999 4.59277 83.0189Z' fill='%230C1A32'/%3E%3Cpath d='M23.4541 87.0927C24.3983 87.2932 25.2791 87.7205 26.0202 88.3377C26.7778 88.9338 27.4497 89.6309 28.0171 90.4094C28.5802 91.1813 29.062 92.0091 29.4549 92.8796C29.6346 93.3079 29.8043 93.7561 29.9641 94.1943C30.1238 94.6326 30.2337 95.1007 30.3335 95.5688L28.9556 93.1385C28.4664 92.3517 27.9572 91.5648 27.448 90.8377C26.9228 90.0951 26.3349 89.3987 25.6907 88.756C25.0338 88.0919 24.2797 87.5311 23.4541 87.0927Z' fill='%230C1A32'/%3E%3Cpath d='M161.621 5.07971C161.711 5.59433 161.926 6.07896 162.249 6.4907C162.571 6.90245 162.99 7.2286 163.468 7.4403C163.95 7.60336 164.459 7.66773 164.966 7.62954C165.528 7.59475 166.092 7.59475 166.654 7.62954C167.281 7.64088 167.892 7.83473 168.411 8.18732C168.911 8.61845 169.225 9.22464 169.29 9.88057C169.365 10.4417 169.391 11.0082 169.369 11.5738V13.1973C169.369 14.283 169.449 15.3687 169.559 16.4344C169.607 16.9568 169.687 17.4758 169.799 17.9882C169.817 18.0954 169.851 18.1994 169.899 18.297C169.875 18.2869 169.849 18.2816 169.824 18.2816C169.798 18.2816 169.772 18.2869 169.749 18.297C169.669 18.297 169.749 18.297 169.699 18.297C169.832 18.1096 169.939 17.9052 170.018 17.6894C170.807 15.6974 171.256 13.526 172.105 11.5141C171.536 13.6157 171.286 15.787 170.588 17.8986C170.499 18.2035 170.357 18.4902 170.168 18.7452C170.111 18.8112 170.039 18.8625 169.958 18.8946C169.847 18.9406 169.721 18.9406 169.609 18.8946C169.487 18.832 169.386 18.735 169.319 18.6157C169.239 18.4743 169.175 18.3238 169.13 18.1675C168.969 17.6243 168.859 17.0675 168.8 16.5042C168.67 15.3986 168.591 14.3029 168.541 13.2073C168.491 12.1117 168.541 10.9662 168.411 10.0001C168.382 9.55646 168.185 9.14022 167.862 8.83474C167.476 8.56639 167.023 8.41112 166.554 8.38653C166.044 8.32676 165.555 8.28692 164.956 8.25704C164.37 8.24573 163.792 8.11347 163.259 7.86859C162.758 7.5957 162.341 7.19196 162.052 6.70067C161.764 6.20938 161.615 5.64904 161.621 5.07971Z' fill='%230C1A32'/%3E%3Cpath d='M102.353 10.2591C103.241 10.1579 104.133 10.4082 104.839 10.9563C105.504 11.5255 106.021 12.2465 106.346 13.0579C106.752 13.8045 107.109 14.5764 107.415 15.3687C107.677 16.2226 107.749 17.1237 107.624 18.0082C107.491 18.7861 107.491 19.5809 107.624 20.3588C107.656 20.6833 107.789 20.9897 108.004 21.2353C108.074 21.2851 108.074 21.2951 108.194 21.2353C108.326 21.1434 108.441 21.0288 108.533 20.8967C108.952 20.2492 109.392 19.4624 109.901 18.805C110.16 18.4688 110.443 18.1525 110.75 17.8588C110.903 17.7068 111.074 17.5731 111.259 17.4604C111.439 17.3608 111.718 17.291 111.868 17.4604C111.688 17.311 111.469 17.4604 111.329 17.55C111.174 17.6776 111.034 17.8212 110.909 17.9783C110.658 18.2929 110.432 18.6259 110.23 18.9743C109.801 19.6815 109.472 20.3887 109.052 21.1855C108.922 21.4004 108.756 21.5922 108.563 21.7533C108.417 21.8571 108.243 21.9129 108.064 21.9129C107.885 21.9129 107.71 21.8571 107.565 21.7533C107.177 21.4158 106.92 20.9546 106.836 20.4485C106.676 19.5858 106.676 18.7015 106.836 17.8389C106.939 17.0657 106.885 16.2797 106.676 15.5281C106.456 14.7811 106.087 14.034 105.777 13.2571C105.539 12.4936 105.133 11.7926 104.589 11.2053C103.984 10.6294 103.189 10.2931 102.353 10.2591Z' fill='%230C1A32'/%3E%3Cpath d='M46.6481 48.8054C46.5283 49.9608 46.3087 51.166 46.9377 51.8931C47.5667 52.6202 48.5552 53.3274 49.344 54.2637C49.842 54.7681 50.1581 55.4232 50.2426 56.1262C50.2522 56.5257 50.1412 56.9188 49.924 57.2545C49.7068 57.5902 49.3934 57.853 49.0245 58.0087C47.6865 58.5366 46.5882 58.1183 45.46 58.4271C45.9245 58.0415 46.4763 57.7748 47.0675 57.6502C47.5852 57.5388 48.0833 57.3507 48.5452 57.0924C48.6972 57.0025 48.8226 56.874 48.9085 56.7201C48.9945 56.5661 49.0379 56.3921 49.0345 56.2159C48.9202 55.7841 48.7007 55.3872 48.3954 55.0605C48.066 54.6521 47.6566 54.2537 47.2672 53.8354C46.8243 53.4023 46.4445 52.9095 46.1389 52.3712C45.8235 51.7774 45.7519 51.0845 45.9392 50.4389C46.1034 49.866 46.3417 49.3169 46.6481 48.8054Z' fill='%230C1A32'/%3E%3Cpath d='M233.001 128.537C235.757 129.673 238.483 130.858 241.208 132.063C243.934 133.269 246.62 134.514 249.336 135.739C252.052 136.964 254.718 138.259 257.403 139.534C260.089 140.809 262.745 142.153 265.391 143.518C262.625 142.412 259.9 141.217 257.174 140.022C254.448 138.826 251.752 137.591 249.056 136.326C246.36 135.061 243.665 133.816 240.999 132.492C238.333 131.167 235.637 129.912 233.001 128.537Z' fill='%230C1A32'/%3E%3Cpath d='M261.238 131.476C263.697 131.696 266.125 132.183 268.477 132.93C270.847 133.616 273.18 134.423 275.466 135.35C277.763 136.273 279.986 137.369 282.116 138.627C284.309 139.822 286.176 141.531 287.558 143.607L286.959 142.91C286.775 142.664 286.564 142.44 286.33 142.243C285.882 141.831 285.409 141.449 284.912 141.097C283.929 140.384 282.898 139.738 281.827 139.165C279.677 138.006 277.459 136.975 275.187 136.077C272.93 135.081 270.624 134.314 268.297 133.518C267.149 133.119 265.981 132.741 264.803 132.402C263.64 132.004 262.448 131.695 261.238 131.476Z' fill='%230C1A32'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_193_1058'%3E%3Crect width='325' height='158' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A"); }
    @media (max-width: 560px) {
      .help__item--mob-hidden {
        display: none; } }
    .help__item--mob-show {
      display: flex; }
  .help__more-button {
    display: block;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    cursor: pointer; }
  .help__box {
    position: relative;
    padding: 133px 43px 18px 20px; }
  .help__title-inner {
    position: relative; }
  .help__title-shadow {
    position: absolute;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 92.71%);
    z-index: 1;
    top: -65px;
    height: 100px;
    width: 110%; }
  .help__item-title {
    position: relative;
    font-family: "SF-UI-Display", sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 11px;
    color: #0C1A32;
    z-index: 2; }
    @media (max-width: 991px) {
      .help__item-title {
        font-size: 14px; } }
  .help__item-text {
    color: #495365;
    line-height: 19px; }
    @media (max-width: 991px) {
      .help__item-text {
        font-size: 12px; } }
  .help__show {
    position: relative;
    z-index: 2; }
  .help__more {
    display: flex;
    align-items: center;
    padding: 0 15px 15px 0;
    line-height: 18.2px;
    color: #D2D2D2;
    font-size: 14px;
    margin-left: auto;
    margin-right: 0;
    cursor: pointer; }
    .help__more--hidden {
      margin-top: 40px;
      justify-content: flex-end; }
  .help__more-svg {
    margin-left: 10px; }
    .help__more-svg--hidden {
      transform: rotate(181deg); }
  .help__hidden {
    display: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 1px 7px 8px 0px rgba(34, 60, 80, 0.2); }
    .help__hidden--show {
      position: absolute;
      background-color: white;
      padding-right: 43px;
      padding-bottom: 10px;
      padding-left: 20px;
      z-index: 100;
      left: 0;
      top: calc(100% - 18px); }
  .help__more-button-wrapper {
    display: none;
    align-items: center;
    justify-content: center;
    margin-top: 35px; }
    @media (max-width: 560px) {
      .help__more-button-wrapper {
        display: flex; } }
  .help__more-button-svg {
    margin-left: 9px;
    transform: rotate(0); }
    .help__more-button-svg--transform {
      transform: rotate(180deg); }

.service__wrapper {
  display: flex;
  gap: 20px;
  margin-bottom: 70px; }
  @media (max-width: 1080px) {
    .service__wrapper {
      display: none; } }
.service__title {
  margin-bottom: 50px; }
  @media (max-width: 1080px) {
    .service__title {
      padding-left: 15px; } }
.service__box {
  min-width: 290px;
  background-color: white;
  box-shadow: 0px 4px 35px rgba(12, 26, 50, 0.1);
  border-radius: 10px;
  padding: 47px 25px 50px 20px; }
  .service__box--favours {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    z-index: -100;
    pointer-events: none;
    width: 100%;
    gap: 25px;
    transition: opacity 1s;
    top: -999px;
    left: -999px; }
  .service__box--active {
    display: flex;
    visibility: visible;
    position: static;
    pointer-events: auto;
    opacity: 1;
    z-index: 1;
    transition: opacity 1s; }
.service__list {
  margin-bottom: 50px; }
.service__items {
  font-size: 14px;
  letter-spacing: 0.03em;
  color: #69768C;
  cursor: pointer;
  transition: color 0.5s, font-size 0.5s; }
  .service__items:hover {
    color: #00B3CB; }
  .service__items:not(:last-child) {
    margin-bottom: 20px; }
  .service__items--active {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    color: #00B3CB;
    transition: color 0.5s, font-size 0.5s; }
    .service__items--active:before {
      content: url("data:image/svg+xml,%3Csvg width='6' height='12' viewBox='0 0 6 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.75 10.5L5.25 6L0.75 1.5' stroke='%2300B3CB' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
      margin-right: 12px; }
.service__box-img {
  flex: 1 400px; }
.service__img {
  height: 100%;
  object-fit: cover;
  max-height: 370px;
  overflow: hidden;
  border-radius: 10px; }
.service__price {
  display: flex;
  align-items: center;
  font-size: 14px;
  letter-spacing: 0.03em;
  color: rgba(255, 112, 112, 0.75); }
  .service__price:before {
    content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21 6.75V21C21 21.7956 20.6839 22.5587 20.1213 23.1213C19.5587 23.6839 18.7956 24 18 24H16.5V22.5H18C18.3978 22.5 18.7794 22.342 19.0607 22.0607C19.342 21.7794 19.5 21.3978 19.5 21V6.75H16.5C15.9033 6.75 15.331 6.51295 14.909 6.09099C14.4871 5.66903 14.25 5.09674 14.25 4.5V1.5H6C5.60218 1.5 5.22064 1.65804 4.93934 1.93934C4.65804 2.22064 4.5 2.60218 4.5 3V16.5H3V3C3 2.20435 3.31607 1.44129 3.87868 0.87868C4.44129 0.316071 5.20435 0 6 0L14.25 0L21 6.75ZM2.4 17.775H0V23.7735H1.1865V21.7605H2.391C2.8215 21.7605 3.1875 21.675 3.489 21.501C3.7935 21.3255 4.026 21.0885 4.1835 20.79C4.34698 20.4768 4.42997 20.1278 4.425 19.7745C4.425 19.3995 4.3455 19.0605 4.188 18.759C4.03134 18.4593 3.79183 18.2109 3.498 18.0435C3.198 17.8635 2.8335 17.775 2.4 17.775ZM3.2175 19.7745C3.22291 19.9721 3.17909 20.168 3.09 20.3445C3.01007 20.4982 2.88565 20.6242 2.733 20.706C2.55838 20.7924 2.36524 20.8346 2.1705 20.829H1.182V18.72H2.172C2.499 18.72 2.7555 18.81 2.94 18.9915C3.1245 19.1745 3.2175 19.4355 3.2175 19.7745ZM5.043 17.775V23.7735H7.233C7.8345 23.7735 8.334 23.6535 8.73 23.418C9.13073 23.1782 9.44366 22.8159 9.6225 22.3845C9.8175 21.9345 9.9165 21.3915 9.9165 20.7585C9.9165 20.1285 9.819 19.5915 9.6225 19.146C9.44577 18.7196 9.13584 18.3618 8.739 18.126C8.343 17.892 7.8405 17.775 7.2315 17.775H5.043ZM6.2295 18.7425H7.074C7.446 18.7425 7.749 18.8175 7.9875 18.9705C8.23506 19.1324 8.42183 19.3719 8.5185 19.6515C8.637 19.953 8.6955 20.3295 8.6955 20.781C8.70015 21.0802 8.66586 21.3787 8.5935 21.669C8.54006 21.898 8.43998 22.1135 8.2995 22.302C8.16899 22.4702 7.99608 22.6007 7.7985 22.68C7.567 22.7666 7.32112 22.8084 7.074 22.803H6.2295V18.7425ZM11.844 21.387V23.7735H10.659V17.775H14.481V18.7545H11.844V20.43H14.253V21.387H11.844Z' fill='%23FF7070' fill-opacity='0.75'/%3E%3Cpath d='M12.2793 9.20929V13.1163' stroke='%23FF7070' stroke-opacity='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.2331 11.1628L12.2797 13.1163L10.3262 11.1628' stroke='%23FF7070' stroke-opacity='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    margin-right: 11px; }
.service__box-description {
  flex: 1 auto;
  width: 100%; }
  @media (max-width: 1080px) {
    .service__box-description {
      display: none; } }
  .service__box-description--active {
    display: flex;
    flex-direction: column; }
.service__box-title {
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 0.025em;
  color: #0C1A32;
  margin-bottom: 35px; }
.service__points-list {
  margin-bottom: 20px; }
.service__points-items {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 21px;
  color: #495365; }
  .service__points-items:not(:last-child) {
    margin-bottom: 20px; }
.service__points-left {
  display: flex;
  align-items: flex-start;
  max-width: 290px; }
  .service__points-left:before {
    content: url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='4' cy='4' r='3.5' fill='white' stroke='%2300B3CB'/%3E%3C/svg%3E%0A");
    margin-right: 9px; }
  @media (max-width: 991px) {
    .service__points-left {
      font-size: 14px; } }
@media (max-width: 991px) {
  .service__points-price {
    font-size: 14px; } }
@media (max-width: 450px) {
  .service__points-price {
    white-space: nowrap;
    margin-left: 10px; } }
.service__more {
  font-size: 13px;
  letter-spacing: 0.03em;
  color: rgba(105, 118, 140, 0.75);
  margin-left: 25px;
  cursor: pointer; }
.service__button-wrapper {
  display: flex;
  align-items: center;
  margin-top: 50px; }
  @media (max-width: 1080px) {
    .service__button-wrapper {
      justify-content: center;
      flex-direction: column; } }
.service__button {
  max-width: 216px;
  margin-right: 30px; }
  @media (max-width: 1080px) {
    .service__button {
      margin-right: 0;
      margin-bottom: 22px; } }
.service__job {
  font-size: 16px;
  margin-bottom: 7px; }
  @media (max-width: 1080px) {
    .service__job {
      text-align: center; } }
.service__time {
  font-size: 14px;
  letter-spacing: 0.03em;
  color: #69768C; }
@media (max-width: 1080px) {
  .service__container-mob {
    padding: 0; } }
.service__wrapper-mob {
  display: none; }
  @media (max-width: 1080px) {
    .service__wrapper-mob {
      display: flex;
      flex-direction: column;
      padding-bottom: 80px; } }
.service__mob-box-top {
  display: flex;
  gap: 15px;
  overflow: auto;
  padding-left: 15px;
  padding-bottom: 20px; }
  .service__mob-box-top::-webkit-scrollbar {
    height: 0; }
.service__mob-img {
  border-radius: 10px;
  position: relative; 
overflow:hidden;
}
  .service__mob-img:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(217, 217, 217, 0.5); }
.service__mob-box {
    cursor:pointer;
  min-width: 225px; }
.service__mob-provider {
  padding: 18px 28px;
  box-shadow: 0px 4px 35px rgba(12, 26, 50, 0.1);
  border-radius: 10px;
  letter-spacing: 0.03em;
  font-size: 16px;
  cursor: pointer;
  margin-top: 15px;
  white-space: nowrap; }
.service__mob-box-bottom {
  margin: 0 15px 0 15px;
  box-shadow: 0px 4px 35px rgba(12, 26, 50, 0.1);
  border-radius: 10px;
  padding: 40px 35px 40px 20px; }
.service__more-wrapper {
  display: flex;
  align-items: center; }
.service__more-svg {
  width: 8px;
  height: 4px;
  margin-left: 7px; }

.service__mob-box--active .service__mob-img:before {
  background: rgba(217, 217, 217, 0); }

.service__mob-box--active .service__mob-provider {
  color: #00B3CB; }

.twentytwenty-container {
  width: 100%; }

.reviews {
  background-color: #B9EBF1; }
  .reviews__container {
    max-width: 1920px;
    margin: 0 auto;
    background-image: url("../img/scissors-reviews.svg"), url("../img/scissors-reviews-right.svg");
    background-repeat: no-repeat, no-repeat;
    background-position: max(15px, calc((100% - 1080px)/2)) 110%, 92% 13%;
    padding: 90px 0 77px 0; }
  .reviews__title {
    margin-bottom: 56px; }
  .reviews__swiper {
    margin-left: max(15px, calc(100% - 1080px) / 2); }
  .reviews__slider-controls {
    justify-content: space-between;
    padding-right: max(15px, calc(100% - 1180px));
    margin-top: 34px;
    padding-bottom: 15px; }
    @media (max-width: 560px) {
      .reviews__slider-controls {
        justify-content: center; } }
  .reviews__controls-box {
    display: flex;
    align-items: center; }
  @media (max-width: 560px) {
    .reviews__button {
      margin: 0 auto; } }

.review__wrapper {
  display: flex;
  padding: 35px 50px 45px 35px;
  background-color: white;
  border-radius: 10px; }
  @media (max-width: 991px) {
    .review__wrapper {
      padding: 20px; } }
  @media (max-width: 560px) {
    .review__wrapper {
      margin-right: 15px; } }
.review__photo {
  display: flex;
  align-content: center;
  justify-content: center;
  width: 62px;
  max-height: 62px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 25px;
  margin-bottom: 15px; }
.review__name {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.03em;
  color: #2E2E2E;
  margin-bottom: 10px; }
.review__stars-wrapper {
  margin-bottom: 15px; }
.review__rate {
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.03em;
  color: #495365; }
.review__text {
  font-size: 16px;
  letter-spacing: 0.03em;
  color: #495365;
  margin-bottom: 15px;
  line-height: 1.3; }
.review__link {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.03em;
  color: rgba(73, 83, 101, 0.65); }
  .review__link:after {
    content: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.125 7.5H11.875' stroke='%23495365' stroke-opacity='0.65' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.5 3.125L11.875 7.5L7.5 11.875' stroke='%23495365' stroke-opacity='0.65' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    margin-left: 5px;
    transform: translateY(1px); }
.review__social-wrapper {
  display: flex;
  align-content: center;
  gap: 10px;
  margin-left: 5px; }
.review__social {
  max-width: 20px;
  max-height: 20px; }
.review__stars-wrapper {
  display: flex;
  align-items: center; }
.review__stars {
  margin-left: 5px; }

.photo {
  object-fit: cover; }

.about {
  margin-bottom: 100px; }
  @media (max-width: 1080px) {
    .about {
      margin-bottom: 0; } }
  @media (max-width: 560px) {
    .about__container {
      padding: 0; } }
  .about__swiper {
    overflow: hidden; }
    @media (max-width: 560px) {
      .about__swiper {
        padding: 0 15px; } }
  .about__wrapper {
    display: flex;
    padding-top: 90px;
    gap: 50px; }
    @media (max-width: 1080px) {
      .about__wrapper {
        flex-direction: column; } }
  .about__box {
    width: 50%; }
    @media (max-width: 560px) {
      .about__box--text {
        padding: 0 15px; } }
    @media (max-width: 1080px) {
      .about__box {
        width: 100%; } }
    .about__box--certificate {
      display: flex;
      align-items: flex-end;
      justify-content: center;
      background-image: url("../img/about-back.png");
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
      @media (max-width: 1080px) {
        .about__box--certificate {
          min-height: 380px;
          background-size: 490px; } }
  .about__title {
    margin-bottom: 35px; }
  .about__text {
    margin-bottom: 25px;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.03em;
    line-height: 1.3;
    color: #495365;
    max-width: 420px; }
  .about__list {
    margin-bottom: 43px; }
  .about__items {
    margin-left: 18px;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0.03em;
    color: #495365;
    list-style: disc; }
    .about__items:not(:last-child) {
      margin-bottom: 15px; }
  .about__courses {
    display: flex;
    background: #FFFFFF;
    box-shadow: 0px 4px 35px rgba(12, 26, 50, 0.1);
    border-radius: 10px;
    padding: 17px 0 17px 35px;
    max-width: 500px; }
    @media (max-width: 560px) {
      .about__courses {
        padding: 25px; } }
    @media (max-width: 360px) {
      .about__courses {
        gap: 5px; } }
  .about__count {
    display: flex;
    flex-direction: column;
    position: relative;
    gap: 0 35px;
    max-width: max-content; }
    .about__count:not(:last-child):after {
      content: "";
      position: absolute;
      background-color: rgba(0, 0, 0, 0.15);
      left: 85%;
      top: 50%;
      transform: translate(-85%, -50%);
      width: 0.5px;
      height: 80px; }
      @media (max-width: 400px) {
        .about__count:not(:last-child):after {
          right: calc(10% - 1px); } }
      @media (max-width: 360px) {
        .about__count:not(:last-child):after {
          display: none; } }
  .about__count-numbers-top {
    font-family: "TenorSans", sans-serif;
    margin-bottom: 8px;
    font-weight: 400;
    font-size: 36px;
    line-height: 42px;
    letter-spacing: 0.025em;
    color: #00B3CB; }
    @media (max-width: 991px) {
      .about__count-numbers-top {
        font-size: 30px; } }
  .about__count-numbers-bottom {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 0.03em;
    color: #495365; }
    @media (max-width: 991px) {
      .about__count-numbers-bottom {
        font-size: 10px;
        max-width: 70%; } }
  .about__certificate {
    max-width: 100%;
    min-width:160px;
      min-height:120px;
  }
  .about__slide {
    border-radius: 10px;
    overflow: hidden; }
  .about__link {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
 
   
    border-radius: 10px; }
    .about__link:before {
      content: "";
      display: flex;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(38, 38, 38, 0.5);
      opacity: 0;
      transition: opacity 0.5s; }
    .about__link:after {
      position: absolute;
      content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 19C15.4183 19 19 15.4183 19 11C19 6.58172 15.4183 3 11 3C6.58172 3 3 6.58172 3 11C3 15.4183 6.58172 19 11 19Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.0004 21L16.6504 16.65' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
      opacity: 0;
      transition: opacity 0.5s; }
  .about__link img {
    min-width:165px;
    min-height: 120px;
    object-fit: cover; }
  .about__slider-controls {
    justify-content: flex-end;
    margin-top: 20px; }
    @media (max-width: 1080px) {
      .about__slider-controls {
        display: none; } }
  @media (max-width: 1080px) {
    .about__swiper-wrapper {
      margin-bottom: 30px; } }

.about__slide:hover .about__link:before {
  opacity: 1; }

.about__slide:hover .about__link:after {
  opacity: 1; }

.work {
  background: linear-gradient(76.39deg, #00B7CF 5.28%, #00CEEA 97.66%);
  border-radius: 0px 0px 80px 80px; }
  .work__title {
    color: white;
    text-align: center;
    padding: 70px 0 50px 0; }
  .work__back {
    background-image: url("../img/scissors.svg"), url("../img/spikes.svg");
    background-repeat: no-repeat;
    background-position: top left, bottom right;
    background-size: 114px 184px;
    max-width: 1920px;
    border-radius: 0px 0px 80px 80px;
    margin: 0 auto; }
  .work__box {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 70px;
    justify-content: space-evenly; }
  .work__items {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(33.33% - 37px);
    position: relative; }
    .work__items:nth-child(odd):after {
      display: none;
      position: absolute;
      content: "";
      width: 120px;
      height: 1px;
      background-color: rgba(255, 255, 255, 0.2);
      top: 65px;
      left: calc(100% - 50px); }
      @media (max-width: 991px) {
        .work__items:nth-child(odd):after {
          display: block; } }
      @media (max-width: 560px) {
        .work__items:nth-child(odd):after {
          width: 30px;
          left: 98%; } }
      @media (max-width: 420px) {
        .work__items:nth-child(odd):after {
          display: none; } }
    @media (max-width: 991px) {
      .work__items {
        width: calc(50% - 25px); } }
    @media (max-width: 370px) {
      .work__items {
        width: 5100%; } }
    .work__items:not(:last-child) {
      margin-bottom: 55px; }
  .work__img {
    margin-bottom: 15px;
    position: relative; }
    .work__img--line:after {
      position: absolute;
      content: "";
      width: 120px;
      height: 1px;
      background-color: rgba(255, 255, 255, 0.2);
      top: 50%;
      left: calc(100% + 40px); }
      @media (max-width: 991px) {
        .work__img--line:after {
          display: none; } }
  .work__svg {
    width: 127px;
    height: 127px; }
  .work__text {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    letter-spacing: 0.03em;
    color: #EFEFEF;
    max-width: 300px; }
    @media (max-width: 991px) {
      .work__text {
        font-size: 15px; } }
    @media (max-width: 560px) {
      .work__text {
        font-size: 13px; } }
        

  

.results__container {
  max-width: 1920px;
  margin: 0 auto;
  padding-top: 90px; }
.results__wrapper {
  display: flex;
  gap: 35px;
  padding-left: max(15px, calc((100% - 1080px)/2));
  max-height: 450px;
  overflow: hidden;
}
  @media (max-width: 768px) {
    .results__wrapper {
      padding-right: 15px; } }
.results__big {
  min-height: 100%;
  max-width: 520px;
  margin-top: 6px;
   }
@media (max-width: 991px) {
  .results__min {
    display: none; } }
.results__twentytwenty-container {
  min-width: 530px;
  max-width: 530px;}
  .results__twentytwenty-container img {
    filter: blur(10px);
    transition: filter 0.5s; }
  .results__twentytwenty-container:hover img {
    filter: blur(0); }
.results__text-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start; }
.results__swiper-wrapper-big {
  margin-right: 35px; }
.results__slider-controls {
  justify-content: flex-end;
  position: relative;
  bottom:70px;
  z-index: 100;
  margin-top: 34px; }
  @media (max-width: 560px) {
    .results__slider-controls {
      justify-content: center; } }
.results__title {
  font-size: 36px;
  line-height: 42px;
  letter-spacing: 0.025em;
  color: #0C1A32;
  margin-bottom: 12px; }

.results__text {
  margin-bottom: 35px;
  letter-spacing: 0.03em;
  color: #495365;
  font-size: 16px; }
.results__twentytwenty-container-min {
  border-radius: 10px; }
  .results__twentytwenty-container-min img {
    filter: blur(10px);
    transition: filter 0.5s; }
  .results__twentytwenty-container-min:hover img {
    filter: blur(0); }
.results__link {
  color: #00b3cb; }
.results__button {
  margin-bottom: 60px; }
  @media (max-width: 560px) {
    .results__button {
      margin: 30px auto 60px auto; } }

.results__twentytwenty-container-min .twentytwenty-handle {
  display: none; }

.results__big .twentytwenty-wrapper {
  border-radius: 10px;
  overflow: hidden; }

.twentytwenty-handle {
  background-color: white !important; }

.twentytwenty-right-arrow {
  border-left: 6px solid #00B3CB !important; }

.twentytwenty-left-arrow {
  border-right: 6px solid #00B3CB !important; }

.results-slide {
  position: relative; }
  .results-slide:before {
    content: "До";
    position: absolute;
    top: 15px;
    left: 25px;
    color: white;
    z-index: 10000; }
  .results-slide:after {
    content: "После";
    position: absolute;
    top: 15px;
    right: 25px;
    color: white;
    z-index: 10000; }

.problem {
  background-color: #B9EBF1; }
  .problem__box {
    max-width: 1920px;
    margin: 0 auto;
    background-image: url("../img/quest.svg"), url("../img/quest-right.svg");
    background-repeat: no-repeat, no-repeat;
    background-position: center left, calc(100% - 48px) 110px;
    background-size: 96px 216px, 68px 152px; }
  .problem__container {
    padding: 70px 0 80px 0; }
    @media (max-width: 991px) {
      .problem__container {
        padding: 55px 0 50px 0; } }
  .problem__wrapper {
    display: flex;
    gap: 100px; }
    @media (max-width: 991px) {
      .problem__wrapper {
        flex-direction: column;
        gap: 35px; } }
  .problem__title {
    margin-bottom: 40px; }
  .problem__item--left {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 540px;
    flex: 1 auto; }
    @media (max-width: 991px) {
      .problem__item--left {
        max-width: unset; } }
  .problem__quest-wrapper {
    display: flex;
    flex-direction: column;
    background-color: white;
    border-radius: 10px;
    padding: 20px 30px; }
  .problem__quest {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .problem__quest-text {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.03em;
    color: #495365; }
    @media (max-width: 991px) {
      .problem__quest-text {
        font-size: 14px; } }
  .problem__plus {
    max-width: 24px;
    max-height: 24px;
    cursor: pointer; }
    .problem__plus--rotate {
      transform: rotate(45deg); }
  .problem__form {
    min-width: 346px; }
    @media (max-width: 560px) {
      .problem__form {
        min-width: unset; } }
  .problem__answer {
    display: none;
    padding: 20px 0 0 0;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.03em;
    color: #69768C; }
    @media (max-width: 991px) {
      .problem__answer {
        font-size: 14px; } }
    .problem__answer--show {
      display: block;
      width: 100%; }
  .problem__item-title {
    font-size: 24px;
    letter-spacing: 0.03em;
    color: #2E2E2E;
    margin-bottom: 15px; }
  .problem__input--left {
    border-top-left-radius: 10px; }
  .problem__input--name {
    max-width: 105px;
    padding: 12px 0 2px 0;
    margin-bottom: 13px;
    margin-left: 20px;
    border-bottom: 0.5px solid rgba(73, 83, 101, 0.31); }
  .problem__label-textarea {
    display: flex;
    padding: 0 10px 10px 0;
    background-color: #F9F9F9;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-bottom: 8px; }
  .problem__textarea {
    background-color: #F9F9F9;
    width: 100%;
    border: none;
    min-height: 150px;
    padding: 12px 0 12px 20px;
    outline: none;
    resize: vertical; }
  .problem__checkbox-wrapper {
    display: flex;
    align-items: center; }
  .problem__checkbox-label {
    position: relative;
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10px;
    height: 10px;
    border: 1px solid #A9A9A9;
    border-radius: 2px;
    left: 0;
    cursor: pointer; }
    .problem__checkbox-label:hover {
      border-color: #00B3CB; }
    .problem__checkbox-label:before {
      position: absolute;
      content: ""; }
  .problem__checkbox-pol {
    font-size: 10px;
    line-height: 12px;
    margin-left: 5px;
    letter-spacing: 0.03em;
    color: #A9A9A9; }
  .problem__form-info {
    display: flex;
    align-items: center;
    background-color: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px; }
  .problem__checkbox-input {
    position: absolute;
    top: -99px;
    left: -99px;
    width: 1px;
    height: 1px;
    visibility: hidden; }
  .problem__input--name {
    font-size: 12px;
    letter-spacing: 0.03em;
    color: rgba(73, 83, 101, 0.65); }
    .problem__input--name::placeholder {
      font-size: 12px;
      letter-spacing: 0.03em;
      color: rgba(73, 83, 101, 0.65); }
  .problem__textarea {
    font-size: 12px;
    letter-spacing: 0.03em;
    color: rgba(73, 83, 101, 0.65); }
  .problem__form-button {
    margin-top: 20px; }
  .problem__personal {
    text-decoration: underline; }
  .problem__button-arrow {
    margin-left: 20px; }

.problem__checkbox-input:checked + .problem__checkbox-label {
  border-color: #00B3CB; }

.problem__checkbox-input:checked + .problem__checkbox-label:before {
  background-color: #00B3CB;
  width: 6px;
  height: 6px;
  border-radius: 1px; }

.map__wrapper {
  position: relative;
  width: 100%;
  height: 600px; }
  @media (max-width: 560px) {
    .map__wrapper {
      height: 900px; } }

.footer__top {
  display: flex;
  padding: 60px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  @media (max-width: 1190px) {
    .footer__top {
      justify-content: space-between; } }
  @media (max-width: 768px) {
    .footer__top {
      flex-wrap: wrap; } }
  @media (max-width: 374px) {
    .footer__top {
      gap: 20px; } }
.footer__nav {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 1190px) {
    .footer__nav {
      flex-direction: column;
      gap: 20px; } }
  @media (max-width: 768px) {
    .footer__nav {
      order: 3; } }
  @media (max-width: 560px) {
    .footer__nav {
      gap: 25px; } }
.footer__logo-wrapper {
  margin-right: 47px; }
  @media (max-width: 1190px) {
    .footer__logo-wrapper {
      margin-right: 0; } }
  @media (max-width: 768px) {
    .footer__logo-wrapper {
      order: 1;
      width: 50%; } }
.footer__logo {
  max-height: 46px;
  max-width: 78px; }
.footer__text {
  font-family: "TenorSans";
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.025em;
  color: #495365;
  white-space: nowrap; }
.footer__nav-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  .footer__nav-box--first {
    margin-right: 100px; }
    @media (max-width: 1190px) {
      .footer__nav-box--first {
        margin-right: 0; } }
  .footer__nav-box--second {
    margin-right: 80px; }
    @media (max-width: 1190px) {
      .footer__nav-box--second {
        margin-right: 0; } }
  .footer__nav-box--third {
    margin-right: 65px; }
    @media (max-width: 1190px) {
      .footer__nav-box--third {
        margin-right: 0; } }
.footer__nav-title {
  font-size: 16px;
  line-height: 19px;
  color: #495365;
  margin-bottom: 20px;
  font-weight: 400; }
  @media (max-width: 768px) {
    .footer__nav-title {
      margin-bottom: 15px; } }
.footer__items {
  white-space: nowrap; }
  .footer__items:hover .footer__link:before {
    content: "";
    width: 100%; }
  .footer__items:not(:last-child) {
    margin-bottom: 10px; }
.footer__link {
  position: relative;
  font-size: 14px;
  line-height: 18px;
  color: #69768C; }
  .footer__link:before {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    bottom: 0;
    background-color: #00B3CB;
    transition: all 0.5s; }
  .footer__link:hover {
    color: #00B3CB; }
.footer__politic {
  font-size: 14px;
  line-height: 17px;
  color: rgba(105, 118, 140, 0.5);
  white-space: nowrap;
  margin-top: 40px;
  transition: color 0.5s; }
  .footer__politic:hover {
    color: #363D4A; }
.footer__contact {
  display: flex;
  flex-direction: column;
  align-items: flex-end; }
  @media (max-width: 768px) {
    .footer__contact {
      order: 2; } }
  @media (max-width: 374px) {
    .footer__contact {
      align-items: flex-start; } }
.footer__time-text {
  font-size: 16px;
  color: #495365;
  margin-bottom: 10px; }
.footer__time {
  font-size: 14px;
  color: #69768C;
  margin-bottom: 25px; }
.footer__tel {
  font-size: 16px;
  color: #495365;
  margin-bottom: 10px;
  transition: color 0.5s; }
  .footer__tel:hover {
    color: #00B3CB; }
.footer__mail {
  font-size: 14px;
  color: #495365;
  margin-bottom: 15px;
  transition: color 0.5s; }
  .footer__mail:hover {
    color: #00B3CB; }
.footer__social--wrapper {
  display: flex;
  align-items: center; }
.footer__svg {
  max-width: 25px;
  max-height: 25px; }
.footer__svg-wrapper:last-child {
  margin-left: 15px; }
.footer__bottom {
  display: flex;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 40px; }

.modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(108, 108, 108, 0.7);
  z-index: 1000; }
  .modal--map {
    display: flex;
    position: absolute;
    background: none;
    top: 93px;
    left: max(15px, calc((100% - 1080px)/2));
    width: max-content;
    height: max-content; }
    @media (max-width: 560px) {
      .modal--map {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
 
    }
  .modal__body {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 40px;
    max-width: 365px;
    min-height: 415px;
    background-color: white;
    box-shadow: 0px 4px 35px rgba(12, 26, 50, 0.2);
    border-radius: 10px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .modal__body--released {
      padding: 75px 20px; }
    .modal__body--map {
      max-height: max-content;
      top: auto;
      left: auto;
      transform: translate(0, 0); 
  
    }

  .modal__title {
    text-align: center;
    margin-bottom: 30px;
    font-size: 24px;
    letter-spacing: 0.03em;
    color: #2E2E2E; }
  .modal__title-map {
    text-align: center;
    margin-bottom: 30px;
    font-size: 24px;
    letter-spacing: 0.03em;
    color: #2E2E2E; }
  .modal__label {
    display: flex;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    background: #E6F8FA;
    border-radius: 10px;
    margin-bottom: 8px;
    min-height: 50px; }
    .modal__label:focus-visible, .modal__label:focus-within {
      background: #D3FAFF; }
  .modal__label-checkbox {
    display: flex;
    align-items: center;
    margin-bottom: 36px;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.03em;
    color: #A9A9A9; }
  .modal__input {
    background-color: inherit;
    width: 100%; }
    .modal__input::placeholder {
      font-size: 16px;
      line-height: 19px;
      letter-spacing: 0.03em;
      color: rgba(46, 46, 46, 0.3); }
  .modal__checkbox {
    position: absolute;
    visibility: hidden;
    pointer-events: none;
    top: -999px;
    left: -999px;
    opacity: 0;
    width: 1px;
    height: 1px;
    z-index: -100; }
  .modal__socials {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    margin-top: 20px; }
  .modal__personal {
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.03em;
    color: #A9A9A9;
    text-decoration: underline; }
  .modal__svg {
    width: 25px;
    height: 25px; }
  .modal__close {
    position: absolute;
    top: 15px;
    right: 20px;
    cursor: pointer; }
  .modal__close-svg {
    width: 30px;
    height: 30px; }
  .modal .form-inner--hidden {
    display: none; }
  .modal__form-released {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
  .modal__form-released-error {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
  .modal__form-released-svg {
    width: 76px;
    height: 76px; }
  .modal__form-released-text {
    margin-top: 40px;
    font-size: 18px;
    line-height: 130%;
    text-align: center;
    letter-spacing: 0.03em;
    color: #495365; }

.custom-error {
    display:none;
  color: rgba(255, 112, 112, 0.75)!important;
  font-size: 10px;
  margin-bottom: 8px;
  margin-top: 8px;
  text-align: center; }
  .custom-error__label:after {
    content: "*";
    transform: translateY(4px);
    color: rgba(255, 112, 112, 0.75); }

.notify-show {
  display: flex; }
  
.content-inner {
    padding-top: 150px;
    
}

.results-slide-min.swiper-slide-active {
    display:none;
}

.content-inner h1 {
    margin-bottom: 40px;
    
}

.content-inner h2 {
    margin: 25px 0;
    
}

.content-inner .li {
    margin-bottom: 10px;
}

.results-slide-min {
    max-width: 380px;
}

 .results__twentytwenty-container-min {
     max-width: 380px;
} 

.s-message
{display:none;
    
}

.show {
   display:block;
}

.jGrowl {
     display:none!important;
}

@media (max-width: 560px) {
      .modal--map {
    top: 250px;
        
    }
}
 


/*# sourceMappingURL=main.css.map */
