<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* testdrive begin */
#testdrive {
  background-color: #05141F !important;
  margin: 0;
}
@media (max-width: 768px) {
  #testdrive {
    padding: 40px var(--k-grid-margin);
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  #testdrive {
    padding: 60px var(--k-grid-margin);
  }
}
@media (min-width: 1025px) {
  #testdrive {
    padding: 80px var(--k-grid-margin);
  }
}
#testdrive &gt; .container-inner &gt; * {
  display: block !important;
}
#testdrive .elp-text * {
  color: #fff;
}
#testdrive .newsletter_form {
  display: flex;
  align-items: center;
  justify-content: center;
}
#testdrive .newsletter_form button {
  margin: 30px 0;
}
#testdrive .elp-button {
  border-color: #fff;
  color: #fff;
}
/* testdrive end */


@media (max-width: 767px) {
  .newsletter_input {
    padding-left: 16px !important;
    box-sizing: border-box !important;
  }
}
</pre></body></html>