/*
sass --no-source-map web/landing/assets/sass/landing-carlink-v2.scss web/landing/assets/css/landing-carlink-v2.css
*/
.bg-accent {
  background: #d69c2e !important;
}
.bg-accent.btn:hover {
  background: #ce9428 !important;
}

.btn.bg-black:hover {
  background: rgba(0, 0, 0, 0.15) !important;
}

.rounded-12px {
  border-radius: 12px;
}

html, body {
  overscroll-behavior-x: none;
}

body {
  overflow-x: hidden;
}

.landing-carlink-v2 {
  background: #ffffff;
}

.viewed-carlink {
  border-radius: 10px;
  white-space: nowrap;
  padding: 3px 7px;
}
@media only screen and (min-width: 992px) {
  .viewed-carlink {
    padding: 7px 9px;
  }
}
.viewed-carlink img {
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .viewed-carlink img {
    width: 20px;
    height: 20px;
  }
}
.viewed-carlink span {
  font-size: 1rem;
  font-weight: 500;
  line-height: normal;
  color: #0198a7;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (min-width: 992px) {
  .viewed-carlink span {
    font-size: 1.125rem;
  }
}

.lcv2--section {
  color: #151515;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .lcv2--section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.lcv2--section.grey-section {
  background-color: #f7f7f7;
}
.lcv2--section.linear-section {
  background-color: #0198a7;
  background-image: url("/landing/assets/images/landing-carlink-v2/bg-linear-section/bg-linear-section.jpg");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
@supports (background-image: url("/landing/assets/images/landing-carlink-v2/bg-linear-section/bg-linear-section.webp")) {
  .lcv2--section.linear-section {
    background-image: url("/landing/assets/images/landing-carlink-v2/bg-linear-section/bg-linear-section.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .lcv2--section.linear-section {
    background-image: url("/landing/assets/images/landing-carlink-v2/bg-linear-section/bg-linear-section@2x.jpg");
  }
  @supports (background-image: url("/landing/assets/images/landing-carlink-v2/bg-linear-section/bg-linear-section@2x.webp")) {
    .lcv2--section.linear-section {
      background-image: url("/landing/assets/images/landing-carlink-v2/bg-linear-section/bg-linear-section@2x.webp");
    }
  }
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 3dppx) {
  .lcv2--section.linear-section {
    background-image: url("/landing/assets/images/landing-carlink-v2/bg-linear-section/bg-linear-section@3x.jpg");
  }
  @supports (background-image: url("/landing/assets/images/landing-carlink-v2/bg-linear-section/bg-linear-section@3x.webp")) {
    .lcv2--section.linear-section {
      background-image: url("/landing/assets/images/landing-carlink-v2/bg-linear-section/bg-linear-section@3x.webp");
    }
  }
}
.lcv2--section h2 {
  font-size: 1.5rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #151515;
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  .lcv2--section h2 {
    font-size: 1.8rem;
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 992px) {
  .lcv2--section h2 {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .lcv2--section h2 {
    font-size: 2.375rem;
  }
}
.lcv2--section .section--text {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: normal;
}
@media only screen and (min-width: 575px) {
  .lcv2--section .section--text {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 992px) {
  .lcv2--section .section--text {
    font-size: 1.125rem;
    line-height: 1.33;
  }
}
.lcv2--section_main {
  padding-top: 90px;
  background-color: #0198a7;
  background-image: url("/landing/assets/images/landing-carlink-v2/bg-main/bg-main.jpg");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
@supports (background-image: url("/landing/assets/images/landing-carlink-v2/bg-main/bg-main.webp")) {
  .lcv2--section_main {
    background-image: url("/landing/assets/images/landing-carlink-v2/bg-main/bg-main.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .lcv2--section_main {
    background-image: url("/landing/assets/images/landing-carlink-v2/bg-main/bg-main@2x.jpg");
  }
  @supports (background-image: url("/landing/assets/images/landing-carlink-v2/bg-main/bg-main@2x.webp")) {
    .lcv2--section_main {
      background-image: url("/landing/assets/images/landing-carlink-v2/bg-main/bg-main@2x.webp");
    }
  }
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 3dppx) {
  .lcv2--section_main {
    background-image: url("/landing/assets/images/landing-carlink-v2/bg-main/bg-main@3x.jpg");
  }
  @supports (background-image: url("/landing/assets/images/landing-carlink-v2/bg-main/bg-main@3x.webp")) {
    .lcv2--section_main {
      background-image: url("/landing/assets/images/landing-carlink-v2/bg-main/bg-main@3x.webp");
    }
  }
}
@media only screen and (min-width: 575px) {
  .lcv2--section_main {
    padding-bottom: 25px;
  }
}
@media only screen and (min-width: 768px) {
  .lcv2--section_main {
    padding-bottom: 55px;
  }
}
@media only screen and (min-width: 992px) {
  .lcv2--section_main {
    padding-top: 120px;
    padding-bottom: 75px;
  }
}
@media only screen and (min-width: 1200px) {
  .lcv2--section_main {
    padding-top: 160px;
  }
}
.lcv2--section_main h1 {
  font-size: 1.5rem;
  line-height: normal;
  color: #ffffff;
  margin: 0 0 15px;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .lcv2--section_main h1 {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .lcv2--section_main h1 {
    font-size: 2.5rem;
  }
}
.lcv2--section_main ul li {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.36;
  color: #ffffff;
  opacity: 0.9;
}
@media only screen and (min-width: 768px) {
  .lcv2--section_main ul li {
    font-size: 1rem;
    opacity: 1;
  }
}
@media only screen and (min-width: 1200px) {
  .lcv2--section_main ul li {
    font-size: 1.313rem;
    line-height: 1.43;
  }
}
.lcv2--section_main .btn {
  width: 50%;
  font-size: 0.875rem;
  padding: 12px 10px;
  white-space: nowrap;
  font-weight: 500;
}
@media only screen and (max-width: 349px) {
  .lcv2--section_main .btn:first-child {
    min-width: 155px;
  }
}
@media only screen and (min-width: 575px) {
  .lcv2--section_main .btn {
    width: 240px;
    max-width: 50%;
    min-width: 180px;
  }
}
@media only screen and (min-width: 768px) {
  .lcv2--section_main .btn {
    font-size: 1rem;
    padding: 13px;
    width: 240px;
    min-width: 180px;
  }
}
@media only screen and (max-width: 574px) {
  .lcv2--section_main .landing--lots_bloc {
    padding-bottom: 10px;
    margin-top: 30px;
  }
  .lcv2--section_main .landing--lots_bloc:not(.no-bg) {
    background-color: rgba(0, 0, 0, 0.1);
  }
}
.lcv2--section_main .landing--lots_container::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  background-color: transparent;
}
.lcv2--section_main .landing--lots_container::-webkit-scrollbar {
  background-color: transparent;
}
.lcv2--section_main .landing--lots_container::-webkit-scrollbar-thumb {
  -webkit-box-shadow: none;
  background-color: transparent;
}
.lcv2--section_main .landing--lots_container, .lcv2--section_main .landing--lots_dots {
  margin: 30px calc(var(--bs-gutter-x) * -0.5) 0;
  max-width: calc(100% + var(--bs-gutter-x));
  width: calc(100% + var(--bs-gutter-x));
}
@media only screen and (min-width: 575px) {
  .lcv2--section_main .landing--lots_container, .lcv2--section_main .landing--lots_dots {
    margin: 30px -7px 0;
    max-width: calc(100% + 14px);
    width: calc(100% + 14px);
  }
}
@media only screen and (min-width: 768px) {
  .lcv2--section_main .landing--lots_container, .lcv2--section_main .landing--lots_dots {
    margin: 0 -7px 0 auto;
    max-width: 100%;
    width: 220px;
  }
}
@media only screen and (min-width: 992px) {
  .lcv2--section_main .landing--lots_container, .lcv2--section_main .landing--lots_dots {
    width: 400px;
  }
}
@media only screen and (min-width: 1200px) {
  .lcv2--section_main .landing--lots_container, .lcv2--section_main .landing--lots_dots {
    width: 690px;
  }
}
.lcv2--section_main .landing-lots--item {
  padding: 5px 5px;
  border-radius: 16px;
  background-color: rgba(0, 0, 0, 0.15);
  display: flex;
  text-decoration: none;
  height: calc(50% - 8px);
  min-height: 74px;
  margin-left: 7px;
  margin-right: 7px;
  align-items: center;
  transition: background-color 0.2s ease-in;
}
@media only screen and (min-width: 768px) {
  .lcv2--section_main .landing-lots--item {
    padding: 5px 5px 12px;
    display: block;
  }
}
@media only screen and (min-width: 1200px) {
  .lcv2--section_main .landing-lots--item {
    min-height: 225px;
  }
}
@media only screen and (max-width: 992px) {
  .lcv2--section_main .landing-lots--item:only-child {
    height: auto;
    min-height: 50%;
  }
}
.lcv2--section_main .landing-lots--item, .lcv2--section_main .landing-lots--item:hover, .lcv2--section_main .landing-lots--item:focus {
  color: #ffffff;
}
@media only screen and (min-width: 992px) {
  .lcv2--section_main .landing-lots--item:hover {
    background-color: rgba(0, 0, 0, 0.25);
  }
}
.lcv2--section_main .landing-lots--item:not(:last-child) {
  margin-bottom: 15px;
}
.lcv2--section_main .landing-lots--item_img {
  min-width: 100px;
  width: 100px;
  height: 64px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 12px;
  margin-bottom: 0;
  margin-right: 5px;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .lcv2--section_main .landing-lots--item_img {
    width: 100%;
    height: 135px;
    margin-bottom: 6px;
    margin-right: 0;
  }
}
@media only screen and (min-width: 992px) {
  .lcv2--section_main .landing-lots--item_img {
    margin-bottom: 12px;
  }
}
.lcv2--section_main .landing-lots--item_title {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 3px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .lcv2--section_main .landing-lots--item_title {
    font-size: 1rem;
    margin-bottom: 5px;
  }
}
.lcv2--section_main .landing-lots--item_data {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 2px;
}
@media only screen and (min-width: 1200px) {
  .lcv2--section_main .landing-lots--item_data {
    font-size: 0.875rem;
  }
}
.lcv2--section_main .landing-lots--item_price {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: normal;
  overflow: hidden;
  text-overflow: clip;
  white-space: normal;
}
@media only screen and (min-width: 768px) {
  .lcv2--section_main .landing-lots--item_price {
    white-space: nowrap;
  }
}
@media only screen and (min-width: 1200px) {
  .lcv2--section_main .landing-lots--item_price {
    font-size: 0.875rem;
  }
}
.lcv2--section_main .landing-lots--item_cost {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: normal;
  white-space: nowrap;
}
@media only screen and (min-width: 992px) {
  .lcv2--section_main .landing-lots--item_cost {
    font-size: 1rem;
  }
}
.lcv2--section_main .landing-lots--item_content {
  padding-left: 10px;
  padding-right: 0;
  width: calc(100% - 105px);
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  .lcv2--section_main .landing-lots--item_content {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
  }
}
.lcv2--section_trust h2 {
  margin-bottom: 59px;
}
@media only screen and (max-width: 767px) {
  .lcv2--section_trust h2 {
    max-width: 100%;
    width: 350px;
    margin: 0 auto 25px;
  }
}
.lcv2--section_trust .logo-marquee {
  position: relative;
  display: flex;
  overflow: hidden;
  user-select: none;
}
.lcv2--section_trust .logo-marquee:before, .lcv2--section_trust .logo-marquee:after {
  content: "";
  height: 100%;
  top: 0;
  width: 10%;
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.lcv2--section_trust .logo-marquee:before {
  left: 0;
  background: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0) 100%);
}
.lcv2--section_trust .logo-marquee:after {
  right: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 100%);
}
.lcv2--section_trust .logo-marquee-content {
  display: flex;
  animation: scroll 100s linear infinite;
}
.lcv2--section_trust .logo-marquee-content.animation-paused {
  animation-play-state: paused;
}
.lcv2--section_trust .logo-partner-container {
  padding: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70px;
  height: 70px;
  margin-right: 0;
  width: 130px;
}
.lcv2--section_trust .logo-partner-container img {
  display: inline-block;
  width: 130px;
}
@media only screen and (min-width: 768px) {
  .lcv2--section_trust .logo-partner-container {
    height: 130px;
    margin-right: 10px;
    width: 180px;
  }
  .lcv2--section_trust .logo-partner-container img {
    width: 160px;
  }
}
.lcv2--section_technologies .row {
  margin-left: -10px;
  margin-right: -10px;
}
.lcv2--section_technologies .col {
  margin: 10px 0;
  padding: 0 10px;
}
.lcv2--section_technologies .card-technology {
  padding: 17px 20px 17px 20px;
  border-radius: 24px;
  min-height: 130px;
}
@media only screen and (min-width: 992px) {
  .lcv2--section_technologies .card-technology {
    padding: 17px 40px 17px 25px;
    min-height: 0;
  }
}
.lcv2--section_technologies .card-technology--img {
  width: 102px;
  min-width: 102px;
  text-align: center;
  margin-right: 20px;
}
@media only screen and (min-width: 992px) {
  .lcv2--section_technologies .card-technology--img {
    width: 130px;
    min-width: 130px;
    margin-right: 25px;
  }
}
.lcv2--section_technologies .card-technology--img img {
  max-width: 100%;
}
@media only screen and (max-width: 991px) {
  .lcv2--section_technologies .card-technology--img.card-technology--img_legal img {
    width: 83.3px;
    height: 90px;
  }
  .lcv2--section_technologies .card-technology--img.card-technology--img_tech img {
    width: 102.6px;
    height: 70px;
  }
  .lcv2--section_technologies .card-technology--img.card-technology--img_safe img {
    width: 85.8px;
    height: 80px;
  }
  .lcv2--section_technologies .card-technology--img.card-technology--img_interface img {
    width: 68.6px;
    height: 100px;
  }
  .lcv2--section_technologies .card-technology--img.card-technology--img_reports img {
    width: 83.3px;
    height: 90px;
  }
  .lcv2--section_technologies .card-technology--img.card-technology--img_delivery img {
    width: 82.4px;
    height: 90px;
  }
}
.lcv2--section_technologies .card-technology--content {
  font-size: 0.875rem;
  line-height: normal;
  font-weight: 400;
}
@media only screen and (min-width: 992px) {
  .lcv2--section_technologies .card-technology--content {
    font-size: 1.125rem;
  }
}
.lcv2--section_reports h2, .lcv2--section_reports .section--text {
  max-width: 100%;
  width: 480px;
}
.lcv2--section_reports h3 {
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
}
@media only screen and (min-width: 992px) {
  .lcv2--section_reports h3 {
    font-size: 1.313rem;
  }
}
.lcv2--section_reports .report-buttons .btn {
  min-height: 55px;
  line-height: normal;
  padding: 9px 20px;
  border-radius: 16px;
  font-size: 0.875rem;
  font-weight: 400;
  margin: 5px 0;
}
@media only screen and (min-width: 768px) {
  .lcv2--section_reports .report-buttons .btn {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 992px) {
  .lcv2--section_reports .report-buttons .btn {
    margin: 10px 0;
    min-height: 65px;
    font-weight: 400;
    font-size: 18px;
  }
  .lcv2--section_reports .report-buttons .btn span {
    max-width: 190px;
  }
}
@media only screen and (min-width: 992px) {
  .lcv2--section__smi h2 {
    margin-bottom: 40px;
  }
}
.lcv2--section__smi a {
  display: block;
  width: 170px;
  max-width: calc(50% - 20px);
  margin: 0 10px;
}
@media only screen and (min-width: 575px) {
  .lcv2--section__smi a {
    width: 155px;
    max-width: calc(33.333% - 20px);
  }
}
@media only screen and (min-width: 768px) {
  .lcv2--section__smi a {
    width: 155px;
    max-width: calc(25% - 20px);
  }
}
@media only screen and (min-width: 992px) {
  .lcv2--section__smi a {
    width: 240px;
    max-width: calc(16.666% - 20px);
  }
}
.lcv2--section__smi a img {
  width: 100%;
}
.lcv2--section__smi picture {
  width: 100%;
}
.lcv2--section__smi picture img {
  width: 100%;
}
@media screen and (max-width: 574px) {
  .lcv2--section_map {
    padding-bottom: 0;
  }
}
.lcv2--section_map .numeric-info--container {
  max-width: 100%;
  width: 320px;
}
@media only screen and (max-width: 767px) {
  .lcv2--section_map .numeric-info--container {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 574px) {
  .lcv2--section_map .numeric-info--container {
    width: 275px;
  }
}
.lcv2--section_map .numeric-info {
  font-size: 2.813rem;
  font-weight: 400;
  line-height: normal;
  color: #0198a7;
}
@media only screen and (min-width: 768px) {
  .lcv2--section_map .numeric-info {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 992px) {
  .lcv2--section_map .numeric-info {
    font-size: 3.75rem;
  }
}
.lcv2--section_map .map-container {
  width: calc(100% + 12px + 12px);
  height: 540px;
  margin: 36px -12px 0;
}
@media screen and (min-width: 575px) {
  .lcv2--section_map .map-container {
    width: 100%;
    border: 10px solid #fff;
    border-radius: 24px;
    margin: 0;
  }
}
@media screen and (min-width: 575px) {
  .lcv2--section_map .map-container > div {
    border-radius: 15px;
    overflow: hidden;
  }
}
.lcv2--section_map .map-container .map-online {
  padding: 6px 12px;
  white-space: nowrap;
  border-radius: 12px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
  background-color: #fff;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .lcv2--section_map .map-container .map-online {
    padding: 9px 12px;
    left: 20px;
    transform: none;
  }
}
.lcv2--section_map .map-container .map-online--animation {
  width: 16px;
  height: 16px;
  background-color: #0198a7;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .lcv2--section_map .map-container .map-online--animation {
    width: 12px;
    height: 12px;
  }
}
.lcv2--section_map .map-container .map-online--animation_inner {
  display: block;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  width: 100%;
  height: 100%;
  top: -1px;
  left: -1px;
  position: absolute;
  border-radius: 50%;
  animation: pulse-online 1s infinite ease-in-out;
  border: 1px solid rgba(1, 152, 167, 0.7);
}
.lcv2--section_map .map-container .map-online--text {
  font-size: 16px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  vertical-align: middle;
  color: #151515;
  margin-left: 10px;
}
@media screen and (min-width: 768px) {
  .lcv2--section_map .map-container .map-online--text {
    font-size: 21px;
    line-height: 1.14;
    letter-spacing: normal;
  }
}
.lcv2--section_map .map-container .map-hint {
  width: 100%;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  background-color: rgba(51, 51, 51, 0.4);
  user-select: none;
  visibility: visible;
  transition: all 0.4s ease-in-out;
  opacity: 1;
  padding: 20px 50px;
  text-align: center;
  font-size: 24px;
  z-index: 44444;
  line-height: normal;
  color: #fff;
}
.lcv2--section_map .map-container .map-hint.hidden {
  visibility: hidden;
  opacity: 0;
}
@media only screen and (min-width: 768px) {
  .lcv2--section_process .row {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.lcv2--section_process .col {
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .lcv2--section_process .col {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 992px) {
  .lcv2--section_process .col {
    margin-top: 0;
  }
}
.lcv2--section_process .card--process {
  height: 100%;
  padding: 0;
  border-radius: 24px;
  overflow: hidden;
  border: solid 1px rgba(0, 0, 0, 0.15);
}
.lcv2--section_process .card--process_top {
  background-color: rgba(0, 189, 155, 0.1);
}
@media only screen and (min-width: 768px) {
  .lcv2--section_process .card--process_top {
    min-height: 250px;
  }
}
@media only screen and (min-width: 1200px) {
  .lcv2--section_process .card--process_top {
    min-height: 285px;
  }
}
.lcv2--section_process .card--process_top__content {
  padding: 20px 10px;
}
@media only screen and (min-width: 1200px) {
  .lcv2--section_process .card--process_top__content {
    padding: 20px 20px;
  }
}
@media only screen and (min-width: 1400px) {
  .lcv2--section_process .card--process_top__content {
    padding: 20px 32px;
  }
}
.lcv2--section_process .card--process_top__content.with-car {
  padding: 20px 5px;
}
.lcv2--section_process .card--process_top__content.with-car .btn {
  margin-top: 12px;
}
@media only screen and (min-width: 1400px) {
  .lcv2--section_process .card--process_top__content.with-car .btn {
    margin-top: 14px;
  }
}
.lcv2--section_process .card--process_top__content.finish-card {
  padding-top: 65px;
}
@media only screen and (min-width: 992px) {
  .lcv2--section_process .card--process_top__content.finish-card {
    padding-top: 96px;
  }
}
.lcv2--section_process .card--process_top .btn {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  background-color: #0198a7;
  max-width: 100%;
  margin-top: 15px;
  width: 160px;
  padding: 10px 10px 9px;
  font-size: 0.875rem;
  cursor: default;
}
@media only screen and (min-width: 1200px) {
  .lcv2--section_process .card--process_top .btn {
    font-size: 1rem;
    width: 200px;
    padding: 11px 10px 10px;
  }
}
.lcv2--section_process .card--process_top .img-car {
  width: calc(100% + 10px);
  margin-left: -5px;
  max-width: 293px;
}
.lcv2--section_process .card--process_top .img-laptop {
  width: 100%;
  max-width: 273px;
}
.lcv2--section_process .card--process_title {
  font-size: 1.125rem;
  line-height: normal;
  margin-bottom: 25px;
}
.lcv2--section_process .card--process_title.price {
  margin-bottom: 0;
}
.lcv2--section_process .card--process_title.finish {
  margin-bottom: 13px;
}
@media only screen and (min-width: 992px) {
  .lcv2--section_process .card--process_title.finish {
    margin-top: 28px;
  }
}
@media only screen and (min-width: 1200px) {
  .lcv2--section_process .card--process_title.finish {
    margin-top: 29px;
  }
}
@media only screen and (min-width: 1400px) {
  .lcv2--section_process .card--process_title.finish {
    margin-bottom: 13px;
    margin-top: 0.5rem;
  }
}
.lcv2--section_process .card--process_subtitle {
  font-size: 0.875rem;
  line-height: normal;
  margin-bottom: 3px;
}
@media only screen and (min-width: 992px) {
  .lcv2--section_process .card--process_subtitle {
    margin-top: 24px;
  }
}
@media only screen and (min-width: 1200px) {
  .lcv2--section_process .card--process_subtitle {
    margin-top: 26px;
  }
}
@media only screen and (min-width: 1400px) {
  .lcv2--section_process .card--process_subtitle {
    margin-top: 0;
  }
}
.lcv2--section_process .card--process_tag {
  font-size: 0.75rem;
  line-height: normal;
  text-align: center;
  color: #0198a7;
  padding: 6px 8px;
  border-radius: 15px;
  background-color: #d0eaea;
  height: 26px;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
}
.lcv2--section_process .card--process_tag:not(:last-child) {
  margin-right: 4px;
}
@media only screen and (min-width: 1200px) {
  .lcv2--section_process .card--process_tag {
    font-size: 0.875rem;
    padding: 4px 8px;
    height: 26px;
  }
}
@media only screen and (min-width: 1400px) {
  .lcv2--section_process .card--process_tag {
    height: 30px;
    padding: 6px 15px;
  }
}
.lcv2--section_process .card--process_input {
  border-radius: 9px;
  background-color: rgba(0, 0, 0, 0.05);
  margin: 0 auto 10px;
  text-align: left;
  padding: 10px 8px;
  max-width: 100%;
  width: 200px;
  cursor: default;
}
.lcv2--section_process .card--process_input:last-child {
  margin-bottom: 11px;
}
@media only screen and (min-width: 1200px) {
  .lcv2--section_process .card--process_input {
    margin: 0 0 15px;
    padding: 11px 8px;
    width: 100%;
  }
  .lcv2--section_process .card--process_input:last-child {
    margin-bottom: 15px;
  }
}
.lcv2--section_process .card--process_input__icon {
  min-width: 18px;
  margin-right: 5px;
}
.lcv2--section_process .card--process_input__placeholder {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: normal;
  color: rgba(21, 21, 21, 0.6);
}
@media only screen and (min-width: 1200px) {
  .lcv2--section_process .card--process_input__placeholder {
    font-size: 0.875rem;
  }
}
.lcv2--section_process .card--process_bottom {
  padding: 18px 18px;
}
@media only screen and (min-width: 1400px) {
  .lcv2--section_process .card--process_bottom {
    padding: 23px 18px;
  }
}
.lcv2--section_process .card--process_bottom h3 {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: normal;
  color: #151515;
  margin: 0 0 12px;
}
.lcv2--section_process .card--process_bottom p {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: normal;
  color: rgba(21, 21, 21, 0.7);
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .lcv2--section_process .card--process_bottom p {
    font-size: 1rem;
  }
}
.lcv2--section_process .card--process_confetti {
  position: absolute;
  top: 0;
  height: 50%;
  overflow: hidden;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  width: 100%;
}
.lcv2--section_process .card--process_confetti canvas {
  overflow-y: hidden;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  margin: 0;
}
.lcv2--section_process .card--process .img-bow-base {
  position: absolute;
  left: calc(50% + 15px);
  top: 22px;
  transform: translateX(-50%);
  width: 10px;
  height: 68px;
}
@media only screen and (min-width: 575px) {
  .lcv2--section_process .card--process .img-bow-base {
    height: 58px;
    top: 17px;
    width: 8px;
  }
}
@media only screen and (min-width: 768px) {
  .lcv2--section_process .card--process .img-bow-base {
    width: 10px;
    height: 70px;
  }
}
@media only screen and (min-width: 992px) {
  .lcv2--section_process .card--process .img-bow-base {
    top: 13px;
    width: 7px;
    height: 48px;
  }
}
@media only screen and (min-width: 1200px) {
  .lcv2--section_process .card--process .img-bow-base {
    top: 22px;
    width: 8px;
    height: 55px;
  }
}
@media only screen and (min-width: 1400px) {
  .lcv2--section_process .card--process .img-bow-base {
    width: 10px;
    height: 68px;
  }
}
.lcv2--section_process .card--process .img-bow {
  position: absolute;
  animation: sway 10s linear infinite;
  transform-origin: center bottom;
  width: 152px;
  height: 61px;
  left: calc(50% + 15px - 77px);
  top: calc(22px - 60px + 9px);
}
@media only screen and (min-width: 575px) {
  .lcv2--section_process .card--process .img-bow {
    height: 44px;
    width: 110px;
    left: calc(50% + 15px - 56px);
    top: calc(22px - 44px);
  }
}
@media only screen and (min-width: 768px) {
  .lcv2--section_process .card--process .img-bow {
    width: 152px;
    height: 61px;
    left: calc(50% + 15px - 77px);
    top: calc(22px - 60px + 9px);
  }
}
@media only screen and (min-width: 992px) {
  .lcv2--section_process .card--process .img-bow {
    height: 44px;
    width: 110px;
    left: calc(50% + 15px - 56px);
    top: calc(22px - 44px);
  }
}
@media only screen and (min-width: 1200px) {
  .lcv2--section_process .card--process .img-bow {
    width: 152px;
    height: 61px;
    left: calc(50% + 15px - 77px);
    top: calc(22px - 60px + 9px);
  }
}
.lcv2--section_process .card--process .img-bow.animation-paused {
  animation-play-state: paused;
}
.lcv2--section_demo {
  padding-top: 67px;
  padding-bottom: 67px;
}
@media only screen and (min-width: 992px) {
  .lcv2--section_demo {
    padding-top: 112px;
    padding-bottom: 112px;
  }
}
.lcv2--section_demo h2 {
  margin-bottom: 25px;
}
@media only screen and (min-width: 992px) {
  .lcv2--section_demo h2 {
    margin-bottom: 40px;
  }
}
.lcv2--section_demo .btn {
  font-size: 0.875rem;
  width: 165px;
  max-width: 50%;
  padding: 12px 5px;
  white-space: nowrap;
  font-weight: 500;
}
@media only screen and (min-width: 575px) {
  .lcv2--section_demo .btn {
    width: 240px;
    min-width: 180px;
    padding: 13px;
  }
}
@media only screen and (min-width: 992px) {
  .lcv2--section_demo .btn {
    font-size: 1rem;
  }
}
.lcv2--section_faq .accordion-item {
  border-top: 1px solid #d9d9d9;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-radius: 0;
}
.lcv2--section_faq .accordion-item:last-child {
  border-bottom: 1px solid #d9d9d9;
}
.lcv2--section_faq .accordion-header .accordion-button {
  background: #ffffff;
  font-size: 1rem;
  font-weight: 500;
  line-height: normal;
  color: #151515;
  outline: none;
  box-shadow: none;
  padding: 12px 16px 12px 40px;
}
@media only screen and (min-width: 768px) {
  .lcv2--section_faq .accordion-header .accordion-button {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 992px) {
  .lcv2--section_faq .accordion-header .accordion-button {
    padding: 27px 16px 27px 50px;
    font-size: 1.313rem;
  }
  .lcv2--section_faq .accordion-header .accordion-button.collapsed:hover {
    color: #0198a7;
  }
}
.lcv2--section_faq .accordion-header .accordion-button:not(.collapsed) {
  background: #f7f7f7;
}
.lcv2--section_faq .accordion-header .accordion-button:after {
  display: none;
}
.lcv2--section_faq .accordion-header .accordion-button .plus {
  position: absolute;
  left: 17px;
  top: 15px;
  width: 12px;
  height: 12px;
  display: inline-block;
  transform: rotate(0);
  transition: transform 0.2s ease-in;
}
@media only screen and (min-width: 768px) {
  .lcv2--section_faq .accordion-header .accordion-button .plus {
    top: 17px;
  }
}
@media only screen and (min-width: 992px) {
  .lcv2--section_faq .accordion-header .accordion-button .plus {
    top: 32px;
    width: 14px;
    height: 14px;
  }
}
.lcv2--section_faq .accordion-header .accordion-button .plus::before, .lcv2--section_faq .accordion-header .accordion-button .plus::after {
  content: "";
  position: absolute;
  background-color: #949494;
}
.lcv2--section_faq .accordion-header .accordion-button .plus::before {
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  transform: translateY(-50%);
}
.lcv2--section_faq .accordion-header .accordion-button .plus::after {
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  transform: translateX(-50%);
}
.lcv2--section_faq .accordion-header .accordion-button:not(.collapsed) .plus {
  transform: rotate(-45deg);
}
.lcv2--section_faq .accordion-body {
  padding: 0 16px 20px 40px;
  background: #f7f7f7;
  font-size: 0.875rem;
}
@media only screen and (min-width: 768px) {
  .lcv2--section_faq .accordion-body {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 992px) {
  .lcv2--section_faq .accordion-body {
    padding: 0 16px 27px 50px;
  }
}
.lcv2--section_reviews {
  overflow: hidden;
}
.lcv2--section_reviews .testimonal-card {
  border-radius: 24px;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
}
@media only screen and (max-width: 1399px) {
  .lcv2--section_reviews .testimonal-card img {
    max-width: 177px;
  }
}
@media only screen and (max-width: 767px) {
  .lcv2--section_reviews .testimonal-card img {
    max-width: 140px;
    margin-bottom: 20px;
  }
}
.lcv2--section_reviews .testimonal-card--background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lcv2--section_reviews .testimonal-card--background img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  height: auto;
  flex: 1 0 auto;
  width: 100%;
}
.lcv2--section_reviews .testimonal-card--content {
  padding: 30px 15px;
  flex-direction: column-reverse;
  align-items: flex-start;
  justify-content: flex-end;
  min-height: 520px;
}
@media only screen and (min-width: 768px) {
  .lcv2--section_reviews .testimonal-card--content {
    min-height: 500px;
    padding: 10px 30px;
    justify-content: flex-start;
    flex-direction: row;
    align-items: center;
  }
}
@media only screen and (min-width: 1200px) {
  .lcv2--section_reviews .testimonal-card--content {
    padding: 10px 60px;
  }
}
@media only screen and (min-width: 1400px) {
  .lcv2--section_reviews .testimonal-card--content {
    min-height: 440px;
  }
}
.lcv2--section_reviews .testimonal-card--text {
  font-size: 0.875rem;
  line-height: normal;
}
@media only screen and (min-width: 768px) {
  .lcv2--section_reviews .testimonal-card--text {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 992px) {
  .lcv2--section_reviews .testimonal-card--text {
    font-size: 1.125rem;
    line-height: 1.33;
  }
}
.lcv2--section_reviews .testimonal-card--name {
  font-size: 1rem;
  line-height: normal;
}
@media only screen and (min-width: 992px) {
  .lcv2--section_reviews .testimonal-card--name {
    font-size: 1.125rem;
  }
}
.lcv2--section_reviews .testimonal-card--title {
  font-size: 0.875rem;
  line-height: normal;
}
@media only screen and (min-width: 992px) {
  .lcv2--section_reviews .testimonal-card--title {
    font-size: 1rem;
  }
}
.lcv2--section_reviews .carousel-indicators button {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.4;
  margin-right: 2px;
  margin-left: 2px;
}
@media only screen and (min-width: 768px) {
  .lcv2--section_reviews .carousel-indicators button {
    width: 10px;
    height: 10px;
    margin-right: 5px;
    margin-left: 5px;
  }
}
.lcv2--section_reviews .carousel-indicators button:hover:not(.active) {
  opacity: 0.8;
}
.lcv2--section_reviews .carousel-indicators button.active {
  opacity: 1;
}
.lcv2--section_reviews .reviews-carousel {
  margin-left: -15px;
  margin-right: -15px;
}
.lcv2--section_reviews .reviews-carousel--slide {
  padding: 0 15px;
}
@media only screen and (max-width: 767px) {
  .lcv2--section_reviews .reviews-carousel_dots .glider-dot {
    width: 5px;
    height: 5px;
    margin: 2px;
  }
}
.lcv2--section_reviews .reviews-carousel--avatar {
  width: 40px;
  height: 40px;
  background-color: #8586cc;
  border-radius: 50%;
  margin-right: 15px;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  line-height: 44px;
  color: #fff;
}
@media only screen and (min-width: 992px) {
  .lcv2--section_reviews .reviews-carousel--avatar {
    width: 50px;
    height: 50px;
    line-height: 54px;
    font-size: 24px;
  }
}
.lcv2--section_reviews .reviews-carousel--card {
  background: #f4f6fd;
  border-radius: 24px;
  padding: 15px;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .lcv2--section_reviews .reviews-carousel--card {
    padding: 20px 30px;
    min-height: 330px;
  }
}
@media only screen and (min-width: 992px) {
  .lcv2--section_reviews .reviews-carousel--card {
    padding: 30px 50px;
  }
}
.lcv2--section_reviews .reviews-carousel--name {
  font-size: 0.875rem;
  line-height: normal;
}
@media only screen and (min-width: 768px) {
  .lcv2--section_reviews .reviews-carousel--name {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 992px) {
  .lcv2--section_reviews .reviews-carousel--name {
    font-size: 1.125rem;
  }
}
.lcv2--section_reviews .reviews-carousel--text {
  position: relative;
  font-size: 0.875rem;
  line-height: normal;
  padding-left: 20px;
}
@media only screen and (min-width: 768px) {
  .lcv2--section_reviews .reviews-carousel--text {
    padding-left: 0;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 992px) {
  .lcv2--section_reviews .reviews-carousel--text {
    font-size: 1.125rem;
    line-height: 1.33;
  }
}
.lcv2--section_reviews .reviews-carousel--date {
  color: rgba(51, 51, 51, 0.6);
  font-size: 1rem;
}
.lcv2--section_reviews .reviews-carousel .quote-symbol {
  font-size: 34px;
  font-weight: 400;
  line-height: 1;
  color: rgba(51, 51, 51, 0.4);
  position: absolute;
}
.lcv2--section_reviews .reviews-carousel .quote-symbol--start {
  left: 0;
}
@media only screen and (min-width: 768px) {
  .lcv2--section_reviews .reviews-carousel .quote-symbol--start {
    left: -20px;
  }
}
.lcv2--section_reviews .reviews-carousel .quote-symbol--end {
  bottom: -23px;
}
.lcv2--section_vehicle-types .vehicle-type-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  color: #151515;
}
@media only screen and (min-width: 992px) {
  .lcv2--section_vehicle-types .vehicle-type-link {
    padding: 0 25px;
  }
}
.lcv2--section_vehicle-types .vehicle-type-link:hover {
  text-decoration: none;
}
.lcv2--section_vehicle-types .vehicle-type-link:hover .vehicle-type-icon img {
  filter: none;
}
.lcv2--section_vehicle-types .vehicle-type-icon {
  width: 64px;
  height: 64px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lcv2--section_vehicle-types .vehicle-type-icon img {
  filter: brightness(0.3);
}
.lcv2--section_vehicle-types .vehicle-type-text {
  line-height: normal;
  font-weight: 500;
  font-size: 0.875rem;
  margin: 5px 0;
}
@media only screen and (min-width: 350px) {
  .lcv2--section_vehicle-types .vehicle-type-text {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 992px) {
  .lcv2--section_vehicle-types .vehicle-type-text {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .lcv2--section_vehicle-types .vehicle-type-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 8px;
  }
  .lcv2--section_vehicle-types .lcv2--section_vehicle-types {
    padding: 30px 0;
  }
}

@keyframes pulse-online {
  0% {
    width: 100%;
    height: 100%;
    top: -1px;
    left: -1px;
    border-color: rgba(1, 152, 167, 0.7);
  }
  70% {
    width: calc(100% + 16px);
    height: calc(100% + 16px);
    top: -9px;
    left: -9px;
    border-color: rgba(1, 152, 167, 0);
  }
  100% {
    width: 100%;
    height: 100%;
    top: -1px;
    left: -1px;
    border-color: rgba(1, 152, 167, 0);
  }
}
.glider-slide {
  align-content: start;
}

.glider--dots .glider-dot {
  background-color: rgba(0, 0, 0, 0.15);
  width: 10px;
  height: 10px;
}
.glider--dots .glider-dot:hover:not(.active) {
  background-color: rgba(0, 0, 0, 0.25);
}
.glider--dots .glider-dot.active {
  background-color: rgba(0, 0, 0, 0.4);
}

@keyframes sway {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(3deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(-3deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes bowAnimation {
  0% {
    transform: translate(-50%, -50%) skewY(5deg);
  }
  50% {
    transform: translate(-50%, -50%) skewY(-5deg);
  }
  100% {
    transform: translate(-50%, -50%) skewY(5deg);
  }
}
@keyframes fall-confetti {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 0.8;
  }
  100% {
    transform: translateY(100dvh) rotate(720deg);
    opacity: 0;
  }
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 20px));
  }
}
.hide-scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  background-color: transparent;
}

.hide-scrollbar::-webkit-scrollbar {
  background-color: transparent;
}

.hide-scrollbar::-webkit-scrollbar-thumb {
  -webkit-box-shadow: none;
  background-color: transparent;
}
