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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

td,
th {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

html {
  height: 100%;
}

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

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

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

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

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

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

.hide {
  display: none;
}

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

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

li, ul {
  list-style: none;
}

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

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

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

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

a,
.link {
  color: #7A7A7A;
  vertical-align: top;
  text-decoration: none;
  transition: all 0.3s;
}
a:hover,
.link:hover {
  border-color: rgba(0, 163, 214, 0.6);
  transition: all 0.3s;
}
a.dashed,
.link.dashed {
  border-bottom: 1px dashed rgba(0, 163, 214, 0.4);
}
a.dashed:hover,
.link.dashed:hover {
  border-color: rgba(0, 163, 214, 0.8);
}
a.black,
.link.black {
  color: #0844A4;
  border-color: rgba(8, 68, 164, 0.2);
}
a.black:hover,
.link.black:hover {
  color: #00A3D6;
  border-color: rgba(0, 163, 214, 0.6);
}
a.dashed-black,
.link.dashed-black {
  color: #0844A4;
  border-bottom: 1px dashed rgba(8, 68, 164, 0.3);
}
a.dashed-black:hover,
.link.dashed-black:hover {
  color: #00A3D6;
  border-color: rgba(0, 163, 214, 0.8);
}
a.no-link,
.link.no-link {
  color: inherit;
  border-bottom: none;
}

h1 {
  line-height: 1.3;
}

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

.w-full {
  width: 100%;
}

.txt-white {
  color: #FFF;
}

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

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

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

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

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

::placeholder {
  color: #606060;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#first_screen {
  background-image: url(../img/bg-internet-1920.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
}
#first_screen .top-bar {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
}
#first_screen .cta {
  position: relative;
  z-index: 5;
  overflow: hidden;
}
#first_screen .cta .container {
  min-height: 821px;
  padding-top: 185px;
  padding-bottom: 59px;
  position: relative;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  z-index: 5;
}
#first_screen .cta .content-block {
  padding-left: 0;
  position: relative;
  z-index: 21;
}
#first_screen .cta .title-block {
  max-width: 700px;
  width: 100%;
  position: relative;
  z-index: 5;
}
#first_screen .cta {
  /** Title SVG **/
  /*h1 {
    margin-bottom: 176px;

    &.lv .title-svg {
      width: 487px;
      height: 173px;
      background-image: url("data:image/svg+xml,%3Csvg width='487' height='173' viewBox='0 0 487 173' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='path-1-outside-1_7311_2007' maskUnits='userSpaceOnUse' x='1.42993' y='87' width='486' height='69' fill='black'%3E%3Crect fill='white' x='1.42993' y='87' width='486' height='69'/%3E%3Cpath d='M21.3099 152H5.82993V91.97H21.3099V152ZM87.9092 152H72.9692L47.5892 117.26V152H32.1092V91.97H48.0392L72.3392 125V91.97H87.9092V152ZM127.62 152H112.14V105.47H95.3103V91.97H144.36V105.47H127.62V152ZM195.738 152H151.728V91.97H195.738V105.47H167.208V114.83H195.108V128.33H167.208V138.5H195.738V152ZM255.936 152H238.206L228.126 131.84H220.206V152H204.726V91.97H234.786C241.266 91.97 246.366 93.86 250.086 97.64C253.806 101.42 255.666 106.19 255.666 111.95C255.666 116.75 254.466 120.68 252.066 123.74C249.726 126.74 246.936 128.81 243.696 129.95L255.936 152ZM232.446 118.34C234.546 118.34 236.316 117.77 237.756 116.63C239.196 115.49 239.916 113.9 239.916 111.86C239.916 109.88 239.196 108.32 237.756 107.18C236.316 106.04 234.546 105.47 232.446 105.47H220.206V118.34H232.446ZM320.028 152H305.088L279.708 117.26V152H264.228V91.97H280.158L304.458 125V91.97H320.028V152ZM374.859 152H330.849V91.97H374.859V105.47H346.329V114.83H374.229V128.33H346.329V138.5H374.859V152ZM412.738 152H397.258V105.47H380.428V91.97H429.478V105.47H412.738V152ZM458.462 153.08C447.362 153.08 438.482 149.9 431.822 143.54L440.012 131.93C445.292 137.21 451.682 139.85 459.182 139.85C461.822 139.85 463.892 139.4 465.392 138.5C466.952 137.54 467.732 136.34 467.732 134.9C467.732 133.64 466.892 132.62 465.212 131.84C463.532 131 461.432 130.4 458.912 130.04C456.392 129.62 453.662 128.99 450.722 128.15C447.782 127.25 445.052 126.23 442.532 125.09C440.012 123.89 437.912 122 436.232 119.42C434.552 116.84 433.712 113.75 433.712 110.15C433.712 104.87 435.842 100.37 440.102 96.65C444.422 92.93 450.272 91.07 457.652 91.07C467.432 91.07 475.562 93.86 482.042 99.44L473.582 110.51C468.542 106.37 462.692 104.3 456.032 104.3C451.712 104.3 449.552 105.74 449.552 108.62C449.552 109.76 450.392 110.75 452.072 111.59C453.752 112.37 455.852 112.97 458.372 113.39C460.892 113.81 463.592 114.47 466.472 115.37C469.412 116.21 472.142 117.23 474.662 118.43C477.182 119.63 479.282 121.49 480.962 124.01C482.642 126.53 483.482 129.53 483.482 133.01C483.482 139.13 481.292 144.02 476.912 147.68C472.532 151.28 466.382 153.08 458.462 153.08Z'/%3E%3C/mask%3E%3Cpath d='M21.3099 152H5.82993V91.97H21.3099V152ZM87.9092 152H72.9692L47.5892 117.26V152H32.1092V91.97H48.0392L72.3392 125V91.97H87.9092V152ZM127.62 152H112.14V105.47H95.3103V91.97H144.36V105.47H127.62V152ZM195.738 152H151.728V91.97H195.738V105.47H167.208V114.83H195.108V128.33H167.208V138.5H195.738V152ZM255.936 152H238.206L228.126 131.84H220.206V152H204.726V91.97H234.786C241.266 91.97 246.366 93.86 250.086 97.64C253.806 101.42 255.666 106.19 255.666 111.95C255.666 116.75 254.466 120.68 252.066 123.74C249.726 126.74 246.936 128.81 243.696 129.95L255.936 152ZM232.446 118.34C234.546 118.34 236.316 117.77 237.756 116.63C239.196 115.49 239.916 113.9 239.916 111.86C239.916 109.88 239.196 108.32 237.756 107.18C236.316 106.04 234.546 105.47 232.446 105.47H220.206V118.34H232.446ZM320.028 152H305.088L279.708 117.26V152H264.228V91.97H280.158L304.458 125V91.97H320.028V152ZM374.859 152H330.849V91.97H374.859V105.47H346.329V114.83H374.229V128.33H346.329V138.5H374.859V152ZM412.738 152H397.258V105.47H380.428V91.97H429.478V105.47H412.738V152ZM458.462 153.08C447.362 153.08 438.482 149.9 431.822 143.54L440.012 131.93C445.292 137.21 451.682 139.85 459.182 139.85C461.822 139.85 463.892 139.4 465.392 138.5C466.952 137.54 467.732 136.34 467.732 134.9C467.732 133.64 466.892 132.62 465.212 131.84C463.532 131 461.432 130.4 458.912 130.04C456.392 129.62 453.662 128.99 450.722 128.15C447.782 127.25 445.052 126.23 442.532 125.09C440.012 123.89 437.912 122 436.232 119.42C434.552 116.84 433.712 113.75 433.712 110.15C433.712 104.87 435.842 100.37 440.102 96.65C444.422 92.93 450.272 91.07 457.652 91.07C467.432 91.07 475.562 93.86 482.042 99.44L473.582 110.51C468.542 106.37 462.692 104.3 456.032 104.3C451.712 104.3 449.552 105.74 449.552 108.62C449.552 109.76 450.392 110.75 452.072 111.59C453.752 112.37 455.852 112.97 458.372 113.39C460.892 113.81 463.592 114.47 466.472 115.37C469.412 116.21 472.142 117.23 474.662 118.43C477.182 119.63 479.282 121.49 480.962 124.01C482.642 126.53 483.482 129.53 483.482 133.01C483.482 139.13 481.292 144.02 476.912 147.68C472.532 151.28 466.382 153.08 458.462 153.08Z' fill='white'/%3E%3Cpath d='M21.3099 153.5C21.3099 152.5 21.3099 151.5 21.3099 150.5C18.7929 150.167 16.2759 149.867 13.7589 149.6C11.1159 149.32 8.47293 149.077 5.82993 148.87L8.95972 152C9.53986 144.575 9.82993 137.15 9.82993 129.725C9.82993 117.14 9.73734 104.555 9.55215 91.97L5.82993 95.6922C10.9899 95.6163 16.1499 95.5248 21.3099 95.4177L17.8622 91.97C18.2251 109.463 18.767 126.956 19.4877 144.449C19.5914 146.966 19.6988 149.483 19.8099 152C20.8099 152 21.8099 152 22.8099 152C22.921 149.483 23.0285 146.966 23.1322 144.449C23.8529 126.956 24.3947 109.463 24.7577 91.97L24.6847 88.4522L21.3099 88.5223C16.1499 88.4152 10.9899 88.3237 5.82993 88.2478L2.05376 88.3033L2.10771 91.97C1.92252 104.555 1.82993 117.14 1.82993 129.725C1.82993 137.15 2.12 144.575 2.70015 152L2.9622 155.354L5.82993 155.13C8.47293 154.923 11.1159 154.68 13.7589 154.4C16.2759 154.133 18.7929 153.833 21.3099 153.5ZM21.3099 150.5V153.5L22.867 153.294L22.8099 152H19.8099L21.3099 150.5ZM87.9092 153.5C87.9092 152.5 87.9092 151.5 87.9092 150.5C82.9292 150.202 77.9492 149.93 72.9692 149.685L74.8386 150.634C74.5178 150.147 74.1968 149.659 73.8754 149.172C66.2919 137.674 58.5437 126.296 50.6309 115.038L43.9226 105.687L43.8224 117.26C43.6669 125.754 43.5892 134.248 43.5892 142.741C43.5892 145.828 43.5904 148.914 43.5927 152L47.5892 148.003C42.4292 148.007 37.2692 148.014 32.1092 148.024L36.0848 152C36.0453 131.99 35.9579 111.98 35.8226 91.97L32.1092 95.6833C37.4192 95.6474 42.7292 95.6081 48.0392 95.5655L45.1431 94.1007C53.3315 105.046 61.538 115.977 69.7625 126.896L75.4855 134.763L75.5382 125C75.4137 113.99 75.2747 102.98 75.1212 91.97L72.3392 94.752C77.5292 94.6796 82.7192 94.604 87.9092 94.5252L85.354 91.97C85.5733 106.417 85.8177 120.864 86.087 135.311C86.1907 140.874 86.2981 146.437 86.4092 152C87.4092 152 88.4092 152 89.4092 152C89.5203 146.437 89.6277 140.874 89.7315 135.311C90.0008 120.864 90.2451 106.417 90.4645 91.97L90.4251 89.3766L87.9092 89.4148C82.7192 89.336 77.5292 89.2604 72.3392 89.188L69.519 89.2273L69.5573 91.97C69.4038 102.98 69.2648 113.99 69.1403 125L74.916 123.104C66.9404 112.003 58.9469 100.914 50.9354 89.8393L49.8287 88.3601L48.0392 88.3745C42.7292 88.3319 37.4192 88.2926 32.1092 88.2567L28.3709 88.2819L28.3959 91.97C28.2606 111.98 28.1731 131.99 28.1336 152L28.1415 155.983L32.1092 155.976C37.2692 155.986 42.4292 155.993 47.5892 155.997L51.5888 155.994L51.5858 152C51.5881 148.914 51.5892 145.828 51.5892 142.741C51.5892 134.248 51.5115 125.754 51.3561 117.26L44.5476 119.482C52.867 130.443 61.351 141.283 69.9996 152.004C70.3661 152.458 70.7328 152.912 71.0999 153.366L71.9099 154.367L72.9692 154.315C77.9492 154.07 82.9292 153.798 87.9092 153.5ZM87.9092 150.5V153.5L89.4374 153.408L89.4092 152H86.4092L87.9092 150.5ZM127.62 153.5C127.62 152.5 127.62 151.5 127.62 150.5C123.984 150.167 120.348 149.867 116.712 149.6C115.188 149.488 113.664 149.382 112.14 149.282L114.858 152C115.713 138.98 116.14 125.96 116.14 112.94C116.14 110.45 116.139 107.96 116.135 105.47L116.141 101.481L112.14 101.475C106.53 101.483 100.92 101.5 95.3103 101.525L99.2552 105.47C99.2348 100.97 99.2087 96.47 99.1769 91.97L95.3103 95.8366C111.66 95.7211 128.01 95.5308 144.36 95.2656L141.065 91.97C141.138 96.47 141.216 100.97 141.301 105.47L144.36 102.41C138.78 102.515 133.2 102.628 127.62 102.75L124.961 102.692L124.901 105.47C125.16 117.344 125.459 129.218 125.798 141.092C125.902 144.728 126.009 148.364 126.12 152C127.12 152 128.12 152 129.12 152C129.231 148.364 129.339 144.728 129.443 141.092C129.781 129.218 130.08 117.344 130.34 105.47L127.62 108.19C133.2 108.312 138.78 108.425 144.36 108.53L147.476 108.471L147.42 105.47C147.504 100.97 147.583 96.47 147.656 91.97L147.602 88.6218L144.36 88.6744C128.01 88.4092 111.66 88.2188 95.3103 88.1034L91.4166 88.1309L91.4437 91.97C91.412 96.47 91.3859 100.97 91.3655 105.47L91.3834 109.433L95.3103 109.415C100.92 109.44 106.53 109.457 112.14 109.465L108.146 105.47C108.142 107.96 108.14 110.45 108.14 112.94C108.14 125.96 108.568 138.98 109.423 152L109.612 154.884L112.14 154.718C113.664 154.618 115.188 154.512 116.712 154.4C120.348 154.133 123.984 153.833 127.62 153.5ZM127.62 150.5V153.5L129.162 153.359L129.12 152H126.12L127.62 150.5ZM195.738 153.5C195.738 152.5 195.738 151.5 195.738 150.5C190.389 150.167 185.04 149.867 179.691 149.6C170.37 149.135 161.049 148.772 151.728 148.51L155.219 152C155.559 139.925 155.728 127.85 155.728 115.775C155.728 107.84 155.72 99.905 155.704 91.97L151.728 95.9455C166.398 95.9154 181.068 95.8574 195.738 95.7716L191.937 91.97C191.963 96.47 191.992 100.97 192.024 105.47L195.738 101.755C186.228 101.822 176.718 101.9 167.208 101.991L163.762 101.958L163.729 105.47C163.759 108.59 163.789 111.71 163.822 114.83L163.787 118.182L167.208 118.217C176.508 118.121 185.808 118.014 195.108 117.896L192.042 114.83C192.099 119.33 192.159 123.83 192.221 128.33L195.108 125.443C185.808 125.572 176.508 125.712 167.208 125.863L164.782 125.824L164.742 128.33C164.797 131.72 164.853 135.11 164.912 138.5L164.873 140.757L167.208 140.797C175.869 140.648 184.53 140.49 193.191 140.322C194.04 140.306 194.889 140.289 195.738 140.273L193.966 138.5C194.054 143 194.145 147.5 194.238 152C195.238 152 196.238 152 197.238 152C197.332 147.5 197.423 143 197.511 138.5L197.476 136.693L195.738 136.727C194.889 136.711 194.04 136.694 193.191 136.678C184.53 136.51 175.869 136.352 167.208 136.203L169.505 138.5C169.563 135.11 169.62 131.72 169.675 128.33L167.208 130.797C176.508 130.948 185.808 131.088 195.108 131.217L198.035 131.176L197.995 128.33C198.058 123.83 198.118 119.33 198.175 114.83L198.135 111.725L195.108 111.764C185.808 111.646 176.508 111.539 167.208 111.443L170.595 114.83C170.627 111.71 170.658 108.59 170.688 105.47L167.208 108.949C176.718 109.04 186.228 109.118 195.738 109.185L199.479 109.158L199.453 105.47C199.485 100.97 199.514 96.47 199.54 91.97L199.518 88.1463L195.738 88.1684C181.068 88.0826 166.398 88.0246 151.728 87.9944L147.745 88.0026L147.753 91.97C147.737 99.905 147.728 107.84 147.728 115.775C147.728 127.85 147.898 139.925 148.238 152L148.339 155.586L151.728 155.49C161.049 155.228 170.37 154.865 179.691 154.4C185.04 154.133 190.389 153.833 195.738 153.5ZM195.738 150.5V153.5L197.268 153.405L197.238 152H194.238L195.738 150.5ZM255.936 153.5C255.936 152.5 255.936 151.5 255.936 150.5C251.689 150.167 247.442 149.867 243.195 149.6C241.532 149.496 239.869 149.396 238.206 149.302L240.62 150.793C237.64 143.883 234.567 137.019 231.402 130.202L230.493 128.247L228.126 128.178C225.486 128.102 222.846 128.039 220.206 127.988L216.43 127.916L216.355 131.84C216.256 137.012 216.206 142.184 216.206 147.356C216.206 148.904 216.207 150.452 216.208 152L220.206 148.001C215.046 148.005 209.886 148.014 204.726 148.028L208.699 152C208.644 131.99 208.506 111.98 208.287 91.97L204.726 95.5303C214.746 95.4203 224.766 95.2898 234.786 95.1386C239.848 95.0259 244.674 96.3413 248.022 99.6715C251.305 102.81 252.997 107.185 253.061 111.95C253.155 115.756 252.357 119.451 250.218 122.291C248.331 124.847 245.891 126.862 242.994 127.954L240.658 128.717L241.846 130.977C243.947 134.568 246.052 138.157 248.159 141.744C250.311 145.407 252.467 149.069 254.625 152.728C255.499 152.243 256.374 151.757 257.248 151.272C255.284 147.505 253.316 143.739 251.346 139.976C249.416 136.29 247.483 132.605 245.547 128.923L244.399 131.946C248.182 130.728 251.501 128.199 253.918 125.184C257.029 121.415 258.215 116.473 258.271 111.95C258.472 106.215 256.402 99.9052 252.151 95.6085C247.657 90.7669 240.824 88.8099 234.786 88.8014C224.766 88.6502 214.746 88.5197 204.726 88.4097L201.128 88.4492L201.166 91.97C200.947 111.98 200.809 131.99 200.754 152L200.765 155.983L204.726 155.972C209.886 155.986 215.046 155.995 220.206 155.999L224.207 155.996L224.205 152C224.206 150.452 224.206 148.904 224.206 147.356C224.206 142.184 224.157 137.012 224.058 131.84L220.206 135.692C222.846 135.641 225.486 135.578 228.126 135.502L224.851 133.478C228.405 140.101 232.053 146.677 235.793 153.207L236.697 154.783L238.206 154.698C239.869 154.604 241.532 154.504 243.195 154.4C247.442 154.133 251.689 153.833 255.936 153.5ZM255.936 150.5V153.5L258.438 153.304L257.248 151.272L254.625 152.728L255.936 150.5ZM232.446 114.34C232.446 117.007 232.446 119.673 232.446 122.34C233.778 122.34 235.202 122.168 236.617 121.706C237.905 121.29 239.167 120.62 240.239 119.766C242.688 117.984 244.029 114.438 243.916 111.86C244.036 109.257 242.611 105.759 240.239 104.044C237.976 102.207 234.962 101.438 232.446 101.47C228.366 101.47 224.286 101.47 220.206 101.47H216.206V105.47C216.206 109.76 216.206 114.05 216.206 118.34V122.34H220.206C223.295 122.34 226.383 122.34 229.471 122.34C230.463 122.34 231.455 122.34 232.446 122.34C232.446 119.673 232.446 117.007 232.446 114.34C231.455 114.34 230.463 114.34 229.471 114.34C226.383 114.34 223.295 114.34 220.206 114.34L224.206 118.34C224.206 114.05 224.206 109.76 224.206 105.47L220.206 109.47C224.286 109.47 228.366 109.47 232.446 109.47C233.711 109.476 234.566 109.76 235.274 110.316C235.774 110.769 235.871 110.902 235.916 111.86C235.874 112.892 235.748 113.068 235.274 113.494C234.929 113.765 234.569 113.959 234.137 114.1C233.665 114.255 233.098 114.34 232.446 114.34ZM232.446 122.34V114.34V122.34ZM320.028 153.5C320.028 152.5 320.028 151.5 320.028 150.5C315.048 150.202 310.068 149.93 305.088 149.685L306.958 150.634C306.637 150.147 306.316 149.659 305.995 149.172C298.411 137.674 290.663 126.296 282.75 115.038L276.042 105.687L275.941 117.26C275.786 125.754 275.708 134.248 275.708 142.741C275.708 145.828 275.71 148.914 275.712 152L279.708 148.003C274.548 148.007 269.388 148.014 264.228 148.024L268.204 152C268.164 131.99 268.077 111.98 267.942 91.97L264.228 95.6833C269.538 95.6474 274.848 95.6081 280.158 95.5655L277.262 94.1007C285.451 105.046 293.657 115.977 301.882 126.896L307.605 134.763L307.657 125C307.533 113.99 307.394 102.98 307.24 91.97L304.458 94.752C309.648 94.6796 314.838 94.604 320.028 94.5252L317.473 91.97C317.693 106.417 317.937 120.864 318.206 135.311C318.31 140.874 318.417 146.437 318.528 152C319.528 152 320.528 152 321.528 152C321.639 146.437 321.747 140.874 321.851 135.311C322.12 120.864 322.364 106.417 322.584 91.97L322.544 89.3766L320.028 89.4148C314.838 89.336 309.648 89.2604 304.458 89.188L301.638 89.2273L301.676 91.97C301.523 102.98 301.384 113.99 301.259 125L307.035 123.104C299.06 112.003 291.066 100.914 283.055 89.8393L281.948 88.3601L280.158 88.3745C274.848 88.3319 269.538 88.2926 264.228 88.2567L260.49 88.2819L260.515 91.97C260.38 111.98 260.292 131.99 260.253 152L260.261 155.983L264.228 155.976C269.388 155.986 274.548 155.993 279.708 155.997L283.708 155.994L283.705 152C283.707 148.914 283.708 145.828 283.708 142.741C283.708 134.248 283.631 125.754 283.475 117.26L276.667 119.482C284.986 130.443 293.47 141.283 302.119 152.004C302.485 152.458 302.852 152.912 303.219 153.366L304.029 154.367L305.088 154.315C310.068 154.07 315.048 153.798 320.028 153.5ZM320.028 150.5V153.5L321.556 153.408L321.528 152H318.528L320.028 150.5ZM374.859 153.5C374.859 152.5 374.859 151.5 374.859 150.5C369.51 150.167 364.161 149.867 358.812 149.6C349.491 149.135 340.17 148.772 330.849 148.51L334.34 152C334.68 139.925 334.849 127.85 334.849 115.775C334.849 107.84 334.841 99.905 334.825 91.97L330.849 95.9455C345.519 95.9154 360.189 95.8574 374.859 95.7716L371.058 91.97C371.084 96.47 371.113 100.97 371.145 105.47L374.859 101.755C365.349 101.822 355.839 101.9 346.329 101.991L342.883 101.958L342.85 105.47C342.88 108.59 342.911 111.71 342.943 114.83L342.908 118.182L346.329 118.217C355.629 118.121 364.929 118.014 374.229 117.896L371.163 114.83C371.22 119.33 371.28 123.83 371.342 128.33L374.229 125.443C364.929 125.572 355.629 125.712 346.329 125.863L343.904 125.824L343.863 128.33C343.918 131.72 343.975 135.11 344.033 138.5L343.994 140.757L346.329 140.797C354.99 140.648 363.651 140.49 372.312 140.322C373.161 140.306 374.01 140.289 374.859 140.273L373.087 138.5C373.175 143 373.266 147.5 373.359 152C374.359 152 375.359 152 376.359 152C376.453 147.5 376.544 143 376.632 138.5L376.597 136.693L374.859 136.727C374.01 136.711 373.161 136.694 372.312 136.678C363.651 136.51 354.99 136.352 346.329 136.203L348.626 138.5C348.684 135.11 348.741 131.72 348.796 128.33L346.329 130.797C355.629 130.948 364.929 131.088 374.229 131.217L377.156 131.176L377.116 128.33C377.179 123.83 377.239 119.33 377.296 114.83L377.256 111.725L374.229 111.764C364.929 111.646 355.629 111.539 346.329 111.443L349.716 114.83C349.748 111.71 349.779 108.59 349.809 105.47L346.329 108.949C355.839 109.04 365.349 109.118 374.859 109.185L378.6 109.158L378.574 105.47C378.606 100.97 378.635 96.47 378.661 91.97L378.639 88.1463L374.859 88.1684C360.189 88.0826 345.519 88.0246 330.849 87.9944L326.866 88.0026L326.874 91.97C326.858 99.905 326.849 107.84 326.849 115.775C326.849 127.85 327.019 139.925 327.359 152L327.46 155.586L330.849 155.49C340.17 155.228 349.491 154.865 358.812 154.4C364.161 154.133 369.51 153.833 374.859 153.5ZM374.859 150.5V153.5L376.389 153.405L376.359 152H373.359L374.859 150.5ZM412.738 153.5C412.738 152.5 412.738 151.5 412.738 150.5C409.102 150.167 405.466 149.867 401.829 149.6C400.306 149.488 398.781 149.382 397.258 149.282L399.975 152C400.83 138.98 401.258 125.96 401.258 112.94C401.258 110.45 401.256 107.96 401.252 105.47L401.258 101.481L397.258 101.475C391.648 101.483 386.038 101.5 380.428 101.525L384.372 105.47C384.352 100.97 384.326 96.47 384.294 91.97L380.428 95.8366C396.778 95.7211 413.128 95.5308 429.478 95.2656L426.182 91.97C426.255 96.47 426.334 100.97 426.418 105.47L429.478 102.41C423.898 102.515 418.318 102.628 412.738 102.75L410.079 102.692L410.018 105.47C410.277 117.344 410.577 129.218 410.915 141.092C411.019 144.728 411.126 148.364 411.238 152C412.238 152 413.238 152 414.238 152C414.349 148.364 414.456 144.728 414.56 141.092C414.898 129.218 415.198 117.344 415.457 105.47L412.738 108.19C418.318 108.312 423.898 108.425 429.478 108.53L432.593 108.471L432.537 105.47C432.621 100.97 432.7 96.47 432.773 91.97L432.719 88.6218L429.478 88.6744C413.128 88.4092 396.778 88.2188 380.428 88.1034L376.534 88.1309L376.561 91.97C376.529 96.47 376.503 100.97 376.483 105.47L376.501 109.433L380.428 109.415C386.038 109.44 391.648 109.457 397.258 109.465L393.263 105.47C393.259 107.96 393.258 110.45 393.258 112.94C393.258 125.96 393.685 138.98 394.54 152L394.729 154.884L397.258 154.718C398.781 154.618 400.306 154.512 401.829 154.4C405.466 154.133 409.102 153.833 412.738 153.5ZM412.738 150.5V153.5L414.279 153.359L414.238 152H411.238L412.738 150.5ZM458.462 154.58C458.462 153.58 458.462 152.58 458.462 151.58C453.493 151.249 448.624 150.284 444.233 148.416C440.298 146.753 436.79 144.352 433.92 141.344L434.304 145.29C437.191 141.531 440.054 137.755 442.894 133.963L437.519 134.424C442.853 140.27 451.186 143.874 459.182 143.789C461.671 143.774 464.458 143.627 467.444 141.919L467.482 141.895C469.291 140.915 471.849 138.148 471.732 134.9C471.737 134.051 471.556 133.11 471.196 132.286C470.024 129.761 468.206 128.865 466.897 128.212L467.001 128.263C464.433 126.997 461.91 126.441 459.477 126.085L459.569 126.099C456.998 125.672 454.403 125.052 451.817 124.319L451.889 124.34C449.237 123.533 446.647 122.591 444.167 121.477L444.237 121.509C442.357 120.627 440.791 119.186 439.534 117.27C438.232 115.306 437.625 112.859 437.616 110.15C437.559 106.016 439.334 102.404 442.619 99.5316L442.599 99.5489C446.409 96.1679 451.915 94.7962 457.652 94.7706C465.804 94.6541 473.753 96.9092 479.779 102.069L479.286 97.3336C476.503 101.052 473.723 104.772 470.945 108.494L475.69 107.945C470.253 103.457 462.97 101.042 456.032 101.213C454.326 101.258 452.502 101.347 450.394 102.346C448.186 103.195 446.348 106.437 446.585 108.62C446.564 110.237 447.472 111.731 448.304 112.512C449.155 113.338 449.986 113.803 450.772 114.192L450.847 114.228C453.234 115.288 455.592 115.803 457.91 116.164C460.498 116.554 463.096 117.173 465.672 117.932L465.735 117.95C468.429 118.672 471.059 119.583 473.57 120.725C475.724 121.69 477.551 123.292 478.968 125.339C480.484 127.491 481.206 130.171 481.255 133.01C481.424 138.085 479.562 142.933 475.689 146.215L475.7 146.205C474.721 147.048 473.641 147.783 472.486 148.41C468.357 150.648 463.403 151.467 458.462 151.58C458.462 152.58 458.462 153.58 458.462 154.58C463.69 154.679 469.152 154.086 474.153 151.651C475.548 150.966 476.888 150.134 478.124 149.155L478.136 149.145C482.995 145.437 485.753 139.017 485.709 133.01C485.786 129.543 484.993 125.795 482.957 122.681C481.246 119.994 478.753 117.594 475.755 116.135C472.996 114.768 470.126 113.671 467.21 112.79L467.273 112.808C464.539 111.909 461.735 111.143 458.835 110.616C456.839 110.249 454.897 109.727 453.297 108.952L453.373 108.988C452.939 108.764 452.586 108.503 452.465 108.361C452.402 108.293 452.406 108.268 452.441 108.327C452.475 108.381 452.518 108.524 452.52 108.62C452.53 108.253 452.611 108.092 452.652 108.046C452.694 108.001 452.756 107.924 453.043 107.792C453.611 107.522 454.807 107.358 456.032 107.387C461.773 107.432 467.183 109.404 471.475 113.075L474.186 115.251L476.22 112.526C479.082 108.868 481.942 105.208 484.799 101.546L486.78 98.8989L484.306 96.8113C477.04 90.2842 467.012 87.3374 457.652 87.3694C450.945 87.2965 443.367 88.7947 437.606 93.7511L437.586 93.7684C433.008 97.5197 429.664 103.919 429.809 110.15C429.777 113.918 430.646 118.082 432.93 121.57C434.773 124.456 437.514 127.11 440.827 128.671L440.898 128.703C443.732 129.993 446.631 131.059 449.556 131.96L449.628 131.981C452.433 132.786 455.297 133.484 458.256 133.981L458.347 133.995C460.248 134.267 462.053 134.729 463.424 135.417L463.528 135.468C463.793 135.589 463.983 135.714 464.034 135.758C464.094 135.806 463.971 135.73 463.851 135.456C463.771 135.278 463.73 135.043 463.733 134.9C463.72 134.899 463.794 134.68 463.798 134.702C463.8 134.712 463.634 134.901 463.303 135.105L463.341 135.081C462.601 135.567 460.951 135.905 459.182 135.911C452.936 136.039 447.095 133.817 442.506 129.436L439.391 126.493L437.131 129.897C434.511 133.845 431.914 137.809 429.341 141.79L427.855 144.089L429.725 145.736C433.457 149.062 437.934 151.518 442.607 152.933C447.833 154.529 453.234 154.912 458.462 154.58ZM458.462 151.58V154.58V151.58Z' fill='%23070708' mask='url(%23path-1-outside-1_7311_2007)'/%3E%3Cmask id='path-3-outside-2_7311_2007' maskUnits='userSpaceOnUse' x='-0.570068' y='8' width='340' height='57' fill='black'%3E%3Crect fill='white' x='-0.570068' y='8' width='340' height='57'/%3E%3Cpath d='M27.1699 60.84C23.7166 60.84 20.5666 60.2333 17.7199 59.02C14.8733 57.8067 12.4233 56.1267 10.3699 53.98C8.36327 51.7867 6.79993 49.22 5.67993 46.28C4.55993 43.34 3.99993 40.1433 3.99993 36.69C3.99993 33.2367 4.55993 30.04 5.67993 27.1C6.79993 24.16 8.36327 21.6167 10.3699 19.47C12.4233 17.2767 14.8733 15.5733 17.7199 14.36C20.5666 13.1467 23.7166 12.54 27.1699 12.54C30.6233 12.54 33.7733 13.1467 36.6199 14.36C39.4666 15.5733 41.8933 17.2767 43.8999 19.47C45.9533 21.6167 47.5399 24.16 48.6599 27.1C49.7799 30.04 50.3399 33.2367 50.3399 36.69C50.3399 40.1433 49.7799 43.34 48.6599 46.28C47.5399 49.22 45.9533 51.7867 43.8999 53.98C41.8933 56.1267 39.4666 57.8067 36.6199 59.02C33.7733 60.2333 30.6233 60.84 27.1699 60.84ZM27.1699 55.66C29.7833 55.66 32.1399 55.1933 34.2399 54.26C36.3399 53.28 38.1366 51.95 39.6299 50.27C41.1233 48.5433 42.2666 46.5367 43.0599 44.25C43.8999 41.9167 44.3199 39.3967 44.3199 36.69C44.3199 33.9833 43.8999 31.4633 43.0599 29.13C42.2666 26.7967 41.1233 24.79 39.6299 23.11C38.1366 21.43 36.3399 20.1233 34.2399 19.19C32.1399 18.21 29.7833 17.72 27.1699 17.72C24.5566 17.72 22.1766 18.21 20.0299 19.19C17.9299 20.1233 16.1333 21.43 14.6399 23.11C13.1466 24.79 12.0033 26.7967 11.2099 29.13C10.4166 31.4633 10.0199 33.9833 10.0199 36.69C10.0199 39.3967 10.4166 41.9167 11.2099 44.25C12.0033 46.5367 13.1466 48.5433 14.6399 50.27C16.1333 51.95 17.9299 53.28 20.0299 54.26C22.1766 55.1933 24.5566 55.66 27.1699 55.66ZM59.4153 60V13.31H78.1753C80.5087 13.31 82.5853 13.6833 84.4053 14.43C86.2253 15.1767 87.742 16.2033 88.9553 17.51C90.2153 18.77 91.172 20.2633 91.8253 21.99C92.4787 23.67 92.8053 25.4667 92.8053 27.38C92.8053 29.2933 92.4787 31.1133 91.8253 32.84C91.172 34.52 90.2153 36.0133 88.9553 37.32C87.6953 38.58 86.1553 39.5833 84.3353 40.33C82.5153 41.0767 80.462 41.45 78.1753 41.45H65.2253V60H59.4153ZM77.4753 36.27C80.2753 36.27 82.5153 35.4533 84.1953 33.82C85.922 32.1867 86.7853 30.04 86.7853 27.38C86.7853 24.72 85.922 22.5733 84.1953 20.94C82.5153 19.3067 80.2753 18.49 77.4753 18.49H65.2253V36.27H77.4753ZM112.049 60V18.49H97.2793V13.31H132.699V18.49H117.859V60H112.049ZM140.421 60V13.31H146.231V60H140.421ZM172.289 60.84C168.183 60.84 164.659 60.1633 161.719 58.81C158.779 57.41 156.329 55.6133 154.369 53.42L157.799 49.01C158.546 49.85 159.433 50.69 160.459 51.53C161.486 52.3233 162.606 53.0233 163.819 53.63C165.079 54.2367 166.433 54.7267 167.879 55.1C169.326 55.4733 170.866 55.66 172.499 55.66C174.599 55.66 176.349 55.4033 177.749 54.89C179.149 54.3767 180.269 53.7467 181.109 53C181.949 52.2067 182.556 51.3433 182.929 50.41C183.303 49.43 183.489 48.4967 183.489 47.61C183.489 46.1167 183.093 44.88 182.299 43.9C181.506 42.92 180.456 42.1033 179.149 41.45C177.889 40.75 176.419 40.19 174.739 39.77C173.106 39.3033 171.403 38.8367 169.629 38.37C167.903 37.8567 166.199 37.2967 164.519 36.69C162.886 36.0833 161.416 35.3133 160.109 34.38C158.849 33.4 157.823 32.21 157.029 30.81C156.236 29.41 155.839 27.66 155.839 25.56C155.839 23.6467 156.236 21.8967 157.029 20.31C157.869 18.7233 158.989 17.37 160.389 16.25C161.836 15.0833 163.539 14.1967 165.499 13.59C167.459 12.9367 169.583 12.61 171.869 12.61C175.463 12.61 178.636 13.17 181.389 14.29C184.143 15.41 186.499 17.02 188.459 19.12L184.959 23.39C183.186 21.43 181.133 20.0067 178.799 19.12C176.466 18.2333 174.016 17.79 171.449 17.79C168.649 17.79 166.339 18.4667 164.519 19.82C162.746 21.1733 161.859 22.97 161.859 25.21C161.859 26.5167 162.256 27.59 163.049 28.43C163.843 29.27 164.869 29.9933 166.129 30.6C167.436 31.2067 168.906 31.7433 170.539 32.21C172.219 32.63 173.923 33.0967 175.649 33.61C177.423 34.0767 179.126 34.6367 180.759 35.29C182.439 35.9433 183.909 36.7833 185.169 37.81C186.476 38.8367 187.526 40.0967 188.319 41.59C189.113 43.0833 189.509 44.9267 189.509 47.12C189.509 48.8 189.206 50.48 188.599 52.16C187.993 53.7933 186.989 55.2633 185.589 56.57C184.236 57.83 182.463 58.8567 180.269 59.65C178.076 60.4433 175.416 60.84 172.289 60.84ZM226.395 60L208.685 39L203.995 44.32V60H198.185V13.31H203.995V37.46L224.645 13.31H231.925L212.465 35.5L233.605 60H226.395ZM273.546 60L269.416 49.64H246.176L242.046 60H235.396L254.156 13.31H261.366L280.196 60H273.546ZM257.796 19.33L247.856 44.46H267.666L257.796 19.33ZM286.3 60V13.31H292.11V60H286.3ZM318.168 60.84C314.061 60.84 310.538 60.1633 307.598 58.81C304.658 57.41 302.208 55.6133 300.248 53.42L303.678 49.01C304.425 49.85 305.311 50.69 306.338 51.53C307.365 52.3233 308.485 53.0233 309.698 53.63C310.958 54.2367 312.311 54.7267 313.758 55.1C315.205 55.4733 316.745 55.66 318.378 55.66C320.478 55.66 322.228 55.4033 323.628 54.89C325.028 54.3767 326.148 53.7467 326.988 53C327.828 52.2067 328.435 51.3433 328.808 50.41C329.181 49.43 329.368 48.4967 329.368 47.61C329.368 46.1167 328.971 44.88 328.178 43.9C327.385 42.92 326.335 42.1033 325.028 41.45C323.768 40.75 322.298 40.19 320.618 39.77C318.985 39.3033 317.281 38.8367 315.508 38.37C313.781 37.8567 312.078 37.2967 310.398 36.69C308.765 36.0833 307.295 35.3133 305.988 34.38C304.728 33.4 303.701 32.21 302.908 30.81C302.115 29.41 301.718 27.66 301.718 25.56C301.718 23.6467 302.115 21.8967 302.908 20.31C303.748 18.7233 304.868 17.37 306.268 16.25C307.715 15.0833 309.418 14.1967 311.378 13.59C313.338 12.9367 315.461 12.61 317.748 12.61C321.341 12.61 324.515 13.17 327.268 14.29C330.021 15.41 332.378 17.02 334.338 19.12L330.838 23.39C329.065 21.43 327.011 20.0067 324.678 19.12C322.345 18.2333 319.895 17.79 317.328 17.79C314.528 17.79 312.218 18.4667 310.398 19.82C308.625 21.1733 307.738 22.97 307.738 25.21C307.738 26.5167 308.135 27.59 308.928 28.43C309.721 29.27 310.748 29.9933 312.008 30.6C313.315 31.2067 314.785 31.7433 316.418 32.21C318.098 32.63 319.801 33.0967 321.528 33.61C323.301 34.0767 325.005 34.6367 326.638 35.29C328.318 35.9433 329.788 36.7833 331.048 37.81C332.355 38.8367 333.405 40.0967 334.198 41.59C334.991 43.0833 335.388 44.9267 335.388 47.12C335.388 48.8 335.085 50.48 334.478 52.16C333.871 53.7933 332.868 55.2633 331.468 56.57C330.115 57.83 328.341 58.8567 326.148 59.65C323.955 60.4433 321.295 60.84 318.168 60.84Z'/%3E%3C/mask%3E%3Cpath d='M27.1699 60.84C23.7166 60.84 20.5666 60.2333 17.7199 59.02C14.8733 57.8067 12.4233 56.1267 10.3699 53.98C8.36327 51.7867 6.79993 49.22 5.67993 46.28C4.55993 43.34 3.99993 40.1433 3.99993 36.69C3.99993 33.2367 4.55993 30.04 5.67993 27.1C6.79993 24.16 8.36327 21.6167 10.3699 19.47C12.4233 17.2767 14.8733 15.5733 17.7199 14.36C20.5666 13.1467 23.7166 12.54 27.1699 12.54C30.6233 12.54 33.7733 13.1467 36.6199 14.36C39.4666 15.5733 41.8933 17.2767 43.8999 19.47C45.9533 21.6167 47.5399 24.16 48.6599 27.1C49.7799 30.04 50.3399 33.2367 50.3399 36.69C50.3399 40.1433 49.7799 43.34 48.6599 46.28C47.5399 49.22 45.9533 51.7867 43.8999 53.98C41.8933 56.1267 39.4666 57.8067 36.6199 59.02C33.7733 60.2333 30.6233 60.84 27.1699 60.84ZM27.1699 55.66C29.7833 55.66 32.1399 55.1933 34.2399 54.26C36.3399 53.28 38.1366 51.95 39.6299 50.27C41.1233 48.5433 42.2666 46.5367 43.0599 44.25C43.8999 41.9167 44.3199 39.3967 44.3199 36.69C44.3199 33.9833 43.8999 31.4633 43.0599 29.13C42.2666 26.7967 41.1233 24.79 39.6299 23.11C38.1366 21.43 36.3399 20.1233 34.2399 19.19C32.1399 18.21 29.7833 17.72 27.1699 17.72C24.5566 17.72 22.1766 18.21 20.0299 19.19C17.9299 20.1233 16.1333 21.43 14.6399 23.11C13.1466 24.79 12.0033 26.7967 11.2099 29.13C10.4166 31.4633 10.0199 33.9833 10.0199 36.69C10.0199 39.3967 10.4166 41.9167 11.2099 44.25C12.0033 46.5367 13.1466 48.5433 14.6399 50.27C16.1333 51.95 17.9299 53.28 20.0299 54.26C22.1766 55.1933 24.5566 55.66 27.1699 55.66ZM59.4153 60V13.31H78.1753C80.5087 13.31 82.5853 13.6833 84.4053 14.43C86.2253 15.1767 87.742 16.2033 88.9553 17.51C90.2153 18.77 91.172 20.2633 91.8253 21.99C92.4787 23.67 92.8053 25.4667 92.8053 27.38C92.8053 29.2933 92.4787 31.1133 91.8253 32.84C91.172 34.52 90.2153 36.0133 88.9553 37.32C87.6953 38.58 86.1553 39.5833 84.3353 40.33C82.5153 41.0767 80.462 41.45 78.1753 41.45H65.2253V60H59.4153ZM77.4753 36.27C80.2753 36.27 82.5153 35.4533 84.1953 33.82C85.922 32.1867 86.7853 30.04 86.7853 27.38C86.7853 24.72 85.922 22.5733 84.1953 20.94C82.5153 19.3067 80.2753 18.49 77.4753 18.49H65.2253V36.27H77.4753ZM112.049 60V18.49H97.2793V13.31H132.699V18.49H117.859V60H112.049ZM140.421 60V13.31H146.231V60H140.421ZM172.289 60.84C168.183 60.84 164.659 60.1633 161.719 58.81C158.779 57.41 156.329 55.6133 154.369 53.42L157.799 49.01C158.546 49.85 159.433 50.69 160.459 51.53C161.486 52.3233 162.606 53.0233 163.819 53.63C165.079 54.2367 166.433 54.7267 167.879 55.1C169.326 55.4733 170.866 55.66 172.499 55.66C174.599 55.66 176.349 55.4033 177.749 54.89C179.149 54.3767 180.269 53.7467 181.109 53C181.949 52.2067 182.556 51.3433 182.929 50.41C183.303 49.43 183.489 48.4967 183.489 47.61C183.489 46.1167 183.093 44.88 182.299 43.9C181.506 42.92 180.456 42.1033 179.149 41.45C177.889 40.75 176.419 40.19 174.739 39.77C173.106 39.3033 171.403 38.8367 169.629 38.37C167.903 37.8567 166.199 37.2967 164.519 36.69C162.886 36.0833 161.416 35.3133 160.109 34.38C158.849 33.4 157.823 32.21 157.029 30.81C156.236 29.41 155.839 27.66 155.839 25.56C155.839 23.6467 156.236 21.8967 157.029 20.31C157.869 18.7233 158.989 17.37 160.389 16.25C161.836 15.0833 163.539 14.1967 165.499 13.59C167.459 12.9367 169.583 12.61 171.869 12.61C175.463 12.61 178.636 13.17 181.389 14.29C184.143 15.41 186.499 17.02 188.459 19.12L184.959 23.39C183.186 21.43 181.133 20.0067 178.799 19.12C176.466 18.2333 174.016 17.79 171.449 17.79C168.649 17.79 166.339 18.4667 164.519 19.82C162.746 21.1733 161.859 22.97 161.859 25.21C161.859 26.5167 162.256 27.59 163.049 28.43C163.843 29.27 164.869 29.9933 166.129 30.6C167.436 31.2067 168.906 31.7433 170.539 32.21C172.219 32.63 173.923 33.0967 175.649 33.61C177.423 34.0767 179.126 34.6367 180.759 35.29C182.439 35.9433 183.909 36.7833 185.169 37.81C186.476 38.8367 187.526 40.0967 188.319 41.59C189.113 43.0833 189.509 44.9267 189.509 47.12C189.509 48.8 189.206 50.48 188.599 52.16C187.993 53.7933 186.989 55.2633 185.589 56.57C184.236 57.83 182.463 58.8567 180.269 59.65C178.076 60.4433 175.416 60.84 172.289 60.84ZM226.395 60L208.685 39L203.995 44.32V60H198.185V13.31H203.995V37.46L224.645 13.31H231.925L212.465 35.5L233.605 60H226.395ZM273.546 60L269.416 49.64H246.176L242.046 60H235.396L254.156 13.31H261.366L280.196 60H273.546ZM257.796 19.33L247.856 44.46H267.666L257.796 19.33ZM286.3 60V13.31H292.11V60H286.3ZM318.168 60.84C314.061 60.84 310.538 60.1633 307.598 58.81C304.658 57.41 302.208 55.6133 300.248 53.42L303.678 49.01C304.425 49.85 305.311 50.69 306.338 51.53C307.365 52.3233 308.485 53.0233 309.698 53.63C310.958 54.2367 312.311 54.7267 313.758 55.1C315.205 55.4733 316.745 55.66 318.378 55.66C320.478 55.66 322.228 55.4033 323.628 54.89C325.028 54.3767 326.148 53.7467 326.988 53C327.828 52.2067 328.435 51.3433 328.808 50.41C329.181 49.43 329.368 48.4967 329.368 47.61C329.368 46.1167 328.971 44.88 328.178 43.9C327.385 42.92 326.335 42.1033 325.028 41.45C323.768 40.75 322.298 40.19 320.618 39.77C318.985 39.3033 317.281 38.8367 315.508 38.37C313.781 37.8567 312.078 37.2967 310.398 36.69C308.765 36.0833 307.295 35.3133 305.988 34.38C304.728 33.4 303.701 32.21 302.908 30.81C302.115 29.41 301.718 27.66 301.718 25.56C301.718 23.6467 302.115 21.8967 302.908 20.31C303.748 18.7233 304.868 17.37 306.268 16.25C307.715 15.0833 309.418 14.1967 311.378 13.59C313.338 12.9367 315.461 12.61 317.748 12.61C321.341 12.61 324.515 13.17 327.268 14.29C330.021 15.41 332.378 17.02 334.338 19.12L330.838 23.39C329.065 21.43 327.011 20.0067 324.678 19.12C322.345 18.2333 319.895 17.79 317.328 17.79C314.528 17.79 312.218 18.4667 310.398 19.82C308.625 21.1733 307.738 22.97 307.738 25.21C307.738 26.5167 308.135 27.59 308.928 28.43C309.721 29.27 310.748 29.9933 312.008 30.6C313.315 31.2067 314.785 31.7433 316.418 32.21C318.098 32.63 319.801 33.0967 321.528 33.61C323.301 34.0767 325.005 34.6367 326.638 35.29C328.318 35.9433 329.788 36.7833 331.048 37.81C332.355 38.8367 333.405 40.0967 334.198 41.59C334.991 43.0833 335.388 44.9267 335.388 47.12C335.388 48.8 335.085 50.48 334.478 52.16C333.871 53.7933 332.868 55.2633 331.468 56.57C330.115 57.83 328.341 58.8567 326.148 59.65C323.955 60.4433 321.295 60.84 318.168 60.84Z' fill='white'/%3E%3Cpath d='M27.1699 62.34C27.1699 61.34 27.1699 60.34 27.1699 59.34C24.7961 59.0081 22.5321 58.3988 20.4848 57.4816C19.8877 57.2146 19.3086 56.9223 18.7491 56.6054C16.4036 55.2873 14.4032 53.6175 12.8044 51.6514L12.8555 51.706C11.2626 49.6674 10.0842 47.3811 9.25917 44.9165C8.38729 42.3145 7.99993 39.5535 7.99993 36.7019C7.99993 36.698 7.99993 36.694 7.99993 36.69C7.99793 33.8344 8.43935 31.0678 9.40015 28.5172C10.298 26.1218 11.5741 23.9659 13.241 22.1538C14.9026 20.342 16.9227 18.9148 19.2284 17.899C21.6449 16.8265 24.3463 16.3072 27.1699 16.262C29.9929 16.2118 32.7289 16.6334 35.2241 17.6348C37.5772 18.574 39.6736 19.9467 41.4084 21.7495L41.4596 21.8042C43.2709 23.5961 44.6942 25.7765 45.707 28.2249C46.7984 30.8448 47.357 33.7212 47.4511 36.69C47.5498 39.6578 47.1875 42.5983 46.249 45.3615C45.3729 47.9558 44.0417 50.3641 42.2512 52.4365C40.5252 54.4515 38.3446 56.0799 35.8702 57.2611C35.2715 57.5485 34.6561 57.8061 34.0265 58.0334C31.8672 58.8145 29.5431 59.2301 27.1699 59.34C27.1699 60.34 27.1699 61.34 27.1699 62.34C29.7957 62.4522 32.4885 62.2203 35.108 61.5136C35.8711 61.3082 36.6268 61.0634 37.3696 60.7789C40.368 59.6406 43.22 57.8651 45.5498 55.5223C47.9197 53.1665 49.7949 50.2817 51.0709 47.1984C52.4656 43.859 53.1368 40.2447 53.2288 36.69C53.3296 33.1363 52.8547 29.4579 51.6129 25.9751C50.4877 22.7818 48.7128 19.7014 46.3403 17.1358L46.3915 17.1905C44.1002 14.5714 41.1635 12.4758 38.0158 11.0851C34.5637 9.54073 30.8003 8.85966 27.1699 8.81798C23.5402 8.76431 19.7422 9.3476 16.2115 10.821C12.9827 12.1502 9.93832 14.1976 7.50088 16.7841C5.05136 19.3607 3.19131 22.4628 1.95971 25.6828C0.587325 29.2349 -0.00482911 33.0231 -6.81281e-05 36.69C-6.81579e-05 36.6951 -6.7085e-05 36.7002 -6.48797e-05 36.7054C-0.00402313 40.3671 0.642661 44.1513 2.10069 47.6435C3.41917 50.8303 5.38558 53.8346 7.88435 56.254L7.93544 56.3086C10.466 58.6772 13.5298 60.4181 16.6908 61.4346C17.4728 61.6896 18.2649 61.8996 19.0604 62.0654C21.792 62.636 24.5449 62.6742 27.1699 62.34ZM27.1699 59.34V62.34V59.34ZM27.1699 51.66C27.1699 54.3267 27.1699 56.9933 27.1699 59.66C29.4288 59.6611 31.7857 59.3606 34.0745 58.6053C34.6794 58.4061 35.2777 58.1761 35.8645 57.9152L35.9315 57.8847C38.4241 56.7305 40.766 55.0253 42.6196 52.9275L42.6554 52.8866C44.531 50.7272 45.9374 48.1771 46.839 45.5611L46.8235 45.6049C47.8712 42.7056 48.3233 39.6463 48.3199 36.69C48.3233 33.7337 47.8712 30.6744 46.8235 27.7751L46.847 27.8424C45.9622 25.2229 44.5638 22.6307 42.6196 20.4525C40.7655 18.3519 38.3922 16.6477 35.8645 15.5348L35.9315 15.5653C33.1213 14.246 30.0512 13.7137 27.1699 13.72C24.2605 13.713 21.1811 14.2588 18.3688 15.5512L18.4054 15.5348C15.8776 16.6477 13.5044 18.3519 11.6503 20.4525C9.70604 22.6307 8.30763 25.2229 7.42284 27.8424C6.43617 30.7359 6.01746 33.761 6.01993 36.69C6.01746 39.619 6.43617 42.6441 7.42284 45.5376L7.43091 45.5611C8.33244 48.1771 9.73885 50.7272 11.6145 52.8866L11.6503 52.9275C13.5039 55.0253 15.8458 56.7305 18.3384 57.8847L18.435 57.9283C19.0429 58.1926 19.6631 58.4258 20.2904 58.6273C22.5632 59.3591 24.9105 59.6614 27.1699 59.66C27.1699 56.9933 27.1699 54.3267 27.1699 51.66C25.6042 51.6606 24.1105 51.4527 22.7374 51.0107C22.3577 50.8887 21.9868 50.7491 21.6248 50.5917L21.7215 50.6353C20.1311 49.8941 18.7617 48.8879 17.6296 47.6125L17.6654 47.6534C16.4931 46.3001 15.6035 44.7137 14.989 42.9389L14.997 42.9624C14.3287 41.0011 14.0188 38.8832 14.0199 36.69C14.0188 34.4968 14.3287 32.3789 14.997 30.4176C15.6015 28.6358 16.4748 27.064 17.6296 25.7675C18.7435 24.5127 20.0867 23.541 21.6545 22.8452L21.6911 22.8288C23.337 22.0749 25.1868 21.7185 27.1699 21.72C29.1354 21.7184 30.9565 22.0691 32.5484 22.8147L32.6154 22.8452C34.1832 23.541 35.5264 24.5127 36.6403 25.7675C37.7951 27.064 38.6683 28.6358 39.2728 30.4176L39.2964 30.4849C39.9945 32.4195 40.3212 34.514 40.3199 36.69C40.3212 38.866 39.9945 40.9605 39.2964 42.8951L39.2809 42.9389C38.6663 44.7137 37.7767 46.3001 36.6045 47.6534L36.6403 47.6125C35.5082 48.8879 34.1388 49.8941 32.5484 50.6353L32.6154 50.6048C32.2766 50.7553 31.9286 50.8893 31.5713 51.007C30.2226 51.4524 28.7357 51.6607 27.1699 51.66ZM27.1699 59.66V51.66V59.66ZM57.9153 60C58.9153 60 59.9153 60 60.9153 60C61.2487 57.5279 61.5487 55.0558 61.8153 52.5837C62.882 42.6954 63.4153 32.807 63.4153 22.9187C63.4153 19.7158 63.4091 16.5129 63.3967 13.31L59.4153 17.2913C65.6687 17.2671 71.922 17.2191 78.1753 17.1474C79.9275 17.1217 81.5694 17.3566 82.9796 17.9051C84.2868 18.4129 85.3877 19.1076 86.2643 20.0088L86.3586 20.1067C87.2729 20.9792 87.9762 22.0236 88.4777 23.2567L88.4895 23.2873C89.0178 24.5498 89.2966 25.9211 89.3338 27.38C89.3729 28.8559 89.1651 30.2864 88.6922 31.6545L88.7032 31.6258C88.2507 32.9041 87.5636 34.0589 86.6364 35.0839L86.6775 35.0421C85.74 36.0475 84.5508 36.8635 83.1678 37.4842C81.6953 38.153 79.987 38.4932 78.1753 38.5543C73.8587 38.6832 69.542 38.8235 65.2253 38.975L62.8401 38.8913L62.7503 41.45C62.9486 47.0979 63.1662 52.7458 63.4031 58.3937C63.4256 58.9292 63.4482 59.4646 63.471 60L65.2253 58.2457C63.2887 58.3282 61.352 58.413 59.4153 58.5C59.4153 59.5 59.4153 60.5 59.4153 61.5C61.352 61.587 63.2887 61.6718 65.2253 61.7543L67.0511 61.6765L66.9796 60C67.0024 59.4646 67.0251 58.9292 67.0475 58.3937C67.2845 52.7458 67.5021 47.0979 67.7003 41.45L65.2253 43.925C69.542 44.0765 73.8587 44.2168 78.1753 44.3457C80.5586 44.4096 83.0836 44.1075 85.5028 43.1758C87.5423 42.3978 89.5548 41.2166 91.2332 39.5979L91.2742 39.5561C92.8307 38.0154 94.1119 36.107 94.9475 34.0542L94.9585 34.0255C95.8072 31.9159 96.2429 29.6219 96.2768 27.38C96.3191 25.1669 95.9704 22.8544 95.1612 20.6927L95.1729 20.7233C94.4174 18.6115 93.1727 16.5638 91.552 14.9133L91.6463 15.0112C90.0125 13.1971 87.9388 11.8407 85.831 10.9549C83.3054 9.88633 80.6634 9.49662 78.1753 9.47258C71.922 9.4009 65.6687 9.35292 59.4153 9.32865L55.4186 9.34416L55.434 13.31C55.4215 16.5129 55.4153 19.7158 55.4153 22.9187C55.4153 32.807 55.9487 42.6954 57.0153 52.5837C57.282 55.0558 57.582 57.5279 57.9153 60ZM60.9153 60H57.9153L58.1254 61.558L59.4153 61.5V58.5L60.9153 60ZM77.4753 32.27C77.4753 34.9367 77.4753 37.6033 77.4753 40.27C78.9907 40.2694 80.6083 40.0853 82.2357 39.5506C83.9569 38.9939 85.6572 37.9906 86.9836 36.688L86.9441 36.7259C89.5733 34.3638 90.8677 30.4835 90.7853 27.38C90.8677 24.2765 89.5733 20.3962 86.9441 18.0341L86.9836 18.072C84.3743 15.4532 80.5352 14.439 77.4753 14.49C73.392 14.49 69.3087 14.49 65.2253 14.49H61.2253V18.49C61.2253 24.4167 61.2253 30.3433 61.2253 36.27V40.27H65.2253C68.121 40.27 71.0166 40.27 73.9122 40.27C75.0999 40.27 76.2876 40.27 77.4753 40.27C77.4753 37.6033 77.4753 34.9367 77.4753 32.27C76.2876 32.27 75.0999 32.27 73.9122 32.27C71.0166 32.27 68.121 32.27 65.2253 32.27L69.2253 36.27C69.2253 30.3433 69.2253 24.4167 69.2253 18.49L65.2253 22.49C69.3087 22.49 73.392 22.49 77.4753 22.49C79.2803 22.4953 80.5113 22.9348 81.407 23.808L81.4465 23.8459C82.3645 24.7306 82.7692 25.7335 82.7853 27.38C82.7692 29.0265 82.3645 30.0294 81.4465 30.9141L81.407 30.952C80.9311 31.412 80.4085 31.7278 79.7352 31.9515C79.1032 32.1605 78.3348 32.2707 77.4753 32.27ZM77.4753 40.27V32.27V40.27ZM110.549 60C111.549 60 112.549 60 113.549 60C113.883 57.263 114.183 54.526 114.449 51.789C115.516 40.841 116.049 29.893 116.049 18.945C116.049 18.7933 116.049 18.6417 116.049 18.49L116.05 14.4906L112.049 14.49C107.126 14.4908 102.203 14.5035 97.2793 14.5282L101.241 18.49C101.232 16.7633 101.222 15.0367 101.211 13.31L97.2793 17.2414C109.086 17.162 120.893 17.0136 132.699 16.7964L129.213 13.31C129.245 15.0367 129.278 16.7633 129.313 18.49L132.699 15.1033C127.753 15.2028 122.806 15.3144 117.859 15.438L114.885 15.3637L114.807 18.49C115.133 31.5263 115.543 44.5627 116.037 57.599C116.067 58.3993 116.098 59.1997 116.129 60L117.859 58.2697C115.923 58.3446 113.986 58.4214 112.049 58.5C112.049 59.5 112.049 60.5 112.049 61.5C113.986 61.5786 115.923 61.6554 117.859 61.7303L119.654 61.6609L119.59 60C119.621 59.1997 119.651 58.3993 119.682 57.599C120.175 44.5627 120.585 31.5263 120.911 18.49L117.859 21.542C122.806 21.6656 127.753 21.7772 132.699 21.8767L136.153 21.8072L136.086 18.49C136.121 16.7633 136.154 15.0367 136.186 13.31L136.12 9.76064L132.699 9.82359C120.893 9.60635 109.086 9.45802 97.2793 9.37861L93.3217 9.40523L93.3479 13.31C93.3363 15.0367 93.3262 16.7633 93.3175 18.49L93.3375 22.4716L97.2793 22.4518C102.203 22.4765 107.126 22.4892 112.049 22.49L108.049 18.49C108.049 18.6417 108.049 18.7933 108.049 18.945C108.049 29.893 108.583 40.841 109.649 51.789C109.916 54.526 110.216 57.263 110.549 60ZM113.549 60H110.549L110.738 61.5532L112.049 61.5V58.5L113.549 60ZM138.921 60C139.921 60 140.921 60 141.921 60C142.255 58.25 142.555 56.5 142.821 54.75C143.888 47.75 144.421 40.75 144.421 33.75C144.421 26.9367 144.365 20.1233 144.253 13.31L140.421 17.1416C142.358 17.1097 144.295 17.0732 146.231 17.0322L142.509 13.31C142.838 28.8733 143.461 44.4367 144.376 60L146.231 58.1447C146.045 58.1557 145.858 58.1667 145.671 58.1778C143.921 58.2815 142.171 58.3889 140.421 58.5C140.421 59.5 140.421 60.5 140.421 61.5C142.171 61.6111 143.921 61.7185 145.671 61.8222C145.858 61.8333 146.045 61.8443 146.231 61.8553L148.189 61.7402L148.086 60C149.002 44.4367 149.624 28.8733 149.953 13.31L149.873 9.5107L146.231 9.58777C144.295 9.54679 142.358 9.51033 140.421 9.47842L136.528 9.54258L136.59 13.31C136.477 20.1233 136.421 26.9367 136.421 33.75C136.421 40.75 136.955 47.75 138.021 54.75C138.288 56.5 138.588 58.25 138.921 60ZM141.921 60H138.921L139.221 61.5762L140.421 61.5V58.5L141.921 60ZM172.289 62.34C172.289 61.34 172.289 60.34 172.289 59.34C168.825 59.0352 165.461 58.2394 162.697 56.6861L162.724 56.6991C162.485 56.5618 162.248 56.4214 162.015 56.2778C159.87 54.9593 158.002 53.3489 156.542 51.4784L156.669 55.2089C157.895 53.8031 159.115 52.3926 160.329 50.9775L155.404 51.1391C156.317 52.2531 157.305 53.2362 158.325 54.1391L158.398 54.1975C159.593 55.1929 160.89 56.057 162.241 56.7865L162.288 56.8097C163.792 57.5932 165.368 58.2022 166.961 58.6587C168.794 59.1816 170.669 59.4261 172.499 59.4627C174.538 59.4913 176.702 59.3851 179.095 58.5606C180.602 58.0215 182.201 57.2953 183.741 55.9608L183.829 55.88C184.929 54.8607 185.978 53.5175 186.632 51.891L186.656 51.8296C187.129 50.6004 187.485 49.1796 187.488 47.61C187.489 47.0056 187.446 46.3728 187.335 45.7173C187.099 44.2617 186.453 42.6554 185.408 41.3836C184.131 39.8037 182.52 38.663 180.936 37.8756L181.09 37.9566C179.31 36.9727 177.489 36.3444 175.707 35.8998L175.835 35.9341C174.106 35.4435 172.375 34.9749 170.641 34.5237L170.763 34.5576C169.115 34.0727 167.481 33.542 165.864 32.965L165.898 32.9774C164.62 32.5095 163.443 31.9104 162.4 31.1734L162.529 31.2695C161.673 30.6129 160.984 29.8257 160.438 28.8784C160 28.1434 159.732 26.9563 159.727 25.56C159.716 24.2539 159.96 23.0902 160.475 22.0329L160.434 22.1126C161.016 20.9871 161.788 20.032 162.772 19.228L162.783 19.2187C163.856 18.3327 165.148 17.6577 166.613 17.1877L166.69 17.1629C168.295 16.607 170.044 16.3367 171.869 16.3166C174.763 16.2836 177.567 16.6634 180.031 17.6287C182.273 18.5026 184.259 19.7992 185.9 21.5088L185.752 16.9006C184.603 18.3387 183.455 19.7774 182.308 21.2165L187.502 21.0897C185.483 18.8903 182.864 17.0575 179.979 16.0153C177.246 15.0106 174.312 14.5389 171.449 14.5843C168.584 14.6093 165.307 15.3184 162.679 17.3453L162.648 17.3685C160.328 19.0294 158.725 22.4056 158.886 25.21C158.869 26.8918 159.532 29.0355 160.935 30.4269C162.139 31.6649 163.528 32.5208 164.899 33.1554L164.935 33.1724C166.54 33.8831 168.164 34.4164 169.786 34.8478L169.874 34.8715C171.555 35.2551 173.23 35.6779 174.898 36.1353L174.979 36.1578C176.625 36.5522 178.245 37.0399 179.824 37.6292L179.846 37.638C181.239 38.1395 182.53 38.8114 183.649 39.6751L183.683 39.7018C184.748 40.4892 185.626 41.4847 186.295 42.6651C186.987 43.8607 187.311 45.4427 187.354 47.12C187.397 48.5708 187.165 50.0379 186.692 51.4714L186.699 51.4541C186.238 52.8326 185.408 54.0939 184.3 55.1889C183.8 55.6851 183.228 56.138 182.605 56.5454C181.715 57.1273 180.725 57.6162 179.683 58.0281C177.443 58.9126 174.876 59.2615 172.289 59.34C172.289 60.34 172.289 61.34 172.289 62.34C175.097 62.4086 177.994 62.2168 180.856 61.2719C182.095 60.8581 183.325 60.3385 184.506 59.6542C185.333 59.1749 186.135 58.6131 186.877 57.9527C188.399 56.6041 189.716 54.8645 190.5 52.8659L190.506 52.8486C191.202 51.057 191.625 49.103 191.664 47.12C191.706 45.003 191.445 42.7 190.343 40.5149C189.469 38.7737 188.195 37.1673 186.656 35.9182L186.689 35.9449C185.172 34.6576 183.447 33.6705 181.672 32.942L181.695 32.9508C179.942 32.2073 178.143 31.5809 176.32 31.0622L176.4 31.0847C174.683 30.5355 172.951 30.0217 171.205 29.5485L171.293 29.5721C169.903 29.1421 168.561 28.6353 167.324 28.0276L167.36 28.0446C166.458 27.5849 165.697 27.0346 165.164 26.4331C164.92 26.1259 164.825 25.867 164.833 25.21C164.894 23.8333 165.323 23.0688 166.39 22.2715L166.359 22.2947C167.678 21.3559 169.441 20.9528 171.449 20.9957C173.594 21.034 175.672 21.443 177.619 22.2247C179.461 22.9615 181.065 24.1412 182.417 25.6903L185.158 28.6393L187.611 25.5635C188.797 24.1559 189.982 22.7479 191.167 21.3394L193.106 18.9115L191.019 16.7312C188.742 14.2214 185.839 12.2321 182.747 10.9512C179.192 9.46707 175.45 8.93592 171.869 8.90341C169.382 8.88077 166.8 9.20444 164.308 10.0171L164.386 9.99226C162.161 10.6596 159.93 11.735 157.995 13.2813L158.007 13.272C156.222 14.6729 154.692 16.5017 153.624 18.5074L153.583 18.5871C152.467 20.7693 151.953 23.2474 151.952 25.56C151.948 27.7767 152.261 30.3012 153.62 32.7416C154.629 34.5502 156.043 36.2089 157.69 37.4905L157.819 37.5866C159.484 38.7862 161.298 39.713 163.14 40.4026L163.174 40.415C164.931 41.0562 166.706 41.6452 168.496 42.1824L168.617 42.2163C170.3 42.6641 171.976 43.1262 173.643 43.6059L173.772 43.6402C175.048 43.9616 176.227 44.3953 177.208 44.9434L177.362 45.0244C178.174 45.4314 178.78 45.9057 179.191 46.4164C179.305 46.5655 179.384 46.706 179.447 47.0541C179.473 47.207 179.49 47.3942 179.49 47.61C179.494 47.9578 179.41 48.4332 179.203 48.9904L179.227 48.929C179.092 49.283 178.835 49.683 178.389 50.12L178.477 50.0392C178.076 50.4225 177.316 50.8668 176.403 51.2194C175.444 51.6076 174.006 51.8189 172.499 51.8573C171.219 51.8947 169.978 51.7969 168.798 51.5413C167.599 51.2778 166.445 50.9182 165.35 50.4503L165.397 50.4735C164.382 50.0204 163.419 49.4854 162.52 48.8625L162.594 48.9209C161.722 48.2749 160.907 47.5942 160.194 46.8809L157.397 44.0206L155.27 47.0425C154.197 48.5674 153.13 50.0969 152.069 51.6311L150.596 53.7611L152.196 55.3616C154.41 57.6127 157.056 59.3324 159.81 60.5411C160.11 60.6732 160.411 60.7997 160.714 60.9209L160.742 60.9339C164.57 62.4107 168.542 62.6415 172.289 62.34ZM172.289 59.34V62.34V59.34ZM225.248 60.967C226.013 60.3223 226.777 59.6777 227.542 59.033C225.209 55.7496 222.85 52.4876 220.466 49.2472C217.412 45.0955 214.316 40.979 211.178 36.8978L208.964 34.0195L206.239 36.8436C204.595 38.5464 202.961 40.2568 201.335 41.9748L200.5 42.8564L200.448 44.32C200.264 49.5467 200.135 54.7733 200.063 60L203.995 56.0685C202.058 56.0419 200.122 56.023 198.185 56.0119L202.173 60C202.181 58.6142 202.185 57.2283 202.185 55.8425C202.185 41.665 202.139 27.4875 202.046 13.31L198.185 17.1714C200.122 17.1588 202.058 17.1453 203.995 17.1309L200.174 13.31C200.234 21.36 200.308 29.41 200.398 37.46L200.337 47.1796L206.729 39.7979C213.523 31.6714 220.297 23.5282 227.052 15.3682L224.645 16.477C227.072 16.4382 229.498 16.3981 231.925 16.3566L229.634 11.3012C223.274 18.8088 216.931 26.331 210.604 33.8679L209.186 35.4159L210.591 37.1171C216.735 43.9347 222.895 50.7397 229.069 57.532C230.152 58.7243 231.236 59.9162 232.321 61.1077L233.605 58.3044C231.202 58.3683 228.798 58.4335 226.395 58.5C226.395 59.5 226.395 60.5 226.395 61.5C228.798 61.5665 231.202 61.6317 233.605 61.6956L237.339 61.624L234.889 58.8923C233.869 57.6449 232.849 56.3978 231.828 55.1511C226.013 48.0491 220.183 40.9597 214.339 33.8829L214.326 37.1321C220.972 29.8757 227.602 22.6045 234.215 15.3188L238.611 10.1819L231.925 10.2634C229.498 10.2219 227.072 10.1818 224.645 10.143L223.136 10.1671L222.238 11.2518C215.226 19.1918 208.234 27.1486 201.261 35.1221L207.592 37.46C207.682 29.41 207.756 21.36 207.816 13.31L207.787 9.46097L203.995 9.48906C202.058 9.47472 200.122 9.46123 198.185 9.44861L194.298 9.47394L194.323 13.31C194.231 27.4875 194.185 41.665 194.185 55.8425C194.185 57.2283 194.189 58.6142 194.197 60L194.22 64.0108L198.185 63.9881C200.122 63.977 202.058 63.9581 203.995 63.9315L207.98 63.8767L207.926 60C207.854 54.7733 207.726 49.5467 207.541 44.32L206.655 46.6652C208.156 44.8366 209.648 43.0003 211.131 41.1564L206.192 41.1022C209.685 44.884 213.22 48.6305 216.797 52.3417C219.588 55.2383 222.406 58.1134 225.248 60.967ZM227.542 59.033L225.248 60.967L225.796 61.5166L226.395 61.5V58.5L227.542 59.033ZM272.152 60.5555C273.081 60.1852 274.01 59.8148 274.939 59.4445C274.22 56.74 273.47 54.0478 272.688 51.368C272.424 50.4624 272.157 49.5582 271.886 48.6554L271.436 47.1586L269.416 46.9811C261.669 46.3004 253.923 45.8789 246.176 45.7164L243.6 45.6624L242.531 48.1871C241.584 50.4244 240.661 52.6711 239.762 54.9273C239.285 56.1245 238.808 57.3219 238.332 58.5197L242.046 56.0024C239.829 56.0051 237.613 56.0102 235.396 56.0177L239.091 61.4847C245.292 45.9004 251.368 30.2657 257.318 14.5807L254.156 16.7182C256.559 16.6715 258.963 16.6219 261.366 16.5696L258.343 14.5292C264.737 29.4393 271.247 44.3023 277.875 59.118C278.105 59.6314 278.335 60.1446 278.565 60.6579L280.196 58.2412C277.979 58.3251 275.763 58.4114 273.546 58.5C273.546 59.5 273.546 60.5 273.546 61.5C275.763 61.5886 277.979 61.6749 280.196 61.7588L282.861 61.6632L281.827 59.3421C281.637 58.813 281.446 58.2839 281.255 57.7549C275.75 42.4863 270.128 27.265 264.389 12.0908L263.494 10.004L261.366 10.0503C258.963 9.99805 256.559 9.94852 254.156 9.90176L251.787 9.94785L250.993 12.0393C244.437 27.481 238.006 42.973 231.701 58.5153L229.517 64.0011L235.396 63.9823C237.613 63.9898 239.829 63.9949 242.046 63.9976L244.761 63.9943L245.759 61.4803C246.238 60.2838 246.716 59.0869 247.193 57.8898C248.093 55.6336 248.968 53.368 249.821 51.0929L246.176 53.5636C253.923 53.4011 261.669 52.9796 269.416 52.2989L266.946 50.6246C267.37 51.4663 267.798 52.3066 268.23 53.1455C269.506 55.6278 270.814 58.0978 272.152 60.5555ZM274.939 59.4445L272.152 60.5555L272.686 61.5344L273.546 61.5V58.5L274.939 59.4445ZM261.515 20.8013C259.036 19.8204 256.556 18.8396 254.076 17.8587C253.624 19.003 253.171 20.1473 252.718 21.2916C249.858 28.524 246.997 35.7564 244.136 42.9887L241.972 48.46H247.856C254.459 48.46 261.063 48.46 267.666 48.46H273.534L271.389 42.9977C268.549 35.7664 265.709 28.5351 262.869 21.3038C262.419 20.1585 261.969 19.0131 261.519 17.8677C259.037 18.8426 256.555 19.8174 254.073 20.7923C254.523 21.9377 254.972 23.083 255.422 24.2284C258.262 31.4597 261.103 38.691 263.943 45.9223L267.666 40.46C261.063 40.46 254.459 40.46 247.856 40.46L251.575 45.9313C254.436 38.6989 257.297 31.4665 260.158 24.2341C260.61 23.0898 261.063 21.9455 261.515 20.8013ZM254.076 17.8587L261.515 20.8013L254.073 20.7923L261.519 17.8677L257.809 8.42173L254.076 17.8587ZM284.8 60C285.8 60 286.8 60 287.8 60C288.133 58.25 288.433 56.5 288.7 54.75C289.767 47.75 290.3 40.75 290.3 33.75C290.3 26.9367 290.244 20.1233 290.132 13.31L286.3 17.1416C288.237 17.1097 290.173 17.0732 292.11 17.0322L288.388 13.31C288.717 28.8733 289.34 44.4367 290.255 60L292.11 58.1447C291.923 58.1557 291.737 58.1667 291.55 58.1778C289.8 58.2815 288.05 58.3889 286.3 58.5C286.3 59.5 286.3 60.5 286.3 61.5C288.05 61.6111 289.8 61.7185 291.55 61.8222C291.737 61.8333 291.923 61.8443 292.11 61.8553L294.068 61.7402L293.965 60C294.881 44.4367 295.503 28.8733 295.832 13.31L295.752 9.5107L292.11 9.58777C290.173 9.54679 288.237 9.51033 286.3 9.47842L282.406 9.54258L282.469 13.31C282.356 20.1233 282.3 26.9367 282.3 33.75C282.3 40.75 282.833 47.75 283.9 54.75C284.167 56.5 284.467 58.25 284.8 60ZM287.8 60H284.8L285.1 61.5762L286.3 61.5V58.5L287.8 60ZM318.168 62.34C318.168 61.34 318.168 60.34 318.168 59.34C314.704 59.0352 311.34 58.2394 308.576 56.6861L308.603 56.6991C308.364 56.5618 308.127 56.4214 307.894 56.2778C305.749 54.9593 303.881 53.3489 302.421 51.4784L302.548 55.2089C303.774 53.8031 304.994 52.3926 306.208 50.9775L301.283 51.1391C302.196 52.2531 303.184 53.2362 304.203 54.1391L304.277 54.1975C305.472 55.1929 306.769 56.057 308.12 56.7865L308.167 56.8097C309.671 57.5932 311.246 58.2022 312.84 58.6587C314.673 59.1816 316.548 59.4261 318.378 59.4627C320.417 59.4913 322.581 59.3851 324.974 58.5606C326.481 58.0215 328.08 57.2953 329.62 55.9608L329.708 55.88C330.808 54.8607 331.857 53.5175 332.511 51.891L332.535 51.8296C333.008 50.6004 333.364 49.1796 333.367 47.61C333.368 47.0056 333.325 46.3728 333.214 45.7173C332.978 44.2617 332.332 42.6554 331.287 41.3836C330.01 39.8037 328.399 38.663 326.815 37.8756L326.969 37.9566C325.189 36.9727 323.368 36.3444 321.586 35.8998L321.714 35.9341C319.985 35.4435 318.254 34.9749 316.52 34.5237L316.642 34.5576C314.993 34.0727 313.36 33.542 311.743 32.965L311.777 32.9774C310.499 32.5095 309.322 31.9104 308.279 31.1734L308.407 31.2695C307.552 30.6129 306.863 29.8257 306.317 28.8784C305.879 28.1434 305.611 26.9563 305.606 25.56C305.595 24.2539 305.839 23.0902 306.354 22.0329L306.313 22.1126C306.895 20.9871 307.667 20.032 308.651 19.228L308.662 19.2187C309.735 18.3327 311.027 17.6577 312.492 17.1877L312.569 17.1629C314.174 16.607 315.923 16.3367 317.748 16.3166C320.642 16.2836 323.446 16.6634 325.91 17.6287C328.152 18.5026 330.138 19.7992 331.779 21.5088L331.63 16.9006C330.482 18.3387 329.334 19.7774 328.187 21.2165L333.381 21.0897C331.361 18.8903 328.743 17.0575 325.858 16.0153C323.125 15.0106 320.19 14.5389 317.328 14.5843C314.463 14.6093 311.185 15.3184 308.558 17.3453L308.527 17.3685C306.207 19.0294 304.604 22.4056 304.765 25.21C304.748 26.8918 305.411 29.0355 306.814 30.4269C308.018 31.6649 309.407 32.5208 310.778 33.1554L310.814 33.1724C312.419 33.8831 314.043 34.4164 315.664 34.8478L315.753 34.8715C317.433 35.2551 319.109 35.6779 320.777 36.1353L320.858 36.1578C322.504 36.5522 324.124 37.0399 325.702 37.6292L325.725 37.638C327.118 38.1395 328.409 38.8114 329.528 39.6751L329.562 39.7018C330.627 40.4892 331.505 41.4847 332.174 42.6651C332.866 43.8607 333.19 45.4427 333.233 47.12C333.276 48.5708 333.044 50.0379 332.571 51.4714L332.578 51.4541C332.117 52.8326 331.287 54.0939 330.179 55.1889C329.679 55.6851 329.106 56.138 328.483 56.5454C327.594 57.1273 326.604 57.6162 325.561 58.0281C323.322 58.9126 320.755 59.2615 318.168 59.34C318.168 60.34 318.168 61.34 318.168 62.34C320.975 62.4086 323.873 62.2168 326.735 61.2719C327.974 60.8581 329.204 60.3385 330.385 59.6542C331.212 59.1749 332.014 58.6131 332.755 57.9527C334.278 56.6041 335.595 54.8645 336.379 52.8659L336.385 52.8486C337.081 51.057 337.504 49.103 337.543 47.12C337.585 45.003 337.324 42.7 336.222 40.5149C335.348 38.7737 334.074 37.1673 332.535 35.9182L332.568 35.9449C331.051 34.6576 329.326 33.6705 327.551 32.942L327.574 32.9508C325.821 32.2073 324.022 31.5809 322.199 31.0622L322.279 31.0847C320.562 30.5355 318.83 30.0217 317.083 29.5485L317.172 29.5721C315.782 29.1421 314.44 28.6353 313.202 28.0276L313.238 28.0446C312.337 27.5849 311.576 27.0346 311.043 26.4331C310.799 26.1259 310.703 25.867 310.712 25.21C310.773 23.8333 311.202 23.0688 312.269 22.2715L312.238 22.2947C313.557 21.3559 315.32 20.9528 317.328 20.9957C319.473 21.034 321.551 21.443 323.498 22.2247C325.34 22.9615 326.943 24.1412 328.296 25.6903L331.037 28.6393L333.49 25.5635C334.676 24.1559 335.861 22.7479 337.046 21.3394L338.985 18.9115L336.898 16.7312C334.621 14.2214 331.718 12.2321 328.626 10.9512C325.071 9.46707 321.329 8.93592 317.748 8.90341C315.261 8.88077 312.679 9.20444 310.187 10.0171L310.265 9.99226C308.04 10.6596 305.809 11.735 303.874 13.2813L303.886 13.272C302.101 14.6729 300.571 16.5017 299.503 18.5074L299.462 18.5871C298.346 20.7693 297.832 23.2474 297.831 25.56C297.827 27.7767 298.14 30.3012 299.499 32.7416C300.508 34.5502 301.922 36.2089 303.569 37.4905L303.698 37.5866C305.363 38.7862 307.177 39.713 309.019 40.4026L309.053 40.415C310.81 41.0562 312.585 41.6452 314.375 42.1824L314.496 42.2163C316.179 42.6641 317.855 43.1262 319.522 43.6059L319.651 43.6402C320.926 43.9616 322.106 44.3953 323.087 44.9434L323.241 45.0244C324.053 45.4314 324.659 45.9057 325.07 46.4164C325.184 46.5655 325.263 46.706 325.326 47.0541C325.352 47.207 325.369 47.3942 325.369 47.61C325.373 47.9578 325.289 48.4332 325.082 48.9904L325.106 48.929C324.971 49.283 324.714 49.683 324.268 50.12L324.356 50.0392C323.955 50.4225 323.195 50.8668 322.282 51.2194C321.323 51.6076 319.885 51.8189 318.378 51.8573C317.098 51.8947 315.857 51.7969 314.677 51.5413C313.478 51.2778 312.324 50.9182 311.229 50.4503L311.276 50.4735C310.261 50.0204 309.298 49.4854 308.399 48.8625L308.473 48.9209C307.601 48.2749 306.786 47.5942 306.073 46.8809L303.276 44.0206L301.148 47.0425C300.076 48.5674 299.009 50.0969 297.948 51.6311L296.475 53.7611L298.075 55.3616C300.289 57.6127 302.935 59.3324 305.689 60.5411C305.988 60.6732 306.29 60.7997 306.593 60.9209L306.62 60.9339C310.449 62.4107 314.42 62.6415 318.168 62.34ZM318.168 59.34V62.34V59.34Z' fill='%23070708' mask='url(%23path-3-outside-2_7311_2007)'/%3E%3C/svg%3E%0A");
    }

    .title-svg {
      display: block;
      width: 472px;
      height: 177px;
      background-image: url("data:image/svg+xml,%3Csvg width='472' height='177' viewBox='0 0 472 177' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='path-1-outside-1_7261_732903' maskUnits='userSpaceOnUse' x='1.42993' y='89.7214' width='471' height='69' fill='black'%3E%3Crect fill='white' x='1.42993' y='89.7214' width='471' height='69'/%3E%3Cpath d='M20.7699 154.721H5.82993V94.6914H21.3099V130.061L45.6099 94.6914H61.6299V154.721H46.0599V117.641L20.7699 154.721ZM128.341 154.721H112.861V130.601H87.931V154.721H72.451V94.6914H87.931V117.101H112.861V94.6914H128.341V154.721ZM168.05 154.721H152.57V108.191H135.74V94.6914H184.79V108.191H168.05V154.721ZM236.168 154.721H192.158V94.6914H236.168V108.191H207.638V117.551H235.538V131.051H207.638V141.221H236.168V154.721ZM260.636 154.721H245.156V94.6914H275.216C288.716 94.6914 296.096 103.781 296.096 114.671C296.096 125.471 288.716 134.561 275.216 134.561H260.636V154.721ZM273.146 121.061C277.286 121.061 280.346 118.721 280.346 114.671C280.346 110.531 277.286 108.191 273.146 108.191H260.636V121.061H273.146ZM358.878 154.721H343.398V130.601H318.468V154.721H302.988V94.6914H318.468V117.101H343.398V94.6914H358.878V154.721ZM413.707 154.721H369.697V94.6914H413.707V108.191H385.177V117.551H413.077V131.051H385.177V141.221H413.707V154.721ZM451.585 154.721H436.105V108.191H419.275V94.6914H468.325V108.191H451.585V154.721Z'/%3E%3C/mask%3E%3Cpath d='M20.7699 154.721H5.82993V94.6914H21.3099V130.061L45.6099 94.6914H61.6299V154.721H46.0599V117.641L20.7699 154.721ZM128.341 154.721H112.861V130.601H87.931V154.721H72.451V94.6914H87.931V117.101H112.861V94.6914H128.341V154.721ZM168.05 154.721H152.57V108.191H135.74V94.6914H184.79V108.191H168.05V154.721ZM236.168 154.721H192.158V94.6914H236.168V108.191H207.638V117.551H235.538V131.051H207.638V141.221H236.168V154.721ZM260.636 154.721H245.156V94.6914H275.216C288.716 94.6914 296.096 103.781 296.096 114.671C296.096 125.471 288.716 134.561 275.216 134.561H260.636V154.721ZM273.146 121.061C277.286 121.061 280.346 118.721 280.346 114.671C280.346 110.531 277.286 108.191 273.146 108.191H260.636V121.061H273.146ZM358.878 154.721H343.398V130.601H318.468V154.721H302.988V94.6914H318.468V117.101H343.398V94.6914H358.878V154.721ZM413.707 154.721H369.697V94.6914H413.707V108.191H385.177V117.551H413.077V131.051H385.177V141.221H413.707V154.721ZM451.585 154.721H436.105V108.191H419.275V94.6914H468.325V108.191H451.585V154.721Z' fill='white'/%3E%3Cpath d='M20.7699 156.221C20.7699 155.221 20.7699 154.221 20.7699 153.221C15.7899 152.93 10.8099 152.665 5.82993 152.425L8.12662 154.721C8.16159 153.996 8.19603 153.271 8.22993 152.546C9.13131 133.261 9.65183 113.976 9.79151 94.6914L5.82993 98.653C9.36629 98.6786 12.9027 98.6914 16.439 98.6914C18.0627 98.6914 19.6863 98.6911 21.3099 98.6905L17.3108 94.6914C17.3152 106.481 17.3354 118.271 17.3714 130.061L17.3543 142.744L24.5562 132.292C32.6202 120.477 40.665 108.649 48.6907 96.808L45.6099 98.4292C50.9499 98.3955 56.2899 98.3586 61.6299 98.3184L58.003 94.6914C58.1535 114.701 58.3496 134.711 58.5913 154.721L61.6299 151.683C56.4399 151.745 51.2499 151.811 46.0599 151.88L48.9014 154.721C48.7375 142.361 48.5563 130.001 48.3576 117.641L48.4097 110.211L44.1617 116.347C39.0693 124.077 33.9849 131.813 28.9086 139.555C25.7796 144.326 22.6536 149.1 19.5307 153.876C20.3569 154.44 21.183 155.003 22.0091 155.567C25.3156 150.916 28.6191 146.263 31.9194 141.608C37.2737 134.056 42.62 126.499 47.9582 118.936L43.7622 117.641C43.5636 130.001 43.3824 142.361 43.2185 154.721L43.2566 157.6L46.0599 157.563C51.2499 157.632 56.4399 157.697 61.6299 157.76L64.7049 157.723L64.6686 154.721C64.9103 134.711 65.1064 114.701 65.2569 94.6914L65.2294 91.0374L61.6299 91.0645C56.2899 91.0243 50.9499 90.9874 45.6099 90.9537L43.6195 90.9662L42.5292 92.5749C34.3548 104.314 26.1996 116.066 18.0637 127.831L25.2485 130.061C25.2845 118.271 25.3047 106.481 25.309 94.6914L25.3076 90.6909L21.3099 90.6923C19.6863 90.6917 18.0627 90.6914 16.439 90.6914C12.9027 90.6914 9.36629 90.7042 5.82993 90.7299L1.83987 90.7588L1.86835 94.6914C2.00803 113.976 2.52856 133.261 3.42993 152.546C3.46383 153.271 3.49827 153.996 3.53325 154.721L3.64908 157.123L5.82993 157.018C10.8099 156.778 15.7899 156.512 20.7699 156.221ZM20.7699 153.221V156.221L21.6132 156.172L22.0091 155.567L19.5307 153.876L20.7699 153.221ZM128.341 156.221C128.341 155.221 128.341 154.221 128.341 153.221C123.181 152.904 118.021 152.616 112.861 152.359L115.223 154.721C115.236 154.466 115.248 154.211 115.261 153.956C115.644 146.171 115.959 138.386 116.204 130.601L116.307 127.367L112.861 127.258C104.551 126.996 96.241 126.812 87.931 126.707L84.0865 126.658L84.0366 130.601C83.9662 136.166 83.931 141.731 83.931 147.296C83.931 149.771 83.9318 152.246 83.9333 154.721L87.931 150.724C82.771 150.727 77.611 150.734 72.451 150.744L76.4289 154.721C76.3903 134.711 76.3012 114.701 76.1614 94.6914L72.451 98.4018C77.611 98.3658 82.771 98.3264 87.931 98.2836L84.3388 94.6914C84.4007 102.161 84.4697 109.631 84.5457 117.101L84.5116 120.452L87.931 120.487C96.241 120.402 104.551 120.309 112.861 120.207L115.928 120.245L115.967 117.101C115.875 109.631 115.776 102.161 115.67 94.6914L112.861 97.5008C118.021 97.4277 123.181 97.3513 128.341 97.2715L125.761 94.6914C125.987 109.286 126.239 123.881 126.519 138.476C126.623 143.891 126.73 149.306 126.841 154.721C127.841 154.721 128.841 154.721 129.841 154.721C129.952 149.306 130.06 143.891 130.163 138.476C130.443 123.881 130.695 109.286 130.921 94.6914L130.881 92.0721L128.341 92.1114C123.181 92.0316 118.021 91.9552 112.861 91.8821L110.012 91.9224L110.052 94.6914C109.946 102.161 109.847 109.631 109.755 117.101L112.861 113.996C104.551 113.894 96.241 113.801 87.931 113.716L91.3164 117.101C91.3924 109.631 91.4613 102.161 91.5232 94.6914L91.4932 91.0697L87.931 91.0992C82.771 91.0565 77.611 91.0171 72.451 90.981L68.7149 91.0071L68.7406 94.6914C68.6009 114.701 68.5117 134.711 68.4731 154.721L68.4808 158.707L72.451 158.699C77.611 158.709 82.771 158.716 87.931 158.719L91.9312 158.717L91.9287 154.721C91.9303 152.246 91.931 149.771 91.931 147.296C91.931 141.731 91.8958 136.166 91.8254 130.601L87.931 134.496C96.241 134.391 104.551 134.207 112.861 133.945L109.518 130.601C109.763 138.386 110.078 146.171 110.461 153.956C110.474 154.211 110.486 154.466 110.499 154.721L110.622 157.195L112.861 157.084C118.021 156.826 123.181 156.539 128.341 156.221ZM128.341 153.221V156.221L129.87 156.127L129.841 154.721H126.841L128.341 153.221ZM168.05 156.221C168.05 155.221 168.05 154.221 168.05 153.221C164.414 152.888 160.778 152.588 157.142 152.321C155.618 152.21 154.094 152.104 152.57 152.004L155.288 154.721C156.143 141.701 156.57 128.681 156.57 115.661C156.57 113.171 156.568 110.681 156.565 108.191L156.57 104.202L152.57 104.197C146.96 104.204 141.35 104.221 135.74 104.247L139.685 108.191C139.664 103.691 139.638 99.1914 139.607 94.6914L135.74 98.558C152.09 98.4426 168.44 98.2523 184.79 97.987L181.494 94.6914C181.567 99.1914 181.646 103.691 181.73 108.191L184.79 105.132C179.21 105.236 173.63 105.35 168.05 105.472L165.391 105.414L165.33 108.191C165.59 120.065 165.889 131.939 166.228 143.813C166.331 147.449 166.439 151.085 166.55 154.721C167.55 154.721 168.55 154.721 169.55 154.721C169.661 151.085 169.769 147.449 169.872 143.813C170.211 131.939 170.51 120.065 170.77 108.191L168.05 110.911C173.63 111.033 179.21 111.146 184.79 111.251L187.906 111.193L187.85 108.191C187.934 103.691 188.013 99.1914 188.086 94.6914L188.031 91.3432L184.79 91.3958C168.44 91.1306 152.09 90.9403 135.74 90.8249L131.846 90.8523L131.873 94.6914C131.842 99.1914 131.816 103.691 131.795 108.191L131.813 112.154L135.74 112.136C141.35 112.162 146.96 112.178 152.57 112.186L148.575 108.191C148.572 110.681 148.57 113.171 148.57 115.661C148.57 128.681 148.997 141.701 149.852 154.721L150.042 157.605L152.57 157.439C154.094 157.339 155.618 157.233 157.142 157.121C160.778 156.855 164.414 156.555 168.05 156.221ZM168.05 153.221V156.221L169.592 156.08L169.55 154.721H166.55L168.05 153.221ZM236.168 156.221C236.168 155.221 236.168 154.221 236.168 153.221C230.819 152.888 225.47 152.588 220.121 152.321C210.8 151.857 201.479 151.493 192.158 151.231L195.648 154.721C195.988 142.646 196.158 130.571 196.158 118.496C196.158 110.561 196.15 102.626 196.134 94.6914L192.158 98.667C206.828 98.6368 221.498 98.5788 236.168 98.493L232.367 94.6914C232.393 99.1914 232.422 103.691 232.453 108.191L236.168 104.477C226.658 104.543 217.148 104.622 207.638 104.712L204.192 104.679L204.159 108.191C204.188 111.311 204.219 114.431 204.251 117.551L204.217 120.903L207.638 120.938C216.938 120.843 226.238 120.736 235.538 120.618L232.472 117.551C232.529 122.051 232.589 126.551 232.651 131.051L235.538 128.164C226.238 128.293 216.938 128.433 207.638 128.585L205.212 128.545L205.171 131.051C205.226 134.441 205.283 137.831 205.341 141.221L205.303 143.478L207.638 143.518C216.299 143.37 224.96 143.212 233.621 143.044C234.47 143.027 235.319 143.011 236.168 142.994L234.395 141.221C234.484 145.721 234.575 150.221 234.668 154.721C235.668 154.721 236.668 154.721 237.668 154.721C237.762 150.221 237.852 145.721 237.941 141.221L237.905 139.415L236.168 139.449C235.319 139.432 234.47 139.416 233.621 139.399C224.96 139.231 216.299 139.073 207.638 138.925L209.935 141.221C209.993 137.831 210.05 134.441 210.105 131.051L207.638 133.518C216.938 133.669 226.238 133.81 235.538 133.938L238.465 133.898L238.425 131.051C238.487 126.551 238.547 122.051 238.604 117.551L238.565 114.447L235.538 114.485C226.238 114.367 216.938 114.26 207.638 114.165L211.025 117.551C211.057 114.431 211.088 111.311 211.117 108.191L207.638 111.671C217.148 111.761 226.658 111.839 236.168 111.906L239.909 111.88L239.883 108.191C239.914 103.691 239.943 99.1914 239.97 94.6914L239.947 90.8677L236.168 90.8899C221.498 90.804 206.828 90.746 192.158 90.7159L188.174 90.7241L188.183 94.6914C188.166 102.626 188.158 110.561 188.158 118.496C188.158 130.571 188.328 142.646 188.668 154.721L188.769 158.307L192.158 158.212C201.479 157.95 210.8 157.586 220.121 157.121C225.47 156.855 230.819 156.555 236.168 156.221ZM236.168 153.221V156.221L237.697 156.126L237.668 154.721H234.668L236.168 153.221ZM260.636 156.221C260.636 155.221 260.636 154.221 260.636 153.221C257.216 152.888 253.795 152.588 250.375 152.321C248.635 152.186 246.896 152.059 245.156 151.94L247.937 154.721C248.75 142.779 249.156 130.837 249.156 118.895C249.156 110.827 249.135 102.759 249.094 94.6914L245.156 98.6296C255.176 98.5784 265.196 98.4955 275.216 98.3807C284.856 97.833 292.993 104.955 292.89 114.671C293.469 124.28 285.338 132.25 275.216 132.06C270.356 132.183 265.496 132.312 260.636 132.449L258.585 132.392L258.524 134.561C258.617 137.861 258.714 141.161 258.814 144.46C258.918 147.881 259.025 151.301 259.136 154.721C260.136 154.721 261.136 154.721 262.136 154.721C262.247 151.301 262.355 147.881 262.458 144.46C262.558 141.161 262.655 137.861 262.748 134.561L260.636 136.673C265.496 136.811 270.356 136.94 275.216 137.063C287.032 138.326 299.933 127.407 299.302 114.671C300.438 102.007 287.594 90.0772 275.216 91.0022C265.196 90.8874 255.176 90.8044 245.156 90.7533L241.198 90.7735L241.218 94.6914C241.177 102.759 241.156 110.827 241.156 118.895C241.156 130.837 241.562 142.779 242.375 154.721L242.576 157.678L245.156 157.502C246.896 157.384 248.635 157.257 250.375 157.121C253.795 156.855 257.216 156.555 260.636 156.221ZM260.636 153.221V156.221L262.18 156.071L262.136 154.721H259.136L260.636 153.221ZM273.146 117.061C273.146 119.728 273.146 122.395 273.146 125.061C274.501 125.06 275.92 124.882 277.352 124.404C281.228 123.414 284.645 118.638 284.346 114.671C284.411 112.027 283.236 108.711 280.808 106.762C278.425 104.786 275.6 104.195 273.146 104.191C268.976 104.191 264.806 104.191 260.636 104.191H256.636V108.191C256.636 112.481 256.636 116.771 256.636 121.061V125.061H260.636C263.812 125.061 266.988 125.061 270.164 125.061C271.158 125.061 272.152 125.061 273.146 125.061C273.146 122.395 273.146 119.728 273.146 117.061C272.152 117.061 271.158 117.061 270.164 117.061C266.988 117.061 263.812 117.061 260.636 117.061L264.636 121.061C264.636 116.771 264.636 112.481 264.636 108.191L260.636 112.191C264.806 112.191 268.976 112.191 273.146 112.191C274.312 112.183 275.242 112.517 275.672 112.896C276.094 113.27 276.328 113.687 276.346 114.671C276.262 116.005 276.022 116.317 274.812 116.818C274.355 116.972 273.778 117.062 273.146 117.061ZM273.146 125.061V117.061V125.061ZM358.878 156.221C358.878 155.221 358.878 154.221 358.878 153.221C353.718 152.904 348.558 152.616 343.398 152.359L345.76 154.721C345.773 154.466 345.786 154.211 345.798 153.956C346.182 146.171 346.496 138.386 346.742 130.601L346.844 127.367L343.398 127.258C335.088 126.996 326.778 126.812 318.468 126.707L314.624 126.658L314.574 130.601C314.503 136.166 314.468 141.731 314.468 147.296C314.468 149.771 314.469 152.246 314.47 154.721L318.468 150.724C313.308 150.727 308.148 150.734 302.988 150.744L306.966 154.721C306.927 134.711 306.838 114.701 306.699 94.6914L302.988 98.4018C308.148 98.3658 313.308 98.3264 318.468 98.2836L314.876 94.6914C314.938 102.161 315.007 109.631 315.083 117.101L315.049 120.452L318.468 120.487C326.778 120.402 335.088 120.309 343.398 120.207L346.465 120.245L346.504 117.101C346.412 109.631 346.313 102.161 346.207 94.6914L343.398 97.5008C348.558 97.4277 353.718 97.3513 358.878 97.2715L356.298 94.6914C356.524 109.286 356.776 123.881 357.056 138.476C357.16 143.891 357.267 149.306 357.378 154.721C358.378 154.721 359.378 154.721 360.378 154.721C360.489 149.306 360.597 143.891 360.7 138.476C360.98 123.881 361.232 109.286 361.458 94.6914L361.418 92.0721L358.878 92.1114C353.718 92.0316 348.558 91.9552 343.398 91.8821L340.55 91.9224L340.589 94.6914C340.483 102.161 340.384 109.631 340.293 117.101L343.398 113.996C335.088 113.894 326.778 113.801 318.468 113.716L321.853 117.101C321.929 109.631 321.998 102.161 322.06 94.6914L322.03 91.0697L318.468 91.0992C313.308 91.0565 308.148 91.0171 302.988 90.981L299.252 91.0071L299.278 94.6914C299.138 114.701 299.049 134.711 299.01 154.721L299.018 158.707L302.988 158.699C308.148 158.709 313.308 158.716 318.468 158.719L322.468 158.717L322.466 154.721C322.467 152.246 322.468 149.771 322.468 147.296C322.468 141.731 322.433 136.166 322.363 130.601L318.468 134.496C326.778 134.391 335.088 134.207 343.398 133.945L340.055 130.601C340.3 138.386 340.615 146.171 340.998 153.956C341.011 154.211 341.023 154.466 341.036 154.721L341.159 157.195L343.398 157.084C348.558 156.826 353.718 156.539 358.878 156.221ZM358.878 153.221V156.221L360.407 156.127L360.378 154.721H357.378L358.878 153.221ZM413.707 156.221C413.707 155.221 413.707 154.221 413.707 153.221C408.358 152.888 403.009 152.588 397.66 152.321C388.339 151.857 379.018 151.493 369.697 151.231L373.188 154.721C373.527 142.646 373.697 130.571 373.697 118.496C373.697 110.561 373.689 102.626 373.673 94.6914L369.697 98.667C384.367 98.6368 399.037 98.5788 413.707 98.493L409.906 94.6914C409.932 99.1914 409.961 103.691 409.992 108.191L413.707 104.477C404.197 104.543 394.687 104.622 385.177 104.712L381.731 104.679L381.698 108.191C381.727 111.311 381.758 114.431 381.79 117.551L381.756 120.903L385.177 120.938C394.477 120.843 403.777 120.736 413.077 120.618L410.011 117.551C410.068 122.051 410.128 126.551 410.19 131.051L413.077 128.164C403.777 128.293 394.477 128.433 385.177 128.585L382.751 128.545L382.71 131.051C382.766 134.441 382.822 137.831 382.88 141.221L382.842 143.478L385.177 143.518C393.838 143.37 402.499 143.212 411.16 143.044C412.009 143.027 412.858 143.011 413.707 142.994L411.935 141.221C412.023 145.721 412.114 150.221 412.207 154.721C413.207 154.721 414.207 154.721 415.207 154.721C415.301 150.221 415.391 145.721 415.48 141.221L415.444 139.415L413.707 139.449C412.858 139.432 412.009 139.416 411.16 139.399C402.499 139.231 393.838 139.073 385.177 138.925L387.474 141.221C387.532 137.831 387.589 134.441 387.644 131.051L385.177 133.518C394.477 133.669 403.777 133.81 413.077 133.938L416.004 133.898L415.964 131.051C416.027 126.551 416.086 122.051 416.143 117.551L416.104 114.447L413.077 114.485C403.777 114.367 394.477 114.26 385.177 114.165L388.564 117.551C388.596 114.431 388.627 111.311 388.656 108.191L385.177 111.671C394.687 111.761 404.197 111.839 413.707 111.906L417.448 111.88L417.422 108.191C417.453 103.691 417.482 99.1914 417.509 94.6914L417.486 90.8677L413.707 90.8899C399.037 90.804 384.367 90.746 369.697 90.7159L365.713 90.7241L365.722 94.6914C365.705 102.626 365.697 110.561 365.697 118.496C365.697 130.571 365.867 142.646 366.207 154.721L366.308 158.307L369.697 158.212C379.018 157.95 388.339 157.586 397.66 157.121C403.009 156.855 408.358 156.555 413.707 156.221ZM413.707 153.221V156.221L415.236 156.126L415.207 154.721H412.207L413.707 153.221ZM451.585 156.221C451.585 155.221 451.585 154.221 451.585 153.221C447.949 152.888 444.313 152.588 440.677 152.321C439.153 152.21 437.629 152.104 436.105 152.004L438.823 154.721C439.678 141.701 440.105 128.681 440.105 115.661C440.105 113.171 440.103 110.681 440.1 108.191L440.106 104.202L436.105 104.197C430.495 104.204 424.885 104.221 419.275 104.247L423.22 108.191C423.2 103.691 423.173 99.1914 423.142 94.6914L419.275 98.558C435.625 98.4426 451.975 98.2523 468.325 97.987L465.03 94.6914C465.103 99.1914 465.181 103.691 465.266 108.191L468.325 105.132C462.745 105.236 457.165 105.35 451.585 105.472L448.926 105.414L448.865 108.191C449.125 120.065 449.424 131.939 449.763 143.813C449.867 147.449 449.974 151.085 450.085 154.721C451.085 154.721 452.085 154.721 453.085 154.721C453.196 151.085 453.304 147.449 453.407 143.813C453.746 131.939 454.045 120.065 454.305 108.191L451.585 110.911C457.165 111.033 462.745 111.146 468.325 111.251L471.441 111.193L471.385 108.191C471.469 103.691 471.548 99.1914 471.621 94.6914L471.566 91.3432L468.325 91.3958C451.975 91.1306 435.625 90.9403 419.275 90.8249L415.382 90.8523L415.409 94.6914C415.377 99.1914 415.351 103.691 415.33 108.191L415.348 112.154L419.275 112.136C424.885 112.162 430.495 112.178 436.105 112.186L432.11 108.191C432.107 110.681 432.105 113.171 432.105 115.661C432.105 128.681 432.533 141.701 433.387 154.721L433.577 157.605L436.105 157.439C437.629 157.339 439.153 157.233 440.677 157.121C444.313 156.855 447.949 156.555 451.585 156.221ZM451.585 153.221V156.221L453.127 156.08L453.085 154.721H450.085L451.585 153.221Z' fill='%23070708' mask='url(%23path-1-outside-1_7261_732903)'/%3E%3Cmask id='path-3-outside-2_7261_732903' maskUnits='userSpaceOnUse' x='-0.570068' y='-0.278564' width='464' height='69' fill='black'%3E%3Crect fill='white' x='-0.570068' y='-0.278564' width='464' height='69'/%3E%3Cpath d='M27.1699 64.5614C23.7166 64.5614 20.5666 63.9548 17.7199 62.7414C14.8733 61.5281 12.4233 59.8481 10.3699 57.7014C8.36327 55.5081 6.79993 52.9414 5.67993 50.0014C4.55993 47.0614 3.99993 43.8648 3.99993 40.4114C3.99993 36.9581 4.55993 33.7614 5.67993 30.8214C6.79993 27.8814 8.36327 25.3381 10.3699 23.1914C12.4233 20.9981 14.8733 19.2948 17.7199 18.0814C20.5666 16.8681 23.7166 16.2614 27.1699 16.2614C30.6233 16.2614 33.7733 16.8681 36.6199 18.0814C39.4666 19.2948 41.8933 20.9981 43.8999 23.1914C45.9533 25.3381 47.5399 27.8814 48.6599 30.8214C49.7799 33.7614 50.3399 36.9581 50.3399 40.4114C50.3399 43.8648 49.7799 47.0614 48.6599 50.0014C47.5399 52.9414 45.9533 55.5081 43.8999 57.7014C41.8933 59.8481 39.4666 61.5281 36.6199 62.7414C33.7733 63.9548 30.6233 64.5614 27.1699 64.5614ZM27.1699 59.3814C29.7833 59.3814 32.1399 58.9148 34.2399 57.9814C36.3399 57.0014 38.1366 55.6714 39.6299 53.9914C41.1233 52.2648 42.2666 50.2581 43.0599 47.9714C43.8999 45.6381 44.3199 43.1181 44.3199 40.4114C44.3199 37.7048 43.8999 35.1848 43.0599 32.8514C42.2666 30.5181 41.1233 28.5114 39.6299 26.8314C38.1366 25.1514 36.3399 23.8448 34.2399 22.9114C32.1399 21.9314 29.7833 21.4414 27.1699 21.4414C24.5566 21.4414 22.1766 21.9314 20.0299 22.9114C17.9299 23.8448 16.1333 25.1514 14.6399 26.8314C13.1466 28.5114 12.0033 30.5181 11.2099 32.8514C10.4166 35.1848 10.0199 37.7048 10.0199 40.4114C10.0199 43.1181 10.4166 45.6381 11.2099 47.9714C12.0033 50.2581 13.1466 52.2648 14.6399 53.9914C16.1333 55.6714 17.9299 57.0014 20.0299 57.9814C22.1766 58.9148 24.5566 59.3814 27.1699 59.3814ZM92.5253 63.7214V22.2114H65.2253V63.7214H59.4153V17.0314H98.3353V63.7214H92.5253ZM120.799 63.7214V22.2114H106.029V17.0314H141.449V22.2114H126.609V63.7214H120.799ZM149.171 63.7214V17.0314H154.981V53.5014L181.861 17.0314H187.811V63.7214H182.001V26.4814L154.771 63.7214H149.171ZM203.142 29.2114C203.142 32.8048 204.052 35.5114 205.872 37.3314C207.738 39.1048 210.445 39.9914 213.992 39.9914C215.952 39.9914 217.865 39.8514 219.732 39.5714C221.598 39.2914 223.278 38.8948 224.772 38.3814V17.0314H230.582V63.7214H224.772V43.5614C223.232 43.9814 221.528 44.3548 219.662 44.6814C217.795 45.0081 215.742 45.1714 213.502 45.1714C210.748 45.1714 208.345 44.7981 206.292 44.0514C204.285 43.2581 202.605 42.1614 201.252 40.7614C199.945 39.3614 198.965 37.6814 198.312 35.7214C197.658 33.7148 197.332 31.5214 197.332 29.1414V17.0314H203.142V29.2114ZM241.525 63.7214V17.0314H272.115V22.2114H247.335V37.2614H271.625V42.4414H247.335V58.5414H272.115V63.7214H241.525ZM303.498 64.5614C300.138 64.5614 296.988 63.9781 294.048 62.8114C291.155 61.6448 288.612 60.0114 286.418 57.9114C284.272 55.7648 282.568 53.2214 281.308 50.2814C280.095 47.2948 279.488 44.0048 279.488 40.4114C279.488 36.8181 280.095 33.5514 281.308 30.6114C282.568 27.6248 284.272 25.0814 286.418 22.9814C288.612 20.8348 291.155 19.1781 294.048 18.0114C296.988 16.8448 300.138 16.2614 303.498 16.2614C305.552 16.2614 307.442 16.4948 309.168 16.9614C310.942 17.4281 312.552 18.0814 313.998 18.9214C315.492 19.7614 316.822 20.7414 317.988 21.8614C319.202 22.9814 320.275 24.1948 321.208 25.5014L316.308 28.2314C314.955 26.2714 313.135 24.6614 310.848 23.4014C308.608 22.0948 306.158 21.4414 303.498 21.4414C300.932 21.4414 298.552 21.9081 296.358 22.8414C294.165 23.7748 292.252 25.0814 290.618 26.7614C289.032 28.4414 287.772 30.4481 286.838 32.7814C285.952 35.0681 285.508 37.6114 285.508 40.4114C285.508 43.1648 285.952 45.7081 286.838 48.0414C287.772 50.3748 289.032 52.3814 290.618 54.0614C292.252 55.7414 294.165 57.0481 296.358 57.9814C298.552 58.9148 300.932 59.3814 303.498 59.3814C306.158 59.3814 308.608 58.7514 310.848 57.4914C313.135 56.2314 314.955 54.5981 316.308 52.5914L321.278 55.3214C319.318 57.9814 316.892 60.1981 313.998 61.9714C311.152 63.6981 307.652 64.5614 303.498 64.5614ZM356.893 63.7214L339.183 42.7214L334.493 48.0414V63.7214H328.683V17.0314H334.493V41.1814L355.143 17.0314H362.423L342.963 39.2214L364.103 63.7214H356.893ZM370.724 63.7214V17.0314H376.534V53.5014L403.414 17.0314H409.364V63.7214H403.554V26.4814L376.324 63.7214H370.724ZM420.284 63.7214V17.0314H426.094V53.5014L452.974 17.0314H458.924V63.7214H453.114V26.4814L425.884 63.7214H420.284ZM451.854 8.21143C450.454 10.1248 448.681 11.6414 446.534 12.7614C444.434 13.8348 442.124 14.3714 439.604 14.3714C437.084 14.3714 434.751 13.8348 432.604 12.7614C430.504 11.6414 428.731 10.1248 427.284 8.21143L429.874 5.97143C430.994 7.51143 432.371 8.7481 434.004 9.68143C435.638 10.5681 437.504 11.0114 439.604 11.0114C441.658 11.0114 443.501 10.5681 445.134 9.68143C446.814 8.79477 448.191 7.5581 449.264 5.97143L451.854 8.21143Z'/%3E%3C/mask%3E%3Cpath d='M27.1699 64.5614C23.7166 64.5614 20.5666 63.9548 17.7199 62.7414C14.8733 61.5281 12.4233 59.8481 10.3699 57.7014C8.36327 55.5081 6.79993 52.9414 5.67993 50.0014C4.55993 47.0614 3.99993 43.8648 3.99993 40.4114C3.99993 36.9581 4.55993 33.7614 5.67993 30.8214C6.79993 27.8814 8.36327 25.3381 10.3699 23.1914C12.4233 20.9981 14.8733 19.2948 17.7199 18.0814C20.5666 16.8681 23.7166 16.2614 27.1699 16.2614C30.6233 16.2614 33.7733 16.8681 36.6199 18.0814C39.4666 19.2948 41.8933 20.9981 43.8999 23.1914C45.9533 25.3381 47.5399 27.8814 48.6599 30.8214C49.7799 33.7614 50.3399 36.9581 50.3399 40.4114C50.3399 43.8648 49.7799 47.0614 48.6599 50.0014C47.5399 52.9414 45.9533 55.5081 43.8999 57.7014C41.8933 59.8481 39.4666 61.5281 36.6199 62.7414C33.7733 63.9548 30.6233 64.5614 27.1699 64.5614ZM27.1699 59.3814C29.7833 59.3814 32.1399 58.9148 34.2399 57.9814C36.3399 57.0014 38.1366 55.6714 39.6299 53.9914C41.1233 52.2648 42.2666 50.2581 43.0599 47.9714C43.8999 45.6381 44.3199 43.1181 44.3199 40.4114C44.3199 37.7048 43.8999 35.1848 43.0599 32.8514C42.2666 30.5181 41.1233 28.5114 39.6299 26.8314C38.1366 25.1514 36.3399 23.8448 34.2399 22.9114C32.1399 21.9314 29.7833 21.4414 27.1699 21.4414C24.5566 21.4414 22.1766 21.9314 20.0299 22.9114C17.9299 23.8448 16.1333 25.1514 14.6399 26.8314C13.1466 28.5114 12.0033 30.5181 11.2099 32.8514C10.4166 35.1848 10.0199 37.7048 10.0199 40.4114C10.0199 43.1181 10.4166 45.6381 11.2099 47.9714C12.0033 50.2581 13.1466 52.2648 14.6399 53.9914C16.1333 55.6714 17.9299 57.0014 20.0299 57.9814C22.1766 58.9148 24.5566 59.3814 27.1699 59.3814ZM92.5253 63.7214V22.2114H65.2253V63.7214H59.4153V17.0314H98.3353V63.7214H92.5253ZM120.799 63.7214V22.2114H106.029V17.0314H141.449V22.2114H126.609V63.7214H120.799ZM149.171 63.7214V17.0314H154.981V53.5014L181.861 17.0314H187.811V63.7214H182.001V26.4814L154.771 63.7214H149.171ZM203.142 29.2114C203.142 32.8048 204.052 35.5114 205.872 37.3314C207.738 39.1048 210.445 39.9914 213.992 39.9914C215.952 39.9914 217.865 39.8514 219.732 39.5714C221.598 39.2914 223.278 38.8948 224.772 38.3814V17.0314H230.582V63.7214H224.772V43.5614C223.232 43.9814 221.528 44.3548 219.662 44.6814C217.795 45.0081 215.742 45.1714 213.502 45.1714C210.748 45.1714 208.345 44.7981 206.292 44.0514C204.285 43.2581 202.605 42.1614 201.252 40.7614C199.945 39.3614 198.965 37.6814 198.312 35.7214C197.658 33.7148 197.332 31.5214 197.332 29.1414V17.0314H203.142V29.2114ZM241.525 63.7214V17.0314H272.115V22.2114H247.335V37.2614H271.625V42.4414H247.335V58.5414H272.115V63.7214H241.525ZM303.498 64.5614C300.138 64.5614 296.988 63.9781 294.048 62.8114C291.155 61.6448 288.612 60.0114 286.418 57.9114C284.272 55.7648 282.568 53.2214 281.308 50.2814C280.095 47.2948 279.488 44.0048 279.488 40.4114C279.488 36.8181 280.095 33.5514 281.308 30.6114C282.568 27.6248 284.272 25.0814 286.418 22.9814C288.612 20.8348 291.155 19.1781 294.048 18.0114C296.988 16.8448 300.138 16.2614 303.498 16.2614C305.552 16.2614 307.442 16.4948 309.168 16.9614C310.942 17.4281 312.552 18.0814 313.998 18.9214C315.492 19.7614 316.822 20.7414 317.988 21.8614C319.202 22.9814 320.275 24.1948 321.208 25.5014L316.308 28.2314C314.955 26.2714 313.135 24.6614 310.848 23.4014C308.608 22.0948 306.158 21.4414 303.498 21.4414C300.932 21.4414 298.552 21.9081 296.358 22.8414C294.165 23.7748 292.252 25.0814 290.618 26.7614C289.032 28.4414 287.772 30.4481 286.838 32.7814C285.952 35.0681 285.508 37.6114 285.508 40.4114C285.508 43.1648 285.952 45.7081 286.838 48.0414C287.772 50.3748 289.032 52.3814 290.618 54.0614C292.252 55.7414 294.165 57.0481 296.358 57.9814C298.552 58.9148 300.932 59.3814 303.498 59.3814C306.158 59.3814 308.608 58.7514 310.848 57.4914C313.135 56.2314 314.955 54.5981 316.308 52.5914L321.278 55.3214C319.318 57.9814 316.892 60.1981 313.998 61.9714C311.152 63.6981 307.652 64.5614 303.498 64.5614ZM356.893 63.7214L339.183 42.7214L334.493 48.0414V63.7214H328.683V17.0314H334.493V41.1814L355.143 17.0314H362.423L342.963 39.2214L364.103 63.7214H356.893ZM370.724 63.7214V17.0314H376.534V53.5014L403.414 17.0314H409.364V63.7214H403.554V26.4814L376.324 63.7214H370.724ZM420.284 63.7214V17.0314H426.094V53.5014L452.974 17.0314H458.924V63.7214H453.114V26.4814L425.884 63.7214H420.284ZM451.854 8.21143C450.454 10.1248 448.681 11.6414 446.534 12.7614C444.434 13.8348 442.124 14.3714 439.604 14.3714C437.084 14.3714 434.751 13.8348 432.604 12.7614C430.504 11.6414 428.731 10.1248 427.284 8.21143L429.874 5.97143C430.994 7.51143 432.371 8.7481 434.004 9.68143C435.638 10.5681 437.504 11.0114 439.604 11.0114C441.658 11.0114 443.501 10.5681 445.134 9.68143C446.814 8.79477 448.191 7.5581 449.264 5.97143L451.854 8.21143Z' fill='white'/%3E%3Cpath d='M27.1699 66.0614C27.1699 65.0614 27.1699 64.0614 27.1699 63.0614C24.7961 62.7295 22.5321 62.1203 20.4848 61.203C19.8877 60.9361 19.3086 60.6437 18.7491 60.3268C16.4036 59.0088 14.4032 57.3389 12.8044 55.3728L12.8555 55.4274C11.2626 53.3888 10.0842 51.1026 9.25917 48.6379C8.38729 46.036 7.99993 43.2749 7.99993 40.4234C7.99993 40.4194 7.99993 40.4154 7.99993 40.4114C7.99793 37.5559 8.43935 34.7892 9.40015 32.2387C10.298 29.8433 11.5741 27.6874 13.241 25.8752C14.9026 24.0635 16.9227 22.6362 19.2284 21.6204C21.6449 20.548 24.3463 20.0286 27.1699 19.9835C29.9929 19.9333 32.7289 20.3548 35.2241 21.3563C37.5772 22.2955 39.6736 23.6681 41.4084 25.4709L41.4596 25.5257C43.2709 27.3175 44.6942 29.4979 45.707 31.9464C46.7984 34.5662 47.357 37.4427 47.4511 40.4114C47.5498 43.3792 47.1875 46.3197 46.249 49.083C45.3729 51.6772 44.0417 54.0856 42.2512 56.1579C40.5252 58.1729 38.3446 59.8014 35.8702 60.9825C35.2715 61.2699 34.6561 61.5275 34.0265 61.7548C31.8672 62.536 29.5431 62.9516 27.1699 63.0614C27.1699 64.0614 27.1699 65.0614 27.1699 66.0614C29.7957 66.1736 32.4885 65.9417 35.108 65.2351C35.8711 65.0296 36.6268 64.7848 37.3696 64.5003C40.368 63.362 43.22 61.5865 45.5498 59.2437C47.9197 56.888 49.7949 54.0031 51.0709 50.9199C52.4656 47.5805 53.1368 43.9661 53.2288 40.4114C53.3296 36.8577 52.8547 33.1793 51.6129 29.6965C50.4877 26.5033 48.7128 23.4228 46.3403 20.8572L46.3915 20.9119C44.1002 18.2929 41.1635 16.1973 38.0158 14.8066C34.5637 13.2622 30.8003 12.5811 27.1699 12.5394C23.5402 12.4857 19.7422 13.069 16.2115 14.5424C12.9827 15.8716 9.93832 17.9191 7.50088 20.5055C5.05136 23.0822 3.19131 26.1842 1.95971 29.4042C0.587325 32.9563 -0.00482911 36.7445 -6.81281e-05 40.4114C-6.81579e-05 40.4166 -6.7085e-05 40.4217 -6.48797e-05 40.4268C-0.00402313 44.0885 0.642661 47.8728 2.10069 51.365C3.41917 54.5518 5.38558 57.556 7.88435 59.9755L7.93544 60.0301C10.466 62.3987 13.5298 64.1396 16.6908 65.156C17.4728 65.411 18.2649 65.6211 19.0604 65.7868C21.792 66.3574 24.5449 66.3957 27.1699 66.0614ZM27.1699 63.0614V66.0614V63.0614ZM27.1699 55.3814C27.1699 58.0481 27.1699 60.7148 27.1699 63.3814C29.4288 63.3825 31.7857 63.082 34.0745 62.3268C34.6794 62.1275 35.2777 61.8975 35.8645 61.6367L35.9315 61.6062C38.4241 60.4519 40.766 58.7468 42.6196 56.6489L42.6554 56.608C44.531 54.4487 45.9374 51.8986 46.839 49.2825L46.8235 49.3263C47.8712 46.427 48.3233 43.3677 48.3199 40.4114C48.3233 37.4552 47.8712 34.3959 46.8235 31.4966L46.847 31.5638C45.9622 28.9444 44.5638 26.3521 42.6196 24.174C40.7655 22.0733 38.3922 20.3691 35.8645 19.2562L35.9315 19.2867C33.1213 17.9675 30.0512 17.4351 27.1699 17.4414C24.2605 17.4344 21.1811 17.9803 18.3688 19.2727L18.4054 19.2562C15.8776 20.3691 13.5044 22.0733 11.6503 24.174C9.70604 26.3521 8.30763 28.9444 7.42284 31.5638C6.43617 34.4573 6.01746 37.4824 6.01993 40.4114C6.01746 43.3404 6.43617 46.3656 7.42284 49.259L7.43091 49.2825C8.33244 51.8986 9.73885 54.4487 11.6145 56.608L11.6503 56.6489C13.5039 58.7468 15.8458 60.4519 18.3384 61.6062L18.435 61.6497C19.0429 61.9141 19.6631 62.1472 20.2904 62.3487C22.5632 63.0805 24.9105 63.3828 27.1699 63.3814C27.1699 60.7148 27.1699 58.0481 27.1699 55.3814C25.6042 55.382 24.1105 55.1741 22.7374 54.7321C22.3577 54.6101 21.9868 54.4705 21.6248 54.3132L21.7215 54.3567C20.1311 53.6156 18.7617 52.6093 17.6296 51.334L17.6654 51.3748C16.4931 50.0215 15.6035 48.4351 14.989 46.6603L14.997 46.6838C14.3287 44.7225 14.0188 42.6046 14.0199 40.4114C14.0188 38.2182 14.3287 36.1003 14.997 34.139C15.6015 32.3572 16.4748 30.7854 17.6296 29.4889C18.7435 28.2341 20.0867 27.2625 21.6545 26.5667L21.6911 26.5502C23.337 25.7963 25.1868 25.4399 27.1699 25.4414C29.1354 25.4398 30.9565 25.7905 32.5484 26.5362L32.6154 26.5667C34.1832 27.2625 35.5264 28.2341 36.6403 29.4889C37.7951 30.7854 38.6683 32.3572 39.2728 34.139L39.2964 34.2063C39.9945 36.1409 40.3212 38.2354 40.3199 40.4114C40.3212 42.5874 39.9945 44.6819 39.2964 46.6166L39.2809 46.6603C38.6663 48.4351 37.7767 50.0215 36.6045 51.3748L36.6403 51.334C35.5082 52.6093 34.1388 53.6156 32.5484 54.3567L32.6154 54.3262C32.2766 54.4767 31.9286 54.6108 31.5713 54.7285C30.2226 55.1738 28.7357 55.3821 27.1699 55.3814ZM27.1699 63.3814V55.3814V63.3814ZM91.0253 63.7214C92.0253 63.7214 93.0253 63.7214 94.0253 63.7214C94.3587 59.4841 94.6587 55.2468 94.9253 51.0094C95.5294 41.4101 95.9625 31.8108 96.2244 22.2114L96.3226 18.6159L92.5253 18.5123C85.1753 18.3117 77.8253 18.2114 70.4753 18.2114C68.7253 18.2114 66.9753 18.2121 65.2253 18.2133L61.2301 18.2104L61.2272 22.2114C61.2372 36.0481 61.2867 49.8848 61.3757 63.7214L65.2253 59.8718C63.2887 59.8842 61.352 59.8975 59.4153 59.9115L63.2253 63.7214C63.1128 48.1581 62.9503 32.5948 62.7379 17.0314L59.4153 20.354C72.3887 20.1769 85.362 19.9651 98.3353 19.7186L95.6482 17.0314C95.9002 30.2941 96.1885 43.5568 96.5131 56.8194C96.5694 59.1201 96.6268 61.4208 96.6853 63.7214L98.3353 62.0714C96.3987 62.1206 94.462 62.1707 92.5253 62.2214C92.5253 63.2214 92.5253 64.2214 92.5253 65.2214C94.462 65.2722 96.3987 65.3222 98.3353 65.3715L100.026 65.3285L99.9854 63.7214C100.044 61.4208 100.101 59.1201 100.158 56.8194C100.482 43.5568 100.77 30.2941 101.022 17.0314L100.97 14.2942L98.3353 14.3443C85.362 14.0978 72.3887 13.886 59.4153 13.7089L56.048 13.7548L56.0928 17.0314C55.8803 32.5948 55.7179 48.1581 55.6053 63.7214L55.6331 67.5588L59.4153 67.5314C61.352 67.5454 63.2887 67.5586 65.2253 67.5711L69.0996 67.5462L69.075 63.7214C69.164 49.8848 69.2134 36.0481 69.2234 22.2114L65.2253 26.2095C66.9753 26.2108 68.7253 26.2114 70.4753 26.2114C77.8253 26.2114 85.1753 26.1111 92.5253 25.9106L88.8262 22.2114C89.0882 31.8108 89.5212 41.4101 90.1253 51.0094C90.392 55.2468 90.692 59.4841 91.0253 63.7214ZM94.0253 63.7214H91.0253L91.1462 65.2576L92.5253 65.2214V62.2214L94.0253 63.7214ZM119.299 63.7214C120.299 63.7214 121.299 63.7214 122.299 63.7214C122.633 60.9844 122.933 58.2474 123.199 55.5104C124.266 44.5624 124.799 33.6144 124.799 22.6664C124.799 22.5148 124.799 22.3631 124.799 22.2114L124.8 18.2121L120.799 18.2115C115.876 18.2122 110.953 18.2249 106.029 18.2496L109.991 22.2114C109.982 20.4848 109.972 18.7581 109.961 17.0314L106.029 20.9628C117.836 20.8834 129.643 20.7351 141.449 20.5178L137.963 17.0314C137.995 18.7581 138.028 20.4848 138.063 22.2114L141.449 18.8248C136.503 18.9242 131.556 19.0358 126.609 19.1595L123.635 19.0851L123.557 22.2114C123.883 35.2478 124.293 48.2841 124.787 61.3204C124.817 62.1208 124.848 62.9211 124.879 63.7214L126.609 61.9911C124.673 62.066 122.736 62.1428 120.799 62.2214C120.799 63.2214 120.799 64.2214 120.799 65.2214C122.736 65.3001 124.673 65.3768 126.609 65.4517L128.404 65.3823L128.34 63.7214C128.371 62.9211 128.401 62.1208 128.432 61.3204C128.925 48.2841 129.335 35.2478 129.661 22.2114L126.609 25.2634C131.556 25.3871 136.503 25.4986 141.449 25.5981L144.903 25.5287L144.836 22.2114C144.871 20.4848 144.904 18.7581 144.936 17.0314L144.87 13.4821L141.449 13.545C129.643 13.3278 117.836 13.1795 106.029 13.1L102.072 13.1267L102.098 17.0314C102.086 18.7581 102.076 20.4848 102.068 22.2114L102.087 26.193L106.029 26.1732C110.953 26.1979 115.876 26.2107 120.799 26.2114L116.799 22.2114C116.799 22.3631 116.799 22.5148 116.799 22.6664C116.799 33.6144 117.333 44.5624 118.399 55.5104C118.666 58.2474 118.966 60.9844 119.299 63.7214ZM122.299 63.7214H119.299L119.488 65.2747L120.799 65.2214V62.2214L122.299 63.7214ZM147.671 63.7214C148.671 63.7214 149.671 63.7214 150.671 63.7214C151.005 59.0265 151.305 54.3315 151.571 49.6365C152.188 38.7681 152.627 27.8998 152.887 17.0314L149.171 20.7475C151.108 20.7938 153.045 20.8345 154.981 20.8695L151.143 17.0314C151.035 23.0063 150.981 28.9813 150.981 34.9562C150.981 41.1379 150.988 47.3197 151 53.5014L150.988 65.6078L158.186 55.8632C167.12 43.6879 176.024 31.4899 184.897 19.2692L181.861 20.8031C183.845 20.7889 185.828 20.7741 187.811 20.7586L184.084 17.0314C184.206 32.5948 184.368 48.1581 184.571 63.7214L187.811 60.4815C185.875 60.5067 183.938 60.5326 182.001 60.5592L185.163 63.7214C184.993 51.3081 184.797 38.8948 184.576 26.4814L184.642 18.6214L179.923 24.9619C172.697 35.2245 165.492 45.5028 158.308 55.7966C156.689 58.1166 155.072 60.4373 153.455 62.7589L154.771 62.0907C152.905 62.1337 151.038 62.1773 149.171 62.2214C149.171 63.2214 149.171 64.2214 149.171 65.2214C151.038 65.2656 152.905 65.3092 154.771 65.3522L155.636 65.3323L156.088 64.684C157.81 62.4394 159.53 60.194 161.25 57.9477C168.881 47.9811 176.491 37.9988 184.079 28.001L179.427 26.4814C179.205 38.8948 179.009 51.3081 178.839 63.7214L178.883 66.9264L182.001 66.8837C183.938 66.9102 185.875 66.9361 187.811 66.9614L191.093 66.9186L191.051 63.7214C191.254 48.1581 191.417 32.5948 191.538 17.0314L191.509 13.2754L187.811 13.3043C185.828 13.2888 183.845 13.274 181.861 13.2598L179.929 13.2736L178.825 14.7937C169.778 26.8863 160.762 39.0016 151.777 51.1396L158.962 53.5014C158.975 47.3197 158.981 41.1379 158.981 34.9562C158.981 28.9813 158.927 23.0063 158.819 17.0314L158.749 13.1253L154.981 13.1934C153.045 13.2284 151.108 13.2691 149.171 13.3154L145.368 13.4064L145.455 17.0314C145.715 27.8998 146.154 38.7681 146.771 49.6365C147.038 54.3315 147.338 59.0265 147.671 63.7214ZM150.671 63.7214H147.671L147.78 65.2544L149.171 65.2214V62.2214L150.671 63.7214ZM204.642 29.2114C203.642 29.2114 202.642 29.2114 201.642 29.2114C201.353 32.2776 201.646 36.0093 204.233 38.9703L204.275 39.0118C204.565 39.3253 204.876 39.6219 205.202 39.8982C207.808 42.0881 211.084 42.7913 213.992 42.9629C216.05 43.0889 218.138 43.0582 220.223 42.849C222.098 42.6599 224.004 42.3335 225.93 41.7515L228.221 41.0719L228.335 38.3814C228.626 31.5646 228.772 24.7478 228.772 17.9309C228.772 17.6311 228.772 17.3313 228.772 17.0314L224.772 21.0313C226.708 21.0309 228.645 21.0292 230.582 21.0262L226.587 17.0314C226.611 32.5948 226.72 48.1581 226.912 63.7214L230.582 60.052C228.645 60.076 226.708 60.1013 224.772 60.1279L228.365 63.7214C228.273 57.0014 228.165 50.2814 228.041 43.5614L228.118 39.341L223.911 40.407C222.363 40.8621 220.752 41.2372 219.115 41.5587C217.321 41.9135 215.427 42.0834 213.502 42.127C211.304 42.1786 209.16 41.9671 207.277 41.3413L207.352 41.3696C205.765 40.7933 204.359 39.9642 203.223 38.856L203.256 38.8908C202.169 37.7994 201.34 36.4464 200.774 34.9007L200.78 34.9179C200.134 33.1214 199.811 31.1609 199.752 29.1414C199.642 25.1048 199.527 21.0681 199.407 17.0314L197.332 19.1064C199.268 19.0486 201.205 18.9894 203.142 18.9289L201.244 17.0314C201.269 17.8281 201.294 18.6248 201.32 19.4215C201.423 22.6848 201.531 25.9481 201.642 29.2114C202.642 29.2114 203.642 29.2114 204.642 29.2114C204.753 25.9481 204.86 22.6848 204.964 19.4215C204.989 18.6248 205.014 17.8281 205.039 17.0314L204.978 15.0766L203.142 15.1339C201.205 15.0734 199.268 15.0143 197.332 14.9564L195.197 15.0202L195.257 17.0314C195.136 21.0681 195.021 25.1048 194.912 29.1414C194.851 31.5725 195.108 34.0837 195.844 36.525L195.849 36.5422C196.515 38.7154 197.649 40.86 199.247 42.632L199.281 42.6669C200.953 44.476 203.059 45.8309 205.231 46.7333L205.306 46.7616C208.029 47.805 210.819 48.1603 213.502 48.2158C215.7 48.258 217.938 48.1588 220.208 47.8042C222.008 47.5234 223.814 47.1776 225.632 46.7159L221.502 43.5614C221.378 50.2814 221.27 57.0014 221.178 63.7214L221.228 67.3637L224.772 67.315C226.708 67.3416 228.645 67.3669 230.582 67.3909L234.296 67.3449L234.251 63.7214C234.444 48.1581 234.552 32.5948 234.577 17.0314L234.57 13.0304L230.582 13.0367C228.645 13.0336 226.708 13.0319 224.772 13.0315L220.771 13.0324L220.772 17.0314C220.772 17.3313 220.772 17.6311 220.772 17.9309C220.772 24.7478 220.917 31.5646 221.208 38.3814L223.613 35.0114C222.268 35.5517 220.783 35.9688 219.24 36.2938C217.528 36.6547 215.773 36.8943 213.992 37.02C211.765 37.1906 209.657 36.9707 208.063 36.0438C207.857 35.9249 207.659 35.7943 207.468 35.6511L207.511 35.6926C205.859 34.4471 204.919 31.9343 204.642 29.2114ZM201.642 29.2114H204.642H201.642ZM240.025 63.7214C241.025 63.7214 242.025 63.7214 243.025 63.7214C243.358 59.5098 243.658 55.2981 243.925 51.0864C244.643 39.7348 245.12 28.3831 245.354 17.0314L241.525 20.8612C247.02 20.9747 252.515 21.0314 258.01 21.0314C262.711 21.0314 267.413 21.0268 272.115 21.0176L268.129 17.0314C268.132 18.7581 268.136 20.4848 268.141 22.2114L272.115 18.2373C263.855 18.2595 255.595 18.2959 247.335 18.3466L243.494 18.323L243.47 22.2114C243.501 27.2281 243.537 32.2448 243.578 37.2614L243.547 40.987L247.335 41.0182C255.431 40.9516 263.528 40.8713 271.625 40.7773L268.109 37.2614C268.129 38.9881 268.15 40.7148 268.171 42.4414L271.625 38.9876C263.528 39.0874 255.431 39.201 247.335 39.3282L244.271 39.2801L244.221 42.4414C244.306 47.8081 244.396 53.1748 244.492 58.5414L244.442 61.3317L247.335 61.3837C255.595 61.2354 263.855 61.0728 272.115 60.8961L269.76 58.5414C269.797 60.2681 269.835 61.9948 269.873 63.7214L272.115 61.4795C266.13 61.612 260.145 61.7518 254.16 61.8992C249.948 62.0029 245.736 62.1103 241.525 62.2214C241.525 63.2214 241.525 64.2214 241.525 65.2214C245.736 65.3325 249.948 65.44 254.16 65.5437C260.145 65.691 266.13 65.8309 272.115 65.9633L274.405 65.9127L274.357 63.7214C274.395 61.9948 274.432 60.2681 274.469 58.5414L274.418 56.1375L272.115 56.1868C263.855 56.01 255.595 55.8475 247.335 55.6992L250.177 58.5414C250.273 53.1748 250.364 47.8081 250.448 42.4414L247.335 45.5547C255.431 45.6819 263.528 45.7954 271.625 45.8953L275.121 45.8522L275.079 42.4414C275.1 40.7148 275.12 38.9881 275.141 37.2614L275.099 33.7053L271.625 33.7456C263.528 33.6516 255.431 33.5713 247.335 33.5047L251.091 37.2614C251.133 32.2448 251.169 27.2281 251.2 22.2114L247.335 26.0763C255.595 26.127 263.855 26.1634 272.115 26.1855L276.099 26.1749L276.089 22.2114C276.093 20.4848 276.097 18.7581 276.101 17.0314L276.093 13.0375L272.115 13.0453C267.413 13.036 262.711 13.0314 258.01 13.0314C252.515 13.0314 247.02 13.0882 241.525 13.2017L237.617 13.2824L237.695 17.0314C237.929 28.3831 238.406 39.7348 239.125 51.0864C239.391 55.2981 239.691 59.5098 240.025 63.7214ZM243.025 63.7214H240.025L240.146 65.2578L241.525 65.2214V62.2214L243.025 63.7214ZM303.498 66.0614C303.498 65.0614 303.498 64.0614 303.498 63.0614C300.44 62.7694 297.518 61.9709 294.9 60.6654L294.912 60.6701C294.578 60.5026 294.25 60.3281 293.928 60.1466C291.845 58.9767 290.001 57.51 288.443 55.7968L288.488 55.8413C286.713 53.8073 285.377 51.4685 284.444 48.9377L284.469 48.9975C283.526 46.284 283.169 43.3801 283.263 40.4114C283.353 37.4615 283.892 34.6463 284.975 32.1246L284.963 32.1532C285.68 30.5092 286.562 28.9895 287.618 27.6323C288.111 26.9978 288.644 26.3997 289.215 25.8402C291.028 24.0592 293.159 22.6728 295.539 21.7085L295.519 21.7166C298.017 20.7141 300.713 20.2278 303.498 20.217C305.129 20.2088 306.701 20.3745 308.143 20.7545L308.168 20.7612C309.565 21.1191 310.869 21.6256 312.04 22.2938L312.086 22.3203C313.277 22.9781 314.36 23.7542 315.31 24.6509L315.365 24.7028C316.381 25.6248 317.295 26.6345 318.091 27.7277L319.344 22.1554C317.718 23.0785 316.092 24.0023 314.467 24.9271L319.421 26.0822C317.651 23.5388 315.211 21.5275 312.639 20.1511L312.718 20.1958C309.948 18.5861 306.633 17.7646 303.498 17.8159C300.643 17.8383 297.679 18.3961 294.975 19.5899C292.435 20.696 290.064 22.342 288.154 24.3658L288.12 24.4018C286.177 26.5025 284.725 28.9905 283.748 31.5455L283.735 31.5783C282.655 34.4724 282.263 37.5077 282.31 40.4114C282.351 43.3271 282.859 46.3266 283.98 49.1277L283.999 49.1772C285.042 51.6753 286.542 54.0741 288.496 56.0657L288.525 56.0962C290.447 58.0151 292.788 59.5383 295.272 60.5336C297.91 61.6058 300.759 62.0544 303.498 61.993C306.451 61.9507 309.489 61.1356 312.04 59.6102L312.021 59.6206C314.439 58.2318 316.638 56.2533 318.171 53.8474L315.227 54.5603C316.907 55.4278 318.587 56.2945 320.268 57.1603L319.589 54.0769C317.862 56.577 315.634 58.7243 313.045 60.4164C313.038 60.4214 313.023 60.4308 313.009 60.4402C310.316 62.1925 306.941 62.957 303.498 63.0614C303.498 64.0614 303.498 65.0614 303.498 66.0614C307.289 66.1751 311.331 65.5852 314.887 63.5633C314.906 63.5526 314.925 63.5417 314.944 63.5309C318.008 61.7721 320.778 59.4005 322.967 56.5659L324.368 54.5542L322.288 53.4826C320.656 52.5284 319.023 51.5751 317.39 50.6226L315.517 49.6556L314.446 51.3354C313.226 53.0386 311.585 54.3822 309.675 55.3623L309.656 55.3726C307.754 56.3773 305.661 56.8327 303.498 56.7699C301.356 56.7166 299.302 56.2798 297.444 55.4293C295.632 54.6062 294.036 53.46 292.711 52.0267L292.74 52.0572C291.413 50.5841 290.399 48.8332 289.678 46.9057L289.697 46.9551C288.966 44.8999 288.66 42.6841 288.707 40.4114C288.75 38.1275 289.137 35.9375 289.941 33.9846L289.928 34.0174C290.715 32.1467 291.778 30.4851 293.117 29.1211L293.082 29.157C294.419 27.8285 295.986 26.8051 297.742 26.093C299.532 25.3641 301.473 25.0365 303.498 25.0669C305.495 25.0953 307.323 25.6076 308.978 26.607L309.057 26.6518C310.782 27.6293 312.185 28.8735 313.196 30.3807L315.193 33.2181L318.149 31.5358C319.791 30.6405 321.432 29.7444 323.072 28.8474L326.825 26.7172L324.325 23.2751C323.236 21.7266 321.98 20.2988 320.611 19.0201L320.666 19.0719C319.227 17.6727 317.607 16.4876 315.91 15.5226L315.956 15.5491C314.112 14.4651 312.141 13.6895 310.168 13.1617L310.193 13.1684C307.945 12.5512 305.685 12.3142 303.498 12.3058C299.84 12.2858 296.071 12.9199 292.578 14.3062L292.557 14.3144C289.266 15.6245 286.168 17.6203 283.621 20.1233C282.79 20.9357 282.013 21.8066 281.302 22.7218C279.777 24.6807 278.567 26.8439 277.654 29.0696L277.642 29.0982C276.161 32.7648 275.616 36.6805 275.713 40.4114C275.8 44.1696 276.545 48.0362 278.148 51.5653L278.173 51.6252C279.657 54.7575 281.758 57.6643 284.348 59.9815L284.394 60.0261C286.636 61.9601 289.218 63.4802 291.921 64.5068C292.34 64.6666 292.761 64.8151 293.185 64.9528L293.197 64.9575C296.571 66.0408 300.113 66.3628 303.498 66.0614ZM303.498 63.0614V66.0614V63.0614ZM355.746 64.6885C356.511 64.0438 357.275 63.3991 358.04 62.7544C355.707 59.471 353.348 56.2091 350.964 52.9686C347.91 48.8169 344.814 44.7004 341.676 40.6192L339.462 37.7409L336.737 40.5651C335.093 42.2678 333.459 43.9782 331.833 45.6962L330.998 46.5778L330.947 48.0414C330.762 53.2681 330.633 58.4948 330.561 63.7214L334.493 59.7899C332.556 59.7633 330.62 59.7445 328.683 59.7334L332.671 63.7214C332.679 62.3356 332.683 60.9498 332.683 59.5639C332.683 45.3864 332.637 31.2089 332.544 17.0314L328.683 20.8928C330.62 20.8802 332.556 20.8667 334.493 20.8524L330.672 17.0314C330.732 25.0814 330.806 33.1314 330.896 41.1814L330.835 50.9011L337.227 43.5193C344.021 35.3928 350.795 27.2496 357.55 19.0896L355.143 20.1984C357.57 20.1596 359.996 20.1195 362.423 20.078L360.132 15.0227C353.772 22.5302 347.429 30.0524 341.102 37.5893L339.684 39.1374L341.089 40.8385C347.233 47.6561 353.393 54.4611 359.567 61.2534C360.65 62.4457 361.734 63.6376 362.819 64.8291L364.103 62.0258C361.7 62.0897 359.296 62.1549 356.893 62.2214C356.893 63.2214 356.893 64.2214 356.893 65.2214C359.296 65.288 361.7 65.3532 364.103 65.417L367.837 65.3455L365.387 62.6137C364.367 61.3663 363.347 60.1192 362.326 58.8726C356.511 51.7705 350.681 44.6811 344.837 37.6043L344.824 40.8535C351.471 33.5971 358.1 26.326 364.713 19.0402L369.109 13.9033L362.423 13.9848C359.996 13.9433 357.57 13.9032 355.143 13.8644L353.634 13.8886L352.736 14.9733C345.724 22.9133 338.732 30.87 331.759 38.8436L338.09 41.1814C338.18 33.1314 338.254 25.0814 338.314 17.0314L338.285 13.1824L334.493 13.2105C332.556 13.1962 330.62 13.1827 328.683 13.17L324.797 13.1954L324.822 17.0314C324.729 31.2089 324.683 45.3864 324.683 59.5639C324.683 60.9498 324.687 62.3356 324.695 63.7214L324.718 67.7323L328.683 67.7095C330.62 67.6984 332.556 67.6795 334.493 67.6529L338.478 67.5981L338.424 63.7214C338.353 58.4948 338.224 53.2681 338.039 48.0414L337.153 50.3866C338.654 48.558 340.146 46.7217 341.629 44.8778L336.69 44.8236C340.183 48.6054 343.718 52.3519 347.295 56.0631C350.087 58.9597 352.904 61.8348 355.746 64.6885ZM358.04 62.7544L355.746 64.6885L356.294 65.238L356.893 65.2214V62.2214L358.04 62.7544ZM369.224 63.7214C370.224 63.7214 371.224 63.7214 372.224 63.7214C372.557 59.0265 372.857 54.3315 373.124 49.6365C373.741 38.7681 374.18 27.8998 374.44 17.0314L370.724 20.7475C372.661 20.7938 374.597 20.8345 376.534 20.8695L372.696 17.0314C372.588 23.0063 372.534 28.9813 372.534 34.9562C372.534 41.1379 372.54 47.3197 372.553 53.5014L372.541 65.6078L379.738 55.8632C388.673 43.6879 397.577 31.4899 406.45 19.2692L403.414 20.8031C405.397 20.7889 407.381 20.7741 409.364 20.7586L405.637 17.0314C405.758 32.5948 405.921 48.1581 406.124 63.7214L409.364 60.4815C407.427 60.5067 405.491 60.5326 403.554 60.5592L406.716 63.7214C406.546 51.3081 406.35 38.8948 406.128 26.4814L406.195 18.6214L401.476 24.9619C394.25 35.2245 387.045 45.5028 379.861 55.7966C378.242 58.1166 376.624 60.4373 375.008 62.7589L376.324 62.0907C374.457 62.1337 372.591 62.1773 370.724 62.2214C370.724 63.2214 370.724 64.2214 370.724 65.2214C372.591 65.2656 374.457 65.3092 376.324 65.3522L377.189 65.3323L377.64 64.684C379.362 62.4394 381.083 60.194 382.803 57.9477C390.434 47.9811 398.044 37.9988 405.632 28.001L400.979 26.4814C400.758 38.8948 400.562 51.3081 400.392 63.7214L400.436 66.9264L403.554 66.8837C405.491 66.9102 407.427 66.9361 409.364 66.9614L412.646 66.9186L412.604 63.7214C412.807 48.1581 412.969 32.5948 413.091 17.0314L413.062 13.2754L409.364 13.3043C407.381 13.2888 405.397 13.274 403.414 13.2598L401.482 13.2736L400.378 14.7937C391.331 26.8863 382.315 39.0016 373.329 51.1396L380.515 53.5014C380.527 47.3197 380.534 41.1379 380.534 34.9562C380.534 28.9813 380.48 23.0063 380.372 17.0314L380.301 13.1253L376.534 13.1934C374.597 13.2284 372.661 13.2691 370.724 13.3154L366.921 13.4064L367.008 17.0314C367.268 27.8998 367.707 38.7681 368.324 49.6365C368.591 54.3315 368.891 59.0265 369.224 63.7214ZM372.224 63.7214H369.224L369.333 65.2544L370.724 65.2214V62.2214L372.224 63.7214ZM418.784 63.7214C419.784 63.7214 420.784 63.7214 421.784 63.7214C422.118 59.0265 422.418 54.3315 422.684 49.6365C423.302 38.7681 423.74 27.8998 424 17.0314L420.284 20.7475C422.221 20.7938 424.158 20.8345 426.094 20.8695L422.256 17.0314C422.148 23.0063 422.094 28.9813 422.094 34.9562C422.094 41.1379 422.101 47.3197 422.114 53.5014L422.102 65.6078L429.299 55.8632C438.234 43.6879 447.138 31.4899 456.011 19.2692L452.974 20.8031C454.958 20.7889 456.941 20.7741 458.924 20.7586L455.197 17.0314C455.319 32.5948 455.481 48.1581 455.685 63.7214L458.924 60.4815C456.988 60.5067 455.051 60.5326 453.114 60.5592L456.277 63.7214C456.107 51.3081 455.911 38.8948 455.689 26.4814L455.755 18.6214L451.036 24.9619C443.81 35.2245 436.605 45.5028 429.422 55.7966C427.803 58.1166 426.185 60.4373 424.568 62.7589L425.884 62.0907C424.018 62.1337 422.151 62.1773 420.284 62.2214C420.284 63.2214 420.284 64.2214 420.284 65.2214C422.151 65.2656 424.018 65.3092 425.884 65.3522L426.749 65.3323L427.201 64.684C428.923 62.4394 430.644 60.194 432.364 57.9477C439.995 47.9811 447.604 37.9988 455.193 28.001L450.54 26.4814C450.318 38.8948 450.122 51.3081 449.952 63.7214L449.996 66.9264L453.114 66.8837C455.051 66.9102 456.988 66.9361 458.924 66.9614L462.206 66.9186L462.164 63.7214C462.368 48.1581 462.53 32.5948 462.652 17.0314L462.622 13.2754L458.924 13.3043C456.941 13.2888 454.958 13.274 452.974 13.2598L451.042 13.2736L449.938 14.7937C440.891 26.8863 431.875 39.0016 422.89 51.1396L430.075 53.5014C430.088 47.3197 430.094 41.1379 430.094 34.9562C430.094 28.9813 430.04 23.0063 429.932 17.0314L429.862 13.1253L426.094 13.1934C424.158 13.2284 422.221 13.2691 420.284 13.3154L416.482 13.4064L416.568 17.0314C416.828 27.8998 417.267 38.7681 417.884 49.6365C418.151 54.3315 418.451 59.0265 418.784 63.7214ZM421.784 63.7214H418.784L418.893 65.2544L420.284 65.2214V62.2214L421.784 63.7214ZM455.083 10.5735C452.931 8.99878 450.778 7.42408 448.626 5.84939C448.199 6.43313 447.726 6.96659 447.205 7.44958C446.462 8.13966 445.62 8.72715 444.684 9.21509L444.714 9.1997C443.171 9.99051 441.463 10.3726 439.604 10.3714C437.73 10.3726 435.989 9.9835 434.393 9.18372L434.487 9.23202C432.902 8.38842 431.565 7.24218 430.475 5.799L429.901 11.2369C430.764 10.4902 431.628 9.74355 432.491 8.99688L426.64 8.32412C428.04 10.2645 429.919 11.964 432.02 13.1544L432.096 13.1968C434.468 14.497 437.159 15.0212 439.604 15.0114C442.047 15.023 444.716 14.4741 447.043 13.1968L447.001 13.219C449.214 12.0679 451.202 10.2721 452.578 8.21267L446.648 8.99689C446.778 9.10938 446.908 9.22188 447.038 9.33438C447.771 9.96855 448.505 10.6027 449.238 11.2369C450.982 9.21992 452.727 7.20295 454.471 5.18598C453.738 4.55181 453.005 3.91764 452.271 3.28347C452.141 3.17097 452.011 3.05848 451.881 2.94598L448.475 -4.57764e-05L445.951 3.7302C445.242 4.7763 444.37 5.56095 443.267 6.14389L443.226 6.16602C442.184 6.73263 440.989 7.01125 439.604 7.01143C438.179 7.01178 436.952 6.73153 435.913 6.16602L435.989 6.20846C434.846 5.55568 433.895 4.69959 433.109 3.61874L430.55 0.0990448L427.258 2.94598C426.395 3.69265 425.531 4.43931 424.668 5.18598L421.835 7.63616L424.094 10.6239C425.832 12.9407 428.149 14.9306 430.722 16.2908L430.816 16.3391C433.54 17.7162 436.649 18.384 439.604 18.3714C442.531 18.384 445.635 17.7282 448.355 16.3232L448.385 16.3078C449.906 15.5157 451.359 14.51 452.646 13.3147C453.547 12.4793 454.365 11.5549 455.083 10.5735ZM448.626 5.84939L455.083 10.5735L457.26 7.59789L454.471 5.18598L449.238 11.2369L448.626 5.84939Z' fill='%23070708' mask='url(%23path-3-outside-2_7261_732903)'/%3E%3C/svg%3E%0A");
      -image: url("data:image/svg+xml,%3Csvg width='523' height='184' viewBox='0 0 523 184' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.6 159H6V92.3H23.2V131.6L50.2 92.3H68V159H50.7V117.8L22.6 159ZM142.123 159H124.923V132.2H97.2234V159H80.0234V92.3H97.2234V117.2H124.923V92.3H142.123V159ZM186.245 159H169.045V107.3H150.345V92.3H204.845V107.3H186.245V159ZM261.931 159H213.031V92.3H261.931V107.3H230.231V117.7H261.231V132.7H230.231V144H261.931V159ZM289.118 159H271.918V92.3H305.318C320.318 92.3 328.518 102.4 328.518 114.5C328.518 126.5 320.318 136.6 305.318 136.6H289.118V159ZM303.018 121.6C307.618 121.6 311.018 119 311.018 114.5C311.018 109.9 307.618 107.3 303.018 107.3H289.118V121.6H303.018ZM398.276 159H381.076V132.2H353.376V159H336.176V92.3H353.376V117.2H381.076V92.3H398.276V159ZM459.197 159H410.297V92.3H459.197V107.3H427.497V117.7H458.497V132.7H427.497V144H459.197V159ZM501.284 159H484.084V107.3H465.384V92.3H519.884V107.3H501.284V159Z' fill='white'/%3E%3Cpath d='M69.2404 100.069C68.9745 108.464 70.15 115.073 69.9838 125.306C69.8177 135.538 69.1941 137.071 69.3344 148.789C69.3758 152.248 69.3679 155.708 69.3426 159L69.3566 160.328L68 160.343C60.8948 160.288 54.567 160.153 50.7 160.261L49.4521 160.274L49.4387 159C49.4272 158.588 49.413 158.204 49.3956 157.85C49.1393 152.633 49.9141 152.082 49.742 144.673C49.57 137.264 49.6711 132.773 49.923 126.293C49.9967 124.395 50.0673 121.346 50.1225 117.8L51.1771 118.125C46.2431 125.123 39.7535 134.561 37.0499 138.913C33.2264 145.068 28.1307 151.587 25.2276 155.617C24.3234 156.873 23.5927 157.848 23.0203 158.587C22.7778 158.9 22.6335 159.023 22.5926 158.995C22.5925 158.995 22.5925 158.995 22.5925 158.995C22.5417 158.96 22.6512 158.692 22.9311 158.268C24.2895 156.209 26.284 153.108 28.5531 149.385C32.7839 142.443 33.6638 141.969 39.6645 132.792C43.5315 126.877 46.3011 122.414 49.788 117.178L51.8203 114.228L51.8039 117.8C51.8423 121.271 51.833 125.06 51.7347 129.646C51.484 141.343 52.412 144.87 52.0984 159L50.7 157.602C52.1536 157.634 53.7193 157.679 55.4177 157.74C60.729 157.932 64.654 157.964 68 157.91L66.9103 159C66.7794 150.875 66.1391 146.165 66.0251 133.312C65.9071 120.002 66.2349 104.131 66.3961 92.3L68 93.9039C63.7022 93.8453 59.9377 93.8087 57.0229 93.8235C54.8847 93.8343 52.6031 93.8484 50.2 93.8629L51.4882 93.185C45.9368 101.371 39.2259 111.255 32.0557 121.465C29.6278 124.922 27.0815 128.626 24.4607 132.466L21.6476 136.521L21.6704 131.6C21.631 119.182 21.4741 105.656 21.6814 93.2025C21.6864 92.9038 21.6914 92.6029 21.6964 92.3L23.2 93.8036C17.9031 93.7159 11.9794 93.6215 6 93.5259L7.22593 92.3C7.01382 105.573 6.79598 119.12 6.63262 126.693C6.39147 137.872 6.33708 140.597 6.48443 151.358C6.51578 153.647 6.52459 156.256 6.50745 159L6 158.493C10.6692 158.522 15.7278 158.626 20.2612 158.822C23.8834 158.979 23.0626 159.197 19.4168 159.302C14.0854 159.454 9.70887 159.352 6.96182 159.625C6.63027 159.658 6.31023 159.69 6 159.72L5.28739 159.728L5.27974 159C4.80627 154.174 4.63964 151.721 4.9378 145.21C5.25508 138.281 4.534 135.016 4.617 130.976C4.70003 126.937 5.12535 127.003 4.79766 106.464C4.71298 101.156 4.6446 96.4683 4.58839 92.3L4.5737 90.9034L6 90.8884C13.0629 90.7931 18.634 90.7328 23.2 90.6874L24.7954 90.6706L24.8126 92.3C24.8441 95.4675 24.8684 98.1513 24.8923 100.514C24.9598 107.182 24.6981 120.07 24.706 131.6L21.9587 130.747C23.0444 129.165 24.1027 127.609 25.1114 126.107C30.9349 117.437 41.9343 101.539 48.8174 91.3501L49.2997 90.632L50.2 90.6225C52.8284 90.6019 55.1352 90.5741 56.9649 90.5356C62.8157 90.4128 65.3781 90.5102 68 90.6662L69.6165 90.6492L69.6338 92.3C69.5128 94.3333 69.3566 96.4025 69.2404 100.069ZM98.4639 94.9108C98.2134 102.415 99.2414 108.415 99.2232 117.2L97.2234 115.2C97.7669 115.201 98.3209 115.206 98.8867 115.216C108.598 115.382 110.053 116.006 121.176 115.866C122.428 115.85 123.68 115.841 124.923 115.838L123.561 117.2C123.536 107.399 123.846 98.1402 123.619 93.7455C123.592 93.2177 123.576 92.7403 123.57 92.3L123.555 90.9616L124.923 90.9464C128.615 90.8937 129.702 91.4958 135.985 91.342C138.27 91.2861 140.263 91.2591 142.123 91.2566L143.155 91.2452L143.167 92.3C143.172 96.1634 143.07 99.4544 142.9 103.606C142.649 109.756 142.434 128.651 142.743 135.522C143.052 142.393 142.516 150.23 142.388 154.942C142.349 156.41 142.294 157.566 142.238 158.451C142.214 158.827 142.164 159 142.114 159C142.114 159 142.114 159 142.114 159C142.053 159 141.992 158.731 141.984 158.249C141.947 155.908 141.847 152.41 141.624 148.277C141.208 140.571 141.668 139.729 141.454 129.324C141.24 118.918 140.812 112.667 141.089 100.423C141.161 97.2098 141.135 94.6462 141.069 92.3L142.123 93.3546C136.901 93.502 132.756 93.848 124.923 93.745L126.368 92.3C126.341 94.3555 126.284 96.665 126.183 99.3146C125.862 107.775 125.988 112.53 126.22 117.2L126.205 118.51L124.923 118.496C120.054 118.737 115.277 119.093 106.486 119.175C103.506 119.203 100.391 119.206 97.2234 119.192L95.2096 119.17L95.2314 117.2C95.268 108.758 95.4236 99.9391 95.5463 92.3L97.2234 93.9771C91.1606 93.8798 85.8407 93.8032 82.0417 93.8235C81.383 93.827 80.7101 93.8309 80.0234 93.835L81.5584 92.3C81.619 102.436 81.7331 115.541 81.5835 129.325C81.4858 138.334 81.5989 148.637 81.6361 159L80.0234 157.387C85.8094 157.367 91.6143 157.37 97.2234 157.446L95.6697 159C95.68 158.244 95.6917 157.492 95.7048 156.743C95.8344 149.354 95.9795 140.575 96.1219 132.2L96.1342 131.086L97.2234 131.098C107.262 131.269 116.72 131.436 122.505 131.567C123.36 131.587 124.164 131.605 124.923 131.622L125.508 131.629L125.501 132.2C125.307 140.858 125.272 143.802 125.408 153.191C125.433 154.958 125.444 156.926 125.438 159L124.923 158.486C129.74 158.5 135.129 158.604 139.904 158.822C143.342 158.979 142.563 159.197 139.102 159.302C134.042 159.454 129.888 159.352 127.281 159.625C126.425 159.715 125.65 159.795 124.923 159.866L124.067 159.875L124.058 159C123.699 155.302 123.596 152.853 123.861 147.356C124.179 140.779 123.457 137.68 123.54 133.847C123.554 133.229 123.576 132.713 123.603 132.2L124.923 133.521C122.249 133.383 119.661 133.127 103.305 133.402C101.175 133.438 99.1502 133.471 97.2234 133.501L98.5248 132.2C98.7182 144.506 98.8055 152.816 98.868 159L98.886 160.626L97.2234 160.645C95.5131 160.662 93.9654 160.677 92.5407 160.692C89.4787 160.725 85.0347 160.681 80.0234 160.627L78.4148 160.645L78.3965 159C78.4722 151.929 78.5663 143.729 78.4883 136.688C78.3632 125.391 78.4632 103.137 78.2954 92.3L78.2764 90.5913L80.0234 90.5719C80.7282 90.561 81.3846 90.549 81.9866 90.5356C90.6345 90.3443 91.713 90.6871 97.2234 90.9537L98.5547 90.9389L98.5698 92.3C98.5324 93.0722 98.4966 93.9315 98.4639 94.9108ZM183.523 91.0596C188.873 91.3255 193.085 90.15 199.606 90.3162C201.842 90.3731 203.427 90.4839 204.845 90.5993L206.517 90.5717L206.545 92.3C206.324 95.0161 206.087 97.1206 206.179 102.028C206.212 103.803 206.214 105.58 206.2 107.3L206.222 108.632L204.845 108.655C199.33 108.61 194.386 108.409 191.851 108.604C189.341 108.798 188.526 108.404 186.245 108.273L187.217 107.3C187.175 108.04 187.16 108.935 187.202 110.091C187.375 114.813 187.273 117.675 187.022 121.805C186.77 125.934 186.555 138.622 186.864 143.235C187.173 147.849 186.637 153.111 186.509 156.275C186.47 157.261 186.415 158.037 186.359 158.632C186.335 158.884 186.285 159 186.236 159C186.235 159 186.235 159 186.235 159C186.174 159 186.113 158.819 186.106 158.496C186.068 156.924 185.968 154.575 185.745 151.8C185.329 146.626 185.789 146.06 185.575 139.073C185.361 132.086 184.933 127.889 185.21 119.668C185.389 114.342 184.966 111.674 184.825 107.3L184.849 105.857L186.245 105.88C188.622 105.803 191.504 105.809 195.591 106.04C199.65 106.27 202.439 106.271 204.845 106.168L203.713 107.3C203.524 102.856 202.981 99.7208 202.872 92.3L204.845 94.2729C204.799 94.2736 204.754 94.2743 204.708 94.2749C193.144 94.4358 178.547 93.7681 171.576 93.8235C165.789 93.8694 158.356 93.9744 150.345 93.9174L151.962 92.3C151.95 93.9406 151.932 95.6054 151.905 97.2852C151.854 100.428 151.86 103.805 151.883 107.3L150.345 105.762C156.424 105.722 162.86 105.632 169.045 105.703L170.668 105.73L170.642 107.3C170.625 108.742 170.6 110.169 170.563 111.576C170.278 122.484 169.918 137.906 169.677 145.031C169.458 151.509 169.393 153.532 169.494 159L169.045 158.551C169.591 158.541 170.172 158.529 170.795 158.516C174.737 158.431 180.167 158.511 184.754 158.822C187.062 158.979 186.539 159.197 184.216 159.302C180.818 159.454 178.029 159.352 176.278 159.625C173.423 160.07 171.907 160.291 169.045 160.185L167.879 160.204L167.86 159C167.884 158.356 167.924 157.643 167.982 156.832C168.3 152.416 167.579 150.335 167.662 147.761C167.745 145.187 168.17 145.229 167.842 132.139C167.523 119.383 167.435 112.243 167.358 107.3L169.045 108.986C168.915 108.988 168.787 108.99 168.661 108.992C164.697 109.055 157.286 108.832 150.345 108.808L148.862 108.832L148.837 107.3C148.843 105.56 148.836 103.849 148.809 102.23C148.766 99.5966 148.75 96.0774 148.74 92.3L148.714 90.7223L150.345 90.6954C158.158 90.6751 167.076 90.6827 171.539 90.5356C178.159 90.3175 178.173 90.7936 183.523 91.0596ZM241.685 108.54C237.655 108.404 234.064 108.646 230.231 108.892L231.823 107.3C232.027 110.472 232.234 113.81 232.231 117.7L230.231 115.7C230.82 115.7 231.422 115.706 232.038 115.716C241.631 115.882 243.068 116.506 254.055 116.366C256.468 116.335 258.882 116.331 261.231 116.342L262.574 116.327L262.589 117.7C262.564 123.382 262.455 128.688 262.452 132.7L262.466 133.907L261.231 133.921C259.351 133.919 257.755 133.941 256.536 134.004C251.645 134.261 251.129 133.486 244.182 133.658C238.551 133.797 234.718 133.757 230.231 133.603L231.134 132.7C231.098 133.748 231.056 134.831 231.008 135.981C230.934 137.77 230.863 140.652 230.808 144L230.231 143.423C238.252 143.556 248.951 143.599 253.74 143.38C256.405 143.259 259.217 143.268 261.931 143.331L262.592 143.324L262.6 144C262.502 148.199 262.273 152.164 262.196 154.992C262.156 156.442 262.102 157.583 262.046 158.458C262.022 158.829 261.972 159 261.922 159C261.922 159 261.922 159 261.922 159C261.861 159 261.8 158.734 261.792 158.258C261.755 155.946 261.655 152.49 261.432 148.408C261.335 146.641 261.286 145.239 261.264 144L261.931 144.667C257.832 144.739 255.509 144.505 247.617 144.67C241.014 144.807 236.104 145.033 230.231 145.103L229.116 145.091L229.128 144C229.089 140.73 229.098 137.162 229.197 132.837C229.198 132.791 229.199 132.746 229.2 132.7L229.211 131.657L230.231 131.668C242.017 131.929 244.938 130.824 261.231 131.41L259.942 132.7C259.951 132.435 259.961 132.166 259.972 131.894C260.214 125.592 260.202 121.372 260.082 117.7L261.231 118.849C254.954 119.054 250.277 119.573 239.544 119.675C236.55 119.703 233.417 119.706 230.231 119.691L228.218 119.669L228.24 117.7C228.256 114.259 228.291 110.756 228.337 107.3L228.358 105.384L230.231 105.405C241.753 105.556 252.761 105.812 259.261 105.777C260.126 105.772 261.017 105.767 261.931 105.761L260.392 107.3C260.364 102.801 260.327 97.7354 260.309 92.3L261.931 93.9224C255.387 93.9446 248.306 93.94 241.035 93.8601C232.515 93.7665 222.824 93.8662 213.031 93.9075L214.639 92.3C214.668 99.2177 214.668 106.186 214.55 112.83C214.29 127.461 213.968 147.613 213.73 159L213.031 158.301C214.133 158.324 215.153 158.346 216.078 158.367C226.559 158.609 229.114 158.663 239.203 158.516C245.002 158.431 252.991 158.511 259.739 158.822C263.135 158.979 262.365 159.197 258.947 159.302C253.948 159.454 249.845 159.352 247.27 159.625C242.123 160.17 239.936 160.38 233.439 160.062C226.942 159.745 223.881 160.466 220.094 160.383C217.927 160.335 217.02 160.176 213.031 160.109L211.934 160.122L211.922 159C211.971 156.019 211.969 151.317 211.829 143.081C211.501 123.824 211.418 113.267 211.339 105.975C211.303 102.686 211.359 97.7826 211.419 92.3L211.401 90.7056L213.031 90.6873C219.705 90.7598 227.236 90.838 233.761 90.7649C240.726 90.6868 251.907 90.6964 261.931 90.6739L263.539 90.6558L263.557 92.3C263.57 98.0051 263.593 103.335 263.649 107.3L263.668 108.999L261.931 109.018C260.975 109.031 260.099 109.047 259.315 109.064C249.576 109.282 249.556 108.806 241.685 108.54ZM315.983 93.0163C320.609 95.2877 325.134 97.2334 328.087 103.419C330.095 108.421 329.781 110.263 329.849 114.5C329.825 115.549 329.771 116.753 329.597 118.203C328.893 125.82 323.147 131.585 320.544 133.466C317.875 135.483 317.223 135.117 312.899 136.617C309.943 137.498 307.662 137.65 305.318 137.575C304.175 137.529 303.008 137.461 301.708 137.377C299.331 137.223 293.939 137.083 289.118 137.068L289.586 136.6C289.576 139.658 289.617 142.486 289.738 144.17C290.047 148.51 289.51 153.46 289.383 156.437C289.343 157.364 289.289 158.094 289.232 158.653C289.208 158.89 289.158 159 289.109 159C289.109 159 289.109 159 289.109 159C289.047 159 288.987 158.83 288.979 158.526C288.941 157.047 288.842 154.837 288.618 152.227C288.202 147.359 288.662 146.827 288.448 140.255C288.406 138.95 288.355 137.748 288.303 136.6L288.317 135.771L289.118 135.785C293.753 135.574 297.52 135.344 303.718 135.565C304.281 135.585 304.812 135.598 305.318 135.604C311.454 135.209 314.077 134.881 321.569 129.244C327.287 123.395 326.799 119.941 326.757 114.5C326.653 112.999 326.457 111.279 325.952 109.246C324.35 99.1543 311.91 93.0699 305.318 93.8202C305.037 93.8202 304.766 93.8213 304.507 93.8235C297.949 93.8789 289.142 94.0198 279.845 93.8601C277.339 93.8171 274.674 93.8149 271.918 93.8292L273.447 92.3C273.486 99.7685 273.645 107.912 273.437 115.407C273.152 125.669 272.792 140.177 272.551 146.879C272.346 152.553 272.276 154.594 272.349 159L271.918 158.569C272.717 158.556 273.594 158.538 274.584 158.516C278.292 158.431 283.401 158.511 287.716 158.822C289.887 158.979 289.395 159.197 287.21 159.302C284.013 159.454 281.389 159.352 279.743 159.625C276.736 160.123 275.309 160.341 271.918 160.133L270.805 160.152L270.785 159C270.805 158.679 270.828 158.34 270.856 157.981C271.173 153.826 270.452 151.869 270.535 149.447C270.618 147.025 271.043 147.065 270.716 134.751C270.388 122.438 270.304 115.687 270.226 111.024C270.158 107.009 270.422 99.2344 270.412 92.3L270.386 90.8208L271.918 90.7939C273.038 90.7922 274.137 90.7834 275.194 90.7649C282.794 90.6317 298.244 90.7538 304.472 90.5356C304.768 90.5253 305.049 90.5165 305.318 90.5092C311.018 90.5956 311.329 91.1231 315.983 93.0163ZM290.071 108.54C289.741 108.48 289.427 108.494 289.118 108.549L290.367 107.3C290.554 108.361 291.23 109.363 291.102 110.744C290.936 112.527 290.312 112.794 290.452 114.837C290.593 116.878 290.166 118.922 290.422 119.831C290.638 120.597 290.122 120.786 290.057 121.6L289.118 120.661C289.269 120.673 289.443 120.669 289.645 120.642C290.936 120.47 291.719 120.571 292.848 120.823C293.977 121.075 297.446 121.29 298.707 120.98C299.969 120.671 301.408 121.208 302.273 121.335C302.543 121.375 302.755 121.429 302.917 121.486C302.986 121.509 303.018 121.56 303.018 121.609C303.018 121.609 303.018 121.609 303.018 121.609C303.018 121.671 302.969 121.731 302.88 121.739C302.45 121.777 301.808 121.876 301.049 122.1C299.635 122.516 299.48 122.056 297.569 122.27C295.659 122.484 294.511 122.911 292.263 122.635C290.906 122.468 290.18 122.824 289.118 122.987L287.652 122.899L287.731 121.6C287.623 120.904 287.599 120.065 287.858 118.808C288.514 115.635 287.304 115.301 287.143 112.139C287.065 110.61 287.181 108.887 287.315 107.3L287.43 105.396L289.118 105.497C290.813 105.641 292.354 105.805 293.338 105.777C295.244 105.721 297.804 105.58 300.506 105.74C301.297 105.787 302.143 105.785 303.018 105.767C305.35 105.693 308.274 106.299 310.059 108.32C311.531 109.866 312.251 112.473 312.015 114.5C311.896 116.079 311.321 117.433 310.784 118.194C309.463 119.887 309.006 120.137 307.33 121.204C306.331 121.783 304.714 122.057 303.432 121.771C302.787 121.625 302.948 121.411 303.559 121.286C304.448 121.093 305.19 121.042 305.557 120.663C306.268 119.887 306.443 119.619 307.481 119.357C308.541 119.015 308.336 118.107 308.701 117.745C308.887 117.542 309.074 117.497 309.333 117.136C309.568 116.777 309.96 116.06 309.816 114.5C309.816 114.5 309.816 114.499 309.816 114.499C309.405 111.36 307.923 110.575 307.09 110.048C306.386 109.62 304.78 108.781 303.018 108.806C302.62 108.804 302.23 108.813 301.858 108.835C299.649 108.968 295.158 108.846 293.348 109.064C291.538 109.282 291.534 108.806 290.071 108.54ZM354.616 94.9108C354.366 102.415 355.394 108.415 355.376 117.2L353.376 115.2C353.919 115.201 354.473 115.206 355.039 115.216C364.751 115.382 366.205 116.006 377.328 115.866C378.58 115.85 379.832 115.841 381.076 115.838L379.714 117.2C379.688 107.399 379.999 98.1402 379.771 93.7455C379.744 93.2177 379.728 92.7403 379.722 92.3L379.707 90.9616L381.076 90.9464C384.768 90.8937 385.854 91.4958 392.137 91.342C394.423 91.2861 396.416 91.2591 398.276 91.2566L399.307 91.2452L399.319 92.3C399.324 96.1634 399.223 99.4544 399.053 103.606C398.801 109.756 398.586 128.651 398.895 135.522C399.205 142.393 398.668 150.23 398.541 154.942C398.501 156.41 398.447 157.566 398.39 158.451C398.366 158.827 398.316 159 398.267 159C398.267 159 398.267 159 398.267 159C398.205 159 398.145 158.731 398.137 158.249C398.099 155.908 397.999 152.41 397.776 148.277C397.36 140.571 397.82 139.729 397.606 129.324C397.392 118.918 396.965 112.667 397.241 100.423C397.314 97.2098 397.287 94.6462 397.221 92.3L398.276 93.3546C393.053 93.502 388.909 93.848 381.076 93.745L382.521 92.3C382.494 94.3555 382.436 96.665 382.335 99.3146C382.014 107.775 382.141 112.53 382.372 117.2L382.357 118.51L381.076 118.496C376.206 118.737 371.429 119.093 362.638 119.175C359.658 119.203 356.544 119.206 353.376 119.192L351.362 119.17L351.384 117.2C351.42 108.758 351.576 99.9391 351.699 92.3L353.376 93.9771C347.313 93.8798 341.993 93.8032 338.194 93.8235C337.535 93.827 336.862 93.8309 336.176 93.835L337.711 92.3C337.771 102.436 337.885 115.541 337.736 129.325C337.638 138.334 337.751 148.637 337.788 159L336.176 157.387C341.962 157.367 347.767 157.37 353.376 157.446L351.822 159C351.832 158.244 351.844 157.492 351.857 156.743C351.987 149.354 352.132 140.575 352.274 132.2L352.287 131.086L353.376 131.098C363.415 131.269 372.872 131.436 378.657 131.567C379.513 131.587 380.316 131.605 381.076 131.622L381.66 131.629L381.654 132.2C381.46 140.858 381.425 143.802 381.56 153.191C381.586 154.958 381.596 156.926 381.59 159L381.076 158.486C385.892 158.5 391.281 158.604 396.056 158.822C399.494 158.979 398.715 159.197 395.255 159.302C390.194 159.454 386.041 159.352 383.433 159.625C382.577 159.715 381.803 159.795 381.076 159.866L380.22 159.875L380.21 159C379.851 155.302 379.748 152.853 380.014 147.356C380.331 140.779 379.61 137.68 379.693 133.847C379.706 133.229 379.728 132.713 379.755 132.2L381.076 133.521C378.402 133.383 375.813 133.127 359.457 133.402C357.327 133.438 355.303 133.471 353.376 133.501L354.677 132.2C354.871 144.506 354.958 152.816 355.02 159L355.038 160.626L353.376 160.645C351.665 160.662 350.118 160.677 348.693 160.692C345.631 160.725 341.187 160.681 336.176 160.627L334.567 160.645L334.549 159C334.625 151.929 334.719 143.729 334.641 136.688C334.516 125.391 334.616 103.137 334.448 92.3L334.429 90.5913L336.176 90.5719C336.88 90.561 337.537 90.549 338.139 90.5356C346.787 90.3443 347.865 90.6871 353.376 90.9537L354.707 90.9389L354.722 92.3C354.685 93.0722 354.649 93.9315 354.616 94.9108ZM438.951 108.54C434.921 108.404 431.33 108.646 427.497 108.892L429.089 107.3C429.293 110.472 429.499 113.81 429.497 117.7L427.497 115.7C428.086 115.7 428.688 115.706 429.304 115.716C438.897 115.882 440.334 116.506 451.321 116.366C453.734 116.335 456.148 116.331 458.497 116.342L459.84 116.327L459.855 117.7C459.829 123.382 459.721 128.688 459.718 132.7L459.731 133.907L458.497 133.921C456.617 133.919 455.02 133.941 453.802 134.004C448.91 134.261 448.394 133.486 441.447 133.658C435.816 133.797 431.983 133.757 427.497 133.603L428.4 132.7C428.364 133.748 428.322 134.831 428.274 135.981C428.2 137.77 428.129 140.652 428.073 144L427.497 143.423C435.517 143.556 446.217 143.599 451.005 143.38C453.67 143.259 456.482 143.268 459.197 143.331L459.858 143.324L459.866 144C459.767 148.199 459.539 152.164 459.462 154.992C459.422 156.442 459.368 157.583 459.311 158.458C459.287 158.829 459.237 159 459.188 159C459.188 159 459.188 159 459.188 159C459.126 159 459.066 158.734 459.058 158.258C459.02 155.946 458.921 152.49 458.697 148.408C458.601 146.641 458.551 145.239 458.53 144L459.197 144.667C455.098 144.739 452.775 144.505 444.882 144.67C438.279 144.807 433.37 145.033 427.497 145.103L426.381 145.091L426.394 144C426.354 140.73 426.363 137.162 426.462 132.837C426.463 132.791 426.464 132.746 426.465 132.7L426.477 131.657L427.497 131.668C439.283 131.929 442.203 130.824 458.497 131.41L457.207 132.7C457.217 132.435 457.227 132.166 457.237 131.894C457.479 125.592 457.467 121.372 457.347 117.7L458.497 118.849C452.22 119.054 447.543 119.573 436.81 119.675C433.815 119.703 430.682 119.706 427.497 119.691L425.483 119.669L425.506 117.7C425.521 114.259 425.557 110.756 425.602 107.3L425.624 105.384L427.497 105.405C439.019 105.556 450.026 105.812 456.526 105.777C457.392 105.772 458.283 105.767 459.197 105.761L457.658 107.3C457.63 102.801 457.593 97.7354 457.574 92.3L459.197 93.9224C452.652 93.9446 445.572 93.94 438.3 93.8601C429.78 93.7665 420.09 93.8662 410.297 93.9075L411.904 92.3C411.933 99.2177 411.933 106.186 411.815 112.83C411.556 127.461 411.234 147.613 410.996 159L410.297 158.301C411.399 158.324 412.419 158.346 413.344 158.367C423.825 158.609 426.38 158.663 436.468 158.516C442.267 158.431 450.256 158.511 457.004 158.822C460.4 158.979 459.631 159.197 456.212 159.302C451.214 159.454 447.111 159.352 444.535 159.625C439.389 160.17 437.202 160.38 430.705 160.062C424.208 159.745 421.147 160.466 417.36 160.383C415.192 160.335 414.286 160.176 410.297 160.109L409.2 160.122L409.187 159C409.237 156.019 409.235 151.317 409.095 143.081C408.767 123.824 408.683 113.267 408.605 105.975C408.569 102.686 408.625 97.7826 408.684 92.3L408.666 90.7056L410.297 90.6873C416.97 90.7598 424.502 90.838 431.026 90.7649C437.991 90.6868 449.173 90.6964 459.197 90.6739L460.805 90.6558L460.823 92.3C460.836 98.0051 460.859 103.335 460.915 107.3L460.934 108.999L459.197 109.018C458.241 109.031 457.364 109.047 456.581 109.064C446.841 109.282 446.821 108.806 438.951 108.54ZM498.562 91.0596C503.912 91.3255 508.124 90.15 514.645 90.3162C516.882 90.3731 518.466 90.4839 519.884 90.5993L521.556 90.5717L521.584 92.3C521.363 95.0161 521.126 97.1206 521.218 102.028C521.251 103.803 521.253 105.58 521.239 107.3L521.261 108.632L519.884 108.655C514.369 108.61 509.425 108.409 506.89 108.604C504.38 108.798 503.565 108.404 501.284 108.273L502.256 107.3C502.214 108.04 502.199 108.935 502.242 110.091C502.414 114.813 502.312 117.675 502.061 121.805C501.809 125.934 501.594 138.622 501.903 143.235C502.213 147.849 501.676 153.111 501.548 156.275C501.509 157.261 501.454 158.037 501.398 158.632C501.374 158.884 501.324 159 501.275 159C501.275 159 501.275 159 501.274 159C501.213 159 501.152 158.819 501.145 158.496C501.107 156.924 501.007 154.575 500.784 151.8C500.368 146.626 500.828 146.06 500.614 139.073C500.4 132.086 499.972 127.889 500.249 119.668C500.428 114.342 500.005 111.674 499.864 107.3L499.888 105.857L501.284 105.88C503.661 105.803 506.543 105.809 510.63 106.04C514.689 106.27 517.478 106.271 519.884 106.168L518.752 107.3C518.563 102.856 518.02 99.7208 517.911 92.3L519.884 94.2729C519.838 94.2736 519.793 94.2743 519.747 94.2749C508.183 94.4358 493.586 93.7681 486.615 93.8235C480.828 93.8694 473.395 93.9744 465.384 93.9174L467.001 92.3C466.989 93.9406 466.971 95.6054 466.944 97.2852C466.893 100.428 466.899 103.805 466.922 107.3L465.384 105.762C471.463 105.722 477.899 105.632 484.084 105.703L485.707 105.73L485.681 107.3C485.664 108.742 485.639 110.169 485.602 111.576C485.317 122.484 484.957 137.906 484.716 145.031C484.497 151.509 484.432 153.532 484.533 159L484.084 158.551C484.63 158.541 485.211 158.529 485.834 158.516C489.776 158.431 495.206 158.511 499.793 158.822C502.102 158.979 501.578 159.197 499.255 159.302C495.857 159.454 493.068 159.352 491.317 159.625C488.462 160.07 486.946 160.291 484.084 160.185L482.919 160.204L482.899 159C482.923 158.356 482.963 157.643 483.021 156.832C483.339 152.416 482.618 150.335 482.701 147.761C482.784 145.187 483.209 145.229 482.881 132.139C482.562 119.383 482.474 112.243 482.397 107.3L484.084 108.986C483.954 108.988 483.826 108.99 483.7 108.992C479.736 109.055 472.325 108.832 465.384 108.808L463.901 108.832L463.876 107.3C463.882 105.56 463.875 103.849 463.848 102.23C463.805 99.5966 463.789 96.0774 463.779 92.3L463.753 90.7223L465.384 90.6954C473.197 90.6751 482.115 90.6827 486.578 90.5356C493.198 90.3175 493.212 90.7936 498.562 91.0596Z' fill='%23171717'/%3E%3Cpath d='M3.57 36.69C3.57 22.9 12.88 12.54 26.74 12.54C40.53 12.54 49.91 22.9 49.91 36.69C49.91 50.48 40.53 60.84 26.74 60.84C12.88 60.84 3.57 50.48 3.57 36.69ZM43.89 36.69C43.89 25.77 37.17 17.72 26.74 17.72C16.24 17.72 9.59 25.77 9.59 36.69C9.59 47.54 16.24 55.66 26.74 55.66C37.17 55.66 43.89 47.54 43.89 36.69ZM92.0954 60V18.49H64.7954V60H58.9854V13.31H97.9054V60H92.0954ZM120.369 60V18.49H105.599V13.31H141.019V18.49H126.179V60H120.369ZM148.741 13.31H154.551V51.04L181.431 13.31H187.381V60H181.571V21.57L154.341 60H148.741V13.31ZM202.712 26.33C202.712 34.31 205.512 37.11 212.932 37.11C217.202 37.11 221.332 36.34 224.342 34.94V13.31H230.152V60H224.342V39.63C221.262 40.96 216.852 42.29 211.322 42.29C201.242 42.29 196.902 37.74 196.902 26.26V13.31H202.712V26.33ZM241.095 60V13.31H271.685V18.49H246.905V33.54H271.195V38.72H246.905V54.82H271.685V60H241.095ZM302.858 60.84C289.628 60.84 279.058 51.04 279.058 36.69C279.058 22.34 289.628 12.54 302.858 12.54C311.328 12.54 317.068 16.53 320.778 21.78L315.878 24.51C313.218 20.59 308.388 17.72 302.858 17.72C292.848 17.72 285.078 25.56 285.078 36.69C285.078 47.75 292.848 55.66 302.858 55.66C308.388 55.66 313.218 52.86 315.878 48.87L320.848 51.6C316.928 56.92 311.328 60.84 302.858 60.84ZM356.463 60L338.753 39L334.063 44.32V60H328.253V13.31H334.063V37.46L354.713 13.31H361.993L342.533 35.5L363.673 60H356.463ZM370.294 13.31H376.104V51.04L402.984 13.31H408.934V60H403.124V21.57L375.894 60H370.294V13.31ZM439.175 9.81C434.555 9.81 430.425 7.64 427.765 4.07L430.775 1.62C432.735 4.28 435.675 5.96 439.175 5.96C442.675 5.96 445.615 4.28 447.505 1.62L450.515 4.07C447.925 7.64 443.865 9.81 439.175 9.81ZM419.855 13.31H425.665V51.04L452.545 13.31H458.495V60H452.685V21.57L425.455 60H419.855V13.31Z' fill='white'/%3E%3Cpath d='M47.754 28.0711C46.8164 24.9722 44.9923 23.0354 42.5125 20.2083C39.855 17.5327 39.569 16.7411 35.4808 14.9898C32.3906 13.8035 29.0648 13.2928 26.74 13.3031C25.9334 13.3012 25.264 13.3501 24.7549 13.4299C22.8017 13.7927 22.4931 13.2735 19.7617 14.12C17.0784 15.0706 15.5259 15.8047 13.3829 17.0935C11.0029 18.124 6.07163 24.3723 5.59306 27.2637C4.76722 29.9427 3.94975 33.0571 3.78238 35.0121C3.72357 35.6216 3.68073 36.0905 3.64239 36.4611C3.62632 36.6173 3.59532 36.69 3.56437 36.69C3.56435 36.69 3.56433 36.69 3.56431 36.69C3.52592 36.69 3.48762 36.5771 3.48476 36.3752C3.47137 35.4019 3.46921 33.938 3.59674 32.2014C3.95713 28.9761 4.19001 28.6218 5.8825 24.5794C7.82311 20.6805 9.38527 18.1819 13.8583 15.415C18.393 13.145 19.5374 11.7138 26.74 11.7378C26.8319 11.7426 26.9245 11.7481 27.0179 11.7541C34.2488 12.7213 35.4646 12.1681 41.8282 16.2619C48.3314 20.7643 50.8489 30.6694 50.8165 35.0088C50.8503 35.5514 50.8712 36.1028 50.8767 36.69C50.9386 40.8844 50.0323 46.378 46.9212 51.1008C43.6246 56.5607 36.4146 61.3933 29.3081 61.6703C28.4911 61.726 27.6311 61.7467 26.74 61.7246C19.9609 61.8813 12.4381 57.6715 9.98771 54.5382C7.0986 51.1139 6.58508 50.1009 4.87862 46.173C3.95374 43.8786 3.33485 40.4759 3.47298 37.6176C3.54878 36.1785 3.67576 36.5181 3.78439 37.9375C3.96474 40.0203 4.20439 41.7213 4.60105 42.7278C5.43189 44.724 5.77609 45.5206 6.70207 48.0141C7.71776 50.4987 8.88484 51.2484 9.79724 52.4551C10.2748 53.0528 10.4591 53.395 11.2625 54.2407C12.0866 55.0374 13.4875 56.5392 17.088 58.1061C20.9931 59.7103 24.2456 59.8926 26.74 59.8673C28.8996 59.8247 30.528 59.5583 31.8492 59.2566C34.7103 58.7686 40.6169 56.34 43.5577 52.4271C46.5538 49.3207 49.242 41.3085 48.8459 36.69C48.8353 36.1032 48.8054 35.5919 48.7659 35.143C48.2891 31.2411 48.5149 31.1934 47.754 28.0711ZM9.81157 29.6371C10.7538 27.2262 10.9648 24.9153 13.2073 22.3932C15.5829 20.0636 16.2041 19.9855 19.4965 18.2977C22.0372 17.1284 24.8577 16.9371 26.74 16.957C27.3958 16.9588 27.9411 16.9761 28.3647 16.9689C30.0209 16.9884 30.1383 17.4315 32.3764 17.9641C34.6126 18.5949 35.8718 19.3765 37.3831 20.7129C39.1216 21.8854 42.4827 27.0521 43.1196 29.2181C44.0347 31.2869 44.0462 33.8931 44.0235 35.3901C44.022 35.8643 43.9942 36.2282 43.9609 36.5138C43.9467 36.6343 43.9152 36.69 43.8844 36.69C43.8843 36.69 43.8843 36.69 43.8843 36.69C43.8458 36.6899 43.8083 36.6038 43.8021 36.4504C43.7719 35.7111 43.6681 34.5966 43.3533 33.33C42.6901 31.0121 43.0044 30.6346 41.6554 27.6764C40.1197 24.826 38.806 23.3519 35.9034 21.0369C32.7957 19.0271 31.7331 19.1477 26.74 18.5227C26.6719 18.5177 26.6032 18.5129 26.5339 18.5083C21.256 18.5075 20.5965 19.4728 16.6583 22.4477C12.6481 25.6549 10.5242 32.2901 10.5712 35.4737C10.5566 35.8658 10.5515 36.2648 10.5568 36.69C10.588 39.6994 11.2155 43.4967 13.0665 46.9274C15.0711 50.9588 20.0177 54.1277 24.9144 54.622C25.4883 54.7002 26.0999 54.7539 26.74 54.7761C31.539 55.1953 36.9821 52.3147 38.8547 50.0667C41.0585 47.6265 41.4897 46.8202 42.5022 43.8021C43.0442 42.0388 43.5343 39.5563 43.7693 37.3946C43.8822 36.3057 44.0255 36.5496 44.0607 37.6582C44.0966 39.2881 43.8236 40.6005 43.8272 41.4592C43.807 43.1703 43.7529 43.9711 42.7404 45.8954C41.6812 47.7738 41.468 48.8472 40.6598 49.8573C40.2461 50.3469 39.9919 50.5483 39.2981 51.2178C38.579 51.8478 37.4991 53.1087 34.6403 54.6689C31.5297 56.2775 28.8055 56.5719 26.74 56.6322C24.9318 56.6685 23.5414 56.4774 22.4076 56.2466C19.9213 55.8961 15.1351 53.2667 12.7433 49.9444C10.2379 47.2342 8.37629 40.4602 8.52622 36.69C8.5157 36.1998 8.51551 35.771 8.51775 35.3934C8.6308 32.1196 8.98186 32.1193 9.81157 29.6371ZM63.2856 59.2247C63.7979 59.2399 64.3002 59.2476 64.7954 59.2491L64.0444 60C64.0592 55.0714 63.4611 50.8563 63.5555 44.6409C63.6593 37.8013 64.0491 36.7769 63.9614 28.9437C63.9208 25.3159 63.9562 21.6871 63.9899 18.49L63.9821 17.6925L64.7954 17.6845C68.5012 17.7237 71.6271 17.7607 73.4995 17.6748C76.987 17.5146 77.3551 17.9988 82.3078 17.8913C86.2562 17.8055 88.9646 17.8283 92.0954 17.9209L92.6589 17.9153L92.6645 18.49C92.641 19.2861 92.613 20.1096 92.581 20.9877C92.4236 25.3193 92.2893 38.6265 92.4826 43.4653C92.676 48.3043 92.3405 53.8233 92.2609 57.1424C92.2361 58.1762 92.2022 58.9898 92.1669 59.6136C92.152 59.8778 92.1207 59.9999 92.0898 60C92.0897 60 92.0897 60 92.0897 60C92.0512 59.9999 92.0134 59.8106 92.0085 59.471C91.9849 57.8226 91.9227 55.3588 91.7832 52.4482C91.523 47.0213 91.8105 46.4282 91.6768 39.1C91.5431 31.7718 91.2759 27.3689 91.4487 18.7464C91.4504 18.6602 91.4521 18.5748 91.4536 18.49L92.0954 19.1318C83.6888 18.9782 81.6273 19.683 69.5774 19.2772C67.7661 19.2162 66.196 19.1811 64.7954 19.1657L65.4711 18.49C65.3834 26.5007 65.9441 28.9652 66.0297 39.2892C66.0841 45.8518 65.9869 53.3456 65.8917 60L65.8809 61.107L64.7954 61.0963C62.7637 61.0673 60.8102 61.0384 58.9854 61.0141L57.9614 61.004L57.9713 60C58.0145 56.7552 58.0434 53.9172 58.0332 51.7695C57.9986 44.4579 57.9105 34.6379 58.0103 24.2728C58.0434 20.8394 58.0378 17.1392 58.0221 13.31L58.0317 12.3374L58.9854 12.3467C66.7161 12.315 74.9731 12.2418 82.6245 12.3609C87.2415 12.4327 92.6295 12.5122 97.9054 12.5914L98.631 12.5985L98.624 13.31C98.507 21.1082 98.3907 28.6615 98.3008 33.1188C98.1501 40.5914 98.1161 42.4128 98.2082 49.6056C98.2461 52.5687 98.2312 56.3336 98.1481 60L98.1457 60.245L97.9054 60.2427C96.4559 60.2098 95.0218 60.1663 93.6587 60.1111C91.2375 60.0131 91.7861 59.8767 94.2232 59.8114C95.5462 59.776 96.7813 59.7625 97.9054 59.7508L97.6562 60C97.6364 58.0965 97.6218 56.5114 97.5146 55.3569C97.1739 51.6878 97.0432 50.1283 97.2415 45.4963C97.4398 40.8645 96.9891 38.682 97.041 35.9819C97.0929 33.2817 97.3587 33.3261 97.1539 19.597C97.1203 17.3393 97.0907 15.2494 97.0646 13.31L97.9054 14.1508C88.0506 14.2834 82.0816 14.3266 77.7373 14.3677C73.6675 14.4062 66.1315 14.2732 58.9854 14.2535L59.9289 13.31C59.9235 15.2932 59.9267 17.2463 59.9448 19.0869C60.0281 27.5604 59.9518 44.7866 60.0881 51.7307C60.1777 56.2956 60.0798 57.8657 59.955 60L58.9854 59.0304C60.0976 59.0954 61.3631 59.1678 63.2856 59.2247ZM116.373 14.0853C112.782 13.9206 109.948 14.6402 105.599 14.5526L106.842 13.31C106.841 13.3506 106.84 13.3914 106.839 13.4323C106.784 15.7655 106.65 17.051 106.548 18.49L105.599 17.5414C106.885 17.6324 108.293 17.6974 110.681 17.656C114.234 17.5944 117.788 17.7075 120.369 17.7249L121.123 17.7134L121.134 18.49C121.127 19.585 121.137 20.5052 121.185 21.1761C121.345 23.4288 120.861 23.6665 120.968 26.8656C121.076 30.0645 121.012 32.0033 120.855 34.801C120.698 37.5989 120.563 46.1943 120.757 49.3198C120.95 52.4454 120.614 56.0103 120.535 58.1542C120.51 58.822 120.476 59.3475 120.441 59.7504C120.426 59.9211 120.395 60 120.364 60C120.364 60 120.364 60 120.364 60C120.325 59.9999 120.287 59.8777 120.283 59.6583C120.259 58.5935 120.197 57.0021 120.057 55.1221C119.797 51.6167 120.084 51.2337 119.951 46.5001C119.817 41.7667 119.55 38.9228 119.723 33.3532C119.895 27.7838 119.172 26.5045 119.582 18.6427C119.585 18.5915 119.587 18.5406 119.59 18.49L120.369 19.2694C113.213 18.9059 111.945 19.5213 105.599 19.6927L104.379 19.6742L104.397 18.49C104.383 17.9897 104.372 17.4579 104.365 16.8891C104.35 15.7331 104.347 14.5323 104.351 13.31L104.371 12.0432L105.599 12.0619C112.661 12.0884 120.441 12.3873 124.467 12.3578C128.905 12.3253 134.773 12.2456 141.019 12.3189L142.025 12.3342L142.011 13.31C142.006 13.7113 142 14.1142 141.994 14.5184C141.975 15.7911 141.969 17.1206 141.97 18.49L141.956 19.4552L141.019 19.4409C136.317 19.4446 131.144 19.5349 126.179 19.4943L127.184 18.49C127.174 19.6848 127.156 20.8675 127.129 22.0286C126.95 29.4188 126.725 39.867 126.575 44.694C126.424 49.5207 126.39 50.6972 126.482 55.3432C126.509 56.7034 126.509 58.3253 126.477 60L126.473 60.3025L126.179 60.2981C124.566 60.2673 122.904 60.2066 121.379 60.1111C119.815 60.0131 120.17 59.8767 121.744 59.8114C123.508 59.7383 125.031 59.7587 126.179 59.6954L125.875 60C125.855 59.6502 125.828 59.335 125.789 59.0581C125.448 56.6881 125.317 55.6808 125.516 52.6889C125.714 49.6971 125.263 48.2873 125.315 46.5433C125.367 44.7992 125.633 44.8279 125.428 35.9598C125.223 27.0917 125.171 22.2302 125.122 18.8719C125.12 18.7493 125.118 18.622 125.117 18.49L125.101 17.4444L126.179 17.428C129.53 17.4006 135.851 17.5947 141.019 17.5386L140.068 18.49C140.066 18.2807 140.063 18.0733 140.06 17.868C140.041 16.6009 140.03 15.0307 140.023 13.31L141.019 14.3062C135.308 14.3288 127.939 14.3079 124.492 14.4127C120.007 14.549 119.998 14.2515 116.373 14.0853ZM186.606 43.3533C186.772 37.0377 186.038 32.066 186.141 24.3682C186.212 19.1498 186.414 16.9392 186.509 13.31L187.381 14.1824C185.793 14.1406 183.933 14.1193 181.431 14.1382L182.106 13.7906C181.983 13.9663 181.857 14.1461 181.729 14.3301C176.685 21.5607 171.35 28.5898 169.203 31.8797C167.056 35.1694 166.421 35.2258 163.274 39.8279C160.128 44.4298 158.116 47.1445 155.159 51.0233C155.089 51.116 155.015 51.2134 154.938 51.3153L154.083 52.5254L154.077 51.04C154.229 45.8212 154.353 31.4248 154.164 26.109C154.01 21.7843 154.19 16.9769 154.311 13.31L154.551 13.5504C153.601 13.5191 152.726 13.4919 151.957 13.4755C150.794 13.4507 149.878 13.4168 149.176 13.3815C148.879 13.3666 148.741 13.3353 148.741 13.3044C148.741 13.3043 148.741 13.3043 148.741 13.3043C148.741 13.2658 148.954 13.228 149.337 13.2231C150.659 13.2063 152.447 13.1699 154.551 13.0998L154.763 13.1017L154.761 13.31C154.79 14.1583 154.823 15.058 154.863 15.9991C155.124 22.1069 154.836 22.7744 154.97 31.022C155.09 38.4098 155.317 43.1559 155.238 51.04L153.992 50.6413C154.531 49.8994 155.099 49.1252 155.701 48.3118C161.472 40.5086 162.177 38.2736 170.459 27.3547C175.811 20.298 177.797 17.1283 180.648 12.7517L180.944 12.3436L181.431 12.3479C183.169 12.2755 185.071 12.2036 187.381 12.1504L188.551 12.1606L188.541 13.31C188.575 14.7974 188.602 16.4541 188.616 18.3451C188.716 31.9958 188.299 49.2272 188.333 57.456C188.337 58.2766 188.341 59.1254 188.345 60L188.337 60.9722L187.381 60.9639C185.551 60.9728 183.608 60.9831 181.571 60.9924L180.57 60.9836L180.579 60C180.548 53.25 180.527 45.4756 180.596 37.4078C180.638 32.5061 180.618 27.1215 180.594 21.57L182.369 22.1352C177.967 28.405 173.388 34.9388 168.988 40.971C164.737 46.798 159.507 53.9805 154.853 60.3625L154.66 60.6299L154.341 60.6271C152.402 60.6006 150.522 60.5745 148.741 60.5491L148.187 60.5443L148.192 60C148.248 56.084 148.3 52.6454 148.346 50.1024C148.497 41.6923 148.531 39.6424 148.438 31.5473C148.386 26.8941 148.435 20.4839 148.63 15.0694C148.728 12.3445 148.865 12.962 148.93 15.7047C149.025 19.7155 148.962 23.0079 149.132 25.0745C149.473 29.2039 149.603 30.959 149.405 36.1721C149.207 41.385 149.658 43.8413 149.606 46.8801C149.561 49.5206 149.354 49.8291 149.435 60L148.741 59.3064C150.276 59.2942 152.036 59.2754 154.062 59.2485C154.155 59.2473 154.248 59.2461 154.341 59.2448L153.725 59.5634C162.391 46.9836 167.208 40.0967 170.53 35.3229C172.769 32.1064 176.761 26.6326 180.789 21.016L182.518 18.5562L182.53 21.57C182.51 24.979 182.503 28.4215 182.531 31.5713C182.592 38.5659 182.567 50.8596 182.603 60L181.571 58.968C183.718 58.9595 185.692 58.9476 187.381 58.9305L186.312 60C186.302 59.0757 186.291 58.2363 186.279 57.4996C186.142 49.6847 186.44 49.6686 186.606 43.3533ZM229.377 44.5727C229.543 40.1674 228.808 36.6996 228.912 31.3302C229.016 25.9609 229.405 25.1567 229.318 19.0074C229.29 17.0732 229.298 15.1386 229.316 13.31L230.152 14.1459C228.013 14.1246 226.02 14.0886 224.342 14.0768L225.109 13.31C225.098 14.7586 225.106 15.9724 225.157 16.8419C225.317 19.5797 224.833 19.8687 224.941 23.7566C225.048 27.6444 224.985 30.0007 224.827 33.4009C224.808 33.8169 224.789 34.3382 224.771 34.94L224.775 35.2085L224.523 35.3294C221.749 36.5983 216.826 37.4369 212.932 37.4055C211.127 37.4223 209.53 37.2508 208.462 37.021C206.534 36.6826 204.517 35.3148 203.686 33.4842C202.813 31.692 202.713 29.8857 202.633 28.587C202.591 27.7742 202.612 27.1206 202.642 26.6376C202.655 26.4287 202.687 26.3299 202.717 26.33C202.717 26.33 202.717 26.33 202.717 26.33C202.756 26.3299 202.793 26.4826 202.801 26.7478C202.857 28.0174 202.945 30.0162 203.81 32.0705C204.662 33.9493 205.511 34.7086 206.578 35.4074C207.671 36.0662 209.135 36.6272 211.965 36.6742C212.3 36.6787 212.609 36.6754 212.932 36.6669C217.076 36.48 220.14 35.9541 224.047 34.3051L223.642 34.94C223.648 33.9228 223.665 32.8334 223.695 31.6414C223.868 24.8726 223.145 23.3178 223.555 13.7629C223.561 13.6098 223.567 13.4588 223.573 13.31L223.583 12.5321L224.342 12.5416C226.729 12.6374 228.569 12.6582 230.152 12.6347L230.835 12.6433L230.827 13.31C230.893 17.7862 231.313 20.2077 231.386 27.129C231.487 36.6506 231.069 48.6698 231.104 54.4096C231.114 56.113 231.129 57.9899 231.143 60L231.13 61.0031L230.152 60.9908C228.316 61.003 226.369 61.0139 224.342 61.0187L223.311 61.0058L223.323 60C223.316 56.7678 223.324 53.3313 223.367 49.8148C223.406 46.6502 223.391 43.197 223.37 39.63L224.727 40.5226C220.586 42.3546 215.869 43.3405 211.322 43.2889C210.072 43.2783 208.828 43.1958 207.603 43.0019C204.287 42.5718 200.086 40.6834 198.289 36.9825C196.448 33.4051 196.333 29.4837 196.369 26.26C196.419 23.8551 196.465 21.7447 196.506 20.1434C196.586 17.058 196.633 15.1999 196.646 13.31L196.649 13.051L196.902 13.0542C198.541 13.0658 200.204 13.052 202.712 13.0121L203.013 13.0158L203.01 13.31C203.011 13.4084 203.013 13.5081 203.015 13.6091C203.068 16.8548 203.018 21.326 202.823 25.1028C202.725 27.0035 202.589 26.5728 202.523 24.6596C202.428 21.8621 202.492 19.5655 202.321 18.1241C202.091 16.1821 201.957 14.993 201.955 13.31L202.712 14.0671C201.898 14.0682 200.97 14.0385 199.785 13.9739C198.664 13.9127 197.726 13.9133 196.902 13.9418L197.534 13.31C197.598 15.158 197.802 16.4297 197.766 17.8958C197.723 19.6669 197.53 19.9338 197.587 26.26C197.601 27.488 197.659 28.9459 197.915 30.653C199.353 41.6382 207.986 41.1163 211.322 41.2352C211.4 41.2342 211.478 41.233 211.555 41.2315C214.346 41.216 219.388 40.7475 223.964 38.7562L225.276 38.1713L225.294 39.63C225.279 41.7226 225.277 43.8121 225.301 45.7438C225.346 49.2953 225.345 54.8054 225.355 60L224.342 58.987C226.372 58.9831 228.354 58.9774 230.152 58.9666L229.118 60C229.105 57.7817 229.084 55.8434 229.049 54.44C228.913 48.9889 229.21 48.9777 229.377 44.5727ZM246.13 22.4024C246.17 21.0453 246.157 19.7584 246.116 18.49L246.108 17.709L246.905 17.7011C250.849 17.5731 254.615 17.1715 259.759 17.2501C265.311 17.3349 267.008 17.6104 271.685 17.6608L270.856 18.49C270.867 17.4404 270.867 16.2406 270.851 14.8135C270.845 14.312 270.841 13.8104 270.838 13.31L271.685 14.1567C264.417 14.1991 257.39 13.9754 254.147 14.1252C250.68 14.2854 250.314 13.8012 245.392 13.9087C243.792 13.9437 242.397 13.9606 241.095 13.9621L241.747 13.31C241.75 16.0144 241.687 18.3181 241.58 21.224C241.423 25.5294 241.289 38.7559 241.482 43.5655C241.675 48.3751 241.34 53.8607 241.26 57.1597C241.236 58.1873 241.202 58.996 241.166 59.6159C241.151 59.8786 241.12 59.9999 241.089 60C241.089 60 241.089 60 241.089 60C241.051 59.9999 241.013 59.8118 241.008 59.4742C240.984 57.8357 240.922 55.3869 240.783 52.494C240.522 47.0999 240.81 46.5105 240.676 39.2266C240.542 31.9427 240.275 27.5666 240.448 18.9962C240.493 16.7469 240.477 14.9523 240.436 13.31L240.442 12.6444L241.095 12.6509C245.71 12.5345 249.122 12.2205 258.045 12.5228C264.643 12.7463 268.021 12.6229 271.685 12.4482L272.555 12.4568L272.547 13.31C272.622 14.8899 272.707 16.5228 272.777 18.49L272.767 19.5933L271.685 19.5826C269.85 19.6486 267.723 19.7022 265.078 19.7243C259.338 19.7722 252.88 19.7027 246.905 19.6204L248.035 18.49C247.955 24.3477 247.862 29.7413 247.855 33.54L246.905 32.5895C247.368 32.5903 247.808 32.5898 248.222 32.5878C254.456 32.5581 262.524 32.4891 271.195 32.5331L272.212 32.5431L272.202 33.54C272.194 34.9777 272.184 36.4321 272.17 37.8973C272.167 38.1699 272.165 38.4441 272.163 38.72L272.153 39.6973L271.195 39.6879C263.814 39.63 255.273 39.738 246.905 39.7347L247.919 38.72C247.918 41.8612 247.901 44.9779 247.854 47.9997C247.82 50.1365 247.785 52.4395 247.749 54.82L246.905 53.9754C255.559 54.1062 265.238 54.2482 271.685 54.3629L272.146 54.3674L272.142 54.82C272.12 56.0371 272.1 57.1389 272.08 58.0969C272.066 58.7753 272.054 59.4069 272.042 60L272.038 60.3605L271.685 60.357C265.785 60.2395 263.697 60.2191 257.201 60.3028C253.092 60.3557 247.43 60.3058 242.649 60.1111C240.242 60.0131 240.787 59.8767 243.21 59.8114C246.752 59.716 249.659 59.7798 251.485 59.6093C255.131 59.2685 256.681 59.1378 261.285 59.3361C265.889 59.5344 268.058 59.0838 270.742 59.1356C271.09 59.1424 271.393 59.1527 271.685 59.1651L270.85 60C270.899 58.8484 270.981 57.8532 271.004 54.82L271.685 55.5012C269.555 55.4851 266.421 55.4979 261.522 55.5715C255.59 55.6605 250.823 55.7207 246.905 55.7644L245.97 55.7736L245.96 54.82C245.904 49.7242 245.875 46.0635 245.847 43.1421C245.836 41.9392 245.839 40.4315 245.851 38.72L245.84 37.6765L246.905 37.666C252.546 37.7035 260.401 37.8244 266.863 37.7606C268.131 37.748 269.597 37.7391 271.195 37.7325L270.207 38.72C270.201 37.1064 270.196 35.3576 270.193 33.54L271.195 34.5415C262.858 34.556 253.074 34.5476 248.261 34.6427C247.776 34.6523 247.326 34.6597 246.905 34.6652L245.791 34.6762L245.78 33.54C245.707 27.9646 245.975 27.5883 246.13 22.4024ZM319.561 21.4351C316.765 17.6801 313.328 15.8098 308.073 14.3655C305.819 13.8041 304.307 13.6554 302.858 13.5544C300.87 13.4742 298.925 13.3863 295.337 14.5382C289.074 16.4897 284.407 21.5293 283.188 24.1284C281.966 26.7136 281.255 26.7794 280.298 30.8249C279.853 33.0994 279.731 34.9115 279.691 36.69C279.667 38.0952 279.706 39.4815 279.894 41.0765C280.085 42.875 280.924 46.5842 282.934 49.8152C284.87 53.0894 287.894 55.6147 289.661 56.6157C293.127 58.7566 297.6 60.2762 300.429 60.5619C301.299 60.6677 301.994 60.7241 302.527 60.7664C302.753 60.784 302.858 60.8146 302.858 60.8456C302.858 60.8457 302.858 60.8457 302.858 60.8457C302.858 60.884 302.694 60.9229 302.402 60.923C300.986 60.9221 298.859 60.8384 296.376 60.3378C291.843 59.1386 291.204 58.8895 286.223 54.9418C281.657 50.5755 279.283 46.833 278.529 39.3072C278.465 38.3553 278.441 37.4949 278.438 36.69C278.769 31.3604 277.959 27.9744 283.811 20.4642C291.314 13.467 293.064 12.3199 302.858 11.3172C303.189 11.3128 303.518 11.3145 303.866 11.324C310.657 11.2152 318.215 15.6398 321.642 21.1697L322.317 22.1486L321.293 22.7039C319.51 23.6583 317.84 24.5538 316.352 25.3601L315.559 25.7902L315.073 25.0564C314.27 23.8405 313.348 22.8944 312.514 22.2003C310.205 20.2577 306.752 18.7099 302.858 18.7352C299.175 18.7248 295.196 19.9626 292.085 22.5974C288.349 25.6362 285.981 31.0963 286.081 36.69C286.081 40.8788 287.351 45.0625 289.715 48.2708C292.315 52.0419 297.575 55.0144 302.858 54.9935C308.313 55.1622 312.875 52.0877 314.816 49.6504C315.097 49.3177 315.348 48.989 315.574 48.6673L315.766 48.3869L316.054 48.5497C318.114 49.7444 319.56 50.5791 320.973 51.3723L321.234 51.5196L321.057 51.7541C319.808 53.3723 318.575 54.9526 316.038 56.9635C313.252 59.2573 308.364 61.01 304.204 60.9174C302.118 60.8722 302.605 60.7593 304.668 60.5893C307.684 60.293 310.092 59.5737 311.445 58.8124C314.095 57.2125 315.117 56.4745 318.016 53.9308C319.059 52.9596 319.768 52.0413 320.324 51.2136L320.535 52.1709C318.965 51.3976 317.759 50.9264 316.494 50.1942C316.108 49.9707 315.802 49.7824 315.486 49.5847L316.557 49.3223C316.051 49.9728 315.515 50.6952 314.105 51.9938C312.677 53.2052 310.31 55.308 305.385 56.2227C304.524 56.3672 303.678 56.4398 302.858 56.4528C291.802 56.2687 287.598 49.26 285.868 45.6785C284.927 43.6789 284.013 40.3834 284.075 36.69C284.072 32.56 285.385 27.944 287.699 24.6083C289.942 20.8368 296.367 16.4679 302.858 16.7045C307.673 16.6512 311.756 18.8943 313.812 20.6062C315.349 21.853 316.202 22.9599 316.806 23.8805L315.333 23.5306C317.124 22.5874 318.106 22.2074 320.382 21.068L320.113 22.2504C319.949 21.9942 319.766 21.7228 319.561 21.4351ZM331.447 14.0853C330.344 14.0508 329.289 14.0551 328.253 14.0826L329.026 13.31C329.131 17.2677 329.575 20.9615 329.493 26.0964C329.389 32.5756 328.999 33.546 329.087 40.9664C329.175 48.3864 328.908 55.8106 329.068 59.1146C329.084 59.4353 329.093 59.7283 329.098 60L328.253 59.1552C330.41 59.1192 331.233 59.3948 334.063 59.4158L333.479 60C333.482 59.515 333.478 58.971 333.464 58.3513C333.357 53.6599 333.42 50.8165 333.577 46.7134C333.601 46.0917 333.624 45.2747 333.646 44.32L333.645 44.1669L333.75 44.0444C335.075 42.6095 336.775 40.7383 338.519 38.7934L338.753 38.5216L338.992 38.7986C341.89 42.2952 344.99 45.9562 346.661 47.7766C349.764 51.1561 352.878 55.369 354.844 57.8239C355.457 58.5886 355.928 59.1996 356.282 59.6741C356.432 59.8751 356.482 59.9837 356.459 60.0036C356.459 60.0036 356.459 60.0037 356.459 60.0037C356.429 60.0284 356.285 59.9157 356.074 59.6729C355.049 58.4944 353.497 56.7504 351.612 54.7326C348.099 50.9703 347.957 50.3555 343.379 45.1348C341.485 42.975 339.88 41.1926 338.285 39.3948L339.212 39.405C337.779 41.1162 336.331 42.8205 334.59 44.7844L334.765 44.32C334.762 45.6996 334.745 47.1866 334.71 48.8367C334.608 53.6565 334.818 56.2855 334.923 60L334.914 60.8687L334.063 60.8598C332.429 60.9061 330.585 60.932 328.253 60.9022L327.342 60.8927L327.351 60C327.368 58.6485 327.404 57.133 327.466 55.3991C327.876 43.8694 327.119 42.6558 327.019 31.166C326.969 25.5228 327.045 19.1525 327.13 13.31L327.142 12.1758L328.253 12.1874C330.27 12.2169 332.224 12.2476 334.063 12.2748L335.109 12.2857L335.098 13.31C335.044 16.9912 335.003 20.2137 335.015 22.5639C335.036 26.7865 335.077 31.8924 335.083 37.46L333.287 36.7968C335.601 34.085 338.049 31.2385 340.569 28.3508C344.679 23.642 349.287 18.1316 353.945 12.6533L354.258 12.2949L354.713 12.2996C357.151 12.2928 359.589 12.2929 361.993 12.3076L364.213 12.324L362.747 13.9709C361.654 15.2013 360.568 16.4148 359.492 17.601C354.474 23.1377 348.033 30.2621 342.949 35.8651L342.952 35.1383C345.135 37.7562 347.05 40.0585 348.451 41.7539C352.962 47.2118 354.063 48.5404 358.584 53.639C360.142 55.3962 362.02 57.58 363.883 59.8184L364.278 60.2826L363.673 60.278C361.728 60.2438 359.769 60.1891 357.944 60.1111C355.65 60.0131 356.17 59.8767 358.479 59.8114C360.443 59.7559 362.202 59.7543 363.673 59.729L363.468 60.177C362.764 59.3886 362.148 58.7211 361.618 58.2169C359.09 55.808 358.026 54.7749 355.309 51.3232C352.593 47.8716 350.901 46.6007 349.269 44.6303C347.837 42.9003 347.838 42.5799 342.006 35.9548L341.61 35.5059L342.009 35.0409C342.809 34.1102 343.715 33.0509 344.742 31.8408C353.164 21.9274 357.826 16.5325 361.036 12.7971C361.088 12.7361 361.142 12.6741 361.196 12.6112L361.993 14.3699C360.137 14.3845 357.588 14.3634 354.713 14.335L355.492 13.9761C352.274 17.6655 348.425 22.0602 345.232 25.8743C342.647 28.962 338.675 33.6095 334.832 38.1172L333.068 40.2045L333.052 37.46C333.043 31.5757 333.028 25.8787 332.96 22.6006C332.851 17.3194 333.021 16.2696 333.178 13.31L334.063 14.1945C333.336 14.1559 332.494 14.118 331.447 14.0853ZM408.159 43.3533C408.325 37.0377 407.59 32.066 407.694 24.3682C407.764 19.1498 407.966 16.9392 408.062 13.31L408.934 14.1824C407.346 14.1406 405.486 14.1193 402.984 14.1382L403.659 13.7906C403.535 13.9663 403.41 14.1461 403.281 14.3301C398.238 21.5607 392.903 28.5898 390.755 31.8797C388.608 35.1694 387.974 35.2258 384.827 39.8279C381.68 44.4298 379.669 47.1445 376.712 51.0233C376.642 51.116 376.568 51.2134 376.49 51.3153L375.636 52.5254L375.63 51.04C375.782 45.8212 375.905 31.4248 375.717 26.109C375.563 21.7843 375.743 16.9769 375.864 13.31L376.104 13.5504C375.153 13.5191 374.279 13.4919 373.51 13.4755C372.347 13.4507 371.431 13.4168 370.729 13.3815C370.431 13.3666 370.294 13.3353 370.294 13.3044C370.294 13.3043 370.294 13.3043 370.294 13.3043C370.294 13.2658 370.507 13.228 370.889 13.2231C372.212 13.2063 374 13.1699 376.104 13.0998L376.316 13.1017L376.314 13.31C376.342 14.1583 376.376 15.058 376.416 15.9991C376.676 22.1069 376.389 22.7744 376.523 31.022C376.642 38.4098 376.869 43.1559 376.791 51.04L375.544 50.6413C376.084 49.8994 376.652 49.1252 377.254 48.3118C383.025 40.5086 383.729 38.2736 392.012 27.3547C397.364 20.298 399.349 17.1283 402.2 12.7517L402.497 12.3436L402.984 12.3479C404.721 12.2755 406.624 12.2036 408.934 12.1504L410.104 12.1606L410.094 13.31C410.128 14.7974 410.154 16.4541 410.168 18.3451C410.269 31.9958 409.852 49.2272 409.886 57.456C409.89 58.2766 409.894 59.1254 409.898 60L409.889 60.9722L408.934 60.9639C407.104 60.9728 405.161 60.9831 403.124 60.9924L402.123 60.9836L402.132 60C402.101 53.25 402.08 45.4756 402.149 37.4078C402.191 32.5061 402.171 27.1215 402.146 21.57L403.922 22.1352C399.52 28.405 394.941 34.9388 390.54 40.971C386.289 46.798 381.06 53.9805 376.406 60.3625L376.213 60.6299L375.894 60.6271C373.955 60.6006 372.075 60.5745 370.294 60.5491L369.74 60.5443L369.745 60C369.801 56.084 369.853 52.6454 369.899 50.1024C370.049 41.6923 370.083 39.6424 369.991 31.5473C369.938 26.8941 369.988 20.4839 370.183 15.0694C370.281 12.3445 370.417 12.962 370.483 15.7047C370.578 19.7155 370.514 23.0079 370.685 25.0745C371.025 29.2039 371.156 30.959 370.958 36.1721C370.76 41.385 371.21 43.8413 371.158 46.8801C371.113 49.5206 370.907 49.8291 370.988 60L370.294 59.3064C371.829 59.2942 373.588 59.2754 375.615 59.2485C375.708 59.2473 375.801 59.2461 375.894 59.2448L375.278 59.5634C383.944 46.9836 388.76 40.0967 392.083 35.3229C394.322 32.1064 398.314 26.6326 402.342 21.016L404.07 18.5562L404.082 21.57C404.063 24.979 404.056 28.4215 404.083 31.5713C404.145 38.5659 404.12 50.8596 404.156 60L403.124 58.968C405.271 58.9595 407.244 58.9476 408.934 58.9305L407.864 60C407.855 59.0757 407.844 58.2363 407.831 57.4996C407.695 49.6847 407.992 49.6686 408.159 43.3533ZM435.7 6.18429C434.578 5.62328 433.296 5.81842 432.05 4.72509C430.965 3.68864 431.003 3.22385 430.113 2.10756L431.293 2.25745C431.208 2.32877 431.119 2.40657 431.025 2.49186C430.034 3.389 428.898 4.10852 428.247 4.66288L428.378 3.61325C428.499 3.7684 428.615 3.89228 428.725 3.97906C429.29 4.40869 428.966 4.79648 429.761 5.43305C430.564 6.04472 430.993 6.45617 431.641 7.08125C432.246 7.75979 434.759 9.03242 435.802 9.01301C436.803 9.07071 437.875 9.52904 438.576 9.63216C438.792 9.66581 438.961 9.70216 439.093 9.73824C439.149 9.7535 439.174 9.78472 439.175 9.81563C439.175 9.81565 439.175 9.81567 439.175 9.81569C439.175 9.85415 439.134 9.8921 439.062 9.89643C438.711 9.91733 438.185 9.96339 437.545 10.033C436.342 10.132 436.252 9.85593 434.693 9.53519C433.15 9.15405 432.092 8.97215 430.608 7.74647C429.274 6.52587 428.392 6.69464 427.098 4.56665L426.631 3.87539L427.24 3.42532C427.323 3.37432 427.41 3.32258 427.5 3.27007C429.071 2.35928 429.419 1.71532 430.136 0.83503L431.026 0.176262L431.589 1.0196C431.935 1.31672 432.324 1.65872 432.838 2.12336C434.453 3.72306 437.139 5.02301 438.598 4.99094C438.781 4.99723 438.974 4.99786 439.175 4.99205C440.508 4.95973 442.126 4.60548 443.662 3.82951C444.792 3.27293 445.863 2.23404 446.681 1.03493L447.374 0.149731L448.142 0.836594C448.868 1.41178 449.581 2.00252 450.229 2.6138C450.492 2.86234 450.772 3.12576 451.062 3.39779L451.702 3.97053L451.216 4.57897C449.708 6.47215 447.308 8.03023 446.013 8.52555C444.492 9.12207 444.123 9.21634 442.644 9.70654C441.79 9.97457 440.539 10.0975 439.508 9.91747C438.99 9.82524 439.114 9.69119 439.619 9.61481C440.359 9.49764 440.971 9.4848 441.32 9.2594C442.013 8.79994 442.266 8.62132 443.216 8.54782C444.177 8.45148 444.414 7.84607 444.913 7.67058C445.382 7.4451 445.651 7.85897 447.707 5.99932C448.67 5.05128 449.283 4.20303 449.737 3.50607L449.908 4.81479C449.161 4.26665 448.611 3.85188 448.16 3.51726C447.819 3.26453 447.368 2.86764 446.858 2.41413L448.339 2.21307C447.617 3.1612 446.581 4.12826 445.626 4.86689C444.319 6.04801 441.054 7.06736 439.175 7.02177C438.915 7.03274 438.683 7.0377 438.486 7.04282C436.852 7.03259 436.872 6.69998 435.7 6.18429ZM457.719 43.3533C457.885 37.0377 457.151 32.066 457.255 24.3682C457.325 19.1498 457.527 16.9392 457.622 13.31L458.495 14.1824C456.906 14.1406 455.047 14.1193 452.545 14.1382L453.219 13.7906C453.096 13.9663 452.97 14.1461 452.842 14.3301C447.798 21.5607 442.463 28.5898 440.316 31.8797C438.169 35.1694 437.534 35.2258 434.387 39.8279C431.241 44.4298 429.229 47.1445 426.273 51.0233C426.202 51.116 426.128 51.2134 426.051 51.3153L425.196 52.5254L425.19 51.04C425.342 45.8212 425.466 31.4248 425.277 26.109C425.124 21.7843 425.304 16.9769 425.424 13.31L425.665 13.5504C424.714 13.5191 423.84 13.4919 423.071 13.4755C421.907 13.4507 420.991 13.4168 420.289 13.3815C419.992 13.3666 419.855 13.3353 419.855 13.3044C419.855 13.3043 419.855 13.3043 419.855 13.3043C419.855 13.2658 420.068 13.228 420.45 13.2231C421.772 13.2063 423.56 13.1699 425.665 13.0998L425.877 13.1017L425.875 13.31C425.903 14.1583 425.937 15.058 425.977 15.9991C426.237 22.1069 425.949 22.7744 426.083 31.022C426.203 38.4098 426.43 43.1559 426.352 51.04L425.105 50.6413C425.645 49.8994 426.213 49.1252 426.814 48.3118C432.586 40.5086 433.29 38.2736 441.572 27.3547C446.925 20.298 448.91 17.1283 451.761 12.7517L452.057 12.3436L452.545 12.3479C454.282 12.2755 456.184 12.2036 458.495 12.1504L459.664 12.1606L459.654 13.31C459.688 14.7974 459.715 16.4541 459.729 18.3451C459.829 31.9958 459.412 49.2272 459.447 57.456C459.45 58.2766 459.454 59.1254 459.458 60L459.45 60.9722L458.495 60.9639C456.665 60.9728 454.721 60.9831 452.685 60.9924L451.684 60.9836L451.692 60C451.661 53.25 451.64 45.4756 451.709 37.4078C451.751 32.5061 451.731 27.1215 451.707 21.57L453.482 22.1352C449.081 28.405 444.502 34.9388 440.101 40.971C435.85 46.798 430.62 53.9805 425.966 60.3625L425.773 60.6299L425.455 60.6271C423.515 60.6006 421.636 60.5745 419.855 60.5491L419.301 60.5443L419.305 60C419.361 56.084 419.414 52.6454 419.459 50.1024C419.61 41.6923 419.644 39.6424 419.552 31.5473C419.499 26.8941 419.549 20.4839 419.743 15.0694C419.841 12.3445 419.978 12.962 420.043 15.7047C420.139 19.7155 420.075 23.0079 420.245 25.0745C420.586 29.2039 420.717 30.959 420.518 36.1721C420.32 41.385 420.771 43.8413 420.719 46.8801C420.674 49.5206 420.467 49.8291 420.548 60L419.855 59.3064C421.389 59.2942 423.149 59.2754 425.175 59.2485C425.268 59.2473 425.362 59.2461 425.455 59.2448L424.838 59.5634C433.505 46.9836 438.321 40.0967 441.643 35.3229C443.882 32.1064 447.874 26.6326 451.903 21.016L453.631 18.5562L453.643 21.57C453.623 24.979 453.616 28.4215 453.644 31.5713C453.705 38.5659 453.68 50.8596 453.717 60L452.685 58.968C454.832 58.9595 456.805 58.9476 458.495 58.9305L457.425 60C457.416 59.0757 457.405 58.2363 457.392 57.4996C457.255 49.6847 457.553 49.6686 457.719 43.3533Z' fill='%23171717'/%3E%3C/svg%3E%0A");
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
    }

    .speed {
      display: none;
      align-items: center;
      justify-content: center;
      background-color: $white;
      box-shadow:
        3px 2px 8px 0 rgba(24, 62, 98, 0.18),
        10px 9px 14px 0 rgba(24, 62, 98, 0.15),
        23px 21px 19px 0 rgba(24, 62, 98, 0.09),
        41px 38px 22px 0 rgba(24, 62, 98, 0.03),
        64px 59px 24px 0 rgba(24, 62, 98, 0);
      color: $march2026_pink;
      font-weight: 700;
      font-size: 24px;
      line-height: 108%;
      text-transform: none;
      text-shadow: none;
      -webkit-text-stroke: 0;
      padding: 10px 20px;
      position: relative;
      z-index: 3;
    }
  }*/
  /** Title Normal **/
}
#first_screen .cta h1 {
  width: auto;
  font-family: "Proxima Nova", sans-serif;
  color: #FFF;
  font-size: 78px;
  line-height: 108%;
  text-transform: uppercase;
  margin-bottom: 80px;
  margin-left: 15px;
  position: relative;
  z-index: 6;
}
#first_screen .cta h1.lv .top-row:before {
  width: 427px;
  height: 81px;
  background-image: url("data:image/svg+xml,%3Csvg width='431' height='82' viewBox='0 0 431 82' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.96336 37.35C3.2597 38.7238 1.11126 58.2431 0 67.8311L8.14924 75.988L48.1546 73.4121L61.7132 69.9776L73.3887 79L91.4937 73.4121L120.386 75.988L130.515 66.3262L140.523 74.3529L159.651 77.2759L182.987 73.4121L204.101 77.2759L235.587 73.4121L249.293 77.2759L264.48 73.4121L287.816 75.988L302.728 68.861L317.74 73.4121H341.898L372.643 75.988L392.5 82L409.685 78.1345L431 54.5L419 34.5L427.5 23L422 10.5L409.685 6L376.5 8.5L349 0H324.858L268.554 2.57586L223.363 0L177.431 2.57586L111.126 0H54.2075L26.6702 5.15173L2.96336 2.57586L0 20.1776C0.864313 25.3293 2.66702 35.9762 2.96336 37.35Z' fill='%231D6DA1' /%3E%3C/svg%3E");
  top: 52%;
}
#first_screen .cta h1.lv .bottom-row {
  margin-top: -10px;
}
#first_screen .cta h1.lv .bottom-row:before {
  width: 427px;
  height: 95px;
  background-image: url("data:image/svg+xml,%3Csvg width='427' height='95' viewBox='0 0 427 95' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 33L5.5 40L17 42.0887L10.3947 64.3153L17 81L25.0976 94.1084L47.152 84.6502L71.5 90.3251L93.5 84.6502C99.7487 85.7537 109.566 92.3113 110.742 92.6897C111.918 93.068 119.319 91.2709 122.872 90.3251L138.31 87.4877L162.5 94L198.592 90.3251L212.559 87.4877L232 77.5L249.317 83.5L262 87.4877L272.841 90.3251L304.452 87.4877L316.215 83.5H328.345L340.107 90.3251L366.572 83.7044L386 79.5H395.5H405.5L415.092 81.8128H426.486V61L420.5 43.5L417.5 31.5L409.5 14.1872L395.5 9.93104H380H355.545L340.107 6.14778H318.5L287.912 4.72906H267.695L240.127 0L211.457 4.72906L182.419 6.14778L147.867 4.72906L104.861 6.14778L89.4228 3.31034L65.163 6.14778H42.0059L9.29202 3.31034L1.57301 8.98522V20.8079L0 33Z' fill='%231D6DA1' /%3E%3C/svg%3E");
}
#first_screen .cta h1.lv .plus {
  top: 74px;
  right: -11px;
}
#first_screen .cta h1.lv .speed:before {
  width: 316px;
  height: 39px;
  background-image: url("data:image/svg+xml,%3Csvg width='316' height='39' viewBox='0 0 316 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 31.5299L13.2745 39L33.2132 37.5933L71.8032 36.1562L101.973 37.5933C101.973 37.5933 129.419 38.6039 139.383 37.5933C149.347 36.5827 181.62 36.5625 181.62 36.5625C181.62 36.5625 197.971 37.5933 212.996 37.5933C228.021 37.5933 245.579 36.5625 245.579 36.5625L295.66 37.5933L316 30.3172L309.538 18.6875L302.901 4.48088H288.42L265.491 1.21875L252.82 2.42537H235.925L214.937 0L190.264 2.42537L150.408 0L34.9965 3.65625L13.2745 5.6875L5.43049 13.8125L1.42342 20.0093L0 31.5299Z' fill='%231D6DA1' /%3E%3C/svg%3E");
}
#first_screen .cta h1 .top-row {
  margin-left: 9px;
  position: relative;
  z-index: 2;
}
#first_screen .cta h1 .top-row:before {
  content: "";
  display: block;
  width: 419px;
  height: 79px;
  background-image: url("data:image/svg+xml,%3Csvg width='419' height='79' viewBox='0 0 419 79' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.80916 37.35C3.09007 38.7238 1.05343 58.2431 0 67.8311L7.72518 75.988L45.6488 73.4121L58.5019 69.9776L69.5698 79L86.7327 73.4121L114.122 75.988L123.724 66.3262L133.21 74.3529L151.343 77.2759L173.465 73.4121L193.481 77.2759L223.328 73.4121L236.32 77.2759L250.717 73.4121L272.839 75.988L286.975 68.861L301.206 73.4121H324.107L353.252 75.988L369.985 68.861L388.366 78.1345L403.584 67.5936L404.375 44.7808L411.49 29.9947L419 16.0535L414 2.57586L387.377 1.68984H348.64L307.954 0L254.58 2.57586L211.74 0L168.198 2.57586L105.343 0H51.3868L25.2824 5.15173L2.80916 2.57586L0 20.1776C0.819338 25.3293 2.52824 35.9762 2.80916 37.35Z' fill='%231D6DA1' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
#first_screen .cta h1 .bottom-row {
  margin-top: -12px;
  margin-bottom: 12px;
  margin-left: -3px;
  position: relative;
  z-index: 1;
}
#first_screen .cta h1 .bottom-row:before {
  content: "";
  display: block;
  width: 589px;
  height: 96px;
  background-image: url("data:image/svg+xml,%3Csvg width='589' height='96' viewBox='0 0 589 96' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 34.5222L3.5 42.0887L19 45.8719L15.5 64.3153V87.4877L35.5 94.1084L65.5 84.6502L95 96L124.5 88.9064C133 90.0098 150.4 92.3113 152 92.6897C153.6 93.068 163.667 91.2709 168.5 90.3251L189.5 87.4877L215.5 94.1084L271.5 90.3251L290.5 87.4877L320.5 92L340.5 83.5L360 92L372.5 90.3251L415.5 87.4877L431.5 83.5H448L464 90.3251L500 83.7044L516 90.3251L531.5 87.4877H551.5H566L581.5 81.8128L586 69.0443L589 57.6946L586 36.8867V14.1872L566 8.03941L516 14.1872L485 9.93104L464 6.14778L434 9.93104L393 4.72906H365.5L328 0L289 4.72906L249.5 6.14778L202.5 4.72906L144 6.14778L123 3.31034L90 6.14778H58.5L14 3.31034L3.5 8.98522V20.8079L0 34.5222Z' fill='%231D6DA1' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
#first_screen .cta h1 .plus {
  /*font-size: 78px;
  line-height: 108%;
  text-shadow: 0 3px 17px rgba(35, 35, 41, 0.65);
  transform: rotate(-2deg);*/
  text-indent: 9999px;
  width: 41px;
  height: 41px;
  background-image: url("data:image/svg+xml,%3Csvg width='41' height='41' viewBox='0 0 41 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M39.873 19.2908C42.873 34.7908 35.373 35.7908 21.373 39.7908C10.7839 42.8163 0 35.6647 0 23.7906C0 11.9165 4.51968 2.76117 11.873 0.790833C22.373 -2.02264 36.5914 2.33561 39.873 19.2908Z' fill='%231D6DA1' /%3E%3Cpath d='M24.0312 21.3542L24.421 32.0445L18.3161 32.291L17.9264 21.6007L9.08482 21.9577L8.8728 16.1418L17.7144 15.7847L17.3408 5.53754L23.4457 5.29102L23.8192 15.5382L32.6608 15.1812L32.8728 20.9971L24.0312 21.3542Z' fill='white' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 42px;
  right: 123px;
  z-index: 2;
}
#first_screen .cta h1 .speed {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-weight: 700;
  font-size: 24px;
  line-height: 108%;
  text-transform: none;
  padding: 8px 18px 8px 11px;
  margin-left: 20px;
  position: relative;
  z-index: 3;
}
#first_screen .cta h1 .speed:before {
  content: "";
  display: block;
  width: 331px;
  height: 42px;
  background-image: url("data:image/svg+xml,%3Csvg width='331' height='42' viewBox='0 0 331 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 33.9552L13.9047 42L34.7898 40.4851L75.2116 38.9375L106.813 40.4851C106.813 40.4851 135.562 41.5734 145.999 40.4851C156.436 39.3968 190.241 39.375 190.241 39.375C190.241 39.375 207.368 40.4851 223.107 40.4851C238.845 40.4851 257.236 39.375 257.236 39.375L309.695 40.4851L331 32.6493L324.231 20.125L317.279 4.82556H302.11L278.093 1.3125L264.821 2.61194H247.124L225.14 0L199.296 2.61194L157.548 0L36.6577 3.9375L13.9047 6.125L5.68827 14.875L1.49099 21.5485L0 33.9552Z' fill='%231D6DA1' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
#first_screen .cta .points {
  margin-bottom: 58px;
  position: relative;
  z-index: 6;
}
#first_screen .cta .points .point {
  font-weight: 500;
  font-size: 22px;
  line-height: 120%;
  margin-bottom: 20px;
}
#first_screen .cta .points .point:last-of-type {
  margin-bottom: 0;
}
#first_screen .cta .points .point svg {
  display: flex;
  width: 9px;
  height: auto;
  flex-shrink: 0;
  margin-right: 8px;
}
#first_screen .cta .points .point b {
  margin-right: 5px;
}
#first_screen .cta .bubble {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  background-image: url("data:image/svg+xml,%3Csvg width='297' height='42' viewBox='0 0 297 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='path-1-outside-1_7345_702627' maskUnits='userSpaceOnUse' x='-0.979492' y='-0.0146487' width='297' height='42' fill='black'%3E%3Crect fill='white' x='-0.979492' y='-0.0146487' width='297' height='42'/%3E%3Cpath d='M1.02051 1.98535H294.021V39.9854H1.02051V1.98535Z'/%3E%3C/mask%3E%3Cpath d='M1.02051 1.98535H294.021V39.9854H1.02051V1.98535Z' fill='white'/%3E%3Cpath d='M1.02051 1.23535C1.02051 1.73535 1.02051 2.23535 1.02051 2.73535C12.0538 2.81868 23.0872 2.89785 34.1205 2.97285C120.754 3.56175 207.387 3.89376 294.021 3.96888L292.037 1.98535C292.026 14.652 292.021 27.3187 292.021 39.9854L294.021 37.9854C196.354 37.9854 98.6872 38.3118 1.02051 38.9648L2.04104 39.9854C2.03012 38.352 2.01911 36.7187 2.00801 35.0854C1.93301 24.052 1.85384 13.0187 1.77051 1.98535C1.27051 1.98535 0.770508 1.98535 0.270508 1.98535C0.187174 13.0187 0.108008 24.052 0.0330077 35.0854C0.021905 36.7187 0.0108936 38.352 -2.64669e-05 39.9854L0.0068419 41.0127L1.02051 41.0059C98.6872 41.6589 196.354 41.9854 294.021 41.9854H296.021V39.9854C296.021 27.3187 296.015 14.652 296.004 1.98535L296.002 0.000107767L294.021 0.00182617C207.387 0.0769457 120.754 0.408954 34.1205 0.997851C23.0872 1.07285 12.0538 1.15202 1.02051 1.23535ZM1.02051 2.73535V1.23535L0.264886 1.24106L0.270508 1.98535H1.77051L1.02051 2.73535Z' fill='%23070708' mask='url(%23path-1-outside-1_7345_702627)'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  color: #EC327D;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 24px;
  line-height: 108%;
  text-transform: uppercase;
  padding: 6px 19px;
  position: absolute;
  left: 145px;
  top: 175px;
  transform: rotate(-2deg);
  z-index: 5;
}
#first_screen .cta .bubble.lv {
  left: 145px;
  top: 175px;
}
#first_screen .cta {
  /** DISCOUNT SVG */
  /*.discount-block {
    width: 275px;
    height: 182px;
    color: $white;
    align-items: center;
    justify-content: flex-start;
    margin-left: 55px;
    position: relative;
    z-index: 2;

    &::before {
      content: "";
      display: block;
      position: absolute;
      top: 61%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 684px;
      height: 445px;
      background: url(../img/bg-discount-1920.png) no-repeat center;
      background-size: contain;
      z-index: -1;
    }

    .new_price {
      font-family: "Proxima Nova", sans-serif;
      font-weight: 700;
      //margin-top: -18px;
      position: relative;

      .euro {
        font-weight: 700;
        font-size: 210px;
        line-height: 87%;
        text-shadow: 3px 3px 3px rgba(39, 55, 71, 0.25);
        -webkit-text-stroke: 3px $black;
        margin-right: 3px;

        svg {
          height: auto;
        }
      }

      .right-part {
        position: relative;
        margin-top: 9px;

        .cents {
          font-weight: 700;
          font-size: 115px;
          line-height: 88%;
          text-shadow: 3px 3px 3px rgba(39, 55, 71, 0.25);
          -webkit-text-stroke: 3px $black;
          position: relative;

          svg {
            height: auto;
          }
        }

        .value {
          color: $may2026_yellow;
          font-weight: 600;
          font-size: 34px;
          line-height: 100%;
          margin-left: 3px;
        }

        .until {
          width: auto;
          color: $white;
          font-weight: 500;
          font-size: 18px;
          line-height: 100%;
          margin-top: 2px;
        }
      }
    }

    .old_price {
      font-family: "Proxima Nova", sans-serif;
      color: $february2026_black;
      position: absolute;
      top: -173px;
      left: -44px;
      z-index: 1;

      &:before {
        content: "";
        display: block;
        width: 105%;
        height: 2px;
        background-color: $february2026_black;
        position: absolute;
        top: 48%;
        left: 48%;
        transform: translateX(-50%) translateY(-50%) rotate(-23deg);
      }

      .euro {
        font-size: 64px;
        line-height: 85%;
      }

      .right-part {
        margin-top: 4px;
        margin-left: 3px;

        .cents {
          font-size: 34px;
          line-height: 100%;
          margin-top: -3px;
        }

        .value {
          font-size: 18px;
          line-height: 100%;
          margin-top: 1px;
        }
      }
    }

    .bottom-quote-row {
      position: absolute;
      left: 0;
      bottom: -4px;

      .until {
        width: auto;
        color: $white;
        font-size: 16px;
        line-height: 120%;
        margin-right: 7px;
      }

      .text-agreement-terms {
        width: auto;

        >* {
          color: $may2026_yellow;
          font-size: 16px;
          line-height: 120%;
          text-align: center;
          text-decoration: underline;
          position: relative;
          z-index: 5;

          &:hover {
            opacity: 0.8;

            svg {
              opacity: 0.8;
            }
          }
        }

        svg {
          display: flex;
          flex-shrink: 0;
          margin-right: 6px;
        }

        .rules {
          display: none;
        }
      }
    }
  }*/
  /** DISCOUNT Normal*/
}
#first_screen .cta .discount-block {
  width: 349px;
  height: 183px;
  color: #F36623;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
