@charset "UTF-8";
/* ========================= RESET =========================
============================================================ */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: top;
}

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

html {
  color: #ffffff;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 62.5%;
  line-height: 1.5;
  height: 100%;
}

body {
  background: #ffffff;
  color: #73848d;
  font-size: 2.1rem;
  height: 100%;
  line-height: 1.6;
}

.site-container {
  width: 100%;
}

h1 {
  font-size: 4.6rem;
  font-weight: 300;
  line-height: 1;
  margin: 0 auto;
  text-transform: uppercase;
}

h2 {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 3rem;
}

h3 {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 3rem;
}

h4 {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 3rem;
}

p {
  margin: 0 0 3rem 0;
  font-size: 16px;
}

a {
  color: #51a4ff;
  cursor: pointer;
  outline: none;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

main img {
  width: 100%;
}

.btn {
  background: #51A4FF;
  border: 2px solid #51A4FF;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1;
  margin: 0 0 4px 0;
  outline: none;
  padding: 13px 23px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}
.btn:hover, .btn:focus, .btn:active {
  background: #1E89FF;
  border: 2px solid #1E89FF;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .btn {
    font-size: 18px;
  }
}

sup {
  bottom: 1ex;
  font-size: 0.6em;
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
}

.wrapper {
  margin: 0 auto;
  max-width: 1170px;
  padding: 0 15px;
  width: 100%;
}
@media (min-width: 481px) {
  .wrapper {
    padding: 0 30px;
  }
}

.hide {
  display: none !important;
}

.lc {
  text-transform: lowercase;
}

.brand-header {
  background: #fff;
  height: 80px;
  line-height: 80px;
}
@media (min-width: 1024px) {
  .brand-header {
    height: 105px;
    line-height: 105px;
  }
}

.brand-logo {
  padding: 15px 0;
}
.brand-logo a {
  display: inline-block;
}

.brand-logo img {
  display: none;
  height: 50px;
}
@media (min-width: 1024px) {
  .brand-logo img {
    height: 60px;
  }
}

.brand-logo .vauto-logo {
  display: block;
  max-width: 131px;
}

.phone {
  color: #2b3c4a;
  float: right;
  font-size: 1.4rem;
  font-weight: 600;
}
@media (min-width: 480px) {
  .phone {
    font-size: 1.6rem;
  }
}
@media (min-width: 1024px) {
  .phone {
    font-size: 2rem;
  }
}

.form-wrapper {
  margin: 0 auto;
  max-width: 700px;
  padding: 0 16px;
  text-align: center;
}

.form-wrapper.img {
  background: none;
  padding: 0;
}

.sfmc-form .btn {
  background-color: #51A4FF;
  border: 2px solid #51A4FF;
}
.sfmc-form .btn:hover {
  background-color: #1E89FF;
  border: 2px solid #1E89FF;
}

.disclaimer-content {
  clear: both;
  font-size: 1.2rem;
}

.disclaimer {
  font-size: 0.8em;
  font-style: italic;
}

.visually-hidden {
  left: -99999px;
  position: absolute;
  visibility: hidden;
}

footer,
.footer {
  font-size: 16px;
  font-weight: 600;
  padding: 30px 0;
  text-align: center;
  background-color: #2b3c4a;
}

footer a,
.footer a {
  color: #73848d !important;
}

footer .social-icons li,
.site-footer__social-icons li {
  display: inline-block;
  font-size: 26px;
  margin: 0 10px;
}

.cox-logo img {
  width: 200px;
}

.site-container {
  width: 100%;
  position: relative;
}

.site-header,
main {
  background-color: #ffffff;
}

main {
  overflow: hidden;
}

.form-block {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2), 0 20px 20px -10px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
  position: relative;
  text-align: left;
  max-width: 400px;
  z-index: 3;
}
.form-block h2 {
  color: #f27022;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 900;
  text-transform: uppercase;
  max-width: 700px;
  margin: 0 auto 50px;
}
@media (min-width: 1024px) {
  .form-block h2 {
    font-size: 32px;
    margin: 0 auto 50px;
    max-width: 800px;
  }
}
.form-block__inner {
  padding: 1.6rem;
  background-color: rgba(255, 255, 255, 0.9);
}
@media (min-width: 1024px) {
  .form-block__inner {
    padding: 3.2rem;
  }
}

