/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
  html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
  }

  body {
    margin: 0
  }

  article, aside, footer, header, nav, section {
    display: block
  }

  h1 {
    font-size: 2em;
    margin: .67em 0
  }

  figcaption, figure {
    display: block
  }

  figure {
    margin: 1em 40px
  }

  hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
  }

  main {
    display: block
  }

  pre {
    font-family: monospace, monospace;
    font-size: 1em
  }

  a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
  }

  abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
  }

  b, strong {
    font-weight: inherit;
    font-weight: bolder
  }

  code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
  }

  dfn {
    font-style: italic
  }

  mark {
    background-color: #ff0;
    color: #000
  }

  small {
    font-size: 80%
  }

  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
  }

  sub {
    bottom: -.25em
  }

  sup {
    top: -.5em
  }

  audio, video {
    display: inline-block
  }

  audio:not([controls]) {
    display: none;
    height: 0
  }

  img {
    border-style: none
  }

  svg:not(:root) {
    overflow: hidden
  }

  button, input, optgroup, select, textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
  }

  button {
    overflow: visible
  }

  button, select {
    text-transform: none
  }

  [type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button
  }

  [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
  }

  [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
  }

  input {
    overflow: visible
  }

  [type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
  }

  [type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
  }

  [type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
  }

  [type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
    -webkit-appearance: none
  }

  ::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
  }

  fieldset {
    padding: .35em .75em .625em
  }

  legend {
    box-sizing: border-box;
    display: table;
    max-width: 100%;
    padding: 0;
    color: inherit;
    white-space: normal
  }

  progress {
    display: inline-block;
    vertical-align: baseline
  }

  textarea {
    overflow: auto
  }

  details {
    display: block
  }

  summary {
    display: list-item
  }

  menu {
    display: block
  }

  canvas {
    display: inline-block
  }

  [hidden], template {
    display: none
  }

  article, aside, details, figcaption, figure, footer, h1, h2, h3, h4, h5, h6, header, hgroup, li, main, menu, nav, ol, p, section, summary, ul {
    margin-bottom: 0;
    line-height: 1
  }

  li, p {
    line-height: 1.75
  }

  h1, h2, h3, h4, h5, h6 {
    line-height: 1.5
  }

  .row {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-flow: row wrap
  }

  .row .row {
    margin-left: -.41667rem;
    margin-right: -.41667rem
  }

  @media screen and (min-width: 56.3125em) {
    .row .row {
      margin-left: -.9375rem;
      margin-right: -.9375rem
    }
  }

  @media screen and (min-width: 75.0625em) {
    .row .row {
      margin-left: -.9375rem;
      margin-right: -.9375rem
    }
  }

  .row.expanded {
    max-width: none
  }

  .row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0
  }

  .row.collapse > .column > .row, .row.collapse > .columns > .row, .row.is-collapse-child {
    margin-left: 0;
    margin-right: 0
  }

  .column, .columns {
    flex: 1 1 0px;
    padding-left: .41667rem;
    padding-right: .41667rem;
    min-width: 0
  }

  @media screen and (min-width: 56.3125em) {
    .column, .columns {
      padding-left: .9375rem;
      padding-right: .9375rem
    }
  }

  @media screen and (min-width: 75.0625em) {
    .column, .columns {
      padding-left: .9375rem;
      padding-right: .9375rem
    }
  }

  .column.row.row, .row.row.columns {
    float: none;
    display: block
  }

  .row .column.row.row, .row .row.row.columns {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0
  }

  .shrink {
    flex: 0 0 auto;
    max-width: 100%
  }

  .align-top.columns, .column.align-top {
    align-self: flex-start
  }

  .align-bottom.columns, .column.align-bottom {
    align-self: flex-end
  }

  .align-middle.columns, .column.align-middle {
    align-self: center
  }

  .align-stretch.columns, .column.align-stretch {
    align-self: stretch
  }

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

  * {
    tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
    padding: 0;
    margin: 0
  }

  body, html {
    overflow-x: hidden
  }

  html {
    font-size: 100%;
    width: 100%;
    height: 100%
  }

  html.is-open {
    overflow: hidden
  }

  body {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-text-size-adjust: 100%;
    font-family: sofia-pro, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 0;
    background-color: #f1f2f8;
    color: #6c6e83;
    width: 100%;
    height: auto
  }

  a {
    outline: 0;
    color: inherit;
    text-decoration: underline
  }

  a:hover {
    text-decoration: none
  }

  mark {
    background-color: transparent;
    color: #17192e
  }

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

  input::-ms-clear {
    display: none
  }

  .text-center {
    text-align: center
  }

  .page {
    position: relative
  }

  .row {
    padding-left: 6.66667px;
    padding-right: 6.66667px;
    max-width: 71.875rem;
    width: 100%
  }

  .row .row {
    padding-left: 0;
    padding-right: 0;
    max-width: none;
    width: auto
  }

  .row .row .column, .row .row .columns {
    margin-left: 0;
    margin-right: 0
  }

  .vue-slider-dot {
    position: absolute;
    transition: all 0s;
    z-index: 5
  }

  .vue-slider-dot-tooltip {
    position: absolute;
    visibility: hidden
  }

  .vue-slider-dot-hover:hover .vue-slider-dot-tooltip, .vue-slider-dot-tooltip-show {
    visibility: visible
  }

  .vue-slider-dot-tooltip-top {
    top: -10px;
    left: 50%;
    transform: translate(-50%, -100%)
  }

  .vue-slider-dot-tooltip-bottom {
    bottom: -10px;
    left: 50%;
    transform: translate(-50%, 100%)
  }

  .vue-slider-dot-tooltip-left {
    left: -10px;
    top: 50%;
    transform: translate(-100%, -50%)
  }

  .vue-slider-dot-tooltip-right {
    right: -10px;
    top: 50%;
    transform: translate(100%, -50%)
  }

  .vue-slider-marks {
    position: relative;
    width: 100%;
    height: 100%
  }

  .vue-slider-mark {
    position: absolute;
    z-index: 1
  }

  .vue-slider-ltr .vue-slider-mark, .vue-slider-rtl .vue-slider-mark {
    width: 0;
    height: 100%;
    top: 50%
  }

  .vue-slider-ltr .vue-slider-mark-step, .vue-slider-rtl .vue-slider-mark-step {
    top: 0
  }

  .vue-slider-ltr .vue-slider-mark-label, .vue-slider-rtl .vue-slider-mark-label {
    top: 100%;
    margin-top: 10px
  }

  .vue-slider-ltr .vue-slider-mark {
    transform: translate(-50%, -50%)
  }

  .vue-slider-ltr .vue-slider-mark-step {
    left: 0
  }

  .vue-slider-ltr .vue-slider-mark-label {
    left: 50%;
    transform: translateX(-50%)
  }

  .vue-slider-rtl .vue-slider-mark {
    transform: translate(50%, -50%)
  }

  .vue-slider-rtl .vue-slider-mark-step {
    right: 0
  }

  .vue-slider-rtl .vue-slider-mark-label {
    right: 50%;
    transform: translateX(50%)
  }

  .vue-slider-btt .vue-slider-mark, .vue-slider-ttb .vue-slider-mark {
    width: 100%;
    height: 0;
    left: 50%
  }

  .vue-slider-btt .vue-slider-mark-step, .vue-slider-ttb .vue-slider-mark-step {
    left: 0
  }

  .vue-slider-btt .vue-slider-mark-label, .vue-slider-ttb .vue-slider-mark-label {
    left: 100%;
    margin-left: 10px
  }

  .vue-slider-btt .vue-slider-mark {
    transform: translate(-50%, 50%)
  }

  .vue-slider-btt .vue-slider-mark-step {
    top: 0
  }

  .vue-slider-btt .vue-slider-mark-label {
    top: 50%;
    transform: translateY(-50%)
  }

  .vue-slider-ttb .vue-slider-mark {
    transform: translate(-50%, -50%)
  }

  .vue-slider-ttb .vue-slider-mark-step {
    bottom: 0
  }

  .vue-slider-ttb .vue-slider-mark-label {
    bottom: 50%;
    transform: translateY(50%)
  }

  .vue-slider-mark-label, .vue-slider-mark-step {
    position: absolute
  }

  .vue-slider {
    position: relative;
    box-sizing: content-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
    -webkit-tap-highlight-color: transparent
  }

  .vue-slider-rail {
    position: relative;
    width: 100%;
    height: 100%;
    transition-property: width, height, left, right, top, bottom
  }

  .vue-slider-process {
    position: absolute;
    z-index: 1
  }

  .vue-slider-disabled {
    opacity: .5;
    cursor: not-allowed
  }

  .vue-slider-rail {
    background-color: #ccc;
    border-radius: 15px
  }

  .vue-slider-process {
    background-color: #3498db;
    border-radius: 15px
  }

  .vue-slider-mark {
    z-index: 4
  }

  .vue-slider-mark:first-child .vue-slider-mark-step, .vue-slider-mark:last-child .vue-slider-mark-step {
    display: none
  }

  .vue-slider-mark-step {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .16)
  }

  .vue-slider-mark-label {
    font-size: 14px;
    white-space: nowrap
  }

  .vue-slider-dot-handle {
    cursor: pointer;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: .5px .5px 2px 1px rgba(0, 0, 0, .32)
  }

  .vue-slider-dot-handle-focus {
    box-shadow: 0 0 1px 2px rgba(52, 152, 219, .36)
  }

  .vue-slider-dot-handle-disabled {
    cursor: not-allowed;
    background-color: #ccc
  }

  .vue-slider-dot-tooltip-inner {
    font-size: 14px;
    white-space: nowrap;
    padding: 2px 5px;
    min-width: 20px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    border-color: #3498db;
    background-color: #3498db;
    box-sizing: content-box
  }

  .vue-slider-dot-tooltip-inner:after {
    content: "";
    position: absolute
  }

  .vue-slider-dot-tooltip-inner-top:after {
    top: 100%;
    left: 50%;
    transform: translate(-50%);
    height: 0;
    width: 0;
    border: 5px solid transparent;
    border-top-color: inherit
  }

  .vue-slider-dot-tooltip-inner-bottom:after {
    bottom: 100%;
    left: 50%;
    transform: translate(-50%);
    height: 0;
    width: 0;
    border: 5px solid transparent;
    border-bottom-color: inherit
  }

  .vue-slider-dot-tooltip-inner-left:after {
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    height: 0;
    width: 0;
    border: 5px solid transparent;
    border-left-color: inherit
  }

  .vue-slider-dot-tooltip-inner-right:after {
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    height: 0;
    width: 0;
    border: 5px solid transparent;
    border-right-color: inherit
  }

  .vue-slider-dot-tooltip-wrapper {
    opacity: 0;
    transition: all .3s
  }

  .vue-slider-dot-tooltip-wrapper-show {
    opacity: 1
  }

  .nuxt-progress {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    width: 0;
    opacity: 1;
    transition: width .1s, opacity .4s;
    background-color: #fff;
    z-index: 999999
  }

  .nuxt-progress.nuxt-progress-notransition {
    transition: none
  }

  .nuxt-progress-failed {
    background-color: red
  }

  .header {
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #17192e;
    z-index: 100
  }

  .header__column {
    justify-content: space-between
  }

  .header__column, .header__logo {
    display: flex;
    align-items: center
  }

  .header__logo {
    text-decoration: none
  }

  .header__logo-svg {
    margin-right: 16px
  }

  .header__logo-svg path {
    transition: fill .2s ease-in-out
  }

  .header__logo-wrapper span, .header__logo-wrapper strong {
    display: block;
    transition: color .2s ease-in-out
  }

  .header__logo-wrapper strong {
    color: #50e3c2
  }

  .header__logo-wrapper span {
    margin-top: 5px;
    color: #50e3c2
  }

  .header__call {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 16px 20px;
    margin-left: auto;
    margin-right: 10%;
    color: #fff
  }

  .header__call:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    background-color: #7343bb;
    z-index: -1;
    transform: skewX(-10deg)
  }

  .header__call-svg {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    width: 45px;
    background-color: #7343bb
  }

  .header__call-body {
    padding-left: 16px
  }

  .header__call small {
    display: block;
    color: #fff;
    font-family: sofia-pro, sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding-top: 5px
  }

  .header__call-link {
    color: #fff;
    font-family: 600;
    font-size: 19px;
    font-weight: 700;
    text-decoration: none
  }

  .header__ul {
    display: flex;
    align-items: center;
    padding-left: 0;
    list-style: none;
    margin-left: -25px;
    margin-right: -25px
  }

  .header__li {
    padding-left: 25px;
    padding-right: 25px
  }

  .header__li a {
    position: relative;
    font-family: rift-soft, sans-serif;
    color: #6c6e83;
    font-size: 18px;
    font-weight: 600;
    line-height: 2;
    text-decoration: none;
    padding-bottom: 10px;
    overflow: hidden;
    transition: color .3s ease-in-out
  }

  .header__li a:hover {
    color: #50e3c2
  }

  .header__trigger {
    display: none;
    position: relative;
    height: 14px;
    width: 20px;
    cursor: pointer;
    z-index: 100;
    transition: background-color .2s ease-in-out
  }

  .header__trigger--bottom, .header__trigger--top {
    position: absolute;
    display: block;
    content: "";
    height: 2px;
    width: 20px;
    background-color: #50e3c2
  }

  .header__trigger--top {
    top: 0;
    left: 0
  }

  .header__trigger--bottom {
    bottom: 0;
    left: 0
  }

  @media screen and (max-width: 63.9375em) {
    .header__call {
      margin-left: auto;
      margin-right: auto
    }
  }

  @media screen and (max-width: 56.25em) {
    .header__trigger {
      display: block
    }

    .header__logo {
      z-index: 5
    }

    .header__ul {
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      visibility: hidden;
      opacity: 0;
      transition: opacity .2s ease-in-out;
      z-index: 4
    }

    html.is-open .header .header__ul {
      flex-direction: column;
      align-items: center;
      justify-content: center;
      visibility: visible;
      opacity: 1;
      background-color: #17192e
    }

    html.is-open .header .header__li {
      padding-bottom: 20px
    }

    html.is-open .header .header__li a {
      color: #fff
    }

    html.is-open .header .header__li a:after, html.is-open .header .header__li a:before {
      content: none
    }

    html.is-open .header .header__li a:focus {
      color: #7e047f
    }

    html.is-open .header .header__logo-svg path {
      fill: #fff
    }

    html.is-open .header .header__logo-wrapper span, html.is-open .header .header__logo-wrapper strong {
      color: #fff
    }

    html.is-open .header .header__trigger--bottom, html.is-open .header .header__trigger--top {
      background-color: #fff
    }
  }

  @media screen and (max-width: 29.1875em) {
    .header__call {
      display: none
    }
  }

  .icon {
    position: relative;
    line-height: 0
  }

  .icon--btn-left {
    position: absolute;
    top: 50%;
    left: -40px;
    transform: translateY(-50%)
  }

  .icon--loading-dots svg path:first-child {
    -webkit-animation: icon-loading-dot 1s cubic-bezier(.1, .35, .9, .65) .3s infinite;
    animation: icon-loading-dot 1s cubic-bezier(.1, .35, .9, .65) .3s infinite
  }

  .icon--loading-dots svg path:nth-child(2) {
    -webkit-animation: icon-loading-dot 1s cubic-bezier(.1, .35, .9, .65) .6s infinite;
    animation: icon-loading-dot 1s cubic-bezier(.1, .35, .9, .65) .6s infinite
  }

  .icon--loading-dots svg path:nth-child(3) {
    -webkit-animation: icon-loading-dot 1s cubic-bezier(.1, .35, .9, .65) .9s infinite;
    animation: icon-loading-dot 1s cubic-bezier(.1, .35, .9, .65) .9s infinite
  }

  .icon--rotating {
    -webkit-animation: rotate 1.5s cubic-bezier(.1, .35, .9, .65) infinite;
    animation: rotate 1.5s cubic-bezier(.1, .35, .9, .65) infinite
  }

  @-webkit-keyframes icon-loading-dot {
    0%, to {
      opacity: 1
    }
    50% {
      opacity: 0
    }
  }

  @keyframes icon-loading-dot {
    0%, to {
      opacity: 1
    }
    50% {
      opacity: 0
    }
  }

  @-webkit-keyframes rotate {
    0% {
      transform: rotate(0)
    }
    to {
      transform: rotate(1turn)
    }
  }

  @keyframes rotate {
    0% {
      transform: rotate(0)
    }
    to {
      transform: rotate(1turn)
    }
  }

  .typo--h1, .typo--h2, .typo--h3, .typo--h4, .typo--h5 {
    font-family: rift-soft, sans-serif;
    font-weight: 700;
    color: #50e3c2;
    line-height: 1.2;
    margin: 0
  }

  .typo--h1 {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.2401818182;
    letter-spacing: -2.42px
  }

  @media screen and (max-width: 37.5em) {
    .typo--h1 {
      font-size: 35px
    }
  }

  .typo--h2 {
    font-size: 45px;
    font-weight: 700;
    line-height: 1.2444444444
  }

  @media screen and (max-width: 37.5em) {
    .typo--h2 {
      font-size: 31px
    }
  }

  .typo--h3 {
    font-size: 27px
  }

  @media screen and (max-width: 37.5em) {
    .typo--h3 {
      font-size: 19px
    }
  }

  .typo--h5 {
    font-size: 20px;
    line-height: 1.325
  }

  .typo--body {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.6470588235
  }

  .typo--small {
    font-size: 15px;
    line-height: 1.34375
  }

  .typo--list {
    font-size: 17px;
    line-height: 1.5
  }

  .typo--button {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.4
  }

  .homepage {
    background-color: #17192e
  }

  .visual {
    background-color: #17192e;
    height: auto
  }

  .visual__row {
    align-items: center;
    padding-top: 100px;
    padding-bottom: 30px
  }

  .visual__right-container {
    position: relative;
    height: auto;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px
  }

  .visual__right-container:before {
    display: block;
    width: 100%;
    content: "";
    padding-bottom: 58.27506%
  }

  .visual__right-container .image, .visual__right-container .image img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%
  }

  .visual__right-container img {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center center;
    object-position: center center
  }

  .visual__perex {
    margin-top: 35px
  }

  .visual__list {
    margin-top: 1rem;
    padding-left: 1.5rem;
    list-style: none
  }

  .visual__list-item {
    position: relative;
    color: #fff
  }

  .visual__list-item:before {
    position: absolute;
    top: 11px;
    left: -1.5rem;
    height: 8px;
    width: 8px;
    display: block;
    content: "";
    background-color: #50e3c2;
    transform: skewX(-10deg)
  }

  .visual__list-item + .visual__list-item {
    margin-top: .5rem
  }

  .visual__buttons {
    width: auto;
    margin-top: 58px;
    margin-left: -7px;
    margin-right: -7px
  }

  .visual .button {
    margin-left: 7px;
    margin-right: 7px
  }

  @media screen and (max-width: 56.25em) {
    .visual__row {
      padding-top: 0;
      padding-bottom: 50px
    }

    .visual__left {
      flex: 0 0 100%;
      max-width: 100%
    }

    .visual__right {
      flex: 0 0 66.66667%;
      max-width: 66.66667%;
      margin-left: 16.66667%;
      order: -1
    }
  }

  @media screen and (max-width: 37.5em) {
    .visual .button, .visual__buttons {
      margin-left: 0;
      margin-right: 0
    }

    .visual .button + .button {
      margin-top: 10px
    }

    .visual__right {
      flex: 0 0 100%;
      max-width: 100%;
      margin-left: 0
    }
  }

  .button {
    display: inline-block;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-family: sans-serif;
    font-size: 100%;
    border: none;
    padding: 17px 44px
  }

  .button:focus {
    outline: 0
  }

  .button__label {
    position: relative;
    top: 1px;
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    font-family: sofia-pro, sans-serif
  }

  .button__icon {
    margin-left: 15px;
    height: 17px;
    width: 22px
  }

  .button--primary {
    position: relative;
    background-color: #50e3c2;
    transition: background-color .2s ease-in-out
  }

  .button--primary .button__label {
    color: #17192e
  }

  .button--primary svg path {
    fill: #fff
  }

  .button--primary:hover {
    background-color: #20c7a1
  }

  .button--outline {
    border: 1px solid #cad1de;
    background-color: rgba(23, 25, 46, 0);
    transition: background-color .2s ease-in-out
  }

  .button--outline .button__label {
    color: #17192e;
    transition: color .2s ease-in-out
  }

  .button--outline:hover {
    background-color: rgba(23, 25, 46, .15)
  }

  @media screen and (max-width: 37.5em) {
    .button {
      padding: 17px 30px
    }
  }

  @media screen and (max-width: 28.75em) {
    .button {
      width: 100%
    }
  }

  .image {
    display: block;
    position: relative;
    overflow: hidden;
    justify-content: center;
    align-items: center
  }

  .image img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1)
  }

  .car-info {
    padding-top: 62px
  }

  .car-info__box {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-align: center;
    border: 2px solid #22253e;
    padding: 1.94rem 2.13rem
  }

  .car-info__title {
    margin-top: 25px;
    color: #6c6e83
  }

  .car-info__spec, .car-info__title {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
  }

  .car-info__spec {
    margin-top: 1.25rem;
    color: #fff;
    font-size: 20px
  }

  .car-info__detail {
    margin-top: .625rem;
    color: #f5f6fa;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
  }

  .car-info__slider {
    position: relative
  }

  .car-info__slider, .car-info__slider-item, .car-info__slider-item .image, .car-info__slider-item img {
    height: 100%
  }

  .car-info__slider-item img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center
  }

  .car-info__controls {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    transform: translateY(-50%);
    z-index: 100
  }

  .car-info__control {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 53px;
    width: 44px;
    background-color: #50e3c2;
    transition: background-color .2s ease-in-out;
    cursor: pointer
  }

  .car-info__control svg {
    height: 11px;
    width: 20px;
    transform-origin: center center
  }

  .car-info__control svg path {
    fill: #17192e
  }

  .car-info__control--left svg {
    transform: rotate(90deg)
  }

  .car-info__control--right svg {
    transform: rotate(-90deg)
  }

  .car-info__control.is-disabled {
    background-color: #717e87;
    cursor: not-allowed
  }

  .car-info__control.is-disabled svg path {
    fill: #fff
  }

  .car-info__bottom {
    flex: 0 0 50%;
    max-width: 50%
  }

  .car-info .row + .row {
    margin-top: 30px
  }

  @media screen and (max-width: 61.875em) {
    .car-info__table-item {
      align-items: flex-start;
      flex-direction: column
    }

    .car-info__table-item span {
      display: none
    }
  }

  @media screen and (max-width: 48em) {
    .car-info__left {
      flex: 0 0 100%;
      max-width: 100%
    }

    .car-info__right {
      margin-top: 20px
    }

    .car-info__bottom {
      flex: 0 0 100%;
      max-width: 100%
    }
  }

  .headline {
    margin-bottom: 40px
  }

  .rules {
    padding-top: 80px
  }

  .rules__left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 0 0 100%;
    max-width: 100%
  }

  .rules__paragraph {
    max-width: 388px;
    margin-bottom: 30px;
    width: 100%
  }

  .rules__cards {
    margin-top: -9px;
    margin-bottom: -9px
  }

  .rules__card {
    flex: 0 0 20%;
    padding-left: .23438rem;
    padding-right: .23438rem;
    max-width: 20%;
    margin-top: 9px;
    margin-bottom: 9px
  }

  .rules__cta {
    margin-top: auto
  }

  @media screen and (max-width: 63.9375em) {
    .rules__card {
      flex: 0 0 50%;
      max-width: 50%
    }
  }

  @media screen and (max-width: 56.25em) {
    .rules__card {
      flex: 0 0 33.33333%;
      max-width: 33.33333%
    }

    .rules__paragraph {
      max-width: none
    }
  }

  @media screen and (max-width: 37.5em) {
    .rules__card {
      flex: 0 0 50%;
      max-width: 50%
    }
  }

  @media screen and (max-width: 28.75em) {
    .rules__card {
      flex: 0 0 100%;
      max-width: 100%
    }
  }

  .card {
    padding: 30px 25px;
    height: 100%;
    text-align: center;
    border: 1px solid #22253e
  }

  .card__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 58px;
    height: 100%
  }

  .card__icon svg {
    height: auto
  }

  .card__icon path {
    fill: #50e3c2
  }

  .card__label {
    margin-top: 28px;
    color: #6c6e83
  }

  .card__label span {
    color: #fff
  }

  .calculator {
    padding-top: 100px
  }

  .calculator__wrapper {
    padding: 46px 56px 30px;
    background-color: #22253e;
    overflow: hidden
  }

  .calculator__head p {
    color: #6c6e83
  }

  .calculator__items {
    align-items: flex-end
  }

  .calculator__item {
    margin: 30px 0;
    max-width: 90%
  }

  .calculator__item label {
    display: block;
    margin-bottom: 20px
  }

  .calculator__body {
    margin-top: 17px
  }

  .calculator__bottom {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
    padding-top: 30px
  }

  .calculator__bottom:before {
    display: block;
    position: absolute;
    top: 0;
    right: -100px;
    left: -100px;
    content: "";
    height: 1px;
    background-color: #313561
  }

  .calculator__final-price {
    color: #fff;
    font-size: 23px;
    font-weight: 500;
    text-transform: none
  }

  .calculator__final-price strong {
    color: #50e3c2
  }

  .calculator__radios {
    margin-top: -5px;
    margin-bottom: -5px
  }

  .calculator__info {
    margin-top: 1.25rem;
    max-width: 90%
  }

  .calculator .radio {
    margin-top: 5px;
    margin-bottom: 5px
  }

  .calculator .radio:not(:last-child) {
    margin-right: 10px
  }

  @media screen and (max-width: 56.25em) {
    .calculator__wrapper {
      padding: 25px 30px
    }
  }

  @media screen and (max-width: 41.25em) {
    .calculator__wrapper {
      padding-left: 45px;
      padding-right: 45px
    }

    .calculator__item {
      max-width: none
    }

    .calculator__bottom {
      flex-direction: column
    }

    .calculator__bottom-right {
      margin-top: 30px
    }

    .calculator__body .column {
      flex: 0 0 100%;
      max-width: 100%
    }

    .calculator__info {
      max-width: 100%
    }
  }

  .vue-slider-marks {
    display: flex;
    justify-content: space-between
  }

  .vue-slider-marks span {
    position: relative;
    top: 200%;
    height: 13px;
    color: #6c6e83;
    font-family: sofia-pro, sans-serif;
    font-size: 13px;
    font-weight: 400;
    margin-top: 20px
  }

  .vue-slider-dot {
    box-shadow: none
  }

  .vue-slider {
    height: 4px !important;
    border-radius: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important
  }

  .vue-slider-rail {
    background-color: #17192e
  }

  .vue-slider-dot-handle {
    border-radius: 17px !important;
    box-shadow: none !important;
    border: none !important
  }

  .vue-slider-dot-tooltip {
    cursor: -webkit-grab;
    cursor: grab
  }

  .vue-slider-dot-tooltip-top {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    line-height: 1;
    font-size: 14px;
    height: 34px;
    padding: 0 10px;
    color: #fff;
    box-shadow: none;
    background-color: #49adaa;
    transform: translate(-50%, -50%) !important
  }

  .vue-slider-dot-tooltip-top:after, .vue-slider-dot-tooltip-top:before {
    position: absolute;
    content: ""
  }

  .vue-slider-dot-tooltip-top:before {
    top: 0;
    left: -16px;
    width: 0;
    height: 0;
    border-color: transparent #49adaa transparent transparent;
    border-style: solid;
    border-width: 17px 17px 17px 0
  }

  .vue-slider-dot-tooltip-top:after {
    top: 0;
    right: -16px;
    width: 0;
    height: 0;
    border-color: transparent transparent transparent #49adaa;
    border-style: solid;
    border-width: 17px 0 17px 17px
  }

  .vue-slider-dot-tooltip-top .custom-tooltip {
    white-space: nowrap
  }

  .vue-slider-process {
    background-image: linear-gradient(90deg, #3c3c6d 0, #4bbab1)
  }

  a {
    color: #000
  }

  .radio {
    display: inline-flex;
    align-items: center;
    background-color: #313553;
    cursor: pointer
  }

  .radio__input {
    height: 0;
    width: 0;
    visibility: hidden;
    cursor: pointer
  }

  .radio__input:checked ~ label:after {
    opacity: 1
  }

  .radio__input:checked ~ label:before {
    background-color: #50e3c2;
    border-color: #50e3c2
  }

  .radio__input:checked ~ label {
    color: #50e3c2
  }

  .radio label {
    cursor: pointer;
    position: relative;
    padding: 16px 18px 16px 48px;
    color: #6c6e83
  }

  .radio label:after, .radio label:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 18px;
    transform: translateY(-50%) rotate(45deg);
    height: 20px;
    width: 20px;
    content: "";
    transform-origin: center center
  }

  .radio label:before {
    border: 1px solid #686a7f;
    overflow: hidden
  }

  .radio label:after {
    text-align: center;
    background-image: url(data:image/svg+xml;base64,PHN2ZyBkYXRhLW5hbWU9IkNhcGEgMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNzguMzcgNTcuNDgiPjxwYXRoIGQ9Ik03OC4wNSA4LjU3TDI5LjQ2IDU3LjE2YTEuMDkgMS4wOSAwIDAxLTEuNTUgMEwuMzIgMjkuNTdhMS4wOCAxLjA4IDAgMDEwLTEuNTdMNyAyMS4zMmExLjA5IDEuMDkgMCAwMTEuNTUgMGwyMC4xNCAyMC4xMUw2OS44LjMyYTEuMDkgMS4wOSAwIDAxMS41NSAwTDc4LjA1IDdhMS4wOSAxLjA5IDAgMDEwIDEuNTd6IiBmaWxsPSIjZmZmIi8+PC9zdmc+);
    background-size: 10px 10px;
    background-repeat: no-repeat;
    background-position: 50%;
    color: #fff;
    opacity: 0;
    transition: opacity .2s ease-in-out;
    transform: translateY(-50%) rotate(0);
    transform-origin: center center
  }

  .contact-form {
    margin-top: 60px
  }

  .contact-form__wrapper {
    background: #22253c;
    padding: 37px 73px
  }

  .contact-form__form {
    display: flex;
    flex-direction: column;
    align-items: center
  }

  .contact-form .inputs {
    display: grid;
    width: 100%;
    grid-template-columns:repeat(auto-fit, minmax(200px, 1fr));
    grid-gap: 20px;
    gap: 20px
  }

  .contact-form .input, .contact-form .textarea {
    border: none;
    box-shadow: none;
    padding: 0
  }

  .contact-form .textarea {
    margin-top: 1.25rem;
    width: 100%
  }

  .contact-form input {
    min-height: 49px;
    margin-top: 8px;
    padding-left: 8px;
    padding-right: 8px
  }

  .contact-form input, .contact-form textarea {
    background-color: #151726;
    box-shadow: none;
    border: none;
    color: #fff
  }

  .contact-form textarea {
    width: 100%;
    min-height: 150px;
    padding: 1rem
  }

  .contact-form textarea::-moz-placeholder {
    color: #6c6e81
  }

  .contact-form textarea:-ms-input-placeholder {
    color: #6c6e81
  }

  .contact-form textarea::placeholder {
    color: #6c6e81
  }

  .contact-form input:focus {
    outline: 0;
    border: 1px solid #50e3c2
  }

  .contact-form .input {
    display: flex;
    flex-direction: column
  }

  .contact-form__button {
    margin-top: 2rem
  }

  .contact-form__wrapper {
    padding: 1rem
  }

  .contact {
    padding-top: 90px;
    background: #17192e;
  }

  .contact__subheadline {
    margin-bottom: 5px;
    color: #6c6e83
  }

  .contact__item + .contact__item {
    margin-top: 45px
  }

  .contact__item-body {
    color: #fff
  }

  .contact__item a {
    display: flex;
    align-items: center;
    font-family: rift-soft, sans-serif;
    font-size: 23px;
    font-weight: 700;
    text-decoration: underline;
    color: #50e3c2;
    text-transform: uppercase
  }

  .contact__item a:hover {
    text-decoration: none
  }

  .contact__item .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    background-color: #50e3c2
  }

  .contact__item a + a {
    margin-top: 11px
  }

  @media screen and (max-width: 56.25em) {
    .contact__wrapper .column {
      flex: 0 0 100%;
      max-width: 100%
    }

    .contact__wrapper .column:nth-child(2) {
      margin-top: 30px
    }
  }

  @media screen and (max-width: 28.75em) {
    .contact__wrapper {
      padding-left: 10px;
      padding-right: 10px
    }
  }

  .footer {
    padding-top: 90px;
    background-color: #17192e
  }

  .footer__wrapper {
    border-top: 1px solid #20223f;
    background-color: #17192e;
    padding: 35px 10px;
    text-align: center
  }

  .footer small {
    color: #6c6e83;
    font-weight: 400;
    font-size: 15px
  }