#first_screen .cta .discount-block::before {
  content: "";
  display: block;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 369px;
  height: 203px;
  background-image: url("data:image/svg+xml,%3Csvg width='369' height='203' viewBox='0 0 369 203' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_9011_429)'%3E%3Cpath d='M66.7328 0L13.9687 4.12496L12.2976 16.4006L13.9687 38.3451L12.2976 47.7499L10 58.4983V83.5778L13.9687 110.449V143.589L22.6863 183L77.2856 177.5L119.497 183L154.826 177.5L195.202 183L209.884 177.5L224.566 183L278.707 177.5H314.495L333.765 183H351.659L354.871 164.667V128L359 91.3342L354.871 84.4592V66.5844V12.9599H346.612C340.341 12.0432 327.066 10.2099 324.13 10.2099H293.389L271.366 5.1683H259.436L233.284 10.2099L214.013 5.1683H195.202L185.108 6.87494H176.39L161.708 4.12496L136.473 6.87494L119.497 4.12496H112.156H84.6267L66.7328 0Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_9011_429' x='0' y='0' width='369' height='203' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='10'/%3E%3CfeGaussianBlur stdDeviation='5'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_9011_429'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_9011_429' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
#first_screen .cta .discount-block .new_price {
  font-family: "Proxima Nova", sans-serif;
  font-weight: 700;
  margin-top: -10px;
  position: relative;
}
#first_screen .cta .discount-block .new_price .euro {
  font-weight: 700;
  font-size: 200px;
  line-height: 85%;
  letter-spacing: -0.02em;
  margin-right: 3px;
}
#first_screen .cta .discount-block .new_price .right-part {
  position: relative;
  margin-top: 9px;
}
#first_screen .cta .discount-block .new_price .right-part .cents {
  font-weight: 700;
  font-size: 90px;
  line-height: 105%;
  position: relative;
}
#first_screen .cta .discount-block .new_price .right-part .value {
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  margin-left: 3px;
}
#first_screen .cta .discount-block .new_price .right-part .until {
  width: auto;
  color: #FFF;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  margin-top: 2px;
}
#first_screen .cta .discount-block .old_price {
  font-family: "Proxima Nova", sans-serif;
  color: #FFF;
  position: absolute;
  top: -60px;
  left: 265px;
  width: -moz-max-content;
  width: max-content;
  z-index: 1;
}
#first_screen .cta .discount-block .old_price:before {
  content: "";
  display: block;
  width: 105%;
  height: 2px;
  background-color: #FFF;
  position: absolute;
  top: 48%;
  left: 48%;
  transform: translateX(-50%) translateY(-50%) rotate(-23deg);
}
#first_screen .cta .discount-block .old_price .euro {
  font-size: 64px;
  line-height: 85%;
}
#first_screen .cta .discount-block .old_price .right-part {
  margin-top: 4px;
  margin-left: 3px;
}
#first_screen .cta .discount-block .old_price .right-part .cents {
  font-size: 34px;
  line-height: 100%;
  margin-top: -3px;
}
#first_screen .cta .discount-block .old_price .right-part .value {
  font-size: 18px;
  line-height: 100%;
  margin-top: 1px;
}
#first_screen .cta .discount-block .bottom-quote-row {
  position: absolute;
  left: 0;
  bottom: -25px;
}
#first_screen .cta .discount-block .bottom-quote-row .until {
  width: auto;
  color: #FFF;
  font-size: 16px;
  line-height: 120%;
  margin-right: 7px;
}
#first_screen .cta .discount-block .bottom-quote-row .text-agreement-terms {
  width: auto;
}
#first_screen .cta .discount-block .bottom-quote-row .text-agreement-terms > * {
  color: #FFF;
  font-size: 16px;
  line-height: 120%;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-align: center;
  text-decoration: underline;
  position: relative;
  z-index: 5;
}
#first_screen .cta .discount-block .bottom-quote-row .text-agreement-terms > *:hover {
  opacity: 0.8;
}
#first_screen .cta .discount-block .bottom-quote-row .text-agreement-terms > *:hover svg {
  opacity: 0.8;
}
#first_screen .cta .discount-block .bottom-quote-row .text-agreement-terms svg {
  display: flex;
  flex-shrink: 0;
  margin-right: 6px;
}
#first_screen .cta .discount-block .bottom-quote-row .text-agreement-terms .rules {
  display: none;
}
#first_screen .cta .until-mobile {
  display: none;
  width: 366px;
  height: 57px;
  background-color: black;
  font-weight: 600;
  font-size: 26px;
  transform: skewX(-20deg);
}
#first_screen .cta .until-mobile span {
  transform: skewX(20deg);
}
#first_screen .cta img {
  display: none;
  height: auto;
  position: absolute;
  z-index: 4;
}
#first_screen .cta img.img-akciya-1920 {
  display: block;
  width: 516px;
  right: 260px;
  top: -103px;
}
#first_screen .cta img.img-akciya-1024 {
  width: 416px;
  right: 280px;
  top: 104px;
  z-index: 5;
}
#first_screen .cta img.img-akciya-768 {
  width: 382px;
  right: 30px;
  top: 85px;
  bottom: auto;
  z-index: 5;
}
#first_screen .cta img.img-akciya-480 {
  width: 387px;
  right: -76px;
  top: -298px;
}
#first_screen .cta img.img-akciya-375 {
  width: 376px;
  right: -66px;
  top: 263px;
}
#first_screen .cta .form-block {
  width: 345px;
  position: relative;
  z-index: 5;
}
#first_screen .cta .form-block.form-block-short .or_call {
  margin-bottom: 20px;
}
#first_screen .cta .form-block.form-block-short .or_call.or_call_short {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 14px;
}
#first_screen .cta .form-block.form-block-short .or_call.or_call_short::before {
  display: none;
}
#first_screen .cta .form-block.form-block-short .operators-online-text {
  color: #3fc350;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  margin-top: 10px;
}
#first_screen .cta .form-block.form-block-short .operators-online-text svg {
  display: inline-block;
  margin-right: 7px;
  vertical-align: middle;
}
#first_screen .cta .form-block form {
  width: 100%;
  border-radius: 16px;
}
#first_screen .cta .form-block form .inputs {
  margin-bottom: 15px;
}
#first_screen .cta .form-block form .inputs .input {
  margin-bottom: 15px;
}
#first_screen .cta .form-block form .custom_checkbox .checkmark {
  background-color: #1D6DA1;
  border-color: #1D6DA1;
}
#first_screen .cta .form-block form .custom_checkbox .text a {
  color: #1D6DA1;
}
#first_screen .cta .form-block form .button {
  background: #F36623;
  border-radius: 30px;
  color: #FFF;
  width: 100%;
  height: 56px;
  transition: all 0.2s;
}
#first_screen .cta .form-block form .button:hover {
  background: #1D6DA1;
  transition: all 0.2s;
}
#first_screen .cta .form-block form .phone-holder svg {
  fill: #1D6DA1;
}
#first_screen .cta .or_call,
#first_screen .cta .phone-holder {
  display: flex;
}
@media (max-width: 1279px) {
  #first_screen {
    background-image: url(../img/bg-internet-1024.jpg);
  }
  #first_screen .cta .container {
    min-height: 870px;
    padding-top: 195px;
    padding-bottom: 105px;
  }
  #first_screen .cta .title-block {
    max-width: 600px;
    z-index: 6;
  }
  #first_screen .cta h1 {
    margin-bottom: 125px;
  }
  #first_screen .cta .discount-block .old_price {
    left: 66px;
    right: auto;
    top: -85px;
  }
  #first_screen .cta img.img-akciya-1920 {
    display: none;
  }
  #first_screen .cta img.img-akciya-1024 {
    display: block;
  }
}
@media (max-width: 1023px) {
  #first_screen {
    background-image: url(../img/bg-internet-768.jpg);
    z-index: 1;
    position: relative;
  }
  #first_screen .cta {
    position: relative;
  }
  #first_screen .cta .container {
    padding-top: 162px;
    padding-bottom: 80px;
  }
  #first_screen .cta .container:after {
    display: none;
  }
  #first_screen .cta .content-block {
    flex-direction: column;
    justify-content: flex-start;
  }
  #first_screen .cta .title-block {
    margin-bottom: 101px;
  }
  #first_screen .cta h1 {
    margin-bottom: 111px;
  }
  #first_screen .cta .form-block {
    width: 100%;
    margin-top: 0;
    /*&:before {
      content: '';
      display: block;
      width: 416px;
      height: 632px;
      background-image: url(../img/img-february2026-inet-768.png);
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      position: absolute;
      top: -480px;
      right: -46px;
    }*/
  }
  #first_screen .cta img.img-akciya-1024 {
    display: none;
  }
  #first_screen .cta img.img-akciya-768 {
    display: block;
  }
}
@media (max-width: 767px) {
  #first_screen {
    background-image: url(../img/bg-internet-480.jpg);
  }
  #first_screen .container {
    width: 450px;
  }
  #first_screen .cta .container {
    padding-top: 132px;
    padding-bottom: 40px;
    min-height: 1000px;
  }
  #first_screen .cta .container:before {
    display: none;
  }
  #first_screen .cta .content-block {
    align-items: center;
  }
  #first_screen .cta .title-block {
    margin-bottom: 0;
    padding-bottom: 185px;
  }
  #first_screen .cta h1 {
    font-size: 60px;
    margin-left: 0;
  }
  #first_screen .cta h1.lv .top-row:before {
    width: 334px;
    height: 64px;
    background-image: url("data:image/svg+xml,%3Csvg width='334' height='64' viewBox='0 0 334 64' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.29643 29.1512C2.52608 30.2235 0.861162 45.4581 0 52.9413L6.31519 59.3077L37.317 57.2973L47.8242 54.6167L56.872 61.6585L70.9023 57.2973L93.2925 59.3077L101.142 51.7668L108.897 58.0316L123.72 60.3129L141.805 57.2973L158.167 60.3129L182.566 57.2973L193.187 60.3129L204.957 57.2973L223.041 59.3077L234.597 53.7451L246.23 57.2973H264.951L288.776 59.3077L304.165 64L317.482 60.983L334 42.5366L324.701 26.9268L331.288 17.9512L327.026 8.19512L317.482 4.68293L291.766 6.63415L270.455 0H251.746L208.114 2.01043L173.094 0L137.499 2.01043L86.1162 0H42.0077L20.6679 4.02086L2.29643 2.01043L0 15.7484C0.669793 19.7692 2.06679 28.079 2.29643 29.1512Z' fill='%231D6DA1' /%3E%3C/svg%3E");
  }
  #first_screen .cta h1.lv .bottom-row {
    margin-left: 6px;
  }
  #first_screen .cta h1.lv .bottom-row:before {
    width: 329px;
    height: 73px;
    background-image: url("data:image/svg+xml,%3Csvg width='329' height='73' viewBox='0 0 329 73' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 25.5981L4.24281 31.0281L13.1141 32.6482L8.0187 49.8894L13.1141 62.8318L19.3608 73L36.3739 65.6633L55.1565 70.0653L72.1277 65.6633C76.9481 66.5193 84.5211 71.606 85.4285 71.8995C86.3359 72.193 92.0447 70.799 94.7857 70.0653L106.695 67.8643L125.356 72.9159L153.198 70.0653L163.973 67.8643L178.969 60.1169L192.328 64.7711L202.112 67.8643L210.475 70.0653L234.861 67.8643L243.934 64.7711H253.292L262.365 70.0653L282.781 64.9296L297.768 61.6683H305.096H312.811L320.21 63.4623H329V47.3178L324.382 33.743L322.068 24.4346L315.896 11.005L305.096 7.70352H293.139H274.274L262.365 4.76884H245.697L222.101 3.66834H206.505L185.239 0L163.122 3.66834L140.721 4.76884L114.067 3.66834L80.8917 4.76884L68.9825 2.56784L50.268 4.76884H32.4042L7.16805 2.56784L1.21345 6.96985V16.1407L0 25.5981Z' fill='%231D6DA1' /%3E%3C/svg%3E");
  }
  #first_screen .cta h1.lv .plus {
    top: 54px;
    right: -15px;
  }
  #first_screen .cta h1.lv .speed:before {
    width: 265px;
    height: 33px;
    background-image: url("data:image/svg+xml,%3Csvg width='265' height='33' viewBox='0 0 265 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 26.6791L11.1321 33L27.8529 31.8097L60.2147 30.5938L85.515 31.8097C85.515 31.8097 108.532 32.6648 116.887 31.8097C125.243 30.9546 152.308 30.9375 152.308 30.9375C152.308 30.9375 166.02 31.8097 178.62 31.8097C191.22 31.8097 205.944 30.9375 205.944 30.9375L247.943 31.8097L265 25.653L259.581 15.8125L254.015 3.79151H241.871L222.643 1.03125L212.017 2.05224H197.848L180.248 0L159.557 2.05224L126.134 0L29.3484 3.09375L11.1321 4.8125L4.55405 11.6875L1.19369 16.931L0 26.6791Z' fill='%231D6DA1' /%3E%3C/svg%3E");
  }
  #first_screen .cta h1 .top-row:before {
    width: 324px;
    height: 61px;
    background-image: url("data:image/svg+xml,%3Csvg width='324' height='61' viewBox='0 0 324 61' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.17224 28.8399C2.38946 29.9007 0.814589 44.9725 0 52.3759L5.97365 58.6743L35.2988 56.6853L45.2377 54.0334L53.7962 61L67.0678 56.6853L88.2471 58.6743L95.6717 51.2139L103.008 57.4118L117.029 59.6687L134.136 56.6853L149.613 59.6687L172.693 56.6853L182.739 59.6687L193.872 56.6853L210.978 58.6743L221.909 53.1711L232.913 56.6853H250.622L273.159 58.6743L286.098 53.1711L300.312 60.3317L312.079 52.1925L312.691 34.5775L318.192 23.1604L324 12.3957L320.133 1.98896L299.547 1.30481H269.592L238.131 0L196.859 1.98896L163.732 0L130.063 1.98896L81.4589 0H39.7358L19.5501 3.97792L2.17224 1.98896L0 15.5802C0.633569 19.5581 1.95501 27.7791 2.17224 28.8399Z' fill='%231D6DA1' /%3E%3C/svg%3E");
  }
  #first_screen .cta h1 .plus {
    width: 31px;
    height: 31px;
    background-image: url("data:image/svg+xml,%3Csvg width='31' height='31' viewBox='0 0 31 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30.499 14.7556C32.7937 26.6115 27.0569 27.3765 16.3483 30.4361C8.24864 32.7503 0 27.28 0 18.1975C0 9.11498 3.45711 2.11202 9.08172 0.60491C17.1132 -1.54712 27.9888 1.78652 30.499 14.7556Z' fill='%231D6DA1' /%3E%3Cpath d='M18.3818 16.3336L18.6799 24.5107L14.0103 24.6992L13.7122 16.5222L6.94928 16.7953L6.78711 12.3466L13.55 12.0735L13.2643 4.23544L17.9339 4.04688L18.2197 11.885L24.9826 11.6119L25.1448 16.0605L18.3818 16.3336Z' fill='white' /%3E%3C/svg%3E");
    top: 35px;
    right: 94px;
  }
  #first_screen .cta h1 .bottom-row:before {
    width: 456px;
    height: 74px;
    background-image: url("data:image/svg+xml,%3Csvg width='456' height='74' viewBox='0 0 456 74' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 26.6108L2.70968 32.4433L14.7097 35.3596L12 49.5764V67.4384L27.4839 72.5419L50.7097 65.2512L73.5484 74L96.3871 68.532C102.968 69.3826 116.439 71.1567 117.677 71.4483C118.916 71.7399 126.71 70.3547 130.452 69.6256L146.71 67.4384L166.839 72.5419L210.194 69.6256L224.903 67.4384L248.129 70.9167L263.613 64.3646L278.71 70.9167L288.387 69.6256L321.677 67.4384L334.065 64.3646H346.839L359.226 69.6256L387.097 64.5222L399.484 69.6256L411.484 67.4384H426.968H438.194L450.194 63.064L453.677 53.2217L456 44.4729L453.677 28.4335V10.936L438.194 6.19704L399.484 10.936L375.484 7.65517L359.226 4.73892L336 7.65517L304.258 3.64532H282.968L253.935 0L223.742 3.64532L193.161 4.73892L156.774 3.64532L111.484 4.73892L95.2258 2.55172L69.6774 4.73892H45.2903L10.8387 2.55172L2.70968 6.92611V16.0394L0 26.6108Z' fill='%231D6DA1' /%3E%3C/svg%3E");
  }
  #first_screen .cta h1 .speed {
    font-size: 20px;
    padding: 8px 16px 8px 10px;
    margin-left: 28px;
  }
  #first_screen .cta h1 .speed:before {
    width: 278px;
    height: 36px;
    background-image: url("data:image/svg+xml,%3Csvg width='278' height='36' viewBox='0 0 278 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 29.1045L11.6782 36L29.2192 34.7015L63.1686 33.375L89.7101 34.7015C89.7101 34.7015 113.856 35.6343 122.621 34.7015C131.387 33.7687 159.78 33.75 159.78 33.75C159.78 33.75 174.164 34.7015 187.383 34.7015C200.601 34.7015 216.047 33.75 216.047 33.75L260.106 34.7015L278 27.9851L272.315 17.25L266.476 4.13619H253.736L233.565 1.125L222.417 2.23881H207.554L189.09 0L167.384 2.23881L132.321 0L30.7881 3.375L11.6782 5.25L4.77746 12.75L1.25225 18.4701L0 29.1045Z' fill='%231D6DA1' /%3E%3C/svg%3E");
  }
  #first_screen .cta .points {
    margin-bottom: 120px;
  }
  #first_screen .cta .points .point {
    font-size: 18px;
  }
  #first_screen .cta .bubble {
    left: 0;
    top: 375px;
  }
  #first_screen .cta .bubble.lv {
    left: 0;
    top: 365px;
  }
  #first_screen .cta .discount-block {
    width: 270px;
    height: 144px;
  }
  #first_screen .cta .discount-block::before {
    width: 290px;
    height: 164px;
    background-image: url("data:image/svg+xml,%3Csvg width='290' height='164' viewBox='0 0 290 164' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_9011_512)'%3E%3Cpath d='M53.8907 0L13.0704 3.24587L11.7775 12.9054L13.0704 30.1732L11.7775 37.5737L10 46.0314V65.7661L13.0704 86.9104V112.988L19.8146 144L62.0548 139.672L94.7111 144L122.043 139.672L153.279 144L164.638 139.672L175.997 144L217.882 139.672H245.569L260.477 144H274.321L276.805 129.574V100.722L280 71.8695L276.805 66.4597V52.3943V10.1979H270.416C265.565 9.47664 255.295 8.03403 253.023 8.03403H229.241L212.203 4.06686H202.974L182.741 8.03403L167.833 4.06686H153.279L145.47 5.40979H138.726L127.367 3.24587L107.845 5.40979L94.7111 3.24587H89.0317H67.7341L53.8907 0Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_9011_512' x='0' y='0' width='290' height='164' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='10'/%3E%3CfeGaussianBlur stdDeviation='5'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_9011_512'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_9011_512' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
  }
  #first_screen .cta .discount-block .new_price .euro {
    font-size: 150px;
  }
  #first_screen .cta .discount-block .new_price .right-part {
    margin-top: 3px;
  }
  #first_screen .cta .discount-block .new_price .right-part .cents {
    font-size: 70px;
  }
  #first_screen .cta .discount-block .new_price .right-part .cents .icon-quote svg {
    width: 13px;
  }
  #first_screen .cta .discount-block .new_price .right-part .value {
    font-size: 18px;
    margin-top: -3px;
  }
  #first_screen .cta .discount-block .new_price .right-part .until {
    font-size: 14px;
    margin-top: 8px;
  }
  #first_screen .cta .discount-block .old_price {
    left: 53px;
    top: -80px;
  }
  #first_screen .cta .form-block:before {
    content: "";
    display: block;
    width: 352px;
    height: 524px;
    background-image: url(../img/img-june2026-inet-480.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: -513px;
    right: -91px;
    z-index: 3;
  }
  #first_screen .cta .form-block form,
  #first_screen .cta .form-block .cta-form {
    z-index: 5;
  }
  #first_screen .cta img.img-akciya-768 {
    display: none;
  }
}
@media (max-width: 479px) {
  #first_screen {
    background-image: url(../img/bg-internet-375.jpg);
  }
  #first_screen .container {
    width: 100%;
  }
  #first_screen .cta .container {
    padding-top: 112px;
    padding-bottom: 50px;
  }
  #first_screen .cta .title-block {
    padding-bottom: 80px;
    z-index: 6;
  }
  #first_screen .cta h1 {
    font-size: 46px;
    margin-bottom: 110px;
  }
  #first_screen .cta h1.lv .top-row:before {
    width: 257px;
    height: 49px;
    background-image: url("data:image/svg+xml,%3Csvg width='257' height='49' viewBox='0 0 257 49' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.76702 22.3189C1.94372 23.1398 0.662631 34.8038 0 40.5332L4.85929 45.4075L28.714 43.8682L36.7988 41.8159L43.7608 47.2073L54.5566 43.8682L71.785 45.4075L77.8245 39.634L83.7919 44.4304L95.1979 46.1771L109.113 43.8682L121.703 46.1771L140.478 43.8682L148.65 46.1771L157.706 43.8682L171.621 45.4075L180.513 41.1486L189.464 43.8682H203.869L222.202 45.4075L234.043 49L244.29 46.6901L257 32.5671L249.845 20.6159L254.913 13.7439L251.633 6.27439L244.29 3.58537L224.502 5.07927L208.104 0H193.709L160.136 1.53924L133.189 0L105.8 1.53924L66.2631 0H32.3233L15.9031 3.07847L1.76702 1.53924L0 12.0573C0.515379 15.1358 1.59031 21.498 1.76702 22.3189Z' fill='%231D6DA1' /%3E%3C/svg%3E");
  }
  #first_screen .cta h1.lv .bottom-row {
    margin-top: -6px;
    margin-left: 6px;
  }
  #first_screen .cta h1.lv .bottom-row:before {
    width: 255px;
    height: 57px;
    background-image: url("data:image/svg+xml,%3Csvg width='255' height='57' viewBox='0 0 255 57' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 19.9876L3.2885 24.2274L10.1645 25.4925L6.21511 38.9548L10.1645 49.0605L15.0061 57L28.1926 51.2714L42.7505 54.7085L55.9045 51.2714C59.6406 51.9397 65.5103 55.9116 66.2136 56.1407C66.9169 56.3699 71.3417 55.2814 73.4661 54.7085L82.6967 52.9899L97.1602 56.9344L118.74 54.7085L127.091 52.9899L138.715 46.9406L149.069 50.5747L156.652 52.9899L163.134 54.7085L182.035 52.9899L189.068 50.5747H196.32L203.353 54.7085L219.177 50.6985L230.793 48.1519H236.473H242.452L248.187 49.5528H255V36.9468L251.421 26.3473L249.627 19.0791L244.844 8.59296L236.473 6.01508H227.205H212.583L203.353 3.72362H190.434L172.145 2.86432H160.057L143.574 0L126.432 2.86432L109.07 3.72362L88.4108 2.86432L62.6972 3.72362L53.4667 2.00503L38.9615 3.72362H25.1157L5.55578 2.00503L0.940514 5.44221V12.603L0 19.9876Z' fill='%231D6DA1' /%3E%3C/svg%3E");
  }
  #first_screen .cta h1.lv .plus {
    top: 40px;
    right: 27px;
  }
  #first_screen .cta h1.lv .speed:before {
    width: 265px;
    height: 33px;
    background-image: url("data:image/svg+xml,%3Csvg width='265' height='33' viewBox='0 0 265 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 26.6791L11.1321 33L27.8529 31.8097L60.2147 30.5938L85.515 31.8097C85.515 31.8097 108.532 32.6648 116.887 31.8097C125.243 30.9546 152.308 30.9375 152.308 30.9375C152.308 30.9375 166.02 31.8097 178.62 31.8097C191.22 31.8097 205.944 30.9375 205.944 30.9375L247.943 31.8097L265 25.653L259.581 15.8125L254.015 3.79151H241.871L222.643 1.03125L212.017 2.05224H197.848L180.248 0L159.557 2.05224L126.134 0L29.3484 3.09375L11.1321 4.8125L4.55405 11.6875L1.19369 16.931L0 26.6791Z' fill='%231D6DA1' /%3E%3C/svg%3E");
  }
  #first_screen .cta h1 .top-row:before {
    width: 252px;
    height: 47px;
    background-image: url("data:image/svg+xml,%3Csvg width='252' height='47' viewBox='0 0 252 47' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.68952 22.2209C1.85847 23.0382 0.633569 34.651 0 40.3552L4.64617 45.208L27.4547 43.6756L35.1849 41.6323L41.8415 47L52.1638 43.6756L68.6366 45.208L74.4113 39.4599L80.117 44.2353L91.0228 45.9743L104.328 43.6756L116.366 45.9743L134.317 43.6756L142.131 45.9743L150.789 43.6756L164.094 45.208L172.596 40.9679L181.155 43.6756H194.928L212.457 45.208L222.521 40.9679L233.576 46.4851L242.728 40.2139L243.204 26.6417L247.483 17.8449L252 9.5508L248.993 1.53248L232.981 1.00535H209.683L185.213 0L153.113 1.53248L127.347 0L101.16 1.53248L63.3569 0H30.9057L15.2057 3.06495L1.68952 1.53248L0 12.0044C0.492776 15.0693 1.52057 21.4036 1.68952 22.2209Z' fill='%231D6DA1' /%3E%3C/svg%3E");
  }
  #first_screen .cta h1 .plus {
    width: 24px;
    height: 24px;
    background-image: 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='M23.6121 11.4237C25.3887 20.6025 20.9473 21.1947 12.6567 23.5634C6.38604 25.355 0 21.12 0 14.0884C0 7.05676 2.67647 1.63512 7.03101 0.468317C13.2489 -1.19777 21.6688 1.38311 23.6121 11.4237Z' fill='%231D6DA1' /%3E%3Cpath d='M14.2314 12.6461L14.4622 18.9767L10.847 19.1227L10.6162 12.7921L5.38044 13.0035L5.25488 9.55941L10.4907 9.34798L10.2695 3.27977L13.8847 3.13379L14.1059 9.20199L19.3417 8.99057L19.4673 12.4347L14.2314 12.6461Z' fill='white' /%3E%3C/svg%3E");
    top: 24px;
    right: 66px;
  }
  #first_screen .cta h1 .bottom-row {
    margin-top: -10px;
  }
  #first_screen .cta h1 .bottom-row:before {
    width: 354px;
    height: 57px;
    background-image: url("data:image/svg+xml,%3Csvg width='354' height='57' viewBox='0 0 354 57' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 20.4975L2.10357 24.9901L11.4194 27.2365L9.31579 38.1872V51.9458L21.3362 55.8768L39.3667 50.2611L57.0968 57L74.8268 52.7882C79.9355 53.4433 90.3932 54.8099 91.3548 55.0345C92.3165 55.2591 98.3667 54.1921 101.272 53.6305L113.893 51.9458L129.52 55.8768L163.177 53.6305L174.596 51.9458L192.626 54.625L204.647 49.5781L216.367 54.625L223.879 53.6305L249.723 51.9458L259.34 49.5781H269.256L278.873 53.6305L300.509 49.6995L310.126 53.6305L319.441 51.9458H331.462H340.177L349.492 48.5764L352.197 40.9951L354 34.2562L352.197 21.9015V8.42365L340.177 4.7734L310.126 8.42365L291.494 5.89655L278.873 3.65025L260.842 5.89655L236.2 2.80788H219.672L197.134 0L173.694 2.80788L149.954 3.65025L121.706 2.80788L86.5467 3.65025L73.9253 1.96552L54.0917 3.65025H35.1596L8.41426 1.96552L2.10357 5.33498V12.3547L0 20.4975Z' fill='%231D6DA1' /%3E%3C/svg%3E");
  }
  #first_screen .cta h1 .speed {
    width: 278px;
    height: 36px;
    background-image: url("data:image/svg+xml,%3Csvg width='278' height='36' viewBox='0 0 278 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 29.1045L11.6782 36L29.2192 34.7015L63.1686 33.375L89.7101 34.7015C89.7101 34.7015 113.856 35.6343 122.621 34.7015C131.387 33.7687 159.78 33.75 159.78 33.75C159.78 33.75 174.164 34.7015 187.383 34.7015C200.601 34.7015 216.047 33.75 216.047 33.75L260.106 34.7015L278 27.9851L272.315 17.25L266.476 4.13619H253.736L233.565 1.125L222.417 2.23881H207.554L189.09 0L167.384 2.23881L132.321 0L30.7881 3.375L11.6782 5.25L4.77746 12.75L1.25225 18.4701L0 29.1045Z' fill='%231D6DA1' /%3E%3C/svg%3E");
    margin-left: 15px;
  }
  #first_screen .cta .points {
    margin-bottom: 130px;
  }
  #first_screen .cta .points .point {
    font-size: 16px;
    margin-bottom: 14px;
  }
  #first_screen .cta .bubble {
    top: 350px;
  }
  #first_screen .cta .bubble.lv {
    top: 350px;
  }
  #first_screen .cta .discount-block .old_price {
    left: 39px;
    top: -80px;
  }
  #first_screen .cta .form-block {
    max-width: 400px;
  }
  #first_screen .cta .form-block:before {
    background-image: url(../img/img-june2026-inet-375.png);
    width: 346px;
    height: 516px;
    top: -530px;
    right: -130px;
  }
  #first_screen .cta .form-block form .custom_checkbox {
    max-width: 215px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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