/* ==================== FANCYBOX STYLES ====================
============================================================ */
a.video-trigger,
.stockwave a.video-trigger,
.provision a.video-trigger,
.conquest a.video-trigger,
.kbb a.video-trigger {
  color: #fff;
  display: block;
  font-size: 24px;
  font-weight: 700;
  height: 170px;
  left: 50%;
  margin: -85px 0 0 -115px;
  position: absolute;
  text-align: center;
  text-decoration: none;
  top: 50%;
  text-transform: uppercase;
  width: 230px;
  z-index: 5;
}

.video-trigger i {
  background: rgba(81, 164, 255, 0.6);
  border-radius: 200px;
  color: #fff !important;
  display: block;
  font-size: 55px;
  font-weight: 700;
  height: 120px;
  line-height: 120px;
  margin: 0 auto 10px;
  width: 120px;
}

.video-trigger i:hover {
  background: rgb(81, 164, 255);
}

.video-trigger i:before {
  margin-left: 8px;
}

.fancybox-lock body {
  overflow: visible !important;
}

.fancybox-is-open .fancybox-bg {
  opacity: 1;
}

.fancybox-overlay,
.fancybox-bg {
  background: #000;
}

.fancybox-close {
  background: rgba(0, 0, 0, 0.3) url("https://image.e.vauto.com/lib/fe9215747262067e73/m/1/4769230a-ac9c-4706-b5a1-99e8c5809eb9.png") no-repeat center center;
  border-radius: 50px;
  height: 46px;
  right: 35px;
  top: 15px;
  width: 46px;
}

.thanks-promos a.video-trigger,
.stockwave .thanks-promos a.video-trigger,
.provision .thanks-promos a.video-trigger,
.conquest .thanks-promos a.video-trigger,
.kbb .thanks-promos a.video-trigger {
  height: 120px;
  margin: -70px 0 0 -60px;
  width: 120px;
}

.thanks-promos a.video-trigger i {
  height: 120px;
  line-height: 120px;
  width: 120px;
}

.thanks-promos .feature-img {
  margin: 0;
}

@media (min-width: 1024px) {
  .thanks .hero__headline {
    font-size: 2rem;
  }
}
@media (min-width: 1024px) {
  .thanks .hero__logo svg {
    width: 320px;
  }
}
.thanks .hero__subhead {
  margin-top: 50px;
}
.thanks .hero__description {
  margin-left: 0;
}
@media (min-width: 1440px) {
  .thanks .hero__background {
    right: 0;
  }
}

.sfmc-form h3 {
  color: #333;
  font-weight: 700;
  margin-bottom: 16px;
}

.sfmc-form p.required {
  color: #51A4FF;
  font-size: 14px;
  font-style: italic;
  margin-bottom: 16px;
}

.sfmc-form h3 span {
  color: #f36f21;
}

.sfmc-form .form-input-wrapper {
  margin: 0 auto 20px;
  position: relative;
  text-align: left;
  width: 100%;
}

.sfmc-form .form-input-wrapper .required {
  color: #B33831;
}

.sfmc-form label {
  color: #73848d;
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
  text-align: left;
  text-transform: uppercase;
}

.sfmc-form label.radio-label,
.sfmc-form label.checkbox-label {
  font-weight: 300;
  font-size: 16px;
  text-transform: none;
}

.sfmc-form input[type=text],
.sfmc-form input[type=url],
.sfmc-form input[type=email],
.sfmc-form input[type=tel],
.sfmc-form input[type=number],
.sfmc-form input[type=date],
.sfmc-form textarea,
.sfmc-form select {
  background: #edf0f2;
  border: 2px solid #edf0f2;
  color: #333;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 15px;
  height: 45px;
  padding: 5px 10px;
  width: 100%;
}

.sfmc-form.inverse input[type=text],
.sfmc-form.inverse input[type=url],
.sfmc-form.inverse input[type=email],
.sfmc-form.inverse input[type=tel],
.sfmc-form.inverse input[type=number],
.sfmc-form.inverse input[type=date],
.sfmc-form.inverse textarea,
.sfmc-form.inverse select {
  border: 1px solid #D5D5D5;
  background: #fff;
}

