@charset "UTF-8";
/*WidthDesktop-1700*/
/*WidthDesktop-1520*/
/*WidthDesktop-1400*/
/*WidthDesktop-1200*/
/*WidthDesktop-1024*/
/*WidthDesktop-992*/
/*WidthDesktop-768*/
/*WidthDesktop-580*/
/*WidthDesktop-420*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, 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, button, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  outline: none;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

main, article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
  display: block;
}

html,
body {
  min-height: 100%;
}

body {
  color: #172A2F;
  font-size: 18px;
  line-height: 1.15;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  font-variant-numeric: lining-nums;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
  overflow-y: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  opacity: 0.1;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
.wrapper.wrapper_ready-load {
  opacity: 1;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 8px;
  font-weight: 900;
  line-height: 1.15;
  font-family: "Raleway", sans-serif;
}
@media screen and (max-width: 767px) {
  h1, h2, h3, h4, h5, h6 {
    margin: 0 0 12px;
  }
}

h1,
.h1 {
  font-size: 60px;
}
@media screen and (max-width: 1023px) {
  h1,
.h1 {
    font-size: 42px;
  }
}
@media screen and (max-width: 767px) {
  h1,
.h1 {
    font-size: 32px;
  }
}

h2,
.h2 {
  font-size: 40px;
}
@media screen and (max-width: 1023px) {
  h2,
.h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 1023px) {
  h2,
.h2 {
    font-size: 24px;
  }
}

h3,
.h3 {
  font-size: 32px;
}
@media screen and (max-width: 1023px) {
  h3,
.h3 {
    font-size: 18px;
  }
}

h4,
.h4 {
  font-size: 24px;
}
@media screen and (max-width: 1023px) {
  h4,
.h4 {
    font-size: 14px;
  }
}

h5,
.h5 {
  font-size: 20px;
}
@media screen and (max-width: 1023px) {
  h5,
.h5 {
    font-size: 14px;
  }
}

h6,
.h6 {
  font-size: 18px;
}
@media screen and (max-width: 1023px) {
  h6,
.h6 {
    font-size: 14px;
  }
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
  color: #036E70;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  text-decoration: underline;
}

strong {
  font-weight: 700;
}

a {
  color: #172A2F;
  text-decoration: none;
}
a:hover {
  color: #036E70;
}

ul, p, ol {
  padding: 0;
  margin-bottom: 24px;
}
ul:last-child, p:last-child, ol:last-child {
  margin-bottom: 0;
}

p:empty {
  display: none;
}

ul,
ol {
  margin-left: 24px;
}
ul ul, ul ol,
ol ul,
ol ol {
  margin: 8px 0 8px 24px;
}
ul li,
ol li {
  margin: 0 0 8px;
}

img {
  outline: none;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
img:not(.no-img) {
  height: auto;
}

sup,
.sup {
  font-size: 12px;
  position: relative;
  top: -4px;
}

blockquote,
blockquote {
  margin-left: 32px;
  padding-left: 16px;
  font-size: 16px;
  line-height: 32px;
  font-style: italic;
  margin-bottom: 32px;
  border-left: 2px solid #036E70;
}

q,
.q {
  quotes: "«" "»";
  margin-bottom: 24px;
  display: block;
}
q q,
.q q {
  quotes: "„" "“";
}

.hidden {
  display: none;
  visibility: hidden;
}

.container {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 10px;
}
@media (max-width: 1520px) {
  .container {
    max-width: 1248px;
  }
}
@media screen and (max-width: 1023px) {
  .container {
    max-width: 760px;
  }
}
@media screen and (max-width: 767px) {
  .container {
    padding: 0 12px;
    max-width: 560px;
  }
}
@media screen and (max-width: 579px) {
  .container {
    max-width: 100%;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}
.row.row_justify-content-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .row {
    margin: 0 -10px;
  }
}

.col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .col {
    padding: 0 10px;
  }
}
.col.col_1 {
  width: 8.3333%;
}
.col.col_2 {
  width: 16.666%;
}
.col.col_3 {
  width: 25%;
}
.col.col_4 {
  width: 33.3%;
}
.col.col_5 {
  width: 41.666667%;
}
.col.col_6 {
  width: 50%;
}
.col.col_7 {
  width: 58.333333%;
}
.col.col_8 {
  width: 66.666667%;
}
.col.col_9 {
  width: 75%;
}
.col.col_10 {
  width: 83.333333%;
}
.col.col_11 {
  width: 91.666667%;
}
.col.col_12 {
  width: 100%;
}
@media (max-width: 1400px) {
  .col.col_big-desktop-2 {
    width: 16.66%;
  }
  .col.col_big-desktop-3 {
    width: 25%;
  }
  .col.col_big-desktop-4 {
    width: 33.3%;
  }
  .col.col_big-desktop-5 {
    width: 41.666667%;
  }
  .col.col_big-desktop-6 {
    width: 50%;
  }
  .col.col_big-desktop-7 {
    width: 58.333333%;
  }
  .col.col_big-desktop-8 {
    width: 66.666667%;
  }
  .col.col_big-desktop-9 {
    width: 75%;
  }
  .col.col_big-desktop-10 {
    width: 83.333333%;
  }
  .col.col_big-desktop-11 {
    width: 91.666667%;
  }
  .col.col_big-desktop-12 {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .col.col_desktop-2 {
    width: 16.66%;
  }
  .col.col_desktop-3 {
    width: 25%;
  }
  .col.col_desktop-4 {
    width: 33.3%;
  }
  .col.col_desktop-5 {
    width: 41.666667%;
  }
  .col.col_desktop-6 {
    width: 50%;
  }
  .col.col_desktop-7 {
    width: 58.333333%;
  }
  .col.col_desktop-8 {
    width: 66.666667%;
  }
  .col.col_desktop-9 {
    width: 75%;
  }
  .col.col_desktop-10 {
    width: 83.333333%;
  }
  .col.col_desktop-11 {
    width: 91.666667%;
  }
  .col.col_desktop-12 {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .col.col_middle-desktop-2 {
    width: 16.66%;
  }
  .col.col_middle-desktop-3 {
    width: 25%;
  }
  .col.col_middle-desktop-4 {
    width: 33.3%;
  }
  .col.col_middle-desktop-5 {
    width: 41.666667%;
  }
  .col.col_middle-desktop-6 {
    width: 50%;
  }
  .col.col_middle-desktop-7 {
    width: 58.333333%;
  }
  .col.col_middle-desktop-8 {
    width: 66.666667%;
  }
  .col.col_middle-desktop-9 {
    width: 75%;
  }
  .col.col_middle-desktop-10 {
    width: 83.333333%;
  }
  .col.col_middle-desktop-11 {
    width: 91.666667%;
  }
  .col.col_middle-desktop-12 {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .col.col_tab-3 {
    width: 25%;
  }
  .col.col_tab-4 {
    width: 33.3%;
  }
  .col.col_tab-5 {
    width: 41.666667%;
  }
  .col.col_tab-6 {
    width: 50%;
  }
  .col.col_tab-7 {
    width: 58.333333%;
  }
  .col.col_tab-8 {
    width: 66.666667%;
  }
  .col.col_tab-9 {
    width: 75%;
  }
  .col.col_tab-10 {
    width: 83.333333%;
  }
  .col.col_tab-11 {
    width: 91.666667%;
  }
  .col.col_tab-12 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .col.col_mob-3 {
    width: 25%;
  }
  .col.col_mob-4 {
    width: 33.3%;
  }
  .col.col_mob-6 {
    width: 50%;
  }
  .col.col_mob-8 {
    width: 66.666667%;
  }
  .col.col_mob-12 {
    width: 100%;
  }
}
@media screen and (max-width: 579px) {
  .col.col_mob-p-12 {
    width: 100%;
  }
}

.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
@media (max-width: 1400px) {
  .text-big-desktop-center {
    text-align: center;
  }
  .text-big-desktop-left {
    text-align: left;
  }
  .text-big-desktop-right {
    text-align: right;
  }
}
@media (max-width: 1200px) {
  .text-desktop-center {
    text-align: center;
  }
  .text-desktop-left {
    text-align: left;
  }
  .text-desktop-right {
    text-align: right;
  }
}
@media screen and (max-width: 1023px) {
  .text-middle-desktop-center {
    text-align: center;
  }
  .text-middle-desktop-left {
    text-align: left;
  }
  .text-middle-desktop-right {
    text-align: right;
  }
}
@media screen and (max-width: 991px) {
  .text-tab-center {
    text-align: center;
  }
  .text-tab-left {
    text-align: left;
  }
  .text-tab-right {
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .text-mob-center {
    text-align: center;
  }
  .text-mob-left {
    text-align: left;
  }
  .text-mob-right {
    text-align: right;
  }
}
@media screen and (max-width: 579px) {
  .text-mob-p-center {
    text-align: center;
  }
  .text-mob-p-left {
    text-align: left;
  }
  .text-mob-p-right {
    text-align: right;
  }
}

.display-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.display-block {
  display: block !important;
}
.display-none {
  display: none !important;
}
@media (max-width: 1400px) {
  .display-big-desktop-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .display-big-desktop-block {
    display: block !important;
  }
  .display-big-desktop-none {
    display: none !important;
  }
}
@media (max-width: 1200px) {
  .display-desktop-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .display-desktop-block {
    display: block !important;
  }
  .display-desktop-none {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .display-middle-desktop-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .display-middle-desktop-block {
    display: block !important;
  }
  .display-middle-desktop-none {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  .display-tab-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .display-tab-block {
    display: block !important;
  }
  .display-tab-none {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .display-mob-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .display-mob-block {
    display: block !important;
  }
  .display-mob-none {
    display: none !important;
  }
}
@media screen and (max-width: 579px) {
  .display-mob-p-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .display-mob-p-block {
    display: block !important;
  }
  .display-mob-p-none {
    display: none !important;
  }
}

.w-100 {
  width: 100%;
}
.w-75 {
  width: 75%;
}
.w-50 {
  width: 50%;
}
.w-25 {
  width: 25%;
}
.w-0 {
  width: 0;
}
@media (max-width: 1400px) {
  .w-big-desktop-100 {
    width: 100%;
  }
  .w-big-desktop-75 {
    width: 75%;
  }
  .w-big-desktop-50 {
    width: 50%;
  }
  .w-big-desktop-25 {
    width: 25%;
  }
  .w-big-desktop-0 {
    width: 0;
  }
}
@media (max-width: 1200px) {
  .w-desktop-100 {
    width: 100%;
  }
  .w-desktop-75 {
    width: 75%;
  }
  .w-desktop-50 {
    width: 50%;
  }
  .w-desktop-25 {
    width: 25%;
  }
  .w-desktop-0 {
    width: 0;
  }
}
@media screen and (max-width: 1023px) {
  .w-middle-desktop-100 {
    width: 100%;
  }
  .w-middle-desktop-75 {
    width: 75%;
  }
  .w-middle-desktop-50 {
    width: 50%;
  }
  .w-middle-desktop-25 {
    width: 25%;
  }
  .w-middle-desktop-0 {
    width: 0;
  }
}
@media screen and (max-width: 991px) {
  .w-tab-100 {
    width: 100%;
  }
  .w-tab-75 {
    width: 75%;
  }
  .w-tab-50 {
    width: 50%;
  }
  .w-tab-25 {
    width: 25%;
  }
  .w-tab-0 {
    width: 0;
  }
}
@media screen and (max-width: 767px) {
  .w-mob-100 {
    width: 100%;
  }
  .w-mob-75 {
    width: 75%;
  }
  .w-mob-50 {
    width: 50%;
  }
  .w-mob-25 {
    width: 25%;
  }
  .w-mob-0 {
    width: 0;
  }
}
@media screen and (max-width: 579px) {
  .w-mob-p-100 {
    width: 100%;
  }
  .w-mob-p-75 {
    width: 75%;
  }
  .w-mob-p-50 {
    width: 50%;
  }
  .w-mob-p-25 {
    width: 25%;
  }
  .w-mob-p-0 {
    width: 0;
  }
}

.h-100 {
  height: 100%;
}
.h-75 {
  height: 75%;
}
.h-50 {
  height: 50%;
}
.h-25 {
  height: 25%;
}
.h-0 {
  height: 0;
}
.h-auto {
  height: auto;
}
@media (max-width: 1400px) {
  .h-big-desktop-100 {
    height: 100%;
  }
  .h-big-desktop-75 {
    height: 75%;
  }
  .h-big-desktop-50 {
    height: 50%;
  }
  .h-big-desktop-25 {
    height: 25%;
  }
  .h-big-desktop-0 {
    height: 0;
  }
  .h-big-desktop-auto {
    height: auto;
  }
}
@media (max-width: 1200px) {
  .h-desktop-100 {
    height: 100%;
  }
  .h-desktop-75 {
    height: 75%;
  }
  .h-desktop-50 {
    height: 50%;
  }
  .h-desktop-25 {
    height: 25%;
  }
  .h-desktop-0 {
    height: 0;
  }
  .h-desktop-auto {
    height: auto;
  }
}
@media screen and (max-width: 1023px) {
  .h-middle-desktop-100 {
    height: 100%;
  }
  .h-middle-desktop-75 {
    height: 75%;
  }
  .h-middle-desktop-50 {
    height: 50%;
  }
  .h-middle-desktop-25 {
    height: 25%;
  }
  .h-middle-desktop-0 {
    height: 0;
  }
  .h-middle-desktop-auto {
    height: auto;
  }
}
@media screen and (max-width: 991px) {
  .h-tab-100 {
    height: 100%;
  }
  .h-tab-75 {
    height: 75%;
  }
  .h-tab-50 {
    height: 50%;
  }
  .h-tab-25 {
    height: 25%;
  }
  .h-tab-0 {
    height: 0;
  }
  .h-tab-auto {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .h-mob-100 {
    height: 100%;
  }
  .h-mob-75 {
    height: 75%;
  }
  .h-mob-50 {
    height: 50%;
  }
  .h-mob-25 {
    height: 25%;
  }
  .h-mob-0 {
    height: 0;
  }
  .h-mob-auto {
    height: auto;
  }
}
@media screen and (max-width: 579px) {
  .h-mob-p-100 {
    height: 100%;
  }
  .h-mob-p-75 {
    height: 75%;
  }
  .h-mob-p-50 {
    height: 50%;
  }
  .h-mob-p-25 {
    height: 25%;
  }
  .h-mob-p-0 {
    height: 0;
  }
  .h-mob-p-auto {
    height: auto;
  }
}

/*flex-direction */
.direction-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}
@media screen and (max-width: 1023px) {
  .direction-row-desktop {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
}
@media screen and (max-width: 991px) {
  .direction-row-tab {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
}
@media screen and (max-width: 767px) {
  .direction-row-mob {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
}
@media screen and (max-width: 579px) {
  .direction-row-mob-p {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
}

.direction-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}
@media screen and (max-width: 1023px) {
  .direction-column-desktop {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}
@media screen and (max-width: 991px) {
  .direction-column-tab {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}
@media screen and (max-width: 767px) {
  .direction-column-mob {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}
@media screen and (max-width: 579px) {
  .direction-column-mob-p {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}

.direction-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}
@media screen and (max-width: 1023px) {
  .direction-row-reverse-desktop {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
}
@media screen and (max-width: 991px) {
  .direction-row-reverse-tab {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
}
@media screen and (max-width: 767px) {
  .direction-row-reverse-mob {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
}
@media screen and (max-width: 579px) {
  .direction-row-reverse-mob-p {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
}

.direction-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}
@media screen and (max-width: 1023px) {
  .direction-column-reverse-desktop {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
}
@media screen and (max-width: 991px) {
  .direction-column-reverse-tab {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
}
@media screen and (max-width: 767px) {
  .direction-column-reverse-mob {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
}
@media screen and (max-width: 579px) {
  .direction-column-reverse-mob-p {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}
@media screen and (max-width: 1023px) {
  .flex-wrap-desktop {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
}
@media screen and (max-width: 991px) {
  .flex-wrap-tab {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
}
@media screen and (max-width: 767px) {
  .flex-wrap-mob {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
}
@media screen and (max-width: 579px) {
  .flex-wrap-mob-p {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}
@media screen and (max-width: 1023px) {
  .flex-nowrap-desktop {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
}
@media screen and (max-width: 991px) {
  .flex-nowrap-tab {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
}
@media screen and (max-width: 767px) {
  .flex-nowrap-mob {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
}
@media screen and (max-width: 579px) {
  .flex-nowrap-mob-p {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
}

.justify-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
@media screen and (max-width: 1023px) {
  .justify-center-desktop {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}
@media screen and (max-width: 991px) {
  .justify-center-tab {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}
@media screen and (max-width: 767px) {
  .justify-center-mob {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}
@media screen and (max-width: 579px) {
  .justify-center-mob-p {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}

.justify-left {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}
@media screen and (max-width: 1023px) {
  .justify-left-desktop {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
}
@media screen and (max-width: 991px) {
  .justify-left-tab {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
}
@media screen and (max-width: 767px) {
  .justify-left-mob {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
}
@media screen and (max-width: 579px) {
  .justify-left-mob-p {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
}

.justify-right {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}
@media screen and (max-width: 1023px) {
  .justify-right-desktop {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
}
@media screen and (max-width: 991px) {
  .justify-right-tab {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
}
@media screen and (max-width: 767px) {
  .justify-right-mob {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
}
@media screen and (max-width: 579px) {
  .justify-right-mob-p {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
}

.justify-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}
@media screen and (max-width: 1023px) {
  .justify-between-desktop {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
}
@media screen and (max-width: 991px) {
  .justify-between-tab {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
}
@media screen and (max-width: 767px) {
  .justify-between-mob {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
}
@media screen and (max-width: 579px) {
  .justify-between-mob-p {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
}

.justify-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}
@media screen and (max-width: 1023px) {
  .justify-around-desktop {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
}
@media screen and (max-width: 991px) {
  .justify-around-tab {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
}
@media screen and (max-width: 767px) {
  .justify-around-mob {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
}
@media screen and (max-width: 579px) {
  .justify-around-mob-p {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
}

.align-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
@media screen and (max-width: 1023px) {
  .align-center-desktop {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
}
@media screen and (max-width: 991px) {
  .align-center-tab {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
}
@media screen and (max-width: 767px) {
  .align-center-mob {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
}
@media screen and (max-width: 579px) {
  .align-center-mob-p {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
}

.align-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}
@media screen and (max-width: 1023px) {
  .align-start-desktop {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
}
@media screen and (max-width: 991px) {
  .align-start-tab {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
}
@media screen and (max-width: 767px) {
  .align-start-mob {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
}
@media screen and (max-width: 579px) {
  .align-start-mob-p {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
}

.align-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}
@media screen and (max-width: 1023px) {
  .align-end-desktop {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
}
@media screen and (max-width: 991px) {
  .align-end-tab {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
}
@media screen and (max-width: 767px) {
  .align-end-mob {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
}
@media screen and (max-width: 579px) {
  .align-end-mob-p {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
}

.align-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}
@media screen and (max-width: 1023px) {
  .align-between-desktop {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
}
@media screen and (max-width: 991px) {
  .align-between-tab {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
}
@media screen and (max-width: 767px) {
  .align-between-mob {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
}
@media screen and (max-width: 579px) {
  .align-between-mob-p {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
}

.align-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}
@media screen and (max-width: 1023px) {
  .align-around-desktop {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
}
@media screen and (max-width: 991px) {
  .align-around-tab {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
}
@media screen and (max-width: 767px) {
  .align-around-mob {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
}
@media screen and (max-width: 579px) {
  .align-around-mob-p {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
}

.order-1 {
  -webkit-box-ordinal-group: 2 !important;
      -ms-flex-order: 1 !important;
          order: 1 !important;
}
.order-2 {
  -webkit-box-ordinal-group: 3 !important;
      -ms-flex-order: 2 !important;
          order: 2 !important;
}
.order-3 {
  -webkit-box-ordinal-group: 4 !important;
      -ms-flex-order: 3 !important;
          order: 3 !important;
}
.order-4 {
  -webkit-box-ordinal-group: 5 !important;
      -ms-flex-order: 4 !important;
          order: 4 !important;
}
.order-5 {
  -webkit-box-ordinal-group: 6 !important;
      -ms-flex-order: 5 !important;
          order: 5 !important;
}
.order-6 {
  -webkit-box-ordinal-group: 7 !important;
      -ms-flex-order: 6 !important;
          order: 6 !important;
}
.order-7 {
  -webkit-box-ordinal-group: 8 !important;
      -ms-flex-order: 7 !important;
          order: 7 !important;
}
.order-8 {
  -webkit-box-ordinal-group: 9 !important;
      -ms-flex-order: 8 !important;
          order: 8 !important;
}
.order-9 {
  -webkit-box-ordinal-group: 10 !important;
      -ms-flex-order: 9 !important;
          order: 9 !important;
}
.order-10 {
  -webkit-box-ordinal-group: 11 !important;
      -ms-flex-order: 10 !important;
          order: 10 !important;
}
.order-11 {
  -webkit-box-ordinal-group: 12 !important;
      -ms-flex-order: 11 !important;
          order: 11 !important;
}
.order-12 {
  -webkit-box-ordinal-group: 13 !important;
      -ms-flex-order: 12 !important;
          order: 12 !important;
}
@media screen and (max-width: 1023px) {
  .order-desktop-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-desktop-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-desktop-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-desktop-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-desktop-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-desktop-6 {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .order-desktop-7 {
    -webkit-box-ordinal-group: 8 !important;
        -ms-flex-order: 7 !important;
            order: 7 !important;
  }
  .order-desktop-8 {
    -webkit-box-ordinal-group: 9 !important;
        -ms-flex-order: 8 !important;
            order: 8 !important;
  }
  .order-desktop-9 {
    -webkit-box-ordinal-group: 10 !important;
        -ms-flex-order: 9 !important;
            order: 9 !important;
  }
  .order-desktop-10 {
    -webkit-box-ordinal-group: 11 !important;
        -ms-flex-order: 10 !important;
            order: 10 !important;
  }
  .order-desktop-11 {
    -webkit-box-ordinal-group: 12 !important;
        -ms-flex-order: 11 !important;
            order: 11 !important;
  }
  .order-desktop-12 {
    -webkit-box-ordinal-group: 13 !important;
        -ms-flex-order: 12 !important;
            order: 12 !important;
  }
}
@media screen and (max-width: 991px) {
  .order-tab-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-tab-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-tab-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-tab-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-tab-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-tab-6 {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .order-tab-7 {
    -webkit-box-ordinal-group: 8 !important;
        -ms-flex-order: 7 !important;
            order: 7 !important;
  }
  .order-tab-8 {
    -webkit-box-ordinal-group: 9 !important;
        -ms-flex-order: 8 !important;
            order: 8 !important;
  }
  .order-tab-9 {
    -webkit-box-ordinal-group: 10 !important;
        -ms-flex-order: 9 !important;
            order: 9 !important;
  }
  .order-tab-10 {
    -webkit-box-ordinal-group: 11 !important;
        -ms-flex-order: 10 !important;
            order: 10 !important;
  }
  .order-tab-11 {
    -webkit-box-ordinal-group: 12 !important;
        -ms-flex-order: 11 !important;
            order: 11 !important;
  }
  .order-tab-12 {
    -webkit-box-ordinal-group: 13 !important;
        -ms-flex-order: 12 !important;
            order: 12 !important;
  }
}
@media screen and (max-width: 767px) {
  .order-mob-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-mob-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-mob-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-mob-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-mob-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-mob-6 {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .order-mob-7 {
    -webkit-box-ordinal-group: 8 !important;
        -ms-flex-order: 7 !important;
            order: 7 !important;
  }
  .order-mob-8 {
    -webkit-box-ordinal-group: 9 !important;
        -ms-flex-order: 8 !important;
            order: 8 !important;
  }
  .order-mob-9 {
    -webkit-box-ordinal-group: 10 !important;
        -ms-flex-order: 9 !important;
            order: 9 !important;
  }
  .order-mob-10 {
    -webkit-box-ordinal-group: 11 !important;
        -ms-flex-order: 10 !important;
            order: 10 !important;
  }
  .order-mob-11 {
    -webkit-box-ordinal-group: 12 !important;
        -ms-flex-order: 11 !important;
            order: 11 !important;
  }
  .order-mob-12 {
    -webkit-box-ordinal-group: 13 !important;
        -ms-flex-order: 12 !important;
            order: 12 !important;
  }
}
@media screen and (max-width: 579px) {
  .order-mob-p-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-mob-p-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-mob-p-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-mob-p-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-mob-p-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-mob-p-6 {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .order-mob-p-7 {
    -webkit-box-ordinal-group: 8 !important;
        -ms-flex-order: 7 !important;
            order: 7 !important;
  }
  .order-mob-p-8 {
    -webkit-box-ordinal-group: 9 !important;
        -ms-flex-order: 8 !important;
            order: 8 !important;
  }
  .order-mob-p-9 {
    -webkit-box-ordinal-group: 10 !important;
        -ms-flex-order: 9 !important;
            order: 9 !important;
  }
  .order-mob-p-10 {
    -webkit-box-ordinal-group: 11 !important;
        -ms-flex-order: 10 !important;
            order: 10 !important;
  }
  .order-mob-p-11 {
    -webkit-box-ordinal-group: 12 !important;
        -ms-flex-order: 11 !important;
            order: 11 !important;
  }
  .order-mob-p-12 {
    -webkit-box-ordinal-group: 13 !important;
        -ms-flex-order: 12 !important;
            order: 12 !important;
  }
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  border-color: #036E70;
}

.fancybox__progress {
  background: #036E70;
}

.margin-bottom-96 {
  margin-bottom: 96px;
}
.margin-bottom-80 {
  margin-bottom: 80px;
}
.margin-bottom-72 {
  margin-bottom: 72px;
}
.margin-bottom-64 {
  margin-bottom: 64px;
}
.margin-bottom-48 {
  margin-bottom: 48px;
}
.margin-bottom-40 {
  margin-bottom: 40px;
}
.margin-bottom-36 {
  margin-bottom: 36px;
}
.margin-bottom-32 {
  margin-bottom: 32px;
}
.margin-bottom-28 {
  margin-bottom: 28px;
}
.margin-bottom-24 {
  margin-bottom: 24px;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.margin-bottom-16 {
  margin-bottom: 16px;
}
.margin-bottom-12 {
  margin-bottom: 12px;
}
.margin-bottom-8 {
  margin-bottom: 8px;
}
.margin-bottom-4 {
  margin-bottom: 4px;
}
.margin-bottom-0 {
  margin-bottom: 0;
}
.margin-top-96 {
  margin-top: 96px;
}
.margin-top-80 {
  margin-top: 80px;
}
.margin-top-72 {
  margin-top: 72px;
}
.margin-top-64 {
  margin-top: 64px;
}
.margin-top-48 {
  margin-top: 48px;
}
.margin-top-40 {
  margin-top: 40px;
}
.margin-top-36 {
  margin-top: 36px;
}
.margin-top-32 {
  margin-top: 32px;
}
.margin-top-28 {
  margin-top: 28px;
}
.margin-top-24 {
  margin-top: 24px;
}
.margin-top-20 {
  margin-top: 20px;
}
.margin-top-16 {
  margin-top: 16px;
}
.margin-top-12 {
  margin-top: 12px;
}
.margin-top-8 {
  margin-top: 8px;
}
.margin-top-4 {
  margin-top: 4px;
}
.margin-top-0 {
  margin-top: 0;
}
.margin-auto {
  margin: 0 auto !important;
}
.margin-auto-y {
  margin: auto 0 !important;
}
.margin-left-auto {
  margin-left: auto !important;
}
.margin-right-auto {
  margin-left: auto !important;
}
@media (max-width: 1400px) {
  .margin-big-desktop-auto {
    margin: 0 auto !important;
  }
  .margin-big-desktop-auto-y {
    margin: auto 0 !important;
  }
  .margin-big-desktop-left-auto {
    margin-left: auto !important;
  }
  .margin-big-desktop-right-auto {
    margin-left: auto !important;
  }
  .margin-big-desktop-top-96 {
    margin-top: 96px;
  }
  .margin-big-desktop-top-80 {
    margin-top: 80px;
  }
  .margin-big-desktop-top-72 {
    margin-top: 72px;
  }
  .margin-big-desktop-top-64 {
    margin-top: 64px;
  }
  .margin-big-desktop-top-48 {
    margin-top: 48px;
  }
  .margin-big-desktop-top-40 {
    margin-top: 40px;
  }
  .margin-big-desktop-top-36 {
    margin-top: 36px;
  }
  .margin-big-desktop-top-32 {
    margin-top: 32px;
  }
  .margin-big-desktop-top-28 {
    margin-top: 28px;
  }
  .margin-big-desktop-top-24 {
    margin-top: 24px;
  }
  .margin-big-desktop-top-20 {
    margin-top: 20px;
  }
  .margin-big-desktop-top-16 {
    margin-top: 16px;
  }
  .margin-big-desktop-top-12 {
    margin-top: 12px;
  }
  .margin-big-desktop-top-8 {
    margin-top: 8px;
  }
  .margin-big-desktop-top-4 {
    margin-top: 4px;
  }
  .margin-big-desktop-top-0 {
    margin-top: 0;
  }
  .margin-big-desktop-bottom-96 {
    margin-bottom: 96px;
  }
  .margin-big-desktop-bottom-80 {
    margin-bottom: 80px;
  }
  .margin-big-desktop-bottom-72 {
    margin-bottom: 72px;
  }
  .margin-big-desktop-bottom-64 {
    margin-bottom: 64px;
  }
  .margin-big-desktop-bottom-48 {
    margin-bottom: 48px;
  }
  .margin-big-desktop-bottom-40 {
    margin-bottom: 40px;
  }
  .margin-big-desktop-bottom-36 {
    margin-bottom: 36px;
  }
  .margin-big-desktop-bottom-32 {
    margin-bottom: 32px;
  }
  .margin-big-desktop-bottom-28 {
    margin-bottom: 28px;
  }
  .margin-big-desktop-bottom-24 {
    margin-bottom: 24px;
  }
  .margin-big-desktop-bottom-20 {
    margin-bottom: 20px;
  }
  .margin-big-desktop-bottom-16 {
    margin-bottom: 16px;
  }
  .margin-big-desktop-bottom-12 {
    margin-bottom: 12px;
  }
  .margin-big-desktop-bottom-8 {
    margin-bottom: 8px;
  }
  .margin-big-desktop-bottom-4 {
    margin-bottom: 4px;
  }
  .margin-big-desktop-bottom-0 {
    margin-bottom: 0;
  }
}
@media (max-width: 1200px) {
  .margin-desktop-auto {
    margin: 0 auto !important;
  }
  .margin-desktop-auto-y {
    margin: auto 0 !important;
  }
  .margin-desktop-left-auto {
    margin-left: auto !important;
  }
  .margin-desktop-right-auto {
    margin-left: auto !important;
  }
  .margin-desktop-top-96 {
    margin-top: 96px;
  }
  .margin-desktop-top-80 {
    margin-top: 80px;
  }
  .margin-desktop-top-72 {
    margin-top: 72px;
  }
  .margin-desktop-top-64 {
    margin-top: 64px;
  }
  .margin-desktop-top-48 {
    margin-top: 48px;
  }
  .margin-desktop-top-40 {
    margin-top: 40px;
  }
  .margin-desktop-top-36 {
    margin-top: 36px;
  }
  .margin-desktop-top-32 {
    margin-top: 32px;
  }
  .margin-desktop-top-28 {
    margin-top: 28px;
  }
  .margin-desktop-top-24 {
    margin-top: 24px;
  }
  .margin-desktop-top-20 {
    margin-top: 20px;
  }
  .margin-desktop-top-16 {
    margin-top: 16px;
  }
  .margin-desktop-top-12 {
    margin-top: 12px;
  }
  .margin-desktop-top-8 {
    margin-top: 8px;
  }
  .margin-desktop-top-4 {
    margin-top: 4px;
  }
  .margin-desktop-top-0 {
    margin-top: 0;
  }
  .margin-desktop-bottom-96 {
    margin-bottom: 96px;
  }
  .margin-desktop-bottom-80 {
    margin-bottom: 80px;
  }
  .margin-desktop-bottom-72 {
    margin-bottom: 72px;
  }
  .margin-desktop-bottom-64 {
    margin-bottom: 64px;
  }
  .margin-desktop-bottom-48 {
    margin-bottom: 48px;
  }
  .margin-desktop-bottom-40 {
    margin-bottom: 40px;
  }
  .margin-desktop-bottom-36 {
    margin-bottom: 36px;
  }
  .margin-desktop-bottom-32 {
    margin-bottom: 32px;
  }
  .margin-desktop-bottom-28 {
    margin-bottom: 28px;
  }
  .margin-desktop-bottom-24 {
    margin-bottom: 24px;
  }
  .margin-desktop-bottom-20 {
    margin-bottom: 20px;
  }
  .margin-desktop-bottom-16 {
    margin-bottom: 16px;
  }
  .margin-desktop-bottom-12 {
    margin-bottom: 12px;
  }
  .margin-desktop-bottom-8 {
    margin-bottom: 8px;
  }
  .margin-desktop-bottom-4 {
    margin-bottom: 4px;
  }
  .margin-desktop-bottom-0 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1023px) {
  .margin-middle-desktop-auto {
    margin: 0 auto !important;
  }
  .margin-middle-desktop-auto-y {
    margin: auto 0 !important;
  }
  .margin-middle-desktop-left-auto {
    margin-left: auto !important;
  }
  .margin-middle-desktop-right-auto {
    margin-left: auto !important;
  }
  .margin-middle-desktop-top-96 {
    margin-top: 96px;
  }
  .margin-middle-desktop-top-80 {
    margin-top: 80px;
  }
  .margin-middle-desktop-top-72 {
    margin-top: 72px;
  }
  .margin-middle-desktop-top-64 {
    margin-top: 64px;
  }
  .margin-middle-desktop-top-48 {
    margin-top: 48px;
  }
  .margin-middle-desktop-top-40 {
    margin-top: 40px;
  }
  .margin-middle-desktop-top-36 {
    margin-top: 36px;
  }
  .margin-middle-desktop-top-32 {
    margin-top: 32px;
  }
  .margin-middle-desktop-top-28 {
    margin-top: 28px;
  }
  .margin-middle-desktop-top-24 {
    margin-top: 24px;
  }
  .margin-middle-desktop-top-20 {
    margin-top: 20px;
  }
  .margin-middle-desktop-top-16 {
    margin-top: 16px;
  }
  .margin-middle-desktop-top-12 {
    margin-top: 12px;
  }
  .margin-middle-desktop-top-8 {
    margin-top: 8px;
  }
  .margin-middle-desktop-top-4 {
    margin-top: 4px;
  }
  .margin-middle-desktop-top-0 {
    margin-top: 0;
  }
  .margin-middle-desktop-bottom-96 {
    margin-bottom: 96px;
  }
  .margin-middle-desktop-bottom-80 {
    margin-bottom: 80px;
  }
  .margin-middle-desktop-bottom-72 {
    margin-bottom: 72px;
  }
  .margin-middle-desktop-bottom-64 {
    margin-bottom: 64px;
  }
  .margin-middle-desktop-bottom-48 {
    margin-bottom: 48px;
  }
  .margin-middle-desktop-bottom-40 {
    margin-bottom: 40px;
  }
  .margin-middle-desktop-bottom-36 {
    margin-bottom: 36px;
  }
  .margin-middle-desktop-bottom-32 {
    margin-bottom: 32px;
  }
  .margin-middle-desktop-bottom-28 {
    margin-bottom: 28px;
  }
  .margin-middle-desktop-bottom-24 {
    margin-bottom: 24px;
  }
  .margin-middle-desktop-bottom-20 {
    margin-bottom: 20px;
  }
  .margin-middle-desktop-bottom-16 {
    margin-bottom: 16px;
  }
  .margin-middle-desktop-bottom-12 {
    margin-bottom: 12px;
  }
  .margin-middle-desktop-bottom-8 {
    margin-bottom: 8px;
  }
  .margin-middle-desktop-bottom-4 {
    margin-bottom: 4px;
  }
  .margin-middle-desktop-bottom-0 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  .margin-tab-auto {
    margin: 0 auto !important;
  }
  .margin-tab-auto-y {
    margin: auto 0 !important;
  }
  .margin-tab-left-auto {
    margin-left: auto !important;
  }
  .margin-tab-right-auto {
    margin-left: auto !important;
  }
  .margin-tab-top-96 {
    margin-top: 96px;
  }
  .margin-tab-top-80 {
    margin-top: 80px;
  }
  .margin-tab-top-72 {
    margin-top: 72px;
  }
  .margin-tab-top-64 {
    margin-top: 64px;
  }
  .margin-tab-top-48 {
    margin-top: 48px;
  }
  .margin-tab-top-40 {
    margin-top: 40px;
  }
  .margin-tab-top-36 {
    margin-top: 36px;
  }
  .margin-tab-top-32 {
    margin-top: 32px;
  }
  .margin-tab-top-28 {
    margin-top: 28px;
  }
  .margin-tab-top-24 {
    margin-top: 24px;
  }
  .margin-tab-top-20 {
    margin-top: 20px;
  }
  .margin-tab-top-16 {
    margin-top: 16px;
  }
  .margin-tab-top-12 {
    margin-top: 12px;
  }
  .margin-tab-top-8 {
    margin-top: 8px;
  }
  .margin-tab-top-4 {
    margin-top: 4px;
  }
  .margin-tab-top-0 {
    margin-top: 0;
  }
  .margin-tab-bottom-96 {
    margin-bottom: 96px;
  }
  .margin-tab-bottom-80 {
    margin-bottom: 80px;
  }
  .margin-tab-bottom-72 {
    margin-bottom: 72px;
  }
  .margin-tab-bottom-64 {
    margin-bottom: 64px;
  }
  .margin-tab-bottom-48 {
    margin-bottom: 48px;
  }
  .margin-tab-bottom-40 {
    margin-bottom: 40px;
  }
  .margin-tab-bottom-36 {
    margin-bottom: 36px;
  }
  .margin-tab-bottom-32 {
    margin-bottom: 32px;
  }
  .margin-tab-bottom-28 {
    margin-bottom: 28px;
  }
  .margin-tab-bottom-24 {
    margin-bottom: 24px;
  }
  .margin-tab-bottom-20 {
    margin-bottom: 20px;
  }
  .margin-tab-bottom-16 {
    margin-bottom: 16px;
  }
  .margin-tab-bottom-12 {
    margin-bottom: 12px;
  }
  .margin-tab-bottom-8 {
    margin-bottom: 8px;
  }
  .margin-tab-bottom-4 {
    margin-bottom: 4px;
  }
  .margin-tab-bottom-0 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .margin-mob-auto {
    margin: 0 auto !important;
  }
  .margin-mob-auto-y {
    margin: auto 0 !important;
  }
  .margin-mob-left-auto {
    margin-left: auto !important;
  }
  .margin-mob-right-auto {
    margin-left: auto !important;
  }
  .margin-mob-top-96 {
    margin-top: 96px;
  }
  .margin-mob-top-80 {
    margin-top: 80px;
  }
  .margin-mob-top-72 {
    margin-top: 72px;
  }
  .margin-mob-top-64 {
    margin-top: 64px;
  }
  .margin-mob-top-48 {
    margin-top: 48px;
  }
  .margin-mob-top-40 {
    margin-top: 40px;
  }
  .margin-mob-top-36 {
    margin-top: 36px;
  }
  .margin-mob-top-32 {
    margin-top: 32px;
  }
  .margin-mob-top-28 {
    margin-top: 28px;
  }
  .margin-mob-top-24 {
    margin-top: 24px;
  }
  .margin-mob-top-20 {
    margin-top: 20px;
  }
  .margin-mob-top-16 {
    margin-top: 16px;
  }
  .margin-mob-top-12 {
    margin-top: 12px;
  }
  .margin-mob-top-8 {
    margin-top: 8px;
  }
  .margin-mob-top-4 {
    margin-top: 4px;
  }
  .margin-mob-top-0 {
    margin-top: 0;
  }
  .margin-mob-bottom-96 {
    margin-bottom: 96px;
  }
  .margin-mob-bottom-80 {
    margin-bottom: 80px;
  }
  .margin-mob-bottom-72 {
    margin-bottom: 72px;
  }
  .margin-mob-bottom-64 {
    margin-bottom: 64px;
  }
  .margin-mob-bottom-48 {
    margin-bottom: 48px;
  }
  .margin-mob-bottom-40 {
    margin-bottom: 40px;
  }
  .margin-mob-bottom-36 {
    margin-bottom: 36px;
  }
  .margin-mob-bottom-32 {
    margin-bottom: 32px;
  }
  .margin-mob-bottom-28 {
    margin-bottom: 28px;
  }
  .margin-mob-bottom-24 {
    margin-bottom: 24px;
  }
  .margin-mob-bottom-20 {
    margin-bottom: 20px;
  }
  .margin-mob-bottom-16 {
    margin-bottom: 16px;
  }
  .margin-mob-bottom-12 {
    margin-bottom: 12px;
  }
  .margin-mob-bottom-8 {
    margin-bottom: 8px;
  }
  .margin-mob-bottom-4 {
    margin-bottom: 4px;
  }
  .margin-mob-bottom-0 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 579px) {
  .margin-mob-p-auto {
    margin: 0 auto !important;
  }
  .margin-mob-p-auto-y {
    margin: auto 0 !important;
  }
  .margin-mob-p-left-auto {
    margin-left: auto !important;
  }
  .margin-mob-p-right-auto {
    margin-left: auto !important;
  }
  .margin-mob-p-top-96 {
    margin-top: 96px;
  }
  .margin-mob-p-top-80 {
    margin-top: 80px;
  }
  .margin-mob-p-top-72 {
    margin-top: 72px;
  }
  .margin-mob-p-top-64 {
    margin-top: 64px;
  }
  .margin-mob-p-top-48 {
    margin-top: 48px;
  }
  .margin-mob-p-top-40 {
    margin-top: 40px;
  }
  .margin-mob-p-top-36 {
    margin-top: 36px;
  }
  .margin-mob-p-top-32 {
    margin-top: 32px;
  }
  .margin-mob-p-top-28 {
    margin-top: 28px;
  }
  .margin-mob-p-top-24 {
    margin-top: 24px;
  }
  .margin-mob-p-top-20 {
    margin-top: 20px;
  }
  .margin-mob-p-top-16 {
    margin-top: 16px;
  }
  .margin-mob-p-top-12 {
    margin-top: 12px;
  }
  .margin-mob-p-top-8 {
    margin-top: 8px;
  }
  .margin-mob-p-top-4 {
    margin-top: 4px;
  }
  .margin-mob-p-top-0 {
    margin-top: 0;
  }
  .margin-mob-p-bottom-96 {
    margin-bottom: 96px;
  }
  .margin-mob-p-bottom-80 {
    margin-bottom: 80px;
  }
  .margin-mob-p-bottom-72 {
    margin-bottom: 72px;
  }
  .margin-mob-p-bottom-64 {
    margin-bottom: 64px;
  }
  .margin-mob-p-bottom-48 {
    margin-bottom: 48px;
  }
  .margin-mob-p-bottom-40 {
    margin-bottom: 40px;
  }
  .margin-mob-p-bottom-36 {
    margin-bottom: 36px;
  }
  .margin-mob-p-bottom-32 {
    margin-bottom: 32px;
  }
  .margin-mob-p-bottom-28 {
    margin-bottom: 28px;
  }
  .margin-mob-p-bottom-24 {
    margin-bottom: 24px;
  }
  .margin-mob-p-bottom-20 {
    margin-bottom: 20px;
  }
  .margin-mob-p-bottom-16 {
    margin-bottom: 16px;
  }
  .margin-mob-p-bottom-12 {
    margin-bottom: 12px;
  }
  .margin-mob-p-bottom-8 {
    margin-bottom: 8px;
  }
  .margin-mob-p-bottom-4 {
    margin-bottom: 4px;
  }
  .margin-mob-p-bottom-0 {
    margin-bottom: 0;
  }
}

.padding-bottom-96 {
  padding-bottom: 96px;
}
.padding-bottom-64 {
  padding-bottom: 64px;
}
.padding-bottom-48 {
  padding-bottom: 48px;
}
.padding-bottom-32 {
  padding-bottom: 32px;
}
.padding-bottom-24 {
  padding-bottom: 24px;
}
.padding-bottom-16 {
  padding-bottom: 16px;
}
.padding-bottom-12 {
  padding-bottom: 12px;
}
.padding-bottom-8 {
  padding-bottom: 8px;
}
.padding-bottom-4 {
  padding-bottom: 4px;
}
.padding-bottom-0 {
  padding-bottom: 0;
}
.padding-top-96 {
  padding-top: 96px;
}
.padding-top-64 {
  padding-top: 64px;
}
.padding-top-48 {
  padding-top: 48px;
}
.padding-top-32 {
  padding-top: 32px;
}
.padding-top-24 {
  padding-top: 24px;
}
.padding-top-16 {
  padding-top: 16px;
}
.padding-top-12 {
  padding-top: 12px;
}
.padding-top-8 {
  padding-top: 8px;
}
.padding-top-4 {
  padding-top: 4px;
}
.padding-top-0 {
  padding-top: 0;
}
@media (max-width: 1400px) {
  .padding-big-desktop-top-96 {
    padding-top: 96px;
  }
  .padding-big-desktop-top-64 {
    padding-top: 64px;
  }
  .padding-big-desktop-top-48 {
    padding-top: 48px;
  }
  .padding-big-desktop-top-32 {
    padding-top: 32px;
  }
  .padding-big-desktop-top-24 {
    padding-top: 24px;
  }
  .padding-big-desktop-top-16 {
    padding-top: 16px;
  }
  .padding-big-desktop-top-12 {
    padding-top: 12px;
  }
  .padding-big-desktop-top-8 {
    padding-top: 8px;
  }
  .padding-big-desktop-top-4 {
    padding-top: 4px;
  }
  .padding-big-desktop-top-0 {
    padding-top: 0;
  }
  .padding-big-desktop-bottom-96 {
    padding-bottom: 96px;
  }
  .padding-big-desktop-bottom-64 {
    padding-bottom: 64px;
  }
  .padding-big-desktop-bottom-48 {
    padding-bottom: 48px;
  }
  .padding-big-desktop-bottom-32 {
    padding-bottom: 32px;
  }
  .padding-big-desktop-bottom-24 {
    padding-bottom: 24px;
  }
  .padding-big-desktop-bottom-16 {
    padding-bottom: 16px;
  }
  .padding-big-desktop-bottom-12 {
    padding-bottom: 12px;
  }
  .padding-big-desktop-bottom-8 {
    padding-bottom: 8px;
  }
  .padding-big-desktop-bottom-4 {
    padding-bottom: 4px;
  }
  .padding-big-desktop-bottom-0 {
    padding-bottom: 0;
  }
}
@media (max-width: 1200px) {
  .padding-desktop-top-96 {
    padding-top: 96px;
  }
  .padding-desktop-top-64 {
    padding-top: 64px;
  }
  .padding-desktop-top-48 {
    padding-top: 48px;
  }
  .padding-desktop-top-32 {
    padding-top: 32px;
  }
  .padding-desktop-top-24 {
    padding-top: 24px;
  }
  .padding-desktop-top-16 {
    padding-top: 16px;
  }
  .padding-desktop-top-12 {
    padding-top: 12px;
  }
  .padding-desktop-top-8 {
    padding-top: 8px;
  }
  .padding-desktop-top-4 {
    padding-top: 4px;
  }
  .padding-desktop-top-0 {
    padding-top: 0;
  }
  .padding-desktop-bottom-96 {
    padding-bottom: 96px;
  }
  .padding-desktop-bottom-64 {
    padding-bottom: 64px;
  }
  .padding-desktop-bottom-48 {
    padding-bottom: 48px;
  }
  .padding-desktop-bottom-32 {
    padding-bottom: 32px;
  }
  .padding-desktop-bottom-24 {
    padding-bottom: 24px;
  }
  .padding-desktop-bottom-16 {
    padding-bottom: 16px;
  }
  .padding-desktop-bottom-12 {
    padding-bottom: 12px;
  }
  .padding-desktop-bottom-8 {
    padding-bottom: 8px;
  }
  .padding-desktop-bottom-4 {
    padding-bottom: 4px;
  }
  .padding-desktop-bottom-0 {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1023px) {
  .padding-middle-desktop-top-96 {
    padding-top: 96px;
  }
  .padding-middle-desktop-top-64 {
    padding-top: 64px;
  }
  .padding-middle-desktop-top-48 {
    padding-top: 48px;
  }
  .padding-middle-desktop-top-32 {
    padding-top: 32px;
  }
  .padding-middle-desktop-top-24 {
    padding-top: 24px;
  }
  .padding-middle-desktop-top-16 {
    padding-top: 16px;
  }
  .padding-middle-desktop-top-12 {
    padding-top: 12px;
  }
  .padding-middle-desktop-top-8 {
    padding-top: 8px;
  }
  .padding-middle-desktop-top-4 {
    padding-top: 4px;
  }
  .padding-middle-desktop-top-0 {
    padding-top: 0;
  }
  .padding-middle-desktop-bottom-96 {
    padding-bottom: 96px;
  }
  .padding-middle-desktop-bottom-64 {
    padding-bottom: 64px;
  }
  .padding-middle-desktop-bottom-48 {
    padding-bottom: 48px;
  }
  .padding-middle-desktop-bottom-32 {
    padding-bottom: 32px;
  }
  .padding-middle-desktop-bottom-24 {
    padding-bottom: 24px;
  }
  .padding-middle-desktop-bottom-16 {
    padding-bottom: 16px;
  }
  .padding-middle-desktop-bottom-12 {
    padding-bottom: 12px;
  }
  .padding-middle-desktop-bottom-8 {
    padding-bottom: 8px;
  }
  .padding-middle-desktop-bottom-4 {
    padding-bottom: 4px;
  }
  .padding-middle-desktop-bottom-0 {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  .padding-tab-top-96 {
    padding-top: 96px;
  }
  .padding-tab-top-64 {
    padding-top: 64px;
  }
  .padding-tab-top-48 {
    padding-top: 48px;
  }
  .padding-tab-top-32 {
    padding-top: 32px;
  }
  .padding-tab-top-24 {
    padding-top: 24px;
  }
  .padding-tab-top-16 {
    padding-top: 16px;
  }
  .padding-tab-top-12 {
    padding-top: 12px;
  }
  .padding-tab-top-8 {
    padding-top: 8px;
  }
  .padding-tab-top-4 {
    padding-top: 4px;
  }
  .padding-tab-top-0 {
    padding-top: 0;
  }
  .padding-tab-bottom-96 {
    padding-bottom: 96px;
  }
  .padding-tab-bottom-64 {
    padding-bottom: 64px;
  }
  .padding-tab-bottom-48 {
    padding-bottom: 48px;
  }
  .padding-tab-bottom-32 {
    padding-bottom: 32px;
  }
  .padding-tab-bottom-24 {
    padding-bottom: 24px;
  }
  .padding-tab-bottom-16 {
    padding-bottom: 16px;
  }
  .padding-tab-bottom-12 {
    padding-bottom: 12px;
  }
  .padding-tab-bottom-8 {
    padding-bottom: 8px;
  }
  .padding-tab-bottom-4 {
    padding-bottom: 4px;
  }
  .padding-tab-bottom-0 {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .padding-mob-top-96 {
    padding-top: 96px;
  }
  .padding-mob-top-64 {
    padding-top: 64px;
  }
  .padding-mob-top-48 {
    padding-top: 48px;
  }
  .padding-mob-top-32 {
    padding-top: 32px;
  }
  .padding-mob-top-24 {
    padding-top: 24px;
  }
  .padding-mob-top-16 {
    padding-top: 16px;
  }
  .padding-mob-top-12 {
    padding-top: 12px;
  }
  .padding-mob-top-8 {
    padding-top: 8px;
  }
  .padding-mob-top-4 {
    padding-top: 4px;
  }
  .padding-mob-top-0 {
    padding-top: 0;
  }
  .padding-mob-bottom-96 {
    padding-bottom: 96px;
  }
  .padding-mob-bottom-64 {
    padding-bottom: 64px;
  }
  .padding-mob-bottom-48 {
    padding-bottom: 48px;
  }
  .padding-mob-bottom-32 {
    padding-bottom: 32px;
  }
  .padding-mob-bottom-24 {
    padding-bottom: 24px;
  }
  .padding-mob-bottom-16 {
    padding-bottom: 16px;
  }
  .padding-mob-bottom-12 {
    padding-bottom: 12px;
  }
  .padding-mob-bottom-8 {
    padding-bottom: 8px;
  }
  .padding-mob-bottom-4 {
    padding-bottom: 4px;
  }
  .padding-mob-bottom-0 {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 579px) {
  .padding-mob-p-top-96 {
    padding-top: 96px;
  }
  .padding-mob-p-top-64 {
    padding-top: 64px;
  }
  .padding-mob-p-top-48 {
    padding-top: 48px;
  }
  .padding-mob-p-top-32 {
    padding-top: 32px;
  }
  .padding-mob-p-top-24 {
    padding-top: 24px;
  }
  .padding-mob-p-top-16 {
    padding-top: 16px;
  }
  .padding-mob-p-top-12 {
    padding-top: 12px;
  }
  .padding-mob-p-top-8 {
    padding-top: 8px;
  }
  .padding-mob-p-top-4 {
    padding-top: 4px;
  }
  .padding-mob-p-top-0 {
    padding-top: 0;
  }
  .padding-mob-p-bottom-96 {
    padding-bottom: 96px;
  }
  .padding-mob-p-bottom-64 {
    padding-bottom: 64px;
  }
  .padding-mob-p-bottom-48 {
    padding-bottom: 48px;
  }
  .padding-mob-p-bottom-32 {
    padding-bottom: 32px;
  }
  .padding-mob-p-bottom-24 {
    padding-bottom: 24px;
  }
  .padding-mob-p-bottom-16 {
    padding-bottom: 16px;
  }
  .padding-mob-p-bottom-12 {
    padding-bottom: 12px;
  }
  .padding-mob-p-bottom-8 {
    padding-bottom: 8px;
  }
  .padding-mob-p-bottom-4 {
    padding-bottom: 4px;
  }
  .padding-mob-p-bottom-0 {
    padding-bottom: 0;
  }
}

.icon {
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .icon {
    width: 18px;
    height: 18px;
  }
}
.icon-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.icon-text .icon {
  margin-right: 8px;
}

.label-icon {
  position: relative;
}
.label-icon .icon {
  position: absolute;
  top: calc(50% - 12px);
  left: auto;
  right: 12px;
}
.label-icon-position-right {
  left: auto;
  right: 12px;
}
.label-icon-position-left {
  right: auto;
  left: 12px;
}
@media screen and (max-width: 767px) {
  .label-icon .icon {
    top: calc(50% - 10px);
    right: 8px;
  }
  .label-icon-position-right {
    left: auto;
    right: 8px;
  }
  .label-icon-position-left {
    right: auto;
    left: 8px;
  }
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
  width: 100%;
  margin-bottom: 32px;
  table-layout: fixed;
}
table tr:nth-child(odd) td {
  background-color: #9C918C;
}
table tr:hover td {
  background-color: #ffffff;
}
table td, table th {
  border-bottom: 1px solid #F1F2F3;
  border-top: 1px solid #F1F2F3;
  color: #ffffff;
  font-weight: 400;
  text-align: left;
  padding: 16px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
table th {
  padding: 16px;
  font-weight: 600;
  color: #ffffff;
  background-color: #036E70;
}

input[type=text],
input[type=password],
input[type=tel],
input[type=email],
input[type=number],
textarea {
  background-color: #F1F2F3;
  border: 1px solid #F1F2F3;
  border-radius: 16px;
  font-size: 18px;
  line-height: 1.15;
  padding: 18px 24px;
  color: #172A2F;
  width: 100%;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  input[type=text],
input[type=password],
input[type=tel],
input[type=email],
input[type=number],
textarea {
    font-size: 12px;
    padding: 14px;
  }
}
input[type=text]:hover,
input[type=password]:hover,
input[type=tel]:hover,
input[type=email]:hover,
input[type=number]:hover,
textarea:hover {
  border-color: #F1F2F3;
  background-color: #F1F2F3;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=number]:focus,
textarea:focus {
  border-color: #F1F2F3;
  background-color: #F1F2F3;
}
input[type=text]:disabled,
input[type=password]:disabled,
input[type=tel]:disabled,
input[type=email]:disabled,
input[type=number]:disabled,
textarea:disabled {
  border-color: #F1F2F3;
  background-color: #F1F2F3;
  color: #9C918C;
}
input[type=text].error,
input[type=password].error,
input[type=tel].error,
input[type=email].error,
input[type=number].error,
textarea.error {
  border-color: #D71313;
}

textarea {
  width: 100%;
  height: 100px;
  resize: none;
}

.form-field {
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .form-field {
    margin-bottom: 8px;
  }
}
.form-field .label-wrap {
  display: block;
  height: 100%;
}
.form-field__title {
  text-transform: uppercase;
  display: block;
  font-size: 22px;
  line-height: 1.15;
  font-weight: 600;
  margin-bottom: 8px;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .form-field__title {
    font-size: 16px;
  }
}
.form-field, .form-group {
  position: relative;
}

.wpcf7-not-valid-tip {
  text-align: left;
  left: 0;
  color: #D71313;
  font-size: 10px;
  line-height: 1.15;
  font-style: italic;
}

.error-label {
  color: #D71313;
  position: absolute;
  top: 100%;
  left: 0;
  font-size: 10px;
  line-height: 1.15;
  font-style: italic;
}

.wpcf7-response-output {
  display: none;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #172A2F;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #172A2F;
}

.custom-check .wpcf7-list-item {
  margin: 0 0 13px;
  display: block;
}
@media screen and (max-width: 767px) {
  .custom-check .wpcf7-list-item {
    margin-bottom: 8px;
  }
}
.custom-check .wpcf7-list-item label {
  display: block;
  position: relative;
}
.custom-check .wpcf7-list-item label input[type=checkbox], .custom-check .wpcf7-list-item label input[type=radio] {
  position: absolute;
  opacity: 0;
}
.custom-check .wpcf7-list-item label input[type=checkbox]:checked ~ .wpcf7-list-item-label:before, .custom-check .wpcf7-list-item label input[type=radio]:checked ~ .wpcf7-list-item-label:before {
  opacity: 1;
}
.custom-check .wpcf7-list-item label input[type=checkbox]:checked ~ .wpcf7-list-item-label, .custom-check .wpcf7-list-item label input[type=radio]:checked ~ .wpcf7-list-item-label {
  color: #172A2F;
}
.custom-check .wpcf7-list-item label input[type=checkbox]:checked ~ .wpcf7-list-item-label:after, .custom-check .wpcf7-list-item label input[type=radio]:checked ~ .wpcf7-list-item-label:after {
  border-color: #172A2F;
}
.custom-check .wpcf7-list-item label input[type=checkbox]:disabled ~ .wpcf7-list-item-label, .custom-check .wpcf7-list-item label input[type=radio]:disabled ~ .wpcf7-list-item-label {
  color: #9C918C;
}
.custom-check .wpcf7-list-item label input[type=checkbox]:disabled ~ .wpcf7-list-item-label:after, .custom-check .wpcf7-list-item label input[type=radio]:disabled ~ .wpcf7-list-item-label:after {
  border-color: #9C918C;
}
.custom-check .wpcf7-list-item label input[type=checkbox]:disabled ~ .wpcf7-list-item-label:hover:after, .custom-check .wpcf7-list-item label input[type=radio]:disabled ~ .wpcf7-list-item-label:hover:after {
  border-color: #9C918C;
}
.custom-check .wpcf7-list-item-label {
  position: relative;
  padding-left: 34px;
  display: block;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .custom-check .wpcf7-list-item-label {
    padding-left: 26px;
  }
}
.custom-check .wpcf7-list-item-label:before, .custom-check .wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.custom-check .wpcf7-list-item-label:before {
  opacity: 0;
}
.custom-check .wpcf7-list-item-label:after {
  width: 26px;
  height: 26px;
  border-radius: 3px;
  border: 1px solid #172A2F;
  top: -4px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .custom-check .wpcf7-list-item-label:after {
    width: 18px;
    height: 18px;
    top: -2px;
  }
}
.custom-check .wpcf7-list-item-label:hover {
  color: #172A2F;
}
.custom-check .wpcf7-list-item-label:hover:after {
  border-color: #172A2F;
}
.custom-check input[type=checkbox] ~ .wpcf7-list-item-label:before, .custom-check input[type=checkbox] ~ .wpcf7-list-item-label:after,
.custom-check input[type=radio] ~ .wpcf7-list-item-label:before,
.custom-check input[type=radio] ~ .wpcf7-list-item-label:after {
  border-radius: 50%;
}
.custom-check input[type=checkbox] ~ .wpcf7-list-item-label:before,
.custom-check input[type=radio] ~ .wpcf7-list-item-label:before {
  width: 22px;
  height: 22px;
  background: #172A2F;
  opacity: 0;
  left: 3px;
  top: -1px;
}
@media screen and (max-width: 767px) {
  .custom-check input[type=checkbox] ~ .wpcf7-list-item-label:before,
.custom-check input[type=radio] ~ .wpcf7-list-item-label:before {
    width: 16px;
    height: 16px;
    left: 2px;
    top: 0;
  }
}

.quantity {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 120px;
  max-width: 170px;
  background-color: #036E70;
  border-radius: 16px;
  overflow: hidden;
  color: #ffffff;
}
.quantity input {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
.quantity input::-webkit-inner-spin-button,
.quantity input::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.quantity input {
  width: 100%;
  text-align: center;
  background-color: #036E70;
  color: #ffffff;
  padding: 10px;
  font-weight: 700;
  border: none;
}
.quantity input:hover {
  background-color: #036E70;
}
.quantity-btn {
  padding: 10px !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 16px;
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .quantity-btn {
    font-size: 19px;
  }
}
.quantity-btn:hover {
  color: #ffffff;
}
.quantity-btn-minus:before {
  content: "-";
}
.quantity-btn-plus:before {
  content: "+";
}
.quantity-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.quantity-block .title {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .quantity-block .title {
    display: none;
  }
}

input[type=range] {
  width: 100%;
  height: 1px;
  margin: 14px 0;
}

input[type=range],
input[type=range]::-webkit-slider-runnable-track,
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}

input[type=range]::-webkit-slider-runnable-track {
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#5D6A6D)), #F1F2F3;
  background: linear-gradient(to right, #5D6A6D), #F1F2F3;
  background-size: var(--background-size, 0%) 100%;
  background-repeat: no-repeat;
  border-radius: 5px;
}

input[type=range]::-webkit-slider-thumb {
  width: 24px;
  height: 24px;
  cursor: pointer;
  background-color: #5D6A6D;
  border-radius: 50%;
  margin-top: -11px;
}

/** FF*/
input[type=range]::-moz-range-progress {
  background-color: #5D6A6D;
  border-radius: 0;
}

input[type=range]::-moz-range-track {
  background-color: #F1F2F3;
  border-radius: 0;
}

input[type=range]::-moz-range-thumb {
  width: 24px;
  height: 24px;
  cursor: pointer;
  background-color: #5D6A6D;
  border-radius: 50%;
  margin-top: -11px;
}

.custom-range__value {
  text-align: center;
}
.custom-range__value span {
  background-color: #ffffff;
  padding: 8px;
  color: #F1F2F3;
  display: inline-block;
  min-width: 40px;
}
@media screen and (max-width: 767px) {
  .custom-range__value span {
    padding: 6px;
  }
}
.custom-range__minMax {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.filter-range {
  margin-bottom: 16px;
}
.filter-range.ui-slider-horizontal {
  height: 8px;
  border-color: #036E70;
}
@media screen and (max-width: 767px) {
  .filter-range.ui-slider-horizontal {
    width: calc(100% - 15px);
  }
}
.filter-range.ui-slider-horizontal .ui-widget-header {
  background-color: #172A2F;
}
.filter-range.ui-slider-horizontal .ui-state-default {
  width: 18px;
  height: 18px;
  top: calc(50% - 9px);
  border-radius: 50%;
  background-color: #036E70;
  border-color: #036E70;
}
@media screen and (max-width: 767px) {
  .filter-range.ui-slider-horizontal .ui-state-default {
    width: 30px;
    height: 30px;
    top: calc(50% - 15px);
  }
}
.filter-range.ui-slider-horizontal .ui-state-default:hover {
  background-color: #172A2F;
  border-color: #172A2F;
}
.filter-range.ui-slider-horizontal .ui-state-default:focus {
  background-color: #036E70;
  border-color: #ffffff;
}
.filter-range__count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 16px;
}
.filter-range__count span {
  background-color: #F1F2F3;
  border: 1px solid #F1F2F3;
  border-radius: 16px;
  font-size: 18px;
  line-height: 1.15;
  padding: 18px 24px;
  color: #172A2F;
}

@-webkit-keyframes autofill {
  to {
    background: transparent;
  }
}
input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #ffffff;
}

::-webkit-scrollbar-thumb {
  background-color: #036E70;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #33898B;
}

.btn,
button,
input[type=submit],
input[type=reset] {
  color: #ffffff;
  background-color: #036E70;
  font-size: 18px;
  cursor: pointer;
  font-family: "Raleway", sans-serif;
  line-height: 1.15;
  border: 3px solid #036E70;
  text-decoration: none;
  display: inline-block;
  border-radius: 40px;
  outline: none;
  font-weight: 900;
  text-align: center;
  margin: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-shadow: 0 0.04px 20px #ffffff;
          box-shadow: 0 0.04px 20px #ffffff;
  padding: 15px 30px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .btn,
button,
input[type=submit],
input[type=reset] {
    font-size: 14px;
  }
}
.btn .icon,
button .icon,
input[type=submit] .icon,
input[type=reset] .icon {
  fill: #ffffff;
}
.btn:hover,
button:hover,
input[type=submit]:hover,
input[type=reset]:hover {
  color: #ffffff;
  background-color: #172A2F;
  border-color: #172A2F;
}
.btn:hover .icon,
button:hover .icon,
input[type=submit]:hover .icon,
input[type=reset]:hover .icon {
  fill: #ffffff;
}
.btn:active,
button:active,
input[type=submit]:active,
input[type=reset]:active {
  border-color: #ffffff;
  color: #ffffff;
  background-color: #036E70;
}
.btn:active .icon,
button:active .icon,
input[type=submit]:active .icon,
input[type=reset]:active .icon {
  fill: #ffffff;
}
.btn:disabled,
button:disabled,
input[type=submit]:disabled,
input[type=reset]:disabled {
  cursor: default;
  color: #9C918C;
  border-color: #F1F2F3;
  background-color: #F1F2F3;
}
.btn:disabled .icon,
button:disabled .icon,
input[type=submit]:disabled .icon,
input[type=reset]:disabled .icon {
  fill: #9C918C;
}
.btn.btn_secondary,
button.btn_secondary,
input[type=submit].btn_secondary,
input[type=reset].btn_secondary {
  border-color: #036E70;
  color: #036E70;
  background-color: transparent;
}
.btn.btn_secondary .icon,
button.btn_secondary .icon,
input[type=submit].btn_secondary .icon,
input[type=reset].btn_secondary .icon {
  fill: #036E70;
}
.btn.btn_secondary:hover,
button.btn_secondary:hover,
input[type=submit].btn_secondary:hover,
input[type=reset].btn_secondary:hover {
  color: #ffffff;
  border-color: #036E70;
  background-color: #036E70;
}
.btn.btn_secondary:hover .icon,
button.btn_secondary:hover .icon,
input[type=submit].btn_secondary:hover .icon,
input[type=reset].btn_secondary:hover .icon {
  fill: #ffffff;
}
.btn.btn_secondary:active,
button.btn_secondary:active,
input[type=submit].btn_secondary:active,
input[type=reset].btn_secondary:active {
  color: #172A2F;
  border-color: #172A2F;
  background-color: transparent;
}
.btn.btn_secondary:active .icon,
button.btn_secondary:active .icon,
input[type=submit].btn_secondary:active .icon,
input[type=reset].btn_secondary:active .icon {
  fill: #172A2F;
}
.btn.btn_secondary:disabled,
button.btn_secondary:disabled,
input[type=submit].btn_secondary:disabled,
input[type=reset].btn_secondary:disabled {
  border-color: #33898B;
  background-color: #ffffff;
  color: #33898B;
}
.btn.btn_secondary:disabled .icon,
button.btn_secondary:disabled .icon,
input[type=submit].btn_secondary:disabled .icon,
input[type=reset].btn_secondary:disabled .icon {
  fill: #33898B;
}
.btn.btn_tertiary,
button.btn_tertiary,
input[type=submit].btn_tertiary,
input[type=reset].btn_tertiary {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn.btn-link {
  background-color: transparent;
  border: none;
}
.btn.btn-link:hover, .btn.btn-link:active {
  background-color: transparent;
  border: none;
}
.btn.btn-icon-right {
  padding-left: 0;
  padding-right: 50px;
}
@media screen and (min-width: 1024px) {
  .btn.btn-icon-right {
    padding-right: 100px;
  }
}
.btn.btn-icon-left {
  padding-left: 50px;
  padding-right: 0;
}
@media screen and (min-width: 1024px) {
  .btn.btn-icon-left {
    padding-left: 100px;
  }
}
.btn.btn-icon {
  position: relative;
}
.btn.btn-icon:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.btn.btn-icon-arrow:before {
  width: 40px;
  height: 12px;
  top: calc(50% - 6px);
}
@media screen and (min-width: 1024px) {
  .btn.btn-icon-arrow:before {
    width: 60px;
    height: 24px;
    top: calc(50% - 12px);
  }
}
.btn-icon-block {
  border-radius: 16px;
  padding: 15px 16px;
}
@media screen and (max-width: 767px) {
  .btn-icon-block {
    padding: 12px 13px;
  }
}
.btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-group .btn-text {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-icon-position__left .icon {
  margin-right: 8px;
}
.btn-icon-position__left-block {
  margin-right: 12px;
}
.btn-icon-position__left-block .icon {
  margin-right: 0;
}
.btn-icon-position__left:hover-block .icon {
  margin-right: 0;
}
.btn-icon-position__right {
  margin-left: 8px;
}
.btn-icon-position__right-block {
  margin-left: 12px;
}
.btn-icon-position__right-block .icon {
  margin-left: 0;
}
.btn-icon-position__right:hover-block .icon {
  margin-left: 0;
}
.btn-icon.icon {
  width: 24px;
  height: 24px;
}
.btn-icon.icon-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.wysiwyg > *:last-child {
  margin-bottom: 0;
}
.wysiwyg img {
  display: block;
  margin: 0 auto 24px;
}
.wysiwyg ul li, .wysiwyg ol li {
  margin-bottom: 8px;
}
@media screen and (max-width: 991px) {
  .wysiwyg ul li, .wysiwyg ol li {
    padding-left: 24px;
  }
}
.wysiwyg ul {
  list-style: none;
}
.wysiwyg ul ul {
  margin-left: 0;
}
.wysiwyg ul li {
  position: relative;
  padding-left: 32px;
}
.wysiwyg ul li:before {
  content: "—";
  left: 8px;
  top: -2px;
  position: absolute;
}
@media screen and (max-width: 991px) {
  .wysiwyg ul li:before {
    top: 0;
    left: 0;
  }
}

.slider {
  width: 100%;
}
.slider-item__img img {
  width: 100%;
}
.slider.full-screen {
  height: 100vh;
}
.slider.full-screen .slider-item__img img {
  height: 100%;
}
.slider-nav-btn {
  width: 32px;
  height: 32px;
  top: calc(50% - 16px);
  margin-top: 0;
}
.slider-nav-btn .icon {
  width: 32px;
  height: 32px;
  fill: #F1F2F3;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.slider-nav-btn:after {
  display: none;
}
.slider-nav-btn:hover .icon {
  fill: #33898B;
}
.slider-nav-btn-next {
  right: 32px;
}
.slider-nav-btn-prev {
  left: 32px;
}

.tabs:not(:last-child) {
  margin-bottom: 32px;
}
.tabs .tabs-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #9C918C;
  margin-bottom: 24px;
}
.tabs .tabs-header .tabs-header__item.active .tabs-header__text {
  color: #ffffff;
  background-color: #036E70;
}
.tabs .tabs-header .tabs-header__text {
  display: block;
  cursor: pointer;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  padding: 16px 24px;
  text-align: center;
  position: relative;
  background-color: #9C918C;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tabs .tabs-header .slick-next,
.tabs .tabs-header .slick-prev {
  width: 40px;
  height: 40px;
}
.tabs .tabs-header .slick-next.slick-disabled,
.tabs .tabs-header .slick-prev.slick-disabled {
  opacity: 0.5;
}
.tabs .tabs-header .slick-next i,
.tabs .tabs-header .slick-prev i {
  font-size: 15px;
  color: #ffffff;
}
.tabs .tabs-body .tabs-body__item {
  width: 100%;
  display: none;
}
.tabs .tabs-body .tabs-body__item.active {
  display: block;
}
.tabs.tabs-header__slider .slider-tabs__header {
  height: auto !important;
}
@media screen and (min-width: 768px) {
  .tabs.tabs-vertical {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -16px;
  }
  .tabs.tabs-vertical .tabs-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 25%;
    width: 100%;
    padding: 0 16px;
    border-bottom: none;
  }
  .tabs.tabs-vertical .tabs-header__text {
    text-align: left;
  }
  .tabs.tabs-vertical .tabs-body {
    max-width: 75%;
    width: 100%;
    padding: 0 16px;
  }
}

.accordion-item {
  margin-bottom: 16px;
}
.accordion-item.active .accordion-item__header {
  margin-bottom: 16px;
}
.accordion-item.active .accordion-item__header .title-text:before {
  opacity: 1;
}
.accordion-item.active .accordion-item__body {
  display: block;
}
.accordion-item .accordion-item__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  color: #172A2F;
  font-weight: 900;
  font-size: 18px;
  line-height: 1.15;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .accordion-item .accordion-item__header {
    font-size: 14px;
  }
}
.accordion-item .accordion-item__header .title-text {
  position: relative;
  padding-left: 34px;
}
.accordion-item .accordion-item__header .title-text:before, .accordion-item .accordion-item__header .title-text:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
}
.accordion-item .accordion-item__header .title-text:before {
  background-color: #172A2F;
  width: 18px;
  height: 18px;
  left: 4px;
  top: 1px;
  opacity: 0;
}
.accordion-item .accordion-item__header .title-text:after {
  width: 24px;
  height: 24px;
  border: 1px solid #172A2F;
  left: 0;
  top: -3px;
}
.accordion-item .accordion-item__body {
  display: none;
  padding-left: 34px;
  margin-bottom: 16px;
}

.air-datepicker {
  -webkit-box-shadow: 0 3px 16px rgba(0, 0, 0, 0.05) !important;
          box-shadow: 0 3px 16px rgba(0, 0, 0, 0.05) !important;
  border-radius: 8px;
  border-color: #ffffff !important;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.15;
  overflow: hidden;
  color: #ffffff;
  padding: 16px;
  max-width: 280px;
  width: auto;
}
.air-datepicker--pointer {
  display: none;
}
.air-datepicker--navigation {
  padding: 0;
}
.air-datepicker-nav {
  border-bottom: none;
}
.air-datepicker-nav--action {
  width: 40px;
  height: 40px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.air-datepicker-nav--action[data-action=prev] {
  border-radius: 8px;
}
.air-datepicker-nav--action[data-action=next] {
  border-radius: 8px;
}
.air-datepicker-nav--action svg {
  fill: #ffffff;
  width: 32px;
  height: 32px;
}
.air-datepicker-nav--action path {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  fill: inherit;
  stroke: inherit;
  stroke-width: inherit;
}
.air-datepicker-nav--action:hover {
  background-color: #33898B;
}
.air-datepicker-nav--action:hover svg {
  fill: #ffffff;
}
.air-datepicker-nav--title {
  max-width: calc(100% - 80px);
  padding: 0 8px;
  width: 100%;
  border-radius: 8px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.air-datepicker-nav--title:hover {
  background-color: #33898B;
  color: #ffffff;
}
.air-datepicker--content {
  padding: 0;
}
.air-datepicker-body--day-name {
  color: #33898B;
  font-size: 18px;
  line-height: 1.15;
  font-weight: 500;
  text-transform: none;
  width: 40px;
  height: 40px;
}
.air-datepicker-body--day-names {
  margin: 0;
}
.air-datepicker-body--cells.-days- {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.air-datepicker-cell {
  font-size: 18px;
  line-height: 1.15;
  font-weight: 400;
  padding: 8px;
  border-radius: 50%;
}
.air-datepicker-cell.-day- {
  width: 40px;
  height: 40px;
}
.air-datepicker-cell.-day-.-other-month- {
  color: #dedede;
}
.air-datepicker-cell.-month- {
  border-radius: 8px;
}
.air-datepicker-cell.-year- {
  border-radius: 8px;
}
.air-datepicker-cell.-focus- {
  background-color: #33898B;
  color: #ffffff;
}
.air-datepicker-cell.-current- {
  border: 1px solid #ffffff;
  color: #ffffff;
}
.air-datepicker-cell.-current-.-focus- {
  border-color: #33898B;
  background-color: #33898B;
  color: #ffffff;
}
.air-datepicker-cell.-current-.-in-range- {
  color: #ffffff;
}
.air-datepicker-cell.-current-.-range-from-, .air-datepicker-cell.-current-.-range-to- {
  background: #ffffff;
  color: #ffffff;
}
.air-datepicker-cell.-selected- {
  background: #ffffff;
  color: #ffffff;
}
.air-datepicker-cell.-selected-.-current-, .air-datepicker-cell.-selected-.-focus- {
  background: #ffffff;
  color: #ffffff;
}
.air-datepicker-cell.-selected-.-other-month- {
  background: #ffffff !important;
  color: #ffffff !important;
}
.air-datepicker-cell.-range-from-, .air-datepicker-cell.-range-to- {
  position: relative;
  border: none;
  background-color: #ffffff;
  color: #ffffff;
}
.air-datepicker-cell.-range-from-:before, .air-datepicker-cell.-range-to-:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: rgba(2, 21, 51, 0.3);
  width: 50%;
  z-index: -1;
}
.air-datepicker-cell.-range-from- {
  border-radius: 50%;
}
.air-datepicker-cell.-range-from-:before {
  right: 0;
}
.air-datepicker-cell.-range-from-.-range-to- {
  border-radius: 50%;
}
.air-datepicker-cell.-range-from-.-range-to-:before {
  display: none;
}
.air-datepicker-cell.-range-to- {
  border-radius: 50%;
}
.air-datepicker-cell.-range-to-:before {
  left: 0;
}
.air-datepicker-cell.-in-range- {
  background-color: rgba(2, 21, 51, 0.3);
}
.air-datepicker-cell.-in-range-.-other-month- {
  background-color: rgba(2, 21, 51, 0.3) !important;
}
.air-datepicker-cell.-in-range-.-focus- {
  background-color: rgba(2, 21, 51, 0.5);
}
.air-datepicker-cell.-in-range-.-focus-.-current- {
  border-color: #ffffff;
  color: #ffffff;
}

.dropdown-btn {
  position: relative;
}
.dropdown-btn:after {
  display: inline-block;
  margin-left: 4px;
  vertical-align: middle;
  content: "";
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-bottom: 0;
  border-left: 4px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.dropdown-btn:hover:after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.dropdown.active .dropdown-list {
  visibility: visible;
  opacity: 1;
  max-height: 9999px;
}
.dropdown.active .dropdown-item {
  left: 0;
  opacity: 1;
}
.dropdown-list {
  position: absolute;
  top: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  background-color: #5D6A6D;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 991px) {
  .dropdown-list {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    max-height: 0;
  }
}
.dropdown .dropdown-item {
  margin: 0;
}
@media screen and (max-width: 991px) {
  .dropdown .dropdown-item {
    position: relative;
    left: -20px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
}
.dropdown .dropdown-link {
  padding: 8px 16px;
  display: block;
  color: #ffffff;
  text-decoration: none;
  white-space: nowrap;
  text-transform: uppercase;
  background-color: #5D6A6D;
}
@media screen and (max-width: 991px) {
  .dropdown .dropdown-link {
    padding: 8px 24px;
  }
}
.dropdown .dropdown-link:hover {
  color: #036E70;
  background-color: #ffffff;
}

.header {
  position: -webkit-sticky;
  position: sticky;
  background-color: #33898B;
  top: 0;
  left: 0;
  width: 100% !important;
  z-index: 20;
  padding: 8px 0;
}
.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 20px;
}
@media screen and (max-width: 1023px) {
  .header-mobile {
    position: absolute;
    right: 0;
    left: 0;
    height: 0;
    top: 100%;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: rgba(23, 42, 47, 0.7);
  }
  .header-mobile .nav-toggle {
    position: absolute;
    top: 25px;
    right: 35px;
    padding: 0;
    width: 25px;
    height: 25px;
  }
  .header-mobile .nav-toggle .nav-toggle__link:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
            transform: translateY(8px) rotate(-45deg);
  }
  .header-mobile .nav-toggle .nav-toggle__link:nth-child(2) {
    opacity: 0;
  }
  .header-mobile .nav-toggle .nav-toggle__link:nth-child(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
            transform: translateY(-8px) rotate(45deg);
  }
}
@media screen and (max-width: 1023px) {
  .header-mobile__block {
    padding: 32px 16px;
    width: 100%;
    margin-left: auto;
    overflow-y: auto;
    background-color: #33898B;
  }
}
@media screen and (min-width: 1024px) {
  .header-mobile__bottom {
    display: none;
  }
}
.header.active .header-bottom:not(.header-mobile, .header-info__container) {
  opacity: 0;
  visibility: hidden;
}
.header.active .header-mobile {
  height: calc(100vh - 83px);
  visibility: visible;
  opacity: 1;
}

.logo .logo__link {
  height: 100%;
  display: block;
}

.nav-toggle {
  display: none;
  width: 32px;
  height: 22px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .nav-toggle {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .nav-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.nav-toggle .nav-toggle__link {
  display: block;
  background-color: #ffffff;
  height: 3px;
  width: 100%;
  margin: 1px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.nav-toggle .nav-toggle__link:nth-child(1) {
  width: 75%;
  margin-left: auto;
}
.nav-toggle .nav-toggle__link:nth-child(3) {
  width: 55%;
  margin-left: auto;
}
.nav-toggle.active {
  width: 22px;
  height: 22px;
}
.nav-toggle.active .nav-toggle__link:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
          transform: translateY(8px) rotate(-45deg);
  width: 100%;
}
.nav-toggle.active .nav-toggle__link:nth-child(2) {
  opacity: 0;
}
.nav-toggle.active .nav-toggle__link:nth-child(3) {
  width: 100%;
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
}

@media screen and (min-width: 1024px) {
  .header-menu__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 1023px) {
  .header-menu__container > *:not(:last-child) {
    margin-bottom: 40px !important;
  }
  .header-menu__container .btn {
    max-width: 250px;
    margin: auto;
  }
}
.header .logo img {
  max-width: 100px;
}
@media screen and (max-width: 1023px) {
  .header .logo img {
    max-width: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .header .menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -20px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .header .menu-list {
    margin: 0 -10px;
  }
}
@media screen and (min-width: 1024px) {
  .header .menu-list.lang {
    padding: 0 40px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .header .menu-list.lang {
    padding: 0 20px;
  }
}
.header .menu-list .menu-item a {
  color: #ffffff;
}
.header .menu-list .menu-item a:hover {
  color: #172A2F;
}
@media screen and (min-width: 1024px) {
  .header .menu-list .menu-item {
    padding: 0 20px;
    margin-bottom: 0 !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .header .menu-list .menu-item {
    padding: 0 10px;
  }
}
@media screen and (max-width: 1023px) {
  .header .menu-list .menu-item {
    margin-bottom: 30px !important;
  }
  .header .menu-list .menu-item a {
    font-size: 24px;
  }
}
.header .menu-list .menu-item__sub, .header .menu-list .menu-item-has-children {
  position: relative;
}
.header .menu-list .menu-item__sub > a, .header .menu-list .menu-item-has-children > a {
  padding-right: 24px;
  position: relative;
}
.header .menu-list .menu-item__sub > a:after, .header .menu-list .menu-item-has-children > a:after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 4px);
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-left: 2px solid;
  border-bottom: 2px solid;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
}
.header .menu-list .menu-item__sub .sub-menu, .header .menu-list .menu-item-has-children .sub-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  height: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header .menu-list .menu-item__sub .sub-menu .menu-item:not(:last-child), .header .menu-list .menu-item-has-children .sub-menu .menu-item:not(:last-child) {
  margin-bottom: 8px !important;
}
@media screen and (min-width: 1024px) {
  .header .menu-list .menu-item__sub .sub-menu, .header .menu-list .menu-item-has-children .sub-menu {
    background: #33898B;
    top: 100%;
    left: 0;
    min-width: 250px;
    width: 100%;
    position: absolute;
    padding: 20px;
    margin: 0;
  }
}
.header .menu-list .menu-item__sub:hover > a:after, .header .menu-list .menu-item-has-children:hover > a:after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.header .menu-list .menu-item__sub:hover .sub-menu, .header .menu-list .menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  height: auto;
  padding: 20px 0;
}
@media screen and (max-width: 1023px) {
  .header .menu-list .menu-item__sub:hover .sub-menu, .header .menu-list .menu-item-has-children:hover .sub-menu {
    padding-bottom: 0;
  }
}
.header-info {
  margin: 0 16px;
}
.header-info.contact {
  margin: 0 16px;
  list-style-type: none;
}
@media screen and (max-width: 1023px) {
  .header-info.contact li {
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .header-info.soc {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .header-info.soc ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .header.home .menu-item a {
    color: #ffffff;
  }
  .header.home .menu-item a:hover {
    color: #172A2F;
  }
}
.header-cart {
  position: relative;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  border: none;
}
.header-cart .icon {
  width: 24px;
  height: 24px;
}
.header-cart .count {
  width: 14px;
  height: 14px;
  background-color: #172A2F;
  border-radius: 50%;
  color: #ffffff;
  font-size: 8px;
  font-weight: 700;
  position: absolute;
  padding: 3px;
  top: -3px;
  right: -3px;
}
.header-cart:hover, .header-cart:active {
  background-color: transparent;
  border: none;
}

.footer {
  margin-top: auto;
  background-color: #172A2F;
  color: #ffffff;
}
.footer a {
  color: #ffffff;
}
.footer a:hover {
  color: #33898B;
}
.footer-top {
  padding: 16px 0;
}
@media screen and (max-width: 767px) {
  .footer-top {
    padding: 15px 0;
  }
}
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 8px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer-bottom {
    text-align: center;
  }
}
.footer-bottom span {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.3);
}
.footer-bottom span a {
  color: rgba(255, 255, 255, 0.3);
}
.footer-bottom span a:hover {
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .footer-bottom {
    padding: 10px 0;
  }
  .footer-bottom span {
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) {
  .footer-info__center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 1023px) {
  .footer-info .logo {
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 767px) {
  .footer-info .logo {
    max-width: 60px;
  }
}
@media screen and (max-width: 767px) {
  .footer-info .wysiwyg {
    font-size: 14px;
  }
}
.footer-info .logo,
.footer-info .wysiwyg {
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .footer-info .logo,
.footer-info .wysiwyg {
    margin-bottom: 8px;
  }
}
.footer-info .contact-list:not(:last-child) {
  margin-bottom: 20px;
}
.footer-info .contact-list li {
  font-weight: 900;
}
.footer-info .contact-list li a {
  font-weight: 900;
}
@media screen and (max-width: 1023px) {
  .footer-info {
    padding: 15px 0;
    text-align: center;
  }
  .footer-info .soc-list ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-info .contact-list .icon-item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.popup {
  cursor: auto;
  padding: 40px 100px;
  max-width: 850px;
  border-radius: 40px;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  background-color: #ffffff;
  z-index: 111;
  margin: auto;
  display: none;
  position: relative;
  -webkit-box-shadow: 0 16px 24px rgba(2, 21, 51, 0.1);
          box-shadow: 0 16px 24px rgba(2, 21, 51, 0.1);
}
@media screen and (max-width: 1023px) {
  .popup {
    padding: 24px 16px;
  }
}
.popup.popup-full {
  max-width: 90%;
  padding: 40px 0;
  height: 90%;
}
@media screen and (max-width: 1023px) {
  .popup.popup-full {
    padding: 24px 0;
  }
}
.popup.popup-full .popup-content {
  height: 100%;
  padding: 0 80px;
  overflow-y: auto;
  overflow-x: hidden;
}
@media screen and (max-width: 1400px) and (min-width: 1024px) {
  .popup.popup-full .popup-content {
    padding: 0 40px;
  }
}
@media screen and (max-width: 1023px) {
  .popup.popup-full .popup-content {
    padding: 0 16px;
  }
}
.popup.popup-cart {
  max-width: 1024px;
  height: 90%;
  padding: 40px 0;
}
.popup.popup-cart .popup-content {
  height: 100%;
  padding: 0 80px;
  overflow-y: auto;
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1400px) and (min-width: 1024px) {
  .popup.popup-cart .popup-content {
    padding: 0 40px;
  }
}
.popup.popup-cart .popup-content .cart-table-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.popup.popup-cart .popup-content .cart-table-block .cart-empty {
  margin: auto 0;
}
@media screen and (max-width: 1023px) {
  .popup.popup-cart .popup-content {
    padding: 0 16px;
  }
}
.popup.popup-middle {
  max-width: 1024px;
}
.popup.popup-tiny {
  max-width: 480px;
}
@media screen and (max-width: 767px) {
  .popup.popup-middle, .popup.popup-tiny {
    max-height: 100%;
    width: 100%;
  }
}
.popup-open {
  overflow: hidden;
}
.popup-init {
  cursor: pointer;
}
.popup-visible:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: rgba(23, 42, 47, 0.8);
}
.popup-wrap {
  position: fixed;
  top: 0;
  left: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 200;
  background-color: rgba(23, 42, 47, 0.8);
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  visibility: hidden;
  opacity: 0;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.popup-wrap.active {
  visibility: visible;
  opacity: 1;
}
.popup-wrap.active .popup {
  visibility: visible;
  opacity: 1;
  display: block;
}
.popup-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
  padding-bottom: 48px;
}
.popup-header .popup-remove {
  margin-left: auto;
  padding: 0;
  border: none;
}
.popup-header__title {
  margin-right: 24px;
}
.popup-header__title .title {
  color: #ffffff;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .popup-header {
    margin-bottom: 12px;
    padding-bottom: 12px;
  }
}
.popup-content {
  margin-bottom: 16px;
}
@media screen and (max-width: 1023px) {
  .popup {
    padding: 48px 56px 32px;
  }
}
@media screen and (max-width: 767px) {
  .popup {
    padding: 48px 24px 32px;
  }
}
.popup-remove {
  position: absolute !important;
  top: 10px;
  right: 10px;
  padding: 0;
  background: none;
  border-width: 0;
}
.popup-remove:before {
  display: none;
}
.popup-remove .btn-text__content {
  padding: 0;
}
.popup-remove .btn-text__content:before, .popup-remove .btn-text__content:after {
  display: none;
}
.popup-remove .icon {
  display: block;
  fill: #172A2F;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 767px) {
  .popup-remove .icon {
    width: 24px;
    height: 24px;
  }
}
.popup-remove:hover {
  background: none;
}
.popup-remove:hover .icon {
  fill: #036E70;
}

.section {
  padding: 40px 0;
}
.section-top-150 {
  padding-top: 80px;
}
.section-bottom-150 {
  padding-bottom: 80px;
}
.section-top-0 {
  padding-top: 0 !important;
}
.section-bottom-0 {
  padding-bottom: 0 !important;
}
@media screen and (max-width: 991px) {
  .section {
    padding: 24px 0;
  }
  .section:first-child {
    padding-top: 48px;
  }
  .section:last-child {
    padding-bottom: 48px;
  }
}
.section.section-fon {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.section.section-fon__light {
  background-color: #9C918C;
}
.section.section-fon__yellow {
  margin: 50px 0;
  padding: 50px 0;
  background-color: #F1F2F3;
}
@media screen and (max-width: 991px) {
  .section.section-fon__yellow {
    margin: 25px 0;
    padding: 25px 0;
  }
}
.section.section-light {
  color: #ffffff;
}
.section .section-title {
  margin-bottom: 56px;
}
@media screen and (max-width: 991px) {
  .section .section-title {
    margin-bottom: 30px;
  }
}
.section .section-title .title {
  margin-bottom: 0;
}

.menu-open {
  overflow: hidden;
}
.menu-list {
  list-style-type: none;
  margin: 0;
}
.menu-list .menu-item {
  font-size: 18px;
  line-height: 1.15;
  font-weight: 900;
}
.menu-list .menu-item:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .menu-list .menu-item:not(:last-child) {
    margin-bottom: 10px;
  }
}
.menu-list .menu-item a {
  text-decoration: none;
  font-size: 18px;
  line-height: 1.15;
  font-weight: 900;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.menu-list .menu-item a:hover {
  color: #33898B;
}
.menu-list .menu-item__sub {
  position: relative;
}
.menu-list .menu-item__sub:after {
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  right: 0;
  top: 3px;
}
.menu-list .menu-item__sub .sub-menu {
  list-style-type: none;
  margin: 0;
}
.menu-list .menu-item__sub .sub-menu li:not(:last-child) {
  margin-bottom: 15px;
}

.pagination {
  margin-bottom: 0;
  text-align: center;
}
.pagination .page-numbers {
  min-width: 46px;
  text-align: center;
  text-decoration: none;
  color: #036E70;
  font-size: 16px;
  line-height: 1.15;
  border: 1px solid #036E70;
  border-radius: 3px;
  background-color: #ffffff;
  padding: 2px 8px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pagination .page-numbers:hover, .pagination .page-numbers.current {
  color: #ffffff;
  background-color: #036E70;
}

.banner-section__fon {
  background-image: var(--bg-image-desc);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .banner-section__fon {
    background-image: var(--bg-image-mob);
  }
}

.soc-list ul {
  list-style-type: none;
  margin: 0 -8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.soc-list ul li {
  padding: 0 8px;
  margin-bottom: 0;
}
.soc-list ul li a {
  width: 44px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #5D6A6D;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.soc-list ul li a .icon {
  fill: #172A2F;
}
.soc-list ul li a:hover {
  background-color: #036E70;
}
.soc-list ul li a:hover .icon {
  fill: #172A2F;
}
@media screen and (max-width: 767px) {
  .soc-list ul {
    margin: 0 -4px;
  }
  .soc-list ul li {
    padding: 0 4px;
  }
}

.main-banner_section {
  min-height: calc(75vh - 120px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-banner_section .container {
  margin-top: auto;
  margin-bottom: auto;
}

.block-image {
  border-radius: 40px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .block-image {
    border-radius: 24px;
  }
}
.block-image img {
  display: block;
  width: 100%;
}
.block-image__small {
  border-radius: 12px;
}
@media screen and (max-width: 767px) {
  .block-image__small {
    border-radius: 8px;
  }
}

.counter-banner img {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .counter-banner {
    margin-top: 24px;
  }
}
.counter-description {
  margin-bottom: 32px;
}
.counter-info {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  font-weight: 700;
}
.counter-info .count-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  color: #5D6A6D;
  font-size: 60px;
  text-transform: uppercase;
}
@media screen and (max-width: 1023px) {
  .counter-info .count-block {
    font-size: 42px;
  }
}
.counter-info .count-title {
  margin-left: 10px;
  max-width: 150px;
}

.advantages-list {
  counter-reset: count1;
  margin-bottom: 15px;
}
.advantages-list .advantages-item {
  padding: 24px 20px;
  background-color: rgba(56, 56, 56, 0.8);
  height: 100%;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.advantages-list .advantages-item .wysiwyg {
  margin-bottom: auto;
}
.advantages-list .advantages-item .title {
  margin-bottom: 16px;
}
.advantages-list .advantages-item .title:after {
  content: "";
  display: block;
  width: 100px;
  border-bottom: 1px solid #ffffff;
  margin-top: 15px;
}
.advantages-list .advantages-col:nth-child(even) .advantages-item {
  background-color: rgba(240, 142, 77, 0.8);
}
.advantages-list .advantages-col:nth-child(even) .advantages-item:after {
  color: #33898B;
}
.advantages-list .advantages-col .advantages-item:after {
  content: counter(count1, decimal-leading-zero);
  counter-increment: count1;
  display: block;
  font-weight: 500;
  font-size: 42px;
  color: #5D6A6D;
  text-align: right;
}

.gallery-rows .gallery-item {
  min-height: 460px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .gallery-rows .gallery-item {
    margin-bottom: 10px;
  }
}
.gallery-rows .gallery-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-left: 2px solid #5D6A6D;
  padding: 10px;
  margin: 20px;
  width: 100%;
}
.gallery-rows .gallery-description .title {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 0;
  margin-right: 15px;
  text-transform: initial;
}
.gallery-rows .gallery-description .icon {
  width: 40px;
  height: 40px;
  fill: #ffffff;
}
@media screen and (max-width: 767px) {
  .gallery-rows .gallery-description {
    padding: 5px 10px;
    margin: 30px 20px;
  }
  .gallery-rows .gallery-description .icon {
    width: 30px;
    height: 30px;
  }
}
.gallery-rows .gallery-link:hover .icon {
  fill: #5D6A6D;
}

.news-item {
  margin-bottom: 20px;
  position: relative;
  border-radius: 32px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .news-item {
    margin-bottom: 24px;
  }
}
.news-item__img img {
  width: 100%;
  display: block;
}
.news-item__img img:not(.no-img) {
  height: auto;
}
.news-item__info {
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .news-item__info {
    padding: 5px 10px;
  }
}
.news-item__info > *:not(:last-child) {
  margin-bottom: 20px;
}
.news-item__info .stock {
  margin-bottom: 16px;
}
.news-item__info .stock .in {
  color: #036E70;
}
.news-item__info .stock .on {
  color: #D71313;
}
.news-item__title {
  margin-bottom: 0;
  margin-right: 15px;
  text-transform: initial;
}
.news-item.catalog-item .news-item__img {
  position: relative;
}
.news-item.catalog-item .news-item__img:before {
  content: "";
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(23, 42, 47, 0)), to(rgb(23, 42, 47)));
  background-image: linear-gradient(to bottom, rgba(23, 42, 47, 0) 0%, rgb(23, 42, 47) 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.news-item.catalog-item .news-item__info {
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.news-item.catalog-item .news-item__info .btn {
  white-space: nowrap;
  margin: auto 0;
}
@media screen and (min-width: 1024px) and (max-width: 1400px) {
  .news-item.catalog-item .news-item__info .btn {
    margin-right: auto;
  }
}
.news-item.catalog-item .news-item__title {
  color: #ffffff;
  margin-right: 0;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
}
@media screen and (min-width: 1024px) and (max-width: 1400px) {
  .news-item.catalog-item .news-item__title {
    margin-bottom: 8px;
  }
}
.news-item.product-item {
  padding: 16px;
  height: 100%;
  border: 1px solid rgba(23, 42, 47, 0.2);
}
@media screen and (max-width: 767px) {
  .news-item.product-item {
    padding: 8px;
  }
}
.news-item.product-item .news-item__title {
  margin-right: 0;
  color: #172A2F;
}
.news-item.product-item .news-item__title a {
  color: #172A2F;
}
.news-item.product-item .news-item__img {
  overflow: hidden;
  border-radius: 24px;
  margin-bottom: 16px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .news-item.product-item .news-item__img {
    margin-bottom: 8px;
  }
}
.news-item.product-item .news-item__info {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .news-item.product-item .news-item__info_bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.news-item.product-item .news-item__info .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .news-item.product-item .news-item__info .info {
    margin-bottom: 4px;
  }
}
.news-item.product-item .news-item__info .article {
  font-size: 16px;
  color: #9C918C;
}
@media screen and (max-width: 767px) {
  .news-item.product-item .news-item__info .article {
    font-size: 14px;
  }
}
.news-item.product-item .news-item__info .name {
  padding-right: 15px;
}
.news-item.product-item .news-item__info .price-block .price {
  font-family: "Raleway", sans-serif;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .news-item.product-item .news-item__info .price-block {
    margin-bottom: 8px;
  }
}
.news-item.product-item .news-item__description {
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .news-item.product-item .news-item__description {
    margin-bottom: 8px;
  }
}

.product-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
@media screen and (max-width: 579px) {
  .product-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.product-block__image {
  max-width: 200px;
  margin-right: 15px;
  overflow: hidden;
  border-radius: 6px;
}
@media screen and (max-width: 579px) {
  .product-block__image {
    max-width: 100%;
    margin-right: 0;
  }
}
.product-info__list {
  margin-left: 0;
}
.product-info__list li {
  text-align: left;
  padding-left: 0 !important;
}
.product-info__list li:before {
  display: none;
}

.contact-fon {
  max-width: 157px;
}
@media screen and (max-width: 1023px) {
  .contact-fon {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .contact-fon {
    max-width: 44px;
  }
}
.contact-form form {
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .contact-form {
    padding: 40px 20px;
  }
}
.contact-list ul {
  list-style-type: none;
  margin: 0;
}
.contact-list ul li {
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .contact-list ul li {
    font-size: 16px;
  }
}
.contact-list ul li:not(:last-child) {
  margin-bottom: 20px;
}
.contact-list ul li.icon-item {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-list ul li.icon-item:before {
  content: "";
  width: 20px;
  height: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .contact-list ul li.icon-item:before {
    margin-right: 10px;
  }
}
.contact-list.phone .icon-item:before {
  background-image: url("../images/icon/call.svg");
}
.contact-list.email .icon-item:before {
  background-image: url("../images/icon/mail.svg");
}
.contact-list.addres .icon-item:before {
  background-image: url("../images/icon/geo.svg");
}
.contact-counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .contact-counter {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.contact-counter .counter-item {
  max-width: 33.33%;
  width: 100%;
  padding: 0 16px;
}
@media screen and (max-width: 767px) {
  .contact-counter .counter-item {
    max-width: 50%;
  }
}

@media screen and (min-width: 1024px) {
  .filter-row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.filter-item {
  padding: 0 10px;
  max-width: 295px;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .filter-item {
    max-width: 33.333%;
  }
  .filter-item:last-child {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .filter-item:not(:last-child) {
    max-width: 50%;
  }
}

.product-item__single .title {
  margin-bottom: 8px;
}
.product-item__single .price {
  display: block;
  margin-bottom: 16px;
  font-weight: 900;
}
.product-item__single .stock {
  margin-bottom: 16px;
}
.product-item__single .stock .in {
  color: #036E70;
}
.product-item__single .stock .on {
  color: #D71313;
}
.product-form-icon .icon.cart {
  display: block;
}
.product-form-icon .icon.cart-checked {
  display: none;
}
.product-form-icon.checked .icon.cart {
  display: none;
}
.product-form-icon.checked .icon.cart-checked {
  display: block;
}

.cart-section {
  background-color: #F1F2F3;
  border-radius: 24px;
  padding: 40px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1023px) {
  .cart-section {
    padding: 16px 8px;
    margin-bottom: 16px;
  }
}
.cart-section .cart-total > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.cart-table .product-cart__item:not(:last-child) {
  margin-bottom: 16px;
}
@media screen and (max-width: 1200px) and (min-width: 1024px) {
  .cart-table-order .product-cart__item .product-cart__info_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .cart-table-order .product-cart__item .product-cart__info_bottom {
    margin-left: 0;
  }
  .cart-table-order .product-cart__item .product-cart__info_bottom .count-block {
    margin: 8px 0;
  }
}
.cart-table-order .product-cart__item:not(:last-child) {
  margin-bottom: 16px;
}

.product-cart__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-cart__image {
  max-width: 160px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 24px;
}
@media screen and (max-width: 1023px) {
  .product-cart__image {
    max-width: 110px;
  }
}
.product-cart__image img {
  display: block;
  margin-bottom: 0;
}
.product-cart__info {
  max-width: calc(100% - 160px);
  width: 100%;
  padding-left: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product-cart__info .total-product {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .product-cart__info .total-product {
    font-size: 16px;
  }
}
.product-cart__info_row {
  width: 100%;
}
@media screen and (min-width: 580px) {
  .product-cart__info_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 580px) {
  .product-cart__info_bottom {
    margin-left: 16px;
  }
}
@media screen and (max-width: 767px) {
  .product-cart__info_bottom .count-block {
    margin: 8px 0;
  }
}
.product-cart__info .quantity-block input {
  background-color: #036E70;
  text-align: center;
  color: #ffffff;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .product-cart__info .quantity-block input {
    font-size: 14px;
    padding: 4px;
  }
}
.product-cart__info .quantity-block input::-webkit-inner-spin-button,
.product-cart__info .quantity-block input::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.product-cart__info .btn-remove-product {
  font-size: 18px;
  font-weight: 400;
  text-transform: initial;
  color: #036E70;
  text-decoration: underline;
  padding: 0;
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.product-cart__info .btn-remove-product:hover {
  background-color: transparent;
  border: none;
  color: #036E70;
  text-decoration: none;
}
@media screen and (max-width: 1023px) {
  .product-cart__info {
    max-width: calc(100% - 110px);
    padding-left: 8px;
  }
}
.product-cart__title {
  margin-bottom: 8px;
}
.product-cart__title .title {
  margin-bottom: 0;
}
@media screen and (max-width: 1023px) {
  .product-cart__title .title {
    font-size: 16px;
  }
}

.cart-section .form-title {
  color: #036E70;
  margin-bottom: 16px;
}
@media screen and (max-width: 1023px) {
  .cart-section .form-title {
    margin-bottom: 8px;
    font-size: 16px;
  }
}

.form-container {
  margin-bottom: 24px;
}
@media screen and (max-width: 1023px) {
  .form-container {
    margin-bottom: 16px;
  }
}
.form-container .form-title {
  color: #036E70;
  margin-bottom: 16px;
}
@media screen and (max-width: 1023px) {
  .form-container .form-title {
    margin-bottom: 8px;
    font-size: 16px;
  }
}
.form-search {
  position: relative;
}
.form-search input {
  padding-right: 64px;
}
@media screen and (max-width: 767px) {
  .form-search input {
    padding-right: 48px;
  }
}
.form-search:after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("../images/icon/search.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 12px);
  right: 24px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .form-search:after {
    top: calc(50% - 8px);
    width: 16px;
    height: 16px;
    right: 14px;
  }
}
.form-search:hover:after {
  background-image: url("../images/icon/search-hover.png");
}

.product-slider-single {
  border-radius: 40px;
  overflow: hidden;
  position: relative;
}

.markers {
  position: absolute;
  top: 16px;
  right: 0;
  z-index: 10;
}
.markers ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  list-style-type: none;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0;
}
.markers ul li {
  margin: 0;
  font-size: 22px;
}
@media screen and (max-width: 1023px) {
  .markers ul li {
    font-size: 16px;
  }
}
.markers ul li.marker-item {
  -webkit-clip-path: shape(from 8.93% 99.2%, curve to 9.41% 99.33% with 9% 99.08%/9.29% 99.38%, curve to 8.93% 99.2% with 9.27% 100.67%/8.67% 99.66%, close, move to 21.68% 1.79%, curve to 21.37% 2.79% with 21.57% 2.12%/21.47% 2.45%, curve to 22.33% 3.07% with 21.66% 3%/22.06% 2.76%, curve to 22.36% 4.13% with 22.37% 3.13%/22.26% 4.08%, curve to 22.6% 2.72% with 22.47% 4.17%/22.45% 2.86%, curve to 23.83% 3.46% with 22.77% 2.57%/23.56% 3.48%, curve to 26.9% 3.17% with 24.85% 3.37%/25.88% 2.62%, curve to 27.2% 4.7% with 25.84% 4.14%/26.9% 5.12%, curve to 28.31% 2.78% with 27.27% 4.6%/27.26% 2.16%, curve to 29.48% 4.91% with 28.98% 3.17%/28.36% 6.65%, curve to 30.15% 2.56% with 28.62% 2.47%/29.47% 2.64%, curve to 31.62% 2.8% with 30.27% 2.55%/31.2% 2.91%, curve to 32.17% 1.46% with 31.76% 2.76%/31.98% 1.49%, curve to 32.59% 2.1% with 32.3% 1.43%/32.4% 2.13%, curve to 35.27% 2.12% with 33.49% 1.94%/34.37% 1.88%, curve to 35.73% 3.68% with 34.75% 5.39%/35.68% 3.53%, curve to 35.35% 5.38% with 35.94% 4.57%/34.97% 4.82%, curve to 36.96% 5.07% with 35.89% 5.28%/36.43% 5.17%, curve to 37.73% 3.38% with 36.52% 4.67%/37.54% 2.31%, curve to 40.56% 4.94% with 37.65% 0.48%/40.18% 5.91%, curve to 41.33% 3.96% with 40.64% 4.73%/40.12% 3.3%, curve to 41.48% 4.83% with 41.46% 4.03%/41.42% 4.9%, curve to 42.04% 3.53% with 41.53% 4.76%/41.78% 2%, curve to 42.88% 5.18% with 42.14% 4.09%/41.52% 5.92%, curve to 45.23% 4.36% with 42.34% 2.35%/44.78% 3.65%, curve to 44.96% 3.22% with 45.14% 3.98%/45.05% 3.6%, curve to 45.59% 3.34% with 45.41% 4.24%/45.49% 3.28%, curve to 46.92% 4.42% with 45.99% 3.55%/46.54% 4.51%, curve to 47.87% 3.25% with 47.36% 4.32%/47.36% 2.57%, curve to 47.51% 2.08% with 47.75% 2.86%/47.63% 2.47%, curve to 48.57% 2.36% with 47.86% 2.17%/48.22% 2.27%, curve to 48.81% 2.42% with 47.75% 4.69%/48.75% 2.48%, curve to 48.94% 3.18% with 48.92% 2.34%/48.77% 3.29%, curve to 49.21% 2.16% with 48.96% 3.16%/48.94% 2.26%, curve to 49.92% 3.07% with 49.77% 1.95%/49.68% 3.08%, curve to 50.27% 2.06% with 49.94% 3.06%/49.86% 2.25%, curve to 50.22% 2.79% with 51.57% 1.45%/50.27% 2.67%, curve to 49.49% 5.12% with 50.15% 2.94%/50.59% 6.32%, curve to 49.94% 7.04% with 49.86% 5.5%/49.9% 7%, curve to 50.66% 6.8% with 49.98% 7.07%/50.62% 6.86%, curve to 50.76% 5.09% with 50.97% 6.3%/50.7% 5.28%, curve to 51.76% 3.2% with 50.81% 4.95%/51.58% 6.28%, curve to 50.93% 6.21% with 52.13% 6.04%/51.55% 5.78%, curve to 51.55% 7.37% with 50.84% 6.8%/51.52% 7.36%, curve to 52.14% 3.53% with 52.43% 7.36%/51.95% 5.02%, curve to 52.27% 2.25% with 52.24% 2.75%/52.6% 4.34%, curve to 52.63% 3.42% with 53.06% 2.03%/52.58% 3.24%, curve to 53.02% 3.17% with 52.71% 3.68%/52.99% 3.09%, curve to 53.1% 4.26% with 53.08% 3.28%/52.9% 4.01%, curve to 53.04% 2.46% with 53.14% 4.28%/53.46% 3.05%, curve to 53.75% 3.71% with 53.6% 2.63%/53.56% 1.57%, curve to 54.18% 6.34% with 54.13% -0.34%/54.03% 6.11%, curve to 54.49% 3.6% with 54.58% 6.93%/54.47% 3.76%, curve to 56.03% 3.24% with 54.64% 2.6%/55.76% 3.7%, curve to 54.97% 3.7% with 55.93% 5.53%/55.15% 3.27%, curve to 55.37% 7.73% with 54.39% 5.18%/55.79% 4.85%, curve to 55.9% 5.36% with 55.55% 6.94%/55.72% 6.15%, curve to 56.64% 7.34% with 56.22% 7.21%/55.76% 8.02%, curve to 56.17% 6.34% with 56.78% 5.75%/56.02% 7.6%, curve to 56.78% 5.05% with 56.26% 5.6%/56.77% 5.44%, curve to 56.4% 4.41% with 56.78% 4.58%/56.33% 5.13%, curve to 56.96% 5.19% with 56.56% 2.86%/58.23% 4.34%, curve to 57.8% 7.29% with 57.31% 5.17%/57.5% 8.26%, curve to 58.56% 3.18% with 58% 6.66%/56.88% 2.39%, curve to 57.87% 3.72% with 58.6% 4.64%/57.89% 3.61%, curve to 58% 7.34% with 57.85% 3.9%/57.97% 7.17%, curve to 60.15% 7.77% with 58.08% 7.88%/59.79% 6.11%, curve to 61.6% 6.85% with 60.01% 5.87%/61.44% 7.43%, curve to 61.53% 5.4% with 61.64% 6.69%/61.49% 5.53%, curve to 62.91% 6.8% with 61.81% 4.66%/62.56% 6.75%, curve to 63.27% 5.85% with 63.29% 6.86%/63.25% 5.87%, curve to 63.41% 6.59% with 63.44% 5.91%/63.31% 6.59%, curve to 64.71% 6.59% with 63.57% 6.59%/64.66% 6.73%, curve to 64.79% 5.17% with 64.73% 6.52%/64.55% 5.39%, curve to 65.51% 5.91% with 64.83% 5.14%/64.81% 6.5%, curve to 65.27% 2.78% with 66.35% 5.2%/64.92% 4.21%, curve to 65.95% 2.96% with 65.82% 4.82%/65.8% 2.8%, curve to 66.79% 4.62% with 66% 3.01%/66.38% 4.73%, curve to 65.9% 5.46% with 66.49% 4.9%/66.2% 5.18%, curve to 67% 5.73% with 66.19% 5.76%/66.76% 5.39%, curve to 67.27% 7.27% with 67.12% 5.9%/67.02% 7.31%, curve to 66.87% 5.35% with 67.33% 7.23%/67.54% 3.82%, curve to 67.29% 4.58% with 66.82% 4.13%/67.14% 4.92%, curve to 67.58% 3.75% with 67.31% 4.53%/67.4% 2.48%, curve to 68.4% 5.72% with 67.63% 4.09%/67.14% 10.03%, curve to 68.34% 4.67% with 68.45% 5.58%/68.3% 4.83%, curve to 68.73% 4.76% with 68.37% 4.57%/68.69% 4.87%, curve to 68.65% 3.67% with 68.77% 4.65%/68.61% 3.83%, curve to 68.71% 5.84% with 68.88% 2.85%/69.17% 6.08%, curve to 69.17% 7.04% with 68.86% 6.24%/69.02% 6.64%, curve to 69.63% 6.28% with 69.01% 4.6%/69.41% 6.35%, curve to 70.31% 3.38% with 70.99% 5.8%/70.08% 4.21%, curve to 70.96% 4.99% with 70.69% 2.06%/70.4% 6.24%, curve to 71.66% 4.1% with 71% 4.86%/70.34% 3.1%, curve to 71.07% 4.31% with 71.46% 4.16%/71.26% 4.24%, curve to 71.82% 4.11% with 71.18% 6.66%/71.77% 4.16%, curve to 72.76% 3.42% with 72.34% 3.79%/71.99% 4.64%, curve to 73.12% 3.6% with 72.83% 3.31%/72.98% 3.89%, curve to 72.28% 1.92% with 73.73% 2.4%/72.32% 2.87%, curve to 73.84% 1.79% with 72.27% 1.45%/73.77% 1.57%, curve to 73.32% 3.45% with 74.06% 2.77%/73.15% 2.23%, curve to 75.99% 3.47% with 73.38% 3.88%/75.55% 2.99%, curve to 76.72% 3.63% with 76.49% 4.02%/76.71% 7.23%, curve to 77.05% 4.78% with 76.86% 7.16%/76.98% 4.76%, curve to 78.49% 4.8% with 77.82% 5.1%/77.83% 5.14%, curve to 78.81% 5.62% with 78.64% 4.73%/78.76% 5.79%, curve to 78.94% 4.01% with 78.84% 5.51%/78.79% 4.36%, curve to 80.47% 5.34% with 79.14% 3.52%/80.38% 4.7%, curve to 80.06% 6.66% with 80.56% 5.97%/79.95% 5.61%, curve to 81.38% 6.61% with 80.5% 6.76%/80.93% 6.5%, curve to 81.55% 7.4% with 81.56% 6.66%/81.47% 7.39%, curve to 82.2% 6.5% with 81.58% 7.41%/82.23% 6.77%, curve to 80.67% 5.02% with 82.13% 5.88%/80.15% 6.3%, curve to 81.07% 4.41% with 80.77% 4.78%/81.13% 6.45%, curve to 86.39% 5.8% with 82.84% 4.87%/84.62% 5.34%, curve to 83.16% 6.11% with 85.37% 7.33%/84.23% 5.96%, curve to 82.58% 6.96% with 83.01% 6.12%/82.52% 5.93%, curve to 85.48% 7.37% with 83.49% 7.23%/84.61% 6.69%, curve to 85.51% 8.46% with 85.51% 7.4%/85.41% 8.31%, curve to 86.45% 7.63% with 85.71% 8.73%/86.34% 7.24%, curve to 86.22% 9.72% with 86.46% 7.73%/86.11% 8.95%, curve to 86.81% 7.34% with 86.5% 11.71%/86.57% 7.29%, curve to 88.58% 8.17% with 87% 7.39%/88.26% 9.52%, curve to 87.74% 6.16% with 88.91% 6.73%/87.65% 7.34%, curve to 90.27% 6.1% with 88.59% 4.98%/89.46% 6.24%, curve to 90.34% 5.04% with 90.28% 6.07%/90.16% 5.16%, curve to 90.89% 6.33% with 90.65% 4.81%/90.73% 6.12%, curve to 91.71% 6.84% with 91.05% 6.55%/91.63% 6.37%, curve to 91.58% 8.24% with 91.72% 6.92%/91.6% 8.21%, curve to 91.22% 7.07% with 91.33% 8.77%/91.24% 7.11%, curve to 90.97% 7.61% with 91.13% 7.01%/91.05% 7.65%, curve to 90.59% 6.9% with 90.84% 7.55%/90.76% 6.95%, curve to 90.48% 7.95% with 90.48% 6.87%/90.59% 8%, curve to 89.94% 7.99% with 90.43% 7.91%/89.98% 5.32%, curve to 94% 9.24% with 89.93% 8.83%/93.63% 9.91%, curve to 93.04% 8.27% with 93.68% 8.91%/93.36% 8.59%, curve to 94.52% 10.08% with 93.69% 9.05%/94.46% 6.92%, curve to 99.99% 10.67% with 96.34% 10.28%/98.17% 10.47%, vline to 84.93%, line to 99.99% 84.94%, curve to 99.82% 84.23% with 99.97% 84.75%/99.92% 84.51%, hline to 99.82%, curve to 98.41% 85.25% with 99.69% 83.84%/95.8% 83.41%, curve to 98.71% 84.61% with 98.49% 85.31%/98.38% 84.46%, curve to 98.82% 85.35% with 98.74% 84.62%/98.75% 85.31%, curve to 99.97% 85.3% with 98.97% 85.42%/99.8% 85.86%, curve to 99.99% 85.56% with 99.97% 85.39%/99.98% 85.48%, vline to 86.56%, curve to 99.52% 86.69% with 99.83% 86.45%/99.66% 86.43%, curve to 99.68% 87.93% with 99.35% 87.01%/99.68% 87.85%, curve to 99.4% 86.96% with 99.48% 88.79%/99.17% 88.13%, curve to 98.63% 86.75% with 98.93% 88.08%/98.99% 86.85%, curve to 98.48% 88.02% with 98.61% 86.76%/98.77% 87.65%, curve to 97.52% 88.99% with 98.34% 88.2%/97.62% 88.2%, curve to 97.89% 89.81% with 97.48% 89.32%/97.85% 92.81%, curve to 98.45% 88.51% with 98.68% 91.27%/98.15% 88.44%, curve to 99.16% 89.41% with 98.5% 88.54%/98.39% 90.2%, curve to 97.97% 90.54% with 99.01% 92.43%/98.13% 90.18%, curve to 99.19% 90.5% with 97.66% 91.29%/98.95% 92.85%, curve to 99.57% 90.91% with 99.08% 92.85%/99.28% 90.82%, curve to 99.92% 91.72% with 99.88% 91.02%/99.75% 91.72%, curve to 99.99% 91.71% with 99.94% 91.72%/99.97% 91.72%, vline to 93.58%, curve to 99.76% 93.52% with 99.92% 93.56%/99.84% 93.54%, curve to 99.82% 92.82% with 99.78% 93.28%/99.8% 93.05%, curve to 98.94% 92.61% with 99.16% 94.33%/99% 92.63%, curve to 96.73% 92.42% with 98.24% 92.41%/97.44% 92.42%, curve to 95.92% 92.75% with 96.62% 92.42%/96.69% 93.94%, curve to 95.63% 91.37% with 95.68% 92.37%/95.91% 91.19%, curve to 95.18% 92.01% with 95.28% 94.57%/95.29% 92.03%, curve to 94.68% 92.82% with 94.89% 92.01%/94.7% 92.81%, curve to 93.36% 92.93% with 94.31% 92.94%/93.77% 92.81%, curve to 93.31% 93.64% with 93.36% 92.97%/93.56% 93.92%, curve to 91.66% 90.69% with 93.21% 93.53%/92.38% 89.31%, curve to 92.23% 91.54% with 91.85% 90.97%/92.04% 91.25%, curve to 90.83% 93.34% with 92% 91.14%/90.45% 92.21%, curve to 91.69% 93.92% with 91.06% 94.03%/91.63% 91.31%, curve to 88.11% 93.7% with 91.18% 93.14%/88.33% 94.31%, curve to 88.22% 92.66% with 88.08% 93.61%/88.26% 92.77%, curve to 87.45% 92.45% with 88.19% 92.58%/87.54% 92.78%, curve to 87.66% 91.43% with 87.4% 92.26%/87.69% 91.74%, curve to 86.78% 91.91% with 87.64% 91.21%/86.83% 90.85%, curve to 87.25% 92.76% with 86.98% 91.49%/87.54% 91.86%, curve to 86.97% 92.32% with 87.21% 92.87%/87.01% 92.18%, curve to 88.02% 93.32% with 86.54% 93.62%/87.82% 93.31%, curve to 85.04% 93.97% with 87.21% 94.68%/85.97% 93.08%, curve to 85.17% 91.88% with 84.66% 93.08%/85.6% 92.61%, curve to 84.91% 93.21% with 84.29% 90.36%/84.93% 93.09%, curve to 83.94% 92.96% with 84.69% 94.11%/83.94% 89.32%, curve to 83.27% 92.43% with 83.62% 92.42%/83.73% 91.96%, curve to 83.45% 93.19% with 83.33% 92.68%/83.39% 92.94%, curve to 81.97% 89.57% with 82.95% 95.3%/81.89% 89.99%, curve to 82.78% 90.14% with 82.18% 88.48%/82.74% 90.18%, curve to 83.81% 89.68% with 82.85% 90.07%/83.05% 86.38%, curve to 83.29% 86.32% with 84.12% 87.21%/82.6% 88.01%, curve to 80.62% 85.96% with 82.82% 86.6%/80.9% 84.87%, curve to 80.26% 87.32% with 80.59% 86.1%/80.74% 88.57%, curve to 80.48% 86.13% with 80.04% 86.72%/80.58% 86.69%, curve to 75.01% 85.6% with 80.16% 84.4%/75.83% 85.5%, curve to 74.92% 84.84% with 74.96% 85.59%/74.97% 84.84%, curve to 73.88% 85.65% with 74.76% 84.86%/74.17% 86.01%, curve to 73.03% 87.02% with 74.48% 87.07%/73.32% 87.18%, curve to 72.41% 85.15% with 72.58% 86.79%/72.61% 85.44%, curve to 69.93% 84.25% with 71.67% 84.05%/70.51% 87.25%, curve to 68.46% 82.77% with 69.96% 87.22%/68.93% 82.8%, curve to 68.05% 85.91% with 68.09% 82.75%/67.56% 84.72%, curve to 66.15% 86.51% with 67.42% 85.78%/66.75% 86.33%, curve to 66.02% 85.74% with 66.05% 86.54%/66.19% 85.66%, curve to 65.84% 86.71% with 66% 85.77%/65.98% 86.62%, curve to 65% 85.09% with 64.65% 87.46%/65.22% 85.63%, curve to 64.72% 84.59% with 64.88% 84.79%/64.78% 84.64%, curve to 66.43% 84.06% with 65.41% 84.42%/66.21% 84.08%, curve to 64.49% 83.91% with 66.24% 82.16%/64.89% 84.42%, curve to 64.51% 82.84% with 64.48% 83.89%/64.52% 82.84%, curve to 63.61% 84.4% with 64.36% 82.76%/63.41% 83.15%, curve to 64.61% 84.62% with 63.66% 84.73%/64.1% 84.73%, curve to 64.55% 86.07% with 64.48% 84.85%/64.58% 86%, curve to 63.26% 85.35% with 64.25% 86.65%/63.52% 85.5%, curve to 63.19% 86.07% with 63.2% 85.32%/63.2% 86.05%, curve to 62.81% 85.97% with 62.95% 85.9%/63.05% 83.76%, curve to 63.53% 83.83% with 62.38% 83.29%/63.61% 85.57%, curve to 60.72% 85.32% with 63.46% 82.5%/60.72% 83.21%, curve to 60.6% 84.5% with 60.72% 85.1%/60.68% 84.81%, curve to 59.53% 84.4% with 60.43% 83.79%/59.67% 84.01%, curve to 59.49% 86.54% with 59.51% 84.48%/59.52% 86.51%, curve to 58.14% 86.19% with 59.42% 86.58%/58.49% 84.99%, curve to 58.71% 87.06% with 58.33% 86.48%/58.52% 86.77%, curve to 58.12% 88.29% with 57.57% 87.08%/57.75% 87.68%, curve to 58.18% 88.39% with 58.14% 88.3%/58.16% 88.38%, curve to 58.85% 89.44% with 58.47% 88.84%/58.85% 89.28%, curve to 57.32% 88.5% with 58.87% 90.05%/56.95% 90.39%, curve to 57.82% 87.73% with 57.37% 88.24%/58.26% 89.08%, curve to 57.14% 87.73% with 57.74% 87.49%/57.17% 87.87%, curve to 58.04% 84% with 56.94% 86.73%/58.19% 85.41%, curve to 57% 84.98% with 57.73% 85.35%/57.34% 84.64%, curve to 56.78% 86.19% with 56.84% 85.14%/56.8% 86.17%, curve to 56.55% 85.41% with 56.49% 86.45%/56.65% 85.39%, curve to 56.03% 84.56% with 56.5% 85.43%/55.93% 87.72%, curve to 56.67% 86.7% with 54.14% 86.88%/55.51% 86.88%, curve to 55.26% 87.56% with 56.31% 87.85%/55.58% 87.29%, curve to 55.02% 88.92% with 55.14% 87.66%/55.21% 88.71%, curve to 52.19% 87.86% with 54.61% 89.35%/52.69% 88.15%, curve to 52.16% 86.42% with 52.49% 87.49%/52.4% 86.34%, curve to 52.08% 88.2% with 51.93% 86.5%/52.13% 88.03%, curve to 50.73% 87.84% with 52.03% 88.37%/50.91% 87.64%, curve to 50.67% 86.02% with 51.57% 87.29%/51.38% 86.14%, curve to 50.98% 85.04% with 50.77% 85.69%/50.87% 85.36%, curve to 49.44% 84.27% with 50.56% 85.5%/49.68% 83.75%, curve to 49.51% 85.36% with 49.4% 84.36%/49.53% 85.32%, curve to 48.55% 85.12% with 49.3% 85.77%/48.58% 84.79%, curve to 48.71% 86.6% with 48.52% 85.39%/48.83% 86.2%, curve to 48.1% 85.7% with 48.69% 86.68%/48.39% 85.38%, curve to 48.03% 86.78% with 47.99% 85.82%/48.05% 86.72%, curve to 47.52% 85.93% with 47.8% 87.21%/47.93% 85.69%, curve to 46.57% 87.12% with 47.21% 86.12%/46.99% 87.61%, curve to 46.21% 88.8% with 47.95% 89.03%/46.79% 88.23%, curve to 45.64% 89.74% with 46.12% 88.9%/46.19% 90.55%, curve to 45% 88.14% with 46.82% 86.76%/45.3% 88.17%, curve to 44.82% 87.02% with 44.98% 88.11%/44.97% 87.04%, curve to 44.69% 87.81% with 44.81% 87.02%/44.83% 87.76%, curve to 43.95% 86.79% with 43.35% 88.35%/44.2% 87.51%, curve to 43.01% 87.55% with 43.84% 86.48%/43.19% 87.52%, curve to 42.84% 86.81% with 42.97% 87.54%/42.99% 86.78%, curve to 42.13% 87.74% with 42.56% 86.87%/42.31% 87.68%, curve to 41.76% 86.93% with 42.11% 87.73%/42.1% 86.55%, curve to 41.69% 87.82% with 41.67% 87.04%/41.56% 87.47%, curve to 43.54% 88.12% with 42.15% 88.96%/43.02% 86.98%, curve to 42.44% 89.27% with 44.01% 89.16%/42.52% 89.26%, curve to 42.41% 88.55% with 42.42% 89.26%/42.7% 88.67%, curve to 41.32% 90.08% with 42.16% 88.45%/41.7% 90.54%, curve to 41.01% 88.18% with 41.29% 90.04%/41% 88.3%, curve to 41.41% 87.21% with 41.02% 88.1%/41.48% 87.72%, curve to 41.08% 86.78% with 41.4% 87.15%/41.11% 87.16%, curve to 40.84% 81.65% with 41.03% 86.31%/40.9% 81.77%, curve to 40.68% 82.34% with 40.68% 81.38%/40.78% 82.41%, curve to 39.66% 82.42% with 40.46% 82.18%/39.69% 80.84%, curve to 40.04% 82.7% with 39.79% 82.51%/39.92% 82.61%, curve to 39.54% 83.82% with 39.34% 82.86%/39.64% 83.53%, curve to 39.22% 82.63% with 39.43% 84.14%/39.46% 82.76%, curve to 38.19% 83.47% with 39.16% 82.6%/38.17% 82.89%, curve to 38.56% 84.29% with 38.74% 82.55%/38.53% 84.26%, curve to 38.91% 83.46% with 38.66% 84.4%/38.78% 83.44%, curve to 39.12% 85.52% with 39.82% 83.61%/38.9% 85.13%, curve to 39.37% 84.87% with 39.19% 85.64%/39.34% 84.83%, curve to 39.54% 85.99% with 39.47% 85.01%/39.48% 86.08%, curve to 39.53% 84.19% with 39.7% 85.79%/39.52% 84.27%, curve to 39.88% 86.08% with 39.67% 83.24%/40.23% 84.43%, curve to 40.28% 85.47% with 40.09% 86.67%/40.12% 84.67%, curve to 39.98% 86.91% with 40.61% 87.06%/40.12% 86.65%, curve to 38.69% 87.36% with 39.51% 87.86%/39.36% 87.1%, curve to 38.04% 88.49% with 38.44% 87.45%/38.15% 88.43%, curve to 37.27% 90.44% with 37.96% 88.5%/37.29% 85.14%, curve to 36.33% 86.58% with 37.01% 89.92%/36.6% 86.42%, curve to 36.14% 88.68% with 36.09% 86.73%/36.16% 88.61%, curve to 35.71% 88.91% with 36.1% 88.79%/35.81% 88.65%, curve to 35.47% 90.23% with 35.6% 89.23%/35.66% 89.94%, curve to 34.98% 88.92% with 35.01% 90.96%/35.03% 89.05%, curve to 34.55% 90.42% with 34.43% 87.47%/34.67% 90.21%, curve to 32.52% 90.27% with 34.43% 90.62%/32.85% 89.58%, curve to 32.93% 89.11% with 32.65% 89.88%/32.79% 89.5%, curve to 32.42% 87.72% with 32.68% 87.92%/32.43% 89.87%, curve to 31.72% 88.96% with 32.37% 91.18%/31.87% 88.87%, curve to 31.59% 89.61% with 31.66% 89%/31.66% 89.58%, curve to 30.49% 89.55% with 31.3% 89.71%/30.65% 89.25%, curve to 31.69% 93.11% with 29.81% 90.83%/31.55% 92.98%, curve to 30.57% 95.52% with 31.41% 93.07%/29.86% 93.85%, curve to 30.94% 94.16% with 30.68% 95.76%/30.88% 94.22%, curve to 31.06% 95.28% with 31.36% 93.76%/31.03% 95.14%, curve to 31.47% 94.31% with 31.12% 95.49%/31.39% 94.16%, curve to 31.73% 95.65% with 31.49% 94.37%/31.34% 95.62%, curve to 30.27% 96.16% with 31.54% 96.87%/30.42% 95.88%, curve to 29.58% 96.34% with 30.22% 96.26%/30.54% 98.87%, curve to 29.62% 97.07% with 29.59% 96.58%/29.61% 96.82%, curve to 28.01% 97.36% with 29.08% 97.16%/28.55% 97.26%, curve to 27.99% 95.92% with 28.07% 96.8%/28.37% 95.68%, curve to 27.91% 97.34% with 27.77% 96.06%/27.93% 97.3%, curve to 23.59% 97.41% with 27.72% 97.68%/24.26% 97.27%, curve to 22.67% 98.47% with 23.36% 97.45%/22.73% 98.44%, curve to 21.15% 98.06% with 22.38% 98.57%/21.35% 97.92%, curve to 21.03% 99.14% with 21.02% 98.15%/21.14% 99.19%, curve to 21% 98.05% with 20.92% 99.09%/21.03% 98.09%, curve to 18.28% 98.06% with 20.74% 97.69%/18.76% 99%, curve to 19.98% 95.63% with 18.57% 98.34%/20.01% 96.33%, curve to 19.55% 95.14% with 19.98% 95.53%/19.63% 94.77%, curve to 18.8% 96.4% with 19.43% 94.27%/19.03% 96.91%, curve to 18.48% 94.58% with 18.78% 96.34%/18.88% 94.85%, curve to 17.62% 94.35% with 18.34% 94.49%/17.98% 95.65%, curve to 14.17% 94.64% with 17.1% 94.97%/14.36% 93.05%, curve to 14.29% 95.93% with 14.17% 94.73%/14.55% 95.28%, curve to 13.85% 93.61% with 13.95% 96.8%/14.26% 93.87%, curve to 12.63% 94.06% with 13.79% 93.58%/12.67% 93.87%, curve to 13.26% 96.56% with 12.29% 95.7%/13.27% 96.37%, curve to 12.37% 97.22% with 13.22% 97.04%/12.41% 97.33%, curve to 12.21% 95.75% with 12.34% 97.09%/13.01% 94.92%, curve to 12.48% 96.53% with 12.3% 96.01%/12.39% 96.27%, curve to 11.98% 95.43% with 12.11% 97.04%/12.07% 95.53%, curve to 10.93% 94.61% with 11.7% 95.14%/11.39% 97.43%, curve to 11% 92.91% with 10.81% 93.86%/11.01% 93.02%, curve to 10.45% 92.59% with 10.85% 91.9%/10.67% 94.6%, curve to 10.06% 91.22% with 10.44% 92.44%/10.94% 91.23%, curve to 10.24% 91.81% with 10.12% 91.42%/10.18% 91.61%, curve to 9.1% 92.39% with 10.12% 92.24%/9.23% 92.49%, curve to 8.71% 90.87% with 8.75% 92.09%/9.06% 90.7%, curve to 7.92% 91.38% with 8.93% 92.77%/7.86% 93.02%, curve to 6.43% 91.81% with 7.77% 93.44%/6.86% 91.86%, curve to 5.52% 92.57% with 6.16% 91.78%/5.61% 92.67%, curve to 5.26% 90.72% with 5.42% 92.43%/5.45% 91.03%, curve to 4.15% 90.21% with 5.2% 90.64%/4.64% 91.65%, curve to 4.03% 86.96% with 4.06% 89.93%/3.85% 87.56%, curve to 4.9% 86.45% with 4.34% 85.94%/4.91% 87.86%, curve to 3.91% 85.64% with 4.9% 84.95%/4.12% 85.84%, curve to 3.48% 82.65% with 2.95% 84.74%/3.5% 83.14%, curve to 2.87% 81.41% with 3.41% 81.48%/2.89% 81.51%, curve to 3.15% 79.29% with 2.78% 80.94%/3.15% 80.01%, curve to 2.77% 76.35% with 3.16% 78.36%/2.65% 76.67%, curve to 3.43% 77.24% with 2.93% 75.91%/3.4% 77.31%, curve to 3.14% 73.12% with 3.81% 76.34%/3.29% 74.18%, curve to 3.24% 72.16% with 3.1% 72.8%/3.27% 72.26%, curve to 2.75% 74.89% with 2.68% 70.71%/3.12% 75.19%, curve to 2.83% 73.13% with 2.42% 74.63%/2.84% 73.21%, curve to 2.36% 72.46% with 2.81% 73.05%/2.42% 72.96%, curve to 3.31% 68.22% with 2.33% 72.19%/3.35% 69.45%, curve to 2.33% 69.03% with 2.98% 68.49%/2.66% 68.76%, curve to 2.82% 68.44% with 2.3% 67.43%/2.77% 68.6%, curve to 2.66% 66.78% with 2.92% 68.11%/2.65% 67.29%, curve to 2.69% 64.82% with 2.66% 66.46%/2.98% 65.3%, curve to 2.02% 64.64% with 2.59% 64.67%/2.38% 65.79%, curve to 2.37% 61.68% with 3.29% 63.16%/2.41% 62.25%, curve to 2.21% 60% with 2.34% 61.11%/2.94% 59.77%, curve to 2.43% 58.46% with 2.18% 56.86%/2.22% 59.01%, curve to 3.03% 57.53% with 2.69% 57.78%/2.1% 56.75%, curve to 2.19% 56.05% with 2.98% 56.06%/2.23% 56.16%, curve to 2.26% 54.97% with 2.15% 55.94%/2.32% 55.22%, curve to 1.84% 51.61% with 1.56% 52.13%/2.04% 53.43%, curve to 1.66% 50.52% with 1.81% 51.45%/1.15% 50.78%, curve to 3.12% 47.67% with 2.58% 50.04%/2.97% 52.12%, curve to 1.4% 48.66% with 2.44% 45.74%/1.61% 48.6%, curve to 1.38% 47.56% with 1.09% 48.73%/1.42% 47.81%, curve to 1.09% 47.48% with 1.36% 47.48%/1.09% 47.55%, curve to 2.75% 46.84% with 0.89% 44.09%/2.3% 47.42%, curve to 2.39% 45.31% with 2.63% 46.33%/2.51% 45.82%, curve to 2.88% 45.25% with 2.55% 45.29%/2.72% 45.27%, curve to 3.04% 42.11% with 2.11% 44.23%/2.85% 44.86%, curve to 3.16% 40.84% with 3.09% 41.5%/2.58% 42.55%, curve to 2.48% 40.65% with 2.73% 40.44%/2.87% 39.88%, curve to 3.7% 37.74% with 2.49% 39.55%/3.36% 38.31%, curve to 2.14% 38.41% with 2.49% 36.51%/3.18% 40.54%, curve to 2.4% 39.73% with 1.94% 39.77%/2.44% 39.51%, curve to 1.5% 42.09% with 2.25% 40.54%/1.91% 39.26%, curve to 1.3% 43.93% with 1.43% 42.56%/1.72% 43.99%, curve to 0.98% 42.6% with 1.25% 43.92%/0.98% 42.7%, curve to 1.3% 41.6% with 1.02% 41.64%/1.28% 42%, curve to 1.01% 41.34% with 1.3% 41.22%/1.01% 41.44%, curve to 1.22% 40.51% with 1% 40.14%/1.26% 40.88%, curve to 1.46% 37.86% with 1.14% 39.69%/0.07% 37.1%, curve to 1.76% 38.66% with 0.31% 39.22%/1.31% 39.18%, curve to 2.07% 37.56% with 1.88% 38.53%/1.91% 37.81%, curve to 2.64% 37.45% with 2.28% 37.24%/2.53% 37.59%, curve to 3.05% 36.12% with 2.75% 37.31%/2.09% 35.61%, curve to 1.22% 35.05% with 2.56% 34.43%/1.7% 36.23%, curve to 2.06% 31.9% with 0.25% 32.65%/1.89% 32.13%, curve to 1.99% 30.81% with 2.11% 31.84%/1.96% 30.87%, curve to 3.06% 30.36% with 2.04% 30.72%/2.97% 31.16%, curve to 2.69% 29.57% with 3.15% 29.56%/2.72% 30.4%, curve to 3.19% 27.62% with 2.67% 29%/3.8% 28%, curve to 1.86% 27.18% with 2.77% 27.35%/1.99% 29.61%, curve to 3.72% 26.58% with 2.48% 26.98%/3.1% 26.78%, curve to 2.7% 23.8% with 3.38% 25.65%/3.04% 24.73%, curve to 4.66% 23.23% with 3.4% 23.51%/4% 24.55%, curve to 5.19% 20.5% with 3.07% 20.26%/5.17% 20.86%, curve to 4.48% 17.43% with 5.2% 20.28%/4.58% 17.88%, curve to 5.73% 13.08% with 5.03% 16.51%/6.71% 16.05%, curve to 6.33% 11.97% with 5.91% 13.75%/6.34% 12.09%, curve to 5.49% 10.32% with 6.28% 10.66%/5.34% 11.51%, curve to 6.19% 10.66% with 5.67% 8.95%/5.92% 10.81%, curve to 8.62% 4.12% with 7.59% 9.89%/7.21% 3.03%, curve to 8.53% 3.38% with 8.59% 3.87%/8.56% 3.63%, curve to 13.13% 4.55% with 10.07% 3.77%/11.6% 4.16%, curve to 16.1% 1.41% with 13.73% 2.45%/15.32% 1.18%, curve to 17.09% 2.75% with 16.26% 1.46%/17.04% 2.56%, curve to 16.88% 3.95% with 17.2% 3.12%/16.61% 3.26%, curve to 18.15% 3.38% with 16.94% 4.09%/18.24% 4.55%, curve to 17.47% 3.56% with 18% 3.25%/17.55% 3.83%, curve to 21.18% 2.37% with 16.94% 1.59%/20.98% 3.16%, curve to 20.91% 1.23% with 21.09% 1.99%/21% 1.61%, curve to 21.68% 1.79% with 21.17% 1.41%/21.42% 1.6%, close, move to 9.96% 95.88%, curve to 9.2% 96.5% with 9.81% 97.05%/9.42% 96.18%, curve to 8.58% 96.96% with 8.89% 96.97%/8.35% 101.49%, curve to 9.96% 95.88% with 9.04% 96.6%/9.5% 96.24%, close, move to 16.68% 97.63%, curve to 16.86% 95.52% with 16.37% 97%/16.61% 94.47%, curve to 16.68% 97.63% with 16.89% 95.65%/17.1% 98.48%, close, move to 13.45% 96.43%, curve to 13.74% 96.5% with 13.46% 96.4%/13.73% 96.46%, curve to 13.45% 96.43% with 13.98% 97.52%/13.17% 97.31%, close, move to 29.06% 95.13%, curve to 29.18% 96.6% with 28.72% 95.24%/28.97% 97.54%, curve to 29.06% 95.13% with 29.19% 96.53%/29.09% 95.15%, close, move to 28.82% 95.07%, curve to 28.45% 96.77% with 28.56% 93.01%/28.03% 97.18%, curve to 28.82% 95.07% with 28.49% 96.72%/28.83% 95.18%, close, move to 15.58% 96.63%, curve to 16.07% 96.41% with 15.62% 95.84%/15.93% 96.22%, curve to 15.58% 96.63% with 16.07% 97.13%/15.71% 96.54%, close, move to 23.65% 96.41%, curve to 22.48% 96.64% with 23.66% 95.79%/22.55% 95.82%, curve to 23.65% 96.41% with 22.65% 96.29%/23.63% 96.96%, close, move to 26.48% 95.53%, curve to 26.08% 96.14% with 26.45% 95.43%/26.07% 95.59%, curve to 26.48% 95.53% with 26.27% 96.86%/26.61% 96.02%, close, move to 32.12% 95.57%, curve to 32.53% 94.24% with 32.13% 95.4%/31.85% 91.95%, curve to 32.31% 95.61% with 32.63% 94.57%/32.27% 95.49%, curve to 32.49% 95.99% with 32.38% 95.86%/32.44% 95.97%, curve to 31.81% 96.2% with 32.17% 96.28%/31.84% 96.41%, curve to 32.12% 95.57% with 31.66% 95.21%/32.11% 95.63%, close, move to 35.07% 92.97%, curve to 35.65% 92.94% with 35.14% 92.4%/35.55% 92.7%, curve to 35.78% 94.37% with 35.66% 93.01%/35.6% 94.47%, curve to 36% 92.99% with 35.93% 94.27%/35.71% 92.74%, curve to 35.92% 94.4% with 36.29% 93.23%/35.9% 94.32%, curve to 36.4% 94.71% with 35.96% 94.5%/36.42% 93.82%, curve to 35.78% 95.07% with 36.39% 95.37%/35.9% 94.93%, curve to 35.55% 96.11% with 35.63% 95.25%/35.81% 96.34%, curve to 35.45% 93.93% with 35.39% 95.96%/35.48% 94.04%, curve to 35.07% 92.98% with 35.42% 93.85%/34.85% 94.96%, vline to 92.97%, close, move to 10.36% 95.61%, curve to 10.85% 95.03% with 10.35% 94.98%/10.83% 94.94%, curve to 10.36% 95.61% with 11.01% 95.63%/10.54% 96.39%, close, move to 32.86% 94.33%, curve to 32.57% 95.91% with 33.33% 94.82%/32.99% 95.48%, curve to 32.86% 94.33% with 32.7% 95.54%/32.71% 94.17%, close, move to 19.55% 95.14%, curve to 19.59% 95.88% with 19.57% 95.28%/19.58% 95.51%, curve to 19.55% 95.14% with 19.53% 95.47%/19.53% 95.26%, close, move to 20.65% 95.8%, curve to 20.27% 95.52% with 21.02% 94.67%/20.26% 94.72%, curve to 20.65% 95.8% with 20.27% 95.82%/20.63% 95.84%, close, move to 29.5% 95.24%, curve to 29.22% 94.28% with 29.47% 95.12%/30% 91.74%, curve to 29.21% 95.35% with 29.63% 94.68%/29.2% 95.05%, curve to 30.07% 95.75% with 29.22% 96.2%/29.92% 95.39%, curve to 29.5% 95.24% with 30.19% 94.22%/29.61% 95.6%, hline to 29.5%, close, move to 39.81% 94.35%, curve to 40.4% 93.8% with 39.91% 93.45%/40.2% 93.74%, curve to 39.81% 94.35% with 40.31% 94.69%/40.01% 94.4%, close, move to 93.05% 93.92%, curve to 92.75% 92.54% with 91.67% 94.75%/91.49% 91.1%, curve to 93.05% 93.92% with 92.78% 92.57%/93.13% 93.55%, close, move to 81.22% 92.98%, curve to 81.8% 91.78% with 81.09% 91.39%/81.52% 91.13%, curve to 81.83% 93.86% with 81.86% 91.93%/82.1% 93.54%, curve to 81.22% 92.98% with 81.84% 91.93%/81.42% 91.2%, close, move to 33.13% 93.31%, curve to 33.91% 93.16% with 33.27% 92.25%/33.69% 93%, curve to 33.13% 93.31% with 33.77% 94.04%/33.33% 93.64%, close, move to 88.52% 92.02%, curve to 88.3% 93.39% with 88.37% 91.9%/88.28% 93.27%, curve to 88.52% 92.02% with 88.41% 93.92%/88.68% 92.8%, close, move to 31.77% 93.15%, curve to 32.35% 93.47% with 31.75% 92.51%/32.31% 91.9%, curve to 31.77% 93.15% with 32.23% 93.36%/31.79% 93.54%, close, move to 40.02% 93.32%, curve to 40.52% 92.74% with 39.94% 93%/40.39% 92.42%, curve to 40.02% 93.32% with 40.51% 93.41%/40.08% 93.53%, close, move to 86.18% 92.49%, curve to 85.69% 92.89% with 86.05% 92.37%/85.72% 92.33%, curve to 86.18% 92.49% with 85.64% 93.59%/86.12% 93.35%, close, move to 89.89% 91.3%, curve to 89.87% 92.73% with 90.3% 92.62%/89.85% 91.35%, curve to 90.36% 91.49% with 90.14% 92.78%/90.83% 92.85%, curve to 89.89% 91.3% with 90.27% 91.22%/90.02% 91.39%, close, move to 89.52% 90.84%, curve to 89.43% 92.6% with 89.47% 91.29%/89.18% 92.7%, curve to 89.52% 90.84% with 89.55% 92.55%/89.74% 90.98%, close, move to 37.3% 90.82%, curve to 37.14% 91.85% with 37.55% 91.12%/37.31% 92.25%, curve to 37.3% 90.82% with 37.13% 91.81%/37.08% 90.55%, close, move to 89.31% 91.14%, curve to 87.85% 91.83% with 89.25% 90.93%/87.76% 90.12%, curve to 89.31% 91.14% with 87.97% 91.63%/89.68% 92.51%, close, move to 78.1% 90.73%, curve to 77.94% 91.76% with 78.37% 90.75%/78.08% 92.35%, curve to 78.1% 90.73% with 77.89% 91.53%/78.03% 90.74%, close, move to 31.02% 91.68%, curve to 31.04% 90.61% with 30.75% 92.56%/30.81% 89.59%, curve to 31.02% 91.68% with 31.05% 90.66%/31.03% 91.65%, close, move to 80.22% 91.66%, curve to 80.71% 89.25% with 79.3% 92.63%/79.52% 87.52%, curve to 80.59% 89.93% with 80.67% 89.47%/80.63% 89.7%, curve to 80.35% 90.58% with 81.96% 90.7%/80.69% 90.29%, curve to 80.22% 91.66% with 80.23% 90.69%/80.33% 91.54%, line to 80.22% 91.66%, close, move to 76.71% 90.63%, curve to 77.99% 88.89% with 75.83% 87%/77.51% 89.36%, curve to 77.74% 91.7% with 77.52% 90.39%/76.92% 90.16%, curve to 76.99% 90.43% with 76.54% 91.99%/77.04% 90.55%, curve to 76.71% 90.63% with 76.93% 90.3%/76.75% 90.79%, close, move to 79.03% 90.61%, curve to 79.6% 91.12% with 79.08% 90.5%/79.46% 91.24%, curve to 79.03% 90.61% with 79.41% 92.36%/78.69% 91.33%, close, move to 9.67% 90.77%, curve to 9.18% 91.35% with 9.46% 90.7%/9.05% 90.33%, curve to 9.67% 90.77% with 9.2% 91.44%/9.67% 91.33%, close, move to 84.96% 90.36%, curve to 84.16% 91.23% with 84.9% 90.24%/83.77% 90.16%, curve to 84.96% 90.36% with 84.28% 91.55%/85.32% 91.41%, close, move to 90.88% 90.48%, curve to 90.39% 90.88% with 90.78% 90.47%/90.4% 90.65%, curve to 90.88% 90.48% with 90.36% 91.67%/90.84% 91.24%, close, move to 8.62% 89.77%, curve to 8.03% 90.32% with 8.59% 89.67%/7.96% 89.85%, curve to 8.62% 89.77% with 8.16% 91.21%/8.71% 90.12%, close, move to 38.22% 88.54%, curve to 38.36% 89.57% with 38.28% 88.51%/38.35% 89.56%, curve to 39.01% 90.54% with 38.41% 89.59%/39.38% 89.18%, curve to 37.37% 90.11% with 38.94% 90.76%/37.55% 90.24%, curve to 38.04% 89.89% with 37.3% 88.66%/37.89% 90.04%, curve to 38.22% 88.54% with 38.06% 89.86%/38.08% 88.65%, line to 38.22% 88.54%, close, move to 88.94% 87.81%, curve to 88.71% 87.04% with 88.87% 87.83%/88.95% 86.56%, curve to 88.87% 88.87% with 88.6% 87.26%/88.95% 88.6%, curve to 88.48% 88.95% with 88.82% 89.03%/88.57% 88.53%, curve to 88.8% 90.29% with 88.46% 89.09%/88.72% 90.34%, curve to 88.92% 89.22% with 88.9% 90.22%/88.8% 89.22%, curve to 90.02% 89.89% with 89.31% 89.2%/89.65% 89.9%, curve to 90.08% 89.19% with 90.05% 89.89%/89.8% 89.18%, curve to 90.72% 90.08% with 90.12% 89.19%/90.38% 90.24%, curve to 92.95% 88.85% with 91.46% 86.85%/92.01% 90.02%, curve to 92.17% 87.7% with 92.91% 88.55%/92.21% 87.74%, curve to 89.14% 87.1% with 91.38% 87.17%/89.97% 87.11%, curve to 88.94% 87.81% with 88.93% 87.1%/89.03% 87.79%, close, move to 9.78% 90.06%, curve to 9.11% 89.53% with 9.68% 88.8%/9.33% 89.6%, curve to 9.78% 90.06% with 9.19% 90.67%/9.56% 89.78%, close, move to 97.41% 89.31%, curve to 96.93% 89.36% with 97.3% 89.36%/96.95% 88.98%, curve to 97.41% 89.31% with 96.89% 89.86%/97.39% 90.17%, close, move to 43.7% 88.9%, curve to 43.99% 88.97% with 43.72% 88.86%/43.98% 88.93%, curve to 43.7% 88.9% with 44.23% 89.99%/43.43% 89.78%, close, move to 50.11% 89.14%, curve to 50.59% 89.62% with 50.31% 88.99%/50.52% 88.59%, curve to 50.11% 89.14% with 50.46% 89.46%/50.09% 89.86%, close, move to 58.95% 89.11%, curve to 59.63% 88.76% with 58.91% 87.77%/59.52% 88.63%, curve to 58.95% 89.11% with 59.59% 89.36%/58.98% 90.08%, close, move to 80.9% 89.29%, curve to 81.49% 88.73% with 80.99% 88.4%/81.29% 88.66%, curve to 80.9% 89.29% with 81.45% 89.39%/81.04% 89.23%, close, move to 7.47% 88.75%, curve to 6.69% 89.26% with 7.3% 87.5%/6.49% 88.43%, curve to 7.47% 88.75% with 6.72% 89.36%/7.36% 88.71%, close, move to 34.08% 89.25%, curve to 33.5% 88.92% with 34.41% 88.25%/33.72% 87.95%, curve to 34.08% 89.25% with 33.6% 88.85%/34.05% 89.31%, close, move to 56.83% 88.38%, curve to 57.21% 88.49% with 56.85% 88.34%/57.2% 88.44%, curve to 56.83% 88.38% with 57.5% 89.52%/56.5% 89.25%, close, move to 48% 87.51%, curve to 49.16% 88.17% with 48.13% 86.69%/48.97% 87.35%, curve to 48% 87.51% with 48.98% 89.36%/47.85% 88.53%, close, move to 94% 87.34%, curve to 93.83% 88.37% with 93.78% 87.07%/93.82% 88.31%, curve to 94% 87.34% with 94% 88.77%/94.25% 87.65%, close, move to 9.52% 88.2%, curve to 8.86% 87.67% with 9.45% 87.06%/9.07% 87.94%, curve to 9.52% 88.2% with 8.92% 88.57%/9.35% 88.32%, close, move to 75.77% 88.31%, curve to 76.87% 86.44% with 75.49% 87.07%/76.63% 85.65%, curve to 75.77% 88.31% with 76.89% 87.2%/75.81% 88.47%, close, move to 77.45% 86.96%, curve to 77.72% 88.1% with 77.55% 86.69%/77.8% 87.56%, curve to 77.45% 86.96% with 77.6% 88.78%/77.42% 87.06%, close, move to 33.04% 87.55%, curve to 32.64% 88.15% with 33.02% 86.66%/32.54% 87.72%, curve to 33.04% 87.55% with 32.71% 88.41%/33.06% 88.1%, close, move to 87.07% 86.24%, curve to 86.66% 87.93% with 87.03% 86.11%/86.4% 87.02%, curve to 86.91% 87.27% with 86.84% 88.55%/86.87% 87.27%, curve to 87.07% 86.24% with 86.96% 87.28%/87.97% 88.84%, close, move to 69.37% 87.53%, curve to 70.15% 87.56% with 69.61% 87.19%/69.9% 87.58%, curve to 69.37% 87.53% with 70.05% 88.11%/69.48% 88.26%, close, move to 34.89% 87.3%, curve to 34.16% 87.84% with 34.84% 86.94%/33.26% 86.73%, curve to 34.89% 87.3% with 34.21% 87.9%/35.07% 88.39%, close, move to 99.99% 87.82%, vline to 87.97%, curve to 99.97% 87.82% with 99.98% 87.92%/99.97% 87.87%, curve to 99.99% 87.82% with 99.97% 87.82%/99.98% 87.82%, close, move to 97.26% 87.11%, curve to 96.78% 86.63% with 97.34% 86.46%/96.91% 86.29%, curve to 97.26% 87.11% with 96.75% 87.42%/97.25% 87.2%, close, move to 70.17% 86.66%, curve to 70.75% 86.64% with 70.31% 86.29%/70.57% 86.68%, curve to 70.17% 86.66% with 70.72% 87.24%/70.23% 87.27%, close, move to 60.09% 85.98%, curve to 60.73% 85.44% with 60.37% 86.34%/60.72% 86.17%, curve to 60.77% 85.8% with 60.73% 85.55%/60.75% 85.68%, curve to 61.23% 85.83% with 60.79% 85.92%/61.1% 85.58%, curve to 60.4% 84.63% with 62.02% 87.32%/58.17% 86.71%, curve to 60.09% 85.98% with 60.3% 85.08%/60.19% 85.53%, close, move to 46.87% 85.77%, curve to 46.37% 86.35% with 46.71% 84.88%/46.26% 86%, curve to 46.87% 85.77% with 46.46% 86.59%/47.03% 86.67%, close, move to 53.1% 85.24%, curve to 52.6% 86.18% with 53.05% 85.09%/52.61% 85.71%, curve to 53.1% 85.24% with 52.85% 86.68%/53.32% 85.98%, close, move to 45.63% 84.72%, curve to 45.41% 86.1% with 45.53% 84.59%/45.4% 86.03%, curve to 45.63% 84.72% with 45.51% 86.62%/45.8% 85.53%, close, move to 53.97% 85.12%, curve to 53.57% 85.72% with 53.89% 84.86%/53.6% 85.1%, curve to 53.97% 85.12% with 53.71% 86.02%/54.18% 85.72%, close, move to 34.85% 84.78%, curve to 34.34% 85.72% with 34.66% 84.27%/34.2% 85.21%, curve to 34.85% 84.78% with 34.43% 86.03%/35.05% 85.36%, close, move to 44.65% 85.01%, curve to 44.26% 85.08% with 44.52% 84.09%/44.15% 84.16%, curve to 44.65% 85.01% with 44.28% 85.17%/44.6% 85.67%, close, move to 99.99% 84.94%, curve to 99.97% 85.3% with 100.01% 85.1%/100% 85.21%, curve to 99.99% 84.94% with 99.97% 85.18%/99.98% 85.07%, close, move to 47.17% 85.13%, curve to 46.61% 84.26% with 47.49% 83.94%/46.84% 84.22%, curve to 47.17% 85.13% with 46.6% 84.94%/47.14% 85.2%, close, move to 31.17% 83.81%, curve to 31.44% 84.96% with 31.14% 83.88%/31.33% 85.64%, curve to 31.17% 83.81% with 31.53% 84.42%/31.28% 83.54%, close, move to 32.03% 84.75%, curve to 31.56% 83.74% with 32.23% 84.15%/31.77% 82.32%, curve to 32.03% 84.75% with 31.46% 84.46%/31.99% 84.84%, close, move to 43.51% 83.81%, curve to 43.98% 84.3% with 43.25% 84.31%/43.89% 85.2%, curve to 43.51% 83.81% with 43.86% 84.22%/43.6% 83.64%, close, move to 52.37% 82.89%, curve to 52.14% 84.63% with 51.55% 80.29%/51.99% 85.03%, curve to 52.37% 82.89% with 52.16% 84.57%/52.38% 82.98%, close, move to 5.44% 83.53%, curve to 5.81% 84.34% with 5.32% 83.89%/5.75% 85.21%, curve to 5.44% 83.53% with 5.84% 83.8%/5.51% 83.3%, close, move to 64.72% 84.59%, curve to 64.61% 84.62% with 64.68% 84.6%/64.65% 84.61%, curve to 64.72% 84.59% with 64.64% 84.57%/64.67% 84.56%, close, move to 41.15% 80.31%, curve to 41.71% 81.17% with 41.72% 83.98%/41.66% 81.17%, curve to 42.28% 82.04% with 41.82% 81.21%/42.08% 82.21%, curve to 41.58% 83.29% with 42.05% 82.46%/41.81% 82.87%, curve to 43.4% 84.31% with 41.76% 83.55%/43.37% 84.91%, curve to 42.93% 83.65% with 43.45% 83.46%/42.95% 83.73%, curve to 42.78% 81.09% with 42.91% 83.54%/42.83% 81.19%, curve to 41.15% 80.31% with 42.71% 80.95%/41.36% 80.9%, close, move to 50.65% 83.3%, curve to 50.88% 84.3% with 50.78% 83.58%/50.82% 84.51%, curve to 50.98% 83.09% with 50.9% 84.22%/50.91% 83.32%, curve to 50.65% 83.3% with 50.87% 83.16%/50.76% 83.23%, close, move to 46.33% 83.47%, curve to 45.75% 83.67% with 46.3% 83.4%/45.74% 83.06%, curve to 46.33% 83.47% with 45.9% 84.13%/46.65% 84.26%, close, move to 40.11% 83.62%, curve to 40.71% 83.07% with 39.95% 82.54%/40.68% 82.94%, curve to 40.11% 83.62% with 40.83% 83.81%/40.25% 84.52%, close, move to 32.7% 81.9%, curve to 32.84% 83.16% with 32.34% 79.76%/32.51% 82.47%, curve to 32.7% 81.9% with 32.93% 82.2%/32.76% 82.25%, close, move to 31.53% 80.3%, curve to 30.54% 81.48% with 31.43% 79.92%/30.38% 80.34%, curve to 31.23% 80.94% with 30.6% 81.88%/31.2% 80.86%, curve to 31.4% 82.06% with 31.27% 81.07%/31.08% 82.31%, curve to 31.53% 80.3% with 31.38% 81.64%/31.57% 80.44%, close, move to 32.4% 80.53%, curve to 32.23% 81.92% with 32.04% 78.9%/31.96% 81.91%, curve to 32.4% 80.53% with 32.34% 81.92%/32.45% 80.76%, close, move to 33.89% 80.79%, curve to 33.17% 81.09% with 33.76% 80.5%/33.41% 80.08%, curve to 34.13% 81.34% with 33.49% 81.17%/33.81% 81.26%, curve to 33.89% 80.79% with 34.17% 80.78%/34% 81.04%, hline to 33.89%, close, move to 3.18% 56.2%, curve to 2.87% 55.33% with 3.1% 55.86%/3.05% 54.74%, curve to 3.4% 57.8% with 3.05% 56.15%/3.23% 56.98%, curve to 3.18% 56.2% with 3.54% 55.92%/3.27% 56.57%, close, move to 2.5% 49.28%, curve to 2.71% 48.27% with 2.52% 49.2%/2.39% 46.35%, curve to 1.52% 49.57% with 2.93% 49.58%/1.74% 50.86%, curve to 2.5% 49.28% with 1.76% 48.97%/2.28% 49.66%, close, move to 0.9% 36.28%, curve to 0.41% 36.68% with 1.18% 37.14%/0.48% 37.93%, curve to 0.9% 36.28% with 0.4% 36.45%/0.85% 36.12%, close, move to 1.86% 37.24%, curve to 2.25% 36.64% with 1.64% 36.68%/2.11% 36.31%, curve to 1.86% 37.24% with 2.27% 37.18%/1.89% 37.32%, close, move to 0.85% 33.75%, curve to 0.45% 34.35% with 1.06% 34.31%/0.59% 34.68%, curve to 0.85% 33.75% with 0.44% 33.81%/0.82% 33.67%, close, move to 0.24% 24.95%, curve to 1.69% 25.33% with 0.86% 26.16%/0.41% 27.77%, curve to 1.56% 27.27% with 1.16% 27.06%/1.67% 26.57%, curve to 1.34% 28.47% with 1.48% 27.82%/1.16% 27.36%, curve to 0% 27.4% with 1.1% 27.27%/0.05% 27.6%, hline to 0.01%, curve to 0.24% 24.95% with -0.02% 27.29%/0.05% 24.57%, close, move to 0.74% 24.54%, curve to 1.81% 24.28% with 0.76% 23.7%/1.65% 24.29%, curve to 0.74% 24.54% with 1.72% 25.06%/0.71% 25.5%, close, move to 3.78% 17.96%, curve to 4.27% 17.37% with 3.53% 17.33%/4.11% 17.07%, curve to 3.78% 17.96% with 4.28% 17.87%/3.81% 18.01%, close, move to 4.36% 10.18%, hline to 4.36%, curve to 4.49% 11.28% with 4.67% 10.41%/4.48% 11.23%, curve to 5.09% 10.38% with 5.16% 12.5%/4.99% 10.61%, curve to 5.65% 11.25% with 5.31% 9.91%/5.28% 12.2%, curve to 5.62% 12.89% with 5.03% 12.66%/5.6% 12.07%, curve to 4.47% 12.03% with 5.68% 16.24%/4.78% 11.33%, curve to 4.64% 13.5% with 4.43% 12.13%/4.75% 13.19%, curve to 4.36% 10.18% with 4.28% 14.48%/3.16% 9.31%, close, move to 60.82% 11.33%, curve to 60.36% 10.14% with 61.09% 10.48%/60.48% 9.48%, curve to 60.82% 11.33% with 60.31% 10.47%/60.71% 11.7%, close, move to 56.52% 7.68%, curve to 56.27% 10.86% with 56.21% 7.86%/55.88% 11.41%, curve to 56.52% 7.68% with 56.31% 10.77%/56.56% 8.17%, close, move to 77.18% 9.51%, curve to 77.11% 10.57% with 76.85% 8.25%/76.87% 10.59%, curve to 77.18% 9.51% with 77.19% 10.55%/77.19% 9.57%, close, move to 64.64% 9.82%, curve to 64.24% 10.43% with 64.61% 9.74%/64.23% 9.89%, curve to 64.64% 9.82% with 64.39% 10.75%/64.85% 10.38%, close, move to 77.28% 9.17%, curve to 77.66% 9.64% with 77.09% 9.6%/77.42% 11.3%, curve to 77.28% 9.17% with 77.54% 9.77%/77.31% 9.15%, close, move to 57.86% 9.11%, curve to 58.14% 9.55% with 57.56% 10%/58.2% 10.72%, curve to 57.86% 9.11% with 58.13% 9.49%/57.87% 9.08%, close, move to 87.78% 9.05%, curve to 88.06% 9.49% with 87.56% 9.8%/88.25% 10.8%, curve to 87.78% 9.05% with 88.05% 9.43%/87.79% 9.01%, close, move to 90.78% 9.48%, curve to 90.19% 10.04% with 90.61% 9.23%/89.91% 9.31%, curve to 90.78% 9.48% with 90.23% 10.15%/90.76% 10.17%, close, move to 5.11% 9.48%, curve to 5.6% 8.72% with 5.02% 8.2%/5.53% 8.5%, curve to 5.11% 9.48% with 5.63% 8.82%/5.22% 11.16%, close, move to 75.05% 9.31%, curve to 74.36% 9.84% with 74.88% 9.47%/74.43% 9.17%, curve to 75.05% 9.31% with 74.57% 9.7%/75.1% 10.65%, close, move to 59.22% 9.11%, curve to 58.62% 9.68% with 58.96% 7.71%/58.51% 7.85%, curve to 59.22% 9.11% with 59.11% 9.55%/58.56% 8.03%, close, move to 78.38% 7.67%, curve to 78.15% 9.4% with 78.24% 7.57%/78.14% 9.31%, curve to 78.38% 7.67% with 78.3% 10.19%/78.51% 8.35%, close, move to 68.15% 9.11%, curve to 67.76% 9.19% with 68.14% 8.37%/67.71% 8.71%, curve to 68.15% 9.11% with 67.79% 9.35%/68.16% 9.72%, close, move to 82.16% 8.11%, curve to 81.76% 8.55% with 82.18% 6.99%/81.49% 7.62%, curve to 82.16% 8.11% with 81.83% 8.78%/82.15% 8.48%, close, move to 88.69% 6.77%, curve to 89.65% 7.39% with 88.24% 8.1%/90.16% 9.04%, curve to 88.69% 6.77% with 89.61% 7.27%/88.74% 6.66%, close, move to 91.84% 7.6%, curve to 92.12% 5.16% with 91.76% 7.45%/91.8% 3.71%, curve to 92% 6.56% with 92.16% 5.35%/91.97% 6.33%, curve to 92.76% 7.12% with 92.03% 6.69%/92.73% 7.21%, curve to 92.79% 5.69% with 92.8% 7.02%/92.76% 5.83%, curve to 93.5% 6.61% with 92.84% 5.54%/93.27% 6.59%, curve to 94.01% 5.62% with 93.93% 6.62%/93.98% 5.63%, curve to 94.5% 6.33% with 94.12% 5.62%/94.29% 6.33%, curve to 98% 7.59% with 95.56% 6.32%/97.17% 5.47%, curve to 95.81% 7.92% with 97.26% 6.74%/96.55% 7.64%, curve to 95.49% 7.12% with 96.03% 5.84%/94.72% 9.52%, curve to 91.84% 7.6% with 95.13% 7.64%/92.1% 8.06%, close, move to 55.28% 6.63%, curve to 54.4% 7.12% with 55.47% 5.36%/54.48% 5.65%, curve to 55.28% 6.63% with 54.53% 7.33%/55.26% 6.78%, close, move to 59.86% 3.52%, curve to 60.52% 2.07% with 59.95% 3.29%/60.04% 0.8%, hline to 60.52%, curve to 60.53% 3.26% with 60.66% 2.44%/60.5% 3.05%, curve to 60.61% 4.79% with 60.54% 3.37%/60.97% 4.59%, curve to 60.26% 2.91% with 60.05% 5.1%/60.56% 2.94%, curve to 59.69% 4.55% with 60.22% 2.91%/59.66% 4.26%, curve to 59.89% 4.42% with 59.7% 4.59%/59.87% 4.31%, curve to 59.96% 5.71% with 60% 4.88%/59.95% 5.66%, curve to 61.03% 5.63% with 60.01% 5.8%/60.9% 4.48%, curve to 59.56% 6.68% with 61.07% 6.01%/59.61% 6.87%, curve to 59.5% 4.18% with 59.52% 6.56%/59.53% 4.4%, curve to 58.81% 4.68% with 59.48% 4.07%/58.89% 4.88%, curve to 58.76% 4.51% with 58.79% 4.62%/58.77% 4.56%, curve to 58.34% 4.38% with 58.85% 5.18%/58.32% 5.13%, curve to 58.73% 4.31% with 58.35% 4.08%/58.71% 4.25%, curve to 58.74% 4.38% with 58.73% 4.33%/58.74% 4.36%, curve to 59.64% 2.38% with 58.67% 3.56%/59.9% 3.6%, curve to 59.86% 3.52% with 60% 1.72%/59.59% 4.16%, close, move to 60.96% 4.17%, curve to 61.58% 2.18% with 61.36% 3.38%/61.14% 1.67%, curve to 61.47% 2.86% with 61.55% 2.41%/61.51% 2.64%, curve to 63.55% 3.4% with 62.1% 2.31%/62.83% 3.41%, curve to 63.77% 2.38% with 63.74% 3.39%/63.53% 2%, curve to 64.07% 4.27% with 63.96% 2.69%/64.17% 3.98%, curve to 63.45% 3.58% with 64.04% 4.34%/63.65% 3.5%, curve to 62.98% 5.07% with 62.87% 3.84%/63.02% 5.03%, curve to 62.38% 4.3% with 62.94% 5.1%/62.58% 4.26%, curve to 60.96% 4.17% with 61.88% 4.4%/61.65% 5.13%, close, move to 85.04% 4.73%, curve to 85.63% 4.53% with 85.07% 3.98%/85.48% 4.64%, curve to 85.04% 4.73% with 85.6% 5.28%/85.19% 4.62%, close, move to 23.67% 3.75%, curve to 24.24% 4.26% with 23.55% 4.98%/24.49% 5.29%, curve to 23.67% 3.75% with 24.19% 4.03%/23.79% 3.76%, close, move to 27.93% 4.5%, curve to 27.55% 4.23% with 28.06% 4.16%/27.55% 3.27%, curve to 27.93% 4.5% with 27.55% 4.53%/27.91% 4.54%, close, move to 69.72% 3.4%, curve to 70.1% 3.69% with 69.74% 3.36%/70.09% 3.63%, curve to 69.72% 3.4% with 70.33% 5%/69.19% 4.25%, close, move to 33.11% 2.98%, curve to 33.59% 3.11% with 32.67% 3.79%/34% 4.14%, curve to 33.11% 2.98% with 33.57% 3.06%/33.13% 2.94%, close, move to 34.96% 2.75%, curve to 34.37% 2.78% with 34.85% 2.8%/34.38% 2.4%, curve to 34.96% 2.75% with 34.37% 3.38%/34.9% 3.79%, close, move to 78.47% 3.01%, curve to 79.25% 2.49% with 78.42% 1.62%/79.04% 2.67%, curve to 78.47% 3.01% with 79.31% 3.88%/78.69% 2.83%, close, move to 74.55% 1.98%, curve to 74.4% 2.66% with 77.17% 0.88%/76.59% 3.85%, curve to 74.55% 1.98% with 74.39% 1.77%/74.39% 2.05%, close, move to 77.9% 2.14%, curve to 77.31% 2.7% with 77.81% 3.03%/77.51% 2.77%, curve to 77.9% 2.14% with 77.35% 2.08%/77.76% 2.3%, close, move to 22.54% 1.84%, curve to 23.3% 2.57% with 22.71% 0.71%/23.43% 2.1%, curve to 22.54% 1.84% with 23.27% 2.67%/22.48% 2.46%, close, move to 69.94% 2.2%, curve to 70.72% 1.7% with 69.88% 0.86%/70.66% 1.4%, curve to 69.94% 2.2% with 70.96% 2.91%/70% 1.91%, close, move to 82.18% 1.81%, curve to 82.97% 1.31% with 82.32% 0.76%/82.72% 1.3%, curve to 82.18% 1.81% with 82.85% 2.22%/82.4% 1.83%, close, move to 80.35% 0.98%, curve to 80.74% 1.09% with 80.38% 0.95%/80.72% 1.04%, curve to 80.35% 0.98% with 81.03% 2.12%/80.03% 1.86%, close, move to 3.93% 0.01%, curve to 4.22% 0.08% with 3.95% -0.02%/4.2% 0.04%, curve to 3.93% 0.01% with 4.45% 1.1%/3.65% 0.89%, close);
          clip-path: shape(from 8.93% 99.2%, curve to 9.41% 99.33% with 9% 99.08%/9.29% 99.38%, curve to 8.93% 99.2% with 9.27% 100.67%/8.67% 99.66%, close, move to 21.68% 1.79%, curve to 21.37% 2.79% with 21.57% 2.12%/21.47% 2.45%, curve to 22.33% 3.07% with 21.66% 3%/22.06% 2.76%, curve to 22.36% 4.13% with 22.37% 3.13%/22.26% 4.08%, curve to 22.6% 2.72% with 22.47% 4.17%/22.45% 2.86%, curve to 23.83% 3.46% with 22.77% 2.57%/23.56% 3.48%, curve to 26.9% 3.17% with 24.85% 3.37%/25.88% 2.62%, curve to 27.2% 4.7% with 25.84% 4.14%/26.9% 5.12%, curve to 28.31% 2.78% with 27.27% 4.6%/27.26% 2.16%, curve to 29.48% 4.91% with 28.98% 3.17%/28.36% 6.65%, curve to 30.15% 2.56% with 28.62% 2.47%/29.47% 2.64%, curve to 31.62% 2.8% with 30.27% 2.55%/31.2% 2.91%, curve to 32.17% 1.46% with 31.76% 2.76%/31.98% 1.49%, curve to 32.59% 2.1% with 32.3% 1.43%/32.4% 2.13%, curve to 35.27% 2.12% with 33.49% 1.94%/34.37% 1.88%, curve to 35.73% 3.68% with 34.75% 5.39%/35.68% 3.53%, curve to 35.35% 5.38% with 35.94% 4.57%/34.97% 4.82%, curve to 36.96% 5.07% with 35.89% 5.28%/36.43% 5.17%, curve to 37.73% 3.38% with 36.52% 4.67%/37.54% 2.31%, curve to 40.56% 4.94% with 37.65% 0.48%/40.18% 5.91%, curve to 41.33% 3.96% with 40.64% 4.73%/40.12% 3.3%, curve to 41.48% 4.83% with 41.46% 4.03%/41.42% 4.9%, curve to 42.04% 3.53% with 41.53% 4.76%/41.78% 2%, curve to 42.88% 5.18% with 42.14% 4.09%/41.52% 5.92%, curve to 45.23% 4.36% with 42.34% 2.35%/44.78% 3.65%, curve to 44.96% 3.22% with 45.14% 3.98%/45.05% 3.6%, curve to 45.59% 3.34% with 45.41% 4.24%/45.49% 3.28%, curve to 46.92% 4.42% with 45.99% 3.55%/46.54% 4.51%, curve to 47.87% 3.25% with 47.36% 4.32%/47.36% 2.57%, curve to 47.51% 2.08% with 47.75% 2.86%/47.63% 2.47%, curve to 48.57% 2.36% with 47.86% 2.17%/48.22% 2.27%, curve to 48.81% 2.42% with 47.75% 4.69%/48.75% 2.48%, curve to 48.94% 3.18% with 48.92% 2.34%/48.77% 3.29%, curve to 49.21% 2.16% with 48.96% 3.16%/48.94% 2.26%, curve to 49.92% 3.07% with 49.77% 1.95%/49.68% 3.08%, curve to 50.27% 2.06% with 49.94% 3.06%/49.86% 2.25%, curve to 50.22% 2.79% with 51.57% 1.45%/50.27% 2.67%, curve to 49.49% 5.12% with 50.15% 2.94%/50.59% 6.32%, curve to 49.94% 7.04% with 49.86% 5.5%/49.9% 7%, curve to 50.66% 6.8% with 49.98% 7.07%/50.62% 6.86%, curve to 50.76% 5.09% with 50.97% 6.3%/50.7% 5.28%, curve to 51.76% 3.2% with 50.81% 4.95%/51.58% 6.28%, curve to 50.93% 6.21% with 52.13% 6.04%/51.55% 5.78%, curve to 51.55% 7.37% with 50.84% 6.8%/51.52% 7.36%, curve to 52.14% 3.53% with 52.43% 7.36%/51.95% 5.02%, curve to 52.27% 2.25% with 52.24% 2.75%/52.6% 4.34%, curve to 52.63% 3.42% with 53.06% 2.03%/52.58% 3.24%, curve to 53.02% 3.17% with 52.71% 3.68%/52.99% 3.09%, curve to 53.1% 4.26% with 53.08% 3.28%/52.9% 4.01%, curve to 53.04% 2.46% with 53.14% 4.28%/53.46% 3.05%, curve to 53.75% 3.71% with 53.6% 2.63%/53.56% 1.57%, curve to 54.18% 6.34% with 54.13% -0.34%/54.03% 6.11%, curve to 54.49% 3.6% with 54.58% 6.93%/54.47% 3.76%, curve to 56.03% 3.24% with 54.64% 2.6%/55.76% 3.7%, curve to 54.97% 3.7% with 55.93% 5.53%/55.15% 3.27%, curve to 55.37% 7.73% with 54.39% 5.18%/55.79% 4.85%, curve to 55.9% 5.36% with 55.55% 6.94%/55.72% 6.15%, curve to 56.64% 7.34% with 56.22% 7.21%/55.76% 8.02%, curve to 56.17% 6.34% with 56.78% 5.75%/56.02% 7.6%, curve to 56.78% 5.05% with 56.26% 5.6%/56.77% 5.44%, curve to 56.4% 4.41% with 56.78% 4.58%/56.33% 5.13%, curve to 56.96% 5.19% with 56.56% 2.86%/58.23% 4.34%, curve to 57.8% 7.29% with 57.31% 5.17%/57.5% 8.26%, curve to 58.56% 3.18% with 58% 6.66%/56.88% 2.39%, curve to 57.87% 3.72% with 58.6% 4.64%/57.89% 3.61%, curve to 58% 7.34% with 57.85% 3.9%/57.97% 7.17%, curve to 60.15% 7.77% with 58.08% 7.88%/59.79% 6.11%, curve to 61.6% 6.85% with 60.01% 5.87%/61.44% 7.43%, curve to 61.53% 5.4% with 61.64% 6.69%/61.49% 5.53%, curve to 62.91% 6.8% with 61.81% 4.66%/62.56% 6.75%, curve to 63.27% 5.85% with 63.29% 6.86%/63.25% 5.87%, curve to 63.41% 6.59% with 63.44% 5.91%/63.31% 6.59%, curve to 64.71% 6.59% with 63.57% 6.59%/64.66% 6.73%, curve to 64.79% 5.17% with 64.73% 6.52%/64.55% 5.39%, curve to 65.51% 5.91% with 64.83% 5.14%/64.81% 6.5%, curve to 65.27% 2.78% with 66.35% 5.2%/64.92% 4.21%, curve to 65.95% 2.96% with 65.82% 4.82%/65.8% 2.8%, curve to 66.79% 4.62% with 66% 3.01%/66.38% 4.73%, curve to 65.9% 5.46% with 66.49% 4.9%/66.2% 5.18%, curve to 67% 5.73% with 66.19% 5.76%/66.76% 5.39%, curve to 67.27% 7.27% with 67.12% 5.9%/67.02% 7.31%, curve to 66.87% 5.35% with 67.33% 7.23%/67.54% 3.82%, curve to 67.29% 4.58% with 66.82% 4.13%/67.14% 4.92%, curve to 67.58% 3.75% with 67.31% 4.53%/67.4% 2.48%, curve to 68.4% 5.72% with 67.63% 4.09%/67.14% 10.03%, curve to 68.34% 4.67% with 68.45% 5.58%/68.3% 4.83%, curve to 68.73% 4.76% with 68.37% 4.57%/68.69% 4.87%, curve to 68.65% 3.67% with 68.77% 4.65%/68.61% 3.83%, curve to 68.71% 5.84% with 68.88% 2.85%/69.17% 6.08%, curve to 69.17% 7.04% with 68.86% 6.24%/69.02% 6.64%, curve to 69.63% 6.28% with 69.01% 4.6%/69.41% 6.35%, curve to 70.31% 3.38% with 70.99% 5.8%/70.08% 4.21%, curve to 70.96% 4.99% with 70.69% 2.06%/70.4% 6.24%, curve to 71.66% 4.1% with 71% 4.86%/70.34% 3.1%, curve to 71.07% 4.31% with 71.46% 4.16%/71.26% 4.24%, curve to 71.82% 4.11% with 71.18% 6.66%/71.77% 4.16%, curve to 72.76% 3.42% with 72.34% 3.79%/71.99% 4.64%, curve to 73.12% 3.6% with 72.83% 3.31%/72.98% 3.89%, curve to 72.28% 1.92% with 73.73% 2.4%/72.32% 2.87%, curve to 73.84% 1.79% with 72.27% 1.45%/73.77% 1.57%, curve to 73.32% 3.45% with 74.06% 2.77%/73.15% 2.23%, curve to 75.99% 3.47% with 73.38% 3.88%/75.55% 2.99%, curve to 76.72% 3.63% with 76.49% 4.02%/76.71% 7.23%, curve to 77.05% 4.78% with 76.86% 7.16%/76.98% 4.76%, curve to 78.49% 4.8% with 77.82% 5.1%/77.83% 5.14%, curve to 78.81% 5.62% with 78.64% 4.73%/78.76% 5.79%, curve to 78.94% 4.01% with 78.84% 5.51%/78.79% 4.36%, curve to 80.47% 5.34% with 79.14% 3.52%/80.38% 4.7%, curve to 80.06% 6.66% with 80.56% 5.97%/79.95% 5.61%, curve to 81.38% 6.61% with 80.5% 6.76%/80.93% 6.5%, curve to 81.55% 7.4% with 81.56% 6.66%/81.47% 7.39%, curve to 82.2% 6.5% with 81.58% 7.41%/82.23% 6.77%, curve to 80.67% 5.02% with 82.13% 5.88%/80.15% 6.3%, curve to 81.07% 4.41% with 80.77% 4.78%/81.13% 6.45%, curve to 86.39% 5.8% with 82.84% 4.87%/84.62% 5.34%, curve to 83.16% 6.11% with 85.37% 7.33%/84.23% 5.96%, curve to 82.58% 6.96% with 83.01% 6.12%/82.52% 5.93%, curve to 85.48% 7.37% with 83.49% 7.23%/84.61% 6.69%, curve to 85.51% 8.46% with 85.51% 7.4%/85.41% 8.31%, curve to 86.45% 7.63% with 85.71% 8.73%/86.34% 7.24%, curve to 86.22% 9.72% with 86.46% 7.73%/86.11% 8.95%, curve to 86.81% 7.34% with 86.5% 11.71%/86.57% 7.29%, curve to 88.58% 8.17% with 87% 7.39%/88.26% 9.52%, curve to 87.74% 6.16% with 88.91% 6.73%/87.65% 7.34%, curve to 90.27% 6.1% with 88.59% 4.98%/89.46% 6.24%, curve to 90.34% 5.04% with 90.28% 6.07%/90.16% 5.16%, curve to 90.89% 6.33% with 90.65% 4.81%/90.73% 6.12%, curve to 91.71% 6.84% with 91.05% 6.55%/91.63% 6.37%, curve to 91.58% 8.24% with 91.72% 6.92%/91.6% 8.21%, curve to 91.22% 7.07% with 91.33% 8.77%/91.24% 7.11%, curve to 90.97% 7.61% with 91.13% 7.01%/91.05% 7.65%, curve to 90.59% 6.9% with 90.84% 7.55%/90.76% 6.95%, curve to 90.48% 7.95% with 90.48% 6.87%/90.59% 8%, curve to 89.94% 7.99% with 90.43% 7.91%/89.98% 5.32%, curve to 94% 9.24% with 89.93% 8.83%/93.63% 9.91%, curve to 93.04% 8.27% with 93.68% 8.91%/93.36% 8.59%, curve to 94.52% 10.08% with 93.69% 9.05%/94.46% 6.92%, curve to 99.99% 10.67% with 96.34% 10.28%/98.17% 10.47%, vline to 84.93%, line to 99.99% 84.94%, curve to 99.82% 84.23% with 99.97% 84.75%/99.92% 84.51%, hline to 99.82%, curve to 98.41% 85.25% with 99.69% 83.84%/95.8% 83.41%, curve to 98.71% 84.61% with 98.49% 85.31%/98.38% 84.46%, curve to 98.82% 85.35% with 98.74% 84.62%/98.75% 85.31%, curve to 99.97% 85.3% with 98.97% 85.42%/99.8% 85.86%, curve to 99.99% 85.56% with 99.97% 85.39%/99.98% 85.48%, vline to 86.56%, curve to 99.52% 86.69% with 99.83% 86.45%/99.66% 86.43%, curve to 99.68% 87.93% with 99.35% 87.01%/99.68% 87.85%, curve to 99.4% 86.96% with 99.48% 88.79%/99.17% 88.13%, curve to 98.63% 86.75% with 98.93% 88.08%/98.99% 86.85%, curve to 98.48% 88.02% with 98.61% 86.76%/98.77% 87.65%, curve to 97.52% 88.99% with 98.34% 88.2%/97.62% 88.2%, curve to 97.89% 89.81% with 97.48% 89.32%/97.85% 92.81%, curve to 98.45% 88.51% with 98.68% 91.27%/98.15% 88.44%, curve to 99.16% 89.41% with 98.5% 88.54%/98.39% 90.2%, curve to 97.97% 90.54% with 99.01% 92.43%/98.13% 90.18%, curve to 99.19% 90.5% with 97.66% 91.29%/98.95% 92.85%, curve to 99.57% 90.91% with 99.08% 92.85%/99.28% 90.82%, curve to 99.92% 91.72% with 99.88% 91.02%/99.75% 91.72%, curve to 99.99% 91.71% with 99.94% 91.72%/99.97% 91.72%, vline to 93.58%, curve to 99.76% 93.52% with 99.92% 93.56%/99.84% 93.54%, curve to 99.82% 92.82% with 99.78% 93.28%/99.8% 93.05%, curve to 98.94% 92.61% with 99.16% 94.33%/99% 92.63%, curve to 96.73% 92.42% with 98.24% 92.41%/97.44% 92.42%, curve to 95.92% 92.75% with 96.62% 92.42%/96.69% 93.94%, curve to 95.63% 91.37% with 95.68% 92.37%/95.91% 91.19%, curve to 95.18% 92.01% with 95.28% 94.57%/95.29% 92.03%, curve to 94.68% 92.82% with 94.89% 92.01%/94.7% 92.81%, curve to 93.36% 92.93% with 94.31% 92.94%/93.77% 92.81%, curve to 93.31% 93.64% with 93.36% 92.97%/93.56% 93.92%, curve to 91.66% 90.69% with 93.21% 93.53%/92.38% 89.31%, curve to 92.23% 91.54% with 91.85% 90.97%/92.04% 91.25%, curve to 90.83% 93.34% with 92% 91.14%/90.45% 92.21%, curve to 91.69% 93.92% with 91.06% 94.03%/91.63% 91.31%, curve to 88.11% 93.7% with 91.18% 93.14%/88.33% 94.31%, curve to 88.22% 92.66% with 88.08% 93.61%/88.26% 92.77%, curve to 87.45% 92.45% with 88.19% 92.58%/87.54% 92.78%, curve to 87.66% 91.43% with 87.4% 92.26%/87.69% 91.74%, curve to 86.78% 91.91% with 87.64% 91.21%/86.83% 90.85%, curve to 87.25% 92.76% with 86.98% 91.49%/87.54% 91.86%, curve to 86.97% 92.32% with 87.21% 92.87%/87.01% 92.18%, curve to 88.02% 93.32% with 86.54% 93.62%/87.82% 93.31%, curve to 85.04% 93.97% with 87.21% 94.68%/85.97% 93.08%, curve to 85.17% 91.88% with 84.66% 93.08%/85.6% 92.61%, curve to 84.91% 93.21% with 84.29% 90.36%/84.93% 93.09%, curve to 83.94% 92.96% with 84.69% 94.11%/83.94% 89.32%, curve to 83.27% 92.43% with 83.62% 92.42%/83.73% 91.96%, curve to 83.45% 93.19% with 83.33% 92.68%/83.39% 92.94%, curve to 81.97% 89.57% with 82.95% 95.3%/81.89% 89.99%, curve to 82.78% 90.14% with 82.18% 88.48%/82.74% 90.18%, curve to 83.81% 89.68% with 82.85% 90.07%/83.05% 86.38%, curve to 83.29% 86.32% with 84.12% 87.21%/82.6% 88.01%, curve to 80.62% 85.96% with 82.82% 86.6%/80.9% 84.87%, curve to 80.26% 87.32% with 80.59% 86.1%/80.74% 88.57%, curve to 80.48% 86.13% with 80.04% 86.72%/80.58% 86.69%, curve to 75.01% 85.6% with 80.16% 84.4%/75.83% 85.5%, curve to 74.92% 84.84% with 74.96% 85.59%/74.97% 84.84%, curve to 73.88% 85.65% with 74.76% 84.86%/74.17% 86.01%, curve to 73.03% 87.02% with 74.48% 87.07%/73.32% 87.18%, curve to 72.41% 85.15% with 72.58% 86.79%/72.61% 85.44%, curve to 69.93% 84.25% with 71.67% 84.05%/70.51% 87.25%, curve to 68.46% 82.77% with 69.96% 87.22%/68.93% 82.8%, curve to 68.05% 85.91% with 68.09% 82.75%/67.56% 84.72%, curve to 66.15% 86.51% with 67.42% 85.78%/66.75% 86.33%, curve to 66.02% 85.74% with 66.05% 86.54%/66.19% 85.66%, curve to 65.84% 86.71% with 66% 85.77%/65.98% 86.62%, curve to 65% 85.09% with 64.65% 87.46%/65.22% 85.63%, curve to 64.72% 84.59% with 64.88% 84.79%/64.78% 84.64%, curve to 66.43% 84.06% with 65.41% 84.42%/66.21% 84.08%, curve to 64.49% 83.91% with 66.24% 82.16%/64.89% 84.42%, curve to 64.51% 82.84% with 64.48% 83.89%/64.52% 82.84%, curve to 63.61% 84.4% with 64.36% 82.76%/63.41% 83.15%, curve to 64.61% 84.62% with 63.66% 84.73%/64.1% 84.73%, curve to 64.55% 86.07% with 64.48% 84.85%/64.58% 86%, curve to 63.26% 85.35% with 64.25% 86.65%/63.52% 85.5%, curve to 63.19% 86.07% with 63.2% 85.32%/63.2% 86.05%, curve to 62.81% 85.97% with 62.95% 85.9%/63.05% 83.76%, curve to 63.53% 83.83% with 62.38% 83.29%/63.61% 85.57%, curve to 60.72% 85.32% with 63.46% 82.5%/60.72% 83.21%, curve to 60.6% 84.5% with 60.72% 85.1%/60.68% 84.81%, curve to 59.53% 84.4% with 60.43% 83.79%/59.67% 84.01%, curve to 59.49% 86.54% with 59.51% 84.48%/59.52% 86.51%, curve to 58.14% 86.19% with 59.42% 86.58%/58.49% 84.99%, curve to 58.71% 87.06% with 58.33% 86.48%/58.52% 86.77%, curve to 58.12% 88.29% with 57.57% 87.08%/57.75% 87.68%, curve to 58.18% 88.39% with 58.14% 88.3%/58.16% 88.38%, curve to 58.85% 89.44% with 58.47% 88.84%/58.85% 89.28%, curve to 57.32% 88.5% with 58.87% 90.05%/56.95% 90.39%, curve to 57.82% 87.73% with 57.37% 88.24%/58.26% 89.08%, curve to 57.14% 87.73% with 57.74% 87.49%/57.17% 87.87%, curve to 58.04% 84% with 56.94% 86.73%/58.19% 85.41%, curve to 57% 84.98% with 57.73% 85.35%/57.34% 84.64%, curve to 56.78% 86.19% with 56.84% 85.14%/56.8% 86.17%, curve to 56.55% 85.41% with 56.49% 86.45%/56.65% 85.39%, curve to 56.03% 84.56% with 56.5% 85.43%/55.93% 87.72%, curve to 56.67% 86.7% with 54.14% 86.88%/55.51% 86.88%, curve to 55.26% 87.56% with 56.31% 87.85%/55.58% 87.29%, curve to 55.02% 88.92% with 55.14% 87.66%/55.21% 88.71%, curve to 52.19% 87.86% with 54.61% 89.35%/52.69% 88.15%, curve to 52.16% 86.42% with 52.49% 87.49%/52.4% 86.34%, curve to 52.08% 88.2% with 51.93% 86.5%/52.13% 88.03%, curve to 50.73% 87.84% with 52.03% 88.37%/50.91% 87.64%, curve to 50.67% 86.02% with 51.57% 87.29%/51.38% 86.14%, curve to 50.98% 85.04% with 50.77% 85.69%/50.87% 85.36%, curve to 49.44% 84.27% with 50.56% 85.5%/49.68% 83.75%, curve to 49.51% 85.36% with 49.4% 84.36%/49.53% 85.32%, curve to 48.55% 85.12% with 49.3% 85.77%/48.58% 84.79%, curve to 48.71% 86.6% with 48.52% 85.39%/48.83% 86.2%, curve to 48.1% 85.7% with 48.69% 86.68%/48.39% 85.38%, curve to 48.03% 86.78% with 47.99% 85.82%/48.05% 86.72%, curve to 47.52% 85.93% with 47.8% 87.21%/47.93% 85.69%, curve to 46.57% 87.12% with 47.21% 86.12%/46.99% 87.61%, curve to 46.21% 88.8% with 47.95% 89.03%/46.79% 88.23%, curve to 45.64% 89.74% with 46.12% 88.9%/46.19% 90.55%, curve to 45% 88.14% with 46.82% 86.76%/45.3% 88.17%, curve to 44.82% 87.02% with 44.98% 88.11%/44.97% 87.04%, curve to 44.69% 87.81% with 44.81% 87.02%/44.83% 87.76%, curve to 43.95% 86.79% with 43.35% 88.35%/44.2% 87.51%, curve to 43.01% 87.55% with 43.84% 86.48%/43.19% 87.52%, curve to 42.84% 86.81% with 42.97% 87.54%/42.99% 86.78%, curve to 42.13% 87.74% with 42.56% 86.87%/42.31% 87.68%, curve to 41.76% 86.93% with 42.11% 87.73%/42.1% 86.55%, curve to 41.69% 87.82% with 41.67% 87.04%/41.56% 87.47%, curve to 43.54% 88.12% with 42.15% 88.96%/43.02% 86.98%, curve to 42.44% 89.27% with 44.01% 89.16%/42.52% 89.26%, curve to 42.41% 88.55% with 42.42% 89.26%/42.7% 88.67%, curve to 41.32% 90.08% with 42.16% 88.45%/41.7% 90.54%, curve to 41.01% 88.18% with 41.29% 90.04%/41% 88.3%, curve to 41.41% 87.21% with 41.02% 88.1%/41.48% 87.72%, curve to 41.08% 86.78% with 41.4% 87.15%/41.11% 87.16%, curve to 40.84% 81.65% with 41.03% 86.31%/40.9% 81.77%, curve to 40.68% 82.34% with 40.68% 81.38%/40.78% 82.41%, curve to 39.66% 82.42% with 40.46% 82.18%/39.69% 80.84%, curve to 40.04% 82.7% with 39.79% 82.51%/39.92% 82.61%, curve to 39.54% 83.82% with 39.34% 82.86%/39.64% 83.53%, curve to 39.22% 82.63% with 39.43% 84.14%/39.46% 82.76%, curve to 38.19% 83.47% with 39.16% 82.6%/38.17% 82.89%, curve to 38.56% 84.29% with 38.74% 82.55%/38.53% 84.26%, curve to 38.91% 83.46% with 38.66% 84.4%/38.78% 83.44%, curve to 39.12% 85.52% with 39.82% 83.61%/38.9% 85.13%, curve to 39.37% 84.87% with 39.19% 85.64%/39.34% 84.83%, curve to 39.54% 85.99% with 39.47% 85.01%/39.48% 86.08%, curve to 39.53% 84.19% with 39.7% 85.79%/39.52% 84.27%, curve to 39.88% 86.08% with 39.67% 83.24%/40.23% 84.43%, curve to 40.28% 85.47% with 40.09% 86.67%/40.12% 84.67%, curve to 39.98% 86.91% with 40.61% 87.06%/40.12% 86.65%, curve to 38.69% 87.36% with 39.51% 87.86%/39.36% 87.1%, curve to 38.04% 88.49% with 38.44% 87.45%/38.15% 88.43%, curve to 37.27% 90.44% with 37.96% 88.5%/37.29% 85.14%, curve to 36.33% 86.58% with 37.01% 89.92%/36.6% 86.42%, curve to 36.14% 88.68% with 36.09% 86.73%/36.16% 88.61%, curve to 35.71% 88.91% with 36.1% 88.79%/35.81% 88.65%, curve to 35.47% 90.23% with 35.6% 89.23%/35.66% 89.94%, curve to 34.98% 88.92% with 35.01% 90.96%/35.03% 89.05%, curve to 34.55% 90.42% with 34.43% 87.47%/34.67% 90.21%, curve to 32.52% 90.27% with 34.43% 90.62%/32.85% 89.58%, curve to 32.93% 89.11% with 32.65% 89.88%/32.79% 89.5%, curve to 32.42% 87.72% with 32.68% 87.92%/32.43% 89.87%, curve to 31.72% 88.96% with 32.37% 91.18%/31.87% 88.87%, curve to 31.59% 89.61% with 31.66% 89%/31.66% 89.58%, curve to 30.49% 89.55% with 31.3% 89.71%/30.65% 89.25%, curve to 31.69% 93.11% with 29.81% 90.83%/31.55% 92.98%, curve to 30.57% 95.52% with 31.41% 93.07%/29.86% 93.85%, curve to 30.94% 94.16% with 30.68% 95.76%/30.88% 94.22%, curve to 31.06% 95.28% with 31.36% 93.76%/31.03% 95.14%, curve to 31.47% 94.31% with 31.12% 95.49%/31.39% 94.16%, curve to 31.73% 95.65% with 31.49% 94.37%/31.34% 95.62%, curve to 30.27% 96.16% with 31.54% 96.87%/30.42% 95.88%, curve to 29.58% 96.34% with 30.22% 96.26%/30.54% 98.87%, curve to 29.62% 97.07% with 29.59% 96.58%/29.61% 96.82%, curve to 28.01% 97.36% with 29.08% 97.16%/28.55% 97.26%, curve to 27.99% 95.92% with 28.07% 96.8%/28.37% 95.68%, curve to 27.91% 97.34% with 27.77% 96.06%/27.93% 97.3%, curve to 23.59% 97.41% with 27.72% 97.68%/24.26% 97.27%, curve to 22.67% 98.47% with 23.36% 97.45%/22.73% 98.44%, curve to 21.15% 98.06% with 22.38% 98.57%/21.35% 97.92%, curve to 21.03% 99.14% with 21.02% 98.15%/21.14% 99.19%, curve to 21% 98.05% with 20.92% 99.09%/21.03% 98.09%, curve to 18.28% 98.06% with 20.74% 97.69%/18.76% 99%, curve to 19.98% 95.63% with 18.57% 98.34%/20.01% 96.33%, curve to 19.55% 95.14% with 19.98% 95.53%/19.63% 94.77%, curve to 18.8% 96.4% with 19.43% 94.27%/19.03% 96.91%, curve to 18.48% 94.58% with 18.78% 96.34%/18.88% 94.85%, curve to 17.62% 94.35% with 18.34% 94.49%/17.98% 95.65%, curve to 14.17% 94.64% with 17.1% 94.97%/14.36% 93.05%, curve to 14.29% 95.93% with 14.17% 94.73%/14.55% 95.28%, curve to 13.85% 93.61% with 13.95% 96.8%/14.26% 93.87%, curve to 12.63% 94.06% with 13.79% 93.58%/12.67% 93.87%, curve to 13.26% 96.56% with 12.29% 95.7%/13.27% 96.37%, curve to 12.37% 97.22% with 13.22% 97.04%/12.41% 97.33%, curve to 12.21% 95.75% with 12.34% 97.09%/13.01% 94.92%, curve to 12.48% 96.53% with 12.3% 96.01%/12.39% 96.27%, curve to 11.98% 95.43% with 12.11% 97.04%/12.07% 95.53%, curve to 10.93% 94.61% with 11.7% 95.14%/11.39% 97.43%, curve to 11% 92.91% with 10.81% 93.86%/11.01% 93.02%, curve to 10.45% 92.59% with 10.85% 91.9%/10.67% 94.6%, curve to 10.06% 91.22% with 10.44% 92.44%/10.94% 91.23%, curve to 10.24% 91.81% with 10.12% 91.42%/10.18% 91.61%, curve to 9.1% 92.39% with 10.12% 92.24%/9.23% 92.49%, curve to 8.71% 90.87% with 8.75% 92.09%/9.06% 90.7%, curve to 7.92% 91.38% with 8.93% 92.77%/7.86% 93.02%, curve to 6.43% 91.81% with 7.77% 93.44%/6.86% 91.86%, curve to 5.52% 92.57% with 6.16% 91.78%/5.61% 92.67%, curve to 5.26% 90.72% with 5.42% 92.43%/5.45% 91.03%, curve to 4.15% 90.21% with 5.2% 90.64%/4.64% 91.65%, curve to 4.03% 86.96% with 4.06% 89.93%/3.85% 87.56%, curve to 4.9% 86.45% with 4.34% 85.94%/4.91% 87.86%, curve to 3.91% 85.64% with 4.9% 84.95%/4.12% 85.84%, curve to 3.48% 82.65% with 2.95% 84.74%/3.5% 83.14%, curve to 2.87% 81.41% with 3.41% 81.48%/2.89% 81.51%, curve to 3.15% 79.29% with 2.78% 80.94%/3.15% 80.01%, curve to 2.77% 76.35% with 3.16% 78.36%/2.65% 76.67%, curve to 3.43% 77.24% with 2.93% 75.91%/3.4% 77.31%, curve to 3.14% 73.12% with 3.81% 76.34%/3.29% 74.18%, curve to 3.24% 72.16% with 3.1% 72.8%/3.27% 72.26%, curve to 2.75% 74.89% with 2.68% 70.71%/3.12% 75.19%, curve to 2.83% 73.13% with 2.42% 74.63%/2.84% 73.21%, curve to 2.36% 72.46% with 2.81% 73.05%/2.42% 72.96%, curve to 3.31% 68.22% with 2.33% 72.19%/3.35% 69.45%, curve to 2.33% 69.03% with 2.98% 68.49%/2.66% 68.76%, curve to 2.82% 68.44% with 2.3% 67.43%/2.77% 68.6%, curve to 2.66% 66.78% with 2.92% 68.11%/2.65% 67.29%, curve to 2.69% 64.82% with 2.66% 66.46%/2.98% 65.3%, curve to 2.02% 64.64% with 2.59% 64.67%/2.38% 65.79%, curve to 2.37% 61.68% with 3.29% 63.16%/2.41% 62.25%, curve to 2.21% 60% with 2.34% 61.11%/2.94% 59.77%, curve to 2.43% 58.46% with 2.18% 56.86%/2.22% 59.01%, curve to 3.03% 57.53% with 2.69% 57.78%/2.1% 56.75%, curve to 2.19% 56.05% with 2.98% 56.06%/2.23% 56.16%, curve to 2.26% 54.97% with 2.15% 55.94%/2.32% 55.22%, curve to 1.84% 51.61% with 1.56% 52.13%/2.04% 53.43%, curve to 1.66% 50.52% with 1.81% 51.45%/1.15% 50.78%, curve to 3.12% 47.67% with 2.58% 50.04%/2.97% 52.12%, curve to 1.4% 48.66% with 2.44% 45.74%/1.61% 48.6%, curve to 1.38% 47.56% with 1.09% 48.73%/1.42% 47.81%, curve to 1.09% 47.48% with 1.36% 47.48%/1.09% 47.55%, curve to 2.75% 46.84% with 0.89% 44.09%/2.3% 47.42%, curve to 2.39% 45.31% with 2.63% 46.33%/2.51% 45.82%, curve to 2.88% 45.25% with 2.55% 45.29%/2.72% 45.27%, curve to 3.04% 42.11% with 2.11% 44.23%/2.85% 44.86%, curve to 3.16% 40.84% with 3.09% 41.5%/2.58% 42.55%, curve to 2.48% 40.65% with 2.73% 40.44%/2.87% 39.88%, curve to 3.7% 37.74% with 2.49% 39.55%/3.36% 38.31%, curve to 2.14% 38.41% with 2.49% 36.51%/3.18% 40.54%, curve to 2.4% 39.73% with 1.94% 39.77%/2.44% 39.51%, curve to 1.5% 42.09% with 2.25% 40.54%/1.91% 39.26%, curve to 1.3% 43.93% with 1.43% 42.56%/1.72% 43.99%, curve to 0.98% 42.6% with 1.25% 43.92%/0.98% 42.7%, curve to 1.3% 41.6% with 1.02% 41.64%/1.28% 42%, curve to 1.01% 41.34% with 1.3% 41.22%/1.01% 41.44%, curve to 1.22% 40.51% with 1% 40.14%/1.26% 40.88%, curve to 1.46% 37.86% with 1.14% 39.69%/0.07% 37.1%, curve to 1.76% 38.66% with 0.31% 39.22%/1.31% 39.18%, curve to 2.07% 37.56% with 1.88% 38.53%/1.91% 37.81%, curve to 2.64% 37.45% with 2.28% 37.24%/2.53% 37.59%, curve to 3.05% 36.12% with 2.75% 37.31%/2.09% 35.61%, curve to 1.22% 35.05% with 2.56% 34.43%/1.7% 36.23%, curve to 2.06% 31.9% with 0.25% 32.65%/1.89% 32.13%, curve to 1.99% 30.81% with 2.11% 31.84%/1.96% 30.87%, curve to 3.06% 30.36% with 2.04% 30.72%/2.97% 31.16%, curve to 2.69% 29.57% with 3.15% 29.56%/2.72% 30.4%, curve to 3.19% 27.62% with 2.67% 29%/3.8% 28%, curve to 1.86% 27.18% with 2.77% 27.35%/1.99% 29.61%, curve to 3.72% 26.58% with 2.48% 26.98%/3.1% 26.78%, curve to 2.7% 23.8% with 3.38% 25.65%/3.04% 24.73%, curve to 4.66% 23.23% with 3.4% 23.51%/4% 24.55%, curve to 5.19% 20.5% with 3.07% 20.26%/5.17% 20.86%, curve to 4.48% 17.43% with 5.2% 20.28%/4.58% 17.88%, curve to 5.73% 13.08% with 5.03% 16.51%/6.71% 16.05%, curve to 6.33% 11.97% with 5.91% 13.75%/6.34% 12.09%, curve to 5.49% 10.32% with 6.28% 10.66%/5.34% 11.51%, curve to 6.19% 10.66% with 5.67% 8.95%/5.92% 10.81%, curve to 8.62% 4.12% with 7.59% 9.89%/7.21% 3.03%, curve to 8.53% 3.38% with 8.59% 3.87%/8.56% 3.63%, curve to 13.13% 4.55% with 10.07% 3.77%/11.6% 4.16%, curve to 16.1% 1.41% with 13.73% 2.45%/15.32% 1.18%, curve to 17.09% 2.75% with 16.26% 1.46%/17.04% 2.56%, curve to 16.88% 3.95% with 17.2% 3.12%/16.61% 3.26%, curve to 18.15% 3.38% with 16.94% 4.09%/18.24% 4.55%, curve to 17.47% 3.56% with 18% 3.25%/17.55% 3.83%, curve to 21.18% 2.37% with 16.94% 1.59%/20.98% 3.16%, curve to 20.91% 1.23% with 21.09% 1.99%/21% 1.61%, curve to 21.68% 1.79% with 21.17% 1.41%/21.42% 1.6%, close, move to 9.96% 95.88%, curve to 9.2% 96.5% with 9.81% 97.05%/9.42% 96.18%, curve to 8.58% 96.96% with 8.89% 96.97%/8.35% 101.49%, curve to 9.96% 95.88% with 9.04% 96.6%/9.5% 96.24%, close, move to 16.68% 97.63%, curve to 16.86% 95.52% with 16.37% 97%/16.61% 94.47%, curve to 16.68% 97.63% with 16.89% 95.65%/17.1% 98.48%, close, move to 13.45% 96.43%, curve to 13.74% 96.5% with 13.46% 96.4%/13.73% 96.46%, curve to 13.45% 96.43% with 13.98% 97.52%/13.17% 97.31%, close, move to 29.06% 95.13%, curve to 29.18% 96.6% with 28.72% 95.24%/28.97% 97.54%, curve to 29.06% 95.13% with 29.19% 96.53%/29.09% 95.15%, close, move to 28.82% 95.07%, curve to 28.45% 96.77% with 28.56% 93.01%/28.03% 97.18%, curve to 28.82% 95.07% with 28.49% 96.72%/28.83% 95.18%, close, move to 15.58% 96.63%, curve to 16.07% 96.41% with 15.62% 95.84%/15.93% 96.22%, curve to 15.58% 96.63% with 16.07% 97.13%/15.71% 96.54%, close, move to 23.65% 96.41%, curve to 22.48% 96.64% with 23.66% 95.79%/22.55% 95.82%, curve to 23.65% 96.41% with 22.65% 96.29%/23.63% 96.96%, close, move to 26.48% 95.53%, curve to 26.08% 96.14% with 26.45% 95.43%/26.07% 95.59%, curve to 26.48% 95.53% with 26.27% 96.86%/26.61% 96.02%, close, move to 32.12% 95.57%, curve to 32.53% 94.24% with 32.13% 95.4%/31.85% 91.95%, curve to 32.31% 95.61% with 32.63% 94.57%/32.27% 95.49%, curve to 32.49% 95.99% with 32.38% 95.86%/32.44% 95.97%, curve to 31.81% 96.2% with 32.17% 96.28%/31.84% 96.41%, curve to 32.12% 95.57% with 31.66% 95.21%/32.11% 95.63%, close, move to 35.07% 92.97%, curve to 35.65% 92.94% with 35.14% 92.4%/35.55% 92.7%, curve to 35.78% 94.37% with 35.66% 93.01%/35.6% 94.47%, curve to 36% 92.99% with 35.93% 94.27%/35.71% 92.74%, curve to 35.92% 94.4% with 36.29% 93.23%/35.9% 94.32%, curve to 36.4% 94.71% with 35.96% 94.5%/36.42% 93.82%, curve to 35.78% 95.07% with 36.39% 95.37%/35.9% 94.93%, curve to 35.55% 96.11% with 35.63% 95.25%/35.81% 96.34%, curve to 35.45% 93.93% with 35.39% 95.96%/35.48% 94.04%, curve to 35.07% 92.98% with 35.42% 93.85%/34.85% 94.96%, vline to 92.97%, close, move to 10.36% 95.61%, curve to 10.85% 95.03% with 10.35% 94.98%/10.83% 94.94%, curve to 10.36% 95.61% with 11.01% 95.63%/10.54% 96.39%, close, move to 32.86% 94.33%, curve to 32.57% 95.91% with 33.33% 94.82%/32.99% 95.48%, curve to 32.86% 94.33% with 32.7% 95.54%/32.71% 94.17%, close, move to 19.55% 95.14%, curve to 19.59% 95.88% with 19.57% 95.28%/19.58% 95.51%, curve to 19.55% 95.14% with 19.53% 95.47%/19.53% 95.26%, close, move to 20.65% 95.8%, curve to 20.27% 95.52% with 21.02% 94.67%/20.26% 94.72%, curve to 20.65% 95.8% with 20.27% 95.82%/20.63% 95.84%, close, move to 29.5% 95.24%, curve to 29.22% 94.28% with 29.47% 95.12%/30% 91.74%, curve to 29.21% 95.35% with 29.63% 94.68%/29.2% 95.05%, curve to 30.07% 95.75% with 29.22% 96.2%/29.92% 95.39%, curve to 29.5% 95.24% with 30.19% 94.22%/29.61% 95.6%, hline to 29.5%, close, move to 39.81% 94.35%, curve to 40.4% 93.8% with 39.91% 93.45%/40.2% 93.74%, curve to 39.81% 94.35% with 40.31% 94.69%/40.01% 94.4%, close, move to 93.05% 93.92%, curve to 92.75% 92.54% with 91.67% 94.75%/91.49% 91.1%, curve to 93.05% 93.92% with 92.78% 92.57%/93.13% 93.55%, close, move to 81.22% 92.98%, curve to 81.8% 91.78% with 81.09% 91.39%/81.52% 91.13%, curve to 81.83% 93.86% with 81.86% 91.93%/82.1% 93.54%, curve to 81.22% 92.98% with 81.84% 91.93%/81.42% 91.2%, close, move to 33.13% 93.31%, curve to 33.91% 93.16% with 33.27% 92.25%/33.69% 93%, curve to 33.13% 93.31% with 33.77% 94.04%/33.33% 93.64%, close, move to 88.52% 92.02%, curve to 88.3% 93.39% with 88.37% 91.9%/88.28% 93.27%, curve to 88.52% 92.02% with 88.41% 93.92%/88.68% 92.8%, close, move to 31.77% 93.15%, curve to 32.35% 93.47% with 31.75% 92.51%/32.31% 91.9%, curve to 31.77% 93.15% with 32.23% 93.36%/31.79% 93.54%, close, move to 40.02% 93.32%, curve to 40.52% 92.74% with 39.94% 93%/40.39% 92.42%, curve to 40.02% 93.32% with 40.51% 93.41%/40.08% 93.53%, close, move to 86.18% 92.49%, curve to 85.69% 92.89% with 86.05% 92.37%/85.72% 92.33%, curve to 86.18% 92.49% with 85.64% 93.59%/86.12% 93.35%, close, move to 89.89% 91.3%, curve to 89.87% 92.73% with 90.3% 92.62%/89.85% 91.35%, curve to 90.36% 91.49% with 90.14% 92.78%/90.83% 92.85%, curve to 89.89% 91.3% with 90.27% 91.22%/90.02% 91.39%, close, move to 89.52% 90.84%, curve to 89.43% 92.6% with 89.47% 91.29%/89.18% 92.7%, curve to 89.52% 90.84% with 89.55% 92.55%/89.74% 90.98%, close, move to 37.3% 90.82%, curve to 37.14% 91.85% with 37.55% 91.12%/37.31% 92.25%, curve to 37.3% 90.82% with 37.13% 91.81%/37.08% 90.55%, close, move to 89.31% 91.14%, curve to 87.85% 91.83% with 89.25% 90.93%/87.76% 90.12%, curve to 89.31% 91.14% with 87.97% 91.63%/89.68% 92.51%, close, move to 78.1% 90.73%, curve to 77.94% 91.76% with 78.37% 90.75%/78.08% 92.35%, curve to 78.1% 90.73% with 77.89% 91.53%/78.03% 90.74%, close, move to 31.02% 91.68%, curve to 31.04% 90.61% with 30.75% 92.56%/30.81% 89.59%, curve to 31.02% 91.68% with 31.05% 90.66%/31.03% 91.65%, close, move to 80.22% 91.66%, curve to 80.71% 89.25% with 79.3% 92.63%/79.52% 87.52%, curve to 80.59% 89.93% with 80.67% 89.47%/80.63% 89.7%, curve to 80.35% 90.58% with 81.96% 90.7%/80.69% 90.29%, curve to 80.22% 91.66% with 80.23% 90.69%/80.33% 91.54%, line to 80.22% 91.66%, close, move to 76.71% 90.63%, curve to 77.99% 88.89% with 75.83% 87%/77.51% 89.36%, curve to 77.74% 91.7% with 77.52% 90.39%/76.92% 90.16%, curve to 76.99% 90.43% with 76.54% 91.99%/77.04% 90.55%, curve to 76.71% 90.63% with 76.93% 90.3%/76.75% 90.79%, close, move to 79.03% 90.61%, curve to 79.6% 91.12% with 79.08% 90.5%/79.46% 91.24%, curve to 79.03% 90.61% with 79.41% 92.36%/78.69% 91.33%, close, move to 9.67% 90.77%, curve to 9.18% 91.35% with 9.46% 90.7%/9.05% 90.33%, curve to 9.67% 90.77% with 9.2% 91.44%/9.67% 91.33%, close, move to 84.96% 90.36%, curve to 84.16% 91.23% with 84.9% 90.24%/83.77% 90.16%, curve to 84.96% 90.36% with 84.28% 91.55%/85.32% 91.41%, close, move to 90.88% 90.48%, curve to 90.39% 90.88% with 90.78% 90.47%/90.4% 90.65%, curve to 90.88% 90.48% with 90.36% 91.67%/90.84% 91.24%, close, move to 8.62% 89.77%, curve to 8.03% 90.32% with 8.59% 89.67%/7.96% 89.85%, curve to 8.62% 89.77% with 8.16% 91.21%/8.71% 90.12%, close, move to 38.22% 88.54%, curve to 38.36% 89.57% with 38.28% 88.51%/38.35% 89.56%, curve to 39.01% 90.54% with 38.41% 89.59%/39.38% 89.18%, curve to 37.37% 90.11% with 38.94% 90.76%/37.55% 90.24%, curve to 38.04% 89.89% with 37.3% 88.66%/37.89% 90.04%, curve to 38.22% 88.54% with 38.06% 89.86%/38.08% 88.65%, line to 38.22% 88.54%, close, move to 88.94% 87.81%, curve to 88.71% 87.04% with 88.87% 87.83%/88.95% 86.56%, curve to 88.87% 88.87% with 88.6% 87.26%/88.95% 88.6%, curve to 88.48% 88.95% with 88.82% 89.03%/88.57% 88.53%, curve to 88.8% 90.29% with 88.46% 89.09%/88.72% 90.34%, curve to 88.92% 89.22% with 88.9% 90.22%/88.8% 89.22%, curve to 90.02% 89.89% with 89.31% 89.2%/89.65% 89.9%, curve to 90.08% 89.19% with 90.05% 89.89%/89.8% 89.18%, curve to 90.72% 90.08% with 90.12% 89.19%/90.38% 90.24%, curve to 92.95% 88.85% with 91.46% 86.85%/92.01% 90.02%, curve to 92.17% 87.7% with 92.91% 88.55%/92.21% 87.74%, curve to 89.14% 87.1% with 91.38% 87.17%/89.97% 87.11%, curve to 88.94% 87.81% with 88.93% 87.1%/89.03% 87.79%, close, move to 9.78% 90.06%, curve to 9.11% 89.53% with 9.68% 88.8%/9.33% 89.6%, curve to 9.78% 90.06% with 9.19% 90.67%/9.56% 89.78%, close, move to 97.41% 89.31%, curve to 96.93% 89.36% with 97.3% 89.36%/96.95% 88.98%, curve to 97.41% 89.31% with 96.89% 89.86%/97.39% 90.17%, close, move to 43.7% 88.9%, curve to 43.99% 88.97% with 43.72% 88.86%/43.98% 88.93%, curve to 43.7% 88.9% with 44.23% 89.99%/43.43% 89.78%, close, move to 50.11% 89.14%, curve to 50.59% 89.62% with 50.31% 88.99%/50.52% 88.59%, curve to 50.11% 89.14% with 50.46% 89.46%/50.09% 89.86%, close, move to 58.95% 89.11%, curve to 59.63% 88.76% with 58.91% 87.77%/59.52% 88.63%, curve to 58.95% 89.11% with 59.59% 89.36%/58.98% 90.08%, close, move to 80.9% 89.29%, curve to 81.49% 88.73% with 80.99% 88.4%/81.29% 88.66%, curve to 80.9% 89.29% with 81.45% 89.39%/81.04% 89.23%, close, move to 7.47% 88.75%, curve to 6.69% 89.26% with 7.3% 87.5%/6.49% 88.43%, curve to 7.47% 88.75% with 6.72% 89.36%/7.36% 88.71%, close, move to 34.08% 89.25%, curve to 33.5% 88.92% with 34.41% 88.25%/33.72% 87.95%, curve to 34.08% 89.25% with 33.6% 88.85%/34.05% 89.31%, close, move to 56.83% 88.38%, curve to 57.21% 88.49% with 56.85% 88.34%/57.2% 88.44%, curve to 56.83% 88.38% with 57.5% 89.52%/56.5% 89.25%, close, move to 48% 87.51%, curve to 49.16% 88.17% with 48.13% 86.69%/48.97% 87.35%, curve to 48% 87.51% with 48.98% 89.36%/47.85% 88.53%, close, move to 94% 87.34%, curve to 93.83% 88.37% with 93.78% 87.07%/93.82% 88.31%, curve to 94% 87.34% with 94% 88.77%/94.25% 87.65%, close, move to 9.52% 88.2%, curve to 8.86% 87.67% with 9.45% 87.06%/9.07% 87.94%, curve to 9.52% 88.2% with 8.92% 88.57%/9.35% 88.32%, close, move to 75.77% 88.31%, curve to 76.87% 86.44% with 75.49% 87.07%/76.63% 85.65%, curve to 75.77% 88.31% with 76.89% 87.2%/75.81% 88.47%, close, move to 77.45% 86.96%, curve to 77.72% 88.1% with 77.55% 86.69%/77.8% 87.56%, curve to 77.45% 86.96% with 77.6% 88.78%/77.42% 87.06%, close, move to 33.04% 87.55%, curve to 32.64% 88.15% with 33.02% 86.66%/32.54% 87.72%, curve to 33.04% 87.55% with 32.71% 88.41%/33.06% 88.1%, close, move to 87.07% 86.24%, curve to 86.66% 87.93% with 87.03% 86.11%/86.4% 87.02%, curve to 86.91% 87.27% with 86.84% 88.55%/86.87% 87.27%, curve to 87.07% 86.24% with 86.96% 87.28%/87.97% 88.84%, close, move to 69.37% 87.53%, curve to 70.15% 87.56% with 69.61% 87.19%/69.9% 87.58%, curve to 69.37% 87.53% with 70.05% 88.11%/69.48% 88.26%, close, move to 34.89% 87.3%, curve to 34.16% 87.84% with 34.84% 86.94%/33.26% 86.73%, curve to 34.89% 87.3% with 34.21% 87.9%/35.07% 88.39%, close, move to 99.99% 87.82%, vline to 87.97%, curve to 99.97% 87.82% with 99.98% 87.92%/99.97% 87.87%, curve to 99.99% 87.82% with 99.97% 87.82%/99.98% 87.82%, close, move to 97.26% 87.11%, curve to 96.78% 86.63% with 97.34% 86.46%/96.91% 86.29%, curve to 97.26% 87.11% with 96.75% 87.42%/97.25% 87.2%, close, move to 70.17% 86.66%, curve to 70.75% 86.64% with 70.31% 86.29%/70.57% 86.68%, curve to 70.17% 86.66% with 70.72% 87.24%/70.23% 87.27%, close, move to 60.09% 85.98%, curve to 60.73% 85.44% with 60.37% 86.34%/60.72% 86.17%, curve to 60.77% 85.8% with 60.73% 85.55%/60.75% 85.68%, curve to 61.23% 85.83% with 60.79% 85.92%/61.1% 85.58%, curve to 60.4% 84.63% with 62.02% 87.32%/58.17% 86.71%, curve to 60.09% 85.98% with 60.3% 85.08%/60.19% 85.53%, close, move to 46.87% 85.77%, curve to 46.37% 86.35% with 46.71% 84.88%/46.26% 86%, curve to 46.87% 85.77% with 46.46% 86.59%/47.03% 86.67%, close, move to 53.1% 85.24%, curve to 52.6% 86.18% with 53.05% 85.09%/52.61% 85.71%, curve to 53.1% 85.24% with 52.85% 86.68%/53.32% 85.98%, close, move to 45.63% 84.72%, curve to 45.41% 86.1% with 45.53% 84.59%/45.4% 86.03%, curve to 45.63% 84.72% with 45.51% 86.62%/45.8% 85.53%, close, move to 53.97% 85.12%, curve to 53.57% 85.72% with 53.89% 84.86%/53.6% 85.1%, curve to 53.97% 85.12% with 53.71% 86.02%/54.18% 85.72%, close, move to 34.85% 84.78%, curve to 34.34% 85.72% with 34.66% 84.27%/34.2% 85.21%, curve to 34.85% 84.78% with 34.43% 86.03%/35.05% 85.36%, close, move to 44.65% 85.01%, curve to 44.26% 85.08% with 44.52% 84.09%/44.15% 84.16%, curve to 44.65% 85.01% with 44.28% 85.17%/44.6% 85.67%, close, move to 99.99% 84.94%, curve to 99.97% 85.3% with 100.01% 85.1%/100% 85.21%, curve to 99.99% 84.94% with 99.97% 85.18%/99.98% 85.07%, close, move to 47.17% 85.13%, curve to 46.61% 84.26% with 47.49% 83.94%/46.84% 84.22%, curve to 47.17% 85.13% with 46.6% 84.94%/47.14% 85.2%, close, move to 31.17% 83.81%, curve to 31.44% 84.96% with 31.14% 83.88%/31.33% 85.64%, curve to 31.17% 83.81% with 31.53% 84.42%/31.28% 83.54%, close, move to 32.03% 84.75%, curve to 31.56% 83.74% with 32.23% 84.15%/31.77% 82.32%, curve to 32.03% 84.75% with 31.46% 84.46%/31.99% 84.84%, close, move to 43.51% 83.81%, curve to 43.98% 84.3% with 43.25% 84.31%/43.89% 85.2%, curve to 43.51% 83.81% with 43.86% 84.22%/43.6% 83.64%, close, move to 52.37% 82.89%, curve to 52.14% 84.63% with 51.55% 80.29%/51.99% 85.03%, curve to 52.37% 82.89% with 52.16% 84.57%/52.38% 82.98%, close, move to 5.44% 83.53%, curve to 5.81% 84.34% with 5.32% 83.89%/5.75% 85.21%, curve to 5.44% 83.53% with 5.84% 83.8%/5.51% 83.3%, close, move to 64.72% 84.59%, curve to 64.61% 84.62% with 64.68% 84.6%/64.65% 84.61%, curve to 64.72% 84.59% with 64.64% 84.57%/64.67% 84.56%, close, move to 41.15% 80.31%, curve to 41.71% 81.17% with 41.72% 83.98%/41.66% 81.17%, curve to 42.28% 82.04% with 41.82% 81.21%/42.08% 82.21%, curve to 41.58% 83.29% with 42.05% 82.46%/41.81% 82.87%, curve to 43.4% 84.31% with 41.76% 83.55%/43.37% 84.91%, curve to 42.93% 83.65% with 43.45% 83.46%/42.95% 83.73%, curve to 42.78% 81.09% with 42.91% 83.54%/42.83% 81.19%, curve to 41.15% 80.31% with 42.71% 80.95%/41.36% 80.9%, close, move to 50.65% 83.3%, curve to 50.88% 84.3% with 50.78% 83.58%/50.82% 84.51%, curve to 50.98% 83.09% with 50.9% 84.22%/50.91% 83.32%, curve to 50.65% 83.3% with 50.87% 83.16%/50.76% 83.23%, close, move to 46.33% 83.47%, curve to 45.75% 83.67% with 46.3% 83.4%/45.74% 83.06%, curve to 46.33% 83.47% with 45.9% 84.13%/46.65% 84.26%, close, move to 40.11% 83.62%, curve to 40.71% 83.07% with 39.95% 82.54%/40.68% 82.94%, curve to 40.11% 83.62% with 40.83% 83.81%/40.25% 84.52%, close, move to 32.7% 81.9%, curve to 32.84% 83.16% with 32.34% 79.76%/32.51% 82.47%, curve to 32.7% 81.9% with 32.93% 82.2%/32.76% 82.25%, close, move to 31.53% 80.3%, curve to 30.54% 81.48% with 31.43% 79.92%/30.38% 80.34%, curve to 31.23% 80.94% with 30.6% 81.88%/31.2% 80.86%, curve to 31.4% 82.06% with 31.27% 81.07%/31.08% 82.31%, curve to 31.53% 80.3% with 31.38% 81.64%/31.57% 80.44%, close, move to 32.4% 80.53%, curve to 32.23% 81.92% with 32.04% 78.9%/31.96% 81.91%, curve to 32.4% 80.53% with 32.34% 81.92%/32.45% 80.76%, close, move to 33.89% 80.79%, curve to 33.17% 81.09% with 33.76% 80.5%/33.41% 80.08%, curve to 34.13% 81.34% with 33.49% 81.17%/33.81% 81.26%, curve to 33.89% 80.79% with 34.17% 80.78%/34% 81.04%, hline to 33.89%, close, move to 3.18% 56.2%, curve to 2.87% 55.33% with 3.1% 55.86%/3.05% 54.74%, curve to 3.4% 57.8% with 3.05% 56.15%/3.23% 56.98%, curve to 3.18% 56.2% with 3.54% 55.92%/3.27% 56.57%, close, move to 2.5% 49.28%, curve to 2.71% 48.27% with 2.52% 49.2%/2.39% 46.35%, curve to 1.52% 49.57% with 2.93% 49.58%/1.74% 50.86%, curve to 2.5% 49.28% with 1.76% 48.97%/2.28% 49.66%, close, move to 0.9% 36.28%, curve to 0.41% 36.68% with 1.18% 37.14%/0.48% 37.93%, curve to 0.9% 36.28% with 0.4% 36.45%/0.85% 36.12%, close, move to 1.86% 37.24%, curve to 2.25% 36.64% with 1.64% 36.68%/2.11% 36.31%, curve to 1.86% 37.24% with 2.27% 37.18%/1.89% 37.32%, close, move to 0.85% 33.75%, curve to 0.45% 34.35% with 1.06% 34.31%/0.59% 34.68%, curve to 0.85% 33.75% with 0.44% 33.81%/0.82% 33.67%, close, move to 0.24% 24.95%, curve to 1.69% 25.33% with 0.86% 26.16%/0.41% 27.77%, curve to 1.56% 27.27% with 1.16% 27.06%/1.67% 26.57%, curve to 1.34% 28.47% with 1.48% 27.82%/1.16% 27.36%, curve to 0% 27.4% with 1.1% 27.27%/0.05% 27.6%, hline to 0.01%, curve to 0.24% 24.95% with -0.02% 27.29%/0.05% 24.57%, close, move to 0.74% 24.54%, curve to 1.81% 24.28% with 0.76% 23.7%/1.65% 24.29%, curve to 0.74% 24.54% with 1.72% 25.06%/0.71% 25.5%, close, move to 3.78% 17.96%, curve to 4.27% 17.37% with 3.53% 17.33%/4.11% 17.07%, curve to 3.78% 17.96% with 4.28% 17.87%/3.81% 18.01%, close, move to 4.36% 10.18%, hline to 4.36%, curve to 4.49% 11.28% with 4.67% 10.41%/4.48% 11.23%, curve to 5.09% 10.38% with 5.16% 12.5%/4.99% 10.61%, curve to 5.65% 11.25% with 5.31% 9.91%/5.28% 12.2%, curve to 5.62% 12.89% with 5.03% 12.66%/5.6% 12.07%, curve to 4.47% 12.03% with 5.68% 16.24%/4.78% 11.33%, curve to 4.64% 13.5% with 4.43% 12.13%/4.75% 13.19%, curve to 4.36% 10.18% with 4.28% 14.48%/3.16% 9.31%, close, move to 60.82% 11.33%, curve to 60.36% 10.14% with 61.09% 10.48%/60.48% 9.48%, curve to 60.82% 11.33% with 60.31% 10.47%/60.71% 11.7%, close, move to 56.52% 7.68%, curve to 56.27% 10.86% with 56.21% 7.86%/55.88% 11.41%, curve to 56.52% 7.68% with 56.31% 10.77%/56.56% 8.17%, close, move to 77.18% 9.51%, curve to 77.11% 10.57% with 76.85% 8.25%/76.87% 10.59%, curve to 77.18% 9.51% with 77.19% 10.55%/77.19% 9.57%, close, move to 64.64% 9.82%, curve to 64.24% 10.43% with 64.61% 9.74%/64.23% 9.89%, curve to 64.64% 9.82% with 64.39% 10.75%/64.85% 10.38%, close, move to 77.28% 9.17%, curve to 77.66% 9.64% with 77.09% 9.6%/77.42% 11.3%, curve to 77.28% 9.17% with 77.54% 9.77%/77.31% 9.15%, close, move to 57.86% 9.11%, curve to 58.14% 9.55% with 57.56% 10%/58.2% 10.72%, curve to 57.86% 9.11% with 58.13% 9.49%/57.87% 9.08%, close, move to 87.78% 9.05%, curve to 88.06% 9.49% with 87.56% 9.8%/88.25% 10.8%, curve to 87.78% 9.05% with 88.05% 9.43%/87.79% 9.01%, close, move to 90.78% 9.48%, curve to 90.19% 10.04% with 90.61% 9.23%/89.91% 9.31%, curve to 90.78% 9.48% with 90.23% 10.15%/90.76% 10.17%, close, move to 5.11% 9.48%, curve to 5.6% 8.72% with 5.02% 8.2%/5.53% 8.5%, curve to 5.11% 9.48% with 5.63% 8.82%/5.22% 11.16%, close, move to 75.05% 9.31%, curve to 74.36% 9.84% with 74.88% 9.47%/74.43% 9.17%, curve to 75.05% 9.31% with 74.57% 9.7%/75.1% 10.65%, close, move to 59.22% 9.11%, curve to 58.62% 9.68% with 58.96% 7.71%/58.51% 7.85%, curve to 59.22% 9.11% with 59.11% 9.55%/58.56% 8.03%, close, move to 78.38% 7.67%, curve to 78.15% 9.4% with 78.24% 7.57%/78.14% 9.31%, curve to 78.38% 7.67% with 78.3% 10.19%/78.51% 8.35%, close, move to 68.15% 9.11%, curve to 67.76% 9.19% with 68.14% 8.37%/67.71% 8.71%, curve to 68.15% 9.11% with 67.79% 9.35%/68.16% 9.72%, close, move to 82.16% 8.11%, curve to 81.76% 8.55% with 82.18% 6.99%/81.49% 7.62%, curve to 82.16% 8.11% with 81.83% 8.78%/82.15% 8.48%, close, move to 88.69% 6.77%, curve to 89.65% 7.39% with 88.24% 8.1%/90.16% 9.04%, curve to 88.69% 6.77% with 89.61% 7.27%/88.74% 6.66%, close, move to 91.84% 7.6%, curve to 92.12% 5.16% with 91.76% 7.45%/91.8% 3.71%, curve to 92% 6.56% with 92.16% 5.35%/91.97% 6.33%, curve to 92.76% 7.12% with 92.03% 6.69%/92.73% 7.21%, curve to 92.79% 5.69% with 92.8% 7.02%/92.76% 5.83%, curve to 93.5% 6.61% with 92.84% 5.54%/93.27% 6.59%, curve to 94.01% 5.62% with 93.93% 6.62%/93.98% 5.63%, curve to 94.5% 6.33% with 94.12% 5.62%/94.29% 6.33%, curve to 98% 7.59% with 95.56% 6.32%/97.17% 5.47%, curve to 95.81% 7.92% with 97.26% 6.74%/96.55% 7.64%, curve to 95.49% 7.12% with 96.03% 5.84%/94.72% 9.52%, curve to 91.84% 7.6% with 95.13% 7.64%/92.1% 8.06%, close, move to 55.28% 6.63%, curve to 54.4% 7.12% with 55.47% 5.36%/54.48% 5.65%, curve to 55.28% 6.63% with 54.53% 7.33%/55.26% 6.78%, close, move to 59.86% 3.52%, curve to 60.52% 2.07% with 59.95% 3.29%/60.04% 0.8%, hline to 60.52%, curve to 60.53% 3.26% with 60.66% 2.44%/60.5% 3.05%, curve to 60.61% 4.79% with 60.54% 3.37%/60.97% 4.59%, curve to 60.26% 2.91% with 60.05% 5.1%/60.56% 2.94%, curve to 59.69% 4.55% with 60.22% 2.91%/59.66% 4.26%, curve to 59.89% 4.42% with 59.7% 4.59%/59.87% 4.31%, curve to 59.96% 5.71% with 60% 4.88%/59.95% 5.66%, curve to 61.03% 5.63% with 60.01% 5.8%/60.9% 4.48%, curve to 59.56% 6.68% with 61.07% 6.01%/59.61% 6.87%, curve to 59.5% 4.18% with 59.52% 6.56%/59.53% 4.4%, curve to 58.81% 4.68% with 59.48% 4.07%/58.89% 4.88%, curve to 58.76% 4.51% with 58.79% 4.62%/58.77% 4.56%, curve to 58.34% 4.38% with 58.85% 5.18%/58.32% 5.13%, curve to 58.73% 4.31% with 58.35% 4.08%/58.71% 4.25%, curve to 58.74% 4.38% with 58.73% 4.33%/58.74% 4.36%, curve to 59.64% 2.38% with 58.67% 3.56%/59.9% 3.6%, curve to 59.86% 3.52% with 60% 1.72%/59.59% 4.16%, close, move to 60.96% 4.17%, curve to 61.58% 2.18% with 61.36% 3.38%/61.14% 1.67%, curve to 61.47% 2.86% with 61.55% 2.41%/61.51% 2.64%, curve to 63.55% 3.4% with 62.1% 2.31%/62.83% 3.41%, curve to 63.77% 2.38% with 63.74% 3.39%/63.53% 2%, curve to 64.07% 4.27% with 63.96% 2.69%/64.17% 3.98%, curve to 63.45% 3.58% with 64.04% 4.34%/63.65% 3.5%, curve to 62.98% 5.07% with 62.87% 3.84%/63.02% 5.03%, curve to 62.38% 4.3% with 62.94% 5.1%/62.58% 4.26%, curve to 60.96% 4.17% with 61.88% 4.4%/61.65% 5.13%, close, move to 85.04% 4.73%, curve to 85.63% 4.53% with 85.07% 3.98%/85.48% 4.64%, curve to 85.04% 4.73% with 85.6% 5.28%/85.19% 4.62%, close, move to 23.67% 3.75%, curve to 24.24% 4.26% with 23.55% 4.98%/24.49% 5.29%, curve to 23.67% 3.75% with 24.19% 4.03%/23.79% 3.76%, close, move to 27.93% 4.5%, curve to 27.55% 4.23% with 28.06% 4.16%/27.55% 3.27%, curve to 27.93% 4.5% with 27.55% 4.53%/27.91% 4.54%, close, move to 69.72% 3.4%, curve to 70.1% 3.69% with 69.74% 3.36%/70.09% 3.63%, curve to 69.72% 3.4% with 70.33% 5%/69.19% 4.25%, close, move to 33.11% 2.98%, curve to 33.59% 3.11% with 32.67% 3.79%/34% 4.14%, curve to 33.11% 2.98% with 33.57% 3.06%/33.13% 2.94%, close, move to 34.96% 2.75%, curve to 34.37% 2.78% with 34.85% 2.8%/34.38% 2.4%, curve to 34.96% 2.75% with 34.37% 3.38%/34.9% 3.79%, close, move to 78.47% 3.01%, curve to 79.25% 2.49% with 78.42% 1.62%/79.04% 2.67%, curve to 78.47% 3.01% with 79.31% 3.88%/78.69% 2.83%, close, move to 74.55% 1.98%, curve to 74.4% 2.66% with 77.17% 0.88%/76.59% 3.85%, curve to 74.55% 1.98% with 74.39% 1.77%/74.39% 2.05%, close, move to 77.9% 2.14%, curve to 77.31% 2.7% with 77.81% 3.03%/77.51% 2.77%, curve to 77.9% 2.14% with 77.35% 2.08%/77.76% 2.3%, close, move to 22.54% 1.84%, curve to 23.3% 2.57% with 22.71% 0.71%/23.43% 2.1%, curve to 22.54% 1.84% with 23.27% 2.67%/22.48% 2.46%, close, move to 69.94% 2.2%, curve to 70.72% 1.7% with 69.88% 0.86%/70.66% 1.4%, curve to 69.94% 2.2% with 70.96% 2.91%/70% 1.91%, close, move to 82.18% 1.81%, curve to 82.97% 1.31% with 82.32% 0.76%/82.72% 1.3%, curve to 82.18% 1.81% with 82.85% 2.22%/82.4% 1.83%, close, move to 80.35% 0.98%, curve to 80.74% 1.09% with 80.38% 0.95%/80.72% 1.04%, curve to 80.35% 0.98% with 81.03% 2.12%/80.03% 1.86%, close, move to 3.93% 0.01%, curve to 4.22% 0.08% with 3.95% -0.02%/4.2% 0.04%, curve to 3.93% 0.01% with 4.45% 1.1%/3.65% 0.89%, close);
  font-weight: 900;
  text-align: left;
  padding: 8px;
  color: #ffffff;
}
.markers ul li.marker-item-new {
  background-color: #24860C;
}
.markers ul li.marker-item-sale {
  background-color: #ED1C24;
}
.markers ul li.marker-item-gift {
  background-color: #1CAEED;
}