@charset "UTF-8";
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
em,
img,
ins,
small,
strong,
sub,
sup,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
footer,
header,
nav,
section,
time,
mark,
audio,
video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

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

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

main {
  display: block;
}

p,
a,
span,
h1,
h2,
h3,
h4,
h5,
h6 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img {
  height: auto;
  max-width: 100%;
}

@media only screen and (min-width: 576px) {
  .Vlt-S-only {
    display: none !important;
  }
}

@media only screen and (max-width: 575px) {
  .Vlt-M-only {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) {
  .Vlt-M-only {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .Vlt-L-plus {
    display: none !important;
  }
}

@media only screen and (max-width: 575px) {
  .Vlt-M-plus {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) {
  .Vlt-M-less {
    display: none !important;
  }
}

.Vlt-grid {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-left: -16px;
  margin-right: -16px;
}

.Vlt-grid--nowrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
}

.Vlt-grid--flush {
  margin-left: 0;
  margin-right: 0;
}

.Vlt-grid--flush > .Vlt-col {
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (min-width: 768px) {
  .Vlt-grid--narrow {
    margin-left: -8px;
    margin-right: -8px;
  }
}

@media only screen and (min-width: 768px) {
  .Vlt-grid--narrow .Vlt-col {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media only screen and (max-width: 767px) {
  .Vlt-grid--narrow .Vlt-col:not([class*='Vlt-col--M']), .Vlt-grid--narrow .Vlt-col:not([class*='Vlt-col--S']) {
    margin-bottom: 4px;
    margin-top: 4px;
  }
}

.Vlt-grid__separator {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 100% !important;
          flex: 0 0 100% !important;
  max-width: 100% !important;
}

.Vlt-grid__separator--spaced {
  height: 1.5rem;
}

.Vlt-grid__separator--tall {
  height: 2.5rem;
}

.Vlt-grid--middle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.Vlt-grid--bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.Vlt-grid--margin1 {
  margin-bottom: 8px;
  margin-top: 8px;
}

.Vlt-grid--margin2 {
  margin-bottom: 16px;
  margin-top: 16px;
}

.Vlt-grid--margin3 {
  margin-bottom: 24px;
  margin-top: 24px;
}

.Vlt-grid--margin4 {
  margin-bottom: 32px;
  margin-top: 32px;
}

.Vlt-grid--margin-top1 {
  margin-top: 8px;
}

.Vlt-grid--margin-top2 {
  margin-top: 16px;
}

.Vlt-grid--margin-top3 {
  margin-top: 24px;
}

.Vlt-grid--margin-top4 {
  margin-top: 32px;
}

.Vlt-grid--margin-bottom1 {
  margin-bottom: 8px;
}

.Vlt-grid--margin-bottom2 {
  margin-bottom: 16px;
}

.Vlt-grid--margin-bottom3 {
  margin-bottom: 24px;
}

.Vlt-grid--margin-bottom4 {
  margin-bottom: 32px;
}

.Vlt-col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .Vlt-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .Vlt-col:not([class*='Vlt-col--M']), .Vlt-col:not([class*='Vlt-col--S']) {
    margin-bottom: 8px;
    margin-top: 8px;
  }
}

.Vlt-col--full {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

@media only screen and (min-width: 768px) {
  .Vlt-col--1of2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .Vlt-col--1of3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .Vlt-col--2of3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66%;
            flex: 0 0 66.66%;
    max-width: 66.66%;
  }
  .Vlt-col--1of4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .Vlt-col--2of4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .Vlt-col--3of4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .Vlt-col--center {
    text-align: center;
  }
  .Vlt-col--right {
    text-align: right;
  }
}

@media only screen and (max-width: 575px) {
  .Vlt-col--S-1of2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .Vlt-col--S-1of3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .Vlt-col--S-2of3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66%;
            flex: 0 0 66.66%;
    max-width: 66.66%;
  }
  .Vlt-col--S-1of4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .Vlt-col--S-2of4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .Vlt-col--S-3of4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .Vlt-col--S-center {
    text-align: center;
  }
  .Vlt-col--S-right {
    text-align: right;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .Vlt-col--M-1of2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .Vlt-col--M-1of3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .Vlt-col--M-2of3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66%;
            flex: 0 0 66.66%;
    max-width: 66.66%;
  }
  .Vlt-col--M-1of4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .Vlt-col--M-2of4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .Vlt-col--M-3of4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .Vlt-col--M-center {
    text-align: center;
  }
  .Vlt-col--M-right {
    text-align: right;
  }
}

.Vlt-row {
  clear: both;
  padding: 10px 0;
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Lato-Semibold.woff2") format("woff2"), url("../fonts/Lato-Semibold@include woff") format("woff");
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/Lato-Black.woff2") format("woff2"), url("../fonts/Lato-Black@include woff") format("woff");
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Lato-Regular.woff2") format("woff2"), url("../fonts/Lato-Regular@include woff") format("woff");
}

html {
  font-size: 62.5%;
}

body {
  color: #2c2d30;
  font-family: 'lato', sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
}

* {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

input,
select,
textarea,
button {
  font-family: inherit;
}

p,
th,
td,
label,
button,
li,
a {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
}

b,
strong {
  font-weight: 900;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5 {
  color: #2c2d30;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

p {
  color: #2c2d30;
  margin-bottom: 8px;
}

.p-large, .Vlt-accordion__trigger {
  font-size: 1.7rem;
  line-height: 2.8rem;
  margin-bottom: 16px;
}

.Vlt-title--icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.Vlt-title--icon svg {
  margin-right: 8px;
  margin-top: 5px;
  vertical-align: bottom;
}

@media only screen and (min-width: 768px) {
  .Vlt-title--icon svg {
    margin-top: 6px;
  }
}

.Vlt-title--margin-top1 {
  margin-top: 8px;
}

.Vlt-title--margin-top2 {
  margin-top: 16px;
}

.Vlt-title--margin-top3 {
  margin-top: 24px;
}

.Vlt-title--margin-top4 {
  margin-top: 32px;
}

.Vlt-title--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

h1 {
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 3.7rem;
  margin-bottom: 24px;
}

@media only screen and (min-width: 768px) {
  h1 {
    font-size: 4rem;
    line-height: 4.8rem;
  }
}

h1.Vlt-title--icon svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 28px;
          flex: 0 0 28px;
  height: 28px;
  width: 28px;
}

@media only screen and (min-width: 768px) {
  h1.Vlt-title--icon svg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 36px;
            flex: 0 0 36px;
    height: 36px;
    margin-top: 8px;
    width: 36px;
  }
}

h2 {
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 3.2rem;
  margin-bottom: 16px;
}

@media only screen and (min-width: 768px) {
  h2 {
    font-size: 3rem;
    line-height: 3.4rem;
  }
}

h2.Vlt-title--icon svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 22px;
          flex: 0 0 22px;
  height: 22px;
  width: 22px;
}

@media only screen and (min-width: 768px) {
  h2.Vlt-title--icon svg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 24px;
            flex: 0 0 24px;
    height: 24px;
    width: 24px;
  }
}

h3 {
  font-size: 2.3rem;
  font-weight: 900;
  line-height: 2.8rem;
  margin-bottom: 16px;
}

@media only screen and (min-width: 768px) {
  h3 {
    font-size: 2.4rem;
    line-height: 3rem;
  }
}

h3.Vlt-title--icon svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18px;
          flex: 0 0 18px;
  height: 18px;
  width: 18px;
}

@media only screen and (min-width: 768px) {
  h3.Vlt-title--icon svg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
            flex: 0 0 20px;
    height: 20px;
    width: 20px;
  }
}

h4 {
  font-size: 2rem;
  font-weight: 900;
  line-height: 2.4rem;
  margin-bottom: 8px;
}

@media only screen and (min-width: 768px) {
  h4 {
    font-size: 2.1rem;
    line-height: 2.4rem;
  }
}

h4.Vlt-title--icon svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
  height: 16px;
  width: 16px;
}

h5 {
  font-size: 1.7rem;
  font-weight: 900;
  line-height: 2rem;
  margin-bottom: 8px;
}