.sfmc-form .radio-wrapper {
  display: flex;
  justify-content: flex-start;
}

.sfmc-form .radio-wrapper input {
  margin: 5px 8px 0 0;
}

.sfmc-form .form-error {
  background-color: rgba(179, 56, 49, 0.9);
  color: #fff;
  font-size: 13px;
  line-height: 1;
  margin-top: 4px;
  padding: 5px 8px;
  position: absolute;
  z-index: 2;
}

.sfmc-form .form-error:before {
  background: rgba(179, 56, 49, 0.9);
  content: "";
  height: 8px;
  left: 5px;
  overflow: hidden;
  position: absolute;
  top: -4px;
  transform: rotate(45deg);
  width: 8px;
}

.sfmc-form .btn,
input[type=submit] {
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  background: #51A4FF;
  border: 2px solid #51A4FF;
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1;
  margin: 30px auto 4px;
  outline: none;
  padding: 15px 25px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}
@media (min-width: 1024px) {
  .sfmc-form .btn,
  input[type=submit] {
    font-size: 18px;
  }
}

.sfmc-form .btn:active {
  background: #fff;
  border: 2px solid #1E89FF;
  color: #1E89FF;
}

.sfmc-form .btn:hover {
  background: #1E89FF;
  border: 2px solid #1E89FF;
  text-decoration: none;
}

.sfmc-form.two-col .btn {
  display: inline-block;
  padding: 13px 46px;
  width: auto;
}

.sfmc-form .date-picker {
  align-items: center;
  display: flex;
}

.sfmc-form .date-picker span {
  font-size: 15px;
  margin-right: 10px;
}