/* ===== NATIVE RANGE SLIDER ===== */
.range-slider {
  position: relative;
  padding: 7px 0;
  height: 4px;
}

.range-slider input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 44px;
  background: transparent;
  border-radius: 0;
  outline: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 5;
  touch-action: none;
  -webkit-tap-highlight-color: transparent;
}

.range-slider input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 4px;
  background: #17192e;
  border-radius: 0;
  cursor: pointer;
}

.range-slider input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: transparent;
  border: none;
  box-shadow: none;
  outline: none;
  cursor: pointer;
  margin-top: -20px;
  position: relative;
  z-index: 5;
}

.range-slider input[type="range"]::-moz-range-track {
  width: 100%;
  height: 4px;
  background: #17192e;
  border-radius: 0;
  cursor: pointer;
}

.range-slider input[type="range"]::-moz-range-thumb {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  border: none;
}

.range-slider__labels {
  display: flex;
  justify-content: space-between;
  margin-top: 4px;
}

.range-slider__labels span {
  color: #6c6e83;
  font-family: sofia-pro, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.range-slider__tooltip {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, 0%);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 14px;
  height: 34px;
  padding: 0 10px;
  color: #fff;
  background-color: #49adaa;
  white-space: nowrap;
  pointer-events: none;
  z-index: 10;
}

.range-slider__tooltip::before {
  position: absolute;
  content: "";
  top: 0;
  left: -16px;
  width: 0;
  height: 0;
  border-color: transparent #49adaa transparent transparent;
  border-style: solid;
  border-width: 17px 17px 17px 0;
}

.range-slider__tooltip::after {
  position: absolute;
  content: "";
  top: 0;
  right: -16px;
  width: 0;
  height: 0;
  border-color: transparent transparent transparent #49adaa;
  border-style: solid;
  border-width: 17px 0 17px 17px;
}

.success-message {
  margin-top: 20px;
  padding: 15px;
  background-color: rgba(80, 227, 194, 0.15);
  color: #50e3c2;
  text-align: center;
  font-family: sofia-pro, sans-serif;
  font-size: 15px;
}

.error-message {
  margin-top: 20px;
  padding: 15px;
  background-color: rgba(231, 76, 60, 0.15);
  color: #e74c3c;
  text-align: center;
  font-family: sofia-pro, sans-serif;
  font-size: 15px;
}