small {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 2rem;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
.p-large small, .Vlt-accordion__trigger small {
  font-size: 80%;
  font-weight: inherit;
  line-height: inherit;
}

code {
  color: #f25a6b;
  font-family: monospace, monospace;
  font-size: inherit;
  line-height: inherit;
}

p + h1,
p + h2,
p + h3,
p + h4,
ul + h1,
ul + h2,
ul + h3,
ul + h4 {
  padding-top: 16px;
}

.Vlt-white {
  color: #ffffff !important;
  fill: #ffffff !important;
}

.Vlt-orange-lighter {
  color: #ffe9cc !important;
  fill: #ffe9cc !important;
}

.Vlt-orange-light {
  color: #ffbc67 !important;
  fill: #ffbc67 !important;
}

.Vlt-orange {
  color: #ff8f02 !important;
  fill: #ff8f02 !important;
}

.Vlt-orange-dark {
  color: #c05717 !important;
  fill: #c05717 !important;
}

.Vlt-orange-darker {
  color: #4a1504 !important;
  fill: #4a1504 !important;
}

.Vlt-blue-lighter {
  color: #d6eefc !important;
  fill: #d6eefc !important;
}

.Vlt-blue-light {
  color: #85ccf5 !important;
  fill: #85ccf5 !important;
}

.Vlt-blue {
  color: #33aaee !important;
  fill: #33aaee !important;
}

.Vlt-blue-dark {
  color: #117bb8 !important;
  fill: #117bb8 !important;
}

.Vlt-blue-darker {
  color: #005282 !important;
  fill: #005282 !important;
}

.Vlt-blue-text {
  color: #3e4e57 !important;
  fill: #3e4e57 !important;
}

.Vlt-green-lighter {
  color: #d7f2e8 !important;
  fill: #d7f2e8 !important;
}

.Vlt-green-light {
  color: #86d8b9 !important;
  fill: #86d8b9 !important;
}

.Vlt-green {
  color: #35be8b !important;
  fill: #35be8b !important;
}

.Vlt-green-dark {
  color: #2d966f !important;
  fill: #2d966f !important;
}

.Vlt-green-darker {
  color: #173630 !important;
  fill: #173630 !important;
}

.Vlt-green-text {
  color: #414f3e !important;
  fill: #414f3e !important;
}

.Vlt-purple-lighter {
  color: #f3e7f8 !important;
  fill: #f3e7f8 !important;
}

.Vlt-purple-light {
  color: #dcb6e9 !important;
  fill: #dcb6e9 !important;
}

.Vlt-purple {
  color: #c485db !important;
  fill: #c485db !important;
}

.Vlt-purple-dark {
  color: #8f4fa7 !important;
  fill: #8f4fa7 !important;
}

.Vlt-purple-darker {
  color: #230051 !important;
  fill: #230051 !important;
}

.Vlt-purple-text {
  color: #50495a !important;
  fill: #50495a !important;
}

.Vlt-teal-lighter {
  color: #dbf3f6 !important;
  fill: #dbf3f6 !important;
}

.Vlt-teal-light {
  color: #94dbe4 !important;
  fill: #94dbe4 !important;
}

.Vlt-teal {
  color: #4cc3d2 !important;
  fill: #4cc3d2 !important;
}

.Vlt-teal-dark {
  color: #00848e !important;
  fill: #00848e !important;
}

.Vlt-teal-darker {
  color: #003136 !important;
  fill: #003136 !important;
}

.Vlt-teal-text {
  color: #405352 !important;
  fill: #405352 !important;
}

.Vlt-yellow-lighter {
  color: #fff2cc !important;
  fill: #fff2cc !important;
}

.Vlt-yellow-light {
  color: #f8e71c !important;
  fill: #f8e71c !important;
}

.Vlt-yellow {
  color: #ffc000 !important;
  fill: #ffc000 !important;
}

.Vlt-yellow-dark {
  color: #9c6f19 !important;
  fill: #9c6f19 !important;
}

.Vlt-yellow-darker {
  color: #573b00 !important;
  fill: #573b00 !important;
}

.Vlt-yellow-text {
  color: #595130 !important;
  fill: #595130 !important;
}

.Vlt-indigo-lighter {
  color: #e4e6f7 !important;
  fill: #e4e6f7 !important;
}

.Vlt-indigo-light {
  color: #b3bcf5 !important;
  fill: #b3bcf5 !important;
}

.Vlt-indigo {
  color: #7683d8 !important;
  fill: #7683d8 !important;
}

.Vlt-indigo-dark {
  color: #5664b5 !important;
  fill: #5664b5 !important;
}

.Vlt-indigo-darker {
  color: #202e78 !important;
  fill: #202e78 !important;
}

.Vlt-indigo-text {
  color: #3e4155 !important;
  fill: #3e4155 !important;
}

.Vlt-grey-lighter {
  color: #f8fafc !important;
  fill: #f8fafc !important;
}

.Vlt-grey-light {
  color: #e7ebee !important;
  fill: #e7ebee !important;
}

.Vlt-grey {
  color: #c4cdd5 !important;
  fill: #c4cdd5 !important;
}

.Vlt-grey-dark {
  color: #919eab !important;
  fill: #919eab !important;
}

.Vlt-grey-darker {
  color: #637381 !important;
  fill: #637381 !important;
}

.Vlt-black {
  color: #2c2d30 !important;
  fill: #2c2d30 !important;
}

.Vlt-red-lighter {
  color: #fde8eb !important;
  fill: #fde8eb !important;
}

.Vlt-red-light {
  color: #f79ca6 !important;
  fill: #f79ca6 !important;
}

.Vlt-red {
  color: #f25a6b !important;
  fill: #f25a6b !important;
}

.Vlt-red-dark {
  color: #bb3241 !important;
  fill: #bb3241 !important;
}

.Vlt-red-darker {
  color: #330202 !important;
  fill: #330202 !important;
}

.Vlt-red-text {
  color: #583c35 !important;
  fill: #583c35 !important;
}

.Vlt-aqua-lighter {
  color: #d0e7f1 !important;
  fill: #d0e7f1 !important;
}

.Vlt-aqua-light {
  color: #9ccde2 !important;
  fill: #9ccde2 !important;
}

.Vlt-aqua {
  color: #3298c4 !important;
  fill: #3298c4 !important;
}

.Vlt-aqua-dark {
  color: #0070a1 !important;
  fill: #0070a1 !important;
}

.Vlt-aqua-darker {
  color: #035879 !important;
  fill: #035879 !important;
}

.Vlt-aqua-text {
  color: #004059 !important;
  fill: #004059 !important;
}

.Vlt-box {
  background: #f8fafc;
  border: 1px solid #e7ebee;
  border-radius: 8px;
  margin-bottom: 16px;
  padding: 32px;
  text-align: left;
  width: 100%;
}

.Vlt-box .Vlt-btn {
  margin-bottom: 0;
}

.Vlt-box h2,
.Vlt-box h3,
.Vlt-box h4 {
  margin-top: 0;
  margin-bottom: 8px;
}

.Vlt-box__data {
  color: #2c2d30;
  font-size: 36px;
  font-weight: 900;
}

.Vlt-box__data--good {
  color: #35be8b;
}

.Vlt-box__data--bad {
  color: #f25a6b;
}

.Vlt-box__data--average {
  color: #ffc000;
}

.Vlt-box__data-desc {
  color: #637381;
  display: block;
  margin-top: 8px;
}

.Vlt-box--data {
  text-align: center;
  padding: 16px;
}

.Vlt-box--data h2,
.Vlt-box--data h3,
.Vlt-box--data h4 {
  color: #637381;
  font-size: 2rem;
  line-height: 2rem;
  margin-bottom: 8px;
}

.Vlt-box--fancy {
  text-align: center;
}

.Vlt-box--fancy img {
  margin-bottom: 16px;
  max-height: 100px;
  max-width: 100px;
}

.Vlt-box--fancy p {
  color: #637381;
  margin: 0;
}

.Vlt-box--fancy p + p {
  margin-top: 8px;
}

.Vlt-btn, .Vlt-dropdown__btn, .Vlt-native-dropdown select, .Vlt-callout__cta {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 36px;
  box-shadow: 0 1px 0px rgba(44, 45, 48, 0.15);
  cursor: pointer;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 600;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.8rem;
  margin: 8px 0;
  min-height: 36px;
  outline: none;
  padding: 8px 16px;
  text-align: center;
  transition: background 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, background 0.2s;
  transition: transform 0.2s, background 0.2s, -webkit-transform 0.2s;
  vertical-align: middle;
  white-space: nowrap;
}

.Vlt-btn:focus, .Vlt-dropdown__btn:focus, .Vlt-native-dropdown select:focus, .Vlt-callout__cta:focus {
  outline: none;
}

.Vlt-btn:hover, .Vlt-dropdown__btn:hover, .Vlt-native-dropdown select:hover, .Vlt-callout__cta:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.Vlt-btn:active, .Vlt-dropdown__btn:active, .Vlt-native-dropdown select:active, .Vlt-callout__cta:active {
  border: 0;
  box-shadow: inset 0 2px 3px rgba(44, 45, 48, 0.12);
  outline: none;
  -webkit-transform: scale(0.99);
          transform: scale(0.99);
}

.Vlt-btn svg, .Vlt-dropdown__btn svg, .Vlt-native-dropdown select svg, .Vlt-callout__cta svg {
  display: inline-block;
  fill: #ffffff;
  height: 20px;
  margin-left: -5px;
  margin-right: 6px;
  vertical-align: middle;
  width: 20px;
}

.Vlt-btn--block {
  width: 100%;
}

.Vlt-btn + .Vlt-btn {
  margin-left: 8px;
}

.Vlt-btn--app, .Vlt-composite__append .Vlt-btn,
.Vlt-composite__append .Vlt-dropdown__btn,
.Vlt-composite__append .Vlt-native-dropdown select, .Vlt-composite__prepend .Vlt-btn,
.Vlt-composite__prepend .Vlt-dropdown__btn,
.Vlt-composite__prepend .Vlt-native-dropdown select, .Vlt-table .Vlt-btn, .Vlt-card__cta .Vlt-btn, .Vlt-modal__footer .Vlt-btn {
  border-radius: 4px;
}

.Vlt-btn--small, .Vlt-btn-group--small .Vlt-btn, .Vlt-dropdown__btn--small, .Vlt-table .Vlt-btn {
  line-height: 1.5rem;
  min-height: 30px;
  padding: 7px 14px;
}

.Vlt-btn--small svg, .Vlt-btn-group--small .Vlt-btn svg, .Vlt-dropdown__btn--small svg, .Vlt-table .Vlt-btn svg {
  height: 16px;
  width: 16px;
}

.Vlt-btn--large, .Vlt-btn-group--large .Vlt-btn, .Vlt-form__element--big .Vlt-composite__append .Vlt-btn, .Vlt-form__element--big
.Vlt-composite__append .Vlt-dropdown__btn, .Vlt-form__element--big
.Vlt-composite__append .Vlt-native-dropdown select, .Vlt-form__element--big .Vlt-composite__prepend .Vlt-btn, .Vlt-form__element--big
.Vlt-composite__prepend .Vlt-dropdown__btn, .Vlt-form__element--big
.Vlt-composite__prepend .Vlt-native-dropdown select, .Vlt-dropdown__btn--large, .Vlt-native-dropdown--large select {
  font-size: 1.6rem;
  line-height: 2.2rem;
  margin: 8px 0 16px;
  min-height: 50px;
  padding: 13px 25px;
}

.Vlt-btn--large svg, .Vlt-btn-group--large .Vlt-btn svg, .Vlt-form__element--big .Vlt-composite__append .Vlt-btn svg, .Vlt-form__element--big
.Vlt-composite__append .Vlt-dropdown__btn svg, .Vlt-form__element--big
.Vlt-composite__append .Vlt-native-dropdown select svg, .Vlt-form__element--big .Vlt-composite__prepend .Vlt-btn svg, .Vlt-form__element--big
.Vlt-composite__prepend .Vlt-dropdown__btn svg, .Vlt-form__element--big
.Vlt-composite__prepend .Vlt-native-dropdown select svg, .Vlt-dropdown__btn--large svg, .Vlt-native-dropdown--large select svg {
  height: 24px;
  width: 24px;
}

.Vlt-btn--large svg span, .Vlt-btn-group--large .Vlt-btn svg span, .Vlt-form__element--big .Vlt-composite__append .Vlt-btn svg span, .Vlt-form__element--big
.Vlt-composite__append .Vlt-dropdown__btn svg span, .Vlt-form__element--big
.Vlt-composite__append .Vlt-native-dropdown select svg span, .Vlt-form__element--big .Vlt-composite__prepend .Vlt-btn svg span, .Vlt-form__element--big
.Vlt-composite__prepend .Vlt-dropdown__btn svg span, .Vlt-form__element--big
.Vlt-composite__prepend .Vlt-native-dropdown select svg span, .Vlt-dropdown__btn--large svg span, .Vlt-native-dropdown--large select svg span {
  margin-left: 8px;
}

.Vlt-btn--icon svg, .Vlt-btn-group--icon .Vlt-btn svg {
  margin: 0 -8px;
}

.Vlt-btn--large.Vlt-btn--icon svg, .Vlt-btn-group--icon .Vlt-btn--large.Vlt-btn svg {
  margin: 0 -12px;
}

.Vlt-btn--small.Vlt-btn--icon svg, .Vlt-btn-group--icon .Vlt-btn--small.Vlt-btn svg {
  margin: 0 -7px;
}

.Vlt-btn--primary, .Vlt-callout--warning .Vlt-callout__cta {
  background: #ff8f02;
  color: #ffffff;
}

.Vlt-btn--primary:hover, .Vlt-callout--warning .Vlt-callout__cta:hover, .Vlt-btn--primary:not(.Vlt-btn--no-focus):focus, .Vlt-callout--warning .Vlt-callout__cta:not(.Vlt-btn--no-focus):focus {
  background: #e88100;
  color: #ffffff;
}

.Vlt-btn--primary:active .Vlt-btn_active.Vlt-btn--primary, .Vlt-callout--warning .Vlt-callout__cta:active .Vlt-btn_active.Vlt-btn--primary, .Vlt-btn--primary:active .Vlt-callout--warning .Vlt-btn_active.Vlt-callout__cta, .Vlt-callout--warning .Vlt-btn--primary:active .Vlt-btn_active.Vlt-callout__cta, .Vlt-callout--warning .Vlt-callout__cta:active .Vlt-btn_active.Vlt-callout__cta {
  background: #e88100;
  box-shadow: inset 0 2px 3px rgba(44, 45, 48, 0.2), 0 0 0 rgba(44, 45, 48, 0);
  color: #ffffff;
}

.Vlt-btn--secondary, .Vlt-callout--shoutout .Vlt-callout__cta {
  background: #33aaee;
  color: #ffffff;
}

.Vlt-btn--secondary:hover, .Vlt-callout--shoutout .Vlt-callout__cta:hover, .Vlt-btn--secondary:not(.Vlt-btn--no-focus):focus, .Vlt-callout--shoutout .Vlt-callout__cta:not(.Vlt-btn--no-focus):focus {
  background: #1ba0ec;
  color: #ffffff;
}

.Vlt-btn--secondary:active, .Vlt-callout--shoutout .Vlt-callout__cta:active, .Vlt-btn_active.Vlt-btn--secondary, .Vlt-callout--shoutout .Vlt-btn_active.Vlt-callout__cta {
  background: #1ba0ec;
  box-shadow: inset 0 2px 3px rgba(44, 45, 48, 0.2);
  color: #ffffff;
}

.Vlt-btn--tertiary, .Vlt-native-dropdown select, .Vlt-composite__append .Vlt-btn,
.Vlt-composite__append .Vlt-dropdown__btn,
.Vlt-composite__append .Vlt-native-dropdown select, .Vlt-composite__prepend .Vlt-btn,
.Vlt-composite__prepend .Vlt-dropdown__btn,
.Vlt-composite__prepend .Vlt-native-dropdown select, .Vlt-dropdown__btn, .Vlt-callout--tip .Vlt-callout__cta {
  background: #f8fafc;
  box-shadow: inset 0 0 0px 1px #c4cdd5, 0 1px 0px rgba(44, 45, 48, 0.15);
  color: #2c2d30;
  font-weight: 400;
}

.Vlt-btn--tertiary svg, .Vlt-native-dropdown select svg, .Vlt-composite__append .Vlt-btn svg,
.Vlt-composite__append .Vlt-dropdown__btn svg,
.Vlt-composite__append .Vlt-native-dropdown select svg, .Vlt-composite__prepend .Vlt-btn svg,
.Vlt-composite__prepend .Vlt-dropdown__btn svg,
.Vlt-composite__prepend .Vlt-native-dropdown select svg, .Vlt-dropdown__btn svg, .Vlt-callout--tip .Vlt-callout__cta svg {
  fill: #637381;
}

.Vlt-btn--tertiary:hover, .Vlt-native-dropdown select:hover, .Vlt-composite__append .Vlt-btn:hover, .Vlt-composite__prepend .Vlt-btn:hover, .Vlt-dropdown__btn:hover, .Vlt-callout--tip .Vlt-callout__cta:hover, .Vlt-btn--tertiary:not(.Vlt-btn--no-focus):focus, .Vlt-native-dropdown select:not(.Vlt-btn--no-focus):focus, .Vlt-composite__append .Vlt-btn:not(.Vlt-btn--no-focus):focus, .Vlt-composite__prepend .Vlt-btn:not(.Vlt-btn--no-focus):focus, .Vlt-dropdown__btn:not(.Vlt-btn--no-focus):focus, .Vlt-callout--tip .Vlt-callout__cta:not(.Vlt-btn--no-focus):focus {
  background: #e7ebee;
  color: #2c2d30;
}

.Vlt-btn--tertiary:active, .Vlt-native-dropdown select:active, .Vlt-composite__append .Vlt-btn:active, .Vlt-composite__prepend .Vlt-btn:active, .Vlt-dropdown__btn:active, .Vlt-callout--tip .Vlt-callout__cta:active, .Vlt-btn_active.Vlt-btn--tertiary, .Vlt-native-dropdown select.Vlt-btn_active, .Vlt-composite__append .Vlt-btn_active.Vlt-btn, .Vlt-composite__prepend .Vlt-btn_active.Vlt-btn, .Vlt-btn_active.Vlt-dropdown__btn, .Vlt-callout--tip .Vlt-btn_active.Vlt-callout__cta {
  background: #e7ebee;
  box-shadow: inset 0 2px 3px rgba(44, 45, 48, 0.2), inset 0 0 0px 1px #c4cdd5;
  color: #2c2d30;
}

.Vlt-btn--destructive, .Vlt-callout--critical .Vlt-callout__cta {
  background: #f25a6b;
  color: #ffffff;
}

.Vlt-btn--destructive:hover, .Vlt-callout--critical .Vlt-callout__cta:hover, .Vlt-btn--destructive:not(.Vlt-btn--no-focus):focus, .Vlt-callout--critical .Vlt-callout__cta:not(.Vlt-btn--no-focus):focus {
  background: #f04256;
  color: #ffffff;
}

.Vlt-btn--destructive:active, .Vlt-callout--critical .Vlt-callout__cta:active, .Vlt-btn_active.Vlt-btn--destructive, .Vlt-callout--critical .Vlt-btn_active.Vlt-callout__cta {
  background: #f04256;
  box-shadow: inset 0 2px 3px rgba(44, 45, 48, 0.2);
  color: #ffffff;
}

.Vlt-btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.Vlt-btn-group .Vlt-btn {
  margin-left: 0;
  margin-right: 0;
}

.Vlt-btn-group .Vlt-btn:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.Vlt-btn-group .Vlt-btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.Vlt-btn-group .Vlt-btn:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.Vlt-btn-group .Vlt-btn--primary:not(:first-child) {
  border-left: 1px solid #ffbc67;
}

.Vlt-btn-group .Vlt-btn--secondary:not(:first-child) {
  border-left: 1px solid #85ccf5;
}

.Vlt-btn-group .Vlt-btn--tertiary:not(:first-child), .Vlt-btn-group .Vlt-native-dropdown select:not(:first-child), .Vlt-native-dropdown .Vlt-btn-group select:not(:first-child) {
  margin-left: -1px;
}

.Vlt-btn-group .Vlt-btn--destructive:not(:first-child) {
  border-left: 1px solid #f79ca6;
}

.Vlt-btn-group .Vlt-btn:not(.Vlt-btn--no-focus):focus {
  z-index: 2;
}

.Vlt-btn-group--app .Vlt-btn:first-child {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.Vlt-btn-group--app .Vlt-btn:last-child {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.Vlt-btn-group:not(.Vlt-btn-group--app) .Vlt-btn:first-child {
  padding-left: 20px;
}

.Vlt-btn-group:not(.Vlt-btn-group--app) .Vlt-btn:last-child {
  padding-right: 20px;
}

.Vlt-btn-group--small:not(.Vlt-btn-group--app) .Vlt-btn:last-child {
  padding-right: 18px;
}

.Vlt-btn-group--small:not(.Vlt-btn-group--app) .Vlt-btn:first-child {
  padding-left: 18px;
}

.Vlt-btn-group--large:not(.Vlt-btn-group--app) .Vlt-btn:last-child {
  padding-right: 30px;
}

.Vlt-btn-group--large:not(.Vlt-btn-group--app) .Vlt-btn:first-child {
  padding-left: 30px;
}

.Vlt-btn-group--hover {
  border: 0 !important;
  margin-top: -8px;
  opacity: 0;
  padding: 0 !important;
  position: absolute;
  right: 16px;
  transition: all 0.3s;
  z-index: -1;
}

.Vlt-btn-group--hover .Vlt-btn:first-child {
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
}

.Vlt-btn-group--hover .Vlt-btn:last-child {
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
}

.Vlt-btn-on-hover {
  position: relative;
}

.Vlt-btn-on-hover:hover .Vlt-btn-group--hover {
  opacity: 1;
  z-index: 2;
}

.Vlt-btn-on-hover:not(tr):not(td):not(table) .Vlt-btn-group--hover {
  top: -8px;
}

.Vlt-text-btn {
  border-radius: 0;
  cursor: pointer;
  font-size: 1.5rem;
  padding: 0;
  white-space: nowrap;
}

.Vlt-text-link, p a:not([class]),
th a:not([class]),
td a:not([class]),
li a:not([class]),
span a:not([class]),
label a:not([class]),
small a:not([class]),
nav a:not([class]),
.Vlt-text-btn {
  color: #117bb8;
  cursor: pointer;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.Vlt-text-link:hover, p a:hover:not([class]),
th a:hover:not([class]),
td a:hover:not([class]),
li a:hover:not([class]),
span a:hover:not([class]),
label a:hover:not([class]),
small a:hover:not([class]),
nav a:hover:not([class]),
.Vlt-text-btn:hover {
  color: #005282;
}

.Vlt-text-link:active, p a:active:not([class]),
th a:active:not([class]),
td a:active:not([class]),
li a:active:not([class]),
span a:active:not([class]),
label a:active:not([class]),
small a:active:not([class]),
nav a:active:not([class]),
.Vlt-text-btn:active {
  color: #005282;
}

.Vlt-text-link:visited, p a:visited:not([class]),
th a:visited:not([class]),
td a:visited:not([class]),
li a:visited:not([class]),
span a:visited:not([class]),
label a:visited:not([class]),
small a:visited:not([class]),
nav a:visited:not([class]),
.Vlt-text-btn:visited {
  color: #117bb8;
}

.Vlt-text-link:visited:hover, p a:visited:hover:not([class]),
th a:visited:hover:not([class]),
td a:visited:hover:not([class]),
li a:visited:hover:not([class]),
span a:visited:hover:not([class]),
label a:visited:hover:not([class]),
small a:visited:hover:not([class]),
nav a:visited:hover:not([class]),
.Vlt-text-btn:visited:hover {
  color: #005282;
}

.reset-button, .Vlt-text-btn, .Vlt-badge__dismiss, .Vlt-callout__dismiss, .Vlt-sidenav__mobile button, .Vlt-sidenav:not(.Vlt-sidenav--collapsed) .Vlt-sidetabs .Vlt-js-tabs__link, .Vlt-accordion__trigger {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: 0;
  outline: none;
}

.Vlt-btn--primary:disabled, .Vlt-callout--warning .Vlt-callout__cta:disabled, .Vlt-btn--disabled.Vlt-btn--primary, .Vlt-callout--warning .Vlt-btn--disabled.Vlt-callout__cta, .Vlt-btn--secondary:disabled, .Vlt-callout--shoutout .Vlt-callout__cta:disabled, .Vlt-btn--disabled.Vlt-btn--secondary, .Vlt-callout--shoutout .Vlt-btn--disabled.Vlt-callout__cta, .Vlt-btn--tertiary:disabled, .Vlt-native-dropdown select:disabled, .Vlt-composite__append .Vlt-btn:disabled, .Vlt-composite__prepend .Vlt-btn:disabled, .Vlt-dropdown__btn:disabled, .Vlt-callout--tip .Vlt-callout__cta:disabled, .Vlt-btn--disabled.Vlt-btn--tertiary, .Vlt-native-dropdown select.Vlt-btn--disabled, .Vlt-composite__append .Vlt-btn--disabled.Vlt-btn, .Vlt-composite__prepend .Vlt-btn--disabled.Vlt-btn, .Vlt-btn--disabled.Vlt-dropdown__btn, .Vlt-callout--tip .Vlt-btn--disabled.Vlt-callout__cta, .Vlt-btn--destructive:disabled, .Vlt-callout--critical .Vlt-callout__cta:disabled, .Vlt-btn--disabled.Vlt-btn--destructive, .Vlt-callout--critical .Vlt-btn--disabled.Vlt-callout__cta {
  background: #e7ebee;
  box-shadow: none;
  color: #919eab;
  font-weight: 400;
  pointer-events: none;
}

.Vlt-select:after {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2020%2020%22%20style%3D%22enable-background%3Anew%200%200%2020%2020%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20style%3D%22fill%3A%239B9B9B%3B%22%20d%3D%22M7%2C7.8C6.7%2C7.5%2C6.2%2C7.6%2C5.9%2C7.9S5.7%2C8.7%2C6%2C9l4%2C3.4l4-3.4c0.3-0.3%2C0.3-0.8%2C0-1.1%0A%09c-0.3-0.3-0.7-0.3-1-0.1l-3%2C2.6L7%2C7.8L7%2C7.8z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 20px;
  margin-top: -10px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 20px;
}

.Vlt-label {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 4px;
  text-align: left;
}

.Vlt-label label {
  font-size: 1.4rem;
}

.Vlt-label + .Vlt-radio,
.Vlt-label + .Vlt-checkbox,
.Vlt-label + .Vlt-form__element {
  margin-top: 4px;
}

.Vlt-input,
.Vlt-select,
.Vlt-textarea {
  max-width: 100%;
  position: relative;
}

.Vlt-input input,
.Vlt-select select,
.Vlt-textarea textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #ffffff;
  border: 1px solid #c4cdd5;
  border-radius: 4px;
  box-shadow: none;
  color: #2c2d30;
  display: block;
  font-size: 1.4rem;
  height: 36px;
  padding-left: 10px;
  width: 100%;
}

.Vlt-input input:hover,
.Vlt-select select:hover,
.Vlt-textarea textarea:hover {
  border-color: #33aaee;
}

.Vlt-input input:disabled,
.Vlt-select select:disabled,
.Vlt-textarea textarea:disabled {
  color: #919eab;
  cursor: default;
}

.Vlt-composite {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
}

.Vlt-composite .Vlt-input,
.Vlt-composite .Vlt-select {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}

.Vlt-form__element--elastic .Vlt-composite .Vlt-input, .Vlt-form__element--elastic
.Vlt-composite .Vlt-select {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

.Vlt-composite .Vlt-input:first-child input,
.Vlt-composite .Vlt-input:first-child select,
.Vlt-composite .Vlt-select:first-child input,
.Vlt-composite .Vlt-select:first-child select {
  border-bottom-right-radius: 0;
  border-right: 0;
  border-top-right-radius: 0;
}

.Vlt-composite__append .Vlt-btn,
.Vlt-composite__append .Vlt-dropdown__btn,
.Vlt-composite__append .Vlt-native-dropdown select, .Vlt-composite__prepend .Vlt-btn,
.Vlt-composite__prepend .Vlt-dropdown__btn,
.Vlt-composite__prepend .Vlt-native-dropdown select {
  box-shadow: inset 0 0 0px 1px #c4cdd5;
  margin: 0 !important;
}

.Vlt-composite__append .Vlt-btn:hover,
.Vlt-composite__append .Vlt-dropdown__btn:hover,
.Vlt-composite__append .Vlt-native-dropdown select:hover, .Vlt-composite__prepend .Vlt-btn:hover,
.Vlt-composite__prepend .Vlt-dropdown__btn:hover,
.Vlt-composite__prepend .Vlt-native-dropdown select:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.Vlt-composite__append .Vlt-btn:active,
.Vlt-composite__append .Vlt-dropdown__btn:active,
.Vlt-composite__append .Vlt-native-dropdown select:active, .Vlt-composite__prepend .Vlt-btn:active,
.Vlt-composite__prepend .Vlt-dropdown__btn:active,
.Vlt-composite__prepend .Vlt-native-dropdown select:active {
  box-shadow: inset 0 2px 3px rgba(44, 45, 48, 0.2), inset 0 0 0px 1px #c4cdd5;
}

.Vlt-composite__append {
  position: relative;
}

.Vlt-composite__append .Vlt-btn,
.Vlt-composite__append .Vlt-dropdown__btn,
.Vlt-composite__append .Vlt-native-dropdown select {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.Vlt-composite__prepend {
  position: relative;
  z-index: 2;
}

.Vlt-composite__prepend .Vlt-btn,
.Vlt-composite__prepend .Vlt-dropdown__btn,
.Vlt-composite__prepend .Vlt-native-dropdown select {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.Vlt-composite__prepend + .Vlt-input input,
.Vlt-composite__prepend + .Vlt-select select {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-left: 0;
  border-right: 1px solid #c4cdd5;
  border-top-left-radius: 0;
  border-top-right-radius: 4px;
}

.Vlt-composite__prepend--icon {
  height: 100%;
  padding: 8px 10px 7px;
  position: absolute;
  width: 40px;
}

.Vlt-composite__prepend--icon svg {
  fill: #919eab;
  height: 20px;
  width: 20px;
}

.Vlt-composite__prepend--icon + .Vlt-input input,
.Vlt-composite__prepend--icon + .Vlt-select select {
  border-bottom-left-radius: 4px;
  border-left: 1px solid #c4cdd5;
  border-top-left-radius: 4px;
  padding-left: 40px;
}

.Vlt-composite .Vlt-btn,
.Vlt-composite .Vlt-dropdown__btn .Vlt-native-dropdown select {
  margin: 0;
}

.Vlt-composite .Vlt-input input[readonly], .Vlt-composite .Vlt-input input:disabled {
  border-color: #c4cdd5;
}

.Vlt-textarea textarea {
  height: auto;
  padding-bottom: 8px;
  padding-top: 8px;
  resize: vertical;
}

.Vlt-select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  padding-right: 42px;
  text-indent: 1px;
  text-overflow: '';
}

.Vlt-select select::-ms-expand {
  display: none;
}

@media only screen and (min-width: 576px) {
  .Vlt-form__group {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .Vlt-form__group .Vlt-form__element {
    margin-right: 8px;
  }
  .Vlt-form__group .Vlt-form__element + .Vlt-form__element {
    margin-left: 8px;
  }
  .Vlt-form__group .Vlt-btn {
    margin-bottom: 8px;
    margin-left: 8px;
  }
  .Vlt-form__group .Vlt-form__element__error,
  .Vlt-form__group .Vlt-form__element__hint {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 4px;
  }
  .Vlt-form__group + .Vlt-form__group,
  .Vlt-form__group + .Vlt-form__element {
    margin-top: 0;
  }
}

.Vlt-form__element {
  padding: 8px 0;
}

.Vlt-form__element h1,
.Vlt-form__element h2,
.Vlt-form__element h3,
.Vlt-form__element h4 {
  margin: 0;
}

.Vlt-form__element__hint, .Vlt-form__element__error {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  font-size: 1.4rem;
  line-height: 1.3;
  margin-top: 4px;
  text-align: left;
}

.Vlt-form__element__hint {
  color: #637381;
}

.Vlt-form__element__error {
  color: #f25a6b;
}

.Vlt-form__element__error:before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2016%2016%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23F25A6B%22%20d%3D%22M8%2C16%20C3.581722%2C16%200%2C12.418278%200%2C8%20C0%2C3.581722%203.581722%2C0%208%2C0%20C12.418278%2C0%2016%2C3.581722%2016%2C8%20C16%2C12.418278%2012.418278%2C16%208%2C16%20Z%20M8%2C4%20C7.44771525%2C4%207%2C4.44771525%207%2C5%20L7%2C7.5%20C7%2C8.05228475%207.44771525%2C8.5%208%2C8.5%20C8.55228475%2C8.5%209%2C8.05228475%209%2C7.5%20L9%2C5%20C9%2C4.44771525%208.55228475%2C4%208%2C4%20Z%20M8%2C12%20C8.55228475%2C12%209%2C11.5522847%209%2C11%20C9%2C10.4477153%208.55228475%2C10%208%2C10%20C7.44771525%2C10%207%2C10.4477153%207%2C11%20C7%2C11.5522847%207.44771525%2C12%208%2C12%20Z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 16px;
  margin-right: 6px;
  vertical-align: text-top;
  width: 16px;
}

.Vlt-form__element--elastic input,
.Vlt-form__element--elastic select,
.Vlt-form__element--elastic .Vlt-input,
.Vlt-form__element--elastic .Vlt-select {
  display: inline-block;
  width: auto;
}

.Vlt-form__element--elastic input + input,
.Vlt-form__element--elastic input + select,
.Vlt-form__element--elastic input + .Vlt-input,
.Vlt-form__element--elastic input + .Vlt-select,
.Vlt-form__element--elastic select + input,
.Vlt-form__element--elastic select + select,
.Vlt-form__element--elastic select + .Vlt-input,
.Vlt-form__element--elastic select + .Vlt-select,
.Vlt-form__element--elastic .Vlt-input + input,
.Vlt-form__element--elastic .Vlt-input + select,
.Vlt-form__element--elastic .Vlt-input + .Vlt-input,
.Vlt-form__element--elastic .Vlt-input + .Vlt-select,
.Vlt-form__element--elastic .Vlt-select + input,
.Vlt-form__element--elastic .Vlt-select + select,
.Vlt-form__element--elastic .Vlt-select + .Vlt-input,
.Vlt-form__element--elastic .Vlt-select + .Vlt-select {
  margin-left: 16px;
}

.Vlt-radio,
.Vlt-checkbox {
  position: relative;
}

.Vlt-radio input,
.Vlt-checkbox input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 0px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: 0px;
}

.Vlt-radio input:focus, .Vlt-radio input:active,
.Vlt-checkbox input:focus,
.Vlt-checkbox input:active {
  box-shadow: none;
  outline: none;
}

.Vlt-radio input:disabled:active + .Vlt-radio__icon,
.Vlt-radio input:disabled:active + .Vlt-checkbox__icon,
.Vlt-checkbox input:disabled:active + .Vlt-radio__icon,
.Vlt-checkbox input:disabled:active + .Vlt-checkbox__icon {
  box-shadow: none;
}

.Vlt-radio label,
.Vlt-checkbox label {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.Vlt-radio__button,
.Vlt-checkbox__button {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 22px;
          flex: 0 0 22px;
  height: 22px;
  margin-right: 10px;
  margin-top: -1px;
  position: relative;
  width: 22px;
}

.Vlt-radio__icon,
.Vlt-checkbox__icon {
  border: 2px solid #c4cdd5;
  display: block;
  height: 100%;
  transition: box-shadow 0.2s ease-out;
  width: 100%;
}

.Vlt-radio__icon:after,
.Vlt-checkbox__icon:after {
  content: '';
  display: block;
  position: absolute;
  -webkit-transform: scale(0.1, 0.1);
          transform: scale(0.1, 0.1);
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.Vlt-radio:hover .Vlt-radio__icon,
.Vlt-radio:hover .Vlt-checkbox__icon,
.Vlt-checkbox:hover .Vlt-radio__icon,
.Vlt-checkbox:hover .Vlt-checkbox__icon {
  border-color: #33aaee;
}

.Vlt-radio + .Vlt-radio,
.Vlt-radio + .Vlt-checkbox,
.Vlt-radio + .Vlt-form__element__error,
.Vlt-radio + .Vlt-form__element__hint,
.Vlt-checkbox + .Vlt-radio,
.Vlt-checkbox + .Vlt-checkbox,
.Vlt-checkbox + .Vlt-form__element__error,
.Vlt-checkbox + .Vlt-form__element__hint {
  margin-top: 1.5rem;
}

.Vlt-radio--inline,
.Vlt-checkbox--inline {
  display: inline-block;
  margin-bottom: 16px;
  margin-right: 16px;
  margin-top: 4px !important;
}

.Vlt-radio__icon {
  border-radius: 100%;
}

.Vlt-radio__icon:after {
  border-radius: 100%;
  height: 10px;
  left: 50%;
  margin-left: -5px;
  margin-top: -5px;
  top: 50%;
  width: 10px;
}

.Vlt-radio__button input:checked ~ .Vlt-radio__icon:after {
  background: #33aaee;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.Vlt-checkbox__icon {
  border-radius: 4px;
}

.Vlt-checkbox__icon:after {
  content: '';
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.Vlt-checkbox__button input:checked ~ .Vlt-checkbox__icon:after {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2018%2018%22%20style%3D%22enable-background%3Anew%200%200%2018%2018%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%2333AAEE%3B%7D%0A%3C%2Fstyle%3E%0A%3Cg%20id%3D%22Path-2_2_%22%3E%0A%09%3Cpolygon%20class%3D%22st0%22%20points%3D%227%2C14%202.6%2C9.6%204%2C8.2%207%2C11.2%2014.5%2C3.7%2015.9%2C5.1%20%09%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.Vlt-form-error-style, .Vlt-input input:invalid,
.Vlt-select select:invalid,
.Vlt-textarea textarea:invalid, .Vlt-form__element--error input,
.Vlt-form__element--error select,
.Vlt-form__element--error textarea,
.Vlt-form__element--error .Vlt-radio input:not(:checked) + .Vlt-radio__icon,
.Vlt-form__element--error .Vlt-checkbox input:not(:checked) + .Vlt-checkbox__icon, .Vlt-radio input:invalid + .Vlt-radio__icon,
.Vlt-radio input:invalid + .Vlt-checkbox__icon,
.Vlt-checkbox input:invalid + .Vlt-radio__icon,
.Vlt-checkbox input:invalid + .Vlt-checkbox__icon {
  background: #fde8eb;
  border-color: #f25a6b;
}

.Vlt-form-error-style:hover, .Vlt-input input:hover:invalid,
.Vlt-select select:hover:invalid,
.Vlt-textarea textarea:hover:invalid, .Vlt-form__element--error input:hover,
.Vlt-form__element--error select:hover,
.Vlt-form__element--error textarea:hover,
.Vlt-form__element--error .Vlt-radio input:not(:checked) + .Vlt-radio__icon:hover,
.Vlt-form__element--error .Vlt-checkbox input:not(:checked) + .Vlt-checkbox__icon:hover, .Vlt-radio input:invalid + .Vlt-radio__icon:hover,
.Vlt-radio input:invalid + .Vlt-checkbox__icon:hover,
.Vlt-checkbox input:invalid + .Vlt-radio__icon:hover,
.Vlt-checkbox input:invalid + .Vlt-checkbox__icon:hover {
  border-color: #f25a6b;
}

.Vlt-form-valid-style, .Vlt-form__element--valid input,
.Vlt-form__element--valid select,
.Vlt-form__element--valid textarea {
  border-color: #35be8b;
}

.Vlt-form-valid-style:hover, .Vlt-form__element--valid input:hover,
.Vlt-form__element--valid select:hover,
.Vlt-form__element--valid textarea:hover {
  border-color: #35be8b;
}

.Vlt-form-focus-style, .Vlt-input input:focus,
.Vlt-select select:focus,
.Vlt-textarea textarea:focus, .Vlt-radio input:focus + .Vlt-radio__icon,
.Vlt-radio input:focus + .Vlt-checkbox__icon, .Vlt-radio input:active + .Vlt-radio__icon,
.Vlt-radio input:active + .Vlt-checkbox__icon,
.Vlt-checkbox input:focus + .Vlt-radio__icon,
.Vlt-checkbox input:focus + .Vlt-checkbox__icon,
.Vlt-checkbox input:active + .Vlt-radio__icon,
.Vlt-checkbox input:active + .Vlt-checkbox__icon {
  background: #ffffff;
  border-color: #33aaee;
  box-shadow: 0 0 5px fade(#33aaee, 50);
  outline: none;
}

.Vlt-form-focus-style:hover, .Vlt-input input:hover:focus,
.Vlt-select select:hover:focus,
.Vlt-textarea textarea:hover:focus, .Vlt-radio input:focus + .Vlt-radio__icon:hover,
.Vlt-radio input:focus + .Vlt-checkbox__icon:hover, .Vlt-radio input:active + .Vlt-radio__icon:hover,
.Vlt-radio input:active + .Vlt-checkbox__icon:hover,
.Vlt-checkbox input:focus + .Vlt-radio__icon:hover,
.Vlt-checkbox input:focus + .Vlt-checkbox__icon:hover,
.Vlt-checkbox input:active + .Vlt-radio__icon:hover,
.Vlt-checkbox input:active + .Vlt-checkbox__icon:hover {
  border-color: #33aaee;
}

.Vlt-form-disabled-readonly-style, .Vlt-input input:disabled,
.Vlt-select select:disabled,
.Vlt-textarea textarea:disabled, .Vlt-input input[readonly],
.Vlt-select select[readonly],
.Vlt-textarea textarea[readonly], .Vlt-radio input:disabled + .Vlt-radio__icon,
.Vlt-radio input:disabled + .Vlt-checkbox__icon,
.Vlt-checkbox input:disabled + .Vlt-radio__icon,
.Vlt-checkbox input:disabled + .Vlt-checkbox__icon {
  background: #f8fafc;
  border-color: #e7ebee;
  box-shadow: none;
}

.Vlt-form-disabled-readonly-style:hover, .Vlt-input input:hover:disabled,
.Vlt-select select:hover:disabled,
.Vlt-textarea textarea:hover:disabled, .Vlt-input input[readonly]:hover,
.Vlt-select select[readonly]:hover,
.Vlt-textarea textarea[readonly]:hover, .Vlt-radio input:disabled + .Vlt-radio__icon:hover,
.Vlt-radio input:disabled + .Vlt-checkbox__icon:hover,
.Vlt-checkbox input:disabled + .Vlt-radio__icon:hover,
.Vlt-checkbox input:disabled + .Vlt-checkbox__icon:hover {
  border-color: #e7ebee;
}

.Vlt-form__element--big {
  display: block;
  position: relative;
}

.Vlt-form__element--big label {
  color: #919eab;
  cursor: text;
  font-size: 1.1rem;
  left: 14px;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  top: 5px;
  transition: all 0.2s;
}

.Vlt-form__element--big textarea {
  width: 100%;
}

.Vlt-form__element--big .Vlt-input input,
.Vlt-form__element--big .Vlt-input select,
.Vlt-form__element--big .Vlt-select input,
.Vlt-form__element--big .Vlt-select select,
.Vlt-form__element--big .Vlt-textarea input,
.Vlt-form__element--big .Vlt-textarea select {
  height: 5rem;
  padding-left: 13px;
  padding-top: 14px;
}

.Vlt-form__element--big .Vlt-input input::-webkit-input-placeholder,
.Vlt-form__element--big .Vlt-input input textarea::-webkit-input-placeholder,
.Vlt-form__element--big .Vlt-input select::-webkit-input-placeholder,
.Vlt-form__element--big .Vlt-input select textarea::-webkit-input-placeholder,
.Vlt-form__element--big .Vlt-select input::-webkit-input-placeholder,
.Vlt-form__element--big .Vlt-select input textarea::-webkit-input-placeholder,
.Vlt-form__element--big .Vlt-select select::-webkit-input-placeholder,
.Vlt-form__element--big .Vlt-select select textarea::-webkit-input-placeholder,
.Vlt-form__element--big .Vlt-textarea input::-webkit-input-placeholder,
.Vlt-form__element--big .Vlt-textarea input textarea::-webkit-input-placeholder,
.Vlt-form__element--big .Vlt-textarea select::-webkit-input-placeholder,
.Vlt-form__element--big .Vlt-textarea select textarea::-webkit-input-placeholder {
  color: #c4cdd5;
  opacity: 1;
  transition: all 0.2s;
}

.Vlt-form__element--big .Vlt-input input:-ms-input-placeholder,
.Vlt-form__element--big .Vlt-input input textarea:-ms-input-placeholder,
.Vlt-form__element--big .Vlt-input select:-ms-input-placeholder,
.Vlt-form__element--big .Vlt-input select textarea:-ms-input-placeholder,
.Vlt-form__element--big .Vlt-select input:-ms-input-placeholder,
.Vlt-form__element--big .Vlt-select input textarea:-ms-input-placeholder,
.Vlt-form__element--big .Vlt-select select:-ms-input-placeholder,
.Vlt-form__element--big .Vlt-select select textarea:-ms-input-placeholder,
.Vlt-form__element--big .Vlt-textarea input:-ms-input-placeholder,
.Vlt-form__element--big .Vlt-textarea input textarea:-ms-input-placeholder,
.Vlt-form__element--big .Vlt-textarea select:-ms-input-placeholder,
.Vlt-form__element--big .Vlt-textarea select textarea:-ms-input-placeholder {
  color: #c4cdd5;
  opacity: 1;
  transition: all 0.2s;
}

.Vlt-form__element--big .Vlt-input input::placeholder,
.Vlt-form__element--big .Vlt-input input textarea::placeholder,
.Vlt-form__element--big .Vlt-input select::placeholder,
.Vlt-form__element--big .Vlt-input select textarea::placeholder,
.Vlt-form__element--big .Vlt-select input::placeholder,
.Vlt-form__element--big .Vlt-select input textarea::placeholder,
.Vlt-form__element--big .Vlt-select select::placeholder,
.Vlt-form__element--big .Vlt-select select textarea::placeholder,
.Vlt-form__element--big .Vlt-textarea input::placeholder,
.Vlt-form__element--big .Vlt-textarea input textarea::placeholder,
.Vlt-form__element--big .Vlt-textarea select::placeholder,
.Vlt-form__element--big .Vlt-textarea select textarea::placeholder {
  color: #c4cdd5;
  opacity: 1;
  transition: all 0.2s;
}

.Vlt-form__element--big .Vlt-input input:placeholder-shown:not(:focus)::-webkit-input-placeholder,
.Vlt-form__element--big .Vlt-input input textarea:placeholder-shown:not(:focus)::-webkit-input-placeholder,
.Vlt-form__element--big .Vlt-input select:placeholder-shown:not(:focus)::-webkit-input-placeholder,
.Vlt-form__element--big .Vlt-input select textarea:placeholder-shown:not(:focus)::-webkit-input-placeholder,
.Vlt-form__element--big .Vlt-select input:placeholder-shown:not(:focus)::-webkit-input-placeholder,
.Vlt-form__element--big .Vlt-select input textarea:placeholder-shown:not(:focus)::-webkit-input-placeholder,
.Vlt-form__element--big .Vlt-select select:placeholder-shown:not(:focus)::-webkit-input-placeholder,
.Vlt-form__element--big .Vlt-select select textarea:placeholder-shown:not(:focus)::-webkit-input-placeholder,
.Vlt-form__element--big .Vlt-textarea input:placeholder-shown:not(:focus)::-webkit-input-placeholder,
.Vlt-form__element--big .Vlt-textarea input textarea:placeholder-shown:not(:focus)::-webkit-input-placeholder,
.Vlt-form__element--big .Vlt-textarea select:placeholder-shown:not(:focus)::-webkit-input-placeholder,
.Vlt-form__element--big .Vlt-textarea select textarea:placeholder-shown:not(:focus)::-webkit-input-placeholder {
  opacity: 0;
}

.Vlt-form__element--big .Vlt-input input:placeholder-shown:not(:focus):-ms-input-placeholder,
.Vlt-form__element--big .Vlt-input input textarea:placeholder-shown:not(:focus):-ms-input-placeholder,
.Vlt-form__element--big .Vlt-input select:placeholder-shown:not(:focus):-ms-input-placeholder,
.Vlt-form__element--big .Vlt-input select textarea:placeholder-shown:not(:focus):-ms-input-placeholder,
.Vlt-form__element--big .Vlt-select input:placeholder-shown:not(:focus):-ms-input-placeholder,
.Vlt-form__element--big .Vlt-select input textarea:placeholder-shown:not(:focus):-ms-input-placeholder,
.Vlt-form__element--big .Vlt-select select:placeholder-shown:not(:focus):-ms-input-placeholder,
.Vlt-form__element--big .Vlt-select select textarea:placeholder-shown:not(:focus):-ms-input-placeholder,
.Vlt-form__element--big .Vlt-textarea input:placeholder-shown:not(:focus):-ms-input-placeholder,
.Vlt-form__element--big .Vlt-textarea input textarea:placeholder-shown:not(:focus):-ms-input-placeholder,
.Vlt-form__element--big .Vlt-textarea select:placeholder-shown:not(:focus):-ms-input-placeholder,
.Vlt-form__element--big .Vlt-textarea select textarea:placeholder-shown:not(:focus):-ms-input-placeholder {
  opacity: 0;
}

.Vlt-form__element--big .Vlt-input input:placeholder-shown:not(:focus)::placeholder,
.Vlt-form__element--big .Vlt-input input textarea:placeholder-shown:not(:focus)::placeholder,
.Vlt-form__element--big .Vlt-input select:placeholder-shown:not(:focus)::placeholder,
.Vlt-form__element--big .Vlt-input select textarea:placeholder-shown:not(:focus)::placeholder,
.Vlt-form__element--big .Vlt-select input:placeholder-shown:not(:focus)::placeholder,
.Vlt-form__element--big .Vlt-select input textarea:placeholder-shown:not(:focus)::placeholder,
.Vlt-form__element--big .Vlt-select select:placeholder-shown:not(:focus)::placeholder,
.Vlt-form__element--big .Vlt-select select textarea:placeholder-shown:not(:focus)::placeholder,
.Vlt-form__element--big .Vlt-textarea input:placeholder-shown:not(:focus)::placeholder,
.Vlt-form__element--big .Vlt-textarea input textarea:placeholder-shown:not(:focus)::placeholder,
.Vlt-form__element--big .Vlt-textarea select:placeholder-shown:not(:focus)::placeholder,
.Vlt-form__element--big .Vlt-textarea select textarea:placeholder-shown:not(:focus)::placeholder {
  opacity: 0;
}

.Vlt-form__element--big .Vlt-input input:placeholder-shown:not(:focus) + *,
.Vlt-form__element--big .Vlt-input input textarea:placeholder-shown:not(:focus) + *,
.Vlt-form__element--big .Vlt-input select:placeholder-shown:not(:focus) + *,
.Vlt-form__element--big .Vlt-input select textarea:placeholder-shown:not(:focus) + *,
.Vlt-form__element--big .Vlt-select input:placeholder-shown:not(:focus) + *,
.Vlt-form__element--big .Vlt-select input textarea:placeholder-shown:not(:focus) + *,
.Vlt-form__element--big .Vlt-select select:placeholder-shown:not(:focus) + *,
.Vlt-form__element--big .Vlt-select select textarea:placeholder-shown:not(:focus) + *,
.Vlt-form__element--big .Vlt-textarea input:placeholder-shown:not(:focus) + *,
.Vlt-form__element--big .Vlt-textarea input textarea:placeholder-shown:not(:focus) + *,
.Vlt-form__element--big .Vlt-textarea select:placeholder-shown:not(:focus) + *,
.Vlt-form__element--big .Vlt-textarea select textarea:placeholder-shown:not(:focus) + * {
  font-size: 1.6rem;
  margin-top: -1rem;
  top: 50%;
}

.Vlt-form__element--big .Vlt-select:after {
  height: 26px;
  margin-top: -13px;
  width: 26px;
}

hr {
  border-bottom: 0;
  border-top: 1px solid #e7ebee;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin: 24px 0;
}

.hr--tall {
  margin: 32px 0;
}

.Vlt-icon {
  display: inline-block;
  height: 24px;
  vertical-align: middle;
  width: 24px;
}

.Vlt-icon--18 {
  height: 18px;
  width: 18px;
}

.Vlt-icon--small {
  height: 20px;
  width: 20px;
}

.Vlt-icon--smaller {
  height: 16px;
  width: 16px;
}

.Vlt-icon--text-bottom {
  vertical-align: text-bottom;
}

.Vlt-icon--large {
  height: 32px;
  width: 32px;
}

.Vlt-icon--larger {
  height: 40px;
  width: 40px;
}

.Vlt-dropdown {
  position: relative;
}

.Vlt-dropdown__btn:after {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2020%2020%22%20style%3D%22enable-background%3Anew%200%200%2020%2020%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20style%3D%22fill%3A%239B9B9B%3B%22%20d%3D%22M7%2C7.8C6.7%2C7.5%2C6.2%2C7.6%2C5.9%2C7.9S5.7%2C8.7%2C6%2C9l4%2C3.4l4-3.4c0.3-0.3%2C0.3-0.8%2C0-1.1%0A%09c-0.3-0.3-0.7-0.3-1-0.1l-3%2C2.6L7%2C7.8L7%2C7.8z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 20px;
  margin-left: 5px;
  vertical-align: middle;
  width: 20px;
}

.Vlt-dropdown__btn:hover {
  -webkit-transform: none;
          transform: none;
}

.Vlt-dropdown__btn:active {
  -webkit-transform: none;
          transform: none;
}

.Vlt-dropdown__btn--app {
  border-radius: 4px;
}

.Vlt-form__element .Vlt-dropdown__btn {
  margin-bottom: 0;
  margin-top: 0;
}

.Vlt-native-dropdown {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.Vlt-native-dropdown select {
  margin-bottom: 0;
  margin-top: 0;
  padding-right: 38px;
}

.Vlt-native-dropdown select::-ms-expand {
  display: none;
}

.Vlt-native-dropdown:after {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2020%2020%22%20style%3D%22enable-background%3Anew%200%200%2020%2020%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20style%3D%22fill%3A%239B9B9B%3B%22%20d%3D%22M7%2C7.8C6.7%2C7.5%2C6.2%2C7.6%2C5.9%2C7.9S5.7%2C8.7%2C6%2C9l4%2C3.4l4-3.4c0.3-0.3%2C0.3-0.8%2C0-1.1%0A%09c-0.3-0.3-0.7-0.3-1-0.1l-3%2C2.6L7%2C7.8L7%2C7.8z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 20px;
  margin-left: 5px;
  margin-top: -10px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  width: 20px;
}

.Vlt-form__element--big .Vlt-native-dropdown:after, .Vlt-native-dropdown--large:after {
  right: 25px;
}

.Vlt-form__element--big .Vlt-native-dropdown select, .Vlt-native-dropdown--large select {
  margin-bottom: 0;
  margin-top: 0;
  padding-right: 50px !important;
}

.Vlt-dropdown__selection {
  color: #f25a6b;
  margin-left: 5px;
}

.Vlt-dropdown__panel {
  max-height: 0;
  min-width: 100%;
  overflow: hidden;
  position: absolute;
  top: calc(100% + 5px);
  z-index: 99999999;
}

.Vlt-dropdown__panel__content {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: inset 0 0 0 1px #e7ebee, 0 1px 10px rgba(44, 45, 48, 0.1);
  font-size: 1.5rem;
  margin-bottom: 4px;
}

@media only screen and (max-width: 767px) {
  .Vlt-dropdown__panel__content {
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
  }
}

.Vlt-dropdown__panel__content li {
  cursor: pointer;
  overflow: hidden;
  padding: 12px;
  position: relative;
}

.Vlt-dropdown__panel__content li:before {
  background: #e7ebee;
  content: '';
  display: block;
  height: 1px;
  left: 12px;
  position: absolute;
  top: 0;
  width: calc(100% - 24px);
}

.Vlt-dropdown__panel__content li:first-child {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.Vlt-dropdown__panel__content li:first-child:before {
  display: none;
}

.Vlt-dropdown__panel__content li:last-child {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.Vlt-dropdown__panel__content li:hover {
  background: rgba(44, 45, 48, 0.05);
}

.Vlt-dropdown__panel__content li:active {
  background: rgba(44, 45, 48, 0.1);
}

.Vlt-dropdown--expanded .Vlt-dropdown__panel {
  max-height: 100vh;
  overflow: visible;
  transition: 0.3s;
}

.Vlt-badge {
  background: #33aaee;
  border-radius: 40px;
  color: #ffffff;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1.2rem;
  font-weight: 600;
  height: 20px;
  line-height: 1;
  margin: 0 10px;
  padding: 4px 10px;
  vertical-align: bottom;
  white-space: nowrap;
}

.Vlt-badge--red {
  background: #f25a6b;
}

.Vlt-badge--yellow {
  background: #ffc000;
}

.Vlt-badge--green {
  background: #35be8b;
}

.Vlt-badge--grey {
  background: #c4cdd5;
}

.Vlt-badge--large {
  font-size: 1.4rem;
  height: 26px;
  padding: 6px 14px;
}

.Vlt-badge--large .Vlt-badge__dismiss {
  height: 16px;
  margin-left: 2px;
  opacity: 0.6;
  width: 16px;
}

.Vlt-badge + div.Vlt-badge {
  margin-left: 0;
}

p .Vlt-badge {
  margin: 0 5px;
}

.Vlt-badge__dismiss {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22%23ffffff%22%3E%0A%20%20%20%20%3Cpath%20fill-rule%3D%22nonzero%22%20d%3D%22M10.742%2012L4%205.258%205.258%204%2012%2010.742%2018.742%204%2020%205.258%2013.258%2012%2020%2018.742%2018.742%2020%2012%2013.258%205.258%2020%204%2018.742%2010.742%2012z%22/%3E%0A%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  height: 13px;
  margin-right: -4px;
  opacity: 0.7;
  transition: opacity 0.2s;
  vertical-align: middle;
  width: 13px;
}

.Vlt-badge__dismiss:hover {
  opacity: 1;
}

.Vlt-badge--dismissed {
  border: 0 !important;
  height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
}

.Vlt-badge-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.Vlt-badge-group .Vlt-badge:first-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  margin-right: 0;
}

.Vlt-badge-group .Vlt-badge:last-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: 0;
}

.Vlt-callout {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  opacity: 1;
  padding: 12px;
  position: relative;
  text-align: left;
  transition: all 0.3s ease-out;
}

.Vlt-callout i {
  background-size: 20px 20px !important;
  border-radius: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32px;
          flex: 0 0 32px;
  height: 32px;
  width: 32px;
}

.Vlt-callout__icon {
  border-radius: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32px;
          flex: 0 0 32px;
  height: 32px;
  padding: 6px;
  width: 32px;
}

.Vlt-callout__icon svg {
  fill: #ffffff;
  height: 20px;
  width: 20px;
}

.Vlt-callout h4 {
  font-size: 1.6rem;
  margin-bottom: 4px;
  margin-top: 2px;
}

.Vlt-callout p {
  color: #2c2d30;
  margin-bottom: 0;
}

.Vlt-callout p + p,
.Vlt-callout p + ul {
  margin-top: 8px;
}

.Vlt-callout__content {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  padding-left: 1.6rem;
}

.Vlt-callout__dismiss {
  background-position: center;
  background-size: contain;
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  height: 20px;
  margin-left: 8px;
  margin-top: 8px;
  opacity: 0.6;
  transition: opacity 0.2s;
  width: 20px;
}

.Vlt-callout__dismiss:hover {
  opacity: 1;
}

.Vlt-callout__cta {
  line-height: 1.6rem;
  margin-bottom: 8px;
  margin-top: 16px;
  min-height: 30px;
}

.Vlt-callout--dismissed {
  border: 0 !important;
  height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
}

.Vlt-callout--warning {
  background: #fff2cc;
  border: 1px solid #f8e71c;
}

.Vlt-callout--warning i {
  background-color: #ffc000;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20fill%3D%22%23ffffff%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M11.0724799%2C2.10671245%20C10.4574754%2C1.08170499%209.54231794%2C1.08204943%208.92752013%2C2.10671245%20L1.50122634%2C14.4838688%20C0.888689703%2C15.5047632%201.30878124%2C16.25%202.49257535%2C16.25%20L17.5074247%2C16.25%20C18.6877372%2C16.25%2019.1093995%2C15.5015785%2018.4987737%2C14.4838688%20L11.0724799%2C2.10671245%20Z%20M12.0014305%2C1.54934205%20L19.4277243%2C13.9264984%20C20.4707053%2C15.6647999%2019.5315313%2C17.3333333%2017.5074247%2C17.3333333%20L2.49257535%2C17.3333333%20C0.465636432%2C17.3333333%20-0.472950267%2C15.6685416%200.572275667%2C13.9264984%20L7.99856946%2C1.54934205%20C9.03357081%2C-0.175660206%2010.9650891%2C-0.177893775%2012.0014305%2C1.54934205%20Z%22%20id%3D%22Rectangle-4%22%20fill-rule%3D%22nonzero%22%3E%3C%2Fpath%3E%0A%20%20%20%20%3Cpath%20d%3D%22M9.25620833%2C5.79929167%20L9.25620833%2C10.1597083%20C9.25620833%2C10.5048863%209.53603036%2C10.7847083%209.88120833%2C10.7847083%20C10.2263863%2C10.7847083%2010.5062083%2C10.5048863%2010.5062083%2C10.1597083%20L10.5062083%2C5.79929167%20C10.5062083%2C5.4541137%2010.2263863%2C5.17429167%209.88120833%2C5.17429167%20C9.53603036%2C5.17429167%209.25620833%2C5.4541137%209.25620833%2C5.79929167%20Z%22%20id%3D%22Stroke-4%22%20fill-rule%3D%22nonzero%22%3E%3C%2Fpath%3E%0A%20%20%20%20%3Cpath%20d%3D%22M10.906375%2C13.0207917%20C10.906375%2C13.5962083%2010.440125%2C14.0624583%209.86470833%2C14.0624583%20C9.28929167%2C14.0624583%208.82304167%2C13.5962083%208.82304167%2C13.0207917%20C8.82304167%2C12.445375%209.28929167%2C11.979125%209.86470833%2C11.979125%20C10.440125%2C11.979125%2010.906375%2C12.445375%2010.906375%2C13.0207917%22%20id%3D%22Fill-6%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.Vlt-callout--warning .Vlt-callout__icon {
  background: #ffc000;
}

.Vlt-callout--warning .Vlt-callout__dismiss {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20fill%3D%22%239C6F19%22%3E%0A%20%20%20%20%3Cpolygon%20id%3D%22Path-252%22%20points%3D%221.42258898%2015.115968%2015.115968%201.42258898%2013.9374567%200.244077682%200.244077682%2013.9374567%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%3Cpolygon%20id%3D%22Path-252-Copy%22%20points%3D%220.244077682%201.42258898%2013.9374567%2015.115968%2015.115968%2013.9374567%201.42258898%200.244077682%22%3E%3C%2Fpolygon%3E%0A%3C%2Fsvg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.Vlt-callout--critical {
  background: #fde8eb;
  border: 1px solid #fbcbd0;
}

.Vlt-callout--critical i {
  background-color: #f25a6b;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20fill%3D%22%23ffffff%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M10%2C18.0485833%20C7.875%2C18.0485833%205.9475%2C17.2185833%204.50916667%2C15.87275%20L16.0475%2C4.70025%20C17.2891667%2C6.11691667%2018.0483333%2C7.96775%2018.0483333%2C10.00025%20C18.0483333%2C14.44525%2014.445%2C18.0485833%2010%2C18.0485833%20M1.95166667%2C10.00025%20C1.95166667%2C5.55525%205.555%2C1.95108333%2010%2C1.95108333%20C12.0225%2C1.95108333%2013.8658333%2C2.70275%2015.28%2C3.93525%20L3.76416667%2C15.0860833%20C2.63166667%2C13.6994167%201.95166667%2C11.9294167%201.95166667%2C10.00025%20M10%2C0.833583333%20C4.9375%2C0.833583333%200.833333333%2C4.93775%200.833333333%2C10.00025%20C0.833333333%2C12.2319167%201.6325%2C14.2760833%202.95833333%2C15.8660833%20L2.95666667%2C15.86775%20L3.01916667%2C15.93275%20C4.7%2C17.9094167%207.20166667%2C19.1669167%2010%2C19.1669167%20C15.0625%2C19.1669167%2019.1666667%2C15.06275%2019.1666667%2C10.00025%20C19.1666667%2C4.93775%2015.0625%2C0.833583333%2010%2C0.833583333%22%20id%3D%22Fill-1%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.Vlt-callout--critical .Vlt-callout__icon {
  background: #f25a6b;
}

.Vlt-callout--critical .Vlt-callout__dismiss {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20fill%3D%22%23BB3241%22%3E%0A%20%20%20%20%3Cpolygon%20id%3D%22Path-252%22%20points%3D%221.42258898%2015.115968%2015.115968%201.42258898%2013.9374567%200.244077682%200.244077682%2013.9374567%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%3Cpolygon%20id%3D%22Path-252-Copy%22%20points%3D%220.244077682%201.42258898%2013.9374567%2015.115968%2015.115968%2013.9374567%201.42258898%200.244077682%22%3E%3C%2Fpolygon%3E%0A%3C%2Fsvg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.Vlt-callout--good {
  background: #d7f2e8;
  border: 1px solid #ade4cf;
}

.Vlt-callout--good i {
  background-color: #35be8b;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20fill%3D%22%23ffffff%22%3E%0A%20%20%20%20%3Cpolygon%20id%3D%22Path-249%22%20fill%3D%22%23000000%22%20points%3D%222.25592232%209.52856496%201.07741102%2010.7070763%206.49833854%2016.1280038%2018.7037533%203.92258898%2017.525242%202.74407768%206.49833854%2013.7709812%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%3Cpolygon%20id%3D%22Path-249%22%20fill%3D%22%23FFFFFF%22%20points%3D%222.25592232%209.52856496%201.07741102%2010.7070763%206.49833854%2016.1280038%2018.7037533%203.92258898%2017.525242%202.74407768%206.49833854%2013.7709812%22%3E%3C%2Fpolygon%3E%0A%3C%2Fsvg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.Vlt-callout--good .Vlt-callout__icon {
  background: #35be8b;
}

.Vlt-callout--good .Vlt-callout__dismiss {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20fill%3D%22%232D966F%22%3E%0A%20%20%20%20%3Cpolygon%20id%3D%22Path-252%22%20points%3D%221.42258898%2015.115968%2015.115968%201.42258898%2013.9374567%200.244077682%200.244077682%2013.9374567%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%3Cpolygon%20id%3D%22Path-252-Copy%22%20points%3D%220.244077682%201.42258898%2013.9374567%2015.115968%2015.115968%2013.9374567%201.42258898%200.244077682%22%3E%3C%2Fpolygon%3E%0A%3C%2Fsvg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.Vlt-callout--good .Vlt-callout__cta {
  background: #35be8b;
  color: #ffffff;
}

.Vlt-callout--good .Vlt-callout__cta:hover {
  background: #2faa7c;
}

.Vlt-callout--shoutout {
  background: #d6eefc;
  border: 1px solid #b4e0f9;
}

.Vlt-callout--shoutout i {
  background: #33aaee;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20fill%3D%22%23ffffff%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M17.1398551%2C15.8684596%20C17.1398551%2C16.166651%2016.8871014%2C16.4192089%2016.5632609%2C16.4192089%20C16.2631159%2C16.4192089%2016.0103623%2C16.166651%2016.0103623%2C15.8684596%20L16.0103623%2C2.82356939%20C16.0103623%2C2.52537799%2016.2631159%2C2.2728201%2016.5632609%2C2.2728201%20L16.5869565%2C2.2728201%20C16.8871014%2C2.2728201%2017.1398551%2C2.52537799%2017.1398551%2C2.82356939%20L17.1398551%2C15.8684596%20Z%20M2.51963768%2C10.3153332%20L2.51963768%2C8.37669575%20L14.9835507%2C4.43647801%20L14.9835507%2C14.2201457%20L2.51963768%2C10.3153332%20Z%20M1.49282609%2C11.098184%20C1.49282609%2C11.2240696%201.38619565%2C11.3302855%201.25981884%2C11.3302855%20C1.13344203%2C11.3302855%201.02681159%2C11.2240696%201.02681159%2C11.098184%20L1.02681159%2C7.57417536%20C1.02681159%2C7.44828981%201.13344203%2C7.34207388%201.25981884%2C7.34207388%20C1.38619565%2C7.34207388%201.49282609%2C7.44828981%201.49282609%2C7.57417536%20L1.49282609%2C11.098184%20Z%20M9.26894928%2C13.9872574%20C9.22945652%2C14.1107826%209.11176812%2C14.1666443%209.01935507%2C14.1666443%20C8.99328986%2C14.1666443%208.96801449%2C14.1627104%208.94273913%2C14.1548425%20L4.29523188%2C12.6796212%20C4.20755797%2C12.6520838%204.16332609%2C12.5875674%204.14436957%2C12.5513753%20C4.1262029%2C12.51597%204.09855797%2C12.4420123%204.12699275%2C12.3554659%20C4.16648551%2C12.2319407%204.28338406%2C12.176079%204.37658696%2C12.176079%20C4.40186232%2C12.176079%204.42713768%2C12.180013%204.45241304%2C12.1878808%20L9.10071014%2C13.6631021%20C9.1875942%2C13.6906396%209.23182609%2C13.7551559%209.25078261%2C13.791348%20C9.26894928%2C13.8275401%209.2965942%2C13.9007111%209.26894928%2C13.9872574%20Z%20M16.5869565%2C1.25%20L16.5632609%2C1.25%20C15.6944203%2C1.25%2014.9835507%2C1.95810622%2014.9835507%2C2.82356939%20L14.9835507%2C3.36409047%20L2.49041304%2C7.31217606%20C2.36877536%2C6.74726465%201.86247826%2C6.31925378%201.25981884%2C6.31925378%20C0.567115942%2C6.31925378%200%2C6.88416519%200%2C7.57417536%20L0%2C11.098184%20C0%2C11.788981%200.567115942%2C12.3531056%201.25981884%2C12.3531056%20C1.85615942%2C12.3531056%202.35692754%2C11.9337493%202.48488406%2C11.3774926%20L3.36162319%2C11.6520804%20C3.27078986%2C11.7677378%203.19575362%2C11.8975573%203.14836232%2C12.044686%20C2.93352174%2C12.7166001%203.30949275%2C13.440442%203.98323913%2C13.6544475%20L8.63153623%2C15.1296688%20C8.76028261%2C15.1705816%208.8906087%2C15.1894644%209.01935507%2C15.1894644%20C9.56435507%2C15.1894644%2010.0730217%2C14.8409188%2010.2467899%2C14.2980374%20C10.2973406%2C14.1406804%2010.3123478%2C13.9817499%2010.3020797%2C13.8259665%20L14.9835507%2C15.2925332%20L14.9835507%2C15.8684596%20C14.9835507%2C16.7339228%2015.6944203%2C17.442029%2016.5632609%2C17.442029%20L16.5869565%2C17.442029%20C17.4557971%2C17.442029%2018.1666667%2C16.7339228%2018.1666667%2C15.8684596%20L18.1666667%2C2.82356939%20C18.1666667%2C1.95810622%2017.4557971%2C1.25%2016.5869565%2C1.25%20Z%22%20id%3D%22Fill-1%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.Vlt-callout--shoutout .Vlt-callout__icon {
  background: #33aaee;
}

.Vlt-callout--shoutout .Vlt-callout__dismiss {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20fill%3D%22%23117BB8%22%3E%0A%20%20%20%20%3Cpolygon%20id%3D%22Path-252%22%20points%3D%221.42258898%2015.115968%2015.115968%201.42258898%2013.9374567%200.244077682%200.244077682%2013.9374567%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%3Cpolygon%20id%3D%22Path-252-Copy%22%20points%3D%220.244077682%201.42258898%2013.9374567%2015.115968%2015.115968%2013.9374567%201.42258898%200.244077682%22%3E%3C%2Fpolygon%3E%0A%3C%2Fsvg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.Vlt-callout--tip {
  background: #f8fafc;
  border: 1px solid #e7ebee;
  box-shadow: none;
}

.Vlt-callout--tip i {
  background: #e7ebee;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20fill%3D%22%23637381%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23637381%22%20d%3D%22M17.0973207%2C4.33600997%20C16.8972773%2C4.33600997%2016.7082067%2C4.37771645%2016.530109%2C4.44277855%20L16.530109%2C3.59530293%20C16.530109%2C2.71195974%2015.8134978%2C1.99127181%2014.9339821%2C1.99127181%20L14.8225655%2C1.99127181%20C14.6267424%2C1.99127181%2014.4410481%2C2.03214416%2014.2671707%2C2.09720627%20C14.089917%2C1.37318182%2013.4425192%2C0.8335%2012.6685116%2C0.8335%20C11.7577654%2C0.8335%2011.0166763%2C1.57754356%2011.0166763%2C2.4934178%20L11.0166763%2C2.76200751%20C10.8419549%2C2.6994478%2010.6571046%2C2.65857545%2010.4612815%2C2.65857545%20C9.55053538%2C2.65857545%208.80944629%2C3.40345314%208.80944629%2C4.31849325%20L8.80944629%2C6.33124785%20C7.38972893%2C4.40774511%207.25636666%2C3.01057812%207.25636666%2C2.58433792%20L7.25636666%2C1.4349074%20C7.25636666%2C1.1354549%207.01074374%2C0.892723198%206.70688034%2C0.892723198%20C6.40386099%2C0.892723198%206.15823807%2C1.1354549%206.15823807%2C1.4349074%20L6.15823807%2C2.58433792%20C6.15823807%2C3.1765699%206.3481527%2C5.32111697%208.78581247%2C8.03370626%20C9.04494043%2C8.32064682%209.19011962%2C8.62093346%209.1664858%2C8.81528564%20C9.16142141%2C8.85282147%209.14876043%2C8.95208289%208.97910336%2C9.0680269%20C8.51908793%2C9.37999135%207.72144649%2C9.58852373%207.45303381%2C9.64274216%20L6.69253123%2C9.79538786%20L7.09177398%2C10.4526819%20C7.1348213%2C10.5244171%207.5256234%2C11.1333317%208.31482419%2C11.3051623%20C8.34436647%2C11.3268497%208.37475281%2C11.3568784%208.37812907%2C11.3810681%20C8.38825785%2C11.4544715%208.30047509%2C11.6888619%207.89447981%2C12.0550448%20L7.16520764%2C12.7098365%20L8.11224859%2C12.976758%20C8.27684127%2C13.0234692%208.54018955%2C13.1761149%208.55707085%2C13.2770446%20C8.57057589%2C13.3662965%208.42117639%2C13.724138%207.56360633%2C14.2955168%20L7.32135967%2C14.4573379%20L7.32135967%2C15.8019547%20C7.32135967%2C16.3891819%206.80057155%2C17.0172815%205.33865094%2C17.0172815%20L2.60219216%2C17.0172815%20C1.98602469%2C17.0172815%201.25%2C17.2967149%201.25%2C18.6246491%20C1.25%2C18.9241016%201.49562292%2C19.1668333%201.79864226%2C19.1668333%20C2.1016616%2C19.1668333%202.34728452%2C18.9241016%202.34728452%2C18.6246491%20C2.34728452%2C18.102484%202.43759948%2C18.102484%202.60219216%2C18.102484%20L5.33865094%2C18.102484%20C7.0478826%2C18.102484%207.92739835%2C17.4026493%208.2591159%2C16.6035532%20L9.17745864%2C17.5119203%20C9.27114986%2C17.6028404%209.36990546%2C18.0107298%209.38087831%2C18.3493864%20C9.39100709%2C18.6421658%209.63409782%2C18.8740539%209.92952057%2C18.8740539%20L9.94640187%2C18.8740539%20C10.2494212%2C18.8640443%2010.4866035%2C18.6146396%2010.4773188%2C18.3160212%20C10.4722544%2C18.134181%2010.4216105%2C17.2066289%209.95399846%2C16.7453553%20L8.41948826%2C15.2289077%20L8.41948826%2C15.0270484%20C9.34120725%2C14.3605789%209.74045001%2C13.7308111%209.64000627%2C13.1068822%20C9.58260985%2C12.7482065%209.37159359%2C12.4871239%209.13947572%2C12.3052837%20C9.41295278%2C11.9257547%209.51930497%2C11.5562353%209.46022042%2C11.2008962%20C9.37919018%2C10.7246082%209.03059133%2C10.4618574%208.84152076%2C10.3517523%20C9.10318092%2C10.2466519%209.37159359%2C10.1173619%209.60033521%2C9.96137964%20C10.078076%2C9.63690325%2010.220723%2C9.23068216%2010.2553297%2C8.94624398%20C10.3042854%2C8.55336897%2010.1802079%2C8.12379225%209.90673082%2C7.70422509%20L9.90673082%2C4.31849325%20C9.90673082%2C4.00152402%2010.1548859%2C3.74377799%2010.4612815%2C3.74377799%20C10.7668331%2C3.74377799%2011.0158322%2C4.00152402%2011.0158322%2C4.31849325%20L11.0158322%2C9.5960309%20L12.1139608%2C9.5960309%20L12.1139608%2C8.99045285%20L12.1148049%2C8.99045285%20L12.1148049%2C2.4934178%20C12.1148049%2C2.17561444%2012.36296%2C1.91870254%2012.6685116%2C1.91870254%20C12.9740631%2C1.91870254%2013.2222182%2C2.17561444%2013.2222182%2C2.4934178%20L13.2222182%2C9.57517766%20L13.2255945%2C9.57517766%20L13.2255945%2C9.5818507%20L14.3237231%2C9.5818507%20L14.3237231%2C3.59530293%20C14.3237231%2C3.31336715%2014.5516206%2C3.07647435%2014.8225655%2C3.07647435%20L14.9339821%2C3.07647435%20C15.2040829%2C3.07647435%2015.4319804%2C3.31336715%2015.4319804%2C3.59530293%20L15.4319804%2C9.57267527%20L16.530109%2C9.57267527%20L16.530109%2C8.72686791%20C16.5326412%2C8.70434641%2016.543614%2C8.68516143%2016.543614%2C8.66263994%20L16.543614%2C5.99592777%20C16.543614%2C5.67812441%2016.7917692%2C5.42121251%2017.0973207%2C5.42121251%20C17.4028722%2C5.42121251%2017.6518714%2C5.67812441%2017.6518714%2C5.99592777%20L17.6518714%2C11.856522%20C17.6518714%2C13.6557394%2017.2652896%2C15.1805282%2017.0340158%2C16.0922318%20C16.9631144%2C16.369997%2016.9057179%2C16.5968802%2016.8744875%2C16.7645402%20C16.7309965%2C17.5269346%2016.711583%2C18.3093482%2016.711583%2C18.3418792%20C16.7039864%2C18.6413317%2016.9445449%2C18.8890682%2017.2475643%2C18.8957412%20C17.2517846%2C18.8965754%2017.2551609%2C18.8965754%2017.2593812%2C18.8965754%20C17.5573361%2C18.8965754%2017.8012709%2C18.6613508%2017.8080234%2C18.366069%20C17.8088675%2C18.3593959%2017.8257488%2C17.6395421%2017.9532026%2C16.9638972%20C17.9819008%2C16.8112515%2018.0342329%2C16.6068898%2018.0983818%2C16.3558168%20C18.3423166%2C15.3957336%2018.75%2C13.7892001%2018.75%2C11.856522%20L18.75%2C5.99592777%20C18.75%2C5.08088766%2018.0080668%2C4.33600997%2017.0973207%2C4.33600997%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.Vlt-callout--tip .Vlt-callout__icon {
  background: #e7ebee;
}

.Vlt-callout--tip .Vlt-callout__dismiss {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20fill%3D%22%23919EAB%22%3E%0A%20%20%20%20%3Cpolygon%20id%3D%22Path-252%22%20points%3D%221.42258898%2015.115968%2015.115968%201.42258898%2013.9374567%200.244077682%200.244077682%2013.9374567%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%3Cpolygon%20id%3D%22Path-252-Copy%22%20points%3D%220.244077682%201.42258898%2013.9374567%2015.115968%2015.115968%2013.9374567%201.42258898%200.244077682%22%3E%3C%2Fpolygon%3E%0A%3C%2Fsvg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.Vlt-flash {
  box-shadow: 0 2px 4px fade(#000000, 15);
  left: 50%;
  margin-left: -45%;
  position: fixed;
  top: -100%;
  transition: top 0.3s;
  width: 90%;
  z-index: 10000000;
}

.Vlt-flash.Vlt-flash_visible {
  top: 20px;
}

.Vlt-flash--bottom {
  bottom: -100%;
  top: auto;
  transition: bottom 0.3s;
}

.Vlt-flash--bottom.Vlt-flash_visible {
  bottom: 20px;
  top: auto;
}

@media only screen and (min-width: 768px) {
  .Vlt-flash--small {
    margin-left: -25%;
    width: 50%;
  }
}

.Vlt-flash.Vlt-callout {
  border: 0;
}

.Vlt-flash.Vlt-callout p {
  color: #ffffff;
  font-weight: 600;
}

.Vlt-flash.Vlt-callout--warning {
  background: #ff8f02;
}

.Vlt-flash.Vlt-callout--warning i {
  background-color: #ce7300;
}

.Vlt-flash.Vlt-callout--critical {
  background: #f25a6b;
}

.Vlt-flash.Vlt-callout--critical i {
  background-color: #bb3241;
}

.Vlt-flash.Vlt-callout--shoutout {
  background: #33aaee;
}

.Vlt-flash.Vlt-callout--shoutout i {
  background-color: #117bb8;
}

.Vlt-flash.Vlt-callout--good {
  background: #35be8b;
}

.Vlt-flash.Vlt-callout--good i {
  background-color: #2a966e;
}

.Vlt-table {
  background: linear-gradient(90deg, rgba(44, 45, 48, 0.1) 0%, transparent 30%), linear-gradient(90deg, transparent 70%, rgba(44, 45, 48, 0.1) 100%) 100% 0;
  background-repeat: no-repeat;
  background-size: 40px 100%, 40px 100%, 14px 100%, 14px 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}

.Vlt-table table {
  background: linear-gradient(90deg, #ffffff 20px, transparent 20px), linear-gradient(90deg, transparent calc(100% - 20px), #ffffff calc(100% - 20px)) 100% 0;
  font-size: 1.5rem;
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
  width: 100%;
}

.Vlt-table table tr {
  position: relative;
}

.Vlt-table table thead th {
  color: #2c2d30;
  font-size: 1.6rem;
  font-weight: 600;
}

.Vlt-table table td,
.Vlt-table table th {
  background-clip: padding-box;
  border-bottom: 1px solid #e7ebee;
  min-height: 3.6rem;
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
  padding-bottom: 8px;
  padding-top: 8px;
  text-align: left;
  vertical-align: middle;
}

.Vlt-table table td + td,
.Vlt-table table td + th,
.Vlt-table table th + td,
.Vlt-table table th + th {
  padding-left: 8px;
}

@media only screen and (min-width: 768px) {
  .Vlt-table table tbody tr:hover > td {
    background-color: rgba(99, 115, 129, 0.05);
  }
}

.Vlt-table--tall table td,
.Vlt-table--tall table th {
  padding-bottom: 16px;
  padding-top: 16px;
}

.Vlt-table--short table td,
.Vlt-table--short table th {
  padding-bottom: 4px;
  padding-top: 4px;
}

.Vlt-table--nowrap td,
.Vlt-table--nowrap th {
  white-space: nowrap;
}

@media only screen and (min-width: 576px) {
  .Vlt-table--fixed table {
    table-layout: fixed;
  }
}

.Vlt-table--nohighlight tbody tr:hover > td {
  background-color: transparent;
}

table tbody .Vlt-table__cell--number,
table tfoot .Vlt-table__cell--number {
  text-align: right;
}

table tbody .Vlt-table__cell--neg,
table tfoot .Vlt-table__cell--neg {
  color: #f25a6b;
}

table tbody .Vlt-table__cell--pos,
table tfoot .Vlt-table__cell--pos {
  color: #35be8b;
}

table tbody .Vlt-table__cell--avg,
table tfoot .Vlt-table__cell--avg {
  color: #ffc000;
}

table tbody .Vlt-table__cell--nowrap,
table tfoot .Vlt-table__cell--nowrap {
  white-space: nowrap;
}

.Vlt-table .Vlt-btn {
  margin-bottom: -4px;
  margin-top: -4px;
}

.Vlt-table__pagination {
  padding: 8px;
  text-align: center;
}

.Vlt-table__pagination ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.Vlt-table__pagination ul li {
  border-radius: 4px;
  font-size: 1.3rem;
  margin-left: 4px;
  min-width: 24px;
  padding: 4px;
  text-align: center;
}

.Vlt-table__pagination ul li:first-child {
  margin-left: 0;
}

.Vlt-table__pagination ul li a {
  display: block;
  height: 100%;
  width: 100%;
}

.Vlt-table__pagination__current {
  background: #e7ebee;
  color: #637381;
}

.Vlt-table__pagination__prev {
  margin-right: 8px;
}

.Vlt-table__pagination__next {
  margin-left: 8px;
}

@media only screen and (max-width: 575px) {
  .Vlt-table--mobile-stack, .Vlt-table--mobile-stack.Vlt-table--data {
    background: none;
  }
  .Vlt-table--mobile-stack table, .Vlt-table--mobile-stack.Vlt-table--data table {
    background: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    min-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    width: auto;
  }
  .Vlt-table--mobile-stack table thead, .Vlt-table--mobile-stack.Vlt-table--data table thead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }
  .Vlt-table--mobile-stack table thead th, .Vlt-table--mobile-stack.Vlt-table--data table thead th {
    border-bottom: 1px solid #e7ebee;
    border-top: 0;
    font-size: 1.5rem;
    height: auto;
    min-height: 3.6rem;
  }
  .Vlt-table--mobile-stack table tr, .Vlt-table--mobile-stack.Vlt-table--data table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }
  .Vlt-table--mobile-stack table tbody, .Vlt-table--mobile-stack.Vlt-table--data table tbody {
    background: linear-gradient(90deg, rgba(44, 45, 48, 0.1) 0%, transparent 30%), linear-gradient(90deg, transparent 70%, rgba(44, 45, 48, 0.1) 100%) 100% 0;
    background-repeat: no-repeat;
    background-size: 40px 100%, 40px 100%, 14px 100%, 14px 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    position: relative;
  }
  .Vlt-table--mobile-stack table tbody tr:first-child, .Vlt-table--mobile-stack.Vlt-table--data table tbody tr:first-child {
    background: linear-gradient(90deg, #ffffff 20px, transparent 20px);
  }
  .Vlt-table--mobile-stack table tbody tr:last-child, .Vlt-table--mobile-stack.Vlt-table--data table tbody tr:last-child {
    background: linear-gradient(90deg, transparent calc(100% - 20px), #ffffff calc(100% - 20px)) 100% 0;
  }
  .Vlt-table--mobile-stack table td,
  .Vlt-table--mobile-stack table th, .Vlt-table--mobile-stack.Vlt-table--data table td,
  .Vlt-table--mobile-stack.Vlt-table--data table th {
    border-left: 0;
    border-right: 0;
    display: block;
    white-space: nowrap;
  }
  .Vlt-table--mobile-stack table .Vlt-table__cell--number, .Vlt-table--mobile-stack.Vlt-table--data table .Vlt-table__cell--number {
    text-align: left;
  }
  .Vlt-table--mobile-stack table tfoot, .Vlt-table--mobile-stack.Vlt-table--data table tfoot {
    display: none;
  }
  .Vlt-table--mobile-stack:not(.Vlt-table--data) table thead th, .Vlt-table--mobile-stack.Vlt-table--data:not(.Vlt-table--data) table thead th {
    border-right: 1px solid #e7ebee;
    padding-left: 0;
    padding-right: 16px;
  }
  .Vlt-table--mobile-stack:not(.Vlt-table--data) table tbody td, .Vlt-table--mobile-stack.Vlt-table--data:not(.Vlt-table--data) table tbody td {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.Vlt-table .Vlt-table__col--sortable {
  cursor: pointer;
  padding-left: 16px;
  position: relative;
}

.Vlt-table .Vlt-table__col--sortable:before {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%226px%22%20height%3D%2210px%22%20viewBox%3D%220%200%206%2010%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2047.1%20(45422)%20-%20http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%20--%3E%0A%20%20%20%20%3Ctitle%3EGroup%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cdefs%3E%3C%2Fdefs%3E%0A%20%20%20%20%3Cg%20id%3D%22Symbols%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group%22%20fill%3D%22%239B9B9B%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Triangle%22%20points%3D%223%200%206%204%200%204%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Triangle-Copy%22%20points%3D%223%209.5%200%205.5%206%205.5%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 10px;
  left: 5px;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  width: 6px;
}

.Vlt-table .Vlt-table__col--descending, .Vlt-table .Vlt-table__col--ascending {
  color: #2c2d30;
  font-weight: 600;
}

.Vlt-table .Vlt-table__col--descending:before {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%226px%22%20height%3D%2210px%22%20viewBox%3D%220%200%206%2010%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2047.1%20(45422)%20-%20http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%20--%3E%0A%20%20%20%20%3Ctitle%3EGroup%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cdefs%3E%3C%2Fdefs%3E%0A%20%20%20%20%3Cg%20id%3D%22Symbols%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group%22%20fill%3D%22%234A4A4A%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Triangle-Copy%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20points%3D%223%209.5%200%205.5%206%205.5%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.Vlt-table .Vlt-table__col--ascending:before {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%226px%22%20height%3D%224px%22%20viewBox%3D%220%200%206%204%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2047.1%20(45422)%20-%20http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%20--%3E%0A%20%20%20%20%3Ctitle%3ETriangle%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cdefs%3E%3C%2Fdefs%3E%0A%20%20%20%20%3Cg%20id%3D%22Symbols%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group%22%20fill%3D%22%234A4A4A%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Triangle%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20points%3D%223%200%206%204%200%204%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.Vlt-table .Vlt-table__row--nohighlight:hover > td {
  background-color: transparent;
}

.Vlt-table td:not(.Vlt-btn-group) .Vlt-btn + .Vlt-btn {
  margin-left: 4px;
}

.Vlt-table td.Vlt-btn-group {
  min-height: 0;
}

.Vlt-table--data table {
  font-size: 1.4rem;
  width: 100%;
}

.Vlt-table--data table thead th {
  background-color: #f8fafc;
  border-bottom: 1px solid #c4cdd5;
  border-top: 1px solid #e7ebee;
  color: #637381;
  font-size: 1.4rem;
  height: 3.6rem;
}

.Vlt-table--data table tfoot td {
  border-bottom: 0;
  border-top: 2px solid #e7ebee;
  font-weight: bold;
}

.Vlt-table--data table td,
.Vlt-table--data table th {
  padding-left: 16px;
  padding-right: 16px;
}

.Vlt-table--data table td + td,
.Vlt-table--data table td + th,
.Vlt-table--data table th + td,
.Vlt-table--data table th + th {
  padding-left: 16px;
}

.Vlt-table--data--cols td + td,
.Vlt-table--data--cols th + th {
  border-left: 1px solid #e7ebee;
}

.Vlt-table--data--dark.Vlt-table--data--cols thead th + th {
  border-left-color: #c4cdd5;
}

.Vlt-table--data--dark table thead th {
  background-color: #e7ebee;
  border-bottom-color: #919eab;
  border-top-color: #c4cdd5;
  color: #2c2d30;
}

.Vlt-table--data--teal.Vlt-table--data--cols thead th + th {
  border-left-color: #94dbe4;
}

.Vlt-table--data--teal table thead th {
  background-color: #dbf3f6;
  border-bottom-color: #4cc3d2;
  border-top-color: #94dbe4;
  color: #405352;
}

.Vlt-table--data--teal table tbody td {
  border-bottom-color: #dbf3f6;
}

.Vlt-table--data--teal table tbody td + td {
  border-left-color: #dbf3f6;
}

.Vlt-table--data--teal table tfoot td {
  border-top-color: #dbf3f6;
}

.Vlt-table--data--teal table tfoot td + td {
  border-left-color: #dbf3f6;
}

.Vlt-list {
  padding-left: 24px;
}

.Vlt-list ul {
  margin-top: 8px;
  padding-left: 24px;
}

.Vlt-list li {
  margin-bottom: 0.5em;
  position: relative;
}

.Vlt-list--simple li:before {
  color: #117bb8;
  content: '•';
  left: -16px;
  position: absolute;
  top: 0em;
}

.Vlt-list--simple li li:before {
  color: #33aaee;
}

.Vlt-list--simple li li li:before {
  color: #005282;
}

.Vlt-list--square li {
  margin-bottom: 30px;
  padding-left: 30px;
  position: relative;
}

.Vlt-list--square li:before {
  background: #117bb8;
  border-radius: 2px;
  content: '';
  height: 10px;
  left: 5px;
  position: absolute;
  top: 0.6em;
  width: 10px;
}

.Vlt-list--square li li:before {
  color: inherit;
  content: inherit;
}

.Vlt-list--icon {
  padding-left: 0;
}

.Vlt-list--icon li {
  margin-bottom: 16px;
  padding-left: 30px;
  position: relative;
}

.Vlt-list--icon li:before {
  display: none;
}

.Vlt-list--icon li > svg {
  background: none;
  height: 20px;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 20px;
}

.Vlt-big-number, .Vlt-list--big-number li {
  margin-top: 8px;
  min-height: 40px;
  padding-left: 50px;
  position: relative;
}

.Vlt-big-number:before, .Vlt-list--big-number li:before {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #35be8b;
  border-radius: 50px;
  color: #ffffff;
  content: attr(data-index);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5rem;
  font-weight: bold;
  height: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 5px;
  position: absolute;
  top: -0.35em;
  width: 30px;
}

.Vlt-big-number--h3:before {
  top: 0;
}

.Vlt-list--big-number {
  counter-reset: list;
}

.Vlt-list--big-number li {
  counter-increment: list;
}

.Vlt-list--big-number li:before {
  content: counter(list);
}

.Vlt-tabs__panel, .Vlt-js-tabs__panel {
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.Vlt-tabs__panel_active, .Vlt-js-tabs__panel_active {
  display: block;
  position: relative;
}

.Vlt-tabs__link {
  background: none;
  border: 0;
  border-radius: 0;
  color: #2c2d30;
  cursor: pointer;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 20px 0 0;
  outline: none;
  padding: 14px 0px;
  position: relative;
}

.Vlt-tabs__link svg {
  height: 20px;
  margin-bottom: -4px;
  width: 20px;
}

.Vlt-tabs__link svg + span {
  margin-left: 8px;
}

.Vlt-tabs__link:after {
  background: #d6eefc;
  bottom: 0;
  content: '';
  height: 3px;
  left: 50%;
  position: absolute;
  transition: none;
  width: 0px;
}

@media only screen and (min-width: 768px) {
  .Vlt-tabs__link:hover {
    background: none;
    color: #2c2d30;
  }
  .Vlt-tabs__link:hover:after {
    left: 0;
    transition: all 0.2s;
    width: 100%;
  }
}

.Vlt-tabs__link_active, .Vlt-tabs__link:active {
  background: none;
}

.Vlt-tabs__link_active:after, .Vlt-tabs__link:active:after {
  background: #33aaee;
  left: 0;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .Vlt-tabs__link_active:after, .Vlt-tabs__link:active:after {
    transition: all 0.2s;
  }
}

.Vlt-tabs__header {
  border-bottom: 1px solid #e7ebee;
  white-space: nowrap;
  margin: 0;
}

.Vlt-tabs__link:focus {
  background: none;
}

.Vlt-tabs__link_disabled {
  color: #c4cdd5;
  cursor: default;
  pointer-events: none;
}

.Vlt-tabs__link_disabled:after {
  display: none;
}

.Vlt-tabs__link_disabled svg {
  fill: #c4cdd5;
}

.Vlt-tabs__content {
  margin-top: 16px;
  position: relative;
}

.Vlt-tabs__content--flush {
  margin-top: 0;
}

.Vlt-tabs--icons .Vlt-tabs__link {
  display: inline-block;
  padding: 8px 4px;
}

.Vlt-tabs--icons .Vlt-tabs__link_disabled {
  pointer-events: inherit;
}

.Vlt-tabs--icons .Vlt-tabs__link .Vlt-tooltip--js[x-placement^='bottom'] {
  margin-top: 15px;
}

.Vlt-js-tabs__link {
  cursor: pointer;
}

.Vlt-tooltip {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
}

span.Vlt-tooltip {
  margin-left: 4px;
  vertical-align: bottom;
}

.Vlt-tooltip--js {
  z-index: 99999;
}

.tooltip-arrow, .Vlt-tooltip--js[x-placement^='bottom'] .Vlt-tooltip__arrow, .Vlt-tooltip--js[x-placement^='top'] .Vlt-tooltip__arrow, .Vlt-tooltip--js[x-placement^='right'] .Vlt-tooltip__arrow, .Vlt-tooltip--js[x-placement^='left'] .Vlt-tooltip__arrow {
  border-style: solid;
  position: absolute;
}

.arrow-bottom-mixin, .Vlt-tooltip--js[x-placement^='bottom'] .Vlt-tooltip__arrow {
  border-color: transparent transparent #2c2d30;
  border-width: 0 6px 6px;
  top: 3px;
}

.arrow-top-mixin, .Vlt-tooltip--js[x-placement^='top'] .Vlt-tooltip__arrow {
  border-color: #2c2d30 transparent transparent;
  border-width: 6px 6px 0px;
  bottom: 3px;
}

.arrow-right-mixin, .Vlt-tooltip--js[x-placement^='right'] .Vlt-tooltip__arrow {
  border-color: transparent #2c2d30 transparent transparent;
  border-width: 6px 6px 6px 0;
  left: 3px;
}

.arrow-left-mixin, .Vlt-tooltip--js[x-placement^='left'] .Vlt-tooltip__arrow {
  border-color: transparent transparent transparent #2c2d30;
  border-width: 6px 0px 6px 6px;
  right: 3px;
}

.tooltip-bottom-mixin, .Vlt-tooltip--js[x-placement^='bottom'] .Vlt-tooltip__content {
  margin-top: 9px;
  text-align: center;
}

.tooltip-top-mixin, .Vlt-tooltip--js[x-placement^='top'] .Vlt-tooltip__content {
  margin-bottom: 9px;
  text-align: center;
}

.tooltip-right-mixin, .Vlt-tooltip--js[x-placement^='right'] .Vlt-tooltip__content {
  margin-left: 9px;
  text-align: left;
}

.tooltip-left-mixin, .Vlt-tooltip--js[x-placement^='left'] .Vlt-tooltip__content {
  margin-right: 9px;
  text-align: left;
}

.Vlt-tooltip__content {
  background: #2c2d30;
  border-radius: 4px;
  color: #ffffff;
  cursor: default;
  font-size: 1.4rem;
  max-width: 300px;
  padding: 8px 10px;
  transition: display 0.2s;
  white-space: normal;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  z-index: 99999;
}

.Vlt-sidenav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0px;
      -ms-flex: 0px 0px 270px;
          flex: 0px 0px 270px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  font-weight: 600;
  height: 100vh;
  width: 270px;
}

@media only screen and (max-width: 575px) {
  .Vlt-sidenav {
    height: 100vh;
    padding-top: 5px;
    position: fixed;
    top: 0;
    -webkit-transform: translate(-100vw, 0);
            transform: translate(-100vw, 0);
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    width: 80vw;
    z-index: 9999999;
  }
  .Vlt-sidenav_visible {
    box-shadow: 4px 0 12px rgba(44, 45, 48, 0.15), 20vw 0 0 rgba(44, 45, 48, 0.15);
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.Vlt-sidenav--animate {
  transition: width 0.2s, -webkit-flex-basis 0.2s;
  transition: width 0.2s, flex-basis 0.2s;
  transition: width 0.2s, flex-basis 0.2s, -webkit-flex-basis 0.2s, -ms-flex-preferred-size 0.2s;
}

.Vlt-sidenav__mobile-trigger {
  display: none;
}

@media only screen and (max-width: 575px) {
  .Vlt-sidenav__mobile-trigger {
    display: block;
  }
}

.Vlt-sidenav__block {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 10px 20px;
  position: relative;
}

.Vlt-sidenav__block:before, .Vlt-sidenav__block:after {
  content: '';
  display: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  height: 1px;
  left: 20px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  width: calc(100% - 40px);
}

.Vlt-sidenav__block:after {
  bottom: 0;
  top: auto;
}

.Vlt-sidenav__block img,
.Vlt-sidenav__block svg {
  max-width: 100%;
}

.Vlt-sidenav__block--logo {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding-bottom: 15px;
  padding-top: 15px;
}

.Vlt-sidenav__block--logo:after {
  display: block;
  margin-top: 15px;
}

.Vlt-sidenav__block--logo .Vlt-sidenav__logo {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.Vlt-sidenav__block--logo .Vlt-sidenav__logo svg {
  width: 100%;
}

.Vlt-sidenav__block--link {
  padding: 0;
}

.Vlt-sidenav__block--border-top:before {
  display: block;
}

.Vlt-sidenav__block--border-bottom:after {
  display: block;
}

.Vlt-sidenav__scroll {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
  padding-bottom: 10px;
}

@media only screen and (max-width: 575px) {
  .Vlt-sidenav__scroll {
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
  }
}

.Vlt-sidenav .Vlt-sidemenu .Vlt-sidemenu__title {
  padding-left: 20px;
}

.Vlt-sidenav .Vlt-sidemenu li .Vlt-sidemenu__link,
.Vlt-sidenav .Vlt-sidemenu li .Vlt-sidemenu__trigger {
  font-size: 1.5rem;
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (max-width: 575px) {
  .Vlt-sidenav .Vlt-sidemenu li .Vlt-sidemenu__link,
  .Vlt-sidenav .Vlt-sidemenu li .Vlt-sidemenu__trigger {
    font-size: 1.7rem;
  }
}

.Vlt-sidenav .Vlt-sidemenu li li .Vlt-sidemenu__link,
.Vlt-sidenav .Vlt-sidemenu li li .Vlt-sidemenu__trigger {
  font-size: 1.5rem;
  padding-left: 35px;
}

@media only screen and (max-width: 575px) {
  .Vlt-sidenav .Vlt-sidemenu li li .Vlt-sidemenu__link,
  .Vlt-sidenav .Vlt-sidemenu li li .Vlt-sidemenu__trigger {
    font-size: 1.7rem;
  }
}

.Vlt-sidenav .Vlt-sidemenu li li .Vlt-sidemenu__title {
  padding-left: 35px;
}

.Vlt-sidenav .Vlt-sidemenu li li li .Vlt-sidemenu__link,
.Vlt-sidenav .Vlt-sidemenu li li li .Vlt-sidemenu__trigger {
  font-size: 1.5rem;
  padding-left: 60px;
}

@media only screen and (max-width: 575px) {
  .Vlt-sidenav .Vlt-sidemenu li li li .Vlt-sidemenu__link,
  .Vlt-sidenav .Vlt-sidemenu li li li .Vlt-sidemenu__trigger {
    font-size: 1.7rem;
  }
}

.Vlt-sidenav .Vlt-sidemenu li li li .Vlt-sidemenu__title {
  padding-left: 60px;
}

.Vlt-sidenav .Vlt-sidemenu__trigger:after {
  content: '';
  display: inline-block;
  float: right;
  height: 20px;
  margin-left: 5px;
  margin-top: -2px;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  width: 20px;
}

.Vlt-sidenav .Vlt-sidemenu__trigger_active:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.Vlt-sidenav .Vlt-sidemenu__link, .Vlt-sidenav .Vlt-sidemenu__trigger {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1.3;
  margin: 0;
  opacity: 0.8;
  padding: 8px 10px;
  transition: background 0.2s;
}

@media only screen and (max-width: 575px) {
  .Vlt-sidenav .Vlt-sidemenu__link, .Vlt-sidenav .Vlt-sidemenu__trigger {
    padding-bottom: 11px;
    padding-top: 11px;
  }
}

.Vlt-sidenav .Vlt-sidemenu__link_active, .Vlt-sidenav .Vlt-sidemenu__trigger_active {
  opacity: 1;
}

.Vlt-sidenav .Vlt-sidemenu__link--disabled, .Vlt-sidenav .Vlt-sidemenu__trigger--disabled {
  cursor: default;
  opacity: 0.3;
  pointer-events: none;
}

.Vlt-sidenav .Vlt-sidemenu__link svg, .Vlt-sidenav .Vlt-sidemenu__trigger svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  height: 20px;
  margin-bottom: -3px;
  margin-right: 10px;
  vertical-align: middle;
  width: 20px;
}

@media only screen and (max-width: 575px) {
  .Vlt-sidenav .Vlt-sidemenu__link svg, .Vlt-sidenav .Vlt-sidemenu__trigger svg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 23px;
            flex: 0 0 23px;
    height: 23px;
    width: 23px;
  }
}

.Vlt-sidenav .Vlt-sidemenu__label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.Vlt-sidenav .Vlt-sidemenu__title {
  font-size: 1.2rem;
  font-weight: 400;
  margin: 0;
  padding: 10px;
  text-transform: uppercase;
}

.Vlt-sidenav .Vlt-sidemenu__trigger + ul {
  margin-bottom: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s, margin 0.3s;
}

.Vlt-sidenav .Vlt-sidemenu__trigger + ul a {
  transition: all 0.2s;
}

.Vlt-sidenav .Vlt-sidemenu__trigger_active + ul {
  margin-bottom: 8px;
  max-height: 100vh !important;
}

.Vlt-sidenav__mobile {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  left: 0;
  padding: 10px 10px 10px 20px;
  position: fixed;
  top: 0;
  width: 100%;
}

@media only screen and (min-width: 576px) {
  .Vlt-sidenav__mobile {
    display: none;
  }
}

.Vlt-sidenav__mobile__logo {
  height: 34px;
}

.Vlt-sidenav__mobile button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  height: 40px;
}

.Vlt-sidenav__mobile button svg {
  height: 24px;
  width: 24px;
}

@media only screen and (max-width: 575px) {
  body.Vlt-body--has-sidenav {
    padding-top: 60px;
  }
  body.Vlt-body--mobile-menu-open {
    overflow: hidden;
  }
}

.Vlt-sidenav:not(.Vlt-sidenav--collapsed) .Vlt-sidetabs {
  margin-left: 20px;
  margin-right: 20px;
}

.Vlt-sidenav:not(.Vlt-sidenav--collapsed) .Vlt-sidetabs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.Vlt-sidenav:not(.Vlt-sidenav--collapsed) .Vlt-sidetabs ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.Vlt-sidenav:not(.Vlt-sidenav--collapsed) .Vlt-sidetabs__label {
  display: none;
}

.Vlt-sidenav:not(.Vlt-sidenav--collapsed) .Vlt-sidetabs__trigger {
  display: none;
}

.Vlt-sidenav:not(.Vlt-sidenav--collapsed) .Vlt-sidetabs .Vlt-js-tabs__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.3rem;
  font-weight: 400;
  height: 45px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
}

.Vlt-sidenav:not(.Vlt-sidenav--collapsed) .Vlt-sidetabs .Vlt-js-tabs__link:after {
  content: '';
  height: 3px;
  left: 50%;
  position: absolute;
  transition: none;
  width: 0px;
}

@media only screen and (min-width: 768px) {
  .Vlt-sidenav:not(.Vlt-sidenav--collapsed) .Vlt-sidetabs .Vlt-js-tabs__link:hover:after {
    left: 0;
    transition: all 0.2s;
    width: 100%;
  }
}

.Vlt-sidenav:not(.Vlt-sidenav--collapsed) .Vlt-sidetabs .Vlt-js-tabs__link_active:after, .Vlt-sidenav:not(.Vlt-sidenav--collapsed) .Vlt-sidetabs .Vlt-js-tabs__link:active:after {
  left: 0;
  width: 100%;
}

.Vlt-sidenav:not(.Vlt-sidenav--collapsed) .Vlt-sidetabs--bottom {
  padding-bottom: 5px;
}

.Vlt-sidenav:not(.Vlt-sidenav--collapsed) .Vlt-sidetabs--bottom .Vlt-sidetabs__link:after {
  top: 0;
}

.Vlt-sidenav:not(.Vlt-sidenav--collapsed) .Vlt-sidetabs--top {
  padding-top: 5px;
}

.Vlt-sidenav:not(.Vlt-sidenav--collapsed) .Vlt-sidetabs--top .Vlt-sidetabs__link:after {
  bottom: 0;
}

.Vlt-sidenav:not(.Vlt-sidenav--collapsed) .Vlt-sidetabs svg {
  height: 24px;
  transition: fill 0.2s;
  width: 24px;
}

.Vlt-sidenav__elem--collapsed {
  display: none;
}

.Vlt-sidenav__elem--full {
  display: block;
}

.Vlt-sidenav__block--logo .Vlt-sidenav__collapse {
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  margin-left: 20px;
  transition: opacity 0.2s;
}

.Vlt-sidenav__block--logo .Vlt-sidenav__collapse:hover {
  opacity: 0.5;
}

.Vlt-sidenav__block--logo .Vlt-sidenav__collapse svg {
  height: 20px;
  width: 20px;
}

@media only screen and (min-width: 576px) {
  .Vlt-sidenav--collapsed .Vlt-sidenav__block--logo .Vlt-sidenav__collapse {
    margin-bottom: 10px;
    margin-left: 0px;
  }
}

@media only screen and (min-width: 576px) {
  .Vlt-sidenav--collapsed .Vlt-sidenav__block--logo .Vlt-sidenav__collapse__close {
    display: none;
  }
}

.Vlt-sidenav__block--logo .Vlt-sidenav__collapse__open {
  display: none;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media only screen and (min-width: 576px) {
  .Vlt-sidenav--collapsed .Vlt-sidenav__block--logo .Vlt-sidenav__collapse__open {
    display: block;
  }
}

@media only screen and (min-width: 576px) {
  .Vlt-sidenav.Vlt-sidenav--collapsed {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
            flex: 0 0 60px;
    overflow: visible;
    position: relative;
    width: 60px;
    z-index: 99999;
  }
  .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidenav__elem--collapsed {
    display: block;
  }
  .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidenav__elem--full {
    display: none;
  }
  .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidenav__block {
    left: 0;
    padding: 10px 0;
    text-align: center;
    width: 100%;
  }
  .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidenav__block:before, .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidenav__block:after {
    left: 10px;
    width: calc(100% - 20px);
  }
  .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidenav__block + .Vlt-sidenav__block {
    margin-top: 0;
  }
  .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidenav__block--link {
    margin: 5px 0 0;
    padding: 5px 0 0;
  }
  .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidenav__block--link .Vlt-sidenav__link {
    border-radius: 4px;
    display: block;
    margin: 0 10px;
    padding: 8px 10px;
  }
  .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidenav__block--logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding: 10px;
  }
  .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidenav__block--logo .Vlt-sidenav__collapse {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidenav__block--logo .Vlt-sidenav__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35px;
            flex: 0 0 35px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidenav__block--logo .Vlt-sidenav__logo img,
  .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidenav__block--logo .Vlt-sidenav__logo svg {
    height: 35px;
    width: 35px;
  }
  .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidemenu.Vlt-sidemenu--rounded {
    padding: 10px 0;
  }
  .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidemenu > li > .Vlt-sidemenu__link,
  .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidemenu > li > .Vlt-sidemenu__trigger {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 4px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin: 0 10px 5px;
    opacity: 1;
    padding: 8px 10px;
    position: static;
  }
  .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidemenu > li > .Vlt-sidemenu__link svg,
  .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidemenu > li > .Vlt-sidemenu__trigger svg {
    margin: 0;
    opacity: 0.8;
  }
  .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidemenu > li > .Vlt-sidemenu__link:after,
  .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidemenu > li > .Vlt-sidemenu__trigger:after {
    display: none;
  }
  .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidemenu > li > .Vlt-sidemenu__link:hover .Vlt-sidemenu__label,
  .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidemenu > li > .Vlt-sidemenu__trigger:hover .Vlt-sidemenu__label {
    opacity: 1;
    z-index: 99999;
  }
  .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidemenu > li > .Vlt-sidemenu__link_active svg,
  .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidemenu > li > .Vlt-sidemenu__trigger_active svg {
    opacity: 1;
  }
  .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidemenu > li > .Vlt-sidemenu__link .Vlt-sidemenu__label,
  .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidemenu > li > .Vlt-sidemenu__trigger .Vlt-sidemenu__label {
    background: #2c2d30;
    border-radius: 4px;
    color: #ffffff;
    cursor: default;
    font-size: 1.4rem;
    max-width: 300px;
    padding: 8px 10px;
    transition: display 0.2s;
    white-space: normal;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    z-index: 99999;
    left: 100%;
    margin-left: 10px;
    margin-top: -5px;
    opacity: 0;
    position: absolute;
    text-align: left;
  }
  .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidemenu > li > .Vlt-sidemenu__link .Vlt-sidemenu__label:before,
  .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidemenu > li > .Vlt-sidemenu__trigger .Vlt-sidemenu__label:before {
    border-color: transparent #2c2d30 transparent transparent;
    border-style: solid;
    border-width: 6px 6px 6px 0;
    content: '';
    left: -5px;
    margin-top: -5px;
    position: absolute;
    top: 50%;
  }
  .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidemenu__trigger:after {
    display: none;
  }
  .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidemenu__trigger + ul {
    border-radius: 8px;
    left: 60px;
    position: absolute;
    width: 240px;
    z-index: 99999;
  }
  .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidemenu__trigger + ul .Vlt-sidemenu__title {
    margin-left: 0;
  }
  .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidemenu__trigger + ul .Vlt-sidemenu__link,
  .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidemenu__trigger + ul .Vlt-sidemenu__trigger {
    border-radius: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }
  .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidemenu__trigger + ul ul {
    left: 230px;
  }
  .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidemenu__trigger + ul li {
    margin-left: 0 !important;
  }
  .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidemenu__trigger + ul li:first-child > .Vlt-sidemenu__link,
  .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidemenu__trigger + ul li:first-child > .Vlt-sidemenu__trigger {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding-top: 10px;
  }
  .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidemenu__trigger + ul li:last-child > .Vlt-sidemenu__link,
  .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidemenu__trigger + ul li:last-child > .Vlt-sidemenu__trigger {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-bottom: 0;
    padding-bottom: 10px;
  }
  .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidemenu__trigger_active + ul {
    box-shadow: inset 0 0 0 1px #e7ebee, 0 1px 10px rgba(44, 45, 48, 0.1);
    overflow: visible;
  }
  .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidemenu__title {
    height: 1px;
    margin: 0 10px 5px;
    overflow: hidden;
    padding: 0;
    text-indent: -9999px;
    width: calc(100% - 20px);
  }
  .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidetabs {
    padding: 10px 10px 0;
  }
  .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidetabs ul {
    display: block;
    margin-bottom: 10px;
    max-height: 0;
    overflow: hidden;
    top: auto !important;
  }
  .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidetabs__label {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidetabs .Vlt-js-tabs__link {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: none;
    border: 0;
    outline: none;
    text-align: left;
    width: 100%;
  }
  .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidetabs .Vlt-sidemenu__trigger {
    border-radius: 4px;
    display: block;
    margin: 0px 0 10px;
  }
  .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidetabs .Vlt-tooltip--js {
    display: none;
  }
  .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidetabs--bottom ul {
    bottom: 0px;
  }
  .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidemenu__trigger + ul {
    background: #ffffff;
  }
  .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidemenu__trigger + ul .Vlt-sidemenu__trigger,
  .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidemenu__trigger + ul .Vlt-sidemenu__link {
    color: #2c2d30;
  }
  .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidemenu__trigger + ul .Vlt-sidemenu__trigger svg, .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidemenu__trigger + ul .Vlt-sidemenu__trigger svg[class*='Vlt-'],
  .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidemenu__trigger + ul .Vlt-sidemenu__link svg,
  .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidemenu__trigger + ul .Vlt-sidemenu__link svg[class*='Vlt-'] {
    fill: #919eab !important;
  }
  .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidemenu__trigger + ul .Vlt-sidemenu__trigger:hover, .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidemenu__trigger + ul .Vlt-sidemenu__trigger_active,
  .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidemenu__trigger + ul .Vlt-sidemenu__link:hover,
  .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidemenu__trigger + ul .Vlt-sidemenu__link_active {
    background: #e7ebee;
    color: #2c2d30;
  }
  .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidemenu__trigger + ul .Vlt-sidemenu__title {
    border-bottom: 1px solid #e7ebee;
    margin: 5px 0;
  }
}

.Vlt-sidenav .Vlt-sidemenu.Vlt-sidemenu--rounded {
  padding: 10px;
}

.Vlt-sidenav .Vlt-sidemenu.Vlt-sidemenu--rounded .Vlt-sidemenu__title {
  padding-left: 10px;
}

.Vlt-sidenav .Vlt-sidemenu.Vlt-sidemenu--rounded li .Vlt-sidemenu__link,
.Vlt-sidenav .Vlt-sidemenu.Vlt-sidemenu--rounded li .Vlt-sidemenu__trigger {
  padding-left: 10px;
  padding-right: 10px;
}

.Vlt-sidenav .Vlt-sidemenu.Vlt-sidemenu--rounded li li {
  margin-left: 2.5rem;
}

.Vlt-sidenav .Vlt-sidemenu.Vlt-sidemenu--rounded li li .Vlt-sidemenu__link,
.Vlt-sidenav .Vlt-sidemenu.Vlt-sidemenu--rounded li li .Vlt-sidemenu__trigger {
  padding-left: 10px;
}

.Vlt-sidenav .Vlt-sidemenu.Vlt-sidemenu--rounded .Vlt-sidemenu__link,
.Vlt-sidenav .Vlt-sidemenu.Vlt-sidemenu--rounded .Vlt-sidemenu__trigger {
  border-radius: 4px;
  margin-bottom: 5px;
}

.Vlt-sidenav__mobile--aqua {
  background: #0070a1;
}

.Vlt-sidenav__mobile--aqua button svg {
  fill: #ffffff;
}

.Vlt-sidenav--aqua {
  background: linear-gradient(to bottom, #035879, #0085a8);
}

.Vlt-sidenav--aqua hr {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.Vlt-sidenav--aqua .Vlt-sidenav__link:hover {
  background: rgba(255, 255, 255, 0.05);
}

.Vlt-sidenav--aqua .Vlt-sidemenu__link, .Vlt-sidenav--aqua .Vlt-sidemenu__trigger {
  color: #ffffff;
}

.Vlt-sidenav--aqua .Vlt-sidemenu__link:hover, .Vlt-sidenav--aqua .Vlt-sidemenu__trigger:hover {
  background: rgba(255, 255, 255, 0.05);
}

.Vlt-sidenav--aqua .Vlt-sidemenu__link svg, .Vlt-sidenav--aqua .Vlt-sidemenu__trigger svg {
  fill: #00fff4;
}

.Vlt-sidenav--aqua .Vlt-sidemenu__link_active {
  background: rgba(255, 255, 255, 0.1);
}

.Vlt-sidenav--aqua .Vlt-sidemenu__link_active svg {
  fill: #ffffff !important;
}

.Vlt-sidenav--aqua .Vlt-sidemenu__link_active:hover {
  background: #0070a1;
}

.Vlt-sidenav--aqua .Vlt-sidemenu__trigger:after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23FFF%22%20fill-rule%3D%22evenodd%22%20d%3D%22M10%2013.524L4.692%208.136a.667.667%200%201%201%20.951-.937L10%2011.62l4.357-4.422a.668.668%200%200%201%20.95.937L10%2013.524z%22%20opacity%3D%22.4%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.Vlt-sidenav--aqua .Vlt-sidemenu__trigger_current:not(.Vlt-sidemenu__trigger_active) {
  background: rgba(255, 255, 255, 0.05);
}

.Vlt-sidenav--aqua .Vlt-sidemenu__title {
  color: rgba(208, 231, 241, 0.8);
}

.Vlt-sidenav--aqua .Vlt-sidetabs--bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.Vlt-sidenav--aqua .Vlt-sidetabs--top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.Vlt-sidenav--aqua .Vlt-sidetabs .Vlt-js-tabs__link svg {
  fill: rgba(0, 255, 244, 0.8) !important;
}

.Vlt-sidenav--aqua .Vlt-sidetabs .Vlt-js-tabs__link:hover:after {
  background: rgba(0, 255, 244, 0.4);
}

.Vlt-sidenav--aqua .Vlt-sidetabs .Vlt-js-tabs__link:hover svg {
  fill: #ffffff !important;
}

.Vlt-sidenav--aqua .Vlt-sidetabs .Vlt-js-tabs__link_active:after, .Vlt-sidenav--aqua .Vlt-sidetabs .Vlt-js-tabs__link:active:after {
  background: rgba(0, 255, 244, 0.8);
}

.Vlt-sidenav--aqua .Vlt-sidetabs .Vlt-js-tabs__link_active svg, .Vlt-sidenav--aqua .Vlt-sidetabs .Vlt-js-tabs__link:active svg {
  fill: #ffffff !important;
}

.Vlt-sidenav--aqua .Vlt-sidenav__block:before, .Vlt-sidenav--aqua .Vlt-sidenav__block:after {
  background: rgba(255, 255, 255, 0.1);
}

.Vlt-sidenav--aqua .Vlt-sidenav__block--logo:after {
  display: block;
}

.Vlt-sidenav--aqua .Vlt-sidenav__block--logo .Vlt-sidenav__collapse svg {
  fill: #00fff4;
}

@media only screen and (min-width: 576px) {
  .Vlt-sidenav--aqua.Vlt-sidenav--collapsed .Vlt-sidemenu__title {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .Vlt-sidenav--aqua.Vlt-sidenav--collapsed li li .Vlt-sidemenu__link_active svg {
    fill: #919eab !important;
  }
}

.Vlt-sidenav__mobile--light {
  background: #f8fafc;
}

.Vlt-sidenav__mobile--light button svg {
  fill: #919eab;
}

.Vlt-sidenav--light {
  background: #f8fafc;
}

.Vlt-sidenav--light hr {
  border-top: 1px solid #e7ebee;
}

.Vlt-sidenav--light .Vlt-sidenav__link:hover {
  background: #e7ebee;
}

.Vlt-sidenav--light .Vlt-sidemenu__link, .Vlt-sidenav--light .Vlt-sidemenu__trigger {
  color: #2c2d30;
}

.Vlt-sidenav--light .Vlt-sidemenu__link:hover, .Vlt-sidenav--light .Vlt-sidemenu__trigger:hover {
  background: #e7ebee;
}

.Vlt-sidenav--light .Vlt-sidemenu__link svg, .Vlt-sidenav--light .Vlt-sidemenu__trigger svg {
  fill: #919eab;
}

.Vlt-sidenav--light .Vlt-sidemenu__link_active {
  background: #33aaee;
  color: #ffffff;
}

.Vlt-sidenav--light .Vlt-sidemenu__link_active svg {
  fill: #ffffff !important;
}

.Vlt-sidenav--light .Vlt-sidemenu__link_active:hover {
  background: #33aaee;
  color: #ffffff;
}

.Vlt-sidenav--light .Vlt-sidemenu__trigger:after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23C4CDD5%22%20fill-rule%3D%22evenodd%22%20d%3D%22M10%2013.524L4.692%208.136a.667.667%200%201%201%20.951-.937L10%2011.62l4.357-4.422a.668.668%200%200%201%20.95.937L10%2013.524z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.Vlt-sidenav--light .Vlt-sidemenu__trigger_current:not(.Vlt-sidemenu__trigger_active) {
  background: #e7ebee;
}

.Vlt-sidenav--light .Vlt-sidemenu__title {
  color: #919eab;
}

.Vlt-sidenav--light .Vlt-sidetabs--bottom {
  border-top: 1px solid #e7ebee;
}

.Vlt-sidenav--light .Vlt-sidetabs--top {
  border-bottom: 1px solid #e7ebee;
}

.Vlt-sidenav--light .Vlt-sidetabs .Vlt-js-tabs__link svg {
  fill: #919eab !important;
}

.Vlt-sidenav--light .Vlt-sidetabs .Vlt-js-tabs__link:hover:after {
  background: #d6eefc;
}

.Vlt-sidenav--light .Vlt-sidetabs .Vlt-js-tabs__link:hover svg {
  fill: #637381 !important;
}

.Vlt-sidenav--light .Vlt-sidetabs .Vlt-js-tabs__link_active:after, .Vlt-sidenav--light .Vlt-sidetabs .Vlt-js-tabs__link:active:after {
  background: #33aaee;
}

.Vlt-sidenav--light .Vlt-sidetabs .Vlt-js-tabs__link_active svg, .Vlt-sidenav--light .Vlt-sidetabs .Vlt-js-tabs__link:active svg {
  fill: #637381 !important;
}

.Vlt-sidenav--light .Vlt-sidenav__block:before, .Vlt-sidenav--light .Vlt-sidenav__block:after {
  background: #e7ebee;
}

.Vlt-sidenav--light .Vlt-sidenav__block--logo .Vlt-sidenav__collapse svg {
  fill: #919eab;
}

@media only screen and (min-width: 576px) {
  .Vlt-sidenav--light.Vlt-sidenav--collapsed .Vlt-sidemenu__title {
    border-bottom: 1px solid #e7ebee;
  }
  .Vlt-sidenav--light.Vlt-sidenav--collapsed li li .Vlt-sidemenu__link_active svg {
    fill: #919eab !important;
  }
}

.Vlt-sidenav__mobile--dark {
  background: #117bb8;
}

.Vlt-sidenav__mobile--dark button svg {
  fill: #ffffff;
}

.Vlt-sidenav--dark {
  background: linear-gradient(to bottom, #0f6ba1, #005282);
}

.Vlt-sidenav--dark hr {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.Vlt-sidenav--dark .Vlt-sidenav__link:hover {
  background: rgba(255, 255, 255, 0.05);
}

.Vlt-sidenav--dark .Vlt-sidemenu__link, .Vlt-sidenav--dark .Vlt-sidemenu__trigger {
  color: #ffffff;
}

.Vlt-sidenav--dark .Vlt-sidemenu__link:hover, .Vlt-sidenav--dark .Vlt-sidemenu__trigger:hover {
  background: rgba(255, 255, 255, 0.05);
}

.Vlt-sidenav--dark .Vlt-sidemenu__link svg, .Vlt-sidenav--dark .Vlt-sidemenu__trigger svg {
  fill: #33aaee;
}

.Vlt-sidenav--dark .Vlt-sidemenu__link_active {
  background: #117bb8;
}

.Vlt-sidenav--dark .Vlt-sidemenu__link_active svg {
  fill: #ffffff !important;
}

.Vlt-sidenav--dark .Vlt-sidemenu__link_active:hover {
  background: #117bb8;
}

.Vlt-sidenav--dark .Vlt-sidemenu__trigger:after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23FFF%22%20fill-rule%3D%22evenodd%22%20d%3D%22M10%2013.524L4.692%208.136a.667.667%200%201%201%20.951-.937L10%2011.62l4.357-4.422a.668.668%200%200%201%20.95.937L10%2013.524z%22%20opacity%3D%22.4%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.Vlt-sidenav--dark .Vlt-sidemenu__trigger_current:not(.Vlt-sidemenu__trigger_active) {
  background: rgba(255, 255, 255, 0.05);
}

.Vlt-sidenav--dark .Vlt-sidemenu__title {
  color: rgba(214, 238, 252, 0.5);
}

.Vlt-sidenav--dark .Vlt-sidetabs--bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.Vlt-sidenav--dark .Vlt-sidetabs--top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.Vlt-sidenav--dark .Vlt-sidetabs .Vlt-js-tabs__link svg {
  fill: #117bb8 !important;
}

.Vlt-sidenav--dark .Vlt-sidetabs .Vlt-js-tabs__link:hover:after {
  background: #117bb8;
}

.Vlt-sidenav--dark .Vlt-sidetabs .Vlt-js-tabs__link:hover svg {
  fill: #85ccf5 !important;
}

.Vlt-sidenav--dark .Vlt-sidetabs .Vlt-js-tabs__link_active:after, .Vlt-sidenav--dark .Vlt-sidetabs .Vlt-js-tabs__link:active:after {
  background: #33aaee;
}

.Vlt-sidenav--dark .Vlt-sidetabs .Vlt-js-tabs__link_active svg, .Vlt-sidenav--dark .Vlt-sidetabs .Vlt-js-tabs__link:active svg {
  fill: #85ccf5 !important;
}

.Vlt-sidenav--dark .Vlt-sidenav__block:before, .Vlt-sidenav--dark .Vlt-sidenav__block:after {
  background: rgba(255, 255, 255, 0.1);
}

.Vlt-sidenav--dark .Vlt-sidenav__block--logo:after {
  display: block;
}

.Vlt-sidenav--dark .Vlt-sidenav__block--logo .Vlt-sidenav__collapse svg {
  fill: #33aaee;
}

@media only screen and (min-width: 576px) {
  .Vlt-sidenav--dark.Vlt-sidenav--collapsed .Vlt-sidemenu__title {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .Vlt-sidenav--dark.Vlt-sidenav--collapsed li li .Vlt-sidemenu__link_active svg {
    fill: #919eab !important;
  }
}

.Vlt-card {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 1px 20px rgba(44, 45, 48, 0.1);
  display: block;
  margin-bottom: 24px;
  padding: 24px;
}

.Vlt-card--center {
  text-align: center;
}

.Vlt-card--image {
  padding: 0;
}

.Vlt-card--image .Vlt-card__image {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #c4cdd5;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  height: 90px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  text-align: center;
}

.Vlt-card--image .Vlt-card__image svg {
  fill: #ffffff;
}

.Vlt-card--image .Vlt-card__image * {
  max-height: 100%;
  z-index: 1;
}

.Vlt-card--image .Vlt-card__image--blue {
  background: linear-gradient(to right, #138bcf, #0d5c89);
}

.Vlt-card--image .Vlt-card__image--blue .Vlt-card__image__icon svg {
  fill: #117bb8;
}

.Vlt-card--image .Vlt-card__image--blue-light {
  background: linear-gradient(to right, #4bb4f0, #1292dc);
}

.Vlt-card--image .Vlt-card__image--blue-light .Vlt-card__image__icon svg {
  fill: #33aaee;
}

.Vlt-card--image .Vlt-card__image--red {
  background: linear-gradient(to right, #f47280, #ee2b41);
}

.Vlt-card--image .Vlt-card__image--red .Vlt-card__image__icon svg {
  fill: #f25a6b;
}

.Vlt-card--image .Vlt-card__image--orange {
  background: linear-gradient(to right, #ffa635, #e88100);
}

.Vlt-card--image .Vlt-card__image--orange .Vlt-card__image__icon svg {
  fill: #ff8f02;
}

.Vlt-card--image .Vlt-card__image--indigo {
  background: linear-gradient(to right, #8a95de, #4e5fcd);
}

.Vlt-card--image .Vlt-card__image--indigo .Vlt-card__image__icon svg {
  fill: #7683d8;
}

.Vlt-card--image .Vlt-card__image--green {
  background: linear-gradient(to right, #42ca98, #2a966e);
}

.Vlt-card--image .Vlt-card__image--green .Vlt-card__image__icon svg {
  fill: #35be8b;
}

.Vlt-card--image .Vlt-card__image--purple {
  background: linear-gradient(to right, #ce99e1, #b15ecf);
}

.Vlt-card--image .Vlt-card__image--purple .Vlt-card__image__icon svg {
  fill: #c485db;
}

.Vlt-card--image .Vlt-card__image--teal {
  background: linear-gradient(to right, #60cad7, #2facbc);
}

.Vlt-card--image .Vlt-card__image--teal .Vlt-card__image__icon svg {
  fill: #4cc3d2;
}

.Vlt-card--image .Vlt-card__image--app:before, .Vlt-card--image .Vlt-card__image--tech:before, .Vlt-card--image .Vlt-card__image--grid:before {
  content: '';
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.1;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.Vlt-card--image .Vlt-card__image--app:before {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%20506.4%20190.8%22%20style%3D%22enable-background%3Anew%200%200%20506.4%20190.8%3B%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22%23ffffff%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M138.4%2C190.1c-0.7%2C0-1.3%2C0.3-1.6%2C0.7h1c0.2-0.1%2C0.4-0.1%2C0.6-0.1c0.2%2C0%2C0.4%2C0%2C0.7%2C0.1h1.5%0D%0A%09%09c-0.4-0.3-0.8-0.5-1.3-0.6C139%2C190.1%2C138.7%2C190.1%2C138.4%2C190.1z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M138.4%2C189.6c-1%2C0-1.8%2C0.5-2.3%2C1.2h0.6c0.4-0.4%2C1-0.7%2C1.6-0.7c0.3%2C0%2C0.6%2C0%2C0.8%2C0.1c0.4%2C0.1%2C0.9%2C0.3%2C1.3%2C0.6%0D%0A%09%09h0.9c-0.6-0.5-1.2-0.9-1.9-1.1C139%2C189.6%2C138.7%2C189.6%2C138.4%2C189.6z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M137.8%2C190.8h1.2c-0.3-0.1-0.5-0.1-0.7-0.1C138.1%2C190.7%2C137.9%2C190.7%2C137.8%2C190.8z%22%2F%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20class%3D%22st0%22%20d%3D%22M29.9%2C171.9c-1.1-0.6-2.5-0.4-3.5%2C0.3L1%2C190.8h2.1l24.1-17.6c0.6-0.5%2C1.5-0.6%2C2.2-0.2s1.2%2C1.1%2C1.2%2C1.9v15.9%0D%0A%09%09%09h1.2v-15.9C31.7%2C173.6%2C31%2C172.5%2C29.9%2C171.9z%22%2F%3E%0D%0A%09%09%3Cpath%20class%3D%22st0%22%20d%3D%22M264.7%2C154c1.7%2C0%2C2.9-1.2%2C2.8-2.9c0-2-1.6-4.1-3.6-4.6c-0.4-0.1-0.7-0.1-1-0.1c-1.6%2C0-2.8%2C1.2-2.8%2C2.9%0D%0A%09%09%09c0%2C2%2C1.6%2C4.1%2C3.6%2C4.6C264.1%2C154%2C264.4%2C154%2C264.7%2C154z%20M261.2%2C149.2c0-1.3%2C1-2%2C2.3-1.6c1.5%2C0.4%2C2.8%2C2%2C2.8%2C3.5%0D%0A%09%09%09c0.1%2C1-0.6%2C1.7-1.6%2C1.7c-0.2%2C0-0.4%2C0-0.7-0.1C262.5%2C152.3%2C261.2%2C150.7%2C261.2%2C149.2z%22%2F%3E%0D%0A%09%09%3Cpath%20class%3D%22st0%22%20d%3D%22M250.7%2C151.6c0.4%2C0.1%2C0.9%2C0.2%2C1.3%2C0.2c2.2%2C0%2C3.8-1.6%2C3.8-3.9c0-2.7-2.2-5.5-4.9-6.2l-32.4-8.7%0D%0A%09%09%09c-0.4-0.1-0.9-0.2-1.3-0.2c-2.2%2C0-3.8%2C1.6-3.8%2C3.9c0%2C2.7%2C2.2%2C5.5%2C4.9%2C6.2L250.7%2C151.6z%20M214.6%2C136.7c0-1.6%2C1-2.7%2C2.6-2.7%0D%0A%09%09%09c0.3%2C0%2C0.6%2C0%2C1%2C0.1l32.4%2C8.7c2.2%2C0.6%2C4%2C2.9%2C4%2C5.1c0%2C1.6-1%2C2.7-2.6%2C2.7c-0.3%2C0-0.6%2C0-1-0.1l-32.4-8.7%0D%0A%09%09%09C216.4%2C141.2%2C214.6%2C138.9%2C214.6%2C136.7z%22%2F%3E%0D%0A%09%09%3Cpath%20class%3D%22st0%22%20d%3D%22M294.3%2C133l-95.4-25.6c-2.4-0.6-4.7-0.3-6.5%2C0.8l-12.1%2C8.9l0.2%2C0.3c-0.8%2C0.5-1.4%2C1.2-1.9%2C2%0D%0A%09%09%09c-0.1%2C0.1-0.2%2C0.3-0.3%2C0.5c0%2C0%2C0%2C0.1-0.1%2C0.1c-0.1%2C0.2-0.2%2C0.4-0.3%2C0.6c0%2C0%2C0%2C0%2C0%2C0c-0.1%2C0.2-0.2%2C0.4-0.2%2C0.7c0%2C0%2C0%2C0%2C0%2C0%0D%0A%09%09%09c-0.1%2C0.2-0.1%2C0.4-0.1%2C0.7c0%2C0.1%2C0%2C0.1%2C0%2C0.2c0%2C0.2-0.1%2C0.4-0.1%2C0.6c0%2C0.3%2C0%2C0.5%2C0%2C0.8V140v50.8h0.6h0.6v-67.3%0D%0A%09%09%09c0-3.6%2C2.3-6.1%2C5.8-6.1c0.7%2C0%2C1.4%2C0.1%2C2.1%2C0.3l95.4%2C25.6c4.6%2C1.2%2C8.4%2C6%2C8.4%2C10.7v36.8h0.7h0.5v-20.2l0.1%2C0v-16.7%0D%0A%09%09%09c0-5.1-4.2-10.4-9.3-11.8L187%2C116.5c-1.2-0.3-2.4-0.4-3.5-0.3l8.7-6.3l0.4-0.3c1.6-1.2%2C3.7-1.5%2C6-0.9l95.4%2C25.6%0D%0A%09%09%09c4.8%2C1.3%2C8.7%2C6.2%2C8.7%2C11v45.5h1.1v-45.7C303.8%2C139.8%2C299.6%2C134.4%2C294.3%2C133z%22%2F%3E%0D%0A%09%09%3Cpolygon%20class%3D%22st0%22%20points%3D%22179.3%2C140.7%20289.9%2C170.4%20289.9%2C169.2%20179.3%2C139.5%20%09%09%22%2F%3E%0D%0A%09%09%3Cpath%20class%3D%22st0%22%20d%3D%22M187.1%2C100.8l0.3-0.2c1.7-1.3%2C4.1-1.7%2C6.6-1l62.9%2C16.9c0.2%2C1.9%2C1.7%2C3.7%2C3.6%2C4.1c0.4%2C0.1%2C0.7%2C0.1%2C1%2C0.1%0D%0A%09%09%09c1.6%2C0%2C2.8-1.2%2C2.8-2.9c0-2-1.6-4.1-3.6-4.6c-0.4-0.1-0.7-0.1-1-0.1c-1.3%2C0-2.4%2C0.8-2.7%2C2.1l-62.7-16.8c-2.7-0.7-5.2-0.4-7.2%2C0.9%0D%0A%09%09%09l-1.5%2C1.1c-9.8%2C7.1-11.5%2C8.4-11.8%2C8.6c-2.1%2C1.5-3.3%2C4-3.3%2C6.9v74.9h1.3v-75c0-2.5%2C1-4.6%2C2.8-5.9c0.3-0.2%2C9-6.5%2C11.8-8.6%0D%0A%09%09%09L187.1%2C100.8z%20M260.3%2C114.3c1.5%2C0.4%2C2.8%2C2%2C2.8%2C3.5c0%2C1-0.7%2C1.7-1.6%2C1.7c-0.2%2C0-0.4%2C0-0.7-0.1c-1.5-0.4-2.8-2-2.8-3.5%0D%0A%09%09%09C258%2C114.6%2C259%2C113.9%2C260.3%2C114.3z%22%2F%3E%0D%0A%09%09%3Cpath%20class%3D%22st0%22%20d%3D%22M351.6%2C153.3c-1-0.3-1.9-0.1-2.6%2C0.4c-0.6%2C0.5-1%2C1.3-1%2C2.2c0%2C1.9%2C1.5%2C3.7%2C3.3%2C4.2c0.3%2C0.1%2C0.6%2C0.1%2C0.9%2C0.1%0D%0A%09%09%09c0.6%2C0%2C1.2-0.1%2C1.7-0.5c0.6-0.5%2C1-1.3%2C1-2.2C354.9%2C155.6%2C353.4%2C153.8%2C351.6%2C153.3z%20M353.1%2C158.8c-0.4%2C0.3-0.9%2C0.4-1.5%2C0.2%0D%0A%09%09%09c-1.3-0.3-2.4-1.7-2.4-3c0-0.6%2C0.2-1%2C0.6-1.3c0.2-0.2%2C0.5-0.3%2C0.9-0.3c0.2%2C0%2C0.4%2C0%2C0.6%2C0.1c1.3%2C0.3%2C2.4%2C1.7%2C2.4%2C3%0D%0A%09%09%09C353.7%2C158.1%2C353.5%2C158.5%2C353.1%2C158.8z%22%2F%3E%0D%0A%09%09%3Cpath%20class%3D%22st0%22%20d%3D%22M361.1%2C155.9c-1-0.3-1.9-0.1-2.6%2C0.4c-0.6%2C0.5-1%2C1.3-1%2C2.2c0%2C1.9%2C1.5%2C3.7%2C3.3%2C4.2c0.3%2C0.1%2C0.6%2C0.1%2C0.9%2C0.1%0D%0A%09%09%09c0.6%2C0%2C1.2-0.2%2C1.7-0.5c0.6-0.5%2C1-1.3%2C1-2.2C364.4%2C158.2%2C362.9%2C156.4%2C361.1%2C155.9z%20M362.6%2C161.3c-0.4%2C0.3-0.9%2C0.4-1.5%2C0.2%0D%0A%09%09%09c-1.3-0.3-2.4-1.7-2.4-3c0-0.6%2C0.2-1%2C0.6-1.3c0.2-0.2%2C0.5-0.3%2C0.9-0.3c0.2%2C0%2C0.4%2C0%2C0.6%2C0.1c1.3%2C0.3%2C2.4%2C1.7%2C2.4%2C3%0D%0A%09%09%09C363.2%2C160.6%2C363%2C161%2C362.6%2C161.3z%22%2F%3E%0D%0A%09%09%3Cpath%20class%3D%22st0%22%20d%3D%22M370.5%2C158.4c-1-0.3-1.9-0.1-2.6%2C0.4c-0.6%2C0.5-1%2C1.3-1%2C2.2c0%2C1.9%2C1.5%2C3.7%2C3.3%2C4.2c0.3%2C0.1%2C0.6%2C0.1%2C0.9%2C0.1%0D%0A%09%09%09c0.7%2C0%2C1.3-0.2%2C1.7-0.5c0.6-0.5%2C1-1.3%2C1-2.2C373.8%2C160.7%2C372.3%2C158.9%2C370.5%2C158.4z%20M372.1%2C163.9c-0.4%2C0.3-0.9%2C0.4-1.5%2C0.2%0D%0A%09%09%09c-1.3-0.3-2.4-1.7-2.4-3c0-0.6%2C0.2-1%2C0.6-1.3c0.2-0.2%2C0.5-0.3%2C0.9-0.3c0.2%2C0%2C0.4%2C0%2C0.6%2C0.1c1.3%2C0.3%2C2.4%2C1.7%2C2.4%2C3%0D%0A%09%09%09C372.7%2C163.2%2C372.5%2C163.6%2C372.1%2C163.9z%22%2F%3E%0D%0A%09%09%3Cpath%20class%3D%22st0%22%20d%3D%22M366.3%2C136.7c-6.8-1.8-13.2-1.2-17.7%2C1.8l-3.7%2C2.6c-0.8%2C0.4-1.6%2C0.9-2.3%2C1.4c-3.3%2C2.5-5.1%2C6.3-5.1%2C10.6%0D%0A%09%09%09c0%2C5.1%2C2.4%2C10.5%2C6.8%2C15.2c-0.4%2C4.3-2.7%2C7.4-4.1%2C8.9c-0.4%2C0.4-0.5%2C0.8-0.3%2C1.2c0.2%2C0.6%2C0.8%2C0.9%2C1.3%2C1c1%2C0.1%2C1.9%2C0.2%2C2.8%2C0.2%0D%0A%09%09%09c5%2C0%2C8-2.1%2C9.4-4.1c2.3%2C1.2%2C4.7%2C2.2%2C7.1%2C2.8c2.8%2C0.8%2C5.3%2C1.1%2C7.9%2C1c0.5%2C1.2%2C1.5%2C2.2%2C2.7%2C2.6v8.9h1.2v-8.6c0.1%2C0%2C0.2%2C0%2C0.3%2C0%0D%0A%09%09%09c1.6%2C0%2C2.8-1.2%2C2.8-2.9c0-0.4-0.1-0.8-0.2-1.2c1.5-0.6%2C2.8-1.3%2C4-2.2l0%2C0.1c0.2-0.1%2C4.9-2.9%2C6.8-5c2.3-2.4%2C3.5-5.5%2C3.5-9.1%0D%0A%09%09%09C389.5%2C151.4%2C379.1%2C140.1%2C366.3%2C136.7z%20M372.6%2C181c-0.2%2C0-0.4%2C0-0.7-0.1c-1.5-0.4-2.8-2-2.8-3.5c0-1.1%2C0.6-1.7%2C1.6-1.7%0D%0A%09%09%09c0.2%2C0%2C0.4%2C0%2C0.7%2C0.1c1.5%2C0.4%2C2.8%2C2%2C2.8%2C3.5C374.2%2C180.3%2C373.6%2C181%2C372.6%2C181z%20M374.8%2C177c-0.6-1.1-1.7-2-2.9-2.3%0D%0A%09%09%09c-0.4-0.1-0.7-0.1-1-0.1c-1.6%2C0-2.8%2C1.2-2.8%2C2.9c0%2C0.2%2C0%2C0.4%2C0.1%2C0.6c-2.3%2C0-4.7-0.3-7.2-0.9c-2.4-0.7-4.9-1.6-7.2-2.9l-0.4-0.2%0D%0A%09%09%09l-0.3%2C0.4c-2.5%2C3.2-6.5%2C4.5-11.7%2C3.8c-0.1%2C0-0.3-0.2-0.3-0.2c1.5-1.6%2C4.1-5.1%2C4.5-9.8V168l-0.2-0.2c-4.2-4.6-6.6-9.8-6.6-14.6%0D%0A%09%09%09c0-3.9%2C1.6-7.2%2C4.5-9.5l0%2C0l1.4-1c4.1-2.5%2C9.9-3%2C16.1-1.3c12.4%2C3.3%2C22.4%2C14%2C22.4%2C24C383.1%2C170.9%2C380.1%2C175.1%2C374.8%2C177z%0D%0A%09%09%09%20M385.3%2C170.1c-0.8%2C0.8-1.9%2C1.7-3.1%2C2.5c1.3-2.1%2C2.1-4.6%2C2.1-7.3c0-10.5-10.4-21.8-23.2-25.2c-4.3-1.1-8.3-1.3-11.9-0.6l0.1%2C0%0D%0A%09%09%09c4.2-2.8%2C10.3-3.4%2C16.7-1.7c12.4%2C3.3%2C22.4%2C14%2C22.4%2C24C388.4%2C165%2C387.4%2C167.9%2C385.3%2C170.1z%22%2F%3E%0D%0A%09%09%3Cpath%20class%3D%22st0%22%20d%3D%22M251.6%2C16.5c-3.1-0.8-5.9-0.4-8.1%2C1.3c-2.1%2C1.6-3.2%2C4.1-3.2%2C7c0%2C6.1%2C4.9%2C12.4%2C11%2C14c1%2C0.3%2C2%2C0.4%2C2.9%2C0.4%0D%0A%09%09%09c1.9%2C0%2C3.7-0.6%2C5.2-1.7c2.1-1.6%2C3.2-4.1%2C3.2-7C262.6%2C24.4%2C257.7%2C18.1%2C251.6%2C16.5z%20M258.7%2C36.5c-1.9%2C1.4-4.4%2C1.8-7.1%2C1.1%0D%0A%09%09%09c-5.6-1.5-10.1-7.2-10.1-12.8c0-2.6%2C0.9-4.7%2C2.7-6.1c1.3-0.9%2C2.8-1.4%2C4.5-1.4c0.8%2C0%2C1.7%2C0.1%2C2.6%2C0.3c5.6%2C1.5%2C10.1%2C7.2%2C10.1%2C12.8%0D%0A%09%09%09C261.4%2C33%2C260.5%2C35.1%2C258.7%2C36.5z%22%2F%3E%0D%0A%09%09%3Cpath%20class%3D%22st0%22%20d%3D%22M74.3%2C75.7c0.3%2C0.1%2C0.5%2C0.1%2C0.8%2C0.1c0.6%2C0%2C1.1-0.1%2C1.6-0.5c0.7-0.5%2C1-1.2%2C1-2.1c0-1.7-1.3-3.3-3-3.8%0D%0A%09%09%09c-0.9-0.2-1.8-0.1-2.4%2C0.4c-0.7%2C0.5-1%2C1.2-1%2C2.1C71.3%2C73.6%2C72.6%2C75.2%2C74.3%2C75.7z%20M73%2C70.8c0.2-0.2%2C0.5-0.3%2C0.8-0.3%0D%0A%09%09%09c0.1%2C0%2C0.3%2C0.1%2C0.5%2C0.1c1.1%2C0.3%2C2.1%2C1.6%2C2.1%2C2.7c0%2C0.5-0.2%2C0.9-0.5%2C1.1c-0.3%2C0.3-0.8%2C0.3-1.3%2C0.2c-1.1-0.3-2.1-1.6-2.1-2.7%0D%0A%09%09%09C72.5%2C71.4%2C72.7%2C71%2C73%2C70.8z%22%2F%3E%0D%0A%09%09%3Cpath%20class%3D%22st0%22%20d%3D%22M44.8%2C109l24%2C6.4c0.2%2C0.1%2C0.4%2C0.1%2C0.6%2C0.1c0.4%2C0%2C0.8-0.1%2C1-0.3c0.1-0.1%2C0.2-0.2%2C0.2-0.3c4.3-3%2C4.3-3%2C4.2-3.1%0D%0A%09%09%09V93.6c0-0.6-0.2-1.2-0.6-1.7l-12-15.1c-0.9-1.1-2.2-1.4-3.1-0.8l-3.3%2C1.9c-0.2%2C0.1-0.3%2C0.1-0.4%2C0.2l-0.4%2C0.3l-0.2%2C0.1l0%2C0%0D%0A%09%09%09l-11.4%2C8.2c-0.4%2C0.3-0.7%2C0.9-0.7%2C1.5v18.2C42.7%2C107.5%2C43.6%2C108.7%2C44.8%2C109z%20M45.1%2C107.8c-0.1%2C0-0.2-0.1-0.3-0.1l8.8-6.6l6.6%2C1.8%0D%0A%09%09%09l8.7%2C11.3L45.1%2C107.8z%20M69.9%2C113.4l-8.6-10.9l8.6-6.5V113.4z%20M59.8%2C76.9c0.4-0.2%2C1-0.1%2C1.5%2C0.5l12%2C15.1c0.3%2C0.3%2C0.4%2C0.6%2C0.4%2C0.9%0D%0A%09%09%09v17.8c-0.3%2C0.2-1%2C0.7-2.6%2C1.9V95.6c0-0.6-0.2-1.2-0.6-1.7l-12-15.1c-0.2-0.3-0.5-0.5-0.8-0.7L59.8%2C76.9z%20M55.5%2C79.5l1-0.6%0D%0A%09%09%09c0%2C0%2C0.1%2C0%2C0.1%2C0c0.4%2C0%2C0.8%2C0.2%2C1%2C0.6l12%2C15.1c0%2C0%2C0.1%2C0.1%2C0.1%2C0.1l-9.2%2C6.9l-6.7-1.8l-9.6-12.3L55.5%2C79.5z%20M43.9%2C89.2l8.7%2C11.1%0D%0A%09%09%09l-8.6%2C6.5c-0.1-0.2-0.1-0.3-0.1-0.5V89.2z%22%2F%3E%0D%0A%09%09%3Cpath%20class%3D%22st0%22%20d%3D%22M61.8%2C131.1l-5.8-1.5c-0.3-0.1-0.7%2C0-1%2C0.2c-0.2%2C0.2-0.4%2C0.5-0.4%2C0.9v3.2c0%2C0.7%2C0.4%2C1.3%2C1.1%2C1.5l5.8%2C1.5%0D%0A%09%09%09c0.1%2C0%2C0.2%2C0%2C0.3%2C0c0.3%2C0%2C0.5-0.1%2C0.7-0.2c0.2-0.2%2C0.4-0.5%2C0.4-0.9v-3.2C62.9%2C131.9%2C62.5%2C131.3%2C61.8%2C131.1z%20M61.8%2C135.6l-5.7-1.5%0D%0A%09%09%09c-0.2%2C0-0.3-0.2-0.3-0.3v-3.1l5.7%2C1.5c0.2%2C0%2C0.3%2C0.2%2C0.3%2C0.3V135.6z%22%2F%3E%0D%0A%09%09%3Cpath%20class%3D%22st0%22%20d%3D%22M70.1%2C58.7c-0.6-0.1-1.1%2C0-1.5%2C0.3c-0.4%2C0.3-0.6%2C0.8-0.6%2C1.3c0%2C1%2C0.7%2C1.9%2C1.7%2C2.2c0.2%2C0.1%2C0.3%2C0.1%2C0.5%2C0.1%0D%0A%09%09%09c0.3%2C0%2C0.7-0.1%2C1-0.4c0.4-0.3%2C0.6-0.8%2C0.6-1.3C71.8%2C59.9%2C71.1%2C59%2C70.1%2C58.7z%20M70.5%2C61.4c-0.1%2C0-0.2%2C0-0.4%2C0%0D%0A%09%09%09c-0.5-0.2-0.9-0.7-0.9-1.1c0-0.1%2C0-0.2%2C0.1-0.3c0-0.1%2C0.1-0.1%2C0.2-0.1s0.1%2C0%2C0.2%2C0.1c0.5%2C0.2%2C0.9%2C0.7%2C0.9%2C1.1%0D%0A%09%09%09C70.6%2C61.2%2C70.6%2C61.3%2C70.5%2C61.4z%22%2F%3E%0D%0A%09%09%3Cpath%20class%3D%22st0%22%20d%3D%22M63.9%2C56.9l-10-2.7c-0.6-0.1-1.2%2C0-1.6%2C0.3c-0.4%2C0.3-0.6%2C0.8-0.6%2C1.4c0%2C1.1%2C0.8%2C2.1%2C1.9%2C2.4l10%2C2.7%0D%0A%09%09%09c0.2%2C0.1%2C0.3%2C0.1%2C0.5%2C0.1c0.4%2C0%2C0.8-0.1%2C1.1-0.4c0.4-0.3%2C0.6-0.8%2C0.6-1.4C65.8%2C58.2%2C65%2C57.2%2C63.9%2C56.9z%20M64.4%2C59.8%0D%0A%09%09%09c-0.1%2C0.1-0.3%2C0.2-0.5%2C0.1l-10-2.7c-0.5-0.2-1-0.8-1-1.3c0-0.1%2C0.1-0.3%2C0.2-0.4c0.1-0.1%2C0.2-0.1%2C0.3-0.1c0.1%2C0%2C0.1%2C0%2C0.2%2C0l10%2C2.7%0D%0A%09%09%09c0.5%2C0.2%2C1%2C0.8%2C1%2C1.3C64.6%2C59.5%2C64.5%2C59.7%2C64.4%2C59.8z%22%2F%3E%0D%0A%09%09%3Cpath%20class%3D%22st0%22%20d%3D%22M403%2C188.3c-0.4-0.1-0.7-0.1-1-0.1c-1.5%2C0-2.6%2C1.1-2.8%2C2.6h0.6h0.5c0.1-1%2C0.6-1.5%2C1.6-1.5%0D%0A%09%09%09c0.2%2C0%2C0.4%2C0%2C0.7%2C0.1c0.8%2C0.2%2C1.5%2C0.7%2C2%2C1.4h0.8h0.7C405.4%2C189.6%2C404.3%2C188.6%2C403%2C188.3z%22%2F%3E%0D%0A%09%09%3Cpath%20class%3D%22st0%22%20d%3D%22M502.6%2C127.5c-0.4-0.1-0.7-0.1-1-0.1c-1.5%2C0-2.5%2C0.9-2.7%2C2.2l-20.3-5.4l-0.3%2C1.2l20.6%2C5.5%0D%0A%09%09%09c0.3%2C1.8%2C1.7%2C3.6%2C3.5%2C4.1c0.4%2C0.1%2C0.7%2C0.1%2C1%2C0.1c1.4%2C0%2C2.4-0.9%2C2.7-2.2l0.2%2C0.1v-1.3l-0.2-0.1c-0.1-0.6-0.3-1.2-0.6-1.8l0.8-0.6%0D%0A%09%09%09v-1.5l-1.6%2C1.2C504.2%2C128.2%2C503.5%2C127.7%2C502.6%2C127.5z%20M503.4%2C133.8c-0.2%2C0-0.4%2C0-0.6-0.1c-1.5-0.4-2.7-2-2.7-3.4%0D%0A%09%09%09c0-1.3%2C1-2%2C2.3-1.6c1.5%2C0.4%2C2.7%2C2%2C2.7%2C3.4C505%2C133.1%2C504.4%2C133.8%2C503.4%2C133.8z%22%2F%3E%0D%0A%09%09%3Cpath%20class%3D%22st0%22%20d%3D%22M481.7%2C69.1L466.6%2C65c-0.2-1.7-1.4-3.4-3.1-4V40.3c0-3-2-5.6-4.9-6.4l-7.4-2c-2.4-0.6-4-2.8-4-5.2V0H446v26.6%0D%0A%09%09%09c0%2C3%2C2%2C5.6%2C4.9%2C6.4l7.4%2C2c2.4%2C0.6%2C4%2C2.8%2C4%2C5.2v20.5c-0.1%2C0-0.2%2C0-0.3%2C0c-1.4%2C0-2.6%2C1-2.8%2C2.4l-11.9-3.2c-1.9-0.6-4-0.2-5.6%2C1%0D%0A%09%09%09l-13.9%2C10.2c-0.5-0.5-1-0.8-1.6-1.1V57.6c0-3-2-5.6-4.9-6.4l-25.6-6.9c-2.4-0.6-4-2.8-4-5.2v-3.5c0.1%2C0%2C0.2%2C0%2C0.3%2C0%0D%0A%09%09%09c1.7%2C0%2C2.8-1.2%2C2.8-2.9c0-1.8-1.3-3.7-3.1-4.4v-1.7c0-1.7%2C0.8-3.3%2C2.2-4.3L424.5%2C0h-2l-29.2%2C21.4c-1.7%2C1.2-2.7%2C3.2-2.7%2C5.3V28%0D%0A%09%09%09c-0.1%2C0-0.2%2C0-0.3%2C0c-1.4%2C0-2.5%2C0.9-2.7%2C2.2l-28.2-7.5c-0.9-0.3-1.6-1.1-1.6-2.1V0h-1.2v20.6c0%2C1.5%2C1%2C2.8%2C2.5%2C3.2l28.5%2C7.6%0D%0A%09%09%09c0.2%2C1.7%2C1.5%2C3.3%2C3%2C3.9v3.8c0%2C3%2C2%2C5.6%2C4.9%2C6.4l25.6%2C6.9c2.4%2C0.6%2C4%2C2.8%2C4%2C5.2v12.1c-0.1%2C0-0.2%2C0-0.3%2C0c-1.6%2C0-2.8%2C1.2-2.8%2C2.9%0D%0A%09%09%09c0%2C0.8%2C0.2%2C1.6%2C0.7%2C2.3l-35.1%2C25.7c-0.6-0.6-1.3-1.1-2.2-1.3c-0.4-0.1-0.7-0.1-1-0.1c-1.3%2C0-2.3%2C0.8-2.7%2C2l-27-7.2l19.7-14.4%0D%0A%09%09%09c1-0.7%2C1.5-2%2C1.3-3.3c-0.2-1.2-1.2-2.3-2.4-2.6l-46.6-12.5c-0.3-1.8-1.7-3.5-3.5-4c-0.4-0.1-0.7-0.1-1-0.1c-1.6%2C0-2.8%2C1.2-2.8%2C2.9%0D%0A%09%09%09c0%2C0.8%2C0.3%2C1.6%2C0.7%2C2.3l-13.8%2C10.1c-0.6%2C0.5-1.5%2C0.6-2.2%2C0.2c-0.7-0.4-1.2-1.1-1.2-1.9V58.4c0.1%2C0%2C0.1%2C0%2C0.2%2C0%0D%0A%09%09%09c1.7%2C0%2C2.8-1.2%2C2.8-2.9c0-1.8-1.3-3.7-3.1-4.4V40.8c0.1%2C0%2C0.2%2C0%2C0.3%2C0c1.7%2C0%2C2.8-1.2%2C2.8-2.9c0-1.8-1.3-3.7-3.1-4.4V0h-1.2v33.2%0D%0A%09%09%09c-0.1%2C0-0.2%2C0-0.3%2C0c-1.3%2C0-2.4%2C0.9-2.7%2C2.1L271.2%2C28c-0.3-1.8-1.7-3.6-3.5-4c-0.3-0.1-0.6-0.1-0.9-0.1c-0.8-1.8-1.8-3.5-3-5%0D%0A%09%09%09c-5.2-6.5-12.6-9.7-18.8-8.7c6.4-4.1%2C15.9-1.3%2C22.1%2C6.6c2.3%2C2.9%2C3.9%2C6.3%2C4.5%2C9.7l1.2-0.3c-0.7-3.5-2.3-7.1-4.8-10.2%0D%0A%09%09%09c-6.8-8.6-17.5-11.4-24.3-6.4l-4.6%2C3.1l0.1%2C0.1c-2.5%2C2-4.2%2C4.9-4.7%2C8.4c-0.7%2C5.1%2C1%2C10.8%2C4.7%2C15.7c0.2%2C0.4%2C0.7%2C1.1%2C1.8%2C2.4%0D%0A%09%09%09l10.4%2C13.2l7.3-5.3c6.8-4.7%2C8.8-6.2%2C9.4-6.7v0.1c2.4-1.9%2C4.1-4.6%2C4.7-7.8l-1.2-0.2c-0.6%2C2.9-2%2C5.3-4.2%2C7c0%2C0-0.2%2C0.2-0.5%2C0.3%0D%0A%09%09%09c1.4-2.4%2C2-5.3%2C1.9-8.5c1.3-0.1%2C2.2-1%2C2.5-2.2l27.3%2C7.3c0.2%2C1.7%2C1.4%2C3.3%2C3.1%2C4v10.3c-0.1%2C0-0.2%2C0-0.3%2C0c-1.6%2C0-2.8%2C1.2-2.8%2C2.9%0D%0A%09%09%09c0%2C0.7%2C0.2%2C1.5%2C0.6%2C2.1l-20.8%2C15.3c-1.3%2C1-3%2C1.3-4.6%2C0.9l-36.2-9.7c-0.2-1.6-1.4-3.1-2.9-3.8V46c0-1.3-0.7-2.4-1.8-3%0D%0A%09%09%09c-1.1-0.6-2.5-0.4-3.5%2C0.3L191.4%2C71l-17.4-4.7V27.7v-0.6c0.1%2C0%2C0.1%2C0%2C0.2%2C0c1.3%2C0%2C2.2-0.9%2C2.2-2.3c0-1.8-1.4-3.6-3.2-4.1%0D%0A%09%09%09c-0.2-0.1-0.5-0.1-0.8-0.1c-1%2C0-1.8%2C0.6-2.1%2C1.5l-0.5-0.1l-20.2-5.4V0h-1.2v16.3L101.7%2C3.8c-1-0.2-2.1-0.1-2.9%2C0.6%0D%0A%09%09%09c-0.8%2C0.7-1.3%2C1.7-1.3%2C2.7v16.7c0%2C0.7-0.3%2C1.3-0.8%2C1.7c-0.6%2C0.4-1.3%2C0.6-1.9%2C0.4l-19.6-5.2c-0.4-1.7-1.8-3.2-3.5-3.7%0D%0A%09%09%09c-0.4-0.1-0.7-0.1-1-0.1c-1.3%2C0-2.3%2C0.8-2.7%2C2l-21.3-5.7c-0.2-1.7-1.4-3.4-3.1-4.1V0h-1.2v8.8c-0.1%2C0-0.2%2C0-0.3%2C0%0D%0A%09%09%09c-1.6%2C0-2.8%2C1.2-2.8%2C2.9c0%2C2%2C1.6%2C4.1%2C3.6%2C4.6c0.4%2C0.1%2C0.7%2C0.1%2C1%2C0.1c1.3%2C0%2C2.3-0.8%2C2.7-2L68%2C20.1c0.1%2C1.7%2C1.3%2C3.4%2C3%2C4.1v10.2%0D%0A%09%09%09c0%2C0.7-0.3%2C1.3-0.8%2C1.7c-0.6%2C0.4-1.3%2C0.6-1.9%2C0.4L24.5%2C24.8c-0.3-1.8-1.7-3.5-3.5-4c-0.4-0.1-0.7-0.1-1-0.1%0D%0A%09%09%09c-1.4%2C0-2.4%2C0.9-2.7%2C2.2L0.7%2C18.5v1.2l16.5%2C4.4c0.2%2C1.7%2C1.5%2C3.3%2C3.1%2C3.9v24c0%2C0.7-0.3%2C1.3-0.8%2C1.7c-0.6%2C0.4-1.3%2C0.6-1.9%2C0.4%0D%0A%09%09%09L0.7%2C49.7V51l16.5%2C4.4c0.3%2C0.1%2C0.6%2C0.1%2C0.9%2C0.1c0.7%2C0%2C1.5-0.3%2C2-0.7c0.8-0.7%2C1.3-1.7%2C1.3-2.7V28.3c0.1%2C0%2C0.2%2C0%2C0.3%2C0%0D%0A%09%09%09c1.5%2C0%2C2.5-0.9%2C2.8-2.2l43.4%2C11.7c0.3%2C0.1%2C0.6%2C0.1%2C0.9%2C0.1c0.7%2C0%2C1.5-0.3%2C2-0.7c0.8-0.7%2C1.3-1.7%2C1.3-2.7v-10c0.1%2C0%2C0.3%2C0%2C0.4%2C0%0D%0A%09%09%09c1.5%2C0%2C2.6-1.1%2C2.8-2.5l19.2%2C5.2c0.3%2C0.1%2C0.6%2C0.1%2C0.9%2C0.1c0.7%2C0%2C1.4-0.3%2C2-0.7c0.8-0.7%2C1.3-1.7%2C1.3-2.7V7.1c0-0.7%2C0.3-1.3%2C0.8-1.7%0D%0A%09%09%09c0.6-0.4%2C1.3-0.6%2C1.9-0.4l46.9%2C12.5v38.9c-0.1%2C0-0.2%2C0-0.3%2C0c-1.4%2C0-2.5%2C0.9-2.7%2C2.2l-15.6-4.1c-1-0.2-2.1%2C0-2.9%2C0.6%0D%0A%09%09%09c-0.8%2C0.7-1.3%2C1.7-1.3%2C2.7v54.6c-0.1%2C0-0.3%2C0-0.4%2C0c-1.3%2C0-2.4%2C0.8-2.7%2C2.1L84%2C104.2c-0.3-1.6-1.5-3.1-3-3.7V62.1%0D%0A%09%09%09c0-2.2-1.7-4.4-3.9-5l-36.2-9.6c-0.1%2C0-0.2%2C0-0.3%2C0l2.1-1.6c0-0.1%2C0.7-0.6%2C1.9-0.3l36.2%2C9.7c1.6%2C0.4%2C3%2C2.2%2C3%2C3.8v41.1h1.2V59.1%0D%0A%09%09%09c0-2.2-1.7-4.4-3.9-5l-36.1-9.7c-1.9-0.5-3%2C0.5-3%2C0.5l-4%2C3l0%2C0c0%2C0-0.1%2C0-0.1%2C0.1c-0.8%2C0.6-1.2%2C1.5-1.2%2C2.6v38c-0.1%2C0-0.2%2C0-0.3%2C0%0D%0A%09%09%09c-1.4%2C0-2.4%2C0.9-2.7%2C2.2L22%2C87.7c-0.1-2-1.6-4-3.6-4.4c-0.4-0.1-0.7-0.1-1-0.1c-1.5%2C0-2.6%2C1-2.8%2C2.6L0.7%2C81.9v1.2l14%2C3.8%0D%0A%09%09%09c0.4%2C1.5%2C1.5%2C2.9%2C3%2C3.5v44.3c0%2C1.8-0.8%2C3.4-2.2%2C4.4l-1.8%2C1.3c0.1%2C0.1%2C0.2%2C0.2%2C0.3%2C0.3c-0.1-0.1-0.2-0.2-0.3-0.3%0D%0A%09%09%09c-0.6-0.6-1.3-1-2.1-1.2c-0.4-0.1-0.7-0.1-1-0.1c-1.6%2C0-2.8%2C1.3-2.7%2C3c0%2C0.7%2C0.3%2C1.5%2C0.7%2C2.2l-7.8%2C5.7v1.5l8.5-6.2%0D%0A%09%09%09c-0.1-0.1-0.1-0.1-0.2-0.2c0.1%2C0.1%2C0.1%2C0.2%2C0.2%2C0.2c0.6%2C0.6%2C1.4%2C1.1%2C2.3%2C1.3c0.4%2C0.1%2C0.7%2C0.1%2C1%2C0.1c1.4%2C0%2C2.4-0.9%2C2.7-2.2%0D%0A%09%09%09l70.3%2C18.8c0.1%2C0.6%2C0.3%2C1.3%2C0.7%2C1.9l-9%2C6.6c-1%2C0.7-1.5%2C2-1.3%2C3.3c0.2%2C1.2%2C1.2%2C2.3%2C2.4%2C2.6l0.7%2C0.2c0.2%2C1.7%2C1.5%2C3.3%2C3.1%2C3.9v9.1%0D%0A%09%09%09h1.2V182c0.1%2C0%2C0.2%2C0%2C0.3%2C0c1.5%2C0%2C2.5-0.9%2C2.7-2.3l14.9%2C4c0.1%2C1.7%2C1.4%2C3.5%2C3.1%2C4.1v3h1.2v-2.7c0.1%2C0%2C0.2%2C0%2C0.3%2C0%0D%0A%09%09%09c1.5%2C0%2C2.6-1%2C2.8-2.4l19%2C5.1h4.6l-23.7-6.3c-0.3-1.7-1.8-3.4-3.5-3.9c-0.4-0.1-0.7-0.1-1-0.1c-1.3%2C0-2.3%2C0.8-2.7%2C2l-15-4%0D%0A%09%09%09c-0.3-1.8-1.7-3.5-3.5-4c-0.4-0.1-0.7-0.1-1-0.1c-1.4%2C0-2.4%2C0.9-2.7%2C2.2l-0.4-0.1c-0.8-0.2-1.4-0.9-1.6-1.7%0D%0A%09%09%09c-0.2-0.8%2C0.1-1.6%2C0.8-2.1l9-6.6c0.6%2C0.6%2C1.3%2C1%2C2.1%2C1.2c0.4%2C0.1%2C0.7%2C0.1%2C1%2C0.1c1.7%2C0%2C2.8-1.2%2C2.8-2.9c0-0.8-0.3-1.6-0.7-2.3%0D%0A%09%09%09l31.8-23.3c1.7-1.2%2C2.7-3.2%2C2.7-5.3V120c0.1%2C0%2C0.2%2C0%2C0.3%2C0c1.7%2C0%2C2.9-1.2%2C2.8-2.9c0-1.8-1.3-3.7-3-4.4c0-1.1%2C0-54.9%2C0-54.9%0D%0A%09%09%09c0-0.7%2C0.3-1.3%2C0.8-1.7c0.6-0.4%2C1.3-0.6%2C1.9-0.4l15.9%2C4.2c0.3%2C1.8%2C1.7%2C3.5%2C3.5%2C4c0.4%2C0.1%2C0.7%2C0.1%2C1%2C0.1c1.4%2C0%2C2.5-0.8%2C2.7-2.1%0D%0A%09%09%09l20.2%2C5.4v12.3c0%2C1.3%2C0.7%2C2.4%2C1.8%2C3c0.5%2C0.3%2C1%2C0.4%2C1.5%2C0.4c0.7%2C0%2C1.4-0.2%2C2-0.6l13.7-10l38.4%2C10.3c0.1%2C1.9%2C1.7%2C3.9%2C3.6%2C4.3%0D%0A%09%09%09c0.4%2C0.1%2C0.7%2C0.1%2C1%2C0.1c1.7%2C0%2C2.9-1.2%2C2.8-2.9c0-1.8-1.3-3.7-3.1-4.4v-14c0.1%2C0%2C0.2%2C0%2C0.3%2C0c1.5%2C0%2C2.5-0.9%2C2.8-2.2l35.8%2C9.6%0D%0A%09%09%09c0.6%2C0.1%2C1.1%2C0.2%2C1.7%2C0.2c1.4%2C0%2C2.7-0.5%2C3.9-1.3l20.8-15.3c0.5%2C0.6%2C1.2%2C1.1%2C1.9%2C1.3v12.5c0%2C1.3%2C0.7%2C2.4%2C1.8%2C3%0D%0A%09%09%09c0.5%2C0.3%2C1%2C0.4%2C1.5%2C0.4c0.7%2C0%2C1.4-0.2%2C2-0.7l13.8-10.1c0.6%2C0.6%2C1.3%2C1.1%2C2.2%2C1.3c0.4%2C0.1%2C0.7%2C0.1%2C1%2C0.1c1.5%2C0%2C2.5-0.9%2C2.7-2.2%0D%0A%09%09%09l46.2%2C12.4c0.8%2C0.2%2C1.4%2C0.9%2C1.6%2C1.7s-0.1%2C1.6-0.8%2C2.1l-20.5%2C14.9l-30-8c-1-0.2-2.1%2C0-2.9%2C0.6c-0.8%2C0.7-1.3%2C1.7-1.3%2C2.7v13.6%0D%0A%09%09%09c-0.1%2C0-0.2%2C0-0.3%2C0c-1.3%2C0-2.3%2C0.8-2.7%2C1.9c-0.1%2C0.3-0.2%2C0.6-0.2%2C1c0%2C0.1%2C0%2C0.2%2C0%2C0.3c0.1%2C1.9%2C1.6%2C3.8%2C3.5%2C4.3%0D%0A%09%09%09c0.4%2C0.1%2C0.7%2C0.1%2C1%2C0.1c1.5%2C0%2C2.6-1%2C2.8-2.4c0-0.2%2C0-0.3%2C0-0.5c0-0.3%2C0-0.5-0.1-0.8c-0.3-1.6-1.5-3-3-3.6c0%2C0%2C0%2C0%2C0%2C0V88.9%0D%0A%09%09%09c0-0.7%2C0.3-1.3%2C0.8-1.7c0.6-0.4%2C1.3-0.6%2C1.9-0.4l29.1%2C7.8l-7.2%2C5.3c-0.6-0.6-1.3-1.1-2.1-1.3c-0.4-0.1-0.7-0.1-1-0.1%0D%0A%09%09%09c-1.6%2C0-2.8%2C1.2-2.8%2C2.9c0%2C0.8%2C0.3%2C1.6%2C0.7%2C2.3l-4.9%2C3.6c-1.3%2C1-3%2C1.3-4.6%2C0.9l-6.8-1.8c0.1%2C0.3%2C0.1%2C0.5%2C0.1%2C0.8%0D%0A%09%09%09c0%2C0.2%2C0%2C0.3%2C0%2C0.5l6.4%2C1.7c0.6%2C0.1%2C1.1%2C0.2%2C1.7%2C0.2c1.4%2C0%2C2.7-0.5%2C3.9-1.3l4.9-3.6c0.5%2C0.5%2C1%2C0.8%2C1.6%2C1.1V134%0D%0A%09%09%09c0%2C1.8-0.8%2C3.4-2.2%2C4.4l-28%2C20.4c-0.5-0.6-1.2-1-1.9-1.2v-17.8c0-5.8-4.6-11.8-10.4-13.3l-12.8-3.5c-0.3-1.6-1.5-3.1-3-3.7V99.8%0D%0A%09%09%09c0-0.7%2C0.3-1.3%2C0.8-1.7c0.6-0.4%2C1.3-0.6%2C1.9-0.4l29.7%2C8c0-0.1%2C0-0.2%2C0-0.3c0-0.3%2C0.1-0.7%2C0.2-1l-29.6-7.9c-1-0.2-2.1%2C0-2.9%2C0.6%0D%0A%09%09%09c-0.8%2C0.7-1.3%2C1.7-1.3%2C2.7v19.3c-0.1%2C0-0.2%2C0-0.3%2C0c-1.6%2C0-2.8%2C1.2-2.8%2C2.9c0%2C2%2C1.6%2C4.1%2C3.6%2C4.6c0.4%2C0.1%2C0.7%2C0.1%2C1%2C0.1%0D%0A%09%09%09c1.5%2C0%2C2.5-1%2C2.8-2.4l12.4%2C3.4c5.3%2C1.4%2C9.6%2C6.8%2C9.6%2C12.1v17.6c0%2C0-0.1%2C0-0.1%2C0c-1.6%2C0-2.8%2C1.2-2.8%2C2.9c0%2C1.8%2C1.2%2C3.6%2C2.9%2C4.4v26.1%0D%0A%09%09%09h1.2V165c0.2%2C0%2C0.3%2C0%2C0.5%2C0c1.6%2C0%2C2.8-1.2%2C2.8-2.9c0-0.8-0.3-1.6-0.7-2.4l27.9-20.4c1.7-1.2%2C2.7-3.2%2C2.7-5.3v-27.9%0D%0A%09%09%09c0.1%2C0%2C0.3%2C0%2C0.4%2C0c1.6%2C0%2C2.8-1.2%2C2.8-2.9c0-0.8-0.3-1.7-0.7-2.4l8-5.8l28.2%2C7.5c0.2%2C1.9%2C1.7%2C3.7%2C3.6%2C4.2c0.4%2C0.1%2C0.7%2C0.1%2C1%2C0.1%0D%0A%09%09%09c1.5%2C0%2C2.6-1%2C2.8-2.4l15%2C4.1c2.4%2C0.6%2C4%2C2.8%2C4%2C5.2v25.5c0%2C3%2C2%2C5.6%2C4.9%2C6.4l0.5%2C0.1c0.3%2C1.8%2C1.7%2C3.5%2C3.5%2C4c0.4%2C0.1%2C0.7%2C0.1%2C1%2C0.1%0D%0A%09%09%09c1.4%2C0%2C2.4-0.9%2C2.7-2.2l20.2%2C5.5c2.4%2C0.6%2C4%2C2.8%2C4%2C5.2v32.5h1.2v-32.5c0-3-2-5.6-4.9-6.4l-20.5-5.5c-0.1-0.6-0.3-1.2-0.6-1.8%0D%0A%09%09%09l18.8-13.8c0.6%2C0.6%2C1.3%2C1.1%2C2.2%2C1.3c0.4%2C0.1%2C0.7%2C0.1%2C1%2C0.1c1.4%2C0%2C2.5-0.9%2C2.7-2.2c1.9%2C0.5%2C3.7%2C0.8%2C5.3%2C0.8c2.4%2C0%2C4.3-0.6%2C5.7-1.6%0D%0A%09%09%09c0.1-0.1%2C0.2-0.2%2C0.2-0.2l3.8-2.4l0.3-0.2c2.5-1.8%2C3.8-5%2C3.8-9.6c0-7.5-2.1-11.2-9.3-19.9c-2.2-2.7-2.3-6.6-2.3-7.3%0D%0A%09%09%09c0-1.7-0.9-3-2.5-3.4c-0.4-0.1-0.8-0.1-1.2%2C0v-0.1l-5.4%2C3.2l0.1%2C0.2c-0.1%2C0.1-0.2%2C0.1-0.3%2C0.2c-0.9%2C0.7-2%2C2.3-2%2C6%0D%0A%09%09%09c0%2C1.8%2C0.3%2C3.1%2C0.7%2C4.2l-6.1-1.6c-0.9-0.3-1.8-0.2-2.5%2C0.2l-4.8%2C2.9l0%2C0.1c-0.1%2C0-0.2%2C0.1-0.2%2C0.1c-0.7%2C0.6-1.1%2C1.5-1.1%2C2.5%0D%0A%09%09%09c0%2C1.6%2C1%2C3.2%2C2.4%2C4.1c-0.7%2C0.5-1.1%2C1.4-1.1%2C2.4c0%2C1.5%2C0.8%2C3%2C2.1%2C3.9c-0.5%2C0.6-0.8%2C1.3-0.8%2C2.2c0%2C1.4%2C0.8%2C2.9%2C2%2C3.8%0D%0A%09%09%09c-0.6%2C0.5-0.9%2C1.3-0.9%2C2.2c0%2C2%2C1.6%2C4.1%2C3.6%2C4.6l3.3%2C0.8c0.1%2C0.6%2C0.3%2C1.2%2C0.6%2C1.7l-18.8%2C13.8c-0.6-0.6-1.4-1.1-2.2-1.3%0D%0A%09%09%09c-0.4-0.1-0.7-0.1-1-0.1c-1.4%2C0-2.5%2C0.9-2.7%2C2.2l-0.2%2C0c-2.4-0.6-4-2.8-4-5.2v-25.5c0-3-2-5.6-4.9-6.4l-15.4-4.2%0D%0A%09%09%09c-0.1-0.6-0.3-1.1-0.6-1.6l35.1-25.7c0.6%2C0.6%2C1.4%2C1.1%2C2.2%2C1.4c0.4%2C0.1%2C0.7%2C0.1%2C1%2C0.1c1.6%2C0%2C2.8-1.2%2C2.8-2.9c0-0.8-0.3-1.7-0.7-2.4%0D%0A%09%09%09l13.8-10.1c1.3-1%2C3-1.3%2C4.6-0.9l12.3%2C3.4c0.4%2C1.7%2C1.8%2C3.3%2C3.5%2C3.8c0.4%2C0.1%2C0.7%2C0.1%2C1%2C0.1c1.3%2C0%2C2.4-0.8%2C2.7-2.1l14.9%2C4L481.7%2C69.1%0D%0A%09%09%09z%20M388.5%2C30.8c0-1.1%2C0.6-1.7%2C1.6-1.7c0.2%2C0%2C0.4%2C0%2C0.7%2C0.1c1.5%2C0.4%2C2.8%2C2%2C2.8%2C3.5c0%2C1-0.6%2C1.7-1.6%2C1.7c-0.2%2C0-0.4%2C0-0.7-0.1%0D%0A%09%09%09C389.8%2C33.9%2C388.5%2C32.3%2C388.5%2C30.8z%20M263%2C42.5c-0.2%2C0.1-2.4%2C1.7-5.1%2C3.7c-0.9%2C0.6-1.7%2C1.2-2.4%2C1.7l0%2C0c-1.4%2C1.1-2.9%2C2.1-4%2C3%0D%0A%09%09%09c-4.1-5.2-11.2-14.2-11.6-14.7c-3.6-4.6-5.2-10-4.5-14.8c0.5-3.3%2C2.1-6.1%2C4.6-7.9c6.4-4.6%2C16.3-1.9%2C22.7%2C6.2%0D%0A%09%09%09c1.1%2C1.3%2C2%2C2.8%2C2.8%2C4.4c-1%2C0.4-1.7%2C1.4-1.7%2C2.7c0%2C2%2C1.6%2C4.1%2C3.6%2C4.6c0%2C0%2C0%2C0%2C0.1%2C0C267.8%2C36.1%2C266.2%2C40.1%2C263%2C42.5z%20M268.4%2C30.3%0D%0A%09%09%09c-0.2%2C0-0.4%2C0-0.7-0.1c-1.5-0.4-2.8-2-2.8-3.5c0-1.1%2C0.6-1.7%2C1.6-1.7c0.2%2C0%2C0.4%2C0%2C0.7%2C0.1c1.5%2C0.4%2C2.8%2C2%2C2.8%2C3.5%0D%0A%09%09%09C270%2C29.6%2C269.4%2C30.3%2C268.4%2C30.3z%20M44%2C15.2c-0.2%2C0-0.4%2C0-0.7-0.1c-1.5-0.4-2.8-2-2.8-3.5c0-1.1%2C0.6-1.7%2C1.6-1.7%0D%0A%09%09%09c0.2%2C0%2C0.4%2C0%2C0.7%2C0.1c1.5%2C0.4%2C2.8%2C2%2C2.8%2C3.5C45.6%2C14.6%2C45%2C15.2%2C44%2C15.2z%20M21.7%2C27.1c-0.2%2C0-0.4%2C0-0.7-0.1c-1.5-0.4-2.8-2-2.8-3.5%0D%0A%09%09%09c0-1.1%2C0.6-1.7%2C1.6-1.7c0.2%2C0%2C0.4%2C0%2C0.7%2C0.1c1.5%2C0.4%2C2.8%2C2%2C2.8%2C3.5C23.4%2C26.4%2C22.7%2C27.1%2C21.7%2C27.1z%20M72.5%2C23.3%0D%0A%09%09%09c-0.2%2C0-0.4%2C0-0.7-0.1c-1.5-0.4-2.8-2-2.8-3.5c0-1.1%2C0.6-1.7%2C1.6-1.7c0.2%2C0%2C0.4%2C0%2C0.7%2C0.1c1.5%2C0.4%2C2.8%2C2%2C2.8%2C3.5%0D%0A%09%09%09C74.1%2C22.6%2C73.4%2C23.3%2C72.5%2C23.3z%20M12.5%2C145.5c-0.2%2C0-0.4%2C0-0.7-0.1c-1.5-0.4-2.8-1.9-2.9-3.4c0-1.1%2C0.6-1.7%2C1.6-1.7%0D%0A%09%09%09c0.2%2C0%2C0.4%2C0%2C0.7%2C0.1c1.5%2C0.4%2C2.8%2C1.9%2C2.9%2C3.4C14.1%2C144.8%2C13.5%2C145.5%2C12.5%2C145.5z%20M103.9%2C181.6c0.2%2C0%2C0.4%2C0%2C0.7%2C0.1%0D%0A%09%09%09c1.5%2C0.4%2C2.8%2C2%2C2.8%2C3.5c0%2C1-0.6%2C1.7-1.6%2C1.7c-0.2%2C0-0.4%2C0-0.7-0.1c-1.5-0.4-2.8-2-2.8-3.5C102.3%2C182.2%2C102.9%2C181.6%2C103.9%2C181.6z%0D%0A%09%09%09%20M81.7%2C175.5c0.2%2C0%2C0.4%2C0%2C0.7%2C0.1c1.5%2C0.4%2C2.8%2C2%2C2.8%2C3.5c0%2C1-0.6%2C1.7-1.6%2C1.7c-0.2%2C0-0.4%2C0-0.7-0.1c-1.5-0.4-2.8-2-2.8-3.5%0D%0A%09%09%09C80.1%2C176.1%2C80.7%2C175.5%2C81.7%2C175.5z%20M82.8%2C104.9c0%2C1-0.6%2C1.7-1.6%2C1.7c-0.2%2C0-0.4%2C0-0.7-0.1c-1.5-0.4-2.8-2-2.8-3.5%0D%0A%09%09%09c0-1.3%2C1-2%2C2.3-1.6C81.5%2C101.8%2C82.8%2C103.4%2C82.8%2C104.9z%20M37.8%2C50.6c0-0.7%2C0.2-1.3%2C0.7-1.7c0%2C0%2C0%2C0%2C0.1%2C0l0%2C0l0.3-0.2%0D%0A%09%09%09c0.4-0.2%2C1-0.2%2C1.6-0.1l36.2%2C9.7c1.6%2C0.4%2C3%2C2.2%2C3%2C3.8v5.3L37.8%2C56.2V50.6z%20M37.8%2C57.4l41.9%2C11.2v31.6c-0.1%2C0-0.2%2C0-0.3%2C0%0D%0A%09%09%09c-1.6%2C0-2.8%2C1.2-2.8%2C2.9c0%2C1.8%2C1.3%2C3.7%2C3.1%2C4.4v25.8l-41.9-11.2V96.2c0.1%2C0%2C0.2%2C0%2C0.3%2C0c1.7%2C0%2C2.8-1.2%2C2.8-2.9%0D%0A%09%09%09c0-1.8-1.3-3.7-3.1-4.4V57.4z%20M78.9%2C142c-0.5%2C0.3-1.1%2C0.4-1.8%2C0.2l-36.2-9.7c-1.6-0.4-3-2.2-3-3.8v-5.4l41.9%2C11.2v5.6%0D%0A%09%09%09c0%2C0.6-0.2%2C1.2-0.6%2C1.6C79%2C141.9%2C78.8%2C142%2C78.9%2C142L78.9%2C142z%20M36.2%2C89.7c0.2%2C0%2C0.4%2C0%2C0.7%2C0.1c1.5%2C0.4%2C2.8%2C2%2C2.8%2C3.5%0D%0A%09%09%09c0%2C1-0.6%2C1.7-1.6%2C1.7c-0.2%2C0-0.4%2C0-0.7-0.1c-1.5-0.4-2.8-2-2.8-3.5C34.6%2C90.3%2C35.2%2C89.7%2C36.2%2C89.7z%20M15.7%2C86%0D%0A%09%09%09c0-1.1%2C0.6-1.7%2C1.6-1.7c0.2%2C0%2C0.4%2C0%2C0.7%2C0.1c1.5%2C0.4%2C2.8%2C2%2C2.8%2C3.5c0%2C1-0.6%2C1.7-1.6%2C1.7c-0.2%2C0-0.4%2C0-0.7-0.1%0D%0A%09%09%09C17%2C89.1%2C15.7%2C87.5%2C15.7%2C86z%20M90%2C166.2c-0.2%2C0-0.4%2C0-0.7-0.1c-1.5-0.4-2.8-2-2.8-3.5c0-1.3%2C1-2%2C2.3-1.6c1.5%2C0.4%2C2.8%2C2%2C2.8%2C3.5%0D%0A%09%09%09C91.6%2C165.5%2C91%2C166.2%2C90%2C166.2z%20M125.4%2C133.6c0%2C1.7-0.8%2C3.3-2.2%2C4.3l-31.8%2C23.3c-0.6-0.6-1.3-1.1-2.2-1.3c-0.4-0.1-0.7-0.1-1-0.1%0D%0A%09%09%09c-1.4%2C0-2.5%2C0.9-2.7%2C2.2l-70.3-18.8c0%2C0%2C0-0.1%2C0-0.1c-0.1-0.6-0.4-1.2-0.7-1.8l1.8-1.3c1.7-1.2%2C2.7-3.2%2C2.7-5.3v-44%0D%0A%09%09%09c0.1%2C0%2C0.2%2C0%2C0.3%2C0c1.3%2C0%2C2.3-0.7%2C2.6-1.9L33.6%2C92c0.2%2C1.7%2C1.5%2C3.3%2C3.1%2C3.9v32.8c0%2C2.2%2C1.7%2C4.4%2C3.9%2C5l36.2%2C9.8%0D%0A%09%09%09c0.3%2C0.1%2C0.7%2C0.1%2C1%2C0.1c0.8%2C0%2C1.5-0.3%2C2-0.7c0.1-0.1%2C0.1-0.1%2C0.2-0.2c3.5-2.5%2C3.8-2.7%2C3.7-2.8c0.8-0.6%2C1.2-1.5%2C1.2-2.6V109h-1.2%0D%0A%09%09%09v28.3c0%2C0.7-0.2%2C1.3-0.7%2C1.7c0%2C0-1%2C0.8-2%2C1.5c0-0.1%2C0-0.1%2C0-0.2v-32.5c0.1%2C0%2C0.2%2C0%2C0.3%2C0c1.5%2C0%2C2.5-1%2C2.8-2.4l38.4%2C10.3%0D%0A%09%09%09c0.2%2C1.7%2C1.4%2C3.4%2C3.1%2C4V133.6z%20M128.5%2C117.1c0.1%2C1-0.6%2C1.7-1.6%2C1.7c-0.2%2C0-0.4%2C0-0.7-0.1c-1.5-0.4-2.8-2-2.8-3.5%0D%0A%09%09%09c0-1.1%2C0.6-1.7%2C1.6-1.7c0.2%2C0%2C0.4%2C0%2C0.7%2C0.1C127.2%2C114%2C128.5%2C115.6%2C128.5%2C117.1z%20M149.8%2C62.8c-0.2%2C0-0.4%2C0-0.7-0.1%0D%0A%09%09%09c-1.5-0.4-2.8-2-2.8-3.5c0-1.1%2C0.6-1.7%2C1.6-1.7c0.2%2C0%2C0.4%2C0%2C0.7%2C0.1c1.5%2C0.4%2C2.8%2C2%2C2.8%2C3.5C151.5%2C62.2%2C150.8%2C62.8%2C149.8%2C62.8z%0D%0A%09%09%09%20M172.7%2C27.5V66l-20.1-5.4c-0.2-1.7-1.4-3.3-3.1-4V17.9l20%2C5.4l0.6%2C0.2c0.2%2C1.4%2C1.2%2C2.8%2C2.6%2C3.4V27.5z%20M173.6%2C25.8%0D%0A%09%09%09c-1.2-0.3-2.3-1.7-2.3-2.9c0-0.7%2C0.3-1.1%2C1-1.1c0.2%2C0%2C0.4%2C0%2C0.5%2C0c1.2%2C0.3%2C2.3%2C1.7%2C2.3%2C2.9C175.1%2C25.6%2C174.5%2C26%2C173.6%2C25.8z%0D%0A%09%09%09%20M177.3%2C81.3c-0.6%2C0.5-1.5%2C0.6-2.2%2C0.2c-0.7-0.4-1.2-1.1-1.2-1.9v-12l16.2%2C4.3L177.3%2C81.3z%20M230.3%2C81.5l-37.3-10l37-27.1%0D%0A%09%09%09c0.6-0.5%2C1.5-0.6%2C2.2-0.2c0.7%2C0.4%2C1.2%2C1.1%2C1.2%2C1.9v12.1c-0.1%2C0-0.3%2C0-0.4%2C0c-1.6%2C0-2.8%2C1.2-2.8%2C2.9c0%2C1.8%2C1.3%2C3.7%2C3.1%2C4.4v14%0D%0A%09%09%09c-0.1%2C0-0.2%2C0-0.3%2C0C231.7%2C79.5%2C230.7%2C80.3%2C230.3%2C81.5z%20M236.3%2C84.2c0.1%2C1-0.6%2C1.7-1.6%2C1.7c-0.2%2C0-0.4%2C0-0.7-0.1%0D%0A%09%09%09c-1.5-0.4-2.8-2-2.8-3.5c0-1.1%2C0.6-1.7%2C1.6-1.7c0.2%2C0%2C0.4%2C0%2C0.7%2C0.1C235%2C81.1%2C236.3%2C82.7%2C236.3%2C84.2z%20M234.7%2C64.6%0D%0A%09%09%09c-0.1%2C0-0.2%2C0-0.3%2C0v-0.1H234c-1.5-0.4-2.8-2-2.8-3.5c0-1.1%2C0.6-1.7%2C1.6-1.7c0.2%2C0%2C0.4%2C0%2C0.7%2C0.1c1.5%2C0.4%2C2.8%2C2%2C2.8%2C3.5%0D%0A%09%09%09C236.4%2C63.9%2C235.7%2C64.6%2C234.7%2C64.6z%20M299.5%2C36c0-1.1%2C0.6-1.7%2C1.6-1.7c0.2%2C0%2C0.4%2C0%2C0.7%2C0.1c1.5%2C0.4%2C2.8%2C2%2C2.8%2C3.5%0D%0A%09%09%09c0%2C1-0.6%2C1.7-1.6%2C1.7c-0.2%2C0-0.4%2C0-0.7-0.1C300.8%2C39.1%2C299.5%2C37.5%2C299.5%2C36z%20M302.3%2C57.1c-1.5-0.4-2.8-2-2.8-3.5%0D%0A%09%09%09c0-1.3%2C1-2%2C2.3-1.6c1.5%2C0.4%2C2.8%2C2%2C2.8%2C3.5c0%2C1-0.6%2C1.7-1.6%2C1.7C302.8%2C57.2%2C302.6%2C57.2%2C302.3%2C57.1z%20M323.9%2C63.5%0D%0A%09%09%09c-0.2%2C0-0.4%2C0-0.7-0.1c-1.5-0.4-2.8-2-2.8-3.5c0-1.1%2C0.6-1.7%2C1.6-1.7c0.2%2C0%2C0.4%2C0%2C0.7%2C0.1c1.5%2C0.4%2C2.8%2C2%2C2.8%2C3.5%0D%0A%09%09%09C325.5%2C62.8%2C324.9%2C63.5%2C323.9%2C63.5z%20M320.4%2C109.5c-0.2%2C0-0.5%2C0-0.8-0.1c-0.7-0.2-1.3-0.6-1.8-1c0.5%2C0.5%2C1.1%2C0.9%2C1.8%2C1%0D%0A%09%09%09C319.9%2C109.5%2C320.2%2C109.5%2C320.4%2C109.5c0.5%2C0%2C0.9-0.1%2C1.3-0.4C321.4%2C109.4%2C320.9%2C109.5%2C320.4%2C109.5z%20M322%2C107.2%0D%0A%09%09%09c0%2C1-0.6%2C1.7-1.6%2C1.7c-0.2%2C0-0.4%2C0-0.7-0.1c-1.5-0.4-2.8-2-2.8-3.5c0-1.1%2C0.6-1.7%2C1.6-1.7c0.2%2C0%2C0.4%2C0%2C0.7%2C0.1%0D%0A%09%09%09C320.7%2C104.1%2C322%2C105.7%2C322%2C107.2z%20M321.6%2C104.5c-0.6-0.6-1.3-1.2-2.1-1.4c-0.3-0.1-0.5-0.1-0.8-0.1c-0.5%2C0-0.9%2C0.1-1.3%2C0.4%0D%0A%09%09%09c0.4-0.2%2C0.8-0.4%2C1.3-0.4c0.3%2C0%2C0.5%2C0%2C0.8%2C0.1C320.3%2C103.3%2C321%2C103.8%2C321.6%2C104.5z%20M283.7%2C125.5c-0.2%2C0-0.4%2C0-0.7-0.1%0D%0A%09%09%09c-1.5-0.4-2.8-2-2.8-3.5c0-1.1%2C0.6-1.7%2C1.6-1.7c0.2%2C0%2C0.4%2C0%2C0.7%2C0.1c1.5%2C0.4%2C2.8%2C2%2C2.8%2C3.5C285.3%2C124.8%2C284.7%2C125.5%2C283.7%2C125.5z%0D%0A%09%09%09%20M310.2%2C163.8c-0.2%2C0-0.4%2C0-0.7-0.1c-1.5-0.4-2.8-2-2.8-3.5c0-1.1%2C0.6-1.7%2C1.6-1.7c0.2%2C0%2C0.4%2C0%2C0.7%2C0.1c1.5%2C0.4%2C2.8%2C2%2C2.8%2C3.5%0D%0A%09%09%09C311.8%2C163.1%2C311.2%2C163.8%2C310.2%2C163.8z%20M343.3%2C104.9c-0.2%2C0-0.4%2C0-0.7-0.1c-1.5-0.4-2.8-2-2.8-3.5c0-1.1%2C0.6-1.7%2C1.6-1.7%0D%0A%09%09%09c0.2%2C0%2C0.4%2C0%2C0.7%2C0.1c1.5%2C0.4%2C2.8%2C2%2C2.8%2C3.5C344.9%2C104.3%2C344.3%2C104.9%2C343.3%2C104.9z%20M386.1%2C105.6c-0.2%2C0-0.4%2C0-0.7-0.1%0D%0A%09%09%09c-1.5-0.4-2.8-2-2.8-3.5c0-1.1%2C0.6-1.7%2C1.6-1.7c0.2%2C0%2C0.4%2C0%2C0.7%2C0.1c1.5%2C0.4%2C2.8%2C2%2C2.8%2C3.5C387.8%2C104.9%2C387.1%2C105.6%2C386.1%2C105.6z%0D%0A%09%09%09%20M441.9%2C131c-0.2%2C0-0.4%2C0-0.7-0.1c-1.5-0.4-2.8-2-2.8-3.5c0-1.1%2C0.6-1.7%2C1.6-1.7c0.2%2C0%2C0.4%2C0%2C0.7%2C0.1c1.5%2C0.4%2C2.8%2C2%2C2.8%2C3.5%0D%0A%09%09%09C443.6%2C130.4%2C442.9%2C131%2C441.9%2C131z%20M448.3%2C87.5h0.1c0.3-0.1%2C0.7-0.2%2C1-0.1c1.4%2C0.4%2C1.6%2C1.8%2C1.6%2C2.3c0%2C0.9%2C0.1%2C5.1%2C2.6%2C8.1%0D%0A%09%09%09c7%2C8.5%2C9%2C12%2C9%2C19.1c0%2C4.4-1.2%2C7.3-3.5%2C8.8l-1.3%2C0.8c0.9-1.8%2C1.3-4%2C1.3-6.7c0-7.5-2.1-11.2-9.3-19.9c-2.2-2.7-2.3-6.6-2.3-7.3%0D%0A%09%09%09c0-1.6-0.8-2.8-2.2-3.3L448.3%2C87.5z%20M433.5%2C99.6c0.5-0.2%2C1-0.3%2C1.6-0.1l7.2%2C1.9c0.3%2C0.5%2C0.6%2C0.9%2C0.9%2C1.3c0.3%2C0.4%2C0.6%2C0.8%2C0.8%2C1.2%0D%0A%09%09%09c0.3%2C0.5%2C0.3%2C0.7%2C0.3%2C0.7c-0.1%2C0-0.3%2C0-0.8-0.1l-12.6-3.4L433.5%2C99.6z%20M437.4%2C126.9l-3-0.8c-1.4-0.4-2.7-2-2.7-3.5%0D%0A%09%09%09c0-0.8%2C0.4-1.4%2C1-1.7l1.2-0.5l-1.2-0.6c-1.3-0.6-2.2-2-2.2-3.3c0-0.8%2C0.4-1.4%2C1-1.7l1.2-0.6l-1.2-0.5c-1.3-0.6-2.3-2-2.3-3.3%0D%0A%09%09%09c0-0.9%2C0.5-1.6%2C1.4-1.8v-1.2c-1.4-0.4-2.7-2-2.7-3.5c0-0.6%2C0.3-1.2%2C0.7-1.5c0%2C0%2C0%2C0%2C0.1%2C0l0%2C0l0.6-0.3c0.3-0.1%2C0.7-0.1%2C1.1%2C0%0D%0A%09%09%09l12.8%2C3.4c1.2%2C0.3%2C1.7%2C0%2C2-0.3c0.6-0.7%2C0.1-1.7-0.1-2c-0.2-0.5-0.6-0.9-0.9-1.4c-0.9-1.2-2.1-2.8-2.1-6.3c0-2.5%2C0.5-4.4%2C1.5-5.1%0D%0A%09%09%09c0.5-0.4%2C0.9-0.4%2C1.2-0.3c1.4%2C0.4%2C1.6%2C1.8%2C1.6%2C2.3c0%2C0.9%2C0.1%2C5.1%2C2.6%2C8.1c7%2C8.5%2C9%2C12%2C9%2C19.1c0%2C4.1-1.1%2C6.9-3.1%2C8.5%0D%0A%09%09%09c-2.2%2C1.7-5.6%2C1.9-10.1%2C0.7l-0.2%2C0c-0.3-1.8-1.7-3.6-3.5-4.1c-0.4-0.1-0.7-0.1-1-0.1C438.8%2C124.6%2C437.7%2C125.5%2C437.4%2C126.9z%0D%0A%09%09%09%20M416.6%2C143.4c1.5%2C0.4%2C2.8%2C2%2C2.8%2C3.5c0%2C1.1-0.6%2C1.7-1.6%2C1.7c-0.2%2C0-0.4%2C0-0.7-0.1c-1.5-0.4-2.8-2-2.8-3.5%0D%0A%09%09%09C414.3%2C143.7%2C415.3%2C143%2C416.6%2C143.4z%20M426.5%2C76.1c-0.2%2C0-0.4%2C0-0.7-0.1c-1.5-0.4-2.8-2-2.8-3.5c0-1.2%2C0.9-1.9%2C2-1.7v0.1h0.3%0D%0A%09%09%09c0%2C0%2C0%2C0%2C0%2C0c1.5%2C0.4%2C2.8%2C2%2C2.8%2C3.5C428.1%2C75.5%2C427.5%2C76.1%2C426.5%2C76.1z%20M463.8%2C67.1c-0.2%2C0-0.4%2C0-0.7-0.1c-1.5-0.4-2.8-2-2.8-3.5%0D%0A%09%09%09c0-1.1%2C0.6-1.7%2C1.6-1.7c0.2%2C0%2C0.4%2C0%2C0.7%2C0.1c1.5%2C0.4%2C2.8%2C2%2C2.8%2C3.5C465.4%2C66.4%2C464.8%2C67.1%2C463.8%2C67.1z%22%2F%3E%0D%0A%09%09%3Cpath%20class%3D%22st0%22%20d%3D%22M489.2%2C5.8c-0.3-1.7-1.8-3.4-3.5-3.8c-0.4-0.1-0.7-0.1-1-0.1c-1.7%2C0-2.8%2C1.2-2.8%2C2.9c0%2C2%2C1.6%2C4.1%2C3.6%2C4.6%0D%0A%09%09%09c0.4%2C0.1%2C0.7%2C0.1%2C1%2C0.1c1.5%2C0%2C2.6-1%2C2.8-2.4l17.2%2C4.6v-1.2L489.2%2C5.8z%20M486.4%2C8.3c-0.2%2C0-0.4%2C0-0.6-0.1c-1.5-0.4-2.7-2-2.7-3.4%0D%0A%09%09%09c0-1.3%2C1-2%2C2.3-1.6c1.5%2C0.4%2C2.7%2C2%2C2.7%2C3.4C488.1%2C7.6%2C487.4%2C8.3%2C486.4%2C8.3z%22%2F%3E%0D%0A%09%09%3Cpath%20class%3D%22st0%22%20d%3D%22M502.9%2C48.2L502.9%2C48.2c-0.1%2C0.2-0.3%2C0.3-0.4%2C0.4c-0.5%2C0.6-0.8%2C1.5-0.5%2C2.5l4.3%2C16.6v-4.1l-0.8-3.2l0.8%2C0.2%0D%0A%09%09%09v-1.2l-1.2-0.3l-2.1-8.1c-0.1-0.6%2C0-1.1%2C0.3-1.4c0.3-0.3%2C0.8-0.4%2C1.3-0.3l1.6%2C0.4v-1.3v-0.4v-1.3c-0.8%2C0.3-1.8%2C0.8-3%2C1.4%0D%0A%09%09%09L502.9%2C48.2z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-size: auto 180px;
}

.Vlt-card--image .Vlt-card__image--grid:before {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2047.2%2027%22%20style%3D%22enable-background%3Anew%200%200%2047.2%2027%3B%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22%23ffffff%22%3E%0D%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M24.6%2C0L24.6%2C0l-2%2C0l0%2C0L0%2C12.9l0%2C0v1.2l0%2C0L22.6%2C27h2h0l22.6-12.9v0v-1.2L24.6%2C0z%20M23.6%2C26.4L1%2C13.5L23.6%2C0.6%0D%0A%09l22.6%2C12.9L23.6%2C26.4z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-size: auto 27px;
}

.Vlt-card--image .Vlt-card__image--tech:before {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%20800%20250%22%20style%3D%22enable-background%3Anew%200%200%20800%20250%3B%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22%23ffffff%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M684.5%2C189.4c-0.1-0.1-0.3-0.2-0.5-0.2H453.6c-0.2%2C0-0.4%2C0.1-0.5%2C0.2l-35.5%2C37.1c-0.1%2C0.1-0.2%2C0.3-0.2%2C0.5v6.2%0D%0A%09%09c-2.4%2C0.4-4.2%2C2.5-4.2%2C5.1c0%2C2.8%2C2.2%2C5.1%2C4.9%2C5.1c2.7%2C0%2C4.9-2.3%2C4.9-5.1c0-2.6-1.8-4.7-4.2-5.1v-5.9l35-36.7h229.9l56.5%2C58.4%0D%0A%09%09c0.1%2C0.1%2C0.3%2C0.2%2C0.5%2C0.2h62.5v-1.5H741L684.5%2C189.4z%20M421.7%2C238.3c0%2C2.1-1.6%2C3.7-3.6%2C3.7s-3.6-1.7-3.6-3.7c0-2.1%2C1.6-3.7%2C3.6-3.7%0D%0A%09%09S421.7%2C236.2%2C421.7%2C238.3z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M683.8%2C199.4H457.5c-0.2%2C0-0.4%2C0.1-0.5%2C0.2l-28%2C29.3c-0.1%2C0.1-0.2%2C0.3-0.2%2C0.5v4c-2%2C0.7-3.4%2C2.6-3.4%2C4.9%0D%0A%09%09c0%2C2.8%2C2.2%2C5.1%2C4.9%2C5.1c2.7%2C0%2C4.9-2.3%2C4.9-5.1s-2.2-5.1-4.9-5.1l0%2C0v-3.4l27.6-28.8h225.7l46.5%2C48.6h2.1l-47.7-49.9%0D%0A%09%09C684.2%2C199.5%2C684%2C199.4%2C683.8%2C199.4z%20M430.2%2C234.6c2%2C0%2C3.6%2C1.7%2C3.6%2C3.7c0%2C2.1-1.6%2C3.7-3.6%2C3.7s-3.6-1.7-3.6-3.7%0D%0A%09%09C426.7%2C236.2%2C428.3%2C234.6%2C430.2%2C234.6z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M680.8%2C214.6H473c-0.2%2C0-0.4%2C0.1-0.5%2C0.2l-16.6%2C17.3c-0.1%2C0.1-0.2%2C0.3-0.2%2C0.5v10.7l-5.9%2C6.2h2.1l5.1-5.3%0D%0A%09%09c0.1-0.1%2C0.2-0.3%2C0.2-0.5V233l16.1-16.9h207.2l32%2C33.5h2.1l-33.3-34.8C681.2%2C214.6%2C681%2C214.6%2C680.8%2C214.6z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M676.7%2C223.5H478.5c-0.2%2C0-0.4%2C0.1-0.5%2C0.2l-13%2C13.6c-0.1%2C0.1-0.2%2C0.3-0.2%2C0.5v10.3l-1.2%2C1.3h2.1l0.4-0.5%0D%0A%09%09c0.1-0.1%2C0.2-0.3%2C0.2-0.5v-10.3l12.6-13.2h197.5l23.4%2C24.5h2.1l-24.7-25.8C677%2C223.6%2C676.9%2C223.5%2C676.7%2C223.5z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M132.5%2C244.4c0-2.8-2.2-5.1-4.9-5.1c-1.2%2C0-2.3%2C0.5-3.1%2C1.2L111.6%2C227c-0.1-0.1-0.3-0.2-0.5-0.2H91.7%0D%0A%09%09c-0.2%2C0-0.4%2C0.1-0.5%2C0.2l-6.4%2C6.7h-6.1l-9-9.5c-0.1-0.1-0.3-0.2-0.5-0.2H39.3l-10.6-11c-0.1-0.1-0.3-0.2-0.5-0.2H-0.1v1.5h28%0D%0A%09%09l10.6%2C11.1c0.1%2C0.1%2C0.3%2C0.2%2C0.5%2C0.2h29.8l9%2C9.5c0.1%2C0.1%2C0.3%2C0.2%2C0.5%2C0.2H85c0.2%2C0%2C0.4-0.1%2C0.5-0.2l6.4-6.7h18.8l12.7%2C13.3%0D%0A%09%09c-0.5%2C0.8-0.8%2C1.8-0.8%2C2.8c0%2C2.7%2C2.1%2C5%2C4.7%2C5.1h0.5C130.4%2C249.4%2C132.5%2C247.2%2C132.5%2C244.4z%20M127.6%2C248.2c-2%2C0-3.6-1.7-3.6-3.7%0D%0A%09%09c0-2.1%2C1.6-3.7%2C3.6-3.7c2%2C0%2C3.6%2C1.7%2C3.6%2C3.7C131.1%2C246.5%2C129.5%2C248.2%2C127.6%2C248.2z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M60.4%2C247.4H23.3c-0.2%2C0-0.4%2C0.1-0.5%2C0.2l-1.8%2C1.9h2.1l0.6-0.6h36.5l0.6%2C0.6h2.1l-1.8-1.9%0D%0A%09%09C60.8%2C247.5%2C60.6%2C247.4%2C60.4%2C247.4z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M12%2C250.6c3.2%2C0.1%2C5.8-2.8%2C5.9-6.3c0.1-3.6-2.5-6.5-5.6-6.6c-2.9-0.1-5.3%2C2.3-5.8%2C5.4L0%2C243v1.9l6.5%2C0.1%0D%0A%09%09C6.7%2C248.1%2C9.1%2C250.5%2C12%2C250.6z%20M12.2%2C239.4c2.3%2C0%2C4.1%2C2.2%2C4.1%2C4.8c-0.1%2C2.6-2%2C4.6-4.3%2C4.6s-4.1-2.2-4.1-4.8%0D%0A%09%09C8%2C241.5%2C9.9%2C239.4%2C12.2%2C239.4z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M62.6%2C240.8H30.2l-9-9.4c-0.1-0.1-0.3-0.2-0.5-0.2H-0.1v1.5h20.5l9%2C9.4c0.1%2C0.1%2C0.3%2C0.2%2C0.5%2C0.2h32.4l6.9%2C7.2%0D%0A%09%09h2.1l-8.2-8.5C62.9%2C240.9%2C62.8%2C240.8%2C62.6%2C240.8z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M103.5%2C244.4c0-2.8-2.2-5.1-4.9-5.1c-2.5%2C0-4.5%2C1.9-4.8%2C4.4H76.4l-10.7-11.1c-0.1-0.1-0.3-0.2-0.5-0.2H33.7%0D%0A%09%09L24%2C222.3c-0.1-0.1-0.3-0.2-0.5-0.2H-0.1v1.5h23.4l9.7%2C10.1c0.1%2C0.1%2C0.3%2C0.2%2C0.5%2C0.2H65L75.6%2C245c0.1%2C0.1%2C0.3%2C0.2%2C0.5%2C0.2h17.7%0D%0A%09%09c0.3%2C2.4%2C2.2%2C4.2%2C4.6%2C4.4h0.5C101.4%2C249.4%2C103.5%2C247.2%2C103.5%2C244.4z%20M98.6%2C248.2c-2%2C0-3.6-1.7-3.6-3.7c0-2.1%2C1.6-3.7%2C3.6-3.7%0D%0A%09%09s3.6%2C1.7%2C3.6%2C3.7C102.1%2C246.5%2C100.5%2C248.2%2C98.6%2C248.2z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M139.5%2C179.5l-6.6-6.9c-0.1-0.1-0.3-0.2-0.5-0.2H48.9c-0.2%2C0-0.4%2C0.1-0.5%2C0.2l-7.4%2C7.7H-0.1v1.5h41.4%0D%0A%09%09c0.2%2C0%2C0.4-0.1%2C0.5-0.2l7.4-7.7h82.9l6.2%2C6.5v69.2h1.5V180C139.7%2C179.8%2C139.6%2C179.6%2C139.5%2C179.5z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M147.1%2C176.8l-12.5-13c-0.1-0.1-0.3-0.2-0.5-0.2H36c-0.2%2C0-0.4%2C0.1-0.5%2C0.2l-8.2%2C8.6H-0.1v1.5h27.7%0D%0A%09%09c0.2%2C0%2C0.4-0.1%2C0.5-0.2l8.2-8.6h97.4l12%2C12.6v71.9h1.5v-72.2C147.3%2C177.2%2C147.2%2C177%2C147.1%2C176.8z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M153.8%2C170.5l-14.3-14.9c-0.1-0.1-0.3-0.2-0.5-0.2H7.6l-7.7-8v2.2l6.9%2C7.2c0.1%2C0.1%2C0.3%2C0.2%2C0.5%2C0.2h131.4%0D%0A%09%09l13.9%2C14.5v78.3h1.5V171C154%2C170.8%2C153.9%2C170.6%2C153.8%2C170.5z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M162%2C167.2L143.6%2C148c-0.1-0.1-0.3-0.2-0.5-0.2H14.6l-14.7-15.4v2.2l13.9%2C14.5c0.1%2C0.1%2C0.3%2C0.2%2C0.5%2C0.2h128.5%0D%0A%09%09l17.9%2C18.8v81.5h1.5v-81.9C162.2%2C167.5%2C162.1%2C167.3%2C162%2C167.2z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M9.1%2C113.4h143.2l9.6%2C10c0.1%2C0.1%2C0.3%2C0.2%2C0.5%2C0.2h23.4l12.4%2C13v100l-1.6%2C1.7c-0.9-1-2.2-1.7-3.6-1.7%0D%0A%09%09c-2.7%2C0-4.9%2C2.3-4.9%2C5.1s2.2%2C5.1%2C4.9%2C5.1s4.9-2.3%2C4.9-5.1c0-0.8-0.2-1.5-0.5-2.2l2-2.1c0.1-0.1%2C0.2-0.3%2C0.2-0.5V136.3%0D%0A%09%09c0-0.2-0.1-0.4-0.2-0.5l-12.9-13.5c-0.1-0.1-0.3-0.2-0.5-0.2h-23.4l-9.6-10c-0.1-0.1-0.3-0.2-0.5-0.2H9.4l-9.5-9.9v2.2l8.7%2C9.1%0D%0A%09%09C8.7%2C113.3%2C8.9%2C113.4%2C9.1%2C113.4z%20M193%2C245.5c-2%2C0-3.6-1.7-3.6-3.7c0-2.1%2C1.6-3.7%2C3.6-3.7s3.6%2C1.7%2C3.6%2C3.7%0D%0A%09%09C196.6%2C243.9%2C195%2C245.5%2C193%2C245.5z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M14%2C102.5h142.5l7.2%2C7.5c0.1%2C0.1%2C0.3%2C0.2%2C0.5%2C0.2h34.9l11.1%2C11.6v39c0%2C0.2%2C0.1%2C0.4%2C0.2%2C0.5l14.9%2C15.6v24.6%0D%0A%09%09c-2.4%2C0.4-4.2%2C2.5-4.2%2C5.1c0%2C2.8%2C2.2%2C5.1%2C4.9%2C5.1s4.9-2.3%2C4.9-5.1c0-2.6-1.8-4.7-4.2-5.1v-24.9c0-0.2-0.1-0.4-0.2-0.5l-14.9-15.6%0D%0A%09%09v-39c0-0.2-0.1-0.4-0.2-0.5l-11.5-12.1c-0.1-0.1-0.3-0.2-0.5-0.2h-34.9l-7.2-7.5c-0.1-0.1-0.3-0.2-0.5-0.2H14.3L-0.1%2C85.9V88%0D%0A%09%09l13.6%2C14.2C13.6%2C102.4%2C13.8%2C102.5%2C14%2C102.5z%20M229.7%2C206.7c0%2C2.1-1.6%2C3.7-3.6%2C3.7s-3.6-1.7-3.6-3.7c0-2.1%2C1.6-3.7%2C3.6-3.7%0D%0A%09%09C228.1%2C202.9%2C229.7%2C204.6%2C229.7%2C206.7z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M6.6%2C29.5l43.6%2C45.6c0.1%2C0.1%2C0.3%2C0.2%2C0.5%2C0.2h106.1c0.4%2C2.5%2C2.4%2C4.4%2C4.8%2C4.4c2.7%2C0%2C4.9-2.3%2C4.9-5.1%0D%0A%09%09c0-2.8-2.2-5.1-4.9-5.1c-2.5%2C0-4.5%2C1.9-4.8%2C4.4H51L7.8%2C28.6V-0.7H6.3V29C6.3%2C29.2%2C6.4%2C29.4%2C6.6%2C29.5z%20M161.6%2C70.8%0D%0A%09%09c2%2C0%2C3.6%2C1.7%2C3.6%2C3.7c0%2C2.1-1.6%2C3.7-3.6%2C3.7s-3.6-1.7-3.6-3.7S159.6%2C70.8%2C161.6%2C70.8z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M19.7%2C24.2l36.9%2C38.6c0.1%2C0.1%2C0.3%2C0.2%2C0.5%2C0.2h102.2c0.2%2C0%2C0.4-0.1%2C0.5-0.2l6.6-6.9c0.7%2C0.4%2C1.5%2C0.6%2C2.3%2C0.6%0D%0A%09%09c2.7%2C0%2C4.9-2.3%2C4.9-5.1s-2.2-5.1-4.9-5.1s-4.9%2C2.3-4.9%2C5.1c0%2C1.4%2C0.5%2C2.7%2C1.4%2C3.6l-6.2%2C6.5H57.5L21%2C23.4V-0.7h-1.5v24.4%0D%0A%09%09C19.5%2C23.9%2C19.6%2C24.1%2C19.7%2C24.2z%20M165.2%2C51.4c0-2.1%2C1.6-3.7%2C3.6-3.7s3.6%2C1.7%2C3.6%2C3.7c0%2C2.1-1.6%2C3.7-3.6%2C3.7%0D%0A%09%09C166.8%2C55.2%2C165.2%2C53.5%2C165.2%2C51.4z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M42.7%2C14.4c-0.8-0.5-1.6-0.8-2.6-0.8c-2.7%2C0-4.9%2C2.3-4.9%2C5.1s2.2%2C5.1%2C4.9%2C5.1s4.9-2.3%2C4.9-5.1%0D%0A%09%09c0-1.3-0.5-2.5-1.2-3.4l5.1-5.3c0.1-0.1%2C0.2-0.3%2C0.2-0.5V-0.7h-1.5v10L42.7%2C14.4z%20M40.1%2C22.5c-2%2C0-3.6-1.7-3.6-3.7%0D%0A%09%09c0-2.1%2C1.6-3.7%2C3.6-3.7s3.6%2C1.7%2C3.6%2C3.7C43.7%2C20.8%2C42.1%2C22.5%2C40.1%2C22.5z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M57.5%2C10.9l4.5%2C4.8c-0.6%2C0.9-1%2C1.9-1%2C3c0%2C2.8%2C2.2%2C5.1%2C4.9%2C5.1c2.7%2C0%2C4.9-2.3%2C4.9-5.1s-2.2-5.1-4.9-5.1%0D%0A%09%09c-1.1%2C0-2.1%2C0.4-2.9%2C1l-4.3-4.5V-0.7h-1.5v11.1C57.3%2C10.6%2C57.4%2C10.8%2C57.5%2C10.9z%20M66%2C15c2%2C0%2C3.6%2C1.7%2C3.6%2C3.7c0%2C2.1-1.6%2C3.7-3.6%2C3.7%0D%0A%09%09s-3.6-1.7-3.6-3.7S64%2C15%2C66%2C15z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M85.3%2C7l9.2%2C9.6c-0.3%2C0.6-0.4%2C1.3-0.4%2C2.1c0%2C2.8%2C2.2%2C5.1%2C4.9%2C5.1c2.7%2C0%2C4.9-2.3%2C4.9-5.1s-2.2-5.1-4.9-5.1%0D%0A%09%09c-1.5%2C0-2.8%2C0.7-3.7%2C1.8l-8.8-9.2v-6.9H85v7.2C85.1%2C6.7%2C85.2%2C6.9%2C85.3%2C7z%20M99%2C15c2%2C0%2C3.6%2C1.7%2C3.6%2C3.7c0%2C2.1-1.6%2C3.7-3.6%2C3.7%0D%0A%09%09s-3.6-1.7-3.6-3.7S97%2C15%2C99%2C15z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M120.3%2C12.8l23.9%2C25c-0.3%2C0.7-0.5%2C1.4-0.5%2C2.3c0%2C2.8%2C2.2%2C5.1%2C4.9%2C5.1s4.9-2.3%2C4.9-5.1s-2.2-5.1-4.9-5.1%0D%0A%09%09c-1.4%2C0-2.7%2C0.6-3.6%2C1.6L121.5%2C12V-0.7H120v13C120.1%2C12.5%2C120.2%2C12.7%2C120.3%2C12.8z%20M148.6%2C36.4c2%2C0%2C3.6%2C1.7%2C3.6%2C3.7%0D%0A%09%09c0%2C2.1-1.6%2C3.7-3.6%2C3.7s-3.6-1.7-3.6-3.7C145%2C38%2C146.6%2C36.4%2C148.6%2C36.4z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M133.3%2C12.7h10.4c0.4%2C2.5%2C2.4%2C4.4%2C4.8%2C4.4c2.7%2C0%2C4.9-2.3%2C4.9-5.1s-2.2-5.1-4.9-5.1c-2.5%2C0-4.5%2C1.9-4.8%2C4.4H134%0D%0A%09%09v-12h-1.5V12C132.6%2C12.4%2C132.9%2C12.7%2C133.3%2C12.7z%20M148.6%2C8.2c2%2C0%2C3.6%2C1.7%2C3.6%2C3.7c0%2C2.1-1.6%2C3.7-3.6%2C3.7S145%2C14%2C145%2C11.9%0D%0A%09%09C145%2C9.9%2C146.6%2C8.2%2C148.6%2C8.2z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M288.9%2C222.1c0.1-0.1%2C0.2-0.3%2C0.2-0.5v-35.4c0-0.2-0.1-0.4-0.2-0.5l-81.1-84.9c-0.1-0.1-0.3-0.2-0.5-0.2h-39.8%0D%0A%09%09l-6.2-6.5c-0.1-0.1-0.3-0.2-0.5-0.2H19l-19.1-20V76l18.3%2C19.1c0.1%2C0.1%2C0.3%2C0.2%2C0.5%2C0.2h141.7l6.2%2C6.5c0.1%2C0.1%2C0.3%2C0.2%2C0.5%2C0.2h39.8%0D%0A%09%09l80.7%2C84.4v34.8l-25.7%2C26.9h-14c-0.2%2C0-0.4%2C0.1-0.5%2C0.2l-1.2%2C1.2h16.3c0.1%2C0%2C0.1-0.1%2C0.2-0.1L288.9%2C222.1z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M186.8%2C44.5l10.9%2C11.4c0.1%2C0.1%2C0.3%2C0.2%2C0.5%2C0.2H213l2.9%2C3c-0.7%2C0.9-1.1%2C2-1.1%2C3.2c0%2C2.8%2C2.2%2C5.1%2C4.9%2C5.1%0D%0A%09%09s4.9-2.3%2C4.9-5.1c0-2.8-2.2-5.1-4.9-5.1c-1%2C0-2%2C0.3-2.8%2C0.9l-3.1-3.3c-0.1-0.1-0.3-0.2-0.5-0.2h-14.8l-10.5-11V-0.7h-1.5V44%0D%0A%09%09C186.6%2C44.1%2C186.7%2C44.3%2C186.8%2C44.5z%20M219.8%2C58.6c2%2C0%2C3.6%2C1.7%2C3.6%2C3.7c0%2C2.1-1.6%2C3.7-3.6%2C3.7s-3.6-1.7-3.6-3.7%0D%0A%09%09C216.3%2C60.3%2C217.9%2C58.6%2C219.8%2C58.6z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M196.7%2C38.9l6.1%2C6.4c0.1%2C0.1%2C0.3%2C0.2%2C0.5%2C0.2h7.9c0.2%2C0%2C0.4-0.1%2C0.5-0.2l3-3.2c0.9%2C0.9%2C2.1%2C1.4%2C3.4%2C1.4%0D%0A%09%09c2.7%2C0%2C4.9-2.3%2C4.9-5.1s-2.2-5.1-4.9-5.1s-4.9%2C2.3-4.9%2C5.1c0%2C0.9%2C0.2%2C1.7%2C0.6%2C2.5l-3%2C3.1h-7.3l-5.7-6V-0.7h-1.5v39.1%0D%0A%09%09C196.5%2C38.5%2C196.6%2C38.7%2C196.7%2C38.9z%20M218.2%2C34.7c2%2C0%2C3.6%2C1.7%2C3.6%2C3.7c0%2C2.1-1.6%2C3.7-3.6%2C3.7s-3.6-1.7-3.6-3.7%0D%0A%09%09C214.6%2C36.4%2C216.2%2C34.7%2C218.2%2C34.7z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M243.2%2C74.8l31.9%2C33.4c0.1%2C0.1%2C0.3%2C0.2%2C0.5%2C0.2h48.5l5.7%2C6c-0.6%2C0.9-1%2C1.9-1%2C3.1c0%2C2.8%2C2.2%2C5.1%2C4.9%2C5.1%0D%0A%09%09c2.7%2C0%2C4.9-2.3%2C4.9-5.1s-2.2-5.1-4.9-5.1c-1.1%2C0-2%2C0.4-2.9%2C1l-6-6.2c-0.1-0.1-0.3-0.2-0.5-0.2h-48.5l-31.5-32.9V-0.7h-1.5v75%0D%0A%09%09C242.9%2C74.4%2C243%2C74.6%2C243.2%2C74.8z%20M333.7%2C113.7c2%2C0%2C3.6%2C1.7%2C3.6%2C3.7c0%2C2.1-1.6%2C3.7-3.6%2C3.7s-3.6-1.7-3.6-3.7%0D%0A%09%09C330.1%2C115.4%2C331.7%2C113.7%2C333.7%2C113.7z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M254.9%2C69l22.8%2C23.8c0.1%2C0.1%2C0.3%2C0.2%2C0.5%2C0.2h50.7c0.4%2C2.5%2C2.4%2C4.4%2C4.8%2C4.4c2.7%2C0%2C4.9-2.3%2C4.9-5.1%0D%0A%09%09s-2.2-5.1-4.9-5.1c-2.5%2C0-4.5%2C1.9-4.8%2C4.4h-50.4l-22.4-23.4V-0.7h-1.5v69.2C254.7%2C68.7%2C254.7%2C68.8%2C254.9%2C69z%20M333.7%2C88.5%0D%0A%09%09c2%2C0%2C3.6%2C1.7%2C3.6%2C3.7c0%2C2.1-1.6%2C3.7-3.6%2C3.7s-3.6-1.7-3.6-3.7S331.7%2C88.5%2C333.7%2C88.5z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M273.1%2C44.8c0%2C0.2%2C0.1%2C0.4%2C0.2%2C0.5l17.4%2C18.2c0.1%2C0.1%2C0.3%2C0.2%2C0.5%2C0.2h7.3c0.2%2C2.6%2C2.3%2C4.7%2C4.9%2C4.7%0D%0A%09%09c2.7%2C0%2C4.9-2.3%2C4.9-5.1s-2.2-5.1-4.9-5.1c-2.4%2C0-4.3%2C1.7-4.8%2C4h-7l-16.9-17.7V-0.1l0.6-0.6h-2c0%2C0.1-0.1%2C0.2-0.1%2C0.3v45.2H273.1z%0D%0A%09%09%20M303.3%2C59.5c2%2C0%2C3.6%2C1.7%2C3.6%2C3.7c0%2C2.1-1.6%2C3.7-3.6%2C3.7s-3.6-1.7-3.6-3.7C299.8%2C61.2%2C301.4%2C59.5%2C303.3%2C59.5z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M281.6%2C5.8v33.4c0%2C0.2%2C0.1%2C0.4%2C0.2%2C0.5l7.8%2C8.2c0.1%2C0.1%2C0.3%2C0.2%2C0.5%2C0.2h8.3c0.4%2C2.5%2C2.4%2C4.4%2C4.8%2C4.4%0D%0A%09%09c2.7%2C0%2C4.9-2.3%2C4.9-5.1s-2.2-5.1-4.9-5.1c-2.5%2C0-4.5%2C1.9-4.8%2C4.4h-8l-7.4-7.8V6.1l6.5-6.8h-2.1l-5.7%2C6%0D%0A%09%09C281.7%2C5.4%2C281.6%2C5.6%2C281.6%2C5.8z%20M303.3%2C43.6c2%2C0%2C3.6%2C1.7%2C3.6%2C3.7c0%2C2.1-1.6%2C3.7-3.6%2C3.7s-3.6-1.7-3.6-3.7%0D%0A%09%09C299.8%2C45.3%2C301.4%2C43.6%2C303.3%2C43.6z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M314.3%2C37L328%2C51.3c-0.5%2C0.8-0.8%2C1.7-0.8%2C2.7c0%2C2.8%2C2.2%2C5.1%2C4.9%2C5.1c2.7%2C0%2C4.9-2.3%2C4.9-5.1s-2.2-5.1-4.9-5.1%0D%0A%09%09c-1.2%2C0-2.3%2C0.5-3.2%2C1.3l-13.4-14V-0.7H314v37.2C314.1%2C36.7%2C314.2%2C36.8%2C314.3%2C37z%20M332.2%2C50.3c2%2C0%2C3.6%2C1.7%2C3.6%2C3.7%0D%0A%09%09c0%2C2.1-1.6%2C3.7-3.6%2C3.7s-3.6-1.7-3.6-3.7S330.2%2C50.3%2C332.2%2C50.3z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M323.3%2C21.5c0%2C0.2%2C0.1%2C0.4%2C0.2%2C0.5l3.7%2C3.9c-0.5%2C0.8-0.8%2C1.7-0.8%2C2.7c0%2C2.8%2C2.2%2C5.1%2C4.9%2C5.1%0D%0A%09%09c2.7%2C0%2C4.9-2.3%2C4.9-5.1s-2.2-5.1-4.9-5.1c-1.2%2C0-2.3%2C0.5-3.2%2C1.3l-3.4-3.6V-0.3l0.4-0.4h-1.8c0%2C0%2C0%2C0%2C0%2C0.1L323.3%2C21.5L323.3%2C21.5z%0D%0A%09%09%20M331.4%2C24.9c2%2C0%2C3.6%2C1.7%2C3.6%2C3.7c0%2C2.1-1.6%2C3.7-3.6%2C3.7s-3.6-1.7-3.6-3.7C327.9%2C26.6%2C329.5%2C24.9%2C331.4%2C24.9z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M351.3%2C170.9c-0.1%2C0.1-0.2%2C0.3-0.2%2C0.5v78.1h1.5v-77.8l69.6-72.8c0.1-0.1%2C0.2-0.3%2C0.2-0.5V-0.7H421v98.8%0D%0A%09%09L351.3%2C170.9z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M547.9%2C16.4v86.8c0%2C0.2%2C0.1%2C0.4%2C0.2%2C0.5l57.8%2C60.4c0.1%2C0.1%2C0.3%2C0.2%2C0.5%2C0.2H699l13.9%2C14.5c-0.6%2C0.9-1%2C1.9-1%2C3%0D%0A%09%09c0%2C2.8%2C2.2%2C5.1%2C4.9%2C5.1s4.9-2.3%2C4.9-5.1s-2.2-5.1-4.9-5.1c-1.1%2C0-2.1%2C0.4-2.9%2C1L699.8%2C163c-0.1-0.1-0.3-0.2-0.5-0.2h-92.6l-57.3-60%0D%0A%09%09V16.7L566-0.7h-2.1l-15.8%2C16.6C548%2C16%2C547.9%2C16.2%2C547.9%2C16.4z%20M716.8%2C178.2c2%2C0%2C3.6%2C1.7%2C3.6%2C3.7c0%2C2.1-1.6%2C3.7-3.6%2C3.7%0D%0A%09%09s-3.6-1.7-3.6-3.7C713.2%2C179.8%2C714.8%2C178.2%2C716.8%2C178.2z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M360.4%2C172.6c-0.1%2C0.1-0.2%2C0.3-0.2%2C0.5v76.4h1.5v-76.1L477.5%2C52.3c0.1-0.1%2C0.2-0.3%2C0.2-0.5V-0.7h-1.5v52.2%0D%0A%09%09L360.4%2C172.6z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M393.3%2C56.1c0%2C2.8%2C2.2%2C5.1%2C4.9%2C5.1c2.7%2C0%2C4.9-2.3%2C4.9-5.1c0-2.6-1.8-4.7-4.2-5.1V-0.7h-1.5v51.8%0D%0A%09%09C395.2%2C51.4%2C393.3%2C53.6%2C393.3%2C56.1z%20M401.8%2C56.1c0%2C2.1-1.6%2C3.7-3.6%2C3.7s-3.6-1.7-3.6-3.7c0-2.1%2C1.6-3.7%2C3.6-3.7%0D%0A%09%09S401.8%2C54.1%2C401.8%2C56.1z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M450.6%2C21.2c2.7%2C0%2C4.9-2.3%2C4.9-5.1s-2.2-5.1-4.9-5.1c-2.7%2C0-4.9%2C2.3-4.9%2C5.1S447.9%2C21.2%2C450.6%2C21.2z%0D%0A%09%09%20M450.6%2C12.3c2%2C0%2C3.6%2C1.7%2C3.6%2C3.7c0%2C2.1-1.6%2C3.7-3.6%2C3.7S447%2C18%2C447%2C16C447.1%2C14%2C448.7%2C12.3%2C450.6%2C12.3z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M481.2%2C237.5c-2.7%2C0-4.9%2C2.3-4.9%2C5.1s2.2%2C5.1%2C4.9%2C5.1c2.7%2C0%2C4.9-2.3%2C4.9-5.1S483.9%2C237.5%2C481.2%2C237.5z%0D%0A%09%09%20M481.2%2C246.4c-2%2C0-3.6-1.7-3.6-3.7c0-2.1%2C1.6-3.7%2C3.6-3.7s3.6%2C1.7%2C3.6%2C3.7C484.8%2C244.7%2C483.2%2C246.4%2C481.2%2C246.4z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M515%2C237.5c-2.7%2C0-4.9%2C2.3-4.9%2C5.1s2.2%2C5.1%2C4.9%2C5.1s4.9-2.3%2C4.9-5.1S517.7%2C237.5%2C515%2C237.5z%20M515%2C246.4%0D%0A%09%09c-2%2C0-3.6-1.7-3.6-3.7c0-2.1%2C1.6-3.7%2C3.6-3.7s3.6%2C1.7%2C3.6%2C3.7S517%2C246.4%2C515%2C246.4z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M583.1%2C237.5c-2.7%2C0-4.9%2C2.3-4.9%2C5.1s2.2%2C5.1%2C4.9%2C5.1s4.9-2.3%2C4.9-5.1S585.8%2C237.5%2C583.1%2C237.5z%20M583.1%2C246.4%0D%0A%09%09c-2%2C0-3.6-1.7-3.6-3.7c0-2.1%2C1.6-3.7%2C3.6-3.7s3.6%2C1.7%2C3.6%2C3.7C586.7%2C244.7%2C585.1%2C246.4%2C583.1%2C246.4z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M382.3%2C86.2c2.7%2C0%2C4.9-2.3%2C4.9-5.1c0-2.8-2.2-5.1-4.9-5.1c-2.7%2C0-4.9%2C2.3-4.9%2C5.1%0D%0A%09%09C377.3%2C83.9%2C379.6%2C86.2%2C382.3%2C86.2z%20M382.3%2C77.4c2%2C0%2C3.6%2C1.7%2C3.6%2C3.7c0%2C2.1-1.6%2C3.7-3.6%2C3.7s-3.6-1.7-3.6-3.7%0D%0A%09%09C378.7%2C79%2C380.3%2C77.4%2C382.3%2C77.4z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M297.9%2C225.2v-63.8c0-0.2-0.1-0.4-0.2-0.5l-66.5-69.5c-0.1-0.1-0.3-0.2-0.5-0.2h-60l-5.9-6.2%0D%0A%09%09c-0.1-0.1-0.3-0.2-0.5-0.2H28.8L-0.1%2C54.4v2.2L28%2C86c0.1%2C0.1%2C0.3%2C0.2%2C0.5%2C0.2H164l5.9%2C6.2c0.1%2C0.1%2C0.3%2C0.2%2C0.5%2C0.2h60l66%2C69.1v63.2%0D%0A%09%09l-23.6%2C24.7h2.1l22.8-23.8C297.9%2C225.6%2C297.9%2C225.4%2C297.9%2C225.2z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M366.7%2C4.8v131.5L311%2C194.5c-0.1%2C0.1-0.2%2C0.3-0.2%2C0.5v54.5h1.5v-54.2l55.7-58.2c0.1-0.1%2C0.2-0.3%2C0.2-0.5V5.1%0D%0A%09%09l5.6-5.8h-2.1l-4.8%2C5C366.8%2C4.4%2C366.7%2C4.6%2C366.7%2C4.8z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M494.8%2C5.4V47L370.2%2C177.4c-0.1%2C0.1-0.2%2C0.3-0.2%2C0.5v71.7h1.5v-71.3L496%2C47.9c0.1-0.1%2C0.2-0.3%2C0.2-0.5V5.8%0D%0A%09%09l6.2-6.5h-2.1L495%2C4.9C494.9%2C5%2C494.8%2C5.2%2C494.8%2C5.4z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M509.5%2C4.8v39.5l-131.9%2C138c-0.1%2C0.1-0.2%2C0.3-0.2%2C0.5v66.7h1.5v-66.4l131.9-138c0.1-0.1%2C0.2-0.3%2C0.2-0.5V5.1%0D%0A%09%09l5.6-5.8h-2.1l-4.8%2C5C509.6%2C4.4%2C509.5%2C4.6%2C509.5%2C4.8z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M521%2C14.5v36.3L389.2%2C188.7c-0.1%2C0.1-0.2%2C0.3-0.2%2C0.5v60.4h1.5v-60l131.8-138c0.1-0.1%2C0.2-0.3%2C0.2-0.5V14.8%0D%0A%09%09l14.9-15.5h-2.1l-14%2C14.7C521.1%2C14.1%2C521%2C14.3%2C521%2C14.5z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M169.8%2C149.6l-20.3-21.2c-0.1-0.1-0.3-0.2-0.5-0.2H91.2c-0.4-2.5-2.4-4.4-4.8-4.4c-2.7%2C0-4.9%2C2.3-4.9%2C5.1%0D%0A%09%09c0%2C2.8%2C2.2%2C5.1%2C4.9%2C5.1c2.5%2C0%2C4.5-1.9%2C4.8-4.4h57.5l19.8%2C20.7v99.1h1.5V150C170%2C149.9%2C170%2C149.8%2C169.8%2C149.6z%20M86.4%2C132.7%0D%0A%09%09c-2%2C0-3.6-1.7-3.6-3.7c0-2.1%2C1.6-3.7%2C3.6-3.7S90%2C127%2C90%2C129S88.4%2C132.7%2C86.4%2C132.7z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M303.3%2C9.5c-2.7%2C0-4.9%2C2.3-4.9%2C5.1s2.2%2C5.1%2C4.9%2C5.1c2.7%2C0%2C4.9-2.3%2C4.9-5.1S306%2C9.5%2C303.3%2C9.5z%20M303.3%2C18.4%0D%0A%09%09c-2%2C0-3.6-1.7-3.6-3.7c0-2.1%2C1.6-3.7%2C3.6-3.7s3.6%2C1.7%2C3.6%2C3.7S305.3%2C18.4%2C303.3%2C18.4z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M210.3%2C9.5c-2.7%2C0-4.9%2C2.3-4.9%2C5.1s2.2%2C5.1%2C4.9%2C5.1s4.9-2.3%2C4.9-5.1S213%2C9.5%2C210.3%2C9.5z%20M210.3%2C18.4%0D%0A%09%09c-2%2C0-3.6-1.7-3.6-3.7c0-2.1%2C1.6-3.7%2C3.6-3.7s3.6%2C1.7%2C3.6%2C3.7C213.9%2C16.7%2C212.3%2C18.4%2C210.3%2C18.4z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M99%2C41.9c-2.7%2C0-4.9%2C2.3-4.9%2C5.1s2.2%2C5.1%2C4.9%2C5.1c2.7%2C0%2C4.9-2.3%2C4.9-5.1S101.7%2C41.9%2C99%2C41.9z%20M99%2C50.8%0D%0A%09%09c-2%2C0-3.6-1.7-3.6-3.7c0-2.1%2C1.6-3.7%2C3.6-3.7s3.6%2C1.7%2C3.6%2C3.7S101%2C50.8%2C99%2C50.8z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M175.9%2C144c0-0.2-0.1-0.4-0.2-0.5l-22.2-23.2c-0.1-0.1-0.3-0.2-0.5-0.2H75.4c-0.2%2C0-0.4%2C0.1-0.5%2C0.2l-11%2C11.5%0D%0A%09%09H14.3l-14.4-15.1v2.2l13.6%2C14.2c0.1%2C0.1%2C0.3%2C0.2%2C0.5%2C0.2h50.1c0.2%2C0%2C0.4-0.1%2C0.5-0.2l11-11.5h76.9l21.8%2C22.8V245%0D%0A%09%09c0%2C0.2%2C0.1%2C0.4%2C0.2%2C0.5l3.8%2C4h2.1l-4.7-4.9V144H175.9z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M641.2%2C109.2V54c0-0.2-0.1-0.4-0.2-0.5l-25.2-26.4c1-0.9%2C1.6-2.3%2C1.6-3.8c0-2.8-2.2-5.1-4.9-5.1%0D%0A%09%09s-4.9%2C2.3-4.9%2C5.1s2.2%2C5.1%2C4.9%2C5.1c0.7%2C0%2C1.4-0.2%2C2-0.5l25.2%2C26.4v55.1c0%2C0.2%2C0.1%2C0.4%2C0.2%2C0.5L662%2C133c0.1%2C0.1%2C0.3%2C0.2%2C0.5%2C0.2%0D%0A%09%09h140.7v-1.5H662.9L641.2%2C109.2z%20M612.5%2C27c-2%2C0-3.6-1.7-3.6-3.7c0-2.1%2C1.6-3.7%2C3.6-3.7s3.6%2C1.7%2C3.6%2C3.7%0D%0A%09%09C616.1%2C25.4%2C614.5%2C27%2C612.5%2C27z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M612.5%2C4.9c0.9%2C0%2C1.8-0.3%2C2.5-0.7l45.1%2C47.1v50.5c0%2C0.2%2C0.1%2C0.4%2C0.2%2C0.5l19.9%2C20.8c0.1%2C0.1%2C0.3%2C0.2%2C0.5%2C0.2%0D%0A%09%09h122.6v-1.5H681l-19.4-20.3V51c0-0.2-0.1-0.4-0.2-0.5L616.1%2C3.2c0.8-0.9%2C1.3-2.1%2C1.3-3.4c0-0.2%2C0-0.3%2C0-0.5H616c0%2C0.2%2C0%2C0.3%2C0%2C0.5%0D%0A%09%09c0%2C2.1-1.6%2C3.7-3.6%2C3.7s-3.6-1.7-3.6-3.7c0-0.2%2C0-0.3%2C0-0.5h-1.3c0%2C0.2%2C0%2C0.3%2C0%2C0.5C607.6%2C2.6%2C609.8%2C4.9%2C612.5%2C4.9z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M676.5%2C87.5l16.7%2C17.4c0.1%2C0.1%2C0.3%2C0.2%2C0.5%2C0.2h109.6v-1.5H693.9l-16.2-17V-0.7h-1.5V87%0D%0A%09%09C676.2%2C87.2%2C676.3%2C87.4%2C676.5%2C87.5z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M773.2%2C69.3c0%2C2.8%2C2.2%2C5.1%2C4.9%2C5.1s4.9-2.3%2C4.9-5.1c0-2.6-1.8-4.7-4.2-5.1V-0.7h-1.5v64.9%0D%0A%09%09C775%2C64.6%2C773.2%2C66.7%2C773.2%2C69.3z%20M781.7%2C69.3c0%2C2.1-1.6%2C3.7-3.6%2C3.7s-3.6-1.7-3.6-3.7c0-2.1%2C1.6-3.7%2C3.6-3.7%0D%0A%09%09C780.1%2C65.5%2C781.7%2C67.2%2C781.7%2C69.3z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M737.1%2C43.8l17.5%2C18.3v19c-2.4%2C0.4-4.2%2C2.5-4.2%2C5.1c0%2C2.8%2C2.2%2C5.1%2C4.9%2C5.1s4.9-2.3%2C4.9-5.1%0D%0A%09%09c0-2.6-1.8-4.7-4.2-5.1V61.8c0-0.2-0.1-0.4-0.2-0.5L738.3%2C43V-0.7h-1.5v44C736.9%2C43.4%2C737%2C43.6%2C737.1%2C43.8z%20M758.9%2C86.1%0D%0A%09%09c0%2C2.1-1.6%2C3.7-3.6%2C3.7s-3.6-1.7-3.6-3.7c0-2.1%2C1.6-3.7%2C3.6-3.7S758.9%2C84.1%2C758.9%2C86.1z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M725.9%2C72.8c-1.4%2C0-2.7%2C0.7-3.6%2C1.7l-13.4-14V16.7c2.4-0.4%2C4.2-2.5%2C4.2-5.1c0-2.8-2.2-5.1-4.9-5.1%0D%0A%09%09s-4.9%2C2.3-4.9%2C5.1c0%2C2.6%2C1.8%2C4.7%2C4.2%2C5.1v44.1c0%2C0.2%2C0.1%2C0.4%2C0.2%2C0.5l13.8%2C14.4c-0.3%2C0.7-0.5%2C1.4-0.5%2C2.2c0%2C2.8%2C2.2%2C5.1%2C4.9%2C5.1%0D%0A%09%09s4.9-2.3%2C4.9-5.1C730.9%2C75.1%2C728.6%2C72.8%2C725.9%2C72.8z%20M704.6%2C11.6c0-2.1%2C1.6-3.7%2C3.6-3.7s3.6%2C1.7%2C3.6%2C3.7c0%2C2.1-1.6%2C3.7-3.6%2C3.7%0D%0A%09%09C706.2%2C15.4%2C704.6%2C13.7%2C704.6%2C11.6z%20M725.9%2C81.7c-2%2C0-3.6-1.7-3.6-3.7c0-2.1%2C1.6-3.7%2C3.6-3.7s3.6%2C1.7%2C3.6%2C3.7%0D%0A%09%09S727.9%2C81.7%2C725.9%2C81.7z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M770.4%2C151.7l-18.3%2C19.2h-14.9L714%2C146.6c-0.1-0.1-0.3-0.2-0.5-0.2h-75.3l-52.8-55.3V49.9%0D%0A%09%09c2.5-0.2%2C4.6-2.4%2C4.6-5.1c0-2.8-2.2-5.1-4.9-5.1s-4.9%2C2.3-4.9%2C5.1c0%2C2.4%2C1.6%2C4.5%2C3.8%2C5v41.6c0%2C0.2%2C0.1%2C0.4%2C0.2%2C0.5l53.2%2C55.7%0D%0A%09%09c0.1%2C0.1%2C0.3%2C0.2%2C0.5%2C0.2h75.3l23.2%2C24.3c0.1%2C0.1%2C0.3%2C0.2%2C0.5%2C0.2h15.5c0.2%2C0%2C0.4-0.1%2C0.5-0.2l18.3-19.2h32v-1.5H771%0D%0A%09%09C770.8%2C151.5%2C770.6%2C151.6%2C770.4%2C151.7z%20M581.4%2C44.8c0-2.1%2C1.6-3.7%2C3.6-3.7s3.6%2C1.7%2C3.6%2C3.7c0%2C2.1-1.6%2C3.7-3.6%2C3.7%0D%0A%09%09S581.4%2C46.8%2C581.4%2C44.8z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M612.8%2C86.9c2.7%2C0%2C4.9-2.3%2C4.9-5.1c0-2.8-2.2-5.1-4.9-5.1s-4.9%2C2.3-4.9%2C5.1C607.9%2C84.6%2C610.1%2C86.9%2C612.8%2C86.9z%0D%0A%09%09%20M612.8%2C78c2%2C0%2C3.6%2C1.7%2C3.6%2C3.7c0%2C2.1-1.6%2C3.7-3.6%2C3.7s-3.6-1.7-3.6-3.7S610.8%2C78%2C612.8%2C78z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M759.6%2C229.4c2.5%2C0%2C4.5-1.9%2C4.8-4.4h38.8v-1.5h-38.8c-0.4-2.5-2.4-4.4-4.8-4.4c-2.7%2C0-4.9%2C2.3-4.9%2C5.1%0D%0A%09%09C754.6%2C227.1%2C756.8%2C229.4%2C759.6%2C229.4z%20M759.6%2C220.6c2%2C0%2C3.6%2C1.7%2C3.6%2C3.7c0%2C2.1-1.6%2C3.7-3.6%2C3.7s-3.6-1.7-3.6-3.7%0D%0A%09%09C756%2C222.2%2C757.6%2C220.6%2C759.6%2C220.6z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-size: auto 250px;
}

.Vlt-card--image .Vlt-card__image__icon {
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0 4px 4px 0 rgba(44, 45, 48, 0.14);
  height: 60px;
  width: 60px;
}

.Vlt-card--image .Vlt-card__image__icon svg {
  height: 40px;
  margin: 10px;
  width: 40px;
}

.Vlt-card--image .Vlt-card__content {
  padding: 16px 24px 24px;
}

.Vlt-card__cta {
  text-align: center;
  margin-bottom: -8px;
}

.Vlt-text-separator {
  display: block;
  line-height: 1.4rem;
  margin: 16px 0;
  overflow: hidden;
  text-align: center;
}

.Vlt-text-separator span {
  color: #919eab;
  font-size: 1.4rem;
  padding: 0 8px;
  position: relative;
}

.Vlt-text-separator span:before, .Vlt-text-separator span:after {
  background: #e7ebee;
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  width: 100vw;
}

.Vlt-text-separator span:before {
  right: 100%;
}

.Vlt-text-separator span:after {
  left: 100%;
}

.Vlt-text-separator--red span {
  color: #f25a6b;
}

.Vlt-text-separator--red span:before, .Vlt-text-separator--red span:after {
  background: #f79ca6;
}

.Vlt-text-separator--big {
  line-height: 1.7rem;
}

.Vlt-text-separator--big span {
  font-size: 1.7rem;
}

@-webkit-keyframes scaleUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8) translateY(1000px);
            transform: scale(0.8) translateY(1000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0px);
            transform: scale(1) translateY(0px);
  }
}

@keyframes scaleUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8) translateY(1000px);
            transform: scale(0.8) translateY(1000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0px);
            transform: scale(1) translateY(0px);
  }
}

@-webkit-keyframes scaleDown {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0px);
            transform: scale(1) translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.8) translateY(1000px);
            transform: scale(0.8) translateY(1000px);
  }
}

@keyframes scaleDown {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0px);
            transform: scale(1) translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.8) translateY(1000px);
            transform: scale(0.8) translateY(1000px);
  }
}

.Vlt-modal {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  transition: background 0.5s;
  width: 100vw;
  z-index: 99999999999;
}

.Vlt-modal__panel {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 30px 40px rgba(44, 45, 48, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  max-height: 95%;
  padding: 16px 24px;
  position: relative;
  width: calc(100vw - 20px);
}

@media only screen and (min-width: 576px) {
  .Vlt-modal__panel {
    width: 400px;
  }
}

.Vlt-modal__panel p {
  color: #2c2d30;
}

.Vlt-modal__header {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-bottom: 6px;
  text-align: center;
}

.Vlt-modal__header h3,
.Vlt-modal__header h4 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 25px;
  width: calc(100% - 50px);
}

.Vlt-modal__dismiss {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2048.2%20(47327)%20-%20http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%20--%3E%0A%20%20%20%20%3Ctitle%3Eicn-close%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cdefs%3E%3C%2Fdefs%3E%0A%20%20%20%20%3Cg%20id%3D%22Modals---Desktop%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20transform%3D%22translate(-512.000000%2C%20-62.000000)%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Modal%22%20transform%3D%22translate(156.000000%2C%2040.000000)%22%20fill%3D%22%23637381%22%20fill-rule%3D%22nonzero%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22icn-close%22%20transform%3D%22translate(356.000000%2C%2022.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-12%22%20transform%3D%22translate(2.083333%2C%202.500000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Path-252%22%20points%3D%221.42258898%2015.115968%2015.115968%201.42258898%2013.9374567%200.244077682%200.244077682%2013.9374567%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Path-252-Copy%22%20points%3D%220.244077682%201.42258898%2013.9374567%2015.115968%2015.115968%2013.9374567%201.42258898%200.244077682%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px auto;
  border: 0;
  box-shadow: none;
  cursor: pointer;
  height: 40px;
  opacity: 1;
  position: absolute;
  right: 10px;
  top: 10px;
  transition: opacity 0.2s;
  width: 40px;
}

.Vlt-modal__dismiss:hover {
  opacity: 0.6;
}

.Vlt-modal__footer {
  border-top: 1px solid #e7ebee;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: -8px;
  padding-top: 8px;
  text-align: center;
}

.Vlt-modal__footer .Vlt-btn {
  min-width: 75px;
}

.Vlt-modal_visible {
  background: rgba(44, 45, 48, 0.5);
  opacity: 1;
  -webkit-transform: scale(1) translateY(0px);
          transform: scale(1) translateY(0px);
}

.Vlt-modal_visible .Vlt-modal__panel {
  -webkit-animation: scaleUp 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: scaleUp 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.Vlt-modal--out {
  background: none;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.Vlt-modal--out .Vlt-modal__panel {
  -webkit-animation: scaleDown 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: scaleDown 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

@media only screen and (min-width: 576px) {
  .Vlt-modal--large .Vlt-modal__panel {
    width: 630px;
  }
}

.Vlt-modal--message {
  text-align: center;
}

.Vlt-modal--message .Vlt-modal__content {
  text-align: center;
}

.Vlt-modal__content {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  overflow-x: hidden;
  overflow-y: auto;
  padding-bottom: 24px;
}

.Vlt-modal__content--message {
  text-align: center;
}

.Vlt-modal--form {
  text-align: left;
}

.Vlt-accordion__content,
.Vlt-js-accordion__content {
  height: 0;
  overflow: hidden;
  transition: height 0.5s;
}

.Vlt-accordion__content_open,
.Vlt-js-accordion__content_open {
  height: auto;
}

.Vlt-js-accordion__trigger {
  cursor: pointer;
}

.Vlt-accordion__trigger {
  border-bottom: 1px solid #e7ebee;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 4px;
  padding: 8px 0;
  text-align: left;
  width: 100%;
}

.Vlt-accordion__trigger span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.Vlt-accordion__trigger:after {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2020%2020%22%20style%3D%22enable-background%3Anew%200%200%2020%2020%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20style%3D%22fill%3A%232C2D30%3B%22%20d%3D%22M10%2C13.5L4.7%2C8.1c-0.3-0.3-0.3-0.7%2C0-0.9s0.7-0.3%2C0.9%2C0l0%2C0l4.4%2C4.4l4.4-4.4c0.3-0.2%2C0.7-0.2%2C0.9%2C0%0A%09c0.2%2C0.3%2C0.2%2C0.6%2C0%2C0.9L10%2C13.5z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  height: 20px;
  margin-top: 4px;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  width: 20px;
}

.Vlt-accordion__trigger_active:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.Vlt-spinner {
  display: inline-block;
  height: 64px;
  margin: 8px;
  position: relative;
  width: 64px;
}

.Vlt-spinner:before, .Vlt-spinner:after {
  -webkit-animation: spinner 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: spinner 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border: 6px solid #4cc3d2;
  border-color: #4cc3d2 transparent transparent;
  border-radius: 50%;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 75%;
  margin: 6px;
  position: absolute;
  width: 75%;
}

.Vlt-spinner:after {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

.Vlt-spinner--small {
  height: 32px;
  width: 32px;
}

.Vlt-spinner--small:before, .Vlt-spinner--small:after {
  border-width: 3px;
  margin: 3px;
}

.Vlt-spinner--middle {
  vertical-align: middle;
}

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.cp-spinner {
  box-sizing: border-box;
  display: inline-block;
  height: 48px;
  position: relative;
  width: 48px;
}

.cp-round:before {
  border-bottom: solid 6px #e7ebee;
  border-left: solid 6px #e7ebee;
  border-radius: 50%;
  border-right: solid 6px #e7ebee;
  border-top: solid 6px #e7ebee;
  box-sizing: border-box;
  content: ' ';
  display: inline-block;
  height: 48px;
  left: 0;
  position: absolute;
  top: 0;
  width: 48px;
}

.cp-round:after {
  -webkit-animation: cp-round-animate 1s ease-in-out infinite;
          animation: cp-round-animate 1s ease-in-out infinite;
  border-bottom: solid 6px transparent;
  border-left: solid 6px transparent;
  border-radius: 50%;
  border-right: solid 6px transparent;
  border-top: solid 6px #4cc3d2;
  box-sizing: border-box;
  content: ' ';
  display: inline-block;
  height: 48px;
  left: 0;
  position: absolute;
  top: 0;
  width: 48px;
}

@-webkit-keyframes cp-round-animate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes cp-round-animate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.Vlt-empty {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px 0;
  width: 100%;
}

.Vlt-empty:before {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20230%20200%22%20style%3D%22enable-background%3Anew%200%200%20230%20200%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20style%3D%22fill%3A%23637381%3Bfill-opacity%3A5.000000e-02%3B%22%20d%3D%22M115%2C195c52.5%2C0%2C95-42.5%2C95-95S167.5%2C5%2C115%2C5s-95%2C42.5-95%2C95%0A%09%09S62.5%2C195%2C115%2C195z%22%2F%3E%0A%09%3Cg%20transform%3D%22translate(65%2083)%22%3E%0A%09%09%3Cpath%20style%3D%22fill%3A%23E7EBEE%3B%22%20d%3D%22M78.9-17L100%2C17v35c0%2C3.3-2.7%2C6-6%2C6H6c-3.3%2C0-6-2.7-6-6V17l21.1-34H78.9z%22%2F%3E%0A%09%09%3Cpath%20style%3D%22opacity%3A5.000000e-02%3Benable-background%3Anew%20%20%20%20%3B%22%20d%3D%22M20.6-16L0%2C18v12.4h20.6V-16z%20M77.4-16L98%2C18v12.4H77.4V-16z%22%2F%3E%0A%09%09%3Cg%3E%0A%09%09%09%3Cpath%20id%3D%22a%22%20style%3D%22fill%3A%23E7EBEE%3B%22%20d%3D%22M37-11h25c2.2%2C0%2C4%2C1.8%2C4%2C4v22.5c0%2C2.2-1.8%2C4-4%2C4H37c-2.2%2C0-4-1.8-4-4V-7%0A%09%09%09%09C33-9.2%2C34.8-11%2C37-11z%22%2F%3E%0A%09%09%3C%2Fg%3E%0A%09%09%3Cg%3E%0A%09%09%09%3Cpath%20style%3D%22fill%3A%23C4CDD5%3B%22%20d%3D%22M61%2C19.5H38c-2.8%2C0-5-2.2-5-5V-6c0-2.8%2C2.2-5%2C5-5h23c2.8%2C0%2C5%2C2.2%2C5%2C5v20.5%0A%09%09%09%09C66%2C17.3%2C63.8%2C19.5%2C61%2C19.5z%20M38-9c-1.7%2C0-3%2C1.3-3%2C3v20.5c0%2C1.7%2C1.3%2C3%2C3%2C3h23c1.7%2C0%2C3-1.3%2C3-3V-6c0-1.7-1.3-3-3-3H38z%22%2F%3E%0A%09%09%3C%2Fg%3E%0A%09%09%3Cg%3E%0A%09%09%09%3Cpath%20id%3D%22b%22%20style%3D%22fill%3A%23E7EBEE%3B%22%20d%3D%22M27-3h45c2.2%2C0%2C4%2C1.8%2C4%2C4v22.5c0%2C2.2-1.8%2C4-4%2C4H27c-2.2%2C0-4-1.8-4-4V1C23-1.2%2C24.8-3%2C27-3z%0A%09%09%09%09%22%2F%3E%0A%09%09%3C%2Fg%3E%0A%09%09%3Cg%3E%0A%09%09%09%3Cpath%20style%3D%22fill%3A%23C4CDD5%3B%22%20d%3D%22M71%2C27.5H28c-2.8%2C0-5-2.2-5-5V2c0-2.8%2C2.2-5%2C5-5h43c2.8%2C0%2C5%2C2.2%2C5%2C5v20.5%0A%09%09%09%09C76%2C25.3%2C73.8%2C27.5%2C71%2C27.5z%20M28-1c-1.7%2C0-3%2C1.3-3%2C3v20.5c0%2C1.7%2C1.3%2C3%2C3%2C3h43c1.7%2C0%2C3-1.3%2C3-3V2c0-1.7-1.3-3-3-3H28z%22%2F%3E%0A%09%09%3C%2Fg%3E%0A%09%09%3Cg%3E%0A%09%09%09%3Cpath%20id%3D%22c%22%20style%3D%22fill%3A%23E7EBEE%3B%22%20d%3D%22M17%2C8h65c2.2%2C0%2C4%2C1.8%2C4%2C4v22.5c0%2C2.2-1.8%2C4-4%2C4H17c-2.2%2C0-4-1.8-4-4V12C13%2C9.8%2C14.8%2C8%2C17%2C8%0A%09%09%09%09z%22%2F%3E%0A%09%09%3C%2Fg%3E%0A%09%09%3Cg%3E%0A%09%09%09%3Cpath%20style%3D%22fill%3A%23C4CDD5%3B%22%20d%3D%22M81%2C37.5H18c-2.8%2C0-5-2.2-5-5V12c0-2.8%2C2.2-5%2C5-5h63c2.8%2C0%2C5%2C2.2%2C5%2C5v20.5%0A%09%09%09%09C86%2C35.3%2C83.8%2C37.5%2C81%2C37.5z%20M18%2C9c-1.7%2C0-3%2C1.3-3%2C3v20.5c0%2C1.7%2C1.3%2C3%2C3%2C3h63c1.7%2C0%2C3-1.3%2C3-3V12c0-1.7-1.3-3-3-3H18z%22%2F%3E%0A%09%09%3C%2Fg%3E%0A%09%09%3Cg%3E%0A%09%09%09%3Cpath%20style%3D%22fill%3A%23C4CDD5%3B%22%20d%3D%22M94%2C58H6c-3.3%2C0-6-2.7-6-6V17l0.1-0.2L21-17h58l21%2C34v35C100%2C55.3%2C97.3%2C58%2C94%2C58z%20M2%2C17.6V52%0A%09%09%09%09c0%2C2.2%2C1.8%2C4%2C4%2C4h88c2.2%2C0%2C4-1.8%2C4-4V17.6L77.9-15H22.1L2%2C17.6z%22%2F%3E%0A%09%09%3C%2Fg%3E%0A%09%09%3Cpath%20style%3D%22opacity%3A5.000000e-02%3Benable-background%3Anew%20%20%20%20%3B%22%20d%3D%22M7%2C43h86c3.9%2C0%2C7%2C3.1%2C7%2C7v8c0%2C3.9-3.1%2C7-7%2C7H7c-3.9%2C0-7-3.1-7-7%0A%09%09%09v-8C0%2C46.1%2C3.1%2C43%2C7%2C43z%22%2F%3E%0A%09%09%3Cg%3E%0A%09%09%09%3Cg%3E%0A%09%09%09%09%3Cpath%20id%3D%22d%22%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M32%2C17v8.5c0%2C4.7%2C3.8%2C8.5%2C8.5%2C8.5h19c4.7%2C0%2C8.5-3.8%2C8.5-8.5c0%2C0%2C0%2C0%2C0%2C0V17h32v34%0A%09%09%09%09%09c0%2C5-4%2C9-9%2C9H9c-5%2C0-9-4-9-9V17H32z%22%2F%3E%0A%09%09%09%3C%2Fg%3E%0A%09%09%09%3Cg%3E%0A%09%09%09%09%3Cpath%20style%3D%22fill%3A%23C4CDD5%3B%22%20d%3D%22M9%2C60c-5%2C0-9-4-9-9V17h32v8.5c0%2C4.7%2C3.8%2C8.5%2C8.5%2C8.5h19c4.7%2C0%2C8.5-3.8%2C8.5-8.5V17h32v34%0A%09%09%09%09%09c0%2C5-4%2C9-9%2C9c0%2C0%2C0%2C0%2C0%2C0H9z%20M2%2C19v32c0%2C3.9%2C3.1%2C7%2C7%2C7h82c0%2C0%2C0%2C0%2C0%2C0c3.9%2C0%2C7-3.1%2C7-7V19H70v6.5C70%2C31.3%2C65.3%2C36%2C59.5%2C36h-19%0A%09%09%09%09%09C34.7%2C36%2C30%2C31.3%2C30%2C25.5V19H2z%22%2F%3E%0A%09%09%09%3C%2Fg%3E%0A%09%09%3C%2Fg%3E%0A%09%3C%2Fg%3E%0A%09%3Cg%20transform%3D%22translate(96%2063)%22%3E%0A%09%09%3Cellipse%20style%3D%22fill%3Anone%3Bstroke%3A%23C4CDD5%3Bstroke-width%3A2%3B%22%20cx%3D%222.9%22%20cy%3D%22-7.9%22%20rx%3D%222.9%22%20ry%3D%222.9%22%2F%3E%0A%09%09%3Cellipse%20style%3D%22fill%3Anone%3Bstroke%3A%23C4CDD5%3Bstroke-width%3A2%3B%22%20cx%3D%2233.4%22%20cy%3D%22-7.4%22%20rx%3D%222.3%22%20ry%3D%222.4%22%2F%3E%0A%09%09%3Cellipse%20style%3D%22fill%3A%23C4CDD5%3B%22%20cx%3D%2243.7%22%20cy%3D%22-14.6%22%20rx%3D%222.3%22%20ry%3D%222.3%22%2F%3E%0A%09%3C%2Fg%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  height: 200px;
}

.Vlt-empty__content {
  color: #919eab;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-top: 16px;
  text-align: center;
}

.Vlt-empty__content p {
  color: #919eab;
}

.Vlt-empty--search:before {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20230%20200%22%20style%3D%22enable-background%3Anew%200%200%20230%20200%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20style%3D%22fill%3A%23637381%3Bfill-opacity%3A5.000000e-02%3B%22%20d%3D%22M115%2C195c52.5%2C0%2C95-42.5%2C95-95S167.5%2C5%2C115%2C5s-95%2C42.5-95%2C95%0A%09%09S62.5%2C195%2C115%2C195z%22%2F%3E%0A%09%3Cpath%20style%3D%22fill%3A%23C4CDD5%3B%22%20d%3D%22M130.2%2C61.8c-0.3%2C0.3-0.8%2C0.3-1.2%2C0l0%2C0l-8.5-8.4c0.4-0.4%2C0.9-0.8%2C1.2-1.3l8.4%2C8.4%0A%09%09C130.5%2C61%2C130.5%2C61.5%2C130.2%2C61.8%20M98.8%2C42.7c0-6.7%2C5.4-12.1%2C12.1-12.1S123%2C36%2C123%2C42.7s-5.4%2C12.1-12.1%2C12.1%0A%09%09C104.3%2C54.8%2C98.8%2C49.4%2C98.8%2C42.7%20M131.8%2C59.1l-8.6-8.7c1.5-2.3%2C2.2-5%2C2.2-7.7c0-8-6.5-14.4-14.4-14.4s-14.4%2C6.5-14.4%2C14.5%0A%09%09s6.5%2C14.4%2C14.4%2C14.4c2.7%2C0%2C5.4-0.8%2C7.7-2.3l8.7%2C8.6c0.6%2C0.6%2C1.4%2C0.9%2C2.2%2C0.9s1.6-0.3%2C2.2-0.9C133%2C62.3%2C133%2C60.3%2C131.8%2C59.1%22%2F%3E%0A%3C%2Fg%3E%0A%3Cg%20transform%3D%22translate(65%2083)%22%3E%0A%09%3Cpath%20style%3D%22fill%3A%23E7EBEE%3B%22%20d%3D%22M78.9-0.3l21.1%2C34v35c0%2C3.3-2.7%2C6-6%2C6h-88c-3.3%2C0-6-2.7-6-6v-35L21-0.3H78.9z%22%2F%3E%0A%09%3Cpath%20style%3D%22opacity%3A5.000000e-02%3Benable-background%3Anew%20%20%20%20%3B%22%20d%3D%22M20.6%2C0.7l-20.6%2C34v12.4h20.6V0.7z%20M77.3%2C0.7l20.6%2C34v12.4H77.3%0A%09%09V0.7z%22%2F%3E%0A%09%3Cg%3E%0A%09%09%3Cpath%20id%3D%22a_1_%22%20style%3D%22fill%3A%23E7EBEE%3B%22%20d%3D%22M36.9%2C5.7h25c2.2%2C0%2C4%2C1.8%2C4%2C4v22.5c0%2C2.2-1.8%2C4-4%2C4h-25c-2.2%2C0-4-1.8-4-4V9.7%0A%09%09%09C32.9%2C7.5%2C34.7%2C5.7%2C36.9%2C5.7z%22%2F%3E%0A%09%3C%2Fg%3E%0A%09%3Cg%3E%0A%09%09%3Cpath%20style%3D%22fill%3A%23C4CDD5%3B%22%20d%3D%22M60.9%2C36.2h-23c-2.8%2C0-5-2.2-5-5V10.7c0-2.8%2C2.2-5%2C5-5h23c2.8%2C0%2C5%2C2.2%2C5%2C5v20.5%0A%09%09%09C65.9%2C34%2C63.7%2C36.2%2C60.9%2C36.2z%20M37.9%2C7.7c-1.7%2C0-3%2C1.3-3%2C3v20.5c0%2C1.7%2C1.3%2C3%2C3%2C3h23c1.7%2C0%2C3-1.3%2C3-3V10.7c0-1.7-1.3-3-3-3H37.9z%22%0A%09%09%09%2F%3E%0A%09%3C%2Fg%3E%0A%09%3Cg%3E%0A%09%09%3Cpath%20id%3D%22b_1_%22%20style%3D%22fill%3A%23E7EBEE%3B%22%20d%3D%22M26.9%2C13.7h45c2.2%2C0%2C4%2C1.8%2C4%2C4v22.5c0%2C2.2-1.8%2C4-4%2C4h-45c-2.2%2C0-4-1.8-4-4V17.7%0A%09%09%09C22.9%2C15.5%2C24.7%2C13.7%2C26.9%2C13.7z%22%2F%3E%0A%09%3C%2Fg%3E%0A%09%3Cg%3E%0A%09%09%3Cpath%20style%3D%22fill%3A%23C4CDD5%3B%22%20d%3D%22M70.9%2C44.2h-43c-2.8%2C0-5-2.2-5-5V18.7c0-2.8%2C2.2-5%2C5-5h43c2.8%2C0%2C5%2C2.2%2C5%2C5v20.5%0A%09%09%09C75.9%2C42%2C73.7%2C44.2%2C70.9%2C44.2z%20M27.9%2C15.7c-1.7%2C0-3%2C1.3-3%2C3v20.5c0%2C1.7%2C1.3%2C3%2C3%2C3h43c1.7%2C0%2C3-1.3%2C3-3V18.7c0-1.7-1.3-3-3-3H27.9z%22%0A%09%09%09%2F%3E%0A%09%3C%2Fg%3E%0A%09%3Cg%3E%0A%09%09%3Cpath%20id%3D%22c_1_%22%20style%3D%22fill%3A%23E7EBEE%3B%22%20d%3D%22M16.9%2C24.7h65c2.2%2C0%2C4%2C1.8%2C4%2C4v22.5c0%2C2.2-1.8%2C4-4%2C4h-65c-2.2%2C0-4-1.8-4-4V28.7%0A%09%09%09C12.9%2C26.5%2C14.7%2C24.7%2C16.9%2C24.7z%22%2F%3E%0A%09%3C%2Fg%3E%0A%09%3Cg%3E%0A%09%09%3Cpath%20style%3D%22fill%3A%23C4CDD5%3B%22%20d%3D%22M80.9%2C54.2h-63c-2.8%2C0-5-2.2-5-5V28.7c0-2.8%2C2.2-5%2C5-5h63c2.8%2C0%2C5%2C2.2%2C5%2C5v20.5%0A%09%09%09C85.9%2C52%2C83.7%2C54.2%2C80.9%2C54.2z%20M17.9%2C25.7c-1.7%2C0-3%2C1.3-3%2C3v20.5c0%2C1.7%2C1.3%2C3%2C3%2C3h63c1.7%2C0%2C3-1.3%2C3-3V28.7c0-1.7-1.3-3-3-3H17.9z%22%0A%09%09%09%2F%3E%0A%09%3C%2Fg%3E%0A%09%3Cg%3E%0A%09%09%3Cpath%20style%3D%22fill%3A%23C4CDD5%3B%22%20d%3D%22M93.9%2C74.7h-88c-3.3%2C0-6-2.7-6-6v-35l0.1-0.2L20.9-0.3h58l21%2C34v35C99.9%2C72.1%2C97.2%2C74.7%2C93.9%2C74.7z%0A%09%09%09%20M1.9%2C34.3v34.4c0%2C2.2%2C1.8%2C4%2C4%2C4h88c2.2%2C0%2C4-1.8%2C4-4V34.3L77.8%2C1.7H22L1.9%2C34.3z%22%2F%3E%0A%09%3C%2Fg%3E%0A%09%3Cpath%20style%3D%22opacity%3A5.000000e-02%3Benable-background%3Anew%20%20%20%20%3B%22%20d%3D%22M6.9%2C59.7h86c3.9%2C0%2C7%2C3.1%2C7%2C7v8c0%2C3.9-3.1%2C7-7%2C7h-86%0A%09%09c-3.9%2C0-7-3.1-7-7v-8C-0.1%2C62.9%2C3.1%2C59.7%2C6.9%2C59.7z%22%2F%3E%0A%09%3Cg%3E%0A%09%09%3Cg%3E%0A%09%09%09%3Cpath%20id%3D%22d_1_%22%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M31.9%2C33.7v8.5c0%2C4.7%2C3.8%2C8.5%2C8.5%2C8.5h19c4.7%2C0%2C8.5-3.8%2C8.5-8.5c0%2C0%2C0%2C0%2C0%2C0v-8.5h32v34%0A%09%09%09%09c0%2C5-4%2C9-9%2C9h-82c-5%2C0-9-4-9-9v-34H31.9z%22%2F%3E%0A%09%09%3C%2Fg%3E%0A%09%09%3Cg%3E%0A%09%09%09%3Cpath%20style%3D%22fill%3A%23C4CDD5%3B%22%20d%3D%22M8.9%2C76.7c-5%2C0-9-4-9-9v-34h32v8.5c0%2C4.7%2C3.8%2C8.5%2C8.5%2C8.5h19c4.7%2C0%2C8.5-3.8%2C8.5-8.5v-8.5h32v34%0A%09%09%09%09c0%2C5-4%2C9-9%2C9c0%2C0%2C0%2C0%2C0%2C0H8.9z%20M1.9%2C35.7v32c0%2C3.9%2C3.1%2C7%2C7%2C7h82c0%2C0%2C0%2C0%2C0%2C0c3.9%2C0%2C7-3.1%2C7-7v-32h-28v6.5%0A%09%09%09%09c0%2C5.8-4.7%2C10.5-10.5%2C10.5h-19c-5.8%2C0-10.5-4.7-10.5-10.5v-6.5H1.9z%22%2F%3E%0A%09%09%3C%2Fg%3E%0A%09%3C%2Fg%3E%0A%3C%2Fg%3E%0A%3Cg%20transform%3D%22translate(96%2063)%22%3E%0A%09%3Cellipse%20style%3D%22fill%3Anone%3Bstroke%3A%23C4CDD5%3Bstroke-width%3A2%3B%22%20cx%3D%222.8%22%20cy%3D%228.8%22%20rx%3D%222.9%22%20ry%3D%222.9%22%2F%3E%0A%09%3Cellipse%20style%3D%22fill%3Anone%3Bstroke%3A%23C4CDD5%3Bstroke-width%3A2%3B%22%20cx%3D%2233.3%22%20cy%3D%229.3%22%20rx%3D%222.3%22%20ry%3D%222.4%22%2F%3E%0A%09%3Cellipse%20style%3D%22fill%3A%23C4CDD5%3B%22%20cx%3D%2243.6%22%20cy%3D%222.1%22%20rx%3D%222.3%22%20ry%3D%222.3%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.Vlt-steps {
  counter-reset: steps;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.Vlt-steps__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #2c2d30;
  counter-increment: steps;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 0 10px;
}

.Vlt-steps__item:first-child {
  margin-left: 0;
}

.Vlt-steps__item a {
  color: #2c2d30;
}

.Vlt-steps__item:before {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #ff8f02;
  border-radius: 100%;
  color: #ff8f02;
  content: counter(steps);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  font-size: 18px;
  height: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 16px;
  width: 40px;
}

.Vlt-steps__item--selected:before {
  background: #ff8f02;
  color: #ffffff;
  font-weight: bold;
}

.Vlt-steps__item:after {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2022.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2024%2024%22%20style%3D%22enable-background%3Anew%200%200%2024%2024%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20style%3D%22fill%3A%23C4CDD5%3B%22%20d%3D%22M13.5%2C12l-5.2%2C5.4c-0.3%2C0.4-0.3%2C0.9%2C0%2C1.3c0.3%2C0.3%2C0.9%2C0.4%2C1.2%2C0c0%2C0%2C0%2C0%2C0%2C0L16%2C12L9.5%2C5.3%0A%09c-0.3-0.3-0.9-0.4-1.2%2C0c0%2C0%2C0%2C0%2C0%2C0c-0.3%2C0.4-0.3%2C0.9%2C0%2C1.3L13.5%2C12z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 24px;
  margin-left: 10px;
  margin-right: 5px;
  width: 24px;
}

.Vlt-steps__item:last-child:after {
  display: none;
}

.Vlt-switch {
  height: 30px;
  position: relative;
  width: 50px;
}

.Vlt-switch__slider {
  background-color: #d2d3d6;
  border-radius: 30px;
  cursor: pointer;
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  transition: 0.4s;
  width: 100%;
}

.Vlt-switch__slider:before {
  background-color: #ffffff;
  border: solid 0.5px fade(#000000, 10);
  border-radius: 100%;
  box-shadow: 0 3px 3px 0 fade(#000000, 5), 0 2px 2px 0 fade(#000000, 10);
  content: '';
  height: 28px;
  left: 1px;
  position: absolute;
  top: 1px;
  transition: 0.4s;
  width: 28px;
}

.Vlt-switch__slider:hover {
  background-color: #dfe0e2;
}

.Vlt-switch input {
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 0px;
  left: 10px;
  overflow: hidden;
  position: absolute;
  top: 10px;
  visibility: hidden;
  width: 0px;
}

.Vlt-switch input:focus, .Vlt-switch input:focus, .Vlt-switch input:active {
  -webkit-tap-highlight-color: transparent;
  box-shadow: none;
  outline: none;
}

.Vlt-switch input:checked ~ .Vlt-switch__slider {
  background-color: #33aaee;
}

.Vlt-switch input:checked ~ .Vlt-switch__slider:before {
  left: 21px;
}

.Vlt-switch.Vlt-switch--red input:checked ~ .Vlt-switch__slider {
  background-color: #f25a6b;
}

.Vlt-article h1,
.Vlt-article h2 {
  margin-bottom: 24px;
}

.Vlt-article h1:not(:first-child),
.Vlt-article h2:not(:first-child) {
  margin-top: 32px;
}

.Vlt-article h3,
.Vlt-article h4,
.Vlt-article h5,
.Vlt-article h6 {
  margin-bottom: 16px;
}

.Vlt-article h3:not(:first-child),
.Vlt-article h4:not(:first-child),
.Vlt-article h5:not(:first-child),
.Vlt-article h6:not(:first-child) {
  margin-top: 24px;
}

.Vlt-article pre[class*="language"],
.Vlt-article .Vlt-box,
.Vlt-article .Vlt-table,
.Vlt-article .Vlt-callout {
  margin-bottom: 16px;
}

.Vlt-article pre[class*="language"]:not(:first-child),
.Vlt-article .Vlt-box:not(:first-child),
.Vlt-article .Vlt-table:not(:first-child),
.Vlt-article .Vlt-callout:not(:first-child) {
  margin-top: 16px;
}

.Vlt-article--reverse h1,
.Vlt-article--reverse h2,
.Vlt-article--reverse h3,
.Vlt-article--reverse h4,
.Vlt-article--reverse h5,
.Vlt-article--reverse h6 {
  margin-bottom: 8px;
  margin-top: 0;
}

.Vlt-article--reverse h1:not(:first-child),
.Vlt-article--reverse h2:not(:first-child),
.Vlt-article--reverse h3:not(:first-child),
.Vlt-article--reverse h4:not(:first-child),
.Vlt-article--reverse h5:not(:first-child),
.Vlt-article--reverse h6:not(:first-child) {
  margin-top: 0;
}

.Vlt-article--reverse h1,
.Vlt-article--reverse h2 {
  margin-bottom: 16px;
}

.Vlt-article--reverse pre[class*="language"],
.Vlt-article--reverse .Vlt-box,
.Vlt-article--reverse .Vlt-table,
.Vlt-article--reverse .Vlt-callout {
  margin-bottom: 8px;
  margin-top: 0;
}

.Vlt-article--reverse pre[class*="language"]:not(:first-child),
.Vlt-article--reverse .Vlt-box:not(:first-child),
.Vlt-article--reverse .Vlt-table:not(:first-child),
.Vlt-article--reverse .Vlt-callout:not(:first-child) {
  margin-top: 0;
}

.Vlt-section {
  margin: 24px 0;
}


/* END OF VOLTA IMPORT */


/* ==================================================== Parsed markdown ==================================================== */
.markdown { word-wrap: break-word; }

.markdown img { display: block; border: 1px solid #ECECEC; border: 1px solid rgba(0, 0, 0, 0.07); height: auto; max-width: 100%; padding: 3px; margin-bottom: 10px; }

.markdown p { margin-bottom: 10px; }

.markdown ul, .markdown ol { list-style-position: inside; margin: 0 0 10px 10px; }

.markdown ul { list-style-type: disc; }

.markdown ol { list-style-type: decimal; }

.markdown li > ul, .markdown li > ol { margin: 0 0 0 10px; }

.markdown pre { background: #f6f6f6; background: rgba(0, 0, 0, 0.02); border: 1px solid #ECECEC; border: 1px solid rgba(0, 0, 0, 0.07); border-radius: 3px; padding: 10px 15px; overflow: auto; white-space: pre; margin-bottom: 10px; }

.markdown blockquote { border-left: 1px solid #ECECEC; border-left: 1px solid rgba(0, 0, 0, 0.07); color: #bbb; font-style: italic; padding-left: 10px; margin: 0 0 10px 0; }

.markdown hr { margin-bottom: 10px; height: 2px; background-color: #ECECEC; }


/* ==================================================== Attachments/Screencasts ==================================================== */
.attachment-list, .screencast-list { font-size: 11px; font-size: 1.1rem; margin-top: 25px; }

.attachment-list span, .screencast-list span { color: #8E8E8E; }

.attachment-list li, .screencast-list li { margin-bottom: 10px; }

.attachment-list li:before, .screencast-list li:before { background: #F2F2F2; border-radius: 3px; color: #8E8E8E; font-family: "entypo"; margin-right: 5px; padding: 5px; }

.attachment-list li:before { content: "\1F4CE"; }

.screencast-list li:before { content: "\1F4BB"; }

/* ======================
Custom styles added after implementation of Volta
======================= */

.Header.Homepage {
  position: relative;
}

@media screen and (max-width: 575px) {
  .Header.Homepage:before {
    top: -110px;
  }
}

.Nx-home-search {
  max-width: 700px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.Nx-home-search form {
  background: #117bb8;
  border-radius: 4px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
  padding: 24px;
}

.Nx-home-search input {
  height: 5rem;
  font-size: 1.6rem;
  padding-left: 50px;
	box-sizing: border-box;
}

.Nx-home-search .search {
  width: 100%;
  margin-top: 90px;
  margin-bottom: 110px;
}

.Nx-home-search .search:before {
  top: 36px;
  left: 41px;
  height: 25px;
  width: 25px;
}

/* Nx header */

.Nx-header {
  background: #ffffff;
	box-shadow: 1px 0 8px rgba(0,0,0, 0.2);
	height: 70px;
  margin: 0;
  position: relative;
	width: 100%;
	z-index: 9999999;
  display: flex; 
  align-items: center;
}

.Nx-header__menu {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

.Nx-header__menu ul {
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width: 575px) {
  .Nx-header__logo {
    flex: 0 0 35px;
    padding: 0;
  }
  
  .Nx-header__menu {
    margin-right: 16px;
  }
  
  .Nx-header__menu ul {
    display: block;
  }
}

.Nx-header__logo img {
  height: 35px;
  margin-left: 16px;
}

.Nx-subheader {
  background: rgba(248, 250, 252, 1);
  padding: 4px 32px 16px;
}

.Nx-subheader .Vlt-grid {
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 575px) {
  .Nx-subheader {
    padding: 0 8px;
    max-width: 100%;
    margin: 0;
  }
  
  .Nx-subheader input {
    box-sizing: border-box;
  }
}

.Nx-subheader .Nx-search {
  margin-top: 8px;
}

.Nx-subheader .Nx-search input {
  padding-left: 40px;
  box-sizing: border-box;
}

.Nx-subheader .Nx-search .search:before {
  top: 9px;
}

main[role=main] {
  background: rgba(248, 250, 252, 1);
  padding: 8px 32px;
}

@media screen and (max-width: 575px) {
  main[role=main] {
    padding: 8px 8px;
  }
}

.Nx-home-body main[role='main'] {
  background: url('//theme.zdassets.com/theme_assets/39809/29197a6ae3d8231148ee0344fed6aeba9accd4d2.svg') no-repeat top left rgba(248, 250, 252, 1);
  background-size: 100% auto;
}

@media screen and (max-width: 575px) {
  .Nx-home-body main[role='main'] {
    background: url('//theme.zdassets.com/theme_assets/39809/90cf6333c50ea6092c334b34341167ada013da84.svg') no-repeat top left rgba(248, 250, 252, 1);
    background-size: 100% auto;
  }
}

.Nx-home-body .Nx-subheader {
  position: absolute;
  width: 100%;
  background: none;
}

.Nx-home-boxes .Vlt-col {
  display: flex;
  align-items: stretch;
}

.Nx-home-faq-all {
  margin-top: 16px;
}

.Nx-home-social {
	display: flex;  
  justify-content: center;
  margin-top: 8px;
}

.Nx-home-social img {
  height: 60px;
  width: 60px;
  margin-right: 16px;
}

.Nx-home-social img:hover {
 	opacity: 0.8;
}

/* Category list */ 

.Nx-home-category-list .Vlt-col {
  flex: 0 0 20%;
}

.Nx-home-category-list li a {
  margin-bottom: 32px;
  text-align: center;
  color: #2c2d30;
  display: block;
}

.Nx-home-category-list li a:hover {
  opacity: 0.6;
}

.Nx-home-category-list li a svg {
	content: "";
  width: 40px;
  height: 40px;
  display: block;
}

.Nx-home-category-list__item {
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  margin: 0 auto 16px;
  justify-content: center;
}

.Nx-home-category-list__item--teal {
  background: #94dbe4;
}

.Nx-home-category-list__item--purple {
  background: #dcb6e9;
}

.Nx-home-category-list__item--red {
  background: #f79ca6;
}

.Nx-home-category-list__item--green {
  background: #86d8b9;
}

.Nx-home-category-list__item--indigo {
  background: #b3bcf5;
}

.Nx-home-category-list__item--orange {
  background: #ffbc67;
}

.Nx-home-category-list__item--blue {
  background: #85ccf5;
}

/* Articles */
.Nx-article-info__avatar {
  height: 60px;
  width: 60px;
  margin-right: 8px;
  display: none;
}

.Nx-article-info__author {
  margin-bottom: 2px;
}

.Nx-article-info__updated {
  font-size: 1.3rem;
  color: #919eab;
}

.Nx-article-subscribe a {
  background: none;
  color: #2c2d30;
}

.Nx-article-vote {
  margin: 16px 0;
}

.Nx-article-vote small {
  color: #637381;
  vertical-align: middle;
  margin-left: 16px;
}

.article-sidebar section {
  margin-top: 55px;
}

.article-promoted svg {
  cursor: default;
  margin-right: 5px;
  vertical-align: sub;
}

.article-list li {
  border-bottom: 1px solid #e7ebee;
}

.article-list li a {
	display: block;
  padding-top: 8px;
  padding-bottom: 8px;
}

.visibility-internal {
  color: rgba(76, 195, 210, 1);
}

.promoted-articles ul {
  column-count: 2;
}

@media screen and (max-width: 575px) {
  .Vlt-card {
    padding: 16px;
  }
}

/*Algolia Search*/
.aa-dropdown-menu {
  box-shadow: 1px 0 8px rgba(0,0,0, 0.2);
	background: white;
  display: flex !important;
  margin-top: 20px;
  min-width: 310px;
  overflow: auto;
}

@media screen and (max-width: 575px) {
  .aa-dropdown-menu {
    flex-flow: column;
  }
}

.aa-dropdown-menu > div {
  flex: 0 0 50%;
  min-width: 250px;
}

@media screen and (max-width: 575px) {
  .aa-dropdown-menu > div {
    flex: 0 0 100%;
  }
}

.Nx-search .aa-dropdown-menu {
  max-height: calc(100vh - 200px);  
}

.Nx-home-search .aa-dropdown-menu {
  max-height: calc(100vh - 400px);  
}

.algolia-autocomplete {
	width: 100%;
}

.Nx-search__title,
.Nx-search__no-results {
  margin: 20px 16px 8px;
}

.Nx-search__no-results {
  margin-bottom: 20px;
}

.Nx-search__result {
  border-bottom: 1px solid #e7ebee;
  display: block;
  padding: 16px;
}

.aa-suggestion:last-child {
  margin-bottom: 16px;
}

.Nx-search__result .Vlt-badge {
  margin-top: 4px;
  margin-left: 0;
}

.Nx-search__result h6 {
  font-weight: 600;
}

.Nx-search__result:hover {
  background: rgba(248, 250, 252, 1);
}

.Nx-search__result__desc {
  margin-bottom: 0;
  margin-top: 5px;
}

.Nx-search__result__snippet em {
  color: #f25a6b;
  font-weight: bold;
}

/* Category page */

.section-tree section {
  margin-top: 32px;
}


/* Request page */

.request-details dt {
  font-weight: 600;
}

.request-details dt:first-child {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e7ebee;
}

.request-details dd {
  margin-bottom: 4px;
}

/* ====================== 
Keep 
====================== */

/* Breadcrumbs */

.breadcrumbs { padding-left: 0; margin-left: 0; margin-bottom: 16px }

.breadcrumbs li { display: inline-block; font-size: 1.3rem; white-space: nowrap; color: #818789; }

.breadcrumbs li a, .breadcrumbs li a:visited {color: #637381}

.breadcrumbs li + li:before { color: #555555; content: ">"; margin-left: 10px; margin-right: 10px; position: relative; }

.category-breadcrumbs .breadcrumbs li:last-child { display: none; }

.dropdown-menu [role="separator"] { display: none; }

/* Clearfix: contain floats */
.clearfix:before, .clearfix:after { content: " "; display: table; }

.clearfix:after { clear: both; }

/* Column size */
.main-column { float: left; margin-left: 0 !important; width: 65.89%; }

.side-column {float: left; margin-left: 2.21%; width: 25.03%; }

@media screen and (max-width: 575px) { .main-column, .side-column { width: 100% !important; margin: 0; } }

@media screen and (max-width: 768px) { .main-column { float: left; margin-left: 0 !important; width: 59.08%; } }

@media screen and (max-width: 767px) and (max-width: 576px) { .main-column { width: 100% !important; margin: 0; } }

@media screen and (max-width: 768px) { .side-column { width: 4.6%; float: left; margin-left: 2.21%; width: 31.84%; } }

@media screen and (max-width: 767px) and (max-width: 576px) { .side-column { width: 100% !important; margin: 0; } }

.Grid { margin: 0 auto;}

.Grid:after { content: ""; display: table; clear: both; }

.Grid [class*="colspan"] { width: 4.6%; float: left; margin-left: 2.21%; }

.Grid [class*="colspan"]:first-child { margin-left: 0px; }

/* KEEP Footer */
.Footer { color: #ffffff; background-color: #004a74; position: relative;  clear: both; padding-top: 15px;}

.Footer-content { max-width: 1320px; margin: 0 auto; padding: 0 15px 0 15px; max-width: 1320px; padding-top: 3.4rem; padding-bottom: 3.4rem; }

@media screen and (max-width: 767px) { 
  .Footer-content { padding: 0 15px 0 15px; } 
}

.Footer-content:after { content: ""; display: table; clear: both; }

.Footer-logo { height: 40px; width: 20%; float: left;}

@media screen and (max-width: 767px) {
  .Footer-logo { width: 150px; float: none;}
}

.Footer-links { float: left; width: 80%; position: relative; z-index: 2; }

.Footer-linkList { text-align: left; display: inline-block; vertical-align: top; margin-right: 5%; margin-bottom: 32px; }

.Footer-linkList:last-child { margin-right: 0; }

.Footer-linkListTitle { font-size: 1.4rem; font-weight: 800; margin-bottom: 4px;}

.Footer-linkListItem { white-space: nowrap; font-size: 1.2rem; }

.Footer-linkListItem a, .Footer-linkListItem a:visited { opacity: 0.7; color: #ffffff !important;}

.Footer-linkListItem a:hover, .Footer-linkListItem a:active, .Footer-linkListItem a:focus { color: #ffffff !important; opacity: 1; }

.Footer-linkListItemTelLabel { color: #d6eefc; font-weight: 800; }

.Footer-linkListItemText { opacity: 0.8; }

.Footer-contact { width: 80%; position: absolute; bottom: 3.4rem; }

.Footer-links-social li { float: left; height: 30px; width: 30px; margin-left: 11px; margin-top: 8px; }

.Footer-links-social li:first-child { margin-left: 0; }

.Footer-links-social li.twitter a { background: transparent url(/hc/theme_assets/828297/200218677/twitter.png) center center no-repeat; display: block; height: 30px; width: 30px; background-size: 30px; }

@media screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { .Footer-links-social li.twitter a { background: transparent url(/hc/theme_assets/828297/200218677/twitter@2x.png) center center no-repeat; background-size: 30px 30px; } }

.Footer-links-social li.facebook a { background: transparent url(/hc/theme_assets/828297/200218677/facebook.png) center center no-repeat; display: block; height: 30px; width: 30px; background-size: 30px; }

@media screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { .Footer-links-social li.facebook a { background: transparent url(/hc/theme_assets/828297/200218677/facebook@2x.png) center center no-repeat; background-size: 30px 30px; } }

.Footer-links-social li.github a { background: transparent url(/hc/theme_assets/828297/200218677/github.png) center center no-repeat; display: block; height: 30px; width: 30px; background-size: 30px; }

@media screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { .Footer-links-social li.github a { background: transparent url(/hc/theme_assets/828297/200218677/github@2x.png) center center no-repeat; background-size: 30px 30px; } }

.Footer-links-social li.linkedin a { background: transparent url(/hc/theme_assets/828297/200218677/linkedin.png) center center no-repeat; display: block; height: 30px; width: 30px; background-size: 30px; }

@media screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { .Footer-links-social li.linkedin a { background: transparent url(/hc/theme_assets/828297/200218677/linkedin@2x.png) center center no-repeat; background-size: 30px 30px; } }

.Footer-links-social li a { height: 100%; width: 100%; display: block; overflow: hidden; background-color: red; text-indent: -9999px; white-space: nowrap; overflow: hidden; }

.Footer-links-extra { margin-top: 36px; clear: both; }

.Footer-links-extra li { line-height: 1; float: none; margin-top: 0.2rem; }

.Footer-links-extra li a { color: #ffffff; text-decoration: none; font-size: 1.2rem; }

.Footer-contact-item { float: left; width: 22.7rem; }

.Footer-contact-item:first-child { width: 7.8%; }

.Footer-contact-item span { font-size: 1.8rem;  font-weight: 600; padding-top: 0.2rem; display: block; }

.Footer-contact-item span:first-child { color: #c0daee; font-size: 1.2rem; display: block; }


.search-result {
  border-bottom: 1px solid #e7ebee;
  margin-bottom: 16px;
}

/* ==================================================== Article ==================================================== */

/* CGA: Added section to change hyperlinks to match Nexmo web olour*/

.article-body, .section-area .article-list { margin-top: 6px; }

.article-body { font-size: 18px; font-size: 1.8rem; line-height: 25px; /* CGA: changes list spacing - was 30*/ word-wrap: break-word; }

.article-body img { border: 1px solid #ECECEC; border: 1px solid rgba(0, 0, 0, 0.07); height: auto; max-width: 100%; padding: 3px; }

.article-body pre { background: #FBFBFB; background: rgba(0, 0, 0, 0.02); border: 1px solid #ECECEC; border: 1px solid rgba(0, 0, 0, 0.07); border-radius: 3px; padding: 10px 15px; overflow: auto; white-space: pre; }

.article-body blockquote { border-left: 1px solid #ECECEC; border-left: 1px solid rgba(0, 0, 0, 0.07); color: #8E8E8E; font-style: italic; margin: 20px 0; padding-left: 20px; }

.article-body ol { margin: 20px 0 20px 20px; list-style-position: outside; }

.article-body ol { list-style-type: decimal; }

.article-footer { margin: 50px 0 25px; *zoom: 1; }

.article-footer:before, .article-footer:after { display: table; content: ""; }

.article-footer:after { clear: both; }

.article-footer .share { width: 100%; margin: 30px 0 0; padding-top: 15px; text-align: right; }

.article-comments { margin-top: 50px; margin-bottom: 35px; }

.article-comments .subtle-wrap { padding: 30px 30px 5px; }

.recent-articles li, .related-articles li { font-size: 15px; font-size: 1.5rem; margin-bottom: 10px; }

/* Search */

.search:before { 
  content: ""; 
  background: url("//theme.zdassets.com/theme_assets/39809/50d6017b28c7d1108aca1495ccdc46f9dabe5394.svg") no-repeat; 
  left: 11px; 
  height: 20px; 
  width: 20px; 
  position: absolute; 
  z-index: 1;
	background-size: contain;
}

.header .search:before { top: 30%; }

.search input[type=submit] { display: none; }

.hidden {
  display: none
}