/* MEDIA QUERIES */
@media screen and (min-width: 768px) {
  .sfmc-form.two-col .form-input-wrapper {
    margin-left: 0;
    margin-right: 0;
    padding: 0 16px;
    width: 50%;
  }
  .sfmc-form.two-col .input-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
/*Hero block with form*/
.hero {
  overflow: hidden;
  padding: 5rem 0;
  position: relative;
}
@media (min-width: 1024px) {
  .hero {
    padding: 6rem 0;
  }
}
.hero__inner {
  margin: 0 auto;
  max-width: 1170px;
  padding: 0 30px;
}
@media (min-width: 900px) {
  .hero__inner {
    display: flex;
    padding: 0 30px;
  }
}
.hero__inner-content {
  position: relative;
  z-index: 3;
}
@media (min-width: 900px) {
  .hero__inner-content {
    padding-right: 4rem;
    width: calc(100% - 350px);
  }
}
@media (min-width: 1024px) {
  .hero__inner-content {
    padding-right: 6rem;
    width: calc(100% - 400px);
  }
}
.hero__inner-content img {
  display: block;
  max-width: 470px;
  margin: 0 auto 6rem;
}
@media (min-width: 520px) {
  .hero__inner-content img {
    margin: 0 auto 4rem;
  }
}
@media (min-width: 1024px) {
  .hero__inner-content img {
    margin: 0 auto 2rem;
    max-width: 580px;
  }
}
.hero__background {
  position: absolute;
  height: 380px;
  width: 100%;
  top: 0;
  left: 0;
  background-image: url(https://image.e.vauto.com/lib/fe9215747262067e73/m/6/6c299a10-2a97-444b-99c8-b0695fe46038.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}
@media (min-width: 420px) {
  .hero__background {
    height: 480px;
  }
}
@media (min-width: 900px) {
  .hero__background {
    height: 500px;
  }
}
@media (min-width: 1024px) {
  .hero__background {
    height: 600px;
  }
}
.hero__background.hero__background--5-reasons {
  background-image: url(https://image.e.vauto.com/lib/fe9215747262067e73/m/6/3f0cd519-b0c0-438f-8c7f-a6a71e9f5db6.png);
}
.hero__headline {
  color: #2B3C4A;
  font-size: 1.6rem;
  font-weight: 300;
  margin-bottom: 1.4rem;
}
@media (min-width: 1024px) {
  .hero__headline {
    font-size: 2.2rem;
  }
}
.hero__logo {
  margin-bottom: 2rem;
}
.hero__logo svg {
  height: auto;
  max-width: 100%;
  width: 250px;
}
@media (min-width: 480px) {
  .hero__logo svg {
    width: 300px;
  }
}
@media (min-width: 1024px) {
  .hero__logo svg {
    width: 450px;
  }
}
.hero__dials {
  position: relative;
  z-index: 1;
}
.hero__dials svg {
  max-height: 151px;
  max-width: 1600px;
  position: relative;
  right: 100%;
}
@media (min-width: 1024px) {
  .hero__dials svg {
    right: 30%;
  }
}
@media (min-width: 1440px) {
  .hero__dials svg {
    right: 45%;
  }
}
.hero__subhead {
  color: #f36f21;
  font-size: 4rem;
  font-style: italic;
  font-weight: 700;
  letter-spacing: -1.5px;
  line-height: 0.8;
  text-transform: uppercase;
}
@media (min-width: 375px) {
  .hero__subhead {
    font-size: 5rem;
    letter-spacing: -3.3px;
  }
}
@media (min-width: 900px) {
  .hero__subhead {
    font-size: 6rem;
    letter-spacing: -3.3px;
  }
}
@media (min-width: 1024px) {
  .hero__subhead {
    font-size: 7.8rem;
    letter-spacing: -4.4px;
  }
}
@media (min-width: 1200px) {
  .hero__subhead {
    font-size: 8.8rem;
    letter-spacing: -6px;
  }
}
.hero__description {
  color: #2B3C4A;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media (min-width: 1024px) {
  .hero__description {
    font-size: 16px;
    margin: 2rem 0 2rem 8rem;
  }
}

/*quote feature block*/
.quote-feature {
  overflow: hidden;
  padding-top: 3rem;
}
@media (min-width: 1024px) {
  .quote-feature {
    padding-top: 7rem;
  }
}
.quote-feature__inner {
  margin: 0 auto;
  max-width: 1970px;
}
@media (min-width: 900px) {
  .quote-feature__inner {
    align-items: flex-end;
    display: flex;
  }
}
.quote-feature__title {
  color: #ffffff;
  font-size: 3rem;
  font-style: italic;
  font-family: "flood-std", sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -2.5px;
  line-height: 0.85;
  margin-bottom: 0;
  max-width: 630px;
  text-transform: uppercase;
}
@media (min-width: 480px) {
  .quote-feature__title {
    font-size: 4rem;
  }
}
@media (min-width: 1024px) {
  .quote-feature__title {
    font-size: 5rem;
    letter-spacing: -3px;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .quote-feature__title {
    font-size: 5.5rem;
    letter-spacing: -3.2px;
  }
}
@media (min-width: 1440px) {
  .quote-feature__title {
    font-size: 8.8rem;
  }
  .quote-feature--chechakli .quote-feature__title {
    max-width: 880px;
  }
  .quote-feature--summers .quote-feature__title {
    max-width: 700px;
  }
}
.quote-feature__subtitle {
  color: #ffffff;
  font-size: 2rem;
  font-family: "flood-std", sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -1.09px;
  line-height: 1;
  margin-bottom: 0;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .quote-feature__subtitle {
    font-size: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .quote-feature__subtitle {
    font-size: 3rem;
  }
}
@media (min-width: 1440px) {
  .quote-feature__subtitle {
    font-size: 5.5rem;
  }
  .quote-feature--sodikoff .quote-feature__subtitle {
    max-width: 760px;
  }
  .quote-feature--summers .quote-feature__subtitle {
    max-width: 720px;
  }
}
.quote-feature__source {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.5px;
  line-height: 1.4;
  margin: 2rem 0;
}
.quote-feature__source span {
  font-weight: 800;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .quote-feature__source {
    font-size: 22px;
  }
}
.quote-feature__action {
  align-items: flex-start;
  display: flex;
}
.quote-feature__action svg {
  height: auto;
  margin-right: 1rem;
  width: 30px;
}
.quote-feature__action a {
  color: #ffffff;
}
.quote-feature__image {
  position: relative;
}
.quote-feature__image img {
  display: block;
  margin: 0 auto;
  max-width: 450px;
  position: relative;
  width: 100%;
  z-index: 2;
}
@media (min-width: 1440px) {
  .quote-feature--sodikoff .quote-feature__image img {
    bottom: -40px;
  }
}
@media (min-width: 900px) {
  .quote-feature__image {
    border-bottom: none;
    margin-bottom: 0;
    max-width: 500px;
  }
  .quote-feature__image img {
    max-width: 100%;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .quote-feature__image {
    max-width: 600px;
    min-width: 600px;
    width: 600px;
  }
}
@media (min-width: 1440px) {
  .quote-feature__image {
    max-width: 650px;
    min-width: 650px;
    width: 650px;
  }
}
.quote-feature__content {
  margin: 0 auto;
  max-width: 500px;
  padding: 30px;
  position: relative;
}
@media (min-width: 900px) {
  .quote-feature__content {
    align-self: center;
    border: none;
    margin: 0;
    max-width: 100%;
    padding: 0 15px 0;
    width: calc(100% - 500px);
  }
}
@media (min-width: 1024px) {
  .quote-feature__content {
    width: calc(100% - 600px);
  }
}
@media (min-width: 1440px) {
  .quote-feature__content {
    width: calc(100% - 650px);
  }
}
.quote-feature__dials {
  bottom: -2rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
.quote-feature__dials svg {
  max-width: 1600px;
  max-height: 151px;
}
@media (min-width: 900px) {
  .quote-feature__dials {
    left: 100px;
    transform: translateX(0);
  }
}
@media (min-width: 1024px) {
  .quote-feature__dials {
    bottom: 2rem;
  }
}
@media (min-width: 1024px) {
  .quote-feature__dials {
    bottom: 3rem;
  }
}
.quote-feature .quote-mark {
  left: 0;
  position: absolute;
  top: 2.5rem;
}
@media (min-width: 900px) {
  .quote-feature .quote-mark {
    left: -1.2rem;
    top: -1.5rem;
  }
}
@media (min-width: 1024px) {
  .quote-feature .quote-mark {
    left: -2.5rem;
  }
}
@media (min-width: 1600px) {
  .quote-feature .quote-mark {
    font-size: 10rem;
    left: -3.5rem;
  }
}
.quote-feature .quote-mark::before {
  content: "“";
  font-size: 5rem;
  font-style: italic;
}
@media (min-width: 480px) {
  .quote-feature .quote-mark::before {
    font-size: 5rem;
  }
}
@media (min-width: 900px) {
  .quote-feature .quote-mark::before {
    left: -1.5rem;
    top: -0.5rem;
  }
}
@media (min-width: 1024px) {
  .quote-feature .quote-mark::before {
    font-size: 8rem;
    left: -0.5rem;
  }
}
@media (min-width: 1600px) {
  .quote-feature .quote-mark::before {
    font-size: 10rem;
  }
}
@media (min-width: 1024px) {
  .quote-feature .quote-mark--subtitle {
    left: -3.5rem;
  }
}
@media (min-width: 1600px) {
  .quote-feature .quote-mark--subtitle {
    left: -4.5rem;
  }
}
@media (min-width: 900px) {
  .quote-feature--image-right .quote-feature__inner {
    flex-direction: row-reverse;
  }
}
.quote-feature--image-right .quote-feature__dials {
  left: unset;
}
@media (min-width: 900px) {
  .quote-feature--image-right .quote-feature__dials {
    right: 200px;
  }
}
.quote-feature--image-right .quote-feature__image {
  position: relative;
}
.quote-feature--image-right .quote-feature__image img {
  position: relative;
  z-index: 2;
}
@media (min-width: 900px) {
  .quote-feature--image-right .quote-feature__image {
    max-width: 500px;
    width: 500px;
  }
  .quote-feature--image-right .quote-feature__image img {
    max-width: 100%;
  }
}
@media (min-width: 1024px) {
  .quote-feature--image-right .quote-feature__image {
    max-width: 600px;
    min-width: 600px;
    width: 600px;
  }
}
@media (min-width: 1440px) {
  .quote-feature--image-right .quote-feature__image {
    max-width: 650px;
    min-width: 650px;
    width: 650px;
  }
}
@media (min-width: 900px) {
  .quote-feature--image-right .quote-feature__content {
    margin-left: 1rem;
    width: calc(100% - 500px);
  }
}
@media (min-width: 1024px) {
  .quote-feature--image-right .quote-feature__content {
    margin-left: 3rem;
    width: calc(100% - 600px);
  }
}
@media (min-width: 1440px) {
  .quote-feature--image-right .quote-feature__content {
    margin-left: 10vw;
    width: calc(100% - 650px);
  }
  .quote-feature--chechakli .quote-feature--image-right .quote-feature__content {
    margin-left: 14vw;
  }
}
@media (min-width: 1600px) {
  .quote-feature--image-right .quote-feature__content {
    margin-left: 10vw;
  }
  .quote-feature--chechakli .quote-feature--image-right .quote-feature__content {
    margin-left: 18vw;
  }
}
.quote-feature--image-right .quote-mark {
  top: 2rem;
}
@media (min-width: 900px) {
  .quote-feature--image-right .quote-mark {
    top: -1rem;
  }
}
@media (min-width: 1024px) {
  .quote-feature--image-right .quote-mark {
    top: -1.5rem;
  }
}
@media (min-width: 1440px) {
  .quote-feature--chechakli .quote-feature__content {
    margin-left: 14vw;
  }
}
@media (min-width: 1600px) {
  .quote-feature--chechakli .quote-feature__content {
    margin-left: 18vw;
  }
}
@media (min-width: 1921px) {
  .quote-feature--chechakli .quote-feature__content {
    margin-left: 14vw;
  }
}
.quote-feature-slider {
  margin-top: 0rem;
}
.quote-feature-slider__heading {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: -1.5spx;
  padding: 0 1rem;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .quote-feature-slider__heading {
    font-size: 3rem;
  }
}
@media (min-width: 1440px) {
  .quote-feature-slider__heading {
    font-size: 3.5rem;
  }
}
.quote-feature-slider__inner {
  background-image: url(https://image.e.vauto.com/lib/fe9215747262067e73/m/6/9f4dd907-8646-42b1-969a-cd00e90d466a.jpg);
  background-size: cover;
}

.quote-feature-slider-nav {
  margin-top: 3rem;
}
@media (min-width: 900px) {
  .quote-feature-slider-nav {
    margin-top: 0;
    margin-bottom: 8rem;
  }
}
.quote-feature-slider-nav__inner {
  margin: 0 auto;
  max-width: 320px;
  padding: 0 4rem;
  position: relative;
}
@media (min-width: 900px) {
  .quote-feature-slider-nav__inner {
    max-width: 880px;
  }
}
.quote-feature-slider-nav__inner .slick-arrow {
  color: #f36f21;
  cursor: pointer;
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 900px) {
  .quote-feature-slider-nav__inner .slick-arrow {
    display: block;
    font-size: 50px;
  }
}
.quote-feature-slider-nav__inner .fa-angle-right {
  right: 0;
}
.quote-feature-slider-nav__inner .fa-angle-left {
  left: 0;
}
.quote-feature-slider-nav__items {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
  top: -20px;
}
@media (min-width: 900px) {
  .quote-feature-slider-nav__items {
    top: -50px;
  }
}
.quote-feature-slider-nav__item {
  width: 70px !important;
}
@media (min-width: 900px) {
  .quote-feature-slider-nav__item {
    width: 160px !important;
  }
}
.quote-feature-slider-nav__item-inner {
  align-items: flex-end;
  background-color: #DDE2E5;
  border-radius: 50%;
  cursor: pointer;
  display: flex !important;
  height: 50px !important;
  margin: 0 1rem;
  position: relative;
  transition: 0.3s ease;
  width: 50px !important;
}
@media (min-width: 900px) {
  .quote-feature-slider-nav__item-inner {
    height: 120px !important;
    margin: 0 2rem;
    width: 120px !important;
  }
}
.quote-feature-slider-nav__item-inner::before {
  background-size: 400%;
  background: linear-gradient(45deg, #ffffff 100%, transparent 0%);
  border-radius: 50%;
  bottom: -4px;
  content: "";
  left: -4px;
  opacity: 0;
  position: absolute;
  right: -4px;
  top: -4px;
  transition: opacity 0.8s ease;
  z-index: -1;
}
@media (min-width: 900px) {
  .quote-feature-slider-nav__item-inner::before {
    bottom: -8px;
    left: -8px;
    right: -8px;
    top: -8px;
  }
}
.quote-feature-slider-nav__item-inner::after {
  background-size: 400%;
  background: linear-gradient(45deg, #ffffff 100%, transparent 0%);
  border-radius: 50%;
  bottom: -2px;
  content: "";
  left: -2px;
  opacity: 1;
  position: absolute;
  right: -2px;
  top: -2px;
  transition: 0.8s ease;
  z-index: -1;
}
@media (min-width: 900px) {
  .quote-feature-slider-nav__item-inner::after {
    bottom: -3px;
    left: -3px;
    right: -3px;
    top: -3px;
  }
}
.quote-feature-slider-nav__item-inner:hover::before {
  opacity: 1;
}
.quote-feature-slider-nav__item-inner img {
  border-radius: 50%;
  filter: brightness(100%);
  min-height: 50px !important;
  min-width: 50px !important;
  transition: 1s ease;
}
@media (min-width: 900px) {
  .quote-feature-slider-nav__item-inner img {
    min-height: 109px !important;
    min-width: 109px !important;
  }
}
.quote-feature-slider-nav__item.slick-current .quote-feature-slider-nav__item-inner::before {
  background-size: 400%;
  background: linear-gradient(45deg, #2B52A6 100%, transparent 0%);
  border-radius: 50%;
  bottom: -4px;
  content: "";
  left: -4px;
  opacity: 1;
  position: absolute;
  right: -4px;
  top: -4px;
  transition: opacity 0.8s ease;
  z-index: -1;
}
@media (min-width: 900px) {
  .quote-feature-slider-nav__item.slick-current .quote-feature-slider-nav__item-inner::before {
    bottom: -8px;
    left: -8px;
    right: -8px;
    top: -8px;
  }
}
.quote-feature-slider-nav__item.slick-current .quote-feature-slider-nav__item-inner::after {
  bottom: -6px;
  content: "";
  background: linear-gradient(45deg, #2B52A6 100%, transparent 0%);
  left: -6px;
  position: absolute;
  right: -6px;
  top: -6px;
  transition: 1s ease;
  z-index: -1;
}
@media (min-width: 900px) {
  .quote-feature-slider-nav__item.slick-current .quote-feature-slider-nav__item-inner::after {
    bottom: -10px;
    left: -10px;
    right: -10px;
    top: -10px;
  }
}
.quote-feature-slider-nav__item.slick-current span {
  color: #73848D;
}
.quote-feature-slider-nav__item.slick-current .quote-feature-slider-nav__item-inner {
  background-color: #51A4FF;
}
.quote-feature-slider-nav__item.slick-current img {
  filter: brightness(80%);
}
.quote-feature-slider-nav__item span {
  color: #2B3C4A;
  display: block;
  font-size: 12px;
  margin-top: 10px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.3s ease;
}
@media (min-width: 900px) {
  .quote-feature-slider-nav__item span {
    font-size: 14px;
    font-weight: bold;
    margin-top: 16px;
  }
}
.quote-feature-slider-nav .slick-list {
  overflow: unset !important;
}
.quote-feature-slider-nav .slick-track {
  display: flex;
  justify-content: center;
  transform: translate3d(0, 0, 0) !important;
}

/* Center feature */
.divider {
  margin: 0 auto;
  text-align: center;
  padding: 0 30px;
}
.divider img {
  max-width: 500px;
}
.divider__heading {
  color: #f36f21;
  margin: 1rem 0;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 36px;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: -2px;
}
@media (min-width: 1024px) {
  .divider__heading {
    font-size: 54px;
  }
}

.center-feature {
  color: #2B3C4A;
  padding: 2rem 0 8rem;
}
.center-feature__inner {
  max-width: 880px;
  margin: 0 auto;
  padding: 0 30px;
}
.center-feature h2 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-align: center;
  font-style: italic;
  font-size: 36px;
  color: #f36f21;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -2px;
}
@media (min-width: 1024px) {
  .center-feature h2 {
    font-size: 54px;
  }
}
.center-feature p {
  text-align: center;
}
.center-feature__image {
  margin-bottom: 1rem;
}
.center-feature__image-inner {
  position: relative;
}
.center-feature__image-inner span {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 8px;
  font-weight: bold;
  line-height: 1.2;
  color: #000;
}
@media (min-width: 480px) {
  .center-feature__image-inner span {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .center-feature__image-inner span {
    font-size: 24px;
  }
}
.center-feature__image-caption {
  color: #73848D;
  font-size: 14px;
  line-height: 26px;
}

.background-cta {
  background-color: #f36f21;
  background-image: url("https://image.e.vauto.com/lib/fe9215747262067e73/m/5/83012911-fbcb-4dd1-a785-56f27ac18546.jpg");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  margin-top: 3rem;
  padding: 5rem 0;
  position: relative;
}
@media (min-width: 900px) {
  .background-cta {
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .background-cta {
    padding: 7rem 0;
  }
}
@media (min-width: 1440px) {
  .background-cta {
    background-position: center;
  }
}
.background-cta::before, .background-cta::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 50px;
}
.background-cta::before {
  background-image: url(https://image.e.vauto.com/lib/fe9215747262067e73/m/6/dadf256b-a3a1-4be3-80af-dceb6b4148f6.png);
  top: 0;
}
.background-cta::after {
  bottom: 0;
  background-image: url(https://image.e.vauto.com/lib/fe9215747262067e73/m/6/747adb61-ef23-4e31-9ca1-344c6e7f7bf4.png);
}
.background-cta__inner {
  display: flex;
  padding: 0 30px;
}
@media (min-width: 1024px) {
  .background-cta__inner {
    padding: 0 30px;
  }
}
.background-cta__content {
  margin: 0 auto;
  max-width: 720px;
  position: relative;
}
@media (min-width: 1440px) {
  .background-cta__content {
    margin-left: auto;
    margin-right: unset;
    max-width: 50%;
    width: 50%;
  }
}
.background-cta__title {
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: 2.69px;
  line-height: 1;
  text-transform: uppercase;
}
.background-cta__title span {
  font-weight: 900;
}
@media (min-width: 1024px) {
  .background-cta__title {
    font-size: 4.3rem;
    max-width: 750px;
  }
}
.background-cta__description {
  font-size: 16px;
}
@media (min-width: 1024px) {
  .background-cta__description {
    max-width: 700px;
  }
}
.background-cta__action {
  text-align: center;
}
@media (min-width: 480px) {
  .background-cta__action {
    text-align: left;
  }
}
.background-cta__invisible-btn {
  height: 100px;
  width: 100px;
  position: absolute;
  top: 44%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 2;
  background: transparent;
  display: none;
  visibility: hidden;
  border-radius: 50%;
}
@media (min-width: 1440px) {
  .background-cta__invisible-btn {
    display: block;
    visibility: visible;
    left: -520px;
  }
}
@media (min-width: 1468px) {
  .background-cta__invisible-btn {
    left: -495px;
  }
}
@media (min-width: 1485px) {
  .background-cta__invisible-btn {
    left: -453px;
  }
}

.centered-cta {
  padding: 5rem 0;
}
@media (min-width: 1024px) {
  .centered-cta {
    padding: 7rem 0;
  }
}
.centered-cta__inner {
  padding: 0 30px;
}
@media (min-width: 1024px) {
  .centered-cta__inner {
    padding: 0 30px;
  }
}
.centered-cta__content {
  color: #000000;
  margin: 0 auto;
  max-width: 800px;
  text-align: center;
}
.centered-cta__logo {
  margin-bottom: 2rem;
}
.centered-cta__description {
  font-size: 16px;
}
.mobile-only {
  display: block !important;
  max-width: 600px !important;
  width: 600px !important;
  right: 80px;
}
@media (min-width: 900px) {
  .mobile-only {
    display: none !important;
    max-width: 100%;
  }
}

.desktop-only {
  display: none !important;
}
@media (min-width: 900px) {
  .desktop-only {
    display: block !important;
  }
}